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 |
|---|---|---|---|---|
@font-face {
src: url(/resources/fonts/HelveticaNeue-LightItalic.ttf);
font-family: helvetica;
font-weight: 200;
font-style: italic;
}
@font-face {
src: url(/resources/fonts/HelveticaNeue-Light.ttf);
font-family: helvetica;
font-weight: 200;
}
@font-face {
src: url(/resources/fonts/HelveticaNeue-Regular.ttf);
font-family: helvetica;
font-weight: 400;
}
@font-face {
src: url(/resources/fonts/Helvetica-Medium.ttf);
font-family: helvetica;
font-weight: 600;
}
@font-face {
src: url(/resources/fonts/HelveticaNeue-Bold.ttf);
font-family: helvetica;
font-weight: 800;
}
body {
background-color: #0e0f10;
-webkit-font-smoothing: antialiased;
margin: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main-wrapper {
position: relative;
margin: 0 auto;
width: 80vw;
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
color: #ffffff;
}
.main-wrapper .hero-wrapper {
margin-top: 10vh;
margin-bottom: 10vh;
font-family: helvetica;
font-size: 60px;
font-weight: 600;
line-height: 54px;
letter-spacing: -2px;
}
.main-wrapper .hero-wrapper .subheading {
font-family: helvetica;
font-size: 15px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.1px;
margin-top: 1vh;
width: 32vw;
opacity: 0.5;
}
.main-wrapper .hero-wrapper .subheading:hover {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.main-wrapper .projects-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.main-wrapper .projects-wrapper .hygge {
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex: 1 0 33%;
flex: 1 0 33%;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
max-width: 33%;
margin-right: 4vw;
margin-bottom: 4vh;
}
.main-wrapper .projects-wrapper .hygge .type {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 14px;
font-family: helvetica;
font-weight: bold;
color: #0e0f10;
background-color: #ffffff;
padding: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge .heading {
margin-top: 2vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: helvetica;
font-size: 20px;
font-weight: 600;
line-height: 25px;
letter-spacing: -0.5px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge .heading img {
margin-right: 8px;
}
.main-wrapper .projects-wrapper .hygge .content {
margin-top: 0.5vh;
font-family: helvetica;
font-size: 15px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.1px;
width: 80%;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge .view-project {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 2vh;
font-size: 14px;
font-family: helvetica;
font-weight: bold;
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge:hover .type {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge:hover .heading {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge:hover .content {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge:hover .view-project {
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner {
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex: 1 0 33%;
flex: 1 0 33%;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
max-width: 33%;
margin-right: 4vw;
margin-bottom: 4vh;
}
.main-wrapper .projects-wrapper .academid-planner .type {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 14px;
font-family: helvetica;
font-weight: bold;
color: #0e0f10;
background-color: #ffffff;
padding: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner .heading {
margin-top: 2vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: helvetica;
font-size: 20px;
font-weight: 600;
line-height: 25px;
letter-spacing: -0.5px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner .heading img {
margin-right: 8px;
}
.main-wrapper .projects-wrapper .academid-planner .content {
margin-top: 0.5vh;
font-family: helvetica;
font-size: 15px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.1px;
width: 80%;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner .view-project {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 2vh;
font-size: 14px;
font-family: helvetica;
font-weight: bold;
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner:hover .type {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner:hover .heading {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner:hover .content {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner:hover .view-project {
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden {
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex: 1 0 33%;
flex: 1 0 33%;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
max-width: 33%;
margin-right: 4vw;
margin-bottom: 4vh;
}
.main-wrapper .projects-wrapper .garden .type {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 14px;
font-family: helvetica;
font-weight: bold;
color: #0e0f10;
background-color: #ffffff;
padding: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden .heading {
margin-top: 2vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: helvetica;
font-size: 20px;
font-weight: 600;
line-height: 25px;
letter-spacing: -0.5px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden .heading img {
margin-right: 8px;
}
.main-wrapper .projects-wrapper .garden .content {
margin-top: 0.5vh;
font-family: helvetica;
font-size: 15px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.1px;
width: 80%;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden .view-project {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 2vh;
font-size: 14px;
font-family: helvetica;
font-weight: bold;
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden:hover .type {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden:hover .heading {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden:hover .content {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden:hover .view-project {
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .footer-wrapper {
font-size: 12px;
font-family: helvetica;
font-weight: regular;
opacity: 0;
}
/*# sourceMappingURL=style.css.map */ | styling/style.css | @font-face {
src: url(/resources/fonts/HelveticaNeue-LightItalic.ttf);
font-family: helvetica;
font-weight: 200;
font-style: italic;
}
@font-face {
src: url(/resources/fonts/HelveticaNeue-Light.ttf);
font-family: helvetica;
font-weight: 200;
}
@font-face {
src: url(/resources/fonts/HelveticaNeue-Regular.ttf);
font-family: helvetica;
font-weight: 400;
}
@font-face {
src: url(/resources/fonts/Helvetica-Medium.ttf);
font-family: helvetica;
font-weight: 600;
}
@font-face {
src: url(/resources/fonts/HelveticaNeue-Bold.ttf);
font-family: helvetica;
font-weight: 800;
}
body {
background-color: #0e0f10;
-webkit-font-smoothing: antialiased;
margin: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main-wrapper {
position: relative;
margin: 0 auto;
width: 80vw;
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
color: #ffffff;
}
.main-wrapper .hero-wrapper {
margin-top: 10vh;
margin-bottom: 10vh;
font-family: helvetica;
font-size: 60px;
font-weight: 600;
line-height: 54px;
letter-spacing: -2px;
}
.main-wrapper .hero-wrapper .subheading {
font-family: helvetica;
font-size: 15px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.1px;
margin-top: 1vh;
width: 32vw;
opacity: 0.5;
}
.main-wrapper .hero-wrapper .subheading:hover {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.main-wrapper .projects-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.main-wrapper .projects-wrapper .hygge {
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex: 1 0 33%;
flex: 1 0 33%;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
max-width: 33%;
margin-right: 4vw;
margin-bottom: 4vh;
}
.main-wrapper .projects-wrapper .hygge .type {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 14px;
font-family: helvetica;
font-weight: bold;
color: #0e0f10;
background-color: #ffffff;
padding: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge .heading {
margin-top: 2vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: helvetica;
font-size: 20px;
font-weight: 600;
line-height: 25px;
letter-spacing: -0.5px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge .heading img {
margin-right: 8px;
}
.main-wrapper .projects-wrapper .hygge .content {
margin-top: 0.5vh;
font-family: helvetica;
font-size: 15px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.1px;
width: 80%;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge .view-project {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 2vh;
font-size: 14px;
font-family: helvetica;
font-weight: bold;
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge:hover .type {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge:hover .heading {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge:hover .content {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .hygge:hover .view-project {
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner {
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex: 1 0 33%;
flex: 1 0 33%;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
max-width: 33%;
margin-right: 4vw;
margin-bottom: 4vh;
}
.main-wrapper .projects-wrapper .academid-planner .type {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 14px;
font-family: helvetica;
font-weight: bold;
color: #0e0f10;
background-color: #ffffff;
padding: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner .heading {
margin-top: 2vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: helvetica;
font-size: 20px;
font-weight: 600;
line-height: 25px;
letter-spacing: -0.5px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner .heading img {
margin-right: 8px;
}
.main-wrapper .projects-wrapper .academid-planner .content {
margin-top: 0.5vh;
font-family: helvetica;
font-size: 15px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.1px;
width: 80%;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner .view-project {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 2vh;
font-size: 14px;
font-family: helvetica;
font-weight: bold;
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner:hover .type {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner:hover .heading {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner:hover .content {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .academid-planner:hover .view-project {
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden {
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex: 1 0 33%;
flex: 1 0 33%;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
max-width: 33%;
margin-right: 4vw;
margin-bottom: 4vh;
}
.main-wrapper .projects-wrapper .garden .type {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 14px;
font-family: helvetica;
font-weight: bold;
color: #0e0f10;
background-color: #ffffff;
padding: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden .heading {
margin-top: 2vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: helvetica;
font-size: 20px;
font-weight: 600;
line-height: 25px;
letter-spacing: -0.5px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden .heading img {
margin-right: 8px;
}
.main-wrapper .projects-wrapper .garden .content {
margin-top: 0.5vh;
font-family: helvetica;
font-size: 15px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.1px;
width: 80%;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden .view-project {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 2vh;
font-size: 14px;
font-family: helvetica;
font-weight: bold;
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden:hover .type {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden:hover .heading {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden:hover .content {
opacity: 0.5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .projects-wrapper .garden:hover .view-project {
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-wrapper .footer-wrapper {
font-size: 12px;
font-family: helvetica;
font-weight: regular;
opacity: 0;
}
/*# sourceMappingURL=style.css.map */ | 0.235021 | 0.030938 |
* {
margin: 0;
padding: 0;
}
:root {
--navbg: #000000;
--navtextcolor: #FFFFFF;
--bg: #E5FFF4;
--maincolor: #000000;
--seccolor: #FFFFFF;
--color2: #8AE6BC;
--color3: #01703E;
--color4: #67AD8D;
}
body {
background-color: var(--bg);
}
/*----------------------------------------*/
/*Header, Nav, Title*/
/*----------------------------------------*/
.navbar {
background-color: var(--navbg);
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
align-content: center;
height: 50px;
}
.name-container {
order: 1;
margin: 0 5vw;
}
.list-container {
order: 2;
margin: 0 5vw;
}
.title_name a{
text-decoration: none;
font-weight: xx-large;
color: var(--navtextcolor);
}
.nav_list {
margin: 0;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
align-content: center;
}
.nav_list li {
list-style: none;
margin-right: 5vw;
}
.nav_list li a {
text-decoration: none;
font-weight: bold;
color: var(--navtextcolor);
}
.color-on-hover:hover {
color: var(--color2);
}
/*----------------------------------------*/
/*Header, Nav, Title*/
/*----------------------------------------*/
/*----------------------------------------*/
/*Main*/
/*----------------------------------------*/
main {
margin-top: 10vh;
}
.section {
display: flex;
flex-direction: row;
}
.section > * {
margin: 10px;
}
.section_title {
width: 25%;
border: transparent;
border-right: var(--maincolor);
border-style: solid;
padding: 15px 15px 10px 0;
}
.section_title h2{
text-align:right;
color: var(--maincolor);
}
.sub_section {
width: 75%;
}
.sub_section p {
margin: 30px 0;
}
.work{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}
.work_div {
width: 50%;
}
.main_work {
width: 100%;
}
.work_header {
text-align: center;
margin: 0;
background-color: var(--bg);
color: var(--maincolor);
border: var(--maincolor);
border-style: solid;
width: 100%;
border-radius: 10px 10px 0px 0px;
font-size: xx-large;
}
.work_div div img {
width: 100%;
border: var(--maincolor);
border-top-width: 0px;
border-style: solid;
border-radius: 0px 0px 10px 10px;
}
/*----------------------------------------*/
/*Main*/
/*----------------------------------------*/
/*----------------------------------------*/
/*Contact Me*/
/*----------------------------------------*/
.sub_section ul li {
list-style: none;
display: inline-flex;
margin: 15px 0px 10px 50px;
padding: 0px;
color: var(--maincolor);
}
.sub_section ul li a {
text-decoration: none;
color: var(--maincolor);
font-size: large;
}
.contact-info {
font-size: 16px;
font-weight: bold;
color: var(--maincolor);
text-decoration: none;
list-style: none;
} | assets/css/styles.css | * {
margin: 0;
padding: 0;
}
:root {
--navbg: #000000;
--navtextcolor: #FFFFFF;
--bg: #E5FFF4;
--maincolor: #000000;
--seccolor: #FFFFFF;
--color2: #8AE6BC;
--color3: #01703E;
--color4: #67AD8D;
}
body {
background-color: var(--bg);
}
/*----------------------------------------*/
/*Header, Nav, Title*/
/*----------------------------------------*/
.navbar {
background-color: var(--navbg);
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
align-content: center;
height: 50px;
}
.name-container {
order: 1;
margin: 0 5vw;
}
.list-container {
order: 2;
margin: 0 5vw;
}
.title_name a{
text-decoration: none;
font-weight: xx-large;
color: var(--navtextcolor);
}
.nav_list {
margin: 0;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
align-content: center;
}
.nav_list li {
list-style: none;
margin-right: 5vw;
}
.nav_list li a {
text-decoration: none;
font-weight: bold;
color: var(--navtextcolor);
}
.color-on-hover:hover {
color: var(--color2);
}
/*----------------------------------------*/
/*Header, Nav, Title*/
/*----------------------------------------*/
/*----------------------------------------*/
/*Main*/
/*----------------------------------------*/
main {
margin-top: 10vh;
}
.section {
display: flex;
flex-direction: row;
}
.section > * {
margin: 10px;
}
.section_title {
width: 25%;
border: transparent;
border-right: var(--maincolor);
border-style: solid;
padding: 15px 15px 10px 0;
}
.section_title h2{
text-align:right;
color: var(--maincolor);
}
.sub_section {
width: 75%;
}
.sub_section p {
margin: 30px 0;
}
.work{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}
.work_div {
width: 50%;
}
.main_work {
width: 100%;
}
.work_header {
text-align: center;
margin: 0;
background-color: var(--bg);
color: var(--maincolor);
border: var(--maincolor);
border-style: solid;
width: 100%;
border-radius: 10px 10px 0px 0px;
font-size: xx-large;
}
.work_div div img {
width: 100%;
border: var(--maincolor);
border-top-width: 0px;
border-style: solid;
border-radius: 0px 0px 10px 10px;
}
/*----------------------------------------*/
/*Main*/
/*----------------------------------------*/
/*----------------------------------------*/
/*Contact Me*/
/*----------------------------------------*/
.sub_section ul li {
list-style: none;
display: inline-flex;
margin: 15px 0px 10px 50px;
padding: 0px;
color: var(--maincolor);
}
.sub_section ul li a {
text-decoration: none;
color: var(--maincolor);
font-size: large;
}
.contact-info {
font-size: 16px;
font-weight: bold;
color: var(--maincolor);
text-decoration: none;
list-style: none;
} | 0.393851 | 0.08163 |
@charset "UTF-8";
@font-face {
font-family: 'BarlowSemiCondensedLight';
src: url("../fonts/BarlowSemiCondensed-Light.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'BarlowSemiCondensedRegular';
src: url("../fonts/BarlowSemiCondensed-Regular.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'BarlowSemiCondensedSemibold';
src: url("../fonts/BarlowSemiCondensed-SemiBold.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-SemiBold.woff") format("woff");
font-weight: 600;
font-style: normal;
font-display: swap;
}
* {
scroll-behavior: smooth;
box-sizing: border-box;
}
body {
background-image: url("../pics/bluish_droplets_bg.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center;
background-clip: padding-box;
}
.text-error {
color: red;
}
.light-Aqua-BG {
background-color: #efffff;
}
.text-barlow-light {
font-family: BarlowSemiCondensedLight;
}
.text-barlow-regular {
font-family: BarlowSemiCondensedRegular;
}
.text-barlow-semibold {
font-family: BarlowSemiCondensedSemibold;
}
#sampleannotation_map,
#normal2BScan_map,
#disease2BScan_map {
margin: 0;
width: 100%;
height: 500px;
font-family: sans-serif;
}
#sampleannotation_map {
background-color: #e6faff;
}
#disease2BScan_map {
background-color: #002233;
height: 400px;
}
#normal2BScan_map {
background-color: #006868;
height: 400px;
}
.ol-popup,
.normal2Bpopup_popup {
position: absolute;
background-color: #fff;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
padding: 15px;
border-radius: 10px;
border: 1px solid #cccccc;
bottom: 12px;
left: -50px;
min-width: 280px;
}
.ol-popup:after,
.ol-popup:before,
.normal2Bpopup_popup:after,
.normal2Bpopup_popup:before {
top: 100%;
border: solid transparent;
content: ' ';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.ol-popup:after,
.normal2Bpopup_popup:after {
border-top-color: #ccc;
border-width: 10px;
left: 48px;
margin-left: -10px;
}
.ol-popup:before,
.normal2Bpopup_popup:before {
border-top-color: #ccc;
border-width: 11px;
left: 48px;
margin-left: -11px;
}
.ol-popup-closer,
.normal2B_popup_closer {
text-decoration: none;
position: absolute;
top: 2px;
right: 8px;
}
.ol-popup-closer:after,
.normal2B_popup_closer:after {
content: '×';
} | nanostring/pages/static/pages/css/nanostringStyling.css | @charset "UTF-8";
@font-face {
font-family: 'BarlowSemiCondensedLight';
src: url("../fonts/BarlowSemiCondensed-Light.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'BarlowSemiCondensedRegular';
src: url("../fonts/BarlowSemiCondensed-Regular.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'BarlowSemiCondensedSemibold';
src: url("../fonts/BarlowSemiCondensed-SemiBold.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-SemiBold.woff") format("woff");
font-weight: 600;
font-style: normal;
font-display: swap;
}
* {
scroll-behavior: smooth;
box-sizing: border-box;
}
body {
background-image: url("../pics/bluish_droplets_bg.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center;
background-clip: padding-box;
}
.text-error {
color: red;
}
.light-Aqua-BG {
background-color: #efffff;
}
.text-barlow-light {
font-family: BarlowSemiCondensedLight;
}
.text-barlow-regular {
font-family: BarlowSemiCondensedRegular;
}
.text-barlow-semibold {
font-family: BarlowSemiCondensedSemibold;
}
#sampleannotation_map,
#normal2BScan_map,
#disease2BScan_map {
margin: 0;
width: 100%;
height: 500px;
font-family: sans-serif;
}
#sampleannotation_map {
background-color: #e6faff;
}
#disease2BScan_map {
background-color: #002233;
height: 400px;
}
#normal2BScan_map {
background-color: #006868;
height: 400px;
}
.ol-popup,
.normal2Bpopup_popup {
position: absolute;
background-color: #fff;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
padding: 15px;
border-radius: 10px;
border: 1px solid #cccccc;
bottom: 12px;
left: -50px;
min-width: 280px;
}
.ol-popup:after,
.ol-popup:before,
.normal2Bpopup_popup:after,
.normal2Bpopup_popup:before {
top: 100%;
border: solid transparent;
content: ' ';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.ol-popup:after,
.normal2Bpopup_popup:after {
border-top-color: #ccc;
border-width: 10px;
left: 48px;
margin-left: -10px;
}
.ol-popup:before,
.normal2Bpopup_popup:before {
border-top-color: #ccc;
border-width: 11px;
left: 48px;
margin-left: -11px;
}
.ol-popup-closer,
.normal2B_popup_closer {
text-decoration: none;
position: absolute;
top: 2px;
right: 8px;
}
.ol-popup-closer:after,
.normal2B_popup_closer:after {
content: '×';
} | 0.35421 | 0.07538 |
@charset "utf-8";
:focus{
outline:none;
}
::selection {
background: #3ec3d5; /* Safari */
color:#fff;
}
::-moz-selection {
background: #3ec3d5; /* Firefox */
color:#fff;
}
/*
body {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
background: #F1F2F3;
font-family:Arial, Helvetica, sans-serif,"microsoft yahei";
font-weight: 100;
font-size:100%;
margin:0em;
padding:0em;
}*/
.myplayer{margin:50px auto;border:0px solid #fff;width:960px;}
/* tplayer style*/
#t_wrapper{
position:relative;
width:960px;
margin:0px auto;
height:12.5em;
background:#fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow:hidden;
}
#t_cover{
position:relative;
float:left;
height:12.5em;
width:12.5em;
overflow:hidden;
}
#t_cover img{
position:relative;
min-width: 12.5em;
max-height: 12.5em;
top: 50%;
left:50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
#t_cover img{
-webkit-animation: coveroin 0.75s;
-webkit-animation-fill-mode: forwards;
-moz-animation: coveroin 0.75s;
-moz-animation-fill-mode: forwards;
-mos-animation: coveroin 0.75s;
-mos-animation-fill-mode: forwards;
-o-animation: coveroin 0.75s;
-o-animation-fill-mode: forwards;
animation: coveroin 0.75s;
animation-fill-mode: forwards;
}
#t_top{
position:relative;
height:3.375em;
padding-top:2.25em;
padding-left:13.75em;
padding-right:1.25em;
}
#t_title_info{
position:relative;
color:#555;
font-size:1.75em;
text-align:center;
line-height:.67em;
white-space: nowrap;
-webkit-touch-callout: text;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.artist{
font-weight:400;
}
#t_middle{
position:relative;
height:1.25em;
margin:0em 1.25em 0 13.75em;
}
#play{
position:relative;
width:1.25em;
height:1.25em;
float:left;
color: #555;
cursor:pointer;
}
#play:hover{
color: #3EC3D5;
}
#play:before{
position: absolute;
margin-top: -.074em;
content: "\f04b";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.5em;
}
#pause{
position:relative;
width:1.25em;
height:1.25em;
float:left;
color: #555;
cursor:pointer;
}
#pause:hover{
color: #3EC3D5;
}
#pause:before{
position: absolute;
margin-top: -.074em;
content: "\f04c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.5em;
}
.visible{display:block; }
.hidden{display:none; }
#t_progress{
position:relative;
margin:0 1.25em;
width: -webkit-calc(100% - 7.5em);
width:-moz-calc(100% - 7.5em);
width:-mos-calc(100% - 7.5em);
width:-o-calccalc(100% - 7.5em);
width:calc(100% - 7.5em);
height:1.25em;
float: left;
background:#555;
cursor:pointer;
}
.ui-slider-horizontal{
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
background-color: #3ec3d5;
}
#current{
position:absolute;
left:0.3125em;
color:#fff;
z-index:5;
}
#duration{
position:absolute;
right:0.3125em;
color:#fff;
z-index:5;
}
#error{
position:absolute;
color:#fff;
z-index:5;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
#prev{
position:relative;
width:1.25em;
height:1.25em;
float:left;
color: #555;
cursor:pointer;
}
#prev:hover{
color: #3EC3D5;
}
#prev:before{
position: absolute;
margin-top: -.074em;
content: "\f04a";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.5em;
}
#next{
position:relative;
width:1.25em;
height:1.25em;
float:left;
margin-left:1.25em;
color: #555;
cursor:pointer;
}
#next:hover{
color: #3EC3D5;
}
#next:before{
position: absolute;
margin-top: -.074em;
content: "\f04e";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.5em;
}
#t_bottom{
position:relative;
height:5.625em;
margin:0 1.25em 0 13.75em;
}
#range{
position:absolute;
bottom:1.25em;
right:0em;
}
#download{
position: absolute;
left: -100px;
top: -10px;
display: block;
}
#vol:before{
content: "\f028";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.15em;
position: absolute;
left: -25px;
top: -10px;
color: #555;
}
#val{
position: absolute;
display: block;
top: -2.188em;
width: 2.188em;
height: 1.3em;
text-align: center;
border: 1px solid #3EC3D5;
box-sizing: border-box;
background:#3EC3D5;
color:#fff;
}
#val:after{
position:absolute;
content:"";
bottom: -0.68em;
right: -0.068em;
width: 0;
height: 0;
border-top: 0.625em solid #3EC3D5;
border-left: 0.625em solid transparent;
}
#rangeVal{
position:relative;
width:6.25em;
height:0.3125em;
background:#555;
cursor:pointer;
}
#range .ui-slider-handle{
position:absolute;
width:0.75em;
height:0.75em;
border-radius:100%;
top: -0.175em;
background:#555;
}
.noselectpls{
position:absolute;
bottom:2em;
left:50%;
cursor:pointer;
color:#555;
-webkit-animation: heyopenpls 2s ease infinite;
-moz-animation: heyopenpls 2s ease infinite;
-mos-animation: heyopenpls 2s ease infinite;
-o-animation: heyopenpls 2s ease infinite;
animation: heyopenpls 2s ease infinite;
}
.noselectpls:hover{
color:#3EC3D5;
}
.noselectpls:before{
content: "\f107";
font-family: FontAwesome;
font-style: normal;
font-weight: 900;
font-size: 2.25em;
position: absolute;
-webkit-animation: plshowbtndwn .5s;
-webkit-animation-fill-mode: forwards;
-moz-animation: plshowbtndwn .5s;
-moz-animation-fill-mode: forwards;
-mos-animation: plshowbtndwn .5s;
-mos-animation-fill-mode: forwards;
-o-animation: plshowbtndwn .5s;
-o-animation-fill-mode: forwards;
animation: plshowbtndwn .5s;
animation-fill-mode: forwards;
}
.selectpls{
color:#3EC3D5;
position:absolute;
bottom:2em;
left:50%;
cursor:pointer;
}
.selectpls:before{
content: "\f107";
font-family: FontAwesome;
font-style: normal;
font-weight: 900;
font-size: 2.25em;
position: absolute;
-webkit-animation: plshowbtnup .5s;
-webkit-animation-fill-mode: forwards;
-moz-animation: plshowbtnup .5s;
-moz-animation-fill-mode: forwards;
-mos-animation: plshowbtnup .5s;
-mos-animation-fill-mode: forwards;
-o-animation: plshowbtnup .5s;
-o-animation-fill-mode: forwards;
animation: plshowbtnup .5s;
animation-fill-mode: forwards;
}
@-webkit-keyframes heyopenpls{
0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); }
40% { -webkit-transform: translateY(-1.25em); }
60% { -webkit-transform: translateY(-.75em); }
}
@-moz-keyframes heyopenpls{
0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); }
40% { -moz-transform: translateY(-1.25em); }
60% { -moz-transform: translateY(-.75em); }
}
@-mos-keyframes heyopenpls{
0%, 20%, 50%, 80%, 100% { -mos-transform: translateY(0); }
40% { -mos-transform: translateY(-1.25em); }
60% { -mos-transform: translateY(-.75em); }
}
@-o-keyframes heyopenpls{
0%, 20%, 50%, 80%, 100% { -o-transform: translateY(0); }
40% { -o-transform: translateY(-1.25em); }
60% { -o-transform: translateY(-.75em); }
}
@keyframes heyopenpls{
0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
40% { transform: translateY(-1.25em); }
60% { transform: translateY(-.75em); }
}
@-webkit-keyframes plshowbtnup{
0% { -webkit-transform:rotate(0deg); }
100% { -webkit-transform:rotate(180deg); }
}
@-moz-keyframes plshowbtnup{
0% { -moz-transform:rotate(0deg); }
100% { -moz-transform:rotate(180deg); }
}
@-mos-keyframes plshowbtnup{
0% { -mos-transform:rotate(0deg); }
100% { -mos-transform:rotate(180deg); }
}
@-o-keyframes plshowbtnup{
0% { -o-transform:rotate(0deg); }
100% { -o-transform:rotate(180deg); }
}
@keyframes plshowbtnup{
0% { transform:rotate(0deg); }
100% { transform:rotate(180deg); }
}
@-webkit-keyframes plshowbtndwn{
0% { -webkit-transform:rotate(180deg); }
100% { -webkit-transform:rotate(360deg); }
}
@-moz-keyframes plshowbtndwn{
0% { -moz-transform:rotate(180deg); }
100% { -moz-transform:rotate(360deg); }
}
@-mos-keyframes plshowbtndwn{
0% { -mos-transform:rotate(180deg); }
100% { -mos-transform:rotate(360deg); }
}
@-o-keyframes plshowbtndwn{
0% { -o-transform:rotate(180deg); }
100% { -o-transform:rotate(360deg); }
}
@keyframes plshowbtndwn{
0% { transform:rotate(180deg); }
100% { transform:rotate(360deg); }
}
@-webkit-keyframes coveroin{
0% { -webkit-transform:translate(-50%,-150%); }
100% { -webkit-transform:translate(-50%,-50%); }
}
@-moz-keyframes coveroin{
0% { -moz-transform:translate(-50%,-150%); }
100% { -moz-transform:translate(-50%,-50%); }
}
@-mos-keyframes coveroin{
0% { -mos-transform:translate(-50%,-150%); }
100% { -mos-transform:translate(-50%,-50%); }
}
@-o-keyframes coveroin{
0% { -o-transform:translate(-50%,-150%); }
100% { -o-transform:translate(-50%,-50%); }
}
@keyframes coveroin{
0% { transform:translate(-50%,-150%); }
100% { transform:translate(-50%,-50%); }
}
/* playlist style*/
#playlist{
background:#3EC3D5;
color:#fff;
width:960px;
margin:0px auto;
}
#playlist ul{
margin-left:2.15em;
}
#playlist li{
height:2.5em;
padding-left:0.75em;
border-bottom: 1px solid rgba(255,255,255,0.25);
position:relative;
white-space: nowrap;
}
#playlist li:hover{
background:rgba(255,255,255,0.25);
}
#playlist a{
display:block;
width:100%;
height:100%;
color:#fff;
text-decoration:none;
line-height: 2.5em;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
}
.myplayer .active{
background:rgba(255,255,255,0.25);
list-style-type: none;
}
.myplayer .active:before{
content:'\f001';
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.15em;
position: absolute;
left: -25px;
top: 12px;
}
/* mobile */
@media all and (max-width: 640px) {
#t_wrapper{
height:25em;
}
#t_cover{
height:12.5em;
width:100%;
}
#t_cover img{
min-width: 100%;
max-height: 200%;
}
#t_top{
height:3.375em;
padding-top:14.75em;
padding-left:1.25em;
padding-right:1.25em;
}
#t_middle{
margin:-0.25em 1.25em 0.5em 1.25em;
}
#t_bottom{
margin:0 1.25em 0 1.25em;
}
#t_progress{
position:absolute;
margin:2.5em 0em;
width:100%;
height:1.25em;
float: left;
background:#555;
cursor:pointer;
}
#prev{
margin-left:1.25em;
}
}
/* mobile */
@media all and (max-width: 350px) {
.noselectpls{
left:40%;
}
.selectpls{
left:40%;
}
} | static/js/music/css/tplayer.css | @charset "utf-8";
:focus{
outline:none;
}
::selection {
background: #3ec3d5; /* Safari */
color:#fff;
}
::-moz-selection {
background: #3ec3d5; /* Firefox */
color:#fff;
}
/*
body {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
background: #F1F2F3;
font-family:Arial, Helvetica, sans-serif,"microsoft yahei";
font-weight: 100;
font-size:100%;
margin:0em;
padding:0em;
}*/
.myplayer{margin:50px auto;border:0px solid #fff;width:960px;}
/* tplayer style*/
#t_wrapper{
position:relative;
width:960px;
margin:0px auto;
height:12.5em;
background:#fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow:hidden;
}
#t_cover{
position:relative;
float:left;
height:12.5em;
width:12.5em;
overflow:hidden;
}
#t_cover img{
position:relative;
min-width: 12.5em;
max-height: 12.5em;
top: 50%;
left:50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
#t_cover img{
-webkit-animation: coveroin 0.75s;
-webkit-animation-fill-mode: forwards;
-moz-animation: coveroin 0.75s;
-moz-animation-fill-mode: forwards;
-mos-animation: coveroin 0.75s;
-mos-animation-fill-mode: forwards;
-o-animation: coveroin 0.75s;
-o-animation-fill-mode: forwards;
animation: coveroin 0.75s;
animation-fill-mode: forwards;
}
#t_top{
position:relative;
height:3.375em;
padding-top:2.25em;
padding-left:13.75em;
padding-right:1.25em;
}
#t_title_info{
position:relative;
color:#555;
font-size:1.75em;
text-align:center;
line-height:.67em;
white-space: nowrap;
-webkit-touch-callout: text;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.artist{
font-weight:400;
}
#t_middle{
position:relative;
height:1.25em;
margin:0em 1.25em 0 13.75em;
}
#play{
position:relative;
width:1.25em;
height:1.25em;
float:left;
color: #555;
cursor:pointer;
}
#play:hover{
color: #3EC3D5;
}
#play:before{
position: absolute;
margin-top: -.074em;
content: "\f04b";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.5em;
}
#pause{
position:relative;
width:1.25em;
height:1.25em;
float:left;
color: #555;
cursor:pointer;
}
#pause:hover{
color: #3EC3D5;
}
#pause:before{
position: absolute;
margin-top: -.074em;
content: "\f04c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.5em;
}
.visible{display:block; }
.hidden{display:none; }
#t_progress{
position:relative;
margin:0 1.25em;
width: -webkit-calc(100% - 7.5em);
width:-moz-calc(100% - 7.5em);
width:-mos-calc(100% - 7.5em);
width:-o-calccalc(100% - 7.5em);
width:calc(100% - 7.5em);
height:1.25em;
float: left;
background:#555;
cursor:pointer;
}
.ui-slider-horizontal{
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
background-color: #3ec3d5;
}
#current{
position:absolute;
left:0.3125em;
color:#fff;
z-index:5;
}
#duration{
position:absolute;
right:0.3125em;
color:#fff;
z-index:5;
}
#error{
position:absolute;
color:#fff;
z-index:5;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
#prev{
position:relative;
width:1.25em;
height:1.25em;
float:left;
color: #555;
cursor:pointer;
}
#prev:hover{
color: #3EC3D5;
}
#prev:before{
position: absolute;
margin-top: -.074em;
content: "\f04a";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.5em;
}
#next{
position:relative;
width:1.25em;
height:1.25em;
float:left;
margin-left:1.25em;
color: #555;
cursor:pointer;
}
#next:hover{
color: #3EC3D5;
}
#next:before{
position: absolute;
margin-top: -.074em;
content: "\f04e";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.5em;
}
#t_bottom{
position:relative;
height:5.625em;
margin:0 1.25em 0 13.75em;
}
#range{
position:absolute;
bottom:1.25em;
right:0em;
}
#download{
position: absolute;
left: -100px;
top: -10px;
display: block;
}
#vol:before{
content: "\f028";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.15em;
position: absolute;
left: -25px;
top: -10px;
color: #555;
}
#val{
position: absolute;
display: block;
top: -2.188em;
width: 2.188em;
height: 1.3em;
text-align: center;
border: 1px solid #3EC3D5;
box-sizing: border-box;
background:#3EC3D5;
color:#fff;
}
#val:after{
position:absolute;
content:"";
bottom: -0.68em;
right: -0.068em;
width: 0;
height: 0;
border-top: 0.625em solid #3EC3D5;
border-left: 0.625em solid transparent;
}
#rangeVal{
position:relative;
width:6.25em;
height:0.3125em;
background:#555;
cursor:pointer;
}
#range .ui-slider-handle{
position:absolute;
width:0.75em;
height:0.75em;
border-radius:100%;
top: -0.175em;
background:#555;
}
.noselectpls{
position:absolute;
bottom:2em;
left:50%;
cursor:pointer;
color:#555;
-webkit-animation: heyopenpls 2s ease infinite;
-moz-animation: heyopenpls 2s ease infinite;
-mos-animation: heyopenpls 2s ease infinite;
-o-animation: heyopenpls 2s ease infinite;
animation: heyopenpls 2s ease infinite;
}
.noselectpls:hover{
color:#3EC3D5;
}
.noselectpls:before{
content: "\f107";
font-family: FontAwesome;
font-style: normal;
font-weight: 900;
font-size: 2.25em;
position: absolute;
-webkit-animation: plshowbtndwn .5s;
-webkit-animation-fill-mode: forwards;
-moz-animation: plshowbtndwn .5s;
-moz-animation-fill-mode: forwards;
-mos-animation: plshowbtndwn .5s;
-mos-animation-fill-mode: forwards;
-o-animation: plshowbtndwn .5s;
-o-animation-fill-mode: forwards;
animation: plshowbtndwn .5s;
animation-fill-mode: forwards;
}
.selectpls{
color:#3EC3D5;
position:absolute;
bottom:2em;
left:50%;
cursor:pointer;
}
.selectpls:before{
content: "\f107";
font-family: FontAwesome;
font-style: normal;
font-weight: 900;
font-size: 2.25em;
position: absolute;
-webkit-animation: plshowbtnup .5s;
-webkit-animation-fill-mode: forwards;
-moz-animation: plshowbtnup .5s;
-moz-animation-fill-mode: forwards;
-mos-animation: plshowbtnup .5s;
-mos-animation-fill-mode: forwards;
-o-animation: plshowbtnup .5s;
-o-animation-fill-mode: forwards;
animation: plshowbtnup .5s;
animation-fill-mode: forwards;
}
@-webkit-keyframes heyopenpls{
0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); }
40% { -webkit-transform: translateY(-1.25em); }
60% { -webkit-transform: translateY(-.75em); }
}
@-moz-keyframes heyopenpls{
0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); }
40% { -moz-transform: translateY(-1.25em); }
60% { -moz-transform: translateY(-.75em); }
}
@-mos-keyframes heyopenpls{
0%, 20%, 50%, 80%, 100% { -mos-transform: translateY(0); }
40% { -mos-transform: translateY(-1.25em); }
60% { -mos-transform: translateY(-.75em); }
}
@-o-keyframes heyopenpls{
0%, 20%, 50%, 80%, 100% { -o-transform: translateY(0); }
40% { -o-transform: translateY(-1.25em); }
60% { -o-transform: translateY(-.75em); }
}
@keyframes heyopenpls{
0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
40% { transform: translateY(-1.25em); }
60% { transform: translateY(-.75em); }
}
@-webkit-keyframes plshowbtnup{
0% { -webkit-transform:rotate(0deg); }
100% { -webkit-transform:rotate(180deg); }
}
@-moz-keyframes plshowbtnup{
0% { -moz-transform:rotate(0deg); }
100% { -moz-transform:rotate(180deg); }
}
@-mos-keyframes plshowbtnup{
0% { -mos-transform:rotate(0deg); }
100% { -mos-transform:rotate(180deg); }
}
@-o-keyframes plshowbtnup{
0% { -o-transform:rotate(0deg); }
100% { -o-transform:rotate(180deg); }
}
@keyframes plshowbtnup{
0% { transform:rotate(0deg); }
100% { transform:rotate(180deg); }
}
@-webkit-keyframes plshowbtndwn{
0% { -webkit-transform:rotate(180deg); }
100% { -webkit-transform:rotate(360deg); }
}
@-moz-keyframes plshowbtndwn{
0% { -moz-transform:rotate(180deg); }
100% { -moz-transform:rotate(360deg); }
}
@-mos-keyframes plshowbtndwn{
0% { -mos-transform:rotate(180deg); }
100% { -mos-transform:rotate(360deg); }
}
@-o-keyframes plshowbtndwn{
0% { -o-transform:rotate(180deg); }
100% { -o-transform:rotate(360deg); }
}
@keyframes plshowbtndwn{
0% { transform:rotate(180deg); }
100% { transform:rotate(360deg); }
}
@-webkit-keyframes coveroin{
0% { -webkit-transform:translate(-50%,-150%); }
100% { -webkit-transform:translate(-50%,-50%); }
}
@-moz-keyframes coveroin{
0% { -moz-transform:translate(-50%,-150%); }
100% { -moz-transform:translate(-50%,-50%); }
}
@-mos-keyframes coveroin{
0% { -mos-transform:translate(-50%,-150%); }
100% { -mos-transform:translate(-50%,-50%); }
}
@-o-keyframes coveroin{
0% { -o-transform:translate(-50%,-150%); }
100% { -o-transform:translate(-50%,-50%); }
}
@keyframes coveroin{
0% { transform:translate(-50%,-150%); }
100% { transform:translate(-50%,-50%); }
}
/* playlist style*/
#playlist{
background:#3EC3D5;
color:#fff;
width:960px;
margin:0px auto;
}
#playlist ul{
margin-left:2.15em;
}
#playlist li{
height:2.5em;
padding-left:0.75em;
border-bottom: 1px solid rgba(255,255,255,0.25);
position:relative;
white-space: nowrap;
}
#playlist li:hover{
background:rgba(255,255,255,0.25);
}
#playlist a{
display:block;
width:100%;
height:100%;
color:#fff;
text-decoration:none;
line-height: 2.5em;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
}
.myplayer .active{
background:rgba(255,255,255,0.25);
list-style-type: none;
}
.myplayer .active:before{
content:'\f001';
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.15em;
position: absolute;
left: -25px;
top: 12px;
}
/* mobile */
@media all and (max-width: 640px) {
#t_wrapper{
height:25em;
}
#t_cover{
height:12.5em;
width:100%;
}
#t_cover img{
min-width: 100%;
max-height: 200%;
}
#t_top{
height:3.375em;
padding-top:14.75em;
padding-left:1.25em;
padding-right:1.25em;
}
#t_middle{
margin:-0.25em 1.25em 0.5em 1.25em;
}
#t_bottom{
margin:0 1.25em 0 1.25em;
}
#t_progress{
position:absolute;
margin:2.5em 0em;
width:100%;
height:1.25em;
float: left;
background:#555;
cursor:pointer;
}
#prev{
margin-left:1.25em;
}
}
/* mobile */
@media all and (max-width: 350px) {
.noselectpls{
left:40%;
}
.selectpls{
left:40%;
}
} | 0.21158 | 0.032559 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-size: 20px;
line-height: 1.5;
}
h1 {
padding: 50px;
color: rgb(77, 55, 51);
font-size: 80px;
text-align: center;
}
h2 {
font-size: 40px;
}
h3 {
padding: 10px;
}
main>div {
margin: auto;
max-width: 1280px;
}
#menu {
background-color: white;
padding: 20px;
padding-left: 0 !important;
}
#menu a {
color: black;
text-align: center;
padding: 20px;
text-decoration: none;
}
#menu a:hover {
background-color: rgb(245, 235, 235);
color: black;
}
#menu a.active {
background-color: #aa928f;
color: white;
}
.leftcolumn {
float: left;
width: 75%;
display: grid;
padding-right: 140px;
}
a:link, a:visited {
color: rgb(0, 0, 0);
text-decoration: none;
}
a:hover {
color: rgb(184, 134, 125);
}
.rightcolumn {
float: right;
width: 25%;
}
.blogimg {
width: 50%;
float: left;
padding: 20px;
}
.text {
float: right;
width: 50%;
padding: 20px;
}
.card {
padding: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin: 50px;
}
.image-2, .post {
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}
.row:after {
content: "";
display: table;
clear: both;
}
.footer {
text-align: center;
background: rgb(184, 134, 125);
margin-top: 100px;
}
.favicons {
padding: 20px;
font-size: 30px;
}
.fa:hover {
opacity: 0.6;
}
@media screen and (max-width: 900px) {
.leftcolumn, .rightcolumn {
width: 100%;
padding: 0;
}
}
@media print {
body {
background: initial;
}
h1, h2 {
font-size: 20px;
}
#menu {
display: none;
}
footer {
display: none;
}
.rightcolumn, .leftcolumn {
float: none;
width: 100%;
}
.image-2 {
display: none;
}
.card-2 {
border: none;
margin: 0;
padding: 0;
}
.card {
box-shadow: none;
margin: 0;
padding: 0;
}
.blogimg {
display: none;
margin: 0;
padding: 0;
}
.text {
width: 100%;
margin: 0;
padding: 0;
}
.post {
margin: 0;
}
} | www/sp1/posn01-3/blog/blog.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
font-size: 20px;
line-height: 1.5;
}
h1 {
padding: 50px;
color: rgb(77, 55, 51);
font-size: 80px;
text-align: center;
}
h2 {
font-size: 40px;
}
h3 {
padding: 10px;
}
main>div {
margin: auto;
max-width: 1280px;
}
#menu {
background-color: white;
padding: 20px;
padding-left: 0 !important;
}
#menu a {
color: black;
text-align: center;
padding: 20px;
text-decoration: none;
}
#menu a:hover {
background-color: rgb(245, 235, 235);
color: black;
}
#menu a.active {
background-color: #aa928f;
color: white;
}
.leftcolumn {
float: left;
width: 75%;
display: grid;
padding-right: 140px;
}
a:link, a:visited {
color: rgb(0, 0, 0);
text-decoration: none;
}
a:hover {
color: rgb(184, 134, 125);
}
.rightcolumn {
float: right;
width: 25%;
}
.blogimg {
width: 50%;
float: left;
padding: 20px;
}
.text {
float: right;
width: 50%;
padding: 20px;
}
.card {
padding: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin: 50px;
}
.image-2, .post {
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}
.row:after {
content: "";
display: table;
clear: both;
}
.footer {
text-align: center;
background: rgb(184, 134, 125);
margin-top: 100px;
}
.favicons {
padding: 20px;
font-size: 30px;
}
.fa:hover {
opacity: 0.6;
}
@media screen and (max-width: 900px) {
.leftcolumn, .rightcolumn {
width: 100%;
padding: 0;
}
}
@media print {
body {
background: initial;
}
h1, h2 {
font-size: 20px;
}
#menu {
display: none;
}
footer {
display: none;
}
.rightcolumn, .leftcolumn {
float: none;
width: 100%;
}
.image-2 {
display: none;
}
.card-2 {
border: none;
margin: 0;
padding: 0;
}
.card {
box-shadow: none;
margin: 0;
padding: 0;
}
.blogimg {
display: none;
margin: 0;
padding: 0;
}
.text {
width: 100%;
margin: 0;
padding: 0;
}
.post {
margin: 0;
}
} | 0.330687 | 0.146728 |
.section {
font-size: 14px;
}
.section_main {
width: 760px;
margin: 0 auto;
}
.section_notice,
.section_notice_content {
height: auto;
}
.section_basicInfo .section_notice_title {
cursor: default;
}
.section_notice_title a {
float: right;
line-height: 40px;
}
.section_basicInfo_info,
.section_basicInfo_organization,
.section_basicInfo_gallary,
.section_basicInfo_workExp {
width: 100%;
}
.section_basicInfo_info {
margin-bottom: 20px;
}
.section_basicInfo_left,
.section_basicInfo_right {
display: inline-block;
vertical-align: top;
}
.section_basicInfo_left {
width: 120px;
margin-right: 30px;
}
.section_basicInfo_avatar {
width: 120px;
height: 120px;
margin-bottom: 15px;
background: #BCBCBC;
}
.section_basicInfo_sign {
cursor: pointer;
display: block;
height: 30px;
width: 60px;
color: #fff;
font-size: 14px;
line-height: 30px;
border-radius: 5px;
text-align: center;
margin: 0 auto;
background: #FF5400;
}
.section_basicInfo_sign:hover {
background: #F04C00;
}
.section_basicInfo_right_top {
border-bottom: 1px solid #999;
margin-bottom: 10px;
}
.section_basicInfo_right p {
font-size: 16px;
margin-bottom: 8px;
}
.section_basicInfo_title {
border-bottom: 1px solid #999;
padding: 10px;
}
.section_organization_content {
height: 290px;
overflow-y: scroll;
border: 1px solid #999;
padding-top: 10px;
}
.section_oranization_content_higher>p,
.section_oranization_content_lower>p {
margin-left: 10px;
margin-top: 10px;
font-weight: bold;
}
.section_oranization_higherP,
.section_oranization_lowerP {
height: 50px;
border-bottom: 1px solid #999;
}
.section_oranization_higherP>div,
.section_oranization_lowerP>div {
display: inline-block;
vertical-align: middle;
line-height: 50px;
}
.section_oranization_higherP_avatar,
.section_oranization_lowerP_avatar {
width: 35px;
height: 35px;
border-radius: 100%;
background: #C9C9C9;
margin-left: 10px;
margin-right: 20px;
}
.section_oranization_higherP_email,
.section_oranization_lowerP_email {
min-width: 200px;
float: right;
text-align: left;
margin-right: 10px;
}
.section_basicInfo_wordExpItem {
margin: 20px 20px;
}
.section_basicInfo_wordExpItem>div {
display: inline-block;
}
.section_basicInfo_wordExpTime {
margin-right: 50px;
} | Public/css/otherPerson.css | .section {
font-size: 14px;
}
.section_main {
width: 760px;
margin: 0 auto;
}
.section_notice,
.section_notice_content {
height: auto;
}
.section_basicInfo .section_notice_title {
cursor: default;
}
.section_notice_title a {
float: right;
line-height: 40px;
}
.section_basicInfo_info,
.section_basicInfo_organization,
.section_basicInfo_gallary,
.section_basicInfo_workExp {
width: 100%;
}
.section_basicInfo_info {
margin-bottom: 20px;
}
.section_basicInfo_left,
.section_basicInfo_right {
display: inline-block;
vertical-align: top;
}
.section_basicInfo_left {
width: 120px;
margin-right: 30px;
}
.section_basicInfo_avatar {
width: 120px;
height: 120px;
margin-bottom: 15px;
background: #BCBCBC;
}
.section_basicInfo_sign {
cursor: pointer;
display: block;
height: 30px;
width: 60px;
color: #fff;
font-size: 14px;
line-height: 30px;
border-radius: 5px;
text-align: center;
margin: 0 auto;
background: #FF5400;
}
.section_basicInfo_sign:hover {
background: #F04C00;
}
.section_basicInfo_right_top {
border-bottom: 1px solid #999;
margin-bottom: 10px;
}
.section_basicInfo_right p {
font-size: 16px;
margin-bottom: 8px;
}
.section_basicInfo_title {
border-bottom: 1px solid #999;
padding: 10px;
}
.section_organization_content {
height: 290px;
overflow-y: scroll;
border: 1px solid #999;
padding-top: 10px;
}
.section_oranization_content_higher>p,
.section_oranization_content_lower>p {
margin-left: 10px;
margin-top: 10px;
font-weight: bold;
}
.section_oranization_higherP,
.section_oranization_lowerP {
height: 50px;
border-bottom: 1px solid #999;
}
.section_oranization_higherP>div,
.section_oranization_lowerP>div {
display: inline-block;
vertical-align: middle;
line-height: 50px;
}
.section_oranization_higherP_avatar,
.section_oranization_lowerP_avatar {
width: 35px;
height: 35px;
border-radius: 100%;
background: #C9C9C9;
margin-left: 10px;
margin-right: 20px;
}
.section_oranization_higherP_email,
.section_oranization_lowerP_email {
min-width: 200px;
float: right;
text-align: left;
margin-right: 10px;
}
.section_basicInfo_wordExpItem {
margin: 20px 20px;
}
.section_basicInfo_wordExpItem>div {
display: inline-block;
}
.section_basicInfo_wordExpTime {
margin-right: 50px;
} | 0.372619 | 0.087603 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("bbs.tianya.cn") {
/*-------------------LIST VIEW---------------------*/
/*page width*/
#bbsdoc,.bbsdoc,#doc{width:100% !important;}
/*top&bottom width*/
#top_nav_wrap,#bottom_nav_wrap,#bottom_nav{width:100% !important;max-width:100% !important;margin: 0px!important;padding:0px!important;}
/*list width*/
#bbsdoc #main{width:75% !important;padding-left:130px!important;padding-top:0px!important;}
/*list right width*/
#bbsdoc #right{
width:15% !important;
}
/*-------------------PAGE VIEW---------------------*/
/*my place*/
.atl-location{background: #4178b0 !important;color: #e7f0ec !important;padding: 0 !important;margin: 0 !important;}
.atl-location a{font-size:10px !important;color: #e7f0ec !important;}
a.addpost{color: #f91 !important;font-size:16px !important;font-weight: bold !important;}
/*page title*/
.s_title,h1.atl-title{width:100% !important;font-size:32px !important;font-weight: bold !important;line-height:60px !important;text-shadow:0px 0px 10px #000;padding: 0 !important;margin: 0 !important;}
/*louzhu info*/
.atl-menu{width:100% !important;background:#4178b0 !important;text-align:right !important;}
a.js-vip-check{color: #f91 !important;}
/*read menu*/
.read-menu{z-index:1001;position:fixed !important;top: 0px !important;left:auto !important;right:180px !important;}
/*
.font-set-view{left:95px !important;}
*/
/*jubaolouzhu*/
.atl-head .atl-head-reply{line-height:20px !important;width:auto!important;border:1px solid #E5E7FF;}
/*zuozhe xinxi
.bbs_author_info{background:#f3f4ff !important;color: #f91 !important;}
*/
.atl-menu .atl-info{color: #ABC !important;}
/*fav*/
.alt-action ul.clearfix{z-index:1001;position:fixed !important;bottom: 0px !important;left:5px !important;right:auto !important;}
/*pages info*/
.atl-pages{background: #eeefff !important;color: #4178b0 !important;padding: 0px !important;margin: 0px !important;}
.atl-pages a{color: #f91 !important;}
/*post auther info*/
.atl-main{background:#eeefff !important;font-size:10px !important;text-align:right !important;margin-left:auto !important;margin-right:0px !important;}
.atl-item{margin-bottom:0px !important;}
/*auther*/
.atl-main .atl-info{width:100% !important;color: #abc !important;border:1px solid #E5E7FF;}
/*reply it*/
.atl-head-reply{width:100px !important}
/*replay*/
.atl-content,.atl-con-bd.clearfix,.bbs-content{background:#FFF/*#F5F9FA*/ !important;padding: 0px !important;margin: 0px !important;}
/*replay */
.atl-con-ft,.atl-con-hd{display:none !important}
/*tuijian
.bbs-list-box{background:#F5F9FA !important;color: #abc !important;}
.bbs-list-box a{color: #F91 !important;}
*/
/*send box*/
.post-div{width:100% !important;background:#4178b0 !important;color: #AABBCC !important;}
.bbsPostLogin a{color: #F91 !important;}
.post-div #bbsPost{margin-left:30px !important}
/*mobile send*/
A[href="http://wap.tianya.cn/ally?f=3005"]{font-size:10px !important;color: #AABBCC !important;}
} | data/usercss/77639.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("bbs.tianya.cn") {
/*-------------------LIST VIEW---------------------*/
/*page width*/
#bbsdoc,.bbsdoc,#doc{width:100% !important;}
/*top&bottom width*/
#top_nav_wrap,#bottom_nav_wrap,#bottom_nav{width:100% !important;max-width:100% !important;margin: 0px!important;padding:0px!important;}
/*list width*/
#bbsdoc #main{width:75% !important;padding-left:130px!important;padding-top:0px!important;}
/*list right width*/
#bbsdoc #right{
width:15% !important;
}
/*-------------------PAGE VIEW---------------------*/
/*my place*/
.atl-location{background: #4178b0 !important;color: #e7f0ec !important;padding: 0 !important;margin: 0 !important;}
.atl-location a{font-size:10px !important;color: #e7f0ec !important;}
a.addpost{color: #f91 !important;font-size:16px !important;font-weight: bold !important;}
/*page title*/
.s_title,h1.atl-title{width:100% !important;font-size:32px !important;font-weight: bold !important;line-height:60px !important;text-shadow:0px 0px 10px #000;padding: 0 !important;margin: 0 !important;}
/*louzhu info*/
.atl-menu{width:100% !important;background:#4178b0 !important;text-align:right !important;}
a.js-vip-check{color: #f91 !important;}
/*read menu*/
.read-menu{z-index:1001;position:fixed !important;top: 0px !important;left:auto !important;right:180px !important;}
/*
.font-set-view{left:95px !important;}
*/
/*jubaolouzhu*/
.atl-head .atl-head-reply{line-height:20px !important;width:auto!important;border:1px solid #E5E7FF;}
/*zuozhe xinxi
.bbs_author_info{background:#f3f4ff !important;color: #f91 !important;}
*/
.atl-menu .atl-info{color: #ABC !important;}
/*fav*/
.alt-action ul.clearfix{z-index:1001;position:fixed !important;bottom: 0px !important;left:5px !important;right:auto !important;}
/*pages info*/
.atl-pages{background: #eeefff !important;color: #4178b0 !important;padding: 0px !important;margin: 0px !important;}
.atl-pages a{color: #f91 !important;}
/*post auther info*/
.atl-main{background:#eeefff !important;font-size:10px !important;text-align:right !important;margin-left:auto !important;margin-right:0px !important;}
.atl-item{margin-bottom:0px !important;}
/*auther*/
.atl-main .atl-info{width:100% !important;color: #abc !important;border:1px solid #E5E7FF;}
/*reply it*/
.atl-head-reply{width:100px !important}
/*replay*/
.atl-content,.atl-con-bd.clearfix,.bbs-content{background:#FFF/*#F5F9FA*/ !important;padding: 0px !important;margin: 0px !important;}
/*replay */
.atl-con-ft,.atl-con-hd{display:none !important}
/*tuijian
.bbs-list-box{background:#F5F9FA !important;color: #abc !important;}
.bbs-list-box a{color: #F91 !important;}
*/
/*send box*/
.post-div{width:100% !important;background:#4178b0 !important;color: #AABBCC !important;}
.bbsPostLogin a{color: #F91 !important;}
.post-div #bbsPost{margin-left:30px !important}
/*mobile send*/
A[href="http://wap.tianya.cn/ally?f=3005"]{font-size:10px !important;color: #AABBCC !important;}
} | 0.123471 | 0.075824 |
.preview-text > i {
transition: display 2s;
}
.main-header {
height: calc(100vh - 55px);
min-height: 500px;
position: relative;
}
.social-icons {
display: flex;
top: 75%;
justify-content: center;
}
.social-icon {
font-size: 4em;
padding: 0px;
height: 56px;
width: 56px;
margin-left: 10px;
margin-right: 10px;
}
.link-preview {
height: 20px;
}
.email-body {
width: 100%;
height: 175px;
padding: 10px;
color: #202020;
border-radius: 8px;
}
.social-icon:hover * {
cursor: pointer;
color: Highlight;
transition: color 0.5s;
}
.social-icon * {
color: white;
transition: color 0.5s;
}
.header-title, .header-mission, .quick-links, .social-icons {
position: absolute;
width: 100%;
text-align: center;
}
.header-title {
top: 12%;
user-select: none;
}
.header-mission {
top: 30%;
user-select: none;
}
.quick-links {
justify-content: space-around;
display: flex;
flex-wrap: wrap;
top: 55%;
user-select: none;
width: 60%;
margin-left: 20%;
}
.quick-links span {
color: #BBBBBB;
cursor: pointer;
transition: color 0.2s;
}
.quick-links span:hover {
color: Highlight;
}
.loader-container {
float: right;
width: 40px;
height: 40px;
}
.loader {
border: 8px solid #f3f3f3;
border-top: 8px solid #3498db;
border-radius: 50%;
width: 100%;
height: 100%;
animation: spin 0.5s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.logo {
opacity: 0;
user-select: none;
margin: 5px;
height: 80px;
flex-grow: 1;
}
.logos {
display: flex;
padding: 20px;
flex-wrap: wrap;
justify-content: space-around;
background-color: rgba(255, 255, 255, 0.1);
}
.quick-links * {
cursor: default;
}
[data-ca3_icon]::before {
font-weight: normal;
content: attr(data-ca3_icon);
}
.ca3-scroll-down-arrow {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
background-size: contain;
background-repeat: no-repeat;
}
.ca3-scroll-down-link {
cursor: pointer;
height: 60px;
width: 80px;
margin: 0px 0 0 -40px;
line-height: 60px;
position: absolute;
left: 50%;
bottom: 30%;
color: #FFF;
text-align: center;
font-size: 70px;
z-index: 100;
text-decoration: none;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
-moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
animation: ca3_fade_move_down 2s ease-in-out infinite;
}
/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
0% {
-webkit-transform: translate(0,-20px);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: translate(0,20px);
opacity: 0;
}
}
@-moz-keyframes ca3_fade_move_down {
0% {
-moz-transform: translate(0,-20px);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-moz-transform: translate(0,20px);
opacity: 0;
}
}
@keyframes ca3_fade_move_down {
0% {
transform: translate(0,-20px);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: translate(0,20px);
opacity: 0;
}
} | GraemSheppardOnline/wwwroot/css/home.css | .preview-text > i {
transition: display 2s;
}
.main-header {
height: calc(100vh - 55px);
min-height: 500px;
position: relative;
}
.social-icons {
display: flex;
top: 75%;
justify-content: center;
}
.social-icon {
font-size: 4em;
padding: 0px;
height: 56px;
width: 56px;
margin-left: 10px;
margin-right: 10px;
}
.link-preview {
height: 20px;
}
.email-body {
width: 100%;
height: 175px;
padding: 10px;
color: #202020;
border-radius: 8px;
}
.social-icon:hover * {
cursor: pointer;
color: Highlight;
transition: color 0.5s;
}
.social-icon * {
color: white;
transition: color 0.5s;
}
.header-title, .header-mission, .quick-links, .social-icons {
position: absolute;
width: 100%;
text-align: center;
}
.header-title {
top: 12%;
user-select: none;
}
.header-mission {
top: 30%;
user-select: none;
}
.quick-links {
justify-content: space-around;
display: flex;
flex-wrap: wrap;
top: 55%;
user-select: none;
width: 60%;
margin-left: 20%;
}
.quick-links span {
color: #BBBBBB;
cursor: pointer;
transition: color 0.2s;
}
.quick-links span:hover {
color: Highlight;
}
.loader-container {
float: right;
width: 40px;
height: 40px;
}
.loader {
border: 8px solid #f3f3f3;
border-top: 8px solid #3498db;
border-radius: 50%;
width: 100%;
height: 100%;
animation: spin 0.5s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.logo {
opacity: 0;
user-select: none;
margin: 5px;
height: 80px;
flex-grow: 1;
}
.logos {
display: flex;
padding: 20px;
flex-wrap: wrap;
justify-content: space-around;
background-color: rgba(255, 255, 255, 0.1);
}
.quick-links * {
cursor: default;
}
[data-ca3_icon]::before {
font-weight: normal;
content: attr(data-ca3_icon);
}
.ca3-scroll-down-arrow {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
background-size: contain;
background-repeat: no-repeat;
}
.ca3-scroll-down-link {
cursor: pointer;
height: 60px;
width: 80px;
margin: 0px 0 0 -40px;
line-height: 60px;
position: absolute;
left: 50%;
bottom: 30%;
color: #FFF;
text-align: center;
font-size: 70px;
z-index: 100;
text-decoration: none;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
-moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
animation: ca3_fade_move_down 2s ease-in-out infinite;
}
/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
0% {
-webkit-transform: translate(0,-20px);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: translate(0,20px);
opacity: 0;
}
}
@-moz-keyframes ca3_fade_move_down {
0% {
-moz-transform: translate(0,-20px);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-moz-transform: translate(0,20px);
opacity: 0;
}
}
@keyframes ca3_fade_move_down {
0% {
transform: translate(0,-20px);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: translate(0,20px);
opacity: 0;
}
} | 0.595728 | 0.090937 |
.CircularLoader {
position: relative;
width: 4em;
height: 4em;
display: inline-block;
font-size: 10px;
}
.CircularLoader > span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.CircularLoader > span::before {
content: "";
width: 15%;
height: 15%;
margin: 0 auto;
display: block;
background-color: currentColor;
border-radius: 100%;
animation: circle-bounce 1.2s infinite ease-in-out both;
}
.CircularLoader > span:nth-child(2) {
transform: rotate(30deg);
}
.CircularLoader > span:nth-child(3) {
transform: rotate(60deg);
}
.CircularLoader > span:nth-child(4) {
transform: rotate(90deg);
}
.CircularLoader > span:nth-child(5) {
transform: rotate(120deg);
}
.CircularLoader > span:nth-child(6) {
transform: rotate(150deg);
}
.CircularLoader > span:nth-child(7) {
transform: rotate(180deg);
}
.CircularLoader > span:nth-child(8) {
transform: rotate(210deg);
}
.CircularLoader > span:nth-child(9) {
transform: rotate(240deg);
}
.CircularLoader > span:nth-child(10) {
transform: rotate(270deg);
}
.CircularLoader > span:nth-child(11) {
transform: rotate(300deg);
}
.CircularLoader > span:nth-child(12) {
transform: rotate(330deg);
}
.CircularLoader > span:nth-child(2)::before {
animation-delay: -1.1s;
}
.CircularLoader > span:nth-child(3)::before {
animation-delay: -1s;
}
.CircularLoader > span:nth-child(4)::before {
animation-delay: -0.9s;
}
.CircularLoader > span:nth-child(5)::before {
animation-delay: -0.8s;
}
.CircularLoader > span:nth-child(6)::before {
animation-delay: -0.7s;
}
.CircularLoader > span:nth-child(7)::before {
animation-delay: -0.6s;
}
.CircularLoader > span:nth-child(8)::before {
animation-delay: -0.5s;
}
.CircularLoader > span:nth-child(9)::before {
animation-delay: -0.4s;
}
.CircularLoader > span:nth-child(10)::before {
animation-delay: -0.3s;
}
.CircularLoader > span:nth-child(11)::before {
animation-delay: -0.2s;
}
.CircularLoader > span:nth-child(12)::before {
animation-delay: -0.1s;
}
@keyframes circle-bounce {
0%,
80%,
100% {
transform: scale(0);
}
40% {
transform: scale(1);
}
} | src/components/circular-loader/CircularLoader.css | .CircularLoader {
position: relative;
width: 4em;
height: 4em;
display: inline-block;
font-size: 10px;
}
.CircularLoader > span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.CircularLoader > span::before {
content: "";
width: 15%;
height: 15%;
margin: 0 auto;
display: block;
background-color: currentColor;
border-radius: 100%;
animation: circle-bounce 1.2s infinite ease-in-out both;
}
.CircularLoader > span:nth-child(2) {
transform: rotate(30deg);
}
.CircularLoader > span:nth-child(3) {
transform: rotate(60deg);
}
.CircularLoader > span:nth-child(4) {
transform: rotate(90deg);
}
.CircularLoader > span:nth-child(5) {
transform: rotate(120deg);
}
.CircularLoader > span:nth-child(6) {
transform: rotate(150deg);
}
.CircularLoader > span:nth-child(7) {
transform: rotate(180deg);
}
.CircularLoader > span:nth-child(8) {
transform: rotate(210deg);
}
.CircularLoader > span:nth-child(9) {
transform: rotate(240deg);
}
.CircularLoader > span:nth-child(10) {
transform: rotate(270deg);
}
.CircularLoader > span:nth-child(11) {
transform: rotate(300deg);
}
.CircularLoader > span:nth-child(12) {
transform: rotate(330deg);
}
.CircularLoader > span:nth-child(2)::before {
animation-delay: -1.1s;
}
.CircularLoader > span:nth-child(3)::before {
animation-delay: -1s;
}
.CircularLoader > span:nth-child(4)::before {
animation-delay: -0.9s;
}
.CircularLoader > span:nth-child(5)::before {
animation-delay: -0.8s;
}
.CircularLoader > span:nth-child(6)::before {
animation-delay: -0.7s;
}
.CircularLoader > span:nth-child(7)::before {
animation-delay: -0.6s;
}
.CircularLoader > span:nth-child(8)::before {
animation-delay: -0.5s;
}
.CircularLoader > span:nth-child(9)::before {
animation-delay: -0.4s;
}
.CircularLoader > span:nth-child(10)::before {
animation-delay: -0.3s;
}
.CircularLoader > span:nth-child(11)::before {
animation-delay: -0.2s;
}
.CircularLoader > span:nth-child(12)::before {
animation-delay: -0.1s;
}
@keyframes circle-bounce {
0%,
80%,
100% {
transform: scale(0);
}
40% {
transform: scale(1);
}
} | 0.844665 | 0.375907 |
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.btn-add{
display: inline-block;
background: url("../images/btn/add.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-add:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-treeview{
display: inline-block;
background: url("../images/btn/btn-treeview.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-treeview:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-building-map{
display: inline-block;
background: url("../images/btn/btn-building-map.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-building-map:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-floor-map{
display: inline-block;
background: url("../images/btn/btn-floor-map.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-floor-map:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-approve-list{
display: inline-block;
background: url("../images/btn/accept-koli.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-approve-list:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-remove-list{
display: inline-block;
background: url("../images/btn/cancel-accept-koli.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-remove-list:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-thumbnail{
background: url("../images/btn/picture.png") no-repeat scroll 8px 6px #fff;
border: 1px solid #CCCCCC;
border-radius: 4px 4px 4px 4px;
color: #444444;
display: inline;
font-size: 12px;
height: 24px;
margin: 0 5px;
padding: 7px 8px 7px 25px;
}
.btn-thumbnail:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-table{
background: url("../images/btn/table.png") no-repeat scroll 8px 6px transparent;
border: 1px solid #CCCCCC;
border-radius: 4px 4px 4px 4px;
color: #444444;
display: inline;
font-size: 12px;
height: 24px;
margin: 0 5px;
padding: 7px 8px 7px 25px;
}
.btn-table:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-printer{
display: inline-block;
background: url("../images/btn/printer.png") no-repeat 5px 5px;
padding: 5px 5px 5px 25px;
font-size: 12px;
color:#444;
border-radius:5px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-printer:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-delete{
display: inline-block;
background: url("../images/btn/delete.png") no-repeat 5px 6px;
padding: 5px 5px 5px 25px;
font-size: 12px;
color:#444;
border-radius:5px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-delete:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-excel{
display: inline-block;
background: url("../images/btn/excel.png") no-repeat 5px 6px;
padding: 5px 5px 5px 25px;
font-size: 12px;
color:#444;
border-radius:5px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-excel:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-pdf{
display: inline-block;
background: url("../images/btn/pdf.png") no-repeat 5px 6px;
padding: 5px 5px 5px 25px;
font-size: 12px;
color:#444;
border-radius:5px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-print-pdf{
display: inline-block;
background: url("../images/btn/print-pdf.png") no-repeat 5px 6px;
padding: 5px 5px 5px 25px;
font-size: 12px;
color:#444;
border-radius:5px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-pdf:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-display-thumb{
/* display: inline-block;*/
background: url("../images/btn/button-view-photo.png") no-repeat 5px 6px;
padding: 6px 3px 7px 23px;
margin: 0px 4px 0px 0px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 8px;
}
.btn-display-thumb:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-display-table{
/* display: inline-block;*/
background: url("../images/btn/button-view-table.png") no-repeat 5px 6px;
padding: 6px 3px 7px 23px;
margin: 0px 4px 0px 0px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 8px;
}
.btn-display-table:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-send-mail{
display: inline-block;
background: url("../images/btn/mails-stack.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-send-mail:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-duplicates{
/* display: inline-block;*/
background: url("../images/btn/icon-duplicates.png") no-repeat 5px 5px;
padding: 6px 3px 7px 23px;
margin: 0px 4px 0px 0px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 8px;
}
.btn-duplicates:hover{
cursor: pointer;
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-detail {
background: url("../images/btn/detail.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-detailInline{
display: inline-block;
background: url("../images/btn/detail.png") no-repeat 9px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-costing {
background: url("../images/btn/btn-costing.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-confirmation {
background: url("../images/buttons/button-tindaklanjuti.gif") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-export-vcard {
background: url("../images/btn/card.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 17px;
width: 16px;
}
.btn-detail-monthly {
background: url("../images/btn/btn-monthly.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-detail-daily {
background: url("../images/btn/btn-daily.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-convert {
background: url("../images/btn/icon-conversion.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-prospect-info{
background: url("../images/icons/icon-info-24x24.gif") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 19px;
width: 24px;
}
.btn-user {
background: url("../images/btn/icon_users.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 15px;
width: 16px;
}
.btn-create-officer {
background: url("../images/btn/btn-officer.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 15px;
width: 16px;
}
.btn-reset-password {
background: url("../images/btn/btn-reset-password.gif") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-sync {
background: url("../images/btn/button-sinkronisasi.gif") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-finish {
background: url("../images/btn/btn-finish.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-assignment {
background: url("../images/btn/btn-assignment.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-assign-gallery {
background: url("../images/btn/btn-assign-gallery.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-print-pdf:hover{
color:#fff;
background-color: #DD132B;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-print-excel{
display: inline-block;
background: url("../images/btn/btn-print-excel.png") no-repeat 5px 6px;
padding: 5px 5px 5px 25px;
font-size: 12px;
color:#444;
border-radius:5px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-print-excel:hover{
color:#fff;
background-color: #336633;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-flush-top{
display: inline-block;
background: url("../images/btn/flush.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-flush-top:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-unflush-top{
display: inline-block;
background: url("../images/btn/cancel-flush.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-unflush-top:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-urgent{
display: inline-block;
background: url("../images/btn/flag.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-urgent:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-urgent-row{
background: url("../images/btn/flag.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-duplicate {
background: url("../images/btn/icon-duplicates.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 15px;
width: 16px;
}
.btn-printer-icon {
background: url("../images/btn/printer.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-printer-excel {
background: url("../images/btn/excel.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-flush {
background: url("../images/btn/recycle.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-flush-small{
display: inline-block;
background: url("../images/btn/recycle.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-flush-small:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-cancel-request{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/cancel.png") no-repeat 0 0;
}
.btn-cancel-request-detail{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/cancel-urgent.png") no-repeat 0 0;
}
.btn-cancel-approve{
display: inline-block;
background: url("../images/btn/cancel.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-cancel-approve:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-cancel-approve-line {
background: url("../images/btn/cancel.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-cancel-flush {
background: url("../images/btn/cancel-flush.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-cancel-flush:hover{
background-position: right;
}
.btn-cancel-urgent {
background: url("../images/btn/cancel-urgent.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-approve {
background: url("../images/btn/approve.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-approve-document {
background: url("../images/btn/btn-approval.gif") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
/* .btn-cancel-approve {
background: url("../images/btn/cancel-approve.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
} */
.btn-accept-koli {
background: url("../images/btn/accept-koli.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-cancel-accept-koli {
background: url("../images/btn/cancel-accept-koli.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-receiving {
background: url("../images/btn/receiving.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-cancel-receiving {
background: url("../images/btn/cancel-receiving.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-create-new-do {
background: url("../images/btn/create-new-do.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-sent {
background: url("../images/btn/sent.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-cancel-sent{
background: url("../images/btn/cancel-sent.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-receive{
background: url("../images/btn/receive.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-cancel-receive{
background: url("../images/btn/btn-cancel-receive.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
/* .btn-printer-icon{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/printer-icon.png") no-repeat 0 0;
}
.btn-printer-icon:hover{
background-position: right;
}*/
.btn-add-icon{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/add.png") no-repeat 0 0;
}
.btn-add-icon:hover{
background-position: right;
}
.btn-add-icon-custom{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/add-custom.png") no-repeat 0 0;
}
.btn-add-icon-custom:hover{
background-position: right;
}
.btn-add-icon-custom-group{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/add-custom-group.png") no-repeat 0 0;
}
.btn-add-icon-custom-group:hover{
background-position: right;
}
.btn-add-realization{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/add -realization.png") no-repeat 0 0;
}
.btn-add-realization:hover{
background-position: right;
}
.btn-edit{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/edit.png") no-repeat 0 0;
}
.btn-edit:hover{
background-position: right;
}
.btn-edit-user{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/icon_users_edit.png") no-repeat 0 0;
}
.btn-edit-user:hover{
background-position: right;
}
.btn-list-down{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/graphics/nav_down.png") no-repeat 0 0;
}
.btn-list-up{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/graphics/nav_up.png") no-repeat 0 0;
}
.external{
display: inline-block;
height: 16px;
width: 16px;
margin-left:-3px;
background: url("../images/icons/external.png") no-repeat 0 0;
}
.internal{
display: inline-block;
height: 16px;
width: 16px;
margin-left:-3px;
background: url("../images/icons/internal.png") no-repeat 0 0;
}
.btn-remove{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/btn-remove.png") no-repeat 0 0;
}
.btn-remove:hover{
background-position: right;
}
.btn-remove-icon{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/button-delete.gif") no-repeat 0 0;
}
.btn-remove-icon:hover{
background-position: right;
}
.btn-mapping{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/building-mapping.gif") no-repeat 0 0;
}
.btn-mapping:hover{
background-position: right;
}
.btn-submit{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/btn-submit-request.png") no-repeat 0 0;
}
.btn-submit:hover{
background-position: right;
}
.btn-edit-submit{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/button-edit-submit.gif") no-repeat 0 0;
}
.btn-edit-submit:hover{
background-position: right;
}
.btn-delete-icon{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/icon-delete.png") no-repeat 0 0;
}
.btn-printer-icon:hover{
background-position: right;
}
.btn-thumb-up{
display: inline-block;
height: 30px;
width: 30px;
background: url("../images/btn/thumb-up.gif") no-repeat 0 0;
}
.btn-thumb-down{
display: inline-block;
height: 30px;
width: 30px;
background: url("../images/btn/thumb-down.gif") no-repeat 0 0;
}
.btn-prev{
display: inline-block;
height: 30px;
width: 30px;
background: url("../images/btn/prev.gif") no-repeat 0 0;
}
.btn-prev:hover{
background-position: right;
}
.btn-prev-last{
display: inline-block;
height: 30px;
width: 30px;
background: url("../images/btn/prev-last.gif") no-repeat 0 0;
}
.btn-prev-last:hover{
background-position: right;
}
.btn-next{
display: inline-block;
height: 30px;
width: 30px;
background: url("../images/btn/next.gif") no-repeat 0 0;
}
.btn-next:hover{
background-position: right;
}
.btn-next-last{
display: inline-block;
height: 30px;
width: 30px;
background: url("../images/btn/next-last.gif") no-repeat 0 0;
}
.btn-next-last:hover{
background-position: right;
}
.btn-read{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/mail-open-document-text.png") no-repeat 0 0;
}
.btn-read:hover{
opacity: 0.5;
}
.btn-reply{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/mail-reply.png") no-repeat 0 0;
}
.btn-reply:hover{
opacity: 0.5;
}
.btn-forward{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/mails-stack.png") no-repeat 0 0;
}
.btn-forward:hover{
opacity: 0.5;
}
.btn-floor {
background: url("../images/btn/approve.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-room{
background: url("../images/btn/approve.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-approve-asset{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/btn-approval.gif") no-repeat 0 0;
}
.btn-approve-asset:hover{
background-position: right;
}
.btn-reload{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/icon-reload.png") no-repeat 0 0;
}
.btn-reload:hover{
background-position: right;
}
.btn-conversion{
background: url("../images/btn/icon-conversion.png") no-repeat 5px 5px;
padding: 6px 3px 7px 23px;
margin: 0px 4px 0px 0px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 8px;
}
.btn-conversion:hover{
cursor: pointer;
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-backup{
background: url("../images/btn/icon-backup.png") no-repeat 5px 5px;
padding: 6px 3px 7px 23px;
margin: 0px 4px 0px 0px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 8px;
}
.btn-backup:hover{
cursor: pointer;
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-generate{
background: url("../images/btn/icon-generate.png") no-repeat 5px 5px;
padding: 6px 3px 7px 23px;
margin: 0px 4px 0px 0px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 8px;
}
.btn-generate:hover{
cursor: pointer;
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-order{
display: inline-block;
height: 13px;
width: 18px;
background: url("../images/btn/order.gif") no-repeat 0 0;
}
.btn-order-act{
display: inline-block;
height: 9px;
width: 16px;
background: url("../images/btn/order.gif") no-repeat 0 0;
}
.btn-locked{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/icon-hand-down-grey.gif") no-repeat 0 0;
}
.btn-unlocked{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/icon-hand-green.gif") no-repeat 0 0;
}
.btn-edit-has-title {
display: inline-block;
background: url("../images/btn/edit.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color: #444;
border-radius: 4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-respon{
display: inline-block;
background: url("../images/btn/small-application-form-file.png") no-repeat 5px 2px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-respon:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-nonrespon{
display: inline-block;
background: url("../images/btn/cancel.png") no-repeat 9px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-nonrespon:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
} | bo/assets/css/button.css | TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.btn-add{
display: inline-block;
background: url("../images/btn/add.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-add:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-treeview{
display: inline-block;
background: url("../images/btn/btn-treeview.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-treeview:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-building-map{
display: inline-block;
background: url("../images/btn/btn-building-map.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-building-map:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-floor-map{
display: inline-block;
background: url("../images/btn/btn-floor-map.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-floor-map:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-approve-list{
display: inline-block;
background: url("../images/btn/accept-koli.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-approve-list:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-remove-list{
display: inline-block;
background: url("../images/btn/cancel-accept-koli.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-remove-list:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-thumbnail{
background: url("../images/btn/picture.png") no-repeat scroll 8px 6px #fff;
border: 1px solid #CCCCCC;
border-radius: 4px 4px 4px 4px;
color: #444444;
display: inline;
font-size: 12px;
height: 24px;
margin: 0 5px;
padding: 7px 8px 7px 25px;
}
.btn-thumbnail:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-table{
background: url("../images/btn/table.png") no-repeat scroll 8px 6px transparent;
border: 1px solid #CCCCCC;
border-radius: 4px 4px 4px 4px;
color: #444444;
display: inline;
font-size: 12px;
height: 24px;
margin: 0 5px;
padding: 7px 8px 7px 25px;
}
.btn-table:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-printer{
display: inline-block;
background: url("../images/btn/printer.png") no-repeat 5px 5px;
padding: 5px 5px 5px 25px;
font-size: 12px;
color:#444;
border-radius:5px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-printer:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-delete{
display: inline-block;
background: url("../images/btn/delete.png") no-repeat 5px 6px;
padding: 5px 5px 5px 25px;
font-size: 12px;
color:#444;
border-radius:5px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-delete:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-excel{
display: inline-block;
background: url("../images/btn/excel.png") no-repeat 5px 6px;
padding: 5px 5px 5px 25px;
font-size: 12px;
color:#444;
border-radius:5px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-excel:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-pdf{
display: inline-block;
background: url("../images/btn/pdf.png") no-repeat 5px 6px;
padding: 5px 5px 5px 25px;
font-size: 12px;
color:#444;
border-radius:5px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-print-pdf{
display: inline-block;
background: url("../images/btn/print-pdf.png") no-repeat 5px 6px;
padding: 5px 5px 5px 25px;
font-size: 12px;
color:#444;
border-radius:5px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-pdf:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-display-thumb{
/* display: inline-block;*/
background: url("../images/btn/button-view-photo.png") no-repeat 5px 6px;
padding: 6px 3px 7px 23px;
margin: 0px 4px 0px 0px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 8px;
}
.btn-display-thumb:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-display-table{
/* display: inline-block;*/
background: url("../images/btn/button-view-table.png") no-repeat 5px 6px;
padding: 6px 3px 7px 23px;
margin: 0px 4px 0px 0px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 8px;
}
.btn-display-table:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-send-mail{
display: inline-block;
background: url("../images/btn/mails-stack.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-send-mail:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-duplicates{
/* display: inline-block;*/
background: url("../images/btn/icon-duplicates.png") no-repeat 5px 5px;
padding: 6px 3px 7px 23px;
margin: 0px 4px 0px 0px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 8px;
}
.btn-duplicates:hover{
cursor: pointer;
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-detail {
background: url("../images/btn/detail.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-detailInline{
display: inline-block;
background: url("../images/btn/detail.png") no-repeat 9px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-costing {
background: url("../images/btn/btn-costing.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-confirmation {
background: url("../images/buttons/button-tindaklanjuti.gif") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-export-vcard {
background: url("../images/btn/card.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 17px;
width: 16px;
}
.btn-detail-monthly {
background: url("../images/btn/btn-monthly.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-detail-daily {
background: url("../images/btn/btn-daily.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-convert {
background: url("../images/btn/icon-conversion.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-prospect-info{
background: url("../images/icons/icon-info-24x24.gif") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 19px;
width: 24px;
}
.btn-user {
background: url("../images/btn/icon_users.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 15px;
width: 16px;
}
.btn-create-officer {
background: url("../images/btn/btn-officer.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 15px;
width: 16px;
}
.btn-reset-password {
background: url("../images/btn/btn-reset-password.gif") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-sync {
background: url("../images/btn/button-sinkronisasi.gif") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-finish {
background: url("../images/btn/btn-finish.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-assignment {
background: url("../images/btn/btn-assignment.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-assign-gallery {
background: url("../images/btn/btn-assign-gallery.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-print-pdf:hover{
color:#fff;
background-color: #DD132B;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-print-excel{
display: inline-block;
background: url("../images/btn/btn-print-excel.png") no-repeat 5px 6px;
padding: 5px 5px 5px 25px;
font-size: 12px;
color:#444;
border-radius:5px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-print-excel:hover{
color:#fff;
background-color: #336633;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-flush-top{
display: inline-block;
background: url("../images/btn/flush.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-flush-top:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-unflush-top{
display: inline-block;
background: url("../images/btn/cancel-flush.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-unflush-top:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-urgent{
display: inline-block;
background: url("../images/btn/flag.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-urgent:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-urgent-row{
background: url("../images/btn/flag.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-duplicate {
background: url("../images/btn/icon-duplicates.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 15px;
width: 16px;
}
.btn-printer-icon {
background: url("../images/btn/printer.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-printer-excel {
background: url("../images/btn/excel.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-flush {
background: url("../images/btn/recycle.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-flush-small{
display: inline-block;
background: url("../images/btn/recycle.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-flush-small:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-cancel-request{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/cancel.png") no-repeat 0 0;
}
.btn-cancel-request-detail{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/cancel-urgent.png") no-repeat 0 0;
}
.btn-cancel-approve{
display: inline-block;
background: url("../images/btn/cancel.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-cancel-approve:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-cancel-approve-line {
background: url("../images/btn/cancel.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-cancel-flush {
background: url("../images/btn/cancel-flush.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-cancel-flush:hover{
background-position: right;
}
.btn-cancel-urgent {
background: url("../images/btn/cancel-urgent.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-approve {
background: url("../images/btn/approve.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-approve-document {
background: url("../images/btn/btn-approval.gif") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
/* .btn-cancel-approve {
background: url("../images/btn/cancel-approve.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
} */
.btn-accept-koli {
background: url("../images/btn/accept-koli.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-cancel-accept-koli {
background: url("../images/btn/cancel-accept-koli.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-receiving {
background: url("../images/btn/receiving.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-cancel-receiving {
background: url("../images/btn/cancel-receiving.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-create-new-do {
background: url("../images/btn/create-new-do.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-sent {
background: url("../images/btn/sent.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-cancel-sent{
background: url("../images/btn/cancel-sent.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-receive{
background: url("../images/btn/receive.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-cancel-receive{
background: url("../images/btn/btn-cancel-receive.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
/* .btn-printer-icon{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/printer-icon.png") no-repeat 0 0;
}
.btn-printer-icon:hover{
background-position: right;
}*/
.btn-add-icon{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/add.png") no-repeat 0 0;
}
.btn-add-icon:hover{
background-position: right;
}
.btn-add-icon-custom{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/add-custom.png") no-repeat 0 0;
}
.btn-add-icon-custom:hover{
background-position: right;
}
.btn-add-icon-custom-group{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/add-custom-group.png") no-repeat 0 0;
}
.btn-add-icon-custom-group:hover{
background-position: right;
}
.btn-add-realization{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/add -realization.png") no-repeat 0 0;
}
.btn-add-realization:hover{
background-position: right;
}
.btn-edit{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/edit.png") no-repeat 0 0;
}
.btn-edit:hover{
background-position: right;
}
.btn-edit-user{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/icon_users_edit.png") no-repeat 0 0;
}
.btn-edit-user:hover{
background-position: right;
}
.btn-list-down{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/graphics/nav_down.png") no-repeat 0 0;
}
.btn-list-up{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/graphics/nav_up.png") no-repeat 0 0;
}
.external{
display: inline-block;
height: 16px;
width: 16px;
margin-left:-3px;
background: url("../images/icons/external.png") no-repeat 0 0;
}
.internal{
display: inline-block;
height: 16px;
width: 16px;
margin-left:-3px;
background: url("../images/icons/internal.png") no-repeat 0 0;
}
.btn-remove{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/btn-remove.png") no-repeat 0 0;
}
.btn-remove:hover{
background-position: right;
}
.btn-remove-icon{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/button-delete.gif") no-repeat 0 0;
}
.btn-remove-icon:hover{
background-position: right;
}
.btn-mapping{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/building-mapping.gif") no-repeat 0 0;
}
.btn-mapping:hover{
background-position: right;
}
.btn-submit{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/btn-submit-request.png") no-repeat 0 0;
}
.btn-submit:hover{
background-position: right;
}
.btn-edit-submit{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/button-edit-submit.gif") no-repeat 0 0;
}
.btn-edit-submit:hover{
background-position: right;
}
.btn-delete-icon{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/icon-delete.png") no-repeat 0 0;
}
.btn-printer-icon:hover{
background-position: right;
}
.btn-thumb-up{
display: inline-block;
height: 30px;
width: 30px;
background: url("../images/btn/thumb-up.gif") no-repeat 0 0;
}
.btn-thumb-down{
display: inline-block;
height: 30px;
width: 30px;
background: url("../images/btn/thumb-down.gif") no-repeat 0 0;
}
.btn-prev{
display: inline-block;
height: 30px;
width: 30px;
background: url("../images/btn/prev.gif") no-repeat 0 0;
}
.btn-prev:hover{
background-position: right;
}
.btn-prev-last{
display: inline-block;
height: 30px;
width: 30px;
background: url("../images/btn/prev-last.gif") no-repeat 0 0;
}
.btn-prev-last:hover{
background-position: right;
}
.btn-next{
display: inline-block;
height: 30px;
width: 30px;
background: url("../images/btn/next.gif") no-repeat 0 0;
}
.btn-next:hover{
background-position: right;
}
.btn-next-last{
display: inline-block;
height: 30px;
width: 30px;
background: url("../images/btn/next-last.gif") no-repeat 0 0;
}
.btn-next-last:hover{
background-position: right;
}
.btn-read{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/mail-open-document-text.png") no-repeat 0 0;
}
.btn-read:hover{
opacity: 0.5;
}
.btn-reply{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/mail-reply.png") no-repeat 0 0;
}
.btn-reply:hover{
opacity: 0.5;
}
.btn-forward{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/mails-stack.png") no-repeat 0 0;
}
.btn-forward:hover{
opacity: 0.5;
}
.btn-floor {
background: url("../images/btn/approve.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-room{
background: url("../images/btn/approve.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.btn-approve-asset{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/btn-approval.gif") no-repeat 0 0;
}
.btn-approve-asset:hover{
background-position: right;
}
.btn-reload{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/icon-reload.png") no-repeat 0 0;
}
.btn-reload:hover{
background-position: right;
}
.btn-conversion{
background: url("../images/btn/icon-conversion.png") no-repeat 5px 5px;
padding: 6px 3px 7px 23px;
margin: 0px 4px 0px 0px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 8px;
}
.btn-conversion:hover{
cursor: pointer;
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-backup{
background: url("../images/btn/icon-backup.png") no-repeat 5px 5px;
padding: 6px 3px 7px 23px;
margin: 0px 4px 0px 0px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 8px;
}
.btn-backup:hover{
cursor: pointer;
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-generate{
background: url("../images/btn/icon-generate.png") no-repeat 5px 5px;
padding: 6px 3px 7px 23px;
margin: 0px 4px 0px 0px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 8px;
}
.btn-generate:hover{
cursor: pointer;
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-order{
display: inline-block;
height: 13px;
width: 18px;
background: url("../images/btn/order.gif") no-repeat 0 0;
}
.btn-order-act{
display: inline-block;
height: 9px;
width: 16px;
background: url("../images/btn/order.gif") no-repeat 0 0;
}
.btn-locked{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/icon-hand-down-grey.gif") no-repeat 0 0;
}
.btn-unlocked{
display: inline-block;
height: 16px;
width: 16px;
background: url("../images/btn/icon-hand-green.gif") no-repeat 0 0;
}
.btn-edit-has-title {
display: inline-block;
background: url("../images/btn/edit.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color: #444;
border-radius: 4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-respon{
display: inline-block;
background: url("../images/btn/small-application-form-file.png") no-repeat 5px 2px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-respon:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
}
.btn-nonrespon{
display: inline-block;
background: url("../images/btn/cancel.png") no-repeat 9px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
min-height: 17px;
}
.btn-nonrespon:hover{
color:#fff;
background-color: #888;
list-style: none;
border: 1px solid #888;
text-decoration: none;
} | 0.125052 | 0.124878 |
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
@import url('../../node_modules/materialize-css/dist/css/materialize.min.css');
.container {
font-family: 'Roboto', sans-serif;
}
html{
font-family: 'Roboto', sans-serif;
}
@media (prefers-color-scheme: dark) {
html{
background-color: #000000;
color: #ffffff;
}
.title{
color: #ffffff;
}
}
h1 {
font-family: 'Roboto', sans-serif;
font-size: 3.5rem;
}
@media (prefers-color-scheme: dark) {
h1{
color: #ffffff;
}
}
.post-title{
/* font-weight: thin; */
/* color: #757575; */
width: 100%;
font-size: 35pt;
margin-top: 1.5em !important;
}
@media (prefers-color-scheme: dark) {
.post-title{
/* font-weight: thin; */
/* color: #757575; */
width: 100%;
font-size: 35pt;
margin-top: 1.5em !important;
color: #ffffff;
}
}
h2{
font-family: 'Roboto', sans-serif;
}
@media (prefers-color-scheme: dark) {
h2{
font-family: 'Roboto', sans-serif;
color: #ffffff;
}
}
h3{
font-family: 'Roboto', sans-serif;
}
@media (prefers-color-scheme: dark) {
h3{
font-family: 'Roboto', sans-serif;
color: #ffffff;
}
}
h4 {
font-family: 'Roboto', sans-serif;
font-size: 20pt;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(38, 153, 4);/*左線*/
}
@media (prefers-color-scheme: dark) {
h4 {
font-family: 'Roboto', sans-serif;
font-size: 20pt;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #cbcbcb;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(38, 153, 4);/*左線*/
}
}
h5 {
font-family: 'Roboto', sans-serif;
font-size: 17pt;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(255, 162, 0);/*左線*/
}
@media (prefers-color-scheme: dark) {
h5 {
font-family: 'Roboto', sans-serif;
font-size: 17pt;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #cbcbcb;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(255, 162, 0);/*左線*/
}
}
h6 {
font-family: 'Roboto', sans-serif;
font-size: 13pt;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(0, 20, 131);/*左線*/
font-style: normal;
}
@media (prefers-color-scheme: dark) {
h6 {
font-family: 'Roboto', sans-serif;
font-size: 13pt;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #cbcbcb;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(0, 20, 131);/*左線*/
font-style: normal;
}
}
header{
margin-bottom: 1em;
border-bottom: 2px #757575;
}
@media (prefers-color-scheme: dark) {
section{
color: #fff;
}
}
.maintitle{
font-weight: bold;
}
/* .list{
margin-left: 2em;
} */
strong{
font-weight: bold !important;
}
.ul{
list-style-type: disc !important;
}
.author-summary{
color: rgb(75, 75, 75);
font-size: 12px;
font-style: italic;
}
@media (prefers-color-scheme: dark) {
.author-summary{
color: #cbcbcb;
font-size: 12px;
font-style: italic;
}
}
ul, ol{
margin-left: 2em;
}
@media (prefers-color-scheme: dark) {
ul, ol{
margin-left: 2em;
color: #ffffff;
}
}
.brankLink{
color: #000;
text-decoration: none;
}
@media (prefers-color-scheme: dark) {
.brankLink{
color: #fff;
text-decoration: none;
}
}
.github-link{
margin-left: 1em;
}
.caption{
font-size: 90%;
text-align: center;
color: #757575;
margin-bottom: 3em;
}
@media (prefers-color-scheme: dark) {
.caption{
font-size: 90%;
text-align: center;
color: #cbcbcb;
margin-bottom: 3em;
}
}
/* preタグ */
@media (prefers-color-scheme: dark) {
.language-text, .language-shell{
background-color: rgb(0,75,75) !important;
color: #ffffff !important;
}
pre, code{
background-color: rgb(0,75,75) !important;
color: #ffffff !important;
}
.number, .property{
color: #eaff00 !important;
}
.keyword{
color: #00ffee !important;
}
.operator{
background-color: rgba(0,0,0,0.5) !important;
color: #c16bff !important;
}
}
@media (prefers-color-scheme: dark) {
p{
color: #ffffff;
}
.postDate{
color: #cbcbcb;
}
}
@media (prefers-color-scheme: dark) {
footer{
color: #cbcbcb;
}
} | src/utils/common.css | @import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
@import url('../../node_modules/materialize-css/dist/css/materialize.min.css');
.container {
font-family: 'Roboto', sans-serif;
}
html{
font-family: 'Roboto', sans-serif;
}
@media (prefers-color-scheme: dark) {
html{
background-color: #000000;
color: #ffffff;
}
.title{
color: #ffffff;
}
}
h1 {
font-family: 'Roboto', sans-serif;
font-size: 3.5rem;
}
@media (prefers-color-scheme: dark) {
h1{
color: #ffffff;
}
}
.post-title{
/* font-weight: thin; */
/* color: #757575; */
width: 100%;
font-size: 35pt;
margin-top: 1.5em !important;
}
@media (prefers-color-scheme: dark) {
.post-title{
/* font-weight: thin; */
/* color: #757575; */
width: 100%;
font-size: 35pt;
margin-top: 1.5em !important;
color: #ffffff;
}
}
h2{
font-family: 'Roboto', sans-serif;
}
@media (prefers-color-scheme: dark) {
h2{
font-family: 'Roboto', sans-serif;
color: #ffffff;
}
}
h3{
font-family: 'Roboto', sans-serif;
}
@media (prefers-color-scheme: dark) {
h3{
font-family: 'Roboto', sans-serif;
color: #ffffff;
}
}
h4 {
font-family: 'Roboto', sans-serif;
font-size: 20pt;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(38, 153, 4);/*左線*/
}
@media (prefers-color-scheme: dark) {
h4 {
font-family: 'Roboto', sans-serif;
font-size: 20pt;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #cbcbcb;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(38, 153, 4);/*左線*/
}
}
h5 {
font-family: 'Roboto', sans-serif;
font-size: 17pt;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(255, 162, 0);/*左線*/
}
@media (prefers-color-scheme: dark) {
h5 {
font-family: 'Roboto', sans-serif;
font-size: 17pt;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #cbcbcb;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(255, 162, 0);/*左線*/
}
}
h6 {
font-family: 'Roboto', sans-serif;
font-size: 13pt;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(0, 20, 131);/*左線*/
font-style: normal;
}
@media (prefers-color-scheme: dark) {
h6 {
font-family: 'Roboto', sans-serif;
font-size: 13pt;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #cbcbcb;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(0, 20, 131);/*左線*/
font-style: normal;
}
}
header{
margin-bottom: 1em;
border-bottom: 2px #757575;
}
@media (prefers-color-scheme: dark) {
section{
color: #fff;
}
}
.maintitle{
font-weight: bold;
}
/* .list{
margin-left: 2em;
} */
strong{
font-weight: bold !important;
}
.ul{
list-style-type: disc !important;
}
.author-summary{
color: rgb(75, 75, 75);
font-size: 12px;
font-style: italic;
}
@media (prefers-color-scheme: dark) {
.author-summary{
color: #cbcbcb;
font-size: 12px;
font-style: italic;
}
}
ul, ol{
margin-left: 2em;
}
@media (prefers-color-scheme: dark) {
ul, ol{
margin-left: 2em;
color: #ffffff;
}
}
.brankLink{
color: #000;
text-decoration: none;
}
@media (prefers-color-scheme: dark) {
.brankLink{
color: #fff;
text-decoration: none;
}
}
.github-link{
margin-left: 1em;
}
.caption{
font-size: 90%;
text-align: center;
color: #757575;
margin-bottom: 3em;
}
@media (prefers-color-scheme: dark) {
.caption{
font-size: 90%;
text-align: center;
color: #cbcbcb;
margin-bottom: 3em;
}
}
/* preタグ */
@media (prefers-color-scheme: dark) {
.language-text, .language-shell{
background-color: rgb(0,75,75) !important;
color: #ffffff !important;
}
pre, code{
background-color: rgb(0,75,75) !important;
color: #ffffff !important;
}
.number, .property{
color: #eaff00 !important;
}
.keyword{
color: #00ffee !important;
}
.operator{
background-color: rgba(0,0,0,0.5) !important;
color: #c16bff !important;
}
}
@media (prefers-color-scheme: dark) {
p{
color: #ffffff;
}
.postDate{
color: #cbcbcb;
}
}
@media (prefers-color-scheme: dark) {
footer{
color: #cbcbcb;
}
} | 0.390476 | 0.073696 |
.catalogue-title {
font-Family: "Playfair Display", serif;
font-Size: 1.9rem;
line-height: 2.5rem;
margin-bottom: .5rem;
max-width: 28rem;
}
.catalogue-summary{
margin-bottom: 0;
Font-Family: 'Raleway', Sans-Serif;
Font-Size: 1rem;
line-height: 1.6rem;
max-width: 550px;
}
.catalogue-time {
display: block;
margin-bottom: 1rem;
Font-Family: 'Raleway', Sans-Serif;
Font-Size: 1rem;
}
.nav-title{
font-Family: "Playfair Display", serif;
font-size: 2.6rem;
max-width: 200px;
letter-spacing: -0.2rem;
line-height: 2.2rem;
}
@media (min-width: 768px) {
main{
width: 75%;
margin-left: 25%;
}
.nav {
width: 15%;
border-right: none;
}
.post-hero {
overflow: hidden;
min-height: 300px;
height: 60vh;
width: 70%;
margin: auto;
margin-top: 3rem;
}
.catalogue .catalogue-item {
max-width: 60rem;
margin: auto;
margin-left: 15%;
}
.nav-container {
height: 100%;
flex-direction: column;
align-items: flex-start;
}
.nav{
padding: 0rem;
}
.nav h1{
position:fixed;
margin-top: 30px;
left: 48px;
}
.nav_text{
font-Family: "Playfair Display", serif;
font-size:1.6rem;
width:80vh;
margin-top:20px !important;
bottom:0px !important;
transform: rotate(-90deg);
transform-origin: 0px 0px;
font-weight:100;
}
}
.nav-title{
background: url(/images/roundlogo.svg);
background-repeat: no-repeat;
background-size: contain;
height: 60px;
width: 60px;
}
.link_portfolio{
color: #FF7163;
font-weight: 900;
}
.time{
margin-bottom: 0;
Font-Family: 'Open Sans', Sans-Serif;
Font-Size: 1rem;
line-height: 1.6rem;
max-width: 550px;
}
.post__body h1, .post__body h2, .post__body h3, .post__body h4, .post__body h5, .post__body h6 {
margin-bottom: 0;
padding: 0.6rem;
padding-left: 0;
padding-top: 2rem;
font-Family: 'Raleway', Sans-Serif;
letter-spacing: 0;
}
.post__body h1 {
font-size: 2.4rem;
line-height: 2.8rem;
font-weight: 700;
}
.post__body h2 {
font-size: 1.8rem;
font-weight: 700;
}
.post__body h3 {
font-size: 1.2rem;
font-weight: 700;
}
.post__body p {
Font-Family: 'Open Sans', Sans-Serif;
font-size: 1.1rem;
line-height: 1.8rem;
}
.post-title {
font-Family: 'Raleway', Sans-Serif;
font-size: 2.4rem;
line-height: 2.8rem;
font-weight: 700;
}
@media (min-width: 1300px) {
.post{
padding-right: 10%;
}
} | static/custom.css | .catalogue-title {
font-Family: "Playfair Display", serif;
font-Size: 1.9rem;
line-height: 2.5rem;
margin-bottom: .5rem;
max-width: 28rem;
}
.catalogue-summary{
margin-bottom: 0;
Font-Family: 'Raleway', Sans-Serif;
Font-Size: 1rem;
line-height: 1.6rem;
max-width: 550px;
}
.catalogue-time {
display: block;
margin-bottom: 1rem;
Font-Family: 'Raleway', Sans-Serif;
Font-Size: 1rem;
}
.nav-title{
font-Family: "Playfair Display", serif;
font-size: 2.6rem;
max-width: 200px;
letter-spacing: -0.2rem;
line-height: 2.2rem;
}
@media (min-width: 768px) {
main{
width: 75%;
margin-left: 25%;
}
.nav {
width: 15%;
border-right: none;
}
.post-hero {
overflow: hidden;
min-height: 300px;
height: 60vh;
width: 70%;
margin: auto;
margin-top: 3rem;
}
.catalogue .catalogue-item {
max-width: 60rem;
margin: auto;
margin-left: 15%;
}
.nav-container {
height: 100%;
flex-direction: column;
align-items: flex-start;
}
.nav{
padding: 0rem;
}
.nav h1{
position:fixed;
margin-top: 30px;
left: 48px;
}
.nav_text{
font-Family: "Playfair Display", serif;
font-size:1.6rem;
width:80vh;
margin-top:20px !important;
bottom:0px !important;
transform: rotate(-90deg);
transform-origin: 0px 0px;
font-weight:100;
}
}
.nav-title{
background: url(/images/roundlogo.svg);
background-repeat: no-repeat;
background-size: contain;
height: 60px;
width: 60px;
}
.link_portfolio{
color: #FF7163;
font-weight: 900;
}
.time{
margin-bottom: 0;
Font-Family: 'Open Sans', Sans-Serif;
Font-Size: 1rem;
line-height: 1.6rem;
max-width: 550px;
}
.post__body h1, .post__body h2, .post__body h3, .post__body h4, .post__body h5, .post__body h6 {
margin-bottom: 0;
padding: 0.6rem;
padding-left: 0;
padding-top: 2rem;
font-Family: 'Raleway', Sans-Serif;
letter-spacing: 0;
}
.post__body h1 {
font-size: 2.4rem;
line-height: 2.8rem;
font-weight: 700;
}
.post__body h2 {
font-size: 1.8rem;
font-weight: 700;
}
.post__body h3 {
font-size: 1.2rem;
font-weight: 700;
}
.post__body p {
Font-Family: 'Open Sans', Sans-Serif;
font-size: 1.1rem;
line-height: 1.8rem;
}
.post-title {
font-Family: 'Raleway', Sans-Serif;
font-size: 2.4rem;
line-height: 2.8rem;
font-weight: 700;
}
@media (min-width: 1300px) {
.post{
padding-right: 10%;
}
} | 0.498047 | 0.07383 |
.marketing {
position: relative;
color: white;
width: auto;
height: 100vh;
margin-top: 50px
}
.marketing.inside {
height: auto;
min-height: 1em
}
.marketing .overlay {
position: absolute;
width: 100%;
height:100%;
background: transparent url(../img/dot.png);
z-index: 1
}
/* All browsers */
.marketing .background {
position: absolute;
width: 100%;
height:100%;
background: transparent url(../img/dc_l.jpg) no-repeat 50% 0;
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px)
}
/* Specific Firefox */
.no-cssfilters.svgfilters .marketing .background {
filter: url(../img/blur.svg#blur)
}
/* Specific ie9- */
.no-cssfilters.no-svgfilters .marketing .background {
background: transparent url(../img/dc_blur.jpg) no-repeat 50% 0
}
/* Hack for ie10+ has svgfilter blur does not work! */
.ie .marketing .background {
background: transparent url(../img/dc_blur.jpg) no-repeat 50% 0
}
.splash {
position: relative;
text-align: center;
padding: 100px 60px 20px 60px;
z-index: 2
}
.splash h1 {
font-size: 3em;
font-weight: 300;
padding-top: 50px
}
.splash hr {
width: 100px;
height: 2px;
border: none;
margin: 35px auto;
background: red
}
.splash .slogan {
font-size: 1.5em;
font-weight: 300
}
.splash .down {
padding-top: 130px
}
.splash .down a {
font-size: 4em;
color: white;
text-decoration: none;
opacity: 0.3;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.splash .down a:hover {
text-decoration: none;
opacity: 1
}
/*
* -- MARKETING CUSTOM STYLE --
*/
.marketing .background {
background: url(/img/dc_l.jpg) 65% 60% no-repeat;
-webkit-filter: blur(1px);
-moz-filter: blur(1px);
-o-filter: blur(1px);
-ms-filter: blur(1px);
filter: blur(1px)
}
.splash .title {
font-size: 4em;
font-weight: 300
}
.splash .chart {
display: inline;
position: relative
}
.splash .map {
display: none;
position: relative
}
.splash .gis {
display: none;
position: relative
}
.splash .fin {
display: inline;
position: relative
}
.splash .slogan .chart {
display: inline;
position: relative
}
.splash .slogan .map {
display: none;
position: relative
}
.splash .slogan .gis {
display: none;
position: relative
}
.splash .slogan .fin {
display: none;
position: relative
}
.splash .get {
padding-top: 50px
}
.splash h1 {
font-size: 4em
}
.splash .get a {
font-size: 1.2em;
font-weight: 300
} | _site-theme-code/.kasar/theme/pages/components/content/marketing.css | .marketing {
position: relative;
color: white;
width: auto;
height: 100vh;
margin-top: 50px
}
.marketing.inside {
height: auto;
min-height: 1em
}
.marketing .overlay {
position: absolute;
width: 100%;
height:100%;
background: transparent url(../img/dot.png);
z-index: 1
}
/* All browsers */
.marketing .background {
position: absolute;
width: 100%;
height:100%;
background: transparent url(../img/dc_l.jpg) no-repeat 50% 0;
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px)
}
/* Specific Firefox */
.no-cssfilters.svgfilters .marketing .background {
filter: url(../img/blur.svg#blur)
}
/* Specific ie9- */
.no-cssfilters.no-svgfilters .marketing .background {
background: transparent url(../img/dc_blur.jpg) no-repeat 50% 0
}
/* Hack for ie10+ has svgfilter blur does not work! */
.ie .marketing .background {
background: transparent url(../img/dc_blur.jpg) no-repeat 50% 0
}
.splash {
position: relative;
text-align: center;
padding: 100px 60px 20px 60px;
z-index: 2
}
.splash h1 {
font-size: 3em;
font-weight: 300;
padding-top: 50px
}
.splash hr {
width: 100px;
height: 2px;
border: none;
margin: 35px auto;
background: red
}
.splash .slogan {
font-size: 1.5em;
font-weight: 300
}
.splash .down {
padding-top: 130px
}
.splash .down a {
font-size: 4em;
color: white;
text-decoration: none;
opacity: 0.3;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.splash .down a:hover {
text-decoration: none;
opacity: 1
}
/*
* -- MARKETING CUSTOM STYLE --
*/
.marketing .background {
background: url(/img/dc_l.jpg) 65% 60% no-repeat;
-webkit-filter: blur(1px);
-moz-filter: blur(1px);
-o-filter: blur(1px);
-ms-filter: blur(1px);
filter: blur(1px)
}
.splash .title {
font-size: 4em;
font-weight: 300
}
.splash .chart {
display: inline;
position: relative
}
.splash .map {
display: none;
position: relative
}
.splash .gis {
display: none;
position: relative
}
.splash .fin {
display: inline;
position: relative
}
.splash .slogan .chart {
display: inline;
position: relative
}
.splash .slogan .map {
display: none;
position: relative
}
.splash .slogan .gis {
display: none;
position: relative
}
.splash .slogan .fin {
display: none;
position: relative
}
.splash .get {
padding-top: 50px
}
.splash h1 {
font-size: 4em
}
.splash .get a {
font-size: 1.2em;
font-weight: 300
} | 0.485356 | 0.065635 |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
background: #eceef1;
}
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;
}
* {
margin: 0;
}
header {
display: flex;
justify-content: flex-end;
padding: 10px 0 10px 0;
}
.signIn {
display: flex;
flex-direction: column;
}
.signinButton input {
height: 40px;
margin-right: 15px;
width: 100px;
margin-left: 15px;
background: #0077c5;
color: #fff;
border-radius: 4px;
border: none;
cursor: pointer;
}
.signinTwo {
margin-top: 0;
position: relative;
bottom: 20px;
}
.signinTwo a {
text-decoration: none;
font-size: 13px;
}
.form-logos span {
margin-right: 10px;
position: relative;
bottom: 10px;
}
section {
width: 400px;
margin: auto;
}
.intuit-logo img {
height: 70px;
width: 250px;
}
.formTitle {
width: 400px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #eceef1;
}
.form-logos {
display: flex;
}
.intuit-logo {
filter: grayscale(90%);
}
.form-logos img {
height: 30px;
width: 30px;
}
.form-logos img:first-child {
border-radius: 50%;
}
.formTitle a {
text-decoration: none;
font-size: 20px;
color: grey;
position: relative;
}
.form-section {
display: flex;
flex-direction: column;
align-items: center;
background: white;
border: 1px solid grey;
border-radius: 6px;
margin-top: 20px;
}
.email-field,
.tel-field,
.password-field {
width: 90%;
display: flex;
flex-direction: column;
}
.submit-button {
text-align: center;
margin-bottom: 20px;
}
form h3 {
margin-top: 35px;
}
form h3,
p,
.learn-more {
text-align: center;
margin-bottom: 20px;
}
.submit-button input {
background: #0077c5;
border: #0077c5;
margin-top: 30px;
width: 360px;
height: 40px;
border-radius: 4px;
color: #fff;
}
.email-field input {
margin-bottom: 20px;
}
.tel-field input,
.password-field input,
.form-section .email-field input {
border-radius: 4px;
height: 30px;
}
label {
margin-bottom: 10px;
}
.password-field label {
margin-top: 20px;
}
.tel-field span {
font-size: 10px;
}
.agreement {
text-align: center;
font-size: 12px;
}
.agreement a {
text-decoration: none;
}
.form-footer {
background: white;
margin-top: 5px;
width: 100%;
}
footer p {
font-size: 15px;
color: #505050;
}
.form-footer p {
margin-top: 10px;
font-size: 10px;
}
.form-footer p a {
text-decoration: none;
color: #0077c5;
}
footer {
margin: 0 auto;
margin-top: 25px;
text-align: center;
width: 70%;
padding: 10px;
} | main.css | article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
background: #eceef1;
}
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;
}
* {
margin: 0;
}
header {
display: flex;
justify-content: flex-end;
padding: 10px 0 10px 0;
}
.signIn {
display: flex;
flex-direction: column;
}
.signinButton input {
height: 40px;
margin-right: 15px;
width: 100px;
margin-left: 15px;
background: #0077c5;
color: #fff;
border-radius: 4px;
border: none;
cursor: pointer;
}
.signinTwo {
margin-top: 0;
position: relative;
bottom: 20px;
}
.signinTwo a {
text-decoration: none;
font-size: 13px;
}
.form-logos span {
margin-right: 10px;
position: relative;
bottom: 10px;
}
section {
width: 400px;
margin: auto;
}
.intuit-logo img {
height: 70px;
width: 250px;
}
.formTitle {
width: 400px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #eceef1;
}
.form-logos {
display: flex;
}
.intuit-logo {
filter: grayscale(90%);
}
.form-logos img {
height: 30px;
width: 30px;
}
.form-logos img:first-child {
border-radius: 50%;
}
.formTitle a {
text-decoration: none;
font-size: 20px;
color: grey;
position: relative;
}
.form-section {
display: flex;
flex-direction: column;
align-items: center;
background: white;
border: 1px solid grey;
border-radius: 6px;
margin-top: 20px;
}
.email-field,
.tel-field,
.password-field {
width: 90%;
display: flex;
flex-direction: column;
}
.submit-button {
text-align: center;
margin-bottom: 20px;
}
form h3 {
margin-top: 35px;
}
form h3,
p,
.learn-more {
text-align: center;
margin-bottom: 20px;
}
.submit-button input {
background: #0077c5;
border: #0077c5;
margin-top: 30px;
width: 360px;
height: 40px;
border-radius: 4px;
color: #fff;
}
.email-field input {
margin-bottom: 20px;
}
.tel-field input,
.password-field input,
.form-section .email-field input {
border-radius: 4px;
height: 30px;
}
label {
margin-bottom: 10px;
}
.password-field label {
margin-top: 20px;
}
.tel-field span {
font-size: 10px;
}
.agreement {
text-align: center;
font-size: 12px;
}
.agreement a {
text-decoration: none;
}
.form-footer {
background: white;
margin-top: 5px;
width: 100%;
}
footer p {
font-size: 15px;
color: #505050;
}
.form-footer p {
margin-top: 10px;
font-size: 10px;
}
.form-footer p a {
text-decoration: none;
color: #0077c5;
}
footer {
margin: 0 auto;
margin-top: 25px;
text-align: center;
width: 70%;
padding: 10px;
} | 0.417865 | 0.098686 |
body{width: 100%; margin: 00px; padding: 00px; font-size:18px; }
html{height: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
*{margin: 00px; padding: 00px; }
h1{font-size:20px; }
ul{list-style-type: none; }
.close {margin-left: 5px; width: auto; color: #aaaaaa; float: right; font-size: 28px; padding:0 7px 0 7px; background-color: white; border:none; }
.close:hover, .close:focus {float: right; text-decoration: none; cursor: pointer; }
.sec1{width: 100%; height: 670px; margin: 00px; padding: 00px; font-size:18px; font-family:Microsoft JhengHei Light; background:url('42.jpg') no-repeat; background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
background-size: cover;
}
.sec2{
width: 100%;
height:auto;
background:#f0eded;
position: relative;
padding-top: 50px;
padding-bottom: 150px;
z-index: 2;
color:#1ABC9C;
display: inline-block;
}
.sec2:before{
content: '';
width: 50%;
height: 100%;
position: absolute;
top:-48px;
left: 0px;
margin: auto;
background: white;
transform: skewY(8deg);
z-index: -1;
}
.sec2:after{
content: '';
margin: auto;
width: 50%;
height: 100%;
position: absolute;
top:-48px;
right: 0px;
background: white;
transform: skewY(-8deg);
z-index: -1;
}
.mybox{
background-color: rgba(169,169,169,0.6);
padding: 10px;
border-radius:5px;
padding: 20px;
position:relative;
text-align: center;
top:40%;
left: 50%;
transform: translate(-50% , -70%);
}
nav{z-index: 100; position: fixed; width: 100%; display: inline-block; height: 50px; background-color: rgba(0,0,0,0.6); }
.login-left{line-height: 50px; margin-left: 5px; display: inline-block; cursor: pointer; }
.register-right{float: right; line-height: 50px; margin-right: 5px; cursor: pointer; }
.login-left img{max-height: 50px;max-width: 100px;}
.logo-center{width: 100%; text-align: center; }
.logo-center img{position: absolute; text-align: center; display: inline-block; height: 50px; width: 46px; transform: translateX(-23px); }
.login-left button , .register-right button, .login-left button:focus,.register-right button:focus ,.register-right a{background-color:transparent; border:2px solid #1ABC9C; color:#1ABC9C; outline:0; }
.login-left button:hover,.register-right button:hover,.register-right a{background-color:#1ABC9C; border:2px solid #1ABC9C; color:white; outline:0; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.login{
margin:00px;
display: inline;
padding: 10px 00px;
color: #1ABC9C;
width: 70px;
float: left;
}
.login-end{
padding: 8px 12px;
border:2px solid #1ABC9C;;
color: #1ABC9C;
border-radius: 5px;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.brand{
color: #1ABC9C;
width:auto;
text-align: center;
margin: auto;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.brand:hover{
font-size: 20px;
cursor: pointer;
}
.brand img{
width: 40px;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.register{
padding: 00px;
display: inline;
padding: 10px 00px;
width: 90px;
float: right;
margin-right: 5px;
}
.register-end{
padding: 8px 12px;
border:2px solid #1ABC9C;
color: #1ABC9C;
border-radius: 5px;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.login-end:hover,.register-end:hover{
background-color: #1ABC9C;
color: rgba(0,0,0,0.5);
cursor: pointer;
}
.head-text{
font-size: 35px;
text-align: center;
}
.content{
font-size: 18px;
width: 60%;
margin: auto;
color: #4A4A5E;
text-align: justify-all;
}
.foter{
position: fixed;
bottom: 00px;
background-color:rgba(0,0,0,0.6);
color: #1ABC9C;
text-align: center;
padding: 5px 00;
}
@media(min-width: 763px){
}
@media(max-width: 763px)
{
.content{
width: 95%;
}
.head-text{
font-size: 25px;
}
.padding-no{
padding-right:0;
}
.mybox{
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
}
/*------------ scrollbar ---------------------*/
/* For the "inset" look only */
/* Let's get this party started */
::-webkit-scrollbar {
width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
-webkit-box-shadow:#000000;
-webkit-border-radius: 1px;
border-radius: 1px;
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background:#1ABC9C;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: #00B9F5;
}
/* login modal */
.modal-login { }
.modal-login .modal-content {
padding: 20px;
border-radius: 5px;
border: none;
}
.modal-login .modal-header {
border-bottom: none;
position: relative;
justify-content: center;
margin-top: 50px;
}
.close{
position: absolute;
top: -3px;
right: 10px;
font-size: 50px;
}
.modal-login h4 {
color: #636363;
text-align: center;
font-size: 26px;
margin-top: 0;
}
.modal-login .modal-content {
color: #999;
border-radius: 1px;
margin-bottom: 15px;
background: #fff;
border: 1px solid #f3f3f3;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
padding: 25px;
}
.modal-login .form-group {
margin-bottom: 20px;
font-size: 16px;
text-align: center;
}
.modal-login label {
font-weight: normal;
font-size: 13px;
}
.modal-login .form-control {
min-height: 38px;
padding-left: 5px;
box-shadow: none !important;
border-width: 0 0 1px 0;
border-radius: 0;
outline: none;
border-color: #ccc;
}
.modal-login .form-control:focus {
border-color:#1ABC9C;
}
.modal-login .input-group-addon {
max-width: 42px;
text-align: center;
background: none;
border-width: 0 0 1px 0;
padding-left: 5px;
border-radius: 0;
}
.modal-login .btn {
font-size: 16px;
font-weight: bold;
border-radius: 3px;
border: none;
outline: none !important;
padding: 10px;
color: white;
}
.btn-primary{
background:#1ABC9C;
width: 90px;
}
.modal-login .btn-primary:hover, .modal-login{
background: #179b81;
}
.modal-login .hint-text {
text-align: center;
padding-top: 5px;
font-size: 13px;
}
.modal-login .modal-footer {
color: #999;
border-color: #dee4e7;
text-align: center;
margin: 0 -25px -25px;
font-size: 13px;
justify-content: center;
}
.modal-login a {
color: #fff;
text-decoration: underline;
}
.modal-login a:hover {
text-decoration: none;
}
.modal-login a {
color: #19aa8d;
text-decoration: none;
}
.modal-login a:hover {
text-decoration: underline;
}
.modal-login .fa {
font-size: 21px;
}
.trigger-btn {
display: inline-block;
margin: 100px auto;
}
.facebook{
width: 15px;
display: inline-block;
}
.btn-facebook{
background: #337AB7;
width: 100%;
margin: auto;
display: inline-block;
text-align: center;
}
.btn-facebook:hover{
background: #286090;
}
.or-seperator {
margin: 20px 0 10px;
text-align: center;
border-top: 1px solid #ccc;
}
.or-seperator i {
padding: 0 10px;
background:white;
position: relative;
top: -11px;
z-index: 1;
}
a{
text-decoration: none !important;
}
.avatar {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: -70px;
width: 95px;
height: 95px;
border-radius: 50%;
z-index: 9;
background:#1ABC9C;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.avatar img{
width: 100%;
margin: auto;
}
.modal-dialog{
margin-top:50px;
}
.modal-title{
padding-top: 30px;
font-size: 26px;
text-align: center;
justify-content: center;
color: #636363;
}
.weblogo{
width: 100%;
text-align: center;
margin-bottom: 25px;
margin-top: 20px;
}
.weblogo img{
width: 96px;
}
}
@media(max-width: 763px){
.padding-right-no{
padding-right: 0px !important;
}
.padding-left-no{
padding-left: 0px !important;
}
} | resources/assets/css/index.css | body{width: 100%; margin: 00px; padding: 00px; font-size:18px; }
html{height: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
*{margin: 00px; padding: 00px; }
h1{font-size:20px; }
ul{list-style-type: none; }
.close {margin-left: 5px; width: auto; color: #aaaaaa; float: right; font-size: 28px; padding:0 7px 0 7px; background-color: white; border:none; }
.close:hover, .close:focus {float: right; text-decoration: none; cursor: pointer; }
.sec1{width: 100%; height: 670px; margin: 00px; padding: 00px; font-size:18px; font-family:Microsoft JhengHei Light; background:url('42.jpg') no-repeat; background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
background-size: cover;
}
.sec2{
width: 100%;
height:auto;
background:#f0eded;
position: relative;
padding-top: 50px;
padding-bottom: 150px;
z-index: 2;
color:#1ABC9C;
display: inline-block;
}
.sec2:before{
content: '';
width: 50%;
height: 100%;
position: absolute;
top:-48px;
left: 0px;
margin: auto;
background: white;
transform: skewY(8deg);
z-index: -1;
}
.sec2:after{
content: '';
margin: auto;
width: 50%;
height: 100%;
position: absolute;
top:-48px;
right: 0px;
background: white;
transform: skewY(-8deg);
z-index: -1;
}
.mybox{
background-color: rgba(169,169,169,0.6);
padding: 10px;
border-radius:5px;
padding: 20px;
position:relative;
text-align: center;
top:40%;
left: 50%;
transform: translate(-50% , -70%);
}
nav{z-index: 100; position: fixed; width: 100%; display: inline-block; height: 50px; background-color: rgba(0,0,0,0.6); }
.login-left{line-height: 50px; margin-left: 5px; display: inline-block; cursor: pointer; }
.register-right{float: right; line-height: 50px; margin-right: 5px; cursor: pointer; }
.login-left img{max-height: 50px;max-width: 100px;}
.logo-center{width: 100%; text-align: center; }
.logo-center img{position: absolute; text-align: center; display: inline-block; height: 50px; width: 46px; transform: translateX(-23px); }
.login-left button , .register-right button, .login-left button:focus,.register-right button:focus ,.register-right a{background-color:transparent; border:2px solid #1ABC9C; color:#1ABC9C; outline:0; }
.login-left button:hover,.register-right button:hover,.register-right a{background-color:#1ABC9C; border:2px solid #1ABC9C; color:white; outline:0; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.login{
margin:00px;
display: inline;
padding: 10px 00px;
color: #1ABC9C;
width: 70px;
float: left;
}
.login-end{
padding: 8px 12px;
border:2px solid #1ABC9C;;
color: #1ABC9C;
border-radius: 5px;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.brand{
color: #1ABC9C;
width:auto;
text-align: center;
margin: auto;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.brand:hover{
font-size: 20px;
cursor: pointer;
}
.brand img{
width: 40px;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.register{
padding: 00px;
display: inline;
padding: 10px 00px;
width: 90px;
float: right;
margin-right: 5px;
}
.register-end{
padding: 8px 12px;
border:2px solid #1ABC9C;
color: #1ABC9C;
border-radius: 5px;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.login-end:hover,.register-end:hover{
background-color: #1ABC9C;
color: rgba(0,0,0,0.5);
cursor: pointer;
}
.head-text{
font-size: 35px;
text-align: center;
}
.content{
font-size: 18px;
width: 60%;
margin: auto;
color: #4A4A5E;
text-align: justify-all;
}
.foter{
position: fixed;
bottom: 00px;
background-color:rgba(0,0,0,0.6);
color: #1ABC9C;
text-align: center;
padding: 5px 00;
}
@media(min-width: 763px){
}
@media(max-width: 763px)
{
.content{
width: 95%;
}
.head-text{
font-size: 25px;
}
.padding-no{
padding-right:0;
}
.mybox{
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
}
/*------------ scrollbar ---------------------*/
/* For the "inset" look only */
/* Let's get this party started */
::-webkit-scrollbar {
width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
-webkit-box-shadow:#000000;
-webkit-border-radius: 1px;
border-radius: 1px;
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background:#1ABC9C;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: #00B9F5;
}
/* login modal */
.modal-login { }
.modal-login .modal-content {
padding: 20px;
border-radius: 5px;
border: none;
}
.modal-login .modal-header {
border-bottom: none;
position: relative;
justify-content: center;
margin-top: 50px;
}
.close{
position: absolute;
top: -3px;
right: 10px;
font-size: 50px;
}
.modal-login h4 {
color: #636363;
text-align: center;
font-size: 26px;
margin-top: 0;
}
.modal-login .modal-content {
color: #999;
border-radius: 1px;
margin-bottom: 15px;
background: #fff;
border: 1px solid #f3f3f3;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
padding: 25px;
}
.modal-login .form-group {
margin-bottom: 20px;
font-size: 16px;
text-align: center;
}
.modal-login label {
font-weight: normal;
font-size: 13px;
}
.modal-login .form-control {
min-height: 38px;
padding-left: 5px;
box-shadow: none !important;
border-width: 0 0 1px 0;
border-radius: 0;
outline: none;
border-color: #ccc;
}
.modal-login .form-control:focus {
border-color:#1ABC9C;
}
.modal-login .input-group-addon {
max-width: 42px;
text-align: center;
background: none;
border-width: 0 0 1px 0;
padding-left: 5px;
border-radius: 0;
}
.modal-login .btn {
font-size: 16px;
font-weight: bold;
border-radius: 3px;
border: none;
outline: none !important;
padding: 10px;
color: white;
}
.btn-primary{
background:#1ABC9C;
width: 90px;
}
.modal-login .btn-primary:hover, .modal-login{
background: #179b81;
}
.modal-login .hint-text {
text-align: center;
padding-top: 5px;
font-size: 13px;
}
.modal-login .modal-footer {
color: #999;
border-color: #dee4e7;
text-align: center;
margin: 0 -25px -25px;
font-size: 13px;
justify-content: center;
}
.modal-login a {
color: #fff;
text-decoration: underline;
}
.modal-login a:hover {
text-decoration: none;
}
.modal-login a {
color: #19aa8d;
text-decoration: none;
}
.modal-login a:hover {
text-decoration: underline;
}
.modal-login .fa {
font-size: 21px;
}
.trigger-btn {
display: inline-block;
margin: 100px auto;
}
.facebook{
width: 15px;
display: inline-block;
}
.btn-facebook{
background: #337AB7;
width: 100%;
margin: auto;
display: inline-block;
text-align: center;
}
.btn-facebook:hover{
background: #286090;
}
.or-seperator {
margin: 20px 0 10px;
text-align: center;
border-top: 1px solid #ccc;
}
.or-seperator i {
padding: 0 10px;
background:white;
position: relative;
top: -11px;
z-index: 1;
}
a{
text-decoration: none !important;
}
.avatar {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: -70px;
width: 95px;
height: 95px;
border-radius: 50%;
z-index: 9;
background:#1ABC9C;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.avatar img{
width: 100%;
margin: auto;
}
.modal-dialog{
margin-top:50px;
}
.modal-title{
padding-top: 30px;
font-size: 26px;
text-align: center;
justify-content: center;
color: #636363;
}
.weblogo{
width: 100%;
text-align: center;
margin-bottom: 25px;
margin-top: 20px;
}
.weblogo img{
width: 96px;
}
}
@media(max-width: 763px){
.padding-right-no{
padding-right: 0px !important;
}
.padding-left-no{
padding-left: 0px !important;
}
} | 0.25842 | 0.082512 |
.nav{width:100%;height:40px;border-top:1px solid #E7E7E7;line-height:40px;font-size:15px;color: #59585C;}
.grid-1200{width:1200px;overflow:hidden;margin:0 auto;}
.grid-1200 .crumbs{float:left;}
.grid-1200 .hands{float:right;}
.hands a{display:inline-block;width:100px;height:25px;border: 1px solid #FF8536;text-align:center;line-height:25px;margin-top:5px;border-radius:15px;font-size:14px;color:#FF8536;}
.hands a:hover{background:#FF8536;color:#fff;}
/*banner图*/
.banner{width:100%;height:622px;background:url(../../images/fortune/banner.png)no-repeat;background-size:100% auto;}
.div1{width:175px;height:190px;float:left;margin-top:195px;margin-left:159px;position:relative;}
.div1 img,.banner .div3 img{margin-top:25px;}
.div2{width:545px;height:356px;float:left;text-align:center;margin-top:115px;position:relative;}
.div3{width:175px;height:190px;float:left;margin-top:195px;margin-left:25px;position:relative;}
.div1 .p1,.div3 .p1{position:absolute;top:67px;left:25px;width:100px;height:52px;line-height:20px;text-align: center;border-bottom:1px solid #FA640C;}
.div1 b,.div3 b{position:absolute;top:130px;left:52px;font-weight:normal;color:#FF893D;font-size:15px;}
.div2 .p1{position:absolute;top:147px;left:168px;width:208px;height:52px;line-height:20px;text-align: center;border-bottom:1px solid #FFF;}
.div2 .p1 b{font-size:30px;color:#FEFEFE;}
.div2 span{position:absolute;top:235px;left:200px;font-weight:normal;color:#FFF;font-size:15px;}
.div3 .p1{height:35px;position:absolute;top:85px;left:25px;}
.div3 b{position:absolute;top:130px;left:32px;}
/*预约咨询与MM计划*/
.time{width:300px;height:180px;margin:0 auto;text-align:center;font-size:18px;}
.time .p1,.time .p2{width:100%;height:45px;color: #414A5B;}
.time .p2{width:100%;height:60px;}
.time .order{display:inline-block;width:130px;height:40px;background:#FF8A3E;line-height:40px;float:left;border-radius:3px;color:#fff;}
.time .MM{display:inline-block;width:130px;height:40px;line-height:40px;float:right;border-radius:3px;color:#FF8739;border:2px solid #FF8B40;}
.time .p3{width:100%;height:60px;line-height:30px;font-size:16px;}
.time .p3 span{color:#FF9250;}
/*购买界面*/
.time input{display:inline-block;width:100%;height:30px;font-family:"Microsoft YaHei";border:1px solid #F0F0F0;line-height:30px;font-size:14px;}
.time .by{display:inline-block;width:130px;height:40px;background:#FF8A3E;line-height:40px;float:left;border-radius:3px;color:#fff;}
.time .order1{display:inline-block;width:130px;height:40px;line-height:40px;float:right;border-radius:3px;color:#FF8739;border:2px solid #FF8B40;}
/*旋转动画*/
.ico{width:100%;height:280px;background:#F8F8F8;}
.tubiao{width:920px;height:300px;margin:0 auto;}
.pub{width:230px;height:240px;text-align:center;position:relative;float:left;}
.pub span{background:url(../../images/fortune/circle.png)center no-repeat;display: inline-block;width: 130px;height: 112px;margin-top:60px;margin-left:20px;transition:all 1.5s;}
.atm img{cursor: pointer;width: 45px;height: 69px;position: absolute;left:102px;top:78px;}
.pub p{font-size:14px;line-height:30px;color:#414A5B;}
.subscribe img{cursor: pointer;width:64px;height:64px;position: absolute;left:90px;top:83px;}
.gold img{cursor: pointer;width:64px;height:62px;position: absolute;left:90px;top:83px;}
.bond img{cursor: pointer;width:59px;height:63px;position: absolute;left:94px;top:83px;}
.curve{width:100%;height:490px;background:url(../../images/fortune/biao.png)no-repeat;background-size:100% auto;}
.pub:hover span{transform:rotate(360deg);}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden} | css/fortune/fortune.css | .nav{width:100%;height:40px;border-top:1px solid #E7E7E7;line-height:40px;font-size:15px;color: #59585C;}
.grid-1200{width:1200px;overflow:hidden;margin:0 auto;}
.grid-1200 .crumbs{float:left;}
.grid-1200 .hands{float:right;}
.hands a{display:inline-block;width:100px;height:25px;border: 1px solid #FF8536;text-align:center;line-height:25px;margin-top:5px;border-radius:15px;font-size:14px;color:#FF8536;}
.hands a:hover{background:#FF8536;color:#fff;}
/*banner图*/
.banner{width:100%;height:622px;background:url(../../images/fortune/banner.png)no-repeat;background-size:100% auto;}
.div1{width:175px;height:190px;float:left;margin-top:195px;margin-left:159px;position:relative;}
.div1 img,.banner .div3 img{margin-top:25px;}
.div2{width:545px;height:356px;float:left;text-align:center;margin-top:115px;position:relative;}
.div3{width:175px;height:190px;float:left;margin-top:195px;margin-left:25px;position:relative;}
.div1 .p1,.div3 .p1{position:absolute;top:67px;left:25px;width:100px;height:52px;line-height:20px;text-align: center;border-bottom:1px solid #FA640C;}
.div1 b,.div3 b{position:absolute;top:130px;left:52px;font-weight:normal;color:#FF893D;font-size:15px;}
.div2 .p1{position:absolute;top:147px;left:168px;width:208px;height:52px;line-height:20px;text-align: center;border-bottom:1px solid #FFF;}
.div2 .p1 b{font-size:30px;color:#FEFEFE;}
.div2 span{position:absolute;top:235px;left:200px;font-weight:normal;color:#FFF;font-size:15px;}
.div3 .p1{height:35px;position:absolute;top:85px;left:25px;}
.div3 b{position:absolute;top:130px;left:32px;}
/*预约咨询与MM计划*/
.time{width:300px;height:180px;margin:0 auto;text-align:center;font-size:18px;}
.time .p1,.time .p2{width:100%;height:45px;color: #414A5B;}
.time .p2{width:100%;height:60px;}
.time .order{display:inline-block;width:130px;height:40px;background:#FF8A3E;line-height:40px;float:left;border-radius:3px;color:#fff;}
.time .MM{display:inline-block;width:130px;height:40px;line-height:40px;float:right;border-radius:3px;color:#FF8739;border:2px solid #FF8B40;}
.time .p3{width:100%;height:60px;line-height:30px;font-size:16px;}
.time .p3 span{color:#FF9250;}
/*购买界面*/
.time input{display:inline-block;width:100%;height:30px;font-family:"Microsoft YaHei";border:1px solid #F0F0F0;line-height:30px;font-size:14px;}
.time .by{display:inline-block;width:130px;height:40px;background:#FF8A3E;line-height:40px;float:left;border-radius:3px;color:#fff;}
.time .order1{display:inline-block;width:130px;height:40px;line-height:40px;float:right;border-radius:3px;color:#FF8739;border:2px solid #FF8B40;}
/*旋转动画*/
.ico{width:100%;height:280px;background:#F8F8F8;}
.tubiao{width:920px;height:300px;margin:0 auto;}
.pub{width:230px;height:240px;text-align:center;position:relative;float:left;}
.pub span{background:url(../../images/fortune/circle.png)center no-repeat;display: inline-block;width: 130px;height: 112px;margin-top:60px;margin-left:20px;transition:all 1.5s;}
.atm img{cursor: pointer;width: 45px;height: 69px;position: absolute;left:102px;top:78px;}
.pub p{font-size:14px;line-height:30px;color:#414A5B;}
.subscribe img{cursor: pointer;width:64px;height:64px;position: absolute;left:90px;top:83px;}
.gold img{cursor: pointer;width:64px;height:62px;position: absolute;left:90px;top:83px;}
.bond img{cursor: pointer;width:59px;height:63px;position: absolute;left:94px;top:83px;}
.curve{width:100%;height:490px;background:url(../../images/fortune/biao.png)no-repeat;background-size:100% auto;}
.pub:hover span{transform:rotate(360deg);}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden} | 0.283881 | 0.064683 |
body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 90vh;
font-family: 'Kulim Park';
background: #FBC531;
}
main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-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;
}
footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-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;
}
.c-title {
background-color: #000;
color: #FBC531;
font-size: 3.5rem;
text-align: center;
}
.l-section {
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.c-question {
color: #2F3640;
font-size: 2rem;
text-align: center;
}
.c-answer {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: #2F3640;
font-size: 4rem;
text-align: center;
font-weight: 700;
}
.c-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 15rem;
height: 4rem;
}
.c-button__background {
background-color: #2F3640;
height: 100%;
width: 100%;
border-radius: .25rem;
z-index: 0;
cursor: pointer;
-webkit-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
position: relative;
overflow: hidden;
}
.c-button__background::before {
content: "";
position: absolute;
top: 0;
left: -50%;
height: 100%;
width: 35%;
background: rgba(255, 255, 255, 0.8);
-webkit-transition: .7s all ease-in-out;
transition: .7s all ease-in-out;
-webkit-transform: skew(30deg);
transform: skew(30deg);
-webkit-filter: blur(0.1rem);
filter: blur(0.1rem);
opacity: .3;
overflow: hidden;
}
.c-button__background:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.c-button__background:hover::before {
left: 120%;
opacity: .8;
}
.c-button__text {
position: absolute;
color: white;
font: 700 2rem 'Kulim Park', sans-serif;
z-index: 1;
pointer-events: none;
}
.u-transition-append {
-webkit-animation: append-animate .3s ease;
animation: append-animate .3s ease;
}
.u-transition-remove {
-webkit-animation: remove-animate .3s ease;
animation: remove-animate .3s ease;
}
.u-uppercase {
text-transform: uppercase;
}
@-webkit-keyframes append-animate {
from {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes append-animate {
from {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes remove-animate {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
}
@keyframes remove-animate {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
}
@media (max-width: 767px) {
.c-title {
font-size: 2rem;
}
}
/*# sourceMappingURL=style.css.map */ | styles/style.css | body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 90vh;
font-family: 'Kulim Park';
background: #FBC531;
}
main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-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;
}
footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-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;
}
.c-title {
background-color: #000;
color: #FBC531;
font-size: 3.5rem;
text-align: center;
}
.l-section {
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.c-question {
color: #2F3640;
font-size: 2rem;
text-align: center;
}
.c-answer {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: #2F3640;
font-size: 4rem;
text-align: center;
font-weight: 700;
}
.c-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 15rem;
height: 4rem;
}
.c-button__background {
background-color: #2F3640;
height: 100%;
width: 100%;
border-radius: .25rem;
z-index: 0;
cursor: pointer;
-webkit-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
position: relative;
overflow: hidden;
}
.c-button__background::before {
content: "";
position: absolute;
top: 0;
left: -50%;
height: 100%;
width: 35%;
background: rgba(255, 255, 255, 0.8);
-webkit-transition: .7s all ease-in-out;
transition: .7s all ease-in-out;
-webkit-transform: skew(30deg);
transform: skew(30deg);
-webkit-filter: blur(0.1rem);
filter: blur(0.1rem);
opacity: .3;
overflow: hidden;
}
.c-button__background:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.c-button__background:hover::before {
left: 120%;
opacity: .8;
}
.c-button__text {
position: absolute;
color: white;
font: 700 2rem 'Kulim Park', sans-serif;
z-index: 1;
pointer-events: none;
}
.u-transition-append {
-webkit-animation: append-animate .3s ease;
animation: append-animate .3s ease;
}
.u-transition-remove {
-webkit-animation: remove-animate .3s ease;
animation: remove-animate .3s ease;
}
.u-uppercase {
text-transform: uppercase;
}
@-webkit-keyframes append-animate {
from {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes append-animate {
from {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes remove-animate {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
}
@keyframes remove-animate {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
}
@media (max-width: 767px) {
.c-title {
font-size: 2rem;
}
}
/*# sourceMappingURL=style.css.map */ | 0.406744 | 0.039956 |
@font-face {font-family: "iconfont";
src: url('iconfont.eot'); /* IE9*/
src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff') format('woff'), /* chrome、firefox */
url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-liebiao:before { content: "\e600"; }
.icon-xiai:before { content: "\e601"; }
.icon-liebiao1:before { content: "\e602"; }
.icon-gouwucheman:before { content: "\e603"; }
.icon-weiguanzhu:before { content: "\e604"; }
.icon-unie615:before { content: "\e633"; }
.icon-nicheng:before { content: "\e634"; }
.icon-diyu:before { content: "\e605"; }
.icon-gaoyu:before { content: "\e606"; }
.icon-wodehuiyuanqia:before { content: "\e607"; }
.icon-xiaoxi:before { content: "\e608"; }
.icon-datumoshi:before { content: "\e609"; }
.icon-pinglun:before { content: "\e60a"; }
.icon-shouyexuanzhong:before { content: "\e60b"; }
.icon-shouye:before { content: "\e60c"; }
.icon-wo:before { content: "\e60d"; }
.icon-gongnengjianyi:before { content: "\e60e"; }
.icon-xiugaioryijian:before { content: "\e60f"; }
.icon-zan:before { content: "\e610"; }
.icon-xuanzhong:before { content: "\e611"; }
.icon-xinlang:before { content: "\e612"; }
.icon-weixin:before { content: "\e613"; }
.icon-shangsheng:before { content: "\e614"; }
.icon-mima:before { content: "\e615"; }
.icon-lianjie:before { content: "\e616"; }
.icon-dianzan:before { content: "\e617"; }
.icon-fanhui8:before { content: "\e618"; }
.icon-fanhui7:before { content: "\e619"; }
.icon-fanhui6:before { content: "\e61a"; }
.icon-fanhui5:before { content: "\e61b"; }
.icon-gengduo:before { content: "\e61c"; }
.icon-shoucangxuanzhong:before { content: "\e61d"; }
.icon-shoucang:before { content: "\e61e"; }
.icon-fanhui1:before { content: "\e61f"; }
.icon-fanhui2:before { content: "\e620"; }
.icon-sanjiao2:before { content: "\e621"; }
.icon-sanjiao1:before { content: "\e622"; }
.icon-sanjiao4:before { content: "\e623"; }
.icon-sanjiao3:before { content: "\e624"; }
.icon-shanchu2:before { content: "\e625"; }
.icon-anzhuoxiala:before { content: "\e626"; }
.icon-guanyuwo:before { content: "\e627"; }
.icon-zanxuanzhong:before { content: "\e628"; }
.icon-my:before { content: "\e630"; }
.icon-yanzhengma:before { content: "\e631"; }
.icon-zuji:before { content: "\e629"; }
.icon-dianhua:before { content: "\e62d"; }
.icon-yonghu:before { content: "\e62e"; }
.icon-xinfeng:before { content: "\e62f"; }
.icon-shenfenzheng:before { content: "\e635"; }
.icon-yanzhengma1:before { content: "\e632"; }
.icon-31shuaxin:before { content: "\e62a"; }
.icon-31sousuo:before { content: "\e62b"; }
.icon-31huidaodingbu:before { content: "\e62c"; } | www/resource/font/iconfont.css | @font-face {font-family: "iconfont";
src: url('iconfont.eot'); /* IE9*/
src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff') format('woff'), /* chrome、firefox */
url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-liebiao:before { content: "\e600"; }
.icon-xiai:before { content: "\e601"; }
.icon-liebiao1:before { content: "\e602"; }
.icon-gouwucheman:before { content: "\e603"; }
.icon-weiguanzhu:before { content: "\e604"; }
.icon-unie615:before { content: "\e633"; }
.icon-nicheng:before { content: "\e634"; }
.icon-diyu:before { content: "\e605"; }
.icon-gaoyu:before { content: "\e606"; }
.icon-wodehuiyuanqia:before { content: "\e607"; }
.icon-xiaoxi:before { content: "\e608"; }
.icon-datumoshi:before { content: "\e609"; }
.icon-pinglun:before { content: "\e60a"; }
.icon-shouyexuanzhong:before { content: "\e60b"; }
.icon-shouye:before { content: "\e60c"; }
.icon-wo:before { content: "\e60d"; }
.icon-gongnengjianyi:before { content: "\e60e"; }
.icon-xiugaioryijian:before { content: "\e60f"; }
.icon-zan:before { content: "\e610"; }
.icon-xuanzhong:before { content: "\e611"; }
.icon-xinlang:before { content: "\e612"; }
.icon-weixin:before { content: "\e613"; }
.icon-shangsheng:before { content: "\e614"; }
.icon-mima:before { content: "\e615"; }
.icon-lianjie:before { content: "\e616"; }
.icon-dianzan:before { content: "\e617"; }
.icon-fanhui8:before { content: "\e618"; }
.icon-fanhui7:before { content: "\e619"; }
.icon-fanhui6:before { content: "\e61a"; }
.icon-fanhui5:before { content: "\e61b"; }
.icon-gengduo:before { content: "\e61c"; }
.icon-shoucangxuanzhong:before { content: "\e61d"; }
.icon-shoucang:before { content: "\e61e"; }
.icon-fanhui1:before { content: "\e61f"; }
.icon-fanhui2:before { content: "\e620"; }
.icon-sanjiao2:before { content: "\e621"; }
.icon-sanjiao1:before { content: "\e622"; }
.icon-sanjiao4:before { content: "\e623"; }
.icon-sanjiao3:before { content: "\e624"; }
.icon-shanchu2:before { content: "\e625"; }
.icon-anzhuoxiala:before { content: "\e626"; }
.icon-guanyuwo:before { content: "\e627"; }
.icon-zanxuanzhong:before { content: "\e628"; }
.icon-my:before { content: "\e630"; }
.icon-yanzhengma:before { content: "\e631"; }
.icon-zuji:before { content: "\e629"; }
.icon-dianhua:before { content: "\e62d"; }
.icon-yonghu:before { content: "\e62e"; }
.icon-xinfeng:before { content: "\e62f"; }
.icon-shenfenzheng:before { content: "\e635"; }
.icon-yanzhengma1:before { content: "\e632"; }
.icon-31shuaxin:before { content: "\e62a"; }
.icon-31sousuo:before { content: "\e62b"; }
.icon-31huidaodingbu:before { content: "\e62c"; } | 0.278649 | 0.054777 |
@-moz-document domain("dillinger.io") {
@font-face {
font-family:'FantasqueSansMonoBold';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/a46033d3a07d9385620dc83b7655203f/FantasqueSansMonoBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family:'FantasqueSansMonoBoldItalic';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/b0683ef4c834908aa372ec78dea42349/FantasqueSansMonoBoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family:'FantasqueSansMonoItalic';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/b78d0a48e4443f797e8d45dcf97594f7/FantasqueSansMonoItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family:'FantasqueSansMonoRegItalic';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/d9468644396932f3eea03b16c132f620/686bd0544f5b18a34c8568dd5604c497/FantasqueSansMonoRegItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family:'FantasqueSansMonoRegular';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/f3fdc4f0f26e4431f54e8b552d55480c/FantasqueSansMonoRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* The following rules are deprecated. */
@font-face {
font-family:'Fantasque Sans Mono';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/a46033d3a07d9385620dc83b7655203f/FantasqueSansMonoBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family:'Fantasque Sans Mono';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/b0683ef4c834908aa372ec78dea42349/FantasqueSansMonoBoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family:'Fantasque Sans Mono';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/b78d0a48e4443f797e8d45dcf97594f7/FantasqueSansMonoItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family:'Fantasque Sans Mono';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/d9468644396932f3eea03b16c132f620/686bd0544f5b18a34c8568dd5604c497/FantasqueSansMonoRegItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family:'Fantasque Sans Mono';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/f3fdc4f0f26e4431f54e8b552d55480c/FantasqueSansMonoRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.CodeMirror-line pre span {
font-family:"Fantasque Sans Mono";
}
textarea {
font-family:"Fantasque Sans Mono";
}
#editor {
font-family:"Fantasque Sans Mono";
}
} | data/usercss/169466.user.css | @-moz-document domain("dillinger.io") {
@font-face {
font-family:'FantasqueSansMonoBold';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/a46033d3a07d9385620dc83b7655203f/FantasqueSansMonoBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family:'FantasqueSansMonoBoldItalic';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/b0683ef4c834908aa372ec78dea42349/FantasqueSansMonoBoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family:'FantasqueSansMonoItalic';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/b78d0a48e4443f797e8d45dcf97594f7/FantasqueSansMonoItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family:'FantasqueSansMonoRegItalic';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/d9468644396932f3eea03b16c132f620/686bd0544f5b18a34c8568dd5604c497/FantasqueSansMonoRegItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family:'FantasqueSansMonoRegular';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/f3fdc4f0f26e4431f54e8b552d55480c/FantasqueSansMonoRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* The following rules are deprecated. */
@font-face {
font-family:'Fantasque Sans Mono';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/a46033d3a07d9385620dc83b7655203f/FantasqueSansMonoBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family:'Fantasque Sans Mono';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/b0683ef4c834908aa372ec78dea42349/FantasqueSansMonoBoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family:'Fantasque Sans Mono';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/b78d0a48e4443f797e8d45dcf97594f7/FantasqueSansMonoItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family:'Fantasque Sans Mono';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/d9468644396932f3eea03b16c132f620/686bd0544f5b18a34c8568dd5604c497/FantasqueSansMonoRegItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family:'Fantasque Sans Mono';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/f3fdc4f0f26e4431f54e8b552d55480c/FantasqueSansMonoRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.CodeMirror-line pre span {
font-family:"Fantasque Sans Mono";
}
textarea {
font-family:"Fantasque Sans Mono";
}
#editor {
font-family:"Fantasque Sans Mono";
}
} | 0.243822 | 0.127925 |
:root{
/* Properties for Glasscord */
/* See here for a full list of values: https://github.com/AryToNeX/Glasscord#hey-buddy-i-am-a-theme-creator-how-should-i-support-glasscord-in-my-own-themes */
/* Windows */
--glasscord-win-blur: blurbehind;
/* macOS */
--glasscord-macos-vibrancy: fullscreen-ui;
/* Linux */
--glasscord-linux-blur: true;
}
.theme-dark {
/* background colors */
--background-main: #161616;
--background-panels: #111;
--background-sidebar: #000c;
--background-accent: #555;
--background-round-btn: #4c4c4c;
--background-floating: #181818;
--background-floating-header: #161616;
--background-attachment: #090909;
--background-textbox: #292929;
--background-titlebar: #000;
--background-scrollbar: #fff2;
--background-channel-hover: rgba(255,255,255, 0.05);
--background-channel-active: rgba(255,255,255, 0.075);
--background-channel-selected: rgba(255,255,255, 0.1);
--background-message-hover: rgba(255,255,255, 0.03);
/* text colors */
--text-normal: #ddd;
--text-faded: #888;
--text-bright: #eee;
--channel-normal: #999;
--channel-muted: #9999;
--channel-selected: #ccc;
}
.theme-light {
/* background colors */
--background-main: #fafafa;
--background-panels: #fff;
--background-sidebar: #fffc;
--background-accent: #333;
--background-round-btn: #eee;
--background-floating: #fff;
--background-floating-header: #fff;
--background-attachment: #fff;
--background-textbox: #f3f3f3;
--background-titlebar: #fff;
--background-scrollbar: #0001;
--background-channel-hover: rgba(0,0,0, 0.025);
--background-channel-active: rgba(0,0,0, 0.04);
--background-channel-selected: rgba(0,0,0, 0.05);
--background-message-hover: rgba(0,0,0, 0.02);
/* text colors */
--text-normal: #0009;
--text-faded: #0008;
--text-bright: #000a;
--channel-normal: #000a;
--channel-muted: #0006;
--channel-selected: #000b;
}
/* DON'T EDIT THESE UNLESS YOU KNOW WHAT YOU'RE DOIN! */
:root {
--header-primary: var(--text-bright);
--header-secondary: var(--text-faded);
--text-muted: var(--text-faded);
--channels-default: var(--channel-normal);
--interactive-normal: var(--text-faded);
--interactive-hover: var(--channel-selected);
--interactive-active: var(--channel-selected);
--interactive-muted: var(--channel-muted);
--background-primary: var(--background-main);
--background-secondary: transparent;
--background-secondary-alt: transparent;
--background-tertiary: transparent;
--background-modifier-hover: var(--background-channel-hover);
--background-modifier-active: var(--background-channel-active);
--background-modifier-selected: var(--background-channel-selected);
--background-modifier-accent: var(--background-textbox);
--elevation-stroke: transparent;
--elevation-low: none;
--channeltextarea-background: var(--background-textbox);
--deprecated-quickswitcher-input-background: var(--background-textbox);
--deprecated-quickswitcher-input-placeholder: var(--text-faded);
--deprecated-text-input-bg: var(--background-textbox);
--deprecated-text-input-border: transparent;
--deprecated-text-input-border-hover: transparent;
--deprecated-text-input-border-disabled: transparent;
--deprecated-text-input-prefix: var(--text-normal);
}
body {
background-color: var(--background-sidebar);
}
/* redundant sidebar bgs... */
.sidebar-2K8pFh,
.container-PNkimc,
.layer-3QrUeG,
.sidebarRegionScroller-3MXcoP,
.standardSidebarView-3F1I7i {
background-color: transparent;
}
/* Main areas */
.container-1D34oG,
.pageWrapper-1PgVDX {
background-color: var(--background-main) !important;
}
/* Boost page */
.perksModal-fSYqOq {
background-color: transparent !important;
}
/* Top bar and right panels */
.title-3qD0b-,
.container-1r6BKw,
.members-1998pB,
.nowPlayingColumn-2sl4cE {
background-color: var(--background-panels) !important;
}
/* Cards */
.cardPrimary-1Hv-to,
.embedFull-2tM8-- {
background-color: var(--background-attachment);
}
/* Floating dialogs and modals */
.contentWrapper-2txmjs,
.messagesPopoutWrap-1MQ1bW,
.emojiPicker-3PwZFl,
.quickswitcher-3JagVE,
.container-3ayLPN,
.uploadModal-2ifh8j,
.modal-yWgWj-,
.bodyInner-245q0L,
.theme-dark .root-1gCeng {
background-color: var(--background-floating) !important;
box-shadow: var(--elevation-high) !important;
}
.scroller-zPkAnE {
background-color: var(--background-floating) !important;
}
.footer-3rDWdC,
.footer-3mqk7D,
.footer-1fjuF6 {
background-color: var(--background-floating-header) !important;
}
/* Search list */
.option-96V44q:hover, .option-96V44q.selected-rZcOL- {
background-color: var(--background-channel-hover) !important;
}
.option-96V44q::after {
background: none !important;
}
/* Channel header in recent mentions */
.channelHeader-3Gd2xq {
background-color: var(--background-sidebar);
backdrop-filter: blur(10px);
}
/* Emoji autocomplete */
.autocomplete-1vrmpx {
background-color: var(--background-floating) !important;
}
.selectorSelected-1_M1WV {
background-color: var(--background-channel-hover) !important;
}
.content-Qb0rXO {
color: var(--text-normal) !important;
}
.description-11DmNu,
.descriptionUsername-J_75O8 {
color: var(--text-muted) !important;
}
/* Search box */
.searchBar-3dMhjb {
background-color: var(--background-textbox);
}
/* Spoiler text */
.spoilerText-3p6IlD.hidden-HHr2R9 {
background-color: var(--background-accent) !important;
}
/* Stream preview */
.streamPreview-2-WUWT {
background-color: var(--background-floating) !important;
}
.watchButton-2SbJEo {
border-color: var(--text-normal) !important;
color: var(--text-normal) !important;
}
.previewContainer-12UlHl {
background-color: transparent !important;
}
/* Server indicator */
.iconBadge-2NuvG9.base-PmTxvP {
color: var(--text-normal);
}
/* Unread indicators */
.unread-1xRYoj {
opacity: 1;
}
/* Windows titlebar */
.titleBar-AC4pGV.typeWindows-1za-n7 {
background-color: var(--background-titlebar);
height: 23px;
margin: 0;
}
.titleBar-AC4pGV.typeWindows-1za-n7 .winButton-iRh8-Z {
top: 0;
}
/* Scrollbar */
*::-webkit-scrollbar-track-piece {
background-color: transparent !important;
border: none !important;
}
*::-webkit-scrollbar-thumb {
background-color: var(--background-scrollbar) !important;
} | discord/bliss/theme.css | :root{
/* Properties for Glasscord */
/* See here for a full list of values: https://github.com/AryToNeX/Glasscord#hey-buddy-i-am-a-theme-creator-how-should-i-support-glasscord-in-my-own-themes */
/* Windows */
--glasscord-win-blur: blurbehind;
/* macOS */
--glasscord-macos-vibrancy: fullscreen-ui;
/* Linux */
--glasscord-linux-blur: true;
}
.theme-dark {
/* background colors */
--background-main: #161616;
--background-panels: #111;
--background-sidebar: #000c;
--background-accent: #555;
--background-round-btn: #4c4c4c;
--background-floating: #181818;
--background-floating-header: #161616;
--background-attachment: #090909;
--background-textbox: #292929;
--background-titlebar: #000;
--background-scrollbar: #fff2;
--background-channel-hover: rgba(255,255,255, 0.05);
--background-channel-active: rgba(255,255,255, 0.075);
--background-channel-selected: rgba(255,255,255, 0.1);
--background-message-hover: rgba(255,255,255, 0.03);
/* text colors */
--text-normal: #ddd;
--text-faded: #888;
--text-bright: #eee;
--channel-normal: #999;
--channel-muted: #9999;
--channel-selected: #ccc;
}
.theme-light {
/* background colors */
--background-main: #fafafa;
--background-panels: #fff;
--background-sidebar: #fffc;
--background-accent: #333;
--background-round-btn: #eee;
--background-floating: #fff;
--background-floating-header: #fff;
--background-attachment: #fff;
--background-textbox: #f3f3f3;
--background-titlebar: #fff;
--background-scrollbar: #0001;
--background-channel-hover: rgba(0,0,0, 0.025);
--background-channel-active: rgba(0,0,0, 0.04);
--background-channel-selected: rgba(0,0,0, 0.05);
--background-message-hover: rgba(0,0,0, 0.02);
/* text colors */
--text-normal: #0009;
--text-faded: #0008;
--text-bright: #000a;
--channel-normal: #000a;
--channel-muted: #0006;
--channel-selected: #000b;
}
/* DON'T EDIT THESE UNLESS YOU KNOW WHAT YOU'RE DOIN! */
:root {
--header-primary: var(--text-bright);
--header-secondary: var(--text-faded);
--text-muted: var(--text-faded);
--channels-default: var(--channel-normal);
--interactive-normal: var(--text-faded);
--interactive-hover: var(--channel-selected);
--interactive-active: var(--channel-selected);
--interactive-muted: var(--channel-muted);
--background-primary: var(--background-main);
--background-secondary: transparent;
--background-secondary-alt: transparent;
--background-tertiary: transparent;
--background-modifier-hover: var(--background-channel-hover);
--background-modifier-active: var(--background-channel-active);
--background-modifier-selected: var(--background-channel-selected);
--background-modifier-accent: var(--background-textbox);
--elevation-stroke: transparent;
--elevation-low: none;
--channeltextarea-background: var(--background-textbox);
--deprecated-quickswitcher-input-background: var(--background-textbox);
--deprecated-quickswitcher-input-placeholder: var(--text-faded);
--deprecated-text-input-bg: var(--background-textbox);
--deprecated-text-input-border: transparent;
--deprecated-text-input-border-hover: transparent;
--deprecated-text-input-border-disabled: transparent;
--deprecated-text-input-prefix: var(--text-normal);
}
body {
background-color: var(--background-sidebar);
}
/* redundant sidebar bgs... */
.sidebar-2K8pFh,
.container-PNkimc,
.layer-3QrUeG,
.sidebarRegionScroller-3MXcoP,
.standardSidebarView-3F1I7i {
background-color: transparent;
}
/* Main areas */
.container-1D34oG,
.pageWrapper-1PgVDX {
background-color: var(--background-main) !important;
}
/* Boost page */
.perksModal-fSYqOq {
background-color: transparent !important;
}
/* Top bar and right panels */
.title-3qD0b-,
.container-1r6BKw,
.members-1998pB,
.nowPlayingColumn-2sl4cE {
background-color: var(--background-panels) !important;
}
/* Cards */
.cardPrimary-1Hv-to,
.embedFull-2tM8-- {
background-color: var(--background-attachment);
}
/* Floating dialogs and modals */
.contentWrapper-2txmjs,
.messagesPopoutWrap-1MQ1bW,
.emojiPicker-3PwZFl,
.quickswitcher-3JagVE,
.container-3ayLPN,
.uploadModal-2ifh8j,
.modal-yWgWj-,
.bodyInner-245q0L,
.theme-dark .root-1gCeng {
background-color: var(--background-floating) !important;
box-shadow: var(--elevation-high) !important;
}
.scroller-zPkAnE {
background-color: var(--background-floating) !important;
}
.footer-3rDWdC,
.footer-3mqk7D,
.footer-1fjuF6 {
background-color: var(--background-floating-header) !important;
}
/* Search list */
.option-96V44q:hover, .option-96V44q.selected-rZcOL- {
background-color: var(--background-channel-hover) !important;
}
.option-96V44q::after {
background: none !important;
}
/* Channel header in recent mentions */
.channelHeader-3Gd2xq {
background-color: var(--background-sidebar);
backdrop-filter: blur(10px);
}
/* Emoji autocomplete */
.autocomplete-1vrmpx {
background-color: var(--background-floating) !important;
}
.selectorSelected-1_M1WV {
background-color: var(--background-channel-hover) !important;
}
.content-Qb0rXO {
color: var(--text-normal) !important;
}
.description-11DmNu,
.descriptionUsername-J_75O8 {
color: var(--text-muted) !important;
}
/* Search box */
.searchBar-3dMhjb {
background-color: var(--background-textbox);
}
/* Spoiler text */
.spoilerText-3p6IlD.hidden-HHr2R9 {
background-color: var(--background-accent) !important;
}
/* Stream preview */
.streamPreview-2-WUWT {
background-color: var(--background-floating) !important;
}
.watchButton-2SbJEo {
border-color: var(--text-normal) !important;
color: var(--text-normal) !important;
}
.previewContainer-12UlHl {
background-color: transparent !important;
}
/* Server indicator */
.iconBadge-2NuvG9.base-PmTxvP {
color: var(--text-normal);
}
/* Unread indicators */
.unread-1xRYoj {
opacity: 1;
}
/* Windows titlebar */
.titleBar-AC4pGV.typeWindows-1za-n7 {
background-color: var(--background-titlebar);
height: 23px;
margin: 0;
}
.titleBar-AC4pGV.typeWindows-1za-n7 .winButton-iRh8-Z {
top: 0;
}
/* Scrollbar */
*::-webkit-scrollbar-track-piece {
background-color: transparent !important;
border: none !important;
}
*::-webkit-scrollbar-thumb {
background-color: var(--background-scrollbar) !important;
} | 0.322633 | 0.078148 |
@font-face {
font-family: "messina";
src: url("assets/fonts/MessinaSansWeb-Regular.woff2") format("woff2");
font-style: normal;
font-weight: 400
}
@font-face {
font-family: "messina";
src: url("assets/fonts/MessinaSansWeb-RegularItalic.woff2") format("woff2");
font-style: italic;
font-weight: 400
}
@font-face {
font-family: "messina";
src: url("assets/fonts/MessinaSansWeb-Bold.woff2") format("woff2");
font-style: normal;
font-weight: 700
}
@font-face {
font-family: "messina";
src: url("assets/fonts/MessinaSansWeb-BoldItalic.woff2") format("woff2");
font-style: italic;
font-weight: 700
}
body {
font-family: "messina", sans-serif;
font-size: 16px;
margin: 0;
}
body.close {
display: none;
}
body.enabled {
width: 450px;
height: 550px ;
}
body.disabled {
width: 450px;
height: 550px;
}
.utility-links {
font-size: smaller;
}
h2 {
margin: 0;
}
p{
margin:0;
}
/*Top Bar*/
.bar {
background-color: #F3F2F1;
margin: 0;
}
.bar h2 {
padding: 2%;
border-bottom: 1px solid #000;
font-weight: 300;
font-size: 19px;
padding: 3% 4%;
display: flex;
justify-content: space-between;
}
.bar h2 span{
padding: 1vh 0;
}
#close {
display: flex;
}
/*Status Content*/
#theContent {
font-size: 18px;
line-height: 1.4;
padding: 3% 4% 5% 4%;
font-weight: 700;
}
/*Accordions*/
/*Accordion headings
*/
.accordion-div{
margin-bottom:3%;
}
.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
margin: 0;
font-weight: 300;
margin: 0 4%;
padding: 2% 0;
background-color: #ffffff;
color: #000;
cursor: pointer;
width: 92%;
border: none;
text-align: left;
outline: none;
transition: 0.4s;
border-top: 1px dotted #000000;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
letter-spacing: 0.02em;
}
/* Change color of the heading and icon (on hover and click) */
.active, .accordion:hover, .accordion:hover::after {
/*background-color: #007eff;
color: white;*/
}
/* Add "plus" sign (+) after Accordion */
.accordion::after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
}
/* Add "minus" sign (-) after Accordion (when accordion is active) */
.active::after {
content: "\2212";
color: #777;
font-weight: bold;
float: right;
}
.active + .accordion-panel{
margin-bottom:10px;
}
/* Style the accordion panel */
.accordion-panel {
padding: 0 18px;
overflow: hidden;
max-height: 0;
transition: max-height 0.2s ease-out;
font-size: 12.5px;
line-height: 1.25;
}
/*.active ~ .identification{
padding-bottom: 2%;
}*/
.xtra{
padding-right:3%;
}
.identification{
max-height: 190px;
overflow-y:auto;
}
.identification::-webkit-scrollbar {
background-color: #F3F2F1;
-webkit-appearance: none;
width: 7px;
height: 200px;
border-radius: 4px;
}
.identification::-webkit-scrollbar-thumb {
border-radius: 4px;
height: 3px;
background-color: #CAC9C9;
box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
/* States */
.loading .bar {
background-color: #DAE9EC;
}
.loaded .bar {
background-color: rgba(255, 153, 0, 0.6);
}
/* Selection text */
.selection {
background-color: #ff990095;
}
/*Heading text*/
.heading{
font-weight:700;
}
/* Toggle */
.switch {
position: relative;
display: inline-block;
width: 64px;
height: 24px;
}
.switch input {display:none;}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #e76f6f;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #65c16c;
}
input:focus + .slider {
box-shadow: 0 0 1px #e76f6f;
}
input:checked + .slider:before {
-webkit-transform: translateX(39px);
-ms-transform: translateX(39px);
transform: translateX(39px);
}
/*------ ADDED CSS ---------*/
.on
{
display: none;
}
.on, .off
{
color: white;
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
font-size: 8px;
font-family: "messina", sans-serif;
}
input:checked+ .slider .on
{display: block;}
input:checked + .slider .off
{display: none;}
/*--------- END --------*/
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;}
/* Loading */
.loader {
width: 150px;
margin: 0;
padding: 4% 0;
}
.text {
display: block;
color: #666;
width: 100%;
text-transform: uppercase;
font-family: "messina", sans-serif;
font-size: 16px;
font-weight: 200;
letter-spacing: 0.1em;
}
.grid-container {
display: flex;
width: 110px;
height: 30px;
flex-flow: row wrap;
justify-content: space-between;
align-content: space-between;
}
.square {
display: inline-block;
height: 24px;
width: 24px;
background: #ff990095;
opacity: 0;
transition: opacity 0.5s ease-in;
animation: pulse 0.9s infinite alternate;
}
.square:nth-child(0) {
animation-delay: calc(100*0ms);
}
.square:nth-child(1) {
animation-delay: calc(100*1ms);
}
.square:nth-child(2) {
animation-delay: calc(100*2ms);
}
.square:nth-child(3) {
animation-delay: calc(100*3ms);
}
.square:nth-child(4) {
animation-delay: calc(100*4ms);
}
@keyframes pulse {
to {
opacity: 1;
}
} | extension/popup.css |
@font-face {
font-family: "messina";
src: url("assets/fonts/MessinaSansWeb-Regular.woff2") format("woff2");
font-style: normal;
font-weight: 400
}
@font-face {
font-family: "messina";
src: url("assets/fonts/MessinaSansWeb-RegularItalic.woff2") format("woff2");
font-style: italic;
font-weight: 400
}
@font-face {
font-family: "messina";
src: url("assets/fonts/MessinaSansWeb-Bold.woff2") format("woff2");
font-style: normal;
font-weight: 700
}
@font-face {
font-family: "messina";
src: url("assets/fonts/MessinaSansWeb-BoldItalic.woff2") format("woff2");
font-style: italic;
font-weight: 700
}
body {
font-family: "messina", sans-serif;
font-size: 16px;
margin: 0;
}
body.close {
display: none;
}
body.enabled {
width: 450px;
height: 550px ;
}
body.disabled {
width: 450px;
height: 550px;
}
.utility-links {
font-size: smaller;
}
h2 {
margin: 0;
}
p{
margin:0;
}
/*Top Bar*/
.bar {
background-color: #F3F2F1;
margin: 0;
}
.bar h2 {
padding: 2%;
border-bottom: 1px solid #000;
font-weight: 300;
font-size: 19px;
padding: 3% 4%;
display: flex;
justify-content: space-between;
}
.bar h2 span{
padding: 1vh 0;
}
#close {
display: flex;
}
/*Status Content*/
#theContent {
font-size: 18px;
line-height: 1.4;
padding: 3% 4% 5% 4%;
font-weight: 700;
}
/*Accordions*/
/*Accordion headings
*/
.accordion-div{
margin-bottom:3%;
}
.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
margin: 0;
font-weight: 300;
margin: 0 4%;
padding: 2% 0;
background-color: #ffffff;
color: #000;
cursor: pointer;
width: 92%;
border: none;
text-align: left;
outline: none;
transition: 0.4s;
border-top: 1px dotted #000000;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
letter-spacing: 0.02em;
}
/* Change color of the heading and icon (on hover and click) */
.active, .accordion:hover, .accordion:hover::after {
/*background-color: #007eff;
color: white;*/
}
/* Add "plus" sign (+) after Accordion */
.accordion::after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
}
/* Add "minus" sign (-) after Accordion (when accordion is active) */
.active::after {
content: "\2212";
color: #777;
font-weight: bold;
float: right;
}
.active + .accordion-panel{
margin-bottom:10px;
}
/* Style the accordion panel */
.accordion-panel {
padding: 0 18px;
overflow: hidden;
max-height: 0;
transition: max-height 0.2s ease-out;
font-size: 12.5px;
line-height: 1.25;
}
/*.active ~ .identification{
padding-bottom: 2%;
}*/
.xtra{
padding-right:3%;
}
.identification{
max-height: 190px;
overflow-y:auto;
}
.identification::-webkit-scrollbar {
background-color: #F3F2F1;
-webkit-appearance: none;
width: 7px;
height: 200px;
border-radius: 4px;
}
.identification::-webkit-scrollbar-thumb {
border-radius: 4px;
height: 3px;
background-color: #CAC9C9;
box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
/* States */
.loading .bar {
background-color: #DAE9EC;
}
.loaded .bar {
background-color: rgba(255, 153, 0, 0.6);
}
/* Selection text */
.selection {
background-color: #ff990095;
}
/*Heading text*/
.heading{
font-weight:700;
}
/* Toggle */
.switch {
position: relative;
display: inline-block;
width: 64px;
height: 24px;
}
.switch input {display:none;}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #e76f6f;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #65c16c;
}
input:focus + .slider {
box-shadow: 0 0 1px #e76f6f;
}
input:checked + .slider:before {
-webkit-transform: translateX(39px);
-ms-transform: translateX(39px);
transform: translateX(39px);
}
/*------ ADDED CSS ---------*/
.on
{
display: none;
}
.on, .off
{
color: white;
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
font-size: 8px;
font-family: "messina", sans-serif;
}
input:checked+ .slider .on
{display: block;}
input:checked + .slider .off
{display: none;}
/*--------- END --------*/
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;}
/* Loading */
.loader {
width: 150px;
margin: 0;
padding: 4% 0;
}
.text {
display: block;
color: #666;
width: 100%;
text-transform: uppercase;
font-family: "messina", sans-serif;
font-size: 16px;
font-weight: 200;
letter-spacing: 0.1em;
}
.grid-container {
display: flex;
width: 110px;
height: 30px;
flex-flow: row wrap;
justify-content: space-between;
align-content: space-between;
}
.square {
display: inline-block;
height: 24px;
width: 24px;
background: #ff990095;
opacity: 0;
transition: opacity 0.5s ease-in;
animation: pulse 0.9s infinite alternate;
}
.square:nth-child(0) {
animation-delay: calc(100*0ms);
}
.square:nth-child(1) {
animation-delay: calc(100*1ms);
}
.square:nth-child(2) {
animation-delay: calc(100*2ms);
}
.square:nth-child(3) {
animation-delay: calc(100*3ms);
}
.square:nth-child(4) {
animation-delay: calc(100*4ms);
}
@keyframes pulse {
to {
opacity: 1;
}
} | 0.395835 | 0.077973 |
@charset "UTF-8";
@font-face {
font-family: "THSarabunNew";
src: url("./fonts/thaisarabun/thsarabunnew-webfont.eot");
src: url("./fonts/thaisarabun/thsarabunnew-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/thaisarabun/thsarabunnew-webfont.woff") format("woff"), url("./fonts/thaisarabun/thsarabunnew-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: "Thaisansneue";
src: url("./fonts/thaisansneue/thaisansneue-regular-webfont.eot");
src: url("./fonts/thaisansneue/thaisansneue-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/thaisansneue/thaisansneue-regular-webfont.woff") format("woff"), url("./fonts/thaisansneue/thaisansneue-regular-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: "Supermarket";
src: url("./fonts/supermarket/supermarket-webfont.eot");
src: url("./fonts/supermarket/supermarket-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/supermarket/supermarket-webfont.woff") format("woff"), url("./fonts/supermarket/supermarket-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: "Sukhumvitlight";
src: url("./fonts/sukhumvit/sukhumvitlight-webfont.eot");
src: url("./fonts/sukhumvit/sukhumvitlight-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/sukhumvit/sukhumvitlight-webfont.woff") format("woff"), url("./fonts/sukhumvit/sukhumvitlight-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
body {
font-family: sukhumvitlight;
background-color: #FFF;
font-size: 14px;
width: 100%; }
a {
text-decoration: none; }
a:hover {
text-decoration: none; }
.btn.rit-submit {
float: left;
font-family: sukhumvitlight;
border-radius: 2px;
padding-left: 10px;
padding-right: 10px;
font-size: 18px;
background-color: #C7E8B3;
border: 1px solid #82C15C;
color: #000;
margin-bottom: 5px; }
.btn.rit-submit:hover {
background-color: #B1E890; }
.header-top-fix {
position: fixed;
height: 30px;
width: 100%;
z-index: 99999;
color: #fff;
font-size: 12px;
border-bottom: 1px solid #CDCDCD;
background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
background-color: #282828;
background-size: 16px 16px; }
.div-newline {
clear: both;
float: left;
display: block;
position: relative;
border-top: 1px solid #ddd;
padding-top: 10px;
padding-bottom: 10px;
width: 100%; }
.input-group-addon:hover {
background-color: #ddd;
color: #000;
border: 1px solid #ccc; }
.input-style {
height: 27px;
font-weight: bold;
border-radius: 4px;
border: 1px solid #ccc;
line-height: normal; }
input[type="text"].input-style {
height: 27px;
font-size: 14px;
line-height: normal;
padding: 5px 2px;
border-radius: 4px;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
font-weight: bold; }
.header-context {
position: absolute;
width: 100%;
top: 29px;
background: url("../images/bg.jpg") #3562C7 no-repeat;
border-bottom: 2px solid #2980B9; }
.header-context .roof {
position: relative;
height: 15px;
width: 100%;
background: transparent url("../images/roof_bright.png") repeat-x 0 0; }
.header-context .logo-main {
background: url("../images/logo.png") no-repeat;
height: 60px;
width: 162px;
float: left;
margin-left: 14px; }
.header-context .menumain {
position: absolute;
left: 178px; }
.header-context .menumain ul.nav {
list-style-type: none; }
.header-context .menumain ul.nav > li {
width: 80px;
height: 60px;
background-color: #fff;
margin-right: 1px;
float: left;
display: block;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border: 1px solid rgba(192, 192, 192, 0.5); }
.header-context .menumain ul.nav > li a {
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 5px 0px;
line-height: 25px;
hover-background-color: #DCEFFE; }
.header-context .menumain ul.nav > li.active {
background-color: #2980B9;
border-bottom: none; }
.header-context .menumain ul.nav > li.active a {
color: #fff; }
.header-context .menumain ul.nav > li:hover a {
background-color: #DCEFFE;
height: 59px;
border-top-left-radius: 5px;
border-top-right-radius: 5px; }
.header-context .menumain ul.nav > li.active:hover a {
background-color: #2980B9; }
aside {
margin-top: 102px;
width: 180px;
height: 100%;
background-color: #F1F9FC;
float: left;
-moz-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
-webkit-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5); }
aside nav ul {
font-family: Sukhumvitlight;
font-size: 16px;
font-weight: bold;
list-style-type: none;
padding: 0px;
margin: 0px; }
aside nav ul li:first-child {
border-top: 2px solid #2980B9; }
aside nav ul li a {
height: 45px;
color: #000;
display: block;
white-space: nowrap;
padding: 10px 0px 5px 10px;
border-right: 1px solid #DCDCDC;
border-bottom: 1px solid #DCDCDC; }
aside nav ul li a:hover {
background-color: #DCEFFE;
-moz-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
-webkit-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5); }
aside nav ul li.active a {
color: #fff;
background-color: #479BD7;
border: none;
hover-color: #fff;
hover-background-color: #479BD7;
hover--moz-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
hover--webkit-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
hover-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5); }
aside nav ul li.active ul.dropdown-list {
position: relative;
display: block;
visibility: visible;
top: 0;
left: 0; }
aside nav ul li.active ul.dropdown-list li > a {
color: #fff;
background: #479bd7;
background: rgba(71, 155, 215, 0.7);
padding-left: 20px;
font-size: 15px;
border-bottom: 1px dashed #ccc;
background-color: none;
filter: none;
-moz-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
-webkit-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5); }
aside nav ul li.active ul.dropdown-list li > a:hover {
background-color: #479bd7; }
aside nav ul li.active ul.dropdown-list li:last-child > a {
border-bottom: none; }
aside nav ul li.resize-in {
background-color: #2980B9; }
aside nav ul li.resize-in a:hover {
background-color: #2980B9; }
aside nav ul li.resize-in ul a:hover {
background-color: #DCEFFE; }
aside nav ul li.active::before {
background-color: #fff;
box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
content: " ";
display: block;
height: 20px;
position: relative;
float: right;
margin-top: 10px;
margin-right: -10px;
transform: rotate(45deg);
width: 20px; }
aside nav ul li.dropdown:hover ul {
display: block;
visibility: visible; }
aside nav ul ul.dropdown-list {
position: absolute;
background: #DCEFFE;
border: none;
border-radius: 0;
border-bottom: 1px solid #c0c0c0;
left: 100%;
clear: both;
top: -2px;
visibility: hidden;
zoom: 1px;
z-index: 9; }
aside nav ul ul.dropdown-list li {
width: 180px; }
aside nav ul ul.dropdown-list li a {
font-size: 16px;
padding-left: 10px;
padding-top: 10px; }
aside nav ul ul.dropdown-list li.active {
background-color: #2980B9; }
aside nav ul ul.dropdown-list li.active a:hover {
background-color: #2980B9; }
aside nav ul ul.dropdown-list li.active::before {
content: none; }
aside nav .resize {
margin-top: 5px;
margin-right: 5px;
float: right;
padding: 2px;
background-color: #fff;
color: #666;
border: 1px solid #ccc;
border-radius: 5px;
cursor: pointer; }
aside nav .resize span {
font-weight: bold;
font-size: 13px; }
aside.resize-in {
width: 50px; }
aside.resize-in nav ul li a span {
visibility: hidden; }
aside.resize-in nav ul li.dropdown.active ul > li a span {
visibility: visible; }
aside.resize-in nav ul li.dropdown a span {
visibility: hidden; }
aside.resize-in nav ul li.dropdown:hover ul > li a span {
visibility: visible; }
section {
font-family: "THSarabunNew";
right: 0;
left: 180px;
height: auto;
position: absolute;
top: 104px;
border-top: 2px solid #2980B9; }
section article .breadcrumb {
height: 44px;
padding: 2px;
background-color: #fff;
border-bottom: 1px dashed #ccc; }
section article .breadcrumb::before {
content: url("../images/icons/arrow-right.png");
position: absolute;
top: 5px;
left: 10px; }
section article .breadcrumb-title {
position: absolute;
top: 8px;
left: 55px; }
section article .breadcrumb-title p {
font-size: 15px;
font-weight: bold;
line-height: 10px; }
section article .breadcrumb-title p.th {
color: #BBB; }
section article .breadcrumb-title p.en {
color: #479BD7; }
.iconlang-un {
opacity: 1;
filter: alpha(opacity=100); }
.iconlang {
opacity: 0.6;
filter: alpha(opacity=60); }
#last-time {
position: absolute;
left: 150px;
top: 20px;
font-size: 12px;
font-style: italic;
display: none;
color: #aaa; }
.form-control {
line-height: normal; }
#iframe-page {
min-height: 300px; }
.group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #EEE;
border: 1px solid #CCC;
border-radius: 4px;
display: table-cell;
width: 1%;
white-space: nowrap;
vertical-align: middle;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px; }
i.i-cog {
padding: 10px;
background: url("/technc/backend/web/images/icons/cog.png") center center no-repeat; }
i.i-add {
padding: 10px;
background: url("/technc/backend/web/images/icons/add.png") center center no-repeat; }
i.i-error {
padding: 10px;
background: url("/technc/backend/web/images/icons/error.png") center center no-repeat; }
i.i-delete {
padding: 10px;
background: url("/technc/backend/web/images/icons/delete.png") center center no-repeat;
cursor: pointer; }
i.i-disk {
padding: 10px;
background: url("/technc/backend/web/images/icons/disk.png") center center no-repeat;
cursor: pointer; }
.grid-view table.items {
background: white;
border-collapse: collapse;
width: 100%;
border: 1px #D0E3EF solid; }
.grid-view table.items thead tr th {
color: white;
background: url("../images/bg.gif") repeat-x scroll left top white;
text-align: center;
border: 1px white solid;
padding: 5px; }
.grid-view table.items thead tr th a {
color: white; }
.grid-view table.items thead tr th a:hover {
color: #FFF; }
.grid-view table.items thead tr th a.asc {
background: url("../images/up.gif") right center no-repeat;
padding-right: 15px; }
.grid-view table.items thead tr th a.desc {
background: url("../images/down.gif") right center no-repeat;
padding-right: 15px; }
.grid-view table.items thead tr th a.desc:after, .grid-view table.items thead tr th a.asc:after {
content: none; }
.grid-view table.items tbody tr td {
font-size: 1em;
border: 1px white solid;
padding: 0.3em; }
.grid-view table.items tbody tr:hover > td {
background: #ECFBD4;
cursor: pointer; }
.grid-view table.items tbody tr:nth-child(even) {
background: #F8F8F8; }
.grid-view table.items tbody tr:nth-child(odd) {
background: #E5F1F4; }
.grid-view table.items tbody tr.selected {
background: #BCE774; }
.grid-view table.items tbody tr:hover.selected {
background: #CCFF66; }
.grid-view table.items tbody tr.upcol {
background: #BCE774; }
.grid-view .link-column img {
border: 0; }
.grid-view .button-column {
text-align: center;
width: 60px; }
.grid-view .button-column img {
border: 0; }
.grid-view .checkbox-column {
width: 15px; }
.grid-view .summary {
margin: 0 0 5px 0;
text-align: right; }
.grid-view .pager {
margin: 5px 0 0 0;
text-align: right; }
.grid-view .empty {
font-style: italic; }
.grid-view .filters input, .grid-view .filters select {
width: 100%;
border: 1px solid #ccc; }
.mce-container span {
font-family: sukhumvitlight;
font-weight: bold; }
.mce-container .mce-text {
font-family: sukhumvitlight;
font-weight: bold; }
/*# sourceMappingURL=style.css.map */ | backend/web/css/style.css | @charset "UTF-8";
@font-face {
font-family: "THSarabunNew";
src: url("./fonts/thaisarabun/thsarabunnew-webfont.eot");
src: url("./fonts/thaisarabun/thsarabunnew-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/thaisarabun/thsarabunnew-webfont.woff") format("woff"), url("./fonts/thaisarabun/thsarabunnew-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: "Thaisansneue";
src: url("./fonts/thaisansneue/thaisansneue-regular-webfont.eot");
src: url("./fonts/thaisansneue/thaisansneue-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/thaisansneue/thaisansneue-regular-webfont.woff") format("woff"), url("./fonts/thaisansneue/thaisansneue-regular-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: "Supermarket";
src: url("./fonts/supermarket/supermarket-webfont.eot");
src: url("./fonts/supermarket/supermarket-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/supermarket/supermarket-webfont.woff") format("woff"), url("./fonts/supermarket/supermarket-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: "Sukhumvitlight";
src: url("./fonts/sukhumvit/sukhumvitlight-webfont.eot");
src: url("./fonts/sukhumvit/sukhumvitlight-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/sukhumvit/sukhumvitlight-webfont.woff") format("woff"), url("./fonts/sukhumvit/sukhumvitlight-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
body {
font-family: sukhumvitlight;
background-color: #FFF;
font-size: 14px;
width: 100%; }
a {
text-decoration: none; }
a:hover {
text-decoration: none; }
.btn.rit-submit {
float: left;
font-family: sukhumvitlight;
border-radius: 2px;
padding-left: 10px;
padding-right: 10px;
font-size: 18px;
background-color: #C7E8B3;
border: 1px solid #82C15C;
color: #000;
margin-bottom: 5px; }
.btn.rit-submit:hover {
background-color: #B1E890; }
.header-top-fix {
position: fixed;
height: 30px;
width: 100%;
z-index: 99999;
color: #fff;
font-size: 12px;
border-bottom: 1px solid #CDCDCD;
background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
background-color: #282828;
background-size: 16px 16px; }
.div-newline {
clear: both;
float: left;
display: block;
position: relative;
border-top: 1px solid #ddd;
padding-top: 10px;
padding-bottom: 10px;
width: 100%; }
.input-group-addon:hover {
background-color: #ddd;
color: #000;
border: 1px solid #ccc; }
.input-style {
height: 27px;
font-weight: bold;
border-radius: 4px;
border: 1px solid #ccc;
line-height: normal; }
input[type="text"].input-style {
height: 27px;
font-size: 14px;
line-height: normal;
padding: 5px 2px;
border-radius: 4px;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
font-weight: bold; }
.header-context {
position: absolute;
width: 100%;
top: 29px;
background: url("../images/bg.jpg") #3562C7 no-repeat;
border-bottom: 2px solid #2980B9; }
.header-context .roof {
position: relative;
height: 15px;
width: 100%;
background: transparent url("../images/roof_bright.png") repeat-x 0 0; }
.header-context .logo-main {
background: url("../images/logo.png") no-repeat;
height: 60px;
width: 162px;
float: left;
margin-left: 14px; }
.header-context .menumain {
position: absolute;
left: 178px; }
.header-context .menumain ul.nav {
list-style-type: none; }
.header-context .menumain ul.nav > li {
width: 80px;
height: 60px;
background-color: #fff;
margin-right: 1px;
float: left;
display: block;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border: 1px solid rgba(192, 192, 192, 0.5); }
.header-context .menumain ul.nav > li a {
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 5px 0px;
line-height: 25px;
hover-background-color: #DCEFFE; }
.header-context .menumain ul.nav > li.active {
background-color: #2980B9;
border-bottom: none; }
.header-context .menumain ul.nav > li.active a {
color: #fff; }
.header-context .menumain ul.nav > li:hover a {
background-color: #DCEFFE;
height: 59px;
border-top-left-radius: 5px;
border-top-right-radius: 5px; }
.header-context .menumain ul.nav > li.active:hover a {
background-color: #2980B9; }
aside {
margin-top: 102px;
width: 180px;
height: 100%;
background-color: #F1F9FC;
float: left;
-moz-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
-webkit-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5); }
aside nav ul {
font-family: Sukhumvitlight;
font-size: 16px;
font-weight: bold;
list-style-type: none;
padding: 0px;
margin: 0px; }
aside nav ul li:first-child {
border-top: 2px solid #2980B9; }
aside nav ul li a {
height: 45px;
color: #000;
display: block;
white-space: nowrap;
padding: 10px 0px 5px 10px;
border-right: 1px solid #DCDCDC;
border-bottom: 1px solid #DCDCDC; }
aside nav ul li a:hover {
background-color: #DCEFFE;
-moz-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
-webkit-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5); }
aside nav ul li.active a {
color: #fff;
background-color: #479BD7;
border: none;
hover-color: #fff;
hover-background-color: #479BD7;
hover--moz-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
hover--webkit-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
hover-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5); }
aside nav ul li.active ul.dropdown-list {
position: relative;
display: block;
visibility: visible;
top: 0;
left: 0; }
aside nav ul li.active ul.dropdown-list li > a {
color: #fff;
background: #479bd7;
background: rgba(71, 155, 215, 0.7);
padding-left: 20px;
font-size: 15px;
border-bottom: 1px dashed #ccc;
background-color: none;
filter: none;
-moz-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
-webkit-box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5);
box-shadow: inset -2px 0px 2px rgba(192, 192, 192, 0.5); }
aside nav ul li.active ul.dropdown-list li > a:hover {
background-color: #479bd7; }
aside nav ul li.active ul.dropdown-list li:last-child > a {
border-bottom: none; }
aside nav ul li.resize-in {
background-color: #2980B9; }
aside nav ul li.resize-in a:hover {
background-color: #2980B9; }
aside nav ul li.resize-in ul a:hover {
background-color: #DCEFFE; }
aside nav ul li.active::before {
background-color: #fff;
box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
content: " ";
display: block;
height: 20px;
position: relative;
float: right;
margin-top: 10px;
margin-right: -10px;
transform: rotate(45deg);
width: 20px; }
aside nav ul li.dropdown:hover ul {
display: block;
visibility: visible; }
aside nav ul ul.dropdown-list {
position: absolute;
background: #DCEFFE;
border: none;
border-radius: 0;
border-bottom: 1px solid #c0c0c0;
left: 100%;
clear: both;
top: -2px;
visibility: hidden;
zoom: 1px;
z-index: 9; }
aside nav ul ul.dropdown-list li {
width: 180px; }
aside nav ul ul.dropdown-list li a {
font-size: 16px;
padding-left: 10px;
padding-top: 10px; }
aside nav ul ul.dropdown-list li.active {
background-color: #2980B9; }
aside nav ul ul.dropdown-list li.active a:hover {
background-color: #2980B9; }
aside nav ul ul.dropdown-list li.active::before {
content: none; }
aside nav .resize {
margin-top: 5px;
margin-right: 5px;
float: right;
padding: 2px;
background-color: #fff;
color: #666;
border: 1px solid #ccc;
border-radius: 5px;
cursor: pointer; }
aside nav .resize span {
font-weight: bold;
font-size: 13px; }
aside.resize-in {
width: 50px; }
aside.resize-in nav ul li a span {
visibility: hidden; }
aside.resize-in nav ul li.dropdown.active ul > li a span {
visibility: visible; }
aside.resize-in nav ul li.dropdown a span {
visibility: hidden; }
aside.resize-in nav ul li.dropdown:hover ul > li a span {
visibility: visible; }
section {
font-family: "THSarabunNew";
right: 0;
left: 180px;
height: auto;
position: absolute;
top: 104px;
border-top: 2px solid #2980B9; }
section article .breadcrumb {
height: 44px;
padding: 2px;
background-color: #fff;
border-bottom: 1px dashed #ccc; }
section article .breadcrumb::before {
content: url("../images/icons/arrow-right.png");
position: absolute;
top: 5px;
left: 10px; }
section article .breadcrumb-title {
position: absolute;
top: 8px;
left: 55px; }
section article .breadcrumb-title p {
font-size: 15px;
font-weight: bold;
line-height: 10px; }
section article .breadcrumb-title p.th {
color: #BBB; }
section article .breadcrumb-title p.en {
color: #479BD7; }
.iconlang-un {
opacity: 1;
filter: alpha(opacity=100); }
.iconlang {
opacity: 0.6;
filter: alpha(opacity=60); }
#last-time {
position: absolute;
left: 150px;
top: 20px;
font-size: 12px;
font-style: italic;
display: none;
color: #aaa; }
.form-control {
line-height: normal; }
#iframe-page {
min-height: 300px; }
.group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #EEE;
border: 1px solid #CCC;
border-radius: 4px;
display: table-cell;
width: 1%;
white-space: nowrap;
vertical-align: middle;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px; }
i.i-cog {
padding: 10px;
background: url("/technc/backend/web/images/icons/cog.png") center center no-repeat; }
i.i-add {
padding: 10px;
background: url("/technc/backend/web/images/icons/add.png") center center no-repeat; }
i.i-error {
padding: 10px;
background: url("/technc/backend/web/images/icons/error.png") center center no-repeat; }
i.i-delete {
padding: 10px;
background: url("/technc/backend/web/images/icons/delete.png") center center no-repeat;
cursor: pointer; }
i.i-disk {
padding: 10px;
background: url("/technc/backend/web/images/icons/disk.png") center center no-repeat;
cursor: pointer; }
.grid-view table.items {
background: white;
border-collapse: collapse;
width: 100%;
border: 1px #D0E3EF solid; }
.grid-view table.items thead tr th {
color: white;
background: url("../images/bg.gif") repeat-x scroll left top white;
text-align: center;
border: 1px white solid;
padding: 5px; }
.grid-view table.items thead tr th a {
color: white; }
.grid-view table.items thead tr th a:hover {
color: #FFF; }
.grid-view table.items thead tr th a.asc {
background: url("../images/up.gif") right center no-repeat;
padding-right: 15px; }
.grid-view table.items thead tr th a.desc {
background: url("../images/down.gif") right center no-repeat;
padding-right: 15px; }
.grid-view table.items thead tr th a.desc:after, .grid-view table.items thead tr th a.asc:after {
content: none; }
.grid-view table.items tbody tr td {
font-size: 1em;
border: 1px white solid;
padding: 0.3em; }
.grid-view table.items tbody tr:hover > td {
background: #ECFBD4;
cursor: pointer; }
.grid-view table.items tbody tr:nth-child(even) {
background: #F8F8F8; }
.grid-view table.items tbody tr:nth-child(odd) {
background: #E5F1F4; }
.grid-view table.items tbody tr.selected {
background: #BCE774; }
.grid-view table.items tbody tr:hover.selected {
background: #CCFF66; }
.grid-view table.items tbody tr.upcol {
background: #BCE774; }
.grid-view .link-column img {
border: 0; }
.grid-view .button-column {
text-align: center;
width: 60px; }
.grid-view .button-column img {
border: 0; }
.grid-view .checkbox-column {
width: 15px; }
.grid-view .summary {
margin: 0 0 5px 0;
text-align: right; }
.grid-view .pager {
margin: 5px 0 0 0;
text-align: right; }
.grid-view .empty {
font-style: italic; }
.grid-view .filters input, .grid-view .filters select {
width: 100%;
border: 1px solid #ccc; }
.mce-container span {
font-family: sukhumvitlight;
font-weight: bold; }
.mce-container .mce-text {
font-family: sukhumvitlight;
font-weight: bold; }
/*# sourceMappingURL=style.css.map */ | 0.362969 | 0.055158 |
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url("https://cdn2.madeiramadeira.com.br/files/56914193-open-sans-v16-latin-300-x.eot"), local("Open Sans Light"), local("OpenSans-Light"), url("https://cdn2.madeiramadeira.com.br/files/56914193-open-sans-v16-latin-300-x.eot#iefix") format("embedded-opentype"), url("https://cdn2.madeiramadeira.com.br/files/97935719-open-sans-v16-latin-300-x.woff2") format("woff2"), url("https://cdn2.madeiramadeira.com.br/files/53946496-open-sans-v16-latin-300-x.woff") format("woff"), url("https://cdn2.madeiramadeira.com.br/files/24954239-open-sans-v16-latin-300-x.ttf") format("truetype"), url("https://cdn2.madeiramadeira.com.br/files/37960627-open-sans-v16-latin-300-x.svg#OpenSans") format("svg");
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url("https://cdn2.madeiramadeira.com.br/files/10792037-open-sans-v16-latin-regular-x.eot"), local("Open Sans Regular"), local("OpenSans-Regular"), url("https://cdn2.madeiramadeira.com.br/files/10792037-open-sans-v16-latin-regular-x.eot?#iefix") format("embedded-opentype"), url("https://cdn2.madeiramadeira.com.br/files/41795960-open-sans-v16-latin-regular-x.ttf") format("woff2"), url("https://cdn2.madeiramadeira.com.br/files/91797442-open-sans-v16-latin-regular-x.woff") format("woff"), url("https://cdn2.madeiramadeira.com.br/files/96799592-open-sans-v16-latin-regular-x.woff2") format("truetype"), url("https://cdn2.madeiramadeira.com.br/files/85793848-open-sans-v16-latin-regular-x.svg#OpenSans") format("svg");
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: url("https://cdn2.madeiramadeira.com.br/files/95753070-open-sans-v16-latin-italic-x.eot"), local("Open Sans Italic"), local("OpenSans-Italic"), url("https://cdn2.madeiramadeira.com.br/files/95753070-open-sans-v16-latin-italic-x.eot?#iefix") format("embedded-opentype"), url("https://cdn2.madeiramadeira.com.br/files/29787226-open-sans-v16-latin-italic-x.woff2") format("woff2"), url("https://cdn2.madeiramadeira.com.br/files/41784928-open-sans-v16-latin-italic-x.woff") format("woff"), url("https://cdn2.madeiramadeira.com.br/files/10789326-open-sans-v16-latin-italic-x.ttf") format("truetype"), url("https://cdn2.madeiramadeira.com.br/files/84781693-open-sans-v16-latin-italic-x.svg#OpenSans") format("svg");
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url("https://cdn2.madeiramadeira.com.br/files/42967627-open-sans-v16-latin-600-x.eot"), local("Open Sans Bold"), local("OpenSans-SemiBold"), url("https://cdn2.madeiramadeira.com.br/files/42967627-open-sans-v16-latin-600-x.eot?#iefix") format("embedded-opentype"), url("https://cdn2.madeiramadeira.com.br/files/29499319-open-sans-v16-latin-600-x.woff2") format("woff2"), url("https://cdn2.madeiramadeira.com.br/files/59497590-open-sans-v16-latin-600-x.woff") format("woff"), url("https://cdn2.madeiramadeira.com.br/files/59492650-open-sans-v16-latin-600-x.ttf") format("truetype"), url("https://cdn2.madeiramadeira.com.br/files/10487623-open-sans-v16-latin-600-x.svg#OpenSans") format("svg");
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url("https://cdn2.madeiramadeira.com.br/files/60739835-open-sans-v16-latin-700-x.eot"), local("Open Sans Bold"), local("OpenSans-Bold"), url("https://cdn2.madeiramadeira.com.br/files/60739835-open-sans-v16-latin-700-x.eot?#iefix") format("embedded-opentype"), url("https://cdn2.madeiramadeira.com.br/files/38748025-open-sans-v16-latin-700-x.woff2") format("woff2"), url("https://cdn2.madeiramadeira.com.br/files/22746438-open-sans-v16-latin-700-x.woff") format("woff"), url("https://cdn2.madeiramadeira.com.br/files/33744620-open-sans-v16-latin-700-x.ttf") format("truetype"), url("https://cdn2.madeiramadeira.com.br/files/88742632-open-sans-v16-latin-700-x.svg#OpenSans") format("svg");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
::-webkit-input-placeholder {
opacity: 0;
-webkit-transition: 344ms ease opacity;
transition: 344ms ease opacity;
}
:-moz-placeholder {
opacity: 0;
-moz-transition: 344ms ease opacity;
transition: 344ms ease opacity;
}
::-moz-placeholder {
opacity: 0;
-moz-transition: 344ms ease opacity;
transition: 344ms ease opacity;
}
:-ms-input-placeholder {
opacity: 0;
-ms-transition: 344ms ease opacity;
transition: 344ms ease opacity;
}
html {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-width: 300px;
overflow-x: hidden;
overflow-y: scroll;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body,
button,
input,
select,
textarea,
span,
small,
strong,
i {
box-sizing: border-box !important;
color: currentColor;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
box-sizing: border-box !important;
display: block;
}
div {
box-sizing: border-box !important;
}
code,
pre {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-family: monospace;
}
body {
background-color: #f9f9f9;
color: #1f1f1f !important;
font-family: BlinkMacSystemFont, -apple-system, "Open Sans", sans-serif !important;
font-size: 14px !important;
font-weight: 400 !important;
letter-spacing: .25px;
line-height: 20px !important;
}
a {
box-sizing: border-box !important;
color: #1b78cd;
cursor: pointer;
text-decoration: none;
}
a strong {
color: currentColor;
}
a strong:hover {
color: #1b78cd;
}
a strong:active {
color: #4b9de4;
}
a strong:visited {
color: #004abe;
}
hr {
border-width: 0;
display: block;
height: 1px;
width: 100%;
}
hr::after {
clear: both;
content: " ";
display: table;
}
img {
height: auto;
width: 100%;
}
input[type='checkbox'],
input[type='radio'] {
vertical-align: baseline;
}
button,
textarea,
select,
input {
box-sizing: border-box !important;
outline: none;
}
small {
font-size: 12px;
font-weight: inherit;
line-height: 16px;
}
span {
font-style: inherit;
font-weight: inherit;
}
strong {
font-weight: 700;
}
fieldset {
border-width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
box-sizing: border-box !important;
color: currentColor;
margin: 0;
max-width: 100%;
padding: 0;
}
h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after,
p::after {
clear: both;
content: " ";
display: table;
}
p {
color: #333;
font-size: 14px;
line-height: 20px;
}
article p + p {
margin-bottom: 20px;
}
h1 {
font-size: 32px;
font-weight: 300;
letter-spacing: .25px;
line-height: 48px;
}
h2 {
font-size: 28px;
font-weight: 300;
letter-spacing: .18px;
line-height: 40px;
}
h3 {
font-size: 24px;
font-weight: 300;
line-height: 36px;
}
h4 {
font-size: 20px;
font-weight: 600;
letter-spacing: .25px;
line-height: 30px;
}
h5 {
font-size: 18px;
font-weight: 600;
letter-spacing: .5px;
line-height: 24px;
}
h6 {
font-size: 18px;
font-weight: 600;
letter-spacing: .25px;
line-height: 24px;
}
pre {
margin: 0 !important;
overflow-x: auto;
padding: 12px !important;
white-space: pre;
word-wrap: normal;
}
pre::after {
clear: both;
content: " ";
display: table;
}
pre:after {
content: " ";
display: none;
}
pre code {
background-color: transparent;
color: currentColor;
padding: 0;
white-space: pre;
word-wrap: normal;
}
table td,
table th {
vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
text-align: left;
}
svg path:not([fill]) {
fill: currentColor;
}
[class*='-success'] svg path:not([fill]) {
fill: #165623;
}
[class*='-danger'] svg path:not([fill]) {
fill: #b3121b;
}
[class*='-warning'] svg path:not([fill]) {
fill: #d79804;
}
.grid--is-flex {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
}
.grid--has-content-start {
-webkit-box-pack: start;
justify-content: flex-start;
}
.grid--has-content-center {
-webkit-box-pack: center;
justify-content: center;
}
.grid--has-content-end {
-webkit-box-pack: end;
justify-content: flex-end;
}
.grid--has-items-start {
-webkit-box-align: start;
align-items: flex-start;
}
.grid--has-items-center {
-webkit-box-align: center;
align-items: center;
}
.grid--has-items-end {
-webkit-box-align: end;
align-items: flex-end;
}
.grid--has-self-align-start {
align-self: flex-start;
}
.grid--has-self-align-center {
align-self: flex-center;
}
.grid--has-self-align-end {
align-self: flex-end;
}
.grid--has-no-wrap {
flex-wrap: nowrap;
}
.grid__row {
box-sizing: border-box !important;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
flex-wrap: wrap;
margin: 0 -12px;
width: calc(100% + 24px);
}
.grid__row--is-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
.grid__columns {
box-sizing: border-box !important;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
flex-flow: column wrap;
flex-wrap: wrap;
height: auto;
margin: 0 -12px;
width: calc(100% + 24px);
}
.grid__columns--is-reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse;
}
.grid__row--has-no-gutters,
.grid__columns--has-no-gutters {
margin: 0 !important;
width: 100% !important;
}
.grid__row--has-no-gutters > .grid__column,
.grid__columns--has-no-gutters > .grid__column {
margin: 0 !important;
}
.grid__column {
box-sizing: border-box !important;
-webkit-box-flex: 1;
flex: 1;
margin: 0 12px;
}
.grid__column--is-first {
-webkit-box-ordinal-group: 0;
order: -1;
}
.grid__column--is-last {
-webkit-box-ordinal-group: 2;
order: 1;
}
.grid__column--is-auto {
-webkit-box-flex: initial;
flex: initial;
}
.grid__column--is-one {
-webkit-box-flex: 0;
flex: 0 0 calc(8.33333% - 24px);
}
.grid__column--is-two {
-webkit-box-flex: 0;
flex: 0 0 calc(16.66667% - 24px);
}
.grid__column--is-three {
-webkit-box-flex: 0;
flex: 0 0 calc(25% - 24px);
}
.grid__column--is-four {
-webkit-box-flex: 0;
flex: 0 0 calc(33.33333% - 24px);
}
.grid__column--is-five {
-webkit-box-flex: 0;
flex: 0 0 calc(41.66667% - 24px);
}
.grid__column--is-six {
-webkit-box-flex: 0;
flex: 0 0 calc(50% - 24px);
}
.grid__column--is-seven {
-webkit-box-flex: 0;
flex: 0 0 calc(58.33333% - 24px);
}
.grid__column--is-eight {
-webkit-box-flex: 0;
flex: 0 0 calc(66.66667% - 24px);
}
.grid__column--is-nine {
-webkit-box-flex: 0;
flex: 0 0 calc(75% - 24px);
}
.grid__column--is-ten {
-webkit-box-flex: 0;
flex: 0 0 calc(83.33333% - 24px);
}
.grid__column--is-eleven {
-webkit-box-flex: 0;
flex: 0 0 calc(91.66667% - 24px);
}
.grid__column--is-twelve {
-webkit-box-flex: 0;
flex: 0 0 calc(100% - 24px);
}
@media screen and (max-width: 414px) {
.grid__column .grid__row {
margin: 0 -8px;
width: calc(100% + 16px);
}
.grid__column--is-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
}
.grid__column .grid__columns {
margin: 0 -8px;
width: calc(100% + 16px);
}
.grid__column .grid__columns--is-reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse;
}
.grid__column .grid__column {
margin: 0 8px;
}
.grid__column .grid__column--is-first-mobile {
-webkit-box-ordinal-group: 0 !important;
order: -1 !important;
}
.grid__column .grid__column--is-last-mobile {
-webkit-box-ordinal-group: 2 !important;
order: 1 !important;
}
.grid__column .grid__column--is-auto-mobile {
-webkit-box-flex: initial !important;
flex: initial !important;
}
.grid__column .grid__column--is-one {
-webkit-box-flex: 0;
flex: 0 0 calc(8.33333% - 16px);
}
.grid__column .grid__column--is-one-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(8.33333% - 16px) !important;
}
.grid__column .grid__column--is-two {
-webkit-box-flex: 0;
flex: 0 0 calc(16.66667% - 16px);
}
.grid__column .grid__column--is-two-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(16.66667% - 16px) !important;
}
.grid__column .grid__column--is-three {
-webkit-box-flex: 0;
flex: 0 0 calc(25% - 16px);
}
.grid__column .grid__column--is-three-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(25% - 16px) !important;
}
.grid__column .grid__column--is-four {
-webkit-box-flex: 0;
flex: 0 0 calc(33.33333% - 16px);
}
.grid__column .grid__column--is-four-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(33.33333% - 16px) !important;
}
.grid__column .grid__column--is-five {
-webkit-box-flex: 0;
flex: 0 0 calc(41.66667% - 16px);
}
.grid__column .grid__column--is-five-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(41.66667% - 16px) !important;
}
.grid__column .grid__column--is-six {
-webkit-box-flex: 0;
flex: 0 0 calc(50% - 16px);
}
.grid__column .grid__column--is-six-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(50% - 16px) !important;
}
.grid__column .grid__column--is-seven {
-webkit-box-flex: 0;
flex: 0 0 calc(58.33333% - 16px);
}
.grid__column .grid__column--is-seven-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(58.33333% - 16px) !important;
}
.grid__column .grid__column--is-eight {
-webkit-box-flex: 0;
flex: 0 0 calc(66.66667% - 16px);
}
.grid__column .grid__column--is-eight-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(66.66667% - 16px) !important;
}
.grid__column .grid__column--is-nine {
-webkit-box-flex: 0;
flex: 0 0 calc(75% - 16px);
}
.grid__column .grid__column--is-nine-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(75% - 16px) !important;
}
.grid__column .grid__column--is-ten {
-webkit-box-flex: 0;
flex: 0 0 calc(83.33333% - 16px);
}
.grid__column .grid__column--is-ten-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(83.33333% - 16px) !important;
}
.grid__column .grid__column--is-eleven {
-webkit-box-flex: 0;
flex: 0 0 calc(91.66667% - 16px);
}
.grid__column .grid__column--is-eleven-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(91.66667% - 16px) !important;
}
.grid__column .grid__column--is-twelve {
-webkit-box-flex: 0;
flex: 0 0 calc(100% - 16px);
}
.grid__column .grid__column--is-twelve-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(100% - 16px) !important;
}
.container {
margin: 0 auto;
padding-left: 24px;
padding-right: 24px;
width: 100%;
}
@media screen and (min-width: 769px) {
.container {
width: 1224px;
}
}
@media screen and (max-width: 414px) {
.container {
margin: 0;
padding-left: 16px;
padding-right: 16px;
width: calc(100% - 32px) !important;
}
.container--is-full-width-mobile {
margin: 0 !important;
padding: 0 !important;
width: 100vw !important;
}
}
.container--is-full-width {
max-width: 100vw !important;
padding: 0 !important;
width: 100vw !important;
}
.button.button--is-extra-small {
font-size: 12px;
padding: 4px;
}
.button.button--is-small {
font-size: 12px;
padding: 8px;
}
.button.button--is-large {
font-size: 16px;
padding: 20px;
}
.button.button--is-extra-large {
font-size: 20px;
padding: 32px;
}
.button__group {
align-content: center;
-webkit-box-align: center;
align-items: center;
align-self: center;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: center;
justify-content: center;
border: solid 1px #999;
border-radius: 4px;
overflow: hidden;
padding: 0;
}
.button__group.button {
border-radius: 0;
border-width: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.button__group.button__group {
border-width: 0.5px;
}
}
.buttons {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
overflow-x: scroll;
padding: 4px 0;
scroll-direction: horizontal;
}
.buttons .button:not(:last-child):not(.helper--is-full-width) {
margin-right: 12px;
}
.button {
align-content: center;
-webkit-box-align: center;
align-items: center;
align-self: center;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: center;
justify-content: center;
background-color: transparent;
background-position: center;
border: transparent solid 1px;
border-radius: 4px;
color: #1b78cd;
cursor: pointer;
float: left;
font-size: 16px;
font-weight: 600;
line-height: 22px;
max-width: auto;
outline: none;
padding: 8px 12px;
-webkit-transition: background-color 86ms ease-in, border-color 86ms ease-in, color 86ms ease-in, background 400ms;
transition: background-color 86ms ease-in, border-color 86ms ease-in, color 86ms ease-in, background 400ms;
width: auto;
}
.button__icon {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
width: 28px;
}
.button__icon svg path:not([fill]) {
fill: currentColor;
}
.button__text {
-webkit-box-flex: 1;
flex: 1;
flex-basis: 100%;
}
.button--has-content-center .button__text {
-webkit-box-flex: 0;
flex: 0;
flex-basis: 100%;
}
.button:hover {
background: #a3d5ff;
}
.button:focus {
background: #a3d5ff radial-gradient(circle, transparent 1%, #a3d5ff 1%) center/15000%;
}
.button:active {
background-size: 100%;
-webkit-transition: background 0s, border 0s;
transition: background 0s, border 0s;
}
.button:disabled, .button.button--is-disabled {
border-color: transparent;
color: #999;
cursor: default;
pointer-events: none;
}
.button.button--is-outline {
background-color: #fff;
border-color: #004abe;
box-shadow: none;
color: #004abe;
}
.button.button--is-outline:hover, .button.button--is-outline:focus, .button.button--is-outline:active {
border-color: #004abe;
color: #004abe;
}
.button.button--is-outline:disabled, .button.button--is-outline.button--is-disabled {
border-color: #ccc;
color: #999;
}
.button.button--is-link {
text-decoration: underline;
}
.button.button--is-primary {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background-color: #F66A26;
border-color: #F66A26;
color: #fff;
}
.button.button--is-primary:hover {
background: #f66A26;
}
.button.button--is-primary:focus {
background: #f66A26 radial-gradient(circle, transparent 1%, #F66A26 1%) center/15000%;
}
.button.button--is-primary:active {
background-size: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-primary:active.button--is-dragged {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.button.button--is-primary:disabled, .button.button--is-primary.button--is-disabled {
background-color: #ccc;
border-color: #ccc;
}
.button.button--is-primary.button--is-outline {
background-color: #fff;
border-color: #F66A26;
box-shadow: none;
color: #F66A26;
}
.button.button--is-primary.button--is-outline:hover {
background: #ffA240;
}
.button.button--is-primary.button--is-outline:focus {
background: #ffA240 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-primary.button--is-outline:active {
background-size: 100%;
border-color: #f66A26;
color: #f66A26;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-primary.button--is-outline:disabled, .button.button--is-primary.button--is-outline.button--is-disabled {
background-color: #fff;
border-color: #ccc;
color: #999;
}
.button.button--is-primary.button--is-link {
background-color: transparent;
color: #F66A26;
}
.button.button--is-primary.button--is-link:hover {
background-color: #ffA240;
}
.button.button--is-primary.button--is-link:focus {
background: #ffA240 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-primary.button--is-link:active {
background-size: 100%;
border-color: #f66A26;
color: #f66A26;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-secondary {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background-color: #1b78cd;
border-color: #1b78cd;
color: #fff;
}
.button.button--is-secondary:hover {
background: #1b78cd;
}
.button.button--is-secondary:focus {
background: #1b78cd radial-gradient(circle, transparent 1%, #1b78cd 1%) center/15000%;
}
.button.button--is-secondary:active {
background-size: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-secondary:active.button--is-dragged {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.button.button--is-secondary:disabled, .button.button--is-secondary.button--is-disabled {
background-color: #ccc;
border-color: #ccc;
}
.button.button--is-secondary.button--is-outline {
background-color: #fff;
border-color: #1b78cd;
box-shadow: none;
color: #1b78cd;
}
.button.button--is-secondary.button--is-outline:hover {
background: #a3d5ff;
}
.button.button--is-secondary.button--is-outline:focus {
background: #a3d5ff radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-secondary.button--is-outline:active {
background-size: 100%;
border-color: #1b78cd;
color: #1b78cd;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-secondary.button--is-outline:disabled, .button.button--is-secondary.button--is-outline.button--is-disabled {
background-color: #fff;
border-color: #ccc;
color: #999;
}
.button.button--is-secondary.button--is-link {
background-color: transparent;
color: #1b78cd;
}
.button.button--is-secondary.button--is-link:hover {
background-color: #a3d5ff;
}
.button.button--is-secondary.button--is-link:focus {
background: #a3d5ff radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-secondary.button--is-link:active {
background-size: 100%;
border-color: #1b78cd;
color: #1b78cd;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-danger {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background-color: #b3121b;
border-color: #b3121b;
color: #fff;
}
.button.button--is-danger:hover {
background: #b3121b;
}
.button.button--is-danger:focus {
background: #b3121b radial-gradient(circle, transparent 1%, #b3121b 1%) center/15000%;
}
.button.button--is-danger:active {
background-size: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-danger:active.button--is-dragged {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.button.button--is-danger:disabled, .button.button--is-danger.button--is-disabled {
background-color: #ccc;
border-color: #ccc;
}
.button.button--is-danger.button--is-outline {
background-color: #fff;
border-color: #b3121b;
box-shadow: none;
color: #b3121b;
}
.button.button--is-danger.button--is-outline:hover {
background: #f2242f;
}
.button.button--is-danger.button--is-outline:focus {
background: #f2242f radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-danger.button--is-outline:active {
background-size: 100%;
border-color: #b3121b;
color: #b3121b;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-danger.button--is-outline:disabled, .button.button--is-danger.button--is-outline.button--is-disabled {
background-color: #fff;
border-color: #ccc;
color: #999;
}
.button.button--is-danger.button--is-link {
background-color: transparent;
color: #b3121b;
}
.button.button--is-danger.button--is-link:hover {
background-color: #f2242f;
}
.button.button--is-danger.button--is-link:focus {
background: #f2242f radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-danger.button--is-link:active {
background-size: 100%;
border-color: #b3121b;
color: #b3121b;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-success {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background-color: #165623;
border-color: #165623;
color: #fff;
}
.button.button--is-success:hover {
background: #165623;
}
.button.button--is-success:focus {
background: #165623 radial-gradient(circle, transparent 1%, #165623 1%) center/15000%;
}
.button.button--is-success:active {
background-size: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-success:active.button--is-dragged {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.button.button--is-success:disabled, .button.button--is-success.button--is-disabled {
background-color: #ccc;
border-color: #ccc;
}
.button.button--is-success.button--is-outline {
background-color: #fff;
border-color: #165623;
box-shadow: none;
color: #165623;
}
.button.button--is-success.button--is-outline:hover {
background: #2aa843;
}
.button.button--is-success.button--is-outline:focus {
background: #2aa843 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-success.button--is-outline:active {
background-size: 100%;
border-color: #165623;
color: #165623;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-success.button--is-outline:disabled, .button.button--is-success.button--is-outline.button--is-disabled {
background-color: #fff;
border-color: #ccc;
color: #999;
}
.button.button--is-success.button--is-link {
background-color: transparent;
color: #165623;
}
.button.button--is-success.button--is-link:hover {
background-color: #2aa843;
}
.button.button--is-success.button--is-link:focus {
background: #2aa843 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-success.button--is-link:active {
background-size: 100%;
border-color: #165623;
color: #165623;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-warning {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background-color: #d79804;
border-color: #d79804;
color: #fff;
}
.button.button--is-warning:hover {
background: #a57403;
}
.button.button--is-warning:focus {
background: #a57403 radial-gradient(circle, transparent 1%, #d79804 1%) center/15000%;
}
.button.button--is-warning:active {
background-size: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-warning:active.button--is-dragged {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.button.button--is-warning:disabled, .button.button--is-warning.button--is-disabled {
background-color: #ccc;
border-color: #ccc;
}
.button.button--is-warning.button--is-outline {
background-color: #fff;
border-color: #d79804;
box-shadow: none;
color: #d79804;
}
.button.button--is-warning.button--is-outline:hover {
background: #fde4aa;
}
.button.button--is-warning.button--is-outline:focus {
background: #fcd578 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-warning.button--is-outline:active {
background-size: 100%;
border-color: #a57403;
color: #a57403;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-warning.button--is-outline:disabled, .button.button--is-warning.button--is-outline.button--is-disabled {
background-color: #fff;
border-color: #ccc;
color: #999;
}
.button.button--is-warning.button--is-link {
background-color: transparent;
color: #d79804;
}
.button.button--is-warning.button--is-link:hover {
background-color: #fde4aa;
}
.button.button--is-warning.button--is-link:focus {
background: #fcd578 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-warning.button--is-link:active {
background-size: 100%;
border-color: #a57403;
color: #a57403;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-facebook {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background-color: #4268b3;
border-color: #4268b3;
color: #fff;
}
.button.button--is-facebook:hover {
background: #3b5ba0;
}
.button.button--is-facebook:focus {
background: #3b5ba0 radial-gradient(circle, transparent 1%, #4268b3 1%) center/15000%;
}
.button.button--is-facebook:active {
background-size: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-facebook:active.button--is-dragged {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.button.button--is-facebook:disabled, .button.button--is-facebook.button--is-disabled {
background-color: #ccc;
border-color: #ccc;
}
.button.button--is-facebook.button--is-outline {
background-color: #fff;
border-color: #4268b3;
box-shadow: none;
color: #4268b3;
}
.button.button--is-facebook.button--is-outline:hover {
background: #d2dbee;
}
.button.button--is-facebook.button--is-outline:focus {
background: #adbde1 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-facebook.button--is-outline:active {
background-size: 100%;
border-color: #3b5ba0;
color: #3b5ba0;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-facebook.button--is-outline:disabled, .button.button--is-facebook.button--is-outline.button--is-disabled {
background-color: #fff;
border-color: #ccc;
color: #999;
}
.button.button--is-facebook.button--is-link {
background-color: transparent;
color: #4268b3;
}
.button.button--is-facebook.button--is-link:hover {
background-color: #d2dbee;
}
.button.button--is-facebook.button--is-link:focus {
background: #adbde1 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-facebook.button--is-link:active {
background-size: 100%;
border-color: #3b5ba0;
color: #3b5ba0;
-webkit-transition: background 0s;
transition: background 0s;
}
.notification__content {
color: #1f1f1f;
-webkit-box-flex: 1;
flex: 1;
font-size: 14px;
font-weight: 400;
line-height: 1.1;
-webkit-transition: color 86ms ease-in;
transition: color 86ms ease-in;
}
.notification__close {
border: 0;
cursor: pointer;
padding: 0;
width: 28px;
}
.notification__close svg path:not([fill]) {
fill: currentColor;
}
.notification__container {
-webkit-box-align: center;
align-items: center;
background-color: #999;
border-radius: 4px;
box-sizing: border-box;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
max-width: 100%;
padding: 12px;
-webkit-transition: background-color 86ms ease-in, color 86ms ease-in, display 86ms ease-in;
transition: background-color 86ms ease-in, color 86ms ease-in, display 86ms ease-in;
}
.notification__container:hover {
background-color: #999;
}
.notification.notification--is-primary .notification__container {
background-color: #F66A26;
}
.notification.notification--is-primary .notification__content {
color: #fff;
}
.notification.notification--is-primary:hover {
background-color: #ffA240;
}
.notification.notification--is-primary svg path:not([fill]) {
fill: #fff !important;
}
.notification.notification--is-secondary .notification__container {
background-color: #1b78cd;
}
.notification.notification--is-secondary .notification__content {
color: #fff;
}
.notification.notification--is-secondary:hover {
background-color: #a3d5ff;
}
.notification.notification--is-secondary svg path:not([fill]) {
fill: #fff !important;
}
.notification.notification--is-danger .notification__container {
background-color: #b3121b;
}
.notification.notification--is-danger .notification__content {
color: #fff;
}
.notification.notification--is-danger:hover {
background-color: #f2242f;
}
.notification.notification--is-danger svg path:not([fill]) {
fill: #fff !important;
}
.notification.notification--is-success .notification__container {
background-color: #165623;
}
.notification.notification--is-success .notification__content {
color: #fff;
}
.notification.notification--is-success:hover {
background-color: #2aa843;
}
.notification.notification--is-success svg path:not([fill]) {
fill: #fff !important;
}
.notification.notification--is-warning .notification__container {
background-color: #d79804;
}
.notification.notification--is-warning .notification__content {
color: #fff;
}
.notification.notification--is-warning:hover {
background-color: #fde4aa;
}
.notification.notification--is-warning svg path:not([fill]) {
fill: #fff !important;
}
.notification.notification--is-facebook .notification__container {
background-color: #4268b3;
}
.notification.notification--is-facebook .notification__content {
color: #fff;
}
.notification.notification--is-facebook:hover {
background-color: #d2dbee;
}
.notification.notification--is-facebook svg path:not([fill]) {
fill: #fff !important;
}
.card {
box-sizing: border-box !important;
width: 100%;
}
.card--is-double-border {
border-width: 2px !important;
}
.card--is-primary {
border: solid 1px #F66A26 !important;
}
.card--is-secondary {
border: solid 1px #1b78cd !important;
}
.card--is-danger {
border: solid 1px #b3121b !important;
}
.card--is-success {
border: solid 1px #165623 !important;
}
.card--is-warning {
border: solid 1px #d79804 !important;
}
.card--is-facebook {
border: solid 1px #4268b3 !important;
}
.input {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
font-size: 16px;
font-weight: 400;
line-height: 24px;
position: relative;
width: 100%;
}
.input::after {
clear: both;
content: " ";
display: table;
}
.input:hover .input__marker {
background: #f9f9f9;
}
.input__marker {
background-color: #fff;
border: solid 2px #1b78cd;
border-radius: 50%;
height: 24px;
left: 0;
position: absolute;
top: 0;
width: 24px;
}
.input__marker:after {
content: " ";
display: none;
position: absolute;
}
.input.input__radio, .input.input__checkbox {
-moz-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
cursor: pointer;
display: block;
padding-left: 36px;
position: relative;
}
.input.input__radio input[type='checkbox'],
.input.input__radio input[type='radio'], .input.input__checkbox input[type='checkbox'],
.input.input__checkbox input[type='radio'] {
cursor: pointer;
opacity: 0;
position: absolute;
}
.input.input__radio:checked ~ .input__marker, .input.input__checkbox:checked ~ .input__marker {
background-color: #fff;
border-color: #1b78cd;
}
.input.input__radio:checked ~ .input__marker:after, .input.input__checkbox:checked ~ .input__marker:after {
display: block;
}
.input.input__radio:checked ~ .input__marker ~ .input__text, .input.input__checkbox:checked ~ .input__marker ~ .input__text {
font-weight: 700;
}
.input.input__radio .input__marker:after, .input.input__checkbox .input__marker:after {
background: #1b78cd;
border-radius: 50%;
height: 8px;
left: 6px;
top: 6px;
width: 8px;
}
.input.input__radio:hover input[type='radio'] ~ .input__marker:after, .input.input__checkbox:hover input[type='radio'] ~ .input__marker:after {
border-radius: 50%;
box-shadow: 0 0 0 6px #e6e6e6;
content: " ";
}
.input.input__checkbox .input__marker {
border-radius: 0;
}
.input.input__checkbox .input__marker:after {
background: #fff;
border: solid #1b78cd;
border-radius: 0;
border-width: 0 2px 2px 0;
height: 10px;
left: 7px;
top: 3px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 5px;
}
.tab {
background: inherit;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
height: 100%;
padding: 0;
width: 100%;
}
.tab--has-scroll {
overflow-x: auto;
}
.tab__item {
background-position: center;
border-bottom: transparent solid 2px;
color: #1f1f1f;
cursor: pointer;
-webkit-box-flex: 1;
flex-grow: 1;
flex-shrink: 0;
-webkit-box-pack: center;
justify-content: center;
margin: 0 4px -1px;
min-width: 150px;
overflow: hidden;
padding: 12px;
position: relative;
text-align: center;
-webkit-transition: background 400ms;
transition: background 400ms;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tab__item:hover, .tab__item:focus {
background: #ccc radial-gradient(circle, transparent 1%, #999 1%) center/15000%;
background-color: #999;
}
.tab__item:active {
background-size: 100%;
-webkit-transition: background 0s;
transition: background 0s;
}
.tab__item.tab--has-indicator {
background: #ccc;
border-bottom: #1b78cd solid 2px;
}
@media screen and (max-width: 414px) {
overflow-x: auto;
}
.collapse__title {
color: #1f1f1f;
-webkit-box-flex: 1;
flex: 1;
font-size: 14px;
font-weight: 400;
line-height: 1.1;
-webkit-transition: color 86ms ease-in;
transition: color 86ms ease-in;
}
.collapse__container {
box-sizing: border-box !important;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
border-radius: 4px;
cursor: pointer;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.collapse__content {
background-color: #e6e6e6;
border: 1px solid #999;
border-radius: 4px;
box-sizing: border-box;
font-size: 14px;
margin: 0 0 12px;
padding: 12px;
width: 100%;
}
.collapse__open {
background: #1f1f1f;
border: 0;
cursor: pointer;
margin-right: 12px;
padding: 0;
width: 14px;
}
.collapse__open::after {
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z"/></svg>');
}
.collapse__close {
background: #1f1f1f;
border: 0;
cursor: pointer;
margin-right: 12px;
padding: 0;
width: 14px;
}
.collapse__close::after {
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M8.12 14.71L12 10.83l3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 8.71c-.39-.39-1.02-.39-1.41 0L6.7 13.3c-.39.39-.39 1.02 0 192.168.127.12 1.03.39 1.42 0z"/></svg>');
}
.modal {
-webkit-box-align: center;
align-items: center;
background-color: rgba(10, 10, 10, 0.86);
bottom: 0;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 100;
}
.modal--is-hidden {
overflow: hidden;
}
@media screen and (max-width: 414px) {
.modal__container {
max-height: 100vh;
max-width: 100vw;
}
.modal--is-hidden {
display: none;
}
}
.modal__container {
background-color: #fff;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
overflow-y: hidden;
}
.modal__header {
position: relative;
}
.modal__body {
background-color: #fff;
max-height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.modal__footer {
position: relative;
}
@media screen and (max-width: 414px) {
.modal {
display: block;
height: 100%;
-webkit-transition: left 344ms ease-in;
transition: left 344ms ease-in;
width: 100%;
}
.modal--is-hidden {
left: -300vh;
right: auto;
}
.modal__container {
height: 100%;
width: 100%;
}
}
.panel {
background-color: #fff;
}
.panel__body {
display: none;
height: 0;
-webkit-transition: height 172ms ease-in;
transition: height 172ms ease-in;
}
.panel__arrow {
cursor: pointer;
}
.panel__arrow svg {
margin-right: -4px;
-webkit-transition: -webkit-transform 172ms ease-in;
transition: -webkit-transform 172ms ease-in;
transition: transform 172ms ease-in;
transition: transform 172ms ease-in, -webkit-transform 172ms ease-in;
}
.panel--is-open .panel__arrow svg {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.panel--is-open .panel__body {
display: block !important;
height: 100%;
}
.panel--has-description .panel__description {
display: block;
}
.panel--has-no-description .panel__description {
display: none !important;
}
.toggle {
background-color: #ccc;
border-radius: 8px;
cursor: pointer;
display: inline-block;
height: 16px;
overflow: hidden;
position: relative;
width: 32px;
}
.toggle__check {
cursor: pointer;
display: block;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 6;
}
.toggle input {
display: none;
}
.toggle.toggle--is-success input:checked ~ .toggle__track {
box-shadow: inset 0 0 0 24px #165623;
}
.toggle.toggle--is-danger input:checked ~ .toggle__track {
box-shadow: inset 0 0 0 24px #b3121b;
}
.toggle input:checked ~ .toggle__track {
box-shadow: inset 0 0 0 24px #1b78cd;
}
.toggle input:checked ~ .toggle__switch {
left: 18px;
right: 2px;
-webkit-transition: 172ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: 172ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition-delay: 172ms, 0s;
transition-delay: 172ms, 0s;
-webkit-transition-property: left, right;
transition-property: left, right;
}
.toggle__switch {
background-color: #fff;
border-radius: 12px;
bottom: 2px;
left: 2px;
position: absolute;
right: 18px;
top: 2px;
-webkit-transition: 172ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: 172ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition-delay: 0s, 172ms;
transition-delay: 0s, 172ms;
-webkit-transition-property: left, right;
transition-property: left, right;
z-index: 1;
}
.toggle__track {
border-radius: 12px;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transition: 172ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: 172ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.helper--has-tooltip {
position: ralative;
}
.helper--has-tooltip:hover + .tooltip,
.helper--has-tooltip:focus + .tooltip {
left: 50%;
opacity: 1;
pointer-events: inherit;
top: 0;
}
.tooltip {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background: #808080;
border-radius: 4px;
color: #fff;
display: block;
font-size: 12px;
opacity: 0;
padding: 12px;
pointer-events: none;
position: absolute;
text-align: center;
z-index: 5;
}
.tooltip:after {
border-top: 4px solid #808080;
}
.tooltip:hover {
opacity: 1;
pointer-events: inherit;
}
.tooltip.tooltip--is-bottom:after {
border: 8px solid transparent;
border-top: 8px solid #808080;
bottom: -16px;
content: " ";
display: block;
height: 0;
left: calc(50% - 8px);
margin: 0 auto;
position: absolute;
width: 0;
}
.tooltip.tooltip--is-top:after {
border: 8px solid transparent;
border-bottom: 8px solid #808080;
content: '';
display: block;
height: 0;
left: calc(50% - 4px);
margin: 0 auto;
position: absolute;
top: -16px;
width: 0;
}
.tooltip.tooltip--is-right:after {
border: 8px solid transparent;
border-left: 8px solid #808080;
content: ' ';
display: block;
height: 0;
position: absolute;
right: -16px;
top: calc(50% - 8px);
width: 0;
}
.tooltip.tooltip--is-left:after {
border: 8px solid transparent;
border-right: 8px solid #808080;
content: ' ';
display: block;
height: 0;
left: -16px;
position: absolute;
top: calc(50% - 8px);
width: 0;
}
.loading {
background: rgba(250, 250, 250, 0.8);
height: 100%;
position: absolute;
top: 0;
width: 100%;
z-index: 101;
}
.loading__content {
-webkit-box-align: center;
align-items: center;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
height: 100%;
-webkit-box-pack: center;
justify-content: center;
width: 100%;
}
.loading__content > p {
color: #1f1f1f;
-webkit-box-flex: 0;
flex: 0;
margin-top: 12px;
text-align: center;
}
.loading__icon {
-webkit-box-flex: 0;
flex: 0;
}
.loading__icon > svg {
display: block;
height: 40px;
margin-left: -20px;
position: relative;
width: 40px;
}
.pricetag {
background: #ccc;
border: 0 solid #ccc;
border-bottom-width: 1px;
border-top-width: 1px;
color: #fff;
display: inline-block;
height: 24px;
line-height: 24px;
margin: 0;
padding: 0 12px;
position: relative;
white-space: nowrap;
}
.pricetag.pricetag--is-success {
background: #165623;
border: 0 solid #165623;
}
.pricetag.pricetag--is-success:before {
border-right: 12px solid #165623 !important;
}
.pricetag.pricetag--is-danger {
background: #b3121b;
border: 0 solid #b3121b;
}
.pricetag.pricetag--is-danger:before {
border-right: 12px solid #b3121b !important;
}
.pricetag.pricetag--is-primary {
background: #F66A26;
border: 0 solid #F66A26;
}
.pricetag.pricetag--is-primary:before {
border-right: 12px solid #1b78cd !important;
}
.pricetag.pricetag--is-secondary {
background: #1b78cd;
border: 0 solid #1b78cd;
}
.pricetag.pricetag--is-secondary:before {
border-right: 12px solid #1b78cd !important;
}
.pricetag:before {
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
border-top: 12px solid transparent;
content: " ";
font-size: 14px;
height: 0;
left: -12px;
line-height: 0;
position: absolute;
text-indent: 14px;
top: 0;
width: 0;
}
.hr {
background-color: #ccc;
border: 0;
height: 1px;
width: 100%;
}
.hr::after {
clear: both;
content: " ";
display: table;
}
.hr.hr--is-large {
height: 2px;
}
.hr.hr--is-dashed {
background-color: inherit !important;
border-top: dashed 1px #ccc !important;
height: 0 !important;
}
.hr.hr--is-dashed.hr--is-large {
border-top: dashed 2px #ccc !important;
}
.field {
margin: 0;
position: relative;
}
.field::after {
clear: both;
content: " ";
display: table;
}
.field__feedback {
color: #ccc;
display: block;
font-size: 12px;
font-weight: 400;
line-height: 16px;
margin: 4px 12px;
max-width: 100%;
}
.field svg {
height: 22px;
width: 22px;
}
.field svg path:not([fill]) {
fill: #ccc;
}
.field textarea {
resize: none;
}
.field input,
.field textarea {
background-color: #fff;
border: solid 1px #999;
border-radius: 4px;
color: #1f1f1f;
display: block;
font-size: 16px;
line-height: 22px;
outline: none;
padding: 8px 12px;
-webkit-transition: 172ms ease border, 172ms ease opacity, 172ms ease padding;
transition: 172ms ease border, 172ms ease opacity, 172ms ease padding;
width: 100%;
}
.field input:focus,
.field textarea:focus {
border-color: #1b78cd;
border-width: 2px;
opacity: 1;
padding: 7px 11px;
}
.field input:focus ~ label,
.field input:valid ~ label,
.field textarea:focus ~ label,
.field textarea:valid ~ label {
background: #fff;
color: #1b78cd;
font-size: 12px;
left: 10px;
line-height: 1;
padding: 2px;
top: -6px;
}
.field input[type='password'] {
letter-spacing: .25em;
}
.field label {
font-size: 16px;
font-weight: 400;
left: 12px;
pointer-events: none;
position: absolute;
top: 10px;
-webkit-transition: 172ms ease left, 172ms ease top;
transition: 172ms ease left, 172ms ease top;
}
.field.field--is-disabled input,
.field.field--is-disabled textarea {
border-color: #808080;
color: #333;
pointer-events: none;
}
.field.field--is-disabled ~ label {
color: #333;
}
.field.field--is-active input,
.field.field--is-active textarea {
border-color: #1b78cd;
}
.field.field--is-active ~ label {
color: #1b78cd;
}
.field.field--is-active .field__helper {
color: #1b78cd;
}
.field.field--is-danger input,
.field.field--is-danger textarea {
border-color: #b3121b;
}
.field.field--is-danger input:focus ~ label,
.field.field--is-danger input:valid ~ label,
.field.field--is-danger textarea:focus ~ label,
.field.field--is-danger textarea:valid ~ label {
color: #b3121b;
}
.field.field--is-danger .field__helper {
color: #b3121b;
}
.field.field--is-success input,
.field.field--is-success textarea {
border-color: #165623;
}
.field.field--is-success input:focus ~ label,
.field.field--is-success input:valid ~ label,
.field.field--is-success textarea:focus ~ label,
.field.field--is-success textarea:valid ~ label {
color: #165623;
}
.field.field--is-success .field__helper {
color: #165623;
}
.field.field--has-left-icon input,
.field.field--has-left-icon textarea {
padding-left: 40px;
}
.field.field--has-left-icon label {
left: 40px;
}
.field.field--has-left-icon .field__icon--is-left {
left: 12px;
}
.field.field--has-right-icon input,
.field.field--has-right-icon textarea {
padding-right: 40px;
}
.field.field--has-right-icon .field__icon--is-right {
right: 12px;
}
.field__icon {
position: absolute;
top: 10px;
}
.helper--has-scroll-horizontal {
overflow-x: scroll;
padding-bottom: 8px;
padding-top: 8px;
}
.helper--has-no-scroll {
overflow: hidden !important;
}
.helper--is-on-left {
float: left;
}
.helper--is-on-right {
float: right;
}
.helper--is-no-list-style {
list-style: none;
margin: 0;
padding: 0;
}
.helper--is-clearfix::after {
clear: both;
content: " ";
display: table;
}
.helper--is-block {
display: block;
}
.helper--is-inline {
display: inline;
}
.helper--is-relative {
position: relative;
}
.helper--has-pointer {
cursor: pointer;
}
.helper--is-full-width {
box-sizing: border-box !important;
width: 100% !important;
}
.helper--is-full-height {
height: 100% !important;
}
.helper--is-hidden {
display: none !important;
}
@media screen and (min-width: 769px) {
.helper--is-hidden-desktop {
display: none !important;
}
}
@media screen and (min-width: 415px) and (max-width: 768px) {
.helper--is-hidden-tablet {
display: none !important;
}
}
@media screen and (max-width: 414px) {
.helper--is-hidden-mobile {
display: none !important;
}
}
.helper--has-no-margin {
margin: 0 !important;
}
.helper--has-no-margin-left {
margin-left: 0 !important;
}
.helper--has-no-margin-right {
margin-right: 0 !important;
}
.helper--has-no-margin-top {
margin-top: 0 !important;
}
.helper--has-no-margin-bottom {
margin-bottom: 0 !important;
}
.helper--has-no-margin-vertical {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.helper--has-no-margin-horizontal {
margin-left: 0 !important;
margin-right: 0 !important;
}
.helper--has-margin {
margin: 12px !important;
}
.helper--has-margin-left {
margin-left: 12px !important;
}
.helper--has-margin-right {
margin-right: 12px !important;
}
.helper--has-margin-top {
margin-top: 12px !important;
}
.helper--has-margin-bottom {
margin-bottom: 12px !important;
}
.helper--has-margin-vertical {
margin-bottom: 12px !important;
margin-top: 12px !important;
}
.helper--has-margin-vertical-large {
margin-bottom: 20px !important;
margin-top: 20px !important;
}
.helper--has-margin-horizontal {
margin-left: 12px !important;
margin-right: 12px !important;
}
.helper--has-margin-horizontal-large {
margin-left: 20px !important;
margin-right: 20px !important;
}
@media screen and (min-width: 415px) and (max-width: 768px) {
.helper--has-no-margin-tablet {
margin: 0 !important;
}
.helper--has-no-margin-left-tablet {
margin-left: 0 !important;
}
.helper--has-no-margin-right-tablet {
margin-right: 0 !important;
}
.helper--has-no-margin-top-tablet {
margin-top: 0 !important;
}
.helper--has-no-margin-bottom-tablet {
margin-bottom: 0 !important;
}
.helper--has-no-margin-vertical-tablet {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.helper--has-no-margin-horizontal-tablet {
margin-left: 0 !important;
margin-right: 0 !important;
}
.helper--has-margin-tablet {
margin: 12px !important;
}
.helper--has-margin-left-tablet {
margin-left: 12px !important;
}
.helper--has-margin-right-tablet {
margin-right: 12px !important;
}
.helper--has-margin-top-tablet {
margin-top: 12px !important;
}
.helper--has-margin-bottom-tablet {
margin-bottom: 12px !important;
}
.helper--has-margin-vertical-tablet {
margin-bottom: 12px !important;
margin-top: 12px !important;
}
.helper--has-margin-horizontal-tablet {
margin-left: 12px !important;
margin-right: 12px !important;
}
}
@media screen and (max-width: 414px) {
.helper--has-no-margin-mobile {
margin: 0 !important;
}
.helper--has-no-margin-left-mobile {
margin-left: 0 !important;
}
.helper--has-no-margin-right-mobile {
margin-right: 0 !important;
}
.helper--has-no-margin-top-mobile {
margin-top: 0 !important;
}
.helper--has-no-margin-bottom-mobile {
margin-bottom: 0 !important;
}
.helper--has-no-margin-vertical-mobile {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.helper--has-no-margin-horizontal-mobile {
margin-left: 0 !important;
margin-right: 0 !important;
}
.helper--has-margin-mobile {
margin: 12px !important;
}
.helper--has-margin-left-mobile {
margin-left: 12px !important;
}
.helper--has-margin-right-mobile {
margin-right: 12px !important;
}
.helper--has-margin-top-mobile {
margin-top: 12px !important;
}
.helper--has-margin-bottom-mobile {
margin-bottom: 12px !important;
}
.helper--has-margin-vertical-mobile {
margin-bottom: 12px !important;
margin-top: 12px !important;
}
.helper--has-margin-horizontal-mobile {
margin-left: 12px !important;
margin-right: 12px !important;
}
}
.helper--has-no-gap {
padding: 0 !important;
}
.helper--has-gap {
padding: 12px !important;
}
.helper--has-gap-left {
padding-left: 12px !important;
}
.helper--has-gap-right {
padding-right: 12px !important;
}
.helper--has-gap-top {
padding-top: 12px !important;
}
.helper--has-gap-bottom {
padding-bottom: 12px !important;
}
.helper--has-gap-vertical {
padding-bottom: 12px !important;
padding-top: 12px !important;
}
.helper--has-gap-horizontal {
padding-left: 12px !important;
padding-right: 12px !important;
}
@media screen and (min-width: 415px) and (max-width: 768px) {
.helper--has-no-gap-tablet {
padding: 0 !important;
}
.helper--has-gap-tablet {
padding: 12px !important;
}
.helper--has-gap {
padding: 12px !important;
}
.helper--has-gap-left-tablet {
padding-left: 12px !important;
}
.helper--has-gap-right-tablet {
padding-right: 12px !important;
}
.helper--has-gap-top-tablet {
padding-top: 12px !important;
}
.helper--has-gap-bottom-tablet {
padding-bottom: 12px !important;
}
.helper--has-gap-vertical-tablet {
padding-bottom: 12px !important;
padding-top: 12px !important;
}
.helper--has-gap-horizontal-tablet {
padding-left: 12px !important;
padding-right: 12px !important;
}
}
@media screen and (max-width: 414px) {
.helper--has-no-gap-mobile {
padding: 0 !important;
}
.helper--has-gap-mobile {
padding: 12px !important;
}
.helper--has-gap {
padding: 12px !important;
}
.helper--has-gap-left-mobile {
padding-left: 12px !important;
}
.helper--has-gap-right-mobile {
padding-right: 12px !important;
}
.helper--has-gap-top-mobile {
padding-top: 12px !important;
}
.helper--has-gap-bottom-mobile {
padding-bottom: 12px !important;
}
.helper--has-gap-vertical-mobile {
padding-bottom: 12px !important;
padding-top: 12px !important;
}
.helper--has-gap-horizontal-mobile {
padding-left: 12px !important;
padding-right: 12px !important;
}
}
@media screen and (max-width: 414px) {
.helper--has-no-border-radius-mobile {
border-radius: 0 !important;
}
}
.helper--has-border {
border: solid 1px #ccc;
}
.helper--has-border--has-border-large {
border-width: 2px;
}
.helper--has-border-left {
border-left-style: solid;
border-left-width: 1px;
}
.helper--has-border-left-large {
border-left-width: 2px;
}
.helper--has-border-right {
border-right-width: 1px;
}
.helper--has-border-right-large {
border-right-width: 2px;
}
.helper--has-border-dashed {
border-bottom: dashed 1px #ccc !important;
height: 0 !important !important;
width: 100%;
}
.helper--has-border-primary {
border-color: #F66A26;
}
.helper--has-border-secondary {
border-color: #1b78cd;
}
.helper--has-border-danger {
border-color: #b3121b;
}
.helper--has-border-success {
border-color: #165623;
}
.helper--has-border-warning {
border-color: #d79804;
}
.helper--has-border-facebook {
border-color: #4268b3;
}
.helper--has-no-border {
border-width: 0 !important;
}
.helper--has-border-radius {
border-radius: 4px !important;
}
.helper--has-no-radius {
border-radius: 0 !important;
}
.helper--has-text-subititle {
font-size: 16px;
font-weight: 14px;
letter-spacing: .15px;
}
.helper--has-text-caption {
font-size: 12px;
font-weight: 14px;
letter-spacing: .4px;
}
.helper--has-text-overline {
font-size: 12px;
font-weight: 14px;
letter-spacing: 2px;
text-transform: uppercase;
}
.helper--has-text-link {
color: #1b78cd !important;
font-size: 14px !important;
font-weight: 700 !important;
line-height: 20px;
-webkit-text-decoration: underline #1b78cd !important;
text-decoration: underline #1b78cd !important;
}
.helper--has-text-light {
font-weight: 300 !important;
}
.helper--has-text-regular {
font-weight: 400 !important;
}
.helper--has-text-semibold {
font-weight: 600 !important;
}
.helper--has-text-bold {
font-weight: 700 !important;
}
.helper--has-text-extra-small {
font-size: 12px !important;
line-height: 16px !important;
}
.helper--has-text-small {
font-size: 12px !important;
line-height: 16px !important;
}
.helper--has-text-large {
font-size: 16px !important;
line-height: 22px !important;
}
.helper--has-text-extra-large {
font-size: 20px !important;
line-height: 27px !important;
}
.helper--has-text-base-line {
line-height: 1 !important;
}
.helper--has-text-left {
text-align: left;
}
.helper--has-text-center {
text-align: center;
}
.helper--has-text-right {
text-align: right;
}
.helper--has-text-justify {
text-align: justify;
}
.helper--has-text-upper {
text-transform: uppercase;
}
.helper--has-text-truncated {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.helper--has-text-white {
color: #fff !important;
}
.helper--has-text-grey-one {
color: #f9f9f9 !important;
}
.helper--has-text-grey-two {
color: #e6e6e6 !important;
}
.helper--has-text-grey-three {
color: #ccc !important;
}
.helper--has-text-grey-four {
color: #999 !important;
}
.helper--has-text-grey-five {
color: #808080 !important;
}
.helper--has-text-grey-six {
color: #808080 !important;
}
.helper--has-text-grey-seven {
color: #333 !important;
}
.helper--has-text-grey-eight {
color: #1f1f1f !important;
}
.helper--has-text-black {
color: #1f1f1f !important;
}
.helper--has-text-primary {
color: #F66A26 !important;
}
.helper--has-text-secondary {
color: #1b78cd !important;
}
.helper--has-text-danger {
color: #b3121b !important;
}
.helper--has-text-success {
color: #165623 !important;
}
.helper--has-text-warning {
color: #d79804 !important;
}
.helper--has-text-facebook {
color: #4268b3 !important;
}
.helper--has-shadow {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
}
.helper--has-shadow-large {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.helper--has-shadow-large-top {
box-shadow: 4px 0 8px rgba(0, 0, 0, 0.12);
}
.helper--has-no-shadow {
box-shadow: none !important;
}
.helper--has-background-primary {
background-color: #F66A26 !important;
}
.helper--has-background-secondary {
background-color: #1b78cd !important;
}
.helper--has-background-danger {
background-color: #b3121b !important;
}
.helper--has-background-success {
background-color: #165623 !important;
}
.helper--has-background-warning {
background-color: #d79804 !important;
}
.helper--has-background-facebook {
background-color: #4268b3 !important;
}
.helper--has-background-white {
background-color: #fff !important;
}
.helper--has-background-grey-one {
background-color: #f9f9f9 !important;
}
.helper--has-background-grey-two {
background-color: #e6e6e6 !important;
}
.helper--has-background-grey-three {
background-color: #ccc !important;
}
.helper--has-background-grey-four {
background-color: #999 !important;
}
.helper--has-background-grey-five {
background-color: #808080 !important;
}
.helper--has-background-grey-six {
background-color: #808080 !important;
}
.helper--has-background-grey-seven {
background-color: #333 !important;
}
.helper--has-background-grey-eight {
background-color: #1f1f1f !important;
}
.helper--has-background-success-one {
background-color: #2aa843 !important;
}
.helper--has-background-success-two {
background-color: #2aa843 !important;
}
.helper--has-background-success-three {
background-color: #207f33 !important;
}
.helper--has-background-success-four {
background-color: #207f33 !important;
}
.helper--has-background-success-five {
background-color: #165623 !important;
}
.helper--has-background-success-six {
background-color: #165623 !important;
}
.helper--has-background-success-seven {
background-color: #0B2E12 !important;
}
.helper--has-background-success-eight {
background-color: #0B2E12 !important;
}
/*# sourceMappingURL=venom.css.map */ | dist/venom.css | @font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url("https://cdn2.madeiramadeira.com.br/files/56914193-open-sans-v16-latin-300-x.eot"), local("Open Sans Light"), local("OpenSans-Light"), url("https://cdn2.madeiramadeira.com.br/files/56914193-open-sans-v16-latin-300-x.eot#iefix") format("embedded-opentype"), url("https://cdn2.madeiramadeira.com.br/files/97935719-open-sans-v16-latin-300-x.woff2") format("woff2"), url("https://cdn2.madeiramadeira.com.br/files/53946496-open-sans-v16-latin-300-x.woff") format("woff"), url("https://cdn2.madeiramadeira.com.br/files/24954239-open-sans-v16-latin-300-x.ttf") format("truetype"), url("https://cdn2.madeiramadeira.com.br/files/37960627-open-sans-v16-latin-300-x.svg#OpenSans") format("svg");
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url("https://cdn2.madeiramadeira.com.br/files/10792037-open-sans-v16-latin-regular-x.eot"), local("Open Sans Regular"), local("OpenSans-Regular"), url("https://cdn2.madeiramadeira.com.br/files/10792037-open-sans-v16-latin-regular-x.eot?#iefix") format("embedded-opentype"), url("https://cdn2.madeiramadeira.com.br/files/41795960-open-sans-v16-latin-regular-x.ttf") format("woff2"), url("https://cdn2.madeiramadeira.com.br/files/91797442-open-sans-v16-latin-regular-x.woff") format("woff"), url("https://cdn2.madeiramadeira.com.br/files/96799592-open-sans-v16-latin-regular-x.woff2") format("truetype"), url("https://cdn2.madeiramadeira.com.br/files/85793848-open-sans-v16-latin-regular-x.svg#OpenSans") format("svg");
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: url("https://cdn2.madeiramadeira.com.br/files/95753070-open-sans-v16-latin-italic-x.eot"), local("Open Sans Italic"), local("OpenSans-Italic"), url("https://cdn2.madeiramadeira.com.br/files/95753070-open-sans-v16-latin-italic-x.eot?#iefix") format("embedded-opentype"), url("https://cdn2.madeiramadeira.com.br/files/29787226-open-sans-v16-latin-italic-x.woff2") format("woff2"), url("https://cdn2.madeiramadeira.com.br/files/41784928-open-sans-v16-latin-italic-x.woff") format("woff"), url("https://cdn2.madeiramadeira.com.br/files/10789326-open-sans-v16-latin-italic-x.ttf") format("truetype"), url("https://cdn2.madeiramadeira.com.br/files/84781693-open-sans-v16-latin-italic-x.svg#OpenSans") format("svg");
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url("https://cdn2.madeiramadeira.com.br/files/42967627-open-sans-v16-latin-600-x.eot"), local("Open Sans Bold"), local("OpenSans-SemiBold"), url("https://cdn2.madeiramadeira.com.br/files/42967627-open-sans-v16-latin-600-x.eot?#iefix") format("embedded-opentype"), url("https://cdn2.madeiramadeira.com.br/files/29499319-open-sans-v16-latin-600-x.woff2") format("woff2"), url("https://cdn2.madeiramadeira.com.br/files/59497590-open-sans-v16-latin-600-x.woff") format("woff"), url("https://cdn2.madeiramadeira.com.br/files/59492650-open-sans-v16-latin-600-x.ttf") format("truetype"), url("https://cdn2.madeiramadeira.com.br/files/10487623-open-sans-v16-latin-600-x.svg#OpenSans") format("svg");
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url("https://cdn2.madeiramadeira.com.br/files/60739835-open-sans-v16-latin-700-x.eot"), local("Open Sans Bold"), local("OpenSans-Bold"), url("https://cdn2.madeiramadeira.com.br/files/60739835-open-sans-v16-latin-700-x.eot?#iefix") format("embedded-opentype"), url("https://cdn2.madeiramadeira.com.br/files/38748025-open-sans-v16-latin-700-x.woff2") format("woff2"), url("https://cdn2.madeiramadeira.com.br/files/22746438-open-sans-v16-latin-700-x.woff") format("woff"), url("https://cdn2.madeiramadeira.com.br/files/33744620-open-sans-v16-latin-700-x.ttf") format("truetype"), url("https://cdn2.madeiramadeira.com.br/files/88742632-open-sans-v16-latin-700-x.svg#OpenSans") format("svg");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
::-webkit-input-placeholder {
opacity: 0;
-webkit-transition: 344ms ease opacity;
transition: 344ms ease opacity;
}
:-moz-placeholder {
opacity: 0;
-moz-transition: 344ms ease opacity;
transition: 344ms ease opacity;
}
::-moz-placeholder {
opacity: 0;
-moz-transition: 344ms ease opacity;
transition: 344ms ease opacity;
}
:-ms-input-placeholder {
opacity: 0;
-ms-transition: 344ms ease opacity;
transition: 344ms ease opacity;
}
html {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-width: 300px;
overflow-x: hidden;
overflow-y: scroll;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body,
button,
input,
select,
textarea,
span,
small,
strong,
i {
box-sizing: border-box !important;
color: currentColor;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
box-sizing: border-box !important;
display: block;
}
div {
box-sizing: border-box !important;
}
code,
pre {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-family: monospace;
}
body {
background-color: #f9f9f9;
color: #1f1f1f !important;
font-family: BlinkMacSystemFont, -apple-system, "Open Sans", sans-serif !important;
font-size: 14px !important;
font-weight: 400 !important;
letter-spacing: .25px;
line-height: 20px !important;
}
a {
box-sizing: border-box !important;
color: #1b78cd;
cursor: pointer;
text-decoration: none;
}
a strong {
color: currentColor;
}
a strong:hover {
color: #1b78cd;
}
a strong:active {
color: #4b9de4;
}
a strong:visited {
color: #004abe;
}
hr {
border-width: 0;
display: block;
height: 1px;
width: 100%;
}
hr::after {
clear: both;
content: " ";
display: table;
}
img {
height: auto;
width: 100%;
}
input[type='checkbox'],
input[type='radio'] {
vertical-align: baseline;
}
button,
textarea,
select,
input {
box-sizing: border-box !important;
outline: none;
}
small {
font-size: 12px;
font-weight: inherit;
line-height: 16px;
}
span {
font-style: inherit;
font-weight: inherit;
}
strong {
font-weight: 700;
}
fieldset {
border-width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
box-sizing: border-box !important;
color: currentColor;
margin: 0;
max-width: 100%;
padding: 0;
}
h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after,
p::after {
clear: both;
content: " ";
display: table;
}
p {
color: #333;
font-size: 14px;
line-height: 20px;
}
article p + p {
margin-bottom: 20px;
}
h1 {
font-size: 32px;
font-weight: 300;
letter-spacing: .25px;
line-height: 48px;
}
h2 {
font-size: 28px;
font-weight: 300;
letter-spacing: .18px;
line-height: 40px;
}
h3 {
font-size: 24px;
font-weight: 300;
line-height: 36px;
}
h4 {
font-size: 20px;
font-weight: 600;
letter-spacing: .25px;
line-height: 30px;
}
h5 {
font-size: 18px;
font-weight: 600;
letter-spacing: .5px;
line-height: 24px;
}
h6 {
font-size: 18px;
font-weight: 600;
letter-spacing: .25px;
line-height: 24px;
}
pre {
margin: 0 !important;
overflow-x: auto;
padding: 12px !important;
white-space: pre;
word-wrap: normal;
}
pre::after {
clear: both;
content: " ";
display: table;
}
pre:after {
content: " ";
display: none;
}
pre code {
background-color: transparent;
color: currentColor;
padding: 0;
white-space: pre;
word-wrap: normal;
}
table td,
table th {
vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
text-align: left;
}
svg path:not([fill]) {
fill: currentColor;
}
[class*='-success'] svg path:not([fill]) {
fill: #165623;
}
[class*='-danger'] svg path:not([fill]) {
fill: #b3121b;
}
[class*='-warning'] svg path:not([fill]) {
fill: #d79804;
}
.grid--is-flex {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
}
.grid--has-content-start {
-webkit-box-pack: start;
justify-content: flex-start;
}
.grid--has-content-center {
-webkit-box-pack: center;
justify-content: center;
}
.grid--has-content-end {
-webkit-box-pack: end;
justify-content: flex-end;
}
.grid--has-items-start {
-webkit-box-align: start;
align-items: flex-start;
}
.grid--has-items-center {
-webkit-box-align: center;
align-items: center;
}
.grid--has-items-end {
-webkit-box-align: end;
align-items: flex-end;
}
.grid--has-self-align-start {
align-self: flex-start;
}
.grid--has-self-align-center {
align-self: flex-center;
}
.grid--has-self-align-end {
align-self: flex-end;
}
.grid--has-no-wrap {
flex-wrap: nowrap;
}
.grid__row {
box-sizing: border-box !important;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
flex-wrap: wrap;
margin: 0 -12px;
width: calc(100% + 24px);
}
.grid__row--is-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
.grid__columns {
box-sizing: border-box !important;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
flex-flow: column wrap;
flex-wrap: wrap;
height: auto;
margin: 0 -12px;
width: calc(100% + 24px);
}
.grid__columns--is-reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse;
}
.grid__row--has-no-gutters,
.grid__columns--has-no-gutters {
margin: 0 !important;
width: 100% !important;
}
.grid__row--has-no-gutters > .grid__column,
.grid__columns--has-no-gutters > .grid__column {
margin: 0 !important;
}
.grid__column {
box-sizing: border-box !important;
-webkit-box-flex: 1;
flex: 1;
margin: 0 12px;
}
.grid__column--is-first {
-webkit-box-ordinal-group: 0;
order: -1;
}
.grid__column--is-last {
-webkit-box-ordinal-group: 2;
order: 1;
}
.grid__column--is-auto {
-webkit-box-flex: initial;
flex: initial;
}
.grid__column--is-one {
-webkit-box-flex: 0;
flex: 0 0 calc(8.33333% - 24px);
}
.grid__column--is-two {
-webkit-box-flex: 0;
flex: 0 0 calc(16.66667% - 24px);
}
.grid__column--is-three {
-webkit-box-flex: 0;
flex: 0 0 calc(25% - 24px);
}
.grid__column--is-four {
-webkit-box-flex: 0;
flex: 0 0 calc(33.33333% - 24px);
}
.grid__column--is-five {
-webkit-box-flex: 0;
flex: 0 0 calc(41.66667% - 24px);
}
.grid__column--is-six {
-webkit-box-flex: 0;
flex: 0 0 calc(50% - 24px);
}
.grid__column--is-seven {
-webkit-box-flex: 0;
flex: 0 0 calc(58.33333% - 24px);
}
.grid__column--is-eight {
-webkit-box-flex: 0;
flex: 0 0 calc(66.66667% - 24px);
}
.grid__column--is-nine {
-webkit-box-flex: 0;
flex: 0 0 calc(75% - 24px);
}
.grid__column--is-ten {
-webkit-box-flex: 0;
flex: 0 0 calc(83.33333% - 24px);
}
.grid__column--is-eleven {
-webkit-box-flex: 0;
flex: 0 0 calc(91.66667% - 24px);
}
.grid__column--is-twelve {
-webkit-box-flex: 0;
flex: 0 0 calc(100% - 24px);
}
@media screen and (max-width: 414px) {
.grid__column .grid__row {
margin: 0 -8px;
width: calc(100% + 16px);
}
.grid__column--is-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
}
.grid__column .grid__columns {
margin: 0 -8px;
width: calc(100% + 16px);
}
.grid__column .grid__columns--is-reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse;
}
.grid__column .grid__column {
margin: 0 8px;
}
.grid__column .grid__column--is-first-mobile {
-webkit-box-ordinal-group: 0 !important;
order: -1 !important;
}
.grid__column .grid__column--is-last-mobile {
-webkit-box-ordinal-group: 2 !important;
order: 1 !important;
}
.grid__column .grid__column--is-auto-mobile {
-webkit-box-flex: initial !important;
flex: initial !important;
}
.grid__column .grid__column--is-one {
-webkit-box-flex: 0;
flex: 0 0 calc(8.33333% - 16px);
}
.grid__column .grid__column--is-one-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(8.33333% - 16px) !important;
}
.grid__column .grid__column--is-two {
-webkit-box-flex: 0;
flex: 0 0 calc(16.66667% - 16px);
}
.grid__column .grid__column--is-two-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(16.66667% - 16px) !important;
}
.grid__column .grid__column--is-three {
-webkit-box-flex: 0;
flex: 0 0 calc(25% - 16px);
}
.grid__column .grid__column--is-three-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(25% - 16px) !important;
}
.grid__column .grid__column--is-four {
-webkit-box-flex: 0;
flex: 0 0 calc(33.33333% - 16px);
}
.grid__column .grid__column--is-four-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(33.33333% - 16px) !important;
}
.grid__column .grid__column--is-five {
-webkit-box-flex: 0;
flex: 0 0 calc(41.66667% - 16px);
}
.grid__column .grid__column--is-five-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(41.66667% - 16px) !important;
}
.grid__column .grid__column--is-six {
-webkit-box-flex: 0;
flex: 0 0 calc(50% - 16px);
}
.grid__column .grid__column--is-six-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(50% - 16px) !important;
}
.grid__column .grid__column--is-seven {
-webkit-box-flex: 0;
flex: 0 0 calc(58.33333% - 16px);
}
.grid__column .grid__column--is-seven-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(58.33333% - 16px) !important;
}
.grid__column .grid__column--is-eight {
-webkit-box-flex: 0;
flex: 0 0 calc(66.66667% - 16px);
}
.grid__column .grid__column--is-eight-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(66.66667% - 16px) !important;
}
.grid__column .grid__column--is-nine {
-webkit-box-flex: 0;
flex: 0 0 calc(75% - 16px);
}
.grid__column .grid__column--is-nine-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(75% - 16px) !important;
}
.grid__column .grid__column--is-ten {
-webkit-box-flex: 0;
flex: 0 0 calc(83.33333% - 16px);
}
.grid__column .grid__column--is-ten-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(83.33333% - 16px) !important;
}
.grid__column .grid__column--is-eleven {
-webkit-box-flex: 0;
flex: 0 0 calc(91.66667% - 16px);
}
.grid__column .grid__column--is-eleven-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(91.66667% - 16px) !important;
}
.grid__column .grid__column--is-twelve {
-webkit-box-flex: 0;
flex: 0 0 calc(100% - 16px);
}
.grid__column .grid__column--is-twelve-mobile {
-webkit-box-flex: 0 !important;
flex: 0 0 calc(100% - 16px) !important;
}
.container {
margin: 0 auto;
padding-left: 24px;
padding-right: 24px;
width: 100%;
}
@media screen and (min-width: 769px) {
.container {
width: 1224px;
}
}
@media screen and (max-width: 414px) {
.container {
margin: 0;
padding-left: 16px;
padding-right: 16px;
width: calc(100% - 32px) !important;
}
.container--is-full-width-mobile {
margin: 0 !important;
padding: 0 !important;
width: 100vw !important;
}
}
.container--is-full-width {
max-width: 100vw !important;
padding: 0 !important;
width: 100vw !important;
}
.button.button--is-extra-small {
font-size: 12px;
padding: 4px;
}
.button.button--is-small {
font-size: 12px;
padding: 8px;
}
.button.button--is-large {
font-size: 16px;
padding: 20px;
}
.button.button--is-extra-large {
font-size: 20px;
padding: 32px;
}
.button__group {
align-content: center;
-webkit-box-align: center;
align-items: center;
align-self: center;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: center;
justify-content: center;
border: solid 1px #999;
border-radius: 4px;
overflow: hidden;
padding: 0;
}
.button__group.button {
border-radius: 0;
border-width: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.button__group.button__group {
border-width: 0.5px;
}
}
.buttons {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
overflow-x: scroll;
padding: 4px 0;
scroll-direction: horizontal;
}
.buttons .button:not(:last-child):not(.helper--is-full-width) {
margin-right: 12px;
}
.button {
align-content: center;
-webkit-box-align: center;
align-items: center;
align-self: center;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: center;
justify-content: center;
background-color: transparent;
background-position: center;
border: transparent solid 1px;
border-radius: 4px;
color: #1b78cd;
cursor: pointer;
float: left;
font-size: 16px;
font-weight: 600;
line-height: 22px;
max-width: auto;
outline: none;
padding: 8px 12px;
-webkit-transition: background-color 86ms ease-in, border-color 86ms ease-in, color 86ms ease-in, background 400ms;
transition: background-color 86ms ease-in, border-color 86ms ease-in, color 86ms ease-in, background 400ms;
width: auto;
}
.button__icon {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
width: 28px;
}
.button__icon svg path:not([fill]) {
fill: currentColor;
}
.button__text {
-webkit-box-flex: 1;
flex: 1;
flex-basis: 100%;
}
.button--has-content-center .button__text {
-webkit-box-flex: 0;
flex: 0;
flex-basis: 100%;
}
.button:hover {
background: #a3d5ff;
}
.button:focus {
background: #a3d5ff radial-gradient(circle, transparent 1%, #a3d5ff 1%) center/15000%;
}
.button:active {
background-size: 100%;
-webkit-transition: background 0s, border 0s;
transition: background 0s, border 0s;
}
.button:disabled, .button.button--is-disabled {
border-color: transparent;
color: #999;
cursor: default;
pointer-events: none;
}
.button.button--is-outline {
background-color: #fff;
border-color: #004abe;
box-shadow: none;
color: #004abe;
}
.button.button--is-outline:hover, .button.button--is-outline:focus, .button.button--is-outline:active {
border-color: #004abe;
color: #004abe;
}
.button.button--is-outline:disabled, .button.button--is-outline.button--is-disabled {
border-color: #ccc;
color: #999;
}
.button.button--is-link {
text-decoration: underline;
}
.button.button--is-primary {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background-color: #F66A26;
border-color: #F66A26;
color: #fff;
}
.button.button--is-primary:hover {
background: #f66A26;
}
.button.button--is-primary:focus {
background: #f66A26 radial-gradient(circle, transparent 1%, #F66A26 1%) center/15000%;
}
.button.button--is-primary:active {
background-size: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-primary:active.button--is-dragged {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.button.button--is-primary:disabled, .button.button--is-primary.button--is-disabled {
background-color: #ccc;
border-color: #ccc;
}
.button.button--is-primary.button--is-outline {
background-color: #fff;
border-color: #F66A26;
box-shadow: none;
color: #F66A26;
}
.button.button--is-primary.button--is-outline:hover {
background: #ffA240;
}
.button.button--is-primary.button--is-outline:focus {
background: #ffA240 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-primary.button--is-outline:active {
background-size: 100%;
border-color: #f66A26;
color: #f66A26;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-primary.button--is-outline:disabled, .button.button--is-primary.button--is-outline.button--is-disabled {
background-color: #fff;
border-color: #ccc;
color: #999;
}
.button.button--is-primary.button--is-link {
background-color: transparent;
color: #F66A26;
}
.button.button--is-primary.button--is-link:hover {
background-color: #ffA240;
}
.button.button--is-primary.button--is-link:focus {
background: #ffA240 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-primary.button--is-link:active {
background-size: 100%;
border-color: #f66A26;
color: #f66A26;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-secondary {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background-color: #1b78cd;
border-color: #1b78cd;
color: #fff;
}
.button.button--is-secondary:hover {
background: #1b78cd;
}
.button.button--is-secondary:focus {
background: #1b78cd radial-gradient(circle, transparent 1%, #1b78cd 1%) center/15000%;
}
.button.button--is-secondary:active {
background-size: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-secondary:active.button--is-dragged {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.button.button--is-secondary:disabled, .button.button--is-secondary.button--is-disabled {
background-color: #ccc;
border-color: #ccc;
}
.button.button--is-secondary.button--is-outline {
background-color: #fff;
border-color: #1b78cd;
box-shadow: none;
color: #1b78cd;
}
.button.button--is-secondary.button--is-outline:hover {
background: #a3d5ff;
}
.button.button--is-secondary.button--is-outline:focus {
background: #a3d5ff radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-secondary.button--is-outline:active {
background-size: 100%;
border-color: #1b78cd;
color: #1b78cd;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-secondary.button--is-outline:disabled, .button.button--is-secondary.button--is-outline.button--is-disabled {
background-color: #fff;
border-color: #ccc;
color: #999;
}
.button.button--is-secondary.button--is-link {
background-color: transparent;
color: #1b78cd;
}
.button.button--is-secondary.button--is-link:hover {
background-color: #a3d5ff;
}
.button.button--is-secondary.button--is-link:focus {
background: #a3d5ff radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-secondary.button--is-link:active {
background-size: 100%;
border-color: #1b78cd;
color: #1b78cd;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-danger {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background-color: #b3121b;
border-color: #b3121b;
color: #fff;
}
.button.button--is-danger:hover {
background: #b3121b;
}
.button.button--is-danger:focus {
background: #b3121b radial-gradient(circle, transparent 1%, #b3121b 1%) center/15000%;
}
.button.button--is-danger:active {
background-size: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-danger:active.button--is-dragged {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.button.button--is-danger:disabled, .button.button--is-danger.button--is-disabled {
background-color: #ccc;
border-color: #ccc;
}
.button.button--is-danger.button--is-outline {
background-color: #fff;
border-color: #b3121b;
box-shadow: none;
color: #b3121b;
}
.button.button--is-danger.button--is-outline:hover {
background: #f2242f;
}
.button.button--is-danger.button--is-outline:focus {
background: #f2242f radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-danger.button--is-outline:active {
background-size: 100%;
border-color: #b3121b;
color: #b3121b;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-danger.button--is-outline:disabled, .button.button--is-danger.button--is-outline.button--is-disabled {
background-color: #fff;
border-color: #ccc;
color: #999;
}
.button.button--is-danger.button--is-link {
background-color: transparent;
color: #b3121b;
}
.button.button--is-danger.button--is-link:hover {
background-color: #f2242f;
}
.button.button--is-danger.button--is-link:focus {
background: #f2242f radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-danger.button--is-link:active {
background-size: 100%;
border-color: #b3121b;
color: #b3121b;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-success {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background-color: #165623;
border-color: #165623;
color: #fff;
}
.button.button--is-success:hover {
background: #165623;
}
.button.button--is-success:focus {
background: #165623 radial-gradient(circle, transparent 1%, #165623 1%) center/15000%;
}
.button.button--is-success:active {
background-size: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-success:active.button--is-dragged {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.button.button--is-success:disabled, .button.button--is-success.button--is-disabled {
background-color: #ccc;
border-color: #ccc;
}
.button.button--is-success.button--is-outline {
background-color: #fff;
border-color: #165623;
box-shadow: none;
color: #165623;
}
.button.button--is-success.button--is-outline:hover {
background: #2aa843;
}
.button.button--is-success.button--is-outline:focus {
background: #2aa843 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-success.button--is-outline:active {
background-size: 100%;
border-color: #165623;
color: #165623;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-success.button--is-outline:disabled, .button.button--is-success.button--is-outline.button--is-disabled {
background-color: #fff;
border-color: #ccc;
color: #999;
}
.button.button--is-success.button--is-link {
background-color: transparent;
color: #165623;
}
.button.button--is-success.button--is-link:hover {
background-color: #2aa843;
}
.button.button--is-success.button--is-link:focus {
background: #2aa843 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-success.button--is-link:active {
background-size: 100%;
border-color: #165623;
color: #165623;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-warning {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background-color: #d79804;
border-color: #d79804;
color: #fff;
}
.button.button--is-warning:hover {
background: #a57403;
}
.button.button--is-warning:focus {
background: #a57403 radial-gradient(circle, transparent 1%, #d79804 1%) center/15000%;
}
.button.button--is-warning:active {
background-size: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-warning:active.button--is-dragged {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.button.button--is-warning:disabled, .button.button--is-warning.button--is-disabled {
background-color: #ccc;
border-color: #ccc;
}
.button.button--is-warning.button--is-outline {
background-color: #fff;
border-color: #d79804;
box-shadow: none;
color: #d79804;
}
.button.button--is-warning.button--is-outline:hover {
background: #fde4aa;
}
.button.button--is-warning.button--is-outline:focus {
background: #fcd578 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-warning.button--is-outline:active {
background-size: 100%;
border-color: #a57403;
color: #a57403;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-warning.button--is-outline:disabled, .button.button--is-warning.button--is-outline.button--is-disabled {
background-color: #fff;
border-color: #ccc;
color: #999;
}
.button.button--is-warning.button--is-link {
background-color: transparent;
color: #d79804;
}
.button.button--is-warning.button--is-link:hover {
background-color: #fde4aa;
}
.button.button--is-warning.button--is-link:focus {
background: #fcd578 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-warning.button--is-link:active {
background-size: 100%;
border-color: #a57403;
color: #a57403;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-facebook {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background-color: #4268b3;
border-color: #4268b3;
color: #fff;
}
.button.button--is-facebook:hover {
background: #3b5ba0;
}
.button.button--is-facebook:focus {
background: #3b5ba0 radial-gradient(circle, transparent 1%, #4268b3 1%) center/15000%;
}
.button.button--is-facebook:active {
background-size: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-facebook:active.button--is-dragged {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.button.button--is-facebook:disabled, .button.button--is-facebook.button--is-disabled {
background-color: #ccc;
border-color: #ccc;
}
.button.button--is-facebook.button--is-outline {
background-color: #fff;
border-color: #4268b3;
box-shadow: none;
color: #4268b3;
}
.button.button--is-facebook.button--is-outline:hover {
background: #d2dbee;
}
.button.button--is-facebook.button--is-outline:focus {
background: #adbde1 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-facebook.button--is-outline:active {
background-size: 100%;
border-color: #3b5ba0;
color: #3b5ba0;
-webkit-transition: background 0s;
transition: background 0s;
}
.button.button--is-facebook.button--is-outline:disabled, .button.button--is-facebook.button--is-outline.button--is-disabled {
background-color: #fff;
border-color: #ccc;
color: #999;
}
.button.button--is-facebook.button--is-link {
background-color: transparent;
color: #4268b3;
}
.button.button--is-facebook.button--is-link:hover {
background-color: #d2dbee;
}
.button.button--is-facebook.button--is-link:focus {
background: #adbde1 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.button.button--is-facebook.button--is-link:active {
background-size: 100%;
border-color: #3b5ba0;
color: #3b5ba0;
-webkit-transition: background 0s;
transition: background 0s;
}
.notification__content {
color: #1f1f1f;
-webkit-box-flex: 1;
flex: 1;
font-size: 14px;
font-weight: 400;
line-height: 1.1;
-webkit-transition: color 86ms ease-in;
transition: color 86ms ease-in;
}
.notification__close {
border: 0;
cursor: pointer;
padding: 0;
width: 28px;
}
.notification__close svg path:not([fill]) {
fill: currentColor;
}
.notification__container {
-webkit-box-align: center;
align-items: center;
background-color: #999;
border-radius: 4px;
box-sizing: border-box;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
max-width: 100%;
padding: 12px;
-webkit-transition: background-color 86ms ease-in, color 86ms ease-in, display 86ms ease-in;
transition: background-color 86ms ease-in, color 86ms ease-in, display 86ms ease-in;
}
.notification__container:hover {
background-color: #999;
}
.notification.notification--is-primary .notification__container {
background-color: #F66A26;
}
.notification.notification--is-primary .notification__content {
color: #fff;
}
.notification.notification--is-primary:hover {
background-color: #ffA240;
}
.notification.notification--is-primary svg path:not([fill]) {
fill: #fff !important;
}
.notification.notification--is-secondary .notification__container {
background-color: #1b78cd;
}
.notification.notification--is-secondary .notification__content {
color: #fff;
}
.notification.notification--is-secondary:hover {
background-color: #a3d5ff;
}
.notification.notification--is-secondary svg path:not([fill]) {
fill: #fff !important;
}
.notification.notification--is-danger .notification__container {
background-color: #b3121b;
}
.notification.notification--is-danger .notification__content {
color: #fff;
}
.notification.notification--is-danger:hover {
background-color: #f2242f;
}
.notification.notification--is-danger svg path:not([fill]) {
fill: #fff !important;
}
.notification.notification--is-success .notification__container {
background-color: #165623;
}
.notification.notification--is-success .notification__content {
color: #fff;
}
.notification.notification--is-success:hover {
background-color: #2aa843;
}
.notification.notification--is-success svg path:not([fill]) {
fill: #fff !important;
}
.notification.notification--is-warning .notification__container {
background-color: #d79804;
}
.notification.notification--is-warning .notification__content {
color: #fff;
}
.notification.notification--is-warning:hover {
background-color: #fde4aa;
}
.notification.notification--is-warning svg path:not([fill]) {
fill: #fff !important;
}
.notification.notification--is-facebook .notification__container {
background-color: #4268b3;
}
.notification.notification--is-facebook .notification__content {
color: #fff;
}
.notification.notification--is-facebook:hover {
background-color: #d2dbee;
}
.notification.notification--is-facebook svg path:not([fill]) {
fill: #fff !important;
}
.card {
box-sizing: border-box !important;
width: 100%;
}
.card--is-double-border {
border-width: 2px !important;
}
.card--is-primary {
border: solid 1px #F66A26 !important;
}
.card--is-secondary {
border: solid 1px #1b78cd !important;
}
.card--is-danger {
border: solid 1px #b3121b !important;
}
.card--is-success {
border: solid 1px #165623 !important;
}
.card--is-warning {
border: solid 1px #d79804 !important;
}
.card--is-facebook {
border: solid 1px #4268b3 !important;
}
.input {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
font-size: 16px;
font-weight: 400;
line-height: 24px;
position: relative;
width: 100%;
}
.input::after {
clear: both;
content: " ";
display: table;
}
.input:hover .input__marker {
background: #f9f9f9;
}
.input__marker {
background-color: #fff;
border: solid 2px #1b78cd;
border-radius: 50%;
height: 24px;
left: 0;
position: absolute;
top: 0;
width: 24px;
}
.input__marker:after {
content: " ";
display: none;
position: absolute;
}
.input.input__radio, .input.input__checkbox {
-moz-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
cursor: pointer;
display: block;
padding-left: 36px;
position: relative;
}
.input.input__radio input[type='checkbox'],
.input.input__radio input[type='radio'], .input.input__checkbox input[type='checkbox'],
.input.input__checkbox input[type='radio'] {
cursor: pointer;
opacity: 0;
position: absolute;
}
.input.input__radio:checked ~ .input__marker, .input.input__checkbox:checked ~ .input__marker {
background-color: #fff;
border-color: #1b78cd;
}
.input.input__radio:checked ~ .input__marker:after, .input.input__checkbox:checked ~ .input__marker:after {
display: block;
}
.input.input__radio:checked ~ .input__marker ~ .input__text, .input.input__checkbox:checked ~ .input__marker ~ .input__text {
font-weight: 700;
}
.input.input__radio .input__marker:after, .input.input__checkbox .input__marker:after {
background: #1b78cd;
border-radius: 50%;
height: 8px;
left: 6px;
top: 6px;
width: 8px;
}
.input.input__radio:hover input[type='radio'] ~ .input__marker:after, .input.input__checkbox:hover input[type='radio'] ~ .input__marker:after {
border-radius: 50%;
box-shadow: 0 0 0 6px #e6e6e6;
content: " ";
}
.input.input__checkbox .input__marker {
border-radius: 0;
}
.input.input__checkbox .input__marker:after {
background: #fff;
border: solid #1b78cd;
border-radius: 0;
border-width: 0 2px 2px 0;
height: 10px;
left: 7px;
top: 3px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 5px;
}
.tab {
background: inherit;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
height: 100%;
padding: 0;
width: 100%;
}
.tab--has-scroll {
overflow-x: auto;
}
.tab__item {
background-position: center;
border-bottom: transparent solid 2px;
color: #1f1f1f;
cursor: pointer;
-webkit-box-flex: 1;
flex-grow: 1;
flex-shrink: 0;
-webkit-box-pack: center;
justify-content: center;
margin: 0 4px -1px;
min-width: 150px;
overflow: hidden;
padding: 12px;
position: relative;
text-align: center;
-webkit-transition: background 400ms;
transition: background 400ms;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tab__item:hover, .tab__item:focus {
background: #ccc radial-gradient(circle, transparent 1%, #999 1%) center/15000%;
background-color: #999;
}
.tab__item:active {
background-size: 100%;
-webkit-transition: background 0s;
transition: background 0s;
}
.tab__item.tab--has-indicator {
background: #ccc;
border-bottom: #1b78cd solid 2px;
}
@media screen and (max-width: 414px) {
overflow-x: auto;
}
.collapse__title {
color: #1f1f1f;
-webkit-box-flex: 1;
flex: 1;
font-size: 14px;
font-weight: 400;
line-height: 1.1;
-webkit-transition: color 86ms ease-in;
transition: color 86ms ease-in;
}
.collapse__container {
box-sizing: border-box !important;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
border-radius: 4px;
cursor: pointer;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.collapse__content {
background-color: #e6e6e6;
border: 1px solid #999;
border-radius: 4px;
box-sizing: border-box;
font-size: 14px;
margin: 0 0 12px;
padding: 12px;
width: 100%;
}
.collapse__open {
background: #1f1f1f;
border: 0;
cursor: pointer;
margin-right: 12px;
padding: 0;
width: 14px;
}
.collapse__open::after {
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z"/></svg>');
}
.collapse__close {
background: #1f1f1f;
border: 0;
cursor: pointer;
margin-right: 12px;
padding: 0;
width: 14px;
}
.collapse__close::after {
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M8.12 14.71L12 10.83l3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 8.71c-.39-.39-1.02-.39-1.41 0L6.7 13.3c-.39.39-.39 1.02 0 192.168.127.12 1.03.39 1.42 0z"/></svg>');
}
.modal {
-webkit-box-align: center;
align-items: center;
background-color: rgba(10, 10, 10, 0.86);
bottom: 0;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 100;
}
.modal--is-hidden {
overflow: hidden;
}
@media screen and (max-width: 414px) {
.modal__container {
max-height: 100vh;
max-width: 100vw;
}
.modal--is-hidden {
display: none;
}
}
.modal__container {
background-color: #fff;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
overflow-y: hidden;
}
.modal__header {
position: relative;
}
.modal__body {
background-color: #fff;
max-height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.modal__footer {
position: relative;
}
@media screen and (max-width: 414px) {
.modal {
display: block;
height: 100%;
-webkit-transition: left 344ms ease-in;
transition: left 344ms ease-in;
width: 100%;
}
.modal--is-hidden {
left: -300vh;
right: auto;
}
.modal__container {
height: 100%;
width: 100%;
}
}
.panel {
background-color: #fff;
}
.panel__body {
display: none;
height: 0;
-webkit-transition: height 172ms ease-in;
transition: height 172ms ease-in;
}
.panel__arrow {
cursor: pointer;
}
.panel__arrow svg {
margin-right: -4px;
-webkit-transition: -webkit-transform 172ms ease-in;
transition: -webkit-transform 172ms ease-in;
transition: transform 172ms ease-in;
transition: transform 172ms ease-in, -webkit-transform 172ms ease-in;
}
.panel--is-open .panel__arrow svg {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.panel--is-open .panel__body {
display: block !important;
height: 100%;
}
.panel--has-description .panel__description {
display: block;
}
.panel--has-no-description .panel__description {
display: none !important;
}
.toggle {
background-color: #ccc;
border-radius: 8px;
cursor: pointer;
display: inline-block;
height: 16px;
overflow: hidden;
position: relative;
width: 32px;
}
.toggle__check {
cursor: pointer;
display: block;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 6;
}
.toggle input {
display: none;
}
.toggle.toggle--is-success input:checked ~ .toggle__track {
box-shadow: inset 0 0 0 24px #165623;
}
.toggle.toggle--is-danger input:checked ~ .toggle__track {
box-shadow: inset 0 0 0 24px #b3121b;
}
.toggle input:checked ~ .toggle__track {
box-shadow: inset 0 0 0 24px #1b78cd;
}
.toggle input:checked ~ .toggle__switch {
left: 18px;
right: 2px;
-webkit-transition: 172ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: 172ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition-delay: 172ms, 0s;
transition-delay: 172ms, 0s;
-webkit-transition-property: left, right;
transition-property: left, right;
}
.toggle__switch {
background-color: #fff;
border-radius: 12px;
bottom: 2px;
left: 2px;
position: absolute;
right: 18px;
top: 2px;
-webkit-transition: 172ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: 172ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition-delay: 0s, 172ms;
transition-delay: 0s, 172ms;
-webkit-transition-property: left, right;
transition-property: left, right;
z-index: 1;
}
.toggle__track {
border-radius: 12px;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transition: 172ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: 172ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.helper--has-tooltip {
position: ralative;
}
.helper--has-tooltip:hover + .tooltip,
.helper--has-tooltip:focus + .tooltip {
left: 50%;
opacity: 1;
pointer-events: inherit;
top: 0;
}
.tooltip {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
background: #808080;
border-radius: 4px;
color: #fff;
display: block;
font-size: 12px;
opacity: 0;
padding: 12px;
pointer-events: none;
position: absolute;
text-align: center;
z-index: 5;
}
.tooltip:after {
border-top: 4px solid #808080;
}
.tooltip:hover {
opacity: 1;
pointer-events: inherit;
}
.tooltip.tooltip--is-bottom:after {
border: 8px solid transparent;
border-top: 8px solid #808080;
bottom: -16px;
content: " ";
display: block;
height: 0;
left: calc(50% - 8px);
margin: 0 auto;
position: absolute;
width: 0;
}
.tooltip.tooltip--is-top:after {
border: 8px solid transparent;
border-bottom: 8px solid #808080;
content: '';
display: block;
height: 0;
left: calc(50% - 4px);
margin: 0 auto;
position: absolute;
top: -16px;
width: 0;
}
.tooltip.tooltip--is-right:after {
border: 8px solid transparent;
border-left: 8px solid #808080;
content: ' ';
display: block;
height: 0;
position: absolute;
right: -16px;
top: calc(50% - 8px);
width: 0;
}
.tooltip.tooltip--is-left:after {
border: 8px solid transparent;
border-right: 8px solid #808080;
content: ' ';
display: block;
height: 0;
left: -16px;
position: absolute;
top: calc(50% - 8px);
width: 0;
}
.loading {
background: rgba(250, 250, 250, 0.8);
height: 100%;
position: absolute;
top: 0;
width: 100%;
z-index: 101;
}
.loading__content {
-webkit-box-align: center;
align-items: center;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
height: 100%;
-webkit-box-pack: center;
justify-content: center;
width: 100%;
}
.loading__content > p {
color: #1f1f1f;
-webkit-box-flex: 0;
flex: 0;
margin-top: 12px;
text-align: center;
}
.loading__icon {
-webkit-box-flex: 0;
flex: 0;
}
.loading__icon > svg {
display: block;
height: 40px;
margin-left: -20px;
position: relative;
width: 40px;
}
.pricetag {
background: #ccc;
border: 0 solid #ccc;
border-bottom-width: 1px;
border-top-width: 1px;
color: #fff;
display: inline-block;
height: 24px;
line-height: 24px;
margin: 0;
padding: 0 12px;
position: relative;
white-space: nowrap;
}
.pricetag.pricetag--is-success {
background: #165623;
border: 0 solid #165623;
}
.pricetag.pricetag--is-success:before {
border-right: 12px solid #165623 !important;
}
.pricetag.pricetag--is-danger {
background: #b3121b;
border: 0 solid #b3121b;
}
.pricetag.pricetag--is-danger:before {
border-right: 12px solid #b3121b !important;
}
.pricetag.pricetag--is-primary {
background: #F66A26;
border: 0 solid #F66A26;
}
.pricetag.pricetag--is-primary:before {
border-right: 12px solid #1b78cd !important;
}
.pricetag.pricetag--is-secondary {
background: #1b78cd;
border: 0 solid #1b78cd;
}
.pricetag.pricetag--is-secondary:before {
border-right: 12px solid #1b78cd !important;
}
.pricetag:before {
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
border-top: 12px solid transparent;
content: " ";
font-size: 14px;
height: 0;
left: -12px;
line-height: 0;
position: absolute;
text-indent: 14px;
top: 0;
width: 0;
}
.hr {
background-color: #ccc;
border: 0;
height: 1px;
width: 100%;
}
.hr::after {
clear: both;
content: " ";
display: table;
}
.hr.hr--is-large {
height: 2px;
}
.hr.hr--is-dashed {
background-color: inherit !important;
border-top: dashed 1px #ccc !important;
height: 0 !important;
}
.hr.hr--is-dashed.hr--is-large {
border-top: dashed 2px #ccc !important;
}
.field {
margin: 0;
position: relative;
}
.field::after {
clear: both;
content: " ";
display: table;
}
.field__feedback {
color: #ccc;
display: block;
font-size: 12px;
font-weight: 400;
line-height: 16px;
margin: 4px 12px;
max-width: 100%;
}
.field svg {
height: 22px;
width: 22px;
}
.field svg path:not([fill]) {
fill: #ccc;
}
.field textarea {
resize: none;
}
.field input,
.field textarea {
background-color: #fff;
border: solid 1px #999;
border-radius: 4px;
color: #1f1f1f;
display: block;
font-size: 16px;
line-height: 22px;
outline: none;
padding: 8px 12px;
-webkit-transition: 172ms ease border, 172ms ease opacity, 172ms ease padding;
transition: 172ms ease border, 172ms ease opacity, 172ms ease padding;
width: 100%;
}
.field input:focus,
.field textarea:focus {
border-color: #1b78cd;
border-width: 2px;
opacity: 1;
padding: 7px 11px;
}
.field input:focus ~ label,
.field input:valid ~ label,
.field textarea:focus ~ label,
.field textarea:valid ~ label {
background: #fff;
color: #1b78cd;
font-size: 12px;
left: 10px;
line-height: 1;
padding: 2px;
top: -6px;
}
.field input[type='password'] {
letter-spacing: .25em;
}
.field label {
font-size: 16px;
font-weight: 400;
left: 12px;
pointer-events: none;
position: absolute;
top: 10px;
-webkit-transition: 172ms ease left, 172ms ease top;
transition: 172ms ease left, 172ms ease top;
}
.field.field--is-disabled input,
.field.field--is-disabled textarea {
border-color: #808080;
color: #333;
pointer-events: none;
}
.field.field--is-disabled ~ label {
color: #333;
}
.field.field--is-active input,
.field.field--is-active textarea {
border-color: #1b78cd;
}
.field.field--is-active ~ label {
color: #1b78cd;
}
.field.field--is-active .field__helper {
color: #1b78cd;
}
.field.field--is-danger input,
.field.field--is-danger textarea {
border-color: #b3121b;
}
.field.field--is-danger input:focus ~ label,
.field.field--is-danger input:valid ~ label,
.field.field--is-danger textarea:focus ~ label,
.field.field--is-danger textarea:valid ~ label {
color: #b3121b;
}
.field.field--is-danger .field__helper {
color: #b3121b;
}
.field.field--is-success input,
.field.field--is-success textarea {
border-color: #165623;
}
.field.field--is-success input:focus ~ label,
.field.field--is-success input:valid ~ label,
.field.field--is-success textarea:focus ~ label,
.field.field--is-success textarea:valid ~ label {
color: #165623;
}
.field.field--is-success .field__helper {
color: #165623;
}
.field.field--has-left-icon input,
.field.field--has-left-icon textarea {
padding-left: 40px;
}
.field.field--has-left-icon label {
left: 40px;
}
.field.field--has-left-icon .field__icon--is-left {
left: 12px;
}
.field.field--has-right-icon input,
.field.field--has-right-icon textarea {
padding-right: 40px;
}
.field.field--has-right-icon .field__icon--is-right {
right: 12px;
}
.field__icon {
position: absolute;
top: 10px;
}
.helper--has-scroll-horizontal {
overflow-x: scroll;
padding-bottom: 8px;
padding-top: 8px;
}
.helper--has-no-scroll {
overflow: hidden !important;
}
.helper--is-on-left {
float: left;
}
.helper--is-on-right {
float: right;
}
.helper--is-no-list-style {
list-style: none;
margin: 0;
padding: 0;
}
.helper--is-clearfix::after {
clear: both;
content: " ";
display: table;
}
.helper--is-block {
display: block;
}
.helper--is-inline {
display: inline;
}
.helper--is-relative {
position: relative;
}
.helper--has-pointer {
cursor: pointer;
}
.helper--is-full-width {
box-sizing: border-box !important;
width: 100% !important;
}
.helper--is-full-height {
height: 100% !important;
}
.helper--is-hidden {
display: none !important;
}
@media screen and (min-width: 769px) {
.helper--is-hidden-desktop {
display: none !important;
}
}
@media screen and (min-width: 415px) and (max-width: 768px) {
.helper--is-hidden-tablet {
display: none !important;
}
}
@media screen and (max-width: 414px) {
.helper--is-hidden-mobile {
display: none !important;
}
}
.helper--has-no-margin {
margin: 0 !important;
}
.helper--has-no-margin-left {
margin-left: 0 !important;
}
.helper--has-no-margin-right {
margin-right: 0 !important;
}
.helper--has-no-margin-top {
margin-top: 0 !important;
}
.helper--has-no-margin-bottom {
margin-bottom: 0 !important;
}
.helper--has-no-margin-vertical {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.helper--has-no-margin-horizontal {
margin-left: 0 !important;
margin-right: 0 !important;
}
.helper--has-margin {
margin: 12px !important;
}
.helper--has-margin-left {
margin-left: 12px !important;
}
.helper--has-margin-right {
margin-right: 12px !important;
}
.helper--has-margin-top {
margin-top: 12px !important;
}
.helper--has-margin-bottom {
margin-bottom: 12px !important;
}
.helper--has-margin-vertical {
margin-bottom: 12px !important;
margin-top: 12px !important;
}
.helper--has-margin-vertical-large {
margin-bottom: 20px !important;
margin-top: 20px !important;
}
.helper--has-margin-horizontal {
margin-left: 12px !important;
margin-right: 12px !important;
}
.helper--has-margin-horizontal-large {
margin-left: 20px !important;
margin-right: 20px !important;
}
@media screen and (min-width: 415px) and (max-width: 768px) {
.helper--has-no-margin-tablet {
margin: 0 !important;
}
.helper--has-no-margin-left-tablet {
margin-left: 0 !important;
}
.helper--has-no-margin-right-tablet {
margin-right: 0 !important;
}
.helper--has-no-margin-top-tablet {
margin-top: 0 !important;
}
.helper--has-no-margin-bottom-tablet {
margin-bottom: 0 !important;
}
.helper--has-no-margin-vertical-tablet {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.helper--has-no-margin-horizontal-tablet {
margin-left: 0 !important;
margin-right: 0 !important;
}
.helper--has-margin-tablet {
margin: 12px !important;
}
.helper--has-margin-left-tablet {
margin-left: 12px !important;
}
.helper--has-margin-right-tablet {
margin-right: 12px !important;
}
.helper--has-margin-top-tablet {
margin-top: 12px !important;
}
.helper--has-margin-bottom-tablet {
margin-bottom: 12px !important;
}
.helper--has-margin-vertical-tablet {
margin-bottom: 12px !important;
margin-top: 12px !important;
}
.helper--has-margin-horizontal-tablet {
margin-left: 12px !important;
margin-right: 12px !important;
}
}
@media screen and (max-width: 414px) {
.helper--has-no-margin-mobile {
margin: 0 !important;
}
.helper--has-no-margin-left-mobile {
margin-left: 0 !important;
}
.helper--has-no-margin-right-mobile {
margin-right: 0 !important;
}
.helper--has-no-margin-top-mobile {
margin-top: 0 !important;
}
.helper--has-no-margin-bottom-mobile {
margin-bottom: 0 !important;
}
.helper--has-no-margin-vertical-mobile {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.helper--has-no-margin-horizontal-mobile {
margin-left: 0 !important;
margin-right: 0 !important;
}
.helper--has-margin-mobile {
margin: 12px !important;
}
.helper--has-margin-left-mobile {
margin-left: 12px !important;
}
.helper--has-margin-right-mobile {
margin-right: 12px !important;
}
.helper--has-margin-top-mobile {
margin-top: 12px !important;
}
.helper--has-margin-bottom-mobile {
margin-bottom: 12px !important;
}
.helper--has-margin-vertical-mobile {
margin-bottom: 12px !important;
margin-top: 12px !important;
}
.helper--has-margin-horizontal-mobile {
margin-left: 12px !important;
margin-right: 12px !important;
}
}
.helper--has-no-gap {
padding: 0 !important;
}
.helper--has-gap {
padding: 12px !important;
}
.helper--has-gap-left {
padding-left: 12px !important;
}
.helper--has-gap-right {
padding-right: 12px !important;
}
.helper--has-gap-top {
padding-top: 12px !important;
}
.helper--has-gap-bottom {
padding-bottom: 12px !important;
}
.helper--has-gap-vertical {
padding-bottom: 12px !important;
padding-top: 12px !important;
}
.helper--has-gap-horizontal {
padding-left: 12px !important;
padding-right: 12px !important;
}
@media screen and (min-width: 415px) and (max-width: 768px) {
.helper--has-no-gap-tablet {
padding: 0 !important;
}
.helper--has-gap-tablet {
padding: 12px !important;
}
.helper--has-gap {
padding: 12px !important;
}
.helper--has-gap-left-tablet {
padding-left: 12px !important;
}
.helper--has-gap-right-tablet {
padding-right: 12px !important;
}
.helper--has-gap-top-tablet {
padding-top: 12px !important;
}
.helper--has-gap-bottom-tablet {
padding-bottom: 12px !important;
}
.helper--has-gap-vertical-tablet {
padding-bottom: 12px !important;
padding-top: 12px !important;
}
.helper--has-gap-horizontal-tablet {
padding-left: 12px !important;
padding-right: 12px !important;
}
}
@media screen and (max-width: 414px) {
.helper--has-no-gap-mobile {
padding: 0 !important;
}
.helper--has-gap-mobile {
padding: 12px !important;
}
.helper--has-gap {
padding: 12px !important;
}
.helper--has-gap-left-mobile {
padding-left: 12px !important;
}
.helper--has-gap-right-mobile {
padding-right: 12px !important;
}
.helper--has-gap-top-mobile {
padding-top: 12px !important;
}
.helper--has-gap-bottom-mobile {
padding-bottom: 12px !important;
}
.helper--has-gap-vertical-mobile {
padding-bottom: 12px !important;
padding-top: 12px !important;
}
.helper--has-gap-horizontal-mobile {
padding-left: 12px !important;
padding-right: 12px !important;
}
}
@media screen and (max-width: 414px) {
.helper--has-no-border-radius-mobile {
border-radius: 0 !important;
}
}
.helper--has-border {
border: solid 1px #ccc;
}
.helper--has-border--has-border-large {
border-width: 2px;
}
.helper--has-border-left {
border-left-style: solid;
border-left-width: 1px;
}
.helper--has-border-left-large {
border-left-width: 2px;
}
.helper--has-border-right {
border-right-width: 1px;
}
.helper--has-border-right-large {
border-right-width: 2px;
}
.helper--has-border-dashed {
border-bottom: dashed 1px #ccc !important;
height: 0 !important !important;
width: 100%;
}
.helper--has-border-primary {
border-color: #F66A26;
}
.helper--has-border-secondary {
border-color: #1b78cd;
}
.helper--has-border-danger {
border-color: #b3121b;
}
.helper--has-border-success {
border-color: #165623;
}
.helper--has-border-warning {
border-color: #d79804;
}
.helper--has-border-facebook {
border-color: #4268b3;
}
.helper--has-no-border {
border-width: 0 !important;
}
.helper--has-border-radius {
border-radius: 4px !important;
}
.helper--has-no-radius {
border-radius: 0 !important;
}
.helper--has-text-subititle {
font-size: 16px;
font-weight: 14px;
letter-spacing: .15px;
}
.helper--has-text-caption {
font-size: 12px;
font-weight: 14px;
letter-spacing: .4px;
}
.helper--has-text-overline {
font-size: 12px;
font-weight: 14px;
letter-spacing: 2px;
text-transform: uppercase;
}
.helper--has-text-link {
color: #1b78cd !important;
font-size: 14px !important;
font-weight: 700 !important;
line-height: 20px;
-webkit-text-decoration: underline #1b78cd !important;
text-decoration: underline #1b78cd !important;
}
.helper--has-text-light {
font-weight: 300 !important;
}
.helper--has-text-regular {
font-weight: 400 !important;
}
.helper--has-text-semibold {
font-weight: 600 !important;
}
.helper--has-text-bold {
font-weight: 700 !important;
}
.helper--has-text-extra-small {
font-size: 12px !important;
line-height: 16px !important;
}
.helper--has-text-small {
font-size: 12px !important;
line-height: 16px !important;
}
.helper--has-text-large {
font-size: 16px !important;
line-height: 22px !important;
}
.helper--has-text-extra-large {
font-size: 20px !important;
line-height: 27px !important;
}
.helper--has-text-base-line {
line-height: 1 !important;
}
.helper--has-text-left {
text-align: left;
}
.helper--has-text-center {
text-align: center;
}
.helper--has-text-right {
text-align: right;
}
.helper--has-text-justify {
text-align: justify;
}
.helper--has-text-upper {
text-transform: uppercase;
}
.helper--has-text-truncated {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.helper--has-text-white {
color: #fff !important;
}
.helper--has-text-grey-one {
color: #f9f9f9 !important;
}
.helper--has-text-grey-two {
color: #e6e6e6 !important;
}
.helper--has-text-grey-three {
color: #ccc !important;
}
.helper--has-text-grey-four {
color: #999 !important;
}
.helper--has-text-grey-five {
color: #808080 !important;
}
.helper--has-text-grey-six {
color: #808080 !important;
}
.helper--has-text-grey-seven {
color: #333 !important;
}
.helper--has-text-grey-eight {
color: #1f1f1f !important;
}
.helper--has-text-black {
color: #1f1f1f !important;
}
.helper--has-text-primary {
color: #F66A26 !important;
}
.helper--has-text-secondary {
color: #1b78cd !important;
}
.helper--has-text-danger {
color: #b3121b !important;
}
.helper--has-text-success {
color: #165623 !important;
}
.helper--has-text-warning {
color: #d79804 !important;
}
.helper--has-text-facebook {
color: #4268b3 !important;
}
.helper--has-shadow {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.12);
}
.helper--has-shadow-large {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.helper--has-shadow-large-top {
box-shadow: 4px 0 8px rgba(0, 0, 0, 0.12);
}
.helper--has-no-shadow {
box-shadow: none !important;
}
.helper--has-background-primary {
background-color: #F66A26 !important;
}
.helper--has-background-secondary {
background-color: #1b78cd !important;
}
.helper--has-background-danger {
background-color: #b3121b !important;
}
.helper--has-background-success {
background-color: #165623 !important;
}
.helper--has-background-warning {
background-color: #d79804 !important;
}
.helper--has-background-facebook {
background-color: #4268b3 !important;
}
.helper--has-background-white {
background-color: #fff !important;
}
.helper--has-background-grey-one {
background-color: #f9f9f9 !important;
}
.helper--has-background-grey-two {
background-color: #e6e6e6 !important;
}
.helper--has-background-grey-three {
background-color: #ccc !important;
}
.helper--has-background-grey-four {
background-color: #999 !important;
}
.helper--has-background-grey-five {
background-color: #808080 !important;
}
.helper--has-background-grey-six {
background-color: #808080 !important;
}
.helper--has-background-grey-seven {
background-color: #333 !important;
}
.helper--has-background-grey-eight {
background-color: #1f1f1f !important;
}
.helper--has-background-success-one {
background-color: #2aa843 !important;
}
.helper--has-background-success-two {
background-color: #2aa843 !important;
}
.helper--has-background-success-three {
background-color: #207f33 !important;
}
.helper--has-background-success-four {
background-color: #207f33 !important;
}
.helper--has-background-success-five {
background-color: #165623 !important;
}
.helper--has-background-success-six {
background-color: #165623 !important;
}
.helper--has-background-success-seven {
background-color: #0B2E12 !important;
}
.helper--has-background-success-eight {
background-color: #0B2E12 !important;
}
/*# sourceMappingURL=venom.css.map */ | 0.449393 | 0.283261 |
body {
background-color: #000;
background-size: cover;
margin: 0 auto;
width: 100%;
font-family:"Work Sans";
}
.card-container{
background-repeat: no-repeat;
background-size: auto;
height: 400px;
}
.game-status {
border-bottom: solid 1px gray;
font-size: larger;
display: flex;
padding: 40px;
text-align: center;;
flex-direction: column;
justify-content: space-around;
color: #82A3C0;
}
.scrollable-list {
background-color: black;
color: white;
padding-top: 20px;
height: 350px;
overflow-y:scroll;
}
.bottom-info {
bottom: 0;
align: center;
position: fixed;
width: 100%;
max-width: 600px;
text-align: center
}
#render-target {
margin-left: auto;
margin-right: auto;
max-width: 600px;
}
/* star field */
#space, .stars {
overflow: hidden;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.stars {
background-image:
radial-gradient(2px 2px at 20px 30px, #eee, rgba(0,0,0,0)),
radial-gradient(2px 2px at 40px 70px, #fff, rgba(0,0,0,0)),
radial-gradient(2px 2px at 50px 160px, #ddd, rgba(0,0,0,0)),
radial-gradient(2px 2px at 90px 40px, #fff, rgba(0,0,0,0)),
radial-gradient(2px 2px at 130px 80px, #fff, rgba(0,0,0,0)),
radial-gradient(2px 2px at 160px 120px, #ddd, rgba(0,0,0,0));
background-repeat: repeat;
background-size: 200px 200px;
animation: zoom 5s infinite;
opacity: 0;
}
.stars:nth-child(1) {
background-position: 50% 50%;
animation-delay: 0s;
}
.stars:nth-child(2) {
background-position: 20% 60%;
animation-delay: 1s;
}
.stars:nth-child(3) {
background-position: -20% -30%;
animation-delay: 2s;
}
.stars:nth-child(4) {
background-position: 40% -80%;
animation-delay: 3s;
}
.stars:nth-child(5) {
background-position: -20% 30%;
animation-delay: 4s;
}
@keyframes zoom {
0% {
opacity: 0;
transform: scale(0.5);
animation-timing-function: ease-in;
}
85% {
opacity: 1;
transform: scale(2.8);
animation-timing-function: linear;
}
100% {
opacity: 0;
transform: scale(3.5);
}
} | client/main.css | body {
background-color: #000;
background-size: cover;
margin: 0 auto;
width: 100%;
font-family:"Work Sans";
}
.card-container{
background-repeat: no-repeat;
background-size: auto;
height: 400px;
}
.game-status {
border-bottom: solid 1px gray;
font-size: larger;
display: flex;
padding: 40px;
text-align: center;;
flex-direction: column;
justify-content: space-around;
color: #82A3C0;
}
.scrollable-list {
background-color: black;
color: white;
padding-top: 20px;
height: 350px;
overflow-y:scroll;
}
.bottom-info {
bottom: 0;
align: center;
position: fixed;
width: 100%;
max-width: 600px;
text-align: center
}
#render-target {
margin-left: auto;
margin-right: auto;
max-width: 600px;
}
/* star field */
#space, .stars {
overflow: hidden;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.stars {
background-image:
radial-gradient(2px 2px at 20px 30px, #eee, rgba(0,0,0,0)),
radial-gradient(2px 2px at 40px 70px, #fff, rgba(0,0,0,0)),
radial-gradient(2px 2px at 50px 160px, #ddd, rgba(0,0,0,0)),
radial-gradient(2px 2px at 90px 40px, #fff, rgba(0,0,0,0)),
radial-gradient(2px 2px at 130px 80px, #fff, rgba(0,0,0,0)),
radial-gradient(2px 2px at 160px 120px, #ddd, rgba(0,0,0,0));
background-repeat: repeat;
background-size: 200px 200px;
animation: zoom 5s infinite;
opacity: 0;
}
.stars:nth-child(1) {
background-position: 50% 50%;
animation-delay: 0s;
}
.stars:nth-child(2) {
background-position: 20% 60%;
animation-delay: 1s;
}
.stars:nth-child(3) {
background-position: -20% -30%;
animation-delay: 2s;
}
.stars:nth-child(4) {
background-position: 40% -80%;
animation-delay: 3s;
}
.stars:nth-child(5) {
background-position: -20% 30%;
animation-delay: 4s;
}
@keyframes zoom {
0% {
opacity: 0;
transform: scale(0.5);
animation-timing-function: ease-in;
}
85% {
opacity: 1;
transform: scale(2.8);
animation-timing-function: linear;
}
100% {
opacity: 0;
transform: scale(3.5);
}
} | 0.586168 | 0.09899 |
body {
font-family: 'CMS', 'Droid Sans', Helvetica, Arial, sans-serif;
font-size: 18px;
letter-spacing: -0.02rem;
line-height: 1.5;
text-align: left
}
@media only screen and (min-width:768px) {
body {
text-align: justify
}
}
h1 {
font-family: 'CMS', 'Droid Serif', Georgia, Times, serif;
font-size: 300%;
line-height: 65px;
text-align: left
}
h2 {
font-size: 150%;
font-weight: bold;
text-align: left;
margin-top: 40px;
margin-bottom: 20px
}
h3 {
font-size: 115%;
font-weight: bold;
text-align: left;
margin-top: 30px;
margin-bottom: 20px
}
h4 {
font-weight: bold;
text-align: left;
margin-top: 30px;
margin-bottom: 10px
}
div.info {
color: #555;
font-style: italic
}
#full-screen-background-image {
z-index: -999;
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0
}
blockquote {
background: rgb(245, 245, 245) url("../images/quoteblock.png") no-repeat left top;
font-family: 'CMSS';
margin-left: 18px;
font-size: 18px;
padding: 6px 20px 6px 54px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px
}
pre {
margin-left: 18px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: none;
white-space: pre-wrap;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word
}
a:link {
color: rgb(109, 109, 109)
}
a:visited {
color: rgb(109, 109, 109)
}
a:hover {
color: rgb(109, 109, 109)
}
a:active {
color: rgb(109, 109, 109)
}
nav {
font-size: 20px
}
#footnotediv {
font-size: 90%;
color: #5f5f5f;
background-color: white;
padding: 3px 12px;
border: 1px solid #CDBBB5;
box-shadow: #555 0 0 10px;
-webkit-box-shadow: #555 0 0 10px;
-moz-box-shadow: 0 0 10px #555;
text-align: left
}
.footnotes {
text-align: left
}
.centerimgcontainer {
width: 350px;
height: auto;
margin: 30px auto 0px;
display: block
}
.bigcenterimgcontainer {
width: 70%;
height: auto;
margin: 30px auto;
display: block
}
.floatrightimgcontainer {
width: 200px;
height: auto;
margin: 0px 0px 30px 30px;
float: right
}
.spaceafterimg {
display: block;
height: 12px
}
img {
width: 100%;
height: auto;
margin: 10px auto
}
.caption {
font-size: 95%;
text-align: center
}
.mathbox {
width: 100%;
height: 500px
}
iframe {
border: none;
overflow: hidden
}
@page {
margin: 2cm;
margin-bottom: 0.5cm;
orphans: 3;
widows: 3;
}
@page :first {
margin-top: 6cm;
}
@page :left {
margin-left: 4cm;
}
@page :right {
margin-right: 4cm;
}
@media print {
h1,
h2,
h3 {
page-break-after: avoid;
}
body {
text-align: justify;
font-family: 'CMS', 'Droid Sans', Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 25px;
}
#footer {
display: none;
}
} | posts/Draw/temp.css | body {
font-family: 'CMS', 'Droid Sans', Helvetica, Arial, sans-serif;
font-size: 18px;
letter-spacing: -0.02rem;
line-height: 1.5;
text-align: left
}
@media only screen and (min-width:768px) {
body {
text-align: justify
}
}
h1 {
font-family: 'CMS', 'Droid Serif', Georgia, Times, serif;
font-size: 300%;
line-height: 65px;
text-align: left
}
h2 {
font-size: 150%;
font-weight: bold;
text-align: left;
margin-top: 40px;
margin-bottom: 20px
}
h3 {
font-size: 115%;
font-weight: bold;
text-align: left;
margin-top: 30px;
margin-bottom: 20px
}
h4 {
font-weight: bold;
text-align: left;
margin-top: 30px;
margin-bottom: 10px
}
div.info {
color: #555;
font-style: italic
}
#full-screen-background-image {
z-index: -999;
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0
}
blockquote {
background: rgb(245, 245, 245) url("../images/quoteblock.png") no-repeat left top;
font-family: 'CMSS';
margin-left: 18px;
font-size: 18px;
padding: 6px 20px 6px 54px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px
}
pre {
margin-left: 18px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: none;
white-space: pre-wrap;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word
}
a:link {
color: rgb(109, 109, 109)
}
a:visited {
color: rgb(109, 109, 109)
}
a:hover {
color: rgb(109, 109, 109)
}
a:active {
color: rgb(109, 109, 109)
}
nav {
font-size: 20px
}
#footnotediv {
font-size: 90%;
color: #5f5f5f;
background-color: white;
padding: 3px 12px;
border: 1px solid #CDBBB5;
box-shadow: #555 0 0 10px;
-webkit-box-shadow: #555 0 0 10px;
-moz-box-shadow: 0 0 10px #555;
text-align: left
}
.footnotes {
text-align: left
}
.centerimgcontainer {
width: 350px;
height: auto;
margin: 30px auto 0px;
display: block
}
.bigcenterimgcontainer {
width: 70%;
height: auto;
margin: 30px auto;
display: block
}
.floatrightimgcontainer {
width: 200px;
height: auto;
margin: 0px 0px 30px 30px;
float: right
}
.spaceafterimg {
display: block;
height: 12px
}
img {
width: 100%;
height: auto;
margin: 10px auto
}
.caption {
font-size: 95%;
text-align: center
}
.mathbox {
width: 100%;
height: 500px
}
iframe {
border: none;
overflow: hidden
}
@page {
margin: 2cm;
margin-bottom: 0.5cm;
orphans: 3;
widows: 3;
}
@page :first {
margin-top: 6cm;
}
@page :left {
margin-left: 4cm;
}
@page :right {
margin-right: 4cm;
}
@media print {
h1,
h2,
h3 {
page-break-after: avoid;
}
body {
text-align: justify;
font-family: 'CMS', 'Droid Sans', Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 25px;
}
#footer {
display: none;
}
} | 0.308086 | 0.086362 |
html, body {
font: 20px/2 "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Microsoft Yahei","Helvetica Neue","Helvetica","Arial",sans-serif;
color: #333;
height: 100%;
}
body {
background-color: #f0f2f5;
}
.di-avatar {
width: 32px;
height: 32px;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 0 .5px .5px rgba(0, 0, 0, .1);
margin: 16px;
cursor: pointer;
}
.container {
min-height: calc(100vh - 64px);
width: 100%;
margin: 0;
padding: 20px;
padding-bottom: 140px;
box-sizing: border-box;
}
.container .row {
margin: 0;
}
.btn {
transition: background-color .25s, color .25s;
outline: none;
}
.panel {
border-radius: 2px;
border: none;
}
.panel .panel-heading {
height: 60px;
padding: 20px;
color: #041527;
border: none;
background-color: white;
box-shadow: inset 0 -1px 0 #f0f0f0;
}
.panel .panel-body {
padding: 20px;
}
.panel .panel-title a {
transition: color .25s;
text-decoration: none;
}
.panel .panel-title a:hover {
color: #4b84ee;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
border: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body .table-bordered th,
.panel-default>.panel-heading+.panel-collapse>.panel-body .table-bordered td {
border: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body .table-bordered .col-lg-2 {
text-align: right;
padding-right: 1rem;
font-size: .8rem;
}
.panel.panel-primary .well.well-sm {
margin-left: 17.5vw;
}
textarea.form-control {
resize: vertical;
min-height: 2rem;
}
@media screen and (min-width: 1365px) {
/* Navbar */
.navbar {
min-height: 64px;
max-height: 64px;
margin-bottom: 0;
}
.navbar-inverse {
background: white;
box-shadow: 0 1px 4px #00152914;
border: none;
}
.navbar-inverse .navbar-nav {
margin-left: 20px;
}
.navbar-inverse .navbar-nav>li>a {
font-size: .8rem;
color: #041527;
margin: 12px 6px;
transition: all .25s;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
.navbar-nav>li>a:hover, .navbar-nav>li>a:active {
border-color: #4b84ee;
}
.navbar-brand {
min-width: 200px;
height: 64px;
padding-top: 12px;
padding-bottom: 12px;
background-color: #041527!important;
}
.navbar-inverse .navbar-right>li>a {
color: rgba(0, 0, 0, .85);
}
/* Menu */
.dropdown-menu {
display: block;
padding: 0;
overflow: hidden;
border: none;
box-shadow: 0 2px 4px #00152942;
transition: all .25s;
opacity: 0;
transform-origin: center top;
transform: scaleY(0);
}
.dropdown-menu>li>a {
display: flex;
align-items: center;
min-height: 40px;
transition: all .25s;
padding: 0 16px;
}
.btn-group.open>.dropdown-menu,
.form-search.open>.dropdown-menu,
.dropdown:hover>.dropdown-menu,
.dropdown.open>.dropdown-menu {
opacity: 1;
transform: scaleY(1.0);
}
.list-container .pagination-container .dropdown-menu {
min-width: 91.5px;
}
/* Search */
.form-search .dropdown-toggle {
transition: all .25s;
background-color: transparent;
border-radius: 2px;
}
.form-search .dropdown-toggle:hover {
color: #4b84ee!important;
box-shadow: inset 0 0 0 1px #4b84ee;
}
.form-search .dropdown-toggle .fa-filter {
transition: all .25s;
color: #041527;
}
.form-search .dropdown-toggle:hover .fa-filter {
color: #4b84ee;
}
.form-search .dropdown-menu {
top: -19px;
right: 5px;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
background-color: #f0f2f5!important;
}
/* List */
.list-search-container .dropdown-toggle {
top: -40px;
}
.list-container .list-add-action {
top: -40px;
right: 20px;
height: 20px;
display: flex;
align-items: center;
}
#MyUserRemoteUserModelView .list-add-action .btn.btn-sm,
.list-container .list-add-action .btn.btn-sm {
color: #041527;
background-color: transparent;
box-shadow: none;
border: none;
font-size: 16px;
padding: 0 6px;
transition: all .25s;
}
.list-container .list-add-action .btn:hover {
color: #4b84ee;
}
/* Paging */
#MyUserRemoteUserModelView .pagination-container,
.list-container .pagination-container {
padding-bottom: 0;
font-size: 14px;
line-height: 24px;
font-weight: normal;
}
.list-container .pagination-container strong {
font-weight: normal;
}
.list-container .pagination-container .btn-default {
transition: all .25s;;
}
.list-container .pagination-container .btn-default:hover {
background-color: transparent;
border-color: #4b84ee;
}
.btn-group.open .dropdown-toggle {
box-shadow: none!important;
}
/* Filter */
.list-container .filters-container .filters {
margin-bottom: 8px;
}
.list-container .filter-action {
margin: 0;
padding: 0 0 28px;
/* text-align: right; */
}
.list-container .filter-action .btn {
min-height: 30px;
line-height: 1.5rem;
margin-right: 8px;
}
.list-container .filter-op.my_select2 {
width: 100%;
}
.list-container .select2-container .select2-choice {
min-height: 2rem;
}
.list-container .select2-container .select2-arrow b {
background-position-y: 8px;
}
.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input {
padding: 10.5px 20px;
}
.select2-results .select2-result-label {
font-size: 14px;
}
.form-actions-container .dropdown-toggle .caret {
margin-left: 10px;
}
.form-actions-container .dropdown-menu .fa {
margin-right: 10px;
}
.select2-search input {
font-size: .75rem;
background-image: url(/static/appbuilder/select2/search.png)!important;
background-position: right 3px center!important;
background-size: 16px auto!important;
}
/* Table */
.table.table-bordered {
border: none;
}
.table>thead>tr>th {
padding: 10px;
background-color: #fafafa;
border: none;
font-size: 18px;
height: 45px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
/* border-bottom: 1px solid #f0f0f0; */
}
.table>thead>tr>th>a {
display: block;
color: #4b84ee;
transition: all .25s;
}
.table>thead>tr>th>a:hover {
color: #134fb8;
text-decoration: none;
}
.table .sort-icon {
width: 16px;
height: 24px;
margin-left: .3em;
display: flex;
flex-flow: column;
font-size: 12px;
transform: scale(0.8, 0.8);
}
.table>tbody>tr>td {
font-size: 14px;
max-width: 50vw;
/* word-break: break-all; */
}
.table-hover>tbody>tr {
transition: background-color .5s;
}
.table-hover>tbody>tr:hover {
background-color: #fafafa;
}
.table-hover>tbody>tr>td {
border: none;
border-top: 1px solid #f0f0f0;
height: 50px;
line-height: 30px;
}
.tab-pane:after {
content: '.';
clear: both;
display: block;
width: 0;
height: 0;
visibility: hidden;
}
/* Form */
#model_form, #MyUserRemoteUserModelView {
padding: 20px;
}
#model_form .table tr {
box-shadow: inset 0 -1px #f0f0f0;
}
#model_form .table td {
border: none;
}
#model_form .table .col-lg-2 {
text-align: right;
}
#model_form .table .col-lg-2 label {
min-height: 40px;
line-height: 2rem;
}
#model_form .well.well-sm {
margin-left: 16.1vw;
}
.panel.panel-primary .well .btn,
#model_form .well .btn {
min-height: 40px;
min-width: 40px;
line-height: 30px;
}
#model_form .well .btn-primary {
min-width: 120px;
}
#model_form input[type="radio"], #model_form input[type="checkbox"] {
width: 1.5rem;
height: 1.5rem;
margin-top: 5px;
cursor: pointer;
}
#model_form .select2-container.form-control {
width: 100%!important;
}
#model_form .select2-container .select2-choice > .select2-chosen {
padding: 9px 20px 9px 10px;
}
#model_form .select2-container .select2-arrow b {
background-position-y: 6px;
}
#model_form .select2-search input {
height: 40px!important;
}
#model_form .select2-container .select2-choice,
#model_form .select2-container-multi .select2-choices .select2-search-field input {
min-height: 40px;
}
.select2-container-multi .select2-choices .select2-search-choice {
min-height: 30px;
line-height: 1rem;
font-size: .7rem;
}
/* Well */
.well {
margin: 0 20px;
padding: 20px;
border: none;
border-radius: 2px;
background-color: #fafafa;
box-shadow: inset 0 0 1px #d9d9d9;
}
.well.well-sm {
padding: 10px 0;
background-color: white;
box-shadow: none;
}
}
/* Other */
.collapse.in {
display:block;
overflow: visible;
}
.panel-group .panel {
overflow: visible;
}
/* Wrapper for page content to push down footer */
.wrap {
min-height: 100%;
height: auto !important;
height: 100%;
}
.fixed-footer{
background-color: #f5f5f5;
bottom:0;
left:0;
right:0;
width:100%;
margin:auto;
}
th.action_checkboxes {
width: 1%;
}
.cursor-hand {
cursor: pointer;
cursor: hand;
}
.img-select {
outline: 2px solid;
}
.img-unselect {
outline: 1px solid;
}
.fa-black {
color: black;
}
.btn.filter {
text-align: left;
} | myapp/static/appbuilder/css/ab_light.css | html, body {
font: 20px/2 "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Microsoft Yahei","Helvetica Neue","Helvetica","Arial",sans-serif;
color: #333;
height: 100%;
}
body {
background-color: #f0f2f5;
}
.di-avatar {
width: 32px;
height: 32px;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 0 .5px .5px rgba(0, 0, 0, .1);
margin: 16px;
cursor: pointer;
}
.container {
min-height: calc(100vh - 64px);
width: 100%;
margin: 0;
padding: 20px;
padding-bottom: 140px;
box-sizing: border-box;
}
.container .row {
margin: 0;
}
.btn {
transition: background-color .25s, color .25s;
outline: none;
}
.panel {
border-radius: 2px;
border: none;
}
.panel .panel-heading {
height: 60px;
padding: 20px;
color: #041527;
border: none;
background-color: white;
box-shadow: inset 0 -1px 0 #f0f0f0;
}
.panel .panel-body {
padding: 20px;
}
.panel .panel-title a {
transition: color .25s;
text-decoration: none;
}
.panel .panel-title a:hover {
color: #4b84ee;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
border: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body .table-bordered th,
.panel-default>.panel-heading+.panel-collapse>.panel-body .table-bordered td {
border: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body .table-bordered .col-lg-2 {
text-align: right;
padding-right: 1rem;
font-size: .8rem;
}
.panel.panel-primary .well.well-sm {
margin-left: 17.5vw;
}
textarea.form-control {
resize: vertical;
min-height: 2rem;
}
@media screen and (min-width: 1365px) {
/* Navbar */
.navbar {
min-height: 64px;
max-height: 64px;
margin-bottom: 0;
}
.navbar-inverse {
background: white;
box-shadow: 0 1px 4px #00152914;
border: none;
}
.navbar-inverse .navbar-nav {
margin-left: 20px;
}
.navbar-inverse .navbar-nav>li>a {
font-size: .8rem;
color: #041527;
margin: 12px 6px;
transition: all .25s;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
.navbar-nav>li>a:hover, .navbar-nav>li>a:active {
border-color: #4b84ee;
}
.navbar-brand {
min-width: 200px;
height: 64px;
padding-top: 12px;
padding-bottom: 12px;
background-color: #041527!important;
}
.navbar-inverse .navbar-right>li>a {
color: rgba(0, 0, 0, .85);
}
/* Menu */
.dropdown-menu {
display: block;
padding: 0;
overflow: hidden;
border: none;
box-shadow: 0 2px 4px #00152942;
transition: all .25s;
opacity: 0;
transform-origin: center top;
transform: scaleY(0);
}
.dropdown-menu>li>a {
display: flex;
align-items: center;
min-height: 40px;
transition: all .25s;
padding: 0 16px;
}
.btn-group.open>.dropdown-menu,
.form-search.open>.dropdown-menu,
.dropdown:hover>.dropdown-menu,
.dropdown.open>.dropdown-menu {
opacity: 1;
transform: scaleY(1.0);
}
.list-container .pagination-container .dropdown-menu {
min-width: 91.5px;
}
/* Search */
.form-search .dropdown-toggle {
transition: all .25s;
background-color: transparent;
border-radius: 2px;
}
.form-search .dropdown-toggle:hover {
color: #4b84ee!important;
box-shadow: inset 0 0 0 1px #4b84ee;
}
.form-search .dropdown-toggle .fa-filter {
transition: all .25s;
color: #041527;
}
.form-search .dropdown-toggle:hover .fa-filter {
color: #4b84ee;
}
.form-search .dropdown-menu {
top: -19px;
right: 5px;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
background-color: #f0f2f5!important;
}
/* List */
.list-search-container .dropdown-toggle {
top: -40px;
}
.list-container .list-add-action {
top: -40px;
right: 20px;
height: 20px;
display: flex;
align-items: center;
}
#MyUserRemoteUserModelView .list-add-action .btn.btn-sm,
.list-container .list-add-action .btn.btn-sm {
color: #041527;
background-color: transparent;
box-shadow: none;
border: none;
font-size: 16px;
padding: 0 6px;
transition: all .25s;
}
.list-container .list-add-action .btn:hover {
color: #4b84ee;
}
/* Paging */
#MyUserRemoteUserModelView .pagination-container,
.list-container .pagination-container {
padding-bottom: 0;
font-size: 14px;
line-height: 24px;
font-weight: normal;
}
.list-container .pagination-container strong {
font-weight: normal;
}
.list-container .pagination-container .btn-default {
transition: all .25s;;
}
.list-container .pagination-container .btn-default:hover {
background-color: transparent;
border-color: #4b84ee;
}
.btn-group.open .dropdown-toggle {
box-shadow: none!important;
}
/* Filter */
.list-container .filters-container .filters {
margin-bottom: 8px;
}
.list-container .filter-action {
margin: 0;
padding: 0 0 28px;
/* text-align: right; */
}
.list-container .filter-action .btn {
min-height: 30px;
line-height: 1.5rem;
margin-right: 8px;
}
.list-container .filter-op.my_select2 {
width: 100%;
}
.list-container .select2-container .select2-choice {
min-height: 2rem;
}
.list-container .select2-container .select2-arrow b {
background-position-y: 8px;
}
.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input {
padding: 10.5px 20px;
}
.select2-results .select2-result-label {
font-size: 14px;
}
.form-actions-container .dropdown-toggle .caret {
margin-left: 10px;
}
.form-actions-container .dropdown-menu .fa {
margin-right: 10px;
}
.select2-search input {
font-size: .75rem;
background-image: url(/static/appbuilder/select2/search.png)!important;
background-position: right 3px center!important;
background-size: 16px auto!important;
}
/* Table */
.table.table-bordered {
border: none;
}
.table>thead>tr>th {
padding: 10px;
background-color: #fafafa;
border: none;
font-size: 18px;
height: 45px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
/* border-bottom: 1px solid #f0f0f0; */
}
.table>thead>tr>th>a {
display: block;
color: #4b84ee;
transition: all .25s;
}
.table>thead>tr>th>a:hover {
color: #134fb8;
text-decoration: none;
}
.table .sort-icon {
width: 16px;
height: 24px;
margin-left: .3em;
display: flex;
flex-flow: column;
font-size: 12px;
transform: scale(0.8, 0.8);
}
.table>tbody>tr>td {
font-size: 14px;
max-width: 50vw;
/* word-break: break-all; */
}
.table-hover>tbody>tr {
transition: background-color .5s;
}
.table-hover>tbody>tr:hover {
background-color: #fafafa;
}
.table-hover>tbody>tr>td {
border: none;
border-top: 1px solid #f0f0f0;
height: 50px;
line-height: 30px;
}
.tab-pane:after {
content: '.';
clear: both;
display: block;
width: 0;
height: 0;
visibility: hidden;
}
/* Form */
#model_form, #MyUserRemoteUserModelView {
padding: 20px;
}
#model_form .table tr {
box-shadow: inset 0 -1px #f0f0f0;
}
#model_form .table td {
border: none;
}
#model_form .table .col-lg-2 {
text-align: right;
}
#model_form .table .col-lg-2 label {
min-height: 40px;
line-height: 2rem;
}
#model_form .well.well-sm {
margin-left: 16.1vw;
}
.panel.panel-primary .well .btn,
#model_form .well .btn {
min-height: 40px;
min-width: 40px;
line-height: 30px;
}
#model_form .well .btn-primary {
min-width: 120px;
}
#model_form input[type="radio"], #model_form input[type="checkbox"] {
width: 1.5rem;
height: 1.5rem;
margin-top: 5px;
cursor: pointer;
}
#model_form .select2-container.form-control {
width: 100%!important;
}
#model_form .select2-container .select2-choice > .select2-chosen {
padding: 9px 20px 9px 10px;
}
#model_form .select2-container .select2-arrow b {
background-position-y: 6px;
}
#model_form .select2-search input {
height: 40px!important;
}
#model_form .select2-container .select2-choice,
#model_form .select2-container-multi .select2-choices .select2-search-field input {
min-height: 40px;
}
.select2-container-multi .select2-choices .select2-search-choice {
min-height: 30px;
line-height: 1rem;
font-size: .7rem;
}
/* Well */
.well {
margin: 0 20px;
padding: 20px;
border: none;
border-radius: 2px;
background-color: #fafafa;
box-shadow: inset 0 0 1px #d9d9d9;
}
.well.well-sm {
padding: 10px 0;
background-color: white;
box-shadow: none;
}
}
/* Other */
.collapse.in {
display:block;
overflow: visible;
}
.panel-group .panel {
overflow: visible;
}
/* Wrapper for page content to push down footer */
.wrap {
min-height: 100%;
height: auto !important;
height: 100%;
}
.fixed-footer{
background-color: #f5f5f5;
bottom:0;
left:0;
right:0;
width:100%;
margin:auto;
}
th.action_checkboxes {
width: 1%;
}
.cursor-hand {
cursor: pointer;
cursor: hand;
}
.img-select {
outline: 2px solid;
}
.img-unselect {
outline: 1px solid;
}
.fa-black {
color: black;
}
.btn.filter {
text-align: left;
} | 0.298594 | 0.054777 |
.agenda-container {
--agenda-btns-top-bottom-margins: 15px;
--agenda-btn-side-margins: 10px;
--agenda-btn-width: 300px;
--agenda-btn-height: 40px;
}
.agenda-row {
}
.agenda-btns {
/* display: flex; */
display: block;
margin-left: auto;
margin-right: auto;
width: fit-content;
margin-top: var(--agenda-btns-top-bottom-margins);
margin-bottom: 0px;
background: none;
border: none;
}
.agenda-btns button {
width: var(--agenda-btn-width);
height: var(--agenda-btn-height);
margin-left: var(--agenda-btn-side-margins);
margin-right: var(--agenda-btn-side-margins);
}
.agenda-calendar {
background: none;
border: none;
}
/* MODAL */
.agenda-modal-content {
position: absolute;
width: var(--modal-card-width);
max-width: var(--modal-card-max-width);
top: var(--modal-card-top);
left: calc((100% - var(--modal-card-width)) / 2);
padding-top: 10px;
text-align: center;
animation: 500ms ease-in 0s 1 login-alert-popup;
max-height: 90%;
}
.agenda-modal-content h4 {
font-family: "freestyle script regular";
color: var(--purple);
font-size: 3em;
font-weight: bold;
}
.agenda-modal-label {
margin-top: 15px;
}
.agenda-input {
margin-left: auto;
margin-right: auto;
align-content: center;
width: 95%;
}
.agenda-modal-btns {
display: flex;
margin-left: auto;
margin-right: auto;
align-content: center;
margin-top: 10px;
margin-bottom: 10px;
}
.agenda-modal-btns button {
margin-left: 10px;
margin-right: 10px;
}
.agenda-modal-color {
height: 40px;
margin-bottom: 10px;
}
.agenda-modal-checkboxes {
width: 95%;
margin-left: auto;
margin-right: auto;
align-self: center;
}
.agenda-modal-checkboxes div {
display: flex;
margin-top: 10px;
margin-bottom: 10px;
}
.agenda-modal-checkboxes div label {
margin-top: -8px;
margin-right: 5px;
}
.agenda-calendar-inhabitant {
margin-top: 40px;
} | public/assets/css/agenda.css | .agenda-container {
--agenda-btns-top-bottom-margins: 15px;
--agenda-btn-side-margins: 10px;
--agenda-btn-width: 300px;
--agenda-btn-height: 40px;
}
.agenda-row {
}
.agenda-btns {
/* display: flex; */
display: block;
margin-left: auto;
margin-right: auto;
width: fit-content;
margin-top: var(--agenda-btns-top-bottom-margins);
margin-bottom: 0px;
background: none;
border: none;
}
.agenda-btns button {
width: var(--agenda-btn-width);
height: var(--agenda-btn-height);
margin-left: var(--agenda-btn-side-margins);
margin-right: var(--agenda-btn-side-margins);
}
.agenda-calendar {
background: none;
border: none;
}
/* MODAL */
.agenda-modal-content {
position: absolute;
width: var(--modal-card-width);
max-width: var(--modal-card-max-width);
top: var(--modal-card-top);
left: calc((100% - var(--modal-card-width)) / 2);
padding-top: 10px;
text-align: center;
animation: 500ms ease-in 0s 1 login-alert-popup;
max-height: 90%;
}
.agenda-modal-content h4 {
font-family: "freestyle script regular";
color: var(--purple);
font-size: 3em;
font-weight: bold;
}
.agenda-modal-label {
margin-top: 15px;
}
.agenda-input {
margin-left: auto;
margin-right: auto;
align-content: center;
width: 95%;
}
.agenda-modal-btns {
display: flex;
margin-left: auto;
margin-right: auto;
align-content: center;
margin-top: 10px;
margin-bottom: 10px;
}
.agenda-modal-btns button {
margin-left: 10px;
margin-right: 10px;
}
.agenda-modal-color {
height: 40px;
margin-bottom: 10px;
}
.agenda-modal-checkboxes {
width: 95%;
margin-left: auto;
margin-right: auto;
align-self: center;
}
.agenda-modal-checkboxes div {
display: flex;
margin-top: 10px;
margin-bottom: 10px;
}
.agenda-modal-checkboxes div label {
margin-top: -8px;
margin-right: 5px;
}
.agenda-calendar-inhabitant {
margin-top: 40px;
} | 0.420005 | 0.057573 |
body {
font-family: Helvetica, Arial, Verdana, sans-serif;
width: 90%;
margin: 0 auto;
}
div>h1, div>h2, div>h3 {
padding: 0 0 15px 0;
margin: 0;
}
ul {
display: inline-block;
padding: 0;
margin: 0;
}
#nav ul, #skills ul {
float: right;
}
#nav ul {
margin: 0 20px 0 0;
}
#skills ul {
text-align: right;
margin: -4px 0 0 0;
}
#contact ul {
margin-left: 50px;
}
#nav li {
display: inline;
}
#skills li, #contact li, #archive li {
display: block;
}
#archive li {
margin-left: 20px;
padding: 5px 0;
}
#nav {
height: 40px;
background-color: #c71100;
color: #fff;
line-height: 40px;
font-size: 24px;
font-variant: small-caps;
}
#nav a, #archive a {
color: #fff;
}
#nav a:hover, #archive a:hover {
text-decoration: none;
}
#hero, #hero-mini {
background-color: #7F0B00;
color: #fff;
}
#hero {
height: 300px;
}
#hero-mini {
height: 64px;
}
#hero span, #hero-mini span {
display: block;
text-transform: uppercase;
}
#hero #name, #hero-mini #name {
font-size: 60px;
line-height: 46px;
font-weight: bold;
margin-left: -3px;
}
#hero #name {
padding-top: 235px;
}
#hero #occupation, #hero-mini #occupation {
font-size: 24px;
line-height: 18px;
font-weight: normal;
}
#skills {
min-height: 72px;
background-color: #c71100;
color: #7F0B00;
font-size: 40px;
line-height: 24px;
font-weight: bold;
font-variant: small-caps;
}
#projects, #latest-blog, #archive {
float: left;
font-size: 18px;
}
#projects, #latest-blog {
min-height: 150px;
}
#archive {
min-height: 500px;
}
#projects, #archive {
width: 40%;
background-color: #DA5959;
color: #fff;
}
#latest-blog {
width: 60%;
color: #DA5959;
}
#latest-blog a {
text-decoration: none;
color: #DA5959;
}
#latest-blog a:hover {
text-decoration: underline;
}
#contact {
clear: both;
height: 300px;
background-color: #c71100;
color: #fff;
}
#contact a {
color: #fff;
text-decoration: none;
}
#contact a:hover {
text-decoration: underline;
}
#page-name {
background-color: #c71100;
padding: 6px;
text-align: center;
color: #fff;
font-variant: small-caps;
font-size: 24px;
}
#post span, #post p {
color: #000;
display: block;
width: 90%;
}
#post #title {
font-size: 30px;
}
#post #date {
padding: 10px 0 0 30px;
}
#read-more a {
color: #7F0B00;
float: right;
}
#footer {
text-align: center;
color: #c71100;
text-transform: uppercase;
} | stylesheets/screen.css | body {
font-family: Helvetica, Arial, Verdana, sans-serif;
width: 90%;
margin: 0 auto;
}
div>h1, div>h2, div>h3 {
padding: 0 0 15px 0;
margin: 0;
}
ul {
display: inline-block;
padding: 0;
margin: 0;
}
#nav ul, #skills ul {
float: right;
}
#nav ul {
margin: 0 20px 0 0;
}
#skills ul {
text-align: right;
margin: -4px 0 0 0;
}
#contact ul {
margin-left: 50px;
}
#nav li {
display: inline;
}
#skills li, #contact li, #archive li {
display: block;
}
#archive li {
margin-left: 20px;
padding: 5px 0;
}
#nav {
height: 40px;
background-color: #c71100;
color: #fff;
line-height: 40px;
font-size: 24px;
font-variant: small-caps;
}
#nav a, #archive a {
color: #fff;
}
#nav a:hover, #archive a:hover {
text-decoration: none;
}
#hero, #hero-mini {
background-color: #7F0B00;
color: #fff;
}
#hero {
height: 300px;
}
#hero-mini {
height: 64px;
}
#hero span, #hero-mini span {
display: block;
text-transform: uppercase;
}
#hero #name, #hero-mini #name {
font-size: 60px;
line-height: 46px;
font-weight: bold;
margin-left: -3px;
}
#hero #name {
padding-top: 235px;
}
#hero #occupation, #hero-mini #occupation {
font-size: 24px;
line-height: 18px;
font-weight: normal;
}
#skills {
min-height: 72px;
background-color: #c71100;
color: #7F0B00;
font-size: 40px;
line-height: 24px;
font-weight: bold;
font-variant: small-caps;
}
#projects, #latest-blog, #archive {
float: left;
font-size: 18px;
}
#projects, #latest-blog {
min-height: 150px;
}
#archive {
min-height: 500px;
}
#projects, #archive {
width: 40%;
background-color: #DA5959;
color: #fff;
}
#latest-blog {
width: 60%;
color: #DA5959;
}
#latest-blog a {
text-decoration: none;
color: #DA5959;
}
#latest-blog a:hover {
text-decoration: underline;
}
#contact {
clear: both;
height: 300px;
background-color: #c71100;
color: #fff;
}
#contact a {
color: #fff;
text-decoration: none;
}
#contact a:hover {
text-decoration: underline;
}
#page-name {
background-color: #c71100;
padding: 6px;
text-align: center;
color: #fff;
font-variant: small-caps;
font-size: 24px;
}
#post span, #post p {
color: #000;
display: block;
width: 90%;
}
#post #title {
font-size: 30px;
}
#post #date {
padding: 10px 0 0 30px;
}
#read-more a {
color: #7F0B00;
float: right;
}
#footer {
text-align: center;
color: #c71100;
text-transform: uppercase;
} | 0.317215 | 0.06951 |
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700,900|Poppins:100,200,300,300i,400,400i,500,600,700,800,900|Roboto:100,300,400,500,700,900');
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding:0;
}
html{
font-size: 16px;
}
body{
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 400;
/* color: #FFF; */
overflow-x: hidden;
line-height: 1.2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Poppins', sans-serif;
}
section{
position: relative;
padding: 0 20px;
}
a,
a:hover{
text-decoration: none;
}
p{
line-height: 1.75;
margin-bottom: 1.38em;
}
.white { color: #fff !important; }
/* 2 - Global Style
--------------------------------------------------------------------------------------*/
.wave-shape{
position: absolute;
width: 100%;
height: auto;
disp.img-center imglay: block;
left: 0;
bottom: 0;
pointer-events: none;
-webkit-transition: .3s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .3s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.wave img{
max-width: 100%;
height: auto;
display: block;
}
.angle-shape{
width: 100%;
height: 100%;
position: absolute;
top: -275px;
left: 0;
z-index: 0;
pointer-events: none;
overflow: hidden;
}
.angle-shape svg{
width: 115%;
fill: #fff;
transform: rotate(-6deg);
position: relative;
left: -5%;
top: 158px;
}
.sec-color.angle-shape svg,
.arrow-shape.sec-color svg{
fill: #fafcff;
}
.arrow-shape.sec-color svg path{
fill: #fafcff;
}
.arrow-shape{
position: absolute;
bottom: 40px;
left: 0;
width: 100%;
height: 100px;
display: block;
}
.arrow-shape svg{
height: 150px;
}
.arrow-shape.top{
top: -5px;
bottom: auto;
}
.arrow-shape.top svg{
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.btn{
font-size: 14px;
font-weight: 700;
color: #28c77f;
background: transparent;
border-radius: 3px;
border: 1px solid #28c77f;
padding: 1.2em;
min-width: 160px;
text-align: center;
cursor: pointer;
-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.btn.btn-full{
display: block;
width: 100%;
}
.btn:hover,
.btn.fill-style{
color: #fff;
background-color: #28c77f;
border-color: #28c77f;
}
.btn.fill-style:hover{
color: #28c77f;
background: transparent;
border-color: #28c77f;
}
.btn:focus{
box-shadow: none;
}
.btn svg,
.btn span,
.btn i{
vertical-align: middle;
}
.btn.store-btn{
color: #fff;
font-size: 16px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
border-color: #bdaefd;
border-width: 1px;
min-width: 180px;
padding: .85em;
position: relative;
}
.home-1-banner .btn.store-btn{
border-color: #28c77f;
color: #28c77f;
}
.btn.store-btn:hover,
.btn.store-btn.fill-style{
color: #28c77f;
border-color: #fff;
background-color: #fff;
}
.home-1-banner .btn.store-btn:hover,
.home-1-banner .btn.store-btn.fill-style{
color: #fff;
border-color: #28c77f;
background-color: #28c77f;
}
.btn.store-btn svg,
.btn.store-btn span{
position: relative;
z-index: 1;
}
.btn.store-btn svg,
.btn.store-btn svg path{
fill: #fff;
-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.home-1-banner .btn.store-btn svg,
.home-1-banner .btn.store-btn svg path{
fill: #28c77f;
}
.btn.store-btn:hover svg,
.btn.store-btn:hover svg path,
.btn.store-btn.fill-style svg,
.btn.store-btn.fill-style svg path{
fill: #28c77f;
}
.home-1-banner .btn.store-btn:hover svg,
.home-1-banner .btn.store-btn:hover svg path,
.home-1-banner .btn.store-btn.fill-style svg,
.home-1-banner .btn.store-btn.fill-style svg path{
fill: #fff;
}
.btn.store-btn.fill-style:hover{
color: #fff;
background-color: transparent;
border-color: #bdaefd;
}
.home-1-banner .btn.store-btn.fill-style:hover{
color: #28c77f;
background-color: transparent;
border-color: #28c77f;
}
.btn.store-btn.fill-style:hover svg,
.btn.store-btn.fill-style:hover svg path{
fill: #fff;
}
.home-1-banner .btn.store-btn.fill-style:hover svg,
.home-1-banner .btn.store-btn.fill-style:hover svg path{
fill: #28c77f;
}
.btn.store-btn svg{
margin-right: 10px;
}
.scroll-next-sec{
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
color: #fff;
font-size: 20px;
cursor: pointer;
display: block;
border-radius: 50%;
border: 2px solid #8e78f9;
}
.scroll-next-sec i{
display: inline-block;
animation: .7s upndown infinite;
animation-direction: alternate;
}
@media (min-width: 1230px){
/* .container {
max-width: 1200px;
} */
.navbar{
padding-left: 0;
padding-right: 0;
}
}
.bg-img{
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.bg-color{
background-color: #fafcff;
}
.bg-1{
background-image: url(../images/bg1.jpg);
}
.bg-2{
background-image: url(../images/bg2.jpg);
}
.bg-3{
background-image: url(../images/bg3.jpg);
}
.bg-4{
background-image: url(../images/bg4.png);
}
.bg-5{
background-image: url(../images/bg5.jpg);
}
.bg-6{
background-image: url(../images/wave-bg1.jpg);
}
.bg-7{
background-image: url(../images/down.jpg);
}
.bg-8{
background-image: url(../images/bg6.jpg);
}
.bg-9{
background-image: url(../images/bg7.jpg);
}
.overflow-hidden{
overflow: hidden;
}
.s-padding{
padding-top: 110px;
padding-bottom: 110px;
}
.s-pb-large{
padding-bottom: 200px;
}
.s-title{
position: relative;
display: block;
width: 100%;
text-align: center;
margin-bottom: 50px;
}
.s-title h2{
font-size: 30px;
font-weight: 700;
color: #252a32;
margin-bottom: 10px;
}
.s-title p{
font-size: 18px;
color: #99a1af;
margin-bottom: 0;
}
.s-title::after{
content: "";
position: absolute;
display: block;
width: 50px;
height: 2px;
bottom: -20px;
left: 50%;
background: -webkit-linear-gradient(left, #00ff42 0%,#7658f7 100%);
background: linear-gradient(to right, #00ff42 0%,#7658f7 100%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.overlay{
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.rating-star{
display: inline-block;
position: relative;
}
.rating-star i{
font-size: 12px;
color: #fac50f;
margin: 0 3px;
float: left;
display: inline-block;
}
.rating-star span{
position: absolute;
top: 0;
left: 0;
}
.rating-star span i{
color: #fac50f;
}
.social-profile{
padding: 0;
margin: 0;
}
.social-profile li{
list-style: none;
display: inline-block;
}
.social-profile li a{
display: block;
color: #8b9aa8;
font-size: 12px;
margin: 0.5em 0.95em 0.5em 0;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.social-profile li:last-child a{
margin-right: 0;
}
.social-profile li a:hover{
color: #28c77f;
}
.social-profile.rounded li a{
width: 40px;
height: 40px;
line-height: 36px;
color: #fff;
font-size: 14px;
text-align: center;
border-radius: 50%;
border: 2px solid #fff;
background-color: transparent;
margin: 0.5em 0.55em 0.5em 0;
}
.social-profile.rounded.large li a{
width: 50px;
height: 50px;
line-height: 46px;
}
.social-profile.rounded li a:hover{
color: #28c77f;
background-color: #fff;
}
.social-profile.style-wb li a{
color: #fff;
margin: 0.5em 2.25em 0.5em 0
}
.social-profile.style-wb li a:hover{
color: #252a32;
}
.ovh{
overflow: hidden;
}
@-webkit-keyframes upndown{
to{
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
from{
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
@keyframes upndown{
to{
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
from{
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
@-webkit-keyframes pulse {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.4);
opacity: 0;
}
}
@keyframes pulse {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.4);
opacity: 0;
}
}
.img-wrapper img{
display: block;
max-width: 100%;
height: auto;
}
.img-left img{
margin-right: auto;
}
.img-right img{
margin-left: auto;
}
.img-center img{
margin-left: auto;
margin-right: auto;
}
@media (min-width: 767px){
.gutter-60{
margin-left: -30px;
margin-right: -30px;
}
.gutter-60>.col,
.gutter-60>[class*=col-]{
padding-left: 30px;
padding-right: 30px;
}
.gutter-40{
margin-left: -20px;
margin-right: -20px;
}
.gutter-40>.col,
.gutter-40>[class*=col-]{
padding-left: 20px;
padding-right: 20px;
}
}
.page-title{
position: relative;
padding-top: 250px;
padding-bottom: 170px;
}
.page-title .overlay{
opacity: .9;
background-image: -webkit-linear-gradient( 0deg, #28c77f 0%, #7658f7 100%);
background-image: linear-gradient( 90deg, #28c77f 0%, #7658f7 100%);
}
.page-title-content{
text-align: center;
}
.page-title-content .page-name{
font-size: 40px;
font-weight: 500;
color: #fff;
margin-bottom: 15px;
}
.page-title-content .breadcrumb{
background-color: transparent;
list-style: none;
text-align: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.page-title-content .breadcrumb li,
.page-title-content .breadcrumb li a{
font-size: 16px;
color: #fff;
}
.page-title-content .breadcrumb li{
position: relative;
padding-left: 15px;
padding-right: 15px;
}
.page-title-content .breadcrumb li:after{
content: "";
height: 16px;
width: 0;
display: block;
border-left: 1px solid #F3F7FE;
border-right: 1px solid #86ACF4;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.page-title-content .breadcrumb li:last-child:after{
display: none;
}
.t-cell {
display: table-cell;
vertical-align: middle;
}
.bg-text{
position: absolute;
width: 100%;
top: 60%;
left: 50%;
font-size: 250px;
font-family: 'Poppins', sans-serif;
color: #f5f8fc;
z-index: 0;
pointer-events: none;
font-weight: 700;
text-align: center;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
/* 3 - Header Style
--------------------------------------------------------------------------------------*/
.navbar{
padding-top: 15px;
padding-bottom: 15px;
backface-visibility: hidden;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
background: -moz-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: -webkit-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: linear-gradient(40deg, #032f76d9 50%, #7c032fd1 100%);
}
.navbar.sticky-nav{
background-color: #fff;
padding-top: 10px;
padding-bottom: 10px;
box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.navbar.sticky-nav .navbar-nav li a.nav-link-scroll::after,
.navbar.sticky-nav .navbar-nav li a.nav-link-scroll::before,
.nav-c-black .navbar-nav li a.nav-link-scroll::before,
.nav-c-black .navbar-nav li a.nav-link-scroll::after{
background-color: #28c77f;
}
.navbar.sticky-nav .navbar-nav li a,
.navbar.sticky-nav .nav-search i,
.nav-c-black .navbar-nav li a,
.nav-c-black .nav-search i{
color: #fff;
}
.navbar.sticky-nav .navbar-nav li a:hover,
.navbar.sticky-nav .navbar-nav li a.active,
.nav-c-black .navbar-nav li a:hover,
.nav-c-black .navbar-nav li a.active{
color: #fff;
}
.navbar-nav li,
.navbar-nav li a{
font-size: 16px;
font-weight: 500;
color: #fff;
position: relative;
font-family: 'Poppins', sans-serif;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.navbar-nav>li{
padding-top: 1em;
padding-bottom: 1em;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav li a,
.navbar-expand-lg .navbar-nav li a.nav-link{
padding: 0;
}
.navbar-nav li{
margin-left: 1.55em;
margin-right: 1.55em;
}
.navbar-nav li a.nav-link-scroll::after{
content: "";
position: absolute;
display: block;
width: 0;
height: 1px;
background-color: #fff;
bottom: 0;
left: 0;
border: 0;
-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.navbar-nav li a.nav-link-scroll::before{
content: "";
position: absolute;
display: block;
width: 0;
height: 1px;
background-color: #fff;
bottom: 0;
right: 0;
-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.navbar-nav li a.nav-link-scroll:hover::after,
.navbar-nav li a.nav-link-scroll:hover::before,
.navbar-nav li a.nav-link-scroll.active::after,
.navbar-nav li a.nav-link-scroll.active::before{
width: 50%;
}
.navbar-nav>li:last-child{
margin-right: .85em;
}
.navbar-nav .dropdown-menu{
position: absolute;
min-width: 160px;
background: #fff;
display: block;
left: 0;
margin: 0;
border: 0;
opacity: 0;
padding: 20px 15px;
visibility: hidden;
border-radius: 0;
border-radius: 3px;
overflow: hidden;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.dropdown-menu li {
display: block;
margin-left: 0;
margin-right: 0;
}
.navbar-nav .dropdown-menu li a,
.navbar-expand-lg .navbar-nav .dropdown-menu li a,
.navbar-expand-lg .navbar-nav .dropdown-menu li a.nav-link{
color: #000;
padding: .7em 1.2em;
white-space: nowrap;
font-size: 13px;
}
.navbar-nav .dropdown-menu li a:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu li a.nav-link:hover{
color: #28c77f;
}
#main-nav .dropdown:hover>.dropdown-menu {
opacity: 1;
visibility: visible;
}
}
.nav-search{
position: relative;
padding-left: 12px;
}
.nav-search::before{
content: "";
display: block;
position: absolute;
width: 1px;
height: 80%;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #fff;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.navbar.sticky-nav .nav-search::before,
.nav-c-black .nav-search::before,
.nav-c-black .menu-toggle span{
background-color: #000;
}
.nav-search i{
color: #fff;
font-size: 14px;
display: block;
cursor: pointer;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.navbar-brand h2{
color: #fff;
}
.navbar-brand img.color-logo,
.navbar.sticky-nav .navbar-brand img.white-logo{
display: none;
}
.navbar.sticky-nav .navbar-brand img.color-logo,
.navbar.sticky-nav img.white-logo{
display: block;
}
.navbar-nav>li.dropdown{
position: relative;
}
.menu-toggle{
width:22px;
height:22px;
position:relative;
cursor: pointer;
margin-left: 12px;
margin-right: 12px;
display: block;
}
.menu-toggle .hamburger {
position:absolute;
height:100%;
width:100%;
display: block;
}
.menu-toggle .hamburger span {
width: 100%;
height: 2px;
position:relative;
top:0;
left:0;
margin: 4px 0;
}
.menu-toggle .hamburger span:nth-child(1){
transition-delay:.3s;
}
.menu-toggle .hamburger span:nth-child(2){
transition-delay:.4s;
}
.menu-toggle .hamburger span:nth-child(3){
transition-delay:.5s;
}
.menu-toggle .hamburger-cross{
position:absolute;
height:100%;
width:100%;
transform:rotate(45deg);
display: block;
}
.menu-toggle .hamburger-cross span,
.menu-toggle .hamburger-cross span:nth-child(1){
height: 0%;
width: 2px;
position: absolute;
top: 0;
left: 10px;
transition-delay: 0s;
}
.menu-toggle .hamburger-cross span:nth-child(2){
width:0%;
height:2px;
position:absolute;
left:0;
top: 10px;
transition-delay:.2s;
}
.menu-toggle .hamburger span,
.menu-toggle .hamburger-cross span{
display: block;
background: #fff;
border-radius: 3px;
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.navbar.sticky-nav .menu-toggle .hamburger span,
.navbar.sticky-nav .menu-toggle .hamburger-cross span{
background: #fafafa;
}
.navbar-toggler[aria-expanded="true"] .hamburger span{
width:0%;
}
.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1){
transition-delay:0s;
}
.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2){
transition-delay:.125s;
}
.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3){
transition-delay:.2s;
}
.navbar-toggler[aria-expanded="true"] .hamburger-cross span:nth-child(1){
height:100%;
transition-delay:.3s;
}
.navbar-toggler[aria-expanded="true"] .hamburger-cross span:nth-child(2){
width:100%;
transition-delay:.4s;
}
.navbar-toggler{
outline: none;
padding: 0;
border: 0;
}
.navbar-toggler:focus{
outline: none;
}
.nav-button{
margin-left: 30px;
}
.nav-button a{
display: inline-block;
background-color: #fff;
font-size: 16px;
font-weight: 500;
color: #28c77f;
border-radius: 3px;
box-shadow: 0px 10px 20px 0px rgba(0, 7, 40, 0.1);
min-width: 140px;
text-align: center;
font-family: 'Poppins', sans-serif;
padding: 1em;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.nav-button a:hover{
opacity: .9;
}
.navbar.sticky-nav .nav-button a{
box-shadow: 0px 5px 10px 0px rgba(0, 7, 40, 0.1);
background-color: #28c77f;
color: #fff;
}
/*-------Search Style--------*/
.main-search-area{
position: fixed;
width: 100%;
height: 100%;
background: rgba(0,0,0,.95);
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
top: 0;
left: 0;
z-index: 999999;
opacity: 0;
visibility: hidden;
pointer-events: none;
font-family: 'Poppins', sans-serif;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.main-search-area.open {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.main-search-form{
position: relative;
width: 60%;
}
.m-s-input{
position: relative;
padding-bottom: 5px;
}
.m-s-input:before{
content: "";
left: 0;
bottom: 0;
width: 10%;
height: 4px;
background: -webkit-linear-gradient( -90deg, rgb(96,56,247) 0%, rgb(14,194,233) 100%);
background: linear-gradient( -90deg, rgb(96,56,247) 0%, rgb(14,194,233) 100%);
position: absolute;
-webkit-transition: .65s ease-in-out;
transition: .65s ease-in-out;
}
.open .m-s-input:before{
width: 100%
}
.main-search-form input{
background: transparent;
border: 0;
width: 100%;
display: block;
outline: none;
font-size: 2.6em;
padding: 0;
line-height: 1.4;
color: #fff;
}
.main-search-form input::-webkit-input-placeholder{
color: #fff;
}
.main-search-form input::-moz-placeholder{
color: #fff;
}
.main-search-form input:-ms-input-placeholder{
color: #fff;
}
.main-search-form input::placeholder{
color: #fff;
}
.main-search-form span{
display: block;
text-align: right;
margin-top: 10px;
color: #fff;
}
.main-search-area i{
position: absolute;
top: 30px;
right: 30px;
display: block;
cursor: pointer;
font-size: 3em;
color: #e85454
}
.menu-search-open{
cursor: pointer;
}
/* 4 - Banner and Slider Style
--------------------------------------------------------------------------------------*/
.main-banner{
position: relative;
padding-top: 200px;
}
.main-banner>.container{
position: relative;
z-index: 1;
}
.home-1-banner{
padding-top: 245px;
padding-bottom: 100px;
}
.home-3-banner{
padding-bottom: 100px;
background: -ms-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: -moz-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: -webkit-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: linear-gradient(40deg, #032F76 50%, #7C032F 100%);
}
.home-3-banner .wave{
pointer-events: none;
}
.home-3-banner .h3-wabe{
position: absolute;
width: 100%;
height: auto;
display: block;
bottom: 0;
left: 0;
}
.home-3-banner .h3-wabe img{
width: 100%;
height: auto;
display: block;
}
.home-4-banner{
background: -webkit-linear-gradient(50deg, rgb(13,197,173) 0%, rgb(50,73,214) 100%);
background: linear-gradient(50deg, rgb(13,197,173) 0%, rgb(50,73,214) 100%);
}
.home-5-banner{
padding-bottom: 200px;
background-image: url(../images/banner-shape.png);
}
.home-6-banner .overlay{
opacity: .9;
background: -webkit-linear-gradient( 40deg, rgb(17,191,218) 0%, rgb(11,15,196) 100%);
background: linear-gradient( 40deg, rgb(17,191,218) 0%, rgb(11,15,196) 100%);
}
.home-7-banner{
padding-bottom: 100px;
background: -webkit-linear-gradient( 30deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
background: linear-gradient( 30deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
}
.home-8-banner{
padding-bottom: 100px;
}
.home-8-banner .overlay{
background-color: #000;
opacity: .65;
}
.main-banner .banner-content{
color: #fff;
position: relative;
}
.main-banner .banner-content .title{
font-size: 40px;
font-weight: 500;
line-height: 1.32;
margin-bottom: .55em;
}
.home-1-banner .banner-content .title{
color: #252a2a;
}
.main-banner .banner-content .sub-title{
display: block;
font-size: 25px;
font-weight: 400;
line-height: 1.5;
padding: 0 40px 0px 40px;
}
.home-1-banner .banner-content .sub-title{
color: #99a1af;
}
.main-banner .btn-wrapper{
margin-top: 60px;
}
.btn-wrapper .btn{
margin-right: 18px;
margin-bottom: 15px;
}
.banner-img-wrapper{
height: 630px;
position: relative;
}
.banner-img-wrapper.banner-7-img-wrapper{
height: 640px;
}
.banner-img-wrapper img{
max-width: 100%;
height: auto;
display: block;
position: absolute;
bottom: 0;
}
.banner-img-wrapper .banner-img-1{
left: 15px;
bottom: 0;
}
.banner-img-wrapper .banner-img-2{
right: 15px;
bottom: 0;
}
.banner-img-wrapper.banner-7-img-wrapper .banner-img-1{
left: 45px;
bottom: 55px;
}
.banner-img-wrapper.banner-7-img-wrapper .banner-img-2{
right: -5px;
bottom: 0;
}
.home-2-banner{
min-height: 900px;
background: -moz-linear-gradient( 40deg, rgb(247,56,97) 0%, rgb(254,114,78) 100%);
background: -webkit-linear-gradient( 40deg, rgb(247,56,97) 0%, rgb(254,114,78) 100%);
background: -ms-linear-gradient( 40deg, rgb(247,56,97) 0%, rgb(254,114,78) 100%);
background: linear-gradient( 40deg, rgb(247,56,97) 0%, rgb(254,114,78) 100%);
}
.home-2-banner .overlay{
background-image: url(../images/h2s-bg.png);
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.home-2-banner2{
position: relative;
padding-bottom: 90px;
}
.home-2-banner2 .banner-content .title{
color: #445063;
}
.home-2-banner2 .banner-content .sub-title{
color: #99a1af
}
.home-2-banner2 .banner-content{
z-index: 1;
}
.home-2-b2-img{
z-index: 0;
}
.home-2-b2-img img{
max-width: 100%;
height: auto;
display: block;
}
.home-2-b2-img{
margin-left: -100px;
margin-right: -80px;
}
@media (min-width: 1640px) {
.home-2-b2-img{
margin-left: -100px;
margin-right: -230px;
}
}
.iconic-top-slider .banner-content .title,
.iconic-top-slider .banner-content .sub-title,
.iconic-top-slider .banner-content .btn-wrapper{
opacity: 0;
-webkit-transform: translate3d(0, 150%, 0);
transform: translate3d(0, 150%, 0);
-webkit-transition: .65s ease-in-out;
transition: .65s ease-in-out;
}
.iconic-top-slider .h2-img-shadow{
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: .75s ease-in-out;
transition: .75s ease-in-out;
}
.iconic-top-slider .swiper-slide-active .banner-content .title,
.iconic-top-slider .swiper-slide-active .banner-content .sub-title,
.iconic-top-slider .swiper-slide-active .banner-content .btn-wrapper,
.iconic-top-slider .swiper-slide-active .h2-img-shadow{
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.iconic-top-slider .swiper-slide-active .banner-content .title,
.iconic-top-slider .swiper-slide-active .h2-img-shadow{
transition-delay: .8s;
}
.iconic-top-slider .swiper-slide-active .banner-content .sub-title{
transition-delay: 1s;
}
.iconic-top-slider .swiper-slide-active .banner-content .btn-wrapper{
transition-delay: 1.2s;
}
.home-2-slider .swiper-pagination-bullet{
background-color: #fc808d;
}
.home-4-slider .swiper-pagination-bullet{
background-color: #5dbfcd;
}
.iconic-main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.iconic-main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
border-color: #fff;
background-color: #032F76
}
.h3-banner-img-wrapper{
height: 710px;
position: relative;
}
.h3-banner-img-wrapper img{
max-width: 100%;
height: auto;
display: block;
position: absolute;
}
.h3-banner-img-wrapper .h3-banner-img-1{
top: 0;
right: -55px;
}
.h3-banner-img-wrapper .h3-banner-img-2{
bottom: 0;
right: -30px;
}
@media (min-width: 1450px){
.h3-banner-img-wrapper .h3-banner-img-1{
right: -85px;
top: 230px;
}
.h3-banner-img-wrapper .h3-banner-img-2{
right: -58px;
}
}
#particles{
position: absolute;
width: 100%;
height: 100%;
display: block;
bottom: 0;
left: 0;
z-index: 0;
opacity: 1;
}
.main-slider .banner-img{
z-index: 2;
position: relative;
}
.home-5-banner .banner-content .title{
color: #445063;
}
.home-5-banner .banner-content .sub-title{
color: #808998
}
@media (min-width: 1340px){
.home-5-banner .video-popup{
margin-right: -70px;
margin-left: 80px;
}
}
@media (min-width: 1600px){
.home-5-banner .video-popup{
margin-right: -180px;
margin-left: 100px;
}
}
.h6-slider-img-1,
.h6-slider-img-2{
position: relative;
height: 485px;
}
.h6-slider-img-1 img,
.h6-slider-img-2 img{
max-width: 100%;
height: auto;
display: block;
position: absolute;
}
.h6-slider-img-1 img:nth-child(1){
left: 0;
bottom: 0;
}
.h6-slider-img-1 img:nth-child(2){
right: -200px;
bottom: 196px;
}
.h6-slider-img-1 img:nth-child(3){
left: 175px;
bottom: 95px;
}
.h6-slider-img-1 img{
opacity: 0;
-webkit-transform: translate3d(70%, 70%, 0);
transform: translate3d(70%, 70%, 0);
-webkit-transition: .85s ease-in-out;
transition: .85s ease-in-out;
}
.swiper-slide-active .h6-slider-img-1 img,
.swiper-slide-active .h6-slider-img-2 img{
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swiper-slide-active .h6-slider-img-1 img:nth-child(1){
transition-delay: .2s;
}
.swiper-slide-active .h6-slider-img-1 img:nth-child(2){
transition-delay: .8s;
}
.swiper-slide-active .h6-slider-img-1 img:nth-child(3){
transition-delay: .5s;
}
.h6-slider-img-2 img:nth-child(1){
left: 0;
bottom: 0;
}
.h6-slider-img-2 img:nth-child(2){
right: -150px;
top: 20px;
}
.h6-slider-img-2 img{
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}
.swiper-slide-active .h6-slider-img-2 img:nth-child(1){
transition-delay: 1s;
}
.swiper-slide-active .h6-slider-img-2 img:nth-child(2){
transition-delay: 1.3s;
}
.home-7-banner .banner-content .sub-title{
font-style: normal;
font-size: 20px;
line-height: 1.5;
}
.home-7-banner .scroll-next-sec{
position: absolute;
bottom: 60px;
left: 50%;
border-color: #4081ad;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.home-4-slider{
pointer-events: none;
}
.home-4-slider .btn,
.home-4-slider .swiper-pagination-bullet{
pointer-events: auto;
}
/* 5 - Feature Style
--------------------------------------------------------------------------------------*/
.feature{
padding-top: 100px;
padding-bottom: 80px;
}
.icon-box{
margin-bottom: 30px;
position: relative;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.icon-box .icon-box-icon{
font-size: 40px;
color: #28c77f;
margin-bottom: 30px;
display: block;
}
.icon-box .icon-box-title{
font-size: 20px;
font-weight: 600;
color: #252a32;
margin-bottom: .9em;
}
.icon-box p{
color: #525252;
margin-bottom: 0;
}
.icon-box.style-boxed{
text-align: center;
border-radius: 4px;
padding: 95px 50px 80px 50px;
background-color: #f9fbff;
border: 1px solid transparent;
}
.icon-box.style-boxed:hover{
border: 1px solid #edf3fb;
background-color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.icon-box.style-boxed .icon-box-icon,
.icon-box.style-centered .icon-box-icon{
font-size: 60px;
margin-bottom: 25px;
}
.icon-box.style-centered{
text-align: center;
padding-left: 35px;
padding-right: 35px;
}
.icon-box.awf-item{
margin-bottom: 90px;
}
.icon-box.style-icon-left{
display: -ms-flexbox;
display: flex;
}
.icon-box.style-icon-left .icon-box-icon{
margin-right: 27px;
margin-bottom: 0;
}
.icon-box.style-boxed-ltr{
padding: 50px;
border-radius: 4px;
border: 1px solid transparent;
}
.icon-box.style-boxed-ltr:hover{
border-color: #edf3fb;
box-shadow: 0px 3px 4px 0px rgba(0, 26, 36, 0.08);
}
.icon-box.awf-item .icon-box-icon i,
.h3-feature .icon-box-icon i,
.icon-box .icon-box-icon i{
background-image: -moz-linear-gradient(40deg, #00ff42 0%, #7658f7 100%);
background-image: -webkit-linear-gradient(40deg, #00ff42 0%, #7658f7 100%);
background-image: -ms-linear-gradient(40deg, #00ff42 0%, #7658f7 100%);
background-image: linear-gradient(40deg, #00ff42 0%, #7658f7 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.awesome-feature-img img{
max-width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
.h5-feature{
padding-top: 150px;
padding-bottom: 120px;
}
.h5-feature .icon-box-icon i{
color: #5a60ff;
}
/* 6 - About Style
--------------------------------------------------------------------------------------*/
section.about{
padding-bottom: 170px;
}
.about-content,
.about-images-wrapper{
position: relative;
z-index: 1;
}
.about-content h2{
font-size: 30px;
font-weight: 700;
color: #fff;
line-height: 1.47;
}
.about-content .btn-wrapper{
margin-top: 50px;
}
.about-images-wrapper{
position: relative;
height: 460px;
background-image: url(../images/about-img-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.about-images-wrapper,
.h2-about-img-wrapper,
.h3-about-img-wrapper,
.h4-about-img-wrapper,
.h5-about-img-wrapper{
background-repeat: no-repeat;
background-position: center;
background-size: contain;
position: relative;
z-index: 1;
}
.about-images-wrapper img{
max-width: 100%;
height: auto;
display: block;
position: absolute;
}
.about-images-wrapper .about-img1{
top: 0;
left: -20px;
}
.about-images-wrapper .about-img2{
bottom: 0;
right: -55px;
}
.floating-shapes span{
display: block;
position: absolute;
}
.floating-shapes span img{
display: block;
max-width: 100%;
height: auto;
}
.h2-about-img-wrapper,
.h3-about-img-wrapper{
padding-top: 50px;
padding-bottom: 50px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.h6-about-img-wrapper{
background-repeat: no-repeat;
background-position: right bottom;
}
.h7-about-img-wrapper{
background-repeat: no-repeat;
background-position: left bottom;
margin-right: -140px;
position: relative;
}
.about img{
max-width: 100%;
height: auto;
display: block;
}
.h7-about-img-wrapper img{
max-width: 100%;
height: auto;
display: block;
}
.h3-about-img-wrapper{
background-image: url(../images/about-img-bg3.png);
}
.h4-about-img-wrapper{
background-image: url(../images/about-img-bg4.png);
}
.h5-about-img-wrapper{
background-image: url(../images/about-img-bg5.png);
}
.h6-about-img-wrapper{
background-image: url(../images/about-img-bg6.png);
}
.h7-about-img-wrapper{
background-image: url(../images/about-img-bg7.png);
}
.floating-shapes span:nth-child(1){
left: 4.8%;
top: 1.5%;
}
.floating-shapes span:nth-child(2){
left: 9.6%;
top: 27.2%;
}
.floating-shapes span:nth-child(3){
left: 8.8%;
bottom: 16%;
}
.floating-shapes span:nth-child(4){
left: 25%;
bottom: 21%;
}
.floating-shapes span:nth-child(5){
left: 35%;
top: 6.6%;
}
.floating-shapes span:nth-child(6){
left: 43%;
bottom: 30%;
}
.floating-shapes span:nth-child(7){
left: 49%;
top: 45%;
}
.floating-shapes span:nth-child(8){
right: 11.8%;
top: 33%;
}
.floating-shapes span:nth-child(9){
right: 6%;
top: 10%;
}
.floating-shapes span:nth-child(10){
right: 4.5%;
bottom: 33%;
}
.a-line-list{
list-style: none;
margin-bottom: 0;
margin-top: 50px;
}
.a-line-list li{
font-size: 16px;
color: #616976;
font-family: 'Poppins', sans-serif;
position: relative;
margin-bottom: 20px;
font-weight: 400;
}
.a-line-list li span{
vertical-align: middle;
}
.a-line-list li i{
font-size: 20px;
color: #26d0ce;
vertical-align: middle;
}
.a-line-list li img{
position: absolute;
display: block;
max-width: 100%;
height: auto;
bottom: 0;
left: 100%;
z-index: 2;
}
.a-line-list li:nth-child(1) img,
.a-line-list li:nth-child(2) img{
left: 400px;
}
.a-line-list li:nth-child(3) img{
left: 350px;
}
/* 7 - App Screenshot Style
--------------------------------------------------------------------------------------*/
.app-screenshot-slider{
padding: 20px 15px 30px 15px;
}
.app-screenshot-item{
position: relative;
box-shadow: 0px 10px 20px 0px rgba(0, 12, 31, 0.1);
}
.app-screenshot-item img{
width: 100%;
height: auto;
display: block;
}
.app-screenshot-item.style-2{
box-shadow: none;
pointer-events: none;
}
.app-screenshot-item.style-3{
box-shadow: none;
cursor: pointer;
border: 1px solid #ccc;
border-radius: 2px;
}
.app-screenshot-item.style-3:after{
display: none;
}
.app-screenshot-slider-2{
padding-top: 5px;
padding-bottom: 5px;
}
.swiper-pagination-bullet{
width: 10px;
height: 10px;
background-color: #d7dce6;
opacity: 1;
vertical-align: middle;
margin: 0 5px;
outline: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
border: 1px solid #28c77f;
width: 14px;
height: 14px;
background-color: transparent;
}
.swiper-pagination{
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
margin-top: 70px;
}
.app-screenshot-item::after{
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
background-color: #28c77f;
opacity: 0;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.app-screenshot-item:hover::after{
opacity: .9;
}
.app-screenshot-item .asi-icon-wr{
position: absolute;
display: block;
top: 50%;
left: 50%;
z-index: 1;
opacity: 0;
pointer-events: none;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.app-screenshot-item:hover .asi-icon-wr{
opacity: 1;
}
.app-screenshot-item .asi-icon{
display: block;
position: relative;
width: 50px;
height: 50px;
line-height: 50px;
color: #fff;
text-align: center;
font-size: 24px;
border-radius: 50%;
}
.app-screenshot-item .asi-icon::before,
.app-screenshot-item .asi-icon::after{
content: '';
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
top: 0;
left: 0;
}
.app-screenshot-item .asi-icon::before {
border: 1px solid transparent;
}
.app-screenshot-item .asi-icon::after {
border: 0 solid transparent;
}
.app-screenshot-item:hover .asi-icon::before {
border-top-color: #fff;
border-right-color: #fff;
border-bottom-color: #fff;
transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.app-screenshot-item:hover .asi-icon::after {
border-top: 1px solid #fff;
border-left-width: 1px;
border-right-width: 1px;
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.app-screenshot-item.style-2::after{
background-color: #000;
opacity: .2;
}
.swiper-slide-active .app-screenshot-item.style-2{
pointer-events: auto;
box-shadow: 0 0 3px rgba(0,0,0,.15);
}
.swiper-slide-active .app-screenshot-item.style-2::after{
opacity: 0;
}
.swiper-slide-prev .app-screenshot-item.style-2::after,
.swiper-slide-next .app-screenshot-item.style-2::after{
opacity: .1;
}
.app-screenshot-slider-3{
position: relative;
}
.screenshot-mockup-wrapper{
position: relative;
margin-top: 30px;
}
.screenshot-mockup-wrapper .swiper-pagination{
margin-top: 100px;
}
.screenshot-mockup-wrapper:after{
content: "";
position: absolute;
height: 474px;
width: 236px;
top: -57px;
left: 50%;
z-index: 1;
/* background: url(../images/phone-mokeup2.png) no-repeat;*/
background-size: contain;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
/* 8 - Counter Style
--------------------------------------------------------------------------------------*/
.fun-fact .overlay{
opacity: .95;
background: -moz-linear-gradient(90deg, #28c77f 0%, #7658f7 100%);
background: -webkit-linear-gradient(90deg, #28c77f 0%, #7658f7 100%);
background: -ms-linear-gradient(90deg, #28c77f 0%, #7658f7 100%);
background: linear-gradient(90deg, #28c77f 0%, #7658f7 100%);
}
.counter-item{
position: relative;
text-align: center;
color: #fff;
margin-bottom: 50px;
}
.counter-item-icon {
margin-bottom: 30px;
font-size: 50px
}
.counter-item-count{
font-size: 50px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 3px;
}
.counter-item h4{
font-size: 20px;
font-weight: 500;
margin-bottom: 0;
}
.counter-item.boxed-style{
background-color: rgba(255,255,255,.06);
border: 6px solid rgba(255,255,255,.2);
text-align: initial;
padding: 45px 40px 55px 40px;
}
.counter-item.boxed-style .counter-item-icon{
margin-bottom: 20px;
}
/* 9 - Testimonial Style
--------------------------------------------------------------------------------------*/
.testimonial-slider-row,
.app-screenshot-slider-row{
margin-left: -30px;
margin-right: -30px;
}
.testimonial-item{
position: relative;
background-color: #fff;
box-shadow: 0px 2px 4px 0px rgba(0, 12, 31, 0.08);
padding: 50px;
border-radius: 4px;
-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.testimonial-item:hover{
box-shadow: 0px 20px 30px 0px rgba(0, 12, 31, 0.1);
}
.testimonial-slider{
padding: 15px 15px 40px 15px;
}
.testimonial-content{
font-size: 18px;
color: #99a1af;
font-style: italic;
line-height: 1.67;
font-weight: 400;
position: relative;
padding-bottom: 45px;
}
.testimonial-item .quote-mark{
font-size: 100px;
color: #ebeff6;
font-family: 'Roboto', sans-serif;
font-weight: 700;
position: absolute;
bottom: 0;
right: 0;
display: block;
font-style: normal;
line-height: 1.2;
}
.testimonial-item .reviewer-name{
font-size: 18px;
font-weight: 700;
color: #252a32;
font-family: 'Lato', sans-serif;
}
.testimonial-meta{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
text-align: left;
position: relative;
}
.testimonial-meta .author-img{
width: 80px;
height: 80px;
display: block;
border-radius: 50%;
background-color: #e0e7f2;
padding: 5px;
margin-right: 20px;
position: relative;
}
.testimonial-meta .author-img:after{
content: "";
display: block;
position: absolute;
width: 20px;
height: 22px;
background: url(../images/cu-tri.png);
background-repeat: no-repeat;
background-position: center;
bottom: calc(100% - 9px);
left: 13px;
}
.testimonial-meta .author-img img{
width: 100%;
height: auto;
display: block;
border-radius: 50%;
}
.testimonial-btn-next,
.testimonial-btn-prev{
width: 50px;
height: 50px;
line-height: 50px;
display: block;
text-align: center;
color: #252a32;
font-size: 20px;
background-color: #fff;
border-radius: 50%;
position: absolute;
top: 50%;
box-shadow: 0px 2px 4px rgba(0,12,31,0.08);
border: 1px solid #ecf0f5;
cursor: pointer;
outline: none;
z-index: 2;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.testimonial-btn-next:hover,
.testimonial-btn-prev:hover{
border-color: #28c77f;
background-color: #28c77f;
color: #fff;
}
.testimonial-btn-next{
right: -50px;
}
.testimonial-btn-prev{
left: -50px;
}
@media (min-width: 1450px){
.testimonial-btn-next{
right: -75px;
}
.testimonial-btn-prev{
left: -75px;
}
}
.testimonial-one-item-slider-wrapper .testimonial-btn-next{
right: -110px;
}
.testimonial-one-item-slider-wrapper .testimonial-btn-prev{
left: -110px;
}
.testimonial-item.style-2{
text-align: center;
background-color: transparent;
border-radius: 0;
padding: 0;
box-shadow: none;
}
.testimonial-item.style-3 .quote-mark{
display: none;
}
.testimonial-item.style-2 .quote-mark{
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
display: block;
font-size: 200px;
color: #fed4dd;
font-weight: 500;
line-height: 1.05;
margin-bottom: -110px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.testimonial-item.style-2 .testimonial-content{
font-size: 20px;
color: #888f9a;
padding-bottom: 0;
margin-bottom: 60px;
}
.testimonial-item.style-2 .testimonial-meta{
-ms-flex-pack: center;
justify-content: center;
}
.testimonial-one-item-slider-wrapper .testimonial-btn-next{
right: -185px;
}
.testimonial-one-item-slider-wrapper .testimonial-btn-prev{
left: -185px;
}
.testimonial-item.style-2 .quote-mark{
font-size: 150px;
margin-bottom: -80px;
}
.testimonial-item.style-4{
text-align: center;
padding-top: 35px;
}
.testimonial-item.style-4 .quote-mark{
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
display: block;
color: #ebeff6;
font-size: 100px;
margin-bottom: -60px;
-webkit-transform: rotate(180deg);
transform: rotateX(180deg);
}
.testimonial-item.style-4 .testimonial-meta,
.testimonial-item.style-5 .testimonial-meta{
-ms-flex-pack: center;
justify-content: center;
}
.testimonial-item.style-4 .t-meta-info,
.testimonial-item.style-5 .t-meta-info{
text-align: center;
}
.testimonial-item.style-4 .reviewer-name span{
font-size: 16px;
color: #99a1af;
font-weight: 400;
font-style: italic;
}
.testimonial-item.style-5{
padding: 0;
text-align: center;
background-color: transparent;
box-shadow: none;
}
.testimonial-item.style-5 .author-img{
width: 70px;
height: 70px;
border-radius: 50%;
display: block;
overflow: hidden;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.testimonial-item.style-5 .author-img img{
width: 100%;
height: auto;
display: block;
}
.testimonial-item.style-5 .testimonial-content{
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #79808c;
line-height: 1.85;
padding-bottom: 30px;
}
.testimonial-item.style-5 .rating-star i{
font-size: 10px;
}
.testimonial-item.style-5 .reviewer-deg{
position: relative;
display: inline-block;
font-size: 14px;
color: #99a1af;
vertical-align: middle;
font-weight: 400;
font-style: italic;
}
.testimonial-item.style-5 .reviewer-deg:before{
content: "/";
display: inline-block;
margin: 0 8px;
}
/* 10 - Team Style
--------------------------------------------------------------------------------------*/
.team-member{
position: relative;
margin-bottom: 40px;
}
.team-member .member-img{
position: relative;
overflow: hidden;
margin-bottom: 25px;
}
.team-member .member-img img{
width: 100%;
height: auto;
display: block;
}
.team-member .member-details{
text-align: center;
}
.team-member .member-details .name{
font-size: 20px;
color: #252a32;
font-weight: 600;
margin-bottom: .3em;
}
.team-member .member-details .deg{
display: block;
font-size: 16px;
color: #99a1af;
font-style: italic;
}
.team-member .member-img .social-profile{
position: absolute;
width: 100%;
bottom: 30px;
left: 0;
text-align: center;
z-index: 1;
overflow: hidden;
}
.team-member .member-img .social-profile li{
opacity: 0;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.team-member:hover .member-img .social-profile li{
opacity: 1;
}
.team-member:hover .member-img .social-profile li:nth-child(2){
transition-delay: .1s;
}
.team-member:hover .member-img .social-profile li:nth-child(3){
transition-delay: .2s;
}
.team-member:hover .member-img .social-profile li:nth-child(4){
transition-delay: .3s;
}
.team-member:hover .member-img .social-profile li:nth-child(5){
transition-delay: .4s;
}
.team-member:hover .member-img .social-profile li:nth-child(6){
transition-delay: .5s;
}
.team-member:hover .member-img .social-profile li:nth-child(7){
transition-delay: .6s;
}
.team-member:hover .member-img .social-profile li:nth-child(7){
transition-delay: .7s;
}
.team-member:hover .member-img .social-profile li:nth-child(8){
transition-delay: .8s;
}
.team-member:hover .member-img .social-profile li:nth-child(9){
transition-delay: .9s;
}
.team-member .member-img:after{
content: "";
position: absolute;
width: 100%;
height: 100%;
display: block;
top: 0;
left: 0;
opacity: 0;
background: -moz-linear-gradient( 30deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
background: -webkit-linear-gradient( 30deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
background: -ms-linear-gradient( 30deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
background: linear-gradient( 30deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.team-member:hover .member-img:after{
opacity: .7;
}
.team-member .social-profile.rounded li a:hover{
color: #252a32
}
.team-member.style-2 .member-details{
text-align: left;
}
.team-member.style-2 .member-img .social-profile{
text-align: left;
}
.team-member.style-2 .member-img .social-profile{
padding-left: 30px;
padding-right: 30px;
}
.team-member .member-img .member-about{
position: absolute;
width: 100%;
height: 100%;
display: block;
top: 0;
left: 0;
padding: 30px;
color: #fff;
opacity: 0;
z-index: 1;
pointer-events: none;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.team-member:hover .member-img .member-about{
opacity: 1;
transition-delay: .1s;
}
.team-member.style-2:hover .member-img:after {
opacity: .9;
}
/* 11 - Quick Overview Style
--------------------------------------------------------------------------------------*/
.quick-overview-tab{
text-align: center;
font-family: 'Poppins', sans-serif;
display: inline-block;
margin-left: auto;
margin-right: auto;
margin-bottom: 80px;
}
.quick-overview-tab li.nav-item{
margin-bottom: 0;
text-align: center;
display: inline-block;
margin-left: 25px;
margin-right: 25px;
}
.quick-overview-tab li.nav-item:first-child{
margin-left: 0;
}
.quick-overview-tab li.nav-item:last-child{
margin-right: 0;
}
.quick-overview-tab li a,
.quick-overview-tab .nav-link{
font-size: 16px;
color: #252a32;
font-weight: 500;
border: 0;
padding: 1em .5em;
position: relative;
display: block;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.quick-overview-tab li a:after{
content: "";
display: block;
width: 100%;
height: 3px;
background-color: #28c77f;
position: absolute;
left: 0;
bottom: -2px;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transform-origin: right center 0;
-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.quick-overview-tab li a.active:after{
transform: scaleX(1);
transform-origin: left center 0;
transition: transform 0.3s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.quick-overview-tab li a.active,
.quick-overview-tab .nav-link.active,
.quick-overview-tab li a:hover{
border: 0;
color: #28c77f;
}
.quick-overview-content{
text-align: initial;
}
.quick-overview-content h2{
font-size: 26px;
font-weight: 600;
color: #252a32;
margin-bottom: 1em;
}
.quick-overview-content p{
color: #99a1af;
line-height: 1.625em;
}
.quick-overview-content-head{
margin-bottom: 45px;
}
.iconic-icon-list{
list-style: none;
margin-bottom: 35px;
font-family: 'Poppins', sans-serif;
}
.iconic-icon-list li{
font-size: 16px;
font-weight: 400;
color: #616976;
position: relative;
margin-bottom: 1.25em;
display: -ms-flexbox;
display: flex;
}
.iconic-icon-list.text-right li{
-ms-flex-pack: flex-end;
justify-content: flex-end;
}
.iconic-icon-list li i{
font-size: 20px;
color: #28c77f;
vertical-align: middle;
margin-right: 15px;
}
/* 12 - Pricing Style
--------------------------------------------------------------------------------------*/
.pricing-tables-wrapper{
position: relative;
width: 100%;
text-align: center;
}
.pricing-tab{
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: stretch;
align-items: stretch;
text-align: center;
border: 0;
margin-bottom: 70px;
}
.pricing-tab li,
.pricing-tab li.nav-item{
display: inline-block;
border: 0;
margin-bottom: 0;
}
.pricing-tab li a{
display: block;
color: #616976;
font-size: 16px;
font-weight: 500;
height: 100%;
padding: .8em 2.92em;
font-family: 'Poppins', sans-serif;
border: 1px solid #d6dbe5;
border-radius: 3px;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.pricing-tab li:first-child a{
border-right: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.pricing-tab li:last-child a{
border-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.pricing-tab li a:hover{
color: #28c77f;
border-color: #28c77f;
}
.pricing-tab li a.active{
background-color: #28c77f;
border-color: #28c77f;
border-radius: 3px;
color: #fff;
}
.pricing-table{
position: relative;
display: block;
background-color: #fafcff;
padding: 50px;
text-align: center;
border: 1px solid #f6f8fc;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.pricing-head{
padding-bottom: 28px;
border-bottom: 1px solid #e8edf4;
}
.pricing-head .title{
font-size: 20px;
font-weight: 600;
color: #252a32;
margin-bottom: .2em;
line-height: 1.3;
}
.pricing-head .sub-title{
font-size: 16px;
font-weight: 400;
color: #99a1af;
display: block;
}
.pricing-price{
padding: 35px 0;
}
.pricing-price .price-tag{
font-size: 54px;
font-weight: 500;
color: #252a32;
font-family: 'Poppins', sans-serif;
line-height: 1;
display: inline-block;
}
.pricing-price .price-period{
font-size: 16px;
color: #99a1af;
line-height: 1;
vertical-align: baseline;
display: inline-block;
}
.pricing-body{
margin-bottom: 47px;
}
.pricing-body ul{
list-style: none;
display: block;
position: relative;
}
.pricing-body ul li{
font-size: 16px;
font-weight: 400;
color: #828a99;
margin-bottom: 21px;
}
.pricing-body ul li i{
display: inline-block;
font-size: 12px;
vertical-align: middle;
margin-right: 5px;
}
.pricing-body ul li i.icon_check{
color: #28c77f;
}
.pricing-body ul li i.icon_close{
color: #fa1f1f;
}
.pricing-footer a{
display: inline-block;
font-size: 12px;
font-weight: 700;
color: #717b8c;
border: 1px solid #99a1af;
border-radius: 3px;
text-align: center;
padding: 1.42em 2.5em;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.pricing-footer a:hover{
color: #fff;
background-color: #28c77f;
border-color: #28c77f;
}
.pricing-badge{
position: absolute;
display: block;
top: 0;
right: 5px;
}
.pricing-badge .badge-name{
position: relative;
background-color: #28c77f;
color: #fff;
font-size: 12px;
font-weight: 700;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
height: 40px;
width: 90px;
text-align: center;
-webkit-transform: rotate(-90deg) translateX(-27%);
transform: rotate(-90deg) translateX(-27%);
}
.pricing-badge .badge-name:after{
content: "";
border-top: 20px solid #28c77f;
border-bottom: 20px solid #28c77f;
border-right: 11px solid transparent;
border-left: 11px solid transparent;
position: absolute;
left: -11px;
top: 0;
}
.pricing-table:hover{
background-color: #fff;
border-radius: 4px;
border-color: #f6f8fc;
box-shadow: 0px 20px 40px 0px rgba(0, 12, 31, 0.1);
}
.pricing-table.style-2{
text-align: left;
}
.pricing-table.style-2:hover{
background-color: #fafcff;
box-shadow: none;
}
.pricing-table.style-2.featured{
padding-top: 90px;
padding-bottom: 90px;
background-color: #fff;
box-shadow: 0px 20px 40px 0px rgba(0, 12, 31, 0.1);
border-radius: 4px;
z-index: 1;
margin-left: -15px;
margin-right: -15px;
}
/* 13 - Get The app Style
--------------------------------------------------------------------------------------*/
.get-the-app{
position: relative;
z-index: 0;
/*background: -moz-linear-gradient(-90deg, #28c77f 0%, #7658f7 100%);
background: -webkit-linear-gradient(-90deg, #28c77f 0%, #7658f7 100%);
background: -ms-linear-gradient(-90deg, #28c77f 0%, #7658f7 100%);
background: linear-gradient(-90deg, #28c77f 0%, #7658f7 100%);*/
}
.get-the-app-content{
color: #fff;
}
.get-the-app-content h2{
font-size: 30px;
font-weight: 700;
margin-bottom: .75em;
}
.get-the-app-content p{}
.get-the-app-imgs{
position: relative;
min-height: 560px;
}
.get-the-app-imgs img{
position: absolute;
max-width: 100%;
}
.get-the-app-imgs .gtp-img1{
left: 0;
top: 54px;
}
.get-the-app-imgs .gtp-img2{
right: -55px;
top: 100px;
}
.animated-wave{
position: absolute;
width: 100%;
height: 200px;
bottom: 0;
left: 0;
z-index: 0;
}
.apps-store-btn-wrpper{
margin-top: 40px;
}
.apps-store-btn-wrpper .app-store-btn:last-child{
margin-right: 0;
}
.app-store-btn{
display: inline-block;
background-color: rgba(255, 255, 255, .058);
border: 1px solid #fff;
border-radius: 3px;
overflow: hidden;
width: 200px;
position: relative;
margin-right: 17px;
margin-bottom: 20px;
}
.app-store-btn img{
width: 100%;
height: auto;
display: block;
pointer-events: none;
backface-visibility: hidden;
}
.app-store-btn:hover{
background-color: #fff;
}
.app-store-btn img:nth-child(2),
.app-store-btn:hover img:nth-child(1){
display: none;
}
.app-store-btn:hover img:nth-child(2){
display: block;
}
.h2-get-the-app{
min-height: 470px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.h2-get-the-app .overlay{
opacity: .95;
background-color: #1f212e;
}
.h4-get-the-app .overlay{
opacity: .95;
background: -moz-linear-gradient(-90deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
background: -webkit-linear-gradient(-90deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
background: -ms-linear-gradient(-90deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
background: linear-gradient(-90deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
}
.h4-get-the-app-img{
padding-top: 90px;
overflow: hidden;
}
.h2-download-app-screenshot,
.app-screenshot-parallax{
position: absolute;
top: 50%;
right: 0;
margin-top: -2px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.h2-download-app-screenshot img{
max-width: 100%;
height: auto;
display: block;
}
.app-screenshot-parallax-mokeup{
position: relative;
overflow: hidden;
z-index: 1;
}
.app-screenshot-parallax-mokeup>img{
z-index: 1;
position: relative;
}
.app-screenshot-parallax-mokeup img{
max-width: 100%;
height: auto;
display: block;
}
.app-screenshot-parallax-img{
width: 100%;
height: calc(100% - 130px);
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.app-screenshot-parallax-img img{
margin-left: auto;
margin-right: auto;
position: absolute;
top: 0;
left: 17px;
}
.app-downlod-btn-large{
position: relative;
display: block;
margin-bottom: 30px;
}
.app-downlod-btn-large:after{
content: "";
position: absolute;
width: calc(100% - 60px);
height: 20px;
left: 30px;
bottom: -10px;
display: block;
opacity: .3;
background: -webkit-linear-gradient( 90deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
background: -ms-linear-gradient( 90deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
background: linear-gradient(90deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.app-downlod-btn-large:hover:after{
opacity: 1;
}
.app-downlod-btn-large .btn-content-wrapper{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 30px;
position: relative;
background-color: #ffffff;
z-index: 1;
box-shadow: 0px 2px 4px 0px rgba(0, 12, 31, 0.08);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.app-downlod-btn-large:hover .btn-content-wrapper{
box-shadow: 0px 2px 12px 0px rgba(0, 12, 31, 0.08);
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.app-downlod-btn-large .btn-content-wrapper .btn-c-icon{
-ms-flex: 0 0 90px;
flex: 0 0 90px;
max-width: 90px;
height: 90px;
line-height: 90px;
text-align: center;
background-color: #f5ba2e;
border-radius: 3px;
margin-right: 30px;
}
.app-downlod-btn-large.app-store .btn-content-wrapper .btn-c-icon{
background: #f96797;
}
.app-downlod-btn-large.windows-store .btn-content-wrapper .btn-c-icon{
background: #2ebbf5;
}
.app-downlod-btn-large .btn-content-wrapper .btn-c-icon img{
display: inline-block;
max-width: 100%;
height: auto;
}
.app-downlod-btn-large .btn-content-wrapper .btn-c-content h3{
font-size: 20px;
font-weight: 500;
color: #252a32;
margin-bottom: .25em;
}
.app-downlod-btn-large .btn-content-wrapper .btn-c-content span{
font-size: 16px;
color: #99a1af;
display: block;
}
.h7-get-the-app{
padding-top: 60px;
padding-bottom: 60px;
position: relative;
z-index: 0;
background: -webkit-linear-gradient( 90deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
background: linear-gradient( 90deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
}
.image___bg {
background-image: -moz-linear-gradient( 0deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
position: absolute;
left: 0px;
top: 7876px;
width: 1920px;
height: 550px;
z-index: 414;
}
.h7-download-img{
position: relative;
height: 430px;
}
.h7-download-img img{
max-width: 100%;
height: auto;
display: block;
position: absolute;
}
.h7-download-img .gtp-img1{
right: 0;
top: 0;
}
.h7-download-img .gtp-img2{
left: 0;
top: 0;
}
/* 14 - Blog Style
--------------------------------------------------------------------------------------*/
.blog-post{
position: relative;
display: block;
margin-bottom: 30px;
}
.blog-post .post-thumb{
margin-bottom: 27px;
position: relative;
overflow: hidden;
}
.blog-post .post-thumb img{
width: 100%;
height: auto;
display: block;
}
.blog-post .post-thumb:after{
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0;
top: 0;
left: 0;
pointer-events: none;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.blog-post .post-thumb:hover:after{
opacity: .3;
}
.blog-post .post-thumb .meta-date{
position: absolute;
top: 20px;
left: 20px;
width: 80px;
height: 80px;
border-radius: 3px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
z-index: 2;
-ms-flex-direction: column;
flex-direction: column;
background-color: rgba(37, 42, 50, .9);
pointer-events: none;
color: #fff;
font-size: 16px;
padding: 10px;
line-height: 1;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.blog-post .post-thumb:hover .meta-date{
background-color: rgba(40, 199, 127, .9);
}
.blog-post .post-thumb .meta-date .date{
font-size: 30px;
font-weight: 700;
display: block;
}
.blog-post .post-title{
margin-bottom: .7em;
}
.blog-post .post-title,
.blog-post .post-title a{
font-size: 20px;
font-weight: 600;
color: #252a32;
line-height: 1.5;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.blog-post .post-title a:hover,
.blog-post .post-meta a:hover,
.blog-post.style-2 .post-title a:hover,
.blog-post.style-2 .post-meta a:hover,
.blog-single-post.blog-post .post-meta a:hover{
color: #28c77f;
}
.blog-post .post-meta>span,
.blog-post .post-meta a{
font-size: 14px;
font-weight: 400;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.blog-post .post-meta>span{
color: #99a1af;
position: relative;
display: inline-block;
}
.blog-single-post.blog-post .post-meta a{
color: #99A1AF;
}
.blog-post .post-meta a{
color: #252a32;
}
.blog-post .post-meta>span{
margin-right: 15px;
padding-right: 15px;
}
.blog-post .post-meta>span:after{
content: "";
position: absolute;
width: 0;
height: 15px;
border-right: 1px solid #dde0e4;
border-left: 1px solid #a0a7b4;
top: 60%;
right: -1px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog-post .post-meta>span:first-child{
margin-left: 0;
}
.blog-post .post-meta>span:last-child:after{
display: none;
}
.blog-post .post-meta{
margin-bottom: 9px;
}
.blog-post .post-des{
font-size: 16px;
color: #99a1af;
line-height: 1.75;
margin-bottom: 25px;
}
.blog-post .read-more-btn{
font-size: 16px;
color: #717b8c;
font-weight: 500;
display: inline-block;
position: relative;
vertical-align: middle;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.blog-post .read-more-btn i{
vertical-align: middle;
font-size: 18px;
}
.blog-post .read-more-btn:after{
content: "";
width: 100%;
height: 1px;
position: absolute;
background: #28c77f;
left: 0;
bottom: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transform-origin: right center 0;
-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.blog-post .read-more-btn:hover{
color: #28c77f;
}
.blog-post .read-more-btn:hover:after{
-webkit-transform: scaleX(1);
transform: scaleX(1);
transform-origin: left center 0;
-webkit-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.h2-blog{
padding-bottom: 130px;
}
.blog-page-main-wrapper{
padding-top: 100px;
padding-bottom: 120px;
position: relative;
}
.blog-page-main-wrapper .main-content,
.blog-page-main-wrapper .sidebar{
position: relative;
}
@media screen and (min-width: 992px){
.right-sidebar .main-content{
padding-right: 75px;
}
.right-sidebar .sidebar{
padding-left: 0;
padding-right: 0;
margin-left: -15px;
}
.left-sidebar .main-content{
padding-left: 75px;
}
.left-sidebar .sidebar{
padding-left: 0;
padding-right: 0;
margin-right: -15px;
}
.full-width .blog-single-post .post-thumb{
margin-left: -70px;
margin-right: -70px;
}
}
.blog-post.style-2{
margin-bottom: 60px;
}
.blog-post.style-2 .post-title,
.blog-post.style-2 .post-title a{
color: #1c1d1b;
font-weight: 700;
}
.blog-post.style-2 .post-meta>span,
.blog-post.style-2 .post-meta a{
font-style: italic;
color: #767f8f;
}
.blog-post.style-2 .post-meta>span:after{
content: "/";
border: 0;
height: auto;
width: auto;
top: 50%;
}
.blog-post.style-2 .post-thumb {
margin-bottom: 23px;
}
.blog-post.style-2 .post-title {
margin-bottom: .35em;
}
.blog-post.style-2 .post-meta {
margin-bottom: 22px;
}
.blog-post.style-2 .read-more-btn{
font-size: 14px;
color: #717b8c;
font-weight: 700;
display: inline-block;
position: relative;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.blog-post.style-2 .read-more-btn:after{
content: "";
width: 100%;
height: 1px;
position: absolute;
background: #28c77f;
left: 0;
bottom: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transform-origin: right center 0;
-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.blog-post.style-2 .read-more-btn:hover{
color: #28c77f;
}
.blog-post.style-2 .read-more-btn:hover:after{
-webkit-transform: scaleX(1);
transform: scaleX(1);
transform-origin: left center 0;
-webkit-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.blog-post.style-2 .post-des{
margin-bottom: 20px;
line-height: 1.68;
}
.blog-post.style-2 .post-thumb .meta-date{
left: auto;
right: 20px;
width: 68px;
height: 68px;
text-transform: uppercase;
font-size: 16px;
}
.blog-post.blog-single-post{
margin-bottom: 60px;
}
.blog-post.blog-single-post .post-thumb:after{
display: none;
}
.blog-post.blog-single-post .post-title{
color: #222931;
font-size: 26px;
margin-bottom: 5px;
}
.blog-post.blog-single-post .post-des{
color: #767f8f;
line-height: 1.6;
margin-top: 40px;
}
.f-l-big:first-letter{
font-size: 3.125em;
color: #28c77f;
font-weight: 900;
float: left;
line-height: 1;
margin-top: 3px;
margin-right: 20px;
}
.blog-single-post-footer{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 1px solid #E4E8ED;
border-bottom: 1px solid #E4E8ED;
padding: 20px;
margin-bottom: 60px;
}
.blog-single-post-footer>div{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.meta-tags span,
.meta-tags a{
color: #767f8f;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.meta-tags a:hover{
color: #28c77f;
}
.blog-single-post-footer .meta-tags i{
font-size: 14px;
margin-right: 15px;
}
.blog-single-post-footer .meta-share{
text-align: right;
}
.blog-single-post-footer .meta-share>span,
.blog-single-post-footer .meta-share .social-profile{
display: inline-block;
}
.blog-single-post-footer .meta-share>span{
color: #222931;
margin-right: 30px;
font-weight: 600;
}
.author-box{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 27px 35px 27px 75px;
margin-left: 40px;
background-color: #fbfbfb;
border: 1px solid #f3f3f3;
margin-bottom: 65px;
}
.author-box .author-avatar {
width: 90px;
height: 90px;
border-radius: 50%;
display: block;
flex-shrink: 0;
overflow: hidden;
margin-right: 30px;
border: 3px solid #e6ebf2;
position: absolute;
top: 50%;
left: -40px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.author-box .author-avatar img{
width: 100%;
height: auto;
display: block;
}
.author-box .author-info-head{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
margin-bottom: 5px;
}
.author-box .author-info-head .author-social{
margin-left: auto;
}
.author-box .author-info-head .author-social ul li a{
font-size: 14px;
}
.author-box .author-info-head h3{
font-size: 18px;
font-weight: 600;
color: #222931;
margin-bottom: 0;
}
.author-box .author-description{
font-size: 16px;
font-weight: 400;
color: #767f8f;
line-height: 1.7;
}
.comment-list,
.comment-list .children{
list-style: none;
}
.comment-list .children{
margin-bottom: 0;
}
.comment-body{
margin-bottom: 35px;
}
.comment-body .comment-author{
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
float: left;
margin-right: 30px;
border: 1px solid #e6e6e6;
padding: 3px;
}
.comment-author img{
width: 100%;
height: auto;
display: block;
border-radius: 50%;
}
.comment-list>.comment:last-child>.comment-body{
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.comment-list>.comment{
margin-bottom: 35px;
}
.comment-list>.comment:last-child{
margin-bottom: 0;
}
.comment-body .comment-content{
display: table;
padding-bottom: 30px;
border-bottom: 1px solid #d6e0eb;
}
.comment-metadata .author-name a,
.comment-metadata .commernt-reply a{
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.comment-metadata .author-name a:hover,
.comment-metadata .commernt-reply a:hover{
color: #28c77f;
}
.comment-metadata .author-name{
margin-bottom: .3em;
}
.comment-metadata .author-name,
.comment-metadata .author-name a{
display: block;
font-size: 16px;
font-weight: 600;
color: #000000;
font-family: 'Poppins', sans-serif;
}
.comment-metadata .post-date{
font-size: 16px;
font-weight: 400;
color: #99a1af;
}
.comment-metadata .commernt-reply{
float: right;
}
.comment-metadata .commernt-reply a{
font-size: 14px;
font-weight: 400;
color: #000;
}
.comment-metadata{
margin-bottom: 19px;
}
.comment-txt{
font-size: 16px;
color: #767f8f;
letter-spacing: 0.02em;
line-height: 1.74;
}
.comment .children{
padding-left: 70px;
}
.comment-area .ca-title{
font-size: 24px;
color: #222931;
font-weight: 600;
position: relative;
margin-bottom: 60px;
}
.comment-area .ca-title:after {
content: "";
width: 50px;
height: 2px;
display: block;
background: #28c77f;
margin-top: 10px;
}
.comment-respond{
margin-top: 75px;
}
.comment-respond .ca-title{
margin-bottom: 35px;
}
.comment-form .form-control{
background-color: #fbfbfb;
border: 1px solid #ebebeb;
box-shadow: none;
padding-left: 1.5em;
padding-right: 1.5em;
}
.comment-form .form-group{
margin-bottom: 30px;
}
.comment-form .form-row {
margin-right: -10px;
margin-left: -10px;
}
.comment-form .form-row>.col,
.comment-form .form-row>[class*=col-] {
padding-right: 10px;
padding-left: 10px;
}
.comment-form .form-control:focus{
background-color: #fff;
border-color: #28c77f;
}
.widget{
position: relative;
margin-bottom: 42px;
}
.widget-title{
font-size: 18px;
font-weight: 600;
color: #222931;
position: relative;
margin-bottom: 28px;
}
.widget-title:after{
content: "";
width: 50px;
height: 2px;
display: block;
background: #28c77f;
margin-top: 10px;
}
.widget-search-form .form-control{
background-color: #fcfcfc;
border-color: #E7EBF4;
border-radius: 3px;
height: 56px;
padding-top: 0;
padding-bottom: 0;
box-shadow: none;
font-size: 14px;
}
.widget-search-form .form-control:focus{
box-shadow: none;
}
.widget-search-form .btn{
position: absolute;
width: 57px;
height: 50px;
background-color: #f0f0f0;
color: #28c77f;
top: 50%;
right: 3px;
padding: 0;
border: 0;
min-width: auto;
font-size: 14px;
z-index: 3;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.widget-search-form .btn:hover{
background-color: #28c77f;
color: #f0f0f0;
}
.widget ul{
list-style: none;
}
.widget-recent-post ul {
padding: 0;
margin: 0;
list-style: none;
}
.widget-popular-post{
position: relative;
margin-bottom: 30px;
}
.widget-popular-post .post-detail p{
font-size: 15px;
font-weight: 500;
color: #181b1a;
font-family: 'Poppins', sans-serif;
line-height: 1.34;
margin-bottom: 12px;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.widget-popular-post a:hover .post-detail p{
color: #28c77f;
}
.widget-popular-post .post-detail span{
font-size: 15px;
color: #99a1af;
display: block;
}
.widget-popular-post .post-img{
max-width: 100px;
margin-right: 20px;
border-radius: 3px;
overflow: hidden;
}
.widget-archive-list li:first-child {
padding-top: 0;
}
.widget-archive-list li {
padding: .75em 0;
}
.widget-archive-list li a {
display: flex;
position: relative;
vertical-align: middle;
font-size: 16px;
color: #767f8f;
line-height: 1;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.widget-archive-list li a>span {
-ms-flex-positive: 1;
flex-grow: 1;
}
.widget-archive-list li a>span:last-child {
text-align: right;
}
.widget-archive-list li a:hover{
color: #28c77f;
}
.tagcloud a {
font-weight: 400;
color: #767f8f;
text-decoration: none;
background: #f3f3f3;
display: inline-block;
font-size: 15px!important;
padding: .83em 1.5em;
margin: 0 0.75em .68em 0;
border-radius: 3px;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.tagcloud a:hover{
background-color: #28c77f;
color: #ffffff;
}
.pagination .page-numbers{
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
color: #181b1a;
background-color: #f2f2f2;
border-radius: 3px;
text-align: center;
margin-right: 10px;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover{
background-color: #28c77f;
color: #fff;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next{
border: 1px solid #28c77f;
background-color: transparent;
line-height: 38px;
}
.post-row{
position: relative;
margin-bottom: 40px;
border-bottom: 1px solid #e8e7ef;
padding-bottom: 20px;
}
/* 15 - Partner Style
--------------------------------------------------------------------------------------*/
.partner-logo{
position: relative;
}
.partner-logo img{
display: block;
max-width: 100%;
height: auto;
opacity: .5;
margin-left: auto;
margin-right: auto;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.partner-logo img:hover{
opacity: 1;
}
/* 16 - FAQ and Accordion Style
--------------------------------------------------------------------------------------*/
@media (min-width: 1300px){
.faq-sec-img{
margin-left: -90px;
margin-right: -30px;
}
}
@media (min-width: 1450px){
.faq-sec-img{
margin-left: -150px;
}
}
.h7-faq-sec{
padding-top: 0;
}
.faq-sec-img img{
max-width: 100%;
height: auto;
display: block;
}
.accordion-item{
position: relative;
border: 0;
border-radius: 0;
background-color: #fff;
box-shadow: 0px 10px 30px 0px rgba(0, 12, 31, 0.08);
margin-bottom: 20px;
background-image: -moz-linear-gradient( 90deg, rgb(13,197,173) 0%, rgb(50,73,214) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(13,197,173) 0%, rgb(50,73,214) 100%);
background-image: linear-gradient( 90deg, rgb(13,197,173) 0%, rgb(50,73,214) 100%);
}
.accordion-btn{
width: 100%;
cursor: pointer;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 23px 30px 13px 30px;
background-color: transparent;
border: 0;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.accordion-btn:focus{
outline: none;
}
.accordion-btn.collapsed{
background-color: #fff;
padding: 23px 30px;
}
.accordion-btn .accordion-title{
font-size: 20px;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: left;
color: #fff;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.accordion-btn .accordion-icon{
font-size: 30px;
color: #fff;
margin-right: 30px;
display: -ms-flexbox;
display: flex;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.accordion-arrow i{
width: 34px;
height: 34px;
line-height: 34px;
background-color: rgba(255, 255, 255, .2);
border-radius: 50%;
display: block;
color: #fff;
font-size: 20px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.accordion-btn.collapsed .accordion-title{
color: #8b8b99;
}
.accordion-btn.collapsed .accordion-icon{
color: #87e7da;
}
.accordion-btn.collapsed .accordion-arrow i{
color: #0dc5ad;
background-color: #eff2f7;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.accordion-body{
color: #fff;
padding-left: 90px;
padding-right: 50px;
padding-top: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.625em;
}
.accordion.accordion-style-2 .accordion-item{
background: transparent;
box-shadow: none;
margin-bottom: 0;
}
.accordion.accordion-style-2 .accordion-btn.collapsed{
padding: 23px 30px;
}
.accordion.accordion-style-2 .accordion-btn,
.accordion.accordion-style-2 .accordion-item:last-child .accordion-btn{
border: 0;
}
.accordion.accordion-style-2 .accordion-btn{
padding-left: 0;
padding-right: 0;
}
.accordion.accordion-style-2 .accordion-btn.collapsed{
background: transparent;
border-bottom: 1px solid #d7e0ed;
padding-left: 0;
padding-right: 0;
}
.accordion.accordion-style-2 .accordion-btn.collapsed .accordion-icon,
.accordion.accordion-style-2 .accordion-btn.collapsed .accordion-title{
color: #8b8b99;
}
.accordion.accordion-style-2 .accordion-btn .accordion-title,
.accordion.accordion-style-2 .accordion-btn .accordion-icon{
color: #252a32;
}
.accordion.accordion-style-2 .accordion-body{
color: #99a1af;
padding-left: 42px;
padding-right: 0;
}
.accordion.accordion-style-2 .accordion-btn .accordion-title{
font-size: 18px;
}
.accordion.accordion-style-2 .accordion-btn .accordion-icon{
font-size: 20px;
margin-right: 20px;
}
.accordion.accordion-style-2 .accordion-arrow .acco-toggle-icon{
width: auto;
height: auto;
line-height: 1;
border-radius: 0;
position: relative;
background-color: transparent;
width: 12px;
height: 12px;
}
.accordion.accordion-style-2 .acco-toggle-icon:after,
.accordion.accordion-style-2 .acco-toggle-icon:before{
content: "";
position: absolute;
background-color: #8b8b99;
display: block;
-webkit-transition: .6s ease;
transition: .6s ease;
}
.accordion.accordion-style-2 .accordion-btn.collapsed .acco-toggle-icon:after{
width: 2px;
height: 12px;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.accordion.accordion-style-2 .accordion-btn.collapsed .acco-toggle-icon:before{
width: 12px;
height: 2px;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.accordion.accordion-style-2 .acco-toggle-icon:after{
width: 2px;
height: 12px;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%) rotate(90deg);
transform: translateX(-50%) rotate(90deg);
}
/* 17 - Video Style
--------------------------------------------------------------------------------------*/
.video-sec{
padding-top: 200px;
padding-bottom: 150px;
}
.video-sec.size-large{
padding-top: 250px;
padding-bottom: 200px;
}
.video-sec .overlay{
opacity: .95;
background: -moz-linear-gradient( 90deg, #0dc1e9 0%, #28c77f 100%);
background: -webkit-linear-gradient( 90deg, #0dc1e9 0%, #28c77f 100%);
background: -ms-linear-gradient( 90deg, #0dc1e9 0%, #28c77f 100%);
background: linear-gradient( 90deg, #0dc1e9 0%, #28c77f 100%);
}
.video-play-content{
position: relative;
text-align: center;
}
.video-play-btn{
margin-bottom: 80px;
}
.video-play-btn a{
display: inline-block;
width: 80px;
height: 80px;
position: relative;
text-align: center;
background: -webkit-linear-gradient( -140deg, #9479fe 0%, #28c77f 100%);
background: -ms-linear-gradient( -140deg, #9479fe 0%, #28c77f 100%);
background: linear-gradient( -140deg, #9479fe 0%, #28c77f 100%);
box-shadow: 0px 13px 30px 0px rgba(0, 12, 31, 0.1);
border-radius: 50%;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
margin-left: auto;
margin-right: auto;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.video-play-btn a:focus{
transform: scale(1.5);
opacity: 0;
}
.video-play-btn a:after,
.video-play-btn a:before{
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
box-shadow: 0 0 0 .8px rgba(255, 255, 255, .5);
border-radius: 50%;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
animation: pulse 2.2s ease-out infinite;
backface-visibility: hidden;
pointer-events: none;
}
.video-play-btn a:after{
animation-delay: 1s;
}
.video-play-content .title{
font-size: 30px;
font-weight: 700;
color: #fff;
letter-spacing: .5em;
margin-bottom: 0;
line-height: 1.5;
position: relative;
}
.video-play-btn a svg{
margin-left: 5px;
}
.video-popup{
position: relative;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 4px 14px 0px rgba(0, 26, 36, 0.2);
}
.video-popup:after{
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #000;
display: block;
opacity: .2;
}
.video-popup img{
max-width: 100%;
display: block;
height: auto;
}
.video-popup .video-play{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-popup .video-play a{
display: block;
position: relative;
width: 70px;
height: 70px;
line-height: 80px;
background-color: #fff;
border-radius: 50%;
text-align: center;
box-shadow: 0px 4px 14px 0px rgba(0, 26, 36, 0.2);
padding-left: 5px;
}
.video-popup .video-play a:after{
content: "";
width: 142.87%;
height: 142.87%;
display: block;
top: 50%;
left: 50%;
position: absolute;
background-color: rgba(255,255,255,.35);
border: 1px solid #fff;
border-radius: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-popup .video-play a svg path{
fill: #5a60ff;
}
.video-img-area{
position: relative;
overflow: hidden;
border-radius: 10px;
box-shadow: 0px 30px 69px 0px rgba(0, 26, 36, 0.3);
}
.h7-video-sec{
padding-bottom: 120px;
}
.h7-video-sec .video-img-area{
margin-top: -180px
}
.video-img-area img{
width: 100%;
height: auto;
display: block;
}
.video-img-area .video-play-btn{
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-img-area:after{
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 0;
pointer-events: none;
background: -webkit-linear-gradient( 60deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
background: linear-gradient( 60deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
opacity: .8;
}
.video-play-btn a{
background: -webkit-linear-gradient( 230deg, rgb(38,208,206) 0%, rgb(38,56,163) 100%);
background: -ms-linear-gradient( 230deg, rgb(38,208,206) 0%, rgb(38,56,163) 100%);
box-shadow: 0px 16px 30px 0px rgba(0, 12, 31, 0.1);
}
.h2-video-play{
padding-top: 180px;
padding-bottom: 150px;
}
.h2-video-play .overlay{
background-color: #445063;
opacity: .94;
}
.video-and-nl-sec{
background-color: #f6f9fd;
}
.newsletter-h2-wrapper{
padding: 30px;
position: relative;
}
.newsletter-h2{
width: 475px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
}
.newsletter-h2-wrapper:before{
content: "@";
font-size: 300px;
color: #f0f4f8;
font-family: 'Poppins', sans-serif;
position: absolute;
z-index: 0;
font-weight: 700;
top: 50%;
left: 0;
width: 100%;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.newsletter-h2 .newsletter-title{
font-size: 30px;
font-weight: 700;
color: #445063;
margin-bottom: .5em;
}
.newsletter-h2 .input-group{
border-bottom: 1px solid #d6deea;
margin-top: 95px;
}
.newsletter-h2 .form-control{
background-color: transparent;
box-shadow: none;
padding: 0;
margin: 0;
border-radius: 0;
outline: none;
border: 0;
}
.newsletter-h2 .form-control:focus{
box-shadow: none;
border: 0;
outline: none;
}
.newsletter-h2 button{
background-color: transparent;
border: 0;
border-radius: 0;
font-size: 12px;
font-weight: 700;
color: #717b8c;
cursor: pointer;
height: 100%;
}
.newsletter-h2 button:hover{
color: #f73861;
}
/* 1 - Contact Style
--------------------------------------------------------------------------------------*/
.iconic-contact-info .contact-info-head{
border-bottom: 1px solid #E5E9F0;
margin-bottom: 35px;
}
.iconic-contact-info .contact-info-head h2{
font-size: 30px;
font-weight: 700;
color: #252a32;
margin-bottom: .5em;
}
.iconic-contact-info .contact-info-head p{
margin-bottom: 1.38em;
}
.iconic-contact-info .f-contact-list>li span{
color: #252a32;
}
.iconic-contact-info{
color: #252a32;
}
.h2-contact{
padding-top: 175px;
padding-bottom: 130px;
}
.form-control{
border: 1px solid transparent;
border-radius: 3px;
box-shadow: 0px 2px 4px rgba(0,12,31,0.08);
background-color: #ffffff;
color: #252a32;
font-size: 16px;
padding: 1.12em 1.9em;
-webkit-transition: .15s ease-out;
transition: .15s ease-out;
}
.form-control:focus{
box-shadow: 0px 10px 20px rgba(0,12,31,0.1);
outline: none;
border-color: #eceff5;
}
.form-control::-webkit-input-placeholder{
color: #b3bbc8;
}
.form-control::-moz-placeholder{
color: #b3bbc8;
}
.form-control:-ms-input-placeholder{
color: #b3bbc8;
}
.form-control::placeholder{
color: #b3bbc8;
}
.contact-form .form-row{
margin-right: -15px;
margin-left: -15px;
}
.contact-form .form-row>.col,
.contact-form .form-row>[class*=col-] {
padding-right: 15px;
padding-left: 15px;
}
.contact-form .form-group{
margin-bottom: 22px;
}
.contact-form .btn{
margin-top: 10px;
}
#map{
width: 100%;
height: 400px;
border: 6px solid #fff;
box-shadow: 0px 2px 4px 0px rgba(0, 12, 31, 0.08);
}
/* 18 - Footer Style
--------------------------------------------------------------------------------------*/
footer,
.footer{
position: relative;
overflow: hidden;
background-color: #e1effa;
font-size: 16px;
font-weight: 400;
color: #8b9aa8;
}
.footer p{
line-height: 1.75;
}
.footer ul{
margin-bottom: 32px;
}
.f-copyright-area ul{
margin-bottom: 0;
}
.f-widget-area{
position: relative;
padding-top: 110px;
padding-bottom: 32px;
}
.f-widget{
position: relative;
margin-bottom: 40px;
}
.f-widget img{
max-width: 100%;
height: auto;
display: block;
}
.f-logo{
margin-bottom: 25px;
}
.f-widget-title{
font-size: 20px;
font-weight: 600;
color: #3b566e;
margin-bottom: 40px;
}
.f-widget .f-list{
list-style: none;
}
.f-widget .f-list li,
.f-widget .f-list li a{
font-size: 16px;
color: #8b9aa8;
}
.f-widget .f-list li{
margin-bottom: .95em;
}
.f-widget .f-list li a{
position: relative;
display: inline-block;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.f-widget .f-list li a:hover{
color: #28c77f;
}
.f-widget .f-list li a:after {
content: "";
width: 100%;
height: 0;
border-top: 1px solid #63d3a4;
border-bottom: 1px solid #aae2d2;
position: absolute;
background: #fff;
left: 0;
bottom: -1px;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transform-origin: right center 0;
-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.f-widget .f-list li a:hover:after {
transform: scaleX(1);
transform-origin: left center 0;
transition: transform 0.3s ease-in-out;
}
.f-contact-list{
list-style: none;
}
.f-contact-list>li{
display: -ms-flexbox;
display: flex;
margin-bottom: 17px;
}
.f-contact-list>li span{
font-weight: 700;
color: #466077;
margin-right: 7px;
}
.f-nav,
.footer .f-nav{
list-style: none;
position: relative;
margin-bottom: 0;
padding: 0;
}
.f-nav li{
display: inline-block;
position: relative;
margin: 0;
padding: 0;
}
.f-nav li a{
font-size: 12px;
font-weight: 400;
color: #8b9aa8;
display: block;
margin: .5em 1em;
padding: 0;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.f-nav .nav-item:last-child a{
margin-right: 0;
}
.f-nav .nav-item:first-child a{
margin-left: 0;
}
.f-nav li a:hover{
color: #28c77f;
}
.f-copyright-area{
position: relative;
}
.copyright{
font-size: 12px;
color: #8b9aa8;
margin-bottom: 0;
}
.copyright a{
color: #28c77f;
}
.f-copyright-area>.container{
position: relative;
padding-top: 19px;
padding-bottom: 19px;
}
.f-copyright-area>.container:before{
content: "";
display: block;
width: calc(100% - 30px);
height: 1px;
background-color: #c6d9eb;
position: absolute;
top: 0;
left: 15px;
}
.footer.footer-dark{
background-color: #1E212E;
}
.footer.footer-dark .overlay{
background-image: url(../images/footer-shape.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.footer.footer-dark .f-widget-title{
color: #fff;
}
.footer.footer-dark .f-copyright-area>.container:before{
background: #292B3B;
}
.f-newsletter{
margin-top: 35px;
margin-bottom: 25px;
}
.f-newsletter .input-group{
width: 320px;
max-width: 100%;
position: relative;
border-radius: 3px;
border: 1px solid #2b2f41;
padding: 10px 0;
}
.f-newsletter .input-group .form-control{
background: transparent;
border-radius: 0;
box-shadow: none;
border: 0;
padding-top: .6em;
padding-bottom: .6em;
font-size: 14px;
color: #99A1AF;
}
.f-newsletter .input-group-btn button{
display: block;
height: 100%;
background-color: transparent;
border: none;
box-shadow: none;
color: #fff;
font-size: 16px;
cursor: pointer;
padding-left: 23px;
padding-right: 23px;
border-left: 1px solid #2C2E42;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.f-newsletter .input-group-btn button:hover{
color: #28c77f;
}
.f-newsletter .input-group .form-control::-webkit-input-placeholder{
color: #505265;
}
.f-newsletter .input-group .form-control::-moz-placeholder{
color: #505265;
}
.f-newsletter .input-group .form-control:-ms-input-placeholder{
color: #505265;
}
.f-newsletter .input-group .form-control::placeholder{
color: #505265;
}
.f-instagram{
position: relative;
list-style: none;
padding: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
}
.f-instagram li {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
display: block;
padding: 0 5px;
margin-bottom: 10px;
border-right: 3px;
overflow: hidden;
}
.f-instagram li img{
width: 100%;
height: auto;
display: block;
border-radius: 3px;
}
.f-instagram li a{
display: block;
-webkit-transition: .15s ease;
transition: .15s ease;
}
.f-instagram li a:hover{
opacity: .7;
}
.f-copyright-area.h3-style{
color: #fff;
background: -moz-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: -webkit-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: linear-gradient(40deg, #032F76 50%, #7C032F 100%);
}
.f-copyright-area.h3-style .copyright{
color: #fff;
font-size: 14px;
}
.f-copyright-area.h3-style>.container:before{
display: none;
}
.f-copyright-area.h3-style>.container {
position: relative;
padding-top: 28px;
padding-bottom: 28px;
}
@media (min-width: 768px){
.footer.style-3>.container{
max-width: 700px;
}
}
.footer.style-3{
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
color: #fff;
background: -moz-linear-gradient( 40deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
background: -webkit-linear-gradient( 40deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
background: linear-gradient( 40deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
}
.footer.style-3 .overlay{
background-image: url(../images/footer-shape2.png);
}
.footer.style-3 .f-newsletter .input-group{
max-width: 100%;
width: 100%;
background-color: #fff;
border: none;
border-radius: 3px;
padding-top: 15px;
padding-bottom: 15px;
}
.footer.style-3 .f-newsletter .input-group .form-control{
font-size: 16px;
padding-top: .5em;
padding-bottom: .5em;
color: #000;
}
.footer.style-3 .f-newsletter .input-group-btn button{
color: #0dc5ad;
font-size: 20px;
padding-left: 30px;
padding-right: 30px;
border-color: #e9ebf7;
}
.footer.style-3 .f-logo {
margin-bottom: 60px;
}
.footer.style-3 ul{
margin-bottom: 0;
}
.footer.style-3 .f-social-area{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer.style-3 .f-contact-list>li span{
color: #fff;
font-weight: 400;
margin-right: 20px;
}
.footer.style-3 .copyright-area{
width: 470px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
position: relative;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer.style-3 .copyright{
color: #fff;
text-align: center;
margin-bottom: 0;
}
.footer.style-3 .f-contact-list>li{
margin-bottom: 8px;
}
.scroll-top{
width: 40px;
height: 40px;
line-height: 40px;
position: fixed;
right: 20px;
bottom: 20px;
z-index: 999;
font-size: 22px;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
display: none;
background: -webkit-linear-gradient(40deg, #28c77f 0%, #7658f7 100%);
background: linear-gradient( 40deg, #28c77f 0%, #7658f7 100%);
border-radius: 3px;
box-shadow: 0 2px 15px rgba(0,0,0,.25);
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.scroll-top:hover{
line-height: 33px;
}
/*-----new-css--*/
.main-banner{
background-image: url(../images/banner-top.png);
background-repeat: no-repeat;
background-size: cover;
min-width: 100%;
min-height: 763px;
}
.about-us{
background: linear-gradient(40deg, #032F76 50%, #7C032F 100%);
color: #fff;
text-align: center;
}
.contact-info-head h2{
font-size: 30px;
font-weight: 700;
color: #252a32;
margin-bottom: .5em;
text-align: center;
}
.contact-info-head p {
margin-bottom: 1.38em;
text-align: center;
}
.h3-top-1 {
top: 120px;
right: 38px;
}
.h3-top-2 {
right: 183px;
top: 117px;
}
.h3-coin {
top: 438px;
right: 178px;
z-index: 9;
}
.shake{
visibility: visible;
animation-duration: 0.2s;
animation-iteration-count: 4;
animation-name: shake;
}
.main-banner .banner-content {
color: #fff;
position: relative;
text-align: center;
padding-top: 360px;
}
.contact-bg-color{
background-color: #F3F3F3;
}
.pt-24{
padding-top: 24px;
}
.a-title {
position: relative;
display: block;
width: 100%;
text-align: center;
margin-bottom: 50px;
}
.a-title::after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 2px;
bottom: -20px;
left: 50%;
background: #fff;
transform: translateX(-50%);
}
.bg-image{
background-image: url(../images/bg-img-1.png);
background-repeat: no-repeat;
background-size: cover;
}
.text-btn-1{
text-align: right;
}
.text-btn-2{
text-align: left;
}
@media (max-width: 767px){
.text-btn-1{
text-align: center!important;
}
.text-btn-2{
text-align: center!important;
}
}
/*--slider--*/
/********* Harshit CSS ********/
.banner-content.padding-xs-t130 {padding-top: 130px; }
.h3-awesome-feature.bg-color.s-padding {padding-top: 100px;}
.h3-about.s-padding.about-us {padding-top: 100px;}
.h3-get-the-app.s-padding.bg-color {padding-top: 100px;}
.h4-contact.s-padding.bg-color.contact-bg-color {padding-top: 100px;}
.bg_white { background-color: #fff; }
.padding-tb20 { padding: 20px 0px 20px 0px; }
.f-22 { font-size: 22px; }
.f-600 { font-weight: 600; }
.payment h2 { padding-bottom: 0px; padding-top: 13px; }
.payment .payment_icon ul { margin: 0px; padding: 0px; }
.payment .payment_icon ul li { display: inline-block; list-style: none; padding-left: 25px; }
.payment .payment_icon ul li a { }
/*----------------new-css-far 25-1-19 start----------------*/
.modal-header, .modal-body{
background-color: #f9f9f9;
}
*.tabs-center .nav-tabs li.nav-item{
width: 50%;
}
.tabs-center{
display: block;
text-align: center;
width: 100%;
}
.tabs-center ul{
margin: 0 auto;
border-bottom: none;
}
.tabs-center .nav-tabs li.nav-item a.nav-link{
border: none;
color: #032f76;
}
.tabs-center .nav-tabs li.nav-item a.nav-link.active{
border-bottom: 1px solid #032f76;
}
.fade:not(.show) {
opacity: 1 !important;
}
.tabs-rech{
display: block;
text-align: center;
width: 100%;
}
.tabs-rech ul.nav-tabs{
border-bottom: none;
}
.tabs-rech ul.nav-tabs li.nav-item{
width: 50%;
}
.tabs-rech ul.nav-tabs li.nav-item a{
border: none;
background-color: transparent;
}
.tabs-rech ul.nav-tabs li.nav-item a.active{
background-color: ;
}
.tab-content form .form-group select{
text-indent: 1.4em;
height: 62px !important;
}
button:focus{
border: none !important;
outline: unset !important;
}
@media (min-width: 992px){
.navbar-nav li{
margin-left: 1em;
margin-right: 1em;
}
}
/*----------------new-css-far 25-1-19 end----------------*/ | assets/css/style.css | @import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700,900|Poppins:100,200,300,300i,400,400i,500,600,700,800,900|Roboto:100,300,400,500,700,900');
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding:0;
}
html{
font-size: 16px;
}
body{
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 400;
/* color: #FFF; */
overflow-x: hidden;
line-height: 1.2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Poppins', sans-serif;
}
section{
position: relative;
padding: 0 20px;
}
a,
a:hover{
text-decoration: none;
}
p{
line-height: 1.75;
margin-bottom: 1.38em;
}
.white { color: #fff !important; }
/* 2 - Global Style
--------------------------------------------------------------------------------------*/
.wave-shape{
position: absolute;
width: 100%;
height: auto;
disp.img-center imglay: block;
left: 0;
bottom: 0;
pointer-events: none;
-webkit-transition: .3s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .3s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.wave img{
max-width: 100%;
height: auto;
display: block;
}
.angle-shape{
width: 100%;
height: 100%;
position: absolute;
top: -275px;
left: 0;
z-index: 0;
pointer-events: none;
overflow: hidden;
}
.angle-shape svg{
width: 115%;
fill: #fff;
transform: rotate(-6deg);
position: relative;
left: -5%;
top: 158px;
}
.sec-color.angle-shape svg,
.arrow-shape.sec-color svg{
fill: #fafcff;
}
.arrow-shape.sec-color svg path{
fill: #fafcff;
}
.arrow-shape{
position: absolute;
bottom: 40px;
left: 0;
width: 100%;
height: 100px;
display: block;
}
.arrow-shape svg{
height: 150px;
}
.arrow-shape.top{
top: -5px;
bottom: auto;
}
.arrow-shape.top svg{
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.btn{
font-size: 14px;
font-weight: 700;
color: #28c77f;
background: transparent;
border-radius: 3px;
border: 1px solid #28c77f;
padding: 1.2em;
min-width: 160px;
text-align: center;
cursor: pointer;
-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.btn.btn-full{
display: block;
width: 100%;
}
.btn:hover,
.btn.fill-style{
color: #fff;
background-color: #28c77f;
border-color: #28c77f;
}
.btn.fill-style:hover{
color: #28c77f;
background: transparent;
border-color: #28c77f;
}
.btn:focus{
box-shadow: none;
}
.btn svg,
.btn span,
.btn i{
vertical-align: middle;
}
.btn.store-btn{
color: #fff;
font-size: 16px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
border-color: #bdaefd;
border-width: 1px;
min-width: 180px;
padding: .85em;
position: relative;
}
.home-1-banner .btn.store-btn{
border-color: #28c77f;
color: #28c77f;
}
.btn.store-btn:hover,
.btn.store-btn.fill-style{
color: #28c77f;
border-color: #fff;
background-color: #fff;
}
.home-1-banner .btn.store-btn:hover,
.home-1-banner .btn.store-btn.fill-style{
color: #fff;
border-color: #28c77f;
background-color: #28c77f;
}
.btn.store-btn svg,
.btn.store-btn span{
position: relative;
z-index: 1;
}
.btn.store-btn svg,
.btn.store-btn svg path{
fill: #fff;
-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.home-1-banner .btn.store-btn svg,
.home-1-banner .btn.store-btn svg path{
fill: #28c77f;
}
.btn.store-btn:hover svg,
.btn.store-btn:hover svg path,
.btn.store-btn.fill-style svg,
.btn.store-btn.fill-style svg path{
fill: #28c77f;
}
.home-1-banner .btn.store-btn:hover svg,
.home-1-banner .btn.store-btn:hover svg path,
.home-1-banner .btn.store-btn.fill-style svg,
.home-1-banner .btn.store-btn.fill-style svg path{
fill: #fff;
}
.btn.store-btn.fill-style:hover{
color: #fff;
background-color: transparent;
border-color: #bdaefd;
}
.home-1-banner .btn.store-btn.fill-style:hover{
color: #28c77f;
background-color: transparent;
border-color: #28c77f;
}
.btn.store-btn.fill-style:hover svg,
.btn.store-btn.fill-style:hover svg path{
fill: #fff;
}
.home-1-banner .btn.store-btn.fill-style:hover svg,
.home-1-banner .btn.store-btn.fill-style:hover svg path{
fill: #28c77f;
}
.btn.store-btn svg{
margin-right: 10px;
}
.scroll-next-sec{
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
color: #fff;
font-size: 20px;
cursor: pointer;
display: block;
border-radius: 50%;
border: 2px solid #8e78f9;
}
.scroll-next-sec i{
display: inline-block;
animation: .7s upndown infinite;
animation-direction: alternate;
}
@media (min-width: 1230px){
/* .container {
max-width: 1200px;
} */
.navbar{
padding-left: 0;
padding-right: 0;
}
}
.bg-img{
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.bg-color{
background-color: #fafcff;
}
.bg-1{
background-image: url(../images/bg1.jpg);
}
.bg-2{
background-image: url(../images/bg2.jpg);
}
.bg-3{
background-image: url(../images/bg3.jpg);
}
.bg-4{
background-image: url(../images/bg4.png);
}
.bg-5{
background-image: url(../images/bg5.jpg);
}
.bg-6{
background-image: url(../images/wave-bg1.jpg);
}
.bg-7{
background-image: url(../images/down.jpg);
}
.bg-8{
background-image: url(../images/bg6.jpg);
}
.bg-9{
background-image: url(../images/bg7.jpg);
}
.overflow-hidden{
overflow: hidden;
}
.s-padding{
padding-top: 110px;
padding-bottom: 110px;
}
.s-pb-large{
padding-bottom: 200px;
}
.s-title{
position: relative;
display: block;
width: 100%;
text-align: center;
margin-bottom: 50px;
}
.s-title h2{
font-size: 30px;
font-weight: 700;
color: #252a32;
margin-bottom: 10px;
}
.s-title p{
font-size: 18px;
color: #99a1af;
margin-bottom: 0;
}
.s-title::after{
content: "";
position: absolute;
display: block;
width: 50px;
height: 2px;
bottom: -20px;
left: 50%;
background: -webkit-linear-gradient(left, #00ff42 0%,#7658f7 100%);
background: linear-gradient(to right, #00ff42 0%,#7658f7 100%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.overlay{
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.rating-star{
display: inline-block;
position: relative;
}
.rating-star i{
font-size: 12px;
color: #fac50f;
margin: 0 3px;
float: left;
display: inline-block;
}
.rating-star span{
position: absolute;
top: 0;
left: 0;
}
.rating-star span i{
color: #fac50f;
}
.social-profile{
padding: 0;
margin: 0;
}
.social-profile li{
list-style: none;
display: inline-block;
}
.social-profile li a{
display: block;
color: #8b9aa8;
font-size: 12px;
margin: 0.5em 0.95em 0.5em 0;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.social-profile li:last-child a{
margin-right: 0;
}
.social-profile li a:hover{
color: #28c77f;
}
.social-profile.rounded li a{
width: 40px;
height: 40px;
line-height: 36px;
color: #fff;
font-size: 14px;
text-align: center;
border-radius: 50%;
border: 2px solid #fff;
background-color: transparent;
margin: 0.5em 0.55em 0.5em 0;
}
.social-profile.rounded.large li a{
width: 50px;
height: 50px;
line-height: 46px;
}
.social-profile.rounded li a:hover{
color: #28c77f;
background-color: #fff;
}
.social-profile.style-wb li a{
color: #fff;
margin: 0.5em 2.25em 0.5em 0
}
.social-profile.style-wb li a:hover{
color: #252a32;
}
.ovh{
overflow: hidden;
}
@-webkit-keyframes upndown{
to{
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
from{
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
@keyframes upndown{
to{
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
from{
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
@-webkit-keyframes pulse {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.4);
opacity: 0;
}
}
@keyframes pulse {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.4);
opacity: 0;
}
}
.img-wrapper img{
display: block;
max-width: 100%;
height: auto;
}
.img-left img{
margin-right: auto;
}
.img-right img{
margin-left: auto;
}
.img-center img{
margin-left: auto;
margin-right: auto;
}
@media (min-width: 767px){
.gutter-60{
margin-left: -30px;
margin-right: -30px;
}
.gutter-60>.col,
.gutter-60>[class*=col-]{
padding-left: 30px;
padding-right: 30px;
}
.gutter-40{
margin-left: -20px;
margin-right: -20px;
}
.gutter-40>.col,
.gutter-40>[class*=col-]{
padding-left: 20px;
padding-right: 20px;
}
}
.page-title{
position: relative;
padding-top: 250px;
padding-bottom: 170px;
}
.page-title .overlay{
opacity: .9;
background-image: -webkit-linear-gradient( 0deg, #28c77f 0%, #7658f7 100%);
background-image: linear-gradient( 90deg, #28c77f 0%, #7658f7 100%);
}
.page-title-content{
text-align: center;
}
.page-title-content .page-name{
font-size: 40px;
font-weight: 500;
color: #fff;
margin-bottom: 15px;
}
.page-title-content .breadcrumb{
background-color: transparent;
list-style: none;
text-align: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.page-title-content .breadcrumb li,
.page-title-content .breadcrumb li a{
font-size: 16px;
color: #fff;
}
.page-title-content .breadcrumb li{
position: relative;
padding-left: 15px;
padding-right: 15px;
}
.page-title-content .breadcrumb li:after{
content: "";
height: 16px;
width: 0;
display: block;
border-left: 1px solid #F3F7FE;
border-right: 1px solid #86ACF4;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.page-title-content .breadcrumb li:last-child:after{
display: none;
}
.t-cell {
display: table-cell;
vertical-align: middle;
}
.bg-text{
position: absolute;
width: 100%;
top: 60%;
left: 50%;
font-size: 250px;
font-family: 'Poppins', sans-serif;
color: #f5f8fc;
z-index: 0;
pointer-events: none;
font-weight: 700;
text-align: center;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
/* 3 - Header Style
--------------------------------------------------------------------------------------*/
.navbar{
padding-top: 15px;
padding-bottom: 15px;
backface-visibility: hidden;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
background: -moz-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: -webkit-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: linear-gradient(40deg, #032f76d9 50%, #7c032fd1 100%);
}
.navbar.sticky-nav{
background-color: #fff;
padding-top: 10px;
padding-bottom: 10px;
box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.navbar.sticky-nav .navbar-nav li a.nav-link-scroll::after,
.navbar.sticky-nav .navbar-nav li a.nav-link-scroll::before,
.nav-c-black .navbar-nav li a.nav-link-scroll::before,
.nav-c-black .navbar-nav li a.nav-link-scroll::after{
background-color: #28c77f;
}
.navbar.sticky-nav .navbar-nav li a,
.navbar.sticky-nav .nav-search i,
.nav-c-black .navbar-nav li a,
.nav-c-black .nav-search i{
color: #fff;
}
.navbar.sticky-nav .navbar-nav li a:hover,
.navbar.sticky-nav .navbar-nav li a.active,
.nav-c-black .navbar-nav li a:hover,
.nav-c-black .navbar-nav li a.active{
color: #fff;
}
.navbar-nav li,
.navbar-nav li a{
font-size: 16px;
font-weight: 500;
color: #fff;
position: relative;
font-family: 'Poppins', sans-serif;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.navbar-nav>li{
padding-top: 1em;
padding-bottom: 1em;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav li a,
.navbar-expand-lg .navbar-nav li a.nav-link{
padding: 0;
}
.navbar-nav li{
margin-left: 1.55em;
margin-right: 1.55em;
}
.navbar-nav li a.nav-link-scroll::after{
content: "";
position: absolute;
display: block;
width: 0;
height: 1px;
background-color: #fff;
bottom: 0;
left: 0;
border: 0;
-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.navbar-nav li a.nav-link-scroll::before{
content: "";
position: absolute;
display: block;
width: 0;
height: 1px;
background-color: #fff;
bottom: 0;
right: 0;
-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.navbar-nav li a.nav-link-scroll:hover::after,
.navbar-nav li a.nav-link-scroll:hover::before,
.navbar-nav li a.nav-link-scroll.active::after,
.navbar-nav li a.nav-link-scroll.active::before{
width: 50%;
}
.navbar-nav>li:last-child{
margin-right: .85em;
}
.navbar-nav .dropdown-menu{
position: absolute;
min-width: 160px;
background: #fff;
display: block;
left: 0;
margin: 0;
border: 0;
opacity: 0;
padding: 20px 15px;
visibility: hidden;
border-radius: 0;
border-radius: 3px;
overflow: hidden;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.dropdown-menu li {
display: block;
margin-left: 0;
margin-right: 0;
}
.navbar-nav .dropdown-menu li a,
.navbar-expand-lg .navbar-nav .dropdown-menu li a,
.navbar-expand-lg .navbar-nav .dropdown-menu li a.nav-link{
color: #000;
padding: .7em 1.2em;
white-space: nowrap;
font-size: 13px;
}
.navbar-nav .dropdown-menu li a:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu li a.nav-link:hover{
color: #28c77f;
}
#main-nav .dropdown:hover>.dropdown-menu {
opacity: 1;
visibility: visible;
}
}
.nav-search{
position: relative;
padding-left: 12px;
}
.nav-search::before{
content: "";
display: block;
position: absolute;
width: 1px;
height: 80%;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #fff;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.navbar.sticky-nav .nav-search::before,
.nav-c-black .nav-search::before,
.nav-c-black .menu-toggle span{
background-color: #000;
}
.nav-search i{
color: #fff;
font-size: 14px;
display: block;
cursor: pointer;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.navbar-brand h2{
color: #fff;
}
.navbar-brand img.color-logo,
.navbar.sticky-nav .navbar-brand img.white-logo{
display: none;
}
.navbar.sticky-nav .navbar-brand img.color-logo,
.navbar.sticky-nav img.white-logo{
display: block;
}
.navbar-nav>li.dropdown{
position: relative;
}
.menu-toggle{
width:22px;
height:22px;
position:relative;
cursor: pointer;
margin-left: 12px;
margin-right: 12px;
display: block;
}
.menu-toggle .hamburger {
position:absolute;
height:100%;
width:100%;
display: block;
}
.menu-toggle .hamburger span {
width: 100%;
height: 2px;
position:relative;
top:0;
left:0;
margin: 4px 0;
}
.menu-toggle .hamburger span:nth-child(1){
transition-delay:.3s;
}
.menu-toggle .hamburger span:nth-child(2){
transition-delay:.4s;
}
.menu-toggle .hamburger span:nth-child(3){
transition-delay:.5s;
}
.menu-toggle .hamburger-cross{
position:absolute;
height:100%;
width:100%;
transform:rotate(45deg);
display: block;
}
.menu-toggle .hamburger-cross span,
.menu-toggle .hamburger-cross span:nth-child(1){
height: 0%;
width: 2px;
position: absolute;
top: 0;
left: 10px;
transition-delay: 0s;
}
.menu-toggle .hamburger-cross span:nth-child(2){
width:0%;
height:2px;
position:absolute;
left:0;
top: 10px;
transition-delay:.2s;
}
.menu-toggle .hamburger span,
.menu-toggle .hamburger-cross span{
display: block;
background: #fff;
border-radius: 3px;
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.navbar.sticky-nav .menu-toggle .hamburger span,
.navbar.sticky-nav .menu-toggle .hamburger-cross span{
background: #fafafa;
}
.navbar-toggler[aria-expanded="true"] .hamburger span{
width:0%;
}
.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1){
transition-delay:0s;
}
.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2){
transition-delay:.125s;
}
.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3){
transition-delay:.2s;
}
.navbar-toggler[aria-expanded="true"] .hamburger-cross span:nth-child(1){
height:100%;
transition-delay:.3s;
}
.navbar-toggler[aria-expanded="true"] .hamburger-cross span:nth-child(2){
width:100%;
transition-delay:.4s;
}
.navbar-toggler{
outline: none;
padding: 0;
border: 0;
}
.navbar-toggler:focus{
outline: none;
}
.nav-button{
margin-left: 30px;
}
.nav-button a{
display: inline-block;
background-color: #fff;
font-size: 16px;
font-weight: 500;
color: #28c77f;
border-radius: 3px;
box-shadow: 0px 10px 20px 0px rgba(0, 7, 40, 0.1);
min-width: 140px;
text-align: center;
font-family: 'Poppins', sans-serif;
padding: 1em;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.nav-button a:hover{
opacity: .9;
}
.navbar.sticky-nav .nav-button a{
box-shadow: 0px 5px 10px 0px rgba(0, 7, 40, 0.1);
background-color: #28c77f;
color: #fff;
}
/*-------Search Style--------*/
.main-search-area{
position: fixed;
width: 100%;
height: 100%;
background: rgba(0,0,0,.95);
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
top: 0;
left: 0;
z-index: 999999;
opacity: 0;
visibility: hidden;
pointer-events: none;
font-family: 'Poppins', sans-serif;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.main-search-area.open {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.main-search-form{
position: relative;
width: 60%;
}
.m-s-input{
position: relative;
padding-bottom: 5px;
}
.m-s-input:before{
content: "";
left: 0;
bottom: 0;
width: 10%;
height: 4px;
background: -webkit-linear-gradient( -90deg, rgb(96,56,247) 0%, rgb(14,194,233) 100%);
background: linear-gradient( -90deg, rgb(96,56,247) 0%, rgb(14,194,233) 100%);
position: absolute;
-webkit-transition: .65s ease-in-out;
transition: .65s ease-in-out;
}
.open .m-s-input:before{
width: 100%
}
.main-search-form input{
background: transparent;
border: 0;
width: 100%;
display: block;
outline: none;
font-size: 2.6em;
padding: 0;
line-height: 1.4;
color: #fff;
}
.main-search-form input::-webkit-input-placeholder{
color: #fff;
}
.main-search-form input::-moz-placeholder{
color: #fff;
}
.main-search-form input:-ms-input-placeholder{
color: #fff;
}
.main-search-form input::placeholder{
color: #fff;
}
.main-search-form span{
display: block;
text-align: right;
margin-top: 10px;
color: #fff;
}
.main-search-area i{
position: absolute;
top: 30px;
right: 30px;
display: block;
cursor: pointer;
font-size: 3em;
color: #e85454
}
.menu-search-open{
cursor: pointer;
}
/* 4 - Banner and Slider Style
--------------------------------------------------------------------------------------*/
.main-banner{
position: relative;
padding-top: 200px;
}
.main-banner>.container{
position: relative;
z-index: 1;
}
.home-1-banner{
padding-top: 245px;
padding-bottom: 100px;
}
.home-3-banner{
padding-bottom: 100px;
background: -ms-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: -moz-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: -webkit-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: linear-gradient(40deg, #032F76 50%, #7C032F 100%);
}
.home-3-banner .wave{
pointer-events: none;
}
.home-3-banner .h3-wabe{
position: absolute;
width: 100%;
height: auto;
display: block;
bottom: 0;
left: 0;
}
.home-3-banner .h3-wabe img{
width: 100%;
height: auto;
display: block;
}
.home-4-banner{
background: -webkit-linear-gradient(50deg, rgb(13,197,173) 0%, rgb(50,73,214) 100%);
background: linear-gradient(50deg, rgb(13,197,173) 0%, rgb(50,73,214) 100%);
}
.home-5-banner{
padding-bottom: 200px;
background-image: url(../images/banner-shape.png);
}
.home-6-banner .overlay{
opacity: .9;
background: -webkit-linear-gradient( 40deg, rgb(17,191,218) 0%, rgb(11,15,196) 100%);
background: linear-gradient( 40deg, rgb(17,191,218) 0%, rgb(11,15,196) 100%);
}
.home-7-banner{
padding-bottom: 100px;
background: -webkit-linear-gradient( 30deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
background: linear-gradient( 30deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
}
.home-8-banner{
padding-bottom: 100px;
}
.home-8-banner .overlay{
background-color: #000;
opacity: .65;
}
.main-banner .banner-content{
color: #fff;
position: relative;
}
.main-banner .banner-content .title{
font-size: 40px;
font-weight: 500;
line-height: 1.32;
margin-bottom: .55em;
}
.home-1-banner .banner-content .title{
color: #252a2a;
}
.main-banner .banner-content .sub-title{
display: block;
font-size: 25px;
font-weight: 400;
line-height: 1.5;
padding: 0 40px 0px 40px;
}
.home-1-banner .banner-content .sub-title{
color: #99a1af;
}
.main-banner .btn-wrapper{
margin-top: 60px;
}
.btn-wrapper .btn{
margin-right: 18px;
margin-bottom: 15px;
}
.banner-img-wrapper{
height: 630px;
position: relative;
}
.banner-img-wrapper.banner-7-img-wrapper{
height: 640px;
}
.banner-img-wrapper img{
max-width: 100%;
height: auto;
display: block;
position: absolute;
bottom: 0;
}
.banner-img-wrapper .banner-img-1{
left: 15px;
bottom: 0;
}
.banner-img-wrapper .banner-img-2{
right: 15px;
bottom: 0;
}
.banner-img-wrapper.banner-7-img-wrapper .banner-img-1{
left: 45px;
bottom: 55px;
}
.banner-img-wrapper.banner-7-img-wrapper .banner-img-2{
right: -5px;
bottom: 0;
}
.home-2-banner{
min-height: 900px;
background: -moz-linear-gradient( 40deg, rgb(247,56,97) 0%, rgb(254,114,78) 100%);
background: -webkit-linear-gradient( 40deg, rgb(247,56,97) 0%, rgb(254,114,78) 100%);
background: -ms-linear-gradient( 40deg, rgb(247,56,97) 0%, rgb(254,114,78) 100%);
background: linear-gradient( 40deg, rgb(247,56,97) 0%, rgb(254,114,78) 100%);
}
.home-2-banner .overlay{
background-image: url(../images/h2s-bg.png);
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.home-2-banner2{
position: relative;
padding-bottom: 90px;
}
.home-2-banner2 .banner-content .title{
color: #445063;
}
.home-2-banner2 .banner-content .sub-title{
color: #99a1af
}
.home-2-banner2 .banner-content{
z-index: 1;
}
.home-2-b2-img{
z-index: 0;
}
.home-2-b2-img img{
max-width: 100%;
height: auto;
display: block;
}
.home-2-b2-img{
margin-left: -100px;
margin-right: -80px;
}
@media (min-width: 1640px) {
.home-2-b2-img{
margin-left: -100px;
margin-right: -230px;
}
}
.iconic-top-slider .banner-content .title,
.iconic-top-slider .banner-content .sub-title,
.iconic-top-slider .banner-content .btn-wrapper{
opacity: 0;
-webkit-transform: translate3d(0, 150%, 0);
transform: translate3d(0, 150%, 0);
-webkit-transition: .65s ease-in-out;
transition: .65s ease-in-out;
}
.iconic-top-slider .h2-img-shadow{
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: .75s ease-in-out;
transition: .75s ease-in-out;
}
.iconic-top-slider .swiper-slide-active .banner-content .title,
.iconic-top-slider .swiper-slide-active .banner-content .sub-title,
.iconic-top-slider .swiper-slide-active .banner-content .btn-wrapper,
.iconic-top-slider .swiper-slide-active .h2-img-shadow{
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.iconic-top-slider .swiper-slide-active .banner-content .title,
.iconic-top-slider .swiper-slide-active .h2-img-shadow{
transition-delay: .8s;
}
.iconic-top-slider .swiper-slide-active .banner-content .sub-title{
transition-delay: 1s;
}
.iconic-top-slider .swiper-slide-active .banner-content .btn-wrapper{
transition-delay: 1.2s;
}
.home-2-slider .swiper-pagination-bullet{
background-color: #fc808d;
}
.home-4-slider .swiper-pagination-bullet{
background-color: #5dbfcd;
}
.iconic-main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.iconic-main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
border-color: #fff;
background-color: #032F76
}
.h3-banner-img-wrapper{
height: 710px;
position: relative;
}
.h3-banner-img-wrapper img{
max-width: 100%;
height: auto;
display: block;
position: absolute;
}
.h3-banner-img-wrapper .h3-banner-img-1{
top: 0;
right: -55px;
}
.h3-banner-img-wrapper .h3-banner-img-2{
bottom: 0;
right: -30px;
}
@media (min-width: 1450px){
.h3-banner-img-wrapper .h3-banner-img-1{
right: -85px;
top: 230px;
}
.h3-banner-img-wrapper .h3-banner-img-2{
right: -58px;
}
}
#particles{
position: absolute;
width: 100%;
height: 100%;
display: block;
bottom: 0;
left: 0;
z-index: 0;
opacity: 1;
}
.main-slider .banner-img{
z-index: 2;
position: relative;
}
.home-5-banner .banner-content .title{
color: #445063;
}
.home-5-banner .banner-content .sub-title{
color: #808998
}
@media (min-width: 1340px){
.home-5-banner .video-popup{
margin-right: -70px;
margin-left: 80px;
}
}
@media (min-width: 1600px){
.home-5-banner .video-popup{
margin-right: -180px;
margin-left: 100px;
}
}
.h6-slider-img-1,
.h6-slider-img-2{
position: relative;
height: 485px;
}
.h6-slider-img-1 img,
.h6-slider-img-2 img{
max-width: 100%;
height: auto;
display: block;
position: absolute;
}
.h6-slider-img-1 img:nth-child(1){
left: 0;
bottom: 0;
}
.h6-slider-img-1 img:nth-child(2){
right: -200px;
bottom: 196px;
}
.h6-slider-img-1 img:nth-child(3){
left: 175px;
bottom: 95px;
}
.h6-slider-img-1 img{
opacity: 0;
-webkit-transform: translate3d(70%, 70%, 0);
transform: translate3d(70%, 70%, 0);
-webkit-transition: .85s ease-in-out;
transition: .85s ease-in-out;
}
.swiper-slide-active .h6-slider-img-1 img,
.swiper-slide-active .h6-slider-img-2 img{
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swiper-slide-active .h6-slider-img-1 img:nth-child(1){
transition-delay: .2s;
}
.swiper-slide-active .h6-slider-img-1 img:nth-child(2){
transition-delay: .8s;
}
.swiper-slide-active .h6-slider-img-1 img:nth-child(3){
transition-delay: .5s;
}
.h6-slider-img-2 img:nth-child(1){
left: 0;
bottom: 0;
}
.h6-slider-img-2 img:nth-child(2){
right: -150px;
top: 20px;
}
.h6-slider-img-2 img{
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}
.swiper-slide-active .h6-slider-img-2 img:nth-child(1){
transition-delay: 1s;
}
.swiper-slide-active .h6-slider-img-2 img:nth-child(2){
transition-delay: 1.3s;
}
.home-7-banner .banner-content .sub-title{
font-style: normal;
font-size: 20px;
line-height: 1.5;
}
.home-7-banner .scroll-next-sec{
position: absolute;
bottom: 60px;
left: 50%;
border-color: #4081ad;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.home-4-slider{
pointer-events: none;
}
.home-4-slider .btn,
.home-4-slider .swiper-pagination-bullet{
pointer-events: auto;
}
/* 5 - Feature Style
--------------------------------------------------------------------------------------*/
.feature{
padding-top: 100px;
padding-bottom: 80px;
}
.icon-box{
margin-bottom: 30px;
position: relative;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.icon-box .icon-box-icon{
font-size: 40px;
color: #28c77f;
margin-bottom: 30px;
display: block;
}
.icon-box .icon-box-title{
font-size: 20px;
font-weight: 600;
color: #252a32;
margin-bottom: .9em;
}
.icon-box p{
color: #525252;
margin-bottom: 0;
}
.icon-box.style-boxed{
text-align: center;
border-radius: 4px;
padding: 95px 50px 80px 50px;
background-color: #f9fbff;
border: 1px solid transparent;
}
.icon-box.style-boxed:hover{
border: 1px solid #edf3fb;
background-color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.icon-box.style-boxed .icon-box-icon,
.icon-box.style-centered .icon-box-icon{
font-size: 60px;
margin-bottom: 25px;
}
.icon-box.style-centered{
text-align: center;
padding-left: 35px;
padding-right: 35px;
}
.icon-box.awf-item{
margin-bottom: 90px;
}
.icon-box.style-icon-left{
display: -ms-flexbox;
display: flex;
}
.icon-box.style-icon-left .icon-box-icon{
margin-right: 27px;
margin-bottom: 0;
}
.icon-box.style-boxed-ltr{
padding: 50px;
border-radius: 4px;
border: 1px solid transparent;
}
.icon-box.style-boxed-ltr:hover{
border-color: #edf3fb;
box-shadow: 0px 3px 4px 0px rgba(0, 26, 36, 0.08);
}
.icon-box.awf-item .icon-box-icon i,
.h3-feature .icon-box-icon i,
.icon-box .icon-box-icon i{
background-image: -moz-linear-gradient(40deg, #00ff42 0%, #7658f7 100%);
background-image: -webkit-linear-gradient(40deg, #00ff42 0%, #7658f7 100%);
background-image: -ms-linear-gradient(40deg, #00ff42 0%, #7658f7 100%);
background-image: linear-gradient(40deg, #00ff42 0%, #7658f7 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.awesome-feature-img img{
max-width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
.h5-feature{
padding-top: 150px;
padding-bottom: 120px;
}
.h5-feature .icon-box-icon i{
color: #5a60ff;
}
/* 6 - About Style
--------------------------------------------------------------------------------------*/
section.about{
padding-bottom: 170px;
}
.about-content,
.about-images-wrapper{
position: relative;
z-index: 1;
}
.about-content h2{
font-size: 30px;
font-weight: 700;
color: #fff;
line-height: 1.47;
}
.about-content .btn-wrapper{
margin-top: 50px;
}
.about-images-wrapper{
position: relative;
height: 460px;
background-image: url(../images/about-img-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.about-images-wrapper,
.h2-about-img-wrapper,
.h3-about-img-wrapper,
.h4-about-img-wrapper,
.h5-about-img-wrapper{
background-repeat: no-repeat;
background-position: center;
background-size: contain;
position: relative;
z-index: 1;
}
.about-images-wrapper img{
max-width: 100%;
height: auto;
display: block;
position: absolute;
}
.about-images-wrapper .about-img1{
top: 0;
left: -20px;
}
.about-images-wrapper .about-img2{
bottom: 0;
right: -55px;
}
.floating-shapes span{
display: block;
position: absolute;
}
.floating-shapes span img{
display: block;
max-width: 100%;
height: auto;
}
.h2-about-img-wrapper,
.h3-about-img-wrapper{
padding-top: 50px;
padding-bottom: 50px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.h6-about-img-wrapper{
background-repeat: no-repeat;
background-position: right bottom;
}
.h7-about-img-wrapper{
background-repeat: no-repeat;
background-position: left bottom;
margin-right: -140px;
position: relative;
}
.about img{
max-width: 100%;
height: auto;
display: block;
}
.h7-about-img-wrapper img{
max-width: 100%;
height: auto;
display: block;
}
.h3-about-img-wrapper{
background-image: url(../images/about-img-bg3.png);
}
.h4-about-img-wrapper{
background-image: url(../images/about-img-bg4.png);
}
.h5-about-img-wrapper{
background-image: url(../images/about-img-bg5.png);
}
.h6-about-img-wrapper{
background-image: url(../images/about-img-bg6.png);
}
.h7-about-img-wrapper{
background-image: url(../images/about-img-bg7.png);
}
.floating-shapes span:nth-child(1){
left: 4.8%;
top: 1.5%;
}
.floating-shapes span:nth-child(2){
left: 9.6%;
top: 27.2%;
}
.floating-shapes span:nth-child(3){
left: 8.8%;
bottom: 16%;
}
.floating-shapes span:nth-child(4){
left: 25%;
bottom: 21%;
}
.floating-shapes span:nth-child(5){
left: 35%;
top: 6.6%;
}
.floating-shapes span:nth-child(6){
left: 43%;
bottom: 30%;
}
.floating-shapes span:nth-child(7){
left: 49%;
top: 45%;
}
.floating-shapes span:nth-child(8){
right: 11.8%;
top: 33%;
}
.floating-shapes span:nth-child(9){
right: 6%;
top: 10%;
}
.floating-shapes span:nth-child(10){
right: 4.5%;
bottom: 33%;
}
.a-line-list{
list-style: none;
margin-bottom: 0;
margin-top: 50px;
}
.a-line-list li{
font-size: 16px;
color: #616976;
font-family: 'Poppins', sans-serif;
position: relative;
margin-bottom: 20px;
font-weight: 400;
}
.a-line-list li span{
vertical-align: middle;
}
.a-line-list li i{
font-size: 20px;
color: #26d0ce;
vertical-align: middle;
}
.a-line-list li img{
position: absolute;
display: block;
max-width: 100%;
height: auto;
bottom: 0;
left: 100%;
z-index: 2;
}
.a-line-list li:nth-child(1) img,
.a-line-list li:nth-child(2) img{
left: 400px;
}
.a-line-list li:nth-child(3) img{
left: 350px;
}
/* 7 - App Screenshot Style
--------------------------------------------------------------------------------------*/
.app-screenshot-slider{
padding: 20px 15px 30px 15px;
}
.app-screenshot-item{
position: relative;
box-shadow: 0px 10px 20px 0px rgba(0, 12, 31, 0.1);
}
.app-screenshot-item img{
width: 100%;
height: auto;
display: block;
}
.app-screenshot-item.style-2{
box-shadow: none;
pointer-events: none;
}
.app-screenshot-item.style-3{
box-shadow: none;
cursor: pointer;
border: 1px solid #ccc;
border-radius: 2px;
}
.app-screenshot-item.style-3:after{
display: none;
}
.app-screenshot-slider-2{
padding-top: 5px;
padding-bottom: 5px;
}
.swiper-pagination-bullet{
width: 10px;
height: 10px;
background-color: #d7dce6;
opacity: 1;
vertical-align: middle;
margin: 0 5px;
outline: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
border: 1px solid #28c77f;
width: 14px;
height: 14px;
background-color: transparent;
}
.swiper-pagination{
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
margin-top: 70px;
}
.app-screenshot-item::after{
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
background-color: #28c77f;
opacity: 0;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.app-screenshot-item:hover::after{
opacity: .9;
}
.app-screenshot-item .asi-icon-wr{
position: absolute;
display: block;
top: 50%;
left: 50%;
z-index: 1;
opacity: 0;
pointer-events: none;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.app-screenshot-item:hover .asi-icon-wr{
opacity: 1;
}
.app-screenshot-item .asi-icon{
display: block;
position: relative;
width: 50px;
height: 50px;
line-height: 50px;
color: #fff;
text-align: center;
font-size: 24px;
border-radius: 50%;
}
.app-screenshot-item .asi-icon::before,
.app-screenshot-item .asi-icon::after{
content: '';
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
top: 0;
left: 0;
}
.app-screenshot-item .asi-icon::before {
border: 1px solid transparent;
}
.app-screenshot-item .asi-icon::after {
border: 0 solid transparent;
}
.app-screenshot-item:hover .asi-icon::before {
border-top-color: #fff;
border-right-color: #fff;
border-bottom-color: #fff;
transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.app-screenshot-item:hover .asi-icon::after {
border-top: 1px solid #fff;
border-left-width: 1px;
border-right-width: 1px;
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.app-screenshot-item.style-2::after{
background-color: #000;
opacity: .2;
}
.swiper-slide-active .app-screenshot-item.style-2{
pointer-events: auto;
box-shadow: 0 0 3px rgba(0,0,0,.15);
}
.swiper-slide-active .app-screenshot-item.style-2::after{
opacity: 0;
}
.swiper-slide-prev .app-screenshot-item.style-2::after,
.swiper-slide-next .app-screenshot-item.style-2::after{
opacity: .1;
}
.app-screenshot-slider-3{
position: relative;
}
.screenshot-mockup-wrapper{
position: relative;
margin-top: 30px;
}
.screenshot-mockup-wrapper .swiper-pagination{
margin-top: 100px;
}
.screenshot-mockup-wrapper:after{
content: "";
position: absolute;
height: 474px;
width: 236px;
top: -57px;
left: 50%;
z-index: 1;
/* background: url(../images/phone-mokeup2.png) no-repeat;*/
background-size: contain;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
/* 8 - Counter Style
--------------------------------------------------------------------------------------*/
.fun-fact .overlay{
opacity: .95;
background: -moz-linear-gradient(90deg, #28c77f 0%, #7658f7 100%);
background: -webkit-linear-gradient(90deg, #28c77f 0%, #7658f7 100%);
background: -ms-linear-gradient(90deg, #28c77f 0%, #7658f7 100%);
background: linear-gradient(90deg, #28c77f 0%, #7658f7 100%);
}
.counter-item{
position: relative;
text-align: center;
color: #fff;
margin-bottom: 50px;
}
.counter-item-icon {
margin-bottom: 30px;
font-size: 50px
}
.counter-item-count{
font-size: 50px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 3px;
}
.counter-item h4{
font-size: 20px;
font-weight: 500;
margin-bottom: 0;
}
.counter-item.boxed-style{
background-color: rgba(255,255,255,.06);
border: 6px solid rgba(255,255,255,.2);
text-align: initial;
padding: 45px 40px 55px 40px;
}
.counter-item.boxed-style .counter-item-icon{
margin-bottom: 20px;
}
/* 9 - Testimonial Style
--------------------------------------------------------------------------------------*/
.testimonial-slider-row,
.app-screenshot-slider-row{
margin-left: -30px;
margin-right: -30px;
}
.testimonial-item{
position: relative;
background-color: #fff;
box-shadow: 0px 2px 4px 0px rgba(0, 12, 31, 0.08);
padding: 50px;
border-radius: 4px;
-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.testimonial-item:hover{
box-shadow: 0px 20px 30px 0px rgba(0, 12, 31, 0.1);
}
.testimonial-slider{
padding: 15px 15px 40px 15px;
}
.testimonial-content{
font-size: 18px;
color: #99a1af;
font-style: italic;
line-height: 1.67;
font-weight: 400;
position: relative;
padding-bottom: 45px;
}
.testimonial-item .quote-mark{
font-size: 100px;
color: #ebeff6;
font-family: 'Roboto', sans-serif;
font-weight: 700;
position: absolute;
bottom: 0;
right: 0;
display: block;
font-style: normal;
line-height: 1.2;
}
.testimonial-item .reviewer-name{
font-size: 18px;
font-weight: 700;
color: #252a32;
font-family: 'Lato', sans-serif;
}
.testimonial-meta{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
text-align: left;
position: relative;
}
.testimonial-meta .author-img{
width: 80px;
height: 80px;
display: block;
border-radius: 50%;
background-color: #e0e7f2;
padding: 5px;
margin-right: 20px;
position: relative;
}
.testimonial-meta .author-img:after{
content: "";
display: block;
position: absolute;
width: 20px;
height: 22px;
background: url(../images/cu-tri.png);
background-repeat: no-repeat;
background-position: center;
bottom: calc(100% - 9px);
left: 13px;
}
.testimonial-meta .author-img img{
width: 100%;
height: auto;
display: block;
border-radius: 50%;
}
.testimonial-btn-next,
.testimonial-btn-prev{
width: 50px;
height: 50px;
line-height: 50px;
display: block;
text-align: center;
color: #252a32;
font-size: 20px;
background-color: #fff;
border-radius: 50%;
position: absolute;
top: 50%;
box-shadow: 0px 2px 4px rgba(0,12,31,0.08);
border: 1px solid #ecf0f5;
cursor: pointer;
outline: none;
z-index: 2;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.testimonial-btn-next:hover,
.testimonial-btn-prev:hover{
border-color: #28c77f;
background-color: #28c77f;
color: #fff;
}
.testimonial-btn-next{
right: -50px;
}
.testimonial-btn-prev{
left: -50px;
}
@media (min-width: 1450px){
.testimonial-btn-next{
right: -75px;
}
.testimonial-btn-prev{
left: -75px;
}
}
.testimonial-one-item-slider-wrapper .testimonial-btn-next{
right: -110px;
}
.testimonial-one-item-slider-wrapper .testimonial-btn-prev{
left: -110px;
}
.testimonial-item.style-2{
text-align: center;
background-color: transparent;
border-radius: 0;
padding: 0;
box-shadow: none;
}
.testimonial-item.style-3 .quote-mark{
display: none;
}
.testimonial-item.style-2 .quote-mark{
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
display: block;
font-size: 200px;
color: #fed4dd;
font-weight: 500;
line-height: 1.05;
margin-bottom: -110px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.testimonial-item.style-2 .testimonial-content{
font-size: 20px;
color: #888f9a;
padding-bottom: 0;
margin-bottom: 60px;
}
.testimonial-item.style-2 .testimonial-meta{
-ms-flex-pack: center;
justify-content: center;
}
.testimonial-one-item-slider-wrapper .testimonial-btn-next{
right: -185px;
}
.testimonial-one-item-slider-wrapper .testimonial-btn-prev{
left: -185px;
}
.testimonial-item.style-2 .quote-mark{
font-size: 150px;
margin-bottom: -80px;
}
.testimonial-item.style-4{
text-align: center;
padding-top: 35px;
}
.testimonial-item.style-4 .quote-mark{
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
display: block;
color: #ebeff6;
font-size: 100px;
margin-bottom: -60px;
-webkit-transform: rotate(180deg);
transform: rotateX(180deg);
}
.testimonial-item.style-4 .testimonial-meta,
.testimonial-item.style-5 .testimonial-meta{
-ms-flex-pack: center;
justify-content: center;
}
.testimonial-item.style-4 .t-meta-info,
.testimonial-item.style-5 .t-meta-info{
text-align: center;
}
.testimonial-item.style-4 .reviewer-name span{
font-size: 16px;
color: #99a1af;
font-weight: 400;
font-style: italic;
}
.testimonial-item.style-5{
padding: 0;
text-align: center;
background-color: transparent;
box-shadow: none;
}
.testimonial-item.style-5 .author-img{
width: 70px;
height: 70px;
border-radius: 50%;
display: block;
overflow: hidden;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.testimonial-item.style-5 .author-img img{
width: 100%;
height: auto;
display: block;
}
.testimonial-item.style-5 .testimonial-content{
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #79808c;
line-height: 1.85;
padding-bottom: 30px;
}
.testimonial-item.style-5 .rating-star i{
font-size: 10px;
}
.testimonial-item.style-5 .reviewer-deg{
position: relative;
display: inline-block;
font-size: 14px;
color: #99a1af;
vertical-align: middle;
font-weight: 400;
font-style: italic;
}
.testimonial-item.style-5 .reviewer-deg:before{
content: "/";
display: inline-block;
margin: 0 8px;
}
/* 10 - Team Style
--------------------------------------------------------------------------------------*/
.team-member{
position: relative;
margin-bottom: 40px;
}
.team-member .member-img{
position: relative;
overflow: hidden;
margin-bottom: 25px;
}
.team-member .member-img img{
width: 100%;
height: auto;
display: block;
}
.team-member .member-details{
text-align: center;
}
.team-member .member-details .name{
font-size: 20px;
color: #252a32;
font-weight: 600;
margin-bottom: .3em;
}
.team-member .member-details .deg{
display: block;
font-size: 16px;
color: #99a1af;
font-style: italic;
}
.team-member .member-img .social-profile{
position: absolute;
width: 100%;
bottom: 30px;
left: 0;
text-align: center;
z-index: 1;
overflow: hidden;
}
.team-member .member-img .social-profile li{
opacity: 0;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.team-member:hover .member-img .social-profile li{
opacity: 1;
}
.team-member:hover .member-img .social-profile li:nth-child(2){
transition-delay: .1s;
}
.team-member:hover .member-img .social-profile li:nth-child(3){
transition-delay: .2s;
}
.team-member:hover .member-img .social-profile li:nth-child(4){
transition-delay: .3s;
}
.team-member:hover .member-img .social-profile li:nth-child(5){
transition-delay: .4s;
}
.team-member:hover .member-img .social-profile li:nth-child(6){
transition-delay: .5s;
}
.team-member:hover .member-img .social-profile li:nth-child(7){
transition-delay: .6s;
}
.team-member:hover .member-img .social-profile li:nth-child(7){
transition-delay: .7s;
}
.team-member:hover .member-img .social-profile li:nth-child(8){
transition-delay: .8s;
}
.team-member:hover .member-img .social-profile li:nth-child(9){
transition-delay: .9s;
}
.team-member .member-img:after{
content: "";
position: absolute;
width: 100%;
height: 100%;
display: block;
top: 0;
left: 0;
opacity: 0;
background: -moz-linear-gradient( 30deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
background: -webkit-linear-gradient( 30deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
background: -ms-linear-gradient( 30deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
background: linear-gradient( 30deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.team-member:hover .member-img:after{
opacity: .7;
}
.team-member .social-profile.rounded li a:hover{
color: #252a32
}
.team-member.style-2 .member-details{
text-align: left;
}
.team-member.style-2 .member-img .social-profile{
text-align: left;
}
.team-member.style-2 .member-img .social-profile{
padding-left: 30px;
padding-right: 30px;
}
.team-member .member-img .member-about{
position: absolute;
width: 100%;
height: 100%;
display: block;
top: 0;
left: 0;
padding: 30px;
color: #fff;
opacity: 0;
z-index: 1;
pointer-events: none;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.team-member:hover .member-img .member-about{
opacity: 1;
transition-delay: .1s;
}
.team-member.style-2:hover .member-img:after {
opacity: .9;
}
/* 11 - Quick Overview Style
--------------------------------------------------------------------------------------*/
.quick-overview-tab{
text-align: center;
font-family: 'Poppins', sans-serif;
display: inline-block;
margin-left: auto;
margin-right: auto;
margin-bottom: 80px;
}
.quick-overview-tab li.nav-item{
margin-bottom: 0;
text-align: center;
display: inline-block;
margin-left: 25px;
margin-right: 25px;
}
.quick-overview-tab li.nav-item:first-child{
margin-left: 0;
}
.quick-overview-tab li.nav-item:last-child{
margin-right: 0;
}
.quick-overview-tab li a,
.quick-overview-tab .nav-link{
font-size: 16px;
color: #252a32;
font-weight: 500;
border: 0;
padding: 1em .5em;
position: relative;
display: block;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.quick-overview-tab li a:after{
content: "";
display: block;
width: 100%;
height: 3px;
background-color: #28c77f;
position: absolute;
left: 0;
bottom: -2px;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transform-origin: right center 0;
-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.quick-overview-tab li a.active:after{
transform: scaleX(1);
transform-origin: left center 0;
transition: transform 0.3s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.quick-overview-tab li a.active,
.quick-overview-tab .nav-link.active,
.quick-overview-tab li a:hover{
border: 0;
color: #28c77f;
}
.quick-overview-content{
text-align: initial;
}
.quick-overview-content h2{
font-size: 26px;
font-weight: 600;
color: #252a32;
margin-bottom: 1em;
}
.quick-overview-content p{
color: #99a1af;
line-height: 1.625em;
}
.quick-overview-content-head{
margin-bottom: 45px;
}
.iconic-icon-list{
list-style: none;
margin-bottom: 35px;
font-family: 'Poppins', sans-serif;
}
.iconic-icon-list li{
font-size: 16px;
font-weight: 400;
color: #616976;
position: relative;
margin-bottom: 1.25em;
display: -ms-flexbox;
display: flex;
}
.iconic-icon-list.text-right li{
-ms-flex-pack: flex-end;
justify-content: flex-end;
}
.iconic-icon-list li i{
font-size: 20px;
color: #28c77f;
vertical-align: middle;
margin-right: 15px;
}
/* 12 - Pricing Style
--------------------------------------------------------------------------------------*/
.pricing-tables-wrapper{
position: relative;
width: 100%;
text-align: center;
}
.pricing-tab{
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: stretch;
align-items: stretch;
text-align: center;
border: 0;
margin-bottom: 70px;
}
.pricing-tab li,
.pricing-tab li.nav-item{
display: inline-block;
border: 0;
margin-bottom: 0;
}
.pricing-tab li a{
display: block;
color: #616976;
font-size: 16px;
font-weight: 500;
height: 100%;
padding: .8em 2.92em;
font-family: 'Poppins', sans-serif;
border: 1px solid #d6dbe5;
border-radius: 3px;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.pricing-tab li:first-child a{
border-right: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.pricing-tab li:last-child a{
border-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.pricing-tab li a:hover{
color: #28c77f;
border-color: #28c77f;
}
.pricing-tab li a.active{
background-color: #28c77f;
border-color: #28c77f;
border-radius: 3px;
color: #fff;
}
.pricing-table{
position: relative;
display: block;
background-color: #fafcff;
padding: 50px;
text-align: center;
border: 1px solid #f6f8fc;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.pricing-head{
padding-bottom: 28px;
border-bottom: 1px solid #e8edf4;
}
.pricing-head .title{
font-size: 20px;
font-weight: 600;
color: #252a32;
margin-bottom: .2em;
line-height: 1.3;
}
.pricing-head .sub-title{
font-size: 16px;
font-weight: 400;
color: #99a1af;
display: block;
}
.pricing-price{
padding: 35px 0;
}
.pricing-price .price-tag{
font-size: 54px;
font-weight: 500;
color: #252a32;
font-family: 'Poppins', sans-serif;
line-height: 1;
display: inline-block;
}
.pricing-price .price-period{
font-size: 16px;
color: #99a1af;
line-height: 1;
vertical-align: baseline;
display: inline-block;
}
.pricing-body{
margin-bottom: 47px;
}
.pricing-body ul{
list-style: none;
display: block;
position: relative;
}
.pricing-body ul li{
font-size: 16px;
font-weight: 400;
color: #828a99;
margin-bottom: 21px;
}
.pricing-body ul li i{
display: inline-block;
font-size: 12px;
vertical-align: middle;
margin-right: 5px;
}
.pricing-body ul li i.icon_check{
color: #28c77f;
}
.pricing-body ul li i.icon_close{
color: #fa1f1f;
}
.pricing-footer a{
display: inline-block;
font-size: 12px;
font-weight: 700;
color: #717b8c;
border: 1px solid #99a1af;
border-radius: 3px;
text-align: center;
padding: 1.42em 2.5em;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.pricing-footer a:hover{
color: #fff;
background-color: #28c77f;
border-color: #28c77f;
}
.pricing-badge{
position: absolute;
display: block;
top: 0;
right: 5px;
}
.pricing-badge .badge-name{
position: relative;
background-color: #28c77f;
color: #fff;
font-size: 12px;
font-weight: 700;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
height: 40px;
width: 90px;
text-align: center;
-webkit-transform: rotate(-90deg) translateX(-27%);
transform: rotate(-90deg) translateX(-27%);
}
.pricing-badge .badge-name:after{
content: "";
border-top: 20px solid #28c77f;
border-bottom: 20px solid #28c77f;
border-right: 11px solid transparent;
border-left: 11px solid transparent;
position: absolute;
left: -11px;
top: 0;
}
.pricing-table:hover{
background-color: #fff;
border-radius: 4px;
border-color: #f6f8fc;
box-shadow: 0px 20px 40px 0px rgba(0, 12, 31, 0.1);
}
.pricing-table.style-2{
text-align: left;
}
.pricing-table.style-2:hover{
background-color: #fafcff;
box-shadow: none;
}
.pricing-table.style-2.featured{
padding-top: 90px;
padding-bottom: 90px;
background-color: #fff;
box-shadow: 0px 20px 40px 0px rgba(0, 12, 31, 0.1);
border-radius: 4px;
z-index: 1;
margin-left: -15px;
margin-right: -15px;
}
/* 13 - Get The app Style
--------------------------------------------------------------------------------------*/
.get-the-app{
position: relative;
z-index: 0;
/*background: -moz-linear-gradient(-90deg, #28c77f 0%, #7658f7 100%);
background: -webkit-linear-gradient(-90deg, #28c77f 0%, #7658f7 100%);
background: -ms-linear-gradient(-90deg, #28c77f 0%, #7658f7 100%);
background: linear-gradient(-90deg, #28c77f 0%, #7658f7 100%);*/
}
.get-the-app-content{
color: #fff;
}
.get-the-app-content h2{
font-size: 30px;
font-weight: 700;
margin-bottom: .75em;
}
.get-the-app-content p{}
.get-the-app-imgs{
position: relative;
min-height: 560px;
}
.get-the-app-imgs img{
position: absolute;
max-width: 100%;
}
.get-the-app-imgs .gtp-img1{
left: 0;
top: 54px;
}
.get-the-app-imgs .gtp-img2{
right: -55px;
top: 100px;
}
.animated-wave{
position: absolute;
width: 100%;
height: 200px;
bottom: 0;
left: 0;
z-index: 0;
}
.apps-store-btn-wrpper{
margin-top: 40px;
}
.apps-store-btn-wrpper .app-store-btn:last-child{
margin-right: 0;
}
.app-store-btn{
display: inline-block;
background-color: rgba(255, 255, 255, .058);
border: 1px solid #fff;
border-radius: 3px;
overflow: hidden;
width: 200px;
position: relative;
margin-right: 17px;
margin-bottom: 20px;
}
.app-store-btn img{
width: 100%;
height: auto;
display: block;
pointer-events: none;
backface-visibility: hidden;
}
.app-store-btn:hover{
background-color: #fff;
}
.app-store-btn img:nth-child(2),
.app-store-btn:hover img:nth-child(1){
display: none;
}
.app-store-btn:hover img:nth-child(2){
display: block;
}
.h2-get-the-app{
min-height: 470px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.h2-get-the-app .overlay{
opacity: .95;
background-color: #1f212e;
}
.h4-get-the-app .overlay{
opacity: .95;
background: -moz-linear-gradient(-90deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
background: -webkit-linear-gradient(-90deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
background: -ms-linear-gradient(-90deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
background: linear-gradient(-90deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
}
.h4-get-the-app-img{
padding-top: 90px;
overflow: hidden;
}
.h2-download-app-screenshot,
.app-screenshot-parallax{
position: absolute;
top: 50%;
right: 0;
margin-top: -2px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.h2-download-app-screenshot img{
max-width: 100%;
height: auto;
display: block;
}
.app-screenshot-parallax-mokeup{
position: relative;
overflow: hidden;
z-index: 1;
}
.app-screenshot-parallax-mokeup>img{
z-index: 1;
position: relative;
}
.app-screenshot-parallax-mokeup img{
max-width: 100%;
height: auto;
display: block;
}
.app-screenshot-parallax-img{
width: 100%;
height: calc(100% - 130px);
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.app-screenshot-parallax-img img{
margin-left: auto;
margin-right: auto;
position: absolute;
top: 0;
left: 17px;
}
.app-downlod-btn-large{
position: relative;
display: block;
margin-bottom: 30px;
}
.app-downlod-btn-large:after{
content: "";
position: absolute;
width: calc(100% - 60px);
height: 20px;
left: 30px;
bottom: -10px;
display: block;
opacity: .3;
background: -webkit-linear-gradient( 90deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
background: -ms-linear-gradient( 90deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
background: linear-gradient(90deg, rgb(14,194,233) 0%, rgb(96,56,247) 100%);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.app-downlod-btn-large:hover:after{
opacity: 1;
}
.app-downlod-btn-large .btn-content-wrapper{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 30px;
position: relative;
background-color: #ffffff;
z-index: 1;
box-shadow: 0px 2px 4px 0px rgba(0, 12, 31, 0.08);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.app-downlod-btn-large:hover .btn-content-wrapper{
box-shadow: 0px 2px 12px 0px rgba(0, 12, 31, 0.08);
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.app-downlod-btn-large .btn-content-wrapper .btn-c-icon{
-ms-flex: 0 0 90px;
flex: 0 0 90px;
max-width: 90px;
height: 90px;
line-height: 90px;
text-align: center;
background-color: #f5ba2e;
border-radius: 3px;
margin-right: 30px;
}
.app-downlod-btn-large.app-store .btn-content-wrapper .btn-c-icon{
background: #f96797;
}
.app-downlod-btn-large.windows-store .btn-content-wrapper .btn-c-icon{
background: #2ebbf5;
}
.app-downlod-btn-large .btn-content-wrapper .btn-c-icon img{
display: inline-block;
max-width: 100%;
height: auto;
}
.app-downlod-btn-large .btn-content-wrapper .btn-c-content h3{
font-size: 20px;
font-weight: 500;
color: #252a32;
margin-bottom: .25em;
}
.app-downlod-btn-large .btn-content-wrapper .btn-c-content span{
font-size: 16px;
color: #99a1af;
display: block;
}
.h7-get-the-app{
padding-top: 60px;
padding-bottom: 60px;
position: relative;
z-index: 0;
background: -webkit-linear-gradient( 90deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
background: linear-gradient( 90deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
}
.image___bg {
background-image: -moz-linear-gradient( 0deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
position: absolute;
left: 0px;
top: 7876px;
width: 1920px;
height: 550px;
z-index: 414;
}
.h7-download-img{
position: relative;
height: 430px;
}
.h7-download-img img{
max-width: 100%;
height: auto;
display: block;
position: absolute;
}
.h7-download-img .gtp-img1{
right: 0;
top: 0;
}
.h7-download-img .gtp-img2{
left: 0;
top: 0;
}
/* 14 - Blog Style
--------------------------------------------------------------------------------------*/
.blog-post{
position: relative;
display: block;
margin-bottom: 30px;
}
.blog-post .post-thumb{
margin-bottom: 27px;
position: relative;
overflow: hidden;
}
.blog-post .post-thumb img{
width: 100%;
height: auto;
display: block;
}
.blog-post .post-thumb:after{
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0;
top: 0;
left: 0;
pointer-events: none;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.blog-post .post-thumb:hover:after{
opacity: .3;
}
.blog-post .post-thumb .meta-date{
position: absolute;
top: 20px;
left: 20px;
width: 80px;
height: 80px;
border-radius: 3px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
z-index: 2;
-ms-flex-direction: column;
flex-direction: column;
background-color: rgba(37, 42, 50, .9);
pointer-events: none;
color: #fff;
font-size: 16px;
padding: 10px;
line-height: 1;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.blog-post .post-thumb:hover .meta-date{
background-color: rgba(40, 199, 127, .9);
}
.blog-post .post-thumb .meta-date .date{
font-size: 30px;
font-weight: 700;
display: block;
}
.blog-post .post-title{
margin-bottom: .7em;
}
.blog-post .post-title,
.blog-post .post-title a{
font-size: 20px;
font-weight: 600;
color: #252a32;
line-height: 1.5;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.blog-post .post-title a:hover,
.blog-post .post-meta a:hover,
.blog-post.style-2 .post-title a:hover,
.blog-post.style-2 .post-meta a:hover,
.blog-single-post.blog-post .post-meta a:hover{
color: #28c77f;
}
.blog-post .post-meta>span,
.blog-post .post-meta a{
font-size: 14px;
font-weight: 400;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.blog-post .post-meta>span{
color: #99a1af;
position: relative;
display: inline-block;
}
.blog-single-post.blog-post .post-meta a{
color: #99A1AF;
}
.blog-post .post-meta a{
color: #252a32;
}
.blog-post .post-meta>span{
margin-right: 15px;
padding-right: 15px;
}
.blog-post .post-meta>span:after{
content: "";
position: absolute;
width: 0;
height: 15px;
border-right: 1px solid #dde0e4;
border-left: 1px solid #a0a7b4;
top: 60%;
right: -1px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog-post .post-meta>span:first-child{
margin-left: 0;
}
.blog-post .post-meta>span:last-child:after{
display: none;
}
.blog-post .post-meta{
margin-bottom: 9px;
}
.blog-post .post-des{
font-size: 16px;
color: #99a1af;
line-height: 1.75;
margin-bottom: 25px;
}
.blog-post .read-more-btn{
font-size: 16px;
color: #717b8c;
font-weight: 500;
display: inline-block;
position: relative;
vertical-align: middle;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.blog-post .read-more-btn i{
vertical-align: middle;
font-size: 18px;
}
.blog-post .read-more-btn:after{
content: "";
width: 100%;
height: 1px;
position: absolute;
background: #28c77f;
left: 0;
bottom: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transform-origin: right center 0;
-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.blog-post .read-more-btn:hover{
color: #28c77f;
}
.blog-post .read-more-btn:hover:after{
-webkit-transform: scaleX(1);
transform: scaleX(1);
transform-origin: left center 0;
-webkit-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.h2-blog{
padding-bottom: 130px;
}
.blog-page-main-wrapper{
padding-top: 100px;
padding-bottom: 120px;
position: relative;
}
.blog-page-main-wrapper .main-content,
.blog-page-main-wrapper .sidebar{
position: relative;
}
@media screen and (min-width: 992px){
.right-sidebar .main-content{
padding-right: 75px;
}
.right-sidebar .sidebar{
padding-left: 0;
padding-right: 0;
margin-left: -15px;
}
.left-sidebar .main-content{
padding-left: 75px;
}
.left-sidebar .sidebar{
padding-left: 0;
padding-right: 0;
margin-right: -15px;
}
.full-width .blog-single-post .post-thumb{
margin-left: -70px;
margin-right: -70px;
}
}
.blog-post.style-2{
margin-bottom: 60px;
}
.blog-post.style-2 .post-title,
.blog-post.style-2 .post-title a{
color: #1c1d1b;
font-weight: 700;
}
.blog-post.style-2 .post-meta>span,
.blog-post.style-2 .post-meta a{
font-style: italic;
color: #767f8f;
}
.blog-post.style-2 .post-meta>span:after{
content: "/";
border: 0;
height: auto;
width: auto;
top: 50%;
}
.blog-post.style-2 .post-thumb {
margin-bottom: 23px;
}
.blog-post.style-2 .post-title {
margin-bottom: .35em;
}
.blog-post.style-2 .post-meta {
margin-bottom: 22px;
}
.blog-post.style-2 .read-more-btn{
font-size: 14px;
color: #717b8c;
font-weight: 700;
display: inline-block;
position: relative;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.blog-post.style-2 .read-more-btn:after{
content: "";
width: 100%;
height: 1px;
position: absolute;
background: #28c77f;
left: 0;
bottom: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transform-origin: right center 0;
-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.blog-post.style-2 .read-more-btn:hover{
color: #28c77f;
}
.blog-post.style-2 .read-more-btn:hover:after{
-webkit-transform: scaleX(1);
transform: scaleX(1);
transform-origin: left center 0;
-webkit-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.blog-post.style-2 .post-des{
margin-bottom: 20px;
line-height: 1.68;
}
.blog-post.style-2 .post-thumb .meta-date{
left: auto;
right: 20px;
width: 68px;
height: 68px;
text-transform: uppercase;
font-size: 16px;
}
.blog-post.blog-single-post{
margin-bottom: 60px;
}
.blog-post.blog-single-post .post-thumb:after{
display: none;
}
.blog-post.blog-single-post .post-title{
color: #222931;
font-size: 26px;
margin-bottom: 5px;
}
.blog-post.blog-single-post .post-des{
color: #767f8f;
line-height: 1.6;
margin-top: 40px;
}
.f-l-big:first-letter{
font-size: 3.125em;
color: #28c77f;
font-weight: 900;
float: left;
line-height: 1;
margin-top: 3px;
margin-right: 20px;
}
.blog-single-post-footer{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 1px solid #E4E8ED;
border-bottom: 1px solid #E4E8ED;
padding: 20px;
margin-bottom: 60px;
}
.blog-single-post-footer>div{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.meta-tags span,
.meta-tags a{
color: #767f8f;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.meta-tags a:hover{
color: #28c77f;
}
.blog-single-post-footer .meta-tags i{
font-size: 14px;
margin-right: 15px;
}
.blog-single-post-footer .meta-share{
text-align: right;
}
.blog-single-post-footer .meta-share>span,
.blog-single-post-footer .meta-share .social-profile{
display: inline-block;
}
.blog-single-post-footer .meta-share>span{
color: #222931;
margin-right: 30px;
font-weight: 600;
}
.author-box{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 27px 35px 27px 75px;
margin-left: 40px;
background-color: #fbfbfb;
border: 1px solid #f3f3f3;
margin-bottom: 65px;
}
.author-box .author-avatar {
width: 90px;
height: 90px;
border-radius: 50%;
display: block;
flex-shrink: 0;
overflow: hidden;
margin-right: 30px;
border: 3px solid #e6ebf2;
position: absolute;
top: 50%;
left: -40px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.author-box .author-avatar img{
width: 100%;
height: auto;
display: block;
}
.author-box .author-info-head{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
margin-bottom: 5px;
}
.author-box .author-info-head .author-social{
margin-left: auto;
}
.author-box .author-info-head .author-social ul li a{
font-size: 14px;
}
.author-box .author-info-head h3{
font-size: 18px;
font-weight: 600;
color: #222931;
margin-bottom: 0;
}
.author-box .author-description{
font-size: 16px;
font-weight: 400;
color: #767f8f;
line-height: 1.7;
}
.comment-list,
.comment-list .children{
list-style: none;
}
.comment-list .children{
margin-bottom: 0;
}
.comment-body{
margin-bottom: 35px;
}
.comment-body .comment-author{
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
float: left;
margin-right: 30px;
border: 1px solid #e6e6e6;
padding: 3px;
}
.comment-author img{
width: 100%;
height: auto;
display: block;
border-radius: 50%;
}
.comment-list>.comment:last-child>.comment-body{
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.comment-list>.comment{
margin-bottom: 35px;
}
.comment-list>.comment:last-child{
margin-bottom: 0;
}
.comment-body .comment-content{
display: table;
padding-bottom: 30px;
border-bottom: 1px solid #d6e0eb;
}
.comment-metadata .author-name a,
.comment-metadata .commernt-reply a{
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.comment-metadata .author-name a:hover,
.comment-metadata .commernt-reply a:hover{
color: #28c77f;
}
.comment-metadata .author-name{
margin-bottom: .3em;
}
.comment-metadata .author-name,
.comment-metadata .author-name a{
display: block;
font-size: 16px;
font-weight: 600;
color: #000000;
font-family: 'Poppins', sans-serif;
}
.comment-metadata .post-date{
font-size: 16px;
font-weight: 400;
color: #99a1af;
}
.comment-metadata .commernt-reply{
float: right;
}
.comment-metadata .commernt-reply a{
font-size: 14px;
font-weight: 400;
color: #000;
}
.comment-metadata{
margin-bottom: 19px;
}
.comment-txt{
font-size: 16px;
color: #767f8f;
letter-spacing: 0.02em;
line-height: 1.74;
}
.comment .children{
padding-left: 70px;
}
.comment-area .ca-title{
font-size: 24px;
color: #222931;
font-weight: 600;
position: relative;
margin-bottom: 60px;
}
.comment-area .ca-title:after {
content: "";
width: 50px;
height: 2px;
display: block;
background: #28c77f;
margin-top: 10px;
}
.comment-respond{
margin-top: 75px;
}
.comment-respond .ca-title{
margin-bottom: 35px;
}
.comment-form .form-control{
background-color: #fbfbfb;
border: 1px solid #ebebeb;
box-shadow: none;
padding-left: 1.5em;
padding-right: 1.5em;
}
.comment-form .form-group{
margin-bottom: 30px;
}
.comment-form .form-row {
margin-right: -10px;
margin-left: -10px;
}
.comment-form .form-row>.col,
.comment-form .form-row>[class*=col-] {
padding-right: 10px;
padding-left: 10px;
}
.comment-form .form-control:focus{
background-color: #fff;
border-color: #28c77f;
}
.widget{
position: relative;
margin-bottom: 42px;
}
.widget-title{
font-size: 18px;
font-weight: 600;
color: #222931;
position: relative;
margin-bottom: 28px;
}
.widget-title:after{
content: "";
width: 50px;
height: 2px;
display: block;
background: #28c77f;
margin-top: 10px;
}
.widget-search-form .form-control{
background-color: #fcfcfc;
border-color: #E7EBF4;
border-radius: 3px;
height: 56px;
padding-top: 0;
padding-bottom: 0;
box-shadow: none;
font-size: 14px;
}
.widget-search-form .form-control:focus{
box-shadow: none;
}
.widget-search-form .btn{
position: absolute;
width: 57px;
height: 50px;
background-color: #f0f0f0;
color: #28c77f;
top: 50%;
right: 3px;
padding: 0;
border: 0;
min-width: auto;
font-size: 14px;
z-index: 3;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.widget-search-form .btn:hover{
background-color: #28c77f;
color: #f0f0f0;
}
.widget ul{
list-style: none;
}
.widget-recent-post ul {
padding: 0;
margin: 0;
list-style: none;
}
.widget-popular-post{
position: relative;
margin-bottom: 30px;
}
.widget-popular-post .post-detail p{
font-size: 15px;
font-weight: 500;
color: #181b1a;
font-family: 'Poppins', sans-serif;
line-height: 1.34;
margin-bottom: 12px;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.widget-popular-post a:hover .post-detail p{
color: #28c77f;
}
.widget-popular-post .post-detail span{
font-size: 15px;
color: #99a1af;
display: block;
}
.widget-popular-post .post-img{
max-width: 100px;
margin-right: 20px;
border-radius: 3px;
overflow: hidden;
}
.widget-archive-list li:first-child {
padding-top: 0;
}
.widget-archive-list li {
padding: .75em 0;
}
.widget-archive-list li a {
display: flex;
position: relative;
vertical-align: middle;
font-size: 16px;
color: #767f8f;
line-height: 1;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.widget-archive-list li a>span {
-ms-flex-positive: 1;
flex-grow: 1;
}
.widget-archive-list li a>span:last-child {
text-align: right;
}
.widget-archive-list li a:hover{
color: #28c77f;
}
.tagcloud a {
font-weight: 400;
color: #767f8f;
text-decoration: none;
background: #f3f3f3;
display: inline-block;
font-size: 15px!important;
padding: .83em 1.5em;
margin: 0 0.75em .68em 0;
border-radius: 3px;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.tagcloud a:hover{
background-color: #28c77f;
color: #ffffff;
}
.pagination .page-numbers{
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
color: #181b1a;
background-color: #f2f2f2;
border-radius: 3px;
text-align: center;
margin-right: 10px;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover{
background-color: #28c77f;
color: #fff;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next{
border: 1px solid #28c77f;
background-color: transparent;
line-height: 38px;
}
.post-row{
position: relative;
margin-bottom: 40px;
border-bottom: 1px solid #e8e7ef;
padding-bottom: 20px;
}
/* 15 - Partner Style
--------------------------------------------------------------------------------------*/
.partner-logo{
position: relative;
}
.partner-logo img{
display: block;
max-width: 100%;
height: auto;
opacity: .5;
margin-left: auto;
margin-right: auto;
-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.partner-logo img:hover{
opacity: 1;
}
/* 16 - FAQ and Accordion Style
--------------------------------------------------------------------------------------*/
@media (min-width: 1300px){
.faq-sec-img{
margin-left: -90px;
margin-right: -30px;
}
}
@media (min-width: 1450px){
.faq-sec-img{
margin-left: -150px;
}
}
.h7-faq-sec{
padding-top: 0;
}
.faq-sec-img img{
max-width: 100%;
height: auto;
display: block;
}
.accordion-item{
position: relative;
border: 0;
border-radius: 0;
background-color: #fff;
box-shadow: 0px 10px 30px 0px rgba(0, 12, 31, 0.08);
margin-bottom: 20px;
background-image: -moz-linear-gradient( 90deg, rgb(13,197,173) 0%, rgb(50,73,214) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(13,197,173) 0%, rgb(50,73,214) 100%);
background-image: linear-gradient( 90deg, rgb(13,197,173) 0%, rgb(50,73,214) 100%);
}
.accordion-btn{
width: 100%;
cursor: pointer;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 23px 30px 13px 30px;
background-color: transparent;
border: 0;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.accordion-btn:focus{
outline: none;
}
.accordion-btn.collapsed{
background-color: #fff;
padding: 23px 30px;
}
.accordion-btn .accordion-title{
font-size: 20px;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: left;
color: #fff;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.accordion-btn .accordion-icon{
font-size: 30px;
color: #fff;
margin-right: 30px;
display: -ms-flexbox;
display: flex;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.accordion-arrow i{
width: 34px;
height: 34px;
line-height: 34px;
background-color: rgba(255, 255, 255, .2);
border-radius: 50%;
display: block;
color: #fff;
font-size: 20px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.accordion-btn.collapsed .accordion-title{
color: #8b8b99;
}
.accordion-btn.collapsed .accordion-icon{
color: #87e7da;
}
.accordion-btn.collapsed .accordion-arrow i{
color: #0dc5ad;
background-color: #eff2f7;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.accordion-body{
color: #fff;
padding-left: 90px;
padding-right: 50px;
padding-top: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.625em;
}
.accordion.accordion-style-2 .accordion-item{
background: transparent;
box-shadow: none;
margin-bottom: 0;
}
.accordion.accordion-style-2 .accordion-btn.collapsed{
padding: 23px 30px;
}
.accordion.accordion-style-2 .accordion-btn,
.accordion.accordion-style-2 .accordion-item:last-child .accordion-btn{
border: 0;
}
.accordion.accordion-style-2 .accordion-btn{
padding-left: 0;
padding-right: 0;
}
.accordion.accordion-style-2 .accordion-btn.collapsed{
background: transparent;
border-bottom: 1px solid #d7e0ed;
padding-left: 0;
padding-right: 0;
}
.accordion.accordion-style-2 .accordion-btn.collapsed .accordion-icon,
.accordion.accordion-style-2 .accordion-btn.collapsed .accordion-title{
color: #8b8b99;
}
.accordion.accordion-style-2 .accordion-btn .accordion-title,
.accordion.accordion-style-2 .accordion-btn .accordion-icon{
color: #252a32;
}
.accordion.accordion-style-2 .accordion-body{
color: #99a1af;
padding-left: 42px;
padding-right: 0;
}
.accordion.accordion-style-2 .accordion-btn .accordion-title{
font-size: 18px;
}
.accordion.accordion-style-2 .accordion-btn .accordion-icon{
font-size: 20px;
margin-right: 20px;
}
.accordion.accordion-style-2 .accordion-arrow .acco-toggle-icon{
width: auto;
height: auto;
line-height: 1;
border-radius: 0;
position: relative;
background-color: transparent;
width: 12px;
height: 12px;
}
.accordion.accordion-style-2 .acco-toggle-icon:after,
.accordion.accordion-style-2 .acco-toggle-icon:before{
content: "";
position: absolute;
background-color: #8b8b99;
display: block;
-webkit-transition: .6s ease;
transition: .6s ease;
}
.accordion.accordion-style-2 .accordion-btn.collapsed .acco-toggle-icon:after{
width: 2px;
height: 12px;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.accordion.accordion-style-2 .accordion-btn.collapsed .acco-toggle-icon:before{
width: 12px;
height: 2px;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.accordion.accordion-style-2 .acco-toggle-icon:after{
width: 2px;
height: 12px;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%) rotate(90deg);
transform: translateX(-50%) rotate(90deg);
}
/* 17 - Video Style
--------------------------------------------------------------------------------------*/
.video-sec{
padding-top: 200px;
padding-bottom: 150px;
}
.video-sec.size-large{
padding-top: 250px;
padding-bottom: 200px;
}
.video-sec .overlay{
opacity: .95;
background: -moz-linear-gradient( 90deg, #0dc1e9 0%, #28c77f 100%);
background: -webkit-linear-gradient( 90deg, #0dc1e9 0%, #28c77f 100%);
background: -ms-linear-gradient( 90deg, #0dc1e9 0%, #28c77f 100%);
background: linear-gradient( 90deg, #0dc1e9 0%, #28c77f 100%);
}
.video-play-content{
position: relative;
text-align: center;
}
.video-play-btn{
margin-bottom: 80px;
}
.video-play-btn a{
display: inline-block;
width: 80px;
height: 80px;
position: relative;
text-align: center;
background: -webkit-linear-gradient( -140deg, #9479fe 0%, #28c77f 100%);
background: -ms-linear-gradient( -140deg, #9479fe 0%, #28c77f 100%);
background: linear-gradient( -140deg, #9479fe 0%, #28c77f 100%);
box-shadow: 0px 13px 30px 0px rgba(0, 12, 31, 0.1);
border-radius: 50%;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
margin-left: auto;
margin-right: auto;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.video-play-btn a:focus{
transform: scale(1.5);
opacity: 0;
}
.video-play-btn a:after,
.video-play-btn a:before{
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
box-shadow: 0 0 0 .8px rgba(255, 255, 255, .5);
border-radius: 50%;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
animation: pulse 2.2s ease-out infinite;
backface-visibility: hidden;
pointer-events: none;
}
.video-play-btn a:after{
animation-delay: 1s;
}
.video-play-content .title{
font-size: 30px;
font-weight: 700;
color: #fff;
letter-spacing: .5em;
margin-bottom: 0;
line-height: 1.5;
position: relative;
}
.video-play-btn a svg{
margin-left: 5px;
}
.video-popup{
position: relative;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 4px 14px 0px rgba(0, 26, 36, 0.2);
}
.video-popup:after{
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #000;
display: block;
opacity: .2;
}
.video-popup img{
max-width: 100%;
display: block;
height: auto;
}
.video-popup .video-play{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-popup .video-play a{
display: block;
position: relative;
width: 70px;
height: 70px;
line-height: 80px;
background-color: #fff;
border-radius: 50%;
text-align: center;
box-shadow: 0px 4px 14px 0px rgba(0, 26, 36, 0.2);
padding-left: 5px;
}
.video-popup .video-play a:after{
content: "";
width: 142.87%;
height: 142.87%;
display: block;
top: 50%;
left: 50%;
position: absolute;
background-color: rgba(255,255,255,.35);
border: 1px solid #fff;
border-radius: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-popup .video-play a svg path{
fill: #5a60ff;
}
.video-img-area{
position: relative;
overflow: hidden;
border-radius: 10px;
box-shadow: 0px 30px 69px 0px rgba(0, 26, 36, 0.3);
}
.h7-video-sec{
padding-bottom: 120px;
}
.h7-video-sec .video-img-area{
margin-top: -180px
}
.video-img-area img{
width: 100%;
height: auto;
display: block;
}
.video-img-area .video-play-btn{
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-img-area:after{
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 0;
pointer-events: none;
background: -webkit-linear-gradient( 60deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
background: linear-gradient( 60deg, rgb(26,41,128) 0%, rgb(38,208,206) 100%);
opacity: .8;
}
.video-play-btn a{
background: -webkit-linear-gradient( 230deg, rgb(38,208,206) 0%, rgb(38,56,163) 100%);
background: -ms-linear-gradient( 230deg, rgb(38,208,206) 0%, rgb(38,56,163) 100%);
box-shadow: 0px 16px 30px 0px rgba(0, 12, 31, 0.1);
}
.h2-video-play{
padding-top: 180px;
padding-bottom: 150px;
}
.h2-video-play .overlay{
background-color: #445063;
opacity: .94;
}
.video-and-nl-sec{
background-color: #f6f9fd;
}
.newsletter-h2-wrapper{
padding: 30px;
position: relative;
}
.newsletter-h2{
width: 475px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
}
.newsletter-h2-wrapper:before{
content: "@";
font-size: 300px;
color: #f0f4f8;
font-family: 'Poppins', sans-serif;
position: absolute;
z-index: 0;
font-weight: 700;
top: 50%;
left: 0;
width: 100%;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.newsletter-h2 .newsletter-title{
font-size: 30px;
font-weight: 700;
color: #445063;
margin-bottom: .5em;
}
.newsletter-h2 .input-group{
border-bottom: 1px solid #d6deea;
margin-top: 95px;
}
.newsletter-h2 .form-control{
background-color: transparent;
box-shadow: none;
padding: 0;
margin: 0;
border-radius: 0;
outline: none;
border: 0;
}
.newsletter-h2 .form-control:focus{
box-shadow: none;
border: 0;
outline: none;
}
.newsletter-h2 button{
background-color: transparent;
border: 0;
border-radius: 0;
font-size: 12px;
font-weight: 700;
color: #717b8c;
cursor: pointer;
height: 100%;
}
.newsletter-h2 button:hover{
color: #f73861;
}
/* 1 - Contact Style
--------------------------------------------------------------------------------------*/
.iconic-contact-info .contact-info-head{
border-bottom: 1px solid #E5E9F0;
margin-bottom: 35px;
}
.iconic-contact-info .contact-info-head h2{
font-size: 30px;
font-weight: 700;
color: #252a32;
margin-bottom: .5em;
}
.iconic-contact-info .contact-info-head p{
margin-bottom: 1.38em;
}
.iconic-contact-info .f-contact-list>li span{
color: #252a32;
}
.iconic-contact-info{
color: #252a32;
}
.h2-contact{
padding-top: 175px;
padding-bottom: 130px;
}
.form-control{
border: 1px solid transparent;
border-radius: 3px;
box-shadow: 0px 2px 4px rgba(0,12,31,0.08);
background-color: #ffffff;
color: #252a32;
font-size: 16px;
padding: 1.12em 1.9em;
-webkit-transition: .15s ease-out;
transition: .15s ease-out;
}
.form-control:focus{
box-shadow: 0px 10px 20px rgba(0,12,31,0.1);
outline: none;
border-color: #eceff5;
}
.form-control::-webkit-input-placeholder{
color: #b3bbc8;
}
.form-control::-moz-placeholder{
color: #b3bbc8;
}
.form-control:-ms-input-placeholder{
color: #b3bbc8;
}
.form-control::placeholder{
color: #b3bbc8;
}
.contact-form .form-row{
margin-right: -15px;
margin-left: -15px;
}
.contact-form .form-row>.col,
.contact-form .form-row>[class*=col-] {
padding-right: 15px;
padding-left: 15px;
}
.contact-form .form-group{
margin-bottom: 22px;
}
.contact-form .btn{
margin-top: 10px;
}
#map{
width: 100%;
height: 400px;
border: 6px solid #fff;
box-shadow: 0px 2px 4px 0px rgba(0, 12, 31, 0.08);
}
/* 18 - Footer Style
--------------------------------------------------------------------------------------*/
footer,
.footer{
position: relative;
overflow: hidden;
background-color: #e1effa;
font-size: 16px;
font-weight: 400;
color: #8b9aa8;
}
.footer p{
line-height: 1.75;
}
.footer ul{
margin-bottom: 32px;
}
.f-copyright-area ul{
margin-bottom: 0;
}
.f-widget-area{
position: relative;
padding-top: 110px;
padding-bottom: 32px;
}
.f-widget{
position: relative;
margin-bottom: 40px;
}
.f-widget img{
max-width: 100%;
height: auto;
display: block;
}
.f-logo{
margin-bottom: 25px;
}
.f-widget-title{
font-size: 20px;
font-weight: 600;
color: #3b566e;
margin-bottom: 40px;
}
.f-widget .f-list{
list-style: none;
}
.f-widget .f-list li,
.f-widget .f-list li a{
font-size: 16px;
color: #8b9aa8;
}
.f-widget .f-list li{
margin-bottom: .95em;
}
.f-widget .f-list li a{
position: relative;
display: inline-block;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.f-widget .f-list li a:hover{
color: #28c77f;
}
.f-widget .f-list li a:after {
content: "";
width: 100%;
height: 0;
border-top: 1px solid #63d3a4;
border-bottom: 1px solid #aae2d2;
position: absolute;
background: #fff;
left: 0;
bottom: -1px;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transform-origin: right center 0;
-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.f-widget .f-list li a:hover:after {
transform: scaleX(1);
transform-origin: left center 0;
transition: transform 0.3s ease-in-out;
}
.f-contact-list{
list-style: none;
}
.f-contact-list>li{
display: -ms-flexbox;
display: flex;
margin-bottom: 17px;
}
.f-contact-list>li span{
font-weight: 700;
color: #466077;
margin-right: 7px;
}
.f-nav,
.footer .f-nav{
list-style: none;
position: relative;
margin-bottom: 0;
padding: 0;
}
.f-nav li{
display: inline-block;
position: relative;
margin: 0;
padding: 0;
}
.f-nav li a{
font-size: 12px;
font-weight: 400;
color: #8b9aa8;
display: block;
margin: .5em 1em;
padding: 0;
-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}
.f-nav .nav-item:last-child a{
margin-right: 0;
}
.f-nav .nav-item:first-child a{
margin-left: 0;
}
.f-nav li a:hover{
color: #28c77f;
}
.f-copyright-area{
position: relative;
}
.copyright{
font-size: 12px;
color: #8b9aa8;
margin-bottom: 0;
}
.copyright a{
color: #28c77f;
}
.f-copyright-area>.container{
position: relative;
padding-top: 19px;
padding-bottom: 19px;
}
.f-copyright-area>.container:before{
content: "";
display: block;
width: calc(100% - 30px);
height: 1px;
background-color: #c6d9eb;
position: absolute;
top: 0;
left: 15px;
}
.footer.footer-dark{
background-color: #1E212E;
}
.footer.footer-dark .overlay{
background-image: url(../images/footer-shape.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.footer.footer-dark .f-widget-title{
color: #fff;
}
.footer.footer-dark .f-copyright-area>.container:before{
background: #292B3B;
}
.f-newsletter{
margin-top: 35px;
margin-bottom: 25px;
}
.f-newsletter .input-group{
width: 320px;
max-width: 100%;
position: relative;
border-radius: 3px;
border: 1px solid #2b2f41;
padding: 10px 0;
}
.f-newsletter .input-group .form-control{
background: transparent;
border-radius: 0;
box-shadow: none;
border: 0;
padding-top: .6em;
padding-bottom: .6em;
font-size: 14px;
color: #99A1AF;
}
.f-newsletter .input-group-btn button{
display: block;
height: 100%;
background-color: transparent;
border: none;
box-shadow: none;
color: #fff;
font-size: 16px;
cursor: pointer;
padding-left: 23px;
padding-right: 23px;
border-left: 1px solid #2C2E42;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.f-newsletter .input-group-btn button:hover{
color: #28c77f;
}
.f-newsletter .input-group .form-control::-webkit-input-placeholder{
color: #505265;
}
.f-newsletter .input-group .form-control::-moz-placeholder{
color: #505265;
}
.f-newsletter .input-group .form-control:-ms-input-placeholder{
color: #505265;
}
.f-newsletter .input-group .form-control::placeholder{
color: #505265;
}
.f-instagram{
position: relative;
list-style: none;
padding: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
}
.f-instagram li {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
display: block;
padding: 0 5px;
margin-bottom: 10px;
border-right: 3px;
overflow: hidden;
}
.f-instagram li img{
width: 100%;
height: auto;
display: block;
border-radius: 3px;
}
.f-instagram li a{
display: block;
-webkit-transition: .15s ease;
transition: .15s ease;
}
.f-instagram li a:hover{
opacity: .7;
}
.f-copyright-area.h3-style{
color: #fff;
background: -moz-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: -webkit-linear-gradient(40deg, #032F76 50%, #7C032F 100%);
background: linear-gradient(40deg, #032F76 50%, #7C032F 100%);
}
.f-copyright-area.h3-style .copyright{
color: #fff;
font-size: 14px;
}
.f-copyright-area.h3-style>.container:before{
display: none;
}
.f-copyright-area.h3-style>.container {
position: relative;
padding-top: 28px;
padding-bottom: 28px;
}
@media (min-width: 768px){
.footer.style-3>.container{
max-width: 700px;
}
}
.footer.style-3{
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
color: #fff;
background: -moz-linear-gradient( 40deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
background: -webkit-linear-gradient( 40deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
background: linear-gradient( 40deg, rgb(50,73,214) 0%, rgb(13,197,173) 100%);
}
.footer.style-3 .overlay{
background-image: url(../images/footer-shape2.png);
}
.footer.style-3 .f-newsletter .input-group{
max-width: 100%;
width: 100%;
background-color: #fff;
border: none;
border-radius: 3px;
padding-top: 15px;
padding-bottom: 15px;
}
.footer.style-3 .f-newsletter .input-group .form-control{
font-size: 16px;
padding-top: .5em;
padding-bottom: .5em;
color: #000;
}
.footer.style-3 .f-newsletter .input-group-btn button{
color: #0dc5ad;
font-size: 20px;
padding-left: 30px;
padding-right: 30px;
border-color: #e9ebf7;
}
.footer.style-3 .f-logo {
margin-bottom: 60px;
}
.footer.style-3 ul{
margin-bottom: 0;
}
.footer.style-3 .f-social-area{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer.style-3 .f-contact-list>li span{
color: #fff;
font-weight: 400;
margin-right: 20px;
}
.footer.style-3 .copyright-area{
width: 470px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
position: relative;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer.style-3 .copyright{
color: #fff;
text-align: center;
margin-bottom: 0;
}
.footer.style-3 .f-contact-list>li{
margin-bottom: 8px;
}
.scroll-top{
width: 40px;
height: 40px;
line-height: 40px;
position: fixed;
right: 20px;
bottom: 20px;
z-index: 999;
font-size: 22px;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
display: none;
background: -webkit-linear-gradient(40deg, #28c77f 0%, #7658f7 100%);
background: linear-gradient( 40deg, #28c77f 0%, #7658f7 100%);
border-radius: 3px;
box-shadow: 0 2px 15px rgba(0,0,0,.25);
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.scroll-top:hover{
line-height: 33px;
}
/*-----new-css--*/
.main-banner{
background-image: url(../images/banner-top.png);
background-repeat: no-repeat;
background-size: cover;
min-width: 100%;
min-height: 763px;
}
.about-us{
background: linear-gradient(40deg, #032F76 50%, #7C032F 100%);
color: #fff;
text-align: center;
}
.contact-info-head h2{
font-size: 30px;
font-weight: 700;
color: #252a32;
margin-bottom: .5em;
text-align: center;
}
.contact-info-head p {
margin-bottom: 1.38em;
text-align: center;
}
.h3-top-1 {
top: 120px;
right: 38px;
}
.h3-top-2 {
right: 183px;
top: 117px;
}
.h3-coin {
top: 438px;
right: 178px;
z-index: 9;
}
.shake{
visibility: visible;
animation-duration: 0.2s;
animation-iteration-count: 4;
animation-name: shake;
}
.main-banner .banner-content {
color: #fff;
position: relative;
text-align: center;
padding-top: 360px;
}
.contact-bg-color{
background-color: #F3F3F3;
}
.pt-24{
padding-top: 24px;
}
.a-title {
position: relative;
display: block;
width: 100%;
text-align: center;
margin-bottom: 50px;
}
.a-title::after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 2px;
bottom: -20px;
left: 50%;
background: #fff;
transform: translateX(-50%);
}
.bg-image{
background-image: url(../images/bg-img-1.png);
background-repeat: no-repeat;
background-size: cover;
}
.text-btn-1{
text-align: right;
}
.text-btn-2{
text-align: left;
}
@media (max-width: 767px){
.text-btn-1{
text-align: center!important;
}
.text-btn-2{
text-align: center!important;
}
}
/*--slider--*/
/********* Harshit CSS ********/
.banner-content.padding-xs-t130 {padding-top: 130px; }
.h3-awesome-feature.bg-color.s-padding {padding-top: 100px;}
.h3-about.s-padding.about-us {padding-top: 100px;}
.h3-get-the-app.s-padding.bg-color {padding-top: 100px;}
.h4-contact.s-padding.bg-color.contact-bg-color {padding-top: 100px;}
.bg_white { background-color: #fff; }
.padding-tb20 { padding: 20px 0px 20px 0px; }
.f-22 { font-size: 22px; }
.f-600 { font-weight: 600; }
.payment h2 { padding-bottom: 0px; padding-top: 13px; }
.payment .payment_icon ul { margin: 0px; padding: 0px; }
.payment .payment_icon ul li { display: inline-block; list-style: none; padding-left: 25px; }
.payment .payment_icon ul li a { }
/*----------------new-css-far 25-1-19 start----------------*/
.modal-header, .modal-body{
background-color: #f9f9f9;
}
*.tabs-center .nav-tabs li.nav-item{
width: 50%;
}
.tabs-center{
display: block;
text-align: center;
width: 100%;
}
.tabs-center ul{
margin: 0 auto;
border-bottom: none;
}
.tabs-center .nav-tabs li.nav-item a.nav-link{
border: none;
color: #032f76;
}
.tabs-center .nav-tabs li.nav-item a.nav-link.active{
border-bottom: 1px solid #032f76;
}
.fade:not(.show) {
opacity: 1 !important;
}
.tabs-rech{
display: block;
text-align: center;
width: 100%;
}
.tabs-rech ul.nav-tabs{
border-bottom: none;
}
.tabs-rech ul.nav-tabs li.nav-item{
width: 50%;
}
.tabs-rech ul.nav-tabs li.nav-item a{
border: none;
background-color: transparent;
}
.tabs-rech ul.nav-tabs li.nav-item a.active{
background-color: ;
}
.tab-content form .form-group select{
text-indent: 1.4em;
height: 62px !important;
}
button:focus{
border: none !important;
outline: unset !important;
}
@media (min-width: 992px){
.navbar-nav li{
margin-left: 1em;
margin-right: 1em;
}
}
/*----------------new-css-far 25-1-19 end----------------*/ | 0.302803 | 0.051893 |
.panel {
background-color: #f1f1f1;
border-radius: 0;
}
.loader {
display: none;
position: absolute;
z-index: 10;
left: 0;
top: 0;
right: 0;
padding: 0 -15px;
text-align: center;
width: 100%;
height: 100%;
padding-top: 280px;
background-color: rgba(255, 255, 255, 0.64)
}
/*--- Text styles ---*/
h5 {
line-height: 0.1em;
background-image: linear-gradient(to right, #000 10%, rgba(255, 255, 255, 0) 30%);
background-position: top;
background-size: 5px 1px;
background-repeat: repeat-x;
}
h5::after,
h5::before{
line-height: 1em;
}
h5 span,
h5 a {
background-color: #f1f1f1;
padding-right: 15px !important;
color: black;
}
h5 a:hover,
h5 a:active,
h5 a:focus {
color: #3b3b3b;
text-decoration: none;
}
/*--- Sidebar ---*/
.sidebar {
text-align: center;
padding: 10px 0;
}
.filter-group {
padding: 15px 0;
}
.filter-group .group {
padding: 15px 0;
}
.filter-group label {
color: #808080;
padding-bottom: 3px;
display: inline-block;
font-weight: 300;
}
.group {
min-height: 1em;
}
.group .collapse,
.group a:not(.collapsed),
.group .collapsed,
.group .collapsing {
padding: 0 0px 0 15px;
text-align: left;
}
.panel-body {
padding: 20px 7px 15px 0px;
}
/*--- Checkbox ---*/
.filter-group input[type="checkbox"] {
display:none;
}
.filter-group input[type="checkbox"] + label span {
display:inline-block;
width:21px;
height:21px;
background:url(../img/checkSheet.png) left top no-repeat;
cursor:pointer;
margin: 0px 5px 0 0;
vertical-align: middle;
}
input[type="checkbox"]:checked + label span {
background:url(../img/checkSheet.png) -21px top no-repeat;
}
/*--- Glyphs ---*/
.caret {
-webkit-transition: width 2s;
transition: width 2s;
}
.gly-rotate-0 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(0deg) ;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
transition: 0.1s ease-in-out;
}
.gly-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: 0.1s ease-in-out;
}
/*--- Right filters ---*/
#filters-top{
margin-bottom: 15px;
}
#filters-top .panel {
padding: 33px 15px 23px;
}
#filters-top h1{
margin-bottom: 30px;
margin-top: 0;
}
#filters-top .col-md-5ths {
border-right: 1px solid black;
}
#filters-top .col-md-5ths:last-child {
border-right: none;
}
#filters-top .col-md-5ths a {
display: block;
color: black;
padding: 12px 0;
}
#filters-top .col-md-5ths a:first-child,
#filters-top .col-md-5ths a:last-child {
padding: 0;
}
/*--- 5 columns ---*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 20px;
}
.col-xs-5ths {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5ths {
width: 20%;
float: left;
}
}
/*--- Items ---*/
.items {
margin-left: -30px;
}
.items .col-md-3 {
padding: 0 0 15px 15px;
margin-bottom: 25px;
}
.items .col-md-3 p {
color: #4d4d4d;
font-size: 12px;
}
#results {
padding-left: 15px;
position: relative;
} | public/css/site.css | .panel {
background-color: #f1f1f1;
border-radius: 0;
}
.loader {
display: none;
position: absolute;
z-index: 10;
left: 0;
top: 0;
right: 0;
padding: 0 -15px;
text-align: center;
width: 100%;
height: 100%;
padding-top: 280px;
background-color: rgba(255, 255, 255, 0.64)
}
/*--- Text styles ---*/
h5 {
line-height: 0.1em;
background-image: linear-gradient(to right, #000 10%, rgba(255, 255, 255, 0) 30%);
background-position: top;
background-size: 5px 1px;
background-repeat: repeat-x;
}
h5::after,
h5::before{
line-height: 1em;
}
h5 span,
h5 a {
background-color: #f1f1f1;
padding-right: 15px !important;
color: black;
}
h5 a:hover,
h5 a:active,
h5 a:focus {
color: #3b3b3b;
text-decoration: none;
}
/*--- Sidebar ---*/
.sidebar {
text-align: center;
padding: 10px 0;
}
.filter-group {
padding: 15px 0;
}
.filter-group .group {
padding: 15px 0;
}
.filter-group label {
color: #808080;
padding-bottom: 3px;
display: inline-block;
font-weight: 300;
}
.group {
min-height: 1em;
}
.group .collapse,
.group a:not(.collapsed),
.group .collapsed,
.group .collapsing {
padding: 0 0px 0 15px;
text-align: left;
}
.panel-body {
padding: 20px 7px 15px 0px;
}
/*--- Checkbox ---*/
.filter-group input[type="checkbox"] {
display:none;
}
.filter-group input[type="checkbox"] + label span {
display:inline-block;
width:21px;
height:21px;
background:url(../img/checkSheet.png) left top no-repeat;
cursor:pointer;
margin: 0px 5px 0 0;
vertical-align: middle;
}
input[type="checkbox"]:checked + label span {
background:url(../img/checkSheet.png) -21px top no-repeat;
}
/*--- Glyphs ---*/
.caret {
-webkit-transition: width 2s;
transition: width 2s;
}
.gly-rotate-0 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(0deg) ;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
transition: 0.1s ease-in-out;
}
.gly-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: 0.1s ease-in-out;
}
/*--- Right filters ---*/
#filters-top{
margin-bottom: 15px;
}
#filters-top .panel {
padding: 33px 15px 23px;
}
#filters-top h1{
margin-bottom: 30px;
margin-top: 0;
}
#filters-top .col-md-5ths {
border-right: 1px solid black;
}
#filters-top .col-md-5ths:last-child {
border-right: none;
}
#filters-top .col-md-5ths a {
display: block;
color: black;
padding: 12px 0;
}
#filters-top .col-md-5ths a:first-child,
#filters-top .col-md-5ths a:last-child {
padding: 0;
}
/*--- 5 columns ---*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 20px;
}
.col-xs-5ths {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5ths {
width: 20%;
float: left;
}
}
/*--- Items ---*/
.items {
margin-left: -30px;
}
.items .col-md-3 {
padding: 0 0 15px 15px;
margin-bottom: 25px;
}
.items .col-md-3 p {
color: #4d4d4d;
font-size: 12px;
}
#results {
padding-left: 15px;
position: relative;
} | 0.443841 | 0.174938 |
Basic of template
*/
html {
height: 100%;
direction: rtl;
text-align: right !important; }
body {
width: 100%;
min-height: 100vh;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
max-width: 1600px;
margin-left: auto;
margin-right: auto; }
body {
color: rgba(24, 35, 89, 0.75);
font-size: .875rem;
letter-spacing: 0;
line-height: 1.5;
background-color: #f0f3f7;
font-weight: 400;
font-family: "Source Sans Pro", sans-serif;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
a {
color: inherit;
text-decoration: none;
cursor: pointer;
outline: 0; }
a:hover {
color: #0084ff;
text-decoration: none;
outline: 0 !important; }
a.text-muted:hover {
opacity: 1 !important; }
button, a {
transition: all .2s;
-webkit-transition: all .2s; }
button:focus, button:hover, a:focus, a:hover {
text-decoration: none !important;
outline: 0 !important; }
* > .disabled, * > [disabled] {
opacity: .5;
pointer-events: none; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: .5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.5;
color: inherit; }
.small, small {
font-size: 85%; }
hr {
border-color: #e1eaea !important; }
pre {
padding: 0;
margin-top: 0;
margin-bottom: 0;
background-color: transparent;
border: 0; }
.text-muted {
color: inherit !important;
opacity: 0.6 !important; }
.no-padding {
padding: 0px !important; }
.no-margin {
margin: 0px !important; }
.overflow-hidden {
overflow: hidden !important; }
hr, .img-thumbnail {
border-color: #e1eaea !important; }
/**Spaces**/
.pl-15 {
padding-left: 15px !important; }
.pl-20 {
padding-left: 15px !important; }
.pl-25 {
padding-left: 15px !important; }
.pr-15 {
padding-right: 15px !important; }
.pr-20 {
padding-right: 15px !important; }
.pr-25 {
padding-right: 25px !important; }
.pt-0 {
padding-top: 0 !important; }
.pl-0 {
padding-left: 0 !important; }
.pr-0 {
padding-right: 0 !important; }
.pb-0 {
padding-bottom: 0 !important; }
.pt-5 {
padding-top: 5px !important; }
.pt-10 {
padding-top: 10px !important; }
.pt-15 {
padding-top: 15px !important; }
.pt-20 {
padding-top: 20px !important; }
.pt-25 {
padding-top: 25px !important; }
.pt-30 {
padding-top: 30px !important; }
.pt-35 {
padding-top: 35px !important; }
.pt-40 {
padding-top: 40px !important; }
.pt-45 {
padding-top: 45px !important; }
.pt-50 {
padding-top: 50px !important; }
.pt-55 {
padding-top: 55px !important; }
.pt-60 {
padding-top: 60px !important; }
.pb-5 {
padding-bottom: 5px !important; }
.pb-10 {
padding-bottom: 10px !important; }
.pb-15 {
padding-bottom: 15px !important; }
.pb-20 {
padding-bottom: 20px !important; }
.pb-30 {
padding-bottom: 30px !important; }
.pb-40 {
padding-bottom: 40px !important; }
.pb-50 {
padding-bottom: 50px !important; }
.pb-60 {
padding-bottom: 60px !important; }
.mt-0 {
margin-top: 0 !important; }
.mb-0 {
margin-bottom: 0 !important; }
.ml-0 {
margin-left: 0 !important; }
.mb-0 {
margin-bottom: 0 !important; }
.mb-5 {
margin-bottom: 5px !important; }
.mb-10 {
margin-bottom: 10px !important; }
.mb-15 {
margin-bottom: 15px !important; }
.mb-20 {
margin-bottom: 20px !important; }
.mb-30 {
margin-bottom: 30px !important; }
.mb-40 {
margin-bottom: 40px !important; }
.mb-50 {
margin-bottom: 50px !important; }
.mb-60 {
margin-bottom: 60px !important; }
.mt-5 {
margin-top: 5px !important; }
.mt-10 {
margin-top: 10px !important; }
.mt-15 {
margin-top: 15px !important; }
.mt-20 {
margin-top: 20px !important; }
.mt-30 {
margin-top: 30px !important; }
.mt-40 {
margin-top: 40px !important; }
.mt-50 {
margin-top: 50px !important; }
.mt-60 {
margin-top: 60px !important; }
.font300 {
font-weight: 300 !important; }
.font400 {
font-weight: 400 !important; }
.font500 {
font-weight: 600 !important; }
.font600 {
font-weight: 600 !important; }
.font700 {
font-weight: 700 !important; }
.fs10 {
font-size: 10px !important; }
.fs12 {
font-size: 12px !important; }
.fs13 {
font-size: 13px !important; }
.fs14 {
font-size: 14px !important; }
.fs15 {
font-size: 15px !important; }
.fs16 {
font-size: 16px !important; }
.fs17 {
font-size: 17px !important; }
.fs18 {
font-size: 18px !important; }
.fs19 {
font-size: 19px !important; }
.fs20 {
font-size: 20px !important; }
.fs21 {
font-size: 21px !important; }
.fs22 {
font-size: 22px !important; }
.fs23 {
font-size: 23px !important; }
.fs24 {
font-size: 24px !important; }
.fs-1x {
font-size: 1rem !important; }
.fs-2x {
font-size: 2rem !important; }
.fs-3x {
font-size: 3rem !important; }
.fs-4x {
font-size: 4rem !important; }
.fs-5x {
font-size: 5rem !important; }
.v-m {
vertical-align: middle; }
.lineH-1 {
line-height: 1 !important; }
.pRelative {
position: relative !important; }
/**background and badges colors**/
.badge {
letter-spacing: 0px;
padding: 0px;
padding-top: 0px;
width: 21px;
height: 21px;
line-height: 21px;
border-radius: 100px;
display: inline-block !important;
text-align: center;
font-size: .7rem;
font-weight: 400;
position: relative; }
.badge.badge-text {
width: auto !important;
height: auto !important;
line-height: 1 !important;
padding: .2rem .35rem;
border-radius: 2px;
font-size: .6rem;
position: relative; }
.badge:empty {
display: inline-flex !important;
width: 8px !important;
height: 8px !important;
border-radius: 4px !important;
padding: 0px; }
.badge.anibadge:before, .badge.anibadge:after {
content: "";
width: 100%;
height: 100%;
border-radius: 100px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0; }
.badge.anibadge:after {
z-index: 10;
border: 5px solid rgba(240, 243, 247, 0.4);
-webkit-animation: not-blink 2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
animation: not-blink 2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
.badge.anibadge.badge-danger:after {
border-color: rgba(250, 98, 94, 0.75); }
.badge.anibadge.badge-success:after {
border-color: rgba(148, 223, 74, 0.75); }
.badge.anibadge.badge-warning:after {
border-color: rgba(243, 215, 104, 0.75); }
.badge.anibadge.badge-info:after {
border-color: rgba(134, 212, 245, 0.75); }
.badge.anibadge.badge-teal:after {
border-color: rgba(44, 221, 190, 0.75); }
.badge.anibadge.badge-purple:after {
border-color: rgba(169, 94, 199, 0.75); }
.badge.anibadge.badge-primary:after {
border-color: rgba(0, 132, 255, 0.75); }
.badge.anibadge.badge-dark:after {
border-color: rgba(81, 83, 98, 0.75); }
.badge.anibadge.badge-pink:after {
border-color: rgba(247, 125, 194, 0.75); }
.badge.anibadge.badge-light:after {
border-color: #f6f9fe; }
.badge.badge.badge-text.anibadge:before, .badge.badge.badge-text.anibadge:after {
border-radius: 2px; }
.bg-white, .badge-white {
background-color: #fff !important; }
.bg-light, .badge-light {
background-color: #f6f9fe !important; }
.bg-secondary, .badge-secondary {
background-color: #a8adb9 !important; }
.bg-dark, .badge-dark {
background-color: #515362 !important;
color: #fff; }
.bg-primary, .badge-primary {
background-color: #0084ff !important;
color: #fff; }
.bg-danger, .badge-danger {
background-color: #fa625e !important;
color: #fff; }
.bg-success, .badge-success {
background-color: #94df4a !important;
color: #fff; }
.bg-warning, .badge-warning {
background-color: #f3d768 !important;
color: #fff; }
.bg-info, .badge-info {
background-color: #86d4f5 !important;
color: #fff; }
.bg-purple, .badge-purple {
background-color: #a95ec7 !important;
color: #fff; }
.bg-teal, .badge-teal {
background-color: #2cddbe !important;
color: #fff; }
.bg-pink, .badge-pink {
background-color: #f77dc2 !important;
color: #fff; }
.bg-faded, .badge-faded {
background-color: #f0f3f7 !important; }
.bg-trans {
background-color: transparent !important; }
.bg-primary-active {
background-color: #1072ce !important; }
.bg-light-active {
background-color: #f3f6fc !important; }
.bg-success-active {
background-color: #7dc835 !important; }
.bg-info-active {
background-color: #69c1e6 !important; }
.bg-warning-active {
background-color: #dfc14a !important; }
.bg-dark-active {
background-color: #2c2e3e !important; }
.bg-secondary-active {
background-color: #828897 !important; }
.bg-teal-active {
background-color: #20c7aa !important; }
.bg-danger-active {
background-color: #e3423d !important; }
.bg-purple-active {
background-color: #8f3faf !important; }
.bg-pink-active {
background-color: #da55a0 !important; }
.bg-primary-light {
background-color: #d1e9ff !important; }
.bg-success-light {
background-color: #e5fcd0 !important; }
.bg-info-light {
background-color: #e7f7fe !important; }
.bg-danger-light {
background-color: #fee5e4 !important; }
.bg-warning-light {
background-color: #fef8e2 !important; }
.bg-teal-light {
background-color: #d9fff8 !important; }
.bg-purple-light {
background-color: #f4daff !important; }
.bg-pink-light {
background-color: #fddcef !important; }
.bg-dark-light {
background-color: #bcbdc5 !important; }
.bg-secondary-light {
background-color: #dfe0e3 !important; }
.bg-dark-light {
background-color: #bcbdc5 !important; }
.bg-text-body {
background-color: #9ba4ae; }
.bg-text-dark {
background-color: #182359; }
.bg-tem-border {
background-color: #e1eaea; }
/**text colors**/
.text-warning-active {
color: #dfc14a !important; }
.text-success-active {
color: #7dc835 !important; }
.text-primary-active {
color: #1072ce !important; }
.text-teal-active {
color: #20c7aa !important; }
.text-purple-active {
color: #8f3faf !important; }
.text-dark-active {
color: #2c2e3e !important; }
.text-info-active {
color: #69c1e6 !important; }
.text-danger-active {
color: #e3423d !important; }
.text-pink-active {
color: #da55a0 !important; }
.text-primary-light {
color: #d1e9ff !important; }
.text-success-light {
color: #e5fcd0 !important; }
.text-danger-light {
color: #fee5e4 !important; }
.text-info-light {
color: #e7f7fe !important; }
.text-teal-light {
color: #d9fff8 !important; }
.text-warning-light {
color: #fef8e2 !important; }
.text-purple-light {
color: #f4daff !important; }
.text-pink-light {
color: #fddcef !important; }
.text-dark-light {
color: #bcbdc5 !important; }
.text-light {
color: #868aa8 !important; }
.text-dark {
color: #182359 !important; }
.text-faded {
color: #f0f3f7 !important; }
.text-white {
color: #fff !important; }
.text-primary {
color: #0084ff !important; }
.text-danger {
color: #fa625e !important; }
.text-success {
color: #94df4a !important; }
.text-warning {
color: #f3d768 !important; }
.text-info {
color: #86d4f5 !important; }
.text-teal {
color: #2cddbe !important; }
.text-secondary {
color: #a8adb9 !important; }
.text-purple {
color: #a95ec7 !important; }
.text-white {
color: #fff !important; }
.text-pink {
color: #f77dc2 !important; }
.text-title {
color: #182359 !important; }
a.bg-primary:hover, a.bg-primary:focus {
background-color: #1072ce !important; }
a.bg-teal:hover, a.bg-teal:focus {
background-color: #20c7aa !important; }
a.bg-danger:hover, a.bg-danger:focus {
background-color: #e3423d !important; }
a.bg-success:hover, a.bg-success:focus {
background-color: #7dc835 !important; }
a.bg-purple:hover, a.bg-purple:focus {
background-color: #8f3faf !important; }
a.bg-info:hover, a.bg-info:focus {
background-color: #69c1e6 !important; }
a.bg-warning:hover, a.bg-warning:focus {
background-color: #dfc14a !important; }
a.bg-dark:hover, a.bg-dark:focus {
background-color: #2c2e3e !important; }
a.bg-pink:hover, a.bg-pink:focus {
background-color: #da55a0 !important; }
a.text-primary:hover {
color: #1072ce !important; }
a.text-info:hover {
color: #69c1e6 !important; }
a.text-success:hover {
color: #7dc835 !important; }
a.text-warning:hover {
color: #dfc14a !important; }
a.text-danger:hover {
color: #e3423d !important; }
a.text-dark:hover {
color: #2c2e3e !important; }
a.text-teal:hover {
color: #20c7aa !important; }
a.text-purple:hover {
color: #8f3faf !important; }
a.text-pink:hover {
color: #da55a0 !important; }
.bg-gradient-primary {
background-color: #0084ff;
background: linear-gradient(-90deg, #0084ff, #1072ce);
background: -webkit-linear-gradient(-90deg, #0084ff, #1072ce); }
.bg-gradient-light {
background: #fff;
background: linear-gradient(-90deg, #fee5e4, #d1e9ff);
background: -webkit-linear-gradient(-90deg, #fee5e4, #d1e9ff); }
.opacity1 {
opacity: 200% !important; }
/**avatar & icons**/
.avatar {
position: relative;
line-height: 1 !important;
white-space: nowrap;
font-weight: inherit;
border-radius: 0px;
display: -ms-flexbox;
display: flex !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.avatar img {
border-radius: 0px;
width: 100%; }
.avatar24 {
width: 24px !important;
height: 24px !important;
font-size: 0.75rem !important; }
.avatar24 > * {
font-size: 0.75rem !important; }
.avatar32 {
width: 32px !important;
height: 32px !important;
font-size: 0.85rem !important; }
.avatar32 > * {
font-size: 15px !important; }
.avatar40 {
width: 40px !important;
height: 40px !important; }
.avatar40 > * {
font-size: 14px !important; }
.avatar50 {
width: 50px !important;
height: 50px !important;
font-size: 18px !important; }
.avatar50 > * {
font-size: 18px !important; }
.avatar60 {
width: 60px !important;
height: 60px !important;
font-size: 24px !important; }
.avatar60 > * {
font-size: 24px !important; }
.avatar80 {
width: 80px !important;
height: 80px !important;
font-size: 36px !important; }
.avatar80 > * {
font-size: 36px !important; }
.avatar100 {
width: 100px !important;
height: 100px !important;
font-size: 44px !important; }
.avatar100 > * {
font-size: 44px !important; }
.circle {
border-radius: 1000px;
-webkit-border-radius: 1000px; }
/**lists**/
.list {
padding-left: 0px;
padding-right: 0px;
color: inherit; }
.list .list-item {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
-ms-flex-align: center;
align-items: center;
padding: .65rem .5rem;
position: relative;
transition: all .3s;
-webkit-transition: all .3s; }
.list .list-item a.list-link {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
display: block;
margin: 0px;
z-index: 2; }
.list .list-item .list-thumb {
position: relative;
line-height: 1;
white-space: nowrap;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden; }
.list .list-item .list-body {
-ms-flex: 1;
flex: 1;
position: relative; }
.list .list-item .list-body > *:not(.btn) {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.list .list-item .list-body .list-title {
font-weight: 400;
font-size: 1rem;
text-transform: capitalize; }
.list .list-item .list-body .list-content {
line-height: 1.3;
margin-bottom: 2px;
color: inherit;
opacity: .75; }
.list .list-item > * {
margin-left: .5rem;
margin-right: .5rem; }
.list .list-item .list-meta {
display: block;
font-size: .7rem;
line-height: 1.8;
opacity: .47;
color: inherit; }
.list .list-item:last-child .list-body:after {
display: none; }
.list .list-item.unread {
background-color: rgba(246, 249, 254, 0.7);
border-bottom: 1px solid #f6f9fe;
border-top: 1px solid #f0f3f7; }
.list .list-item.unread .list-body .list-title {
opacity: 1; }
.list .list-item.unread:hover {
background-color: #f3f6fc; }
.list-alt {
overflow: hidden; }
.list-alt .list-item {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: 80px; }
.list-alt .list-item .list-thumb {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 80px;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
background-color: rgba(0, 0, 0, 0.1);
font-size: 1rem;
height: 100%; }
.list-alt .list-item .list-body {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
padding-left: 1rem;
padding-right: 1rem; }
.list-alt .list-item .list-body .list-title {
font-size: 1.8rem;
line-height: 1.1; }
/**group-thumnails**/
.thumbnails-group {
position: relative; }
.thumbnails-group > .translate-thumb {
width: 32px;
height: 32px;
line-height: 32px;
display: block;
float: left;
transition: all .3s;
-webkit-transition: all .3s;
-ms-transition: all .3s;
border-radius: 50%;
-webkit-border-radius: 50%;
overflow: hidden;
text-align: center;
background-color: #f6f9fe;
box-shadow: 0 0 0 2px white;
margin-right: 2px; }
.thumbnails-group > .translate-thumb > * {
border-radius: 50%;
-webkit-border-radius: 50%;
margin-top: -1px; }
.thumbnails-group > .translate-thumb:nth-child(2) {
-webkit-transform: translateX(-15px);
transform: translateX(-15px); }
.thumbnails-group > .translate-thumb:nth-child(3) {
-webkit-transform: translateX(-30px);
transform: translateX(-30px); }
.thumbnails-group > .translate-thumb:nth-child(4) {
-webkit-transform: translateX(-45px);
transform: translateX(-45px); }
.thumbnails-group > .translate-thumb:nth-child(5) {
-webkit-transform: translateX(-60px);
transform: translateX(-60px); }
.thumbnails-group > .translate-thumb:nth-child(6) {
-webkit-transform: translateX(-75px);
transform: translateX(-75px); }
.thumbnails-group:after {
content: "";
display: table;
clear: both;
width: 100%; }
.thumbnails-group:hover .translate-thumb:nth-child(2), .thumbnails-group:hover .translate-thumb:nth-child(3), .thumbnails-group:hover .translate-thumb:nth-child(4), .thumbnails-group:hover .translate-thumb:nth-child(5), .thumbnails-group:hover .translate-thumb:nth-child(6) {
-webkit-transform: translateX(0px);
transform: translateX(0px); }
.flex {
-ms-flex: 1;
flex: 1; }
.w100 {
width: 100% !important; }
.w100:after {
content: "";
display: table;
clear: both; }
.border0 {
border: 0px !important; }
.shadow0 {
box-shadow: none !important; }
.shadow0:focus {
box-shadow: none; }
.border1 {
border: 1px solid #e1eaea !important; }
.brd-danger {
border-color: #fa625e !important; }
.brd-success {
border-color: #94df4a !important; }
.brd-info {
border-color: #86d4f5 !important; }
.brd-warning {
border-color: #f3d768 !important; }
.brd-primary {
border-color: #0084ff !important; }
.brd-teal {
border-color: #2cddbe !important; }
.brd-dark {
border-color: #515362 !important; }
.brd-purple {
border-color: #a95ec7 !important; }
.brd-pink {
border-color: #f77dc2 !important; }
.brd-primary-active {
border-color: rgba(16, 114, 206, 0.25) !important; }
.brd-success-active {
border-color: rgba(125, 200, 53, 0.25) !important; }
.brd-warning-active {
border-color: rgba(223, 193, 74, 0.25) !important; }
.brd-teal-active {
border-color: rgba(32, 199, 170, 0.25) !important; }
.brd-info-active {
border-color: rgba(105, 193, 230, 0.25) !important; }
.brd-purple-active {
border-color: rgba(143, 63, 175, 0.25) !important; }
.brd-pink-active {
border-color: rgba(218, 85, 160, 0.25) !important; }
.brd-danger-active {
border-color: rgba(227, 66, 61, 0.25) !important; }
.brd-dark-active {
border-color: rgba(44, 46, 62, 0.25) !important; }
.shadow-sm {
box-shadow: 0px 1px 2px 0px rgba(81, 83, 98, 0.14); }
label {
font-weight: 400;
color: inherit;
text-transform: capitalize; }
strong, b {
font-weight: 700; }
.title-sep {
position: relative;
text-align: center;
width: 100%;
height: auto;
text-transform: capitalize; }
.title-sep:before {
content: "";
width: 100%;
height: 1px;
background-color: #e1eaea;
left: 0;
top: 50%;
position: absolute; }
.title-sep span {
display: inline-block;
padding: .35rem 1rem;
z-index: 1;
position: relative;
top: -.1rem;
font-weight: 400; }
.title-sep.sep-light span {
background: #f6f9fe; }
.title-sep.sep-body span {
background: #f0f3f7; }
.title-sep.sep-white span {
background: #fff; }
.title-sep.sep-primary span {
background: #0084ff; }
.title-sep.sep-primary:before {
background-color: rgba(209, 233, 255, 0.5); }
.title-sep.sep-warning span {
background: #f3d768; }
.title-sep.sep-warning:before {
background-color: rgba(254, 248, 226, 0.5); }
.title-sep.sep-info span {
background: #86d4f5; }
.title-sep.sep-info:before {
background-color: rgba(231, 247, 254, 0.5); }
.title-sep.sep-success span {
background: #94df4a; }
.title-sep.sep-success:before {
background-color: rgba(229, 252, 208, 0.5); }
.title-sep.sep-dark span {
background: #515362; }
.title-sep.sep-dark:before {
background-color: rgba(188, 189, 197, 0.5); }
.title-sep.sep-teal span {
background: #2cddbe; }
.title-sep.sep-teal:before {
background-color: rgba(217, 255, 248, 0.5); }
.title-sep.sep-purple span {
background: #a95ec7; }
.title-sep.sep-purple:before {
background-color: rgba(244, 218, 255, 0.5); }
.title-sep.sep-pink span {
background: #f77dc2; }
.title-sep.sep-pink:before {
background-color: rgba(253, 220, 239, 0.5); }
.title-sep.sep-danger span {
background: #fa625e; }
.title-sep.sep-danger:before {
background-color: rgba(254, 229, 228, 0.5); }
.title-sep.sep-faded span {
background: #f0f3f7; }
.title-sep.sep-faded:before {
background-color: #e1eaea; }
.title-sep.text-left span {
padding-left: 0px; }
.title-sep.text-right span {
padding-right: 0px; }
.fullscreen {
height: 100%; }
.full-height {
height: 100%;
background-size: cover;
width: 100%;
background-position: center center;
background-attachment: scroll; }
/** responsive hidden/show elements classes**/
@media (min-width: 992px) {
.h-lg-up {
display: none !important; } }
@media (min-width: 768px) {
.h-md-up {
display: none !important; } }
@media (min-width: 576px) {
.h-sm-up {
display: none !important; } }
@media (max-width: 991px) {
.h-lg-down {
display: none !important; } }
@media (max-width: 767px) {
.h-md-down {
display: none !important; } }
@media (max-width: 575px) {
.h-sm-down {
display: none !important; } }
.radius2 {
border-radius: 2px !important; }
.radius4 {
border-radius: 4px !important; }
.radius6 {
border-radius: 6px !important; }
.radius100 {
border-radius: 100px !important; }
.radius-round {
border-radius: 50% !important; }
.b-t {
border-top: 1px solid #e1eaea !important; }
.b-b {
border-bottom: 1px solid #e1eaea !important; }
.b-l {
border-left: 1px solid #e1eaea !important; }
.b-r {
border-right: 1px solid #e1eaea !important; }
.bd-1 {
border: 1px solid !important; }
.bd-light {
border-color: #e1eaea !important; }
.user-states {
position: relative;
display: inline-block; }
.user-states:before {
content: "";
width: 10px;
height: 10px;
position: absolute;
bottom: 2px;
right: 2px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 0px 2px #fff;
box-shadow: 0px 0px 0px 2px #fff; }
.user-states.states-online:before {
background-color: #94df4a; }
.user-states.states-away:before {
background-color: #fef8e2; }
.user-states.states-dnd:before {
background-color: #fa625e; }
.user-states.states-offline:before {
background-color: #a8adb9; }
/**Keyframe animations**/
@keyframes not-blink {
0% {
transform: scale(1);
-wekbit-transform: scale(1);
opacity: 0; }
50% {
transform: scale(1.5);
-wekbit-transform: scale(1.5);
opacity: .4; }
100% {
transform: scale(2);
-wekbit-transform: scale(2);
opacity: 0; } }
@-webkit-keyframes not-blink {
0% {
transform: scale(1);
-wekbit-transform: scale(1);
opacity: 0; }
50% {
transform: scale(1.5);
-wekbit-transform: scale(1.5);
opacity: .4; }
100% {
transform: scale(2);
-wekbit-transform: scale(2);
opacity: 0; } }
@keyframes pulse {
0% {
opacity: 0;
transform: scale(1);
-webkit-transform: scale(1); }
50% {
opacity: 1; }
100% {
opacity: 0;
transform: scale(2);
-webkit-transform: scale(2); } }
@-webkit-keyframes pulse {
0% {
opacity: 0;
transform: scale(1);
-webkit-transform: scale(1); }
50% {
opacity: 1; }
100% {
opacity: 0;
transform: scale(2);
-webkit-transform: scale(2); } }
/*** demo icons**/
.demo-icon {
display: block;
margin-bottom: 15px;
text-align: center;
border: 1px solid #eee;
transition: all .3s;
-webkit-transition: all .3s;
overflow: hidden;
border-radius: 8px; }
.demo-icon .demo-icon__preview {
font-size: 1.5rem;
color: rgba(16, 114, 206, 0.8); }
.demo-icon .demo-icon__class {
color: rgba(81, 83, 98, 0.5);
padding: .3rem .3rem;
border-top: 1px solid #eee;
font-size: 12px;
font-weight: 600; }
.demo-icon:hover {
background-color: #f0f3f7; }
.demo-icon-line {
border: 1px solid #eee;
border-radius: 8px;
transition: all .3s;
-webkit-transition: all .3s;
text-align: center; }
.demo-icon-line > span {
display: block;
padding: 1.5rem 1rem;
font-size: 2.8rem;
color: rgba(16, 114, 206, 0.9); }
.demo-icon-line > span.mls {
font-weight: 600;
font-size: 12px;
padding: .5rem 1rem;
color: rgba(81, 83, 98, 0.5);
border-top: 1px solid #eee; }
.demo-icon-line:hover {
background-color: #f0f3f7; }
.bg-pattern {
background-image: url("../images/pattern-1.png");
background-repeat: repeat;
background-position: center center; }
/**demo code **/
.cteal {
color: #2cddbe; }
.cpactive {
color: #1072ce; }
.cinfo {
color: #86d4f5; }
.cdanger {
color: #fa625e; }
.list-features li {
border-top: 1px solid #f6f9fe;
padding: 0rem 1rem;
height: 44px;
line-height: 44px; }
.list-features li > i {
font-size: 24px !important;
line-height: 44px;
display: block; }
/*
main templates layouts
*/
.page-wrapper {
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex: 1;
flex: 1; }
.page-aside {
-ms-flex-negative: 0;
flex-shrink: 0;
position: relative;
z-index: 750;
opacity: 1;
min-height: 100vh;
transition: all .3s;
-webkit-transition: all .3s;
width: 240px; }
.page-aside > * {
width: inherit;
margin: 0;
overflow: hidden;
height: 100%; }
.sidenav {
border: inherit;
margin: 0;
pointer-events: inherit;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px); }
.sidenav .flex {
overflow: auto;
-webkit-overflow-scrolling: touch; }
.sidenav .slimScrollBar {
background: #d1e9ff !important;
border-radius: 0px !important;
width: 5px !important; }
.content {
-ms-flex: 1;
flex: 1;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-direction: column;
flex-direction: column;
box-shadow: none;
transition: all .3s;
-webkit-transition: all .3s; }
.page-content {
position: relative; }
.content-footer {
margin-top: auto;
min-height: 3.5rem; }
.content-footer .p-3 {
padding: 1rem !important; }
.page-aside > * {
box-shadow: inset -1px 0 0 0 #e1eaea;
overflow: hidden;
width: 240px; }
.collapse.in {
display: block;
height: auto !important; }
.aside-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 0 !important;
padding-left: 1.5rem !important;
height: 52px;
line-height: 52px; }
.slimScrollBar {
background: #dde2e9 !important;
width: 5px !important;
border-radius: 0px !important; }
.page-aside .app-logo {
width: 240px;
height: 3.5rem;
max-height: 3.5rem;
line-height: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
position: relative;
background-color: #0084ff;
transition: all .3s;
-webkit-transition: all .3s; }
.page-aside .app-logo > i {
font-size: 18px !important;
line-height: 40px;
width: 40px;
height: 40px;
background-color: #0084ff;
background: linear-gradient(-90deg, #86d4f5, #0084ff);
background: -webkit-linear-gradient(-90deg, #86d4f5, #0084ff); }
.page-aside .app-logo .logo-text {
color: #fff;
font-size: 1rem;
font-weight: 400;
text-transform: capitalize;
margin-left: 8px;
position: relative;
letter-spacing: .5px; }
.hidden-scroll {
-ms-flex: 1;
flex: 1;
width: auto;
margin-right: -17px;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.page-aside.aside-fixed > * {
position: fixed; }
.page-aside.aside-fixed .hidden-scroll {
margin-right: -17px; }
.content-footer {
border-top: 1px solid #e1eaea;
border-color: #e1eaea !important; }
.navbar {
min-height: 3.5rem;
max-height: 3.5rem;
position: relative; }
.navbar form button {
position: absolute;
right: 1rem;
top: 1.2rem; }
.navbar form .form-control {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding-left: 1rem;
border-radius: 0px; }
/********************
Off-canvas menu
*********************/
.offcanvas-wrapper {
z-index: 900;
transition: -webkit-transform .35s ease-in-out;
transition: transform .35s ease-in-out;
transition: transform .35s ease-in-out, -webkit-transform .3s ease-in-out;
opacity: 0;
transition: opacity .15s linear;
visibility: hidden;
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0; }
.offcanvas-wrapper .offcanvas-collapse.offcanvas-menu {
position: relative;
z-index: 1000;
opacity: 1;
height: auto;
min-height: 100vh;
transition: all .3s;
-webkit-transition: all .3s;
width: 450px;
position: absolute;
right: 0;
background-color: #fff;
overflow: hidden;
bottom: 0;
top: 0;
box-shadow: -4px 4px 10px rgba(81, 83, 98, 0.19);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
-moz-transition: -moz-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
-o-transition: -o-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
.offcanvas-wrapper .offcanvas-collapse.offcanvas-menu .close {
opacity: 1;
line-height: 1;
color: inherit;
top: .85rem !important;
right: 1rem !important; }
.offcanvas-wrapper .offcanvas-collapse.offcanvas-menu .flex {
overflow-y: auto;
height: 100%;
-webkit-overflow-scrolling: touch; }
.offcanvas-wrapper .offcanvas-collapse.offcanvas-menu .offcanvas-content {
border: inherit;
margin: 0;
pointer-events: inherit;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: inherit;
margin: 0;
overflow: hidden;
height: 100%;
position: fixed;
width: 100%; }
.offcanvas-wrapper .offcanvas-footer {
-ms-flex-negative: 0;
flex-shrink: 0; }
.offcanvas-wrapper .offcanvas-overlay {
width: 100%;
z-index: 999;
height: 100%;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: #515362;
transition: opacity .15s linear;
opacity: 0; }
.offcanvas-wrapper.show {
opacity: 1;
visibility: visible; }
.offcanvas-wrapper.show .offcanvas-collapse.offcanvas-menu {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.offcanvas-wrapper.show .offcanvas-overlay {
opacity: .6; }
@media (min-width: 1200px) {
body.layout-boxed {
padding: 2rem 0;
background-color: #0084ff;
background: linear-gradient(-180deg, #d1e9ff, #f4daff);
background: -webkit-linear-gradient(-180deg, #d1e9ff, #f4daff);
max-width: 1140px;
width: 100%;
margin-left: auto;
margin-right: auto; }
body.layout-boxed .page-wrapper {
background-color: #f6f9fe;
border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
overflow-x: hidden; } }
body.layout-fixed {
height: 100%; }
body.layout-fixed .page-wrapper {
max-height: 100%;
height: 100vh;
-ms-flex: 1;
flex: 1; }
body.layout-fixed .page-content {
overflow: auto;
-webkit-overflow-scrolling: touch; }
body.layout-fixed .aside-footer, body.layout-fixed .content-footer {
display: none; }
@media (min-width: 992px) {
.page-content, .page-subheader {
padding-left: 15px;
padding-right: 15px; }
.page-aside {
display: block !important; }
.page-aside .hidden-scroll {
-ms-flex: 1;
flex: 1;
width: auto;
margin-right: -17px;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.page-aside.aside-folded {
width: 60px; }
.page-aside.aside-folded .app-logo {
width: 63px;
padding-left: 0px;
text-align: center;
transform: translate(177px, 0);
-webkit-transform: translate(177px, 0); }
.page-aside.aside-folded .app-logo .logo-text {
display: none !important; }
.page-aside.aside-folded .sidenav {
transform: translate(-177px, 0px);
-webkit-transform: translate(-177px, 0px);
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s; }
.page-aside.aside-folded:hover .sidenav, .page-aside.aside-folded:focus .sidenav, .page-aside.aside-folded.active .sidenav {
transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px); }
.page-aside.aside-folded:hover .app-logo, .page-aside.aside-folded:focus .app-logo, .page-aside.aside-folded.active .app-logo {
width: 240px;
transform: translate(0, 0);
-webkit-transform: translate(0, 0); }
.page-aside.aside-folded:hover .app-logo .logo-text, .page-aside.aside-folded:focus .app-logo .logo-text, .page-aside.aside-folded.active .app-logo .logo-text {
display: flex !important; }
.page-header.navbar.navbar-expand-lg {
padding-top: 0;
padding-bottom: 0; }
.offcanvas-collapse.offcanvas-menu {
width: 568px; } }
/**dark & light nav colors**/
.sidenav .nav-thumbnail, .sidenav .nav-text, .sidenav .has-arrow:after, .sidenav .metisMenu > li ul > li > a {
transition: all .3s;
-webkit-transition: all .3s; }
.sidenav .nav-text, .sidenav a.has-arrow:after {
opacity: 1; }
.sidenav .nav-thumbnail {
opacity: 1;
color: inherit; }
.sidenav a:hover {
color: inherit; }
.sidenav .aside-footer, .sidenav .nav-title {
opacity: .6; }
.sidenav .aside-footer {
border-top: 1px solid rgba(225, 234, 234, 0.19);
height: 3.5rem; }
.sidenav .metisMenu > li:hover:not(.nav-title) > .nav-thumbnail, .sidenav .metisMenu > li:hover:not(.nav-title) .nav-text, .sidenav .metisMenu > li:hover:not(.nav-title) a.has-arrow:after, .sidenav .metisMenu > li.active > .nav-thumbnail, .sidenav .metisMenu > li.active .nav-text, .sidenav .metisMenu > li.active a.has-arrow:after {
opacity: 1; }
.sidenav .metisMenu > li > ul li > a, .sidenav .metisMenu > li > ul li > .nav-thumbnail {
opacity: .75; }
.sidenav .metisMenu > li ul > li.active > .nav-thumbnail, .sidenav .metisMenu > li ul > li.active > a, .sidenav .metisMenu > li ul > li:hover > .nav-thumbnail, .sidenav .metisMenu > li ul > li:hover > a {
opacity: 1; }
.sidenav .metisMenu > li > ul > li, .sidenav .metisMenu li > ul > li > ul {
background-color: transparent !important; }
.darkNav {
background: #2c2e3e;
color: #868aa8;
box-shadow: 2px 2px 15px rgba(188, 189, 197, 0.1) !important;
border-color: rgba(188, 189, 197, 0.5) !important; }
.darkNav .metisMenu li:hover:not(.nav-title) > .nav-thumbnail, .darkNav .metisMenu li:hover:not(.nav-title) .nav-text, .darkNav .metisMenu li:hover:not(.nav-title) > a.has-arrow:after, .darkNav .metisMenu li.active > .nav-thumbnail, .darkNav .metisMenu li.active .nav-text, .darkNav .metisMenu li.active > a.has-arrow:after {
color: #fff; }
.darkNav .metisMenu li.nav-title, .darkNav .metisMenu li .aside-footer {
color: #868aa8; }
.darkNav .metisMenu li .nav-title > .nav-thumbnail {
background-color: #515362; }
.darkNav .metisMenu li > a:after {
opacity: .75; }
.darkNav .metisMenu > li.active > .nav-thumbnail {
background-color: #0084ff;
background: linear-gradient(-90deg, #0084ff, #1072ce);
background: -webkit-linear-gradient(-90deg, #0084ff, #1072ce); }
.darkNav .metisMenu > li ul > li.active > .nav-thumbnail, .darkNav .metisMenu > li ul > li.active > a, .darkNav .metisMenu > li ul > li:hover > .nav-thumbnail, .darkNav .metisMenu > li ul > li:hover > a {
color: #fff; }
.darkNav .app-logo {
background-color: rgba(16, 114, 206, 0.1);
color: #fff; }
.darkNav .app-logo > i, .darkNav .app-logo .logo-text {
color: #fff; }
.whiteNav {
background-color: #fff;
color: #868aa8; }
.whiteNav .metisMenu li:hover:not(.nav-title) > a, .whiteNav .metisMenu li:hover:not(.nav-title) > a.has-arrow:after, .whiteNav .metisMenu li.active > a, .whiteNav .metisMenu li.active > a.has-arrow:after {
color: #0084ff; }
.whiteNav .metisMenu li.active > .nav-thumbnail {
background-color: #0084ff;
background: linear-gradient(-90deg, #0084ff, #1072ce);
background: -webkit-linear-gradient(-90deg, #0084ff, #1072ce);
color: #fff; }
.whiteNav .metisMenu li > a:after {
opacity: .5; }
.whiteNav .metisMenu > li ul > li.active > a, .whiteNav .metisMenu > li ul > li:hover > a {
color: #0084ff; }
.whiteNav .app-logo {
background-color: transparent;
border-bottom: 1px solid #f6f9fe; }
.whiteNav .app-logo .logo-text {
color: inherit; }
.whiteNav .app-logo > i {
color: #fff; }
.whiteNav .aside-footer {
border-top: 1px solid #e1eaea; }
/*
Page header
*/
header.page-header {
position: relative;
width: 100%;
z-index: 500;
padding-top: 0px;
padding-bottom: 0px; }
header.page-header .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0px;
border-top-right-radius: 0px; }
header.page-header .dropdown-menu.dropdown-menu-right {
right: 0 !important;
left: auto !important; }
header.page-header .nav {
align-items: center; }
header.page-header .nav li:not(.list-item) {
min-height: 3.5rem;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
header.page-header .nav li:not(.list-item) > a {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
display: flex;
line-height: 1; }
header.page-header .nav .user-dropdown a .img-fluid {
width: 35px; }
header.page-header .nav .user-dropdown a.nav-link {
position: relative; }
header.page-header .nav-link {
position: relative;
font-weight: 700;
text-transform: capitalize;
font-size: .85rem; }
header.page-header .nav-link > i {
font-size: 24px; }
header.page-header .nav-link .badge {
position: absolute;
right: 5px;
top: 5px;
width: 18px;
height: 18px;
display: inline-flex !important;
line-height: 1;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
font-size: .65rem; }
header.page-header .nav-link .badge:empty {
width: 8px;
height: 8px;
top: 9px;
right: 13px; }
header.page-header .nav-link .badge.anibadge:after {
border-radius: 50%; }
header.page-header li.nav-item {
display: flex;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
header.page-header .form-inline {
width: 210px;
border: 0px;
border-radius: 0;
position: relative;
overflow: hidden;
background-color: transparent; }
header.page-header .form-inline .form-control {
width: 100%;
border-radius: 0;
font-size: 14px;
height: 40px;
padding-left: 30px;
background-color: transparent;
position: relative; }
header.page-header .form-inline button {
text-align: left;
position: absolute;
left: 0;
top: 12px;
line-height: 1;
border: 0px !important;
font-size: 1rem; }
/*****navbar-toggler-icon****/
.page-header.darkHeader {
background-color: #515362; }
.page-header.darkHeader .nav-link, .page-header.darkHeader button {
color: rgba(209, 233, 255, 0.7); }
.page-header.darkHeader .nav-link:hover, .page-header.darkHeader button:hover {
color: rgba(209, 233, 255, 0.97); }
.page-header.darkHeader .search-collapse .form-inline {
background-color: transparent; }
.page-header.darkHeader .search-collapse .form-inline .form-control {
background-color: transparent;
color: rgba(255, 255, 255, 0.75);
border-color: rgba(209, 233, 255, 0.5); }
.page-header.darkHeader input::-webkit-input-placeholder {
color: rgba(246, 249, 254, 0.85); }
.page-header.darkHeader input::-moz-placeholder {
color: rgba(246, 249, 254, 0.85); }
.page-header.darkHeader input:-ms-input-placeholder {
color: rgba(246, 249, 254, 0.85); }
.page-header.darkHeader input:-moz-placeholder {
color: rgba(246, 249, 254, 0.85); }
.page-header.darkHeader .nav-icons > .nav-item:not(.user-dropdown) > .nav-link > i {
font-size: 22px;
position: relative;
top: 1px; }
.page-header.whiteHeader {
border-bottom: 1px solid #e1eaea;
background-color: white; }
.page-header.whiteHeader .search-collapse .form-inline .form-control {
color: #9ba4ae; }
.page-header.whiteHeader .search-collapse .form-inline button {
background-color: transparent; }
.page-header.whiteHeader .nav-link, .page-header.whiteHeader button {
color: rgba(24, 35, 89, 0.5); }
.page-header.whiteHeader .navbar-collapse.search-collapse {
background-color: transparent; }
.page-header.whiteHeader input::-webkit-input-placeholder {
color: rgba(155, 164, 174, 0.57); }
.page-header.whiteHeader input::-moz-placeholder {
color: rgba(155, 164, 174, 0.57); }
.page-header.whiteHeader input:-ms-input-placeholder {
color: rgba(155, 164, 174, 0.57); }
.page-header.whiteHeader input:-moz-placeholder {
color: rgba(155, 164, 174, 0.57); }
@media (min-width: 992px) {
.collapse.search-collapse {
margin-left: 1rem; }
.sidenav-btn.toggler-folded .navbar-toggler-icon:before {
width: 40%; }
.sidenav-btn.toggler-folded:hover .navbar-toggler-icon:before {
width: 100%;
margin-left: 0px; } }
/*
Metis menu
*/
.metisMenu {
list-style: none;
padding: 0;
margin: 0;
padding: 1rem 0; }
.metisMenu li {
background: none;
display: block;
line-height: 1;
position: relative;
clear: right; }
.metisMenu li:after {
content: "";
display: table;
clear: both;
width: 100%; }
.metisMenu li > a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 70%;
display: inline-block;
font-weight: 400;
position: relative;
text-transform: capitalize;
padding-left: 21px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
clear: both; }
.metisMenu li > a > .nav-label {
font-size: 12px;
opacity: 0.4;
display: block;
clear: both;
line-height: 20px; }
.metisMenu li > a > .nav-text {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
line-height: 20px; }
.metisMenu li .nav-thumbnail {
float: right;
position: relative;
border-radius: 5px;
-webkit-border-radius: 5px;
text-transform: capitalize; }
.metisMenu > li {
line-height: 1;
padding-top: .25rem;
padding-bottom: .15rem; }
.metisMenu > li ul {
margin: 0px;
padding: 0px;
list-style: none;
list-style: none;
clear: both; }
.metisMenu > li ul > li {
position: relative; }
.metisMenu > li a.has-arrow:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
position: absolute;
right: 10px;
top: 50%;
margin-top: -4px;
display: block;
width: 10px;
height: 10px;
line-height: 10px;
font-size: 10px;
text-align: center; }
.metisMenu > li > .nav-thumbnail {
width: 36px;
height: 36px;
line-height: 36px;
z-index: 2;
right: 14px;
top: 0px;
font-size: 18px;
text-align: center; }
.metisMenu > li > a {
font-size: .95rem;
font-weight: 400;
line-height: 36px; }
.metisMenu li.active > a.has-arrow:after {
transform: rotate(90deg);
-webkit-transform: rotate(90deg); }
.metisMenu > li > ul > li {
min-height: 30px;
line-height: 20px; }
.metisMenu > li > ul > li .nav-thumbnail {
width: 30px;
height: 30px;
line-height: 30px;
top: 0;
right: 17px;
font-size: .7rem;
font-weight: 600;
text-align: center; }
.metisMenu > li > ul > li > a {
min-height: 30px;
line-height: 29px;
font-weight: 400;
font-size: .85rem;
padding-left: 2rem; }
.metisMenu > li > ul > li > ul > li {
min-height: 24px;
line-height: 20px; }
.metisMenu > li > ul > li > ul > li .nav-thumbnail {
width: 24px;
height: 24px;
line-height: 24px;
font-size: .65rem;
font-weight: 600;
right: 20px;
top: 0; }
.metisMenu > li > ul > li > ul > li > a {
min-height: 24px;
line-height: 24px;
font-weight: 400;
font-size: .85rem;
padding-left: 2.25rem; }
.metisMenu > li ul > li:first-child {
padding-top: 7px; }
.metisMenu > li ul > li:last-child {
padding-bottom: 7px; }
.metisMenu li > a {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px; }
.metisMenu li.nav-title {
clear: both;
line-height: 36px;
height: 36px;
padding-left: 21px;
padding-top: 0rem;
margin: 10px 0;
font-size: .6rem;
text-transform: uppercase;
font-weight: 600;
color: inherit; }
.metisMenu li.nav-title > .nav-thumbnail {
font-size: .62rem;
text-transform: uppercase;
font-weight: 700; }
/*
Template dropdown styles
*/
.bootstrap-datetimepicker-widget.dropdown-menu {
z-index: 5000 !important;
right: 0 !important;
top: 100% !important;
left: auto !important; }
.dropdown-menu.dropdown-menu-lg {
width: 330px; }
.dropdown-menu.dropdown-menu-right {
right: 0;
left: auto; }
.dropdown-menu {
min-width: 160px;
padding: .8rem;
font-size: .85rem;
color: inherit;
border: 1px solid #e1eaea;
box-shadow: 0px 4px 15px 0px rgba(225, 234, 234, 0.85);
margin-top: 1px;
border-radius: 5px;
z-index: 1000;
color: rgba(24, 35, 89, 0.85); }
.dropdown-menu .dropdown-divider {
border-color: #e1eaea;
margin: 5px 0; }
.dropdown-menu .dropdown-item {
font-size: inherit;
border-radius: 5px;
-webkit-border-radius: 5px;
text-transform: capitalize;
display: block;
padding: .45rem .9375rem;
color: #868aa8; }
.dropdown-menu .dropdown-item > i {
width: 2rem;
font-size: 13px;
line-height: 1.5;
display: inline-block;
text-align: center;
vertical-align: middle;
position: relative;
transition: all .3s;
-webkit-transition: all .3s;
margin-top: -2px; }
.dropdown-menu .dropdown-item > i[class^="icon-"], .dropdown-menu .dropdown-item > i[class*=" icon-"] {
font-size: 16px;
line-height: 16px; }
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
background-color: #f6f9fe;
color: #0084ff; }
.dropdown-menu .slimScrollBar {
background-color: #f0f3f7 !important;
border-radius: 0px !important; }
.dropdown-menu .list .list-item:hover {
background-color: #f6f9fe; }
.dropdown-menu .list .list-item .list-body:after {
background-color: transparent; }
.dropdown-menu .list .list-item .list-thumb {
border-radius: 5px;
-webkit-border-radius: 5px;
overflow: hidden; }
.dropdown-menu.emoji-dropdown {
width: 300px;
height: 300px; }
.dropdown-menu.emoji-dropdown table.table-light {
background-color: #fff; }
.dropdown-menu.emoji-dropdown table.table-light td {
text-align: center;
border-top: 0px;
vertical-align: middle; }
.dropdown-header-top {
padding: .75rem .9rem;
background-color: transparent; }
.dropdown-footer {
display: block;
text-align: center;
padding: .75rem .9rem;
background-color: #f6f9fe;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top: 1px solid rgba(225, 234, 234, 0.5); }
.dropdown-footer:hover {
background-color: #f3f6fc; }
.dropdown-footer > i {
display: inline-block;
vertical-align: middle;
position: relative;
top: -1px; }
.dropdown-title {
font-weight: 600; }
.tool-item {
display: block;
line-height: 1; }
.tool-item > i {
line-height: 1.2;
color: #182359;
font-size: 24px; }
.tool-item .tool-heading {
color: inherit;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
line-height: 1.5;
padding-top: 5px;
opacity: .6;
font-size: .8rem; }
.dropdown-toggle:after {
position: relative;
transition: all .3s;
line-height: 10px;
width: 10px;
font-size: 12px;
height: 10px;
top: 3px;
border: 0px;
content: "\f0d7";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
text-align: center; }
li.show .dropdown-toggle:after {
transform: rotate(180deg);
-webkit-transform: rotate(180deg); }
.dropdown-menu-dark {
background-color: #515362;
border-color: #2c2e3e;
color: #868aa8; }
.dropup .dropdown-toggle:after {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
border: 0px;
position: relative;
transition: all .3s;
line-height: 10px;
width: 10px;
font-size: 12px;
height: 10px;
top: 3px;
border: 0px;
content: "\f0d7";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
text-align: center; }
.show.dropup .dropdown-toggle:after {
transform: rotate(180deg);
-webkit-transform: rotate(180deg); }
@media (min-width: 992px) {
.dropdown-menu {
display: block;
opacity: 0;
visibility: hidden;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transform-style: preserve-3d; }
.show.dropdown-menu {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
visibility: visible; }
.navbar-light .dropdown-menu.dropdown-menu-lg {
width: 568px; } }
html {
direction: rtl; }
body {
text-align: right !important; } | public/css/style-rtl.css | Basic of template
*/
html {
height: 100%;
direction: rtl;
text-align: right !important; }
body {
width: 100%;
min-height: 100vh;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
max-width: 1600px;
margin-left: auto;
margin-right: auto; }
body {
color: rgba(24, 35, 89, 0.75);
font-size: .875rem;
letter-spacing: 0;
line-height: 1.5;
background-color: #f0f3f7;
font-weight: 400;
font-family: "Source Sans Pro", sans-serif;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
a {
color: inherit;
text-decoration: none;
cursor: pointer;
outline: 0; }
a:hover {
color: #0084ff;
text-decoration: none;
outline: 0 !important; }
a.text-muted:hover {
opacity: 1 !important; }
button, a {
transition: all .2s;
-webkit-transition: all .2s; }
button:focus, button:hover, a:focus, a:hover {
text-decoration: none !important;
outline: 0 !important; }
* > .disabled, * > [disabled] {
opacity: .5;
pointer-events: none; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: .5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.5;
color: inherit; }
.small, small {
font-size: 85%; }
hr {
border-color: #e1eaea !important; }
pre {
padding: 0;
margin-top: 0;
margin-bottom: 0;
background-color: transparent;
border: 0; }
.text-muted {
color: inherit !important;
opacity: 0.6 !important; }
.no-padding {
padding: 0px !important; }
.no-margin {
margin: 0px !important; }
.overflow-hidden {
overflow: hidden !important; }
hr, .img-thumbnail {
border-color: #e1eaea !important; }
/**Spaces**/
.pl-15 {
padding-left: 15px !important; }
.pl-20 {
padding-left: 15px !important; }
.pl-25 {
padding-left: 15px !important; }
.pr-15 {
padding-right: 15px !important; }
.pr-20 {
padding-right: 15px !important; }
.pr-25 {
padding-right: 25px !important; }
.pt-0 {
padding-top: 0 !important; }
.pl-0 {
padding-left: 0 !important; }
.pr-0 {
padding-right: 0 !important; }
.pb-0 {
padding-bottom: 0 !important; }
.pt-5 {
padding-top: 5px !important; }
.pt-10 {
padding-top: 10px !important; }
.pt-15 {
padding-top: 15px !important; }
.pt-20 {
padding-top: 20px !important; }
.pt-25 {
padding-top: 25px !important; }
.pt-30 {
padding-top: 30px !important; }
.pt-35 {
padding-top: 35px !important; }
.pt-40 {
padding-top: 40px !important; }
.pt-45 {
padding-top: 45px !important; }
.pt-50 {
padding-top: 50px !important; }
.pt-55 {
padding-top: 55px !important; }
.pt-60 {
padding-top: 60px !important; }
.pb-5 {
padding-bottom: 5px !important; }
.pb-10 {
padding-bottom: 10px !important; }
.pb-15 {
padding-bottom: 15px !important; }
.pb-20 {
padding-bottom: 20px !important; }
.pb-30 {
padding-bottom: 30px !important; }
.pb-40 {
padding-bottom: 40px !important; }
.pb-50 {
padding-bottom: 50px !important; }
.pb-60 {
padding-bottom: 60px !important; }
.mt-0 {
margin-top: 0 !important; }
.mb-0 {
margin-bottom: 0 !important; }
.ml-0 {
margin-left: 0 !important; }
.mb-0 {
margin-bottom: 0 !important; }
.mb-5 {
margin-bottom: 5px !important; }
.mb-10 {
margin-bottom: 10px !important; }
.mb-15 {
margin-bottom: 15px !important; }
.mb-20 {
margin-bottom: 20px !important; }
.mb-30 {
margin-bottom: 30px !important; }
.mb-40 {
margin-bottom: 40px !important; }
.mb-50 {
margin-bottom: 50px !important; }
.mb-60 {
margin-bottom: 60px !important; }
.mt-5 {
margin-top: 5px !important; }
.mt-10 {
margin-top: 10px !important; }
.mt-15 {
margin-top: 15px !important; }
.mt-20 {
margin-top: 20px !important; }
.mt-30 {
margin-top: 30px !important; }
.mt-40 {
margin-top: 40px !important; }
.mt-50 {
margin-top: 50px !important; }
.mt-60 {
margin-top: 60px !important; }
.font300 {
font-weight: 300 !important; }
.font400 {
font-weight: 400 !important; }
.font500 {
font-weight: 600 !important; }
.font600 {
font-weight: 600 !important; }
.font700 {
font-weight: 700 !important; }
.fs10 {
font-size: 10px !important; }
.fs12 {
font-size: 12px !important; }
.fs13 {
font-size: 13px !important; }
.fs14 {
font-size: 14px !important; }
.fs15 {
font-size: 15px !important; }
.fs16 {
font-size: 16px !important; }
.fs17 {
font-size: 17px !important; }
.fs18 {
font-size: 18px !important; }
.fs19 {
font-size: 19px !important; }
.fs20 {
font-size: 20px !important; }
.fs21 {
font-size: 21px !important; }
.fs22 {
font-size: 22px !important; }
.fs23 {
font-size: 23px !important; }
.fs24 {
font-size: 24px !important; }
.fs-1x {
font-size: 1rem !important; }
.fs-2x {
font-size: 2rem !important; }
.fs-3x {
font-size: 3rem !important; }
.fs-4x {
font-size: 4rem !important; }
.fs-5x {
font-size: 5rem !important; }
.v-m {
vertical-align: middle; }
.lineH-1 {
line-height: 1 !important; }
.pRelative {
position: relative !important; }
/**background and badges colors**/
.badge {
letter-spacing: 0px;
padding: 0px;
padding-top: 0px;
width: 21px;
height: 21px;
line-height: 21px;
border-radius: 100px;
display: inline-block !important;
text-align: center;
font-size: .7rem;
font-weight: 400;
position: relative; }
.badge.badge-text {
width: auto !important;
height: auto !important;
line-height: 1 !important;
padding: .2rem .35rem;
border-radius: 2px;
font-size: .6rem;
position: relative; }
.badge:empty {
display: inline-flex !important;
width: 8px !important;
height: 8px !important;
border-radius: 4px !important;
padding: 0px; }
.badge.anibadge:before, .badge.anibadge:after {
content: "";
width: 100%;
height: 100%;
border-radius: 100px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0; }
.badge.anibadge:after {
z-index: 10;
border: 5px solid rgba(240, 243, 247, 0.4);
-webkit-animation: not-blink 2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
animation: not-blink 2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
.badge.anibadge.badge-danger:after {
border-color: rgba(250, 98, 94, 0.75); }
.badge.anibadge.badge-success:after {
border-color: rgba(148, 223, 74, 0.75); }
.badge.anibadge.badge-warning:after {
border-color: rgba(243, 215, 104, 0.75); }
.badge.anibadge.badge-info:after {
border-color: rgba(134, 212, 245, 0.75); }
.badge.anibadge.badge-teal:after {
border-color: rgba(44, 221, 190, 0.75); }
.badge.anibadge.badge-purple:after {
border-color: rgba(169, 94, 199, 0.75); }
.badge.anibadge.badge-primary:after {
border-color: rgba(0, 132, 255, 0.75); }
.badge.anibadge.badge-dark:after {
border-color: rgba(81, 83, 98, 0.75); }
.badge.anibadge.badge-pink:after {
border-color: rgba(247, 125, 194, 0.75); }
.badge.anibadge.badge-light:after {
border-color: #f6f9fe; }
.badge.badge.badge-text.anibadge:before, .badge.badge.badge-text.anibadge:after {
border-radius: 2px; }
.bg-white, .badge-white {
background-color: #fff !important; }
.bg-light, .badge-light {
background-color: #f6f9fe !important; }
.bg-secondary, .badge-secondary {
background-color: #a8adb9 !important; }
.bg-dark, .badge-dark {
background-color: #515362 !important;
color: #fff; }
.bg-primary, .badge-primary {
background-color: #0084ff !important;
color: #fff; }
.bg-danger, .badge-danger {
background-color: #fa625e !important;
color: #fff; }
.bg-success, .badge-success {
background-color: #94df4a !important;
color: #fff; }
.bg-warning, .badge-warning {
background-color: #f3d768 !important;
color: #fff; }
.bg-info, .badge-info {
background-color: #86d4f5 !important;
color: #fff; }
.bg-purple, .badge-purple {
background-color: #a95ec7 !important;
color: #fff; }
.bg-teal, .badge-teal {
background-color: #2cddbe !important;
color: #fff; }
.bg-pink, .badge-pink {
background-color: #f77dc2 !important;
color: #fff; }
.bg-faded, .badge-faded {
background-color: #f0f3f7 !important; }
.bg-trans {
background-color: transparent !important; }
.bg-primary-active {
background-color: #1072ce !important; }
.bg-light-active {
background-color: #f3f6fc !important; }
.bg-success-active {
background-color: #7dc835 !important; }
.bg-info-active {
background-color: #69c1e6 !important; }
.bg-warning-active {
background-color: #dfc14a !important; }
.bg-dark-active {
background-color: #2c2e3e !important; }
.bg-secondary-active {
background-color: #828897 !important; }
.bg-teal-active {
background-color: #20c7aa !important; }
.bg-danger-active {
background-color: #e3423d !important; }
.bg-purple-active {
background-color: #8f3faf !important; }
.bg-pink-active {
background-color: #da55a0 !important; }
.bg-primary-light {
background-color: #d1e9ff !important; }
.bg-success-light {
background-color: #e5fcd0 !important; }
.bg-info-light {
background-color: #e7f7fe !important; }
.bg-danger-light {
background-color: #fee5e4 !important; }
.bg-warning-light {
background-color: #fef8e2 !important; }
.bg-teal-light {
background-color: #d9fff8 !important; }
.bg-purple-light {
background-color: #f4daff !important; }
.bg-pink-light {
background-color: #fddcef !important; }
.bg-dark-light {
background-color: #bcbdc5 !important; }
.bg-secondary-light {
background-color: #dfe0e3 !important; }
.bg-dark-light {
background-color: #bcbdc5 !important; }
.bg-text-body {
background-color: #9ba4ae; }
.bg-text-dark {
background-color: #182359; }
.bg-tem-border {
background-color: #e1eaea; }
/**text colors**/
.text-warning-active {
color: #dfc14a !important; }
.text-success-active {
color: #7dc835 !important; }
.text-primary-active {
color: #1072ce !important; }
.text-teal-active {
color: #20c7aa !important; }
.text-purple-active {
color: #8f3faf !important; }
.text-dark-active {
color: #2c2e3e !important; }
.text-info-active {
color: #69c1e6 !important; }
.text-danger-active {
color: #e3423d !important; }
.text-pink-active {
color: #da55a0 !important; }
.text-primary-light {
color: #d1e9ff !important; }
.text-success-light {
color: #e5fcd0 !important; }
.text-danger-light {
color: #fee5e4 !important; }
.text-info-light {
color: #e7f7fe !important; }
.text-teal-light {
color: #d9fff8 !important; }
.text-warning-light {
color: #fef8e2 !important; }
.text-purple-light {
color: #f4daff !important; }
.text-pink-light {
color: #fddcef !important; }
.text-dark-light {
color: #bcbdc5 !important; }
.text-light {
color: #868aa8 !important; }
.text-dark {
color: #182359 !important; }
.text-faded {
color: #f0f3f7 !important; }
.text-white {
color: #fff !important; }
.text-primary {
color: #0084ff !important; }
.text-danger {
color: #fa625e !important; }
.text-success {
color: #94df4a !important; }
.text-warning {
color: #f3d768 !important; }
.text-info {
color: #86d4f5 !important; }
.text-teal {
color: #2cddbe !important; }
.text-secondary {
color: #a8adb9 !important; }
.text-purple {
color: #a95ec7 !important; }
.text-white {
color: #fff !important; }
.text-pink {
color: #f77dc2 !important; }
.text-title {
color: #182359 !important; }
a.bg-primary:hover, a.bg-primary:focus {
background-color: #1072ce !important; }
a.bg-teal:hover, a.bg-teal:focus {
background-color: #20c7aa !important; }
a.bg-danger:hover, a.bg-danger:focus {
background-color: #e3423d !important; }
a.bg-success:hover, a.bg-success:focus {
background-color: #7dc835 !important; }
a.bg-purple:hover, a.bg-purple:focus {
background-color: #8f3faf !important; }
a.bg-info:hover, a.bg-info:focus {
background-color: #69c1e6 !important; }
a.bg-warning:hover, a.bg-warning:focus {
background-color: #dfc14a !important; }
a.bg-dark:hover, a.bg-dark:focus {
background-color: #2c2e3e !important; }
a.bg-pink:hover, a.bg-pink:focus {
background-color: #da55a0 !important; }
a.text-primary:hover {
color: #1072ce !important; }
a.text-info:hover {
color: #69c1e6 !important; }
a.text-success:hover {
color: #7dc835 !important; }
a.text-warning:hover {
color: #dfc14a !important; }
a.text-danger:hover {
color: #e3423d !important; }
a.text-dark:hover {
color: #2c2e3e !important; }
a.text-teal:hover {
color: #20c7aa !important; }
a.text-purple:hover {
color: #8f3faf !important; }
a.text-pink:hover {
color: #da55a0 !important; }
.bg-gradient-primary {
background-color: #0084ff;
background: linear-gradient(-90deg, #0084ff, #1072ce);
background: -webkit-linear-gradient(-90deg, #0084ff, #1072ce); }
.bg-gradient-light {
background: #fff;
background: linear-gradient(-90deg, #fee5e4, #d1e9ff);
background: -webkit-linear-gradient(-90deg, #fee5e4, #d1e9ff); }
.opacity1 {
opacity: 200% !important; }
/**avatar & icons**/
.avatar {
position: relative;
line-height: 1 !important;
white-space: nowrap;
font-weight: inherit;
border-radius: 0px;
display: -ms-flexbox;
display: flex !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.avatar img {
border-radius: 0px;
width: 100%; }
.avatar24 {
width: 24px !important;
height: 24px !important;
font-size: 0.75rem !important; }
.avatar24 > * {
font-size: 0.75rem !important; }
.avatar32 {
width: 32px !important;
height: 32px !important;
font-size: 0.85rem !important; }
.avatar32 > * {
font-size: 15px !important; }
.avatar40 {
width: 40px !important;
height: 40px !important; }
.avatar40 > * {
font-size: 14px !important; }
.avatar50 {
width: 50px !important;
height: 50px !important;
font-size: 18px !important; }
.avatar50 > * {
font-size: 18px !important; }
.avatar60 {
width: 60px !important;
height: 60px !important;
font-size: 24px !important; }
.avatar60 > * {
font-size: 24px !important; }
.avatar80 {
width: 80px !important;
height: 80px !important;
font-size: 36px !important; }
.avatar80 > * {
font-size: 36px !important; }
.avatar100 {
width: 100px !important;
height: 100px !important;
font-size: 44px !important; }
.avatar100 > * {
font-size: 44px !important; }
.circle {
border-radius: 1000px;
-webkit-border-radius: 1000px; }
/**lists**/
.list {
padding-left: 0px;
padding-right: 0px;
color: inherit; }
.list .list-item {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
-ms-flex-align: center;
align-items: center;
padding: .65rem .5rem;
position: relative;
transition: all .3s;
-webkit-transition: all .3s; }
.list .list-item a.list-link {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
display: block;
margin: 0px;
z-index: 2; }
.list .list-item .list-thumb {
position: relative;
line-height: 1;
white-space: nowrap;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden; }
.list .list-item .list-body {
-ms-flex: 1;
flex: 1;
position: relative; }
.list .list-item .list-body > *:not(.btn) {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.list .list-item .list-body .list-title {
font-weight: 400;
font-size: 1rem;
text-transform: capitalize; }
.list .list-item .list-body .list-content {
line-height: 1.3;
margin-bottom: 2px;
color: inherit;
opacity: .75; }
.list .list-item > * {
margin-left: .5rem;
margin-right: .5rem; }
.list .list-item .list-meta {
display: block;
font-size: .7rem;
line-height: 1.8;
opacity: .47;
color: inherit; }
.list .list-item:last-child .list-body:after {
display: none; }
.list .list-item.unread {
background-color: rgba(246, 249, 254, 0.7);
border-bottom: 1px solid #f6f9fe;
border-top: 1px solid #f0f3f7; }
.list .list-item.unread .list-body .list-title {
opacity: 1; }
.list .list-item.unread:hover {
background-color: #f3f6fc; }
.list-alt {
overflow: hidden; }
.list-alt .list-item {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: 80px; }
.list-alt .list-item .list-thumb {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 80px;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
background-color: rgba(0, 0, 0, 0.1);
font-size: 1rem;
height: 100%; }
.list-alt .list-item .list-body {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
padding-left: 1rem;
padding-right: 1rem; }
.list-alt .list-item .list-body .list-title {
font-size: 1.8rem;
line-height: 1.1; }
/**group-thumnails**/
.thumbnails-group {
position: relative; }
.thumbnails-group > .translate-thumb {
width: 32px;
height: 32px;
line-height: 32px;
display: block;
float: left;
transition: all .3s;
-webkit-transition: all .3s;
-ms-transition: all .3s;
border-radius: 50%;
-webkit-border-radius: 50%;
overflow: hidden;
text-align: center;
background-color: #f6f9fe;
box-shadow: 0 0 0 2px white;
margin-right: 2px; }
.thumbnails-group > .translate-thumb > * {
border-radius: 50%;
-webkit-border-radius: 50%;
margin-top: -1px; }
.thumbnails-group > .translate-thumb:nth-child(2) {
-webkit-transform: translateX(-15px);
transform: translateX(-15px); }
.thumbnails-group > .translate-thumb:nth-child(3) {
-webkit-transform: translateX(-30px);
transform: translateX(-30px); }
.thumbnails-group > .translate-thumb:nth-child(4) {
-webkit-transform: translateX(-45px);
transform: translateX(-45px); }
.thumbnails-group > .translate-thumb:nth-child(5) {
-webkit-transform: translateX(-60px);
transform: translateX(-60px); }
.thumbnails-group > .translate-thumb:nth-child(6) {
-webkit-transform: translateX(-75px);
transform: translateX(-75px); }
.thumbnails-group:after {
content: "";
display: table;
clear: both;
width: 100%; }
.thumbnails-group:hover .translate-thumb:nth-child(2), .thumbnails-group:hover .translate-thumb:nth-child(3), .thumbnails-group:hover .translate-thumb:nth-child(4), .thumbnails-group:hover .translate-thumb:nth-child(5), .thumbnails-group:hover .translate-thumb:nth-child(6) {
-webkit-transform: translateX(0px);
transform: translateX(0px); }
.flex {
-ms-flex: 1;
flex: 1; }
.w100 {
width: 100% !important; }
.w100:after {
content: "";
display: table;
clear: both; }
.border0 {
border: 0px !important; }
.shadow0 {
box-shadow: none !important; }
.shadow0:focus {
box-shadow: none; }
.border1 {
border: 1px solid #e1eaea !important; }
.brd-danger {
border-color: #fa625e !important; }
.brd-success {
border-color: #94df4a !important; }
.brd-info {
border-color: #86d4f5 !important; }
.brd-warning {
border-color: #f3d768 !important; }
.brd-primary {
border-color: #0084ff !important; }
.brd-teal {
border-color: #2cddbe !important; }
.brd-dark {
border-color: #515362 !important; }
.brd-purple {
border-color: #a95ec7 !important; }
.brd-pink {
border-color: #f77dc2 !important; }
.brd-primary-active {
border-color: rgba(16, 114, 206, 0.25) !important; }
.brd-success-active {
border-color: rgba(125, 200, 53, 0.25) !important; }
.brd-warning-active {
border-color: rgba(223, 193, 74, 0.25) !important; }
.brd-teal-active {
border-color: rgba(32, 199, 170, 0.25) !important; }
.brd-info-active {
border-color: rgba(105, 193, 230, 0.25) !important; }
.brd-purple-active {
border-color: rgba(143, 63, 175, 0.25) !important; }
.brd-pink-active {
border-color: rgba(218, 85, 160, 0.25) !important; }
.brd-danger-active {
border-color: rgba(227, 66, 61, 0.25) !important; }
.brd-dark-active {
border-color: rgba(44, 46, 62, 0.25) !important; }
.shadow-sm {
box-shadow: 0px 1px 2px 0px rgba(81, 83, 98, 0.14); }
label {
font-weight: 400;
color: inherit;
text-transform: capitalize; }
strong, b {
font-weight: 700; }
.title-sep {
position: relative;
text-align: center;
width: 100%;
height: auto;
text-transform: capitalize; }
.title-sep:before {
content: "";
width: 100%;
height: 1px;
background-color: #e1eaea;
left: 0;
top: 50%;
position: absolute; }
.title-sep span {
display: inline-block;
padding: .35rem 1rem;
z-index: 1;
position: relative;
top: -.1rem;
font-weight: 400; }
.title-sep.sep-light span {
background: #f6f9fe; }
.title-sep.sep-body span {
background: #f0f3f7; }
.title-sep.sep-white span {
background: #fff; }
.title-sep.sep-primary span {
background: #0084ff; }
.title-sep.sep-primary:before {
background-color: rgba(209, 233, 255, 0.5); }
.title-sep.sep-warning span {
background: #f3d768; }
.title-sep.sep-warning:before {
background-color: rgba(254, 248, 226, 0.5); }
.title-sep.sep-info span {
background: #86d4f5; }
.title-sep.sep-info:before {
background-color: rgba(231, 247, 254, 0.5); }
.title-sep.sep-success span {
background: #94df4a; }
.title-sep.sep-success:before {
background-color: rgba(229, 252, 208, 0.5); }
.title-sep.sep-dark span {
background: #515362; }
.title-sep.sep-dark:before {
background-color: rgba(188, 189, 197, 0.5); }
.title-sep.sep-teal span {
background: #2cddbe; }
.title-sep.sep-teal:before {
background-color: rgba(217, 255, 248, 0.5); }
.title-sep.sep-purple span {
background: #a95ec7; }
.title-sep.sep-purple:before {
background-color: rgba(244, 218, 255, 0.5); }
.title-sep.sep-pink span {
background: #f77dc2; }
.title-sep.sep-pink:before {
background-color: rgba(253, 220, 239, 0.5); }
.title-sep.sep-danger span {
background: #fa625e; }
.title-sep.sep-danger:before {
background-color: rgba(254, 229, 228, 0.5); }
.title-sep.sep-faded span {
background: #f0f3f7; }
.title-sep.sep-faded:before {
background-color: #e1eaea; }
.title-sep.text-left span {
padding-left: 0px; }
.title-sep.text-right span {
padding-right: 0px; }
.fullscreen {
height: 100%; }
.full-height {
height: 100%;
background-size: cover;
width: 100%;
background-position: center center;
background-attachment: scroll; }
/** responsive hidden/show elements classes**/
@media (min-width: 992px) {
.h-lg-up {
display: none !important; } }
@media (min-width: 768px) {
.h-md-up {
display: none !important; } }
@media (min-width: 576px) {
.h-sm-up {
display: none !important; } }
@media (max-width: 991px) {
.h-lg-down {
display: none !important; } }
@media (max-width: 767px) {
.h-md-down {
display: none !important; } }
@media (max-width: 575px) {
.h-sm-down {
display: none !important; } }
.radius2 {
border-radius: 2px !important; }
.radius4 {
border-radius: 4px !important; }
.radius6 {
border-radius: 6px !important; }
.radius100 {
border-radius: 100px !important; }
.radius-round {
border-radius: 50% !important; }
.b-t {
border-top: 1px solid #e1eaea !important; }
.b-b {
border-bottom: 1px solid #e1eaea !important; }
.b-l {
border-left: 1px solid #e1eaea !important; }
.b-r {
border-right: 1px solid #e1eaea !important; }
.bd-1 {
border: 1px solid !important; }
.bd-light {
border-color: #e1eaea !important; }
.user-states {
position: relative;
display: inline-block; }
.user-states:before {
content: "";
width: 10px;
height: 10px;
position: absolute;
bottom: 2px;
right: 2px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 0px 2px #fff;
box-shadow: 0px 0px 0px 2px #fff; }
.user-states.states-online:before {
background-color: #94df4a; }
.user-states.states-away:before {
background-color: #fef8e2; }
.user-states.states-dnd:before {
background-color: #fa625e; }
.user-states.states-offline:before {
background-color: #a8adb9; }
/**Keyframe animations**/
@keyframes not-blink {
0% {
transform: scale(1);
-wekbit-transform: scale(1);
opacity: 0; }
50% {
transform: scale(1.5);
-wekbit-transform: scale(1.5);
opacity: .4; }
100% {
transform: scale(2);
-wekbit-transform: scale(2);
opacity: 0; } }
@-webkit-keyframes not-blink {
0% {
transform: scale(1);
-wekbit-transform: scale(1);
opacity: 0; }
50% {
transform: scale(1.5);
-wekbit-transform: scale(1.5);
opacity: .4; }
100% {
transform: scale(2);
-wekbit-transform: scale(2);
opacity: 0; } }
@keyframes pulse {
0% {
opacity: 0;
transform: scale(1);
-webkit-transform: scale(1); }
50% {
opacity: 1; }
100% {
opacity: 0;
transform: scale(2);
-webkit-transform: scale(2); } }
@-webkit-keyframes pulse {
0% {
opacity: 0;
transform: scale(1);
-webkit-transform: scale(1); }
50% {
opacity: 1; }
100% {
opacity: 0;
transform: scale(2);
-webkit-transform: scale(2); } }
/*** demo icons**/
.demo-icon {
display: block;
margin-bottom: 15px;
text-align: center;
border: 1px solid #eee;
transition: all .3s;
-webkit-transition: all .3s;
overflow: hidden;
border-radius: 8px; }
.demo-icon .demo-icon__preview {
font-size: 1.5rem;
color: rgba(16, 114, 206, 0.8); }
.demo-icon .demo-icon__class {
color: rgba(81, 83, 98, 0.5);
padding: .3rem .3rem;
border-top: 1px solid #eee;
font-size: 12px;
font-weight: 600; }
.demo-icon:hover {
background-color: #f0f3f7; }
.demo-icon-line {
border: 1px solid #eee;
border-radius: 8px;
transition: all .3s;
-webkit-transition: all .3s;
text-align: center; }
.demo-icon-line > span {
display: block;
padding: 1.5rem 1rem;
font-size: 2.8rem;
color: rgba(16, 114, 206, 0.9); }
.demo-icon-line > span.mls {
font-weight: 600;
font-size: 12px;
padding: .5rem 1rem;
color: rgba(81, 83, 98, 0.5);
border-top: 1px solid #eee; }
.demo-icon-line:hover {
background-color: #f0f3f7; }
.bg-pattern {
background-image: url("../images/pattern-1.png");
background-repeat: repeat;
background-position: center center; }
/**demo code **/
.cteal {
color: #2cddbe; }
.cpactive {
color: #1072ce; }
.cinfo {
color: #86d4f5; }
.cdanger {
color: #fa625e; }
.list-features li {
border-top: 1px solid #f6f9fe;
padding: 0rem 1rem;
height: 44px;
line-height: 44px; }
.list-features li > i {
font-size: 24px !important;
line-height: 44px;
display: block; }
/*
main templates layouts
*/
.page-wrapper {
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex: 1;
flex: 1; }
.page-aside {
-ms-flex-negative: 0;
flex-shrink: 0;
position: relative;
z-index: 750;
opacity: 1;
min-height: 100vh;
transition: all .3s;
-webkit-transition: all .3s;
width: 240px; }
.page-aside > * {
width: inherit;
margin: 0;
overflow: hidden;
height: 100%; }
.sidenav {
border: inherit;
margin: 0;
pointer-events: inherit;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px); }
.sidenav .flex {
overflow: auto;
-webkit-overflow-scrolling: touch; }
.sidenav .slimScrollBar {
background: #d1e9ff !important;
border-radius: 0px !important;
width: 5px !important; }
.content {
-ms-flex: 1;
flex: 1;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-direction: column;
flex-direction: column;
box-shadow: none;
transition: all .3s;
-webkit-transition: all .3s; }
.page-content {
position: relative; }
.content-footer {
margin-top: auto;
min-height: 3.5rem; }
.content-footer .p-3 {
padding: 1rem !important; }
.page-aside > * {
box-shadow: inset -1px 0 0 0 #e1eaea;
overflow: hidden;
width: 240px; }
.collapse.in {
display: block;
height: auto !important; }
.aside-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 0 !important;
padding-left: 1.5rem !important;
height: 52px;
line-height: 52px; }
.slimScrollBar {
background: #dde2e9 !important;
width: 5px !important;
border-radius: 0px !important; }
.page-aside .app-logo {
width: 240px;
height: 3.5rem;
max-height: 3.5rem;
line-height: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
position: relative;
background-color: #0084ff;
transition: all .3s;
-webkit-transition: all .3s; }
.page-aside .app-logo > i {
font-size: 18px !important;
line-height: 40px;
width: 40px;
height: 40px;
background-color: #0084ff;
background: linear-gradient(-90deg, #86d4f5, #0084ff);
background: -webkit-linear-gradient(-90deg, #86d4f5, #0084ff); }
.page-aside .app-logo .logo-text {
color: #fff;
font-size: 1rem;
font-weight: 400;
text-transform: capitalize;
margin-left: 8px;
position: relative;
letter-spacing: .5px; }
.hidden-scroll {
-ms-flex: 1;
flex: 1;
width: auto;
margin-right: -17px;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.page-aside.aside-fixed > * {
position: fixed; }
.page-aside.aside-fixed .hidden-scroll {
margin-right: -17px; }
.content-footer {
border-top: 1px solid #e1eaea;
border-color: #e1eaea !important; }
.navbar {
min-height: 3.5rem;
max-height: 3.5rem;
position: relative; }
.navbar form button {
position: absolute;
right: 1rem;
top: 1.2rem; }
.navbar form .form-control {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding-left: 1rem;
border-radius: 0px; }
/********************
Off-canvas menu
*********************/
.offcanvas-wrapper {
z-index: 900;
transition: -webkit-transform .35s ease-in-out;
transition: transform .35s ease-in-out;
transition: transform .35s ease-in-out, -webkit-transform .3s ease-in-out;
opacity: 0;
transition: opacity .15s linear;
visibility: hidden;
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0; }
.offcanvas-wrapper .offcanvas-collapse.offcanvas-menu {
position: relative;
z-index: 1000;
opacity: 1;
height: auto;
min-height: 100vh;
transition: all .3s;
-webkit-transition: all .3s;
width: 450px;
position: absolute;
right: 0;
background-color: #fff;
overflow: hidden;
bottom: 0;
top: 0;
box-shadow: -4px 4px 10px rgba(81, 83, 98, 0.19);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
-moz-transition: -moz-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
-o-transition: -o-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
.offcanvas-wrapper .offcanvas-collapse.offcanvas-menu .close {
opacity: 1;
line-height: 1;
color: inherit;
top: .85rem !important;
right: 1rem !important; }
.offcanvas-wrapper .offcanvas-collapse.offcanvas-menu .flex {
overflow-y: auto;
height: 100%;
-webkit-overflow-scrolling: touch; }
.offcanvas-wrapper .offcanvas-collapse.offcanvas-menu .offcanvas-content {
border: inherit;
margin: 0;
pointer-events: inherit;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: inherit;
margin: 0;
overflow: hidden;
height: 100%;
position: fixed;
width: 100%; }
.offcanvas-wrapper .offcanvas-footer {
-ms-flex-negative: 0;
flex-shrink: 0; }
.offcanvas-wrapper .offcanvas-overlay {
width: 100%;
z-index: 999;
height: 100%;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: #515362;
transition: opacity .15s linear;
opacity: 0; }
.offcanvas-wrapper.show {
opacity: 1;
visibility: visible; }
.offcanvas-wrapper.show .offcanvas-collapse.offcanvas-menu {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.offcanvas-wrapper.show .offcanvas-overlay {
opacity: .6; }
@media (min-width: 1200px) {
body.layout-boxed {
padding: 2rem 0;
background-color: #0084ff;
background: linear-gradient(-180deg, #d1e9ff, #f4daff);
background: -webkit-linear-gradient(-180deg, #d1e9ff, #f4daff);
max-width: 1140px;
width: 100%;
margin-left: auto;
margin-right: auto; }
body.layout-boxed .page-wrapper {
background-color: #f6f9fe;
border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
overflow-x: hidden; } }
body.layout-fixed {
height: 100%; }
body.layout-fixed .page-wrapper {
max-height: 100%;
height: 100vh;
-ms-flex: 1;
flex: 1; }
body.layout-fixed .page-content {
overflow: auto;
-webkit-overflow-scrolling: touch; }
body.layout-fixed .aside-footer, body.layout-fixed .content-footer {
display: none; }
@media (min-width: 992px) {
.page-content, .page-subheader {
padding-left: 15px;
padding-right: 15px; }
.page-aside {
display: block !important; }
.page-aside .hidden-scroll {
-ms-flex: 1;
flex: 1;
width: auto;
margin-right: -17px;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.page-aside.aside-folded {
width: 60px; }
.page-aside.aside-folded .app-logo {
width: 63px;
padding-left: 0px;
text-align: center;
transform: translate(177px, 0);
-webkit-transform: translate(177px, 0); }
.page-aside.aside-folded .app-logo .logo-text {
display: none !important; }
.page-aside.aside-folded .sidenav {
transform: translate(-177px, 0px);
-webkit-transform: translate(-177px, 0px);
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s; }
.page-aside.aside-folded:hover .sidenav, .page-aside.aside-folded:focus .sidenav, .page-aside.aside-folded.active .sidenav {
transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px); }
.page-aside.aside-folded:hover .app-logo, .page-aside.aside-folded:focus .app-logo, .page-aside.aside-folded.active .app-logo {
width: 240px;
transform: translate(0, 0);
-webkit-transform: translate(0, 0); }
.page-aside.aside-folded:hover .app-logo .logo-text, .page-aside.aside-folded:focus .app-logo .logo-text, .page-aside.aside-folded.active .app-logo .logo-text {
display: flex !important; }
.page-header.navbar.navbar-expand-lg {
padding-top: 0;
padding-bottom: 0; }
.offcanvas-collapse.offcanvas-menu {
width: 568px; } }
/**dark & light nav colors**/
.sidenav .nav-thumbnail, .sidenav .nav-text, .sidenav .has-arrow:after, .sidenav .metisMenu > li ul > li > a {
transition: all .3s;
-webkit-transition: all .3s; }
.sidenav .nav-text, .sidenav a.has-arrow:after {
opacity: 1; }
.sidenav .nav-thumbnail {
opacity: 1;
color: inherit; }
.sidenav a:hover {
color: inherit; }
.sidenav .aside-footer, .sidenav .nav-title {
opacity: .6; }
.sidenav .aside-footer {
border-top: 1px solid rgba(225, 234, 234, 0.19);
height: 3.5rem; }
.sidenav .metisMenu > li:hover:not(.nav-title) > .nav-thumbnail, .sidenav .metisMenu > li:hover:not(.nav-title) .nav-text, .sidenav .metisMenu > li:hover:not(.nav-title) a.has-arrow:after, .sidenav .metisMenu > li.active > .nav-thumbnail, .sidenav .metisMenu > li.active .nav-text, .sidenav .metisMenu > li.active a.has-arrow:after {
opacity: 1; }
.sidenav .metisMenu > li > ul li > a, .sidenav .metisMenu > li > ul li > .nav-thumbnail {
opacity: .75; }
.sidenav .metisMenu > li ul > li.active > .nav-thumbnail, .sidenav .metisMenu > li ul > li.active > a, .sidenav .metisMenu > li ul > li:hover > .nav-thumbnail, .sidenav .metisMenu > li ul > li:hover > a {
opacity: 1; }
.sidenav .metisMenu > li > ul > li, .sidenav .metisMenu li > ul > li > ul {
background-color: transparent !important; }
.darkNav {
background: #2c2e3e;
color: #868aa8;
box-shadow: 2px 2px 15px rgba(188, 189, 197, 0.1) !important;
border-color: rgba(188, 189, 197, 0.5) !important; }
.darkNav .metisMenu li:hover:not(.nav-title) > .nav-thumbnail, .darkNav .metisMenu li:hover:not(.nav-title) .nav-text, .darkNav .metisMenu li:hover:not(.nav-title) > a.has-arrow:after, .darkNav .metisMenu li.active > .nav-thumbnail, .darkNav .metisMenu li.active .nav-text, .darkNav .metisMenu li.active > a.has-arrow:after {
color: #fff; }
.darkNav .metisMenu li.nav-title, .darkNav .metisMenu li .aside-footer {
color: #868aa8; }
.darkNav .metisMenu li .nav-title > .nav-thumbnail {
background-color: #515362; }
.darkNav .metisMenu li > a:after {
opacity: .75; }
.darkNav .metisMenu > li.active > .nav-thumbnail {
background-color: #0084ff;
background: linear-gradient(-90deg, #0084ff, #1072ce);
background: -webkit-linear-gradient(-90deg, #0084ff, #1072ce); }
.darkNav .metisMenu > li ul > li.active > .nav-thumbnail, .darkNav .metisMenu > li ul > li.active > a, .darkNav .metisMenu > li ul > li:hover > .nav-thumbnail, .darkNav .metisMenu > li ul > li:hover > a {
color: #fff; }
.darkNav .app-logo {
background-color: rgba(16, 114, 206, 0.1);
color: #fff; }
.darkNav .app-logo > i, .darkNav .app-logo .logo-text {
color: #fff; }
.whiteNav {
background-color: #fff;
color: #868aa8; }
.whiteNav .metisMenu li:hover:not(.nav-title) > a, .whiteNav .metisMenu li:hover:not(.nav-title) > a.has-arrow:after, .whiteNav .metisMenu li.active > a, .whiteNav .metisMenu li.active > a.has-arrow:after {
color: #0084ff; }
.whiteNav .metisMenu li.active > .nav-thumbnail {
background-color: #0084ff;
background: linear-gradient(-90deg, #0084ff, #1072ce);
background: -webkit-linear-gradient(-90deg, #0084ff, #1072ce);
color: #fff; }
.whiteNav .metisMenu li > a:after {
opacity: .5; }
.whiteNav .metisMenu > li ul > li.active > a, .whiteNav .metisMenu > li ul > li:hover > a {
color: #0084ff; }
.whiteNav .app-logo {
background-color: transparent;
border-bottom: 1px solid #f6f9fe; }
.whiteNav .app-logo .logo-text {
color: inherit; }
.whiteNav .app-logo > i {
color: #fff; }
.whiteNav .aside-footer {
border-top: 1px solid #e1eaea; }
/*
Page header
*/
header.page-header {
position: relative;
width: 100%;
z-index: 500;
padding-top: 0px;
padding-bottom: 0px; }
header.page-header .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0px;
border-top-right-radius: 0px; }
header.page-header .dropdown-menu.dropdown-menu-right {
right: 0 !important;
left: auto !important; }
header.page-header .nav {
align-items: center; }
header.page-header .nav li:not(.list-item) {
min-height: 3.5rem;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
header.page-header .nav li:not(.list-item) > a {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
display: flex;
line-height: 1; }
header.page-header .nav .user-dropdown a .img-fluid {
width: 35px; }
header.page-header .nav .user-dropdown a.nav-link {
position: relative; }
header.page-header .nav-link {
position: relative;
font-weight: 700;
text-transform: capitalize;
font-size: .85rem; }
header.page-header .nav-link > i {
font-size: 24px; }
header.page-header .nav-link .badge {
position: absolute;
right: 5px;
top: 5px;
width: 18px;
height: 18px;
display: inline-flex !important;
line-height: 1;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
font-size: .65rem; }
header.page-header .nav-link .badge:empty {
width: 8px;
height: 8px;
top: 9px;
right: 13px; }
header.page-header .nav-link .badge.anibadge:after {
border-radius: 50%; }
header.page-header li.nav-item {
display: flex;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
header.page-header .form-inline {
width: 210px;
border: 0px;
border-radius: 0;
position: relative;
overflow: hidden;
background-color: transparent; }
header.page-header .form-inline .form-control {
width: 100%;
border-radius: 0;
font-size: 14px;
height: 40px;
padding-left: 30px;
background-color: transparent;
position: relative; }
header.page-header .form-inline button {
text-align: left;
position: absolute;
left: 0;
top: 12px;
line-height: 1;
border: 0px !important;
font-size: 1rem; }
/*****navbar-toggler-icon****/
.page-header.darkHeader {
background-color: #515362; }
.page-header.darkHeader .nav-link, .page-header.darkHeader button {
color: rgba(209, 233, 255, 0.7); }
.page-header.darkHeader .nav-link:hover, .page-header.darkHeader button:hover {
color: rgba(209, 233, 255, 0.97); }
.page-header.darkHeader .search-collapse .form-inline {
background-color: transparent; }
.page-header.darkHeader .search-collapse .form-inline .form-control {
background-color: transparent;
color: rgba(255, 255, 255, 0.75);
border-color: rgba(209, 233, 255, 0.5); }
.page-header.darkHeader input::-webkit-input-placeholder {
color: rgba(246, 249, 254, 0.85); }
.page-header.darkHeader input::-moz-placeholder {
color: rgba(246, 249, 254, 0.85); }
.page-header.darkHeader input:-ms-input-placeholder {
color: rgba(246, 249, 254, 0.85); }
.page-header.darkHeader input:-moz-placeholder {
color: rgba(246, 249, 254, 0.85); }
.page-header.darkHeader .nav-icons > .nav-item:not(.user-dropdown) > .nav-link > i {
font-size: 22px;
position: relative;
top: 1px; }
.page-header.whiteHeader {
border-bottom: 1px solid #e1eaea;
background-color: white; }
.page-header.whiteHeader .search-collapse .form-inline .form-control {
color: #9ba4ae; }
.page-header.whiteHeader .search-collapse .form-inline button {
background-color: transparent; }
.page-header.whiteHeader .nav-link, .page-header.whiteHeader button {
color: rgba(24, 35, 89, 0.5); }
.page-header.whiteHeader .navbar-collapse.search-collapse {
background-color: transparent; }
.page-header.whiteHeader input::-webkit-input-placeholder {
color: rgba(155, 164, 174, 0.57); }
.page-header.whiteHeader input::-moz-placeholder {
color: rgba(155, 164, 174, 0.57); }
.page-header.whiteHeader input:-ms-input-placeholder {
color: rgba(155, 164, 174, 0.57); }
.page-header.whiteHeader input:-moz-placeholder {
color: rgba(155, 164, 174, 0.57); }
@media (min-width: 992px) {
.collapse.search-collapse {
margin-left: 1rem; }
.sidenav-btn.toggler-folded .navbar-toggler-icon:before {
width: 40%; }
.sidenav-btn.toggler-folded:hover .navbar-toggler-icon:before {
width: 100%;
margin-left: 0px; } }
/*
Metis menu
*/
.metisMenu {
list-style: none;
padding: 0;
margin: 0;
padding: 1rem 0; }
.metisMenu li {
background: none;
display: block;
line-height: 1;
position: relative;
clear: right; }
.metisMenu li:after {
content: "";
display: table;
clear: both;
width: 100%; }
.metisMenu li > a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 70%;
display: inline-block;
font-weight: 400;
position: relative;
text-transform: capitalize;
padding-left: 21px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
clear: both; }
.metisMenu li > a > .nav-label {
font-size: 12px;
opacity: 0.4;
display: block;
clear: both;
line-height: 20px; }
.metisMenu li > a > .nav-text {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
line-height: 20px; }
.metisMenu li .nav-thumbnail {
float: right;
position: relative;
border-radius: 5px;
-webkit-border-radius: 5px;
text-transform: capitalize; }
.metisMenu > li {
line-height: 1;
padding-top: .25rem;
padding-bottom: .15rem; }
.metisMenu > li ul {
margin: 0px;
padding: 0px;
list-style: none;
list-style: none;
clear: both; }
.metisMenu > li ul > li {
position: relative; }
.metisMenu > li a.has-arrow:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
position: absolute;
right: 10px;
top: 50%;
margin-top: -4px;
display: block;
width: 10px;
height: 10px;
line-height: 10px;
font-size: 10px;
text-align: center; }
.metisMenu > li > .nav-thumbnail {
width: 36px;
height: 36px;
line-height: 36px;
z-index: 2;
right: 14px;
top: 0px;
font-size: 18px;
text-align: center; }
.metisMenu > li > a {
font-size: .95rem;
font-weight: 400;
line-height: 36px; }
.metisMenu li.active > a.has-arrow:after {
transform: rotate(90deg);
-webkit-transform: rotate(90deg); }
.metisMenu > li > ul > li {
min-height: 30px;
line-height: 20px; }
.metisMenu > li > ul > li .nav-thumbnail {
width: 30px;
height: 30px;
line-height: 30px;
top: 0;
right: 17px;
font-size: .7rem;
font-weight: 600;
text-align: center; }
.metisMenu > li > ul > li > a {
min-height: 30px;
line-height: 29px;
font-weight: 400;
font-size: .85rem;
padding-left: 2rem; }
.metisMenu > li > ul > li > ul > li {
min-height: 24px;
line-height: 20px; }
.metisMenu > li > ul > li > ul > li .nav-thumbnail {
width: 24px;
height: 24px;
line-height: 24px;
font-size: .65rem;
font-weight: 600;
right: 20px;
top: 0; }
.metisMenu > li > ul > li > ul > li > a {
min-height: 24px;
line-height: 24px;
font-weight: 400;
font-size: .85rem;
padding-left: 2.25rem; }
.metisMenu > li ul > li:first-child {
padding-top: 7px; }
.metisMenu > li ul > li:last-child {
padding-bottom: 7px; }
.metisMenu li > a {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px; }
.metisMenu li.nav-title {
clear: both;
line-height: 36px;
height: 36px;
padding-left: 21px;
padding-top: 0rem;
margin: 10px 0;
font-size: .6rem;
text-transform: uppercase;
font-weight: 600;
color: inherit; }
.metisMenu li.nav-title > .nav-thumbnail {
font-size: .62rem;
text-transform: uppercase;
font-weight: 700; }
/*
Template dropdown styles
*/
.bootstrap-datetimepicker-widget.dropdown-menu {
z-index: 5000 !important;
right: 0 !important;
top: 100% !important;
left: auto !important; }
.dropdown-menu.dropdown-menu-lg {
width: 330px; }
.dropdown-menu.dropdown-menu-right {
right: 0;
left: auto; }
.dropdown-menu {
min-width: 160px;
padding: .8rem;
font-size: .85rem;
color: inherit;
border: 1px solid #e1eaea;
box-shadow: 0px 4px 15px 0px rgba(225, 234, 234, 0.85);
margin-top: 1px;
border-radius: 5px;
z-index: 1000;
color: rgba(24, 35, 89, 0.85); }
.dropdown-menu .dropdown-divider {
border-color: #e1eaea;
margin: 5px 0; }
.dropdown-menu .dropdown-item {
font-size: inherit;
border-radius: 5px;
-webkit-border-radius: 5px;
text-transform: capitalize;
display: block;
padding: .45rem .9375rem;
color: #868aa8; }
.dropdown-menu .dropdown-item > i {
width: 2rem;
font-size: 13px;
line-height: 1.5;
display: inline-block;
text-align: center;
vertical-align: middle;
position: relative;
transition: all .3s;
-webkit-transition: all .3s;
margin-top: -2px; }
.dropdown-menu .dropdown-item > i[class^="icon-"], .dropdown-menu .dropdown-item > i[class*=" icon-"] {
font-size: 16px;
line-height: 16px; }
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
background-color: #f6f9fe;
color: #0084ff; }
.dropdown-menu .slimScrollBar {
background-color: #f0f3f7 !important;
border-radius: 0px !important; }
.dropdown-menu .list .list-item:hover {
background-color: #f6f9fe; }
.dropdown-menu .list .list-item .list-body:after {
background-color: transparent; }
.dropdown-menu .list .list-item .list-thumb {
border-radius: 5px;
-webkit-border-radius: 5px;
overflow: hidden; }
.dropdown-menu.emoji-dropdown {
width: 300px;
height: 300px; }
.dropdown-menu.emoji-dropdown table.table-light {
background-color: #fff; }
.dropdown-menu.emoji-dropdown table.table-light td {
text-align: center;
border-top: 0px;
vertical-align: middle; }
.dropdown-header-top {
padding: .75rem .9rem;
background-color: transparent; }
.dropdown-footer {
display: block;
text-align: center;
padding: .75rem .9rem;
background-color: #f6f9fe;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top: 1px solid rgba(225, 234, 234, 0.5); }
.dropdown-footer:hover {
background-color: #f3f6fc; }
.dropdown-footer > i {
display: inline-block;
vertical-align: middle;
position: relative;
top: -1px; }
.dropdown-title {
font-weight: 600; }
.tool-item {
display: block;
line-height: 1; }
.tool-item > i {
line-height: 1.2;
color: #182359;
font-size: 24px; }
.tool-item .tool-heading {
color: inherit;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
line-height: 1.5;
padding-top: 5px;
opacity: .6;
font-size: .8rem; }
.dropdown-toggle:after {
position: relative;
transition: all .3s;
line-height: 10px;
width: 10px;
font-size: 12px;
height: 10px;
top: 3px;
border: 0px;
content: "\f0d7";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
text-align: center; }
li.show .dropdown-toggle:after {
transform: rotate(180deg);
-webkit-transform: rotate(180deg); }
.dropdown-menu-dark {
background-color: #515362;
border-color: #2c2e3e;
color: #868aa8; }
.dropup .dropdown-toggle:after {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
border: 0px;
position: relative;
transition: all .3s;
line-height: 10px;
width: 10px;
font-size: 12px;
height: 10px;
top: 3px;
border: 0px;
content: "\f0d7";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
text-align: center; }
.show.dropup .dropdown-toggle:after {
transform: rotate(180deg);
-webkit-transform: rotate(180deg); }
@media (min-width: 992px) {
.dropdown-menu {
display: block;
opacity: 0;
visibility: hidden;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transform-style: preserve-3d; }
.show.dropdown-menu {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
visibility: visible; }
.navbar-light .dropdown-menu.dropdown-menu-lg {
width: 568px; } }
html {
direction: rtl; }
body {
text-align: right !important; } | 0.273186 | 0.097691 |
:root {
--primary-color: #ffd700 !important;
}
html,
body {
height: 100%;
margin: 0;
cursor: url("https://cdn.discordapp.com/attachments/817709358737129512/838085134162722867/20210502_001047.jpg"),
auto;
}
html {
scroll-behavior: smooth;
}
body {
scroll-behavior: smooth;
background-color: #36393f !important;
overflow-x: hidden;
}
.main {
min-height: 100% !important;
margin: 0 auto !important;
margin-top: 10px !important;
}
.navbar {
box-shadow: 0px 3px 10px rgb(0, 0, 0, 0.5);
padding: 3px 16px 3px 10px !important;
border-radius: 0px 0px 15px 15px !important;
}
.navbar-brand {
font-size: 28px !important;
font-weight: bold;
}
.navbar-image {
border-radius: 50%;
width: 40%;
height: auto;
}
.nav-link {
text-align: center;
background-color: #27292e;
margin-bottom: 10px;
}
.jumbotron {
background: none !important;
}
.jumbotron-image {
max-width: 100%;
max-height: 100%;
width: auto;
height: 90%;
display: block;
margin: 0 auto;
border-radius: 50%;
}
.jumbotron-image-i {
max-width: 100%;
max-height: 100%;
width: auto;
height: 90%;
display: block;
margin: 0 auto;
}
.jumbotron {
text-align: center;
}
.jumbo-img {
width: 100%;
height: 200px;
display: inline-block;
}
.display-4 {
color: yellow;
font-weight: 400 !important;
font-size: 50px !important;
}
.lead {
color: white;
}
.footer {
width: 100%;
min-height: 50px; /* Set the fixed height of the footer here */
background-color: #ffd700;
margin-top: -1px;
}
.fo-image {
border-radius: 50%;
box-shadow: 1px 3px 10px black;
}
.footer-clm {
display: flex;
flex-direction: row;
}
.clm {
margin-left: 20px;
margin-right: 20px;
text-decoration: none;
margin-top: 10px;
}
li {
list-style-type: none;
}
.navbar-nav {
margin-top: 10px;
}
.animate-img {
-webkit-animation: action 1s infinite alternate;
animation: action 1s infinite alternate;
}
@-webkit-keyframes action {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
@keyframes action {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
.navbar-dark .navbar-toggler {
color: transparent !importan;
border-color: transparent !important;
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 217, 0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
@media (min-width: 992px) {
.nav-link {
text-align: right;
background-color: transparent;
transition: 0.5s;
}
.nav-link:hover {
background-color: #27292e;
}
.navbar-nav {
margin-top: 0px;
}
.mobile-dropdown {
display: block;
}
.desktop-dropdown {
display: none;
}
}
body::-webkit-scrollbar-track {
position: absolute;
background-color: white;
border-radius: 10px;
}
body::-webkit-scrollbar {
position: absolute;
width: 10px;
background-color: transparent;
}
body::-webkit-scrollbar-thumb {
position: absolute;
border-radius: 10px;
background-color: #ffd700;
}
.row {
justify-content: center;
}
.col-sm {
background-color: #ffd700;
margin-bottom: 20px;
padding: 10px;
margin-left: 10px;
margin-right: 10px;
border-radius: 16px;
width: 100px !important;
}
.card-header {
cursor: pointer;
}
.card {
position: relative !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
min-width: 0 !important;
word-wrap: break-word !important;
background-color: #20252b !important;
background-clip: border-box !important;
border: 1px solid rgba(0, 0, 0, 0.125) !important;
border-radius: 6px !important;
margin-bottom: 10px;
margin-top: 10px;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
color: white;
border-radius: 16px;
}
pre {
display: block;
font-size: 23px !important;
color: white !important;
background: darkslategrey;
padding: 1px;
text-align: center;
border: 1px solid black;
border-radius: 5px;
font-size: 23px;
width: -webkit-fill-available;
}
.on-loading {
overflow-y: hidden;
}
.acc {
width: 100%;
height: auto;
border-radius: 16px !important;
margin: 0 auto;
}
.acc-img {
margin-top: 5%;
border-radius: 50%;
box-shadow: 1px 3px 10px black;
}
.acc-profile {
text-align: center;
background-color: #202225;
padding: 10px;
border-radius: 16px 16px 0px 0px;
}
.acc-pils {
padding: 20px;
background-color: #2f3136;
border-radius: 0px 0px 16px 16px;
}
.acc-name {
color: white;
font-weight: 400;
}
.acc-tag {
color: #c7c7c7;
}
.acc-pils-list {
display: flex;
flex-wrap: wrap;
}
.pils-item {
margin: 3px 3px 0px;
}
.acc-pils-name {
color: white;
}
@media (min-width: 992px) {
.acc {
width: 30%;
height: auto;
border-radius: 16px !important;
}
}
.server-list {
margin: 0 auto;
}
.server {
cursor: pointer;
}
.server:hover {
background-color: rgb(43, 43, 43, 0.5);
}
.server-icon {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid white;
}
.server-name {
color: white;
margin-inline-start: 10px;
font-weight: 500;
font-size: 12px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
flex: 1 0 1em;
}
.db-cmd-name {
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
flex: 1 0 1em !important;
min-width: 10px !important;
width: 10px !important;
}
.server-btn {
min-width: 125px !important;
max-width: 300px !important;
flex-shrink: 0 !important;
margin: auto !important;
align-items: center !important;
line-height: 1 !important;
font-size: 13px !important;
padding: 8px 25px !important;
}
.server {
margin-top: 10px;
margin-bottom: 10px;
}
.server-icon-name {
grid-template-columns: auto auto;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: grid;
text-align: left;
float: left;
align-items: center;
}
.table {
max-width: 800px !important;
margin-bottom: 1rem !important;
color: #212529 !important;
margin: 0 auto !important;
}
.table td,
.table th {
padding: 5px !important;
vertical-align: top !important;
border-top: transparent;
width: auto;
}
.error {
background-color: red;
padding: 10px;
border-radius: 16px;
max-width: fit-content;
margin: 0 auto;
text-align: center;
margin-top: 5px;
margin-bottom: 10px;
transition: 0.5s;
align-items: center;
font-size: 13px;
}
.error-btn {
font-size: 27px;
float: right;
margin-top: -2px;
cursor: pointer;
margin-left: 13px;
}
.refresh-btn {
cursor: pointer;
float: left;
margin-left: 13px;
}
/* */
/* */
/* */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css");
.wrapper {
display: -webkit-flex;
display: flex;
min-height: 100%;
}
.sidebar {
position: absolute;
width: 230px;
border-radius: 16px 0px 0px 16px;
height: -webkit-fill-available;
}
.content {
-webkit-flex: 1;
flex: 1;
padding: 10px;
background: white;
box-shadow: 0 0 5px rgba(0, 0, 0, 1);
transform: translate3d(0, 0, 0);
transition: all 0.3s;
border-radius: 16px;
width: 200px;
height: 500px;
}
.side-panel-toggle {
cursor: pointer;
font-size: 42px;
display: none;
color: #ffd700;
}
/* Demo Navigation */
.title {
font-size: 16px;
line-height: 50px;
text-align: left;
color: white;
border-bottom: 1px solid #222;
background: transparent;
padding: 10px;
}
.sidebar-item .a {
position: relative;
display: block;
padding: 15px 15px 15px 50px;
font-size: 12px;
color: #eee;
width: 300px !important;
cursor: pointer;
padding: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.sidebar-item .a:before {
font: 14px fontawesome;
position: absolute;
top: 14px;
left: 20px;
}
.sidebar-item .a:hover {
background: #444 !important;
}
/* Demo Description */
h1 {
margin: 25px 0 15px;
font-size: 28px;
font-weight: 400;
}
h2 {
font-size: 18px;
font-weight: 400;
color: #999;
}
@media only screen and (max-width: 768px) {
.content {
margin-left: 0;
}
.side-panel-toggle {
display: block;
}
}
@media only screen and (min-width: 769px) {
.content {
margin-left: 220px;
}
}
#barChart {
max-width: -webkit-fill-available !important;
height: -webkit-fill-available !important;
min-width: 200px !important;
min-height: 200px !important;
display: block !important;
box-sizing: border-box !important;
width: fit-content !important;
height: 20% !important;
-webkit-flex: 1 !important;
background: white !important;
box-shadow: 0 0 5px rgb(0 0 0) !important;
border-radius: 16px !important;
}
.server-info {
margin: 0 auto !important;
justify-content: center;
}
.server-info-item {
background-color: #ffd700;
color: black;
margin: 5px;
padding: 5px;
width: 100px;
border-radius: 6px;
text-align: center;
font-weight: 400;
box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.5);
}
.server-info-item {
display: inline;
position: relative;
}
.server-info-item:hover:after {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
background: #444;
border-radius: 8px;
color: #fff;
content: attr(title);
margin: -82px auto 0;
font-size: 16px;
padding: 13px;
width: 220px;
transition: 0.5s;
}
.server-info-item:hover:before {
border: solid;
border-color: #444 transparent;
border-width: 12px 6px 0 6px;
content: "";
left: 45%;
bottom: 30px;
position: absolute;
}
.toast-footer {
text-align: center;
height: auto;
align-items: center;
color: black;
background-color: #ffd700;
border-top: 1px solid grey;
}
.toast-footer a {
color: black;
}
.toast-footer a:hover {
color: black;
}
.graph-list {
display: flex;
flex-direction: column;
}
.graph {
width: 100% !important;
height: auto;
background-color: #d6d6d6;
border-radius: 7px;
box-shadow: 0px 0px 7px black;
margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 992px) {
.graph {
width: 45% !important;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 5px;
}
.graph-list {
justify-content: space-between;
flex-direction: row;
}
}
@media (max-width: 400px) {
.footer-clm {
flex-direction: column;
text-align: center !important;
}
}
@media (min-width: 992px) {
.nav-link {
margin-bottom: 0px;
}
}
.nav-item {
top: 50%;
}
/* */
.form {
display: flex;
flex-direction: column;
padding: 10px;
}
.label {
margin-bottom: 1px !important;
font-size: 20px;
font-weight: 500;
margin-left: 17px;
}
.input {
margin-bottom: 10px;
border: none;
font-size: 18px;
padding: 5px;
background: #ffffff;
transition: 0.5s;
border-radius: 20px;
}
.input:focus {
outline: none !important;
}
.input-item {
display: flex;
border: 1px solid #a8a8a8 !important;
flex-direction: column;
margin-bottom: 10px;
padding: inherit;
transition: 0.5s;
background: #cfcfcf;
border-radius: 7px;
}
.button-list {
text-align: center;
background-color: rgb(105, 105, 105, 0.5);
padding: 10px;
border-radius: 7px;
}
/* */
.example-bot {
padding: 10px;
background: #36393f;
}
.example-bot-sec {
align-items: end;
display: flex;
}
.example-bot-avatar {
width: 40px;
height: 40px;
border-radius: 50%;
}
.example-bot-name {
margin-left: 8px;
color: white;
font-weight: 500;
font-size: 19px;
line-height: 0.8;
}
.example-bot-tag {
background: #7289da;
height: 0.9375rem;
font-size: 0.625rem;
color: white;
vertical-align: top;
padding: 0 0.275rem;
border-radius: 0.1875rem;
margin-left: 0.25rem;
}
.example-bot-time {
color: #72767d;
font-size: 0.75rem;
margin-left: 0.25rem;
}
.example-bot-msg {
color: #dcddde;
position: fixed;
margin-left: 49px;
margin-top: 19px;
}
/* */
/* */
/* */
.tags {
display: flex;
flex-direction: row;
margin: 0px;
}
.tag {
margin: 5px 20px 5px 5px;
font-size: 22px;
background: transparent;
}
.cmdlist-search {
width: 100%;
border: none;
outline: none;
font-size: 30px;
transition: 0.5s;
background: transparent;
color: white;
border-radius: 2px;
border-bottom: 3px solid #ffd700;
}
.tags {
display: flex;
flex-direction: row;
justify-content: center;
margin: 0px;
padding: 0px !important;
}
.tag {
font-size: 22px;
background: transparent;
margin: 10px;
text-align: center;
background: #20252b;
padding: 2px;
text-align: center;
width: auto;
min-width: 131px;
border-radius: 10px;
border: 1px solid black;
color: #ffd700 !important;
cursor: pointer;
}
.tag a:hover {
text-decoration: underline !important;
}
@media (max-width: 992px) {
.tags {
flex-direction: column;
}
}
/* */
/* */
/* */
.db-cmdlist {
display: grid;
grid-template-columns: auto;
}
.db-cmd {
background: #2b2d31;
border-radius: 3px;
margin: 10px;
padding: 10px;
box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
transition: 0.5s;
cursor: pointer;
color: white;
border-left: 3px solid var(--primary);
}
.db-cmd-disable {
background: #e0c216 !important;
cursor: not-allowed;
}
.db-cmd:hover {
box-shadow: 0px 0px 15px rgb(0, 0, 0);
transform: scale(1.02);
}
.module-name {
text-align: center;
background: #ffd700;
margin: 0px 10px 10px 10px;
border-radius: 17px;
box-shadow: 0px 0px 10px rgb(0, 0, 0, 50%);
}
@media (min-width: 700px) {
.db-cmdlist {
grid-template-columns: auto auto;
}
}
@media (min-width: 1009px) {
.db-cmdlist {
grid-template-columns: auto auto auto auto;
}
}
/* */
/* */
/* */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
float: right;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.switch input:checked + .slider {
background-color: #2196F3;
}
.switch input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
.navigation {
text-align: center;
}
.saves {
justify-content: center;
background: grey;
text-align: center;
padding: 10px;
border-radius: 18px;
margin: 10px;
transition: 0.5s;
display: flex;
flex-direction: row;
}
.save-btn-item {
width: 45%;
margin: 5px;
}
.db-cmd-first {
display: flex;
justify-content: space-between;
align-items: center;
}
.save-btn-item {
width: 100%;
margin: auto;
}
.save-list {
display: flex;
}
.reset-btn {
color: black;
}
.reset-btn:hover {
color: black;
}
.disabled {
cursor: not-allowed !important;
}
.results {
padding-inline-start: 0px !important;
display: grid;
grid-template-columns: auto auto auto auto;
float: left;
}
.search-input {
line-height: 2;
text-align: center;
font-size: 20px;
padding: 5px;
height: 38px;
float: left;
margin-right: 5px;
border-radius: 21px;
border: none;
margin-bottom: 5px;
transition: 0.5s;
}
.search-input:focus {
outline: none;
border-radius: 10px;
}
.result {
margin-bottom: 15px;
text-align: center;
width: min-content;
}
.search-btn {
width: fit-content;
}
#result {
text-align: center;
}
select.basic {
width: 200px;
height: 35px;
}
select.simple {
background: #f5f5f5;
border: 0;
}
select.basic.simple {
border-radius: 10px;
}
select:focus {
outline: none;
}
@media (max-width: 768px) {
.results {
grid-template-columns: auto auto auto;
}
}
@media (max-width: 543px) {
.results {
grid-template-columns: auto auto;
}
}
@media (max-width: 381px) {
.results {
grid-template-columns: auto;
}
.result {
width: auto;
}
.search-input {
width: -webkit-fill-available;
}
.search-btn {
width: -webkit-fill-available;
margin-bottom: 10px;
}
select.basic.simple {
width: 100%;
}
}
/* */
#modal_form {
width: 300px;
height: 300px;
border-radius: 5px;
border: 3px #000 solid;
background: #fff;
position: fixed;
top: 45%;
left: 50%;
margin-top: -150px;
margin-left: -150px;
display: none;
opacity: 0;
z-index: 5;
padding: 20px 10px;
}
#modal_form #modal_close {
width: 21px;
height: 21px;
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
display: block;
}
#overlay {
z-index: 3;
position: fixed;
background-color: #000;
opacity: 0.8;
width: 100%;
height: 100%;
top: 0;
left: 0;
cursor: pointer;
display: none;
}
.automod {
border-radius: 5px;
margin: 10px;
padding: 10px;
background: #3b4c40;
border: 2px solid black;
color: white;
min-width: 100px;
text-align: center;
width: -webkit-fill-available;
height: 52px;
min-height: 50px;
}
/* */
/* */
/* */
*:focus {
outline: none !important;
}
.my-embed {
border-left: 5px solid var(--primary) !important;
color: #ffd700 !important;
box-shadow: 0 0px 15px 3px black !important;
}
.sidebar {
top: 0;
left: 0;
z-index: 100;
}
.overlay {
transition: 0.5s;
background-color: rgb(0 0 0 / 45%);
filter: blur(5px);
-webkit-filter: blur(5px);
z-index: 99;
}
#sidebar-remove-overlay {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
display: none;
}
@media (max-width: 350px) {
.sidebar {
max-width: 100% !important;
}
.sidebar.active {
width: 100% !important;
}
}
/* sidebar for small screens */
@media screen and (max-width: 767px) {
.sidebar {
max-width: 18rem;
transform: translateX(-100%);
transition: transform 0.4s ease-out;
}
.sidebar.active {
transform: translateX(0);
}
#sidebar-remove-overlay {
display: block;
}
}
/* */
.list-group-item {
padding: 10px !important;
}
.dropdown-menu {
left: -10px !important;
}
.btn:focus {
box-shadow: none !important;
}
.pop-up {
min-width: 161px;
width: -webkit-fill-available;
max-width: 500px;
background-color: rgba(32, 34, 37, 0.9);
text-align: right;
border-radius: 5px;
position: fixed;
z-index: 1;
bottom: 30px;
box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 50%);
margin-right: 15px;
margin-left: 15px;
padding: 10px 10px 10px 16px;
align-items: center;
display: inherit;
justify-content: flex-end;
}
.snackbar {
display: flex;
justify-content: center;
}
.pop-up-1 {
background: transparent;
border: none;
color: white;
align-items: center;
position: relative;
margin-right: 10px;
}
.pop-up-1:hover {
text-decoration: underline;
}
.pop-up-2 {
border: none;
padding: 5px;
height: 30px;
background-color: green;
border-radius: 3px;
transition: 0.4s;
width: 100px;
background-color: #3ba55c;
color: white;
align-items: center;
}
.pop {
cursor: pointer;
margin-left: 5px;
}
.tags-list {
display: flex;
margin: 0px;
padding: 10px;
background: var(--purple);
border-radius: 4px;
border: 1px solid rgb(0,0,0,0.9);
flex-wrap: wrap;
}
.input-tags {
width: 50%;
margin-top: 10px;
font-size: 20px;
color: white !important;
background-color: var(--purple);
padding: 10px;
border-radius: 4px;
border: 1px solid rgb(0,0,0, 0.9);
}
.tags-item {
margin: 7px 0px 7px 15px;
background: var(--primary);
padding: 5px;
min-width: 75px;
border: 1px solid black;
border-radius: 5px;
font-weight: 700;
width: auto;
}
.tags-delete {
text-align: center;
position: relative;
margin-left: 28px;
font-size: 18px;
padding: 0;
cursor: pointer;
height: 100%;
padding: 5px;
width: auto;
}
/* */
.tags-input {
display: flex;
flex-wrap: wrap;
overflow-wrap: anywhere;
background: var(--info);
padding: 10px;
border-radius: 5px;
border-left: 5px solid var(--primary);
}
.tags-input .tag-item {
font-size: 85%;
padding: 0.5em 0.75em;
margin: 0.25em 0.1em;
display: inline-block;
background-color: var(--primary);
transition: all 0.1s linear;
cursor: pointer;
border-radius: 4px;
}
.tags-input .tag-item:hover {
background-color: #3af;
color: white;
}
.tags-input .tag-item .close::after {
content: '×';
font-weight: bold;
display: inline-block;
transform: scale(1.4);
margin-left: 0.75em;
}
.tags-input .tag-item .close:hover::after {
color: red;
}
.tags-input .main-input {
border: 0;
outline: 0;
padding: 0.5em 0.1em;
background: transparent;
color: white;
border-radius: 12px;
padding: 5px;
text-align: center;
font-weight: 500;
width: -webkit-fill-available;
}
.closebtn {
padding-left: 10px;
}
.cc-item{
position: relative;
margin-bottom: 15px
}
.cc-item input{
display: block;
width: -webkit-fill-available;
height: 40px;
background: transparent;
border: solid 1px #ccc;
transition: all .3s ease;
padding: 0 15px;
color: white;
}
.cc-item input:focus{
border-color: blue
}
.cc-item label{
cursor: text;
z-index: 2;
top: 13px;
left: 10px;
font-size: 12px;
font-weight: bold;
background: transparent;
padding: 0 10px;
color: white;
transition: all .3s ease
}
.cc-item input:focus + label,
.cc-item input:valid + label{
font-size: 11px;
top: -5px
}
.cc-item input:focus + label{
color: blue
}
.top-server {
background: #2d2f33 !important;
min-height: 100px;
border-radius: 5px;
}
.top-servers {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.top-server-icon {
border-radius: 16px;
width: 75px;
height: auto;
margin: 10px;
border: 3px solid white;
}
.clm-started {
background-color: #36393f;
border-radius: 5px;
padding: 10px;
color: white;
text-align: center;
}
.clm-btn {
font-weight: bold;
}
.get-started {
width: 100%;
min-height: 500px;
font-size: 35px;
text-align: center;
background-color: #2d2f33;
background-image: url('https://cdn.glitch.com/136d7709-13b1-47e0-8093-10e69dec318f%2Fundraw_zoom_in_1txs.svg?v=1628306834603');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 5px;
margin-top: 15px;
padding: 10px;
line-height: 150px;
}
.gs-title {
color: white;
font-weight: bold;
-webkit-text-stroke: 2px black;
}
.cm-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.cm {
width: 295px;
border: 5px solid var(--primary);
margin: 10px;
padding: 10px;
border-radius: 5px;
color: white;
text-align: center;
font-weight: bold;
cursor: pointer;
transition: 0.5s;
}
.cm:hover {
background: var(--primary);
} | src/website/public/style.css | :root {
--primary-color: #ffd700 !important;
}
html,
body {
height: 100%;
margin: 0;
cursor: url("https://cdn.discordapp.com/attachments/817709358737129512/838085134162722867/20210502_001047.jpg"),
auto;
}
html {
scroll-behavior: smooth;
}
body {
scroll-behavior: smooth;
background-color: #36393f !important;
overflow-x: hidden;
}
.main {
min-height: 100% !important;
margin: 0 auto !important;
margin-top: 10px !important;
}
.navbar {
box-shadow: 0px 3px 10px rgb(0, 0, 0, 0.5);
padding: 3px 16px 3px 10px !important;
border-radius: 0px 0px 15px 15px !important;
}
.navbar-brand {
font-size: 28px !important;
font-weight: bold;
}
.navbar-image {
border-radius: 50%;
width: 40%;
height: auto;
}
.nav-link {
text-align: center;
background-color: #27292e;
margin-bottom: 10px;
}
.jumbotron {
background: none !important;
}
.jumbotron-image {
max-width: 100%;
max-height: 100%;
width: auto;
height: 90%;
display: block;
margin: 0 auto;
border-radius: 50%;
}
.jumbotron-image-i {
max-width: 100%;
max-height: 100%;
width: auto;
height: 90%;
display: block;
margin: 0 auto;
}
.jumbotron {
text-align: center;
}
.jumbo-img {
width: 100%;
height: 200px;
display: inline-block;
}
.display-4 {
color: yellow;
font-weight: 400 !important;
font-size: 50px !important;
}
.lead {
color: white;
}
.footer {
width: 100%;
min-height: 50px; /* Set the fixed height of the footer here */
background-color: #ffd700;
margin-top: -1px;
}
.fo-image {
border-radius: 50%;
box-shadow: 1px 3px 10px black;
}
.footer-clm {
display: flex;
flex-direction: row;
}
.clm {
margin-left: 20px;
margin-right: 20px;
text-decoration: none;
margin-top: 10px;
}
li {
list-style-type: none;
}
.navbar-nav {
margin-top: 10px;
}
.animate-img {
-webkit-animation: action 1s infinite alternate;
animation: action 1s infinite alternate;
}
@-webkit-keyframes action {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
@keyframes action {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
.navbar-dark .navbar-toggler {
color: transparent !importan;
border-color: transparent !important;
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 217, 0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
@media (min-width: 992px) {
.nav-link {
text-align: right;
background-color: transparent;
transition: 0.5s;
}
.nav-link:hover {
background-color: #27292e;
}
.navbar-nav {
margin-top: 0px;
}
.mobile-dropdown {
display: block;
}
.desktop-dropdown {
display: none;
}
}
body::-webkit-scrollbar-track {
position: absolute;
background-color: white;
border-radius: 10px;
}
body::-webkit-scrollbar {
position: absolute;
width: 10px;
background-color: transparent;
}
body::-webkit-scrollbar-thumb {
position: absolute;
border-radius: 10px;
background-color: #ffd700;
}
.row {
justify-content: center;
}
.col-sm {
background-color: #ffd700;
margin-bottom: 20px;
padding: 10px;
margin-left: 10px;
margin-right: 10px;
border-radius: 16px;
width: 100px !important;
}
.card-header {
cursor: pointer;
}
.card {
position: relative !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
min-width: 0 !important;
word-wrap: break-word !important;
background-color: #20252b !important;
background-clip: border-box !important;
border: 1px solid rgba(0, 0, 0, 0.125) !important;
border-radius: 6px !important;
margin-bottom: 10px;
margin-top: 10px;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
color: white;
border-radius: 16px;
}
pre {
display: block;
font-size: 23px !important;
color: white !important;
background: darkslategrey;
padding: 1px;
text-align: center;
border: 1px solid black;
border-radius: 5px;
font-size: 23px;
width: -webkit-fill-available;
}
.on-loading {
overflow-y: hidden;
}
.acc {
width: 100%;
height: auto;
border-radius: 16px !important;
margin: 0 auto;
}
.acc-img {
margin-top: 5%;
border-radius: 50%;
box-shadow: 1px 3px 10px black;
}
.acc-profile {
text-align: center;
background-color: #202225;
padding: 10px;
border-radius: 16px 16px 0px 0px;
}
.acc-pils {
padding: 20px;
background-color: #2f3136;
border-radius: 0px 0px 16px 16px;
}
.acc-name {
color: white;
font-weight: 400;
}
.acc-tag {
color: #c7c7c7;
}
.acc-pils-list {
display: flex;
flex-wrap: wrap;
}
.pils-item {
margin: 3px 3px 0px;
}
.acc-pils-name {
color: white;
}
@media (min-width: 992px) {
.acc {
width: 30%;
height: auto;
border-radius: 16px !important;
}
}
.server-list {
margin: 0 auto;
}
.server {
cursor: pointer;
}
.server:hover {
background-color: rgb(43, 43, 43, 0.5);
}
.server-icon {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid white;
}
.server-name {
color: white;
margin-inline-start: 10px;
font-weight: 500;
font-size: 12px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
flex: 1 0 1em;
}
.db-cmd-name {
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
flex: 1 0 1em !important;
min-width: 10px !important;
width: 10px !important;
}
.server-btn {
min-width: 125px !important;
max-width: 300px !important;
flex-shrink: 0 !important;
margin: auto !important;
align-items: center !important;
line-height: 1 !important;
font-size: 13px !important;
padding: 8px 25px !important;
}
.server {
margin-top: 10px;
margin-bottom: 10px;
}
.server-icon-name {
grid-template-columns: auto auto;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: grid;
text-align: left;
float: left;
align-items: center;
}
.table {
max-width: 800px !important;
margin-bottom: 1rem !important;
color: #212529 !important;
margin: 0 auto !important;
}
.table td,
.table th {
padding: 5px !important;
vertical-align: top !important;
border-top: transparent;
width: auto;
}
.error {
background-color: red;
padding: 10px;
border-radius: 16px;
max-width: fit-content;
margin: 0 auto;
text-align: center;
margin-top: 5px;
margin-bottom: 10px;
transition: 0.5s;
align-items: center;
font-size: 13px;
}
.error-btn {
font-size: 27px;
float: right;
margin-top: -2px;
cursor: pointer;
margin-left: 13px;
}
.refresh-btn {
cursor: pointer;
float: left;
margin-left: 13px;
}
/* */
/* */
/* */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css");
.wrapper {
display: -webkit-flex;
display: flex;
min-height: 100%;
}
.sidebar {
position: absolute;
width: 230px;
border-radius: 16px 0px 0px 16px;
height: -webkit-fill-available;
}
.content {
-webkit-flex: 1;
flex: 1;
padding: 10px;
background: white;
box-shadow: 0 0 5px rgba(0, 0, 0, 1);
transform: translate3d(0, 0, 0);
transition: all 0.3s;
border-radius: 16px;
width: 200px;
height: 500px;
}
.side-panel-toggle {
cursor: pointer;
font-size: 42px;
display: none;
color: #ffd700;
}
/* Demo Navigation */
.title {
font-size: 16px;
line-height: 50px;
text-align: left;
color: white;
border-bottom: 1px solid #222;
background: transparent;
padding: 10px;
}
.sidebar-item .a {
position: relative;
display: block;
padding: 15px 15px 15px 50px;
font-size: 12px;
color: #eee;
width: 300px !important;
cursor: pointer;
padding: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.sidebar-item .a:before {
font: 14px fontawesome;
position: absolute;
top: 14px;
left: 20px;
}
.sidebar-item .a:hover {
background: #444 !important;
}
/* Demo Description */
h1 {
margin: 25px 0 15px;
font-size: 28px;
font-weight: 400;
}
h2 {
font-size: 18px;
font-weight: 400;
color: #999;
}
@media only screen and (max-width: 768px) {
.content {
margin-left: 0;
}
.side-panel-toggle {
display: block;
}
}
@media only screen and (min-width: 769px) {
.content {
margin-left: 220px;
}
}
#barChart {
max-width: -webkit-fill-available !important;
height: -webkit-fill-available !important;
min-width: 200px !important;
min-height: 200px !important;
display: block !important;
box-sizing: border-box !important;
width: fit-content !important;
height: 20% !important;
-webkit-flex: 1 !important;
background: white !important;
box-shadow: 0 0 5px rgb(0 0 0) !important;
border-radius: 16px !important;
}
.server-info {
margin: 0 auto !important;
justify-content: center;
}
.server-info-item {
background-color: #ffd700;
color: black;
margin: 5px;
padding: 5px;
width: 100px;
border-radius: 6px;
text-align: center;
font-weight: 400;
box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.5);
}
.server-info-item {
display: inline;
position: relative;
}
.server-info-item:hover:after {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
background: #444;
border-radius: 8px;
color: #fff;
content: attr(title);
margin: -82px auto 0;
font-size: 16px;
padding: 13px;
width: 220px;
transition: 0.5s;
}
.server-info-item:hover:before {
border: solid;
border-color: #444 transparent;
border-width: 12px 6px 0 6px;
content: "";
left: 45%;
bottom: 30px;
position: absolute;
}
.toast-footer {
text-align: center;
height: auto;
align-items: center;
color: black;
background-color: #ffd700;
border-top: 1px solid grey;
}
.toast-footer a {
color: black;
}
.toast-footer a:hover {
color: black;
}
.graph-list {
display: flex;
flex-direction: column;
}
.graph {
width: 100% !important;
height: auto;
background-color: #d6d6d6;
border-radius: 7px;
box-shadow: 0px 0px 7px black;
margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 992px) {
.graph {
width: 45% !important;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 5px;
}
.graph-list {
justify-content: space-between;
flex-direction: row;
}
}
@media (max-width: 400px) {
.footer-clm {
flex-direction: column;
text-align: center !important;
}
}
@media (min-width: 992px) {
.nav-link {
margin-bottom: 0px;
}
}
.nav-item {
top: 50%;
}
/* */
.form {
display: flex;
flex-direction: column;
padding: 10px;
}
.label {
margin-bottom: 1px !important;
font-size: 20px;
font-weight: 500;
margin-left: 17px;
}
.input {
margin-bottom: 10px;
border: none;
font-size: 18px;
padding: 5px;
background: #ffffff;
transition: 0.5s;
border-radius: 20px;
}
.input:focus {
outline: none !important;
}
.input-item {
display: flex;
border: 1px solid #a8a8a8 !important;
flex-direction: column;
margin-bottom: 10px;
padding: inherit;
transition: 0.5s;
background: #cfcfcf;
border-radius: 7px;
}
.button-list {
text-align: center;
background-color: rgb(105, 105, 105, 0.5);
padding: 10px;
border-radius: 7px;
}
/* */
.example-bot {
padding: 10px;
background: #36393f;
}
.example-bot-sec {
align-items: end;
display: flex;
}
.example-bot-avatar {
width: 40px;
height: 40px;
border-radius: 50%;
}
.example-bot-name {
margin-left: 8px;
color: white;
font-weight: 500;
font-size: 19px;
line-height: 0.8;
}
.example-bot-tag {
background: #7289da;
height: 0.9375rem;
font-size: 0.625rem;
color: white;
vertical-align: top;
padding: 0 0.275rem;
border-radius: 0.1875rem;
margin-left: 0.25rem;
}
.example-bot-time {
color: #72767d;
font-size: 0.75rem;
margin-left: 0.25rem;
}
.example-bot-msg {
color: #dcddde;
position: fixed;
margin-left: 49px;
margin-top: 19px;
}
/* */
/* */
/* */
.tags {
display: flex;
flex-direction: row;
margin: 0px;
}
.tag {
margin: 5px 20px 5px 5px;
font-size: 22px;
background: transparent;
}
.cmdlist-search {
width: 100%;
border: none;
outline: none;
font-size: 30px;
transition: 0.5s;
background: transparent;
color: white;
border-radius: 2px;
border-bottom: 3px solid #ffd700;
}
.tags {
display: flex;
flex-direction: row;
justify-content: center;
margin: 0px;
padding: 0px !important;
}
.tag {
font-size: 22px;
background: transparent;
margin: 10px;
text-align: center;
background: #20252b;
padding: 2px;
text-align: center;
width: auto;
min-width: 131px;
border-radius: 10px;
border: 1px solid black;
color: #ffd700 !important;
cursor: pointer;
}
.tag a:hover {
text-decoration: underline !important;
}
@media (max-width: 992px) {
.tags {
flex-direction: column;
}
}
/* */
/* */
/* */
.db-cmdlist {
display: grid;
grid-template-columns: auto;
}
.db-cmd {
background: #2b2d31;
border-radius: 3px;
margin: 10px;
padding: 10px;
box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
transition: 0.5s;
cursor: pointer;
color: white;
border-left: 3px solid var(--primary);
}
.db-cmd-disable {
background: #e0c216 !important;
cursor: not-allowed;
}
.db-cmd:hover {
box-shadow: 0px 0px 15px rgb(0, 0, 0);
transform: scale(1.02);
}
.module-name {
text-align: center;
background: #ffd700;
margin: 0px 10px 10px 10px;
border-radius: 17px;
box-shadow: 0px 0px 10px rgb(0, 0, 0, 50%);
}
@media (min-width: 700px) {
.db-cmdlist {
grid-template-columns: auto auto;
}
}
@media (min-width: 1009px) {
.db-cmdlist {
grid-template-columns: auto auto auto auto;
}
}
/* */
/* */
/* */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
float: right;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.switch input:checked + .slider {
background-color: #2196F3;
}
.switch input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
.navigation {
text-align: center;
}
.saves {
justify-content: center;
background: grey;
text-align: center;
padding: 10px;
border-radius: 18px;
margin: 10px;
transition: 0.5s;
display: flex;
flex-direction: row;
}
.save-btn-item {
width: 45%;
margin: 5px;
}
.db-cmd-first {
display: flex;
justify-content: space-between;
align-items: center;
}
.save-btn-item {
width: 100%;
margin: auto;
}
.save-list {
display: flex;
}
.reset-btn {
color: black;
}
.reset-btn:hover {
color: black;
}
.disabled {
cursor: not-allowed !important;
}
.results {
padding-inline-start: 0px !important;
display: grid;
grid-template-columns: auto auto auto auto;
float: left;
}
.search-input {
line-height: 2;
text-align: center;
font-size: 20px;
padding: 5px;
height: 38px;
float: left;
margin-right: 5px;
border-radius: 21px;
border: none;
margin-bottom: 5px;
transition: 0.5s;
}
.search-input:focus {
outline: none;
border-radius: 10px;
}
.result {
margin-bottom: 15px;
text-align: center;
width: min-content;
}
.search-btn {
width: fit-content;
}
#result {
text-align: center;
}
select.basic {
width: 200px;
height: 35px;
}
select.simple {
background: #f5f5f5;
border: 0;
}
select.basic.simple {
border-radius: 10px;
}
select:focus {
outline: none;
}
@media (max-width: 768px) {
.results {
grid-template-columns: auto auto auto;
}
}
@media (max-width: 543px) {
.results {
grid-template-columns: auto auto;
}
}
@media (max-width: 381px) {
.results {
grid-template-columns: auto;
}
.result {
width: auto;
}
.search-input {
width: -webkit-fill-available;
}
.search-btn {
width: -webkit-fill-available;
margin-bottom: 10px;
}
select.basic.simple {
width: 100%;
}
}
/* */
#modal_form {
width: 300px;
height: 300px;
border-radius: 5px;
border: 3px #000 solid;
background: #fff;
position: fixed;
top: 45%;
left: 50%;
margin-top: -150px;
margin-left: -150px;
display: none;
opacity: 0;
z-index: 5;
padding: 20px 10px;
}
#modal_form #modal_close {
width: 21px;
height: 21px;
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
display: block;
}
#overlay {
z-index: 3;
position: fixed;
background-color: #000;
opacity: 0.8;
width: 100%;
height: 100%;
top: 0;
left: 0;
cursor: pointer;
display: none;
}
.automod {
border-radius: 5px;
margin: 10px;
padding: 10px;
background: #3b4c40;
border: 2px solid black;
color: white;
min-width: 100px;
text-align: center;
width: -webkit-fill-available;
height: 52px;
min-height: 50px;
}
/* */
/* */
/* */
*:focus {
outline: none !important;
}
.my-embed {
border-left: 5px solid var(--primary) !important;
color: #ffd700 !important;
box-shadow: 0 0px 15px 3px black !important;
}
.sidebar {
top: 0;
left: 0;
z-index: 100;
}
.overlay {
transition: 0.5s;
background-color: rgb(0 0 0 / 45%);
filter: blur(5px);
-webkit-filter: blur(5px);
z-index: 99;
}
#sidebar-remove-overlay {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
display: none;
}
@media (max-width: 350px) {
.sidebar {
max-width: 100% !important;
}
.sidebar.active {
width: 100% !important;
}
}
/* sidebar for small screens */
@media screen and (max-width: 767px) {
.sidebar {
max-width: 18rem;
transform: translateX(-100%);
transition: transform 0.4s ease-out;
}
.sidebar.active {
transform: translateX(0);
}
#sidebar-remove-overlay {
display: block;
}
}
/* */
.list-group-item {
padding: 10px !important;
}
.dropdown-menu {
left: -10px !important;
}
.btn:focus {
box-shadow: none !important;
}
.pop-up {
min-width: 161px;
width: -webkit-fill-available;
max-width: 500px;
background-color: rgba(32, 34, 37, 0.9);
text-align: right;
border-radius: 5px;
position: fixed;
z-index: 1;
bottom: 30px;
box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 50%);
margin-right: 15px;
margin-left: 15px;
padding: 10px 10px 10px 16px;
align-items: center;
display: inherit;
justify-content: flex-end;
}
.snackbar {
display: flex;
justify-content: center;
}
.pop-up-1 {
background: transparent;
border: none;
color: white;
align-items: center;
position: relative;
margin-right: 10px;
}
.pop-up-1:hover {
text-decoration: underline;
}
.pop-up-2 {
border: none;
padding: 5px;
height: 30px;
background-color: green;
border-radius: 3px;
transition: 0.4s;
width: 100px;
background-color: #3ba55c;
color: white;
align-items: center;
}
.pop {
cursor: pointer;
margin-left: 5px;
}
.tags-list {
display: flex;
margin: 0px;
padding: 10px;
background: var(--purple);
border-radius: 4px;
border: 1px solid rgb(0,0,0,0.9);
flex-wrap: wrap;
}
.input-tags {
width: 50%;
margin-top: 10px;
font-size: 20px;
color: white !important;
background-color: var(--purple);
padding: 10px;
border-radius: 4px;
border: 1px solid rgb(0,0,0, 0.9);
}
.tags-item {
margin: 7px 0px 7px 15px;
background: var(--primary);
padding: 5px;
min-width: 75px;
border: 1px solid black;
border-radius: 5px;
font-weight: 700;
width: auto;
}
.tags-delete {
text-align: center;
position: relative;
margin-left: 28px;
font-size: 18px;
padding: 0;
cursor: pointer;
height: 100%;
padding: 5px;
width: auto;
}
/* */
.tags-input {
display: flex;
flex-wrap: wrap;
overflow-wrap: anywhere;
background: var(--info);
padding: 10px;
border-radius: 5px;
border-left: 5px solid var(--primary);
}
.tags-input .tag-item {
font-size: 85%;
padding: 0.5em 0.75em;
margin: 0.25em 0.1em;
display: inline-block;
background-color: var(--primary);
transition: all 0.1s linear;
cursor: pointer;
border-radius: 4px;
}
.tags-input .tag-item:hover {
background-color: #3af;
color: white;
}
.tags-input .tag-item .close::after {
content: '×';
font-weight: bold;
display: inline-block;
transform: scale(1.4);
margin-left: 0.75em;
}
.tags-input .tag-item .close:hover::after {
color: red;
}
.tags-input .main-input {
border: 0;
outline: 0;
padding: 0.5em 0.1em;
background: transparent;
color: white;
border-radius: 12px;
padding: 5px;
text-align: center;
font-weight: 500;
width: -webkit-fill-available;
}
.closebtn {
padding-left: 10px;
}
.cc-item{
position: relative;
margin-bottom: 15px
}
.cc-item input{
display: block;
width: -webkit-fill-available;
height: 40px;
background: transparent;
border: solid 1px #ccc;
transition: all .3s ease;
padding: 0 15px;
color: white;
}
.cc-item input:focus{
border-color: blue
}
.cc-item label{
cursor: text;
z-index: 2;
top: 13px;
left: 10px;
font-size: 12px;
font-weight: bold;
background: transparent;
padding: 0 10px;
color: white;
transition: all .3s ease
}
.cc-item input:focus + label,
.cc-item input:valid + label{
font-size: 11px;
top: -5px
}
.cc-item input:focus + label{
color: blue
}
.top-server {
background: #2d2f33 !important;
min-height: 100px;
border-radius: 5px;
}
.top-servers {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.top-server-icon {
border-radius: 16px;
width: 75px;
height: auto;
margin: 10px;
border: 3px solid white;
}
.clm-started {
background-color: #36393f;
border-radius: 5px;
padding: 10px;
color: white;
text-align: center;
}
.clm-btn {
font-weight: bold;
}
.get-started {
width: 100%;
min-height: 500px;
font-size: 35px;
text-align: center;
background-color: #2d2f33;
background-image: url('https://cdn.glitch.com/136d7709-13b1-47e0-8093-10e69dec318f%2Fundraw_zoom_in_1txs.svg?v=1628306834603');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 5px;
margin-top: 15px;
padding: 10px;
line-height: 150px;
}
.gs-title {
color: white;
font-weight: bold;
-webkit-text-stroke: 2px black;
}
.cm-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.cm {
width: 295px;
border: 5px solid var(--primary);
margin: 10px;
padding: 10px;
border-radius: 5px;
color: white;
text-align: center;
font-weight: bold;
cursor: pointer;
transition: 0.5s;
}
.cm:hover {
background: var(--primary);
} | 0.550849 | 0.115811 |
.td-box {
margin: 13px 0;
}
.td-box .bet-ttlbox {
width: 1000px;
height: 32px;
line-height: 32px;
border-bottom: 1px solid #e0e0e0;
margin: 0 0 16px 0;
}
.bet-ttlbox .bt-h2 {
float: left;
color: #333;
font-size: 16px;
}
.bet-ttlbox .bt-a {
float: right;
color: #57a8dd;
}
.td-box .trend-box {
position: relative;
width: 998px;
height: 236px;
border: 1px solid #e0e0e0;
background: #fff;
}
.trend-box .trend-lf {
width: 657px;
height: 190px;
padding: 20px 0 0;
position: absolute;
top: 13px;
left: 19px;
z-index: 1;
}
/*号码走势*/
.highcharts-button,
.highcharts-legend-item {
display: none;
}
.trend-box .trend-rg {
width: 338px;
height: 210px;
position: absolute;
top: 13px;
right: 19px;
z-index: 10;
}
.trend-box .ttl-box {
width: 338px;
height: 67px;
border-bottom: 1px dashed #e0e0e0;
}
.trend-box .ttl-box .int-imgbox {
float: left;
width: 38px;
height: 38px;
margin: 7px 0 0 0;
border: 1px solid #ededed;
border-radius: 2px;
}
.ttl-box .int-imgbox img {
border-radius: 2px;
}
.trend-box .user-box {
float: left;
width: 100px;
margin: 6px 0 0 10px;
overflow: hidden;
}
.trend-box .user-box .username {
display: block;
width: 100px;
height: 20px;
overflow: hidden;
color: #ea544a;
font-weight: bold;
line-height: 22px;
font-size: 14px;
}
.trend-box .user-box .userid {
color: #666;
line-height: 22px;
}
.trend-box .wealth-box {
float: left;
width: 188px;
margin: 6px 0 0 0;
}
.trend-box .wealth-box .wt-p {
width: 188px;
color: #666;
line-height: 22px;
}
.trend-box .wealth-box .wt-a {
display: inline-block;
width: 16px;
height: 16px;
border-radius: 2px;
color: #fff;
text-align: center;
line-height: 15px;
text-decoration: none;
margin: 0 0 0 7px;
*display: inline;
*zoom: 1;
}
.trend-box .wealth-box .a-blue {
background: #67b4e7;
}
.trend-box .wealth-box .a-blue:hover {
background: #40a5e8;
}
.trend-box .wealth-box .a-pink {
background: #fc898c;
}
.trend-box .wealth-box .a-pink:hover {
background: #fd6266;
}
.trend-box .count-box {
width: 338px;
margin: 10px 0 0 0;
}
.trend-box .count-box .count-p {
color: #666;
line-height: 22px;
}
.count-box .count-p span.red {
color: #ff5256;
}
.count-box .count-p span.green {
color: #468418;
}
/*内容部分*/
.array-box .arr-ttlbox {
position: relative;
height: 30px;
line-height: 30px;
border-bottom: 1px solid #e0e0e0;
margin: 0 0 10px 0;
}
.arr-ttlbox .box-a {
position: absolute;
top: 0;
left: 0;
width: 80px;
height: 29px;
text-align: center;
}
.arr-ttlbox .box-asp {
left: 81px;
}
.arr-ttlbox .box-a .rrl-a {
font-size: 14px;
color: #333;
text-decoration: none;
}
.js28 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #85a1fd;
font-size: 0;
}
.pc28 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #ea544a;
font-size: 0;
}
.js11 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #ff9600;
font-size: 0;
}
.fk36 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #8355d8;
font-size: 0;
}
.fk28 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #8355d8;
font-size: 0;
}
.fksc .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #f24e89;
font-size: 0;
}
.jnd28 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #30a1ee;
font-size: 0;
}
.jnd16 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #46ba36;
font-size: 0;
}
.arr-ttlbox .shu {
position: absolute;
top: 9px;
left: 80px;
width: 1px;
height: 14px;
background: #e0e0e0;
}
.array-box .js28 .on {
border-bottom: 2px solid #85a1fd;
}
.array-box .pc28 .on {
border-bottom: 2px solid #ea544a;
}
.array-box .js11 .on {
border-bottom: 2px solid #ff9600;
}
.array-box .fk36 .on {
border-bottom: 2px solid #8355d8;
}
.array-box .fk28 .on {
border-bottom: 2px solid #8355d8;
}
.array-box .fksc .on {
border-bottom: 2px solid #f24e89;
}
.array-box .jnd28 .on {
border-bottom: 2px solid #30a1ee;
}
.array-box .jnd16 .on {
border-bottom: 2px solid #46ba36;
}
.array-box .on .rrl-a {
font-weight: bold;
}
.array-box .on .tri {
display: block;
}
/*按期显示*/
.array-box .amain-box {
width: 1000px;
background: #fff;
margin: 0 0 36px 0;
}
.array-box .amain-box table {
width: 100%;
}
.array-box .amain-box th,
.array-box .amain-box td {
height: 38px;
line-height: 38px;
color: #545454;
text-align: center;
border: 1px solid #e0e0e0;
font-size: 14px;
}
.array-box .amain-box th {
color: #333;
background: #f2f2f2;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff',endColorStr='#f2f2f2',gradientType='0');
background: -webkit-linear-gradient(#ffffff, #f2f2f2);
background: -o-linear-gradient(#ffffff, #f2f2f2);
background: linear-gradient(#ffffff, #f2f2f2);
}
.array-box .amain-box .td-rg {
padding-right: 20px;
text-align: right;
}
.array-box .amain-box .td-rg2 {
padding-right: 65px;
text-align: right;
}
.array-box .amain-box span.red {
color: #ff5256;
}
.array-box .amain-box span.green {
color: #468418;
}
.array-box .amain-box .shu {
display: inline-block;
width: 1px;
height: 12px;
background: #e0e0e0;
*vertical-align: middle;
*margin: 0 5px 0 0;
}
.array-box .amain-box .ct-a {
color: #999;
text-decoration: none;
}
.array-box .amain-box .ct-a:hover {
color: #ff696c;
}
.array-box .amain-box tr:hover {
background: #fff7e9;
}
.array-box .amain-box tr:hover td {
color: #ff696c;
}
/******模式编辑的浮层*********/
.fuceng-box-01 .fc-ttl-box,
.fuceng-box .fc-ttl-box {
margin: 0 0 20px 0;
}
.fc-main-box .moshi-input-box {
display: block;
width: 420px;
height: 34px;
margin: 22px auto 0;
}
.moshi-input-box .moshi-input-title {
display: block;
height: 34px;
line-height: 34px;
font-size: 16px;
color: #333;
float: left;
margin: 0 10px 0 0;
}
.moshi-input-box .moshi-input {
width: 328px;
height: 32px;
border: 1px solid #e0e0e0;
background: #f2f2f2;
border-radius: 5px;
float: left;
}
.moshi-input-box .moshi-input input {
border: none;
background: none;
height: 16px;
width: 290px;
margin: 7px 0 0 10px;
outline: none;
font-size: 14px;
} | Public/front/mybet.css | .td-box {
margin: 13px 0;
}
.td-box .bet-ttlbox {
width: 1000px;
height: 32px;
line-height: 32px;
border-bottom: 1px solid #e0e0e0;
margin: 0 0 16px 0;
}
.bet-ttlbox .bt-h2 {
float: left;
color: #333;
font-size: 16px;
}
.bet-ttlbox .bt-a {
float: right;
color: #57a8dd;
}
.td-box .trend-box {
position: relative;
width: 998px;
height: 236px;
border: 1px solid #e0e0e0;
background: #fff;
}
.trend-box .trend-lf {
width: 657px;
height: 190px;
padding: 20px 0 0;
position: absolute;
top: 13px;
left: 19px;
z-index: 1;
}
/*号码走势*/
.highcharts-button,
.highcharts-legend-item {
display: none;
}
.trend-box .trend-rg {
width: 338px;
height: 210px;
position: absolute;
top: 13px;
right: 19px;
z-index: 10;
}
.trend-box .ttl-box {
width: 338px;
height: 67px;
border-bottom: 1px dashed #e0e0e0;
}
.trend-box .ttl-box .int-imgbox {
float: left;
width: 38px;
height: 38px;
margin: 7px 0 0 0;
border: 1px solid #ededed;
border-radius: 2px;
}
.ttl-box .int-imgbox img {
border-radius: 2px;
}
.trend-box .user-box {
float: left;
width: 100px;
margin: 6px 0 0 10px;
overflow: hidden;
}
.trend-box .user-box .username {
display: block;
width: 100px;
height: 20px;
overflow: hidden;
color: #ea544a;
font-weight: bold;
line-height: 22px;
font-size: 14px;
}
.trend-box .user-box .userid {
color: #666;
line-height: 22px;
}
.trend-box .wealth-box {
float: left;
width: 188px;
margin: 6px 0 0 0;
}
.trend-box .wealth-box .wt-p {
width: 188px;
color: #666;
line-height: 22px;
}
.trend-box .wealth-box .wt-a {
display: inline-block;
width: 16px;
height: 16px;
border-radius: 2px;
color: #fff;
text-align: center;
line-height: 15px;
text-decoration: none;
margin: 0 0 0 7px;
*display: inline;
*zoom: 1;
}
.trend-box .wealth-box .a-blue {
background: #67b4e7;
}
.trend-box .wealth-box .a-blue:hover {
background: #40a5e8;
}
.trend-box .wealth-box .a-pink {
background: #fc898c;
}
.trend-box .wealth-box .a-pink:hover {
background: #fd6266;
}
.trend-box .count-box {
width: 338px;
margin: 10px 0 0 0;
}
.trend-box .count-box .count-p {
color: #666;
line-height: 22px;
}
.count-box .count-p span.red {
color: #ff5256;
}
.count-box .count-p span.green {
color: #468418;
}
/*内容部分*/
.array-box .arr-ttlbox {
position: relative;
height: 30px;
line-height: 30px;
border-bottom: 1px solid #e0e0e0;
margin: 0 0 10px 0;
}
.arr-ttlbox .box-a {
position: absolute;
top: 0;
left: 0;
width: 80px;
height: 29px;
text-align: center;
}
.arr-ttlbox .box-asp {
left: 81px;
}
.arr-ttlbox .box-a .rrl-a {
font-size: 14px;
color: #333;
text-decoration: none;
}
.js28 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #85a1fd;
font-size: 0;
}
.pc28 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #ea544a;
font-size: 0;
}
.js11 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #ff9600;
font-size: 0;
}
.fk36 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #8355d8;
font-size: 0;
}
.fk28 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #8355d8;
font-size: 0;
}
.fksc .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #f24e89;
font-size: 0;
}
.jnd28 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #30a1ee;
font-size: 0;
}
.jnd16 .box-a .tri {
display: none;
position: absolute;
bottom: 0;
left: 50%;
margin: 0 0 0 -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #46ba36;
font-size: 0;
}
.arr-ttlbox .shu {
position: absolute;
top: 9px;
left: 80px;
width: 1px;
height: 14px;
background: #e0e0e0;
}
.array-box .js28 .on {
border-bottom: 2px solid #85a1fd;
}
.array-box .pc28 .on {
border-bottom: 2px solid #ea544a;
}
.array-box .js11 .on {
border-bottom: 2px solid #ff9600;
}
.array-box .fk36 .on {
border-bottom: 2px solid #8355d8;
}
.array-box .fk28 .on {
border-bottom: 2px solid #8355d8;
}
.array-box .fksc .on {
border-bottom: 2px solid #f24e89;
}
.array-box .jnd28 .on {
border-bottom: 2px solid #30a1ee;
}
.array-box .jnd16 .on {
border-bottom: 2px solid #46ba36;
}
.array-box .on .rrl-a {
font-weight: bold;
}
.array-box .on .tri {
display: block;
}
/*按期显示*/
.array-box .amain-box {
width: 1000px;
background: #fff;
margin: 0 0 36px 0;
}
.array-box .amain-box table {
width: 100%;
}
.array-box .amain-box th,
.array-box .amain-box td {
height: 38px;
line-height: 38px;
color: #545454;
text-align: center;
border: 1px solid #e0e0e0;
font-size: 14px;
}
.array-box .amain-box th {
color: #333;
background: #f2f2f2;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff',endColorStr='#f2f2f2',gradientType='0');
background: -webkit-linear-gradient(#ffffff, #f2f2f2);
background: -o-linear-gradient(#ffffff, #f2f2f2);
background: linear-gradient(#ffffff, #f2f2f2);
}
.array-box .amain-box .td-rg {
padding-right: 20px;
text-align: right;
}
.array-box .amain-box .td-rg2 {
padding-right: 65px;
text-align: right;
}
.array-box .amain-box span.red {
color: #ff5256;
}
.array-box .amain-box span.green {
color: #468418;
}
.array-box .amain-box .shu {
display: inline-block;
width: 1px;
height: 12px;
background: #e0e0e0;
*vertical-align: middle;
*margin: 0 5px 0 0;
}
.array-box .amain-box .ct-a {
color: #999;
text-decoration: none;
}
.array-box .amain-box .ct-a:hover {
color: #ff696c;
}
.array-box .amain-box tr:hover {
background: #fff7e9;
}
.array-box .amain-box tr:hover td {
color: #ff696c;
}
/******模式编辑的浮层*********/
.fuceng-box-01 .fc-ttl-box,
.fuceng-box .fc-ttl-box {
margin: 0 0 20px 0;
}
.fc-main-box .moshi-input-box {
display: block;
width: 420px;
height: 34px;
margin: 22px auto 0;
}
.moshi-input-box .moshi-input-title {
display: block;
height: 34px;
line-height: 34px;
font-size: 16px;
color: #333;
float: left;
margin: 0 10px 0 0;
}
.moshi-input-box .moshi-input {
width: 328px;
height: 32px;
border: 1px solid #e0e0e0;
background: #f2f2f2;
border-radius: 5px;
float: left;
}
.moshi-input-box .moshi-input input {
border: none;
background: none;
height: 16px;
width: 290px;
margin: 7px 0 0 10px;
outline: none;
font-size: 14px;
} | 0.390476 | 0.150029 |
.jq_skywheel li{
display: block;
background-color: #777;
position: absolute;
transition: 0.3s ease all;
text-align: center;
}
.jq_skywheel li .inner{
display: inline-block;
vertical-align: middle;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
overflow:hidden;
}
.jq_skywheel .mask1:before{
content: "";
position: absolute;
background: rgba(255,255,255,0.25);
top: 0px;
left: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
.jq_skywheel .mask2:before{
content: "";
position: absolute;
background: rgba(255,255,255,0.5);
top: 0px;
left: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
.jq_skywheel .effect1_n2{
z-index: 0;
-webkit-transform: scale(0.8) translate(0px,-100%);
-moz-transform: scale(0.8) translate(0px,-100%);
transform: scale(0.8) translate(0px,-100%);
}
.jq_skywheel .effect1_n1{
z-index: 1;
-moz-transform: scale(1.0) translate(0px,-50%);
-webkit-transform: scale(1.0) translate(0px,-50%);
transform: scale(1.0) translate(0px,-50%);
}
.jq_skywheel .effect1_1{
z-index: 1;
-moz-transform: scale(1.0) translate(0px,50%);
-webkit-transform: scale(1.0) translate(0px,50%);
transform: scale(1.0) translate(0px,50%);
}
.jq_skywheel .effect1_2{
z-index: 0;
-moz-transform: scale(0.8) translate(0px,100%);
-webkit-transform: scale(0.8) translate(0px,100%);
transform: scale(0.8) translate(0px,100%);
}
.jq_skywheel .effect2_n2{
z-index: 0;
-webkit-transform: scale(0.8) translate(-100%,0px);
-moz-transform: scale(0.8) translate(-100%,0px);
transform: scale(0.8) translate(-100%,0px);
}
.jq_skywheel .effect2_n1{
z-index: 1;
-moz-transform: scale(1.0) translate(-50%,0px);
-webkit-transform: scale(1.0) translate(-50%,0px);
transform: scale(1.0) translate(-50%,0px);
}
.jq_skywheel .effect2_1{
z-index: 1;
-moz-transform: scale(1.0) translate(50%,0px);
-webkit-transform: scale(1.0) translate(50%,0px);
transform: scale(1.0) translate(50%,0px);
}
.jq_skywheel .effect2_2{
z-index: 0;
-moz-transform: scale(0.8) translate(100%,0px);
-webkit-transform: scale(0.8) translate(100%,0px);
transform: scale(0.8) translate(100%,0px);
}
.jq_skywheel .center{
z-index: 2;
-webkit-transform:scale(1.2) translate(0px,0px);
-moz-transform: scale(1.2) translate(0px,0px);
transform: scale(1.2) translate(0px,0px);
}
.jq_skywheel .chosen{
z-index: 1;
} | jq-skywheel.css | .jq_skywheel li{
display: block;
background-color: #777;
position: absolute;
transition: 0.3s ease all;
text-align: center;
}
.jq_skywheel li .inner{
display: inline-block;
vertical-align: middle;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
overflow:hidden;
}
.jq_skywheel .mask1:before{
content: "";
position: absolute;
background: rgba(255,255,255,0.25);
top: 0px;
left: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
.jq_skywheel .mask2:before{
content: "";
position: absolute;
background: rgba(255,255,255,0.5);
top: 0px;
left: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
.jq_skywheel .effect1_n2{
z-index: 0;
-webkit-transform: scale(0.8) translate(0px,-100%);
-moz-transform: scale(0.8) translate(0px,-100%);
transform: scale(0.8) translate(0px,-100%);
}
.jq_skywheel .effect1_n1{
z-index: 1;
-moz-transform: scale(1.0) translate(0px,-50%);
-webkit-transform: scale(1.0) translate(0px,-50%);
transform: scale(1.0) translate(0px,-50%);
}
.jq_skywheel .effect1_1{
z-index: 1;
-moz-transform: scale(1.0) translate(0px,50%);
-webkit-transform: scale(1.0) translate(0px,50%);
transform: scale(1.0) translate(0px,50%);
}
.jq_skywheel .effect1_2{
z-index: 0;
-moz-transform: scale(0.8) translate(0px,100%);
-webkit-transform: scale(0.8) translate(0px,100%);
transform: scale(0.8) translate(0px,100%);
}
.jq_skywheel .effect2_n2{
z-index: 0;
-webkit-transform: scale(0.8) translate(-100%,0px);
-moz-transform: scale(0.8) translate(-100%,0px);
transform: scale(0.8) translate(-100%,0px);
}
.jq_skywheel .effect2_n1{
z-index: 1;
-moz-transform: scale(1.0) translate(-50%,0px);
-webkit-transform: scale(1.0) translate(-50%,0px);
transform: scale(1.0) translate(-50%,0px);
}
.jq_skywheel .effect2_1{
z-index: 1;
-moz-transform: scale(1.0) translate(50%,0px);
-webkit-transform: scale(1.0) translate(50%,0px);
transform: scale(1.0) translate(50%,0px);
}
.jq_skywheel .effect2_2{
z-index: 0;
-moz-transform: scale(0.8) translate(100%,0px);
-webkit-transform: scale(0.8) translate(100%,0px);
transform: scale(0.8) translate(100%,0px);
}
.jq_skywheel .center{
z-index: 2;
-webkit-transform:scale(1.2) translate(0px,0px);
-moz-transform: scale(1.2) translate(0px,0px);
transform: scale(1.2) translate(0px,0px);
}
.jq_skywheel .chosen{
z-index: 1;
} | 0.378229 | 0.07221 |
body {
background: #F5F5F5;
/*color: #5B5B5B;*/
margin: 0;
padding: 0;
}
table {
width: 100%;
padding: 0px 5px;
}
tr{
line-height: 2;
}
.full_screen_pos_display{
margin-top: 30px;
padding: 10px;
}
.pos_div_show_part{
width: 30%;
margin: 15px;
display: inline-block;
vertical-align: top;
min-width: 520px;
}
.right_nomargin{
margin-right: 0px;
}
.left_nomargin{
margin-left: 0px;
}
.right_panel_margin{
margin-left: 30px;
}
.pos_numbervalue_show{
background: #FFF;
color: #000;
display: inline-block;
width: 70%;
height: 60px;
font-size: 40px;
text-align: right;
vertical-align: bottom;
border-radius: 5px;
margin-left: 3%;
box-shadow: inset 1px 1px 2px 2px #EFEFEF;
}
.pos_moneyvalue_show_big{
background: #FFF;
color: #000;
display: inline-block;
width: 100px;
height: 90px;
font-size: 40px;
text-align: right;
vertical-align: bottom;
border-radius: 5px;
box-shadow: inset 1px 1px 2px 2px #EFEFEF;
}
.pos_moneyvalue_show_cent{
background: #FFF;
color: #000;
display: inline-block;
width: 70px;
height: 70px;
margin-top: 20px;
font-size: 30px;
text-align: right;
vertical-align: bottom;
border-radius: 5px;
box-shadow: inset 1px 1px 2px 2px #EFEFEF;
}
.pos_numberunit_show{
background: #FFF;
color: #000;
display: inline-block;
width: 20%;
margin-left: 3%;
height: 60px;
font-size: 40px;
text-align: center;
vertical-align: bottom;
border-radius: 5px;
/*border-top: 1px solid #E7E7E7;*/
box-shadow: inset 1px 1px 2px 2px #EFEFEF;
}
.number_control_pan{
padding: 30px 0px;
}
.phone_number_control_icons td{
padding-right: 20px;
padding-bottom: 20px;
}
.phone_number_icons {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 20px 30px;
border: 4px solid #f0f2ec;
border-radius: 10px;
background: #fefefe;
background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
background: -moz-linear-gradient(top, #fefefe, #f2f2f2);
background: linear-gradient(to bottom, #fefefe, #f2f2f2);
-webkit-box-shadow: #d7dcce 1px 1px 1px 1px;
-moz-box-shadow: #d7dcce 1px 1px 1px 1px;
box-shadow: #d7dcce 1px 1px 1px 1px;
text-shadow: #ffffff 1px 1px 1px;
font: normal normal bold 60px arial;
color: #678247;
text-decoration: none;
outline:0;
width:120px;
height: 120px;
}
.phone_number_icons:hover,
.phone_number_icons:focus {
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
background: -moz-linear-gradient(top, #ffffff, #ffffff);
background: linear-gradient(to bottom, #ffffff, #ffffff);
color: #678247;
text-decoration: none;
}
.phone_number_icons:active {
background: #989898;
background: -webkit-gradient(linear, left top, left bottom, from(#989898), to(#f2f2f2));
background: -moz-linear-gradient(top, #989898, #f2f2f2);
background: linear-gradient(to bottom, #989898, #f2f2f2);
}
.green_phone_number_icons {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 20px 25px;
border: 4px solid #f0f2ec;
border-radius: 10px;
background: #a3e734;
background: -webkit-gradient(linear, left top, left bottom, from(#a3e734), to(#648e20));
background: -moz-linear-gradient(top, #a3e734, #648e20);
background: linear-gradient(to bottom, #a3e734, #648e20);
-webkit-box-shadow: #dfe2db 1px 1px 1px 1px;
-moz-box-shadow: #dfe2db 1px 1px 1px 1px;
box-shadow: #dfe2db 1px 1px 1px 1px;
text-shadow: #3a6d0b 1px 1px 1px;
font: normal normal bold 40px arial;
color: #ffffff;
text-decoration: none;
outline:0;
width:120px;
height: 120px;
}
.green_phone_number_icons:hover,
.green_phone_number_icons:focus {
background: #c4ff3e;
background: -webkit-gradient(linear, left top, left bottom, from(#c4ff3e), to(#78aa26));
background: -moz-linear-gradient(top, #c4ff3e, #78aa26);
background: linear-gradient(to bottom, #c4ff3e, #78aa26);
color: #ffffff;
text-decoration: none;
}
.green_phone_number_icons:active {
background: #648e20;
background: -webkit-gradient(linear, left top, left bottom, from(#648e20), to(#648e20));
background: -moz-linear-gradient(top, #648e20, #648e20);
background: linear-gradient(to bottom, #648e20, #648e20);
}
.phone_confirm_icons {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 20px 80px;
border: 4px solid #e3e6dd;
border-radius: 35px;
background: #8cbf2c;
background: -webkit-gradient(linear, left top, left bottom, from(#8cbf2c), to(#7db128));
background: -moz-linear-gradient(top, #8cbf2c, #7db128);
background: linear-gradient(to bottom, #8cbf2c, #7db128);
text-shadow: #3d5914 1px 1px 1px;
font: normal normal bold 30px arial;
color: #ffffff;
text-decoration: none;
outline:0;
}
.phone_confirm_icons:hover,
.phone_confirm_icons:focus {
background: #a8e535;
background: -webkit-gradient(linear, left top, left bottom, from(#a8e535), to(#96d430));
background: -moz-linear-gradient(top, #a8e535, #96d430);
background: linear-gradient(to bottom, #a8e535, #96d430);
color: #ffffff;
text-decoration: none;
}
.phone_confirm_icons:active {
background: #54731a;
background: -webkit-gradient(linear, left top, left bottom, from(#54731a), to(#7db128));
background: -moz-linear-gradient(top, #54731a, #7db128);
background: linear-gradient(to bottom, #54731a, #7db128);
}
.phone_confirm_payment_icons{
padding: 15px 40px;
}
.phone_payment_icons_margin{
margin-left: 60px;
}
.number_confirm_div{
margin: 30px 20%;
}
.number_10g_value{
padding: 27px 25px;
}
.number_symbol_value{
padding: 20px 35px;
}
.backzero_symbol_value{
padding: 20px 28px;
}
.wave{
background: #FBFBFB;
position: relative;
border: 1px solid #E5E5E5;
border-radius: 6px;
font-size: 18px;
border-bottom: 0px;
}
/*.wave::before{
content: "";
position: absolute;
left: 0;
bottom: 0;
right: 0;
background-repeat: repeat;
height: 10px;
background-size: 20px 20px;
background-image:
radial-gradient(circle at 10px -10px, transparent 15px, #BBBBBB 15px)
}*/
.customer_order_bottom_background{
background-image: url("../img/border_bottom.png");
height: 22px;
background-repeat: round;
width: 100%;
}
.cancel_order_btn {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 10px 30px;
border: 4px solid #e3e6dd;
border-radius: 35px;
background: #fdfdfd;
background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f5f5f5));
background: -moz-linear-gradient(top, #fdfdfd, #f5f5f5);
background: linear-gradient(to bottom, #fdfdfd, #f5f5f5);
text-shadow: #ffffff 1px 1px 1px;
font: normal normal bold 20px arial;
color: #456961;
text-decoration: none;
outline:0;
}
.cancel_order_btn:hover,
.cancel_order_btn:focus {
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
background: -moz-linear-gradient(top, #ffffff, #ffffff);
background: linear-gradient(to bottom, #ffffff, #ffffff);
color: #456961;
text-decoration: none;
}
.cancel_order_btn:active {
background: #989898;
background: -webkit-gradient(linear, left top, left bottom, from(#989898), to(#f5f5f5));
background: -moz-linear-gradient(top, #989898, #f5f5f5);
background: linear-gradient(to bottom, #989898, #f5f5f5);
}
.pos_product_list_area{
border: 3px solid #8ABD2C;
height: 560px;
border-radius: 5px;
overflow-y: scroll;
overflow-x: hidden;
}
.pos_search_div_area{
margin-top: 20px;
}
.pos_search_div_area_margin{
margin-left: 15px;
margin-right: 20px;
}
.pos_search_div_area p{
font-size: 20px;
}
.input_type_div{
/*border-top: 1px solid #E7E7E7;*/
width: 100%;
line-height: 2.5;
font-size: 20px;
box-shadow: inset 1px 1px 2px 2px #EFEFEF;
border-bottom-style: none;
}
.input_customerid_div{
width: 90%;
line-height: 2;
font-size: 20px;
box-shadow: inset 1px 1px 2px 2px #EFEFEF;
border-bottom-style: none;
}
.product_list_area_value{
background:#ffffff;
padding:10px;
margin-bottom:10px;
cursor: pointer;
margin: 3px;
}
.product_list_img{
width: 25%;
height: auto;
display: inline-block;
border: 1px solid #8ABD2C;
border-radius: 8px;
}
.product_list_img img{
width: 100%;
height: 100%;
border-radius: 8px;
}
.product_information_value{
display:inline-block;
vertical-align: middle;
margin-left: 3%;
color: #464646;
width: 70%;
position: relative;
}
.product_information_value_check{
position: absolute;
bottom: 0;
right: 0;
width: 80px;
height: 80px;
display: none;
}
.product_information_value p{
/*line-height: 0.5;*/
margin-top: 0px;
margin-bottom: 5px;
}
.pos_customerid_insert{
height: 100px;
border:1px solid #C3C3C3;
background:#F5F5F5;
margin:10px 10px;
/* padding-left: 10%; */
}
.pos_customerid_table_div{
display: inline-block;
margin-left: 20px;
width: calc(100% - 170px);
}
.pos_customerid_insert img{
/* width: 45px;
height: 45px; */
display: inline-block;
vertical-align: top;
margin: 20px 10px;
cursor: pointer;
}
.pos-list-panel {
border:2px solid #D6D6D6;
background:#FFF;
margin:10px 10px;
height: 370px;
overflow-y: scroll;
}
.topics_num tr {
line-height: 3;
text-align: center;
border-bottom: 1px dotted #8B8B8B;
}
.search_filter_btn_padding{
font-size: 20px;
padding: 15px 25px;
}
.topics_num tr td{
border-bottom: 1px dotted #8B8B8B;
}
.button_floatright_set{
float: right;
margin-left: 10px;
}
.customer_order_btn{
padding-bottom: 80px;
margin: 0px 10px;
}
.customer_order_total_price{
padding:10px 20px;
margin-bottom:40px;
}
.customer_order_title{
margin-top: 20px;
margin-left: 20px;
text-align: center;
font-size: 30px;
font-weight: bold;
}
.postotal_payment_value{
background: #FFF;
color: #20B68C;
display: inline-block;
width: 30%;
height: 50px;
font-size: 35px;
text-align: left;
vertical-align: bottom;
border-top: 1px solid #E7E7E7;
margin-left: 5%;
margin-right: -5px;
}
.poscash_payment_value{
background: #FFF;
color: #000;
display: inline-block;
width: 30%;
height: 50px;
font-size: 35px;
text-align: right;
vertical-align: bottom;
border-top: 1px solid #E7E7E7;
}
.posdue_payment_value{
background: #FFF;
color: #C12774;
display: inline-block;
width: 25%;
margin-left: 5%;
height: 50px;
font-size: 35px;
vertical-align: bottom;
border-top: 1px solid #E7E7E7;
}
.pos_payment_total_title{
font-size: 16px;
text-align: left;
margin-right: 35%;
margin-left: 5%;
}
.pos_payment_cash_title{
font-size: 16px;
text-align: right;
margin-right: 5%;
}
.pos_payment_due_title{
font-size: 16px;
text-align: center;
}
.payment_number_btn{
margin: 15px 10%;
}
.pos_redirect_btn_list{
margin: 0px 5px;
margin-bottom:30px;
display: inline-block;
}
.pos_redirect_btn_padding{
font-size: 18px;
padding: 10px 20px;
}
.row_delete_order{
text-align: center;
}
.row_delete_order span{
cursor: pointer;
}
.addcustomer_modal_div{
width: 1000px;
height: 65%;
padding: 50px 0px !important;
color: #000;
background-color: #FFFFFF;
text-align: center;
display: none;
}
#alert_modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0 , 0, 0.4);
}
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 40%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}
@keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}
.alert-close {
color: white;
float: right;
font-size: 28px;
font-weight: bold;
}
.alert-close:hover,
.alert-close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.modal-header {
padding: 2px 16px;
background-color: #fb483a;
color: white;
}
.modal-header h2{
color: white;
font-weight: bold;
}
#alert_message{
font-size: 20px;
font-weight: bold;
margin-left: 15px;
}
.modal-body {padding: 20px 20px;}
#content-php{
margin-left: 25%;
height: 90%;
overflow: auto;
width: 860px;
background: #FFF;
}
#content-php::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 1px;
background-color: #F5F5F5;
}
#content-php::-webkit-scrollbar
{
width: 1px;
height: 1px;
background-color: #F5F5F5;
}
#content-php::-webkit-scrollbar-thumb
{
border-radius: 1px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #ebebeb;
}
@media screen and (max-width: 1700px) and (min-width: 1200px) {
.pos_product_search_area{
width: 45%;
margin: 20px;
}
.pos_product_number_area{
width: 45%;
margin: 20px;
}
.pos_product_order_area{
width: 50%;
margin-left: 25%;
}
}
.green_money_cent_icons {
display: inline-block;
text-align: center;
vertical-align: middle;
border: 4px solid #f0f2ec;
border-radius: 10px;
background: #a3e734;
background: -webkit-gradient(linear, left top, left bottom, from(#a3e734), to(#648e20));
background: -moz-linear-gradient(top, #a3e734, #648e20);
background: linear-gradient(to bottom, #a3e734, #648e20);
-webkit-box-shadow: #dfe2db 1px 1px 1px 1px;
-moz-box-shadow: #dfe2db 1px 1px 1px 1px;
box-shadow: #dfe2db 1px 1px 1px 1px;
text-shadow: #3a6d0b 1px 1px 1px;
color: #ffffff;
text-decoration: none;
outline:0;
width: 80px;
height: 80px;
font: normal normal bold 30px arial;
padding: 20px 15px;
}
.green_money_cent_icons:hover,
.green_money_cent_icons:focus {
background: #c4ff3e;
background: -webkit-gradient(linear, left top, left bottom, from(#c4ff3e), to(#78aa26));
background: -moz-linear-gradient(top, #c4ff3e, #78aa26);
background: linear-gradient(to bottom, #c4ff3e, #78aa26);
color: #ffffff;
text-decoration: none;
}
.green_money_cent_icons:active {
background: #648e20;
background: -webkit-gradient(linear, left top, left bottom, from(#648e20), to(#648e20));
background: -moz-linear-gradient(top, #648e20, #648e20);
background: linear-gradient(to bottom, #648e20, #648e20);
}
.padding_left10_center{
padding-left: 10px;
}
.select_customer_indicate div{
width: 95% !important;
}
.select_customer_indicate div#s2id_CASHDESK_ID_THIRDPARTY{
width: 75% !important;
} | public/cashdesk/css/pos_style.css | body {
background: #F5F5F5;
/*color: #5B5B5B;*/
margin: 0;
padding: 0;
}
table {
width: 100%;
padding: 0px 5px;
}
tr{
line-height: 2;
}
.full_screen_pos_display{
margin-top: 30px;
padding: 10px;
}
.pos_div_show_part{
width: 30%;
margin: 15px;
display: inline-block;
vertical-align: top;
min-width: 520px;
}
.right_nomargin{
margin-right: 0px;
}
.left_nomargin{
margin-left: 0px;
}
.right_panel_margin{
margin-left: 30px;
}
.pos_numbervalue_show{
background: #FFF;
color: #000;
display: inline-block;
width: 70%;
height: 60px;
font-size: 40px;
text-align: right;
vertical-align: bottom;
border-radius: 5px;
margin-left: 3%;
box-shadow: inset 1px 1px 2px 2px #EFEFEF;
}
.pos_moneyvalue_show_big{
background: #FFF;
color: #000;
display: inline-block;
width: 100px;
height: 90px;
font-size: 40px;
text-align: right;
vertical-align: bottom;
border-radius: 5px;
box-shadow: inset 1px 1px 2px 2px #EFEFEF;
}
.pos_moneyvalue_show_cent{
background: #FFF;
color: #000;
display: inline-block;
width: 70px;
height: 70px;
margin-top: 20px;
font-size: 30px;
text-align: right;
vertical-align: bottom;
border-radius: 5px;
box-shadow: inset 1px 1px 2px 2px #EFEFEF;
}
.pos_numberunit_show{
background: #FFF;
color: #000;
display: inline-block;
width: 20%;
margin-left: 3%;
height: 60px;
font-size: 40px;
text-align: center;
vertical-align: bottom;
border-radius: 5px;
/*border-top: 1px solid #E7E7E7;*/
box-shadow: inset 1px 1px 2px 2px #EFEFEF;
}
.number_control_pan{
padding: 30px 0px;
}
.phone_number_control_icons td{
padding-right: 20px;
padding-bottom: 20px;
}
.phone_number_icons {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 20px 30px;
border: 4px solid #f0f2ec;
border-radius: 10px;
background: #fefefe;
background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
background: -moz-linear-gradient(top, #fefefe, #f2f2f2);
background: linear-gradient(to bottom, #fefefe, #f2f2f2);
-webkit-box-shadow: #d7dcce 1px 1px 1px 1px;
-moz-box-shadow: #d7dcce 1px 1px 1px 1px;
box-shadow: #d7dcce 1px 1px 1px 1px;
text-shadow: #ffffff 1px 1px 1px;
font: normal normal bold 60px arial;
color: #678247;
text-decoration: none;
outline:0;
width:120px;
height: 120px;
}
.phone_number_icons:hover,
.phone_number_icons:focus {
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
background: -moz-linear-gradient(top, #ffffff, #ffffff);
background: linear-gradient(to bottom, #ffffff, #ffffff);
color: #678247;
text-decoration: none;
}
.phone_number_icons:active {
background: #989898;
background: -webkit-gradient(linear, left top, left bottom, from(#989898), to(#f2f2f2));
background: -moz-linear-gradient(top, #989898, #f2f2f2);
background: linear-gradient(to bottom, #989898, #f2f2f2);
}
.green_phone_number_icons {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 20px 25px;
border: 4px solid #f0f2ec;
border-radius: 10px;
background: #a3e734;
background: -webkit-gradient(linear, left top, left bottom, from(#a3e734), to(#648e20));
background: -moz-linear-gradient(top, #a3e734, #648e20);
background: linear-gradient(to bottom, #a3e734, #648e20);
-webkit-box-shadow: #dfe2db 1px 1px 1px 1px;
-moz-box-shadow: #dfe2db 1px 1px 1px 1px;
box-shadow: #dfe2db 1px 1px 1px 1px;
text-shadow: #3a6d0b 1px 1px 1px;
font: normal normal bold 40px arial;
color: #ffffff;
text-decoration: none;
outline:0;
width:120px;
height: 120px;
}
.green_phone_number_icons:hover,
.green_phone_number_icons:focus {
background: #c4ff3e;
background: -webkit-gradient(linear, left top, left bottom, from(#c4ff3e), to(#78aa26));
background: -moz-linear-gradient(top, #c4ff3e, #78aa26);
background: linear-gradient(to bottom, #c4ff3e, #78aa26);
color: #ffffff;
text-decoration: none;
}
.green_phone_number_icons:active {
background: #648e20;
background: -webkit-gradient(linear, left top, left bottom, from(#648e20), to(#648e20));
background: -moz-linear-gradient(top, #648e20, #648e20);
background: linear-gradient(to bottom, #648e20, #648e20);
}
.phone_confirm_icons {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 20px 80px;
border: 4px solid #e3e6dd;
border-radius: 35px;
background: #8cbf2c;
background: -webkit-gradient(linear, left top, left bottom, from(#8cbf2c), to(#7db128));
background: -moz-linear-gradient(top, #8cbf2c, #7db128);
background: linear-gradient(to bottom, #8cbf2c, #7db128);
text-shadow: #3d5914 1px 1px 1px;
font: normal normal bold 30px arial;
color: #ffffff;
text-decoration: none;
outline:0;
}
.phone_confirm_icons:hover,
.phone_confirm_icons:focus {
background: #a8e535;
background: -webkit-gradient(linear, left top, left bottom, from(#a8e535), to(#96d430));
background: -moz-linear-gradient(top, #a8e535, #96d430);
background: linear-gradient(to bottom, #a8e535, #96d430);
color: #ffffff;
text-decoration: none;
}
.phone_confirm_icons:active {
background: #54731a;
background: -webkit-gradient(linear, left top, left bottom, from(#54731a), to(#7db128));
background: -moz-linear-gradient(top, #54731a, #7db128);
background: linear-gradient(to bottom, #54731a, #7db128);
}
.phone_confirm_payment_icons{
padding: 15px 40px;
}
.phone_payment_icons_margin{
margin-left: 60px;
}
.number_confirm_div{
margin: 30px 20%;
}
.number_10g_value{
padding: 27px 25px;
}
.number_symbol_value{
padding: 20px 35px;
}
.backzero_symbol_value{
padding: 20px 28px;
}
.wave{
background: #FBFBFB;
position: relative;
border: 1px solid #E5E5E5;
border-radius: 6px;
font-size: 18px;
border-bottom: 0px;
}
/*.wave::before{
content: "";
position: absolute;
left: 0;
bottom: 0;
right: 0;
background-repeat: repeat;
height: 10px;
background-size: 20px 20px;
background-image:
radial-gradient(circle at 10px -10px, transparent 15px, #BBBBBB 15px)
}*/
.customer_order_bottom_background{
background-image: url("../img/border_bottom.png");
height: 22px;
background-repeat: round;
width: 100%;
}
.cancel_order_btn {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 10px 30px;
border: 4px solid #e3e6dd;
border-radius: 35px;
background: #fdfdfd;
background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f5f5f5));
background: -moz-linear-gradient(top, #fdfdfd, #f5f5f5);
background: linear-gradient(to bottom, #fdfdfd, #f5f5f5);
text-shadow: #ffffff 1px 1px 1px;
font: normal normal bold 20px arial;
color: #456961;
text-decoration: none;
outline:0;
}
.cancel_order_btn:hover,
.cancel_order_btn:focus {
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
background: -moz-linear-gradient(top, #ffffff, #ffffff);
background: linear-gradient(to bottom, #ffffff, #ffffff);
color: #456961;
text-decoration: none;
}
.cancel_order_btn:active {
background: #989898;
background: -webkit-gradient(linear, left top, left bottom, from(#989898), to(#f5f5f5));
background: -moz-linear-gradient(top, #989898, #f5f5f5);
background: linear-gradient(to bottom, #989898, #f5f5f5);
}
.pos_product_list_area{
border: 3px solid #8ABD2C;
height: 560px;
border-radius: 5px;
overflow-y: scroll;
overflow-x: hidden;
}
.pos_search_div_area{
margin-top: 20px;
}
.pos_search_div_area_margin{
margin-left: 15px;
margin-right: 20px;
}
.pos_search_div_area p{
font-size: 20px;
}
.input_type_div{
/*border-top: 1px solid #E7E7E7;*/
width: 100%;
line-height: 2.5;
font-size: 20px;
box-shadow: inset 1px 1px 2px 2px #EFEFEF;
border-bottom-style: none;
}
.input_customerid_div{
width: 90%;
line-height: 2;
font-size: 20px;
box-shadow: inset 1px 1px 2px 2px #EFEFEF;
border-bottom-style: none;
}
.product_list_area_value{
background:#ffffff;
padding:10px;
margin-bottom:10px;
cursor: pointer;
margin: 3px;
}
.product_list_img{
width: 25%;
height: auto;
display: inline-block;
border: 1px solid #8ABD2C;
border-radius: 8px;
}
.product_list_img img{
width: 100%;
height: 100%;
border-radius: 8px;
}
.product_information_value{
display:inline-block;
vertical-align: middle;
margin-left: 3%;
color: #464646;
width: 70%;
position: relative;
}
.product_information_value_check{
position: absolute;
bottom: 0;
right: 0;
width: 80px;
height: 80px;
display: none;
}
.product_information_value p{
/*line-height: 0.5;*/
margin-top: 0px;
margin-bottom: 5px;
}
.pos_customerid_insert{
height: 100px;
border:1px solid #C3C3C3;
background:#F5F5F5;
margin:10px 10px;
/* padding-left: 10%; */
}
.pos_customerid_table_div{
display: inline-block;
margin-left: 20px;
width: calc(100% - 170px);
}
.pos_customerid_insert img{
/* width: 45px;
height: 45px; */
display: inline-block;
vertical-align: top;
margin: 20px 10px;
cursor: pointer;
}
.pos-list-panel {
border:2px solid #D6D6D6;
background:#FFF;
margin:10px 10px;
height: 370px;
overflow-y: scroll;
}
.topics_num tr {
line-height: 3;
text-align: center;
border-bottom: 1px dotted #8B8B8B;
}
.search_filter_btn_padding{
font-size: 20px;
padding: 15px 25px;
}
.topics_num tr td{
border-bottom: 1px dotted #8B8B8B;
}
.button_floatright_set{
float: right;
margin-left: 10px;
}
.customer_order_btn{
padding-bottom: 80px;
margin: 0px 10px;
}
.customer_order_total_price{
padding:10px 20px;
margin-bottom:40px;
}
.customer_order_title{
margin-top: 20px;
margin-left: 20px;
text-align: center;
font-size: 30px;
font-weight: bold;
}
.postotal_payment_value{
background: #FFF;
color: #20B68C;
display: inline-block;
width: 30%;
height: 50px;
font-size: 35px;
text-align: left;
vertical-align: bottom;
border-top: 1px solid #E7E7E7;
margin-left: 5%;
margin-right: -5px;
}
.poscash_payment_value{
background: #FFF;
color: #000;
display: inline-block;
width: 30%;
height: 50px;
font-size: 35px;
text-align: right;
vertical-align: bottom;
border-top: 1px solid #E7E7E7;
}
.posdue_payment_value{
background: #FFF;
color: #C12774;
display: inline-block;
width: 25%;
margin-left: 5%;
height: 50px;
font-size: 35px;
vertical-align: bottom;
border-top: 1px solid #E7E7E7;
}
.pos_payment_total_title{
font-size: 16px;
text-align: left;
margin-right: 35%;
margin-left: 5%;
}
.pos_payment_cash_title{
font-size: 16px;
text-align: right;
margin-right: 5%;
}
.pos_payment_due_title{
font-size: 16px;
text-align: center;
}
.payment_number_btn{
margin: 15px 10%;
}
.pos_redirect_btn_list{
margin: 0px 5px;
margin-bottom:30px;
display: inline-block;
}
.pos_redirect_btn_padding{
font-size: 18px;
padding: 10px 20px;
}
.row_delete_order{
text-align: center;
}
.row_delete_order span{
cursor: pointer;
}
.addcustomer_modal_div{
width: 1000px;
height: 65%;
padding: 50px 0px !important;
color: #000;
background-color: #FFFFFF;
text-align: center;
display: none;
}
#alert_modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0 , 0, 0.4);
}
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 40%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}
@keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}
.alert-close {
color: white;
float: right;
font-size: 28px;
font-weight: bold;
}
.alert-close:hover,
.alert-close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.modal-header {
padding: 2px 16px;
background-color: #fb483a;
color: white;
}
.modal-header h2{
color: white;
font-weight: bold;
}
#alert_message{
font-size: 20px;
font-weight: bold;
margin-left: 15px;
}
.modal-body {padding: 20px 20px;}
#content-php{
margin-left: 25%;
height: 90%;
overflow: auto;
width: 860px;
background: #FFF;
}
#content-php::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 1px;
background-color: #F5F5F5;
}
#content-php::-webkit-scrollbar
{
width: 1px;
height: 1px;
background-color: #F5F5F5;
}
#content-php::-webkit-scrollbar-thumb
{
border-radius: 1px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #ebebeb;
}
@media screen and (max-width: 1700px) and (min-width: 1200px) {
.pos_product_search_area{
width: 45%;
margin: 20px;
}
.pos_product_number_area{
width: 45%;
margin: 20px;
}
.pos_product_order_area{
width: 50%;
margin-left: 25%;
}
}
.green_money_cent_icons {
display: inline-block;
text-align: center;
vertical-align: middle;
border: 4px solid #f0f2ec;
border-radius: 10px;
background: #a3e734;
background: -webkit-gradient(linear, left top, left bottom, from(#a3e734), to(#648e20));
background: -moz-linear-gradient(top, #a3e734, #648e20);
background: linear-gradient(to bottom, #a3e734, #648e20);
-webkit-box-shadow: #dfe2db 1px 1px 1px 1px;
-moz-box-shadow: #dfe2db 1px 1px 1px 1px;
box-shadow: #dfe2db 1px 1px 1px 1px;
text-shadow: #3a6d0b 1px 1px 1px;
color: #ffffff;
text-decoration: none;
outline:0;
width: 80px;
height: 80px;
font: normal normal bold 30px arial;
padding: 20px 15px;
}
.green_money_cent_icons:hover,
.green_money_cent_icons:focus {
background: #c4ff3e;
background: -webkit-gradient(linear, left top, left bottom, from(#c4ff3e), to(#78aa26));
background: -moz-linear-gradient(top, #c4ff3e, #78aa26);
background: linear-gradient(to bottom, #c4ff3e, #78aa26);
color: #ffffff;
text-decoration: none;
}
.green_money_cent_icons:active {
background: #648e20;
background: -webkit-gradient(linear, left top, left bottom, from(#648e20), to(#648e20));
background: -moz-linear-gradient(top, #648e20, #648e20);
background: linear-gradient(to bottom, #648e20, #648e20);
}
.padding_left10_center{
padding-left: 10px;
}
.select_customer_indicate div{
width: 95% !important;
}
.select_customer_indicate div#s2id_CASHDESK_ID_THIRDPARTY{
width: 75% !important;
} | 0.334046 | 0.190141 |
body {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: #515151;
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
font-size: 1em;
letter-spacing: 0.1px;
color: #32465a;
text-rendering: optimizeLegibility;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
-webkit-font-smoothing: antialiased;
}
#snackbarWrapper{
width: 100%;
position: absolute;
bottom: 6rem;
text-align: center;
pointer-events: none;
}
#snackbar {
visibility: hidden; /* Hidden by default. Visible on click */
width: 250px; /* Set a default minimum width */
/* margin-left: -125px; Divide value of min-width by 2 */
background-color: #333; /* Black background color */
color: #fff; /* White text color */
text-align: center; /* Centered text */
border-radius: 2px; /* Rounded borders */
padding: 16px; /* Padding */
/* position: fixed; Sit on top of the screen */
z-index: 1; /* Add a z-index if needed */
/* left: 50%; Center the snackbar */
/* bottom: 8rem; 30px from the bottom */
margin: 0 auto;
pointer-events: auto;
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
visibility: visible; /* Show the snackbar */
/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.popup li.anomaly_message{
cursor: pointer;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 8rem; opacity: 1;}
}
@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 8rem; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {bottom: 8rem; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
from {bottom: 8rem; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
a {
color: #f5f5f5;
}
#frame {
width: 95%;
min-width: 360px;
max-width: 1000px;
height: 92vh;
min-height: 300px;
max-height: 720px;
background: #E6EAEA;
}
.spinner {
margin: 100px auto;
width: 50px;
height: 40px;
text-align: center;
font-size: 10px;
}
/*http://tobiasahlin.com/spinkit/ */
.spinner > div {
background-color: #333;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
@media screen and (max-width: 360px) {
#frame {
width: 100%;
height: 100vh;
}
}
#frame .content {
float: right;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
@media screen and (max-width: 735px) {
#frame .content {
width: calc(100%);
min-width: 300px !important;
}
}
@media screen and (min-width: 900px) {
#frame .content {
width: calc(100%);
}
}
#frame .content .messages {
height: auto;
min-height: calc(100% - 93px);
max-height: calc(100% - 93px);
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 735px) {
#frame .content .messages {
max-height: calc(100% - 105px);
}
}
#frame .content .messages::-webkit-scrollbar {
width: 8px;
background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
display: inline-block;
clear: both;
float: left;
margin: 15px 15px 5px 15px;
width: calc(100% - 25px);
font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
margin-bottom: 20px;
}
#frame .content .messages ul li.replies img {
margin: 6px 8px 0 0;
}
#frame .content .messages ul li.replies p {
background: #435f7a;
color: #f5f5f5;
}
#frame .content .messages .suggested ul {
position: absolute;
bottom: 3rem;
text-align: center;
width: 100%;
}
#frame .content .messages .suggested ul li {
display: inline;
float: none;
padding: 0.75rem 0;
border-radius: 20px;
background: #32465a;
color: #f5f5f5;
font-size: 0.75em;
cursor: pointer;
}
#frame .content .messages .suggested ul li:hover {
background: #435f7a;
}
#frame .content .messages ul li.sent img {
float: right;
margin: 6px 0 0 8px;
}
#frame .content .messages ul li.sent p {
background: #f5f5f5;
float: right;
}
#frame .content .messages ul li img {
width: 22px;
border-radius: 50%;
float: left;
}
#frame .content .messages ul li p {
display: inline-block;
padding: 10px 15px;
border-radius: 20px;
max-width: 205px;
line-height: 130%;
}
@media screen and (min-width: 735px) {
#frame .content .messages ul li p {
max-width: 300px;
}
}
#frame .content .message-input {
position: absolute;
bottom: 0;
width: 100%;
z-index: 99;
}
#frame .content .message-input .wrap {
position: relative;
}
#frame .content .message-input .wrap input {
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
float: left;
border: none;
width: calc(100% - 90px);
padding: 11px 32px 10px 8px;
font-size: 0.8em;
color: #32465a;
}
@media screen and (max-width: 735px) {
#frame .content .message-input .wrap input {
padding: 15px 32px 16px px;
}
}
#frame .content .message-input .wrap input:focus {
outline: none;
}
#frame .content .message-input .wrap button {
float: left;
border: none;
width: 50px;
padding: 12px 0;
cursor: pointer;
background: #32465a;
color: #f5f5f5;
height: 38px;
display: inline-block;
position: absolute;
}
@media screen and (max-width: 735px) {
#frame .content .message-input .wrap button {
padding: 16px 0;
}
}
#frame .content .message-input .wrap button:focus {
outline: none;
}
#frame .content .message-input .wrap button:hover {
background: #435f7a;
}
#frame .content .message-input .wrap .submit {
background-image: url('https://cdn.discordapp.com/attachments/400378754427256834/418921069622329354/send.svg');
background-repeat: no-repeat;
background-position: center;
}
#frame .content .message-input .wrap .submit:hover {
background-image: url('https://cdn.discordapp.com/attachments/400378754427256834/418921069622329354/send.svg');
background-repeat: no-repeat;
background-position: center;
}
#frame .content .message-input .wrap #start-record-btn {
background-image: url('https://cdn.discordapp.com/attachments/400378754427256834/418930174743019521/mic.svg');
background-repeat: no-repeat;
background-position: center;
}
#frame .content .message-input .wrap #start-record-btn:hover {
background-image: url('https://cdn.discordapp.com/attachments/400378754427256834/418930174743019521/mic.svg');
background-repeat: no-repeat;
background-position: center;
}
#frame .content .message-input .wrap #voice-output-btn {
background-image: url('https://cdn.discordapp.com/attachments/400378754427256834/418937559305945088/sound-on.svg');
background-repeat: no-repeat;
background-position: center;
} | static/css/main.css | body {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: #515151;
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
font-size: 1em;
letter-spacing: 0.1px;
color: #32465a;
text-rendering: optimizeLegibility;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
-webkit-font-smoothing: antialiased;
}
#snackbarWrapper{
width: 100%;
position: absolute;
bottom: 6rem;
text-align: center;
pointer-events: none;
}
#snackbar {
visibility: hidden; /* Hidden by default. Visible on click */
width: 250px; /* Set a default minimum width */
/* margin-left: -125px; Divide value of min-width by 2 */
background-color: #333; /* Black background color */
color: #fff; /* White text color */
text-align: center; /* Centered text */
border-radius: 2px; /* Rounded borders */
padding: 16px; /* Padding */
/* position: fixed; Sit on top of the screen */
z-index: 1; /* Add a z-index if needed */
/* left: 50%; Center the snackbar */
/* bottom: 8rem; 30px from the bottom */
margin: 0 auto;
pointer-events: auto;
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
visibility: visible; /* Show the snackbar */
/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.popup li.anomaly_message{
cursor: pointer;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 8rem; opacity: 1;}
}
@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 8rem; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {bottom: 8rem; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
from {bottom: 8rem; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
a {
color: #f5f5f5;
}
#frame {
width: 95%;
min-width: 360px;
max-width: 1000px;
height: 92vh;
min-height: 300px;
max-height: 720px;
background: #E6EAEA;
}
.spinner {
margin: 100px auto;
width: 50px;
height: 40px;
text-align: center;
font-size: 10px;
}
/*http://tobiasahlin.com/spinkit/ */
.spinner > div {
background-color: #333;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
@media screen and (max-width: 360px) {
#frame {
width: 100%;
height: 100vh;
}
}
#frame .content {
float: right;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
@media screen and (max-width: 735px) {
#frame .content {
width: calc(100%);
min-width: 300px !important;
}
}
@media screen and (min-width: 900px) {
#frame .content {
width: calc(100%);
}
}
#frame .content .messages {
height: auto;
min-height: calc(100% - 93px);
max-height: calc(100% - 93px);
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 735px) {
#frame .content .messages {
max-height: calc(100% - 105px);
}
}
#frame .content .messages::-webkit-scrollbar {
width: 8px;
background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
display: inline-block;
clear: both;
float: left;
margin: 15px 15px 5px 15px;
width: calc(100% - 25px);
font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
margin-bottom: 20px;
}
#frame .content .messages ul li.replies img {
margin: 6px 8px 0 0;
}
#frame .content .messages ul li.replies p {
background: #435f7a;
color: #f5f5f5;
}
#frame .content .messages .suggested ul {
position: absolute;
bottom: 3rem;
text-align: center;
width: 100%;
}
#frame .content .messages .suggested ul li {
display: inline;
float: none;
padding: 0.75rem 0;
border-radius: 20px;
background: #32465a;
color: #f5f5f5;
font-size: 0.75em;
cursor: pointer;
}
#frame .content .messages .suggested ul li:hover {
background: #435f7a;
}
#frame .content .messages ul li.sent img {
float: right;
margin: 6px 0 0 8px;
}
#frame .content .messages ul li.sent p {
background: #f5f5f5;
float: right;
}
#frame .content .messages ul li img {
width: 22px;
border-radius: 50%;
float: left;
}
#frame .content .messages ul li p {
display: inline-block;
padding: 10px 15px;
border-radius: 20px;
max-width: 205px;
line-height: 130%;
}
@media screen and (min-width: 735px) {
#frame .content .messages ul li p {
max-width: 300px;
}
}
#frame .content .message-input {
position: absolute;
bottom: 0;
width: 100%;
z-index: 99;
}
#frame .content .message-input .wrap {
position: relative;
}
#frame .content .message-input .wrap input {
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
float: left;
border: none;
width: calc(100% - 90px);
padding: 11px 32px 10px 8px;
font-size: 0.8em;
color: #32465a;
}
@media screen and (max-width: 735px) {
#frame .content .message-input .wrap input {
padding: 15px 32px 16px px;
}
}
#frame .content .message-input .wrap input:focus {
outline: none;
}
#frame .content .message-input .wrap button {
float: left;
border: none;
width: 50px;
padding: 12px 0;
cursor: pointer;
background: #32465a;
color: #f5f5f5;
height: 38px;
display: inline-block;
position: absolute;
}
@media screen and (max-width: 735px) {
#frame .content .message-input .wrap button {
padding: 16px 0;
}
}
#frame .content .message-input .wrap button:focus {
outline: none;
}
#frame .content .message-input .wrap button:hover {
background: #435f7a;
}
#frame .content .message-input .wrap .submit {
background-image: url('https://cdn.discordapp.com/attachments/400378754427256834/418921069622329354/send.svg');
background-repeat: no-repeat;
background-position: center;
}
#frame .content .message-input .wrap .submit:hover {
background-image: url('https://cdn.discordapp.com/attachments/400378754427256834/418921069622329354/send.svg');
background-repeat: no-repeat;
background-position: center;
}
#frame .content .message-input .wrap #start-record-btn {
background-image: url('https://cdn.discordapp.com/attachments/400378754427256834/418930174743019521/mic.svg');
background-repeat: no-repeat;
background-position: center;
}
#frame .content .message-input .wrap #start-record-btn:hover {
background-image: url('https://cdn.discordapp.com/attachments/400378754427256834/418930174743019521/mic.svg');
background-repeat: no-repeat;
background-position: center;
}
#frame .content .message-input .wrap #voice-output-btn {
background-image: url('https://cdn.discordapp.com/attachments/400378754427256834/418937559305945088/sound-on.svg');
background-repeat: no-repeat;
background-position: center;
} | 0.387227 | 0.060557 |
.control-bar {
position: absolute;
top: 0px;
z-index: 1;
background-color: #5f5f5f;
color: #f1f1f1;
letter-spacing: 1px;
height: 40px;
margin: auto;
}
.content {
position: relative;
}
.site-content {
margin-top: 20px;
padding: 40px;
text-align: center;
}
.control-bar-element {
padding: 9px 20px;
cursor: pointer;
right: 0px;
float: right;
}
.control-bar-element:nth-child(-n + 2) {
float: left;
}
.control-bar-element.active {
background-color: #7e7d7d;
}
.control-bar-element:hover {
background-color: #7e7d7d;
}
.form-data {
width: 20%;
min-width: 400px;
margin: auto;
}
.form-data .form-row {
margin: 15px auto;
text-align: left;
}
.form-data label {
display: block;
font-weight: bold;
}
.form-data .form-row.file {
text-align: center;
position: relative;
height: 144px;
}
.form-data .form-row.file input {
opacity: 0;
z-index: 1;
cursor: pointer;
padding: 60px 0px;
border: none;
}
.form-data .form-row.file label {
position: absolute;
width: 100%;
padding: 60px 0px;
cursor: pointer;
}
.form-data .form-row.file:hover {
color: red !important;
background-color: #dbdbdb98;
}
.hidden {
display: none;
}
.img-preview img {
width: 100%;
max-height: 440px;
}
.img-preview button{
margin: 10px auto;
}
.photo-display {
text-align: center;
width: 50%;
max-width: 850px;
margin: auto;
}
.single-photo {
margin: 10px;
width: 120px;
height: 120px;
display: inline-block;
text-align: center;
}
.single-photo img {
display: inline-block;
margin: 5px auto;
}
.categories-container {
text-align: left;
margin: 20px 0;
}
.category {
width: 120px;
height: 80px;
margin: 10px 20px 30px;
display: inline-block;
text-align: center;
}
.category span {
display: inline-block;
font-weight: bold;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.category img {
cursor: pointer;
}
.single-photo button, .category button {
padding: 0px 5px;
}
.photos-container {
margin: 20px auto;
text-align: left;
width: 850px;
}
h2, h3, h4 {
text-align: center;
}
img {
object-fit: contain;
width: 100%;
height: 100%;
}
.w3-modal {
padding-top: 100px;
}
.w3-modal div.w3-container {
margin-top: 10px;
}
.w3-modal div.w3-container label {
font-weight: bold;
}
.w3-modal footer {
text-align: center;
padding: 10px 0;
}
.w3-modal-content {
width: 400px;
}
.w3-modal .img-preview {
height: 200px;
margin-top: 10px;
}
.data-error {
border: 1px solid red !important;
}
.image-name {
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
height: 20px;
}
.shared-photo {
width: 180px;
height: 130px;
}
.home-icon {
position: absolute;
width: 40px;
height: 40px;
left: 10px;
top: 2px;
cursor: pointer;
}
.share-header {
position: relative;
} | httpClient/styles/main.css | .control-bar {
position: absolute;
top: 0px;
z-index: 1;
background-color: #5f5f5f;
color: #f1f1f1;
letter-spacing: 1px;
height: 40px;
margin: auto;
}
.content {
position: relative;
}
.site-content {
margin-top: 20px;
padding: 40px;
text-align: center;
}
.control-bar-element {
padding: 9px 20px;
cursor: pointer;
right: 0px;
float: right;
}
.control-bar-element:nth-child(-n + 2) {
float: left;
}
.control-bar-element.active {
background-color: #7e7d7d;
}
.control-bar-element:hover {
background-color: #7e7d7d;
}
.form-data {
width: 20%;
min-width: 400px;
margin: auto;
}
.form-data .form-row {
margin: 15px auto;
text-align: left;
}
.form-data label {
display: block;
font-weight: bold;
}
.form-data .form-row.file {
text-align: center;
position: relative;
height: 144px;
}
.form-data .form-row.file input {
opacity: 0;
z-index: 1;
cursor: pointer;
padding: 60px 0px;
border: none;
}
.form-data .form-row.file label {
position: absolute;
width: 100%;
padding: 60px 0px;
cursor: pointer;
}
.form-data .form-row.file:hover {
color: red !important;
background-color: #dbdbdb98;
}
.hidden {
display: none;
}
.img-preview img {
width: 100%;
max-height: 440px;
}
.img-preview button{
margin: 10px auto;
}
.photo-display {
text-align: center;
width: 50%;
max-width: 850px;
margin: auto;
}
.single-photo {
margin: 10px;
width: 120px;
height: 120px;
display: inline-block;
text-align: center;
}
.single-photo img {
display: inline-block;
margin: 5px auto;
}
.categories-container {
text-align: left;
margin: 20px 0;
}
.category {
width: 120px;
height: 80px;
margin: 10px 20px 30px;
display: inline-block;
text-align: center;
}
.category span {
display: inline-block;
font-weight: bold;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.category img {
cursor: pointer;
}
.single-photo button, .category button {
padding: 0px 5px;
}
.photos-container {
margin: 20px auto;
text-align: left;
width: 850px;
}
h2, h3, h4 {
text-align: center;
}
img {
object-fit: contain;
width: 100%;
height: 100%;
}
.w3-modal {
padding-top: 100px;
}
.w3-modal div.w3-container {
margin-top: 10px;
}
.w3-modal div.w3-container label {
font-weight: bold;
}
.w3-modal footer {
text-align: center;
padding: 10px 0;
}
.w3-modal-content {
width: 400px;
}
.w3-modal .img-preview {
height: 200px;
margin-top: 10px;
}
.data-error {
border: 1px solid red !important;
}
.image-name {
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
height: 20px;
}
.shared-photo {
width: 180px;
height: 130px;
}
.home-icon {
position: absolute;
width: 40px;
height: 40px;
left: 10px;
top: 2px;
cursor: pointer;
}
.share-header {
position: relative;
} | 0.654564 | 0.102036 |
body {
padding-top: 50px;
padding-bottom: 20px;
padding-top: 50px;
height: 100%;
margin: 0;
/*background-position: center;*/
/*background-image: url('../Content/Imagens/Tecno-img.jpg');*/
background-size: auto;
}
.background {
position: absolute;
top: 0;
left: 0;
/*background-color: white;*/
opacity: 0.6;
width: 100%;
height: 100%;
background: linear-gradient(271deg, #0148aa, #e83e8c, #d54496, #83cfec);
background-size: 800% 800%;
-webkit-animation: AnimationName 9s ease infinite;
-moz-animation: AnimationName 9s ease infinite;
animation: AnimationName 9s ease infinite;
}
@-webkit-keyframes AnimationName {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@-moz-keyframes AnimationName {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@keyframes AnimationName {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
textarea.semAjuste {
resize: none;
}
.btn-custom {
padding: 1px 15px 3px 2px;
border-radius: 50px;
}
.btn-icon {
padding: 8px;
background: #ffffff;
}
.input-100 {
width: 100px !important;
}
/* Elementos para jogar o footer para baixo*/
.content {
min-height: 100%;
}
.wrapper {
min-height: 100%;
margin-bottom: -50px;
}
.content-inside {
padding: 20px;
padding-bottom: 50px;
}
.footer {
position: fixed !important;
bottom: 0 !important;
width: 100% !important;
height: 40px !important;
line-height: 40px !important;
z-index: 2000;
}
footer {
background-color: #17a2b8 !important;
color: white;
/*line-height: 5px;*/
/*padding: 0 10px !important;*/
}
.coluna-fixa {
height: 150px;
width: 100px;
position: fixed;
right: 10px;
top: 55px;
}
.posicao_centro {
position: center !important;
display: block;
margin-left: auto;
margin-right: auto
}
.border {
box-shadow: 0 0 3px #000000;
margin: 5px;
}
.margin-ajust{
margin-top: 25px;
}
.margin-direita{
margin-right: 30px;
}
.link-Tcs{
color: white;
}
.link-Tcs:hover {
color: white;
}
.margin-top-ajust{
margin-top: 50px;
}
.vermelho-link {
color: #4b81af !important;
cursor: pointer;
}
.cursor-btn{
cursor: pointer;
}
.negrito {
font-weight: bold;
}
.preload {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.6;
background-color: #fff;
background-image: url('../Content/Imagens/balls.gif');
background-size: 298px 298px;
background-position: center;
background-repeat: no-repeat;
}
.box-container {
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
background: #fff;
padding: 30px;
width: 100%;
max-width: 100%;
position: relative;
padding: 0px;
-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
text-align: initial;
opacity: 0.9;
}
.box-container-for-modal {
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
background: #fff;
padding: 30px;
width: 100%;
max-width: 100%;
position: relative;
padding: 0px;
-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
text-align: initial;
}
.box-Footer {
background-color: #f6f6f6;
border-top: 1px solid #dce8f1;
padding: 5px;
text-align: center;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.text-centro{
text-align: center;
margin-bottom: 20px;
}
.margin-top-hr{
margin-top: 10px;
}
.index-z{
z-index: 99;
}
.margin-bot{
margin-bottom: 20px;
}
.magin-left-ajust{
margin-left: 25px;
}
.margin-bot-ajust {
margin-bottom: 50px;
}
.margin-inv {
margin-top: 10px;
}
.fc-center {
margin-left: -205px;
}
.fc-left{
margin-left: 25px;
}
.senha_inv {
position: absolute;
left: -99999px;
} | ReservaSala/Content/Site.css | body {
padding-top: 50px;
padding-bottom: 20px;
padding-top: 50px;
height: 100%;
margin: 0;
/*background-position: center;*/
/*background-image: url('../Content/Imagens/Tecno-img.jpg');*/
background-size: auto;
}
.background {
position: absolute;
top: 0;
left: 0;
/*background-color: white;*/
opacity: 0.6;
width: 100%;
height: 100%;
background: linear-gradient(271deg, #0148aa, #e83e8c, #d54496, #83cfec);
background-size: 800% 800%;
-webkit-animation: AnimationName 9s ease infinite;
-moz-animation: AnimationName 9s ease infinite;
animation: AnimationName 9s ease infinite;
}
@-webkit-keyframes AnimationName {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@-moz-keyframes AnimationName {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@keyframes AnimationName {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
textarea.semAjuste {
resize: none;
}
.btn-custom {
padding: 1px 15px 3px 2px;
border-radius: 50px;
}
.btn-icon {
padding: 8px;
background: #ffffff;
}
.input-100 {
width: 100px !important;
}
/* Elementos para jogar o footer para baixo*/
.content {
min-height: 100%;
}
.wrapper {
min-height: 100%;
margin-bottom: -50px;
}
.content-inside {
padding: 20px;
padding-bottom: 50px;
}
.footer {
position: fixed !important;
bottom: 0 !important;
width: 100% !important;
height: 40px !important;
line-height: 40px !important;
z-index: 2000;
}
footer {
background-color: #17a2b8 !important;
color: white;
/*line-height: 5px;*/
/*padding: 0 10px !important;*/
}
.coluna-fixa {
height: 150px;
width: 100px;
position: fixed;
right: 10px;
top: 55px;
}
.posicao_centro {
position: center !important;
display: block;
margin-left: auto;
margin-right: auto
}
.border {
box-shadow: 0 0 3px #000000;
margin: 5px;
}
.margin-ajust{
margin-top: 25px;
}
.margin-direita{
margin-right: 30px;
}
.link-Tcs{
color: white;
}
.link-Tcs:hover {
color: white;
}
.margin-top-ajust{
margin-top: 50px;
}
.vermelho-link {
color: #4b81af !important;
cursor: pointer;
}
.cursor-btn{
cursor: pointer;
}
.negrito {
font-weight: bold;
}
.preload {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.6;
background-color: #fff;
background-image: url('../Content/Imagens/balls.gif');
background-size: 298px 298px;
background-position: center;
background-repeat: no-repeat;
}
.box-container {
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
background: #fff;
padding: 30px;
width: 100%;
max-width: 100%;
position: relative;
padding: 0px;
-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
text-align: initial;
opacity: 0.9;
}
.box-container-for-modal {
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
background: #fff;
padding: 30px;
width: 100%;
max-width: 100%;
position: relative;
padding: 0px;
-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
text-align: initial;
}
.box-Footer {
background-color: #f6f6f6;
border-top: 1px solid #dce8f1;
padding: 5px;
text-align: center;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.text-centro{
text-align: center;
margin-bottom: 20px;
}
.margin-top-hr{
margin-top: 10px;
}
.index-z{
z-index: 99;
}
.margin-bot{
margin-bottom: 20px;
}
.magin-left-ajust{
margin-left: 25px;
}
.margin-bot-ajust {
margin-bottom: 50px;
}
.margin-inv {
margin-top: 10px;
}
.fc-center {
margin-left: -205px;
}
.fc-left{
margin-left: 25px;
}
.senha_inv {
position: absolute;
left: -99999px;
} | 0.447702 | 0.085748 |
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap");
:root {
--s: 0.4rem;
--m: 1rem;
--l: 2.5rem;
--xl: 5rem;
--xxl: 10rem;
--MAX: 9999999px;
--bg: #1c2129;
--text: #fbfaf7;
--acc: #b3b2b8;
--acc2: #747d88;
--link: #2a7f62;
font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
header,
footer {
text-align: center;
margin: 2rem 0;
}
body {
background: var(--bg);
color: var(--text);
font-weight: 700;
text-shadow: 0 0 4px var(--bg);
}
h1 {
font-size: var(--xl);
margin-bottom: 0;
}
a {
color: var(--link);
}
a.cta {
display: inline-block;
margin: 0 0.5rem;
background: var(--link);
color: var(--text);
padding: 1rem 2rem;
border-radius: 0.5rem;
text-decoration: none;
}
a:hover,
a:focus {
filter: hue-rotate(90deg);
}
a.cta:active {
transform: scale(0.95);
}
main {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
gap: 4rem;
max-width: 1150px;
margin: 0 auto;
}
article {
display: grid;
place-content: center;
align-items: center;
grid-template-columns: repeat(3, max-content);
}
div.number {
height: var(--xxl);
width: var(--xxl);
display: grid;
place-content: center;
border: var(--s) solid var(--acc);
border-radius: var(--MAX);
box-shadow: inset 0 0 6px #1114, 0 0 4px #1119;
background: var(--acc2);
font-size: var(--l);
}
div.container {
position: relative;
display: grid;
height: 400px;
width: 400px;
color: var(--text);
isolation: isolate;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
div#react-pod {
background-image: url(./react-logo.svg);
}
div#svelte-pod {
background-image: url(./svelte-logo.svg);
}
div#vue-pod {
background-image: url(./vue-logo.svg);
}
div#imba-pod {
background-image: url(./imba-logo.svg);
}
div.container:after {
content: "";
height: 100%;
width: 100%;
background: var(--bg);
position: absolute;
top: 0;
left: 0;
z-index: -1;
opacity: 0.6;
}
div.number,
button {
user-select: none;
}
button {
height: var(--xl);
width: var(--xl);
position: relative;
top: 20%;
padding: 0;
touch-action: manipulation;
border: var(--s) solid var(--acc);
border-radius: var(--MAX);
box-shadow: inset 0 0 6px #1114, 0 0 4px #1119;
background: var(--acc2);
color: var(--text);
font-size: var(--l);
font-weight: 700;
text-shadow: 0 0 6px var(--bg);
padding-top: auto;
padding-bottom: 15%;
}
button:active {
transform: scale(0.95);
}
button.decrement {
margin-right: calc(-1 * (var(--l)));
z-index: 1;
}
button.increment {
margin-left: calc(-1 * var(--l));
} | static/layout.css | @import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap");
:root {
--s: 0.4rem;
--m: 1rem;
--l: 2.5rem;
--xl: 5rem;
--xxl: 10rem;
--MAX: 9999999px;
--bg: #1c2129;
--text: #fbfaf7;
--acc: #b3b2b8;
--acc2: #747d88;
--link: #2a7f62;
font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
header,
footer {
text-align: center;
margin: 2rem 0;
}
body {
background: var(--bg);
color: var(--text);
font-weight: 700;
text-shadow: 0 0 4px var(--bg);
}
h1 {
font-size: var(--xl);
margin-bottom: 0;
}
a {
color: var(--link);
}
a.cta {
display: inline-block;
margin: 0 0.5rem;
background: var(--link);
color: var(--text);
padding: 1rem 2rem;
border-radius: 0.5rem;
text-decoration: none;
}
a:hover,
a:focus {
filter: hue-rotate(90deg);
}
a.cta:active {
transform: scale(0.95);
}
main {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
gap: 4rem;
max-width: 1150px;
margin: 0 auto;
}
article {
display: grid;
place-content: center;
align-items: center;
grid-template-columns: repeat(3, max-content);
}
div.number {
height: var(--xxl);
width: var(--xxl);
display: grid;
place-content: center;
border: var(--s) solid var(--acc);
border-radius: var(--MAX);
box-shadow: inset 0 0 6px #1114, 0 0 4px #1119;
background: var(--acc2);
font-size: var(--l);
}
div.container {
position: relative;
display: grid;
height: 400px;
width: 400px;
color: var(--text);
isolation: isolate;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
div#react-pod {
background-image: url(./react-logo.svg);
}
div#svelte-pod {
background-image: url(./svelte-logo.svg);
}
div#vue-pod {
background-image: url(./vue-logo.svg);
}
div#imba-pod {
background-image: url(./imba-logo.svg);
}
div.container:after {
content: "";
height: 100%;
width: 100%;
background: var(--bg);
position: absolute;
top: 0;
left: 0;
z-index: -1;
opacity: 0.6;
}
div.number,
button {
user-select: none;
}
button {
height: var(--xl);
width: var(--xl);
position: relative;
top: 20%;
padding: 0;
touch-action: manipulation;
border: var(--s) solid var(--acc);
border-radius: var(--MAX);
box-shadow: inset 0 0 6px #1114, 0 0 4px #1119;
background: var(--acc2);
color: var(--text);
font-size: var(--l);
font-weight: 700;
text-shadow: 0 0 6px var(--bg);
padding-top: auto;
padding-bottom: 15%;
}
button:active {
transform: scale(0.95);
}
button.decrement {
margin-right: calc(-1 * (var(--l)));
z-index: 1;
}
button.increment {
margin-left: calc(-1 * var(--l));
} | 0.326379 | 0.121869 |
html,
body
{
height: 100%;
padding: 0;
margin: 0;
}
body
{
background: #32333b;
font: 12px/16px "Helvetica Neue",Arial,Tahoma,sans-serif;
}
body.modal-open {
overflow: hidden;
}
a
{
color: #979aa8;
text-decoration: none;
}
a:hover
{
color: #FFF;
text-decoration: none;
}
.wrapper
{
overflow:hidden;
_zoom:1;
min-height: 100%;
padding-left: 170px;
}
.left-bar,
.content
{
padding-bottom:10000px;
margin-bottom:-10000px;
float: left;
}
.left-bar
{
width: 170px;
margin-left: -170px;
}
.content
{
background: #e6e7eb url("../img/bg.png");
width: 100%;
}
.header
{
background: #32333b;
max-height: 37px;
padding-bottom: 1px;
}
.applications-list
{
list-style: none;
margin: 0 0 0 30px;
padding: 0;
display: inline-block;
}
.applications-list li
{
display: inline-block;
float: left;
}
.applications-list li a
{
display: block;
height: 37px;
line-height: 37px;
padding-left: 20px;
padding-right: 35px;
position: relative;
}
.applications-list li a:hover
{
background: #3b3c44;
}
.infobar
{
background: #32333b;
}
.infoline
{
height: 44px;
background: #5a5b63 url("../img/infobar_bg.png") repeat-x;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.box-list .box
{
margin-bottom: 10px;
}
.content-title
{
height: 39px;
background: #CCC url("../img/title_bg2.png") repeat-x;
}
.box-list .box:first-child .content-title
{
background: #CCC url("../img/title_bg.png") repeat-x;
margin-top: -6px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
}
.logo
{
display: block;
width: 110px;
margin: 0 auto;
margin-top: 19px;
margin-bottom: 18px;
}
.logo > img {
max-width: 100%;
}
.version {
margin: 3px 0 0 0;
display: block;
color: #757782;
text-align: center;
font-size: 11px;
}
.block h3.block-title
{
font-size: 11px;
text-transform: uppercase;
color: #757782;
background: #3b3c44;
padding: 6px 15px;
margin: 0;
font-weight: bold;
line-height: 16px;
}
.block
{
margin-bottom: 25px;
margin-right: 1px;
}
.block ul
{
list-style: none;
margin: 1px 0;
padding: 0;
}
.block ul li
{
margin-bottom: 1px;
}
.block ul li a
{
display: block;
padding: 6px 15px;
position: relative;
line-height: 16px;
}
.block ul li a i {
margin-right: 7px;
}
.block ul li.all a:hover,
.block ul li.all.active a,
.block ul li.all a
{
padding: 6px 15px;
background-image: none;
}
.applications-list li.active.green a,
.block ul li.active.green a
{
background-color: #85bd0a;
color: #FFF;
}
.applications-list li.active.red a,
.block ul li.active.red a
{
background-color: #ff3656;
color: #FFF;
}
.applications-list li.active.none a,
.block ul li.active.none a
{
background-color: #555;
color: #FFF;
}
.applications-list li.active.yellow a,
.block ul li.active.yellow a
{
background-color: #ece243;
color: #FFF;
}
.applications-list li.active.orange a,
.block ul li.active.orange a
{
background-color: #ece243;
color: #FFF;
}
.applications-list li.active.purple a,
.block ul li.active.purple a
{
background-color: #e153b8;
color: #FFF;
}
.block ul.widgets-list li.active a
{
background-color: #5983ed;
color: #FFF;
}
.block ul.statistics-list li a
{
display: block;
padding: 6px 15px 6px 35px;
background: none;
}
.block ul.statistics-list li a:hover
{
background: #3b3c44;
}
.box ul.controls
{
list-style: none;
margin: 10px 20px 10px 25px;
padding: 0;
display: inline-block;
}
.box ul.controls li
{
float: left;
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
cursor: pointer;
position: relative;
}
.box ul.controls li span.control-title
{
display: block;
width: 162px;
border: 1px solid #d2d3db;
background: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px 15px 5px 27px;
position: relative;
color: #444;
line-height: 16px;
}
.box ul.controls li.ui-sortable-helper span.control-title
{
box-shadow: 0 1px 15px rgba(0,0,0,0.2);
cursor: move;
}
.box ul.controls li span.control-title .status
{
position: absolute;
left: 10px;
top: 8px;
}
.box ul.controls li.red span.control-title
{
border: 1px solid #FF3656;
color: #FF3656;
}
.box h3
{
position: relative;
margin: 0;
height: 38px;
padding-left: 15px;
line-height: 38px;
font-weight: bold;
text-shadow: 0 1px 0 #FFF;
font-size: 14px;
color: #666;
}
.box h3 i {
margin-right: 7px;
}
.box.green h3
{
color: #79b200;
}
.box.red h3
{
color: #FF3656;
}
.smiley {
text-align: center;
margin: 10px 0 30px;
}
.status
{
display: block;
width: 9px;
height: 9px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 1px 0 rgba(255,255,255,0.4);
}
.red.status,
.red .status,
.controls .red .status
{
background: #fc3e39;
border: 1px solid #cc231e;
}
.purple.status,
.purple .status,
.controls .purple .status
{
background: #ff53d6;
border: 1px solid #c4129a;
}
.green.status,
.green .status,
.controls .green .status
{
background: #94cc19;
border: 1px solid #77a50f;
}
.yellow.status,
.yellow .status,
.controls .yellow .status
{
background: #f4e300;
border: 1px solid #c19a00;
}
.orange.status,
.orange .status,
.controls .orange .status
{
background: #ff8400;
border: 1px solid #cf6d00;
}
.none.status,
.none .status,
.controls .none .status
{
background: #cccccc;
border: 1px solid #9b9b9d;
}
.block ul.category-list li a .status
{
position: absolute;
right: 15px;
top: 8px;
}
.block ul.statistics-list li a .status
{
position: absolute;
left: 17px;
top: 8px;
}
.applications-list li a .status
{
position: absolute;
right: 17px;
top: 13px;
}
.applications-list li a .status
{
position: absolute;
right: 17px;
top: 13px;
}
.box h3 .status
{
display: inline-block;
margin-right: 7px;
}
.configuration
{
color: #FFF;
font-size: 15px;
padding-left: 15px;
height: 38px;
line-height: 38px;
}
.next-refresh,
.last-refresh
{
display: inline-block;
height: 38px;
line-height: 38px;
padding-left: 15px;
color: #cccccc;
text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}
.next-refresh i,
.last-refresh i {
margin-right: 7px;
}
.next-refresh
{
margin-left: 10px;
}
.pull-left
{
float: left;
}
.pull-right
{
float: right;
margin-right: 25px;
}
.infobar .btn2
{
float: left;
}
.infobar .btn2
{
display: inline-block;
margin-top: 5px;
color: #FFF;
background: url("../img/button.png") no-repeat 100% -40px;
padding-right: 7px;
font-weight: bold;
}
.infobar .btn2 .inbtn
{
display: inline-block;
height: 29px;
line-height: 28px;
background: url("../img/button.png") no-repeat 0 0;
padding-left: 15px;
padding-right: 8px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.infobar .btn2 .inbtn i {
margin-right: 7px;
}
.infobar .btn2:hover
{
background: url("../img/button.png") no-repeat 100% -117px;
}
.infobar .btn2:hover .inbtn
{
background: url("../img/button.png") no-repeat 0 -77px;
}
.infoline .vline
{
float: left;
display: inline-block;
background: url("../img/vline.png") repeat-y;
height: 38px;
width: 2px;
margin-left: 20px;
margin-right: 20px;
}
.mute-title
{
display: inline-block;
height: 38px;
line-height: 38px;
padding-left: 38px;
color: #cccccc;
text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
float: left;
margin-right: 15px;
}
.chart-list
{
margin: 10px 0 10px 25px;
display: inline-block;
overflow: hidden;
}
.chart-item
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
border: 1px solid #D2D3DB;
display: inline-block;
float: left;
margin-bottom: 5px;
margin-right: 5px;
background: #FFF;
}
.chart-box {
cursor: pointer;
}
.chart-item .footitle {
display: block;
padding: 10px 25px;
background: #EEE;
width: 750px;
}
.one-line-text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.chart-box .icon-resize-small,
.chart-box .icon-resize-full {
font-size: 16px;
position: absolute;
right: 10px;
top: 10px;
z-index: 100;
color: #999;
-webkit-transition: all 0.12s linear;
-moz-transition: all 0.12s linear;
-o-transition: all 0.12s linear;
transition: all 0.12s linear;
}
.chart-box:hover .icon-resize-small,
.chart-box:hover .icon-resize-full {
right: 8px;
top: 8px;
font-size: 20px;
color: #444;
}
.chart-box.chart_fullscreen .icon-resize-full,
.chart-box .icon-resize-small {
display: none;
}
.chart-box.chart_fullscreen .icon-resize-small
{
display: inline-block;
z-index: 102;
}
.history-box
{
margin-top: 10px;
margin-bottom: 5px;
}
.history-box .table th, .history-box .table td
{
padding: 4px 52px;
border-top: 1px solid #D2D3DB;
color: #444;
}
.history-box .table th
{
border: 0;
color: #666;
}
.arrow-right
{
display: inline-block;
width: 12px;
height: 12px;
background: url("../img/arrow.png") no-repeat 0 2px;
margin-left: 10px;
margin-right: 10px;
}
.table .status
{
display: inline-block;
}
.table-striped tbody > tr > td, .table-striped tbody > tr > th
{
background: rgba(255,255,255,0.4);
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th
{
background: #FFF;
}
.control-tooltip
{
display: none;
position: absolute;
left: 0;
bottom: 28px;
z-index: 2000;
background: #2a2c32;
opacity: 0;
filter: alpha(opacity=0);
color: #FFF;
padding: 5px 10px;
width: auto;
min-width: 100%;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.control-tooltip .arrow
{
display: block;
width: 9px;
height: 5px;
background: url("../img/arrow_bottom.png") no-repeat;
position: absolute;
left: 102px;
bottom: -5px;
}
.tooltip-top-line
{
display: block;
padding-left: 18px;
position: relative;
}
.tooltip-top-line .status
{
position: absolute;
left: 1px;
top: 4px;
}
.tooltip-lower-line
{
display: block;
}
.tooltip-lower-line.time
{
padding-left: 18px;
background: url("../img/time_icon.png") no-repeat 0 3px;
}
.chart_fullscreen
{
position: absolute !important;
width: 100% !important;
height: 100% !important;
z-index: 101;
left: 0;
}
.modal-header h3
{
margin: 0;
height: 38px;
padding-left: 0;
text-align: center;
line-height: 38px;
font-weight: bold;
font-size: 14px;
color: #CCC;
}
.modal-header h3 .status
{
display: inline-block;
margin-right: 7px;
}
.modal-header.custom-modal-header
{
border-width: 0;
padding: 9px 0 0 0;
background: #32333b;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.close.custom-close
{
padding-right: 15px;
color: #CCC;
opacity: 0.4;
text-shadow: none;
}
.close.custom-close:hover
{
opacity: 0.8;
}
.modal-header .tabs-pane
{
margin-bottom: 0;
padding-left: 15px;
border-bottom: none;
}
.table-modal tbody > tr > td, .table-modal tbody > tr > th
{
background: #FFF;
}
.table-modal tbody > tr:nth-child(2n+1) > td, .table-modal tbody > tr:nth-child(2n+1) > th
{
background: #f9f9f9;
}
.table-modal td
{
border-top: 1px solid #D2D3DB;
padding-top: 4px;
padding-bottom: 4px;
}
.table-modal th
{
border: 0;
color: #666;
}
.table-modal input[type="checkbox"] {
padding: 0;
margin: 0;
vertical-align: middle;
}
img.ipix
{
display: block; width: 1px; height: 1px; position: absolute; bottom: 0; left: 0;
}
.modal-backdrop, .modal-backdrop.fade.in
{
background: #000;
opacity: 0.6;
}
.modal.hide.fade.modal-stretch, .modal.hide.fade.modal-stretch.in
{
width: 848px;
height: 80%;
margin-left: -424px;
min-height: 470px;
-webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
-moz-box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
}
.modal-body.custom-modal-body
{
padding-top: 15px;
height: 100%;
width: 100%;
background-color: #ffffff;
top: -6px;
border-top: 3px solid #5a5b63;
border-bottom: 3px solid #5a5b63;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* modal-body dynamically resizing via JS */
}
.modal-footer-custom {
height: 28px;
padding: 0;
background: #32333b;
border-top: none;
position: relative;
top: -12px;
z-index: -1;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus
{
color: #CCC;
background: #5a5b63 url("../img/infobar_bg.png") repeat-x;
border: 1px solid #5a5b63;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover
{
color: #CCC;
border-color: transparent;
background-color: rgba(90, 91, 99, 0.5);
}
.nav-tabs > li > a
{
color: #CCC;
padding-top: 8px;
padding-bottom: 7px;
}
.nav-tabs > li {
margin-bottom: 3px;
}
.chart-list.chart-list-modal
{
display: block;
margin: 0;
}
.chart-item.chart-item-modal
{
margin: 5px 0 5px 0;
}
.accumulators-charts
{
overflow: hidden;
margin-bottom: 15px;
position: relative;
left: 50%;
width: 802px;
margin-left: -401px;
}
.loading
{
position: absolute;
left: 50%;
top: 50%;
}
.spinner
{
display: inline-block;
width: 48px;
height: 48px;
margin-left: -24px;
margin-top: -24px;
background: url("../img/spinner.gif") no-repeat center center;
}
.response-message
{
position: absolute;
text-align: center;
top: 50%;
left: 50%;
width: 800px;
margin-left: -400px;
font-weight: bold;
color: #32333b;
} | html/css/common.css | html,
body
{
height: 100%;
padding: 0;
margin: 0;
}
body
{
background: #32333b;
font: 12px/16px "Helvetica Neue",Arial,Tahoma,sans-serif;
}
body.modal-open {
overflow: hidden;
}
a
{
color: #979aa8;
text-decoration: none;
}
a:hover
{
color: #FFF;
text-decoration: none;
}
.wrapper
{
overflow:hidden;
_zoom:1;
min-height: 100%;
padding-left: 170px;
}
.left-bar,
.content
{
padding-bottom:10000px;
margin-bottom:-10000px;
float: left;
}
.left-bar
{
width: 170px;
margin-left: -170px;
}
.content
{
background: #e6e7eb url("../img/bg.png");
width: 100%;
}
.header
{
background: #32333b;
max-height: 37px;
padding-bottom: 1px;
}
.applications-list
{
list-style: none;
margin: 0 0 0 30px;
padding: 0;
display: inline-block;
}
.applications-list li
{
display: inline-block;
float: left;
}
.applications-list li a
{
display: block;
height: 37px;
line-height: 37px;
padding-left: 20px;
padding-right: 35px;
position: relative;
}
.applications-list li a:hover
{
background: #3b3c44;
}
.infobar
{
background: #32333b;
}
.infoline
{
height: 44px;
background: #5a5b63 url("../img/infobar_bg.png") repeat-x;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.box-list .box
{
margin-bottom: 10px;
}
.content-title
{
height: 39px;
background: #CCC url("../img/title_bg2.png") repeat-x;
}
.box-list .box:first-child .content-title
{
background: #CCC url("../img/title_bg.png") repeat-x;
margin-top: -6px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
}
.logo
{
display: block;
width: 110px;
margin: 0 auto;
margin-top: 19px;
margin-bottom: 18px;
}
.logo > img {
max-width: 100%;
}
.version {
margin: 3px 0 0 0;
display: block;
color: #757782;
text-align: center;
font-size: 11px;
}
.block h3.block-title
{
font-size: 11px;
text-transform: uppercase;
color: #757782;
background: #3b3c44;
padding: 6px 15px;
margin: 0;
font-weight: bold;
line-height: 16px;
}
.block
{
margin-bottom: 25px;
margin-right: 1px;
}
.block ul
{
list-style: none;
margin: 1px 0;
padding: 0;
}
.block ul li
{
margin-bottom: 1px;
}
.block ul li a
{
display: block;
padding: 6px 15px;
position: relative;
line-height: 16px;
}
.block ul li a i {
margin-right: 7px;
}
.block ul li.all a:hover,
.block ul li.all.active a,
.block ul li.all a
{
padding: 6px 15px;
background-image: none;
}
.applications-list li.active.green a,
.block ul li.active.green a
{
background-color: #85bd0a;
color: #FFF;
}
.applications-list li.active.red a,
.block ul li.active.red a
{
background-color: #ff3656;
color: #FFF;
}
.applications-list li.active.none a,
.block ul li.active.none a
{
background-color: #555;
color: #FFF;
}
.applications-list li.active.yellow a,
.block ul li.active.yellow a
{
background-color: #ece243;
color: #FFF;
}
.applications-list li.active.orange a,
.block ul li.active.orange a
{
background-color: #ece243;
color: #FFF;
}
.applications-list li.active.purple a,
.block ul li.active.purple a
{
background-color: #e153b8;
color: #FFF;
}
.block ul.widgets-list li.active a
{
background-color: #5983ed;
color: #FFF;
}
.block ul.statistics-list li a
{
display: block;
padding: 6px 15px 6px 35px;
background: none;
}
.block ul.statistics-list li a:hover
{
background: #3b3c44;
}
.box ul.controls
{
list-style: none;
margin: 10px 20px 10px 25px;
padding: 0;
display: inline-block;
}
.box ul.controls li
{
float: left;
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
cursor: pointer;
position: relative;
}
.box ul.controls li span.control-title
{
display: block;
width: 162px;
border: 1px solid #d2d3db;
background: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px 15px 5px 27px;
position: relative;
color: #444;
line-height: 16px;
}
.box ul.controls li.ui-sortable-helper span.control-title
{
box-shadow: 0 1px 15px rgba(0,0,0,0.2);
cursor: move;
}
.box ul.controls li span.control-title .status
{
position: absolute;
left: 10px;
top: 8px;
}
.box ul.controls li.red span.control-title
{
border: 1px solid #FF3656;
color: #FF3656;
}
.box h3
{
position: relative;
margin: 0;
height: 38px;
padding-left: 15px;
line-height: 38px;
font-weight: bold;
text-shadow: 0 1px 0 #FFF;
font-size: 14px;
color: #666;
}
.box h3 i {
margin-right: 7px;
}
.box.green h3
{
color: #79b200;
}
.box.red h3
{
color: #FF3656;
}
.smiley {
text-align: center;
margin: 10px 0 30px;
}
.status
{
display: block;
width: 9px;
height: 9px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 1px 0 rgba(255,255,255,0.4);
}
.red.status,
.red .status,
.controls .red .status
{
background: #fc3e39;
border: 1px solid #cc231e;
}
.purple.status,
.purple .status,
.controls .purple .status
{
background: #ff53d6;
border: 1px solid #c4129a;
}
.green.status,
.green .status,
.controls .green .status
{
background: #94cc19;
border: 1px solid #77a50f;
}
.yellow.status,
.yellow .status,
.controls .yellow .status
{
background: #f4e300;
border: 1px solid #c19a00;
}
.orange.status,
.orange .status,
.controls .orange .status
{
background: #ff8400;
border: 1px solid #cf6d00;
}
.none.status,
.none .status,
.controls .none .status
{
background: #cccccc;
border: 1px solid #9b9b9d;
}
.block ul.category-list li a .status
{
position: absolute;
right: 15px;
top: 8px;
}
.block ul.statistics-list li a .status
{
position: absolute;
left: 17px;
top: 8px;
}
.applications-list li a .status
{
position: absolute;
right: 17px;
top: 13px;
}
.applications-list li a .status
{
position: absolute;
right: 17px;
top: 13px;
}
.box h3 .status
{
display: inline-block;
margin-right: 7px;
}
.configuration
{
color: #FFF;
font-size: 15px;
padding-left: 15px;
height: 38px;
line-height: 38px;
}
.next-refresh,
.last-refresh
{
display: inline-block;
height: 38px;
line-height: 38px;
padding-left: 15px;
color: #cccccc;
text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}
.next-refresh i,
.last-refresh i {
margin-right: 7px;
}
.next-refresh
{
margin-left: 10px;
}
.pull-left
{
float: left;
}
.pull-right
{
float: right;
margin-right: 25px;
}
.infobar .btn2
{
float: left;
}
.infobar .btn2
{
display: inline-block;
margin-top: 5px;
color: #FFF;
background: url("../img/button.png") no-repeat 100% -40px;
padding-right: 7px;
font-weight: bold;
}
.infobar .btn2 .inbtn
{
display: inline-block;
height: 29px;
line-height: 28px;
background: url("../img/button.png") no-repeat 0 0;
padding-left: 15px;
padding-right: 8px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.infobar .btn2 .inbtn i {
margin-right: 7px;
}
.infobar .btn2:hover
{
background: url("../img/button.png") no-repeat 100% -117px;
}
.infobar .btn2:hover .inbtn
{
background: url("../img/button.png") no-repeat 0 -77px;
}
.infoline .vline
{
float: left;
display: inline-block;
background: url("../img/vline.png") repeat-y;
height: 38px;
width: 2px;
margin-left: 20px;
margin-right: 20px;
}
.mute-title
{
display: inline-block;
height: 38px;
line-height: 38px;
padding-left: 38px;
color: #cccccc;
text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
float: left;
margin-right: 15px;
}
.chart-list
{
margin: 10px 0 10px 25px;
display: inline-block;
overflow: hidden;
}
.chart-item
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
border: 1px solid #D2D3DB;
display: inline-block;
float: left;
margin-bottom: 5px;
margin-right: 5px;
background: #FFF;
}
.chart-box {
cursor: pointer;
}
.chart-item .footitle {
display: block;
padding: 10px 25px;
background: #EEE;
width: 750px;
}
.one-line-text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.chart-box .icon-resize-small,
.chart-box .icon-resize-full {
font-size: 16px;
position: absolute;
right: 10px;
top: 10px;
z-index: 100;
color: #999;
-webkit-transition: all 0.12s linear;
-moz-transition: all 0.12s linear;
-o-transition: all 0.12s linear;
transition: all 0.12s linear;
}
.chart-box:hover .icon-resize-small,
.chart-box:hover .icon-resize-full {
right: 8px;
top: 8px;
font-size: 20px;
color: #444;
}
.chart-box.chart_fullscreen .icon-resize-full,
.chart-box .icon-resize-small {
display: none;
}
.chart-box.chart_fullscreen .icon-resize-small
{
display: inline-block;
z-index: 102;
}
.history-box
{
margin-top: 10px;
margin-bottom: 5px;
}
.history-box .table th, .history-box .table td
{
padding: 4px 52px;
border-top: 1px solid #D2D3DB;
color: #444;
}
.history-box .table th
{
border: 0;
color: #666;
}
.arrow-right
{
display: inline-block;
width: 12px;
height: 12px;
background: url("../img/arrow.png") no-repeat 0 2px;
margin-left: 10px;
margin-right: 10px;
}
.table .status
{
display: inline-block;
}
.table-striped tbody > tr > td, .table-striped tbody > tr > th
{
background: rgba(255,255,255,0.4);
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th
{
background: #FFF;
}
.control-tooltip
{
display: none;
position: absolute;
left: 0;
bottom: 28px;
z-index: 2000;
background: #2a2c32;
opacity: 0;
filter: alpha(opacity=0);
color: #FFF;
padding: 5px 10px;
width: auto;
min-width: 100%;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.control-tooltip .arrow
{
display: block;
width: 9px;
height: 5px;
background: url("../img/arrow_bottom.png") no-repeat;
position: absolute;
left: 102px;
bottom: -5px;
}
.tooltip-top-line
{
display: block;
padding-left: 18px;
position: relative;
}
.tooltip-top-line .status
{
position: absolute;
left: 1px;
top: 4px;
}
.tooltip-lower-line
{
display: block;
}
.tooltip-lower-line.time
{
padding-left: 18px;
background: url("../img/time_icon.png") no-repeat 0 3px;
}
.chart_fullscreen
{
position: absolute !important;
width: 100% !important;
height: 100% !important;
z-index: 101;
left: 0;
}
.modal-header h3
{
margin: 0;
height: 38px;
padding-left: 0;
text-align: center;
line-height: 38px;
font-weight: bold;
font-size: 14px;
color: #CCC;
}
.modal-header h3 .status
{
display: inline-block;
margin-right: 7px;
}
.modal-header.custom-modal-header
{
border-width: 0;
padding: 9px 0 0 0;
background: #32333b;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.close.custom-close
{
padding-right: 15px;
color: #CCC;
opacity: 0.4;
text-shadow: none;
}
.close.custom-close:hover
{
opacity: 0.8;
}
.modal-header .tabs-pane
{
margin-bottom: 0;
padding-left: 15px;
border-bottom: none;
}
.table-modal tbody > tr > td, .table-modal tbody > tr > th
{
background: #FFF;
}
.table-modal tbody > tr:nth-child(2n+1) > td, .table-modal tbody > tr:nth-child(2n+1) > th
{
background: #f9f9f9;
}
.table-modal td
{
border-top: 1px solid #D2D3DB;
padding-top: 4px;
padding-bottom: 4px;
}
.table-modal th
{
border: 0;
color: #666;
}
.table-modal input[type="checkbox"] {
padding: 0;
margin: 0;
vertical-align: middle;
}
img.ipix
{
display: block; width: 1px; height: 1px; position: absolute; bottom: 0; left: 0;
}
.modal-backdrop, .modal-backdrop.fade.in
{
background: #000;
opacity: 0.6;
}
.modal.hide.fade.modal-stretch, .modal.hide.fade.modal-stretch.in
{
width: 848px;
height: 80%;
margin-left: -424px;
min-height: 470px;
-webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
-moz-box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
}
.modal-body.custom-modal-body
{
padding-top: 15px;
height: 100%;
width: 100%;
background-color: #ffffff;
top: -6px;
border-top: 3px solid #5a5b63;
border-bottom: 3px solid #5a5b63;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* modal-body dynamically resizing via JS */
}
.modal-footer-custom {
height: 28px;
padding: 0;
background: #32333b;
border-top: none;
position: relative;
top: -12px;
z-index: -1;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus
{
color: #CCC;
background: #5a5b63 url("../img/infobar_bg.png") repeat-x;
border: 1px solid #5a5b63;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover
{
color: #CCC;
border-color: transparent;
background-color: rgba(90, 91, 99, 0.5);
}
.nav-tabs > li > a
{
color: #CCC;
padding-top: 8px;
padding-bottom: 7px;
}
.nav-tabs > li {
margin-bottom: 3px;
}
.chart-list.chart-list-modal
{
display: block;
margin: 0;
}
.chart-item.chart-item-modal
{
margin: 5px 0 5px 0;
}
.accumulators-charts
{
overflow: hidden;
margin-bottom: 15px;
position: relative;
left: 50%;
width: 802px;
margin-left: -401px;
}
.loading
{
position: absolute;
left: 50%;
top: 50%;
}
.spinner
{
display: inline-block;
width: 48px;
height: 48px;
margin-left: -24px;
margin-top: -24px;
background: url("../img/spinner.gif") no-repeat center center;
}
.response-message
{
position: absolute;
text-align: center;
top: 50%;
left: 50%;
width: 800px;
margin-left: -400px;
font-weight: bold;
color: #32333b;
} | 0.438304 | 0.08043 |
:root {
--background: #151515;
--background-medium: #181818;
--background-low: #1C1C1C;
--foreground: #E8E3E3;
--accent: #8DA3B9;
--background-lower: #222;
--grey: #636363;
--red: #B66467;
}
@font-face {
font-family: 'feather';
src: url(../static/feather.ttf);
font-style: normal;
font-display: block;
}
*:not(img) {
border-radius: 4px;
font-family: 'JetBrains Mono', monospace;
font-weight: 600;
font-size: 14px;
color: var(--foreground);
outline: none;
}
.drop-container {
display: none;
position: absolute;
left: 50%;
top: 61.5%;
font-size: 14px;
background-color: var(--background-medium);
border-color: var(--background-lower);
border-width: 2px;
border-style: solid;
min-width: 120px;
z-index: 100;
padding: 0;
}
.drop-container > div {
height: 32px;
line-height: 32px;
padding: 0 12px;
text-decoration: none;
z-index: 100;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: block;
text-align: start;
}
.drop-container.image > div {
padding-left: 40px;
}
.drop-container > div:hover {
background-color: var(--background-low);
}
body {
overflow: hidden;
-khtml-user-select: text;
user-select: text;
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
}
body::before {
content: "";
display: block;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -10;
background-image: url(../static/wp.png);
background-size: cover;
}
*::selection {
background-color: var(--accent);
color: var(--background);
}
#toast-container > div, #login-box, .ghost {
background-color: var(--background);
}
button, input {
background-color: var(--background-medium);
color: var(--foreground);
}
button {
border: solid 2px var(--accent);
height: 32px;
min-width: 32px;
cursor: pointer;
}
#login-btn:hover:not(:disabled) {
background-color: var(--accent);
color: var(--background);
}
button:hover {
color: var(--accent);
}
input {
padding: 0 8px;
margin-right: 4px;
height: 28px;
border: solid 2px var(--background-low);
width: 240px;
}
input:focus {
border-color: var(--accent);
}
#name {
font-size: x-large;
display: inline-block;
}
.bottom * {
font-size: x-small;
font-weight: bolder;
}
.bottom {
position: absolute;
display: flex;
align-items: flex-end;
bottom: 0;
width: 96%;
justify-content: space-between;
}
.bottom > span { display: inline-flex; }
.bottom :first-child{
margin-left: -6px;
margin-bottom: 1px;
}
.icon {
font-family: 'feather';
}
#avatar {
border-radius: 50%;
pointer-events: none;
width: 128px;
height: 128px;
}
.sm-avatar {
pointer-events: none;
max-width: 32px;
max-height: 32px;
position: absolute;
left: 0;
}
.show {display:block;}
.ghost {
border: none;
}
.xl-font {
font-size: large;
}
#content {
text-align: center;
margin: 10%;
}
#toast-container {
right: 4px;
z-index: 1000;
position: absolute;
cursor: pointer;
display: flex;
flex-direction: column;
align-items: flex-end;
}
#toast-container > :not(:last-child) {
margin-bottom: 4px;
}
#login-btn:disabled {
border-color: var(--background-low);
color: var(--grey)
}
#toast-container > div {
font-size: smaller;
width: fit-content;
padding: 16px 32px;
border: solid 2px var(--background-lower);
}
.iflex {
display: inline-flex;
}
#toast-container > div.err {
border-color: var(--red);
}
#powermenu {
left: 8px;
}
#powermenu p {
line-height: 24px;
}
#session-list {
left: 40%;
}
.bottom-drop {
position: absolute;
width: fit-content;
height: fit-content;
top: unset;
bottom: 32px;
}
#login-box {
padding: 16px;
height: 400px;
position: fixed;
margin:auto;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
width: 600px;
border: solid 2px var(--background-lower);
} | css/evo.css | :root {
--background: #151515;
--background-medium: #181818;
--background-low: #1C1C1C;
--foreground: #E8E3E3;
--accent: #8DA3B9;
--background-lower: #222;
--grey: #636363;
--red: #B66467;
}
@font-face {
font-family: 'feather';
src: url(../static/feather.ttf);
font-style: normal;
font-display: block;
}
*:not(img) {
border-radius: 4px;
font-family: 'JetBrains Mono', monospace;
font-weight: 600;
font-size: 14px;
color: var(--foreground);
outline: none;
}
.drop-container {
display: none;
position: absolute;
left: 50%;
top: 61.5%;
font-size: 14px;
background-color: var(--background-medium);
border-color: var(--background-lower);
border-width: 2px;
border-style: solid;
min-width: 120px;
z-index: 100;
padding: 0;
}
.drop-container > div {
height: 32px;
line-height: 32px;
padding: 0 12px;
text-decoration: none;
z-index: 100;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: block;
text-align: start;
}
.drop-container.image > div {
padding-left: 40px;
}
.drop-container > div:hover {
background-color: var(--background-low);
}
body {
overflow: hidden;
-khtml-user-select: text;
user-select: text;
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
}
body::before {
content: "";
display: block;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -10;
background-image: url(../static/wp.png);
background-size: cover;
}
*::selection {
background-color: var(--accent);
color: var(--background);
}
#toast-container > div, #login-box, .ghost {
background-color: var(--background);
}
button, input {
background-color: var(--background-medium);
color: var(--foreground);
}
button {
border: solid 2px var(--accent);
height: 32px;
min-width: 32px;
cursor: pointer;
}
#login-btn:hover:not(:disabled) {
background-color: var(--accent);
color: var(--background);
}
button:hover {
color: var(--accent);
}
input {
padding: 0 8px;
margin-right: 4px;
height: 28px;
border: solid 2px var(--background-low);
width: 240px;
}
input:focus {
border-color: var(--accent);
}
#name {
font-size: x-large;
display: inline-block;
}
.bottom * {
font-size: x-small;
font-weight: bolder;
}
.bottom {
position: absolute;
display: flex;
align-items: flex-end;
bottom: 0;
width: 96%;
justify-content: space-between;
}
.bottom > span { display: inline-flex; }
.bottom :first-child{
margin-left: -6px;
margin-bottom: 1px;
}
.icon {
font-family: 'feather';
}
#avatar {
border-radius: 50%;
pointer-events: none;
width: 128px;
height: 128px;
}
.sm-avatar {
pointer-events: none;
max-width: 32px;
max-height: 32px;
position: absolute;
left: 0;
}
.show {display:block;}
.ghost {
border: none;
}
.xl-font {
font-size: large;
}
#content {
text-align: center;
margin: 10%;
}
#toast-container {
right: 4px;
z-index: 1000;
position: absolute;
cursor: pointer;
display: flex;
flex-direction: column;
align-items: flex-end;
}
#toast-container > :not(:last-child) {
margin-bottom: 4px;
}
#login-btn:disabled {
border-color: var(--background-low);
color: var(--grey)
}
#toast-container > div {
font-size: smaller;
width: fit-content;
padding: 16px 32px;
border: solid 2px var(--background-lower);
}
.iflex {
display: inline-flex;
}
#toast-container > div.err {
border-color: var(--red);
}
#powermenu {
left: 8px;
}
#powermenu p {
line-height: 24px;
}
#session-list {
left: 40%;
}
.bottom-drop {
position: absolute;
width: fit-content;
height: fit-content;
top: unset;
bottom: 32px;
}
#login-box {
padding: 16px;
height: 400px;
position: fixed;
margin:auto;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
width: 600px;
border: solid 2px var(--background-lower);
} | 0.449634 | 0.13733 |
html,
body,
main {
overflow-x: hidden;
}
.container-fluid {
max-width: 1310px;
overflow-x: hidden;
}
.subscribe-btn {
width: 200px;
}
.top-nav1 {
z-index: 6;
}
.bottom-nav-sticky {
width: 100%;
max-width: 1310px;
top: 0;
z-index: 5;
}
.special {
z-index: 10;
width: 1410px;
}
svg {
fill: white;
}
.category a {
bottom: 0;
z-index: 1;
}
footer {
font-size: 12px;
}
.culture-item img {
width: 100%;
height: auto;
}
.title {
font-size: 18px;
}
.image-float img {
float: left;
width: 95px;
}
.image-float-m img {
float: left;
width: 95px;
height: 100px;
}
.deco::after {
content: "";
display: block;
background-color: #d9d9d9;
height: 2px;
position: absolute;
left: 0;
right: 0;
top: 50%;
top: calc(50% - 2px);
}
.deco::before {
content: "";
display: block;
background-color: #d9d9d9;
height: 2px;
position: absolute;
left: 0;
right: 0;
top: calc(50% - 2px);
}
.c-vs {
z-index: 1;
}
.debate-item .image img,
.opinion .image img {
width: 63px;
}
.n-icon {
width: 30px;
height: 30px;
}
.small-font {
font-size: 18px;
font-family: "Roboto Condensed", sans-serif;
}
/* IN THE MAGAZINE */
.mapping-tablet {
width: 100%;
height: auto;
}
.bigger {
width: 600px;
}
.bottom-part h5,
.top-part h5,
.magazine-category {
font-size: 1.3rem;
}
/* Editors Pick */
.header-editor {
font-size: 1.5rem;
}
.header-editor .icon-n {
width: 29px;
height: 28px;
background:
url(https://g.newsweek.com/www/images/logo-n1.svg) center/contain
no-repeat #f72210;
}
.editor-img {
width: 100%;
}
.feature1-image {
width: 100%;
height: 300px;
}
.feature .feature2-image {
width: 100px;
height: 100px;
}
.col-1 {
min-width: 100%;
}
.upper-image {
top: 15px;
left: 80px;
}
.info h3,
p {
line-height: 28px;
}
.img-half {
min-width: 48%;
background-image: url(https://web.archive.org/web/20210120125445if_/https://d.newsweek.com/en/full/1541302/starting5-homepage.png?w=397&h=265&q=90&f=742bce9a6f72dd8f19ba2e7fd5db06e5);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.block-title {
font-size: 1.4rem;
}
.heading {
font-size: 1.1rem;
}
@media (min-width: 991.99px) {
.f2 p,
.f2 form {
max-width: 150px;
}
.f2 form input {
max-width: 100px;
}
}
@media (max-width: 767.99px) {
.f1,
.flex-sm {
flex-direction: column;
text-align: center;
}
.info h3 {
/* position: absolute; */
top: 200px;
left: 30px;
}
.img-half {
height: 170px;
}
.feature2-image {
width: 258px;
height: 258px;
}
}
@media (max-width: 480.99px) {
.feature2-image {
width: 110px;
height: 110px;
}
} | styles/style.css | html,
body,
main {
overflow-x: hidden;
}
.container-fluid {
max-width: 1310px;
overflow-x: hidden;
}
.subscribe-btn {
width: 200px;
}
.top-nav1 {
z-index: 6;
}
.bottom-nav-sticky {
width: 100%;
max-width: 1310px;
top: 0;
z-index: 5;
}
.special {
z-index: 10;
width: 1410px;
}
svg {
fill: white;
}
.category a {
bottom: 0;
z-index: 1;
}
footer {
font-size: 12px;
}
.culture-item img {
width: 100%;
height: auto;
}
.title {
font-size: 18px;
}
.image-float img {
float: left;
width: 95px;
}
.image-float-m img {
float: left;
width: 95px;
height: 100px;
}
.deco::after {
content: "";
display: block;
background-color: #d9d9d9;
height: 2px;
position: absolute;
left: 0;
right: 0;
top: 50%;
top: calc(50% - 2px);
}
.deco::before {
content: "";
display: block;
background-color: #d9d9d9;
height: 2px;
position: absolute;
left: 0;
right: 0;
top: calc(50% - 2px);
}
.c-vs {
z-index: 1;
}
.debate-item .image img,
.opinion .image img {
width: 63px;
}
.n-icon {
width: 30px;
height: 30px;
}
.small-font {
font-size: 18px;
font-family: "Roboto Condensed", sans-serif;
}
/* IN THE MAGAZINE */
.mapping-tablet {
width: 100%;
height: auto;
}
.bigger {
width: 600px;
}
.bottom-part h5,
.top-part h5,
.magazine-category {
font-size: 1.3rem;
}
/* Editors Pick */
.header-editor {
font-size: 1.5rem;
}
.header-editor .icon-n {
width: 29px;
height: 28px;
background:
url(https://g.newsweek.com/www/images/logo-n1.svg) center/contain
no-repeat #f72210;
}
.editor-img {
width: 100%;
}
.feature1-image {
width: 100%;
height: 300px;
}
.feature .feature2-image {
width: 100px;
height: 100px;
}
.col-1 {
min-width: 100%;
}
.upper-image {
top: 15px;
left: 80px;
}
.info h3,
p {
line-height: 28px;
}
.img-half {
min-width: 48%;
background-image: url(https://web.archive.org/web/20210120125445if_/https://d.newsweek.com/en/full/1541302/starting5-homepage.png?w=397&h=265&q=90&f=742bce9a6f72dd8f19ba2e7fd5db06e5);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.block-title {
font-size: 1.4rem;
}
.heading {
font-size: 1.1rem;
}
@media (min-width: 991.99px) {
.f2 p,
.f2 form {
max-width: 150px;
}
.f2 form input {
max-width: 100px;
}
}
@media (max-width: 767.99px) {
.f1,
.flex-sm {
flex-direction: column;
text-align: center;
}
.info h3 {
/* position: absolute; */
top: 200px;
left: 30px;
}
.img-half {
height: 170px;
}
.feature2-image {
width: 258px;
height: 258px;
}
}
@media (max-width: 480.99px) {
.feature2-image {
width: 110px;
height: 110px;
}
} | 0.649356 | 0.125574 |
.City {
position: relative;
display: flex;
flex-direction: column;
align-content: center;
align-items: flex-start;
flex-wrap: wrap; }
.City ul {
list-style-type: none;
text-decoration: none; }
.City .current {
display: flex;
flex-direction: column;
height: 66vh;
width: 100%;
padding: 10vh;
text-align: center;
background: linear-gradient(to bottom, #994373 0%, #FD7084 100%); }
.City .current h1 {
color: white; }
.City .current .current-city {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-content: center;
align-items: center;
min-width: 50%;
margin-bottom: 10%; }
.City .current .current-city .current-city-name {
height: 100%;
width: 100%; }
.City .current .current-city h1, .City .current .current-city h3 {
color: white; }
.City .current .current-city h3 {
display: inline;
margin: 0 3%;
font-size: 2em; }
.City .current .current-city .svg-inline--fa {
cursor: pointer;
display: inline;
color: white;
font-size: 2rem; }
.City .current .current-tmp-main {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-content: center;
align-items: center;
height: 100%;
color: white;
margin-bottom: 10%; }
.City .current .current-tmp-main .current-fahrenheit {
height: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-content: center;
align-items: center; }
.City .current h1 {
font-size: 4em; }
.City .current h1, .City .current h3 {
margin: 3%; }
.City .current .current-info {
display: flex;
flex-direction: column;
margin-top: 10%;
justify-content: flex-end;
align-content: center;
align-items: center; }
.City .current .current-info .current-date {
display: flex;
align-items: center;
align-content: flex-start;
justify-content: center;
height: 100%;
width: 50%;
text-align: left;
color: white;
font-size: 2rem; }
.City .current .current-info .status {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
gap: 0.5cm;
margin-top: 10%;
height: 100%;
width: 100%; }
.City .current .current-info .status h3 {
margin: 0;
color: white; }
.City .daily {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
margin: 0 auto;
font-size: 14px;
width: 100%; }
.City .daily .days {
display: flex;
flex-direction: row;
justify-content: center;
align-content: center;
align-items: center;
flex-wrap: wrap;
width: 100%;
padding: 0 10% 0 10%;
margin: 10% 0 10% 0; }
.City .daily .days h1 {
font-size: 2em;
text-transform: uppercase;
color: #2b2827;
margin-bottom: 10%; }
.City .daily .days .day {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-content: center;
align-items: center;
width: 100%;
margin-bottom: 3%;
border-bottom: 2px dashed #757272; }
.City .daily .days .day > div {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
width: 50%; }
.City .daily .days .day .day-date {
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start; }
.City .daily .days .day .day-tmp {
justify-content: flex-end;
align-content: flex-end;
align-items: flex-end;
margin-bottom: 3%; }
@media (min-width: 640px) and (orientation: landscape), (min-width: 740px) and (orientation: landscape), (min-width: 812px) and (orientation: landscape) {
.City .current {
height: 100vh; }
.City .current .current-city {
margin-bottom: 3%; }
.City .current .current-tmp-main {
margin-bottom: 3%; }
.City .current .current-tmp-main .current-fahrenheit {
height: auto; }
.City .current .current-info {
margin-top: 3%; }
.City .current .current-info .status {
margin-top: 3%; } }
@media (min-width: 768px) and (orientation: portrait), (min-width: 834px) and (orientation: portrait), (min-width: 1024px) and (orientation: portrait) {
.City .current .current-tmp-main {
margin-bottom: 5%; }
.City .current .current-tmp-main h1 {
font-size: 12em; }
.City .current .current-info {
margin-top: 0; } }
@media (min-width: 1024px) and (orientation: landscape), (min-width: 1112px) and (orientation: landscape), (min-width: 1366px) and (orientation: landscape) {
.City .current {
height: 100vh; }
.City .current .current-city {
margin-bottom: 5%;
padding: 0 30% 0 30%; }
.City .current .current-tmp-main {
margin-bottom: 0; }
.City .current .current-tmp-main h1 {
font-size: 12em; }
.City .current .current-tmp-main .current-fahrenheit {
height: auto; }
.City .current .current-info {
margin-top: 0; }
.City .current .current-info .status {
margin-top: 5%; } }
@media (min-width: 1367px) and (max-width: 1920px) {
.City .current {
height: 100vh; }
.City .current .current-city {
margin-bottom: 5%;
padding: 0 30% 0 30%; }
.City .current .current-city .current-city-name h3 {
font-size: 4em; }
.City .current .current-city .current-tmp-main {
margin-bottom: 5%; }
.City .current .current-city .current-tmp-main h1 {
font-size: 12em; }
.City .current .current-city .current-tmp-main .current-fahrenheit {
height: auto; }
.City .current .current-city .current-info {
margin: 5%; }
.City .current .current-city .current-info .status {
margin-top: 5%; }
.City .daily {
flex-direction: row;
flex-wrap: nowrap; }
.City .daily .days {
position: absolute;
left: 5%;
bottom: 10%;
width: 20%;
margin: 0;
padding: 0; }
.City .daily .days h1 {
color: white; }
.City .daily .days .day {
border-bottom: 2px dashed white; }
.City .daily .days .day .day-tmp ul li {
color: white; }
.City .daily .days .day .day-tmp ul li .muted {
color: white; }
.City .daily .days .day .day-date {
color: white; } }
/*# sourceMappingURL=city.css.map */ | src/styles/city.css | .City {
position: relative;
display: flex;
flex-direction: column;
align-content: center;
align-items: flex-start;
flex-wrap: wrap; }
.City ul {
list-style-type: none;
text-decoration: none; }
.City .current {
display: flex;
flex-direction: column;
height: 66vh;
width: 100%;
padding: 10vh;
text-align: center;
background: linear-gradient(to bottom, #994373 0%, #FD7084 100%); }
.City .current h1 {
color: white; }
.City .current .current-city {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-content: center;
align-items: center;
min-width: 50%;
margin-bottom: 10%; }
.City .current .current-city .current-city-name {
height: 100%;
width: 100%; }
.City .current .current-city h1, .City .current .current-city h3 {
color: white; }
.City .current .current-city h3 {
display: inline;
margin: 0 3%;
font-size: 2em; }
.City .current .current-city .svg-inline--fa {
cursor: pointer;
display: inline;
color: white;
font-size: 2rem; }
.City .current .current-tmp-main {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-content: center;
align-items: center;
height: 100%;
color: white;
margin-bottom: 10%; }
.City .current .current-tmp-main .current-fahrenheit {
height: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-content: center;
align-items: center; }
.City .current h1 {
font-size: 4em; }
.City .current h1, .City .current h3 {
margin: 3%; }
.City .current .current-info {
display: flex;
flex-direction: column;
margin-top: 10%;
justify-content: flex-end;
align-content: center;
align-items: center; }
.City .current .current-info .current-date {
display: flex;
align-items: center;
align-content: flex-start;
justify-content: center;
height: 100%;
width: 50%;
text-align: left;
color: white;
font-size: 2rem; }
.City .current .current-info .status {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
gap: 0.5cm;
margin-top: 10%;
height: 100%;
width: 100%; }
.City .current .current-info .status h3 {
margin: 0;
color: white; }
.City .daily {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
margin: 0 auto;
font-size: 14px;
width: 100%; }
.City .daily .days {
display: flex;
flex-direction: row;
justify-content: center;
align-content: center;
align-items: center;
flex-wrap: wrap;
width: 100%;
padding: 0 10% 0 10%;
margin: 10% 0 10% 0; }
.City .daily .days h1 {
font-size: 2em;
text-transform: uppercase;
color: #2b2827;
margin-bottom: 10%; }
.City .daily .days .day {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-content: center;
align-items: center;
width: 100%;
margin-bottom: 3%;
border-bottom: 2px dashed #757272; }
.City .daily .days .day > div {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
width: 50%; }
.City .daily .days .day .day-date {
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start; }
.City .daily .days .day .day-tmp {
justify-content: flex-end;
align-content: flex-end;
align-items: flex-end;
margin-bottom: 3%; }
@media (min-width: 640px) and (orientation: landscape), (min-width: 740px) and (orientation: landscape), (min-width: 812px) and (orientation: landscape) {
.City .current {
height: 100vh; }
.City .current .current-city {
margin-bottom: 3%; }
.City .current .current-tmp-main {
margin-bottom: 3%; }
.City .current .current-tmp-main .current-fahrenheit {
height: auto; }
.City .current .current-info {
margin-top: 3%; }
.City .current .current-info .status {
margin-top: 3%; } }
@media (min-width: 768px) and (orientation: portrait), (min-width: 834px) and (orientation: portrait), (min-width: 1024px) and (orientation: portrait) {
.City .current .current-tmp-main {
margin-bottom: 5%; }
.City .current .current-tmp-main h1 {
font-size: 12em; }
.City .current .current-info {
margin-top: 0; } }
@media (min-width: 1024px) and (orientation: landscape), (min-width: 1112px) and (orientation: landscape), (min-width: 1366px) and (orientation: landscape) {
.City .current {
height: 100vh; }
.City .current .current-city {
margin-bottom: 5%;
padding: 0 30% 0 30%; }
.City .current .current-tmp-main {
margin-bottom: 0; }
.City .current .current-tmp-main h1 {
font-size: 12em; }
.City .current .current-tmp-main .current-fahrenheit {
height: auto; }
.City .current .current-info {
margin-top: 0; }
.City .current .current-info .status {
margin-top: 5%; } }
@media (min-width: 1367px) and (max-width: 1920px) {
.City .current {
height: 100vh; }
.City .current .current-city {
margin-bottom: 5%;
padding: 0 30% 0 30%; }
.City .current .current-city .current-city-name h3 {
font-size: 4em; }
.City .current .current-city .current-tmp-main {
margin-bottom: 5%; }
.City .current .current-city .current-tmp-main h1 {
font-size: 12em; }
.City .current .current-city .current-tmp-main .current-fahrenheit {
height: auto; }
.City .current .current-city .current-info {
margin: 5%; }
.City .current .current-city .current-info .status {
margin-top: 5%; }
.City .daily {
flex-direction: row;
flex-wrap: nowrap; }
.City .daily .days {
position: absolute;
left: 5%;
bottom: 10%;
width: 20%;
margin: 0;
padding: 0; }
.City .daily .days h1 {
color: white; }
.City .daily .days .day {
border-bottom: 2px dashed white; }
.City .daily .days .day .day-tmp ul li {
color: white; }
.City .daily .days .day .day-tmp ul li .muted {
color: white; }
.City .daily .days .day .day-date {
color: white; } }
/*# sourceMappingURL=city.css.map */ | 0.441673 | 0.053999 |
height: 32px;
line-height: 32px;
background: url(../images/tb1.jpg) repeat-x;
border-left: 1px solid #E2E2E2;
border-right: 1px solid #E2E2E2;
color: #4B4B4B;
padding-left: 5px;
font-size: 14px;
position:relative;
}
#rightTitls {
float: right;
right:0;
position:absolute;
text-align: right;
width: 100px;
}
#rightTitls li {
cursor: pointer;
float: left;
list-style-type: none;
text-align: center;
width: 25px;
}
#rightTitls li a {
color: #333;
display: block;
overflow: hidden;
position: relative;
z-index: 10;
width:25px;
height:38px;
line-height:30px
}
#rightTitls li.current a{
background:url(../images/flagbg.gif) no-repeat 0 0;
height:38px;
color:#fff;
font-weight:bolder;
}
#labox{
border: 1px solid #E2E2E2;
background: white;
padding: 5px;
overflow: hidden;
width:530px;
}
#conbox .biao {
clear: both;
height: 84px;
}
.biao .biao-l {
float: left;
width: 80px;
margin-right: 15px;
}
.biao-r {
float: right;
width: 430px;
}
.biao .t {
color: #1076D5;
line-height: 27px;
font-size: 12px;
font-weight: bold;
}
#conbox .t a {
display: block;
padding-top: 3px;
}
.biao .info {
width: 135px;
float: left;
padding: 2px 0 5px 0;
color: #6F787F;
}
#latest .biao .info-2 {
width: 100px!important;
float: left;
padding: 0 0 5px 0;
color: #6F787F;
line-height: 26px;
}
#latest .biao .info-3 {
float: left;
padding: 0 0 8px 0;
color: #6F787F;
line-height: 26px;
}
.interval {
border-bottom: 1px dotted #E5E5E5;
margin: 5px 0;
font-size: 12px;
}
.bzbox {
background-color:#fff;
border: 1px solid #e3e3e3;
margin: 10px 0;
padding: 10px;
}
.bzinfob {
width: 310px;
float: left;
display: inline;
text-align: center;
}
.bzinfob h3 {
margin-left: 15px;
}
.bzinfob img {
display: block;
float: left;
}
.ulimgbox {
padding-left: 75px;
text-align: left;
}
.bzinfob ul {
float: left;
margin-top: 20px;
}
.bzinfob ul li {
list-style: circle;
margin-left: 10px;
width: 120px;
line-height: 24px;
}
.left_body {
border-left:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5
}
#anquan dt {
background-color: #00bef0;
color: #fff;
clear: both;
display: block;
font-size: 14px;
font-weight: bold;
padding-left: 20px;
height: 50px;
line-height: 50px;
overflow: hidden;
}
#anquan dt span {
background: url("../images/item.gif") no-repeat scroll 5% 50% transparent;
padding-left: 20px;
}
#anquan dt.cur {
cursor: pointer;
border-top: 1px solid #EEE;
}
#anquan dd {
cursor: pointer;
}
#anquan dd.cur {
color: blue;
}
#anquan dd span{ background-color: #f2f2f2;
color: #333;
display: block;
font-size: 14px;
height: 45px;
line-height: 45px;
padding-left: 30px;
margin: 5px; }
#anquan dd.cur span{background-color: #7fd4f3;
color: #fff;}
.bztitle {
background: url("../images/t_1.gif") no-repeat 0 100%;
color: #398DC9;
font-family: "宋体";
font-size: 16px;
font-weight: bold;
padding-bottom: 10px;
margin: 20px 0;
}
.artinfo{
width:876px;
border:1px solid #e3e3e3;
border-radius:5px;
}
.gozhuche {
font-size: 18px;
font-weight: bold;
width: 300px;
float: left;
}
.gozhuche span {
color: red;
}
.zhuchea {
background: url("../images/new-app-index.png") no-repeat scroll center top transparent;
color: white;
display: inline-block;
font-size: 16px;
font-weight: bold;
height: 36px;
line-height: 36px;
text-align: center;
width: 120px;
float: left;
}
.anquanbz_box p {
line-height: 2em;
color: #5B5B5B;
}
.anquanbz_box .lca_coninfo {
border: 1px solid #EEE;
padding: 10px;
margin-top: 20px;
}
#anquan_step {
border: 1px solid #DDD;
padding: 15px;
margin-top: 5px;
}
#anquan_step li {
width: 345px;
float: left;
display: inline;
line-height: 30px;
}
.anquanbz_box h3 {
margin: 20px 0 0px 0;
color: #5B5B5B;
border-bottom: 0 none!important;
} | tpl/simplebootx/Public/css/guarantee.css | height: 32px;
line-height: 32px;
background: url(../images/tb1.jpg) repeat-x;
border-left: 1px solid #E2E2E2;
border-right: 1px solid #E2E2E2;
color: #4B4B4B;
padding-left: 5px;
font-size: 14px;
position:relative;
}
#rightTitls {
float: right;
right:0;
position:absolute;
text-align: right;
width: 100px;
}
#rightTitls li {
cursor: pointer;
float: left;
list-style-type: none;
text-align: center;
width: 25px;
}
#rightTitls li a {
color: #333;
display: block;
overflow: hidden;
position: relative;
z-index: 10;
width:25px;
height:38px;
line-height:30px
}
#rightTitls li.current a{
background:url(../images/flagbg.gif) no-repeat 0 0;
height:38px;
color:#fff;
font-weight:bolder;
}
#labox{
border: 1px solid #E2E2E2;
background: white;
padding: 5px;
overflow: hidden;
width:530px;
}
#conbox .biao {
clear: both;
height: 84px;
}
.biao .biao-l {
float: left;
width: 80px;
margin-right: 15px;
}
.biao-r {
float: right;
width: 430px;
}
.biao .t {
color: #1076D5;
line-height: 27px;
font-size: 12px;
font-weight: bold;
}
#conbox .t a {
display: block;
padding-top: 3px;
}
.biao .info {
width: 135px;
float: left;
padding: 2px 0 5px 0;
color: #6F787F;
}
#latest .biao .info-2 {
width: 100px!important;
float: left;
padding: 0 0 5px 0;
color: #6F787F;
line-height: 26px;
}
#latest .biao .info-3 {
float: left;
padding: 0 0 8px 0;
color: #6F787F;
line-height: 26px;
}
.interval {
border-bottom: 1px dotted #E5E5E5;
margin: 5px 0;
font-size: 12px;
}
.bzbox {
background-color:#fff;
border: 1px solid #e3e3e3;
margin: 10px 0;
padding: 10px;
}
.bzinfob {
width: 310px;
float: left;
display: inline;
text-align: center;
}
.bzinfob h3 {
margin-left: 15px;
}
.bzinfob img {
display: block;
float: left;
}
.ulimgbox {
padding-left: 75px;
text-align: left;
}
.bzinfob ul {
float: left;
margin-top: 20px;
}
.bzinfob ul li {
list-style: circle;
margin-left: 10px;
width: 120px;
line-height: 24px;
}
.left_body {
border-left:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5
}
#anquan dt {
background-color: #00bef0;
color: #fff;
clear: both;
display: block;
font-size: 14px;
font-weight: bold;
padding-left: 20px;
height: 50px;
line-height: 50px;
overflow: hidden;
}
#anquan dt span {
background: url("../images/item.gif") no-repeat scroll 5% 50% transparent;
padding-left: 20px;
}
#anquan dt.cur {
cursor: pointer;
border-top: 1px solid #EEE;
}
#anquan dd {
cursor: pointer;
}
#anquan dd.cur {
color: blue;
}
#anquan dd span{ background-color: #f2f2f2;
color: #333;
display: block;
font-size: 14px;
height: 45px;
line-height: 45px;
padding-left: 30px;
margin: 5px; }
#anquan dd.cur span{background-color: #7fd4f3;
color: #fff;}
.bztitle {
background: url("../images/t_1.gif") no-repeat 0 100%;
color: #398DC9;
font-family: "宋体";
font-size: 16px;
font-weight: bold;
padding-bottom: 10px;
margin: 20px 0;
}
.artinfo{
width:876px;
border:1px solid #e3e3e3;
border-radius:5px;
}
.gozhuche {
font-size: 18px;
font-weight: bold;
width: 300px;
float: left;
}
.gozhuche span {
color: red;
}
.zhuchea {
background: url("../images/new-app-index.png") no-repeat scroll center top transparent;
color: white;
display: inline-block;
font-size: 16px;
font-weight: bold;
height: 36px;
line-height: 36px;
text-align: center;
width: 120px;
float: left;
}
.anquanbz_box p {
line-height: 2em;
color: #5B5B5B;
}
.anquanbz_box .lca_coninfo {
border: 1px solid #EEE;
padding: 10px;
margin-top: 20px;
}
#anquan_step {
border: 1px solid #DDD;
padding: 15px;
margin-top: 5px;
}
#anquan_step li {
width: 345px;
float: left;
display: inline;
line-height: 30px;
}
.anquanbz_box h3 {
margin: 20px 0 0px 0;
color: #5B5B5B;
border-bottom: 0 none!important;
} | 0.256925 | 0.127789 |
*{
margin:0;
padding: 0;
word-wrap: break-word;
}
body{
background-color: #132B3F;
}
.header{
z-index: 101;
}
svg{
height: 100%;
width:100%;
position: relative;
z-index: 100;
}
.container-fluid .row #a{
overflow: hidden;
width:95vw;
margin-top:10vh !important;
}
.container-fluid .row #a img{
border-radius: 5px;
height:40vh !important;
margin-top:10vh;
width:95%!important;
position: relative;
box-shadow:0 2px 4px 0 rgba(0,0,0,0.3),0 3px 10px 0 rgba(0,0,0,0.15);
transition:all 4s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}
.container-fluid .row #a img:hover
{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1)
}
.data2{
margin-top: -35%;
margin-left: 8%;
position: relative;
z-index: 100;
}
.data2 span h3{
font-size: 1.2rem;
font-weight: 2vw;
color:lightgreen;
position: relative;
font-family: 'Roboto',sans-serif;
}
.data3{
margin-top:20%;
position: relative;
background-color: #132B3F;
z-index: 99;
}
.data3 .footer-data a{
color:white;
}
.data4{
margin-top:-25vh;
position: relative;
position: relative;
z-index: 100;
}
.data4 #b{
height:15vh;
transform: rotate(20deg);
margin-left: 20vw;
transform: translate(-50%, -50%) rotate(-45deg);
text-shadow: -10px 15px 10px rgba(0,0,0,.2);
animation: rocket 20s linear infinite;
}
@keyframes rocket {
0% {
transform: translate(0%, 0%)
rotate(45deg) translate(0,0);
}
25%{
transform: translate(250%, -250%)
rotate(65deg) translate(0,0);
}
50% {
transform: translate(500%, -500%)
rotate(45deg) translate(0,0);
}
75%{
transform: translate(750%, -750%)
rotate(45deg) translate(0,0);
}
100% {
transform: translate(1000%,-1000%)
rotate(45deg) translate(0,0);
}
}
.st0{display:none;}
.st1{fill:#132B3F;}
.st2{fill:#F8F7F7;}
.st3{font-family:'ArialRoundedMTBold';}
.st4{font-size:278.8254px;}
.st5{fill:#F9F9FA;}
.st6{clip-path:url(#SVGID_2_);}
.st7{fill:url(#XMLID_27_);}
.st8{clip-path:url(#SVGID_4_);fill:#F9F9F7;}
.st9{clip-path:url(#SVGID_6_);fill:#F9F9F7;}
.st10{clip-path:url(#SVGID_8_);fill:#F9F9F7;}
.st11{clip-path:url(#SVGID_10_);fill:url(#XMLID_29_);}
.st12{clip-path:url(#SVGID_12_);fill:url(#XMLID_30_);}
.st13{clip-path:url(#SVGID_14_);fill:url(#XMLID_31_);}
.st14{clip-path:url(#SVGID_16_);fill:#F9F9F7;}
.st15{clip-path:url(#SVGID_18_);fill:#F9F9F7;}
.st16{clip-path:url(#SVGID_20_);fill:#F9F9F7;}
.st17{clip-path:url(#SVGID_22_);fill:#F9F9F7;}
.st18{clip-path:url(#SVGID_24_);fill:#F9F9F7;}
.st19{clip-path:url(#SVGID_26_);}
.st20{fill:url(#XMLID_32_);}
.st21{clip-path:url(#SVGID_28_);fill:#F9F9F7;}
.st22{clip-path:url(#SVGID_30_);fill:#F9F9F7;}
.st23{clip-path:url(#SVGID_32_);fill:#F9F9F7;}
.st24{clip-path:url(#SVGID_34_);fill:url(#XMLID_37_);}
.st25{clip-path:url(#SVGID_36_);fill:url(#XMLID_39_);}
.st26{clip-path:url(#SVGID_38_);fill:#F9F9F7;}
.st27{clip-path:url(#SVGID_40_);fill:#F9F9F7;}
.st28{clip-path:url(#SVGID_42_);fill:#F9F9F7;}
.st29{fill:url(#XMLID_43_);}
.st30{fill:url(#XMLID_44_);}
.st31{fill:url(#XMLID_45_);}
.st32{fill:none;stroke:url(#XMLID_46_);stroke-width:7;stroke-miterlimit:10;}
.st33{fill:url(#XMLID_47_);}
.st34{fill:none;stroke:url(#XMLID_49_);stroke-width:7;stroke-miterlimit:10;}
.st35{fill:url(#XMLID_51_);}
.st36{fill:url(#XMLID_52_);}
.st37{fill:url(#XMLID_53_);} | public/css/spacex.css | *{
margin:0;
padding: 0;
word-wrap: break-word;
}
body{
background-color: #132B3F;
}
.header{
z-index: 101;
}
svg{
height: 100%;
width:100%;
position: relative;
z-index: 100;
}
.container-fluid .row #a{
overflow: hidden;
width:95vw;
margin-top:10vh !important;
}
.container-fluid .row #a img{
border-radius: 5px;
height:40vh !important;
margin-top:10vh;
width:95%!important;
position: relative;
box-shadow:0 2px 4px 0 rgba(0,0,0,0.3),0 3px 10px 0 rgba(0,0,0,0.15);
transition:all 4s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}
.container-fluid .row #a img:hover
{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1)
}
.data2{
margin-top: -35%;
margin-left: 8%;
position: relative;
z-index: 100;
}
.data2 span h3{
font-size: 1.2rem;
font-weight: 2vw;
color:lightgreen;
position: relative;
font-family: 'Roboto',sans-serif;
}
.data3{
margin-top:20%;
position: relative;
background-color: #132B3F;
z-index: 99;
}
.data3 .footer-data a{
color:white;
}
.data4{
margin-top:-25vh;
position: relative;
position: relative;
z-index: 100;
}
.data4 #b{
height:15vh;
transform: rotate(20deg);
margin-left: 20vw;
transform: translate(-50%, -50%) rotate(-45deg);
text-shadow: -10px 15px 10px rgba(0,0,0,.2);
animation: rocket 20s linear infinite;
}
@keyframes rocket {
0% {
transform: translate(0%, 0%)
rotate(45deg) translate(0,0);
}
25%{
transform: translate(250%, -250%)
rotate(65deg) translate(0,0);
}
50% {
transform: translate(500%, -500%)
rotate(45deg) translate(0,0);
}
75%{
transform: translate(750%, -750%)
rotate(45deg) translate(0,0);
}
100% {
transform: translate(1000%,-1000%)
rotate(45deg) translate(0,0);
}
}
.st0{display:none;}
.st1{fill:#132B3F;}
.st2{fill:#F8F7F7;}
.st3{font-family:'ArialRoundedMTBold';}
.st4{font-size:278.8254px;}
.st5{fill:#F9F9FA;}
.st6{clip-path:url(#SVGID_2_);}
.st7{fill:url(#XMLID_27_);}
.st8{clip-path:url(#SVGID_4_);fill:#F9F9F7;}
.st9{clip-path:url(#SVGID_6_);fill:#F9F9F7;}
.st10{clip-path:url(#SVGID_8_);fill:#F9F9F7;}
.st11{clip-path:url(#SVGID_10_);fill:url(#XMLID_29_);}
.st12{clip-path:url(#SVGID_12_);fill:url(#XMLID_30_);}
.st13{clip-path:url(#SVGID_14_);fill:url(#XMLID_31_);}
.st14{clip-path:url(#SVGID_16_);fill:#F9F9F7;}
.st15{clip-path:url(#SVGID_18_);fill:#F9F9F7;}
.st16{clip-path:url(#SVGID_20_);fill:#F9F9F7;}
.st17{clip-path:url(#SVGID_22_);fill:#F9F9F7;}
.st18{clip-path:url(#SVGID_24_);fill:#F9F9F7;}
.st19{clip-path:url(#SVGID_26_);}
.st20{fill:url(#XMLID_32_);}
.st21{clip-path:url(#SVGID_28_);fill:#F9F9F7;}
.st22{clip-path:url(#SVGID_30_);fill:#F9F9F7;}
.st23{clip-path:url(#SVGID_32_);fill:#F9F9F7;}
.st24{clip-path:url(#SVGID_34_);fill:url(#XMLID_37_);}
.st25{clip-path:url(#SVGID_36_);fill:url(#XMLID_39_);}
.st26{clip-path:url(#SVGID_38_);fill:#F9F9F7;}
.st27{clip-path:url(#SVGID_40_);fill:#F9F9F7;}
.st28{clip-path:url(#SVGID_42_);fill:#F9F9F7;}
.st29{fill:url(#XMLID_43_);}
.st30{fill:url(#XMLID_44_);}
.st31{fill:url(#XMLID_45_);}
.st32{fill:none;stroke:url(#XMLID_46_);stroke-width:7;stroke-miterlimit:10;}
.st33{fill:url(#XMLID_47_);}
.st34{fill:none;stroke:url(#XMLID_49_);stroke-width:7;stroke-miterlimit:10;}
.st35{fill:url(#XMLID_51_);}
.st36{fill:url(#XMLID_52_);}
.st37{fill:url(#XMLID_53_);} | 0.239083 | 0.050168 |
@-moz-document domain("dict.leo.org") {
html {
background-color: #12181c;
color: #c9d1d9;
}
.bg-darkyellow {
background-color: #1a1f25;
color: #c9d1d9;
}
#searchBar {
background-color: #1a1f25;
color: #c9d1d9;
}
.tblf-alternate > tbody > tr:nth-child(2n) > td {
background-color: #1a1f25;
}
.ui-widget-content {
background-color: #1a1f25;
color: #c9d1d9;
}
.pink {
color: #f7d523;
}
.section > footer.more {
background: #1a1f25;
}
.tblf-alternate > tbody > tr:nth-child(2n) > td,
.tblf-alternate > tbody > tr > td{
border-bottom: 1px solid #1a1f25;
}
a,
.isRelinked,
.isRelinked mark,
.isRelinked mark a,
td > samp {
color: #f7d523;
}
.c-link, .c_link{
color: #2378c2;
}
.button-flat {
color: #f7d523;
}
.darkgray {
color: #949ba2;
}
.card,
.card-tip::after {
background-color: #1a1f25;
}
.search,
#search-field,
input,
.bg-white {
background-color: #3f4954;
color: #c9d1d9;
}
#search-field:active,
#search-field:focus{
color: #c9d1d9;
}
.forumResults table tbody tr:nth-child(4n+3) td, .forumResults table tbody tr:nth-child(4n+4) td {
background: #1a1f25;
border-bottom: 1px solid #1a1f25;
}
.bg-lightblue {
background: #1a1f25;
}
.section {
border-color: #1a1f25;
}
.is-active {
background: #1a1f25;
}
.l-dict-nav ul li:not(:last-child),
.border {
border-color: #000;
}
.footer {
border-color: #1a1f25;
background-color: #1a1f25;
}
[data-dz-ui~="flag"].bd > div{
border: none;
}
.m-bottom-large {
background-color: #1a1f25 !important;
}
} | leo-dark.user.css | @-moz-document domain("dict.leo.org") {
html {
background-color: #12181c;
color: #c9d1d9;
}
.bg-darkyellow {
background-color: #1a1f25;
color: #c9d1d9;
}
#searchBar {
background-color: #1a1f25;
color: #c9d1d9;
}
.tblf-alternate > tbody > tr:nth-child(2n) > td {
background-color: #1a1f25;
}
.ui-widget-content {
background-color: #1a1f25;
color: #c9d1d9;
}
.pink {
color: #f7d523;
}
.section > footer.more {
background: #1a1f25;
}
.tblf-alternate > tbody > tr:nth-child(2n) > td,
.tblf-alternate > tbody > tr > td{
border-bottom: 1px solid #1a1f25;
}
a,
.isRelinked,
.isRelinked mark,
.isRelinked mark a,
td > samp {
color: #f7d523;
}
.c-link, .c_link{
color: #2378c2;
}
.button-flat {
color: #f7d523;
}
.darkgray {
color: #949ba2;
}
.card,
.card-tip::after {
background-color: #1a1f25;
}
.search,
#search-field,
input,
.bg-white {
background-color: #3f4954;
color: #c9d1d9;
}
#search-field:active,
#search-field:focus{
color: #c9d1d9;
}
.forumResults table tbody tr:nth-child(4n+3) td, .forumResults table tbody tr:nth-child(4n+4) td {
background: #1a1f25;
border-bottom: 1px solid #1a1f25;
}
.bg-lightblue {
background: #1a1f25;
}
.section {
border-color: #1a1f25;
}
.is-active {
background: #1a1f25;
}
.l-dict-nav ul li:not(:last-child),
.border {
border-color: #000;
}
.footer {
border-color: #1a1f25;
background-color: #1a1f25;
}
[data-dz-ui~="flag"].bd > div{
border: none;
}
.m-bottom-large {
background-color: #1a1f25 !important;
}
} | 0.284079 | 0.105027 |
[hidden] {
display: none !important;
}
.react-fine-uploader-gallery-nodrop-container,
.react-fine-uploader-gallery-dropzone {
border-radius: 6px;
background-color: #fafafa;
max-height: 490px;
min-height: 310px;
overflow-y: hidden;
padding: 15px 15px 15px 5px;
position: relative;
}
.react-fine-uploader-gallery-dropzone {
border: 2px dashed #00abc7;
}
.react-fine-uploader-gallery-dropzone-upload-icon {
height: 36px;
margin-bottom: -6px;
margin-right: 10px;
width: 36px;
}
.react-fine-uploader-gallery-nodrop-container {
border: 2px solid #00abc7;
}
.react-fine-uploader-gallery-dropzone-active {
background: #fdfdfd;
border: 2px solid #00abc7;
}
.react-fine-uploader-gallery-dropzone-content,
.react-fine-uploader-gallery-nodrop-content {
font-size: 36px;
left: 0;
opacity: 0.25;
position: absolute;
text-align: center;
top: 38%;
width: 100%;
}
.react-fine-uploader-gallery-file-input-container {
background: #00abc7;
border: 1px solid #37b7cc;
border-radius: 3px;
color: #ffffff;
display: inline;
float: left;
margin-left: 10px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
padding-top: 7px;
text-align: center;
width: 160px;
}
.react-fine-uploader-gallery-file-input-container:hover {
background: #33b6cc;
}
.react-fine-uploader-gallery-file-input-container:focus {
outline: 1px dotted #000000;
}
.react-fine-uploader-gallery-file-input-content {
display: inline-block;
margin-top: -2px;
}
.react-fine-uploader-gallery-file-input-upload-icon {
fill: white;
height: 24px;
margin-bottom: -6px;
margin-right: 5px;
width: 24px;
}
.react-fine-uploader-gallery-progress-bar,
.react-fine-uploader-gallery-total-progress-bar {
border-radius: 3px;
}
.react-fine-uploader-gallery-progress-bar-container,
.react-fine-uploader-gallery-total-progress-bar-container {
background: #f2f2f2;
border-radius: 3px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
position: absolute;
}
.react-fine-uploader-gallery-total-progress-bar-container {
display: inline-block;
height: 25px;
margin-left: 10px;
margin-right: 10px;
margin-top: 4px;
width: 70%;
}
.react-fine-uploader-gallery-progress-bar,
.react-fine-uploader-gallery-total-progress-bar {
background: #00abc7;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
height: inherit;
}
.react-fine-uploader-gallery-progress-bar-container {
height: 15px;
left: 50%;
opacity: 0.9;
top: 60px;
transform: translateX(-50%);
width: 90%;
z-index: 1;
}
.react-fine-uploader-gallery-files {
clear: both;
list-style: none;
max-height: 450px;
overflow-y: auto;
padding-left: 0;
padding-top: 15px;
}
.react-fine-uploader-gallery-files-enter {
opacity: 0.01;
}
.react-fine-uploader-gallery-files-enter.react-fine-uploader-gallery-files-enter-active {
opacity: 1;
transition: opacity 500ms ease-in;
}
.react-fine-uploader-gallery-files-leave {
opacity: 1;
}
.react-fine-uploader-gallery-files-leave.react-fine-uploader-gallery-files-leave-active {
opacity: 0.01;
transition: opacity 300ms ease-in;
}
.react-fine-uploader-gallery-file {
background-color: #ffffff;
border-radius: 9px;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.22);
display: inline-block;
font-size: 13px;
height: 185px;
line-height: 16px;
margin: 0 25px 25px 10px;
position: relative;
vertical-align: top;
width: 130px;
}
.react-fine-uploader-gallery-thumbnail-container {
display: block;
height: 130px;
text-align: center;
}
.react-fine-uploader-gallery-thumbnail {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.react-fine-uploader-gallery-thumbnail-icon-backdrop,
.react-fine-uploader-gallery-upload-failed-icon,
.react-fine-uploader-gallery-upload-success-icon {
left: 50%;
opacity: 0.5;
position: absolute;
top: 39%;
transform: translate(-50%, -50%);
}
.react-fine-uploader-gallery-upload-failed-icon,
.react-fine-uploader-gallery-upload-success-icon {
height: 60px;
width: 60px;
z-index: 1;
}
.react-fine-uploader-gallery-upload-success-icon {
fill: green;
}
.react-fine-uploader-gallery-upload-failed-icon {
fill: red;
}
.react-fine-uploader-gallery-thumbnail-icon-backdrop {
background-color: white;
border-radius: 30px;
height: 50px;
width: 50px;
}
.react-fine-uploader-gallery-file-footer {
padding-left: 5px;
padding-right: 5px;
}
.react-fine-uploader-gallery-filename {
float: left;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.react-fine-uploader-gallery-filesize {
color: #52c41a;
display: block;
float: left;
font-size: 14px;
}
.react-fine-uploader-gallery-status {
display: block;
clear: both;
text-align: right;
font-size: 15px;
font-weight: 700;
color: crimson;
}
.react-fine-uploader-gallery-cancel-button:hover svg,
.react-fine-uploader-gallery-delete-button:hover svg,
.react-fine-uploader-gallery-pause-resume-button:hover svg,
.react-fine-uploader-gallery-retry-button:hover svg {
fill: grey;
}
.react-fine-uploader-gallery-cancel-button:focus,
.react-fine-uploader-gallery-delete-button:focus,
.react-fine-uploader-gallery-pause-resume-button:focus,
.react-fine-uploader-gallery-retry-button:focus {
outline: none;
}
.react-fine-uploader-gallery-cancel-button:focus svg,
.react-fine-uploader-gallery-delete-button:focus svg,
.react-fine-uploader-gallery-pause-resume-button:focus svg,
.react-fine-uploader-gallery-retry-button:focus svg {
fill: grey;
}
.react-fine-uploader-gallery-cancel-button,
.react-fine-uploader-gallery-delete-button,
.react-fine-uploader-gallery-pause-resume-button,
.react-fine-uploader-gallery-retry-button {
background: transparent;
border: 0;
position: absolute;
}
.react-fine-uploader-gallery-cancel-button,
.react-fine-uploader-gallery-delete-button {
right: -18px;
top: -12px;
}
.react-fine-uploader-gallery-pause-resume-button,
.react-fine-uploader-gallery-retry-button {
left: -18px;
top: -12px;
} | src/assets/stylesheets/fineupload.css | [hidden] {
display: none !important;
}
.react-fine-uploader-gallery-nodrop-container,
.react-fine-uploader-gallery-dropzone {
border-radius: 6px;
background-color: #fafafa;
max-height: 490px;
min-height: 310px;
overflow-y: hidden;
padding: 15px 15px 15px 5px;
position: relative;
}
.react-fine-uploader-gallery-dropzone {
border: 2px dashed #00abc7;
}
.react-fine-uploader-gallery-dropzone-upload-icon {
height: 36px;
margin-bottom: -6px;
margin-right: 10px;
width: 36px;
}
.react-fine-uploader-gallery-nodrop-container {
border: 2px solid #00abc7;
}
.react-fine-uploader-gallery-dropzone-active {
background: #fdfdfd;
border: 2px solid #00abc7;
}
.react-fine-uploader-gallery-dropzone-content,
.react-fine-uploader-gallery-nodrop-content {
font-size: 36px;
left: 0;
opacity: 0.25;
position: absolute;
text-align: center;
top: 38%;
width: 100%;
}
.react-fine-uploader-gallery-file-input-container {
background: #00abc7;
border: 1px solid #37b7cc;
border-radius: 3px;
color: #ffffff;
display: inline;
float: left;
margin-left: 10px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
padding-top: 7px;
text-align: center;
width: 160px;
}
.react-fine-uploader-gallery-file-input-container:hover {
background: #33b6cc;
}
.react-fine-uploader-gallery-file-input-container:focus {
outline: 1px dotted #000000;
}
.react-fine-uploader-gallery-file-input-content {
display: inline-block;
margin-top: -2px;
}
.react-fine-uploader-gallery-file-input-upload-icon {
fill: white;
height: 24px;
margin-bottom: -6px;
margin-right: 5px;
width: 24px;
}
.react-fine-uploader-gallery-progress-bar,
.react-fine-uploader-gallery-total-progress-bar {
border-radius: 3px;
}
.react-fine-uploader-gallery-progress-bar-container,
.react-fine-uploader-gallery-total-progress-bar-container {
background: #f2f2f2;
border-radius: 3px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
position: absolute;
}
.react-fine-uploader-gallery-total-progress-bar-container {
display: inline-block;
height: 25px;
margin-left: 10px;
margin-right: 10px;
margin-top: 4px;
width: 70%;
}
.react-fine-uploader-gallery-progress-bar,
.react-fine-uploader-gallery-total-progress-bar {
background: #00abc7;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
height: inherit;
}
.react-fine-uploader-gallery-progress-bar-container {
height: 15px;
left: 50%;
opacity: 0.9;
top: 60px;
transform: translateX(-50%);
width: 90%;
z-index: 1;
}
.react-fine-uploader-gallery-files {
clear: both;
list-style: none;
max-height: 450px;
overflow-y: auto;
padding-left: 0;
padding-top: 15px;
}
.react-fine-uploader-gallery-files-enter {
opacity: 0.01;
}
.react-fine-uploader-gallery-files-enter.react-fine-uploader-gallery-files-enter-active {
opacity: 1;
transition: opacity 500ms ease-in;
}
.react-fine-uploader-gallery-files-leave {
opacity: 1;
}
.react-fine-uploader-gallery-files-leave.react-fine-uploader-gallery-files-leave-active {
opacity: 0.01;
transition: opacity 300ms ease-in;
}
.react-fine-uploader-gallery-file {
background-color: #ffffff;
border-radius: 9px;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.22);
display: inline-block;
font-size: 13px;
height: 185px;
line-height: 16px;
margin: 0 25px 25px 10px;
position: relative;
vertical-align: top;
width: 130px;
}
.react-fine-uploader-gallery-thumbnail-container {
display: block;
height: 130px;
text-align: center;
}
.react-fine-uploader-gallery-thumbnail {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.react-fine-uploader-gallery-thumbnail-icon-backdrop,
.react-fine-uploader-gallery-upload-failed-icon,
.react-fine-uploader-gallery-upload-success-icon {
left: 50%;
opacity: 0.5;
position: absolute;
top: 39%;
transform: translate(-50%, -50%);
}
.react-fine-uploader-gallery-upload-failed-icon,
.react-fine-uploader-gallery-upload-success-icon {
height: 60px;
width: 60px;
z-index: 1;
}
.react-fine-uploader-gallery-upload-success-icon {
fill: green;
}
.react-fine-uploader-gallery-upload-failed-icon {
fill: red;
}
.react-fine-uploader-gallery-thumbnail-icon-backdrop {
background-color: white;
border-radius: 30px;
height: 50px;
width: 50px;
}
.react-fine-uploader-gallery-file-footer {
padding-left: 5px;
padding-right: 5px;
}
.react-fine-uploader-gallery-filename {
float: left;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.react-fine-uploader-gallery-filesize {
color: #52c41a;
display: block;
float: left;
font-size: 14px;
}
.react-fine-uploader-gallery-status {
display: block;
clear: both;
text-align: right;
font-size: 15px;
font-weight: 700;
color: crimson;
}
.react-fine-uploader-gallery-cancel-button:hover svg,
.react-fine-uploader-gallery-delete-button:hover svg,
.react-fine-uploader-gallery-pause-resume-button:hover svg,
.react-fine-uploader-gallery-retry-button:hover svg {
fill: grey;
}
.react-fine-uploader-gallery-cancel-button:focus,
.react-fine-uploader-gallery-delete-button:focus,
.react-fine-uploader-gallery-pause-resume-button:focus,
.react-fine-uploader-gallery-retry-button:focus {
outline: none;
}
.react-fine-uploader-gallery-cancel-button:focus svg,
.react-fine-uploader-gallery-delete-button:focus svg,
.react-fine-uploader-gallery-pause-resume-button:focus svg,
.react-fine-uploader-gallery-retry-button:focus svg {
fill: grey;
}
.react-fine-uploader-gallery-cancel-button,
.react-fine-uploader-gallery-delete-button,
.react-fine-uploader-gallery-pause-resume-button,
.react-fine-uploader-gallery-retry-button {
background: transparent;
border: 0;
position: absolute;
}
.react-fine-uploader-gallery-cancel-button,
.react-fine-uploader-gallery-delete-button {
right: -18px;
top: -12px;
}
.react-fine-uploader-gallery-pause-resume-button,
.react-fine-uploader-gallery-retry-button {
left: -18px;
top: -12px;
} | 0.478285 | 0.055515 |
@charset "UTF-8";
@font-face {
font-family: myFirstFont;
src: url(BugBusting-OVpne.otf);
}
/*------ css general styles ------*/
.hidden
{
display: none;
}
body
{
font-family: 'Poppins', sans-serif ;
}
h1{
font-family: myFirstFont;
font-size: 1.875em;
}
p
{
font-size: 1em;
margin: 10px;
}
a
{
text-decoration: none;
}
.logo img
{
height: 4em;
}
/*------ css nav ------*/
.mainNavbar
{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
background-color: #313131;
box-shadow: 0px 15px 30px #0000000d;
opacity: 1;
align-content: space-around;
align-items: center;
}
.mainNavbar ul li
{
flex-wrap: nowrap;
display: inline-flex;
flex-wrap: nowrap;
margin: 20px;
padding: 10px;
}
.mainNavbar ul li a
{
text-decoration: none;
color: #FFF8F3;
text-align: center;
}
.mainNavbar ul li a:hover
{
font-weight: bold;
transition: 1s;
}
#hamburgerMenu
{
padding: 20px;
justify-content: center;
width: 4%;
height: 4%;
display: none;
}
/*------ css main ------*/
.hero
{
max-width: 100%;
block-size: auto;
}
.heroContent {
display: flex;
flex-direction: row;
align-items: flex-start;
}
.heroContent img
{
width: 50% ;
}
#heroText
{
background: url(../images/bg_orange.jpg);
background-repeat: no-repeat;
background-size: 100%, 100%;
height: 23.45em;
width: 46em;
color: #FFF8F3;
display: flex;
flex-direction: column;
justify-content: center;
}
.productDetails {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: flex-start;
}
.productDetails img{
height: 300px;
}
.benefits
{
background: url(../images/third_section_bg.png);
background-repeat: no-repeat;
background-size: 100%;
}
.benefits p
{
color: #313131;
}
/*------ css footer ------*/
.mainFooter
{
display: flex;
flex-direction: row;
background-color: #313131;
max-width: 100%;
height: 200px;
justify-content: space-around;
align-items: center;
}
.footerNav ul li
{
padding: 8px;
font-size: 0.8em;
text-align: right;
}
.footerNav ul li a, p
{
text-decoration: none;
color: #FFF8F3;
}
.footerLeft p
{
font-size: 0.7em;
padding: 2em;
}
.footerRight {
display: inline-flex;
flex-direction: column;
align-items: flex-end;
width: 50%;
}
/*------ css home ------*/
/* home - mobile */
@media only screen and (max-width:448px)
{
.sitecontainer
{
max-width: 1024px;
}
.mainNavbar
{
flex-direction: column;
position: sticky;
}
#hamburgerMenu
{
display: block;
}
.mainFooter
{
flex-direction: column;
}
}
/*------ css lotions ------*/
/*------ css contact ------*/
/*------ css advertisements ------*/
/*------ css about ------*/ | css/main.css | @charset "UTF-8";
@font-face {
font-family: myFirstFont;
src: url(BugBusting-OVpne.otf);
}
/*------ css general styles ------*/
.hidden
{
display: none;
}
body
{
font-family: 'Poppins', sans-serif ;
}
h1{
font-family: myFirstFont;
font-size: 1.875em;
}
p
{
font-size: 1em;
margin: 10px;
}
a
{
text-decoration: none;
}
.logo img
{
height: 4em;
}
/*------ css nav ------*/
.mainNavbar
{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
background-color: #313131;
box-shadow: 0px 15px 30px #0000000d;
opacity: 1;
align-content: space-around;
align-items: center;
}
.mainNavbar ul li
{
flex-wrap: nowrap;
display: inline-flex;
flex-wrap: nowrap;
margin: 20px;
padding: 10px;
}
.mainNavbar ul li a
{
text-decoration: none;
color: #FFF8F3;
text-align: center;
}
.mainNavbar ul li a:hover
{
font-weight: bold;
transition: 1s;
}
#hamburgerMenu
{
padding: 20px;
justify-content: center;
width: 4%;
height: 4%;
display: none;
}
/*------ css main ------*/
.hero
{
max-width: 100%;
block-size: auto;
}
.heroContent {
display: flex;
flex-direction: row;
align-items: flex-start;
}
.heroContent img
{
width: 50% ;
}
#heroText
{
background: url(../images/bg_orange.jpg);
background-repeat: no-repeat;
background-size: 100%, 100%;
height: 23.45em;
width: 46em;
color: #FFF8F3;
display: flex;
flex-direction: column;
justify-content: center;
}
.productDetails {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: flex-start;
}
.productDetails img{
height: 300px;
}
.benefits
{
background: url(../images/third_section_bg.png);
background-repeat: no-repeat;
background-size: 100%;
}
.benefits p
{
color: #313131;
}
/*------ css footer ------*/
.mainFooter
{
display: flex;
flex-direction: row;
background-color: #313131;
max-width: 100%;
height: 200px;
justify-content: space-around;
align-items: center;
}
.footerNav ul li
{
padding: 8px;
font-size: 0.8em;
text-align: right;
}
.footerNav ul li a, p
{
text-decoration: none;
color: #FFF8F3;
}
.footerLeft p
{
font-size: 0.7em;
padding: 2em;
}
.footerRight {
display: inline-flex;
flex-direction: column;
align-items: flex-end;
width: 50%;
}
/*------ css home ------*/
/* home - mobile */
@media only screen and (max-width:448px)
{
.sitecontainer
{
max-width: 1024px;
}
.mainNavbar
{
flex-direction: column;
position: sticky;
}
#hamburgerMenu
{
display: block;
}
.mainFooter
{
flex-direction: column;
}
}
/*------ css lotions ------*/
/*------ css contact ------*/
/*------ css advertisements ------*/
/*------ css about ------*/ | 0.287768 | 0.052449 |
@media only screen and (min-width: 360px) {
/*The original .box is in DRY CSS in main.css*/
.box {
height: 25%;
max-height: 320px;
}
.gradient-background {
padding-top: 3rem;
padding-bottom: 3rem;
}
.gradient-background h1 {
color: white;
font-weight: bold;
font-size: 3rem;
}
.headline {
text-align: center;
}
.circle {
margin-left: auto;
margin-right: auto;
background-color: #f10000;
text-align: center;
vertical-align: middle;
height: 5rem;
width: 5rem;
border-radius: 50%;
margin-bottom: 1.5rem;
}
.number {
font-size: 3rem;
padding-top: 11px;
color: white;
}
.instruction {
font-size: 2rem;
text-align: center;
}
.info {
margin: auto;
text-align: center;
font-size: 2rem;
}
.more_info {
display: none;
}
.simple-steps {
text-align: center;
font-size: 3rem;
}
.steps {
margin-top: 5rem;
}
/* For The Collapsible; Collapsibles shared content */
label[class="expander"] {
margin: auto;
display: block;
cursor: pointer;
background: url("../Images/expand-down.png") no-repeat top center;
padding: 0.5rem;
width: 32px;
height: 32px;
transition: 250ms;
margin-bottom: 0.5rem;
border-bottom-width: 1px;
border-bottom: solid transparent;
}
label[class="expander"]:hover {
cursor: pointer;
border-bottom-color: #f10000;
}
label[class="expander"]:not:hover {
border-bottom-color: transparent;
}
#expander1,
#expander2,
#expander3,
#expander4 {
margin: auto;
width: 32px;
height: 32px;
display: none;
}
.collapsible {
max-height: 0;
overflow: hidden;
margin: auto;
/*margin-top: 0.5rem;*/
}
.step {
margin-top: 5rem;
}
/* Specific Height For Each Collapsible(Transitions don't work with 'auto') */
/* First Collapsible, There is definitely a better and less repetitive way to do this, but my brain is feeling too racked right now*/
input[class="num1"]:checked ~ .collap-one{
max-height: 158px;
transition: max-height 1s ease-in;
height: auto;
}
input[id="expander1"]:checked +label {
background-image: url("../Images/expand-up.png");
}
input[id="expander1"]:not(:checked) +label {
background-image: none;
background-image: url("../Images/expand-down.png");
}
input[id="expander1"]:not(:checked) ~ .collapsible {
max-height: 0;
transition-property: max-height;
transition-duration: 1s;
transition-timing-function: ease-out;
}
/*Second Collapsible*/
input[class="num2"]:checked ~ .collap-two {
max-height: 158px;
transition: max-height 1s ease-in;
height: auto;
}
input[id="expander2"]:checked +label {
background-image: url("../Images/expand-up.png");
}
input[id="expander2"]:not(:checked) +label {
background-image: url("../Images/expand-down.png");
}
input[id="expander2"]:not(:checked) ~ .collapsible {
max-height: 0;
transition-property: max-height;
transition-duration: 1s;
transition-timing-function: ease-out;
}
img[alt="document icon"],
a[href*="businessinsider.com"] {
margin-top: 0.5rem;
}
/*Third Collapsible*/
input[class="num3"]:checked ~ .collap-three {
max-height: 344px;
transition: max-height 1s ease-in;
height: auto;
}
input[id="expander3"]:checked +label {
background-image: url("../Images/expand-up.png");
}
input[id="expander3"]:not(:checked) +label {
background-image: url("../Images/expand-down.png");
}
input[id="expander3"]:not(:checked) ~ .collapsible {
max-height: 0;
transition-property: max-height;
transition-duration: 1s;
transition-timing-function: ease-out;
}
/*Fourth Collapsible*/
input[id="expander4"]:not(:checked) +label {
background-image: url("../Images/expand-down.png");
}
input[class="num4"]:checked ~ .collap-four {
max-height: 117px;
transition: max-height 1s ease-in;
height: auto;
}
.collap-three .inline-textpic {
font-size: 1.5rem;
}
input[id="expander4"]:not(:checked) ~ .collapsible {
max-height: 0;
transition-property: max-height;
transition-duration: 1s;
transition-timing-function: ease-out;
}
input[id="expander4"]:checked +label {
background-image: url("../Images/expand-up.png");
}
.step div:last-child {
margin-bottom: 2rem;
}
.info-dress {
text-align: center;
}
.info-dress li {
padding-bottom: 0.25rem;
}
.info-dress li:nth-child(-4n+8),
.info-dress li:first-child {
font-weight: bold;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
}
@media only screen and (min-width: 1024px) {
.collapsible {
max-width: 829.19px;
}
.info {
font-size: 1.5rem;
}
input[class="num1"]:checked ~ .collap-one {
max-height: 87px;
transition: max-height 1s ease-in;
height: auto;
}
input[class="num2"]:checked ~ .collap-two {
max-height: 87px;
transition: max-height 1s ease-in;
height: auto;
}
input[class="num3"]:checked ~ .collap-three {
max-height: 153px;
transition: max-height 1s ease-in;
height: auto;
}
input[class="num4"]:checked ~ .collap-four {
max-height: 87px;
transition: max-height 1s ease-in;
height: auto;
}
}
@media only screen and (min-width: 1440px) {
.collapsible {
max-width: 1208px;
}
} | CSS/apply.css |
@media only screen and (min-width: 360px) {
/*The original .box is in DRY CSS in main.css*/
.box {
height: 25%;
max-height: 320px;
}
.gradient-background {
padding-top: 3rem;
padding-bottom: 3rem;
}
.gradient-background h1 {
color: white;
font-weight: bold;
font-size: 3rem;
}
.headline {
text-align: center;
}
.circle {
margin-left: auto;
margin-right: auto;
background-color: #f10000;
text-align: center;
vertical-align: middle;
height: 5rem;
width: 5rem;
border-radius: 50%;
margin-bottom: 1.5rem;
}
.number {
font-size: 3rem;
padding-top: 11px;
color: white;
}
.instruction {
font-size: 2rem;
text-align: center;
}
.info {
margin: auto;
text-align: center;
font-size: 2rem;
}
.more_info {
display: none;
}
.simple-steps {
text-align: center;
font-size: 3rem;
}
.steps {
margin-top: 5rem;
}
/* For The Collapsible; Collapsibles shared content */
label[class="expander"] {
margin: auto;
display: block;
cursor: pointer;
background: url("../Images/expand-down.png") no-repeat top center;
padding: 0.5rem;
width: 32px;
height: 32px;
transition: 250ms;
margin-bottom: 0.5rem;
border-bottom-width: 1px;
border-bottom: solid transparent;
}
label[class="expander"]:hover {
cursor: pointer;
border-bottom-color: #f10000;
}
label[class="expander"]:not:hover {
border-bottom-color: transparent;
}
#expander1,
#expander2,
#expander3,
#expander4 {
margin: auto;
width: 32px;
height: 32px;
display: none;
}
.collapsible {
max-height: 0;
overflow: hidden;
margin: auto;
/*margin-top: 0.5rem;*/
}
.step {
margin-top: 5rem;
}
/* Specific Height For Each Collapsible(Transitions don't work with 'auto') */
/* First Collapsible, There is definitely a better and less repetitive way to do this, but my brain is feeling too racked right now*/
input[class="num1"]:checked ~ .collap-one{
max-height: 158px;
transition: max-height 1s ease-in;
height: auto;
}
input[id="expander1"]:checked +label {
background-image: url("../Images/expand-up.png");
}
input[id="expander1"]:not(:checked) +label {
background-image: none;
background-image: url("../Images/expand-down.png");
}
input[id="expander1"]:not(:checked) ~ .collapsible {
max-height: 0;
transition-property: max-height;
transition-duration: 1s;
transition-timing-function: ease-out;
}
/*Second Collapsible*/
input[class="num2"]:checked ~ .collap-two {
max-height: 158px;
transition: max-height 1s ease-in;
height: auto;
}
input[id="expander2"]:checked +label {
background-image: url("../Images/expand-up.png");
}
input[id="expander2"]:not(:checked) +label {
background-image: url("../Images/expand-down.png");
}
input[id="expander2"]:not(:checked) ~ .collapsible {
max-height: 0;
transition-property: max-height;
transition-duration: 1s;
transition-timing-function: ease-out;
}
img[alt="document icon"],
a[href*="businessinsider.com"] {
margin-top: 0.5rem;
}
/*Third Collapsible*/
input[class="num3"]:checked ~ .collap-three {
max-height: 344px;
transition: max-height 1s ease-in;
height: auto;
}
input[id="expander3"]:checked +label {
background-image: url("../Images/expand-up.png");
}
input[id="expander3"]:not(:checked) +label {
background-image: url("../Images/expand-down.png");
}
input[id="expander3"]:not(:checked) ~ .collapsible {
max-height: 0;
transition-property: max-height;
transition-duration: 1s;
transition-timing-function: ease-out;
}
/*Fourth Collapsible*/
input[id="expander4"]:not(:checked) +label {
background-image: url("../Images/expand-down.png");
}
input[class="num4"]:checked ~ .collap-four {
max-height: 117px;
transition: max-height 1s ease-in;
height: auto;
}
.collap-three .inline-textpic {
font-size: 1.5rem;
}
input[id="expander4"]:not(:checked) ~ .collapsible {
max-height: 0;
transition-property: max-height;
transition-duration: 1s;
transition-timing-function: ease-out;
}
input[id="expander4"]:checked +label {
background-image: url("../Images/expand-up.png");
}
.step div:last-child {
margin-bottom: 2rem;
}
.info-dress {
text-align: center;
}
.info-dress li {
padding-bottom: 0.25rem;
}
.info-dress li:nth-child(-4n+8),
.info-dress li:first-child {
font-weight: bold;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
}
@media only screen and (min-width: 1024px) {
.collapsible {
max-width: 829.19px;
}
.info {
font-size: 1.5rem;
}
input[class="num1"]:checked ~ .collap-one {
max-height: 87px;
transition: max-height 1s ease-in;
height: auto;
}
input[class="num2"]:checked ~ .collap-two {
max-height: 87px;
transition: max-height 1s ease-in;
height: auto;
}
input[class="num3"]:checked ~ .collap-three {
max-height: 153px;
transition: max-height 1s ease-in;
height: auto;
}
input[class="num4"]:checked ~ .collap-four {
max-height: 87px;
transition: max-height 1s ease-in;
height: auto;
}
}
@media only screen and (min-width: 1440px) {
.collapsible {
max-width: 1208px;
}
} | 0.424173 | 0.06951 |
-- Css Table of Content
--> Fonts
--> Generale Style
--> Preloader Style
--> Home Section Style
--> About Section Style
--> Fun Fact Section Style
--> Service Section Style
--> Experience Section Style
--> Skills Section Style
--> Portfolio Section Style
--> Blog Section Style
--> Contact Section Style
**************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: "Rubik", sans-serif;
color: #212529;
background: #F9F9FF;
overflow-x: hidden;
font-weight: 400;
font-size: 16px;
line-height: 1.7;
}
body.overlay::after {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
opacity: 0.6;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
z-index: 99;
}
h1, h2, h3, h4, h5, h6 {
color: #364f6b;
font-family: "Rubik", sans-serif;
font-weight: 700;
display: block;
}
p {
color: #949494;
font-size: 15px;
font-family: "Poppins", sans-serif;
line-height: 2;
}
img {
max-width: 100%;
height: auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
a {
text-decoration: none;
color: #e91e63;
}
a:hover {
text-decoration: none;
color: #364f6b;
}
::-moz-selection {
background: #e91e63;
color: #F9F9FF;
}
::selection {
background: #e91e63;
color: #F9F9FF;
}
.btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
background: transparent;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
text-transform: capitalize;
border: 1px solid #e91e63;
color: #e91e63;
padding: 0 20px;
font-family: "Poppins", sans-serif;
border-radius: 5px;
overflow: hidden;
position: relative;
z-index: 1;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.btn i, .btn svg {
width: 30px;
height: 30px;
padding-left: 7px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.btn:hover {
color: #F9F9FF;
padding: 0 25px;
}
.btn:hover::before {
left: 0;
right: 0;
}
.btn:hover i {
padding-left: 13px;
}
.btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn::before {
content: "";
position: absolute;
height: 100%;
top: 0;
left: 51%;
right: 50%;
color: #F9F9FF;
background: #e91e63;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: -1;
display: block;
}
.btn-mobile-open {
position: fixed;
top: 20px;
right: 20px;
z-index: 9999;
background: transparent;
border: 0;
outline: 0;
display: none;
}
.btn-mobile-open i, .btn-mobile-open svg {
width: 40px;
height: 40px;
background: #e91e63;
color: #F9F9FF;
padding: 5px;
border-radius: 5px;
}
.btn-mobile-close {
position: absolute;
top: 10px;
right: 20px;
z-index: 9999;
background: transparent;
border: 0;
outline: 0;
display: none;
}
.btn-mobile-close i, .btn-mobile-close svg {
width: 30px;
height: 30px;
background: #e91e63;
color: #F9F9FF;
padding: 5px;
border-radius: 5px;
}
body::-webkit-scrollbar {
width: 10px;
}
body::-webkit-scrollbar-thumb {
border-radius: 20px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
body::-webkit-scrollbar-thumb:hover {
background: #bdbdbd;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
width: 100%;
height: 100%;
}
.content .sections {
width: 100%;
height: 100%;
}
.content .sections .link {
display: none;
}
.content .sections .link.active {
display: block;
height: 100%;
height: 100%;
}
.box {
display: none;
}
.box.active {
display: block;
}
.header {
height: 100vh;
width: 296px;
left: 0;
top: 0;
z-index: 9999;
}
.header .header-content {
height: 100%;
width: 270px;
padding: 40px 0;
padding-left: 25px;
background: #f5f5ff;
border-right: 1px solid #f5ebeb;
position: fixed;
left: 0;
top: 0;
z-index: 9999;
}
.header .user {
width: 100%;
text-align: left;
padding-left: 20px;
}
.header .user .img {
width: 130px;
height: 130px;
border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
padding: 10px;
margin-bottom: 20px;
background-color: #ff52521a;
animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-webkit-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-moz-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-ms-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-o-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
}
.header .user .img img {
width: 100%;
height: 100%;
border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-webkit-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-moz-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-ms-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-o-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
}
@-webkit-keyframes rudios {
0% {
border-radius: 50% 100% 100% 60%/75% 69% 69% 75%;
}
40% {
border-radius: 90% 70% 70% 90%/75% 69% 69% 75%;
}
70% {
border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
}
100% {
border-radius: 50% 100% 100% 60%/75% 69% 69% 75%;
}
}
@keyframes rudios {
0% {
border-radius: 50% 100% 100% 60%/75% 69% 69% 75%;
}
40% {
border-radius: 90% 70% 70% 90%/75% 69% 69% 75%;
}
70% {
border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
}
100% {
border-radius: 50% 100% 100% 60%/75% 69% 69% 75%;
}
}
.header .user .name {
color: #e91e63;
font-size: 30px;
text-transform: capitalize;
letter-spacing: 1px;
font-family: "Rubik", sans-serif;
font-weight: 600;
}
.header .user .work span {
display: block;
font-size: 17px;
text-transform: capitalize;
color: #364f6b;
font-family: "Rubik", sans-serif;
}
.header .nav {
margin-top: 100px;
}
.header .nav .nav-list {
margin: 0;
display: block;
width: 100%;
}
.header .nav .nav-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 20px;
margin-bottom: 3px;
}
.header .nav .nav-list li:hover a {
color: #e91e63;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header .nav .nav-list li a {
display: block;
text-transform: capitalize;
width: 100%;
font-size: 15px;
font-weight: 500;
font-family: "Poppins", sans-serif;
color: #364f6b;
}
.header .nav .nav-list li i, .header .nav .nav-list li svg {
color: #e91e63;
margin-right: 13px;
font-size: 17px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 25px;
height: 25px;
}
@-webkit-keyframes btnBarAnimate {
0% {
opacity: 0;
transform: scale(1.5);
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
}
@keyframes btnBarAnimate {
0% {
opacity: 0;
transform: scale(1.5);
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
}
.header .cpr {
position: absolute;
bottom: 0;
padding: 13px 10px;
width: 100%;
text-align: left;
}
.header .cpr span {
font-size: 14px;
}
.header .download {
position: absolute;
top: 50%;
right: -20px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
z-index: 88;
}
.header .download i, .header .download svg {
color: #e91e63;
background: #fafafa;
width: 40px;
height: 40px;
padding: 10px;
border-radius: 50%;
cursor: pointer;
border: 1px solid #f5ebeb;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
position: relative;
}
.header .download i:hover, .header .download svg:hover {
background: #e91e63;
color: #F9F9FF;
}
.header .download .hv {
position: absolute;
top: 0;
background: #e91e63;
color: #F9F9FF;
padding: 5px 10px;
width: 150px;
text-transform: capitalize;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: 20px;
border-radius: 10px;
transform: translateX(-10px);
-webkit-transform: translateX(-10px);
-moz-transform: translateX(-10px);
-o-transform: translateX(-10px);
-ms-transform: translateX(-10px);
opacity: 0;
visibility: hidden;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.header .download .hv::after {
content: "";
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #e91e63;
position: absolute;
left: -5px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.header .download:hover .hv {
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
opacity: 1;
visibility: visible;
}
.pd {
padding: 3% 6%;
}
.pd-tb {
padding-top: 4%;
padding-bottom: 7%;
}
.title h2 {
text-transform: capitalize;
font-size: 30px;
font-family: "Rubik", sans-serif;
letter-spacing: 1px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 5px 7px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 1;
}
.title h2:hover::after {
left: 0;
right: 0;
width: 100%;
border-radius: 30px;
}
.title h2::after {
content: "";
position: absolute;
top: 3px;
left: -10px;
width: 40px;
height: 40px;
background-color: #ff52521a;
border-radius: 50%;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.animate-fade {
animation: fade 1s cubic-bezier(0.25, 1, 0.3, 1);
-webkit-animation: fade 1s cubic-bezier(0.25, 1, 0.3, 1);
-moz-animation: fade 1s cubic-bezier(0.25, 1, 0.3, 1);
-ms-animation: fade 1s cubic-bezier(0.25, 1, 0.3, 1);
-o-animation: fade 1s cubic-bezier(0.25, 1, 0.3, 1);
-webkit-transition: opacity 2s ease-in-out;
transition: opacity 2s ease-in-out;
}
.animate-left {
animation: left 1s cubic-bezier(0.25, 1, 0.3, 1);
-webkit-animation: left 1s cubic-bezier(0.25, 1, 0.3, 1);
-moz-animation: left 1s cubic-bezier(0.25, 1, 0.3, 1);
-ms-animation: left 1s cubic-bezier(0.25, 1, 0.3, 1);
-o-animation: left 1s cubic-bezier(0.25, 1, 0.3, 1);
}
.animate-right {
animation: right 1s cubic-bezier(0.25, 1, 0.3, 1);
-webkit-animation: right 1s cubic-bezier(0.25, 1, 0.3, 1);
-moz-animation: right 1s cubic-bezier(0.25, 1, 0.3, 1);
-ms-animation: right 1s cubic-bezier(0.25, 1, 0.3, 1);
-o-animation: right 1s cubic-bezier(0.25, 1, 0.3, 1);
}
.animate-bottom {
animation: bottom 1s cubic-bezier(0.25, 1, 0.3, 1);
-webkit-animation: bottom 1s cubic-bezier(0.25, 1, 0.3, 1);
-moz-animation: bottom 1s cubic-bezier(0.25, 1, 0.3, 1);
-ms-animation: bottom 1s cubic-bezier(0.25, 1, 0.3, 1);
-o-animation: bottom 1s cubic-bezier(0.25, 1, 0.3, 1);
}
.animate-top {
animation: top 1s cubic-bezier(0.25, 1, 0.3, 1);
-webkit-animation: top 1s cubic-bezier(0.25, 1, 0.3, 1);
-moz-animation: top 1s cubic-bezier(0.25, 1, 0.3, 1);
-ms-animation: top 1s cubic-bezier(0.25, 1, 0.3, 1);
-o-animation: top 1s cubic-bezier(0.25, 1, 0.3, 1);
}
@-webkit-keyframes fade {
0% {
transform: scale(1.3);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
opacity: 0;
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
}
@keyframes fade {
0% {
transform: scale(1.3);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
opacity: 0;
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
}
@-webkit-keyframes left {
0% {
transform: translateX(-100px);
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
-o-transform: translateX(-100px);
-ms-transform: translateX(-100px);
}
100% {
transform: translateX(0px);
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
}
}
@keyframes left {
0% {
transform: translateX(-100px);
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
-o-transform: translateX(-100px);
-ms-transform: translateX(-100px);
}
100% {
transform: translateX(0px);
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
}
}
@-webkit-keyframes right {
0% {
transform: translateX(100px);
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-o-transform: translateX(100px);
-ms-transform: translateX(100px);
}
100% {
transform: translateX(0px);
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
}
}
@keyframes right {
0% {
transform: translateX(100px);
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-o-transform: translateX(100px);
-ms-transform: translateX(100px);
}
100% {
transform: translateX(0px);
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
}
}
@-webkit-keyframes bottom {
0% {
transform: translateY(100px);
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
}
100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
}
}
@keyframes bottom {
0% {
transform: translateY(100px);
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
}
100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
}
}
@-webkit-keyframes top {
0% {
transform: translateY(-100px);
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
}
100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
}
}
@keyframes top {
0% {
transform: translateY(-100px);
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
}
100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
}
}
.preloader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 99999999;
background: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.preloader .preloader-spinner {
width: 52px;
height: 52px;
display: block;
background-color: #e91e63;
border-radius: 100%;
animation: preloader 1s infinite ease-in-out;
-webkit-animation: preloader 1s infinite ease-in-out;
-moz-animation: preloader 1s infinite ease-in-out;
-ms-animation: preloader 1s infinite ease-in-out;
-o-animation: preloader 1s infinite ease-in-out;
}
@-webkit-keyframes preloader {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
}
100% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
opacity: 0;
}
}
@keyframes preloader {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
}
100% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
opacity: 0;
}
}
.home {
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.home .img {
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.home .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.home .item .item-content {
padding-left: 25%;
}
.home .item .item-content .top {
text-transform: uppercase;
display: block;
margin-bottom: 5px;
}
.home .item .item-content .im {
font-size: 30px;
}
.home .item .item-content .im span {
color: #e91e63;
text-transform: capitalize;
}
.home .item .item-content .desc {
margin-bottom: 30px;
}
.home .item .item-content .socials {
margin-bottom: 30px;
}
.home .item .item-content .socials ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.home .item .item-content .socials ul li {
margin-right: 10px;
}
.home .item .item-content .socials ul li a i, .home .item .item-content .socials ul li a svg {
width: 40px;
padding: 10px;
height: 40px;
border: 1px solid #e91e63;
color: #e91e63;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
}
.home .item .item-content .socials ul li a i:hover, .home .item .item-content .socials ul li a svg:hover {
animation: btnAnimate 0.3s ease-in-out;
-webkit-animation: btnAnimate 0.3s ease-in-out;
-moz-animation: btnAnimate 0.3s ease-in-out;
-ms-animation: btnAnimate 0.3s ease-in-out;
-o-animation: btnAnimate 0.3s ease-in-out;
background: #e91e63;
color: #F9F9FF;
}
@-webkit-keyframes btnAnimate {
0% {
opacity: 0;
transform: scale(1.5);
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
}
@keyframes btnAnimate {
0% {
opacity: 0;
transform: scale(1.5);
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
}
.about-cont {
width: 100%;
}
.about-info {
padding: 7% 0;
}
.about-info .content .img {
position: relative;
z-index: 1;
padding: 30px 0;
}
.about-info .content .img::after {
content: "";
width: 60%;
height: 75%;
border-radius: 5px;
border: 15px solid #ff52521a;
position: absolute;
background: transparent;
top: 0;
left: 60px;
z-index: -1;
}
.about-info .content .img .img-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.about-info .content .info .top {
margin-bottom: 10px;
}
.about-info .content .info .top h4 {
text-transform: uppercase;
font-family: "Poppins", sans-serif;
position: relative;
display: inline-block;
}
.about-info .content .info .top h4 span {
color: #e91e63;
}
.about-info .content .info .top h4::after {
content: "";
width: 100%;
height: 2px;
background: #ececec;
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
}
.about-info .content .info .top h4::before {
content: "";
width: 25px;
height: 2px;
background: #e91e63;
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
}
.about-info .content .info .desc {
margin-bottom: 50px;
}
.about-info .content .info .bottom {
margin-bottom: 20px;
padding-left: 15px;
}
.about-info .content .info .bottom .item {
margin-bottom: 50px;
position: relative;
}
.about-info .content .info .bottom .item::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 100%;
background: #e6e6e6;
border-radius: 10px;
z-index: 1;
}
.about-info .content .info .bottom .item::before {
content: "";
position: absolute;
top: 0;
left: -2px;
width: 5px;
height: 12px;
border-radius: 10px;
background: #9e9e9e;
z-index: 2;
}
.about-info .content .info .bottom .item .title {
color: #364f6b;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 3px;
letter-spacing: 1px;
margin-top: -7px;
}
.about-info .content .info .bottom .item span {
font-size: 15px;
color: #949494;
display: block;
}
.fun-fact .fun-fact-content .item .item-content {
box-shadow: 0px 0px 20px #efeeee;
-webkit-box-shadow: 0px 0px 20px #efeeee;
-moz-box-shadow: 0px 0px 20px #efeeee;
-o-box-shadow: 0px 0px 20px #efeeee;
-ms-box-shadow: 0px 0px 20px #efeeee;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
height: 90px;
border: 1px solid #f1f1f1;
background: white;
}
.fun-fact .fun-fact-content .item .item-content .icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.fun-fact .fun-fact-content .item .item-content .icon svg {
color: #e91e63;
background: #fbfbfb;
display: block;
width: 80px;
height: 100%;
padding: 25px;
}
.fun-fact .fun-fact-content .item .item-content .info {
width: 100%;
padding: 7px 0;
}
.fun-fact .fun-fact-content .item .item-content .info .number {
font-size: 20px;
font-weight: 500;
color: #e91e63;
}
.fun-fact .fun-fact-content .item .item-content .info .title {
text-transform: uppercase;
font-size: 18px;
font-weight: 400;
font-family: "Poppins", sans-serif;
}
.service-content .item {
margin-bottom: 25px;
}
.service-content .item .item-content {
text-align: center;
padding: 30px 20px;
box-shadow: 0px 0px 20px #efeeee;
-webkit-box-shadow: 0px 0px 20px #efeeee;
-moz-box-shadow: 0px 0px 20px #efeeee;
-o-box-shadow: 0px 0px 20px #efeeee;
-ms-box-shadow: 0px 0px 20px #efeeee;
border: 1px solid #f1f1f1;
background: white;
border-radius: 3px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.service-content .item .item-content:hover {
background: #F9F9FF;
}
.service-content .item .item-content:hover .info .title {
color: #e91e63;
}
.service-content .item .item-content .icon {
margin-bottom: 10px;
}
.service-content .item .item-content .icon .icon-content svg {
display: inline-block;
width: 50px;
height: 50px;
padding: 10px;
color: #e91e63;
margin-bottom: 10px;
position: relative;
border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
background: #ff52521a;
}
.service-content .item .item-content .info .title {
text-transform: capitalize;
font-size: 18px;
font-weight: 500;
letter-spacing: 0.35px;
font-family: "Rubik", sans-serif;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.experience .experience-content {
padding-top: 10%;
padding-bottom: 9%;
}
.experience .experience-content .experience-bg {
background: white;
padding: 20px;
border-radius: 20px;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.experience .experience-content .experience-bg .experience-body {
background: white;
height: 443px;
padding-left: 30px;
padding-top: 30px;
padding-right: 90px;
padding-bottom: 30px;
border-radius: 20px;
overflow-y: hidden;
}
.experience .experience-content .experience-bg .experience-body::-webkit-scrollbar {
width: 7px;
}
.experience .experience-content .experience-bg .experience-body::-webkit-scrollbar-thumb {
background: #dddd;
box-shadow: 0px 0px 20px #efeeee;
-webkit-box-shadow: 0px 0px 20px #efeeee;
-moz-box-shadow: 0px 0px 20px #efeeee;
-o-box-shadow: 0px 0px 20px #efeeee;
-ms-box-shadow: 0px 0px 20px #efeeee;
border-radius: 3px;
}
.experience .experience-content .experience-bg .experience-body:hover {
overflow-y: scroll;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.experience .experience-content .experience-bg .experience-body .item {
position: relative;
padding-left: 40px;
padding-right: 30px;
margin-bottom: 25px;
}
.experience .experience-content .experience-bg .experience-body .item:last-child {
margin-bottom: 0;
}
.experience .experience-content .experience-bg .experience-body .item::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 1px;
height: 75%;
background: #e91e63;
}
.experience .experience-content .experience-bg .experience-body .item::before {
content: url("https://api.iconify.design/bytesize:work.svg?color=%23e91e63&height=20");
position: absolute;
left: -7px;
top: 3px;
display: inline-block;
}
.experience .experience-content .experience-bg .experience-body .item .top {
color: #949494;
}
.experience .experience-content .experience-bg .experience-body .item .title {
font-size: 17px;
text-transform: capitalize;
}
.experience .experience-content .experience-bg .experience-body .item .desc {
font-size: 14px;
}
.experience .experience-content .experience-bg .experience-body .item.study::before {
content: url("https://api.iconify.design/fluent:hat-graduation-24-regular.svg?color=%23e91e63&height=20");
}
.skills-content {
padding-top: 11%;
padding-bottom: 9%;
padding-left: 10%;
overflow: hidden;
}
.skills-content .item {
margin-bottom: 60px;
position: relative;
}
.skills-content .item:last-child {
margin-bottom: 0;
}
.skills-content .item .title {
font-size: 15px;
font-weight: 500;
color: #364f6b;
text-transform: capitalize;
}
.skills-content .item .number {
float: right;
background: transparent;
padding: 0 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 10px;
border: 1px solid #e91e63;
position: absolute;
top: -5px;
right: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.skills-content .item .number::before {
content: "";
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 6px solid #e91e63;
position: absolute;
left: 30%;
bottom: -9px;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
}
.skills-content .item .range {
width: 100%;
height: 17px;
border-radius: 30px;
background: #ff52521a;
margin-top: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 7px;
}
.skills-content .item .range .range-body {
height: 40%;
border-radius: 30px;
background: #e91e63;
display: block;
}
.portfolio {
height: 100%;
width: 100%;
}
.portfolio .portfolio-content .filter-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 35px;
}
.portfolio .portfolio-content .filter-button button {
border: none;
outline: none;
color: #364f6b;
text-transform: capitalize;
margin-right: 50px;
padding: 2px 0;
border-radius: 5px;
background: transparent;
font-weight: 600;
letter-spacing: 0.25px;
font-family: "Rubik", sans-serif;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
}
.portfolio .portfolio-content .filter-button button::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 10px;
height: 2px;
background: #dddd;
border-radius: 30px;
z-index: 2;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
opacity: 0;
visibility: hidden;
}
.portfolio .portfolio-content .filter-button button:hover {
color: #e91e63;
}
.portfolio .portfolio-content .filter-button button.active {
color: #e91e63;
}
.portfolio .portfolio-content .grid .item {
margin-bottom: 25px;
position: relative;
}
.portfolio .portfolio-content .grid .item .item-content {
width: 100%;
height: 250px;
text-align: center;
position: relative;
border-radius: 20px;
overflow: hidden;
box-shadow: 0px 0px 10px #efeeee;
-webkit-box-shadow: 0px 0px 10px #efeeee;
-moz-box-shadow: 0px 0px 10px #efeeee;
-o-box-shadow: 0px 0px 10px #efeeee;
-ms-box-shadow: 0px 0px 10px #efeeee;
}
.portfolio .portfolio-content .grid .item .item-content:hover .overlay {
visibility: visible;
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
.portfolio .portfolio-content .grid .item .item-content:hover .overlay .title {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.portfolio .portfolio-content .grid .item .item-content:hover .overlay .term {
opacity: 1;
transform: translateX(0px);
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.portfolio .portfolio-content .grid .item .item-content:hover .overlay .more-button {
opacity: 1;
transform: translateX(0px);
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.portfolio .portfolio-content .grid .item .item-content .overlay {
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.616);
width: 100%;
height: 100%;
border-radius: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
visibility: hidden;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.portfolio .portfolio-content .grid .item .item-content .overlay .term {
color: #fafafa;
padding: 0 20px;
height: 25px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 10px;
left: 0;
text-transform: capitalize;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
transform: translateX(30px);
-webkit-transform: translateX(30px);
-moz-transform: translateX(30px);
-o-transform: translateX(30px);
-ms-transform: translateX(30px);
}
.portfolio .portfolio-content .grid .item .item-content .overlay .title {
color: #fafafa;
font-size: 20px;
font-weight: 400;
width: 70%;
line-height: 1.6;
font-family: "Rubik", sans-serif;
opacity: 0;
transform: translateY(30px);
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
-o-transform: translateY(30px);
-ms-transform: translateY(30px);
}
.portfolio .portfolio-content .grid .item .item-content .overlay .more-button {
position: absolute;
bottom: 20px;
left: 20px;
opacity: 0;
transform: translateX(-30px);
-webkit-transform: translateX(-30px);
-moz-transform: translateX(-30px);
-o-transform: translateX(-30px);
-ms-transform: translateX(-30px);
}
.portfolio .portfolio-content .grid .item .item-content .overlay .more-button svg, .portfolio .portfolio-content .grid .item .item-content .overlay .more-button i, .portfolio .portfolio-content .grid .item .item-content .overlay .more-button span {
color: #fff;
background: #e91e63;
width: 30px;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 5px;
border-radius: 50%;
}
.portfolio .portfolio-content .grid .item .item-content .thumb {
width: 100%;
height: 100%;
}
.portfolio .portfolio-content .grid .item .item-content .thumb img {
width: 100%;
height: 100%;
}
.portfolio-details {
width: 100%;
height: 100%;
}
.portfolio-details .area.left .area-content {
position: sticky;
top: 10px;
}
.portfolio-details .area.left .area-content .item {
margin-bottom: 20px;
}
.portfolio-details .area.left .area-content .item .item-content {
background: white;
padding: 20px 30px;
border-radius: 10px;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.portfolio-details .area.left .area-content .item .item-content .title {
text-transform: capitalize;
font-size: 17px;
margin-bottom: 30px;
padding-bottom: 10px;
position: relative;
}
.portfolio-details .area.left .area-content .item .item-content .title::after {
content: "";
position: absolute;
width: 20px;
height: 5px;
background-color: #f5f5ff;
bottom: 0;
left: 0;
border-radius: 30px;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-block li {
display: block;
font-size: 13px;
padding: 10px 0;
border-bottom: 1px solid #f1f1f1;
color: #949494;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-block li a {
color: #949494;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-block li:last-child {
border-bottom: none;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-block li .min {
text-transform: capitalize;
font-size: 13px;
width: 80px;
color: #212529;
font-weight: 400;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
margin-right: 40px;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-block li .min::after {
content: ":";
position: absolute;
right: 0;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-line li {
border: 0;
margin-right: 10px;
background: #F9F9FF;
padding: 5px 10px;
font-size: 13px;
}
.portfolio-details .area.right .item-content {
background: white;
padding: 20px 30px;
border-radius: 10px;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.portfolio-details .area.right .item-content div {
margin-bottom: 60px;
}
.portfolio-details .area.right .item-content div:last-child {
margin-bottom: 0;
}
.portfolio-details .area.right .item-content .title {
margin-bottom: 15px;
font-size: 17px;
font-weight: 500;
text-transform: capitalize;
padding-bottom: 15px;
border-bottom: 1px solid whitesmoke;
}
.portfolio-details .area.right .item-content .desc {
font-size: 14px;
padding-left: 10px;
}
.portfolio-details .area.right .item-content .list {
padding-left: 30px;
margin-bottom: 20px;
}
.portfolio-details .area.right .item-content .list li {
color: #949494;
position: relative;
}
.portfolio-details .area.right .item-content .list li::before {
content: url("https://api.iconify.design/grommet-icons:validate.svg?color=%23949494&height=15");
margin-right: 20px;
}
.portfolio-details .area.right .item-content img {
margin-bottom: 20px;
}
.portfolio-details .area.right .item-content img:last-child {
margin-bottom: 0;
}
.blog {
width: 100%;
}
.blog .blog-content {
text-align: center;
}
.blog .blog-content .item {
margin-bottom: 170px;
}
.blog .blog-content .item .item-content {
box-shadow: 0px 0px 20px #efeeee;
-webkit-box-shadow: 0px 0px 20px #efeeee;
-moz-box-shadow: 0px 0px 20px #efeeee;
-o-box-shadow: 0px 0px 20px #efeeee;
-ms-box-shadow: 0px 0px 20px #efeeee;
position: relative;
}
.blog .blog-content .item .item-content:hover .img img {
transform: scale(1.2) rotate(5deg);
-webkit-transform: scale(1.2) rotate(5deg);
-moz-transform: scale(1.2) rotate(5deg);
-o-transform: scale(1.2) rotate(5deg);
-ms-transform: scale(1.2) rotate(5deg);
-webkit-filter: grayscale(1) blur(1px);
filter: grayscale(1) blur(1px);
}
.blog .blog-content .item .item-content:hover .info .title {
color: #e91e63;
}
.blog .blog-content .item .item-content .img {
border-radius: 10px;
overflow: hidden;
height: 370px;
background: #e1e1ff;
border: 15px solid #e1e1ff;
}
.blog .blog-content .item .item-content .img img {
width: 100%;
height: 100%;
border-radius: 3px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.blog .blog-content .item .item-content .img a {
padding: 0;
}
.blog .blog-content .item .item-content .info {
padding: 20px 20px;
background: #fff;
-webkit-box-shadow: 0px 21px 29px -20px #9e9e9e;
box-shadow: 0px 21px 29px -20px #9e9e9e;
border-radius: 10px;
width: 80%;
position: absolute;
bottom: -80px;
left: 50%;
border: 1px solid #e1e1ff;
text-align: left;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.blog .blog-content .item .item-content .info .top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
}
.blog .blog-content .item .item-content .info .top span {
margin-right: 25px;
color: #949494;
font-size: 14px;
}
.blog .blog-content .item .item-content .info .top span i, .blog .blog-content .item .item-content .info .top span svg {
color: #e91e63;
width: 30px;
height: 30px;
background: #e2f3f5;
padding: 7px;
margin-top: -2px;
margin-right: 0px;
border-radius: 50%;
}
.blog .blog-content .item .item-content .info .title {
line-height: 1.7;
font-size: 25px;
font-weight: 600;
color: #364f6b;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.blog .blog-content .item .item-content .info .title:hover {
color: #e91e63;
}
.blog-details {
width: 100%;
height: 100%;
}
.blog-details .body .img {
width: 100%;
height: 430px;
}
.blog-details .body .img img {
width: 100%;
height: 100%;
}
.blog-details .body .info {
margin-bottom: 20px;
margin-top: 20px;
background: white;
padding: 20px 10px;
border-radius: 10px;
}
.blog-details .body .info span {
color: #949494;
margin-right: 15px;
font-size: 13px;
}
.blog-details .body .info span i, .blog-details .body .info span svg {
color: #e91e63;
width: 25px;
height: 25px;
background: #F9F9FF;
padding: 5px;
border-radius: 50%;
margin-top: -3px;
}
.blog-details .body .post-content {
background: white;
padding: 20px 20px;
border-radius: 10px;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.blog-details .body .post-content p {
font-size: 14px;
}
.blog-details .body .post-content blockquote {
background: #F9F9FF;
position: relative;
padding: 20px;
padding-left: 100px;
color: #e91e63;
}
.blog-details .body .post-content blockquote::before {
content: "";
width: 50px;
height: 2px;
background: #e91e63;
position: absolute;
left: 10px;
top: 34px;
}
.blog-details .body .post-content img {
width: 100%;
margin-bottom: 10px;
}
.blog-details .body .post-comment {
margin-top: 20px;
}
.blog-details .body .post-comment .title {
text-transform: capitalize;
font-size: 20px;
position: relative;
padding-bottom: 10px;
margin-bottom: 30px;
}
.blog-details .body .post-comment .title::after {
content: "";
position: absolute;
width: 20px;
height: 5px;
background-color: #f5f5ff;
bottom: 0;
left: 0;
border-radius: 30px;
}
.blog-details .body .post-comment .comment-user {
background: #fff;
padding: 20px 20px;
border-radius: 10px;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.blog-details .body .post-comment .comment-user .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 10px;
}
.blog-details .body .post-comment .comment-user .item .item-img {
margin-right: 20px;
}
.blog-details .body .post-comment .comment-user .item .item-img .item-img-content {
width: 90px;
height: 90px;
border-radius: 50%;
padding: 5px;
background: #F9F9FF;
}
.blog-details .body .post-comment .comment-user .item .item-img .item-img-content img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.blog-details .body .post-comment .comment-user .item .item-area {
background: #f5f5ff;
position: relative;
padding: 20px 20px;
border-radius: 10px;
}
.blog-details .body .post-comment .comment-user .item .item-area::after {
content: "";
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid #f5f5ff;
position: absolute;
left: -10px;
top: 25%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog-details .body .post-comment .comment-user .item .item-area .top .name {
text-transform: capitalize;
font-size: 14px;
font-weight: 500;
color: #364f6b;
display: block;
}
.blog-details .body .post-comment .comment-user .item .item-area .top .name:hover {
color: #e91e63;
}
.blog-details .body .post-comment .comment-user .item .item-area .top .date {
font-size: 13px;
color: #364f6b;
}
.blog-details .body .post-comment .comment-user .item .item-area .top .date i, .blog-details .body .post-comment .comment-user .item .item-area .top .date svg {
color: #e91e63;
margin-top: -2px;
margin-right: 3px;
}
.blog-details .body .post-comment .comment-user .item .item-area .body {
margin-bottom: 5px;
}
.blog-details .body .post-comment .comment-user .item .item-area .body .desc {
font-size: 13px;
margin-bottom: 0;
}
.blog-details .body .post-comment .comment-user .item .item-area .footer .link {
text-transform: capitalize;
color: #364f6b;
margin-right: 20px;
font-size: 13px;
}
.blog-details .body .post-comment .comment-user .item .item-area .footer .link:hover {
color: #e91e63;
}
.blog-details .body .post-comment .comment-user .item .item-area .footer .link i, .blog-details .body .post-comment .comment-user .item .item-area .footer .link svg {
color: #e91e63;
margin-top: -3px;
width: 20px;
height: 20px;
padding: 3px;
}
.blog-details .body .post-comment .comment-user .item.reply {
margin-left: 50px;
}
.blog-details .body .post-comment .comment-form {
margin-top: 30px;
background: #fff;
padding: 20px 20px;
border-radius: 10px;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.blog-details .body .post-comment .comment-form form .item {
margin-bottom: 10px;
}
.blog-details .body .post-comment .comment-form form .item input, .blog-details .body .post-comment .comment-form form .contact .contact-content .item.right .item-content form .input textarea, .contact .contact-content .blog-details .body .post-comment .comment-form form .item.right .item-content form .input textarea, .blog-details .body .post-comment .comment-form form .item textarea {
width: 100%;
background: #F9F9FF;
border: 1px solid #eae5e5;
height: 50px;
padding: 0 10px;
font-size: 14px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.blog-details .body .post-comment .comment-form form .item input::-webkit-input-placeholder, .blog-details .body .post-comment .comment-form form .contact .contact-content .item.right .item-content form .input textarea::-webkit-input-placeholder, .contact .contact-content .blog-details .body .post-comment .comment-form form .item.right .item-content form .input textarea::-webkit-input-placeholder, .blog-details .body .post-comment .comment-form form .item textarea::-webkit-input-placeholder {
font-size: 13px;
text-transform: capitalize;
}
.blog-details .body .post-comment .comment-form form .item input::-moz-placeholder, .blog-details .body .post-comment .comment-form form .contact .contact-content .item.right .item-content form .input textarea::-moz-placeholder, .contact .contact-content .blog-details .body .post-comment .comment-form form .item.right .item-content form .input textarea::-moz-placeholder, .blog-details .body .post-comment .comment-form form .item textarea::-moz-placeholder {
font-size: 13px;
text-transform: capitalize;
}
.blog-details .body .post-comment .comment-form form .item input:-ms-input-placeholder, .blog-details .body .post-comment .comment-form form .contact .contact-content .item.right .item-content form .input textarea:-ms-input-placeholder, .contact .contact-content .blog-details .body .post-comment .comment-form form .item.right .item-content form .input textarea:-ms-input-placeholder, .blog-details .body .post-comment .comment-form form .item textarea:-ms-input-placeholder {
font-size: 13px;
text-transform: capitalize;
}
.blog-details .body .post-comment .comment-form form .item input::-ms-input-placeholder, .blog-details .body .post-comment .comment-form form .contact .contact-content .item.right .item-content form .input textarea::-ms-input-placeholder, .contact .contact-content .blog-details .body .post-comment .comment-form form .item.right .item-content form .input textarea::-ms-input-placeholder, .blog-details .body .post-comment .comment-form form .item textarea::-ms-input-placeholder {
font-size: 13px;
text-transform: capitalize;
}
.blog-details .body .post-comment .comment-form form .item input::placeholder, .blog-details .body .post-comment .comment-form form .contact .contact-content .item.right .item-content form .input textarea::placeholder, .contact .contact-content .blog-details .body .post-comment .comment-form form .item.right .item-content form .input textarea::placeholder, .blog-details .body .post-comment .comment-form form .item textarea::placeholder {
font-size: 13px;
text-transform: capitalize;
}
.blog-details .body .post-comment .comment-form form .item input:focus, .blog-details .body .post-comment .comment-form form .item textarea:focus {
outline: 0;
background: white;
}
.blog-details .body .post-comment .comment-form form .item textarea {
height: 200px;
padding-top: 10px;
}
.blog-details .body .post-comment .comment-form form .item input[type=submit], .blog-details .body .post-comment .comment-form form .item textarea[type=submit] {
text-transform: capitalize;
background: #f5f5ff;
color: #364f6b;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.blog-details .body .post-comment .comment-form form .item input[type=submit]:hover, .blog-details .body .post-comment .comment-form form .item textarea[type=submit]:hover {
background: #e91e63;
color: #F9F9FF;
}
.blog-details .aside .aside-content {
position: sticky;
top: 20px;
}
.blog-details .aside .aside-content .item {
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
border-radius: 10px;
margin-bottom: 25px;
background: white;
padding: 10px;
}
.blog-details .aside .aside-content .item .title {
font-size: 17px;
text-transform: capitalize;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
padding-bottom: 10px;
}
.blog-details .aside .aside-content .item .title::after {
content: "";
position: absolute;
width: 20px;
height: 5px;
background-color: #f5f5ff;
bottom: 0;
border-radius: 30px;
}
.blog-details .aside .aside-content .item .item-content {
padding: 30px 10px;
}
.blog-details .aside .aside-content .item .item-content .author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.blog-details .aside .aside-content .item .item-content .author .author-img {
margin-right: 30px;
}
.blog-details .aside .aside-content .item .item-content .author .author-img .author-img-content {
height: 80px;
width: 80px;
border: 2px solid #f5f5ff;
border-radius: 50%;
}
.blog-details .aside .aside-content .item .item-content .author .author-img .author-img-content img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.blog-details .aside .aside-content .item .item-content .author .author-info span {
font-size: 17px;
text-transform: capitalize;
color: #364f6b;
}
.blog-details .aside .aside-content .item .item-content .author .author-info .desc {
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .search {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.blog-details .aside .aside-content .item .item-content .search .input {
height: 50px;
background: #F9F9FF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 10px;
}
.blog-details .aside .aside-content .item .item-content .search .input input, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea {
border: 0;
background: transparent;
}
.blog-details .aside .aside-content .item .item-content .search .input input:focus, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea:focus, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea:focus, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea:focus, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea:focus, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea:focus, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea:focus {
outline: 0;
}
.blog-details .aside .aside-content .item .item-content .search .input input::-webkit-input-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea::-webkit-input-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea::-webkit-input-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea::-webkit-input-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea::-webkit-input-placeholder, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea::-webkit-input-placeholder, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea::-webkit-input-placeholder {
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .search .input input::-moz-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea::-moz-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea::-moz-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea::-moz-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea::-moz-placeholder, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea::-moz-placeholder, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea::-moz-placeholder {
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .search .input input:-ms-input-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea:-ms-input-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea:-ms-input-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea:-ms-input-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea:-ms-input-placeholder, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea:-ms-input-placeholder, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea:-ms-input-placeholder {
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .search .input input::-ms-input-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea::-ms-input-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea::-ms-input-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea::-ms-input-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea::-ms-input-placeholder, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea::-ms-input-placeholder, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea::-ms-input-placeholder {
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .search .input input::placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea::placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea::placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea::placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea::placeholder, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea::placeholder, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea::placeholder {
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .search .input i, .blog-details .aside .aside-content .item .item-content .search .input svg {
background: #f2f2ff;
width: 50px;
height: 100%;
padding: 13px;
color: #364f6b;
cursor: pointer;
}
.blog-details .aside .aside-content .item .item-content .categories ul {
display: inline;
}
.blog-details .aside .aside-content .item .item-content .categories ul li {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 5px;
margin-bottom: 5px;
}
.blog-details .aside .aside-content .item .item-content .categories ul li a {
background: #f5f5ff;
color: #364f6b;
text-transform: capitalize;
padding: 5px 10px;
font-size: 14px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.blog-details .aside .aside-content .item .item-content .categories ul li a:hover {
background: #e91e63;
color: #F9F9FF;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item {
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item:last-child {
margin-bottom: 0;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .img {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .img .img-content {
width: 80%;
height: 70px;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .img .img-content img {
width: 100%;
height: 100%;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .info {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .info .date {
display: block;
color: #949494;
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .info .date i, .blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .info .date svg {
color: #e91e63;
margin-top: -2px;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .info a {
font-size: 15px;
width: 70%;
color: #212529;
font-weight: 500;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .info a:hover {
color: #e91e63;
}
.contact {
width: 100%;
}
.contact .contact-content .item.left .title {
text-transform: capitalize;
}
.contact .contact-content .item.left .desc {
width: 80%;
font-size: 14px;
margin-bottom: 20px;
}
.contact .contact-content .item.left .info .info-item {
background: white;
margin-bottom: 13px;
border-radius: 10px;
padding: 20px;
}
.contact .contact-content .item.left .info .info-item .top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
}
.contact .contact-content .item.left .info .info-item .top i, .contact .contact-content .item.left .info .info-item .top svg {
color: #e91e63;
width: 30px;
height: 30px;
padding: 5px;
background: #F9F9FF;
border-radius: 50%;
margin-right: 10px;
}
.contact .contact-content .item.left .info .info-item .top .info-title {
text-transform: capitalize;
margin-top: 10px;
font-size: 15px;
}
.contact .contact-content .item.left .info .info-item .area {
padding-left: 20px;
}
.contact .contact-content .item.left .info .info-item .area span {
display: block;
font-size: 14px;
color: #949494;
}
.contact .contact-content .item.right .item-content {
background: white;
padding: 20px 15px;
border-radius: 10px;
}
.contact .contact-content .item.right .item-content form .input {
margin-bottom: 10px;
position: relative;
}
.contact .contact-content .item.right .item-content form .input:last-child {
margin-bottom: 0;
}
.contact .contact-content .item.right .item-content form .input input, .contact .contact-content .item.right .item-content form .input textarea {
background: #F9F9FF;
width: 100%;
height: 50px;
padding: 0 10px;
border: none;
color: #e91e63;
font-size: 14px;
border-left: 10px solid #f5f5ff;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.contact .contact-content .item.right .item-content form .input input:focus, .contact .contact-content .item.right .item-content form .input textarea:focus {
outline: 0;
border-color: #e91e63;
border-radius: 0;
}
.contact .contact-content .item.right .item-content form .input input::-webkit-input-placeholder, .contact .contact-content .item.right .item-content form .input textarea::-webkit-input-placeholder {
text-transform: capitalize;
font-family: "Rubik", sans-serif;
font-size: 13px;
}
.contact .contact-content .item.right .item-content form .input input::-moz-placeholder, .contact .contact-content .item.right .item-content form .input textarea::-moz-placeholder {
text-transform: capitalize;
font-family: "Rubik", sans-serif;
font-size: 13px;
}
.contact .contact-content .item.right .item-content form .input input:-ms-input-placeholder, .contact .contact-content .item.right .item-content form .input textarea:-ms-input-placeholder {
text-transform: capitalize;
font-family: "Rubik", sans-serif;
font-size: 13px;
}
.contact .contact-content .item.right .item-content form .input input::-ms-input-placeholder, .contact .contact-content .item.right .item-content form .input textarea::-ms-input-placeholder {
text-transform: capitalize;
font-family: "Rubik", sans-serif;
font-size: 13px;
}
.contact .contact-content .item.right .item-content form .input input::placeholder, .contact .contact-content .item.right .item-content form .input textarea::placeholder {
text-transform: capitalize;
font-family: "Rubik", sans-serif;
font-size: 13px;
}
.contact .contact-content .item.right .item-content form .input textarea {
height: 185px;
padding-top: 10px;
resize: none;
}
.contact .contact-content .item.right .item-content form .input input[type=submit], .contact .contact-content .item.right .item-content form .input textarea[type=submit] {
font-size: 14px;
background: #f5f5ff;
border-radius: 5px;
border: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.contact .contact-content .item.right .item-content form .input input[type=submit]:hover, .contact .contact-content .item.right .item-content form .input textarea[type=submit]:hover {
background: #e91e63;
color: #F9F9FF;
}
.contact .contact-content .item.right .item-content form .input.remove-pd {
padding-right: 0;
}
.settings {
width: 300px;
position: fixed;
top: 50%;
right: -300px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transition: all 0.5s cubic-bezier(0.4, 0, 0.06, 1.14);
-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.06, 1.14);
-moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.06, 1.14);
-o-transition: all 0.5s cubic-bezier(0.4, 0, 0.06, 1.14);
-ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.06, 1.14);
z-index: 99;
}
.settings .setting-btn {
border: 0;
position: absolute;
left: -50px;
top: 30%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.settings .setting-btn i, .settings .setting-btn svg {
background: #e91e63;
color: #F9F9FF;
border-right: none;
border: 0;
width: 50px;
height: 50px;
padding: 10px;
}
.settings .setting-content {
background: #fff;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.settings .setting-content .title {
text-align: center;
font-size: 17px;
letter-spacing: 1px;
display: block;
padding: 20px 0;
text-transform: capitalize;
position: relative;
border-bottom: 1px solid #f5f5ff;
}
.settings .setting-content .title i, .settings .setting-content .title svg {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 60px;
padding: 19px;
background: transparent;
display: none;
}
.settings .setting-content .item {
padding: 10px 20px;
margin-bottom: 10px;
}
.settings .setting-content .item .item-title {
text-transform: capitalize;
font-size: 13px;
display: block;
padding: 10px 10px;
margin-bottom: 20px;
background: #f5f5ff;
}
.settings .setting-content .item .item-content {
text-align: center;
}
.settings .setting-content .item .item-content span {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 7px;
}
.settings .setting-content .item .item-content span i, .settings .setting-content .item .item-content span svg {
width: 45px;
height: 45px;
cursor: pointer;
padding: 10px;
background: #F9F9FF;
}
.settings .setting-content .item .item-content .color {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 30px;
height: 30px;
margin-right: 5px;
border-radius: 50%;
border: 0;
cursor: pointer;
}
.settings .setting-content .item .item-content .color.pink {
background: #e91e63;
}
.settings .setting-content .item .item-content .color.blue {
background: #43dde6;
}
.settings .setting-content .item .item-content .color.green {
background: #78CC6D;
}
.settings .setting-content .item .item-content .color.yellow {
background: #FFB400;
}
.settings .setting-content .item .item-content .btn-dir {
background: #f5f5ff;
color: #364f6b;
font-size: 13px;
padding: 10px 20px;
margin-bottom: 10px;
display: block;
}
.settings.active {
right: 0;
}/*# sourceMappingURL=style.css.map */ | assets/css/download.css | -- Css Table of Content
--> Fonts
--> Generale Style
--> Preloader Style
--> Home Section Style
--> About Section Style
--> Fun Fact Section Style
--> Service Section Style
--> Experience Section Style
--> Skills Section Style
--> Portfolio Section Style
--> Blog Section Style
--> Contact Section Style
**************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: "Rubik", sans-serif;
color: #212529;
background: #F9F9FF;
overflow-x: hidden;
font-weight: 400;
font-size: 16px;
line-height: 1.7;
}
body.overlay::after {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
opacity: 0.6;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
z-index: 99;
}
h1, h2, h3, h4, h5, h6 {
color: #364f6b;
font-family: "Rubik", sans-serif;
font-weight: 700;
display: block;
}
p {
color: #949494;
font-size: 15px;
font-family: "Poppins", sans-serif;
line-height: 2;
}
img {
max-width: 100%;
height: auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
a {
text-decoration: none;
color: #e91e63;
}
a:hover {
text-decoration: none;
color: #364f6b;
}
::-moz-selection {
background: #e91e63;
color: #F9F9FF;
}
::selection {
background: #e91e63;
color: #F9F9FF;
}
.btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
background: transparent;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
text-transform: capitalize;
border: 1px solid #e91e63;
color: #e91e63;
padding: 0 20px;
font-family: "Poppins", sans-serif;
border-radius: 5px;
overflow: hidden;
position: relative;
z-index: 1;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.btn i, .btn svg {
width: 30px;
height: 30px;
padding-left: 7px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.btn:hover {
color: #F9F9FF;
padding: 0 25px;
}
.btn:hover::before {
left: 0;
right: 0;
}
.btn:hover i {
padding-left: 13px;
}
.btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn::before {
content: "";
position: absolute;
height: 100%;
top: 0;
left: 51%;
right: 50%;
color: #F9F9FF;
background: #e91e63;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: -1;
display: block;
}
.btn-mobile-open {
position: fixed;
top: 20px;
right: 20px;
z-index: 9999;
background: transparent;
border: 0;
outline: 0;
display: none;
}
.btn-mobile-open i, .btn-mobile-open svg {
width: 40px;
height: 40px;
background: #e91e63;
color: #F9F9FF;
padding: 5px;
border-radius: 5px;
}
.btn-mobile-close {
position: absolute;
top: 10px;
right: 20px;
z-index: 9999;
background: transparent;
border: 0;
outline: 0;
display: none;
}
.btn-mobile-close i, .btn-mobile-close svg {
width: 30px;
height: 30px;
background: #e91e63;
color: #F9F9FF;
padding: 5px;
border-radius: 5px;
}
body::-webkit-scrollbar {
width: 10px;
}
body::-webkit-scrollbar-thumb {
border-radius: 20px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
body::-webkit-scrollbar-thumb:hover {
background: #bdbdbd;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
width: 100%;
height: 100%;
}
.content .sections {
width: 100%;
height: 100%;
}
.content .sections .link {
display: none;
}
.content .sections .link.active {
display: block;
height: 100%;
height: 100%;
}
.box {
display: none;
}
.box.active {
display: block;
}
.header {
height: 100vh;
width: 296px;
left: 0;
top: 0;
z-index: 9999;
}
.header .header-content {
height: 100%;
width: 270px;
padding: 40px 0;
padding-left: 25px;
background: #f5f5ff;
border-right: 1px solid #f5ebeb;
position: fixed;
left: 0;
top: 0;
z-index: 9999;
}
.header .user {
width: 100%;
text-align: left;
padding-left: 20px;
}
.header .user .img {
width: 130px;
height: 130px;
border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
padding: 10px;
margin-bottom: 20px;
background-color: #ff52521a;
animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-webkit-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-moz-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-ms-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-o-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
}
.header .user .img img {
width: 100%;
height: 100%;
border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-webkit-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-moz-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-ms-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
-o-animation: rudios 5s cubic-bezier(0.6, -0.28, 0.55, 0.61) infinite;
}
@-webkit-keyframes rudios {
0% {
border-radius: 50% 100% 100% 60%/75% 69% 69% 75%;
}
40% {
border-radius: 90% 70% 70% 90%/75% 69% 69% 75%;
}
70% {
border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
}
100% {
border-radius: 50% 100% 100% 60%/75% 69% 69% 75%;
}
}
@keyframes rudios {
0% {
border-radius: 50% 100% 100% 60%/75% 69% 69% 75%;
}
40% {
border-radius: 90% 70% 70% 90%/75% 69% 69% 75%;
}
70% {
border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
}
100% {
border-radius: 50% 100% 100% 60%/75% 69% 69% 75%;
}
}
.header .user .name {
color: #e91e63;
font-size: 30px;
text-transform: capitalize;
letter-spacing: 1px;
font-family: "Rubik", sans-serif;
font-weight: 600;
}
.header .user .work span {
display: block;
font-size: 17px;
text-transform: capitalize;
color: #364f6b;
font-family: "Rubik", sans-serif;
}
.header .nav {
margin-top: 100px;
}
.header .nav .nav-list {
margin: 0;
display: block;
width: 100%;
}
.header .nav .nav-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 20px;
margin-bottom: 3px;
}
.header .nav .nav-list li:hover a {
color: #e91e63;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header .nav .nav-list li a {
display: block;
text-transform: capitalize;
width: 100%;
font-size: 15px;
font-weight: 500;
font-family: "Poppins", sans-serif;
color: #364f6b;
}
.header .nav .nav-list li i, .header .nav .nav-list li svg {
color: #e91e63;
margin-right: 13px;
font-size: 17px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 25px;
height: 25px;
}
@-webkit-keyframes btnBarAnimate {
0% {
opacity: 0;
transform: scale(1.5);
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
}
@keyframes btnBarAnimate {
0% {
opacity: 0;
transform: scale(1.5);
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
}
.header .cpr {
position: absolute;
bottom: 0;
padding: 13px 10px;
width: 100%;
text-align: left;
}
.header .cpr span {
font-size: 14px;
}
.header .download {
position: absolute;
top: 50%;
right: -20px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
z-index: 88;
}
.header .download i, .header .download svg {
color: #e91e63;
background: #fafafa;
width: 40px;
height: 40px;
padding: 10px;
border-radius: 50%;
cursor: pointer;
border: 1px solid #f5ebeb;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
position: relative;
}
.header .download i:hover, .header .download svg:hover {
background: #e91e63;
color: #F9F9FF;
}
.header .download .hv {
position: absolute;
top: 0;
background: #e91e63;
color: #F9F9FF;
padding: 5px 10px;
width: 150px;
text-transform: capitalize;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: 20px;
border-radius: 10px;
transform: translateX(-10px);
-webkit-transform: translateX(-10px);
-moz-transform: translateX(-10px);
-o-transform: translateX(-10px);
-ms-transform: translateX(-10px);
opacity: 0;
visibility: hidden;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.header .download .hv::after {
content: "";
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #e91e63;
position: absolute;
left: -5px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.header .download:hover .hv {
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
opacity: 1;
visibility: visible;
}
.pd {
padding: 3% 6%;
}
.pd-tb {
padding-top: 4%;
padding-bottom: 7%;
}
.title h2 {
text-transform: capitalize;
font-size: 30px;
font-family: "Rubik", sans-serif;
letter-spacing: 1px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 5px 7px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 1;
}
.title h2:hover::after {
left: 0;
right: 0;
width: 100%;
border-radius: 30px;
}
.title h2::after {
content: "";
position: absolute;
top: 3px;
left: -10px;
width: 40px;
height: 40px;
background-color: #ff52521a;
border-radius: 50%;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.animate-fade {
animation: fade 1s cubic-bezier(0.25, 1, 0.3, 1);
-webkit-animation: fade 1s cubic-bezier(0.25, 1, 0.3, 1);
-moz-animation: fade 1s cubic-bezier(0.25, 1, 0.3, 1);
-ms-animation: fade 1s cubic-bezier(0.25, 1, 0.3, 1);
-o-animation: fade 1s cubic-bezier(0.25, 1, 0.3, 1);
-webkit-transition: opacity 2s ease-in-out;
transition: opacity 2s ease-in-out;
}
.animate-left {
animation: left 1s cubic-bezier(0.25, 1, 0.3, 1);
-webkit-animation: left 1s cubic-bezier(0.25, 1, 0.3, 1);
-moz-animation: left 1s cubic-bezier(0.25, 1, 0.3, 1);
-ms-animation: left 1s cubic-bezier(0.25, 1, 0.3, 1);
-o-animation: left 1s cubic-bezier(0.25, 1, 0.3, 1);
}
.animate-right {
animation: right 1s cubic-bezier(0.25, 1, 0.3, 1);
-webkit-animation: right 1s cubic-bezier(0.25, 1, 0.3, 1);
-moz-animation: right 1s cubic-bezier(0.25, 1, 0.3, 1);
-ms-animation: right 1s cubic-bezier(0.25, 1, 0.3, 1);
-o-animation: right 1s cubic-bezier(0.25, 1, 0.3, 1);
}
.animate-bottom {
animation: bottom 1s cubic-bezier(0.25, 1, 0.3, 1);
-webkit-animation: bottom 1s cubic-bezier(0.25, 1, 0.3, 1);
-moz-animation: bottom 1s cubic-bezier(0.25, 1, 0.3, 1);
-ms-animation: bottom 1s cubic-bezier(0.25, 1, 0.3, 1);
-o-animation: bottom 1s cubic-bezier(0.25, 1, 0.3, 1);
}
.animate-top {
animation: top 1s cubic-bezier(0.25, 1, 0.3, 1);
-webkit-animation: top 1s cubic-bezier(0.25, 1, 0.3, 1);
-moz-animation: top 1s cubic-bezier(0.25, 1, 0.3, 1);
-ms-animation: top 1s cubic-bezier(0.25, 1, 0.3, 1);
-o-animation: top 1s cubic-bezier(0.25, 1, 0.3, 1);
}
@-webkit-keyframes fade {
0% {
transform: scale(1.3);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
opacity: 0;
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
}
@keyframes fade {
0% {
transform: scale(1.3);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
opacity: 0;
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
}
@-webkit-keyframes left {
0% {
transform: translateX(-100px);
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
-o-transform: translateX(-100px);
-ms-transform: translateX(-100px);
}
100% {
transform: translateX(0px);
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
}
}
@keyframes left {
0% {
transform: translateX(-100px);
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
-o-transform: translateX(-100px);
-ms-transform: translateX(-100px);
}
100% {
transform: translateX(0px);
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
}
}
@-webkit-keyframes right {
0% {
transform: translateX(100px);
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-o-transform: translateX(100px);
-ms-transform: translateX(100px);
}
100% {
transform: translateX(0px);
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
}
}
@keyframes right {
0% {
transform: translateX(100px);
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-o-transform: translateX(100px);
-ms-transform: translateX(100px);
}
100% {
transform: translateX(0px);
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
}
}
@-webkit-keyframes bottom {
0% {
transform: translateY(100px);
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
}
100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
}
}
@keyframes bottom {
0% {
transform: translateY(100px);
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
}
100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
}
}
@-webkit-keyframes top {
0% {
transform: translateY(-100px);
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
}
100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
}
}
@keyframes top {
0% {
transform: translateY(-100px);
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
}
100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
}
}
.preloader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 99999999;
background: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.preloader .preloader-spinner {
width: 52px;
height: 52px;
display: block;
background-color: #e91e63;
border-radius: 100%;
animation: preloader 1s infinite ease-in-out;
-webkit-animation: preloader 1s infinite ease-in-out;
-moz-animation: preloader 1s infinite ease-in-out;
-ms-animation: preloader 1s infinite ease-in-out;
-o-animation: preloader 1s infinite ease-in-out;
}
@-webkit-keyframes preloader {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
}
100% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
opacity: 0;
}
}
@keyframes preloader {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
}
100% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
opacity: 0;
}
}
.home {
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.home .img {
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.home .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.home .item .item-content {
padding-left: 25%;
}
.home .item .item-content .top {
text-transform: uppercase;
display: block;
margin-bottom: 5px;
}
.home .item .item-content .im {
font-size: 30px;
}
.home .item .item-content .im span {
color: #e91e63;
text-transform: capitalize;
}
.home .item .item-content .desc {
margin-bottom: 30px;
}
.home .item .item-content .socials {
margin-bottom: 30px;
}
.home .item .item-content .socials ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.home .item .item-content .socials ul li {
margin-right: 10px;
}
.home .item .item-content .socials ul li a i, .home .item .item-content .socials ul li a svg {
width: 40px;
padding: 10px;
height: 40px;
border: 1px solid #e91e63;
color: #e91e63;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
}
.home .item .item-content .socials ul li a i:hover, .home .item .item-content .socials ul li a svg:hover {
animation: btnAnimate 0.3s ease-in-out;
-webkit-animation: btnAnimate 0.3s ease-in-out;
-moz-animation: btnAnimate 0.3s ease-in-out;
-ms-animation: btnAnimate 0.3s ease-in-out;
-o-animation: btnAnimate 0.3s ease-in-out;
background: #e91e63;
color: #F9F9FF;
}
@-webkit-keyframes btnAnimate {
0% {
opacity: 0;
transform: scale(1.5);
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
}
@keyframes btnAnimate {
0% {
opacity: 0;
transform: scale(1.5);
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
}
.about-cont {
width: 100%;
}
.about-info {
padding: 7% 0;
}
.about-info .content .img {
position: relative;
z-index: 1;
padding: 30px 0;
}
.about-info .content .img::after {
content: "";
width: 60%;
height: 75%;
border-radius: 5px;
border: 15px solid #ff52521a;
position: absolute;
background: transparent;
top: 0;
left: 60px;
z-index: -1;
}
.about-info .content .img .img-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.about-info .content .info .top {
margin-bottom: 10px;
}
.about-info .content .info .top h4 {
text-transform: uppercase;
font-family: "Poppins", sans-serif;
position: relative;
display: inline-block;
}
.about-info .content .info .top h4 span {
color: #e91e63;
}
.about-info .content .info .top h4::after {
content: "";
width: 100%;
height: 2px;
background: #ececec;
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
}
.about-info .content .info .top h4::before {
content: "";
width: 25px;
height: 2px;
background: #e91e63;
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
}
.about-info .content .info .desc {
margin-bottom: 50px;
}
.about-info .content .info .bottom {
margin-bottom: 20px;
padding-left: 15px;
}
.about-info .content .info .bottom .item {
margin-bottom: 50px;
position: relative;
}
.about-info .content .info .bottom .item::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 100%;
background: #e6e6e6;
border-radius: 10px;
z-index: 1;
}
.about-info .content .info .bottom .item::before {
content: "";
position: absolute;
top: 0;
left: -2px;
width: 5px;
height: 12px;
border-radius: 10px;
background: #9e9e9e;
z-index: 2;
}
.about-info .content .info .bottom .item .title {
color: #364f6b;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 3px;
letter-spacing: 1px;
margin-top: -7px;
}
.about-info .content .info .bottom .item span {
font-size: 15px;
color: #949494;
display: block;
}
.fun-fact .fun-fact-content .item .item-content {
box-shadow: 0px 0px 20px #efeeee;
-webkit-box-shadow: 0px 0px 20px #efeeee;
-moz-box-shadow: 0px 0px 20px #efeeee;
-o-box-shadow: 0px 0px 20px #efeeee;
-ms-box-shadow: 0px 0px 20px #efeeee;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
height: 90px;
border: 1px solid #f1f1f1;
background: white;
}
.fun-fact .fun-fact-content .item .item-content .icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.fun-fact .fun-fact-content .item .item-content .icon svg {
color: #e91e63;
background: #fbfbfb;
display: block;
width: 80px;
height: 100%;
padding: 25px;
}
.fun-fact .fun-fact-content .item .item-content .info {
width: 100%;
padding: 7px 0;
}
.fun-fact .fun-fact-content .item .item-content .info .number {
font-size: 20px;
font-weight: 500;
color: #e91e63;
}
.fun-fact .fun-fact-content .item .item-content .info .title {
text-transform: uppercase;
font-size: 18px;
font-weight: 400;
font-family: "Poppins", sans-serif;
}
.service-content .item {
margin-bottom: 25px;
}
.service-content .item .item-content {
text-align: center;
padding: 30px 20px;
box-shadow: 0px 0px 20px #efeeee;
-webkit-box-shadow: 0px 0px 20px #efeeee;
-moz-box-shadow: 0px 0px 20px #efeeee;
-o-box-shadow: 0px 0px 20px #efeeee;
-ms-box-shadow: 0px 0px 20px #efeeee;
border: 1px solid #f1f1f1;
background: white;
border-radius: 3px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.service-content .item .item-content:hover {
background: #F9F9FF;
}
.service-content .item .item-content:hover .info .title {
color: #e91e63;
}
.service-content .item .item-content .icon {
margin-bottom: 10px;
}
.service-content .item .item-content .icon .icon-content svg {
display: inline-block;
width: 50px;
height: 50px;
padding: 10px;
color: #e91e63;
margin-bottom: 10px;
position: relative;
border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
background: #ff52521a;
}
.service-content .item .item-content .info .title {
text-transform: capitalize;
font-size: 18px;
font-weight: 500;
letter-spacing: 0.35px;
font-family: "Rubik", sans-serif;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.experience .experience-content {
padding-top: 10%;
padding-bottom: 9%;
}
.experience .experience-content .experience-bg {
background: white;
padding: 20px;
border-radius: 20px;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.experience .experience-content .experience-bg .experience-body {
background: white;
height: 443px;
padding-left: 30px;
padding-top: 30px;
padding-right: 90px;
padding-bottom: 30px;
border-radius: 20px;
overflow-y: hidden;
}
.experience .experience-content .experience-bg .experience-body::-webkit-scrollbar {
width: 7px;
}
.experience .experience-content .experience-bg .experience-body::-webkit-scrollbar-thumb {
background: #dddd;
box-shadow: 0px 0px 20px #efeeee;
-webkit-box-shadow: 0px 0px 20px #efeeee;
-moz-box-shadow: 0px 0px 20px #efeeee;
-o-box-shadow: 0px 0px 20px #efeeee;
-ms-box-shadow: 0px 0px 20px #efeeee;
border-radius: 3px;
}
.experience .experience-content .experience-bg .experience-body:hover {
overflow-y: scroll;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.experience .experience-content .experience-bg .experience-body .item {
position: relative;
padding-left: 40px;
padding-right: 30px;
margin-bottom: 25px;
}
.experience .experience-content .experience-bg .experience-body .item:last-child {
margin-bottom: 0;
}
.experience .experience-content .experience-bg .experience-body .item::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 1px;
height: 75%;
background: #e91e63;
}
.experience .experience-content .experience-bg .experience-body .item::before {
content: url("https://api.iconify.design/bytesize:work.svg?color=%23e91e63&height=20");
position: absolute;
left: -7px;
top: 3px;
display: inline-block;
}
.experience .experience-content .experience-bg .experience-body .item .top {
color: #949494;
}
.experience .experience-content .experience-bg .experience-body .item .title {
font-size: 17px;
text-transform: capitalize;
}
.experience .experience-content .experience-bg .experience-body .item .desc {
font-size: 14px;
}
.experience .experience-content .experience-bg .experience-body .item.study::before {
content: url("https://api.iconify.design/fluent:hat-graduation-24-regular.svg?color=%23e91e63&height=20");
}
.skills-content {
padding-top: 11%;
padding-bottom: 9%;
padding-left: 10%;
overflow: hidden;
}
.skills-content .item {
margin-bottom: 60px;
position: relative;
}
.skills-content .item:last-child {
margin-bottom: 0;
}
.skills-content .item .title {
font-size: 15px;
font-weight: 500;
color: #364f6b;
text-transform: capitalize;
}
.skills-content .item .number {
float: right;
background: transparent;
padding: 0 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 10px;
border: 1px solid #e91e63;
position: absolute;
top: -5px;
right: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.skills-content .item .number::before {
content: "";
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 6px solid #e91e63;
position: absolute;
left: 30%;
bottom: -9px;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
}
.skills-content .item .range {
width: 100%;
height: 17px;
border-radius: 30px;
background: #ff52521a;
margin-top: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 7px;
}
.skills-content .item .range .range-body {
height: 40%;
border-radius: 30px;
background: #e91e63;
display: block;
}
.portfolio {
height: 100%;
width: 100%;
}
.portfolio .portfolio-content .filter-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 35px;
}
.portfolio .portfolio-content .filter-button button {
border: none;
outline: none;
color: #364f6b;
text-transform: capitalize;
margin-right: 50px;
padding: 2px 0;
border-radius: 5px;
background: transparent;
font-weight: 600;
letter-spacing: 0.25px;
font-family: "Rubik", sans-serif;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
}
.portfolio .portfolio-content .filter-button button::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 10px;
height: 2px;
background: #dddd;
border-radius: 30px;
z-index: 2;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
opacity: 0;
visibility: hidden;
}
.portfolio .portfolio-content .filter-button button:hover {
color: #e91e63;
}
.portfolio .portfolio-content .filter-button button.active {
color: #e91e63;
}
.portfolio .portfolio-content .grid .item {
margin-bottom: 25px;
position: relative;
}
.portfolio .portfolio-content .grid .item .item-content {
width: 100%;
height: 250px;
text-align: center;
position: relative;
border-radius: 20px;
overflow: hidden;
box-shadow: 0px 0px 10px #efeeee;
-webkit-box-shadow: 0px 0px 10px #efeeee;
-moz-box-shadow: 0px 0px 10px #efeeee;
-o-box-shadow: 0px 0px 10px #efeeee;
-ms-box-shadow: 0px 0px 10px #efeeee;
}
.portfolio .portfolio-content .grid .item .item-content:hover .overlay {
visibility: visible;
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
.portfolio .portfolio-content .grid .item .item-content:hover .overlay .title {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.portfolio .portfolio-content .grid .item .item-content:hover .overlay .term {
opacity: 1;
transform: translateX(0px);
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.portfolio .portfolio-content .grid .item .item-content:hover .overlay .more-button {
opacity: 1;
transform: translateX(0px);
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.portfolio .portfolio-content .grid .item .item-content .overlay {
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.616);
width: 100%;
height: 100%;
border-radius: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
visibility: hidden;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.portfolio .portfolio-content .grid .item .item-content .overlay .term {
color: #fafafa;
padding: 0 20px;
height: 25px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 10px;
left: 0;
text-transform: capitalize;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
transform: translateX(30px);
-webkit-transform: translateX(30px);
-moz-transform: translateX(30px);
-o-transform: translateX(30px);
-ms-transform: translateX(30px);
}
.portfolio .portfolio-content .grid .item .item-content .overlay .title {
color: #fafafa;
font-size: 20px;
font-weight: 400;
width: 70%;
line-height: 1.6;
font-family: "Rubik", sans-serif;
opacity: 0;
transform: translateY(30px);
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
-o-transform: translateY(30px);
-ms-transform: translateY(30px);
}
.portfolio .portfolio-content .grid .item .item-content .overlay .more-button {
position: absolute;
bottom: 20px;
left: 20px;
opacity: 0;
transform: translateX(-30px);
-webkit-transform: translateX(-30px);
-moz-transform: translateX(-30px);
-o-transform: translateX(-30px);
-ms-transform: translateX(-30px);
}
.portfolio .portfolio-content .grid .item .item-content .overlay .more-button svg, .portfolio .portfolio-content .grid .item .item-content .overlay .more-button i, .portfolio .portfolio-content .grid .item .item-content .overlay .more-button span {
color: #fff;
background: #e91e63;
width: 30px;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 5px;
border-radius: 50%;
}
.portfolio .portfolio-content .grid .item .item-content .thumb {
width: 100%;
height: 100%;
}
.portfolio .portfolio-content .grid .item .item-content .thumb img {
width: 100%;
height: 100%;
}
.portfolio-details {
width: 100%;
height: 100%;
}
.portfolio-details .area.left .area-content {
position: sticky;
top: 10px;
}
.portfolio-details .area.left .area-content .item {
margin-bottom: 20px;
}
.portfolio-details .area.left .area-content .item .item-content {
background: white;
padding: 20px 30px;
border-radius: 10px;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.portfolio-details .area.left .area-content .item .item-content .title {
text-transform: capitalize;
font-size: 17px;
margin-bottom: 30px;
padding-bottom: 10px;
position: relative;
}
.portfolio-details .area.left .area-content .item .item-content .title::after {
content: "";
position: absolute;
width: 20px;
height: 5px;
background-color: #f5f5ff;
bottom: 0;
left: 0;
border-radius: 30px;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-block li {
display: block;
font-size: 13px;
padding: 10px 0;
border-bottom: 1px solid #f1f1f1;
color: #949494;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-block li a {
color: #949494;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-block li:last-child {
border-bottom: none;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-block li .min {
text-transform: capitalize;
font-size: 13px;
width: 80px;
color: #212529;
font-weight: 400;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
margin-right: 40px;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-block li .min::after {
content: ":";
position: absolute;
right: 0;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.portfolio-details .area.left .area-content .item .item-content .info ul.list-line li {
border: 0;
margin-right: 10px;
background: #F9F9FF;
padding: 5px 10px;
font-size: 13px;
}
.portfolio-details .area.right .item-content {
background: white;
padding: 20px 30px;
border-radius: 10px;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.portfolio-details .area.right .item-content div {
margin-bottom: 60px;
}
.portfolio-details .area.right .item-content div:last-child {
margin-bottom: 0;
}
.portfolio-details .area.right .item-content .title {
margin-bottom: 15px;
font-size: 17px;
font-weight: 500;
text-transform: capitalize;
padding-bottom: 15px;
border-bottom: 1px solid whitesmoke;
}
.portfolio-details .area.right .item-content .desc {
font-size: 14px;
padding-left: 10px;
}
.portfolio-details .area.right .item-content .list {
padding-left: 30px;
margin-bottom: 20px;
}
.portfolio-details .area.right .item-content .list li {
color: #949494;
position: relative;
}
.portfolio-details .area.right .item-content .list li::before {
content: url("https://api.iconify.design/grommet-icons:validate.svg?color=%23949494&height=15");
margin-right: 20px;
}
.portfolio-details .area.right .item-content img {
margin-bottom: 20px;
}
.portfolio-details .area.right .item-content img:last-child {
margin-bottom: 0;
}
.blog {
width: 100%;
}
.blog .blog-content {
text-align: center;
}
.blog .blog-content .item {
margin-bottom: 170px;
}
.blog .blog-content .item .item-content {
box-shadow: 0px 0px 20px #efeeee;
-webkit-box-shadow: 0px 0px 20px #efeeee;
-moz-box-shadow: 0px 0px 20px #efeeee;
-o-box-shadow: 0px 0px 20px #efeeee;
-ms-box-shadow: 0px 0px 20px #efeeee;
position: relative;
}
.blog .blog-content .item .item-content:hover .img img {
transform: scale(1.2) rotate(5deg);
-webkit-transform: scale(1.2) rotate(5deg);
-moz-transform: scale(1.2) rotate(5deg);
-o-transform: scale(1.2) rotate(5deg);
-ms-transform: scale(1.2) rotate(5deg);
-webkit-filter: grayscale(1) blur(1px);
filter: grayscale(1) blur(1px);
}
.blog .blog-content .item .item-content:hover .info .title {
color: #e91e63;
}
.blog .blog-content .item .item-content .img {
border-radius: 10px;
overflow: hidden;
height: 370px;
background: #e1e1ff;
border: 15px solid #e1e1ff;
}
.blog .blog-content .item .item-content .img img {
width: 100%;
height: 100%;
border-radius: 3px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.blog .blog-content .item .item-content .img a {
padding: 0;
}
.blog .blog-content .item .item-content .info {
padding: 20px 20px;
background: #fff;
-webkit-box-shadow: 0px 21px 29px -20px #9e9e9e;
box-shadow: 0px 21px 29px -20px #9e9e9e;
border-radius: 10px;
width: 80%;
position: absolute;
bottom: -80px;
left: 50%;
border: 1px solid #e1e1ff;
text-align: left;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.blog .blog-content .item .item-content .info .top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
}
.blog .blog-content .item .item-content .info .top span {
margin-right: 25px;
color: #949494;
font-size: 14px;
}
.blog .blog-content .item .item-content .info .top span i, .blog .blog-content .item .item-content .info .top span svg {
color: #e91e63;
width: 30px;
height: 30px;
background: #e2f3f5;
padding: 7px;
margin-top: -2px;
margin-right: 0px;
border-radius: 50%;
}
.blog .blog-content .item .item-content .info .title {
line-height: 1.7;
font-size: 25px;
font-weight: 600;
color: #364f6b;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.blog .blog-content .item .item-content .info .title:hover {
color: #e91e63;
}
.blog-details {
width: 100%;
height: 100%;
}
.blog-details .body .img {
width: 100%;
height: 430px;
}
.blog-details .body .img img {
width: 100%;
height: 100%;
}
.blog-details .body .info {
margin-bottom: 20px;
margin-top: 20px;
background: white;
padding: 20px 10px;
border-radius: 10px;
}
.blog-details .body .info span {
color: #949494;
margin-right: 15px;
font-size: 13px;
}
.blog-details .body .info span i, .blog-details .body .info span svg {
color: #e91e63;
width: 25px;
height: 25px;
background: #F9F9FF;
padding: 5px;
border-radius: 50%;
margin-top: -3px;
}
.blog-details .body .post-content {
background: white;
padding: 20px 20px;
border-radius: 10px;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.blog-details .body .post-content p {
font-size: 14px;
}
.blog-details .body .post-content blockquote {
background: #F9F9FF;
position: relative;
padding: 20px;
padding-left: 100px;
color: #e91e63;
}
.blog-details .body .post-content blockquote::before {
content: "";
width: 50px;
height: 2px;
background: #e91e63;
position: absolute;
left: 10px;
top: 34px;
}
.blog-details .body .post-content img {
width: 100%;
margin-bottom: 10px;
}
.blog-details .body .post-comment {
margin-top: 20px;
}
.blog-details .body .post-comment .title {
text-transform: capitalize;
font-size: 20px;
position: relative;
padding-bottom: 10px;
margin-bottom: 30px;
}
.blog-details .body .post-comment .title::after {
content: "";
position: absolute;
width: 20px;
height: 5px;
background-color: #f5f5ff;
bottom: 0;
left: 0;
border-radius: 30px;
}
.blog-details .body .post-comment .comment-user {
background: #fff;
padding: 20px 20px;
border-radius: 10px;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.blog-details .body .post-comment .comment-user .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 10px;
}
.blog-details .body .post-comment .comment-user .item .item-img {
margin-right: 20px;
}
.blog-details .body .post-comment .comment-user .item .item-img .item-img-content {
width: 90px;
height: 90px;
border-radius: 50%;
padding: 5px;
background: #F9F9FF;
}
.blog-details .body .post-comment .comment-user .item .item-img .item-img-content img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.blog-details .body .post-comment .comment-user .item .item-area {
background: #f5f5ff;
position: relative;
padding: 20px 20px;
border-radius: 10px;
}
.blog-details .body .post-comment .comment-user .item .item-area::after {
content: "";
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid #f5f5ff;
position: absolute;
left: -10px;
top: 25%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog-details .body .post-comment .comment-user .item .item-area .top .name {
text-transform: capitalize;
font-size: 14px;
font-weight: 500;
color: #364f6b;
display: block;
}
.blog-details .body .post-comment .comment-user .item .item-area .top .name:hover {
color: #e91e63;
}
.blog-details .body .post-comment .comment-user .item .item-area .top .date {
font-size: 13px;
color: #364f6b;
}
.blog-details .body .post-comment .comment-user .item .item-area .top .date i, .blog-details .body .post-comment .comment-user .item .item-area .top .date svg {
color: #e91e63;
margin-top: -2px;
margin-right: 3px;
}
.blog-details .body .post-comment .comment-user .item .item-area .body {
margin-bottom: 5px;
}
.blog-details .body .post-comment .comment-user .item .item-area .body .desc {
font-size: 13px;
margin-bottom: 0;
}
.blog-details .body .post-comment .comment-user .item .item-area .footer .link {
text-transform: capitalize;
color: #364f6b;
margin-right: 20px;
font-size: 13px;
}
.blog-details .body .post-comment .comment-user .item .item-area .footer .link:hover {
color: #e91e63;
}
.blog-details .body .post-comment .comment-user .item .item-area .footer .link i, .blog-details .body .post-comment .comment-user .item .item-area .footer .link svg {
color: #e91e63;
margin-top: -3px;
width: 20px;
height: 20px;
padding: 3px;
}
.blog-details .body .post-comment .comment-user .item.reply {
margin-left: 50px;
}
.blog-details .body .post-comment .comment-form {
margin-top: 30px;
background: #fff;
padding: 20px 20px;
border-radius: 10px;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.blog-details .body .post-comment .comment-form form .item {
margin-bottom: 10px;
}
.blog-details .body .post-comment .comment-form form .item input, .blog-details .body .post-comment .comment-form form .contact .contact-content .item.right .item-content form .input textarea, .contact .contact-content .blog-details .body .post-comment .comment-form form .item.right .item-content form .input textarea, .blog-details .body .post-comment .comment-form form .item textarea {
width: 100%;
background: #F9F9FF;
border: 1px solid #eae5e5;
height: 50px;
padding: 0 10px;
font-size: 14px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.blog-details .body .post-comment .comment-form form .item input::-webkit-input-placeholder, .blog-details .body .post-comment .comment-form form .contact .contact-content .item.right .item-content form .input textarea::-webkit-input-placeholder, .contact .contact-content .blog-details .body .post-comment .comment-form form .item.right .item-content form .input textarea::-webkit-input-placeholder, .blog-details .body .post-comment .comment-form form .item textarea::-webkit-input-placeholder {
font-size: 13px;
text-transform: capitalize;
}
.blog-details .body .post-comment .comment-form form .item input::-moz-placeholder, .blog-details .body .post-comment .comment-form form .contact .contact-content .item.right .item-content form .input textarea::-moz-placeholder, .contact .contact-content .blog-details .body .post-comment .comment-form form .item.right .item-content form .input textarea::-moz-placeholder, .blog-details .body .post-comment .comment-form form .item textarea::-moz-placeholder {
font-size: 13px;
text-transform: capitalize;
}
.blog-details .body .post-comment .comment-form form .item input:-ms-input-placeholder, .blog-details .body .post-comment .comment-form form .contact .contact-content .item.right .item-content form .input textarea:-ms-input-placeholder, .contact .contact-content .blog-details .body .post-comment .comment-form form .item.right .item-content form .input textarea:-ms-input-placeholder, .blog-details .body .post-comment .comment-form form .item textarea:-ms-input-placeholder {
font-size: 13px;
text-transform: capitalize;
}
.blog-details .body .post-comment .comment-form form .item input::-ms-input-placeholder, .blog-details .body .post-comment .comment-form form .contact .contact-content .item.right .item-content form .input textarea::-ms-input-placeholder, .contact .contact-content .blog-details .body .post-comment .comment-form form .item.right .item-content form .input textarea::-ms-input-placeholder, .blog-details .body .post-comment .comment-form form .item textarea::-ms-input-placeholder {
font-size: 13px;
text-transform: capitalize;
}
.blog-details .body .post-comment .comment-form form .item input::placeholder, .blog-details .body .post-comment .comment-form form .contact .contact-content .item.right .item-content form .input textarea::placeholder, .contact .contact-content .blog-details .body .post-comment .comment-form form .item.right .item-content form .input textarea::placeholder, .blog-details .body .post-comment .comment-form form .item textarea::placeholder {
font-size: 13px;
text-transform: capitalize;
}
.blog-details .body .post-comment .comment-form form .item input:focus, .blog-details .body .post-comment .comment-form form .item textarea:focus {
outline: 0;
background: white;
}
.blog-details .body .post-comment .comment-form form .item textarea {
height: 200px;
padding-top: 10px;
}
.blog-details .body .post-comment .comment-form form .item input[type=submit], .blog-details .body .post-comment .comment-form form .item textarea[type=submit] {
text-transform: capitalize;
background: #f5f5ff;
color: #364f6b;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.blog-details .body .post-comment .comment-form form .item input[type=submit]:hover, .blog-details .body .post-comment .comment-form form .item textarea[type=submit]:hover {
background: #e91e63;
color: #F9F9FF;
}
.blog-details .aside .aside-content {
position: sticky;
top: 20px;
}
.blog-details .aside .aside-content .item {
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
border-radius: 10px;
margin-bottom: 25px;
background: white;
padding: 10px;
}
.blog-details .aside .aside-content .item .title {
font-size: 17px;
text-transform: capitalize;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
padding-bottom: 10px;
}
.blog-details .aside .aside-content .item .title::after {
content: "";
position: absolute;
width: 20px;
height: 5px;
background-color: #f5f5ff;
bottom: 0;
border-radius: 30px;
}
.blog-details .aside .aside-content .item .item-content {
padding: 30px 10px;
}
.blog-details .aside .aside-content .item .item-content .author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.blog-details .aside .aside-content .item .item-content .author .author-img {
margin-right: 30px;
}
.blog-details .aside .aside-content .item .item-content .author .author-img .author-img-content {
height: 80px;
width: 80px;
border: 2px solid #f5f5ff;
border-radius: 50%;
}
.blog-details .aside .aside-content .item .item-content .author .author-img .author-img-content img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.blog-details .aside .aside-content .item .item-content .author .author-info span {
font-size: 17px;
text-transform: capitalize;
color: #364f6b;
}
.blog-details .aside .aside-content .item .item-content .author .author-info .desc {
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .search {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.blog-details .aside .aside-content .item .item-content .search .input {
height: 50px;
background: #F9F9FF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 10px;
}
.blog-details .aside .aside-content .item .item-content .search .input input, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea {
border: 0;
background: transparent;
}
.blog-details .aside .aside-content .item .item-content .search .input input:focus, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea:focus, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea:focus, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea:focus, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea:focus, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea:focus, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea:focus {
outline: 0;
}
.blog-details .aside .aside-content .item .item-content .search .input input::-webkit-input-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea::-webkit-input-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea::-webkit-input-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea::-webkit-input-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea::-webkit-input-placeholder, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea::-webkit-input-placeholder, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea::-webkit-input-placeholder {
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .search .input input::-moz-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea::-moz-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea::-moz-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea::-moz-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea::-moz-placeholder, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea::-moz-placeholder, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea::-moz-placeholder {
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .search .input input:-ms-input-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea:-ms-input-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea:-ms-input-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea:-ms-input-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea:-ms-input-placeholder, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea:-ms-input-placeholder, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea:-ms-input-placeholder {
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .search .input input::-ms-input-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea::-ms-input-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea::-ms-input-placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea::-ms-input-placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea::-ms-input-placeholder, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea::-ms-input-placeholder, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea::-ms-input-placeholder {
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .search .input input::placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content .search form .input textarea::placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content .search form .input textarea::placeholder, .blog-details .aside .aside-content .contact .contact-content .item.right .item-content form .search .input textarea::placeholder, .contact .contact-content .blog-details .aside .aside-content .item.right .item-content form .search .input textarea::placeholder, .blog-details .aside .aside-content .body .post-comment .comment-form form .item .item-content .search .input textarea::placeholder, .blog-details .body .post-comment .comment-form form .aside .aside-content .item .item-content .search .input textarea::placeholder {
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .search .input i, .blog-details .aside .aside-content .item .item-content .search .input svg {
background: #f2f2ff;
width: 50px;
height: 100%;
padding: 13px;
color: #364f6b;
cursor: pointer;
}
.blog-details .aside .aside-content .item .item-content .categories ul {
display: inline;
}
.blog-details .aside .aside-content .item .item-content .categories ul li {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 5px;
margin-bottom: 5px;
}
.blog-details .aside .aside-content .item .item-content .categories ul li a {
background: #f5f5ff;
color: #364f6b;
text-transform: capitalize;
padding: 5px 10px;
font-size: 14px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.blog-details .aside .aside-content .item .item-content .categories ul li a:hover {
background: #e91e63;
color: #F9F9FF;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item {
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item:last-child {
margin-bottom: 0;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .img {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .img .img-content {
width: 80%;
height: 70px;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .img .img-content img {
width: 100%;
height: 100%;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .info {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .info .date {
display: block;
color: #949494;
font-size: 13px;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .info .date i, .blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .info .date svg {
color: #e91e63;
margin-top: -2px;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .info a {
font-size: 15px;
width: 70%;
color: #212529;
font-weight: 500;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.blog-details .aside .aside-content .item .item-content .recent-posts .recent-item .info a:hover {
color: #e91e63;
}
.contact {
width: 100%;
}
.contact .contact-content .item.left .title {
text-transform: capitalize;
}
.contact .contact-content .item.left .desc {
width: 80%;
font-size: 14px;
margin-bottom: 20px;
}
.contact .contact-content .item.left .info .info-item {
background: white;
margin-bottom: 13px;
border-radius: 10px;
padding: 20px;
}
.contact .contact-content .item.left .info .info-item .top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
}
.contact .contact-content .item.left .info .info-item .top i, .contact .contact-content .item.left .info .info-item .top svg {
color: #e91e63;
width: 30px;
height: 30px;
padding: 5px;
background: #F9F9FF;
border-radius: 50%;
margin-right: 10px;
}
.contact .contact-content .item.left .info .info-item .top .info-title {
text-transform: capitalize;
margin-top: 10px;
font-size: 15px;
}
.contact .contact-content .item.left .info .info-item .area {
padding-left: 20px;
}
.contact .contact-content .item.left .info .info-item .area span {
display: block;
font-size: 14px;
color: #949494;
}
.contact .contact-content .item.right .item-content {
background: white;
padding: 20px 15px;
border-radius: 10px;
}
.contact .contact-content .item.right .item-content form .input {
margin-bottom: 10px;
position: relative;
}
.contact .contact-content .item.right .item-content form .input:last-child {
margin-bottom: 0;
}
.contact .contact-content .item.right .item-content form .input input, .contact .contact-content .item.right .item-content form .input textarea {
background: #F9F9FF;
width: 100%;
height: 50px;
padding: 0 10px;
border: none;
color: #e91e63;
font-size: 14px;
border-left: 10px solid #f5f5ff;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.contact .contact-content .item.right .item-content form .input input:focus, .contact .contact-content .item.right .item-content form .input textarea:focus {
outline: 0;
border-color: #e91e63;
border-radius: 0;
}
.contact .contact-content .item.right .item-content form .input input::-webkit-input-placeholder, .contact .contact-content .item.right .item-content form .input textarea::-webkit-input-placeholder {
text-transform: capitalize;
font-family: "Rubik", sans-serif;
font-size: 13px;
}
.contact .contact-content .item.right .item-content form .input input::-moz-placeholder, .contact .contact-content .item.right .item-content form .input textarea::-moz-placeholder {
text-transform: capitalize;
font-family: "Rubik", sans-serif;
font-size: 13px;
}
.contact .contact-content .item.right .item-content form .input input:-ms-input-placeholder, .contact .contact-content .item.right .item-content form .input textarea:-ms-input-placeholder {
text-transform: capitalize;
font-family: "Rubik", sans-serif;
font-size: 13px;
}
.contact .contact-content .item.right .item-content form .input input::-ms-input-placeholder, .contact .contact-content .item.right .item-content form .input textarea::-ms-input-placeholder {
text-transform: capitalize;
font-family: "Rubik", sans-serif;
font-size: 13px;
}
.contact .contact-content .item.right .item-content form .input input::placeholder, .contact .contact-content .item.right .item-content form .input textarea::placeholder {
text-transform: capitalize;
font-family: "Rubik", sans-serif;
font-size: 13px;
}
.contact .contact-content .item.right .item-content form .input textarea {
height: 185px;
padding-top: 10px;
resize: none;
}
.contact .contact-content .item.right .item-content form .input input[type=submit], .contact .contact-content .item.right .item-content form .input textarea[type=submit] {
font-size: 14px;
background: #f5f5ff;
border-radius: 5px;
border: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.contact .contact-content .item.right .item-content form .input input[type=submit]:hover, .contact .contact-content .item.right .item-content form .input textarea[type=submit]:hover {
background: #e91e63;
color: #F9F9FF;
}
.contact .contact-content .item.right .item-content form .input.remove-pd {
padding-right: 0;
}
.settings {
width: 300px;
position: fixed;
top: 50%;
right: -300px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transition: all 0.5s cubic-bezier(0.4, 0, 0.06, 1.14);
-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.06, 1.14);
-moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.06, 1.14);
-o-transition: all 0.5s cubic-bezier(0.4, 0, 0.06, 1.14);
-ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.06, 1.14);
z-index: 99;
}
.settings .setting-btn {
border: 0;
position: absolute;
left: -50px;
top: 30%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.settings .setting-btn i, .settings .setting-btn svg {
background: #e91e63;
color: #F9F9FF;
border-right: none;
border: 0;
width: 50px;
height: 50px;
padding: 10px;
}
.settings .setting-content {
background: #fff;
box-shadow: 0px 0px 30px #efeeee;
-webkit-box-shadow: 0px 0px 30px #efeeee;
-moz-box-shadow: 0px 0px 30px #efeeee;
-o-box-shadow: 0px 0px 30px #efeeee;
-ms-box-shadow: 0px 0px 30px #efeeee;
}
.settings .setting-content .title {
text-align: center;
font-size: 17px;
letter-spacing: 1px;
display: block;
padding: 20px 0;
text-transform: capitalize;
position: relative;
border-bottom: 1px solid #f5f5ff;
}
.settings .setting-content .title i, .settings .setting-content .title svg {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 60px;
padding: 19px;
background: transparent;
display: none;
}
.settings .setting-content .item {
padding: 10px 20px;
margin-bottom: 10px;
}
.settings .setting-content .item .item-title {
text-transform: capitalize;
font-size: 13px;
display: block;
padding: 10px 10px;
margin-bottom: 20px;
background: #f5f5ff;
}
.settings .setting-content .item .item-content {
text-align: center;
}
.settings .setting-content .item .item-content span {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 7px;
}
.settings .setting-content .item .item-content span i, .settings .setting-content .item .item-content span svg {
width: 45px;
height: 45px;
cursor: pointer;
padding: 10px;
background: #F9F9FF;
}
.settings .setting-content .item .item-content .color {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 30px;
height: 30px;
margin-right: 5px;
border-radius: 50%;
border: 0;
cursor: pointer;
}
.settings .setting-content .item .item-content .color.pink {
background: #e91e63;
}
.settings .setting-content .item .item-content .color.blue {
background: #43dde6;
}
.settings .setting-content .item .item-content .color.green {
background: #78CC6D;
}
.settings .setting-content .item .item-content .color.yellow {
background: #FFB400;
}
.settings .setting-content .item .item-content .btn-dir {
background: #f5f5ff;
color: #364f6b;
font-size: 13px;
padding: 10px 20px;
margin-bottom: 10px;
display: block;
}
.settings.active {
right: 0;
}/*# sourceMappingURL=style.css.map */ | 0.44071 | 0.114542 |
.smooth_zoom_preloader {
z-index: 0 !important;
}
#wPaint {
z-index: 1 !important;
}
/* zoom tools */
.center {
margin:0 auto;
}
.overall_controls {
background-color: #000000;
border-radius: 5px;
left: 10px;
opacity: 0.55;
position: absolute;
top: 150px;
width: 120px;
z-index: 4;
}
.left{
width:28px;
float:left;
/* height:100%;
height:120px;*/
/* background-color:#D35456; */
}
.right{
margin-left:28px;
/* background-color:#FDDCDD;*/
}
.Row
{
display: table;
width: 100%;
table-layout: fixed;
/*border-spacing: 10px;*/
}
.Column
{
display: table-cell;
/* background-color: red;*/
}
.zoom-controls {
display: inline-block;
}
.zoom-controls ul {
background-color: #ccc;
list-style-type: none;
margin: 0;
padding-bottom: 0;
padding-left: 0 !important;
padding-right: 0;
padding-top: 0;
}
.zoom-controls ul li a {
background-color: #b9b9b9;
color: white;
display: block;
float: left;
height: 32px;
margin: 4px 5px 4px 0;
text-decoration: none;
width: 32px;
}
#zoom_in {
background:url(../zoom_assets/icons.png) no-repeat scroll -16px -16px transparent;
}
#zoomInLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
margin-top: 18px;
opacity: 0.7;
width: 18px;
margin-left: 5px;
}
.icn_icon {
background-image:url(../zoom_assets/icons.png);
height:18px;
width:18px;
background-repeat: no-repeat;
display: block;
}
.icn_zoom_in {
background-position: -16px -16px;
}
.icn_zoom_out {
background-position: -66px -16px;
}
.icn_pan_left {
background-position: -117px -17px;
}
.icn_pan_top {
background-position: -267px -17px;
}
.icn_pan_reset {
background-position: -317px -17px;
}
.icn_pan_right {
background-position: -167px -17px;
}
.icn_pan_bottom {
background-position: -217px -17px;
}
#zoomOutLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
margin-top: 12px;
opacity: 0.7;
width: 18px;
margin-left: 5px;
}
#zoomUpLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
width: 18px;
margin: 5px;
opacity: 0.7;
}
#zoomLeftLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
width: 18px;
margin: 5px;
opacity: 0.7;
}
#zoomRightLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
width: 18px;
margin: 5px;
opacity: 0.7;
}
#zoomDownLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
width: 18px;
margin: 5px;
opacity: 0.7;
}
#zoomResetLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
width: 18px;
margin: 5px;
opacity: 0.7;
}
#zoomDownLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
width: 18px;
margin: 5px;
opacity: 0.7;
}
/* zoom tools */
/* CSSTerm.com Simple CSS menu */
/* #questions {
display: block;
left: 740px;
position: absolute;
top: 140px;
width: 300px;
}
*/
#questions {
display: block;
float: right !important;
position: relative;
top: -420px;
}
.protractor {
width: 400px;
height: 400px;
line-height: 100px;
/*border: 1px solid black;*/
cursor: pointer;
/* border-radius: 10px; */
text-align: center;
/* background-color: lightpink;*/
position: absolute;
background-image:url(../img/protractor-223-md.png);
left: 140px;
top: 150px;
z-index:3;
}
.ruler {
width: 890px;
height: 84px;
line-height: 100px;
/*border: 1px solid black;*/
cursor: pointer;
/* border-radius: 10px; */
text-align: center;
/* background-color: lightpink;*/
position: absolute;
background-image:url(../img/ruler_T.png);
left: 30px;
top: 290px;
z-index:3;
}
.menu_simple {
/*
background-color: #f0f0f0;
border-radius: 7px;
border-style: solid;
border-width: 1px;
box-shadow: 3px 3px 5px #555;
height: 81px !important;
padding: 0 10px 10px;
width: 240px;
margin: 0 auto;
*/
display: inline-block;
}
#practoolwork {
background-color: #000;
color: #fff;
display: block;
width: 50%;
margin: 0 auto;
text-align:center;
}
.menu_simple ul {
margin: 0;
padding: 0;
list-style-type: none;
background-color: #ccc;
padding-left:0px !important;
}
.menu_simple li {
float: left;
}
.menu_simple ul li {
background-color: #fff;
color: white;
display: block;
height: 32px;
/*padding: 10.5px 11px;*/
text-decoration: none;
width: 75px;
height:75px;
float: left;
/*margin: 4px 60px 4px 0;*/
}
.menu_simple ul li a {
/*background-color: #262d7e;
border-bottom: 1px solid #fff;*/
color: white;
display: block;
height: 32px;
/*padding: 10.5px 11px;*/
text-decoration: none;
width: 75px;
height:75px;
float: left;
/*margin: 4px 60px 4px 0;*/
}
.menu_simple ul li a:hover{
background-color: #262d7e;
}
/* Buttons styling */
.menu_simple ul li button {
background-color: #b9b9b9;
/*border-bottom: 1px solid #fff;*/
color: white;
display: block;
height: 32px;
/*padding: 10.5px 11px;*/
text-decoration: none;
width: 32px;
float: left;
margin: 4px 5px 4px 0;
}
.menu_simple ul li button:hover, .menu_simple ul li .current {
/*background-color:#acf;
background-image:url(../images/on_hover_bg.png);*/
}
/* Buttons styling */
/* Icons Font */
/* protractor Font */
#protractor-icon i {
color: #000;
font-size: 20px;
margin-left: -3px;
margin-top: 20px !important;
position: relative;
top: 13px;
}
/* protractor Font */
/* icon-ruler */
[class^="icon-ruler"]:before, [class*=" icon-ruler"]:before, [class^="icon-ruler"]:after, [class*=" icon-ruler"]:after {
font-size: 28px !important;
}
#ruler-icon i {
color: #000;
font-size: 20px;
margin-left: -4px;
position: relative;
top: 16px;
}
#ruler-icon a {
}
/* icon-ruler */
/* icon-divider */
[class^="icon-protractor-1"]:before, [class*="icon-protractor-1"]:before, [class^="icon-protractor-1"]:after, [class*="icon-protractor-1"]:after {
font-size: 47px !important;
}
#icon-protractor-1 i {
color: #000;
font-size: 20px;
margin-left: -14px;
position: relative;
top: 15px;
}
#icon-protractor-1 a {
}
/* icon-divider */
/* calculator */
[class^="icon-calculator-1"]:before, [class*="icon-calculator-1"]:before, [class^="icon-calculator-1"]:after, [class*="icon-calculator-1"]:after {
font-size: 26px !important;
}
#icon-calculator-1 i {
color: #000;
font-size: 20px;
margin-left: -3px;
position: relative;
top: 16px;
}
#icon-calculator-1 a {
}
/* calculator */
/* writing */
[class^="icon-writing"]:before, [class*="icon-writing"]:before, [class^="icon-writing"]:after, [class*="icon-writing"]:after {
font-size: 28px !important;
}
#icon-writing i {
color: #000;
font-size: 20px;
margin-left: -10px;
position: relative;
top: -19px;
}
#icon-writing a {
}
/* wiriting */
/* eraser */
[class^="icon-eraser"]:before, [class*="icon-eraser"]:before, [class^="icon-eraser"]:after, [class*="icon-eraser"]:after {
font-size: 30px !important;
}
#icon-eraser i {
color: #000;
font-size: 20px;
margin-left: -10px;
position: relative;
top: -18px;
}
#icon-eraser a {
}
/* eraser */
/* highlighter */
[class^="icon-border"]:before, [class*="icon-border"]:before, [class^="icon-border"]:after, [class*="icon-border"]:after {
font-size: 50px !important;
}
#icon-border i {
color: #000;
font-size: 20px;
margin-left: -23px;
position: relative;
top: -34px;
}
#icon-border a {
}
/* highlighter */
/* Icons Font */
/* Icons Images */
.menu_simple ul li a.active {
background-color:#262d7e;
}
.ProIcon a {
background-image:url(../images/csg-54a1031f99f16.png);
background-position: 0 -34px;
background-repeat: no-repeat;
height: 18px !important;
opacity: 0.3;
width: 30px !important;
}
.ProIcon a:hover {
background-image:url(../images/csg-54a1031f99f16.png);
background-position: 0 -34px;
background-repeat: no-repeat;
height: 18px !important;
opacity:1;
width: 30px !important;
}
#protractor-icon a img {
height: 18px !important;
opacity:1;
width: 30px !important;
margin-left: 22px;
margin-top: 23px;
}
#protractor-icon span {
color: #858bac;
font-family: arial;
left: 12px;
opacity:1;
position: relative;
top: 21px;
}
.RulIcon a {
background-position: 0 -62px; width: 30px; height: 22px;
background-image:url(../images/csg-54a1031f99f16.png);
}
.RulIcon a:hover {
background-position: 0 -62px; width: 30px; height: 22px;
background-image:url(../images/csg-54a1031f99f16.png);
}
#ruler-icon a img {
height: 22px !important;
opacity:1;
width: 30px !important;
margin-left: 22px;
margin-top: 23px;
}
#ruler-icon span {
color: #858bac;
font-family: arial;
left: 24px;
opacity:1;
position: relative;
top: 17px;
}
.CallIcon a {
background-position: 0 0; width: 24px; height: 24px;
background-image:url(../images/csg-54a1031f99f16.png);
}
.CallIcon a:hover {
background-position: 0 0; width: 24px; height: 24px;
background-image:url(../images/csg-54a1031f99f16.png);
}
#icon-calculator-1 a img {
height: 24px !important;
margin-left: 26px;
margin-top: 23px;
opacity:1;
width: 24px !important;
}
#icon-calculator-1 span {
color: #858bac;
font-family: arial;
left: 12px;
opacity:1;
position: relative;
top: 15px;
}
/* Icons Images */
.menu_simple ul li a:visited {
color: white;
}
.menu_simple ul li a:hover, .menu_simple ul li .current {
color: white;
/*background-color:#acf;
background-image:url(../images/on_hover_bg.png);*/
background-repeat: no-repeat;
}
#tools {
background-color: #000;
color: white;
display: block;
height: 32px;
/* padding: 5.5px 14px; */
text-decoration: none;
width: 60px;
}
#draggable{
display: block;
height: 300px;
width: 600px;
background-color: gray;
background-image:url(../maps/layer1.png);
}
#handle{
display: block;
height: 67px;
width: 67px;
background-color: green;
background-image:url(../images/mapToolPanningIcon.png);
position: relative;
top: -150px;
}
#maphandle {
background-image: url("../images/mapToolPanningIcon.png");
display: block;
height: 67px;
left: 745px;
position: fixed;
top: 180px;
width: 67px;
z-index: 300;
}
#mapview {
display: block;
height: 420px;
overflow: hidden;
width: 680px;
position:relative;
}
body, html {
font-family: verdana;
font-size: 12px;
line-height:20px;
color: #333;
background-color: #FEFEFE;
margin: 0;
text-rendering: optimizeLegibility;
}
a {
color: #3399FF;
text-decoration: none;
}
/*
code {
padding: 1px 3px;
color: #D14;
background-color: #F7F7F9;
border: 1px solid #E1E1E8;
border-radius: 5px;
}
*/
code span {
background-color: #f7f7f9;
border: 4px solid #eee;
color: #d14;
}
code p {
background-color: #f7f7f9;
border: 3px solid #eee;
color: #d14;
color: #858bac;
display: inline;
font-weight: 900;
padding: 5px;
line-height: 32px;
}
h2 {
display: inline-block;
}
.no-margin-top {
margin-top: 0px;
}
/*** header ***/
header {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 40px;
line-height: 40px;
background-color: #1B1B1B;
background-image: linear-gradient(to bottom, #222222, #111111);
background-repeat: repeat-x;
border-color: #252525;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
border-width: 0 0 1px;
color: #FFF;
font-size: 10px;
text-align: left;
vertical-align: middle;
z-index: 100;
}
#header-logo {
position: absolute;
display: block;
width: 94px;
height: 20px;
left: 10px;
top: 10px;
background-image: url('./img/websanova-logo-small-full-black.png');
}
#header-links {
display: none;
position: absolute;
width: 100%;
left: 0px;
top: 40px;
}
#header-links a {
display: block;
font-size: 9px;
font-weight: bold;
font-family: Verdana;
color: #FAFAFA;
text-transform: uppercase;
margin-left: 0px;
text-align: center;
background-color: #1B1B1B;
border-top: solid 1px #CACACA;
line-height: 14px;
padding: 10px;
}
#header-links a:hover {
color: #636363;
}
/*** menu ***/
#header-menu-button {
position: absolute;
right: 6px;
top: 6px;
display: block;
color: #757575;
background-color: #e1e1e1;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: linear-gradient(top, #ebebeb, #e1e1e1);
box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
border: none;
border-radius: 3px;
-webkit-border-radius: 3px;
padding: 6px 10px;
font-size: 11px;
line-height: 16px;
cursor: pointer;
}
/*** content ***/
#plugin-name {
padding-bottom: 30px;
font-size: 24px;
border-bottom: solid #CACACA 1px;
}
#github-button {
display: block;
float: left;
margin-right: 2px;
width: 16px;
height: 16px;
cursor: pointer;
background-image: url('./img/addthis-github.png');
}
#addthis-toolbox {
position: absolute;
right: 15px;
top: 40px;
}
#content {
position: relative;
background: #FEFEFE;
max-width: 960px;
margin:0px auto;
/*padding: 20px;
margin: 30px auto;*/
height:550px;
}
.iframe_instruction {
/*left: 150px;*/
left: 100px;
top: 80px;
position: relative;
}
#tut_content {
position: relative;
background: #FEFEFE;
max-width: 960px;
margin:0px auto;
/*padding: 20px;
margin: 30px auto;*/
height:550px;
}
.content-box {
/*padding-left: 10px;*/
}
#content ul {
/*padding-left: 128px;*/
}
/*** footer ***/
footer {
position: fixed;
left: 0px;
bottom: -1px;
width: 100%;
height: 40px;
line-height: 40px;
background-color: #1B1B1B;
background-image: linear-gradient(to bottom, #222222, #111111);
background-repeat: repeat-x;
border-color: #252525;
box-shadow: 10px 1px 10px rgba(0, 0, 0, 0.5);
border-width: 0 0 1px;
color: #FFF;
font-size: 10px;
text-align: left;
vertical-align: middle;
z-index: 100;
}
#footer-icons {
position: absolute;
right: 10px;
top: 0px;
}
#footer-icons a {
display: inline-block;
*display: inline;
zoom: 1;
width: 17px;
height: 17px;
margin: 12px 0 0 10px;
background-repeat: no-repeat;
background-position: center center;
}
#linkedin-icon { background-image: url('./img/linkedin-icon.png'); width: 18px; }
#stumbleupon-icon { background-image: url('./img/stumbleupon-icon.png'); }
#googleplus-icon { background-image: url('./img/googleplus-icon.png'); }
#youtube-icon { background-image: url('./img/youtube-icon.png'); width: 17px; height: 18px; }
#facebook-icon { background-image: url('./img/facebook-icon.png'); width: 8px; }
#twitter-icon { background-image: url('./img/twitter-icon.png'); width: 20px; }
#github-icon { background-image: url('./img/github-icon.png'); width: 20px; }
#rss-icon { background-image: url('./img/rss-icon.png'); }
/*** media ***/
@media screen and (min-width: 600px) {
#header-logo {
left: 50px;
}
#footer-icons {
left: auto;
right: 50px;
}
#header-links {
display: block !important;
width: auto;
top: 0px;
left: auto;
right: 50px;
}
#header-links a {
display: inline;
font-size: 10px;
margin-left: 20px;
text-align: left;
background-color: none;
border-top: 0px;
margin-left: 10px;
line-height: inherit;
padding: 0px;
}
#header-menu-button {
display: none;
}
#plugin-name {
font-size: 30px;
}
#addthis-toolbox {
top: 44px;
}
}
/*** ads ***/
.websanova-plugins-page-horizontal-responsive { display:block; margin:0 auto; width: 320px; height: 50px; }
@media(min-width: 520px) { .websanova-plugins-page-horizontal-responsive { width: 468px; height: 60px; } }
@media(min-width: 800px) { .websanova-plugins-page-horizontal-responsive { width: 728px; height: 90px; } }
.adsblock {
position: relative;
margin: 0 auto;
}
.ads2block {
margin-top: 20px;
}
.adsblock-mobile-banner {
width: 320px;
height: 50px;
}
.adsblock-banner {
display: none;
width: 468px;
height: 60px;
}
.adsblock-leaderboard {
display: none;
width: 728px;
height: 90px;
}
@media (min-width:520px) {
.adsblock-mobile-banner { display: none; }
.adsblock-banner { display: block; }
}
@media (min-width:800px) {
.adsblock-mobile-banner { display: none; }
.adsblock-banner { display: none; }
.adsblock-leaderboard { display: block; }
}
.heading_div_app {
background-color: #858bac;
height: 40px;
line-height: 10px;
margin: 0 auto;
width: 960px;
text-align: center;
}
.heading_div_tut {
background-color: #858bac;
height: 40px;
line-height: 10px;
margin: 0 auto;
width: 960px;
text-align: center;
}
.footer_div {
background-color: #858bac;
height: 46px;
line-height: 46px;
margin: 0 auto;
position: relative;
top: 150px;
width: 960px;
}
.heading_div_app h2 {
color: white;
font-family: "arial";
text-align: center;
}
.heading_div_tut h2 {
color: white;
font-family: "arial";
text-align: center;
}
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: <NAME>
Author URI: http://www.mis-algoritmos.com
*/
/*CSS Digg style pagination*/
div.pagination {
/*padding: 3px;
margin: 3px;*/
text-align:center;
position:absolute;
left: 85%;
}
div.pagination div {
/*padding: 2px 5px 2px 5px;*/
padding: 6px 10px;
margin: 3px;
border: 1px solid #fff;
text-decoration: none; /* no underline */
color: #fff;
background-color:#858bac;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
display:inline;
cursor:pointer;
}
.next span {
font-size: 60px;
font-weight: 100;
line-height: 12px;
position: relative;
top: 12px;
left:6px;
}
.previous span {
font-size: 60px;
font-weight: 100;
line-height: 12px;
position: relative;
top: 12px;
left:-5px;
}
div.pagination div:hover{
border: 1px solid #858bac;
background-color:#fff;
color: #858bac;
}
div.pagination div.active {
border: 1px solid #858bac;
background-color:#fff;
color: #858bac;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #000099;
font-weight: bold;
background-color: #000099;
color: #FFF;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #EEE;
color: #DDD;
}
.page {
display: none;
} | daassets_repo/interactivetool/demo/demo.css | .smooth_zoom_preloader {
z-index: 0 !important;
}
#wPaint {
z-index: 1 !important;
}
/* zoom tools */
.center {
margin:0 auto;
}
.overall_controls {
background-color: #000000;
border-radius: 5px;
left: 10px;
opacity: 0.55;
position: absolute;
top: 150px;
width: 120px;
z-index: 4;
}
.left{
width:28px;
float:left;
/* height:100%;
height:120px;*/
/* background-color:#D35456; */
}
.right{
margin-left:28px;
/* background-color:#FDDCDD;*/
}
.Row
{
display: table;
width: 100%;
table-layout: fixed;
/*border-spacing: 10px;*/
}
.Column
{
display: table-cell;
/* background-color: red;*/
}
.zoom-controls {
display: inline-block;
}
.zoom-controls ul {
background-color: #ccc;
list-style-type: none;
margin: 0;
padding-bottom: 0;
padding-left: 0 !important;
padding-right: 0;
padding-top: 0;
}
.zoom-controls ul li a {
background-color: #b9b9b9;
color: white;
display: block;
float: left;
height: 32px;
margin: 4px 5px 4px 0;
text-decoration: none;
width: 32px;
}
#zoom_in {
background:url(../zoom_assets/icons.png) no-repeat scroll -16px -16px transparent;
}
#zoomInLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
margin-top: 18px;
opacity: 0.7;
width: 18px;
margin-left: 5px;
}
.icn_icon {
background-image:url(../zoom_assets/icons.png);
height:18px;
width:18px;
background-repeat: no-repeat;
display: block;
}
.icn_zoom_in {
background-position: -16px -16px;
}
.icn_zoom_out {
background-position: -66px -16px;
}
.icn_pan_left {
background-position: -117px -17px;
}
.icn_pan_top {
background-position: -267px -17px;
}
.icn_pan_reset {
background-position: -317px -17px;
}
.icn_pan_right {
background-position: -167px -17px;
}
.icn_pan_bottom {
background-position: -217px -17px;
}
#zoomOutLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
margin-top: 12px;
opacity: 0.7;
width: 18px;
margin-left: 5px;
}
#zoomUpLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
width: 18px;
margin: 5px;
opacity: 0.7;
}
#zoomLeftLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
width: 18px;
margin: 5px;
opacity: 0.7;
}
#zoomRightLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
width: 18px;
margin: 5px;
opacity: 0.7;
}
#zoomDownLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
width: 18px;
margin: 5px;
opacity: 0.7;
}
#zoomResetLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
width: 18px;
margin: 5px;
opacity: 0.7;
}
#zoomDownLink {
background: none repeat scroll 0 0 #ffffff;
border-radius: 2px;
display: block;
height: 18px;
width: 18px;
margin: 5px;
opacity: 0.7;
}
/* zoom tools */
/* CSSTerm.com Simple CSS menu */
/* #questions {
display: block;
left: 740px;
position: absolute;
top: 140px;
width: 300px;
}
*/
#questions {
display: block;
float: right !important;
position: relative;
top: -420px;
}
.protractor {
width: 400px;
height: 400px;
line-height: 100px;
/*border: 1px solid black;*/
cursor: pointer;
/* border-radius: 10px; */
text-align: center;
/* background-color: lightpink;*/
position: absolute;
background-image:url(../img/protractor-223-md.png);
left: 140px;
top: 150px;
z-index:3;
}
.ruler {
width: 890px;
height: 84px;
line-height: 100px;
/*border: 1px solid black;*/
cursor: pointer;
/* border-radius: 10px; */
text-align: center;
/* background-color: lightpink;*/
position: absolute;
background-image:url(../img/ruler_T.png);
left: 30px;
top: 290px;
z-index:3;
}
.menu_simple {
/*
background-color: #f0f0f0;
border-radius: 7px;
border-style: solid;
border-width: 1px;
box-shadow: 3px 3px 5px #555;
height: 81px !important;
padding: 0 10px 10px;
width: 240px;
margin: 0 auto;
*/
display: inline-block;
}
#practoolwork {
background-color: #000;
color: #fff;
display: block;
width: 50%;
margin: 0 auto;
text-align:center;
}
.menu_simple ul {
margin: 0;
padding: 0;
list-style-type: none;
background-color: #ccc;
padding-left:0px !important;
}
.menu_simple li {
float: left;
}
.menu_simple ul li {
background-color: #fff;
color: white;
display: block;
height: 32px;
/*padding: 10.5px 11px;*/
text-decoration: none;
width: 75px;
height:75px;
float: left;
/*margin: 4px 60px 4px 0;*/
}
.menu_simple ul li a {
/*background-color: #262d7e;
border-bottom: 1px solid #fff;*/
color: white;
display: block;
height: 32px;
/*padding: 10.5px 11px;*/
text-decoration: none;
width: 75px;
height:75px;
float: left;
/*margin: 4px 60px 4px 0;*/
}
.menu_simple ul li a:hover{
background-color: #262d7e;
}
/* Buttons styling */
.menu_simple ul li button {
background-color: #b9b9b9;
/*border-bottom: 1px solid #fff;*/
color: white;
display: block;
height: 32px;
/*padding: 10.5px 11px;*/
text-decoration: none;
width: 32px;
float: left;
margin: 4px 5px 4px 0;
}
.menu_simple ul li button:hover, .menu_simple ul li .current {
/*background-color:#acf;
background-image:url(../images/on_hover_bg.png);*/
}
/* Buttons styling */
/* Icons Font */
/* protractor Font */
#protractor-icon i {
color: #000;
font-size: 20px;
margin-left: -3px;
margin-top: 20px !important;
position: relative;
top: 13px;
}
/* protractor Font */
/* icon-ruler */
[class^="icon-ruler"]:before, [class*=" icon-ruler"]:before, [class^="icon-ruler"]:after, [class*=" icon-ruler"]:after {
font-size: 28px !important;
}
#ruler-icon i {
color: #000;
font-size: 20px;
margin-left: -4px;
position: relative;
top: 16px;
}
#ruler-icon a {
}
/* icon-ruler */
/* icon-divider */
[class^="icon-protractor-1"]:before, [class*="icon-protractor-1"]:before, [class^="icon-protractor-1"]:after, [class*="icon-protractor-1"]:after {
font-size: 47px !important;
}
#icon-protractor-1 i {
color: #000;
font-size: 20px;
margin-left: -14px;
position: relative;
top: 15px;
}
#icon-protractor-1 a {
}
/* icon-divider */
/* calculator */
[class^="icon-calculator-1"]:before, [class*="icon-calculator-1"]:before, [class^="icon-calculator-1"]:after, [class*="icon-calculator-1"]:after {
font-size: 26px !important;
}
#icon-calculator-1 i {
color: #000;
font-size: 20px;
margin-left: -3px;
position: relative;
top: 16px;
}
#icon-calculator-1 a {
}
/* calculator */
/* writing */
[class^="icon-writing"]:before, [class*="icon-writing"]:before, [class^="icon-writing"]:after, [class*="icon-writing"]:after {
font-size: 28px !important;
}
#icon-writing i {
color: #000;
font-size: 20px;
margin-left: -10px;
position: relative;
top: -19px;
}
#icon-writing a {
}
/* wiriting */
/* eraser */
[class^="icon-eraser"]:before, [class*="icon-eraser"]:before, [class^="icon-eraser"]:after, [class*="icon-eraser"]:after {
font-size: 30px !important;
}
#icon-eraser i {
color: #000;
font-size: 20px;
margin-left: -10px;
position: relative;
top: -18px;
}
#icon-eraser a {
}
/* eraser */
/* highlighter */
[class^="icon-border"]:before, [class*="icon-border"]:before, [class^="icon-border"]:after, [class*="icon-border"]:after {
font-size: 50px !important;
}
#icon-border i {
color: #000;
font-size: 20px;
margin-left: -23px;
position: relative;
top: -34px;
}
#icon-border a {
}
/* highlighter */
/* Icons Font */
/* Icons Images */
.menu_simple ul li a.active {
background-color:#262d7e;
}
.ProIcon a {
background-image:url(../images/csg-54a1031f99f16.png);
background-position: 0 -34px;
background-repeat: no-repeat;
height: 18px !important;
opacity: 0.3;
width: 30px !important;
}
.ProIcon a:hover {
background-image:url(../images/csg-54a1031f99f16.png);
background-position: 0 -34px;
background-repeat: no-repeat;
height: 18px !important;
opacity:1;
width: 30px !important;
}
#protractor-icon a img {
height: 18px !important;
opacity:1;
width: 30px !important;
margin-left: 22px;
margin-top: 23px;
}
#protractor-icon span {
color: #858bac;
font-family: arial;
left: 12px;
opacity:1;
position: relative;
top: 21px;
}
.RulIcon a {
background-position: 0 -62px; width: 30px; height: 22px;
background-image:url(../images/csg-54a1031f99f16.png);
}
.RulIcon a:hover {
background-position: 0 -62px; width: 30px; height: 22px;
background-image:url(../images/csg-54a1031f99f16.png);
}
#ruler-icon a img {
height: 22px !important;
opacity:1;
width: 30px !important;
margin-left: 22px;
margin-top: 23px;
}
#ruler-icon span {
color: #858bac;
font-family: arial;
left: 24px;
opacity:1;
position: relative;
top: 17px;
}
.CallIcon a {
background-position: 0 0; width: 24px; height: 24px;
background-image:url(../images/csg-54a1031f99f16.png);
}
.CallIcon a:hover {
background-position: 0 0; width: 24px; height: 24px;
background-image:url(../images/csg-54a1031f99f16.png);
}
#icon-calculator-1 a img {
height: 24px !important;
margin-left: 26px;
margin-top: 23px;
opacity:1;
width: 24px !important;
}
#icon-calculator-1 span {
color: #858bac;
font-family: arial;
left: 12px;
opacity:1;
position: relative;
top: 15px;
}
/* Icons Images */
.menu_simple ul li a:visited {
color: white;
}
.menu_simple ul li a:hover, .menu_simple ul li .current {
color: white;
/*background-color:#acf;
background-image:url(../images/on_hover_bg.png);*/
background-repeat: no-repeat;
}
#tools {
background-color: #000;
color: white;
display: block;
height: 32px;
/* padding: 5.5px 14px; */
text-decoration: none;
width: 60px;
}
#draggable{
display: block;
height: 300px;
width: 600px;
background-color: gray;
background-image:url(../maps/layer1.png);
}
#handle{
display: block;
height: 67px;
width: 67px;
background-color: green;
background-image:url(../images/mapToolPanningIcon.png);
position: relative;
top: -150px;
}
#maphandle {
background-image: url("../images/mapToolPanningIcon.png");
display: block;
height: 67px;
left: 745px;
position: fixed;
top: 180px;
width: 67px;
z-index: 300;
}
#mapview {
display: block;
height: 420px;
overflow: hidden;
width: 680px;
position:relative;
}
body, html {
font-family: verdana;
font-size: 12px;
line-height:20px;
color: #333;
background-color: #FEFEFE;
margin: 0;
text-rendering: optimizeLegibility;
}
a {
color: #3399FF;
text-decoration: none;
}
/*
code {
padding: 1px 3px;
color: #D14;
background-color: #F7F7F9;
border: 1px solid #E1E1E8;
border-radius: 5px;
}
*/
code span {
background-color: #f7f7f9;
border: 4px solid #eee;
color: #d14;
}
code p {
background-color: #f7f7f9;
border: 3px solid #eee;
color: #d14;
color: #858bac;
display: inline;
font-weight: 900;
padding: 5px;
line-height: 32px;
}
h2 {
display: inline-block;
}
.no-margin-top {
margin-top: 0px;
}
/*** header ***/
header {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 40px;
line-height: 40px;
background-color: #1B1B1B;
background-image: linear-gradient(to bottom, #222222, #111111);
background-repeat: repeat-x;
border-color: #252525;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
border-width: 0 0 1px;
color: #FFF;
font-size: 10px;
text-align: left;
vertical-align: middle;
z-index: 100;
}
#header-logo {
position: absolute;
display: block;
width: 94px;
height: 20px;
left: 10px;
top: 10px;
background-image: url('./img/websanova-logo-small-full-black.png');
}
#header-links {
display: none;
position: absolute;
width: 100%;
left: 0px;
top: 40px;
}
#header-links a {
display: block;
font-size: 9px;
font-weight: bold;
font-family: Verdana;
color: #FAFAFA;
text-transform: uppercase;
margin-left: 0px;
text-align: center;
background-color: #1B1B1B;
border-top: solid 1px #CACACA;
line-height: 14px;
padding: 10px;
}
#header-links a:hover {
color: #636363;
}
/*** menu ***/
#header-menu-button {
position: absolute;
right: 6px;
top: 6px;
display: block;
color: #757575;
background-color: #e1e1e1;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: linear-gradient(top, #ebebeb, #e1e1e1);
box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
border: none;
border-radius: 3px;
-webkit-border-radius: 3px;
padding: 6px 10px;
font-size: 11px;
line-height: 16px;
cursor: pointer;
}
/*** content ***/
#plugin-name {
padding-bottom: 30px;
font-size: 24px;
border-bottom: solid #CACACA 1px;
}
#github-button {
display: block;
float: left;
margin-right: 2px;
width: 16px;
height: 16px;
cursor: pointer;
background-image: url('./img/addthis-github.png');
}
#addthis-toolbox {
position: absolute;
right: 15px;
top: 40px;
}
#content {
position: relative;
background: #FEFEFE;
max-width: 960px;
margin:0px auto;
/*padding: 20px;
margin: 30px auto;*/
height:550px;
}
.iframe_instruction {
/*left: 150px;*/
left: 100px;
top: 80px;
position: relative;
}
#tut_content {
position: relative;
background: #FEFEFE;
max-width: 960px;
margin:0px auto;
/*padding: 20px;
margin: 30px auto;*/
height:550px;
}
.content-box {
/*padding-left: 10px;*/
}
#content ul {
/*padding-left: 128px;*/
}
/*** footer ***/
footer {
position: fixed;
left: 0px;
bottom: -1px;
width: 100%;
height: 40px;
line-height: 40px;
background-color: #1B1B1B;
background-image: linear-gradient(to bottom, #222222, #111111);
background-repeat: repeat-x;
border-color: #252525;
box-shadow: 10px 1px 10px rgba(0, 0, 0, 0.5);
border-width: 0 0 1px;
color: #FFF;
font-size: 10px;
text-align: left;
vertical-align: middle;
z-index: 100;
}
#footer-icons {
position: absolute;
right: 10px;
top: 0px;
}
#footer-icons a {
display: inline-block;
*display: inline;
zoom: 1;
width: 17px;
height: 17px;
margin: 12px 0 0 10px;
background-repeat: no-repeat;
background-position: center center;
}
#linkedin-icon { background-image: url('./img/linkedin-icon.png'); width: 18px; }
#stumbleupon-icon { background-image: url('./img/stumbleupon-icon.png'); }
#googleplus-icon { background-image: url('./img/googleplus-icon.png'); }
#youtube-icon { background-image: url('./img/youtube-icon.png'); width: 17px; height: 18px; }
#facebook-icon { background-image: url('./img/facebook-icon.png'); width: 8px; }
#twitter-icon { background-image: url('./img/twitter-icon.png'); width: 20px; }
#github-icon { background-image: url('./img/github-icon.png'); width: 20px; }
#rss-icon { background-image: url('./img/rss-icon.png'); }
/*** media ***/
@media screen and (min-width: 600px) {
#header-logo {
left: 50px;
}
#footer-icons {
left: auto;
right: 50px;
}
#header-links {
display: block !important;
width: auto;
top: 0px;
left: auto;
right: 50px;
}
#header-links a {
display: inline;
font-size: 10px;
margin-left: 20px;
text-align: left;
background-color: none;
border-top: 0px;
margin-left: 10px;
line-height: inherit;
padding: 0px;
}
#header-menu-button {
display: none;
}
#plugin-name {
font-size: 30px;
}
#addthis-toolbox {
top: 44px;
}
}
/*** ads ***/
.websanova-plugins-page-horizontal-responsive { display:block; margin:0 auto; width: 320px; height: 50px; }
@media(min-width: 520px) { .websanova-plugins-page-horizontal-responsive { width: 468px; height: 60px; } }
@media(min-width: 800px) { .websanova-plugins-page-horizontal-responsive { width: 728px; height: 90px; } }
.adsblock {
position: relative;
margin: 0 auto;
}
.ads2block {
margin-top: 20px;
}
.adsblock-mobile-banner {
width: 320px;
height: 50px;
}
.adsblock-banner {
display: none;
width: 468px;
height: 60px;
}
.adsblock-leaderboard {
display: none;
width: 728px;
height: 90px;
}
@media (min-width:520px) {
.adsblock-mobile-banner { display: none; }
.adsblock-banner { display: block; }
}
@media (min-width:800px) {
.adsblock-mobile-banner { display: none; }
.adsblock-banner { display: none; }
.adsblock-leaderboard { display: block; }
}
.heading_div_app {
background-color: #858bac;
height: 40px;
line-height: 10px;
margin: 0 auto;
width: 960px;
text-align: center;
}
.heading_div_tut {
background-color: #858bac;
height: 40px;
line-height: 10px;
margin: 0 auto;
width: 960px;
text-align: center;
}
.footer_div {
background-color: #858bac;
height: 46px;
line-height: 46px;
margin: 0 auto;
position: relative;
top: 150px;
width: 960px;
}
.heading_div_app h2 {
color: white;
font-family: "arial";
text-align: center;
}
.heading_div_tut h2 {
color: white;
font-family: "arial";
text-align: center;
}
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: <NAME>
Author URI: http://www.mis-algoritmos.com
*/
/*CSS Digg style pagination*/
div.pagination {
/*padding: 3px;
margin: 3px;*/
text-align:center;
position:absolute;
left: 85%;
}
div.pagination div {
/*padding: 2px 5px 2px 5px;*/
padding: 6px 10px;
margin: 3px;
border: 1px solid #fff;
text-decoration: none; /* no underline */
color: #fff;
background-color:#858bac;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
display:inline;
cursor:pointer;
}
.next span {
font-size: 60px;
font-weight: 100;
line-height: 12px;
position: relative;
top: 12px;
left:6px;
}
.previous span {
font-size: 60px;
font-weight: 100;
line-height: 12px;
position: relative;
top: 12px;
left:-5px;
}
div.pagination div:hover{
border: 1px solid #858bac;
background-color:#fff;
color: #858bac;
}
div.pagination div.active {
border: 1px solid #858bac;
background-color:#fff;
color: #858bac;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #000099;
font-weight: bold;
background-color: #000099;
color: #FFF;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #EEE;
color: #DDD;
}
.page {
display: none;
} | 0.273186 | 0.117496 |
div.document .first {
margin-top: 0 }
div.document .last {
margin-bottom: 0 }
div.document a.toc-backref {
text-decoration: none ;
color: black }
div.document dd {
margin-bottom: 0.5em }
div.document div.abstract {
margin: 2em 5em }
div.document div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.document div.attention,
div.document div.caution,
div.document div.danger,
div.document div.error,
div.document div.hint,
div.document div.important,
div.document div.note,
div.document div.tip,
div.document div.warning,
div.document div.admonition {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.document div.attention p.admonition-title,
div.document div.caution p.admonition-title,
div.document div.danger p.admonition-title,
div.document div.error p.admonition-title,
div.document div.warning p.admonition-title {
color: red ;
font-weight: bold ;
font-family: sans-serif }
div.document div.hint p.admonition-title,
div.document div.important p.admonition-title,
div.document div.note p.admonition-title,
div.document div.tip p.admonition-title,
div.document div.admonition p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.document div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.document div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.document div.figure {
margin-left: 2em }
div.document div.footer,
div.document div.header {
font-size: smaller }
div.document div.sidebar {
margin-left: 1em ;
border: medium outset ;
padding: 0em 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.document div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.document div.system-messages {
margin: 5em }
div.document div.system-messages h1 {
color: red }
div.document div.system-message {
border: medium outset ;
padding: 1em }
div.document div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.document div.topic {
margin: 2em }
div.document h1.title {
text-align: center }
div.document h2.subtitle {
text-align: center }
div.document hr {
width: 75% }
div.document ol.simple, ul.simple {
margin-bottom: 1em }
div.document ol.arabic {
list-style: decimal }
div.document ol.loweralpha {
list-style: lower-alpha }
div.document ol.upperalpha {
list-style: upper-alpha }
div.document ol.lowerroman {
list-style: lower-roman }
div.document ol.upperroman {
list-style: upper-roman }
div.document p.attribution {
text-align: right ;
margin-left: 50% }
div.document p.caption {
font-style: italic }
div.document p.credits {
font-style: italic ;
font-size: smaller }
div.document p.label {
white-space: nowrap }
div.document p.rubric {
font-weight: bold ;
font-size: larger ;
color: darkred ;
text-align: center }
div.document p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
div.document p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
div.document p.topic-title {
font-weight: bold }
div.document pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font-family: serif ;
font-size: 100% }
div.document pre.line-block {
font-family: serif ;
font-size: 100% }
div.document pre.literal-block, pre.doctest-block {
margin-left: 2em ;
margin-right: 2em ;
background-color: #eeeeee }
div.document span.classifier {
font-family: sans-serif ;
font-style: oblique }
div.document span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
div.document span.interpreted {
font-family: sans-serif }
div.document span.option {
white-space: nowrap }
div.document span.option-argument {
font-style: italic }
div.document span.pre {
white-space: pre }
div.document span.problematic {
color: red }
div.document table {
margin-top: 0.5em ;
margin-bottom: 0.5em }
div.document table.citation {
border-left: solid thin gray ;
padding-left: 0.5ex }
div.document table.docinfo {
margin: 2em 4em }
div.document table.footnote {
border-left: solid thin black ;
padding-left: 0.5ex }
div.document td,
div.document th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
div.document th.docinfo-name,
div.document th.field-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap }
div.document h1 tt,
div.document h2 tt,
div.document h3 tt,
div.document h4 tt,
div.document h5 tt,
div.document h6 tt {
font-size: 100% }
div.document tt {
background-color: #eeeeee }
div.document ul.auto-toc {
list-style-type: none } | rst/default.css | div.document .first {
margin-top: 0 }
div.document .last {
margin-bottom: 0 }
div.document a.toc-backref {
text-decoration: none ;
color: black }
div.document dd {
margin-bottom: 0.5em }
div.document div.abstract {
margin: 2em 5em }
div.document div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.document div.attention,
div.document div.caution,
div.document div.danger,
div.document div.error,
div.document div.hint,
div.document div.important,
div.document div.note,
div.document div.tip,
div.document div.warning,
div.document div.admonition {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.document div.attention p.admonition-title,
div.document div.caution p.admonition-title,
div.document div.danger p.admonition-title,
div.document div.error p.admonition-title,
div.document div.warning p.admonition-title {
color: red ;
font-weight: bold ;
font-family: sans-serif }
div.document div.hint p.admonition-title,
div.document div.important p.admonition-title,
div.document div.note p.admonition-title,
div.document div.tip p.admonition-title,
div.document div.admonition p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.document div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.document div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.document div.figure {
margin-left: 2em }
div.document div.footer,
div.document div.header {
font-size: smaller }
div.document div.sidebar {
margin-left: 1em ;
border: medium outset ;
padding: 0em 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.document div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.document div.system-messages {
margin: 5em }
div.document div.system-messages h1 {
color: red }
div.document div.system-message {
border: medium outset ;
padding: 1em }
div.document div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.document div.topic {
margin: 2em }
div.document h1.title {
text-align: center }
div.document h2.subtitle {
text-align: center }
div.document hr {
width: 75% }
div.document ol.simple, ul.simple {
margin-bottom: 1em }
div.document ol.arabic {
list-style: decimal }
div.document ol.loweralpha {
list-style: lower-alpha }
div.document ol.upperalpha {
list-style: upper-alpha }
div.document ol.lowerroman {
list-style: lower-roman }
div.document ol.upperroman {
list-style: upper-roman }
div.document p.attribution {
text-align: right ;
margin-left: 50% }
div.document p.caption {
font-style: italic }
div.document p.credits {
font-style: italic ;
font-size: smaller }
div.document p.label {
white-space: nowrap }
div.document p.rubric {
font-weight: bold ;
font-size: larger ;
color: darkred ;
text-align: center }
div.document p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
div.document p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
div.document p.topic-title {
font-weight: bold }
div.document pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font-family: serif ;
font-size: 100% }
div.document pre.line-block {
font-family: serif ;
font-size: 100% }
div.document pre.literal-block, pre.doctest-block {
margin-left: 2em ;
margin-right: 2em ;
background-color: #eeeeee }
div.document span.classifier {
font-family: sans-serif ;
font-style: oblique }
div.document span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
div.document span.interpreted {
font-family: sans-serif }
div.document span.option {
white-space: nowrap }
div.document span.option-argument {
font-style: italic }
div.document span.pre {
white-space: pre }
div.document span.problematic {
color: red }
div.document table {
margin-top: 0.5em ;
margin-bottom: 0.5em }
div.document table.citation {
border-left: solid thin gray ;
padding-left: 0.5ex }
div.document table.docinfo {
margin: 2em 4em }
div.document table.footnote {
border-left: solid thin black ;
padding-left: 0.5ex }
div.document td,
div.document th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
div.document th.docinfo-name,
div.document th.field-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap }
div.document h1 tt,
div.document h2 tt,
div.document h3 tt,
div.document h4 tt,
div.document h5 tt,
div.document h6 tt {
font-size: 100% }
div.document tt {
background-color: #eeeeee }
div.document ul.auto-toc {
list-style-type: none } | 0.370795 | 0.096706 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@keyframes keyframe-pop-in {
from {
width: 0; }
to {
width: 50px; } }
@keyframes keyframe-rotation {
0%, 100% {
transform: rotate(0deg); }
25% {
transform: rotate(-15deg); }
75% {
transform: rotate(15deg); } }
.showcase-title {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
color: white;
font-size: 24pt;
background: #262d35;
border-bottom: 8px solid #3ac2ec;
padding-left: 0.5em; }
.showcase-subtitle {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
color: white;
font-size: 24pt;
font-size: 12pt;
padding-left: 5px; }
.showcase-body-container {
background: #465d6f;
padding-bottom: 10px; }
.showcase-body-text, .showcase-body-subtitle {
font-family: "Exo 2", sans-serif;
color: white; }
.showcase-body-text a, .showcase-body-subtitle a {
color: inherit;
/* blue colors for links too */
text-decoration: inherit;
/* no underline */ }
.showcase-body-subtitle {
border-bottom: 2px solid #3ac2ec;
font-style: italic; }
.showcase-button-set, .showcase-button-download, .showcase-button-rating {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
color: white;
font-size: 24pt;
-o-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
background: #262d35;
border-left: 10px solid #c1c8ca;
padding: 2.5px 0 2.5px 10px;
margin-top: 10px; }
.showcase-button-set:hover, .showcase-button-download:hover, .showcase-button-rating:hover {
border-left: 25px solid #c1c8ca; }
.showcase-button-download {
-o-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
border-left: 10px solid #3ac2ec; }
.showcase-button-download:hover {
border-left: 25px solid #3ac2ec; }
.showcase-button-rating {
-o-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
border-left: 10px solid #3ac2ec; }
.showcase-button-rating:hover {
border-left: 25px solid #3ac2ec; }
.showcase-tags {
display: none; }
.showcase-tags:target {
display: inline; }
.showcase-rating-box {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
color: white;
font-size: 24pt;
font-size: 12pt;
text-align: center;
background: #465d6f;
border-top: 5px solid #262d35;
border-bottom: 5px solid #262d35;
border-radius: 0.25rem;
margin-top: 0.25em;
margin-bottom: 0.5em; }
.showcase-rating-icon-box {
width: 75px;
height: 75px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
display: block;
background: white;
content: ' ';
margin: 5px; }
.showcase-rating-icon-rotate {
animation: 10s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3s infinite keyframe-rotation; }
.showcase-rating-icon-pop {
animation: 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) keyframe-pop-in; }
/*# sourceMappingURL=showcase.css.map */ | wwwroot/static/base/showcase/showcase.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@keyframes keyframe-pop-in {
from {
width: 0; }
to {
width: 50px; } }
@keyframes keyframe-rotation {
0%, 100% {
transform: rotate(0deg); }
25% {
transform: rotate(-15deg); }
75% {
transform: rotate(15deg); } }
.showcase-title {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
color: white;
font-size: 24pt;
background: #262d35;
border-bottom: 8px solid #3ac2ec;
padding-left: 0.5em; }
.showcase-subtitle {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
color: white;
font-size: 24pt;
font-size: 12pt;
padding-left: 5px; }
.showcase-body-container {
background: #465d6f;
padding-bottom: 10px; }
.showcase-body-text, .showcase-body-subtitle {
font-family: "Exo 2", sans-serif;
color: white; }
.showcase-body-text a, .showcase-body-subtitle a {
color: inherit;
/* blue colors for links too */
text-decoration: inherit;
/* no underline */ }
.showcase-body-subtitle {
border-bottom: 2px solid #3ac2ec;
font-style: italic; }
.showcase-button-set, .showcase-button-download, .showcase-button-rating {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
color: white;
font-size: 24pt;
-o-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
background: #262d35;
border-left: 10px solid #c1c8ca;
padding: 2.5px 0 2.5px 10px;
margin-top: 10px; }
.showcase-button-set:hover, .showcase-button-download:hover, .showcase-button-rating:hover {
border-left: 25px solid #c1c8ca; }
.showcase-button-download {
-o-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
border-left: 10px solid #3ac2ec; }
.showcase-button-download:hover {
border-left: 25px solid #3ac2ec; }
.showcase-button-rating {
-o-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: border-left 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
border-left: 10px solid #3ac2ec; }
.showcase-button-rating:hover {
border-left: 25px solid #3ac2ec; }
.showcase-tags {
display: none; }
.showcase-tags:target {
display: inline; }
.showcase-rating-box {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
color: white;
font-size: 24pt;
font-size: 12pt;
text-align: center;
background: #465d6f;
border-top: 5px solid #262d35;
border-bottom: 5px solid #262d35;
border-radius: 0.25rem;
margin-top: 0.25em;
margin-bottom: 0.5em; }
.showcase-rating-icon-box {
width: 75px;
height: 75px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
display: block;
background: white;
content: ' ';
margin: 5px; }
.showcase-rating-icon-rotate {
animation: 10s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3s infinite keyframe-rotation; }
.showcase-rating-icon-pop {
animation: 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) keyframe-pop-in; }
/*# sourceMappingURL=showcase.css.map */ | 0.444565 | 0.143608 |
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');
body {
margin: 0;
padding: 0;
font-family: 'Josefin Sans', sans-serif;
background-color: #F1EEE9;
}
h2{
font-size: 70px;
}
h3{
font-size: 50px;
}
p{
letter-spacing: 0.1rem;
font-size: 18px;
}
/* Navigation Bar */
header{
height: 15vh;
}
.navbar{
margin : 10px 0px;
}
.nav-right .navbar-nav .nav-item{
margin: 0px 30px;
}
.nav-right .navbar-nav .nav-item a{
letter-spacing: 0.1em;
font-weight: 600;
color: #001;
}
.nav-left .navbar-nav .nav-item{
margin: 0px 40px;
}
.nav-left .navbar-nav .nav-item a{
letter-spacing: 0.1em;
color: #001;
font-weight: 600;
}
/* Landing Page */
#landing{
height: 85vh;
}
.container{
align-items: center;
}
.banner{
margin-top: 5vh;
margin-bottom: 10vh;
}
.content{
justify-content: center;
align-items: center;
}
.content h2{
margin-bottom: 10%;
}
.textbox p{
margin-bottom: 15%;
color: #001;
}
.textbox button{
font-size: 14px;
padding: 10px 60px;
background-color: #001;
color: #F1EEE9;
border: none;
}
.contact {
position: fixed;
left: 95%;
top : 30vh;
display: flex;
width: 10%;
flex-direction: column;
}
.contact a img {
width: 30px;
margin : 20px 0px;
}
/* Testimonials */
#testimonials{
height: 80vh;
background-color: #001;
}
#testimonials .container{
padding-top: 5vh;
justify-content: center;
align-items: center;
}
#testimonials h3{
color: #F1EEE9;
}
#testimonials p{
color: #F1EEE9;
}
#testimonials .content{
align-items: center;
margin-top: 15vh;
height: 100vh;
justify-content: center;
}
.carousel-control-prev{
position: absolute;
left: -1px;
}
.carousel-inner {
height: 40vh;
}
.carousel-item {
width : 80%;
margin-left: 10%;
}
/* Menu */
#menu{
height: 100vh;
}
.menu-bar {
align-items: center;
margin-bottom: 5vh;
}
#menu .container{
padding-top: 4vh;
}
.card {
margin : 20px 15px;
}
@media screen and (max-width:991px) {
p{
font-size: 14px;
letter-spacing: 0.1em;
}
.content
{
display: flex;
flex-direction: column-reverse;
}
.navbar-brand img{
width: 70%;
}
.nav-right .navbar-nav .nav-item a{
letter-spacing: 0.1em;
font-weight: 600;
font-size: 14px;
}
.nav-left .navbar-nav .nav-item a{
letter-spacing: 0.1em;
font-weight: 600;
font-size: 14px;
}
.banner{
margin-top: 10px;
}
.content{
margin-top: 5px;
}
.imgbox img {
width : 30%;
margin-bottom: 5%;
}
.textbox h2{
font-size: 50px;
margin-bottom: 5%;
}
.textbox p{
margin-bottom: 50px;
color: #001;
}
.textbox button {
margin-bottom: 30px;
}
.contact{
left: 90%;
}
.contact a img{
width: 25px;
}
#testimonials .content{
align-items: center;
margin-top: 5vh;
height: 70vh;
justify-content: center;
}
h3{
font-size: 30px;
}
.item {
height: 40vh;
width: 40vh;
margin-bottom: 30px;
}
.menu-bar {
align-items: center;
justify-content: center;
}
} | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');
body {
margin: 0;
padding: 0;
font-family: 'Josefin Sans', sans-serif;
background-color: #F1EEE9;
}
h2{
font-size: 70px;
}
h3{
font-size: 50px;
}
p{
letter-spacing: 0.1rem;
font-size: 18px;
}
/* Navigation Bar */
header{
height: 15vh;
}
.navbar{
margin : 10px 0px;
}
.nav-right .navbar-nav .nav-item{
margin: 0px 30px;
}
.nav-right .navbar-nav .nav-item a{
letter-spacing: 0.1em;
font-weight: 600;
color: #001;
}
.nav-left .navbar-nav .nav-item{
margin: 0px 40px;
}
.nav-left .navbar-nav .nav-item a{
letter-spacing: 0.1em;
color: #001;
font-weight: 600;
}
/* Landing Page */
#landing{
height: 85vh;
}
.container{
align-items: center;
}
.banner{
margin-top: 5vh;
margin-bottom: 10vh;
}
.content{
justify-content: center;
align-items: center;
}
.content h2{
margin-bottom: 10%;
}
.textbox p{
margin-bottom: 15%;
color: #001;
}
.textbox button{
font-size: 14px;
padding: 10px 60px;
background-color: #001;
color: #F1EEE9;
border: none;
}
.contact {
position: fixed;
left: 95%;
top : 30vh;
display: flex;
width: 10%;
flex-direction: column;
}
.contact a img {
width: 30px;
margin : 20px 0px;
}
/* Testimonials */
#testimonials{
height: 80vh;
background-color: #001;
}
#testimonials .container{
padding-top: 5vh;
justify-content: center;
align-items: center;
}
#testimonials h3{
color: #F1EEE9;
}
#testimonials p{
color: #F1EEE9;
}
#testimonials .content{
align-items: center;
margin-top: 15vh;
height: 100vh;
justify-content: center;
}
.carousel-control-prev{
position: absolute;
left: -1px;
}
.carousel-inner {
height: 40vh;
}
.carousel-item {
width : 80%;
margin-left: 10%;
}
/* Menu */
#menu{
height: 100vh;
}
.menu-bar {
align-items: center;
margin-bottom: 5vh;
}
#menu .container{
padding-top: 4vh;
}
.card {
margin : 20px 15px;
}
@media screen and (max-width:991px) {
p{
font-size: 14px;
letter-spacing: 0.1em;
}
.content
{
display: flex;
flex-direction: column-reverse;
}
.navbar-brand img{
width: 70%;
}
.nav-right .navbar-nav .nav-item a{
letter-spacing: 0.1em;
font-weight: 600;
font-size: 14px;
}
.nav-left .navbar-nav .nav-item a{
letter-spacing: 0.1em;
font-weight: 600;
font-size: 14px;
}
.banner{
margin-top: 10px;
}
.content{
margin-top: 5px;
}
.imgbox img {
width : 30%;
margin-bottom: 5%;
}
.textbox h2{
font-size: 50px;
margin-bottom: 5%;
}
.textbox p{
margin-bottom: 50px;
color: #001;
}
.textbox button {
margin-bottom: 30px;
}
.contact{
left: 90%;
}
.contact a img{
width: 25px;
}
#testimonials .content{
align-items: center;
margin-top: 5vh;
height: 70vh;
justify-content: center;
}
h3{
font-size: 30px;
}
.item {
height: 40vh;
width: 40vh;
margin-bottom: 30px;
}
.menu-bar {
align-items: center;
justify-content: center;
}
} | 0.286868 | 0.103115 |
@media all {html {font-size: 24px;}}
@media all and (max-width:1000px){html {font-size: 24px;}}
@media all and (max-width:960px){html {font-size: 23px;}}
@media all and (max-width:920px){html {font-size: 22px;}}
@media all and (max-width:880px){html {font-size: 21px;}}
@media all and (max-width:840px){html {font-size: 20px;}}
@media all and (max-width:800px){html {font-size: 19px;}}
@media all and (max-width:760px){html {font-size: 18px;}}
@media all and (max-width:720px){html {font-size: 17px;}}
@media all and (max-width:680px){html {font-size: 16px;}}
@media all and (max-width:640px){html {font-size: 15px;}}
@media all and (max-width:600px){html {font-size: 14px;}}
@media all and (max-width:560px){html {font-size: 13px;}}
@media all and (max-width:520px){html {font-size: 12px;}}
@media all and (max-width:520px) {
html{ font-size: 18px;}
}
* {
margin: 0;
padding: 0;
}
body, li p {
font-family: "Crimson"; }
li { -moz-column-break-inside: avoid;
-webkit-column-break-inside: avoid;
-o-column-break-inside: avoid;
-ms-column-break-inside: avoid;
column-break-inside: avoid;
-moz-break-inside: avoid-column;
-webkit-break-inside: avoid-column;
-o-break-inside: avoid-column;
-ms-break-inside: avoid-column;
break-inside: avoid-column;
}
html {
height: 100%;
}
body {
padding: 0rem 0em 0rem 0em;
margin-left:auto;
margin-right:auto;
width:100%;
max-width:1000px;
min-height: 100%;
text-rendering: optimizeLegibility;
-moz-font-feature-settings: 'kern=1';
-moz-font-feature-settings: 'kern' 1;
-webkit-font-feature-settings: 'kern' 1;
-o-font-feature-settings: 'kern' 1;
-ms-font-feature-settings: 'kern' 1;
font-feature-settings: 'kern' 1;
text-rendering: optimizeLegibility;
-moz-font-feature-settings: 'liga=1';
-moz-font-feature-settings: 'liga' 1;
-webkit-font-feature-settings: 'liga' 1;
-o-font-feature-settings: 'liga' 1;
-ms-font-feature-settings: 'liga' 1;
font-feature-settings: 'liga' 1;
border-top: 0px solid black;
border-bottom: 0px solid black;
position: relative; z-index: -10000;
counter-reset: sidenote-counter;
}
/* Header stuff */
.related li {
margin-left: 0;
}
.related a {
text-transform: lowercase;
-moz-font-feature-settings: 'c2sc=1';
-moz-font-feature-settings: 'c2sc' 1;
-webkit-font-feature-settings: 'c2sc' 1;
-o-font-feature-settings: 'c2sc' 1;
-ms-font-feature-settings: 'c2sc' 1;
font-feature-settings: 'c2sc' 1;
font-variant: small-caps;
font-family: "Crimson";
font-size: 120%;
font-style: normal;
-moz-hyphens: none;
-webkit-hyphens: none;
-o-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.related a:after {
content: none;
}
div.document {
font-size: 100%;
margin-left: 0.5rem;
margin-right: 13.5rem;
display: block; padding: 0rem 0 10rem 0;
}
@media all and (max-width:520px) {
div.content {
margin: 2rem;
padding: 0;
}
}
h1 {
display: block;
font-family: "Fira Sans Condensed";
font-weight: 500;
letter-spacing: 3px;
text-transform: uppercase;
font-size: 190%;
line-height: 1.1;
margin-top: 3rem;
margin-bottom: 3rem;
border-top: 0.10em solid black;
padding-top: 0.02em;
-moz-hyphens: none;
-webkit-hyphens: none;
-o-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
h1.small {
~font-family: "Concourse T7";
font-family: "Fira Sans Condensed";
font-weight: 400
text-transform: uppercase;
border-top: 1px solid #666;
padding-top: 0em;
font-size: 170%;
}
h1 + p {
font-size: 125%;
line-height: 1.5rem;
}
h2 {
font-family: "Lato", "Fira Sans Condensed";
font-weight: 300;
text-transform: None;
display: block;
font-weight: Regular;
margin-bottom: 0.4rem;
margin-top: 1.4rem;
}
/* Links */
a {
text-decoration: none;
color: inherit;
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
div.nav a:active div { background: #fdfdfd;
}
a:active { color: #777; }
a:after {
position: relative;
content: "\FEFF°";
margin-left: 0.10em;
font-size: 90%;
top: -0.10em;
color: #933;
}
a[name]:after{ content: none;
}
a.no-symbol-before:hover {
background: none;
}
a.no-symbol-before:after {
content: none;
}
type-specimen img { display: block;
border: 1px solid #ddd;
margin-bottom: 1em;
}
type-specimen a:after{
content: none;
}
div > a:after, a.reference.internal:after,
a.sample-document:after {
content: none;
}
a.reference.internal {
text-transform: lowercase;
-moz-font-feature-settings: 'c2sc=1';
-moz-font-feature-settings: 'c2sc' 1;
-webkit-font-feature-settings: 'c2sc' 1;
-o-font-feature-settings: 'c2sc' 1;
-ms-font-feature-settings: 'c2sc' 1;
font-feature-settings: 'c2sc' 1;
font-family: "Crimson";
font-variant: small-caps;
font-style: normal;
-moz-hyphens: none;
-webkit-hyphens: none;
-o-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
a:hover {
background: #fbf3f3;
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
border-radius: 8px;
}
.toc a, .toc a:hover {
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
a img{
border: 0px solid gray;
}
a:hover img {
background: none;
outline: 0px solid gray;
}
.font-alternatives a {
display: block; }
.font-alternatives a img { border: 0;
}
.font-alternatives a:hover { background: none;
}
.font-alternatives a:hover img { outline: 0px solid gray;
}
.font-alternatives a:hover span.fontname { background: #fbf3f3;
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
border-radius: 8px;
}
.font-alternatives a span.fontname {
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
a.sample-document img {
margin-top: 1rem;
}
a.sample-document:hover {
background: none;
}
/* Take care of ul, ol, li stuff */
p {
font-size: 1.1rem;
margin-bottom: 1em;
line-height: 1.25;
}
ol, ul {
margin-bottom: 1em;
}
ol li {
margin-bottom: 0.25em;
line-height: 1.35;
margin-left: 1.5rem; padding-left: 0rem;
list-style-position: outside;
font-family: "Lato", "Fira Sans";
font-size: 85%;
font-weight: 400;
-moz-font-feature-settings: 'liga=1', 'ss01=0';
-moz-font-feature-settings: 'liga' 1, 'ss01' 0;
-webkit-font-feature-settings: 'liga' 1, 'ss01' 0;
-o-font-feature-settings: 'liga' 1, 'ss01' 0;
-ms-font-feature-settings: 'liga' 1, 'ss01' 0;
font-feature-settings: 'liga' 1, 'ss01' 0;
}
ul li {
margin-bottom: 0.25em;
line-height: 1.35;
margin-left: 1.5rem; padding-left: 0rem;
list-style-position: outside;
font-family: "Lato", "Fira Sans";
font-size: 85%;
font-weight: 400;
-moz-font-feature-settings: 'liga=1', 'ss01=0';
-moz-font-feature-settings: 'liga' 1, 'ss01' 0;
-webkit-font-feature-settings: 'liga' 1, 'ss01' 0;
-o-font-feature-settings: 'liga' 1, 'ss01' 0;
-ms-font-feature-settings: 'liga' 1, 'ss01' 0;
font-feature-settings: 'liga' 1, 'ss01' 0;
}
ul.children { font-size: 90%;
-moz-column-count: 2;
-webkit-column-count: 2;
-o-column-count: 2;
-ms-column-count: 2;
column-count: 2;
-moz-column-gap: 2.5rem;
-webkit-column-gap: 2.5rem;
-o-column-gap: 2.5rem;
-ms-column-gap: 2.5rem;
column-gap: 2.5rem;
list-style-type: none;
}
@media all and (max-width:520px) {
ul.children {
font-size: 100%;
-moz-column-count: 1;
-webkit-column-count: 1;
-o-column-count: 1;
-ms-column-count: 1;
column-count: 1;
-moz-column-gap: 2em;
-webkit-column-gap: 2em;
-o-column-gap: 2em;
-ms-column-gap: 2em;
column-gap: 2em;
}
}
ul.children li {
margin-bottom: 0;
padding-bottom: 1em;
}
ul.font-alternatives { list-style-type: none;
}
/* Font alternatives */
.font-alternatives a {
display: block; }
.font-alternatives a img { border: 0;
}
.font-alternatives a:hover { background: none;
}
.font-alternatives a:hover img { outline: 0px solid gray;
}
.font-alternatives a:hover span.fontname { background: #fbf3f3;
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
border-radius: 8px;
}
.font-alternatives a span.fontname {
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
system-font-list {
font-family: "Lato", "Fira Sans Condensed";
display: block;
font-size: 90%;
margin-left: 2.5rem;
}
system-font-items{
display: block;
-moz-column-count: 2;
-webkit-column-count: 2;
-o-column-count: 2;
-ms-column-count: 2;
column-count: 2;
-moz-column-gap: 2.5rem;
-webkit-column-gap: 2.5rem;
-o-column-gap: 2.5rem;
-ms-column-gap: 2.5rem;
column-gap: 2.5rem;
}
@media all and (max-width:520px) {
system-font-items{
display: block;
-moz-column-count: 1;
-webkit-column-count: 1;
-o-column-count: 1;
-ms-column-count: 1;
column-count: 1;
-moz-column-gap: 2.5rem;
-webkit-column-gap: 2.5rem;
-o-column-gap: 2.5rem;
-ms-column-gap: 2.5rem;
column-gap: 2.5rem;
}
system-font-list {
font-size: 100%;
margin-left: 0;
}
}
system-font-list em {
font-style: normal;
font-weight: bolder;
}
/* Code blocks */
pre {
background-color: White;
font-size: 75%;
color: #333;
font-family: "Source Code Pro", "Triplicate T3c", Monaco, Consolas, "Lucida Console", monospace;
margin: 1rem -5px;
padding: 5px;
border-left: none;
border-right: none;
font-size: 0.8rem;
line-height: 1rem;
-moz-hyphens: none;
-webkit-hyphens: none;
-o-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
monospaced, monospaced-full-size, code {
font-family: "Source Code Pro", "Triplicate T3";
font-style: normal; font-weight: normal; font-size: 90%;
}
monospaced-full-size {
font-size: 100%;
}
/* Single, Double quotes etc. */
dquo, dquo-pull {
margin-left: -0.5em;
}
dquo-push {
margin-left: 0.5em;
}
squo, squo-pull {
margin-left: -0.25em;
}
squo-push {
margin-left: 0.25em;
}
.arrow {
font-family: "Lato", "Fira Sans", "Concourse T3";
}
/* Table of contents stuff */
li.toctree-l1 {
display: block;
font-family: "Fira Sans Condensed";
letter-spacing: 0px;
font-weight: 500;
text-transform: uppercase;
font-size: 135%;
line-height: 1.20;
margin-left: 0;
margin-top: 1.5rem;
margin-bottom: 0.0rem;
border-top: 0px solid #ccc;
}
li.toctree-l1 a.reference.internal{
display: block;
font-family: "Fira Sans Condensed";
letter-spacing: 1px;
font-weight: 400;
text-transform: uppercase;
font-size: 135%;
line-height: 1.20;
}
div.toctree-wrapper ul {
margin-left: 0.5rem;
list-style-type: none;
}
div.toctree-wrapper ul li ul {
font-size: 105%;
margin-left: 1.5rem;
margin-top: 0.7rem;
margin-bottom: 1.5rem;
list-style-type: none;
}
@media all and (max-width:520px) {
div.toctree-wrapper ul li ul {
font-size: 120%;
}
}
li.toctree-l2 {
display: block;
text-transform: None;
-moz-font-feature-settings: 'c2sc=0';
-moz-font-feature-settings: 'c2sc' 0;
-webkit-font-feature-settings: 'c2sc' 0;
-o-font-feature-settings: 'c2sc' 0;
-ms-font-feature-settings: 'c2sc' 0;
font-feature-settings: 'c2sc' 0;
font-family: "Lato", "Crimson";
margin: 0;
padding: 0;
padding-bottom: 0.6em;
font-size: 70%;
line-height: 1.2;
}
li.toctree-l2 a.reference.internal{
display: block;
text-transform: None;
-moz-font-feature-settings: 'c2sc=0';
-moz-font-feature-settings: 'c2sc' 0;
-webkit-font-feature-settings: 'c2sc' 0;
-o-font-feature-settings: 'c2sc' 0;
-ms-font-feature-settings: 'c2sc' 0;
font-feature-settings: 'c2sc' 0;
font-variant: normal;
font-family: "Lato", "Crimson";
font-size: inherit;
line-height: 1.2;
}
.toc:after {
content: none;
}
#toc-marker:hover {
border-radius: inherit; }
a#toc-marker:after {
content: none;
}
/* Side note stuff */
.sidenote {
font-family: "Lato", "Fira Sans Condensed";
font-weight: 300;
font-size: 0.65rem;
line-height: 0.88rem;
color: #667;
display: block;
float: right;
position: relative;
margin-right: -35%;
left: 2.5rem;
width: 7rem;
text-align: left;
list-style-type: none;
clear:both; margin-bottom: 1rem;
width: 30%;}
@media all and (max-width:520px) {
.sidenote { float: inherit;
position: inherit;
width: 30%;
text-align: left;
background: #fefefe;
padding: 0.5rem;
border: 1px solid #ccc;
border-left: 3px solid #ccc;
}
}
.sidenote-number { counter-increment: sidenote-counter; }
.sidenote-number:after, .sidenote:before { content: counter(sidenote-counter) " ";
font-family: "Lato", "Fira Sans Condensed Regular", "Concourse T3";
position: relative;
vertical-align: baseline; }
.sidenote-number:after { content: counter(sidenote-counter);
font-size: 60%;
top: -0.5rem;
left: -0.25rem; }
.sidenote:before { content: counter(sidenote-counter) " ";
top: -0.5rem; }
/* Figures */
/* change figure captions to get highlighted when targeted with a link */
div.figure:target > p.caption,
div.subfigure:target > p.caption,
div.figure:target > center > p.caption,
div.math:target span.eqno {
background-color: #FFA;
}
div.figure:target,
div.subfigure:target {
border: 1px dashed #333;
}
div.figure.compound {
padding: 0;
padding-top: 10px;
}
div.figure.compound > p.caption {
margin-left: 7px;
margin-right: 7px;
}
div.subfigure {
display: inline-block;
vertical-align: top;
padding-left: 7px;
padding-right: 7px;
} | fastv8/doc/_build/html/_static/forWeb.css | @media all {html {font-size: 24px;}}
@media all and (max-width:1000px){html {font-size: 24px;}}
@media all and (max-width:960px){html {font-size: 23px;}}
@media all and (max-width:920px){html {font-size: 22px;}}
@media all and (max-width:880px){html {font-size: 21px;}}
@media all and (max-width:840px){html {font-size: 20px;}}
@media all and (max-width:800px){html {font-size: 19px;}}
@media all and (max-width:760px){html {font-size: 18px;}}
@media all and (max-width:720px){html {font-size: 17px;}}
@media all and (max-width:680px){html {font-size: 16px;}}
@media all and (max-width:640px){html {font-size: 15px;}}
@media all and (max-width:600px){html {font-size: 14px;}}
@media all and (max-width:560px){html {font-size: 13px;}}
@media all and (max-width:520px){html {font-size: 12px;}}
@media all and (max-width:520px) {
html{ font-size: 18px;}
}
* {
margin: 0;
padding: 0;
}
body, li p {
font-family: "Crimson"; }
li { -moz-column-break-inside: avoid;
-webkit-column-break-inside: avoid;
-o-column-break-inside: avoid;
-ms-column-break-inside: avoid;
column-break-inside: avoid;
-moz-break-inside: avoid-column;
-webkit-break-inside: avoid-column;
-o-break-inside: avoid-column;
-ms-break-inside: avoid-column;
break-inside: avoid-column;
}
html {
height: 100%;
}
body {
padding: 0rem 0em 0rem 0em;
margin-left:auto;
margin-right:auto;
width:100%;
max-width:1000px;
min-height: 100%;
text-rendering: optimizeLegibility;
-moz-font-feature-settings: 'kern=1';
-moz-font-feature-settings: 'kern' 1;
-webkit-font-feature-settings: 'kern' 1;
-o-font-feature-settings: 'kern' 1;
-ms-font-feature-settings: 'kern' 1;
font-feature-settings: 'kern' 1;
text-rendering: optimizeLegibility;
-moz-font-feature-settings: 'liga=1';
-moz-font-feature-settings: 'liga' 1;
-webkit-font-feature-settings: 'liga' 1;
-o-font-feature-settings: 'liga' 1;
-ms-font-feature-settings: 'liga' 1;
font-feature-settings: 'liga' 1;
border-top: 0px solid black;
border-bottom: 0px solid black;
position: relative; z-index: -10000;
counter-reset: sidenote-counter;
}
/* Header stuff */
.related li {
margin-left: 0;
}
.related a {
text-transform: lowercase;
-moz-font-feature-settings: 'c2sc=1';
-moz-font-feature-settings: 'c2sc' 1;
-webkit-font-feature-settings: 'c2sc' 1;
-o-font-feature-settings: 'c2sc' 1;
-ms-font-feature-settings: 'c2sc' 1;
font-feature-settings: 'c2sc' 1;
font-variant: small-caps;
font-family: "Crimson";
font-size: 120%;
font-style: normal;
-moz-hyphens: none;
-webkit-hyphens: none;
-o-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.related a:after {
content: none;
}
div.document {
font-size: 100%;
margin-left: 0.5rem;
margin-right: 13.5rem;
display: block; padding: 0rem 0 10rem 0;
}
@media all and (max-width:520px) {
div.content {
margin: 2rem;
padding: 0;
}
}
h1 {
display: block;
font-family: "Fira Sans Condensed";
font-weight: 500;
letter-spacing: 3px;
text-transform: uppercase;
font-size: 190%;
line-height: 1.1;
margin-top: 3rem;
margin-bottom: 3rem;
border-top: 0.10em solid black;
padding-top: 0.02em;
-moz-hyphens: none;
-webkit-hyphens: none;
-o-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
h1.small {
~font-family: "Concourse T7";
font-family: "Fira Sans Condensed";
font-weight: 400
text-transform: uppercase;
border-top: 1px solid #666;
padding-top: 0em;
font-size: 170%;
}
h1 + p {
font-size: 125%;
line-height: 1.5rem;
}
h2 {
font-family: "Lato", "Fira Sans Condensed";
font-weight: 300;
text-transform: None;
display: block;
font-weight: Regular;
margin-bottom: 0.4rem;
margin-top: 1.4rem;
}
/* Links */
a {
text-decoration: none;
color: inherit;
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
div.nav a:active div { background: #fdfdfd;
}
a:active { color: #777; }
a:after {
position: relative;
content: "\FEFF°";
margin-left: 0.10em;
font-size: 90%;
top: -0.10em;
color: #933;
}
a[name]:after{ content: none;
}
a.no-symbol-before:hover {
background: none;
}
a.no-symbol-before:after {
content: none;
}
type-specimen img { display: block;
border: 1px solid #ddd;
margin-bottom: 1em;
}
type-specimen a:after{
content: none;
}
div > a:after, a.reference.internal:after,
a.sample-document:after {
content: none;
}
a.reference.internal {
text-transform: lowercase;
-moz-font-feature-settings: 'c2sc=1';
-moz-font-feature-settings: 'c2sc' 1;
-webkit-font-feature-settings: 'c2sc' 1;
-o-font-feature-settings: 'c2sc' 1;
-ms-font-feature-settings: 'c2sc' 1;
font-feature-settings: 'c2sc' 1;
font-family: "Crimson";
font-variant: small-caps;
font-style: normal;
-moz-hyphens: none;
-webkit-hyphens: none;
-o-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
a:hover {
background: #fbf3f3;
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
border-radius: 8px;
}
.toc a, .toc a:hover {
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
a img{
border: 0px solid gray;
}
a:hover img {
background: none;
outline: 0px solid gray;
}
.font-alternatives a {
display: block; }
.font-alternatives a img { border: 0;
}
.font-alternatives a:hover { background: none;
}
.font-alternatives a:hover img { outline: 0px solid gray;
}
.font-alternatives a:hover span.fontname { background: #fbf3f3;
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
border-radius: 8px;
}
.font-alternatives a span.fontname {
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
a.sample-document img {
margin-top: 1rem;
}
a.sample-document:hover {
background: none;
}
/* Take care of ul, ol, li stuff */
p {
font-size: 1.1rem;
margin-bottom: 1em;
line-height: 1.25;
}
ol, ul {
margin-bottom: 1em;
}
ol li {
margin-bottom: 0.25em;
line-height: 1.35;
margin-left: 1.5rem; padding-left: 0rem;
list-style-position: outside;
font-family: "Lato", "Fira Sans";
font-size: 85%;
font-weight: 400;
-moz-font-feature-settings: 'liga=1', 'ss01=0';
-moz-font-feature-settings: 'liga' 1, 'ss01' 0;
-webkit-font-feature-settings: 'liga' 1, 'ss01' 0;
-o-font-feature-settings: 'liga' 1, 'ss01' 0;
-ms-font-feature-settings: 'liga' 1, 'ss01' 0;
font-feature-settings: 'liga' 1, 'ss01' 0;
}
ul li {
margin-bottom: 0.25em;
line-height: 1.35;
margin-left: 1.5rem; padding-left: 0rem;
list-style-position: outside;
font-family: "Lato", "Fira Sans";
font-size: 85%;
font-weight: 400;
-moz-font-feature-settings: 'liga=1', 'ss01=0';
-moz-font-feature-settings: 'liga' 1, 'ss01' 0;
-webkit-font-feature-settings: 'liga' 1, 'ss01' 0;
-o-font-feature-settings: 'liga' 1, 'ss01' 0;
-ms-font-feature-settings: 'liga' 1, 'ss01' 0;
font-feature-settings: 'liga' 1, 'ss01' 0;
}
ul.children { font-size: 90%;
-moz-column-count: 2;
-webkit-column-count: 2;
-o-column-count: 2;
-ms-column-count: 2;
column-count: 2;
-moz-column-gap: 2.5rem;
-webkit-column-gap: 2.5rem;
-o-column-gap: 2.5rem;
-ms-column-gap: 2.5rem;
column-gap: 2.5rem;
list-style-type: none;
}
@media all and (max-width:520px) {
ul.children {
font-size: 100%;
-moz-column-count: 1;
-webkit-column-count: 1;
-o-column-count: 1;
-ms-column-count: 1;
column-count: 1;
-moz-column-gap: 2em;
-webkit-column-gap: 2em;
-o-column-gap: 2em;
-ms-column-gap: 2em;
column-gap: 2em;
}
}
ul.children li {
margin-bottom: 0;
padding-bottom: 1em;
}
ul.font-alternatives { list-style-type: none;
}
/* Font alternatives */
.font-alternatives a {
display: block; }
.font-alternatives a img { border: 0;
}
.font-alternatives a:hover { background: none;
}
.font-alternatives a:hover img { outline: 0px solid gray;
}
.font-alternatives a:hover span.fontname { background: #fbf3f3;
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
border-radius: 8px;
}
.font-alternatives a span.fontname {
-moz-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
system-font-list {
font-family: "Lato", "Fira Sans Condensed";
display: block;
font-size: 90%;
margin-left: 2.5rem;
}
system-font-items{
display: block;
-moz-column-count: 2;
-webkit-column-count: 2;
-o-column-count: 2;
-ms-column-count: 2;
column-count: 2;
-moz-column-gap: 2.5rem;
-webkit-column-gap: 2.5rem;
-o-column-gap: 2.5rem;
-ms-column-gap: 2.5rem;
column-gap: 2.5rem;
}
@media all and (max-width:520px) {
system-font-items{
display: block;
-moz-column-count: 1;
-webkit-column-count: 1;
-o-column-count: 1;
-ms-column-count: 1;
column-count: 1;
-moz-column-gap: 2.5rem;
-webkit-column-gap: 2.5rem;
-o-column-gap: 2.5rem;
-ms-column-gap: 2.5rem;
column-gap: 2.5rem;
}
system-font-list {
font-size: 100%;
margin-left: 0;
}
}
system-font-list em {
font-style: normal;
font-weight: bolder;
}
/* Code blocks */
pre {
background-color: White;
font-size: 75%;
color: #333;
font-family: "Source Code Pro", "Triplicate T3c", Monaco, Consolas, "Lucida Console", monospace;
margin: 1rem -5px;
padding: 5px;
border-left: none;
border-right: none;
font-size: 0.8rem;
line-height: 1rem;
-moz-hyphens: none;
-webkit-hyphens: none;
-o-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
monospaced, monospaced-full-size, code {
font-family: "Source Code Pro", "Triplicate T3";
font-style: normal; font-weight: normal; font-size: 90%;
}
monospaced-full-size {
font-size: 100%;
}
/* Single, Double quotes etc. */
dquo, dquo-pull {
margin-left: -0.5em;
}
dquo-push {
margin-left: 0.5em;
}
squo, squo-pull {
margin-left: -0.25em;
}
squo-push {
margin-left: 0.25em;
}
.arrow {
font-family: "Lato", "Fira Sans", "Concourse T3";
}
/* Table of contents stuff */
li.toctree-l1 {
display: block;
font-family: "Fira Sans Condensed";
letter-spacing: 0px;
font-weight: 500;
text-transform: uppercase;
font-size: 135%;
line-height: 1.20;
margin-left: 0;
margin-top: 1.5rem;
margin-bottom: 0.0rem;
border-top: 0px solid #ccc;
}
li.toctree-l1 a.reference.internal{
display: block;
font-family: "Fira Sans Condensed";
letter-spacing: 1px;
font-weight: 400;
text-transform: uppercase;
font-size: 135%;
line-height: 1.20;
}
div.toctree-wrapper ul {
margin-left: 0.5rem;
list-style-type: none;
}
div.toctree-wrapper ul li ul {
font-size: 105%;
margin-left: 1.5rem;
margin-top: 0.7rem;
margin-bottom: 1.5rem;
list-style-type: none;
}
@media all and (max-width:520px) {
div.toctree-wrapper ul li ul {
font-size: 120%;
}
}
li.toctree-l2 {
display: block;
text-transform: None;
-moz-font-feature-settings: 'c2sc=0';
-moz-font-feature-settings: 'c2sc' 0;
-webkit-font-feature-settings: 'c2sc' 0;
-o-font-feature-settings: 'c2sc' 0;
-ms-font-feature-settings: 'c2sc' 0;
font-feature-settings: 'c2sc' 0;
font-family: "Lato", "Crimson";
margin: 0;
padding: 0;
padding-bottom: 0.6em;
font-size: 70%;
line-height: 1.2;
}
li.toctree-l2 a.reference.internal{
display: block;
text-transform: None;
-moz-font-feature-settings: 'c2sc=0';
-moz-font-feature-settings: 'c2sc' 0;
-webkit-font-feature-settings: 'c2sc' 0;
-o-font-feature-settings: 'c2sc' 0;
-ms-font-feature-settings: 'c2sc' 0;
font-feature-settings: 'c2sc' 0;
font-variant: normal;
font-family: "Lato", "Crimson";
font-size: inherit;
line-height: 1.2;
}
.toc:after {
content: none;
}
#toc-marker:hover {
border-radius: inherit; }
a#toc-marker:after {
content: none;
}
/* Side note stuff */
.sidenote {
font-family: "Lato", "Fira Sans Condensed";
font-weight: 300;
font-size: 0.65rem;
line-height: 0.88rem;
color: #667;
display: block;
float: right;
position: relative;
margin-right: -35%;
left: 2.5rem;
width: 7rem;
text-align: left;
list-style-type: none;
clear:both; margin-bottom: 1rem;
width: 30%;}
@media all and (max-width:520px) {
.sidenote { float: inherit;
position: inherit;
width: 30%;
text-align: left;
background: #fefefe;
padding: 0.5rem;
border: 1px solid #ccc;
border-left: 3px solid #ccc;
}
}
.sidenote-number { counter-increment: sidenote-counter; }
.sidenote-number:after, .sidenote:before { content: counter(sidenote-counter) " ";
font-family: "Lato", "Fira Sans Condensed Regular", "Concourse T3";
position: relative;
vertical-align: baseline; }
.sidenote-number:after { content: counter(sidenote-counter);
font-size: 60%;
top: -0.5rem;
left: -0.25rem; }
.sidenote:before { content: counter(sidenote-counter) " ";
top: -0.5rem; }
/* Figures */
/* change figure captions to get highlighted when targeted with a link */
div.figure:target > p.caption,
div.subfigure:target > p.caption,
div.figure:target > center > p.caption,
div.math:target span.eqno {
background-color: #FFA;
}
div.figure:target,
div.subfigure:target {
border: 1px dashed #333;
}
div.figure.compound {
padding: 0;
padding-top: 10px;
}
div.figure.compound > p.caption {
margin-left: 7px;
margin-right: 7px;
}
div.subfigure {
display: inline-block;
vertical-align: top;
padding-left: 7px;
padding-right: 7px;
} | 0.258607 | 0.069668 |
.R-icon {
margin-right: 50px;
width: 50px;
height: 50px;
background-color: #FFA500;
float: right;
}
.R-name {
line-height: 30px;
align-items: center;
text-align: center;
font-size: 1em;
}
.L-icon {
margin-left: 50px;
width: 50px;
height: 50px;
background-color: #FFA500;
}
.L-side {
clear: both;
font-size: 1em;
max-width: 88%;
min-width: 10px;
display: inline-block;
word-wrap: break-word;
float: left;
}
.L-side div:nth-of-type(1) {
float: left;
}
.L-side div:nth-of-type(2) {
margin: 0px 0px 0px 120px;
padding: 2px;
color: #848484;
font-size: 0.7em;
text-align: left;
}
.L-side div:nth-of-type(3) {
background-color: lightgrey;
margin: 0px 50px 10px 120px;
padding: 10px 10px 10px 10px;
border-radius: 7px;
text-indent: -12px;
}
.R-side {
clear: both;
float: right;
font-size: 1em;
max-width: 80%;
min-width: 10px;
display: inline-block;
word-wrap: break-word;
}
.R-side div:nth-of-type(1) {
float: right;
}
.R-side div:nth-of-type(2) {
margin: 0px 120px 0px 0px;
padding: 0px;
color: #848484;
font-size: 0.7em;
text-align: right;
}
.R-side div:nth-of-type(3) {
background-color: #b2e281;
margin: 0px 120px 10px 0px;
padding: 10px 10px 10px 10px;
border-radius: 7px;
}
.R-side div:first-child img,
.L-side div:first-child img {
width: 40px;
height: 40px;
/*border-radius: 10%;*/
}
.L-side_sign {
height: 0px;
width: 0px;
border-width: 6px;
border-style: solid;
border-color: transparent lightgrey transparent transparent;
position: relative;
left: -22px;
top: 3px;
}
.R-side_sign {
height: 0px;
width: 0px;
border-width: 6px;
border-style: solid;
border-color: transparent transparent transparent #b2e281;
position: relative;
right: -22px;
top: 3px;
}
.middle-timetag {
clear: both;
font-size: 0.7em;
color: white;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
.middle-timetag span {
background-color: lightgrey;
line-height: 25px;
border-radius: 5px;
padding: 5px 10px;
}
.middle-timetag-end {
clear: both;
font-size: 0.7em;
color: white;
text-align: center;
margin-top: 15px;
margin-bottom: 50px;
}
.middle-timetag-end span {
background-color: lightgrey;
line-height: 25px;
border-radius: 5px;
padding: 5px 10px;
}
.groupchatheader {
margin-left: 50px;
margin-bottom: 10px;
width: 90%;
height: 50px;
line-height: 50px;
background-color: #FFA500;
float: left;
text-align: center;
}
/* Mobile Styles */
@media only screen and (max-width: 600px) {
.groupchatheader {
width: 90%;
margin-left: 10px;
margin-bottom: 4px;
height: 40px;
line-height: 40px;
align-items: center;
}
.R-icon {
margin-right: 10px;
width: 30px;
height: 30px;
background-color: #FFA500;
float: right;
}
.R-name {
line-height: 18px;
align-items: center;
text-align: center;
font-size: 0.4em;
}
.L-icon {
margin-left: 10px;
width: 30px;
height: 30px;
background-color: #FFA500;
}
.R-side {
clear: both;
margin-right: 40px;
font-size: 0.8em;
max-width: 80%;
min-width: 10px;
display: inline-block;
word-wrap: break-word;
}
.R-side div:nth-of-type(1) {
float: right;
}
.R-side div:nth-of-type(2) {
margin: 0px 50px 0px 0px;
padding: 0px;
color: #848484;
font-size: 0.4em;
text-align: right;
}
.R-side div:nth-of-type(3) {
background-color: #b2e281;
margin: 0px 50px 10px 0px;
padding: 10px 10px 10px 10px;
border-radius: 7px;
}
.L-side {
clear: both;
font-size: 0.8em;
max-width: 88%;
min-width: 10px;
display: inline-block;
word-wrap: break-word;
float: left;
}
.L-side div:nth-of-type(1) {
float: left;
}
.L-side div:nth-of-type(2) {
margin: 0px 0px 0px 50px;
padding: 2px;
color: #848484;
font-size: 0.4em;
text-align: left;
}
.L-side div:nth-of-type(3) {
background-color: lightgrey;
margin: 0px 50px 10px 50px;
padding: 10px 10px 10px 10px;
border-radius: 7px;
text-indent: -12px;
}
}
/* Tablet Styles */
@media only screen and (min-width: 601px) and (max-width: 960px) {
.groupchatheader {
width: 86%;
margin-left: 20px;
margin-bottom: 4px;
height: 30px;
line-height: 30px;
}
}
/* Desktop Styles */
@media only screen and (min-width: 961px) {
.groupchatheader {
width: 90%;
}
} | css/chat.css | .R-icon {
margin-right: 50px;
width: 50px;
height: 50px;
background-color: #FFA500;
float: right;
}
.R-name {
line-height: 30px;
align-items: center;
text-align: center;
font-size: 1em;
}
.L-icon {
margin-left: 50px;
width: 50px;
height: 50px;
background-color: #FFA500;
}
.L-side {
clear: both;
font-size: 1em;
max-width: 88%;
min-width: 10px;
display: inline-block;
word-wrap: break-word;
float: left;
}
.L-side div:nth-of-type(1) {
float: left;
}
.L-side div:nth-of-type(2) {
margin: 0px 0px 0px 120px;
padding: 2px;
color: #848484;
font-size: 0.7em;
text-align: left;
}
.L-side div:nth-of-type(3) {
background-color: lightgrey;
margin: 0px 50px 10px 120px;
padding: 10px 10px 10px 10px;
border-radius: 7px;
text-indent: -12px;
}
.R-side {
clear: both;
float: right;
font-size: 1em;
max-width: 80%;
min-width: 10px;
display: inline-block;
word-wrap: break-word;
}
.R-side div:nth-of-type(1) {
float: right;
}
.R-side div:nth-of-type(2) {
margin: 0px 120px 0px 0px;
padding: 0px;
color: #848484;
font-size: 0.7em;
text-align: right;
}
.R-side div:nth-of-type(3) {
background-color: #b2e281;
margin: 0px 120px 10px 0px;
padding: 10px 10px 10px 10px;
border-radius: 7px;
}
.R-side div:first-child img,
.L-side div:first-child img {
width: 40px;
height: 40px;
/*border-radius: 10%;*/
}
.L-side_sign {
height: 0px;
width: 0px;
border-width: 6px;
border-style: solid;
border-color: transparent lightgrey transparent transparent;
position: relative;
left: -22px;
top: 3px;
}
.R-side_sign {
height: 0px;
width: 0px;
border-width: 6px;
border-style: solid;
border-color: transparent transparent transparent #b2e281;
position: relative;
right: -22px;
top: 3px;
}
.middle-timetag {
clear: both;
font-size: 0.7em;
color: white;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
.middle-timetag span {
background-color: lightgrey;
line-height: 25px;
border-radius: 5px;
padding: 5px 10px;
}
.middle-timetag-end {
clear: both;
font-size: 0.7em;
color: white;
text-align: center;
margin-top: 15px;
margin-bottom: 50px;
}
.middle-timetag-end span {
background-color: lightgrey;
line-height: 25px;
border-radius: 5px;
padding: 5px 10px;
}
.groupchatheader {
margin-left: 50px;
margin-bottom: 10px;
width: 90%;
height: 50px;
line-height: 50px;
background-color: #FFA500;
float: left;
text-align: center;
}
/* Mobile Styles */
@media only screen and (max-width: 600px) {
.groupchatheader {
width: 90%;
margin-left: 10px;
margin-bottom: 4px;
height: 40px;
line-height: 40px;
align-items: center;
}
.R-icon {
margin-right: 10px;
width: 30px;
height: 30px;
background-color: #FFA500;
float: right;
}
.R-name {
line-height: 18px;
align-items: center;
text-align: center;
font-size: 0.4em;
}
.L-icon {
margin-left: 10px;
width: 30px;
height: 30px;
background-color: #FFA500;
}
.R-side {
clear: both;
margin-right: 40px;
font-size: 0.8em;
max-width: 80%;
min-width: 10px;
display: inline-block;
word-wrap: break-word;
}
.R-side div:nth-of-type(1) {
float: right;
}
.R-side div:nth-of-type(2) {
margin: 0px 50px 0px 0px;
padding: 0px;
color: #848484;
font-size: 0.4em;
text-align: right;
}
.R-side div:nth-of-type(3) {
background-color: #b2e281;
margin: 0px 50px 10px 0px;
padding: 10px 10px 10px 10px;
border-radius: 7px;
}
.L-side {
clear: both;
font-size: 0.8em;
max-width: 88%;
min-width: 10px;
display: inline-block;
word-wrap: break-word;
float: left;
}
.L-side div:nth-of-type(1) {
float: left;
}
.L-side div:nth-of-type(2) {
margin: 0px 0px 0px 50px;
padding: 2px;
color: #848484;
font-size: 0.4em;
text-align: left;
}
.L-side div:nth-of-type(3) {
background-color: lightgrey;
margin: 0px 50px 10px 50px;
padding: 10px 10px 10px 10px;
border-radius: 7px;
text-indent: -12px;
}
}
/* Tablet Styles */
@media only screen and (min-width: 601px) and (max-width: 960px) {
.groupchatheader {
width: 86%;
margin-left: 20px;
margin-bottom: 4px;
height: 30px;
line-height: 30px;
}
}
/* Desktop Styles */
@media only screen and (min-width: 961px) {
.groupchatheader {
width: 90%;
}
} | 0.363195 | 0.102799 |
body {
font-family: "微软雅黑";
font-size: 14px;
color: #404040;
height: 100%;
background-color: #fff;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, blockquote {
padding: 0;
margin: 0;
}
select {
margin: 0;
}
table {
margin: 0 auto;
}
table, td, tr, th, em {
font-size: 12px;
font-weight: normal;
font-style: normal;
}
ol, ul, li {
list-style-type: none;
}
button {
border: none;
cursor: pointer;
overflow: hidden;
}
img {
border: 0;
}
p {
word-break: break-all;
margin: 0;
padding: 0;
display: block;
}
h1, h2, h3, h4, h5, h6 {
font-size: 12px;
font-weight: normal;
}
focus {
outline: 0;
}
/* ���� */
a {
text-decoration: none;
color: #4c4c4c;
cursor: pointer;
}
a:link {
text-decoration: none;
}
a:active {
color: #375719;
text-decoration: underline;
}
a:visited {
text-decoration: none;
}
a:hover {
color: #4585f1;
}
a:focus {
outline: none;
}
/* a标签的字体颜色 */
.cWhite {
color: #fff;
}
.cr {
color: #d74035
}
.cr:hover {
color: red
}
.cWhite:hover {
color: #fff;
}
.cGreen, .cGreen:visited {
color: #81b81f;
}
.cBrown, .cBrown:visited {
color: #663333;
}
.cOrnage {
color: #f3830c
}
.cgray {
color: #999999
}
.chui {
color: #996533;
font-family: "宋体"
}
.clan {
color: #336699
}
.cmore {
color: #333333
}
.cDBrown, .cDBrown:visited {
color: #4f3a21;
}
.clan:hover, .clan:visited {
text-decoration: none
}
.cLGray, .cLGray:visited, .cLGray a, .cLGray a:visited {
color: #999;
}
.cGray {
color: #8d8d8d;
}
.cDGray, .cDGray:visited, .cDGray a, .cDGray a:visited {
color: #666666;
}
.cBlack, .cBlack:visited, .cBlack a, .cBlack a:visited {
color: #000;
}
a.cBlue, .cBlue, .cBlue:visited, .cBlue a, .cBlue a:visited {
color: #1570cb;
}
.cRed, .cRed:visited, .cRed a, .cRed a:visited {
color: Red;
}
.cDRed, .cDRed:visited, .cDRed a, .cDRed a:visited {
color: #910000;
}
.cRed a:hover, .cOrnage:hover, .clan:hover, .chui:hover, a.cRed:hover, .cBlue a:hover, a.cBlue:hover, .cDRed a:hover, a.cDRed:hover, .cLGray a:hover, a.cLGray:hover, .cGray a:hover,
a.cGray:hover, .cDGray a:hover, a.cDGray:hover, .cBlack a:hover, a.cBlack:hover, .cGreen a:hover, a.cGreen:hover, clan a:hover {
color: #c03;
}
/* 浮动样式*/
.left {
float: left;
}
.right {
float: right;
}
.pd5 {
padding: 0 5px
}
.hidden {
display: none;
}
.none {
display: none;
}
.block {
display: block;
}
/*阴影*/
.box_soadow {
-webkit-box-shadow: 0px 1px 3px #cacaca;
-moz-box-shadow: 0px 1px 3px #cacaca;
box-shadow: 0px 1px 3px #cacaca;
}
/*字体样式 */
.fB {
font-weight: bold;
}
.fI {
font-style: italic;
}
.f12px {
font-size: 12px;
}
.f14px {
font-size: 14px;
}
.f16px {
font-size: 16px;
}
.f20px {
font-size: 20px;
font-family: "微软雅黑"
}
/* 清除浮动 */
.blank3 {
clear: both;
height: 3px;
overflow: hidden;
display: block;
}
.blank5 {
clear: both;
height: 5px;
overflow: hidden;
display: block;
}
.blank6 {
clear: both;
height: 6px;
overflow: hidden;
display: block;
}
.blank8 {
clear: both;
height: 8px;
overflow: hidden;
display: block;
}
.blank9 {
clear: both;
height: 9px;
overflow: hidden;
display: block;
}
.blank15 {
clear: both;
height: 15px;
overflow: hidden;
display: block;
}
.clear {
clear: both;
height: 0;
overflow: hidden;
display: block;
}
.pointer {
cursor: pointer;
}
.area {
width: 1200px;
margin: 0 auto;
text-align: left;
}
.aril {
font-family: Arial, Helvetica, sans-serif;
}
.p_relative {
position: relative;
}
.p_absolute {
position: absolute;
}
* html .clearfix {
zoom: 1;
}
* + html .clearfix {
zoom: 1;
}
.clearfix:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
} | SHAN.EFBase/SHAN.Web/Content/css/globle.css |
body {
font-family: "微软雅黑";
font-size: 14px;
color: #404040;
height: 100%;
background-color: #fff;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, blockquote {
padding: 0;
margin: 0;
}
select {
margin: 0;
}
table {
margin: 0 auto;
}
table, td, tr, th, em {
font-size: 12px;
font-weight: normal;
font-style: normal;
}
ol, ul, li {
list-style-type: none;
}
button {
border: none;
cursor: pointer;
overflow: hidden;
}
img {
border: 0;
}
p {
word-break: break-all;
margin: 0;
padding: 0;
display: block;
}
h1, h2, h3, h4, h5, h6 {
font-size: 12px;
font-weight: normal;
}
focus {
outline: 0;
}
/* ���� */
a {
text-decoration: none;
color: #4c4c4c;
cursor: pointer;
}
a:link {
text-decoration: none;
}
a:active {
color: #375719;
text-decoration: underline;
}
a:visited {
text-decoration: none;
}
a:hover {
color: #4585f1;
}
a:focus {
outline: none;
}
/* a标签的字体颜色 */
.cWhite {
color: #fff;
}
.cr {
color: #d74035
}
.cr:hover {
color: red
}
.cWhite:hover {
color: #fff;
}
.cGreen, .cGreen:visited {
color: #81b81f;
}
.cBrown, .cBrown:visited {
color: #663333;
}
.cOrnage {
color: #f3830c
}
.cgray {
color: #999999
}
.chui {
color: #996533;
font-family: "宋体"
}
.clan {
color: #336699
}
.cmore {
color: #333333
}
.cDBrown, .cDBrown:visited {
color: #4f3a21;
}
.clan:hover, .clan:visited {
text-decoration: none
}
.cLGray, .cLGray:visited, .cLGray a, .cLGray a:visited {
color: #999;
}
.cGray {
color: #8d8d8d;
}
.cDGray, .cDGray:visited, .cDGray a, .cDGray a:visited {
color: #666666;
}
.cBlack, .cBlack:visited, .cBlack a, .cBlack a:visited {
color: #000;
}
a.cBlue, .cBlue, .cBlue:visited, .cBlue a, .cBlue a:visited {
color: #1570cb;
}
.cRed, .cRed:visited, .cRed a, .cRed a:visited {
color: Red;
}
.cDRed, .cDRed:visited, .cDRed a, .cDRed a:visited {
color: #910000;
}
.cRed a:hover, .cOrnage:hover, .clan:hover, .chui:hover, a.cRed:hover, .cBlue a:hover, a.cBlue:hover, .cDRed a:hover, a.cDRed:hover, .cLGray a:hover, a.cLGray:hover, .cGray a:hover,
a.cGray:hover, .cDGray a:hover, a.cDGray:hover, .cBlack a:hover, a.cBlack:hover, .cGreen a:hover, a.cGreen:hover, clan a:hover {
color: #c03;
}
/* 浮动样式*/
.left {
float: left;
}
.right {
float: right;
}
.pd5 {
padding: 0 5px
}
.hidden {
display: none;
}
.none {
display: none;
}
.block {
display: block;
}
/*阴影*/
.box_soadow {
-webkit-box-shadow: 0px 1px 3px #cacaca;
-moz-box-shadow: 0px 1px 3px #cacaca;
box-shadow: 0px 1px 3px #cacaca;
}
/*字体样式 */
.fB {
font-weight: bold;
}
.fI {
font-style: italic;
}
.f12px {
font-size: 12px;
}
.f14px {
font-size: 14px;
}
.f16px {
font-size: 16px;
}
.f20px {
font-size: 20px;
font-family: "微软雅黑"
}
/* 清除浮动 */
.blank3 {
clear: both;
height: 3px;
overflow: hidden;
display: block;
}
.blank5 {
clear: both;
height: 5px;
overflow: hidden;
display: block;
}
.blank6 {
clear: both;
height: 6px;
overflow: hidden;
display: block;
}
.blank8 {
clear: both;
height: 8px;
overflow: hidden;
display: block;
}
.blank9 {
clear: both;
height: 9px;
overflow: hidden;
display: block;
}
.blank15 {
clear: both;
height: 15px;
overflow: hidden;
display: block;
}
.clear {
clear: both;
height: 0;
overflow: hidden;
display: block;
}
.pointer {
cursor: pointer;
}
.area {
width: 1200px;
margin: 0 auto;
text-align: left;
}
.aril {
font-family: Arial, Helvetica, sans-serif;
}
.p_relative {
position: relative;
}
.p_absolute {
position: absolute;
}
* html .clearfix {
zoom: 1;
}
* + html .clearfix {
zoom: 1;
}
.clearfix:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
} | 0.447702 | 0.115911 |
:host,
:root {
--spectrum-global-color-status: Verified;
--spectrum-global-color-version: 5.1.0;
--spectrum-global-color-opacity-100: 1;
--spectrum-global-color-opacity-90: 0.9;
--spectrum-global-color-opacity-80: 0.8;
--spectrum-global-color-opacity-70: 0.7;
--spectrum-global-color-opacity-60: 0.6;
--spectrum-global-color-opacity-55: 0.55;
--spectrum-global-color-opacity-50: 0.5;
--spectrum-global-color-opacity-42: 0.42;
--spectrum-global-color-opacity-40: 0.4;
--spectrum-global-color-opacity-30: 0.3;
--spectrum-global-color-opacity-25: 0.25;
--spectrum-global-color-opacity-20: 0.2;
--spectrum-global-color-opacity-15: 0.15;
--spectrum-global-color-opacity-10: 0.1;
--spectrum-global-color-opacity-8: 0.08;
--spectrum-global-color-opacity-7: 0.07;
--spectrum-global-color-opacity-6: 0.06;
--spectrum-global-color-opacity-5: 0.05;
--spectrum-global-color-opacity-4: 0.04;
--spectrum-global-color-opacity-0: 0;
--spectrum-global-color-celery-400: #3da74e;
--spectrum-global-color-celery-500: #44b556;
--spectrum-global-color-celery-600: #4bc35f;
--spectrum-global-color-celery-700: #51d267;
--spectrum-global-color-chartreuse-400: #7cc33f;
--spectrum-global-color-chartreuse-500: #85d044;
--spectrum-global-color-chartreuse-600: #8ede49;
--spectrum-global-color-chartreuse-700: #9bec54;
--spectrum-global-color-yellow-400: #d2b200;
--spectrum-global-color-yellow-500: #dfbf00;
--spectrum-global-color-yellow-600: #edcc00;
--spectrum-global-color-yellow-700: #fad900;
--spectrum-global-color-magenta-400: #ca2996;
--spectrum-global-color-magenta-500: #d83790;
--spectrum-global-color-magenta-600: #e2499d;
--spectrum-global-color-magenta-700: #ec5aaa;
--spectrum-global-color-fuchsia-400: #b130bd;
--spectrum-global-color-fuchsia-500: #c038cc;
--spectrum-global-color-fuchsia-600: #cf3edc;
--spectrum-global-color-fuchsia-700: #d951e5;
--spectrum-global-color-purple-400: #864ccc;
--spectrum-global-color-purple-500: #9256d9;
--spectrum-global-color-purple-600: #9d64e1;
--spectrum-global-color-purple-700: #a873df;
--spectrum-global-color-indigo-400: #5c5ce0;
--spectrum-global-color-indigo-500: #6767ec;
--spectrum-global-color-indigo-600: #7575f1;
--spectrum-global-color-indigo-700: #8282f6;
--spectrum-global-color-seafoam-400: #16878c;
--spectrum-global-color-seafoam-500: #1b959a;
--spectrum-global-color-seafoam-600: #20a3a8;
--spectrum-global-color-seafoam-700: #23b2b8;
--spectrum-global-color-red-400: #d7373f;
--spectrum-global-color-red-500: #e34850;
--spectrum-global-color-red-600: #ec5b62;
--spectrum-global-color-red-700: #f76d74;
--spectrum-global-color-orange-400: #da7b11;
--spectrum-global-color-orange-500: #e68619;
--spectrum-global-color-orange-600: #f29423;
--spectrum-global-color-orange-700: #f9a43f;
--spectrum-global-color-green-400: #268e6c;
--spectrum-global-color-green-500: #2d9d78;
--spectrum-global-color-green-600: #33ab84;
--spectrum-global-color-green-700: #39b990;
--spectrum-global-color-blue-400: #1473e6;
--spectrum-global-color-blue-500: #2680eb;
--spectrum-global-color-blue-600: #378ef0;
--spectrum-global-color-blue-700: #4b9cf5;
--spectrum-global-color-gray-50: #080808;
--spectrum-global-color-gray-75: #1a1a1a;
--spectrum-global-color-gray-100: #1e1e1e;
--spectrum-global-color-gray-200: #2c2c2c;
--spectrum-global-color-gray-300: #393939;
--spectrum-global-color-gray-400: #494949;
--spectrum-global-color-gray-500: #5c5c5c;
--spectrum-global-color-gray-600: #7c7c7c;
--spectrum-global-color-gray-700: #a2a2a2;
--spectrum-global-color-gray-800: #c8c8c8;
--spectrum-global-color-gray-900: #efefef;
--spectrum-alias-background-color-primary: var(
--spectrum-global-color-gray-100
);
--spectrum-alias-background-color-secondary: var(
--spectrum-global-color-gray-75
);
--spectrum-alias-background-color-tertiary: var(
--spectrum-global-color-gray-50
);
--spectrum-alias-background-color-modal-overlay: rgba(0, 0, 0, 0.6);
--spectrum-alias-dropshadow-color: rgba(0, 0, 0, 0.8);
--spectrum-alias-background-color-hover-overlay: hsla(0, 0%, 94%, 0.08);
--spectrum-alias-highlight-hover: hsla(0, 0%, 94%, 0.08);
--spectrum-alias-highlight-down: hsla(0, 0%, 94%, 0.15);
--spectrum-alias-highlight-selected: rgba(38, 128, 235, 0.2);
--spectrum-alias-highlight-selected-hover: rgba(38, 128, 235, 0.3);
--spectrum-alias-text-highlight-color: rgba(38, 128, 235, 0.3);
--spectrum-alias-background-color-quickactions: rgba(30, 30, 30, 0.9);
--spectrum-alias-border-color-selected: var(
--spectrum-global-color-blue-600
);
--spectrum-alias-border-color-translucent: hsla(0, 0%, 94%, 0.1);
--spectrum-alias-radial-reaction-color-default: hsla(0, 0%, 78%, 0.6);
--spectrum-alias-pasteboard-background-color: var(
--spectrum-global-color-gray-50
);
--spectrum-alias-appframe-border-color: var(
--spectrum-global-color-gray-50
);
--spectrum-alias-appframe-separator-color: var(
--spectrum-global-color-gray-50
);
--spectrum-slider-s-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-s-ramp-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-s-range-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-s-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-s-ramp-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-s-range-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-s-editable-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-s-ramp-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-s-range-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-s-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-s-ramp-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-s-range-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-m-ramp-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-m-range-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-m-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-ramp-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-range-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-editable-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-ramp-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-m-range-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-m-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-ramp-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-range-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-l-ramp-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-l-range-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-l-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-ramp-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-range-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-editable-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-ramp-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-l-range-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-l-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-ramp-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-range-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-xl-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-xl-ramp-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-xl-range-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-xl-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-xl-ramp-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-xl-range-tick-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-xl-editable-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-xl-ramp-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-xl-range-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-xl-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-xl-ramp-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-xl-range-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-well-background-color: hsla(0, 0%, 78%, 0.02);
--spectrum-well-border-color: hsla(0, 0%, 94%, 0.05);
}
/* stylelint-enable */ | packages/styles/theme-darkest.css | :host,
:root {
--spectrum-global-color-status: Verified;
--spectrum-global-color-version: 5.1.0;
--spectrum-global-color-opacity-100: 1;
--spectrum-global-color-opacity-90: 0.9;
--spectrum-global-color-opacity-80: 0.8;
--spectrum-global-color-opacity-70: 0.7;
--spectrum-global-color-opacity-60: 0.6;
--spectrum-global-color-opacity-55: 0.55;
--spectrum-global-color-opacity-50: 0.5;
--spectrum-global-color-opacity-42: 0.42;
--spectrum-global-color-opacity-40: 0.4;
--spectrum-global-color-opacity-30: 0.3;
--spectrum-global-color-opacity-25: 0.25;
--spectrum-global-color-opacity-20: 0.2;
--spectrum-global-color-opacity-15: 0.15;
--spectrum-global-color-opacity-10: 0.1;
--spectrum-global-color-opacity-8: 0.08;
--spectrum-global-color-opacity-7: 0.07;
--spectrum-global-color-opacity-6: 0.06;
--spectrum-global-color-opacity-5: 0.05;
--spectrum-global-color-opacity-4: 0.04;
--spectrum-global-color-opacity-0: 0;
--spectrum-global-color-celery-400: #3da74e;
--spectrum-global-color-celery-500: #44b556;
--spectrum-global-color-celery-600: #4bc35f;
--spectrum-global-color-celery-700: #51d267;
--spectrum-global-color-chartreuse-400: #7cc33f;
--spectrum-global-color-chartreuse-500: #85d044;
--spectrum-global-color-chartreuse-600: #8ede49;
--spectrum-global-color-chartreuse-700: #9bec54;
--spectrum-global-color-yellow-400: #d2b200;
--spectrum-global-color-yellow-500: #dfbf00;
--spectrum-global-color-yellow-600: #edcc00;
--spectrum-global-color-yellow-700: #fad900;
--spectrum-global-color-magenta-400: #ca2996;
--spectrum-global-color-magenta-500: #d83790;
--spectrum-global-color-magenta-600: #e2499d;
--spectrum-global-color-magenta-700: #ec5aaa;
--spectrum-global-color-fuchsia-400: #b130bd;
--spectrum-global-color-fuchsia-500: #c038cc;
--spectrum-global-color-fuchsia-600: #cf3edc;
--spectrum-global-color-fuchsia-700: #d951e5;
--spectrum-global-color-purple-400: #864ccc;
--spectrum-global-color-purple-500: #9256d9;
--spectrum-global-color-purple-600: #9d64e1;
--spectrum-global-color-purple-700: #a873df;
--spectrum-global-color-indigo-400: #5c5ce0;
--spectrum-global-color-indigo-500: #6767ec;
--spectrum-global-color-indigo-600: #7575f1;
--spectrum-global-color-indigo-700: #8282f6;
--spectrum-global-color-seafoam-400: #16878c;
--spectrum-global-color-seafoam-500: #1b959a;
--spectrum-global-color-seafoam-600: #20a3a8;
--spectrum-global-color-seafoam-700: #23b2b8;
--spectrum-global-color-red-400: #d7373f;
--spectrum-global-color-red-500: #e34850;
--spectrum-global-color-red-600: #ec5b62;
--spectrum-global-color-red-700: #f76d74;
--spectrum-global-color-orange-400: #da7b11;
--spectrum-global-color-orange-500: #e68619;
--spectrum-global-color-orange-600: #f29423;
--spectrum-global-color-orange-700: #f9a43f;
--spectrum-global-color-green-400: #268e6c;
--spectrum-global-color-green-500: #2d9d78;
--spectrum-global-color-green-600: #33ab84;
--spectrum-global-color-green-700: #39b990;
--spectrum-global-color-blue-400: #1473e6;
--spectrum-global-color-blue-500: #2680eb;
--spectrum-global-color-blue-600: #378ef0;
--spectrum-global-color-blue-700: #4b9cf5;
--spectrum-global-color-gray-50: #080808;
--spectrum-global-color-gray-75: #1a1a1a;
--spectrum-global-color-gray-100: #1e1e1e;
--spectrum-global-color-gray-200: #2c2c2c;
--spectrum-global-color-gray-300: #393939;
--spectrum-global-color-gray-400: #494949;
--spectrum-global-color-gray-500: #5c5c5c;
--spectrum-global-color-gray-600: #7c7c7c;
--spectrum-global-color-gray-700: #a2a2a2;
--spectrum-global-color-gray-800: #c8c8c8;
--spectrum-global-color-gray-900: #efefef;
--spectrum-alias-background-color-primary: var(
--spectrum-global-color-gray-100
);
--spectrum-alias-background-color-secondary: var(
--spectrum-global-color-gray-75
);
--spectrum-alias-background-color-tertiary: var(
--spectrum-global-color-gray-50
);
--spectrum-alias-background-color-modal-overlay: rgba(0, 0, 0, 0.6);
--spectrum-alias-dropshadow-color: rgba(0, 0, 0, 0.8);
--spectrum-alias-background-color-hover-overlay: hsla(0, 0%, 94%, 0.08);
--spectrum-alias-highlight-hover: hsla(0, 0%, 94%, 0.08);
--spectrum-alias-highlight-down: hsla(0, 0%, 94%, 0.15);
--spectrum-alias-highlight-selected: rgba(38, 128, 235, 0.2);
--spectrum-alias-highlight-selected-hover: rgba(38, 128, 235, 0.3);
--spectrum-alias-text-highlight-color: rgba(38, 128, 235, 0.3);
--spectrum-alias-background-color-quickactions: rgba(30, 30, 30, 0.9);
--spectrum-alias-border-color-selected: var(
--spectrum-global-color-blue-600
);
--spectrum-alias-border-color-translucent: hsla(0, 0%, 94%, 0.1);
--spectrum-alias-radial-reaction-color-default: hsla(0, 0%, 78%, 0.6);
--spectrum-alias-pasteboard-background-color: var(
--spectrum-global-color-gray-50
);
--spectrum-alias-appframe-border-color: var(
--spectrum-global-color-gray-50
);
--spectrum-alias-appframe-separator-color: var(
--spectrum-global-color-gray-50
);
--spectrum-slider-s-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-s-ramp-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-s-range-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-s-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-s-ramp-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-s-range-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-s-editable-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-s-ramp-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-s-range-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-s-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-s-ramp-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-s-range-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-m-ramp-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-m-range-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-m-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-ramp-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-range-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-editable-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-ramp-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-m-range-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-m-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-ramp-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-m-range-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-l-ramp-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-l-range-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-l-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-ramp-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-range-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-editable-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-ramp-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-l-range-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-l-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-ramp-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-l-range-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-xl-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-xl-ramp-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-xl-range-tick-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-xl-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-xl-ramp-tick-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-xl-range-tick-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-xl-editable-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-xl-ramp-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-xl-range-editable-radial-reaction-color: hsla(
0,
0%,
78%,
0.6
);
--spectrum-slider-xl-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-xl-ramp-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-slider-xl-range-radial-reaction-color: hsla(0, 0%, 78%, 0.6);
--spectrum-well-background-color: hsla(0, 0%, 78%, 0.02);
--spectrum-well-border-color: hsla(0, 0%, 94%, 0.05);
}
/* stylelint-enable */ | 0.513912 | 0.081082 |
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;
}
/* -- End Reset -- */
/* -- General Styles -- */
h1, h2, h3, h4{
font-family: 'Raleway', sans-serif;
}
h3, h4, h5{
color: #494949;
}
h5, h6, p, form {
font-family: 'Open Sans', sans-serif;
}
h2{
font-size: 30px;
color: #202020;
font-weight: 700;
line-height: 30px;
}
h3{
font-size: 26px;
color: #494949;
}
h4{
font-size: 23px;
font-weight: 700;
line-height: 30px;
padding: 8px 0;
}
h5{
font-size: 20px;
line-height: 30px;
font-weight: 300;
padding: 4px 0;
}
h6{
font-size: 18px;
line-height: 26px;
}
p{
font-size: 15px;
color: #777777;
line-height: 26px;
}
.btn-primary, .services-list .list {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* Link Style */
a:link {
color: #fff;
text-decoration: none;
}
/* -- Logo Holder Styles -- */
.logo-holder{
background-color: #202020;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
}
.logo-holder h2{
font-size: 26px;
font-weight: 700;
margin-top: 10px;
margin-bottom: 10px;
padding: 0;
}
.logo-holder h2 a{
color: #fff;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
border: solid 2px #fff;
}
.logo-holder h2 span, .logo-holder h4 span{
color: #DA190B;
}
.logo-holder h4{
color: #fff;
float: right;
font-weight: 300;
line-height: 50px;
padding: 0;
}
/* -- Header Section Styles -- */
header{
background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.8)),
url('../images/header.jpg') no-repeat center;
background-size: cover;
background-attachment: fixed;
color: #fff;
min-height: 740px;
}
/* -- Header Section Styles ClickThrough -- */
.click-through {
min-height: 600px;
}
/* -- Hero Section -leadgen- Styles -- */
.hero{
position:relative;
right:0;
left:0;
top:30%;
transform:translateY(-30%);
}
.hero-text{
margin-top: 120px;
}
.hero-text h1{
font-size: 66px;
font-weight: 700;
color: #fff;
line-height: 70px;
}
.hero-text h1 .big-title{
font-size: 64px;
color: #DA190B;
font-weight: 900;
}
.hero-text h2{
color: #fff;
font-size: 41px;
font-weight: 700;
line-height: 22px;
}
.hero-text h6{
color: #fff;
margin-top: 10px;
letter-spacing: 0.6px;
}
/* -- Hero Section -clickthrough- Styles -- */
.click-through .hero{
position:relative;
right:0;
left:0;
top:40%;
transform:translateY(-30%);
}
.click-through .hero-text{
margin-top: 0;
text-align: center;
}
.click-through .hero-text h1{
font-size: 66px;
font-weight: 300;
color: #fff;
line-height: 70px;
}
.click-through .hero-text h1 .big-title{
font-size: 86px;
color: #DA190B;
font-weight: 900;
}
.click-through .hero-text h2{
color: #fff;
font-size: 66px;
font-weight: 300;
line-height: 60px;
}
.click-through .hero-text h6{
color: #fff;
margin-top: 10px;
letter-spacing: 0.6px;
}
.click-through .btn-primary {
font-size: 26px;
padding: 14px 40px;
border: none;
color: #ffffff;
margin-top: 20px;
background-image: -webkit-linear-gradient(top, #DA190B, #DA190B);
background-image: -moz-linear-gradient(top, #DA190B, #DA190B);
background-image: -ms-linear-gradient(top, #DA190B, #DA190B);
background-image: -o-linear-gradient(top, #DA190B, #DA190B);
background-image: linear-gradient(to bottom, #DA190B, #DA190B);
}
.click-through .btn-primary:hover, .click-through .btn-primary:active{
color: #ffffff;
background-image: -webkit-linear-gradient(top, #fff, #c4c4c4);
background-image: -moz-linear-gradient(top, #fff, #c4c4c4);
background-image: -ms-linear-gradient(top, #fff, #c4c4c4);
background-image: -o-linear-gradient(top, #fff, #c4c4c4);
background-image: linear-gradient(to bottom, #fff, #c4c4c4);
}
/* -- Hero Section -clickthrough- Styles End-- */
.arrow {
text-align: center;
margin-top: 230px;
}
.hero-form{
background-color: #DA190B;
text-align: center;
padding: 40px;
border-radius: 6px;
margin-top: 10px;
}
.hero-form h2{
font-size: 34px;
font-weight: 800;
}
.hero-form h6{
color: #202020;
font-weight: 300;
}
.hero-form form{
margin-top: 30px;
font-weight: 300;
}
.hero-form .form-control{
border: 1px solid #fff;
border-radius: 0;
color: #202020;
}
.hero-form form input:hover, .hero-form form input:focus{
border: 1px solid #202020;
}
.form-control::-webkit-input-placeholder {
color: #333333;
opacity: 1;
}
.form-control:-moz-placeholder {
color: #333333;
}
.form-control::-moz-placeholder {
color: #333333;
}
.form-control:-ms-input-placeholder {
color: #333333;
}
.btn-primary{
font-size: 34px;
font-weight: 900;
font-family: 'Raleway', sans-serif;
background-color: black;
}
.btn-primary:hover, .btn-primary:active{
background-color: black;
}
.hero-form > p{
color: #202020;
font-weight: 300;
padding-top: 10px;
}
.form-message{
color: white;
display: none;
}
.form-msg{
color: #202020;
}
.form-msg-error{
color: red;
}
/* -- Clients Section Styles -- */
.clients{
background-color: #202020;
width: 100%;
padding: 20px 0;
}
.clients h6{
color: #fff;
opacity: 0.5;
padding-top: 8px;
}
.clients-logos {
float: right;
}
.clients img{
padding-top: 6px;
opacity: 0.8;
padding-bottom: 8px;
}
.clients img:hover{
opacity: 1;
}
/* -- Features Styles -- */
.features{
margin-top: 80px;
}
.features .container{
background-image: url('../images/2.gif');
background-repeat: no-repeat;
background-position: right bottom;
padding-bottom: 80px;
}
.features-title{
margin-bottom: 60px;
}
.features h4{
color: #202020;
}
.features-list {
margin-top: 36px;
}
.features-list img{
float: left;
margin-top: 6px;
margin-right: 10px;
}
/* -- Contact Details Styles -- */
.contact{
background-image: url(../images/pattern.png);
background-attachment: fixed;
padding: 80px 0;
text-align: center;
}
.contact h2, .contact h3, .contact h4{
color: #fff;
}
.contact h4{
font-weight: 300;
}
.contact h2{
font-size: 74px;
padding: 10px 0;
line-height: 60px;
}
.contact h3{
font-family: 'Open Sans', sans-serif;
font-style: italic;
font-weight: 300;
line-height: 30px;
padding-top: 10px;
}
/* -- Services Styles -- */
.services {
text-align: center;
margin-top: 100px;
margin-bottom: 90px;
}
.services-title {
margin-bottom: 80px;
}
.services-title h2 {
padding: 8px 0;
}
.services-list .list{
background-color: #f4f4f4;
padding: 70px 20px;
margin-top: 30px;
}
.services-list .list:hover{
background-color: #202020;
}
.services-list .list:hover h4,
.services-list .list:hover p {
color: #fff;
}
.services-list .list img{
margin-bottom: 8px;
height: 44px;
}
/* -- Offer Styles -- */
.offer {
text-align: center;
margin-bottom: 100px;
}
.offer h2{
font-size: 46px;
line-height: 40px;
padding: 8px 0;
}
.offer .btn-primary{
font-size: 32px;
font-weight: 800;
border: none;
color: #202020;
line-height: 18px;
padding-top: 30px;
padding-bottom: 24px;
margin-top: 20px;
font-family: 'Raleway', sans-serif;
background-image: -webkit-linear-gradient(top, #DA190B, #DA190B);
background-image: -moz-linear-gradient(top, #DA190B, #DA190B);
background-image: -ms-linear-gradient(top, #DA190B, #DA190B);
background-image: -o-linear-gradient(top, #DA190B, #DA190B);
background-image: linear-gradient(to bottom, #DA190B, #DA190B);
}
.offer .btn-primary:hover, .offer .btn-primary:active{
color: #DA190B;
background-image: -webkit-linear-gradient(top, #000, #202020);
background-image: -moz-linear-gradient(top, #000, #202020);
background-image: -ms-linear-gradient(top, #000, #202020);
background-image: -o-linear-gradient(top, #000, #202020);
background-image: linear-gradient(to bottom, #000, #202020);
}
.offer a span{
font-size: 16px;
font-weight: 300;
}
/* -- Reviews Styles -- */
.reviews {
text-align: center;
padding-top: 80px;
padding-bottom: 70px;
background-color: #f0f0f0;
}
.reviews-title {
margin-bottom: 50px;
}
.reviews-title h2 {
padding: 8px 0;
}
.reviews-list {
margin-top: 40px;
}
.reviews-list-row{
padding-bottom: 40px;
border-bottom: 1px solid #c4c4c4;
}
.reviews-list p{
margin-top: 10px;
color: #494949;
}
.fa-star {
color: #DA190B;
font-size: 20px;
}
/* -- FAQ Styles -- */
.faq {
margin-top: 80px;
margin-bottom: 80px;
}
.faq-title {
text-align: center;
margin-bottom: 20px;
}
.faq-title h2 {
padding: 8px 0;
}
.faq-list div h2{
font-size: 70px;
color: #f0f0f0;
line-height: 56px;
padding: 0;
}
.faq-list > div {
margin-top: 60px;
}
.faq-list .col-md-6, .faq-list .col-lg-6, .faq-list .col-sm-6 {
padding-left: 0px;
}
.faq-list .qa div{
padding-left: 28px;
}
.faq-list .qa h6 {
font-family: 'Raleway', sans-serif;
font-weight: 700;
}
.faq-list .qa p {
padding-top: 6px;
}
/* -- Footer Hero Styles -- */
.footer-hero {
background-color: Black;
background-size: cover;
background-attachment: scroll;
text-align: center;
color: #fff;
padding-top: 80px;
padding-bottom: 90px;
}
.footer-hero h2{
font-size: 40px;
line-height: 60px;
color: #fff;
}
.footer-hero .btn-primary {
font-size: 40px;
font-weight: 900;
border: none;
color: #202020;
line-height: 18px;
padding-top: 34px;
padding-bottom: 34px;
margin-top: 36px;
font-family: 'Raleway', sans-serif;
background-image: -webkit-linear-gradient(top, #DA190B, #DA190B);
background-image: -moz-linear-gradient(top, #DA190B, #DA190B);
background-image: -ms-linear-gradient(top, #DA190B, #DA190B);
background-image: -o-linear-gradient(top, #DA190B, #DA190B);
background-image: linear-gradient(to bottom, #DA190B, #DA190B);
}
.footer-hero .btn-primary:hover, .footer-hero .btn-primary:active{
color: #DA190B;
background-image: -webkit-linear-gradient(top, #000, #202020);
background-image: -moz-linear-gradient(top, #000, #202020);
background-image: -ms-linear-gradient(top, #000, #202020);
background-image: -o-linear-gradient(top, #000, #202020);
background-image: linear-gradient(to bottom, #000, #202020);
}
/* -- Footer Styles -- */
.footer {
padding-top: 30px;
padding-bottom: 30px;
}
.footer .fa-heart {
color: #DA190B;
}
.social {
float: right;
line-height: 24px;
}
.social i{
color: #202020;
display: inline-block;
text-decoration: none;
padding-left: 6px;
padding-right: 6px;
font-size: 16px;
}
.social i:hover {
color: #DA190B;
}
/*------------------------------
--------Responsive Styles-------
------------------------------*/
@media only screen and (min-width: 992px) and (max-width:1200px) {
.hero-text h1 {
font-size: 54px;
}
.hero-text h1 .big-title {
font-size: 95px;
}
.hero-text h2 {
font-size: 34px;
}
.clients h6 {
padding-top: 0;
}
}
@media only screen and (max-width: 991px) {
.logo-holder {
text-align: center;
}
.logo-holder h4 {
float: none;
padding: 0;
}
header{
min-height: 1140px;
}
.hero {
top: 0px;
transform: translateY(0);
}
.arrow {
display: none;
}
.hero-text {
text-align: center;
margin-top: 110px;
}
.hero-form {
margin-top: 40px;
}
.features .container{
background-image: none;
}
.clients {
text-align: center;
}
.clients .img-responsive {
display: inline-block;
}
.clients h6 {
padding-bottom: 14px;
}
.footer-hero h2 {
font-size: 36px;
line-height: 40px;
padding-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
.click-through .hero-text h1{
font-size: 44px;
line-height: 50px;
}
.click-through .hero-text h1 .big-title{
font-size: 66px;
font-weight: 900;
}
.click-through .hero-text h2{
font-size: 44px;
line-height: 40px;
}
.faq-list div h2 {
text-align: center;
}
.footer {
text-align: center;
}
.social {
float: none;
}
.contact h2 {
font-size: 54px;
line-height: 40px;
}
.offer h2 {
font-size: 42px;
}
}
@media only screen and (max-width: 500px) {
header{
min-height: 1100px;
}
.logo-holder h2 a {
font-size: 22px;
}
.logo-holder h4 {
font-size: 18px;
line-height: 30px;
}
.hero-text h1{
font-size: 46px;
}
.hero-text h1 .big-title {
font-size: 88px;
line-height: 36px;
}
.hero-text h2 {
font-size: 32px;
}
.hero-text {
margin-top: 80px;
}
.click-through .hero-text h1{
font-size: 30px;
line-height: 40px;
}
.click-through .hero-text h1 .big-title{
font-size: 46px;
font-weight: 900;
}
.click-through .hero-text h2{
font-size: 30px;
line-height: 30px;
}
.click-through .btn-primary {
font-size: 20px;
width: 100%;
padding: 10px 10px;
}
.contact h2 {
font-size: 42px;
line-height: 30px;
}
.contact h3 {
font-size: 20px;
}
.offer h2 {
font-size: 38px;
}
}
@media only screen and (max-width: 400px) {
.logo-holder h4 {
}
.hero-text h1{
font-size: 34px;
line-height: 60px;
}
.hero-text h1 .big-title {
font-size: 54px;
}
.hero-text h2 {
font-size: 22px;
line-height: 10px;
padding: 0;
}
.hero-text {
margin-top: 60px;
}
.hero-text h6 {
font-size: 15px;
line-height: 20px;
}
.hero-form {
padding: 30px 20px;
}
.btn-primary {
font-size: 24px;
}
.contact h2{
font-size: 30px;
}
.contact h3 {
font-size: 18px;
padding-top: 8px;
}
.footer-hero .btn-primary, .offer .btn-primary {
font-size: 30px;
}
.offer h2 {
font-size: 34px;
}
} | public/frontend/css/thankyoustyle.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;
}
/* -- End Reset -- */
/* -- General Styles -- */
h1, h2, h3, h4{
font-family: 'Raleway', sans-serif;
}
h3, h4, h5{
color: #494949;
}
h5, h6, p, form {
font-family: 'Open Sans', sans-serif;
}
h2{
font-size: 30px;
color: #202020;
font-weight: 700;
line-height: 30px;
}
h3{
font-size: 26px;
color: #494949;
}
h4{
font-size: 23px;
font-weight: 700;
line-height: 30px;
padding: 8px 0;
}
h5{
font-size: 20px;
line-height: 30px;
font-weight: 300;
padding: 4px 0;
}
h6{
font-size: 18px;
line-height: 26px;
}
p{
font-size: 15px;
color: #777777;
line-height: 26px;
}
.btn-primary, .services-list .list {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* Link Style */
a:link {
color: #fff;
text-decoration: none;
}
/* -- Logo Holder Styles -- */
.logo-holder{
background-color: #202020;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
}
.logo-holder h2{
font-size: 26px;
font-weight: 700;
margin-top: 10px;
margin-bottom: 10px;
padding: 0;
}
.logo-holder h2 a{
color: #fff;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
border: solid 2px #fff;
}
.logo-holder h2 span, .logo-holder h4 span{
color: #DA190B;
}
.logo-holder h4{
color: #fff;
float: right;
font-weight: 300;
line-height: 50px;
padding: 0;
}
/* -- Header Section Styles -- */
header{
background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.8)),
url('../images/header.jpg') no-repeat center;
background-size: cover;
background-attachment: fixed;
color: #fff;
min-height: 740px;
}
/* -- Header Section Styles ClickThrough -- */
.click-through {
min-height: 600px;
}
/* -- Hero Section -leadgen- Styles -- */
.hero{
position:relative;
right:0;
left:0;
top:30%;
transform:translateY(-30%);
}
.hero-text{
margin-top: 120px;
}
.hero-text h1{
font-size: 66px;
font-weight: 700;
color: #fff;
line-height: 70px;
}
.hero-text h1 .big-title{
font-size: 64px;
color: #DA190B;
font-weight: 900;
}
.hero-text h2{
color: #fff;
font-size: 41px;
font-weight: 700;
line-height: 22px;
}
.hero-text h6{
color: #fff;
margin-top: 10px;
letter-spacing: 0.6px;
}
/* -- Hero Section -clickthrough- Styles -- */
.click-through .hero{
position:relative;
right:0;
left:0;
top:40%;
transform:translateY(-30%);
}
.click-through .hero-text{
margin-top: 0;
text-align: center;
}
.click-through .hero-text h1{
font-size: 66px;
font-weight: 300;
color: #fff;
line-height: 70px;
}
.click-through .hero-text h1 .big-title{
font-size: 86px;
color: #DA190B;
font-weight: 900;
}
.click-through .hero-text h2{
color: #fff;
font-size: 66px;
font-weight: 300;
line-height: 60px;
}
.click-through .hero-text h6{
color: #fff;
margin-top: 10px;
letter-spacing: 0.6px;
}
.click-through .btn-primary {
font-size: 26px;
padding: 14px 40px;
border: none;
color: #ffffff;
margin-top: 20px;
background-image: -webkit-linear-gradient(top, #DA190B, #DA190B);
background-image: -moz-linear-gradient(top, #DA190B, #DA190B);
background-image: -ms-linear-gradient(top, #DA190B, #DA190B);
background-image: -o-linear-gradient(top, #DA190B, #DA190B);
background-image: linear-gradient(to bottom, #DA190B, #DA190B);
}
.click-through .btn-primary:hover, .click-through .btn-primary:active{
color: #ffffff;
background-image: -webkit-linear-gradient(top, #fff, #c4c4c4);
background-image: -moz-linear-gradient(top, #fff, #c4c4c4);
background-image: -ms-linear-gradient(top, #fff, #c4c4c4);
background-image: -o-linear-gradient(top, #fff, #c4c4c4);
background-image: linear-gradient(to bottom, #fff, #c4c4c4);
}
/* -- Hero Section -clickthrough- Styles End-- */
.arrow {
text-align: center;
margin-top: 230px;
}
.hero-form{
background-color: #DA190B;
text-align: center;
padding: 40px;
border-radius: 6px;
margin-top: 10px;
}
.hero-form h2{
font-size: 34px;
font-weight: 800;
}
.hero-form h6{
color: #202020;
font-weight: 300;
}
.hero-form form{
margin-top: 30px;
font-weight: 300;
}
.hero-form .form-control{
border: 1px solid #fff;
border-radius: 0;
color: #202020;
}
.hero-form form input:hover, .hero-form form input:focus{
border: 1px solid #202020;
}
.form-control::-webkit-input-placeholder {
color: #333333;
opacity: 1;
}
.form-control:-moz-placeholder {
color: #333333;
}
.form-control::-moz-placeholder {
color: #333333;
}
.form-control:-ms-input-placeholder {
color: #333333;
}
.btn-primary{
font-size: 34px;
font-weight: 900;
font-family: 'Raleway', sans-serif;
background-color: black;
}
.btn-primary:hover, .btn-primary:active{
background-color: black;
}
.hero-form > p{
color: #202020;
font-weight: 300;
padding-top: 10px;
}
.form-message{
color: white;
display: none;
}
.form-msg{
color: #202020;
}
.form-msg-error{
color: red;
}
/* -- Clients Section Styles -- */
.clients{
background-color: #202020;
width: 100%;
padding: 20px 0;
}
.clients h6{
color: #fff;
opacity: 0.5;
padding-top: 8px;
}
.clients-logos {
float: right;
}
.clients img{
padding-top: 6px;
opacity: 0.8;
padding-bottom: 8px;
}
.clients img:hover{
opacity: 1;
}
/* -- Features Styles -- */
.features{
margin-top: 80px;
}
.features .container{
background-image: url('../images/2.gif');
background-repeat: no-repeat;
background-position: right bottom;
padding-bottom: 80px;
}
.features-title{
margin-bottom: 60px;
}
.features h4{
color: #202020;
}
.features-list {
margin-top: 36px;
}
.features-list img{
float: left;
margin-top: 6px;
margin-right: 10px;
}
/* -- Contact Details Styles -- */
.contact{
background-image: url(../images/pattern.png);
background-attachment: fixed;
padding: 80px 0;
text-align: center;
}
.contact h2, .contact h3, .contact h4{
color: #fff;
}
.contact h4{
font-weight: 300;
}
.contact h2{
font-size: 74px;
padding: 10px 0;
line-height: 60px;
}
.contact h3{
font-family: 'Open Sans', sans-serif;
font-style: italic;
font-weight: 300;
line-height: 30px;
padding-top: 10px;
}
/* -- Services Styles -- */
.services {
text-align: center;
margin-top: 100px;
margin-bottom: 90px;
}
.services-title {
margin-bottom: 80px;
}
.services-title h2 {
padding: 8px 0;
}
.services-list .list{
background-color: #f4f4f4;
padding: 70px 20px;
margin-top: 30px;
}
.services-list .list:hover{
background-color: #202020;
}
.services-list .list:hover h4,
.services-list .list:hover p {
color: #fff;
}
.services-list .list img{
margin-bottom: 8px;
height: 44px;
}
/* -- Offer Styles -- */
.offer {
text-align: center;
margin-bottom: 100px;
}
.offer h2{
font-size: 46px;
line-height: 40px;
padding: 8px 0;
}
.offer .btn-primary{
font-size: 32px;
font-weight: 800;
border: none;
color: #202020;
line-height: 18px;
padding-top: 30px;
padding-bottom: 24px;
margin-top: 20px;
font-family: 'Raleway', sans-serif;
background-image: -webkit-linear-gradient(top, #DA190B, #DA190B);
background-image: -moz-linear-gradient(top, #DA190B, #DA190B);
background-image: -ms-linear-gradient(top, #DA190B, #DA190B);
background-image: -o-linear-gradient(top, #DA190B, #DA190B);
background-image: linear-gradient(to bottom, #DA190B, #DA190B);
}
.offer .btn-primary:hover, .offer .btn-primary:active{
color: #DA190B;
background-image: -webkit-linear-gradient(top, #000, #202020);
background-image: -moz-linear-gradient(top, #000, #202020);
background-image: -ms-linear-gradient(top, #000, #202020);
background-image: -o-linear-gradient(top, #000, #202020);
background-image: linear-gradient(to bottom, #000, #202020);
}
.offer a span{
font-size: 16px;
font-weight: 300;
}
/* -- Reviews Styles -- */
.reviews {
text-align: center;
padding-top: 80px;
padding-bottom: 70px;
background-color: #f0f0f0;
}
.reviews-title {
margin-bottom: 50px;
}
.reviews-title h2 {
padding: 8px 0;
}
.reviews-list {
margin-top: 40px;
}
.reviews-list-row{
padding-bottom: 40px;
border-bottom: 1px solid #c4c4c4;
}
.reviews-list p{
margin-top: 10px;
color: #494949;
}
.fa-star {
color: #DA190B;
font-size: 20px;
}
/* -- FAQ Styles -- */
.faq {
margin-top: 80px;
margin-bottom: 80px;
}
.faq-title {
text-align: center;
margin-bottom: 20px;
}
.faq-title h2 {
padding: 8px 0;
}
.faq-list div h2{
font-size: 70px;
color: #f0f0f0;
line-height: 56px;
padding: 0;
}
.faq-list > div {
margin-top: 60px;
}
.faq-list .col-md-6, .faq-list .col-lg-6, .faq-list .col-sm-6 {
padding-left: 0px;
}
.faq-list .qa div{
padding-left: 28px;
}
.faq-list .qa h6 {
font-family: 'Raleway', sans-serif;
font-weight: 700;
}
.faq-list .qa p {
padding-top: 6px;
}
/* -- Footer Hero Styles -- */
.footer-hero {
background-color: Black;
background-size: cover;
background-attachment: scroll;
text-align: center;
color: #fff;
padding-top: 80px;
padding-bottom: 90px;
}
.footer-hero h2{
font-size: 40px;
line-height: 60px;
color: #fff;
}
.footer-hero .btn-primary {
font-size: 40px;
font-weight: 900;
border: none;
color: #202020;
line-height: 18px;
padding-top: 34px;
padding-bottom: 34px;
margin-top: 36px;
font-family: 'Raleway', sans-serif;
background-image: -webkit-linear-gradient(top, #DA190B, #DA190B);
background-image: -moz-linear-gradient(top, #DA190B, #DA190B);
background-image: -ms-linear-gradient(top, #DA190B, #DA190B);
background-image: -o-linear-gradient(top, #DA190B, #DA190B);
background-image: linear-gradient(to bottom, #DA190B, #DA190B);
}
.footer-hero .btn-primary:hover, .footer-hero .btn-primary:active{
color: #DA190B;
background-image: -webkit-linear-gradient(top, #000, #202020);
background-image: -moz-linear-gradient(top, #000, #202020);
background-image: -ms-linear-gradient(top, #000, #202020);
background-image: -o-linear-gradient(top, #000, #202020);
background-image: linear-gradient(to bottom, #000, #202020);
}
/* -- Footer Styles -- */
.footer {
padding-top: 30px;
padding-bottom: 30px;
}
.footer .fa-heart {
color: #DA190B;
}
.social {
float: right;
line-height: 24px;
}
.social i{
color: #202020;
display: inline-block;
text-decoration: none;
padding-left: 6px;
padding-right: 6px;
font-size: 16px;
}
.social i:hover {
color: #DA190B;
}
/*------------------------------
--------Responsive Styles-------
------------------------------*/
@media only screen and (min-width: 992px) and (max-width:1200px) {
.hero-text h1 {
font-size: 54px;
}
.hero-text h1 .big-title {
font-size: 95px;
}
.hero-text h2 {
font-size: 34px;
}
.clients h6 {
padding-top: 0;
}
}
@media only screen and (max-width: 991px) {
.logo-holder {
text-align: center;
}
.logo-holder h4 {
float: none;
padding: 0;
}
header{
min-height: 1140px;
}
.hero {
top: 0px;
transform: translateY(0);
}
.arrow {
display: none;
}
.hero-text {
text-align: center;
margin-top: 110px;
}
.hero-form {
margin-top: 40px;
}
.features .container{
background-image: none;
}
.clients {
text-align: center;
}
.clients .img-responsive {
display: inline-block;
}
.clients h6 {
padding-bottom: 14px;
}
.footer-hero h2 {
font-size: 36px;
line-height: 40px;
padding-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
.click-through .hero-text h1{
font-size: 44px;
line-height: 50px;
}
.click-through .hero-text h1 .big-title{
font-size: 66px;
font-weight: 900;
}
.click-through .hero-text h2{
font-size: 44px;
line-height: 40px;
}
.faq-list div h2 {
text-align: center;
}
.footer {
text-align: center;
}
.social {
float: none;
}
.contact h2 {
font-size: 54px;
line-height: 40px;
}
.offer h2 {
font-size: 42px;
}
}
@media only screen and (max-width: 500px) {
header{
min-height: 1100px;
}
.logo-holder h2 a {
font-size: 22px;
}
.logo-holder h4 {
font-size: 18px;
line-height: 30px;
}
.hero-text h1{
font-size: 46px;
}
.hero-text h1 .big-title {
font-size: 88px;
line-height: 36px;
}
.hero-text h2 {
font-size: 32px;
}
.hero-text {
margin-top: 80px;
}
.click-through .hero-text h1{
font-size: 30px;
line-height: 40px;
}
.click-through .hero-text h1 .big-title{
font-size: 46px;
font-weight: 900;
}
.click-through .hero-text h2{
font-size: 30px;
line-height: 30px;
}
.click-through .btn-primary {
font-size: 20px;
width: 100%;
padding: 10px 10px;
}
.contact h2 {
font-size: 42px;
line-height: 30px;
}
.contact h3 {
font-size: 20px;
}
.offer h2 {
font-size: 38px;
}
}
@media only screen and (max-width: 400px) {
.logo-holder h4 {
}
.hero-text h1{
font-size: 34px;
line-height: 60px;
}
.hero-text h1 .big-title {
font-size: 54px;
}
.hero-text h2 {
font-size: 22px;
line-height: 10px;
padding: 0;
}
.hero-text {
margin-top: 60px;
}
.hero-text h6 {
font-size: 15px;
line-height: 20px;
}
.hero-form {
padding: 30px 20px;
}
.btn-primary {
font-size: 24px;
}
.contact h2{
font-size: 30px;
}
.contact h3 {
font-size: 18px;
padding-top: 8px;
}
.footer-hero .btn-primary, .offer .btn-primary {
font-size: 30px;
}
.offer h2 {
font-size: 34px;
}
} | 0.269037 | 0.08548 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap&subset=latin-ext');
:root {
--primary-font: 'Open Sans', sans-serif;
--primary-color: rgb(1, 135, 145);
--primary-color-dark: rgb(2, 63, 77);
--primary-color-light: rgb(126, 185, 183);
--light: #FFF;
--dark: #1A1A1A;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
outline-color: rgb(1, 135, 145);
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1.6;
}
::-webkit-scrollbar {
background: #ddd;
background-color: rgb(199, 221, 224);
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 14px rgba(0, 0, 0,0.3)
}
::-webkit-scrollbar-thumb {
background-color: rgb(1, 135, 145);
}
h1, h2, h3 {
line-height: 1.2;
}
h1 {
text-align: center;
}
h2 {
color: rgb(1, 135, 145);
}
.title {
position: relative;
z-index: 1;
padding: 40px 0;
font-size: 22px;
letter-spacing: 1px;
color: #fff;
}
@media (min-width: 320px) {
.title {
font-size: 24px;
}
}
@media (min-width: 600px) {
.title {
font-size: 26px;
}
}
@media (min-width: 1024px){
.title {
font-size: 30px;
}
}
.btn {
display: block;
position: relative;
text-decoration: none;
padding: 8px 24px;
letter-spacing: 1px;
cursor: pointer;
font-size: 14px;
font-weight: bold;
overflow: hidden;
border: 2px solid rgb(1, 135, 145);
color: rgb(1, 135, 145);
transition: color .2s 0s linear, background-color .2s 0s linear
}
.btn::before, .btn::after {
content: '';
position: absolute;
width: 100%;
height: 25%;
background-color: rgb(1, 135, 145);
z-index: -1;
transition: transform .2s .1s linear;
}
.btn::before {
bottom: 0;
left: 0;
transform: translateX(-105%);
transform-origin: left;
}
.btn::after {
top: 0;
right: 0;
transform-origin: right;
transform: translateX(105%);
}
.btn:hover, .btn:focus {
color: #fff;
background-color: rgb(1, 135, 145);
transition: color .2s .1s linear, background-color .2s .1s linear;
}
.btn:hover::before, .btn:focus::before,
.btn:hover::after, .btn:focus::after {
transform: translateX(0);
transition: transform .2s linear;
}
@media(min-width: 768px) {
.btn {
font-size: 18px;
}
}
li {
list-style: none;
}
.link {
display: block;
padding: 0 10px;
letter-spacing: 1px;
line-height: 1.6;
text-decoration: none;
cursor: pointer;
}
.header {
margin-top: 82px;
height: 40vh;
position: relative;
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.header::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgb(2, 63, 77, .85);
}
@media (min-height: 600px) and (orientation: portrait) {
.header {
height: 30vh;
}
}
@media (min-width: 1024px) {
.header {
margin-top: 62px;
}
}
@media (min-width: 1024px) and (orientation: landscape) {
.header {
height: 50vh;
}
} | src/css/layout.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap&subset=latin-ext');
:root {
--primary-font: 'Open Sans', sans-serif;
--primary-color: rgb(1, 135, 145);
--primary-color-dark: rgb(2, 63, 77);
--primary-color-light: rgb(126, 185, 183);
--light: #FFF;
--dark: #1A1A1A;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
outline-color: rgb(1, 135, 145);
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1.6;
}
::-webkit-scrollbar {
background: #ddd;
background-color: rgb(199, 221, 224);
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 14px rgba(0, 0, 0,0.3)
}
::-webkit-scrollbar-thumb {
background-color: rgb(1, 135, 145);
}
h1, h2, h3 {
line-height: 1.2;
}
h1 {
text-align: center;
}
h2 {
color: rgb(1, 135, 145);
}
.title {
position: relative;
z-index: 1;
padding: 40px 0;
font-size: 22px;
letter-spacing: 1px;
color: #fff;
}
@media (min-width: 320px) {
.title {
font-size: 24px;
}
}
@media (min-width: 600px) {
.title {
font-size: 26px;
}
}
@media (min-width: 1024px){
.title {
font-size: 30px;
}
}
.btn {
display: block;
position: relative;
text-decoration: none;
padding: 8px 24px;
letter-spacing: 1px;
cursor: pointer;
font-size: 14px;
font-weight: bold;
overflow: hidden;
border: 2px solid rgb(1, 135, 145);
color: rgb(1, 135, 145);
transition: color .2s 0s linear, background-color .2s 0s linear
}
.btn::before, .btn::after {
content: '';
position: absolute;
width: 100%;
height: 25%;
background-color: rgb(1, 135, 145);
z-index: -1;
transition: transform .2s .1s linear;
}
.btn::before {
bottom: 0;
left: 0;
transform: translateX(-105%);
transform-origin: left;
}
.btn::after {
top: 0;
right: 0;
transform-origin: right;
transform: translateX(105%);
}
.btn:hover, .btn:focus {
color: #fff;
background-color: rgb(1, 135, 145);
transition: color .2s .1s linear, background-color .2s .1s linear;
}
.btn:hover::before, .btn:focus::before,
.btn:hover::after, .btn:focus::after {
transform: translateX(0);
transition: transform .2s linear;
}
@media(min-width: 768px) {
.btn {
font-size: 18px;
}
}
li {
list-style: none;
}
.link {
display: block;
padding: 0 10px;
letter-spacing: 1px;
line-height: 1.6;
text-decoration: none;
cursor: pointer;
}
.header {
margin-top: 82px;
height: 40vh;
position: relative;
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.header::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgb(2, 63, 77, .85);
}
@media (min-height: 600px) and (orientation: portrait) {
.header {
height: 30vh;
}
}
@media (min-width: 1024px) {
.header {
margin-top: 62px;
}
}
@media (min-width: 1024px) and (orientation: landscape) {
.header {
height: 50vh;
}
} | 0.508056 | 0.108472 |
footer{ display:none; }
#data-input-container {
width: 960px;
margin: auto;
position: relative;
min-height: 32em;
}
#data-input-container .nav-tabs>li {width:13em;}
#data-input-container .nav-tabs>li>a {
padding: 2em 1em;
text-align: right;
}
#data-input-container .nav-tabs>li>a input{
width:10em;
}
/*------------------------
Input Page styles
------------------------*/
#data-input-container #protocol-intro{
content:"";
background-color:rgba(0,0,0,.3);
position:absolute;
top:0;
bottom:0;
left:-1em;
right:-1em;
z-index:1;
}
#data-input-container .data-input.hero-unit{
position:absolute;
left: 15%;
right: 15%;
margin-top: 4em;
z-index: 2;
}
#data-input-container .data-input.hero-unit h1{
margin-bottom:.5em;
}
#data-input-container .data-input.hero-unit input, .data-input.hero-unit .btn{
padding:.5em;
}
#data-input-container #protocol-intro .alert{ font-size: .8em; }
#data-input-container #protocol-title{
margin:0;
}
#data-input-container #protocol-description{
font-style: italic;
color: #777;
}
#data-input-container .blur-text *{
color: transparent !important;
text-shadow: 0 0 5px rgba(0,0,0,0.5) !important;
}
#data-input-container .tab-content{
position:relative;
padding-bottom:5em;
}
#data-input-container .page-header .step-description{
color:#777;
}
.save-protocol-container{
border-top:1px solid #ddd;
padding-top:1em;
margin-top:1em;
}
.save-protocol-container #save-protocol{
float:right;
margin-bottom:.5em;
margin-top: 0.3em;
margin-left: 1em;
}
.save-protocol-container .alert{
display:inline;
float:right;
}
.table tbody tr:hover td, .table tbody tr:hover th{
background-color:inherit;
}
/* Stop input jump */
a[data-editing=true]{
padding:1em inherit !important;
}
/*------------------------
Action styles
------------------------*/
#data-input-container .verb > td{
padding-top: .8em;
}
#data-input-container .module-title{
padding: 1em;
background-color: #f6f6f6;
color: #999;
font-style: normal;
margin-bottom: 1em;
}
#data-input-container .isactive-toggle{
float:right;
}
#data-input-container .isactive-toggle input{
float:left;
margin-right: .5em;
}
#data-input-container .isactive-toggle label{ float:left; }
#data-input-container tr.action-header{
background-color:#eee;
}
#data-input-container tr.action-header h4{
margin-left:1em;
float:left;
}
#data-input-container td:first-child{
font-weight:bold;
}
#data-input-container tr:last-child{
font-weight:normal;
color:#ddd;
font-style: italic;
cursor:text;
}
#data-input-container tr:last-child td:first-child{
font-weight:normal;
}
#data-input-container tr:last-child:hover td{
color:#bbb;
transition: .2s ease;
}
#data-input-container .action-container input[type=text]{
margin:0;padding:0;
}
#data-input-container .add-new-action{
padding: .5em 1.5em;
border:1px solid #ddd;
background-color:#eee;
border-radius:3px;
cursor:pointer;
font-style: italic;
opacity: .5;
}
#data-input-container .add-new-action:hover{
transition:.2s all;
opacity: 1;
}
#data-input-container .add-new-action h4{font-weight: normal;}
#data-input-container .add-new-step{
font-style: italic;
cursor: pointer;
}
#data-input-container th.add-property{
text-align: right;
width: 70%;
font-style: italic;
font-weight: normal;
cursor: pointer;
margin-right:1em;
}
#data-input-container .action-container label{
color:#000;
font-style: normal;
}
#data-input-container .action-container input[type=text]{ padding: .2em .5em; }
/* Bootstrap Doesn't like combining its form elements */
#data-input-container .action-container .help-block{ color:#aaa; }
#data-input-container .action-container .input-append .help-block{ font-size: 14px; }
#data-input-container .input-append .add-on{
padding:3px 5px;
border-radius:0 3px 3px 0;
color:#666;
}
#data-input-container .form-horizontal .controls.input-append {
margin-left: 20px;
}
#data-input-container .form-horizontal textarea.comments{
display: block;
margin-top: .5em;
opacity: .5;
}
/* Action link under tabs */
#nav-tabs #protocol-tabs .action-tab {
width: 60%;
float: right;
text-align: right;
border: 1px solid transparent;
padding: .2em 1em;
margin: -3px -1px 2px 0;
border-radius: 0 0 0 4px;
color:#ddd;
}
#nav-tabs #protocol-tabs .action-tab.active{
border: 1px solid #ddd;
color:#999;
}
#protocol-tabs > li{
clear:both !important;
} | bnbapp/static/css/dataInput.css | footer{ display:none; }
#data-input-container {
width: 960px;
margin: auto;
position: relative;
min-height: 32em;
}
#data-input-container .nav-tabs>li {width:13em;}
#data-input-container .nav-tabs>li>a {
padding: 2em 1em;
text-align: right;
}
#data-input-container .nav-tabs>li>a input{
width:10em;
}
/*------------------------
Input Page styles
------------------------*/
#data-input-container #protocol-intro{
content:"";
background-color:rgba(0,0,0,.3);
position:absolute;
top:0;
bottom:0;
left:-1em;
right:-1em;
z-index:1;
}
#data-input-container .data-input.hero-unit{
position:absolute;
left: 15%;
right: 15%;
margin-top: 4em;
z-index: 2;
}
#data-input-container .data-input.hero-unit h1{
margin-bottom:.5em;
}
#data-input-container .data-input.hero-unit input, .data-input.hero-unit .btn{
padding:.5em;
}
#data-input-container #protocol-intro .alert{ font-size: .8em; }
#data-input-container #protocol-title{
margin:0;
}
#data-input-container #protocol-description{
font-style: italic;
color: #777;
}
#data-input-container .blur-text *{
color: transparent !important;
text-shadow: 0 0 5px rgba(0,0,0,0.5) !important;
}
#data-input-container .tab-content{
position:relative;
padding-bottom:5em;
}
#data-input-container .page-header .step-description{
color:#777;
}
.save-protocol-container{
border-top:1px solid #ddd;
padding-top:1em;
margin-top:1em;
}
.save-protocol-container #save-protocol{
float:right;
margin-bottom:.5em;
margin-top: 0.3em;
margin-left: 1em;
}
.save-protocol-container .alert{
display:inline;
float:right;
}
.table tbody tr:hover td, .table tbody tr:hover th{
background-color:inherit;
}
/* Stop input jump */
a[data-editing=true]{
padding:1em inherit !important;
}
/*------------------------
Action styles
------------------------*/
#data-input-container .verb > td{
padding-top: .8em;
}
#data-input-container .module-title{
padding: 1em;
background-color: #f6f6f6;
color: #999;
font-style: normal;
margin-bottom: 1em;
}
#data-input-container .isactive-toggle{
float:right;
}
#data-input-container .isactive-toggle input{
float:left;
margin-right: .5em;
}
#data-input-container .isactive-toggle label{ float:left; }
#data-input-container tr.action-header{
background-color:#eee;
}
#data-input-container tr.action-header h4{
margin-left:1em;
float:left;
}
#data-input-container td:first-child{
font-weight:bold;
}
#data-input-container tr:last-child{
font-weight:normal;
color:#ddd;
font-style: italic;
cursor:text;
}
#data-input-container tr:last-child td:first-child{
font-weight:normal;
}
#data-input-container tr:last-child:hover td{
color:#bbb;
transition: .2s ease;
}
#data-input-container .action-container input[type=text]{
margin:0;padding:0;
}
#data-input-container .add-new-action{
padding: .5em 1.5em;
border:1px solid #ddd;
background-color:#eee;
border-radius:3px;
cursor:pointer;
font-style: italic;
opacity: .5;
}
#data-input-container .add-new-action:hover{
transition:.2s all;
opacity: 1;
}
#data-input-container .add-new-action h4{font-weight: normal;}
#data-input-container .add-new-step{
font-style: italic;
cursor: pointer;
}
#data-input-container th.add-property{
text-align: right;
width: 70%;
font-style: italic;
font-weight: normal;
cursor: pointer;
margin-right:1em;
}
#data-input-container .action-container label{
color:#000;
font-style: normal;
}
#data-input-container .action-container input[type=text]{ padding: .2em .5em; }
/* Bootstrap Doesn't like combining its form elements */
#data-input-container .action-container .help-block{ color:#aaa; }
#data-input-container .action-container .input-append .help-block{ font-size: 14px; }
#data-input-container .input-append .add-on{
padding:3px 5px;
border-radius:0 3px 3px 0;
color:#666;
}
#data-input-container .form-horizontal .controls.input-append {
margin-left: 20px;
}
#data-input-container .form-horizontal textarea.comments{
display: block;
margin-top: .5em;
opacity: .5;
}
/* Action link under tabs */
#nav-tabs #protocol-tabs .action-tab {
width: 60%;
float: right;
text-align: right;
border: 1px solid transparent;
padding: .2em 1em;
margin: -3px -1px 2px 0;
border-radius: 0 0 0 4px;
color:#ddd;
}
#nav-tabs #protocol-tabs .action-tab.active{
border: 1px solid #ddd;
color:#999;
}
#protocol-tabs > li{
clear:both !important;
} | 0.273089 | 0.055746 |
html,
body {
height: 100%;
margin: 0;
}
.font-small {
font-size: 13px;
}
/* Layout of the tool */
header {
z-index: 100;
}
header > * {
padding: 8px 16px;
}
#ratio-logo {
padding: 4px 8px;
}
#ratio-logo > img {
height: 52px;
}
#flex-body {
flex: 1 1 0;
overflow: auto;
position: relative;
}
/* login */
.login-center {
width: 21em;
}
.login-center input[type="text"],
.login-center input[type="password"] {
width: 95%;
}
/* General stuff */
.w3-input {
padding: 7.5px 16px;
background: #f5f5f5;
}
/* Flex containers */
.flex-row {
display: flex;
flex-direction: row;
}
.flex-column {
display: flex;
flex-flow: column;
height: 100%;
}
/* Flex items */
.flex-flex {
flex: 1 1 0;
}
.flex-fix {
flex: 0 0 auto;
}
.flex-text {
flex: 1 1 0;
overflow: hidden;
text-align: left;
text-overflow: ellipsis;
white-space: pre;
}
.flex-text:hover {
text-overflow: clip;
white-space: normal;
word-break: break-word;
}
/* Flip Elements */
.flip-frontside,
.flip-flipside,
.flip-flipside-msg {
animation: opac 0.5s;
}
/* Colors */
.color0 {
background-color: var(--color0);
}
.color1 {
background-color: var(--color1);
}
.color2 {
background-color: var(--color2);
}
.color3 {
background-color: var(--color3);
}
.text-green {
color: #307833;
}
.fa,
.fas {
opacity: 0.6;
}
/* Icon button */
.big-button {
align-self: center;
min-width: 2.5em;
height: 2.5em;
border-radius: 2px;
padding: 5px;
text-align: center;
}
.tiny-button {
width: 1.5em;
height: 1.5em;
}
.entity-title > a,
.entity-title > button {
width: 2em;
height: 2em;
border-radius: 8px;
}
.tiny-button,
.entity-title > a,
.entity-title > button {
padding: 0;
text-align: center;
}
.ghost-center:before,
.collapse-button:before,
.big-button:before,
.tiny-button:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.collapse-button > i,
.big-button > i,
.tiny-button > i {
vertical-align: middle;
}
.entity-title > a > i {
vertical-align: bottom;
}
button:disabled,
button[disabled]{
cursor: progress !important;
}
/* Menus */
.button-border {
border: 2px solid rgba(0, 0, 0, .6);
border-radius: 4px;
}
.navigation {
padding: 0;
}
.navigation .flip-flipbutton,
.navigation .flip-frontbutton {
height: 100%;
width: 3em;
}
.navigation > * {
height: 100%;
}
.navigation-dropdown {
position: absolute;
left: 0;
}
.navigation-dropdown > button,
.navigation-dropdown > a {
width: 100%;
text-align: left;
}
.navigation-dropdown > button:disabled,
.navigation-dropdown > button[disabled] {
cursor: default !important;
}
/* tool index */
.index-body {
padding: 2em 1em;
}
#subgraph-list-box,
#user-list-box {
border: 2px solid rgba(0, 0, 0, 0.6);
border-radius: 4px;
margin-top: 1em;
}
#subgraph-list,
#user-list {
height: 50vh;
overflow: auto;
background-color: white;
}
#subgraph-list > div,
#user-list > div {
padding: 0;
}
/* Knowledge */
#subgraph-header {
align-items: center;
border-radius: 10px;
height: 36px;
margin: 0.5em 1em;
padding: 0.2em 0.2em 0.2em 1em;
}
#subgraph-header > a {
border-radius: 8px;
height: 2em;
padding: 4px
}
.deleted {
display: none;
}
.entity {
margin: 0.5em 0;
background-color: white;
}
.entity-border {
border-radius: 10px;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 2px 5px 0 rgba(0,0,0,0.12)
}
.entity-title {
align-items: center;
border-radius: 10px;
min-height: 36px;
padding: 0.2em;
}
.entity-label {
margin-left: 0.5em;
font-weight: bold;
}
.entity-body {
padding: 0.5em 1em 0.5em 1.5em;
}
.knowledge-subheading {
margin-top: 1em;
font-weight: bold;
}
.entity-field-title {
margin-top: 1em;
}
.entity-field-label {
font-weight: bold;
}
.entity-field {
margin: 0.5em;
}
.field {
display: inline-block;
width: 47%;
margin: 0.5em;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 2px 5px 0 rgba(0,0,0,0.12);
padding: 0.2em 0.5em;
border-radius: 5px;
}
.field > div {
margin-top: 0.1em;
}
.field-label {
margin-bottom: calc(0.2em + 1px); /* Margin + border of field-values */
margin-right: 3px;
}
.field-value-list {
flex: 1 1 auto;
min-width: 5em;
}
.field-value-list > form {
margin-left: 0.5em;
margin-bottom: 0.2em;
}
.literal-input {
word-wrap: break-word;
white-space: pre-wrap;
}
.literal-input,
.option-input {
padding: 0 2px;
border-bottom: 1px solid #ccc;
background-color: white;
min-height: 1.5em;
max-height: calc(4.5em + 1px); /* Three lines + border */
position: sticky;
overflow: auto;
}
.option-input {
overflow: hidden;
text-overflow: ellipsis;
}
.option-form > div:first-of-type {
width: calc(100% - 1.5em);
}
.options-dropdown {
display: none;
position: relative;
z-index: 100;
}
.option-input:focus + .options-dropdown,
.options-dropdown:hover,
.options-dropdown:focus-within {
display: block;
}
.option-input + .options-dropdown > div {
position: absolute;
border: 1px solid #ccc;
}
.option {
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none;
cursor: pointer;
min-height: 1.5em; /* To make sure empty options (filter) are visible */
}
.options-dropdown > div {
max-height: 10em;
overflow: auto;
padding: 3px;
width: 100%
}
.option:hover {
color: #000 !important;
background-color: #ccc !important;
}
.options-dropdown input {
padding: 0 2px;
width: calc(100% - 1.5em);
border-bottom: 1px solid #ccc;
background-color: inherit;
display: inline-block;
}
.options-dropdown a {
display: inline-block;
}
/* Message */
.messages {
position: fixed;
bottom: 0;
width: 80%;
left: 10%;
right: 10%;
}
.message {
background-color: #FFE5B4;
padding: 0.5em 1em;
align-items: center;
}
/* Overview table */
@keyframes pulse {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.overview-table-placeholder {
animation: pulse 1s infinite alternate;
}
.table-gray {
background-color: #DFDFDF;
}
.table-light {
background-color: #F2F2F2;
}
table, td, th {
border-collapse: collapse;
border:1px solid rgba(0, 0, 0, 0.6);
}
td, th {
padding: 0.5em 1em;
vertical-align: top;
width: 1%; /* trick to get equal width columns */
}
th {
text-align: center !important;
}
.separator-row {
padding: 2px !important;
}
/* Nested tables */
table table {
margin: -1px;
width: calc(100% + 2px);
}
.table-container {
padding: 0 !important;
}
/* Admin */
.backup-row > * {
margin: 0.5em;
} | ratio/static/style.css | html,
body {
height: 100%;
margin: 0;
}
.font-small {
font-size: 13px;
}
/* Layout of the tool */
header {
z-index: 100;
}
header > * {
padding: 8px 16px;
}
#ratio-logo {
padding: 4px 8px;
}
#ratio-logo > img {
height: 52px;
}
#flex-body {
flex: 1 1 0;
overflow: auto;
position: relative;
}
/* login */
.login-center {
width: 21em;
}
.login-center input[type="text"],
.login-center input[type="password"] {
width: 95%;
}
/* General stuff */
.w3-input {
padding: 7.5px 16px;
background: #f5f5f5;
}
/* Flex containers */
.flex-row {
display: flex;
flex-direction: row;
}
.flex-column {
display: flex;
flex-flow: column;
height: 100%;
}
/* Flex items */
.flex-flex {
flex: 1 1 0;
}
.flex-fix {
flex: 0 0 auto;
}
.flex-text {
flex: 1 1 0;
overflow: hidden;
text-align: left;
text-overflow: ellipsis;
white-space: pre;
}
.flex-text:hover {
text-overflow: clip;
white-space: normal;
word-break: break-word;
}
/* Flip Elements */
.flip-frontside,
.flip-flipside,
.flip-flipside-msg {
animation: opac 0.5s;
}
/* Colors */
.color0 {
background-color: var(--color0);
}
.color1 {
background-color: var(--color1);
}
.color2 {
background-color: var(--color2);
}
.color3 {
background-color: var(--color3);
}
.text-green {
color: #307833;
}
.fa,
.fas {
opacity: 0.6;
}
/* Icon button */
.big-button {
align-self: center;
min-width: 2.5em;
height: 2.5em;
border-radius: 2px;
padding: 5px;
text-align: center;
}
.tiny-button {
width: 1.5em;
height: 1.5em;
}
.entity-title > a,
.entity-title > button {
width: 2em;
height: 2em;
border-radius: 8px;
}
.tiny-button,
.entity-title > a,
.entity-title > button {
padding: 0;
text-align: center;
}
.ghost-center:before,
.collapse-button:before,
.big-button:before,
.tiny-button:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.collapse-button > i,
.big-button > i,
.tiny-button > i {
vertical-align: middle;
}
.entity-title > a > i {
vertical-align: bottom;
}
button:disabled,
button[disabled]{
cursor: progress !important;
}
/* Menus */
.button-border {
border: 2px solid rgba(0, 0, 0, .6);
border-radius: 4px;
}
.navigation {
padding: 0;
}
.navigation .flip-flipbutton,
.navigation .flip-frontbutton {
height: 100%;
width: 3em;
}
.navigation > * {
height: 100%;
}
.navigation-dropdown {
position: absolute;
left: 0;
}
.navigation-dropdown > button,
.navigation-dropdown > a {
width: 100%;
text-align: left;
}
.navigation-dropdown > button:disabled,
.navigation-dropdown > button[disabled] {
cursor: default !important;
}
/* tool index */
.index-body {
padding: 2em 1em;
}
#subgraph-list-box,
#user-list-box {
border: 2px solid rgba(0, 0, 0, 0.6);
border-radius: 4px;
margin-top: 1em;
}
#subgraph-list,
#user-list {
height: 50vh;
overflow: auto;
background-color: white;
}
#subgraph-list > div,
#user-list > div {
padding: 0;
}
/* Knowledge */
#subgraph-header {
align-items: center;
border-radius: 10px;
height: 36px;
margin: 0.5em 1em;
padding: 0.2em 0.2em 0.2em 1em;
}
#subgraph-header > a {
border-radius: 8px;
height: 2em;
padding: 4px
}
.deleted {
display: none;
}
.entity {
margin: 0.5em 0;
background-color: white;
}
.entity-border {
border-radius: 10px;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 2px 5px 0 rgba(0,0,0,0.12)
}
.entity-title {
align-items: center;
border-radius: 10px;
min-height: 36px;
padding: 0.2em;
}
.entity-label {
margin-left: 0.5em;
font-weight: bold;
}
.entity-body {
padding: 0.5em 1em 0.5em 1.5em;
}
.knowledge-subheading {
margin-top: 1em;
font-weight: bold;
}
.entity-field-title {
margin-top: 1em;
}
.entity-field-label {
font-weight: bold;
}
.entity-field {
margin: 0.5em;
}
.field {
display: inline-block;
width: 47%;
margin: 0.5em;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 2px 5px 0 rgba(0,0,0,0.12);
padding: 0.2em 0.5em;
border-radius: 5px;
}
.field > div {
margin-top: 0.1em;
}
.field-label {
margin-bottom: calc(0.2em + 1px); /* Margin + border of field-values */
margin-right: 3px;
}
.field-value-list {
flex: 1 1 auto;
min-width: 5em;
}
.field-value-list > form {
margin-left: 0.5em;
margin-bottom: 0.2em;
}
.literal-input {
word-wrap: break-word;
white-space: pre-wrap;
}
.literal-input,
.option-input {
padding: 0 2px;
border-bottom: 1px solid #ccc;
background-color: white;
min-height: 1.5em;
max-height: calc(4.5em + 1px); /* Three lines + border */
position: sticky;
overflow: auto;
}
.option-input {
overflow: hidden;
text-overflow: ellipsis;
}
.option-form > div:first-of-type {
width: calc(100% - 1.5em);
}
.options-dropdown {
display: none;
position: relative;
z-index: 100;
}
.option-input:focus + .options-dropdown,
.options-dropdown:hover,
.options-dropdown:focus-within {
display: block;
}
.option-input + .options-dropdown > div {
position: absolute;
border: 1px solid #ccc;
}
.option {
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none;
cursor: pointer;
min-height: 1.5em; /* To make sure empty options (filter) are visible */
}
.options-dropdown > div {
max-height: 10em;
overflow: auto;
padding: 3px;
width: 100%
}
.option:hover {
color: #000 !important;
background-color: #ccc !important;
}
.options-dropdown input {
padding: 0 2px;
width: calc(100% - 1.5em);
border-bottom: 1px solid #ccc;
background-color: inherit;
display: inline-block;
}
.options-dropdown a {
display: inline-block;
}
/* Message */
.messages {
position: fixed;
bottom: 0;
width: 80%;
left: 10%;
right: 10%;
}
.message {
background-color: #FFE5B4;
padding: 0.5em 1em;
align-items: center;
}
/* Overview table */
@keyframes pulse {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.overview-table-placeholder {
animation: pulse 1s infinite alternate;
}
.table-gray {
background-color: #DFDFDF;
}
.table-light {
background-color: #F2F2F2;
}
table, td, th {
border-collapse: collapse;
border:1px solid rgba(0, 0, 0, 0.6);
}
td, th {
padding: 0.5em 1em;
vertical-align: top;
width: 1%; /* trick to get equal width columns */
}
th {
text-align: center !important;
}
.separator-row {
padding: 2px !important;
}
/* Nested tables */
table table {
margin: -1px;
width: calc(100% + 2px);
}
.table-container {
padding: 0 !important;
}
/* Admin */
.backup-row > * {
margin: 0.5em;
} | 0.383757 | 0.097907 |
#account {
position: absolute;
width: 95%;
height: 95%;
top: 2.5%;
left: 2.5%;
background: rgba(0, 0, 0, 0.5);
}
.shadow {
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.left-container {
width: 14%;
height: 100%;
background: #293949;
float: left;
}
.user-section {
height: 18vw;
color: white;
}
.user-section .user-picture { height: 12vw; }
.user-section .user-picture .img-wrapper {
height: 9vw;
width: 9vw;
border-radius: 50%;
margin-top: 1vw;
margin-left: 2vw;
border: 3px solid #ff8d1c;
}
.user-section .user-picture .img-wrapper img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.img-wrapper img:hover {
opacity: 0.3;
cursor: pointer;
}
.user-section .user-info {
height: 4vw;
text-align: center;
}
.user-section .user-info i {
padding: 10px;
font-size: 0.9vw;
}
.user-section .user-info h3 { font-size: 1.2vw; }
.sidebar {
background: #293949;
border-top: #23313f 4px solid;
z-index: 100;
}
.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
margin: -2px 0 0;
padding: 0;
}
.sidebar #leftside-navigation ul li {
list-style-type: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
border-left: 2px transparent solid;
}
.nav { display: block; }
.nav-link { padding: 18px 0 18px 25px; }
.nav .active {
border-left: 2px solid #ff8d1c !important;
background-color: #394f66;
}
.sidebar #leftside-navigation ul li.active ul { display: block; }
.sidebar #leftside-navigation ul li {
color: #aeb2b7;
text-decoration: none;
display: block;
font-size: 12px;
outline: 0;
}
.sidebar #leftside-navigation ul li a:hover {
cursor: pointer;
color: #ff8d1c;
}
.sidebar #leftside-navigation ul li span {
display: inline-block;
font-size: 0.6vw;
}
.sidebar #leftside-navigation ul li i {
width: 0.9vw;
font-size: 0.5vw;
}
.sidebar #leftside-navigation ul li i .fa-angle-left,
.sidebar #leftside-navigation ul li i .fa-angle-right { padding-top: 3px; }
.sidebar #leftside-navigation ul ul { display: none; }
.sidebar #leftside-navigation ul ul li {
background: #23313f;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
border-bottom: none;
}
.sidebar #leftside-navigation ul ul li {
font-size: 12px;
padding-top: 13px;
padding-bottom: 13px;
color: #aeb2b7;
}
.data-pane {
float: left;
width: 84%;
height: 100%;
margin-left: 2%;
background: rgba(41, 57, 73, 0.7);
}
.account-view-header {
margin: 2.5% 0 0 2.5%;
margin-left: 2.5%;
text-align: center;
border-bottom: 1px solid #ff8d1c;
width: 60%;
margin-left: 20%;
}
.account-view-header h2 {
width: 100%;
color: white;
}
.account-view-container {
height: 90%;
width: 90%;
margin: 0 0 0 5%;
} | src/Din/StaticFiles/css/account/account.css | #account {
position: absolute;
width: 95%;
height: 95%;
top: 2.5%;
left: 2.5%;
background: rgba(0, 0, 0, 0.5);
}
.shadow {
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.left-container {
width: 14%;
height: 100%;
background: #293949;
float: left;
}
.user-section {
height: 18vw;
color: white;
}
.user-section .user-picture { height: 12vw; }
.user-section .user-picture .img-wrapper {
height: 9vw;
width: 9vw;
border-radius: 50%;
margin-top: 1vw;
margin-left: 2vw;
border: 3px solid #ff8d1c;
}
.user-section .user-picture .img-wrapper img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.img-wrapper img:hover {
opacity: 0.3;
cursor: pointer;
}
.user-section .user-info {
height: 4vw;
text-align: center;
}
.user-section .user-info i {
padding: 10px;
font-size: 0.9vw;
}
.user-section .user-info h3 { font-size: 1.2vw; }
.sidebar {
background: #293949;
border-top: #23313f 4px solid;
z-index: 100;
}
.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
margin: -2px 0 0;
padding: 0;
}
.sidebar #leftside-navigation ul li {
list-style-type: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
border-left: 2px transparent solid;
}
.nav { display: block; }
.nav-link { padding: 18px 0 18px 25px; }
.nav .active {
border-left: 2px solid #ff8d1c !important;
background-color: #394f66;
}
.sidebar #leftside-navigation ul li.active ul { display: block; }
.sidebar #leftside-navigation ul li {
color: #aeb2b7;
text-decoration: none;
display: block;
font-size: 12px;
outline: 0;
}
.sidebar #leftside-navigation ul li a:hover {
cursor: pointer;
color: #ff8d1c;
}
.sidebar #leftside-navigation ul li span {
display: inline-block;
font-size: 0.6vw;
}
.sidebar #leftside-navigation ul li i {
width: 0.9vw;
font-size: 0.5vw;
}
.sidebar #leftside-navigation ul li i .fa-angle-left,
.sidebar #leftside-navigation ul li i .fa-angle-right { padding-top: 3px; }
.sidebar #leftside-navigation ul ul { display: none; }
.sidebar #leftside-navigation ul ul li {
background: #23313f;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
border-bottom: none;
}
.sidebar #leftside-navigation ul ul li {
font-size: 12px;
padding-top: 13px;
padding-bottom: 13px;
color: #aeb2b7;
}
.data-pane {
float: left;
width: 84%;
height: 100%;
margin-left: 2%;
background: rgba(41, 57, 73, 0.7);
}
.account-view-header {
margin: 2.5% 0 0 2.5%;
margin-left: 2.5%;
text-align: center;
border-bottom: 1px solid #ff8d1c;
width: 60%;
margin-left: 20%;
}
.account-view-header h2 {
width: 100%;
color: white;
}
.account-view-container {
height: 90%;
width: 90%;
margin: 0 0 0 5%;
} | 0.636579 | 0.141519 |
#login {
position: relative;
width: clamp(290px, calc(100vw - 160px), 1000px);
height: clamp(440px, calc(100vh - 310px), 500px);
border-radius: 25px;
background: inherit;
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
box-sizing: border-box;
padding: 0 40px;
display: flex;
align-items: center;
justify-content: space-between;
opacity: 0;
-webkit-animation: 1s cubic-bezier(.29,.81,.37,.99) 0.5s 1 scale;
animation: 1s cubic-bezier(.29,.81,.37,.99) 0.5s 1 scale;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
#login::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
box-shadow: inset 0 0 200px white, 0 0 3px 1px black;
z-index: -1;
background: inherit;
border-radius: 25px;
}
#login::after {
content: '';
position: absolute;
top: 90px;
left: 90px;
right: 90px;
bottom: 90px;
box-shadow: 0 0 50px 75px white;
background: white;
border-radius: 25px;
z-index: -1;
}
#first-smallvw, #second-smallvw {
position: absolute;
display: none;
}
#first-smallvw {
justify-content: center;
align-items: center;
text-align: center;
top: 0;
left: 0;
right: 0;
height: 154px;
margin: 0 30px;
}
#second-smallvw {
text-align: center;
bottom: 60px;
}
#image {
left: 30px;
margin: -10px;
position: absolute;
height: 2452px;
width: calc(100% - 40px);
background-image: url(https://storage.googleapis.com/twstatic/images/wide-scroller.png);
background-size: 100%;
z-index: -2;
opacity: 0;
top: 10px; /* Override flexbox */
-webkit-animation: slide 100s linear 1.3s infinite, 1s ease-out 1.3s 1 fade;
animation: slide 100s linear 1.3s infinite, 1s ease-out 1.3s 1 fade;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@media screen and (max-width: 790px) {
#login span {
display: none;
}
#login {
justify-content: center;
}
#first-smallvw, #second-smallvw {
display: flex !important;
}
#image {
background-image: url(https://storage.googleapis.com/twstatic/images/narrow-scroller.png);
}
}
#login span {
font-size: 40px;
font-family: 'Varela';
}
label {
display: block;
text-align: center;
}
#id_username {
margin-bottom: 5px;
}
#id_password {
margin-bottom: 35px;
}
#id_username, #id_password {
width: 100%;
box-sizing: border-box;
border-radius: 20px;
border-color: transparent;
box-shadow: inset 0 0 3px 1px;
background: white;
height: 36px;
font-size: 20px;
padding-left: 15px;
}
#id_username:focus, #id_password:focus {
box-shadow: inset 0 0 0 2px rgb(0,95,204);
outline: 0;
}
#error-message {
text-align: center;
position: absolute;
margin-top: -35px;
font-size: 9.75px;
text-align: center;
width: 100%;
color: rgb(226,30,54);
}
#example-message {
color: -webkit-link;
cursor: pointer;
text-decoration: underline;
width: 100%;
position: absolute;
font-size: 10px;
margin-top: -60px;
text-align: center;
}
#beta-message {
position: absolute;
text-decoration: none;
font-size: 10px;
text-align: center;
}
#beta-message a:visited {
text-decoration: none;
color: blue;
}
#discord-promo {
position: absolute;
right: 12px;
bottom: 5px;
display: flex;
font-size: 13px;
align-items: center;
text-decoration: none;
color: black;
}
#discord-image {
margin-left: 4px;
}
#submit-button {
width: 100%;
background: rgb(0, 150, 255);
border-radius: 4px;
color: white;
border: none;
height: 25px;
cursor: pointer;
}
#submit-button:focus, #submit-button:hover {
background: rgba(0, 150, 255, 0.75);
outline: 0;
}
#submit-button:active {
background: rgba(0, 150, 255, 0.9);
}
#form-wrapper {
margin-left: 15px;
width: 300px;
position: relative;
}
@-webkit-keyframes slide {
from {
transform: translateY(-100%) translateY(100vh);
}
to {
transform: none;
}
}
@keyframes slide {
from {
transform: translateY(-100%) translateY(100vh);
}
to {
transform: none;
}
}
@-webkit-keyframes scale {
from {
transform: scale(0.85);
opacity: 0;
}
to {
transform: none;
opacity: 1;
}
}
@keyframes scale {
from {
transform: scale(0.85);
opacity: 0;
}
to {
transform: none;
opacity: 1;
}
}
@-webkit-keyframes fade {
from {
opacity: 0;
}
to {
opacity: 0.75;
}
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 0.75;
}
}
/* VarelaRound-Regular */
@font-face {
font-family: 'Varela';
font-style: normal;
font-weight: 800;
src: local(''),
url('../fonts/VarelaRound-Regular.ttf') format('truetype');
} | timeweb/timewebapp/static/css/login.css | #login {
position: relative;
width: clamp(290px, calc(100vw - 160px), 1000px);
height: clamp(440px, calc(100vh - 310px), 500px);
border-radius: 25px;
background: inherit;
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
box-sizing: border-box;
padding: 0 40px;
display: flex;
align-items: center;
justify-content: space-between;
opacity: 0;
-webkit-animation: 1s cubic-bezier(.29,.81,.37,.99) 0.5s 1 scale;
animation: 1s cubic-bezier(.29,.81,.37,.99) 0.5s 1 scale;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
#login::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
box-shadow: inset 0 0 200px white, 0 0 3px 1px black;
z-index: -1;
background: inherit;
border-radius: 25px;
}
#login::after {
content: '';
position: absolute;
top: 90px;
left: 90px;
right: 90px;
bottom: 90px;
box-shadow: 0 0 50px 75px white;
background: white;
border-radius: 25px;
z-index: -1;
}
#first-smallvw, #second-smallvw {
position: absolute;
display: none;
}
#first-smallvw {
justify-content: center;
align-items: center;
text-align: center;
top: 0;
left: 0;
right: 0;
height: 154px;
margin: 0 30px;
}
#second-smallvw {
text-align: center;
bottom: 60px;
}
#image {
left: 30px;
margin: -10px;
position: absolute;
height: 2452px;
width: calc(100% - 40px);
background-image: url(https://storage.googleapis.com/twstatic/images/wide-scroller.png);
background-size: 100%;
z-index: -2;
opacity: 0;
top: 10px; /* Override flexbox */
-webkit-animation: slide 100s linear 1.3s infinite, 1s ease-out 1.3s 1 fade;
animation: slide 100s linear 1.3s infinite, 1s ease-out 1.3s 1 fade;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@media screen and (max-width: 790px) {
#login span {
display: none;
}
#login {
justify-content: center;
}
#first-smallvw, #second-smallvw {
display: flex !important;
}
#image {
background-image: url(https://storage.googleapis.com/twstatic/images/narrow-scroller.png);
}
}
#login span {
font-size: 40px;
font-family: 'Varela';
}
label {
display: block;
text-align: center;
}
#id_username {
margin-bottom: 5px;
}
#id_password {
margin-bottom: 35px;
}
#id_username, #id_password {
width: 100%;
box-sizing: border-box;
border-radius: 20px;
border-color: transparent;
box-shadow: inset 0 0 3px 1px;
background: white;
height: 36px;
font-size: 20px;
padding-left: 15px;
}
#id_username:focus, #id_password:focus {
box-shadow: inset 0 0 0 2px rgb(0,95,204);
outline: 0;
}
#error-message {
text-align: center;
position: absolute;
margin-top: -35px;
font-size: 9.75px;
text-align: center;
width: 100%;
color: rgb(226,30,54);
}
#example-message {
color: -webkit-link;
cursor: pointer;
text-decoration: underline;
width: 100%;
position: absolute;
font-size: 10px;
margin-top: -60px;
text-align: center;
}
#beta-message {
position: absolute;
text-decoration: none;
font-size: 10px;
text-align: center;
}
#beta-message a:visited {
text-decoration: none;
color: blue;
}
#discord-promo {
position: absolute;
right: 12px;
bottom: 5px;
display: flex;
font-size: 13px;
align-items: center;
text-decoration: none;
color: black;
}
#discord-image {
margin-left: 4px;
}
#submit-button {
width: 100%;
background: rgb(0, 150, 255);
border-radius: 4px;
color: white;
border: none;
height: 25px;
cursor: pointer;
}
#submit-button:focus, #submit-button:hover {
background: rgba(0, 150, 255, 0.75);
outline: 0;
}
#submit-button:active {
background: rgba(0, 150, 255, 0.9);
}
#form-wrapper {
margin-left: 15px;
width: 300px;
position: relative;
}
@-webkit-keyframes slide {
from {
transform: translateY(-100%) translateY(100vh);
}
to {
transform: none;
}
}
@keyframes slide {
from {
transform: translateY(-100%) translateY(100vh);
}
to {
transform: none;
}
}
@-webkit-keyframes scale {
from {
transform: scale(0.85);
opacity: 0;
}
to {
transform: none;
opacity: 1;
}
}
@keyframes scale {
from {
transform: scale(0.85);
opacity: 0;
}
to {
transform: none;
opacity: 1;
}
}
@-webkit-keyframes fade {
from {
opacity: 0;
}
to {
opacity: 0.75;
}
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 0.75;
}
}
/* VarelaRound-Regular */
@font-face {
font-family: 'Varela';
font-style: normal;
font-weight: 800;
src: local(''),
url('../fonts/VarelaRound-Regular.ttf') format('truetype');
} | 0.445771 | 0.113776 |
* {
margin: 0;
padding: 0;
}
body, html {
height: 100%;
display: grid;
font-family: 'Noto Sans KR', sans-serif;
background-color: #999999;
}
#container {
border: solid 1px #222;
box-shadow: 12px 12px 2px 1px rgba(20, 20, 70, .2);
width: 30%;
margin: auto 5%;
background-color: #f7f7f7;
padding: 0;
}
h1 {
background-color: rgba(192, 192, 192, 0.9);
color: white;
margin: 0;
padding: 1rem 2rem;
text-transform: uppercase;
font-size: 2rem;
font-weight: normal;
}
h2 {
background-color: rgba(192, 192, 192, 0.2);
margin: 0;
padding: 0 2rem;
text-transform: uppercase;
font-size: 1.5rem;
font-weight: normal;
}
.hello {
color: white;
padding: 1.5rem;
font-weight: 700;
font-size: 1.5rem;
}
.fa-pencil-alt {
float: right;
}
input {
margin: 0;
padding: 1rem 1rem 1rem 1.25rem;
width: 100%;
box-sizing: border-box;
font-size: 1.5rem;
border: solid 1px #f7f7f7;
color: #222;
background-color: #ddd;
}
input:focus {
background-color: white;
border: solid 1px #eee;
outline: none;
}
.new-to-do {
margin: 0;
padding: 0;
box-sizing: border-box;
display: flex;
background-color: white;
height: auto;
min-height: 2.5rem;
width: 100%;
line-height: 2.5rem;
color: #222;
/* Needs prefixing */
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}
.new-to-do:nth-child(2n) {
background-color: #eee;
}
.delete:hover {
min-width: 40px;
transition: 0.4s linear;
opacity: 1.0;
}
.delete {
background-color: #e74c3c;
padding-top: 1rem;
padding-bottom: 1rem;
margin-right: 20px;
height: auto;
min-width: 0;
width: 10px;
text-align: center;
color: white;
transition: 0.4s linear;
opacity: 0;
}
.text {
margin: 1rem 0;
height: 100%;
word-wrap: break-word;
cursor: default;
max-width: 100%;
box-sizing: border-box;
}
.completed {
color: grey;
text-decoration: line-through;
} | styles/styles.css | * {
margin: 0;
padding: 0;
}
body, html {
height: 100%;
display: grid;
font-family: 'Noto Sans KR', sans-serif;
background-color: #999999;
}
#container {
border: solid 1px #222;
box-shadow: 12px 12px 2px 1px rgba(20, 20, 70, .2);
width: 30%;
margin: auto 5%;
background-color: #f7f7f7;
padding: 0;
}
h1 {
background-color: rgba(192, 192, 192, 0.9);
color: white;
margin: 0;
padding: 1rem 2rem;
text-transform: uppercase;
font-size: 2rem;
font-weight: normal;
}
h2 {
background-color: rgba(192, 192, 192, 0.2);
margin: 0;
padding: 0 2rem;
text-transform: uppercase;
font-size: 1.5rem;
font-weight: normal;
}
.hello {
color: white;
padding: 1.5rem;
font-weight: 700;
font-size: 1.5rem;
}
.fa-pencil-alt {
float: right;
}
input {
margin: 0;
padding: 1rem 1rem 1rem 1.25rem;
width: 100%;
box-sizing: border-box;
font-size: 1.5rem;
border: solid 1px #f7f7f7;
color: #222;
background-color: #ddd;
}
input:focus {
background-color: white;
border: solid 1px #eee;
outline: none;
}
.new-to-do {
margin: 0;
padding: 0;
box-sizing: border-box;
display: flex;
background-color: white;
height: auto;
min-height: 2.5rem;
width: 100%;
line-height: 2.5rem;
color: #222;
/* Needs prefixing */
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}
.new-to-do:nth-child(2n) {
background-color: #eee;
}
.delete:hover {
min-width: 40px;
transition: 0.4s linear;
opacity: 1.0;
}
.delete {
background-color: #e74c3c;
padding-top: 1rem;
padding-bottom: 1rem;
margin-right: 20px;
height: auto;
min-width: 0;
width: 10px;
text-align: center;
color: white;
transition: 0.4s linear;
opacity: 0;
}
.text {
margin: 1rem 0;
height: 100%;
word-wrap: break-word;
cursor: default;
max-width: 100%;
box-sizing: border-box;
}
.completed {
color: grey;
text-decoration: line-through;
} | 0.538012 | 0.129046 |
body{
font-family: 'Montserrat', sans-serif;
}
html{
height: 100%;
}
p{
font-size: 13px;
color: #777777;
line-height: 24px;
font-family: 'Poppins', sans-serif;
}
nav{
position: fixed;
background: #fff;
z-index: 9;
width: 100%;
padding: 30px;
display: none;
-webkit-box-shadow: -5px 10px 12px -10px rgba(201,201,201,0.67);
-moz-box-shadow: -5px 10px 12px -10px rgba(201,201,201,0.67);
box-shadow: -5px 10px 12px -10px rgba(201,201,201,0.67);
}
.nav-menu{
float: right;
line-height: 32px;
}
nav ul li{
float: left;
margin-right: 15px;
font-family: 'Poppins', sans-serif;
font-size: 14px;
}
nav ul li a{
color: #000;
}
nav ul li a:hover{
color: #afafaf!important;
}
.logo{
float: left;
}
.responsive{
display: none;
font-size: 23px;
}
.active{
color:#afafaf;
}
footer{
background: #1f1f1f;
padding: 90px 0;
margin-top:90px;
text-align: center;
}
footer p{
line-height: 20px;
margin-top: 20px;
}
.site-button:focus{
outline: 0;
}
.nav-menu li a:focus{
color: #1f1f1f;
}
.ok{
background: green !important;
border: solid 2px green !important;
color: white;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.form-inp.reqError, .contact-form textarea.reqError {
border-color: #f00;
}
.content{
margin-top: 60px;
}
.subpage-nav{
display:block !important;
position: relative;
}
.page-title{
display: table-cell;
vertical-align: middle;
text-align: center;
z-index: 2;
position: relative;
}
.page-title h1{
font-size: 75px;
color: #fff;
font-weight: bold;
letter-spacing: -3px;
margin-bottom: 20px;
}
/*preloader */
#preloader {
background-color:#1f1f1f;
position: fixed;
top:0;
left:0;
width: 100%;
height: 100%;
z-index: 100;
display:table;
text-align: center;
}
.spinner {
margin:auto;
text-align: center;
display:table-cell;
vertical-align:middle;
}
@-webkit-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@-webkit-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@-moz-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@-ms-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@-moz-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@-webkit-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@-o-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
.uil-ripple-css {
background: none;
position: relative;
width: 200px;
height: 200px;
margin: 0 auto;
}
.uil-ripple-css div {
position: absolute;
top: 50%;
left: 50%;
margin: 0;
width: 0;
height: 0;
opacity: 0;
border-radius: 50%;
border-width: 12px;
border-style: solid;
-ms-animation: uil-ripple 2s ease-out infinite;
-moz-animation: uil-ripple 2s ease-out infinite;
-webkit-animation: uil-ripple 2s ease-out infinite;
-o-animation: uil-ripple 2s ease-out infinite;
animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
border-color: #fff;
}
.uil-ripple-css div:nth-of-type(2) {
border-color: #fff;
-ms-animation-delay: 1s;
-moz-animation-delay: 1s;
-webkit-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
}
/*------------------------ 2 Home ------------------------*/
.home{
background:url(../images/home.jpg) bottom center;
width: 100%;
display: table;
}
.home-content{
display: table-cell;
vertical-align: middle;
text-align: center;
z-index: 2;
position: relative;
}
.home-content h1{
font-size: 75px;
color: #fff;
font-weight: bold;
letter-spacing: -3px;
margin-bottom: 20px;
}
.home:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1;
}
.social{
height: 30px;
}
.social a{
color: #fff;
font-size: 15px;
margin:0 15px;
transition: all ease 0.3s;
}
.social a:hover{
transition: all ease 0.3s;
opacity: 0.5;
}
.home-down {
color: #fff;
font-size: 40px;
padding-top: 40px;
padding-left: 20px;
display: inline-block;
transition: all 0.3s ease;
}
.home-down:hover{
color: #fff;
transition:all 0.3s ease;
}
.home-down:focus{
color: #fff;
}
/* arrow css3 animation */
@-webkit-keyframes bounce {
0%, 100% {-webkit-transform: translateY(0);}
50% {-webkit-transform: translateY(-20px);}
}
@-moz-keyframes bounce {
0%, 100% {-moz-transform: translateY(0);}
50% {-moz-transform: translateY(-20px);}
}
@-o-keyframes bounce {
0%, 100% {-o-transform: translateY(0);}
50% {-o-transform: translateY(-20px);}
}
@keyframes bounce {
0%, 100% {transform: translateY(0);}
50% {transform: translateY(-20px);}
}
.bounce {
-webkit-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
border-radius:50%;
animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
-o-animation: bounce 2s infinite;
}
/*------------------------ 3 About ------------------------*/
.about{
padding-top:90px;
}
.about-image img{
width: 100%;
}
.about h2{
font-size: 23px;
line-height: 30px;
}
.about-text{
display: table;
height: 407px;
}
.out{
display: table-cell;
vertical-align: middle;
}
.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
.gray-bg{
margin-top: 90px;
background: #f6f6f6;
}
.what-can{
padding: 90px 0;
}
.what-can .feature{
text-align: center;
margin-bottom: 30px;
}
.what-can .feature i{
font-size: 40px;
}
.what-can .feature h3{
font-size: 13px;
letter-spacing: 1px;
margin-bottom: 11px;
}
.what-can .feature p{
line-height: 20px;
}
/*------------------------ 4 Portfolio ------------------------*/
.section-title{
text-align: center;
padding: 90px 0 60px 0;
}
.section-title h2{
font-size: 23px;
font-weight: bold;
}
.section-title p{
line-height: 20px;
}
.portfolio_filter{
text-align: center;
padding-top: 15px;
}
.portfolio_filter ul{
margin: auto;
display: inline-block;
}
.portfolio_filter ul li{
font-size: 14px;
color: #777777;
font-family: 'Poppins', sans-serif;
float: left;
margin-right: 15px;
list-style: none;
cursor: pointer;
}
.single_item {
position: relative;
margin-bottom: 30px;
}
.single_item img{
width: 100%;
transition: all ease 0.3s;
}
.single_item .details{
opacity: 0;
display: flex;
position: absolute;
left: 15px;
top: 0;
right: 15px;
bottom: 0;
padding: 15px;
text-align: center;
vertical-align: middle;
flex-direction: column;
justify-content: center;
resize: vertical;
overflow: auto;
color: black;
background: rgba(255, 255, 255, 0.8);
-webkit-animation: fadeOut 200ms ease-in;
-moz-animation: fadeOut 200ms ease-in;
-o-animation: fadeOut 200ms ease-in;
animation: fadeOut 200ms ease-in;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.single_item:hover .details{
opacity: 1;
-webkit-animation: fadeIn 200ms ease-in;
-moz-animation: fadeIn 200ms ease-in;
-o-animation: fadeIn 200ms ease-in;
animation: fadeIn 200ms ease-in;
}
.single_item .details .name{
font-size: 20px;
font-weight: bold;
}
.single_item .details .info{
font-size: 13px;
font-family: 'Poppins', sans-serif;
}
.single_item img:hover {
background: #ffffff;
transition: all ease 0.3s;
box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
top: -5px;
}
.select-cat{
color:#1f1f1f !important;
}
/*------------------------ 5 Blog ------------------------*/
.blog-image img{
width: 100%;
}
.blog-content{
margin-bottom:60px;
}
.blog h1{
font-size: 20px;
line-height: 24px;
margin: 25px 0 13px 0;
color: #1f1f1f;
font-family: 'Montserrat', sans-serif;
}
.blog-info{
font-size: 12px;
font-weight:400;
color: #b9b9b9;
}
.blog .site-button{
margin:0 auto 60px;
display: table;
}
.blog-single h1 {
font-size: 22px;
line-height: 24px;
margin: 25px 0 12px 0;
color: #1f1f1f;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}
.blog-single .blog-detail{
font-size: 13px;
color: #b9b9b9;
margin-bottom: 30px;
}
.blog-single .blog-detail span{
color: #1f1f1f;
}
.blog-single blockquote {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
line-height: 24px;
color: #1f1f1f;
border-left: 4px solid #1f1f1f;
padding-left: 20px;
margin: 40px 0;
}
.blog-single ul.list-style {
padding: 30px;
line-height: 24px;
}
.blog-single ul.list-style li {
font-size: 14px;
list-style: circle;
}
.lightbox-image img{
width: 100%;
padding-bottom: 30px;
}
.blog-single .post-lightbox{
padding: 30px 0 0;
}
.subtitle {
font-size: 22px;
line-height: 24px;
margin: 25px 0 30px 0;
color: #1f1f1f;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}
.post-comment {
float: left;
}
ul.post-comment li {
width: 100%;
float: left;
border-bottom: 1px solid #efefef;
padding: 15px 0;
list-style: none;
}
ul.post-comment li img {
width: 15%;
float: left;
}
ul.post-comment li .comment-info {
float: left;
width: 85%;
padding-left: 15px;
margin-top: 15px;
}
ul.post-comment li h3 {
float: left;
font-size: 14px;
}
ul.post-comment li a {
float: right;
font-size: 11px;
font-weight: bold;
color: #1f1f1f;
}
ul.post-comment li span {
float: left;
width: 100%;
font-size: 12px;
color: #c5c5c5;
margin-top: 3px;
}
ul.post-comment li p {
font-size: 12px;
line-height: 20px;
float: left;
margin-top: 6px;
}
.send-message{
margin-top:60px !important;
}
.send-message .subtitle{
margin-bottom:30px;
}
/*------------------------ 5 Contact ------------------------*/
.contact-info{
text-align: center;
}
.contact-info i{
width: 60px;
height: 60px;
text-align: center;
background: #1f1f1f;
border-radius: 50px;
color: #fff;
padding-top: 20px;
font-size: 20px;
margin-bottom: 15px;
}
.contact-info p{
line-height: 20px;
}
.section-title p{
margin-top:20px;
}
.form-inp {
width: 100%;
height: 45px;
border: 0;
color: #1f1f1f;
border-bottom: solid 1px #dfdfdf;
font-size: 13px;
padding-left: 10px;
margin-bottom: 15px;
font-family: 'Poppins', sans-serif;
}
.contact-form textarea {
width: 100%;
border: 0;
border-bottom: solid 1px #dfdfdf;
font-size: 13px;
padding: 20px 0 0 10px;
height: 119px;
margin-bottom: 15px;
font-family: 'Poppins', sans-serif;
}
.contact-form{
margin-top: 90px;
}
.contact-form .site-button{
margin: auto;
margin-top: 30px;
display: block;
}
.site-button{
padding: 13px 50px;
font-size: 12px;
background: none;
border: 2px solid;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
transition: all ease 0.3s;
}
a.site-button{
border: 2px solid #1f1f1f;
color: #1f1f1f;
}
.site-button:hover{
background: #1f1f1f;
color: #fff;
transition: all ease 0.3s;
}
/*------------------------ 6 Responsive ------------------------*/
/*max Width 992px */
@media screen and (max-width: 991px) {
.home-content h1{
font-size: 50px;
}
.what-can .feature{
padding: 0 30px;
}
}
/*max Width 768px */
@media screen and (max-width: 767px) {
.home-content h1{
font-size: 32px;
margin-bottom: 10px;
}
.contact-info{
margin-bottom: 30px;
padding: 0 50px;
}
.social a{
margin: 0 10px;
font-size: 12px;
}
nav{
padding:30px 15px;
}
.nav-menu{
margin-top: 40px;
display: none;
float: none;
width: 100%;
}
.nav-menu li{
float: none;
width: 100%;
text-align: center;
height: 45px;
border-top: 1px solid #f7f7f7;
line-height: 45px;
}
.responsive{
float: right;
display: block;
}
.about {
padding-top: 60px;
}
.about h2 {
margin-top: 30px;
}
.gray-bg {
margin-top: 30px;
}
.what-can {
padding: 45px 0;
}
.section-title {
padding: 60px 0 45px 0;
}
.portfolio_filter ul{
margin-top: 15px;
}
.portfolio_filter ul li{
height: 30px;
}
}
/*min Width 768px */
@media screen and (min-width: 768px) {
.nav-menu{
display: block!important;
}
}
/*------------------------ 7 Slider & Video Home ------------------------*/
.home-slider{
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
}
.slider{
background: none !important;
}
.home-video{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
} | css/style.css | body{
font-family: 'Montserrat', sans-serif;
}
html{
height: 100%;
}
p{
font-size: 13px;
color: #777777;
line-height: 24px;
font-family: 'Poppins', sans-serif;
}
nav{
position: fixed;
background: #fff;
z-index: 9;
width: 100%;
padding: 30px;
display: none;
-webkit-box-shadow: -5px 10px 12px -10px rgba(201,201,201,0.67);
-moz-box-shadow: -5px 10px 12px -10px rgba(201,201,201,0.67);
box-shadow: -5px 10px 12px -10px rgba(201,201,201,0.67);
}
.nav-menu{
float: right;
line-height: 32px;
}
nav ul li{
float: left;
margin-right: 15px;
font-family: 'Poppins', sans-serif;
font-size: 14px;
}
nav ul li a{
color: #000;
}
nav ul li a:hover{
color: #afafaf!important;
}
.logo{
float: left;
}
.responsive{
display: none;
font-size: 23px;
}
.active{
color:#afafaf;
}
footer{
background: #1f1f1f;
padding: 90px 0;
margin-top:90px;
text-align: center;
}
footer p{
line-height: 20px;
margin-top: 20px;
}
.site-button:focus{
outline: 0;
}
.nav-menu li a:focus{
color: #1f1f1f;
}
.ok{
background: green !important;
border: solid 2px green !important;
color: white;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.form-inp.reqError, .contact-form textarea.reqError {
border-color: #f00;
}
.content{
margin-top: 60px;
}
.subpage-nav{
display:block !important;
position: relative;
}
.page-title{
display: table-cell;
vertical-align: middle;
text-align: center;
z-index: 2;
position: relative;
}
.page-title h1{
font-size: 75px;
color: #fff;
font-weight: bold;
letter-spacing: -3px;
margin-bottom: 20px;
}
/*preloader */
#preloader {
background-color:#1f1f1f;
position: fixed;
top:0;
left:0;
width: 100%;
height: 100%;
z-index: 100;
display:table;
text-align: center;
}
.spinner {
margin:auto;
text-align: center;
display:table-cell;
vertical-align:middle;
}
@-webkit-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@-webkit-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@-moz-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@-ms-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@-moz-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@-webkit-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@-o-keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
@keyframes uil-ripple {
0% {
width: 0;
height: 0;
opacity: 0;
margin: 0 0 0 0;
}
33% {
width: 44%;
height: 44%;
margin: -22% 0 0 -22%;
opacity: 1;
}
100% {
width: 88%;
height: 88%;
margin: -44% 0 0 -44%;
opacity: 0;
}
}
.uil-ripple-css {
background: none;
position: relative;
width: 200px;
height: 200px;
margin: 0 auto;
}
.uil-ripple-css div {
position: absolute;
top: 50%;
left: 50%;
margin: 0;
width: 0;
height: 0;
opacity: 0;
border-radius: 50%;
border-width: 12px;
border-style: solid;
-ms-animation: uil-ripple 2s ease-out infinite;
-moz-animation: uil-ripple 2s ease-out infinite;
-webkit-animation: uil-ripple 2s ease-out infinite;
-o-animation: uil-ripple 2s ease-out infinite;
animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
border-color: #fff;
}
.uil-ripple-css div:nth-of-type(2) {
border-color: #fff;
-ms-animation-delay: 1s;
-moz-animation-delay: 1s;
-webkit-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
}
/*------------------------ 2 Home ------------------------*/
.home{
background:url(../images/home.jpg) bottom center;
width: 100%;
display: table;
}
.home-content{
display: table-cell;
vertical-align: middle;
text-align: center;
z-index: 2;
position: relative;
}
.home-content h1{
font-size: 75px;
color: #fff;
font-weight: bold;
letter-spacing: -3px;
margin-bottom: 20px;
}
.home:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1;
}
.social{
height: 30px;
}
.social a{
color: #fff;
font-size: 15px;
margin:0 15px;
transition: all ease 0.3s;
}
.social a:hover{
transition: all ease 0.3s;
opacity: 0.5;
}
.home-down {
color: #fff;
font-size: 40px;
padding-top: 40px;
padding-left: 20px;
display: inline-block;
transition: all 0.3s ease;
}
.home-down:hover{
color: #fff;
transition:all 0.3s ease;
}
.home-down:focus{
color: #fff;
}
/* arrow css3 animation */
@-webkit-keyframes bounce {
0%, 100% {-webkit-transform: translateY(0);}
50% {-webkit-transform: translateY(-20px);}
}
@-moz-keyframes bounce {
0%, 100% {-moz-transform: translateY(0);}
50% {-moz-transform: translateY(-20px);}
}
@-o-keyframes bounce {
0%, 100% {-o-transform: translateY(0);}
50% {-o-transform: translateY(-20px);}
}
@keyframes bounce {
0%, 100% {transform: translateY(0);}
50% {transform: translateY(-20px);}
}
.bounce {
-webkit-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
border-radius:50%;
animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
-o-animation: bounce 2s infinite;
}
/*------------------------ 3 About ------------------------*/
.about{
padding-top:90px;
}
.about-image img{
width: 100%;
}
.about h2{
font-size: 23px;
line-height: 30px;
}
.about-text{
display: table;
height: 407px;
}
.out{
display: table-cell;
vertical-align: middle;
}
.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
.gray-bg{
margin-top: 90px;
background: #f6f6f6;
}
.what-can{
padding: 90px 0;
}
.what-can .feature{
text-align: center;
margin-bottom: 30px;
}
.what-can .feature i{
font-size: 40px;
}
.what-can .feature h3{
font-size: 13px;
letter-spacing: 1px;
margin-bottom: 11px;
}
.what-can .feature p{
line-height: 20px;
}
/*------------------------ 4 Portfolio ------------------------*/
.section-title{
text-align: center;
padding: 90px 0 60px 0;
}
.section-title h2{
font-size: 23px;
font-weight: bold;
}
.section-title p{
line-height: 20px;
}
.portfolio_filter{
text-align: center;
padding-top: 15px;
}
.portfolio_filter ul{
margin: auto;
display: inline-block;
}
.portfolio_filter ul li{
font-size: 14px;
color: #777777;
font-family: 'Poppins', sans-serif;
float: left;
margin-right: 15px;
list-style: none;
cursor: pointer;
}
.single_item {
position: relative;
margin-bottom: 30px;
}
.single_item img{
width: 100%;
transition: all ease 0.3s;
}
.single_item .details{
opacity: 0;
display: flex;
position: absolute;
left: 15px;
top: 0;
right: 15px;
bottom: 0;
padding: 15px;
text-align: center;
vertical-align: middle;
flex-direction: column;
justify-content: center;
resize: vertical;
overflow: auto;
color: black;
background: rgba(255, 255, 255, 0.8);
-webkit-animation: fadeOut 200ms ease-in;
-moz-animation: fadeOut 200ms ease-in;
-o-animation: fadeOut 200ms ease-in;
animation: fadeOut 200ms ease-in;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.single_item:hover .details{
opacity: 1;
-webkit-animation: fadeIn 200ms ease-in;
-moz-animation: fadeIn 200ms ease-in;
-o-animation: fadeIn 200ms ease-in;
animation: fadeIn 200ms ease-in;
}
.single_item .details .name{
font-size: 20px;
font-weight: bold;
}
.single_item .details .info{
font-size: 13px;
font-family: 'Poppins', sans-serif;
}
.single_item img:hover {
background: #ffffff;
transition: all ease 0.3s;
box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
top: -5px;
}
.select-cat{
color:#1f1f1f !important;
}
/*------------------------ 5 Blog ------------------------*/
.blog-image img{
width: 100%;
}
.blog-content{
margin-bottom:60px;
}
.blog h1{
font-size: 20px;
line-height: 24px;
margin: 25px 0 13px 0;
color: #1f1f1f;
font-family: 'Montserrat', sans-serif;
}
.blog-info{
font-size: 12px;
font-weight:400;
color: #b9b9b9;
}
.blog .site-button{
margin:0 auto 60px;
display: table;
}
.blog-single h1 {
font-size: 22px;
line-height: 24px;
margin: 25px 0 12px 0;
color: #1f1f1f;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}
.blog-single .blog-detail{
font-size: 13px;
color: #b9b9b9;
margin-bottom: 30px;
}
.blog-single .blog-detail span{
color: #1f1f1f;
}
.blog-single blockquote {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
line-height: 24px;
color: #1f1f1f;
border-left: 4px solid #1f1f1f;
padding-left: 20px;
margin: 40px 0;
}
.blog-single ul.list-style {
padding: 30px;
line-height: 24px;
}
.blog-single ul.list-style li {
font-size: 14px;
list-style: circle;
}
.lightbox-image img{
width: 100%;
padding-bottom: 30px;
}
.blog-single .post-lightbox{
padding: 30px 0 0;
}
.subtitle {
font-size: 22px;
line-height: 24px;
margin: 25px 0 30px 0;
color: #1f1f1f;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}
.post-comment {
float: left;
}
ul.post-comment li {
width: 100%;
float: left;
border-bottom: 1px solid #efefef;
padding: 15px 0;
list-style: none;
}
ul.post-comment li img {
width: 15%;
float: left;
}
ul.post-comment li .comment-info {
float: left;
width: 85%;
padding-left: 15px;
margin-top: 15px;
}
ul.post-comment li h3 {
float: left;
font-size: 14px;
}
ul.post-comment li a {
float: right;
font-size: 11px;
font-weight: bold;
color: #1f1f1f;
}
ul.post-comment li span {
float: left;
width: 100%;
font-size: 12px;
color: #c5c5c5;
margin-top: 3px;
}
ul.post-comment li p {
font-size: 12px;
line-height: 20px;
float: left;
margin-top: 6px;
}
.send-message{
margin-top:60px !important;
}
.send-message .subtitle{
margin-bottom:30px;
}
/*------------------------ 5 Contact ------------------------*/
.contact-info{
text-align: center;
}
.contact-info i{
width: 60px;
height: 60px;
text-align: center;
background: #1f1f1f;
border-radius: 50px;
color: #fff;
padding-top: 20px;
font-size: 20px;
margin-bottom: 15px;
}
.contact-info p{
line-height: 20px;
}
.section-title p{
margin-top:20px;
}
.form-inp {
width: 100%;
height: 45px;
border: 0;
color: #1f1f1f;
border-bottom: solid 1px #dfdfdf;
font-size: 13px;
padding-left: 10px;
margin-bottom: 15px;
font-family: 'Poppins', sans-serif;
}
.contact-form textarea {
width: 100%;
border: 0;
border-bottom: solid 1px #dfdfdf;
font-size: 13px;
padding: 20px 0 0 10px;
height: 119px;
margin-bottom: 15px;
font-family: 'Poppins', sans-serif;
}
.contact-form{
margin-top: 90px;
}
.contact-form .site-button{
margin: auto;
margin-top: 30px;
display: block;
}
.site-button{
padding: 13px 50px;
font-size: 12px;
background: none;
border: 2px solid;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
transition: all ease 0.3s;
}
a.site-button{
border: 2px solid #1f1f1f;
color: #1f1f1f;
}
.site-button:hover{
background: #1f1f1f;
color: #fff;
transition: all ease 0.3s;
}
/*------------------------ 6 Responsive ------------------------*/
/*max Width 992px */
@media screen and (max-width: 991px) {
.home-content h1{
font-size: 50px;
}
.what-can .feature{
padding: 0 30px;
}
}
/*max Width 768px */
@media screen and (max-width: 767px) {
.home-content h1{
font-size: 32px;
margin-bottom: 10px;
}
.contact-info{
margin-bottom: 30px;
padding: 0 50px;
}
.social a{
margin: 0 10px;
font-size: 12px;
}
nav{
padding:30px 15px;
}
.nav-menu{
margin-top: 40px;
display: none;
float: none;
width: 100%;
}
.nav-menu li{
float: none;
width: 100%;
text-align: center;
height: 45px;
border-top: 1px solid #f7f7f7;
line-height: 45px;
}
.responsive{
float: right;
display: block;
}
.about {
padding-top: 60px;
}
.about h2 {
margin-top: 30px;
}
.gray-bg {
margin-top: 30px;
}
.what-can {
padding: 45px 0;
}
.section-title {
padding: 60px 0 45px 0;
}
.portfolio_filter ul{
margin-top: 15px;
}
.portfolio_filter ul li{
height: 30px;
}
}
/*min Width 768px */
@media screen and (min-width: 768px) {
.nav-menu{
display: block!important;
}
}
/*------------------------ 7 Slider & Video Home ------------------------*/
.home-slider{
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
}
.slider{
background: none !important;
}
.home-video{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
} | 0.236781 | 0.073397 |
@CHARSET "ISO-8859-1";
/*
palette
@gray-base
#000
@gray-darker
lighten(@gray-base, 13.5%)
@gray-dark
lighten(@gray-base, 20%)
@gray
lighten(@gray-base, 33.5%)
@gray-light
lighten(@gray-base, 46.7%)
@gray-lighter
lighten(@gray-base, 93.5%)
@brand-primary
darken(#3486ab, 6.5%)
@brand-success
#25945C
@brand-info
#48B3DF
@brand-warning
#DD7E09
@brand-danger
*/
@font-face {
font-family: sample;
src: local("Sample"), url(../fonts/chape1al.ttf);
}
@font-face {
font-family: 'Josefin Sans';
src: url(../fonts/JosefinSans-Light.ttf);
}
html {
height: 100%;
}
html, body, h1, h2, h3, h4, h5 {
font-family: 'Josefin Sans', sans-serif;
}
h1 {
color: #2c7292;
/* margin-left: 30px; */
}
h5, .h5 {
font-size: 16px;
}
body {
font-size: 20px;
height: 100%;
}
p {
text-indent: 50px;
margin: 0 0 20px;
}
blockquote {
float: right;
margin-left: 25px;
padding: 25px;
max-width: 300px;
border: 0px;
font-size: 18px;
background-color: #399442;
color: #fff;
}
blockquote:before {
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
.body {
min-height: 100%
}
.col-text {
overflow: hidden;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus
{
color: #fff;
background-color: #2c7292;
border-color: #2c7292;
}
/** MEDIA **/
.media-object {
max-height: 50px;
max-width: 50px;
border-radius: 25px;
}
.media-body {
font-size: 18px;
vertical-align: middle;
}
.form-control {
font-size: 18px;
}
.input-group-addon {
font-size: 18px;
background-color: transparent;
border: 0px;
}
.clearfix {
height: 25px;
margin-bottom: 25px;
}
li.user-option, div.user-option, a.user-option,
.dropdown-menu>li>a.user-option {
display: none;
}
.img-responsive {
margin: auto;
}
.text-error {
color: red;
}
.page {
position: relative;
height: 100%;
}
.alert {
display: none;
}
.no-color {
color: #ffffff;
}
.no-color a{
color: #ffffff;
}
.no-color h1, .no-color h2{
color: #ffffff;
}
.btn-default-inverse {
font-size: 24px;
color: #2c7292;
border: 2px solid #2c7292;
background-color: transparent;
}
.btn-default-inverse:hover, .btn-default-inverse:focus,
.btn-default-inverse:active {
color: #3486ab;
}
.no-color .btn-default-inverse {
font-size: 24px;
color: #ddd;
border: 2px solid #ddd;
background-color: transparent;
}
.no-color .btn-default-inverse:hover, .no-color .btn-default-inverse:focus,
.no-color .btn-default-inverse:active {
color: #fff;
border: 2px solid #fff;
}
.col-centered {
float: none;
margin: 0 auto;
}
.col-center {
text-align: center;
}
.col-right {
text-align: right;
}
.col-left {
text-align: left;
}
.popover-default {
width: 300px;
}
.bottom {
position: absolute;
bottom: 0;
}
.right {
/* align content */
text-align: right;
/* align self */
position: absolute;
right: 0;
}
.left {
text-align: left;
}
.header-title {
border-bottom: 1px solid;
}
.plain-link {
text-decoration: underline;
}
.tab-pane {
padding-top: 50px;
padding-bottom: 20px;
}
/* .panel-body {
min-height: 100%;
} */
.panel-body-title {
position: relative;
cursor: pointer;
padding: 10px 15px;
min-height: 40px;
margin-bottom: -1px;
margin-left: -16px;
margin-right: -16px;
border: 1px solid #ddd;
}
.panel-body-title-left {
float: left;
}
.panel-body-title-right {
float: right;
}
.page-body-ad {
position: relative;
border: 1px solid #ddd;
margin-bottom: 10px;
margin-top: 10px;
padding-left: 5px;
height: 250px;
display: block;
cursor: pointer;
}
.page-body-ad-content {
position: relative;
cursor: pointer;
}
.page-body-ad-image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
overflow: hidden;
/* SIZE */
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/* .page-body-ad-image.thumbnail {
FILTER
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
} */
.page-body-ad-title {
/* min-height: 103px; */
padding-bottom: 10px;
}
.page-body-ad-wrapper {
position: absolute;
width: 100%;
bottom: 0px;
margin-left: -5px;
padding-left: 10px;
padding-right: 10px;
z-index: 2;
overflow: hidden;
color: #ffffff;
/* GRADIENT */
background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8),
rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8),
rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8),
rgba(255, 255, 255, 0)); /* For Firefox 3.6 to 15 */
background: linear-gradient(to top, rgba(0, 0, 0, 0.8),
rgba(255, 255, 255, 0)); /* Standard syntax (must be last) */
}
.page-body-ad-wrapper>.page-body-ad-content {
display: none;
/* height: 100%; */
}
.page-body-ad-wrapper>.page-body-ad-content button {
right: 0px;
}
.btn.btn-transparent {
background: none;
padding: 6px 12px;
}
.btn-default {
color: #fff;
background-color: #2c7292;
border-color: #2c7292;
}
.btn-default:hover {
color: #fff;
background-color: #3486ab;
border-color: #3486ab;
}
.btn-default.btn-transparent {
border: 1px solid #ffffff;
color: #ffffff;
}
.btn-default.outline:hover, .btn-default.btn-transparent:focus,
.btn-default.btn-transparent:active, .btn-default.btn-transparent.active,
.open>.dropdown-toggle.btn-default {
color: #33a6cc;
border-color: #33a6cc;
}
.btn-default.btn-transparent:active, .btn-default.btn-transparent.active
{
border-color: #007299;
color: #007299;
box-shadow: none;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover,
.btn-default:focus, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
color: #fff;
background-color: #007299;
border-color: #007299;
}
/* NAVBAR */
.navbar-brand {
padding: 15px 0px 5px 0px;
font-family: 'Sample';
font-size: 24px;
}
.navbar-brand>a {
color: #399442;
}
.navbar-brand>a>span {
color: #bc393b;
font-size: 16px;
}
.navbar-center {
width: 80%;
text-align: center;
}
.navbar-left {
float: left;
text-align: left;
padding-left: 20px;
/* padding-right: 20px; */
/* width: 10%; */
}
.navbar-right a:hover, .navbar-left a:hover, .navbar-right a:focus,
.navbar-left a:focus {
text-decoration: none;
}
.navbar-default {
background: rgba(255, 255, 255, 0.7);
border-bottom-width: 0px;
}
.navbar-center>a>img {
height: 30px;
}
.navbar-brand>a>img {
margin-top: 5px;
height: 30px;
}
.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
nav.navbar.main-navbar {
/* box-shadow: 0 0 10px 0 #aaaaaa; */
border-bottom: 1px solid #5ea865;
}
.navbar-nav>li>a:hover {
background-color: rgb(255,255,255);
}
.navbar-nav>li {
border-bottom: 5px solid #ffffff;
}
.navbar-nav>li:hover, .navbar-nav>li.navbar-nav-active {
border-bottom-color: #2c7292;
}
.dropdown-menu {
font-size: 18px;
}
.main-navbar {
text-align: center;
}
button.navbar-toggle {
height: 40px;
width: 40px;
text-align: center;
color: #5ea865;
border-radius: 25px;
text-decoration: none;
}
@media (min-width: 768px) {
.navbar-header, .navbar-right, .navbar-list {
float: right;
text-align: right;
/* padding-left: 10px; */
padding-right: 20px;
/* width: 10%; */
}
.navbar-visible {
display: inline-block;
}
.navbar-nav>li>select {
padding-top: 15px;
padding-bottom: 15px;
}
.navbar-nav>li>select {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
.nav>li>select {
position: relative;
display: block;
padding: 10px 15px;
}
}
/* FIM NAVBAR */
.page-body {
position: relative;
}
.img-small {
max-height: 100px;
}
/* .page-body-left {
float: left;
width: 30%;
} */
/* .page-body-right {
float: right;
width: 70%;
} */
.panel-heading, .panel-footer {
text-align: right;
}
.modal-body > div {
overflow: hidden;
padding-right: 5px;
}
/* .supporters-fair {
margin-top: 25px;
padding-top: 5px;
padding-bottom: 25px;
}
.supporters-fair-title {
text-align: center;
}
.supporters-fair-content img {
width: 100%;
-webkit-filter: grayscale(100%); Safari 6.0 - 9.0
filter: grayscale(100%);
}
#pg-footer {
// min-height: 300px;
//background: url("../img/cover-top.png") no-repeat 0 -140%;
background-color: #f5f5f5;
margin-left: -7px;
margin-bottom: -11px;
}*/
.footer {
position: relative;
margin-top: 40px;
}
.footer-inner {
background-color: #f5f5f5;
margin-left: -15px;
margin-right: -15px;
position: absolute;
bottom: 0;
width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 969px) {
/* section.container, section.container-fluid {
padding: 50px;
} */
/* .navbar-default {
background: rgba(255, 255, 255, 1);
}
*/ .navbar-center>a>img {
display: none;
}
/* .page-left-panel {
display: none;
} */
}
@media screen and (min-width: 970px) and (max-width: 1169px) {
/* section.container, section.container-fluid {
padding: 50px 100px 50px 100px;
} */
}
@media screen and (min-width: 1170px) {
/* section.container, section.container-fluid {
padding: 50px 150px 50px 150px;
} */
}
@media screen and (min-width: 970px) {
.navbar-default {
display: none;
}
.navbar .navbar-nav {
font-size: 24px;
}
}
@media screen and (max-width: 970px) {
/* .page-body-left, #panel-login, #panel-search {
display: none;
} */
/* #panel-login, #panel-search {
position: absolute;
} */
/* .page-body-right {
width: 100%;
} */
.img-thumbnail{
max-height: 300px;
}
.row {
margin-left: 0;
margin-right: 0;
}
}
@media screen and (max-width: 749px) {
.row {
margin-left: -10px;
margin-right: -10px;
}
.navbar {
background-color: #ffffff;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
/* .navbar-right, .navbar-left {
padding-left: 0px;
padding-right: 0px;
} */
.navbar-right a, .navbar-left a {
height: 40px;
width: 40px;
/* padding-top: 10px; */
text-align: center;
display: block;
/* color: #333333;
border: solid 1px #333333;
border-radius: 25px;
text-decoration: none; */
}
#carousel-fade {
margin-top: 50px;
}
button.navbar-toggle {
display: block;
}
.navbar-list,.navbar-center {
width: 100%;
text-align: center;
}
.panel-body {
margin-top: 50px;
}
.footer {
margin-top: 100px;
}
}
/*
THEME
*/
.supporters img {
height: 150px;
}
/*
TEMP
*/
.row-event {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
font-family: 'Cuprum', sans-serif;
font-size: 32px;
color: #20804f;
}
/* BLOG STYLING */
.article p {
text-align: justify;
}
.article .ad {
padding: 25px;
font-size: 18px;
background-color: #ccc;
}
.article img {
max-width: 70%;
}
.form-group i{
font-size: 12px;
} | sample-web-client-2/src/main/webapp/css/default.css | @CHARSET "ISO-8859-1";
/*
palette
@gray-base
#000
@gray-darker
lighten(@gray-base, 13.5%)
@gray-dark
lighten(@gray-base, 20%)
@gray
lighten(@gray-base, 33.5%)
@gray-light
lighten(@gray-base, 46.7%)
@gray-lighter
lighten(@gray-base, 93.5%)
@brand-primary
darken(#3486ab, 6.5%)
@brand-success
#25945C
@brand-info
#48B3DF
@brand-warning
#DD7E09
@brand-danger
*/
@font-face {
font-family: sample;
src: local("Sample"), url(../fonts/chape1al.ttf);
}
@font-face {
font-family: 'Josefin Sans';
src: url(../fonts/JosefinSans-Light.ttf);
}
html {
height: 100%;
}
html, body, h1, h2, h3, h4, h5 {
font-family: 'Josefin Sans', sans-serif;
}
h1 {
color: #2c7292;
/* margin-left: 30px; */
}
h5, .h5 {
font-size: 16px;
}
body {
font-size: 20px;
height: 100%;
}
p {
text-indent: 50px;
margin: 0 0 20px;
}
blockquote {
float: right;
margin-left: 25px;
padding: 25px;
max-width: 300px;
border: 0px;
font-size: 18px;
background-color: #399442;
color: #fff;
}
blockquote:before {
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
.body {
min-height: 100%
}
.col-text {
overflow: hidden;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus
{
color: #fff;
background-color: #2c7292;
border-color: #2c7292;
}
/** MEDIA **/
.media-object {
max-height: 50px;
max-width: 50px;
border-radius: 25px;
}
.media-body {
font-size: 18px;
vertical-align: middle;
}
.form-control {
font-size: 18px;
}
.input-group-addon {
font-size: 18px;
background-color: transparent;
border: 0px;
}
.clearfix {
height: 25px;
margin-bottom: 25px;
}
li.user-option, div.user-option, a.user-option,
.dropdown-menu>li>a.user-option {
display: none;
}
.img-responsive {
margin: auto;
}
.text-error {
color: red;
}
.page {
position: relative;
height: 100%;
}
.alert {
display: none;
}
.no-color {
color: #ffffff;
}
.no-color a{
color: #ffffff;
}
.no-color h1, .no-color h2{
color: #ffffff;
}
.btn-default-inverse {
font-size: 24px;
color: #2c7292;
border: 2px solid #2c7292;
background-color: transparent;
}
.btn-default-inverse:hover, .btn-default-inverse:focus,
.btn-default-inverse:active {
color: #3486ab;
}
.no-color .btn-default-inverse {
font-size: 24px;
color: #ddd;
border: 2px solid #ddd;
background-color: transparent;
}
.no-color .btn-default-inverse:hover, .no-color .btn-default-inverse:focus,
.no-color .btn-default-inverse:active {
color: #fff;
border: 2px solid #fff;
}
.col-centered {
float: none;
margin: 0 auto;
}
.col-center {
text-align: center;
}
.col-right {
text-align: right;
}
.col-left {
text-align: left;
}
.popover-default {
width: 300px;
}
.bottom {
position: absolute;
bottom: 0;
}
.right {
/* align content */
text-align: right;
/* align self */
position: absolute;
right: 0;
}
.left {
text-align: left;
}
.header-title {
border-bottom: 1px solid;
}
.plain-link {
text-decoration: underline;
}
.tab-pane {
padding-top: 50px;
padding-bottom: 20px;
}
/* .panel-body {
min-height: 100%;
} */
.panel-body-title {
position: relative;
cursor: pointer;
padding: 10px 15px;
min-height: 40px;
margin-bottom: -1px;
margin-left: -16px;
margin-right: -16px;
border: 1px solid #ddd;
}
.panel-body-title-left {
float: left;
}
.panel-body-title-right {
float: right;
}
.page-body-ad {
position: relative;
border: 1px solid #ddd;
margin-bottom: 10px;
margin-top: 10px;
padding-left: 5px;
height: 250px;
display: block;
cursor: pointer;
}
.page-body-ad-content {
position: relative;
cursor: pointer;
}
.page-body-ad-image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
overflow: hidden;
/* SIZE */
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/* .page-body-ad-image.thumbnail {
FILTER
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
} */
.page-body-ad-title {
/* min-height: 103px; */
padding-bottom: 10px;
}
.page-body-ad-wrapper {
position: absolute;
width: 100%;
bottom: 0px;
margin-left: -5px;
padding-left: 10px;
padding-right: 10px;
z-index: 2;
overflow: hidden;
color: #ffffff;
/* GRADIENT */
background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8),
rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8),
rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8),
rgba(255, 255, 255, 0)); /* For Firefox 3.6 to 15 */
background: linear-gradient(to top, rgba(0, 0, 0, 0.8),
rgba(255, 255, 255, 0)); /* Standard syntax (must be last) */
}
.page-body-ad-wrapper>.page-body-ad-content {
display: none;
/* height: 100%; */
}
.page-body-ad-wrapper>.page-body-ad-content button {
right: 0px;
}
.btn.btn-transparent {
background: none;
padding: 6px 12px;
}
.btn-default {
color: #fff;
background-color: #2c7292;
border-color: #2c7292;
}
.btn-default:hover {
color: #fff;
background-color: #3486ab;
border-color: #3486ab;
}
.btn-default.btn-transparent {
border: 1px solid #ffffff;
color: #ffffff;
}
.btn-default.outline:hover, .btn-default.btn-transparent:focus,
.btn-default.btn-transparent:active, .btn-default.btn-transparent.active,
.open>.dropdown-toggle.btn-default {
color: #33a6cc;
border-color: #33a6cc;
}
.btn-default.btn-transparent:active, .btn-default.btn-transparent.active
{
border-color: #007299;
color: #007299;
box-shadow: none;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover,
.btn-default:focus, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
color: #fff;
background-color: #007299;
border-color: #007299;
}
/* NAVBAR */
.navbar-brand {
padding: 15px 0px 5px 0px;
font-family: 'Sample';
font-size: 24px;
}
.navbar-brand>a {
color: #399442;
}
.navbar-brand>a>span {
color: #bc393b;
font-size: 16px;
}
.navbar-center {
width: 80%;
text-align: center;
}
.navbar-left {
float: left;
text-align: left;
padding-left: 20px;
/* padding-right: 20px; */
/* width: 10%; */
}
.navbar-right a:hover, .navbar-left a:hover, .navbar-right a:focus,
.navbar-left a:focus {
text-decoration: none;
}
.navbar-default {
background: rgba(255, 255, 255, 0.7);
border-bottom-width: 0px;
}
.navbar-center>a>img {
height: 30px;
}
.navbar-brand>a>img {
margin-top: 5px;
height: 30px;
}
.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
nav.navbar.main-navbar {
/* box-shadow: 0 0 10px 0 #aaaaaa; */
border-bottom: 1px solid #5ea865;
}
.navbar-nav>li>a:hover {
background-color: rgb(255,255,255);
}
.navbar-nav>li {
border-bottom: 5px solid #ffffff;
}
.navbar-nav>li:hover, .navbar-nav>li.navbar-nav-active {
border-bottom-color: #2c7292;
}
.dropdown-menu {
font-size: 18px;
}
.main-navbar {
text-align: center;
}
button.navbar-toggle {
height: 40px;
width: 40px;
text-align: center;
color: #5ea865;
border-radius: 25px;
text-decoration: none;
}
@media (min-width: 768px) {
.navbar-header, .navbar-right, .navbar-list {
float: right;
text-align: right;
/* padding-left: 10px; */
padding-right: 20px;
/* width: 10%; */
}
.navbar-visible {
display: inline-block;
}
.navbar-nav>li>select {
padding-top: 15px;
padding-bottom: 15px;
}
.navbar-nav>li>select {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
.nav>li>select {
position: relative;
display: block;
padding: 10px 15px;
}
}
/* FIM NAVBAR */
.page-body {
position: relative;
}
.img-small {
max-height: 100px;
}
/* .page-body-left {
float: left;
width: 30%;
} */
/* .page-body-right {
float: right;
width: 70%;
} */
.panel-heading, .panel-footer {
text-align: right;
}
.modal-body > div {
overflow: hidden;
padding-right: 5px;
}
/* .supporters-fair {
margin-top: 25px;
padding-top: 5px;
padding-bottom: 25px;
}
.supporters-fair-title {
text-align: center;
}
.supporters-fair-content img {
width: 100%;
-webkit-filter: grayscale(100%); Safari 6.0 - 9.0
filter: grayscale(100%);
}
#pg-footer {
// min-height: 300px;
//background: url("../img/cover-top.png") no-repeat 0 -140%;
background-color: #f5f5f5;
margin-left: -7px;
margin-bottom: -11px;
}*/
.footer {
position: relative;
margin-top: 40px;
}
.footer-inner {
background-color: #f5f5f5;
margin-left: -15px;
margin-right: -15px;
position: absolute;
bottom: 0;
width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 969px) {
/* section.container, section.container-fluid {
padding: 50px;
} */
/* .navbar-default {
background: rgba(255, 255, 255, 1);
}
*/ .navbar-center>a>img {
display: none;
}
/* .page-left-panel {
display: none;
} */
}
@media screen and (min-width: 970px) and (max-width: 1169px) {
/* section.container, section.container-fluid {
padding: 50px 100px 50px 100px;
} */
}
@media screen and (min-width: 1170px) {
/* section.container, section.container-fluid {
padding: 50px 150px 50px 150px;
} */
}
@media screen and (min-width: 970px) {
.navbar-default {
display: none;
}
.navbar .navbar-nav {
font-size: 24px;
}
}
@media screen and (max-width: 970px) {
/* .page-body-left, #panel-login, #panel-search {
display: none;
} */
/* #panel-login, #panel-search {
position: absolute;
} */
/* .page-body-right {
width: 100%;
} */
.img-thumbnail{
max-height: 300px;
}
.row {
margin-left: 0;
margin-right: 0;
}
}
@media screen and (max-width: 749px) {
.row {
margin-left: -10px;
margin-right: -10px;
}
.navbar {
background-color: #ffffff;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
/* .navbar-right, .navbar-left {
padding-left: 0px;
padding-right: 0px;
} */
.navbar-right a, .navbar-left a {
height: 40px;
width: 40px;
/* padding-top: 10px; */
text-align: center;
display: block;
/* color: #333333;
border: solid 1px #333333;
border-radius: 25px;
text-decoration: none; */
}
#carousel-fade {
margin-top: 50px;
}
button.navbar-toggle {
display: block;
}
.navbar-list,.navbar-center {
width: 100%;
text-align: center;
}
.panel-body {
margin-top: 50px;
}
.footer {
margin-top: 100px;
}
}
/*
THEME
*/
.supporters img {
height: 150px;
}
/*
TEMP
*/
.row-event {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
font-family: 'Cuprum', sans-serif;
font-size: 32px;
color: #20804f;
}
/* BLOG STYLING */
.article p {
text-align: justify;
}
.article .ad {
padding: 25px;
font-size: 18px;
background-color: #ccc;
}
.article img {
max-width: 70%;
}
.form-group i{
font-size: 12px;
} | 0.261331 | 0.063222 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
background: linear-gradient(100deg, #1e1f29, #343650);
}
.container {
width: 100%;
min-height: 100vh;
max-width: 1440px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 20px;
}
.container > h1 {
font-size: 2.5rem;
color: #fff;
text-align: center;
margin: 120px 0 100px 0;
}
@media (max-width: 700px) {
.container > h1 {
margin: 50px 0;
}
}
.timer-container {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 20px 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 700px) {
.timer-container {
-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;
}
}
.card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 20px;
margin-bottom: 20px;
}
.card:first-child {
margin-left: 0;
}
.card div {
background: #343650;
padding: 10px 20px;
text-align: center;
border-radius: 5px;
-webkit-box-shadow: 0 0 10px 3px #000;
box-shadow: 0 0 10px 3px #000;
}
.card span {
font-size: 8rem;
color: #fb6087;
}
.card p {
font-size: 1.8rem;
color: #8486a9;
margin-top: 15px;
}
@media (max-width: 700px) {
.card {
margin-left: 0;
margin-bottom: 20px;
}
}
.btn-modal {
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;
text-decoration: none;
font-size: 2.5rem;
color: #fff;
font-size: 1.6rem;
margin: 25px 0;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.btn-modal:hover {
color: #fb6087;
}
@media (max-width: 700px) {
.btn-modal {
margin: 0 0 30px 0;
}
}
.footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding-bottom: 20px;
}
.footer a {
margin-left: 30px;
}
.footer a:first-child {
margin-left: 0;
}
.modal-container {
display: none;
}
.modal-container.show {
background: rgba(30, 31, 41, 0.8);
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
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;
}
.modal-container.show .modal {
position: relative;
width: 500px;
padding: 20px;
background: #343650;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.modal-container.show .modal h1 {
font-size: 2.5rem;
color: #fff;
text-align: center;
margin-bottom: 20px;
}
.modal-container.show .modal label {
font-size: 2.5rem;
color: #fff;
font-size: 1.8rem;
text-transform: uppercase;
margin-bottom: 5px;
}
.modal-container.show .modal input {
padding: 10px;
margin-bottom: 20px;
}
.modal-container.show .modal button {
display: block;
width: 200px;
padding: 15px 0;
text-transform: uppercase;
background: #1e1f29;
color: #fff;
border: none;
cursor: pointer;
-webkit-transition: .3s;
transition: .3s;
}
.modal-container.show .modal button:hover {
background: #fb6087;
}
/*# sourceMappingURL=style.css.map */ | public/css/style.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
background: linear-gradient(100deg, #1e1f29, #343650);
}
.container {
width: 100%;
min-height: 100vh;
max-width: 1440px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 20px;
}
.container > h1 {
font-size: 2.5rem;
color: #fff;
text-align: center;
margin: 120px 0 100px 0;
}
@media (max-width: 700px) {
.container > h1 {
margin: 50px 0;
}
}
.timer-container {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 20px 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 700px) {
.timer-container {
-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;
}
}
.card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 20px;
margin-bottom: 20px;
}
.card:first-child {
margin-left: 0;
}
.card div {
background: #343650;
padding: 10px 20px;
text-align: center;
border-radius: 5px;
-webkit-box-shadow: 0 0 10px 3px #000;
box-shadow: 0 0 10px 3px #000;
}
.card span {
font-size: 8rem;
color: #fb6087;
}
.card p {
font-size: 1.8rem;
color: #8486a9;
margin-top: 15px;
}
@media (max-width: 700px) {
.card {
margin-left: 0;
margin-bottom: 20px;
}
}
.btn-modal {
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;
text-decoration: none;
font-size: 2.5rem;
color: #fff;
font-size: 1.6rem;
margin: 25px 0;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.btn-modal:hover {
color: #fb6087;
}
@media (max-width: 700px) {
.btn-modal {
margin: 0 0 30px 0;
}
}
.footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding-bottom: 20px;
}
.footer a {
margin-left: 30px;
}
.footer a:first-child {
margin-left: 0;
}
.modal-container {
display: none;
}
.modal-container.show {
background: rgba(30, 31, 41, 0.8);
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
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;
}
.modal-container.show .modal {
position: relative;
width: 500px;
padding: 20px;
background: #343650;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.modal-container.show .modal h1 {
font-size: 2.5rem;
color: #fff;
text-align: center;
margin-bottom: 20px;
}
.modal-container.show .modal label {
font-size: 2.5rem;
color: #fff;
font-size: 1.8rem;
text-transform: uppercase;
margin-bottom: 5px;
}
.modal-container.show .modal input {
padding: 10px;
margin-bottom: 20px;
}
.modal-container.show .modal button {
display: block;
width: 200px;
padding: 15px 0;
text-transform: uppercase;
background: #1e1f29;
color: #fff;
border: none;
cursor: pointer;
-webkit-transition: .3s;
transition: .3s;
}
.modal-container.show .modal button:hover {
background: #fb6087;
}
/*# sourceMappingURL=style.css.map */ | 0.332635 | 0.054879 |
@font-face{
font-family: 'Source Code Pro';
font-weight: 200;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-ExtraLight.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-ExtraLight.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-ExtraLight.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-ExtraLight.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-ExtraLight.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 200;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-ExtraLightIt.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-ExtraLightIt.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-ExtraLightIt.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-ExtraLightIt.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-ExtraLightIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 300;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-Light.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-Light.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-Light.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-Light.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-Light.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 300;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-LightIt.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-LightIt.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-LightIt.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-LightIt.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-LightIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 400;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-Regular.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-Regular.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-Regular.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-Regular.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-Regular.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 400;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-It.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-It.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-It.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-It.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-It.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 500;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-Medium.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-Medium.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-Medium.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-Medium.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-Medium.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 500;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-MediumIt.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-MediumIt.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-MediumIt.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-MediumIt.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-MediumIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 600;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-Semibold.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-Semibold.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-Semibold.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-Semibold.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-Semibold.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 600;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-SemiboldIt.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-SemiboldIt.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-SemiboldIt.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-SemiboldIt.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-SemiboldIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 700;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-Bold.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-Bold.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-Bold.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-Bold.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-Bold.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 700;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-BoldIt.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-BoldIt.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-BoldIt.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-BoldIt.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-BoldIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 900;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-Black.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-Black.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-Black.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-Black.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-Black.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 900;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-BlackIt.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-BlackIt.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-BlackIt.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-BlackIt.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-BlackIt.ttf') format('truetype');
} | doc/_static/font-source-code-pro.css | @font-face{
font-family: 'Source Code Pro';
font-weight: 200;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-ExtraLight.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-ExtraLight.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-ExtraLight.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-ExtraLight.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-ExtraLight.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 200;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-ExtraLightIt.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-ExtraLightIt.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-ExtraLightIt.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-ExtraLightIt.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-ExtraLightIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 300;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-Light.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-Light.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-Light.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-Light.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-Light.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 300;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-LightIt.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-LightIt.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-LightIt.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-LightIt.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-LightIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 400;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-Regular.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-Regular.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-Regular.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-Regular.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-Regular.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 400;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-It.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-It.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-It.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-It.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-It.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 500;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-Medium.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-Medium.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-Medium.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-Medium.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-Medium.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 500;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-MediumIt.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-MediumIt.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-MediumIt.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-MediumIt.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-MediumIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 600;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-Semibold.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-Semibold.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-Semibold.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-Semibold.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-Semibold.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 600;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-SemiboldIt.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-SemiboldIt.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-SemiboldIt.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-SemiboldIt.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-SemiboldIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 700;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-Bold.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-Bold.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-Bold.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-Bold.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-Bold.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 700;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-BoldIt.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-BoldIt.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-BoldIt.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-BoldIt.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-BoldIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 900;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-Black.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-Black.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-Black.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-Black.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-Black.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 900;
font-style: italic;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-BlackIt.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-BlackIt.ttf.woff2') format('woff2'),
url('./fonts/source_code_pro/WOFF/SourceCodePro-BlackIt.otf.woff') format('woff'),
url('./fonts/source_code_pro/OTF/SourceCodePro-BlackIt.otf') format('opentype'),
url('./fonts/source_code_pro/TTF/SourceCodePro-BlackIt.ttf') format('truetype');
} | 0.163379 | 0.040408 |
body.dark-body{
background-color: #0F1343;
color: #fff;
}
.vaughn-blog .blog-item .entry-content .entry-meta ul li span,
.vaughn-pricing .pricing-item .pricing-title span.price,
.vaughn-work .work-filter .work-btn,
h1, h2, h3, h4, h5, h6,
p{
color: #fff;
}
.vaughn-blog .blog-item,
.vaughn-aside .menu-wrapper{
background: #1F245B;
}
.hero-section .hero-wrapper .hero-content ul.social-link li a{
background: #1f245b;
color: #fff;
}
.vaughn-aside .menu-wrapper .primary-menu .main-menu li a {
color: #fff;
}
.section-title span.span {
color: #FFC13C;
background: rgba(255, 193, 60, 0.1);
}
.vaughn-testimonial .testimonial-item,
.vaughn-experience .box,
.vaughn-features .features-box,
.vaughn-pricing .pricing-item{
border-color: #1f245b;
}
.vaughn-pricing .pricing-item .pricing-head i{
color: #1f245b;
}
.vaughn-contact .contact-wrapper form.contact-form textarea::placeholder,
.vaughn-contact .contact-wrapper form.contact-form input::placeholder{
color: #fff;
}
.vaughn-contact .contact-wrapper form.contact-form textarea,
.vaughn-contact .contact-wrapper form.contact-form input[type=text],
.vaughn-contact .contact-wrapper form.contact-form input[type=email],
.vaughn-contact .contact-wrapper form.contact-form input[type=url]{
background: #1F245B;
border-color: transparent;
}
.vaughn-footer {
background: #1F245B;
}
/* single page dark css */
.breadcrumbs-area .breadcrumbs-wrapper {
background-color: #1f245b;
}
.sidebar-widget-area .widget {
background-color: #1f245b;
}
.sidebar-widget-area .widget h4.widget-title{
border-color: #0f1343;
}
.single-page-details .single-page-wrapper .post-item .entry-content blockquote {
background-color: #1f245b;
}
.sidebar-widget-area .widget.search-widget .form_group .form_control {
border-color: #0f1343;
background: #0f1343;
}
.breadcrumbs-area .breadcrumbs-wrapper .bredcumbs-link ul li a {
color: #ffffff9a;
}
a {
color: #fff;
}
.single-page-details .single-page-wrapper .post-item .entry-content .entry-meta ul li span {
color: #ffffff9a;
} | assets/front/css/profile/dark.css | body.dark-body{
background-color: #0F1343;
color: #fff;
}
.vaughn-blog .blog-item .entry-content .entry-meta ul li span,
.vaughn-pricing .pricing-item .pricing-title span.price,
.vaughn-work .work-filter .work-btn,
h1, h2, h3, h4, h5, h6,
p{
color: #fff;
}
.vaughn-blog .blog-item,
.vaughn-aside .menu-wrapper{
background: #1F245B;
}
.hero-section .hero-wrapper .hero-content ul.social-link li a{
background: #1f245b;
color: #fff;
}
.vaughn-aside .menu-wrapper .primary-menu .main-menu li a {
color: #fff;
}
.section-title span.span {
color: #FFC13C;
background: rgba(255, 193, 60, 0.1);
}
.vaughn-testimonial .testimonial-item,
.vaughn-experience .box,
.vaughn-features .features-box,
.vaughn-pricing .pricing-item{
border-color: #1f245b;
}
.vaughn-pricing .pricing-item .pricing-head i{
color: #1f245b;
}
.vaughn-contact .contact-wrapper form.contact-form textarea::placeholder,
.vaughn-contact .contact-wrapper form.contact-form input::placeholder{
color: #fff;
}
.vaughn-contact .contact-wrapper form.contact-form textarea,
.vaughn-contact .contact-wrapper form.contact-form input[type=text],
.vaughn-contact .contact-wrapper form.contact-form input[type=email],
.vaughn-contact .contact-wrapper form.contact-form input[type=url]{
background: #1F245B;
border-color: transparent;
}
.vaughn-footer {
background: #1F245B;
}
/* single page dark css */
.breadcrumbs-area .breadcrumbs-wrapper {
background-color: #1f245b;
}
.sidebar-widget-area .widget {
background-color: #1f245b;
}
.sidebar-widget-area .widget h4.widget-title{
border-color: #0f1343;
}
.single-page-details .single-page-wrapper .post-item .entry-content blockquote {
background-color: #1f245b;
}
.sidebar-widget-area .widget.search-widget .form_group .form_control {
border-color: #0f1343;
background: #0f1343;
}
.breadcrumbs-area .breadcrumbs-wrapper .bredcumbs-link ul li a {
color: #ffffff9a;
}
a {
color: #fff;
}
.single-page-details .single-page-wrapper .post-item .entry-content .entry-meta ul li span {
color: #ffffff9a;
} | 0.360489 | 0.053182 |
.doc.json {
font-size: 18px;
}
.doc.json:after {
content: "";
display: block;
clear: both;
}
.doc.json ul {
padding-left: 0;
}
.doc.json ul > li {
list-style-type: none;
position: relative;
}
.doc.json ul > li:after {
content: "";
display: block;
clear: both;
}
.doc.json ul > li .heading {
display: inline-block;
vertical-align: top;
line-height: 24px;
margin: 0;
font-weight: normal;
}
.doc.json ul > li .heading:before {
content: attr(data-keyword);
}
.doc.json ul > li.complete > .heading:before {
color: #388e3c;
}
.doc.json ul > li.incomplete > .heading:before {
color: #ccc;
}
.doc.json ul > li.failed > .heading:before {
color: #f50057;
}
.doc.json ul > li .stats {
float: right;
display: inline-block;
font-size: 0.8em;
vertical-align: top;
}
.doc.json ul > li .stats span {
margin-left: 1px;
padding: 2px 4px;
background-color: #f9f9f9;
line-height: 1.5rem;
border-radius: 2px;
color: #fff;
}
.doc.json ul > li .stats span.complete {
background-color: #388e3c;
}
.doc.json ul > li .stats span.incomplete {
background-color: #ccc;
}
.doc.json ul > li .stats span.failed {
background-color: #f50057;
}
.doc.json ul > li .stats span[data-value="0"] {
display: none;
}
.doc.json ul.features > li {
padding-bottom: 20px;
margin-bottom: 16px;
border-bottom: 1px solid #eee;
}
.doc.json ul.features > li > .stats {
margin-right: 8px;
}
.doc.json ul.scenarios li.scenario {
background-color: #f9f9f9;
padding: 8px;
margin-bottom: 8px;
border-radius: 2px;
}
.doc.json ul.steps {
font-size: 0.9em;
margin-top: 4px;
}
.doc.json ul.steps li.step {
background-color: #fff;
padding: 2px 8px;
margin-bottom: 1px;
}
.doc.json ul.steps li.step .heading {
vertical-align: middle;
}
.doc.json ul.steps li.step.failed .message {
color: #000;
font-size: 0.8em;
line-height: 1.5em;
margin: 0.5em 0.5em 0.5em 3em;
padding-left: 1em;
border-left: 2px solid #f50057;
}
/*# sourceMappingURL=json-converter.css.map */ | src/json-converter/css/json-converter.css | .doc.json {
font-size: 18px;
}
.doc.json:after {
content: "";
display: block;
clear: both;
}
.doc.json ul {
padding-left: 0;
}
.doc.json ul > li {
list-style-type: none;
position: relative;
}
.doc.json ul > li:after {
content: "";
display: block;
clear: both;
}
.doc.json ul > li .heading {
display: inline-block;
vertical-align: top;
line-height: 24px;
margin: 0;
font-weight: normal;
}
.doc.json ul > li .heading:before {
content: attr(data-keyword);
}
.doc.json ul > li.complete > .heading:before {
color: #388e3c;
}
.doc.json ul > li.incomplete > .heading:before {
color: #ccc;
}
.doc.json ul > li.failed > .heading:before {
color: #f50057;
}
.doc.json ul > li .stats {
float: right;
display: inline-block;
font-size: 0.8em;
vertical-align: top;
}
.doc.json ul > li .stats span {
margin-left: 1px;
padding: 2px 4px;
background-color: #f9f9f9;
line-height: 1.5rem;
border-radius: 2px;
color: #fff;
}
.doc.json ul > li .stats span.complete {
background-color: #388e3c;
}
.doc.json ul > li .stats span.incomplete {
background-color: #ccc;
}
.doc.json ul > li .stats span.failed {
background-color: #f50057;
}
.doc.json ul > li .stats span[data-value="0"] {
display: none;
}
.doc.json ul.features > li {
padding-bottom: 20px;
margin-bottom: 16px;
border-bottom: 1px solid #eee;
}
.doc.json ul.features > li > .stats {
margin-right: 8px;
}
.doc.json ul.scenarios li.scenario {
background-color: #f9f9f9;
padding: 8px;
margin-bottom: 8px;
border-radius: 2px;
}
.doc.json ul.steps {
font-size: 0.9em;
margin-top: 4px;
}
.doc.json ul.steps li.step {
background-color: #fff;
padding: 2px 8px;
margin-bottom: 1px;
}
.doc.json ul.steps li.step .heading {
vertical-align: middle;
}
.doc.json ul.steps li.step.failed .message {
color: #000;
font-size: 0.8em;
line-height: 1.5em;
margin: 0.5em 0.5em 0.5em 3em;
padding-left: 1em;
border-left: 2px solid #f50057;
}
/*# sourceMappingURL=json-converter.css.map */ | 0.322206 | 0.08207 |
label{
margin: 10px 0;
}
.onoffswitch {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "YES";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "NO";
padding-right: 10px;
background-color: #EEEEEE; color: #999999;
text-align: right;
}
.onoffswitch-switch {
display: block; width: 18px; margin: 6px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 20px;
position: absolute; top: 0; bottom: 0; right: 56px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
.onoffswitch2 {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch2-checkbox {
display: none;
}
.onoffswitch2-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch2-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch2-inner:before, .onoffswitch2-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch2-inner:before {
content: "ON";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch2-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #f73d47; color: #fff;
text-align: right;
}
.onoffswitch2-switch {
display: block; width: 18px; margin: 0px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 5px;
position: absolute; top: 0; bottom: 0; right: 355px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
margin-left: 0;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
right: 0px;
}
/*------------------------------*/
.onoffswitch3 {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch3-checkbox {
display: none;
}
.onoffswitch3-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch3-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch3-inner:before, .onoffswitch3-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch3-inner:before {
content: "ON";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch3-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #f73d47; color: #fff;
text-align: right;
}
.onoffswitch3-switch {
display: block; width: 18px; margin: 0px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 5px;
position: absolute; top: 0; bottom: 0; right: 355px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
margin-left: 0;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-switch {
right: 0px;
}
/*------------------------------*/
.onoffswitch4 {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch4-checkbox {
display: none;
}
.onoffswitch4-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch4-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch4-inner:before, .onoffswitch4-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch4-inner:before {
content: "ON";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch4-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #f73d47; color: #fff;
text-align: right;
}
.onoffswitch4-switch {
display: block; width: 18px; margin: 0px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 5px;
position: absolute; top: 0; bottom: 0; right: 355px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-inner {
margin-left: 0;
}
.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-switch {
right: 0px;
}
/*------------------------------*/
.onoffswitch5 {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch5-checkbox {
display: none;
}
.onoffswitch5-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch5-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch5-inner:before, .onoffswitch5-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch5-inner:before {
content: "ON";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch5-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #f73d47; color: #fff;
text-align: right;
}
.onoffswitch5-switch {
display: block; width: 18px; margin: 0px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 5px;
position: absolute; top: 0; bottom: 0; right: 355px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch5-checkbox:checked + .onoffswitch5-label .onoffswitch5-inner {
margin-left: 0;
}
.onoffswitch5-checkbox:checked + .onoffswitch5-label .onoffswitch5-switch {
right: 0px;
}
/*------------------------------*/
.onoffswitch6 {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch6-checkbox {
display: none;
}
.onoffswitch6-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch6-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch6-inner:before, .onoffswitch6-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch6-inner:before {
content: "ON";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch6-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #f73d47; color: #fff;
text-align: right;
}
.onoffswitch6-switch {
display: block; width: 18px; margin: 0px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 5px;
position: absolute; top: 0; bottom: 0; right: 470px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch6-checkbox:checked + .onoffswitch6-label .onoffswitch6-inner {
margin-left: 0;
}
.onoffswitch6-checkbox:checked + .onoffswitch6-label .onoffswitch6-switch {
right: 0px;
}
/* --------------------*/
.panel-pricing {
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-transition: all .3s ease;
}
.panel-pricing:hover {
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
margin-top: 10px;
font-size: 58px;
}
.panel-pricing .list-group-item {
color: #777777;
border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
background-color: #f0f0f0;
font-size: 40px;
color: #777777;
padding: 20px;
margin: 0px;
}
.aaaa{
padding: 5px 10px;
border: 2px solid;
border-radius: 5px;
color: green;
}
/*---------------------------*/
.cmn-toggle
{
position: absolute;
margin-left: -9999px;
visibility: hidden;
}
.cmn-toggle + label
{
display: block;
position: relative;
cursor: pointer;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
input.cmn-toggle-round-flat + label
{
padding: 2px;
width: 75px;
height: 30px;
background-color: #dddddd;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after
{
display: block;
position: absolute;
content: "";
}
input.cmn-toggle-round-flat + label:before
{
top: 2px;
left: 2px;
bottom: 2px;
right: 2px;
background-color: #fff;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after
{
top: 4px;
left: 4px;
bottom: 4px;
width: 22px;
background-color: #dddddd;
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
-ms-border-radius: 52px;
-o-border-radius: 52px;
border-radius: 52px;
-webkit-transition: margin 0.4s, background 0.4s;
-moz-transition: margin 0.4s, background 0.4s;
-o-transition: margin 0.4s, background 0.4s;
transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label
{
background-color: #27A1CA;
}
input.cmn-toggle-round-flat:checked + label:after
{
margin-left: 45px;
background-color: #27A1CA;
}
.progress.active .progress-bar {
-webkit-transition: none !important;
transition: none !important;
}
.profile-image img{
width: 20%;
border-radius: 10px;
}
.profile-body h4 {
margin-bottom: 5px;
}
.profile-header-container{
margin: 0 auto;
text-align: center;
}
.profile-header-img > img.img-circle {
width: 170px;
height: 170px;
border: 2px solid #51D2B7;
}
.rank-label-container {
margin-top: -22px;
/* z-index: 1000; */
text-align: center;
}
.label.label-default.rank-label {
background-color: rgb(81, 210, 183);
padding: 5px 10px 5px 10px;
border-radius: 25px;
font-size: 14px;
color: #fff1f0;
} | public/assets/dashboard/css/cus.css | label{
margin: 10px 0;
}
.onoffswitch {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "YES";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "NO";
padding-right: 10px;
background-color: #EEEEEE; color: #999999;
text-align: right;
}
.onoffswitch-switch {
display: block; width: 18px; margin: 6px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 20px;
position: absolute; top: 0; bottom: 0; right: 56px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
.onoffswitch2 {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch2-checkbox {
display: none;
}
.onoffswitch2-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch2-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch2-inner:before, .onoffswitch2-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch2-inner:before {
content: "ON";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch2-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #f73d47; color: #fff;
text-align: right;
}
.onoffswitch2-switch {
display: block; width: 18px; margin: 0px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 5px;
position: absolute; top: 0; bottom: 0; right: 355px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
margin-left: 0;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
right: 0px;
}
/*------------------------------*/
.onoffswitch3 {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch3-checkbox {
display: none;
}
.onoffswitch3-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch3-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch3-inner:before, .onoffswitch3-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch3-inner:before {
content: "ON";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch3-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #f73d47; color: #fff;
text-align: right;
}
.onoffswitch3-switch {
display: block; width: 18px; margin: 0px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 5px;
position: absolute; top: 0; bottom: 0; right: 355px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
margin-left: 0;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-switch {
right: 0px;
}
/*------------------------------*/
.onoffswitch4 {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch4-checkbox {
display: none;
}
.onoffswitch4-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch4-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch4-inner:before, .onoffswitch4-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch4-inner:before {
content: "ON";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch4-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #f73d47; color: #fff;
text-align: right;
}
.onoffswitch4-switch {
display: block; width: 18px; margin: 0px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 5px;
position: absolute; top: 0; bottom: 0; right: 355px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-inner {
margin-left: 0;
}
.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-switch {
right: 0px;
}
/*------------------------------*/
.onoffswitch5 {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch5-checkbox {
display: none;
}
.onoffswitch5-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch5-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch5-inner:before, .onoffswitch5-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch5-inner:before {
content: "ON";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch5-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #f73d47; color: #fff;
text-align: right;
}
.onoffswitch5-switch {
display: block; width: 18px; margin: 0px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 5px;
position: absolute; top: 0; bottom: 0; right: 355px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch5-checkbox:checked + .onoffswitch5-label .onoffswitch5-inner {
margin-left: 0;
}
.onoffswitch5-checkbox:checked + .onoffswitch5-label .onoffswitch5-switch {
right: 0px;
}
/*------------------------------*/
.onoffswitch6 {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch6-checkbox {
display: none;
}
.onoffswitch6-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch6-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch6-inner:before, .onoffswitch6-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch6-inner:before {
content: "ON";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch6-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #f73d47; color: #fff;
text-align: right;
}
.onoffswitch6-switch {
display: block; width: 18px; margin: 0px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 5px;
position: absolute; top: 0; bottom: 0; right: 470px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch6-checkbox:checked + .onoffswitch6-label .onoffswitch6-inner {
margin-left: 0;
}
.onoffswitch6-checkbox:checked + .onoffswitch6-label .onoffswitch6-switch {
right: 0px;
}
/* --------------------*/
.panel-pricing {
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-transition: all .3s ease;
}
.panel-pricing:hover {
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
margin-top: 10px;
font-size: 58px;
}
.panel-pricing .list-group-item {
color: #777777;
border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
background-color: #f0f0f0;
font-size: 40px;
color: #777777;
padding: 20px;
margin: 0px;
}
.aaaa{
padding: 5px 10px;
border: 2px solid;
border-radius: 5px;
color: green;
}
/*---------------------------*/
.cmn-toggle
{
position: absolute;
margin-left: -9999px;
visibility: hidden;
}
.cmn-toggle + label
{
display: block;
position: relative;
cursor: pointer;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
input.cmn-toggle-round-flat + label
{
padding: 2px;
width: 75px;
height: 30px;
background-color: #dddddd;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after
{
display: block;
position: absolute;
content: "";
}
input.cmn-toggle-round-flat + label:before
{
top: 2px;
left: 2px;
bottom: 2px;
right: 2px;
background-color: #fff;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after
{
top: 4px;
left: 4px;
bottom: 4px;
width: 22px;
background-color: #dddddd;
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
-ms-border-radius: 52px;
-o-border-radius: 52px;
border-radius: 52px;
-webkit-transition: margin 0.4s, background 0.4s;
-moz-transition: margin 0.4s, background 0.4s;
-o-transition: margin 0.4s, background 0.4s;
transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label
{
background-color: #27A1CA;
}
input.cmn-toggle-round-flat:checked + label:after
{
margin-left: 45px;
background-color: #27A1CA;
}
.progress.active .progress-bar {
-webkit-transition: none !important;
transition: none !important;
}
.profile-image img{
width: 20%;
border-radius: 10px;
}
.profile-body h4 {
margin-bottom: 5px;
}
.profile-header-container{
margin: 0 auto;
text-align: center;
}
.profile-header-img > img.img-circle {
width: 170px;
height: 170px;
border: 2px solid #51D2B7;
}
.rank-label-container {
margin-top: -22px;
/* z-index: 1000; */
text-align: center;
}
.label.label-default.rank-label {
background-color: rgb(81, 210, 183);
padding: 5px 10px 5px 10px;
border-radius: 25px;
font-size: 14px;
color: #fff1f0;
} | 0.39257 | 0.100348 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 100;
src:
local('Roboto Thin '),
local('Roboto-Thin'),
url('./files/Roboto-Thin.woff2') format('woff2');
}
/* roboto-100italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 100;
src:
local('Roboto Thin italic'),
local('Roboto-Thinitalic'),
url('./files/Roboto-ThinItalic.woff2') format('woff2');
}
/* roboto-300normal - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 300;
src:
local('Roboto Light '),
local('Roboto-Light'),
url('./files/Roboto-Light.woff2') format('woff2');
}
/* roboto-300italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 300;
src:
local('Roboto Light italic'),
local('Roboto-Lightitalic'),
url('./files/Roboto-LightItalic.woff2') format('woff2');
}
/* roboto-400normal - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 400;
src:
local('Roboto Regular '),
local('Roboto-Regular'),
url('./files/Roboto-Regular.woff2') format('woff2');
}
/* roboto-400italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 400;
src:
local('Roboto Regular italic'),
local('Roboto-Regularitalic'),
url('./files/Roboto-RegularItalic.woff2') format('woff2');
}
/* roboto-500normal - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 500;
src:
local('Roboto Medium '),
local('Roboto-Medium'),
url('./files/Roboto-Medium.woff2') format('woff2');
}
/* roboto-500italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 500;
src:
local('Roboto Medium italic'),
local('Roboto-Mediumitalic'),
url('./files/Roboto-MediumItalic.woff2') format('woff2');
}
/* roboto-700normal - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 700;
src:
local('Roboto Bold '),
local('Roboto-Bold'),
url('./files/Roboto-Bold.woff2') format('woff2');
}
/* roboto-700italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 700;
src:
local('Roboto Bold italic'),
local('Roboto-Bolditalic'),
url('./files/Roboto-BoldItalic.woff2') format('woff2');
}
/* roboto-900normal - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 900;
src:
local('Roboto Black '),
local('Roboto-Black'),
url('./files/Roboto-Black.woff2') format('woff2');
}
/* roboto-900italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 900;
src:
local('Roboto Black italic'),
local('Roboto-Blackitalic'),
url('./files/Roboto-BlackItalic.woff2') format('woff2');
} | fonts/roboto.css | @font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 100;
src:
local('Roboto Thin '),
local('Roboto-Thin'),
url('./files/Roboto-Thin.woff2') format('woff2');
}
/* roboto-100italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 100;
src:
local('Roboto Thin italic'),
local('Roboto-Thinitalic'),
url('./files/Roboto-ThinItalic.woff2') format('woff2');
}
/* roboto-300normal - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 300;
src:
local('Roboto Light '),
local('Roboto-Light'),
url('./files/Roboto-Light.woff2') format('woff2');
}
/* roboto-300italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 300;
src:
local('Roboto Light italic'),
local('Roboto-Lightitalic'),
url('./files/Roboto-LightItalic.woff2') format('woff2');
}
/* roboto-400normal - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 400;
src:
local('Roboto Regular '),
local('Roboto-Regular'),
url('./files/Roboto-Regular.woff2') format('woff2');
}
/* roboto-400italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 400;
src:
local('Roboto Regular italic'),
local('Roboto-Regularitalic'),
url('./files/Roboto-RegularItalic.woff2') format('woff2');
}
/* roboto-500normal - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 500;
src:
local('Roboto Medium '),
local('Roboto-Medium'),
url('./files/Roboto-Medium.woff2') format('woff2');
}
/* roboto-500italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 500;
src:
local('Roboto Medium italic'),
local('Roboto-Mediumitalic'),
url('./files/Roboto-MediumItalic.woff2') format('woff2');
}
/* roboto-700normal - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 700;
src:
local('Roboto Bold '),
local('Roboto-Bold'),
url('./files/Roboto-Bold.woff2') format('woff2');
}
/* roboto-700italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 700;
src:
local('Roboto Bold italic'),
local('Roboto-Bolditalic'),
url('./files/Roboto-BoldItalic.woff2') format('woff2');
}
/* roboto-900normal - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 900;
src:
local('Roboto Black '),
local('Roboto-Black'),
url('./files/Roboto-Black.woff2') format('woff2');
}
/* roboto-900italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 900;
src:
local('Roboto Black italic'),
local('Roboto-Blackitalic'),
url('./files/Roboto-BlackItalic.woff2') format('woff2');
} | 0.162679 | 0.067332 |
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.375rem;
}
h4 {
font-size: 1.125rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: 0.875rem;
}
p {
font-size: 1.125rem;
font-weight: 200;
line-height: 1.8;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-heavy {
font-weight: 700;
}
/* POSITIONING */
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.justify {
text-align: justify;
}
/* ==== GRID SYSTEM ==== */
.container-old {
width: 90% ;
margin-left: auto;
margin-right: auto;
}
.row-old {
position: relative;
width: 100%;
}
.row-old [class^="col"] {
float: right;
margin: 0.5rem 2%;
min-height: 0.125rem;
}
.col-1-old,
.col-2-old,
.col-3-old,
.col-4-old,
.col-5-old,
.col-6-old,
.col-7-old,
.col-8-old,
.col-9-old,
.col-10-old,
.col-11-old,
.col-12-old {
width: 96%;
}
.col-1-sm-old {
width: 4.33%;
}
.col-2-sm-old {
width: 12.66%;
}
.col-3-sm-old {
width: 21% ;
}
.col-4-sm-old {
width: 29.33%;
}
.col-5-sm-old {
width: 37.66%;
}
.col-6-sm-old {
width: 46% ;
}
.col-7-sm-old {
width: 54.33%;
}
.col-8-sm-old {
width: 62.66%;
}
.col-9-sm-old {
width: 71%;
}
.col-10-sm-old {
width: 79.33%;
}
.col-11-sm-old {
width: 87.66%;
}
.col-12-sm-old {
width: 96%;
}
.row-old::after {
content: "";
display: table;
clear: both;
}
.hidden-sm-old {
display: none;
}
@media only screen and (min-width: 33.75em) { /* 540px */
.container-old {
width: 80% ;
}
}
@media only screen and (min-width: 45em) { /* 720px */
.col-1-old {
width: 4.33%;
}
.col-2-old {
width: 12.66%;
}
.col-3-old {
width: 21% ;
}
.col-4-old {
width: 29.33% ;
}
.col-5-old {
width: 37.66%;
}
.col-6-old{
width: 46% ;
}
.col-7-old {
width: 54.33%;
}
.col-8-old {
width: 62.66%;
}
.col-9-old {
width: 71%;
}
.col-10-old {
width: 79.33%;
}
.col-11-old {
width: 87.66%;
}
.col-12-old {
width: 96%;
}
.hidden-sm-old {
display: block;
}
}
@media only screen and (min-width: 60em) { /* 960px */
.container-old {
width: 75% ;
max-width: 60rem ;
}
}
@media only screen and (max-width: 540px) {
.col-1-old,
.col-2-old,
.col-3-old,
.col-4-old,
.col-5-old,
.col-6-old,
.col-7-old,
.col-8-old,
.col-9-old,
.col-10-old,
.col-11-old,
.col-12-old {
width: 96%;
}
} | assets/styles/cssgrid.css | h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.375rem;
}
h4 {
font-size: 1.125rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: 0.875rem;
}
p {
font-size: 1.125rem;
font-weight: 200;
line-height: 1.8;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-heavy {
font-weight: 700;
}
/* POSITIONING */
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.justify {
text-align: justify;
}
/* ==== GRID SYSTEM ==== */
.container-old {
width: 90% ;
margin-left: auto;
margin-right: auto;
}
.row-old {
position: relative;
width: 100%;
}
.row-old [class^="col"] {
float: right;
margin: 0.5rem 2%;
min-height: 0.125rem;
}
.col-1-old,
.col-2-old,
.col-3-old,
.col-4-old,
.col-5-old,
.col-6-old,
.col-7-old,
.col-8-old,
.col-9-old,
.col-10-old,
.col-11-old,
.col-12-old {
width: 96%;
}
.col-1-sm-old {
width: 4.33%;
}
.col-2-sm-old {
width: 12.66%;
}
.col-3-sm-old {
width: 21% ;
}
.col-4-sm-old {
width: 29.33%;
}
.col-5-sm-old {
width: 37.66%;
}
.col-6-sm-old {
width: 46% ;
}
.col-7-sm-old {
width: 54.33%;
}
.col-8-sm-old {
width: 62.66%;
}
.col-9-sm-old {
width: 71%;
}
.col-10-sm-old {
width: 79.33%;
}
.col-11-sm-old {
width: 87.66%;
}
.col-12-sm-old {
width: 96%;
}
.row-old::after {
content: "";
display: table;
clear: both;
}
.hidden-sm-old {
display: none;
}
@media only screen and (min-width: 33.75em) { /* 540px */
.container-old {
width: 80% ;
}
}
@media only screen and (min-width: 45em) { /* 720px */
.col-1-old {
width: 4.33%;
}
.col-2-old {
width: 12.66%;
}
.col-3-old {
width: 21% ;
}
.col-4-old {
width: 29.33% ;
}
.col-5-old {
width: 37.66%;
}
.col-6-old{
width: 46% ;
}
.col-7-old {
width: 54.33%;
}
.col-8-old {
width: 62.66%;
}
.col-9-old {
width: 71%;
}
.col-10-old {
width: 79.33%;
}
.col-11-old {
width: 87.66%;
}
.col-12-old {
width: 96%;
}
.hidden-sm-old {
display: block;
}
}
@media only screen and (min-width: 60em) { /* 960px */
.container-old {
width: 75% ;
max-width: 60rem ;
}
}
@media only screen and (max-width: 540px) {
.col-1-old,
.col-2-old,
.col-3-old,
.col-4-old,
.col-5-old,
.col-6-old,
.col-7-old,
.col-8-old,
.col-9-old,
.col-10-old,
.col-11-old,
.col-12-old {
width: 96%;
}
} | 0.428114 | 0.139719 |
================================================== */
.static-content h1, .static-content h2, .static-content h3, .static-content h4, .static-content h5, .static-content h6 {
font-family: 'Roboto', sans-serif;
font-weight: normal; }
.static-content h1 a, .static-content h2 a, .static-content h3 a, .static-content h4 a, .static-content h5 a, .static-content h6 a { font-weight: inherit; }
.static-content h1 { font-size: 30px; line-height: 40px; padding: 20px 0 30px 0; color: #dc7335; font-weight: 500;}
.static-content h2 { font-size: 22px; line-height: 30px; padding: 0 0 25px 0; color: #636466; font-weight: 500;}
.static-content h3 { font-size: 22px; line-height: 34px; }
.static-content h4 { font-size: 15px; line-height: 30px; }
.static-content h5 { font-size: 13px; line-height: 24px; }
.static-content h6 { font-size: 11px; line-height: 21px; }
.static-content .subheader { color: #777; }
.static-content p { margin: 0 0 20px 0; line-height: 27px}
.static-content p img { margin: 0; }
.static-content p.lead { font-size: 21px; line-height: 27px; color: #777; }
.static-content em { font-style: italic; }
.static-content strong { font-weight: bold; }
.static-content small { font-size: 80%; }
/* Blockquotes */
.static-content blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
.static-content blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
.static-content blockquote cite { display: block; font-size: 12px; color: #555; }
.static-content blockquote cite:before { content: "\2014 \0020"; }
.static-content blockquote cite a, .static-content blockquote cite a:visited, .static-content blockquote cite a:visited { color: #555; }
.static-content hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
/* #Links
================================================== */
.static-content a, .static-content a:visited { color: #555; text-decoration: underline; outline: 0; }
.static-content a:hover, .static-content a:focus { color: #000; }
.static-content p a, .static-content p a:visited { line-height: inherit; }
/* #Lists
================================================== */
.static-content ul, .static-content ol { margin-bottom: 20px; }
.static-content ul { list-style: disc outside; margin-left:20px; }
.static-content ol { list-style: decimal; }
.static-content ol, .static-content ul.square, .static-content ul.circle, .static-content ul.disc { margin-left: 30px; }
.static-content ul.square { list-style: square outside; }
.static-content ul.circle { list-style: circle outside; }
.static-content ul.disc { list-style: disc outside; }
.static-content ul ul, .static-content ul ol,
.static-content ol ol, .static-content ol ul { margin: 4px 0 5px 30px; font-size: 90%; }
.static-content ul ul li, .static-content ul ol li,
.static-content ol ol li, .static-content ol ul li { margin-bottom: 6px; }
.static-content li { line-height: 18px; margin-bottom: 12px; }
.static-content ul.large li { line-height: 21px; }
.static-content li p { line-height: 21px; } | src/assets/css/static.css | ================================================== */
.static-content h1, .static-content h2, .static-content h3, .static-content h4, .static-content h5, .static-content h6 {
font-family: 'Roboto', sans-serif;
font-weight: normal; }
.static-content h1 a, .static-content h2 a, .static-content h3 a, .static-content h4 a, .static-content h5 a, .static-content h6 a { font-weight: inherit; }
.static-content h1 { font-size: 30px; line-height: 40px; padding: 20px 0 30px 0; color: #dc7335; font-weight: 500;}
.static-content h2 { font-size: 22px; line-height: 30px; padding: 0 0 25px 0; color: #636466; font-weight: 500;}
.static-content h3 { font-size: 22px; line-height: 34px; }
.static-content h4 { font-size: 15px; line-height: 30px; }
.static-content h5 { font-size: 13px; line-height: 24px; }
.static-content h6 { font-size: 11px; line-height: 21px; }
.static-content .subheader { color: #777; }
.static-content p { margin: 0 0 20px 0; line-height: 27px}
.static-content p img { margin: 0; }
.static-content p.lead { font-size: 21px; line-height: 27px; color: #777; }
.static-content em { font-style: italic; }
.static-content strong { font-weight: bold; }
.static-content small { font-size: 80%; }
/* Blockquotes */
.static-content blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
.static-content blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
.static-content blockquote cite { display: block; font-size: 12px; color: #555; }
.static-content blockquote cite:before { content: "\2014 \0020"; }
.static-content blockquote cite a, .static-content blockquote cite a:visited, .static-content blockquote cite a:visited { color: #555; }
.static-content hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
/* #Links
================================================== */
.static-content a, .static-content a:visited { color: #555; text-decoration: underline; outline: 0; }
.static-content a:hover, .static-content a:focus { color: #000; }
.static-content p a, .static-content p a:visited { line-height: inherit; }
/* #Lists
================================================== */
.static-content ul, .static-content ol { margin-bottom: 20px; }
.static-content ul { list-style: disc outside; margin-left:20px; }
.static-content ol { list-style: decimal; }
.static-content ol, .static-content ul.square, .static-content ul.circle, .static-content ul.disc { margin-left: 30px; }
.static-content ul.square { list-style: square outside; }
.static-content ul.circle { list-style: circle outside; }
.static-content ul.disc { list-style: disc outside; }
.static-content ul ul, .static-content ul ol,
.static-content ol ol, .static-content ol ul { margin: 4px 0 5px 30px; font-size: 90%; }
.static-content ul ul li, .static-content ul ol li,
.static-content ol ol li, .static-content ol ul li { margin-bottom: 6px; }
.static-content li { line-height: 18px; margin-bottom: 12px; }
.static-content ul.large li { line-height: 21px; }
.static-content li p { line-height: 21px; } | 0.239972 | 0.073997 |
@font-face {
font-family: Myriad Pro;
src: url(../fonts/MyriadPro-Regular.otf);
}
@font-face {
font-family: calibri;
src: url(../fonts/calibri.woff);
}
@font-face {
font-family: Gill Sans MT;
src: url(../fonts/GIL.ttf);
}
/* Normal ====================================*/
.font-A .india-logo .india-name{font-size:13px;}
.font-A .india-msg{font-size:13px;}
.font-A .header-title{font-size: 19px;}
.font-A .quick-link-header{font-size: 19px;}
.font-A .commodity-header{font-size: 19px;}
.font-A .sidebar-header-title{font-size: 15px;}
.font-A .natinal-agricul-market .header-title{font-size: 19px;}
.font-A .focus-news .focus-news-feilds p{font-size: 12px;}
.font-A .quick-link-list li a{font-size: 13px;}
/*min ====================================*/
.font-A- .india-logo .india-name{font-size:12px;}
.font-A- .india-msg{font-size:12px;}
.font-A- .header-title{font-size: 17px;}
.font-A- .quick-link-header{font-size: 17px;}
.font-A- .commodity-header{font-size: 17px;}
.font-A- .sidebar-header-title{font-size: 17px;}
.font-A- .natinal-agricul-market .header-title{font-size: 17px;}
.font-A- .focus-news .focus-news-feilds p{font-size: 11px;}
.font-A- .quick-link-list li a{font-size: 10px;}
/*plus ====================================*/
.font-A-plus .india-logo .india-name{font-size:13px;}
.font-A-plus .india-msg{font-size:13px;}
.font-A-plus .header-title{font-size: 21px;}
.font-A-plus .quick-link-header{font-size: 21px;}
.font-A-plus .commodity-header{font-size: 21px;}
.font-A-plus .sidebar-header-title{font-size: 21px;}
.font-A-plus .natinal-agricul-market .header-title{font-size: 21px;}
.font-A-plus .focus-news .focus-news-feilds p{font-size: 14px;}
.font-A-plus .quick-link-list li a{font-size: 14px;}
/*====================================*/
/*comman css*/
body{font-size:14px;}
.f-left{float:left;}
.f-right{float:right;}
.align-left{text-align:left;}
.align-right{text-align:right;}
.align-center{text-align:center;}
table tr th,table tr td{font-size:14px;}
/*header section*/
.header-section{min-height:68px;}
.india-logo {float:left;}
.india-logo img{/*padding:8px 11px 6px 25px;*/float:left;}
.india-logo .india-name{padding:15px 16px 0 0;font-family:Fujiyama2;float:left;color:#fff;}
.india-msg{border-left: 1px solid #f1f1f1;
color: #fff;
float: left;
font-family: calibri;
font-weight: bold;
line-height: 14px;
margin-top: 15px;
padding-left: 16px;
margin-bottom: 15px;
text-align: left;}
.nav-bg-th{background-image:url('../images/new-theme/nav-bg.jpg'); min-height:40px;}
.header-right-section{float:right;border-left:1px solid #eee;padding-left:10px;}
.header-right-list:first-child{border-left:0px solid #c8c8c8;}
.header-right-list:last-child{border-left:0px solid #c8c8c8;}
.header-right-list{padding:10px 10px 10px 0px;float:left;text-align:center;border-right:1px solid #eee;margin-left:15px;}
.header-right-list a{color:#2b2b2b;}
.font-size-change a{border: 1px solid #f0f0f0;
font-weight: bold;
padding: 1px 4px;
margin-right:5px;margin-top:4px;float:left;min-width:23px;}
/*social site links section*/
.top-social-icon a{float:left;margin-left:10px;padding-top:0px;}
.fb-icon{float: left;height: 18px;width: 9px;background-image:url('img/fb-icon.png');background-position:0 0;}
.fb-icon:hover{background-position:9px 18px;}
.twit-icon{float: left;height: 19px;width: 25px;background-image:url('img/twit-icon.png');background-position:0 0;}
.twit-icon:hover{background-position:24px 19px;}
.rss-icon{float: left;height: 21px;width: 21px;background-image:url('img/rss-icon.png');background-position:0 0;}
.rss-icon:hover{background-position:21px 20px;}
.color-theme{padding-top:10px;float:left;}
.red-box{border:2px solid #dcdcdc;background-color:#b45834;height:17px;width:17px;float:left;margin-left:1px;}
.green-box{border:2px solid #dcdcdc;background-color:#6D9520;height:17px;width:17px;float:left;margin-left:5px;}
.orange-box{border:2px solid #dcdcdc;background-color:#E66100 ;height:17px;width:17px;float:left;margin-left:5px;}
.blue-box{border:2px solid #dcdcdc;background-color:#3F96DA;height:17px;width:17px;float:left;margin-left:5px;}
.language-bg-color{color:#fff;
border: 1px solid #fff;
font-size: 12px;}
/*menu bar css*/
.menu-section{background-color:#fff; box-shadow: 0px 5px 8px #f5f3f3;}
.navigation{padding:0;margin:0;}
.navigation li{list-style:none;}
.navbar-default{border-color:transparent;}
/*.nav>li>a{padding:10px 15px;}*/
.navigation li a{color:#fff !important ;font-family: 'Roboto', sans-serif;font-size:13px !important;font-weight:normal;}
.navigation li a.active{color:#fff !important;background-color:#355d04;}
.navigation li a:hover{color:#fff !important;}
.navigation .dropdown-menu li a{color:#2c2a2a !important;}
.navigation .dropdown-menu li a:hover{color:#2c2a2a !important;}
.navigation .dropdown-menu{padding:0px;}
.navigation .dropdown-menu li{border-bottom:1px solid #fef3f3;}
/*slider*/
.slider img.banner{width:100%;background-position:center;}
/*marquee-section*/
.marquee-section{background-color:#fff;padding:0px 0;font-size:19px;font-family:calibri;line-height:20px;margin-top:25px;}
iframe body form .TickerBox{background-color:#ececec !important;}
.TickerBox table tbody tr td:first-child {background-color:#000;}
.black-c-font{color:#545454;margin-left:10px;margin-right:10px;}
.blue-c-font{color:#3473b4;margin-right:7px;}
.orange-c-font{color:#b45834;margin-right:7px;}
/*Dashboard section*/
.natinal-agricul-market .header-title{color:#545454;
font-family: calibri;
margin-bottom: 15px;float:left;width:100%;padding-bottom:10px;}
.natinal-agricul-market table thead tr td{padding:6px;color:#fff;font-weight:400;text-align:center;}
.natinal-agricul-market table tbody tr td{padding:6px;color:#7a7a7a;font-weight:400;text-align:left;}
.natinal-agricul-market table tbody{background-color:#f5f5f5;}
.natinal-agricul-market table tbody tr.active{background-color:#e9e9e9;}
/*mid content*/
.mid-top-space{padding-top:30px;float:left;width:100%;}
.mid-bottom-space{padding-bottom:30px;}
.natinal-agricul-market .screen{width:100%;}
.commodity-graph-section{float:left;}
.commodity-graph-section .header-title{
font-family: calibri;
margin-bottom: 15px;float:left;width:100%;}
.commodity-graph-section img{float:left;width:100%;filter: brightness(100%);
transition: all 1s ease 0s;}
.commodity-graph-section img:hover {
filter: brightness(150%);
}
/* quick link section*/
.quick-link-header{color: #ffffff;
font-family: calibri;float:left;width:100%;
border-bottom: 2px solid #7a7a7a;}
.commodity-header{color: #545454;
font-family: calibri;width:100%;}
.quick-link-header span{ background-color: #7a7a7a;float:left; padding: 11px 30px 11px 11px;}
.quick-link-list{background-color:#f8face;padding:0px;width: 100%;
float: left;margin-bottom:0;}
.quick-link-list li p{margin-bottom:0px;}
.quick-link-list li{padding: 5.6px 6px;border-bottom: 1px solid #c1a3a3;background-color: #ffc000;margin-bottom: 3px;}
.quick-link-list li:last-child{border-bottom:0px solid #eee;margin-bottom:0;}
.quick-link-list li a{color:#545454;display:block;height:27px;font-weight:600;line-height:26px;}
.quick-link-list li:hover{background-color:#ffc000;}
.quick-link-list li a img{padding-right:10px;}
.commodity-list{background-color:#fff;padding:10px;margin-top:11px;}
.quick-img1{float: left;height: 29px;margin-right: 10px;width: 29px;}
.quick-img2{float: left;height: 24px;margin-right: 10px;width: 28px;}
.quick-img3{float: left;height: 29px;margin-right: 10px;width: 29px;}
.quick-img4{float: left;height: 26px;margin-right: 10px;width: 29px;}
.quick-img5{float: left;height: 27px;margin-right: 10px;width: 29px;}
.quick-img6{float: left;height: 25px;margin-right: 10px;width: 29px;}
.quick-img7{float: left;height: 25px;margin-right: 10px;width: 29px;}
.quick-img8{float: left;height: 25px;margin-right: 10px;width: 29px;}
.quick-img9{float: left;height: 25px;margin:0px 12px 0px -2px;width: 29px;}
.quick-img10{float: left;height: 25px;margin:0px 12px 0px -2px;width: 29px;}
.quick-img11{float: left;height: 25px;margin:0px 12px 0px -2px;width: 29px;}
.quick-img12{float: left;height: 25px;margin:0px 12px 0px -2px;width: 29px;}
.quick-img13{float: left;height: 25px;margin:0px 12px 0px -2px;width: 25px;}
/*sidebar css*/
.video-section,.photo-section,.focus-section{float:left;padding-bottom:20px;width:100%;}
.sidebar-header-title{color:#fff;font-family: 'Roboto', sans-serif;font-weight:normal;margin-bottom:8px;background-color:#162152;float:left;width:100%;}
.sidebar-header-title span.e-text{color:#fff;background-color:#162152;float:left;padding:7px 10px;position:relative;}
.sidebar-header-title span.e-text:after{border-left: solid transparent 0px;display:none;
border-right: solid transparent 10px;
border-top: solid #162152 15px;
bottom: 5px;
content: " ";
height: 0;
left: 50%;
margin-left: 45px;
position: absolute;
width: 0;}
.sidebar-header-title a{font-size: 13px; font-weight: 600; color: #fff;padding: 10px; border-right: 1px solid #fff;}
.sidebar-header-title a:last-child{border-right: 0px solid #fff;}
.sidebar-header-title span.e-text-news{color:#fff;background: #c353d8;float:left;padding:7px 10px;position:relative;width:100%;}
/*.sidebar-header-title span.e-text-news:after{border-left: solid transparent 0px;display:none;
border-right: solid transparent 10px;
border-top: solid #822c92 15px;
bottom: 5px;
content: " ";
height: 0;
left: 55%;
margin-left: 44px;
position: absolute;
width: 0;}*/
.sidebar-header-title span{padding:7px 0 7px 20px;float:left;}
.view-more{font-family: calibri;
font-size: 14px;padding:10px 0;}
.view-more a{color:#b45834;}
.latest-news{z-index: 1; width: 21%;height: 262px;margin-top:0px;}
.focus-news{padding:18px 12px;background: #b316ca;
background: linear-gradient(to right, #b316ca , #216ee1);margin-top:36px; }
.focus-news-feilds{border-bottom:1px solid #eee;width:100%; padding-bottom: 7px;
margin-bottom: 7px;}/*float:left; comment*/
.focus-news-feilds p{color:#fff;margin-bottom:7px;}
.focus-news-feilds a{color:#fff;margin-bottom:10px;}
/*Carousel Control*/
.thumbnail{border:0px;padding:0;}
.thumbnails .span3{ float: left;
margin-right: 16px;
width: 112px}
.thumbnails .span3 .caption h4{background-color:#b45834;color:#fff;padding:8px 2px;text-align:center; font-family: calibri;
font-size: 13px;
font-weight: bold;}
.carousel-control.left{background-color:#999;}
.carousel-control.right{background-color:#999;}
.control-box {
text-align: right;
width: 100%;
}
.carousel-control{
background: #fff;
border: 0px;
border-radius: 0px;
display: inline-block;
font-size: 34px;
font-weight: 200;
line-height: 18px;
opacity: 0.5;
padding: 4px 10px 0px;
position: static;
height: 30px;
width: 15px;
}
/* Mobile Only */
@media (max-width: 767px) {
.page-header, .control-box {
text-align: center;
}
}
@media (max-width: 479px) {
.caption {
word-break: break-all;
}
}
/*footer section*/
.footer-section{background-color:#212121;min-height:50px;float: left;
width: 100%;}
.footer-site-links{float:left;}
.footer-site-links li:last-child{ border-right: 0px solid #4f4f4f;}
.footer-site-links li{ border-right: 1px solid #4f4f4f;
float: left;
margin-bottom: 25px;
margin-top: 30px;
padding: 2px 25px;}
.footer-text-msg{padding-bottom:20px;color:#fff;}
.classvideo{width:261px; height:191px;}
/*default-theme**/
.register-icon{width: 100%;
height: 37px;
float: left;
text-align: center;
background-position: 41px 0px;
background-repeat: no-repeat;}
.login-icon{width: 100%;
height: 37px;
float: left;
text-align: center;
background-position: center;
background-repeat: no-repeat;}
.default-theme{background-color:#fff;}
.default-theme .header-section{background-color:#fff !important;padding:12px 0;}
.help-line img{float:left;}
.help-line-box{float:left;}
.help-line{margin-top:15px;}
.help-line-box span{margin-left:6px;}
.help-line .number{font-size:28px;font-family:Gill Sans MT;float:left;margin-top:5px;color:#4b4a4a;}
.lang-box{text-align:left;margin-top:13px;}
.lang-box span{color:#353535;font-family:calibri;font-size:14px;font-weight:600;float:left;margin-bottom:4px;}
.lang-box select{color:#fff; padding: 2px 7px;
margin-top: 4px;}
.mandis-links-btn-sec{position:absolute;bottom:0px;right:80px;float:left;/*width:50%;*/}
.mandis-links-btn-sec p{font-size: 18px;line-height:22px;font-family:calibri;
text-align: justify;
margin-bottom: 30px;
color: #fff;}
.mandis-btn{ background:linear-gradient(#0b912e, #26be2d);float:left;margin-right:8px; box-shadow: 0px 0px 7px #f3f6e6;
padding: 7px 35px; font-size: 19px;
text-align: center;color:#fff;
line-height: 29px;
border-radius: 10px;
border: 1px solid #fff;font-family:Myriad Pro;}
.mandis-btn:hover{ background:linear-gradient(#07661f, #26be2d);}
.user-register-btn:hover{background:linear-gradient(#639829, #8dd215);}
.mandis-btn span{font-size: 25px;color:#000;
line-height: 24px;}
.user-register-btn span{font-size: 25px;color:#ffea00;
line-height: 24px;}
.user-register-btn{ background:linear-gradient(#73b031, #8dd215);float:left; box-shadow: 0px 0px 7px #f3f6e6;
padding: 14px 14px; font-size: 25px;
text-align: center;color:#fff;
line-height: 29px;
border-radius: 10px;
border: 1px solid #fff;font-family:Myriad Pro;}
.events-title{margin-top:13px;
padding-bottom: 10px;
margin-bottom: 20px;}
.events-title span{ padding: 10px 80px 10px 10px;font-weight:600;
color: #fff;
font-size: 18px;}
.elearn-v-box{ background-color: #fff;border-bottom: 0px solid #e1dbdb;position:relative;margin-bottom:10px; min-height: 205px;*/}
.video-sec .col-md-12:last-child .elearn-v-box{border-bottom:0px solid #eee;}
/*.elearn-v-box:hover{background-color: #f2f2f2;box-shadow: 0px 1px 3px #c5c3c3;}*/
.y-links{position:absolute;}
.elearn-v-box img{width:100%;}
.elearn-v-box h3{ font-size: 15px;
padding: 6px 5px;
font-family: 'Roboto', sans-serif;
color: #f5f7f5;
margin-top: 2px;
margin-bottom: 16px;
position: absolute;
top: 2px;
width: 229px;font-weight:normal;
background: rgba(0,0,0,0.5);}
.elearn-v-box p{ text-align: justify;padding:0px 0px;margin-bottom:5px; font-size: 11px;font-family:Myriad Pro; color: #a0a0a0;}
.elearn-v-box .discrip{min-height:65px;}
.elearn-v-box .discrip p{color:#040404;font-size:16px;line-height:20px;text-align:left;}
.enam-events-box{font-family:Myriad Pro;float:left;margin-bottom:10px;}
.enam-events-box img{width:100%;}
.enam-events-box span{color:#820000;float:left; margin: 10px 0 8px 0;
width: 100%;
line-height: 16px;}
.enam-events-box h3{ font-size: 18px;line-height:24px;
color: #222222;
margin-bottom: 8px;
float: left;
width: 100%;
margin-top: 0;}
.enam-events-box p{
font-size: 14px;
color: #545353;
float: left;
width: 100%;
line-height: 21px;margin-bottom:0;}
.green-theme .enam-events-box p.p-date{color:#456a00 !important;}
.map-detail-btn{background-color:#41791e;padding:6px 10px;color:#fff;float:left;margin-top:2px;}
.map-detail-btn:hover{background-color:#111a44;color:#fff;}
.show-more{float:left;width:100%;margin-top:20px;margin-bottom:10px;}
.show-more a{background-color:#3f3f3f;color:#fff;padding:10px 40px;float:left;font-family:Myriad Pro;font-size:16px;}
.show-more a:hover{background-color:#2e2e2e;}
.live-mandi-box{position: absolute;
top: 0;
background-color: rgba(37, 36, 36, 0.8);
padding: 7px 35px;
color: #fff;
font-family: Myriad Pro;
font-size: 17px;}
.online-mandi-box{position: absolute;font-family:Myriad Pro;
bottom: 0;
background-color: rgba(8, 8, 8, 0.8);
padding: 12px 10px 7px 10px;
width: 100%;
text-align: center;
color: #fff;
font-weight: 600;}
.online-mandi-box span,.offline-mandi-box span{float:left;margin-right:25px;line-height:19px; font-size: 15px;
font-weight: normal;}
.online-mandi-box span.online{width:15px;height:15px;background-color:#5d8809;float:left;margin-right:5px;}
.online-mandi-box span.offline{width:15px;height:15px;background-color:#ff0000;float:left;margin-right:5px;}
.event-box{}
.events-box .events-de{position:relative;padding-bottom:25.5px;width:110%;/*padding-right:15px;border-right:1px solid #eee;*/}
.events-de img{width:308px;height:205px;}
.events-box .events-de:list-child{padding-bottom:0px;}
.register-user-box{ /*position: absolute;*/font-family: 'Roboto', sans-serif;font-weight:normal;bottom: 25px;
/* background-color: rgba(41, 40, 40, 0.8);*/
background: #f1f0f0;
/* background: linear-gradient(to right, rgba(179,22,202,0.8), rgba(33,110,225,0.8));*/
/*rgba(179,22,202,0), rgba(33,110,225,1)*/
padding: 6px 10px 4px 14px;
width: 100%;
text-align: left;
color: #31332e;font-size:12px;line-height:20px;border:1px solid #ddd;}
.register-user-box h5{padding-top:0px !important;color:#794017;}
.carousel-caption{ right: 0%;text-shadow:none;
left: 45%;}
.carousel-control.right,.carousel-control.left{background-image:none;}
#play-video{display: inline-block;
margin-bottom: 20px;
color: #000;
font-family: Arial, sans-serif;}
.carousel-control.right, .carousel-control.left{ position: absolute;
top: 50%;
right: 0;
background-color: transparent;
width: 45px;
padding: 0;
height: 40px;
overflow: hidden;}
.events-point li{list-style:disc;margin-left:15px;font-size:12px;line-height:18px;float:left;width:100%;}
ul li{font-size:14px;}
.fpo-page{}
.fpo-page h4{margin-top:30px;}
.fpo-ul li{margin-left:15px;}
.booklet-section{ background: linear-gradient(to right, #00b2e5 , #45d6ff);padding:12.5px 15px ;float:left;width:100%;margin-top:15px;}
.booklet-section ul{}
.booklet-section ul li{padding:8px;}
.booklet-section ul li img{float:left;margin-right:20px;}
.booklet-section ul li a{color:#fff;font-size:15px;}
.booklet-section ul li a span{font-size:13px;}
/*about-us*/
.content-section{min-height:400px;background-color:#fff;padding:30px 0;float:left;width:100%;}
.content-section p{text-align:justify;font-size:14px;}
.title-header-bg{background-image:url("../images/title-header-bg.png");float:left;width:100%;height:100px;background-position:center;}
.title-header-bg h3{font-size:25px;color:#648621;margin-top:23px;font-weight:600;margin-bottom:10px;}
.title-header-bg ul{ position: absolute;
left: 0;
right: 0;
margin: 0 auto;
width: 180px;}
.title-header-bg ul li{float:left;margin-left:5px;font-size:13px;line-height:20px;}
.title-header-bg ul li a{color:#767070;}
.bredcrum-list{/*background-color:rgba(214,214,214,0.5);*/width:100%;float:left;padding:10px;position:relative;height:40px;}
.g-color{color:#648621;line-height:23px;font-size:14px;}
.about-coated {float:left;width:300px;background-color:#f5f5f5;margin-bottom:10px;margin-top:20px;}
.about-coated img{float:left;}
.about-coated h4{float:left;margin-top:30px;margin-left:10px;}
.sidebar-list h3{font-family:'Bitter', serif;font-size:21px;}
.sidebar-list input[type="text"]{width:100%; height: 34px;
border-radius: 3px;
border: 1px solid #cac6c6}
.sidebar-list input[type="submit"]{background-color:#648621;}
.search-widget,.sidebar-widget,.subcribe-widget{margin-bottom:20px;}
.sidebar-link-widget{float:left;width:100%;}
.sidebar-link-widget ul{float:left;margin-bottom:20px;}
.sidebar-link-widget ul li{margin-bottom:5px;padding-top:5px;float:left;width:100%;border-bottom:1px solid #eee;padding-bottom:10px;}
.sidebar-link-widget ul li a{color:#888;}
.about-objective p{font-family: 'Roboto Slab', serif;}
.dropdown-menu>li>a{padding:6px 20px; }
body.hindi .navigation li a{font-size:14px !important;}
.play-img{ width: 64px;cursor:pointer;
position: absolute;
top: 43%;
left: 35%;border-radius:11px;}
.play-img:hover{background-color:#ff0000; }
.play-img-gallery{ width: 64px;cursor:pointer;
position: absolute;
top: 43%;
left: 35%;border-radius:11px;}
.play-img-gallery:hover{background-color:#ff0000; }
.about-sec p{margin-bottom:13px;color:#282828;font-family: calibri; font-size: 15px;}
.about-sec-ul li{margin-bottom:13px;padding-left:8px;color:#282828;font-family: calibri; font-size: 15px;}
.about-sec-ul li strong{margin-left:-8px;}
.about-sec-ul li span{position: absolute; margin-left: -8px;}
/**video gallery**/
.video-gallery{margin-bottom:0px;}
.video-gallery h5{border-bottom:1px solid #e0dfe8;margin-bottom:10px;padding:7px 0px;font-size:15px;}
.video-gallery h5 span{background-color:#0f0a35;padding:5px 25px;color:#fff;}
.video-box{}
.video-box a img{float:left;border1px solid #eee;padding:3px;width:100%;height:300px;}
.video-box a{float:left;}
.video-g-details h5{color:#545353 !important;width:100%;margin-bottom:5px;border-bottom:0px;margin-top:5px;font-size:14px;}
.elearn-v-box .thum{border:1px solid #d6d3d3;float:left;padding:3px;position:relative;}
.video-gallery .search-btn input{margin-top:-7px;padding:7px;font-size:13px;color:#777;width:250px;border-radius:3px;border:1px solid #e2d7d7;}
.video-gallery .search-btn i{position:absolute;right:25px;cursor:pointer;}
.video-gallery .search-btn select{margin-right:10px;padding:4px 10px;margin-top:-7px;border:1px solid #e2d7d7;font-size:13px;}
.singal-video-details h4{ float: left; width: 100%; margin-bottom: 7px; color: #44560a; font-weight: 600;}
.singal-video-details p{color: #757575; margin-bottom: 10px; float: left;}
.singal-video-details img{border:1px solid #eee;width:100%;float:left;height:400px;}
.side-video-list h5{margin:0px;padding-top:0px;}
/*events sec*/
.events-list{margin-bottom:30px;}
.carousel-control.right, .carousel-control.left{background-color: rgba(0,0,0,0.7);}
/*events modal */
.modal-dialog{width:730px;}
.events-description{ min-height:70px;max-height: 150px;
overflow: auto;
margin-top: 10px;
}
table tr th{background-color:#063479;color:#fff;font-weight:normal;}
.table-bordered>tbody>tr>td, .table-bordered>thead>tr>th{border:1px solid #d2cfcf;}
.emandi-select {margin-bottom:20px;}
.emandi-select select{width:210px;float:left;margin-right:10px;}
.emandi-list{margin-top:20px;padding:10px;}
.emandi-list table th{background-color:#70b32d;color:#fff;font-family:'Roboto', sans-serif;}
.e-commodity-list{float:left;}
.commodity-img{float:left;}
.commodity-img span{text-align:center;float:left;width:100%;}
.e-commodity-list img{width:100px;height:100px;margin-right:10px;margin-bottom:5px;margin-top:5px;border:1px solid #ddd;float:left;}
.v-g-imag{cursor:pointer;height:180px;width:320px;background-size:cover;}
.contect-text-msg{ font-size: 14px;
text-align: justify;
color: #7d7c7c;}
.address-sec{}
.address-sec img{margin-right:10px;float:left;}
.address-sec h4{font-weight: 600;
color: #000;
margin-top: 0;}
.contact-form{}
.address-sec span{float:left;margin-bottom:5px;margin-top:5px;width:100%;} | assest/css/styles.css | @font-face {
font-family: Myriad Pro;
src: url(../fonts/MyriadPro-Regular.otf);
}
@font-face {
font-family: calibri;
src: url(../fonts/calibri.woff);
}
@font-face {
font-family: Gill Sans MT;
src: url(../fonts/GIL.ttf);
}
/* Normal ====================================*/
.font-A .india-logo .india-name{font-size:13px;}
.font-A .india-msg{font-size:13px;}
.font-A .header-title{font-size: 19px;}
.font-A .quick-link-header{font-size: 19px;}
.font-A .commodity-header{font-size: 19px;}
.font-A .sidebar-header-title{font-size: 15px;}
.font-A .natinal-agricul-market .header-title{font-size: 19px;}
.font-A .focus-news .focus-news-feilds p{font-size: 12px;}
.font-A .quick-link-list li a{font-size: 13px;}
/*min ====================================*/
.font-A- .india-logo .india-name{font-size:12px;}
.font-A- .india-msg{font-size:12px;}
.font-A- .header-title{font-size: 17px;}
.font-A- .quick-link-header{font-size: 17px;}
.font-A- .commodity-header{font-size: 17px;}
.font-A- .sidebar-header-title{font-size: 17px;}
.font-A- .natinal-agricul-market .header-title{font-size: 17px;}
.font-A- .focus-news .focus-news-feilds p{font-size: 11px;}
.font-A- .quick-link-list li a{font-size: 10px;}
/*plus ====================================*/
.font-A-plus .india-logo .india-name{font-size:13px;}
.font-A-plus .india-msg{font-size:13px;}
.font-A-plus .header-title{font-size: 21px;}
.font-A-plus .quick-link-header{font-size: 21px;}
.font-A-plus .commodity-header{font-size: 21px;}
.font-A-plus .sidebar-header-title{font-size: 21px;}
.font-A-plus .natinal-agricul-market .header-title{font-size: 21px;}
.font-A-plus .focus-news .focus-news-feilds p{font-size: 14px;}
.font-A-plus .quick-link-list li a{font-size: 14px;}
/*====================================*/
/*comman css*/
body{font-size:14px;}
.f-left{float:left;}
.f-right{float:right;}
.align-left{text-align:left;}
.align-right{text-align:right;}
.align-center{text-align:center;}
table tr th,table tr td{font-size:14px;}
/*header section*/
.header-section{min-height:68px;}
.india-logo {float:left;}
.india-logo img{/*padding:8px 11px 6px 25px;*/float:left;}
.india-logo .india-name{padding:15px 16px 0 0;font-family:Fujiyama2;float:left;color:#fff;}
.india-msg{border-left: 1px solid #f1f1f1;
color: #fff;
float: left;
font-family: calibri;
font-weight: bold;
line-height: 14px;
margin-top: 15px;
padding-left: 16px;
margin-bottom: 15px;
text-align: left;}
.nav-bg-th{background-image:url('../images/new-theme/nav-bg.jpg'); min-height:40px;}
.header-right-section{float:right;border-left:1px solid #eee;padding-left:10px;}
.header-right-list:first-child{border-left:0px solid #c8c8c8;}
.header-right-list:last-child{border-left:0px solid #c8c8c8;}
.header-right-list{padding:10px 10px 10px 0px;float:left;text-align:center;border-right:1px solid #eee;margin-left:15px;}
.header-right-list a{color:#2b2b2b;}
.font-size-change a{border: 1px solid #f0f0f0;
font-weight: bold;
padding: 1px 4px;
margin-right:5px;margin-top:4px;float:left;min-width:23px;}
/*social site links section*/
.top-social-icon a{float:left;margin-left:10px;padding-top:0px;}
.fb-icon{float: left;height: 18px;width: 9px;background-image:url('img/fb-icon.png');background-position:0 0;}
.fb-icon:hover{background-position:9px 18px;}
.twit-icon{float: left;height: 19px;width: 25px;background-image:url('img/twit-icon.png');background-position:0 0;}
.twit-icon:hover{background-position:24px 19px;}
.rss-icon{float: left;height: 21px;width: 21px;background-image:url('img/rss-icon.png');background-position:0 0;}
.rss-icon:hover{background-position:21px 20px;}
.color-theme{padding-top:10px;float:left;}
.red-box{border:2px solid #dcdcdc;background-color:#b45834;height:17px;width:17px;float:left;margin-left:1px;}
.green-box{border:2px solid #dcdcdc;background-color:#6D9520;height:17px;width:17px;float:left;margin-left:5px;}
.orange-box{border:2px solid #dcdcdc;background-color:#E66100 ;height:17px;width:17px;float:left;margin-left:5px;}
.blue-box{border:2px solid #dcdcdc;background-color:#3F96DA;height:17px;width:17px;float:left;margin-left:5px;}
.language-bg-color{color:#fff;
border: 1px solid #fff;
font-size: 12px;}
/*menu bar css*/
.menu-section{background-color:#fff; box-shadow: 0px 5px 8px #f5f3f3;}
.navigation{padding:0;margin:0;}
.navigation li{list-style:none;}
.navbar-default{border-color:transparent;}
/*.nav>li>a{padding:10px 15px;}*/
.navigation li a{color:#fff !important ;font-family: 'Roboto', sans-serif;font-size:13px !important;font-weight:normal;}
.navigation li a.active{color:#fff !important;background-color:#355d04;}
.navigation li a:hover{color:#fff !important;}
.navigation .dropdown-menu li a{color:#2c2a2a !important;}
.navigation .dropdown-menu li a:hover{color:#2c2a2a !important;}
.navigation .dropdown-menu{padding:0px;}
.navigation .dropdown-menu li{border-bottom:1px solid #fef3f3;}
/*slider*/
.slider img.banner{width:100%;background-position:center;}
/*marquee-section*/
.marquee-section{background-color:#fff;padding:0px 0;font-size:19px;font-family:calibri;line-height:20px;margin-top:25px;}
iframe body form .TickerBox{background-color:#ececec !important;}
.TickerBox table tbody tr td:first-child {background-color:#000;}
.black-c-font{color:#545454;margin-left:10px;margin-right:10px;}
.blue-c-font{color:#3473b4;margin-right:7px;}
.orange-c-font{color:#b45834;margin-right:7px;}
/*Dashboard section*/
.natinal-agricul-market .header-title{color:#545454;
font-family: calibri;
margin-bottom: 15px;float:left;width:100%;padding-bottom:10px;}
.natinal-agricul-market table thead tr td{padding:6px;color:#fff;font-weight:400;text-align:center;}
.natinal-agricul-market table tbody tr td{padding:6px;color:#7a7a7a;font-weight:400;text-align:left;}
.natinal-agricul-market table tbody{background-color:#f5f5f5;}
.natinal-agricul-market table tbody tr.active{background-color:#e9e9e9;}
/*mid content*/
.mid-top-space{padding-top:30px;float:left;width:100%;}
.mid-bottom-space{padding-bottom:30px;}
.natinal-agricul-market .screen{width:100%;}
.commodity-graph-section{float:left;}
.commodity-graph-section .header-title{
font-family: calibri;
margin-bottom: 15px;float:left;width:100%;}
.commodity-graph-section img{float:left;width:100%;filter: brightness(100%);
transition: all 1s ease 0s;}
.commodity-graph-section img:hover {
filter: brightness(150%);
}
/* quick link section*/
.quick-link-header{color: #ffffff;
font-family: calibri;float:left;width:100%;
border-bottom: 2px solid #7a7a7a;}
.commodity-header{color: #545454;
font-family: calibri;width:100%;}
.quick-link-header span{ background-color: #7a7a7a;float:left; padding: 11px 30px 11px 11px;}
.quick-link-list{background-color:#f8face;padding:0px;width: 100%;
float: left;margin-bottom:0;}
.quick-link-list li p{margin-bottom:0px;}
.quick-link-list li{padding: 5.6px 6px;border-bottom: 1px solid #c1a3a3;background-color: #ffc000;margin-bottom: 3px;}
.quick-link-list li:last-child{border-bottom:0px solid #eee;margin-bottom:0;}
.quick-link-list li a{color:#545454;display:block;height:27px;font-weight:600;line-height:26px;}
.quick-link-list li:hover{background-color:#ffc000;}
.quick-link-list li a img{padding-right:10px;}
.commodity-list{background-color:#fff;padding:10px;margin-top:11px;}
.quick-img1{float: left;height: 29px;margin-right: 10px;width: 29px;}
.quick-img2{float: left;height: 24px;margin-right: 10px;width: 28px;}
.quick-img3{float: left;height: 29px;margin-right: 10px;width: 29px;}
.quick-img4{float: left;height: 26px;margin-right: 10px;width: 29px;}
.quick-img5{float: left;height: 27px;margin-right: 10px;width: 29px;}
.quick-img6{float: left;height: 25px;margin-right: 10px;width: 29px;}
.quick-img7{float: left;height: 25px;margin-right: 10px;width: 29px;}
.quick-img8{float: left;height: 25px;margin-right: 10px;width: 29px;}
.quick-img9{float: left;height: 25px;margin:0px 12px 0px -2px;width: 29px;}
.quick-img10{float: left;height: 25px;margin:0px 12px 0px -2px;width: 29px;}
.quick-img11{float: left;height: 25px;margin:0px 12px 0px -2px;width: 29px;}
.quick-img12{float: left;height: 25px;margin:0px 12px 0px -2px;width: 29px;}
.quick-img13{float: left;height: 25px;margin:0px 12px 0px -2px;width: 25px;}
/*sidebar css*/
.video-section,.photo-section,.focus-section{float:left;padding-bottom:20px;width:100%;}
.sidebar-header-title{color:#fff;font-family: 'Roboto', sans-serif;font-weight:normal;margin-bottom:8px;background-color:#162152;float:left;width:100%;}
.sidebar-header-title span.e-text{color:#fff;background-color:#162152;float:left;padding:7px 10px;position:relative;}
.sidebar-header-title span.e-text:after{border-left: solid transparent 0px;display:none;
border-right: solid transparent 10px;
border-top: solid #162152 15px;
bottom: 5px;
content: " ";
height: 0;
left: 50%;
margin-left: 45px;
position: absolute;
width: 0;}
.sidebar-header-title a{font-size: 13px; font-weight: 600; color: #fff;padding: 10px; border-right: 1px solid #fff;}
.sidebar-header-title a:last-child{border-right: 0px solid #fff;}
.sidebar-header-title span.e-text-news{color:#fff;background: #c353d8;float:left;padding:7px 10px;position:relative;width:100%;}
/*.sidebar-header-title span.e-text-news:after{border-left: solid transparent 0px;display:none;
border-right: solid transparent 10px;
border-top: solid #822c92 15px;
bottom: 5px;
content: " ";
height: 0;
left: 55%;
margin-left: 44px;
position: absolute;
width: 0;}*/
.sidebar-header-title span{padding:7px 0 7px 20px;float:left;}
.view-more{font-family: calibri;
font-size: 14px;padding:10px 0;}
.view-more a{color:#b45834;}
.latest-news{z-index: 1; width: 21%;height: 262px;margin-top:0px;}
.focus-news{padding:18px 12px;background: #b316ca;
background: linear-gradient(to right, #b316ca , #216ee1);margin-top:36px; }
.focus-news-feilds{border-bottom:1px solid #eee;width:100%; padding-bottom: 7px;
margin-bottom: 7px;}/*float:left; comment*/
.focus-news-feilds p{color:#fff;margin-bottom:7px;}
.focus-news-feilds a{color:#fff;margin-bottom:10px;}
/*Carousel Control*/
.thumbnail{border:0px;padding:0;}
.thumbnails .span3{ float: left;
margin-right: 16px;
width: 112px}
.thumbnails .span3 .caption h4{background-color:#b45834;color:#fff;padding:8px 2px;text-align:center; font-family: calibri;
font-size: 13px;
font-weight: bold;}
.carousel-control.left{background-color:#999;}
.carousel-control.right{background-color:#999;}
.control-box {
text-align: right;
width: 100%;
}
.carousel-control{
background: #fff;
border: 0px;
border-radius: 0px;
display: inline-block;
font-size: 34px;
font-weight: 200;
line-height: 18px;
opacity: 0.5;
padding: 4px 10px 0px;
position: static;
height: 30px;
width: 15px;
}
/* Mobile Only */
@media (max-width: 767px) {
.page-header, .control-box {
text-align: center;
}
}
@media (max-width: 479px) {
.caption {
word-break: break-all;
}
}
/*footer section*/
.footer-section{background-color:#212121;min-height:50px;float: left;
width: 100%;}
.footer-site-links{float:left;}
.footer-site-links li:last-child{ border-right: 0px solid #4f4f4f;}
.footer-site-links li{ border-right: 1px solid #4f4f4f;
float: left;
margin-bottom: 25px;
margin-top: 30px;
padding: 2px 25px;}
.footer-text-msg{padding-bottom:20px;color:#fff;}
.classvideo{width:261px; height:191px;}
/*default-theme**/
.register-icon{width: 100%;
height: 37px;
float: left;
text-align: center;
background-position: 41px 0px;
background-repeat: no-repeat;}
.login-icon{width: 100%;
height: 37px;
float: left;
text-align: center;
background-position: center;
background-repeat: no-repeat;}
.default-theme{background-color:#fff;}
.default-theme .header-section{background-color:#fff !important;padding:12px 0;}
.help-line img{float:left;}
.help-line-box{float:left;}
.help-line{margin-top:15px;}
.help-line-box span{margin-left:6px;}
.help-line .number{font-size:28px;font-family:Gill Sans MT;float:left;margin-top:5px;color:#4b4a4a;}
.lang-box{text-align:left;margin-top:13px;}
.lang-box span{color:#353535;font-family:calibri;font-size:14px;font-weight:600;float:left;margin-bottom:4px;}
.lang-box select{color:#fff; padding: 2px 7px;
margin-top: 4px;}
.mandis-links-btn-sec{position:absolute;bottom:0px;right:80px;float:left;/*width:50%;*/}
.mandis-links-btn-sec p{font-size: 18px;line-height:22px;font-family:calibri;
text-align: justify;
margin-bottom: 30px;
color: #fff;}
.mandis-btn{ background:linear-gradient(#0b912e, #26be2d);float:left;margin-right:8px; box-shadow: 0px 0px 7px #f3f6e6;
padding: 7px 35px; font-size: 19px;
text-align: center;color:#fff;
line-height: 29px;
border-radius: 10px;
border: 1px solid #fff;font-family:Myriad Pro;}
.mandis-btn:hover{ background:linear-gradient(#07661f, #26be2d);}
.user-register-btn:hover{background:linear-gradient(#639829, #8dd215);}
.mandis-btn span{font-size: 25px;color:#000;
line-height: 24px;}
.user-register-btn span{font-size: 25px;color:#ffea00;
line-height: 24px;}
.user-register-btn{ background:linear-gradient(#73b031, #8dd215);float:left; box-shadow: 0px 0px 7px #f3f6e6;
padding: 14px 14px; font-size: 25px;
text-align: center;color:#fff;
line-height: 29px;
border-radius: 10px;
border: 1px solid #fff;font-family:Myriad Pro;}
.events-title{margin-top:13px;
padding-bottom: 10px;
margin-bottom: 20px;}
.events-title span{ padding: 10px 80px 10px 10px;font-weight:600;
color: #fff;
font-size: 18px;}
.elearn-v-box{ background-color: #fff;border-bottom: 0px solid #e1dbdb;position:relative;margin-bottom:10px; min-height: 205px;*/}
.video-sec .col-md-12:last-child .elearn-v-box{border-bottom:0px solid #eee;}
/*.elearn-v-box:hover{background-color: #f2f2f2;box-shadow: 0px 1px 3px #c5c3c3;}*/
.y-links{position:absolute;}
.elearn-v-box img{width:100%;}
.elearn-v-box h3{ font-size: 15px;
padding: 6px 5px;
font-family: 'Roboto', sans-serif;
color: #f5f7f5;
margin-top: 2px;
margin-bottom: 16px;
position: absolute;
top: 2px;
width: 229px;font-weight:normal;
background: rgba(0,0,0,0.5);}
.elearn-v-box p{ text-align: justify;padding:0px 0px;margin-bottom:5px; font-size: 11px;font-family:Myriad Pro; color: #a0a0a0;}
.elearn-v-box .discrip{min-height:65px;}
.elearn-v-box .discrip p{color:#040404;font-size:16px;line-height:20px;text-align:left;}
.enam-events-box{font-family:Myriad Pro;float:left;margin-bottom:10px;}
.enam-events-box img{width:100%;}
.enam-events-box span{color:#820000;float:left; margin: 10px 0 8px 0;
width: 100%;
line-height: 16px;}
.enam-events-box h3{ font-size: 18px;line-height:24px;
color: #222222;
margin-bottom: 8px;
float: left;
width: 100%;
margin-top: 0;}
.enam-events-box p{
font-size: 14px;
color: #545353;
float: left;
width: 100%;
line-height: 21px;margin-bottom:0;}
.green-theme .enam-events-box p.p-date{color:#456a00 !important;}
.map-detail-btn{background-color:#41791e;padding:6px 10px;color:#fff;float:left;margin-top:2px;}
.map-detail-btn:hover{background-color:#111a44;color:#fff;}
.show-more{float:left;width:100%;margin-top:20px;margin-bottom:10px;}
.show-more a{background-color:#3f3f3f;color:#fff;padding:10px 40px;float:left;font-family:Myriad Pro;font-size:16px;}
.show-more a:hover{background-color:#2e2e2e;}
.live-mandi-box{position: absolute;
top: 0;
background-color: rgba(37, 36, 36, 0.8);
padding: 7px 35px;
color: #fff;
font-family: Myriad Pro;
font-size: 17px;}
.online-mandi-box{position: absolute;font-family:Myriad Pro;
bottom: 0;
background-color: rgba(8, 8, 8, 0.8);
padding: 12px 10px 7px 10px;
width: 100%;
text-align: center;
color: #fff;
font-weight: 600;}
.online-mandi-box span,.offline-mandi-box span{float:left;margin-right:25px;line-height:19px; font-size: 15px;
font-weight: normal;}
.online-mandi-box span.online{width:15px;height:15px;background-color:#5d8809;float:left;margin-right:5px;}
.online-mandi-box span.offline{width:15px;height:15px;background-color:#ff0000;float:left;margin-right:5px;}
.event-box{}
.events-box .events-de{position:relative;padding-bottom:25.5px;width:110%;/*padding-right:15px;border-right:1px solid #eee;*/}
.events-de img{width:308px;height:205px;}
.events-box .events-de:list-child{padding-bottom:0px;}
.register-user-box{ /*position: absolute;*/font-family: 'Roboto', sans-serif;font-weight:normal;bottom: 25px;
/* background-color: rgba(41, 40, 40, 0.8);*/
background: #f1f0f0;
/* background: linear-gradient(to right, rgba(179,22,202,0.8), rgba(33,110,225,0.8));*/
/*rgba(179,22,202,0), rgba(33,110,225,1)*/
padding: 6px 10px 4px 14px;
width: 100%;
text-align: left;
color: #31332e;font-size:12px;line-height:20px;border:1px solid #ddd;}
.register-user-box h5{padding-top:0px !important;color:#794017;}
.carousel-caption{ right: 0%;text-shadow:none;
left: 45%;}
.carousel-control.right,.carousel-control.left{background-image:none;}
#play-video{display: inline-block;
margin-bottom: 20px;
color: #000;
font-family: Arial, sans-serif;}
.carousel-control.right, .carousel-control.left{ position: absolute;
top: 50%;
right: 0;
background-color: transparent;
width: 45px;
padding: 0;
height: 40px;
overflow: hidden;}
.events-point li{list-style:disc;margin-left:15px;font-size:12px;line-height:18px;float:left;width:100%;}
ul li{font-size:14px;}
.fpo-page{}
.fpo-page h4{margin-top:30px;}
.fpo-ul li{margin-left:15px;}
.booklet-section{ background: linear-gradient(to right, #00b2e5 , #45d6ff);padding:12.5px 15px ;float:left;width:100%;margin-top:15px;}
.booklet-section ul{}
.booklet-section ul li{padding:8px;}
.booklet-section ul li img{float:left;margin-right:20px;}
.booklet-section ul li a{color:#fff;font-size:15px;}
.booklet-section ul li a span{font-size:13px;}
/*about-us*/
.content-section{min-height:400px;background-color:#fff;padding:30px 0;float:left;width:100%;}
.content-section p{text-align:justify;font-size:14px;}
.title-header-bg{background-image:url("../images/title-header-bg.png");float:left;width:100%;height:100px;background-position:center;}
.title-header-bg h3{font-size:25px;color:#648621;margin-top:23px;font-weight:600;margin-bottom:10px;}
.title-header-bg ul{ position: absolute;
left: 0;
right: 0;
margin: 0 auto;
width: 180px;}
.title-header-bg ul li{float:left;margin-left:5px;font-size:13px;line-height:20px;}
.title-header-bg ul li a{color:#767070;}
.bredcrum-list{/*background-color:rgba(214,214,214,0.5);*/width:100%;float:left;padding:10px;position:relative;height:40px;}
.g-color{color:#648621;line-height:23px;font-size:14px;}
.about-coated {float:left;width:300px;background-color:#f5f5f5;margin-bottom:10px;margin-top:20px;}
.about-coated img{float:left;}
.about-coated h4{float:left;margin-top:30px;margin-left:10px;}
.sidebar-list h3{font-family:'Bitter', serif;font-size:21px;}
.sidebar-list input[type="text"]{width:100%; height: 34px;
border-radius: 3px;
border: 1px solid #cac6c6}
.sidebar-list input[type="submit"]{background-color:#648621;}
.search-widget,.sidebar-widget,.subcribe-widget{margin-bottom:20px;}
.sidebar-link-widget{float:left;width:100%;}
.sidebar-link-widget ul{float:left;margin-bottom:20px;}
.sidebar-link-widget ul li{margin-bottom:5px;padding-top:5px;float:left;width:100%;border-bottom:1px solid #eee;padding-bottom:10px;}
.sidebar-link-widget ul li a{color:#888;}
.about-objective p{font-family: 'Roboto Slab', serif;}
.dropdown-menu>li>a{padding:6px 20px; }
body.hindi .navigation li a{font-size:14px !important;}
.play-img{ width: 64px;cursor:pointer;
position: absolute;
top: 43%;
left: 35%;border-radius:11px;}
.play-img:hover{background-color:#ff0000; }
.play-img-gallery{ width: 64px;cursor:pointer;
position: absolute;
top: 43%;
left: 35%;border-radius:11px;}
.play-img-gallery:hover{background-color:#ff0000; }
.about-sec p{margin-bottom:13px;color:#282828;font-family: calibri; font-size: 15px;}
.about-sec-ul li{margin-bottom:13px;padding-left:8px;color:#282828;font-family: calibri; font-size: 15px;}
.about-sec-ul li strong{margin-left:-8px;}
.about-sec-ul li span{position: absolute; margin-left: -8px;}
/**video gallery**/
.video-gallery{margin-bottom:0px;}
.video-gallery h5{border-bottom:1px solid #e0dfe8;margin-bottom:10px;padding:7px 0px;font-size:15px;}
.video-gallery h5 span{background-color:#0f0a35;padding:5px 25px;color:#fff;}
.video-box{}
.video-box a img{float:left;border1px solid #eee;padding:3px;width:100%;height:300px;}
.video-box a{float:left;}
.video-g-details h5{color:#545353 !important;width:100%;margin-bottom:5px;border-bottom:0px;margin-top:5px;font-size:14px;}
.elearn-v-box .thum{border:1px solid #d6d3d3;float:left;padding:3px;position:relative;}
.video-gallery .search-btn input{margin-top:-7px;padding:7px;font-size:13px;color:#777;width:250px;border-radius:3px;border:1px solid #e2d7d7;}
.video-gallery .search-btn i{position:absolute;right:25px;cursor:pointer;}
.video-gallery .search-btn select{margin-right:10px;padding:4px 10px;margin-top:-7px;border:1px solid #e2d7d7;font-size:13px;}
.singal-video-details h4{ float: left; width: 100%; margin-bottom: 7px; color: #44560a; font-weight: 600;}
.singal-video-details p{color: #757575; margin-bottom: 10px; float: left;}
.singal-video-details img{border:1px solid #eee;width:100%;float:left;height:400px;}
.side-video-list h5{margin:0px;padding-top:0px;}
/*events sec*/
.events-list{margin-bottom:30px;}
.carousel-control.right, .carousel-control.left{background-color: rgba(0,0,0,0.7);}
/*events modal */
.modal-dialog{width:730px;}
.events-description{ min-height:70px;max-height: 150px;
overflow: auto;
margin-top: 10px;
}
table tr th{background-color:#063479;color:#fff;font-weight:normal;}
.table-bordered>tbody>tr>td, .table-bordered>thead>tr>th{border:1px solid #d2cfcf;}
.emandi-select {margin-bottom:20px;}
.emandi-select select{width:210px;float:left;margin-right:10px;}
.emandi-list{margin-top:20px;padding:10px;}
.emandi-list table th{background-color:#70b32d;color:#fff;font-family:'Roboto', sans-serif;}
.e-commodity-list{float:left;}
.commodity-img{float:left;}
.commodity-img span{text-align:center;float:left;width:100%;}
.e-commodity-list img{width:100px;height:100px;margin-right:10px;margin-bottom:5px;margin-top:5px;border:1px solid #ddd;float:left;}
.v-g-imag{cursor:pointer;height:180px;width:320px;background-size:cover;}
.contect-text-msg{ font-size: 14px;
text-align: justify;
color: #7d7c7c;}
.address-sec{}
.address-sec img{margin-right:10px;float:left;}
.address-sec h4{font-weight: 600;
color: #000;
margin-top: 0;}
.contact-form{}
.address-sec span{float:left;margin-bottom:5px;margin-top:5px;width:100%;} | 0.18418 | 0.057971 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
font-family: 'Inter', sans-serif !important;
}
.bg-full {
min-height: 35vh;
background-position: center center;
background-size: cover;
background-image: url(faq_bg.png);
opacity: .9;
}
.kereso {
box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
border: none !important;
border-radius: 6px !important;
}
.kereso-letolva {
position: relative;
top: 75px;
}
.faq-head {
color: #EC7623;
font-weight: 600;
}
.form {
display: flex;
flex-direction: row;
}
.search-field {
width: 100%;
padding: 10px 35px 10px 15px;
border: none;
border-radius: 100px;
outline: none;
}
.search-button {
background: transparent;
border: none;
outline: none;
margin-left: -33px;
cursor: pointer;
}
.search-button i {
font-weight: 700;
position: relative;
top: 2px;
font-size: 18px;
color: #ee8439;
}
.faq-img {
width: 64px;
}
.card-faq-topic {
box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
border: none !important;
border-radius: 6px !important;
}
@media (max-width: 991.98px) {
.card-faq-topic {
margin-bottom: 3rem;
}}
@media (max-width: 575.98px) {
.nav-link.col-lg-2.col-md-3.col-sm-3.col-xs-12.card-faq-topic.py-4.mx-2 {
margin: 0 3rem !important;
margin-bottom: 3rem !important;
}}
.card-faq-topic .box-part {
z-index: -1;
}
.faq-topic-container{
padding: 9rem 0rem 0rem !important;
display: block !important;
}
.faq-title {
font-weight: 600;
color: #211061;
margin: auto;
}
.faq-section {
padding: 10rem 0;
}
/* Típus 2 */
.accordion .card {
background: none;
border: none;
border-radius: 6px !important;
border-left: 5px solid #ec7623 !important;
}
.accordion .card .card-header {
background: none;
border: none;
padding: .4rem 1rem;
}
.accordion .card-header h2 span {
float: left;
margin-top: 10px;
}
.accordion .card-header .btn {
color: #211061;
font-size: 1.04rem;
text-align: left;
position: relative;
font-weight: 500;
}
.accordion .card-header i {
font-size: 1.2rem;
font-weight: bold;
position: absolute;
left: 0;
top: 9px;
}
.accordion .card-header .btn:hover {
color: #ff8300;
}
.accordion .card-body {
color: #324353;
padding: 0.5rem 3rem;
}
.page-title {
margin: 3rem 0 3rem 1rem;
position: relative;
}
.page-title::after {
content: "";
width: 80px;
position: absolute;
height: 3px;
border-radius: 1px;
background: #211061;
left: 0;
bottom: -15px;
}
.accordion .highlight .btn {
color: #211061;
}
.accordion .highlight i {
transform: rotate(180deg);
}
.card a {
color: #EC7623;
}
.card a:hover {
color: #EC7623;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
max-height: 21rem;
top: -3px;
position: absolute;
background-color: #ffffff;
min-width: 57.5rem;
overflow: auto;
z-index: 1001;
border-radius: 0 0 6px 6px;
box-shadow: 0px 10px 8px 0px rgb(0 0 0 / 15%);
border: none !important;
overflow-y: hidden !important;
}
@media (max-width: 1199.98px) {
.dropdown-content {
min-width: 48.1rem;
}}
@media (max-width: 989.98px) {
.dropdown-content {
min-width: 35.6rem;
}}
@media (max-width: 766.98px) {
.dropdown-content {
min-width: 31.9rem;
left: -1.85rem;
}}
@media (max-width: 575.98px) {
.dropdown-content {
min-width: 33.9rem;
left: -2rem;
}}
@media (max-width: 375.98px) {
.dropdown-content {
min-width: 21.55rem;
left: -1rem;
}}
.dropdown-content a {
color: #EC7623;
padding: 9px 20px;
margin: 0 15px;
text-decoration: none;
display: block;
border-radius: 5px;
font-weight: 500;
}
.dropdown-content a:hover {
background-color: #f9f9f9;
color: #ee8439;
text-decoration: none;
}
.dropdown a:hover {background-color: #ddd;}
.show {display: block;}
/* Accordion */
.collapsible-link {
width: 100%;
position: relative;
text-align: left;
}
.collapsible-link::before {
content: '\f107';
position: absolute;
top: 50%;
right: 0.8rem;
transform: translateY(-50%);
display: block;
font-family: 'FontAwesome';
font-size: 1rem;
color: #ec7623;
}
.collapsible-link[aria-expanded='true']::before {
content: '\f106';
}
.zIndexAdd {
z-index: -1;
}
.cim-category {
font-weight: 600;
color: #EC7623;
}
#hogyanTudokVasarolni .card {
border-radius: 5px;
border-left: 4px solid #ec7623;
}
.accordion .card-header .btn {
color: #211061 !important;
font-size: 15px !important;
}
.collapsible-link:focus {
box-shadow: none !important;
}
.video-utmutatas {
width: 100% !important;
}
.copy-paste-btn {
color: #ec7623;
border: none !important;
background: none !important;
}
.copy-paste-btn:focus {
outline: none;
}
#masolhatoAdatText {
color: #ec7623;
font-weight: 600;
font-size: 14px;
}
#masolhatoAdatText02 {
color: #ec7623;
font-weight: 600;
font-size: 14px;
}
.faq-list {
margin-bottom: 1rem;
padding-right: 2rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background-color: #ec7623 !important;
}
.nav-pills .nav-link.active .faq-title, .nav-pills .show>.nav-link {
color: #fff;
}
.link-faq {
color: #ec7623 !important;
}
.link-faq a{
color: #ec7623 !important;
}
.list-category-img {
width: 30px;
margin-right: 1rem;
}
.accordion .card-body {
color: #211061 !important
}
.form-control-label {
font-weight: 500;
color: #211061;
font-size: 15px;
text-transform: initial;
}
.submit-btn-faq {
border-radius: 5px;
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
color: #211061 !important;
font-weight: 600 !important;
}
.faq-urlap {
box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
border: none !important;
border-radius: 6px !important;
}
.faq-urlap-head {
color: #ec7623;
font-weight: 600;
}
.faq-urlap-par {
color: #211061;
font-weight: 600;
}
.form-control {
border: none !important;
box-shadow: 1px 1px 7px gainsboro;
}
.mt-5 {
margin-top: 5rem;
}
.faq-kepek {
max-width: 100%;
}
.faq-delviery-comp {
max-width: 128px;
}
.no-underline {
text-decoration: none !important;
} | PROJEKTEK/FAQ/faq.css | @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
font-family: 'Inter', sans-serif !important;
}
.bg-full {
min-height: 35vh;
background-position: center center;
background-size: cover;
background-image: url(faq_bg.png);
opacity: .9;
}
.kereso {
box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
border: none !important;
border-radius: 6px !important;
}
.kereso-letolva {
position: relative;
top: 75px;
}
.faq-head {
color: #EC7623;
font-weight: 600;
}
.form {
display: flex;
flex-direction: row;
}
.search-field {
width: 100%;
padding: 10px 35px 10px 15px;
border: none;
border-radius: 100px;
outline: none;
}
.search-button {
background: transparent;
border: none;
outline: none;
margin-left: -33px;
cursor: pointer;
}
.search-button i {
font-weight: 700;
position: relative;
top: 2px;
font-size: 18px;
color: #ee8439;
}
.faq-img {
width: 64px;
}
.card-faq-topic {
box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
border: none !important;
border-radius: 6px !important;
}
@media (max-width: 991.98px) {
.card-faq-topic {
margin-bottom: 3rem;
}}
@media (max-width: 575.98px) {
.nav-link.col-lg-2.col-md-3.col-sm-3.col-xs-12.card-faq-topic.py-4.mx-2 {
margin: 0 3rem !important;
margin-bottom: 3rem !important;
}}
.card-faq-topic .box-part {
z-index: -1;
}
.faq-topic-container{
padding: 9rem 0rem 0rem !important;
display: block !important;
}
.faq-title {
font-weight: 600;
color: #211061;
margin: auto;
}
.faq-section {
padding: 10rem 0;
}
/* Típus 2 */
.accordion .card {
background: none;
border: none;
border-radius: 6px !important;
border-left: 5px solid #ec7623 !important;
}
.accordion .card .card-header {
background: none;
border: none;
padding: .4rem 1rem;
}
.accordion .card-header h2 span {
float: left;
margin-top: 10px;
}
.accordion .card-header .btn {
color: #211061;
font-size: 1.04rem;
text-align: left;
position: relative;
font-weight: 500;
}
.accordion .card-header i {
font-size: 1.2rem;
font-weight: bold;
position: absolute;
left: 0;
top: 9px;
}
.accordion .card-header .btn:hover {
color: #ff8300;
}
.accordion .card-body {
color: #324353;
padding: 0.5rem 3rem;
}
.page-title {
margin: 3rem 0 3rem 1rem;
position: relative;
}
.page-title::after {
content: "";
width: 80px;
position: absolute;
height: 3px;
border-radius: 1px;
background: #211061;
left: 0;
bottom: -15px;
}
.accordion .highlight .btn {
color: #211061;
}
.accordion .highlight i {
transform: rotate(180deg);
}
.card a {
color: #EC7623;
}
.card a:hover {
color: #EC7623;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
max-height: 21rem;
top: -3px;
position: absolute;
background-color: #ffffff;
min-width: 57.5rem;
overflow: auto;
z-index: 1001;
border-radius: 0 0 6px 6px;
box-shadow: 0px 10px 8px 0px rgb(0 0 0 / 15%);
border: none !important;
overflow-y: hidden !important;
}
@media (max-width: 1199.98px) {
.dropdown-content {
min-width: 48.1rem;
}}
@media (max-width: 989.98px) {
.dropdown-content {
min-width: 35.6rem;
}}
@media (max-width: 766.98px) {
.dropdown-content {
min-width: 31.9rem;
left: -1.85rem;
}}
@media (max-width: 575.98px) {
.dropdown-content {
min-width: 33.9rem;
left: -2rem;
}}
@media (max-width: 375.98px) {
.dropdown-content {
min-width: 21.55rem;
left: -1rem;
}}
.dropdown-content a {
color: #EC7623;
padding: 9px 20px;
margin: 0 15px;
text-decoration: none;
display: block;
border-radius: 5px;
font-weight: 500;
}
.dropdown-content a:hover {
background-color: #f9f9f9;
color: #ee8439;
text-decoration: none;
}
.dropdown a:hover {background-color: #ddd;}
.show {display: block;}
/* Accordion */
.collapsible-link {
width: 100%;
position: relative;
text-align: left;
}
.collapsible-link::before {
content: '\f107';
position: absolute;
top: 50%;
right: 0.8rem;
transform: translateY(-50%);
display: block;
font-family: 'FontAwesome';
font-size: 1rem;
color: #ec7623;
}
.collapsible-link[aria-expanded='true']::before {
content: '\f106';
}
.zIndexAdd {
z-index: -1;
}
.cim-category {
font-weight: 600;
color: #EC7623;
}
#hogyanTudokVasarolni .card {
border-radius: 5px;
border-left: 4px solid #ec7623;
}
.accordion .card-header .btn {
color: #211061 !important;
font-size: 15px !important;
}
.collapsible-link:focus {
box-shadow: none !important;
}
.video-utmutatas {
width: 100% !important;
}
.copy-paste-btn {
color: #ec7623;
border: none !important;
background: none !important;
}
.copy-paste-btn:focus {
outline: none;
}
#masolhatoAdatText {
color: #ec7623;
font-weight: 600;
font-size: 14px;
}
#masolhatoAdatText02 {
color: #ec7623;
font-weight: 600;
font-size: 14px;
}
.faq-list {
margin-bottom: 1rem;
padding-right: 2rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background-color: #ec7623 !important;
}
.nav-pills .nav-link.active .faq-title, .nav-pills .show>.nav-link {
color: #fff;
}
.link-faq {
color: #ec7623 !important;
}
.link-faq a{
color: #ec7623 !important;
}
.list-category-img {
width: 30px;
margin-right: 1rem;
}
.accordion .card-body {
color: #211061 !important
}
.form-control-label {
font-weight: 500;
color: #211061;
font-size: 15px;
text-transform: initial;
}
.submit-btn-faq {
border-radius: 5px;
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
color: #211061 !important;
font-weight: 600 !important;
}
.faq-urlap {
box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
border: none !important;
border-radius: 6px !important;
}
.faq-urlap-head {
color: #ec7623;
font-weight: 600;
}
.faq-urlap-par {
color: #211061;
font-weight: 600;
}
.form-control {
border: none !important;
box-shadow: 1px 1px 7px gainsboro;
}
.mt-5 {
margin-top: 5rem;
}
.faq-kepek {
max-width: 100%;
}
.faq-delviery-comp {
max-width: 128px;
}
.no-underline {
text-decoration: none !important;
} | 0.272315 | 0.049612 |
.footer-distributed > h1,h2,h3{
font-family: 'Gotham Rounded', Helvetica, sans-serif;
font-size: 16px;
font-weight: medium;
}
.footer-distributed{
background: linear-gradient(to right, rgb(0, 108, 168) 0%, rgb(0, 109, 168) 1%, rgb(0, 148, 176) 51%, rgb(0, 148, 176) 100%);
padding: 55px 50px;
lost-utility: clearfix;
}
.footer-center {
/* footer */
.input--footer {
z-index: auto;
text-align: center;
}
.input {
position: relative;
z-index: 1;
display: inline-block;
max-width: 700px;
width: calc(100% - 2em);
vertical-align: top;
}
.input__field {
text-align: center;
position: relative;
width: 232px;
border: none;
border-radius: 0;
background: #f0f0f0;
color: linear-gradient(to right, rgb(0, 108, 168) 0%, rgb(0, 109, 168) 1%, rgb(0, 148, 176) 51%, rgb(0, 148, 176) 100%) transparent;
font-weight: bold;
font-family: "Gotham Rounded Book", Helvetica, Arial, sans-serif;
-webkit-appearance: none; /* for box shadows to show on iOS */
}
.input__field:focus {
outline: none;
}
.input__label {
display: inline-block;
float: right;
padding: 0 1em;
width: 35%;
color: rgb(0, 108, 168);
font-weight: bold;
font-size: 70.25%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: "Gotham Rounded", Helvetica, Arial, sans-serif;
}
.input__label-content {
position: relative;
display: block;
padding: 1.6em 0;
width: 100%;
}
/* footer */
.input--footer {
z-index: auto;
}
.input__field--footer {
border-radius: 5px;
background: #fff;
color: #535d92;
}
.input__label--footer {
z-index: 0;
padding: 0 0 0 2em;
text-align: left;
}
.input__label-content--footer {
padding: 0.5em 0;
}
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
display: inline-block;
vertical-align: top;
}
/* Footer left */
.footer-distributed .footer-left{
lost-column: 1/3 no-flex;
}
/* The company logo */
.footer-distributed h3{
color: #ffffff;
margin: 0;
}
.footer-distributed h3 span{
color: #ffffff;
}
/* Footer links */
.footer-distributed .footer-links{
color: #ffffff;
margin: 20px 0 12px;
padding: 0;
}
.footer-distributed .footer-links a{
display:inline-block;
line-height: 1.8;
text-decoration: none;
color: inherit;
}
.footer-distributed .footer-company-name{
color: #ffffff;
font-size: 14px;
font-weight: normal;
margin: 45px;
font-family: "Gotham Rounded Book", Helvetica, Arial, sans-serif;
}
/* Footer Center */
.footer-distributed .footer-center{
lost-column: 1/3 no-flex;
}
.footer-distributed .footer-center i.fa-envelope{
font-size: 17px;
line-height: 38px;
}
.footer-distributed .footer-center h2{
color: #ffffff;
margin-bottom:20px;
}
.footer-distributed .footer-center p span{
display:block;
font-weight: normal;
font-size:14px;
line-height:2;
}
.footer-distributed .footer-center p a{
color: #ffffff;
text-decoration: none;;
}
/* Footer Right */
.footer-distributed .footer-right{
lost-column: 1/3 no-flex;
text-align: justify;
}
.footer-company-about{
p{
line-height: 20px;
color: #ffffff;
font-size: 13px;
font-weight: 300;
margin: 0;
}
}
.footer-company-about{
width: 70%;
float: right;
font-family: 'Gotham Rounded', Helvetica, sans-serif;
}
.footer-company-about span{
display: block;
color: #ffffff;
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
}
.footer-distributed .footer-icons{
margin-top: 10px;
float: left;
}
.footer-distributed .footer-icons a{
display: inline-block;
width: 35px;
height: 35px;
cursor: pointer;
background-color: #ffffff;
border-radius: 2px;
font-size: 20px;
color: black;
text-align: center;
line-height: 35px;
margin-right: 3px;
margin-bottom: 5px;
}
/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 880px) {
.footer-distributed{
font: bold 14px sans-serif;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
display: block;
width: 100%;
margin-bottom: 40px;
text-align: center;
}
.footer-distributed .footer-center i{
margin-left: 0;
}
.footer-company-about{
width: 100%;
font-family: 'Gotham Rounded', Helvetica, sans-serif;
}
.footer-distributed .footer-icons{
margin-top: 10px;
display: block;
width: 100%;
}
} | src/templates/footer/footer.css | .footer-distributed > h1,h2,h3{
font-family: 'Gotham Rounded', Helvetica, sans-serif;
font-size: 16px;
font-weight: medium;
}
.footer-distributed{
background: linear-gradient(to right, rgb(0, 108, 168) 0%, rgb(0, 109, 168) 1%, rgb(0, 148, 176) 51%, rgb(0, 148, 176) 100%);
padding: 55px 50px;
lost-utility: clearfix;
}
.footer-center {
/* footer */
.input--footer {
z-index: auto;
text-align: center;
}
.input {
position: relative;
z-index: 1;
display: inline-block;
max-width: 700px;
width: calc(100% - 2em);
vertical-align: top;
}
.input__field {
text-align: center;
position: relative;
width: 232px;
border: none;
border-radius: 0;
background: #f0f0f0;
color: linear-gradient(to right, rgb(0, 108, 168) 0%, rgb(0, 109, 168) 1%, rgb(0, 148, 176) 51%, rgb(0, 148, 176) 100%) transparent;
font-weight: bold;
font-family: "Gotham Rounded Book", Helvetica, Arial, sans-serif;
-webkit-appearance: none; /* for box shadows to show on iOS */
}
.input__field:focus {
outline: none;
}
.input__label {
display: inline-block;
float: right;
padding: 0 1em;
width: 35%;
color: rgb(0, 108, 168);
font-weight: bold;
font-size: 70.25%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: "Gotham Rounded", Helvetica, Arial, sans-serif;
}
.input__label-content {
position: relative;
display: block;
padding: 1.6em 0;
width: 100%;
}
/* footer */
.input--footer {
z-index: auto;
}
.input__field--footer {
border-radius: 5px;
background: #fff;
color: #535d92;
}
.input__label--footer {
z-index: 0;
padding: 0 0 0 2em;
text-align: left;
}
.input__label-content--footer {
padding: 0.5em 0;
}
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
display: inline-block;
vertical-align: top;
}
/* Footer left */
.footer-distributed .footer-left{
lost-column: 1/3 no-flex;
}
/* The company logo */
.footer-distributed h3{
color: #ffffff;
margin: 0;
}
.footer-distributed h3 span{
color: #ffffff;
}
/* Footer links */
.footer-distributed .footer-links{
color: #ffffff;
margin: 20px 0 12px;
padding: 0;
}
.footer-distributed .footer-links a{
display:inline-block;
line-height: 1.8;
text-decoration: none;
color: inherit;
}
.footer-distributed .footer-company-name{
color: #ffffff;
font-size: 14px;
font-weight: normal;
margin: 45px;
font-family: "Gotham Rounded Book", Helvetica, Arial, sans-serif;
}
/* Footer Center */
.footer-distributed .footer-center{
lost-column: 1/3 no-flex;
}
.footer-distributed .footer-center i.fa-envelope{
font-size: 17px;
line-height: 38px;
}
.footer-distributed .footer-center h2{
color: #ffffff;
margin-bottom:20px;
}
.footer-distributed .footer-center p span{
display:block;
font-weight: normal;
font-size:14px;
line-height:2;
}
.footer-distributed .footer-center p a{
color: #ffffff;
text-decoration: none;;
}
/* Footer Right */
.footer-distributed .footer-right{
lost-column: 1/3 no-flex;
text-align: justify;
}
.footer-company-about{
p{
line-height: 20px;
color: #ffffff;
font-size: 13px;
font-weight: 300;
margin: 0;
}
}
.footer-company-about{
width: 70%;
float: right;
font-family: 'Gotham Rounded', Helvetica, sans-serif;
}
.footer-company-about span{
display: block;
color: #ffffff;
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
}
.footer-distributed .footer-icons{
margin-top: 10px;
float: left;
}
.footer-distributed .footer-icons a{
display: inline-block;
width: 35px;
height: 35px;
cursor: pointer;
background-color: #ffffff;
border-radius: 2px;
font-size: 20px;
color: black;
text-align: center;
line-height: 35px;
margin-right: 3px;
margin-bottom: 5px;
}
/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 880px) {
.footer-distributed{
font: bold 14px sans-serif;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
display: block;
width: 100%;
margin-bottom: 40px;
text-align: center;
}
.footer-distributed .footer-center i{
margin-left: 0;
}
.footer-company-about{
width: 100%;
font-family: 'Gotham Rounded', Helvetica, sans-serif;
}
.footer-distributed .footer-icons{
margin-top: 10px;
display: block;
width: 100%;
}
} | 0.234231 | 0.086016 |
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.6;
cursor: default;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
padding: 0;
margin: 0;
font-family: "Monda", sans-serif;
font-size: calc(12px + 1vmin);
color: #141414;
background-color: #FAFAFA;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
color: #EDEDED;
background-color: #080808;
}
::selection {
color: #EDEDED;
background-color: #080808;
}
h1,
h2,
p {
margin: 0;
}
h1,
h2 {
font-family: "Oleo Script", cursive;
text-transform: capitalize;
}
.background {
width: 100%;
height: auto;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.image-1,
.image-10 {
aspect-ratio: 5 / 4;
}
.image-1 {
background-image: url("https://images.pexels.com/photos/413885/pexels-photo-413885.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-2,
.image-3 {
aspect-ratio: 1 / 1;
}
.image-4,
.image-6,
.image-7,
.image-8,
.image-9 {
aspect-ratio: 4 / 5;
}
.image-2 {
background-image: url("https://images.pexels.com/photos/4061512/pexels-photo-4061512.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-3 {
background-image: url("https://images.pexels.com/photos/3209639/pexels-photo-3209639.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-4 {
background-image: url("https://images.pexels.com/photos/4348322/pexels-photo-4348322.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-5 {
aspect-ratio: 16 / 9;
background-image: url("https://images.pexels.com/photos/5549382/pexels-photo-5549382.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-6 {
background-image: url("https://images.pexels.com/photos/5492909/pexels-photo-5492909.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-7 {
background-image: url("https://images.pexels.com/photos/5492906/pexels-photo-5492906.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-8 {
background-image: url("https://images.pexels.com/photos/5492908/pexels-photo-5492908.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-9 {
background-image: url("https://images.pexels.com/photos/5492907/pexels-photo-5492907.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-10 {
background-image: url("https://images.pexels.com/photos/4205307/pexels-photo-4205307.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
header,
article {
display: -ms-grid;
display: grid;
grid-template-columns: 1fr;
row-gap: 2vmax;
margin: 6vmax 2vmax;
-ms-grid-columns: 1fr;
}
article:first-of-type > div:first-of-type {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(2, 1fr);
-webkit-column-gap: 2vmax;
column-gap: 2vmax;
align-items: center;
-ms-grid-columns: (1fr)[2];
-webkit-box-align: center;
-ms-flex-align: center;
}
article:nth-of-type(4) {
row-gap: 6vmax;
margin: 6vmax 0;
}
article:nth-of-type(4) > div:nth-of-type(2) {
max-width: 80ch;
margin: 0 2vmax;
}
article:nth-of-type(4) > div:last-of-type {
display: -ms-grid;
display: grid;
grid-template-columns: 1fr;
row-gap: 2vmax;
margin: 0 2vmax;
-ms-grid-columns: 1fr;
}
@media (min-width: 960px) {
header,
article {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
-webkit-column-gap: 2vmax;
column-gap: 2vmax;
}
header {
align-items: end;
margin: 4vmax 4vmax 10vmax 4vmax;
-webkit-box-align: end;
-ms-flex-align: end;
}
article {
align-items: center;
margin: 10vmax 4vmax;
-webkit-box-align: center;
-ms-flex-align: center;
}
article:nth-of-type(3) {
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
}
article:nth-of-type(4) {
grid-template-columns: 1fr;
row-gap: 10vmax;
margin: 10vmax 0;
-ms-grid-columns: 1fr;
}
article:nth-of-type(4) > div:nth-of-type(2) {
margin: 0 4vmax;
}
article:nth-of-type(4) > div:last-of-type {
-ms-grid-columns: (1fr)[4];
grid-template-columns: repeat(4, 1fr);
-webkit-column-gap: 2vmin;
column-gap: 2vmin;
}
article:nth-of-type(5) {
margin: 10vmax 4vmax 4vmax 4vmax;
}
.image-1,
.image-4 {
-ms-grid-row: 1;
grid-row: 1;
-ms-grid-column: 2;
grid-column: 2;
}
} | styles/main.css | html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.6;
cursor: default;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
padding: 0;
margin: 0;
font-family: "Monda", sans-serif;
font-size: calc(12px + 1vmin);
color: #141414;
background-color: #FAFAFA;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
color: #EDEDED;
background-color: #080808;
}
::selection {
color: #EDEDED;
background-color: #080808;
}
h1,
h2,
p {
margin: 0;
}
h1,
h2 {
font-family: "Oleo Script", cursive;
text-transform: capitalize;
}
.background {
width: 100%;
height: auto;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.image-1,
.image-10 {
aspect-ratio: 5 / 4;
}
.image-1 {
background-image: url("https://images.pexels.com/photos/413885/pexels-photo-413885.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-2,
.image-3 {
aspect-ratio: 1 / 1;
}
.image-4,
.image-6,
.image-7,
.image-8,
.image-9 {
aspect-ratio: 4 / 5;
}
.image-2 {
background-image: url("https://images.pexels.com/photos/4061512/pexels-photo-4061512.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-3 {
background-image: url("https://images.pexels.com/photos/3209639/pexels-photo-3209639.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-4 {
background-image: url("https://images.pexels.com/photos/4348322/pexels-photo-4348322.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-5 {
aspect-ratio: 16 / 9;
background-image: url("https://images.pexels.com/photos/5549382/pexels-photo-5549382.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-6 {
background-image: url("https://images.pexels.com/photos/5492909/pexels-photo-5492909.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-7 {
background-image: url("https://images.pexels.com/photos/5492906/pexels-photo-5492906.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-8 {
background-image: url("https://images.pexels.com/photos/5492908/pexels-photo-5492908.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-9 {
background-image: url("https://images.pexels.com/photos/5492907/pexels-photo-5492907.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
.image-10 {
background-image: url("https://images.pexels.com/photos/4205307/pexels-photo-4205307.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
}
header,
article {
display: -ms-grid;
display: grid;
grid-template-columns: 1fr;
row-gap: 2vmax;
margin: 6vmax 2vmax;
-ms-grid-columns: 1fr;
}
article:first-of-type > div:first-of-type {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(2, 1fr);
-webkit-column-gap: 2vmax;
column-gap: 2vmax;
align-items: center;
-ms-grid-columns: (1fr)[2];
-webkit-box-align: center;
-ms-flex-align: center;
}
article:nth-of-type(4) {
row-gap: 6vmax;
margin: 6vmax 0;
}
article:nth-of-type(4) > div:nth-of-type(2) {
max-width: 80ch;
margin: 0 2vmax;
}
article:nth-of-type(4) > div:last-of-type {
display: -ms-grid;
display: grid;
grid-template-columns: 1fr;
row-gap: 2vmax;
margin: 0 2vmax;
-ms-grid-columns: 1fr;
}
@media (min-width: 960px) {
header,
article {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
-webkit-column-gap: 2vmax;
column-gap: 2vmax;
}
header {
align-items: end;
margin: 4vmax 4vmax 10vmax 4vmax;
-webkit-box-align: end;
-ms-flex-align: end;
}
article {
align-items: center;
margin: 10vmax 4vmax;
-webkit-box-align: center;
-ms-flex-align: center;
}
article:nth-of-type(3) {
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
}
article:nth-of-type(4) {
grid-template-columns: 1fr;
row-gap: 10vmax;
margin: 10vmax 0;
-ms-grid-columns: 1fr;
}
article:nth-of-type(4) > div:nth-of-type(2) {
margin: 0 4vmax;
}
article:nth-of-type(4) > div:last-of-type {
-ms-grid-columns: (1fr)[4];
grid-template-columns: repeat(4, 1fr);
-webkit-column-gap: 2vmin;
column-gap: 2vmin;
}
article:nth-of-type(5) {
margin: 10vmax 4vmax 4vmax 4vmax;
}
.image-1,
.image-4 {
-ms-grid-row: 1;
grid-row: 1;
-ms-grid-column: 2;
grid-column: 2;
}
} | 0.457621 | 0.135432 |
:root {
--color-border-cell: rgb(0, 0, 0);
--color-text-cell: rgb(0, 0, 0);
--color-text-cell-static: rgb(255, 255, 255);
--color-text-cell-focus: rgb(255, 255, 255);
--color-bg-cell: rgb(255, 255, 255);
--color-bg-cell-static: rgb(16, 76, 160);
/* --color-bg-cell-neighbor: rgb(211, 211, 211); */
--color-bg-cell-neighbor: rgb(255, 208, 154);
--color-bg-cell-hover: rgb(141, 218, 248);
--color-bg-cell-focus: rgb(141, 218, 248);
--color-bg-cell-hint: rgb(255, 193, 100);
--width-cell-border: 2.5px;
--width-cell: calc(2.85vw + 2.25vh);
--fontSize-cell: calc(1.2em + 0.5vw);
}
.sudoku-grid-cell {
display: flex;
justify-content: center;
align-items: center;
width: var(--width-cell);
max-width: 50px;
height: var(--width-cell);
max-height: 50px;
border: var(--width-cell-border) solid var(--color-border-cell);
background-color: var(--color-bg-cell);
}
.sudoku-grid-cell.sudoku-grid-cell--static {
cursor: default;
user-select: none;
background-color: var(--color-bg-cell-static) !important;
color: var(--color-text-cell-static);
}
.sudoku-grid-cell.sudoku-grid-cell--neighbor {
background-color: var(--color-bg-cell-neighbor);
}
.sudoku-grid-cell.sudoku-grid-cell--hint {
background-color: var(--color-bg-cell-hint);
}
.sudoku-grid-cell-input {
cursor: pointer;
height: 100%;
width: 100%;
background-color: transparent;
border: 0;
text-align: center;
font-family: "Poppins", sans-serif;
font-size: var(--fontSize-cell);
font-weight: 800;
}
.sudoku-grid-cell-input:disabled {
color: var(--color-text-cell-static);
}
.sudoku-grid-cell-input:enabled {
color: var(--color-text-cell);
transition: 0.3s background-color;
}
.sudoku-grid-cell-input:hover:enabled {
transition: 0.3s background-color;
background-color: var(--color-bg-cell-hover);
color: var(--color-text-cell-focus);
}
.sudoku-grid-cell-input:focus {
outline: none;
transition: 0.3s background-color;
background-color: var(--color-bg-cell-focus);
color: var(--color-text-cell-focus);
}
/* START -- Removing arrows from input[type=number] */
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
/* END */
@media only screen and (max-width: 990px) {
:root {
--fontSize-cell: calc(0.8em + 0.5vw);
}
} | src/styles/components/sudoku/cell.css | :root {
--color-border-cell: rgb(0, 0, 0);
--color-text-cell: rgb(0, 0, 0);
--color-text-cell-static: rgb(255, 255, 255);
--color-text-cell-focus: rgb(255, 255, 255);
--color-bg-cell: rgb(255, 255, 255);
--color-bg-cell-static: rgb(16, 76, 160);
/* --color-bg-cell-neighbor: rgb(211, 211, 211); */
--color-bg-cell-neighbor: rgb(255, 208, 154);
--color-bg-cell-hover: rgb(141, 218, 248);
--color-bg-cell-focus: rgb(141, 218, 248);
--color-bg-cell-hint: rgb(255, 193, 100);
--width-cell-border: 2.5px;
--width-cell: calc(2.85vw + 2.25vh);
--fontSize-cell: calc(1.2em + 0.5vw);
}
.sudoku-grid-cell {
display: flex;
justify-content: center;
align-items: center;
width: var(--width-cell);
max-width: 50px;
height: var(--width-cell);
max-height: 50px;
border: var(--width-cell-border) solid var(--color-border-cell);
background-color: var(--color-bg-cell);
}
.sudoku-grid-cell.sudoku-grid-cell--static {
cursor: default;
user-select: none;
background-color: var(--color-bg-cell-static) !important;
color: var(--color-text-cell-static);
}
.sudoku-grid-cell.sudoku-grid-cell--neighbor {
background-color: var(--color-bg-cell-neighbor);
}
.sudoku-grid-cell.sudoku-grid-cell--hint {
background-color: var(--color-bg-cell-hint);
}
.sudoku-grid-cell-input {
cursor: pointer;
height: 100%;
width: 100%;
background-color: transparent;
border: 0;
text-align: center;
font-family: "Poppins", sans-serif;
font-size: var(--fontSize-cell);
font-weight: 800;
}
.sudoku-grid-cell-input:disabled {
color: var(--color-text-cell-static);
}
.sudoku-grid-cell-input:enabled {
color: var(--color-text-cell);
transition: 0.3s background-color;
}
.sudoku-grid-cell-input:hover:enabled {
transition: 0.3s background-color;
background-color: var(--color-bg-cell-hover);
color: var(--color-text-cell-focus);
}
.sudoku-grid-cell-input:focus {
outline: none;
transition: 0.3s background-color;
background-color: var(--color-bg-cell-focus);
color: var(--color-text-cell-focus);
}
/* START -- Removing arrows from input[type=number] */
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
/* END */
@media only screen and (max-width: 990px) {
:root {
--fontSize-cell: calc(0.8em + 0.5vw);
}
} | 0.505127 | 0.204739 |
body {
background-image: url(/assets/img/college_library5.jpg);
background-size: cover;
background-repeat: no-repeat;
font-family: Georgia, "Times New Roman", Times, serif;
background-attachment: fixed;
}
.landing-page {
text-align: center;
}
#title-heading {
padding-top: 50px;
text-align: center;
color: #050141;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 35px;
font-style: oblique;
backdrop-filter: blur(20px);
padding-bottom: 5px;
width: 50%;
margin: 0 auto;
}
/* CSS for the rooms dashboard page */
.dashboard-table {
/* padding-left: 150px; */
text-align: center;
border-collapse: collapse;
margin-bottom: 0;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.dashboard-table th {
text-align: center;
}
.dashboard-table td {
border-bottom: 1px dashed #d7d7d7;
}
.dashboard-table a {
color: #242424;
}
.dashboard-table .bold {
color: #0a0a0a;
font-weight: 600;
}
.dashboard-table thead {
border: 0;
border-bottom: 1px solid #e6e6e6;
color: #8a8a8a;
font-size: 0.8rem;
}
.dashboard-table thead a {
color: #8a8a8a;
}
.dashboard-table tbody {
border: 1px solid #e1e1e1;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.dashboard-table tbody tr {
transition: all 0.5s ease;
}
.dashboard-table tbody tr:hover {
background: #fcf7da;
transition: all 0.5s ease;
}
.dashboard-table tbody tr:nth-child(even) {
background: none;
}
.dashboard-table tr:last-child td {
border-bottom: 0;
}
.dashboard-table-text {
font-size: 1rem;
font-weight: 400;
margin-bottom: 0;
margin-top: 0.5rem;
}
.dashboard-table-timestamp {
color: #9a9a9a;
font-size: 0.9rem;
font-weight: 400;
}
.create-room {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 18px;
font-weight: 600;
}
.check-in-btn {
font-weight: 600;
}
/* CSS for the create room page */
form .form-icons {
text-align: center;
}
form .form-icons h4 {
margin-bottom: 1rem;
}
form .form-icons .input-group-label {
background-color: #1779ba;
border-color: #1779ba;
}
form .form-icons .input-group-field {
border-color: #1779ba;
}
form .form-icons .fa {
color: white;
width: 1rem;
}
/* room reservation page background */
#instructions {
text-align: center;
background-image: url(/assets/img/college_library5.jpg);
}
#instructions ul {
width: 50%;
margin: 0 auto;
backdrop-filter: blur(20px);
padding: 10px;
padding-top: 25px;
font-weight: bold;
}
/* CSS for new room page */
#new-room-form {
backdrop-filter: blur(20px);
color: #0a023b;
font-size: 25px;
padding: 30px;
width: 40%;
margin: 0 auto;
padding-bottom: 5px;
transform: translateY(50%);
}
#new-room-form p {
font-size: 20px;
color: #000;
}
/* CSS for edit room page */
#edit-room-form {
backdrop-filter: blur(20px);
color: #0a023b;
font-size: 25px;
padding: 30px;
width: 40%;
margin: 0 auto;
padding-bottom: 5px;
transform: translateY(50%);
}
#edit-room-form label {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
font-weight: 600;
}
h4 {
font-family: "Times New Roman", Times, serif;
font-weight: 600;
}
/* modal css */
body.swal2-shown > [aria-hidden="true"] {
filter: blur(10px);
}
body > * {
transition: 0.1s filter linear;
}
.first {
background: cornflowerblue;
color: white;
border: none;
padding: 10px;
border-radius: 8px;
font-family: "Lato";
margin-top: 20px;
text-transform: uppercase;
cursor: pointer;
outline: none;
text-align: center;
}
.first-div {
margin-top: 25px;
} | public/assets/css/stylesheet.css | body {
background-image: url(/assets/img/college_library5.jpg);
background-size: cover;
background-repeat: no-repeat;
font-family: Georgia, "Times New Roman", Times, serif;
background-attachment: fixed;
}
.landing-page {
text-align: center;
}
#title-heading {
padding-top: 50px;
text-align: center;
color: #050141;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 35px;
font-style: oblique;
backdrop-filter: blur(20px);
padding-bottom: 5px;
width: 50%;
margin: 0 auto;
}
/* CSS for the rooms dashboard page */
.dashboard-table {
/* padding-left: 150px; */
text-align: center;
border-collapse: collapse;
margin-bottom: 0;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.dashboard-table th {
text-align: center;
}
.dashboard-table td {
border-bottom: 1px dashed #d7d7d7;
}
.dashboard-table a {
color: #242424;
}
.dashboard-table .bold {
color: #0a0a0a;
font-weight: 600;
}
.dashboard-table thead {
border: 0;
border-bottom: 1px solid #e6e6e6;
color: #8a8a8a;
font-size: 0.8rem;
}
.dashboard-table thead a {
color: #8a8a8a;
}
.dashboard-table tbody {
border: 1px solid #e1e1e1;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.dashboard-table tbody tr {
transition: all 0.5s ease;
}
.dashboard-table tbody tr:hover {
background: #fcf7da;
transition: all 0.5s ease;
}
.dashboard-table tbody tr:nth-child(even) {
background: none;
}
.dashboard-table tr:last-child td {
border-bottom: 0;
}
.dashboard-table-text {
font-size: 1rem;
font-weight: 400;
margin-bottom: 0;
margin-top: 0.5rem;
}
.dashboard-table-timestamp {
color: #9a9a9a;
font-size: 0.9rem;
font-weight: 400;
}
.create-room {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 18px;
font-weight: 600;
}
.check-in-btn {
font-weight: 600;
}
/* CSS for the create room page */
form .form-icons {
text-align: center;
}
form .form-icons h4 {
margin-bottom: 1rem;
}
form .form-icons .input-group-label {
background-color: #1779ba;
border-color: #1779ba;
}
form .form-icons .input-group-field {
border-color: #1779ba;
}
form .form-icons .fa {
color: white;
width: 1rem;
}
/* room reservation page background */
#instructions {
text-align: center;
background-image: url(/assets/img/college_library5.jpg);
}
#instructions ul {
width: 50%;
margin: 0 auto;
backdrop-filter: blur(20px);
padding: 10px;
padding-top: 25px;
font-weight: bold;
}
/* CSS for new room page */
#new-room-form {
backdrop-filter: blur(20px);
color: #0a023b;
font-size: 25px;
padding: 30px;
width: 40%;
margin: 0 auto;
padding-bottom: 5px;
transform: translateY(50%);
}
#new-room-form p {
font-size: 20px;
color: #000;
}
/* CSS for edit room page */
#edit-room-form {
backdrop-filter: blur(20px);
color: #0a023b;
font-size: 25px;
padding: 30px;
width: 40%;
margin: 0 auto;
padding-bottom: 5px;
transform: translateY(50%);
}
#edit-room-form label {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
font-weight: 600;
}
h4 {
font-family: "Times New Roman", Times, serif;
font-weight: 600;
}
/* modal css */
body.swal2-shown > [aria-hidden="true"] {
filter: blur(10px);
}
body > * {
transition: 0.1s filter linear;
}
.first {
background: cornflowerblue;
color: white;
border: none;
padding: 10px;
border-radius: 8px;
font-family: "Lato";
margin-top: 20px;
text-transform: uppercase;
cursor: pointer;
outline: none;
text-align: center;
}
.first-div {
margin-top: 25px;
} | 0.36659 | 0.084606 |
@font-face {
font-family: lastresort;
src: url('fonts/LastResort.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notokufiarabic-regular;
src: url('fonts/noto_unhinted/NotoKufiArabic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notonaskharabic-regular;
src: url('fonts/noto_unhinted/NotoNaskhArabic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notonaskharabicui-regular;
src: url('fonts/noto_unhinted/NotoNaskhArabicUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notonastaliqurdu-regular;
src: url('fonts/noto_unhinted/NotoNastaliqUrdu-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosans-regular;
src: url('fonts/noto_unhinted/NotoSans-Regular.ttc ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosans-regular;
src: url('fonts/noto_unhinted/NotoSans-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansarmenian-regular;
src: url('fonts/noto_unhinted/NotoSansArmenian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansavestan-regular;
src: url('fonts/noto_unhinted/NotoSansAvestan-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbalinese-regular;
src: url('fonts/noto_unhinted/NotoSansBalinese-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbamum-regular;
src: url('fonts/noto_unhinted/NotoSansBamum-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbatak-regular;
src: url('fonts/noto_unhinted/NotoSansBatak-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbengali-regular;
src: url('fonts/noto_unhinted/NotoSansBengali-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbengaliui-regular;
src: url('fonts/noto_unhinted/NotoSansBengaliUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbrahmi-regular;
src: url('fonts/noto_unhinted/NotoSansBrahmi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbuginese-regular;
src: url('fonts/noto_unhinted/NotoSansBuginese-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbuhid-regular;
src: url('fonts/noto_unhinted/NotoSansBuhid-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscanadianaboriginal-regular;
src: url('fonts/noto_unhinted/NotoSansCanadianAboriginal-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscarian-regular;
src: url('fonts/noto_unhinted/NotoSansCarian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscham-regular;
src: url('fonts/noto_unhinted/NotoSansCham-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscherokee-regular;
src: url('fonts/noto_unhinted/NotoSansCherokee-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscoptic-regular;
src: url('fonts/noto_unhinted/NotoSansCoptic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscuneiform-regular;
src: url('fonts/noto_unhinted/NotoSansCuneiform-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscypriot-regular;
src: url('fonts/noto_unhinted/NotoSansCypriot-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansdeseret-regular;
src: url('fonts/noto_unhinted/NotoSansDeseret-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansdevanagari-regular;
src: url('fonts/noto_unhinted/NotoSansDevanagari-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansdevanagariui-regular;
src: url('fonts/noto_unhinted/NotoSansDevanagariUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansegyptianhieroglyphs-regular;
src: url('fonts/noto_unhinted/NotoSansEgyptianHieroglyphs-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansethiopic-regular;
src: url('fonts/noto_unhinted/NotoSansEthiopic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansgeorgian-regular;
src: url('fonts/noto_unhinted/NotoSansGeorgian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansglagolitic-regular;
src: url('fonts/noto_unhinted/NotoSansGlagolitic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansgothic-regular;
src: url('fonts/noto_unhinted/NotoSansGothic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansgujarati-regular;
src: url('fonts/noto_unhinted/NotoSansGujarati-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansgujaratiui-regular;
src: url('fonts/noto_unhinted/NotoSansGujaratiUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansgurmukhi-regular;
src: url('fonts/noto_unhinted/NotoSansGurmukhi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansgurmukhiui-regular;
src: url('fonts/noto_unhinted/NotoSansGurmukhiUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanshanunoo-regular;
src: url('fonts/noto_unhinted/NotoSansHanunoo-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanshebrew-regular;
src: url('fonts/noto_unhinted/NotoSansHebrew-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansimperialaramaic-regular;
src: url('fonts/noto_unhinted/NotoSansImperialAramaic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansinscriptionalpahlavi-regular;
src: url('fonts/noto_unhinted/NotoSansInscriptionalPahlavi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansinscriptionalparthian-regular;
src: url('fonts/noto_unhinted/NotoSansInscriptionalParthian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansjavanese-regular;
src: url('fonts/noto_unhinted/NotoSansJavanese-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskaithi-regular;
src: url('fonts/noto_unhinted/NotoSansKaithi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskannada-regular;
src: url('fonts/noto_unhinted/NotoSansKannada-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskannadaui-regular;
src: url('fonts/noto_unhinted/NotoSansKannadaUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskayahli-regular;
src: url('fonts/noto_unhinted/NotoSansKayahLi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskharoshthi-regular;
src: url('fonts/noto_unhinted/NotoSansKharoshthi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskhmer-regular;
src: url('fonts/noto_unhinted/NotoSansKhmer-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskhmerui-regular;
src: url('fonts/noto_unhinted/NotoSansKhmerUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslao-regular;
src: url('fonts/noto_unhinted/NotoSansLao-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslaoui-regular;
src: url('fonts/noto_unhinted/NotoSansLaoUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslepcha-regular;
src: url('fonts/noto_unhinted/NotoSansLepcha-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslimbu-regular;
src: url('fonts/noto_unhinted/NotoSansLimbu-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslinearb-regular;
src: url('fonts/noto_unhinted/NotoSansLinearB-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslisu-regular;
src: url('fonts/noto_unhinted/NotoSansLisu-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslycian-regular;
src: url('fonts/noto_unhinted/NotoSansLycian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslydian-regular;
src: url('fonts/noto_unhinted/NotoSansLydian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmalayalam-regular;
src: url('fonts/noto_unhinted/NotoSansMalayalam-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmalayalamui-regular;
src: url('fonts/noto_unhinted/NotoSansMalayalamUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmandaic-regular;
src: url('fonts/noto_unhinted/NotoSansMandaic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmeeteimayek-regular;
src: url('fonts/noto_unhinted/NotoSansMeeteiMayek-Regular.ttf') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmongolian-regular;
src: url('fonts/noto_unhinted/NotoSansMongolian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmyanmar-regular;
src: url('fonts/noto_unhinted/NotoSansMyanmar-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmyanmarui-regular;
src: url('fonts/noto_unhinted/NotoSansMyanmarUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansnko-regular;
src: url('fonts/noto_unhinted/NotoSansNKo-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansnewtailue-regular;
src: url('fonts/noto_unhinted/NotoSansNewTaiLue-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansogham-regular;
src: url('fonts/noto_unhinted/NotoSansOgham-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansolchiki-regular;
src: url('fonts/noto_unhinted/NotoSansOlChiki-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansolditalic-regular;
src: url('fonts/noto_unhinted/NotoSansOldItalic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansoldpersian-regular;
src: url('fonts/noto_unhinted/NotoSansOldPersian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansoldsoutharabian-regular;
src: url('fonts/noto_unhinted/NotoSansOldSouthArabian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansoldturkic-regular;
src: url('fonts/noto_unhinted/NotoSansOldTurkic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansoriya-regular;
src: url('fonts/noto_unhinted/NotoSansOriya-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansoriyaui-regular;
src: url('fonts/noto_unhinted/NotoSansOriyaUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansosmanya-regular;
src: url('fonts/noto_unhinted/NotoSansOsmanya-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansphagspa-regular;
src: url('fonts/noto_unhinted/NotoSansPhagsPa-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansphoenician-regular;
src: url('fonts/noto_unhinted/NotoSansPhoenician-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansrejang-regular;
src: url('fonts/noto_unhinted/NotoSansRejang-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansrunic-regular;
src: url('fonts/noto_unhinted/NotoSansRunic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssamaritan-regular;
src: url('fonts/noto_unhinted/NotoSansSamaritan-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssaurashtra-regular;
src: url('fonts/noto_unhinted/NotoSansSaurashtra-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansshavian-regular;
src: url('fonts/noto_unhinted/NotoSansShavian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssinhala-regular;
src: url('fonts/noto_unhinted/NotoSansSinhala-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssundanese-regular;
src: url('fonts/noto_unhinted/NotoSansSundanese-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssylotinagri-regular;
src: url('fonts/noto_unhinted/NotoSansSylotiNagri-Regular.ttf') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssymbols-regular;
src: url('fonts/noto_unhinted/NotoSansSymbols-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssyriaceastern-regular;
src: url('fonts/noto_unhinted/NotoSansSyriacEastern-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssyriacestrangela-regular;
src: url('fonts/noto_unhinted/NotoSansSyriacEstrangela-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssyriacwestern-regular;
src: url('fonts/noto_unhinted/NotoSansSyriacWestern-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstagalog-regular;
src: url('fonts/noto_unhinted/NotoSansTagalog-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstagbanwa-regular;
src: url('fonts/noto_unhinted/NotoSansTagbanwa-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstaile-regular;
src: url('fonts/noto_unhinted/NotoSansTaiLe-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstaitham-regular;
src: url('fonts/noto_unhinted/NotoSansTaiTham-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstaiviet-regular;
src: url('fonts/noto_unhinted/NotoSansTaiViet-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstamil-regular;
src: url('fonts/noto_unhinted/NotoSansTamil-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstamilui-regular;
src: url('fonts/noto_unhinted/NotoSansTamilUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstelugu-regular;
src: url('fonts/noto_unhinted/NotoSansTelugu-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansteluguui-regular;
src: url('fonts/noto_unhinted/NotoSansTeluguUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansthaana-regular;
src: url('fonts/noto_unhinted/NotoSansThaana-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansthai-regular;
src: url('fonts/noto_unhinted/NotoSansThai-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansthaiui-regular;
src: url('fonts/noto_unhinted/NotoSansThaiUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstibetan-regular;
src: url('fonts/noto_unhinted/NotoSansTibetan-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstifinagh-regular;
src: url('fonts/noto_unhinted/NotoSansTifinagh-Regular.ttf') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansui-regular;
src: url('fonts/noto_unhinted/NotoSansUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansugaritic-regular;
src: url('fonts/noto_unhinted/NotoSansUgaritic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansvai-regular;
src: url('fonts/noto_unhinted/NotoSansVai-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansyi-regular;
src: url('fonts/noto_unhinted/NotoSansYi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserif-regular;
src: url('fonts/noto_unhinted/NotoSerif-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifarmenian-regular;
src: url('fonts/noto_unhinted/NotoSerifArmenian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifbengali-regular;
src: url('fonts/noto_unhinted/NotoSerifBengali-Regular.ttf') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifdevanagari-regular;
src: url('fonts/noto_unhinted/NotoSerifDevanagari-Regular.ttf') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifgeorgian-regular;
src: url('fonts/noto_unhinted/NotoSerifGeorgian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifgujarati-regular;
src: url('fonts/noto_unhinted/NotoSerifGujarati-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifkannada-regular;
src: url('fonts/noto_unhinted/NotoSerifKannada-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifkhmer-regular;
src: url('fonts/noto_unhinted/NotoSerifKhmer-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoseriflao-regular;
src: url('fonts/noto_unhinted/NotoSerifLao-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifmalayalam-regular;
src: url('fonts/noto_unhinted/NotoSerifMalayalam-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoseriftamil-regular;
src: url('fonts/noto_unhinted/NotoSerifTamil-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoseriftelugu-regular;
src: url('fonts/noto_unhinted/NotoSerifTelugu-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifthai-regular;
src: url('fonts/noto_unhinted/NotoSerifThai-Regular.ttf') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscjk-regular;
src: url('fonts/noto_extra_cjk/NotoSansCJK-Regular.ttc ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscjkjp-regular;
src: url('fonts/noto_extra_cjk/NotoSansCJKjp-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscjkkr-regular;
src: url('fonts/noto_extra_cjk/NotoSansCJKkr-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscjksc-regular;
src: url('fonts/noto_extra_cjk/NotoSansCJKsc-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscjktc-regular;
src: url('fonts/noto_extra_cjk/NotoSansCJKtc-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansjp-regular;
src: url('fonts/noto_extra_cjk/NotoSansJP-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskr-regular;
src: url('fonts/noto_extra_cjk/NotoSansKR-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmonocjkjp-regular;
src: url('fonts/noto_extra_cjk/NotoSansMonoCJKjp-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmonocjkkr-regular;
src: url('fonts/noto_extra_cjk/NotoSansMonoCJKkr-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmonocjksc-regular;
src: url('fonts/noto_extra_cjk/NotoSansMonoCJKsc-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmonocjktc-regular;
src: url('fonts/noto_extra_cjk/NotoSansMonoCJKtc-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssc-regular;
src: url('fonts/noto_extra_cjk/NotoSansSC-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstc-regular;
src: url('fonts/noto_extra_cjk/NotoSansTC-Regular.otf') ;
unicode-range: U+??;
}
@font-face {
font-family: notoemoji-regular;
src: url('fonts/noto_emojis/NotoEmoji-Regular.ttf') ;
unicode-range: U+??;
}
/*
@font-face {
font-family: notocoloremoji;
src: url('fonts/noto_emojis/NotoColorEmoji.ttf') ;
unicode-range: U+??;
}
*/ | atu_fonts.css | @font-face {
font-family: lastresort;
src: url('fonts/LastResort.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notokufiarabic-regular;
src: url('fonts/noto_unhinted/NotoKufiArabic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notonaskharabic-regular;
src: url('fonts/noto_unhinted/NotoNaskhArabic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notonaskharabicui-regular;
src: url('fonts/noto_unhinted/NotoNaskhArabicUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notonastaliqurdu-regular;
src: url('fonts/noto_unhinted/NotoNastaliqUrdu-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosans-regular;
src: url('fonts/noto_unhinted/NotoSans-Regular.ttc ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosans-regular;
src: url('fonts/noto_unhinted/NotoSans-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansarmenian-regular;
src: url('fonts/noto_unhinted/NotoSansArmenian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansavestan-regular;
src: url('fonts/noto_unhinted/NotoSansAvestan-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbalinese-regular;
src: url('fonts/noto_unhinted/NotoSansBalinese-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbamum-regular;
src: url('fonts/noto_unhinted/NotoSansBamum-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbatak-regular;
src: url('fonts/noto_unhinted/NotoSansBatak-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbengali-regular;
src: url('fonts/noto_unhinted/NotoSansBengali-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbengaliui-regular;
src: url('fonts/noto_unhinted/NotoSansBengaliUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbrahmi-regular;
src: url('fonts/noto_unhinted/NotoSansBrahmi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbuginese-regular;
src: url('fonts/noto_unhinted/NotoSansBuginese-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansbuhid-regular;
src: url('fonts/noto_unhinted/NotoSansBuhid-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscanadianaboriginal-regular;
src: url('fonts/noto_unhinted/NotoSansCanadianAboriginal-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscarian-regular;
src: url('fonts/noto_unhinted/NotoSansCarian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscham-regular;
src: url('fonts/noto_unhinted/NotoSansCham-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscherokee-regular;
src: url('fonts/noto_unhinted/NotoSansCherokee-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscoptic-regular;
src: url('fonts/noto_unhinted/NotoSansCoptic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscuneiform-regular;
src: url('fonts/noto_unhinted/NotoSansCuneiform-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscypriot-regular;
src: url('fonts/noto_unhinted/NotoSansCypriot-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansdeseret-regular;
src: url('fonts/noto_unhinted/NotoSansDeseret-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansdevanagari-regular;
src: url('fonts/noto_unhinted/NotoSansDevanagari-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansdevanagariui-regular;
src: url('fonts/noto_unhinted/NotoSansDevanagariUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansegyptianhieroglyphs-regular;
src: url('fonts/noto_unhinted/NotoSansEgyptianHieroglyphs-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansethiopic-regular;
src: url('fonts/noto_unhinted/NotoSansEthiopic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansgeorgian-regular;
src: url('fonts/noto_unhinted/NotoSansGeorgian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansglagolitic-regular;
src: url('fonts/noto_unhinted/NotoSansGlagolitic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansgothic-regular;
src: url('fonts/noto_unhinted/NotoSansGothic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansgujarati-regular;
src: url('fonts/noto_unhinted/NotoSansGujarati-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansgujaratiui-regular;
src: url('fonts/noto_unhinted/NotoSansGujaratiUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansgurmukhi-regular;
src: url('fonts/noto_unhinted/NotoSansGurmukhi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansgurmukhiui-regular;
src: url('fonts/noto_unhinted/NotoSansGurmukhiUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanshanunoo-regular;
src: url('fonts/noto_unhinted/NotoSansHanunoo-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanshebrew-regular;
src: url('fonts/noto_unhinted/NotoSansHebrew-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansimperialaramaic-regular;
src: url('fonts/noto_unhinted/NotoSansImperialAramaic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansinscriptionalpahlavi-regular;
src: url('fonts/noto_unhinted/NotoSansInscriptionalPahlavi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansinscriptionalparthian-regular;
src: url('fonts/noto_unhinted/NotoSansInscriptionalParthian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansjavanese-regular;
src: url('fonts/noto_unhinted/NotoSansJavanese-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskaithi-regular;
src: url('fonts/noto_unhinted/NotoSansKaithi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskannada-regular;
src: url('fonts/noto_unhinted/NotoSansKannada-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskannadaui-regular;
src: url('fonts/noto_unhinted/NotoSansKannadaUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskayahli-regular;
src: url('fonts/noto_unhinted/NotoSansKayahLi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskharoshthi-regular;
src: url('fonts/noto_unhinted/NotoSansKharoshthi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskhmer-regular;
src: url('fonts/noto_unhinted/NotoSansKhmer-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskhmerui-regular;
src: url('fonts/noto_unhinted/NotoSansKhmerUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslao-regular;
src: url('fonts/noto_unhinted/NotoSansLao-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslaoui-regular;
src: url('fonts/noto_unhinted/NotoSansLaoUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslepcha-regular;
src: url('fonts/noto_unhinted/NotoSansLepcha-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslimbu-regular;
src: url('fonts/noto_unhinted/NotoSansLimbu-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslinearb-regular;
src: url('fonts/noto_unhinted/NotoSansLinearB-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslisu-regular;
src: url('fonts/noto_unhinted/NotoSansLisu-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslycian-regular;
src: url('fonts/noto_unhinted/NotoSansLycian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanslydian-regular;
src: url('fonts/noto_unhinted/NotoSansLydian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmalayalam-regular;
src: url('fonts/noto_unhinted/NotoSansMalayalam-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmalayalamui-regular;
src: url('fonts/noto_unhinted/NotoSansMalayalamUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmandaic-regular;
src: url('fonts/noto_unhinted/NotoSansMandaic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmeeteimayek-regular;
src: url('fonts/noto_unhinted/NotoSansMeeteiMayek-Regular.ttf') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmongolian-regular;
src: url('fonts/noto_unhinted/NotoSansMongolian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmyanmar-regular;
src: url('fonts/noto_unhinted/NotoSansMyanmar-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmyanmarui-regular;
src: url('fonts/noto_unhinted/NotoSansMyanmarUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansnko-regular;
src: url('fonts/noto_unhinted/NotoSansNKo-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansnewtailue-regular;
src: url('fonts/noto_unhinted/NotoSansNewTaiLue-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansogham-regular;
src: url('fonts/noto_unhinted/NotoSansOgham-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansolchiki-regular;
src: url('fonts/noto_unhinted/NotoSansOlChiki-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansolditalic-regular;
src: url('fonts/noto_unhinted/NotoSansOldItalic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansoldpersian-regular;
src: url('fonts/noto_unhinted/NotoSansOldPersian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansoldsoutharabian-regular;
src: url('fonts/noto_unhinted/NotoSansOldSouthArabian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansoldturkic-regular;
src: url('fonts/noto_unhinted/NotoSansOldTurkic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansoriya-regular;
src: url('fonts/noto_unhinted/NotoSansOriya-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansoriyaui-regular;
src: url('fonts/noto_unhinted/NotoSansOriyaUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansosmanya-regular;
src: url('fonts/noto_unhinted/NotoSansOsmanya-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansphagspa-regular;
src: url('fonts/noto_unhinted/NotoSansPhagsPa-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansphoenician-regular;
src: url('fonts/noto_unhinted/NotoSansPhoenician-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansrejang-regular;
src: url('fonts/noto_unhinted/NotoSansRejang-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansrunic-regular;
src: url('fonts/noto_unhinted/NotoSansRunic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssamaritan-regular;
src: url('fonts/noto_unhinted/NotoSansSamaritan-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssaurashtra-regular;
src: url('fonts/noto_unhinted/NotoSansSaurashtra-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansshavian-regular;
src: url('fonts/noto_unhinted/NotoSansShavian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssinhala-regular;
src: url('fonts/noto_unhinted/NotoSansSinhala-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssundanese-regular;
src: url('fonts/noto_unhinted/NotoSansSundanese-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssylotinagri-regular;
src: url('fonts/noto_unhinted/NotoSansSylotiNagri-Regular.ttf') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssymbols-regular;
src: url('fonts/noto_unhinted/NotoSansSymbols-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssyriaceastern-regular;
src: url('fonts/noto_unhinted/NotoSansSyriacEastern-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssyriacestrangela-regular;
src: url('fonts/noto_unhinted/NotoSansSyriacEstrangela-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssyriacwestern-regular;
src: url('fonts/noto_unhinted/NotoSansSyriacWestern-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstagalog-regular;
src: url('fonts/noto_unhinted/NotoSansTagalog-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstagbanwa-regular;
src: url('fonts/noto_unhinted/NotoSansTagbanwa-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstaile-regular;
src: url('fonts/noto_unhinted/NotoSansTaiLe-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstaitham-regular;
src: url('fonts/noto_unhinted/NotoSansTaiTham-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstaiviet-regular;
src: url('fonts/noto_unhinted/NotoSansTaiViet-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstamil-regular;
src: url('fonts/noto_unhinted/NotoSansTamil-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstamilui-regular;
src: url('fonts/noto_unhinted/NotoSansTamilUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstelugu-regular;
src: url('fonts/noto_unhinted/NotoSansTelugu-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansteluguui-regular;
src: url('fonts/noto_unhinted/NotoSansTeluguUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansthaana-regular;
src: url('fonts/noto_unhinted/NotoSansThaana-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansthai-regular;
src: url('fonts/noto_unhinted/NotoSansThai-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansthaiui-regular;
src: url('fonts/noto_unhinted/NotoSansThaiUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstibetan-regular;
src: url('fonts/noto_unhinted/NotoSansTibetan-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstifinagh-regular;
src: url('fonts/noto_unhinted/NotoSansTifinagh-Regular.ttf') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansui-regular;
src: url('fonts/noto_unhinted/NotoSansUI-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansugaritic-regular;
src: url('fonts/noto_unhinted/NotoSansUgaritic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansvai-regular;
src: url('fonts/noto_unhinted/NotoSansVai-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansyi-regular;
src: url('fonts/noto_unhinted/NotoSansYi-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserif-regular;
src: url('fonts/noto_unhinted/NotoSerif-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifarmenian-regular;
src: url('fonts/noto_unhinted/NotoSerifArmenian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifbengali-regular;
src: url('fonts/noto_unhinted/NotoSerifBengali-Regular.ttf') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifdevanagari-regular;
src: url('fonts/noto_unhinted/NotoSerifDevanagari-Regular.ttf') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifgeorgian-regular;
src: url('fonts/noto_unhinted/NotoSerifGeorgian-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifgujarati-regular;
src: url('fonts/noto_unhinted/NotoSerifGujarati-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifkannada-regular;
src: url('fonts/noto_unhinted/NotoSerifKannada-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifkhmer-regular;
src: url('fonts/noto_unhinted/NotoSerifKhmer-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoseriflao-regular;
src: url('fonts/noto_unhinted/NotoSerifLao-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifmalayalam-regular;
src: url('fonts/noto_unhinted/NotoSerifMalayalam-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoseriftamil-regular;
src: url('fonts/noto_unhinted/NotoSerifTamil-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoseriftelugu-regular;
src: url('fonts/noto_unhinted/NotoSerifTelugu-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notoserifthai-regular;
src: url('fonts/noto_unhinted/NotoSerifThai-Regular.ttf') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscjk-regular;
src: url('fonts/noto_extra_cjk/NotoSansCJK-Regular.ttc ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscjkjp-regular;
src: url('fonts/noto_extra_cjk/NotoSansCJKjp-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscjkkr-regular;
src: url('fonts/noto_extra_cjk/NotoSansCJKkr-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscjksc-regular;
src: url('fonts/noto_extra_cjk/NotoSansCJKsc-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanscjktc-regular;
src: url('fonts/noto_extra_cjk/NotoSansCJKtc-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansjp-regular;
src: url('fonts/noto_extra_cjk/NotoSansJP-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanskr-regular;
src: url('fonts/noto_extra_cjk/NotoSansKR-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmonocjkjp-regular;
src: url('fonts/noto_extra_cjk/NotoSansMonoCJKjp-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmonocjkkr-regular;
src: url('fonts/noto_extra_cjk/NotoSansMonoCJKkr-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmonocjksc-regular;
src: url('fonts/noto_extra_cjk/NotoSansMonoCJKsc-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosansmonocjktc-regular;
src: url('fonts/noto_extra_cjk/NotoSansMonoCJKtc-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanssc-regular;
src: url('fonts/noto_extra_cjk/NotoSansSC-Regular.otf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notosanstc-regular;
src: url('fonts/noto_extra_cjk/NotoSansTC-Regular.otf') ;
unicode-range: U+??;
}
@font-face {
font-family: notoemoji-regular;
src: url('fonts/noto_emojis/NotoEmoji-Regular.ttf') ;
unicode-range: U+??;
}
/*
@font-face {
font-family: notocoloremoji;
src: url('fonts/noto_emojis/NotoColorEmoji.ttf') ;
unicode-range: U+??;
}
*/ | 0.182062 | 0.047713 |
.sc_cars_item {
border: 1px solid #ddd;
}
.sc_cars_item .sc_cars_item_thumb {
background-color:#f0f0f0;
margin-bottom: 1.5em;
text-align:center;
}
.sc_cars_item .sc_cars_item_thumb img {
width: 100%;
}
.sc_cars_item .sc_cars_item_info {
padding: 0 1.5em 1.5em;
}
/* Labels in the featured image */
.sc_cars_item_thumb .sc_cars_item_labels {
position:absolute;
z-index:1;
right:0;
top:0;
font-size: 10px;
line-height:1em;
}
.sc_cars_item_thumb .sc_cars_item_labels > a {
color: #fff;
background-color: rgba(221,144,0,0.7);
display: inline-block;
padding: 5px 10px;
text-transform: uppercase;
margin-left:1px;
}
.sc_cars_item_thumb .sc_cars_item_labels > a:nth-child(2n+1) {
background-color:rgba(0,221,144,0.7);
}
/* Price in the featured image */
.sc_cars_item_thumb .sc_cars_item_price {
position:absolute;
z-index:1;
left:0;
bottom:0;
text-align:left;
}
.sc_cars_item_thumb .sc_cars_item_price .cars_price {
color: #fff;
display: inline-block;
padding: 0 0 1em 1em;
line-height:1.25em;
text-shadow:0px 0px 6px rgba(0, 0, 0, 0.6);
}
.sc_cars_item_thumb .sc_cars_item_price .cars_price_before {
display:none;
}
/* Item's header */
.sc_cars_item_header {
position:relative;
}
.sc_cars_item_title {
margin: 0;
padding-right: 1em;
}
.sc_cars_item_status,
.sc_cars_item_type {
line-height:1.5em;
}
.sc_cars_item_status > a,
.sc_cars_item_type > a {
color: #aaa;
}
.sc_cars_item_compare {
position: absolute;
z-index:1;
top: 0;
right: 0;
color: #aaa;
cursor: pointer;
font-size:1.25em;
}
.sc_cars_item_compare.in_compare_list {
color: #efa758;
}
/* Item's options */
.sc_cars_item_options {
position:relative;
}
.sc_cars_item_options .sc_cars_item_row {
line-height:1.5em;
}
.sc_cars_item_option {
display: inline-block;
margin-right: 0.5em;
}
.sc_cars_item_option .sc_cars_item_option_label_icon {
display: none;
margin-right:0.2em;
}
.sc_cars_item_params {
margin: 1.5em 0;
border: 1px dashed #ddd;
border-width: 1px 0;
padding: 1.5em 0;
}
.sc_cars_item_param {
display:inline-block;
text-align:center;
width: 25%;
color: #aaa;
vertical-align:top;
}
@media (min-width: 480px) and (max-width: 639px) {
.sc_cars_item_param {
width: 50%;
}
}
@media (min-width: 768px) and (max-width: 959px) {
.sc_cars_item_param {
width: 50%;
}
}
.sc_cars_item_param .sc_cars_item_param_icon {
display:block;
font-size: 3em;
}
.sc_cars_item_param .sc_cars_item_param_text {
display:block;
color: #888;
font-size:12px;
margin-top:0.25em;
line-height:1.5em;
}
.sc_cars_item_footer {
color: #888;
text-align:center;
}
.sc_cars_item_footer .sc_cars_item_option {
margin-right: 1em;
}
.sc_cars_item_button {
position:absolute;
bottom:0;
right: 0;
display:none;
}
/* One column layout */
.sc_cars_columns_1 .sc_cars_item {
padding: 0.5em;
margin-bottom: 1em;
}
.sc_cars_columns_1 .sc_cars_item_thumb {
width: 35%;
display:inline-block;
vertical-align:middle;
margin-bottom: 0;
}
.sc_cars_columns_1 .sc_cars_item_info {
width: 65%;
display:inline-block;
vertical-align:middle;
padding: 0 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_cars_columns_1 .sc_cars_item_footer {
text-align:left;
}
.sc_cars_columns_1 .sc_cars_item_params {
margin-top: 1em;
padding-top: 1em;
}
.sc_cars_columns_1 .sc_cars_item_param {
text-align:left;
width: 18%;
margin-right: 2%;
}
.sc_cars_columns_1 .sc_cars_item_options .sc_cars_item_row {
line-height:1.7em;
}
.sc_cars_columns_1 .sc_cars_item_option .sc_cars_item_option_label_icon {
display:inline-block;
}
.sc_cars_columns_1 .sc_cars_item_option .sc_cars_item_option_label_text {
display:inline-block;
}
.sc_cars_columns_1 .sc_cars_item_button {
display:inline-block;
}
@media (max-width: 639px) {
.sc_cars_columns_1 .sc_cars_item {
padding: 1.5em;
}
.sc_cars_columns_1 .sc_cars_item_thumb {
width: 100%;
display:block;
margin-bottom: 1.5em;
}
.sc_cars_columns_1 .sc_cars_item_info {
width: 100%;
display:block;
padding-left: 0;
}
.sc_cars_item_options .sc_cars_item_row {
font-size:12px;
}
.sc_cars_item_option .sc_cars_item_option_label_icon {
display: inline-block;
}
.sc_cars_item_option .sc_cars_item_option_label_text {
display: none;
}
.sc_cars_item_button {
position: static;
display:block;
margin-top:1em;
}
.sc_cars_item_button > a {
display:block;
width: 100%;
text-align:center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
}
/*
* --- Cars Slider ---
*/
.sc_cars_slider_columns > .sc_cars_slider_column {
vertical-align: middle;
padding-top: 1em;
padding-bottom: 1em;
}
.sc_cars_slider_columns .trx_addons_list_parameters {
margin-bottom: 2em;
}
.sc_cars_slider_columns .trx_addons_list_parameters > li > strong {
width: 70%;
}
.sc_cars_slider_columns .trx_addons_list_parameters > li > em {
width: 30%;
}
/*
* --- Single car ---
*/
/* Gallery on the single page */
.cars_page_gallery {
background-color:rgba(0,0,0,0.6);
text-align:center;
padding:1em;
}
.cars_page_gallery_item {
display:inline-block;
vertical-align:top;
position:relative;
max-width:6em;
cursor: pointer;
margin: 4px;
border: 1px solid #666;
background-color:#f0f0f0;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}
.cars_page_gallery_item > img {
max-width:100%;
height: auto;
}
.cars_page_gallery_item:before {
content: ' ';
position: absolute;
z-index:1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.2);
-webkit-transition: background-color .6s ease;
-ms-transition: background-color .6s ease;
transition: background-color .6s ease;
}
.cars_page_gallery_item:hover:before,
.cars_page_gallery_item_active:before {
background-color: rgba(255, 255, 255, 0.2);
}
.cars_page_gallery_item_active {
border: 1px solid #aaa;
top: -4px;
-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.6);
}
/* Featured image */
.cars_page_featured {
text-align: center;
}
.cars_page_featured,
.cars_page_featured img {
-webkit-transition: height .5s ease;
-ms-transition: height .5s ease;
transition: height .5s ease;
}
/* Title, Labels, Counters */
.cars_page_featured + .cars_page_title_wrap,
.cars_page_gallery + .cars_page_title_wrap {
margin-top: 3em;
}
.cars_page_title_wrap {
position:relative;
}
.cars_page_title {
margin:0;
padding-right: 30%;
}
.cars_page_title .cars_page_status {
font-size: 12px;
line-height: 1.5em;
vertical-align: middle;
display:inline-block;
margin-right:0.5em;
}
.cars_page_title .cars_page_status > a {
display: inline-block;
padding:0.5em 1em;
margin: 0 0.3em;
text-transform:uppercase;
color: #fff;
background-color: #efa758;
}
.cars_page_title_address {
font-size: 1.1em;
margin-top: 0.5em;
color: #666;
}
.cars_page_city:before {
content: ' / ';
}
.cars_page_title_meta {
position: absolute;
z-index:1;
right:0;
top: 50%;;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
width:27%;
text-align:right;
}
.cars_page_title_meta .post_counters_label {
display: none;
}
@media (max-width: 959px) {
.cars_page_title {
padding-right: 0;
}
.cars_page_title_meta {
position:static;
width: auto;
right: auto;
top: auto;
margin-top: 0.8em;
text-align:left;
-webkit-transform:none;
-ms-transform:none;
transform:none;
}
}
/* Address */
.cars_address_item + .cars_address_item:before {
content: '\00bb';
display:inline-block;
line-height:inherit;
margin:0 0.3em;
}
/* Price */
.cars_page_title_price {
margin-top: 0.4em;
}
.cars_price {
color: #888;
}
.cars_price_data + .cars_price_label:before,
.cars_price_label + .cars_price_data:before {
content: ' ';
}
.cars_price_data {
font-weight: bold;
}
.cars_price1 {
font-size: 1.5em;
}
.cars_price_delimiter:before {
content: '/';
display:inline-block;
line-height:inherit;
margin:0 0.4em;
}
/* Page content */
.cars_page_section + .cars_page_section {
margin-top: 3em;
}
.cars_page_section.cars_page_content {
margin-top: 2em;
}
.cars_page_section_title {
margin: 0 0 1.25em;
padding-bottom: 1em;
border-bottom: 1px dashed #ddd;
}
.cars_page_section_description {
margin-bottom: 2em;
}
.cars_page_section_item,
.cars_page_attachments_list > a,
.cars_page_features_list > a {
display: inline-block;
vertical-align:top;
width: 33%;
}
@media (max-width: 959px) {
.cars_page_section_item,
.cars_page_attachments_list > a,
.cars_page_features_list > a {
width: 50%;
}
}
@media (max-width: 479px) {
.cars_page_section_item,
.cars_page_attachments_list > a,
.cars_page_features_list > a {
width: 100%;
display:block;
}
}
.cars_page_label,
.cars_page_data {
display:inline-block;
vertical-align:top;
}
.cars_page_data {
font-weight:bold;
}
div.cars_page_attachments_list > a,
div.cars_page_features_list > a {
color: inherit;
}
.cars_page_attachments_list > a:before,
.cars_page_features_list > a:before {
content: '\e874';
font-family:'trx_addons_icons';
display: inline-block;
line-height:inherit;
margin: 0 0.5em 0 0;
color: #00a02b;
}
.cars_page_attachments_list > a:before {
content: '\e86c';
}
/* Agent info */
.cars_page_agent_avatar {
width: 30%;
display: inline-block;
vertical-align:top;
}
.cars_page_agent_form,
.cars_page_agent_info {
width: 35%;
display: inline-block;
vertical-align:top;
padding-left: 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cars_page_agent_form,
.cars_page_agent_info {
width: 70%;
}
.cars_page_agent_form {
display:block;
margin: 2em 0 0 30%;
}
}
@media (max-width: 639px) {
.cars_page_agent_avatar {
width: 100%;
display: block;
}
.cars_page_agent_form,
.cars_page_agent_info {
width: 100%;
display:block;
margin:2em 0 0;
}
}
.cars_page_agent_info_name {
margin:0;
}
.cars_page_agent_info_name > a {
display: inline;
font-size: 0.8667em;
}
.cars_page_agent_info_name > a:before {
content: ' / ';
display:inline-block;
margin: 0 0.3em;
}
.cars_page_agent_info_position {
margin-bottom: 0.5em;
color: #888;
}
.cars_page_agent_info_description {
margin:1.5em 0;
font-style:italic;
}
.cars_page_agent_info_address,
.cars_page_agent_info_phones > span {
margin-right: 1em;
}
.cars_page_agent_info_phones > span {
white-space:nowrap;
}
@media (max-width: 639px) {
.cars_page_agent_info_phones > span {
margin-right:0;
display: block;
}
}
.cars_page_agent_info_address:before,
.cars_page_agent_info_phones > span:before {
margin-right:0.3em;
font-family:'trx_addons_icons';
color: #000;
width: auto;
}
.cars_page_agent_info_address:before {content: '\e869'; }
.cars_page_agent_info_phones_mobile:before { content: '\e8b5'; }
.cars_page_agent_info_phones_office:before { content: '\e8c2'; }
.cars_page_agent_info_phones_fax:before { content: '\e893'; }
.cars_page_agent_info_profiles.socials_wrap {
margin: 1.5em 0 0;
}
.cars_page_agent_info_profiles.socials_wrap .social_item {
margin: 0 0.3em 0.3em 0;
vertical-align:top;
}
.cars_page_agent_info_profiles.socials_wrap .social_item .social_icon {
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
color: #666;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.cars_page_agent_form_title {
margin: 0;
}
.cars_page_agent_form .sc_form_form {
margin-top: 1em;
}
.cars_page_agent_form textarea {
line-height:1.5em;
}
/* Tabs */
.cars_page_tabs {
margin-top: 3em;
}
.cars_page_tabs .cars_page_section {
display:none;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-tabs-active:after {
display:none;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles {
border-bottom: 1px solid #ddd;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li {
top: 1px;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li + li {
margin-left: 0;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li > a {
display:block;
padding: 1em 2em;
background-color: #f7f7f7;
border: 1px solid #f7f7f7;
border-bottom-color: #ddd;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active > a {
border-color: #ddd;
background-color: #fff;
border-bottom-color: #fff;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active) > a:hover {
background-color: #f0f0f0;
border-color: #f7f7f7 #f7f7f7 #ddd;
}
/*
* --- Single agent ---
*/
.agents_page .cars_page_agent_info_name > a {
display: none;
}
/*
* --- Widget: Cars Search ---
*/
.cars_search_form .sc_form_field .trx_addons_refresh {
position:absolute;
z-index:1;
top: 50%;
right: 0.5em;
margin-top: -0.8em;
}
.cars_search_form {
position:relative;
}
.cars_search_form .sc_form_field {
position:relative;
margin-bottom: 0;
display:inline-block;
vertical-align:top;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.cars_search_form .cars_search_basic {
position:relative;
}
.cars_search_form .cars_search_basic .sc_form_field_cars_keyword {
width: 100%;
}
.cars_search_form .cars_search_basic .sc_form_field_cars_keyword input {
width: 100%;
padding-right: 70%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.cars_search_form .cars_search_basic .cars_search_button,
.cars_search_form .cars_search_basic .cars_search_show_advanced {
position:absolute;
z-index:1;
top: 0;
bottom: 0;
right: 0;
width: 5%;
display:block;
text-align:center;
padding: 0;
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}
.cars_search_form .cars_search_basic .cars_search_show_advanced {
right: 5%;
cursor:pointer;
top: 50%;
bottom: auto;
height: 3em;
line-height:3em;
margin-top:-1.5em;
color: #888;
}
.cars_search_form .cars_search_advanced {
margin: 0 -5px;
height: 0;
overflow:hidden;
-webkit-transition: height .3s ease;
-ms-transition: height .3s ease;
transition: height .3s ease;
}
.cars_search_opened .cars_search_form .cars_search_advanced {
height: auto;
margin-top: 10px;
}
.cars_search_form .cars_search_advanced .sc_form_field {
width: 25%;
padding:0 5px;
margin-bottom: 10px;
}
.cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
margin-bottom: 3px;
}
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_status,
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_type,
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_maker,
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_city {
position:absolute;
top: 0.5em;
width: 15%;
}
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_status {
right: 55%;
}
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_type {
right: 40%;
}
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_maker {
right: 25%;
}
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_city {
right: 10%;
}
.cars_search_vertical .cars_search_form .cars_search_basic .cars_search_button,
.cars_search_vertical .cars_search_form .cars_search_basic .cars_search_show_advanced {
width: 15%;
}
.cars_search_vertical .cars_search_form .cars_search_basic .cars_search_show_advanced {
right: 15%;
}
.cars_search_vertical .cars_search_form .cars_search_basic .sc_form_field_cars_keyword input {
padding-right: 30%;
}
.cars_search_vertical .cars_search_form .cars_search_basic .sc_form_field input,
.cars_search_vertical .cars_search_form .cars_search_basic .sc_form_field input:focus,
.cars_search_vertical .cars_search_form .cars_search_basic .sc_form_field .select_container {
border-color: transparent !important;
}
.cars_search_vertical .cars_search_form .cars_search_basic .sc_form_field,
.cars_search_vertical .cars_search_form .cars_search_advanced .sc_form_field {
width: 100%;
margin-bottom: 0.5em;
}
.cars_search_vertical .cars_search_form .cars_search_basic .sc_form_field_cars_keyword {
margin-bottom: 0;
}
.cars_search_vertical .cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
width: 50%;
font-size: 0.9333em;
line-height:1.5em;
}
.cars_search_vertical .cars_search_form .cars_search_advanced .sc_form_field_checkbox {
margin-bottom: 0;
}
@media (max-width: 1439px) {
.cars_search_vertical .cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
width: 100%;
}
}
@media (max-width: 1023px) {
.cars_search_form .cars_search_basic .cars_search_button,
.cars_search_form .cars_search_basic .cars_search_show_advanced {
width: 10%;
}
.cars_search_form .cars_search_basic .cars_search_show_advanced {
right: 10%;
}
.cars_search_form .cars_search_basic .sc_form_field_cars_keyword input {
padding-right: 20%;
}
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_status,
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_type,
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_maker,
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_city {
position:static;
top: auto;
right: auto;
width: 50%;
margin-bottom:10px;
}
.cars_search_form .cars_search_advanced .sc_form_field {
width: 50%;
}
.cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
width: 33.3333%;
}
}
@media (max-width: 767px) {
.cars_search_vertical .cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
width: 50%;
}
}
@media (max-width: 639px) {
.cars_search_vertical .cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
width: 100%;
}
}
@media (max-width: 479px) {
.cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
width: 50%;
}
}
/*
* --- Widget: Cars Compare ---
*/
.widget_cars_compare .cars_compare_list > li {
cursor: pointer;
}
.widget_cars_compare .cars_compare_list > li:before {
content: '\e875';
font-family: 'trx_addons_icons';
width: 1em;
height: 1em;
line-height: 1em;
background-color: transparent !important;
color: #cc0000;
top: 0.4em;
}
.widget_cars_compare .cars_compare_button {
margin-top: 2em;
}
.widget_cars_compare .cars_compare_message {
margin-top: 2em;
font-style:italic;
}
.widget_cars_compare .cars_compare_list:not(.cars_compare_list_empty) + .cars_compare_message {
display: none;
}
.widget_cars_compare .cars_compare_list_empty + .cars_compare_message + .cars_compare_button {
display: none;
}
.sc_cars_compare {
overflow-x:auto;
}
.sc_cars_compare .sc_cars_compare_table {
min-width: 640px;
}
.sc_cars_compare_title {
font-weight:bold;
}
.sc_cars_compare_data {
text-align:center;
} | site/wp-content/plugins/trx_addons/cpt/cars/cars.css | .sc_cars_item {
border: 1px solid #ddd;
}
.sc_cars_item .sc_cars_item_thumb {
background-color:#f0f0f0;
margin-bottom: 1.5em;
text-align:center;
}
.sc_cars_item .sc_cars_item_thumb img {
width: 100%;
}
.sc_cars_item .sc_cars_item_info {
padding: 0 1.5em 1.5em;
}
/* Labels in the featured image */
.sc_cars_item_thumb .sc_cars_item_labels {
position:absolute;
z-index:1;
right:0;
top:0;
font-size: 10px;
line-height:1em;
}
.sc_cars_item_thumb .sc_cars_item_labels > a {
color: #fff;
background-color: rgba(221,144,0,0.7);
display: inline-block;
padding: 5px 10px;
text-transform: uppercase;
margin-left:1px;
}
.sc_cars_item_thumb .sc_cars_item_labels > a:nth-child(2n+1) {
background-color:rgba(0,221,144,0.7);
}
/* Price in the featured image */
.sc_cars_item_thumb .sc_cars_item_price {
position:absolute;
z-index:1;
left:0;
bottom:0;
text-align:left;
}
.sc_cars_item_thumb .sc_cars_item_price .cars_price {
color: #fff;
display: inline-block;
padding: 0 0 1em 1em;
line-height:1.25em;
text-shadow:0px 0px 6px rgba(0, 0, 0, 0.6);
}
.sc_cars_item_thumb .sc_cars_item_price .cars_price_before {
display:none;
}
/* Item's header */
.sc_cars_item_header {
position:relative;
}
.sc_cars_item_title {
margin: 0;
padding-right: 1em;
}
.sc_cars_item_status,
.sc_cars_item_type {
line-height:1.5em;
}
.sc_cars_item_status > a,
.sc_cars_item_type > a {
color: #aaa;
}
.sc_cars_item_compare {
position: absolute;
z-index:1;
top: 0;
right: 0;
color: #aaa;
cursor: pointer;
font-size:1.25em;
}
.sc_cars_item_compare.in_compare_list {
color: #efa758;
}
/* Item's options */
.sc_cars_item_options {
position:relative;
}
.sc_cars_item_options .sc_cars_item_row {
line-height:1.5em;
}
.sc_cars_item_option {
display: inline-block;
margin-right: 0.5em;
}
.sc_cars_item_option .sc_cars_item_option_label_icon {
display: none;
margin-right:0.2em;
}
.sc_cars_item_params {
margin: 1.5em 0;
border: 1px dashed #ddd;
border-width: 1px 0;
padding: 1.5em 0;
}
.sc_cars_item_param {
display:inline-block;
text-align:center;
width: 25%;
color: #aaa;
vertical-align:top;
}
@media (min-width: 480px) and (max-width: 639px) {
.sc_cars_item_param {
width: 50%;
}
}
@media (min-width: 768px) and (max-width: 959px) {
.sc_cars_item_param {
width: 50%;
}
}
.sc_cars_item_param .sc_cars_item_param_icon {
display:block;
font-size: 3em;
}
.sc_cars_item_param .sc_cars_item_param_text {
display:block;
color: #888;
font-size:12px;
margin-top:0.25em;
line-height:1.5em;
}
.sc_cars_item_footer {
color: #888;
text-align:center;
}
.sc_cars_item_footer .sc_cars_item_option {
margin-right: 1em;
}
.sc_cars_item_button {
position:absolute;
bottom:0;
right: 0;
display:none;
}
/* One column layout */
.sc_cars_columns_1 .sc_cars_item {
padding: 0.5em;
margin-bottom: 1em;
}
.sc_cars_columns_1 .sc_cars_item_thumb {
width: 35%;
display:inline-block;
vertical-align:middle;
margin-bottom: 0;
}
.sc_cars_columns_1 .sc_cars_item_info {
width: 65%;
display:inline-block;
vertical-align:middle;
padding: 0 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_cars_columns_1 .sc_cars_item_footer {
text-align:left;
}
.sc_cars_columns_1 .sc_cars_item_params {
margin-top: 1em;
padding-top: 1em;
}
.sc_cars_columns_1 .sc_cars_item_param {
text-align:left;
width: 18%;
margin-right: 2%;
}
.sc_cars_columns_1 .sc_cars_item_options .sc_cars_item_row {
line-height:1.7em;
}
.sc_cars_columns_1 .sc_cars_item_option .sc_cars_item_option_label_icon {
display:inline-block;
}
.sc_cars_columns_1 .sc_cars_item_option .sc_cars_item_option_label_text {
display:inline-block;
}
.sc_cars_columns_1 .sc_cars_item_button {
display:inline-block;
}
@media (max-width: 639px) {
.sc_cars_columns_1 .sc_cars_item {
padding: 1.5em;
}
.sc_cars_columns_1 .sc_cars_item_thumb {
width: 100%;
display:block;
margin-bottom: 1.5em;
}
.sc_cars_columns_1 .sc_cars_item_info {
width: 100%;
display:block;
padding-left: 0;
}
.sc_cars_item_options .sc_cars_item_row {
font-size:12px;
}
.sc_cars_item_option .sc_cars_item_option_label_icon {
display: inline-block;
}
.sc_cars_item_option .sc_cars_item_option_label_text {
display: none;
}
.sc_cars_item_button {
position: static;
display:block;
margin-top:1em;
}
.sc_cars_item_button > a {
display:block;
width: 100%;
text-align:center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
}
/*
* --- Cars Slider ---
*/
.sc_cars_slider_columns > .sc_cars_slider_column {
vertical-align: middle;
padding-top: 1em;
padding-bottom: 1em;
}
.sc_cars_slider_columns .trx_addons_list_parameters {
margin-bottom: 2em;
}
.sc_cars_slider_columns .trx_addons_list_parameters > li > strong {
width: 70%;
}
.sc_cars_slider_columns .trx_addons_list_parameters > li > em {
width: 30%;
}
/*
* --- Single car ---
*/
/* Gallery on the single page */
.cars_page_gallery {
background-color:rgba(0,0,0,0.6);
text-align:center;
padding:1em;
}
.cars_page_gallery_item {
display:inline-block;
vertical-align:top;
position:relative;
max-width:6em;
cursor: pointer;
margin: 4px;
border: 1px solid #666;
background-color:#f0f0f0;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}
.cars_page_gallery_item > img {
max-width:100%;
height: auto;
}
.cars_page_gallery_item:before {
content: ' ';
position: absolute;
z-index:1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.2);
-webkit-transition: background-color .6s ease;
-ms-transition: background-color .6s ease;
transition: background-color .6s ease;
}
.cars_page_gallery_item:hover:before,
.cars_page_gallery_item_active:before {
background-color: rgba(255, 255, 255, 0.2);
}
.cars_page_gallery_item_active {
border: 1px solid #aaa;
top: -4px;
-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.6);
}
/* Featured image */
.cars_page_featured {
text-align: center;
}
.cars_page_featured,
.cars_page_featured img {
-webkit-transition: height .5s ease;
-ms-transition: height .5s ease;
transition: height .5s ease;
}
/* Title, Labels, Counters */
.cars_page_featured + .cars_page_title_wrap,
.cars_page_gallery + .cars_page_title_wrap {
margin-top: 3em;
}
.cars_page_title_wrap {
position:relative;
}
.cars_page_title {
margin:0;
padding-right: 30%;
}
.cars_page_title .cars_page_status {
font-size: 12px;
line-height: 1.5em;
vertical-align: middle;
display:inline-block;
margin-right:0.5em;
}
.cars_page_title .cars_page_status > a {
display: inline-block;
padding:0.5em 1em;
margin: 0 0.3em;
text-transform:uppercase;
color: #fff;
background-color: #efa758;
}
.cars_page_title_address {
font-size: 1.1em;
margin-top: 0.5em;
color: #666;
}
.cars_page_city:before {
content: ' / ';
}
.cars_page_title_meta {
position: absolute;
z-index:1;
right:0;
top: 50%;;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
width:27%;
text-align:right;
}
.cars_page_title_meta .post_counters_label {
display: none;
}
@media (max-width: 959px) {
.cars_page_title {
padding-right: 0;
}
.cars_page_title_meta {
position:static;
width: auto;
right: auto;
top: auto;
margin-top: 0.8em;
text-align:left;
-webkit-transform:none;
-ms-transform:none;
transform:none;
}
}
/* Address */
.cars_address_item + .cars_address_item:before {
content: '\00bb';
display:inline-block;
line-height:inherit;
margin:0 0.3em;
}
/* Price */
.cars_page_title_price {
margin-top: 0.4em;
}
.cars_price {
color: #888;
}
.cars_price_data + .cars_price_label:before,
.cars_price_label + .cars_price_data:before {
content: ' ';
}
.cars_price_data {
font-weight: bold;
}
.cars_price1 {
font-size: 1.5em;
}
.cars_price_delimiter:before {
content: '/';
display:inline-block;
line-height:inherit;
margin:0 0.4em;
}
/* Page content */
.cars_page_section + .cars_page_section {
margin-top: 3em;
}
.cars_page_section.cars_page_content {
margin-top: 2em;
}
.cars_page_section_title {
margin: 0 0 1.25em;
padding-bottom: 1em;
border-bottom: 1px dashed #ddd;
}
.cars_page_section_description {
margin-bottom: 2em;
}
.cars_page_section_item,
.cars_page_attachments_list > a,
.cars_page_features_list > a {
display: inline-block;
vertical-align:top;
width: 33%;
}
@media (max-width: 959px) {
.cars_page_section_item,
.cars_page_attachments_list > a,
.cars_page_features_list > a {
width: 50%;
}
}
@media (max-width: 479px) {
.cars_page_section_item,
.cars_page_attachments_list > a,
.cars_page_features_list > a {
width: 100%;
display:block;
}
}
.cars_page_label,
.cars_page_data {
display:inline-block;
vertical-align:top;
}
.cars_page_data {
font-weight:bold;
}
div.cars_page_attachments_list > a,
div.cars_page_features_list > a {
color: inherit;
}
.cars_page_attachments_list > a:before,
.cars_page_features_list > a:before {
content: '\e874';
font-family:'trx_addons_icons';
display: inline-block;
line-height:inherit;
margin: 0 0.5em 0 0;
color: #00a02b;
}
.cars_page_attachments_list > a:before {
content: '\e86c';
}
/* Agent info */
.cars_page_agent_avatar {
width: 30%;
display: inline-block;
vertical-align:top;
}
.cars_page_agent_form,
.cars_page_agent_info {
width: 35%;
display: inline-block;
vertical-align:top;
padding-left: 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cars_page_agent_form,
.cars_page_agent_info {
width: 70%;
}
.cars_page_agent_form {
display:block;
margin: 2em 0 0 30%;
}
}
@media (max-width: 639px) {
.cars_page_agent_avatar {
width: 100%;
display: block;
}
.cars_page_agent_form,
.cars_page_agent_info {
width: 100%;
display:block;
margin:2em 0 0;
}
}
.cars_page_agent_info_name {
margin:0;
}
.cars_page_agent_info_name > a {
display: inline;
font-size: 0.8667em;
}
.cars_page_agent_info_name > a:before {
content: ' / ';
display:inline-block;
margin: 0 0.3em;
}
.cars_page_agent_info_position {
margin-bottom: 0.5em;
color: #888;
}
.cars_page_agent_info_description {
margin:1.5em 0;
font-style:italic;
}
.cars_page_agent_info_address,
.cars_page_agent_info_phones > span {
margin-right: 1em;
}
.cars_page_agent_info_phones > span {
white-space:nowrap;
}
@media (max-width: 639px) {
.cars_page_agent_info_phones > span {
margin-right:0;
display: block;
}
}
.cars_page_agent_info_address:before,
.cars_page_agent_info_phones > span:before {
margin-right:0.3em;
font-family:'trx_addons_icons';
color: #000;
width: auto;
}
.cars_page_agent_info_address:before {content: '\e869'; }
.cars_page_agent_info_phones_mobile:before { content: '\e8b5'; }
.cars_page_agent_info_phones_office:before { content: '\e8c2'; }
.cars_page_agent_info_phones_fax:before { content: '\e893'; }
.cars_page_agent_info_profiles.socials_wrap {
margin: 1.5em 0 0;
}
.cars_page_agent_info_profiles.socials_wrap .social_item {
margin: 0 0.3em 0.3em 0;
vertical-align:top;
}
.cars_page_agent_info_profiles.socials_wrap .social_item .social_icon {
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
color: #666;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.cars_page_agent_form_title {
margin: 0;
}
.cars_page_agent_form .sc_form_form {
margin-top: 1em;
}
.cars_page_agent_form textarea {
line-height:1.5em;
}
/* Tabs */
.cars_page_tabs {
margin-top: 3em;
}
.cars_page_tabs .cars_page_section {
display:none;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-tabs-active:after {
display:none;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles {
border-bottom: 1px solid #ddd;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li {
top: 1px;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li + li {
margin-left: 0;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li > a {
display:block;
padding: 1em 2em;
background-color: #f7f7f7;
border: 1px solid #f7f7f7;
border-bottom-color: #ddd;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active > a {
border-color: #ddd;
background-color: #fff;
border-bottom-color: #fff;
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active) > a:hover {
background-color: #f0f0f0;
border-color: #f7f7f7 #f7f7f7 #ddd;
}
/*
* --- Single agent ---
*/
.agents_page .cars_page_agent_info_name > a {
display: none;
}
/*
* --- Widget: Cars Search ---
*/
.cars_search_form .sc_form_field .trx_addons_refresh {
position:absolute;
z-index:1;
top: 50%;
right: 0.5em;
margin-top: -0.8em;
}
.cars_search_form {
position:relative;
}
.cars_search_form .sc_form_field {
position:relative;
margin-bottom: 0;
display:inline-block;
vertical-align:top;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.cars_search_form .cars_search_basic {
position:relative;
}
.cars_search_form .cars_search_basic .sc_form_field_cars_keyword {
width: 100%;
}
.cars_search_form .cars_search_basic .sc_form_field_cars_keyword input {
width: 100%;
padding-right: 70%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.cars_search_form .cars_search_basic .cars_search_button,
.cars_search_form .cars_search_basic .cars_search_show_advanced {
position:absolute;
z-index:1;
top: 0;
bottom: 0;
right: 0;
width: 5%;
display:block;
text-align:center;
padding: 0;
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}
.cars_search_form .cars_search_basic .cars_search_show_advanced {
right: 5%;
cursor:pointer;
top: 50%;
bottom: auto;
height: 3em;
line-height:3em;
margin-top:-1.5em;
color: #888;
}
.cars_search_form .cars_search_advanced {
margin: 0 -5px;
height: 0;
overflow:hidden;
-webkit-transition: height .3s ease;
-ms-transition: height .3s ease;
transition: height .3s ease;
}
.cars_search_opened .cars_search_form .cars_search_advanced {
height: auto;
margin-top: 10px;
}
.cars_search_form .cars_search_advanced .sc_form_field {
width: 25%;
padding:0 5px;
margin-bottom: 10px;
}
.cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
margin-bottom: 3px;
}
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_status,
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_type,
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_maker,
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_city {
position:absolute;
top: 0.5em;
width: 15%;
}
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_status {
right: 55%;
}
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_type {
right: 40%;
}
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_maker {
right: 25%;
}
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_city {
right: 10%;
}
.cars_search_vertical .cars_search_form .cars_search_basic .cars_search_button,
.cars_search_vertical .cars_search_form .cars_search_basic .cars_search_show_advanced {
width: 15%;
}
.cars_search_vertical .cars_search_form .cars_search_basic .cars_search_show_advanced {
right: 15%;
}
.cars_search_vertical .cars_search_form .cars_search_basic .sc_form_field_cars_keyword input {
padding-right: 30%;
}
.cars_search_vertical .cars_search_form .cars_search_basic .sc_form_field input,
.cars_search_vertical .cars_search_form .cars_search_basic .sc_form_field input:focus,
.cars_search_vertical .cars_search_form .cars_search_basic .sc_form_field .select_container {
border-color: transparent !important;
}
.cars_search_vertical .cars_search_form .cars_search_basic .sc_form_field,
.cars_search_vertical .cars_search_form .cars_search_advanced .sc_form_field {
width: 100%;
margin-bottom: 0.5em;
}
.cars_search_vertical .cars_search_form .cars_search_basic .sc_form_field_cars_keyword {
margin-bottom: 0;
}
.cars_search_vertical .cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
width: 50%;
font-size: 0.9333em;
line-height:1.5em;
}
.cars_search_vertical .cars_search_form .cars_search_advanced .sc_form_field_checkbox {
margin-bottom: 0;
}
@media (max-width: 1439px) {
.cars_search_vertical .cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
width: 100%;
}
}
@media (max-width: 1023px) {
.cars_search_form .cars_search_basic .cars_search_button,
.cars_search_form .cars_search_basic .cars_search_show_advanced {
width: 10%;
}
.cars_search_form .cars_search_basic .cars_search_show_advanced {
right: 10%;
}
.cars_search_form .cars_search_basic .sc_form_field_cars_keyword input {
padding-right: 20%;
}
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_status,
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_type,
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_maker,
.cars_search_horizontal .cars_search_form .cars_search_advanced .sc_form_field_cars_city {
position:static;
top: auto;
right: auto;
width: 50%;
margin-bottom:10px;
}
.cars_search_form .cars_search_advanced .sc_form_field {
width: 50%;
}
.cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
width: 33.3333%;
}
}
@media (max-width: 767px) {
.cars_search_vertical .cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
width: 50%;
}
}
@media (max-width: 639px) {
.cars_search_vertical .cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
width: 100%;
}
}
@media (max-width: 479px) {
.cars_search_form .cars_search_advanced [class*="sc_form_field_cars_features"] {
width: 50%;
}
}
/*
* --- Widget: Cars Compare ---
*/
.widget_cars_compare .cars_compare_list > li {
cursor: pointer;
}
.widget_cars_compare .cars_compare_list > li:before {
content: '\e875';
font-family: 'trx_addons_icons';
width: 1em;
height: 1em;
line-height: 1em;
background-color: transparent !important;
color: #cc0000;
top: 0.4em;
}
.widget_cars_compare .cars_compare_button {
margin-top: 2em;
}
.widget_cars_compare .cars_compare_message {
margin-top: 2em;
font-style:italic;
}
.widget_cars_compare .cars_compare_list:not(.cars_compare_list_empty) + .cars_compare_message {
display: none;
}
.widget_cars_compare .cars_compare_list_empty + .cars_compare_message + .cars_compare_button {
display: none;
}
.sc_cars_compare {
overflow-x:auto;
}
.sc_cars_compare .sc_cars_compare_table {
min-width: 640px;
}
.sc_cars_compare_title {
font-weight:bold;
}
.sc_cars_compare_data {
text-align:center;
} | 0.307774 | 0.138287 |
@charset "UTF-8";
.banner604{
position: relative;
}
.banner604 a{
position: absolute;
height: 604px;
top: 12px;
left: 0px;
width: 100%;
background:url(../images/banner.jpg) no-repeat top center;
}
.main{
position: relative;
}
.slider{
float: left;
width: 730px;
height: 453px;
background-color: pink;
margin:12px 0 0 220px;
position: relative;
}
.slider ul{
position: absolute;
bottom: 4px;
left: 50%;
margin-left: -66px;
}
.slider ul li{
font-size: 10px;
height: 18px;
width: 18px;
border-radius: 50%;
float: left;
margin: 0 2px;
background-color: #3e3e3e;
text-align: center;
line-height: 18px;
color: #FFF;
cursor: pointer;
}
.slider ul li.current{
background-color: darkred;
}
.arrow-left,.arrow-right{
position: absolute;
width: 24px;
height: 62px;
top: 50%;
margin-top: -31px;
font:600 18px/62px "simsun";
text-align: center;
color: #fff;
background-color: rgba(0,0,0,0.2);
}
.arrow-left{
left: 0;
}
.arrow-right{
right: 0;
}
.arrow-left:hover,.arrow-right:hover{
background-color: rgba(0,0,0,0.4);
}
.news{
float: right;
width:248px;
height:451px;
border: 1px solid #E4E4E4;
margin-top: 12px;
}
.jd-news{
height: 200px;
border-bottom: 1px dashed #E4E4E4; /*虚线*/
}
.jd-news .dt,.jd-service .dt
{
height: 43px;
border-bottom:1px dotted #E8E8E7;
}
.jd-news .dt h3,.jd-service .dt h3
{
font:500 16px/43px "microsoft yehei";
float: left;
padding-left:15px;
}
.jd-news .dt a{
font: 12px/43px "simsun";
float: right;
padding-right:15px;
}
.jd-news .dd ul{
padding:8px 0 0 12px;
}
.jd-news .dd li{
line-height: 28px;
}
.jd-news .dd li span{
font-weight:700;
margin-right: 5px;
}
.jd-service{
height: 251px;
margin-top: -1px;
width: 248px;
overflow: hidden;
}
.jd-service ul{
width: 252px;
}
.jd-service li{
width: 62px;
height: 70px;
border: 1px solid #E4E4E4;
border-top:0;
float: left;
margin:0 0 0 -1px;
}
.jd-service li a{
display: block;
width: 62px;
height: 70px;
padding-top: 42px;
text-align: center;
position: relative;
}
.jd-service li a s{
position: absolute;
top: 12px;
left: 15px;
width: 25px;
height: 25px;
background:url(../images/icon_lifeserv.png) no-repeat right top;
}
.jd-service li.service-icon2 a s{
background-position: right -25px;
}
.jd-service li.service-icon3 a s{
background-position: right -50px;
}
.jd-service li.service-icon4 a s{
background-position: right -75px;
}
.double11 {
position: relative;
}
.night{
margin: 10px 0 10px 0;
}
.night-right{
width: 1000px;
height: 160px;
}
.night-right ul{
width: 500%;
}
.night-right li{
float: left;
margin-right: 1px;
} | jingdong/css/index.css | @charset "UTF-8";
.banner604{
position: relative;
}
.banner604 a{
position: absolute;
height: 604px;
top: 12px;
left: 0px;
width: 100%;
background:url(../images/banner.jpg) no-repeat top center;
}
.main{
position: relative;
}
.slider{
float: left;
width: 730px;
height: 453px;
background-color: pink;
margin:12px 0 0 220px;
position: relative;
}
.slider ul{
position: absolute;
bottom: 4px;
left: 50%;
margin-left: -66px;
}
.slider ul li{
font-size: 10px;
height: 18px;
width: 18px;
border-radius: 50%;
float: left;
margin: 0 2px;
background-color: #3e3e3e;
text-align: center;
line-height: 18px;
color: #FFF;
cursor: pointer;
}
.slider ul li.current{
background-color: darkred;
}
.arrow-left,.arrow-right{
position: absolute;
width: 24px;
height: 62px;
top: 50%;
margin-top: -31px;
font:600 18px/62px "simsun";
text-align: center;
color: #fff;
background-color: rgba(0,0,0,0.2);
}
.arrow-left{
left: 0;
}
.arrow-right{
right: 0;
}
.arrow-left:hover,.arrow-right:hover{
background-color: rgba(0,0,0,0.4);
}
.news{
float: right;
width:248px;
height:451px;
border: 1px solid #E4E4E4;
margin-top: 12px;
}
.jd-news{
height: 200px;
border-bottom: 1px dashed #E4E4E4; /*虚线*/
}
.jd-news .dt,.jd-service .dt
{
height: 43px;
border-bottom:1px dotted #E8E8E7;
}
.jd-news .dt h3,.jd-service .dt h3
{
font:500 16px/43px "microsoft yehei";
float: left;
padding-left:15px;
}
.jd-news .dt a{
font: 12px/43px "simsun";
float: right;
padding-right:15px;
}
.jd-news .dd ul{
padding:8px 0 0 12px;
}
.jd-news .dd li{
line-height: 28px;
}
.jd-news .dd li span{
font-weight:700;
margin-right: 5px;
}
.jd-service{
height: 251px;
margin-top: -1px;
width: 248px;
overflow: hidden;
}
.jd-service ul{
width: 252px;
}
.jd-service li{
width: 62px;
height: 70px;
border: 1px solid #E4E4E4;
border-top:0;
float: left;
margin:0 0 0 -1px;
}
.jd-service li a{
display: block;
width: 62px;
height: 70px;
padding-top: 42px;
text-align: center;
position: relative;
}
.jd-service li a s{
position: absolute;
top: 12px;
left: 15px;
width: 25px;
height: 25px;
background:url(../images/icon_lifeserv.png) no-repeat right top;
}
.jd-service li.service-icon2 a s{
background-position: right -25px;
}
.jd-service li.service-icon3 a s{
background-position: right -50px;
}
.jd-service li.service-icon4 a s{
background-position: right -75px;
}
.double11 {
position: relative;
}
.night{
margin: 10px 0 10px 0;
}
.night-right{
width: 1000px;
height: 160px;
}
.night-right ul{
width: 500%;
}
.night-right li{
float: left;
margin-right: 1px;
} | 0.488283 | 0.100481 |
body {
background-color:#3c3f0a!important;
}
.foot, .nav-bar {
background-color: #6a9929!important;
color:#1a1a1a!important;
}
.post .post-header h3 a:visited, .post .post-header h3 a:link {
color:#6a9929!important;
}
.post a {
color: #9eb565;
text-decoration:none;
}
a.nav-bar-button {
color:#1a1a1a!important;
text-shadow: 1px 1px rgba(255,255,255,0.3)!important;
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.40) 100%)!important;
}
a.nav-bar-button:HOVER, .nav-bar .drop-down.hover a.nav-bar-button {
background-color: rgba(255,255,255,0.5)!important;
box-shadow: 0px 0px 10px rgba(255,255,255,0.2) inset!important;
}
.nav-bar .widget {
border-left: 1px solid rgba(255,255,255,0.05)!important;
border-right: 1px solid rgba(255,255,255,0.3)!important;
}
ul.headlines li, .feed-links, #HTML408 .module {
background: #6a9929!important;
}
ul.headlines li a, .feed-links, .feed-links a {
color:#1a1a1a!important;
}
.module h1, div.settings h1, .blog-pager a {
background: #6a9929!important;
color:#1a1a1a!important;
}
.post {
background: rgb(41, 50, 15)!important;
border: 2px solid rgb(199, 82, 26)!important;
color: white;
}
.post .post-footer {
background-color: #6a9929!important;
color:#1a1a1a!important;
}
.post .post-footer a:link {
color: darkblue;
}
.post .post-footer a:visited {
color: darkslateblue;
}
#header-bg-1,#header-bg-2,#header-bg-3,#header-bg-4 {
background-image:url("https://vignette.wikia.nocookie.net/craigofthecreek/images/5/50/Wiki-background/revision/latest?cb=20180429054312")!important;
background-size:cover;
}
#header-bg-4 a img {
width:0;
height:0;
padding-left:975px;
padding-top:293px;
background-image:url("https://media.discordapp.net/attachments/259431839855411200/559592411844706325/unknown.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
position: relative;
top: 10px;
}
#HTML601 h2, div.settings h1, a[href='/search/label/Drawing Things Out'], a[href='/search/label/Rebecca Sugar'] {
font-size:0;
}
div.settings h1:before {
font-size:25px;
font-weight: bold;
content:"Blog of the Creek Settings";
}
#HTML601 h2:before{
content:'Blog of the Creek';
font-size:20px;
}
.foot a, .foot h2, .status-msg-body {
background-color: #6a9929!important;
color:#1a1a1a!important;
}
a[href='/search/label/Drawing Things Out']:before {
content:'Art of the Creek';
}
a[href='/search/label/Rebecca Sugar']:before {
content:'CotC Fan Rebecca Sugar';
}
.drop-down-menu a:before {
font-size:14.8px;
line-height:2.2em;
} | eggs/cotc.css | body {
background-color:#3c3f0a!important;
}
.foot, .nav-bar {
background-color: #6a9929!important;
color:#1a1a1a!important;
}
.post .post-header h3 a:visited, .post .post-header h3 a:link {
color:#6a9929!important;
}
.post a {
color: #9eb565;
text-decoration:none;
}
a.nav-bar-button {
color:#1a1a1a!important;
text-shadow: 1px 1px rgba(255,255,255,0.3)!important;
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.40) 100%)!important;
}
a.nav-bar-button:HOVER, .nav-bar .drop-down.hover a.nav-bar-button {
background-color: rgba(255,255,255,0.5)!important;
box-shadow: 0px 0px 10px rgba(255,255,255,0.2) inset!important;
}
.nav-bar .widget {
border-left: 1px solid rgba(255,255,255,0.05)!important;
border-right: 1px solid rgba(255,255,255,0.3)!important;
}
ul.headlines li, .feed-links, #HTML408 .module {
background: #6a9929!important;
}
ul.headlines li a, .feed-links, .feed-links a {
color:#1a1a1a!important;
}
.module h1, div.settings h1, .blog-pager a {
background: #6a9929!important;
color:#1a1a1a!important;
}
.post {
background: rgb(41, 50, 15)!important;
border: 2px solid rgb(199, 82, 26)!important;
color: white;
}
.post .post-footer {
background-color: #6a9929!important;
color:#1a1a1a!important;
}
.post .post-footer a:link {
color: darkblue;
}
.post .post-footer a:visited {
color: darkslateblue;
}
#header-bg-1,#header-bg-2,#header-bg-3,#header-bg-4 {
background-image:url("https://vignette.wikia.nocookie.net/craigofthecreek/images/5/50/Wiki-background/revision/latest?cb=20180429054312")!important;
background-size:cover;
}
#header-bg-4 a img {
width:0;
height:0;
padding-left:975px;
padding-top:293px;
background-image:url("https://media.discordapp.net/attachments/259431839855411200/559592411844706325/unknown.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
position: relative;
top: 10px;
}
#HTML601 h2, div.settings h1, a[href='/search/label/Drawing Things Out'], a[href='/search/label/Rebecca Sugar'] {
font-size:0;
}
div.settings h1:before {
font-size:25px;
font-weight: bold;
content:"Blog of the Creek Settings";
}
#HTML601 h2:before{
content:'Blog of the Creek';
font-size:20px;
}
.foot a, .foot h2, .status-msg-body {
background-color: #6a9929!important;
color:#1a1a1a!important;
}
a[href='/search/label/Drawing Things Out']:before {
content:'Art of the Creek';
}
a[href='/search/label/Rebecca Sugar']:before {
content:'CotC Fan Rebecca Sugar';
}
.drop-down-menu a:before {
font-size:14.8px;
line-height:2.2em;
} | 0.484136 | 0.091382 |
:root {
--dark: darkslategray;
--light: lightslategrey;
}
header {
display: flex;
justify-content: center;
background-color: white;
color: var(--dark);
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 200%;
margin: 10px;
}
nav {
display: flex;
background-color: white;
justify-content: center;
}
a{
color: var(--light);
padding: 14px 20px;
text-decoration: none;
text-align: center;
}
body {
background-color: rgb(231, 231, 231);
}
main {
display: flex;
flex-wrap: wrap;
max-width: 1200px;
margin: 10px;
margin-left: 10%;
margin-right: 10%;
justify-content: space-between;
}
.background {
width: 100%;
height: 375px;
margin-bottom: 25px;
background-image: url("../images/Office.jpeg");
border-radius: 30px;
background-size: cover;
background-position: center;
}
.about-me-header, .work-header {
margin-top: 20px;
width: 100%;
background-color: white;
border-radius: 20px 20px 0px 0px;
}
.about-me-header h2, .work-header h2 {
color: var(--dark);
margin-top: 10px;
margin-left: 10px;
font-size: 150%
}
.about-me {
display: flex;
border-radius: 0px 0px 20px 20px;
background-color: white;
align-items: center;
}
.about-me img {
height: 400px;
border-radius: 20px;
padding: 10px;
}
.about-me p {
margin: 10px;
font-family: Arial, Helvetica, sans-serif;
color: var(--light);
line-height: 40px;
font-size: 105%;
}
.work {
flex-wrap: wrap;
flex: 4;
width: 100%;
background-color: white;
border-radius: 0px 0px 20px 20px;
padding: 2%;
line-height: 30px;
}
.work img {
height: 400px;
border-radius: 20px;
padding: 10px;
}
.work h2 {
color: var(--dark);
}
.work p , .work p a{
font-size: 15px;
color: var(--light);
}
.contact {
display: flex;
justify-content: center;
margin-top: 20px;
background-color: white;
color: var(--dark);
}
.contact-links {
display: flex;
justify-content: center;
background-color: white;
justify-content: center;
}
.contact h2 {
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: var(--dark);
}
a:hover {
text-decoration: underline;
}
#email:hover::after {
content: ": <EMAIL>";
}
@media screen and (max-width:1100px) {
nav, body, .contact-links, .about-me {
flex-direction: column;
align-items: center;
}
.work img {
height: 150px;
border-radius: 20px;
}
.work p , .work p a {
font-size: 10px;
}
.about-me img {
height: 350px;
border-radius: 20px;
}
.about-me-header, .work-header {
text-align: center;
}
} | assets/css/style.css | :root {
--dark: darkslategray;
--light: lightslategrey;
}
header {
display: flex;
justify-content: center;
background-color: white;
color: var(--dark);
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 200%;
margin: 10px;
}
nav {
display: flex;
background-color: white;
justify-content: center;
}
a{
color: var(--light);
padding: 14px 20px;
text-decoration: none;
text-align: center;
}
body {
background-color: rgb(231, 231, 231);
}
main {
display: flex;
flex-wrap: wrap;
max-width: 1200px;
margin: 10px;
margin-left: 10%;
margin-right: 10%;
justify-content: space-between;
}
.background {
width: 100%;
height: 375px;
margin-bottom: 25px;
background-image: url("../images/Office.jpeg");
border-radius: 30px;
background-size: cover;
background-position: center;
}
.about-me-header, .work-header {
margin-top: 20px;
width: 100%;
background-color: white;
border-radius: 20px 20px 0px 0px;
}
.about-me-header h2, .work-header h2 {
color: var(--dark);
margin-top: 10px;
margin-left: 10px;
font-size: 150%
}
.about-me {
display: flex;
border-radius: 0px 0px 20px 20px;
background-color: white;
align-items: center;
}
.about-me img {
height: 400px;
border-radius: 20px;
padding: 10px;
}
.about-me p {
margin: 10px;
font-family: Arial, Helvetica, sans-serif;
color: var(--light);
line-height: 40px;
font-size: 105%;
}
.work {
flex-wrap: wrap;
flex: 4;
width: 100%;
background-color: white;
border-radius: 0px 0px 20px 20px;
padding: 2%;
line-height: 30px;
}
.work img {
height: 400px;
border-radius: 20px;
padding: 10px;
}
.work h2 {
color: var(--dark);
}
.work p , .work p a{
font-size: 15px;
color: var(--light);
}
.contact {
display: flex;
justify-content: center;
margin-top: 20px;
background-color: white;
color: var(--dark);
}
.contact-links {
display: flex;
justify-content: center;
background-color: white;
justify-content: center;
}
.contact h2 {
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: var(--dark);
}
a:hover {
text-decoration: underline;
}
#email:hover::after {
content: ": <EMAIL>";
}
@media screen and (max-width:1100px) {
nav, body, .contact-links, .about-me {
flex-direction: column;
align-items: center;
}
.work img {
height: 150px;
border-radius: 20px;
}
.work p , .work p a {
font-size: 10px;
}
.about-me img {
height: 350px;
border-radius: 20px;
}
.about-me-header, .work-header {
text-align: center;
}
} | 0.511473 | 0.193852 |
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
width: 750px;
background-color: white;
}
#greeting-container {
margin-top: 20px;
}
body {
background-color: #8fcdcf;
color: black;
}
h1 {
padding-top: 80px;
padding-right: 20px;
text-align: center;
font-size: 40px;
background-color: white;
font-family: Arial, Helvetica, sans-serif;
margin:10px;
}
h2 {
margin: 0px;
padding-bottom: 5px;
text-align: center;
font-size: 24px;
font-weight: 600;
background-color: white;
color: #aab0b1;
font-family: "Times New Roman", Times, serif;
}
.tagline {
font-family: Arial, Helvetica, sans-serif;
color: #27807f;
padding-bottom: 20px;
font-weight: 700;
text-align: center;
margin: 5px;
}
h3 {
text-transform: uppercase;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
.top-navigation-bar {
background-color: rgb(0, 0, 0);
overflow: hidden;
border-radius: 10px;
margin: 10px;
}
.top-navigation-bar a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 10px 10px;
text-decoration: none;
font-size: 17px;
}
.top-navigation-bar a:hover {
background-color: #ddd;
color: black;
}
.top-navigation-bar a.active {
background-color: #27807f;
color: white;
}
ul {
margin-top: 1px;
margin-right: 1px;
margin-bottom: 10px;
margin-left: 1px;
}
footer {
text-align: center;
padding: 2px;
background-color: black;
color: white;
margin-left: auto;
margin-right: auto;
position: block;
width: 750px;
}
/*Buttons at bottom of page*/
.buttonText {
clear: both;
text-align: center;
}
.hyperlinked-button, .commentButton {
border: none;
text-align: center;
cursor: pointer;
padding: 5px 10px;
margin: 10px;
border-radius: 10px;
}
.commentButton {
visibility: hidden;
}
.buttonBlue {
background-color: #0E76A8;
color: white;
}
.buttonGray {
background-color: #D3D3D3FF;
color: black;
}
.buttonRed {
background-color: #C74D4D;
color: white;
}
.education-button {
background-color: white;
color: black;
padding: 10px;
margin: 0px 100px 0px 80px;
border-radius: 10px;
}
.img-nonprofile {
float: right;
}
.banner {
text-align: center;
padding: 10px 0 10px 0;
margin: 5px 0 5px 0;
background-color: #27807F;
color: white;
font-style: bold;
font-size: 16px;
}
/*Formatting for main text in each section*/
.about {
margin: 5px;
padding: 10px;
width: 60%;
display: inline-block;
}
.education, .feedback, .drawings {
margin: 5px;
padding: 10px;
width: 96%;
display: inline-block;
}
.left-content {
margin: 5px;
padding: 10px;
width: 30%;
float: left;
}
.right-content {
width: 60%;
margin: 5px;
padding: 10px;
float: right;
}
.center-content {
width: 100%;
padding: 10px;
}
.content-wrap {
width: 100%;
margin: 0 auto;
}
.img-enlarge:hover{
color: #414141;
opacity: 1;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
transform: scale(1.6);
-ms-transform: scale(1.6);
-webkit-transform: scale(1.6);
}
/*Overlay on flag images*/
.flag {
position: relative;
width: 30%;
max-width: 100px;
overflow: hidden;
}
.flag .flag-overlay {
background: #00000099;
position: absolute;
height: 99%;
width: 120px;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.flag:hover .flag-overlay{
opacity: 1;
}
.flag-details {
position: absolute;
text-align: center;
padding-left: 1px;
padding-right: 1px;
width: 100px;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.flag:hover .flag-details{
opacity: 1;
top: 50%;
left: 50%;
}
.flag-details h3{
color: white;
font-weight: 700;
font-size: 15px;
letter-spacing: 0.15em;
margin-bottom: 0.5em;
}
.fadeIn-bottom{
top: 80%;
}
/*Extra thick border for Images without Overlay*/
.extra-border-img{
margin-top:12px;
}
/* Add Comments section */
.add-comment-box, .view-comments-box {
border-radius: 10px;
padding: 20px;
margin: 20px;
}
.add-comment-box {
background-color: #D3D3D3FF;
}
.view-comments-box {
background-color: #C1E2E2;
}
.comment-submit-button {
background-color: #27807F;
border-radius: 10px;
color: white;
padding: 5px;
margin: 10px;
}
/*Comments Displayed*/
#comment-container{
align-content: 50px;
}
input[type=text], select, textarea {
padding: 12px;
border: 1px solid #CCC;
border-radius: 4px;
background-color: white;
}
#user-comment {
background-color: #CCC;
padding: 0px 15px;
margin: 10px 30px 10px 200px;
border-radius: 10px;
}
#commentor-name {
font-size: 12pt;
padding-top: 5px;
color: black;
}
#comment-text {
padding-bottom: 10px;
}
#comment-date {
color: #27807F;
}
.comment-section {
margin-bottom: 75px;
width: 94%;
}
.comments {
position: center;
border:10px;
}
.label {
color: #000000;
font: bold;
padding: 5px;
margin: 2px;
}
.admin-area {
border: 2px black dotted;
padding: 10px;
margin: 20px;
}
/*Education page*/
.uni-of-edinburgh {
background-color: #E3BABC;
border-radius: 10px;
margin: 10px;
}
.queen-elizabeth {
background-color: #C4B8DB;
border-radius: 10px;
}
.staindrop {
background-color: #B5D1EB;
border-radius: 10px;
}
.school-content {
margin: 20px;
padding: 20px;
}
.img-circular, .img-profile {
border-top-left-radius: 50% 50%;
border-top-right-radius: 50% 50%;
border-bottom-right-radius: 50% 50%;
border-bottom-left-radius: 50% 50%;
border: solid;
position: block;
padding: 10px;
}
.img-circular {
width: 250px;
height: 250px;
margin: 40px 40px 0px 0px;
}
.img-profile {
width: 200px;
height: 200px;
margin: 5px 20px 5px 20px;
}
#regions_div {
width: 96%;
}
.g-recaptcha-error {
color: red;
}
/*Drawings Section*/
.sketch-title {
width: 96%;
}
.the-colosseum, .barnard-castle, .marchmont-road {
width: 250px;
}
.marchmont-road {
padding-left: 20px;
}
.edi-castle {
width: 270px;
}
.butter-market {
width: 180px;
padding: 10px;
}
.bowes-museum, .tower-bridge {
width: 300px;
padding: 10px;
margin: 10px;
}
.red-phone-box {
width: 180px;
}
.forth-bridge {
width: 450px;
padding: 20px;
}
.scott-monument, .london-eye {
width: 200px;
}
.london-eye {
padding-left: 0px;
padding-bottom: 30px;
}
.buckingham-palace {
width: 400px;
padding: 10px 0px 0px 0px;
}
.tower-of-london {
width: 260px;
}
/*Info box underneath Sketches */
.extra-info {
width: 94%;
text-align: center;
display: block;
padding: 10px;
border:#CCC dashed;
margin: 10px;
} | portfolio/src/main/webapp/style.css | margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
width: 750px;
background-color: white;
}
#greeting-container {
margin-top: 20px;
}
body {
background-color: #8fcdcf;
color: black;
}
h1 {
padding-top: 80px;
padding-right: 20px;
text-align: center;
font-size: 40px;
background-color: white;
font-family: Arial, Helvetica, sans-serif;
margin:10px;
}
h2 {
margin: 0px;
padding-bottom: 5px;
text-align: center;
font-size: 24px;
font-weight: 600;
background-color: white;
color: #aab0b1;
font-family: "Times New Roman", Times, serif;
}
.tagline {
font-family: Arial, Helvetica, sans-serif;
color: #27807f;
padding-bottom: 20px;
font-weight: 700;
text-align: center;
margin: 5px;
}
h3 {
text-transform: uppercase;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
.top-navigation-bar {
background-color: rgb(0, 0, 0);
overflow: hidden;
border-radius: 10px;
margin: 10px;
}
.top-navigation-bar a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 10px 10px;
text-decoration: none;
font-size: 17px;
}
.top-navigation-bar a:hover {
background-color: #ddd;
color: black;
}
.top-navigation-bar a.active {
background-color: #27807f;
color: white;
}
ul {
margin-top: 1px;
margin-right: 1px;
margin-bottom: 10px;
margin-left: 1px;
}
footer {
text-align: center;
padding: 2px;
background-color: black;
color: white;
margin-left: auto;
margin-right: auto;
position: block;
width: 750px;
}
/*Buttons at bottom of page*/
.buttonText {
clear: both;
text-align: center;
}
.hyperlinked-button, .commentButton {
border: none;
text-align: center;
cursor: pointer;
padding: 5px 10px;
margin: 10px;
border-radius: 10px;
}
.commentButton {
visibility: hidden;
}
.buttonBlue {
background-color: #0E76A8;
color: white;
}
.buttonGray {
background-color: #D3D3D3FF;
color: black;
}
.buttonRed {
background-color: #C74D4D;
color: white;
}
.education-button {
background-color: white;
color: black;
padding: 10px;
margin: 0px 100px 0px 80px;
border-radius: 10px;
}
.img-nonprofile {
float: right;
}
.banner {
text-align: center;
padding: 10px 0 10px 0;
margin: 5px 0 5px 0;
background-color: #27807F;
color: white;
font-style: bold;
font-size: 16px;
}
/*Formatting for main text in each section*/
.about {
margin: 5px;
padding: 10px;
width: 60%;
display: inline-block;
}
.education, .feedback, .drawings {
margin: 5px;
padding: 10px;
width: 96%;
display: inline-block;
}
.left-content {
margin: 5px;
padding: 10px;
width: 30%;
float: left;
}
.right-content {
width: 60%;
margin: 5px;
padding: 10px;
float: right;
}
.center-content {
width: 100%;
padding: 10px;
}
.content-wrap {
width: 100%;
margin: 0 auto;
}
.img-enlarge:hover{
color: #414141;
opacity: 1;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
transform: scale(1.6);
-ms-transform: scale(1.6);
-webkit-transform: scale(1.6);
}
/*Overlay on flag images*/
.flag {
position: relative;
width: 30%;
max-width: 100px;
overflow: hidden;
}
.flag .flag-overlay {
background: #00000099;
position: absolute;
height: 99%;
width: 120px;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.flag:hover .flag-overlay{
opacity: 1;
}
.flag-details {
position: absolute;
text-align: center;
padding-left: 1px;
padding-right: 1px;
width: 100px;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.flag:hover .flag-details{
opacity: 1;
top: 50%;
left: 50%;
}
.flag-details h3{
color: white;
font-weight: 700;
font-size: 15px;
letter-spacing: 0.15em;
margin-bottom: 0.5em;
}
.fadeIn-bottom{
top: 80%;
}
/*Extra thick border for Images without Overlay*/
.extra-border-img{
margin-top:12px;
}
/* Add Comments section */
.add-comment-box, .view-comments-box {
border-radius: 10px;
padding: 20px;
margin: 20px;
}
.add-comment-box {
background-color: #D3D3D3FF;
}
.view-comments-box {
background-color: #C1E2E2;
}
.comment-submit-button {
background-color: #27807F;
border-radius: 10px;
color: white;
padding: 5px;
margin: 10px;
}
/*Comments Displayed*/
#comment-container{
align-content: 50px;
}
input[type=text], select, textarea {
padding: 12px;
border: 1px solid #CCC;
border-radius: 4px;
background-color: white;
}
#user-comment {
background-color: #CCC;
padding: 0px 15px;
margin: 10px 30px 10px 200px;
border-radius: 10px;
}
#commentor-name {
font-size: 12pt;
padding-top: 5px;
color: black;
}
#comment-text {
padding-bottom: 10px;
}
#comment-date {
color: #27807F;
}
.comment-section {
margin-bottom: 75px;
width: 94%;
}
.comments {
position: center;
border:10px;
}
.label {
color: #000000;
font: bold;
padding: 5px;
margin: 2px;
}
.admin-area {
border: 2px black dotted;
padding: 10px;
margin: 20px;
}
/*Education page*/
.uni-of-edinburgh {
background-color: #E3BABC;
border-radius: 10px;
margin: 10px;
}
.queen-elizabeth {
background-color: #C4B8DB;
border-radius: 10px;
}
.staindrop {
background-color: #B5D1EB;
border-radius: 10px;
}
.school-content {
margin: 20px;
padding: 20px;
}
.img-circular, .img-profile {
border-top-left-radius: 50% 50%;
border-top-right-radius: 50% 50%;
border-bottom-right-radius: 50% 50%;
border-bottom-left-radius: 50% 50%;
border: solid;
position: block;
padding: 10px;
}
.img-circular {
width: 250px;
height: 250px;
margin: 40px 40px 0px 0px;
}
.img-profile {
width: 200px;
height: 200px;
margin: 5px 20px 5px 20px;
}
#regions_div {
width: 96%;
}
.g-recaptcha-error {
color: red;
}
/*Drawings Section*/
.sketch-title {
width: 96%;
}
.the-colosseum, .barnard-castle, .marchmont-road {
width: 250px;
}
.marchmont-road {
padding-left: 20px;
}
.edi-castle {
width: 270px;
}
.butter-market {
width: 180px;
padding: 10px;
}
.bowes-museum, .tower-bridge {
width: 300px;
padding: 10px;
margin: 10px;
}
.red-phone-box {
width: 180px;
}
.forth-bridge {
width: 450px;
padding: 20px;
}
.scott-monument, .london-eye {
width: 200px;
}
.london-eye {
padding-left: 0px;
padding-bottom: 30px;
}
.buckingham-palace {
width: 400px;
padding: 10px 0px 0px 0px;
}
.tower-of-london {
width: 260px;
}
/*Info box underneath Sketches */
.extra-info {
width: 94%;
text-align: center;
display: block;
padding: 10px;
border:#CCC dashed;
margin: 10px;
} | 0.386069 | 0.076098 |
.ant-picker {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: var(--input-padding-vertical-base) var(--input-padding-horizontal-base);
color: var(--input-color);
font-size: var(--ql-typography-font-size-md);
font-variant: var(--ql-typography-font-variant-default);
line-height: var(--ql-typography-line-height-md);
list-style: none;
-webkit-font-feature-settings: var(--ql-typography-font-feature-settings-default);
font-feature-settings: var(--ql-typography-font-feature-settings-default);
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: var(--input-bg);
border: var(--ql-border-width-default) var(--ql-border-style-default) var(--input-border-color);
border-radius: var(--input-border-radius-base);
-webkit-transition: border var(--ql-animation-duration-slow),
-webkit-box-shadow var(--ql-animation-duration-slow);
transition: border var(--ql-animation-duration-slow),
-webkit-box-shadow var(--ql-animation-duration-slow);
transition: border var(--ql-animation-duration-slow),
box-shadow var(--ql-animation-duration-slow);
transition: border var(--ql-animation-duration-slow),
box-shadow var(--ql-animation-duration-slow),
-webkit-box-shadow var(--ql-animation-duration-slow);
}
.ant-picker:hover,
.ant-picker-focused {
border-color: var(--input-hover-border-color);
border-right-width: 1px !important;
}
.ant-picker-focused {
border-color: var(--input-hover-border-color);
border-right-width: 1px !important;
outline: 0;
-webkit-box-shadow: var(--ql-outline-accent1-2);
box-shadow: var(--ql-outline-accent1-2);
}
.ant-picker.ant-picker-disabled {
background: var(--ql-color-dark-t-lighten5);
border-color: var(--ql-color-dark-t-lighten5);
cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
color: var(--ql-state-disabled-color);
}
.ant-picker.ant-picker-borderless {
background-color: transparent !important;
border-color: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.ant-picker-input {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.ant-picker-input>input {
position: relative;
display: inline-block;
width: 100%;
min-width: 0;
color: var(--input-color);
font-size: var(--ql-typography-font-size-md);
line-height: var(--ql-typography-line-height-md);
background-color: var(--ql-color-white);
background-image: none;
border: var(--ql-border-width-default) var(--ql-border-style-default) var(--input-border-color);
border-radius: var(--input-border-radius-base);
-webkit-transition: all var(--ql-animation-duration-slow);
transition: all var(--ql-animation-duration-slow);
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
min-width: 1px;
height: auto;
padding: 0;
background: transparent;
border: 0;
}
.ant-picker-input>input::-moz-placeholder {
opacity: 1;
}
.ant-picker-input>input::-webkit-input-placeholder {
color: var(--input-placeholder-color);
}
.ant-picker-input>input:-ms-input-placeholder {
color: var(--input-placeholder-color);
}
.ant-picker-input>input::-ms-input-placeholder {
color: var(--input-placeholder-color);
}
.ant-picker-input>input::placeholder {
color: var(--input-placeholder-color);
}
.ant-picker-input>input:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.ant-picker-input>input:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-picker-input>input:placeholder-shown {
text-overflow: ellipsis;
}
.ant-picker-input>input:hover {
border-color: var(--input-hover-border-color);
border-right-width: 1px !important;
}
.ant-picker-input>input:focus,
.ant-picker-input>input-focused {
border-color: var(--input-hover-border-color);
border-right-width: 1px !important;
outline: 0;
-webkit-box-shadow: var(--ql-outline-accent1-2);
box-shadow: var(--ql-outline-accent1-2);
}
.ant-picker-input>input-disabled {
color: var(--ql-state-disabled-color);
background-color: var(--ql-color-dark-t-lighten5);
cursor: not-allowed;
opacity: 1;
}
.ant-picker-input>input-disabled:hover {
border-color: var(--ql-color-dark-t-lighten5);
border-right-width: 1px !important;
}
.ant-picker-input>input[disabled] {
color: var(--ql-state-disabled-color);
background-color: var(--ql-color-dark-t-lighten5);
cursor: not-allowed;
opacity: 1;
}
.ant-picker-input>input[disabled]:hover {
border-color: var(--ql-color-dark-t-lighten5);
border-right-width: 1px !important;
}
.ant-picker-input>input-borderless,
.ant-picker-input>input-borderless:hover,
.ant-picker-input>input-borderless:focus,
.ant-picker-input>input-borderless-focused,
.ant-picker-input>input-borderless-disabled,
.ant-picker-input>input-borderless[disabled] {
background-color: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
textarea.ant-picker-input>input {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: var(--ql-typography-line-height-md);
vertical-align: bottom;
-webkit-transition: all var(--ql-animation-duration-slow), height 0s;
transition: all var(--ql-animation-duration-slow), height 0s;
}
.ant-picker-input>input-lg {
padding: 6.5px 11px;
font-size: var(--ql-typography-font-size-md);
}
.ant-picker-input>input-sm {
padding: 0px 7px;
}
.ant-picker-input>input:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.ant-picker-input>input[disabled] {
background: transparent;
}
.ant-picker-input:hover .ant-picker-clear {
opacity: 1;
}
.ant-picker-input-placeholder>input {
color: var(--input-placeholder-color);
}
.ant-picker-large {
padding: 6.5px 11px 6.5px;
}
.ant-picker-large .ant-picker-input>input {
font-size: var(--ql-typography-font-size-md);
}
.ant-picker-small {
padding: 0px 7px 0px;
}
.ant-picker-suffix {
-ms-flex-item-align: center;
align-self: center;
margin-left: 4px;
color: var(--ql-state-disabled-color);
line-height: 1;
pointer-events: none;
}
.ant-picker-suffix>* {
vertical-align: top;
}
.ant-picker-clear {
position: absolute;
top: 50%;
right: 0;
color: var(--ql-state-disabled-color);
line-height: 1;
background: var(--ql-color-white);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
opacity: 0;
-webkit-transition: opacity var(--ql-animation-duration-slow),
color var(--ql-animation-duration-slow);
transition: opacity var(--ql-animation-duration-slow),
color var(--ql-animation-duration-slow);
}
.ant-picker-clear>* {
vertical-align: top;
}
.ant-picker-clear:hover {
color: var(--ql-typography-text-color-secondary);
}
.ant-picker-separator {
position: relative;
display: inline-block;
width: 1em;
height: 16px;
color: var(--ql-state-disabled-color);
font-size: var(--ql-typography-font-size-md);
vertical-align: top;
cursor: default;
}
.ant-picker-focused .ant-picker-separator {
color: var(--ql-typography-text-color-secondary);
}
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
cursor: not-allowed;
}
.ant-picker-range {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.ant-picker-range .ant-picker-clear {
right: 11px;
}
.ant-picker-range:hover .ant-picker-clear {
opacity: 1;
}
.ant-picker-range .ant-picker-active-bar {
bottom: -1px;
height: 2px;
margin-left: 11px;
background: var(--ql-color-accent1);
opacity: 0;
-webkit-transition: all var(--ql-animation-duration-slow) ease-out;
transition: all var(--ql-animation-duration-slow) ease-out;
pointer-events: none;
}
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
opacity: 1;
}
.ant-picker-range-separator {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 8px;
line-height: 1;
}
.ant-picker-range.ant-picker-small .ant-picker-clear {
right: 7px;
}
.ant-picker-range.ant-picker-small .ant-picker-active-bar {
margin-left: 7px;
}
.ant-picker-dropdown {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
color: var(--ql-typography-text-color-primary);
font-size: 14px;
font-variant: var(--ql-typography-font-variant-default);
line-height: var(--ql-typography-line-height-md);
list-style: none;
-webkit-font-feature-settings: var(--ql-typography-font-feature-settings-default);
font-feature-settings: var(--ql-typography-font-feature-settings-default);
position: absolute;
z-index: var(--ql-zindex-dropdown);
}
.ant-picker-dropdown-hidden {
display: none;
}
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
top: 1.66666667px;
display: block;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
bottom: 1.66666667px;
display: block;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.ant-picker-dropdown.slide-up-enter.slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.slide-up-enter.slide-up-enter-active.ant-picker-dropdown-placement-topRight,
.ant-picker-dropdown.slide-up-appear.slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.slide-up-appear.slide-up-appear-active.ant-picker-dropdown-placement-topRight {
-webkit-animation-name: antSlideDownIn;
animation-name: antSlideDownIn;
}
.ant-picker-dropdown.slide-up-enter.slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.slide-up-enter.slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
.ant-picker-dropdown.slide-up-appear.slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.slide-up-appear.slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
-webkit-animation-name: antSlideUpIn;
animation-name: antSlideUpIn;
}
.ant-picker-dropdown.slide-up-leave.slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.slide-up-leave.slide-up-leave-active.ant-picker-dropdown-placement-topRight {
-webkit-animation-name: antSlideDownOut;
animation-name: antSlideDownOut;
}
.ant-picker-dropdown.slide-up-leave.slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.slide-up-leave.slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
-webkit-animation-name: antSlideUpOut;
animation-name: antSlideUpOut;
}
.ant-picker-dropdown-range {
padding: 6.66666667px 0;
}
.ant-picker-dropdown-range-hidden {
display: none;
}
.ant-picker-dropdown .ant-picker-panel>.ant-picker-time-panel {
padding-top: 4px;
}
.ant-picker-ranges {
margin-bottom: 0;
padding: 4px 12px;
overflow: hidden;
line-height: 34px;
text-align: left;
list-style: none;
}
.ant-picker-ranges>li {
display: inline-block;
}
.ant-picker-ranges .ant-picker-preset>.ant-tag-blue {
color: var(--ql-color-accent1);
background: var(--ql-color-accent1-t-lighten6);
border-color: var(--ql-color-accent1-t-lighten5);
cursor: pointer;
}
.ant-picker-ranges .ant-picker-ok {
float: right;
margin-left: 8px;
}
.ant-picker-range-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ant-picker-range-arrow {
position: absolute;
z-index: 1;
display: none;
width: 10px;
height: 10px;
margin-left: 16.5px;
-webkit-box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
-webkit-transition: left var(--ql-animation-duration-slow) ease-out;
transition: left var(--ql-animation-duration-slow) ease-out;
}
.ant-picker-range-arrow::after {
position: absolute;
top: 1px;
right: 1px;
width: 10px;
height: 10px;
border: 5px solid var(--ql-color-dark-t-lighten5);
border-color: var(--ql-color-white) var(--ql-color-white) transparent transparent;
content: '';
}
.ant-picker-panel-container {
overflow: hidden;
vertical-align: top;
background: var(--picker-bg);
border-radius: var(--picker-container-border-radius);
-webkit-box-shadow: var(--ql-shadow-default);
box-shadow: var(--ql-shadow-default);
-webkit-transition: margin var(--ql-animation-duration-slow);
transition: margin var(--ql-animation-duration-slow);
}
.ant-picker-panel-container .ant-picker-panels {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
direction: ltr;
}
.ant-picker-panel-container .ant-picker-panel {
vertical-align: top;
background: transparent;
border-width: 0 0 1px 0;
border-radius: var(--border-radius-none);
}
.ant-picker-panel-container .ant-picker-panel-focused {
border-color: var(--ql-color-dark-t-lighten5);
}
.ant-picker-panel {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
background: var(--ql-color-white);
border: 1px solid var(--ql-color-dark-t-lighten5);
border-radius: var(--ql-border-radius-md);
outline: none;
}
.ant-picker-panel-focused {
border-color: var(--ql-color-accent1);
}
.ant-picker-decade-panel,
.ant-picker-year-panel,
.ant-picker-quarter-panel,
.ant-picker-month-panel,
.ant-picker-week-panel,
.ant-picker-date-panel,
.ant-picker-time-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 280px;
}
.ant-picker-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 8px;
color: var(--ql-typography-text-color-primary);
border-bottom: 1px solid var(--ql-color-dark-t-lighten5);
}
.ant-picker-header>* {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.ant-picker-header button {
padding: 0;
color: var(--ql-state-disabled-color);
line-height: 40px;
background: transparent;
border: 0;
cursor: pointer;
-webkit-transition: color var(--ql-animation-duration-slow);
transition: color var(--ql-animation-duration-slow);
}
.ant-picker-header>button {
min-width: 1.6em;
font-size: 14px;
}
.ant-picker-header>button:hover {
color: var(--ql-typography-text-color-primary);
}
.ant-picker-header-view {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
font-weight: 500;
line-height: 40px;
}
.ant-picker-header-view button {
color: inherit;
font-weight: inherit;
}
.ant-picker-header-view button:not(:first-child) {
margin-left: 8px;
}
.ant-picker-header-view button:hover {
color: var(--ql-color-accent1);
}
.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
position: relative;
display: inline-block;
width: 7px;
height: 7px;
}
.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 7px;
height: 7px;
border: 0 solid currentColor;
border-width: 1.5px 0 0 1.5px;
content: '';
}
.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after {
position: absolute;
top: 4px;
left: 4px;
display: inline-block;
width: 7px;
height: 7px;
border: 0 solid currentColor;
border-width: 1.5px 0 0 1.5px;
content: '';
}
.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ant-picker-next-icon,
.ant-picker-super-next-icon {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.ant-picker-content {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
}
.ant-picker-content th,
.ant-picker-content td {
position: relative;
min-width: 24px;
font-weight: 400;
}
.ant-picker-content th {
height: 30px;
color: var(--picker-panel-cell-color);
line-height: 30px;
}
.ant-picker-cell {
padding: 3px 0;
color: var(--ql-state-disabled-color);
cursor: pointer;
}
.ant-picker-cell-in-view {
color: var(--picker-cell-color);
}
.ant-picker-cell-disabled {
cursor: not-allowed;
}
.ant-picker-cell::before {
position: absolute;
top: 50%;
right: 0;
left: 0;
z-index: 1;
height: 24px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: '';
}
.ant-picker-cell .ant-picker-cell-inner {
position: relative;
z-index: 2;
display: inline-block;
min-width: 24px;
height: 24px;
line-height: 24px;
border-radius: var(--ql-border-radius-md);
-webkit-transition: background var(--ql-animation-duration-slow),
border var(--ql-animation-duration-slow);
transition: background var(--ql-animation-duration-slow),
border var(--ql-animation-duration-slow);
}
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
background: var(--ql-color-dark-t-lighten5);
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
border: 1px solid var(--ql-color-accent1);
border-radius: var(--ql-border-radius-md);
content: '';
}
.ant-picker-cell-in-view.ant-picker-cell-in-range {
position: relative;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
background: var(--ql-color-accent1-t-lighten6);
}
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
color: var(--ql-color-white);
background: var(--ql-color-accent1);
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
background: var(--ql-color-accent1-t-lighten6);
}
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
right: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
position: absolute;
top: 50%;
z-index: 0;
height: 24px;
border-top: 1px dashed #7ec1ff;
border-bottom: 1px dashed #7ec1ff;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: '';
}
.ant-picker-cell-range-hover-start::after,
.ant-picker-cell-range-hover-end::after,
.ant-picker-cell-range-hover::after {
right: 0;
left: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.ant-picker-panel> :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.ant-picker-panel> :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
background: #cbe6ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
border-radius: 2px 0 0 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
border-radius: 0 2px 2px 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
background: #cbe6ff;
content: '';
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
right: -6px;
left: 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
right: 0;
left: -6px;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
right: 50%;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
left: 50%;
}
tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
left: 6px;
border-left: 1px dashed #7ec1ff;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
right: 6px;
border-right: 1px dashed #7ec1ff;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ant-picker-cell-disabled {
pointer-events: none;
}
.ant-picker-cell-disabled .ant-picker-cell-inner {
color: var(--ql-state-disabled-color);
background: transparent;
}
.ant-picker-cell-disabled::before {
background: var(--ql-color-dark-t-lighten5);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
border-color: var(--ql-state-disabled-color);
}
.ant-picker-decade-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content {
height: 264px;
}
.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
padding: 0 8px;
}
.ant-picker-decade-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner {
background: var(--ql-color-dark-t-lighten5);
}
.ant-picker-quarter-panel .ant-picker-content {
height: 56px;
}
.ant-picker-footer {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
min-width: 100%;
line-height: 38px;
text-align: center;
border-bottom: 1px solid transparent;
}
.ant-picker-panel .ant-picker-footer {
border-top: 1px solid var(--ql-color-dark-t-lighten5);
}
.ant-picker-footer-extra {
padding: 0 12px;
line-height: 38px;
text-align: left;
}
.ant-picker-footer-extra:not(:last-child) {
border-bottom: 1px solid var(--ql-color-dark-t-lighten5);
}
.ant-picker-now {
text-align: left;
}
.ant-picker-today-btn {
color: var(--ql-color-accent1);
}
.ant-picker-today-btn:hover {
color: var(--ql-color-accent1-t-lighten1);
}
.ant-picker-today-btn:active {
color: var(--ql-color-accent1);
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
color: var(--ql-state-disabled-color);
cursor: not-allowed;
}
.ant-picker-decade-panel .ant-picker-cell-inner {
padding: 0 4px;
}
.ant-picker-decade-panel .ant-picker-cell::before {
display: none;
}
.ant-picker-year-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-month-panel .ant-picker-body {
padding: 0 8px;
}
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
width: 60px;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
left: 14px;
border-left: 1px dashed #7ec1ff;
border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
right: 14px;
border-right: 1px dashed #7ec1ff;
border-radius: 0 2px 2px 0;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
right: 14px;
border-right: 1px dashed #7ec1ff;
border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
left: 14px;
border-left: 1px dashed #7ec1ff;
border-radius: 2px 0 0 2px;
}
.ant-picker-week-panel .ant-picker-body {
padding: 8px 12px;
}
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
background: transparent !important;
}
.ant-picker-week-panel-row td {
-webkit-transition: background var(--ql-animation-duration-slow);
transition: background var(--ql-animation-duration-slow);
}
.ant-picker-week-panel-row:hover td {
background: var(--ql-color-dark-t-lighten5);
}
.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
background: var(--ql-color-accent1);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
color: rgba(255, 255, 255, 0.5);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
border-color: var(--ql-color-white);
}
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
color: var(--ql-color-white);
}
.ant-picker-date-panel .ant-picker-body {
padding: 8px 12px;
}
.ant-picker-date-panel .ant-picker-content {
width: 252px;
}
.ant-picker-date-panel .ant-picker-content th {
width: 36px;
}
.ant-picker-datetime-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ant-picker-datetime-panel .ant-picker-time-panel {
border-left: 1px solid var(--ql-color-dark-t-lighten5);
}
.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
-webkit-transition: opacity var(--ql-animation-duration-slow);
transition: opacity var(--ql-animation-duration-slow);
}
.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
opacity: 0.3;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
opacity: 1;
}
.ant-picker-time-panel {
width: auto;
min-width: auto;
}
.ant-picker-time-panel .ant-picker-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
height: 224px;
}
.ant-picker-time-panel-column {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: 56px;
margin: 0;
padding: 0;
overflow-y: hidden;
text-align: left;
list-style: none;
-webkit-transition: background var(--ql-animation-duration-slow);
transition: background var(--ql-animation-duration-slow);
}
.ant-picker-time-panel-column::after {
display: block;
height: 196px;
content: '';
}
.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
height: 198px;
}
.ant-picker-time-panel-column:not(:first-child) {
border-left: 1px solid var(--ql-color-dark-t-lighten5);
}
.ant-picker-time-panel-column-active {
background: rgba(230, 247, 255, 0.2);
}
.ant-picker-time-panel-column:hover {
overflow-y: auto;
}
.ant-picker-time-panel-column>li {
margin: 0;
padding: 0;
}
.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
display: block;
width: 100%;
height: 28px;
margin: 0;
padding: 0 0 0 14px;
color: var(--input-color);
line-height: 28px;
border-radius: var(--border-radius-none);
cursor: pointer;
-webkit-transition: background var(--ql-animation-duration-slow);
transition: background var(--ql-animation-duration-slow);
}
.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
background: var(--ql-color-dark-t-lighten5);
}
.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
background: var(--ql-color-accent1-t-lighten6);
}
.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
color: var(--ql-state-disabled-color);
background: transparent;
cursor: not-allowed;
}
/* stylelint-disable-next-line */
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
padding: 21px 0;
}
.ant-picker-rtl {
direction: rtl;
}
.ant-picker-rtl .ant-picker-suffix {
margin-right: 4px;
margin-left: 0;
}
.ant-picker-rtl .ant-picker-clear {
right: auto;
left: 0;
}
.ant-picker-rtl .ant-picker-separator {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
margin-right: 8px;
margin-left: 0;
}
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
right: auto;
left: 11px;
}
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
margin-right: 11px;
margin-left: 0;
}
.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
margin-right: 7px;
}
.ant-picker-dropdown-rtl .ant-picker-ranges {
text-align: right;
}
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
float: left;
margin-right: 8px;
margin-left: 0;
}
.ant-picker-panel-rtl {
direction: rtl;
}
.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ant-picker-cell .ant-picker-cell-inner {
position: relative;
z-index: 2;
display: inline-block;
min-width: 24px;
height: 24px;
line-height: 24px;
border-radius: var(--ql-border-radius-md);
-webkit-transition: background var(--ql-animation-duration-slow),
border var(--ql-animation-duration-slow);
transition: background var(--ql-animation-duration-slow),
border var(--ql-animation-duration-slow);
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
right: 50%;
left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
right: 0;
left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
right: 50%;
left: 50%;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
right: 0;
left: -6px;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
right: -6px;
left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
right: 0;
left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
right: 50%;
left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
right: 6px;
left: 0;
border-right: 1px dashed #7ec1ff;
border-left: none;
border-top-left-radius: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0;
}
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
right: 0;
left: 6px;
border-right: none;
border-left: 1px dashed #7ec1ff;
border-top-left-radius: 2px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 2px;
}
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
right: 6px;
left: 6px;
border-right: 1px dashed #7ec1ff;
border-left: 1px dashed #7ec1ff;
border-radius: var(--ql-border-radius-md);
}
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
direction: rtl;
text-align: right;
}
.ant-picker-panel-rtl .ant-picker-time-panel {
direction: ltr;
} | src/styles/antd/components/timePicker.css | .ant-picker {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: var(--input-padding-vertical-base) var(--input-padding-horizontal-base);
color: var(--input-color);
font-size: var(--ql-typography-font-size-md);
font-variant: var(--ql-typography-font-variant-default);
line-height: var(--ql-typography-line-height-md);
list-style: none;
-webkit-font-feature-settings: var(--ql-typography-font-feature-settings-default);
font-feature-settings: var(--ql-typography-font-feature-settings-default);
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: var(--input-bg);
border: var(--ql-border-width-default) var(--ql-border-style-default) var(--input-border-color);
border-radius: var(--input-border-radius-base);
-webkit-transition: border var(--ql-animation-duration-slow),
-webkit-box-shadow var(--ql-animation-duration-slow);
transition: border var(--ql-animation-duration-slow),
-webkit-box-shadow var(--ql-animation-duration-slow);
transition: border var(--ql-animation-duration-slow),
box-shadow var(--ql-animation-duration-slow);
transition: border var(--ql-animation-duration-slow),
box-shadow var(--ql-animation-duration-slow),
-webkit-box-shadow var(--ql-animation-duration-slow);
}
.ant-picker:hover,
.ant-picker-focused {
border-color: var(--input-hover-border-color);
border-right-width: 1px !important;
}
.ant-picker-focused {
border-color: var(--input-hover-border-color);
border-right-width: 1px !important;
outline: 0;
-webkit-box-shadow: var(--ql-outline-accent1-2);
box-shadow: var(--ql-outline-accent1-2);
}
.ant-picker.ant-picker-disabled {
background: var(--ql-color-dark-t-lighten5);
border-color: var(--ql-color-dark-t-lighten5);
cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
color: var(--ql-state-disabled-color);
}
.ant-picker.ant-picker-borderless {
background-color: transparent !important;
border-color: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.ant-picker-input {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.ant-picker-input>input {
position: relative;
display: inline-block;
width: 100%;
min-width: 0;
color: var(--input-color);
font-size: var(--ql-typography-font-size-md);
line-height: var(--ql-typography-line-height-md);
background-color: var(--ql-color-white);
background-image: none;
border: var(--ql-border-width-default) var(--ql-border-style-default) var(--input-border-color);
border-radius: var(--input-border-radius-base);
-webkit-transition: all var(--ql-animation-duration-slow);
transition: all var(--ql-animation-duration-slow);
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
min-width: 1px;
height: auto;
padding: 0;
background: transparent;
border: 0;
}
.ant-picker-input>input::-moz-placeholder {
opacity: 1;
}
.ant-picker-input>input::-webkit-input-placeholder {
color: var(--input-placeholder-color);
}
.ant-picker-input>input:-ms-input-placeholder {
color: var(--input-placeholder-color);
}
.ant-picker-input>input::-ms-input-placeholder {
color: var(--input-placeholder-color);
}
.ant-picker-input>input::placeholder {
color: var(--input-placeholder-color);
}
.ant-picker-input>input:-moz-placeholder-shown {
text-overflow: ellipsis;
}
.ant-picker-input>input:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-picker-input>input:placeholder-shown {
text-overflow: ellipsis;
}
.ant-picker-input>input:hover {
border-color: var(--input-hover-border-color);
border-right-width: 1px !important;
}
.ant-picker-input>input:focus,
.ant-picker-input>input-focused {
border-color: var(--input-hover-border-color);
border-right-width: 1px !important;
outline: 0;
-webkit-box-shadow: var(--ql-outline-accent1-2);
box-shadow: var(--ql-outline-accent1-2);
}
.ant-picker-input>input-disabled {
color: var(--ql-state-disabled-color);
background-color: var(--ql-color-dark-t-lighten5);
cursor: not-allowed;
opacity: 1;
}
.ant-picker-input>input-disabled:hover {
border-color: var(--ql-color-dark-t-lighten5);
border-right-width: 1px !important;
}
.ant-picker-input>input[disabled] {
color: var(--ql-state-disabled-color);
background-color: var(--ql-color-dark-t-lighten5);
cursor: not-allowed;
opacity: 1;
}
.ant-picker-input>input[disabled]:hover {
border-color: var(--ql-color-dark-t-lighten5);
border-right-width: 1px !important;
}
.ant-picker-input>input-borderless,
.ant-picker-input>input-borderless:hover,
.ant-picker-input>input-borderless:focus,
.ant-picker-input>input-borderless-focused,
.ant-picker-input>input-borderless-disabled,
.ant-picker-input>input-borderless[disabled] {
background-color: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
textarea.ant-picker-input>input {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: var(--ql-typography-line-height-md);
vertical-align: bottom;
-webkit-transition: all var(--ql-animation-duration-slow), height 0s;
transition: all var(--ql-animation-duration-slow), height 0s;
}
.ant-picker-input>input-lg {
padding: 6.5px 11px;
font-size: var(--ql-typography-font-size-md);
}
.ant-picker-input>input-sm {
padding: 0px 7px;
}
.ant-picker-input>input:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.ant-picker-input>input[disabled] {
background: transparent;
}
.ant-picker-input:hover .ant-picker-clear {
opacity: 1;
}
.ant-picker-input-placeholder>input {
color: var(--input-placeholder-color);
}
.ant-picker-large {
padding: 6.5px 11px 6.5px;
}
.ant-picker-large .ant-picker-input>input {
font-size: var(--ql-typography-font-size-md);
}
.ant-picker-small {
padding: 0px 7px 0px;
}
.ant-picker-suffix {
-ms-flex-item-align: center;
align-self: center;
margin-left: 4px;
color: var(--ql-state-disabled-color);
line-height: 1;
pointer-events: none;
}
.ant-picker-suffix>* {
vertical-align: top;
}
.ant-picker-clear {
position: absolute;
top: 50%;
right: 0;
color: var(--ql-state-disabled-color);
line-height: 1;
background: var(--ql-color-white);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
opacity: 0;
-webkit-transition: opacity var(--ql-animation-duration-slow),
color var(--ql-animation-duration-slow);
transition: opacity var(--ql-animation-duration-slow),
color var(--ql-animation-duration-slow);
}
.ant-picker-clear>* {
vertical-align: top;
}
.ant-picker-clear:hover {
color: var(--ql-typography-text-color-secondary);
}
.ant-picker-separator {
position: relative;
display: inline-block;
width: 1em;
height: 16px;
color: var(--ql-state-disabled-color);
font-size: var(--ql-typography-font-size-md);
vertical-align: top;
cursor: default;
}
.ant-picker-focused .ant-picker-separator {
color: var(--ql-typography-text-color-secondary);
}
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
cursor: not-allowed;
}
.ant-picker-range {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.ant-picker-range .ant-picker-clear {
right: 11px;
}
.ant-picker-range:hover .ant-picker-clear {
opacity: 1;
}
.ant-picker-range .ant-picker-active-bar {
bottom: -1px;
height: 2px;
margin-left: 11px;
background: var(--ql-color-accent1);
opacity: 0;
-webkit-transition: all var(--ql-animation-duration-slow) ease-out;
transition: all var(--ql-animation-duration-slow) ease-out;
pointer-events: none;
}
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
opacity: 1;
}
.ant-picker-range-separator {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 8px;
line-height: 1;
}
.ant-picker-range.ant-picker-small .ant-picker-clear {
right: 7px;
}
.ant-picker-range.ant-picker-small .ant-picker-active-bar {
margin-left: 7px;
}
.ant-picker-dropdown {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
color: var(--ql-typography-text-color-primary);
font-size: 14px;
font-variant: var(--ql-typography-font-variant-default);
line-height: var(--ql-typography-line-height-md);
list-style: none;
-webkit-font-feature-settings: var(--ql-typography-font-feature-settings-default);
font-feature-settings: var(--ql-typography-font-feature-settings-default);
position: absolute;
z-index: var(--ql-zindex-dropdown);
}
.ant-picker-dropdown-hidden {
display: none;
}
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
top: 1.66666667px;
display: block;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
bottom: 1.66666667px;
display: block;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.ant-picker-dropdown.slide-up-enter.slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.slide-up-enter.slide-up-enter-active.ant-picker-dropdown-placement-topRight,
.ant-picker-dropdown.slide-up-appear.slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.slide-up-appear.slide-up-appear-active.ant-picker-dropdown-placement-topRight {
-webkit-animation-name: antSlideDownIn;
animation-name: antSlideDownIn;
}
.ant-picker-dropdown.slide-up-enter.slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.slide-up-enter.slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
.ant-picker-dropdown.slide-up-appear.slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.slide-up-appear.slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
-webkit-animation-name: antSlideUpIn;
animation-name: antSlideUpIn;
}
.ant-picker-dropdown.slide-up-leave.slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.slide-up-leave.slide-up-leave-active.ant-picker-dropdown-placement-topRight {
-webkit-animation-name: antSlideDownOut;
animation-name: antSlideDownOut;
}
.ant-picker-dropdown.slide-up-leave.slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.slide-up-leave.slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
-webkit-animation-name: antSlideUpOut;
animation-name: antSlideUpOut;
}
.ant-picker-dropdown-range {
padding: 6.66666667px 0;
}
.ant-picker-dropdown-range-hidden {
display: none;
}
.ant-picker-dropdown .ant-picker-panel>.ant-picker-time-panel {
padding-top: 4px;
}
.ant-picker-ranges {
margin-bottom: 0;
padding: 4px 12px;
overflow: hidden;
line-height: 34px;
text-align: left;
list-style: none;
}
.ant-picker-ranges>li {
display: inline-block;
}
.ant-picker-ranges .ant-picker-preset>.ant-tag-blue {
color: var(--ql-color-accent1);
background: var(--ql-color-accent1-t-lighten6);
border-color: var(--ql-color-accent1-t-lighten5);
cursor: pointer;
}
.ant-picker-ranges .ant-picker-ok {
float: right;
margin-left: 8px;
}
.ant-picker-range-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ant-picker-range-arrow {
position: absolute;
z-index: 1;
display: none;
width: 10px;
height: 10px;
margin-left: 16.5px;
-webkit-box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
-webkit-transition: left var(--ql-animation-duration-slow) ease-out;
transition: left var(--ql-animation-duration-slow) ease-out;
}
.ant-picker-range-arrow::after {
position: absolute;
top: 1px;
right: 1px;
width: 10px;
height: 10px;
border: 5px solid var(--ql-color-dark-t-lighten5);
border-color: var(--ql-color-white) var(--ql-color-white) transparent transparent;
content: '';
}
.ant-picker-panel-container {
overflow: hidden;
vertical-align: top;
background: var(--picker-bg);
border-radius: var(--picker-container-border-radius);
-webkit-box-shadow: var(--ql-shadow-default);
box-shadow: var(--ql-shadow-default);
-webkit-transition: margin var(--ql-animation-duration-slow);
transition: margin var(--ql-animation-duration-slow);
}
.ant-picker-panel-container .ant-picker-panels {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
direction: ltr;
}
.ant-picker-panel-container .ant-picker-panel {
vertical-align: top;
background: transparent;
border-width: 0 0 1px 0;
border-radius: var(--border-radius-none);
}
.ant-picker-panel-container .ant-picker-panel-focused {
border-color: var(--ql-color-dark-t-lighten5);
}
.ant-picker-panel {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
background: var(--ql-color-white);
border: 1px solid var(--ql-color-dark-t-lighten5);
border-radius: var(--ql-border-radius-md);
outline: none;
}
.ant-picker-panel-focused {
border-color: var(--ql-color-accent1);
}
.ant-picker-decade-panel,
.ant-picker-year-panel,
.ant-picker-quarter-panel,
.ant-picker-month-panel,
.ant-picker-week-panel,
.ant-picker-date-panel,
.ant-picker-time-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 280px;
}
.ant-picker-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 8px;
color: var(--ql-typography-text-color-primary);
border-bottom: 1px solid var(--ql-color-dark-t-lighten5);
}
.ant-picker-header>* {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.ant-picker-header button {
padding: 0;
color: var(--ql-state-disabled-color);
line-height: 40px;
background: transparent;
border: 0;
cursor: pointer;
-webkit-transition: color var(--ql-animation-duration-slow);
transition: color var(--ql-animation-duration-slow);
}
.ant-picker-header>button {
min-width: 1.6em;
font-size: 14px;
}
.ant-picker-header>button:hover {
color: var(--ql-typography-text-color-primary);
}
.ant-picker-header-view {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
font-weight: 500;
line-height: 40px;
}
.ant-picker-header-view button {
color: inherit;
font-weight: inherit;
}
.ant-picker-header-view button:not(:first-child) {
margin-left: 8px;
}
.ant-picker-header-view button:hover {
color: var(--ql-color-accent1);
}
.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
position: relative;
display: inline-block;
width: 7px;
height: 7px;
}
.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 7px;
height: 7px;
border: 0 solid currentColor;
border-width: 1.5px 0 0 1.5px;
content: '';
}
.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after {
position: absolute;
top: 4px;
left: 4px;
display: inline-block;
width: 7px;
height: 7px;
border: 0 solid currentColor;
border-width: 1.5px 0 0 1.5px;
content: '';
}
.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ant-picker-next-icon,
.ant-picker-super-next-icon {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.ant-picker-content {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
}
.ant-picker-content th,
.ant-picker-content td {
position: relative;
min-width: 24px;
font-weight: 400;
}
.ant-picker-content th {
height: 30px;
color: var(--picker-panel-cell-color);
line-height: 30px;
}
.ant-picker-cell {
padding: 3px 0;
color: var(--ql-state-disabled-color);
cursor: pointer;
}
.ant-picker-cell-in-view {
color: var(--picker-cell-color);
}
.ant-picker-cell-disabled {
cursor: not-allowed;
}
.ant-picker-cell::before {
position: absolute;
top: 50%;
right: 0;
left: 0;
z-index: 1;
height: 24px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: '';
}
.ant-picker-cell .ant-picker-cell-inner {
position: relative;
z-index: 2;
display: inline-block;
min-width: 24px;
height: 24px;
line-height: 24px;
border-radius: var(--ql-border-radius-md);
-webkit-transition: background var(--ql-animation-duration-slow),
border var(--ql-animation-duration-slow);
transition: background var(--ql-animation-duration-slow),
border var(--ql-animation-duration-slow);
}
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
background: var(--ql-color-dark-t-lighten5);
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
border: 1px solid var(--ql-color-accent1);
border-radius: var(--ql-border-radius-md);
content: '';
}
.ant-picker-cell-in-view.ant-picker-cell-in-range {
position: relative;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
background: var(--ql-color-accent1-t-lighten6);
}
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
color: var(--ql-color-white);
background: var(--ql-color-accent1);
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
background: var(--ql-color-accent1-t-lighten6);
}
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
right: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
position: absolute;
top: 50%;
z-index: 0;
height: 24px;
border-top: 1px dashed #7ec1ff;
border-bottom: 1px dashed #7ec1ff;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: '';
}
.ant-picker-cell-range-hover-start::after,
.ant-picker-cell-range-hover-end::after,
.ant-picker-cell-range-hover::after {
right: 0;
left: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.ant-picker-panel> :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.ant-picker-panel> :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
background: #cbe6ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
border-radius: 2px 0 0 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
border-radius: 0 2px 2px 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
background: #cbe6ff;
content: '';
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
right: -6px;
left: 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
right: 0;
left: -6px;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
right: 50%;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
left: 50%;
}
tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
left: 6px;
border-left: 1px dashed #7ec1ff;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
right: 6px;
border-right: 1px dashed #7ec1ff;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ant-picker-cell-disabled {
pointer-events: none;
}
.ant-picker-cell-disabled .ant-picker-cell-inner {
color: var(--ql-state-disabled-color);
background: transparent;
}
.ant-picker-cell-disabled::before {
background: var(--ql-color-dark-t-lighten5);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
border-color: var(--ql-state-disabled-color);
}
.ant-picker-decade-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content {
height: 264px;
}
.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
padding: 0 8px;
}
.ant-picker-decade-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner {
background: var(--ql-color-dark-t-lighten5);
}
.ant-picker-quarter-panel .ant-picker-content {
height: 56px;
}
.ant-picker-footer {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
min-width: 100%;
line-height: 38px;
text-align: center;
border-bottom: 1px solid transparent;
}
.ant-picker-panel .ant-picker-footer {
border-top: 1px solid var(--ql-color-dark-t-lighten5);
}
.ant-picker-footer-extra {
padding: 0 12px;
line-height: 38px;
text-align: left;
}
.ant-picker-footer-extra:not(:last-child) {
border-bottom: 1px solid var(--ql-color-dark-t-lighten5);
}
.ant-picker-now {
text-align: left;
}
.ant-picker-today-btn {
color: var(--ql-color-accent1);
}
.ant-picker-today-btn:hover {
color: var(--ql-color-accent1-t-lighten1);
}
.ant-picker-today-btn:active {
color: var(--ql-color-accent1);
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
color: var(--ql-state-disabled-color);
cursor: not-allowed;
}
.ant-picker-decade-panel .ant-picker-cell-inner {
padding: 0 4px;
}
.ant-picker-decade-panel .ant-picker-cell::before {
display: none;
}
.ant-picker-year-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-month-panel .ant-picker-body {
padding: 0 8px;
}
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
width: 60px;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
left: 14px;
border-left: 1px dashed #7ec1ff;
border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
right: 14px;
border-right: 1px dashed #7ec1ff;
border-radius: 0 2px 2px 0;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
right: 14px;
border-right: 1px dashed #7ec1ff;
border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
left: 14px;
border-left: 1px dashed #7ec1ff;
border-radius: 2px 0 0 2px;
}
.ant-picker-week-panel .ant-picker-body {
padding: 8px 12px;
}
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
background: transparent !important;
}
.ant-picker-week-panel-row td {
-webkit-transition: background var(--ql-animation-duration-slow);
transition: background var(--ql-animation-duration-slow);
}
.ant-picker-week-panel-row:hover td {
background: var(--ql-color-dark-t-lighten5);
}
.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
background: var(--ql-color-accent1);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
color: rgba(255, 255, 255, 0.5);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
border-color: var(--ql-color-white);
}
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
color: var(--ql-color-white);
}
.ant-picker-date-panel .ant-picker-body {
padding: 8px 12px;
}
.ant-picker-date-panel .ant-picker-content {
width: 252px;
}
.ant-picker-date-panel .ant-picker-content th {
width: 36px;
}
.ant-picker-datetime-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ant-picker-datetime-panel .ant-picker-time-panel {
border-left: 1px solid var(--ql-color-dark-t-lighten5);
}
.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
-webkit-transition: opacity var(--ql-animation-duration-slow);
transition: opacity var(--ql-animation-duration-slow);
}
.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
opacity: 0.3;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
opacity: 1;
}
.ant-picker-time-panel {
width: auto;
min-width: auto;
}
.ant-picker-time-panel .ant-picker-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
height: 224px;
}
.ant-picker-time-panel-column {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: 56px;
margin: 0;
padding: 0;
overflow-y: hidden;
text-align: left;
list-style: none;
-webkit-transition: background var(--ql-animation-duration-slow);
transition: background var(--ql-animation-duration-slow);
}
.ant-picker-time-panel-column::after {
display: block;
height: 196px;
content: '';
}
.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
height: 198px;
}
.ant-picker-time-panel-column:not(:first-child) {
border-left: 1px solid var(--ql-color-dark-t-lighten5);
}
.ant-picker-time-panel-column-active {
background: rgba(230, 247, 255, 0.2);
}
.ant-picker-time-panel-column:hover {
overflow-y: auto;
}
.ant-picker-time-panel-column>li {
margin: 0;
padding: 0;
}
.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
display: block;
width: 100%;
height: 28px;
margin: 0;
padding: 0 0 0 14px;
color: var(--input-color);
line-height: 28px;
border-radius: var(--border-radius-none);
cursor: pointer;
-webkit-transition: background var(--ql-animation-duration-slow);
transition: background var(--ql-animation-duration-slow);
}
.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
background: var(--ql-color-dark-t-lighten5);
}
.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
background: var(--ql-color-accent1-t-lighten6);
}
.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
color: var(--ql-state-disabled-color);
background: transparent;
cursor: not-allowed;
}
/* stylelint-disable-next-line */
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
padding: 21px 0;
}
.ant-picker-rtl {
direction: rtl;
}
.ant-picker-rtl .ant-picker-suffix {
margin-right: 4px;
margin-left: 0;
}
.ant-picker-rtl .ant-picker-clear {
right: auto;
left: 0;
}
.ant-picker-rtl .ant-picker-separator {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
margin-right: 8px;
margin-left: 0;
}
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
right: auto;
left: 11px;
}
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
margin-right: 11px;
margin-left: 0;
}
.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
margin-right: 7px;
}
.ant-picker-dropdown-rtl .ant-picker-ranges {
text-align: right;
}
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
float: left;
margin-right: 8px;
margin-left: 0;
}
.ant-picker-panel-rtl {
direction: rtl;
}
.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ant-picker-cell .ant-picker-cell-inner {
position: relative;
z-index: 2;
display: inline-block;
min-width: 24px;
height: 24px;
line-height: 24px;
border-radius: var(--ql-border-radius-md);
-webkit-transition: background var(--ql-animation-duration-slow),
border var(--ql-animation-duration-slow);
transition: background var(--ql-animation-duration-slow),
border var(--ql-animation-duration-slow);
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
right: 50%;
left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
right: 0;
left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
right: 50%;
left: 50%;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
right: 0;
left: -6px;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
right: -6px;
left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
right: 0;
left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
right: 50%;
left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
right: 6px;
left: 0;
border-right: 1px dashed #7ec1ff;
border-left: none;
border-top-left-radius: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0;
}
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
right: 0;
left: 6px;
border-right: none;
border-left: 1px dashed #7ec1ff;
border-top-left-radius: 2px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 2px;
}
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
right: 6px;
left: 6px;
border-right: 1px dashed #7ec1ff;
border-left: 1px dashed #7ec1ff;
border-radius: var(--ql-border-radius-md);
}
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
direction: rtl;
text-align: right;
}
.ant-picker-panel-rtl .ant-picker-time-panel {
direction: ltr;
} | 0.387227 | 0.048182 |
body
{
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
a
{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
.root
{
z-index: 1;
color: white;
background: #0b1f42e8;
height: max-content;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 4em 5em !important;
border-radius: 0.42em;
}
.form-holder
{
position: fixed !important;
z-index: 3;
background-color: white;
clip-path: polygon(60% 0, 100% 0%, 100% 100%, 20% 100%);
top: 0;
right: 0;
height: 100vh;
}
.text-wrap img
{
height: 22vw;
padding: 2em;
}
.btn
{
color: white;
margin-right:10px;
border-radius: 5px;
float :right;
}
.btn2
{
background: maroon;
border-radius: 0em !important;
}
.link
{
width: max-content !important;
}
.form-group
{
/* margin: 1em auto;
width: 300px; */
}
.imageicon
{
text-align: center;
}
.imageicon img
{
height: 15vw;
}
.form-wrap
{
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.dashboard
{
background: #0b1f42e8;
height: 90vh;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 0.42em;
margin: 0 !important;
justify-content: space-around;
}
.dashboard>div{
box-sizing: border-box;
margin: 2em 0em;
background: whitesmoke;
}
/* .side-panel
{
}
.form-frame
{
} */
.vector
{
padding: 2em 0em;
}
.vector img{
width: inherit;
}
.buttons
{
display: flex;
flex-direction: row;
}
.buttons>button
{
margin: 1em auto;
}
.btn3
{
background: #0b1f42;
border: none;
color: white;
padding: 0.7em 3em;
}
.list
{
font-size: 15px;
}
.list ul
{
margin-block-start: 0 !important;
margin-block-end: 0 !important;
padding-inline-start: 0;
padding: 0.7em 0em;
}
.list ul li
{
list-style: none;
margin: 0.7em;
text-align: center;
color: #0b1f42;
border-bottom: 1px solid #0b1f42 ;
}
.list ul li:hover, .list ul li:active
{
background: rgba(43, 165, 212, 0.1);
border-radius: 2px;
color: #0b1f42 !important;
}
#form-section
{
height: 76%;
margin: 1em auto;
border: 1px solid;
}
#form-section iframe
{
height: 100%;
width: inherit;
}
.button-section
{
margin: 0px auto;
justify-content: space-between;
}
#middle{
background-image: url(../images/back.jpeg);
padding:0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
} | assets/css/style1.css | body
{
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
a
{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
.root
{
z-index: 1;
color: white;
background: #0b1f42e8;
height: max-content;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 4em 5em !important;
border-radius: 0.42em;
}
.form-holder
{
position: fixed !important;
z-index: 3;
background-color: white;
clip-path: polygon(60% 0, 100% 0%, 100% 100%, 20% 100%);
top: 0;
right: 0;
height: 100vh;
}
.text-wrap img
{
height: 22vw;
padding: 2em;
}
.btn
{
color: white;
margin-right:10px;
border-radius: 5px;
float :right;
}
.btn2
{
background: maroon;
border-radius: 0em !important;
}
.link
{
width: max-content !important;
}
.form-group
{
/* margin: 1em auto;
width: 300px; */
}
.imageicon
{
text-align: center;
}
.imageicon img
{
height: 15vw;
}
.form-wrap
{
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.dashboard
{
background: #0b1f42e8;
height: 90vh;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 0.42em;
margin: 0 !important;
justify-content: space-around;
}
.dashboard>div{
box-sizing: border-box;
margin: 2em 0em;
background: whitesmoke;
}
/* .side-panel
{
}
.form-frame
{
} */
.vector
{
padding: 2em 0em;
}
.vector img{
width: inherit;
}
.buttons
{
display: flex;
flex-direction: row;
}
.buttons>button
{
margin: 1em auto;
}
.btn3
{
background: #0b1f42;
border: none;
color: white;
padding: 0.7em 3em;
}
.list
{
font-size: 15px;
}
.list ul
{
margin-block-start: 0 !important;
margin-block-end: 0 !important;
padding-inline-start: 0;
padding: 0.7em 0em;
}
.list ul li
{
list-style: none;
margin: 0.7em;
text-align: center;
color: #0b1f42;
border-bottom: 1px solid #0b1f42 ;
}
.list ul li:hover, .list ul li:active
{
background: rgba(43, 165, 212, 0.1);
border-radius: 2px;
color: #0b1f42 !important;
}
#form-section
{
height: 76%;
margin: 1em auto;
border: 1px solid;
}
#form-section iframe
{
height: 100%;
width: inherit;
}
.button-section
{
margin: 0px auto;
justify-content: space-between;
}
#middle{
background-image: url(../images/back.jpeg);
padding:0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
} | 0.461502 | 0.090494 |
Mixins
====================================== */
/* ===========================
Flexbox mixins
=========================== */
/* ===========================
Responsive mixins
=========================== */
/* ======================================
Responsive
====================================== */
/* ===========================
Transition mixins
=========================== */
/* ===========================
Set a rem font size with
pixel fallback mixins
=========================== */
/* ===========================
Cross browser opacity
=========================== */
/* ===========================
Border Radius Mixin
=========================== */
/* ===========================
Box Shadow Mixin
=========================== */
/* ==========================================================================
Import base classes
========================================================================== */
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
/* line 13, ../sass/_base.scss */
html {
color: #222;
font-size: 1em;
line-height: 1.4; }
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
/* line 29, ../sass/_base.scss */
::-moz-selection {
background: #b3d4fc;
text-shadow: none; }
/* line 34, ../sass/_base.scss */
::selection {
background: #b3d4fc;
text-shadow: none; }
/*
* A better looking default horizontal rule
*/
/* line 43, ../sass/_base.scss */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0; }
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
/* line 58, ../sass/_base.scss */
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle; }
/*
* Remove default fieldset styles.
*/
/* line 71, ../sass/_base.scss */
fieldset {
border: 0;
margin: 0;
padding: 0; }
/*
* Allow only vertical resizing of textareas.
*/
/* line 81, ../sass/_base.scss */
textarea {
resize: vertical; }
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
/* line 89, ../sass/_base.scss */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0; }
/* ==========================================================================
Custom Base Styles
========================================================================== */
/* line 99, ../sass/_base.scss */
html,
body {
font-family: "Times New Roman", Georgia, serif;
-webkit-transition: margin-top 0.3s linear;
-moz-transition: margin-top 0.3s linear;
-ms-transition: margin-top 0.3s linear;
-o-transition: margin-top 0.3s linear;
transition: margin-top 0.3s linear; }
/* line 105, ../sass/_base.scss */
.container {
max-width: 1200px;
margin: 0 auto; }
/* line 110, ../sass/_base.scss */
img {
max-width: 100%;
height: auto; }
/* line 115, ../sass/_base.scss */
* {
box-sizing: border-box; }
/* line 119, ../sass/_base.scss */
a {
color: #70A330;
text-decoration: none;
-webkit-transition: color 0.3s ease-in-out;
-moz-transition: color 0.3s ease-in-out;
-ms-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out; }
/* line 124, ../sass/_base.scss */
a:hover, a:focus {
color: #B6CF34;
text-decoration: underline; }
/* line 131, ../sass/_base.scss */
p {
color: #6d6d6d; }
/* ==========================================================================
Import partials
========================================================================== */
/* ======================================
Main Navigation Section
====================================== */
/* line 5, ../sass/partials/_navigation.scss */
.main-navigation {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background: #ffffff;
padding: 0 20px; }
@media only screen and (min-width: 1025px) {
/* line 5, ../sass/partials/_navigation.scss */
.main-navigation {
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-direction: normal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; } }
/* line 15, ../sass/partials/_navigation.scss */
.main-navigation a {
font-size: 16px;
font-size: 1rem;
line-height: 16px;
color: #000000;
text-decoration: none;
font-weight: normal;
letter-spacing: 0.15em;
padding: 0.8em 1em;
display: block;
-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
-ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
/* line 26, ../sass/partials/_navigation.scss */
.main-navigation a:hover, .main-navigation a:focus {
background-color: #B6CF34;
color: #ffffff; }
/* line 34, ../sass/partials/_navigation.scss */
.logo {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
@media only screen and (min-width: 1025px) {
/* line 34, ../sass/partials/_navigation.scss */
.logo {
margin-right: auto; } }
/* line 43, ../sass/partials/_navigation.scss */
.logo h1 {
margin: 0; }
/* line 45, ../sass/partials/_navigation.scss */
.logo h1 a {
font-size: 18px;
font-size: 1.125rem;
line-height: 18px;
color: #000000; }
/* line 50, ../sass/partials/_navigation.scss */
.logo h1 a:hover, .logo h1 a:focus {
background-color: transparent;
color: #B6CF34; }
/* line 59, ../sass/partials/_navigation.scss */
.menu {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.3s ease-in, opacity 0.3s ease-in, overflow 0.3s ease-in;
-moz-transition: max-height 0.3s ease-in, opacity 0.3s ease-in, overflow 0.3s ease-in;
-ms-transition: max-height 0.3s ease-in, opacity 0.3s ease-in, overflow 0.3s ease-in;
-o-transition: max-height 0.3s ease-in, opacity 0.3s ease-in, overflow 0.3s ease-in;
transition: max-height 0.3s ease-in, opacity 0.3s ease-in, overflow 0.3s ease-in; }
/* line 68, ../sass/partials/_navigation.scss */
.menu.open {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
max-height: 100%;
overflow: auto; }
@media only screen and (min-width: 1025px) {
/* line 59, ../sass/partials/_navigation.scss */
.menu {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
max-height: 100%;
overflow: auto; } }
/* line 82, ../sass/partials/_navigation.scss */
.menu nav {
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 0.3em; }
@media only screen and (min-width: 769px) {
/* line 82, ../sass/partials/_navigation.scss */
.menu nav {
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-direction: normal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-top: 0.1em; } }
@media only screen and (min-width: 1025px) {
/* line 82, ../sass/partials/_navigation.scss */
.menu nav {
margin-top: 0;
margin-bottom: 0; } }
/* line 101, ../sass/partials/_navigation.scss */
.menu a {
text-transform: capitalize;
display: block; }
@media only screen and (min-width: 769px) {
/* line 101, ../sass/partials/_navigation.scss */
.menu a {
margin: 0 1em; } }
@media only screen and (min-width: 1025px) {
/* line 101, ../sass/partials/_navigation.scss */
.menu a {
margin: 0; } }
/* line 119, ../sass/partials/_navigation.scss */
.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 11;
-webkit-box-shadow: 0 0 8px rgba(109, 109, 109, 0.5);
-moz-box-shadow: 0 0 8px rgba(109, 109, 109, 0.5);
box-shadow: 0 0 8px rgba(109, 109, 109, 0.5); }
/* line 128, ../sass/partials/_navigation.scss */
#burger-menu {
cursor: pointer;
display: block;
margin-left: 3em;
width: 1.6em;
position: relative; }
@media only screen and (min-width: 1025px) {
/* line 128, ../sass/partials/_navigation.scss */
#burger-menu {
display: none; } }
/* line 140, ../sass/partials/_navigation.scss */
#burger-menu span.bar {
display: block;
width: 100%;
height: 2px;
background: #6d6d6d;
opacity: 1;
position: absolute;
-webkit-transition: transform 0.3s cubic-bezier(0.42, 0, 0.37, 1.88), opacity 0.3s cubic-bezier(0.42, 0, 0.37, 1.88);
-moz-transition: transform 0.3s cubic-bezier(0.42, 0, 0.37, 1.88), opacity 0.3s cubic-bezier(0.42, 0, 0.37, 1.88);
-ms-transition: transform 0.3s cubic-bezier(0.42, 0, 0.37, 1.88), opacity 0.3s cubic-bezier(0.42, 0, 0.37, 1.88);
-o-transition: transform 0.3s cubic-bezier(0.42, 0, 0.37, 1.88), opacity 0.3s cubic-bezier(0.42, 0, 0.37, 1.88);
transition: transform 0.3s cubic-bezier(0.42, 0, 0.37, 1.88), opacity 0.3s cubic-bezier(0.42, 0, 0.37, 1.88); }
/* line 149, ../sass/partials/_navigation.scss */
#burger-menu span.bar:nth-child(1) {
top: 30%; }
/* line 152, ../sass/partials/_navigation.scss */
#burger-menu span.bar:nth-child(2) {
top: 50%; }
/* line 155, ../sass/partials/_navigation.scss */
#burger-menu span.bar:nth-child(3) {
top: 70%; }
/* line 162, ../sass/partials/_navigation.scss */
#burger-menu.open span.bar {
background: #C70038; }
/* line 164, ../sass/partials/_navigation.scss */
#burger-menu.open span.bar:nth-child(1) {
transform: rotate(-45deg);
top: 50%; }
/* line 168, ../sass/partials/_navigation.scss */
#burger-menu.open span.bar:nth-child(2) {
opacity: 0; }
/* line 171, ../sass/partials/_navigation.scss */
#burger-menu.open span.bar:nth-child(3) {
transform: rotate(45deg);
top: 50%; }
/* ======================================
Hero Image Section
====================================== */
/* line 4, ../sass/partials/_hero-img.scss */
.hero-img {
height: auto;
max-height: 80vh;
overflow: hidden; }
/* line 9, ../sass/partials/_hero-img.scss */
.hero-img .slide {
position: relative; }
/* line 13, ../sass/partials/_hero-img.scss */
.hero-img img {
width: 100%;
height: auto; }
/* line 18, ../sass/partials/_hero-img.scss */
.hero-img .caption {
position: absolute;
top: 5%;
left: 2%;
background: rgba(182, 207, 52, 0.6);
padding: 0.7em;
color: #ffffff; }
@media only screen and (min-width: 769px) {
/* line 18, ../sass/partials/_hero-img.scss */
.hero-img .caption {
left: 4%;
padding: 1.5em; } }
/* line 31, ../sass/partials/_hero-img.scss */
.hero-img .caption h3 {
font-size: 24px;
font-size: 1.5rem;
line-height: 24px;
letter-spacing: 3px;
font-weight: normal;
word-spacing: 3px;
margin: 0; }
@media only screen and (min-width: 769px) {
/* line 31, ../sass/partials/_hero-img.scss */
.hero-img .caption h3 {
font-size: 35px;
font-size: 2.1875rem;
line-height: 35px; } }
/* line 48, ../sass/partials/_hero-img.scss */
.hero-img.flexslider {
border: none;
border-radius: 0;
margin-bottom: 0; }
/* line 58, ../sass/partials/_hero-img.scss */
.flex-direction-nav a {
text-shadow: none; }
/* line 60, ../sass/partials/_hero-img.scss */
.flex-direction-nav a::before {
line-height: 40px;
color: rgba(199, 0, 56, 0.8);
text-shadow: none; }
/* line 68, ../sass/partials/_hero-img.scss */
.flex-control-nav {
bottom: 40px; }
/* line 73, ../sass/partials/_hero-img.scss */
.flex-control-paging li a {
width: 15px;
height: 15px;
box-shadow: none;
background: #70A330;
border: 3px solid #ffffff; }
/* line 80, ../sass/partials/_hero-img.scss */
.flex-control-paging li a.flex-active {
background: #C70038; }
/* ======================================
About Section
====================================== */
/* line 5, ../sass/partials/_about.scss */
.row {
padding: 3em 0 0;
border-bottom: 1px solid #e0e0e0;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 2em; }
@media only screen and (min-width: 769px) {
/* line 5, ../sass/partials/_about.scss */
.row {
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-direction: normal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
padding: 5em 0 3em; } }
@media only screen and (min-width: 1025px) {
/* line 5, ../sass/partials/_about.scss */
.row {
margin: 0 auto;
padding-left: 2em;
padding-right: 2em; } }
/* line 28, ../sass/partials/_about.scss */
section:last-child > .row {
border: none; }
/* line 35, ../sass/partials/_about.scss */
.image-block {
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
@media only screen and (min-width: 769px) {
/* line 35, ../sass/partials/_about.scss */
.image-block {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 0;
-ms-flexbox: 1 1 0;
flex: 1 1 0;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto; } }
/* line 46, ../sass/partials/_about.scss */
.image-block img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
opacity: 0.75;
filter: alpha(opacity=75);
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out; }
/* line 51, ../sass/partials/_about.scss */
.image-block img:hover, .image-block img:focus {
opacity: 1;
filter: alpha(opacity=100); }
@media only screen and (min-width: 769px) {
/* line 57, ../sass/partials/_about.scss */
.image-block.right {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; } }
/* line 67, ../sass/partials/_about.scss */
.content {
padding: 2em 0em;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
@media only screen and (min-width: 769px) {
/* line 67, ../sass/partials/_about.scss */
.content {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 0;
-ms-flexbox: 1 1 0;
flex: 1 1 0;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
padding-top: 1em; } }
@media only screen and (min-width: 769px) {
/* line 78, ../sass/partials/_about.scss */
.content.left {
padding-left: 0;
padding-right: 3em; } }
@media only screen and (min-width: 769px) {
/* line 86, ../sass/partials/_about.scss */
.content.right {
padding-left: 3em;
padding-right: 0; } }
/* line 94, ../sass/partials/_about.scss */
.content.info-block {
padding: 2em; }
/* line 98, ../sass/partials/_about.scss */
.content .sec-title {
font-size: 30px;
font-size: 1.875rem;
line-height: 30px;
text-transform: capitalize;
font-weight: normal;
letter-spacing: 3px;
word-spacing: 2px;
text-align: center;
margin: 0 0 1em;
color: #B6CF34; }
@media only screen and (min-width: 769px) {
/* line 98, ../sass/partials/_about.scss */
.content .sec-title {
font-size: 35px;
font-size: 2.1875rem;
line-height: 35px; } }
@media only screen and (min-width: 1025px) {
/* line 98, ../sass/partials/_about.scss */
.content .sec-title {
margin: 1em 0 2em; } }
/* line 119, ../sass/partials/_about.scss */
.content .sec-subtitle {
font-size: 16px;
font-size: 1rem;
line-height: 16px;
font-weight: normal;
letter-spacing: 3px;
word-spacing: 2px;
text-align: center;
margin: 0; }
@media only screen and (min-width: 769px) {
/* line 119, ../sass/partials/_about.scss */
.content .sec-subtitle {
font-size: 18px;
font-size: 1.125rem;
line-height: 18px; } }
@media only screen and (min-width: 1025px) {
/* line 119, ../sass/partials/_about.scss */
.content .sec-subtitle {
margin: 1em 0 1.5em; } }
/* line 138, ../sass/partials/_about.scss */
.content p {
font-size: 16px;
font-size: 1rem;
line-height: 24px; }
@media only screen and (min-width: 769px) {
/* line 138, ../sass/partials/_about.scss */
.content p {
font-size: 18px;
font-size: 1.125rem;
line-height: 26px; } }
/* ======================================
Our Menu Section
====================================== */
/* line 5, ../sass/partials/_our-menu.scss */
.menu-list {
padding: 0; }
/* line 9, ../sass/partials/_our-menu.scss */
.menu-list li {
list-style: none;
margin-bottom: 3em; }
/* line 13, ../sass/partials/_our-menu.scss */
.menu-list li:last-child {
margin-bottom: 0; }
/* line 17, ../sass/partials/_our-menu.scss */
.menu-list li .title {
font-size: 18px;
font-size: 1.125rem;
line-height: 18px;
font-weight: normal;
letter-spacing: 3px; }
@media only screen and (min-width: 769px) {
/* line 17, ../sass/partials/_our-menu.scss */
.menu-list li .title {
font-size: 20px;
font-size: 1.25rem;
line-height: 20px; } }
/* line 29, ../sass/partials/_our-menu.scss */
.menu-list li .desc {
font-size: 14px;
font-size: 0.875rem;
line-height: 14px; }
@media only screen and (min-width: 769px) {
/* line 29, ../sass/partials/_our-menu.scss */
.menu-list li .desc {
font-size: 16px;
font-size: 1rem;
line-height: 16px; } }
/* ======================================
Contact Section
====================================== */
/* line 5, ../sass/partials/_contact.scss */
.info {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
@media only screen and (min-width: 769px) {
/* line 5, ../sass/partials/_contact.scss */
.info {
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-direction: normal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; } }
/* line 15, ../sass/partials/_contact.scss */
.contact-info {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 0;
-ms-flexbox: 1 1 0;
flex: 1 1 0;
padding: 1em 0; }
@media only screen and (min-width: 769px) {
/* line 15, ../sass/partials/_contact.scss */
.contact-info {
padding: 1em; } }
@media only screen and (min-width: 1025px) {
/* line 15, ../sass/partials/_contact.scss */
.contact-info {
padding: 1em 0; } }
/* line 29, ../sass/partials/_contact.scss */
.contact-form {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 0;
-ms-flexbox: 1 1 0;
flex: 1 1 0;
padding: 1em 0; }
@media only screen and (min-width: 1025px) {
/* line 29, ../sass/partials/_contact.scss */
.contact-form {
padding: 1em; } }
/* line 37, ../sass/partials/_contact.scss */
.contact-form input,
.contact-form textarea {
display: block;
width: 100%;
margin: 1em 0;
padding: 1em;
color: #70A330;
border-color: #70A330;
border-style: solid;
border-width: 1px;
outline: none;
line-height: inherit;
-webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
-moz-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
-ms-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
-o-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }
/* line 51, ../sass/partials/_contact.scss */
.contact-form input:hover,
.contact-form textarea:hover {
border-color: #B6CF34; }
/* line 55, ../sass/partials/_contact.scss */
.contact-form input:focus,
.contact-form textarea:focus {
box-shadow: 0 0 8px rgba(182, 207, 52, 0.5);
border-color: #B6CF34; }
/* line 61, ../sass/partials/_contact.scss */
.contact-form button {
background: #70A330;
border: none;
padding: 1em;
border-radius: 10px;
color: #ffffff;
text-transform: uppercase;
font-size: 14px;
font-size: 0.875rem;
line-height: 18px;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
-ms-transition: background 0.3s ease-in-out;
-o-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out; }
/* line 72, ../sass/partials/_contact.scss */
.contact-form button:hover, .contact-form button:focus {
background: #B6CF34;
cursor: pointer; }
/* line 81, ../sass/partials/_contact.scss */
.message {
color: #f44336; }
/* ======================================
Footer Section
====================================== */
/* line 5, ../sass/partials/_footer.scss */
footer {
background-color: #e6e6e6;
padding: 2em; }
/* line 9, ../sass/partials/_footer.scss */
footer p {
text-align: center; }
/* ==========================================================================
Import helper classes
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
/* line 9, ../sass/_helper-classes.scss */
.hidden {
display: none !important; }
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
/* line 22, ../sass/_helper-classes.scss */
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap;
/* 1 */ }
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
/* line 42, ../sass/_helper-classes.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit; }
/*
* Hide visually and from screen readers, but maintain layout
*/
/* line 59, ../sass/_helper-classes.scss */
.invisible {
visibility: hidden; }
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
/* line 75, ../sass/_helper-classes.scss */
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 81, ../sass/_helper-classes.scss */
.clearfix:after {
clear: both; }
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */ }
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
/* line 109, ../sass/_helper-classes.scss */
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
/* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important; }
/* line 119, ../sass/_helper-classes.scss */
a,
a:visited {
text-decoration: underline; }
/* line 124, ../sass/_helper-classes.scss */
a[href]:after {
content: " (" attr(href) ")"; }
/* line 128, ../sass/_helper-classes.scss */
abbr[title]:after {
content: " (" attr(title) ")"; }
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
/* line 137, ../sass/_helper-classes.scss */
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
/* line 142, ../sass/_helper-classes.scss */
pre {
white-space: pre-wrap !important; }
/* line 145, ../sass/_helper-classes.scss */
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
/* line 156, ../sass/_helper-classes.scss */
thead {
display: table-header-group; }
/* line 160, ../sass/_helper-classes.scss */
tr,
img {
page-break-inside: avoid; }
/* line 165, ../sass/_helper-classes.scss */
p,
h2,
h3 {
orphans: 3;
widows: 3; }
/* line 172, ../sass/_helper-classes.scss */
h2,
h3 {
page-break-after: avoid; } } | css/main.css | Mixins
====================================== */
/* ===========================
Flexbox mixins
=========================== */
/* ===========================
Responsive mixins
=========================== */
/* ======================================
Responsive
====================================== */
/* ===========================
Transition mixins
=========================== */
/* ===========================
Set a rem font size with
pixel fallback mixins
=========================== */
/* ===========================
Cross browser opacity
=========================== */
/* ===========================
Border Radius Mixin
=========================== */
/* ===========================
Box Shadow Mixin
=========================== */
/* ==========================================================================
Import base classes
========================================================================== */
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
/* line 13, ../sass/_base.scss */
html {
color: #222;
font-size: 1em;
line-height: 1.4; }
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
/* line 29, ../sass/_base.scss */
::-moz-selection {
background: #b3d4fc;
text-shadow: none; }
/* line 34, ../sass/_base.scss */
::selection {
background: #b3d4fc;
text-shadow: none; }
/*
* A better looking default horizontal rule
*/
/* line 43, ../sass/_base.scss */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0; }
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
/* line 58, ../sass/_base.scss */
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle; }
/*
* Remove default fieldset styles.
*/
/* line 71, ../sass/_base.scss */
fieldset {
border: 0;
margin: 0;
padding: 0; }
/*
* Allow only vertical resizing of textareas.
*/
/* line 81, ../sass/_base.scss */
textarea {
resize: vertical; }
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
/* line 89, ../sass/_base.scss */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0; }
/* ==========================================================================
Custom Base Styles
========================================================================== */
/* line 99, ../sass/_base.scss */
html,
body {
font-family: "Times New Roman", Georgia, serif;
-webkit-transition: margin-top 0.3s linear;
-moz-transition: margin-top 0.3s linear;
-ms-transition: margin-top 0.3s linear;
-o-transition: margin-top 0.3s linear;
transition: margin-top 0.3s linear; }
/* line 105, ../sass/_base.scss */
.container {
max-width: 1200px;
margin: 0 auto; }
/* line 110, ../sass/_base.scss */
img {
max-width: 100%;
height: auto; }
/* line 115, ../sass/_base.scss */
* {
box-sizing: border-box; }
/* line 119, ../sass/_base.scss */
a {
color: #70A330;
text-decoration: none;
-webkit-transition: color 0.3s ease-in-out;
-moz-transition: color 0.3s ease-in-out;
-ms-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out; }
/* line 124, ../sass/_base.scss */
a:hover, a:focus {
color: #B6CF34;
text-decoration: underline; }
/* line 131, ../sass/_base.scss */
p {
color: #6d6d6d; }
/* ==========================================================================
Import partials
========================================================================== */
/* ======================================
Main Navigation Section
====================================== */
/* line 5, ../sass/partials/_navigation.scss */
.main-navigation {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background: #ffffff;
padding: 0 20px; }
@media only screen and (min-width: 1025px) {
/* line 5, ../sass/partials/_navigation.scss */
.main-navigation {
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-direction: normal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; } }
/* line 15, ../sass/partials/_navigation.scss */
.main-navigation a {
font-size: 16px;
font-size: 1rem;
line-height: 16px;
color: #000000;
text-decoration: none;
font-weight: normal;
letter-spacing: 0.15em;
padding: 0.8em 1em;
display: block;
-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
-ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
/* line 26, ../sass/partials/_navigation.scss */
.main-navigation a:hover, .main-navigation a:focus {
background-color: #B6CF34;
color: #ffffff; }
/* line 34, ../sass/partials/_navigation.scss */
.logo {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
@media only screen and (min-width: 1025px) {
/* line 34, ../sass/partials/_navigation.scss */
.logo {
margin-right: auto; } }
/* line 43, ../sass/partials/_navigation.scss */
.logo h1 {
margin: 0; }
/* line 45, ../sass/partials/_navigation.scss */
.logo h1 a {
font-size: 18px;
font-size: 1.125rem;
line-height: 18px;
color: #000000; }
/* line 50, ../sass/partials/_navigation.scss */
.logo h1 a:hover, .logo h1 a:focus {
background-color: transparent;
color: #B6CF34; }
/* line 59, ../sass/partials/_navigation.scss */
.menu {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.3s ease-in, opacity 0.3s ease-in, overflow 0.3s ease-in;
-moz-transition: max-height 0.3s ease-in, opacity 0.3s ease-in, overflow 0.3s ease-in;
-ms-transition: max-height 0.3s ease-in, opacity 0.3s ease-in, overflow 0.3s ease-in;
-o-transition: max-height 0.3s ease-in, opacity 0.3s ease-in, overflow 0.3s ease-in;
transition: max-height 0.3s ease-in, opacity 0.3s ease-in, overflow 0.3s ease-in; }
/* line 68, ../sass/partials/_navigation.scss */
.menu.open {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
max-height: 100%;
overflow: auto; }
@media only screen and (min-width: 1025px) {
/* line 59, ../sass/partials/_navigation.scss */
.menu {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
max-height: 100%;
overflow: auto; } }
/* line 82, ../sass/partials/_navigation.scss */
.menu nav {
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 0.3em; }
@media only screen and (min-width: 769px) {
/* line 82, ../sass/partials/_navigation.scss */
.menu nav {
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-direction: normal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-top: 0.1em; } }
@media only screen and (min-width: 1025px) {
/* line 82, ../sass/partials/_navigation.scss */
.menu nav {
margin-top: 0;
margin-bottom: 0; } }
/* line 101, ../sass/partials/_navigation.scss */
.menu a {
text-transform: capitalize;
display: block; }
@media only screen and (min-width: 769px) {
/* line 101, ../sass/partials/_navigation.scss */
.menu a {
margin: 0 1em; } }
@media only screen and (min-width: 1025px) {
/* line 101, ../sass/partials/_navigation.scss */
.menu a {
margin: 0; } }
/* line 119, ../sass/partials/_navigation.scss */
.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 11;
-webkit-box-shadow: 0 0 8px rgba(109, 109, 109, 0.5);
-moz-box-shadow: 0 0 8px rgba(109, 109, 109, 0.5);
box-shadow: 0 0 8px rgba(109, 109, 109, 0.5); }
/* line 128, ../sass/partials/_navigation.scss */
#burger-menu {
cursor: pointer;
display: block;
margin-left: 3em;
width: 1.6em;
position: relative; }
@media only screen and (min-width: 1025px) {
/* line 128, ../sass/partials/_navigation.scss */
#burger-menu {
display: none; } }
/* line 140, ../sass/partials/_navigation.scss */
#burger-menu span.bar {
display: block;
width: 100%;
height: 2px;
background: #6d6d6d;
opacity: 1;
position: absolute;
-webkit-transition: transform 0.3s cubic-bezier(0.42, 0, 0.37, 1.88), opacity 0.3s cubic-bezier(0.42, 0, 0.37, 1.88);
-moz-transition: transform 0.3s cubic-bezier(0.42, 0, 0.37, 1.88), opacity 0.3s cubic-bezier(0.42, 0, 0.37, 1.88);
-ms-transition: transform 0.3s cubic-bezier(0.42, 0, 0.37, 1.88), opacity 0.3s cubic-bezier(0.42, 0, 0.37, 1.88);
-o-transition: transform 0.3s cubic-bezier(0.42, 0, 0.37, 1.88), opacity 0.3s cubic-bezier(0.42, 0, 0.37, 1.88);
transition: transform 0.3s cubic-bezier(0.42, 0, 0.37, 1.88), opacity 0.3s cubic-bezier(0.42, 0, 0.37, 1.88); }
/* line 149, ../sass/partials/_navigation.scss */
#burger-menu span.bar:nth-child(1) {
top: 30%; }
/* line 152, ../sass/partials/_navigation.scss */
#burger-menu span.bar:nth-child(2) {
top: 50%; }
/* line 155, ../sass/partials/_navigation.scss */
#burger-menu span.bar:nth-child(3) {
top: 70%; }
/* line 162, ../sass/partials/_navigation.scss */
#burger-menu.open span.bar {
background: #C70038; }
/* line 164, ../sass/partials/_navigation.scss */
#burger-menu.open span.bar:nth-child(1) {
transform: rotate(-45deg);
top: 50%; }
/* line 168, ../sass/partials/_navigation.scss */
#burger-menu.open span.bar:nth-child(2) {
opacity: 0; }
/* line 171, ../sass/partials/_navigation.scss */
#burger-menu.open span.bar:nth-child(3) {
transform: rotate(45deg);
top: 50%; }
/* ======================================
Hero Image Section
====================================== */
/* line 4, ../sass/partials/_hero-img.scss */
.hero-img {
height: auto;
max-height: 80vh;
overflow: hidden; }
/* line 9, ../sass/partials/_hero-img.scss */
.hero-img .slide {
position: relative; }
/* line 13, ../sass/partials/_hero-img.scss */
.hero-img img {
width: 100%;
height: auto; }
/* line 18, ../sass/partials/_hero-img.scss */
.hero-img .caption {
position: absolute;
top: 5%;
left: 2%;
background: rgba(182, 207, 52, 0.6);
padding: 0.7em;
color: #ffffff; }
@media only screen and (min-width: 769px) {
/* line 18, ../sass/partials/_hero-img.scss */
.hero-img .caption {
left: 4%;
padding: 1.5em; } }
/* line 31, ../sass/partials/_hero-img.scss */
.hero-img .caption h3 {
font-size: 24px;
font-size: 1.5rem;
line-height: 24px;
letter-spacing: 3px;
font-weight: normal;
word-spacing: 3px;
margin: 0; }
@media only screen and (min-width: 769px) {
/* line 31, ../sass/partials/_hero-img.scss */
.hero-img .caption h3 {
font-size: 35px;
font-size: 2.1875rem;
line-height: 35px; } }
/* line 48, ../sass/partials/_hero-img.scss */
.hero-img.flexslider {
border: none;
border-radius: 0;
margin-bottom: 0; }
/* line 58, ../sass/partials/_hero-img.scss */
.flex-direction-nav a {
text-shadow: none; }
/* line 60, ../sass/partials/_hero-img.scss */
.flex-direction-nav a::before {
line-height: 40px;
color: rgba(199, 0, 56, 0.8);
text-shadow: none; }
/* line 68, ../sass/partials/_hero-img.scss */
.flex-control-nav {
bottom: 40px; }
/* line 73, ../sass/partials/_hero-img.scss */
.flex-control-paging li a {
width: 15px;
height: 15px;
box-shadow: none;
background: #70A330;
border: 3px solid #ffffff; }
/* line 80, ../sass/partials/_hero-img.scss */
.flex-control-paging li a.flex-active {
background: #C70038; }
/* ======================================
About Section
====================================== */
/* line 5, ../sass/partials/_about.scss */
.row {
padding: 3em 0 0;
border-bottom: 1px solid #e0e0e0;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 2em; }
@media only screen and (min-width: 769px) {
/* line 5, ../sass/partials/_about.scss */
.row {
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-direction: normal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
padding: 5em 0 3em; } }
@media only screen and (min-width: 1025px) {
/* line 5, ../sass/partials/_about.scss */
.row {
margin: 0 auto;
padding-left: 2em;
padding-right: 2em; } }
/* line 28, ../sass/partials/_about.scss */
section:last-child > .row {
border: none; }
/* line 35, ../sass/partials/_about.scss */
.image-block {
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
@media only screen and (min-width: 769px) {
/* line 35, ../sass/partials/_about.scss */
.image-block {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 0;
-ms-flexbox: 1 1 0;
flex: 1 1 0;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto; } }
/* line 46, ../sass/partials/_about.scss */
.image-block img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
opacity: 0.75;
filter: alpha(opacity=75);
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out; }
/* line 51, ../sass/partials/_about.scss */
.image-block img:hover, .image-block img:focus {
opacity: 1;
filter: alpha(opacity=100); }
@media only screen and (min-width: 769px) {
/* line 57, ../sass/partials/_about.scss */
.image-block.right {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; } }
/* line 67, ../sass/partials/_about.scss */
.content {
padding: 2em 0em;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
@media only screen and (min-width: 769px) {
/* line 67, ../sass/partials/_about.scss */
.content {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 0;
-ms-flexbox: 1 1 0;
flex: 1 1 0;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
padding-top: 1em; } }
@media only screen and (min-width: 769px) {
/* line 78, ../sass/partials/_about.scss */
.content.left {
padding-left: 0;
padding-right: 3em; } }
@media only screen and (min-width: 769px) {
/* line 86, ../sass/partials/_about.scss */
.content.right {
padding-left: 3em;
padding-right: 0; } }
/* line 94, ../sass/partials/_about.scss */
.content.info-block {
padding: 2em; }
/* line 98, ../sass/partials/_about.scss */
.content .sec-title {
font-size: 30px;
font-size: 1.875rem;
line-height: 30px;
text-transform: capitalize;
font-weight: normal;
letter-spacing: 3px;
word-spacing: 2px;
text-align: center;
margin: 0 0 1em;
color: #B6CF34; }
@media only screen and (min-width: 769px) {
/* line 98, ../sass/partials/_about.scss */
.content .sec-title {
font-size: 35px;
font-size: 2.1875rem;
line-height: 35px; } }
@media only screen and (min-width: 1025px) {
/* line 98, ../sass/partials/_about.scss */
.content .sec-title {
margin: 1em 0 2em; } }
/* line 119, ../sass/partials/_about.scss */
.content .sec-subtitle {
font-size: 16px;
font-size: 1rem;
line-height: 16px;
font-weight: normal;
letter-spacing: 3px;
word-spacing: 2px;
text-align: center;
margin: 0; }
@media only screen and (min-width: 769px) {
/* line 119, ../sass/partials/_about.scss */
.content .sec-subtitle {
font-size: 18px;
font-size: 1.125rem;
line-height: 18px; } }
@media only screen and (min-width: 1025px) {
/* line 119, ../sass/partials/_about.scss */
.content .sec-subtitle {
margin: 1em 0 1.5em; } }
/* line 138, ../sass/partials/_about.scss */
.content p {
font-size: 16px;
font-size: 1rem;
line-height: 24px; }
@media only screen and (min-width: 769px) {
/* line 138, ../sass/partials/_about.scss */
.content p {
font-size: 18px;
font-size: 1.125rem;
line-height: 26px; } }
/* ======================================
Our Menu Section
====================================== */
/* line 5, ../sass/partials/_our-menu.scss */
.menu-list {
padding: 0; }
/* line 9, ../sass/partials/_our-menu.scss */
.menu-list li {
list-style: none;
margin-bottom: 3em; }
/* line 13, ../sass/partials/_our-menu.scss */
.menu-list li:last-child {
margin-bottom: 0; }
/* line 17, ../sass/partials/_our-menu.scss */
.menu-list li .title {
font-size: 18px;
font-size: 1.125rem;
line-height: 18px;
font-weight: normal;
letter-spacing: 3px; }
@media only screen and (min-width: 769px) {
/* line 17, ../sass/partials/_our-menu.scss */
.menu-list li .title {
font-size: 20px;
font-size: 1.25rem;
line-height: 20px; } }
/* line 29, ../sass/partials/_our-menu.scss */
.menu-list li .desc {
font-size: 14px;
font-size: 0.875rem;
line-height: 14px; }
@media only screen and (min-width: 769px) {
/* line 29, ../sass/partials/_our-menu.scss */
.menu-list li .desc {
font-size: 16px;
font-size: 1rem;
line-height: 16px; } }
/* ======================================
Contact Section
====================================== */
/* line 5, ../sass/partials/_contact.scss */
.info {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
@media only screen and (min-width: 769px) {
/* line 5, ../sass/partials/_contact.scss */
.info {
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-direction: normal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; } }
/* line 15, ../sass/partials/_contact.scss */
.contact-info {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 0;
-ms-flexbox: 1 1 0;
flex: 1 1 0;
padding: 1em 0; }
@media only screen and (min-width: 769px) {
/* line 15, ../sass/partials/_contact.scss */
.contact-info {
padding: 1em; } }
@media only screen and (min-width: 1025px) {
/* line 15, ../sass/partials/_contact.scss */
.contact-info {
padding: 1em 0; } }
/* line 29, ../sass/partials/_contact.scss */
.contact-form {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 0;
-ms-flexbox: 1 1 0;
flex: 1 1 0;
padding: 1em 0; }
@media only screen and (min-width: 1025px) {
/* line 29, ../sass/partials/_contact.scss */
.contact-form {
padding: 1em; } }
/* line 37, ../sass/partials/_contact.scss */
.contact-form input,
.contact-form textarea {
display: block;
width: 100%;
margin: 1em 0;
padding: 1em;
color: #70A330;
border-color: #70A330;
border-style: solid;
border-width: 1px;
outline: none;
line-height: inherit;
-webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
-moz-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
-ms-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
-o-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }
/* line 51, ../sass/partials/_contact.scss */
.contact-form input:hover,
.contact-form textarea:hover {
border-color: #B6CF34; }
/* line 55, ../sass/partials/_contact.scss */
.contact-form input:focus,
.contact-form textarea:focus {
box-shadow: 0 0 8px rgba(182, 207, 52, 0.5);
border-color: #B6CF34; }
/* line 61, ../sass/partials/_contact.scss */
.contact-form button {
background: #70A330;
border: none;
padding: 1em;
border-radius: 10px;
color: #ffffff;
text-transform: uppercase;
font-size: 14px;
font-size: 0.875rem;
line-height: 18px;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
-ms-transition: background 0.3s ease-in-out;
-o-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out; }
/* line 72, ../sass/partials/_contact.scss */
.contact-form button:hover, .contact-form button:focus {
background: #B6CF34;
cursor: pointer; }
/* line 81, ../sass/partials/_contact.scss */
.message {
color: #f44336; }
/* ======================================
Footer Section
====================================== */
/* line 5, ../sass/partials/_footer.scss */
footer {
background-color: #e6e6e6;
padding: 2em; }
/* line 9, ../sass/partials/_footer.scss */
footer p {
text-align: center; }
/* ==========================================================================
Import helper classes
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
/* line 9, ../sass/_helper-classes.scss */
.hidden {
display: none !important; }
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
/* line 22, ../sass/_helper-classes.scss */
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap;
/* 1 */ }
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
/* line 42, ../sass/_helper-classes.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit; }
/*
* Hide visually and from screen readers, but maintain layout
*/
/* line 59, ../sass/_helper-classes.scss */
.invisible {
visibility: hidden; }
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
/* line 75, ../sass/_helper-classes.scss */
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 81, ../sass/_helper-classes.scss */
.clearfix:after {
clear: both; }
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */ }
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
/* line 109, ../sass/_helper-classes.scss */
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
/* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important; }
/* line 119, ../sass/_helper-classes.scss */
a,
a:visited {
text-decoration: underline; }
/* line 124, ../sass/_helper-classes.scss */
a[href]:after {
content: " (" attr(href) ")"; }
/* line 128, ../sass/_helper-classes.scss */
abbr[title]:after {
content: " (" attr(title) ")"; }
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
/* line 137, ../sass/_helper-classes.scss */
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
/* line 142, ../sass/_helper-classes.scss */
pre {
white-space: pre-wrap !important; }
/* line 145, ../sass/_helper-classes.scss */
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
/* line 156, ../sass/_helper-classes.scss */
thead {
display: table-header-group; }
/* line 160, ../sass/_helper-classes.scss */
tr,
img {
page-break-inside: avoid; }
/* line 165, ../sass/_helper-classes.scss */
p,
h2,
h3 {
orphans: 3;
widows: 3; }
/* line 172, ../sass/_helper-classes.scss */
h2,
h3 {
page-break-after: avoid; } } | 0.516352 | 0.041793 |
@import url("https://s3.amazonaws.com/static.slid.es/fonts/montserrat/montserrat.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/opensans/opensans.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/lato/lato.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/asul/asul.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/josefinsans/josefinsans.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/league/league_gothic.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/merriweathersans/merriweathersans.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/overpass/overpass.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/overpass2/overpass2.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/quicksand/quicksand.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/cabinsketch/cabinsketch.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/newscycle/newscycle.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/oxygen/oxygen.css");
section {
display: block;
}
video {
display: inline-block;
}
[hidden] {
display: none;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
outline: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
b {
font-weight: bold;
}
code,
pre {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
img {
border: 0;
}
.theme-font-montserrat .reveal {
font-family: "Open Sans", sans-serif;
font-size: 30px;
}
.theme-font-montserrat .reveal section {
line-height: 1.3;
}
.theme-font-montserrat .reveal h1,
.theme-font-montserrat .reveal h2,
.theme-font-montserrat .reveal h3,
.theme-font-montserrat .reveal h4,
.theme-font-montserrat .reveal h5,
.theme-font-montserrat .reveal h6 {
font-family: "Montserrat", Helvetica, sans-serif;
text-transform: none;
line-height: 1.3;
font-weight: normal;
}
.theme-font-no-font .reveal,
.theme-font-no-font.reveal {
font-family: sans-serif;
font-size: 30px;
}
.theme-font-no-font .reveal section font,
.theme-font-no-font.reveal section font {
line-height: 1;
}
@font-face {
font-family: "KaTeX_AMS";
src: url(//assets.slid.es/assets/katex/KaTeX_AMS-Regular-ce1ebce55c88871c7a6059c3a51fd6ede5531335dc9856ab2790694aa67224a4.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_AMS-Regular-89d3c5f7f55deba5741efd2189a0a8132824035ff9ad869800759412adfc8682.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Caligraphic";
src: url(//assets.slid.es/assets/katex/KaTeX_Caligraphic-Bold-08c8229182fd845d3edb17810b3bf84fc919119bafd5a527c1433597afd4cc29.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Caligraphic-Bold-b86eaec3180a15a294294cff6c6689d86a4ab9baba37d868ecaddb66613ec723.ttf)
format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Caligraphic";
src: url(//assets.slid.es/assets/katex/KaTeX_Caligraphic-Regular-fc3b9d6af6452606e1e7978a139f5bdaa0480ee8c890ecea9267cd89ee701b6f.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Caligraphic-Regular-1568ca1aa82f7b3749dfdb3fa9fae47ecdad3e48268469a15e2ce6f4bed10ab4.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Fraktur";
src: url(//assets.slid.es/assets/katex/KaTeX_Fraktur-Bold-ce8f6b8d0541e703bf270236cd2f22f94af0a3f3cd34853f7d2ab0944b4ed3a2.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Fraktur-Bold-9968ac3c9756403afc0c0f168509edd39e6b7ddca3a3e78e890da3718a5dafd7.ttf)
format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Fraktur";
src: url(//assets.slid.es/assets/katex/KaTeX_Fraktur-Regular-9d47d38ef92b81d2dfabee95b0d69fda25cc2cbaace7270749c3f99f3f51cbba.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Fraktur-Regular-8dfd4f60ba0a35f62c7503f019e96d54ba5f509cd20453d66ea0bb89b898234b.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Main";
src: url(//assets.slid.es/assets/katex/KaTeX_Main-Bold-c2db7b8ce51021c292c6e2cd03bc11a4be96507345f62dd415787701c6afa940.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Main-Bold-9ce6c56369cf0928715d56b6c4357b46a73ac0957101ad2fdc23ea95fdd0c5d8.ttf)
format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Main";
src: url(//assets.slid.es/assets/katex/KaTeX_Main-BoldItalic-84b2dc26d6a4ace6f25e9f39e7d8fdd9b64e97feede8ff6b9666b376d7582286.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Main-BoldItalic-e06c469ed45a5db87889a655571b58aeee6bbbcf58a26cf3317fa1d62e3ac8d7.ttf)
format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "KaTeX_Main";
src: url(//assets.slid.es/assets/katex/KaTeX_Main-Italic-e5279ba4cd2439be39d995a70d0c6520cb2febc2423bca381e57d82035de0f12.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Main-Italic-59ad22b91c4999b840d1266db8bf231aa22533543fb7ee26ecbd8d93aa770aad.ttf)
format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "KaTeX_Main";
src: url(//assets.slid.es/assets/katex/KaTeX_Main-Regular-f1d8b6477855998675dacbf85c275b369b209f2221190594d17077e86842c8b0.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Main-Regular-ef1f105a5ac8d98ab0ddbc015bdda3041f3f499a08e3ea5fa1389b77a1b25293.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Math";
src: url(//assets.slid.es/assets/katex/KaTeX_Math-BoldItalic-301943e01b59a2e5844d3b8500d4e508fb1cc77ea92a04cb29c9cafed52f4d1b.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Math-BoldItalic-180a9e8c89d5b4cb8a2e755d5e3dc10ddb466e6608e70436213f3ceea176dbf9.ttf)
format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "KaTeX_Math";
src: url(//assets.slid.es/assets/katex/KaTeX_Math-Italic-d9de33083224dacb133b8ef90c2fe59af169e292b6d04ca360112b4857d924b5.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Math-Italic-af6e4c3730217aa8aab4d8c737682068d6bef3b251daee6f48664d9b3e55379c.ttf)
format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "KaTeX_Math";
src: url(//assets.slid.es/assets/katex/KaTeX_Math-Regular-39a937db41978d863d1351d8ba751be5521c52490f4b18e03b89376adaf486bc.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Math-Regular-5dc84f840a63e528bd6cb99e31492bcc7dee81253374e2d05912fcb8d82e54f4.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_SansSerif";
src: url(//assets.slid.es/assets/katex/KaTeX_SansSerif-Regular-b87c6eade55690b5cee6e66b2f0885593b3f411d4fe900dee548a74e78fc2cb6.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_SansSerif-Regular-5fabdc722cd155c489a8a522014e4a4019d8798e7092d13cd6850453ffa78f7f.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Script";
src: url(//assets.slid.es/assets/katex/KaTeX_Script-Regular-41b2ef81df7103de00d47743ab7a3fe61105a8c21f1b5f55e3fec8f2cda2b94f.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Script-Regular-e442ce8239b36ad629c757737c2a34a5876cc20607cbb165bfb5a91cfbe25ef3.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Size1";
src: url(//assets.slid.es/assets/katex/KaTeX_Size1-Regular-0152f420481d302f4de3954d98f83404155f1bc6ab90c209d7a926a06e4c8a4d.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Size1-Regular-6ff83fa3bb76941759777a3d7cf5e19155635191b960728f585c593d6f3f193c.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Size2";
src: url(//assets.slid.es/assets/katex/KaTeX_Size2-Regular-fa1eb01f2e704954cabee6977518b533eb9304e1994ce1095aa34b05221cf57d.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Size2-Regular-216cd1b1aa23fe169e41fecf6c4a61e7338bb2d95adc604a111fa7df04c9f2aa.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Size3";
src: url(//assets.slid.es/assets/katex/KaTeX_Size3-Regular-ea931a5ffb9f81710277c89ee1902e95e49c77490f937e481e254d68f7209a3a.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Size3-Regular-00fd6016cebc419cac7143d9c8f6a3279cc6e33009d17c513d64227ac41d44fb.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Size4";
src: url(//assets.slid.es/assets/katex/KaTeX_Size4-Regular-581b07f16ac528a7d6e68146fb2b799bd03f77d18bda7ac928a75e250a871760.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Size4-Regular-1ffe0db6dbffbd0460ca68aebc97653dd333a43cda13270518e4516a1ebe3c76.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Typewriter";
src: url(//assets.slid.es/assets/katex/KaTeX_Typewriter-Regular-b205e1762a82f0a31f70058cac23dce8c4cc56fb3f0d3178e050df459363f974.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Typewriter-Regular-46799c96df52b710ce843ffa66c2a82fd3e2d6c380a02ff66eb83dc6f6851802.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
/*!
* Main styles for Slides
*
* @author <NAME>
*/
* {
box-sizing: border-box;
}
:-webkit-full-screen {
width: 100%;
height: 100%;
}
:-moz-full-screen {
width: 100%;
height: 100%;
}
:-ms-fullscreen {
width: 100%;
height: 100%;
}
:fullscreen {
width: 100%;
height: 100%;
}
html,
body {
padding: 0;
margin: 0;
color: #252525;
font-family: "Open Sans", Helvetica, sans-serif;
font-size: 16px;
}
html:before,
body:before {
content: "" !important;
}
html {
-webkit-font-smoothing: subpixel-antialiased !important;
}
body {
overflow-y: scroll;
}
body > *:not(.reveal) {
font-family: "Open Sans", Helvetica, sans-serif;
}
html {
background-color: #eee;
}
.no-transition,
.no-transition * {
-webkit-transition: none !important;
transition: none !important;
-webkit-animation-duration: 0s !important;
animation-duration: 0s !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Open Sans", Helvetica, sans-serif;
line-height: 1.3em;
font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
}
h1 {
font-size: 27.2px;
font-weight: 600;
}
h2 {
font-size: 27.2px;
font-weight: 600;
}
h3 {
font-size: 20.8px;
font-weight: 600;
}
h4 {
font-size: 16px;
font-weight: 600;
}
h5 {
font-size: 16px;
font-weight: 600;
}
h6 {
font-size: 16px;
font-weight: 600;
}
p {
margin: 1em 0;
}
a {
color: #255c7c;
text-decoration: none;
outline: 0;
}
a:hover {
color: #4195c6;
}
a:focus {
outline: 1px solid #1baee1;
}
p a {
border-bottom: 1px solid #8fc1de;
}
b {
font-weight: 600;
}
.reveal-viewport {
width: 100%;
height: 100%;
}
.sl-info {
display: inline-block;
font-size: 0.8em;
width: 1.3em;
height: 1.3em;
line-height: 1.3em;
border-radius: 1.3em;
color: #fff;
background-color: rgba(0, 0, 0, 0.3);
text-align: center;
vertical-align: middle;
}
.sl-info:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.sl-info:after {
font-family: serif;
content: "i";
}
html[data-active-cursor="move"] * {
cursor: move !important;
}
html[data-active-cursor="n-resize"] * {
cursor: n-resize !important;
}
html[data-active-cursor="ne-resize"] * {
cursor: ne-resize !important;
}
html[data-active-cursor="e-resize"] * {
cursor: e-resize !important;
}
html[data-active-cursor="se-resize"] * {
cursor: se-resize !important;
}
html[data-active-cursor="s-resize"] * {
cursor: s-resize !important;
}
html[data-active-cursor="sw-resize"] * {
cursor: sw-resize !important;
}
html[data-active-cursor="w-resize"] * {
cursor: w-resize !important;
}
html[data-active-cursor="nw-resize"] * {
cursor: nw-resize !important;
}
.reveal .sl-block {
display: block;
position: absolute;
z-index: auto;
pointer-events: none;
}
.reveal .sl-block .sl-block-style {
display: block;
position: relative;
width: 100%;
height: 100%;
max-width: none;
max-height: none;
margin: 0;
outline: 0;
will-change: opacity;
}
.reveal .sl-block .sl-block-content {
display: block;
position: relative;
width: 100%;
height: 100%;
max-width: none;
max-height: none;
margin: 0;
outline: 0;
word-wrap: break-word;
}
.reveal .sl-block .sl-block-content > :first-child {
margin-top: 0;
}
.reveal .sl-block .sl-block-content > :last-child {
margin-bottom: 0;
}
.reveal .sl-block .sl-block-content[data-has-letter-spacing] * {
letter-spacing: inherit;
}
.reveal .sl-block .sl-block-content[data-has-line-height] * {
line-height: inherit;
}
.reveal .sl-block-content[data-animation-type="fade-in"] {
opacity: 0;
}
.reveal .sl-block-content[data-animation-type="fade-out"] {
opacity: 1;
}
.reveal .sl-block-content[data-animation-type="slide-up"] {
-webkit-transform: translateY(30px);
transform: translateY(30px);
opacity: 0;
}
.reveal .sl-block-content[data-animation-type="slide-down"] {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
opacity: 0;
}
.reveal .sl-block-content[data-animation-type="slide-left"] {
-webkit-transform: translateX(30px);
transform: translateX(30px);
opacity: 0;
}
.reveal .sl-block-content[data-animation-type="slide-right"] {
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
opacity: 0;
}
.reveal .sl-block-content[data-animation-type="scale-up"] {
-webkit-transform: scale(0.6);
transform: scale(0.6);
opacity: 0;
}
.reveal .sl-block-content[data-animation-type="scale-down"] {
-webkit-transform: scale(1.4);
transform: scale(1.4);
opacity: 0;
}
.reveal section .sl-block-content[data-animation-type] {
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
}
.reveal
section
.sl-block-content[data-animation-type]:not([data-animation-trigger-id="self"]) {
pointer-events: none;
}
.reveal .sl-block[data-block-type="image"] .sl-block-content {
overflow: hidden;
}
.reveal .sl-block[data-block-type="image"] .sl-block-content img {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
vertical-align: top;
}
.reveal .sl-block[data-block-type="image"] a.sl-block-content {
color: inherit;
}
.reveal .sl-block[data-block-type="video"] .sl-block-content {
overflow: hidden;
}
.reveal .sl-block[data-block-type="video"] .sl-block-content img,
.reveal .sl-block[data-block-type="video"] .sl-block-content video {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
vertical-align: top;
}
.reveal .sl-block[data-block-type="video"] .sl-block-content img {
-o-object-fit: contain;
object-fit: contain;
}
.reveal .sl-block[data-block-type="video"] .sl-block-content .video-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 10;
background-image: url(//assets.slid.es/assets/icons/video-icon-light-32-08e039bdfb8e4d35457b4908ada233356c14152e3a3490b664345eeee021c046.svg);
background-size: 20%;
background-position: center;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 0.2);
}
.reveal .sl-block[data-block-type="iframe"] .sl-block-content {
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
.reveal .sl-block[data-block-type="shape"] .sl-block-content {
line-height: 0;
}
.reveal .sl-block[data-block-type="code"] .sl-block-content {
overflow: hidden;
}
.reveal .sl-block[data-block-type="code"] .sl-block-content pre,
.reveal .sl-block[data-block-type="code"] .sl-block-content code {
width: 100%;
height: 100%;
margin: 0;
}
.reveal .sl-block[data-block-type="code"] .sl-block-content pre {
font-size: 0.55em;
padding: 0;
}
.reveal .sl-block[data-block-type="code"] .sl-block-content code {
white-space: pre;
word-wrap: normal;
}
.reveal
.sl-block[data-block-type="code"]
.sl-block-content[data-code-wrap="true"]
code {
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-word;
}
.sl-block-content[data-code-frame="osx"],
.sl-block-content[data-code-frame="osx-grey"] {
box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
border-radius: 6px;
}
.sl-block-content[data-code-frame="osx"] pre,
.sl-block-content[data-code-frame="osx"] code,
.sl-block-content[data-code-frame="osx-grey"] pre,
.sl-block-content[data-code-frame="osx-grey"] code {
border-radius: 6px;
}
.sl-block-content[data-code-frame="osx"] code,
.sl-block-content[data-code-frame="osx-grey"] code {
padding: 15px;
}
.sl-block-content[data-code-frame="osx"] code:before,
.sl-block-content[data-code-frame="osx-grey"] code:before {
content: "";
display: block;
height: 32px;
}
.sl-block-content[data-code-frame="osx"] code:after,
.sl-block-content[data-code-frame="osx-grey"] code:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 32px;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8%2BCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDYyIDEyIiB3aWR0aD0iNjIiIGhlaWdodD0iMTIiPgoJPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjYiIGZpbGw9IiNmZjVhNTIiPjwvY2lyY2xlPgoJPGNpcmNsZSBjeD0iMjYiIGN5PSI2IiByPSI2IiBmaWxsPSIjZTZjMDI4Ij48L2NpcmNsZT4KCTxjaXJjbGUgY3g9IjQ2IiBjeT0iNiIgcj0iNiIgZmlsbD0iIzU0YzIyYiI%2BPC9jaXJjbGU%2BCjwvc3ZnPg%3D%3D);
background-position: 14px 14px;
background-repeat: no-repeat;
background-color: inherit;
}
.sl-block-content[data-code-frame="osx-grey"] code:after {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8%2BCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDYyIDEyIiB3aWR0aD0iNjIiIGhlaWdodD0iMTIiPgoJPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjYiIGZpbGw9IiM5OTkiPjwvY2lyY2xlPgoJPGNpcmNsZSBjeD0iMjYiIGN5PSI2IiByPSI2IiBmaWxsPSIjOTk5Ij48L2NpcmNsZT4KCTxjaXJjbGUgY3g9IjQ2IiBjeT0iNiIgcj0iNiIgZmlsbD0iIzk5OSI%2BPC9jaXJjbGU%2BCjwvc3ZnPg%3D%3D);
}
.reveal .sl-block[data-block-type="math"] {
font-size: 50px;
}
.reveal .sl-block[data-block-type="math"] .sl-block-content {
font-style: normal;
font-family: KaTeX_Main, Times New Roman, serif;
line-height: 1.4;
}
.reveal .sl-block[data-block-type="table"] .sl-block-content {
text-align: left;
}
.reveal .sl-block[data-block-type="line"] .sl-block-content {
pointer-events: none !important;
}
/*!
* reveal.js
* http://revealjs.com
* MIT licensed
*
* Copyright (C) 2019 <NAME>, http://hakim.se
*/
.reveal div,
.reveal span,
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6,
.reveal p,
.reveal pre,
.reveal a,
.reveal code,
.reveal em,
.reveal img,
.reveal s,
.reveal var,
.reveal b,
.reveal center,
.reveal ruby,
.reveal section,
.reveal video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html {
width: 100%;
height: 100%;
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
overflow: hidden;
}
body {
height: 100%;
overflow: hidden;
position: relative;
line-height: 1;
margin: 0;
background-color: #fff;
color: #000;
}
.reveal:after {
content: "";
font-style: italic;
}
.reveal a {
position: relative;
}
@-webkit-keyframes bounce-right {
0%,
10%,
25%,
40%,
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
30% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
}
@keyframes bounce-right {
0%,
10%,
25%,
40%,
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
30% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
}
@-webkit-keyframes bounce-down {
0%,
10%,
25%,
40%,
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
30% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
@keyframes bounce-down {
0%,
10%,
25%,
40%,
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
30% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
.reveal {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
-ms-touch-action: pinch-zoom;
touch-action: pinch-zoom;
}
.reveal .slides {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
pointer-events: none;
overflow: visible;
z-index: 1;
text-align: center;
-webkit-perspective: 600px;
perspective: 600px;
-webkit-perspective-origin: 50% 40%;
perspective-origin: 50% 40%;
}
.reveal .slides > section {
-webkit-perspective: 600px;
perspective: 600px;
}
.reveal .slides > section,
.reveal .slides > section > section {
display: none;
position: absolute;
width: 100%;
padding: 20px 0px;
pointer-events: auto;
z-index: 10;
-webkit-transform-style: flat;
transform-style: flat;
-webkit-transition: visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
-webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
-webkit-transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
-webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
-webkit-transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
-webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
-webkit-transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
.reveal[data-transition-speed="fast"] .slides section {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.reveal[data-transition-speed="slow"] .slides section {
-webkit-transition-duration: 1200ms;
transition-duration: 1200ms;
}
.reveal .slides section[data-transition-speed="fast"] {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.reveal .slides section[data-transition-speed="slow"] {
-webkit-transition-duration: 1200ms;
transition-duration: 1200ms;
}
.reveal .slides > section.stack {
padding-top: 0;
padding-bottom: 0;
pointer-events: none;
height: 100%;
}
.reveal .slides > section:empty,
.reveal .slides > section > section:empty,
.reveal .slides > section[data-background-interactive],
.reveal .slides > section > section[data-background-interactive] {
pointer-events: none;
}
.reveal.center,
.reveal.center .slides,
.reveal.center .slides section {
min-height: 0 !important;
}
.reveal.slide section {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.reveal .slides section[data-transition="default"].stack {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.reveal .slides section[data-transition="convex"].stack {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.reveal .slides section[data-transition="concave"].stack {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.reveal .slides section[data-transition="zoom"] {
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.reveal .slides section[data-transition="fade"],
.reveal.fade .slides section:not([data-transition]),
.reveal.fade .slides > section > section:not([data-transition]) {
-webkit-transform: none;
transform: none;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.reveal .slides section[data-transition="none"] {
-webkit-transform: none;
transform: none;
-webkit-transition: none;
transition: none;
}
.reveal .no-transition,
.reveal .no-transition * {
-webkit-transition: none !important;
transition: none !important;
}
.reveal .slide-background {
display: none;
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
overflow: hidden;
background-color: transparent;
-webkit-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
.reveal .slide-background-content {
position: absolute;
width: 100%;
height: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
.reveal .slide-background.stack {
display: block;
}
.print-pdf .reveal .slide-background {
opacity: 1 !important;
visibility: visible !important;
}
.reveal .slide-background video {
position: absolute;
width: 100%;
height: 100%;
max-width: none;
max-height: none;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
}
.reveal .slide-background[data-background-size="contain"] video {
-o-object-fit: contain;
object-fit: contain;
}
.reveal .slides > section,
.reveal .slides > section > section {
height: 100%;
font-weight: inherit;
padding: 0;
}
.reveal h1 {
font-size: 2.5em;
margin-bottom: 0.15em;
}
.reveal h2 {
font-size: 1.9em;
margin-bottom: 0.2em;
}
.reveal h3 {
font-size: 1.3em;
margin-bottom: 0.25em;
}
.reveal h4 {
font-size: 1em;
margin-bottom: 0.25em;
}
.reveal h5 {
font-size: 1em;
margin-bottom: 0.25em;
}
.reveal h6 {
font-size: 1em;
margin-bottom: 0.25em;
}
.reveal p {
margin-bottom: 0.25em;
}
.reveal a {
text-decoration: none;
}
.reveal b {
font-weight: bold;
}
.reveal em {
font-style: italic;
}
.reveal pre {
display: block;
position: relative;
margin: 0.25em auto;
text-align: left;
font-family: monospace;
line-height: 1.2;
word-wrap: break-word;
}
.reveal code {
font-family: monospace;
}
.reveal pre code {
display: block;
padding: 5px;
overflow: auto;
word-wrap: normal;
}
.theme-color-black-blue {
background: #111;
}
.theme-color-black-blue body {
background: transparent;
}
.theme-color-black-blue .theme-body-color-block {
background: #fff;
}
.theme-color-black-blue .theme-link-color-block {
background: #2f90f8;
}
.theme-color-black-blue .reveal {
color: #fff;
}
.theme-color-black-blue .reveal a {
color: #2f90f8;
}
.theme-color-black-blue .reveal a:hover {
color: #79b7fa;
}
.theme-color-no-color {
background-color: #fff;
}
.theme-color-no-color .theme-body-color-block,
.theme-color-no-color .theme-link-color-block {
background: #000;
}
.theme-color-no-color .reveal,
.theme-color-no-color.reveal {
color: #000;
}
.theme-color-white-blue {
background: #fff;
}
.theme-color-white-blue body {
background: transparent;
}
.theme-color-white-blue .theme-body-color-block {
background: #000;
}
.theme-color-white-blue .theme-link-color-block {
background: #106bcc;
}
.theme-color-white-blue .reveal {
color: #000;
}
.theme-color-white-blue .reveal a {
color: #106bcc;
}
.theme-color-white-blue .reveal a:hover {
color: #3991ef;
} | css/style.css |
@import url("https://s3.amazonaws.com/static.slid.es/fonts/montserrat/montserrat.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/opensans/opensans.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/lato/lato.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/asul/asul.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/josefinsans/josefinsans.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/league/league_gothic.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/merriweathersans/merriweathersans.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/overpass/overpass.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/overpass2/overpass2.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/quicksand/quicksand.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/cabinsketch/cabinsketch.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/newscycle/newscycle.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/oxygen/oxygen.css");
section {
display: block;
}
video {
display: inline-block;
}
[hidden] {
display: none;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
outline: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
b {
font-weight: bold;
}
code,
pre {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
img {
border: 0;
}
.theme-font-montserrat .reveal {
font-family: "Open Sans", sans-serif;
font-size: 30px;
}
.theme-font-montserrat .reveal section {
line-height: 1.3;
}
.theme-font-montserrat .reveal h1,
.theme-font-montserrat .reveal h2,
.theme-font-montserrat .reveal h3,
.theme-font-montserrat .reveal h4,
.theme-font-montserrat .reveal h5,
.theme-font-montserrat .reveal h6 {
font-family: "Montserrat", Helvetica, sans-serif;
text-transform: none;
line-height: 1.3;
font-weight: normal;
}
.theme-font-no-font .reveal,
.theme-font-no-font.reveal {
font-family: sans-serif;
font-size: 30px;
}
.theme-font-no-font .reveal section font,
.theme-font-no-font.reveal section font {
line-height: 1;
}
@font-face {
font-family: "KaTeX_AMS";
src: url(//assets.slid.es/assets/katex/KaTeX_AMS-Regular-ce1ebce55c88871c7a6059c3a51fd6ede5531335dc9856ab2790694aa67224a4.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_AMS-Regular-89d3c5f7f55deba5741efd2189a0a8132824035ff9ad869800759412adfc8682.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Caligraphic";
src: url(//assets.slid.es/assets/katex/KaTeX_Caligraphic-Bold-08c8229182fd845d3edb17810b3bf84fc919119bafd5a527c1433597afd4cc29.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Caligraphic-Bold-b86eaec3180a15a294294cff6c6689d86a4ab9baba37d868ecaddb66613ec723.ttf)
format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Caligraphic";
src: url(//assets.slid.es/assets/katex/KaTeX_Caligraphic-Regular-fc3b9d6af6452606e1e7978a139f5bdaa0480ee8c890ecea9267cd89ee701b6f.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Caligraphic-Regular-1568ca1aa82f7b3749dfdb3fa9fae47ecdad3e48268469a15e2ce6f4bed10ab4.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Fraktur";
src: url(//assets.slid.es/assets/katex/KaTeX_Fraktur-Bold-ce8f6b8d0541e703bf270236cd2f22f94af0a3f3cd34853f7d2ab0944b4ed3a2.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Fraktur-Bold-9968ac3c9756403afc0c0f168509edd39e6b7ddca3a3e78e890da3718a5dafd7.ttf)
format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Fraktur";
src: url(//assets.slid.es/assets/katex/KaTeX_Fraktur-Regular-9d47d38ef92b81d2dfabee95b0d69fda25cc2cbaace7270749c3f99f3f51cbba.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Fraktur-Regular-8dfd4f60ba0a35f62c7503f019e96d54ba5f509cd20453d66ea0bb89b898234b.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Main";
src: url(//assets.slid.es/assets/katex/KaTeX_Main-Bold-c2db7b8ce51021c292c6e2cd03bc11a4be96507345f62dd415787701c6afa940.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Main-Bold-9ce6c56369cf0928715d56b6c4357b46a73ac0957101ad2fdc23ea95fdd0c5d8.ttf)
format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Main";
src: url(//assets.slid.es/assets/katex/KaTeX_Main-BoldItalic-84b2dc26d6a4ace6f25e9f39e7d8fdd9b64e97feede8ff6b9666b376d7582286.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Main-BoldItalic-e06c469ed45a5db87889a655571b58aeee6bbbcf58a26cf3317fa1d62e3ac8d7.ttf)
format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "KaTeX_Main";
src: url(//assets.slid.es/assets/katex/KaTeX_Main-Italic-e5279ba4cd2439be39d995a70d0c6520cb2febc2423bca381e57d82035de0f12.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Main-Italic-59ad22b91c4999b840d1266db8bf231aa22533543fb7ee26ecbd8d93aa770aad.ttf)
format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "KaTeX_Main";
src: url(//assets.slid.es/assets/katex/KaTeX_Main-Regular-f1d8b6477855998675dacbf85c275b369b209f2221190594d17077e86842c8b0.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Main-Regular-ef1f105a5ac8d98ab0ddbc015bdda3041f3f499a08e3ea5fa1389b77a1b25293.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Math";
src: url(//assets.slid.es/assets/katex/KaTeX_Math-BoldItalic-301943e01b59a2e5844d3b8500d4e508fb1cc77ea92a04cb29c9cafed52f4d1b.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Math-BoldItalic-180a9e8c89d5b4cb8a2e755d5e3dc10ddb466e6608e70436213f3ceea176dbf9.ttf)
format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "KaTeX_Math";
src: url(//assets.slid.es/assets/katex/KaTeX_Math-Italic-d9de33083224dacb133b8ef90c2fe59af169e292b6d04ca360112b4857d924b5.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Math-Italic-af6e4c3730217aa8aab4d8c737682068d6bef3b251daee6f48664d9b3e55379c.ttf)
format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "KaTeX_Math";
src: url(//assets.slid.es/assets/katex/KaTeX_Math-Regular-39a937db41978d863d1351d8ba751be5521c52490f4b18e03b89376adaf486bc.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Math-Regular-5dc84f840a63e528bd6cb99e31492bcc7dee81253374e2d05912fcb8d82e54f4.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_SansSerif";
src: url(//assets.slid.es/assets/katex/KaTeX_SansSerif-Regular-b87c6eade55690b5cee6e66b2f0885593b3f411d4fe900dee548a74e78fc2cb6.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_SansSerif-Regular-5fabdc722cd155c489a8a522014e4a4019d8798e7092d13cd6850453ffa78f7f.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Script";
src: url(//assets.slid.es/assets/katex/KaTeX_Script-Regular-41b2ef81df7103de00d47743ab7a3fe61105a8c21f1b5f55e3fec8f2cda2b94f.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Script-Regular-e442ce8239b36ad629c757737c2a34a5876cc20607cbb165bfb5a91cfbe25ef3.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Size1";
src: url(//assets.slid.es/assets/katex/KaTeX_Size1-Regular-0152f420481d302f4de3954d98f83404155f1bc6ab90c209d7a926a06e4c8a4d.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Size1-Regular-6ff83fa3bb76941759777a3d7cf5e19155635191b960728f585c593d6f3f193c.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Size2";
src: url(//assets.slid.es/assets/katex/KaTeX_Size2-Regular-fa1eb01f2e704954cabee6977518b533eb9304e1994ce1095aa34b05221cf57d.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Size2-Regular-216cd1b1aa23fe169e41fecf6c4a61e7338bb2d95adc604a111fa7df04c9f2aa.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Size3";
src: url(//assets.slid.es/assets/katex/KaTeX_Size3-Regular-ea931a5ffb9f81710277c89ee1902e95e49c77490f937e481e254d68f7209a3a.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Size3-Regular-00fd6016cebc419cac7143d9c8f6a3279cc6e33009d17c513d64227ac41d44fb.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Size4";
src: url(//assets.slid.es/assets/katex/KaTeX_Size4-Regular-581b07f16ac528a7d6e68146fb2b799bd03f77d18bda7ac928a75e250a871760.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Size4-Regular-1ffe0db6dbffbd0460ca68aebc97653dd333a43cda13270518e4516a1ebe3c76.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Typewriter";
src: url(//assets.slid.es/assets/katex/KaTeX_Typewriter-Regular-b205e1762a82f0a31f70058cac23dce8c4cc56fb3f0d3178e050df459363f974.woff)
format("woff"),
url(//assets.slid.es/assets/katex/KaTeX_Typewriter-Regular-46799c96df52b710ce843ffa66c2a82fd3e2d6c380a02ff66eb83dc6f6851802.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
/*!
* Main styles for Slides
*
* @author <NAME>
*/
* {
box-sizing: border-box;
}
:-webkit-full-screen {
width: 100%;
height: 100%;
}
:-moz-full-screen {
width: 100%;
height: 100%;
}
:-ms-fullscreen {
width: 100%;
height: 100%;
}
:fullscreen {
width: 100%;
height: 100%;
}
html,
body {
padding: 0;
margin: 0;
color: #252525;
font-family: "Open Sans", Helvetica, sans-serif;
font-size: 16px;
}
html:before,
body:before {
content: "" !important;
}
html {
-webkit-font-smoothing: subpixel-antialiased !important;
}
body {
overflow-y: scroll;
}
body > *:not(.reveal) {
font-family: "Open Sans", Helvetica, sans-serif;
}
html {
background-color: #eee;
}
.no-transition,
.no-transition * {
-webkit-transition: none !important;
transition: none !important;
-webkit-animation-duration: 0s !important;
animation-duration: 0s !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Open Sans", Helvetica, sans-serif;
line-height: 1.3em;
font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
}
h1 {
font-size: 27.2px;
font-weight: 600;
}
h2 {
font-size: 27.2px;
font-weight: 600;
}
h3 {
font-size: 20.8px;
font-weight: 600;
}
h4 {
font-size: 16px;
font-weight: 600;
}
h5 {
font-size: 16px;
font-weight: 600;
}
h6 {
font-size: 16px;
font-weight: 600;
}
p {
margin: 1em 0;
}
a {
color: #255c7c;
text-decoration: none;
outline: 0;
}
a:hover {
color: #4195c6;
}
a:focus {
outline: 1px solid #1baee1;
}
p a {
border-bottom: 1px solid #8fc1de;
}
b {
font-weight: 600;
}
.reveal-viewport {
width: 100%;
height: 100%;
}
.sl-info {
display: inline-block;
font-size: 0.8em;
width: 1.3em;
height: 1.3em;
line-height: 1.3em;
border-radius: 1.3em;
color: #fff;
background-color: rgba(0, 0, 0, 0.3);
text-align: center;
vertical-align: middle;
}
.sl-info:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.sl-info:after {
font-family: serif;
content: "i";
}
html[data-active-cursor="move"] * {
cursor: move !important;
}
html[data-active-cursor="n-resize"] * {
cursor: n-resize !important;
}
html[data-active-cursor="ne-resize"] * {
cursor: ne-resize !important;
}
html[data-active-cursor="e-resize"] * {
cursor: e-resize !important;
}
html[data-active-cursor="se-resize"] * {
cursor: se-resize !important;
}
html[data-active-cursor="s-resize"] * {
cursor: s-resize !important;
}
html[data-active-cursor="sw-resize"] * {
cursor: sw-resize !important;
}
html[data-active-cursor="w-resize"] * {
cursor: w-resize !important;
}
html[data-active-cursor="nw-resize"] * {
cursor: nw-resize !important;
}
.reveal .sl-block {
display: block;
position: absolute;
z-index: auto;
pointer-events: none;
}
.reveal .sl-block .sl-block-style {
display: block;
position: relative;
width: 100%;
height: 100%;
max-width: none;
max-height: none;
margin: 0;
outline: 0;
will-change: opacity;
}
.reveal .sl-block .sl-block-content {
display: block;
position: relative;
width: 100%;
height: 100%;
max-width: none;
max-height: none;
margin: 0;
outline: 0;
word-wrap: break-word;
}
.reveal .sl-block .sl-block-content > :first-child {
margin-top: 0;
}
.reveal .sl-block .sl-block-content > :last-child {
margin-bottom: 0;
}
.reveal .sl-block .sl-block-content[data-has-letter-spacing] * {
letter-spacing: inherit;
}
.reveal .sl-block .sl-block-content[data-has-line-height] * {
line-height: inherit;
}
.reveal .sl-block-content[data-animation-type="fade-in"] {
opacity: 0;
}
.reveal .sl-block-content[data-animation-type="fade-out"] {
opacity: 1;
}
.reveal .sl-block-content[data-animation-type="slide-up"] {
-webkit-transform: translateY(30px);
transform: translateY(30px);
opacity: 0;
}
.reveal .sl-block-content[data-animation-type="slide-down"] {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
opacity: 0;
}
.reveal .sl-block-content[data-animation-type="slide-left"] {
-webkit-transform: translateX(30px);
transform: translateX(30px);
opacity: 0;
}
.reveal .sl-block-content[data-animation-type="slide-right"] {
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
opacity: 0;
}
.reveal .sl-block-content[data-animation-type="scale-up"] {
-webkit-transform: scale(0.6);
transform: scale(0.6);
opacity: 0;
}
.reveal .sl-block-content[data-animation-type="scale-down"] {
-webkit-transform: scale(1.4);
transform: scale(1.4);
opacity: 0;
}
.reveal section .sl-block-content[data-animation-type] {
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
}
.reveal
section
.sl-block-content[data-animation-type]:not([data-animation-trigger-id="self"]) {
pointer-events: none;
}
.reveal .sl-block[data-block-type="image"] .sl-block-content {
overflow: hidden;
}
.reveal .sl-block[data-block-type="image"] .sl-block-content img {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
vertical-align: top;
}
.reveal .sl-block[data-block-type="image"] a.sl-block-content {
color: inherit;
}
.reveal .sl-block[data-block-type="video"] .sl-block-content {
overflow: hidden;
}
.reveal .sl-block[data-block-type="video"] .sl-block-content img,
.reveal .sl-block[data-block-type="video"] .sl-block-content video {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
vertical-align: top;
}
.reveal .sl-block[data-block-type="video"] .sl-block-content img {
-o-object-fit: contain;
object-fit: contain;
}
.reveal .sl-block[data-block-type="video"] .sl-block-content .video-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 10;
background-image: url(//assets.slid.es/assets/icons/video-icon-light-32-08e039bdfb8e4d35457b4908ada233356c14152e3a3490b664345eeee021c046.svg);
background-size: 20%;
background-position: center;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 0.2);
}
.reveal .sl-block[data-block-type="iframe"] .sl-block-content {
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
.reveal .sl-block[data-block-type="shape"] .sl-block-content {
line-height: 0;
}
.reveal .sl-block[data-block-type="code"] .sl-block-content {
overflow: hidden;
}
.reveal .sl-block[data-block-type="code"] .sl-block-content pre,
.reveal .sl-block[data-block-type="code"] .sl-block-content code {
width: 100%;
height: 100%;
margin: 0;
}
.reveal .sl-block[data-block-type="code"] .sl-block-content pre {
font-size: 0.55em;
padding: 0;
}
.reveal .sl-block[data-block-type="code"] .sl-block-content code {
white-space: pre;
word-wrap: normal;
}
.reveal
.sl-block[data-block-type="code"]
.sl-block-content[data-code-wrap="true"]
code {
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-word;
}
.sl-block-content[data-code-frame="osx"],
.sl-block-content[data-code-frame="osx-grey"] {
box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
border-radius: 6px;
}
.sl-block-content[data-code-frame="osx"] pre,
.sl-block-content[data-code-frame="osx"] code,
.sl-block-content[data-code-frame="osx-grey"] pre,
.sl-block-content[data-code-frame="osx-grey"] code {
border-radius: 6px;
}
.sl-block-content[data-code-frame="osx"] code,
.sl-block-content[data-code-frame="osx-grey"] code {
padding: 15px;
}
.sl-block-content[data-code-frame="osx"] code:before,
.sl-block-content[data-code-frame="osx-grey"] code:before {
content: "";
display: block;
height: 32px;
}
.sl-block-content[data-code-frame="osx"] code:after,
.sl-block-content[data-code-frame="osx-grey"] code:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 32px;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8%2BCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDYyIDEyIiB3aWR0aD0iNjIiIGhlaWdodD0iMTIiPgoJPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjYiIGZpbGw9IiNmZjVhNTIiPjwvY2lyY2xlPgoJPGNpcmNsZSBjeD0iMjYiIGN5PSI2IiByPSI2IiBmaWxsPSIjZTZjMDI4Ij48L2NpcmNsZT4KCTxjaXJjbGUgY3g9IjQ2IiBjeT0iNiIgcj0iNiIgZmlsbD0iIzU0YzIyYiI%2BPC9jaXJjbGU%2BCjwvc3ZnPg%3D%3D);
background-position: 14px 14px;
background-repeat: no-repeat;
background-color: inherit;
}
.sl-block-content[data-code-frame="osx-grey"] code:after {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8%2BCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDYyIDEyIiB3aWR0aD0iNjIiIGhlaWdodD0iMTIiPgoJPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjYiIGZpbGw9IiM5OTkiPjwvY2lyY2xlPgoJPGNpcmNsZSBjeD0iMjYiIGN5PSI2IiByPSI2IiBmaWxsPSIjOTk5Ij48L2NpcmNsZT4KCTxjaXJjbGUgY3g9IjQ2IiBjeT0iNiIgcj0iNiIgZmlsbD0iIzk5OSI%2BPC9jaXJjbGU%2BCjwvc3ZnPg%3D%3D);
}
.reveal .sl-block[data-block-type="math"] {
font-size: 50px;
}
.reveal .sl-block[data-block-type="math"] .sl-block-content {
font-style: normal;
font-family: KaTeX_Main, Times New Roman, serif;
line-height: 1.4;
}
.reveal .sl-block[data-block-type="table"] .sl-block-content {
text-align: left;
}
.reveal .sl-block[data-block-type="line"] .sl-block-content {
pointer-events: none !important;
}
/*!
* reveal.js
* http://revealjs.com
* MIT licensed
*
* Copyright (C) 2019 <NAME>, http://hakim.se
*/
.reveal div,
.reveal span,
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6,
.reveal p,
.reveal pre,
.reveal a,
.reveal code,
.reveal em,
.reveal img,
.reveal s,
.reveal var,
.reveal b,
.reveal center,
.reveal ruby,
.reveal section,
.reveal video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html {
width: 100%;
height: 100%;
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
overflow: hidden;
}
body {
height: 100%;
overflow: hidden;
position: relative;
line-height: 1;
margin: 0;
background-color: #fff;
color: #000;
}
.reveal:after {
content: "";
font-style: italic;
}
.reveal a {
position: relative;
}
@-webkit-keyframes bounce-right {
0%,
10%,
25%,
40%,
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
30% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
}
@keyframes bounce-right {
0%,
10%,
25%,
40%,
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
30% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
}
@-webkit-keyframes bounce-down {
0%,
10%,
25%,
40%,
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
30% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
@keyframes bounce-down {
0%,
10%,
25%,
40%,
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
30% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
.reveal {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
-ms-touch-action: pinch-zoom;
touch-action: pinch-zoom;
}
.reveal .slides {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
pointer-events: none;
overflow: visible;
z-index: 1;
text-align: center;
-webkit-perspective: 600px;
perspective: 600px;
-webkit-perspective-origin: 50% 40%;
perspective-origin: 50% 40%;
}
.reveal .slides > section {
-webkit-perspective: 600px;
perspective: 600px;
}
.reveal .slides > section,
.reveal .slides > section > section {
display: none;
position: absolute;
width: 100%;
padding: 20px 0px;
pointer-events: auto;
z-index: 10;
-webkit-transform-style: flat;
transform-style: flat;
-webkit-transition: visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
-webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
-webkit-transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
-webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
-webkit-transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
-webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985),
-webkit-transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
.reveal[data-transition-speed="fast"] .slides section {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.reveal[data-transition-speed="slow"] .slides section {
-webkit-transition-duration: 1200ms;
transition-duration: 1200ms;
}
.reveal .slides section[data-transition-speed="fast"] {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.reveal .slides section[data-transition-speed="slow"] {
-webkit-transition-duration: 1200ms;
transition-duration: 1200ms;
}
.reveal .slides > section.stack {
padding-top: 0;
padding-bottom: 0;
pointer-events: none;
height: 100%;
}
.reveal .slides > section:empty,
.reveal .slides > section > section:empty,
.reveal .slides > section[data-background-interactive],
.reveal .slides > section > section[data-background-interactive] {
pointer-events: none;
}
.reveal.center,
.reveal.center .slides,
.reveal.center .slides section {
min-height: 0 !important;
}
.reveal.slide section {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.reveal .slides section[data-transition="default"].stack {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.reveal .slides section[data-transition="convex"].stack {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.reveal .slides section[data-transition="concave"].stack {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.reveal .slides section[data-transition="zoom"] {
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.reveal .slides section[data-transition="fade"],
.reveal.fade .slides section:not([data-transition]),
.reveal.fade .slides > section > section:not([data-transition]) {
-webkit-transform: none;
transform: none;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.reveal .slides section[data-transition="none"] {
-webkit-transform: none;
transform: none;
-webkit-transition: none;
transition: none;
}
.reveal .no-transition,
.reveal .no-transition * {
-webkit-transition: none !important;
transition: none !important;
}
.reveal .slide-background {
display: none;
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
overflow: hidden;
background-color: transparent;
-webkit-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
.reveal .slide-background-content {
position: absolute;
width: 100%;
height: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
.reveal .slide-background.stack {
display: block;
}
.print-pdf .reveal .slide-background {
opacity: 1 !important;
visibility: visible !important;
}
.reveal .slide-background video {
position: absolute;
width: 100%;
height: 100%;
max-width: none;
max-height: none;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
}
.reveal .slide-background[data-background-size="contain"] video {
-o-object-fit: contain;
object-fit: contain;
}
.reveal .slides > section,
.reveal .slides > section > section {
height: 100%;
font-weight: inherit;
padding: 0;
}
.reveal h1 {
font-size: 2.5em;
margin-bottom: 0.15em;
}
.reveal h2 {
font-size: 1.9em;
margin-bottom: 0.2em;
}
.reveal h3 {
font-size: 1.3em;
margin-bottom: 0.25em;
}
.reveal h4 {
font-size: 1em;
margin-bottom: 0.25em;
}
.reveal h5 {
font-size: 1em;
margin-bottom: 0.25em;
}
.reveal h6 {
font-size: 1em;
margin-bottom: 0.25em;
}
.reveal p {
margin-bottom: 0.25em;
}
.reveal a {
text-decoration: none;
}
.reveal b {
font-weight: bold;
}
.reveal em {
font-style: italic;
}
.reveal pre {
display: block;
position: relative;
margin: 0.25em auto;
text-align: left;
font-family: monospace;
line-height: 1.2;
word-wrap: break-word;
}
.reveal code {
font-family: monospace;
}
.reveal pre code {
display: block;
padding: 5px;
overflow: auto;
word-wrap: normal;
}
.theme-color-black-blue {
background: #111;
}
.theme-color-black-blue body {
background: transparent;
}
.theme-color-black-blue .theme-body-color-block {
background: #fff;
}
.theme-color-black-blue .theme-link-color-block {
background: #2f90f8;
}
.theme-color-black-blue .reveal {
color: #fff;
}
.theme-color-black-blue .reveal a {
color: #2f90f8;
}
.theme-color-black-blue .reveal a:hover {
color: #79b7fa;
}
.theme-color-no-color {
background-color: #fff;
}
.theme-color-no-color .theme-body-color-block,
.theme-color-no-color .theme-link-color-block {
background: #000;
}
.theme-color-no-color .reveal,
.theme-color-no-color.reveal {
color: #000;
}
.theme-color-white-blue {
background: #fff;
}
.theme-color-white-blue body {
background: transparent;
}
.theme-color-white-blue .theme-body-color-block {
background: #000;
}
.theme-color-white-blue .theme-link-color-block {
background: #106bcc;
}
.theme-color-white-blue .reveal {
color: #000;
}
.theme-color-white-blue .reveal a {
color: #106bcc;
}
.theme-color-white-blue .reveal a:hover {
color: #3991ef;
} | 0.245085 | 0.094761 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
:root {
--color1:#001B33;
--font-nav:'Amatic SC';
--font-destaque:'Bebas Neue';
--font-normal:arial, helvetica;
}
*{
margin: 0px;
padding: 0px;
}
body {
min-width: 300px;
max-height: 1000px;
background-image: url(thumbnail-1350-c4.webp);
background-repeat: no-repeat;
background-position:top;
}
nav {
font: normal 25px var(--font-nav);
padding-top: 25px;
text-shadow:3px 3px 4px rgba(0, 0, 0, 0.349);
}
nav :hover {
color: var(--color1);
transition-duration: .7s;
border-right: 1px solid ;
padding-right: 10px;
}
nav a{
color: white;
padding-left: 30px;
background-position:bottom,right ;
text-decoration: none;
}
header h1 p {
border: 1px solid;
}
nav :active {
color: red;
transition-duration: .1s;
font: normal 30px var(--font-nav);
}
h1 {
margin-top: 3px;
margin-bottom: 60px;
padding-left: 100px;
font:normal 70px var(--font-destaque);
border-left:1px #2785d6;
}
p#header {
margin-top: 450px;
margin-bottom: 5px;
padding-left: 100px;
font: normal 20px var(--font-normal);
}
main {
background-color: var(--color1);
color: white;
}
p{
font:normal 16px var(--font-normal);
text-align: justify;
min-width: 300px;
max-width: 1000px;
margin-bottom: 30px;
margin: auto;
padding: 20px;
font-size: 1.2em;
line-height: 2em;
}
img#foto1{
min-width: 200px;
max-width: 1000px;
display: block;
margin: auto;
border:1px solid;
padding: 10px;
}
img#foto1:hover {
border: 20px solid var(--color1);
transition-duration: .7s;
}
h1#inglês a{
font: normal 20px var(--font-destaque);
background-color: var(--color1);
padding: 7px;
color: white;
border-radius: 100px;
text-decoration:none;
box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.432);
}
h1#inglês :hover {
padding: 17px;
transition-duration: .5s;
background-color:#2785d6 ;
color: var(--color1);
}
div.video {
margin: auto;
padding: 20px;
padding-bottom: 59%;
position: relative;
}
div.video iframe {
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
h1#video-manual {
font: normal 35px var(--font-destaque);
margin: auto;
margin-bottom: 5px;
}
footer {
background-color: cadetblue;
}
footer p {
font: normal 35px var(--font-destaque);
text-align: center;
color:var(--color1);
margin: auto;
border:1px black;
}
footer:hover {
background-color: white;
transition-duration: 1s;
}
p#p-footer:hover {
color: #2785d6;
transition-duration: 1s;
font: normal 40px var(--font-destaque)
}
strong {
color: rgb(156, 155, 155);
} | desafios/batiscafo/img/style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
:root {
--color1:#001B33;
--font-nav:'Amatic SC';
--font-destaque:'Bebas Neue';
--font-normal:arial, helvetica;
}
*{
margin: 0px;
padding: 0px;
}
body {
min-width: 300px;
max-height: 1000px;
background-image: url(thumbnail-1350-c4.webp);
background-repeat: no-repeat;
background-position:top;
}
nav {
font: normal 25px var(--font-nav);
padding-top: 25px;
text-shadow:3px 3px 4px rgba(0, 0, 0, 0.349);
}
nav :hover {
color: var(--color1);
transition-duration: .7s;
border-right: 1px solid ;
padding-right: 10px;
}
nav a{
color: white;
padding-left: 30px;
background-position:bottom,right ;
text-decoration: none;
}
header h1 p {
border: 1px solid;
}
nav :active {
color: red;
transition-duration: .1s;
font: normal 30px var(--font-nav);
}
h1 {
margin-top: 3px;
margin-bottom: 60px;
padding-left: 100px;
font:normal 70px var(--font-destaque);
border-left:1px #2785d6;
}
p#header {
margin-top: 450px;
margin-bottom: 5px;
padding-left: 100px;
font: normal 20px var(--font-normal);
}
main {
background-color: var(--color1);
color: white;
}
p{
font:normal 16px var(--font-normal);
text-align: justify;
min-width: 300px;
max-width: 1000px;
margin-bottom: 30px;
margin: auto;
padding: 20px;
font-size: 1.2em;
line-height: 2em;
}
img#foto1{
min-width: 200px;
max-width: 1000px;
display: block;
margin: auto;
border:1px solid;
padding: 10px;
}
img#foto1:hover {
border: 20px solid var(--color1);
transition-duration: .7s;
}
h1#inglês a{
font: normal 20px var(--font-destaque);
background-color: var(--color1);
padding: 7px;
color: white;
border-radius: 100px;
text-decoration:none;
box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.432);
}
h1#inglês :hover {
padding: 17px;
transition-duration: .5s;
background-color:#2785d6 ;
color: var(--color1);
}
div.video {
margin: auto;
padding: 20px;
padding-bottom: 59%;
position: relative;
}
div.video iframe {
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
h1#video-manual {
font: normal 35px var(--font-destaque);
margin: auto;
margin-bottom: 5px;
}
footer {
background-color: cadetblue;
}
footer p {
font: normal 35px var(--font-destaque);
text-align: center;
color:var(--color1);
margin: auto;
border:1px black;
}
footer:hover {
background-color: white;
transition-duration: 1s;
}
p#p-footer:hover {
color: #2785d6;
transition-duration: 1s;
font: normal 40px var(--font-destaque)
}
strong {
color: rgb(156, 155, 155);
} | 0.317215 | 0.112259 |
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
padding: 0;
margin: 0;
font-family: 'Poppins';
overflow-x: hidden;
}
header{
border-bottom: 1px solid #000000;
height: 70px;
width: 100%;
display: table;
}
.container{
display: none;
}
.imgContainer{
display: inline-block;
width: 25%;
float: left;
}
.imgContainer img{
padding: 15px 25px;
}
.linkContainer{
display: table;
float: left;
width: 75%;
height: 100%;
}
.linkContainerWrapper{
text-align: right;
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
position: relative;
padding-right: 25px;
}
.links{
padding: 35px 30px;
text-transform: uppercase;
position: relative;
transition: all 0.7s ease;
}
.links.active{
color: #ffffff;
}
.links.active:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 90%;
background: #00a7e0;
transform: skew(-30deg);
transform-origin:top;
z-index: -1;
transition: all 0.7s ease;
}
.links:hover {
cursor: pointer;
color: #00a7e0;
}
.links.active:hover:before {
content: "";
position: absolute;
top: 0;
left: 17px;
bottom: 0;
width: 160px;
background: none;
transform: skew(-30deg);
transform-origin:top;
z-index: -1;
}
.leftMainContainer {
width: 25%;
display: inline-block;
float: left;
}
.rightMainContainer {
width: 74%;
display: inline-block;
float: left;
}
.leftContainerWrapper{
padding: 15px 20px;
}
.navigation{
background: #e4e2e2;
padding: 10px 20px;
border-radius: 10px;
text-transform: uppercase;
letter-spacing: 1.5px;
position: relative;
}
.navigation:before {
content: "\A";
border-style: solid;
border-width: 8px 13px 8px 0;
border-color: transparent #e4e2e2 transparent transparent;
position: absolute;
bottom: -13px;
transform: rotate(270deg);
right: 40px;
}
.leftMainContainer ul {
list-style: none;
}
.leftMainContainer ul li::before {
content: "\2022";
color: #00a7e0;
display: inline-block;
width: 1em;
margin-left: -1em;
font-weight: 700;
}
.rightContainerWrapper{
border-bottom: 1px #e4e2e2 solid;
border-right: 1px #e4e2e2 solid;
border-left: 1px #e4e2e2 solid;
padding: 5px 50px;
padding-bottom: 40px;
}
.rightContainer{
padding: 25px 25px;
}
.textHeader{
color: #00a7e0;
margin-top: 10px;
margin-bottom: 0px;
padding: 0px;
text-transform: uppercase;
line-height: 1;
}
.textSubHeader{
margin: 0px;
padding-left: 15px;
font-style: italic;
text-transform: lowercase;
}
#imageContainer{
margin-top: 50px;
text-align: center;
}
.gallery {
display: inline-block;
max-width: 250px;
margin-bottom: 30px;
width: 100%;
float: left;
height: 185px;
margin-right: 30px;
background-size: cover !important;
background-position: top center !important;
border: 1px solid #00a7e0;
}
.gallery:hover{
cursor: pointer;
}
.galleryWrapper{
display: table;
width: 100%;
height: 100%;
}
.galleryDescription{
transition: all 0.7s ease;
width: 100%;
height: 100%;
background: rgba(0,167,224, 0.7);
display: table-cell;
vertical-align: middle;
color: #ffffff;
text-align: center;
opacity: 0;
}
.textGalleryTitle, .textGalleryDescription{
margin: 0;
}
.textGalleryDescription{
font-weight: normal;
}
#mobileMenu{
display: none;
} | css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
padding: 0;
margin: 0;
font-family: 'Poppins';
overflow-x: hidden;
}
header{
border-bottom: 1px solid #000000;
height: 70px;
width: 100%;
display: table;
}
.container{
display: none;
}
.imgContainer{
display: inline-block;
width: 25%;
float: left;
}
.imgContainer img{
padding: 15px 25px;
}
.linkContainer{
display: table;
float: left;
width: 75%;
height: 100%;
}
.linkContainerWrapper{
text-align: right;
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
position: relative;
padding-right: 25px;
}
.links{
padding: 35px 30px;
text-transform: uppercase;
position: relative;
transition: all 0.7s ease;
}
.links.active{
color: #ffffff;
}
.links.active:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 90%;
background: #00a7e0;
transform: skew(-30deg);
transform-origin:top;
z-index: -1;
transition: all 0.7s ease;
}
.links:hover {
cursor: pointer;
color: #00a7e0;
}
.links.active:hover:before {
content: "";
position: absolute;
top: 0;
left: 17px;
bottom: 0;
width: 160px;
background: none;
transform: skew(-30deg);
transform-origin:top;
z-index: -1;
}
.leftMainContainer {
width: 25%;
display: inline-block;
float: left;
}
.rightMainContainer {
width: 74%;
display: inline-block;
float: left;
}
.leftContainerWrapper{
padding: 15px 20px;
}
.navigation{
background: #e4e2e2;
padding: 10px 20px;
border-radius: 10px;
text-transform: uppercase;
letter-spacing: 1.5px;
position: relative;
}
.navigation:before {
content: "\A";
border-style: solid;
border-width: 8px 13px 8px 0;
border-color: transparent #e4e2e2 transparent transparent;
position: absolute;
bottom: -13px;
transform: rotate(270deg);
right: 40px;
}
.leftMainContainer ul {
list-style: none;
}
.leftMainContainer ul li::before {
content: "\2022";
color: #00a7e0;
display: inline-block;
width: 1em;
margin-left: -1em;
font-weight: 700;
}
.rightContainerWrapper{
border-bottom: 1px #e4e2e2 solid;
border-right: 1px #e4e2e2 solid;
border-left: 1px #e4e2e2 solid;
padding: 5px 50px;
padding-bottom: 40px;
}
.rightContainer{
padding: 25px 25px;
}
.textHeader{
color: #00a7e0;
margin-top: 10px;
margin-bottom: 0px;
padding: 0px;
text-transform: uppercase;
line-height: 1;
}
.textSubHeader{
margin: 0px;
padding-left: 15px;
font-style: italic;
text-transform: lowercase;
}
#imageContainer{
margin-top: 50px;
text-align: center;
}
.gallery {
display: inline-block;
max-width: 250px;
margin-bottom: 30px;
width: 100%;
float: left;
height: 185px;
margin-right: 30px;
background-size: cover !important;
background-position: top center !important;
border: 1px solid #00a7e0;
}
.gallery:hover{
cursor: pointer;
}
.galleryWrapper{
display: table;
width: 100%;
height: 100%;
}
.galleryDescription{
transition: all 0.7s ease;
width: 100%;
height: 100%;
background: rgba(0,167,224, 0.7);
display: table-cell;
vertical-align: middle;
color: #ffffff;
text-align: center;
opacity: 0;
}
.textGalleryTitle, .textGalleryDescription{
margin: 0;
}
.textGalleryDescription{
font-weight: normal;
}
#mobileMenu{
display: none;
} | 0.281011 | 0.078219 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
font-weight: 400;
font-size: 12px;
color: rgba(0, 0, 0, 0.6)
}
button {
border-radius: 15px;
box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.5);
padding: 1em;
width: 42 px;
height: 42 px;
border-style: none;
margin: 10px 0;
}
.colorSelector {
position: fixed;
display: flex;
margin: -10px 20px;
transform: translateY(20px);
transition: transform 0.5s ease-out;
}
.colorSelector > button {
margin: 10px;
}
/* COLOR SELECTORS*/
.blue {
background-color: cornflowerblue;
}
.yellow {
background-color: rgb(235, 214, 122);
}
.brown {
background-color: rgb(2, 6, 39);
}
/* BACKGROUND SELECTORS*/
ul {
position: fixed;
top: 5%;
left: 43%;
display: none;
flex-direction: column;
list-style: none;
}
.menuActive {
display: flex;
animation: FadeIn 1s;
transform: translateX(50px);
transition: transform 0.5s ease-out;
}
@keyframes FadeIn {
0% {
opacity: 0;
}
100% {
opacity: 100;
}
0% {
opacity: 0;
}
}
li {
padding: 0;
}
.white {
background-color: white;
}
.outline {
background-color: rgba(177, 177, 177, 0.692);
background-image: url('outline small.png');
}
.monochrome {
/* background-color: #F3E29A; */
background-image: url('grey small.png');
}
.toggleMenu {
position: fixed;
border-radius: 20%;
left: 44%;
top: -6px;
background-color: rgba(0, 0, 0, 0.226);
cursor: pointer;
box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2);
text-align: center;
padding: 1em 1em 1em 1em;
letter-spacing: 1.5px;
}
/* bottem left colored preview*/
.previewImage {
position: fixed;
top: 0;
right: 0;
margin: 15px;
width: 30px;
height: 30px;
border-radius: 15px;
background-image: url('starry night small.jpg');
/* transform: translateY(36px);
transition: transform 0.5s ease-out; */
box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.5);
} | public/stylesheets/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
font-weight: 400;
font-size: 12px;
color: rgba(0, 0, 0, 0.6)
}
button {
border-radius: 15px;
box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.5);
padding: 1em;
width: 42 px;
height: 42 px;
border-style: none;
margin: 10px 0;
}
.colorSelector {
position: fixed;
display: flex;
margin: -10px 20px;
transform: translateY(20px);
transition: transform 0.5s ease-out;
}
.colorSelector > button {
margin: 10px;
}
/* COLOR SELECTORS*/
.blue {
background-color: cornflowerblue;
}
.yellow {
background-color: rgb(235, 214, 122);
}
.brown {
background-color: rgb(2, 6, 39);
}
/* BACKGROUND SELECTORS*/
ul {
position: fixed;
top: 5%;
left: 43%;
display: none;
flex-direction: column;
list-style: none;
}
.menuActive {
display: flex;
animation: FadeIn 1s;
transform: translateX(50px);
transition: transform 0.5s ease-out;
}
@keyframes FadeIn {
0% {
opacity: 0;
}
100% {
opacity: 100;
}
0% {
opacity: 0;
}
}
li {
padding: 0;
}
.white {
background-color: white;
}
.outline {
background-color: rgba(177, 177, 177, 0.692);
background-image: url('outline small.png');
}
.monochrome {
/* background-color: #F3E29A; */
background-image: url('grey small.png');
}
.toggleMenu {
position: fixed;
border-radius: 20%;
left: 44%;
top: -6px;
background-color: rgba(0, 0, 0, 0.226);
cursor: pointer;
box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2);
text-align: center;
padding: 1em 1em 1em 1em;
letter-spacing: 1.5px;
}
/* bottem left colored preview*/
.previewImage {
position: fixed;
top: 0;
right: 0;
margin: 15px;
width: 30px;
height: 30px;
border-radius: 15px;
background-image: url('starry night small.jpg');
/* transform: translateY(36px);
transition: transform 0.5s ease-out; */
box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.5);
} | 0.50293 | 0.176281 |
body {
color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal; color:#3c3c3c;
font-family:"Microsoft YaHei";
}
.clearfix::after {
height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
.clearfix {
overflow: hidden; clear: both; display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
html {
scrollbar-face-color: rgb(200, 200, 200); scrollbar-3dlight-color: rgb(255, 255, 255); scrollbar-shadow-color: rgb(255, 255, 255); scrollbar-highlight-color: rgb(200, 200, 200); scrollbar-darkshadow-color: rgb(200, 200, 200); scrollbar-arrow-color: rgb(255, 255, 255); scrollbar-track-color: rgb(234, 234, 234);
}
html {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
body {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline; font-size:12px;
}
div {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
span {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
applet {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
object {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
iframe {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
h1 {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor;
}
h2 {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor;
}
h3 {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor;
}
h4 {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor;
}
h5 {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor;
}
h6 {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor;
}
p {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
blockquote {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
pre {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
a {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; vertical-align: baseline;
}
abbr {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
acronym {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
address {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
big {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
cite {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
code {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
del {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
dfn {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
em {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
font {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
img {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
ins {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
kbd {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
q {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
s {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
samp {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
small {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
strike {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
strong {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
sub {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
sup {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
tt {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
var {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
b {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
u {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
i {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
center {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
dl {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
dt {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
dd {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
ol {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
ul {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
li {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
fieldset {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
form {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
label {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
legend {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
table {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
caption {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
tbody {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
tfoot {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
thead {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
tr {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
th {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
d ol {
list-style: none;
}
ul {
list-style: none;
}
blockquote {
quotes: none;
}
q {
quotes: none;
}
blockquote::before {
content: none;
}
blockquote::after {
content: none;
}
q::before {
content: none;
}
q::after {
content: none;
}
:focus {
outline: 0px;
}
table {
border: 0px currentColor; border-spacing: 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
a {
color:#676767; text-decoration: none;
}
a:hover {
text-decoration:none; color:#cb0100;
}
a:active {
}
img {
border: 0px; | public/static/css/global.css | body {
color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal; color:#3c3c3c;
font-family:"Microsoft YaHei";
}
.clearfix::after {
height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
.clearfix {
overflow: hidden; clear: both; display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
html {
scrollbar-face-color: rgb(200, 200, 200); scrollbar-3dlight-color: rgb(255, 255, 255); scrollbar-shadow-color: rgb(255, 255, 255); scrollbar-highlight-color: rgb(200, 200, 200); scrollbar-darkshadow-color: rgb(200, 200, 200); scrollbar-arrow-color: rgb(255, 255, 255); scrollbar-track-color: rgb(234, 234, 234);
}
html {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
body {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline; font-size:12px;
}
div {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
span {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
applet {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
object {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
iframe {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
h1 {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor;
}
h2 {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor;
}
h3 {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor;
}
h4 {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor;
}
h5 {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor;
}
h6 {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor;
}
p {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
blockquote {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
pre {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
a {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; vertical-align: baseline;
}
abbr {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
acronym {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
address {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
big {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
cite {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
code {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
del {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
dfn {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
em {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
font {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
img {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
ins {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
kbd {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
q {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
s {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
samp {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
small {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
strike {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
strong {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
sub {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
sup {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
tt {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
var {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
b {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
u {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
i {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
center {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
dl {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
dt {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
dd {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
ol {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
ul {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
li {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
fieldset {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
form {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
label {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
legend {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px; vertical-align: baseline;
}
table {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
caption {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
tbody {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
tfoot {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
thead {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
tr {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
th {
margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; font-size: 12px;
}
d ol {
list-style: none;
}
ul {
list-style: none;
}
blockquote {
quotes: none;
}
q {
quotes: none;
}
blockquote::before {
content: none;
}
blockquote::after {
content: none;
}
q::before {
content: none;
}
q::after {
content: none;
}
:focus {
outline: 0px;
}
table {
border: 0px currentColor; border-spacing: 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
a {
color:#676767; text-decoration: none;
}
a:hover {
text-decoration:none; color:#cb0100;
}
a:active {
}
img {
border: 0px; | 0.351089 | 0.118896 |
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
}
#topDiv, #navbar {
width: 1100px;
}
#topLeftLogo {
padding: 8px;
float: left;
}
#topRightLogo {
padding: 8px;
float: right;
}
#navbar,#navbar a,#navbar table {
background-color: #015782;
color: #FFFFFF;
}
#navbar td {
padding: 0;
margin: 0;
}
#navbar, #navbar td {
clear: both;
font-style: normal;
font-weight: normal;
height: 15px;
margin: 0;
white-space: nowrap;
}
#navbar {
padding: 2px 20px 4px 0;
}
#simpleMain {
padding: 8px;
}
h1 {
color: #007994;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
.helpText {
background-color: #FFFFCC;
margin: 7px 0 5px;
padding: 10px 6px;
}
.sectionBody {
padding: 5px 10px 8px;
background-color: #F2F2F2;
}
.sectionHeader .actionheader {
background-color: inherit;
}
.section {
height: 0.01%;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
min-width: 500px;
}
.browseStemsLocation {
margin-bottom: 5px;
}
.groupIcon,.subjectIcon {
margin-right: 2px;
position: relative;
top: 3px;
}
img {
border-width: 0;
}
#logout {
padding: 10px;
font-size: 13px;
color: red;
font-weight: bold;
}
.formTable tr { /* makes the negative border */
background-color: #e8e8e8;
}
.formTable tr.alternate {
background-color: #f2f2f2;
}
.tooltip {
border-bottom-color: #056496;
border-bottom-style: dashed;
border-bottom-width: 1px;
}
.grouperTooltip {
border-bottom-color: #056496;
border-bottom-style: dashed;
border-bottom-width: 1px;
}
.messages {
border-bottom-color: #056496;
border-bottom-style: dashed;
border-bottom-width: 3px;
}
.noteMessage {
border-color: #056496;
border-style: dashed;
border-width: 3px;
margin: 1em;
padding: 1em;
}
td {
padding: 3px;
}
.formTableSpaced {
margin-top: 20px;
margin-bottom: 20px;
}
.formTable .formTableRow,.formTable .formTableRow td {
vertical-align: top;
}
.formTable .formTableLeft {
text-align: right;
font-weight: bold;
width: 238px;
color: #015782;
}
.requiredIndicator {
font-weight: bold;
color: #931100;
}
.formTable .formTableRight {
width: 390px;
}
.formLeft {
display: block;
float: left;
clear: left;
line-height: 20px;
width: 140px;
margin-right: 10px;
}
.formRight {
display: block;
float: left;
clear: right;
line-height: 20px;
}
.formRow {
display: block;
clear: both;
margin-top: 0px;
}
/* Make sure that form tags do not affect display -
most browsers include a line return after a form tag. */
form {
display: inline;
margin: 0px;
}
/* start this out hidden, then show later */
.groupHidden {
display: none;
}
/* small links at bottom of things to show/hide */
a.smallLink {
font-size: 9px;
}
/* blue header on top of sections */
.sectionHeader {
background-color: #DFEFF4;
color: #056496;
font-size: 13px;
font-weight: bold;
margin: 0;
padding: 3px 3px 3px 10px;
text-decoration: none;
text-transform: none;
}
/** members in a member list, e.g. simple membership update */
.memberLink {
margin: 4px 0px 0px 0px;
}
/** note the buttons are in grouper.css */
.blueButton,.redButton {
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
white-space: nowrap;
font-size: 11px;
cursor: pointer;
}
/** there is a slight underline on tooltips in buttons that should be removed in certain cases */
.blueButton .tooltip,.redButton .tooltip,.linkButton a .tooltip {
border-bottom: none;
}
.blueButton,.redButton {
border: 1px solid black;
border-top-color: #666;
border-left-color: #666;
}
.blueButton {
background-color: #015782;
}
.redButton {
background-color: #990000;
}
/** simple membership update combo box for add member */
#simpleMembershipUpdateAddMember {
width: 400px;
}
#simplemodal-overlay {
background-color:#000;
cursor:wait;
}
#simplemodal-container {
height:80%;
width:80%;
overflow: auto;
background-color:#fff;
border:3px solid #ccc;
padding: 20px;
}
#simplemodal-container a.modalCloseImg {
background: url(../images/x.png) no-repeat;
width:25px;
height:29px;
display:inline;
z-index:3201;
position:absolute;
top:0px;
right:0px;
cursor:pointer;
}
.simplemodal-guiinner {
padding: 20px;
}
.simplemodal-guiinnerCentered {
text-align: center;
}
.simplemodal-dialoginner {
padding: 20px;
}
.simplemodal-buttonrow {
margin-top: 20px;
text-align: center;
}
.simpleMembershipUpdateMemberDescription {
padding-bottom: 10px;
}
.simpleMembershipUpdateDisabled {
font-size: 80%;
color: #555555;
}
/*************** GROUPER STYLES **************/
#title {
color: #007994;
font-size: 16px;
font-weight: bold;
}
h1 {
margin-bottom: 10px;
margin-left: 0;
}
#bodyDiv #TitleBox {
margin-left: 20px;
}
.actionheaderContainer td {
text-decoration: none;
color: #056496;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform : none;
font-weight: bold;
background-color: #dfeff4;
margin: 0px;
padding: 3px;
padding-left: 10px;
}
/** not, if there is an infodot, it takes vertical space, so remove padding on top */
.actionheaderContainerInfodot td {
padding-top: 0px;
}
.actionheader {
text-decoration: none;
color: #056496;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
text-transform : none;
font-weight: bold;
background-color: #DDD;
margin: 0px;
padding: 0px;
}
.actionheaderContainer td .actionheader {
background-color: #dfeff4;
}
.helpText {
margin: 7px 0px 5px 0px;
padding: 10px 6px 10px 6px;
background-color: #ffffcc;
}
/* this makes infodots go away, but if grouperInfodot.css is disabled via
javascript, then it will take effect, otherwise grouperInfodot.css will make them shown again */
.infodotImage {
position: relative;
top: 3px;
}
/* the alignment for infodot in h1 doesnt have to be adjusted */
h1 .infodotImage {
top: 0px;
}
/***************** END GROUPER STYLES **********/
.section .helpText {
margin-top: 0px;
}
.pagingSummary, .pagingButtons {
font-size: 85%;
color: #333333;
text-align: center;
}
.buttonRow {
margin-top: 10px;
margin-bottom: 10px;
}
.memberLink {
white-space: nowrap;
}
.pagingDropdown {
padding: 0;
font-size: 85%;
background-color: #F2F2F2;
}
.combohint {
color:#333333;
font-size:85%;
padding-bottom: 5px;
}
/* dont show pulldown on comboboxes */
img.dhx_combo_img {
display: none;
}
td.attributeAssignAssignToTd {
white-space: nowrap;
padding-right: 5px;
}
th.privilegeHeader {
color: #015782;
font-weight: bold;
text-align: center;
padding-left: 4px;
padding-right: 4px;
}
td.privilegeRow {
text-align: center;
} | grouper-ui/webapp/grouperExternal/public/assets/css/grouperUi.css | body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
}
#topDiv, #navbar {
width: 1100px;
}
#topLeftLogo {
padding: 8px;
float: left;
}
#topRightLogo {
padding: 8px;
float: right;
}
#navbar,#navbar a,#navbar table {
background-color: #015782;
color: #FFFFFF;
}
#navbar td {
padding: 0;
margin: 0;
}
#navbar, #navbar td {
clear: both;
font-style: normal;
font-weight: normal;
height: 15px;
margin: 0;
white-space: nowrap;
}
#navbar {
padding: 2px 20px 4px 0;
}
#simpleMain {
padding: 8px;
}
h1 {
color: #007994;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
.helpText {
background-color: #FFFFCC;
margin: 7px 0 5px;
padding: 10px 6px;
}
.sectionBody {
padding: 5px 10px 8px;
background-color: #F2F2F2;
}
.sectionHeader .actionheader {
background-color: inherit;
}
.section {
height: 0.01%;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
min-width: 500px;
}
.browseStemsLocation {
margin-bottom: 5px;
}
.groupIcon,.subjectIcon {
margin-right: 2px;
position: relative;
top: 3px;
}
img {
border-width: 0;
}
#logout {
padding: 10px;
font-size: 13px;
color: red;
font-weight: bold;
}
.formTable tr { /* makes the negative border */
background-color: #e8e8e8;
}
.formTable tr.alternate {
background-color: #f2f2f2;
}
.tooltip {
border-bottom-color: #056496;
border-bottom-style: dashed;
border-bottom-width: 1px;
}
.grouperTooltip {
border-bottom-color: #056496;
border-bottom-style: dashed;
border-bottom-width: 1px;
}
.messages {
border-bottom-color: #056496;
border-bottom-style: dashed;
border-bottom-width: 3px;
}
.noteMessage {
border-color: #056496;
border-style: dashed;
border-width: 3px;
margin: 1em;
padding: 1em;
}
td {
padding: 3px;
}
.formTableSpaced {
margin-top: 20px;
margin-bottom: 20px;
}
.formTable .formTableRow,.formTable .formTableRow td {
vertical-align: top;
}
.formTable .formTableLeft {
text-align: right;
font-weight: bold;
width: 238px;
color: #015782;
}
.requiredIndicator {
font-weight: bold;
color: #931100;
}
.formTable .formTableRight {
width: 390px;
}
.formLeft {
display: block;
float: left;
clear: left;
line-height: 20px;
width: 140px;
margin-right: 10px;
}
.formRight {
display: block;
float: left;
clear: right;
line-height: 20px;
}
.formRow {
display: block;
clear: both;
margin-top: 0px;
}
/* Make sure that form tags do not affect display -
most browsers include a line return after a form tag. */
form {
display: inline;
margin: 0px;
}
/* start this out hidden, then show later */
.groupHidden {
display: none;
}
/* small links at bottom of things to show/hide */
a.smallLink {
font-size: 9px;
}
/* blue header on top of sections */
.sectionHeader {
background-color: #DFEFF4;
color: #056496;
font-size: 13px;
font-weight: bold;
margin: 0;
padding: 3px 3px 3px 10px;
text-decoration: none;
text-transform: none;
}
/** members in a member list, e.g. simple membership update */
.memberLink {
margin: 4px 0px 0px 0px;
}
/** note the buttons are in grouper.css */
.blueButton,.redButton {
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
white-space: nowrap;
font-size: 11px;
cursor: pointer;
}
/** there is a slight underline on tooltips in buttons that should be removed in certain cases */
.blueButton .tooltip,.redButton .tooltip,.linkButton a .tooltip {
border-bottom: none;
}
.blueButton,.redButton {
border: 1px solid black;
border-top-color: #666;
border-left-color: #666;
}
.blueButton {
background-color: #015782;
}
.redButton {
background-color: #990000;
}
/** simple membership update combo box for add member */
#simpleMembershipUpdateAddMember {
width: 400px;
}
#simplemodal-overlay {
background-color:#000;
cursor:wait;
}
#simplemodal-container {
height:80%;
width:80%;
overflow: auto;
background-color:#fff;
border:3px solid #ccc;
padding: 20px;
}
#simplemodal-container a.modalCloseImg {
background: url(../images/x.png) no-repeat;
width:25px;
height:29px;
display:inline;
z-index:3201;
position:absolute;
top:0px;
right:0px;
cursor:pointer;
}
.simplemodal-guiinner {
padding: 20px;
}
.simplemodal-guiinnerCentered {
text-align: center;
}
.simplemodal-dialoginner {
padding: 20px;
}
.simplemodal-buttonrow {
margin-top: 20px;
text-align: center;
}
.simpleMembershipUpdateMemberDescription {
padding-bottom: 10px;
}
.simpleMembershipUpdateDisabled {
font-size: 80%;
color: #555555;
}
/*************** GROUPER STYLES **************/
#title {
color: #007994;
font-size: 16px;
font-weight: bold;
}
h1 {
margin-bottom: 10px;
margin-left: 0;
}
#bodyDiv #TitleBox {
margin-left: 20px;
}
.actionheaderContainer td {
text-decoration: none;
color: #056496;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform : none;
font-weight: bold;
background-color: #dfeff4;
margin: 0px;
padding: 3px;
padding-left: 10px;
}
/** not, if there is an infodot, it takes vertical space, so remove padding on top */
.actionheaderContainerInfodot td {
padding-top: 0px;
}
.actionheader {
text-decoration: none;
color: #056496;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
text-transform : none;
font-weight: bold;
background-color: #DDD;
margin: 0px;
padding: 0px;
}
.actionheaderContainer td .actionheader {
background-color: #dfeff4;
}
.helpText {
margin: 7px 0px 5px 0px;
padding: 10px 6px 10px 6px;
background-color: #ffffcc;
}
/* this makes infodots go away, but if grouperInfodot.css is disabled via
javascript, then it will take effect, otherwise grouperInfodot.css will make them shown again */
.infodotImage {
position: relative;
top: 3px;
}
/* the alignment for infodot in h1 doesnt have to be adjusted */
h1 .infodotImage {
top: 0px;
}
/***************** END GROUPER STYLES **********/
.section .helpText {
margin-top: 0px;
}
.pagingSummary, .pagingButtons {
font-size: 85%;
color: #333333;
text-align: center;
}
.buttonRow {
margin-top: 10px;
margin-bottom: 10px;
}
.memberLink {
white-space: nowrap;
}
.pagingDropdown {
padding: 0;
font-size: 85%;
background-color: #F2F2F2;
}
.combohint {
color:#333333;
font-size:85%;
padding-bottom: 5px;
}
/* dont show pulldown on comboboxes */
img.dhx_combo_img {
display: none;
}
td.attributeAssignAssignToTd {
white-space: nowrap;
padding-right: 5px;
}
th.privilegeHeader {
color: #015782;
font-weight: bold;
text-align: center;
padding-left: 4px;
padding-right: 4px;
}
td.privilegeRow {
text-align: center;
} | 0.376738 | 0.069637 |
body{color: #666666;line-height: 1.8;}
.pageBreakBefore{
page-break-before: always;
}
.webkit-progress{
position: relative;
width: 95%;
height: 1.5rem;
margin: 0.5rem auto;
}
.webkit-progress-label{
float: left;
max-width: 48%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.webkit-progress-container{
position: absolute;
width: 50%;
height: 0.5rem;
right: 0;
top: 50%;
margin-top: -0.25rem;
background: -webkit-gradient(linear, left top, right top, from(#ffe6eb), color-stop(50%, #ff4f76), to(#ffe6eb));
background: -webkit-linear-gradient(left, #ffe6eb 0%, #ff4f76 50%, #ffe6eb 100%);
background: -o-linear-gradient(left, #ffe6eb 0%, #ff4f76 50%, #ffe6eb 100%);
background: linear-gradient(to right, #ffe6eb 0%, #ff4f76 50%, #ffe6eb 100%);
border-radius: 1rem;
}
.webkit-progress-container > div{
position: absolute;
height: 230%;
width: 2px;
top: -65%;
background: #ff4f76;
}
.pages{
width: 90%;
min-height: 100vh;
margin: 0 auto;
page-break-before: always;
overflow: hidden;
page-break-inside: avoid;
}
.page-title{
text-align: left;
padding: 3rem 0 1rem 2rem;
}
.page-title > h1{
text-align: center;
display: inline-block;
position: relative;
z-index: 1;
font-size: 3rem;
font-weight: bold;
max-width: 400px;
color: #ff4f76;
}
.page-title > h1::before{
display: block;
position: absolute;
color: #ffa6ba;
font-size: 8rem;
opacity: 0.5;
top: -6.8rem;
z-index: -1;
}
.page-title > h1::after{
display: block;
position: relative;
content: "";
width: 100%;
height: 1rem;
z-index: -1;
background: #ffa6ba;
opacity: 0.5;
padding: 0 1rem;
top: -1.8rem;
left: -1rem;
border-radius: 0.5rem;
border: none;
}
.one-title{
width: 70%;
font-size: 6rem;
font-weight: lighter;
line-height: initial;
letter-spacing: 0.2rem;
padding: 3rem 0 1rem 1rem;
}
.one-line{
position: absolute;
margin: 0.5rem 0 0 1rem;
width: 2px;
height: 10rem;
background-color: #ffa6ba;
}
.one-img{
position: relative;
width: 1600px;
height: 800px;
left: -22rem;
}
.three-title > h1::before{
content: 'A';
}
.overview-age-prediction{
width: 90%;
margin: 0 auto;
padding-bottom: 1rem;
font-weight: bolder;
font-size: 1rem;
text-align: center;
border-bottom: 1px solid #dfe2e5;
}
.overview-total{
margin-bottom: 1rem;
}
.overview-total > div{
width: 90%;
margin: 0 auto;
border-top: 1px solid #dfe2e5;
border-bottom: 1px solid #dfe2e5;
line-height: 2.3;
}
.overview-total > div:last-child{
border-top: none;
}
.overview-total > div > span:last-child{
padding-left: 3rem;
}
.overview-total-label{
display: inline-block;
padding-left: 3rem;
width: 50%;
max-width: 50%;
padding-bottom: 0.3rem;
box-sizing: border-box;
}
.overview-total-label:first-child{
border-right: 1px solid #dfe2e5;
}
.overview-total-label > span{
float: right;
font-weight: bolder;
padding-right: 3rem;
}
.overview-abnormal{
font-size: 0.95rem;
margin-bottom: 1rem;
width: 90%;
margin: 0 auto;
}
.overview-abnormal-title{
font-weight: bolder;
margin: 1.5rem;
}
.overview-abnormal-title > span{
color: #ff4f76;
}
.overview-abnormal-content{
min-height: 100px;
margin-bottom: 1.5rem;
padding: 0.5rem 0;
background: #fff6f8;
border-radius: 5px;
}
.overview-abnormal-content > div:first-child{
display: inline-block;
margin: 1rem 0 0 2rem;
padding: 0.1rem 0.2rem;
letter-spacing: 0.1rem;
background-color: #ff4f76;
color: #ffffff;
border-radius: 1rem;
}
.overview-abnormal-content > div:last-child{
margin: 1rem 1rem 0 2rem;
}
.four-title > h1::before{
content: 'B';
}
.overview-flora{
margin-bottom: 1rem;
}
.overview-flora-items{
width: 90%;
margin: 0 auto;
margin-bottom: 0.5rem;
padding: 0.8rem;
box-sizing: border-box;
page-break-inside: avoid;
}
.overview-abnormal-content-item{
line-height: 1.8;
}
.overview-abnormal-content-item span.title{
font-weight: bold;
}
.overview-abnormal-content-item span.item{
font-weight: bold;
color: #ff4f76;
}
.overview-abnormal-content-item span.item-margin{
margin-left: 1rem;
font-weight: bold;
color: #ff4f76;
}
.overview-flora-item-header{
position: relative;
overflow: hidden;
height: 35px;
margin-bottom: 0.5rem;
color: #ff4f76;
}
.overview-flora-item-header > div:first-child{
float: left;
font-size: 1.6rem;
font-weight: bold;
}
.overview-flora-item-header > div:last-child{
float: right;
font-size: 1.6rem;
padding: 0rem 1.2rem;
background-color: #77c761;
color: #ffffff;
border-radius: 2rem;
height: 100%;
line-height: 35px;
}
.overview-flora-item-header > div.low-risk{
background-color: #77c761;
}
.overview-flora-item-header > div.middle-risk{
background-color: #ffb85b;
}
.overview-flora-item-header > div.high-risk{
background-color: #ff4f76;
}
.overview-flora-item-body{
margin: 1.5rem 0;
line-height: 1.8;
font-size: 0.95rem;
}
.overview-flora-item-progress{
padding: 0.5rem 0;
}
.overview-flora-item-result{
border-left: 5px solid #ff4f76;
padding: 2rem 1rem 2rem 1rem;
border-radius: 5px;
background: #fff6f8;
font-weight: bold;
}
.five-title > h1::before{
content: 'C';
}
.assess-items{
width: 90%;
margin: 0 auto;
margin-bottom: 1rem;
padding: 0.8rem;
box-sizing: border-box;
page-break-inside: avoid;
}
.assess-item-header{
position: relative;
height: 35px;
margin-bottom: 0.5rem;
color: #ff4f76;
}
.assess-item-header > div:first-child{
float: left;
font-size: 1.6rem;
font-weight: bold;
}
.assess-item-header > div:last-child{
float: right;
font-size: 1.6rem;
padding: 0rem 1.2rem;
background-color: #ff4f76;
color: #ffffff;
border-radius: 2rem;
height: 100%;
line-height: 35px;
}
.assess-item-header > div.low-risk{
background-color: #77c761;
}
.assess-item-header > div.middle-risk{
background-color: #ffb85b;
}
.assess-item-header > div.high-risk{
background-color: #ff4f76;
}
.assess-item-body{
margin: 1.5rem 0;
line-height: 1.8;
font-size: 0.95rem;
}
.assess-item-result{
border-left: 5px solid #ff4f76;
padding: 2rem 1rem 2rem 1rem;
border-radius: 5px;
background: #fff6f8;
font-weight: bold;
}
.six-title > h1::before{
content: 'D';
}
.suggestion-title-sm{
width: 90%;
margin: 0 auto 1rem;
padding-left: 0.8rem;
font-weight: bold;
font-size: 1.25rem;
color: #ff4f76;
border-left: 3px solid #ff4f76;
}
.sug-food{
display: flex;
flex-direction: column;
width: 90%;
margin: 0 auto;
}
.sug-food > div{
margin-bottom: 1.5rem;
padding: 1rem;
box-sizing: border-box;
}
.sug-item-img{
overflow: hidden;
margin-bottom: 1rem;
}
.sug-item-img > img{
width: 160px;
height: 80px;
}
.sug-item-img > div{
align-self: center;
margin-left: 1rem;
font-weight: bold;
text-align: right;
float: right;
}
.sug-item-content{
text-indent: 1rem;
padding: 0.5rem;
border-radius: 5px;
line-height: 1.7;
font-size: 0.95rem;
}
.sug-biotics{
display: flex;
flex-direction: column;
width: 90%;
margin: 0 auto;
}
.sug-biotics > div{
margin-bottom: 1rem;
padding: 1rem;
box-sizing: border-box;
}
.sug-lifeStyle{
}
.sug-lifeStyle-img{
display: inline-block;
margin: 0.5rem 2rem;
padding: 0.5rem;
text-align: center;
}
.sug-lifeStyle-img > img{
width: 164px;
height: 82px;
}
.seven-title > h1::before{
content: 'E';
}
.overview-result{
width: 90%;
margin: 0 auto;
}
.overview-result > table{
width: 100%;
overflow-x: scroll;
border-collapse: collapse;
}
.overview-result-info{
color: #ff4f76;
font-weight: bold;
}
.overview-result-table-head > th{
border-bottom: 1px solid #1a1a1a;
padding: 0.5rem 0;
color: #1a1a1a;
vertical-align: bottom;
}
.overview-result-table-body{
text-align: center;
}
.overview-result-table-body > tr{
border-bottom: 1px solid #dfe2e5;
}
.overview-result-table-body > tr > td{
padding: 1rem 0;
vertical-align: middle;
}
.overview-result-table-name{
min-width: 95px;
}
.overview-results{
color: #77c761;
font-weight: bold;
}
.overview-result-below, .overview-result-above{
color: #ff4f76;
}
.overview-result-below::after{
content: '↓';
margin-left: 5px;
position: relative;
}
.overview-result-above::after{
content: '↑';
margin-left: 5px;
position: relative;
}
.overview-total-graph{
width: 100%;
max-width: 375px;
overflow: hidden;
margin: 0 auto;
margin-bottom: 1rem;
border-radius: 5px;
background: #fff6f8;
}
.overview-total-graph-info{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding: 0 0.5rem 0.5rem;
text-align: center;
font-weight: bold;
color: #ffffff;
}
.overview-total-graph-info > p{
width: 35%;
text-align: left;
}
.overview-total-graph-info > p > span{
float: right;
}
.eight-title > h1::before{
content: 'F';
}
.know-title-sm{
width: 90%;
margin: 0 auto 1rem;
padding-left: 0.8rem;
font-weight: bold;
font-size: 1.25rem;
border-left: 3px solid #ff4f76;
color: #ff4f76;
}
.know-what-content{
padding: 1rem;
font-size: 0.95rem;
}
.know-content{
margin-bottom: 0.5rem;
text-indent: 1rem;
}
.know-what, .know-which, .know-effect, .know-method, .know-balance{
font-size: 0.95rem;
width: 90%;
margin: 0 auto 1rem;
page-break-inside: avoid;
}
.know-which-item{
margin: 1rem auto;
padding: 0.5rem;
border-radius: 5px;
border: 1px solid #ffe6eb;
}
.know-which-item > div{
font-weight: bold;
color: #ff4f76;
margin-bottom: 0.5rem;
text-align: center;
}
.know-which-item > p{
text-indent: 1rem;
}
.know-effect-item{
margin: 1rem auto;
padding: 0.5rem;
border-radius: 5px;
border: 1px solid #ffe6eb;
}
.know-effect-item > div{
font-weight: bold;
color: #ff4f76;
margin-bottom: 0.5rem;
text-align: center;
}
.know-effect-item > p{
text-indent: 1rem;
}
.know-balance >img{
display: block;
max-width: 100%;
margin: 0 auto;
border-radius: 5px;
}
.know-method{
padding-bottom: 2rem;
}
.know-method-item{
position: relative;
border-radius: 5px;
margin-top: 1rem;
margin-bottom: 1.5rem;
padding: 1rem 0.5rem 0.5rem;
border: 1px solid #ff4f76;
background: #fff6f8;
top: 2rem;
page-break-inside: avoid;
}
.know-method-item::before{
display: inline-block;
position: absolute;
font-size: 0.75rem;
font-weight: bold;
color: #ffffff;
padding: 0 0.5rem;
top: -0.75rem;
left: 1rem;
height: 1.5rem;
border-radius: 1.5rem;
line-height: 1.5rem;
background: #ff4f76;
}
.know-method-item-one::before{
content: '益生菌补充';
}
.know-method-item-two::before{
content: '益生元补充';
}
.know-method-item-three::before{
content: '临床研究';
}
.know-method-title{
color: #ff4f76;
margin: 0.5rem 0;
font-weight: bold;
text-align: center;
}
.know-method-intestine{
}
.know-method-intestine > div{
margin: 0.5rem 0;
}
.know-method-intestine img{
display: block;
padding: 2rem 0;
width: 300px;
height: 150px;
margin: 0 auto;
}
.know-method-intestine p{
width: 60%;
margin: 0 auto;
text-align: center;
opacity: 0.6;
}
.know-method-list > div > p:first-child{
font-weight: bold;
}
.know-method-item-three > table{
width: 100%;
overflow-x: scroll;
border-collapse: collapse;
}
.know-method-table-head th{
border-bottom: 1px solid #dfe2e5;
padding: 0.5rem 0;
color: #1a1a1a;
vertical-align: bottom;
}
.know-method-table-body{
text-align: center;
line-height: 1.7;
}
.know-method-table-body > tr{
border-bottom: 1px solid #dfe2e5;
}
.know-method-table-body > tr:last-child{
border-bottom: none;
}
.know-method-table-body > tr > td{
padding: 0.6rem 0;
vertical-align: middle;
} | zkyk-pdf/components/Pdf/fake.css | body{color: #666666;line-height: 1.8;}
.pageBreakBefore{
page-break-before: always;
}
.webkit-progress{
position: relative;
width: 95%;
height: 1.5rem;
margin: 0.5rem auto;
}
.webkit-progress-label{
float: left;
max-width: 48%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.webkit-progress-container{
position: absolute;
width: 50%;
height: 0.5rem;
right: 0;
top: 50%;
margin-top: -0.25rem;
background: -webkit-gradient(linear, left top, right top, from(#ffe6eb), color-stop(50%, #ff4f76), to(#ffe6eb));
background: -webkit-linear-gradient(left, #ffe6eb 0%, #ff4f76 50%, #ffe6eb 100%);
background: -o-linear-gradient(left, #ffe6eb 0%, #ff4f76 50%, #ffe6eb 100%);
background: linear-gradient(to right, #ffe6eb 0%, #ff4f76 50%, #ffe6eb 100%);
border-radius: 1rem;
}
.webkit-progress-container > div{
position: absolute;
height: 230%;
width: 2px;
top: -65%;
background: #ff4f76;
}
.pages{
width: 90%;
min-height: 100vh;
margin: 0 auto;
page-break-before: always;
overflow: hidden;
page-break-inside: avoid;
}
.page-title{
text-align: left;
padding: 3rem 0 1rem 2rem;
}
.page-title > h1{
text-align: center;
display: inline-block;
position: relative;
z-index: 1;
font-size: 3rem;
font-weight: bold;
max-width: 400px;
color: #ff4f76;
}
.page-title > h1::before{
display: block;
position: absolute;
color: #ffa6ba;
font-size: 8rem;
opacity: 0.5;
top: -6.8rem;
z-index: -1;
}
.page-title > h1::after{
display: block;
position: relative;
content: "";
width: 100%;
height: 1rem;
z-index: -1;
background: #ffa6ba;
opacity: 0.5;
padding: 0 1rem;
top: -1.8rem;
left: -1rem;
border-radius: 0.5rem;
border: none;
}
.one-title{
width: 70%;
font-size: 6rem;
font-weight: lighter;
line-height: initial;
letter-spacing: 0.2rem;
padding: 3rem 0 1rem 1rem;
}
.one-line{
position: absolute;
margin: 0.5rem 0 0 1rem;
width: 2px;
height: 10rem;
background-color: #ffa6ba;
}
.one-img{
position: relative;
width: 1600px;
height: 800px;
left: -22rem;
}
.three-title > h1::before{
content: 'A';
}
.overview-age-prediction{
width: 90%;
margin: 0 auto;
padding-bottom: 1rem;
font-weight: bolder;
font-size: 1rem;
text-align: center;
border-bottom: 1px solid #dfe2e5;
}
.overview-total{
margin-bottom: 1rem;
}
.overview-total > div{
width: 90%;
margin: 0 auto;
border-top: 1px solid #dfe2e5;
border-bottom: 1px solid #dfe2e5;
line-height: 2.3;
}
.overview-total > div:last-child{
border-top: none;
}
.overview-total > div > span:last-child{
padding-left: 3rem;
}
.overview-total-label{
display: inline-block;
padding-left: 3rem;
width: 50%;
max-width: 50%;
padding-bottom: 0.3rem;
box-sizing: border-box;
}
.overview-total-label:first-child{
border-right: 1px solid #dfe2e5;
}
.overview-total-label > span{
float: right;
font-weight: bolder;
padding-right: 3rem;
}
.overview-abnormal{
font-size: 0.95rem;
margin-bottom: 1rem;
width: 90%;
margin: 0 auto;
}
.overview-abnormal-title{
font-weight: bolder;
margin: 1.5rem;
}
.overview-abnormal-title > span{
color: #ff4f76;
}
.overview-abnormal-content{
min-height: 100px;
margin-bottom: 1.5rem;
padding: 0.5rem 0;
background: #fff6f8;
border-radius: 5px;
}
.overview-abnormal-content > div:first-child{
display: inline-block;
margin: 1rem 0 0 2rem;
padding: 0.1rem 0.2rem;
letter-spacing: 0.1rem;
background-color: #ff4f76;
color: #ffffff;
border-radius: 1rem;
}
.overview-abnormal-content > div:last-child{
margin: 1rem 1rem 0 2rem;
}
.four-title > h1::before{
content: 'B';
}
.overview-flora{
margin-bottom: 1rem;
}
.overview-flora-items{
width: 90%;
margin: 0 auto;
margin-bottom: 0.5rem;
padding: 0.8rem;
box-sizing: border-box;
page-break-inside: avoid;
}
.overview-abnormal-content-item{
line-height: 1.8;
}
.overview-abnormal-content-item span.title{
font-weight: bold;
}
.overview-abnormal-content-item span.item{
font-weight: bold;
color: #ff4f76;
}
.overview-abnormal-content-item span.item-margin{
margin-left: 1rem;
font-weight: bold;
color: #ff4f76;
}
.overview-flora-item-header{
position: relative;
overflow: hidden;
height: 35px;
margin-bottom: 0.5rem;
color: #ff4f76;
}
.overview-flora-item-header > div:first-child{
float: left;
font-size: 1.6rem;
font-weight: bold;
}
.overview-flora-item-header > div:last-child{
float: right;
font-size: 1.6rem;
padding: 0rem 1.2rem;
background-color: #77c761;
color: #ffffff;
border-radius: 2rem;
height: 100%;
line-height: 35px;
}
.overview-flora-item-header > div.low-risk{
background-color: #77c761;
}
.overview-flora-item-header > div.middle-risk{
background-color: #ffb85b;
}
.overview-flora-item-header > div.high-risk{
background-color: #ff4f76;
}
.overview-flora-item-body{
margin: 1.5rem 0;
line-height: 1.8;
font-size: 0.95rem;
}
.overview-flora-item-progress{
padding: 0.5rem 0;
}
.overview-flora-item-result{
border-left: 5px solid #ff4f76;
padding: 2rem 1rem 2rem 1rem;
border-radius: 5px;
background: #fff6f8;
font-weight: bold;
}
.five-title > h1::before{
content: 'C';
}
.assess-items{
width: 90%;
margin: 0 auto;
margin-bottom: 1rem;
padding: 0.8rem;
box-sizing: border-box;
page-break-inside: avoid;
}
.assess-item-header{
position: relative;
height: 35px;
margin-bottom: 0.5rem;
color: #ff4f76;
}
.assess-item-header > div:first-child{
float: left;
font-size: 1.6rem;
font-weight: bold;
}
.assess-item-header > div:last-child{
float: right;
font-size: 1.6rem;
padding: 0rem 1.2rem;
background-color: #ff4f76;
color: #ffffff;
border-radius: 2rem;
height: 100%;
line-height: 35px;
}
.assess-item-header > div.low-risk{
background-color: #77c761;
}
.assess-item-header > div.middle-risk{
background-color: #ffb85b;
}
.assess-item-header > div.high-risk{
background-color: #ff4f76;
}
.assess-item-body{
margin: 1.5rem 0;
line-height: 1.8;
font-size: 0.95rem;
}
.assess-item-result{
border-left: 5px solid #ff4f76;
padding: 2rem 1rem 2rem 1rem;
border-radius: 5px;
background: #fff6f8;
font-weight: bold;
}
.six-title > h1::before{
content: 'D';
}
.suggestion-title-sm{
width: 90%;
margin: 0 auto 1rem;
padding-left: 0.8rem;
font-weight: bold;
font-size: 1.25rem;
color: #ff4f76;
border-left: 3px solid #ff4f76;
}
.sug-food{
display: flex;
flex-direction: column;
width: 90%;
margin: 0 auto;
}
.sug-food > div{
margin-bottom: 1.5rem;
padding: 1rem;
box-sizing: border-box;
}
.sug-item-img{
overflow: hidden;
margin-bottom: 1rem;
}
.sug-item-img > img{
width: 160px;
height: 80px;
}
.sug-item-img > div{
align-self: center;
margin-left: 1rem;
font-weight: bold;
text-align: right;
float: right;
}
.sug-item-content{
text-indent: 1rem;
padding: 0.5rem;
border-radius: 5px;
line-height: 1.7;
font-size: 0.95rem;
}
.sug-biotics{
display: flex;
flex-direction: column;
width: 90%;
margin: 0 auto;
}
.sug-biotics > div{
margin-bottom: 1rem;
padding: 1rem;
box-sizing: border-box;
}
.sug-lifeStyle{
}
.sug-lifeStyle-img{
display: inline-block;
margin: 0.5rem 2rem;
padding: 0.5rem;
text-align: center;
}
.sug-lifeStyle-img > img{
width: 164px;
height: 82px;
}
.seven-title > h1::before{
content: 'E';
}
.overview-result{
width: 90%;
margin: 0 auto;
}
.overview-result > table{
width: 100%;
overflow-x: scroll;
border-collapse: collapse;
}
.overview-result-info{
color: #ff4f76;
font-weight: bold;
}
.overview-result-table-head > th{
border-bottom: 1px solid #1a1a1a;
padding: 0.5rem 0;
color: #1a1a1a;
vertical-align: bottom;
}
.overview-result-table-body{
text-align: center;
}
.overview-result-table-body > tr{
border-bottom: 1px solid #dfe2e5;
}
.overview-result-table-body > tr > td{
padding: 1rem 0;
vertical-align: middle;
}
.overview-result-table-name{
min-width: 95px;
}
.overview-results{
color: #77c761;
font-weight: bold;
}
.overview-result-below, .overview-result-above{
color: #ff4f76;
}
.overview-result-below::after{
content: '↓';
margin-left: 5px;
position: relative;
}
.overview-result-above::after{
content: '↑';
margin-left: 5px;
position: relative;
}
.overview-total-graph{
width: 100%;
max-width: 375px;
overflow: hidden;
margin: 0 auto;
margin-bottom: 1rem;
border-radius: 5px;
background: #fff6f8;
}
.overview-total-graph-info{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding: 0 0.5rem 0.5rem;
text-align: center;
font-weight: bold;
color: #ffffff;
}
.overview-total-graph-info > p{
width: 35%;
text-align: left;
}
.overview-total-graph-info > p > span{
float: right;
}
.eight-title > h1::before{
content: 'F';
}
.know-title-sm{
width: 90%;
margin: 0 auto 1rem;
padding-left: 0.8rem;
font-weight: bold;
font-size: 1.25rem;
border-left: 3px solid #ff4f76;
color: #ff4f76;
}
.know-what-content{
padding: 1rem;
font-size: 0.95rem;
}
.know-content{
margin-bottom: 0.5rem;
text-indent: 1rem;
}
.know-what, .know-which, .know-effect, .know-method, .know-balance{
font-size: 0.95rem;
width: 90%;
margin: 0 auto 1rem;
page-break-inside: avoid;
}
.know-which-item{
margin: 1rem auto;
padding: 0.5rem;
border-radius: 5px;
border: 1px solid #ffe6eb;
}
.know-which-item > div{
font-weight: bold;
color: #ff4f76;
margin-bottom: 0.5rem;
text-align: center;
}
.know-which-item > p{
text-indent: 1rem;
}
.know-effect-item{
margin: 1rem auto;
padding: 0.5rem;
border-radius: 5px;
border: 1px solid #ffe6eb;
}
.know-effect-item > div{
font-weight: bold;
color: #ff4f76;
margin-bottom: 0.5rem;
text-align: center;
}
.know-effect-item > p{
text-indent: 1rem;
}
.know-balance >img{
display: block;
max-width: 100%;
margin: 0 auto;
border-radius: 5px;
}
.know-method{
padding-bottom: 2rem;
}
.know-method-item{
position: relative;
border-radius: 5px;
margin-top: 1rem;
margin-bottom: 1.5rem;
padding: 1rem 0.5rem 0.5rem;
border: 1px solid #ff4f76;
background: #fff6f8;
top: 2rem;
page-break-inside: avoid;
}
.know-method-item::before{
display: inline-block;
position: absolute;
font-size: 0.75rem;
font-weight: bold;
color: #ffffff;
padding: 0 0.5rem;
top: -0.75rem;
left: 1rem;
height: 1.5rem;
border-radius: 1.5rem;
line-height: 1.5rem;
background: #ff4f76;
}
.know-method-item-one::before{
content: '益生菌补充';
}
.know-method-item-two::before{
content: '益生元补充';
}
.know-method-item-three::before{
content: '临床研究';
}
.know-method-title{
color: #ff4f76;
margin: 0.5rem 0;
font-weight: bold;
text-align: center;
}
.know-method-intestine{
}
.know-method-intestine > div{
margin: 0.5rem 0;
}
.know-method-intestine img{
display: block;
padding: 2rem 0;
width: 300px;
height: 150px;
margin: 0 auto;
}
.know-method-intestine p{
width: 60%;
margin: 0 auto;
text-align: center;
opacity: 0.6;
}
.know-method-list > div > p:first-child{
font-weight: bold;
}
.know-method-item-three > table{
width: 100%;
overflow-x: scroll;
border-collapse: collapse;
}
.know-method-table-head th{
border-bottom: 1px solid #dfe2e5;
padding: 0.5rem 0;
color: #1a1a1a;
vertical-align: bottom;
}
.know-method-table-body{
text-align: center;
line-height: 1.7;
}
.know-method-table-body > tr{
border-bottom: 1px solid #dfe2e5;
}
.know-method-table-body > tr:last-child{
border-bottom: none;
}
.know-method-table-body > tr > td{
padding: 0.6rem 0;
vertical-align: middle;
} | 0.478773 | 0.079424 |
.hero-section {
height: 95vh;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 10vw;
}
.hero-section .hero-top-title,
.hero-section .hero-bottom-title {
width: 800px;
font-size: 5rem;
font-weight: 700;
}
.hero-section p {
font-size: 1.25rem;
margin: 2rem 0;
}
.hero-section .hero-button {
margin: 2rem 2rem 2rem 0;
}
@media only screen and (max-width: 600px) {
.hero-section {
padding: 0 5vw;
}
.hero-section .hero-top-title {
font-weight: 400;
}
.hero-section .hero-bottom-title {
margin-bottom: -5px;
}
.hero-section .hero-top-title,
.hero-section .hero-bottom-title {
font-size: 2rem;
}
.hero-section .hero-button {
margin: 5px;
}
.hero-section p {
font-size: 1.1rem;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.hero-section .hero-top-title {
font-weight: 300;
}
.hero-section .hero-bottom-title {
margin-bottom: -5px;
}
.hero-section .hero-top-title,
.hero-section .hero-bottom-title {
font-size: 4rem;
}
}
/* GALLERY SECTION */
.gallery-section {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.gallery-image-1 {
position: absolute;
width: 650px;
height: 400px;
left: 10vw;
top: 120vh;
z-index: -1;
}
.gallery-image-2 {
position: absolute;
width: 350px;
height: 250px;
right: 15vw;
top: 120vh;
z-index: -1;
}
.gallery-image-3 {
position: absolute;
width: 475px;
height: 300px;
right: 6.5vw;
top: 155vh;
z-index: -1;
}
.gallery-section img {
border: 1px solid var(--main-color_black);
object-fit: cover;
}
@media only screen and (max-width: 600px) {
.gallery-section {
height: 60vh;
}
.gallery-image-1 {
width: 270px;
height: 170px;
left: 4.95%;
}
.gallery-image-2 {
display: none;
}
.gallery-image-3 {
width: 190px;
height: 130px;
right: 4.95%;
top: 930px;
}
.gallery-section .box-text-kitchen {
padding-top: 10px;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.gallery-section {
height: 70vh;
}
.gallery-image-1 {
width: 500px;
height: 350px;
left: 4.95%;
}
.gallery-image-2 {
display: none;
}
.gallery-image-3 {
width: 300px;
height: 200px;
right: 4.95%;
top: 1500px;
}
}
/* GRID SECTION */
.grid-section {
margin: 5vh 0 15vh 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.grid-section p {
font-size: 1.1rem;
font-weight: 300;
line-height: 1.5;
letter-spacing: 0.1rem;
padding: 0 2rem 2rem 2rem;
}
.box-container {
height: 100%;
width: 90%;
max-width: 90%;
display: flex;
align-items: center;
flex-direction: column;
}
.box-group-1 {
max-width: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.box-1 {
width: 600px;
height: 380px;
margin: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.box-2 {
border: 1px solid var(--main-color_black);
width: 600px;
height: 380px;
margin: 10px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
}
.box-group-2 {
max-width: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
}
.box-3 {
border: 1px solid var(--main-color_black);
width: 600px;
height: 380px;
margin: 10px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
}
.box-4 {
width: 600px;
height: 380px;
margin: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.box-group-3 {
max-width: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.box-5 {
width: 600px;
height: 380px;
margin: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.box-6 {
border: 1px solid var(--main-color_black);
width: 600px;
height: 380px;
margin: 10px;
display: flex;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
}
.box-1,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6 {
background-color: var(--main-bg-color);
margin-bottom: 2rem;
}
.grid-section img {
border: 1px solid var(--main-color_black);
max-height: 100%;
max-width: 100%;
height: inherit;
width: inherit;
object-fit: cover;
}
@media only screen and (max-width: 600px) {
.grid-section {
margin-top: 15vh;
}
.box-group-1,
.box-group-2,
.box-group-3 {
flex-direction: column;
}
.box-1,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6 {
width: 320px;
height: 450px;
}
.grid-section p {
font-size: 1rem;
padding: 0;
}
.box-group-1,
.box-group-3 {
flex-direction: column-reverse;
}
.box-1,
.box-4,
.box-5 {
width: 320px;
height: 200px;
margin-top: 0;
}
.box-2,
.box-3,
.box-6 {
margin-bottom: 0;
border-bottom: none;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.grid-section {
margin-top: 15vh;
}
.box-group-1,
.box-group-2,
.box-group-3 {
flex-direction: column;
}
.box-1,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6 {
width: 650px;
height: 450px;
}
.grid-section p {
font-size: 1.3rem;
}
.box-group-1,
.box-group-3 {
flex-direction: column-reverse;
}
.box-1,
.box-4,
.box-5 {
width: 650px;
height: 350px;
margin-top: 0;
}
.box-2,
.box-3,
.box-6 {
margin-bottom: 0;
border-bottom: none;
}
}
/* ALUMN SECTION */
.former-students-section {
height: 95vh;
display: flex;
align-items: center;
flex-direction: column;
}
.former-students-section h3 {
margin: 0 1rem;
}
.former-students-section h4 {
margin-top: 2rem;
margin: 1rem 1rem;
}
.former-students-section p {
margin: 0 1rem;
font-size: 1.1rem;
}
.former-students-wrapper {
display: flex;
align-items: center;
flex-direction: row;
}
.former-students-container {
width: 1200px;
height: 550px;
display: flex;
object-fit: contain;
}
.former-students-image-container {
height: 100%;
width: 50%;
}
.former-student-info {
height: 100%;
width: 50%;
border: 0.5px solid var(--main-color_black);
background-color: var(--main-bg-color);
display: flex;
justify-content: center;
flex-direction: column;
}
.former-students-container img {
border: 1px solid var(--main-color_black);
border-right: 0;
max-width: 100%;
max-height: 100%;
height: 100%;
width: 100%;
object-fit: cover;
}
@media only screen and (max-width: 600px) {
.former-students-section {
height: 120vh;
}
.former-students-wrapper {
flex-direction: column;
justify-content: center;
align-items: center;
}
.former-students-container {
width: 600px;
height: 350px;
flex-direction: column;
align-items: center;
}
.former-students-image-container {
border-right: 1px solid var(--main-color_black);
height: 243px;
width: 330px;
}
.former-student-info {
border-top: none;
height: 454px;
width: 330px;
}
.former-students-container img {
border: 1px solid var(--main-color_black);
border-right: 0;
max-width: 100%;
max-height: 100%;
height: 100%;
width: 100%;
object-fit: cover;
}
.former-students-section h3 {
font-weight: 300;
font-size: 1.3rem;
margin-top: 0.5rem;
}
.former-students-section h4 {
display: none;
}
.former-students-section p {
font-size: 0.9rem;
padding: 1rem 0;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.former-students-section {
height: 90vh;
}
.former-students-wrapper {
flex-direction: column;
justify-content: center;
align-items: center;
}
.former-students-container {
width: 600px;
height: 700px;
flex-direction: column;
align-items: center;
}
.former-students-image-container {
border-right: 1px solid var(--main-color_black);
height: 300px;
width: 650px;
}
.former-student-info {
border-top: none;
height: 454px;
width: 650px;
}
.former-students-container img {
border: 1px solid var(--main-color_black);
border-right: 0;
max-width: 100%;
max-height: 100%;
height: 100%;
width: 100%;
object-fit: cover;
}
.former-students-section h3 {
font-weight: 300;
font-size: 1.5rem;
margin-top: 0.5rem;
}
.former-students-section h4 {
display: none;
}
.former-students-section p {
font-size: 1.1rem;
padding: 1rem 0;
}
}
/* TEACHERS SECTION */
.cards-section {
height: 95vh;
display: flex;
align-items: center;
flex-direction: column;
}
.cards-section p {
max-width: 50vw;
font-weight: 300;
margin-bottom: 4rem;
}
.cards-wrapper {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.card-1,
.card-2,
.card-3 {
border: 1px solid var(--main-color_black);
height: 380px;
width: 350px;
margin: 1rem;
margin-bottom: 0;
}
.teachers-name {
display: flex;
justify-content: center;
align-items: center;
background-color: white;
border: 1px solid black;
width: 350px;
height: 70px;
}
.cards-wrapper img {
max-width: 100%;
max-height: 100%;
height: 100%;
width: 100%;
object-fit: fill;
}
@media only screen and (max-width: 600px) {
.cards-section {
height: 130vh;
margin-bottom: 10vh;
}
.card-1,
.card-2 {
display: none;
}
.card-3 {
height: 300px;
width: 300px;
}
.teachers-name {
height: 80px;
width: 300px;
}
.cards-section p {
max-width: 85vw;
font-size: 1.2rem;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.cards-section {
height: 60vh;
margin-bottom: 10vh;
}
.card-1 {
display: none;
}
.card-2,
.card-3 {
height: 300px;
width: 300px;
}
.teachers-name {
height: 80px;
width: 300px;
}
.cards-section p {
max-width: 85vw;
font-size: 1.2rem;
}
}
/* INSTAGRAM SECTION */
.instagram-section {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-bottom: 10px;
}
.instagram-section-title {
font-size: 3rem;
margin-bottom: 5rem;
font-weight: 400;
}
@media only screen and (max-width: 600px) {
.instagram-section h2 {
font-size: 2rem;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.instagram-section h2 {
font-size: 3rem;
margin-bottom: 3rem;
}
} | html/wp-content/themes/steinerskolan2.0/assets/css/landing.css | .hero-section {
height: 95vh;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 10vw;
}
.hero-section .hero-top-title,
.hero-section .hero-bottom-title {
width: 800px;
font-size: 5rem;
font-weight: 700;
}
.hero-section p {
font-size: 1.25rem;
margin: 2rem 0;
}
.hero-section .hero-button {
margin: 2rem 2rem 2rem 0;
}
@media only screen and (max-width: 600px) {
.hero-section {
padding: 0 5vw;
}
.hero-section .hero-top-title {
font-weight: 400;
}
.hero-section .hero-bottom-title {
margin-bottom: -5px;
}
.hero-section .hero-top-title,
.hero-section .hero-bottom-title {
font-size: 2rem;
}
.hero-section .hero-button {
margin: 5px;
}
.hero-section p {
font-size: 1.1rem;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.hero-section .hero-top-title {
font-weight: 300;
}
.hero-section .hero-bottom-title {
margin-bottom: -5px;
}
.hero-section .hero-top-title,
.hero-section .hero-bottom-title {
font-size: 4rem;
}
}
/* GALLERY SECTION */
.gallery-section {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.gallery-image-1 {
position: absolute;
width: 650px;
height: 400px;
left: 10vw;
top: 120vh;
z-index: -1;
}
.gallery-image-2 {
position: absolute;
width: 350px;
height: 250px;
right: 15vw;
top: 120vh;
z-index: -1;
}
.gallery-image-3 {
position: absolute;
width: 475px;
height: 300px;
right: 6.5vw;
top: 155vh;
z-index: -1;
}
.gallery-section img {
border: 1px solid var(--main-color_black);
object-fit: cover;
}
@media only screen and (max-width: 600px) {
.gallery-section {
height: 60vh;
}
.gallery-image-1 {
width: 270px;
height: 170px;
left: 4.95%;
}
.gallery-image-2 {
display: none;
}
.gallery-image-3 {
width: 190px;
height: 130px;
right: 4.95%;
top: 930px;
}
.gallery-section .box-text-kitchen {
padding-top: 10px;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.gallery-section {
height: 70vh;
}
.gallery-image-1 {
width: 500px;
height: 350px;
left: 4.95%;
}
.gallery-image-2 {
display: none;
}
.gallery-image-3 {
width: 300px;
height: 200px;
right: 4.95%;
top: 1500px;
}
}
/* GRID SECTION */
.grid-section {
margin: 5vh 0 15vh 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.grid-section p {
font-size: 1.1rem;
font-weight: 300;
line-height: 1.5;
letter-spacing: 0.1rem;
padding: 0 2rem 2rem 2rem;
}
.box-container {
height: 100%;
width: 90%;
max-width: 90%;
display: flex;
align-items: center;
flex-direction: column;
}
.box-group-1 {
max-width: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.box-1 {
width: 600px;
height: 380px;
margin: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.box-2 {
border: 1px solid var(--main-color_black);
width: 600px;
height: 380px;
margin: 10px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
}
.box-group-2 {
max-width: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
}
.box-3 {
border: 1px solid var(--main-color_black);
width: 600px;
height: 380px;
margin: 10px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
}
.box-4 {
width: 600px;
height: 380px;
margin: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.box-group-3 {
max-width: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.box-5 {
width: 600px;
height: 380px;
margin: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.box-6 {
border: 1px solid var(--main-color_black);
width: 600px;
height: 380px;
margin: 10px;
display: flex;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
}
.box-1,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6 {
background-color: var(--main-bg-color);
margin-bottom: 2rem;
}
.grid-section img {
border: 1px solid var(--main-color_black);
max-height: 100%;
max-width: 100%;
height: inherit;
width: inherit;
object-fit: cover;
}
@media only screen and (max-width: 600px) {
.grid-section {
margin-top: 15vh;
}
.box-group-1,
.box-group-2,
.box-group-3 {
flex-direction: column;
}
.box-1,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6 {
width: 320px;
height: 450px;
}
.grid-section p {
font-size: 1rem;
padding: 0;
}
.box-group-1,
.box-group-3 {
flex-direction: column-reverse;
}
.box-1,
.box-4,
.box-5 {
width: 320px;
height: 200px;
margin-top: 0;
}
.box-2,
.box-3,
.box-6 {
margin-bottom: 0;
border-bottom: none;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.grid-section {
margin-top: 15vh;
}
.box-group-1,
.box-group-2,
.box-group-3 {
flex-direction: column;
}
.box-1,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6 {
width: 650px;
height: 450px;
}
.grid-section p {
font-size: 1.3rem;
}
.box-group-1,
.box-group-3 {
flex-direction: column-reverse;
}
.box-1,
.box-4,
.box-5 {
width: 650px;
height: 350px;
margin-top: 0;
}
.box-2,
.box-3,
.box-6 {
margin-bottom: 0;
border-bottom: none;
}
}
/* ALUMN SECTION */
.former-students-section {
height: 95vh;
display: flex;
align-items: center;
flex-direction: column;
}
.former-students-section h3 {
margin: 0 1rem;
}
.former-students-section h4 {
margin-top: 2rem;
margin: 1rem 1rem;
}
.former-students-section p {
margin: 0 1rem;
font-size: 1.1rem;
}
.former-students-wrapper {
display: flex;
align-items: center;
flex-direction: row;
}
.former-students-container {
width: 1200px;
height: 550px;
display: flex;
object-fit: contain;
}
.former-students-image-container {
height: 100%;
width: 50%;
}
.former-student-info {
height: 100%;
width: 50%;
border: 0.5px solid var(--main-color_black);
background-color: var(--main-bg-color);
display: flex;
justify-content: center;
flex-direction: column;
}
.former-students-container img {
border: 1px solid var(--main-color_black);
border-right: 0;
max-width: 100%;
max-height: 100%;
height: 100%;
width: 100%;
object-fit: cover;
}
@media only screen and (max-width: 600px) {
.former-students-section {
height: 120vh;
}
.former-students-wrapper {
flex-direction: column;
justify-content: center;
align-items: center;
}
.former-students-container {
width: 600px;
height: 350px;
flex-direction: column;
align-items: center;
}
.former-students-image-container {
border-right: 1px solid var(--main-color_black);
height: 243px;
width: 330px;
}
.former-student-info {
border-top: none;
height: 454px;
width: 330px;
}
.former-students-container img {
border: 1px solid var(--main-color_black);
border-right: 0;
max-width: 100%;
max-height: 100%;
height: 100%;
width: 100%;
object-fit: cover;
}
.former-students-section h3 {
font-weight: 300;
font-size: 1.3rem;
margin-top: 0.5rem;
}
.former-students-section h4 {
display: none;
}
.former-students-section p {
font-size: 0.9rem;
padding: 1rem 0;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.former-students-section {
height: 90vh;
}
.former-students-wrapper {
flex-direction: column;
justify-content: center;
align-items: center;
}
.former-students-container {
width: 600px;
height: 700px;
flex-direction: column;
align-items: center;
}
.former-students-image-container {
border-right: 1px solid var(--main-color_black);
height: 300px;
width: 650px;
}
.former-student-info {
border-top: none;
height: 454px;
width: 650px;
}
.former-students-container img {
border: 1px solid var(--main-color_black);
border-right: 0;
max-width: 100%;
max-height: 100%;
height: 100%;
width: 100%;
object-fit: cover;
}
.former-students-section h3 {
font-weight: 300;
font-size: 1.5rem;
margin-top: 0.5rem;
}
.former-students-section h4 {
display: none;
}
.former-students-section p {
font-size: 1.1rem;
padding: 1rem 0;
}
}
/* TEACHERS SECTION */
.cards-section {
height: 95vh;
display: flex;
align-items: center;
flex-direction: column;
}
.cards-section p {
max-width: 50vw;
font-weight: 300;
margin-bottom: 4rem;
}
.cards-wrapper {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.card-1,
.card-2,
.card-3 {
border: 1px solid var(--main-color_black);
height: 380px;
width: 350px;
margin: 1rem;
margin-bottom: 0;
}
.teachers-name {
display: flex;
justify-content: center;
align-items: center;
background-color: white;
border: 1px solid black;
width: 350px;
height: 70px;
}
.cards-wrapper img {
max-width: 100%;
max-height: 100%;
height: 100%;
width: 100%;
object-fit: fill;
}
@media only screen and (max-width: 600px) {
.cards-section {
height: 130vh;
margin-bottom: 10vh;
}
.card-1,
.card-2 {
display: none;
}
.card-3 {
height: 300px;
width: 300px;
}
.teachers-name {
height: 80px;
width: 300px;
}
.cards-section p {
max-width: 85vw;
font-size: 1.2rem;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.cards-section {
height: 60vh;
margin-bottom: 10vh;
}
.card-1 {
display: none;
}
.card-2,
.card-3 {
height: 300px;
width: 300px;
}
.teachers-name {
height: 80px;
width: 300px;
}
.cards-section p {
max-width: 85vw;
font-size: 1.2rem;
}
}
/* INSTAGRAM SECTION */
.instagram-section {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-bottom: 10px;
}
.instagram-section-title {
font-size: 3rem;
margin-bottom: 5rem;
font-weight: 400;
}
@media only screen and (max-width: 600px) {
.instagram-section h2 {
font-size: 2rem;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.instagram-section h2 {
font-size: 3rem;
margin-bottom: 3rem;
}
} | 0.580709 | 0.096877 |
*{
margin: 0px;
padding: 0px;
}
.Banner{
display: flex;
justify-content: space-evenly;
background-color: #005cb980;
flex-wrap: wrap;
align-items: center;
padding: 10px;
}
/*Comentarios*/
.Comentarios{
display: flex;
flex-direction: column;
align-items: center;
}
.Comentario{
padding: 2em;
background-color: #005cb9;
margin: 1em;
width: 400px;
border-radius: 0.3em;
display: flex;
flex-direction: column;
align-items: center;
}
.Comentario_Nome{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #fff;
font-size: 1.5em;
}
.Comentario_Titulo{
font-style: italic;
font-family: 'Anaheim', sans-serif;
color: #fff;
}
table{
background-color: #005cb9;
padding: 1em;
font-family: 'Anaheim', sans-serif;
font-size: 1em;
}
a{
font-size: 1.5em;
}
.menu1{
background-color: #005eb9;
display: flex;
justify-content: space-around;
align-items: center;
height: 100%;
}
.texto1 {
background-color: #005eb9;
border-radius: 10px;
padding: 50px;
}
.video {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.como_video{
height: 40%;
}
#top {
border-top-left-radius: 10px;
}
.Como_funciona_texto{
display: flex;
flex-direction: column;
align-items: center;
}
#topright {
border-top-right-radius: 10px;
}
#partebaixa {
border-bottom-left-radius: 10px;
}
#partebaixa2 {
border-bottom-right-radius: 10px;
}
.cadastro_gratis>div>p {
font-size: 2em;
}
#plano_box_ver {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.plano_box>h4 {
color: white;
}
.plano_box>p{
color:white;
}
.menu1 ul{
display: flex;
list-style-type: none;
text-transform: uppercase;
padding: 1em 3em;
}
button {
display: inline-block;
padding: 15px 25px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color:#005cb9 ;
border: none;
border-radius: 15px;
box-shadow: 0 17px #003f7e;
}
button:hover {background-color: #0058af}
button:active {
background-color: #003f7e;
box-shadow: 0 15px #003f7e;
transform: translateY(4px);
}
.menu1 ul a{
color: #fff;
text-decoration: none;
font-family: 'Anaheim', sans-serif;
}
.menu1 ul:hover{
background-color: #00417f;
}
form{
display: flex;
flex-direction: column;
text-align: center;
}
.logo{
height: 300px;
}
h1{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #005eb9;
font-size: 5em;
}
h2{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #005eb9;
font-size: 4em;
align-items: center;
display: flex;
flex-direction: column;
}
h3{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #005eb9;
font-size: 3em;
align-items: center;
display: flex;
flex-direction: column;
}h4{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #005eb9;
font-size: 1.25em;
}
h5{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #005eb9;
font-size: 1em;
}
p{
font-family: 'Anaheim', sans-serif;
}
.OutrosImg{
height: 200px;
}
.ImgFooter {
height: 50px;
}
.container textarea {
width: 100%;
border: 2px solid #666;
border-radius: 3px;
height: 100px;
outline: none;
resize: none;
font-size: 16px;
padding: 10px;
background-color: #f2f2f2;
}
.quemsomos{
display: flex;
align-items: center;
flex-direction: column;
margin: 5%
}
a{
color: white;
text-decoration: none;
}
footer {
padding: 20px;
background-color: #005eb9;
display: flex;
justify-content: space-around;
}
.cadastro_gratis {
display: flex;
justify-content: space-around;
margin: 3em;
text-align: center;
}
input[type="submit"]{
padding: 20px;
font-family: 'Anaheim', sans-serif;
border: none;
background-color: #00417f;
color: #fff;
font-size: 1.5em;
margin: auto auto;
display: flex;
align-items: center;
}
input[type="text"]{
height: 50px;
width: 400px;
margin: auto auto;
}
input[type="email"]{
height: 50px;
width: 400px;
margin: auto auto;
}
input[type="password"]{
height: 50px;
width: 400px;
margin: auto auto;
}
input[type="date"]{
height: 50px;
width: 400px;
margin: auto auto;
}
label{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #005eb9;
font-size: 1.25em;
}
.OutrosSoftwares{
background-color: #00417f;
width: 20%;
padding: 1em;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
}
.Outros_Softwares_Completo{
display: flex;
justify-content: space-around;
}
.umpoucosobreosoftware{
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
padding: 10px;
}
.section1{
display: flex;
justify-content: space-around;
}
.textitalic{
font-style: italic;
}
.usuario{
font-weight: bolder;
align-items: flex-end;
}
.textoComentario{
align-items: center;
}
.imgComentarios{
border: 1px solid #222;
border-radius: 400px;
}
.ComentarioIndividual{
background-color: #00417f;
display: flex;
justify-content: space-around;
width: 900px;
padding: 20px;
margin: auto auto;
}
.ComentarioIndividual div p{
color: white;
}
/*diferença softwares*/
.linhasoftware {
display: flex;
justify-content: center;
}.boxsoftware {
padding: 20px;
width: 400px;
color: #fff;
margin: 5px;
background-color: #00417f;
}
.boxsoftware>p {
text-align: center;
font-size: 1.5em;
}
.linhasoftware {
display: flex;
justify-content: center;
}
.softwarediferença{
justify-content: baseline;
}
/*========================================================================================================================================*/
.comprarPlano {
display: inline-block;
padding: 15px 25px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color:#005cb9 ;
border: none;
border-radius: 15px;
box-shadow: 0 17px #003f7e;
}
.comprarPlano:hover {background-color: #0058af}
.comprarPlano:active {
background-color: #003f7e;
box-shadow: 0 15px #003f7e;
transform: translateY(4px);
}
/*=========================================================Seleção========================================================================*/
.PlanosServicosSection{
height: 400px;
width: 400px;
margin: auto;
display: flex;
flex-direction: column;
}
.slider {
height: 100%;
position: relative;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.slider__nav {
width: 12px;
height: 12px;
margin: 2rem 12px;
border-radius: 50%;
z-index: 10;
outline: 6px solid #ccc;
outline-offset: -6px;
box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.slider__nav:checked {
-webkit-animation: check 0.4s linear forwards;
animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
left: -300%;
}
.slider__inner {
position: absolute;
top: 0;
left: 0;
width: 400%;
height: 100%;
-webkit-transition: left 0.4s;
transition: left 0.4s;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.slider__contents {
height: 100%;
padding: 2rem;
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.slider__image {
font-size: 2.7rem;
color: #2196F3;
}
.slider__caption {
font-weight: 500;
margin: 2rem 0 1rem;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
}
.slider__txt {
color: #999;
margin-bottom: 3rem;
max-width: 300px;
}
.table-striped{
display: flex;
justify-content: space-around;
background-color: #333;
height: 100%;
}
tr{
background: #222;
}
th{
padding: 10px;
margin-left: 30px;
margin-right: 30px;
background: #222;
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
font-size: 1em;
color: white;
}
.lista_baixo{
display: flex;
justify-content: space-around;
background-color: #333;
height: 100%;
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
font-size: 0.9em;
color: white;
padding-top: 1em;
text-decoration: none;
}
th{
padding: 10px;
margin-left: 30px;
margin-right: 30px;
background: #222;
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
font-size: 1em;
color: white;
}
tr{
display: flex;
justify-content: space-around;
background-color: #333;
height: 100%;
}
.tbody-dark{
display: flex;
justify-content: space-around;
background-color: #333;
height: 100%;
}
.Formulario{
padding-top: 10%;
padding-bottom: 10%;
display: flex;
flex-direction: column;
align-items: center;
}
@-webkit-keyframes check {
50% {
outline-color: #333;
box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
}
100% {
outline-color: #333;
box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
}
}
@keyframes check {
50% {
outline-color: #333;
box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
}
100% {
outline-color: #333;
box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
}
}
/*------------------------------------------------------RESPONSIBILIDADE------------------------------------------------------------------*/
@media (min-width:1200px){
.menu1 ul{
padding: 1em 2em;
}
a{
font-size: 1em;
}
.como_video{
height: 45%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width:1090px){
.menu1 ul{
padding: 1em 1em;
}
a{
font-size: 0.75em;
}
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width:970px){
.menu1 ul{
padding: 1em 1em;
}
a{
font-size: 0.5em;
}
.como_video{
height: 80%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width:580px){
.menu1 ul{
padding: 6em 1em;
}
} | wwwroot/css/style.css | *{
margin: 0px;
padding: 0px;
}
.Banner{
display: flex;
justify-content: space-evenly;
background-color: #005cb980;
flex-wrap: wrap;
align-items: center;
padding: 10px;
}
/*Comentarios*/
.Comentarios{
display: flex;
flex-direction: column;
align-items: center;
}
.Comentario{
padding: 2em;
background-color: #005cb9;
margin: 1em;
width: 400px;
border-radius: 0.3em;
display: flex;
flex-direction: column;
align-items: center;
}
.Comentario_Nome{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #fff;
font-size: 1.5em;
}
.Comentario_Titulo{
font-style: italic;
font-family: 'Anaheim', sans-serif;
color: #fff;
}
table{
background-color: #005cb9;
padding: 1em;
font-family: 'Anaheim', sans-serif;
font-size: 1em;
}
a{
font-size: 1.5em;
}
.menu1{
background-color: #005eb9;
display: flex;
justify-content: space-around;
align-items: center;
height: 100%;
}
.texto1 {
background-color: #005eb9;
border-radius: 10px;
padding: 50px;
}
.video {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.como_video{
height: 40%;
}
#top {
border-top-left-radius: 10px;
}
.Como_funciona_texto{
display: flex;
flex-direction: column;
align-items: center;
}
#topright {
border-top-right-radius: 10px;
}
#partebaixa {
border-bottom-left-radius: 10px;
}
#partebaixa2 {
border-bottom-right-radius: 10px;
}
.cadastro_gratis>div>p {
font-size: 2em;
}
#plano_box_ver {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.plano_box>h4 {
color: white;
}
.plano_box>p{
color:white;
}
.menu1 ul{
display: flex;
list-style-type: none;
text-transform: uppercase;
padding: 1em 3em;
}
button {
display: inline-block;
padding: 15px 25px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color:#005cb9 ;
border: none;
border-radius: 15px;
box-shadow: 0 17px #003f7e;
}
button:hover {background-color: #0058af}
button:active {
background-color: #003f7e;
box-shadow: 0 15px #003f7e;
transform: translateY(4px);
}
.menu1 ul a{
color: #fff;
text-decoration: none;
font-family: 'Anaheim', sans-serif;
}
.menu1 ul:hover{
background-color: #00417f;
}
form{
display: flex;
flex-direction: column;
text-align: center;
}
.logo{
height: 300px;
}
h1{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #005eb9;
font-size: 5em;
}
h2{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #005eb9;
font-size: 4em;
align-items: center;
display: flex;
flex-direction: column;
}
h3{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #005eb9;
font-size: 3em;
align-items: center;
display: flex;
flex-direction: column;
}h4{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #005eb9;
font-size: 1.25em;
}
h5{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #005eb9;
font-size: 1em;
}
p{
font-family: 'Anaheim', sans-serif;
}
.OutrosImg{
height: 200px;
}
.ImgFooter {
height: 50px;
}
.container textarea {
width: 100%;
border: 2px solid #666;
border-radius: 3px;
height: 100px;
outline: none;
resize: none;
font-size: 16px;
padding: 10px;
background-color: #f2f2f2;
}
.quemsomos{
display: flex;
align-items: center;
flex-direction: column;
margin: 5%
}
a{
color: white;
text-decoration: none;
}
footer {
padding: 20px;
background-color: #005eb9;
display: flex;
justify-content: space-around;
}
.cadastro_gratis {
display: flex;
justify-content: space-around;
margin: 3em;
text-align: center;
}
input[type="submit"]{
padding: 20px;
font-family: 'Anaheim', sans-serif;
border: none;
background-color: #00417f;
color: #fff;
font-size: 1.5em;
margin: auto auto;
display: flex;
align-items: center;
}
input[type="text"]{
height: 50px;
width: 400px;
margin: auto auto;
}
input[type="email"]{
height: 50px;
width: 400px;
margin: auto auto;
}
input[type="password"]{
height: 50px;
width: 400px;
margin: auto auto;
}
input[type="date"]{
height: 50px;
width: 400px;
margin: auto auto;
}
label{
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
color: #005eb9;
font-size: 1.25em;
}
.OutrosSoftwares{
background-color: #00417f;
width: 20%;
padding: 1em;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
}
.Outros_Softwares_Completo{
display: flex;
justify-content: space-around;
}
.umpoucosobreosoftware{
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
padding: 10px;
}
.section1{
display: flex;
justify-content: space-around;
}
.textitalic{
font-style: italic;
}
.usuario{
font-weight: bolder;
align-items: flex-end;
}
.textoComentario{
align-items: center;
}
.imgComentarios{
border: 1px solid #222;
border-radius: 400px;
}
.ComentarioIndividual{
background-color: #00417f;
display: flex;
justify-content: space-around;
width: 900px;
padding: 20px;
margin: auto auto;
}
.ComentarioIndividual div p{
color: white;
}
/*diferença softwares*/
.linhasoftware {
display: flex;
justify-content: center;
}.boxsoftware {
padding: 20px;
width: 400px;
color: #fff;
margin: 5px;
background-color: #00417f;
}
.boxsoftware>p {
text-align: center;
font-size: 1.5em;
}
.linhasoftware {
display: flex;
justify-content: center;
}
.softwarediferença{
justify-content: baseline;
}
/*========================================================================================================================================*/
.comprarPlano {
display: inline-block;
padding: 15px 25px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color:#005cb9 ;
border: none;
border-radius: 15px;
box-shadow: 0 17px #003f7e;
}
.comprarPlano:hover {background-color: #0058af}
.comprarPlano:active {
background-color: #003f7e;
box-shadow: 0 15px #003f7e;
transform: translateY(4px);
}
/*=========================================================Seleção========================================================================*/
.PlanosServicosSection{
height: 400px;
width: 400px;
margin: auto;
display: flex;
flex-direction: column;
}
.slider {
height: 100%;
position: relative;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.slider__nav {
width: 12px;
height: 12px;
margin: 2rem 12px;
border-radius: 50%;
z-index: 10;
outline: 6px solid #ccc;
outline-offset: -6px;
box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.slider__nav:checked {
-webkit-animation: check 0.4s linear forwards;
animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
left: -300%;
}
.slider__inner {
position: absolute;
top: 0;
left: 0;
width: 400%;
height: 100%;
-webkit-transition: left 0.4s;
transition: left 0.4s;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.slider__contents {
height: 100%;
padding: 2rem;
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.slider__image {
font-size: 2.7rem;
color: #2196F3;
}
.slider__caption {
font-weight: 500;
margin: 2rem 0 1rem;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
}
.slider__txt {
color: #999;
margin-bottom: 3rem;
max-width: 300px;
}
.table-striped{
display: flex;
justify-content: space-around;
background-color: #333;
height: 100%;
}
tr{
background: #222;
}
th{
padding: 10px;
margin-left: 30px;
margin-right: 30px;
background: #222;
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
font-size: 1em;
color: white;
}
.lista_baixo{
display: flex;
justify-content: space-around;
background-color: #333;
height: 100%;
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
font-size: 0.9em;
color: white;
padding-top: 1em;
text-decoration: none;
}
th{
padding: 10px;
margin-left: 30px;
margin-right: 30px;
background: #222;
text-transform: uppercase;
font-family: 'Anaheim', sans-serif;
font-size: 1em;
color: white;
}
tr{
display: flex;
justify-content: space-around;
background-color: #333;
height: 100%;
}
.tbody-dark{
display: flex;
justify-content: space-around;
background-color: #333;
height: 100%;
}
.Formulario{
padding-top: 10%;
padding-bottom: 10%;
display: flex;
flex-direction: column;
align-items: center;
}
@-webkit-keyframes check {
50% {
outline-color: #333;
box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
}
100% {
outline-color: #333;
box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
}
}
@keyframes check {
50% {
outline-color: #333;
box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
}
100% {
outline-color: #333;
box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
}
}
/*------------------------------------------------------RESPONSIBILIDADE------------------------------------------------------------------*/
@media (min-width:1200px){
.menu1 ul{
padding: 1em 2em;
}
a{
font-size: 1em;
}
.como_video{
height: 45%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width:1090px){
.menu1 ul{
padding: 1em 1em;
}
a{
font-size: 0.75em;
}
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width:970px){
.menu1 ul{
padding: 1em 1em;
}
a{
font-size: 0.5em;
}
.como_video{
height: 80%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width:580px){
.menu1 ul{
padding: 6em 1em;
}
} | 0.382949 | 0.092401 |
body{
font-family: "jaf-facitweb","Helvetica Neue",Arial,sans-serif;
font-size: 16px;
line-height: 1.44em;
}
img{
padding: 0;
margin: 0;
}
#connection-zone{
margin: 5% auto 0 auto;
width: 400px;
min-height: 500px;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0,0,0,0.45);
padding: 20px 50px;
}
#logo img{
display: block;
margin: 1.2em auto 1.2em auto;
margin-bottom: 30px;
width: 100%;
}
#fast-connection-zone{
width: 400px;
margin: 0 auto 1.2em auto;
}
.fb-login-button{
display: inline-block;
}
.g-signin2{
display: inline-block;
}
.clickable{
cursor: pointer;
}
#regular-connection-zone{
width: 400px;
font-size: 20px;
}
#regular-connection-zone input,#add-farm-zone input,#add-user-zone input, select{
width: 400px;
border-radius: 5px;
border: 1px solid #cdd2d4;
box-sizing: border-box;
font: inherit;
margin: 0 0 1.2em;
padding: .5em;
}
select{
height: 100px;
}
#login-button,#add-farm, #add-user {
width: 100px;
margin: 0 auto 1.2em auto;
text-align: center;
background-color: #ADC169;
border-radius: 5px;
padding: .5em;
color: white;
}
#login-button input,#add-farm input, #add-user input {
background: transparent;
border: none;
color: white;
font-weight: bold;
cursor: pointer;
height: 100%;
width: 100%;
}
#login-button:hover,#add-farm:hover, #add-user:hover {
background-color: #BED27A;
cursor: pointer;
}
#login-button:active,#add-farm:active, #add-user:active{
background-color: #9CB058;
}
div.link-fill {
display: block;
height: 100%;
width: 100%;
color: #FFFFFF;
text-decoration: none;
cursor: pointer;
}
#connection-help{
text-align: center;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}
#connection-help a {
color: #000000;
text-decoration: none;
}
#connection-help a:hover{
color: #ADC169;
text-decoration: underline;
}
.notification {
width: 100%;
text-align: center;
background-color: lightblue;
border: 1px solid lightskyblue;
border-radius: 5px;
margin-bottom: 10px;
color: #555;
} | public/style.css | body{
font-family: "jaf-facitweb","Helvetica Neue",Arial,sans-serif;
font-size: 16px;
line-height: 1.44em;
}
img{
padding: 0;
margin: 0;
}
#connection-zone{
margin: 5% auto 0 auto;
width: 400px;
min-height: 500px;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0,0,0,0.45);
padding: 20px 50px;
}
#logo img{
display: block;
margin: 1.2em auto 1.2em auto;
margin-bottom: 30px;
width: 100%;
}
#fast-connection-zone{
width: 400px;
margin: 0 auto 1.2em auto;
}
.fb-login-button{
display: inline-block;
}
.g-signin2{
display: inline-block;
}
.clickable{
cursor: pointer;
}
#regular-connection-zone{
width: 400px;
font-size: 20px;
}
#regular-connection-zone input,#add-farm-zone input,#add-user-zone input, select{
width: 400px;
border-radius: 5px;
border: 1px solid #cdd2d4;
box-sizing: border-box;
font: inherit;
margin: 0 0 1.2em;
padding: .5em;
}
select{
height: 100px;
}
#login-button,#add-farm, #add-user {
width: 100px;
margin: 0 auto 1.2em auto;
text-align: center;
background-color: #ADC169;
border-radius: 5px;
padding: .5em;
color: white;
}
#login-button input,#add-farm input, #add-user input {
background: transparent;
border: none;
color: white;
font-weight: bold;
cursor: pointer;
height: 100%;
width: 100%;
}
#login-button:hover,#add-farm:hover, #add-user:hover {
background-color: #BED27A;
cursor: pointer;
}
#login-button:active,#add-farm:active, #add-user:active{
background-color: #9CB058;
}
div.link-fill {
display: block;
height: 100%;
width: 100%;
color: #FFFFFF;
text-decoration: none;
cursor: pointer;
}
#connection-help{
text-align: center;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}
#connection-help a {
color: #000000;
text-decoration: none;
}
#connection-help a:hover{
color: #ADC169;
text-decoration: underline;
}
.notification {
width: 100%;
text-align: center;
background-color: lightblue;
border: 1px solid lightskyblue;
border-radius: 5px;
margin-bottom: 10px;
color: #555;
} | 0.371707 | 0.087603 |