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
|
---|---|---|---|---|
.onmouseout {
background-color: #ffffff;
}
.onmouseover {
background-color: #ebf1fc;
}
/*
=== Bot�es com imagem
=== Exemplo de implemta��o:
*/
div#btn,
div#btn-left,
div#btn-right {
border: 1px solid #b8b8b8;
vertical-align: middle; text-align: center;
padding: 2px 2px 2px 2px;
margin: 3px 3px 3px 3px;
width: 74px;
_width: 70px;
height: 18px;
_height: 24px; /*IE hack*/
}
div#btn-left {
float: left;
}
div#btn-right{
float: right;
}
input#btn,
input#btn-confirmar,
input#btn-cancelar,
input#btn-salvar,
input#btn-excluir,
input#btn-pesquisar,
input#btn-consulta,
input#btn-imprimir,
input#btn-listagem,
input#btn-fechar {
height: 100%;
width: 76px;
_width: 72px;
border: 0px solid #000000;
cursor: pointer;
vertical-align: middle; text-align: center;
font-size: 11px; color: #333333;
background-color: transparent;
background-repeat: no-repeat; background-position: left;
padding-left: 11px;
padding-right: 2px;
}
input#btn-confirmar {
background-image: url(../imgs/btn-confirmar.gif);
}
input#btn-cancelar {
background-image: url(../imgs/btn-cancelar.gif);
}
input#btn-salvar {
background-image: url(../imgs/btn-salvar.gif);
}
input#btn-excluir {
background-image: url(../imgs/btn-excluir.png);
}
input#btn-imprimir {
background-image: url(../imgs/btn-imprimir.png);
}
input#btn-pesquisar {
background-image: url(../imgs/btn-pesquisar.png);
}
input#btn-consulta {
background-image: url(../imgs/btn-consulta.png);
}
input#btn-listagem {
background-image: url(../imgs/btn-listagem.png);
}
input#btn-fechar {
background-image: url(../imgs/btn-fechar.gif);
}
textarea {
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 11px;
color: #006699;
text-decoration: none;
border: 1px solid #B8B8B8;
}
select,
input.text,
input.textlcase,
input.textucase,
input.textpcase {
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 11px;
color: #006699;
height: 18px;
text-decoration: none;
border: 1px solid #B8B8B8;
}
input.textlcase {
text-transform:lowercase;
}
input.textucase {
text-transform:uppercase;
}
input.textpcase {
text-transform:capitalize;
}
.row1 {
background-color: #ffffff
}
.row2 {
background-color: #f9f9f9
}
.row1 td {
border-bottom: #eeeeee 1px solid
}
.row2 td {
border-bottom: #eeeeee 1px solid
}
.previous td {
border-bottom: #eeeeee 1px solid
}
.highlight {
background-color: #ebf1fc
}
.highlight td {
border-bottom: #eeeeee 1px solid
}
.highlight2 {
background-color: #FFEE88;
/*
padding: 2px;
border-top: 1px solid #FFED86;
border-left: 1px solid #FFED86;
border-right: 1px solid #FFD700;
border-bottom: 1px solid #FFD700;
*/
}
.highlight3 {
font-weight: bolder;
background-color: #FFEE88;
color: #000000;
padding: 2px 0px 2px 0px;
}
.panel,
.panel-a,
.panel-b {
float: left; margin-right: 10px;
}
.panel{
width: 600px;
}
.panel-a{
width: 325px;
}
.panel-b {
width: 430px;
}
.panel-a table img {
margin-bottom: 3px
}
.panel table,
.panel-a table,
.panel-b table {
width: 100%; border-collapse: collapse
}
.panel table td {
padding: 1px 3px 1px 3px;
}
.panel table td.coluna {
font-weight: bolder;
background-color: #ebf1fc;
color: #000000;
padding: 3px 3px 3px 3px;
}
.panel table td.colunasel {
font-weight: bolder;
background-color: #ffffff;
color: #000000;
padding: 3px 3px 3px 0px;
border-left: 3px solid #BCCEF5;
}
.panel-a table td {
padding: 10px 10px 10px 10px; cursor: pointer; text-align: center;
}
.panel-b table td {
padding: 6px 6px 6px 6px; cursor: pointer;
}
.panel table tr.borderbottom th,
.panel-b table tr.borderbottom th {
border-bottom: 2px solid #ffd700;
}
.panel table tr.bordertop th,
.panel-b table tr.bordertop th {
border-top: 2px solid #ffd700;
}
.panel table tr.borderbottom td,
.panel-b table tr.borderbottom td {
border-bottom: 1px solid #ffffff;
}
.separador {
height: 1px;
border-bottom: 2px ridge #E7EEFB;
}
.panel table th,
.panel-b table th {
padding: 4px 4px 4px 4px;
}
.panel fieldset,
.panel-a fieldset,
.panel-b fieldset {
margin-bottom: 5px;
border: 1px solid #d5d5d5;
}
.panel fieldset legend,
.panel-a fieldset legend,
.panel-b fieldset legend {
border: 1px solid #d5d5d5;
padding: 3px 5px 3px 5px;
margin: 3px 0px 3px 0px;
}
|
4o. Semestre-codigo/BU_Netbeans/web/admin/css/forms.css
|
.onmouseout {
background-color: #ffffff;
}
.onmouseover {
background-color: #ebf1fc;
}
/*
=== Bot�es com imagem
=== Exemplo de implemta��o:
*/
div#btn,
div#btn-left,
div#btn-right {
border: 1px solid #b8b8b8;
vertical-align: middle; text-align: center;
padding: 2px 2px 2px 2px;
margin: 3px 3px 3px 3px;
width: 74px;
_width: 70px;
height: 18px;
_height: 24px; /*IE hack*/
}
div#btn-left {
float: left;
}
div#btn-right{
float: right;
}
input#btn,
input#btn-confirmar,
input#btn-cancelar,
input#btn-salvar,
input#btn-excluir,
input#btn-pesquisar,
input#btn-consulta,
input#btn-imprimir,
input#btn-listagem,
input#btn-fechar {
height: 100%;
width: 76px;
_width: 72px;
border: 0px solid #000000;
cursor: pointer;
vertical-align: middle; text-align: center;
font-size: 11px; color: #333333;
background-color: transparent;
background-repeat: no-repeat; background-position: left;
padding-left: 11px;
padding-right: 2px;
}
input#btn-confirmar {
background-image: url(../imgs/btn-confirmar.gif);
}
input#btn-cancelar {
background-image: url(../imgs/btn-cancelar.gif);
}
input#btn-salvar {
background-image: url(../imgs/btn-salvar.gif);
}
input#btn-excluir {
background-image: url(../imgs/btn-excluir.png);
}
input#btn-imprimir {
background-image: url(../imgs/btn-imprimir.png);
}
input#btn-pesquisar {
background-image: url(../imgs/btn-pesquisar.png);
}
input#btn-consulta {
background-image: url(../imgs/btn-consulta.png);
}
input#btn-listagem {
background-image: url(../imgs/btn-listagem.png);
}
input#btn-fechar {
background-image: url(../imgs/btn-fechar.gif);
}
textarea {
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 11px;
color: #006699;
text-decoration: none;
border: 1px solid #B8B8B8;
}
select,
input.text,
input.textlcase,
input.textucase,
input.textpcase {
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 11px;
color: #006699;
height: 18px;
text-decoration: none;
border: 1px solid #B8B8B8;
}
input.textlcase {
text-transform:lowercase;
}
input.textucase {
text-transform:uppercase;
}
input.textpcase {
text-transform:capitalize;
}
.row1 {
background-color: #ffffff
}
.row2 {
background-color: #f9f9f9
}
.row1 td {
border-bottom: #eeeeee 1px solid
}
.row2 td {
border-bottom: #eeeeee 1px solid
}
.previous td {
border-bottom: #eeeeee 1px solid
}
.highlight {
background-color: #ebf1fc
}
.highlight td {
border-bottom: #eeeeee 1px solid
}
.highlight2 {
background-color: #FFEE88;
/*
padding: 2px;
border-top: 1px solid #FFED86;
border-left: 1px solid #FFED86;
border-right: 1px solid #FFD700;
border-bottom: 1px solid #FFD700;
*/
}
.highlight3 {
font-weight: bolder;
background-color: #FFEE88;
color: #000000;
padding: 2px 0px 2px 0px;
}
.panel,
.panel-a,
.panel-b {
float: left; margin-right: 10px;
}
.panel{
width: 600px;
}
.panel-a{
width: 325px;
}
.panel-b {
width: 430px;
}
.panel-a table img {
margin-bottom: 3px
}
.panel table,
.panel-a table,
.panel-b table {
width: 100%; border-collapse: collapse
}
.panel table td {
padding: 1px 3px 1px 3px;
}
.panel table td.coluna {
font-weight: bolder;
background-color: #ebf1fc;
color: #000000;
padding: 3px 3px 3px 3px;
}
.panel table td.colunasel {
font-weight: bolder;
background-color: #ffffff;
color: #000000;
padding: 3px 3px 3px 0px;
border-left: 3px solid #BCCEF5;
}
.panel-a table td {
padding: 10px 10px 10px 10px; cursor: pointer; text-align: center;
}
.panel-b table td {
padding: 6px 6px 6px 6px; cursor: pointer;
}
.panel table tr.borderbottom th,
.panel-b table tr.borderbottom th {
border-bottom: 2px solid #ffd700;
}
.panel table tr.bordertop th,
.panel-b table tr.bordertop th {
border-top: 2px solid #ffd700;
}
.panel table tr.borderbottom td,
.panel-b table tr.borderbottom td {
border-bottom: 1px solid #ffffff;
}
.separador {
height: 1px;
border-bottom: 2px ridge #E7EEFB;
}
.panel table th,
.panel-b table th {
padding: 4px 4px 4px 4px;
}
.panel fieldset,
.panel-a fieldset,
.panel-b fieldset {
margin-bottom: 5px;
border: 1px solid #d5d5d5;
}
.panel fieldset legend,
.panel-a fieldset legend,
.panel-b fieldset legend {
border: 1px solid #d5d5d5;
padding: 3px 5px 3px 5px;
margin: 3px 0px 3px 0px;
}
| 0.212069 | 0.078289 |
html, body {
width: 100%;
height: 100%;
}
body {
visibility: hidden;
overflow: hidden;
-webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
}
.samplebrowser {
height: 100%;
width: 100%;
overflow: hidden;
}
.navbar {
margin: 0px;
border-radius: 0px;
min-height: 58px;
background: #2D2E2D;
border: none;
}
.leftheader {
width: auto;
position: absolute;
}
.bootstrap .navbar {
background: #296293;
}
.sbthemeswitcher {
float: right;
}
.themegallery {
float: right;
margin-right: 18px;
width: 60px;
height: 57px;
}
#themebutton {
background: transparent;
border: none;
color: white;
margin-top: 2px;
}
#themebutton .e-icon {
width: 55px;
height: 55px;
}
#themebutton .e-icon.e-uiLight {
background: url('../content/images/dark-theme-blue-icon.png') no-repeat;
}
#themebutton .e-menu-arrow.e-menu-left {
display: none;
}
.sblogo {
background-size: 100%;
width: 182px;
height: 40px;
margin-top: 6px;
float: left;
z-index: 2;
margin-right: 10px;
margin-left: 5px;
background: url("images/azure-logo.png") no-repeat;
}
.e-h1-tag{
color: transparent;
cursor: default;
display: inline-block;
}
.angular-tittle {
color: #66c2ff;
font-size: 22px;
letter-spacing: 0.3px;
padding-top: 17px;
padding-bottom: 14px;
float: left;
}
.bootstrap .sblogo {
background: url("images/azure-logo.png") no-repeat;
}
.azure .sblogo {
background: url("images/azure-logo.png") no-repeat;
}
.bootstrap #themebutton .e-icon {
background: url('../content/images/bootstrap-theme-icon.png') no-repeat;
background-size: 60px;
}
.azure #themebutton .e-icon {
background: url('../content/images/dark-theme-blue-icon.png') no-repeat;
}
.lime #themebutton .e-icon {
background: url('../content/images/dark-theme-green-icon.png') no-repeat;
}
.saffron #themebutton .e-icon {
background: url('../content/images/dark-theme-orange-icon.png') no-repeat;
}
.high-contrast-01 #themebutton .e-icon {
background: url('../content/images/highcontrast-01.png') no-repeat;
}
.high-contrast-02 #themebutton .e-icon {
background: url('../content/images/highcontrast-02.png') no-repeat;
}
.material #themebutton .e-icon {
background: url('../content/images/material.png') no-repeat;
}
.office-365 #themebutton .e-icon {
background: url('../content/images/office-365.png') no-repeat;
}
.sbtooltip {
background: url("../content/images/sbtooltip.png") no-repeat;
width: 176px;
height: 86px;
}
#sbtooltipbox {
padding: 0;
margin: 0;
background: none;
}
#sbtooltipbox_wrapper {
background: transparent !important;
border: none !important;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
position: fixed !important;
top: 65px;
}
#sbtooltipbox_wrapper > .e-dialog-scroller {
border: none;
}
.sbthemeswitcher {
width: 60px;
height: 55px;
}
.sbthemeswitcher #themebutton > li > a.e-arrow-space {
padding: 0px;
}
.sbthemeswitcher #themebutton > li > a > .e-icon.e-arrowhead-down {
display: none;
}
.sbthemeswitcher #themebutton > li.e-list.e-mhover,
.sbthemeswitcher #themebutton > li.e-list.e-mhover > a,
.sbthemeswitcher #themebutton > li.e-list.e-active,
.sbthemeswitcher #themebutton > li.e-list.e-active > a {
background: #393939;
}
.bootstrap .sbthemeswitcher #themebutton > li.e-list.e-mhover,
.bootstrap .sbthemeswitcher #themebutton > li.e-list.e-mhover > a,
.bootstrap .sbthemeswitcher #themebutton > li.e-list.e-active,
.bootstrap .sbthemeswitcher #themebutton > li.e-list.e-active > a {
background: #3277b2;
}
#themebutton.e-menu.e-horizontal > .e-list.e-active.e-menu-arrow:after {
content: none;
}
.sbthemeswitcher #themebutton.e-menu.e-horizontal > li:hover {
background: #393939;
}
.sbthemeswitcher .e-list > ul .e-list {
padding: 8px 9px;
}
.sbthemeswitcher .e-horizontal > .e-list > ul:after,
.sbthemeswitcher .e-list > a span.e-icon.e-arrowhead-down {
display: none;
}
.sbthemeswitcher .e-list > a {
padding-left: 15px;
}
.sbthemeswitcher li.e-list > a > span {
top: -3px !important;
left: 236px !important;
}
.sbthemeswitcher #themebutton > li > a > .e-icon:first-child {
margin: 0px;
left: 0px !important;
}
.sbthemeswitcher .e-horizontal .e-list > ul {
width: 295px;
height: 580px;
overflow-y: scroll;
}
.SB-theme {
background-image: url("../content/images/themeicon/themeicon1.png");
background-repeat: no-repeat;
display: block;
width: 25px;
height: 28px;
}
.SB-bootstrap {
background-position: -5px -5px;
}
.SB-high-contrast-01 {
background-position: -40px -118px;
}
.SB-high-contrast-02 {
background-position: -75px -119px;
}
.SB-material {
background-position: -5px -158px;
}
.SB-office365 {
background-position: -110px -119px;
}
.SB-flat-azure {
background-position: -40px -5px;
}
.SB-flat-azure-dark {
background-position: -75px -5px;
}
.SB-flat-lime {
background-position: -5px -43px;
}
.SB-flat-lime-dark {
background-position: -40px -43px;
}
.SB-flat-saffron {
background-position: -75px -43px;
}
.SB-flat-saffron-dark {
background-position: -5px -81px;
}
.SB-gradient-azure {
background-position: -40px -81px;
}
.SB-gradient-azure-dark {
background-position: -75px -81px;
}
.SB-gradient-lime {
background-position: -110px -5px;
}
.SB-gradient-lime-dark {
background-position: -110px -43px;
}
.SB-gradient-saffron {
background-position: -110px -81px;
}
.SB-gradient-saffron-dark {
background-position: -5px -119px;
}
.accordion-panel {
width: 250px !important;
height: auto;
padding: 0px;
background: #f3f1f4;
float: left;
border-right: 1px solid #BBB7B0;
-moz-box-shadow: 0px 3px 4px 0.2px #BBB7B0;
-webkit-box-shadow: 0px 3px 4px 0.2px #BBB7B0;
box-shadow: 0px 3px 4px 0.2px #BBB7B0;
overflow: hidden;
}
.darktheme .accordion-panel {
border-right: 1px solid #333;
}
.bootstrap .accordion-panel,
.bootstrap .control-panel {
background: #ffffff;
}
.contentheader {
margin: 15px 0px;
padding: 0px 25px;
}
.control-panel {
width: calc(100% - 250px);
float: left;
padding: 0px;
background: #f9f7f9;
overflow-x: hidden;
overflow-y: scroll;
}
.darktheme .accordion-panel,
.darktheme .control-panel {
background: #222322;
}
.control-panel > .row {
min-height: 570px;
margin: 0;
}
#scrollcontainer .e-scrollbar .e-hscroll .e-icon,
#scrollcontainer .e-scrollbar .e-vscroll .e-icon,
#auto_suggestion .e-scrollbar .e-hscroll .e-icon,
#auto_suggestion .e-scrollbar .e-vscroll .e-icon {
display: block;
}
.contentarea {
width: 100%;
height: calc(100% - 58px);
}
#searchauto_suggestion .control_name, #searchauto_suggestion .control_samplename {
display: inline-block;
width: 48%;
padding: 3px;
}
.listselected {
background: rgb(227, 229, 229) none repeat scroll 0% 0%;
}
.productList {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.productList li a {
font-family: 'Segoe UI';
padding-left: 20px;
color: #333;
font-size: 14px;
line-height: 30px;
text-decoration: none;
padding: 2px 0px 2px 20px;
position: inherit;
display: inline-block;
}
.darktheme .productList li a {
color: #fff;
}
.productList > li > a:hover {
background: none;
cursor: default;
}
.productList > li > a {
width: 80%;
font-weight: 600;
}
.productList ul li a {
width: 100%;
padding-left: 40px;
}
.productList ul li a:hover {
background: #f5f5f7;
}
.darktheme .productList ul li a:hover {
background: #2D2E2D;
color: #fff;
}
.productList a.ng-binding.e-active {
background: rgb(227, 229, 229) none repeat scroll 0% 0%;
color: #333;
}
.darktheme .productList a.ng-binding.e-active {
background: rgb(66, 66, 66) none repeat scroll 0% 0%;
color: #fff;
}
.productList .sb-arrow {
background-image: url(images/sbarrows.png);
width: 16px;
height: 14px;
float: right;
margin-right: -25px;
margin-top: 9px;
}
.productList .sb-arrow.down {
background-position: -5px -5px;
}
.productList .sb-arrow.up {
background-position: -3px 20px;
}
.productList ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.productList ul li {
width: 100%;
}
.darktheme .cols-sample-area,
.darktheme .cols-prop-area,
.darktheme .event-tracer {
background: #111111 !important;
border: 1px solid #343434;
}
.controlnamediv {
position: relative;
height: 47px;
}
.producttitle,
.controlname {
font-size: 25px;
font-family: 'Segoe UI';
color: #807F7F;
line-height: 40px;
margin-top: 7px;
cursor: default;
}
.samplename {
font-size: 25px;
font-family: 'Segoe UI';
color: #296293;
line-height: 40px;
margin-top: 7px;
cursor: default;
}
.azure .samplename {
color: #66c1dc;
}
.lime .samplename {
color: #aecf49;
}
.saffron .samplename {
color: #f9920b;
}
.bootstrap .samplename {
color: #296293;
}
.high-contrast-01 .samplename {
color: #dbdb00;
}
.high-contrast-02 .samplename {
color: #00ff00;
}
.material .samplename {
color: #ff4081;
}
.office-365 .samplename {
color: #0078d7;
}
#controlname {
margin-left: 27px;
}
#sample {
display: inline-block;
}
.contentchild {
overflow: auto;
padding: 25px;
}
.router {
border: 1px solid #D9DEDD;
}
.darktheme .router {
border: 1px solid #343434;
}
.footerdiv {
background-color: #2a2d33;
height: 54px;
float: right;
width: 100%;
margin-bottom: 0px;
cursor: default;
}
.contentsourcediv {
width: 95%;
margin: 0 auto 50px auto;
}
.syncfusion {
background: url("images/footer.png") no-repeat;
width: 125px;
height: 30px;
float: right;
margin-top: 15px;
background-position: -5px -50px;
}
.copyright {
color: #818692;
margin-top: 20px;
float: left;
margin-left: 25px;
}
.content-container-fluid {
padding-right: 0px;
padding-left: 0px;
}
.content-container-fluid .row {
margin: 0;
}
.row [class*="cols-"]:first-child {
margin-left: 0;
}
.row [class*="cols-"]:first-child > div:first-child {
margin: 0 auto;
}
#property-window .row {
padding: 20px 0px;
}
.listview-sample .row .cols-sample-area {
padding: 24px;
}
.row .cols-sample-area {
background-color: white;
margin-bottom: 25px;
padding: 25px;
min-width: 250px;
min-height: 350px;
}
.row [class*="cols-"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 1%;
}
[class*="cols-"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.searchoption {
padding: 12px 10px 3px;
}
.dashboardheadertext .showcasetext {
width: 100%;
color: #296293;
font-weight: 600;
font-size: medium;
font-family: 'Segoe UI';
text-decoration: none;
padding: 10px;
}
.dashboardheadertext {
border-bottom: 1px solid #D9DEDD;
padding: 10px;
}
.darktheme .dashboardheadertext {
border-bottom: 1px solid #333;
}
.azure .dashboardheadertext .showcasetext {
color: #66c1dc;
}
.lime .dashboardheadertext .showcasetext {
color: #aecf49;
}
.saffron .dashboardheadertext .showcasetext {
color: #f9920b;
}
.bootstrap .dashboardheadertext .showcasetext {
color: #296293;
}
.high-contrast-01 .dashboardheadertext .showcasetext {
color: #dbdb00;
}
.high-contrast-02 .dashboardheadertext .showcasetext {
color: #00ff00;
}
.material .dashboardheadertext .showcasetext {
color: #ff4081;
}
.office-365 .dashboardheadertext .showcasetext {
color: #0078d7;
}
.e-tab.e-js.e-widget.e-home {
display: none;
}
.contentchild.e-showcase {
background-color: #fff;
border: none;
margin-top: -10px;
}
.showcasefooter {
margin-bottom: 4% !important;
}
.slidemenuicon.e-button {
display: none;
}
.EventBox {
max-width: 400px;
min-height: 320px;
margin: 2em auto;
background-color: rgba(20,53,80,0.038);
border: 1px solid rgba(20,53,80,0.05);
box-sizing: border-box;
border-radius: 14px;
display: block;
padding: 10px 20px 40px 20px;
}
.console .divEventTrace hr {
margin: 5px 0px;
}
.console .divEventTrace {
padding: 5px;
}
.console {
background-color: transparent;
color: #333;
font: 11px Consolas, Monaco, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
margin-bottom: 5px;
overflow-x: hidden;
text-align: left;
height: 230px;
border: 1px solid rgba(20,53,80,0.1);
background-color: #ffffff;
text-indent: 0;
display: block;
}
.darktheme .CodeMirror {
background: #111111 !important;
color: #fff;
}
#clrbutton {
float: right;
}
.showcasesamples {
padding: 0px 25px;
}
.featuredsamples {
list-style-type: none;
padding: 0px;
}
.listsampleimage {
display: inline-block;
height: 359px;
width: 316px;
padding: 15px 8px 32px 8px;
margin-right: 15px;
}
.imgstyle {
min-width: 316px;
min-height: 344px;
background-repeat: no-repeat;
}
.litext {
margin-top: -128px;
height: auto;
color: #838383;
width: 155px;
}
.litext, .samplebutton {
margin-left: 20px;
position: relative;
float: left;
display: inline-block;
}
.litext > a {
color: #296293;
font-size: 13px;
font-weight: 600;
}
.aclass {
text-decoration: none !important;
}
.samplebutton .anchorclass {
height: auto;
border-radius: 0;
text-decoration: none;
color: #838383;
cursor: pointer;
}
.litext > p {
margin-top: 6px;
font-size: 12px;
cursor: default;
}
p {
margin: 0 0 10px;
}
.samplebutton {
margin-top: -43px;
width: 110px;
}
.litext, .samplebutton {
margin-left: 20px;
position: relative;
float: left;
display: inline-block;
}
.dashboard, .downbutton, .samplebutton {
vertical-align: middle;
}
.samplebutton > a {
color: #fff;
text-decoration: none;
}
.anchorclass {
text-decoration: none;
color: #838383;
cursor: pointer;
}
.anchorclass {
text-decoration: none;
color: #838383;
cursor: pointer;
}
.qrcode {
bottom: 120px;
display: inline-block;
position: relative;
right: -189px;
float: left;
}
.qrcode .qrimage {
height: 104px;
width: 104px;
display: block;
border: 1px solid #AAA;
}
.qrcode .qrimage.qrhealth-angular {
background: url(images/qrcode/health-angular.png) 2px 2px no-repeat;
}
.qrcode .qrimage.qrexpense-angular {
background: url(images/qrcode/expense-angular.png) 2px 2px no-repeat;
}
.qrcode .qrimage.qrwebmail {
background: url(images/qrcode/webmail.png) 2px 2px no-repeat;
}
.qrcode .qrimage.qrweather {
background: url(images/qrcode/weather.png) 2px 2px no-repeat;
}
.qrcode .qrimage.qrdocumenteditor {
background: url(images/qrcode/documenteditor.png) 2px 2px no-repeat;
}
.img1 {
background: url(images/dashboard_img/health_thumb.png);
}
.darktheme .img1 {
background: url("../content/images/dashboard_img/dark-theme-health-thumb.png");
}
.img3 {
background: url(images/dashboard_img/weather_thumb.png);
}
.darktheme .img3 {
background: url(../content/images/dashboard_img/dark-theme-weather-thumb.png);
}
.img4 {
background: url(images/dashboard_img/expense_thumb.png);
}
.darktheme .img4 {
background: url(../content/images/dashboard_img/dark-theme-expense-thumb.png);
}
.img5 {
background: url(images/dashboard_img/webmail_thumb.png);
}
.img6 {
background: url(images/dashboard_img/documenteditor.png);
}
.darktheme .img6 {
background: url(../content/images/dashboard_img/dark-theme-documenteditor.png);
}
.img12 {
background: url(images/dashboard_img/hospital_management.png);
}
.darktheme .img12 {
background: url(../content/images/dashboard_img/hospital_management_dark_theme.png);
}
.qrcode .qrimage.qrhospital-angular {
background: url(images/qrcode/hospital-angular.png) 2px 2px no-repeat;
}
.codebutton .anchorclass {
float: left;
height: auto !important;
border-radius: 0 !important;
line-height: 23px;
margin-left: 132px;
margin-top: -43px;
padding-left: 4px;
width: 20px;
text-decoration: none;
}
.codebutton .codeimg:before {
content: "\e780";
font-size: 18px;
margin: -5px 0px 0 -3px;
}
.box.wide {
padding: 3em;
margin: 3em 0;
background-color: rgba(20,53,80,0.038);
border: 1px solid rgba(20,53,80,0.05);
}
/* Scroller Style*/
#scrollcontainer {
outline: none;
}
#scrollcontainer.e-scroller .e-vhandle:hover,
#scrollcontainer.e-scroller .e-button:hover,
#auto_suggestion .e-vhandle:hover {
background: #d8d8d8;
color: #797979;
}
#scrollcontainer .e-scrollbar .e-hscroll .e-icon,
#scrollcontainer .e-scrollbar .e-vscroll .e-icon,
#auto_suggestion .e-scrollbar .e-hscroll .e-icon,
#auto_suggestion .e-scrollbar .e-vscroll .e-icon {
display: block;
}
.darktheme #scrollcontainer.e-scroller .e-vhandle:hover,
.darktheme #scrollcontainer.e-scroller .e-button:hover,
.darktheme #auto_suggestion .e-vhandle:hover {
background: #444444;
}
.darktheme #auto_suggestion .e-vhandle {
background: #4F4F4F;
}
#scrollcontainer .e-vhandle,
#auto_suggestion .e-vhandle {
border-radius: 4px;
}
#scrollcontainer > .e-scrollbar,
#scrollcontainer > .e-scrollbar > .e-vscroll {
width: 9px !important;
outline: none;
}
/* Media query styles*/
@media (min-width: 982px) {
.accordion-panel {
margin-left: 0px !important;
position: relative !important;
}
.control-panel {
width: calc(100% - 250px);
}
}
@media (max-width: 981px) {
.controlname.ng-binding {
margin-left: 10px !important;
}
.control-panel {
width: 100%;
}
.accordion-panel {
margin-left: -250px;
}
.producttitle {
margin-left: 50px;
}
.slidemenuicon .e-slidemenu:before {
content: "\e76b";
}
.slidemenuicon .e-slidemenu {
font-size: 25px;
}
.slidemenuicon.e-button {
display: block;
background: none;
border: none;
float: left;
width: 40px;
height: 35px;
position: relative;
z-index: 990;
}
#slidemenu.slidemenuicon.e-button:hover {
background: none;
filter: none;
}
.slidemenuicon.e-button.e-btn.e-select:focus {
box-shadow: 0 0;
}
.slidemenuicon.e-button.e-btn.e-select:active {
background: none;
filter: none;
}
#slidemenu.slidemenuicon .e-icon.e-slidemenu {
color: #333;
}
}
@media (max-width: 400px) {
.syncfusion {
display: none;
}
.navbar {
height: 80px;
}
.angular-tittle {
padding-top: 42px;
margin-left: -155px;
}
.themegallery {
margin-top: 15px;
}
}
@media (max-width: 310px) {
span.controlname {
font-size: 23px;
}
}
/* CSS Properties for new, update, preview Labels */
.samplestatus {
height: 13px;
position: absolute;
width: 66px;
margin-top: 12px;
}
.samplestatus {
background-position: 9px 0px;
}
.samplestatus.new {
background-image: url("../content/images/status_icon/new-light.png");
background-repeat: no-repeat;
}
.samplestatus.update {
background-image: url("../content/images/status_icon/updated-light.png");
background-repeat: no-repeat;
}
.samplestatus.preview {
background-image: url("../content/images/status_icon/preview-light.png");
background-repeat: no-repeat;
}
.showcasestatus{
position: absolute;
margin-top: -4px;
width: 90px;
height: 20px;
}
.showcasestatus.showcase_update {
background-image: url("../content/images/status_icon/showcase-update.png");
background-repeat: no-repeat;
}
.showcasestatus.showcase_new{
background-image: url("../content/images/status_icon/showcase-new.png");
background-repeat: no-repeat;
}
.darktheme .samplestatus.new, .darktheme .showcase_new {
background-image: url("../content/images/status_icon/new-dark.png");
background-repeat: no-repeat;
}
.darktheme .samplestatus.update, .darktheme .showcase_update {
background-image: url("../content/images/status_icon/updated-dark.png");
background-repeat: no-repeat;
}
.darktheme .samplestatus.preview {
background-image: url("../content/images/status_icon/preview-dark.png");
background-repeat: no-repeat;
}
|
content/default.css
|
html, body {
width: 100%;
height: 100%;
}
body {
visibility: hidden;
overflow: hidden;
-webkit-user-select: none; /* Chrome, Opera, Safari */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
}
.samplebrowser {
height: 100%;
width: 100%;
overflow: hidden;
}
.navbar {
margin: 0px;
border-radius: 0px;
min-height: 58px;
background: #2D2E2D;
border: none;
}
.leftheader {
width: auto;
position: absolute;
}
.bootstrap .navbar {
background: #296293;
}
.sbthemeswitcher {
float: right;
}
.themegallery {
float: right;
margin-right: 18px;
width: 60px;
height: 57px;
}
#themebutton {
background: transparent;
border: none;
color: white;
margin-top: 2px;
}
#themebutton .e-icon {
width: 55px;
height: 55px;
}
#themebutton .e-icon.e-uiLight {
background: url('../content/images/dark-theme-blue-icon.png') no-repeat;
}
#themebutton .e-menu-arrow.e-menu-left {
display: none;
}
.sblogo {
background-size: 100%;
width: 182px;
height: 40px;
margin-top: 6px;
float: left;
z-index: 2;
margin-right: 10px;
margin-left: 5px;
background: url("images/azure-logo.png") no-repeat;
}
.e-h1-tag{
color: transparent;
cursor: default;
display: inline-block;
}
.angular-tittle {
color: #66c2ff;
font-size: 22px;
letter-spacing: 0.3px;
padding-top: 17px;
padding-bottom: 14px;
float: left;
}
.bootstrap .sblogo {
background: url("images/azure-logo.png") no-repeat;
}
.azure .sblogo {
background: url("images/azure-logo.png") no-repeat;
}
.bootstrap #themebutton .e-icon {
background: url('../content/images/bootstrap-theme-icon.png') no-repeat;
background-size: 60px;
}
.azure #themebutton .e-icon {
background: url('../content/images/dark-theme-blue-icon.png') no-repeat;
}
.lime #themebutton .e-icon {
background: url('../content/images/dark-theme-green-icon.png') no-repeat;
}
.saffron #themebutton .e-icon {
background: url('../content/images/dark-theme-orange-icon.png') no-repeat;
}
.high-contrast-01 #themebutton .e-icon {
background: url('../content/images/highcontrast-01.png') no-repeat;
}
.high-contrast-02 #themebutton .e-icon {
background: url('../content/images/highcontrast-02.png') no-repeat;
}
.material #themebutton .e-icon {
background: url('../content/images/material.png') no-repeat;
}
.office-365 #themebutton .e-icon {
background: url('../content/images/office-365.png') no-repeat;
}
.sbtooltip {
background: url("../content/images/sbtooltip.png") no-repeat;
width: 176px;
height: 86px;
}
#sbtooltipbox {
padding: 0;
margin: 0;
background: none;
}
#sbtooltipbox_wrapper {
background: transparent !important;
border: none !important;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
position: fixed !important;
top: 65px;
}
#sbtooltipbox_wrapper > .e-dialog-scroller {
border: none;
}
.sbthemeswitcher {
width: 60px;
height: 55px;
}
.sbthemeswitcher #themebutton > li > a.e-arrow-space {
padding: 0px;
}
.sbthemeswitcher #themebutton > li > a > .e-icon.e-arrowhead-down {
display: none;
}
.sbthemeswitcher #themebutton > li.e-list.e-mhover,
.sbthemeswitcher #themebutton > li.e-list.e-mhover > a,
.sbthemeswitcher #themebutton > li.e-list.e-active,
.sbthemeswitcher #themebutton > li.e-list.e-active > a {
background: #393939;
}
.bootstrap .sbthemeswitcher #themebutton > li.e-list.e-mhover,
.bootstrap .sbthemeswitcher #themebutton > li.e-list.e-mhover > a,
.bootstrap .sbthemeswitcher #themebutton > li.e-list.e-active,
.bootstrap .sbthemeswitcher #themebutton > li.e-list.e-active > a {
background: #3277b2;
}
#themebutton.e-menu.e-horizontal > .e-list.e-active.e-menu-arrow:after {
content: none;
}
.sbthemeswitcher #themebutton.e-menu.e-horizontal > li:hover {
background: #393939;
}
.sbthemeswitcher .e-list > ul .e-list {
padding: 8px 9px;
}
.sbthemeswitcher .e-horizontal > .e-list > ul:after,
.sbthemeswitcher .e-list > a span.e-icon.e-arrowhead-down {
display: none;
}
.sbthemeswitcher .e-list > a {
padding-left: 15px;
}
.sbthemeswitcher li.e-list > a > span {
top: -3px !important;
left: 236px !important;
}
.sbthemeswitcher #themebutton > li > a > .e-icon:first-child {
margin: 0px;
left: 0px !important;
}
.sbthemeswitcher .e-horizontal .e-list > ul {
width: 295px;
height: 580px;
overflow-y: scroll;
}
.SB-theme {
background-image: url("../content/images/themeicon/themeicon1.png");
background-repeat: no-repeat;
display: block;
width: 25px;
height: 28px;
}
.SB-bootstrap {
background-position: -5px -5px;
}
.SB-high-contrast-01 {
background-position: -40px -118px;
}
.SB-high-contrast-02 {
background-position: -75px -119px;
}
.SB-material {
background-position: -5px -158px;
}
.SB-office365 {
background-position: -110px -119px;
}
.SB-flat-azure {
background-position: -40px -5px;
}
.SB-flat-azure-dark {
background-position: -75px -5px;
}
.SB-flat-lime {
background-position: -5px -43px;
}
.SB-flat-lime-dark {
background-position: -40px -43px;
}
.SB-flat-saffron {
background-position: -75px -43px;
}
.SB-flat-saffron-dark {
background-position: -5px -81px;
}
.SB-gradient-azure {
background-position: -40px -81px;
}
.SB-gradient-azure-dark {
background-position: -75px -81px;
}
.SB-gradient-lime {
background-position: -110px -5px;
}
.SB-gradient-lime-dark {
background-position: -110px -43px;
}
.SB-gradient-saffron {
background-position: -110px -81px;
}
.SB-gradient-saffron-dark {
background-position: -5px -119px;
}
.accordion-panel {
width: 250px !important;
height: auto;
padding: 0px;
background: #f3f1f4;
float: left;
border-right: 1px solid #BBB7B0;
-moz-box-shadow: 0px 3px 4px 0.2px #BBB7B0;
-webkit-box-shadow: 0px 3px 4px 0.2px #BBB7B0;
box-shadow: 0px 3px 4px 0.2px #BBB7B0;
overflow: hidden;
}
.darktheme .accordion-panel {
border-right: 1px solid #333;
}
.bootstrap .accordion-panel,
.bootstrap .control-panel {
background: #ffffff;
}
.contentheader {
margin: 15px 0px;
padding: 0px 25px;
}
.control-panel {
width: calc(100% - 250px);
float: left;
padding: 0px;
background: #f9f7f9;
overflow-x: hidden;
overflow-y: scroll;
}
.darktheme .accordion-panel,
.darktheme .control-panel {
background: #222322;
}
.control-panel > .row {
min-height: 570px;
margin: 0;
}
#scrollcontainer .e-scrollbar .e-hscroll .e-icon,
#scrollcontainer .e-scrollbar .e-vscroll .e-icon,
#auto_suggestion .e-scrollbar .e-hscroll .e-icon,
#auto_suggestion .e-scrollbar .e-vscroll .e-icon {
display: block;
}
.contentarea {
width: 100%;
height: calc(100% - 58px);
}
#searchauto_suggestion .control_name, #searchauto_suggestion .control_samplename {
display: inline-block;
width: 48%;
padding: 3px;
}
.listselected {
background: rgb(227, 229, 229) none repeat scroll 0% 0%;
}
.productList {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.productList li a {
font-family: 'Segoe UI';
padding-left: 20px;
color: #333;
font-size: 14px;
line-height: 30px;
text-decoration: none;
padding: 2px 0px 2px 20px;
position: inherit;
display: inline-block;
}
.darktheme .productList li a {
color: #fff;
}
.productList > li > a:hover {
background: none;
cursor: default;
}
.productList > li > a {
width: 80%;
font-weight: 600;
}
.productList ul li a {
width: 100%;
padding-left: 40px;
}
.productList ul li a:hover {
background: #f5f5f7;
}
.darktheme .productList ul li a:hover {
background: #2D2E2D;
color: #fff;
}
.productList a.ng-binding.e-active {
background: rgb(227, 229, 229) none repeat scroll 0% 0%;
color: #333;
}
.darktheme .productList a.ng-binding.e-active {
background: rgb(66, 66, 66) none repeat scroll 0% 0%;
color: #fff;
}
.productList .sb-arrow {
background-image: url(images/sbarrows.png);
width: 16px;
height: 14px;
float: right;
margin-right: -25px;
margin-top: 9px;
}
.productList .sb-arrow.down {
background-position: -5px -5px;
}
.productList .sb-arrow.up {
background-position: -3px 20px;
}
.productList ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.productList ul li {
width: 100%;
}
.darktheme .cols-sample-area,
.darktheme .cols-prop-area,
.darktheme .event-tracer {
background: #111111 !important;
border: 1px solid #343434;
}
.controlnamediv {
position: relative;
height: 47px;
}
.producttitle,
.controlname {
font-size: 25px;
font-family: 'Segoe UI';
color: #807F7F;
line-height: 40px;
margin-top: 7px;
cursor: default;
}
.samplename {
font-size: 25px;
font-family: 'Segoe UI';
color: #296293;
line-height: 40px;
margin-top: 7px;
cursor: default;
}
.azure .samplename {
color: #66c1dc;
}
.lime .samplename {
color: #aecf49;
}
.saffron .samplename {
color: #f9920b;
}
.bootstrap .samplename {
color: #296293;
}
.high-contrast-01 .samplename {
color: #dbdb00;
}
.high-contrast-02 .samplename {
color: #00ff00;
}
.material .samplename {
color: #ff4081;
}
.office-365 .samplename {
color: #0078d7;
}
#controlname {
margin-left: 27px;
}
#sample {
display: inline-block;
}
.contentchild {
overflow: auto;
padding: 25px;
}
.router {
border: 1px solid #D9DEDD;
}
.darktheme .router {
border: 1px solid #343434;
}
.footerdiv {
background-color: #2a2d33;
height: 54px;
float: right;
width: 100%;
margin-bottom: 0px;
cursor: default;
}
.contentsourcediv {
width: 95%;
margin: 0 auto 50px auto;
}
.syncfusion {
background: url("images/footer.png") no-repeat;
width: 125px;
height: 30px;
float: right;
margin-top: 15px;
background-position: -5px -50px;
}
.copyright {
color: #818692;
margin-top: 20px;
float: left;
margin-left: 25px;
}
.content-container-fluid {
padding-right: 0px;
padding-left: 0px;
}
.content-container-fluid .row {
margin: 0;
}
.row [class*="cols-"]:first-child {
margin-left: 0;
}
.row [class*="cols-"]:first-child > div:first-child {
margin: 0 auto;
}
#property-window .row {
padding: 20px 0px;
}
.listview-sample .row .cols-sample-area {
padding: 24px;
}
.row .cols-sample-area {
background-color: white;
margin-bottom: 25px;
padding: 25px;
min-width: 250px;
min-height: 350px;
}
.row [class*="cols-"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 1%;
}
[class*="cols-"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.searchoption {
padding: 12px 10px 3px;
}
.dashboardheadertext .showcasetext {
width: 100%;
color: #296293;
font-weight: 600;
font-size: medium;
font-family: 'Segoe UI';
text-decoration: none;
padding: 10px;
}
.dashboardheadertext {
border-bottom: 1px solid #D9DEDD;
padding: 10px;
}
.darktheme .dashboardheadertext {
border-bottom: 1px solid #333;
}
.azure .dashboardheadertext .showcasetext {
color: #66c1dc;
}
.lime .dashboardheadertext .showcasetext {
color: #aecf49;
}
.saffron .dashboardheadertext .showcasetext {
color: #f9920b;
}
.bootstrap .dashboardheadertext .showcasetext {
color: #296293;
}
.high-contrast-01 .dashboardheadertext .showcasetext {
color: #dbdb00;
}
.high-contrast-02 .dashboardheadertext .showcasetext {
color: #00ff00;
}
.material .dashboardheadertext .showcasetext {
color: #ff4081;
}
.office-365 .dashboardheadertext .showcasetext {
color: #0078d7;
}
.e-tab.e-js.e-widget.e-home {
display: none;
}
.contentchild.e-showcase {
background-color: #fff;
border: none;
margin-top: -10px;
}
.showcasefooter {
margin-bottom: 4% !important;
}
.slidemenuicon.e-button {
display: none;
}
.EventBox {
max-width: 400px;
min-height: 320px;
margin: 2em auto;
background-color: rgba(20,53,80,0.038);
border: 1px solid rgba(20,53,80,0.05);
box-sizing: border-box;
border-radius: 14px;
display: block;
padding: 10px 20px 40px 20px;
}
.console .divEventTrace hr {
margin: 5px 0px;
}
.console .divEventTrace {
padding: 5px;
}
.console {
background-color: transparent;
color: #333;
font: 11px Consolas, Monaco, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
margin-bottom: 5px;
overflow-x: hidden;
text-align: left;
height: 230px;
border: 1px solid rgba(20,53,80,0.1);
background-color: #ffffff;
text-indent: 0;
display: block;
}
.darktheme .CodeMirror {
background: #111111 !important;
color: #fff;
}
#clrbutton {
float: right;
}
.showcasesamples {
padding: 0px 25px;
}
.featuredsamples {
list-style-type: none;
padding: 0px;
}
.listsampleimage {
display: inline-block;
height: 359px;
width: 316px;
padding: 15px 8px 32px 8px;
margin-right: 15px;
}
.imgstyle {
min-width: 316px;
min-height: 344px;
background-repeat: no-repeat;
}
.litext {
margin-top: -128px;
height: auto;
color: #838383;
width: 155px;
}
.litext, .samplebutton {
margin-left: 20px;
position: relative;
float: left;
display: inline-block;
}
.litext > a {
color: #296293;
font-size: 13px;
font-weight: 600;
}
.aclass {
text-decoration: none !important;
}
.samplebutton .anchorclass {
height: auto;
border-radius: 0;
text-decoration: none;
color: #838383;
cursor: pointer;
}
.litext > p {
margin-top: 6px;
font-size: 12px;
cursor: default;
}
p {
margin: 0 0 10px;
}
.samplebutton {
margin-top: -43px;
width: 110px;
}
.litext, .samplebutton {
margin-left: 20px;
position: relative;
float: left;
display: inline-block;
}
.dashboard, .downbutton, .samplebutton {
vertical-align: middle;
}
.samplebutton > a {
color: #fff;
text-decoration: none;
}
.anchorclass {
text-decoration: none;
color: #838383;
cursor: pointer;
}
.anchorclass {
text-decoration: none;
color: #838383;
cursor: pointer;
}
.qrcode {
bottom: 120px;
display: inline-block;
position: relative;
right: -189px;
float: left;
}
.qrcode .qrimage {
height: 104px;
width: 104px;
display: block;
border: 1px solid #AAA;
}
.qrcode .qrimage.qrhealth-angular {
background: url(images/qrcode/health-angular.png) 2px 2px no-repeat;
}
.qrcode .qrimage.qrexpense-angular {
background: url(images/qrcode/expense-angular.png) 2px 2px no-repeat;
}
.qrcode .qrimage.qrwebmail {
background: url(images/qrcode/webmail.png) 2px 2px no-repeat;
}
.qrcode .qrimage.qrweather {
background: url(images/qrcode/weather.png) 2px 2px no-repeat;
}
.qrcode .qrimage.qrdocumenteditor {
background: url(images/qrcode/documenteditor.png) 2px 2px no-repeat;
}
.img1 {
background: url(images/dashboard_img/health_thumb.png);
}
.darktheme .img1 {
background: url("../content/images/dashboard_img/dark-theme-health-thumb.png");
}
.img3 {
background: url(images/dashboard_img/weather_thumb.png);
}
.darktheme .img3 {
background: url(../content/images/dashboard_img/dark-theme-weather-thumb.png);
}
.img4 {
background: url(images/dashboard_img/expense_thumb.png);
}
.darktheme .img4 {
background: url(../content/images/dashboard_img/dark-theme-expense-thumb.png);
}
.img5 {
background: url(images/dashboard_img/webmail_thumb.png);
}
.img6 {
background: url(images/dashboard_img/documenteditor.png);
}
.darktheme .img6 {
background: url(../content/images/dashboard_img/dark-theme-documenteditor.png);
}
.img12 {
background: url(images/dashboard_img/hospital_management.png);
}
.darktheme .img12 {
background: url(../content/images/dashboard_img/hospital_management_dark_theme.png);
}
.qrcode .qrimage.qrhospital-angular {
background: url(images/qrcode/hospital-angular.png) 2px 2px no-repeat;
}
.codebutton .anchorclass {
float: left;
height: auto !important;
border-radius: 0 !important;
line-height: 23px;
margin-left: 132px;
margin-top: -43px;
padding-left: 4px;
width: 20px;
text-decoration: none;
}
.codebutton .codeimg:before {
content: "\e780";
font-size: 18px;
margin: -5px 0px 0 -3px;
}
.box.wide {
padding: 3em;
margin: 3em 0;
background-color: rgba(20,53,80,0.038);
border: 1px solid rgba(20,53,80,0.05);
}
/* Scroller Style*/
#scrollcontainer {
outline: none;
}
#scrollcontainer.e-scroller .e-vhandle:hover,
#scrollcontainer.e-scroller .e-button:hover,
#auto_suggestion .e-vhandle:hover {
background: #d8d8d8;
color: #797979;
}
#scrollcontainer .e-scrollbar .e-hscroll .e-icon,
#scrollcontainer .e-scrollbar .e-vscroll .e-icon,
#auto_suggestion .e-scrollbar .e-hscroll .e-icon,
#auto_suggestion .e-scrollbar .e-vscroll .e-icon {
display: block;
}
.darktheme #scrollcontainer.e-scroller .e-vhandle:hover,
.darktheme #scrollcontainer.e-scroller .e-button:hover,
.darktheme #auto_suggestion .e-vhandle:hover {
background: #444444;
}
.darktheme #auto_suggestion .e-vhandle {
background: #4F4F4F;
}
#scrollcontainer .e-vhandle,
#auto_suggestion .e-vhandle {
border-radius: 4px;
}
#scrollcontainer > .e-scrollbar,
#scrollcontainer > .e-scrollbar > .e-vscroll {
width: 9px !important;
outline: none;
}
/* Media query styles*/
@media (min-width: 982px) {
.accordion-panel {
margin-left: 0px !important;
position: relative !important;
}
.control-panel {
width: calc(100% - 250px);
}
}
@media (max-width: 981px) {
.controlname.ng-binding {
margin-left: 10px !important;
}
.control-panel {
width: 100%;
}
.accordion-panel {
margin-left: -250px;
}
.producttitle {
margin-left: 50px;
}
.slidemenuicon .e-slidemenu:before {
content: "\e76b";
}
.slidemenuicon .e-slidemenu {
font-size: 25px;
}
.slidemenuicon.e-button {
display: block;
background: none;
border: none;
float: left;
width: 40px;
height: 35px;
position: relative;
z-index: 990;
}
#slidemenu.slidemenuicon.e-button:hover {
background: none;
filter: none;
}
.slidemenuicon.e-button.e-btn.e-select:focus {
box-shadow: 0 0;
}
.slidemenuicon.e-button.e-btn.e-select:active {
background: none;
filter: none;
}
#slidemenu.slidemenuicon .e-icon.e-slidemenu {
color: #333;
}
}
@media (max-width: 400px) {
.syncfusion {
display: none;
}
.navbar {
height: 80px;
}
.angular-tittle {
padding-top: 42px;
margin-left: -155px;
}
.themegallery {
margin-top: 15px;
}
}
@media (max-width: 310px) {
span.controlname {
font-size: 23px;
}
}
/* CSS Properties for new, update, preview Labels */
.samplestatus {
height: 13px;
position: absolute;
width: 66px;
margin-top: 12px;
}
.samplestatus {
background-position: 9px 0px;
}
.samplestatus.new {
background-image: url("../content/images/status_icon/new-light.png");
background-repeat: no-repeat;
}
.samplestatus.update {
background-image: url("../content/images/status_icon/updated-light.png");
background-repeat: no-repeat;
}
.samplestatus.preview {
background-image: url("../content/images/status_icon/preview-light.png");
background-repeat: no-repeat;
}
.showcasestatus{
position: absolute;
margin-top: -4px;
width: 90px;
height: 20px;
}
.showcasestatus.showcase_update {
background-image: url("../content/images/status_icon/showcase-update.png");
background-repeat: no-repeat;
}
.showcasestatus.showcase_new{
background-image: url("../content/images/status_icon/showcase-new.png");
background-repeat: no-repeat;
}
.darktheme .samplestatus.new, .darktheme .showcase_new {
background-image: url("../content/images/status_icon/new-dark.png");
background-repeat: no-repeat;
}
.darktheme .samplestatus.update, .darktheme .showcase_update {
background-image: url("../content/images/status_icon/updated-dark.png");
background-repeat: no-repeat;
}
.darktheme .samplestatus.preview {
background-image: url("../content/images/status_icon/preview-dark.png");
background-repeat: no-repeat;
}
| 0.46563 | 0.06885 |
* { margin:0;padding:0;}
html, body { height:100%;}
html { min-width:954px;}
body {background: url("../images/bg.png") repeat-x scroll left top #FFFFFF;color: #555555;font-family: Arial,Helvetica,sans-serif;text-align: center;}
ul { list-style:none;}
#main {width:960px;margin:0 auto;position:relative;font-size:.85em;}
.col-1, .col-2, .col-3 { float:left;}
.fleft { float:left;}
.fright {float:right;}
.clear {clear:both;}
.alignright { text-align:right;}
.aligncenter {text-align:center;}
#header{ padding: 23px 0 0;}
#logo{}
.wrapper { width:100%;overflow:hidden;}
.logo{ display: block;float: left;margin:0 0 20px 230px;text-decoration: none;}
.full-width{width:100%;}
.container{width:100%; overflow:hidden;}
.clear{clear:both;}
.ie-fix{width:100%; position:relative;}
.radio, checkbox{border:0; background:0;}
.page-indent{padding:17px;}
.page-border{border:1px solid #CFE2ED; padding:17px;}
img { border:0; vertical-align:top; }
a { color:#555555; text-decoration:underline; }
a:hover { text-decoration:none; }
a:hover img {position:relative;}
:focus { outline: 0; }
#main .top-links-block {background: #555555;float: left;height: 39px;margin: 8px 0 0;overflow: hidden;padding: 10px 0 0 10px;text-align: left;width: 662px;}
#main .form-search input {background: #FFF repeat scroll 0 center transparent;font-size: 13px;color: #555555;border: 0 none;margin-left: 15px; padding: 0 10px;width: 160px;height: 35px;}
#main .form-search label {display: none;}
#main .form-search button {float: right;height: 37px;overflow: hidden;width: 78px;}
#main .form-search {background: #DBD8C9;float: left;height: 47px;padding: 10px 15px 0 0px;position: relative;margin-left: -5px;width: 277px;}
.margin-right{margin-right: 5px !important}
form {display: inline;}
.breadcrumbs {margin: 0;padding: 0 3px 0 12px;text-align: left;}
.breadcrumbs li {display: inline;}
.breadcrumbs li a {text-decoration: none;}
.breadcrumbs li a:hover {text-decoration: underline;}
.breadcrumbs li span {background: url("../images/breadcrumbs_divider.gif") no-repeat scroll center 5px transparent;padding: 0 10px;}
#main .links li a {color: #555555;text-decoration: none;white-space: nowrap;font-size: 14px;}
#main .links li a {background-position: 100% 0 !important;padding: 7px 16px 2px 9px !important;}
#main .links li:hover {background-color: #FEC601 }
#main .links li.active {background-color: #FEC601; }
#main .links li, .header .links li a { background-color: #F6F4E9;display: inline-block;float: left;height: 23px;margin-left: 3px;padding: 8px 0 0 10px;text-align: center;white-space: nowrap;}
.container { width:100%;}
/* ROUND */
.flash.error,
.flash.notice,
.flash.ok,
.flash.info,
.flash-content,
.error_list,
#contacts-form input,
#contacts-form textarea,
#content .img-list-alt li img,
#content .img-list-alt li a span,
#content .img-list-alt li a.viewMore,
.round { -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.fancybox-title-inside,
.more-round { -webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
.middel-round { -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.more-round-right { -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-radius-topright: 10px; -khtml-border-radius-bottomright: 10px; -moz-border-radius-topright: 10px;-moz-border-radius-bottomright: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
.more-round-left { -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-radius-topleft: 10px;-khtml-border-radius-bottomleft: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-bottomleft: 10px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.more-round-upper { -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-radius-topright: 10px; -khtml-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px; border-top-right-radius: 10px; border-top-left-radius: 10px;}
.more-round-lower { -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-radius-bottomright: 10px; -khtml-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;}
.error_list,
.transparency{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90); -moz-opacity:0.9;-khtml-opacity: 0.9;opacity: 0.9;}
.transparency-middel{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50); -moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}
.img-list-reference div{float: left}
div.desc-reference{float:right;width: 380px;}
div.desc-reference span {display: inline-block;min-width: 120px;}
/*===== tailings =====*/
.tail-top {background:url(../images/tail-top.gif) left top repeat-x #7b848e;}
.tail-bottom { background:url(../images/tail-bottom.gif) left bottom repeat-x;}
/*===== forms parameters =====*/
input, textarea, select {font-family:Tahoma, Geneva, sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;}
#contacts-form { clear:right; width:100%; overflow:hidden;}
#contacts-form fieldset { border:none; float:left; }
#contacts-form .field { clear:both;}
#contacts-form label { float:left; width:130px; line-height:18px; padding-bottom:8px; font-weight:bold; color:#d1d5da;}
#contacts-form input { width:282px; padding:5px; background:#8f97a0; border:1px solid #d1d5da; color:#fff; float:left;}
#contacts-form textarea { width:660px; height:252px; padding:6px; background:#8f97a0; border:1px solid #d1d5da; color:#fff; margin-bottom:15px; overflow:auto; float:left;}
/*==================other====================*/
p { margin-bottom:18px;}
img { border:0;vertical-align:top;text-align:left;}
.img-indent { width:100%;overflow:hidden;}
.img-indent img {float:left;margin:0 28px 0 0;}
.img-indent img.border{border: 2px solid #fff}
.img-box { width:100%;overflow:hidden;padding-bottom:20px;}
.img-box img {float:left;margin:0 20px 0 0;}
.img-indent.cooperation p{margin: 0px 0px 18px 240px;padding-right: 10px;text-align: justify;}
.img-indent.cooperation a{color: #fff;text-decoration: none;
text-transform: lowercase;
}
.img-indent.cooperation h2{
display: inline-block;
margin-left: 240px !important;
font-size: 23px;
}
/*===== txt, links, lines, titles =====*/
a {color:#555555;outline:none;text-decoration:none;}
a:hover{color: #848484; text-decoration:none;}
/*--- titles ---*/
h1,h2,h3,h4{
font-family:"PT Sans","Trebuchet MS", Arial, Helvetica, sans-serif;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
color: #555555;
}
h5,h6{
font-family:"Architects Daughter","Trebuchet MS", Arial, Helvetica, sans-serif;
text-shadow: 0 3px 3px rgba(0,0,0,.4);
}
h1 {font-size:32px;line-height:1em;font-weight:normal;letter-spacing:-2px;margin-bottom:15px;}
h2 {font-size:27px;line-height:1.2em;font-weight:normal;letter-spacing:-1px;margin-bottom:28px;}
h3 {font-size:1em;color:#555;line-height:1.2em;margin-bottom:8px;}
h3 a { color:#d1d5da;text-decoration:none;}
h3 a:hover { color:#fa9a87 !important;}
h4 {font-size:1.2em;color:#555;line-height:1.2em;}
h4 a {color:#555 !important;text-decoration:none;}
h4 a:hover {color:#000 !important;}
h5{font-size:47px;line-height:1.2em;font-weight:normal;letter-spacing:1px;margin:53px 0px 28px 250px;}
h5 span{ padding-left: 270px;color: #000}
h5 span span { padding-left: 0px;color: #E32A36}
.btn {padding: 4px 16px;position: relative;float: right;margin: 20px 0px 0 0}
#main .form-search button.btn{margin: 0px}
/*===== header =====*/
#header { }
#header .row-1 { height:62px;background: #FEC501;position: relative;margin:-2px 0 10px 0;padding: 0 10px}
#header .row-2 {height:70px; }
#header .row-2 .indent {padding:20px 0 0 45px;}
#header .nav {padding:0 0 0 0px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#header .nav li {display:inline;}
#header .nav li a{text-shadow: 0 1px 1px rgba(0,0,0,.3); display: inline-block;height:35px;border-right: 0.1px solid #FFD754;margin: 5px 0 0 0}
#header .nav li a {display:block;font-size:18px;float:left;padding:15px 33px 5px 30px;color:#fff;text-decoration:none;text-transform:uppercase;}
#header .nav li a.first {background:none;}
#header .nav li a.last {border-right:none}
#header .nav li a:hover, #header .nav li a.current {color:#555555;text-decoration:none;}
.more-round { -webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
#header .row-3 { height:171px;margin: 0 20px;position: relative;z-index: 100;border: 2px solid #fff;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#d9d9d9 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#d9d9d9 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#d9d9d9 100%); /* W3C */
-webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px;
/* border-radius: 15px; */
}
#header .row-3 .slogan a.slogan-logo{float: left;margin-right: 10px;text-transform: none;border: 0;text-decoration: none;color: #000;font-size: 18px;}
#header .row-3 .slogan a.slogan-logo span{margin: 3px 0 0 29px;}
#header .row-3 .slogan div{float: left;margin-top: 30px;}
#header .row-3 .slogan {padding:29px 0 0 19px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:22px;line-height:1em;text-transform:uppercase;color:#848d97;display: inline-block;}
#header .row-3 .slogan span {display:block;letter-spacing:-1px; }
#header .row-3 .slogan span{text-shadow: 0 1px 1px rgba(0,0,0,.1);}
#header .row-3 .slogan span.style1 {color:#bababa;font-size:22px;padding-left:40px;}
#header .row-3 .slogan span.style2 {color:#fa9a87;font-size:30px;line-height:.91em; letter-spacing:-2px;}
#header .row-3 .slogan span.style3 {color:#69717D;font-size:22px;line-height:1em;padding-left:20px;letter-spacing:-2px;}
#header .row-3.bot-bg { }
/*===== content =====*/
#content { background: none repeat scroll 0 0 #F9F9F4;border: 1px solid #F9F9F4;float: left;margin: 0 0 10px 10px;min-height: 405px;padding: 0 30px 10px;width: 648px;}
#content div.product-item{width: 195px;margin: 15px 21px 10px 0 ; display: inline-block;float: left; position: relative;background: #fff;text-align: left}
#content div.product-item figure a{ border: 1px solid #DEDEDE;display: block;height: 157px;padding: 3px;text-align: center;vertical-align: middle;width: 189px;}
#content div.product-item .title{display: block;min-height: 35px;padding: 5px 5px 5px 10px;}
#content div.product-item .prices{padding: 5px 5px 5px 10px;}
#content div.product-item .prices div{color: #B53434;font-size: 14px; }
#content div.product-item .prices div span{color: #7A7A7A;display: inline-block;width: 50px;}
#content div.product-item .alignright{float: right;margin: 4px 4px 10px 0;}
#content div.p{margin-top: 30px;}
#content div.product-img{ display: inline;float: left;margin-left: 5px;margin-right: 5px;position: relative;}
#content div.product-img a{display: block;background: #FFF}
#content div.product-form{float: left;height: 250px;width: 420px;}
div.product-form{margin-left: 20px}
div.product-form div label {color: #6D6D6D;display: inline-block;font-size: 14px;width: 160px;}
div.product-form div input {padding: 2px;width: 250px;;margin: 2px 0;}
div.product-form div.reservation span.res {display: inline-block;width: 120px}
div.product-form div.reservation label {width: 40px;margin-left: 15px}
div.product-form div.reservation input {width: 80px;}
div.product-form div textarea {height: 90px;margin-top: 6px;padding: 2px;width: 410px;}
div.product-form div input.btn {float: right;margin: 6px 13px 0 0 ;padding: 2px;width: 100px;}
#content div.product-img figure {margin: 4px 0 10px;}
#content div.product-img figure a {border: 1px solid #DEDEDE;display: block;height: 157px;padding: 3px;text-align: center;vertical-align: middle;width: 189px;}
#content div.product-img .prices div {color: #B53434;font-size: 14px;}
#content div.product-img .prices div span {color: #7A7A7A;display: inline-block;width: 50px;}
#content div.product-description div span.label {color: #ADA682;width: 250px;}
#content div.product-description div span {color: #2B2B2B;display: inline-block;font-size: 15px;padding: 6px;}
#content div.product-description div {border-bottom: 1px solid #DEDEDE;margin-bottom: 3px;}
#content.top-bg {padding-top:20px;}
#content .indent {padding:26px 25px 0 20px;}
#content .indent h1 {margin-bottom: 50px;}
#content ul{margin-left: 15px;display: inline-block}
#content ul li {list-style: square;padding: 5px 0 0 15px}
#content ul li ul li{list-style: circle}
#content ul li a {color:#d1d5da;}
#content .img-list li {background:none;padding:0;width:100%;overflow:hidden;}
#content .img-list-reference li img,
#content .img-list li img {float:left; margin-bottom: 10px;}
#content div{text-align: left;}
#content div.simple-text{margin: 10px 0 0 0}
#content div.map-container{margin: 20px 30px 0 0}
#content .img-list-alt.margin-left{margin-left: 240px;}
#content .img-indent h2 {margin: 30px 0px}
#content .img-list-reference li,
#content .img-list-alt li {background:none;padding:0;width:100%;overflow:hidden;padding-bottom:22px;}
#content .img-list li img,
#content .img-list-reference li img,
#content .img-box img,
#content .img-list-alt li img { background: #FFF;padding: 1px; margin-right: 20px;border: 2px solid #CBCFD3; }
#content .img-list-alt.range li img{ background: #FFF;padding: 1px; margin-right: 0px;border:none}
#content .img-list-alt.margin-left ul {margin-left: 120px;padding-right: 50px;}
#content .img-box img{margin-bottom: 5px;}
#content .img-list-alt li h3{font-size: 18px;}
.no-bg img{background: none !important;border: none !important;}
#content .img-list-reference li h4{
font-size: 16px;
}
#content .img-list-alt li p {margin-bottom:12px;}
#content .img-list-alt li a {color:#fa9a87;}
#content .img-list-alt li span,
#content .img-list-alt li a span{min-width: 200px;display: inline-block;text-align:center; background: #fff;border: 2px solid #CBCFD3; }
#content .img-list-alt li div{width: 600px;display: inline-block;vertical-align: top;padding-left: 10px;}
.paging-table a,
a.viewMore,
#content .img-list-alt li a.viewMore{background: #EDEDED;border: 1px solid #F7F7F7;padding: 2px 10px;text-shadow: 0 1px 1px rgba(0,0,0,.3);text-decoration: none; }
.paging-table a{display: inline-block}
a.current-page{background: #E0DEDE;}
#content h2{text-align: left;text-transform: uppercase;border-bottom: 1px solid #EDE9D5;padding-right: 30px;margin: 15px 0 25px 0 }
#content .img-list-alt li h4 a{background: none;border: none}
#content .img-list-alt.project{margin-left: 245px;}
#content .img-list-alt.project li {padding-bottom: 7px;}
#content .list1 {padding-bottom:18px;}
#content .list1 li {font-weight:bold;padding-bottom:2px;}
#content .list1 li ul {padding-top:3px;}
#content .list1 li li {background:url(../images/arrow2.gif) no-repeat left 9px;}
#content .col-1 ul li a {font-weight: bold;color:#EDEFF2;text-decoration: none}
#content .col-1 {width:170px;margin-right:65px;}
#content .col-2 { width:640px;}
#content .col-1 h2{font-size: 24px;}
#content .map-container{float: left;width: 320px;margin: 0 15px 0 0;}
#content .map-container #map_canvas {height: 400px;width: 320px; margin: 0 0 0 0;}
#content .adress{float: left; margin: 20px 0 0 0}
#content .adress dt span {font-size:18px; line-height:22px;color:#2b2b2b;padding:0 0 18px 0;font-weight:bold;font-family: 'Open Sans', sans-serif;}
#content .adress dt {color: #AAAAAA;display: block;font-size: 13px;font-weight: bold;line-height: 18px;text-transform: uppercase;}
#content .adress dd{margin-top: 5px}
#content .adress dd span{width: 60px;display: inline-block}
#content .adress dt span, h6 {font-size: 18px;line-height: 22px;}
.box { width:100%;}
.box .bg {
background: #939BA3;position: relative;z-index: 99;
background: -moz-linear-gradient(top, #939BA3 0%, #8F97A0 100%); /*FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939BA3), color-stop(100%,#8F97A0)); /*Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #939BA3 0%,#8F97A0 100%); /*Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #939BA3 0%,#8F97A0 100%); /*Opera11.10+ */
background: -ms-linear-gradient(top, #939BA3 0%,#8F97A0 100%); /*IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939BA3', endColorstr='#8F97A0',GradientType=0 ); /*IE6-9 */
background: linear-gradient(top, #939BA3 0%,#8F97A0 100%); /*W3C */
-webkit-border-bottom-right-radius: 15px; -webkit-border-bottom-left-radius: 15px; -khtml-border-radius-bottomright: 15px; -khtml-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; -moz-border-radius-bottomleft: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px;
}
#box-promotion{height: 142px ;margin: 10px 0;z-index: 999;position: relative;background: #FEC601}
#box-promotion div{float: left}
#box-promotion .box-ins-desc{background: #555555; width: 210px;height: 112px;padding: 15px 5px 15px 25px;text-align: left;}
#box-promotion .box-ins-desc h2{color: #FBFAF5;font-size: 31px;margin-bottom: 0px;letter-spacing: 0}
#box-promotion .box-ins-desc h3{color: #FBFAF5;font-size: 22px;margin-bottom: 0px;margin-bottom: 10px}
#box-promotion .box-ins-desc span a{color: #FEC601;font-size: 16px;font-weight: bold}
#box-promotion .box-ins-desc span a:hover{color: #C1A221}
#box-promotion .box-ins-product{background: transparent; width: 208px;height: 112px;padding: 15px 5px 15px 25px;text-align: left;border-right: 1px solid #FFDB66}
#box-promotion .box-ins-product h2{font-size: 22px}
#box-promotion .box-ins-product a.btn{margin: 90px 10px 0 0}
#box-promotion .box-ins-product.more-round-right{border: none}
#box-promotion .box-ins-product.prod1{background:url(../images/panels/prod1.png) no-repeat 10px 6px}
#box-promotion .box-ins-product.prod2{background:url(../images/panels/prod2.png) no-repeat 29px 10px}
#box-promotion .box-ins-product.prod3{background:url(../images/panels/prod3.png) no-repeat 29px 10px}
#box-left {width: 240px;float: left;text-align: left}
#box-left div{min-height: 40px;padding: 10px 10px 10px 15px;margin-bottom: 10px;}
#box-left div h2{font-size: 22px;margin-bottom: 15px;}
#box-left div.box-inside{background: #F6F5EF;border: 1px solid #EDE9D5}
#box-left div.box-inside h2{border-bottom: 1px solid #EDE9D5}
#box-left div.box-lastview{background: #EDE9D5;border: 1px solid #DBD5BC}
#box-left div.box-lastview h2{border-bottom: 1px solid #DBD5BC}
#box-left div.box-newletter{background: #DAD7C8;border: 1px solid #CECAB5}
#box-left div.box-newletter h2{border-bottom: 1px solid #CECAB5}
#box-left div.box-lastview ul li,
#box-left div.box-inside ul li {list-style-type: circle;margin: 0px 0px 5px 10px}
#box-left div.box-inside ul li a.active{color: #827120}
#footer-menu {background:#F6F5EF;border:1px solid #F2F0E6;padding:29px 0 20px 30px;}
#footer-menu div{text-align: left;float: left}
#footer-menu div h4{color: #555555}
#footer-menu div span{display: inline-block;width: 65px}
#footer-menu div span,
#footer-menu div a{color: #ADA682}
#footer-menu div a:hover{color: #C4BFA4}
#footer-menu div.col-1{width: 220px}
#footer-menu div.col-2{width: 240px}
#footer-menu div.col-3{width: 220px}
#box-left div.box-newletter .form-search{width: 210px;}
#box-left div.box-newletter .form-search input{width: 110px;margin-left: 0px}
.box .bottom {}
.box .extra-bg {width:100%;}
.box .inner {padding:85px 20px 20px 20px;}
.box .inner.padding-top{padding-top: 40px;}
.submenu.padding-top{padding-top: 30px;}
.submenu{margin-left: 10px;}
.alignright a,
.submenu a {box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);cursor: pointer;display: inline-block;font: 14px/100% Arial,Helvetica,sans-serif;margin-right: 5px;outline: medium none;padding: 0.5em 2em 0.55em;text-align: center;text-decoration: none;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;/* border-radius: 10px;*/
}
.contact{font-size: 16px;font-family: PT Serif,Arial, Helvetica, sans-serif; border-bottom: 1px solid #6F7478;margin-bottom: 20px;line-height: 23px;}
.contact a{text-decoration: none;color: #FFF; }
.contact div{display: inline-block;margin: 10px 25px 20px 0px;vertical-align: top;}
.contact div span{font-weight: bold;}
.contact div .red{color: #E32A36;}
.contact div .blue{color: #506771}
.contact div .black{color: #000;
text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.contact div .gray-blue{color:#E2E2E2;font-weight: normal;}
.contact .label-contact{
display: inline-block;
font-size: 0.8em;
width: 65px;
}
.orange {color: #fef4e9;border: solid 1px #da7c0c;background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); /* CHROME */
background: -moz-linear-gradient(top, #faa51a, #f47a20); /* FF */
background: -o-linear-gradient(top, #faa51a 0%,#f47a20 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #faa51a 0%,#f47a20 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {background: #f47c20; color: #F9F9F4;
background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); /* CHROME */
background: -moz-linear-gradient(top, #f88e11, #f06015); /* FF */
background: -o-linear-gradient(top, #f88e11 0%,#f06015 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f88e11 0%,#f06015 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {color: #fcd3a5;
background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); /* CHROME */
background: -moz-linear-gradient(top, #f47a20, #faa51a); /* FF */
background: -o-linear-gradient(top, #f47a20 0%,#faa51a 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f47a20 0%,#faa51a 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.gray {color: #848d97 ;border: solid 1px #BCBCBC;background: #BCBCBC;
background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#BCBCBC)); /* CHROME */
background: -moz-linear-gradient(top, #FEFEFE, #BCBCBC); /* FF */
background: -o-linear-gradient(top, #FEFEFE 0%,#BCBCBC 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #FEFEFE 0%,#BCBCBC 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#BCBCBC');}
.gray:hover {background: #AAAAAA; border: solid 1px #AAAAAA;
background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#AAAAAA));
background: -moz-linear-gradient(top, #F7F7F7, #AAAAAA); /* FF */
background: -o-linear-gradient(top, #F7F7F7 0%,#AAAAAA 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #F7F7F7 0%,#AAAAAA 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#AAAAAA');}
.gray.active,
.gray:active {background: #DAD7C8; border: solid 1px #DAD7C8;
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DAD7C8)); /* CHROME */
background: -moz-linear-gradient(top, #FFFFFF, #DBDAD4); /* FF */
background: -o-linear-gradient(top, #FFFFFF 0%,#DAD7C8 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #FFFFFF 0%,#DAD7C8 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DAD7C8');
}
/*===== footer =====*/
#footer {width:960px;margin:0 auto;color:#a7a7a7;font-size:14px;line-height:22px;padding:20px 0;overflow:hidden;}
#footer a {color:#a7a7a7;text-decoration: none}
#footer .right{float: right;margin-right: 40px}
#footer .copyright {padding:0 0 0 40px;float:left;}
/*==========================================*/
#LoadingInfoNews,
#LoadingInfo {position: absolute; background: url(/backend/images/icn_loading_animated3.gif) no-repeat ;width: 20px;height: 20px;display:none ;margin: 24px 0 0 60px;}
/* FLASHES --------------------------------------------------------------- */
#LoadingInfoNews {margin: 10px 0 0 190px;}
#box-left #FlashMessageNews div{ margin: 0px; min-height: 10px;padding: 0px;}
#box-left #FlashMessageNews div .flash-content{height: 30px}
#box-left #FlashMessageNews div .flash-content div{padding: 5px 0 0 10px}
.flash { margin-bottom: 5px;}
.flash .flash-content div {padding: 10px; display:inline-block; font-family: Tahoma; font-weight: bold;}
.flash .flash-content {height:35px;width:100%; margin-bottom:10px;}
.flash .flash-content a {font-weight: normal; text-decoration: underline;}
.flash .flash-content a.close { cursor: pointer; display:block;width:55px;height:35px;float:right}
.flash.error .flash-content {background: #FBD3B1 ;border: 1px solid #F9B67F}
.flash.error .flash-content div {color: #ce2700; }
.flash.error .flash-content a { color: #ce2700; }
.flash.error .flash-content a.close { background: url(/backend/images/table/icon_close_red.png) center right no-repeat; margin-right: 5px;}
.flash.notice .flash-content {background: #fff4cc ;border: 1px solid #f7e08c}
.flash.notice .flash-content div {color: #e79300; }
.flash.notice .flash-content a { color: #ce2700; }
.flash.notice .flash-content a.close { background: url(/backend/images/table/icon_close_yellow.png) center right no-repeat; margin-right: 5px;}
.flash.ok .flash-content {background: #E0F2CB ;border: 1px solid #BADB92}
.flash.ok .flash-content div {color: #6da827; }
.flash.ok .flash-content a { color: #ce2700; }
.flash.ok .flash-content a.close { background: url(/backend/images/table/icon_close_green.png) center right no-repeat; margin-right: 5px;}
.flash.info .flash-content {background: #e4edf5 ;border: 1px solid #c7d9e8}
.flash.info .flash-content div {color: #2e74b2; }
.flash.info .flash-content a { color: #ce2700; }
.flash.info .flash-content a.close { background: url(/backend/images/table/icon_close_blue.png) center right no-repeat; margin-right: 5px;}
.area-error{position: absolute;left: 845px;}
.error_list{float: left;background: #EDEDED;border: 1px solid #F7F7F7;padding: 2px 10px 1px 4px;text-shadow: 0 1px 1px rgba(0,0,0,.3);text-decoration: none;color: #FA9A87;margin-left: 4px; }
.error_list li {list-style: none; }
/* END FLASHES --------------------------------------------------------------- */
/* FANCYBOX --------------------------------------------------------------- */
#fancybox-title {background: #EDEDED;border: 3px solid #9098A1;font-family: Arial;font-size: 12px;left: 0;position: absolute;z-index: 1102;margin-top: 5px;}
.fancybox-title-outside,
.fancybox-title-inside {color: #FA9A87 !important ;padding: 4px 5px 0px 5px;text-align: center;font-family:"PT Sans","Trebuchet MS", Arial, Helvetica, sans-serif;font-weight: bold
;text-shadow: 0 1px 1px rgba(0,1,1,.2);
}
/* END FANCYBOX --------------------------------------------------------------- */
.nivoSlider a.nivo-imageLink{background: #FFB900 !important}
#contact-form {display:block; position:relative;margin: 20px 0 0 0;border: none; }
#contact-form fieldset{border: none}
#contact-form label {display:block; min-height:36px;position:relative;overflow:hidden;}
#contact-form span {float:left;width:120px;margin:6px 4px 0 0;}
#contact-form span label span{width:10px; float: right}
#contact-form input[type="email"],
#contact-form input[type="text"] {
width:507px;
font-size:12px;
padding:6px 5px 7px 5px !important;
background:#fff;
outline:none;
font-family: Arial, Helvetica, sans-serif;
display:block;
color:#b4b4b4;
margin:0;
box-shadow:none;
border:1px solid #dcdcdc;
float:left;
height:15px;
}
#contact-form textarea {
width:507px;
font-size:12px;
padding:6px 5px 7px 5px !important;
background:#fff;
outline:none;
font-family: Arial, Helvetica, sans-serif;
display:block;
color:#b4b4b4;
margin:0;
box-shadow:none;
border:1px solid #dcdcdc;
float:left;
height:245px;
overflow:auto;
resize:none;
}
#contact-form .btns {
padding:0px 10px 0 0;
text-align:right;
overflow:hidden;
width: 80px;
float: right;
}
#contact-form .btns a {
margin:0 0 0 25px;
}
.ui-widget{font-size: 0.8em !important}
.error-left.error-left-active{display: inline-block;position: absolute;margin: 0px 0 0 0px; padding: 4px; border: 1px solid #e8dcdc;background: #f2e9e9;min-width: 200px}
#FlashMessageOrder{display: block;position: absolute;margin: -40px 0 0 0;padding: 15px 0 0 15px}
#FlashMessageOrder .flash-content{padding: 5px 20px}
#FlashMessageOrder .flash-content a{display: inline-block;position: absolute;z-index: 999; margin: -8px 0 0 -24px}
#notification{margin-top: 10px}
.pagination div{float:left}
|
web/frontend/css/style.css
|
* { margin:0;padding:0;}
html, body { height:100%;}
html { min-width:954px;}
body {background: url("../images/bg.png") repeat-x scroll left top #FFFFFF;color: #555555;font-family: Arial,Helvetica,sans-serif;text-align: center;}
ul { list-style:none;}
#main {width:960px;margin:0 auto;position:relative;font-size:.85em;}
.col-1, .col-2, .col-3 { float:left;}
.fleft { float:left;}
.fright {float:right;}
.clear {clear:both;}
.alignright { text-align:right;}
.aligncenter {text-align:center;}
#header{ padding: 23px 0 0;}
#logo{}
.wrapper { width:100%;overflow:hidden;}
.logo{ display: block;float: left;margin:0 0 20px 230px;text-decoration: none;}
.full-width{width:100%;}
.container{width:100%; overflow:hidden;}
.clear{clear:both;}
.ie-fix{width:100%; position:relative;}
.radio, checkbox{border:0; background:0;}
.page-indent{padding:17px;}
.page-border{border:1px solid #CFE2ED; padding:17px;}
img { border:0; vertical-align:top; }
a { color:#555555; text-decoration:underline; }
a:hover { text-decoration:none; }
a:hover img {position:relative;}
:focus { outline: 0; }
#main .top-links-block {background: #555555;float: left;height: 39px;margin: 8px 0 0;overflow: hidden;padding: 10px 0 0 10px;text-align: left;width: 662px;}
#main .form-search input {background: #FFF repeat scroll 0 center transparent;font-size: 13px;color: #555555;border: 0 none;margin-left: 15px; padding: 0 10px;width: 160px;height: 35px;}
#main .form-search label {display: none;}
#main .form-search button {float: right;height: 37px;overflow: hidden;width: 78px;}
#main .form-search {background: #DBD8C9;float: left;height: 47px;padding: 10px 15px 0 0px;position: relative;margin-left: -5px;width: 277px;}
.margin-right{margin-right: 5px !important}
form {display: inline;}
.breadcrumbs {margin: 0;padding: 0 3px 0 12px;text-align: left;}
.breadcrumbs li {display: inline;}
.breadcrumbs li a {text-decoration: none;}
.breadcrumbs li a:hover {text-decoration: underline;}
.breadcrumbs li span {background: url("../images/breadcrumbs_divider.gif") no-repeat scroll center 5px transparent;padding: 0 10px;}
#main .links li a {color: #555555;text-decoration: none;white-space: nowrap;font-size: 14px;}
#main .links li a {background-position: 100% 0 !important;padding: 7px 16px 2px 9px !important;}
#main .links li:hover {background-color: #FEC601 }
#main .links li.active {background-color: #FEC601; }
#main .links li, .header .links li a { background-color: #F6F4E9;display: inline-block;float: left;height: 23px;margin-left: 3px;padding: 8px 0 0 10px;text-align: center;white-space: nowrap;}
.container { width:100%;}
/* ROUND */
.flash.error,
.flash.notice,
.flash.ok,
.flash.info,
.flash-content,
.error_list,
#contacts-form input,
#contacts-form textarea,
#content .img-list-alt li img,
#content .img-list-alt li a span,
#content .img-list-alt li a.viewMore,
.round { -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.fancybox-title-inside,
.more-round { -webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
.middel-round { -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.more-round-right { -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-radius-topright: 10px; -khtml-border-radius-bottomright: 10px; -moz-border-radius-topright: 10px;-moz-border-radius-bottomright: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
.more-round-left { -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-radius-topleft: 10px;-khtml-border-radius-bottomleft: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-bottomleft: 10px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.more-round-upper { -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-radius-topright: 10px; -khtml-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px; border-top-right-radius: 10px; border-top-left-radius: 10px;}
.more-round-lower { -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-radius-bottomright: 10px; -khtml-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;}
.error_list,
.transparency{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90); -moz-opacity:0.9;-khtml-opacity: 0.9;opacity: 0.9;}
.transparency-middel{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50); -moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}
.img-list-reference div{float: left}
div.desc-reference{float:right;width: 380px;}
div.desc-reference span {display: inline-block;min-width: 120px;}
/*===== tailings =====*/
.tail-top {background:url(../images/tail-top.gif) left top repeat-x #7b848e;}
.tail-bottom { background:url(../images/tail-bottom.gif) left bottom repeat-x;}
/*===== forms parameters =====*/
input, textarea, select {font-family:Tahoma, Geneva, sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;}
#contacts-form { clear:right; width:100%; overflow:hidden;}
#contacts-form fieldset { border:none; float:left; }
#contacts-form .field { clear:both;}
#contacts-form label { float:left; width:130px; line-height:18px; padding-bottom:8px; font-weight:bold; color:#d1d5da;}
#contacts-form input { width:282px; padding:5px; background:#8f97a0; border:1px solid #d1d5da; color:#fff; float:left;}
#contacts-form textarea { width:660px; height:252px; padding:6px; background:#8f97a0; border:1px solid #d1d5da; color:#fff; margin-bottom:15px; overflow:auto; float:left;}
/*==================other====================*/
p { margin-bottom:18px;}
img { border:0;vertical-align:top;text-align:left;}
.img-indent { width:100%;overflow:hidden;}
.img-indent img {float:left;margin:0 28px 0 0;}
.img-indent img.border{border: 2px solid #fff}
.img-box { width:100%;overflow:hidden;padding-bottom:20px;}
.img-box img {float:left;margin:0 20px 0 0;}
.img-indent.cooperation p{margin: 0px 0px 18px 240px;padding-right: 10px;text-align: justify;}
.img-indent.cooperation a{color: #fff;text-decoration: none;
text-transform: lowercase;
}
.img-indent.cooperation h2{
display: inline-block;
margin-left: 240px !important;
font-size: 23px;
}
/*===== txt, links, lines, titles =====*/
a {color:#555555;outline:none;text-decoration:none;}
a:hover{color: #848484; text-decoration:none;}
/*--- titles ---*/
h1,h2,h3,h4{
font-family:"PT Sans","Trebuchet MS", Arial, Helvetica, sans-serif;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
color: #555555;
}
h5,h6{
font-family:"Architects Daughter","Trebuchet MS", Arial, Helvetica, sans-serif;
text-shadow: 0 3px 3px rgba(0,0,0,.4);
}
h1 {font-size:32px;line-height:1em;font-weight:normal;letter-spacing:-2px;margin-bottom:15px;}
h2 {font-size:27px;line-height:1.2em;font-weight:normal;letter-spacing:-1px;margin-bottom:28px;}
h3 {font-size:1em;color:#555;line-height:1.2em;margin-bottom:8px;}
h3 a { color:#d1d5da;text-decoration:none;}
h3 a:hover { color:#fa9a87 !important;}
h4 {font-size:1.2em;color:#555;line-height:1.2em;}
h4 a {color:#555 !important;text-decoration:none;}
h4 a:hover {color:#000 !important;}
h5{font-size:47px;line-height:1.2em;font-weight:normal;letter-spacing:1px;margin:53px 0px 28px 250px;}
h5 span{ padding-left: 270px;color: #000}
h5 span span { padding-left: 0px;color: #E32A36}
.btn {padding: 4px 16px;position: relative;float: right;margin: 20px 0px 0 0}
#main .form-search button.btn{margin: 0px}
/*===== header =====*/
#header { }
#header .row-1 { height:62px;background: #FEC501;position: relative;margin:-2px 0 10px 0;padding: 0 10px}
#header .row-2 {height:70px; }
#header .row-2 .indent {padding:20px 0 0 45px;}
#header .nav {padding:0 0 0 0px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#header .nav li {display:inline;}
#header .nav li a{text-shadow: 0 1px 1px rgba(0,0,0,.3); display: inline-block;height:35px;border-right: 0.1px solid #FFD754;margin: 5px 0 0 0}
#header .nav li a {display:block;font-size:18px;float:left;padding:15px 33px 5px 30px;color:#fff;text-decoration:none;text-transform:uppercase;}
#header .nav li a.first {background:none;}
#header .nav li a.last {border-right:none}
#header .nav li a:hover, #header .nav li a.current {color:#555555;text-decoration:none;}
.more-round { -webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
#header .row-3 { height:171px;margin: 0 20px;position: relative;z-index: 100;border: 2px solid #fff;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#d9d9d9 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#d9d9d9 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#d9d9d9 100%); /* W3C */
-webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px;
/* border-radius: 15px; */
}
#header .row-3 .slogan a.slogan-logo{float: left;margin-right: 10px;text-transform: none;border: 0;text-decoration: none;color: #000;font-size: 18px;}
#header .row-3 .slogan a.slogan-logo span{margin: 3px 0 0 29px;}
#header .row-3 .slogan div{float: left;margin-top: 30px;}
#header .row-3 .slogan {padding:29px 0 0 19px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:22px;line-height:1em;text-transform:uppercase;color:#848d97;display: inline-block;}
#header .row-3 .slogan span {display:block;letter-spacing:-1px; }
#header .row-3 .slogan span{text-shadow: 0 1px 1px rgba(0,0,0,.1);}
#header .row-3 .slogan span.style1 {color:#bababa;font-size:22px;padding-left:40px;}
#header .row-3 .slogan span.style2 {color:#fa9a87;font-size:30px;line-height:.91em; letter-spacing:-2px;}
#header .row-3 .slogan span.style3 {color:#69717D;font-size:22px;line-height:1em;padding-left:20px;letter-spacing:-2px;}
#header .row-3.bot-bg { }
/*===== content =====*/
#content { background: none repeat scroll 0 0 #F9F9F4;border: 1px solid #F9F9F4;float: left;margin: 0 0 10px 10px;min-height: 405px;padding: 0 30px 10px;width: 648px;}
#content div.product-item{width: 195px;margin: 15px 21px 10px 0 ; display: inline-block;float: left; position: relative;background: #fff;text-align: left}
#content div.product-item figure a{ border: 1px solid #DEDEDE;display: block;height: 157px;padding: 3px;text-align: center;vertical-align: middle;width: 189px;}
#content div.product-item .title{display: block;min-height: 35px;padding: 5px 5px 5px 10px;}
#content div.product-item .prices{padding: 5px 5px 5px 10px;}
#content div.product-item .prices div{color: #B53434;font-size: 14px; }
#content div.product-item .prices div span{color: #7A7A7A;display: inline-block;width: 50px;}
#content div.product-item .alignright{float: right;margin: 4px 4px 10px 0;}
#content div.p{margin-top: 30px;}
#content div.product-img{ display: inline;float: left;margin-left: 5px;margin-right: 5px;position: relative;}
#content div.product-img a{display: block;background: #FFF}
#content div.product-form{float: left;height: 250px;width: 420px;}
div.product-form{margin-left: 20px}
div.product-form div label {color: #6D6D6D;display: inline-block;font-size: 14px;width: 160px;}
div.product-form div input {padding: 2px;width: 250px;;margin: 2px 0;}
div.product-form div.reservation span.res {display: inline-block;width: 120px}
div.product-form div.reservation label {width: 40px;margin-left: 15px}
div.product-form div.reservation input {width: 80px;}
div.product-form div textarea {height: 90px;margin-top: 6px;padding: 2px;width: 410px;}
div.product-form div input.btn {float: right;margin: 6px 13px 0 0 ;padding: 2px;width: 100px;}
#content div.product-img figure {margin: 4px 0 10px;}
#content div.product-img figure a {border: 1px solid #DEDEDE;display: block;height: 157px;padding: 3px;text-align: center;vertical-align: middle;width: 189px;}
#content div.product-img .prices div {color: #B53434;font-size: 14px;}
#content div.product-img .prices div span {color: #7A7A7A;display: inline-block;width: 50px;}
#content div.product-description div span.label {color: #ADA682;width: 250px;}
#content div.product-description div span {color: #2B2B2B;display: inline-block;font-size: 15px;padding: 6px;}
#content div.product-description div {border-bottom: 1px solid #DEDEDE;margin-bottom: 3px;}
#content.top-bg {padding-top:20px;}
#content .indent {padding:26px 25px 0 20px;}
#content .indent h1 {margin-bottom: 50px;}
#content ul{margin-left: 15px;display: inline-block}
#content ul li {list-style: square;padding: 5px 0 0 15px}
#content ul li ul li{list-style: circle}
#content ul li a {color:#d1d5da;}
#content .img-list li {background:none;padding:0;width:100%;overflow:hidden;}
#content .img-list-reference li img,
#content .img-list li img {float:left; margin-bottom: 10px;}
#content div{text-align: left;}
#content div.simple-text{margin: 10px 0 0 0}
#content div.map-container{margin: 20px 30px 0 0}
#content .img-list-alt.margin-left{margin-left: 240px;}
#content .img-indent h2 {margin: 30px 0px}
#content .img-list-reference li,
#content .img-list-alt li {background:none;padding:0;width:100%;overflow:hidden;padding-bottom:22px;}
#content .img-list li img,
#content .img-list-reference li img,
#content .img-box img,
#content .img-list-alt li img { background: #FFF;padding: 1px; margin-right: 20px;border: 2px solid #CBCFD3; }
#content .img-list-alt.range li img{ background: #FFF;padding: 1px; margin-right: 0px;border:none}
#content .img-list-alt.margin-left ul {margin-left: 120px;padding-right: 50px;}
#content .img-box img{margin-bottom: 5px;}
#content .img-list-alt li h3{font-size: 18px;}
.no-bg img{background: none !important;border: none !important;}
#content .img-list-reference li h4{
font-size: 16px;
}
#content .img-list-alt li p {margin-bottom:12px;}
#content .img-list-alt li a {color:#fa9a87;}
#content .img-list-alt li span,
#content .img-list-alt li a span{min-width: 200px;display: inline-block;text-align:center; background: #fff;border: 2px solid #CBCFD3; }
#content .img-list-alt li div{width: 600px;display: inline-block;vertical-align: top;padding-left: 10px;}
.paging-table a,
a.viewMore,
#content .img-list-alt li a.viewMore{background: #EDEDED;border: 1px solid #F7F7F7;padding: 2px 10px;text-shadow: 0 1px 1px rgba(0,0,0,.3);text-decoration: none; }
.paging-table a{display: inline-block}
a.current-page{background: #E0DEDE;}
#content h2{text-align: left;text-transform: uppercase;border-bottom: 1px solid #EDE9D5;padding-right: 30px;margin: 15px 0 25px 0 }
#content .img-list-alt li h4 a{background: none;border: none}
#content .img-list-alt.project{margin-left: 245px;}
#content .img-list-alt.project li {padding-bottom: 7px;}
#content .list1 {padding-bottom:18px;}
#content .list1 li {font-weight:bold;padding-bottom:2px;}
#content .list1 li ul {padding-top:3px;}
#content .list1 li li {background:url(../images/arrow2.gif) no-repeat left 9px;}
#content .col-1 ul li a {font-weight: bold;color:#EDEFF2;text-decoration: none}
#content .col-1 {width:170px;margin-right:65px;}
#content .col-2 { width:640px;}
#content .col-1 h2{font-size: 24px;}
#content .map-container{float: left;width: 320px;margin: 0 15px 0 0;}
#content .map-container #map_canvas {height: 400px;width: 320px; margin: 0 0 0 0;}
#content .adress{float: left; margin: 20px 0 0 0}
#content .adress dt span {font-size:18px; line-height:22px;color:#2b2b2b;padding:0 0 18px 0;font-weight:bold;font-family: 'Open Sans', sans-serif;}
#content .adress dt {color: #AAAAAA;display: block;font-size: 13px;font-weight: bold;line-height: 18px;text-transform: uppercase;}
#content .adress dd{margin-top: 5px}
#content .adress dd span{width: 60px;display: inline-block}
#content .adress dt span, h6 {font-size: 18px;line-height: 22px;}
.box { width:100%;}
.box .bg {
background: #939BA3;position: relative;z-index: 99;
background: -moz-linear-gradient(top, #939BA3 0%, #8F97A0 100%); /*FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939BA3), color-stop(100%,#8F97A0)); /*Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #939BA3 0%,#8F97A0 100%); /*Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #939BA3 0%,#8F97A0 100%); /*Opera11.10+ */
background: -ms-linear-gradient(top, #939BA3 0%,#8F97A0 100%); /*IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939BA3', endColorstr='#8F97A0',GradientType=0 ); /*IE6-9 */
background: linear-gradient(top, #939BA3 0%,#8F97A0 100%); /*W3C */
-webkit-border-bottom-right-radius: 15px; -webkit-border-bottom-left-radius: 15px; -khtml-border-radius-bottomright: 15px; -khtml-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; -moz-border-radius-bottomleft: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px;
}
#box-promotion{height: 142px ;margin: 10px 0;z-index: 999;position: relative;background: #FEC601}
#box-promotion div{float: left}
#box-promotion .box-ins-desc{background: #555555; width: 210px;height: 112px;padding: 15px 5px 15px 25px;text-align: left;}
#box-promotion .box-ins-desc h2{color: #FBFAF5;font-size: 31px;margin-bottom: 0px;letter-spacing: 0}
#box-promotion .box-ins-desc h3{color: #FBFAF5;font-size: 22px;margin-bottom: 0px;margin-bottom: 10px}
#box-promotion .box-ins-desc span a{color: #FEC601;font-size: 16px;font-weight: bold}
#box-promotion .box-ins-desc span a:hover{color: #C1A221}
#box-promotion .box-ins-product{background: transparent; width: 208px;height: 112px;padding: 15px 5px 15px 25px;text-align: left;border-right: 1px solid #FFDB66}
#box-promotion .box-ins-product h2{font-size: 22px}
#box-promotion .box-ins-product a.btn{margin: 90px 10px 0 0}
#box-promotion .box-ins-product.more-round-right{border: none}
#box-promotion .box-ins-product.prod1{background:url(../images/panels/prod1.png) no-repeat 10px 6px}
#box-promotion .box-ins-product.prod2{background:url(../images/panels/prod2.png) no-repeat 29px 10px}
#box-promotion .box-ins-product.prod3{background:url(../images/panels/prod3.png) no-repeat 29px 10px}
#box-left {width: 240px;float: left;text-align: left}
#box-left div{min-height: 40px;padding: 10px 10px 10px 15px;margin-bottom: 10px;}
#box-left div h2{font-size: 22px;margin-bottom: 15px;}
#box-left div.box-inside{background: #F6F5EF;border: 1px solid #EDE9D5}
#box-left div.box-inside h2{border-bottom: 1px solid #EDE9D5}
#box-left div.box-lastview{background: #EDE9D5;border: 1px solid #DBD5BC}
#box-left div.box-lastview h2{border-bottom: 1px solid #DBD5BC}
#box-left div.box-newletter{background: #DAD7C8;border: 1px solid #CECAB5}
#box-left div.box-newletter h2{border-bottom: 1px solid #CECAB5}
#box-left div.box-lastview ul li,
#box-left div.box-inside ul li {list-style-type: circle;margin: 0px 0px 5px 10px}
#box-left div.box-inside ul li a.active{color: #827120}
#footer-menu {background:#F6F5EF;border:1px solid #F2F0E6;padding:29px 0 20px 30px;}
#footer-menu div{text-align: left;float: left}
#footer-menu div h4{color: #555555}
#footer-menu div span{display: inline-block;width: 65px}
#footer-menu div span,
#footer-menu div a{color: #ADA682}
#footer-menu div a:hover{color: #C4BFA4}
#footer-menu div.col-1{width: 220px}
#footer-menu div.col-2{width: 240px}
#footer-menu div.col-3{width: 220px}
#box-left div.box-newletter .form-search{width: 210px;}
#box-left div.box-newletter .form-search input{width: 110px;margin-left: 0px}
.box .bottom {}
.box .extra-bg {width:100%;}
.box .inner {padding:85px 20px 20px 20px;}
.box .inner.padding-top{padding-top: 40px;}
.submenu.padding-top{padding-top: 30px;}
.submenu{margin-left: 10px;}
.alignright a,
.submenu a {box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);cursor: pointer;display: inline-block;font: 14px/100% Arial,Helvetica,sans-serif;margin-right: 5px;outline: medium none;padding: 0.5em 2em 0.55em;text-align: center;text-decoration: none;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;/* border-radius: 10px;*/
}
.contact{font-size: 16px;font-family: PT Serif,Arial, Helvetica, sans-serif; border-bottom: 1px solid #6F7478;margin-bottom: 20px;line-height: 23px;}
.contact a{text-decoration: none;color: #FFF; }
.contact div{display: inline-block;margin: 10px 25px 20px 0px;vertical-align: top;}
.contact div span{font-weight: bold;}
.contact div .red{color: #E32A36;}
.contact div .blue{color: #506771}
.contact div .black{color: #000;
text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.contact div .gray-blue{color:#E2E2E2;font-weight: normal;}
.contact .label-contact{
display: inline-block;
font-size: 0.8em;
width: 65px;
}
.orange {color: #fef4e9;border: solid 1px #da7c0c;background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); /* CHROME */
background: -moz-linear-gradient(top, #faa51a, #f47a20); /* FF */
background: -o-linear-gradient(top, #faa51a 0%,#f47a20 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #faa51a 0%,#f47a20 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {background: #f47c20; color: #F9F9F4;
background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); /* CHROME */
background: -moz-linear-gradient(top, #f88e11, #f06015); /* FF */
background: -o-linear-gradient(top, #f88e11 0%,#f06015 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f88e11 0%,#f06015 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {color: #fcd3a5;
background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); /* CHROME */
background: -moz-linear-gradient(top, #f47a20, #faa51a); /* FF */
background: -o-linear-gradient(top, #f47a20 0%,#faa51a 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f47a20 0%,#faa51a 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.gray {color: #848d97 ;border: solid 1px #BCBCBC;background: #BCBCBC;
background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#BCBCBC)); /* CHROME */
background: -moz-linear-gradient(top, #FEFEFE, #BCBCBC); /* FF */
background: -o-linear-gradient(top, #FEFEFE 0%,#BCBCBC 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #FEFEFE 0%,#BCBCBC 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#BCBCBC');}
.gray:hover {background: #AAAAAA; border: solid 1px #AAAAAA;
background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#AAAAAA));
background: -moz-linear-gradient(top, #F7F7F7, #AAAAAA); /* FF */
background: -o-linear-gradient(top, #F7F7F7 0%,#AAAAAA 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #F7F7F7 0%,#AAAAAA 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#AAAAAA');}
.gray.active,
.gray:active {background: #DAD7C8; border: solid 1px #DAD7C8;
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DAD7C8)); /* CHROME */
background: -moz-linear-gradient(top, #FFFFFF, #DBDAD4); /* FF */
background: -o-linear-gradient(top, #FFFFFF 0%,#DAD7C8 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #FFFFFF 0%,#DAD7C8 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DAD7C8');
}
/*===== footer =====*/
#footer {width:960px;margin:0 auto;color:#a7a7a7;font-size:14px;line-height:22px;padding:20px 0;overflow:hidden;}
#footer a {color:#a7a7a7;text-decoration: none}
#footer .right{float: right;margin-right: 40px}
#footer .copyright {padding:0 0 0 40px;float:left;}
/*==========================================*/
#LoadingInfoNews,
#LoadingInfo {position: absolute; background: url(/backend/images/icn_loading_animated3.gif) no-repeat ;width: 20px;height: 20px;display:none ;margin: 24px 0 0 60px;}
/* FLASHES --------------------------------------------------------------- */
#LoadingInfoNews {margin: 10px 0 0 190px;}
#box-left #FlashMessageNews div{ margin: 0px; min-height: 10px;padding: 0px;}
#box-left #FlashMessageNews div .flash-content{height: 30px}
#box-left #FlashMessageNews div .flash-content div{padding: 5px 0 0 10px}
.flash { margin-bottom: 5px;}
.flash .flash-content div {padding: 10px; display:inline-block; font-family: Tahoma; font-weight: bold;}
.flash .flash-content {height:35px;width:100%; margin-bottom:10px;}
.flash .flash-content a {font-weight: normal; text-decoration: underline;}
.flash .flash-content a.close { cursor: pointer; display:block;width:55px;height:35px;float:right}
.flash.error .flash-content {background: #FBD3B1 ;border: 1px solid #F9B67F}
.flash.error .flash-content div {color: #ce2700; }
.flash.error .flash-content a { color: #ce2700; }
.flash.error .flash-content a.close { background: url(/backend/images/table/icon_close_red.png) center right no-repeat; margin-right: 5px;}
.flash.notice .flash-content {background: #fff4cc ;border: 1px solid #f7e08c}
.flash.notice .flash-content div {color: #e79300; }
.flash.notice .flash-content a { color: #ce2700; }
.flash.notice .flash-content a.close { background: url(/backend/images/table/icon_close_yellow.png) center right no-repeat; margin-right: 5px;}
.flash.ok .flash-content {background: #E0F2CB ;border: 1px solid #BADB92}
.flash.ok .flash-content div {color: #6da827; }
.flash.ok .flash-content a { color: #ce2700; }
.flash.ok .flash-content a.close { background: url(/backend/images/table/icon_close_green.png) center right no-repeat; margin-right: 5px;}
.flash.info .flash-content {background: #e4edf5 ;border: 1px solid #c7d9e8}
.flash.info .flash-content div {color: #2e74b2; }
.flash.info .flash-content a { color: #ce2700; }
.flash.info .flash-content a.close { background: url(/backend/images/table/icon_close_blue.png) center right no-repeat; margin-right: 5px;}
.area-error{position: absolute;left: 845px;}
.error_list{float: left;background: #EDEDED;border: 1px solid #F7F7F7;padding: 2px 10px 1px 4px;text-shadow: 0 1px 1px rgba(0,0,0,.3);text-decoration: none;color: #FA9A87;margin-left: 4px; }
.error_list li {list-style: none; }
/* END FLASHES --------------------------------------------------------------- */
/* FANCYBOX --------------------------------------------------------------- */
#fancybox-title {background: #EDEDED;border: 3px solid #9098A1;font-family: Arial;font-size: 12px;left: 0;position: absolute;z-index: 1102;margin-top: 5px;}
.fancybox-title-outside,
.fancybox-title-inside {color: #FA9A87 !important ;padding: 4px 5px 0px 5px;text-align: center;font-family:"PT Sans","Trebuchet MS", Arial, Helvetica, sans-serif;font-weight: bold
;text-shadow: 0 1px 1px rgba(0,1,1,.2);
}
/* END FANCYBOX --------------------------------------------------------------- */
.nivoSlider a.nivo-imageLink{background: #FFB900 !important}
#contact-form {display:block; position:relative;margin: 20px 0 0 0;border: none; }
#contact-form fieldset{border: none}
#contact-form label {display:block; min-height:36px;position:relative;overflow:hidden;}
#contact-form span {float:left;width:120px;margin:6px 4px 0 0;}
#contact-form span label span{width:10px; float: right}
#contact-form input[type="email"],
#contact-form input[type="text"] {
width:507px;
font-size:12px;
padding:6px 5px 7px 5px !important;
background:#fff;
outline:none;
font-family: Arial, Helvetica, sans-serif;
display:block;
color:#b4b4b4;
margin:0;
box-shadow:none;
border:1px solid #dcdcdc;
float:left;
height:15px;
}
#contact-form textarea {
width:507px;
font-size:12px;
padding:6px 5px 7px 5px !important;
background:#fff;
outline:none;
font-family: Arial, Helvetica, sans-serif;
display:block;
color:#b4b4b4;
margin:0;
box-shadow:none;
border:1px solid #dcdcdc;
float:left;
height:245px;
overflow:auto;
resize:none;
}
#contact-form .btns {
padding:0px 10px 0 0;
text-align:right;
overflow:hidden;
width: 80px;
float: right;
}
#contact-form .btns a {
margin:0 0 0 25px;
}
.ui-widget{font-size: 0.8em !important}
.error-left.error-left-active{display: inline-block;position: absolute;margin: 0px 0 0 0px; padding: 4px; border: 1px solid #e8dcdc;background: #f2e9e9;min-width: 200px}
#FlashMessageOrder{display: block;position: absolute;margin: -40px 0 0 0;padding: 15px 0 0 15px}
#FlashMessageOrder .flash-content{padding: 5px 20px}
#FlashMessageOrder .flash-content a{display: inline-block;position: absolute;z-index: 999; margin: -8px 0 0 -24px}
#notification{margin-top: 10px}
.pagination div{float:left}
| 0.416915 | 0.133868 |
body {
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
line-height: 1.25;
}
a { color: blue; }
.page-title {
width: 176px;
padding: 0.4rem 0.5rem;
padding-top: 0.55rem;
margin-left: 1rem;
margin-top: 1rem;
border: 4px solid pink;
/* border-radius: 20px; */
}
.flex-container {
display: flex;
width: 100%;
flex-direction: column-reverse;
}
.music {
margin-left: 1.5rem;
margin-right: 1.5rem;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.music-block {
margin-top: 10px;
width: 64px;
height: 64px;
border: 3px solid black;
/* border-radius: 16px; */
}
.music-done {
border: 2px dotted pink;
padding: 0.5rem;
}
.intro {
margin-left: 1.6rem;
}
.nav {
margin-top: 1rem;
margin-bottom: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly; align-items: center;
}
.nav a {
background-color: pink;
cursor: pointer;
user-select: none;
text-decoration: none;
color: blue;
font-weight: bold;
margin: 0.2rem;
}
.at-link:before { content: "@"; }
.left-arrow:after { content: " ←" };
.down-arrow:after { content: " ↓"; }
.up-arrow:after { content: " ↑"; }
.posts {
padding: 0 0.4rem;
}
.blog-post {
border: 1px dashed black;
margin-bottom: 1rem;
}
.blog-post h1 {
text-align: center;
font-weight: normal;
text-transform: lowercase;
}
.blog-post h1:after {
color: blue;
content: " ↗";
}
.preview {
margin-left: 0.5rem;
width: 20rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* SCREENS */
@media screen and (min-width: 60em) {
.flex-container {
flex-direction: row;
}
.music {
width: 300px;
}
.flex-filler { flex-grow: 1; }
.general {
display: flex;
flex-direction: column;
width: 46%
}
.intro p { font-size: 1.1em; }
.block {
}
.nav {
margin: 0;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
.nav a, .nav [role="button"] {
margin: 1rem;
cursor: pointer;
user-select: none;
text-decoration: none;
color: blue;
font-weight: bold;
font-size: 1.5rem;
width: 16px;
/* margin-top: 10px; */
/* margin-bottom: 10px; */
/* border: 1px solid red; */
writing-mode: vertical-lr;
}
.nav [role="button"]:after { content: attr(id) " ↑"; }
.current:after { content: " ↑"; }
.posts {
margin-left: 1.6rem;
}
.blog-post h1 {
font-weight: normal;
text-transform: lowercase;
}
.blog-post h1:after {
color: blue;
content: " ↗";
}
.preview {
border: none;
margin-left: 0.5rem;
width: 32rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media screen and (min-width 85.375em) {
body { font-size: 1.3rem; }
}
@media screen and (min-width 160em) {
body { font-size: 1.4rem; }
}
@media screen and (min-width 120em) {
body { font-size: 1.6rem; }
}
/* NOT MY CSS :)
* TODO: link
*/
div.logo {
border: none;
width: 64px;
height: 64px;
box-sizing: border-box;
position: relative;
background-color: white;
}
div.logo::before, div.logo::after {
z-index: 1;
box-sizing: border-box;
content: '';
position: absolute;
border: 4px solid transparent;
width: 0;
height: 0;
animation-direction: alternate;
animation-timing-function: linear;
}
div.logo::before {
top: 0;
left: 0;
animation: border-before 1.5s infinite;
animation-direction: alternate;
}
div.logo::after {
bottom: 0;
right: 0;
animation: border-after 1.5s infinite;
animation-direction: alternate;
}
div.logo > div {
position: absolute;
opacity: 0;
}
div.logo div.yellow{
border-left: 4px solid black;
top: 0;
bottom: 0;
right: 0;
width: 0;
background-color: yellow;
animation: yellow 1.5s infinite;
animation-direction: alternate;
}
div.logo div.skyblue {
border-top: 4px solid black;
left: 0;
bottom: 0;
right: 0;
height: 0;
background-color: skyblue;
animation: skyblue 1.5s infinite;
animation-direction: alternate;
}
div.logo div.pink {
border-right: 4px solid black;
top: 0;
bottom: 0;
left: 0;
width: 0;
background-color: pink;
animation: pink 1.5s infinite;
animation-direction: alternate;
}
@keyframes border-before {
0% {
width: 0;
height: 0;
border-top-color: black;
border-right-color: transparent;
}
12.49% {
border-right-color: transparent;
}
12.5% {
height: 0;
width: 100%;
border-top-color: black;
border-right-color: black;
}
25%,
100% {
width: 100%;
height: 100%;
border-top-color: black;
border-right-color: black;
}
}
@keyframes border-after {
0%,
24.99% {
width: 0;
height: 0;
border-left-color: transparent;
border-bottom-color: transparent;
}
25% {
width: 0;
height: 0;
border-left-color: transparent;
border-bottom-color: black;
}
37.49% {
border-left-color: transparent;
border-bottom-color: black;
}
37.5% {
height: 0;
width: 100%;
border-left-color: black;
border-bottom-color: black;
}
50%,
100% {
width: 100%;
height: 100%;
border-left-color: black;
border-bottom-color: black;
}
}
@keyframes pink {
0%,
50% {
width: 0;
opacity: 0;
}
50.01% {
opacity: 1;
}
65%,
100% {
opacity: 1;
width: 27%;
}
}
@keyframes skyblue {
0%,
65% {
height: 0;
opacity: 0;
}
65.01% {
opacity: 1;
}
80%,
100% {
opacity: 1;
height: 50%;
}
}
@keyframes yellow {
0%,
75% {
width: 0;
opacity: 0;
}
75.01% {
opacity: 1;
}
90%,
100% {
opacity: 1;
width: 23%;
}
}
.rotation {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
|
style.css
|
body {
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
line-height: 1.25;
}
a { color: blue; }
.page-title {
width: 176px;
padding: 0.4rem 0.5rem;
padding-top: 0.55rem;
margin-left: 1rem;
margin-top: 1rem;
border: 4px solid pink;
/* border-radius: 20px; */
}
.flex-container {
display: flex;
width: 100%;
flex-direction: column-reverse;
}
.music {
margin-left: 1.5rem;
margin-right: 1.5rem;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.music-block {
margin-top: 10px;
width: 64px;
height: 64px;
border: 3px solid black;
/* border-radius: 16px; */
}
.music-done {
border: 2px dotted pink;
padding: 0.5rem;
}
.intro {
margin-left: 1.6rem;
}
.nav {
margin-top: 1rem;
margin-bottom: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly; align-items: center;
}
.nav a {
background-color: pink;
cursor: pointer;
user-select: none;
text-decoration: none;
color: blue;
font-weight: bold;
margin: 0.2rem;
}
.at-link:before { content: "@"; }
.left-arrow:after { content: " ←" };
.down-arrow:after { content: " ↓"; }
.up-arrow:after { content: " ↑"; }
.posts {
padding: 0 0.4rem;
}
.blog-post {
border: 1px dashed black;
margin-bottom: 1rem;
}
.blog-post h1 {
text-align: center;
font-weight: normal;
text-transform: lowercase;
}
.blog-post h1:after {
color: blue;
content: " ↗";
}
.preview {
margin-left: 0.5rem;
width: 20rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* SCREENS */
@media screen and (min-width: 60em) {
.flex-container {
flex-direction: row;
}
.music {
width: 300px;
}
.flex-filler { flex-grow: 1; }
.general {
display: flex;
flex-direction: column;
width: 46%
}
.intro p { font-size: 1.1em; }
.block {
}
.nav {
margin: 0;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
.nav a, .nav [role="button"] {
margin: 1rem;
cursor: pointer;
user-select: none;
text-decoration: none;
color: blue;
font-weight: bold;
font-size: 1.5rem;
width: 16px;
/* margin-top: 10px; */
/* margin-bottom: 10px; */
/* border: 1px solid red; */
writing-mode: vertical-lr;
}
.nav [role="button"]:after { content: attr(id) " ↑"; }
.current:after { content: " ↑"; }
.posts {
margin-left: 1.6rem;
}
.blog-post h1 {
font-weight: normal;
text-transform: lowercase;
}
.blog-post h1:after {
color: blue;
content: " ↗";
}
.preview {
border: none;
margin-left: 0.5rem;
width: 32rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media screen and (min-width 85.375em) {
body { font-size: 1.3rem; }
}
@media screen and (min-width 160em) {
body { font-size: 1.4rem; }
}
@media screen and (min-width 120em) {
body { font-size: 1.6rem; }
}
/* NOT MY CSS :)
* TODO: link
*/
div.logo {
border: none;
width: 64px;
height: 64px;
box-sizing: border-box;
position: relative;
background-color: white;
}
div.logo::before, div.logo::after {
z-index: 1;
box-sizing: border-box;
content: '';
position: absolute;
border: 4px solid transparent;
width: 0;
height: 0;
animation-direction: alternate;
animation-timing-function: linear;
}
div.logo::before {
top: 0;
left: 0;
animation: border-before 1.5s infinite;
animation-direction: alternate;
}
div.logo::after {
bottom: 0;
right: 0;
animation: border-after 1.5s infinite;
animation-direction: alternate;
}
div.logo > div {
position: absolute;
opacity: 0;
}
div.logo div.yellow{
border-left: 4px solid black;
top: 0;
bottom: 0;
right: 0;
width: 0;
background-color: yellow;
animation: yellow 1.5s infinite;
animation-direction: alternate;
}
div.logo div.skyblue {
border-top: 4px solid black;
left: 0;
bottom: 0;
right: 0;
height: 0;
background-color: skyblue;
animation: skyblue 1.5s infinite;
animation-direction: alternate;
}
div.logo div.pink {
border-right: 4px solid black;
top: 0;
bottom: 0;
left: 0;
width: 0;
background-color: pink;
animation: pink 1.5s infinite;
animation-direction: alternate;
}
@keyframes border-before {
0% {
width: 0;
height: 0;
border-top-color: black;
border-right-color: transparent;
}
12.49% {
border-right-color: transparent;
}
12.5% {
height: 0;
width: 100%;
border-top-color: black;
border-right-color: black;
}
25%,
100% {
width: 100%;
height: 100%;
border-top-color: black;
border-right-color: black;
}
}
@keyframes border-after {
0%,
24.99% {
width: 0;
height: 0;
border-left-color: transparent;
border-bottom-color: transparent;
}
25% {
width: 0;
height: 0;
border-left-color: transparent;
border-bottom-color: black;
}
37.49% {
border-left-color: transparent;
border-bottom-color: black;
}
37.5% {
height: 0;
width: 100%;
border-left-color: black;
border-bottom-color: black;
}
50%,
100% {
width: 100%;
height: 100%;
border-left-color: black;
border-bottom-color: black;
}
}
@keyframes pink {
0%,
50% {
width: 0;
opacity: 0;
}
50.01% {
opacity: 1;
}
65%,
100% {
opacity: 1;
width: 27%;
}
}
@keyframes skyblue {
0%,
65% {
height: 0;
opacity: 0;
}
65.01% {
opacity: 1;
}
80%,
100% {
opacity: 1;
height: 50%;
}
}
@keyframes yellow {
0%,
75% {
width: 0;
opacity: 0;
}
75.01% {
opacity: 1;
}
90%,
100% {
opacity: 1;
width: 23%;
}
}
.rotation {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
| 0.491212 | 0.078078 |
.jcarousel-skin-tango {
text-align: center;
}
.jcarousel-skin-tango .jcarousel-container {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
background: #F0F6F9;
border: 1px solid #346F97;
margin: auto;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
width: 440px;
height: 102px;
padding: 20px 40px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
width: 102px;
height: 440px;
padding: 40px 20px;
}
.jcarousel-skin-tango .jcarousel-navigation-before {
padding-top: 30px;
}
.jcarousel-skin-tango .jcarousel-navigation-after {
padding-bottom: 30px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
width: 440px;
overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
height: 440px;
overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-item {
padding: 0;
width: 100px;
height: 100px;
overflow: hidden;
border: 1px solid #CCC;
list-style: none;
background: #fff none;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin: 0 4px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin: 4px 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
background: #fff url(throbber.gif) no-repeat center center;
color: #000;
}
/**
* Buttons
*/
.jcarousel-skin-tango .jcarousel-next,
.jcarousel-skin-tango .jcarousel-prev {
display: block;
width: 32px;
height: 32px;
background-image: url(arrows.png);
}
/**
* Horizontal Buttons
*/
.jcarousel-skin-tango .jcarousel-prev-horizontal {
position: absolute;
top: 55px;
left: 5px;
background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
cursor: default;
background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
position: absolute;
top: 55px;
right: 5px;
background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
background-position: -32px -32px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
background-position: -64px -32px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
cursor: default;
background-position: -96px -32px;
}
/**
* Vertical Buttons
*/
.jcarousel-skin-tango .jcarousel-prev-vertical {
position: absolute;
top: 5px;
left: 55px;
background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
background-position: -32px -64px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
background-position: -64px -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
cursor: default;
background-position: -96px -64px;
}
.jcarousel-skin-tango .jcarousel-next-vertical {
position: absolute;
bottom: 5px;
left: 55px;
background-position: 0 -96px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
background-position: -32px -96px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
background-position: -64px -96px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
cursor: default;
background-position: -96px -96px;
}
.jcarousel-skin-tango .jcarousel-navigation {
margin: 0;
padding: 4px;
}
.jcarousel-skin-tango .jcarousel-navigation li {
display: inline;
margin: 0 -1px 0 0;
padding: 0;
background: none;
}
.jcarousel-skin-tango .jcarousel-navigation li a {
color: #12A698;
padding: 1px 5px;
}
.jcarousel-skin-tango .jcarousel-navigation li a:hover {
color: white;
padding: 0px 4px;
background-color: #A0DCD9;
text-decoration: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #4C9899;
}
.jcarousel-skin-tango .jcarousel-navigation li.active a {
color: white;
padding: 0px 4px;
background-color: #12A698;
text-decoration: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #1B6364;
}
|
sites/all/modules/jcarousel/skins/tango/jcarousel-tango.css
|
.jcarousel-skin-tango {
text-align: center;
}
.jcarousel-skin-tango .jcarousel-container {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
background: #F0F6F9;
border: 1px solid #346F97;
margin: auto;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
width: 440px;
height: 102px;
padding: 20px 40px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
width: 102px;
height: 440px;
padding: 40px 20px;
}
.jcarousel-skin-tango .jcarousel-navigation-before {
padding-top: 30px;
}
.jcarousel-skin-tango .jcarousel-navigation-after {
padding-bottom: 30px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
width: 440px;
overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
height: 440px;
overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-item {
padding: 0;
width: 100px;
height: 100px;
overflow: hidden;
border: 1px solid #CCC;
list-style: none;
background: #fff none;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin: 0 4px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin: 4px 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
background: #fff url(throbber.gif) no-repeat center center;
color: #000;
}
/**
* Buttons
*/
.jcarousel-skin-tango .jcarousel-next,
.jcarousel-skin-tango .jcarousel-prev {
display: block;
width: 32px;
height: 32px;
background-image: url(arrows.png);
}
/**
* Horizontal Buttons
*/
.jcarousel-skin-tango .jcarousel-prev-horizontal {
position: absolute;
top: 55px;
left: 5px;
background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
cursor: default;
background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
position: absolute;
top: 55px;
right: 5px;
background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
background-position: -32px -32px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
background-position: -64px -32px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
cursor: default;
background-position: -96px -32px;
}
/**
* Vertical Buttons
*/
.jcarousel-skin-tango .jcarousel-prev-vertical {
position: absolute;
top: 5px;
left: 55px;
background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
background-position: -32px -64px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
background-position: -64px -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
cursor: default;
background-position: -96px -64px;
}
.jcarousel-skin-tango .jcarousel-next-vertical {
position: absolute;
bottom: 5px;
left: 55px;
background-position: 0 -96px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
background-position: -32px -96px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
background-position: -64px -96px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
cursor: default;
background-position: -96px -96px;
}
.jcarousel-skin-tango .jcarousel-navigation {
margin: 0;
padding: 4px;
}
.jcarousel-skin-tango .jcarousel-navigation li {
display: inline;
margin: 0 -1px 0 0;
padding: 0;
background: none;
}
.jcarousel-skin-tango .jcarousel-navigation li a {
color: #12A698;
padding: 1px 5px;
}
.jcarousel-skin-tango .jcarousel-navigation li a:hover {
color: white;
padding: 0px 4px;
background-color: #A0DCD9;
text-decoration: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #4C9899;
}
.jcarousel-skin-tango .jcarousel-navigation li.active a {
color: white;
padding: 0px 4px;
background-color: #12A698;
text-decoration: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #1B6364;
}
| 0.395835 | 0.071429 |
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";
.rwd-table {
margin: 1em 0;
min-width: 300px;
}
.rwd-table tr {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.rwd-table th {
display: none;
}
.rwd-table td {
display: block;
}
.rwd-table td:first-child {
padding-top: .5em;
}
.rwd-table td:last-child {
padding-bottom: .5em;
}
.rwd-table td:before {
content: attr(data-th) ": ";
font-weight: bold;
width: 6.5em;
display: inline-block;
}
@media (min-width: 480px) {
.rwd-table td:before {
display: none;
}
}
.rwd-table th, .rwd-table td {
text-align: left;
}
@media (min-width: 480px) {
.rwd-table th, .rwd-table td {
display: table-cell;
padding: .25em .5em;
}
.rwd-table th:first-child, .rwd-table td:first-child {
padding-left: 0;
}
.rwd-table th:last-child, .rwd-table td:last-child {
padding-right: 0;
}
}
body {
padding: 0 2em;
font-family: Montserrat, sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
color: #444;
background: #eee;
}
h1 {
font-weight: normal;
letter-spacing: -1px;
color: #34495E;
}
.rwd-table {
background: #34495E;
color: #fff;
border-radius: .9em;
overflow: hidden;
}
.rwd-table tr {
border-color: #46637f;
}
.rwd-table th, .rwd-table td {
margin: .5em 1em;
}
@media (min-width: 480px) {
.rwd-table th, .rwd-table td {
padding: 1em !important;
}
}
.rwd-table th, .rwd-table td:before {
color: #dd5;
}
// popup work
.modal-open {
overflow: hidden
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%)
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0)
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5
}
.modal-header {
min-height: 16.43px;
padding: 15px;
border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
margin-top: -2px
}
.modal-title {
margin: 0;
line-height: 1.42857143
}
.modal-body {
position: relative;
padding: 15px
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
margin-bottom: 0;
margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
margin-left: 0
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:768px) {
.modal-dialog {
width: 600px;
margin: 30px auto
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}
.modal-sm {
width: 300px
}
}
@media (min-width:992px) {
.modal-lg {
width: 900px
}
}
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
display: table;
content: " "
}
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
clear: both
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear
}
.fade.in {
opacity: 1
}
// i guess 2 duplicates
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%)
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0
}
|
style.css
|
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";
.rwd-table {
margin: 1em 0;
min-width: 300px;
}
.rwd-table tr {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.rwd-table th {
display: none;
}
.rwd-table td {
display: block;
}
.rwd-table td:first-child {
padding-top: .5em;
}
.rwd-table td:last-child {
padding-bottom: .5em;
}
.rwd-table td:before {
content: attr(data-th) ": ";
font-weight: bold;
width: 6.5em;
display: inline-block;
}
@media (min-width: 480px) {
.rwd-table td:before {
display: none;
}
}
.rwd-table th, .rwd-table td {
text-align: left;
}
@media (min-width: 480px) {
.rwd-table th, .rwd-table td {
display: table-cell;
padding: .25em .5em;
}
.rwd-table th:first-child, .rwd-table td:first-child {
padding-left: 0;
}
.rwd-table th:last-child, .rwd-table td:last-child {
padding-right: 0;
}
}
body {
padding: 0 2em;
font-family: Montserrat, sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
color: #444;
background: #eee;
}
h1 {
font-weight: normal;
letter-spacing: -1px;
color: #34495E;
}
.rwd-table {
background: #34495E;
color: #fff;
border-radius: .9em;
overflow: hidden;
}
.rwd-table tr {
border-color: #46637f;
}
.rwd-table th, .rwd-table td {
margin: .5em 1em;
}
@media (min-width: 480px) {
.rwd-table th, .rwd-table td {
padding: 1em !important;
}
}
.rwd-table th, .rwd-table td:before {
color: #dd5;
}
// popup work
.modal-open {
overflow: hidden
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%)
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0)
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5
}
.modal-header {
min-height: 16.43px;
padding: 15px;
border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
margin-top: -2px
}
.modal-title {
margin: 0;
line-height: 1.42857143
}
.modal-body {
position: relative;
padding: 15px
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
margin-bottom: 0;
margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
margin-left: 0
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:768px) {
.modal-dialog {
width: 600px;
margin: 30px auto
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}
.modal-sm {
width: 300px
}
}
@media (min-width:992px) {
.modal-lg {
width: 900px
}
}
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
display: table;
content: " "
}
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
clear: both
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear
}
.fade.in {
opacity: 1
}
// i guess 2 duplicates
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%)
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0
}
| 0.279238 | 0.092852 |
@media (max-width: 900px){
#page-home{
background-image: none;
}
#page-home .content{
align-items: center;
text-align: center;
}
#page-home header a{
position: absolute;
bottom: 48px;
left: 50%;
transform: translateX(-50%);
}
#page-home main{
align-items: center;
}
#page-search-results .cards{
grid-template-columns: 1fr;
}
#page-search-results .cards img{
height: 250px;
}
}
@media (min-width: 1440px){
#page-home{
background-position-x: 40vw;
}
}
@media (max-height: 760px){
#page-home{
background-position-y: 100px;
}
#page-home h1{
margin-top: -50px;
}
#page-home main p{
line-height: 24px;
}
}
@media (max-width: 420px){
#page-home main h1{
font-size: 45px;
}
#page-home main p{
font-size: 20px;
}
}
@media (max-width: 550px){
#page-home main h1{
font-size: 40px;
}
#page-home main p{
font-size: 16px;
margin-top: 20px;
}
#page-home header
{
margin-top: 25px;
}
#page-home main a{
width: 100%;
max-width: 300px;
height: 60px;
border-radius: 8px;
display: flex;
align-items: center;
font-size: 13px;
margin-top: 20px;
background: var(--primary-color);
transition: 400ms;
color: white;
}
#page-home main a span{
width: 60px;
height: 60px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
#page-home header a span{
width: 20px;
height: 20px;
}
#modal .header h1{
font-size: 35px;
}
#modal .search input{
padding: 0 20px;
}
#modal .search input ~ button{
height: 60px;
width: 60px;
}
}
@media (max-width: 425px){
#page-home header a span{
width: 25px;
height: 20px;
}
}
@media (max-width: 330px){
#page-home main h1{
font-size: 30px;
}
}
|
public/styles/responsive.css
|
@media (max-width: 900px){
#page-home{
background-image: none;
}
#page-home .content{
align-items: center;
text-align: center;
}
#page-home header a{
position: absolute;
bottom: 48px;
left: 50%;
transform: translateX(-50%);
}
#page-home main{
align-items: center;
}
#page-search-results .cards{
grid-template-columns: 1fr;
}
#page-search-results .cards img{
height: 250px;
}
}
@media (min-width: 1440px){
#page-home{
background-position-x: 40vw;
}
}
@media (max-height: 760px){
#page-home{
background-position-y: 100px;
}
#page-home h1{
margin-top: -50px;
}
#page-home main p{
line-height: 24px;
}
}
@media (max-width: 420px){
#page-home main h1{
font-size: 45px;
}
#page-home main p{
font-size: 20px;
}
}
@media (max-width: 550px){
#page-home main h1{
font-size: 40px;
}
#page-home main p{
font-size: 16px;
margin-top: 20px;
}
#page-home header
{
margin-top: 25px;
}
#page-home main a{
width: 100%;
max-width: 300px;
height: 60px;
border-radius: 8px;
display: flex;
align-items: center;
font-size: 13px;
margin-top: 20px;
background: var(--primary-color);
transition: 400ms;
color: white;
}
#page-home main a span{
width: 60px;
height: 60px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
#page-home header a span{
width: 20px;
height: 20px;
}
#modal .header h1{
font-size: 35px;
}
#modal .search input{
padding: 0 20px;
}
#modal .search input ~ button{
height: 60px;
width: 60px;
}
}
@media (max-width: 425px){
#page-home header a span{
width: 25px;
height: 20px;
}
}
@media (max-width: 330px){
#page-home main h1{
font-size: 30px;
}
}
| 0.184988 | 0.058105 |
marge superior de 10px
una amplada del 80%
els seus elements inline es mostrin ocupant tot l'espai que puguin (justificats)*/
/*32 Selecciona el node amb id addPrincipal,
indica que la seva altura sigui el total de l'altura del seu pare,
indica que els seus elements inline es mostrin alineats a la dreta,
indica que tingui una amplada corresponent al 20% del seu pare'*/
/*33 Selecciona les imatges contingudes dins el node amb id addPrincipal i indica que tinguin:
una altura del 100%
una amplada del 90%
una máxima altura i amplada de 300px
pading a l'esquerre del 10%
*/
/*** TOPS */
/**34
Selecciona els header fills de la clase .topTable i indica que:
tinguin un color de fons
un color de text blanc
el text en negreta
el text centrat
una amplada del 100%
*/
/*TODO*/
/*35 Selecciona los elementos de la clase topTable dentro de #mitgPrincipal i indica que tinguin:
una ombra de color #ccffff situada 2 pixels per sobre l'element, 3px a la dreta i un difuminat de 5px
un display que permeti afegir elements al seu costat
una amplada del 30% del seu pare
el text alineat a l'esquerre
una amplada mínima de 200px
*/
/*36 Selecciona les celes de les taules
situades dins un element de la clase
.topTable i indica que tingui:
el text justificat
un padding de 3px
*/
/*37 Selecciona els span de la clase dreta
situats dins un element de la clase topTable
i indica que tinguin:
un marge a l'esquerre de 3px
que tinguin la propietat float a la dreta
*/
/**38
Selecciona les imatges situades dins un span
de la clase dreta i indica que tinguin:
una amplada i altura de 5em
*/
/*39 Selecciona les files parelles de les
taules situades dins un element de la clase
.topTable i indica que tingui:
el color de fons groc
*/
/*40 Selecciona les files senars de les taules situades dins un element de la clase .topTable i indica que tingui:
el color de fons gris
*/
/*41 Selecciona les files parelles de les taules situades dins un element de la clase .topTable i indica que, quan el ratoli es situi sobre, tinguin:
el color de fons negre
la lletra en color blanc
una altura de 250px
*/
|
LlenguatgeDeMarques/htdocs/Selectors/index.css
|
marge superior de 10px
una amplada del 80%
els seus elements inline es mostrin ocupant tot l'espai que puguin (justificats)*/
/*32 Selecciona el node amb id addPrincipal,
indica que la seva altura sigui el total de l'altura del seu pare,
indica que els seus elements inline es mostrin alineats a la dreta,
indica que tingui una amplada corresponent al 20% del seu pare'*/
/*33 Selecciona les imatges contingudes dins el node amb id addPrincipal i indica que tinguin:
una altura del 100%
una amplada del 90%
una máxima altura i amplada de 300px
pading a l'esquerre del 10%
*/
/*** TOPS */
/**34
Selecciona els header fills de la clase .topTable i indica que:
tinguin un color de fons
un color de text blanc
el text en negreta
el text centrat
una amplada del 100%
*/
/*TODO*/
/*35 Selecciona los elementos de la clase topTable dentro de #mitgPrincipal i indica que tinguin:
una ombra de color #ccffff situada 2 pixels per sobre l'element, 3px a la dreta i un difuminat de 5px
un display que permeti afegir elements al seu costat
una amplada del 30% del seu pare
el text alineat a l'esquerre
una amplada mínima de 200px
*/
/*36 Selecciona les celes de les taules
situades dins un element de la clase
.topTable i indica que tingui:
el text justificat
un padding de 3px
*/
/*37 Selecciona els span de la clase dreta
situats dins un element de la clase topTable
i indica que tinguin:
un marge a l'esquerre de 3px
que tinguin la propietat float a la dreta
*/
/**38
Selecciona les imatges situades dins un span
de la clase dreta i indica que tinguin:
una amplada i altura de 5em
*/
/*39 Selecciona les files parelles de les
taules situades dins un element de la clase
.topTable i indica que tingui:
el color de fons groc
*/
/*40 Selecciona les files senars de les taules situades dins un element de la clase .topTable i indica que tingui:
el color de fons gris
*/
/*41 Selecciona les files parelles de les taules situades dins un element de la clase .topTable i indica que, quan el ratoli es situi sobre, tinguin:
el color de fons negre
la lletra en color blanc
una altura de 250px
*/
| 0.117205 | 0.402979 |
select option:selected{
background: blue;
}
.stop-scrolling{
height:100%;
overflow:hidden;
}
.activeMenuButton{
color: #42DCA3 !important;
}
/*----------------------------------------------------*/
/*Temporary navbar container fix*/
.navbar-toggler {
z-index: 1;
}
@media (max-width: 576px) {
nav>.container {
width: 100%;
}
}
/*Temporary navbar container fix*/
/*----------------------------------------------------*/
.general-form{
margin:0 auto;
}
/* Targetting all the div inside the col-md-9 tag */
.cold-md-9 div{
display:block;
}
textarea{
}
input[type="radio"]{
position:relative;
}
input[type="search"]:disabled,.fixingInputAlignmentInner input[type="text"]:disabled {
background: #A9A9A9;
}
input[type="search"]{
text-transform: capitalize;
}
input[type="search"]::-webkit-input-placeholder {
text-transform: none;
}
input[type="search"]:-moz-placeholder { /* Firefox 18- */
text-transform: none;
}
input[type="search"]::-moz-placeholder { /* Firefox 19+ */
text-transform: none;
}
input[type="search"]:-ms-input-placeholder {
text-transform: none;
}
/*----------------------------------------------------*/
.calendarField, .addingCalendar , .addingCalendarInner{
cursor: pointer;
}
/* START adding units*/
.panel-body .addingCalendar:after{
position:relative;
right:245px;
top:5px;
float:right;
font-family: FontAwesome;
}
.panel-body .addingCalendarInner:after{
position:relative;
right:295px;
top:5px;
float:right;
font-family: FontAwesome;
}
.panel-body .addingUnits:after {
position:relative;
right:260px;
top:5px;
float:right;
}
.panel-body .addingUnitsInner:after {
position:relative;
right:295px;
top:5px;
float:right;
}
.unitsGrams:after{
content:"grams";
}
.unitsHours:after{
content:"hours";
}
.unitsWeeks:after{
content:"weeks";
}
.unitsCm:after{
content:"cm";
}
.unitsDays:after{
content:"days";
}
.unitsYears:after{
content:"years";
}
.unitsCentigrade:after{
content: "\2103";
}
.addingCalendarIcon:after{
content: "\f073";
color:black;
}
/* END adding units*/
/*----------------------------------------------------*/
.menuButton:hover{
color: white;
outline: none;
background: rgba(255, 255, 255, 0.2);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.subHeadingTitle{
word-spacing: 12px;
font-family: Charcoal, sans-serif;
font-size: 2.25em;
text-transform: uppercase;
margin-bottom: 27px;
border-bottom: 2px solid white;
border-top: 2px solid white;
}
/*----------------------------------------------------*/
.fixingInputAlignment{
margin-left: 50%;
width: 50%;
height: 32px;
}
.fixingInputAlignmentInner{
margin-left:350px;
width:60%;
height:32px;
}
.fixingInputAlignmentInnerInner{
margin-left:300px;
width:60%;
height:32px;
}
/*----------------------------------------------------*/
/* The first label inside the DIV input-group class*/
.input-group .fixingLabelAlignment{
float: left;
clear: left;
text-align: right;
font-size:18px;
padding-right:10px;
font-family: Helvetica, Arial, sans-serif;
font-weight: 100;
display: inline-block;
line-height:32px;
width: 50%;
/*background-color:green;*/
}
.fixingLabelAlignmentInner{
display: inline-block;
float: left;
clear: left;
height:32px;
width: 45%;
text-align: right;
padding-right:10px;
font-family: Helvetica, Arial, sans-serif;
font-weight: 100;
/*background-color: green;*/
}
.fixingLabelAlignmentInnerInner{
display: inline-block;
float: left;
clear: left;
height:32px;
width: 40%;
text-align: right;
padding-right:10px;
font-family: Helvetica, Arial, sans-serif;
font-weight: 100;
/*background-color: green;*/
}
/*----------------------------------------------------*/
#GroupingHiddenField1,
#hiddenField3,
#hiddenField4,
#hiddenField5,
#hiddenField6,
#hiddenFieldTemperatureFirstHour,
#hiddenFieldCranialImaging,
#hiddenFieldSteroidsCLD,
#hiddenFieldROPSurgery,
#hiddenFieldpPneumothorax,
#hiddenFieldnecrotizingEnterocolitis,
#hiddenFieldfocalIntestinalPerforation,
#hiddenFieldRespiratory36WeeksOxygenGroup,
#hiddenFieldAtInitialResuscitation,
#hiddenFieldAfterInitialResuscitation,
#hiddenFieldBacterialSepsisBefore,
#hiddenFieldBacterialSepsis,
#hiddenFieldCoagulaseNegative,
#hiddenFieldFungalInfection,
#hiddenFieldROPRetinal,
#hiddenFieldBirthDefectCodes,
#hiddenFieldAtDischargeGroup,
#hiddenFieldHidingEntireSurgeryPanel,
#hiddenFieldAPGARGroup,
#hiddenFieldCongenitalInfectionOrganisms,
#hiddenFieldPIHWhereOccurred,
#hiddenFieldFetalMedicineUnitFlaggedGroup,
#hiddenFieldFetalMedicineUnitFlaggedGroup,
#hiddenFieldJaundiceNeedingPhototherapy,
#hiddenFieldInvasiveVentilation,
#hiddenFieldHIVStatus,
#hiddenFieldHearingScreenCheck,
#hiddenFieldRVD,
#hiddenFieldhypoxicIschaemicEncephalopathy,
#hiddenFieldSepsisDuringAdmission,
#hiddenFieldImmunizations652Date,
#hiddenFieldCFM48Hours,
#hiddenFieldCongenitalCode1SecondPart,
#hiddenFieldAppointmentPCRDate,
#hiddenFieldSurfactantAtAnyTime,
#hiddenFieldAbnormalHeadUltrasound,
#hiddenFieldChromosomesDone,
#hiddenFieldImmunizations652,
#hiddenFieldTwinAB,
#hiddenFieldTripletABC,
.modeOfDeliveryAdditionalDiv,
.sixWeeksOldDateDiv,
#addNewBacterialFieldDiv,
#organismCodeDuringAdmissionDiv,
#dialog-confirm,
#hiddenFieldTwins,
#hiddenFieldTriplets,
#hiddenFieldQuadruplets,
#twinOrTripletDiv,
#bacterialBeforeDiv1,
#bacterialBeforeDiv2,
#bacterialBeforeDiv3,
#removeNewBacterialFieldDiv,
#addNewBacterialFieldDiv,
#bacterialAfterDiv1,
#bacterialAfterDiv2,
#bacterialAfterDiv3,
#birthDefectCodeDiv1,
#birthDefectCodeDiv2,
#birthDefectCodeDiv3,
#birthDefectCodeDiv4,
#birthDefectCodeDiv5,
#congenitalCodeDiv1,
#congenitalCodeDiv2,
#congenitalCodeDiv3,
#surgeryDiv1,
#surgeryDiv2,
#surgeryDiv3,
#surgeryDiv4,
#surgeryDiv5,
#bacterialCodeDuringAdmissionDiv1,
#bacterialCodeDuringAdmissionDiv2,
#bacterialCodeDuringAdmissionDiv3,
#hiddenFieldImmunizations1052,
#hiddenFieldImmunizations1052Date,
#hiddenFieldImmunizations1452,
#hiddenFieldImmunizations1452Date,
#appointmentDiv1,
#appointmentDiv2,
#appointmentDiv3,
#appointmentDiv4,
#appointmentDiv5,
#hiddenFieldROPDate
{
display:none;
}
/* Hiding not a VON baby fields */
/*Hiding Transfer Form section A - D*/
#TransferFormPartA,
#TransferFormPartB,
#TransferFormPartC,
#TransferFormPartD{
display:none;
}
/*----------------------------------------------------*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #bdc3c7;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #bdc3c7;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #bdc3c7;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #bdc3c7;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: #bdc3c7;
}
/*----------------------------------------------------*/
.float-left{
float:left;
}
.formProgressLabel{
font-family: sans-serif;
font-size: 1.2em;
}
/*----------------------------------------------------*/
.ownToolTip {
position: relative;
display: inline-block;
margin: 8px 0px;
/* START changing the location of the icon*/
right:30px;
/* END changing the location of the icon*/
}
.ownToolTip .ownToolTipText {
visibility: hidden;
width: 120px;
background-color: grey;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 3px 3px;
position: absolute;
z-index: 999;
top: -5px;
left: 140%;
font-family: sans-serif;
font-size: 13px;
opacity: 0;
transition: opacity 1s;
}
.ownToolTip:hover .ownToolTipText {
visibility: visible;
opacity: 1;
}
/*----------------------------------------------------*/
/* Navigation left side panel container */
#sidebar-container {
z-index:999;
position: fixed;
left:0px;
top:50px;
width: 25%;
min-width: 330px;
height:100vh;
list-style: none;
border-right: 1px solid;
display:none;
background:black;
}
/* Sidebar Styles */
.hide-sidebar{
display:none;
}
/*Buttons on the side bar*/
.sidebar-nav li a {
display: block;
text-decoration: none;
color: #999999;
}
.sidebar-nav li #patientButtonID:hover{
text-decoration: none;
color: #fff;
background: rgba(255, 255, 255, 0.2);
}
/*Cant use numbers in the front of an ID*/
.sidebar-nav li #dayButtonID:hover{
text-decoration: none;
color: #fff;
background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li #dischargeButtonID:hover{
text-decoration: none;
color: #fff;
background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li #patientButtonID:active,
.sidebar-nav li #28dayButtonID:active,
.sidebar-nav li #dischargeButtonID:active,
.sidebar-nav li #patientButtonID:focus,
.sidebar-nav li #28dayButtonID:focus,
.sidebar-nav li #dischargeButtonID:focus {
text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}
@media(min-width:768px) {
#wrapper {
padding-left: 0;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
width: 0;
}
#wrapper.toggled #sidebar-wrapper {
width: 250px;
}
#page-content-wrapper {
padding: 20px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
}
/*----------------------------------------------------*/
/* Progress bar */
/* Start */
.patientInfoPanel{
position:relative;
top: 20px;
border: 1px solid gray;
margin: 10px auto;
height:150px;
border-radius: 4px;
width:80%;
}
.patientMedicalRecordDiv{
padding:5px;
}
.patientNameRecordDiv{
padding:5px;
}
.patientInfoPanelPatientMedical,.patientInfoPanelPatientName{
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
color: dimgray;
display:block;
text-align: left;
padding-left: 2em;
line-height: 2em;
}
.patientInfoPanelPatientMedical:before{
position:relative;
right:5px;
float:left;
font-family: FontAwesome;
content: "\f2bb";
line-height: 2em;
}
.patientInfoPanelPatientName:before{
position:relative;
right:5px;
float:left;
font-family: FontAwesome;
content: "\f2c0";
line-height: 2em;
}
.patientInfoPanelPatientMedicalDisplay, .patientInfoPanelPatientNameDisplay{
display:block;
line-height:1em;
}
.patientMedicalRecordDivFormat{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
background: transparent;
position: relative;
line-height: 1em;
border-style: none;
color: #D7DBDD;
display:block;
text-align: left;
padding-left: 35px;
/*text-align: center;*/
}
/*----------------------------------------------------*/
/*START PROGRESS BAR*/
.progressBarUL{
list-style: none;
margin:0;
margin-left:60px;
margin-bottom: 50px;
padding:0;
position:relative;
counter-reset: step;
/*background-color: red;*/
}
/*pseudo for the solid line*/
.progressBarUL:before{
z-index: 9998;
content:'';
position:absolute;
right:99%;
width:0px;
height:100%;
border:1px solid white;
}
/* each item in the list */
.progressBarUL li{
margin-top: 50px;
margin-bottom: auto;
margin-right: auto;
margin-left: auto;
position:relative;
width: 85%;
}
.buttonBox{
position:absolute;
bottom: 0;
margin-bottom: 80px;
}
.buttonBox a{
position:relative;
width:80%;
margin-bottom: 15px;
font-size: 0.9em;
}
@media (max-width: 1280px) {
.progressBarUL li {
margin-top: 100px;
}
.buttonBox a {
margin-bottom: 25px;
}
}
/* Each section name */
.progressBarUL li a{
font-family: "Proxima Nova Alt Light","Avenir LT Std 35 Light","Circular Std Book";
width:95%;
border-radius: 5px;
border: 1px solid;
}
/* circles */
/* ".progressBarUL li span" It was previously this but to decrease specifity value we made it this so the black doesn't take priority over the colour classes we are adding.*/
div ul li .firstATag{
z-index: 9999;
content:'';
width:60px;
height:60px;
top:-12px;
left:-50px;
border:2px solid white;
position:absolute;
border-radius: 50%;
background-color: orange;
cursor: pointer;
}
/*pseudo for the circle line*/
div ul li .firstATag:before{
z-index: 9998;
content:'';
position:absolute;
top:0;
left:-20px;
width:0px;
height:100%;
}
/* numbers */
div ul li .firstATag:after{
font-family: sans-serif;
font-size: 20px;
z-index: 9999;
content: counter(step);
counter-increment: step;
color:white;
width:25px;
height:25px;
margin-left:-12.5px;
margin-top: 12px;
position:absolute;
}
#clearFormButton:after{
font-family: FontAwesome;
content: "\f01e";
float:right;
}
.clickToFinishButton:after{
font-family: FontAwesome;
content: "\f00c";
float:right;
}
#PrintDischargeButton:after{
font-family: FontAwesome;
content: "\f02f";
float:right;
}
/*END PROGRESS BAR*/
/*----------------------------------------------------*/
/* Start Glowing of the sidebar */
@-webkit-keyframes glowing {
0% { -webkit-box-shadow: 0 0 3px #bdc3c7; }
50% { -webkit-box-shadow: 0 0 40px #bdc3c7; }
100% { -webkit-box-shadow: 0 0 3px #bdc3c7; }
}
@-moz-keyframes glowing {
0% { -moz-box-shadow: 0 0 3px #bdc3c7; }
50% { -moz-box-shadow: 0 0 40px #bdc3c7; }
100% { -moz-box-shadow: 0 0 3px #bdc3c7; }
}
@-o-keyframes glowing {
0% { box-shadow: 0 0 3px #bdc3c7; }
50% { box-shadow: 0 0 40px #bdc3c7; }
100% {box-shadow: 0 0 3px #bdc3c7; }
}
/* this one*/
@keyframes glowing {
0% { box-shadow: 0 0 10px #bdc3c7; }
50% { box-shadow: 0 0 40px #bdc3c7; }
100% { box-shadow: 0 0 10px #bdc3c7; }
}
/* glow all the buttons*/
/* Start Glowing of the hidden Fields */
@-webkit-keyframes glowingHidden {
0% { -webkit-box-shadow: 0 0 3px #bdc3c7; }
50% { -webkit-box-shadow: 0 0 20px #bdc3c7; }
100% { -webkit-box-shadow: 0 0 3px #bdc3c7; }
}
@-moz-keyframes glowingHidden {
0% { -moz-box-shadow: 0 0 3px #bdc3c7; }
50% { -moz-box-shadow: 0 0 20px #bdc3c7; }
100% { -moz-box-shadow: 0 0 3px #bdc3c7; }
}
@-o-keyframes glowingHidden {
0% { box-shadow: 0 0 3px #bdc3c7; }
50% { box-shadow: 0 0 20px #bdc3c7; }
100% {box-shadow: 0 0 3px #bdc3c7; }
}
/* this one*/
@keyframes glowingHidden {
0% { box-shadow: 0 0 3px #bdc3c7; }
50% { box-shadow: 0 0 20px #bdc3c7; }
100% {box-shadow: 0 0 3px #bdc3c7; }
}
@-webkit-keyframes glowingHiddenOrange {
0% { -webkit-box-shadow: 0 0 3px orange; }
50% { -webkit-box-shadow: 0 0 20px orange; }
100% { -webkit-box-shadow: 0 0 3px orange; }
}
@-moz-keyframes glowingHiddenOrange {
0% { -moz-box-shadow: 0 0 3px orange; }
50% { -moz-box-shadow: 0 0 20px orange; }
100% { -moz-box-shadow: 0 0 3px orange; }
}
@-o-keyframes glowingHiddenOrange {
0% { box-shadow: 0 0 3px orange; }
50% { box-shadow: 0 0 20px orange; }
100% {box-shadow: 0 0 3px orange; }
}
/* this one*/
@keyframes glowingHiddenOrange {
0% { box-shadow: 0 0 5px orange; }
50% { box-shadow: 0 0 20px orange; }
100% {box-shadow: 0 0 5px orange; }
}
/* glow all the buttons*/
.glowingButton {
-webkit-animation: glowing 3500ms infinite;
-moz-animation: glowing 3500ms infinite;
-o-animation: glowing 3500ms infinite;
animation: glowing 3500ms infinite;
}
.glowingHiddenFields{
-webkit-animation: glowingHidden 5000ms 1;
-moz-animation: glowingHidden 5000ms 1;
-o-animation: glowingHidden 5000ms 1;
animation: glowingHidden 5000ms 1;
}
.glowingHiddenFieldsPermanent{
-webkit-animation: glowingHiddenOrange 5000ms infinite;
-moz-animation: glowingHiddenOrange 5000ms infinite;
-o-animation: glowingHiddenOrange 5000ms infinite;
animation: glowingHiddenOrange 5000ms infinite;
}
/*----------------------------------------------------*/
/* End Glowing of the sidebar */
/* radio buttons */
.radioFloatLeft{ /*for less than 3/4 radio */
float:left;
margin-right:0.01rem;
line-height: 32px;
}
.radioFloatLeftInner{ /*for less than 3/4 radio */
float:left;
margin: 0 0.01rem;
margin-top: -5px;
right:500px;
line-height: 32px;
/*background: red;*/
}
input[type="radio"]{
visibility: hidden;
}
.radioFloatLeftForSurgery{ /*for less than 3/4 radio */
float:left;
margin: 0 25px;
margin-top: 5px;
/* background:Red;*/
}
.radioMoreThan5{
}
.radioText{
font-family: Helvetica, Arial, sans-serif;
font-weight:100;
border-radius: 4px;
padding :0px 10px;
border: 1px solid #444444;
background: #222222 url("../calendar/images/ui-bg_highlight-soft_35_222222_1x100.png") 50% 50% repeat-x;
font-weight: normal;
color: #eeeeee;
width: 6em;
}
.radioTextForHospitalResponse{
font-family: Helvetica, Arial, sans-serif;
font-weight:100;
border-radius: 4px;
padding :0px 10px;
border: 1px solid #444444;
background: #222222 url("../calendar/images/ui-bg_highlight-soft_35_222222_1x100.png") 50% 50% repeat-x;
font-weight: normal;
color: #eeeeee;
width: 9em;
}
.radioText:hover, .radioTextForHospitalResponse:hover{
border: 1px solid #0b93d5;
background: #003147 url("../calendar/images/ui-bg_highlight-soft_33_003147_1x100.png") 50% 50% repeat-x;
font-weight: normal;
color: #ffffff;
cursor: pointer;
}
input[type="radio"]:checked~label {
border: 1px solid #26b3f7;
background: #0972a5 url(../calendar/images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x;
font-weight: normal;
color: #ffffff;
}
/*----------------------------------------------------*/
/* START Menu CSS */
/* The side navigation menu */
.sidenav {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 9999999; /* Stay on top */
top: 0;
right: 0;
background-color: #111; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
/* START Menu Icons*/
.sidenav a:nth-child(2):before{
content: "\f055";
font-family: FontAwesome;
padding-right: 10px;
}
.sidenav a:nth-child(3):before{
content: "\f15c";
font-family: FontAwesome;
padding-right: 10px;
}
.sidenav a:nth-child(4):before{
content: "\f059";
font-family: FontAwesome;
padding-right: 10px;
}
.sidenav a:nth-child(5):before{
content: "\f08b";
font-family: FontAwesome;
padding-right: 10px;
}
/* END Menu Icons*/
/* The navigation menu links */
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 24px;
color: #818181;
display: block;
transition: 0.3s;
font-family: "Lato", sans-serif;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s;
padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
/* END Menu CSS */
/*----------------------------------------------------*/
/*START Panel CSS*/
.panel {
/*margin-bottom: 20px;
margin-left: 25px;*/
background-color: transparent;
border: 3px solid #337ab7;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
overflow: auto;
overflow-x: hidden;
}
.panel-primary {
border-color: #337ab7;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color:#999999;
min-width:930px;
margin-left: 7px;
}
.panel-primary>.panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
}
.panel-body {
padding: 35px;
}
.panel-body p {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: white;
}
@media (max-width: 1280px) {
.panel-primary {
min-width:900px;
}
}
/*END Panel CSS*/
/*----------------------------------------------------*/
/* START Inner Panel*/
.InnerPanel {
margin: 2em 0;
background-color: transparent;
border: 1.5px solid #337ab7;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
overflow: auto;
overflow-x: hidden;
}
.inner-panel-primary {
border-color: #337ab7;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color:#999999;
width:100%;
}
.inner-panel-primary>.inner-panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.inner-panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
font-size: 18px;
text-transform: uppercase;
}
.inner-panel-body {
padding: 25px;
}
th{
color: white;
}
table{
color:black;
}
|
css/style.css
|
select option:selected{
background: blue;
}
.stop-scrolling{
height:100%;
overflow:hidden;
}
.activeMenuButton{
color: #42DCA3 !important;
}
/*----------------------------------------------------*/
/*Temporary navbar container fix*/
.navbar-toggler {
z-index: 1;
}
@media (max-width: 576px) {
nav>.container {
width: 100%;
}
}
/*Temporary navbar container fix*/
/*----------------------------------------------------*/
.general-form{
margin:0 auto;
}
/* Targetting all the div inside the col-md-9 tag */
.cold-md-9 div{
display:block;
}
textarea{
}
input[type="radio"]{
position:relative;
}
input[type="search"]:disabled,.fixingInputAlignmentInner input[type="text"]:disabled {
background: #A9A9A9;
}
input[type="search"]{
text-transform: capitalize;
}
input[type="search"]::-webkit-input-placeholder {
text-transform: none;
}
input[type="search"]:-moz-placeholder { /* Firefox 18- */
text-transform: none;
}
input[type="search"]::-moz-placeholder { /* Firefox 19+ */
text-transform: none;
}
input[type="search"]:-ms-input-placeholder {
text-transform: none;
}
/*----------------------------------------------------*/
.calendarField, .addingCalendar , .addingCalendarInner{
cursor: pointer;
}
/* START adding units*/
.panel-body .addingCalendar:after{
position:relative;
right:245px;
top:5px;
float:right;
font-family: FontAwesome;
}
.panel-body .addingCalendarInner:after{
position:relative;
right:295px;
top:5px;
float:right;
font-family: FontAwesome;
}
.panel-body .addingUnits:after {
position:relative;
right:260px;
top:5px;
float:right;
}
.panel-body .addingUnitsInner:after {
position:relative;
right:295px;
top:5px;
float:right;
}
.unitsGrams:after{
content:"grams";
}
.unitsHours:after{
content:"hours";
}
.unitsWeeks:after{
content:"weeks";
}
.unitsCm:after{
content:"cm";
}
.unitsDays:after{
content:"days";
}
.unitsYears:after{
content:"years";
}
.unitsCentigrade:after{
content: "\2103";
}
.addingCalendarIcon:after{
content: "\f073";
color:black;
}
/* END adding units*/
/*----------------------------------------------------*/
.menuButton:hover{
color: white;
outline: none;
background: rgba(255, 255, 255, 0.2);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.subHeadingTitle{
word-spacing: 12px;
font-family: Charcoal, sans-serif;
font-size: 2.25em;
text-transform: uppercase;
margin-bottom: 27px;
border-bottom: 2px solid white;
border-top: 2px solid white;
}
/*----------------------------------------------------*/
.fixingInputAlignment{
margin-left: 50%;
width: 50%;
height: 32px;
}
.fixingInputAlignmentInner{
margin-left:350px;
width:60%;
height:32px;
}
.fixingInputAlignmentInnerInner{
margin-left:300px;
width:60%;
height:32px;
}
/*----------------------------------------------------*/
/* The first label inside the DIV input-group class*/
.input-group .fixingLabelAlignment{
float: left;
clear: left;
text-align: right;
font-size:18px;
padding-right:10px;
font-family: Helvetica, Arial, sans-serif;
font-weight: 100;
display: inline-block;
line-height:32px;
width: 50%;
/*background-color:green;*/
}
.fixingLabelAlignmentInner{
display: inline-block;
float: left;
clear: left;
height:32px;
width: 45%;
text-align: right;
padding-right:10px;
font-family: Helvetica, Arial, sans-serif;
font-weight: 100;
/*background-color: green;*/
}
.fixingLabelAlignmentInnerInner{
display: inline-block;
float: left;
clear: left;
height:32px;
width: 40%;
text-align: right;
padding-right:10px;
font-family: Helvetica, Arial, sans-serif;
font-weight: 100;
/*background-color: green;*/
}
/*----------------------------------------------------*/
#GroupingHiddenField1,
#hiddenField3,
#hiddenField4,
#hiddenField5,
#hiddenField6,
#hiddenFieldTemperatureFirstHour,
#hiddenFieldCranialImaging,
#hiddenFieldSteroidsCLD,
#hiddenFieldROPSurgery,
#hiddenFieldpPneumothorax,
#hiddenFieldnecrotizingEnterocolitis,
#hiddenFieldfocalIntestinalPerforation,
#hiddenFieldRespiratory36WeeksOxygenGroup,
#hiddenFieldAtInitialResuscitation,
#hiddenFieldAfterInitialResuscitation,
#hiddenFieldBacterialSepsisBefore,
#hiddenFieldBacterialSepsis,
#hiddenFieldCoagulaseNegative,
#hiddenFieldFungalInfection,
#hiddenFieldROPRetinal,
#hiddenFieldBirthDefectCodes,
#hiddenFieldAtDischargeGroup,
#hiddenFieldHidingEntireSurgeryPanel,
#hiddenFieldAPGARGroup,
#hiddenFieldCongenitalInfectionOrganisms,
#hiddenFieldPIHWhereOccurred,
#hiddenFieldFetalMedicineUnitFlaggedGroup,
#hiddenFieldFetalMedicineUnitFlaggedGroup,
#hiddenFieldJaundiceNeedingPhototherapy,
#hiddenFieldInvasiveVentilation,
#hiddenFieldHIVStatus,
#hiddenFieldHearingScreenCheck,
#hiddenFieldRVD,
#hiddenFieldhypoxicIschaemicEncephalopathy,
#hiddenFieldSepsisDuringAdmission,
#hiddenFieldImmunizations652Date,
#hiddenFieldCFM48Hours,
#hiddenFieldCongenitalCode1SecondPart,
#hiddenFieldAppointmentPCRDate,
#hiddenFieldSurfactantAtAnyTime,
#hiddenFieldAbnormalHeadUltrasound,
#hiddenFieldChromosomesDone,
#hiddenFieldImmunizations652,
#hiddenFieldTwinAB,
#hiddenFieldTripletABC,
.modeOfDeliveryAdditionalDiv,
.sixWeeksOldDateDiv,
#addNewBacterialFieldDiv,
#organismCodeDuringAdmissionDiv,
#dialog-confirm,
#hiddenFieldTwins,
#hiddenFieldTriplets,
#hiddenFieldQuadruplets,
#twinOrTripletDiv,
#bacterialBeforeDiv1,
#bacterialBeforeDiv2,
#bacterialBeforeDiv3,
#removeNewBacterialFieldDiv,
#addNewBacterialFieldDiv,
#bacterialAfterDiv1,
#bacterialAfterDiv2,
#bacterialAfterDiv3,
#birthDefectCodeDiv1,
#birthDefectCodeDiv2,
#birthDefectCodeDiv3,
#birthDefectCodeDiv4,
#birthDefectCodeDiv5,
#congenitalCodeDiv1,
#congenitalCodeDiv2,
#congenitalCodeDiv3,
#surgeryDiv1,
#surgeryDiv2,
#surgeryDiv3,
#surgeryDiv4,
#surgeryDiv5,
#bacterialCodeDuringAdmissionDiv1,
#bacterialCodeDuringAdmissionDiv2,
#bacterialCodeDuringAdmissionDiv3,
#hiddenFieldImmunizations1052,
#hiddenFieldImmunizations1052Date,
#hiddenFieldImmunizations1452,
#hiddenFieldImmunizations1452Date,
#appointmentDiv1,
#appointmentDiv2,
#appointmentDiv3,
#appointmentDiv4,
#appointmentDiv5,
#hiddenFieldROPDate
{
display:none;
}
/* Hiding not a VON baby fields */
/*Hiding Transfer Form section A - D*/
#TransferFormPartA,
#TransferFormPartB,
#TransferFormPartC,
#TransferFormPartD{
display:none;
}
/*----------------------------------------------------*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #bdc3c7;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #bdc3c7;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #bdc3c7;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #bdc3c7;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: #bdc3c7;
}
/*----------------------------------------------------*/
.float-left{
float:left;
}
.formProgressLabel{
font-family: sans-serif;
font-size: 1.2em;
}
/*----------------------------------------------------*/
.ownToolTip {
position: relative;
display: inline-block;
margin: 8px 0px;
/* START changing the location of the icon*/
right:30px;
/* END changing the location of the icon*/
}
.ownToolTip .ownToolTipText {
visibility: hidden;
width: 120px;
background-color: grey;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 3px 3px;
position: absolute;
z-index: 999;
top: -5px;
left: 140%;
font-family: sans-serif;
font-size: 13px;
opacity: 0;
transition: opacity 1s;
}
.ownToolTip:hover .ownToolTipText {
visibility: visible;
opacity: 1;
}
/*----------------------------------------------------*/
/* Navigation left side panel container */
#sidebar-container {
z-index:999;
position: fixed;
left:0px;
top:50px;
width: 25%;
min-width: 330px;
height:100vh;
list-style: none;
border-right: 1px solid;
display:none;
background:black;
}
/* Sidebar Styles */
.hide-sidebar{
display:none;
}
/*Buttons on the side bar*/
.sidebar-nav li a {
display: block;
text-decoration: none;
color: #999999;
}
.sidebar-nav li #patientButtonID:hover{
text-decoration: none;
color: #fff;
background: rgba(255, 255, 255, 0.2);
}
/*Cant use numbers in the front of an ID*/
.sidebar-nav li #dayButtonID:hover{
text-decoration: none;
color: #fff;
background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li #dischargeButtonID:hover{
text-decoration: none;
color: #fff;
background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li #patientButtonID:active,
.sidebar-nav li #28dayButtonID:active,
.sidebar-nav li #dischargeButtonID:active,
.sidebar-nav li #patientButtonID:focus,
.sidebar-nav li #28dayButtonID:focus,
.sidebar-nav li #dischargeButtonID:focus {
text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}
@media(min-width:768px) {
#wrapper {
padding-left: 0;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
width: 0;
}
#wrapper.toggled #sidebar-wrapper {
width: 250px;
}
#page-content-wrapper {
padding: 20px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
}
/*----------------------------------------------------*/
/* Progress bar */
/* Start */
.patientInfoPanel{
position:relative;
top: 20px;
border: 1px solid gray;
margin: 10px auto;
height:150px;
border-radius: 4px;
width:80%;
}
.patientMedicalRecordDiv{
padding:5px;
}
.patientNameRecordDiv{
padding:5px;
}
.patientInfoPanelPatientMedical,.patientInfoPanelPatientName{
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
color: dimgray;
display:block;
text-align: left;
padding-left: 2em;
line-height: 2em;
}
.patientInfoPanelPatientMedical:before{
position:relative;
right:5px;
float:left;
font-family: FontAwesome;
content: "\f2bb";
line-height: 2em;
}
.patientInfoPanelPatientName:before{
position:relative;
right:5px;
float:left;
font-family: FontAwesome;
content: "\f2c0";
line-height: 2em;
}
.patientInfoPanelPatientMedicalDisplay, .patientInfoPanelPatientNameDisplay{
display:block;
line-height:1em;
}
.patientMedicalRecordDivFormat{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
background: transparent;
position: relative;
line-height: 1em;
border-style: none;
color: #D7DBDD;
display:block;
text-align: left;
padding-left: 35px;
/*text-align: center;*/
}
/*----------------------------------------------------*/
/*START PROGRESS BAR*/
.progressBarUL{
list-style: none;
margin:0;
margin-left:60px;
margin-bottom: 50px;
padding:0;
position:relative;
counter-reset: step;
/*background-color: red;*/
}
/*pseudo for the solid line*/
.progressBarUL:before{
z-index: 9998;
content:'';
position:absolute;
right:99%;
width:0px;
height:100%;
border:1px solid white;
}
/* each item in the list */
.progressBarUL li{
margin-top: 50px;
margin-bottom: auto;
margin-right: auto;
margin-left: auto;
position:relative;
width: 85%;
}
.buttonBox{
position:absolute;
bottom: 0;
margin-bottom: 80px;
}
.buttonBox a{
position:relative;
width:80%;
margin-bottom: 15px;
font-size: 0.9em;
}
@media (max-width: 1280px) {
.progressBarUL li {
margin-top: 100px;
}
.buttonBox a {
margin-bottom: 25px;
}
}
/* Each section name */
.progressBarUL li a{
font-family: "Proxima Nova Alt Light","Avenir LT Std 35 Light","Circular Std Book";
width:95%;
border-radius: 5px;
border: 1px solid;
}
/* circles */
/* ".progressBarUL li span" It was previously this but to decrease specifity value we made it this so the black doesn't take priority over the colour classes we are adding.*/
div ul li .firstATag{
z-index: 9999;
content:'';
width:60px;
height:60px;
top:-12px;
left:-50px;
border:2px solid white;
position:absolute;
border-radius: 50%;
background-color: orange;
cursor: pointer;
}
/*pseudo for the circle line*/
div ul li .firstATag:before{
z-index: 9998;
content:'';
position:absolute;
top:0;
left:-20px;
width:0px;
height:100%;
}
/* numbers */
div ul li .firstATag:after{
font-family: sans-serif;
font-size: 20px;
z-index: 9999;
content: counter(step);
counter-increment: step;
color:white;
width:25px;
height:25px;
margin-left:-12.5px;
margin-top: 12px;
position:absolute;
}
#clearFormButton:after{
font-family: FontAwesome;
content: "\f01e";
float:right;
}
.clickToFinishButton:after{
font-family: FontAwesome;
content: "\f00c";
float:right;
}
#PrintDischargeButton:after{
font-family: FontAwesome;
content: "\f02f";
float:right;
}
/*END PROGRESS BAR*/
/*----------------------------------------------------*/
/* Start Glowing of the sidebar */
@-webkit-keyframes glowing {
0% { -webkit-box-shadow: 0 0 3px #bdc3c7; }
50% { -webkit-box-shadow: 0 0 40px #bdc3c7; }
100% { -webkit-box-shadow: 0 0 3px #bdc3c7; }
}
@-moz-keyframes glowing {
0% { -moz-box-shadow: 0 0 3px #bdc3c7; }
50% { -moz-box-shadow: 0 0 40px #bdc3c7; }
100% { -moz-box-shadow: 0 0 3px #bdc3c7; }
}
@-o-keyframes glowing {
0% { box-shadow: 0 0 3px #bdc3c7; }
50% { box-shadow: 0 0 40px #bdc3c7; }
100% {box-shadow: 0 0 3px #bdc3c7; }
}
/* this one*/
@keyframes glowing {
0% { box-shadow: 0 0 10px #bdc3c7; }
50% { box-shadow: 0 0 40px #bdc3c7; }
100% { box-shadow: 0 0 10px #bdc3c7; }
}
/* glow all the buttons*/
/* Start Glowing of the hidden Fields */
@-webkit-keyframes glowingHidden {
0% { -webkit-box-shadow: 0 0 3px #bdc3c7; }
50% { -webkit-box-shadow: 0 0 20px #bdc3c7; }
100% { -webkit-box-shadow: 0 0 3px #bdc3c7; }
}
@-moz-keyframes glowingHidden {
0% { -moz-box-shadow: 0 0 3px #bdc3c7; }
50% { -moz-box-shadow: 0 0 20px #bdc3c7; }
100% { -moz-box-shadow: 0 0 3px #bdc3c7; }
}
@-o-keyframes glowingHidden {
0% { box-shadow: 0 0 3px #bdc3c7; }
50% { box-shadow: 0 0 20px #bdc3c7; }
100% {box-shadow: 0 0 3px #bdc3c7; }
}
/* this one*/
@keyframes glowingHidden {
0% { box-shadow: 0 0 3px #bdc3c7; }
50% { box-shadow: 0 0 20px #bdc3c7; }
100% {box-shadow: 0 0 3px #bdc3c7; }
}
@-webkit-keyframes glowingHiddenOrange {
0% { -webkit-box-shadow: 0 0 3px orange; }
50% { -webkit-box-shadow: 0 0 20px orange; }
100% { -webkit-box-shadow: 0 0 3px orange; }
}
@-moz-keyframes glowingHiddenOrange {
0% { -moz-box-shadow: 0 0 3px orange; }
50% { -moz-box-shadow: 0 0 20px orange; }
100% { -moz-box-shadow: 0 0 3px orange; }
}
@-o-keyframes glowingHiddenOrange {
0% { box-shadow: 0 0 3px orange; }
50% { box-shadow: 0 0 20px orange; }
100% {box-shadow: 0 0 3px orange; }
}
/* this one*/
@keyframes glowingHiddenOrange {
0% { box-shadow: 0 0 5px orange; }
50% { box-shadow: 0 0 20px orange; }
100% {box-shadow: 0 0 5px orange; }
}
/* glow all the buttons*/
.glowingButton {
-webkit-animation: glowing 3500ms infinite;
-moz-animation: glowing 3500ms infinite;
-o-animation: glowing 3500ms infinite;
animation: glowing 3500ms infinite;
}
.glowingHiddenFields{
-webkit-animation: glowingHidden 5000ms 1;
-moz-animation: glowingHidden 5000ms 1;
-o-animation: glowingHidden 5000ms 1;
animation: glowingHidden 5000ms 1;
}
.glowingHiddenFieldsPermanent{
-webkit-animation: glowingHiddenOrange 5000ms infinite;
-moz-animation: glowingHiddenOrange 5000ms infinite;
-o-animation: glowingHiddenOrange 5000ms infinite;
animation: glowingHiddenOrange 5000ms infinite;
}
/*----------------------------------------------------*/
/* End Glowing of the sidebar */
/* radio buttons */
.radioFloatLeft{ /*for less than 3/4 radio */
float:left;
margin-right:0.01rem;
line-height: 32px;
}
.radioFloatLeftInner{ /*for less than 3/4 radio */
float:left;
margin: 0 0.01rem;
margin-top: -5px;
right:500px;
line-height: 32px;
/*background: red;*/
}
input[type="radio"]{
visibility: hidden;
}
.radioFloatLeftForSurgery{ /*for less than 3/4 radio */
float:left;
margin: 0 25px;
margin-top: 5px;
/* background:Red;*/
}
.radioMoreThan5{
}
.radioText{
font-family: Helvetica, Arial, sans-serif;
font-weight:100;
border-radius: 4px;
padding :0px 10px;
border: 1px solid #444444;
background: #222222 url("../calendar/images/ui-bg_highlight-soft_35_222222_1x100.png") 50% 50% repeat-x;
font-weight: normal;
color: #eeeeee;
width: 6em;
}
.radioTextForHospitalResponse{
font-family: Helvetica, Arial, sans-serif;
font-weight:100;
border-radius: 4px;
padding :0px 10px;
border: 1px solid #444444;
background: #222222 url("../calendar/images/ui-bg_highlight-soft_35_222222_1x100.png") 50% 50% repeat-x;
font-weight: normal;
color: #eeeeee;
width: 9em;
}
.radioText:hover, .radioTextForHospitalResponse:hover{
border: 1px solid #0b93d5;
background: #003147 url("../calendar/images/ui-bg_highlight-soft_33_003147_1x100.png") 50% 50% repeat-x;
font-weight: normal;
color: #ffffff;
cursor: pointer;
}
input[type="radio"]:checked~label {
border: 1px solid #26b3f7;
background: #0972a5 url(../calendar/images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x;
font-weight: normal;
color: #ffffff;
}
/*----------------------------------------------------*/
/* START Menu CSS */
/* The side navigation menu */
.sidenav {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 9999999; /* Stay on top */
top: 0;
right: 0;
background-color: #111; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
/* START Menu Icons*/
.sidenav a:nth-child(2):before{
content: "\f055";
font-family: FontAwesome;
padding-right: 10px;
}
.sidenav a:nth-child(3):before{
content: "\f15c";
font-family: FontAwesome;
padding-right: 10px;
}
.sidenav a:nth-child(4):before{
content: "\f059";
font-family: FontAwesome;
padding-right: 10px;
}
.sidenav a:nth-child(5):before{
content: "\f08b";
font-family: FontAwesome;
padding-right: 10px;
}
/* END Menu Icons*/
/* The navigation menu links */
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 24px;
color: #818181;
display: block;
transition: 0.3s;
font-family: "Lato", sans-serif;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s;
padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
/* END Menu CSS */
/*----------------------------------------------------*/
/*START Panel CSS*/
.panel {
/*margin-bottom: 20px;
margin-left: 25px;*/
background-color: transparent;
border: 3px solid #337ab7;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
overflow: auto;
overflow-x: hidden;
}
.panel-primary {
border-color: #337ab7;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color:#999999;
min-width:930px;
margin-left: 7px;
}
.panel-primary>.panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
}
.panel-body {
padding: 35px;
}
.panel-body p {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: white;
}
@media (max-width: 1280px) {
.panel-primary {
min-width:900px;
}
}
/*END Panel CSS*/
/*----------------------------------------------------*/
/* START Inner Panel*/
.InnerPanel {
margin: 2em 0;
background-color: transparent;
border: 1.5px solid #337ab7;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
overflow: auto;
overflow-x: hidden;
}
.inner-panel-primary {
border-color: #337ab7;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color:#999999;
width:100%;
}
.inner-panel-primary>.inner-panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.inner-panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
font-size: 18px;
text-transform: uppercase;
}
.inner-panel-body {
padding: 25px;
}
th{
color: white;
}
table{
color:black;
}
| 0.307046 | 0.064036 |
@import '../themes/config.css';
@import-normalize;
/* -------------------------------------------------- */
/* Material Design Icons */
/* -------------------------------------------------- */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url('./fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url('./fonts/MaterialIcons-Regular.woff2') format('woff2'),
url('./fonts/MaterialIcons-Regular.woff') format('woff'),
url('./fonts/MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
vertical-align: middle;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}
/* -------------------------------------------------- */
/* Basic Style */
/* -------------------------------------------------- */
*,
*:before,
*:after {
box-sizing: border-box;
}
html,
body,
#app {
margin: 0;
padding: 20px;
color: var(--primary-text-color);
font-size: var(--fsz-def);
line-height: var(--line-height-def);
font-family: var(--ff-def);
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
text-rendering: optimizeLegibility;
}
#modal-root {
position: relative;
z-index: 999;
}
html {
font-size: 10px;
user-select: none;
& * {
user-select: inherit;
}
}
*:focus {
outline: none;
}
body {
font-size: 1.2rem;
}
h1, h2, h3, h4, h5, h6, label, p, button, abbr, a, span, small {
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
text-size-adjust: 100%;
}
input:not([type="checkbox"]):not([type="radio"]), button {
outline: none;
appearance: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input[required]:-moz-ui-invalid {
box-shadow: none;
}
input:not([type="file"]), textarea {
background: var(--input-bg);
color: var(--input-color);
caret-color: var(--caret-color);
padding-left: 5px;
padding-right: 5px;
}
[data-react-toolbox="input"] input {
background: none;
}
input[type=number] {
-moz-appearance: auto !important;
appearance: auto !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: inner-spin-button !important;
}
input[type="text"],
input[type="number"],
input[type="password"] {
&:focus {
outline: none !important;
box-shadow: inset 0 0 4px 0 var(--accent-color);
}
}
input[type="checkbox"] {
&:focus {
~ [data-react-toolbox="check"] {
&:before {
background-color: var(--accent-color) !important;
opacity: 0.20;
}
}
}
}
input[type="radio"] {
&:focus {
~ [data-react-toolbox="radio"] {
&:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 0 12px var(--accent-color);
border-radius: 50%;
opacity: .2;
}
}
}
}
/* TODO: Typography reset */
/*
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
x: typo-display-3($color-contrast: true);
}
h1 {
x: typo-display-3;
}
h2 {
x: typo-display-2;
}
h3 {
x: typo-display-1;
}
h4 {
x: typo-headline;
}
h5 {
x: typo-title;
}
h6 {
x: typo-subhead;
}
*/
p {
font-size: 1.4rem;
line-height: 2.4rem;
margin: 0;
}
a {
color: #03A9F4;
text-decoration: underline;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
&:hover {
text-decoration: none;
}
}
button,
input,
optgroup,
select,
textarea {
font: inherit;
margin: 0;
}
/* -------------------------------------------------- */
/* Scroll */
/* -------------------------------------------------- */
::-webkit-scrollbar {
width: 14px;
height: 14px;
background: var(--scrollbar);
&:horizontal {
border: none;
border-top: 1px solid transparent;
}
}
::-webkit-scrollbar-corner {
background: var(--body-bg);
}
::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb);
background-clip: padding-box;
&:hover {
background-color: var(--scrollbar-thumb-hover);
}
&:active {
background-color: var(--scrollbar-thumb-hover);
}
}
/* -------------------------------------------------- */
/* Global Mixin */
/* -------------------------------------------------- */
.clearfix {
&:after {
content: '';
display: table;
clear: both;
}
}
.hideInPrintMode {
@media print {
display: none;
}
}
html.printMode {
@media print {
background-color: #fff;
overflow-x: hidden;
overflow-y: auto;
height: auto;
body,
#app {
background-color: #fff;
overflow-x: hidden;
overflow-y: auto;
height: auto;
}
::-webkit-scrollbar {
display: none;
}
::-webkit-scrollbar-thumb {
display: none;
}
}
}
.recharts-text {
font-size: 12px;
}
.recharts-tooltip-label {
font-size: 14px;
}
.recharts-legend-wrapper {
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: flex-end;
}
.chartContextMenuElement {
& [class*="ElementIcon"] img {
max-width: 12px;
max-height: 12px;
}
}
.recharts-default-tooltip {
background: var(--light-highlighted-bg) !important;
}
|
example/src/styles/Application.css
|
@import '../themes/config.css';
@import-normalize;
/* -------------------------------------------------- */
/* Material Design Icons */
/* -------------------------------------------------- */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url('./fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url('./fonts/MaterialIcons-Regular.woff2') format('woff2'),
url('./fonts/MaterialIcons-Regular.woff') format('woff'),
url('./fonts/MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
vertical-align: middle;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}
/* -------------------------------------------------- */
/* Basic Style */
/* -------------------------------------------------- */
*,
*:before,
*:after {
box-sizing: border-box;
}
html,
body,
#app {
margin: 0;
padding: 20px;
color: var(--primary-text-color);
font-size: var(--fsz-def);
line-height: var(--line-height-def);
font-family: var(--ff-def);
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
text-rendering: optimizeLegibility;
}
#modal-root {
position: relative;
z-index: 999;
}
html {
font-size: 10px;
user-select: none;
& * {
user-select: inherit;
}
}
*:focus {
outline: none;
}
body {
font-size: 1.2rem;
}
h1, h2, h3, h4, h5, h6, label, p, button, abbr, a, span, small {
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
text-size-adjust: 100%;
}
input:not([type="checkbox"]):not([type="radio"]), button {
outline: none;
appearance: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input[required]:-moz-ui-invalid {
box-shadow: none;
}
input:not([type="file"]), textarea {
background: var(--input-bg);
color: var(--input-color);
caret-color: var(--caret-color);
padding-left: 5px;
padding-right: 5px;
}
[data-react-toolbox="input"] input {
background: none;
}
input[type=number] {
-moz-appearance: auto !important;
appearance: auto !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: inner-spin-button !important;
}
input[type="text"],
input[type="number"],
input[type="password"] {
&:focus {
outline: none !important;
box-shadow: inset 0 0 4px 0 var(--accent-color);
}
}
input[type="checkbox"] {
&:focus {
~ [data-react-toolbox="check"] {
&:before {
background-color: var(--accent-color) !important;
opacity: 0.20;
}
}
}
}
input[type="radio"] {
&:focus {
~ [data-react-toolbox="radio"] {
&:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 0 12px var(--accent-color);
border-radius: 50%;
opacity: .2;
}
}
}
}
/* TODO: Typography reset */
/*
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
x: typo-display-3($color-contrast: true);
}
h1 {
x: typo-display-3;
}
h2 {
x: typo-display-2;
}
h3 {
x: typo-display-1;
}
h4 {
x: typo-headline;
}
h5 {
x: typo-title;
}
h6 {
x: typo-subhead;
}
*/
p {
font-size: 1.4rem;
line-height: 2.4rem;
margin: 0;
}
a {
color: #03A9F4;
text-decoration: underline;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
&:hover {
text-decoration: none;
}
}
button,
input,
optgroup,
select,
textarea {
font: inherit;
margin: 0;
}
/* -------------------------------------------------- */
/* Scroll */
/* -------------------------------------------------- */
::-webkit-scrollbar {
width: 14px;
height: 14px;
background: var(--scrollbar);
&:horizontal {
border: none;
border-top: 1px solid transparent;
}
}
::-webkit-scrollbar-corner {
background: var(--body-bg);
}
::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb);
background-clip: padding-box;
&:hover {
background-color: var(--scrollbar-thumb-hover);
}
&:active {
background-color: var(--scrollbar-thumb-hover);
}
}
/* -------------------------------------------------- */
/* Global Mixin */
/* -------------------------------------------------- */
.clearfix {
&:after {
content: '';
display: table;
clear: both;
}
}
.hideInPrintMode {
@media print {
display: none;
}
}
html.printMode {
@media print {
background-color: #fff;
overflow-x: hidden;
overflow-y: auto;
height: auto;
body,
#app {
background-color: #fff;
overflow-x: hidden;
overflow-y: auto;
height: auto;
}
::-webkit-scrollbar {
display: none;
}
::-webkit-scrollbar-thumb {
display: none;
}
}
}
.recharts-text {
font-size: 12px;
}
.recharts-tooltip-label {
font-size: 14px;
}
.recharts-legend-wrapper {
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: flex-end;
}
.chartContextMenuElement {
& [class*="ElementIcon"] img {
max-width: 12px;
max-height: 12px;
}
}
.recharts-default-tooltip {
background: var(--light-highlighted-bg) !important;
}
| 0.249905 | 0.049085 |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.bg {
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set up positioning */
position: fixed;
top: 0;
left: 0;
z-index: -1;
}
.mid_win {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.modal {
overflow: visible !important;
}
.col-md-5 {
height: 400px;
overflow: auto !important
}
.col-md-6 {
height: 400px;
overflow: auto !important
}
img.image {
width: 100%;
height: 400px;
}
.btn-margin {
margin: 3px !important
}
.title-margin {
margin: 10px !important;
margin-top: 20px !important;
}
.nav-header {
margin-bottom: 20px;
}
.form-padding {
padding-bottom: 30px;
}
.img-view {
max-width: 1300px;
display: inline-block;
}
.card-same-text {
height: 60px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 20px;
}
.card-img-top {
width: 100%;
height: 15vw;
object-fit: cover;
}
.img-view {
width: 100%;
}
.sticky-sidebar {
height: 85%;
position: relative;
}
.card-same-title {
height: 40px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 20px;
}
.card-same {
padding-bottom: 5px;
}
.sticky-sidebar {
padding-right: 0;
}
.to-left {
text-align: left
}
|
system/frontend/project/src/App.css
|
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.bg {
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set up positioning */
position: fixed;
top: 0;
left: 0;
z-index: -1;
}
.mid_win {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.modal {
overflow: visible !important;
}
.col-md-5 {
height: 400px;
overflow: auto !important
}
.col-md-6 {
height: 400px;
overflow: auto !important
}
img.image {
width: 100%;
height: 400px;
}
.btn-margin {
margin: 3px !important
}
.title-margin {
margin: 10px !important;
margin-top: 20px !important;
}
.nav-header {
margin-bottom: 20px;
}
.form-padding {
padding-bottom: 30px;
}
.img-view {
max-width: 1300px;
display: inline-block;
}
.card-same-text {
height: 60px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 20px;
}
.card-img-top {
width: 100%;
height: 15vw;
object-fit: cover;
}
.img-view {
width: 100%;
}
.sticky-sidebar {
height: 85%;
position: relative;
}
.card-same-title {
height: 40px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 20px;
}
.card-same {
padding-bottom: 5px;
}
.sticky-sidebar {
padding-right: 0;
}
.to-left {
text-align: left
}
| 0.739234 | 0.117319 |
.logo a {
display: block;
width: 100%;
height: 100%;
}
*, *:before, *:after {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
aside,
footer,
header,
hgroup,
section{
display: block;
}
body {
color: #404040;
font-family: "Raleway",sans-serif, "Helvetica Neue", Helvetica !important;
font-size: 16px;
line-height: 1.625;
margin-left:25;
transition: all 0.3s ease;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
ul {
margin-top: 0;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,
.container:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.container:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,
.row:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.row:after {
clear: both;
}
.col-sm-6, .col-md-6, .col-xs-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-12 {
width: 100%;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
.col-sm-6 {
float: left;
}
.col-sm-6 {
width: 50%;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
.col-md-6 {
float: left;
}
.col-md-6 {
width: 50%;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
a {
color: #069;
text-decoration: none;
}
a:hover {
color: #EA0011;
text-decoration: underline;
}
hgroup {
margin-top: 50px;
}
footer {
margin: 50px 0 25px;
}
h1, h2, h3 {
color: #000;
line-height: 1.38em;
margin: 1.5em 0 .3em;
}
h1 {
font-size: 25px;
font-weight: 300;
border-bottom: 1px solid #fff;
margin-bottom: .5em;
}
h1:after {
content: "";
display: block;
width: 100%;
height: 1px;
background-color: #ddd;
}
h2 {
font-size: 19px;
font-weight: 400;
}
h3 {
font-size: 15px;
font-weight: 400;
margin: 0 0 .3em;
}
p.home {
margin: 0 0 2em;
}
p + h2 {
margin-top: 2em;
}
html {
* background: #f5f5f5;
height: 100%;
}
code {
background-color: white;
border: 1px solid #ccc;
padding: 1px 5px;
color: #888;
}
pre {
display: block;
padding: 13.333px 20px;
margin: 0 0 20px;
font-size: 13px;
line-height: 1.4;
background-color: #fff;
border-left: 2px solid rgba(120,120,120,0.35);
white-space: pre;
white-space: pre-wrap;
word-break: normal;
word-wrap: break-word;
overflow: auto;
font-family: Menlo,Monaco,"Liberation Mono",Consolas,monospace !important;
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
src: local('Raleway Thin'), local('Raleway-Thin'), url(https://fonts.gstatic.com/s/raleway/v9/dmAH8jAp59hEHmV0DZubgA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/b1OWH1QXUjVxHio22EJrRQ.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(https://fonts.gstatic.com/s/raleway/v9/he68jTK1b0MMVuLPqhZADPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/oDShYVLKr2BTVkQewdDISfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v9/cem5rtbF_kq3-MaxgfX9NfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/1JmffU9tqSVQbX7FjPwOC_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), url(https://fonts.gstatic.com/s/raleway/v9/t0jKe5AHP4L6EZSMZFwieg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/fj4GB2RX6COD1Mnz53LyUA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v9/YxO9f7BA07UCfQXegp5VIPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/xzAo-d1GDuS5ODPAwWYuAPesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v9/kcbbeXU4IoYea-qvPG4-5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/069MgaHTcPZqi8A_E_Ms5fesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v9/vGvz2k-2oTS8w5mD5IuM5_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/X1ufuAAvJ16cEIfooVvP8PesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(https://fonts.gstatic.com/s/raleway/v9/64z86gAC0YJrVuUjQmPcjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/0s8lYwMT6ckDq8b6iiClNfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
src: local('Raleway Heavy'), local('Raleway-Heavy'), url(https://fonts.gstatic.com/s/raleway/v9/io81c1khiA-sUkrxyIYV4_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/M3aQkqO5PyTwV-HFYQ2gV_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
h1,h2,h3,h4,h5,h6
.h1,.h2,.h3,.h4,.h5,.h6 {
font-family: 'Raleway', sans-serif !important; font-weight: 700 !important;
}
em {
color: #00A3F4;
font-style: normal;
}
#___gcse_0 {
all: initial;
}
.gsc-search-button{
box-sizing: content-box;
}
/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select {
-webkit-appearance: button;
-webkit-border-radius: 2px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
background-position: 97% center;
background-repeat: no-repeat;
border: 1px solid #AAA;
color: #555;
font-size: inherit;
margin: 20px;
overflow: hidden;
padding: 5px 10px;
text-overflow: ellipsis;
white-space: nowrap;
width: 150px;
}
input {
padding: 5px 10px;
margin: 20px;
}
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);
#dataDiv {
font-family: "Roboto", helvetica, arial, sans-serif;
}
/*** Table Styles **/
table {
table-layout: auto;
line-height: 1;
}
.table-fill {
background: white;
border-radius:3px;
border-collapse: collapse;
height: 320px;
margin: auto;
max-width: 600px;
padding:5px;
width: 100%;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
animation: float 5s infinite;
}
th {
color:#D5DDE5;;
background:#1b1e24;
border-bottom:4px solid #9ea7af;
border-right: 1px solid #343a45;
font-size:23px;
font-weight: 100;
padding:24px;
text-align:left;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
vertical-align:middle;
}
th:first-child {
border-top-left-radius:3px;
}
th:last-child {
border-top-right-radius:3px;
border-right:none;
}
tr {
border-top: 1px solid #C1C3D1;
border-bottom-: 1px solid #C1C3D1;
color:#666B85;
font-weight:normal;
text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
tr:hover td {
background:#4E5066;
color:#FFFFFF;
border-top: 1px solid #22262e;
border-bottom: 1px solid #22262e;
}
tr:first-child {
border-top:none;
}
tr:last-child {
border-bottom:none;
}
tr:nth-child(odd) td {
background:#EBEBEB;
}
tr:nth-child(odd):hover td {
background:#4E5066;
}
tr:last-child td:first-child {
border-bottom-left-radius:3px;
}
tr:last-child td:last-child {
border-bottom-right-radius:3px;
}
td {
text-align:left;
vertical-align:middle;
font-weight:300;
font-size:15px;
font-weight:500;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
border-right: 1px solid #C1C3D1;
}
td:last-child {
border-right: 0px;
}
th.text-left {
text-align: left;
}
th.text-center {
text-align: center;
}
th.text-right {
text-align: right;
}
td.text-left {
text-align: left;
}
td.text-center {
text-align: center;
}
td.text-right {
text-align: right;
}
.ajax-button{
position:relative;
display:inline-block;
width:100px;
height:40px;
left:50%;
top:50%;
margin-top:-20px;
margin-bottom:50px;
text-align:center;
}
.submit{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width:100px;
height:40px;
background-color:#FFFFFF;
border:2px solid #111111;
border-radius:10px;
color:#111111;
font-size:17px;
cursor:pointer !important;
outline:none;
}
.submit:hover{
background-color:#222222;
color: #FFFFFF;
}
.loading{
font-size:0;
width:30px;
height:30px;
margin-top:5px;
border-radius:15px;
padding:0;
border:3px solid #111111;
border-bottom:3px solid rgba(255,255,255,0.0);
border-left:3px solid rgba(255,255,255,0.0);
background-color:transparent !important;
animation-name: rotateAnimation;
-webkit-animation-name: wk-rotateAnimation;
animation-duration: 1s;
-webkit-animation-duration: 1s;
animation-delay: 0.2s;
-webkit-animation-delay: 0.2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
@keyframes rotateAnimation {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
@-webkit-keyframes wk-rotateAnimation {
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);}
}
.fa{
color:#111111;
font-size:18px !important;
position:absolute;
left:50%;
top:50%;
margin-left:-9px;
margin-top:-9px;
-webkit-transform:scaleX(0) !important;
transform:scaleX(0) !important;
}
.finish{
color: red;
-webkit-transform:scaleX(1) !important;
transform:scaleX(1) !important;
}
.hide-loading{
opacity:0;
-webkit-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
-webkit-transform:scale(0) !important;
transform:scale(0) !important;
}
|
static/style.css
|
.logo a {
display: block;
width: 100%;
height: 100%;
}
*, *:before, *:after {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
aside,
footer,
header,
hgroup,
section{
display: block;
}
body {
color: #404040;
font-family: "Raleway",sans-serif, "Helvetica Neue", Helvetica !important;
font-size: 16px;
line-height: 1.625;
margin-left:25;
transition: all 0.3s ease;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
ul {
margin-top: 0;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,
.container:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.container:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,
.row:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.row:after {
clear: both;
}
.col-sm-6, .col-md-6, .col-xs-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-12 {
width: 100%;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
.col-sm-6 {
float: left;
}
.col-sm-6 {
width: 50%;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
.col-md-6 {
float: left;
}
.col-md-6 {
width: 50%;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
a {
color: #069;
text-decoration: none;
}
a:hover {
color: #EA0011;
text-decoration: underline;
}
hgroup {
margin-top: 50px;
}
footer {
margin: 50px 0 25px;
}
h1, h2, h3 {
color: #000;
line-height: 1.38em;
margin: 1.5em 0 .3em;
}
h1 {
font-size: 25px;
font-weight: 300;
border-bottom: 1px solid #fff;
margin-bottom: .5em;
}
h1:after {
content: "";
display: block;
width: 100%;
height: 1px;
background-color: #ddd;
}
h2 {
font-size: 19px;
font-weight: 400;
}
h3 {
font-size: 15px;
font-weight: 400;
margin: 0 0 .3em;
}
p.home {
margin: 0 0 2em;
}
p + h2 {
margin-top: 2em;
}
html {
* background: #f5f5f5;
height: 100%;
}
code {
background-color: white;
border: 1px solid #ccc;
padding: 1px 5px;
color: #888;
}
pre {
display: block;
padding: 13.333px 20px;
margin: 0 0 20px;
font-size: 13px;
line-height: 1.4;
background-color: #fff;
border-left: 2px solid rgba(120,120,120,0.35);
white-space: pre;
white-space: pre-wrap;
word-break: normal;
word-wrap: break-word;
overflow: auto;
font-family: Menlo,Monaco,"Liberation Mono",Consolas,monospace !important;
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
src: local('Raleway Thin'), local('Raleway-Thin'), url(https://fonts.gstatic.com/s/raleway/v9/dmAH8jAp59hEHmV0DZubgA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/b1OWH1QXUjVxHio22EJrRQ.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(https://fonts.gstatic.com/s/raleway/v9/he68jTK1b0MMVuLPqhZADPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/oDShYVLKr2BTVkQewdDISfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v9/cem5rtbF_kq3-MaxgfX9NfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/1JmffU9tqSVQbX7FjPwOC_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), url(https://fonts.gstatic.com/s/raleway/v9/t0jKe5AHP4L6EZSMZFwieg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/fj4GB2RX6COD1Mnz53LyUA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v9/YxO9f7BA07UCfQXegp5VIPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/xzAo-d1GDuS5ODPAwWYuAPesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v9/kcbbeXU4IoYea-qvPG4-5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/069MgaHTcPZqi8A_E_Ms5fesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v9/vGvz2k-2oTS8w5mD5IuM5_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/X1ufuAAvJ16cEIfooVvP8PesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(https://fonts.gstatic.com/s/raleway/v9/64z86gAC0YJrVuUjQmPcjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/0s8lYwMT6ckDq8b6iiClNfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
src: local('Raleway Heavy'), local('Raleway-Heavy'), url(https://fonts.gstatic.com/s/raleway/v9/io81c1khiA-sUkrxyIYV4_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/M3aQkqO5PyTwV-HFYQ2gV_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
h1,h2,h3,h4,h5,h6
.h1,.h2,.h3,.h4,.h5,.h6 {
font-family: 'Raleway', sans-serif !important; font-weight: 700 !important;
}
em {
color: #00A3F4;
font-style: normal;
}
#___gcse_0 {
all: initial;
}
.gsc-search-button{
box-sizing: content-box;
}
/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select {
-webkit-appearance: button;
-webkit-border-radius: 2px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
background-position: 97% center;
background-repeat: no-repeat;
border: 1px solid #AAA;
color: #555;
font-size: inherit;
margin: 20px;
overflow: hidden;
padding: 5px 10px;
text-overflow: ellipsis;
white-space: nowrap;
width: 150px;
}
input {
padding: 5px 10px;
margin: 20px;
}
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);
#dataDiv {
font-family: "Roboto", helvetica, arial, sans-serif;
}
/*** Table Styles **/
table {
table-layout: auto;
line-height: 1;
}
.table-fill {
background: white;
border-radius:3px;
border-collapse: collapse;
height: 320px;
margin: auto;
max-width: 600px;
padding:5px;
width: 100%;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
animation: float 5s infinite;
}
th {
color:#D5DDE5;;
background:#1b1e24;
border-bottom:4px solid #9ea7af;
border-right: 1px solid #343a45;
font-size:23px;
font-weight: 100;
padding:24px;
text-align:left;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
vertical-align:middle;
}
th:first-child {
border-top-left-radius:3px;
}
th:last-child {
border-top-right-radius:3px;
border-right:none;
}
tr {
border-top: 1px solid #C1C3D1;
border-bottom-: 1px solid #C1C3D1;
color:#666B85;
font-weight:normal;
text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
tr:hover td {
background:#4E5066;
color:#FFFFFF;
border-top: 1px solid #22262e;
border-bottom: 1px solid #22262e;
}
tr:first-child {
border-top:none;
}
tr:last-child {
border-bottom:none;
}
tr:nth-child(odd) td {
background:#EBEBEB;
}
tr:nth-child(odd):hover td {
background:#4E5066;
}
tr:last-child td:first-child {
border-bottom-left-radius:3px;
}
tr:last-child td:last-child {
border-bottom-right-radius:3px;
}
td {
text-align:left;
vertical-align:middle;
font-weight:300;
font-size:15px;
font-weight:500;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
border-right: 1px solid #C1C3D1;
}
td:last-child {
border-right: 0px;
}
th.text-left {
text-align: left;
}
th.text-center {
text-align: center;
}
th.text-right {
text-align: right;
}
td.text-left {
text-align: left;
}
td.text-center {
text-align: center;
}
td.text-right {
text-align: right;
}
.ajax-button{
position:relative;
display:inline-block;
width:100px;
height:40px;
left:50%;
top:50%;
margin-top:-20px;
margin-bottom:50px;
text-align:center;
}
.submit{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width:100px;
height:40px;
background-color:#FFFFFF;
border:2px solid #111111;
border-radius:10px;
color:#111111;
font-size:17px;
cursor:pointer !important;
outline:none;
}
.submit:hover{
background-color:#222222;
color: #FFFFFF;
}
.loading{
font-size:0;
width:30px;
height:30px;
margin-top:5px;
border-radius:15px;
padding:0;
border:3px solid #111111;
border-bottom:3px solid rgba(255,255,255,0.0);
border-left:3px solid rgba(255,255,255,0.0);
background-color:transparent !important;
animation-name: rotateAnimation;
-webkit-animation-name: wk-rotateAnimation;
animation-duration: 1s;
-webkit-animation-duration: 1s;
animation-delay: 0.2s;
-webkit-animation-delay: 0.2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
@keyframes rotateAnimation {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
@-webkit-keyframes wk-rotateAnimation {
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);}
}
.fa{
color:#111111;
font-size:18px !important;
position:absolute;
left:50%;
top:50%;
margin-left:-9px;
margin-top:-9px;
-webkit-transform:scaleX(0) !important;
transform:scaleX(0) !important;
}
.finish{
color: red;
-webkit-transform:scaleX(1) !important;
transform:scaleX(1) !important;
}
.hide-loading{
opacity:0;
-webkit-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
-webkit-transform:scale(0) !important;
transform:scale(0) !important;
}
| 0.406626 | 0.157331 |
# General
--------------------------------------------------------------*/
body {
background: #fff;
color: #666666;
font-family: "Open Sans", sans-serif;
}
a {
color: #2dc997;
text-decoration: none;
}
a:hover, a:active, a:focus {
color: #2dca98;
outline: none;
text-decoration: none;
}
p {
padding: 0;
margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Poppins", sans-serif;
font-weight: 400;
margin: 0 0 20px 0;
padding: 0;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
[data-aos-delay] {
transition-delay: 0 !important;
}
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
overflow: hidden;
}
/* Sections Header
--------------------------------*/
.section-header .section-title {
font-size: 32px;
color: #111;
text-transform: uppercase;
text-align: center;
font-weight: 700;
margin-bottom: 5px;
}
.section-header .section-description {
text-align: center;
padding-bottom: 40px;
color: #999;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
padding: 20px 0;
background-color: whitesmoke;
min-height: 40px;
margin-top: 92px;
}
.breadcrumbs h2 {
font-size: 24px;
font-weight: 300;
margin: 0;
}
@media (max-width: 992px) {
.breadcrumbs h2 {
margin: 0 0 10px 0;
}
}
.breadcrumbs ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
font-size: 14px;
}
.breadcrumbs ol li + li {
padding-left: 10px;
}
.breadcrumbs ol li + li::before {
display: inline-block;
padding-right: 10px;
color: #6c757d;
content: "/";
}
@media (max-width: 768px) {
.breadcrumbs .d-flex {
display: block !important;
}
.breadcrumbs ol {
display: block;
}
.breadcrumbs ol li {
display: inline-block;
}
}
|
resources/css/custom.css
|
# General
--------------------------------------------------------------*/
body {
background: #fff;
color: #666666;
font-family: "Open Sans", sans-serif;
}
a {
color: #2dc997;
text-decoration: none;
}
a:hover, a:active, a:focus {
color: #2dca98;
outline: none;
text-decoration: none;
}
p {
padding: 0;
margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Poppins", sans-serif;
font-weight: 400;
margin: 0 0 20px 0;
padding: 0;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
[data-aos-delay] {
transition-delay: 0 !important;
}
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
overflow: hidden;
}
/* Sections Header
--------------------------------*/
.section-header .section-title {
font-size: 32px;
color: #111;
text-transform: uppercase;
text-align: center;
font-weight: 700;
margin-bottom: 5px;
}
.section-header .section-description {
text-align: center;
padding-bottom: 40px;
color: #999;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
padding: 20px 0;
background-color: whitesmoke;
min-height: 40px;
margin-top: 92px;
}
.breadcrumbs h2 {
font-size: 24px;
font-weight: 300;
margin: 0;
}
@media (max-width: 992px) {
.breadcrumbs h2 {
margin: 0 0 10px 0;
}
}
.breadcrumbs ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
font-size: 14px;
}
.breadcrumbs ol li + li {
padding-left: 10px;
}
.breadcrumbs ol li + li::before {
display: inline-block;
padding-right: 10px;
color: #6c757d;
content: "/";
}
@media (max-width: 768px) {
.breadcrumbs .d-flex {
display: block !important;
}
.breadcrumbs ol {
display: block;
}
.breadcrumbs ol li {
display: inline-block;
}
}
| 0.281504 | 0.066448 |
@import url(http://fonts.googleapis.com/css?family=Gudea:400,700|Bangers);
*,:before,:after {
padding:0;
margin:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,body{
height:100%;
}
html{
background:#fdfdfd;
color: #545454;
overflow-y:scroll;
overflow-x:hidden;
}
body {
-webkit-font-smoothing: antialiased;
font-family: "Gudea", sans-serif;
font-size: 1em;
font-weight:400;
line-height: 1.5;
}
h1, h2, h3{
line-height: 1.25em;
font-weight:400;
margin:0;
text-rendering: optimizeLegibility;
}
h1 {
font-family:"Bangers",cursive;
font-size: 2em;
}
h2 {
font-size: 1.75em;
margin-bottom:.8em;
}
h3 {
font-size: 1.25em;
margin-bottom:.6em;
}
p {
margin: 0 0 0.75em;
}
a,button {
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
transition: all 0.1s linear;
color: #477dca;
text-decoration: none;
}
a:hover {
color: #2c5999;
}
a:active, a:focus {
color: #2c5999;
outline: none;
}
hr {
border-bottom: 1px solid #dddddd;
border-left: none;
border-right: none;
border-top: none;
margin: 1.5em 0;
}
img {
margin: 0;
max-width: 100%;
}
sub,
sup {
font-size:45%;
}
input,
button,
label{
display: block;
font-family: "Gudea", sans-serif;
font-size: 1em;
}
label {
font-weight: bold;
margin-bottom: 0.375em;
}
label.required:after {
content: "*";
}
label abbr {
display: none;
}
input[type="text"]{
-webkit-transition: background-color .3s linear;
-moz-transition: background-color .3s linear;
transition: background-color .3s linear;
background-color:#eee;
border:0;
border-bottom: 1px solid #f8f8f8;
color:#545454;
margin-bottom: 0.5em;
padding: 0.75em 0.5em;
width: 100%;
box-shadow:inset 0 0 2px rgba(0,0,0,.2);
}
input[type="text"]:focus{
background-color: #f8f8f8;
outline: none;
box-shadow:inset 0 0 2px rgba(0,0,0,.5);
}
button,
.btn {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
border: none;
cursor: pointer;
user-select: none;
vertical-align: middle;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
background-color:#f8f8f8;
color:#454545;
display: inline-block;
font-weight: 700;
line-height: 1;
padding: .75em 1em;
text-decoration: none;
}
button:hover,
.btn:hover {
background-color: #FD971F;
color: white;
}
/*-----------------------------------------
LAYOUT
-----------------------------------------*/
header{
position:fixed;
top:0;
left:0;
background:#fdfdfd;
width:100%;
padding:0 1em;
z-index:100;
box-shadow:0 1px 2px rgba(0,0,0,.2);
}
header span{
position:absolute;
top:.5em;
left:7.5em;
font-size:80%;
}
input[data-function*='swipe'] {
position: absolute;
opacity: 0;
}
label[data-function*='swipe'] {
position:fixed;
top:0;
right:0;
z-index:101;
display: block;
background:#FD971F;
width:2.5em;
height:2.5em;
padding:.5em;
text-align:center;
cursor:pointer;
}
input[data-function*='swipe']:checked ~ label{
transform:rotate(90deg);
}
input[data-function*='swipe']:checked ~ .wrap {
transform: translateX(0);
}
.wrap {
position:relative;
width:100%;
top:3em;
margin:0;
transform: translateX(-18em);
transition: transform .3s;
}
@media screen and (min-width:50em){
input[data-function*='swipe'],label[data-function*='swipe']{
display:none;
}
.wrap{
transform: translateX(0);
}
}
/*-----------------------------------------
SIDEBAR
-----------------------------------------*/
.sidebar {
position:absolute;
top:0;
left:0;
width:18em;
}
@media screen and (min-width:50em){
.sidebar{
width:30%;
}
}
@media screen and (min-width:71.875em){
.sidebar{
width:18em;
}
}
aside{
padding:1em;
}
.sidebar h2,.sidebar h3{
text-shadow:1px 1px 0 #fff;
}
#list{
margin-bottom:2em;
}
.sidebar li{
list-style:none;
margin:.5em 0;
box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.sidebar li:after {
content: "";
display: table;
clear: both;
}
.sidebar button {
float:left;
}
.sidebar li button:nth-child(odd){
width:20%;
border-right:1px solid #e8e8e8;
}
.sidebar li button:nth-child(even){
width:80%;
text-align:left;
}
.addfeed{
border-right:1px solid #e8e8e8;
}
.addfeed,.clear{
box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.deletefeed:hover,.clear:hover{
background:#dd4040;
}
/*-----------------------------------------
MAIN SECTION
-----------------------------------------*/
section{
margin-left:18em;
width:100%;
background:#fdfdfd;
padding:1em;
}
@media screen and (min-width:50em){
section{
width:70%;
margin-left:30%;
}
}
@media screen and (min-width:71.875em){
section{
width:55em;
margin-left:18em;
}
}
.grid{
position:relative;
width:100%;
}
.grid:after {
content: "";
display: table;
clear: both;
}
.grid-item {
width: 100%;
float: left;
padding: 1em;
}
.grid-item > .btn{
background:#FD971F;
color:#fff;
box-shadow:0 1px 2px rgba(0,0,0,.2);
}
@media screen and (min-width: 60em) {
.grid-item {
width: 50%;
height: 18em;
overflow: hidden;
}
.info{
height:100%;
}
}
.grid-item span {
color:#FD971F;
display: block;
margin-bottom: 1.2em;
}
.grid-item h3 {
color:#333;
font-size: 1.3em;
font-weight:700;
margin-bottom: .4em;
}
.grid-item p {
color:#545454;
}
|
app/style.css
|
@import url(http://fonts.googleapis.com/css?family=Gudea:400,700|Bangers);
*,:before,:after {
padding:0;
margin:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,body{
height:100%;
}
html{
background:#fdfdfd;
color: #545454;
overflow-y:scroll;
overflow-x:hidden;
}
body {
-webkit-font-smoothing: antialiased;
font-family: "Gudea", sans-serif;
font-size: 1em;
font-weight:400;
line-height: 1.5;
}
h1, h2, h3{
line-height: 1.25em;
font-weight:400;
margin:0;
text-rendering: optimizeLegibility;
}
h1 {
font-family:"Bangers",cursive;
font-size: 2em;
}
h2 {
font-size: 1.75em;
margin-bottom:.8em;
}
h3 {
font-size: 1.25em;
margin-bottom:.6em;
}
p {
margin: 0 0 0.75em;
}
a,button {
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
transition: all 0.1s linear;
color: #477dca;
text-decoration: none;
}
a:hover {
color: #2c5999;
}
a:active, a:focus {
color: #2c5999;
outline: none;
}
hr {
border-bottom: 1px solid #dddddd;
border-left: none;
border-right: none;
border-top: none;
margin: 1.5em 0;
}
img {
margin: 0;
max-width: 100%;
}
sub,
sup {
font-size:45%;
}
input,
button,
label{
display: block;
font-family: "Gudea", sans-serif;
font-size: 1em;
}
label {
font-weight: bold;
margin-bottom: 0.375em;
}
label.required:after {
content: "*";
}
label abbr {
display: none;
}
input[type="text"]{
-webkit-transition: background-color .3s linear;
-moz-transition: background-color .3s linear;
transition: background-color .3s linear;
background-color:#eee;
border:0;
border-bottom: 1px solid #f8f8f8;
color:#545454;
margin-bottom: 0.5em;
padding: 0.75em 0.5em;
width: 100%;
box-shadow:inset 0 0 2px rgba(0,0,0,.2);
}
input[type="text"]:focus{
background-color: #f8f8f8;
outline: none;
box-shadow:inset 0 0 2px rgba(0,0,0,.5);
}
button,
.btn {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
border: none;
cursor: pointer;
user-select: none;
vertical-align: middle;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
background-color:#f8f8f8;
color:#454545;
display: inline-block;
font-weight: 700;
line-height: 1;
padding: .75em 1em;
text-decoration: none;
}
button:hover,
.btn:hover {
background-color: #FD971F;
color: white;
}
/*-----------------------------------------
LAYOUT
-----------------------------------------*/
header{
position:fixed;
top:0;
left:0;
background:#fdfdfd;
width:100%;
padding:0 1em;
z-index:100;
box-shadow:0 1px 2px rgba(0,0,0,.2);
}
header span{
position:absolute;
top:.5em;
left:7.5em;
font-size:80%;
}
input[data-function*='swipe'] {
position: absolute;
opacity: 0;
}
label[data-function*='swipe'] {
position:fixed;
top:0;
right:0;
z-index:101;
display: block;
background:#FD971F;
width:2.5em;
height:2.5em;
padding:.5em;
text-align:center;
cursor:pointer;
}
input[data-function*='swipe']:checked ~ label{
transform:rotate(90deg);
}
input[data-function*='swipe']:checked ~ .wrap {
transform: translateX(0);
}
.wrap {
position:relative;
width:100%;
top:3em;
margin:0;
transform: translateX(-18em);
transition: transform .3s;
}
@media screen and (min-width:50em){
input[data-function*='swipe'],label[data-function*='swipe']{
display:none;
}
.wrap{
transform: translateX(0);
}
}
/*-----------------------------------------
SIDEBAR
-----------------------------------------*/
.sidebar {
position:absolute;
top:0;
left:0;
width:18em;
}
@media screen and (min-width:50em){
.sidebar{
width:30%;
}
}
@media screen and (min-width:71.875em){
.sidebar{
width:18em;
}
}
aside{
padding:1em;
}
.sidebar h2,.sidebar h3{
text-shadow:1px 1px 0 #fff;
}
#list{
margin-bottom:2em;
}
.sidebar li{
list-style:none;
margin:.5em 0;
box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.sidebar li:after {
content: "";
display: table;
clear: both;
}
.sidebar button {
float:left;
}
.sidebar li button:nth-child(odd){
width:20%;
border-right:1px solid #e8e8e8;
}
.sidebar li button:nth-child(even){
width:80%;
text-align:left;
}
.addfeed{
border-right:1px solid #e8e8e8;
}
.addfeed,.clear{
box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.deletefeed:hover,.clear:hover{
background:#dd4040;
}
/*-----------------------------------------
MAIN SECTION
-----------------------------------------*/
section{
margin-left:18em;
width:100%;
background:#fdfdfd;
padding:1em;
}
@media screen and (min-width:50em){
section{
width:70%;
margin-left:30%;
}
}
@media screen and (min-width:71.875em){
section{
width:55em;
margin-left:18em;
}
}
.grid{
position:relative;
width:100%;
}
.grid:after {
content: "";
display: table;
clear: both;
}
.grid-item {
width: 100%;
float: left;
padding: 1em;
}
.grid-item > .btn{
background:#FD971F;
color:#fff;
box-shadow:0 1px 2px rgba(0,0,0,.2);
}
@media screen and (min-width: 60em) {
.grid-item {
width: 50%;
height: 18em;
overflow: hidden;
}
.info{
height:100%;
}
}
.grid-item span {
color:#FD971F;
display: block;
margin-bottom: 1.2em;
}
.grid-item h3 {
color:#333;
font-size: 1.3em;
font-weight:700;
margin-bottom: .4em;
}
.grid-item p {
color:#545454;
}
| 0.206654 | 0.064036 |
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@font-face {
font-family: 'NexaLight';
src: url("../fonts/NexaLight.eot");
src: url("../fonts/NexaLight.woff2") format("woff2"), url("../fonts/NexaLight.woff") format("woff"), url("../fonts/NexaLight.ttf") format("truetype"), url("../fonts/NexaLight.svg#NexaLight") format("svg"), url("../fonts/NexaLight.eot?#iefix") format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'NexaBold';
src: url("../fonts/NexaBold.eot");
src: url("../fonts/NexaBold.woff2") format("woff2"), url("../fonts/NexaBold.woff") format("woff"), url("../fonts/NexaBold.ttf") format("truetype"), url("../fonts/NexaBold.svg#NexaBold") format("svg"), url("../fonts/NexaBold.eot?#iefix") format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
/* line 112, ../sass/includes/_mixins.scss */
div.container, section.container {
width: 86%;
margin: 25px auto;
}
/* line 116, ../sass/includes/_mixins.scss */
section.wide {
width: 100vw !important;
margin: 25px 0;
}
/* line 120, ../sass/includes/_mixins.scss */
.center {
text-align: center;
}
/* line 123, ../sass/includes/_mixins.scss */
.v-container {
display: table;
}
/* line 126, ../sass/includes/_mixins.scss */
.v-container .vac {
display: table-cell;
vertical-align: middle;
}
/* line 131, ../sass/includes/_mixins.scss */
li {
list-style: none;
}
/* line 133, ../sass/includes/_mixins.scss */
ul.inline li {
display: inline-block;
}
@-webkit-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* line 5, ../sass/screen.scss */
body {
margin: 0;
overflow-x: hidden;
}
/* line 15, ../sass/screen.scss */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
left: 50%;
}
/* line 24, ../sass/screen.scss */
.pace-inactive {
display: none;
}
/* line 28, ../sass/screen.scss */
.pace .pace-progress {
background: #1c6804;
position: fixed;
z-index: 999999;
top: 0;
width: 100%;
right: 100%;
height: 2px;
}
/* line 38, ../sass/screen.scss */
.loading {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #fff;
z-index: 99999;
display: block;
-webkit-transition: display 0.3s linear;
-ms-transition: display 0.3s linear;
-moz-transition: display 0.3s linear;
-o-transition: display 0.3s linear;
transition: display 0.3s linear;
}
/* line 49, ../sass/screen.scss */
.loading h1 {
color: #ecbc40;
font-size: 22px;
text-align: center;
}
/* line 56, ../sass/screen.scss */
.loading.loaded {
display: none;
}
/* line 61, ../sass/screen.scss */
.wrap {
width: 86%;
margin: 0 auto;
}
/* line 65, ../sass/screen.scss */
.wrap .wrap {
width: 100%;
}
/* line 70, ../sass/screen.scss */
a {
color: #ecbc40;
text-decoration: none;
}
/* line 74, ../sass/screen.scss */
a:hover {
color: #1c6804;
}
/* line 80, ../sass/screen.scss */
.page-header ul {
margin: 0;
padding: 0;
float: right;
}
/* line 84, ../sass/screen.scss */
.page-header ul li {
display: inline-block;
}
/* line 89, ../sass/screen.scss */
.page-header .top-nav {
height: 7vh;
min-height: 50px;
background: #1c6804;
}
/* line 94, ../sass/screen.scss */
.page-header .top-nav .logo {
float: left;
}
/* line 98, ../sass/screen.scss */
.page-header .top-nav ul {
margin-top: 15px;
}
/* line 103, ../sass/screen.scss */
.page-header .top-nav li {
color: #fff;
}
/* line 106, ../sass/screen.scss */
.page-header .top-nav li a {
color: #fff;
padding: 15px;
}
/* line 111, ../sass/screen.scss */
.page-header .top-nav li:first-child {
display: none;
}
/* line 118, ../sass/screen.scss */
.page-header .bottom-nav {
height: 7vh;
min-height: 50px;
background: #000;
}
/* line 124, ../sass/screen.scss */
.page-header .bottom-nav .site-menu ul {
margin-top: 10px;
}
/* line 126, ../sass/screen.scss */
.page-header .bottom-nav .site-menu ul li {
margin-left: 10px;
}
/* line 128, ../sass/screen.scss */
.page-header .bottom-nav .site-menu ul li a {
color: #fff;
display: block;
padding: 5px 15px;
border-radius: 5px;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
/* line 135, ../sass/screen.scss */
.page-header .bottom-nav .site-menu ul li a:hover {
border-radius: 5px;
background: #ecbc40;
color: #000;
box-shadow: 1px 2px 2px 0px rgba(28, 104, 4, 0.7);
}
/* line 147, ../sass/screen.scss */
.page-header .bottom-nav .social-icons ul {
margin: 15px 0 0 15px;
}
/* line 149, ../sass/screen.scss */
.page-header .bottom-nav .social-icons ul li {
margin-left: 15px;
}
/* line 151, ../sass/screen.scss */
.page-header .bottom-nav .social-icons ul li a {
color: #fff;
background: #4f3021;
padding: 7px;
border-radius: 5px;
border: 1px solid transparent;
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
/* line 159, ../sass/screen.scss */
.page-header .bottom-nav .social-icons ul li a:hover {
background: transparent;
border: 1px solid #fff;
}
/* line 172, ../sass/screen.scss */
.el-carousel .el-carousel__button {
display: block;
opacity: 1;
width: 10px;
height: 10px;
background-color: transparent;
border: 2px solid #fff;
padding: 0;
border-radius: 11px;
}
/* line 184, ../sass/screen.scss */
.el-carousel .el-carousel__indicator.is-active button {
background: #fff;
}
/* line 198, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__container {
height: 80vh;
}
/* line 205, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__item .bg-image {
width: 100vw;
height: 80vh;
}
/* line 209, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__item .bg-image img {
width: 100%;
left: 0;
top: -25%;
}
/* line 217, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__item h1 {
left: 50%;
transform: translateX(-50%);
top: 40%;
color: #fff;
}
/* line 224, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__item h3 {
left: 50%;
transform: translateX(-50%);
top: 50%;
color: #fff;
}
/* line 231, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__item * {
position: absolute;
}
/* line 237, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__arrow {
color: #fff;
background: rgba(28, 104, 4, 0.5);
}
/* line 245, ../sass/screen.scss */
section.intro {
position: relative;
padding: 200px 0;
}
/* line 249, ../sass/screen.scss */
section.intro .logo-div {
position: absolute;
left: 50%;
transform: translate(-50%, -201%);
}
/* line 255, ../sass/screen.scss */
section.intro h3 {
text-align: center;
font-size: 26px;
text-transform: uppercase;
margin: 65px;
color: #1c6804;
}
/* line 263, ../sass/screen.scss */
section.intro p {
text-align: center;
width: 70%;
margin: auto;
font-size: 17px;
line-height: 24px;
}
/* line 272, ../sass/screen.scss */
section.gallery {
background: url("../images/img6.jpg");
background-size: cover;
background-attachment: fixed;
position: relative;
width: 100vw;
min-height: 160vh;
overflow-y: scroll;
overflow-x: hidden;
}
/* line 282, ../sass/screen.scss */
section.gallery .overlay-wrap {
position: absolute;
min-height: 100%;
width: 100vw;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
}
/* line 290, ../sass/screen.scss */
section.gallery .wrap {
z-index: 9;
position: absolute;
left: 0;
right: 0;
}
/* line 297, ../sass/screen.scss */
section.gallery .section-title {
height: 30vh;
padding-top: 10vh;
}
/* line 300, ../sass/screen.scss */
section.gallery .section-title h1 {
font-size: 32px;
}
/* line 303, ../sass/screen.scss */
section.gallery .section-title p {
margin-top: 100px;
font-size: 17px;
font-weight: bold;
text-align: center;
}
/* line 309, ../sass/screen.scss */
section.gallery .section-title h1, section.gallery .section-title p {
background: #ecbc40;
color: #fff;
position: absolute;
padding: 10px 30px;
left: 50%;
border-radius: 5px;
transform: translateX(-50%);
}
/* line 320, ../sass/screen.scss */
section.gallery .package-wrap {
margin: 150px auto;
}
/* line 324, ../sass/screen.scss */
section.gallery .package-wrap .el-col {
width: 200px;
height: 200px;
margin-top: -50px;
position: relative;
}
/* line 330, ../sass/screen.scss */
section.gallery .package-wrap .el-col .clip-svg {
width: 0;
height: 0;
}
/* line 335, ../sass/screen.scss */
section.gallery .package-wrap .el-col img {
max-width: 100%;
height: 200px;
}
/* line 340, ../sass/screen.scss */
section.gallery .package-wrap .el-col .polygon-clip-hexagon {
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
-webkit-clip-path: url("#polygon-clip-hexagon");
clip-path: url("#polygon-clip-hexagon");
}
/* line 347, ../sass/screen.scss */
section.gallery .package-wrap .el-col h4 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 24px;
text-transform: uppercase;
background: rgba(0, 0, 0, 0.5);
height: 200px;
width: 200px;
margin: 0;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
-ms-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
-moz-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
-o-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
margin-top: 18px;
font-size: 26px;
line-height: 200px;
text-align: center;
}
/* line 366, ../sass/screen.scss */
section.gallery .package-wrap .el-col h4:hover {
background: transparent;
}
/* line 376, ../sass/screen.scss */
section.facts {
min-height: 120vh;
background: url("../images/img16.jpg");
background-position: center;
position: relative;
}
/* line 383, ../sass/screen.scss */
section.facts .overlay-wrap {
position: absolute;
height: 100%;
width: 100vw;
background: rgba(255, 255, 255, 0.5);
z-index: 1;
top: 0;
}
/* line 392, ../sass/screen.scss */
section.facts .wrap {
position: absolute;
padding-top: 150px;
z-index: 99;
left: 0;
right: 0;
}
/* line 400, ../sass/screen.scss */
section.facts h1 {
color: #1c6804;
text-align: center;
text-transform: uppercase;
font-size: 32px;
font-weight: normal;
}
/* line 407, ../sass/screen.scss */
section.facts h1 span {
font-weight: bold;
}
/* line 412, ../sass/screen.scss */
section.facts h1 img {
position: absolute;
width: 30px;
opacity: 0.7;
top: 200px;
}
/* line 420, ../sass/screen.scss */
section.facts ul.facts-wrap {
position: relative;
padding-top: 100px;
}
/* line 423, ../sass/screen.scss */
section.facts ul.facts-wrap li {
display: block;
width: 33.34%;
}
/* line 427, ../sass/screen.scss */
section.facts ul.facts-wrap li a {
color: #000;
}
/* line 430, ../sass/screen.scss */
section.facts ul.facts-wrap li:nth-child(odd) {
float: right;
text-align: right;
}
/* line 434, ../sass/screen.scss */
section.facts ul.facts-wrap li:nth-child(even) {
float: left;
text-align: left;
}
/* line 439, ../sass/screen.scss */
section.facts ul.facts-wrap li:nth-child(1) {
position: absolute;
top: 0;
left: 50%;
width: 60%;
text-align: center;
transform: translateX(-50%);
}
/* line 452, ../sass/screen.scss */
section.testimonials {
background: #eee;
min-height: 100vh;
}
/* line 455, ../sass/screen.scss */
section.testimonials .wrap {
padding-top: 100px;
}
/* line 459, ../sass/screen.scss */
section.testimonials .section-title h1 {
color: #1c6804;
text-transform: uppercase;
font-size: 32px;
text-align: center;
margin: 0;
}
/* line 467, ../sass/screen.scss */
section.testimonials .section-title p {
margin: 0;
text-align: center;
color: #1c6804;
font-size: 17px;
}
/* line 475, ../sass/screen.scss */
section.testimonials .el-carousel {
background: transparent;
margin: 50px 0;
}
/* line 479, ../sass/screen.scss */
section.testimonials .el-carousel .el-carousel__container {
min-height: 400px;
}
/* line 483, ../sass/screen.scss */
section.testimonials .el-carousel .el-carousel-item {
padding-top: 150px;
}
/* line 487, ../sass/screen.scss */
section.testimonials .el-carousel .img-div {
width: 150px;
height: 150px;
top: 0;
overflow: hidden;
left: 0;
right: 0;
margin: auto;
border-radius: 100px;
}
/* line 498, ../sass/screen.scss */
section.testimonials .el-carousel .img-div img {
left: 0;
width: 100%;
}
/* line 504, ../sass/screen.scss */
section.testimonials .el-carousel .text-wrap {
margin: auto;
text-align: center;
position: static;
}
/* line 509, ../sass/screen.scss */
section.testimonials .el-carousel .text-wrap h4, section.testimonials .el-carousel .text-wrap p {
position: static;
}
/* line 513, ../sass/screen.scss */
section.testimonials .el-carousel .text-wrap p {
width: 40%;
margin: 20px auto 0;
}
/* line 520, ../sass/screen.scss */
section.testimonials .el-carousel .text-wrap.title h4, section.testimonials .el-carousel .text-wrap.title p {
text-transform: uppercase;
color: #1c6804;
}
/* line 525, ../sass/screen.scss */
section.testimonials .el-carousel .text-wrap.title h4 {
font-size: 26px;
margin-bottom: 0;
}
/* line 529, ../sass/screen.scss */
section.testimonials .el-carousel .text-wrap.title p {
margin-top: 0;
}
/* line 534, ../sass/screen.scss */
section.testimonials .el-carousel .el-carousel__button {
border: 2px solid #1c6804;
}
/* line 539, ../sass/screen.scss */
section.testimonials .el-carousel .el-carousel__indicator.is-active button {
background: #1c6804;
}
/* line 545, ../sass/screen.scss */
section.testimonials .el-carousel .el-carousel__arrow {
color: rgba(28, 104, 4, 0.5);
background: rgba(255, 255, 255, 0.5);
}
/* line 549, ../sass/screen.scss */
section.testimonials .el-carousel .el-carousel__arrow:hover {
color: #1c6804;
background: #fff;
}
/* line 559, ../sass/screen.scss */
footer.page-footer .social-icons {
margin: 50px 0;
text-align: center;
}
/* line 563, ../sass/screen.scss */
footer.page-footer .social-icons ul {
padding: 0;
}
/* line 567, ../sass/screen.scss */
footer.page-footer .social-icons li {
display: inline-block;
margin: 0 15px;
}
/* line 571, ../sass/screen.scss */
footer.page-footer .social-icons li i {
font-size: 26px;
}
/* line 577, ../sass/screen.scss */
footer.page-footer .contact-info {
text-align: center;
padding-top: 50px;
position: relative;
margin-bottom: 25px;
}
/* line 583, ../sass/screen.scss */
footer.page-footer .contact-info ul {
padding: 0;
margin-top: 0;
}
/* line 587, ../sass/screen.scss */
footer.page-footer .contact-info li {
display: inline-block;
margin: 0 15px;
}
/* line 591, ../sass/screen.scss */
footer.page-footer .contact-info li a {
color: #000;
font-size: 21px;
}
/* line 596, ../sass/screen.scss */
footer.page-footer .contact-info li:first-child {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
font-size: 26px;
}
/* line 607, ../sass/screen.scss */
footer.page-footer .copyright p {
width: 60%;
margin: 0 auto;
text-align: center;
margin-bottom: 25px;
}
|
public/stylesheets/screen.css
|
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@font-face {
font-family: 'NexaLight';
src: url("../fonts/NexaLight.eot");
src: url("../fonts/NexaLight.woff2") format("woff2"), url("../fonts/NexaLight.woff") format("woff"), url("../fonts/NexaLight.ttf") format("truetype"), url("../fonts/NexaLight.svg#NexaLight") format("svg"), url("../fonts/NexaLight.eot?#iefix") format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'NexaBold';
src: url("../fonts/NexaBold.eot");
src: url("../fonts/NexaBold.woff2") format("woff2"), url("../fonts/NexaBold.woff") format("woff"), url("../fonts/NexaBold.ttf") format("truetype"), url("../fonts/NexaBold.svg#NexaBold") format("svg"), url("../fonts/NexaBold.eot?#iefix") format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
/* line 112, ../sass/includes/_mixins.scss */
div.container, section.container {
width: 86%;
margin: 25px auto;
}
/* line 116, ../sass/includes/_mixins.scss */
section.wide {
width: 100vw !important;
margin: 25px 0;
}
/* line 120, ../sass/includes/_mixins.scss */
.center {
text-align: center;
}
/* line 123, ../sass/includes/_mixins.scss */
.v-container {
display: table;
}
/* line 126, ../sass/includes/_mixins.scss */
.v-container .vac {
display: table-cell;
vertical-align: middle;
}
/* line 131, ../sass/includes/_mixins.scss */
li {
list-style: none;
}
/* line 133, ../sass/includes/_mixins.scss */
ul.inline li {
display: inline-block;
}
@-webkit-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* line 5, ../sass/screen.scss */
body {
margin: 0;
overflow-x: hidden;
}
/* line 15, ../sass/screen.scss */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
left: 50%;
}
/* line 24, ../sass/screen.scss */
.pace-inactive {
display: none;
}
/* line 28, ../sass/screen.scss */
.pace .pace-progress {
background: #1c6804;
position: fixed;
z-index: 999999;
top: 0;
width: 100%;
right: 100%;
height: 2px;
}
/* line 38, ../sass/screen.scss */
.loading {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #fff;
z-index: 99999;
display: block;
-webkit-transition: display 0.3s linear;
-ms-transition: display 0.3s linear;
-moz-transition: display 0.3s linear;
-o-transition: display 0.3s linear;
transition: display 0.3s linear;
}
/* line 49, ../sass/screen.scss */
.loading h1 {
color: #ecbc40;
font-size: 22px;
text-align: center;
}
/* line 56, ../sass/screen.scss */
.loading.loaded {
display: none;
}
/* line 61, ../sass/screen.scss */
.wrap {
width: 86%;
margin: 0 auto;
}
/* line 65, ../sass/screen.scss */
.wrap .wrap {
width: 100%;
}
/* line 70, ../sass/screen.scss */
a {
color: #ecbc40;
text-decoration: none;
}
/* line 74, ../sass/screen.scss */
a:hover {
color: #1c6804;
}
/* line 80, ../sass/screen.scss */
.page-header ul {
margin: 0;
padding: 0;
float: right;
}
/* line 84, ../sass/screen.scss */
.page-header ul li {
display: inline-block;
}
/* line 89, ../sass/screen.scss */
.page-header .top-nav {
height: 7vh;
min-height: 50px;
background: #1c6804;
}
/* line 94, ../sass/screen.scss */
.page-header .top-nav .logo {
float: left;
}
/* line 98, ../sass/screen.scss */
.page-header .top-nav ul {
margin-top: 15px;
}
/* line 103, ../sass/screen.scss */
.page-header .top-nav li {
color: #fff;
}
/* line 106, ../sass/screen.scss */
.page-header .top-nav li a {
color: #fff;
padding: 15px;
}
/* line 111, ../sass/screen.scss */
.page-header .top-nav li:first-child {
display: none;
}
/* line 118, ../sass/screen.scss */
.page-header .bottom-nav {
height: 7vh;
min-height: 50px;
background: #000;
}
/* line 124, ../sass/screen.scss */
.page-header .bottom-nav .site-menu ul {
margin-top: 10px;
}
/* line 126, ../sass/screen.scss */
.page-header .bottom-nav .site-menu ul li {
margin-left: 10px;
}
/* line 128, ../sass/screen.scss */
.page-header .bottom-nav .site-menu ul li a {
color: #fff;
display: block;
padding: 5px 15px;
border-radius: 5px;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
/* line 135, ../sass/screen.scss */
.page-header .bottom-nav .site-menu ul li a:hover {
border-radius: 5px;
background: #ecbc40;
color: #000;
box-shadow: 1px 2px 2px 0px rgba(28, 104, 4, 0.7);
}
/* line 147, ../sass/screen.scss */
.page-header .bottom-nav .social-icons ul {
margin: 15px 0 0 15px;
}
/* line 149, ../sass/screen.scss */
.page-header .bottom-nav .social-icons ul li {
margin-left: 15px;
}
/* line 151, ../sass/screen.scss */
.page-header .bottom-nav .social-icons ul li a {
color: #fff;
background: #4f3021;
padding: 7px;
border-radius: 5px;
border: 1px solid transparent;
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
/* line 159, ../sass/screen.scss */
.page-header .bottom-nav .social-icons ul li a:hover {
background: transparent;
border: 1px solid #fff;
}
/* line 172, ../sass/screen.scss */
.el-carousel .el-carousel__button {
display: block;
opacity: 1;
width: 10px;
height: 10px;
background-color: transparent;
border: 2px solid #fff;
padding: 0;
border-radius: 11px;
}
/* line 184, ../sass/screen.scss */
.el-carousel .el-carousel__indicator.is-active button {
background: #fff;
}
/* line 198, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__container {
height: 80vh;
}
/* line 205, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__item .bg-image {
width: 100vw;
height: 80vh;
}
/* line 209, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__item .bg-image img {
width: 100%;
left: 0;
top: -25%;
}
/* line 217, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__item h1 {
left: 50%;
transform: translateX(-50%);
top: 40%;
color: #fff;
}
/* line 224, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__item h3 {
left: 50%;
transform: translateX(-50%);
top: 50%;
color: #fff;
}
/* line 231, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__item * {
position: absolute;
}
/* line 237, ../sass/screen.scss */
section.banner .el-carousel .el-carousel__arrow {
color: #fff;
background: rgba(28, 104, 4, 0.5);
}
/* line 245, ../sass/screen.scss */
section.intro {
position: relative;
padding: 200px 0;
}
/* line 249, ../sass/screen.scss */
section.intro .logo-div {
position: absolute;
left: 50%;
transform: translate(-50%, -201%);
}
/* line 255, ../sass/screen.scss */
section.intro h3 {
text-align: center;
font-size: 26px;
text-transform: uppercase;
margin: 65px;
color: #1c6804;
}
/* line 263, ../sass/screen.scss */
section.intro p {
text-align: center;
width: 70%;
margin: auto;
font-size: 17px;
line-height: 24px;
}
/* line 272, ../sass/screen.scss */
section.gallery {
background: url("../images/img6.jpg");
background-size: cover;
background-attachment: fixed;
position: relative;
width: 100vw;
min-height: 160vh;
overflow-y: scroll;
overflow-x: hidden;
}
/* line 282, ../sass/screen.scss */
section.gallery .overlay-wrap {
position: absolute;
min-height: 100%;
width: 100vw;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
}
/* line 290, ../sass/screen.scss */
section.gallery .wrap {
z-index: 9;
position: absolute;
left: 0;
right: 0;
}
/* line 297, ../sass/screen.scss */
section.gallery .section-title {
height: 30vh;
padding-top: 10vh;
}
/* line 300, ../sass/screen.scss */
section.gallery .section-title h1 {
font-size: 32px;
}
/* line 303, ../sass/screen.scss */
section.gallery .section-title p {
margin-top: 100px;
font-size: 17px;
font-weight: bold;
text-align: center;
}
/* line 309, ../sass/screen.scss */
section.gallery .section-title h1, section.gallery .section-title p {
background: #ecbc40;
color: #fff;
position: absolute;
padding: 10px 30px;
left: 50%;
border-radius: 5px;
transform: translateX(-50%);
}
/* line 320, ../sass/screen.scss */
section.gallery .package-wrap {
margin: 150px auto;
}
/* line 324, ../sass/screen.scss */
section.gallery .package-wrap .el-col {
width: 200px;
height: 200px;
margin-top: -50px;
position: relative;
}
/* line 330, ../sass/screen.scss */
section.gallery .package-wrap .el-col .clip-svg {
width: 0;
height: 0;
}
/* line 335, ../sass/screen.scss */
section.gallery .package-wrap .el-col img {
max-width: 100%;
height: 200px;
}
/* line 340, ../sass/screen.scss */
section.gallery .package-wrap .el-col .polygon-clip-hexagon {
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
-webkit-clip-path: url("#polygon-clip-hexagon");
clip-path: url("#polygon-clip-hexagon");
}
/* line 347, ../sass/screen.scss */
section.gallery .package-wrap .el-col h4 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 24px;
text-transform: uppercase;
background: rgba(0, 0, 0, 0.5);
height: 200px;
width: 200px;
margin: 0;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
-ms-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
-moz-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
-o-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
margin-top: 18px;
font-size: 26px;
line-height: 200px;
text-align: center;
}
/* line 366, ../sass/screen.scss */
section.gallery .package-wrap .el-col h4:hover {
background: transparent;
}
/* line 376, ../sass/screen.scss */
section.facts {
min-height: 120vh;
background: url("../images/img16.jpg");
background-position: center;
position: relative;
}
/* line 383, ../sass/screen.scss */
section.facts .overlay-wrap {
position: absolute;
height: 100%;
width: 100vw;
background: rgba(255, 255, 255, 0.5);
z-index: 1;
top: 0;
}
/* line 392, ../sass/screen.scss */
section.facts .wrap {
position: absolute;
padding-top: 150px;
z-index: 99;
left: 0;
right: 0;
}
/* line 400, ../sass/screen.scss */
section.facts h1 {
color: #1c6804;
text-align: center;
text-transform: uppercase;
font-size: 32px;
font-weight: normal;
}
/* line 407, ../sass/screen.scss */
section.facts h1 span {
font-weight: bold;
}
/* line 412, ../sass/screen.scss */
section.facts h1 img {
position: absolute;
width: 30px;
opacity: 0.7;
top: 200px;
}
/* line 420, ../sass/screen.scss */
section.facts ul.facts-wrap {
position: relative;
padding-top: 100px;
}
/* line 423, ../sass/screen.scss */
section.facts ul.facts-wrap li {
display: block;
width: 33.34%;
}
/* line 427, ../sass/screen.scss */
section.facts ul.facts-wrap li a {
color: #000;
}
/* line 430, ../sass/screen.scss */
section.facts ul.facts-wrap li:nth-child(odd) {
float: right;
text-align: right;
}
/* line 434, ../sass/screen.scss */
section.facts ul.facts-wrap li:nth-child(even) {
float: left;
text-align: left;
}
/* line 439, ../sass/screen.scss */
section.facts ul.facts-wrap li:nth-child(1) {
position: absolute;
top: 0;
left: 50%;
width: 60%;
text-align: center;
transform: translateX(-50%);
}
/* line 452, ../sass/screen.scss */
section.testimonials {
background: #eee;
min-height: 100vh;
}
/* line 455, ../sass/screen.scss */
section.testimonials .wrap {
padding-top: 100px;
}
/* line 459, ../sass/screen.scss */
section.testimonials .section-title h1 {
color: #1c6804;
text-transform: uppercase;
font-size: 32px;
text-align: center;
margin: 0;
}
/* line 467, ../sass/screen.scss */
section.testimonials .section-title p {
margin: 0;
text-align: center;
color: #1c6804;
font-size: 17px;
}
/* line 475, ../sass/screen.scss */
section.testimonials .el-carousel {
background: transparent;
margin: 50px 0;
}
/* line 479, ../sass/screen.scss */
section.testimonials .el-carousel .el-carousel__container {
min-height: 400px;
}
/* line 483, ../sass/screen.scss */
section.testimonials .el-carousel .el-carousel-item {
padding-top: 150px;
}
/* line 487, ../sass/screen.scss */
section.testimonials .el-carousel .img-div {
width: 150px;
height: 150px;
top: 0;
overflow: hidden;
left: 0;
right: 0;
margin: auto;
border-radius: 100px;
}
/* line 498, ../sass/screen.scss */
section.testimonials .el-carousel .img-div img {
left: 0;
width: 100%;
}
/* line 504, ../sass/screen.scss */
section.testimonials .el-carousel .text-wrap {
margin: auto;
text-align: center;
position: static;
}
/* line 509, ../sass/screen.scss */
section.testimonials .el-carousel .text-wrap h4, section.testimonials .el-carousel .text-wrap p {
position: static;
}
/* line 513, ../sass/screen.scss */
section.testimonials .el-carousel .text-wrap p {
width: 40%;
margin: 20px auto 0;
}
/* line 520, ../sass/screen.scss */
section.testimonials .el-carousel .text-wrap.title h4, section.testimonials .el-carousel .text-wrap.title p {
text-transform: uppercase;
color: #1c6804;
}
/* line 525, ../sass/screen.scss */
section.testimonials .el-carousel .text-wrap.title h4 {
font-size: 26px;
margin-bottom: 0;
}
/* line 529, ../sass/screen.scss */
section.testimonials .el-carousel .text-wrap.title p {
margin-top: 0;
}
/* line 534, ../sass/screen.scss */
section.testimonials .el-carousel .el-carousel__button {
border: 2px solid #1c6804;
}
/* line 539, ../sass/screen.scss */
section.testimonials .el-carousel .el-carousel__indicator.is-active button {
background: #1c6804;
}
/* line 545, ../sass/screen.scss */
section.testimonials .el-carousel .el-carousel__arrow {
color: rgba(28, 104, 4, 0.5);
background: rgba(255, 255, 255, 0.5);
}
/* line 549, ../sass/screen.scss */
section.testimonials .el-carousel .el-carousel__arrow:hover {
color: #1c6804;
background: #fff;
}
/* line 559, ../sass/screen.scss */
footer.page-footer .social-icons {
margin: 50px 0;
text-align: center;
}
/* line 563, ../sass/screen.scss */
footer.page-footer .social-icons ul {
padding: 0;
}
/* line 567, ../sass/screen.scss */
footer.page-footer .social-icons li {
display: inline-block;
margin: 0 15px;
}
/* line 571, ../sass/screen.scss */
footer.page-footer .social-icons li i {
font-size: 26px;
}
/* line 577, ../sass/screen.scss */
footer.page-footer .contact-info {
text-align: center;
padding-top: 50px;
position: relative;
margin-bottom: 25px;
}
/* line 583, ../sass/screen.scss */
footer.page-footer .contact-info ul {
padding: 0;
margin-top: 0;
}
/* line 587, ../sass/screen.scss */
footer.page-footer .contact-info li {
display: inline-block;
margin: 0 15px;
}
/* line 591, ../sass/screen.scss */
footer.page-footer .contact-info li a {
color: #000;
font-size: 21px;
}
/* line 596, ../sass/screen.scss */
footer.page-footer .contact-info li:first-child {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
font-size: 26px;
}
/* line 607, ../sass/screen.scss */
footer.page-footer .copyright p {
width: 60%;
margin: 0 auto;
text-align: center;
margin-bottom: 25px;
}
| 0.323701 | 0.123895 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/* ------------------------------------------------------
Stylesheet Guide
------------------------------------------------------
1. Global
1.1. General styles
1.2. Color scheme
1.3. Typography
1.4. Custom class
1.5. Transitions
2. Header
2.1. Structure, logo
2.1.1. Site Roof
2.1.2. Sitename
2.1.3. Secondary Nav
2.2. Header text
3. Main
3.1. Carousel
3.2. Text Blurb
3.3. Breadcrumbs
3.4. Images
4. Footer
5. Sidenav
5.1. Links
5.2. Search
------------------------------------------------------ */
/* ------------------------------------------------------
1. Global
------------------------------------------------------ */
html, body {
overflow-x: hidden;
}
/* ------------------------------------------------------
1.1. General styles
------------------------------------------------------ */
body {
height: 100%;
font-size: 1em;
font-weight: 400;
line-height: 1.35em;
word-wrap: break-word;
}
/* Various Links */
a {
color: var(--cmu-red);
border-bottom: 1px solid #faa;
text-decoration: none;
}
a:visited {
color: #800;
border-bottom-color: #c99;
}
a:focus, a:hover {
text-decoration: none;
color: red;
border-bottom-color: red;
}
.navbar a, nav a {
border: none !important;
}
/* Lists */
.navbar ul, nav ul {
list-style: none;
}
ul {
padding-left: 0;
list-style-type: none;
}
ul li {
list-style-position: outside;
}
li {
padding: 0.5em 0;
line-height: 1.65em;
}
li:first-child {
padding-top: 0;
}
/* ------------------------------------------------------
1.2. Color scheme
------------------------------------------------------ */
:root {
--cmu-red: #bb0000;
--cmu-gray: #e0e0e0;
--cmu-dark-gray: #666666;
--cmu-gold: #aa6600;
--cmu-teal: #006677;
--cmu-blue: #224477;
--cmu-green: #008855;
--cmu-dark-green: #224433;
}
/* ------------------------------------------------------
1.3. Typography
------------------------------------------------------ */
html, body {
color: var(--cmu-dark-gray);
}
/* Mobile visitors should see Roboto (Android), Helvetica (iOS), or the browser's default sans-serif. */
html, body, button, input, select, textarea {
font-family: 'Roboto', 'Helvetica', sans-serif;
}
/* To speed up load time, only use Open Sans for screens larger than tablet. */
@media only screen and (min-width: 768px) {
html, body, button, input, select, textarea {
font-family: 'Open Sans', 'Helvetica', sans-serif;
}
}
input, textarea {
background: #fff;
border: 1px solid rgba(0,0,0,.35);
font-size: 1em;
margin: .25em 0;
padding: .35em .5em;
position: relative;
display: inline-block;
max-width: calc(100% - 6px - .5em);
}
p {
line-height: 1.75em;
}
.h1, .h2, h1, h2, h3, h4, h5, h6 {
color: #767676;
font-size: 1em;
font-weight: 700;
line-height: 1.35em;
word-wrap: normal;
line-height: 1.35em;
margin: 0;
padding: 1em 0;
word-wrap: normal;
}
.h1, h1 {
font-size: 2.35em;
font-weight: 300;
}
h2 {
font-size: 1.5em;
}
.h1 + .h2, .h1 + h2, h1 + .h2, h1 + h2 {
margin-top: -1.35em;
font-weight: 300;
}
#sitename h1 {
padding-top: 0.25em;
}
#sitename h2 {
color: inherit;
font-style: normal;
margin-top: -1.5em;
padding-top: 0;
}
.h1 + .h2, .h1 + h2, .h2 + h3, h1 + .h2, h1 + h2, h2 + h3 {
letter-spacing: 0;
margin-top: -.5em;
text-transform: inherit;
}
.h2, .sidebar .blockquote, .sidebar blockquote, h2 {
color: #707070;
font-size: 1.5em;
font-weight: 300;
}
@media only screen and (max-width: 767px) {
h1 {
font-size: 2em;
}
#sitename h2 {
margin-top: 0;
}
}
/* ------------------------------------------------------
1.4. Custom Class
------------------------------------------------------ */
/* ------------------------------------------------------
1.5. Transitions
------------------------------------------------------ */
/* Basically, any non-touch device has this transition */
body:not(.touch) a, body:not(.touch) b, body:not(.touch) button, body:not(.touch) div, body:not(.touch) em, body:not(.touch) form, body:not(.touch) h1, body:not(.touch) header, body:not(.touch) i, body:not(.touch) img, body:not(.touch) input, body:not(.touch) label, body:not(.touch) main, body:not(.touch) nav, body:not(.touch) p, body:not(.touch) span, body:not(.touch) strong {
transition: background-color .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease,margin .3s ease,min-height .3s ease,max-width .3s ease,opacity .3s ease,padding-left .3s ease,padding-right .3s ease,left .3s ease,right .3s ease,text-shadow .3s ease,width .3s ease;
}
/* ------------------------------------------------------
2. Header
------------------------------------------------------ */
/* ------------------------------------------------------
2.1. Structure, logo
------------------------------------------------------ */
/* ------------------------------------------------------
2.1.1. Site Roof
------------------------------------------------------ */
.roof {
padding: 0 9%;
min-height: 39px;
font-size: 90%;
line-height: 0;
}
.my-brand {
max-height: 39px;
}
.breadcrumbs, .content, .grid, .hero .caption, .hero > .text, .roof, header nav, header > div {
padding: 0 9%;
width: auto;
}
#container > header a, #container > header a:focus, #container > header a:hover, .roof a, .roof a:focus, .roof a:hover, .roof.invert a {
border-bottom-color: transparent;
}
/* Phone Screens */
@media only screen and (max-width: 767px) {
.roof {
position: relative;
}
.my-brand {
max-height: unset;
width: 85%;
}
}
/* Tablet Screens */
@media only screen and (max-width: 1300px) {
.roof, .breadcrumbs, .content, .grid, .hero .caption, .hero > .text, .roof, header nav, header > div {
padding-left: 2%;
padding-right: 2%;
}
}
/* Desktop Screens */
@media only screen and (min-width: 1700px) {
.roof {
padding: 0 15%;
}
.breadcrumbs, .content, .grid, .hero .caption, .hero > .text, .roof, header nav, header > div {
padding: 0 15%;
width: auto;
}
}
.wordmark {
display: inline-block;
min-height: 2.15em;
min-width: 300px;
margin: 6px 0 2px;
text-indent: -9999px;
background: url(../wordmark/cmu-wordmark-horizontal-w.png) no-repeat left center scroll transparent;
background-size: auto;
background-size: contain
}
.roof a.wordmark, .roof.invert .wordmark {
max-height: unset;
width: 85%;
margin: 4px 0 1px;
min-width: 300px;
}
.menu-btn {
display: block;
position: absolute;
float: right;
top: 0;
right: 9%;
color: #fff;
margin-top: 5px;
font-size: 2.5em;
line-height: .85em;
transition: right linear .2s;
}
.menu-btn:hover, .menu-btn:visited {
color: #fff;
}
/* Search */
/* Stlyes pulled from https://www.cmu.edu/dietrich/ */
.roof form {
position: absolute;
top: 0;
right: calc(9% + 42px);
display: flex;
flex-flow: nowrap row;
justify-content: flex-start;
height: 100%;
line-height: 1.65em;
width: 25%;
max-width: 300px;
}
.search label {
height: 100%;
width: 100%;
}
.search label span {
display: none;
}
.roof input[placeholder="Search"] {
background-color: rgba(0,0,0,.2);
border: 0 none;
color: #fff;
height: 100%;
margin: 0;
padding: 0 30px 0 8px;
/* Remove space for search button */
width: calc(100% - 44px);
}
.roof.invert .search button:not(#nav-submit) {
height: 100%;
margin: 0;
}
.search button {
background: url(../img/icon-magnify.png) scroll no-repeat 50% 50%;
background-size: auto;
background-size: 50%;
height: 100%;
padding: 0 14px 0 24px;
text-indent: -9999px;
position: absolute;
right: 20px;
top: 0;
border: 0 none;
}
/* non-search stuff */
#sub-brand {
position: absolute;
height: 75px;
width: 300px;
right: 9%;
top: 80px;
background: 0 0 no-repeat url(../img/logo.png);
}
.menu-on#sub-brand {
right: calc(9% + 300px);
}
@media only screen and (max-width: 767px) {
.roof .menu-btn + form {
right: 0;
}
.roof form {
position: relative;
right: auto;
display: block;
padding-top: 0;
top: auto;
width: 100%;
padding: 0;
max-width: none;
}
.search button {
display: none;
}
.roof input[placeholder="Search"] {
padding-bottom: .35em;
padding-top: .35em;
padding-right: 8px;
width: 100%;
max-width: unset;
background-image: url(../img/icon-magnify.png);
background-repeat: no-repeat;
background-position: 98% center;
background-size: auto 80%;
font-size: 16px;
}
}
@media only screen and (max-width: 1300px) {
.roof form {
right: calc(2% + 42px);
}
#sub-brand, .menu-btn {
right: 2%;
}
}
@media only screen and (max-width: 1525px) {
.menu-on #sub-brand {
visibility: hidden;
}
}
@media only screen and (min-width: 1301px) {
.menu-on #sub-brand {
right: calc(9% + 270px);
}
}
@media only screen and (min-width: 1700px) {
.roof form {
right: calc(15% + 42px);
}
#sub-brand, .menu-btn {
right: 15%;
}
.menu-on #sub-brand {
right: calc(15% + 400px);
}
}
/* ------------------------------------------------------
2.1.2. Sitename
------------------------------------------------------ */
#sitename, #sitename a {
box-sizing: border-box;
color: #333;
border: 0;
padding-top: 0;
padding-bottom: 0;
}
#sitename a:hover {
color: var(--cmu-red);
}
#sitename {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
#sitename h1 {
font-size: 3em;
line-height: 1.15em;
}
@media only screen and (max-width: 767px) {
#sitename h1 {
line-height: 1.15em;
padding-bottom: .125em;
}
header:not(.float) #sitename {
padding-left: 0;
padding-right: 0;
margin: 0 2%;
}
#content, #sitename {
padding-top: 1em;
transition: none;
}
}
@media only screen and (max-width: 991px) {
#sitename h1 {
font-size: 2.5em;
}
}
/* ------------------------------------------------------
2.1.3. Secondary Nav
------------------------------------------------------ */
#other-nav {
transition: background-color .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease,margin .3s ease,min-height .3s ease,max-width .3s ease,opacity .3s ease,padding-left .3s ease,padding-right .3s ease,left .3s ease,right .3s ease,text-shadow .3s ease,width .3s ease;
}
#other-nav ul {
display: table;
width: 100%;
margin-bottom: 0;
}
#other-nav li {
display: table-cell;
border-left: 0.5px solid rgba(0,0,0,.2);
}
#other-nav li:first-child {
border-left: 0;
}
/* We only need the bottom border on non-index pages */
.not-index#other-nav li:not(.active) {
border-bottom: 0.5px solid rgba(0,0,0,.2);
}
.not-index#other-nav {
margin-bottom: 1em;
}
#other-nav li a, #other-nav li a:visited {
color: rgba(0,0,0,.65);
display: block;
font-size: 80%;
font-weight: 700;
line-height: 1.35em;
margin: .15em 0;
text-align: center;
width: 100%;
border-bottom: 0;
}
#other-nav a, #other-nav a:visited {
color: rgba(0,0,0,.65);
}
#other-nav a:hover {
color: var(--cmu-red);
}
/* ------------------------------------------------------
2.2. Header text
------------------------------------------------------ */
.menu-btn b {
display: block;
font-weight: 400;
line-height: 7px;
right: 0;
transition: none !important;
}
/* ------------------------------------------------------
3. Main
------------------------------------------------------ */
.container {
max-width: unset;
}
.core {
padding: 0 9%;
}
/* Phone Screens */
@media only screen and (max-width: 767px) {
.core {
position: relative;
}
}
/* Tablet Screens */
@media only screen and (max-width: 1300px) {
.core {
padding: 0 2%;
}
}
/* Desktop Screens */
@media only screen and (min-width: 1700px) {
.core {
padding: 0 15%;
}
}
.core > * {
margin: 0;
}
.core h1, .core h2, .core h3, .core h4, .core h5, .core h6 {
padding: 0 15px 10px;
}
.core div {
padding-bottom: 1em;
}
/* Wrapper to have background image and transparent background color */
.wrapper {
margin: 0;
margin-top: -4em;
padding: 0 !important;
background: 0 0 repeat url("../img/tartan-min.png");
border-radius: 1em;
}
.quote {
height: 100%;
width: 100%;
padding: 1em;
background: rgba(255,255,255,0.8);
border-radius: 1em;
}
#fakequote blockquote::before {
content: open-quote;
font-size: 2em;
}
#fakequote blockquote::after {
content: close-quote;
}
blockquote {
letter-spacing: 1px;
}
blockquote.align-left {
border-left: solid var(--cmu-dark-gray);
padding-left: 5px;
margin-left: 2.5px;
}
blockquote.align-right {
border-right: 2px solid var(--cmu-dark-gray);
padding-right: 5px;
margin-right: 2.5px;
}
/* General styles */
.align-left {
text-align: right;
}
.align-right {
text-align: right;
}
/* Hide link border on LEARN MORE text */
a.cta {
border: none;
}
/* Shift quote down when colliding with header text */
@media only screen and (max-width: 1150px) {
.wrapper {
margin-top: 0;
}
}
/* ------------------------------------------------------
3.1. Carousel
------------------------------------------------------ */
#image-carousel {
position : relative;
display : block;
overflow : hidden;
width : 100%;
max-width : 100vw;
height : 49.5vw;
max-height : 100%;
margin : 0 auto 2em;
}
.slider {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
align-content: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 1;
z-index: 0;
}
/* Slider images */
.slide_img_01 {
background : url('../img/shopping-min.jpg') no-repeat center;
background-size: cover;
left: 0;
}
.slide_img_02 {
background : url('../img/greece-min.jpg') no-repeat center;
background-size : cover;
left: 100%;
}
.slide_img_03 {
background : url('../img/book-min.jpg') no-repeat center;
background-size : cover;
left: 200%;
}
.slide_img_04 {
background : url('../img/closed-min.jpg') no-repeat center;
background-size : cover;
left: 300%;
}
.slide_img_05 {
background : url('../img/photos-min.jpg') no-repeat center;
background-size : cover;
left: 400%;
}
/* Next and Prev arrow */
.control {
position: absolute;
top: 50%;
margin-top: -24px;
z-index: 55;
background: rgba(255,255,255,.75);
}
.control:hover {
background: white;
}
.control label {
display: none;
cursor: pointer;
opacity: 0.9;
width : 48px;
height : 48px;
text-indent: -9999px;
}
.control svg {
position: absolute;
left: 0;
top: 15%;
width: 100%;
height: 70%;
fill: #858585;
}
.control svg:hover {
transition : all .5s ease;
fill : #000;
opacity: 1.0;
}
.next {
transform: rotate(180deg);
transform-origin: center;
right: 0;
}
/* Slider Pagger */
.slider-pagination {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
padding: 10px;
margin: auto 0;
text-align: center;
background: rgba(255,255,255,.75);
z-index: 70;
}
.slider-pagination label {
width: 12.5px;
height: 12.5px;
border-radius: 50%;
display: inline-block;
background: rgba(0,0,0,0.2);
margin: 0 2px;
cursor: pointer;
}
/* Slider Pagger arrow event */
.slide-radio1:checked ~ .next .num2, .slide-radio2:checked ~ .next .num3, .slide-radio3:checked ~ .next .num4, .slide-radio4:checked ~ .next .num5, .slide-radio5:checked ~ .next .num1,
.slide-radio5:checked ~ .previous .num4, .slide-radio4:checked ~ .previous .num3, .slide-radio3:checked ~ .previous .num2, .slide-radio2:checked ~ .previous .num1, .slide-radio1:checked ~ .previous .num5 {
display: block;
}
/* Slider Pagger event */
.slide-radio1:checked ~ .slider-pagination .page1, .slide-radio2:checked ~ .slider-pagination .page2, .slide-radio3:checked ~ .slider-pagination .page3, .slide-radio4:checked ~ .slider-pagination .page4, .slide-radio5:checked ~ .slider-pagination .page5 {
background: #333;
}
/* Slide effect */
.slide-radio1:checked ~ .slider { transform: translateX(0%); }
.slide-radio2:checked ~ .slider { transform: translateX(-100%); }
.slide-radio3:checked ~ .slider { transform: translateX(-200%); }
.slide-radio4:checked ~ .slider { transform: translateX(-300%); }
.slide-radio5:checked ~ .slider { transform: translateX(-400%); }
/* Slider Mobile ====================================================================================== */
@media only screen and (max-width: 767px) {
#image-carousel {
position : relative;
width : 100%;
height : 400px;
}
.slider > div { padding: 0 2% }
.control {
position: absolute;
top: 60%;
margin-top: -24px;
z-index: 55;
}
.slider-pagination {
padding: 5px;
}
.control label {
width : 32px;
height : 32px;
}
}
/* ------------------------------------------------------
3.2 Text Blurb
------------------------------------------------------ */
.box {
background-color: rgba(255,255,255,.9);
bottom: 3.5em;
color: #666;
padding: .65em 1em;
position: absolute;
border-bottom-color: transparent;
width: calc(41% - 2em);
z-index: 10;
}
.box:hover * {
border: none;
color: red;
}
.box h1 {
line-height: 1.25em;
margin: 0;
padding: 0;
border-bottom-color: transparent;
}
.box p {
padding: .65em 0 0;
color: var(--cmu-dark-gray);
}
.box p:hover {
color: red;
}
.cta::after {
content: " \25BA";
display: inline;
position: relative;
font-size: 75%;
top: -1px;
margin-left: .15em;
}
.small {
width: calc(33.333% - 2em);
}
.small {
font-size: 90%;
letter-spacing: .025em;
line-height: 1em;
}
.left {
left: 9%;
}
.right {
right: 9%;
}
@media only screen and (min-width: 1700px) {
.box {
width: calc(35% - 2em);
}
.small {
width: calc(27.222% - 2em);
}
.left {
left: 15%;
}
.right {
right: 15%;
}
}
/* ------------------------------------------------------
3.3. Breadcrumbs
------------------------------------------------------ */
nav[aria-label = "breadcrumb"] {
margin-top: -4em;
}
ol.breadcrumb{
background: none !important;
}
.breadcrumb-item, .breadcrumb-item:first-child {
padding: 8px 8px 8px 0;
}
@media only screen and (max-width: 767px) {
nav[aria-label = "breadcrumb"] {
margin-top: -2em;
}
.breadcrumb-item, .breadcrumb-item:first-child {
padding-right: 4px;
}
}
/* ------------------------------------------------------
3.4. Images
------------------------------------------------------ */
#work-img {
background: 0 0 no-repeat url("../img/work-min.jpg");
background-size: cover;
width: 100%;
height: 20vw;
margin-bottom: 15px;
margin-left: 15px;
margin-right: -15px;
border-radius: 5px;
}
#work-img + div {
padding-left: 30px;
}
@media only screen and (max-width: 767px) {
#work-img {
height: 50vw;
margin-right: 0;
}
#work-img + div {
padding-left: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
#work-img {
height: 30vw;
}
}
/* ------------------------------------------------------
4. Footer
------------------------------------------------------ */
.foot {
padding: 0 9%;
font-size: 90%;
letter-spacing: .05em;
}
/* Phone Screens */
@media only screen and (max-width: 767px) {
.foot {
position: relative;
}
}
/* Tablet Screens */
@media only screen and (max-width: 1300px) {
.foot {
padding: 0 2%;
}
}
/* Desktop Screens */
@media only screen and (min-width: 1700px) {
.foot {
padding: 0 15%;
}
}
/* Footer with site links */
#sub-footer {
background-color: var(--cmu-gray);
padding-top: 2em;
padding-bottom: 2em;
}
#sub-footer ul {
margin: 0;
}
#final-footer {
background-color: #333;
color: var(--cmu-gray);
padding-top: 2em;
padding-bottom: 2em;
}
footer #address > p {
color: rgba(255,255,255,0.5);
margin: 0;
}
#address > p:last-child {
margin-bottom: 1em;
}
#legal > p:first-child > a {
color: #fff;
border: none;
}
#legal > p:last-child {
color: rgba(255,255,255,0.5);
}
/* Socials */
/* All socials use the same spritesheet. Select a different image by translating the background image on the x axis */
#my-socials {
margin: 0;
padding: 0;
}
#my-socials li {
display: inline;
}
#my-socials li:first-child {
padding-top: 7.2px;
}
#my-socials a {
display: inline-block;
height: 30px;
width: 30px;
margin: 0 6px 6px 0;
padding-bottom: 0 !important;
text-indent: -9999px;
}
#facebook {
background: 0 0 no-repeat url(../img/sprites-social.png);
background-size: auto 100%;
border-bottom: 0 none !important;
}
#twitter {
background: -32px 0 no-repeat url(../img/sprites-social.png);
background-size: auto 100%;
border-bottom: 0 none !important;
}
#youtube {
background: -130px 0 no-repeat url(../img/sprites-social.png);
background-size: auto 100%;
border-bottom: 0 none !important;
}
#rss {
background: -194px 0 no-repeat url(../img/sprites-social.png);
background-size: auto 100%;
border-bottom: 0 none !important;
}
#instagram {
background: -258px 0 no-repeat url(../img/sprites-social.png);
background-size: auto 100%;
border-bottom: 0 none !important;
}
/* ------------------------------------------------------
5. Sidenav
------------------------------------------------------ */
#non-sidenav {
display: inline-block;
width: 100%;
z-index: 100;
}
#sidenav {
width: 300px;
height: 100%;
background: #333;
z-index: 102;
}
nav#sidenav {
position: fixed;
top: 0;
z-index: 100;
right: -500px;
width: 300px;
height: 100%;
background-color: #333 !important;
overflow: hidden;
box-sizing: border-box;
opacity: 0;
transition: right .2s ease;
}
.menu-on#sidenav {
display: block;
position: fixed;
border-left: 1px solid rgba(0,0,0,.35);
right: 0;
opacity: 1;
}
/* Handle resizing on default to -300px less */
.menu-on#non-sidenav {
width: calc(100% - 300px);
}
.menu-btn#close-nav {
right: 5px;
}
#sidenav h1 {
padding-left: 1em;
font-size: 1.5em;
}
#sidenav h1 a {
color: rgba(255,255,255,.85);
}
/* Handle side nav on small screens to cover, not resize*/
@media only screen and (max-width: 676px) {
nav#sidenav {
right: -85%;
width: 85%;
}
}
@media only screen and (min-width: 676px) and (max-width: 991px) {
.menu-on#non-sidenav {
width: 100vw;
position: fixed;
}
nav#sidenav {
right: -50%;
width: 50%;
}
}
@media only screen and (min-width: 992px) {
#sidenav h1 {
padding-top: 2em;
}
}
/* Handle resizing on large screens to -450px less */
@media only screen and (min-width: 1700px) {
.menu-on#non-sidenav {
width: calc(100% - 450px) !important;
z-index: 102;
}
#sidenav {
width: 450px !important;
}
}
/* ------------------------------------------------------
5.1. Links
------------------------------------------------------ */
.menu-list a, .menu-list a:visited {
color: rgba(255,255,255,.85);
}
.menu-list li {
padding-top: 0.25em;
}
.menu-list li:not(.secondary) {
border-bottom: 0.5px solid rgba(255,255,255,.15);
}
.menu-list li:not(.secondary):first-child {
border-top: 0.5px solid rgba(255,255,255,.15);
}
.menu-list li.secondary a {
font-weight: 300;
}
.menu-list > ul > li:not(.secondary) > a {
letter-spacing: .05em;
}
.menu-list ul ul li {
text-indent: 2em;
}
ul.sub-menu {
border-bottom: 0.5px solid rgba(255,255,255,.15)
}
li[aria-expanded="true"] {
border: 0 none white !important;
}
.menu-list a {
padding: .25em 2em;
line-height: 1.5em;
padding-right: 70px;
font-weight: 700;
}
#sidenav li:hover {
background-color: rgba(255,255,255,.25);
transition: background-color .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease,margin .3s ease,min-height .3s ease,max-width .3s ease,opacity .3s ease,padding-left .3s ease,padding-right .3s ease,left .3s ease,right .3s ease,text-shadow .3s ease,width .3s ease;
}
#sidenav h1 a:hover {
color: #fff !important;
text-shadow: 0 0 5px rgba(0,0,0,.5);
}
@media only screen and (min-width: 992px) {
#sidenav h1 {
padding-top: 2em;
}
.menu-list a {
padding-right: 30px;
}
}
@media only screen and (min-width: 1700px) {
.menu-list a {
padding-right: 70px;
}
}
/* ------------------------------------------------------
5.2. Search
------------------------------------------------------ */
#sidenav form {
padding-top: 1em;
padding-left: 1.5em;
padding-bottom: 0.5em;
display: flex;
flex-flow: nowrap row;
align-items: stretch;
align-content: stretch;
justify-content: flex-start;
line-height: 2em;
width: 100%;
}
#sidenav input:not([type="radio"]), select, textarea {
border-radius: 0;
}
#sidenav input[placeholder="Search"] {
background-color: rgba(255,255,255,.2);
border: 0 none;
color: #fff;
height: 100%;
margin: 0;
padding: 0 30px 0 8px;
width: calc(100% - 38px);
}
#sidenav label.searchSite {
display: none;
position: absolute;
letter-spacing: .025em;
left: -105%;
text-align: right;
top: 30%;
}
#sidenav .search button {
height: 100%;
margin: 0;
}
#sidenav li.active {
background-color: rgba(255,255,255,0.25);
}
#sidenav .search label.searchSite span {
font-size: 90%;
margin: 1px 0 0 .5em;
float: right;
}
/* Hide checkbox until searchbox is clicked within */
#sidenav .search label.searchSite, #sidenav .search label:not(.searchSite) span {
display: none;
}
#sidenav input[type="checkbox"] {
margin: 0;
vertical-align: baseline;
}
#nav-submit {
display: block;
position: relative;
right: 2.35em;
background: url(../img/icon-magnify.png) scroll no-repeat 50% 50%;
background-color: rgba(255,255,255,.2);
background-size: auto;
background-size: 50%;
text-indent: -9999px;
border: 0 none;
height: 2em !important;
}
|
docs/assets/css/stylesheet.css
|
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/* ------------------------------------------------------
Stylesheet Guide
------------------------------------------------------
1. Global
1.1. General styles
1.2. Color scheme
1.3. Typography
1.4. Custom class
1.5. Transitions
2. Header
2.1. Structure, logo
2.1.1. Site Roof
2.1.2. Sitename
2.1.3. Secondary Nav
2.2. Header text
3. Main
3.1. Carousel
3.2. Text Blurb
3.3. Breadcrumbs
3.4. Images
4. Footer
5. Sidenav
5.1. Links
5.2. Search
------------------------------------------------------ */
/* ------------------------------------------------------
1. Global
------------------------------------------------------ */
html, body {
overflow-x: hidden;
}
/* ------------------------------------------------------
1.1. General styles
------------------------------------------------------ */
body {
height: 100%;
font-size: 1em;
font-weight: 400;
line-height: 1.35em;
word-wrap: break-word;
}
/* Various Links */
a {
color: var(--cmu-red);
border-bottom: 1px solid #faa;
text-decoration: none;
}
a:visited {
color: #800;
border-bottom-color: #c99;
}
a:focus, a:hover {
text-decoration: none;
color: red;
border-bottom-color: red;
}
.navbar a, nav a {
border: none !important;
}
/* Lists */
.navbar ul, nav ul {
list-style: none;
}
ul {
padding-left: 0;
list-style-type: none;
}
ul li {
list-style-position: outside;
}
li {
padding: 0.5em 0;
line-height: 1.65em;
}
li:first-child {
padding-top: 0;
}
/* ------------------------------------------------------
1.2. Color scheme
------------------------------------------------------ */
:root {
--cmu-red: #bb0000;
--cmu-gray: #e0e0e0;
--cmu-dark-gray: #666666;
--cmu-gold: #aa6600;
--cmu-teal: #006677;
--cmu-blue: #224477;
--cmu-green: #008855;
--cmu-dark-green: #224433;
}
/* ------------------------------------------------------
1.3. Typography
------------------------------------------------------ */
html, body {
color: var(--cmu-dark-gray);
}
/* Mobile visitors should see Roboto (Android), Helvetica (iOS), or the browser's default sans-serif. */
html, body, button, input, select, textarea {
font-family: 'Roboto', 'Helvetica', sans-serif;
}
/* To speed up load time, only use Open Sans for screens larger than tablet. */
@media only screen and (min-width: 768px) {
html, body, button, input, select, textarea {
font-family: 'Open Sans', 'Helvetica', sans-serif;
}
}
input, textarea {
background: #fff;
border: 1px solid rgba(0,0,0,.35);
font-size: 1em;
margin: .25em 0;
padding: .35em .5em;
position: relative;
display: inline-block;
max-width: calc(100% - 6px - .5em);
}
p {
line-height: 1.75em;
}
.h1, .h2, h1, h2, h3, h4, h5, h6 {
color: #767676;
font-size: 1em;
font-weight: 700;
line-height: 1.35em;
word-wrap: normal;
line-height: 1.35em;
margin: 0;
padding: 1em 0;
word-wrap: normal;
}
.h1, h1 {
font-size: 2.35em;
font-weight: 300;
}
h2 {
font-size: 1.5em;
}
.h1 + .h2, .h1 + h2, h1 + .h2, h1 + h2 {
margin-top: -1.35em;
font-weight: 300;
}
#sitename h1 {
padding-top: 0.25em;
}
#sitename h2 {
color: inherit;
font-style: normal;
margin-top: -1.5em;
padding-top: 0;
}
.h1 + .h2, .h1 + h2, .h2 + h3, h1 + .h2, h1 + h2, h2 + h3 {
letter-spacing: 0;
margin-top: -.5em;
text-transform: inherit;
}
.h2, .sidebar .blockquote, .sidebar blockquote, h2 {
color: #707070;
font-size: 1.5em;
font-weight: 300;
}
@media only screen and (max-width: 767px) {
h1 {
font-size: 2em;
}
#sitename h2 {
margin-top: 0;
}
}
/* ------------------------------------------------------
1.4. Custom Class
------------------------------------------------------ */
/* ------------------------------------------------------
1.5. Transitions
------------------------------------------------------ */
/* Basically, any non-touch device has this transition */
body:not(.touch) a, body:not(.touch) b, body:not(.touch) button, body:not(.touch) div, body:not(.touch) em, body:not(.touch) form, body:not(.touch) h1, body:not(.touch) header, body:not(.touch) i, body:not(.touch) img, body:not(.touch) input, body:not(.touch) label, body:not(.touch) main, body:not(.touch) nav, body:not(.touch) p, body:not(.touch) span, body:not(.touch) strong {
transition: background-color .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease,margin .3s ease,min-height .3s ease,max-width .3s ease,opacity .3s ease,padding-left .3s ease,padding-right .3s ease,left .3s ease,right .3s ease,text-shadow .3s ease,width .3s ease;
}
/* ------------------------------------------------------
2. Header
------------------------------------------------------ */
/* ------------------------------------------------------
2.1. Structure, logo
------------------------------------------------------ */
/* ------------------------------------------------------
2.1.1. Site Roof
------------------------------------------------------ */
.roof {
padding: 0 9%;
min-height: 39px;
font-size: 90%;
line-height: 0;
}
.my-brand {
max-height: 39px;
}
.breadcrumbs, .content, .grid, .hero .caption, .hero > .text, .roof, header nav, header > div {
padding: 0 9%;
width: auto;
}
#container > header a, #container > header a:focus, #container > header a:hover, .roof a, .roof a:focus, .roof a:hover, .roof.invert a {
border-bottom-color: transparent;
}
/* Phone Screens */
@media only screen and (max-width: 767px) {
.roof {
position: relative;
}
.my-brand {
max-height: unset;
width: 85%;
}
}
/* Tablet Screens */
@media only screen and (max-width: 1300px) {
.roof, .breadcrumbs, .content, .grid, .hero .caption, .hero > .text, .roof, header nav, header > div {
padding-left: 2%;
padding-right: 2%;
}
}
/* Desktop Screens */
@media only screen and (min-width: 1700px) {
.roof {
padding: 0 15%;
}
.breadcrumbs, .content, .grid, .hero .caption, .hero > .text, .roof, header nav, header > div {
padding: 0 15%;
width: auto;
}
}
.wordmark {
display: inline-block;
min-height: 2.15em;
min-width: 300px;
margin: 6px 0 2px;
text-indent: -9999px;
background: url(../wordmark/cmu-wordmark-horizontal-w.png) no-repeat left center scroll transparent;
background-size: auto;
background-size: contain
}
.roof a.wordmark, .roof.invert .wordmark {
max-height: unset;
width: 85%;
margin: 4px 0 1px;
min-width: 300px;
}
.menu-btn {
display: block;
position: absolute;
float: right;
top: 0;
right: 9%;
color: #fff;
margin-top: 5px;
font-size: 2.5em;
line-height: .85em;
transition: right linear .2s;
}
.menu-btn:hover, .menu-btn:visited {
color: #fff;
}
/* Search */
/* Stlyes pulled from https://www.cmu.edu/dietrich/ */
.roof form {
position: absolute;
top: 0;
right: calc(9% + 42px);
display: flex;
flex-flow: nowrap row;
justify-content: flex-start;
height: 100%;
line-height: 1.65em;
width: 25%;
max-width: 300px;
}
.search label {
height: 100%;
width: 100%;
}
.search label span {
display: none;
}
.roof input[placeholder="Search"] {
background-color: rgba(0,0,0,.2);
border: 0 none;
color: #fff;
height: 100%;
margin: 0;
padding: 0 30px 0 8px;
/* Remove space for search button */
width: calc(100% - 44px);
}
.roof.invert .search button:not(#nav-submit) {
height: 100%;
margin: 0;
}
.search button {
background: url(../img/icon-magnify.png) scroll no-repeat 50% 50%;
background-size: auto;
background-size: 50%;
height: 100%;
padding: 0 14px 0 24px;
text-indent: -9999px;
position: absolute;
right: 20px;
top: 0;
border: 0 none;
}
/* non-search stuff */
#sub-brand {
position: absolute;
height: 75px;
width: 300px;
right: 9%;
top: 80px;
background: 0 0 no-repeat url(../img/logo.png);
}
.menu-on#sub-brand {
right: calc(9% + 300px);
}
@media only screen and (max-width: 767px) {
.roof .menu-btn + form {
right: 0;
}
.roof form {
position: relative;
right: auto;
display: block;
padding-top: 0;
top: auto;
width: 100%;
padding: 0;
max-width: none;
}
.search button {
display: none;
}
.roof input[placeholder="Search"] {
padding-bottom: .35em;
padding-top: .35em;
padding-right: 8px;
width: 100%;
max-width: unset;
background-image: url(../img/icon-magnify.png);
background-repeat: no-repeat;
background-position: 98% center;
background-size: auto 80%;
font-size: 16px;
}
}
@media only screen and (max-width: 1300px) {
.roof form {
right: calc(2% + 42px);
}
#sub-brand, .menu-btn {
right: 2%;
}
}
@media only screen and (max-width: 1525px) {
.menu-on #sub-brand {
visibility: hidden;
}
}
@media only screen and (min-width: 1301px) {
.menu-on #sub-brand {
right: calc(9% + 270px);
}
}
@media only screen and (min-width: 1700px) {
.roof form {
right: calc(15% + 42px);
}
#sub-brand, .menu-btn {
right: 15%;
}
.menu-on #sub-brand {
right: calc(15% + 400px);
}
}
/* ------------------------------------------------------
2.1.2. Sitename
------------------------------------------------------ */
#sitename, #sitename a {
box-sizing: border-box;
color: #333;
border: 0;
padding-top: 0;
padding-bottom: 0;
}
#sitename a:hover {
color: var(--cmu-red);
}
#sitename {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
#sitename h1 {
font-size: 3em;
line-height: 1.15em;
}
@media only screen and (max-width: 767px) {
#sitename h1 {
line-height: 1.15em;
padding-bottom: .125em;
}
header:not(.float) #sitename {
padding-left: 0;
padding-right: 0;
margin: 0 2%;
}
#content, #sitename {
padding-top: 1em;
transition: none;
}
}
@media only screen and (max-width: 991px) {
#sitename h1 {
font-size: 2.5em;
}
}
/* ------------------------------------------------------
2.1.3. Secondary Nav
------------------------------------------------------ */
#other-nav {
transition: background-color .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease,margin .3s ease,min-height .3s ease,max-width .3s ease,opacity .3s ease,padding-left .3s ease,padding-right .3s ease,left .3s ease,right .3s ease,text-shadow .3s ease,width .3s ease;
}
#other-nav ul {
display: table;
width: 100%;
margin-bottom: 0;
}
#other-nav li {
display: table-cell;
border-left: 0.5px solid rgba(0,0,0,.2);
}
#other-nav li:first-child {
border-left: 0;
}
/* We only need the bottom border on non-index pages */
.not-index#other-nav li:not(.active) {
border-bottom: 0.5px solid rgba(0,0,0,.2);
}
.not-index#other-nav {
margin-bottom: 1em;
}
#other-nav li a, #other-nav li a:visited {
color: rgba(0,0,0,.65);
display: block;
font-size: 80%;
font-weight: 700;
line-height: 1.35em;
margin: .15em 0;
text-align: center;
width: 100%;
border-bottom: 0;
}
#other-nav a, #other-nav a:visited {
color: rgba(0,0,0,.65);
}
#other-nav a:hover {
color: var(--cmu-red);
}
/* ------------------------------------------------------
2.2. Header text
------------------------------------------------------ */
.menu-btn b {
display: block;
font-weight: 400;
line-height: 7px;
right: 0;
transition: none !important;
}
/* ------------------------------------------------------
3. Main
------------------------------------------------------ */
.container {
max-width: unset;
}
.core {
padding: 0 9%;
}
/* Phone Screens */
@media only screen and (max-width: 767px) {
.core {
position: relative;
}
}
/* Tablet Screens */
@media only screen and (max-width: 1300px) {
.core {
padding: 0 2%;
}
}
/* Desktop Screens */
@media only screen and (min-width: 1700px) {
.core {
padding: 0 15%;
}
}
.core > * {
margin: 0;
}
.core h1, .core h2, .core h3, .core h4, .core h5, .core h6 {
padding: 0 15px 10px;
}
.core div {
padding-bottom: 1em;
}
/* Wrapper to have background image and transparent background color */
.wrapper {
margin: 0;
margin-top: -4em;
padding: 0 !important;
background: 0 0 repeat url("../img/tartan-min.png");
border-radius: 1em;
}
.quote {
height: 100%;
width: 100%;
padding: 1em;
background: rgba(255,255,255,0.8);
border-radius: 1em;
}
#fakequote blockquote::before {
content: open-quote;
font-size: 2em;
}
#fakequote blockquote::after {
content: close-quote;
}
blockquote {
letter-spacing: 1px;
}
blockquote.align-left {
border-left: solid var(--cmu-dark-gray);
padding-left: 5px;
margin-left: 2.5px;
}
blockquote.align-right {
border-right: 2px solid var(--cmu-dark-gray);
padding-right: 5px;
margin-right: 2.5px;
}
/* General styles */
.align-left {
text-align: right;
}
.align-right {
text-align: right;
}
/* Hide link border on LEARN MORE text */
a.cta {
border: none;
}
/* Shift quote down when colliding with header text */
@media only screen and (max-width: 1150px) {
.wrapper {
margin-top: 0;
}
}
/* ------------------------------------------------------
3.1. Carousel
------------------------------------------------------ */
#image-carousel {
position : relative;
display : block;
overflow : hidden;
width : 100%;
max-width : 100vw;
height : 49.5vw;
max-height : 100%;
margin : 0 auto 2em;
}
.slider {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
align-content: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 1;
z-index: 0;
}
/* Slider images */
.slide_img_01 {
background : url('../img/shopping-min.jpg') no-repeat center;
background-size: cover;
left: 0;
}
.slide_img_02 {
background : url('../img/greece-min.jpg') no-repeat center;
background-size : cover;
left: 100%;
}
.slide_img_03 {
background : url('../img/book-min.jpg') no-repeat center;
background-size : cover;
left: 200%;
}
.slide_img_04 {
background : url('../img/closed-min.jpg') no-repeat center;
background-size : cover;
left: 300%;
}
.slide_img_05 {
background : url('../img/photos-min.jpg') no-repeat center;
background-size : cover;
left: 400%;
}
/* Next and Prev arrow */
.control {
position: absolute;
top: 50%;
margin-top: -24px;
z-index: 55;
background: rgba(255,255,255,.75);
}
.control:hover {
background: white;
}
.control label {
display: none;
cursor: pointer;
opacity: 0.9;
width : 48px;
height : 48px;
text-indent: -9999px;
}
.control svg {
position: absolute;
left: 0;
top: 15%;
width: 100%;
height: 70%;
fill: #858585;
}
.control svg:hover {
transition : all .5s ease;
fill : #000;
opacity: 1.0;
}
.next {
transform: rotate(180deg);
transform-origin: center;
right: 0;
}
/* Slider Pagger */
.slider-pagination {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
padding: 10px;
margin: auto 0;
text-align: center;
background: rgba(255,255,255,.75);
z-index: 70;
}
.slider-pagination label {
width: 12.5px;
height: 12.5px;
border-radius: 50%;
display: inline-block;
background: rgba(0,0,0,0.2);
margin: 0 2px;
cursor: pointer;
}
/* Slider Pagger arrow event */
.slide-radio1:checked ~ .next .num2, .slide-radio2:checked ~ .next .num3, .slide-radio3:checked ~ .next .num4, .slide-radio4:checked ~ .next .num5, .slide-radio5:checked ~ .next .num1,
.slide-radio5:checked ~ .previous .num4, .slide-radio4:checked ~ .previous .num3, .slide-radio3:checked ~ .previous .num2, .slide-radio2:checked ~ .previous .num1, .slide-radio1:checked ~ .previous .num5 {
display: block;
}
/* Slider Pagger event */
.slide-radio1:checked ~ .slider-pagination .page1, .slide-radio2:checked ~ .slider-pagination .page2, .slide-radio3:checked ~ .slider-pagination .page3, .slide-radio4:checked ~ .slider-pagination .page4, .slide-radio5:checked ~ .slider-pagination .page5 {
background: #333;
}
/* Slide effect */
.slide-radio1:checked ~ .slider { transform: translateX(0%); }
.slide-radio2:checked ~ .slider { transform: translateX(-100%); }
.slide-radio3:checked ~ .slider { transform: translateX(-200%); }
.slide-radio4:checked ~ .slider { transform: translateX(-300%); }
.slide-radio5:checked ~ .slider { transform: translateX(-400%); }
/* Slider Mobile ====================================================================================== */
@media only screen and (max-width: 767px) {
#image-carousel {
position : relative;
width : 100%;
height : 400px;
}
.slider > div { padding: 0 2% }
.control {
position: absolute;
top: 60%;
margin-top: -24px;
z-index: 55;
}
.slider-pagination {
padding: 5px;
}
.control label {
width : 32px;
height : 32px;
}
}
/* ------------------------------------------------------
3.2 Text Blurb
------------------------------------------------------ */
.box {
background-color: rgba(255,255,255,.9);
bottom: 3.5em;
color: #666;
padding: .65em 1em;
position: absolute;
border-bottom-color: transparent;
width: calc(41% - 2em);
z-index: 10;
}
.box:hover * {
border: none;
color: red;
}
.box h1 {
line-height: 1.25em;
margin: 0;
padding: 0;
border-bottom-color: transparent;
}
.box p {
padding: .65em 0 0;
color: var(--cmu-dark-gray);
}
.box p:hover {
color: red;
}
.cta::after {
content: " \25BA";
display: inline;
position: relative;
font-size: 75%;
top: -1px;
margin-left: .15em;
}
.small {
width: calc(33.333% - 2em);
}
.small {
font-size: 90%;
letter-spacing: .025em;
line-height: 1em;
}
.left {
left: 9%;
}
.right {
right: 9%;
}
@media only screen and (min-width: 1700px) {
.box {
width: calc(35% - 2em);
}
.small {
width: calc(27.222% - 2em);
}
.left {
left: 15%;
}
.right {
right: 15%;
}
}
/* ------------------------------------------------------
3.3. Breadcrumbs
------------------------------------------------------ */
nav[aria-label = "breadcrumb"] {
margin-top: -4em;
}
ol.breadcrumb{
background: none !important;
}
.breadcrumb-item, .breadcrumb-item:first-child {
padding: 8px 8px 8px 0;
}
@media only screen and (max-width: 767px) {
nav[aria-label = "breadcrumb"] {
margin-top: -2em;
}
.breadcrumb-item, .breadcrumb-item:first-child {
padding-right: 4px;
}
}
/* ------------------------------------------------------
3.4. Images
------------------------------------------------------ */
#work-img {
background: 0 0 no-repeat url("../img/work-min.jpg");
background-size: cover;
width: 100%;
height: 20vw;
margin-bottom: 15px;
margin-left: 15px;
margin-right: -15px;
border-radius: 5px;
}
#work-img + div {
padding-left: 30px;
}
@media only screen and (max-width: 767px) {
#work-img {
height: 50vw;
margin-right: 0;
}
#work-img + div {
padding-left: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
#work-img {
height: 30vw;
}
}
/* ------------------------------------------------------
4. Footer
------------------------------------------------------ */
.foot {
padding: 0 9%;
font-size: 90%;
letter-spacing: .05em;
}
/* Phone Screens */
@media only screen and (max-width: 767px) {
.foot {
position: relative;
}
}
/* Tablet Screens */
@media only screen and (max-width: 1300px) {
.foot {
padding: 0 2%;
}
}
/* Desktop Screens */
@media only screen and (min-width: 1700px) {
.foot {
padding: 0 15%;
}
}
/* Footer with site links */
#sub-footer {
background-color: var(--cmu-gray);
padding-top: 2em;
padding-bottom: 2em;
}
#sub-footer ul {
margin: 0;
}
#final-footer {
background-color: #333;
color: var(--cmu-gray);
padding-top: 2em;
padding-bottom: 2em;
}
footer #address > p {
color: rgba(255,255,255,0.5);
margin: 0;
}
#address > p:last-child {
margin-bottom: 1em;
}
#legal > p:first-child > a {
color: #fff;
border: none;
}
#legal > p:last-child {
color: rgba(255,255,255,0.5);
}
/* Socials */
/* All socials use the same spritesheet. Select a different image by translating the background image on the x axis */
#my-socials {
margin: 0;
padding: 0;
}
#my-socials li {
display: inline;
}
#my-socials li:first-child {
padding-top: 7.2px;
}
#my-socials a {
display: inline-block;
height: 30px;
width: 30px;
margin: 0 6px 6px 0;
padding-bottom: 0 !important;
text-indent: -9999px;
}
#facebook {
background: 0 0 no-repeat url(../img/sprites-social.png);
background-size: auto 100%;
border-bottom: 0 none !important;
}
#twitter {
background: -32px 0 no-repeat url(../img/sprites-social.png);
background-size: auto 100%;
border-bottom: 0 none !important;
}
#youtube {
background: -130px 0 no-repeat url(../img/sprites-social.png);
background-size: auto 100%;
border-bottom: 0 none !important;
}
#rss {
background: -194px 0 no-repeat url(../img/sprites-social.png);
background-size: auto 100%;
border-bottom: 0 none !important;
}
#instagram {
background: -258px 0 no-repeat url(../img/sprites-social.png);
background-size: auto 100%;
border-bottom: 0 none !important;
}
/* ------------------------------------------------------
5. Sidenav
------------------------------------------------------ */
#non-sidenav {
display: inline-block;
width: 100%;
z-index: 100;
}
#sidenav {
width: 300px;
height: 100%;
background: #333;
z-index: 102;
}
nav#sidenav {
position: fixed;
top: 0;
z-index: 100;
right: -500px;
width: 300px;
height: 100%;
background-color: #333 !important;
overflow: hidden;
box-sizing: border-box;
opacity: 0;
transition: right .2s ease;
}
.menu-on#sidenav {
display: block;
position: fixed;
border-left: 1px solid rgba(0,0,0,.35);
right: 0;
opacity: 1;
}
/* Handle resizing on default to -300px less */
.menu-on#non-sidenav {
width: calc(100% - 300px);
}
.menu-btn#close-nav {
right: 5px;
}
#sidenav h1 {
padding-left: 1em;
font-size: 1.5em;
}
#sidenav h1 a {
color: rgba(255,255,255,.85);
}
/* Handle side nav on small screens to cover, not resize*/
@media only screen and (max-width: 676px) {
nav#sidenav {
right: -85%;
width: 85%;
}
}
@media only screen and (min-width: 676px) and (max-width: 991px) {
.menu-on#non-sidenav {
width: 100vw;
position: fixed;
}
nav#sidenav {
right: -50%;
width: 50%;
}
}
@media only screen and (min-width: 992px) {
#sidenav h1 {
padding-top: 2em;
}
}
/* Handle resizing on large screens to -450px less */
@media only screen and (min-width: 1700px) {
.menu-on#non-sidenav {
width: calc(100% - 450px) !important;
z-index: 102;
}
#sidenav {
width: 450px !important;
}
}
/* ------------------------------------------------------
5.1. Links
------------------------------------------------------ */
.menu-list a, .menu-list a:visited {
color: rgba(255,255,255,.85);
}
.menu-list li {
padding-top: 0.25em;
}
.menu-list li:not(.secondary) {
border-bottom: 0.5px solid rgba(255,255,255,.15);
}
.menu-list li:not(.secondary):first-child {
border-top: 0.5px solid rgba(255,255,255,.15);
}
.menu-list li.secondary a {
font-weight: 300;
}
.menu-list > ul > li:not(.secondary) > a {
letter-spacing: .05em;
}
.menu-list ul ul li {
text-indent: 2em;
}
ul.sub-menu {
border-bottom: 0.5px solid rgba(255,255,255,.15)
}
li[aria-expanded="true"] {
border: 0 none white !important;
}
.menu-list a {
padding: .25em 2em;
line-height: 1.5em;
padding-right: 70px;
font-weight: 700;
}
#sidenav li:hover {
background-color: rgba(255,255,255,.25);
transition: background-color .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease,margin .3s ease,min-height .3s ease,max-width .3s ease,opacity .3s ease,padding-left .3s ease,padding-right .3s ease,left .3s ease,right .3s ease,text-shadow .3s ease,width .3s ease;
}
#sidenav h1 a:hover {
color: #fff !important;
text-shadow: 0 0 5px rgba(0,0,0,.5);
}
@media only screen and (min-width: 992px) {
#sidenav h1 {
padding-top: 2em;
}
.menu-list a {
padding-right: 30px;
}
}
@media only screen and (min-width: 1700px) {
.menu-list a {
padding-right: 70px;
}
}
/* ------------------------------------------------------
5.2. Search
------------------------------------------------------ */
#sidenav form {
padding-top: 1em;
padding-left: 1.5em;
padding-bottom: 0.5em;
display: flex;
flex-flow: nowrap row;
align-items: stretch;
align-content: stretch;
justify-content: flex-start;
line-height: 2em;
width: 100%;
}
#sidenav input:not([type="radio"]), select, textarea {
border-radius: 0;
}
#sidenav input[placeholder="Search"] {
background-color: rgba(255,255,255,.2);
border: 0 none;
color: #fff;
height: 100%;
margin: 0;
padding: 0 30px 0 8px;
width: calc(100% - 38px);
}
#sidenav label.searchSite {
display: none;
position: absolute;
letter-spacing: .025em;
left: -105%;
text-align: right;
top: 30%;
}
#sidenav .search button {
height: 100%;
margin: 0;
}
#sidenav li.active {
background-color: rgba(255,255,255,0.25);
}
#sidenav .search label.searchSite span {
font-size: 90%;
margin: 1px 0 0 .5em;
float: right;
}
/* Hide checkbox until searchbox is clicked within */
#sidenav .search label.searchSite, #sidenav .search label:not(.searchSite) span {
display: none;
}
#sidenav input[type="checkbox"] {
margin: 0;
vertical-align: baseline;
}
#nav-submit {
display: block;
position: relative;
right: 2.35em;
background: url(../img/icon-magnify.png) scroll no-repeat 50% 50%;
background-color: rgba(255,255,255,.2);
background-size: auto;
background-size: 50%;
text-indent: -9999px;
border: 0 none;
height: 2em !important;
}
| 0.428951 | 0.098209 |
.background029b7d{background-color:#029b7d !important;}
.background017d63{background:#017d63;}
.color029b7d{color:#029b7d !important;}
.bordercolor029b7d{border-color:transparent transparent transparent #029b7d;}
.bdcolor029b7d{border-color:#029b7d;}
.recolor-btntop{background:#e0e0e0 !important;}
.recolor-btntop:hover{background:#029b7d !important;}
.recolor-btntop.recolor-btntop-blue:hover{background:#2d82c4 !important;}
.restyle-tit-search{font-weight:400;}
.icon-cong{background-position:-192px -3px;}
.main15{padding:15px 0 5px 0;}
.content-danhmuc img{max-width:100%;}
.row10{margin-left:-10px;margin-right:-10px;}
.plr10{padding-left:10px;padding-right:10px;}
.mb20{margin-bottom:20px;}
.contentdm-left{width:69.811320754%;float:left;}
.contentdm-right{width:30.188679246%;float:right;padding-left:20px;}
.title-goctuyendung,.item-boxgtd .title-goctuyendung{font-size:20px;color:#029c7d;position:relative;font-weight:700;height:30px;line-height:30px;padding-left:15px;margin-bottom:20px;}
.title-goctuyendung::before,.item-boxgtd .title-goctuyendung::before{content:"";width:5px;height:30px;background:#ff0000;position:absolute;left:0;}
.tindm-left{float:left;width:67.567567567%;}
.tindm-left .title-dm,.tindm-right .title-dm{font-size:28px;font-weight:700;line-height:33px;color:#000;margin-top:15px;text-decoration:none;display:inline-block;}
.tindm-left .text-mota{margin-top:10px;margin-bottom:13px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;}
.tindm-left .icon-comment{font-size:24px;color:#ea1b21;}
.tindm-right{float:right;width:32.432432433%;padding-left:20px;}
.tindm-right .title-dm{line-height:22px;font-size:16px;margin-top:5px;}
.tindm-right .item-tindm{margin-bottom:20px;}
.tindm-left .tindm-khac{color:#029c7d;font-weight:700;text-decoration:none;}
.tindm-khac .icon-arrow-right-dm{font-size:16px;font-weight:700;}
.content-danhmuc .inline{border-top:2px solid #e7e7e7;margin-top:25px;margin-bottom:30px;}
.item-gtd{position:relative;padding-left:300px;height:160px;}
.item-gtd img{position:absolute;left:0;top:0;}
.overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,0.5);width:270px;height:160px;}
.icon-play{position:absolute;top:50%;left:110px;transform:translateY(-50%);width:50px;height:50px;background:#3370a4;border-radius:50%;text-align:center;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;}
.iconplay{background-position:-48px 0;margin-left:15px;}
.mota-gtd .title-item-gtd{color:#029b7d;font-weight:700;text-transform:uppercase;text-decoration:none;display:block;}
.mota-gtd .tinmoi{background:#ff0000;color:#ffffff;padding:2px 5px;border-radius:3px;font-size:12px;font-weight:700;margin-right:5px;font-family:'Arimo', sans-serif;top:-3px;position:relative;}
.mota-gtd .title-dm{font-size:20px;color:#000;text-decoration:none;font-weight:700;display:inline-block;line-height:22px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;}
.mota-gtd .text-mota{margin-top:8px;margin-bottom:8px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;}
.mota-gtd .display-comment{color:#ea1b21;}
.mota-gtd .display-comment .icon-comment{font-size:16px;margin-right:5px;}
.list-contnet-gtd .inline,.content-boxtintuc .inline{border-top:1px solid #e7e7e7;}
.mota-gtd .title-gtv{color:#2d82c4;}
.item-gtd-big{padding-left:530px;height:300px;}
.item-gtd-big .title-dm{font-size:26px;margin-top:6px;line-height:30px;display:inline-block;-webkit-line-clamp:10;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;}
.btn-hienthithem,.btn-hienthithem:hover,.btn-hienthithem:focus{display:block;font-size:16px;font-weight:700;text-align:center;background:#2d82c4;color:#ffffff;border-radius:3px;padding:14px;font-family:'Arimo', sans-serif;text-decoration:none;}
.btn-hienthithem .icon-dotmore{font-size:18px;margin-left:2px;position:relative;top:3px;}
.item-boxgtd .title-goctuyendung{font-size:18px;margin-bottom:15px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;}
.item-boxgtd .title-goctuyendung::after{margin-left:5px;content:'';-webkit-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid #d7d7d7;}
.content-boxtintuc{margin-top:100px;}
.info-itemgtd{position:relative;padding-left:100px;height:80px;}
.info-itemgtd img{position:absolute;top:0;left:0;}
.info-itemgtd .title-dm,.info-itemgtd .title-dm:hover,.info-itemgtd .title-dm:focus{color:#333;text-decoration:none;font-weight:700;line-height:17px;display:inline-block;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;}
.mota-right .time-gtd{color:#999999;margin-top:10px;}
.mota-right .time-gtd span{color:#029c7d;margin-left:15px;}
.mota-right .time-gtd span .icon-comment{top:2px;position:relative;}
.item-boxgtd .btn-xemtatca,.item-boxgtd .btn-xemtatca:hover,.item-boxgtd .btn-xemtatca:focus{color:#029c7d;font-weight:700;margin-top:-5px;display:inline-block;text-decoration:none;}
.btn-xemtatca .icon-right{font-size:24px;position:relative;top:4px;left:5px;}
.content-boxtintuc .inlie-style2{margin-top:45px;}
.slider-news_style2 .slick-prev, .slider-news_style2 .slick-next{border:3px solid #029b7d;}
.slider-news_style2 .slick-next:before, .slider-news_style2 .slick-prev:before{color:#029b7d;}
.slider-news_style2 .slick-prev:hover, .slider-news_style2 .slick-prev:focus,
.slider-news_style2 .slick-next:hover, .slider-news_style2 .slick-next:focus{border:3px solid #029b7d;}
.slider-news_style2 .slick-prev:hover::before, .slider-news_style2 .slick-prev:focus::before,
.slider-news_style2 .slick-next:hover::before, .slider-news_style2 .slick-next:focus::before{color:#029b7d;}
.slider-news_style2 .slick-arrow.slick-disabled{border-color:#e1e1e1;}
.slider-news_style2 .slick-arrow.slick-disabled::before{opacity:1;color:#e1e1e1;}
.slider-small-style2 .img-small.slick-current::before{border:5px solid #029b7d;}
.btn.btn-see-all.color029b7d:hover, .btn.btn-see-all.color029b7d:focus{background-color:#029b7d;color:#ffffff !important;border-color:#029b7d;}
.title-dm:hover .tinmoi,.title-dm:focus .tinmoi{background:#df0e16;}
|
public/css/xila_style.css
|
.background029b7d{background-color:#029b7d !important;}
.background017d63{background:#017d63;}
.color029b7d{color:#029b7d !important;}
.bordercolor029b7d{border-color:transparent transparent transparent #029b7d;}
.bdcolor029b7d{border-color:#029b7d;}
.recolor-btntop{background:#e0e0e0 !important;}
.recolor-btntop:hover{background:#029b7d !important;}
.recolor-btntop.recolor-btntop-blue:hover{background:#2d82c4 !important;}
.restyle-tit-search{font-weight:400;}
.icon-cong{background-position:-192px -3px;}
.main15{padding:15px 0 5px 0;}
.content-danhmuc img{max-width:100%;}
.row10{margin-left:-10px;margin-right:-10px;}
.plr10{padding-left:10px;padding-right:10px;}
.mb20{margin-bottom:20px;}
.contentdm-left{width:69.811320754%;float:left;}
.contentdm-right{width:30.188679246%;float:right;padding-left:20px;}
.title-goctuyendung,.item-boxgtd .title-goctuyendung{font-size:20px;color:#029c7d;position:relative;font-weight:700;height:30px;line-height:30px;padding-left:15px;margin-bottom:20px;}
.title-goctuyendung::before,.item-boxgtd .title-goctuyendung::before{content:"";width:5px;height:30px;background:#ff0000;position:absolute;left:0;}
.tindm-left{float:left;width:67.567567567%;}
.tindm-left .title-dm,.tindm-right .title-dm{font-size:28px;font-weight:700;line-height:33px;color:#000;margin-top:15px;text-decoration:none;display:inline-block;}
.tindm-left .text-mota{margin-top:10px;margin-bottom:13px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;}
.tindm-left .icon-comment{font-size:24px;color:#ea1b21;}
.tindm-right{float:right;width:32.432432433%;padding-left:20px;}
.tindm-right .title-dm{line-height:22px;font-size:16px;margin-top:5px;}
.tindm-right .item-tindm{margin-bottom:20px;}
.tindm-left .tindm-khac{color:#029c7d;font-weight:700;text-decoration:none;}
.tindm-khac .icon-arrow-right-dm{font-size:16px;font-weight:700;}
.content-danhmuc .inline{border-top:2px solid #e7e7e7;margin-top:25px;margin-bottom:30px;}
.item-gtd{position:relative;padding-left:300px;height:160px;}
.item-gtd img{position:absolute;left:0;top:0;}
.overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,0.5);width:270px;height:160px;}
.icon-play{position:absolute;top:50%;left:110px;transform:translateY(-50%);width:50px;height:50px;background:#3370a4;border-radius:50%;text-align:center;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;}
.iconplay{background-position:-48px 0;margin-left:15px;}
.mota-gtd .title-item-gtd{color:#029b7d;font-weight:700;text-transform:uppercase;text-decoration:none;display:block;}
.mota-gtd .tinmoi{background:#ff0000;color:#ffffff;padding:2px 5px;border-radius:3px;font-size:12px;font-weight:700;margin-right:5px;font-family:'Arimo', sans-serif;top:-3px;position:relative;}
.mota-gtd .title-dm{font-size:20px;color:#000;text-decoration:none;font-weight:700;display:inline-block;line-height:22px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;}
.mota-gtd .text-mota{margin-top:8px;margin-bottom:8px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;}
.mota-gtd .display-comment{color:#ea1b21;}
.mota-gtd .display-comment .icon-comment{font-size:16px;margin-right:5px;}
.list-contnet-gtd .inline,.content-boxtintuc .inline{border-top:1px solid #e7e7e7;}
.mota-gtd .title-gtv{color:#2d82c4;}
.item-gtd-big{padding-left:530px;height:300px;}
.item-gtd-big .title-dm{font-size:26px;margin-top:6px;line-height:30px;display:inline-block;-webkit-line-clamp:10;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;}
.btn-hienthithem,.btn-hienthithem:hover,.btn-hienthithem:focus{display:block;font-size:16px;font-weight:700;text-align:center;background:#2d82c4;color:#ffffff;border-radius:3px;padding:14px;font-family:'Arimo', sans-serif;text-decoration:none;}
.btn-hienthithem .icon-dotmore{font-size:18px;margin-left:2px;position:relative;top:3px;}
.item-boxgtd .title-goctuyendung{font-size:18px;margin-bottom:15px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;}
.item-boxgtd .title-goctuyendung::after{margin-left:5px;content:'';-webkit-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid #d7d7d7;}
.content-boxtintuc{margin-top:100px;}
.info-itemgtd{position:relative;padding-left:100px;height:80px;}
.info-itemgtd img{position:absolute;top:0;left:0;}
.info-itemgtd .title-dm,.info-itemgtd .title-dm:hover,.info-itemgtd .title-dm:focus{color:#333;text-decoration:none;font-weight:700;line-height:17px;display:inline-block;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;}
.mota-right .time-gtd{color:#999999;margin-top:10px;}
.mota-right .time-gtd span{color:#029c7d;margin-left:15px;}
.mota-right .time-gtd span .icon-comment{top:2px;position:relative;}
.item-boxgtd .btn-xemtatca,.item-boxgtd .btn-xemtatca:hover,.item-boxgtd .btn-xemtatca:focus{color:#029c7d;font-weight:700;margin-top:-5px;display:inline-block;text-decoration:none;}
.btn-xemtatca .icon-right{font-size:24px;position:relative;top:4px;left:5px;}
.content-boxtintuc .inlie-style2{margin-top:45px;}
.slider-news_style2 .slick-prev, .slider-news_style2 .slick-next{border:3px solid #029b7d;}
.slider-news_style2 .slick-next:before, .slider-news_style2 .slick-prev:before{color:#029b7d;}
.slider-news_style2 .slick-prev:hover, .slider-news_style2 .slick-prev:focus,
.slider-news_style2 .slick-next:hover, .slider-news_style2 .slick-next:focus{border:3px solid #029b7d;}
.slider-news_style2 .slick-prev:hover::before, .slider-news_style2 .slick-prev:focus::before,
.slider-news_style2 .slick-next:hover::before, .slider-news_style2 .slick-next:focus::before{color:#029b7d;}
.slider-news_style2 .slick-arrow.slick-disabled{border-color:#e1e1e1;}
.slider-news_style2 .slick-arrow.slick-disabled::before{opacity:1;color:#e1e1e1;}
.slider-small-style2 .img-small.slick-current::before{border:5px solid #029b7d;}
.btn.btn-see-all.color029b7d:hover, .btn.btn-see-all.color029b7d:focus{background-color:#029b7d;color:#ffffff !important;border-color:#029b7d;}
.title-dm:hover .tinmoi,.title-dm:focus .tinmoi{background:#df0e16;}
| 0.169063 | 0.129513 |
@charset "utf-8";
/**
项目名称:东莞市名振橡塑制品有限公司
项目网址:mingzhen2006.com
项目策划人:管振佐
项目实施人:管振佐
联系电话:15919875536
邮箱:<EMAIL>
技术支持:www.guanzhenzuo.com
模板购买:www.muban.biz
**/
*{margin: 0;padding: 0;}
/*公共样式*/
html,body{font-size: 16px;margin: 0 auto;}
a{text-decoration: none;}
li{list-style: none;}
.fr{float: right;}
.fl{float: left;}
a:hover{font-weight: bold;}
.cl{clear: both;height: 1px;}
/*公共样式*/
/*页头样式*/
header{ /*position: absolute;*/}
.header-top{position: relative;/*background-color: #7b797a;*/margin: 0 auto;}
.header-top-text{position: relative;width: 1200px;margin: 0 auto ;text-align: left;height: 36px;line-height: 36px;font-size: 18px;}
.header-content{position: relative;clear: both;width: 1200px;margin: 35px auto 15px;}
#header-content-logo{float: left;}
#header-content-logo-text{position: relative;margin-left: 20px;padding-top: 10px;float: left;}
#header-content-logo-text p,#header-content-logo-tel p{font-size: 24px;font-weight: bold;}
#header-content-logo-text p>span{font-weight: lighter;font-size: 16px;}
#header-content-logo-des p{font-size:24px;margin-bottom: 20px;}
#header-content-logo-des{position: relative;float: left;margin-left: 40px;padding-top: 5px;}
#header-content-logo-des p>span:first-child{color: red;}
#header-content-logo-tel{position: relative;float:right;margin-right: 30px;}
#header-content-logo-tel p>span{color: yellow;background-color: red;text-shadow: 1px 1.5px 1px #000000;}
/*页头样式*/
/*导航样式*/
nav{background-color: #097ad8;position: relative;}
nav ul{width: 1200px;height: 36px;line-height: 36px;margin: 0 auto;}
nav ul li{display: inline-block;margin-left: 10px;}
nav ul li:first-child{margin-left: 0px;}
nav ul li a{color: #fff;}
nav ul li a:hover{display: block;background-color: yellow;color: black;font-size: 18px;}
/*导航样式*/
/*banner*/
.banner{position: relative;background-color: #7b797a;margin: 0 auto;}
.banner ul{width: 1200px;height: 450px;margin: 0 auto;}
/*banner*/
/*搜索*/
.inder-search{position: relative;background-color: #097ad8;margin: 0 auto;}
.index-search-text{width: 1200px;margin: 0 auto;}
/*搜索*/
/*首页产品展示*/
.index-product{position: relative;width: 1200px;margin: 0 auto;}
.index-product-category{width: 200px;float: left;}
.index-product-category h3{width: 200px;height: 48px;line-height: 48px;background-color: #097ad8;text-align: center;font-size: 22px;font-weight: bold;color: white;}
.index-product-category ul {margin-top: 5px;}
.index-product-category ul h4{width: 200px;height: 36px;line-height: 36px;text-align: center;background-color: #097ad8;margin-bottom: 3px;}
.index-product-category a{display: block;}
.index-product-category a:hover{color: red}
.index-product-category ul li{margin-bottom: 3px;background-color: green;/*padding-left: 20px;*/height: 28px;line-height: 28px;text-align: center;}
/*.index-product-category ul li a:before{content: "3";}
.index-product-category ul li{}*/
.index-product-category ul li:hover{background-color: yellow;color: red;}
.index-product-content{position: relative;margin-left: 220px;width: 980px; /*background-color: green;*/}
.index-product-content h3{width: 970px;height: 48px;line-height: 48px;background-color: #097ad6;padding-left: 10px;margin-bottom: 3px;}
.index-product-content h3>span{float: right;margin-right: 10px;font-size: 14px;color: white;}
.index-product-content a{width: 200px;margin-top: 3px;}
.index-product-content dl{margin-left: 10px;float: left;margin-bottom: 3px;width: 200px;}
.index-product-content dl dd{text-align: center;width: 200px;height: 20px;overflow: hidden;}
/*首页产品展示*/
/*合作伙伴*/
.index-cooperative-partner{position: relative;}
.index-cooperative-partner h2{height: 48px;line-height: 48px;background-color: #0c70c8;color: white;text-align: center;font-size: 42px;text-shadow: 2px 3px 4px #000;}
.index-cooperative-partner-content{width: 1200px;margin: 10px auto 10px;}
.index-cooperative-partner-content ul li{float: left;margin-left: 10px}
.index-cooperative-partner-content ul li:first-child{margin-left: 0}
/*合作伙伴*/
/*首页优势*/
.index-advantage{position: relative;}
.index-advantage hr:first-child{text-align: center;width: 50%;margin: 0 auto;height:2px;border-width:0;background-color:gray;}
.index-advantage hr:last-child{width: 55%;margin: 0 auto;}
.index-advantage h2{text-align: center;color: #0c70c8;font-size: 32px;text-shadow: 2px 2px 4px #000;}
.index-advantage h3{text-align: center;color: black;font-size: 36px;text-shadow: 2px 2px 5px #000;}
.index-advantage h3>span{color: #0c70c8;}
.index-advantage h6{text-align: center;color: #0c70c8;text-shadow: 2px 2px 6px #000;}
.index-advantage-content{width: 1200px;margin: 0 auto;}
.index-advantage-content h4{text-align: left;color: #0c70c8;height: 40px;padding-left: 5px;text-shadow: 1px 1px 1px #000;}
/*.index-advantage-content h4>span{
width: 40px;height: 40px;
background-color: #0c70c8;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
color: white;
}*/
/*首页优势*/
/*首页品质管控流程*/
.index-quality-process{position: relative;margin: 0 auto;}
.index-quality-process h2{background-color: #0c70c8;text-align: center;margin: 0 auto 5px;height: 52px;line-height: 52px;color: white;font-size: 40px;text-shadow: 5px 3px 5px #000;}
.index-quality-process-content{width: 1200px;margin: 0 auto;}
.index-quality-process-content dl{margin: 10px auto 10px 10px;float: left;width: 100px;height: 100px;border: 2px solid #7b797a;}
.index-quality-process-content dl dt{width: 40px;height: 40px;background-color: #097ad8;margin: 15px auto;text-align: center;vertical-align: center;color: white;font-size: 33px;padding-left: 2px;}
.index-quality-process-content dl dd{text-align: center;margin-top: 5px;}
.index-quality-process-content dl:last-child{margin: 10px auto 10px 10px;float: left;width: 120px;height: 100px;border: 2px solid #7b797a;}
/*首页品质管控流程*/
/*首页客户见证*/
.index-testimonials{position: relative;margin: 0 auto;}
.index-testimonials h2{height: 48px;line-height: 48px;background-color: #0c70c8;color: white;text-align: center;font-size: 42px;text-shadow: 2px 3px 4px #000;}
.index-testimonials-content{width: 1200px;margin: 0 auto 20px;position: relative;}
.index-testimonials-content dl{float: left;margin-top: 10px;margin-left: 5px;width: 580px;height: 200px;word-wrap: break-word;overflow: hidden;}
.index-testimonials-content dl dt{float: left;width: 180px;height: 200px;}
.index-testimonials-content dl dd{float: left;width:380px;}
.index-testimonials-content dl dd h5 {margin-left: 15px;font-size: 18px;word-wrap: break-word;overflow: hidden;}
.index-testimonials-content dl dd p{margin-left: 15px;padding-top: 10px;word-wrap: break-word;overflow: hidden;}
/*首页客户见证*/
/*首页立即咨询*/
.index-consult-banner{position: relative;width: 1200px;height:120px;margin: 10px auto 10px;background: linear-gradient(to top right, #0c70c8 0%,#00bfff 10%,#097ad8 20%,#4169e1 50%,#00bfff 85%, #097ad6 100%);}
.index-consult-banner p:first-child a{position: relative;float: left;margin-top:40px;margin-left: 140px;height: 40px;line-height:40px;text-align: center;font-weight: bold;font-size: 36px;color: yellow;text-shadow: 5px 6px 10px #000000;}
.index-consult-banner ul{float: left;margin-left: 40px;color: white;text-shadow: 3px 1px 10px #000000;margin-top: 30px;font-weight: bolder;font-size: 24px;}
.index-consult-banner ul li:first-child{text-decoration-line: underline;}
.index-consult-banner p:last-child{position: relative;background-color: #ffff00;margin-left: 60px;margin-right:20px;padding-left: 5px;padding-right: 5px;color: red;font-weight: bolder;float: left;margin-top: 50px;text-shadow: 1px 1px 5px #000000;}
.index-consult-banner p:last-child>span{font-size: 22px;font-weight: bold;}
/*首页立即咨询*/
/*首页关于名振橡塑*/
.index-about{position: relative;margin: 5px auto 10px;width: 1200px;padding: 5px auto 10px;}
#index-about-img{position: relative;margin-left: 20px;float: left;}
#index-about-content{position: relative;margin-left: 30px;float: left;width: 800px; }
#index-about-content h2{text-shadow: 1px 1px 1px #fff;}
#index-about-content p{padding-top: 10px;white-space:norma;word-wrap: break-word;}
/*首页关于名振橡塑*/
/*首页新闻展示*/
.index-news{position: relative;margin: 10px auto 5px;width: 1200px;height: 200px;}
#index-new-company,#index-new-technology,#index-news-faq{position: relative;margin-left: 10px;width: 380px;float: left;word-wrap: break-word;}
#index-new-company h4,#index-new-technology h4,#index-news-faq h4{font-size: 20px;width: 200px;height: 30px;line-height: 30px;padding-left: 10px;background-color: #0c70c8;margin-bottom: 5px;text-decoration-line: underline;}
#index-new-company dl dt,#index-new-technology dl dt,#index-news-faq dl dt{float: left;width: 120px;height: 100px;}
#index-new-company dl dd,#index-new-technology dl dd,#index-news-faq dl dd{margin-left: 15px;overflow:hidden;}
#index-new-company dd h6,#index-new-technology dd h6,#index-news-faq dd h6{margin-left: 10px;overflow:hidden;}
#index-new-company dd p,#index-new-technology dd p,#index-news-faq dd p{margin-left: 10px;overflow:hidden;}
#index-new-company ul,#index-new-technology ul,#index-news-faq ul{clear: both;margin-top: 5px;}
#index-new-company ul li>span,#index-new-technology ul li>span,#index-news-faq ul li>span{margin-left: 15px;}
#index-new-company ul li a,#index-new-technology ul li a,#index-news-faq ul li a{color: black;overflow:hidden;}
/*首页新闻展示*/
/*友情链接*/
.index-link{width: 1200px;margin: 10px auto 3px;}
.index-link h5{font-size: 22px;font-weight: bold;background-color: #0c70c8;color: white;text-align: center;width: 120px;height: 30px;/*border-radius: 25%;
-moz-border-radius: 25%;
-webkit-border-radius: 25%;*/}
.index-link ul li{margin-left: 5px;float: left;display: inline-block;margin-bottom: 10px;margin-top: 5px;}
.index-link ul li:first-child{margin-left: 0;}
.index-link a{color: black;}
/*友情链接*/
/*页脚*/
footer{clear: both;position: relative;background-color: #097ad8;margin: 10px auto;}
.footer-nav ul{width: 1200px;background-color: #097ad8;margin: 0 auto;}
.footer-nav ul li{display: inline-block;height: 26px;line-height: 26px;}
.footer-nav ul li a{display: block;color: white;height: 26px;line-height: 26px;}
.footer-content{ /*width: 1200px;*/position: relative;margin: 5px auto;background-color: #097ad8;}
.footer-content-content{width: 1200px;height: 200px;margin: 10px auto;background-color: #097ad8;}
.footer-content-logo{position: relative;width: 200px;height: 200px;float: left;}
.footer-content-logo img{float: left;}
.footer-content-text{position: relative;margin-left: 210px;height: 200px;width: 500px;}
.footer-content-text ol li{margin-top: 5px;}
.footer-content-text p{padding-left: 10px;}
.footer-content-erweima{position: relative;margin-left:800px;margin-top:-200px;width: 800px;height: 200px;float: left}
.footer-content-erweima dl{float: left;margin-left: 10px;}
.footer-content-erweima dl:first-child{margin-left: 0;}
footer p:last-child{width: 1200px;margin: 0 auto 1px;}
/*页脚*/
/*内页公共样式*/
.info-banner,.info-category{position: relative;width: 1200px;margin: 2px auto 5px;}
.info-category li{float: left;margin-left: 10px;margin-top: 10px;width: 180px;height: 30px;line-height: 30px;text-shadow: 1px 1px 1px #000;font-weight: bolder;background-color: #0c70c8;text-align: center;}
.info-category a{color: white;}
.info-category a:hover{color: black;font-size: 20px;}
.info-content{position: relative;width: 1200px;margin: 3px auto 5px;}
#info-content-position{position: relative;width: 1200px;padding-left: 10px;margin-top: 5px;margin-bottom: 5px;}
.info-content-content{position: relative;width: 1200px;margin-top: 3px;margin-bottom: 5px;}
.info-title,#info-info{text-align: center;margin-top: 5px;margin-bottom: 5px;}
.info-info-content{margin-top: 20px;margin-bottom: 20px;}
#info-info-previous{float: left;margin-left: 20px;}
#info-info-next{float: right;margin-right: 20px;}
/*内页公共样式*/
/*新闻内容页样式*/
/*新闻内容页样式*/
/*默认产品内容页样式*/
/*默认产品内容页样式*/
/*新闻列表页样式*/
.info-list-content{position: relative;width: 1200px;margin-top: 20px;margin-bottom: 20px;}
.info-list-content dl{clear: both;margin-top: 10px;margin-bottom: 10px;}
.info-list-content dt{float: left;width: 200px;}
.info-list-content dd{float: left;margin-left: 20px;width: 980px;word-wrap: break-word;}
.info-list-content dd p:first-child{margin-top: 10px;}
#info-list-info-title{}
#info-list-info-info,#info-list-info-desc{margin-top: 10px;}
#info-list-info-info span{margin-left: 10px;}
#info-list-info-desc span{clear: both;margin-left: 30px;}
.info-list-pagination{text-align: center;margin-top: 10px;margin-bottom: 10px;}
.info-list-pagination a{color: black;margin-left: 5px;}
/*新闻列表页样式*/
/*默认产品列表页样式*/
/*产品列表页产品展示*/
.list-product-content-info{width: 980px;float: left;}
.list-product-content-info dl{float: left;width: 230px;margin-left: 15px;margin-top: 10px;overflow: hidden;}
.list-product-content-info dl dd{word-wrap: break-word;overflow: hidden;height: 20px;}
/*产品列表页产品展示*/
/*产品列表页分类样式*/
.list-product-content{position: relative;width: 1200px;margin: 0 auto;}
.list-product-content-info{float: left;width: 980px;}
.list-product-category{float: left;margin-left: 10px;width: 210px;}
.list-product-content h2{height: 33px;text-shadow: 3px 2px 3px #000000;line-height: 33px;text-align: center;background-color: #0c70c8;color: white;}
.list-product-category ol{margin-top: 40px;}
.list-product-category ul li{height: 30px;line-height: 30px;margin-bottom: 10px;background-color: #097ad6}
.list-product-category ul li:first-child{margin-top: 15px;}
.list-product-category ul li a{color: black;display: block;margin-top: 3px;padding-left: 25px;margin-bottom: 15px}
.list-product-category ul li a:hover{color: white;background-color: #0c70c8;font-weight: bold;font-size: 22px;}
.list-product-category ol li{margin-bottom: 15px;}
.list-product-category ol li:first-child{margin-top: 10px;}
/*产品列表页分类样式*/
/*默认产品列表页样式*/
/*单页样式*/
/*单页样式*/
/*电子烟专题页样式*/
/*电子烟专题页样式*/
@media only screen and (max-width: 600px) {
html,body{
width: 100%;
}
.header-top,.header-top-text,#header-content-logo-des,#header-content-logo-tel{display: none;}
.header-content{width: 100%}
nav ul{display: inline-block;width: 100%;}
.banner {width: 100%}
.banner img{width: 100%;height: 100%}
}
|
css/css.css
|
@charset "utf-8";
/**
项目名称:东莞市名振橡塑制品有限公司
项目网址:mingzhen2006.com
项目策划人:管振佐
项目实施人:管振佐
联系电话:15919875536
邮箱:<EMAIL>
技术支持:www.guanzhenzuo.com
模板购买:www.muban.biz
**/
*{margin: 0;padding: 0;}
/*公共样式*/
html,body{font-size: 16px;margin: 0 auto;}
a{text-decoration: none;}
li{list-style: none;}
.fr{float: right;}
.fl{float: left;}
a:hover{font-weight: bold;}
.cl{clear: both;height: 1px;}
/*公共样式*/
/*页头样式*/
header{ /*position: absolute;*/}
.header-top{position: relative;/*background-color: #7b797a;*/margin: 0 auto;}
.header-top-text{position: relative;width: 1200px;margin: 0 auto ;text-align: left;height: 36px;line-height: 36px;font-size: 18px;}
.header-content{position: relative;clear: both;width: 1200px;margin: 35px auto 15px;}
#header-content-logo{float: left;}
#header-content-logo-text{position: relative;margin-left: 20px;padding-top: 10px;float: left;}
#header-content-logo-text p,#header-content-logo-tel p{font-size: 24px;font-weight: bold;}
#header-content-logo-text p>span{font-weight: lighter;font-size: 16px;}
#header-content-logo-des p{font-size:24px;margin-bottom: 20px;}
#header-content-logo-des{position: relative;float: left;margin-left: 40px;padding-top: 5px;}
#header-content-logo-des p>span:first-child{color: red;}
#header-content-logo-tel{position: relative;float:right;margin-right: 30px;}
#header-content-logo-tel p>span{color: yellow;background-color: red;text-shadow: 1px 1.5px 1px #000000;}
/*页头样式*/
/*导航样式*/
nav{background-color: #097ad8;position: relative;}
nav ul{width: 1200px;height: 36px;line-height: 36px;margin: 0 auto;}
nav ul li{display: inline-block;margin-left: 10px;}
nav ul li:first-child{margin-left: 0px;}
nav ul li a{color: #fff;}
nav ul li a:hover{display: block;background-color: yellow;color: black;font-size: 18px;}
/*导航样式*/
/*banner*/
.banner{position: relative;background-color: #7b797a;margin: 0 auto;}
.banner ul{width: 1200px;height: 450px;margin: 0 auto;}
/*banner*/
/*搜索*/
.inder-search{position: relative;background-color: #097ad8;margin: 0 auto;}
.index-search-text{width: 1200px;margin: 0 auto;}
/*搜索*/
/*首页产品展示*/
.index-product{position: relative;width: 1200px;margin: 0 auto;}
.index-product-category{width: 200px;float: left;}
.index-product-category h3{width: 200px;height: 48px;line-height: 48px;background-color: #097ad8;text-align: center;font-size: 22px;font-weight: bold;color: white;}
.index-product-category ul {margin-top: 5px;}
.index-product-category ul h4{width: 200px;height: 36px;line-height: 36px;text-align: center;background-color: #097ad8;margin-bottom: 3px;}
.index-product-category a{display: block;}
.index-product-category a:hover{color: red}
.index-product-category ul li{margin-bottom: 3px;background-color: green;/*padding-left: 20px;*/height: 28px;line-height: 28px;text-align: center;}
/*.index-product-category ul li a:before{content: "3";}
.index-product-category ul li{}*/
.index-product-category ul li:hover{background-color: yellow;color: red;}
.index-product-content{position: relative;margin-left: 220px;width: 980px; /*background-color: green;*/}
.index-product-content h3{width: 970px;height: 48px;line-height: 48px;background-color: #097ad6;padding-left: 10px;margin-bottom: 3px;}
.index-product-content h3>span{float: right;margin-right: 10px;font-size: 14px;color: white;}
.index-product-content a{width: 200px;margin-top: 3px;}
.index-product-content dl{margin-left: 10px;float: left;margin-bottom: 3px;width: 200px;}
.index-product-content dl dd{text-align: center;width: 200px;height: 20px;overflow: hidden;}
/*首页产品展示*/
/*合作伙伴*/
.index-cooperative-partner{position: relative;}
.index-cooperative-partner h2{height: 48px;line-height: 48px;background-color: #0c70c8;color: white;text-align: center;font-size: 42px;text-shadow: 2px 3px 4px #000;}
.index-cooperative-partner-content{width: 1200px;margin: 10px auto 10px;}
.index-cooperative-partner-content ul li{float: left;margin-left: 10px}
.index-cooperative-partner-content ul li:first-child{margin-left: 0}
/*合作伙伴*/
/*首页优势*/
.index-advantage{position: relative;}
.index-advantage hr:first-child{text-align: center;width: 50%;margin: 0 auto;height:2px;border-width:0;background-color:gray;}
.index-advantage hr:last-child{width: 55%;margin: 0 auto;}
.index-advantage h2{text-align: center;color: #0c70c8;font-size: 32px;text-shadow: 2px 2px 4px #000;}
.index-advantage h3{text-align: center;color: black;font-size: 36px;text-shadow: 2px 2px 5px #000;}
.index-advantage h3>span{color: #0c70c8;}
.index-advantage h6{text-align: center;color: #0c70c8;text-shadow: 2px 2px 6px #000;}
.index-advantage-content{width: 1200px;margin: 0 auto;}
.index-advantage-content h4{text-align: left;color: #0c70c8;height: 40px;padding-left: 5px;text-shadow: 1px 1px 1px #000;}
/*.index-advantage-content h4>span{
width: 40px;height: 40px;
background-color: #0c70c8;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
color: white;
}*/
/*首页优势*/
/*首页品质管控流程*/
.index-quality-process{position: relative;margin: 0 auto;}
.index-quality-process h2{background-color: #0c70c8;text-align: center;margin: 0 auto 5px;height: 52px;line-height: 52px;color: white;font-size: 40px;text-shadow: 5px 3px 5px #000;}
.index-quality-process-content{width: 1200px;margin: 0 auto;}
.index-quality-process-content dl{margin: 10px auto 10px 10px;float: left;width: 100px;height: 100px;border: 2px solid #7b797a;}
.index-quality-process-content dl dt{width: 40px;height: 40px;background-color: #097ad8;margin: 15px auto;text-align: center;vertical-align: center;color: white;font-size: 33px;padding-left: 2px;}
.index-quality-process-content dl dd{text-align: center;margin-top: 5px;}
.index-quality-process-content dl:last-child{margin: 10px auto 10px 10px;float: left;width: 120px;height: 100px;border: 2px solid #7b797a;}
/*首页品质管控流程*/
/*首页客户见证*/
.index-testimonials{position: relative;margin: 0 auto;}
.index-testimonials h2{height: 48px;line-height: 48px;background-color: #0c70c8;color: white;text-align: center;font-size: 42px;text-shadow: 2px 3px 4px #000;}
.index-testimonials-content{width: 1200px;margin: 0 auto 20px;position: relative;}
.index-testimonials-content dl{float: left;margin-top: 10px;margin-left: 5px;width: 580px;height: 200px;word-wrap: break-word;overflow: hidden;}
.index-testimonials-content dl dt{float: left;width: 180px;height: 200px;}
.index-testimonials-content dl dd{float: left;width:380px;}
.index-testimonials-content dl dd h5 {margin-left: 15px;font-size: 18px;word-wrap: break-word;overflow: hidden;}
.index-testimonials-content dl dd p{margin-left: 15px;padding-top: 10px;word-wrap: break-word;overflow: hidden;}
/*首页客户见证*/
/*首页立即咨询*/
.index-consult-banner{position: relative;width: 1200px;height:120px;margin: 10px auto 10px;background: linear-gradient(to top right, #0c70c8 0%,#00bfff 10%,#097ad8 20%,#4169e1 50%,#00bfff 85%, #097ad6 100%);}
.index-consult-banner p:first-child a{position: relative;float: left;margin-top:40px;margin-left: 140px;height: 40px;line-height:40px;text-align: center;font-weight: bold;font-size: 36px;color: yellow;text-shadow: 5px 6px 10px #000000;}
.index-consult-banner ul{float: left;margin-left: 40px;color: white;text-shadow: 3px 1px 10px #000000;margin-top: 30px;font-weight: bolder;font-size: 24px;}
.index-consult-banner ul li:first-child{text-decoration-line: underline;}
.index-consult-banner p:last-child{position: relative;background-color: #ffff00;margin-left: 60px;margin-right:20px;padding-left: 5px;padding-right: 5px;color: red;font-weight: bolder;float: left;margin-top: 50px;text-shadow: 1px 1px 5px #000000;}
.index-consult-banner p:last-child>span{font-size: 22px;font-weight: bold;}
/*首页立即咨询*/
/*首页关于名振橡塑*/
.index-about{position: relative;margin: 5px auto 10px;width: 1200px;padding: 5px auto 10px;}
#index-about-img{position: relative;margin-left: 20px;float: left;}
#index-about-content{position: relative;margin-left: 30px;float: left;width: 800px; }
#index-about-content h2{text-shadow: 1px 1px 1px #fff;}
#index-about-content p{padding-top: 10px;white-space:norma;word-wrap: break-word;}
/*首页关于名振橡塑*/
/*首页新闻展示*/
.index-news{position: relative;margin: 10px auto 5px;width: 1200px;height: 200px;}
#index-new-company,#index-new-technology,#index-news-faq{position: relative;margin-left: 10px;width: 380px;float: left;word-wrap: break-word;}
#index-new-company h4,#index-new-technology h4,#index-news-faq h4{font-size: 20px;width: 200px;height: 30px;line-height: 30px;padding-left: 10px;background-color: #0c70c8;margin-bottom: 5px;text-decoration-line: underline;}
#index-new-company dl dt,#index-new-technology dl dt,#index-news-faq dl dt{float: left;width: 120px;height: 100px;}
#index-new-company dl dd,#index-new-technology dl dd,#index-news-faq dl dd{margin-left: 15px;overflow:hidden;}
#index-new-company dd h6,#index-new-technology dd h6,#index-news-faq dd h6{margin-left: 10px;overflow:hidden;}
#index-new-company dd p,#index-new-technology dd p,#index-news-faq dd p{margin-left: 10px;overflow:hidden;}
#index-new-company ul,#index-new-technology ul,#index-news-faq ul{clear: both;margin-top: 5px;}
#index-new-company ul li>span,#index-new-technology ul li>span,#index-news-faq ul li>span{margin-left: 15px;}
#index-new-company ul li a,#index-new-technology ul li a,#index-news-faq ul li a{color: black;overflow:hidden;}
/*首页新闻展示*/
/*友情链接*/
.index-link{width: 1200px;margin: 10px auto 3px;}
.index-link h5{font-size: 22px;font-weight: bold;background-color: #0c70c8;color: white;text-align: center;width: 120px;height: 30px;/*border-radius: 25%;
-moz-border-radius: 25%;
-webkit-border-radius: 25%;*/}
.index-link ul li{margin-left: 5px;float: left;display: inline-block;margin-bottom: 10px;margin-top: 5px;}
.index-link ul li:first-child{margin-left: 0;}
.index-link a{color: black;}
/*友情链接*/
/*页脚*/
footer{clear: both;position: relative;background-color: #097ad8;margin: 10px auto;}
.footer-nav ul{width: 1200px;background-color: #097ad8;margin: 0 auto;}
.footer-nav ul li{display: inline-block;height: 26px;line-height: 26px;}
.footer-nav ul li a{display: block;color: white;height: 26px;line-height: 26px;}
.footer-content{ /*width: 1200px;*/position: relative;margin: 5px auto;background-color: #097ad8;}
.footer-content-content{width: 1200px;height: 200px;margin: 10px auto;background-color: #097ad8;}
.footer-content-logo{position: relative;width: 200px;height: 200px;float: left;}
.footer-content-logo img{float: left;}
.footer-content-text{position: relative;margin-left: 210px;height: 200px;width: 500px;}
.footer-content-text ol li{margin-top: 5px;}
.footer-content-text p{padding-left: 10px;}
.footer-content-erweima{position: relative;margin-left:800px;margin-top:-200px;width: 800px;height: 200px;float: left}
.footer-content-erweima dl{float: left;margin-left: 10px;}
.footer-content-erweima dl:first-child{margin-left: 0;}
footer p:last-child{width: 1200px;margin: 0 auto 1px;}
/*页脚*/
/*内页公共样式*/
.info-banner,.info-category{position: relative;width: 1200px;margin: 2px auto 5px;}
.info-category li{float: left;margin-left: 10px;margin-top: 10px;width: 180px;height: 30px;line-height: 30px;text-shadow: 1px 1px 1px #000;font-weight: bolder;background-color: #0c70c8;text-align: center;}
.info-category a{color: white;}
.info-category a:hover{color: black;font-size: 20px;}
.info-content{position: relative;width: 1200px;margin: 3px auto 5px;}
#info-content-position{position: relative;width: 1200px;padding-left: 10px;margin-top: 5px;margin-bottom: 5px;}
.info-content-content{position: relative;width: 1200px;margin-top: 3px;margin-bottom: 5px;}
.info-title,#info-info{text-align: center;margin-top: 5px;margin-bottom: 5px;}
.info-info-content{margin-top: 20px;margin-bottom: 20px;}
#info-info-previous{float: left;margin-left: 20px;}
#info-info-next{float: right;margin-right: 20px;}
/*内页公共样式*/
/*新闻内容页样式*/
/*新闻内容页样式*/
/*默认产品内容页样式*/
/*默认产品内容页样式*/
/*新闻列表页样式*/
.info-list-content{position: relative;width: 1200px;margin-top: 20px;margin-bottom: 20px;}
.info-list-content dl{clear: both;margin-top: 10px;margin-bottom: 10px;}
.info-list-content dt{float: left;width: 200px;}
.info-list-content dd{float: left;margin-left: 20px;width: 980px;word-wrap: break-word;}
.info-list-content dd p:first-child{margin-top: 10px;}
#info-list-info-title{}
#info-list-info-info,#info-list-info-desc{margin-top: 10px;}
#info-list-info-info span{margin-left: 10px;}
#info-list-info-desc span{clear: both;margin-left: 30px;}
.info-list-pagination{text-align: center;margin-top: 10px;margin-bottom: 10px;}
.info-list-pagination a{color: black;margin-left: 5px;}
/*新闻列表页样式*/
/*默认产品列表页样式*/
/*产品列表页产品展示*/
.list-product-content-info{width: 980px;float: left;}
.list-product-content-info dl{float: left;width: 230px;margin-left: 15px;margin-top: 10px;overflow: hidden;}
.list-product-content-info dl dd{word-wrap: break-word;overflow: hidden;height: 20px;}
/*产品列表页产品展示*/
/*产品列表页分类样式*/
.list-product-content{position: relative;width: 1200px;margin: 0 auto;}
.list-product-content-info{float: left;width: 980px;}
.list-product-category{float: left;margin-left: 10px;width: 210px;}
.list-product-content h2{height: 33px;text-shadow: 3px 2px 3px #000000;line-height: 33px;text-align: center;background-color: #0c70c8;color: white;}
.list-product-category ol{margin-top: 40px;}
.list-product-category ul li{height: 30px;line-height: 30px;margin-bottom: 10px;background-color: #097ad6}
.list-product-category ul li:first-child{margin-top: 15px;}
.list-product-category ul li a{color: black;display: block;margin-top: 3px;padding-left: 25px;margin-bottom: 15px}
.list-product-category ul li a:hover{color: white;background-color: #0c70c8;font-weight: bold;font-size: 22px;}
.list-product-category ol li{margin-bottom: 15px;}
.list-product-category ol li:first-child{margin-top: 10px;}
/*产品列表页分类样式*/
/*默认产品列表页样式*/
/*单页样式*/
/*单页样式*/
/*电子烟专题页样式*/
/*电子烟专题页样式*/
@media only screen and (max-width: 600px) {
html,body{
width: 100%;
}
.header-top,.header-top-text,#header-content-logo-des,#header-content-logo-tel{display: none;}
.header-content{width: 100%}
nav ul{display: inline-block;width: 100%;}
.banner {width: 100%}
.banner img{width: 100%;height: 100%}
}
| 0.231875 | 0.066448 |
@media only screen and (max-width: 767px){
.videobg video{
display:none;
}
}
@media only screen and (min-width: 768px){
.tiles article:nth-child(3), .tiles article:nth-child(4), .tiles article:nth-child(5){
width: 33.3% !important;
}
}
#header{
box-shadow: none;
}
.videobg {
width: 100%;
overflow: hidden;
}
/*position video*/
.videobg video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.vsc-controller{
display: none;
}
#banner{
min-height:100vh!important;
}
#banner::after{
background-image: linear-gradient(to right, rgba(40,50,75,1), rgba(246,81,88,1));
}
.tiles article:last-child {
flex: 1 auto;
}
.lity.lity-opened{
z-index:10000!important;
}
/*play button transform*/
.grow {
transition: all .5s ease-in-out;
}
.grow:hover {
transform: scale(1.3);
}
/*for use with flicker animation only*/
#banner > .inner{
transition: none!important;
-webkit-transition:none!important;
}
/* ----------------------------------------------
* Generated by Animista on 2019-10-2 11:55:18
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* COPYRIGHT 2017 <NAME>
* ---------------------------------------------- */
.text-flicker-in {
-webkit-animation: text-flicker-in 6s ease-in both;
animation: text-flicker-in 6s ease-in both;
}
@-webkit-keyframes text-flicker-in {
0% {
opacity: 0;
}
10% {
opacity: 0;
text-shadow: none;
}
10.1% {
opacity: 0;
text-shadow: none;
}
10.2% {
opacity: 0;
text-shadow: none;
}
20% {
opacity: 0.2;
text-shadow: none;
}
20.1% {
opacity: 0.2;
text-shadow: none;
}
20.6% {
opacity: 0;
text-shadow: none;
}
30% {
opacity: 0;
text-shadow: none;
}
30.1% {
opacity: 0.3;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.1), 0 0 60px rgba(255, 255, 255, 0.25);
}
30.5% {
opacity: 0.3;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.15), 0 0 60px rgba(255, 255, 255, 0.25);
}
30.6% {
opacity: 0;
text-shadow: none;
}
45% {
opacity: 0;
text-shadow: none;
}
45.1% {
opacity: 0.4;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.2), 0 0 60px rgba(255, 255, 255, 0.25);
}
50% {
opacity: 0.4;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.25), 0 0 60px rgba(255, 255, 255, 0.25);
}
55% {
opacity: 0.4;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.25);
}
55.1% {
opacity: 0;
text-shadow: none;
}
57% {
opacity: 0;
text-shadow: none;
}
57.1% {
opacity: 0.5;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.35), 0 0 60px rgba(255, 255, 255, 0.35);
}
60% {
opacity: 0.5;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.4), 0 0 60px rgba(255, 255, 255, 0.35);
}
60.1% {
opacity: 0;
text-shadow: none;
}
65% {
opacity: 0;
text-shadow: none;
}
65.1% {
opacity: 0.7;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
}
75% {
opacity: 0.7;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.5), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
}
75.1% {
opacity: 0;
text-shadow: none;
}
77% {
opacity: 0;
text-shadow: none;
}
77.1% {
opacity: 0.8;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
}
85% {
opacity: 0.8;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
}
85.1% {
opacity: 0;
text-shadow: none;
}
86% {
opacity: 0;
text-shadow: none;
}
86.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
}
100% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
}
}
@keyframes text-flicker-in {
0% {
opacity: 0;
}
10% {
opacity: 0;
text-shadow: none;
}
10.1% {
opacity: 0;
text-shadow: none;
}
10.2% {
opacity: 0;
text-shadow: none;
}
20% {
opacity: 0.2;
text-shadow: none;
}
20.1% {
opacity: 0.2;
text-shadow: none;
}
20.6% {
opacity: 0;
text-shadow: none;
}
30% {
opacity: 0;
text-shadow: none;
}
30.1% {
opacity: 0.3;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.1), 0 0 60px rgba(255, 255, 255, 0.25);
}
30.5% {
opacity: 0.3;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.15), 0 0 60px rgba(255, 255, 255, 0.25);
}
30.6% {
opacity: 0;
text-shadow: none;
}
45% {
opacity: 0;
text-shadow: none;
}
45.1% {
opacity: 0.4;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.2), 0 0 60px rgba(255, 255, 255, 0.25);
}
50% {
opacity: 0.4;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.25), 0 0 60px rgba(255, 255, 255, 0.25);
}
55% {
opacity: 0.4;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.25);
}
55.1% {
opacity: 0;
text-shadow: none;
}
57% {
opacity: 0;
text-shadow: none;
}
57.1% {
opacity: 0.5;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.35), 0 0 60px rgba(255, 255, 255, 0.35);
}
60% {
opacity: 0.5;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.4), 0 0 60px rgba(255, 255, 255, 0.35);
}
60.1% {
opacity: 0;
text-shadow: none;
}
65% {
opacity: 0;
text-shadow: none;
}
65.1% {
opacity: 0.7;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
}
75% {
opacity: 0.7;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.5), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
}
75.1% {
opacity: 0;
text-shadow: none;
}
77% {
opacity: 0;
text-shadow: none;
}
77.1% {
opacity: 0.8;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
}
85% {
opacity: 0.8;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
}
85.1% {
opacity: 0;
text-shadow: none;
}
86% {
opacity: 0;
text-shadow: none;
}
86.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
}
100% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
}
}
|
assets/css/override.css
|
@media only screen and (max-width: 767px){
.videobg video{
display:none;
}
}
@media only screen and (min-width: 768px){
.tiles article:nth-child(3), .tiles article:nth-child(4), .tiles article:nth-child(5){
width: 33.3% !important;
}
}
#header{
box-shadow: none;
}
.videobg {
width: 100%;
overflow: hidden;
}
/*position video*/
.videobg video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.vsc-controller{
display: none;
}
#banner{
min-height:100vh!important;
}
#banner::after{
background-image: linear-gradient(to right, rgba(40,50,75,1), rgba(246,81,88,1));
}
.tiles article:last-child {
flex: 1 auto;
}
.lity.lity-opened{
z-index:10000!important;
}
/*play button transform*/
.grow {
transition: all .5s ease-in-out;
}
.grow:hover {
transform: scale(1.3);
}
/*for use with flicker animation only*/
#banner > .inner{
transition: none!important;
-webkit-transition:none!important;
}
/* ----------------------------------------------
* Generated by Animista on 2019-10-2 11:55:18
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* COPYRIGHT 2017 <NAME>
* ---------------------------------------------- */
.text-flicker-in {
-webkit-animation: text-flicker-in 6s ease-in both;
animation: text-flicker-in 6s ease-in both;
}
@-webkit-keyframes text-flicker-in {
0% {
opacity: 0;
}
10% {
opacity: 0;
text-shadow: none;
}
10.1% {
opacity: 0;
text-shadow: none;
}
10.2% {
opacity: 0;
text-shadow: none;
}
20% {
opacity: 0.2;
text-shadow: none;
}
20.1% {
opacity: 0.2;
text-shadow: none;
}
20.6% {
opacity: 0;
text-shadow: none;
}
30% {
opacity: 0;
text-shadow: none;
}
30.1% {
opacity: 0.3;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.1), 0 0 60px rgba(255, 255, 255, 0.25);
}
30.5% {
opacity: 0.3;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.15), 0 0 60px rgba(255, 255, 255, 0.25);
}
30.6% {
opacity: 0;
text-shadow: none;
}
45% {
opacity: 0;
text-shadow: none;
}
45.1% {
opacity: 0.4;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.2), 0 0 60px rgba(255, 255, 255, 0.25);
}
50% {
opacity: 0.4;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.25), 0 0 60px rgba(255, 255, 255, 0.25);
}
55% {
opacity: 0.4;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.25);
}
55.1% {
opacity: 0;
text-shadow: none;
}
57% {
opacity: 0;
text-shadow: none;
}
57.1% {
opacity: 0.5;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.35), 0 0 60px rgba(255, 255, 255, 0.35);
}
60% {
opacity: 0.5;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.4), 0 0 60px rgba(255, 255, 255, 0.35);
}
60.1% {
opacity: 0;
text-shadow: none;
}
65% {
opacity: 0;
text-shadow: none;
}
65.1% {
opacity: 0.7;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
}
75% {
opacity: 0.7;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.5), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
}
75.1% {
opacity: 0;
text-shadow: none;
}
77% {
opacity: 0;
text-shadow: none;
}
77.1% {
opacity: 0.8;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
}
85% {
opacity: 0.8;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
}
85.1% {
opacity: 0;
text-shadow: none;
}
86% {
opacity: 0;
text-shadow: none;
}
86.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
}
100% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
}
}
@keyframes text-flicker-in {
0% {
opacity: 0;
}
10% {
opacity: 0;
text-shadow: none;
}
10.1% {
opacity: 0;
text-shadow: none;
}
10.2% {
opacity: 0;
text-shadow: none;
}
20% {
opacity: 0.2;
text-shadow: none;
}
20.1% {
opacity: 0.2;
text-shadow: none;
}
20.6% {
opacity: 0;
text-shadow: none;
}
30% {
opacity: 0;
text-shadow: none;
}
30.1% {
opacity: 0.3;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.1), 0 0 60px rgba(255, 255, 255, 0.25);
}
30.5% {
opacity: 0.3;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.15), 0 0 60px rgba(255, 255, 255, 0.25);
}
30.6% {
opacity: 0;
text-shadow: none;
}
45% {
opacity: 0;
text-shadow: none;
}
45.1% {
opacity: 0.4;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.2), 0 0 60px rgba(255, 255, 255, 0.25);
}
50% {
opacity: 0.4;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.25), 0 0 60px rgba(255, 255, 255, 0.25);
}
55% {
opacity: 0.4;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.25);
}
55.1% {
opacity: 0;
text-shadow: none;
}
57% {
opacity: 0;
text-shadow: none;
}
57.1% {
opacity: 0.5;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.35), 0 0 60px rgba(255, 255, 255, 0.35);
}
60% {
opacity: 0.5;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.4), 0 0 60px rgba(255, 255, 255, 0.35);
}
60.1% {
opacity: 0;
text-shadow: none;
}
65% {
opacity: 0;
text-shadow: none;
}
65.1% {
opacity: 0.7;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
}
75% {
opacity: 0.7;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.5), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
}
75.1% {
opacity: 0;
text-shadow: none;
}
77% {
opacity: 0;
text-shadow: none;
}
77.1% {
opacity: 0.8;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
}
85% {
opacity: 0.8;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
}
85.1% {
opacity: 0;
text-shadow: none;
}
86% {
opacity: 0;
text-shadow: none;
}
86.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
}
100% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
}
}
| 0.331661 | 0.060752 |
.sidebar {
width: 220px;
display: grid;
grid-template-rows: 130px 1fr;
grid-template-areas: "logo" "nav";
padding-top: 30px;
overflow: hidden;
}
.sidebar-logo {
grid-area: logo;
display: flex;
justify-content: center;
align-items: center;
}
.sidebar-logo img {
width: 100px;
height: 100px;
}
.sidebar-nav {
grid-area: nav;
padding: 30px 0px 0 18px;
}
ul.sidebar-group-items{
display: flex;
flex-direction: column;
gap: 10px;
}
.nav-item {
padding:8px 0 8px 20px;
border-radius: 8px 0px 0 8px;
cursor: pointer;
position: relative;
}
.nav-item a {
display: block;
color: var(--white);
}
.nav-item a:hover {
color: var(--gray);
}
.nav-item.nav-active::after,
.nav-item.nav-active::before,
.nav-item:hover::after,
.nav-item:hover::before {
content: "";
position: absolute;
background-color: transparent;
width: 30px;
height: 30px;
border-radius: 50%;
right: 0;
}
.nav-item a i{
font-size: 20px;
}
/* THEME DARK */
.sidebar.theme--dark{
background-color: var(--black);
}
.theme--dark .nav-item.nav-active{
/* .theme--dark .nav-item:is(:hover, :focus){ */
background-color: var(--gray-medium);
}
.theme--dark .nav-item.nav-active a{
/* .theme--dark .nav-item:is(:hover, :focus) a { */
color: var(--light);
}
.theme--dark .nav-item.nav-active::before{
/* .theme--dark .nav-item:hover::before { */
top: -30px;
box-shadow: 15px 15px 0px var(--gray-medium);
}
.theme--dark .nav-item.nav-active::after{
/* .theme--dark .nav-item:hover::after{ */
top: 46px;
box-shadow: 15px -15px 0px var(--gray-medium);
}
/* THEME LIGHT */
.sidebar.theme--light{
background-color: var(--blue-dark);
}
.theme--light .nav-item a{
color: var(--white);
}
.theme--light .nav-item.nav-active,
.theme--light .nav-item:is(:hover, :focus){
background-color: var(--light);
}
.theme--light .nav-item.nav-active a,
.theme--light .nav-item:is(:hover, :focus) a {
color: var(--blue-dark);
}
.theme--light .nav-item.nav-active::before,
.theme--light .nav-item:hover::before {
top: -30px;
box-shadow: 15px 15px 0px var(--light);
}
.theme--light .nav-item.nav-active::after,
.theme--light .nav-item:hover::after{
top: 46px;
box-shadow: 15px -15px 0px var(--light);
}
|
client/src/components/sidebar/style.css
|
.sidebar {
width: 220px;
display: grid;
grid-template-rows: 130px 1fr;
grid-template-areas: "logo" "nav";
padding-top: 30px;
overflow: hidden;
}
.sidebar-logo {
grid-area: logo;
display: flex;
justify-content: center;
align-items: center;
}
.sidebar-logo img {
width: 100px;
height: 100px;
}
.sidebar-nav {
grid-area: nav;
padding: 30px 0px 0 18px;
}
ul.sidebar-group-items{
display: flex;
flex-direction: column;
gap: 10px;
}
.nav-item {
padding:8px 0 8px 20px;
border-radius: 8px 0px 0 8px;
cursor: pointer;
position: relative;
}
.nav-item a {
display: block;
color: var(--white);
}
.nav-item a:hover {
color: var(--gray);
}
.nav-item.nav-active::after,
.nav-item.nav-active::before,
.nav-item:hover::after,
.nav-item:hover::before {
content: "";
position: absolute;
background-color: transparent;
width: 30px;
height: 30px;
border-radius: 50%;
right: 0;
}
.nav-item a i{
font-size: 20px;
}
/* THEME DARK */
.sidebar.theme--dark{
background-color: var(--black);
}
.theme--dark .nav-item.nav-active{
/* .theme--dark .nav-item:is(:hover, :focus){ */
background-color: var(--gray-medium);
}
.theme--dark .nav-item.nav-active a{
/* .theme--dark .nav-item:is(:hover, :focus) a { */
color: var(--light);
}
.theme--dark .nav-item.nav-active::before{
/* .theme--dark .nav-item:hover::before { */
top: -30px;
box-shadow: 15px 15px 0px var(--gray-medium);
}
.theme--dark .nav-item.nav-active::after{
/* .theme--dark .nav-item:hover::after{ */
top: 46px;
box-shadow: 15px -15px 0px var(--gray-medium);
}
/* THEME LIGHT */
.sidebar.theme--light{
background-color: var(--blue-dark);
}
.theme--light .nav-item a{
color: var(--white);
}
.theme--light .nav-item.nav-active,
.theme--light .nav-item:is(:hover, :focus){
background-color: var(--light);
}
.theme--light .nav-item.nav-active a,
.theme--light .nav-item:is(:hover, :focus) a {
color: var(--blue-dark);
}
.theme--light .nav-item.nav-active::before,
.theme--light .nav-item:hover::before {
top: -30px;
box-shadow: 15px 15px 0px var(--light);
}
.theme--light .nav-item.nav-active::after,
.theme--light .nav-item:hover::after{
top: 46px;
box-shadow: 15px -15px 0px var(--light);
}
| 0.408395 | 0.156427 |
*,
*::after,
*::before {
box-sizing: border-box;
padding: 0;
margin: 0;
}
a {
text-decoration: none;
}
/* --- End Styling Reset --- */
@supports (background: linear-gradient(10deg, #E9590E 24%, rgba(0,0,0,0) 24%), linear-gradient(21deg, #3AAA34 46%, #34A8E0 46%)) {
body {
background: linear-gradient(10deg, #E9590E 24%, rgba(0,0,0,0) 24%), linear-gradient(21deg, #3AAA34 46%, #34A8E0 46%);
background: -webkit-linear-gradient(10deg, #E9590E 24%, rgba(0,0,0,0) 24%), -webkit-linear-gradient(21deg, #3AAA34 46%, #34A8E0 46%);
background: -moz-linear-gradient(10deg, #E9590E 24%, rgba(0,0,0,0) 24%), -moz-linear-gradient(21deg, #3AAA34 46%, #34A8E0 46%);
background: -ms-linear-gradient(10deg, #E9590E 24%, rgba(0,0,0,0) 24%), -ms-linear-gradient(21deg, #3AAA34 46%, #34A8E0 46%);
background: -o-linear-gradient(10deg, #E9590E 24%, rgba(0,0,0,0) 24%), -o-linear-gradient(21deg, #3AAA34 46%, #34A8E0 46%);
background-size: cover;
background-attachment: fixed
}
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #34A8E0;
}
header {
padding: 0.5em 2em;
background-color: rgba(0,0,0,0.5);
color: white;
margin-bottom: 1em;
}
header h1 {
text-align: center;
}
header a {
color: white;
float: left;
margin: 0.5em 0em;
text-decoration: underline;
}
header h1 + a {
float: right;
}
header div {
clear: both;
}
form {
padding-left: 0.5em;
padding-bottom: 1em;
}
fieldset {
padding: 1em 0.5em;
border: none;
}
fieldset fieldset {
border-bottom: 1px solid black;
}
fieldset fieldset:last-of-type {
border-bottom: none;
}
legend {
font-size: 1.75em;
border-bottom: 1px solid black;
}
input {
margin-top: 0.4em;
}
label + input, select {
margin-bottom: 1em;
}
label, input {
display: block;
}
fieldset input[type="radio"], fieldset input[type="radio"] + label {
display: inline-block;
}
fieldset .docent {
margin-top: 1em;
}
form button {
display: block;
width: 7.5em;
border-radius: 2em;
padding: 0.5em 0em;
margin: 0 auto;
border: none;
}
form button:focus {
background-color: darkgray;
border: lightgray;
}
input, button {
cursor: pointer;
}
#results a {
color: black;
background-color: white;
display: block;
padding: 1em 0em;
}
#results p {
display: inline-block;
padding: 0% 5%;
}
#detail {
padding: 1em 0em 1em 1em;
margin: 0em 1em 1em;
background-color: white;
}
@supports(display:flex) {
#results a article {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
}
header h1 {
flex-grow: 2;
}
header div {
display: none;
}
}
|
public/styles/style.css
|
*,
*::after,
*::before {
box-sizing: border-box;
padding: 0;
margin: 0;
}
a {
text-decoration: none;
}
/* --- End Styling Reset --- */
@supports (background: linear-gradient(10deg, #E9590E 24%, rgba(0,0,0,0) 24%), linear-gradient(21deg, #3AAA34 46%, #34A8E0 46%)) {
body {
background: linear-gradient(10deg, #E9590E 24%, rgba(0,0,0,0) 24%), linear-gradient(21deg, #3AAA34 46%, #34A8E0 46%);
background: -webkit-linear-gradient(10deg, #E9590E 24%, rgba(0,0,0,0) 24%), -webkit-linear-gradient(21deg, #3AAA34 46%, #34A8E0 46%);
background: -moz-linear-gradient(10deg, #E9590E 24%, rgba(0,0,0,0) 24%), -moz-linear-gradient(21deg, #3AAA34 46%, #34A8E0 46%);
background: -ms-linear-gradient(10deg, #E9590E 24%, rgba(0,0,0,0) 24%), -ms-linear-gradient(21deg, #3AAA34 46%, #34A8E0 46%);
background: -o-linear-gradient(10deg, #E9590E 24%, rgba(0,0,0,0) 24%), -o-linear-gradient(21deg, #3AAA34 46%, #34A8E0 46%);
background-size: cover;
background-attachment: fixed
}
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #34A8E0;
}
header {
padding: 0.5em 2em;
background-color: rgba(0,0,0,0.5);
color: white;
margin-bottom: 1em;
}
header h1 {
text-align: center;
}
header a {
color: white;
float: left;
margin: 0.5em 0em;
text-decoration: underline;
}
header h1 + a {
float: right;
}
header div {
clear: both;
}
form {
padding-left: 0.5em;
padding-bottom: 1em;
}
fieldset {
padding: 1em 0.5em;
border: none;
}
fieldset fieldset {
border-bottom: 1px solid black;
}
fieldset fieldset:last-of-type {
border-bottom: none;
}
legend {
font-size: 1.75em;
border-bottom: 1px solid black;
}
input {
margin-top: 0.4em;
}
label + input, select {
margin-bottom: 1em;
}
label, input {
display: block;
}
fieldset input[type="radio"], fieldset input[type="radio"] + label {
display: inline-block;
}
fieldset .docent {
margin-top: 1em;
}
form button {
display: block;
width: 7.5em;
border-radius: 2em;
padding: 0.5em 0em;
margin: 0 auto;
border: none;
}
form button:focus {
background-color: darkgray;
border: lightgray;
}
input, button {
cursor: pointer;
}
#results a {
color: black;
background-color: white;
display: block;
padding: 1em 0em;
}
#results p {
display: inline-block;
padding: 0% 5%;
}
#detail {
padding: 1em 0em 1em 1em;
margin: 0em 1em 1em;
background-color: white;
}
@supports(display:flex) {
#results a article {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
}
header h1 {
flex-grow: 2;
}
header div {
display: none;
}
}
| 0.537041 | 0.148571 |
*{
/* box-sizing:border-box; */
}
header, h3{
font-family: 'Georgia', Times, 'Times New Roman', 'serif';
}
p, a{
font-family: 'Arial', 'Helvetica Neue', 'Helvetica', 'sans-serif';
color:#363636;
}
body{
background-image: url(../images/spikes.png);
background-repeat: repeat;
background-color: #ffffff;
margin: 0;
}
.container{
box-sizing: border-box;
width: 960px;
margin: 0 auto;
}
header{
box-sizing: border-box;
width: 100%;
background-color: #ffffff;
border-bottom-style:inset;
border-width: 0.5px;
border-color: #dddddd;
height: 65px;
margin-bottom: 40px;
}
.myname{
font-size: 24px;
color: #ffffff;
background-color: #4aaaa5;
padding: 2%;
float: left;
margin: 0;
}
nav{
float: right;
background-color: #ffffff;
margin-top: 30px;
}
.pagetitle{
font-size: 24px;
color:#4aaaa5;
margin-top: 0;
}
main{
background-color: #ffffff;
width: 910px;
border-style:solid;
border-width: 0.5px;
border-color: #dddddd;
padding: 2%;
overflow: auto;
line-height: 1.7em;
}
footer p{
clear: both;
color: #ffffff;
background-color: rgb(61, 61, 61);
width: 100%;
text-align: center;
border-top-color: #4aaaa5;
border-top-width: 8px;
padding-top: 30px;
border-top-style: solid;
position: sticky;
margin: 0;
margin-top: 100px;
}
hr{
margin-left: auto;
margin-right: auto;
border-style: solid;
border-color: #dddddd;
border-width: 0.5px;
}
.submit{
background-color:#4aaaa5;
border-style: none;
padding: 5px 15px 5px 15px;
color:#ffffff;
}
#profilePic{
max-width: 150px;
max-height: 300px;
float: left;
margin-right: 25px;
}
.slimcontainer{
box-sizing: border-box;
width: 600px;
margin: 0 auto;
}
.wrapper{
padding: 20px;
position: relative;
float: left;
height: 175px;
width: 175px;
}
.wrapper img{
width: 175px;
height: 175px;
}
span{
box-sizing: border-box;
background-color: #4aaaa5;
color: #ffffff;
text-align: center;
position: absolute;
margin: 0 auto;
width: 175px;
bottom: 30px;
left: 20px;
z-index: 5;
}
.clearFix::after{
content: "";
display: block;
clear: both;
}
|
assets/css/style.css
|
*{
/* box-sizing:border-box; */
}
header, h3{
font-family: 'Georgia', Times, 'Times New Roman', 'serif';
}
p, a{
font-family: 'Arial', 'Helvetica Neue', 'Helvetica', 'sans-serif';
color:#363636;
}
body{
background-image: url(../images/spikes.png);
background-repeat: repeat;
background-color: #ffffff;
margin: 0;
}
.container{
box-sizing: border-box;
width: 960px;
margin: 0 auto;
}
header{
box-sizing: border-box;
width: 100%;
background-color: #ffffff;
border-bottom-style:inset;
border-width: 0.5px;
border-color: #dddddd;
height: 65px;
margin-bottom: 40px;
}
.myname{
font-size: 24px;
color: #ffffff;
background-color: #4aaaa5;
padding: 2%;
float: left;
margin: 0;
}
nav{
float: right;
background-color: #ffffff;
margin-top: 30px;
}
.pagetitle{
font-size: 24px;
color:#4aaaa5;
margin-top: 0;
}
main{
background-color: #ffffff;
width: 910px;
border-style:solid;
border-width: 0.5px;
border-color: #dddddd;
padding: 2%;
overflow: auto;
line-height: 1.7em;
}
footer p{
clear: both;
color: #ffffff;
background-color: rgb(61, 61, 61);
width: 100%;
text-align: center;
border-top-color: #4aaaa5;
border-top-width: 8px;
padding-top: 30px;
border-top-style: solid;
position: sticky;
margin: 0;
margin-top: 100px;
}
hr{
margin-left: auto;
margin-right: auto;
border-style: solid;
border-color: #dddddd;
border-width: 0.5px;
}
.submit{
background-color:#4aaaa5;
border-style: none;
padding: 5px 15px 5px 15px;
color:#ffffff;
}
#profilePic{
max-width: 150px;
max-height: 300px;
float: left;
margin-right: 25px;
}
.slimcontainer{
box-sizing: border-box;
width: 600px;
margin: 0 auto;
}
.wrapper{
padding: 20px;
position: relative;
float: left;
height: 175px;
width: 175px;
}
.wrapper img{
width: 175px;
height: 175px;
}
span{
box-sizing: border-box;
background-color: #4aaaa5;
color: #ffffff;
text-align: center;
position: absolute;
margin: 0 auto;
width: 175px;
bottom: 30px;
left: 20px;
z-index: 5;
}
.clearFix::after{
content: "";
display: block;
clear: both;
}
| 0.431345 | 0.101947 |
html, body {
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
font-family: arial;
word-break:break-all;
}
body {
text-align:left;
font:13px arial;
background: #fff;
color:#333;
position:absolute;
}
div,form,img,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p {
margin:0;
padding:0;
}
ul li {
list-style:none;
}
img {
border:0;
}
li {
display:list-item;
}
a {
color:#0062C3;
text-decoration:none;
}
a:hover {
color: #222;
}
#home {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -50px;
width:100%;
}
#header {
margin-top:80px;
}
#header h1 {
font-family:Tahoma;
font-size:42px;
text-align:center
}
#header .searchbox {
margin:30px auto 5px auto;
height:40px;
line-height:40px;
border:1px solid #0062C3;
border-radius:2px;
display:block;
overflow:hidden;
width:635px;
}
#header .searchbox .kwd {
height:40px;
line-height:40px;
overflow:hidden;
text-align:left;
position:relative;
right:0;
top:0;
}
#header .searchbox .kwd input {
display:block;
padding:0 1%;
height:40px;
line-height:40px;
width:98%;
outline:0px none;
font-size:14px;
border:0;
font-weight:bold;
color:#333
}
#header .searchbox .btn {
height:40px;
width:110px;
line-height:40px;
border:0;
background:#0062C3;
overflow:hidden;
position:relative;
right:0;
top:0;
float:right;
}
#header .searchbox .btn button {
width:100%;
height:40px;
border:0;
color:#fff;
cursor:pointer;
background:#0062C3;
font-size:14px;
border:none;
}
#header p {
clear:both;
text-align:center;
font-size:13px;
padding:15px 0 13px 0;
}
#header p strong {
color: #0062C3
}
#home #hotwords {
background:#f8f8f8;
width:620px;
margin:0px auto;
border-width:1px 0 0 1px;
border-style:solid;
border-color:#ddd;
}
#home #hotwords a {
text-decoration:none;
padding-left:10px;
}
.hwtit {
background:#eee;
padding:5px 8px;
border-width:0 1px 1px 0;
border-style:solid;
border-color:#ddd;
}
.hwtit h4 {
font-size:14px;
display:inline-block;
}
.hwtit span {
float:right;
}
.hwentry {
overflow:hidden;
}
.hwentry li {
width:20%;
float:left;
}
.hwentry a {
border-width:0 1px 1px 0;
border-style:solid;
border-color:#ddd;
line-height:28px;
display:block;
font-size:14px;
}
.hwentry a:hover {
background:#fff;
color:#222;
}
#footer {
height:50px;
background: #f5f5f5;
border-top: 1px solid #e4e4e4;
text-align:center;
line-height:50px;
width:100%;
position:absolute;
bottom:0px;
width:100%;
clear:both;
}
.footer {
height:50px;
background: #f5f5f5;
border-top: 1px solid #e4e4e4;
text-align:center;
line-height:50px;
width:100%;
clear:both;
margin-top:10px
}
.pic img {
width:720px;
}
/* list and torrent*/
.header {
margin:0 auto;
width: 100%;
height:60px;
line-height:60px;
background:#f1f1f1;
}
.header .header-box {
width:720px;
margin:0 auto;
padding-top:10px;
overflow:hidden;
text-align:left;
}
.header .header-box .logo-box {
width:28%;
float:left;
font-size:30px;
line-height:40px;
margin:0;
padding:0;
font-weight:bold;
text-align:center
}
.header .header-box .search-box {
height:40px;
line-height:40px;
overflow:hidden;
background:#fff;
}
.header .header-box .search-box .kwd {
height:38px;
line-height:38px;
border:1px solid #0062C3;
overflow:hidden;
}
.header .header-box .search-box .kwd input {
padding:0 2%;
width:96%;
height:40px;
line-height:40px;
outline:none;
font-size:14px;
border:none;
}
.header .header-box .search-box .btn {
height:40px;
line-height:40px;
border:0;
width:80px;
float:right;
background:#62230f;
}
.header .header-box .search-box .btn button {
width:100%;
height:100%;
border:0;
background:#0062C3;
color:#fff;
cursor:pointer;
font-size:14px;
}
.content {
width:100%;
margin:0 auto;
overflow:hidden;
}
.list-box {
width:720px;
margin:auto;
font-size:13px;
}
.list-box .bar {
line-height:1.5em;
padding:10px 0px;
border-top:3px solid #036;
background:#f1f1f1;
margin-top:10px;
}
.list-box .search-option {
width:100%;
padding:4px 0;
font-size:14px;
margin:10px auto;
}
.list-box .search-option span {
padding:2px 7px;
color:#fff;
background:#630;
margin-right:6px;
}
.list-box .search-option a {
padding:2px 7px;
margin-right:6px;
background:#F0F0F0
}
.list-box .search-option a:hover {
background:#036;
color:#fff;
text-decoration:none;
}
.list-box .search-option .active {
color:#fff;
background:#036;
}
.hashlist {
width:100%;
}
.hashlist ul {
width:100%;
}
.hashlist li {
margin-bottom:10px;
padding-bottom:8px;
border-bottom:1px #ccc dotted;
}
.hashlist li h3 {
line-height:30px;
word-wrap: break-word;
word-break:break-all;
}
.hashlist li p {
color:#999;
line-height:20px;
text-indent:5px;
}
.hashlist li p.d {
color:#222;
padding-top:6px;
text-indent:0;
}
.hashlist li p label {
margin:0 6px 0 2px;
color:#999;
}
.hashlist li p a {
margin-left:8px;
font-weight:bold;
}
.hashlist dd {
float:left;
width:25%;
height:25px;
line-height:25px;
padding:3px 0;
overflow:hidden;
word-wrap: break-word;
word-break:break-all;
}
#list .pagination {
overflow:hidden;
margin:0 auto 10px auto;
width:720px
}
#list .pagination a,#list .pagination strong,#list .pagination span {
float:left;
padding:5px 10px;
background:#f0f0f0;
color:#036;
margin-right:7px;
font-weight:normal;
font-size:14px;
}
#list .pagination a:hover {
text-decoration:none;
}
#list .pagination strong {
background:#0062C3;
color:#fff;
}
#list .pagination span {
background:#0062C3;
color:#fff;
}
#list .pagination a:hover {
background:#036;
color:#fff;
}
#list .header-box .logo-box {
font-size:24px;
}
.hashlist h2 {
margin:13px auto;
}
.hashlist div.hashinfo {
padding-bottom:12px;
}
.hashlist div.hashinfo p {
font-size:13px;
line-height:25px;
color:#666;
word-wrap: break-word;
word-break:break-all;
}
.hashlist div.hashinfo p span {
font-weight:bold;
color:#000;
margin-right:8px;
}
.hashlist .flist {
padding-left:10px;
width:99%;
}
.hashlist .flist li {
border:0;
margin:0;
padding:0;
line-height:22px;
}
.hashlist .flist li span {
margin-left:10px;
color:#999;
}
.bdsharebuttonbox b {
float:left;
line-height:20px;
padding-top:3px;
color:#000;
}
@media screen and (max-width: 500px) {
#list #sbox,#content #sbox, #hotkey #sbox {
float:none;
margin:0 auto
}
#home #header {
margin-top:26px;
}
#header .searchbox {
margin:10px auto 0 auto;
width:95%;
}
#header p {
margin:0 0 15px 0;
}
#home #hotwords {
width:98%;
position:relative;
top:-15px;
}
#home .hwentry li {
width:50%;
}
#home #footer {
position:relative;
top:-8px;
width:98%;
border:0
}
p.pic img {
width:50%;
}
#list .header-box {
width:99%;
padding-top:8px;
padding-bottom:6px;
}
#list .header-box .logo-box {
font-size:14px;
}
#list .content {
width:99%;
}
#list .pagination {
width:99%;
padding-bottom:8px;
}
#list .pagination .showpage {
display:none
}
#list .hashinfo {
margin:0 auto;
width:99%;
}
#list .hashlist div.hashinfo p span {
margin:0;
font-size:12px;
}
#list .flist {
padding-left:5px;
word-wrap: break-word;
word-break:break-all
}
#list .bds_renren,#list .bds_tqf,#list .bds_sqq,#list .bds_copy {
display:none
}
#footer {
position:relative;
top:-8px;
width:99%;
margin:0 auto;
border:0
}
}
|
img/okcili.css
|
html, body {
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
font-family: arial;
word-break:break-all;
}
body {
text-align:left;
font:13px arial;
background: #fff;
color:#333;
position:absolute;
}
div,form,img,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p {
margin:0;
padding:0;
}
ul li {
list-style:none;
}
img {
border:0;
}
li {
display:list-item;
}
a {
color:#0062C3;
text-decoration:none;
}
a:hover {
color: #222;
}
#home {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -50px;
width:100%;
}
#header {
margin-top:80px;
}
#header h1 {
font-family:Tahoma;
font-size:42px;
text-align:center
}
#header .searchbox {
margin:30px auto 5px auto;
height:40px;
line-height:40px;
border:1px solid #0062C3;
border-radius:2px;
display:block;
overflow:hidden;
width:635px;
}
#header .searchbox .kwd {
height:40px;
line-height:40px;
overflow:hidden;
text-align:left;
position:relative;
right:0;
top:0;
}
#header .searchbox .kwd input {
display:block;
padding:0 1%;
height:40px;
line-height:40px;
width:98%;
outline:0px none;
font-size:14px;
border:0;
font-weight:bold;
color:#333
}
#header .searchbox .btn {
height:40px;
width:110px;
line-height:40px;
border:0;
background:#0062C3;
overflow:hidden;
position:relative;
right:0;
top:0;
float:right;
}
#header .searchbox .btn button {
width:100%;
height:40px;
border:0;
color:#fff;
cursor:pointer;
background:#0062C3;
font-size:14px;
border:none;
}
#header p {
clear:both;
text-align:center;
font-size:13px;
padding:15px 0 13px 0;
}
#header p strong {
color: #0062C3
}
#home #hotwords {
background:#f8f8f8;
width:620px;
margin:0px auto;
border-width:1px 0 0 1px;
border-style:solid;
border-color:#ddd;
}
#home #hotwords a {
text-decoration:none;
padding-left:10px;
}
.hwtit {
background:#eee;
padding:5px 8px;
border-width:0 1px 1px 0;
border-style:solid;
border-color:#ddd;
}
.hwtit h4 {
font-size:14px;
display:inline-block;
}
.hwtit span {
float:right;
}
.hwentry {
overflow:hidden;
}
.hwentry li {
width:20%;
float:left;
}
.hwentry a {
border-width:0 1px 1px 0;
border-style:solid;
border-color:#ddd;
line-height:28px;
display:block;
font-size:14px;
}
.hwentry a:hover {
background:#fff;
color:#222;
}
#footer {
height:50px;
background: #f5f5f5;
border-top: 1px solid #e4e4e4;
text-align:center;
line-height:50px;
width:100%;
position:absolute;
bottom:0px;
width:100%;
clear:both;
}
.footer {
height:50px;
background: #f5f5f5;
border-top: 1px solid #e4e4e4;
text-align:center;
line-height:50px;
width:100%;
clear:both;
margin-top:10px
}
.pic img {
width:720px;
}
/* list and torrent*/
.header {
margin:0 auto;
width: 100%;
height:60px;
line-height:60px;
background:#f1f1f1;
}
.header .header-box {
width:720px;
margin:0 auto;
padding-top:10px;
overflow:hidden;
text-align:left;
}
.header .header-box .logo-box {
width:28%;
float:left;
font-size:30px;
line-height:40px;
margin:0;
padding:0;
font-weight:bold;
text-align:center
}
.header .header-box .search-box {
height:40px;
line-height:40px;
overflow:hidden;
background:#fff;
}
.header .header-box .search-box .kwd {
height:38px;
line-height:38px;
border:1px solid #0062C3;
overflow:hidden;
}
.header .header-box .search-box .kwd input {
padding:0 2%;
width:96%;
height:40px;
line-height:40px;
outline:none;
font-size:14px;
border:none;
}
.header .header-box .search-box .btn {
height:40px;
line-height:40px;
border:0;
width:80px;
float:right;
background:#62230f;
}
.header .header-box .search-box .btn button {
width:100%;
height:100%;
border:0;
background:#0062C3;
color:#fff;
cursor:pointer;
font-size:14px;
}
.content {
width:100%;
margin:0 auto;
overflow:hidden;
}
.list-box {
width:720px;
margin:auto;
font-size:13px;
}
.list-box .bar {
line-height:1.5em;
padding:10px 0px;
border-top:3px solid #036;
background:#f1f1f1;
margin-top:10px;
}
.list-box .search-option {
width:100%;
padding:4px 0;
font-size:14px;
margin:10px auto;
}
.list-box .search-option span {
padding:2px 7px;
color:#fff;
background:#630;
margin-right:6px;
}
.list-box .search-option a {
padding:2px 7px;
margin-right:6px;
background:#F0F0F0
}
.list-box .search-option a:hover {
background:#036;
color:#fff;
text-decoration:none;
}
.list-box .search-option .active {
color:#fff;
background:#036;
}
.hashlist {
width:100%;
}
.hashlist ul {
width:100%;
}
.hashlist li {
margin-bottom:10px;
padding-bottom:8px;
border-bottom:1px #ccc dotted;
}
.hashlist li h3 {
line-height:30px;
word-wrap: break-word;
word-break:break-all;
}
.hashlist li p {
color:#999;
line-height:20px;
text-indent:5px;
}
.hashlist li p.d {
color:#222;
padding-top:6px;
text-indent:0;
}
.hashlist li p label {
margin:0 6px 0 2px;
color:#999;
}
.hashlist li p a {
margin-left:8px;
font-weight:bold;
}
.hashlist dd {
float:left;
width:25%;
height:25px;
line-height:25px;
padding:3px 0;
overflow:hidden;
word-wrap: break-word;
word-break:break-all;
}
#list .pagination {
overflow:hidden;
margin:0 auto 10px auto;
width:720px
}
#list .pagination a,#list .pagination strong,#list .pagination span {
float:left;
padding:5px 10px;
background:#f0f0f0;
color:#036;
margin-right:7px;
font-weight:normal;
font-size:14px;
}
#list .pagination a:hover {
text-decoration:none;
}
#list .pagination strong {
background:#0062C3;
color:#fff;
}
#list .pagination span {
background:#0062C3;
color:#fff;
}
#list .pagination a:hover {
background:#036;
color:#fff;
}
#list .header-box .logo-box {
font-size:24px;
}
.hashlist h2 {
margin:13px auto;
}
.hashlist div.hashinfo {
padding-bottom:12px;
}
.hashlist div.hashinfo p {
font-size:13px;
line-height:25px;
color:#666;
word-wrap: break-word;
word-break:break-all;
}
.hashlist div.hashinfo p span {
font-weight:bold;
color:#000;
margin-right:8px;
}
.hashlist .flist {
padding-left:10px;
width:99%;
}
.hashlist .flist li {
border:0;
margin:0;
padding:0;
line-height:22px;
}
.hashlist .flist li span {
margin-left:10px;
color:#999;
}
.bdsharebuttonbox b {
float:left;
line-height:20px;
padding-top:3px;
color:#000;
}
@media screen and (max-width: 500px) {
#list #sbox,#content #sbox, #hotkey #sbox {
float:none;
margin:0 auto
}
#home #header {
margin-top:26px;
}
#header .searchbox {
margin:10px auto 0 auto;
width:95%;
}
#header p {
margin:0 0 15px 0;
}
#home #hotwords {
width:98%;
position:relative;
top:-15px;
}
#home .hwentry li {
width:50%;
}
#home #footer {
position:relative;
top:-8px;
width:98%;
border:0
}
p.pic img {
width:50%;
}
#list .header-box {
width:99%;
padding-top:8px;
padding-bottom:6px;
}
#list .header-box .logo-box {
font-size:14px;
}
#list .content {
width:99%;
}
#list .pagination {
width:99%;
padding-bottom:8px;
}
#list .pagination .showpage {
display:none
}
#list .hashinfo {
margin:0 auto;
width:99%;
}
#list .hashlist div.hashinfo p span {
margin:0;
font-size:12px;
}
#list .flist {
padding-left:5px;
word-wrap: break-word;
word-break:break-all
}
#list .bds_renren,#list .bds_tqf,#list .bds_sqq,#list .bds_copy {
display:none
}
#footer {
position:relative;
top:-8px;
width:99%;
margin:0 auto;
border:0
}
}
| 0.11353 | 0.033908 |
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
font-size: 62.5%;
}
body {
box-sizing: border-box;
background: #466be4;
}
body {
font-family: "Roboto", sans-serif;
color: #e4bf46;
font-size: 2rem;
font-weight: 100;
line-height: 1.7;
}
h1 {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-size: 5rem;
font-style: italic;
}
@media (max-width: 799px) {
h1 {
font-size: 3rem;
}
}
textarea {
font-family: "Roboto", sans-serif;
font-weight: 100;
font-size: 2rem;
}
button {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-style: italic;
font-size: 2.75rem;
}
.btn {
padding: 1.5rem;
border: 0.1rem solid #e4bf46;
color: #e4bf46;
background: #466be4;
cursor: pointer;
}
.btn--full-width {
width: 100%;
margin: 0 auto;
}
.header {
background: #e4bf46;
height: 10rem;
display: flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
}
.header__logo {
color: #466be4;
margin-left: 10rem;
text-shadow: 0.55rem 0.55rem #fff;
}
@media (max-width: 799px) {
.header__logo {
font-size: 2rem;
}
}
.nav {
padding-right: 6rem;
flex: 2 1 auto;
text-align: right;
}
@media (max-width: 799px) {
.nav {
flex-direction: column;
text-align: left;
}
}
.nav__link {
display: inline;
font-size: 5rem;
padding-left: 1.5rem;
}
@media (max-width: 799px) {
.nav__link {
display: block;
font-size: 1 rem;
}
}
.nav__link a {
text-decoration: none;
color: #21cfa4;
}
.nav__link--active {
color: #466be4;
}
.nav__link--active:hover {
cursor: default;
color: #466be4;
}
.nav__link a:hover {
color: #fff;
}
.container {
margin: 6rem;
padding: 1.5rem 1.5rem 0 1.5rem;
border: 0.1rem solid #21cfa4;
}
.form {
width: 100%;
padding-bottom: 1.5rem;
}
.form__heading {
width: 100%;
color: #fff;
text-shadow: 0.55rem 0.55rem #d8ac1f;
background: #e4bf46;
line-height: 5rem;
padding: 1.5rem;
/*@include mobile-only {
font-size: 1 rem;
}*/
}
.form__field label {
color: #21cfa4;
display: block;
font-size: 2rem;
line-height: 2rem;
padding-top: 1.5rem;
}
.form__field input {
width: 100%;
background: #466be4;
border: 0.1rem solid #e4bf46;
padding: 1.5rem;
color: #21cfa4;
font-weight: 900;
font-style: italic;
font-size: 2.75rem;
border: 0.1rem solid #e4bf46;
background-color: #466be4;
color: #e4bf46;
}
.form__field input:focus {
border: 2px solid #6300a0;
}
.form__field input:not(:focus):invalid {
background: #08080a;
border: 2px solid #08080a;
color: #21cfa4;
}
.form__field textarea {
width: 100%;
color: #e4bf46;
background: #466be4;
border: 0.1rem solid #e4bf46;
outline: none;
padding: 1.5rem;
margin-bottom: 0.75rem;
}
.quote {
text-align: right;
font-size: 3rem;
font-weight: 900;
font-style: italic;
color: #21cfa4;
margin: 2rem 6rem -3rem 6rem;
}
@media (max-width: 799px) {
.quote {
opacity: 0.2;
}
}
.quote strong {
color: #e4bf46;
}
.proj-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 1.5rem;
}
@media (max-width: 799px) {
.proj-grid {
display: block;
}
}
.proj-prev {
color: #fff;
margin-bottom: 1.5rem;
overflow: hidden;
}
.proj-prev__image {
margin: 0;
opacity: 0.2;
width: 100%;
display: block;
overflow: hidden;
padding-top: 56.25%;
position: relative;
}
.proj-prev__image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
transform: translate(-50%, -50%);
}
.proj-prev__heading {
font-size: 4rem;
padding-left: 2.5rem;
margin: 0;
line-height: 6rem;
}
.proj-prev__byline {
padding-left: 2.5rem;
font-size: 1.66rem;
}
.proj-prev:hover {
cursor: pointer;
}
.proj-prev:hover > .proj-prev__heading {
background: #e4bf46;
color: #466be4;
}
.proj-prev:hover > .proj-prev__image {
opacity: 1;
}
.about {
width: 100%;
display: grid;
grid-template-columns: 2fr 5fr;
grid-template-rows: repeat(3, auto);
padding: 1.5rem;
grid-template-areas: "imagery heading" "imagery copy" "imagery btn";
margin-bottom: 1.5rem;
/*transform: scale(1);
transition-property: transform;
transition-duration: 400 ms;
&:hover{
background: $colour-primary;
color: $colour-accent;
transform: scale(1.15); //simple animation to show off skills
}*/
/*&:hover + .ball{
transform: translateY(-1500%);
}*/
}
.about__heading {
grid-area: heading;
color: #fff;
text-shadow: 0.55rem 0.55rem #d8ac1f;
text-align: right;
padding-right: 1.5rem;
}
.about__imagery {
grid-area: imagery;
}
.about__pic {
overflow: hidden;
width: 80%;
border-radius: 1000rem;
border: 1.5rem solid #e4bf46;
transition: all 1000ms ease-in-out;
}
@media (max-width: 799px) {
.about__pic {
opacity: 0.2;
}
}
.about__pic:hover {
transform: rotate(360deg);
}
.about__pic img {
display: block;
width: 100%;
}
.about__copy {
grid-area: copy;
}
.about__copy p {
line-height: 2.4rem;
margin-bottom: 3.375rem;
}
.about .ball {
width: 60px;
height: 60px;
background: #11ee23cb;
margin-bottom: 1rem;
border-radius: 30px;
transition: transform 4000ms;
}
.btn {
border-radius: 2rem;
background-color: #15DEA5;
position: relative;
z-index: 1;
}
.btn:hover::after {
opacity: 1;
}
.btn:hover + .img::before {
opacity: 0;
}
.btn::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: radial-gradient(circle, #22eab1 0%, #11af82 100%);
opacity: 0;
z-index: -1;
transition: opacity 250ms;
}
.img {
z-index: -1;
}
.img::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2rem;
background: #15DEA5;
z-index: 1;
}
.project {
width: 100%;
margin-bottom: 1.8rem;
display: grid;
grid-template-columns: 5fr 3fr;
grid-template-rows: repeat(3, auto);
grid-gap: 1.5rem;
grid-template-areas: "image synopsis" "tags synopsis" "btn btn";
}
@media (max-width: 799px) {
.project {
opacity: 0.2;
display: block;
}
}
.project__image {
grid-area: image;
width: 100%;
display: block;
overflow: hidden;
padding-top: 56.25%;
position: relative;
}
.project__image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
transform: translate(-50%, -50%);
}
.project__synopsis {
grid-area: synopsis;
padding-left: 1.5rem;
}
.project__synopsis h1 {
color: #fff;
text-shadow: 0.55rem 0.55rem #d8ac1f;
}
.project__synopsis p {
line-height: 2.5rem;
}
.project__tags {
grid-area: tags;
}
.project__tags p {
color: #fff;
}
.project__tags p strong {
color: #e4bf46;
font-weight: 900;
font-style: italic;
}
.project__btn {
padding: 1.5rem;
border: 0.1rem solid #e4bf46;
color: #e4bf46;
background: #466be4;
cursor: pointer;
grid-area: btn;
}
.project__btn--full-width {
width: 100%;
margin: 0 auto;
}
.btn2:hover + .progress > .progress__bar {
transform: scaleX(1);
}
.btn2:hover ~ .boxes > .boxes--rotDegrees {
transform-origin: left;
transform: rotate(0deg);
}
.btn2:hover ~ .boxes > .boxes--rotTurns {
transform-origin: right;
transform: rotate(0turn);
}
.progress__bar {
transform-origin: 0%;
background-color: #11ee23cb;
padding: 2rem;
transform: scaleX(0);
transition: transform 1000ms cubic-bezier(0.32, 0, 0.07, 1);
}
.boxes--rotDegrees {
background: green;
transform: rotate(360deg);
transition: transform 1000ms ease-in-out;
}
.boxes--rotTurns {
background: pink;
transform: rotate(-1turn);
transition: transform 1200ms ease-in-out;
}
/*
.box2 {
&--perspective75px {
transform: perspective(75px) rotateX(45deg);
}
&--perspective150px {
transform: perspective(150px) rotateX(45deg);
}
&--perspective300px {
transform: perspective(300px) rotateX(45deg);
}
}*/
.btn3 {
padding: 1.5rem;
border: 0.1rem solid #e4bf46;
color: #e4bf46;
background: #466be4;
cursor: pointer;
perspective: 500px;
}
.btn3--full-width {
width: 100%;
margin: 0 auto;
}
.btn3:active > .btn3__flip {
background: green;
transform: rotateX(-90deg);
}
.btn3__flip {
background: red;
transform-style: preserve-3d;
transform-origin: center bottom 7.5vw;
transition: transform 500ms cubic-bezier(0.7, 0, 0.23, 1);
}
.btn3__flip--off {
background: #14eb14;
transform: rotateX(0deg) translateZ(7.5vw);
}
.btn3__flip--on {
background: grey;
transform: rotateX(90deg) translateZ(7.5vw);
}
.card {
padding: 2rem;
border: 0.1rem solid #e4bf46;
width: 33vh;
height: 72vh;
overflow: hidden;
}
.card:not(:last-child) {
margin-right: 4vh;
}
.card--anim {
transform: translateX(37vh);
transition: transform 700ms cubic-bezier(0.49, 0.18, 0.23, 1);
}
.card__contents {
width: 33vh;
overflow: hidden;
}
.card__contents--anim {
transform: translateX(-37vh);
transition: transform 700ms cubic-bezier(0.49, 0.18, 0.23, 1);
}
.card__block {
overflow: hidden;
}
.card__block--anim-1 {
transform: translateX(-108%);
transition: transform 500ms cubic-bezier(0.49, 0.18, 0.23, 1) 50ms;
}
.card__block--anim-2 {
transform: translateX(-108%);
transition: transform 500ms cubic-bezier(0.49, 0.18, 0.23, 1) 100ms;
}
.card__block--anim-3 {
transform: translateX(-108%);
transition: transform 500ms cubic-bezier(0.49, 0.18, 0.23, 1) 150ms;
}
.card__block:not(:first-child) {
margin-top: 1rem;
}
.btn4 {
border: 0.1rem solid #e4bf46;
padding: 1.5rem;
border: 0.1rem solid #e4bf46;
color: #e4bf46;
background: #466be4;
cursor: pointer;
}
.btn4--full-width {
width: 100%;
margin: 0 auto;
}
.btn4--reveal:hover + .card--anim {
transform: translateX(0);
}
.btn4--reveal:hover + .card .card__contents--anim {
transform: translateX(0);
}
/*# sourceMappingURL=style.css.map */
|
prog/web dev/html 5 css/animations/gradient with opacity_SCREWED/public/css/style.css
|
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
font-size: 62.5%;
}
body {
box-sizing: border-box;
background: #466be4;
}
body {
font-family: "Roboto", sans-serif;
color: #e4bf46;
font-size: 2rem;
font-weight: 100;
line-height: 1.7;
}
h1 {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-size: 5rem;
font-style: italic;
}
@media (max-width: 799px) {
h1 {
font-size: 3rem;
}
}
textarea {
font-family: "Roboto", sans-serif;
font-weight: 100;
font-size: 2rem;
}
button {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-style: italic;
font-size: 2.75rem;
}
.btn {
padding: 1.5rem;
border: 0.1rem solid #e4bf46;
color: #e4bf46;
background: #466be4;
cursor: pointer;
}
.btn--full-width {
width: 100%;
margin: 0 auto;
}
.header {
background: #e4bf46;
height: 10rem;
display: flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
}
.header__logo {
color: #466be4;
margin-left: 10rem;
text-shadow: 0.55rem 0.55rem #fff;
}
@media (max-width: 799px) {
.header__logo {
font-size: 2rem;
}
}
.nav {
padding-right: 6rem;
flex: 2 1 auto;
text-align: right;
}
@media (max-width: 799px) {
.nav {
flex-direction: column;
text-align: left;
}
}
.nav__link {
display: inline;
font-size: 5rem;
padding-left: 1.5rem;
}
@media (max-width: 799px) {
.nav__link {
display: block;
font-size: 1 rem;
}
}
.nav__link a {
text-decoration: none;
color: #21cfa4;
}
.nav__link--active {
color: #466be4;
}
.nav__link--active:hover {
cursor: default;
color: #466be4;
}
.nav__link a:hover {
color: #fff;
}
.container {
margin: 6rem;
padding: 1.5rem 1.5rem 0 1.5rem;
border: 0.1rem solid #21cfa4;
}
.form {
width: 100%;
padding-bottom: 1.5rem;
}
.form__heading {
width: 100%;
color: #fff;
text-shadow: 0.55rem 0.55rem #d8ac1f;
background: #e4bf46;
line-height: 5rem;
padding: 1.5rem;
/*@include mobile-only {
font-size: 1 rem;
}*/
}
.form__field label {
color: #21cfa4;
display: block;
font-size: 2rem;
line-height: 2rem;
padding-top: 1.5rem;
}
.form__field input {
width: 100%;
background: #466be4;
border: 0.1rem solid #e4bf46;
padding: 1.5rem;
color: #21cfa4;
font-weight: 900;
font-style: italic;
font-size: 2.75rem;
border: 0.1rem solid #e4bf46;
background-color: #466be4;
color: #e4bf46;
}
.form__field input:focus {
border: 2px solid #6300a0;
}
.form__field input:not(:focus):invalid {
background: #08080a;
border: 2px solid #08080a;
color: #21cfa4;
}
.form__field textarea {
width: 100%;
color: #e4bf46;
background: #466be4;
border: 0.1rem solid #e4bf46;
outline: none;
padding: 1.5rem;
margin-bottom: 0.75rem;
}
.quote {
text-align: right;
font-size: 3rem;
font-weight: 900;
font-style: italic;
color: #21cfa4;
margin: 2rem 6rem -3rem 6rem;
}
@media (max-width: 799px) {
.quote {
opacity: 0.2;
}
}
.quote strong {
color: #e4bf46;
}
.proj-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 1.5rem;
}
@media (max-width: 799px) {
.proj-grid {
display: block;
}
}
.proj-prev {
color: #fff;
margin-bottom: 1.5rem;
overflow: hidden;
}
.proj-prev__image {
margin: 0;
opacity: 0.2;
width: 100%;
display: block;
overflow: hidden;
padding-top: 56.25%;
position: relative;
}
.proj-prev__image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
transform: translate(-50%, -50%);
}
.proj-prev__heading {
font-size: 4rem;
padding-left: 2.5rem;
margin: 0;
line-height: 6rem;
}
.proj-prev__byline {
padding-left: 2.5rem;
font-size: 1.66rem;
}
.proj-prev:hover {
cursor: pointer;
}
.proj-prev:hover > .proj-prev__heading {
background: #e4bf46;
color: #466be4;
}
.proj-prev:hover > .proj-prev__image {
opacity: 1;
}
.about {
width: 100%;
display: grid;
grid-template-columns: 2fr 5fr;
grid-template-rows: repeat(3, auto);
padding: 1.5rem;
grid-template-areas: "imagery heading" "imagery copy" "imagery btn";
margin-bottom: 1.5rem;
/*transform: scale(1);
transition-property: transform;
transition-duration: 400 ms;
&:hover{
background: $colour-primary;
color: $colour-accent;
transform: scale(1.15); //simple animation to show off skills
}*/
/*&:hover + .ball{
transform: translateY(-1500%);
}*/
}
.about__heading {
grid-area: heading;
color: #fff;
text-shadow: 0.55rem 0.55rem #d8ac1f;
text-align: right;
padding-right: 1.5rem;
}
.about__imagery {
grid-area: imagery;
}
.about__pic {
overflow: hidden;
width: 80%;
border-radius: 1000rem;
border: 1.5rem solid #e4bf46;
transition: all 1000ms ease-in-out;
}
@media (max-width: 799px) {
.about__pic {
opacity: 0.2;
}
}
.about__pic:hover {
transform: rotate(360deg);
}
.about__pic img {
display: block;
width: 100%;
}
.about__copy {
grid-area: copy;
}
.about__copy p {
line-height: 2.4rem;
margin-bottom: 3.375rem;
}
.about .ball {
width: 60px;
height: 60px;
background: #11ee23cb;
margin-bottom: 1rem;
border-radius: 30px;
transition: transform 4000ms;
}
.btn {
border-radius: 2rem;
background-color: #15DEA5;
position: relative;
z-index: 1;
}
.btn:hover::after {
opacity: 1;
}
.btn:hover + .img::before {
opacity: 0;
}
.btn::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: radial-gradient(circle, #22eab1 0%, #11af82 100%);
opacity: 0;
z-index: -1;
transition: opacity 250ms;
}
.img {
z-index: -1;
}
.img::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2rem;
background: #15DEA5;
z-index: 1;
}
.project {
width: 100%;
margin-bottom: 1.8rem;
display: grid;
grid-template-columns: 5fr 3fr;
grid-template-rows: repeat(3, auto);
grid-gap: 1.5rem;
grid-template-areas: "image synopsis" "tags synopsis" "btn btn";
}
@media (max-width: 799px) {
.project {
opacity: 0.2;
display: block;
}
}
.project__image {
grid-area: image;
width: 100%;
display: block;
overflow: hidden;
padding-top: 56.25%;
position: relative;
}
.project__image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
transform: translate(-50%, -50%);
}
.project__synopsis {
grid-area: synopsis;
padding-left: 1.5rem;
}
.project__synopsis h1 {
color: #fff;
text-shadow: 0.55rem 0.55rem #d8ac1f;
}
.project__synopsis p {
line-height: 2.5rem;
}
.project__tags {
grid-area: tags;
}
.project__tags p {
color: #fff;
}
.project__tags p strong {
color: #e4bf46;
font-weight: 900;
font-style: italic;
}
.project__btn {
padding: 1.5rem;
border: 0.1rem solid #e4bf46;
color: #e4bf46;
background: #466be4;
cursor: pointer;
grid-area: btn;
}
.project__btn--full-width {
width: 100%;
margin: 0 auto;
}
.btn2:hover + .progress > .progress__bar {
transform: scaleX(1);
}
.btn2:hover ~ .boxes > .boxes--rotDegrees {
transform-origin: left;
transform: rotate(0deg);
}
.btn2:hover ~ .boxes > .boxes--rotTurns {
transform-origin: right;
transform: rotate(0turn);
}
.progress__bar {
transform-origin: 0%;
background-color: #11ee23cb;
padding: 2rem;
transform: scaleX(0);
transition: transform 1000ms cubic-bezier(0.32, 0, 0.07, 1);
}
.boxes--rotDegrees {
background: green;
transform: rotate(360deg);
transition: transform 1000ms ease-in-out;
}
.boxes--rotTurns {
background: pink;
transform: rotate(-1turn);
transition: transform 1200ms ease-in-out;
}
/*
.box2 {
&--perspective75px {
transform: perspective(75px) rotateX(45deg);
}
&--perspective150px {
transform: perspective(150px) rotateX(45deg);
}
&--perspective300px {
transform: perspective(300px) rotateX(45deg);
}
}*/
.btn3 {
padding: 1.5rem;
border: 0.1rem solid #e4bf46;
color: #e4bf46;
background: #466be4;
cursor: pointer;
perspective: 500px;
}
.btn3--full-width {
width: 100%;
margin: 0 auto;
}
.btn3:active > .btn3__flip {
background: green;
transform: rotateX(-90deg);
}
.btn3__flip {
background: red;
transform-style: preserve-3d;
transform-origin: center bottom 7.5vw;
transition: transform 500ms cubic-bezier(0.7, 0, 0.23, 1);
}
.btn3__flip--off {
background: #14eb14;
transform: rotateX(0deg) translateZ(7.5vw);
}
.btn3__flip--on {
background: grey;
transform: rotateX(90deg) translateZ(7.5vw);
}
.card {
padding: 2rem;
border: 0.1rem solid #e4bf46;
width: 33vh;
height: 72vh;
overflow: hidden;
}
.card:not(:last-child) {
margin-right: 4vh;
}
.card--anim {
transform: translateX(37vh);
transition: transform 700ms cubic-bezier(0.49, 0.18, 0.23, 1);
}
.card__contents {
width: 33vh;
overflow: hidden;
}
.card__contents--anim {
transform: translateX(-37vh);
transition: transform 700ms cubic-bezier(0.49, 0.18, 0.23, 1);
}
.card__block {
overflow: hidden;
}
.card__block--anim-1 {
transform: translateX(-108%);
transition: transform 500ms cubic-bezier(0.49, 0.18, 0.23, 1) 50ms;
}
.card__block--anim-2 {
transform: translateX(-108%);
transition: transform 500ms cubic-bezier(0.49, 0.18, 0.23, 1) 100ms;
}
.card__block--anim-3 {
transform: translateX(-108%);
transition: transform 500ms cubic-bezier(0.49, 0.18, 0.23, 1) 150ms;
}
.card__block:not(:first-child) {
margin-top: 1rem;
}
.btn4 {
border: 0.1rem solid #e4bf46;
padding: 1.5rem;
border: 0.1rem solid #e4bf46;
color: #e4bf46;
background: #466be4;
cursor: pointer;
}
.btn4--full-width {
width: 100%;
margin: 0 auto;
}
.btn4--reveal:hover + .card--anim {
transform: translateX(0);
}
.btn4--reveal:hover + .card .card__contents--anim {
transform: translateX(0);
}
/*# sourceMappingURL=style.css.map */
| 0.57821 | 0.073463 |
body, html {
margin: 0;
padding: 0;
}
body {
font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
font-size: 16px;
color: #363636;
-webkit-user-select: none;
line-height: 1.2em;
}
h1, h2 {
font-weight: bold;
text-shadow: 0 1px 1px #ffffff;
}
h1 {
font-size: 21pt;
color: #404040;
}
h2 {
font-size: 24pt;
color: #404040;
margin: 1em 0 0.7em 0;
}
h3 {
font-size: 15px;
color: #404040;
text-shadow: 0 1px 1px #ffffff;
}
h4 {
font-size: 14pt;
color: #7e7f7e;
text-shadow: 0 1px 1px #ffffff;
}
a {
color: #363636;
cursor: pointer;
text-decoration: underline;
}
pre {
margin: 0;
font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
}
header, footer { display: block; }
button {
border: 1px solid #bbbbbb;
font-weight: bold;
text-shadow: 0 1px 1px #ffffff;
font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
font-size: 14px;
color: #363636;
padding: 6px 10px;
margin: 1px 1px 1px 0;
outline: none;
background: #f9f9f9;
background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e3e3e3));
background: -moz-linear-gradient(top, #f9f9f9, #e3e3e3);
background: linear-gradient(top, #f9f9f9, #e3e3e3);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 1px #ffffff;
-webkit-box-shadow: 0 1px 1px #ffffff;
box-shadow: 0 1px 1px #ffffff;
}
button:active {
background: #e3e3e3;
background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f9f9f9));
background: -moz-linear-gradient(top, #e3e3e3, #f9f9f9);
background: linear-gradient(top, #e3e3e3, #f9f9f9);
}
button.default {
color: #ffffff;
border: 1px solid #3f68a5;
text-shadow: 0 -1px 1px #46677f;
background: #7bb5db;
background: -webkit-gradient(linear, left top, left bottom, from(#7bb5db), to(#4775b8));
background: -moz-linear-gradient(top, #7bb5db, #4775b8);
background: linear-gradient(top, #7bb5db, #4775b8);
}
button.default:active {
background: #4775b8;
background: -webkit-gradient(linear, left top, left bottom, from(#4775b8), to(#7bb5db));
background: -moz-linear-gradient(top, #4775b8, #7bb5db);
background: linear-gradient(top, #4775b8, #7bb5db);
}
button.default .active {
background: #4775b8;
background: -webkit-gradient(linear, left top, left bottom, from(#4775b8), to(#7bb5db));
background: -moz-linear-gradient(top, #4775b8, #7bb5db);
background: linear-gradient(top, #4775b8, #7bb5db);
}
label {
display: block;
margin: 0 0 20px 0;
overflow: visible;
}
label span {
display: block;
margin-bottom: 6px;
margin-left: -3px;
font-weight: bold;
font-size: 13px;
}
label input {
font-size: 14px;
display: block;
}
label input[type="checkbox"] {
width: 15px !important;
margin-right: 7px;
display: inline-block;
}
label input[type="checkbox"] + span { display: inline; }
label input[type="text"] {
width: 220px;
margin: 0 2px 0 0;
padding: 4px 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
label input[type="password"] {
width: 220px;
margin: 0 2px 0 0;
padding: 4px 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
textarea {
width: 220px;
margin: 0 2px 0 0;
padding: 4px 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
textarea, input[type="text"], input[type="password"] {
border: 1px solid #9e9fa2;
color: #363636;
text-shadow: 0 1px 1px #ffffff;
font-size: 17px;
outline: none;
padding: 10px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
background: #e6e6e7;
background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e7), to(#fafafa));
background: -moz-linear-gradient(top, #e6e6e7, #fafafa);
background: linear-gradient(top, #e6e6e7, #fafafa);
background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e7), color-stop(0.3, #fafafa), to(#fafafa));
}
textarea {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
height: 70px;
}
.vdivide {
width: 6px;
border: 1px solid #c5c5c5;
border-width: 0 1px 0 1px;
border-right-color: rgba(0, 0, 0, 0.3);
background: #f9f9f9;
background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#dfe0e1));
background: -moz-linear-gradient(left, #f9f9f9, #dfe0e1);
background: linear-gradient(left, #f9f9f9, #dfe0e1);
}
#title {
overflow: hidden;
height: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-box-shadow: inset 0px -1px 3px #1d1d1d;
-webkit-box-shadow: inset 0px -1px 3px #1d1d1d;
box-shadow: inset 0px -1px 3px #1d1d1d;
background: #474747;
background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#303030));
background: -moz-linear-gradient(top, #474747, #303030);
background: linear-gradient(top, #474747, #303030);
}
#title h1 {
line-height: 50px;
float: left;
padding: 0 20px;
font-size: 18px;
margin: 0;
color: #FFF;
border-right: 1px solid #181818;
-moz-box-shadow: 1px 0px 1px #525252;
-webkit-box-shadow: 1px 0px 1px #525252;
box-shadow: 1px 0px 1px #525252;
text-shadow: 0 -1px 1px black;
font-weight: bold;
}
#wrapper {
position: absolute;
left: 0;
top: 50px;
right: 0;
bottom: 0;
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
-webkit-box-pack: left;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
-moz-box-pack: left;
}
#sidebar {
width: 300px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
-webkit-box-pack: left;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
-moz-box-pack: left;
}
#sidebar .items {
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
overflow: auto;
}
#sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
#sidebar li {
cursor: pointer;
border-bottom: 1px solid #d2d2d1;
position: relative;
color: #333;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#sidebar li.current {
color: #ffffff;
text-shadow: 0 -1px 1px #46677f;
background: #7bb5db;
background: -webkit-gradient(linear, left top, left bottom, from(#7bb5db), to(#4775b8));
background: -moz-linear-gradient(top, #7bb5db, #4775b8);
background: linear-gradient(top, #7bb5db, #4775b8);
border-bottom-color: #609fd0;
-moz-box-shadow: inset 0 2px 2px #4775b8;
-webkit-box-shadow: inset 0 2px 2px #4775b8;
box-shadow: inset 0 2px 2px #4775b8;
-webkit-box-shadow: inset 0 1px 1px #4775b8, inset 0 -1px 1px #3e67a3;
}
#sidebar li .cta {
position: absolute;
right: 10px;
top: 12px;
padding: 0px 6px;
color: #ffffff;
font-size: 12px;
font-weight: bold;
border: 2px solid #ffffff;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
-moz-box-shadow: 0 0 2px #7f7f7f;
-webkit-box-shadow: 0 0 2px #7f7f7f;
box-shadow: 0 0 2px #7f7f7f;
text-shadow: 0 -1px 1px #7f7f7f;
background: #58a7d5;
background: -webkit-gradient(linear, left top, left bottom, from(#58a7d5), to(#3995cc));
background: -moz-linear-gradient(top, #58a7d5, #3995cc);
background: linear-gradient(top, #58a7d5, #3995cc);
background: -webkit-gradient(linear, left top, left bottom, from(#58a7d5), color-stop(0.5, #58a7d5), color-stop(0.5, #3995cc), to(#3995cc))
}
#sidebar li img {
float: left;
width: 32px;
height: 32px;
margin: 8px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#sidebar .name {
float: left;
margin: 15px 8px 8px 5px;
}
#sidebar footer {
padding: 6px;
border-top: 1px solid #c5c5c5;
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedfe0));
background: -moz-linear-gradient(top, #ffffff, #dedfe0);
background: linear-gradient(top, #ffffff, #dedfe0);
-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
text-align: right;
}
#sidebar .search {
padding: 6px 7px 5px 7px;
border: 1px solid #c5c5c5;
border-width: 1px 0 1px 0;
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedfe0));
background: -moz-linear-gradient(top, #ffffff, #dedfe0);
background: linear-gradient(top, #ffffff, #dedfe0);
}
#sidebar .search input {
font-size: 30px;
width: 100%;
}
#sidebar .empty {
font-style: italic;
}
#contacts {
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
}
#contacts .options {
margin: 0;
padding: 0;
overflow: hidden;
list-style: none;
color: #333333;
font-weight: bold;
text-shadow: 0 1px 1px #ffffff;
font-size: 14px;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e1));
background: -moz-linear-gradient(top, #ffffff, #e0e0e1);
background: linear-gradient(top, #ffffff, #e0e0e1);
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset -1px -1px 3px #eeeeee, 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#contacts .options li {
float: left;
line-height: 30px;
height: 30px;
padding: 0 20px;
cursor: pointer;
border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#contacts .options li:active {
background: #dadada;
-moz-box-shadow: inset 0 0 10px #9c9c9c;
-webkit-box-shadow: inset 0 0 10px #9c9c9c;
box-shadow: inset 0 0 10px #9c9c9c;
}
#contacts .options li.default {
color: #ffffff;
text-shadow: 0 -1px 1px #46677f;
background: #7bb5db;
background: -webkit-gradient(linear, left top, left bottom, from(#7bb5db), to(#4775b8));
background: -moz-linear-gradient(top, #7bb5db, #4775b8);
background: linear-gradient(top, #7bb5db, #4775b8);
}
#contacts .options li.default:active {
border-left-color: #a8a8a8;
background: #7bb5db;
-moz-box-shadow: inset 0 0 10px #4775b8;
-webkit-box-shadow: inset 0 0 10px #4775b8;
box-shadow: inset 0 0 10px #4775b8;
}
#contacts .content {
-moz-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.1);
padding: 20px;
-webkit-user-select: text;
}
#contacts .content span {
-webkit-user-select: none;
}
#contacts .empty {
font-style: italic;
}
|
book-assets-master/ch11/spine.contacts/css/application.css
|
body, html {
margin: 0;
padding: 0;
}
body {
font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
font-size: 16px;
color: #363636;
-webkit-user-select: none;
line-height: 1.2em;
}
h1, h2 {
font-weight: bold;
text-shadow: 0 1px 1px #ffffff;
}
h1 {
font-size: 21pt;
color: #404040;
}
h2 {
font-size: 24pt;
color: #404040;
margin: 1em 0 0.7em 0;
}
h3 {
font-size: 15px;
color: #404040;
text-shadow: 0 1px 1px #ffffff;
}
h4 {
font-size: 14pt;
color: #7e7f7e;
text-shadow: 0 1px 1px #ffffff;
}
a {
color: #363636;
cursor: pointer;
text-decoration: underline;
}
pre {
margin: 0;
font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
}
header, footer { display: block; }
button {
border: 1px solid #bbbbbb;
font-weight: bold;
text-shadow: 0 1px 1px #ffffff;
font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
font-size: 14px;
color: #363636;
padding: 6px 10px;
margin: 1px 1px 1px 0;
outline: none;
background: #f9f9f9;
background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e3e3e3));
background: -moz-linear-gradient(top, #f9f9f9, #e3e3e3);
background: linear-gradient(top, #f9f9f9, #e3e3e3);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 1px #ffffff;
-webkit-box-shadow: 0 1px 1px #ffffff;
box-shadow: 0 1px 1px #ffffff;
}
button:active {
background: #e3e3e3;
background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f9f9f9));
background: -moz-linear-gradient(top, #e3e3e3, #f9f9f9);
background: linear-gradient(top, #e3e3e3, #f9f9f9);
}
button.default {
color: #ffffff;
border: 1px solid #3f68a5;
text-shadow: 0 -1px 1px #46677f;
background: #7bb5db;
background: -webkit-gradient(linear, left top, left bottom, from(#7bb5db), to(#4775b8));
background: -moz-linear-gradient(top, #7bb5db, #4775b8);
background: linear-gradient(top, #7bb5db, #4775b8);
}
button.default:active {
background: #4775b8;
background: -webkit-gradient(linear, left top, left bottom, from(#4775b8), to(#7bb5db));
background: -moz-linear-gradient(top, #4775b8, #7bb5db);
background: linear-gradient(top, #4775b8, #7bb5db);
}
button.default .active {
background: #4775b8;
background: -webkit-gradient(linear, left top, left bottom, from(#4775b8), to(#7bb5db));
background: -moz-linear-gradient(top, #4775b8, #7bb5db);
background: linear-gradient(top, #4775b8, #7bb5db);
}
label {
display: block;
margin: 0 0 20px 0;
overflow: visible;
}
label span {
display: block;
margin-bottom: 6px;
margin-left: -3px;
font-weight: bold;
font-size: 13px;
}
label input {
font-size: 14px;
display: block;
}
label input[type="checkbox"] {
width: 15px !important;
margin-right: 7px;
display: inline-block;
}
label input[type="checkbox"] + span { display: inline; }
label input[type="text"] {
width: 220px;
margin: 0 2px 0 0;
padding: 4px 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
label input[type="password"] {
width: 220px;
margin: 0 2px 0 0;
padding: 4px 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
textarea {
width: 220px;
margin: 0 2px 0 0;
padding: 4px 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
textarea, input[type="text"], input[type="password"] {
border: 1px solid #9e9fa2;
color: #363636;
text-shadow: 0 1px 1px #ffffff;
font-size: 17px;
outline: none;
padding: 10px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
background: #e6e6e7;
background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e7), to(#fafafa));
background: -moz-linear-gradient(top, #e6e6e7, #fafafa);
background: linear-gradient(top, #e6e6e7, #fafafa);
background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e7), color-stop(0.3, #fafafa), to(#fafafa));
}
textarea {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
height: 70px;
}
.vdivide {
width: 6px;
border: 1px solid #c5c5c5;
border-width: 0 1px 0 1px;
border-right-color: rgba(0, 0, 0, 0.3);
background: #f9f9f9;
background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#dfe0e1));
background: -moz-linear-gradient(left, #f9f9f9, #dfe0e1);
background: linear-gradient(left, #f9f9f9, #dfe0e1);
}
#title {
overflow: hidden;
height: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-box-shadow: inset 0px -1px 3px #1d1d1d;
-webkit-box-shadow: inset 0px -1px 3px #1d1d1d;
box-shadow: inset 0px -1px 3px #1d1d1d;
background: #474747;
background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#303030));
background: -moz-linear-gradient(top, #474747, #303030);
background: linear-gradient(top, #474747, #303030);
}
#title h1 {
line-height: 50px;
float: left;
padding: 0 20px;
font-size: 18px;
margin: 0;
color: #FFF;
border-right: 1px solid #181818;
-moz-box-shadow: 1px 0px 1px #525252;
-webkit-box-shadow: 1px 0px 1px #525252;
box-shadow: 1px 0px 1px #525252;
text-shadow: 0 -1px 1px black;
font-weight: bold;
}
#wrapper {
position: absolute;
left: 0;
top: 50px;
right: 0;
bottom: 0;
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
-webkit-box-pack: left;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
-moz-box-pack: left;
}
#sidebar {
width: 300px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
-webkit-box-pack: left;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
-moz-box-pack: left;
}
#sidebar .items {
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
overflow: auto;
}
#sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
#sidebar li {
cursor: pointer;
border-bottom: 1px solid #d2d2d1;
position: relative;
color: #333;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#sidebar li.current {
color: #ffffff;
text-shadow: 0 -1px 1px #46677f;
background: #7bb5db;
background: -webkit-gradient(linear, left top, left bottom, from(#7bb5db), to(#4775b8));
background: -moz-linear-gradient(top, #7bb5db, #4775b8);
background: linear-gradient(top, #7bb5db, #4775b8);
border-bottom-color: #609fd0;
-moz-box-shadow: inset 0 2px 2px #4775b8;
-webkit-box-shadow: inset 0 2px 2px #4775b8;
box-shadow: inset 0 2px 2px #4775b8;
-webkit-box-shadow: inset 0 1px 1px #4775b8, inset 0 -1px 1px #3e67a3;
}
#sidebar li .cta {
position: absolute;
right: 10px;
top: 12px;
padding: 0px 6px;
color: #ffffff;
font-size: 12px;
font-weight: bold;
border: 2px solid #ffffff;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
-moz-box-shadow: 0 0 2px #7f7f7f;
-webkit-box-shadow: 0 0 2px #7f7f7f;
box-shadow: 0 0 2px #7f7f7f;
text-shadow: 0 -1px 1px #7f7f7f;
background: #58a7d5;
background: -webkit-gradient(linear, left top, left bottom, from(#58a7d5), to(#3995cc));
background: -moz-linear-gradient(top, #58a7d5, #3995cc);
background: linear-gradient(top, #58a7d5, #3995cc);
background: -webkit-gradient(linear, left top, left bottom, from(#58a7d5), color-stop(0.5, #58a7d5), color-stop(0.5, #3995cc), to(#3995cc))
}
#sidebar li img {
float: left;
width: 32px;
height: 32px;
margin: 8px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#sidebar .name {
float: left;
margin: 15px 8px 8px 5px;
}
#sidebar footer {
padding: 6px;
border-top: 1px solid #c5c5c5;
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedfe0));
background: -moz-linear-gradient(top, #ffffff, #dedfe0);
background: linear-gradient(top, #ffffff, #dedfe0);
-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
text-align: right;
}
#sidebar .search {
padding: 6px 7px 5px 7px;
border: 1px solid #c5c5c5;
border-width: 1px 0 1px 0;
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedfe0));
background: -moz-linear-gradient(top, #ffffff, #dedfe0);
background: linear-gradient(top, #ffffff, #dedfe0);
}
#sidebar .search input {
font-size: 30px;
width: 100%;
}
#sidebar .empty {
font-style: italic;
}
#contacts {
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
}
#contacts .options {
margin: 0;
padding: 0;
overflow: hidden;
list-style: none;
color: #333333;
font-weight: bold;
text-shadow: 0 1px 1px #ffffff;
font-size: 14px;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e1));
background: -moz-linear-gradient(top, #ffffff, #e0e0e1);
background: linear-gradient(top, #ffffff, #e0e0e1);
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset -1px -1px 3px #eeeeee, 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#contacts .options li {
float: left;
line-height: 30px;
height: 30px;
padding: 0 20px;
cursor: pointer;
border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#contacts .options li:active {
background: #dadada;
-moz-box-shadow: inset 0 0 10px #9c9c9c;
-webkit-box-shadow: inset 0 0 10px #9c9c9c;
box-shadow: inset 0 0 10px #9c9c9c;
}
#contacts .options li.default {
color: #ffffff;
text-shadow: 0 -1px 1px #46677f;
background: #7bb5db;
background: -webkit-gradient(linear, left top, left bottom, from(#7bb5db), to(#4775b8));
background: -moz-linear-gradient(top, #7bb5db, #4775b8);
background: linear-gradient(top, #7bb5db, #4775b8);
}
#contacts .options li.default:active {
border-left-color: #a8a8a8;
background: #7bb5db;
-moz-box-shadow: inset 0 0 10px #4775b8;
-webkit-box-shadow: inset 0 0 10px #4775b8;
box-shadow: inset 0 0 10px #4775b8;
}
#contacts .content {
-moz-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.1);
padding: 20px;
-webkit-user-select: text;
}
#contacts .content span {
-webkit-user-select: none;
}
#contacts .empty {
font-style: italic;
}
| 0.297776 | 0.146209 |
@import url("https://fonts.googleapis.com/css2?family=Bangers&display=swap");
:root {
--main-color: #ffa60b;
--hover-color: #ff500b;
--cold-color: #78adce;
}
html,
body {
height: 100%;
background: #161517;
font-family: "Bangers", cursive;
}
#root {
height: 100%;
}
.horizontal-row {
display: flex;
justify-content: space-between;
align-items: center;
}
h1,
h2,
h5 {
text-align: center;
color: white;
letter-spacing: 3px;
}
.machine-component-name {
font-size: 1.3em;
}
.conveyor-wrapper {
border-bottom: 4px solid var(--main-color);
display: flex;
justify-content: space-between;
position: relative;
overflow: hidden;
}
.biscuit-line {
margin-top: 130px;
}
/* Biscuit Component */
.biscuit {
margin-top: 130px;
width: 80px;
height: 80px;
background-image: url("./assets/biscuit.png");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.moving-biscuit {
position: absolute;
animation: rotate 2s infinite linear;
}
.static-biscuit {
margin-top: 190px;
}
.image-wrapper {
display: flex;
justify-content: center;
margin: 0 auto;
max-width: 300px;
}
.image-wrapper img {
width: 100%;
}
@keyframes rotate {
100% {
transform: rotate(360deg);
}
}
/* Biscuit Component */
/* Box Component */
.box > div {
display: flex;
}
.box {
width: 20%;
}
.box .biscuit {
transform: scale(0.1);
animation: grow 400ms forwards;
}
@keyframes grow {
100% {
transform: scale(1);
}
}
/* Box Component */
/* Machine Components */
.belt {
width: 80%;
display: flex;
justify-content: space-around;
}
.machine-component {
width: 33.3%;
}
.oven {
height: 150px;
width: 370px;
background-image: url("./assets/oven.png");
}
.extruder {
width: 100px;
height: 100px;
background-image: url("./assets/extruder.png");
}
.stamper {
width: 72px;
height: 100px;
background-image: url("./assets/stamper.png");
}
/* Machine Components */
/* Navigation Component */
nav ul {
display: flex;
justify-content: center;
list-style-type: none;
margin: 0;
}
nav ul li {
padding: 1.5em 2em;
}
ul {
padding-left: 0;
}
nav ul li a,
button {
color: var(--main-color);
font-size: 2em;
text-decoration: none;
transition: all 400ms ease-in-out;
}
nav ul li button {
cursor: pointer;
background-color: #140f0f36;
outline: none;
border: none;
}
nav ul li a:hover,
button:hover {
color: var(--hover-color);
transform: translateY(-5px) scale(0.9);
}
/* Navigation Component */
/* Controls-Component */
.controls-wrapper {
margin-top: 50px;
color: white;
display: flex;
justify-content: center;
}
.controls-wrapper button {
font-size: 1.5em;
color: white;
padding: 10px 20px;
background-color: #140f0f36;
border: 1px solid var(--main-color);
cursor: pointer;
transition: all 400ms ease-in-out;
}
.controls-wrapper button:hover {
color: var(--hover-color);
transform: translateY(-5px) scale(0.9);
}
.controls-wrapper span {
transition: color 400ms ease-in-out;
}
.heating-element-on {
color: var(--hover-color);
}
.heating-element-off {
color: var(--cold-color);
}
/* Controls-Component */
/* Login/Register Form */
.form-wrapper {
max-width: 500px;
margin: 0 auto;
display: flex;
flex-flow: column wrap;
color: var(--main-color);
}
.form-wrapper input[type="text"],
input[type="password"],
input[type="email"] {
margin: 5px 0;
outline: none;
border: none;
padding: 5px;
min-width: 200px;
margin-left: 20px;
background-color: #140f0f36;
box-shadow: 0 4px 2px -2px var(--main-color);
color: white;
font-family: "Lucida Casual", "Comic Sans MS";
}
.form-wrapper form {
margin: 0 auto;
}
.form-wrapper label {
font-size: 1.4em;
}
.form-wrapper button {
font-size: 1.4em;
background-color: var(--main-color);
color: black;
outline: none;
border: none;
cursor: pointer;
padding: 10px;
min-width: 200px;
border-radius: 8px;
transition: all 400ms ease-in-out;
}
.form-wrapper button:hover {
transform: translateY(-5px) scale(0.9);
}
.validation-errors-wrapper {
margin: 0 auto;
}
.validation-error {
color: white;
font-size: 0.8em;
font-family: "Lucida Casual", "Comic Sans MS";
}
.input-field {
display: flex;
justify-content: space-between;
align-items: center;
}
.submit-button {
text-align: center;
margin-top: 10px;
}
/* Login/Register Form */
/* Logs */
.logs {
color: white;
transition: all 1s ease-in;
}
.logs-and-users-wrapper {
display: flex;
justify-content: space-around;
}
.logs-and-users-wrapper h2 {
padding-bottom: 5px;
box-shadow: 0 3px 2px -2px var(--main-color);
}
.clear-logs {
background-color: #140f0f36;
border: 1px solid var(--main-color);
cursor: pointer;
color: white;
padding: 10px 10px;
border-radius: 8px;
font-size: 0.9em;
display: block;
margin: 0 auto;
margin-bottom: 10px;
transition: all 400ms ease-in-out;
}
.clear-logs:hover {
color: var(--hover-color);
transform: translateY(-5px) scale(0.9);
}
/* Logs */
/* Machine Specifications */
.number-control {
color: white;
display: flex;
font-size: 1.4em;
padding: 5px;
}
.number-control .number {
padding: 0 10px;
}
.number-control button {
color: var(--main-color);
background-color: #140f0f36;
outline: none;
border: none;
cursor: pointer;
}
.number-control label {
margin-right: 10px;
}
.save-specs {
margin-top: 30px;
color: white;
}
.save-specs button {
display: block;
font-size: 1.2em;
color: white;
padding: 10px 20px;
background-color: #140f0f36;
border: 1px solid var(--main-color);
cursor: pointer;
transition: all 400ms ease-in-out;
margin: 0 auto;
border-radius: 8px;
}
.save-specs button:hover {
color: var(--hover-color);
transform: translateY(-5px) scale(0.9);
}
.time-input {
color: white;
display: flex;
font-size: 1.4em;
padding: 5px;
}
.time-input label {
margin-right: 10px;
}
.saved-text {
margin-top: 10px;
color: var(--main-color);
text-align: center;
transition: all 400ms ease-in-out;
display: block;
margin: 0 auto;
margin-top: 10px;
}
|
src/ui/src/App.css
|
@import url("https://fonts.googleapis.com/css2?family=Bangers&display=swap");
:root {
--main-color: #ffa60b;
--hover-color: #ff500b;
--cold-color: #78adce;
}
html,
body {
height: 100%;
background: #161517;
font-family: "Bangers", cursive;
}
#root {
height: 100%;
}
.horizontal-row {
display: flex;
justify-content: space-between;
align-items: center;
}
h1,
h2,
h5 {
text-align: center;
color: white;
letter-spacing: 3px;
}
.machine-component-name {
font-size: 1.3em;
}
.conveyor-wrapper {
border-bottom: 4px solid var(--main-color);
display: flex;
justify-content: space-between;
position: relative;
overflow: hidden;
}
.biscuit-line {
margin-top: 130px;
}
/* Biscuit Component */
.biscuit {
margin-top: 130px;
width: 80px;
height: 80px;
background-image: url("./assets/biscuit.png");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.moving-biscuit {
position: absolute;
animation: rotate 2s infinite linear;
}
.static-biscuit {
margin-top: 190px;
}
.image-wrapper {
display: flex;
justify-content: center;
margin: 0 auto;
max-width: 300px;
}
.image-wrapper img {
width: 100%;
}
@keyframes rotate {
100% {
transform: rotate(360deg);
}
}
/* Biscuit Component */
/* Box Component */
.box > div {
display: flex;
}
.box {
width: 20%;
}
.box .biscuit {
transform: scale(0.1);
animation: grow 400ms forwards;
}
@keyframes grow {
100% {
transform: scale(1);
}
}
/* Box Component */
/* Machine Components */
.belt {
width: 80%;
display: flex;
justify-content: space-around;
}
.machine-component {
width: 33.3%;
}
.oven {
height: 150px;
width: 370px;
background-image: url("./assets/oven.png");
}
.extruder {
width: 100px;
height: 100px;
background-image: url("./assets/extruder.png");
}
.stamper {
width: 72px;
height: 100px;
background-image: url("./assets/stamper.png");
}
/* Machine Components */
/* Navigation Component */
nav ul {
display: flex;
justify-content: center;
list-style-type: none;
margin: 0;
}
nav ul li {
padding: 1.5em 2em;
}
ul {
padding-left: 0;
}
nav ul li a,
button {
color: var(--main-color);
font-size: 2em;
text-decoration: none;
transition: all 400ms ease-in-out;
}
nav ul li button {
cursor: pointer;
background-color: #140f0f36;
outline: none;
border: none;
}
nav ul li a:hover,
button:hover {
color: var(--hover-color);
transform: translateY(-5px) scale(0.9);
}
/* Navigation Component */
/* Controls-Component */
.controls-wrapper {
margin-top: 50px;
color: white;
display: flex;
justify-content: center;
}
.controls-wrapper button {
font-size: 1.5em;
color: white;
padding: 10px 20px;
background-color: #140f0f36;
border: 1px solid var(--main-color);
cursor: pointer;
transition: all 400ms ease-in-out;
}
.controls-wrapper button:hover {
color: var(--hover-color);
transform: translateY(-5px) scale(0.9);
}
.controls-wrapper span {
transition: color 400ms ease-in-out;
}
.heating-element-on {
color: var(--hover-color);
}
.heating-element-off {
color: var(--cold-color);
}
/* Controls-Component */
/* Login/Register Form */
.form-wrapper {
max-width: 500px;
margin: 0 auto;
display: flex;
flex-flow: column wrap;
color: var(--main-color);
}
.form-wrapper input[type="text"],
input[type="password"],
input[type="email"] {
margin: 5px 0;
outline: none;
border: none;
padding: 5px;
min-width: 200px;
margin-left: 20px;
background-color: #140f0f36;
box-shadow: 0 4px 2px -2px var(--main-color);
color: white;
font-family: "Lucida Casual", "Comic Sans MS";
}
.form-wrapper form {
margin: 0 auto;
}
.form-wrapper label {
font-size: 1.4em;
}
.form-wrapper button {
font-size: 1.4em;
background-color: var(--main-color);
color: black;
outline: none;
border: none;
cursor: pointer;
padding: 10px;
min-width: 200px;
border-radius: 8px;
transition: all 400ms ease-in-out;
}
.form-wrapper button:hover {
transform: translateY(-5px) scale(0.9);
}
.validation-errors-wrapper {
margin: 0 auto;
}
.validation-error {
color: white;
font-size: 0.8em;
font-family: "Lucida Casual", "Comic Sans MS";
}
.input-field {
display: flex;
justify-content: space-between;
align-items: center;
}
.submit-button {
text-align: center;
margin-top: 10px;
}
/* Login/Register Form */
/* Logs */
.logs {
color: white;
transition: all 1s ease-in;
}
.logs-and-users-wrapper {
display: flex;
justify-content: space-around;
}
.logs-and-users-wrapper h2 {
padding-bottom: 5px;
box-shadow: 0 3px 2px -2px var(--main-color);
}
.clear-logs {
background-color: #140f0f36;
border: 1px solid var(--main-color);
cursor: pointer;
color: white;
padding: 10px 10px;
border-radius: 8px;
font-size: 0.9em;
display: block;
margin: 0 auto;
margin-bottom: 10px;
transition: all 400ms ease-in-out;
}
.clear-logs:hover {
color: var(--hover-color);
transform: translateY(-5px) scale(0.9);
}
/* Logs */
/* Machine Specifications */
.number-control {
color: white;
display: flex;
font-size: 1.4em;
padding: 5px;
}
.number-control .number {
padding: 0 10px;
}
.number-control button {
color: var(--main-color);
background-color: #140f0f36;
outline: none;
border: none;
cursor: pointer;
}
.number-control label {
margin-right: 10px;
}
.save-specs {
margin-top: 30px;
color: white;
}
.save-specs button {
display: block;
font-size: 1.2em;
color: white;
padding: 10px 20px;
background-color: #140f0f36;
border: 1px solid var(--main-color);
cursor: pointer;
transition: all 400ms ease-in-out;
margin: 0 auto;
border-radius: 8px;
}
.save-specs button:hover {
color: var(--hover-color);
transform: translateY(-5px) scale(0.9);
}
.time-input {
color: white;
display: flex;
font-size: 1.4em;
padding: 5px;
}
.time-input label {
margin-right: 10px;
}
.saved-text {
margin-top: 10px;
color: var(--main-color);
text-align: center;
transition: all 400ms ease-in-out;
display: block;
margin: 0 auto;
margin-top: 10px;
}
| 0.422266 | 0.099645 |
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;
}
/* --- Common Styles ---*/
body {
font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans';
font-size: 16px;
}
p {
font-family: 'Open Sans';
font-size: 14px;
}
/*----- Helper Classes -----*/
html * {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
::-moz-selection {
color: #FFFFFF;
background: #23D3D3;
}
::selection {
color: #FFFFFF;
background: #23D3D3;
}
.nopadding {
padding: 0;
}
.custom-padding {
padding-left: 10px;
padding-right: 10px;
}
.container-m {
max-width: 1024px;
margin: 0 auto !important;
padding-left: 40px;
padding-right: 40px;
position: relative;
}
.container-s {
max-width: 920px;
margin: 0 auto !important;
padding-left: 40px;
padding-right: 40px;
position: relative;
}
#loading {
width: 100%;
height: 100%;
top: 0px;
left: 0px;
position: fixed;
opacity: 1;
background-color: #F2F2F2;
z-index: 9999;
text-align: center;
}
#loading-image {
display: inline;
top: 40%;
position: relative;
z-index: 9999;
}
.logo {
position: fixed;
top: 5%;
left: 2%;
z-index: 11;
}
.logo .tld {
background: #047aed;
}
.tld {
width: 40px;
height: 40px;
background: #047aed;
color: #FFFFFF;
border-radius: 50%;
display: table;
}
.tld-text {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.tld-text a {
font-family: 'Montserrat';
font-size: 14px;
font-weight: 600;
color: #FFFFFF !important;
text-decoration: none !important;
}
.tld-text a::after {
display: none;
}
/*------ Navbar Styling ------*/
.navbar {
font-family: "Montserrat";
padding: 15px 0;
/*height: 80px;*/
background-color: #3a3837 !important;
border-bottom: 1px solid #EFEFF1;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.wt-border {
border-bottom: 2px solid #FFFFFF !important;
}
.no-border {
border: none !important;
}
.navbar .navbar-brand {
font-family: 'Montserrat';
font-size: 18px;
font-weight: 600;
letter-spacing: 0px;
color: #333347 !important;
vertical-align: middle;
}
.navbar .navbar-brand img {
vertical-align: middle;
margin-right: 0.3em;
}
.navbar .navbar-toggler {
border: none;
}
.navbar span.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(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar span.navbar-toggler-icon::before {
outline: none;
}
.navbar .navbar-toggler:focus {
outline: none;
}
.navbar-nav {
height: auto;
background: #FFFFFF;
padding: 0 1.5rem;
display: flex;
align-items: center;
-webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
transition: 0.5s all ease;
}
.navbar-nav .nav-item {
margin-right: 0;
margin-top: 1.5rem;
font-size: 0.85rem;
font-weight: 400;
text-transform: capitalize;
color: #333347;
display: flex;
}
.navbar-nav .nav-item .nav-link {
color: #fff;
font-weight: 500;
display: flex;
vertical-align: middle;
}
.navbar-nav .nav-item .nav-link:hover {
color: grey;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.navbar-nav .nav-item .nav-link:focus {
color: #333347;
}
.btn-nav {
display: inline-block;
height: 38px;
padding: 0 30px;
text-align: center;
font-size: 12px;
font-weight: 600;
line-height: 36px;
letter-spacing: 1px;
margin: 25px 0;
text-transform: uppercase;
text-decoration: none !important;
white-space: nowrap;
cursor: pointer;
background-color: transparent;
background: #047aed;
color: #FFFFFF;
border: 1px solid #047aed !important;
border-radius: 50px;
box-sizing: border-box;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.btn-nav:hover {
color: #FFFFFF;
background: #047aed;
}
.btn-nav:focus, .btn-nav:active {
background: #047aed;
color: #FFFFFF;
}
/*---- Navbar Alt -----*/
.navbar-alt {
background: transparent !important;
}
.navbar-alt .navbar-nav {
background: transparent !important;
}
/*
.navbar-alt .btn-nav {
background: #563d7c !important;
border-color: #563d7c !important;
}*/
.navbar-alt .nav-item .nav-link {
color: #FFFFFF;
}
.navbar-alt .nav-item .nav-link:hover, .navbar-alt .nav-item .nav-link:focus {
color: rgba(255, 255, 255, 0.7);
}
.navbar-alt .navbar-brand {
color: #FFFFFF !important;
}
@media only screen and (max-width: 767px) {
.navbar {
padding: 15px;
}
.navbar .navbar-nav {
background: none !important;
padding-bottom: 25px;
}
.navbar-nav .nav-item {
display: block;
}
.nav-white .nav-item .nav-link {
color: #4957B8;
}
.navbar-alt .nav-item .nav-link {
color: #333347;
}
.navbar .btn-cta {
padding: 0 30px;
}
}
@media only screen and (min-width: 240px) {
.navbar.past-main {
background: #FFFFFF !important;
border-bottom: 1px solid #EFEFF1;
}
.navbar.past-main .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar.effect-main {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.navbar.past-main .navbar-brand {
color: #333347 !important;
}
.nav-white.past-main .nav-item .nav-link {
color: #333347;
font-weight:500;
}
.navbar.past-main .nav-item .nav-link {
color: #333347;
font-weight: 500;
}
.navbar.past-main .nav-item:hover .nav-link {
color: #23D3D3;
}
.navbar.past-main .navbar-brand {
color: #333347;
}
/*
.navbar.past-main span.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}*/
.nav-white.effect-main {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
}
/*----------------- Hero Section Styling ------------------*/
.main {
width: 100%;
height: 100%;
}
.payment{
padding: 30px 0 75px 0;
}
.what {
padding: 75px 0 75px 0;
}
.first {
padding: 110px 10px 75px 0 !important;
background: #F7F7F8;
}
.home {
padding: 75px 0 75px 0;
background: #F7F7F8;
}
.home .hero-content {
padding: 25px 0 0 0;
}
.centered {
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
.home h1 {
font-size: 42px;
font-weight: 300;
color: #FFFFFF;
color: #252525;
line-height: 1.2;
letter-spacing: -0.01em;
}
.home .hero-content-inner p {
font-size: 18px;
font-weight: 400;
color: rgb(129, 129, 152);
max-width: 630px;
margin: 0 auto;
letter-spacing: 0;
line-height: 1.6;
margin-top: 10px;
margin-bottom: 15px;
}
.btn-action {
font-family: 'Montserrat';
display: inline-block;
height: 42px;
padding: 0 15px;
text-align: center;
font-size: 12px;
font-weight: 600;
line-height: 40px;
letter-spacing: 1px;
margin: 25px 0;
text-transform: uppercase;
text-decoration: none !important;
white-space: nowrap;
cursor: pointer;
background-color: transparent;
background: #047aed;
color: #FFFFFF;
border: 1px solid #047aed !important;
border-radius: 20px;
box-sizing: border-box;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.btn-action:hover {
color: #FFFFFF;
background: #047aed;
border: 1px solid #047aed !important;
outline: none !important;
text-decoration: none;
}
.btn-action:focus, .btn-action:active {
background: #047aed;
color: #FFFFFF;
border: 1px solid transparent !important;
outline: none !important;
}
.btn-alt {
background: #047aed;
color: #FFFFFF;
}
.btn-alt:hover {
background: #047aed;
color: #FFFFFF;
border: 1px solid #6d48e5 !important;
outline: none !important;
text-decoration: none;
}
.btn-white {
background: #FFFFFF;
color: #047aed;
}
.btn-white:hover {
background: #FFFFFF;
color: #047aed;
border: 1px solid #FFFFFF !important;
outline: none !important;
text-decoration: none;
}
.home .client-list {
margin-top: 25px;
}
.home .client-list ul {
list-style-type: none;
text-align: center;
}
.home .client-list ul li {
display: inline;
margin: 0 20px;
}
.home .client-list ul li img {
width: 100px;
opacity: 0.6;
cursor: pointer;
}
.home .client-list ul li img:hover {
opacity: 0.9;
}
/*------ Home 2 Styling ------*/
.home-2 {
background: #FFEEFF;
background: #fafafa;
background: linear-gradient(to bottom, #0ab3e4, #102976);
background: #047aed;
position: relative;
padding: 100px 0 50px 0;
}
.home-2::before, .home-2::after {
content: ' ';
position: absolute;
height: 120px;
bottom: -60px;
left: 0;
right: 0;
background: #FFFFFF;
transform: skewY(-5deg);
-webkit-transform: skewY(-5deg);
-moz-transform: skewY(-3deg);
-ms-transform: skewY(-3deg);
-o-transform: skewY(-3deg);
}
.home-2 .hero-img img {
width: 100%;
margin-top: 20px;
}
.home-2 .hero-content {
display: flex;
height: 100%;
padding: 0 !important;
}
.home-2 .hero-content .hero-content-inner {
margin: auto;
text-align: center;
}
.home-2 h1 {
font-size: 42px;
font-weight: 300;
color: #FFFFFF;
line-height: 1.2;
letter-spacing: -0.01em;
}
.home-2 p {
font-size: 18px;
font-weight: 400;
color: rgba(255, 255, 255, 0.7);
max-width: none;
letter-spacing: 0;
line-height: 1.6;
margin-top: 25px;
margin-bottom: 0;
}
.home-2 .client-list ul {
text-align: left;
}
.home-2 .client-list ul li {
margin: 0 20px 0 0;
}
.home-2 .hero-form {
position: relative;
z-index: 1;
}
.home-2 .hero-form #contactForm {
background: #FFFFFF;
padding: 35px;
border-radius: 10px;
max-width: 380px !important;
margin: 0 auto;
float: none;
z-index: 1111 !important;
box-shadow: 0 5px 50px rgba(0, 0, 10, 0.2);
}
.home-2 .hero-form #contactForm label {
font-family: 'Montserrat';
font-size: 14px;
font-weight: 600;
color: #1e266d;
line-height: 1.4;
margin: 10px 0;
}
.home-2 .hero-form #contactForm input, .home-2 .hero-form #contactForm textarea {
font-family: 'Montserrat';
font-size: 14px;
font-weight: 400;
color: #1e266d;
border: 0;
border-radius: 0;
border-bottom: 2px solid #b4becb;
}
.home-2 .hero-form #contactForm .btn-action {
margin: 20px 0;
min-width: 100%;
}
.help-block {
font-family: 'Montserrat';
font-size: 12px;
font-weight: 400;
margin-top: 5px;
color: #FF3333;
font-style: normal !important;
}
.text-success, .text-danger {
font-size: 14px;
font-family: 'Poppins';
}
/*------------- Home 3 Styling --------------*/
.home-3 {
/*padding: 125px 0 75px 0;*/
}
.home-3 .hero-content {
display: flex;
height: 100%;
padding: 0 !important;
}
.home-3 .hero-content .hero-content-inner {
margin: auto;
text-align: center;
}
.home-3 .hero-content h4 {
text-align:left;
font-size: 18px;
font-weight: 400;
color: rgba(0, 0, 0, 0.9);
/*text-transform: uppercase;*/
letter-spacing: 1px;
margin-top: 20px;
}
.home-3 .hero-content h1 {
text-align:left;
font-size: 42px;
font-weight: 300;
color: rgba(0, 0, 0, 0.7);
line-height: 1.2;
}
.home-3 .hero-content p {
text-align:left;
font-size: 18px;
font-weight: 400;
color: rgba(0, 0, 0, 0.8);
max-width: none;
letter-spacing: 0;
line-height: 1.6;
margin-top: 15px;
margin-bottom: 0;
}
.home-3 .hero-img img {
max-width: 100%;
margin-top: 20px;
margin-bottom: 50px;
}
/*------------- Form Styling -----------*/
.sub-form {
position: relative;
max-width: 420px;
margin: 0 auto;
margin-top: 30px;
}
.chimp-form .mail {
position: relative;
background-color: #FFFFFF;
box-shadow: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
transition: all .3s;
}
.sub-form input {
display: block;
width: 100%;
margin: 0 auto;
color: #6d48e5;
font-family: 'Montserrat';
padding: 0;
font-size: 13px;
font-weight: 500;
height: 50px;
border: 1px solid #047aed;
border-radius: 4px;
background-color: #FFFFFF;
outline: none;
padding: 0 100px 0 20px;
box-shadow: 0 5px 30px rgba(255, 255, 255, 0.1);
}
.sub-form input:focus {
outline: none !important;
background: #FFFFFF;
border: 1px solid #047aed;
}
.sub-form .submit-button {
height: 50px;
width: 100%;
border: 0;
border-radius: 4px;
margin: 0 auto;
margin: 15px 0;
padding: 0 25px 0 25px;
background: #047aed;
font-family: 'Montserrat';
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0;
color: #FFFFFF;
cursor: pointer;
outline: none;
box-shadow: 0 2px 5px 0 rgba(0, 0, 100,.2);
-webkit-transition: 300ms;
-moz-transition: 300ms;
transition: 300ms;
}
.sub-form .submit-button:hover {
box-shadow: 0 5px 25px 0 rgba(0, 0, 100,.2);
}
.sub-form .submit-button:focus, .sub-form .submit-button:active {
background: #047aed;
}
#email-error {
position: absolute;
left: 0;
right: 0;
bottom: -50%;
font-family: 'Montserrat';
font-size: 13px;
font-weight: 500;
color: #FF3333;
}
#response {
position: absolute;
left: 0;
bottom: -45%;
vertical-align: middle;
font-family: 'Montserrat';
font-size: 13px !important;
font-weight: 500;
color: #15ccbe;
}
#chimp-email-error {
position: absolute;
left: 0;
right: 0;
bottom: -45%;
vertical-align: middle;
font-family: 'Montserrat';
font-size: 13px;
font-weight: 500;
color: red;
}
.success-message {
color:#33cc33;
margin-top: 5px;
}
.form-note p {
font-size: 12px;
font-weight: 500;
color: #97a6b5
}
/*---------- Split Coming Soon Demo Styling -----------*/
.home-split {
width: 100%;
height: 100%;
}
.home-split .yd_flx2 {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: space-around;
line-height: 0;
min-height: 100vh;
}
.home-split .yd_flx2 > * {
flex: 1 100%;
}
.home-split .flx_1 {
background: #1E3B70;
background: #dbd9cd;
background: #047aed;
background: #6892d5;
background: #F9F9F9;
line-height: normal;
order: 2;
min-height: 600px;
text-align: center;
}
.home-split .flx_2 {
background: #79d1c3;
background: url(../images/hg.jpg) no-repeat center center;
background-size: cover;
min-height: 600px;
order: 1;
padding: 0 !important;
margin: 0 !important
}
.home-split .flx_1 .section-txt {
display: flex;
max-width: 600px;
margin: auto;
height: 100%;
}
.home-split .flx_1 .section-txt .section-txt-inner {
margin: auto; /* Important */
}
.home-split .flx_1 .section-txt {
padding: 50px 50px;
}
.home-split .flx_1 h2 {
font-size: 40px;
font-weight: 700;
color: rgba(0, 0, 0, 0.65);
line-height: 1.2;
letter-spacing: 0;
margin-bottom: 20px;
}
.home-split .flx_1 h4 {
font-size: 14px;
font-weight: 500;
color: rgb(129, 129, 152);
line-height: 1.4;
letter-spacing: 2px;
margin-bottom: 15px;
}
.home-split .flx_1 p {
font-size: 16px;
font-weight: 400;
color: rgb(129, 129, 152);
line-height: 1.6;
max-width: 360px;
margin: 0 auto;
}
.home-split .flx_1 a {
font-family: 'Montserrat';
font-size: 12px;
font-weight: 500;
color: #23a393;
position: relative;
display: inline-block;
text-decoration: none;
}
.home-split .flx_2 h2 {
font-size: 24px;
font-weight: 700;
color: rgba(255, 255, 255, 0.95);
line-height: 1.2;
letter-spacing: 0;
margin-bottom: 20px;
}
.home-split .btm_block {
position: relative;
width: 100%;
height: auto;
}
.home-split .block_inner {
position: absolute;
bottom: 0;
left: 50px;
}
.home-split .block_txt {
margin: 0 auto;
}
.home-split .block_txt p {
font-size: 14px;
font-weight: 500;
color: #8f2c34;
}
@media only screen and (min-width: 767px) {
.home-split .flx_1 {
flex: 1.1 0 0;
order: 1;
flex-basis: 50%;
transition: 0.3s ease-in;
}
.home-split .flx_2 {
flex: 1 0 0;
order: 2;
flex-basis: 50%;
transition: 0.3s ease-out;
}
}
.split_footer {
position: relative;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.split_footer p {
font-size: 12px !important;
}
.split_footer ul {
list-style-type: none;
text-align: center;
margin-bottom: 20px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.split_footer ul li {
font-family: "Montserrat";
font-size: 16px;
font-weight: 500;
letter-spacing: 0;
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}
.split_footer ul li a {
font-size: 14px;
font-weight: 500;
line-height: 24px;
text-transform: uppercase;
position: relative;
display: inline-block;
color: #FFFFFF;
text-decoration: none;
}
.split_footer ul li a:hover {
text-decoration: none;
color: #97a6b5;
}
.split_footer ul li {
margin-left: 8px;
margin-right: 8px;
}
.split_footer ul li a img {
width: 21px;
vertical-align: middle;
}
ul#countdown {
list-style: none;
margin: 20px 0;
padding: 0;
display: inline-block;
text-align: center;
}
ul#countdown li {
display: inline-block;
}
@media only screen and (max-width: 767px) {
ul#countdown li span {
font-size: 34px;
}
.home-split .btn-alt {
display: block;
}
}
.prk-center {
position: relative;
left: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 1;
display: table;
}
.prk-circle-box {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.prk-circle {
margin: 0 auto;
width: 270px;
height: 270px;
border-radius: 50%;
background: #6892d5;
box-shadow: 0 3px 50px 0 rgba(255, 94, 58, 0.1);
color: #e84545;
transition: all 400ms ease-in;
}
.prk-text {
position: relative;
left: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 1;
display: table;
}
.txt-box {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.txt-box ul#countdown li span {
font-family: Arial;
font-size: 24px;
font-weight: 600;
line-height: 1;
color: #FFFFFF;
padding: 6px;
transition: all 400ms ease-in;
}
.txt-box ul#countdown li.seperator {
font-size: 21px;
line-height: 1;
vertical-align: top;
color: #FFFFFF;
transition: all 400ms ease-in;
}
.txt-box ul#countdown li p {
color: rgba(255, 255, 255, 0.9);
font-size: 11px;
font-weight: 500;
padding-top: 15px;
transition: all 400ms ease-in;
}
.txt-box h2 {
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 0.5em;
transition: all 400ms ease-in;
}
.txt-box h2 span {
color: #FFFFFF;
font-weight: 700;
}
.txt-box h3 {
font-size: 16px;
font-weight: 500;
color: #e84545;
margin-top: 0.5em;
}
.txt-box a {
color: #6142d2;
}
.txt-box a:hover {
color: #6142d2;
}
.chimp-form .mail {
position: relative;
background-color: #F9F9F9;
box-shadow: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
transition: all .3s;
}
.form {
padding-top: 25px;
position: relative;
text-align: center;
}
.form input {
color: #222222;
font-family: 'Montserrat';
padding: 0;
font-size: 13px;
font-weight: 500;
height: 45px;
border: 0;
border-radius: 30px;
background-color: #efefef;
outline: none;
padding: 0 100px 0 20px;
box-shadow: 0 5px 30px rgba(255, 255, 255, 0.1);
}
.form input:focus {
outline: none !important;
border-color: transparent;
}
.form .submit-button {
height: 45px;
border: 0;
border-radius: 30px;
margin-left: -35px;
padding: 0 25px 0 25px;
background: #047aed;
font-family: 'Montserrat';
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0;
color: #FFFFFF;
cursor: pointer;
outline: none;
box-shadow: 0 5px 30px rgba(255, 255, 255, 0.05);
-webkit-transition: 500ms;
-moz-transition: 500ms;
transition: 500ms;
}
#email-error {
position: absolute;
left: 20%;
right: 0;
bottom: 0%;
font-family: 'Montserrat';
font-size: 13px;
font-weight: 500;
color: #FF3333;
}
#response {
position: absolute;
left: 20%;
bottom: -90%;
vertical-align: middle;
font-family: 'Montserrat';
font-size: 13px !important;
font-weight: 500 !important;
margin: 0 !important;
color: #15ccbe;
}
#response h4 {
font-size: 13px !important;
font-weight: 500 !important;
text-align: center;
}
.home-split #chimp-email-error {
position: absolute;
left: 0;
bottom: -50%;
vertical-align: middle;
text-align: center;
font-family: 'Montserrat';
font-size: 13px;
font-weight: 500;
color: #047aed;
}
.yd_cta_box #chimp-email-error {
position: absolute;
left: 25%;
bottom: -50%;
}
.yd_cta_box #response {
position: absolute;
left: 25%;
bottom: -90%;
}
.success-message {
color:#047aed;
margin-top: 5px;
}
.form-note p {
font-size: 12px;
}
/*-----------------------------------------------------------
------------ Service Features Styling Starts ---------------
-----------------------------------------------------------*/
.lbl-services {
background: #FFFFFF;
padding: 50px 0;
position: relative;
}
.service-intro {
padding: 0 0 50px 0;
}
.service-intro h1 {
font-size: 32px;
font-weight: 300;
color: #364655;
line-height: 1.2;
margin-bottom: 20px;
}
.service-intro p {
font-size: 16px;
font-weight: 400;
color: rgb(129, 129, 152);
line-height: 1.6;
max-width: 600px;
margin: 0 auto;
}
.justify-center {
justify-content: center !important;
display: flex;
}
.lbl_cards {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-radius: 10px;
overflow: hidden;
text-align: center;
}
/*
.card_single {
background: #FFFFFF;
text-align: center;
padding: 50px;
margin: 0 0 50px 0;
border-radius: 10px;
cursor: pointer;
-webkit-transition: 0.3s;
transition: 0.3s;
max-width: 360px;
margin: 0 auto;
border-bottom: 2px solid #e8f1f5;
}*/
.card_single {
width: 100%;
margin: 1px;
/*-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100;
flex-basis: 100%;*/
min-width: 200px;
padding: 40px 32px;
background-color: #FFF;
-webkit-transition: 0.1s ease-in background-color;
transition: 0.1s ease-in background-color;
}
/*
.card_single:hover {
box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
}
.card2 {
border-bottom: 2px solid #fffce6;
}
.card3 {
border-bottom: 2px solid #ffe9e6;
}*/
.card-icon {
width: 80px;
height: 80px;
margin: 0 auto;
border-radius: 50%;
background: rgba(30, 166, 154, 0.08);
background: #edf4f7;
display: table;
text-align: center;
}
/*
.card2 .card-icon {
background: #fffce6;
}
.card3 .card-icon {
background: #ffe9e6;
}
*/
.card-img {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.card-text {
padding: 15px;
margin-top: 15px;
}
.card-text h3 {
font-size: 21px;
font-weight: 500;
color: #364655;
}
.card-text p {
font-size: 16px;
font-weight: 500;
color: rgb(129, 129, 152);
line-height: 1.6;
margin-top: 15px;
}
/*-----------------------------------------------------
-------------- Flex Features Section 2 ----------------
-----------------------------------------------------*/
/*----------- Flex Features ------------*/
.flex-split {
padding: 50px 0;
background: #F7F7F8;
}
.flex-intro {
margin-bottom: 50px;
text-align: center;
}
.flex-intro h2 {
font-size: 32px;
font-weight: 300;
color: #3a3a47;
line-height: 1.3;
margin-bottom: 10px;
}
.flex-intro p {
font-size: 16px;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0.01em;
color: #818198;
max-width: 630px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
}
.flex-inner {
margin: 50px 0;
}
.flex-inner .f-image {
text-align: center;
}
.flex-inner .f-text {
padding: 0 35px;
text-align: center;
}
.flex-inner .f-text {
-webkit-box-flex:1;
-ms-flex:1;
flex:1;
text-align: center;
}
.flex-inner .f-text h2 {
font-size: 24px;
font-weight: 600;
color: #3a3a47;
line-height: 1.3;
margin-top: 25px;
}
.flex-inner .f-text p {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.01em;
color: #818198;
margin-top: 15px;
margin-bottom: 15px;
}
.flex-inner .f-text .left-content a {
font-family: "Open Sans";
font-size: 14px;
font-weight: 600;
color: #047aed;
position: relative;
display: inline-block;
text-decoration: none;
}
.flex-inner .f-text .left-content a::after {
content: "";
position: absolute;
left: 0;
bottom: -20%;
height: 1px;
width: 50px;
background: #8798ab;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.flex-inner .f-text .left-content a:hover::after {
width: 75px;
}
.flex-inner .f-text .left-content a:hover {
text-decoration: none;
}
.flex-inner.flex-inverted .f-image {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
.flex-inner.flex-inverted .f-image img {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(10%);
}
/*---------------- YD CTA Box Styling --------------------*/
.yd_cta_box {
background: #FFFFFF;
}
.cta_box {
background: #303c42 url(../images/motherboard1.png);
background-repeat: no-repeat;
background-position: right;
border-radius: 0;
display: flex;
margin: auto;
height: 480px;
}
.cta_box .cta_box_inner {
margin: auto;
padding: 0;
}
.cta_box .cta_box_inner .box_txt {
padding: 0;
}
.cta_box .cta_box_inner h4 {
font-size: 18px;
font-weight: 400;
line-height: 1.2;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 20px;
}
.cta_box .cta_box_inner h2 {
font-size: 24px;
font-weight: 400;
line-height: 1.6;
color: #FFFFFF;
}
/*
.cta_box .btn-action {
background: #FFFFFF;
color: #047aed;
}*/
.yd_cta_sub {
padding: 0;
background: #303c42;
text-align: center;
}
.cta_sub {
display: flex;
margin: auto;
height: 480px;
}
.cta_sub .cta_sub_inner {
margin: auto;
padding: 0;
}
.cta_sub .cta_sub_inner h4 {
font-size: 14px;
font-weight: 400;
line-height: 1.2;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 20px;
}
.cta_sub .cta_sub_inner h2 {
font-size: 24px;
font-weight: 300;
line-height: 1.6;
color: #FFFFFF;
}
/*------------------ YD Video Ft Section Styling --------------*/
.yd_boxed .yd_vid_ft {
padding: 70px 0;
}
.yd_boxed .vid_box {
padding: 50px;
}
.yd_vid_ft {
background: #FFFFFF;
padding: 50px 0;
}
.vid_box {
min-height: 540px;
width: 100%;
background: rgb(4, 122, 237);
background: #F7F7F8;
border-radius: 1px;
padding: 100px 50px;
position: relative;
}
/*
.vid_box::before {
display: block;
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.3);
opacity: 1;
z-index: 100;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}*/
.vid_intro {
text-align: center;
max-width: 580px;
margin: 0 auto;
}
.vid_intro h2 {
font-size: 34px;
font-weight: 300;
color: #3a3a47;
line-height: 1.4;
}
.vid_intro p {
font-size: 17px;
font-weight: 500;
color: rgb(129, 129, 152);
line-height: 1.6;
margin-top: 10px;
}
.yd_vid {
text-align: center;
max-width: 768px;
margin: 0 auto;
margin-top: 75px;
}
/*--------- Left Section Styling -----------*/
.yd_flx_tr {
width: 100%;
height: 100%;
padding: 100px 0;
}
.yd_flx_tr_inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: space-around;
}
.yd_flx_tr_inner > * {
flex: 1 100%;
}
.left {
background: #f3f3f5;
padding: 75px;
}
.flx_content h2 {
font-size: 24px;
font-weight: 500;
color: #202124;
line-height: 1.4;
}
.flx_content h4 {
font-size: 18px;
font-weight: 500;
color: #284184;
line-height: 1.4;
margin-top: 40px;
}
/*--------- Right Section Styling -----------*/
.right {
background-color: #f3f3f5;
background: #333;
line-height: 0;
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: space-around;
}
.right > * {
flex: 1 100%;
}
.right .sec-one {
background-color: #ff524e;
background-color: #f3f3f5;
}
.right .sec-two {
background-color: #FFE16E;
background-color: #C4FFDD;
background-color: #ff524e;
height: auto;
padding: 50px;
}
.right .sec-one h2 , .right .sec-two h2 {
font-size: 21px;
font-weight: 600;
color: #FFF;
line-height: 1.2;
}
/*----------------------------------------
------- Nav Tabs Styling Section ---------
----------------------------------------*/
.yd_tabs {
padding: 50px 0;
background: #f3f3f5;
}
.yd_tabs .nav-tabs {
background-color: #f3f3f5;
padding: 25px 0;
border: none !important;
}
.yd_tabs .nav-tabs .nav-link {
overflow: hidden;
border-radius: 10px;
padding: 25px;
}
.yd_tabs .nav-tabs .nav-link:hover {
border-color: transparent;
}
.yd_tabs .nav-tabs .nav-link.active {
background-color: #f3f3f5;
color: #433434;
border-color: transparent;
position: relative;
box-shadow:0 0px 50px rgba(0, 0, 0, .1);
}
.yd_tabs a {
font-family: 'Montserrat';
font-size: 16px;
font-weight: 500;
line-height: 1.2;
}
.yd_tabs h5 {
font-size: 32px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 20px;
}
.yd_tabs .nav-tabs h2 {
font-size: 18px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 20px;
padding: 30px;
}
.yd_tabs .nav-item {
padding: 10px;
}
.yd_tabs p {
font-size: 14px;
font-weight: 500;
line-height: 1.4;
}
.yd_tabs .ar-icon {
float: left;
width: 15%;
}
.yd_tabs .ar-icon img {
margin-top: 0;
vertical-align: middle;
}
.yd_tabs .ar-text {
float: right;
width: 85%;
}
.yd_tabs .ar-text h3 {
font-size: 18px;
color: #364655;
font-weight: 600;
line-height: 1.2;
margin-bottom: 10px;
}
.yd_tabs .ar-text p {
font-size: 14px;
font-weight: 500;
line-height: 1.6;
color: #959597;
}
@media screen and (max-width: 576px) {
.yd_tabs .nav-tabs {
margin-bottom: 11px;
}
.yd_tabs .nav-tabs .nav-item {
width: auto !important;
}
.yd_tabs .nav-tabs.yd_tabs-right {
margin-bottom: 0;
margin-top: 10px;
}
.yd_tabs .nav-tabs .nav-link {
padding: 20px;
}
.yd_tabs .ar-icon {
float: left;
width: 25%;
}
.yd_tabs .ar-text {
float: right;
width: 75%;
}
}
/*----------------------------------------------
------------ Single Feature section ------------
----------------------------------------------*/
.ft_single {
position: relative;
padding: 100px 0 100px 0;
}
.yd_flex {
display: block;
text-align: center;
}
.yd_flex_1 {
-webkit-box-flex:1;
-ms-flex:1;
flex:1;
}
.yd_flex_2 {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
.yd_flex_1 .flex_content {
max-width: 420px;
margin: 0 auto;
}
.yd_flex_1 .flex_content h2 {
font-size: 32px;
font-weight: 700;
line-height: 1.4;
color: #364655;
margin-bottom: 10px;
}
.yd_flex_1 .flex_content p {
font-size: 16px;
font-weight: 500;
line-height: 1.4;
color: #5f6368;
margin-bottom: 5px;
}
.flex_main {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.flex_sub {
align-items: center;
flex-basis: calc(50% - 24px);
flex-direction: column;
justify-content: center;
margin: 10px;
padding: 15px 10px;
position: relative;
background: rgb(248, 249, 250);
border: 1px solid transparent;
border-radius: 2px;
display: flex;
cursor: pointer;
margin-bottom: 12px;
transition: box-shadow .3s ease-in-out;
}
.flex_sub:hover {
box-shadow:0 0 20px rgba(0, 0, 0, .1);
}
.flex_sub .sub_image {
margin: 0px 0 20px;
}
.flex_sub .sub_image img {
width: 60px;
height: 60px;
}
.flex_sub .sub_text {
text-align: center;
}
.flex_sub .sub_text h4 {
font-size: 14px;
font-weight: 600;
line-height: 1.2;
color: #202124;
margin-bottom: 5px;
}
.flex_sub .sub_text p {
font-size: 13px;
font-weight: 500;
line-height: 1.4;
color: #5f6368;
margin: 5px 0;
}
/*------------- YD Clients Styling ---------------*/
.yd_clients {
padding: 50px 0;
}
.yd_clients_intro {
text-align: center;
max-width: 600px;
margin: 0 auto;
margin-bottom: 50px;
}
.yd_clients_intro h4 {
font-size: 14px;
font-weight: 500;
color: #8798ab;
line-height: 1.4;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 10px;
}
.yd_clients_intro h2 {
font-size: 32px;
font-weight: 300;
color: #3a3a47;
line-height: 1.4;
margin-bottom: 15px;
}
.yd_clients_intro p {
font-size: 18px;
font-weight: 400;
color: #787878;
line-height: 1.6;
letter-spacing: 0;
}
.flx_2 {
max-width: 600px;
margin: 0 auto;
margin-top: 25px;
text-align: center;
}
.yd_clients .flx_2 h1 {
font-size: 26px;
font-weight: 300;
color: #3a3a47;
line-height: 1.4;
margin-bottom: 10px;
}
.yd_clients .flx_2 h2 {
font-size: 16px;
font-weight: 400;
color: #3a3a47;
line-height: 1.4;
margin-bottom: 5px;
}
.yd_clients .flx_2 a {
font-family: 'Open Sans';
font-size: 14px;
font-weight: 400;
color: #047aed;
line-height: 1.4;
text-decoration: none;
}
.yd_clients .review-img {
display: flex;
height: 100%;
}
.yd_clients .review-img .review-img-inner {
margin: auto;
}
.yd_clients .review-img img {
width: 120px;
}
.yd_clients .client-list {
margin-top: 50px;
}
.yd_clients .client-list ul {
list-style-type: none;
text-align: center;
}
.yd_clients .client-list ul li {
display: inline;
margin: 0 20px;
}
.yd_clients .client-list ul li img {
width: 100px;
opacity: 0.6;
cursor: pointer;
}
/*------------------------------------------------
--------------- Review Card Styling --------------
-------------------------------------------------*/
.yd_rev_slides {
width: 100%;
height: 100%;
padding: 50px 0;
background: #F7F7F8;
background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0)), url(../images/bg.jpg) no-repeat center center;
background-size: cover;
background-position: top;
}
.rev_intro {
display: flex;
height: 100%;
max-width: 360px;
}
.rev_intro_inner {
margin: auto;
}
.rev_intro h4 {
font-size: 14px;
font-weight: 500;
color: #8798ab;
line-height: 1.4;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 10px;
}
.rev_intro h2 {
font-size: 32px;
font-weight: 300;
color: #3a3a47;
line-height: 1.4;
margin-bottom: 15px;
}
.rev_intro p {
font-size: 18px;
font-weight: 400;
color: #787878;
line-height: 1.6;
letter-spacing: 0;
}
.reviews {
background: #FFFFFF;
padding: 40px;
}
.rev_box {
margin: 0 10px;
background: #FFFFFF;
}
.rev_attr {
display: flex;
margin-top: 55px;
}
.rev_img {
display: flex;
}
.rev_img .rev_img_inner {
margin: auto;
}
.rev_img img {
width: 50px;
}
.rev_footer {
margin-left: 25px;
}
.rev_text h1 {
font-size: 21px;
font-weight: 500;
color: #787878;
line-height: 1.6;
letter-spacing: 0;
margin-bottom: 20px;
}
.rev_footer h2 {
font-size: 18px;
font-weight: 600;
color: #565656;
line-height: 1.4;
margin-bottom: 2px;
}
.rev_footer h6 {
font-size: 14px;
font-weight: 500;
color: #808080;
line-height: 1.4;
margin-bottom: 3px;
}
.rev_footer a {
font-family: 'Montserrat';
font-size: 12px;
font-weight: 500;
color: #047aed;
position: relative;
display: inline-block;
text-decoration: none;
}
/*-----------------------------------------------------------
--------------------- Faq Section Styling -------------------
------------------------------------------------------------*/
.yd_faqs {
padding: 50px 0;
/*background: #f7f7f8;*/
background: #fff;
}
.yd_faqs .yd_flx2 {
min-height: 500px;
display: flex;
}
.yd_faqs .yd_flx2 .flx_1 {
line-height: normal;
padding: 0 100px;
min-height: 300px;
}
.yd_faqs .faq_intro {
max-width: 600px;
margin-bottom: 50px;
}
.yd_faqs .faq_inner h2 {
font-size: 32px;
font-weight: 300;
color: #111;
line-height: 1.2;
margin-bottom: 15px;
}
.yd_faqs .faq_inner p {
font-size: 16px;
font-weight: 400;
color: rgba(0, 0, 0, 0.5);
line-height: 1.6;
margin: 15px 0;
}
.yd_faqs .faq_inner h5 {
font-size: 16px;
font-weight: 400;
color: rgba(0, 0, 0, 0.5);
line-height: 1.6;
margin-top: 20px;
display: inline;
}
.yd_faqs .faq_inner a {
display: inline;
font-family: 'Open Sans';
color: #047aed;
font-size: 14px;
font-weight: 400;
text-decoration: none;
}
#accordion .card-header:after {
font-family: 'ionicons';
content: "\f209";
float: right;
transition: 0.5s;
}
#accordion .card-header.collapsed:after {
/* symbol for "collapsed" panels */
content: "\f218";
transition: 0.5s;
}
#accordion .card {
border-radius: 0;
border: 0;
}
#accordion .card-header {
padding: 30px 0;
/*background: #f7f7f8;*/
background: #fff;
border-bottom: 2px solid rgba(0,0,0,.03);
cursor: pointer;
}
#accordion .card-header .card-title {
font-family: 'Open Sans';
font-size: 18px;
color: rgba(0, 0, 0, 0.75);
font-weight: 500;
line-height: 1.4;
}
#accordion .card-body {
padding: 30px 0;
/*background: #f7f7f8;*/
background: #fff;
}
#accordion .card-body p {
font-family: 'Roboto';
font-size: 16px;
color: rgba(0, 0, 0, 0.6);
font-weight: 400;
line-height: 2;
}
.faq_alt {
background: #FFFFFF;
}
.faq_alt #accordion .card-header {
background: #FFFFFF;
}
.faq_alt #accordion .card-body {
background: #FFFFFF;
}
/*-----------------------------------------------------------
------------------- Split Features Styling ------------------
------------------------------------------------------------*/
.split_features {
width: 100%;
height: 100%;
}
.split_features .yd_flx2 {
min-height: 500px;
}
.split_features .yd_flx2 .flx_1 {
line-height: normal;
background: #eee;
padding: 0 100px;
min-height: 300px;
}
.split_features .yd_flx2 .flx_1 .split_text {
display: flex;
margin: auto;
height: 100%;
}
.split_features .yd_flx2 .flx_1 .split_text_inner {
margin: auto; /* Important */
}
.split_features .yd_flx2 .flx_1 h2 {
font-family: 'Roboto' !important;
font-size: 38px;
font-weight: 300;
color: #111;
line-height: 1.4;
margin-bottom: 15px;
}
.split_features .yd_flx2 .flx_1 p {
font-family: 'Roboto' !important;
font-size: 17px;
font-weight: 400;
color: #777;
line-height: 1.6;
margin-top: 15px;
}
.split_features .yd_flx2 .flx_2 {
padding: 0;
background: url(../images/hg.jpg) no-repeat center center;
background-size: cover;
min-height: 300px;
}
/*-----------------------------------------------------------
------------------- YD Custom Features Styling ------------------
------------------------------------------------------------*/
.ft_cst2 {
padding: 100px 0;
background: #FFFFFF;
}
.ft_cst2 .split_text {
display: flex;
max-width: 480px;
height: 100%;
}
.ft_cst2 .split_text_inner {
margin: auto; /* Important */
}
.ft_cst2 .split_text_inner h4 {
font-size: 13px !important;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
color: #607d9c;
line-height: 1.3;
margin: 0 0 20px 0;
}
.ft_cst2 .split_text_inner h2 {
font-size: 28px !important;
font-weight: 300;
color: #445555;
line-height: 1.4;
}
.ft_cst2 .split_text_inner p {
font-size: 18px !important;
font-weight: 400 !important;
color: rgba(0, 0, 0, 0.5);
line-height: 1.6;
margin: 20px 0 0 0;
}
.ft_cst2 .split_text_inner .btn-action {
margin: 20px 0 0 0;
}
.ft_cst2 .f-text {
line-height: normal;
text-align: center;
background: #FFFFFF;
}
.ft_cst2 .flex-inner {
margin: 0;
}
.ft_cst2 .f-text {
line-height: normal;
text-align: center;
background: #FFFFFF;
margin-top: 0;
}
.ft_cst2 .flex-inner .f-image {
margin-top: 50px !important;
}
/*-----------------------------------------------------------
------------------- YD Custom Features Styling ------------------
------------------------------------------------------------*/
.yd_pricing {
width: 100%;
height: 100%;
padding: 100px 0;
background: #FFFFFF;
}
.yd_pricing .flex-inner {
margin: 0;
}
.yd_pricing .flex-inner .f-text {
margin-top: 50px;
text-align: center;
}
.yd_pricing .split_text {
display: flex;
max-width: 600px;
margin: 0 auto;
height: 100%;
}
.yd_pricing .split_text_inner {
margin: auto; /* Important */
}
.yd_pricing .split_text_inner h4 {
font-size: 14px;
font-weight: 600;
color: #8798ab;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 10px;
}
.yd_pricing .split_text_inner h2 {
font-size: 34px !important;
font-weight: 300;
color: #445555;
line-height: 1.3;
}
.yd_pricing .split_text_inner p {
font-size: 16px !important;
font-weight: 400 !important;
color: rgba(0, 0, 0, 0.5);
line-height: 1.6;
margin-top: 20px;
}
.yd_pricing .split_text_inner h6 {
font-size: 12px;
font-weight: 400;
color: #8798ab;
display: inline;
}
.yd_pricing .btn-link {
font-family: 'Open Sans';
color: #047aed;
font-size: 13px;
font-weight: 400;
text-decoration: none;
}
.yd_pricing .split_text_inner .btn-action {
margin: 20px 0 0 0;
}
.yd_pricing .f-text {
line-height: normal;
background: #FFFFFF;
}
.yd_pricing .prc_box {
text-align: center;
padding: 50px;
max-width: 320px;
margin: 0 auto;
margin-bottom: 0;
border-radius: 5px;
background: #047aed;
border: 1px solid #ececec;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.yd_pricing .prc_box .prc h1 {
font-family: 'Roboto';
font-size: 48px;
font-weight: 500;
color: #F7F7F8;
line-height: 1.4;
}
.yd_pricing .prc_box .prc span {
font-family: 'Open Sans';
font-size: 14px;
font-weight: 500;
color: #F7F7F8;
}
.yd_pricing .prc_box .prc_text h2 {
font-size: 24px;
font-weight: 600;
color: #F7F7F8;
line-height: 1.6;
margin-top: 20px;
}
.yd_pricing .prc_box p {
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
margin-top: 10px;
}
/*---------------- Pricing Tables ------------------*/
/* ----- Pricing Tables Styling Starts ----- */
.pricing-section {
width: 100%;
height: 100%;
background: #F7F7F8;
/* background: #FFFFFF;*/
}
.pricing-intro h1 {
font-size: 28px;
color: #445555;
font-weight: 300;
line-height: 1.4;
margin-bottom: 20px;
}
.pricing-intro p {
font-size: 16px;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0.01em;
color: #8B92AB;
margin-top: 10px;
margin-bottom: 50px;
}
.pricing-details {
padding: 50px 0 0 0;
}
.pricing-section .table-left, .pricing-section .table-right {
padding: 15%;
margin: 0 auto;
margin-bottom: 30px;
/* background-color: #F7F7F8;*/
background-color: #fff;
border: transparent;
max-width: 400px;
}
.table-left h3, .table-right h3 {
font-size: 25px;
font-weight: 600;
color: #505050;
margin-bottom: 15px;
}
.table-left p, .table-right p {
font-size: 14px;
font-weight: 500;
color: #505050;
line-height: 1.4;
}
.pricing-section .table-right {
color: #FFFFFF !important;
background-color: #047aed;
}
.pricing-section .table-right h3, .pricing-section .table-right p {
color: #FFFFFF !important;
}
.table-left .icon, .table-right .icon {
padding: 50px 50px 40px 50px;
}
.table-left .icon img, .table-right .icon img {
width: 60px;
height: 60px;
margin: 0 auto;
}
.table-left .pricing-details span, .table-right .pricing-details span {
display: inline-block;
font-family: 'Open Sans';
font-size: 42px;
font-weight: 500;
color: #505050;
margin-bottom: 15px;
}
.sub_note {
font-family: 'Open Sans';
padding-bottom:5px;
font-size: 10px;
font-weight: 400;
color: #505050;
}
.sub_deposit {
font-family: 'Open Sans';
padding-bottom:5px;
font-size: 10px;
font-weight: 400;
color: #505050;
}
.sub_span {
font-family: 'Open Sans';
padding-top:10px;
font-size: 15px;
font-weight: 400;
color: #505050;
}
.sub_span_alt {
color: #FFFFFF;
}
.table-left .pricing-details h2, .table-right .pricing-details h2 {
font-size: 21px;
font-weight: 500;
color: #505050;
margin-bottom: 30px;
}
.table-left .pricing-details p, .table-right .pricing-details p {
font-size: 14px;
font-weight: 300;
color: #505050;
letter-spacing: 1px;
line-height: 1.4;
}
.table-right .pricing-details h2, .table-right .pricing-details span {
color: #FFFFFF !important;
}
.pricing-section .table-left, .pricing-section .table-right {
margin-top: 20px;
}
.pricing-section .table-center {
margin-top: 0;
}
.pricing-section .btn-action {
background-color: #4285f4;
border-color: #4285f4;
}
.btn-white {
color: #047aed;
background-color: #FFFFFF !important;
border-color: #FFFFFF !important;
}
.pricing-section .btn-white:hover {
color: #555da8;
}
.pricing-section .refund-txt {
font-size: 12px;
font-weight: 500;
color: #505050;
}
/* ------------ Bact-to-Top Styling Starts Here ------------*/
.footer {
background: #040E1A;
background: #303c42;
padding: 35px 0;
border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.footer-inner {
background: #1e266d;
}
.footer .footer-logo {
text-align: center;
}
.footer .footer-logo h2 {
font-size: 18px;
font-weight: 500;
color: #e5e5e5;
text-transform: uppercase;
line-height: 1.4;
letter-spacing: 1px;
}
.footer p {
font-size: 24px;
font-weight: 700;
color: #e5e5e5;
line-height: 1.4;
margin-top: 0;
}
/* ------------ Bact-to-Top Styling Starts Here ------------*/
.back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
font-family: 'Montserrat';
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
color: #FFFFFF;
line-height: 1.4;
display: inline-block;
padding: 1.2rem 1.2rem;
margin-top: 0;
border-radius: 0;
background: url(../icons/up.png) center top 0.5rem no-repeat #047aed;
text-decoration: none;
-webkit-transition: 200ms;
-moz-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
}
.back-to-top:hover {
color: #FFFFFF;
text-decoration: none;
}
.footer ul {
list-style-type: none;
text-align: center;
margin-top: 0;
}
.footer .footer-menu {
text-align: center;
margin: 20px 0;
}
.footer .footer-links ul {
text-align: center;
}
.footer ul li {
font-family: "Montserrat";
font-size: 16px;
font-weight: 500;
letter-spacing: 0;
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}
.footer ul li a {
font-size: 14px;
font-weight: 500;
line-height: 24px;
text-transform: uppercase;
position: relative;
display: inline-block;
color: #FFFFFF;
text-decoration: none;
}
.footer ul li a:hover {
text-decoration: none;
color: #97a6b5;
}
.footer .footer-links ul li {
margin-left: 10px;
margin-right: 10px;
}
.footer .footer-links ul li a img {
width: 24px;
vertical-align: middle;
}
/*------------------------------------------
-------------- Media Queries ---------------
------------------------------------------*/
@media only screen and (min-width: 767px) {
.logo .tld {
background: #047aed;
}
.navbar-nav {
margin-top: 0;
background: #fff;
}
.navbar-nav .nav-item {
margin-top: 0;
margin-right: 15px;
font-size: 0.85rem;
font-weight: 400;
}
.btn-nav {
margin: 0;
}
.container-s {
padding-left: 20px;
padding-right: 20px;
}
.container-m {
padding-left: 20px;
padding-right: 20px;
}
.hero-inner h2 {
font-size: 38px;
}
.home .hero-content {
padding: 75px 0 0 0;
}
.home-2 {
padding: 150px 0 50px 0;
}
.home-2 .hero-form #contactForm {
float: right;
}
.home-2 .hero-content .hero-content-inner {
text-align: left;
}
.home-3 .hero-content .hero-content-inner {
text-align: left;
}
.home-3 .hero-img img {
box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}
.lbl-services {
padding: 100px 0 50px 0;
}
.service-intro h1 {
font-size: 34px;
}
.card_single {
width: calc(33.333% - 2px);
}
.flex-split {
padding: 100px 0;
}
.flex-intro h2 {
font-size: 34px;
}
.flex-inner {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 75px 0 0 0;
}
.flex-inner .f-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 400px;
flex: 0 0 400px;
}
.ft_cst2 .split_text_inner h2 {
font-size: 34px !important;
}
.yd_pricing .flex-inner .f-text {
margin-top: 0;
text-align: left;
}
.yd_clients {
padding: 100px 0;
}
.yd_rev_slides {
padding: 100px 0;
}
.rev_text h1 {
font-size: 24px;
}
.reviews {
padding: 50px;
}
.cta_box .cta_box_inner h2 {
font-size: 32px;
}
.cta_sub .cta_sub_inner h2 {
font-size: 32px;
}
.ft_cst2 .flex-inner .f-image {
margin-top: 0 !important;
-webkit-box-flex: 0;
-ms-flex: 0 0 400px;
flex: 0 0 400px;
}
.yd_vid_ft {
padding: 100px 0;
}
.yd_pricing .f-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 360px;
flex: 0 0 360px;
}
.yd_pricing .split_text_inner h2 {
font-size: 34px !important;
}
.yd_pricing .split_text_inner p {
font-size: 16px !important;
}
.yd_pricing .prc_box {
margin-bottom: 0;
}
.flex-inner .f-text h2 {
margin-top: 0;
}
.yd_faqs {
padding: 100px 0;
}
.yd_tabs {
padding: 100px 0;
}
.yd_pricing .split_text_inner h2 {
font-size: 34px !important;
}
.yd_pricing .split_text_inner p {
font-size: 18px !important;
}
.yd_pricing .prc_box {
margin-bottom: 0;
}
.pricing-intro h1 {
font-size: 34px;
}
.flex-inner .f-text h2 {
font-size: 24px;
}
.flex-inner .f-text p {
font-size: 16px;
font-weight: 500;
}
.yd_flex {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.yd_flex .yd_flex_2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 568px;
flex: 0 0 568px;
}
.yd_flex_1 .flex_content {
max-width: 420px;
margin: 0;
}
.left {
padding: 50px;
}
.flx_content h2 {
font-size: 24px;
}
.flex_main {
display: flex;
}
.flex_sub {
margin: 12px;
padding: 32px;
}
.flex_sub .sub_text h4 {
font-size: 16px;
}
.left {
flex: 1 0 0;
}
.right {
flex: 1 0 0;
flex-direction: column;
}
.right .sec-one {
flex: 1;
}
.right .sec-two {
flex: 1;
}
.right .sec-two {
padding: 25px;
}
.flx_2 {
margin-top: 25px;
text-align: center;
}
.yd_clients .review-img img {
width: 120px;
}
.split_features .yd_flx2 .flx_1 {
flex: 1 0 0;
flex-basis: 50%;
}
.split_features .yd_flx2 .flx_2 {
flex: 1 0 0;
flex-basis: 50%;
}
.yd_faqs .yd_flx2 .flx_1 {
flex: 1 0 0;
flex-basis: 50%;
}
.yd_faqs .yd_flx2 .flx_2 {
flex: 1 0 0;
flex-basis: 50%;
}
.footer .footer-logo {
text-align: left;
}
.footer .footer-menu {
text-align: right;
margin: 0;
}
.footer .footer-links ul {
text-align: right;
}
}
@media only screen and (min-width: 480px) {
.container-s {
padding-left: 40px;
padding-right: 40px;
}
.flex-inner .f-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: left;
}
}
@media only screen and (min-width: 24em) {
.prk-circle {
width: 360px;
height: 360px;
}
.txt-box h2 {
font-size: 21px;
font-weight: 500;
}
.txt-box .btn-action {
padding: 10px 24px;
font-size: 12px;
margin: 25px 10px 0 0;
}
.txt-box ul#countdown li span {
font-size: 38px;
}
.txt-box ul#countdown li.seperator {
font-size: 32px;
}
.txt-box ul#countdown li p {
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.card_single {
text-align: center;
padding: 10px;
}
.yd_flex .yd_flex_2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 420px;
flex: 0 0 420px;
}
.home-split .flx_2 {
min-width: 100%;
}
}
@media only screen and (min-width: 1024px) {
.home-3 .hero-img img {
box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}
.home-split .flx_2 {
min-width: inherit;
}
.ft_cst2 .flex-inner .f-image {
margin-top: 0 !important;
-webkit-box-flex: 0;
-ms-flex: 0 0 540px;
flex: 0 0 540px;
}
.cta_box .cta_box_inner {
padding: 0;
}
.yd_pricing .f-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 540px;
flex: 0 0 540px;
}
.left {
padding: 100px;
}
.right .sec-two {
padding: 50px;
}
.flx_content h2 {
font-size: 30px;
}
.yd_tabs .ar-icon {
float: left;
width: 20%;
}
.yd_tabs .ar-text {
float: right;
width: 80%;
}
}
@media only screen and (max-width: 420px) {
.form {
text-align: center;
}
.form input {
padding: 0 75px 0 20px;
}
.form .submit-button {
margin-left: 0;
margin-top: 10px;
}
#chimp-email-error {
left: 5%;
bottom: -30%;
}
.yd_cta_box #response {
position: absolute;
left: 5%;
bottom: -50%;
}
.yd_cta_box #chimp-email-error {
left: 15%;
bottom: -25%;
}
}
.team-image {
padding: 0px;
}
.team-text {
padding: 15px;
margin-top: 15px;
}
.team-text h3 {
font-size: 21px;
font-weight: 500;
text-align:center;
color: #364655;
}
.team-text p {
text-align:center;
font-size: 16px;
font-weight: 500;
color: rgb(129, 129, 152);
line-height: 1.6;
margin-top: 15px;
}
.team {
padding: 50px 0;
position: relative;
}
.questions {
text-align:center;
font-size: 14px;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0.01em;
color: #818198;
max-width: 630px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
}
.listofbikes h4 {
font-size: 14px;
font-weight: 500;
color: rgba(0, 0, 0, 0.4);
line-height: 1.2;
letter-spacing: 1px;
margin-bottom: 10px;
}
.img-fluid {
box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}
.logos {
max-width: 100%;
height: auto;
}
.loop-video {
margin-top: 25px;
}
.cornering-shot {
display:block !important;
}
.track-info {
font-family: "Open Sans";
font-size: 14px;
font-weight: 600;
margin-bottom:25px;
color: #047aed;
position: relative;
display: inline-block;
text-decoration: none;
}
.track-info::after {
content: "";
position: absolute;
left: 0;
bottom: -20%;
height: 1px;
width: 50px;
background: #8798ab;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.track-info:hover::after {
width: 75px;
}
.bike-fluid {
max-width: 100%;
height: auto;
}
.drone-video {
box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}
#contact a {
color: #fff;
font-weight:600;
}
.ksr-logo {
height:1.2em;
}
.reserving h1 {
text-align:left;
}
.signup-spacing {
padding-top:60px;
}
.fillout {
text-align:left;
}
.fillout label {
padding-bottom:10px;
}
.ack-txt {
color: rgba(0, 0, 0, 0.5) !important;
font-weight:400 !important;
text-align:left;
}
.ack {
display:block;
}
.row {
margin:0 !important;
}
.container-fluid {
padding:0 !important;
}
.navbar-logo {
height:2.5em;
}
.hero-content-inner p b {
font-weight: 700;
}
.payment .row {
margin-top:50px !important;
}
.style {
text-align:left;
}
.style h2, h3 {
font-weight: 400;
color: #111;
line-height: 1em;
margin-top:0.5em;
margin-bottom:0.5em;
}
.style p strong{
color:#111;
font-weight:600;
}
.style h2 {
font-size: 2em;
text-align:left;
}
.style h3 {
font-size: 1.5em;
text-align:left;
}
.style h4 {
font-size: 1em;
text-align:left;
}
.style ul {
display: block;
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
color: rgba(0, 0, 0, 0.6);
}
.style li {
font-size: 18px;
line-height: 1.6em;
}
.style table {
border-spacing: 0;
border-collapse: collapse;
}
.style tr:nth-child(2n + 1) {
background: #efefef;
}
.style td, th {
padding: 5px 10px;
text-align: left;
border: 1px solid #ddd;
}
.style img {
width:100%;
}
.partner-img {
width: 100px;
margin:10px;
}
.partners {
text-align: center;
}
.navbar-nav {
background: none !important;
}
|
assets/css/style.css
|
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
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;
}
/* --- Common Styles ---*/
body {
font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans';
font-size: 16px;
}
p {
font-family: 'Open Sans';
font-size: 14px;
}
/*----- Helper Classes -----*/
html * {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
::-moz-selection {
color: #FFFFFF;
background: #23D3D3;
}
::selection {
color: #FFFFFF;
background: #23D3D3;
}
.nopadding {
padding: 0;
}
.custom-padding {
padding-left: 10px;
padding-right: 10px;
}
.container-m {
max-width: 1024px;
margin: 0 auto !important;
padding-left: 40px;
padding-right: 40px;
position: relative;
}
.container-s {
max-width: 920px;
margin: 0 auto !important;
padding-left: 40px;
padding-right: 40px;
position: relative;
}
#loading {
width: 100%;
height: 100%;
top: 0px;
left: 0px;
position: fixed;
opacity: 1;
background-color: #F2F2F2;
z-index: 9999;
text-align: center;
}
#loading-image {
display: inline;
top: 40%;
position: relative;
z-index: 9999;
}
.logo {
position: fixed;
top: 5%;
left: 2%;
z-index: 11;
}
.logo .tld {
background: #047aed;
}
.tld {
width: 40px;
height: 40px;
background: #047aed;
color: #FFFFFF;
border-radius: 50%;
display: table;
}
.tld-text {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.tld-text a {
font-family: 'Montserrat';
font-size: 14px;
font-weight: 600;
color: #FFFFFF !important;
text-decoration: none !important;
}
.tld-text a::after {
display: none;
}
/*------ Navbar Styling ------*/
.navbar {
font-family: "Montserrat";
padding: 15px 0;
/*height: 80px;*/
background-color: #3a3837 !important;
border-bottom: 1px solid #EFEFF1;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.wt-border {
border-bottom: 2px solid #FFFFFF !important;
}
.no-border {
border: none !important;
}
.navbar .navbar-brand {
font-family: 'Montserrat';
font-size: 18px;
font-weight: 600;
letter-spacing: 0px;
color: #333347 !important;
vertical-align: middle;
}
.navbar .navbar-brand img {
vertical-align: middle;
margin-right: 0.3em;
}
.navbar .navbar-toggler {
border: none;
}
.navbar span.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(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar span.navbar-toggler-icon::before {
outline: none;
}
.navbar .navbar-toggler:focus {
outline: none;
}
.navbar-nav {
height: auto;
background: #FFFFFF;
padding: 0 1.5rem;
display: flex;
align-items: center;
-webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
transition: 0.5s all ease;
}
.navbar-nav .nav-item {
margin-right: 0;
margin-top: 1.5rem;
font-size: 0.85rem;
font-weight: 400;
text-transform: capitalize;
color: #333347;
display: flex;
}
.navbar-nav .nav-item .nav-link {
color: #fff;
font-weight: 500;
display: flex;
vertical-align: middle;
}
.navbar-nav .nav-item .nav-link:hover {
color: grey;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.navbar-nav .nav-item .nav-link:focus {
color: #333347;
}
.btn-nav {
display: inline-block;
height: 38px;
padding: 0 30px;
text-align: center;
font-size: 12px;
font-weight: 600;
line-height: 36px;
letter-spacing: 1px;
margin: 25px 0;
text-transform: uppercase;
text-decoration: none !important;
white-space: nowrap;
cursor: pointer;
background-color: transparent;
background: #047aed;
color: #FFFFFF;
border: 1px solid #047aed !important;
border-radius: 50px;
box-sizing: border-box;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.btn-nav:hover {
color: #FFFFFF;
background: #047aed;
}
.btn-nav:focus, .btn-nav:active {
background: #047aed;
color: #FFFFFF;
}
/*---- Navbar Alt -----*/
.navbar-alt {
background: transparent !important;
}
.navbar-alt .navbar-nav {
background: transparent !important;
}
/*
.navbar-alt .btn-nav {
background: #563d7c !important;
border-color: #563d7c !important;
}*/
.navbar-alt .nav-item .nav-link {
color: #FFFFFF;
}
.navbar-alt .nav-item .nav-link:hover, .navbar-alt .nav-item .nav-link:focus {
color: rgba(255, 255, 255, 0.7);
}
.navbar-alt .navbar-brand {
color: #FFFFFF !important;
}
@media only screen and (max-width: 767px) {
.navbar {
padding: 15px;
}
.navbar .navbar-nav {
background: none !important;
padding-bottom: 25px;
}
.navbar-nav .nav-item {
display: block;
}
.nav-white .nav-item .nav-link {
color: #4957B8;
}
.navbar-alt .nav-item .nav-link {
color: #333347;
}
.navbar .btn-cta {
padding: 0 30px;
}
}
@media only screen and (min-width: 240px) {
.navbar.past-main {
background: #FFFFFF !important;
border-bottom: 1px solid #EFEFF1;
}
.navbar.past-main .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar.effect-main {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.navbar.past-main .navbar-brand {
color: #333347 !important;
}
.nav-white.past-main .nav-item .nav-link {
color: #333347;
font-weight:500;
}
.navbar.past-main .nav-item .nav-link {
color: #333347;
font-weight: 500;
}
.navbar.past-main .nav-item:hover .nav-link {
color: #23D3D3;
}
.navbar.past-main .navbar-brand {
color: #333347;
}
/*
.navbar.past-main span.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}*/
.nav-white.effect-main {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
}
/*----------------- Hero Section Styling ------------------*/
.main {
width: 100%;
height: 100%;
}
.payment{
padding: 30px 0 75px 0;
}
.what {
padding: 75px 0 75px 0;
}
.first {
padding: 110px 10px 75px 0 !important;
background: #F7F7F8;
}
.home {
padding: 75px 0 75px 0;
background: #F7F7F8;
}
.home .hero-content {
padding: 25px 0 0 0;
}
.centered {
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
.home h1 {
font-size: 42px;
font-weight: 300;
color: #FFFFFF;
color: #252525;
line-height: 1.2;
letter-spacing: -0.01em;
}
.home .hero-content-inner p {
font-size: 18px;
font-weight: 400;
color: rgb(129, 129, 152);
max-width: 630px;
margin: 0 auto;
letter-spacing: 0;
line-height: 1.6;
margin-top: 10px;
margin-bottom: 15px;
}
.btn-action {
font-family: 'Montserrat';
display: inline-block;
height: 42px;
padding: 0 15px;
text-align: center;
font-size: 12px;
font-weight: 600;
line-height: 40px;
letter-spacing: 1px;
margin: 25px 0;
text-transform: uppercase;
text-decoration: none !important;
white-space: nowrap;
cursor: pointer;
background-color: transparent;
background: #047aed;
color: #FFFFFF;
border: 1px solid #047aed !important;
border-radius: 20px;
box-sizing: border-box;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.btn-action:hover {
color: #FFFFFF;
background: #047aed;
border: 1px solid #047aed !important;
outline: none !important;
text-decoration: none;
}
.btn-action:focus, .btn-action:active {
background: #047aed;
color: #FFFFFF;
border: 1px solid transparent !important;
outline: none !important;
}
.btn-alt {
background: #047aed;
color: #FFFFFF;
}
.btn-alt:hover {
background: #047aed;
color: #FFFFFF;
border: 1px solid #6d48e5 !important;
outline: none !important;
text-decoration: none;
}
.btn-white {
background: #FFFFFF;
color: #047aed;
}
.btn-white:hover {
background: #FFFFFF;
color: #047aed;
border: 1px solid #FFFFFF !important;
outline: none !important;
text-decoration: none;
}
.home .client-list {
margin-top: 25px;
}
.home .client-list ul {
list-style-type: none;
text-align: center;
}
.home .client-list ul li {
display: inline;
margin: 0 20px;
}
.home .client-list ul li img {
width: 100px;
opacity: 0.6;
cursor: pointer;
}
.home .client-list ul li img:hover {
opacity: 0.9;
}
/*------ Home 2 Styling ------*/
.home-2 {
background: #FFEEFF;
background: #fafafa;
background: linear-gradient(to bottom, #0ab3e4, #102976);
background: #047aed;
position: relative;
padding: 100px 0 50px 0;
}
.home-2::before, .home-2::after {
content: ' ';
position: absolute;
height: 120px;
bottom: -60px;
left: 0;
right: 0;
background: #FFFFFF;
transform: skewY(-5deg);
-webkit-transform: skewY(-5deg);
-moz-transform: skewY(-3deg);
-ms-transform: skewY(-3deg);
-o-transform: skewY(-3deg);
}
.home-2 .hero-img img {
width: 100%;
margin-top: 20px;
}
.home-2 .hero-content {
display: flex;
height: 100%;
padding: 0 !important;
}
.home-2 .hero-content .hero-content-inner {
margin: auto;
text-align: center;
}
.home-2 h1 {
font-size: 42px;
font-weight: 300;
color: #FFFFFF;
line-height: 1.2;
letter-spacing: -0.01em;
}
.home-2 p {
font-size: 18px;
font-weight: 400;
color: rgba(255, 255, 255, 0.7);
max-width: none;
letter-spacing: 0;
line-height: 1.6;
margin-top: 25px;
margin-bottom: 0;
}
.home-2 .client-list ul {
text-align: left;
}
.home-2 .client-list ul li {
margin: 0 20px 0 0;
}
.home-2 .hero-form {
position: relative;
z-index: 1;
}
.home-2 .hero-form #contactForm {
background: #FFFFFF;
padding: 35px;
border-radius: 10px;
max-width: 380px !important;
margin: 0 auto;
float: none;
z-index: 1111 !important;
box-shadow: 0 5px 50px rgba(0, 0, 10, 0.2);
}
.home-2 .hero-form #contactForm label {
font-family: 'Montserrat';
font-size: 14px;
font-weight: 600;
color: #1e266d;
line-height: 1.4;
margin: 10px 0;
}
.home-2 .hero-form #contactForm input, .home-2 .hero-form #contactForm textarea {
font-family: 'Montserrat';
font-size: 14px;
font-weight: 400;
color: #1e266d;
border: 0;
border-radius: 0;
border-bottom: 2px solid #b4becb;
}
.home-2 .hero-form #contactForm .btn-action {
margin: 20px 0;
min-width: 100%;
}
.help-block {
font-family: 'Montserrat';
font-size: 12px;
font-weight: 400;
margin-top: 5px;
color: #FF3333;
font-style: normal !important;
}
.text-success, .text-danger {
font-size: 14px;
font-family: 'Poppins';
}
/*------------- Home 3 Styling --------------*/
.home-3 {
/*padding: 125px 0 75px 0;*/
}
.home-3 .hero-content {
display: flex;
height: 100%;
padding: 0 !important;
}
.home-3 .hero-content .hero-content-inner {
margin: auto;
text-align: center;
}
.home-3 .hero-content h4 {
text-align:left;
font-size: 18px;
font-weight: 400;
color: rgba(0, 0, 0, 0.9);
/*text-transform: uppercase;*/
letter-spacing: 1px;
margin-top: 20px;
}
.home-3 .hero-content h1 {
text-align:left;
font-size: 42px;
font-weight: 300;
color: rgba(0, 0, 0, 0.7);
line-height: 1.2;
}
.home-3 .hero-content p {
text-align:left;
font-size: 18px;
font-weight: 400;
color: rgba(0, 0, 0, 0.8);
max-width: none;
letter-spacing: 0;
line-height: 1.6;
margin-top: 15px;
margin-bottom: 0;
}
.home-3 .hero-img img {
max-width: 100%;
margin-top: 20px;
margin-bottom: 50px;
}
/*------------- Form Styling -----------*/
.sub-form {
position: relative;
max-width: 420px;
margin: 0 auto;
margin-top: 30px;
}
.chimp-form .mail {
position: relative;
background-color: #FFFFFF;
box-shadow: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
transition: all .3s;
}
.sub-form input {
display: block;
width: 100%;
margin: 0 auto;
color: #6d48e5;
font-family: 'Montserrat';
padding: 0;
font-size: 13px;
font-weight: 500;
height: 50px;
border: 1px solid #047aed;
border-radius: 4px;
background-color: #FFFFFF;
outline: none;
padding: 0 100px 0 20px;
box-shadow: 0 5px 30px rgba(255, 255, 255, 0.1);
}
.sub-form input:focus {
outline: none !important;
background: #FFFFFF;
border: 1px solid #047aed;
}
.sub-form .submit-button {
height: 50px;
width: 100%;
border: 0;
border-radius: 4px;
margin: 0 auto;
margin: 15px 0;
padding: 0 25px 0 25px;
background: #047aed;
font-family: 'Montserrat';
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0;
color: #FFFFFF;
cursor: pointer;
outline: none;
box-shadow: 0 2px 5px 0 rgba(0, 0, 100,.2);
-webkit-transition: 300ms;
-moz-transition: 300ms;
transition: 300ms;
}
.sub-form .submit-button:hover {
box-shadow: 0 5px 25px 0 rgba(0, 0, 100,.2);
}
.sub-form .submit-button:focus, .sub-form .submit-button:active {
background: #047aed;
}
#email-error {
position: absolute;
left: 0;
right: 0;
bottom: -50%;
font-family: 'Montserrat';
font-size: 13px;
font-weight: 500;
color: #FF3333;
}
#response {
position: absolute;
left: 0;
bottom: -45%;
vertical-align: middle;
font-family: 'Montserrat';
font-size: 13px !important;
font-weight: 500;
color: #15ccbe;
}
#chimp-email-error {
position: absolute;
left: 0;
right: 0;
bottom: -45%;
vertical-align: middle;
font-family: 'Montserrat';
font-size: 13px;
font-weight: 500;
color: red;
}
.success-message {
color:#33cc33;
margin-top: 5px;
}
.form-note p {
font-size: 12px;
font-weight: 500;
color: #97a6b5
}
/*---------- Split Coming Soon Demo Styling -----------*/
.home-split {
width: 100%;
height: 100%;
}
.home-split .yd_flx2 {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: space-around;
line-height: 0;
min-height: 100vh;
}
.home-split .yd_flx2 > * {
flex: 1 100%;
}
.home-split .flx_1 {
background: #1E3B70;
background: #dbd9cd;
background: #047aed;
background: #6892d5;
background: #F9F9F9;
line-height: normal;
order: 2;
min-height: 600px;
text-align: center;
}
.home-split .flx_2 {
background: #79d1c3;
background: url(../images/hg.jpg) no-repeat center center;
background-size: cover;
min-height: 600px;
order: 1;
padding: 0 !important;
margin: 0 !important
}
.home-split .flx_1 .section-txt {
display: flex;
max-width: 600px;
margin: auto;
height: 100%;
}
.home-split .flx_1 .section-txt .section-txt-inner {
margin: auto; /* Important */
}
.home-split .flx_1 .section-txt {
padding: 50px 50px;
}
.home-split .flx_1 h2 {
font-size: 40px;
font-weight: 700;
color: rgba(0, 0, 0, 0.65);
line-height: 1.2;
letter-spacing: 0;
margin-bottom: 20px;
}
.home-split .flx_1 h4 {
font-size: 14px;
font-weight: 500;
color: rgb(129, 129, 152);
line-height: 1.4;
letter-spacing: 2px;
margin-bottom: 15px;
}
.home-split .flx_1 p {
font-size: 16px;
font-weight: 400;
color: rgb(129, 129, 152);
line-height: 1.6;
max-width: 360px;
margin: 0 auto;
}
.home-split .flx_1 a {
font-family: 'Montserrat';
font-size: 12px;
font-weight: 500;
color: #23a393;
position: relative;
display: inline-block;
text-decoration: none;
}
.home-split .flx_2 h2 {
font-size: 24px;
font-weight: 700;
color: rgba(255, 255, 255, 0.95);
line-height: 1.2;
letter-spacing: 0;
margin-bottom: 20px;
}
.home-split .btm_block {
position: relative;
width: 100%;
height: auto;
}
.home-split .block_inner {
position: absolute;
bottom: 0;
left: 50px;
}
.home-split .block_txt {
margin: 0 auto;
}
.home-split .block_txt p {
font-size: 14px;
font-weight: 500;
color: #8f2c34;
}
@media only screen and (min-width: 767px) {
.home-split .flx_1 {
flex: 1.1 0 0;
order: 1;
flex-basis: 50%;
transition: 0.3s ease-in;
}
.home-split .flx_2 {
flex: 1 0 0;
order: 2;
flex-basis: 50%;
transition: 0.3s ease-out;
}
}
.split_footer {
position: relative;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.split_footer p {
font-size: 12px !important;
}
.split_footer ul {
list-style-type: none;
text-align: center;
margin-bottom: 20px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.split_footer ul li {
font-family: "Montserrat";
font-size: 16px;
font-weight: 500;
letter-spacing: 0;
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}
.split_footer ul li a {
font-size: 14px;
font-weight: 500;
line-height: 24px;
text-transform: uppercase;
position: relative;
display: inline-block;
color: #FFFFFF;
text-decoration: none;
}
.split_footer ul li a:hover {
text-decoration: none;
color: #97a6b5;
}
.split_footer ul li {
margin-left: 8px;
margin-right: 8px;
}
.split_footer ul li a img {
width: 21px;
vertical-align: middle;
}
ul#countdown {
list-style: none;
margin: 20px 0;
padding: 0;
display: inline-block;
text-align: center;
}
ul#countdown li {
display: inline-block;
}
@media only screen and (max-width: 767px) {
ul#countdown li span {
font-size: 34px;
}
.home-split .btn-alt {
display: block;
}
}
.prk-center {
position: relative;
left: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 1;
display: table;
}
.prk-circle-box {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.prk-circle {
margin: 0 auto;
width: 270px;
height: 270px;
border-radius: 50%;
background: #6892d5;
box-shadow: 0 3px 50px 0 rgba(255, 94, 58, 0.1);
color: #e84545;
transition: all 400ms ease-in;
}
.prk-text {
position: relative;
left: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 1;
display: table;
}
.txt-box {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.txt-box ul#countdown li span {
font-family: Arial;
font-size: 24px;
font-weight: 600;
line-height: 1;
color: #FFFFFF;
padding: 6px;
transition: all 400ms ease-in;
}
.txt-box ul#countdown li.seperator {
font-size: 21px;
line-height: 1;
vertical-align: top;
color: #FFFFFF;
transition: all 400ms ease-in;
}
.txt-box ul#countdown li p {
color: rgba(255, 255, 255, 0.9);
font-size: 11px;
font-weight: 500;
padding-top: 15px;
transition: all 400ms ease-in;
}
.txt-box h2 {
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 0.5em;
transition: all 400ms ease-in;
}
.txt-box h2 span {
color: #FFFFFF;
font-weight: 700;
}
.txt-box h3 {
font-size: 16px;
font-weight: 500;
color: #e84545;
margin-top: 0.5em;
}
.txt-box a {
color: #6142d2;
}
.txt-box a:hover {
color: #6142d2;
}
.chimp-form .mail {
position: relative;
background-color: #F9F9F9;
box-shadow: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
transition: all .3s;
}
.form {
padding-top: 25px;
position: relative;
text-align: center;
}
.form input {
color: #222222;
font-family: 'Montserrat';
padding: 0;
font-size: 13px;
font-weight: 500;
height: 45px;
border: 0;
border-radius: 30px;
background-color: #efefef;
outline: none;
padding: 0 100px 0 20px;
box-shadow: 0 5px 30px rgba(255, 255, 255, 0.1);
}
.form input:focus {
outline: none !important;
border-color: transparent;
}
.form .submit-button {
height: 45px;
border: 0;
border-radius: 30px;
margin-left: -35px;
padding: 0 25px 0 25px;
background: #047aed;
font-family: 'Montserrat';
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0;
color: #FFFFFF;
cursor: pointer;
outline: none;
box-shadow: 0 5px 30px rgba(255, 255, 255, 0.05);
-webkit-transition: 500ms;
-moz-transition: 500ms;
transition: 500ms;
}
#email-error {
position: absolute;
left: 20%;
right: 0;
bottom: 0%;
font-family: 'Montserrat';
font-size: 13px;
font-weight: 500;
color: #FF3333;
}
#response {
position: absolute;
left: 20%;
bottom: -90%;
vertical-align: middle;
font-family: 'Montserrat';
font-size: 13px !important;
font-weight: 500 !important;
margin: 0 !important;
color: #15ccbe;
}
#response h4 {
font-size: 13px !important;
font-weight: 500 !important;
text-align: center;
}
.home-split #chimp-email-error {
position: absolute;
left: 0;
bottom: -50%;
vertical-align: middle;
text-align: center;
font-family: 'Montserrat';
font-size: 13px;
font-weight: 500;
color: #047aed;
}
.yd_cta_box #chimp-email-error {
position: absolute;
left: 25%;
bottom: -50%;
}
.yd_cta_box #response {
position: absolute;
left: 25%;
bottom: -90%;
}
.success-message {
color:#047aed;
margin-top: 5px;
}
.form-note p {
font-size: 12px;
}
/*-----------------------------------------------------------
------------ Service Features Styling Starts ---------------
-----------------------------------------------------------*/
.lbl-services {
background: #FFFFFF;
padding: 50px 0;
position: relative;
}
.service-intro {
padding: 0 0 50px 0;
}
.service-intro h1 {
font-size: 32px;
font-weight: 300;
color: #364655;
line-height: 1.2;
margin-bottom: 20px;
}
.service-intro p {
font-size: 16px;
font-weight: 400;
color: rgb(129, 129, 152);
line-height: 1.6;
max-width: 600px;
margin: 0 auto;
}
.justify-center {
justify-content: center !important;
display: flex;
}
.lbl_cards {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-radius: 10px;
overflow: hidden;
text-align: center;
}
/*
.card_single {
background: #FFFFFF;
text-align: center;
padding: 50px;
margin: 0 0 50px 0;
border-radius: 10px;
cursor: pointer;
-webkit-transition: 0.3s;
transition: 0.3s;
max-width: 360px;
margin: 0 auto;
border-bottom: 2px solid #e8f1f5;
}*/
.card_single {
width: 100%;
margin: 1px;
/*-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100;
flex-basis: 100%;*/
min-width: 200px;
padding: 40px 32px;
background-color: #FFF;
-webkit-transition: 0.1s ease-in background-color;
transition: 0.1s ease-in background-color;
}
/*
.card_single:hover {
box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
}
.card2 {
border-bottom: 2px solid #fffce6;
}
.card3 {
border-bottom: 2px solid #ffe9e6;
}*/
.card-icon {
width: 80px;
height: 80px;
margin: 0 auto;
border-radius: 50%;
background: rgba(30, 166, 154, 0.08);
background: #edf4f7;
display: table;
text-align: center;
}
/*
.card2 .card-icon {
background: #fffce6;
}
.card3 .card-icon {
background: #ffe9e6;
}
*/
.card-img {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.card-text {
padding: 15px;
margin-top: 15px;
}
.card-text h3 {
font-size: 21px;
font-weight: 500;
color: #364655;
}
.card-text p {
font-size: 16px;
font-weight: 500;
color: rgb(129, 129, 152);
line-height: 1.6;
margin-top: 15px;
}
/*-----------------------------------------------------
-------------- Flex Features Section 2 ----------------
-----------------------------------------------------*/
/*----------- Flex Features ------------*/
.flex-split {
padding: 50px 0;
background: #F7F7F8;
}
.flex-intro {
margin-bottom: 50px;
text-align: center;
}
.flex-intro h2 {
font-size: 32px;
font-weight: 300;
color: #3a3a47;
line-height: 1.3;
margin-bottom: 10px;
}
.flex-intro p {
font-size: 16px;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0.01em;
color: #818198;
max-width: 630px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
}
.flex-inner {
margin: 50px 0;
}
.flex-inner .f-image {
text-align: center;
}
.flex-inner .f-text {
padding: 0 35px;
text-align: center;
}
.flex-inner .f-text {
-webkit-box-flex:1;
-ms-flex:1;
flex:1;
text-align: center;
}
.flex-inner .f-text h2 {
font-size: 24px;
font-weight: 600;
color: #3a3a47;
line-height: 1.3;
margin-top: 25px;
}
.flex-inner .f-text p {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.01em;
color: #818198;
margin-top: 15px;
margin-bottom: 15px;
}
.flex-inner .f-text .left-content a {
font-family: "Open Sans";
font-size: 14px;
font-weight: 600;
color: #047aed;
position: relative;
display: inline-block;
text-decoration: none;
}
.flex-inner .f-text .left-content a::after {
content: "";
position: absolute;
left: 0;
bottom: -20%;
height: 1px;
width: 50px;
background: #8798ab;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.flex-inner .f-text .left-content a:hover::after {
width: 75px;
}
.flex-inner .f-text .left-content a:hover {
text-decoration: none;
}
.flex-inner.flex-inverted .f-image {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
.flex-inner.flex-inverted .f-image img {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(10%);
}
/*---------------- YD CTA Box Styling --------------------*/
.yd_cta_box {
background: #FFFFFF;
}
.cta_box {
background: #303c42 url(../images/motherboard1.png);
background-repeat: no-repeat;
background-position: right;
border-radius: 0;
display: flex;
margin: auto;
height: 480px;
}
.cta_box .cta_box_inner {
margin: auto;
padding: 0;
}
.cta_box .cta_box_inner .box_txt {
padding: 0;
}
.cta_box .cta_box_inner h4 {
font-size: 18px;
font-weight: 400;
line-height: 1.2;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 20px;
}
.cta_box .cta_box_inner h2 {
font-size: 24px;
font-weight: 400;
line-height: 1.6;
color: #FFFFFF;
}
/*
.cta_box .btn-action {
background: #FFFFFF;
color: #047aed;
}*/
.yd_cta_sub {
padding: 0;
background: #303c42;
text-align: center;
}
.cta_sub {
display: flex;
margin: auto;
height: 480px;
}
.cta_sub .cta_sub_inner {
margin: auto;
padding: 0;
}
.cta_sub .cta_sub_inner h4 {
font-size: 14px;
font-weight: 400;
line-height: 1.2;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 20px;
}
.cta_sub .cta_sub_inner h2 {
font-size: 24px;
font-weight: 300;
line-height: 1.6;
color: #FFFFFF;
}
/*------------------ YD Video Ft Section Styling --------------*/
.yd_boxed .yd_vid_ft {
padding: 70px 0;
}
.yd_boxed .vid_box {
padding: 50px;
}
.yd_vid_ft {
background: #FFFFFF;
padding: 50px 0;
}
.vid_box {
min-height: 540px;
width: 100%;
background: rgb(4, 122, 237);
background: #F7F7F8;
border-radius: 1px;
padding: 100px 50px;
position: relative;
}
/*
.vid_box::before {
display: block;
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.3);
opacity: 1;
z-index: 100;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}*/
.vid_intro {
text-align: center;
max-width: 580px;
margin: 0 auto;
}
.vid_intro h2 {
font-size: 34px;
font-weight: 300;
color: #3a3a47;
line-height: 1.4;
}
.vid_intro p {
font-size: 17px;
font-weight: 500;
color: rgb(129, 129, 152);
line-height: 1.6;
margin-top: 10px;
}
.yd_vid {
text-align: center;
max-width: 768px;
margin: 0 auto;
margin-top: 75px;
}
/*--------- Left Section Styling -----------*/
.yd_flx_tr {
width: 100%;
height: 100%;
padding: 100px 0;
}
.yd_flx_tr_inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: space-around;
}
.yd_flx_tr_inner > * {
flex: 1 100%;
}
.left {
background: #f3f3f5;
padding: 75px;
}
.flx_content h2 {
font-size: 24px;
font-weight: 500;
color: #202124;
line-height: 1.4;
}
.flx_content h4 {
font-size: 18px;
font-weight: 500;
color: #284184;
line-height: 1.4;
margin-top: 40px;
}
/*--------- Right Section Styling -----------*/
.right {
background-color: #f3f3f5;
background: #333;
line-height: 0;
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: space-around;
}
.right > * {
flex: 1 100%;
}
.right .sec-one {
background-color: #ff524e;
background-color: #f3f3f5;
}
.right .sec-two {
background-color: #FFE16E;
background-color: #C4FFDD;
background-color: #ff524e;
height: auto;
padding: 50px;
}
.right .sec-one h2 , .right .sec-two h2 {
font-size: 21px;
font-weight: 600;
color: #FFF;
line-height: 1.2;
}
/*----------------------------------------
------- Nav Tabs Styling Section ---------
----------------------------------------*/
.yd_tabs {
padding: 50px 0;
background: #f3f3f5;
}
.yd_tabs .nav-tabs {
background-color: #f3f3f5;
padding: 25px 0;
border: none !important;
}
.yd_tabs .nav-tabs .nav-link {
overflow: hidden;
border-radius: 10px;
padding: 25px;
}
.yd_tabs .nav-tabs .nav-link:hover {
border-color: transparent;
}
.yd_tabs .nav-tabs .nav-link.active {
background-color: #f3f3f5;
color: #433434;
border-color: transparent;
position: relative;
box-shadow:0 0px 50px rgba(0, 0, 0, .1);
}
.yd_tabs a {
font-family: 'Montserrat';
font-size: 16px;
font-weight: 500;
line-height: 1.2;
}
.yd_tabs h5 {
font-size: 32px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 20px;
}
.yd_tabs .nav-tabs h2 {
font-size: 18px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 20px;
padding: 30px;
}
.yd_tabs .nav-item {
padding: 10px;
}
.yd_tabs p {
font-size: 14px;
font-weight: 500;
line-height: 1.4;
}
.yd_tabs .ar-icon {
float: left;
width: 15%;
}
.yd_tabs .ar-icon img {
margin-top: 0;
vertical-align: middle;
}
.yd_tabs .ar-text {
float: right;
width: 85%;
}
.yd_tabs .ar-text h3 {
font-size: 18px;
color: #364655;
font-weight: 600;
line-height: 1.2;
margin-bottom: 10px;
}
.yd_tabs .ar-text p {
font-size: 14px;
font-weight: 500;
line-height: 1.6;
color: #959597;
}
@media screen and (max-width: 576px) {
.yd_tabs .nav-tabs {
margin-bottom: 11px;
}
.yd_tabs .nav-tabs .nav-item {
width: auto !important;
}
.yd_tabs .nav-tabs.yd_tabs-right {
margin-bottom: 0;
margin-top: 10px;
}
.yd_tabs .nav-tabs .nav-link {
padding: 20px;
}
.yd_tabs .ar-icon {
float: left;
width: 25%;
}
.yd_tabs .ar-text {
float: right;
width: 75%;
}
}
/*----------------------------------------------
------------ Single Feature section ------------
----------------------------------------------*/
.ft_single {
position: relative;
padding: 100px 0 100px 0;
}
.yd_flex {
display: block;
text-align: center;
}
.yd_flex_1 {
-webkit-box-flex:1;
-ms-flex:1;
flex:1;
}
.yd_flex_2 {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
.yd_flex_1 .flex_content {
max-width: 420px;
margin: 0 auto;
}
.yd_flex_1 .flex_content h2 {
font-size: 32px;
font-weight: 700;
line-height: 1.4;
color: #364655;
margin-bottom: 10px;
}
.yd_flex_1 .flex_content p {
font-size: 16px;
font-weight: 500;
line-height: 1.4;
color: #5f6368;
margin-bottom: 5px;
}
.flex_main {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.flex_sub {
align-items: center;
flex-basis: calc(50% - 24px);
flex-direction: column;
justify-content: center;
margin: 10px;
padding: 15px 10px;
position: relative;
background: rgb(248, 249, 250);
border: 1px solid transparent;
border-radius: 2px;
display: flex;
cursor: pointer;
margin-bottom: 12px;
transition: box-shadow .3s ease-in-out;
}
.flex_sub:hover {
box-shadow:0 0 20px rgba(0, 0, 0, .1);
}
.flex_sub .sub_image {
margin: 0px 0 20px;
}
.flex_sub .sub_image img {
width: 60px;
height: 60px;
}
.flex_sub .sub_text {
text-align: center;
}
.flex_sub .sub_text h4 {
font-size: 14px;
font-weight: 600;
line-height: 1.2;
color: #202124;
margin-bottom: 5px;
}
.flex_sub .sub_text p {
font-size: 13px;
font-weight: 500;
line-height: 1.4;
color: #5f6368;
margin: 5px 0;
}
/*------------- YD Clients Styling ---------------*/
.yd_clients {
padding: 50px 0;
}
.yd_clients_intro {
text-align: center;
max-width: 600px;
margin: 0 auto;
margin-bottom: 50px;
}
.yd_clients_intro h4 {
font-size: 14px;
font-weight: 500;
color: #8798ab;
line-height: 1.4;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 10px;
}
.yd_clients_intro h2 {
font-size: 32px;
font-weight: 300;
color: #3a3a47;
line-height: 1.4;
margin-bottom: 15px;
}
.yd_clients_intro p {
font-size: 18px;
font-weight: 400;
color: #787878;
line-height: 1.6;
letter-spacing: 0;
}
.flx_2 {
max-width: 600px;
margin: 0 auto;
margin-top: 25px;
text-align: center;
}
.yd_clients .flx_2 h1 {
font-size: 26px;
font-weight: 300;
color: #3a3a47;
line-height: 1.4;
margin-bottom: 10px;
}
.yd_clients .flx_2 h2 {
font-size: 16px;
font-weight: 400;
color: #3a3a47;
line-height: 1.4;
margin-bottom: 5px;
}
.yd_clients .flx_2 a {
font-family: 'Open Sans';
font-size: 14px;
font-weight: 400;
color: #047aed;
line-height: 1.4;
text-decoration: none;
}
.yd_clients .review-img {
display: flex;
height: 100%;
}
.yd_clients .review-img .review-img-inner {
margin: auto;
}
.yd_clients .review-img img {
width: 120px;
}
.yd_clients .client-list {
margin-top: 50px;
}
.yd_clients .client-list ul {
list-style-type: none;
text-align: center;
}
.yd_clients .client-list ul li {
display: inline;
margin: 0 20px;
}
.yd_clients .client-list ul li img {
width: 100px;
opacity: 0.6;
cursor: pointer;
}
/*------------------------------------------------
--------------- Review Card Styling --------------
-------------------------------------------------*/
.yd_rev_slides {
width: 100%;
height: 100%;
padding: 50px 0;
background: #F7F7F8;
background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0)), url(../images/bg.jpg) no-repeat center center;
background-size: cover;
background-position: top;
}
.rev_intro {
display: flex;
height: 100%;
max-width: 360px;
}
.rev_intro_inner {
margin: auto;
}
.rev_intro h4 {
font-size: 14px;
font-weight: 500;
color: #8798ab;
line-height: 1.4;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 10px;
}
.rev_intro h2 {
font-size: 32px;
font-weight: 300;
color: #3a3a47;
line-height: 1.4;
margin-bottom: 15px;
}
.rev_intro p {
font-size: 18px;
font-weight: 400;
color: #787878;
line-height: 1.6;
letter-spacing: 0;
}
.reviews {
background: #FFFFFF;
padding: 40px;
}
.rev_box {
margin: 0 10px;
background: #FFFFFF;
}
.rev_attr {
display: flex;
margin-top: 55px;
}
.rev_img {
display: flex;
}
.rev_img .rev_img_inner {
margin: auto;
}
.rev_img img {
width: 50px;
}
.rev_footer {
margin-left: 25px;
}
.rev_text h1 {
font-size: 21px;
font-weight: 500;
color: #787878;
line-height: 1.6;
letter-spacing: 0;
margin-bottom: 20px;
}
.rev_footer h2 {
font-size: 18px;
font-weight: 600;
color: #565656;
line-height: 1.4;
margin-bottom: 2px;
}
.rev_footer h6 {
font-size: 14px;
font-weight: 500;
color: #808080;
line-height: 1.4;
margin-bottom: 3px;
}
.rev_footer a {
font-family: 'Montserrat';
font-size: 12px;
font-weight: 500;
color: #047aed;
position: relative;
display: inline-block;
text-decoration: none;
}
/*-----------------------------------------------------------
--------------------- Faq Section Styling -------------------
------------------------------------------------------------*/
.yd_faqs {
padding: 50px 0;
/*background: #f7f7f8;*/
background: #fff;
}
.yd_faqs .yd_flx2 {
min-height: 500px;
display: flex;
}
.yd_faqs .yd_flx2 .flx_1 {
line-height: normal;
padding: 0 100px;
min-height: 300px;
}
.yd_faqs .faq_intro {
max-width: 600px;
margin-bottom: 50px;
}
.yd_faqs .faq_inner h2 {
font-size: 32px;
font-weight: 300;
color: #111;
line-height: 1.2;
margin-bottom: 15px;
}
.yd_faqs .faq_inner p {
font-size: 16px;
font-weight: 400;
color: rgba(0, 0, 0, 0.5);
line-height: 1.6;
margin: 15px 0;
}
.yd_faqs .faq_inner h5 {
font-size: 16px;
font-weight: 400;
color: rgba(0, 0, 0, 0.5);
line-height: 1.6;
margin-top: 20px;
display: inline;
}
.yd_faqs .faq_inner a {
display: inline;
font-family: 'Open Sans';
color: #047aed;
font-size: 14px;
font-weight: 400;
text-decoration: none;
}
#accordion .card-header:after {
font-family: 'ionicons';
content: "\f209";
float: right;
transition: 0.5s;
}
#accordion .card-header.collapsed:after {
/* symbol for "collapsed" panels */
content: "\f218";
transition: 0.5s;
}
#accordion .card {
border-radius: 0;
border: 0;
}
#accordion .card-header {
padding: 30px 0;
/*background: #f7f7f8;*/
background: #fff;
border-bottom: 2px solid rgba(0,0,0,.03);
cursor: pointer;
}
#accordion .card-header .card-title {
font-family: 'Open Sans';
font-size: 18px;
color: rgba(0, 0, 0, 0.75);
font-weight: 500;
line-height: 1.4;
}
#accordion .card-body {
padding: 30px 0;
/*background: #f7f7f8;*/
background: #fff;
}
#accordion .card-body p {
font-family: 'Roboto';
font-size: 16px;
color: rgba(0, 0, 0, 0.6);
font-weight: 400;
line-height: 2;
}
.faq_alt {
background: #FFFFFF;
}
.faq_alt #accordion .card-header {
background: #FFFFFF;
}
.faq_alt #accordion .card-body {
background: #FFFFFF;
}
/*-----------------------------------------------------------
------------------- Split Features Styling ------------------
------------------------------------------------------------*/
.split_features {
width: 100%;
height: 100%;
}
.split_features .yd_flx2 {
min-height: 500px;
}
.split_features .yd_flx2 .flx_1 {
line-height: normal;
background: #eee;
padding: 0 100px;
min-height: 300px;
}
.split_features .yd_flx2 .flx_1 .split_text {
display: flex;
margin: auto;
height: 100%;
}
.split_features .yd_flx2 .flx_1 .split_text_inner {
margin: auto; /* Important */
}
.split_features .yd_flx2 .flx_1 h2 {
font-family: 'Roboto' !important;
font-size: 38px;
font-weight: 300;
color: #111;
line-height: 1.4;
margin-bottom: 15px;
}
.split_features .yd_flx2 .flx_1 p {
font-family: 'Roboto' !important;
font-size: 17px;
font-weight: 400;
color: #777;
line-height: 1.6;
margin-top: 15px;
}
.split_features .yd_flx2 .flx_2 {
padding: 0;
background: url(../images/hg.jpg) no-repeat center center;
background-size: cover;
min-height: 300px;
}
/*-----------------------------------------------------------
------------------- YD Custom Features Styling ------------------
------------------------------------------------------------*/
.ft_cst2 {
padding: 100px 0;
background: #FFFFFF;
}
.ft_cst2 .split_text {
display: flex;
max-width: 480px;
height: 100%;
}
.ft_cst2 .split_text_inner {
margin: auto; /* Important */
}
.ft_cst2 .split_text_inner h4 {
font-size: 13px !important;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
color: #607d9c;
line-height: 1.3;
margin: 0 0 20px 0;
}
.ft_cst2 .split_text_inner h2 {
font-size: 28px !important;
font-weight: 300;
color: #445555;
line-height: 1.4;
}
.ft_cst2 .split_text_inner p {
font-size: 18px !important;
font-weight: 400 !important;
color: rgba(0, 0, 0, 0.5);
line-height: 1.6;
margin: 20px 0 0 0;
}
.ft_cst2 .split_text_inner .btn-action {
margin: 20px 0 0 0;
}
.ft_cst2 .f-text {
line-height: normal;
text-align: center;
background: #FFFFFF;
}
.ft_cst2 .flex-inner {
margin: 0;
}
.ft_cst2 .f-text {
line-height: normal;
text-align: center;
background: #FFFFFF;
margin-top: 0;
}
.ft_cst2 .flex-inner .f-image {
margin-top: 50px !important;
}
/*-----------------------------------------------------------
------------------- YD Custom Features Styling ------------------
------------------------------------------------------------*/
.yd_pricing {
width: 100%;
height: 100%;
padding: 100px 0;
background: #FFFFFF;
}
.yd_pricing .flex-inner {
margin: 0;
}
.yd_pricing .flex-inner .f-text {
margin-top: 50px;
text-align: center;
}
.yd_pricing .split_text {
display: flex;
max-width: 600px;
margin: 0 auto;
height: 100%;
}
.yd_pricing .split_text_inner {
margin: auto; /* Important */
}
.yd_pricing .split_text_inner h4 {
font-size: 14px;
font-weight: 600;
color: #8798ab;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 10px;
}
.yd_pricing .split_text_inner h2 {
font-size: 34px !important;
font-weight: 300;
color: #445555;
line-height: 1.3;
}
.yd_pricing .split_text_inner p {
font-size: 16px !important;
font-weight: 400 !important;
color: rgba(0, 0, 0, 0.5);
line-height: 1.6;
margin-top: 20px;
}
.yd_pricing .split_text_inner h6 {
font-size: 12px;
font-weight: 400;
color: #8798ab;
display: inline;
}
.yd_pricing .btn-link {
font-family: 'Open Sans';
color: #047aed;
font-size: 13px;
font-weight: 400;
text-decoration: none;
}
.yd_pricing .split_text_inner .btn-action {
margin: 20px 0 0 0;
}
.yd_pricing .f-text {
line-height: normal;
background: #FFFFFF;
}
.yd_pricing .prc_box {
text-align: center;
padding: 50px;
max-width: 320px;
margin: 0 auto;
margin-bottom: 0;
border-radius: 5px;
background: #047aed;
border: 1px solid #ececec;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.yd_pricing .prc_box .prc h1 {
font-family: 'Roboto';
font-size: 48px;
font-weight: 500;
color: #F7F7F8;
line-height: 1.4;
}
.yd_pricing .prc_box .prc span {
font-family: 'Open Sans';
font-size: 14px;
font-weight: 500;
color: #F7F7F8;
}
.yd_pricing .prc_box .prc_text h2 {
font-size: 24px;
font-weight: 600;
color: #F7F7F8;
line-height: 1.6;
margin-top: 20px;
}
.yd_pricing .prc_box p {
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
margin-top: 10px;
}
/*---------------- Pricing Tables ------------------*/
/* ----- Pricing Tables Styling Starts ----- */
.pricing-section {
width: 100%;
height: 100%;
background: #F7F7F8;
/* background: #FFFFFF;*/
}
.pricing-intro h1 {
font-size: 28px;
color: #445555;
font-weight: 300;
line-height: 1.4;
margin-bottom: 20px;
}
.pricing-intro p {
font-size: 16px;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0.01em;
color: #8B92AB;
margin-top: 10px;
margin-bottom: 50px;
}
.pricing-details {
padding: 50px 0 0 0;
}
.pricing-section .table-left, .pricing-section .table-right {
padding: 15%;
margin: 0 auto;
margin-bottom: 30px;
/* background-color: #F7F7F8;*/
background-color: #fff;
border: transparent;
max-width: 400px;
}
.table-left h3, .table-right h3 {
font-size: 25px;
font-weight: 600;
color: #505050;
margin-bottom: 15px;
}
.table-left p, .table-right p {
font-size: 14px;
font-weight: 500;
color: #505050;
line-height: 1.4;
}
.pricing-section .table-right {
color: #FFFFFF !important;
background-color: #047aed;
}
.pricing-section .table-right h3, .pricing-section .table-right p {
color: #FFFFFF !important;
}
.table-left .icon, .table-right .icon {
padding: 50px 50px 40px 50px;
}
.table-left .icon img, .table-right .icon img {
width: 60px;
height: 60px;
margin: 0 auto;
}
.table-left .pricing-details span, .table-right .pricing-details span {
display: inline-block;
font-family: 'Open Sans';
font-size: 42px;
font-weight: 500;
color: #505050;
margin-bottom: 15px;
}
.sub_note {
font-family: 'Open Sans';
padding-bottom:5px;
font-size: 10px;
font-weight: 400;
color: #505050;
}
.sub_deposit {
font-family: 'Open Sans';
padding-bottom:5px;
font-size: 10px;
font-weight: 400;
color: #505050;
}
.sub_span {
font-family: 'Open Sans';
padding-top:10px;
font-size: 15px;
font-weight: 400;
color: #505050;
}
.sub_span_alt {
color: #FFFFFF;
}
.table-left .pricing-details h2, .table-right .pricing-details h2 {
font-size: 21px;
font-weight: 500;
color: #505050;
margin-bottom: 30px;
}
.table-left .pricing-details p, .table-right .pricing-details p {
font-size: 14px;
font-weight: 300;
color: #505050;
letter-spacing: 1px;
line-height: 1.4;
}
.table-right .pricing-details h2, .table-right .pricing-details span {
color: #FFFFFF !important;
}
.pricing-section .table-left, .pricing-section .table-right {
margin-top: 20px;
}
.pricing-section .table-center {
margin-top: 0;
}
.pricing-section .btn-action {
background-color: #4285f4;
border-color: #4285f4;
}
.btn-white {
color: #047aed;
background-color: #FFFFFF !important;
border-color: #FFFFFF !important;
}
.pricing-section .btn-white:hover {
color: #555da8;
}
.pricing-section .refund-txt {
font-size: 12px;
font-weight: 500;
color: #505050;
}
/* ------------ Bact-to-Top Styling Starts Here ------------*/
.footer {
background: #040E1A;
background: #303c42;
padding: 35px 0;
border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.footer-inner {
background: #1e266d;
}
.footer .footer-logo {
text-align: center;
}
.footer .footer-logo h2 {
font-size: 18px;
font-weight: 500;
color: #e5e5e5;
text-transform: uppercase;
line-height: 1.4;
letter-spacing: 1px;
}
.footer p {
font-size: 24px;
font-weight: 700;
color: #e5e5e5;
line-height: 1.4;
margin-top: 0;
}
/* ------------ Bact-to-Top Styling Starts Here ------------*/
.back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
font-family: 'Montserrat';
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
color: #FFFFFF;
line-height: 1.4;
display: inline-block;
padding: 1.2rem 1.2rem;
margin-top: 0;
border-radius: 0;
background: url(../icons/up.png) center top 0.5rem no-repeat #047aed;
text-decoration: none;
-webkit-transition: 200ms;
-moz-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
}
.back-to-top:hover {
color: #FFFFFF;
text-decoration: none;
}
.footer ul {
list-style-type: none;
text-align: center;
margin-top: 0;
}
.footer .footer-menu {
text-align: center;
margin: 20px 0;
}
.footer .footer-links ul {
text-align: center;
}
.footer ul li {
font-family: "Montserrat";
font-size: 16px;
font-weight: 500;
letter-spacing: 0;
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}
.footer ul li a {
font-size: 14px;
font-weight: 500;
line-height: 24px;
text-transform: uppercase;
position: relative;
display: inline-block;
color: #FFFFFF;
text-decoration: none;
}
.footer ul li a:hover {
text-decoration: none;
color: #97a6b5;
}
.footer .footer-links ul li {
margin-left: 10px;
margin-right: 10px;
}
.footer .footer-links ul li a img {
width: 24px;
vertical-align: middle;
}
/*------------------------------------------
-------------- Media Queries ---------------
------------------------------------------*/
@media only screen and (min-width: 767px) {
.logo .tld {
background: #047aed;
}
.navbar-nav {
margin-top: 0;
background: #fff;
}
.navbar-nav .nav-item {
margin-top: 0;
margin-right: 15px;
font-size: 0.85rem;
font-weight: 400;
}
.btn-nav {
margin: 0;
}
.container-s {
padding-left: 20px;
padding-right: 20px;
}
.container-m {
padding-left: 20px;
padding-right: 20px;
}
.hero-inner h2 {
font-size: 38px;
}
.home .hero-content {
padding: 75px 0 0 0;
}
.home-2 {
padding: 150px 0 50px 0;
}
.home-2 .hero-form #contactForm {
float: right;
}
.home-2 .hero-content .hero-content-inner {
text-align: left;
}
.home-3 .hero-content .hero-content-inner {
text-align: left;
}
.home-3 .hero-img img {
box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}
.lbl-services {
padding: 100px 0 50px 0;
}
.service-intro h1 {
font-size: 34px;
}
.card_single {
width: calc(33.333% - 2px);
}
.flex-split {
padding: 100px 0;
}
.flex-intro h2 {
font-size: 34px;
}
.flex-inner {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 75px 0 0 0;
}
.flex-inner .f-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 400px;
flex: 0 0 400px;
}
.ft_cst2 .split_text_inner h2 {
font-size: 34px !important;
}
.yd_pricing .flex-inner .f-text {
margin-top: 0;
text-align: left;
}
.yd_clients {
padding: 100px 0;
}
.yd_rev_slides {
padding: 100px 0;
}
.rev_text h1 {
font-size: 24px;
}
.reviews {
padding: 50px;
}
.cta_box .cta_box_inner h2 {
font-size: 32px;
}
.cta_sub .cta_sub_inner h2 {
font-size: 32px;
}
.ft_cst2 .flex-inner .f-image {
margin-top: 0 !important;
-webkit-box-flex: 0;
-ms-flex: 0 0 400px;
flex: 0 0 400px;
}
.yd_vid_ft {
padding: 100px 0;
}
.yd_pricing .f-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 360px;
flex: 0 0 360px;
}
.yd_pricing .split_text_inner h2 {
font-size: 34px !important;
}
.yd_pricing .split_text_inner p {
font-size: 16px !important;
}
.yd_pricing .prc_box {
margin-bottom: 0;
}
.flex-inner .f-text h2 {
margin-top: 0;
}
.yd_faqs {
padding: 100px 0;
}
.yd_tabs {
padding: 100px 0;
}
.yd_pricing .split_text_inner h2 {
font-size: 34px !important;
}
.yd_pricing .split_text_inner p {
font-size: 18px !important;
}
.yd_pricing .prc_box {
margin-bottom: 0;
}
.pricing-intro h1 {
font-size: 34px;
}
.flex-inner .f-text h2 {
font-size: 24px;
}
.flex-inner .f-text p {
font-size: 16px;
font-weight: 500;
}
.yd_flex {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.yd_flex .yd_flex_2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 568px;
flex: 0 0 568px;
}
.yd_flex_1 .flex_content {
max-width: 420px;
margin: 0;
}
.left {
padding: 50px;
}
.flx_content h2 {
font-size: 24px;
}
.flex_main {
display: flex;
}
.flex_sub {
margin: 12px;
padding: 32px;
}
.flex_sub .sub_text h4 {
font-size: 16px;
}
.left {
flex: 1 0 0;
}
.right {
flex: 1 0 0;
flex-direction: column;
}
.right .sec-one {
flex: 1;
}
.right .sec-two {
flex: 1;
}
.right .sec-two {
padding: 25px;
}
.flx_2 {
margin-top: 25px;
text-align: center;
}
.yd_clients .review-img img {
width: 120px;
}
.split_features .yd_flx2 .flx_1 {
flex: 1 0 0;
flex-basis: 50%;
}
.split_features .yd_flx2 .flx_2 {
flex: 1 0 0;
flex-basis: 50%;
}
.yd_faqs .yd_flx2 .flx_1 {
flex: 1 0 0;
flex-basis: 50%;
}
.yd_faqs .yd_flx2 .flx_2 {
flex: 1 0 0;
flex-basis: 50%;
}
.footer .footer-logo {
text-align: left;
}
.footer .footer-menu {
text-align: right;
margin: 0;
}
.footer .footer-links ul {
text-align: right;
}
}
@media only screen and (min-width: 480px) {
.container-s {
padding-left: 40px;
padding-right: 40px;
}
.flex-inner .f-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: left;
}
}
@media only screen and (min-width: 24em) {
.prk-circle {
width: 360px;
height: 360px;
}
.txt-box h2 {
font-size: 21px;
font-weight: 500;
}
.txt-box .btn-action {
padding: 10px 24px;
font-size: 12px;
margin: 25px 10px 0 0;
}
.txt-box ul#countdown li span {
font-size: 38px;
}
.txt-box ul#countdown li.seperator {
font-size: 32px;
}
.txt-box ul#countdown li p {
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.card_single {
text-align: center;
padding: 10px;
}
.yd_flex .yd_flex_2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 420px;
flex: 0 0 420px;
}
.home-split .flx_2 {
min-width: 100%;
}
}
@media only screen and (min-width: 1024px) {
.home-3 .hero-img img {
box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}
.home-split .flx_2 {
min-width: inherit;
}
.ft_cst2 .flex-inner .f-image {
margin-top: 0 !important;
-webkit-box-flex: 0;
-ms-flex: 0 0 540px;
flex: 0 0 540px;
}
.cta_box .cta_box_inner {
padding: 0;
}
.yd_pricing .f-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 540px;
flex: 0 0 540px;
}
.left {
padding: 100px;
}
.right .sec-two {
padding: 50px;
}
.flx_content h2 {
font-size: 30px;
}
.yd_tabs .ar-icon {
float: left;
width: 20%;
}
.yd_tabs .ar-text {
float: right;
width: 80%;
}
}
@media only screen and (max-width: 420px) {
.form {
text-align: center;
}
.form input {
padding: 0 75px 0 20px;
}
.form .submit-button {
margin-left: 0;
margin-top: 10px;
}
#chimp-email-error {
left: 5%;
bottom: -30%;
}
.yd_cta_box #response {
position: absolute;
left: 5%;
bottom: -50%;
}
.yd_cta_box #chimp-email-error {
left: 15%;
bottom: -25%;
}
}
.team-image {
padding: 0px;
}
.team-text {
padding: 15px;
margin-top: 15px;
}
.team-text h3 {
font-size: 21px;
font-weight: 500;
text-align:center;
color: #364655;
}
.team-text p {
text-align:center;
font-size: 16px;
font-weight: 500;
color: rgb(129, 129, 152);
line-height: 1.6;
margin-top: 15px;
}
.team {
padding: 50px 0;
position: relative;
}
.questions {
text-align:center;
font-size: 14px;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0.01em;
color: #818198;
max-width: 630px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
}
.listofbikes h4 {
font-size: 14px;
font-weight: 500;
color: rgba(0, 0, 0, 0.4);
line-height: 1.2;
letter-spacing: 1px;
margin-bottom: 10px;
}
.img-fluid {
box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}
.logos {
max-width: 100%;
height: auto;
}
.loop-video {
margin-top: 25px;
}
.cornering-shot {
display:block !important;
}
.track-info {
font-family: "Open Sans";
font-size: 14px;
font-weight: 600;
margin-bottom:25px;
color: #047aed;
position: relative;
display: inline-block;
text-decoration: none;
}
.track-info::after {
content: "";
position: absolute;
left: 0;
bottom: -20%;
height: 1px;
width: 50px;
background: #8798ab;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.track-info:hover::after {
width: 75px;
}
.bike-fluid {
max-width: 100%;
height: auto;
}
.drone-video {
box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}
#contact a {
color: #fff;
font-weight:600;
}
.ksr-logo {
height:1.2em;
}
.reserving h1 {
text-align:left;
}
.signup-spacing {
padding-top:60px;
}
.fillout {
text-align:left;
}
.fillout label {
padding-bottom:10px;
}
.ack-txt {
color: rgba(0, 0, 0, 0.5) !important;
font-weight:400 !important;
text-align:left;
}
.ack {
display:block;
}
.row {
margin:0 !important;
}
.container-fluid {
padding:0 !important;
}
.navbar-logo {
height:2.5em;
}
.hero-content-inner p b {
font-weight: 700;
}
.payment .row {
margin-top:50px !important;
}
.style {
text-align:left;
}
.style h2, h3 {
font-weight: 400;
color: #111;
line-height: 1em;
margin-top:0.5em;
margin-bottom:0.5em;
}
.style p strong{
color:#111;
font-weight:600;
}
.style h2 {
font-size: 2em;
text-align:left;
}
.style h3 {
font-size: 1.5em;
text-align:left;
}
.style h4 {
font-size: 1em;
text-align:left;
}
.style ul {
display: block;
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
color: rgba(0, 0, 0, 0.6);
}
.style li {
font-size: 18px;
line-height: 1.6em;
}
.style table {
border-spacing: 0;
border-collapse: collapse;
}
.style tr:nth-child(2n + 1) {
background: #efefef;
}
.style td, th {
padding: 5px 10px;
text-align: left;
border: 1px solid #ddd;
}
.style img {
width:100%;
}
.partner-img {
width: 100px;
margin:10px;
}
.partners {
text-align: center;
}
.navbar-nav {
background: none !important;
}
| 0.263789 | 0.060335 |
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue|Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap");
* {
padding: 0;
margin: 0;
}
body {
background-color: whitesmoke;
}
.navbar {
background-color: rgba(2, 2, 58, 1);
color: whitesmoke;
font-size: 20px;
font-family: "Roboto", sans-serif;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 5px 15px;
}
#company-name {
font-family: "Bebas Neue", cursive;
font-size: 35px;
}
#logout {
background-color: transparent;
border: 1px solid whitesmoke;
outline: none;
cursor: pointer;
color: whitesmoke;
padding: 6px;
border-radius: 3px;
margin: 0 15px;
font-size: 17px;
}
#logout:hover {
background-color: rgba(245, 245, 245, 0.3);
}
#logout:active {
transform: scale(0.92);
}
#project-panel {
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;
padding: 3rem;
flex-wrap: wrap;
}
#live-proj {
display: flex;
flex-direction: row;
align-items: center;
/* justify-content: center; */
flex-wrap: wrap;
}
.cardBtn {
background-color: rgba(2, 2, 58, 1);
border: none;
outline: none;
cursor: pointer;
color: whitesmoke;
padding: 6px;
border-radius: 50%;
/* margin:15px 0px; */
font-size: 17px;
width: 70px;
height: 70px;
position: absolute;
bottom: 0;
right: 0;
}
.cardBtn:hover {
background-color: rgba(2, 2, 58, 0.9);
}
.cardBtn:active {
transform: scale(0.92);
}
.projCard {
border: 1px solid rgba(2, 2, 58, 0.5);
background-color: ghostwhite;
box-shadow: 5px 6px 15px rgba(2, 2, 58, 0.4);
border-radius: 2px 2px 95px 2px;
padding: 20px 50px;
margin: 20px;
display: flex;
font-family: "Quicksand", sans-serif;
font-size: 18px;
flex-direction: column;
align-items: center;
justify-content: center;
height: 210px;
/* max-height: 210px; */
width: 390px;
/* max-width: 390px; */
position: relative;
}
.card-title {
border: 1px solid rgba(2, 2, 58, 0.8);
background-color: rgb(2, 2, 58);
color: whitesmoke;
text-align: center;
/* border-radius:2px 2px 15px 2px; */
font-family: "Quicksand", sans-serif;
font-size: 25px;
font-weight: 600;
border-radius: 10px;
position: absolute;
top: -20px;
height: 30px;
width: 350px;
padding: 12px;
}
.card-input {
border: none;
height: 2rem;
outline: none;
border-bottom: 1px solid lightgrey;
background-color: ghostwhite;
margin: 5px;
font-family: "Quicksand", sans-serif;
font-size: 22px;
}
.tooltip {
display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
/* Position the tooltip text - see examples below! */
position: absolute;
z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
}
/*mobile portrait*/
@media only screen and (max-width: 414px) {
#project-panel {
padding: 15px 8px;
}
.projCard {
/* margin: 10px; */
border-radius: 2px 2px 85px 2px;
font-size: 16px;
height: 20vh;
width: 70vw;
padding: 20px 25px;
margin-bottom: 20px;
}
.card-title {
font-size: 20px;
padding: 5px;
width: 72vw;
}
.card-input {
font-size: 20px;
}
.cardBtn {
height: 55px;
width: 55px;
}
}
|
public/pages/projects/style.css
|
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue|Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap");
* {
padding: 0;
margin: 0;
}
body {
background-color: whitesmoke;
}
.navbar {
background-color: rgba(2, 2, 58, 1);
color: whitesmoke;
font-size: 20px;
font-family: "Roboto", sans-serif;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 5px 15px;
}
#company-name {
font-family: "Bebas Neue", cursive;
font-size: 35px;
}
#logout {
background-color: transparent;
border: 1px solid whitesmoke;
outline: none;
cursor: pointer;
color: whitesmoke;
padding: 6px;
border-radius: 3px;
margin: 0 15px;
font-size: 17px;
}
#logout:hover {
background-color: rgba(245, 245, 245, 0.3);
}
#logout:active {
transform: scale(0.92);
}
#project-panel {
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;
padding: 3rem;
flex-wrap: wrap;
}
#live-proj {
display: flex;
flex-direction: row;
align-items: center;
/* justify-content: center; */
flex-wrap: wrap;
}
.cardBtn {
background-color: rgba(2, 2, 58, 1);
border: none;
outline: none;
cursor: pointer;
color: whitesmoke;
padding: 6px;
border-radius: 50%;
/* margin:15px 0px; */
font-size: 17px;
width: 70px;
height: 70px;
position: absolute;
bottom: 0;
right: 0;
}
.cardBtn:hover {
background-color: rgba(2, 2, 58, 0.9);
}
.cardBtn:active {
transform: scale(0.92);
}
.projCard {
border: 1px solid rgba(2, 2, 58, 0.5);
background-color: ghostwhite;
box-shadow: 5px 6px 15px rgba(2, 2, 58, 0.4);
border-radius: 2px 2px 95px 2px;
padding: 20px 50px;
margin: 20px;
display: flex;
font-family: "Quicksand", sans-serif;
font-size: 18px;
flex-direction: column;
align-items: center;
justify-content: center;
height: 210px;
/* max-height: 210px; */
width: 390px;
/* max-width: 390px; */
position: relative;
}
.card-title {
border: 1px solid rgba(2, 2, 58, 0.8);
background-color: rgb(2, 2, 58);
color: whitesmoke;
text-align: center;
/* border-radius:2px 2px 15px 2px; */
font-family: "Quicksand", sans-serif;
font-size: 25px;
font-weight: 600;
border-radius: 10px;
position: absolute;
top: -20px;
height: 30px;
width: 350px;
padding: 12px;
}
.card-input {
border: none;
height: 2rem;
outline: none;
border-bottom: 1px solid lightgrey;
background-color: ghostwhite;
margin: 5px;
font-family: "Quicksand", sans-serif;
font-size: 22px;
}
.tooltip {
display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
/* Position the tooltip text - see examples below! */
position: absolute;
z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
}
/*mobile portrait*/
@media only screen and (max-width: 414px) {
#project-panel {
padding: 15px 8px;
}
.projCard {
/* margin: 10px; */
border-radius: 2px 2px 85px 2px;
font-size: 16px;
height: 20vh;
width: 70vw;
padding: 20px 25px;
margin-bottom: 20px;
}
.card-title {
font-size: 20px;
padding: 5px;
width: 72vw;
}
.card-input {
font-size: 20px;
}
.cardBtn {
height: 55px;
width: 55px;
}
}
| 0.344113 | 0.138491 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("murobbs.plaza.fi") {
/* KAIKKI, mainokset pois */
EMBED[id^="AT_FLASH"],
OBJECT[id="td_flash"],
IMG[title="Mainos"],
TD[style="padding: 5px 0px 10px;"],
TD[style="height: 10px; background-image: url(images/muro/katkoviiva_mainos.gif);"],
IMG[src^="http://hstfi.tradedoubler.com"],
A[href^="http://adserver.adtech.de"],
INS[style="border: medium none ; margin: 0pt; padding: 0pt; display: inline-table; height: 90px; position: relative; visibility: visible; width: 728px;"],
{ display: none !important; }
/* KAIKKI, turhat valit pois reunoilta */
html, body { margin: 0 !important; }
/* KAIKKI, keskusteluja aiheesta alareunassa pois */
TD[style="padding-top: 20px;"]
{ display: none !important; }
/* KAIKKI, FIX, isolla resolla logo nakyy tuplana */
TD[class="navbar_paakuva"]
{ background-repeat: no-repeat !important; }
/* ALUELISTA, tervetuloviestin siirto paremmalle paikalle */
.page > div[align="left"] > .tborder .alt2[nowrap="nowrap"] { position: absolute !important; top: 40px !important; left: -60px !important; text-align: right !important; background: transparent !important; color: #fff !important; overflow: hidden; }
/* ALUELISTA, tervetuloviestin varin vaihto valkoiseksi */
.page > div[align="left"] > .tborder .alt2[nowrap="nowrap"] a, .page > div[align="left"] > .tborder .alt2[nowrap="nowrap"] .time { color: #fff !important; }
/* ALUELISTA, FIX, tervetuloviestin korjaus jos ei rekisteroityneena */
TABLE.tborder > TBODY > TR > TD.alt2[style="padding: 10px;"]
{ margin-left: 400px !important; width: auto !important; }
/* ALUELISTA, painikkeiden poisto */
IMG[alt="Mene uusimpaan viestiin"],
IMG[title="Monen sivun ketju"],
IMG[src="http://murobbs.plaza.fi/images/buttons/lastpost.gif"]
{ display: none !important; }
/* ALUELISTA, kuvakkeet pienemmaksi */
IMG[id^="forum_statusicon"]
{ width: 15px !important; height: 15px !important; }
/* ALUELISTA, otsikot isommalla ja selitteet pienemmalla */
tbody[id^="collapseobj_forumbit"] > TR > TD { font-size: 14px !important; }
tbody[id^="collapseobj_forumbit"] > TR > TD > DIV[class="smallfont"] { font-size: 9px !important; color: #AAAAAA !important; }
/* ALUELISTA, KETJULISTA, hover kiitos murtunen */
td[id^="td_threadtitle_"].alt1:hover { background: #E6E6E6 !important; }
td[id^="f10"].alt1Active:hover, td[id^="f11"].alt1Active:hover, td[id^="f12"].alt1Active:hover, td[id^="f13"].alt1Active:hover, td[id^="f14"].alt1Active:hover { background: #E6E6E6 !important; }
/* KETJULISTA, nimi samalle riville */
table.tborder > tbody[id^="threadbits_forum_"] > tr > td.alt1[id^="td_threadtitle_"] div
{ display: inline-block !important; }
/* KETJULISTA, nimelle eri vari */
table.tborder > tbody[id^="threadbits_forum_"] > tr > td.alt1[id^="td_threadtitle_"] div.smallfont
{ display: inline !important; color: #CCCCCC !important; font-family: "lucida console" !important; text-align: right !important; }
/* KETJULISTA, lukittu threadi selkeammin */
IMG[src="http://murobbs.plaza.fi/images/statusicon/thread_lock_new.gif"]
{ width: 15px !important; height: 15px !important; }
/* KETJULISTA, sivunumerointi harmaalla */
TD[id^="td_threadtitle"] > DIV > SPAN.smallfont,
TD[id^="td_threadtitle"] > DIV > SPAN.smallfont > A
{ color: #AAAAAA !important; font-family: "lucida console" !important; font-variant: small-caps !important; }
/* KESKUSTELU, turhat kuvakkeet pois */
IMG[src="http://murobbs.plaza.fi/images/statusicon/post_old.gif"],
IMG[src="http://murobbs.plaza.fi/images/statusicon/post_new.gif"]
{ display: none !important; }
/* KESKUSTELU, palkki poisto ja kellonajan siirto */
td.thead { position: absolute !important; width: 180px !important; padding-left: 12px !important; background: transparent !important; color: #000000 !important; border: 0px !important; }
A.bigusername { position: relative !important; top: 20px !important; }
TD.alt2[width="175"] > DIV > DIV { position: relative !important; top: 15px !important; font-size: 9px !important; }
/* KESKUSTELU, FIX, palkin poistosta seuranneet sotkut ketjulistassa, aluelistassa ja esikatselussa */
TABLE[id="threadslist"] > TBODY > TR > TD.thead { display: none !important; }
TABLE.tborder > THEAD > TR > TD.thead { display: none !important; }
DIV[id="collapseobj_threadreview"] > TABLE.tborder > TBODY > TR[title^="Viesti"] > TD[width="125"] { padding-top: 15px !important; }
/* KESKUSTELU, palkki varien vaihto */
td.thead > A { color: #000000 !important; }
td.thead > B > A { color: #000000 !important; }
/* KESKUSTELU, viestinumeron poisto */
TD.thead STRONG { display: none !important; }
/* KESKUSTELU, ilmoita asiattomasta viestista poisto
TD.alt2 > A > IMG[src="http://murobbs.plaza.fi/images/buttons/report.gif"] { position: relative !important; right: -160px !important; } */
TD.alt2 > A > IMG[src="http://murobbs.plaza.fi/images/buttons/report.gif"] { display: none !important; }
/* KESKUSTELU, moderaattorien nimien varin vaihto */
A.bigusername > SPAN[style="font-weight: bold;"]
{ position: relative !important; top: 20px !important; color: #E56717 !important; }
/* KESKUSTELU, tekstin vasempaan reunaan valia */
td.alt1 > DIV[id^="post_message"],
TD[id^="td_post"] > DIV
{ padding-left: 10px !important; }
DIV[id^="post_message"] > DIV[style="margin: 5px 20px 20px;"]
{ margin-left: 0px !important; }
/* KESKUSTELU, quoteboxin taustavarin vaihto */
.alt1 .alt2 { border: none !important; background: #D8DDE4 !important; padding: 10px 10px 10px 10px !important; -moz-border-radius: 5px !important; }
.alt1 .alt2 .alt2 { border: none !important; background: #E4E8ED !important; padding: 10px 10px 10px 10px !important; -moz-border-radius: 5px !important; }
.alt1 .alt2 .alt2 .alt2 { border: none !important; background: #F0F3F8 !important; padding: 10px 10px 10px 10px !important; -moz-border-radius: 5px !important; }
.alt1 .alt2 .alt2 .alt2 .alt2 { border: none !important; background: #D8DDE4 !important; padding: 10px 10px 10px 10px !important; -moz-border-radius: 5px !important; }
/* KESKUSTELU, koodiboxin taustavarin vaihto */
.alt1 .alt2 > DIV > DIV > PRE.alt2 { border: none !important; background: #EFEFEF !important; padding: 10px 10px 10px 10px !important; -moz-border-radius: 0px !important; }
/* KESKUSTELU, quotenapit pienemmaksi */
A[href^="http://murobbs.plaza.fi/newreply.php"] > IMG
{ height: 15px !important; }
/* KESKUSTELU, edit-nappi pienemmaksi */
A[href^="http://murobbs.plaza.fi/editpost.php"] > IMG
{ height: 15px !important; }
/* KESKUSTELU, tyhja vali viestin lopusta pois */
TD[id^="td_post"]
{ padding-bottom: 0px !important; margin-bottom: 0px !important; }
/* KESKUSTELU, pikavastauskentan levennyt */
DIV.panel > DIV[style="max-width: 640px; width: auto ! important;"]
{ max-width: 100% !important; background: #EFEFEF !important; }
/* KESKUSTELU, pikavastauskentan korkeus */
IFRAME[id="vB_Editor_QR_iframe"]
{ height: 250px !important; }
/* KESKUSTELU, VIESTI, pikavastauskentan varien vaihto */
BODY[class="wysiwyg"]
{ background: #FFFFFF !important; }
IFRAME[id="vB_Editor_QR_iframe"],
DIV[class="panel"],
DIV[style="margin-top: 0px;"]
{ background: #EFEFEF !important; }
/* VIESTI, pikavastauskentan levennyt */
DIV.panel > DIV[style="width: 640px;"],
IFRAME[id="vB_Editor_001_iframe"],
DIV.panel > DIV > TABLE
{ width: 100% !important; background: #EFEFEF !important; }
/* VIESTI, hymioalue kapeammaksi */
FIELDSET[id="vB_Editor_001_smiliebox"]
{ width: 1px !important; margin-left: 15px !important; padding: 0px !important; }
}
|
data/usercss/18132.user.css
|
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("murobbs.plaza.fi") {
/* KAIKKI, mainokset pois */
EMBED[id^="AT_FLASH"],
OBJECT[id="td_flash"],
IMG[title="Mainos"],
TD[style="padding: 5px 0px 10px;"],
TD[style="height: 10px; background-image: url(images/muro/katkoviiva_mainos.gif);"],
IMG[src^="http://hstfi.tradedoubler.com"],
A[href^="http://adserver.adtech.de"],
INS[style="border: medium none ; margin: 0pt; padding: 0pt; display: inline-table; height: 90px; position: relative; visibility: visible; width: 728px;"],
{ display: none !important; }
/* KAIKKI, turhat valit pois reunoilta */
html, body { margin: 0 !important; }
/* KAIKKI, keskusteluja aiheesta alareunassa pois */
TD[style="padding-top: 20px;"]
{ display: none !important; }
/* KAIKKI, FIX, isolla resolla logo nakyy tuplana */
TD[class="navbar_paakuva"]
{ background-repeat: no-repeat !important; }
/* ALUELISTA, tervetuloviestin siirto paremmalle paikalle */
.page > div[align="left"] > .tborder .alt2[nowrap="nowrap"] { position: absolute !important; top: 40px !important; left: -60px !important; text-align: right !important; background: transparent !important; color: #fff !important; overflow: hidden; }
/* ALUELISTA, tervetuloviestin varin vaihto valkoiseksi */
.page > div[align="left"] > .tborder .alt2[nowrap="nowrap"] a, .page > div[align="left"] > .tborder .alt2[nowrap="nowrap"] .time { color: #fff !important; }
/* ALUELISTA, FIX, tervetuloviestin korjaus jos ei rekisteroityneena */
TABLE.tborder > TBODY > TR > TD.alt2[style="padding: 10px;"]
{ margin-left: 400px !important; width: auto !important; }
/* ALUELISTA, painikkeiden poisto */
IMG[alt="Mene uusimpaan viestiin"],
IMG[title="Monen sivun ketju"],
IMG[src="http://murobbs.plaza.fi/images/buttons/lastpost.gif"]
{ display: none !important; }
/* ALUELISTA, kuvakkeet pienemmaksi */
IMG[id^="forum_statusicon"]
{ width: 15px !important; height: 15px !important; }
/* ALUELISTA, otsikot isommalla ja selitteet pienemmalla */
tbody[id^="collapseobj_forumbit"] > TR > TD { font-size: 14px !important; }
tbody[id^="collapseobj_forumbit"] > TR > TD > DIV[class="smallfont"] { font-size: 9px !important; color: #AAAAAA !important; }
/* ALUELISTA, KETJULISTA, hover kiitos murtunen */
td[id^="td_threadtitle_"].alt1:hover { background: #E6E6E6 !important; }
td[id^="f10"].alt1Active:hover, td[id^="f11"].alt1Active:hover, td[id^="f12"].alt1Active:hover, td[id^="f13"].alt1Active:hover, td[id^="f14"].alt1Active:hover { background: #E6E6E6 !important; }
/* KETJULISTA, nimi samalle riville */
table.tborder > tbody[id^="threadbits_forum_"] > tr > td.alt1[id^="td_threadtitle_"] div
{ display: inline-block !important; }
/* KETJULISTA, nimelle eri vari */
table.tborder > tbody[id^="threadbits_forum_"] > tr > td.alt1[id^="td_threadtitle_"] div.smallfont
{ display: inline !important; color: #CCCCCC !important; font-family: "lucida console" !important; text-align: right !important; }
/* KETJULISTA, lukittu threadi selkeammin */
IMG[src="http://murobbs.plaza.fi/images/statusicon/thread_lock_new.gif"]
{ width: 15px !important; height: 15px !important; }
/* KETJULISTA, sivunumerointi harmaalla */
TD[id^="td_threadtitle"] > DIV > SPAN.smallfont,
TD[id^="td_threadtitle"] > DIV > SPAN.smallfont > A
{ color: #AAAAAA !important; font-family: "lucida console" !important; font-variant: small-caps !important; }
/* KESKUSTELU, turhat kuvakkeet pois */
IMG[src="http://murobbs.plaza.fi/images/statusicon/post_old.gif"],
IMG[src="http://murobbs.plaza.fi/images/statusicon/post_new.gif"]
{ display: none !important; }
/* KESKUSTELU, palkki poisto ja kellonajan siirto */
td.thead { position: absolute !important; width: 180px !important; padding-left: 12px !important; background: transparent !important; color: #000000 !important; border: 0px !important; }
A.bigusername { position: relative !important; top: 20px !important; }
TD.alt2[width="175"] > DIV > DIV { position: relative !important; top: 15px !important; font-size: 9px !important; }
/* KESKUSTELU, FIX, palkin poistosta seuranneet sotkut ketjulistassa, aluelistassa ja esikatselussa */
TABLE[id="threadslist"] > TBODY > TR > TD.thead { display: none !important; }
TABLE.tborder > THEAD > TR > TD.thead { display: none !important; }
DIV[id="collapseobj_threadreview"] > TABLE.tborder > TBODY > TR[title^="Viesti"] > TD[width="125"] { padding-top: 15px !important; }
/* KESKUSTELU, palkki varien vaihto */
td.thead > A { color: #000000 !important; }
td.thead > B > A { color: #000000 !important; }
/* KESKUSTELU, viestinumeron poisto */
TD.thead STRONG { display: none !important; }
/* KESKUSTELU, ilmoita asiattomasta viestista poisto
TD.alt2 > A > IMG[src="http://murobbs.plaza.fi/images/buttons/report.gif"] { position: relative !important; right: -160px !important; } */
TD.alt2 > A > IMG[src="http://murobbs.plaza.fi/images/buttons/report.gif"] { display: none !important; }
/* KESKUSTELU, moderaattorien nimien varin vaihto */
A.bigusername > SPAN[style="font-weight: bold;"]
{ position: relative !important; top: 20px !important; color: #E56717 !important; }
/* KESKUSTELU, tekstin vasempaan reunaan valia */
td.alt1 > DIV[id^="post_message"],
TD[id^="td_post"] > DIV
{ padding-left: 10px !important; }
DIV[id^="post_message"] > DIV[style="margin: 5px 20px 20px;"]
{ margin-left: 0px !important; }
/* KESKUSTELU, quoteboxin taustavarin vaihto */
.alt1 .alt2 { border: none !important; background: #D8DDE4 !important; padding: 10px 10px 10px 10px !important; -moz-border-radius: 5px !important; }
.alt1 .alt2 .alt2 { border: none !important; background: #E4E8ED !important; padding: 10px 10px 10px 10px !important; -moz-border-radius: 5px !important; }
.alt1 .alt2 .alt2 .alt2 { border: none !important; background: #F0F3F8 !important; padding: 10px 10px 10px 10px !important; -moz-border-radius: 5px !important; }
.alt1 .alt2 .alt2 .alt2 .alt2 { border: none !important; background: #D8DDE4 !important; padding: 10px 10px 10px 10px !important; -moz-border-radius: 5px !important; }
/* KESKUSTELU, koodiboxin taustavarin vaihto */
.alt1 .alt2 > DIV > DIV > PRE.alt2 { border: none !important; background: #EFEFEF !important; padding: 10px 10px 10px 10px !important; -moz-border-radius: 0px !important; }
/* KESKUSTELU, quotenapit pienemmaksi */
A[href^="http://murobbs.plaza.fi/newreply.php"] > IMG
{ height: 15px !important; }
/* KESKUSTELU, edit-nappi pienemmaksi */
A[href^="http://murobbs.plaza.fi/editpost.php"] > IMG
{ height: 15px !important; }
/* KESKUSTELU, tyhja vali viestin lopusta pois */
TD[id^="td_post"]
{ padding-bottom: 0px !important; margin-bottom: 0px !important; }
/* KESKUSTELU, pikavastauskentan levennyt */
DIV.panel > DIV[style="max-width: 640px; width: auto ! important;"]
{ max-width: 100% !important; background: #EFEFEF !important; }
/* KESKUSTELU, pikavastauskentan korkeus */
IFRAME[id="vB_Editor_QR_iframe"]
{ height: 250px !important; }
/* KESKUSTELU, VIESTI, pikavastauskentan varien vaihto */
BODY[class="wysiwyg"]
{ background: #FFFFFF !important; }
IFRAME[id="vB_Editor_QR_iframe"],
DIV[class="panel"],
DIV[style="margin-top: 0px;"]
{ background: #EFEFEF !important; }
/* VIESTI, pikavastauskentan levennyt */
DIV.panel > DIV[style="width: 640px;"],
IFRAME[id="vB_Editor_001_iframe"],
DIV.panel > DIV > TABLE
{ width: 100% !important; background: #EFEFEF !important; }
/* VIESTI, hymioalue kapeammaksi */
FIELDSET[id="vB_Editor_001_smiliebox"]
{ width: 1px !important; margin-left: 15px !important; padding: 0px !important; }
}
| 0.131856 | 0.131173 |
.bg-matteBlackLight {
background-color: #303337;
}
.text-matteBlackLight {
color: #303337;
}
.bg-matteBlackDark, .nav-link:hover, .nav-link.active, body {
background-color: #212121;
}
.text-matteBlackDark {
color: #212121;
}
.bg-matteGrey {
background-color: #878d8d;
}
.text-matteGrey, .tab-pane .text, .card-body, pre, .nav-link .text, .nav-link .icon, body {
color: #878d8d;
}
.bg-matteRed {
background-color: #ec6271;
}
.text-matteRed {
color: #ec6271;
}
.bg-mattePink {
background-color: #e83e8c;
}
.text-mattePink, .card-header, .nav-link:hover .icon,
.nav-link:hover .text, .nav-link.active .icon,
.nav-link.active .text {
color: #e83e8c;
}
.bg-white {
background-color: #fff;
}
.text-white {
color: #fff;
}
.wrapper {
margin-top: 3.625rem;
}
.wrapper .sideMenu {
position: fixed;
top: 0;
bottom: 0;
left: 0;
margin: 3.625rem auto auto;
width: 8.75rem;
transition: all ease 0.25s;
transform: translateX(-100%);
z-index: 2000;
}
.wrapper .content {
width: 100%;
margin-left: 0rem;
transition: all ease 0.25s;
}
.wrapper.active .sideMenu {
transform: translateX(0);
}
@media (min-width: 992px) {
.wrapper .sideMenu {
transform: translateX(0);
}
.wrapper .content {
margin-left: 8.75rem;
}
.wrapper.active .sideMenu {
width: 3.125rem;
}
.wrapper.active .sideMenu .nav-link {
text-align: center;
}
.wrapper.active .sideMenu .nav-link .icon {
margin-right: 0;
}
.wrapper.active .sideMenu .nav-link .text {
display: none;
}
.wrapper.active .content {
margin-left: 5rem;
}
}
.nav-link {
display: block;
white-space: nowrap;
}
.nav-link .icon {
margin-right: 0.25rem;
font-size: 1.875rem;
vertical-align: middle;
height: 2rem;
width: 2rem;
display: inline-flex;
justify-content: center;
align-items: center;
}
.nav-link .text {
font-size: 0.75rem;
}
pre {
margin-top: 0.625rem;
margin-left: 0.625rem;
display: infline-flex;
font-family: monospace;
white-space: wrap;
font-size: 0.875rem;
justify-content: center;
align-items: center;
}
.btn-circle {
border-radius: 100%;
height: 2.5rem;
width: 2.5rem;
font-size: 1rem;
display: inline-flex;
}
.btn-circle.btn-sm {
height: 1.8rem;
width: 1.8rem;
font-size: 0.75rem;
}
.btn-circle.btn-lg {
height: 3.5rem;
width: 3.5rem;
font-size: 1.35rem;
}
.card-header {
font-family: monospace;
font-size: 1rem;
}
.card-body {
font-size: 0.75rem;
}
.nav-tabs {
background-color: rgba(0, 0, 0, 0.03) !important;
border-bottom: 1px solid pink;
}
.tab-content {
background-color: rgba(0, 0, 0, 0.03) !important;
color: rgba(0, 0, 0, 0.03) !important;
padding: 5px;
}
.tab-pane .text {
font-size: 0.75rem;
}
/*# sourceMappingURL=style.css.map */
|
python/farm_ng/tractor/frontend/static/style.css
|
.bg-matteBlackLight {
background-color: #303337;
}
.text-matteBlackLight {
color: #303337;
}
.bg-matteBlackDark, .nav-link:hover, .nav-link.active, body {
background-color: #212121;
}
.text-matteBlackDark {
color: #212121;
}
.bg-matteGrey {
background-color: #878d8d;
}
.text-matteGrey, .tab-pane .text, .card-body, pre, .nav-link .text, .nav-link .icon, body {
color: #878d8d;
}
.bg-matteRed {
background-color: #ec6271;
}
.text-matteRed {
color: #ec6271;
}
.bg-mattePink {
background-color: #e83e8c;
}
.text-mattePink, .card-header, .nav-link:hover .icon,
.nav-link:hover .text, .nav-link.active .icon,
.nav-link.active .text {
color: #e83e8c;
}
.bg-white {
background-color: #fff;
}
.text-white {
color: #fff;
}
.wrapper {
margin-top: 3.625rem;
}
.wrapper .sideMenu {
position: fixed;
top: 0;
bottom: 0;
left: 0;
margin: 3.625rem auto auto;
width: 8.75rem;
transition: all ease 0.25s;
transform: translateX(-100%);
z-index: 2000;
}
.wrapper .content {
width: 100%;
margin-left: 0rem;
transition: all ease 0.25s;
}
.wrapper.active .sideMenu {
transform: translateX(0);
}
@media (min-width: 992px) {
.wrapper .sideMenu {
transform: translateX(0);
}
.wrapper .content {
margin-left: 8.75rem;
}
.wrapper.active .sideMenu {
width: 3.125rem;
}
.wrapper.active .sideMenu .nav-link {
text-align: center;
}
.wrapper.active .sideMenu .nav-link .icon {
margin-right: 0;
}
.wrapper.active .sideMenu .nav-link .text {
display: none;
}
.wrapper.active .content {
margin-left: 5rem;
}
}
.nav-link {
display: block;
white-space: nowrap;
}
.nav-link .icon {
margin-right: 0.25rem;
font-size: 1.875rem;
vertical-align: middle;
height: 2rem;
width: 2rem;
display: inline-flex;
justify-content: center;
align-items: center;
}
.nav-link .text {
font-size: 0.75rem;
}
pre {
margin-top: 0.625rem;
margin-left: 0.625rem;
display: infline-flex;
font-family: monospace;
white-space: wrap;
font-size: 0.875rem;
justify-content: center;
align-items: center;
}
.btn-circle {
border-radius: 100%;
height: 2.5rem;
width: 2.5rem;
font-size: 1rem;
display: inline-flex;
}
.btn-circle.btn-sm {
height: 1.8rem;
width: 1.8rem;
font-size: 0.75rem;
}
.btn-circle.btn-lg {
height: 3.5rem;
width: 3.5rem;
font-size: 1.35rem;
}
.card-header {
font-family: monospace;
font-size: 1rem;
}
.card-body {
font-size: 0.75rem;
}
.nav-tabs {
background-color: rgba(0, 0, 0, 0.03) !important;
border-bottom: 1px solid pink;
}
.tab-content {
background-color: rgba(0, 0, 0, 0.03) !important;
color: rgba(0, 0, 0, 0.03) !important;
padding: 5px;
}
.tab-pane .text {
font-size: 0.75rem;
}
/*# sourceMappingURL=style.css.map */
| 0.564819 | 0.065515 |
body{ /* ----- Webpage is designed to prioritize mobile-first. ----- */
margin: 0px;
background: linear-gradient(90deg, #f4cc28 50%, #040494 50.1% 100%);
font-family: "Roboto Serif","Times New Roman", serif;
font-size: 11.5px;
}
/* ----- Parent div that holds ALL elements. ----- */
.container{
margin: 45px auto;
padding: 10px;
width: 250px;
background: white;
}
/* ----- Child div that holds elements for the header. ----- */
.header{
width: 100%;
text-align: center;
}
#header-logo:hover{
opacity: 85%;
}
#header-logo{
width: 40px;
vertical-align: -25%;
display: inline-block;
}
#title{
margin-left: 5px;
display: inline-block;
color: #111111;
font-size: 16px;
}
/* ----- Child form that holds elements for the survey. ----- */
#survey-form{
width: 100%;
text-align: center;
}
label{
margin: 8.5px 0px;
display: inline-block;
}
fieldset{
border: none;
}
hr{
width: 240px;
height: 2px;
background: linear-gradient(160deg, #f4cc28 50%, #040494 50.1% 100%);
border: none;
}
/* ----- First fieldset that holds demographic related inputs. ----- */
input:invalid{
background-color: rgb(128,0,0,0.09);
border-bottom: 1.99px solid rgb(128,0,0);
}
input:focus{
background-color: #f4cc2821;
border-bottom: 1.99px solid #040494;
}
input{
margin: 0px 2px;
padding: 2px 3px;
height: 15px;
vertical-align: middle;
outline: none;
border: none;
border-bottom: 1.99px solid #cccccc;
font-family: "Roboto Serif","Times New Roman", serif;
font-size: 11.5px;
}
input[type= "text"]{
width: 145px;
}
input[name= "birthdate"]{
width: 95px;
}
input[inputmode= "number"]{
width: 20px;
}
input[type= "email"]{
width: 178px;
}
/* ----- Second fieldset that holds users desired grade level. ----- */
input[name= "contact-number"]{
width: 126px;
}
.field__label--margin{
margin: 8.5px 6px;
}
input[type= "radio"]:hover{
cursor: pointer;
}
input[type= "radio"]:focus{
outline: 2px solid #111111;
}
input[type= "radio"]{
margin: 0px 3px;
accent-color: #040494;
vertical-align: -20%;
}
select:invalid{
background-color: rgb(128,0,0,0.09);
border-bottom: 1.99px solid rgb(128,0,0);
}
select:focus{
background-color: #f4cc2821;
border-bottom: 1.99px solid #040494;
}
select:hover{
cursor: pointer;
}
select{
margin: 8.5px 0px;
width: 175px;
height: 22px;
text-align: center;
outline: none;
border: none;
border-bottom: 1.99px solid #cccccc;
font-family: "Roboto Serif", 'Times New Roman', serif;
font-size: 11.5px;
}
/* ----- Third fieldset that holds the authorization of collecting confidential data. ----- */
textarea:focus{
background-color: #f4cc2821;
border: 1.99px solid #040494;
}
textarea{
padding: 10px;
min-width: 200px;
min-height: 65px;
resize: vertical;
text-align: justify;
outline: none;
border: 1.99px solid #cccccc;
font-family: "Roboto Serif", 'Times New Roman', serif;
font-size: 11.5px;
}
.field__label--text-align{
margin: 8.5px 3px;
text-align: justify;
}
input[type= "checkbox"]:hover{
cursor: pointer;
}
input[type= "checkbox"]:focus{
outline: 2px solid #111111;
}
input[type= "checkbox"]{
margin: 0px 3px;
accent-color: #040494;
vertical-align: -20%;
}
/* ----- Button to submit data. ----- */
button[type= "submit"]:hover{
cursor: pointer;
background: linear-gradient(160deg, #f4cc2855 50%, #04049455 50.2% 100%);
}
button[type= "submit"]:active{
cursor: pointer;
background: linear-gradient(160deg, #f4cc2855 50%, #04049455 50.2% 100%);
}
button[type= "submit"]{
margin: 8.5px auto;
width: 120px;
height: 30px;
vertical-align: center;
border-radius: 3%;
border: none;
background-color: #cccccc;
color: #111111;
font-family: "Roboto Serif", 'Times New Roman', serif;
font-size: 13px;
}
@media only screen and (min-width: 481px){
body{
font-size: 13.5px;
}
.container{
padding: 20px;
width: 380px;
}
#header-logo{
width: 58px;
vertical-align: -47%;
}
#title{
font-size: 21px;
}
hr{
width: 370px;
}
/* ------------------------------- */
input{
height: 17px;
font-size: 13.5px;
}
input[type= "text"]{
width: 200px;
}
input[name= "birthdate"]{
width: 145px;
}
input[type= "email"]{
width: 238px;
}
/* ------------------------------- */
input[name="contact-number"]{
width: 176px;
}
.field__label--margin{
margin: 8.5px 15px;
}
select{
width: 203px;
height: 24px;
font-size: 13.5px;
}
/* ------------------------------- */
textarea{
min-width: 275px;
min-height: 80px;
font-size: 13.5px;
}
.field__label--text-align{
margin: 8.5px 28px;
}
/* ------------------------------- */
button[type= "submit"]{
width: 140px;
height: 40px;
font-size: 15px;
}
}
|
survey-form/survey.css
|
body{ /* ----- Webpage is designed to prioritize mobile-first. ----- */
margin: 0px;
background: linear-gradient(90deg, #f4cc28 50%, #040494 50.1% 100%);
font-family: "Roboto Serif","Times New Roman", serif;
font-size: 11.5px;
}
/* ----- Parent div that holds ALL elements. ----- */
.container{
margin: 45px auto;
padding: 10px;
width: 250px;
background: white;
}
/* ----- Child div that holds elements for the header. ----- */
.header{
width: 100%;
text-align: center;
}
#header-logo:hover{
opacity: 85%;
}
#header-logo{
width: 40px;
vertical-align: -25%;
display: inline-block;
}
#title{
margin-left: 5px;
display: inline-block;
color: #111111;
font-size: 16px;
}
/* ----- Child form that holds elements for the survey. ----- */
#survey-form{
width: 100%;
text-align: center;
}
label{
margin: 8.5px 0px;
display: inline-block;
}
fieldset{
border: none;
}
hr{
width: 240px;
height: 2px;
background: linear-gradient(160deg, #f4cc28 50%, #040494 50.1% 100%);
border: none;
}
/* ----- First fieldset that holds demographic related inputs. ----- */
input:invalid{
background-color: rgb(128,0,0,0.09);
border-bottom: 1.99px solid rgb(128,0,0);
}
input:focus{
background-color: #f4cc2821;
border-bottom: 1.99px solid #040494;
}
input{
margin: 0px 2px;
padding: 2px 3px;
height: 15px;
vertical-align: middle;
outline: none;
border: none;
border-bottom: 1.99px solid #cccccc;
font-family: "Roboto Serif","Times New Roman", serif;
font-size: 11.5px;
}
input[type= "text"]{
width: 145px;
}
input[name= "birthdate"]{
width: 95px;
}
input[inputmode= "number"]{
width: 20px;
}
input[type= "email"]{
width: 178px;
}
/* ----- Second fieldset that holds users desired grade level. ----- */
input[name= "contact-number"]{
width: 126px;
}
.field__label--margin{
margin: 8.5px 6px;
}
input[type= "radio"]:hover{
cursor: pointer;
}
input[type= "radio"]:focus{
outline: 2px solid #111111;
}
input[type= "radio"]{
margin: 0px 3px;
accent-color: #040494;
vertical-align: -20%;
}
select:invalid{
background-color: rgb(128,0,0,0.09);
border-bottom: 1.99px solid rgb(128,0,0);
}
select:focus{
background-color: #f4cc2821;
border-bottom: 1.99px solid #040494;
}
select:hover{
cursor: pointer;
}
select{
margin: 8.5px 0px;
width: 175px;
height: 22px;
text-align: center;
outline: none;
border: none;
border-bottom: 1.99px solid #cccccc;
font-family: "Roboto Serif", 'Times New Roman', serif;
font-size: 11.5px;
}
/* ----- Third fieldset that holds the authorization of collecting confidential data. ----- */
textarea:focus{
background-color: #f4cc2821;
border: 1.99px solid #040494;
}
textarea{
padding: 10px;
min-width: 200px;
min-height: 65px;
resize: vertical;
text-align: justify;
outline: none;
border: 1.99px solid #cccccc;
font-family: "Roboto Serif", 'Times New Roman', serif;
font-size: 11.5px;
}
.field__label--text-align{
margin: 8.5px 3px;
text-align: justify;
}
input[type= "checkbox"]:hover{
cursor: pointer;
}
input[type= "checkbox"]:focus{
outline: 2px solid #111111;
}
input[type= "checkbox"]{
margin: 0px 3px;
accent-color: #040494;
vertical-align: -20%;
}
/* ----- Button to submit data. ----- */
button[type= "submit"]:hover{
cursor: pointer;
background: linear-gradient(160deg, #f4cc2855 50%, #04049455 50.2% 100%);
}
button[type= "submit"]:active{
cursor: pointer;
background: linear-gradient(160deg, #f4cc2855 50%, #04049455 50.2% 100%);
}
button[type= "submit"]{
margin: 8.5px auto;
width: 120px;
height: 30px;
vertical-align: center;
border-radius: 3%;
border: none;
background-color: #cccccc;
color: #111111;
font-family: "Roboto Serif", 'Times New Roman', serif;
font-size: 13px;
}
@media only screen and (min-width: 481px){
body{
font-size: 13.5px;
}
.container{
padding: 20px;
width: 380px;
}
#header-logo{
width: 58px;
vertical-align: -47%;
}
#title{
font-size: 21px;
}
hr{
width: 370px;
}
/* ------------------------------- */
input{
height: 17px;
font-size: 13.5px;
}
input[type= "text"]{
width: 200px;
}
input[name= "birthdate"]{
width: 145px;
}
input[type= "email"]{
width: 238px;
}
/* ------------------------------- */
input[name="contact-number"]{
width: 176px;
}
.field__label--margin{
margin: 8.5px 15px;
}
select{
width: 203px;
height: 24px;
font-size: 13.5px;
}
/* ------------------------------- */
textarea{
min-width: 275px;
min-height: 80px;
font-size: 13.5px;
}
.field__label--text-align{
margin: 8.5px 28px;
}
/* ------------------------------- */
button[type= "submit"]{
width: 140px;
height: 40px;
font-size: 15px;
}
}
| 0.284675 | 0.078961 |
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by <NAME> and <NAME> git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0;width:30px;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-size:9pt;line-height:1.3}html{overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');
* {
font-family: "Noto Sans", "Segoe UI", sans-serif;
}
.bold{
font-weight: bold;
}
.collabel{
text-align: top;
text-align: center;
}
th {
font-weight: normal;
}
.rowlabel{
text-align: right;
}
.unit {
text-align: left;
}
.tiny{
width: inherit;
}
.halfwide{
width: 30px;
}
.odd {
margin: none;
padding: none;
background-color: #ddf;
}
.even {
margin: none;
padding: none;
background-color: #ccf;
}
.output {
margin: none;
padding: none;
background-color: #fca;
}
select, input {
border: 1px solid #aaa;
width: 65px;
margin: 1px;
padding: 1px;
}
select {
font-weight: bold;
background-color: #eef;
}
input {
background-color: #ffe;
}
input.narrow {
width: 40px;
}
input[readonly], input[disabled]{
background-color: #ccd;
}
button {
border: 1px solid #aaa;
}
.collapse button {
}
.doublewide {
width: 140px;
}
.container {
float: left;
margin: 0;
margin-top: 28px;
}
.container-oall {
float: center;
text-align: center;
margin: 0;
}
.rowlabel {
position: relative;
padding: 3px;
/*display: inline-block;*/
border-bottom: 1px dotted black;
}
.rowlabel .ttt {
font-weight: normal;
visibility: hidden;
width: 350px;
background-color: #555;
color: #fff;
text-align: center;
padding: 5px 0;
position: absolute;
z-index: 1;
top: 100%;
left: 5%;
margin-left: 0px;
opacity: 0;
transition: opacity 0.3s;
}
.rowlabel:hover .ttt {
visibility: visible;
opacity: 1;
}
.ttt:hover {
visibility: hidden !important;
}
.graph .labels.x-labels {
text-anchor: middle;
}
.graph .labels.y-labels {
text-anchor: end;
}
.graph .labels.z-labels {
text-anchor: start;
}
.output-plot {
background-color: #b5e0a0;
}
.plot {
margin: 10px;
}
.plot-background {
fill: #e5f0e0;
}
.plot-axis {
stroke: #333;
stroke-dasharray: 0;
stroke-width: 1.5;
}
.plot-grid {
stroke: #ccc;
stroke-dasharray: 0;
stroke-width: 1;
}
.plot-labels {
font-size: 13px;
}
.plot-axlabels {
font-size: 10px;
}
.plot-titlelabel {
font-weight: bold;
font-size: 12px;
text-anchor: middle;
}
.plot-querybar {
stroke: #55a040;
stroke-width: 2;
}
.plot-markerbar {
stroke: #333;
stroke-width: 2;
}
.error {
background: #e43 !important;
}
.warning {
background: #eb3 !important;
}
.hovered {
background-color: #55a040;
}
#topbar {
background-color: #ddd;
display: flex;
flex-direction: row;
font-weight: bold;
font-size: 10px;
position: fixed;
width: 100%;
height: 28px;
top: 0;
z-index: 5;
border-bottom: 1px solid #333;
}
.topbar-la {
text-align: left;
flex-grow: 0;
padding: 5px;
margin: 0px;
border-right: 1px solid #333;
}
.topbar-ra {
text-align: right;
flex-grow: 0;
padding: 5px;
margin: 0px;
border-left: 1px solid #333;
}
.topbar-ctr {
text-align: center;
flex-grow: 10;
padding: 5px;
}
.selectable:hover {
background-color: #0074d9;
cursor: pointer;
}
#topbar select {
margin: 0px;
padding: 0px;
}
.topbar-ra .ttt {
visibility: hidden;
width: 400px;
background-color: #ddd;
color: black;
text-align: center;
padding: 5px 0;
position: fixed;
width: 300px;
top: 28px;
right: 0%;
margin-left: 0px; /* Use half of the width (120/2 = 60), to center the tooltip */
border: 1px solid #333;
z-index: 1;
}
.topbar-ra:hover .ttt {
visibility: visible;
opacity: 1;
}
#topbar_status {
background-color: #b5e0a0;
}
input[type=checkbox].dropdown {
display: none;
}
label.dropdown{
box-sizing: border-box;
display: inline-block;
background-color: #eec;
cursor: pointer;
text-align: center;
padding: 2px;
padding-left: 5px;
padding-right: 5px;
margin-left: 2px;
margin-right: 2px;
border: 1px solid #aaa;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
input[type=checkbox].dropdown:checked ~ label {
background-color: #999;
border: 1px solid #333;
}
div.dropdown, table.dropdown{
display: none;
}
input[type=checkbox].dropdown:checked ~ div, input[type=checkbox].dropdown:checked ~ table {
display: block !important;
}
#walkthrough_overlay {
position: fixed; /* Sit on top of the page content */
display: none; /* Hidden by default */
width: 100%; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 80; /* Specify a stack order in case you're using a different order for other elements */
fill-rule: evenodd;
stroke: none;
fill: #111;
opacity: 0.9;
}
#walkthrough_frame {
stroke: none;
fill: #111;
opacity: 0.98;
}
#walkthrough_text {
fill: white;
font-size: 20px;
z-index: 81;
}
#walkthrough_skip_button {
fill: #55a040;
font-size: 20px;
font-weight: bold;
text-anchor: middle;
cursor: pointer; /* Add a pointer on hover */
}
|
include/style.css
|
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by <NAME> and <NAME> git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0;width:30px;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-size:9pt;line-height:1.3}html{overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');
* {
font-family: "Noto Sans", "Segoe UI", sans-serif;
}
.bold{
font-weight: bold;
}
.collabel{
text-align: top;
text-align: center;
}
th {
font-weight: normal;
}
.rowlabel{
text-align: right;
}
.unit {
text-align: left;
}
.tiny{
width: inherit;
}
.halfwide{
width: 30px;
}
.odd {
margin: none;
padding: none;
background-color: #ddf;
}
.even {
margin: none;
padding: none;
background-color: #ccf;
}
.output {
margin: none;
padding: none;
background-color: #fca;
}
select, input {
border: 1px solid #aaa;
width: 65px;
margin: 1px;
padding: 1px;
}
select {
font-weight: bold;
background-color: #eef;
}
input {
background-color: #ffe;
}
input.narrow {
width: 40px;
}
input[readonly], input[disabled]{
background-color: #ccd;
}
button {
border: 1px solid #aaa;
}
.collapse button {
}
.doublewide {
width: 140px;
}
.container {
float: left;
margin: 0;
margin-top: 28px;
}
.container-oall {
float: center;
text-align: center;
margin: 0;
}
.rowlabel {
position: relative;
padding: 3px;
/*display: inline-block;*/
border-bottom: 1px dotted black;
}
.rowlabel .ttt {
font-weight: normal;
visibility: hidden;
width: 350px;
background-color: #555;
color: #fff;
text-align: center;
padding: 5px 0;
position: absolute;
z-index: 1;
top: 100%;
left: 5%;
margin-left: 0px;
opacity: 0;
transition: opacity 0.3s;
}
.rowlabel:hover .ttt {
visibility: visible;
opacity: 1;
}
.ttt:hover {
visibility: hidden !important;
}
.graph .labels.x-labels {
text-anchor: middle;
}
.graph .labels.y-labels {
text-anchor: end;
}
.graph .labels.z-labels {
text-anchor: start;
}
.output-plot {
background-color: #b5e0a0;
}
.plot {
margin: 10px;
}
.plot-background {
fill: #e5f0e0;
}
.plot-axis {
stroke: #333;
stroke-dasharray: 0;
stroke-width: 1.5;
}
.plot-grid {
stroke: #ccc;
stroke-dasharray: 0;
stroke-width: 1;
}
.plot-labels {
font-size: 13px;
}
.plot-axlabels {
font-size: 10px;
}
.plot-titlelabel {
font-weight: bold;
font-size: 12px;
text-anchor: middle;
}
.plot-querybar {
stroke: #55a040;
stroke-width: 2;
}
.plot-markerbar {
stroke: #333;
stroke-width: 2;
}
.error {
background: #e43 !important;
}
.warning {
background: #eb3 !important;
}
.hovered {
background-color: #55a040;
}
#topbar {
background-color: #ddd;
display: flex;
flex-direction: row;
font-weight: bold;
font-size: 10px;
position: fixed;
width: 100%;
height: 28px;
top: 0;
z-index: 5;
border-bottom: 1px solid #333;
}
.topbar-la {
text-align: left;
flex-grow: 0;
padding: 5px;
margin: 0px;
border-right: 1px solid #333;
}
.topbar-ra {
text-align: right;
flex-grow: 0;
padding: 5px;
margin: 0px;
border-left: 1px solid #333;
}
.topbar-ctr {
text-align: center;
flex-grow: 10;
padding: 5px;
}
.selectable:hover {
background-color: #0074d9;
cursor: pointer;
}
#topbar select {
margin: 0px;
padding: 0px;
}
.topbar-ra .ttt {
visibility: hidden;
width: 400px;
background-color: #ddd;
color: black;
text-align: center;
padding: 5px 0;
position: fixed;
width: 300px;
top: 28px;
right: 0%;
margin-left: 0px; /* Use half of the width (120/2 = 60), to center the tooltip */
border: 1px solid #333;
z-index: 1;
}
.topbar-ra:hover .ttt {
visibility: visible;
opacity: 1;
}
#topbar_status {
background-color: #b5e0a0;
}
input[type=checkbox].dropdown {
display: none;
}
label.dropdown{
box-sizing: border-box;
display: inline-block;
background-color: #eec;
cursor: pointer;
text-align: center;
padding: 2px;
padding-left: 5px;
padding-right: 5px;
margin-left: 2px;
margin-right: 2px;
border: 1px solid #aaa;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
input[type=checkbox].dropdown:checked ~ label {
background-color: #999;
border: 1px solid #333;
}
div.dropdown, table.dropdown{
display: none;
}
input[type=checkbox].dropdown:checked ~ div, input[type=checkbox].dropdown:checked ~ table {
display: block !important;
}
#walkthrough_overlay {
position: fixed; /* Sit on top of the page content */
display: none; /* Hidden by default */
width: 100%; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 80; /* Specify a stack order in case you're using a different order for other elements */
fill-rule: evenodd;
stroke: none;
fill: #111;
opacity: 0.9;
}
#walkthrough_frame {
stroke: none;
fill: #111;
opacity: 0.98;
}
#walkthrough_text {
fill: white;
font-size: 20px;
z-index: 81;
}
#walkthrough_skip_button {
fill: #55a040;
font-size: 20px;
font-weight: bold;
text-anchor: middle;
cursor: pointer; /* Add a pointer on hover */
}
| 0.333069 | 0.052497 |
body {
font-family: "Fira Sans", sans-serif;
padding: 2rem 0 2rem 0;
}
header {
text-align: center;
}
footer {
text-align: center;
font-size: 75%;
margin-top: 1ex;
}
h1 span {
font-size: 0.6em;
display: block;
}
section.summary {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
text-align: justify;
}
/* apply Skeleton's non-hover style on hover */
.button.nohover, .button.nohover:hover {
cursor: initial;
color: #555;
border-color: #bbb;
}
.button.button-primary.nohover, .button.button-primary.nohover:hover {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0;
}
.button {
flex-grow: 1;
}
.button.wrapped {
width: auto;
height: auto;
display: block;
text-align: inherit;
text-transform: none;
margin: auto;
margin-bottom: 0.5em;
padding: 1em 2em;
font-size: 1em;
letter-spacing: initial;
font-weight: inherit;
line-height: initial;
white-space: inherit;
}
section.nomargin > * {
margin: 0;
}
.infobox {
display: block;
flex-grow: 1;
padding-bottom: 0.5em;
font-weight: bold;
font-size: 0.8em;
}
.infobox > label {
margin: 0;
white-space: nowrap;
font-weight: normal;
display: inline;
}
.infobox > label > i {
width: 1.8em;
color: silver;
}
@media (max-width: 549px) {
.infobox {
margin-left: 25vw;
width: 100%;
text-align: left;
}
.infobox > label {
float: left;
width: 25vw;
margin-left: -25vw;
}
}
/* allow for Skeleton rows to use reverse sorting */
.row.reverse {
flex-direction: row-reverse;
}
@media (min-width: 550px) {
.mobileOnly {
display: none !important;
}
.infobox {
text-align: center;
border-radius: 4px;
border: 1px dotted silver;
padding: 0.70em;
margin-bottom: 0.70em;
}
.row.reverse .column:first-child, .row.reverse .columns:first-child {
margin-left: 4%;
}
.row.reverse .column, .row.reverse .columns {
margin-left: 0;
}
.summary > * {
margin-left: 1ex;
margin-right: 1ex;
}
}
.summary {
margin: 1.5rem 0;
width: 100%;
}
.center {
text-align: center;
}
.summary > * {
text-wrap: avoid;
max-width: 100%;
}
@media (max-width: 550px) {
.desktopOnly {
display: none !important;
}
.button {
width: 100%;
box-sizing: border-box;
}
}
/* apply Skeleton's block margins to images as well */
section.row > img {
margin-bottom: 2.5rem;
}
|
src/Eurofurence.App.Server.Web/wwwroot/css/webpreview.css
|
body {
font-family: "Fira Sans", sans-serif;
padding: 2rem 0 2rem 0;
}
header {
text-align: center;
}
footer {
text-align: center;
font-size: 75%;
margin-top: 1ex;
}
h1 span {
font-size: 0.6em;
display: block;
}
section.summary {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
text-align: justify;
}
/* apply Skeleton's non-hover style on hover */
.button.nohover, .button.nohover:hover {
cursor: initial;
color: #555;
border-color: #bbb;
}
.button.button-primary.nohover, .button.button-primary.nohover:hover {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0;
}
.button {
flex-grow: 1;
}
.button.wrapped {
width: auto;
height: auto;
display: block;
text-align: inherit;
text-transform: none;
margin: auto;
margin-bottom: 0.5em;
padding: 1em 2em;
font-size: 1em;
letter-spacing: initial;
font-weight: inherit;
line-height: initial;
white-space: inherit;
}
section.nomargin > * {
margin: 0;
}
.infobox {
display: block;
flex-grow: 1;
padding-bottom: 0.5em;
font-weight: bold;
font-size: 0.8em;
}
.infobox > label {
margin: 0;
white-space: nowrap;
font-weight: normal;
display: inline;
}
.infobox > label > i {
width: 1.8em;
color: silver;
}
@media (max-width: 549px) {
.infobox {
margin-left: 25vw;
width: 100%;
text-align: left;
}
.infobox > label {
float: left;
width: 25vw;
margin-left: -25vw;
}
}
/* allow for Skeleton rows to use reverse sorting */
.row.reverse {
flex-direction: row-reverse;
}
@media (min-width: 550px) {
.mobileOnly {
display: none !important;
}
.infobox {
text-align: center;
border-radius: 4px;
border: 1px dotted silver;
padding: 0.70em;
margin-bottom: 0.70em;
}
.row.reverse .column:first-child, .row.reverse .columns:first-child {
margin-left: 4%;
}
.row.reverse .column, .row.reverse .columns {
margin-left: 0;
}
.summary > * {
margin-left: 1ex;
margin-right: 1ex;
}
}
.summary {
margin: 1.5rem 0;
width: 100%;
}
.center {
text-align: center;
}
.summary > * {
text-wrap: avoid;
max-width: 100%;
}
@media (max-width: 550px) {
.desktopOnly {
display: none !important;
}
.button {
width: 100%;
box-sizing: border-box;
}
}
/* apply Skeleton's block margins to images as well */
section.row > img {
margin-bottom: 2.5rem;
}
| 0.663233 | 0.104614 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;500&display=swap");
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes "blink" {
from {
opacity: 0.05;
}
to {
opacity: 0.95;
}
}
@-moz-keyframes blink {
from {
opacity: 0.05;
}
to {
opacity: 0.95;
}
}
@-webkit-keyframes "blink" {
from {
opacity: 0.05;
}
to {
opacity: 0.95;
}
}
@-ms-keyframes "blink" {
from {
opacity: 0.05;
}
to {
opacity: 0.95;
}
}
@-o-keyframes "blink" {
from {
opacity: 0.05;
}
to {
opacity: 0.95;
}
}
@keyframes "hovering" {
from {
top: -10px;
box-shadow: 0 10px 10px rgba(0,0,0,0.7);
}
to {
top: 0;
box-shadow: none;
}
}
@-moz-keyframes hovering {
from {
top: -10px;
box-shadow: 0 10px 10px rgba(0,0,0,0.7);
}
to {
top: 0;
box-shadow: none;
}
}
@-webkit-keyframes "hovering" {
from {
top: -10px;
box-shadow: 0 10px 10px rgba(0,0,0,0.7);
}
to {
top: 0;
box-shadow: none;
}
}
@-ms-keyframes "hovering" {
from {
top: -10px;
box-shadow: 0 10px 10px rgba(0,0,0,0.7);
}
to {
top: 0;
box-shadow: none;
}
}
@-o-keyframes "hovering" {
from {
top: -10px;
box-shadow: 0 10px 10px rgba(0,0,0,0.7);
}
to {
top: 0;
box-shadow: none;
}
}
body {
font-family: "Poppins", Helvetica, Arial, sans-serif;
background: linear-gradient(-30deg, #e96a43, #ee4f8c, #3e82e7, #1dabce, #16e45a);
background-size: 400%, 400%;
animation: gradient 35s ease infinite;
}
.ui-body-a {
font-family: "Poppins", Helvetica, Arial, sans-serif !important;
}
.ui-overlay-a {
background: linear-gradient(-30deg, #e96a43, #ee4f8c, #3e82e7, #1dabce, #16e45a);
background-size: 400%, 400%;
}
.no-background {
background: none;
}
.center {
text-align: center;
}
.no-padding {
padding: 0;
}
.thin-content {
max-width: 500px;
margin: 0 auto;
}
#game-page {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.screen-center {
position: fixed;
top: 40%;
left: 50%;
z-index: 99;
}
.fullscreen-wrapper>.screen-center {
position: absolute;
}
.fullscreen-wrapper {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: transparent;
display: none;
z-index: 99;
}
.happy-face {
margin-left: -240px;
margin-top: -69px;
box-shadow: 0 0 20px 10px #0000003b;
border-radius: 10px;
}
.sad-face {
margin-left: -221px;
margin-top: -50px;
width: 440px;
box-shadow: 0 0 20px 10px #0000003b;
border-radius: 10px;
}
.game-ult {
position: absolute;
}
header.game-ult {
left: 50%;
margin-left: -100px;
width: 200px;
text-align: center;
font-size: 2em;
font-weight: bold;
top: 0;
color: #ffffff;
font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.thinking {
top: 45px;
margin-left: -132px;
width: 240px;
padding: 10px;
display: none;
background: white;
border: 2px solid black;
border-radius: 5px;
box-shadow: 0 0 10px black;
text-align: center;
opacity: 0.8;
-webkit-animation: thinking-glow 1s;
-moz-animation: thinking-glow 1s;
-ms-animation: thinking-glow 1s;
-o-animation: thinking-glow 1s;
animation: thinking-glow 1s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-moz-animation-direction: alternate;
-ms-animation-direction: alternate;
-o-animation-direction: alternate;
animation-direction: alternate;
}
.thinking>h4 {
font-size: 2em;
margin: 0;
font-family: sans;
}
.game-title {
width: 800px;
margin: 0 auto;
border: none;
-webkit-box-shadow: 0 0 10px #000000a4;
box-shadow: 0 0 10px #000000a4;
border-radius: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
a {
color: white;
}
.button {
display: block;
text-align: center;
color: white !important;
border: 2px solid rgba(255, 255, 255, 0.699);
font-weight: 500;
text-decoration: none;
padding: 6px;
margin: 4px 20px;
border-radius: 10px;
}
.button:hover {
text-decoration: none;
color: white;
border-color: rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.35);
transition: 0.4s;
}
table.board,table.board td {
border: none;
border-collapse: collapse;
}
#game-region td {
padding: 18px;
}
#game-region {
position: absolute;
padding: 24px;
border-radius: 10px;
background: #ffffff61;
-webkit-box-shadow: inset 0 0 3px #ffffff2d, 0 0 10px #00000015;
box-shadow: inset 0 0 3px #ffffff2d, 0 0 10px #00000015;
left: 50%;
top: 50%;
}
.go-board {
position: absolute;
top: 6px;
left: 6px;
right: 6px;
bottom: 6px;
border-spacing: 0;
border-collapse: collapse;
color: transparent;
}
.go-darkdot::before {
content: ' ';
background: #ffffff;
display: block;
position: absolute;
border-radius: 50%;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
margin-top: -5px;
margin-left: -5px;
}
.go-smalldot::before {
content: ' ';
background: #ffffff9a;
display: block;
position: absolute;
border-radius: 50%;
top: 50%;
left: 50%;
width: 5px;
height: 5px;
margin-top: -3px;
margin-left: -3px;
}
.go {
width: 100%;
height: 100%;
display: block;
border-radius: 1000px;
position: absolute;
left: 0;
}
.go-board .go-place.last-move>.go {
box-shadow: 0 0 2px rgba(0,0,0,0.5), 0 0 10px 3px rgba(255, 255, 255, 0.5) !important;
}
#game-info>.go {
border-radius: 1000px;
display: block;
float: left;
height: 1em;
width: 1em;
margin-right: 0.2em;
-webkit-transform: none !important;
-moz-transform: none !important;
-o-transform: none !important;
-ms-transform: none !important;
transform: none !important;
position: static;
}
#game-info {
text-align: left;
text-shadow: none;
font-size: 1.1em;
}
.blinking {
-webkit-animation: blink 0.7s;
-moz-animation: blink 0.7s;
-ms-animation: blink 0.7s;
-o-animation: blink 0.7s;
animation: blink 0.7s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-moz-animation-direction: alternate;
-ms-animation-direction: alternate;
-o-animation-direction: alternate;
animation-direction: alternate;
}
.black.go-board.playing .go-place:not(.set):hover>.go,.go-board .go-place.black>.go,#game-info>.go.black {
background: black;
background: -webkit-radial-gradient(30% 25%, circle closest-corner, #207681,#004852);
background: -moz-radial-gradient(30% 25%, circle closest-corner, #207681,#004852);
background: -o-radial-gradient(30% 25%, circle closest-corner, #207681,#004852);
background: -ms-radial-gradient(30% 25%, circle closest-corner, #207681,#004852);
background: radial-gradient(30% 25%, circle closest-corner, #207681,#004852);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.white.go-board.playing .go-place:not(.set):hover>.go,.go-board .go-place.white>.go,#game-info>.go.white {
background: white;
background: -webkit-radial-gradient(30% 25%, circle closest-corner, #ffffff,#ebebeb);
background: -moz-radial-gradient(30% 25%, circle closest-corner, #ffffff,#ebebeb);
background: -o-radial-gradient(30% 25%, circle closest-corner, #ffffff,#ebebeb);
background: -ms-radial-gradient(30% 25%, circle closest-corner, #ffffff,#ebebeb);
background: radial-gradient(30% 25%, circle closest-corner,#ffffff,#ebebeb);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.go-board .go-place.set>.go {
top: 0;
}
.go-board.playing .go-place:not(.set):hover>.go {
top: -4px;
box-shadow: inset 0 -2px 15px rgba(255,255,255,0.3), inset -2px -1px 40px rgba(0,0,0,0.4), 0 10px 10px rgba(0, 0, 0, 0.233) !important;
opacity: 0.7;
-webkit-animation: none !important;
-moz-animation: none !important;
-ms-animation: none !important;
-o-animation: none !important;
animation: none !important;
}
.warning>.go {
-webkit-box-shadow: 0 0 20px #00ffff;
box-shadow: 0 0 20px #00ffff;
background: #00d5e4;
height: 100%;
width: 100%;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
-webkit-animation: blink 1s;
-moz-animation: blink 1s;
-ms-animation: blink 1s;
-o-animation: blink 1s;
animation: blink 1s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-moz-animation-direction: alternate;
-ms-animation-direction: alternate;
-o-animation-direction: alternate;
animation-direction: alternate;
}
|
style/style.css
|
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;500&display=swap");
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes "blink" {
from {
opacity: 0.05;
}
to {
opacity: 0.95;
}
}
@-moz-keyframes blink {
from {
opacity: 0.05;
}
to {
opacity: 0.95;
}
}
@-webkit-keyframes "blink" {
from {
opacity: 0.05;
}
to {
opacity: 0.95;
}
}
@-ms-keyframes "blink" {
from {
opacity: 0.05;
}
to {
opacity: 0.95;
}
}
@-o-keyframes "blink" {
from {
opacity: 0.05;
}
to {
opacity: 0.95;
}
}
@keyframes "hovering" {
from {
top: -10px;
box-shadow: 0 10px 10px rgba(0,0,0,0.7);
}
to {
top: 0;
box-shadow: none;
}
}
@-moz-keyframes hovering {
from {
top: -10px;
box-shadow: 0 10px 10px rgba(0,0,0,0.7);
}
to {
top: 0;
box-shadow: none;
}
}
@-webkit-keyframes "hovering" {
from {
top: -10px;
box-shadow: 0 10px 10px rgba(0,0,0,0.7);
}
to {
top: 0;
box-shadow: none;
}
}
@-ms-keyframes "hovering" {
from {
top: -10px;
box-shadow: 0 10px 10px rgba(0,0,0,0.7);
}
to {
top: 0;
box-shadow: none;
}
}
@-o-keyframes "hovering" {
from {
top: -10px;
box-shadow: 0 10px 10px rgba(0,0,0,0.7);
}
to {
top: 0;
box-shadow: none;
}
}
body {
font-family: "Poppins", Helvetica, Arial, sans-serif;
background: linear-gradient(-30deg, #e96a43, #ee4f8c, #3e82e7, #1dabce, #16e45a);
background-size: 400%, 400%;
animation: gradient 35s ease infinite;
}
.ui-body-a {
font-family: "Poppins", Helvetica, Arial, sans-serif !important;
}
.ui-overlay-a {
background: linear-gradient(-30deg, #e96a43, #ee4f8c, #3e82e7, #1dabce, #16e45a);
background-size: 400%, 400%;
}
.no-background {
background: none;
}
.center {
text-align: center;
}
.no-padding {
padding: 0;
}
.thin-content {
max-width: 500px;
margin: 0 auto;
}
#game-page {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.screen-center {
position: fixed;
top: 40%;
left: 50%;
z-index: 99;
}
.fullscreen-wrapper>.screen-center {
position: absolute;
}
.fullscreen-wrapper {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: transparent;
display: none;
z-index: 99;
}
.happy-face {
margin-left: -240px;
margin-top: -69px;
box-shadow: 0 0 20px 10px #0000003b;
border-radius: 10px;
}
.sad-face {
margin-left: -221px;
margin-top: -50px;
width: 440px;
box-shadow: 0 0 20px 10px #0000003b;
border-radius: 10px;
}
.game-ult {
position: absolute;
}
header.game-ult {
left: 50%;
margin-left: -100px;
width: 200px;
text-align: center;
font-size: 2em;
font-weight: bold;
top: 0;
color: #ffffff;
font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.thinking {
top: 45px;
margin-left: -132px;
width: 240px;
padding: 10px;
display: none;
background: white;
border: 2px solid black;
border-radius: 5px;
box-shadow: 0 0 10px black;
text-align: center;
opacity: 0.8;
-webkit-animation: thinking-glow 1s;
-moz-animation: thinking-glow 1s;
-ms-animation: thinking-glow 1s;
-o-animation: thinking-glow 1s;
animation: thinking-glow 1s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-moz-animation-direction: alternate;
-ms-animation-direction: alternate;
-o-animation-direction: alternate;
animation-direction: alternate;
}
.thinking>h4 {
font-size: 2em;
margin: 0;
font-family: sans;
}
.game-title {
width: 800px;
margin: 0 auto;
border: none;
-webkit-box-shadow: 0 0 10px #000000a4;
box-shadow: 0 0 10px #000000a4;
border-radius: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
a {
color: white;
}
.button {
display: block;
text-align: center;
color: white !important;
border: 2px solid rgba(255, 255, 255, 0.699);
font-weight: 500;
text-decoration: none;
padding: 6px;
margin: 4px 20px;
border-radius: 10px;
}
.button:hover {
text-decoration: none;
color: white;
border-color: rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.35);
transition: 0.4s;
}
table.board,table.board td {
border: none;
border-collapse: collapse;
}
#game-region td {
padding: 18px;
}
#game-region {
position: absolute;
padding: 24px;
border-radius: 10px;
background: #ffffff61;
-webkit-box-shadow: inset 0 0 3px #ffffff2d, 0 0 10px #00000015;
box-shadow: inset 0 0 3px #ffffff2d, 0 0 10px #00000015;
left: 50%;
top: 50%;
}
.go-board {
position: absolute;
top: 6px;
left: 6px;
right: 6px;
bottom: 6px;
border-spacing: 0;
border-collapse: collapse;
color: transparent;
}
.go-darkdot::before {
content: ' ';
background: #ffffff;
display: block;
position: absolute;
border-radius: 50%;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
margin-top: -5px;
margin-left: -5px;
}
.go-smalldot::before {
content: ' ';
background: #ffffff9a;
display: block;
position: absolute;
border-radius: 50%;
top: 50%;
left: 50%;
width: 5px;
height: 5px;
margin-top: -3px;
margin-left: -3px;
}
.go {
width: 100%;
height: 100%;
display: block;
border-radius: 1000px;
position: absolute;
left: 0;
}
.go-board .go-place.last-move>.go {
box-shadow: 0 0 2px rgba(0,0,0,0.5), 0 0 10px 3px rgba(255, 255, 255, 0.5) !important;
}
#game-info>.go {
border-radius: 1000px;
display: block;
float: left;
height: 1em;
width: 1em;
margin-right: 0.2em;
-webkit-transform: none !important;
-moz-transform: none !important;
-o-transform: none !important;
-ms-transform: none !important;
transform: none !important;
position: static;
}
#game-info {
text-align: left;
text-shadow: none;
font-size: 1.1em;
}
.blinking {
-webkit-animation: blink 0.7s;
-moz-animation: blink 0.7s;
-ms-animation: blink 0.7s;
-o-animation: blink 0.7s;
animation: blink 0.7s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-moz-animation-direction: alternate;
-ms-animation-direction: alternate;
-o-animation-direction: alternate;
animation-direction: alternate;
}
.black.go-board.playing .go-place:not(.set):hover>.go,.go-board .go-place.black>.go,#game-info>.go.black {
background: black;
background: -webkit-radial-gradient(30% 25%, circle closest-corner, #207681,#004852);
background: -moz-radial-gradient(30% 25%, circle closest-corner, #207681,#004852);
background: -o-radial-gradient(30% 25%, circle closest-corner, #207681,#004852);
background: -ms-radial-gradient(30% 25%, circle closest-corner, #207681,#004852);
background: radial-gradient(30% 25%, circle closest-corner, #207681,#004852);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.white.go-board.playing .go-place:not(.set):hover>.go,.go-board .go-place.white>.go,#game-info>.go.white {
background: white;
background: -webkit-radial-gradient(30% 25%, circle closest-corner, #ffffff,#ebebeb);
background: -moz-radial-gradient(30% 25%, circle closest-corner, #ffffff,#ebebeb);
background: -o-radial-gradient(30% 25%, circle closest-corner, #ffffff,#ebebeb);
background: -ms-radial-gradient(30% 25%, circle closest-corner, #ffffff,#ebebeb);
background: radial-gradient(30% 25%, circle closest-corner,#ffffff,#ebebeb);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.go-board .go-place.set>.go {
top: 0;
}
.go-board.playing .go-place:not(.set):hover>.go {
top: -4px;
box-shadow: inset 0 -2px 15px rgba(255,255,255,0.3), inset -2px -1px 40px rgba(0,0,0,0.4), 0 10px 10px rgba(0, 0, 0, 0.233) !important;
opacity: 0.7;
-webkit-animation: none !important;
-moz-animation: none !important;
-ms-animation: none !important;
-o-animation: none !important;
animation: none !important;
}
.warning>.go {
-webkit-box-shadow: 0 0 20px #00ffff;
box-shadow: 0 0 20px #00ffff;
background: #00d5e4;
height: 100%;
width: 100%;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
-webkit-animation: blink 1s;
-moz-animation: blink 1s;
-ms-animation: blink 1s;
-o-animation: blink 1s;
animation: blink 1s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-moz-animation-direction: alternate;
-ms-animation-direction: alternate;
-o-animation-direction: alternate;
animation-direction: alternate;
}
| 0.449876 | 0.117572 |
.pyramid-container {
text-align: center;
}
#flex-container:hover .value-button {
display: block;
}
p {
font-size: 1.4rem;
}
span {
display: inline-block;
height: 30px;
width: 30px;
line-height: 30px;
-moz-border-radius: 30px;
border-radius: 50px;
border-color: black;
border: 1px solid;
background-color: lightslategrey;
color: white;
text-align: center;
font-size: 1em;
font-family: arial;
}
#flex-container{
display: flex;
justify-content: center;
align-items: center;
height: 30px;
margin: 0 auto;
padding-top: 10px;
}
.number{
padding: px;
}
.value-button {
border: 0px;
margin: 0px;
width: 30px;
height: 100%;
padding: 0;
background: none;
outline: none;
cursor: pointer;
display: none;
}
#pyramid-level-6 {
border-bottom: 50px solid red;
border-left:40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 80px;
margin-right: auto;
margin-left: auto;
}
#pyramid-level-5 {
border-bottom: 50px solid goldenrod;
border-left:40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 165px;
margin-right: auto;
margin-left: auto;
padding-top: 5px;
}
#pyramid-level-4 {
border-bottom: 50px solid gold;
border-left:40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 250px;
margin-right: auto;
margin-left: auto;
padding-top: 5px;
}
#pyramid-level-3 {
border-bottom: 50px solid deepskyblue;
border-left:40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 330px;
margin-right: auto;
margin-left: auto;
}
#pyramid-level-2 {
border-bottom: 50px solid sienna;
border-left:40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 410px;
margin-right: auto;
margin-left: auto;
}
#pyramid-level-1 {
border-bottom: 50px solid limegreen;
border-left:40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 490px;
margin-right: auto;
margin-left: auto;
}
#pyramid-top {
border-bottom: 50px solid red;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 0px;
margin-right:auto;
margin-left:auto;
padding-top: 200px;
}
|
assignment-01.css
|
.pyramid-container {
text-align: center;
}
#flex-container:hover .value-button {
display: block;
}
p {
font-size: 1.4rem;
}
span {
display: inline-block;
height: 30px;
width: 30px;
line-height: 30px;
-moz-border-radius: 30px;
border-radius: 50px;
border-color: black;
border: 1px solid;
background-color: lightslategrey;
color: white;
text-align: center;
font-size: 1em;
font-family: arial;
}
#flex-container{
display: flex;
justify-content: center;
align-items: center;
height: 30px;
margin: 0 auto;
padding-top: 10px;
}
.number{
padding: px;
}
.value-button {
border: 0px;
margin: 0px;
width: 30px;
height: 100%;
padding: 0;
background: none;
outline: none;
cursor: pointer;
display: none;
}
#pyramid-level-6 {
border-bottom: 50px solid red;
border-left:40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 80px;
margin-right: auto;
margin-left: auto;
}
#pyramid-level-5 {
border-bottom: 50px solid goldenrod;
border-left:40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 165px;
margin-right: auto;
margin-left: auto;
padding-top: 5px;
}
#pyramid-level-4 {
border-bottom: 50px solid gold;
border-left:40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 250px;
margin-right: auto;
margin-left: auto;
padding-top: 5px;
}
#pyramid-level-3 {
border-bottom: 50px solid deepskyblue;
border-left:40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 330px;
margin-right: auto;
margin-left: auto;
}
#pyramid-level-2 {
border-bottom: 50px solid sienna;
border-left:40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 410px;
margin-right: auto;
margin-left: auto;
}
#pyramid-level-1 {
border-bottom: 50px solid limegreen;
border-left:40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 490px;
margin-right: auto;
margin-left: auto;
}
#pyramid-top {
border-bottom: 50px solid red;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
height: 0;
width: 0px;
margin-right:auto;
margin-left:auto;
padding-top: 200px;
}
| 0.348756 | 0.071009 |
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
:host {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-ms-flex-negative: 0;
flex-shrink: 0;
--lwc-c-icon-action-sprite: "/_slds/icons/action-sprite/svg/symbols.svg";
--lwc-c-icon-action-sprite-rtl: "/_slds/icons/action-sprite/svg/symbols_rtl.svg";
--lwc-c-icon-custom-sprite: "/_slds/icons/custom-sprite/svg/symbols.svg";
--lwc-c-icon-custom-sprite-rtl: "/_slds/icons/custom-sprite/svg/symbols_rtl.svg";
--lwc-c-icon-doctype-sprite: "/_slds/icons/doctype-sprite/svg/symbols.svg";
--lwc-c-icon-doctype-sprite-rtl: "/_slds/icons/doctype-sprite/svg/symbols_rtl.svg";
--lwc-c-icon-standard-sprite: "/_slds/icons/standard-sprite/svg/symbols.svg";
--lwc-c-icon-standard-sprite-rtl: "/_slds/icons/standard-sprite/svg/symbols_rtl.svg";
--lwc-c-icon-utility-sprite: "/_slds/icons/utility-sprite/svg/symbols.svg";
--lwc-c-icon-utility-sprite-rtl: "/_slds/icons/utility-sprite/svg/symbols_rtl.svg";
}
.lwc-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-ms-flex-negative: 0;
flex-shrink: 0;
width: var(--lwc-c-icon-size, 1rem);
height: var(--lwc-c-icon-size, 1rem);
color: var(--lwc-c-icon-color, #706e6b);
border-radius: var(--lwc-c-icon-radius, 0.25rem);
vertical-align: middle;
-webkit-transform: var(--lwc-c-icon-transform, none);
transform: var(--lwc-c-icon-transform, none);
}
[class*="lwc-icon-action"],
[class*="lwc-icon-custom"],
[class*="lwc-icon-standard"],
[class*="lwc-icon-doctype"] {
width: var(--lwc-c-icon-size, 1.5rem);
height: var(--lwc-c-icon-size, 1.5rem);
}
[class*="lwc-icon-action"],
[class*="lwc-icon-custom"],
[class*="lwc-icon-standard"] {
background: #54698d;
color: var(--lwc-c-icon-color, white);
}
[class*="lwc-icon-action"] {
border-radius: 50%;
padding: 0.375rem;
vertical-align: bottom;
}
.lwc-icon-action-new-custom18 {
background-color: #4dca76;
}
.lwc-icon-action-new-custom29 {
background-color: #bdd25f;
}
.lwc-icon-action-edit-groups {
background-color: #34becd;
}
.lwc-icon-action-new-custom9 {
background-color: #6b9ee2;
}
.lwc-icon-action-log-a-call {
background-color: #48c3cc;
}
.lwc-icon-action-new-custom19 {
background-color: #3abeb1;
}
.lwc-icon-action-filter {
background-color: #fd90b5;
}
.lwc-icon-action-user-activation {
background-color: #54698d;
}
.lwc-icon-action-opportunity-competitor {
background-color: #fcb95b;
}
.lwc-icon-action-canvas {
background-color: #8199af;
}
.lwc-icon-action-change-record-type {
background-color: #54698d;
}
.lwc-icon-action-new-notebook {
background-color: #e6d478;
}
.lwc-icon-action-docusign {
background-color: #5080db;
}
.lwc-icon-action-share-link {
background-color: #7a9ae6;
}
.lwc-icon-action-add-file {
background-color: #7e8be4;
}
.lwc-icon-action-edit-relationship {
background-color: #1dccbf;
}
.lwc-icon-action-notebook {
background-color: #e6d478;
}
.lwc-icon-action-new-lead {
background-color: #f88962;
}
.lwc-icon-action-new-custom-object {
background-color: #a7d44d;
}
.lwc-icon-action-new-account {
background-color: #7f8de1;
}
.lwc-icon-action-question-post-action {
background-color: #32af5c;
}
.lwc-icon-action-share-file {
background-color: #baac93;
}
.lwc-icon-action-default-custom-object {
background-color: #8199af;
}
.lwc-icon-action-opportunity-team-member {
background-color: #fcb95b;
}
.lwc-icon-action-add-photo-video {
background-color: #00cdc0;
}
.lwc-icon-action-sort {
background-color: #fab9a5;
}
.lwc-icon-action-call {
background-color: #1fcaa0;
}
.lwc-icon-action-concur {
background-color: #4cc3c7;
}
.lwc-icon-action-reject {
background-color: #00c6b7;
}
.lwc-icon-action-share-poll {
background-color: #699be1;
}
.lwc-icon-action-following {
background-color: #7dcf64;
}
.lwc-icon-action-defer {
background-color: #ef7ead;
}
.lwc-icon-action-opportunity-line-item {
background-color: #fcb95b;
}
.lwc-icon-action-social-post {
background-color: #ea74a2;
}
.lwc-icon-action-share-post {
background-color: #65cae4;
}
.lwc-icon-action-view-relationship {
background-color: #3c97dd;
}
.lwc-icon-action-upload {
background-color: #54698d;
}
.lwc-icon-action-remove-relationship {
background-color: #ef6e64;
}
.lwc-icon-action-freeze-user {
background-color: #54698d;
}
.lwc-icon-action-new-person-account {
background-color: #7f8de1;
}
.lwc-icon-action-bug {
background-color: #ef6e5d;
}
.lwc-icon-action-apex {
background-color: #696e71;
}
.lwc-icon-action-new-opportunity {
background-color: #fcb95b;
}
.lwc-icon-action-fallback {
background-color: #9895ee;
}
.lwc-icon-action-dial-in {
background-color: #8b9ae3;
}
.lwc-icon-action-approval {
background-color: #00c6b7;
}
.lwc-icon-action-change-owner {
background-color: #54698d;
}
.lwc-icon-action-new-task {
background-color: #4bc076;
}
.lwc-icon-action-priority {
background-color: #fbb439;
}
.lwc-icon-action-remove {
background-color: #54698d;
}
.lwc-icon-action-web-link {
background-color: #56aadf;
}
.lwc-icon-action-leave-group {
background-color: #f39e58;
}
.lwc-icon-action-manage-perm-sets {
background-color: #54698d;
}
.lwc-icon-action-close {
background-color: #ef6e64;
}
.lwc-icon-action-google-news {
background-color: #f5675b;
}
.lwc-icon-action-announcement {
background-color: #fe8f60;
}
.lwc-icon-action-back {
background-color: #0dc2d9;
}
.lwc-icon-action-new-custom90 {
background-color: #22a48a;
}
.lwc-icon-action-download {
background-color: #54698d;
}
.lwc-icon-action-new-custom80 {
background-color: #659ad5;
}
.lwc-icon-action-new-custom91 {
background-color: #bf7b66;
}
.lwc-icon-action-search {
background-color: #48adeb;
}
.lwc-icon-action-new-event {
background-color: #eb7092;
}
.lwc-icon-action-new-custom70 {
background-color: #e769b4;
}
.lwc-icon-action-new-custom81 {
background-color: #da627f;
}
.lwc-icon-action-new-custom92 {
background-color: #517e82;
}
.lwc-icon-action-refresh {
background-color: #54698d;
}
.lwc-icon-action-share-thanks {
background-color: #e9696e;
}
.lwc-icon-action-update {
background-color: #81b4d6;
}
.lwc-icon-action-email {
background-color: #95aec5;
}
.lwc-icon-action-join-group {
background-color: #779ef2;
}
.lwc-icon-action-new-custom60 {
background-color: #bf5a88;
}
.lwc-icon-action-new-custom71 {
background-color: #e36ee3;
}
.lwc-icon-action-new-custom82 {
background-color: #d15b97;
}
.lwc-icon-action-new-custom93 {
background-color: #904d4c;
}
.lwc-icon-action-edit {
background-color: #1dccbf;
}
.lwc-icon-action-quote {
background-color: #88c651;
}
.lwc-icon-action-dropbox {
background-color: #52aef9;
}
.lwc-icon-action-description {
background-color: #7dc37d;
}
.lwc-icon-action-map {
background-color: #76c6ee;
}
.lwc-icon-action-user {
background-color: #65cae4;
}
.lwc-icon-action-reset-password {
background-color: #5<PASSWORD>;
}
.lwc-icon-action-new-custom50 {
background-color: #49bcd3;
}
.lwc-icon-action-new-custom61 {
background-color: #f57376;
}
.lwc-icon-action-new-custom72 {
background-color: #8d9bfb;
}
.lwc-icon-action-new-custom83 {
background-color: #e7806f;
}
.lwc-icon-action-new-custom94 {
background-color: #439cba;
}
.lwc-icon-action-clone {
background-color: #6ca1e9;
}
.lwc-icon-action-script {
background-color: #0070d2;
}
.lwc-icon-action-delete {
background-color: #e6717c;
}
.lwc-icon-action-new-custom40 {
background-color: #83c75e;
}
.lwc-icon-action-new-custom51 {
background-color: #d8c760;
}
.lwc-icon-action-new-custom62 {
background-color: #6b92dc;
}
.lwc-icon-action-new-custom73 {
background-color: #679ef0;
}
.lwc-icon-action-new-custom84 {
background-color: #f6707b;
}
.lwc-icon-action-new-custom95 {
background-color: #8bcf6a;
}
.lwc-icon-action-share {
background-color: #54698d;
}
.lwc-icon-action-new-custom30 {
background-color: #f59f71;
}
.lwc-icon-action-new-custom41 {
background-color: #43b5b5;
}
.lwc-icon-action-new-custom52 {
background-color: #ee8e6f;
}
.lwc-icon-action-new-custom63 {
background-color: #7ccf60;
}
.lwc-icon-action-new-custom74 {
background-color: #41c8a0;
}
.lwc-icon-action-new-custom85 {
background-color: #f26891;
}
.lwc-icon-action-new-custom96 {
background-color: #6d9de3;
}
.lwc-icon-action-log-event {
background-color: #6ca1e9;
}
.lwc-icon-action-new-group {
background-color: #83b6ff;
}
.lwc-icon-action-new-custom20 {
background-color: #48c7c8;
}
.lwc-icon-action-new-custom31 {
background-color: #eb687f;
}
.lwc-icon-action-new-custom42 {
background-color: #cfd05b;
}
.lwc-icon-action-info {
background-color: #54698d;
}
.lwc-icon-action-new-custom53 {
background-color: #f36e83;
}
.lwc-icon-action-new-custom64 {
background-color: #618fd8;
}
.lwc-icon-action-new-custom75 {
background-color: #cd9f65;
}
.lwc-icon-action-new-custom86 {
background-color: #e260ab;
}
.lwc-icon-action-flow {
background-color: #0079bc;
}
.lwc-icon-action-new-custom97 {
background-color: #dd6085;
}
.lwc-icon-action-submit-for-approval {
background-color: #50cc7a;
}
.lwc-icon-action-new {
background-color: #33bce7;
}
.lwc-icon-action-new-campaign {
background-color: #f49756;
}
.lwc-icon-action-new-custom10 {
background-color: #6488e3;
}
.lwc-icon-action-new-custom21 {
background-color: #8a7aed;
}
.lwc-icon-action-new-custom32 {
background-color: #38c393;
}
.lwc-icon-action-new-custom43 {
background-color: #7f93f9;
}
.lwc-icon-action-new-custom54 {
background-color: #ea70b1;
}
.lwc-icon-action-new-custom65 {
background-color: #f279ab;
}
.lwc-icon-action-new-custom76 {
background-color: #db6d7a;
}
.lwc-icon-action-new-custom87 {
background-color: #d876e5;
}
.lwc-icon-action-new-custom98 {
background-color: #e1be5c;
}
.lwc-icon-action-new-case {
background-color: #f2cf5b;
}
.lwc-icon-action-new-custom100 {
background-color: #e15d76;
}
.lwc-icon-action-new-custom1 {
background-color: #ff7b84;
}
.lwc-icon-action-new-contact {
background-color: #a094ed;
}
.lwc-icon-action-office-365 {
background-color: #ff8041;
}
.lwc-icon-action-new-custom11 {
background-color: #8784ea;
}
.lwc-icon-action-new-custom22 {
background-color: #8b85f9;
}
.lwc-icon-action-new-custom33 {
background-color: #97cf5d;
}
.lwc-icon-action-new-custom44 {
background-color: #c8ca58;
}
.lwc-icon-action-new-custom55 {
background-color: #d66ee0;
}
.lwc-icon-action-new-custom66 {
background-color: #d8be5f;
}
.lwc-icon-action-new-custom77 {
background-color: #b55d5b;
}
.lwc-icon-action-new-custom88 {
background-color: #996fe6;
}
.lwc-icon-action-new-custom99 {
background-color: #f0856e;
}
.lwc-icon-action-add-contact {
background-color: #a094ed;
}
.lwc-icon-action-evernote {
background-color: #86c86f;
}
.lwc-icon-action-new-custom2 {
background-color: #cfd05c;
}
.lwc-icon-action-lead-convert {
background-color: #f88962;
}
.lwc-icon-action-new-custom12 {
background-color: #dc71d1;
}
.lwc-icon-action-new-custom23 {
background-color: #b070e6;
}
.lwc-icon-action-new-custom34 {
background-color: #d58a6a;
}
.lwc-icon-action-new-custom45 {
background-color: #d95879;
}
.lwc-icon-action-new-custom56 {
background-color: #718deb;
}
.lwc-icon-action-new-custom67 {
background-color: #f87d76;
}
.lwc-icon-action-recall {
background-color: #4a698d;
}
.lwc-icon-action-new-custom78 {
background-color: #5a95dd;
}
.lwc-icon-action-new-custom89 {
background-color: #3e99be;
}
.lwc-icon-action-follow {
background-color: #31b9f8;
}
.lwc-icon-action-record {
background-color: #7dc37d;
}
.lwc-icon-action-new-custom3 {
background-color: #ecb46c;
}
.lwc-icon-action-new-note {
background-color: #e6d478;
}
.lwc-icon-action-new-custom13 {
background-color: #df6184;
}
.lwc-icon-action-new-custom24 {
background-color: #e56798;
}
.lwc-icon-action-new-custom35 {
background-color: #e9637e;
}
.lwc-icon-action-new-custom46 {
background-color: #67a5e7;
}
.lwc-icon-action-new-custom57 {
background-color: #5a9cdd;
}
.lwc-icon-action-new-custom68 {
background-color: #f26979;
}
.lwc-icon-action-new-custom79 {
background-color: #8ed363;
}
.lwc-icon-action-new-child-case {
background-color: #fa975c;
}
.lwc-icon-action-new-custom4 {
background-color: #e1d951;
}
.lwc-icon-action-new-custom14 {
background-color: #3cc2b3;
}
.lwc-icon-action-new-custom25 {
background-color: #e46fbe;
}
.lwc-icon-action-new-custom36 {
background-color: #d472d4;
}
.lwc-icon-action-new-custom47 {
background-color: #5fcc64;
}
.lwc-icon-action-new-custom58 {
background-color: #34b59d;
}
.lwc-icon-action-new-custom69 {
background-color: #ed6387;
}
.lwc-icon-action-new-custom5 {
background-color: #9fdb66;
}
.lwc-icon-action-goal {
background-color: #56aadf;
}
.lwc-icon-action-new-custom15 {
background-color: #f77e75;
}
.lwc-icon-action-new-custom26 {
background-color: #7698f0;
}
.lwc-icon-action-new-custom37 {
background-color: #8c89f2;
}
.lwc-icon-action-new-custom48 {
background-color: #ef697f;
}
.lwc-icon-action-new-custom59 {
background-color: #e3d067;
}
.lwc-icon-action-new-custom6 {
background-color: #54c473;
}
.lwc-icon-action-log-this-event {
background-color: #eb7092;
}
.lwc-icon-action-new-custom16 {
background-color: #e9af67;
}
.lwc-icon-action-new-custom27 {
background-color: #5ab0d2;
}
.lwc-icon-action-new-custom38 {
background-color: #53b6d7;
}
.lwc-icon-action-new-custom49 {
background-color: #e25c80;
}
.lwc-icon-action-new-custom7 {
background-color: #6a89e5;
}
.lwc-icon-action-more {
background-color: #62b7ed;
}
.lwc-icon-action-add-relationship {
background-color: #62b7ed;
}
.lwc-icon-action-new-custom17 {
background-color: #acd360;
}
.lwc-icon-action-new-custom28 {
background-color: #89c059;
}
.lwc-icon-action-new-custom39 {
background-color: #4fbe75;
}
.lwc-icon-action-password-unlock {
background-color: #54698d;
}
.lwc-icon-action-check {
background-color: #54698d;
}
.lwc-icon-action-update-status {
background-color: #1ec7be;
}
.lwc-icon-action-preview {
background-color: #7f8de1;
}
.lwc-icon-action-new-custom8 {
background-color: #50ceb9;
}
.lwc-icon-custom-110 {
background-color: #f28b00;
}
.lwc-icon-custom-100 {
background-color: #e15d76;
}
.lwc-icon-custom-111 {
background-color: #f28b00;
}
.lwc-icon-custom-1 {
background-color: #ff7b84;
}
.lwc-icon-custom-101 {
background-color: #f28b00;
}
.lwc-icon-custom-112 {
background-color: #f28b00;
}
.lwc-icon-custom-2 {
background-color: #cfd05c;
}
.lwc-icon-custom-102 {
background-color: #f28b00;
}
.lwc-icon-custom-113 {
background-color: #f28b00;
}
.lwc-icon-custom-90 {
background-color: #22a48a;
}
.lwc-icon-custom-3 {
background-color: #ecb46c;
}
.lwc-icon-custom-103 {
background-color: #f28b00;
}
.lwc-icon-custom-80 {
background-color: #659ad5;
}
.lwc-icon-custom-91 {
background-color: #bf7b66;
}
.lwc-icon-custom-4 {
background-color: #e1d951;
}
.lwc-icon-custom-104 {
background-color: #f28b00;
}
.lwc-icon-custom-70 {
background-color: #e769b4;
}
.lwc-icon-custom-81 {
background-color: #da627f;
}
.lwc-icon-custom-92 {
background-color: #517e82;
}
.lwc-icon-custom-5 {
background-color: #9fdb66;
}
.lwc-icon-custom-105 {
background-color: #f28b00;
}
.lwc-icon-custom-60 {
background-color: #bf5a88;
}
.lwc-icon-custom-71 {
background-color: #e36ee3;
}
.lwc-icon-custom-82 {
background-color: #d15b97;
}
.lwc-icon-custom-93 {
background-color: #904d4c;
}
.lwc-icon-custom-6 {
background-color: #54c473;
}
.lwc-icon-custom-106 {
background-color: #f28b00;
}
.lwc-icon-custom-50 {
background-color: #49bcd3;
}
.lwc-icon-custom-61 {
background-color: #f57376;
}
.lwc-icon-custom-72 {
background-color: #8d9bfb;
}
.lwc-icon-custom-83 {
background-color: #e7806f;
}
.lwc-icon-custom-94 {
background-color: #439cba;
}
.lwc-icon-custom-7 {
background-color: #6a89e5;
}
.lwc-icon-custom-107 {
background-color: #f28b00;
}
.lwc-icon-custom-40 {
background-color: #83c75e;
}
.lwc-icon-custom-51 {
background-color: #d8c760;
}
.lwc-icon-custom-62 {
background-color: #6b92dc;
}
.lwc-icon-custom-73 {
background-color: #679ef0;
}
.lwc-icon-custom-84 {
background-color: #f6707b;
}
.lwc-icon-custom-95 {
background-color: #8bcf6a;
}
.lwc-icon-custom-8 {
background-color: #50ceb9;
}
.lwc-icon-custom-108 {
background-color: #f28b00;
}
.lwc-icon-custom-30 {
background-color: #f59f71;
}
.lwc-icon-custom-41 {
background-color: #43b5b5;
}
.lwc-icon-custom-52 {
background-color: #ee8e6f;
}
.lwc-icon-custom-63 {
background-color: #7ccf60;
}
.lwc-icon-custom-74 {
background-color: #41c8a0;
}
.lwc-icon-custom-85 {
background-color: #f26891;
}
.lwc-icon-custom-96 {
background-color: #6d9de3;
}
.lwc-icon-custom-9 {
background-color: #6b9ee2;
}
.lwc-icon-custom-109 {
background-color: #f28b00;
}
.lwc-icon-custom-20 {
background-color: #48c7c8;
}
.lwc-icon-custom-31 {
background-color: #eb687f;
}
.lwc-icon-custom-42 {
background-color: #cfd05b;
}
.lwc-icon-custom-53 {
background-color: #f36e83;
}
.lwc-icon-custom-64 {
background-color: #618fd8;
}
.lwc-icon-custom-75 {
background-color: #cd9f65;
}
.lwc-icon-custom-86 {
background-color: #e260ab;
}
.lwc-icon-custom-97 {
background-color: #dd6085;
}
.lwc-icon-custom-10 {
background-color: #6488e3;
}
.lwc-icon-custom-21 {
background-color: #8a7aed;
}
.lwc-icon-custom-32 {
background-color: #38c393;
}
.lwc-icon-custom-43 {
background-color: #7f93f9;
}
.lwc-icon-custom-54 {
background-color: #ea70b1;
}
.lwc-icon-custom-65 {
background-color: #f279ab;
}
.lwc-icon-custom-76 {
background-color: #db6d7a;
}
.lwc-icon-custom-87 {
background-color: #d876e5;
}
.lwc-icon-custom-98 {
background-color: #e1be5c;
}
.lwc-icon-custom-11 {
background-color: #8784ea;
}
.lwc-icon-custom-22 {
background-color: #8b85f9;
}
.lwc-icon-custom-33 {
background-color: #97cf5d;
}
.lwc-icon-custom-44 {
background-color: #c8ca58;
}
.lwc-icon-custom-55 {
background-color: #d66ee0;
}
.lwc-icon-custom-66 {
background-color: #d8be5f;
}
.lwc-icon-custom-77 {
background-color: #b55d5b;
}
.lwc-icon-custom-88 {
background-color: #996fe6;
}
.lwc-icon-custom-99 {
background-color: #f0856e;
}
.lwc-icon-custom-12 {
background-color: #dc71d1;
}
.lwc-icon-custom-23 {
background-color: #b070e6;
}
.lwc-icon-custom-34 {
background-color: #d58a6a;
}
.lwc-icon-custom-45 {
background-color: #d95879;
}
.lwc-icon-custom-56 {
background-color: #718deb;
}
.lwc-icon-custom-67 {
background-color: #f87d76;
}
.lwc-icon-custom-78 {
background-color: #5a95dd;
}
.lwc-icon-custom-89 {
background-color: #3e99be;
}
.lwc-icon-custom-13 {
background-color: #df6184;
}
.lwc-icon-custom-24 {
background-color: #e56798;
}
.lwc-icon-custom-35 {
background-color: #e9637e;
}
.lwc-icon-custom-46 {
background-color: #67a5e7;
}
.lwc-icon-custom-57 {
background-color: #5a9cdd;
}
.lwc-icon-custom-68 {
background-color: #f26979;
}
.lwc-icon-custom-79 {
background-color: #8ed363;
}
.lwc-icon-custom-14 {
background-color: #3cc2b3;
}
.lwc-icon-custom-25 {
background-color: #e46fbe;
}
.lwc-icon-custom-36 {
background-color: #d472d4;
}
.lwc-icon-custom-47 {
background-color: #5fcc64;
}
.lwc-icon-custom-58 {
background-color: #34b59d;
}
.lwc-icon-custom-69 {
background-color: #ed6387;
}
.lwc-icon-custom-15 {
background-color: #f77e75;
}
.lwc-icon-custom-26 {
background-color: #7698f0;
}
.lwc-icon-custom-37 {
background-color: #8c89f2;
}
.lwc-icon-custom-48 {
background-color: #ef697f;
}
.lwc-icon-custom-59 {
background-color: #e3d067;
}
.lwc-icon-custom-16 {
background-color: #e9af67;
}
.lwc-icon-custom-27 {
background-color: #5ab0d2;
}
.lwc-icon-custom-38 {
background-color: #53b6d7;
}
.lwc-icon-custom-49 {
background-color: #e25c80;
}
.lwc-icon-custom-17 {
background-color: #acd360;
}
.lwc-icon-custom-28 {
background-color: #89c059;
}
.lwc-icon-custom-39 {
background-color: #4fbe75;
}
.lwc-icon-custom-18 {
background-color: #4dca76;
}
.lwc-icon-custom-29 {
background-color: #bdd25f;
}
.lwc-icon-custom-19 {
background-color: #3abeb1;
}
.lwc-icon-standard-contact {
background-color: #a094ed;
}
.lwc-icon-standard-multi-select-checkbox {
background-color: #969492;
}
.lwc-icon-standard-work-order {
background-color: #50e3c2;
}
.lwc-icon-standard-post {
background-color: #65cae4;
}
.lwc-icon-standard-global-constant {
background-color: #54698d;
}
.lwc-icon-standard-carousel {
background-color: #6bbd6e;
}
.lwc-icon-standard-resource-skill {
background-color: #45c173;
}
.lwc-icon-standard-system-and-global-variable {
background-color: #54698d;
}
.lwc-icon-standard-goals {
background-color: #56aadf;
}
.lwc-icon-standard-investment-account {
background-color: #4bc076;
}
.lwc-icon-standard-store {
background-color: #04844b;
}
.lwc-icon-standard-output {
background-color: #439cba;
}
.lwc-icon-standard-store-group {
background-color: #3c97dd;
}
.lwc-icon-standard-all {
background-color: #54698d;
}
.lwc-icon-standard-picklist-choice {
background-color: #54698d;
}
.lwc-icon-standard-choice {
background-color: #54698d;
}
.lwc-icon-standard-app {
background-color: #fcb95b;
}
.lwc-icon-standard-default {
background-color: #8199af;
}
.lwc-icon-standard-case-milestone {
background-color: #f2cf5b;
}
.lwc-icon-standard-today {
background-color: #ef7ead;
}
.lwc-icon-standard-buyer-account {
background-color: #04844b;
}
.lwc-icon-standard-lead-list {
background-color: #f88962;
}
.lwc-icon-standard-shift {
background-color: #eb7092;
}
.lwc-icon-standard-product-item-transaction {
background-color: #f88962;
}
.lwc-icon-standard-apex {
background-color: #54698d;
}
.lwc-icon-standard-answer-private {
background-color: #f2cf5b;
}
.lwc-icon-standard-opportunity-contact-role {
background-color: #7e8be4;
}
.lwc-icon-standard-retail-banking-console {
background-color: #00afa0;
}
.lwc-icon-standard-channel-program-members {
background-color: #0eb58a;
}
.lwc-icon-standard-apps-admin {
background-color: #9895ee;
}
.lwc-icon-standard-datadotcom {
background-color: #1589ee;
}
.lwc-icon-standard-settings {
background-color: #04844b;
}
.lwc-icon-standard-product-item {
background-color: #769ed9;
}
.lwc-icon-standard-metrics {
background-color: #56aadf;
}
.lwc-icon-standard-topic2 {
background-color: #56aad0;
}
.lwc-icon-standard-partner-fund-allocation {
background-color: #0eb58a;
}
.lwc-icon-standard-approval {
background-color: #50cc7a;
}
.lwc-icon-standard-work-queue {
background-color: #54698d;
}
.lwc-icon-standard-iot-orchestrations {
background-color: #2a739e;
}
.lwc-icon-standard-visualforce-page {
background-color: #fcb95b;
}
.lwc-icon-standard-person-account {
background-color: #7f8de1;
}
.lwc-icon-standard-entity {
background-color: #f88962;
}
.lwc-icon-standard-service-territory-location {
background-color: #7e8be4;
}
.lwc-icon-standard-entitlement-policy {
background-color: #04844b;
}
.lwc-icon-standard-order-item {
background-color: #769ed3;
}
.lwc-icon-standard-read-receipts {
background-color: #4bc076;
}
.lwc-icon-standard-javascript-button {
background-color: #fcb95b;
}
.lwc-icon-standard-maintenance-asset {
background-color: #2a739e;
}
.lwc-icon-standard-loop {
background-color: #ff9a3c;
}
.lwc-icon-standard-portal-roles-and-subordinates {
background-color: #7a9ae6;
}
.lwc-icon-standard-work-capacity-limit {
background-color: #0079bc;
}
.lwc-icon-standard-constant {
background-color: #54698d;
}
.lwc-icon-standard-marketing-actions {
background-color: #6bbd6e;
}
.lwc-icon-standard-case-transcript {
background-color: #f2cf5b;
}
.lwc-icon-standard-timesheet-entry {
background-color: #7dc37d;
}
.lwc-icon-standard-multi-picklist {
background-color: #969492;
}
.lwc-icon-standard-visit-templates {
background-color: #3c97dd;
}
.lwc-icon-standard-task {
background-color: #4bc076;
}
.lwc-icon-standard-answer-best {
background-color: #f2cf5b;
}
.lwc-icon-standard-orders {
background-color: #769ed9;
}
.lwc-icon-standard-past-chat {
background-color: #f88960;
}
.lwc-icon-standard-feedback {
background-color: #6da1ea;
}
.lwc-icon-standard-action-list-component {
background-color: #5876a3;
}
.lwc-icon-standard-opportunity-splits {
background-color: #fcb95b;
}
.lwc-icon-standard-messaging-user {
background-color: #34becd;
}
.lwc-icon-standard-trailhead {
background-color: #032e61;
}
.lwc-icon-standard-entitlements {
background-color: #b781d3;
}
.lwc-icon-standard-formula {
background-color: #54698d;
}
.lwc-icon-standard-case-log-a-call {
background-color: #f2cf5b;
}
.lwc-icon-standard-thanks-loading {
background-color: #b8c3ce;
}
.lwc-icon-standard-service-appointment-capacity-usage {
background-color: #0079bc;
}
.lwc-icon-standard-channel-program-levels {
background-color: #0eb58a;
}
.lwc-icon-standard-letterhead {
background-color: #3c97dd;
}
.lwc-icon-standard-email-chatter {
background-color: #f2cf5b;
}
.lwc-icon-standard-announcement {
background-color: #62b7ed;
}
.lwc-icon-standard-bot {
background-color: #54698f;
}
.lwc-icon-standard-macros {
background-color: #47cfd2;
}
.lwc-icon-standard-dashboard-ea {
background-color: #7e8be4;
}
.lwc-icon-standard-job-profile {
background-color: #eb7092;
}
.lwc-icon-standard-steps {
background-color: #54698d;
}
.lwc-icon-standard-asset-relationship {
background-color: #fa975c;
}
.lwc-icon-standard-high-velocity-sales {
background-color: #47cfc9;
}
.lwc-icon-standard-brand {
background-color: #7e8be4;
}
.lwc-icon-standard-visits {
background-color: #3c97dd;
}
.lwc-icon-standard-coaching {
background-color: #f67594;
}
.lwc-icon-standard-record-lookup {
background-color: #eb7092;
}
.lwc-icon-standard-lightning-component {
background-color: #969492;
}
.lwc-icon-standard-search {
background-color: #62b7ed;
}
.lwc-icon-standard-connected-apps {
background-color: #9895ee;
}
.lwc-icon-standard-work-type-group {
background-color: #0079bc;
}
.lwc-icon-standard-education {
background-color: #3c97dd;
}
.lwc-icon-standard-work-type {
background-color: #54698d;
}
.lwc-icon-standard-environment-hub {
background-color: #54698d;
}
.lwc-icon-standard-cms {
background-color: #88c651;
}
.lwc-icon-standard-salesforce-cms {
background-color: #00a1df;
}
.lwc-icon-standard-thanks {
background-color: #e9696e;
}
.lwc-icon-standard-service-territory-member {
background-color: #7e8be4;
}
.lwc-icon-standard-user-role {
background-color: #8fc96e;
}
.lwc-icon-standard-work-capacity-usage {
background-color: #0079bc;
}
.lwc-icon-standard-record-create {
background-color: #eb7092;
}
.lwc-icon-standard-campaign-members {
background-color: #f49756;
}
.lwc-icon-standard-retail-banking {
background-color: #00d2be;
}
.lwc-icon-standard-portal-roles {
background-color: #fb8950;
}
.lwc-icon-standard-calibration {
background-color: #47cfd2;
}
.lwc-icon-standard-answer-public {
background-color: #f2cf5b;
}
.lwc-icon-standard-display-text {
background-color: #969492;
}
.lwc-icon-standard-unmatched {
background-color: #62b7ed;
}
.lwc-icon-standard-partners {
background-color: #0eb58a;
}
.lwc-icon-standard-email-iq {
background-color: #a094ed;
}
.lwc-icon-standard-service-crew {
background-color: #fa975c;
}
.lwc-icon-standard-voice-call {
background-color: #30c85a;
}
.lwc-icon-standard-resource-capacity {
background-color: #45c173;
}
.lwc-icon-standard-channel-programs {
background-color: #0eb58a;
}
.lwc-icon-standard-quip {
background-color: #d3451d;
}
.lwc-icon-standard-quip-sheet {
background-color: #30c85a;
}
.lwc-icon-standard-timeslot {
background-color: #fab24c;
}
.lwc-icon-standard-live-chat {
background-color: #f88960;
}
.lwc-icon-standard-sobject-collection {
background-color: #54698d;
}
.lwc-icon-standard-user {
background-color: #34becd;
}
.lwc-icon-standard-client {
background-color: #00d2be;
}
.lwc-icon-standard-screen {
background-color: #1589ee;
}
.lwc-icon-standard-portal {
background-color: #aec770;
}
.lwc-icon-standard-partner-fund-request {
background-color: #0eb58a;
}
.lwc-icon-standard-resource-preference {
background-color: #45c173;
}
.lwc-icon-standard-first-non-empty {
background-color: #e9696e;
}
.lwc-icon-standard-customer-360 {
background-color: #032e61;
}
.lwc-icon-standard-resource-absence {
background-color: #45c173;
}
.lwc-icon-standard-text-template {
background-color: #54698d;
}
.lwc-icon-standard-entitlement-template {
background-color: #7e8be4;
}
.lwc-icon-standard-lightning-usage {
background-color: #7e8be4;
}
.lwc-icon-standard-entitlement {
background-color: #7e8be4;
}
.lwc-icon-standard-empty {
background-color: #8199af;
}
.lwc-icon-standard-text {
background-color: #969492;
}
.lwc-icon-standard-delegated-account {
background-color: #04844b;
}
.lwc-icon-standard-fulfillment-order {
background-color: #b9ac91;
}
.lwc-icon-standard-case-email {
background-color: #f2cf5b;
}
.lwc-icon-standard-account {
background-color: #7f8de1;
}
.lwc-icon-standard-assignment {
background-color: #ff9a3c;
}
.lwc-icon-standard-wealth-management-console {
background-color: #00afa0;
}
.lwc-icon-standard-task2 {
background-color: #4bc076;
}
.lwc-icon-standard-code-playground {
background-color: #54698d;
}
.lwc-icon-standard-social {
background-color: #ea74a2;
}
.lwc-icon-standard-endorsement {
background-color: #8b9ae3;
}
.lwc-icon-standard-folder {
background-color: #8b9ae3;
}
.lwc-icon-standard-service-crew-member {
background-color: #7e8be4;
}
.lwc-icon-standard-flow {
background-color: #0079bc;
}
.lwc-icon-standard-omni-supervisor {
background-color: #8a76f0;
}
.lwc-icon-standard-product {
background-color: #b781d3;
}
.lwc-icon-standard-topic {
background-color: #56aadf;
}
.lwc-icon-standard-product-required {
background-color: #ef6e64;
}
.lwc-icon-standard-dynamic-record-choice {
background-color: #54698d;
}
.lwc-icon-standard-process {
background-color: #0079bc;
}
.lwc-icon-standard-people {
background-color: #34becd;
}
.lwc-icon-standard-reward {
background-color: #e9696e;
}
.lwc-icon-standard-performance {
background-color: #f8b156;
}
.lwc-icon-standard-case-comment {
background-color: #f2cf5b;
}
.lwc-icon-standard-sales-channel {
background-color: #2a739e;
}
.lwc-icon-standard-apex-plugin {
background-color: #54698d;
}
.lwc-icon-standard-campaign {
background-color: #f49756;
}
.lwc-icon-standard-contact-request {
background-color: #fb8954;
}
.lwc-icon-standard-business-hours {
background-color: #7dc37d;
}
.lwc-icon-standard-evernote {
background-color: #86c86f;
}
.lwc-icon-standard-service-territory {
background-color: #7e8be4;
}
.lwc-icon-standard-case {
background-color: #f2cf5b;
}
.lwc-icon-standard-currency {
background-color: #969492;
}
.lwc-icon-standard-record {
background-color: #7dc37d;
}
.lwc-icon-standard-queue {
background-color: #54698d;
}
.lwc-icon-standard-contract-line-item {
background-color: #6ec06e;
}
.lwc-icon-standard-skill-entity {
background-color: #8b9ae3;
}
.lwc-icon-standard-skill {
background-color: #fa975c;
}
.lwc-icon-standard-operating-hours {
background-color: #6b9ee2;
}
.lwc-icon-standard-custom {
background-color: #8199af;
}
.lwc-icon-standard-related-list {
background-color: #59bcab;
}
.lwc-icon-standard-bot-training {
background-color: #5876a3;
}
.lwc-icon-standard-case-change-status {
background-color: #f2cf5b;
}
.lwc-icon-standard-insurance-console {
background-color: #00afa0;
}
.lwc-icon-standard-contract {
background-color: #6ec06e;
}
.lwc-icon-standard-sobject {
background-color: #969492;
}
.lwc-icon-standard-sales-cadence-target {
background-color: #54698d;
}
.lwc-icon-standard-photo {
background-color: #d7d1d1;
}
.lwc-icon-standard-apps {
background-color: #3c97dd;
}
.lwc-icon-standard-timesheet {
background-color: #7e8be4;
}
.lwc-icon-standard-drafts {
background-color: #6ca1e9;
}
.lwc-icon-standard-outcome {
background-color: #ff9a3c;
}
.lwc-icon-standard-work-order-item {
background-color: #33a8dc;
}
.lwc-icon-standard-pricebook {
background-color: #b781d3;
}
.lwc-icon-standard-scan-card {
background-color: #f39e58;
}
.lwc-icon-standard-note {
background-color: #e6d478;
}
.lwc-icon-standard-buyer-group {
background-color: #04844b;
}
.lwc-icon-standard-opportunity {
background-color: #fcb95b;
}
.lwc-icon-standard-news {
background-color: #7f8de1;
}
.lwc-icon-standard-display-rich-text {
background-color: #969492;
}
.lwc-icon-standard-strategy {
background-color: #4bc071;
}
.lwc-icon-standard-call-history {
background-color: #f2cf5b;
}
.lwc-icon-standard-report {
background-color: #2ecbbe;
}
.lwc-icon-standard-groups {
background-color: #779ef2;
}
.lwc-icon-standard-dashboard {
background-color: #ef6e64;
}
.lwc-icon-standard-generic-loading {
background-color: #b8c3ce;
}
.lwc-icon-standard-number-input {
background-color: #969492;
}
.lwc-icon-standard-address {
background-color: #4bc076;
}
.lwc-icon-standard-entity-milestone {
background-color: #f49756;
}
.lwc-icon-standard-wealth-management {
background-color: #00d2be;
}
.lwc-icon-standard-customers {
background-color: #0eb58a;
}
.lwc-icon-standard-story {
background-color: #54698d;
}
.lwc-icon-standard-service-appointment {
background-color: #7e8be4;
}
.lwc-icon-standard-maintenance-plan {
background-color: #2a739e;
}
.lwc-icon-standard-data-integration-hub {
background-color: #2a739e;
}
.lwc-icon-standard-hierarchy {
background-color: #34becd;
}
.lwc-icon-standard-partner-marketing-budget {
background-color: #0eb58a;
}
.lwc-icon-standard-skill-requirement {
background-color: #fa975c;
}
.lwc-icon-standard-location {
background-color: #4bc076;
}
.lwc-icon-standard-radio-button {
background-color: #969492;
}
.lwc-icon-standard-avatar-loading {
background-color: #b8c3ce;
}
.lwc-icon-standard-article {
background-color: #f2cf5b;
}
.lwc-icon-standard-invocable-action {
background-color: #54698d;
}
.lwc-icon-standard-proposition {
background-color: #3c97dd;
}
.lwc-icon-standard-snippets {
background-color: #0eb58a;
}
.lwc-icon-standard-customer-portal-users {
background-color: #3c97db;
}
.lwc-icon-standard-actions-and-buttons {
background-color: #fcb95b;
}
.lwc-icon-standard-record-update {
background-color: #eb7092;
}
.lwc-icon-standard-shift-type {
background-color: #eb7092;
}
.lwc-icon-standard-log-a-call {
background-color: #48c3cc;
}
.lwc-icon-standard-quotes {
background-color: #88c651;
}
.lwc-icon-standard-question-feed {
background-color: #f2cf5b;
}
.lwc-icon-standard-kanban {
background-color: #3c97dd;
}
.lwc-icon-standard-merge {
background-color: #f2cf5b;
}
.lwc-icon-standard-dataset {
background-color: #b070e6;
}
.lwc-icon-standard-product-consumed {
background-color: #55bc9c;
}
.lwc-icon-standard-canvas {
background-color: #8199af;
}
.lwc-icon-standard-forecasts {
background-color: #6bbd6e;
}
.lwc-icon-standard-relationship {
background-color: #3c97dd;
}
.lwc-icon-standard-service-resource {
background-color: #7e8be4;
}
.lwc-icon-standard-filter {
background-color: #1539ee;
}
.lwc-icon-standard-sales-path {
background-color: #2a739e;
}
.lwc-icon-standard-events {
background-color: #3c97db;
}
.lwc-icon-standard-sms {
background-color: #88c651;
}
.lwc-icon-standard-rtc-presence {
background-color: #47cfd2;
}
.lwc-icon-standard-avatar {
background-color: #62b7ed;
}
.lwc-icon-standard-record-delete {
background-color: #eb7092;
}
.lwc-icon-standard-solution {
background-color: #8fc972;
}
.lwc-icon-standard-partner-fund-claim {
background-color: #0eb58a;
}
.lwc-icon-standard-individual {
background-color: #3c97dd;
}
.lwc-icon-standard-custom-notification {
background-color: #6bb7e4;
}
.lwc-icon-standard-date-input {
background-color: #969492;
}
.lwc-icon-standard-catalog {
background-color: #027e46;
}
.lwc-icon-standard-template {
background-color: #3c97dd;
}
.lwc-icon-standard-shipment {
background-color: #7e8be4;
}
.lwc-icon-standard-event {
background-color: #eb7092;
}
.lwc-icon-standard-insurance {
background-color: #00d2be;
}
.lwc-icon-standard-live-chat-visitor {
background-color: #f68960;
}
.lwc-icon-standard-textarea {
background-color: #969492;
}
.lwc-icon-standard-picklist-type {
background-color: #969492;
}
.lwc-icon-standard-survey {
background-color: #319fd6;
}
.lwc-icon-standard-link {
background-color: #7a9ae6;
}
.lwc-icon-standard-messaging-session {
background-color: #34becd;
}
.lwc-icon-standard-list-email {
background-color: #8baeb5;
}
.lwc-icon-standard-recycle-bin {
background-color: #1589e4;
}
.lwc-icon-standard-document {
background-color: #baac93;
}
.lwc-icon-standard-product-transfer {
background-color: #f88962;
}
.lwc-icon-standard-instore-locations {
background-color: #54698d;
}
.lwc-icon-standard-recent {
background-color: #6ca1e9;
}
.lwc-icon-standard-password {
background-color: #969492;
}
.lwc-icon-standard-branch-merge {
background-color: #e9696e;
}
.lwc-icon-standard-insights {
background-color: #ec94ed;
}
.lwc-icon-standard-dropbox {
background-color: #52aef9;
}
.lwc-icon-standard-file {
background-color: #baac93;
}
.lwc-icon-standard-currency-input {
background-color: #969492;
}
.lwc-icon-standard-variable {
background-color: #54698d;
}
.lwc-icon-standard-team-member {
background-color: #f2cf5b;
}
.lwc-icon-standard-agent-session {
background-color: #f88960;
}
.lwc-icon-standard-group-loading {
background-color: #b8c3ce;
}
.lwc-icon-standard-lead {
background-color: #f88962;
}
.lwc-icon-standard-email {
background-color: #95aec5;
}
.lwc-icon-standard-service-contract {
background-color: #8a76f0;
}
.lwc-icon-standard-decision {
background-color: #ff9a3c;
}
.lwc-icon-standard-snippet {
background-color: #a094ed;
}
.lwc-icon-standard-entitlement-process {
background-color: #7e8be4;
}
.lwc-icon-standard-contact-list {
background-color: #a094ed;
}
.lwc-icon-standard-planogram {
background-color: #3c97dd;
}
.lwc-icon-standard-channel-program-history {
background-color: #0eb58a;
}
.lwc-icon-standard-question-best {
background-color: #f2cf5b;
}
.lwc-icon-standard-collection-variable {
background-color: #54698d;
}
.lwc-icon-standard-sales-value {
background-color: #3c97dd;
}
.lwc-icon-standard-knowledge {
background-color: #ec94ed;
}
.lwc-icon-standard-date-time {
background-color: #969492;
}
.lwc-icon-standard-category {
background-color: #027e46;
}
.lwc-icon-standard-textbox {
background-color: #969492;
}
.lwc-icon-standard-lead-insights {
background-color: #22b0e6;
}
.lwc-icon-standard-waits {
background-color: #ff9a3c;
}
.lwc-icon-standard-concur {
background-color: #4cc3c7;
}
.lwc-icon-standard-feed {
background-color: #62b7ed;
}
.lwc-icon-standard-sort {
background-color: #1539ee;
}
.lwc-icon-standard-messaging-conversation {
background-color: #34becd;
}
.lwc-icon-standard-service-report {
background-color: #7e8be4;
}
.lwc-icon-standard-iot-context {
background-color: #2a739e;
}
.lwc-icon-standard-call {
background-color: #f2cf5b;
}
.lwc-icon-standard-stage {
background-color: #ff9a3c;
}
.lwc-icon-standard-sales-cadence {
background-color: #54698d;
}
.lwc-icon-standard-product-request-line-item {
background-color: #88c651;
}
.lwc-icon-standard-return-order-line-item {
background-color: #009688;
}
.lwc-icon-standard-chart {
background-color: #1fcaa0;
}
.lwc-icon-standard-quick-text {
background-color: #62b7e5;
}
.lwc-icon-standard-home {
background-color: #ef7ead;
}
.lwc-icon-standard-sossession {
background-color: #54698d;
}
.lwc-icon-standard-stage-collection {
background-color: #ff9a3c;
}
.lwc-icon-standard-product-request {
background-color: #88c651;
}
.lwc-icon-standard-logging {
background-color: #00a1df;
}
.lwc-icon-standard-assigned-resource {
background-color: #45c173;
}
.lwc-icon-standard-return-order {
background-color: #009688;
}
.lwc-icon-standard-poll {
background-color: #699be1;
}
.lwc-icon-standard-household {
background-color: #00afa0;
}
.lwc-icon_unset {
background-color: unset;
color: unset;
}
.lwc-icon-action.lwc-icon_x-large {
padding: 0.625rem;
}
.lwc-icon-action.lwc-icon_large {
padding: 0.5rem;
}
.lwc-icon-action.lwc-icon_medium {
padding: 0.375rem;
}
.lwc-icon-action.lwc-icon_small {
padding: 0.312rem;
}
.lwc-icon-action.lwc-icon_x-small {
padding: 0.188rem;
}
.lwc-icon-action.lwc-icon_xx-small {
padding: 0.125rem;
}
.lwc-icon-standard.lwc-icon_x-small {
border-radius: 0.125rem;
}
.lwc-icon-standard.lwc-icon_xx-small {
border-radius: 0.125rem;
}
.lwc-icon_x-large {
--lwc-c-icon-size: 4rem;
}
.lwc-icon_large {
--lwc-c-icon-size: 3rem;
}
.lwc-icon_medium {
--lwc-c-icon-size: 2rem;
}
.lwc-icon_small {
--lwc-c-icon-size: 1.5rem;
}
.lwc-icon_x-small {
--lwc-c-icon-size: 1rem;
}
.lwc-icon_xx-small {
--lwc-c-icon-size: 0.75rem;
}
.lwc-icon_success {
color: var(--lwc-c-icon-color-success, #027e46);
}
.lwc-icon_warning {
color: var(--lwc-c-icon-color-warning, #ffb75d);
}
.lwc-icon_error {
color: var(--lwc-c-icon-color-error, #c23934);
}
.lwc-icon_muted {
color: var(--lwc-c-icon-color-muted, #b0adab);
}
.lwc-icon-boundary {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: var(--lwc-c-icon-spacing-vertical-start, 0);
margin-right: var(--lwc-c-icon-spacing-horizontal-end, 0);
margin-bottom: var(--lwc-c-icon-spacing-vertical-end, 0);
margin-left: var(--lwc-c-icon-spacing-horizontal-start, 0);
}
.lwc-icon-boundary_x-large {
width: 3.875rem;
height: 3.875rem;
}
.lwc-icon-boundary_large {
width: 2.875rem;
height: 2.875rem;
}
.lwc-icon-boundary_medium {
width: 1.875rem;
height: 1.875rem;
}
.lwc-icon-boundary_small {
width: 1.375rem;
height: 1.375rem;
}
.lwc-icon-boundary_x-small {
width: 0.875rem;
height: 0.875rem;
}
.lwc-svg {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
fill: var(--lwc-c-icon-primitive-color, currentColor);
}
|
src/sds/icon/index.css
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
:host {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-ms-flex-negative: 0;
flex-shrink: 0;
--lwc-c-icon-action-sprite: "/_slds/icons/action-sprite/svg/symbols.svg";
--lwc-c-icon-action-sprite-rtl: "/_slds/icons/action-sprite/svg/symbols_rtl.svg";
--lwc-c-icon-custom-sprite: "/_slds/icons/custom-sprite/svg/symbols.svg";
--lwc-c-icon-custom-sprite-rtl: "/_slds/icons/custom-sprite/svg/symbols_rtl.svg";
--lwc-c-icon-doctype-sprite: "/_slds/icons/doctype-sprite/svg/symbols.svg";
--lwc-c-icon-doctype-sprite-rtl: "/_slds/icons/doctype-sprite/svg/symbols_rtl.svg";
--lwc-c-icon-standard-sprite: "/_slds/icons/standard-sprite/svg/symbols.svg";
--lwc-c-icon-standard-sprite-rtl: "/_slds/icons/standard-sprite/svg/symbols_rtl.svg";
--lwc-c-icon-utility-sprite: "/_slds/icons/utility-sprite/svg/symbols.svg";
--lwc-c-icon-utility-sprite-rtl: "/_slds/icons/utility-sprite/svg/symbols_rtl.svg";
}
.lwc-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-ms-flex-negative: 0;
flex-shrink: 0;
width: var(--lwc-c-icon-size, 1rem);
height: var(--lwc-c-icon-size, 1rem);
color: var(--lwc-c-icon-color, #706e6b);
border-radius: var(--lwc-c-icon-radius, 0.25rem);
vertical-align: middle;
-webkit-transform: var(--lwc-c-icon-transform, none);
transform: var(--lwc-c-icon-transform, none);
}
[class*="lwc-icon-action"],
[class*="lwc-icon-custom"],
[class*="lwc-icon-standard"],
[class*="lwc-icon-doctype"] {
width: var(--lwc-c-icon-size, 1.5rem);
height: var(--lwc-c-icon-size, 1.5rem);
}
[class*="lwc-icon-action"],
[class*="lwc-icon-custom"],
[class*="lwc-icon-standard"] {
background: #54698d;
color: var(--lwc-c-icon-color, white);
}
[class*="lwc-icon-action"] {
border-radius: 50%;
padding: 0.375rem;
vertical-align: bottom;
}
.lwc-icon-action-new-custom18 {
background-color: #4dca76;
}
.lwc-icon-action-new-custom29 {
background-color: #bdd25f;
}
.lwc-icon-action-edit-groups {
background-color: #34becd;
}
.lwc-icon-action-new-custom9 {
background-color: #6b9ee2;
}
.lwc-icon-action-log-a-call {
background-color: #48c3cc;
}
.lwc-icon-action-new-custom19 {
background-color: #3abeb1;
}
.lwc-icon-action-filter {
background-color: #fd90b5;
}
.lwc-icon-action-user-activation {
background-color: #54698d;
}
.lwc-icon-action-opportunity-competitor {
background-color: #fcb95b;
}
.lwc-icon-action-canvas {
background-color: #8199af;
}
.lwc-icon-action-change-record-type {
background-color: #54698d;
}
.lwc-icon-action-new-notebook {
background-color: #e6d478;
}
.lwc-icon-action-docusign {
background-color: #5080db;
}
.lwc-icon-action-share-link {
background-color: #7a9ae6;
}
.lwc-icon-action-add-file {
background-color: #7e8be4;
}
.lwc-icon-action-edit-relationship {
background-color: #1dccbf;
}
.lwc-icon-action-notebook {
background-color: #e6d478;
}
.lwc-icon-action-new-lead {
background-color: #f88962;
}
.lwc-icon-action-new-custom-object {
background-color: #a7d44d;
}
.lwc-icon-action-new-account {
background-color: #7f8de1;
}
.lwc-icon-action-question-post-action {
background-color: #32af5c;
}
.lwc-icon-action-share-file {
background-color: #baac93;
}
.lwc-icon-action-default-custom-object {
background-color: #8199af;
}
.lwc-icon-action-opportunity-team-member {
background-color: #fcb95b;
}
.lwc-icon-action-add-photo-video {
background-color: #00cdc0;
}
.lwc-icon-action-sort {
background-color: #fab9a5;
}
.lwc-icon-action-call {
background-color: #1fcaa0;
}
.lwc-icon-action-concur {
background-color: #4cc3c7;
}
.lwc-icon-action-reject {
background-color: #00c6b7;
}
.lwc-icon-action-share-poll {
background-color: #699be1;
}
.lwc-icon-action-following {
background-color: #7dcf64;
}
.lwc-icon-action-defer {
background-color: #ef7ead;
}
.lwc-icon-action-opportunity-line-item {
background-color: #fcb95b;
}
.lwc-icon-action-social-post {
background-color: #ea74a2;
}
.lwc-icon-action-share-post {
background-color: #65cae4;
}
.lwc-icon-action-view-relationship {
background-color: #3c97dd;
}
.lwc-icon-action-upload {
background-color: #54698d;
}
.lwc-icon-action-remove-relationship {
background-color: #ef6e64;
}
.lwc-icon-action-freeze-user {
background-color: #54698d;
}
.lwc-icon-action-new-person-account {
background-color: #7f8de1;
}
.lwc-icon-action-bug {
background-color: #ef6e5d;
}
.lwc-icon-action-apex {
background-color: #696e71;
}
.lwc-icon-action-new-opportunity {
background-color: #fcb95b;
}
.lwc-icon-action-fallback {
background-color: #9895ee;
}
.lwc-icon-action-dial-in {
background-color: #8b9ae3;
}
.lwc-icon-action-approval {
background-color: #00c6b7;
}
.lwc-icon-action-change-owner {
background-color: #54698d;
}
.lwc-icon-action-new-task {
background-color: #4bc076;
}
.lwc-icon-action-priority {
background-color: #fbb439;
}
.lwc-icon-action-remove {
background-color: #54698d;
}
.lwc-icon-action-web-link {
background-color: #56aadf;
}
.lwc-icon-action-leave-group {
background-color: #f39e58;
}
.lwc-icon-action-manage-perm-sets {
background-color: #54698d;
}
.lwc-icon-action-close {
background-color: #ef6e64;
}
.lwc-icon-action-google-news {
background-color: #f5675b;
}
.lwc-icon-action-announcement {
background-color: #fe8f60;
}
.lwc-icon-action-back {
background-color: #0dc2d9;
}
.lwc-icon-action-new-custom90 {
background-color: #22a48a;
}
.lwc-icon-action-download {
background-color: #54698d;
}
.lwc-icon-action-new-custom80 {
background-color: #659ad5;
}
.lwc-icon-action-new-custom91 {
background-color: #bf7b66;
}
.lwc-icon-action-search {
background-color: #48adeb;
}
.lwc-icon-action-new-event {
background-color: #eb7092;
}
.lwc-icon-action-new-custom70 {
background-color: #e769b4;
}
.lwc-icon-action-new-custom81 {
background-color: #da627f;
}
.lwc-icon-action-new-custom92 {
background-color: #517e82;
}
.lwc-icon-action-refresh {
background-color: #54698d;
}
.lwc-icon-action-share-thanks {
background-color: #e9696e;
}
.lwc-icon-action-update {
background-color: #81b4d6;
}
.lwc-icon-action-email {
background-color: #95aec5;
}
.lwc-icon-action-join-group {
background-color: #779ef2;
}
.lwc-icon-action-new-custom60 {
background-color: #bf5a88;
}
.lwc-icon-action-new-custom71 {
background-color: #e36ee3;
}
.lwc-icon-action-new-custom82 {
background-color: #d15b97;
}
.lwc-icon-action-new-custom93 {
background-color: #904d4c;
}
.lwc-icon-action-edit {
background-color: #1dccbf;
}
.lwc-icon-action-quote {
background-color: #88c651;
}
.lwc-icon-action-dropbox {
background-color: #52aef9;
}
.lwc-icon-action-description {
background-color: #7dc37d;
}
.lwc-icon-action-map {
background-color: #76c6ee;
}
.lwc-icon-action-user {
background-color: #65cae4;
}
.lwc-icon-action-reset-password {
background-color: #5<PASSWORD>;
}
.lwc-icon-action-new-custom50 {
background-color: #49bcd3;
}
.lwc-icon-action-new-custom61 {
background-color: #f57376;
}
.lwc-icon-action-new-custom72 {
background-color: #8d9bfb;
}
.lwc-icon-action-new-custom83 {
background-color: #e7806f;
}
.lwc-icon-action-new-custom94 {
background-color: #439cba;
}
.lwc-icon-action-clone {
background-color: #6ca1e9;
}
.lwc-icon-action-script {
background-color: #0070d2;
}
.lwc-icon-action-delete {
background-color: #e6717c;
}
.lwc-icon-action-new-custom40 {
background-color: #83c75e;
}
.lwc-icon-action-new-custom51 {
background-color: #d8c760;
}
.lwc-icon-action-new-custom62 {
background-color: #6b92dc;
}
.lwc-icon-action-new-custom73 {
background-color: #679ef0;
}
.lwc-icon-action-new-custom84 {
background-color: #f6707b;
}
.lwc-icon-action-new-custom95 {
background-color: #8bcf6a;
}
.lwc-icon-action-share {
background-color: #54698d;
}
.lwc-icon-action-new-custom30 {
background-color: #f59f71;
}
.lwc-icon-action-new-custom41 {
background-color: #43b5b5;
}
.lwc-icon-action-new-custom52 {
background-color: #ee8e6f;
}
.lwc-icon-action-new-custom63 {
background-color: #7ccf60;
}
.lwc-icon-action-new-custom74 {
background-color: #41c8a0;
}
.lwc-icon-action-new-custom85 {
background-color: #f26891;
}
.lwc-icon-action-new-custom96 {
background-color: #6d9de3;
}
.lwc-icon-action-log-event {
background-color: #6ca1e9;
}
.lwc-icon-action-new-group {
background-color: #83b6ff;
}
.lwc-icon-action-new-custom20 {
background-color: #48c7c8;
}
.lwc-icon-action-new-custom31 {
background-color: #eb687f;
}
.lwc-icon-action-new-custom42 {
background-color: #cfd05b;
}
.lwc-icon-action-info {
background-color: #54698d;
}
.lwc-icon-action-new-custom53 {
background-color: #f36e83;
}
.lwc-icon-action-new-custom64 {
background-color: #618fd8;
}
.lwc-icon-action-new-custom75 {
background-color: #cd9f65;
}
.lwc-icon-action-new-custom86 {
background-color: #e260ab;
}
.lwc-icon-action-flow {
background-color: #0079bc;
}
.lwc-icon-action-new-custom97 {
background-color: #dd6085;
}
.lwc-icon-action-submit-for-approval {
background-color: #50cc7a;
}
.lwc-icon-action-new {
background-color: #33bce7;
}
.lwc-icon-action-new-campaign {
background-color: #f49756;
}
.lwc-icon-action-new-custom10 {
background-color: #6488e3;
}
.lwc-icon-action-new-custom21 {
background-color: #8a7aed;
}
.lwc-icon-action-new-custom32 {
background-color: #38c393;
}
.lwc-icon-action-new-custom43 {
background-color: #7f93f9;
}
.lwc-icon-action-new-custom54 {
background-color: #ea70b1;
}
.lwc-icon-action-new-custom65 {
background-color: #f279ab;
}
.lwc-icon-action-new-custom76 {
background-color: #db6d7a;
}
.lwc-icon-action-new-custom87 {
background-color: #d876e5;
}
.lwc-icon-action-new-custom98 {
background-color: #e1be5c;
}
.lwc-icon-action-new-case {
background-color: #f2cf5b;
}
.lwc-icon-action-new-custom100 {
background-color: #e15d76;
}
.lwc-icon-action-new-custom1 {
background-color: #ff7b84;
}
.lwc-icon-action-new-contact {
background-color: #a094ed;
}
.lwc-icon-action-office-365 {
background-color: #ff8041;
}
.lwc-icon-action-new-custom11 {
background-color: #8784ea;
}
.lwc-icon-action-new-custom22 {
background-color: #8b85f9;
}
.lwc-icon-action-new-custom33 {
background-color: #97cf5d;
}
.lwc-icon-action-new-custom44 {
background-color: #c8ca58;
}
.lwc-icon-action-new-custom55 {
background-color: #d66ee0;
}
.lwc-icon-action-new-custom66 {
background-color: #d8be5f;
}
.lwc-icon-action-new-custom77 {
background-color: #b55d5b;
}
.lwc-icon-action-new-custom88 {
background-color: #996fe6;
}
.lwc-icon-action-new-custom99 {
background-color: #f0856e;
}
.lwc-icon-action-add-contact {
background-color: #a094ed;
}
.lwc-icon-action-evernote {
background-color: #86c86f;
}
.lwc-icon-action-new-custom2 {
background-color: #cfd05c;
}
.lwc-icon-action-lead-convert {
background-color: #f88962;
}
.lwc-icon-action-new-custom12 {
background-color: #dc71d1;
}
.lwc-icon-action-new-custom23 {
background-color: #b070e6;
}
.lwc-icon-action-new-custom34 {
background-color: #d58a6a;
}
.lwc-icon-action-new-custom45 {
background-color: #d95879;
}
.lwc-icon-action-new-custom56 {
background-color: #718deb;
}
.lwc-icon-action-new-custom67 {
background-color: #f87d76;
}
.lwc-icon-action-recall {
background-color: #4a698d;
}
.lwc-icon-action-new-custom78 {
background-color: #5a95dd;
}
.lwc-icon-action-new-custom89 {
background-color: #3e99be;
}
.lwc-icon-action-follow {
background-color: #31b9f8;
}
.lwc-icon-action-record {
background-color: #7dc37d;
}
.lwc-icon-action-new-custom3 {
background-color: #ecb46c;
}
.lwc-icon-action-new-note {
background-color: #e6d478;
}
.lwc-icon-action-new-custom13 {
background-color: #df6184;
}
.lwc-icon-action-new-custom24 {
background-color: #e56798;
}
.lwc-icon-action-new-custom35 {
background-color: #e9637e;
}
.lwc-icon-action-new-custom46 {
background-color: #67a5e7;
}
.lwc-icon-action-new-custom57 {
background-color: #5a9cdd;
}
.lwc-icon-action-new-custom68 {
background-color: #f26979;
}
.lwc-icon-action-new-custom79 {
background-color: #8ed363;
}
.lwc-icon-action-new-child-case {
background-color: #fa975c;
}
.lwc-icon-action-new-custom4 {
background-color: #e1d951;
}
.lwc-icon-action-new-custom14 {
background-color: #3cc2b3;
}
.lwc-icon-action-new-custom25 {
background-color: #e46fbe;
}
.lwc-icon-action-new-custom36 {
background-color: #d472d4;
}
.lwc-icon-action-new-custom47 {
background-color: #5fcc64;
}
.lwc-icon-action-new-custom58 {
background-color: #34b59d;
}
.lwc-icon-action-new-custom69 {
background-color: #ed6387;
}
.lwc-icon-action-new-custom5 {
background-color: #9fdb66;
}
.lwc-icon-action-goal {
background-color: #56aadf;
}
.lwc-icon-action-new-custom15 {
background-color: #f77e75;
}
.lwc-icon-action-new-custom26 {
background-color: #7698f0;
}
.lwc-icon-action-new-custom37 {
background-color: #8c89f2;
}
.lwc-icon-action-new-custom48 {
background-color: #ef697f;
}
.lwc-icon-action-new-custom59 {
background-color: #e3d067;
}
.lwc-icon-action-new-custom6 {
background-color: #54c473;
}
.lwc-icon-action-log-this-event {
background-color: #eb7092;
}
.lwc-icon-action-new-custom16 {
background-color: #e9af67;
}
.lwc-icon-action-new-custom27 {
background-color: #5ab0d2;
}
.lwc-icon-action-new-custom38 {
background-color: #53b6d7;
}
.lwc-icon-action-new-custom49 {
background-color: #e25c80;
}
.lwc-icon-action-new-custom7 {
background-color: #6a89e5;
}
.lwc-icon-action-more {
background-color: #62b7ed;
}
.lwc-icon-action-add-relationship {
background-color: #62b7ed;
}
.lwc-icon-action-new-custom17 {
background-color: #acd360;
}
.lwc-icon-action-new-custom28 {
background-color: #89c059;
}
.lwc-icon-action-new-custom39 {
background-color: #4fbe75;
}
.lwc-icon-action-password-unlock {
background-color: #54698d;
}
.lwc-icon-action-check {
background-color: #54698d;
}
.lwc-icon-action-update-status {
background-color: #1ec7be;
}
.lwc-icon-action-preview {
background-color: #7f8de1;
}
.lwc-icon-action-new-custom8 {
background-color: #50ceb9;
}
.lwc-icon-custom-110 {
background-color: #f28b00;
}
.lwc-icon-custom-100 {
background-color: #e15d76;
}
.lwc-icon-custom-111 {
background-color: #f28b00;
}
.lwc-icon-custom-1 {
background-color: #ff7b84;
}
.lwc-icon-custom-101 {
background-color: #f28b00;
}
.lwc-icon-custom-112 {
background-color: #f28b00;
}
.lwc-icon-custom-2 {
background-color: #cfd05c;
}
.lwc-icon-custom-102 {
background-color: #f28b00;
}
.lwc-icon-custom-113 {
background-color: #f28b00;
}
.lwc-icon-custom-90 {
background-color: #22a48a;
}
.lwc-icon-custom-3 {
background-color: #ecb46c;
}
.lwc-icon-custom-103 {
background-color: #f28b00;
}
.lwc-icon-custom-80 {
background-color: #659ad5;
}
.lwc-icon-custom-91 {
background-color: #bf7b66;
}
.lwc-icon-custom-4 {
background-color: #e1d951;
}
.lwc-icon-custom-104 {
background-color: #f28b00;
}
.lwc-icon-custom-70 {
background-color: #e769b4;
}
.lwc-icon-custom-81 {
background-color: #da627f;
}
.lwc-icon-custom-92 {
background-color: #517e82;
}
.lwc-icon-custom-5 {
background-color: #9fdb66;
}
.lwc-icon-custom-105 {
background-color: #f28b00;
}
.lwc-icon-custom-60 {
background-color: #bf5a88;
}
.lwc-icon-custom-71 {
background-color: #e36ee3;
}
.lwc-icon-custom-82 {
background-color: #d15b97;
}
.lwc-icon-custom-93 {
background-color: #904d4c;
}
.lwc-icon-custom-6 {
background-color: #54c473;
}
.lwc-icon-custom-106 {
background-color: #f28b00;
}
.lwc-icon-custom-50 {
background-color: #49bcd3;
}
.lwc-icon-custom-61 {
background-color: #f57376;
}
.lwc-icon-custom-72 {
background-color: #8d9bfb;
}
.lwc-icon-custom-83 {
background-color: #e7806f;
}
.lwc-icon-custom-94 {
background-color: #439cba;
}
.lwc-icon-custom-7 {
background-color: #6a89e5;
}
.lwc-icon-custom-107 {
background-color: #f28b00;
}
.lwc-icon-custom-40 {
background-color: #83c75e;
}
.lwc-icon-custom-51 {
background-color: #d8c760;
}
.lwc-icon-custom-62 {
background-color: #6b92dc;
}
.lwc-icon-custom-73 {
background-color: #679ef0;
}
.lwc-icon-custom-84 {
background-color: #f6707b;
}
.lwc-icon-custom-95 {
background-color: #8bcf6a;
}
.lwc-icon-custom-8 {
background-color: #50ceb9;
}
.lwc-icon-custom-108 {
background-color: #f28b00;
}
.lwc-icon-custom-30 {
background-color: #f59f71;
}
.lwc-icon-custom-41 {
background-color: #43b5b5;
}
.lwc-icon-custom-52 {
background-color: #ee8e6f;
}
.lwc-icon-custom-63 {
background-color: #7ccf60;
}
.lwc-icon-custom-74 {
background-color: #41c8a0;
}
.lwc-icon-custom-85 {
background-color: #f26891;
}
.lwc-icon-custom-96 {
background-color: #6d9de3;
}
.lwc-icon-custom-9 {
background-color: #6b9ee2;
}
.lwc-icon-custom-109 {
background-color: #f28b00;
}
.lwc-icon-custom-20 {
background-color: #48c7c8;
}
.lwc-icon-custom-31 {
background-color: #eb687f;
}
.lwc-icon-custom-42 {
background-color: #cfd05b;
}
.lwc-icon-custom-53 {
background-color: #f36e83;
}
.lwc-icon-custom-64 {
background-color: #618fd8;
}
.lwc-icon-custom-75 {
background-color: #cd9f65;
}
.lwc-icon-custom-86 {
background-color: #e260ab;
}
.lwc-icon-custom-97 {
background-color: #dd6085;
}
.lwc-icon-custom-10 {
background-color: #6488e3;
}
.lwc-icon-custom-21 {
background-color: #8a7aed;
}
.lwc-icon-custom-32 {
background-color: #38c393;
}
.lwc-icon-custom-43 {
background-color: #7f93f9;
}
.lwc-icon-custom-54 {
background-color: #ea70b1;
}
.lwc-icon-custom-65 {
background-color: #f279ab;
}
.lwc-icon-custom-76 {
background-color: #db6d7a;
}
.lwc-icon-custom-87 {
background-color: #d876e5;
}
.lwc-icon-custom-98 {
background-color: #e1be5c;
}
.lwc-icon-custom-11 {
background-color: #8784ea;
}
.lwc-icon-custom-22 {
background-color: #8b85f9;
}
.lwc-icon-custom-33 {
background-color: #97cf5d;
}
.lwc-icon-custom-44 {
background-color: #c8ca58;
}
.lwc-icon-custom-55 {
background-color: #d66ee0;
}
.lwc-icon-custom-66 {
background-color: #d8be5f;
}
.lwc-icon-custom-77 {
background-color: #b55d5b;
}
.lwc-icon-custom-88 {
background-color: #996fe6;
}
.lwc-icon-custom-99 {
background-color: #f0856e;
}
.lwc-icon-custom-12 {
background-color: #dc71d1;
}
.lwc-icon-custom-23 {
background-color: #b070e6;
}
.lwc-icon-custom-34 {
background-color: #d58a6a;
}
.lwc-icon-custom-45 {
background-color: #d95879;
}
.lwc-icon-custom-56 {
background-color: #718deb;
}
.lwc-icon-custom-67 {
background-color: #f87d76;
}
.lwc-icon-custom-78 {
background-color: #5a95dd;
}
.lwc-icon-custom-89 {
background-color: #3e99be;
}
.lwc-icon-custom-13 {
background-color: #df6184;
}
.lwc-icon-custom-24 {
background-color: #e56798;
}
.lwc-icon-custom-35 {
background-color: #e9637e;
}
.lwc-icon-custom-46 {
background-color: #67a5e7;
}
.lwc-icon-custom-57 {
background-color: #5a9cdd;
}
.lwc-icon-custom-68 {
background-color: #f26979;
}
.lwc-icon-custom-79 {
background-color: #8ed363;
}
.lwc-icon-custom-14 {
background-color: #3cc2b3;
}
.lwc-icon-custom-25 {
background-color: #e46fbe;
}
.lwc-icon-custom-36 {
background-color: #d472d4;
}
.lwc-icon-custom-47 {
background-color: #5fcc64;
}
.lwc-icon-custom-58 {
background-color: #34b59d;
}
.lwc-icon-custom-69 {
background-color: #ed6387;
}
.lwc-icon-custom-15 {
background-color: #f77e75;
}
.lwc-icon-custom-26 {
background-color: #7698f0;
}
.lwc-icon-custom-37 {
background-color: #8c89f2;
}
.lwc-icon-custom-48 {
background-color: #ef697f;
}
.lwc-icon-custom-59 {
background-color: #e3d067;
}
.lwc-icon-custom-16 {
background-color: #e9af67;
}
.lwc-icon-custom-27 {
background-color: #5ab0d2;
}
.lwc-icon-custom-38 {
background-color: #53b6d7;
}
.lwc-icon-custom-49 {
background-color: #e25c80;
}
.lwc-icon-custom-17 {
background-color: #acd360;
}
.lwc-icon-custom-28 {
background-color: #89c059;
}
.lwc-icon-custom-39 {
background-color: #4fbe75;
}
.lwc-icon-custom-18 {
background-color: #4dca76;
}
.lwc-icon-custom-29 {
background-color: #bdd25f;
}
.lwc-icon-custom-19 {
background-color: #3abeb1;
}
.lwc-icon-standard-contact {
background-color: #a094ed;
}
.lwc-icon-standard-multi-select-checkbox {
background-color: #969492;
}
.lwc-icon-standard-work-order {
background-color: #50e3c2;
}
.lwc-icon-standard-post {
background-color: #65cae4;
}
.lwc-icon-standard-global-constant {
background-color: #54698d;
}
.lwc-icon-standard-carousel {
background-color: #6bbd6e;
}
.lwc-icon-standard-resource-skill {
background-color: #45c173;
}
.lwc-icon-standard-system-and-global-variable {
background-color: #54698d;
}
.lwc-icon-standard-goals {
background-color: #56aadf;
}
.lwc-icon-standard-investment-account {
background-color: #4bc076;
}
.lwc-icon-standard-store {
background-color: #04844b;
}
.lwc-icon-standard-output {
background-color: #439cba;
}
.lwc-icon-standard-store-group {
background-color: #3c97dd;
}
.lwc-icon-standard-all {
background-color: #54698d;
}
.lwc-icon-standard-picklist-choice {
background-color: #54698d;
}
.lwc-icon-standard-choice {
background-color: #54698d;
}
.lwc-icon-standard-app {
background-color: #fcb95b;
}
.lwc-icon-standard-default {
background-color: #8199af;
}
.lwc-icon-standard-case-milestone {
background-color: #f2cf5b;
}
.lwc-icon-standard-today {
background-color: #ef7ead;
}
.lwc-icon-standard-buyer-account {
background-color: #04844b;
}
.lwc-icon-standard-lead-list {
background-color: #f88962;
}
.lwc-icon-standard-shift {
background-color: #eb7092;
}
.lwc-icon-standard-product-item-transaction {
background-color: #f88962;
}
.lwc-icon-standard-apex {
background-color: #54698d;
}
.lwc-icon-standard-answer-private {
background-color: #f2cf5b;
}
.lwc-icon-standard-opportunity-contact-role {
background-color: #7e8be4;
}
.lwc-icon-standard-retail-banking-console {
background-color: #00afa0;
}
.lwc-icon-standard-channel-program-members {
background-color: #0eb58a;
}
.lwc-icon-standard-apps-admin {
background-color: #9895ee;
}
.lwc-icon-standard-datadotcom {
background-color: #1589ee;
}
.lwc-icon-standard-settings {
background-color: #04844b;
}
.lwc-icon-standard-product-item {
background-color: #769ed9;
}
.lwc-icon-standard-metrics {
background-color: #56aadf;
}
.lwc-icon-standard-topic2 {
background-color: #56aad0;
}
.lwc-icon-standard-partner-fund-allocation {
background-color: #0eb58a;
}
.lwc-icon-standard-approval {
background-color: #50cc7a;
}
.lwc-icon-standard-work-queue {
background-color: #54698d;
}
.lwc-icon-standard-iot-orchestrations {
background-color: #2a739e;
}
.lwc-icon-standard-visualforce-page {
background-color: #fcb95b;
}
.lwc-icon-standard-person-account {
background-color: #7f8de1;
}
.lwc-icon-standard-entity {
background-color: #f88962;
}
.lwc-icon-standard-service-territory-location {
background-color: #7e8be4;
}
.lwc-icon-standard-entitlement-policy {
background-color: #04844b;
}
.lwc-icon-standard-order-item {
background-color: #769ed3;
}
.lwc-icon-standard-read-receipts {
background-color: #4bc076;
}
.lwc-icon-standard-javascript-button {
background-color: #fcb95b;
}
.lwc-icon-standard-maintenance-asset {
background-color: #2a739e;
}
.lwc-icon-standard-loop {
background-color: #ff9a3c;
}
.lwc-icon-standard-portal-roles-and-subordinates {
background-color: #7a9ae6;
}
.lwc-icon-standard-work-capacity-limit {
background-color: #0079bc;
}
.lwc-icon-standard-constant {
background-color: #54698d;
}
.lwc-icon-standard-marketing-actions {
background-color: #6bbd6e;
}
.lwc-icon-standard-case-transcript {
background-color: #f2cf5b;
}
.lwc-icon-standard-timesheet-entry {
background-color: #7dc37d;
}
.lwc-icon-standard-multi-picklist {
background-color: #969492;
}
.lwc-icon-standard-visit-templates {
background-color: #3c97dd;
}
.lwc-icon-standard-task {
background-color: #4bc076;
}
.lwc-icon-standard-answer-best {
background-color: #f2cf5b;
}
.lwc-icon-standard-orders {
background-color: #769ed9;
}
.lwc-icon-standard-past-chat {
background-color: #f88960;
}
.lwc-icon-standard-feedback {
background-color: #6da1ea;
}
.lwc-icon-standard-action-list-component {
background-color: #5876a3;
}
.lwc-icon-standard-opportunity-splits {
background-color: #fcb95b;
}
.lwc-icon-standard-messaging-user {
background-color: #34becd;
}
.lwc-icon-standard-trailhead {
background-color: #032e61;
}
.lwc-icon-standard-entitlements {
background-color: #b781d3;
}
.lwc-icon-standard-formula {
background-color: #54698d;
}
.lwc-icon-standard-case-log-a-call {
background-color: #f2cf5b;
}
.lwc-icon-standard-thanks-loading {
background-color: #b8c3ce;
}
.lwc-icon-standard-service-appointment-capacity-usage {
background-color: #0079bc;
}
.lwc-icon-standard-channel-program-levels {
background-color: #0eb58a;
}
.lwc-icon-standard-letterhead {
background-color: #3c97dd;
}
.lwc-icon-standard-email-chatter {
background-color: #f2cf5b;
}
.lwc-icon-standard-announcement {
background-color: #62b7ed;
}
.lwc-icon-standard-bot {
background-color: #54698f;
}
.lwc-icon-standard-macros {
background-color: #47cfd2;
}
.lwc-icon-standard-dashboard-ea {
background-color: #7e8be4;
}
.lwc-icon-standard-job-profile {
background-color: #eb7092;
}
.lwc-icon-standard-steps {
background-color: #54698d;
}
.lwc-icon-standard-asset-relationship {
background-color: #fa975c;
}
.lwc-icon-standard-high-velocity-sales {
background-color: #47cfc9;
}
.lwc-icon-standard-brand {
background-color: #7e8be4;
}
.lwc-icon-standard-visits {
background-color: #3c97dd;
}
.lwc-icon-standard-coaching {
background-color: #f67594;
}
.lwc-icon-standard-record-lookup {
background-color: #eb7092;
}
.lwc-icon-standard-lightning-component {
background-color: #969492;
}
.lwc-icon-standard-search {
background-color: #62b7ed;
}
.lwc-icon-standard-connected-apps {
background-color: #9895ee;
}
.lwc-icon-standard-work-type-group {
background-color: #0079bc;
}
.lwc-icon-standard-education {
background-color: #3c97dd;
}
.lwc-icon-standard-work-type {
background-color: #54698d;
}
.lwc-icon-standard-environment-hub {
background-color: #54698d;
}
.lwc-icon-standard-cms {
background-color: #88c651;
}
.lwc-icon-standard-salesforce-cms {
background-color: #00a1df;
}
.lwc-icon-standard-thanks {
background-color: #e9696e;
}
.lwc-icon-standard-service-territory-member {
background-color: #7e8be4;
}
.lwc-icon-standard-user-role {
background-color: #8fc96e;
}
.lwc-icon-standard-work-capacity-usage {
background-color: #0079bc;
}
.lwc-icon-standard-record-create {
background-color: #eb7092;
}
.lwc-icon-standard-campaign-members {
background-color: #f49756;
}
.lwc-icon-standard-retail-banking {
background-color: #00d2be;
}
.lwc-icon-standard-portal-roles {
background-color: #fb8950;
}
.lwc-icon-standard-calibration {
background-color: #47cfd2;
}
.lwc-icon-standard-answer-public {
background-color: #f2cf5b;
}
.lwc-icon-standard-display-text {
background-color: #969492;
}
.lwc-icon-standard-unmatched {
background-color: #62b7ed;
}
.lwc-icon-standard-partners {
background-color: #0eb58a;
}
.lwc-icon-standard-email-iq {
background-color: #a094ed;
}
.lwc-icon-standard-service-crew {
background-color: #fa975c;
}
.lwc-icon-standard-voice-call {
background-color: #30c85a;
}
.lwc-icon-standard-resource-capacity {
background-color: #45c173;
}
.lwc-icon-standard-channel-programs {
background-color: #0eb58a;
}
.lwc-icon-standard-quip {
background-color: #d3451d;
}
.lwc-icon-standard-quip-sheet {
background-color: #30c85a;
}
.lwc-icon-standard-timeslot {
background-color: #fab24c;
}
.lwc-icon-standard-live-chat {
background-color: #f88960;
}
.lwc-icon-standard-sobject-collection {
background-color: #54698d;
}
.lwc-icon-standard-user {
background-color: #34becd;
}
.lwc-icon-standard-client {
background-color: #00d2be;
}
.lwc-icon-standard-screen {
background-color: #1589ee;
}
.lwc-icon-standard-portal {
background-color: #aec770;
}
.lwc-icon-standard-partner-fund-request {
background-color: #0eb58a;
}
.lwc-icon-standard-resource-preference {
background-color: #45c173;
}
.lwc-icon-standard-first-non-empty {
background-color: #e9696e;
}
.lwc-icon-standard-customer-360 {
background-color: #032e61;
}
.lwc-icon-standard-resource-absence {
background-color: #45c173;
}
.lwc-icon-standard-text-template {
background-color: #54698d;
}
.lwc-icon-standard-entitlement-template {
background-color: #7e8be4;
}
.lwc-icon-standard-lightning-usage {
background-color: #7e8be4;
}
.lwc-icon-standard-entitlement {
background-color: #7e8be4;
}
.lwc-icon-standard-empty {
background-color: #8199af;
}
.lwc-icon-standard-text {
background-color: #969492;
}
.lwc-icon-standard-delegated-account {
background-color: #04844b;
}
.lwc-icon-standard-fulfillment-order {
background-color: #b9ac91;
}
.lwc-icon-standard-case-email {
background-color: #f2cf5b;
}
.lwc-icon-standard-account {
background-color: #7f8de1;
}
.lwc-icon-standard-assignment {
background-color: #ff9a3c;
}
.lwc-icon-standard-wealth-management-console {
background-color: #00afa0;
}
.lwc-icon-standard-task2 {
background-color: #4bc076;
}
.lwc-icon-standard-code-playground {
background-color: #54698d;
}
.lwc-icon-standard-social {
background-color: #ea74a2;
}
.lwc-icon-standard-endorsement {
background-color: #8b9ae3;
}
.lwc-icon-standard-folder {
background-color: #8b9ae3;
}
.lwc-icon-standard-service-crew-member {
background-color: #7e8be4;
}
.lwc-icon-standard-flow {
background-color: #0079bc;
}
.lwc-icon-standard-omni-supervisor {
background-color: #8a76f0;
}
.lwc-icon-standard-product {
background-color: #b781d3;
}
.lwc-icon-standard-topic {
background-color: #56aadf;
}
.lwc-icon-standard-product-required {
background-color: #ef6e64;
}
.lwc-icon-standard-dynamic-record-choice {
background-color: #54698d;
}
.lwc-icon-standard-process {
background-color: #0079bc;
}
.lwc-icon-standard-people {
background-color: #34becd;
}
.lwc-icon-standard-reward {
background-color: #e9696e;
}
.lwc-icon-standard-performance {
background-color: #f8b156;
}
.lwc-icon-standard-case-comment {
background-color: #f2cf5b;
}
.lwc-icon-standard-sales-channel {
background-color: #2a739e;
}
.lwc-icon-standard-apex-plugin {
background-color: #54698d;
}
.lwc-icon-standard-campaign {
background-color: #f49756;
}
.lwc-icon-standard-contact-request {
background-color: #fb8954;
}
.lwc-icon-standard-business-hours {
background-color: #7dc37d;
}
.lwc-icon-standard-evernote {
background-color: #86c86f;
}
.lwc-icon-standard-service-territory {
background-color: #7e8be4;
}
.lwc-icon-standard-case {
background-color: #f2cf5b;
}
.lwc-icon-standard-currency {
background-color: #969492;
}
.lwc-icon-standard-record {
background-color: #7dc37d;
}
.lwc-icon-standard-queue {
background-color: #54698d;
}
.lwc-icon-standard-contract-line-item {
background-color: #6ec06e;
}
.lwc-icon-standard-skill-entity {
background-color: #8b9ae3;
}
.lwc-icon-standard-skill {
background-color: #fa975c;
}
.lwc-icon-standard-operating-hours {
background-color: #6b9ee2;
}
.lwc-icon-standard-custom {
background-color: #8199af;
}
.lwc-icon-standard-related-list {
background-color: #59bcab;
}
.lwc-icon-standard-bot-training {
background-color: #5876a3;
}
.lwc-icon-standard-case-change-status {
background-color: #f2cf5b;
}
.lwc-icon-standard-insurance-console {
background-color: #00afa0;
}
.lwc-icon-standard-contract {
background-color: #6ec06e;
}
.lwc-icon-standard-sobject {
background-color: #969492;
}
.lwc-icon-standard-sales-cadence-target {
background-color: #54698d;
}
.lwc-icon-standard-photo {
background-color: #d7d1d1;
}
.lwc-icon-standard-apps {
background-color: #3c97dd;
}
.lwc-icon-standard-timesheet {
background-color: #7e8be4;
}
.lwc-icon-standard-drafts {
background-color: #6ca1e9;
}
.lwc-icon-standard-outcome {
background-color: #ff9a3c;
}
.lwc-icon-standard-work-order-item {
background-color: #33a8dc;
}
.lwc-icon-standard-pricebook {
background-color: #b781d3;
}
.lwc-icon-standard-scan-card {
background-color: #f39e58;
}
.lwc-icon-standard-note {
background-color: #e6d478;
}
.lwc-icon-standard-buyer-group {
background-color: #04844b;
}
.lwc-icon-standard-opportunity {
background-color: #fcb95b;
}
.lwc-icon-standard-news {
background-color: #7f8de1;
}
.lwc-icon-standard-display-rich-text {
background-color: #969492;
}
.lwc-icon-standard-strategy {
background-color: #4bc071;
}
.lwc-icon-standard-call-history {
background-color: #f2cf5b;
}
.lwc-icon-standard-report {
background-color: #2ecbbe;
}
.lwc-icon-standard-groups {
background-color: #779ef2;
}
.lwc-icon-standard-dashboard {
background-color: #ef6e64;
}
.lwc-icon-standard-generic-loading {
background-color: #b8c3ce;
}
.lwc-icon-standard-number-input {
background-color: #969492;
}
.lwc-icon-standard-address {
background-color: #4bc076;
}
.lwc-icon-standard-entity-milestone {
background-color: #f49756;
}
.lwc-icon-standard-wealth-management {
background-color: #00d2be;
}
.lwc-icon-standard-customers {
background-color: #0eb58a;
}
.lwc-icon-standard-story {
background-color: #54698d;
}
.lwc-icon-standard-service-appointment {
background-color: #7e8be4;
}
.lwc-icon-standard-maintenance-plan {
background-color: #2a739e;
}
.lwc-icon-standard-data-integration-hub {
background-color: #2a739e;
}
.lwc-icon-standard-hierarchy {
background-color: #34becd;
}
.lwc-icon-standard-partner-marketing-budget {
background-color: #0eb58a;
}
.lwc-icon-standard-skill-requirement {
background-color: #fa975c;
}
.lwc-icon-standard-location {
background-color: #4bc076;
}
.lwc-icon-standard-radio-button {
background-color: #969492;
}
.lwc-icon-standard-avatar-loading {
background-color: #b8c3ce;
}
.lwc-icon-standard-article {
background-color: #f2cf5b;
}
.lwc-icon-standard-invocable-action {
background-color: #54698d;
}
.lwc-icon-standard-proposition {
background-color: #3c97dd;
}
.lwc-icon-standard-snippets {
background-color: #0eb58a;
}
.lwc-icon-standard-customer-portal-users {
background-color: #3c97db;
}
.lwc-icon-standard-actions-and-buttons {
background-color: #fcb95b;
}
.lwc-icon-standard-record-update {
background-color: #eb7092;
}
.lwc-icon-standard-shift-type {
background-color: #eb7092;
}
.lwc-icon-standard-log-a-call {
background-color: #48c3cc;
}
.lwc-icon-standard-quotes {
background-color: #88c651;
}
.lwc-icon-standard-question-feed {
background-color: #f2cf5b;
}
.lwc-icon-standard-kanban {
background-color: #3c97dd;
}
.lwc-icon-standard-merge {
background-color: #f2cf5b;
}
.lwc-icon-standard-dataset {
background-color: #b070e6;
}
.lwc-icon-standard-product-consumed {
background-color: #55bc9c;
}
.lwc-icon-standard-canvas {
background-color: #8199af;
}
.lwc-icon-standard-forecasts {
background-color: #6bbd6e;
}
.lwc-icon-standard-relationship {
background-color: #3c97dd;
}
.lwc-icon-standard-service-resource {
background-color: #7e8be4;
}
.lwc-icon-standard-filter {
background-color: #1539ee;
}
.lwc-icon-standard-sales-path {
background-color: #2a739e;
}
.lwc-icon-standard-events {
background-color: #3c97db;
}
.lwc-icon-standard-sms {
background-color: #88c651;
}
.lwc-icon-standard-rtc-presence {
background-color: #47cfd2;
}
.lwc-icon-standard-avatar {
background-color: #62b7ed;
}
.lwc-icon-standard-record-delete {
background-color: #eb7092;
}
.lwc-icon-standard-solution {
background-color: #8fc972;
}
.lwc-icon-standard-partner-fund-claim {
background-color: #0eb58a;
}
.lwc-icon-standard-individual {
background-color: #3c97dd;
}
.lwc-icon-standard-custom-notification {
background-color: #6bb7e4;
}
.lwc-icon-standard-date-input {
background-color: #969492;
}
.lwc-icon-standard-catalog {
background-color: #027e46;
}
.lwc-icon-standard-template {
background-color: #3c97dd;
}
.lwc-icon-standard-shipment {
background-color: #7e8be4;
}
.lwc-icon-standard-event {
background-color: #eb7092;
}
.lwc-icon-standard-insurance {
background-color: #00d2be;
}
.lwc-icon-standard-live-chat-visitor {
background-color: #f68960;
}
.lwc-icon-standard-textarea {
background-color: #969492;
}
.lwc-icon-standard-picklist-type {
background-color: #969492;
}
.lwc-icon-standard-survey {
background-color: #319fd6;
}
.lwc-icon-standard-link {
background-color: #7a9ae6;
}
.lwc-icon-standard-messaging-session {
background-color: #34becd;
}
.lwc-icon-standard-list-email {
background-color: #8baeb5;
}
.lwc-icon-standard-recycle-bin {
background-color: #1589e4;
}
.lwc-icon-standard-document {
background-color: #baac93;
}
.lwc-icon-standard-product-transfer {
background-color: #f88962;
}
.lwc-icon-standard-instore-locations {
background-color: #54698d;
}
.lwc-icon-standard-recent {
background-color: #6ca1e9;
}
.lwc-icon-standard-password {
background-color: #969492;
}
.lwc-icon-standard-branch-merge {
background-color: #e9696e;
}
.lwc-icon-standard-insights {
background-color: #ec94ed;
}
.lwc-icon-standard-dropbox {
background-color: #52aef9;
}
.lwc-icon-standard-file {
background-color: #baac93;
}
.lwc-icon-standard-currency-input {
background-color: #969492;
}
.lwc-icon-standard-variable {
background-color: #54698d;
}
.lwc-icon-standard-team-member {
background-color: #f2cf5b;
}
.lwc-icon-standard-agent-session {
background-color: #f88960;
}
.lwc-icon-standard-group-loading {
background-color: #b8c3ce;
}
.lwc-icon-standard-lead {
background-color: #f88962;
}
.lwc-icon-standard-email {
background-color: #95aec5;
}
.lwc-icon-standard-service-contract {
background-color: #8a76f0;
}
.lwc-icon-standard-decision {
background-color: #ff9a3c;
}
.lwc-icon-standard-snippet {
background-color: #a094ed;
}
.lwc-icon-standard-entitlement-process {
background-color: #7e8be4;
}
.lwc-icon-standard-contact-list {
background-color: #a094ed;
}
.lwc-icon-standard-planogram {
background-color: #3c97dd;
}
.lwc-icon-standard-channel-program-history {
background-color: #0eb58a;
}
.lwc-icon-standard-question-best {
background-color: #f2cf5b;
}
.lwc-icon-standard-collection-variable {
background-color: #54698d;
}
.lwc-icon-standard-sales-value {
background-color: #3c97dd;
}
.lwc-icon-standard-knowledge {
background-color: #ec94ed;
}
.lwc-icon-standard-date-time {
background-color: #969492;
}
.lwc-icon-standard-category {
background-color: #027e46;
}
.lwc-icon-standard-textbox {
background-color: #969492;
}
.lwc-icon-standard-lead-insights {
background-color: #22b0e6;
}
.lwc-icon-standard-waits {
background-color: #ff9a3c;
}
.lwc-icon-standard-concur {
background-color: #4cc3c7;
}
.lwc-icon-standard-feed {
background-color: #62b7ed;
}
.lwc-icon-standard-sort {
background-color: #1539ee;
}
.lwc-icon-standard-messaging-conversation {
background-color: #34becd;
}
.lwc-icon-standard-service-report {
background-color: #7e8be4;
}
.lwc-icon-standard-iot-context {
background-color: #2a739e;
}
.lwc-icon-standard-call {
background-color: #f2cf5b;
}
.lwc-icon-standard-stage {
background-color: #ff9a3c;
}
.lwc-icon-standard-sales-cadence {
background-color: #54698d;
}
.lwc-icon-standard-product-request-line-item {
background-color: #88c651;
}
.lwc-icon-standard-return-order-line-item {
background-color: #009688;
}
.lwc-icon-standard-chart {
background-color: #1fcaa0;
}
.lwc-icon-standard-quick-text {
background-color: #62b7e5;
}
.lwc-icon-standard-home {
background-color: #ef7ead;
}
.lwc-icon-standard-sossession {
background-color: #54698d;
}
.lwc-icon-standard-stage-collection {
background-color: #ff9a3c;
}
.lwc-icon-standard-product-request {
background-color: #88c651;
}
.lwc-icon-standard-logging {
background-color: #00a1df;
}
.lwc-icon-standard-assigned-resource {
background-color: #45c173;
}
.lwc-icon-standard-return-order {
background-color: #009688;
}
.lwc-icon-standard-poll {
background-color: #699be1;
}
.lwc-icon-standard-household {
background-color: #00afa0;
}
.lwc-icon_unset {
background-color: unset;
color: unset;
}
.lwc-icon-action.lwc-icon_x-large {
padding: 0.625rem;
}
.lwc-icon-action.lwc-icon_large {
padding: 0.5rem;
}
.lwc-icon-action.lwc-icon_medium {
padding: 0.375rem;
}
.lwc-icon-action.lwc-icon_small {
padding: 0.312rem;
}
.lwc-icon-action.lwc-icon_x-small {
padding: 0.188rem;
}
.lwc-icon-action.lwc-icon_xx-small {
padding: 0.125rem;
}
.lwc-icon-standard.lwc-icon_x-small {
border-radius: 0.125rem;
}
.lwc-icon-standard.lwc-icon_xx-small {
border-radius: 0.125rem;
}
.lwc-icon_x-large {
--lwc-c-icon-size: 4rem;
}
.lwc-icon_large {
--lwc-c-icon-size: 3rem;
}
.lwc-icon_medium {
--lwc-c-icon-size: 2rem;
}
.lwc-icon_small {
--lwc-c-icon-size: 1.5rem;
}
.lwc-icon_x-small {
--lwc-c-icon-size: 1rem;
}
.lwc-icon_xx-small {
--lwc-c-icon-size: 0.75rem;
}
.lwc-icon_success {
color: var(--lwc-c-icon-color-success, #027e46);
}
.lwc-icon_warning {
color: var(--lwc-c-icon-color-warning, #ffb75d);
}
.lwc-icon_error {
color: var(--lwc-c-icon-color-error, #c23934);
}
.lwc-icon_muted {
color: var(--lwc-c-icon-color-muted, #b0adab);
}
.lwc-icon-boundary {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: var(--lwc-c-icon-spacing-vertical-start, 0);
margin-right: var(--lwc-c-icon-spacing-horizontal-end, 0);
margin-bottom: var(--lwc-c-icon-spacing-vertical-end, 0);
margin-left: var(--lwc-c-icon-spacing-horizontal-start, 0);
}
.lwc-icon-boundary_x-large {
width: 3.875rem;
height: 3.875rem;
}
.lwc-icon-boundary_large {
width: 2.875rem;
height: 2.875rem;
}
.lwc-icon-boundary_medium {
width: 1.875rem;
height: 1.875rem;
}
.lwc-icon-boundary_small {
width: 1.375rem;
height: 1.375rem;
}
.lwc-icon-boundary_x-small {
width: 0.875rem;
height: 0.875rem;
}
.lwc-svg {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
fill: var(--lwc-c-icon-primitive-color, currentColor);
}
| 0.253399 | 0.048541 |
@import "../styling/variables.css";
.navBar {
width: 100%;
display: flex;
justify-content: space-evenly;
position: relative;
}
.logo {
width: 40%;
margin: 0 auto;
}
.logoWrapper {
position: relative;
padding-top: 56.25%;
}
.logoContainer {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
left: 50%;
transform: translate(-50%);
max-width: 350px;
max-height: 200px;
}
.logoContainer img {
width: 100%;
height: 100%;
}
.navLinks {
width: 70%;
display: none;
/* margin-left: auto; */
}
.navList {
display: flex;
justify-content: space-evenly;
width: 100%;
height: 100%;
align-items: center;
list-style: none;
}
.navLink {
text-transform: uppercase;
cursor: pointer;
border-bottom: none;
padding-bottom: 4px;
/* text-decoration: none; */
}
.navLink a {
text-decoration: none;
color: inherit;
}
.navLink:hover {
font-weight: bold;
border-bottom: 1px solid;
}
.mobileNav {
position: absolute;
top: 20%;
right: 5%;
transform: translate(-50%, 5%);
color: var(--fontColor);
}
.mobileNav img {
width: 1.5rem;
cursor: pointer;
color: var(--fontColor);
z-index: 99999;
}
.active {
color: red;
}
.mobileNavLinks {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(18, 112, 107, 1);
color: white;
padding: 2rem;
}
.mobileNavLinks img {
position: absolute;
top: 10%;
right: 10%;
transform: translate(-10%, -10%);
width: 2rem;
}
.mobileNavList {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
/* align-items: center; */
list-style: none;
}
.mobileNavLink {
text-transform: uppercase;
cursor: pointer;
border-bottom: none;
padding-bottom: 4px;
margin-top: 2rem;
}
.mobileNavLink a {
text-decoration: none;
color: inherit;
}
@media (min-width: 768px) {
.navLinks {
display: block;
}
.logo {
width: 15%;
}
.mobileNav {
display: none;
}
.mobileNavLinks {
display: none;
}
}
|
src/components/header.module.css
|
@import "../styling/variables.css";
.navBar {
width: 100%;
display: flex;
justify-content: space-evenly;
position: relative;
}
.logo {
width: 40%;
margin: 0 auto;
}
.logoWrapper {
position: relative;
padding-top: 56.25%;
}
.logoContainer {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
left: 50%;
transform: translate(-50%);
max-width: 350px;
max-height: 200px;
}
.logoContainer img {
width: 100%;
height: 100%;
}
.navLinks {
width: 70%;
display: none;
/* margin-left: auto; */
}
.navList {
display: flex;
justify-content: space-evenly;
width: 100%;
height: 100%;
align-items: center;
list-style: none;
}
.navLink {
text-transform: uppercase;
cursor: pointer;
border-bottom: none;
padding-bottom: 4px;
/* text-decoration: none; */
}
.navLink a {
text-decoration: none;
color: inherit;
}
.navLink:hover {
font-weight: bold;
border-bottom: 1px solid;
}
.mobileNav {
position: absolute;
top: 20%;
right: 5%;
transform: translate(-50%, 5%);
color: var(--fontColor);
}
.mobileNav img {
width: 1.5rem;
cursor: pointer;
color: var(--fontColor);
z-index: 99999;
}
.active {
color: red;
}
.mobileNavLinks {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(18, 112, 107, 1);
color: white;
padding: 2rem;
}
.mobileNavLinks img {
position: absolute;
top: 10%;
right: 10%;
transform: translate(-10%, -10%);
width: 2rem;
}
.mobileNavList {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
/* align-items: center; */
list-style: none;
}
.mobileNavLink {
text-transform: uppercase;
cursor: pointer;
border-bottom: none;
padding-bottom: 4px;
margin-top: 2rem;
}
.mobileNavLink a {
text-decoration: none;
color: inherit;
}
@media (min-width: 768px) {
.navLinks {
display: block;
}
.logo {
width: 15%;
}
.mobileNav {
display: none;
}
.mobileNavLinks {
display: none;
}
}
| 0.449876 | 0.062474 |
@-moz-document url-prefix("https://docs.google.com/document/") {
#docs-chrome {
background: #191A18 none repeat scroll 0% 0% !important;
color: #DDD !important;
}
#gb#gb a.gb_b,
/* Account email in top right corner */
.docs-presence-plus-widget-status/* x total viewers text */
{
color: #DDD !important;
}
/* Document title box */
.docs-title-input {
background-color: #191A18 !important;
font-style: normal !important;
}
.docs-title-input:hover {
border: 1px solid #191A18 !important;
}
.docs-title-input:focus {
color: white !important;
border: 1px solid #191A18 !important;
}
.docs-gm .docos-anchoreddocoview,
.docos-anchoreddocoview .docos-replyview-first.docos-anchoredreplyview,
.docs-gm .docos-anchoredreplyview,
.docs-gm .docos-showrepliesbutton,
.docs-gm .docos-anchoreddocoview-input-pane,
.docs-gm .docos-anchoreddocoview .docos-show-more,
.docs-gm .docos-anchoreddocoview .docos-show-less,
.docs-gm .docos-anchoreddocoview.docos-docoview-active .docos-show-more,
.docs-gm .docos-anchoreddocoview.docos-docoview-active .docos-show-less,
.docs-gm .docos-replyview-first .docos-show-more,
.docs-gm .docos-anchoreddocoview.docos-docoview-tesla-conflict:hover .docos-show-more,
#docs-instant-button-bubble,
.DARK-BKGD {
background-color: #191A18 !important;
}
textarea,
.docs-gm .docos-input-typing > .docos-input-textarea,
.docs-gm .docos-anchoredreplyview .docos-anchoredreplyview-body,
.lighter-text {
color: #ccc;
}
.docs-gm .docos-anchoredreplyview-header .docos-anchoredreplyview-timestamp,
.docs-gm .docos-anchoredreplyview-header .docos-anchoredreplyview-author,
.light-text {
color: #aaa;
}
.docos-show-more,
.docos-show-less,
.docos-showrepliesbutton-collapsed,
.light-blue-text {
color: #4888f9;
}
textarea,
.medium-grey-bkgd {
/*page_bgrnd_color*/
background: #272822 !important;
}
/*JER: Invert png color*/
.docos-icon-img::before {
-webkit-filter: invert(1);
filter: invert(1);
}
/*JER: file menu etc color*/
.docs-gm .docs-menubar .goog-control {
color: #777;
}
/*JER: ToC Sidebar bottom fade*/
.outline-refresh #navigation-widget-bottom-fade {
bottom: 0px;
position: absolute;
width: 100%;
background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(40, 40, 40) 100%);
transition: height 0.15s step-start 0s, opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
/*Jer: Make links underlined. It's very messy, can't figure out how to disable blue underline*/
.goog-inline-block a {
border-bottom: 2px solid #fff;
}
/*Jer: Fix overly bright comment backgrounds*/
.kix-commentoverlayrenderer-normal {
background-color: rgb(152, 129, 21);
opacity: 0.5;
display: block;
}
.kix-commentoverlayrenderer-highlighted {
background-color: rgb(144, 119, 0);
opacity: 1;
display: block;
}
/*Jer: Fix suggestion text not being green*/
.kix-page .suggestion-text-green {
color: rgb(65, 221, 138) !important;
border-color: rgb(65, 221, 138) !important;
}
/*Jer: Fix overly bright spellcheck background*/
.kix-spelling-error-highlighted-overlay-non-critical {
background-color: rgb(111, 94, 147);
z-index: 8;
}
.kix-spelling-error-hover-interceptor:hover + .kix-spelling-error-hover-overlay-non-critical,
.kix-autocorrect-hover-interceptor:hover + .kix-autocorrect-hover-overlay {
background-color: rgb(111, 94, 147);
}
/*JER: fix strikethrough*/
.kix-lineview-decorations div {
border-color: #fff !important;
}
/*JER: sharing top right header background*/
.docs-titlebar-buttons {
background-color: #191A18 !important;
}
.docs-title-untitled {
display: none !important;
}
/*JER: sharing top right avatar circle border*/
.docs-material-appbar .docs-presence-plus-collab-widget-color-block {
border-color: #191A18;
}
/* Fix for menu bar text when hover */
.goog-control-hover {
color: black !important;
}
/* Main toolbar */
#docs-toolbar-wrapper {
border-top: 1px solid transparent !important;
border-bottom: 1px solid #191A18 !important;
background-image: none !important;
background-color: #191A18 !important;
box-shadow: none !important;
}
/* Toolbar's vertical dividers */
.goog-toolbar-separator.goog-inline-block {
border-left: 1px solid #191A18 !important;
}
/* A very simple/lazy fix to get toolbar item colors to look good on a dark background */
.goog-toolbar-button,
.goog-toolbar-toggle-button,
.goog-toolbar-menu-button,
.goog-toolbar-combo-button,
.docs-icon-folder-solid,
/*JER: sharing top right corner icon*/
#docs-docos-commentsbutton,
#docs-equationtoolbar {
-webkit-filter: invert(0.9) !important;
filter: invert(0.9) !important;
}
/* Fix for equation toolbar. The filter breaks all the buttons. */
#docs-equationtoolbar .goog-toolbar-menu-button {
filter: none !important;
}
/* Fixes for suggestion mode when editing own doc, viewing mode when editing others' docs */
#docs-toolbar-mode-switcher,
#docs-access-level-indicator {
background-color: transparent !important;
color: black !important;
}
.docs-icon-mode-review-white,
.docs-icon-mode-view-white {
filter: invert(1) !important;
}
/* Document drop-shadow removal */
.kix-page-paginated {
box-shadow: none !important;
}
/* Ruler tweaks */
#kix-ruler {
border-bottom: 1px solid transparent !important;
}
.kix-ruler-background-inner {
background-color: #555;
}
/* Navigation Font Color Fix */
.navigation-widget-hat,
.navigation-item-content {
color: #DDD !important
}
.navigation-item-content:hover {
color: black !important
}
/* PAGE */
.kix-page,
/* .kix-page *, */
.kix-page-content-wrapper {
/*page_bgrnd_color*/
background: #272822 !important;
}
.kix-page-paginated,
.kix-paginateddocumentplugin-compact-mode {
box-shadow: none !important;
}
.kix-page span,
.kix-wordhtmlgenerator-word-node {
/*normal_text_color*/
color: #FFFFFF !important;
}
.kix-cursor-caret {
display: block !important;
/*caret_border_color*/
border-color: #ffffff !important;
/*caret_glow_color*/
box-shadow: 0 0 0px #0091FF00, 0 0 15px #0091FF00, 0 0 50px #0091FF00;
}
/* Print Layout disabled fixes */
.kix-paginateddocumentplugin-compact-mode {
border: 1px solid #111 !important;
}
/* Unique selector for .docs-ui-unprintable */
.kix-paginateddocumentplugin > div:nth-child(3) {
background: #272822 !important;
}
/* Background */
#docs-editor {
background: #282823 !important;
}
/* Pop out toolbar */
.goog-toolbar {
background: #191A18 !important;
}
.docs-omnibox-input {
background: #191A18 !important;
color: #aaa !important;
}
.jfk-textinput {
border-color: #191A18;
}
}
|
data/usercss/185231.user.css
|
@-moz-document url-prefix("https://docs.google.com/document/") {
#docs-chrome {
background: #191A18 none repeat scroll 0% 0% !important;
color: #DDD !important;
}
#gb#gb a.gb_b,
/* Account email in top right corner */
.docs-presence-plus-widget-status/* x total viewers text */
{
color: #DDD !important;
}
/* Document title box */
.docs-title-input {
background-color: #191A18 !important;
font-style: normal !important;
}
.docs-title-input:hover {
border: 1px solid #191A18 !important;
}
.docs-title-input:focus {
color: white !important;
border: 1px solid #191A18 !important;
}
.docs-gm .docos-anchoreddocoview,
.docos-anchoreddocoview .docos-replyview-first.docos-anchoredreplyview,
.docs-gm .docos-anchoredreplyview,
.docs-gm .docos-showrepliesbutton,
.docs-gm .docos-anchoreddocoview-input-pane,
.docs-gm .docos-anchoreddocoview .docos-show-more,
.docs-gm .docos-anchoreddocoview .docos-show-less,
.docs-gm .docos-anchoreddocoview.docos-docoview-active .docos-show-more,
.docs-gm .docos-anchoreddocoview.docos-docoview-active .docos-show-less,
.docs-gm .docos-replyview-first .docos-show-more,
.docs-gm .docos-anchoreddocoview.docos-docoview-tesla-conflict:hover .docos-show-more,
#docs-instant-button-bubble,
.DARK-BKGD {
background-color: #191A18 !important;
}
textarea,
.docs-gm .docos-input-typing > .docos-input-textarea,
.docs-gm .docos-anchoredreplyview .docos-anchoredreplyview-body,
.lighter-text {
color: #ccc;
}
.docs-gm .docos-anchoredreplyview-header .docos-anchoredreplyview-timestamp,
.docs-gm .docos-anchoredreplyview-header .docos-anchoredreplyview-author,
.light-text {
color: #aaa;
}
.docos-show-more,
.docos-show-less,
.docos-showrepliesbutton-collapsed,
.light-blue-text {
color: #4888f9;
}
textarea,
.medium-grey-bkgd {
/*page_bgrnd_color*/
background: #272822 !important;
}
/*JER: Invert png color*/
.docos-icon-img::before {
-webkit-filter: invert(1);
filter: invert(1);
}
/*JER: file menu etc color*/
.docs-gm .docs-menubar .goog-control {
color: #777;
}
/*JER: ToC Sidebar bottom fade*/
.outline-refresh #navigation-widget-bottom-fade {
bottom: 0px;
position: absolute;
width: 100%;
background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(40, 40, 40) 100%);
transition: height 0.15s step-start 0s, opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
/*Jer: Make links underlined. It's very messy, can't figure out how to disable blue underline*/
.goog-inline-block a {
border-bottom: 2px solid #fff;
}
/*Jer: Fix overly bright comment backgrounds*/
.kix-commentoverlayrenderer-normal {
background-color: rgb(152, 129, 21);
opacity: 0.5;
display: block;
}
.kix-commentoverlayrenderer-highlighted {
background-color: rgb(144, 119, 0);
opacity: 1;
display: block;
}
/*Jer: Fix suggestion text not being green*/
.kix-page .suggestion-text-green {
color: rgb(65, 221, 138) !important;
border-color: rgb(65, 221, 138) !important;
}
/*Jer: Fix overly bright spellcheck background*/
.kix-spelling-error-highlighted-overlay-non-critical {
background-color: rgb(111, 94, 147);
z-index: 8;
}
.kix-spelling-error-hover-interceptor:hover + .kix-spelling-error-hover-overlay-non-critical,
.kix-autocorrect-hover-interceptor:hover + .kix-autocorrect-hover-overlay {
background-color: rgb(111, 94, 147);
}
/*JER: fix strikethrough*/
.kix-lineview-decorations div {
border-color: #fff !important;
}
/*JER: sharing top right header background*/
.docs-titlebar-buttons {
background-color: #191A18 !important;
}
.docs-title-untitled {
display: none !important;
}
/*JER: sharing top right avatar circle border*/
.docs-material-appbar .docs-presence-plus-collab-widget-color-block {
border-color: #191A18;
}
/* Fix for menu bar text when hover */
.goog-control-hover {
color: black !important;
}
/* Main toolbar */
#docs-toolbar-wrapper {
border-top: 1px solid transparent !important;
border-bottom: 1px solid #191A18 !important;
background-image: none !important;
background-color: #191A18 !important;
box-shadow: none !important;
}
/* Toolbar's vertical dividers */
.goog-toolbar-separator.goog-inline-block {
border-left: 1px solid #191A18 !important;
}
/* A very simple/lazy fix to get toolbar item colors to look good on a dark background */
.goog-toolbar-button,
.goog-toolbar-toggle-button,
.goog-toolbar-menu-button,
.goog-toolbar-combo-button,
.docs-icon-folder-solid,
/*JER: sharing top right corner icon*/
#docs-docos-commentsbutton,
#docs-equationtoolbar {
-webkit-filter: invert(0.9) !important;
filter: invert(0.9) !important;
}
/* Fix for equation toolbar. The filter breaks all the buttons. */
#docs-equationtoolbar .goog-toolbar-menu-button {
filter: none !important;
}
/* Fixes for suggestion mode when editing own doc, viewing mode when editing others' docs */
#docs-toolbar-mode-switcher,
#docs-access-level-indicator {
background-color: transparent !important;
color: black !important;
}
.docs-icon-mode-review-white,
.docs-icon-mode-view-white {
filter: invert(1) !important;
}
/* Document drop-shadow removal */
.kix-page-paginated {
box-shadow: none !important;
}
/* Ruler tweaks */
#kix-ruler {
border-bottom: 1px solid transparent !important;
}
.kix-ruler-background-inner {
background-color: #555;
}
/* Navigation Font Color Fix */
.navigation-widget-hat,
.navigation-item-content {
color: #DDD !important
}
.navigation-item-content:hover {
color: black !important
}
/* PAGE */
.kix-page,
/* .kix-page *, */
.kix-page-content-wrapper {
/*page_bgrnd_color*/
background: #272822 !important;
}
.kix-page-paginated,
.kix-paginateddocumentplugin-compact-mode {
box-shadow: none !important;
}
.kix-page span,
.kix-wordhtmlgenerator-word-node {
/*normal_text_color*/
color: #FFFFFF !important;
}
.kix-cursor-caret {
display: block !important;
/*caret_border_color*/
border-color: #ffffff !important;
/*caret_glow_color*/
box-shadow: 0 0 0px #0091FF00, 0 0 15px #0091FF00, 0 0 50px #0091FF00;
}
/* Print Layout disabled fixes */
.kix-paginateddocumentplugin-compact-mode {
border: 1px solid #111 !important;
}
/* Unique selector for .docs-ui-unprintable */
.kix-paginateddocumentplugin > div:nth-child(3) {
background: #272822 !important;
}
/* Background */
#docs-editor {
background: #282823 !important;
}
/* Pop out toolbar */
.goog-toolbar {
background: #191A18 !important;
}
.docs-omnibox-input {
background: #191A18 !important;
color: #aaa !important;
}
.jfk-textinput {
border-color: #191A18;
}
}
| 0.306216 | 0.09122 |
.carrega,
.carrega .carrega-bg {
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.carrega .carrega-bg {
background-image: url(/inc/tpl/geral/client/img/fundo.png);
position: absolute;
background-size: cover;
image-rendering: optimizeSpeed;
image-rendering: crisp-edges;
image-rendering: pixelated
}
.carrega .carrega-image {
background-image: url(/inc/tpl/geral/client/img/logo.png);
background-position: center center;
background-repeat: no-repeat;
position: absolute;
width: 422px;
height: 320px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
image-rendering: pixelated;
z-index: 200
}
.carrega-frank {
background-image: url(/inc/tpl/geral/client/img/frankvr.png);
background-position: center center;
position: relative;
width: 240px;
height: 384px;
margin-top: 90px;
margin-left:-790px;
image-rendering: pixelated;
z-index: 200
}
.erro-frank {
background-image: url(/inc/tpl/geral/client/img/frank-erro.png);
background-position: center center;
position: relative;
width: 181px;
height: 267px;
margin-top: 190px;
margin-left:-670px;
image-rendering: pixelated;
z-index: 200
}
.escolher {
height: 184px;
margin-top:-130px;
image-rendering: pixelated;
z-index: 200
}
.escolher-titulo {
position: absolute;
color: #999;
font-size: 19.5pt;
margin-top:90px;
margin-left:223px;
font-weight: 500;
text-align: center
}
.erro-titulo {
position: absolute;
color: #999;
font-size: 19.5pt;
margin-top:60px;
margin-left:223px;
font-weight: 500;
text-align: center
}
.escolher-info {
position: absolute;
color: #999;
font-size: 11pt;
margin-top:130px;
margin-left:223px;
width: 450px;
text-align: left
}
.erro-info {
position: absolute;
color: #999;
font-size: 11pt;
margin-top:100px;
margin-left:223px;
width: 450px;
text-align: left
}
.carrega .carrega-loading {
position: absolute;
width: 450px;
top: 70%;
left: 50%;
transform: translateX(-50%);
text-align: center
}
.carrega .carrega-loading .carrega-loading-bar {
background-color: rgb(18, 18, 18);
border: 0px solid rgb(18, 18, 18);
border-radius: 2px;
padding: 3px;
height: 24px;
opacity: 0.5;
margin-bottom: 0px
}
.carrega .carrega-loading .carrega-loading-bar .carrega-loading-bar-inner-bar {
background: -moz-linear-gradient(top, rgb(104, 60, 136) 50%, rgb(104, 60, 136) 50%, rgb(104, 60, 136) 50%);
background: linear-gradient(to bottom, rgb(117, 68, 153) 50%, rgb(117, 68, 153) 50%, rgb(117, 68, 153) 50%);
height: 18px;
border-radius: 2px;
transition: width .4s ease-in-out;
width: 0
}
.carrega .carrega-loading .carrega-loading-heading {
color: #999;
font-size: 19.5pt;
margin-bottom: 10px;
font-weight: 500
}
.carrega .carrega-loading .carrega-loading-percentage {
color: #999;
margin-top: 9px;
font-weight: 500;
font-size: 10pt
}
.carrega .erro-img {
background-image: url(/inc/tpl/geral/client/img/erro.png);width:220px;height:197px;opacity: 0.40; background-position:center center;background-repeat:no-repeat;position:absolute;top:35%;left:calc(50%);transform:translate(-50%,-50%);image-rendering:optimizeSpeed;image-rendering:crisp-edges;image-rendering:pixelated;z-index:200}
.carrega .carrega-error {
position: absolute;
width: 450px;
top: calc(35% + 120px);
left: 50%;
transform: translateX(-50%);
text-align: center;
color: #fff;
font-size: 12pt;
max-width: calc(100% - 20px)
}
.carrega .carrega-error a {
color: #fff;
text-decoration: none !important;
border-bottom: 1px solid #fff;
padding-bottom: 2px
}
.carrega .carrega-error a:hover {
color: #e6e6e6
}
.carrega .carrega-error a:active {
border: none
}
.carrega .carrega-error .carrega-error-heading {
}
.carrega .carrega-error .carrega-error-muted {
font-size: 10pt;
margin-top: 10px
}
|
assets/assets2/geral/client/css/carrega-client-v.css
|
.carrega,
.carrega .carrega-bg {
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.carrega .carrega-bg {
background-image: url(/inc/tpl/geral/client/img/fundo.png);
position: absolute;
background-size: cover;
image-rendering: optimizeSpeed;
image-rendering: crisp-edges;
image-rendering: pixelated
}
.carrega .carrega-image {
background-image: url(/inc/tpl/geral/client/img/logo.png);
background-position: center center;
background-repeat: no-repeat;
position: absolute;
width: 422px;
height: 320px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
image-rendering: pixelated;
z-index: 200
}
.carrega-frank {
background-image: url(/inc/tpl/geral/client/img/frankvr.png);
background-position: center center;
position: relative;
width: 240px;
height: 384px;
margin-top: 90px;
margin-left:-790px;
image-rendering: pixelated;
z-index: 200
}
.erro-frank {
background-image: url(/inc/tpl/geral/client/img/frank-erro.png);
background-position: center center;
position: relative;
width: 181px;
height: 267px;
margin-top: 190px;
margin-left:-670px;
image-rendering: pixelated;
z-index: 200
}
.escolher {
height: 184px;
margin-top:-130px;
image-rendering: pixelated;
z-index: 200
}
.escolher-titulo {
position: absolute;
color: #999;
font-size: 19.5pt;
margin-top:90px;
margin-left:223px;
font-weight: 500;
text-align: center
}
.erro-titulo {
position: absolute;
color: #999;
font-size: 19.5pt;
margin-top:60px;
margin-left:223px;
font-weight: 500;
text-align: center
}
.escolher-info {
position: absolute;
color: #999;
font-size: 11pt;
margin-top:130px;
margin-left:223px;
width: 450px;
text-align: left
}
.erro-info {
position: absolute;
color: #999;
font-size: 11pt;
margin-top:100px;
margin-left:223px;
width: 450px;
text-align: left
}
.carrega .carrega-loading {
position: absolute;
width: 450px;
top: 70%;
left: 50%;
transform: translateX(-50%);
text-align: center
}
.carrega .carrega-loading .carrega-loading-bar {
background-color: rgb(18, 18, 18);
border: 0px solid rgb(18, 18, 18);
border-radius: 2px;
padding: 3px;
height: 24px;
opacity: 0.5;
margin-bottom: 0px
}
.carrega .carrega-loading .carrega-loading-bar .carrega-loading-bar-inner-bar {
background: -moz-linear-gradient(top, rgb(104, 60, 136) 50%, rgb(104, 60, 136) 50%, rgb(104, 60, 136) 50%);
background: linear-gradient(to bottom, rgb(117, 68, 153) 50%, rgb(117, 68, 153) 50%, rgb(117, 68, 153) 50%);
height: 18px;
border-radius: 2px;
transition: width .4s ease-in-out;
width: 0
}
.carrega .carrega-loading .carrega-loading-heading {
color: #999;
font-size: 19.5pt;
margin-bottom: 10px;
font-weight: 500
}
.carrega .carrega-loading .carrega-loading-percentage {
color: #999;
margin-top: 9px;
font-weight: 500;
font-size: 10pt
}
.carrega .erro-img {
background-image: url(/inc/tpl/geral/client/img/erro.png);width:220px;height:197px;opacity: 0.40; background-position:center center;background-repeat:no-repeat;position:absolute;top:35%;left:calc(50%);transform:translate(-50%,-50%);image-rendering:optimizeSpeed;image-rendering:crisp-edges;image-rendering:pixelated;z-index:200}
.carrega .carrega-error {
position: absolute;
width: 450px;
top: calc(35% + 120px);
left: 50%;
transform: translateX(-50%);
text-align: center;
color: #fff;
font-size: 12pt;
max-width: calc(100% - 20px)
}
.carrega .carrega-error a {
color: #fff;
text-decoration: none !important;
border-bottom: 1px solid #fff;
padding-bottom: 2px
}
.carrega .carrega-error a:hover {
color: #e6e6e6
}
.carrega .carrega-error a:active {
border: none
}
.carrega .carrega-error .carrega-error-heading {
}
.carrega .carrega-error .carrega-error-muted {
font-size: 10pt;
margin-top: 10px
}
| 0.604749 | 0.151153 |
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 27px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover,
a:active {
outline: 0;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
/* Responsive images (ensure images don't scale beyond their parents) */
max-width: 100%;
/* Part 1: Set a maxium relative to the parent */
width: auto\9;
/* IE7-8 need help adjusting responsive images */
height: auto;
/* Part 2: Scale the height according to the width, otherwise you get stretching */
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
max-width: none;
}
button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
*overflow: visible;
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
cursor: pointer;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
textarea {
overflow: auto;
vertical-align: top;
}
@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
body {
margin: 0;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 1.3rem;
line-height: 18px;
color: #333333;
background-color: #ffffff;
}
a {
color: #000000;
text-decoration: none;
}
a:hover,
a:focus {
color: #555555;
text-decoration: underline;
}
.img-rounded {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.img-polaroid {
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.row {
margin-left: -20px;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 940px;
}
.span12 {
width: 940px;
}
.span11 {
width: 860px;
}
.span10 {
width: 780px;
}
.span9 {
width: 700px;
}
.span8 {
width: 620px;
}
.span7 {
width: 540px;
}
.span6 {
width: 460px;
}
.span5 {
width: 380px;
}
.span4 {
width: 300px;
}
.span3 {
width: 220px;
}
.span2 {
width: 140px;
}
.span1 {
width: 60px;
}
.offset12 {
margin-left: 980px;
}
.offset11 {
margin-left: 900px;
}
.offset10 {
margin-left: 820px;
}
.offset9 {
margin-left: 740px;
}
.offset8 {
margin-left: 660px;
}
.offset7 {
margin-left: 580px;
}
.offset6 {
margin-left: 500px;
}
.offset5 {
margin-left: 420px;
}
.offset4 {
margin-left: 340px;
}
.offset3 {
margin-left: 260px;
}
.offset2 {
margin-left: 180px;
}
.offset1 {
margin-left: 100px;
}
.row-fluid {
width: 100%;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 27px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.127659574468085%;
*margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
width: 100%;
*width: 99.94680851063829%;
}
.row-fluid .span11 {
width: 91.48936170212765%;
*width: 91.43617021276594%;
}
.row-fluid .span10 {
width: 82.97872340425532%;
*width: 82.92553191489361%;
}
.row-fluid .span9 {
width: 74.46808510638297%;
*width: 74.41489361702126%;
}
.row-fluid .span8 {
width: 65.95744680851064%;
*width: 65.90425531914893%;
}
.row-fluid .span7 {
width: 57.44680851063829%;
*width: 57.39361702127659%;
}
.row-fluid .span6 {
width: 48.93617021276595%;
*width: 48.88297872340425%;
}
.row-fluid .span5 {
width: 40.42553191489362%;
*width: 40.37234042553192%;
}
.row-fluid .span4 {
width: 31.914893617021278%;
*width: 31.861702127659576%;
}
.row-fluid .span3 {
width: 23.404255319148934%;
*width: 23.351063829787233%;
}
.row-fluid .span2 {
width: 14.893617021276595%;
*width: 14.840425531914894%;
}
.row-fluid .span1 {
width: 6.382978723404255%;
*width: 6.329787234042553%;
}
.row-fluid .offset12 {
margin-left: 104.25531914893617%;
*margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
margin-left: 102.12765957446808%;
*margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
margin-left: 95.74468085106382%;
*margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
margin-left: 93.61702127659574%;
*margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
margin-left: 87.23404255319149%;
*margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
margin-left: 85.1063829787234%;
*margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
margin-left: 78.72340425531914%;
*margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
margin-left: 76.59574468085106%;
*margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
margin-left: 70.2127659574468%;
*margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
margin-left: 68.08510638297872%;
*margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
margin-left: 61.70212765957446%;
*margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
margin-left: 59.574468085106375%;
*margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
margin-left: 53.191489361702125%;
*margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
margin-left: 51.063829787234035%;
*margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
margin-left: 44.68085106382979%;
*margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
margin-left: 42.5531914893617%;
*margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
margin-left: 36.170212765957444%;
*margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
margin-left: 34.04255319148936%;
*margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
margin-left: 27.659574468085104%;
*margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
margin-left: 25.53191489361702%;
*margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
margin-left: 19.148936170212764%;
*margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
margin-left: 17.02127659574468%;
*margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
margin-left: 10.638297872340425%;
*margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
margin-left: 8.51063829787234%;
*margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
float: right;
}
.container {
margin-right: auto;
margin-left: auto;
*zoom: 1;
}
.container:before,
.container:after {
display: table;
content: "";
line-height: 0;
}
.container:after {
clear: both;
}
.container-fluid {
padding-right: 20px;
padding-left: 20px;
*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
display: table;
content: "";
line-height: 0;
}
.container-fluid:after {
clear: both;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.collapse.in {
height: auto;
}
.carousel {
position: relative;
margin-bottom: 18px;
line-height: 1;
}
.carousel-inner {
overflow: hidden;
width: 100%;
position: relative;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-moz-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 40%;
left: 15px;
width: 40px;
height: 40px;
margin-top: -20px;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: #ffffff;
text-align: center;
background: #222222;
border: 3px solid #ffffff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: 0.5;
filter: alpha(opacity=50);
}
.carousel-control.right {
left: auto;
right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-indicators {
position: absolute;
top: 15px;
right: 15px;
z-index: 5;
margin: 0;
list-style: none;
}
.carousel-indicators li {
display: block;
float: left;
width: 10px;
height: 10px;
margin-left: 5px;
text-indent: -999px;
background-color: #ccc;
background-color: rgba(255, 255, 255, 0.25);
border-radius: 5px;
}
.carousel-indicators .active {
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 15px;
background: #333333;
background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
color: #ffffff;
line-height: 18px;
}
.carousel-caption h4 {
margin: 0 0 5px;
}
.carousel-caption p {
margin-bottom: 0;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.hide {
display: none;
}
.show {
display: block;
}
.invisible {
visibility: hidden;
}
.affix {
position: fixed;
}
|
PLANTILLAS_ALTAS/9/css/bootstrap.css
|
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 27px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover,
a:active {
outline: 0;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
/* Responsive images (ensure images don't scale beyond their parents) */
max-width: 100%;
/* Part 1: Set a maxium relative to the parent */
width: auto\9;
/* IE7-8 need help adjusting responsive images */
height: auto;
/* Part 2: Scale the height according to the width, otherwise you get stretching */
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
max-width: none;
}
button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
*overflow: visible;
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
cursor: pointer;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
textarea {
overflow: auto;
vertical-align: top;
}
@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
body {
margin: 0;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 1.3rem;
line-height: 18px;
color: #333333;
background-color: #ffffff;
}
a {
color: #000000;
text-decoration: none;
}
a:hover,
a:focus {
color: #555555;
text-decoration: underline;
}
.img-rounded {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.img-polaroid {
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.row {
margin-left: -20px;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 940px;
}
.span12 {
width: 940px;
}
.span11 {
width: 860px;
}
.span10 {
width: 780px;
}
.span9 {
width: 700px;
}
.span8 {
width: 620px;
}
.span7 {
width: 540px;
}
.span6 {
width: 460px;
}
.span5 {
width: 380px;
}
.span4 {
width: 300px;
}
.span3 {
width: 220px;
}
.span2 {
width: 140px;
}
.span1 {
width: 60px;
}
.offset12 {
margin-left: 980px;
}
.offset11 {
margin-left: 900px;
}
.offset10 {
margin-left: 820px;
}
.offset9 {
margin-left: 740px;
}
.offset8 {
margin-left: 660px;
}
.offset7 {
margin-left: 580px;
}
.offset6 {
margin-left: 500px;
}
.offset5 {
margin-left: 420px;
}
.offset4 {
margin-left: 340px;
}
.offset3 {
margin-left: 260px;
}
.offset2 {
margin-left: 180px;
}
.offset1 {
margin-left: 100px;
}
.row-fluid {
width: 100%;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 27px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.127659574468085%;
*margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
width: 100%;
*width: 99.94680851063829%;
}
.row-fluid .span11 {
width: 91.48936170212765%;
*width: 91.43617021276594%;
}
.row-fluid .span10 {
width: 82.97872340425532%;
*width: 82.92553191489361%;
}
.row-fluid .span9 {
width: 74.46808510638297%;
*width: 74.41489361702126%;
}
.row-fluid .span8 {
width: 65.95744680851064%;
*width: 65.90425531914893%;
}
.row-fluid .span7 {
width: 57.44680851063829%;
*width: 57.39361702127659%;
}
.row-fluid .span6 {
width: 48.93617021276595%;
*width: 48.88297872340425%;
}
.row-fluid .span5 {
width: 40.42553191489362%;
*width: 40.37234042553192%;
}
.row-fluid .span4 {
width: 31.914893617021278%;
*width: 31.861702127659576%;
}
.row-fluid .span3 {
width: 23.404255319148934%;
*width: 23.351063829787233%;
}
.row-fluid .span2 {
width: 14.893617021276595%;
*width: 14.840425531914894%;
}
.row-fluid .span1 {
width: 6.382978723404255%;
*width: 6.329787234042553%;
}
.row-fluid .offset12 {
margin-left: 104.25531914893617%;
*margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
margin-left: 102.12765957446808%;
*margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
margin-left: 95.74468085106382%;
*margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
margin-left: 93.61702127659574%;
*margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
margin-left: 87.23404255319149%;
*margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
margin-left: 85.1063829787234%;
*margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
margin-left: 78.72340425531914%;
*margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
margin-left: 76.59574468085106%;
*margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
margin-left: 70.2127659574468%;
*margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
margin-left: 68.08510638297872%;
*margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
margin-left: 61.70212765957446%;
*margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
margin-left: 59.574468085106375%;
*margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
margin-left: 53.191489361702125%;
*margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
margin-left: 51.063829787234035%;
*margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
margin-left: 44.68085106382979%;
*margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
margin-left: 42.5531914893617%;
*margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
margin-left: 36.170212765957444%;
*margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
margin-left: 34.04255319148936%;
*margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
margin-left: 27.659574468085104%;
*margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
margin-left: 25.53191489361702%;
*margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
margin-left: 19.148936170212764%;
*margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
margin-left: 17.02127659574468%;
*margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
margin-left: 10.638297872340425%;
*margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
margin-left: 8.51063829787234%;
*margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
float: right;
}
.container {
margin-right: auto;
margin-left: auto;
*zoom: 1;
}
.container:before,
.container:after {
display: table;
content: "";
line-height: 0;
}
.container:after {
clear: both;
}
.container-fluid {
padding-right: 20px;
padding-left: 20px;
*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
display: table;
content: "";
line-height: 0;
}
.container-fluid:after {
clear: both;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.collapse.in {
height: auto;
}
.carousel {
position: relative;
margin-bottom: 18px;
line-height: 1;
}
.carousel-inner {
overflow: hidden;
width: 100%;
position: relative;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-moz-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 40%;
left: 15px;
width: 40px;
height: 40px;
margin-top: -20px;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: #ffffff;
text-align: center;
background: #222222;
border: 3px solid #ffffff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: 0.5;
filter: alpha(opacity=50);
}
.carousel-control.right {
left: auto;
right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-indicators {
position: absolute;
top: 15px;
right: 15px;
z-index: 5;
margin: 0;
list-style: none;
}
.carousel-indicators li {
display: block;
float: left;
width: 10px;
height: 10px;
margin-left: 5px;
text-indent: -999px;
background-color: #ccc;
background-color: rgba(255, 255, 255, 0.25);
border-radius: 5px;
}
.carousel-indicators .active {
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 15px;
background: #333333;
background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
color: #ffffff;
line-height: 18px;
}
.carousel-caption h4 {
margin: 0 0 5px;
}
.carousel-caption p {
margin-bottom: 0;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.hide {
display: none;
}
.show {
display: block;
}
.invisible {
visibility: hidden;
}
.affix {
position: fixed;
}
| 0.277473 | 0.068289 |
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
height: 100%;
font-size: 100%;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
overflow-y: scroll;
overflow-x: hidden;
margin: 0;
min-height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
img,
svg {
max-width: 100%;
max-height: 100%;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #000;
margin: 1em 0;
padding: 0;
}
iframe {
border: 0;
max-width: 100%;
max-height: 100%;
}
a {
cursor: pointer;
background-color: transparent;
text-decoration: none;
}
:active,
:hover,
:focus {
outline: none;
}
menu,
ul,
ol {
margin: 0;
padding: 0;
list-style: none;
list-style-position: outside;
}
li {
margin: 0;
padding: 0;
}
b,
strong {
font-weight: 600;
}
em,
i {
font-style: italic;
}
del {
text-decoration: line-through;
}
small {
font-size: 0.8125rem;
}
sup {
font-size: 0.75rem;
vertical-align: super;
}
sub {
font-size: 0.75rem;
vertical-align: sub;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: inherit;
}
pre {
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
word-wrap: break-word;
}
abbr[title],
dfn[title] {
border-bottom: 1px dotted #000;
cursor: help;
}
form {
margin: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
legend {
border: 0;
padding: 0;
white-space: normal;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
line-height: inherit;
vertical-align: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=file] {
-webkit-appearance: button;
cursor: pointer;
}
input[type="search"] {
-webkit-appearance: textfield;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
table {
display: table;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
table thead {
display: table-header-group;
}
table tr {
display: table-row;
}
table th,
table td {
vertical-align: top;
display: table-cell;
}
address {
font-style: normal;
}
mark {
background: none;
color: inherit;
}
|
css/base.css
|
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
height: 100%;
font-size: 100%;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
overflow-y: scroll;
overflow-x: hidden;
margin: 0;
min-height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
img,
svg {
max-width: 100%;
max-height: 100%;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #000;
margin: 1em 0;
padding: 0;
}
iframe {
border: 0;
max-width: 100%;
max-height: 100%;
}
a {
cursor: pointer;
background-color: transparent;
text-decoration: none;
}
:active,
:hover,
:focus {
outline: none;
}
menu,
ul,
ol {
margin: 0;
padding: 0;
list-style: none;
list-style-position: outside;
}
li {
margin: 0;
padding: 0;
}
b,
strong {
font-weight: 600;
}
em,
i {
font-style: italic;
}
del {
text-decoration: line-through;
}
small {
font-size: 0.8125rem;
}
sup {
font-size: 0.75rem;
vertical-align: super;
}
sub {
font-size: 0.75rem;
vertical-align: sub;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: inherit;
}
pre {
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
word-wrap: break-word;
}
abbr[title],
dfn[title] {
border-bottom: 1px dotted #000;
cursor: help;
}
form {
margin: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
legend {
border: 0;
padding: 0;
white-space: normal;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
line-height: inherit;
vertical-align: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=file] {
-webkit-appearance: button;
cursor: pointer;
}
input[type="search"] {
-webkit-appearance: textfield;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
table {
display: table;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
table thead {
display: table-header-group;
}
table tr {
display: table-row;
}
table th,
table td {
vertical-align: top;
display: table-cell;
}
address {
font-style: normal;
}
mark {
background: none;
color: inherit;
}
| 0.352648 | 0.062674 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* adding default styles for html and body elements */
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body, html {
height: 100%;
font-family: sans-serif;
color: #444343
}
/* Adding styles for navBar */
#headerNav {
display: flex !important;
justify-content: space-between
}
/*------Logo------*/
.logoText {
font-weight: 600;
letter-spacing: 0.2rem;
text-transform: uppercase;
font-size: 1.5rem;
}
.prod {
color: #F17897;
font-weight: 900;
font-size: 2.5rem;
}
.mag {
color: #FAE58F;
font-weight: 900;
font-size: 1.8rem;
}
/* ---------All Button Actions-------- */
button {
outline: none !important;
border: none;
background: transparent;
}
button:hover {
cursor: pointer;
font-size: 1.4em;
transform: scale(1.1);
}
/* Logout Button */
#Logout {
width: 140px;
height: 45px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2.5px;
font-weight: 500;
color: #000;
background-color: #fff;
border: none;
border-radius: 45px;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease 0s;
}
#Logout:hover {
background-color: #2EE59D;
box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
color: #fff;
transform: translateY(-7px);
}
/* Edit and Delete button styles */
#editButton {
color: #a7a71f
}
#deleteButton {
color: firebrick ;
margin-left: 30px;
margin-right: -1rem
}
#submitProduct {
width: 140px;
height: 45px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2.5px;
font-weight: 900;
color: #000;
background-color: #fff;
border: none;
border-radius: 45px;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease 0s;
}
#closeButton {
width: 140px;
height: 45px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2.5px;
font-weight: 900;
color: #000;
background-color: #fff;
border: none;
border-radius: 45px;
box-shadow: 0px 8px 15px rgba(131, 44, 44, 0.1);
transition: all 0.3s ease 0s;
}
/* Table Styles */
.limiter {
width: 100%;
margin: 0 auto;
}
.container-table100 {
width: 100%;
min-height: 100vh;
background: #E6ECF0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 33px 30px;
}
.wrap-table100 {
width: 1170px;
}
table {
border-spacing: 1;
border-collapse: collapse;
background: white;
border-radius: 10px;
overflow: hidden;
width: 100%;
margin: 0 auto;
position: relative;
}
table * {
position: relative;
}
table td, table th {
padding-left: 8px;
}
table thead tr {
height: 60px;
background: #2EE59D;
}
table tbody tr {
height: 50px;
}
table tbody tr:last-child {
border: 0;
}
table td, table th {
text-align: left;
}
table td.l, table th.l {
text-align: right;
}
table td.c, table th.c {
text-align: center;
}
table td.r, table th.r {
text-align: center;
}
.table100-head th{
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #fff;
line-height: 1.2;
font-weight: unset;
}
tbody tr:nth-child(even) {
background-color: #f3faff
}
tbody tr {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #808080;
line-height: 1.2;
font-weight: unset;
}
tbody tr:hover {
color: #555555;
background-color: #f5f5f5;
cursor: pointer;
}
.column1 {
width: 260px;
padding-left: 40px;
}
.column2 {
width: 160px;
}
.column3 {
width: 245px;
margin-right: 9px
}
.column4 {
width: 110px;
text-align: right;
padding: 15px;
}
.column5 {
width: 170px;
text-align: center;
}
.column6 {
width: 222px;
text-align: center;
padding-right: 62px;
}
/*------- All Media Queries -------*/
@media screen and (max-width: 992px) {
table {
display: block;
}
table > *, table tr, table td, table th {
display: block;
}
table thead {
display: none;
}
table tbody tr {
height: auto;
padding: 37px 0;
}
table tbody tr td {
padding-left: 40% !important;
margin-bottom: 24px;
}
table tbody tr td:last-child {
margin-bottom: 0;
}
table tbody tr td:before {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #999999;
line-height: 1.2;
font-weight: unset;
position: absolute;
width: 40%;
left: 30px;
top: 0;
}
table tbody tr td:nth-child(1):before {
content: "Expiring Date";
}
table tbody tr td:nth-child(2):before {
content: "Category";
}
table tbody tr td:nth-child(3):before {
content: "Name";
}
table tbody tr td:nth-child(4):before {
content: "Price";
}
table tbody tr td:nth-child(5):before {
content: "Quantity";
}
table tbody tr td:nth-child(6):before {
content: "Action";
}
.column4,
.column5,
.column6 {
text-align: left;
}
.column4,
.column5,
.column6,
.column1,
.column2,
.column3 {
width: 100%;
}
tbody tr {
font-size: 14px;
}
}
@media (max-width: 576px) {
.container-table100 {
padding-left: 15px;
padding-right: 15px;
}
}
/* Bootstrap Default data table edits*/
.page-item.active .page-link {
background-color: #2EE59D !important;
border-color: #2EE59D !important
}
.dataTables_filter input {
width: 250px !important;
border-radius: 30px !important;
}
.dataTables_filter input:focus {
border-style: none !important;
}
.fa-search {
font-size: 1rem !important;
padding: 4px;
position: absolute;
width: 30px;
z-index: 10;
right: 20px;
top: 2.9px;
background-color: rgb(188, 188, 188);
border-radius: 50px;
height: 24px;
}
#searchBtn:focus{
border-color: none !important;
box-shadow: none !important;
}
.dataTables_filter input:focus {
border-color: none !important;
box-shadow: none !important;
width: 380px !important;
transition: all .5s ease-in-out;
}
/*---- Modal Styles ------*/
.modal-content {
width: 83%
}
.modal-header {
height: 3rem;
margin-bottom: -2rem
}
.modal-body {
height: 35rem;
width: 28rem;
margin-left: -1.2rem
}
.formGroupField {
padding: 2rem
}
.form-group label {
margin-left: 0.3rem
}
.modal-footer {
height: 4rem;
display: flex;
justify-content: space-around
}
.modalInput {
border-radius: 2rem
}
#catId {
border-radius: 2rem !important
}
/*-----date picker style ------*/
.table-condensed thead tr {
height: 0
}
.table-condensed tbody tr {
height: 0
}
@media screen and (max-width: 767px) {
#searchBtn {
position: unset !important
}
.dataTables_filter input {
width: 170px !important;
}
input:focus {
border-color: none !important;
box-shadow: none !important;
width: 250px !important;
transition: all .5s ease-in-out;
}
}
@media screen and (max-width: 600px) {
.logoText {
display: none
}
}
|
css/inventory.css
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* adding default styles for html and body elements */
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body, html {
height: 100%;
font-family: sans-serif;
color: #444343
}
/* Adding styles for navBar */
#headerNav {
display: flex !important;
justify-content: space-between
}
/*------Logo------*/
.logoText {
font-weight: 600;
letter-spacing: 0.2rem;
text-transform: uppercase;
font-size: 1.5rem;
}
.prod {
color: #F17897;
font-weight: 900;
font-size: 2.5rem;
}
.mag {
color: #FAE58F;
font-weight: 900;
font-size: 1.8rem;
}
/* ---------All Button Actions-------- */
button {
outline: none !important;
border: none;
background: transparent;
}
button:hover {
cursor: pointer;
font-size: 1.4em;
transform: scale(1.1);
}
/* Logout Button */
#Logout {
width: 140px;
height: 45px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2.5px;
font-weight: 500;
color: #000;
background-color: #fff;
border: none;
border-radius: 45px;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease 0s;
}
#Logout:hover {
background-color: #2EE59D;
box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
color: #fff;
transform: translateY(-7px);
}
/* Edit and Delete button styles */
#editButton {
color: #a7a71f
}
#deleteButton {
color: firebrick ;
margin-left: 30px;
margin-right: -1rem
}
#submitProduct {
width: 140px;
height: 45px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2.5px;
font-weight: 900;
color: #000;
background-color: #fff;
border: none;
border-radius: 45px;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease 0s;
}
#closeButton {
width: 140px;
height: 45px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2.5px;
font-weight: 900;
color: #000;
background-color: #fff;
border: none;
border-radius: 45px;
box-shadow: 0px 8px 15px rgba(131, 44, 44, 0.1);
transition: all 0.3s ease 0s;
}
/* Table Styles */
.limiter {
width: 100%;
margin: 0 auto;
}
.container-table100 {
width: 100%;
min-height: 100vh;
background: #E6ECF0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 33px 30px;
}
.wrap-table100 {
width: 1170px;
}
table {
border-spacing: 1;
border-collapse: collapse;
background: white;
border-radius: 10px;
overflow: hidden;
width: 100%;
margin: 0 auto;
position: relative;
}
table * {
position: relative;
}
table td, table th {
padding-left: 8px;
}
table thead tr {
height: 60px;
background: #2EE59D;
}
table tbody tr {
height: 50px;
}
table tbody tr:last-child {
border: 0;
}
table td, table th {
text-align: left;
}
table td.l, table th.l {
text-align: right;
}
table td.c, table th.c {
text-align: center;
}
table td.r, table th.r {
text-align: center;
}
.table100-head th{
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #fff;
line-height: 1.2;
font-weight: unset;
}
tbody tr:nth-child(even) {
background-color: #f3faff
}
tbody tr {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #808080;
line-height: 1.2;
font-weight: unset;
}
tbody tr:hover {
color: #555555;
background-color: #f5f5f5;
cursor: pointer;
}
.column1 {
width: 260px;
padding-left: 40px;
}
.column2 {
width: 160px;
}
.column3 {
width: 245px;
margin-right: 9px
}
.column4 {
width: 110px;
text-align: right;
padding: 15px;
}
.column5 {
width: 170px;
text-align: center;
}
.column6 {
width: 222px;
text-align: center;
padding-right: 62px;
}
/*------- All Media Queries -------*/
@media screen and (max-width: 992px) {
table {
display: block;
}
table > *, table tr, table td, table th {
display: block;
}
table thead {
display: none;
}
table tbody tr {
height: auto;
padding: 37px 0;
}
table tbody tr td {
padding-left: 40% !important;
margin-bottom: 24px;
}
table tbody tr td:last-child {
margin-bottom: 0;
}
table tbody tr td:before {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #999999;
line-height: 1.2;
font-weight: unset;
position: absolute;
width: 40%;
left: 30px;
top: 0;
}
table tbody tr td:nth-child(1):before {
content: "Expiring Date";
}
table tbody tr td:nth-child(2):before {
content: "Category";
}
table tbody tr td:nth-child(3):before {
content: "Name";
}
table tbody tr td:nth-child(4):before {
content: "Price";
}
table tbody tr td:nth-child(5):before {
content: "Quantity";
}
table tbody tr td:nth-child(6):before {
content: "Action";
}
.column4,
.column5,
.column6 {
text-align: left;
}
.column4,
.column5,
.column6,
.column1,
.column2,
.column3 {
width: 100%;
}
tbody tr {
font-size: 14px;
}
}
@media (max-width: 576px) {
.container-table100 {
padding-left: 15px;
padding-right: 15px;
}
}
/* Bootstrap Default data table edits*/
.page-item.active .page-link {
background-color: #2EE59D !important;
border-color: #2EE59D !important
}
.dataTables_filter input {
width: 250px !important;
border-radius: 30px !important;
}
.dataTables_filter input:focus {
border-style: none !important;
}
.fa-search {
font-size: 1rem !important;
padding: 4px;
position: absolute;
width: 30px;
z-index: 10;
right: 20px;
top: 2.9px;
background-color: rgb(188, 188, 188);
border-radius: 50px;
height: 24px;
}
#searchBtn:focus{
border-color: none !important;
box-shadow: none !important;
}
.dataTables_filter input:focus {
border-color: none !important;
box-shadow: none !important;
width: 380px !important;
transition: all .5s ease-in-out;
}
/*---- Modal Styles ------*/
.modal-content {
width: 83%
}
.modal-header {
height: 3rem;
margin-bottom: -2rem
}
.modal-body {
height: 35rem;
width: 28rem;
margin-left: -1.2rem
}
.formGroupField {
padding: 2rem
}
.form-group label {
margin-left: 0.3rem
}
.modal-footer {
height: 4rem;
display: flex;
justify-content: space-around
}
.modalInput {
border-radius: 2rem
}
#catId {
border-radius: 2rem !important
}
/*-----date picker style ------*/
.table-condensed thead tr {
height: 0
}
.table-condensed tbody tr {
height: 0
}
@media screen and (max-width: 767px) {
#searchBtn {
position: unset !important
}
.dataTables_filter input {
width: 170px !important;
}
input:focus {
border-color: none !important;
box-shadow: none !important;
width: 250px !important;
transition: all .5s ease-in-out;
}
}
@media screen and (max-width: 600px) {
.logoText {
display: none
}
}
| 0.351868 | 0.043937 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
*,
*:after,
*:before {
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
padding-top: 56px;
font-family: 'Open Sans', sans-serif;
background-color: #FAFAFA;
color: #000;
}
a {
text-decoration: none;
color: #000;
font-weight: bold;
}
button {
background-color: transparent;
border: none;
box-shadow: none;
outline: none;
}
.container {
width: 100%;
margin: 0 auto;
}
@media screen and (min-width: 728px) {
.container {
width: 728px;
}
}
.topbar {
backface-visibility: hidden;
background-color: white;
left: 0;
padding: 8px 16px;
position: fixed;
top: 0;
width: 100%;
box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.topbar .container {
display: flex;
justify-content: space-between;
}
.topbarLogo {
display: inline-block;
height: 40px;
}
.topbarLogo img {
height: 100%;
}
.topbarIcon {
font-size: 1.6rem;
}
.peopleTumb {
display: flex;
border-radius: 100%;
overflow: hidden;
}
.peopleTumbWrapper {
border-radius: 100%;
border: 2px solid white;
display: inline-block;
overflow: hidden;
}
.peopleTumb img {
height: 100%;
width: 100%;
}
.peopleTumb--hasNew {
background: linear-gradient(45deg, rgba(245,160,77,1) 0%, rgba(160,15,139,1) 100%);
}
.stories {
overflow-x: hidden;
overflow-y: auto;
width: 100%;
padding: 16px 0;
}
.storiesContainer {
align-items: center;
display: flex;
justify-content: flex-start;
width: 100%;
}
.stories .peopleTumb {
width: 78px;
height: 78px;
margin: 0 8px;
justify-content: center;
align-items: center;
}
.stories .peopleTumbWrapper {
height: 72px;
width: 72px;
}
.timeline {
width: 100%;
display: flex;
flex-direction: column;
padding: 16px;
}
@media screen and (min-width: 728px) {
.timeline {
padding: 16px 0;
}
}
.post {
background-color: white;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, .1);
display: flex;
flex-direction: column;
overflow: hidden;
margin-bottom: 30px;
}
.postHeader {
align-items: center;
display: flex;
justify-content: space-between;
padding: 8px;
}
.postHeader .people {
display: flex;
align-items: center;
}
.postHeader .peopleTumb {
height: 40px;
margin-right: 8px;
width: 40px;
}
.postHeader .peopleName {
color: black;
font-size: 1.2rem;
font-weight: bold;
text-decoration: none;
}
.postContext {
font-size: 1.4rem;
}
.postPhoto {
overflow: hidden;
margin: 0;
height: auto;
width: 100%;
}
.postPhoto img {
width: 100%;
}
.postControls {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 4px 0;
}
.postControl {
font-size: 2.4rem;
margin: 0 8px;
}
.postControl:last-of-type {
justify-self: flex-end;
margin-left: auto;
}
.postStatus {
display: flex;
padding: 8px;
background-color: rgba(0, 0, 0, 0.05);
}
.postStatus .people {
display: flex;
justify-content: flex-start;
align-items: center;
}
.postStatus .people span {
font-size: 1.2rem;
}
.postStatus .peopleTumb {
height: 30px;
width: 30px;
margin-right: 8px;
}
|
public/css/main.css
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
*,
*:after,
*:before {
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
padding-top: 56px;
font-family: 'Open Sans', sans-serif;
background-color: #FAFAFA;
color: #000;
}
a {
text-decoration: none;
color: #000;
font-weight: bold;
}
button {
background-color: transparent;
border: none;
box-shadow: none;
outline: none;
}
.container {
width: 100%;
margin: 0 auto;
}
@media screen and (min-width: 728px) {
.container {
width: 728px;
}
}
.topbar {
backface-visibility: hidden;
background-color: white;
left: 0;
padding: 8px 16px;
position: fixed;
top: 0;
width: 100%;
box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.topbar .container {
display: flex;
justify-content: space-between;
}
.topbarLogo {
display: inline-block;
height: 40px;
}
.topbarLogo img {
height: 100%;
}
.topbarIcon {
font-size: 1.6rem;
}
.peopleTumb {
display: flex;
border-radius: 100%;
overflow: hidden;
}
.peopleTumbWrapper {
border-radius: 100%;
border: 2px solid white;
display: inline-block;
overflow: hidden;
}
.peopleTumb img {
height: 100%;
width: 100%;
}
.peopleTumb--hasNew {
background: linear-gradient(45deg, rgba(245,160,77,1) 0%, rgba(160,15,139,1) 100%);
}
.stories {
overflow-x: hidden;
overflow-y: auto;
width: 100%;
padding: 16px 0;
}
.storiesContainer {
align-items: center;
display: flex;
justify-content: flex-start;
width: 100%;
}
.stories .peopleTumb {
width: 78px;
height: 78px;
margin: 0 8px;
justify-content: center;
align-items: center;
}
.stories .peopleTumbWrapper {
height: 72px;
width: 72px;
}
.timeline {
width: 100%;
display: flex;
flex-direction: column;
padding: 16px;
}
@media screen and (min-width: 728px) {
.timeline {
padding: 16px 0;
}
}
.post {
background-color: white;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, .1);
display: flex;
flex-direction: column;
overflow: hidden;
margin-bottom: 30px;
}
.postHeader {
align-items: center;
display: flex;
justify-content: space-between;
padding: 8px;
}
.postHeader .people {
display: flex;
align-items: center;
}
.postHeader .peopleTumb {
height: 40px;
margin-right: 8px;
width: 40px;
}
.postHeader .peopleName {
color: black;
font-size: 1.2rem;
font-weight: bold;
text-decoration: none;
}
.postContext {
font-size: 1.4rem;
}
.postPhoto {
overflow: hidden;
margin: 0;
height: auto;
width: 100%;
}
.postPhoto img {
width: 100%;
}
.postControls {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 4px 0;
}
.postControl {
font-size: 2.4rem;
margin: 0 8px;
}
.postControl:last-of-type {
justify-self: flex-end;
margin-left: auto;
}
.postStatus {
display: flex;
padding: 8px;
background-color: rgba(0, 0, 0, 0.05);
}
.postStatus .people {
display: flex;
justify-content: flex-start;
align-items: center;
}
.postStatus .people span {
font-size: 1.2rem;
}
.postStatus .peopleTumb {
height: 30px;
width: 30px;
margin-right: 8px;
}
| 0.430626 | 0.075278 |
:root {
/* Font */
--font-family: Arial, Helvetica, sans-serif;
/* Main Color Pallet */
--color-1: SteelBlue;
--color-2: AntiqueWhite;
--color-3: CornflowerBlue;
--color-4: DarkSalmon;
--color-5: LavenderBlush;
/* Grey-scale Pallet */
--grey-1: #222;
--grey-2: #666;
--grey-3: #aaa;
--grey-4: #eee;
/* widths */
--width-narrow: 2px;
--width-normal: 4px;
--width-wide: 8px;
--width-x-wide: 12px;
}
div.visual {
display: block;
margin: 0;
padding: 0;
box-sizing: border-box;
margin-bottom: var(--width-normal);
margin-right: var(--width-normal);
}
div.visual.inner {
display: inline-block;
padding: var(--width-normal);
margin: 0;
}
div.visual.error {
background: #faceca;
border: 1px solid #700d04;
color: #111;
vertical-align: top;
margin: 0;
padding: 0;
box-sizing: border-box;
margin-bottom: var(--width-normal);
margin-right: var(--width-normal);
padding: var(--width-normal);
}
html,
body {
padding: 0;
margin: 0;
height: 100%;
box-sizing: border-box;
font-family: var(--font-family);
}
body {
display: flex;
flex-direction: column;
}
div#waiting {
position: fixed;
height: 100%;
width: 100%;
left: 0px;
top: 0px;
cursor: wait;
background: var(--grey-1);
opacity: 0.5;
z-index: 999;
display: none;
}
div#waiting.show {
display: block;
}
header {
margin: 0;
background-color: var(--color-1);
min-height: 40px;
line-height: 40px;
text-align: center;
color: var(--grey-1);
font-weight: 600;
box-sizing: border-box;
}
main {
flex: auto;
padding: 0;
margin: 0;
box-sizing: border-box;
display: flex;
flex-direction: row;
overflow: hidden;
}
div#config {
box-sizing: border-box;
margin: 0;
padding: 0;
float: left;
overflow-y: auto;
display: flex;
flex-direction: column;
border-right: 2px solid var(--grey-2);
width: 500px;
}
div#output {
flex: 1;
margin: 0;
padding: 2;
box-sizing: border-box;
float: left;
overflow-y: auto;
}
div#file {
background-color: white;
border: 1px solid var(--grey-2);
padding: 2px;
height: 100px;
}
div#console {
height: 100px;
background-color: #ddd;
overflow: auto;
}
div.panel {
float: left;
box-sizing: border-box;
overflow: visible;
}
div.panel.leaf {
border-bottom: var(--width-normal) solid var(--grey-3);
border-right: var(--width-normal) solid var(--grey-3);
}
div.panel.top {
border-top: var(--width-normal) solid var(--grey-3);
}
div.panel.left {
border-left: var(--width-normal) solid var(--grey-3);
}
div.panel.inner {
border: 0;
margin: 0;
padding: var(--width-normal);
overflow: auto;
width: 100%;
height: 100%;
}
textarea {
flex: 1;
overflow: auto;
white-space: nowrap;
}
button {
cursor: pointer;
}
button.slider {
position: absolute;
background-color: #eee;
top: 0;
left: 0;
height: 40px;
padding: 0px 2px;
border-radius: 0;
box-sizing: border-box;
border: 1px solid #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 4px 20px;
margin-bottom: 8px;
background-color: var(--grey-3);
}
h1 {
border-left: var(--width-x-wide) solid var(--color-1);
}
h2 {
border-left: var(--width-x-wide) solid var(--color-2);
}
h3 {
border-left: var(--width-x-wide) solid var(--color-2);
}
.help h1,
.help h2,
.help h3,
.help h4,
.help h5 .help h6 {
margin: 10px 0;
}
table,
th,
td {
border: solid 1px #ddeeee;
padding: 6px 12px;
text-align: left;
}
table {
padding: 2px;
border-collapse: collapse;
border-spacing: 0;
}
tr:nth-child(odd) {
background: #edf6ff;
}
th {
background-color: var(--color-2);
text-align: center;
font-weight: 600;
}
pre {
background-color: var(--grey-4);
padding: var(--width-wide);
border-radius: var(--width-wide);
border: 1px solid var(--grey-3);
border-left: var(--width-wide) solid var(--grey-3);
}
div.field {
padding: 4px;
}
div.field > label {
display: inline-block;
width: 100px;
font-weight: 600;
}
div#dragBar {
cursor: col-resize;
width: 4px;
background: grey;
opacity: 1;
height: 100%;
}
div#dragBarH {
cursor: row-resize;
height: 4px;
background: grey;
opacity: 1;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="checkbox"],
input[type="radio"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 24px;
min-height: 24px;
min-width: 24px;
padding: 2px 6px; /* The 1px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #d1d1d1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 24px;
padding: 0 20px;
color: #555;
text-align: center;
font-weight: 600;
text-decoration: none;
white-space: nowrap;
background-color: var(--grey-4);
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: var(--grey-1);
background-color: var(--grey-3);
border-color: var(--grey-1);
outline: 0;
}
|
css/AnalyticsNotebook.css
|
:root {
/* Font */
--font-family: Arial, Helvetica, sans-serif;
/* Main Color Pallet */
--color-1: SteelBlue;
--color-2: AntiqueWhite;
--color-3: CornflowerBlue;
--color-4: DarkSalmon;
--color-5: LavenderBlush;
/* Grey-scale Pallet */
--grey-1: #222;
--grey-2: #666;
--grey-3: #aaa;
--grey-4: #eee;
/* widths */
--width-narrow: 2px;
--width-normal: 4px;
--width-wide: 8px;
--width-x-wide: 12px;
}
div.visual {
display: block;
margin: 0;
padding: 0;
box-sizing: border-box;
margin-bottom: var(--width-normal);
margin-right: var(--width-normal);
}
div.visual.inner {
display: inline-block;
padding: var(--width-normal);
margin: 0;
}
div.visual.error {
background: #faceca;
border: 1px solid #700d04;
color: #111;
vertical-align: top;
margin: 0;
padding: 0;
box-sizing: border-box;
margin-bottom: var(--width-normal);
margin-right: var(--width-normal);
padding: var(--width-normal);
}
html,
body {
padding: 0;
margin: 0;
height: 100%;
box-sizing: border-box;
font-family: var(--font-family);
}
body {
display: flex;
flex-direction: column;
}
div#waiting {
position: fixed;
height: 100%;
width: 100%;
left: 0px;
top: 0px;
cursor: wait;
background: var(--grey-1);
opacity: 0.5;
z-index: 999;
display: none;
}
div#waiting.show {
display: block;
}
header {
margin: 0;
background-color: var(--color-1);
min-height: 40px;
line-height: 40px;
text-align: center;
color: var(--grey-1);
font-weight: 600;
box-sizing: border-box;
}
main {
flex: auto;
padding: 0;
margin: 0;
box-sizing: border-box;
display: flex;
flex-direction: row;
overflow: hidden;
}
div#config {
box-sizing: border-box;
margin: 0;
padding: 0;
float: left;
overflow-y: auto;
display: flex;
flex-direction: column;
border-right: 2px solid var(--grey-2);
width: 500px;
}
div#output {
flex: 1;
margin: 0;
padding: 2;
box-sizing: border-box;
float: left;
overflow-y: auto;
}
div#file {
background-color: white;
border: 1px solid var(--grey-2);
padding: 2px;
height: 100px;
}
div#console {
height: 100px;
background-color: #ddd;
overflow: auto;
}
div.panel {
float: left;
box-sizing: border-box;
overflow: visible;
}
div.panel.leaf {
border-bottom: var(--width-normal) solid var(--grey-3);
border-right: var(--width-normal) solid var(--grey-3);
}
div.panel.top {
border-top: var(--width-normal) solid var(--grey-3);
}
div.panel.left {
border-left: var(--width-normal) solid var(--grey-3);
}
div.panel.inner {
border: 0;
margin: 0;
padding: var(--width-normal);
overflow: auto;
width: 100%;
height: 100%;
}
textarea {
flex: 1;
overflow: auto;
white-space: nowrap;
}
button {
cursor: pointer;
}
button.slider {
position: absolute;
background-color: #eee;
top: 0;
left: 0;
height: 40px;
padding: 0px 2px;
border-radius: 0;
box-sizing: border-box;
border: 1px solid #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 4px 20px;
margin-bottom: 8px;
background-color: var(--grey-3);
}
h1 {
border-left: var(--width-x-wide) solid var(--color-1);
}
h2 {
border-left: var(--width-x-wide) solid var(--color-2);
}
h3 {
border-left: var(--width-x-wide) solid var(--color-2);
}
.help h1,
.help h2,
.help h3,
.help h4,
.help h5 .help h6 {
margin: 10px 0;
}
table,
th,
td {
border: solid 1px #ddeeee;
padding: 6px 12px;
text-align: left;
}
table {
padding: 2px;
border-collapse: collapse;
border-spacing: 0;
}
tr:nth-child(odd) {
background: #edf6ff;
}
th {
background-color: var(--color-2);
text-align: center;
font-weight: 600;
}
pre {
background-color: var(--grey-4);
padding: var(--width-wide);
border-radius: var(--width-wide);
border: 1px solid var(--grey-3);
border-left: var(--width-wide) solid var(--grey-3);
}
div.field {
padding: 4px;
}
div.field > label {
display: inline-block;
width: 100px;
font-weight: 600;
}
div#dragBar {
cursor: col-resize;
width: 4px;
background: grey;
opacity: 1;
height: 100%;
}
div#dragBarH {
cursor: row-resize;
height: 4px;
background: grey;
opacity: 1;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="checkbox"],
input[type="radio"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 24px;
min-height: 24px;
min-width: 24px;
padding: 2px 6px; /* The 1px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #d1d1d1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 24px;
padding: 0 20px;
color: #555;
text-align: center;
font-weight: 600;
text-decoration: none;
white-space: nowrap;
background-color: var(--grey-4);
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: var(--grey-1);
background-color: var(--grey-3);
border-color: var(--grey-1);
outline: 0;
}
| 0.317215 | 0.107157 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 30px 15px 20px;
}
/*.breadcrumb {
margin-top: 20px !important;
}*/
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/*Tiver*/
@font-face {
font-family: 'TiverFont'; /*a name to be used later*/
src: url('../fonts/CaviarDreams.ttf'); /*URL to font*/
}
@font-face {
font-family: 'Lato'; /*a name to be used later*/
src: url('../fonts/Lato-Regular.ttf'); /*URL to font*/
}
body {
font-family: Lato !important;
}
.navbar {
font-family: TiverFont !important;
}
.breadcrumb{
font-family: TiverFont !important;
}
h1{
font-family: TiverFont !important;
}
thead{
font-family: TiverFont !important;
}
button{
font-family: TiverFont !important;
}
.navbar-inverse {
background-color: #243957 !important;
border-color: #080808 !important;
}
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff !important;
background-color: #5fa7df !important;
}
.navbar-inverse .navbar-nav > .open > a:focus {
color: #fff !important;
background-color: #5fa7df !important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff !important;
background-color: #5fa7df;
}
.navbar-inverse .navbar-nav > li > a {
color: #c6c6c6 !important;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff !important;
background-color: transparent !important;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #fff !important;
background-color: #5fa7df !important;
}
.logo_tiver{
height: 30px;
margin-top:-5px;
}
.navbar-inverse .navbar-brand {
color: #fff !important;
}
.btn-success {
color: #fff !important;
background-color: #243957 !important;
border-color: #5fa7df !important;
}
.btn-success:hover {
color: #fff !important;
background-color: #3c5e8e !important;
border-color: #00CFFE !important;
}
.btn-success:focus {
color: #fff !important;
background-color: #243957 !important;
border-color: #5fa7df !important;
}
.btn-primary {
color: #fff !important;
background-color: #3c5e8e !important;
border-color: #5fa7df !important;
}
.btn-primary:focus {
color: #fff !important;
background-color: #3c5e8e !important;
border-color: #5fa7df !important;
}
.btn-primary:hover {
color: #fff !important;
background-color: #243957 !important;
border-color: #5fa7df !important;
}
.btn-danger {
color: #fff !important;
border-color: #575757 !important;
}
.btn-danger:hover {
color: #fff !important;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff !important;
}
a {
color: #5fa7df !important;
}
a:hover,
a:focus {
color: #3c5e8e !important;;
}
.dropdown-menu > li > a {
color: #575757 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #332f49 !important;
text-decoration: none !important;
background-color: #f2f2f4 !important;
}
/*.breadcrumb {
background-color: #f2f2f4 !important;
}*/
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f2f2f4 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
color: #fff !important;;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
background-color: #f2f2f4 !important;
}
#gmap0-map-canvas{
width:100% !important;
height: 700px !important;
}
@media (max-width: 992px) {
.navbar-header {
float: none;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin: 7.5px -15px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-text {
float: none;
margin: 15px 0;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in {
display: block!important;
}
.collapsing {
overflow: hidden!important;
}
}
.padding-left-right-0 {
padding-left: 0px;
padding-right: 0px;
}
.button_h_center{
width: 70px;
}
.header-second{
margin: 5px;
padding-bottom: 15px;
}
.margin-0{
margin: 0px !important;
}
table, .table, .table-striped, .table-bordered {
font-size: 13px !important;
}
|
web/css/site.css
|
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 30px 15px 20px;
}
/*.breadcrumb {
margin-top: 20px !important;
}*/
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/*Tiver*/
@font-face {
font-family: 'TiverFont'; /*a name to be used later*/
src: url('../fonts/CaviarDreams.ttf'); /*URL to font*/
}
@font-face {
font-family: 'Lato'; /*a name to be used later*/
src: url('../fonts/Lato-Regular.ttf'); /*URL to font*/
}
body {
font-family: Lato !important;
}
.navbar {
font-family: TiverFont !important;
}
.breadcrumb{
font-family: TiverFont !important;
}
h1{
font-family: TiverFont !important;
}
thead{
font-family: TiverFont !important;
}
button{
font-family: TiverFont !important;
}
.navbar-inverse {
background-color: #243957 !important;
border-color: #080808 !important;
}
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff !important;
background-color: #5fa7df !important;
}
.navbar-inverse .navbar-nav > .open > a:focus {
color: #fff !important;
background-color: #5fa7df !important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff !important;
background-color: #5fa7df;
}
.navbar-inverse .navbar-nav > li > a {
color: #c6c6c6 !important;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff !important;
background-color: transparent !important;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #fff !important;
background-color: #5fa7df !important;
}
.logo_tiver{
height: 30px;
margin-top:-5px;
}
.navbar-inverse .navbar-brand {
color: #fff !important;
}
.btn-success {
color: #fff !important;
background-color: #243957 !important;
border-color: #5fa7df !important;
}
.btn-success:hover {
color: #fff !important;
background-color: #3c5e8e !important;
border-color: #00CFFE !important;
}
.btn-success:focus {
color: #fff !important;
background-color: #243957 !important;
border-color: #5fa7df !important;
}
.btn-primary {
color: #fff !important;
background-color: #3c5e8e !important;
border-color: #5fa7df !important;
}
.btn-primary:focus {
color: #fff !important;
background-color: #3c5e8e !important;
border-color: #5fa7df !important;
}
.btn-primary:hover {
color: #fff !important;
background-color: #243957 !important;
border-color: #5fa7df !important;
}
.btn-danger {
color: #fff !important;
border-color: #575757 !important;
}
.btn-danger:hover {
color: #fff !important;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff !important;
}
a {
color: #5fa7df !important;
}
a:hover,
a:focus {
color: #3c5e8e !important;;
}
.dropdown-menu > li > a {
color: #575757 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #332f49 !important;
text-decoration: none !important;
background-color: #f2f2f4 !important;
}
/*.breadcrumb {
background-color: #f2f2f4 !important;
}*/
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f2f2f4 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
color: #fff !important;;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
background-color: #f2f2f4 !important;
}
#gmap0-map-canvas{
width:100% !important;
height: 700px !important;
}
@media (max-width: 992px) {
.navbar-header {
float: none;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin: 7.5px -15px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-text {
float: none;
margin: 15px 0;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in {
display: block!important;
}
.collapsing {
overflow: hidden!important;
}
}
.padding-left-right-0 {
padding-left: 0px;
padding-right: 0px;
}
.button_h_center{
width: 70px;
}
.header-second{
margin: 5px;
padding-bottom: 15px;
}
.margin-0{
margin: 0px !important;
}
table, .table, .table-striped, .table-bordered {
font-size: 13px !important;
}
| 0.402275 | 0.082549 |
@charset "utf-8";
body {
margin: 0;
padding: 0;
background-color: rgb(250, 250, 250);
box-sizing: border-box;
}
.hero-image {
background-image: url("https://8-pg.com/port/images/pexels-mark-mccammon-1080953.webp");
height: 1030px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
display: flex;
box-shadow: 0 0 10px;
z-index: -1;
}
.container {
width: 97vw;
height: 300vh;
font-family: "Poppins", sans-serif;
color: #585772;
font-weight: normal;
font-size: 22px;
font-style: normal;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 40px repeat(40, 1fr) 40px;
gap: 0px;
padding: 10px;
box-sizing: content-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.textanimate {
font-size: 110%;
font-weight: 500;
text-align: center;
}
span {
opacity: 0;
transition: all 0.4s ease;
}
span.fade {
opacity: 1;
}
.container p {
border: 0;
font-size: 100%;
background: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.content1 h1 {
width: 70%;
font-size: 120%;
font-weight: 500;
color: #00fff1;
text-shadow: 0 0 10px #0a0a0a, 0 0 10px #0a0a0a;
text-align: center;
margin-top: 200px;
margin-bottom: auto;
margin-right: auto;
margin-left: auto;
}
.content2 {
grid-column-start: 1;
grid-column-end: 5;
display: flex;
text-align: center;
height: 2%;
width: 97%;
}
.languages {
width: 23rem;
height: 23rem;
}
.languages1 {
width: 22rem;
height: 22rem;
}
.download {
color: black;
cursor: pointer;
text-transform: uppercase;
text-align: center;
width: 7%;
height: 40px;
box-shadow: 0 0 10px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
display: flex;
}
.download:hover {
color: white;
}
.btn {
color: rgb(252, 247, 247);
background-color: #649568;
cursor: pointer;
height: 42px;
font-size: 16px;
}
a target {
text-decoration: none;
}
.codeSample {
width: 42rem;
height: 42rem;
width: 60%;
}
.codeSample1 {
width: 42rem;
height: 42rem;
display: block;
width: 32%;
}
.codeSample2 {
width: 42rem;
height: 42rem;
display: block;
width: 50%;
}
.contentb,
.content3,
.content5,
.content7,
.content9,
.content11,
.content13,
.content15 {
grid-column-start: 1;
grid-column-end: 5;
flex-flow: row wrap;
margin: 0 0 0 80px;
}
.content16,
.content4,
.content6,
.content8,
.content10,
.content12,
.content14 {
grid-column-start: 1;
grid-column-end: 5;
margin: 0 85px 0 45px;
display: flex;
}
.responsive-iframe {
width: 99%;
height: 70vh;
background-color: white;
box-shadow: 0 0 10px;
}
.content6 {
grid-column-start: 1;
grid-column-end: 5;
}
.content7 {
grid-column-start: 1;
grid-column-end: 5;
}
/* Text Area Styles */
textarea {
margin-top: 10px;
height: 100px;
width: 95%;
}
/* Form Button Styles */
div#buttons {
text-align: center;
width: 100%;
}
/*new sweetAlert*/
button#btnAlert {
text-align: center;
width: 18%;
margin: 0px 440px 0px 677px;
height: 40px;
font-size: 21px;
box-shadow: 0 0 10px;
}
input[type="submit"],
input[type="reset"] {
font-size: 0.8em;
padding: 5px;
margin: 15px;
box-shadow: 0 0 10px;
}
/* Form Layout Styles */
.contact-form {
max-width: 550px;
margin: 0 auto;
background: rgba(241, 242, 249, 1);
padding: 30px;
border-radius: 5px;
display: flex;
box-shadow: 0 0 10px;
}
form.contact-form {
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
form.contact-form > fieldset {
/*form#survey*/
background-color: rgba(241, 242, 249, 1);
border-radius: 20px;
-webkit-flex: 1 1 300px;
flex: 1 1 300px;
font-size: 0.85em;
padding: 10px;
margin: 10px 400px 10px 400px;
}
div.formRow {
/*div element as flexbox with row orientation*/
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
margin: 7px 0px;
}
div.formRow > * {
/*objects that are direct children of div.formRow */
-webkit-flex: 1 1 150px;
flex: 1 1 150px;
}
.input-fields {
display: flex;
flex-direction: column;
margin-right: 4%;
}
.input-fields,
.msg {
width: 88%;
}
.input-fields .input,
.msg textarea {
margin: 10px 0;
background: transparent;
border: 0;
border-bottom: 2px solid #a9a9a9;
padding: 10px;
color: black;
width: 100%;
}
.msg textarea {
height: 212px;
}
::-webkit-input-placeholder {
color: black;
}
::-moz-input-placeholder {
color: black;
}
::-ms-input-placeholder {
color: black;
}
/* Validation Styles */
input:focus,
select:focus,
textarea:focus {
/*color of box*/
background-color: rgb(220, 255, 220);
}
input#name:focus:valid,
input#mail:focus:valid {
background: rgb(220, 255, 220) url("rb_valid.png") bottom right/contain
no-repeat;
}
input#name:focus:valid,
input#mail:focus:valid {
background: rgb(220, 255, 220) url("rb_invalid.png") bottom right/contain
no-repeat;
}
.toplink {
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
}
/*footer index*/
.footer {
grid-column-start: 1;
grid-column-end: 5;
background-color: #009cde;
top: 1400px;
}
/*about page*/
.footerabout {
grid-column-start: 1;
grid-column-end: 5;
background-color: #009cde;
top: 780px;
}
.container2 {
width: 97vw;
height: 118vh;
font-family: "Poppins", sans-serif;
color: #585772;
font-weight: normal;
font-size: 22px;
font-style: normal;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 40px repeat(40, 1fr) 40px;
gap: 0px;
padding: 10px;
box-sizing: content-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.contentabout {
width: 90%;
margin: auto;
}
.contentp1 {
grid-column-start: 3;
grid-column-end: 5;
display: flex;
-webkit-flex: 1 1 300px;
flex: 1 1 300px;
margin: auto;
height: 82%;
width: 25%;
}
.university {
display: flex;
height: 5%;
width: 5%;
}
/*contact*/
.container3 {
width: 97vw;
height: 98vh;
font-family: "Poppins", sans-serif;
color: #585772;
font-weight: normal;
font-size: 22px;
font-style: normal;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 40px repeat(40, 1fr) 40px;
gap: 0px;
padding: 10px;
box-sizing: content-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.container3,
nav {
height: 4.4vh;
}
.footercontact {
grid-column-start: 1;
grid-column-end: 5;
background-color: #009cde;
top: 1040px;
position: absolute;
width: 99%;
}
.contactme {
display: flex;
height: 25%;
width: 25%;
}
/*email form*/
.wrapper {
position: absolute;
top: 700px;
transform: translateY(-50%);
width: 100%;
padding: 0 0px;
display: flex;
text-align: center;
margin: auto;
z-index: -1;
}
/*skills page*/
.container4 {
width: 97vw;
height: 118vh;
font-family: "Poppins", sans-serif;
color: #585772;
font-weight: normal;
font-size: 22px;
font-style: normal;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 40px repeat(40, 1fr) 40px;
gap: 0px;
padding: 10px;
box-sizing: content-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.footerskills {
grid-column-start: 1;
grid-column-end: 5;
background-color: #009cde;
top: 843px;
}
.sql {
display: flex;
height: 75%;
width: 75%;
}
/*code.html*/
.container5 {
width: 97vw;
height: 358vh;
font-family: "Poppins", sans-serif;
color: #585772;
font-weight: normal;
font-size: 22px;
font-style: normal;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 40px repeat(40, 1fr) 40px;
gap: 0px;
padding: 10px;
box-sizing: content-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.footercode {
grid-column-start: 1;
grid-column-end: 5;
background-color: #009cde;
top: 2843px;
}
.shadow {
box-shadow: 0 0 10px;
}
|
css/style.css
|
@charset "utf-8";
body {
margin: 0;
padding: 0;
background-color: rgb(250, 250, 250);
box-sizing: border-box;
}
.hero-image {
background-image: url("https://8-pg.com/port/images/pexels-mark-mccammon-1080953.webp");
height: 1030px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
display: flex;
box-shadow: 0 0 10px;
z-index: -1;
}
.container {
width: 97vw;
height: 300vh;
font-family: "Poppins", sans-serif;
color: #585772;
font-weight: normal;
font-size: 22px;
font-style: normal;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 40px repeat(40, 1fr) 40px;
gap: 0px;
padding: 10px;
box-sizing: content-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.textanimate {
font-size: 110%;
font-weight: 500;
text-align: center;
}
span {
opacity: 0;
transition: all 0.4s ease;
}
span.fade {
opacity: 1;
}
.container p {
border: 0;
font-size: 100%;
background: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.content1 h1 {
width: 70%;
font-size: 120%;
font-weight: 500;
color: #00fff1;
text-shadow: 0 0 10px #0a0a0a, 0 0 10px #0a0a0a;
text-align: center;
margin-top: 200px;
margin-bottom: auto;
margin-right: auto;
margin-left: auto;
}
.content2 {
grid-column-start: 1;
grid-column-end: 5;
display: flex;
text-align: center;
height: 2%;
width: 97%;
}
.languages {
width: 23rem;
height: 23rem;
}
.languages1 {
width: 22rem;
height: 22rem;
}
.download {
color: black;
cursor: pointer;
text-transform: uppercase;
text-align: center;
width: 7%;
height: 40px;
box-shadow: 0 0 10px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
display: flex;
}
.download:hover {
color: white;
}
.btn {
color: rgb(252, 247, 247);
background-color: #649568;
cursor: pointer;
height: 42px;
font-size: 16px;
}
a target {
text-decoration: none;
}
.codeSample {
width: 42rem;
height: 42rem;
width: 60%;
}
.codeSample1 {
width: 42rem;
height: 42rem;
display: block;
width: 32%;
}
.codeSample2 {
width: 42rem;
height: 42rem;
display: block;
width: 50%;
}
.contentb,
.content3,
.content5,
.content7,
.content9,
.content11,
.content13,
.content15 {
grid-column-start: 1;
grid-column-end: 5;
flex-flow: row wrap;
margin: 0 0 0 80px;
}
.content16,
.content4,
.content6,
.content8,
.content10,
.content12,
.content14 {
grid-column-start: 1;
grid-column-end: 5;
margin: 0 85px 0 45px;
display: flex;
}
.responsive-iframe {
width: 99%;
height: 70vh;
background-color: white;
box-shadow: 0 0 10px;
}
.content6 {
grid-column-start: 1;
grid-column-end: 5;
}
.content7 {
grid-column-start: 1;
grid-column-end: 5;
}
/* Text Area Styles */
textarea {
margin-top: 10px;
height: 100px;
width: 95%;
}
/* Form Button Styles */
div#buttons {
text-align: center;
width: 100%;
}
/*new sweetAlert*/
button#btnAlert {
text-align: center;
width: 18%;
margin: 0px 440px 0px 677px;
height: 40px;
font-size: 21px;
box-shadow: 0 0 10px;
}
input[type="submit"],
input[type="reset"] {
font-size: 0.8em;
padding: 5px;
margin: 15px;
box-shadow: 0 0 10px;
}
/* Form Layout Styles */
.contact-form {
max-width: 550px;
margin: 0 auto;
background: rgba(241, 242, 249, 1);
padding: 30px;
border-radius: 5px;
display: flex;
box-shadow: 0 0 10px;
}
form.contact-form {
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
form.contact-form > fieldset {
/*form#survey*/
background-color: rgba(241, 242, 249, 1);
border-radius: 20px;
-webkit-flex: 1 1 300px;
flex: 1 1 300px;
font-size: 0.85em;
padding: 10px;
margin: 10px 400px 10px 400px;
}
div.formRow {
/*div element as flexbox with row orientation*/
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
margin: 7px 0px;
}
div.formRow > * {
/*objects that are direct children of div.formRow */
-webkit-flex: 1 1 150px;
flex: 1 1 150px;
}
.input-fields {
display: flex;
flex-direction: column;
margin-right: 4%;
}
.input-fields,
.msg {
width: 88%;
}
.input-fields .input,
.msg textarea {
margin: 10px 0;
background: transparent;
border: 0;
border-bottom: 2px solid #a9a9a9;
padding: 10px;
color: black;
width: 100%;
}
.msg textarea {
height: 212px;
}
::-webkit-input-placeholder {
color: black;
}
::-moz-input-placeholder {
color: black;
}
::-ms-input-placeholder {
color: black;
}
/* Validation Styles */
input:focus,
select:focus,
textarea:focus {
/*color of box*/
background-color: rgb(220, 255, 220);
}
input#name:focus:valid,
input#mail:focus:valid {
background: rgb(220, 255, 220) url("rb_valid.png") bottom right/contain
no-repeat;
}
input#name:focus:valid,
input#mail:focus:valid {
background: rgb(220, 255, 220) url("rb_invalid.png") bottom right/contain
no-repeat;
}
.toplink {
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
}
/*footer index*/
.footer {
grid-column-start: 1;
grid-column-end: 5;
background-color: #009cde;
top: 1400px;
}
/*about page*/
.footerabout {
grid-column-start: 1;
grid-column-end: 5;
background-color: #009cde;
top: 780px;
}
.container2 {
width: 97vw;
height: 118vh;
font-family: "Poppins", sans-serif;
color: #585772;
font-weight: normal;
font-size: 22px;
font-style: normal;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 40px repeat(40, 1fr) 40px;
gap: 0px;
padding: 10px;
box-sizing: content-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.contentabout {
width: 90%;
margin: auto;
}
.contentp1 {
grid-column-start: 3;
grid-column-end: 5;
display: flex;
-webkit-flex: 1 1 300px;
flex: 1 1 300px;
margin: auto;
height: 82%;
width: 25%;
}
.university {
display: flex;
height: 5%;
width: 5%;
}
/*contact*/
.container3 {
width: 97vw;
height: 98vh;
font-family: "Poppins", sans-serif;
color: #585772;
font-weight: normal;
font-size: 22px;
font-style: normal;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 40px repeat(40, 1fr) 40px;
gap: 0px;
padding: 10px;
box-sizing: content-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.container3,
nav {
height: 4.4vh;
}
.footercontact {
grid-column-start: 1;
grid-column-end: 5;
background-color: #009cde;
top: 1040px;
position: absolute;
width: 99%;
}
.contactme {
display: flex;
height: 25%;
width: 25%;
}
/*email form*/
.wrapper {
position: absolute;
top: 700px;
transform: translateY(-50%);
width: 100%;
padding: 0 0px;
display: flex;
text-align: center;
margin: auto;
z-index: -1;
}
/*skills page*/
.container4 {
width: 97vw;
height: 118vh;
font-family: "Poppins", sans-serif;
color: #585772;
font-weight: normal;
font-size: 22px;
font-style: normal;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 40px repeat(40, 1fr) 40px;
gap: 0px;
padding: 10px;
box-sizing: content-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.footerskills {
grid-column-start: 1;
grid-column-end: 5;
background-color: #009cde;
top: 843px;
}
.sql {
display: flex;
height: 75%;
width: 75%;
}
/*code.html*/
.container5 {
width: 97vw;
height: 358vh;
font-family: "Poppins", sans-serif;
color: #585772;
font-weight: normal;
font-size: 22px;
font-style: normal;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 40px repeat(40, 1fr) 40px;
gap: 0px;
padding: 10px;
box-sizing: content-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.footercode {
grid-column-start: 1;
grid-column-end: 5;
background-color: #009cde;
top: 2843px;
}
.shadow {
box-shadow: 0 0 10px;
}
| 0.193757 | 0.054727 |
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*CONDENSED*/
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoYNNZQyQ.woff2 ) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoadNZQyQ.woff2 ) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoYdNZQyQ.woff2 ) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobtNZQyQ.woff2 ) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoYtNZQyQ.woff2 ) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoY9NZQyQ.woff2 ) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNZ.woff2 ) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAgM9UvI.woff2 ) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLCwM9UvI.woff2 ) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAwM9UvI.woff2 ) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDAM9UvI.woff2 ) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAAM9UvI.woff2 ) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAQM9UvI.woff2 ) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM9.woff2 ) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoYNNZQyQ.woff2 ) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoadNZQyQ.woff2 ) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoYdNZQyQ.woff2 ) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYobtNZQyQ.woff2 ) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoYtNZQyQ.woff2 ) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoY9NZQyQ.woff2 ) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYobdNZ.woff2 ) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCkYb8td.woff2 ) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCAYb8td.woff2 ) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCgYb8td.woff2 ) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCcYb8td.woff2 ) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCsYb8td.woff2 ) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCoYb8td.woff2 ) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYbw.woff2 ) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2 ) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2 ) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2 ) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2 ) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2 ) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2 ) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2 ) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCkYb8td.woff2 ) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYb8td.woff2 ) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCgYb8td.woff2 ) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCcYb8td.woff2 ) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCsYb8td.woff2 ) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYb8td.woff2 ) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2 ) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*Mono*/
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T7CjBmU-.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T7mjBmU-.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T7GjBmU-.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T76jBmU-.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T7KjBmU-.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T7OjBmU-.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T72jBg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm3CWWoKC.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm3mWWoKC.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm3GWWoKC.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm36WWoKC.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm3KWWoKC.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm3OWWoKC.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm32WWg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T7CjBmU-.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T7mjBmU-.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T7GjBmU-.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T76jBmU-.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T7KjBmU-.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T7OjBmU-.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T72jBg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT7CjBmU-.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT7mjBmU-.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT7GjBmU-.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT76jBmU-.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT7KjBmU-.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT7OjBmU-.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT72jBg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWq8f7-7Ag.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWq1f7-7Ag.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWq9f7-7Ag.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWqyf7-7Ag.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWq-f7-7Ag.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWq_f7-7Ag.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWqxf78.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhGq3-OXg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhPq3-OXg.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhHq3-OXg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhIq3-OXg.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhEq3-OXg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhFq3-OXg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGq8f7-7Ag.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGq1f7-7Ag.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGq9f7-7Ag.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGqyf7-7Ag.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGq-f7-7Ag.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGq_f7-7Ag.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGqxf78.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmq8f7-7Ag.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmq1f7-7Ag.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmq9f7-7Ag.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmqyf7-7Ag.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmq-f7-7Ag.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmq_f7-7Ag.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmqxf78.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
|
assets/fonts/roboto.css
|
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(roboto/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(roboto/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Light'), local('Roboto-Light'), url(roboto/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'), url(roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Medium'), local('Roboto-Medium'), url(roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*CONDENSED*/
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoYNNZQyQ.woff2 ) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoadNZQyQ.woff2 ) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoYdNZQyQ.woff2 ) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobtNZQyQ.woff2 ) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoYtNZQyQ.woff2 ) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoY9NZQyQ.woff2 ) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNZ.woff2 ) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAgM9UvI.woff2 ) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLCwM9UvI.woff2 ) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAwM9UvI.woff2 ) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDAM9UvI.woff2 ) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAAM9UvI.woff2 ) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAQM9UvI.woff2 ) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(fonts/robotocondensed/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM9.woff2 ) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoYNNZQyQ.woff2 ) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoadNZQyQ.woff2 ) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoYdNZQyQ.woff2 ) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYobtNZQyQ.woff2 ) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoYtNZQyQ.woff2 ) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoY9NZQyQ.woff2 ) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(fonts/robotocondensed/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYobdNZ.woff2 ) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCkYb8td.woff2 ) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCAYb8td.woff2 ) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCgYb8td.woff2 ) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCcYb8td.woff2 ) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCsYb8td.woff2 ) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCoYb8td.woff2 ) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYbw.woff2 ) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2 ) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2 ) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2 ) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2 ) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2 ) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2 ) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2 ) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCkYb8td.woff2 ) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYb8td.woff2 ) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCgYb8td.woff2 ) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCcYb8td.woff2 ) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCsYb8td.woff2 ) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYb8td.woff2 ) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2 ) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*Mono*/
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T7CjBmU-.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T7mjBmU-.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T7GjBmU-.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T76jBmU-.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T7KjBmU-.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T7OjBmU-.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light Italic'), local('RobotoMono-LightItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk9a0T72jBg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm3CWWoKC.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm3mWWoKC.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm3GWWoKC.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm36WWoKC.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm3KWWoKC.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm3OWWoKC.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'), url(robotomono/L0x7DF4xlVMF-BfR8bXMIjhOm32WWg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T7CjBmU-.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T7mjBmU-.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T7GjBmU-.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T76jBmU-.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T7KjBmU-.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T7OjBmU-.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium Italic'), local('RobotoMono-MediumItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk461T72jBg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT7CjBmU-.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT7mjBmU-.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT7GjBmU-.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT76jBmU-.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT7KjBmU-.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT7OjBmU-.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'), url(robotomono/L0xmDF4xlVMF-BfR8bXMIjhOk8azT72jBg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWq8f7-7Ag.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWq1f7-7Ag.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWq9f7-7Ag.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWqyf7-7Ag.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWq-f7-7Ag.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWq_f7-7Ag.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDgiWqxf78.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhGq3-OXg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhPq3-OXg.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhHq3-OXg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhIq3-OXg.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhEq3-OXg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhFq3-OXg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(robotomono/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGq8f7-7Ag.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGq1f7-7Ag.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGq9f7-7Ag.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGqyf7-7Ag.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGq-f7-7Ag.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGq_f7-7Ag.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjC4iGqxf78.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmq8f7-7Ag.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmq1f7-7Ag.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmq9f7-7Ag.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmqyf7-7Ag.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmq-f7-7Ag.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmq_f7-7Ag.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(robotomono/L0xkDF4xlVMF-BfR8bXMIjDwjmqxf78.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
| 0.247078 | 0.074399 |
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
color: #333333;
font-size: 12px;
font-family: Arial;
background: #fff;
font-weight: 300;
}
input, select, textarea, button {
font-family: Arial;
font-size: 14px;
color: #777;
margin: 0;
padding: 0;
}
section, nav, header, footer, figure, article, aside {
display: block;
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6, form, p, ul {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
line-height: normal;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
}
img {
border: none;
vertical-align: middle;
}
a {
color: #333333;
text-decoration: none;
outline: none;
}
a:hover {
outline: none;
color: #E46D7B;
text-decoration: none;
}
a:focus {
outline: none;
}
input[type=button], input[type=submit], button {
cursor: pointer;
border: none;
overflow: visible;
line-height: normal;
}
input[type=radio], input[type=checkbox] {
margin:10px 5px 0 0;
padding: 0;
vertical-align: baseline;
height: 13px;
width: 13px;
}
.clear {
clear: both;
line-height: 0;
font-size: 0;
overflow: hidden;
}
.clearfix:after, .container:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}
ul, li {
list-style-type: none;
}
a, input { /* Firefox */
-moz-transition: all 0.2s ease-in;
/* WebKit */
-webkit-transition: all 0.2s ease-in;
/* Opera */
-o-transition: all 0.2s ease-in;
/* Standard */
transition: all 0.2s ease-in;
}
.no-trans a, .no-trans { /* Firefox */
-moz-transition: none;
/* WebKit */
-webkit-transition: none;
/* Opera */
-o-transition: none;
/* Standard */
transition: none;
}
.rotate {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
}
.rotate:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
.textfield, select {
border: 1px #d6d6d6 solid; /*padding:3px 8px;*/
padding: 10px 8px;
}
.textfield:hover, select:hover {
color: #555;
}
.textfield:focus, select:focus {
color: #333;
}
.fl-l {
float: left;
}
.fl-r {
float: right;
}
/*-----------------general styles------------------*/
.wrapper {
width: 980px;
margin: 0 auto;
background: #fff;
}
.header {
padding-top: 14px;
padding-bottom: 24px;
}
.logo {
width: 280px;
}
.logo img {
width: 100%;
}
.middle_header {
color: #808080;
font-family: Arial;
font-size: 20px;
padding: 8px 0 0 65px;
}
.middle_header1 {
color: #808080;
text-align: center;
font-family: Arial;
font-size: 20px;
padding: 8px 0 0 0;
margin-left: -39px;
}
.middle_header h2 {
font-size: 28px;
}
.menu {
float: right;
padding: 14px 0 0 0;
}
.container {
width: 980px;
}
/* sidebar */
.navbar-static-top {
background: none;
border-bottom: 0;
}
.navbar-static-side {
background-color: #f5f5f5;
border: 1px solid #c0c0c0;
border-radius: 5px;
}
.nav a {
color: #999999;
font-weight: bold;
text-transform: uppercase;
padding-top: 7px !important;
padding-bottom: 7px !important;
}
.fa.arrow:before {
content: "\f0da";
}
.active > a > .fa.arrow:before {
content: "\f0d7";
}
.arrow {
float: left;
margin-right: 10px;
margin-top: 2px;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
}
.nav-second-level li a {
padding-left: 37px;
color: #0088cc;
text-transform: none;
font-weight: lighter;
}
.nav-second-level li a:hover {
text-indent: 3px;
}
.content {
border: 1px solid #c0c0c0;
border-radius: 5px;
padding: 10px;
}
.select_wrap {
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
padding-top: 10px;
margin-bottom: 30px;
}
.select_wrap .btn {
margin-bottom: 10px;
margin-right: 3px;
}
.control-label {
text-align: left !important;
}
label {
font-weight: lighter;
font-size: 16px;
padding-top: 4px !important;
}
.select_lrg {
width: 100%;
border: 1px solid #ccc;
border-radius: 5px;
background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f5f5f5 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f5f5f5 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f5f5f5 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f5f5f5 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
box-shadow: 0 0 3px -2px #000;
}
.btn {
padding: 5px 20px;
/*background: #ffffff;*/ /* Old browsers */
/*background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);*/ /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);*/ /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);*/ /* IE10+ */
/*background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);*/ /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
border: 1px solid #cdcdcd;
}
.form_wrap {
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
.form-control {
border-color: #e7e7e7;
}
#div-welcome {
width: 175px;
float: right;
border: groove;
padding: 5px 5px 5px 5px;
background-color: azure;
margin-right: 16px;
}
#div-welcome a {
color: blue;
}
.action-btn-schdedule {
margin-bottom: 20px;
}
.version-display {
margin-top: 20px;
}
.version-display div {
width: 50%;
}
.version-detail-left {
float: left;
margin: 20px 0 0 0;
}
.version-detail-right {
float: left;
margin: 20px 0 0 0;
}
.new_vessel_btn {
margin: 0 0 10px 20px;
}
.assignedVessel {
margin: 0 8px 8px 8px;
padding:10px;
}
.hovertr {
background-color: #428BCA;
cursor: pointer; color:#fff;
}
.info_label {
font-weight: 700;
font-size: 12px;
}
.version-detail {padding:20px 0px 0 0;}
.version-detail .col-md-6{padding:0 15px 10px 15px;}
.btm-mrgn-non {margin-bottom:0px;}
#colTable {
margin-top:10px;
}
.delete-assignment hover {
background-color:red;
}
.k-upload-button {
margin: 0 !important;
}
.kando-numeric
{
padding-left: 2px;
display: block;
height: 27px !important;
position: relative;
/*top: 0px;*/
}
.k-numeric-wrap .k-input {
width:97% !important;
}
.k-numeric-wrap {
height:32px;
}
.p-b-20 {
padding-bottom:20px;
}
.text-blue
{
color:#428bca;
}
.f-11 {
font-size:11px;
}
@media not all and (-webkit-min-device-pixel-ratio:0) {
.kando-numeric input {
position:absolute;
top:0;
}
}
.kando-numeric input {
position:absolute;
top:0;
}
.kando-numeric .k-tooltip-validation {
position:absolute;
left:180px;
}
|
smartData/Scripts/BootStrapDailog/css/style.css
|
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
color: #333333;
font-size: 12px;
font-family: Arial;
background: #fff;
font-weight: 300;
}
input, select, textarea, button {
font-family: Arial;
font-size: 14px;
color: #777;
margin: 0;
padding: 0;
}
section, nav, header, footer, figure, article, aside {
display: block;
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6, form, p, ul {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
line-height: normal;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
}
img {
border: none;
vertical-align: middle;
}
a {
color: #333333;
text-decoration: none;
outline: none;
}
a:hover {
outline: none;
color: #E46D7B;
text-decoration: none;
}
a:focus {
outline: none;
}
input[type=button], input[type=submit], button {
cursor: pointer;
border: none;
overflow: visible;
line-height: normal;
}
input[type=radio], input[type=checkbox] {
margin:10px 5px 0 0;
padding: 0;
vertical-align: baseline;
height: 13px;
width: 13px;
}
.clear {
clear: both;
line-height: 0;
font-size: 0;
overflow: hidden;
}
.clearfix:after, .container:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}
ul, li {
list-style-type: none;
}
a, input { /* Firefox */
-moz-transition: all 0.2s ease-in;
/* WebKit */
-webkit-transition: all 0.2s ease-in;
/* Opera */
-o-transition: all 0.2s ease-in;
/* Standard */
transition: all 0.2s ease-in;
}
.no-trans a, .no-trans { /* Firefox */
-moz-transition: none;
/* WebKit */
-webkit-transition: none;
/* Opera */
-o-transition: none;
/* Standard */
transition: none;
}
.rotate {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
}
.rotate:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
.textfield, select {
border: 1px #d6d6d6 solid; /*padding:3px 8px;*/
padding: 10px 8px;
}
.textfield:hover, select:hover {
color: #555;
}
.textfield:focus, select:focus {
color: #333;
}
.fl-l {
float: left;
}
.fl-r {
float: right;
}
/*-----------------general styles------------------*/
.wrapper {
width: 980px;
margin: 0 auto;
background: #fff;
}
.header {
padding-top: 14px;
padding-bottom: 24px;
}
.logo {
width: 280px;
}
.logo img {
width: 100%;
}
.middle_header {
color: #808080;
font-family: Arial;
font-size: 20px;
padding: 8px 0 0 65px;
}
.middle_header1 {
color: #808080;
text-align: center;
font-family: Arial;
font-size: 20px;
padding: 8px 0 0 0;
margin-left: -39px;
}
.middle_header h2 {
font-size: 28px;
}
.menu {
float: right;
padding: 14px 0 0 0;
}
.container {
width: 980px;
}
/* sidebar */
.navbar-static-top {
background: none;
border-bottom: 0;
}
.navbar-static-side {
background-color: #f5f5f5;
border: 1px solid #c0c0c0;
border-radius: 5px;
}
.nav a {
color: #999999;
font-weight: bold;
text-transform: uppercase;
padding-top: 7px !important;
padding-bottom: 7px !important;
}
.fa.arrow:before {
content: "\f0da";
}
.active > a > .fa.arrow:before {
content: "\f0d7";
}
.arrow {
float: left;
margin-right: 10px;
margin-top: 2px;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
}
.nav-second-level li a {
padding-left: 37px;
color: #0088cc;
text-transform: none;
font-weight: lighter;
}
.nav-second-level li a:hover {
text-indent: 3px;
}
.content {
border: 1px solid #c0c0c0;
border-radius: 5px;
padding: 10px;
}
.select_wrap {
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
padding-top: 10px;
margin-bottom: 30px;
}
.select_wrap .btn {
margin-bottom: 10px;
margin-right: 3px;
}
.control-label {
text-align: left !important;
}
label {
font-weight: lighter;
font-size: 16px;
padding-top: 4px !important;
}
.select_lrg {
width: 100%;
border: 1px solid #ccc;
border-radius: 5px;
background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f5f5f5 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f5f5f5 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f5f5f5 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f5f5f5 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
box-shadow: 0 0 3px -2px #000;
}
.btn {
padding: 5px 20px;
/*background: #ffffff;*/ /* Old browsers */
/*background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);*/ /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);*/ /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);*/ /* IE10+ */
/*background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);*/ /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
border: 1px solid #cdcdcd;
}
.form_wrap {
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
.form-control {
border-color: #e7e7e7;
}
#div-welcome {
width: 175px;
float: right;
border: groove;
padding: 5px 5px 5px 5px;
background-color: azure;
margin-right: 16px;
}
#div-welcome a {
color: blue;
}
.action-btn-schdedule {
margin-bottom: 20px;
}
.version-display {
margin-top: 20px;
}
.version-display div {
width: 50%;
}
.version-detail-left {
float: left;
margin: 20px 0 0 0;
}
.version-detail-right {
float: left;
margin: 20px 0 0 0;
}
.new_vessel_btn {
margin: 0 0 10px 20px;
}
.assignedVessel {
margin: 0 8px 8px 8px;
padding:10px;
}
.hovertr {
background-color: #428BCA;
cursor: pointer; color:#fff;
}
.info_label {
font-weight: 700;
font-size: 12px;
}
.version-detail {padding:20px 0px 0 0;}
.version-detail .col-md-6{padding:0 15px 10px 15px;}
.btm-mrgn-non {margin-bottom:0px;}
#colTable {
margin-top:10px;
}
.delete-assignment hover {
background-color:red;
}
.k-upload-button {
margin: 0 !important;
}
.kando-numeric
{
padding-left: 2px;
display: block;
height: 27px !important;
position: relative;
/*top: 0px;*/
}
.k-numeric-wrap .k-input {
width:97% !important;
}
.k-numeric-wrap {
height:32px;
}
.p-b-20 {
padding-bottom:20px;
}
.text-blue
{
color:#428bca;
}
.f-11 {
font-size:11px;
}
@media not all and (-webkit-min-device-pixel-ratio:0) {
.kando-numeric input {
position:absolute;
top:0;
}
}
.kando-numeric input {
position:absolute;
top:0;
}
.kando-numeric .k-tooltip-validation {
position:absolute;
left:180px;
}
| 0.350755 | 0.100657 |
body{
background-image: url(./assets/topbackgrnd.jpg);
background-size: cover;
margin: 0px;
padding: 0px;
}
#title{
width: fit-content;
position: absolute;
left: 2%;
top: 3%;
}
@keyframes scroll {
from{
opacity: 0;
}
to{
opacity:1;
}
0% {transform: translate(0px);}
100% {transform: translate(-240vh);}
}
@keyframes scroll2 {
0% {transform: translate(120px);}
100% {transform: translate(0vh);}
}
.image{
position: absolute;
top: 0;
left: 20px;
opacity: 0.7;
z-index: 5;
animation: scroll2 40s linear infinite;
animation-direction: alternate-reverse;
}
.imageOne{
position: absolute;
top: 45%;
left: 55%;
opacity: 0.4;
z-index: 5;
animation: scroll 80s linear infinite;
animation-direction: normal;
}
.imageTwo{
position: absolute;
top: 18%;
left: 70%;
opacity: 0.4;
z-index: 5;
}
#para {
margin: 0;
font-size: 12px;
}
#para1 {
margin: 0;
font-size: 10.5px;
}
#param{
margin: 0;
font-size: 14px;
}
#parapo1{
font-size: 14px;
position: absolute;
margin: 0;
top: 57%;
left: 55%;
}
#parapo2{
font-size: 16px;
position: absolute;
margin: 0;
top: 75%;
left: 55%;
}
#parapo3{
font-size: 14px;
position: absolute;
margin: 0;
top: 66%;
left: 55%;
}
#forecast{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 10%;
z-index: 3;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast1{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 21.5%;
z-index: 3;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast2{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 33%;
z-index: 2;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast3{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 44.5%;
z-index: 2;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast4{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 56%;
z-index: 3;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast5{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 67.5%;
z-index: 2;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast6{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 79%;
z-index: 2;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#historical1{
width: 10%;
height: 150px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:17%;
left: 74.5%;
z-index: 3;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#historical2{
width: 10%;
height: 150px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:17%;
left: 85%;
z-index: 3;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#historical3{
width: 10%;
height: 150px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:40%;
left: 74.5%;
z-index: 2;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#historical4{
width: 10%;
height: 150px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:40%;
left: 85%;
z-index: 2;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast-heading{
position: absolute;
color: white;
top: 61%;
left:10%;
font-size: 24px;
text-shadow: 2px 2px 5px black;
}
|
src/main/resources/static/styles.css
|
body{
background-image: url(./assets/topbackgrnd.jpg);
background-size: cover;
margin: 0px;
padding: 0px;
}
#title{
width: fit-content;
position: absolute;
left: 2%;
top: 3%;
}
@keyframes scroll {
from{
opacity: 0;
}
to{
opacity:1;
}
0% {transform: translate(0px);}
100% {transform: translate(-240vh);}
}
@keyframes scroll2 {
0% {transform: translate(120px);}
100% {transform: translate(0vh);}
}
.image{
position: absolute;
top: 0;
left: 20px;
opacity: 0.7;
z-index: 5;
animation: scroll2 40s linear infinite;
animation-direction: alternate-reverse;
}
.imageOne{
position: absolute;
top: 45%;
left: 55%;
opacity: 0.4;
z-index: 5;
animation: scroll 80s linear infinite;
animation-direction: normal;
}
.imageTwo{
position: absolute;
top: 18%;
left: 70%;
opacity: 0.4;
z-index: 5;
}
#para {
margin: 0;
font-size: 12px;
}
#para1 {
margin: 0;
font-size: 10.5px;
}
#param{
margin: 0;
font-size: 14px;
}
#parapo1{
font-size: 14px;
position: absolute;
margin: 0;
top: 57%;
left: 55%;
}
#parapo2{
font-size: 16px;
position: absolute;
margin: 0;
top: 75%;
left: 55%;
}
#parapo3{
font-size: 14px;
position: absolute;
margin: 0;
top: 66%;
left: 55%;
}
#forecast{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 10%;
z-index: 3;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast1{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 21.5%;
z-index: 3;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast2{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 33%;
z-index: 2;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast3{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 44.5%;
z-index: 2;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast4{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 56%;
z-index: 3;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast5{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 67.5%;
z-index: 2;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast6{
width: 11%;
height: 200px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:67%;
left: 79%;
z-index: 2;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#historical1{
width: 10%;
height: 150px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:17%;
left: 74.5%;
z-index: 3;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#historical2{
width: 10%;
height: 150px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:17%;
left: 85%;
z-index: 3;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#historical3{
width: 10%;
height: 150px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:40%;
left: 74.5%;
z-index: 2;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#historical4{
width: 10%;
height: 150px;
max-height:253px;
max-width: 60rem;
position: absolute;
top:40%;
left: 85%;
z-index: 2;
box-shadow: 3px 3px 5px rgba(82, 82, 82, 0.753);
}
#forecast-heading{
position: absolute;
color: white;
top: 61%;
left:10%;
font-size: 24px;
text-shadow: 2px 2px 5px black;
}
| 0.669853 | 0.107719 |
.margins {
LEFT: 2px; VISIBILITY: visible; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; POSITION: absolute; TOP: 0px
}
.Error {
FONT-SIZE: 9pt; COLOR: #ff3333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.CaptionText {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ValueText {
PADDING-LEFT: 5px; FONT-SIZE: 10pt; MARGIN-BOTTOM: auto; PADDING-BOTTOM: 5px; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.SizeMain {
WIDTH: 740px
}
.HdrText {
FONT-WEIGHT: bold; FONT-SIZE: 11pt; PADDING-BOTTOM: 2px; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.PageHdrText {
FONT-WEIGHT: bold; FONT-SIZE: 11pt; PADDING-BOTTOM: 2px; COLOR: #ffffff; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.FooterText {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 2px; COLOR: #0000ff; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ProfileCaptionText {
FONT-WEIGHT: bold; FONT-SIZE: 9px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ProfileCaptionValue {
FONT-WEIGHT: bold; FONT-SIZE: 9px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.SectionHeaderText {
FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A {
TEXT-DECORATION: none
}
A:hover {
COLOR: #cc0000; TEXT-DECORATION: underline
}
.ItemBotMargin {
MARGIN-BOTTOM: 6px
}
.ItemTopMargin {
MARGIN-TOP: 6px
}
.ItemBothMargin {
MARGIN-TOP: 6px; MARGIN-BOTTOM: 6px
}
.smaller {
FONT-WEIGHT: normal; FONT-SIZE: 9px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.novis {
VISIBILITY: hidden
}
.ResHdr {
FONT-WEIGHT: bold; FONT-SIZE: 11px; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.ResTxt {
FONT-WEIGHT: normal; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ResTitle {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 13px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ResItemSpace {
HEIGHT: 33px
}
.leftmargin {
LEFT: 4px; POSITION: relative
}
.hidden {
DISPLAY: none
}
.BigValueText {
FONT-SIZE: 12pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.SectionColor {
FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #814eae
}
.SectionText {
FONT-WEIGHT: bold; FONT-SIZE: 11pt; PADDING-BOTTOM: 2px; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.TblBorder {
BORDER-RIGHT: #814eae 1px solid; BORDER-TOP: #814eae 1px solid; BORDER-LEFT: #814eae 1px solid; BORDER-BOTTOM: #814eae 1px solid
}
.RowBorder {
BORDER-RIGHT: #e3d8ed 1px; BORDER-TOP: #e3d8ed 1px; BORDER-LEFT: #e3d8ed 1px; BORDER-BOTTOM: #e3d8ed 1px solid
}
.NoTopMargin {
MARGIN: 0px
}
.RowColor {
BACKGROUND-COLOR: #e3d8ed
}
.RowColorLight {
BACKGROUND-COLOR: #f4f4f4
}
.SmallerCaption {
FONT-WEIGHT: bold; FONT-SIZE: 10px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.SmallTxtGrayBg {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; PADDING-BOTTOM: 2px; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.SmallTxtBox {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; PADDING-BOTTOM: 2px; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.visible {
VISIBILITY: visible
}
.smallerbold {
FONT-WEIGHT: bold; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BigValueTextBold {
FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.CaptionTextSmaller {
FONT-WEIGHT: bold; FONT-SIZE: 8pt; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ValueTextBold {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 5px; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ValueTextDisclaimer {
FONT-SIZE: 8pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; COLOR: #666666; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.SectionColorLight {
FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #ff3300; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
.HdrTextPurpleLight {
FONT-WEIGHT: bold; FONT-SIZE: 12pt; PADDING-BOTTOM: 2px; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #e3d8ed; TEXT-ALIGN: center
}
.listspacing {
MARGIN-BOTTOM: 4pt
}
LI {
MARGIN-BOTTOM: 4pt
}
.SmallerCaptionWhite {
FONT-WEIGHT: bold; FONT-SIZE: 10px; PADDING-BOTTOM: 4px; COLOR: #ffffff; PADDING-TOP: 4px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ValueTextBoldGray {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 15px; COLOR: #868686; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; WHITE-SPACE: normal; TEXT-ALIGN: left
}
.ValueTextBoldPackage {
FONT-WEIGHT: bold; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.ValueTextBoldBlue {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 15px; COLOR: #003399; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.ValueTextNormalBlue {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 15px; COLOR: #003399; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.TD15Bottom {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 15px; COLOR: #003399; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.TD15Top {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; COLOR: #003399; LINE-HEIGHT: normal; PADDING-TOP: 15px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.FieldName {
BORDER-RIGHT: #3366cc thin solid; BORDER-TOP: #3366cc thin solid; VISIBILITY: visible; BORDER-LEFT: #3366cc thin solid; BORDER-BOTTOM: #3366cc thin solid; BACKGROUND-COLOR: #e6ecf9
}
.Buttom {
BORDER-RIGHT: medium none; BORDER-TOP: medium none; VISIBILITY: visible; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none
}
.TD10Bottom {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 10px; COLOR: #333333; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.TD10Top {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; COLOR: #003399; LINE-HEIGHT: normal; PADDING-TOP: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.TD15TopBlueValueText {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; COLOR: #003399; LINE-HEIGHT: normal; PADDING-TOP: 15px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.HdrTextWhiteonBlue {
FONT-WEIGHT: bold; FONT-SIZE: 12pt; PADDING-BOTTOM: 2px; COLOR: #ffffff; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #4c4a64; TEXT-ALIGN: center
}
.HdrTextWhiteonBlueLight {
FONT-WEIGHT: normal; FONT-SIZE: 9px; PADDING-BOTTOM: 2px; COLOR: #ff0000; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #d7ebff; TEXT-ALIGN: center
}
.HdrTextWhiteonBlueSmall {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 2px; COLOR: #ffffff; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #0066cc; TEXT-ALIGN: left
}
.RowColorLightGray {
PADDING-RIGHT: 0px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 8px; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f8f8f8
}
.RowColorWhite {
PADDING-RIGHT: 0px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 8px; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
.HdrTextWhiteonYellowLight {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 2px; COLOR: #000000; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #fff4de; TEXT-ALIGN: center
}
.HdrTextWhiteonYellowLightLeft {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 7px; COLOR: #000000; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #fff4de; TEXT-ALIGN: left
}
.ValueTextGrayCopy {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 10px; COLOR: #333333; LINE-HEIGHT: normal; PADDING-TOP: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; WHITE-SPACE: normal; TEXT-ALIGN: left
}
.ValueBarText {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 4px; COLOR: #0066cc; LINE-HEIGHT: normal; PADDING-TOP: 4px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.ValueTextSmall {
PADDING-RIGHT: 35px; PADDING-LEFT: 5px; FONT-SIZE: 7pt; PADDING-BOTTOM: 5px; MARGIN: auto; COLOR: #333333; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ValueTextFeaturedEmp {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; FONT-SIZE: 7pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 2px; COLOR: #333333; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; WHITE-SPACE: normal; TEXT-ALIGN: left
}
.BarHeading {
PADDING-LEFT: 10px; FONT-WEIGHT: normal; FONT-SIZE: 16pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; COLOR: #ffffff; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: 3px
}
.BarHeading2 {
PADDING-LEFT: 10px; FONT-WEIGHT: normal; FONT-SIZE: 14pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; COLOR: #ffffff; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: 3px
}
.BarHeading3 {
FONT-WEIGHT: normal; COLOR: #ffffff; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.HdrTextLarge {
FONT-WEIGHT: normal; FONT-SIZE: 18pt; PADDING-BOTTOM: 12px; LINE-HEIGHT: normal; PADDING-TOP: 12px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.HdrTextWhiteonLightGray {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 2px; COLOR: #000000; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f2f2f2; TEXT-ALIGN: center
}
.BlueBGHdrText {
FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/blue_bar.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 5px; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BlueBGHdrTextTall {
FONT-WEIGHT: bold; FONT-SIZE: 10px; BACKGROUND-IMAGE: url(images/blue_bar_tall.gif); MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: normal; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ValueBarText11 {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 4px; COLOR: #0066cc; LINE-HEIGHT: normal; PADDING-TOP: 4px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.ValueBarText9 {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 4px; LINE-HEIGHT: normal; PADDING-TOP: 4px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.ValueBarText8 {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 8pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.smaller8 {
FONT-WEIGHT: normal; FONT-SIZE: 9px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.BlueBGHdrCaption {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/blue_bar_tall.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 8px; LINE-HEIGHT: normal; PADDING-TOP: 8px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BlueBGHdrValue {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/gray_bar_tall.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 5px; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BlueBGHdrCaption3 {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/blue_bar_tall3.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 8px; LINE-HEIGHT: normal; PADDING-TOP: 8px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BlueBGHdrValueGray3 {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/gray_bar_tall3.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 5px; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BlueBGHdrValueGray4 {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/gray_bar_tall4.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 5px; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BlueBGHdrCaption4 {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/blue_bar_tall4.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 8px; LINE-HEIGHT: normal; PADDING-TOP: 8px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
|
BlogCFC 4.0.2 (12-28-2006a PROD) (PROD ezCluster v1.10)/images/singleTabbedContent.css
|
.margins {
LEFT: 2px; VISIBILITY: visible; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; POSITION: absolute; TOP: 0px
}
.Error {
FONT-SIZE: 9pt; COLOR: #ff3333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.CaptionText {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ValueText {
PADDING-LEFT: 5px; FONT-SIZE: 10pt; MARGIN-BOTTOM: auto; PADDING-BOTTOM: 5px; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.SizeMain {
WIDTH: 740px
}
.HdrText {
FONT-WEIGHT: bold; FONT-SIZE: 11pt; PADDING-BOTTOM: 2px; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.PageHdrText {
FONT-WEIGHT: bold; FONT-SIZE: 11pt; PADDING-BOTTOM: 2px; COLOR: #ffffff; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.FooterText {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 2px; COLOR: #0000ff; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ProfileCaptionText {
FONT-WEIGHT: bold; FONT-SIZE: 9px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ProfileCaptionValue {
FONT-WEIGHT: bold; FONT-SIZE: 9px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.SectionHeaderText {
FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A {
TEXT-DECORATION: none
}
A:hover {
COLOR: #cc0000; TEXT-DECORATION: underline
}
.ItemBotMargin {
MARGIN-BOTTOM: 6px
}
.ItemTopMargin {
MARGIN-TOP: 6px
}
.ItemBothMargin {
MARGIN-TOP: 6px; MARGIN-BOTTOM: 6px
}
.smaller {
FONT-WEIGHT: normal; FONT-SIZE: 9px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.novis {
VISIBILITY: hidden
}
.ResHdr {
FONT-WEIGHT: bold; FONT-SIZE: 11px; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.ResTxt {
FONT-WEIGHT: normal; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ResTitle {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 13px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ResItemSpace {
HEIGHT: 33px
}
.leftmargin {
LEFT: 4px; POSITION: relative
}
.hidden {
DISPLAY: none
}
.BigValueText {
FONT-SIZE: 12pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.SectionColor {
FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #814eae
}
.SectionText {
FONT-WEIGHT: bold; FONT-SIZE: 11pt; PADDING-BOTTOM: 2px; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.TblBorder {
BORDER-RIGHT: #814eae 1px solid; BORDER-TOP: #814eae 1px solid; BORDER-LEFT: #814eae 1px solid; BORDER-BOTTOM: #814eae 1px solid
}
.RowBorder {
BORDER-RIGHT: #e3d8ed 1px; BORDER-TOP: #e3d8ed 1px; BORDER-LEFT: #e3d8ed 1px; BORDER-BOTTOM: #e3d8ed 1px solid
}
.NoTopMargin {
MARGIN: 0px
}
.RowColor {
BACKGROUND-COLOR: #e3d8ed
}
.RowColorLight {
BACKGROUND-COLOR: #f4f4f4
}
.SmallerCaption {
FONT-WEIGHT: bold; FONT-SIZE: 10px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.SmallTxtGrayBg {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; PADDING-BOTTOM: 2px; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.SmallTxtBox {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; PADDING-BOTTOM: 2px; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.visible {
VISIBILITY: visible
}
.smallerbold {
FONT-WEIGHT: bold; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BigValueTextBold {
FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.CaptionTextSmaller {
FONT-WEIGHT: bold; FONT-SIZE: 8pt; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ValueTextBold {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 5px; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ValueTextDisclaimer {
FONT-SIZE: 8pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; COLOR: #666666; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.SectionColorLight {
FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #ff3300; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
.HdrTextPurpleLight {
FONT-WEIGHT: bold; FONT-SIZE: 12pt; PADDING-BOTTOM: 2px; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #e3d8ed; TEXT-ALIGN: center
}
.listspacing {
MARGIN-BOTTOM: 4pt
}
LI {
MARGIN-BOTTOM: 4pt
}
.SmallerCaptionWhite {
FONT-WEIGHT: bold; FONT-SIZE: 10px; PADDING-BOTTOM: 4px; COLOR: #ffffff; PADDING-TOP: 4px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ValueTextBoldGray {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 15px; COLOR: #868686; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; WHITE-SPACE: normal; TEXT-ALIGN: left
}
.ValueTextBoldPackage {
FONT-WEIGHT: bold; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.ValueTextBoldBlue {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 15px; COLOR: #003399; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.ValueTextNormalBlue {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 15px; COLOR: #003399; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.TD15Bottom {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 15px; COLOR: #003399; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.TD15Top {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; COLOR: #003399; LINE-HEIGHT: normal; PADDING-TOP: 15px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.FieldName {
BORDER-RIGHT: #3366cc thin solid; BORDER-TOP: #3366cc thin solid; VISIBILITY: visible; BORDER-LEFT: #3366cc thin solid; BORDER-BOTTOM: #3366cc thin solid; BACKGROUND-COLOR: #e6ecf9
}
.Buttom {
BORDER-RIGHT: medium none; BORDER-TOP: medium none; VISIBILITY: visible; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none
}
.TD10Bottom {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 10px; COLOR: #333333; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.TD10Top {
FONT-WEIGHT: normal; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; COLOR: #003399; LINE-HEIGHT: normal; PADDING-TOP: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.TD15TopBlueValueText {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; COLOR: #003399; LINE-HEIGHT: normal; PADDING-TOP: 15px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.HdrTextWhiteonBlue {
FONT-WEIGHT: bold; FONT-SIZE: 12pt; PADDING-BOTTOM: 2px; COLOR: #ffffff; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #4c4a64; TEXT-ALIGN: center
}
.HdrTextWhiteonBlueLight {
FONT-WEIGHT: normal; FONT-SIZE: 9px; PADDING-BOTTOM: 2px; COLOR: #ff0000; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #d7ebff; TEXT-ALIGN: center
}
.HdrTextWhiteonBlueSmall {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 2px; COLOR: #ffffff; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #0066cc; TEXT-ALIGN: left
}
.RowColorLightGray {
PADDING-RIGHT: 0px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 8px; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f8f8f8
}
.RowColorWhite {
PADDING-RIGHT: 0px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 8px; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
.HdrTextWhiteonYellowLight {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 2px; COLOR: #000000; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #fff4de; TEXT-ALIGN: center
}
.HdrTextWhiteonYellowLightLeft {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 7px; COLOR: #000000; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #fff4de; TEXT-ALIGN: left
}
.ValueTextGrayCopy {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 10px; COLOR: #333333; LINE-HEIGHT: normal; PADDING-TOP: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; WHITE-SPACE: normal; TEXT-ALIGN: left
}
.ValueBarText {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 4px; COLOR: #0066cc; LINE-HEIGHT: normal; PADDING-TOP: 4px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.ValueTextSmall {
PADDING-RIGHT: 35px; PADDING-LEFT: 5px; FONT-SIZE: 7pt; PADDING-BOTTOM: 5px; MARGIN: auto; COLOR: #333333; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ValueTextFeaturedEmp {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; FONT-SIZE: 7pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 2px; COLOR: #333333; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; WHITE-SPACE: normal; TEXT-ALIGN: left
}
.BarHeading {
PADDING-LEFT: 10px; FONT-WEIGHT: normal; FONT-SIZE: 16pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; COLOR: #ffffff; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: 3px
}
.BarHeading2 {
PADDING-LEFT: 10px; FONT-WEIGHT: normal; FONT-SIZE: 14pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; COLOR: #ffffff; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: 3px
}
.BarHeading3 {
FONT-WEIGHT: normal; COLOR: #ffffff; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.HdrTextLarge {
FONT-WEIGHT: normal; FONT-SIZE: 18pt; PADDING-BOTTOM: 12px; LINE-HEIGHT: normal; PADDING-TOP: 12px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.HdrTextWhiteonLightGray {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 2px; COLOR: #000000; LINE-HEIGHT: normal; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f2f2f2; TEXT-ALIGN: center
}
.BlueBGHdrText {
FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/blue_bar.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 5px; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BlueBGHdrTextTall {
FONT-WEIGHT: bold; FONT-SIZE: 10px; BACKGROUND-IMAGE: url(images/blue_bar_tall.gif); MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: normal; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ValueBarText11 {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 4px; COLOR: #0066cc; LINE-HEIGHT: normal; PADDING-TOP: 4px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.ValueBarText9 {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 9pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 4px; LINE-HEIGHT: normal; PADDING-TOP: 4px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.ValueBarText8 {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 8pt; MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 0px; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.smaller8 {
FONT-WEIGHT: normal; FONT-SIZE: 9px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.BlueBGHdrCaption {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/blue_bar_tall.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 8px; LINE-HEIGHT: normal; PADDING-TOP: 8px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BlueBGHdrValue {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/gray_bar_tall.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 5px; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BlueBGHdrCaption3 {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/blue_bar_tall3.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 8px; LINE-HEIGHT: normal; PADDING-TOP: 8px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BlueBGHdrValueGray3 {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/gray_bar_tall3.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 5px; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BlueBGHdrValueGray4 {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/gray_bar_tall4.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 5px; LINE-HEIGHT: normal; PADDING-TOP: 5px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BlueBGHdrCaption4 {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/blue_bar_tall4.gif); MARGIN-BOTTOM: 6px; PADDING-BOTTOM: 8px; LINE-HEIGHT: normal; PADDING-TOP: 8px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
| 0.315947 | 0.096962 |
* {
margin: 0;
padding: 0;
border: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
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;
vertical-align: baseline;
}
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;
}
body {
background: transparent;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-size: 16px;
line-height: 1;
text-shadow: 1px 2px 3px #666;
color: #fff;
background: #2980b9;
}
::selection {
color: #000;
background: rgba(236, 240, 241, 1.0);
}
::moz-selection {
color: #000;
background: rgba(236, 240, 241, 1.0);
}
::webkit-selection {
color: #000;
background: rgba(236, 240, 241, 1.0);
}
#level {
width: 272px;
height: 240px;
overflow: hidden;
background: #fff;
top: 50%;
left: 50%;
margin: -120px 0 0 -145px;
position: absolute;
transform: scale(2);
user-select: none;
}
.debug-x {
height: 16px;
width: 16px;
position: relative;
display: inline-block;
border: 1px solid rgba(0,0,0,0.2);
z-index: 99999;
}
.debug-y {
height: 16px;
z-index: 99999;
}
#all-in-world {
/*transform: perspective( 600px ) rotateX( 53.1301024deg );*/
}
#world {
position: relative;
background: #fff;
}
#map {
position: absolute;
}
#player {
position: absolute;
pointer-events: none;
}
#map-overlay {
position: absolute;
pointer-events: none;
z-index: 6;
}
.map_title {
font-size: 13px;
display: none;
top: 0;
margin-top: 60px;
height: 30px;
width: 250px;
left: calc(50% - 125px);
line-height: 30px;
background: rgba(0, 0, 0, 0.5);
border-radius: 5px;
position: absolute;
z-index: 999;
text-align: center;
color: #fff;
}
#load_layer {
background: rgb(0, 0, 0);
min-width: 100%;
min-height: 100%;
z-index: 999;
position: absolute;
top: 0;
left: 0;
text-align: center;
}
.img_loader {
position: absolute;
top: 50%;
left: 50%;
margin-left: -25px;
margin-top: -25px;
}
#mask {
position: absolute;
z-index: 9000;
background-color: rgba(0, 0, 0, 0.8);
display: none;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
|
public/css/style.game.css
|
* {
margin: 0;
padding: 0;
border: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
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;
vertical-align: baseline;
}
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;
}
body {
background: transparent;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-size: 16px;
line-height: 1;
text-shadow: 1px 2px 3px #666;
color: #fff;
background: #2980b9;
}
::selection {
color: #000;
background: rgba(236, 240, 241, 1.0);
}
::moz-selection {
color: #000;
background: rgba(236, 240, 241, 1.0);
}
::webkit-selection {
color: #000;
background: rgba(236, 240, 241, 1.0);
}
#level {
width: 272px;
height: 240px;
overflow: hidden;
background: #fff;
top: 50%;
left: 50%;
margin: -120px 0 0 -145px;
position: absolute;
transform: scale(2);
user-select: none;
}
.debug-x {
height: 16px;
width: 16px;
position: relative;
display: inline-block;
border: 1px solid rgba(0,0,0,0.2);
z-index: 99999;
}
.debug-y {
height: 16px;
z-index: 99999;
}
#all-in-world {
/*transform: perspective( 600px ) rotateX( 53.1301024deg );*/
}
#world {
position: relative;
background: #fff;
}
#map {
position: absolute;
}
#player {
position: absolute;
pointer-events: none;
}
#map-overlay {
position: absolute;
pointer-events: none;
z-index: 6;
}
.map_title {
font-size: 13px;
display: none;
top: 0;
margin-top: 60px;
height: 30px;
width: 250px;
left: calc(50% - 125px);
line-height: 30px;
background: rgba(0, 0, 0, 0.5);
border-radius: 5px;
position: absolute;
z-index: 999;
text-align: center;
color: #fff;
}
#load_layer {
background: rgb(0, 0, 0);
min-width: 100%;
min-height: 100%;
z-index: 999;
position: absolute;
top: 0;
left: 0;
text-align: center;
}
.img_loader {
position: absolute;
top: 50%;
left: 50%;
margin-left: -25px;
margin-top: -25px;
}
#mask {
position: absolute;
z-index: 9000;
background-color: rgba(0, 0, 0, 0.8);
display: none;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
| 0.473414 | 0.126704 |
* {
box-sizing: border-box
}
body,
html {
margin: 0
}
body {
overflow-y: scroll;
font-family: var(--font-family);
max-width: 70em;
color: var(--text);
margin: 0 auto;
padding: 0 1em;
line-height: 1.5
}
main:not(:empty) {
margin-bottom: 5em
}
h1:first-child {
margin-top: .25em;
margin-bottom: .5em;
line-height: 1.2;
color: var(--accent-teal-c)
}
h1,
h2,
h3 {
font-family: var(--display-font-family);
font-weight: 400
}
@media (min-width:37.5em) {
.content {
font-size: 1.25em
}
.content h1:first-child {
font-size: 2.6em
}
}
.sr-only {
position: absolute;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px)
}
:link,
:visited {
color: inherit;
text-decoration-color: var(--accent-teal-b)
}
:link:hover,
:visited:hover {
text-decoration-color: var(--base-a)
}
code {
background-color: var(--base-f);
font-family: Roboto Mono, monospace
}
.subsection>ul {
margin: 0
}
dt {
font-weight: 700
}
dd {
margin: 0
}
img {
max-width: 100%
}
:root {
--base-a: #0E1E25;
--base-b: #2D3B41;
--base-c: #7D8589;
--base-d: #A3A9AC;
--base-e: #E9EBEB;
--base-f: #F7F8F8;
--accent-teal-a: #00AD9F;
--accent-teal-b: #00C7B7;
--accent-teal-c: #15847D;
--accent-pink-a: #FA3946;
--accent-pink-b: #FB6D77;
--accent-yellow-a: #DBA800;
--accent-yellow-b: #F6BC00;
--border: var(--accent-teal-c);
--border-light: var(--base-e);
--border-radius: 0.375em;
--text: var(--base-a);
--spacing: 0.75rem;
--font-family: Roboto, system-ui, sans-serif;
--display-font-family: MADE-Dillan, system-ui, sans-serif
}
@font-face {
font-family: MADE-Dillan;
src: url("https://d33wubrfki0l68.cloudfront.net/05e9e6031d161ead9e868c31766112b6d811187d/a9a48/fonts/made-dillan-latin.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/777481175c092804445da0261eb181d8cac5ec80/dde0a/fonts/made-dillan-latin.woff") format("woff");
unicode-range: U+0-FF, U+131, U+152, U+153, U+2BB, U+2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+2764, U+FE0F, U+FEFF, U+FFFD, U+1F3FB, U+1F44D;
font-weight: 400;
font-display: swap
}
@font-face {
font-family: Roboto;
src: url("https://d33wubrfki0l68.cloudfront.net/298c4c94f870bf3e71e22cd32950ab0ebe56538c/815b7/fonts/roboto-regular-latin.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/7e835d6edfe57a5e3009cb0c0012ce6cee88b14b/a4be1/fonts/roboto-regular-latin.woff") format("woff");
unicode-range: U+0-FF, U+131, U+152, U+153, U+2BB, U+2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+2764, U+FE0F, U+FEFF, U+FFFD, U+1F3FB, U+1F44D;
font-display: swap
}
@font-face {
font-family: Roboto;
src: url("https://d33wubrfki0l68.cloudfront.net/6ee00557474cf505802e721dba7e17c5973d8c42/480db/fonts/roboto-medium-latin.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/65a666b54763ccb7008d1245adac28e938bf9aa5/2d66e/fonts/roboto-medium-latin.woff") format("woff");
unicode-range: U+0-FF, U+131, U+152, U+153, U+2BB, U+2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+2764, U+FE0F, U+FEFF, U+FFFD, U+1F3FB, U+1F44D;
font-weight: 500;
font-display: swap
}
@font-face {
font-family: Roboto;
src: url("https://d33wubrfki0l68.cloudfront.net/7d1d9f66b8e0a605d6a61a13306080d63652749d/8f542/fonts/roboto-bold-latin.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/321571b76600c85074f9ae16c06ef487afc2fe10/64f41/fonts/roboto-bold-latin.woff") format("woff");
unicode-range: U+0-FF, U+131, U+152, U+153, U+2BB, U+2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+2764, U+FE0F, U+FEFF, U+FFFD, U+1F3FB, U+1F44D;
font-weight: 700;
font-display: swap
}
@font-face {
font-family: Roboto;
src: url("https://d33wubrfki0l68.cloudfront.net/0b25bdb74f2c5c16d716723b8abfb8effa560e5e/79616/fonts/roboto-italic-latin.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/c14e8e6b016b204f69cd143b57a3c9115bd8e908/d59e6/fonts/roboto-italic-latin.woff") format("woff");
unicode-range: U+0-FF, U+131, U+152, U+153, U+2BB, U+2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+2764, U+FE0F, U+FEFF, U+FFFD, U+1F3FB, U+1F44D;
font-style: italic;
font-display: swap
}
.nh-header {
padding: 1em 0;
margin: 0
}
.nh-header-link {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 700;
font-size: 2em;
text-decoration: none
}
.nh-header-logo {
max-width: 40%;
height: auto;
margin: .25em;
margin-right: .75em
}
.nh-header-sublogo {
max-width: 45%;
height: auto
}
.tools {
background-color: var(--base-f);
padding: .875em 1em;
margin-bottom: 1em;
margin-left: -1em;
margin-right: -1em
}
.tools-list {
flex-basis: 20em;
flex-grow: 999;
display: inline-block;
padding: 0;
margin: 0
}
.tools-list li {
display: block
}
@media (min-width:37.5em) {
.tools {
display: flex;
flex-wrap: wrap
}
.tools-list li {
display: inline-block;
margin-left: .75em
}
}
@media (min-width:71.875em) {
.tools {
border-radius: var(--border-radius)
}
}
.lo {
--lo-stackpoint: initial;
--lo-margin-h: 0px;
--lo-margin-v: 0px;
display: flex;
flex-wrap: wrap;
line-height: 1;
margin: 0;
margin-top: calc(-1 * var(--lo-margin-v));
margin-left: calc(-1 * var(--lo-margin-h))
}
.lo-c,
ul.lo>li {
--lo-margin-mod: calc( var(--lo-stackpoint, -1 * var(--lo-margin-h)) - var(--lo-stackpoint, 0px) + var(--lo-margin-h));
--lo-stackpoint-calc: calc( ( var(--lo-stackpoint, 100%) - 100% + var(--lo-margin-mod)) * 999);
flex-grow: 1;
flex-basis: var(--lo-stackpoint-calc);
margin: 0;
margin-top: var(--lo-margin-v);
margin-left: var(--lo-margin-h)
}
.lo-debug>.lo-c {
outline: 1px dotted
}
.lo-inline>.lo-c {
flex-grow: 0
}
.lo-maxgrow {
flex-grow: 999
}
.lo-nocontentwrap {
flex-basis: auto
}
.lo-c-c {
display: flex;
align-items: center
}
@supports (clip-path:inset(0px 0px)) or (-webkit-clip-path:inset(0px 0px)) {
.lo-separator-h,
.lo-separator-v {
--lo-separator-color-fallback: rgba(100, 100, 100, .35);
-webkit-clip-path: inset(var(--lo-margin-v, 0) 0 0 var(--lo-margin-h, 0));
clip-path: inset(var(--lo-margin-v, 0) 0 0 var(--lo-margin-h, 0))
}
.lo-separator-h>.lo-c,
.lo-separator-v>.lo-c {
position: relative
}
.lo-separator-h>.lo-c:before {
content: "";
position: absolute;
left: calc(-.5 * var(--lo-margin-h, 0) - .5px);
top: 0;
bottom: 0;
border-left: 1px solid var(--lo-separator-h-color, var(--lo-separator-color, var(--lo-separator-color-fallback)))
}
.lo-separator-v>.lo-c:after {
content: "";
position: absolute;
left: 0;
top: calc(-.5 * var(--lo-margin-v, 0) - 1px);
right: 0;
border-top: 1px solid var(--lo-separator-v-color, var(--lo-separator-color, var(--lo-separator-color-fallback)))
}
.lo-c-no-separator+.lo-c:after,
.lo-c-no-separator+.lo-c:before {
display: none
}
}
.direct-link {
font-family: sans-serif;
text-decoration: none;
font-style: normal;
margin-left: .1em;
font-weight: 400
}
a[href].direct-link,
a[href].direct-link:visited {
color: #949494;
visibility: hidden
}
:focus>a[href].direct-link,
:focus>a[href].direct-link:visited,
:hover>a[href].direct-link,
:hover>a[href].direct-link:visited,
a[href].direct-link:focus,
a[href].direct-link:focus:visited {
visibility: visible
}
.nh-footer {
padding: var(--spacing) 0;
margin-top: var(--spacing);
border-top: 1px solid var(--border-light);
font-size: .875em
}
.nh-footer-hed {
font-weight: 700;
font-size: 1em
}
.nh-footer-list {
list-style: none
}
.nh-footer .netlify-identity-menu {
list-style: none;
padding: 0;
margin: 0;
display: inline-block
}
.nh-footer .netlify-identity-item {
display: inline-block;
margin-left: 1em
}
|
docs/style.css
|
* {
box-sizing: border-box
}
body,
html {
margin: 0
}
body {
overflow-y: scroll;
font-family: var(--font-family);
max-width: 70em;
color: var(--text);
margin: 0 auto;
padding: 0 1em;
line-height: 1.5
}
main:not(:empty) {
margin-bottom: 5em
}
h1:first-child {
margin-top: .25em;
margin-bottom: .5em;
line-height: 1.2;
color: var(--accent-teal-c)
}
h1,
h2,
h3 {
font-family: var(--display-font-family);
font-weight: 400
}
@media (min-width:37.5em) {
.content {
font-size: 1.25em
}
.content h1:first-child {
font-size: 2.6em
}
}
.sr-only {
position: absolute;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px)
}
:link,
:visited {
color: inherit;
text-decoration-color: var(--accent-teal-b)
}
:link:hover,
:visited:hover {
text-decoration-color: var(--base-a)
}
code {
background-color: var(--base-f);
font-family: Roboto Mono, monospace
}
.subsection>ul {
margin: 0
}
dt {
font-weight: 700
}
dd {
margin: 0
}
img {
max-width: 100%
}
:root {
--base-a: #0E1E25;
--base-b: #2D3B41;
--base-c: #7D8589;
--base-d: #A3A9AC;
--base-e: #E9EBEB;
--base-f: #F7F8F8;
--accent-teal-a: #00AD9F;
--accent-teal-b: #00C7B7;
--accent-teal-c: #15847D;
--accent-pink-a: #FA3946;
--accent-pink-b: #FB6D77;
--accent-yellow-a: #DBA800;
--accent-yellow-b: #F6BC00;
--border: var(--accent-teal-c);
--border-light: var(--base-e);
--border-radius: 0.375em;
--text: var(--base-a);
--spacing: 0.75rem;
--font-family: Roboto, system-ui, sans-serif;
--display-font-family: MADE-Dillan, system-ui, sans-serif
}
@font-face {
font-family: MADE-Dillan;
src: url("https://d33wubrfki0l68.cloudfront.net/05e9e6031d161ead9e868c31766112b6d811187d/a9a48/fonts/made-dillan-latin.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/777481175c092804445da0261eb181d8cac5ec80/dde0a/fonts/made-dillan-latin.woff") format("woff");
unicode-range: U+0-FF, U+131, U+152, U+153, U+2BB, U+2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+2764, U+FE0F, U+FEFF, U+FFFD, U+1F3FB, U+1F44D;
font-weight: 400;
font-display: swap
}
@font-face {
font-family: Roboto;
src: url("https://d33wubrfki0l68.cloudfront.net/298c4c94f870bf3e71e22cd32950ab0ebe56538c/815b7/fonts/roboto-regular-latin.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/7e835d6edfe57a5e3009cb0c0012ce6cee88b14b/a4be1/fonts/roboto-regular-latin.woff") format("woff");
unicode-range: U+0-FF, U+131, U+152, U+153, U+2BB, U+2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+2764, U+FE0F, U+FEFF, U+FFFD, U+1F3FB, U+1F44D;
font-display: swap
}
@font-face {
font-family: Roboto;
src: url("https://d33wubrfki0l68.cloudfront.net/6ee00557474cf505802e721dba7e17c5973d8c42/480db/fonts/roboto-medium-latin.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/65a666b54763ccb7008d1245adac28e938bf9aa5/2d66e/fonts/roboto-medium-latin.woff") format("woff");
unicode-range: U+0-FF, U+131, U+152, U+153, U+2BB, U+2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+2764, U+FE0F, U+FEFF, U+FFFD, U+1F3FB, U+1F44D;
font-weight: 500;
font-display: swap
}
@font-face {
font-family: Roboto;
src: url("https://d33wubrfki0l68.cloudfront.net/7d1d9f66b8e0a605d6a61a13306080d63652749d/8f542/fonts/roboto-bold-latin.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/321571b76600c85074f9ae16c06ef487afc2fe10/64f41/fonts/roboto-bold-latin.woff") format("woff");
unicode-range: U+0-FF, U+131, U+152, U+153, U+2BB, U+2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+2764, U+FE0F, U+FEFF, U+FFFD, U+1F3FB, U+1F44D;
font-weight: 700;
font-display: swap
}
@font-face {
font-family: Roboto;
src: url("https://d33wubrfki0l68.cloudfront.net/0b25bdb74f2c5c16d716723b8abfb8effa560e5e/79616/fonts/roboto-italic-latin.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/c14e8e6b016b204f69cd143b57a3c9115bd8e908/d59e6/fonts/roboto-italic-latin.woff") format("woff");
unicode-range: U+0-FF, U+131, U+152, U+153, U+2BB, U+2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+2764, U+FE0F, U+FEFF, U+FFFD, U+1F3FB, U+1F44D;
font-style: italic;
font-display: swap
}
.nh-header {
padding: 1em 0;
margin: 0
}
.nh-header-link {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 700;
font-size: 2em;
text-decoration: none
}
.nh-header-logo {
max-width: 40%;
height: auto;
margin: .25em;
margin-right: .75em
}
.nh-header-sublogo {
max-width: 45%;
height: auto
}
.tools {
background-color: var(--base-f);
padding: .875em 1em;
margin-bottom: 1em;
margin-left: -1em;
margin-right: -1em
}
.tools-list {
flex-basis: 20em;
flex-grow: 999;
display: inline-block;
padding: 0;
margin: 0
}
.tools-list li {
display: block
}
@media (min-width:37.5em) {
.tools {
display: flex;
flex-wrap: wrap
}
.tools-list li {
display: inline-block;
margin-left: .75em
}
}
@media (min-width:71.875em) {
.tools {
border-radius: var(--border-radius)
}
}
.lo {
--lo-stackpoint: initial;
--lo-margin-h: 0px;
--lo-margin-v: 0px;
display: flex;
flex-wrap: wrap;
line-height: 1;
margin: 0;
margin-top: calc(-1 * var(--lo-margin-v));
margin-left: calc(-1 * var(--lo-margin-h))
}
.lo-c,
ul.lo>li {
--lo-margin-mod: calc( var(--lo-stackpoint, -1 * var(--lo-margin-h)) - var(--lo-stackpoint, 0px) + var(--lo-margin-h));
--lo-stackpoint-calc: calc( ( var(--lo-stackpoint, 100%) - 100% + var(--lo-margin-mod)) * 999);
flex-grow: 1;
flex-basis: var(--lo-stackpoint-calc);
margin: 0;
margin-top: var(--lo-margin-v);
margin-left: var(--lo-margin-h)
}
.lo-debug>.lo-c {
outline: 1px dotted
}
.lo-inline>.lo-c {
flex-grow: 0
}
.lo-maxgrow {
flex-grow: 999
}
.lo-nocontentwrap {
flex-basis: auto
}
.lo-c-c {
display: flex;
align-items: center
}
@supports (clip-path:inset(0px 0px)) or (-webkit-clip-path:inset(0px 0px)) {
.lo-separator-h,
.lo-separator-v {
--lo-separator-color-fallback: rgba(100, 100, 100, .35);
-webkit-clip-path: inset(var(--lo-margin-v, 0) 0 0 var(--lo-margin-h, 0));
clip-path: inset(var(--lo-margin-v, 0) 0 0 var(--lo-margin-h, 0))
}
.lo-separator-h>.lo-c,
.lo-separator-v>.lo-c {
position: relative
}
.lo-separator-h>.lo-c:before {
content: "";
position: absolute;
left: calc(-.5 * var(--lo-margin-h, 0) - .5px);
top: 0;
bottom: 0;
border-left: 1px solid var(--lo-separator-h-color, var(--lo-separator-color, var(--lo-separator-color-fallback)))
}
.lo-separator-v>.lo-c:after {
content: "";
position: absolute;
left: 0;
top: calc(-.5 * var(--lo-margin-v, 0) - 1px);
right: 0;
border-top: 1px solid var(--lo-separator-v-color, var(--lo-separator-color, var(--lo-separator-color-fallback)))
}
.lo-c-no-separator+.lo-c:after,
.lo-c-no-separator+.lo-c:before {
display: none
}
}
.direct-link {
font-family: sans-serif;
text-decoration: none;
font-style: normal;
margin-left: .1em;
font-weight: 400
}
a[href].direct-link,
a[href].direct-link:visited {
color: #949494;
visibility: hidden
}
:focus>a[href].direct-link,
:focus>a[href].direct-link:visited,
:hover>a[href].direct-link,
:hover>a[href].direct-link:visited,
a[href].direct-link:focus,
a[href].direct-link:focus:visited {
visibility: visible
}
.nh-footer {
padding: var(--spacing) 0;
margin-top: var(--spacing);
border-top: 1px solid var(--border-light);
font-size: .875em
}
.nh-footer-hed {
font-weight: 700;
font-size: 1em
}
.nh-footer-list {
list-style: none
}
.nh-footer .netlify-identity-menu {
list-style: none;
padding: 0;
margin: 0;
display: inline-block
}
.nh-footer .netlify-identity-item {
display: inline-block;
margin-left: 1em
}
| 0.29972 | 0.126407 |
.d-t {
position: relative;
}
.btn-i-l {
cursor: pointer;
background-size: 100px 100px;
-webkit-background-size: 100px 100px;
-moz-background-size: 100px 100px;
-o-background-size: 100px 100px;
background: transparent linear-gradient(135deg, white 50%, transparent 51%) no-repeat -50px -50px;
transition: all 0.35s ease-in-out !important;
-webkit-transition: all 0.35s ease-in-out !important;
-moz-transition: all 0.35s ease-in-out !important;
-ms-transition: all 0.35s ease-in-out !important;
-o-transition: all 0.35s ease-in-out !important;
}
.btn-i-l.active {
background-size: 200% 200%;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-position: 0 0;
}
.btn-i-l:hover {
background-size: 200% 200%;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-position: 0 0;
}
.btn-i-l:active {
background-size: 200% 200%;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-position: 0 0;
}
.btn-i-l:focus {
background-size: 200% 200%;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-position: 0 0;
}
.btn-i-l:focus-visible {
background-size: 200% 200%;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-position: 0 0;
}
.btn-i-l:-moz-focusring {
background-size: 200% 200%;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-position: 0 0;
}
.lang-drop {
top: 115px;
width: 60px;
position: absolute;
padding-block: 8px;
background: #dfe1e5;
row-gap: 5px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.icon-nav {
width: 50px;
height: 50px;
}
.btn-lang {
width: 60px;
height: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.lang-drop {
padding-block: 8px;
}
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
.lang-drop {
margin-top: -1px;
}
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
.lang-drop {
margin-top: -5px;
}
}
/*# sourceMappingURL=LanguageButton.css.map */
|
src/components/button/language/LanguageButton.css
|
.d-t {
position: relative;
}
.btn-i-l {
cursor: pointer;
background-size: 100px 100px;
-webkit-background-size: 100px 100px;
-moz-background-size: 100px 100px;
-o-background-size: 100px 100px;
background: transparent linear-gradient(135deg, white 50%, transparent 51%) no-repeat -50px -50px;
transition: all 0.35s ease-in-out !important;
-webkit-transition: all 0.35s ease-in-out !important;
-moz-transition: all 0.35s ease-in-out !important;
-ms-transition: all 0.35s ease-in-out !important;
-o-transition: all 0.35s ease-in-out !important;
}
.btn-i-l.active {
background-size: 200% 200%;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-position: 0 0;
}
.btn-i-l:hover {
background-size: 200% 200%;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-position: 0 0;
}
.btn-i-l:active {
background-size: 200% 200%;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-position: 0 0;
}
.btn-i-l:focus {
background-size: 200% 200%;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-position: 0 0;
}
.btn-i-l:focus-visible {
background-size: 200% 200%;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-position: 0 0;
}
.btn-i-l:-moz-focusring {
background-size: 200% 200%;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-position: 0 0;
}
.lang-drop {
top: 115px;
width: 60px;
position: absolute;
padding-block: 8px;
background: #dfe1e5;
row-gap: 5px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.icon-nav {
width: 50px;
height: 50px;
}
.btn-lang {
width: 60px;
height: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.lang-drop {
padding-block: 8px;
}
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
.lang-drop {
margin-top: -1px;
}
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
.lang-drop {
margin-top: -5px;
}
}
/*# sourceMappingURL=LanguageButton.css.map */
| 0.293303 | 0.0666 |
ul{list-style: none}
li{list-style: none}
/*
.col-md-8 {
width: 66.66666667% !important;
}
.col-md-12 {
width: 100% !important;
}
.col-md-11 {
width: 91.66666667% !important;
}
.col-md-10 {
width: 83.33333333% !important;
}
.col-md-9 {
width: 75% !important;
}
.col-md-7 {
width: 58.33333333% !important;
}
.col-md-6 {
width: 50% !important;
}
.col-md-5 {
width: 41.66666667% !important;
}
.col-md-4 {
width: 33.33333333% !important;
}
.col-md-3 {
width: 25% !important;
}
.col-md-2 {
width: 16.66666667% !important;
}
.col-md-1 {
width: 8.33333333% !important;
}
*/
/*html , body { width: 100%; height: 100%; margin: 0; padding: 0; font-family: 'Roboto', sans-serif; font-size: 14px; background-color: #eeeeee; color: #949494; }
* { box-sizing: border-box; }
h1 { font-size: 2.5em; font-weight: 400; }
@media screen and (max-width : 600px) {
.col50 { float: none; width: auto; }
}*/
header { background-color: #3f51b5; padding: 6em 3em 3em 3em; color: #FFF; box-shadow: 0 0 10px rgba(0,0,0,0.4); position: relative; }
/*header > h1 { margin: 0; }*/
/*
header > .btn { position: absolute; bottom: -2em; right: 3em; font-size: 1.5em; box-shadow: 0 0 10px rgba(0,0,0,0.2); }
body.small header > .btn { font-size: 1.2em; right: 3.7em; }
body.large header > .btn { font-size: 1.8em; right: 2.5em; }
body.xl header > .btn { font-size: 3em; right: 1.5em; }
header.grey .btn span span { background-color: #9e9e9e; }
header.indigo .btn span span { background-color: #3f51b5; }
header.cyan .btn span span { background-color: #00bcd4; }
header.lightGreen .btn span span { background-color: #8bc34a; }
header.amber .btn span span { background-color: #ffc107; }
*/
/*
.drop { display: block; position: absolute; background: #CCC; border-radius: 100%; transform: scale(0); pointer-events: none; width: 100%; height: 100%; }
.drop:before { display: block; position: absolute; content: ""; background-color: #EEE; border-radius: 100%; width: 100%; height: 100%; top: 0; left: 0; transform: scale(0); }
.drop.animate { animation: drop 1s ease-out; }
.drop.animate:before { animation: drop2 1s ease-out; }
*/
/*
@keyframes drop {
100% { opacity: 0; transform: scale(2.5); }
}
@keyframes drop2 {
30% { opacity: 1; transform: scale(0); }
100% { opacity: 0; transform: scale(2.5); }
}
*/
|
public/css/style.css
|
ul{list-style: none}
li{list-style: none}
/*
.col-md-8 {
width: 66.66666667% !important;
}
.col-md-12 {
width: 100% !important;
}
.col-md-11 {
width: 91.66666667% !important;
}
.col-md-10 {
width: 83.33333333% !important;
}
.col-md-9 {
width: 75% !important;
}
.col-md-7 {
width: 58.33333333% !important;
}
.col-md-6 {
width: 50% !important;
}
.col-md-5 {
width: 41.66666667% !important;
}
.col-md-4 {
width: 33.33333333% !important;
}
.col-md-3 {
width: 25% !important;
}
.col-md-2 {
width: 16.66666667% !important;
}
.col-md-1 {
width: 8.33333333% !important;
}
*/
/*html , body { width: 100%; height: 100%; margin: 0; padding: 0; font-family: 'Roboto', sans-serif; font-size: 14px; background-color: #eeeeee; color: #949494; }
* { box-sizing: border-box; }
h1 { font-size: 2.5em; font-weight: 400; }
@media screen and (max-width : 600px) {
.col50 { float: none; width: auto; }
}*/
header { background-color: #3f51b5; padding: 6em 3em 3em 3em; color: #FFF; box-shadow: 0 0 10px rgba(0,0,0,0.4); position: relative; }
/*header > h1 { margin: 0; }*/
/*
header > .btn { position: absolute; bottom: -2em; right: 3em; font-size: 1.5em; box-shadow: 0 0 10px rgba(0,0,0,0.2); }
body.small header > .btn { font-size: 1.2em; right: 3.7em; }
body.large header > .btn { font-size: 1.8em; right: 2.5em; }
body.xl header > .btn { font-size: 3em; right: 1.5em; }
header.grey .btn span span { background-color: #9e9e9e; }
header.indigo .btn span span { background-color: #3f51b5; }
header.cyan .btn span span { background-color: #00bcd4; }
header.lightGreen .btn span span { background-color: #8bc34a; }
header.amber .btn span span { background-color: #ffc107; }
*/
/*
.drop { display: block; position: absolute; background: #CCC; border-radius: 100%; transform: scale(0); pointer-events: none; width: 100%; height: 100%; }
.drop:before { display: block; position: absolute; content: ""; background-color: #EEE; border-radius: 100%; width: 100%; height: 100%; top: 0; left: 0; transform: scale(0); }
.drop.animate { animation: drop 1s ease-out; }
.drop.animate:before { animation: drop2 1s ease-out; }
*/
/*
@keyframes drop {
100% { opacity: 0; transform: scale(2.5); }
}
@keyframes drop2 {
30% { opacity: 1; transform: scale(0); }
100% { opacity: 0; transform: scale(2.5); }
}
*/
| 0.487795 | 0.105533 |
:root {
--container-paddding: 20px;
--input-padding-vertical: 6px;
--input-padding-horizontal: 4px;
--input-margin-vertical: 4px;
--input-margin-horizontal: 0;
}
body {
padding: 0 var(--container-paddding);
color: var(--vscode-foreground);
font-size: var(--vscode-font-size);
font-weight: var(--vscode-font-weight);
font-family: var(--vscode-font-family);
background-color: var(--vscode-sidebar-background);
}
ol,
ul {
padding-left: var(--container-paddding);
}
body > *,
form > * {
margin-block-start: var(--input-margin-vertical);
margin-block-end: var(--input-margin-vertical);
}
*:focus {
outline-color: var(--vscode-focusBorder) !important;
}
a {
color: var(--vscode-textLink-foreground);
}
a:hover,
a:active {
color: var(--vscode-textLink-activeForeground);
}
code {
font-size: var(--vscode-editor-font-size);
font-family: var(--vscode-editor-font-family);
}
button {
border: none;
padding: var(--input-padding-vertical) var(--input-padding-horizontal);
width: 100%;
text-align: center;
outline: 1px solid transparent;
outline-offset: 2px !important;
color: var(--vscode-button-foreground);
background: var(--vscode-button-background);
}
button:hover {
cursor: pointer;
background: var(--vscode-button-hoverBackground);
}
button:focus {
outline-color: var(--vscode-focusBorder);
}
button.secondary {
color: var(--vscode-button-secondaryForeground);
background: var(--vscode-button-secondaryBackground);
}
button.secondary:hover {
background: var(--vscode-button-secondaryHoverBackground);
}
input:not([type="checkbox"]),
textarea {
display: block;
width: 100%;
border: none;
font-family: var(--vscode-font-family);
padding: var(--input-padding-vertical) var(--input-padding-horizontal);
color: var(--vscode-input-foreground);
outline-color: var(--vscode-input-border);
background-color: var(--vscode-input-background);
}
input::placeholder,
textarea::placeholder {
color: var(--vscode-input-placeholderForeground);
}
.textlink {
color: var(--vscode-textLink-foreground);
}
blockquote {
margin-left: 0;
width: 100%;
}
blockquote:hover {
background: var(--vscode-editor-selectionHighlightBackground);
}
.heading {
color: var(--vscode-descriptionForeground);
cursor: pointer;
}
.bold {
color: var(--vscode-descriptionForeground);
}
.cards {
padding: 1rem;
}
.header {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.loading {
width: 2rem;
height: 2rem;
margin: 10rem auto 0;
border-radius: 50%;
border: 3px solid #ccc;
border-top: 3px solid var(--vscode-textLink-foreground);
-webkit-animation: spinner 0.6s linear infinite;
animation: spinner 0.6s linear infinite;
}
.logout {
margin-top: 4rem;
}
.desc {
word-wrap: break-word;
}
.code {
color: var(--vscode-textLink-foreground);
}
.trash {
color: var(--vscode-textLink-foreground);
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.side {
color: var(--vscode-textLink-foreground);
float: right;
}
.adminName {
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.icons {
/* color: var(--vscode-badge-background); */
cursor: pointer;
}
.closeIcons {
/* color: var(--vscode-inputValidation-errorForeground); */
color: var(--vscode-testing-iconErrored);
cursor: pointer;
}
.icons2 {
color: var(--vscode-textLink-foreground);
cursor: pointer;
}
.memberCard {
margin: 1rem 0;
color: var(--vscode-descriptionForeground);
}
.taskCard {
padding-top: 1rem;
}
.addAdmin {
color: var(--vscode-textLink-foreground);
width: fit-content;
cursor: pointer;
}
.delete {
color: var(--vscode-testing-iconErrored);
width: fit-content;
cursor: pointer;
}
.roomMsg {
border: 1px solid #ccc;
word-break: break-all;
padding: 0 1rem;
}
.roomMsg:hover {
border-style: dashed;
}
.dispMessage {
padding: 1rem;
}
.msgHero {
color: var(--vscode-textLink-foreground);
}
.pre {
margin: 1em 0px;
}
.addAdmin:hover {
text-decoration: underline;
}
.link {
text-decoration: none;
}
.tasks {
word-wrap: break-word;
}
.taskView {
display: flex;
justify-content: space-between;
padding-bottom: 1rem;
}
.strikeout {
text-decoration: line-through;
}
@keyframes spinner {
100% {
transform: rotate(1turn);
}
}
|
media/vscode.css
|
:root {
--container-paddding: 20px;
--input-padding-vertical: 6px;
--input-padding-horizontal: 4px;
--input-margin-vertical: 4px;
--input-margin-horizontal: 0;
}
body {
padding: 0 var(--container-paddding);
color: var(--vscode-foreground);
font-size: var(--vscode-font-size);
font-weight: var(--vscode-font-weight);
font-family: var(--vscode-font-family);
background-color: var(--vscode-sidebar-background);
}
ol,
ul {
padding-left: var(--container-paddding);
}
body > *,
form > * {
margin-block-start: var(--input-margin-vertical);
margin-block-end: var(--input-margin-vertical);
}
*:focus {
outline-color: var(--vscode-focusBorder) !important;
}
a {
color: var(--vscode-textLink-foreground);
}
a:hover,
a:active {
color: var(--vscode-textLink-activeForeground);
}
code {
font-size: var(--vscode-editor-font-size);
font-family: var(--vscode-editor-font-family);
}
button {
border: none;
padding: var(--input-padding-vertical) var(--input-padding-horizontal);
width: 100%;
text-align: center;
outline: 1px solid transparent;
outline-offset: 2px !important;
color: var(--vscode-button-foreground);
background: var(--vscode-button-background);
}
button:hover {
cursor: pointer;
background: var(--vscode-button-hoverBackground);
}
button:focus {
outline-color: var(--vscode-focusBorder);
}
button.secondary {
color: var(--vscode-button-secondaryForeground);
background: var(--vscode-button-secondaryBackground);
}
button.secondary:hover {
background: var(--vscode-button-secondaryHoverBackground);
}
input:not([type="checkbox"]),
textarea {
display: block;
width: 100%;
border: none;
font-family: var(--vscode-font-family);
padding: var(--input-padding-vertical) var(--input-padding-horizontal);
color: var(--vscode-input-foreground);
outline-color: var(--vscode-input-border);
background-color: var(--vscode-input-background);
}
input::placeholder,
textarea::placeholder {
color: var(--vscode-input-placeholderForeground);
}
.textlink {
color: var(--vscode-textLink-foreground);
}
blockquote {
margin-left: 0;
width: 100%;
}
blockquote:hover {
background: var(--vscode-editor-selectionHighlightBackground);
}
.heading {
color: var(--vscode-descriptionForeground);
cursor: pointer;
}
.bold {
color: var(--vscode-descriptionForeground);
}
.cards {
padding: 1rem;
}
.header {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.loading {
width: 2rem;
height: 2rem;
margin: 10rem auto 0;
border-radius: 50%;
border: 3px solid #ccc;
border-top: 3px solid var(--vscode-textLink-foreground);
-webkit-animation: spinner 0.6s linear infinite;
animation: spinner 0.6s linear infinite;
}
.logout {
margin-top: 4rem;
}
.desc {
word-wrap: break-word;
}
.code {
color: var(--vscode-textLink-foreground);
}
.trash {
color: var(--vscode-textLink-foreground);
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.side {
color: var(--vscode-textLink-foreground);
float: right;
}
.adminName {
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.icons {
/* color: var(--vscode-badge-background); */
cursor: pointer;
}
.closeIcons {
/* color: var(--vscode-inputValidation-errorForeground); */
color: var(--vscode-testing-iconErrored);
cursor: pointer;
}
.icons2 {
color: var(--vscode-textLink-foreground);
cursor: pointer;
}
.memberCard {
margin: 1rem 0;
color: var(--vscode-descriptionForeground);
}
.taskCard {
padding-top: 1rem;
}
.addAdmin {
color: var(--vscode-textLink-foreground);
width: fit-content;
cursor: pointer;
}
.delete {
color: var(--vscode-testing-iconErrored);
width: fit-content;
cursor: pointer;
}
.roomMsg {
border: 1px solid #ccc;
word-break: break-all;
padding: 0 1rem;
}
.roomMsg:hover {
border-style: dashed;
}
.dispMessage {
padding: 1rem;
}
.msgHero {
color: var(--vscode-textLink-foreground);
}
.pre {
margin: 1em 0px;
}
.addAdmin:hover {
text-decoration: underline;
}
.link {
text-decoration: none;
}
.tasks {
word-wrap: break-word;
}
.taskView {
display: flex;
justify-content: space-between;
padding-bottom: 1rem;
}
.strikeout {
text-decoration: line-through;
}
@keyframes spinner {
100% {
transform: rotate(1turn);
}
}
| 0.599251 | 0.126165 |
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 90px;
padding-bottom: 100px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
}
.navbar-custom {
background-color: #208cba;
border-color: #1b759c;
}
.navbar-custom .navbar-brand {
color: #ededed;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-custom .navbar-nav > li > a {
color: #ededed;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-custom .navbar-toggle {
border-color: #ededed;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
background-color: #1b759c;
}
.navbar-custom .navbar-toggle .icon-bar {
background-color: #ededed;
}
.navbar-custom .navbar-collapse {
border-color: #1b759c;
}
#messages-div {
margin-bottom: 30px;
}
h1 {
margin-top: 0;
margin-bottom: 24px;
font-weight: bolder;
}
h2 {
margin-top: 0;
}
h3 {
margin-top: 24px;
color: #53829e;
}
h6 {
font-weight: 100;
}
p {
margin-top: 10px;
margin-bottom: 10px;
}
pre code {
word-wrap: normal;
white-space: pre;
}
tt {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 90%;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.inner-addon {
position: relative;
}
.inner-addon .glyphicon,
.inner-addon .fa {
position: absolute;
padding: 10px;
pointer-events: none;
}
.left-addon .glyphicon,
.left-addon .fa {
left: 0px;
}
.right-addon .glyphicon,
.right-addon .fa {
right: 0px;
}
.left-addon input {
padding-left: 35px;
}
.right-addon input {
padding-right: 35px;
}
.form-group {
margin-bottom: 10px;
}
.form-group label {
font-weight: 300;
}
.errorlist {
margin-top: 1px;
padding-left: 0;
list-style: none;
color: #a94442;
}
.table-responsive {
border: 0;
}
.table {
margin-bottom: 0;
border-collapse: separate;
font-size: 20px;
}
.table thead {
background: #53829e;
color: white;
}
.table thead tr:first-child th:first-child {
border-top-left-radius: 10px;
}
.table thead tr:first-child th:last-child {
border-top-right-radius: 10px;
}
.table tbody tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}
.table tbody tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}
.table tbody tr td:first-child {
border-left: 1px solid #53829e;
}
.table tbody tr td:last-child {
border-right: 1px solid #53829e;
}
.table tbody tr:last-child td {
border-bottom: 1px solid #53829e;
}
.table thead tr th {
border-bottom: none;
}
.table tbody tr td {
vertical-align: middle;
}
|
web/judge/static/judge/css/base.css
|
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 90px;
padding-bottom: 100px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
}
.navbar-custom {
background-color: #208cba;
border-color: #1b759c;
}
.navbar-custom .navbar-brand {
color: #ededed;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-custom .navbar-nav > li > a {
color: #ededed;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-custom .navbar-toggle {
border-color: #ededed;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
background-color: #1b759c;
}
.navbar-custom .navbar-toggle .icon-bar {
background-color: #ededed;
}
.navbar-custom .navbar-collapse {
border-color: #1b759c;
}
#messages-div {
margin-bottom: 30px;
}
h1 {
margin-top: 0;
margin-bottom: 24px;
font-weight: bolder;
}
h2 {
margin-top: 0;
}
h3 {
margin-top: 24px;
color: #53829e;
}
h6 {
font-weight: 100;
}
p {
margin-top: 10px;
margin-bottom: 10px;
}
pre code {
word-wrap: normal;
white-space: pre;
}
tt {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 90%;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.inner-addon {
position: relative;
}
.inner-addon .glyphicon,
.inner-addon .fa {
position: absolute;
padding: 10px;
pointer-events: none;
}
.left-addon .glyphicon,
.left-addon .fa {
left: 0px;
}
.right-addon .glyphicon,
.right-addon .fa {
right: 0px;
}
.left-addon input {
padding-left: 35px;
}
.right-addon input {
padding-right: 35px;
}
.form-group {
margin-bottom: 10px;
}
.form-group label {
font-weight: 300;
}
.errorlist {
margin-top: 1px;
padding-left: 0;
list-style: none;
color: #a94442;
}
.table-responsive {
border: 0;
}
.table {
margin-bottom: 0;
border-collapse: separate;
font-size: 20px;
}
.table thead {
background: #53829e;
color: white;
}
.table thead tr:first-child th:first-child {
border-top-left-radius: 10px;
}
.table thead tr:first-child th:last-child {
border-top-right-radius: 10px;
}
.table tbody tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}
.table tbody tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}
.table tbody tr td:first-child {
border-left: 1px solid #53829e;
}
.table tbody tr td:last-child {
border-right: 1px solid #53829e;
}
.table tbody tr:last-child td {
border-bottom: 1px solid #53829e;
}
.table thead tr th {
border-bottom: none;
}
.table tbody tr td {
vertical-align: middle;
}
| 0.640186 | 0.076201 |
/* COMMON */
.button-hero {
position: relative;
padding: 1rem;
font-family: var(--font-header);
font-size: 1.25em;
line-height: 1em;
transition: var(--transition);
}
.button-hero::before {
content: '';
pointer-events: none;
position: absolute;
top: 50%;
width: 100%;
height: 5px;
border-bottom: 1px solid var(--primary-color);
/*background-color: var(--primary-color);*/
z-index: -1;
transform: translateY(-50%);
transition: var(--transition);
}
/* PARENT */
.button-hero {
color: var(--primary-color);
}
/* HOVER */
.button-hero:hover {
color: var(--white-color);
letter-spacing: 0.075em;
}
.button-hero:hover::before {
border-bottom: 1px solid var(--white-color);
/*background-color: var(--white-color);*/
}
/* HELPERS */
.button-hero-left::before {
left: -100%;
border-right: 25px solid rgba(var(--primary-color-rgb), 1);
border-left: 25px solid rgba(var(--primary-color-rgb), 0);
}
.button-hero-left:hover::before {
left: 100%;
width: 50%;
border-right: 25px solid rgba(var(--white-color-rgb), 0);
border-left: 25px solid rgba(var(--white-color-rgb), 1);
}
.button-hero-right::before {
right: -100%;
border-left: 25px solid rgba(var(--primary-color-rgb), 1);
border-right: 25px solid rgba(var(--primary-color-rgb), 0);
}
.button-hero-right:hover::before {
right: 100%;
width: 50%;
border-left: 25px solid rgba(var(--white-color-rgb), 0);
border-right: 25px solid rgba(var(--white-color-rgb), 1);
}
/* RESPONSIVE */
@media only screen and (min-width: 0) and (max-width: 667px) {
.button-hero {
font-size: 1em;
}
}
/* -------------------------------------------------- */
/* GRADIENT
/* -------------------------------------------------- */
/* COMMON */
.button-fx-primary,
.button-fx-secondary,
.button-fx-accent,
.button-fx-wild,
.button-fx-charcoal {
position: relative;
color: var(--white-color);
transition: var(--transition-quick);
}
/* HOVER */
.button-fx-primary:hover,
.button-fx-secondary:hover,
.button-fx-accent:hover,
.button-fx-wild:hover,
.button-fx-charcoal:hover {
/*color: var(--white-color);*/
}
/* COLORS */
.button-fx-primary:hover {
background-color: var(--primary-color);
}
.button-fx-secondary:hover {
background-color: var(--secondary-color);
}
.button-fx-accent:hover {
background-color: var(--accent-color);
}
.button-fx-wild:hover {
background-color: var(--wild-color);
}
.button-fx-charcoal:hover {
background-color: var(--charcoal-color);
}
|
source/__css/ui/buttons.css
|
/* COMMON */
.button-hero {
position: relative;
padding: 1rem;
font-family: var(--font-header);
font-size: 1.25em;
line-height: 1em;
transition: var(--transition);
}
.button-hero::before {
content: '';
pointer-events: none;
position: absolute;
top: 50%;
width: 100%;
height: 5px;
border-bottom: 1px solid var(--primary-color);
/*background-color: var(--primary-color);*/
z-index: -1;
transform: translateY(-50%);
transition: var(--transition);
}
/* PARENT */
.button-hero {
color: var(--primary-color);
}
/* HOVER */
.button-hero:hover {
color: var(--white-color);
letter-spacing: 0.075em;
}
.button-hero:hover::before {
border-bottom: 1px solid var(--white-color);
/*background-color: var(--white-color);*/
}
/* HELPERS */
.button-hero-left::before {
left: -100%;
border-right: 25px solid rgba(var(--primary-color-rgb), 1);
border-left: 25px solid rgba(var(--primary-color-rgb), 0);
}
.button-hero-left:hover::before {
left: 100%;
width: 50%;
border-right: 25px solid rgba(var(--white-color-rgb), 0);
border-left: 25px solid rgba(var(--white-color-rgb), 1);
}
.button-hero-right::before {
right: -100%;
border-left: 25px solid rgba(var(--primary-color-rgb), 1);
border-right: 25px solid rgba(var(--primary-color-rgb), 0);
}
.button-hero-right:hover::before {
right: 100%;
width: 50%;
border-left: 25px solid rgba(var(--white-color-rgb), 0);
border-right: 25px solid rgba(var(--white-color-rgb), 1);
}
/* RESPONSIVE */
@media only screen and (min-width: 0) and (max-width: 667px) {
.button-hero {
font-size: 1em;
}
}
/* -------------------------------------------------- */
/* GRADIENT
/* -------------------------------------------------- */
/* COMMON */
.button-fx-primary,
.button-fx-secondary,
.button-fx-accent,
.button-fx-wild,
.button-fx-charcoal {
position: relative;
color: var(--white-color);
transition: var(--transition-quick);
}
/* HOVER */
.button-fx-primary:hover,
.button-fx-secondary:hover,
.button-fx-accent:hover,
.button-fx-wild:hover,
.button-fx-charcoal:hover {
/*color: var(--white-color);*/
}
/* COLORS */
.button-fx-primary:hover {
background-color: var(--primary-color);
}
.button-fx-secondary:hover {
background-color: var(--secondary-color);
}
.button-fx-accent:hover {
background-color: var(--accent-color);
}
.button-fx-wild:hover {
background-color: var(--wild-color);
}
.button-fx-charcoal:hover {
background-color: var(--charcoal-color);
}
| 0.32306 | 0.044183 |
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap");
/* font-family: 'Josefin Sans', sans-serif; */
body {
-ms-overflow-style: none;
/* IE and Edge */
scrollbar-width: none;
/* Firefox */
}
body::-webkit-scrollbar {
display: none;
}
.foss a {
text-decoration: none;
color: #eec719;
}
.foss a:hover {
color: blue;
}
.foss .container-fluid {
font-family: 'Josefin Sans', sans-serif;
padding: 0;
background-image: url("../assets/images/foss/bck-2.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.foss .container-fluid .overlay {
padding-top: 150px;
width: 100%;
background: rgba(0, 0, 0, 0.1);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
}
.foss .container-fluid .overlay .title-wrapper {
display: flex;
justify-content: center;
padding: 70px 0;
}
.foss .container-fluid .overlay .title-wrapper .title {
width: fit-content;
text-align: center;
padding: 0 !important;
line-height: 10rem;
font-weight: 700;
font-size: 8rem;
color: white;
transition-duration: 400ms;
/*&:hover {
color: rgba(0, 0, 0, 0);
-webkit-text-stroke: 1px #fff;
}*/
}
.foss .container-fluid .overlay .main-content {
color: #fff;
font-size: 1.2rem;
}
.foss .container-fluid .overlay .main-content .date-container {
margin-top: 30px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.foss .container-fluid .overlay .main-content .date-container .badge-wrapper {
height: 38px;
padding: 20px;
border-radius: 7px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.3);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
}
.foss .container-fluid .overlay .main-content .date-container .badge-wrapper p {
margin: 5px 0 0 10px;
line-height: 38px;
}
.foss .container-fluid .overlay .main-content .date-container .badge-wrapper:first-child {
margin-right: 20px;
}
.foss .container-fluid .overlay .main-content .register-btn-wrapper {
margin: 70px 0;
display: flex;
justify-content: center;
}
.foss .container-fluid .overlay .main-content .register-btn-wrapper button {
height: 55px;
width: 170px;
line-height: 50px;
color: #fff;
font-weight: 600;
font-size: 1.4rem;
outline: none;
border-radius: 10px;
border: none;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
transition-duration: 200ms;
}
.foss .container-fluid .overlay .main-content .register-btn-wrapper button:hover {
cursor: pointer;
}
.foss .container-fluid .overlay .main-content .register-btn-wrapper button:active {
transform: scale(0.9);
}
.foss .container-fluid .overlay .main-content .info {
margin-top: 100px;
padding: 0 50px;
text-align: justify;
}
.foss .container-fluid .overlay .main-content .info span {
font-weight: 700;
}
.foss .container-fluid .overlay .main-content .box-container {
margin-top: 100px;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.foss .container-fluid .overlay .main-content .box-container .box {
padding: 30px 40px;
border-radius: 20px;
margin-bottom: 40px;
background: rgba(255, 255, 255, 0.3);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
transition-duration: 300ms;
}
.foss .container-fluid .overlay .main-content .box-container .box ul {
font-size: 1rem;
}
.foss .container-fluid .overlay .main-content .box-container .box:hover {
transform: scale(1.05, 1.05);
}
@media screen and (max-width: 900px) {
.foss .container-fluid .overlay .title-wrapper .title {
font-size: 3.5rem;
line-height: 4.5rem;
}
.foss .container-fluid .overlay .main-content .date-container .badge-wrapper:first-child {
margin: 0 0 15px 0;
}
.foss .container-fluid .overlay .main-content .info {
margin-top: 50px;
padding: 0 10px;
}
.foss .container-fluid .overlay .main-content .info ul {
margin: 30px 0 30px -20px;
}
.foss .container-fluid .overlay .main-content .box-container {
margin-top: 50px;
}
.foss .container-fluid .overlay .main-content .box-container .box {
width: 100%;
margin-bottom: 20px;
padding: 30px;
}
.foss .container-fluid .overlay .main-content .box-container .box ul {
margin-left: -20px;
}
.foss .container-fluid .overlay .main-content .box-container .box-4 ul {
text-align: justify;
font-size: 1.1rem;
}
.foss .container-fluid .overlay .main-content .box-container .box-4 ul li {
margin: 15px 0;
}
.foss .container-fluid .overlay .main-content .box-container .box-1 ul li {
margin: 15px 0;
}
}
|
css/foss.css
|
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap");
/* font-family: 'Josefin Sans', sans-serif; */
body {
-ms-overflow-style: none;
/* IE and Edge */
scrollbar-width: none;
/* Firefox */
}
body::-webkit-scrollbar {
display: none;
}
.foss a {
text-decoration: none;
color: #eec719;
}
.foss a:hover {
color: blue;
}
.foss .container-fluid {
font-family: 'Josefin Sans', sans-serif;
padding: 0;
background-image: url("../assets/images/foss/bck-2.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.foss .container-fluid .overlay {
padding-top: 150px;
width: 100%;
background: rgba(0, 0, 0, 0.1);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
}
.foss .container-fluid .overlay .title-wrapper {
display: flex;
justify-content: center;
padding: 70px 0;
}
.foss .container-fluid .overlay .title-wrapper .title {
width: fit-content;
text-align: center;
padding: 0 !important;
line-height: 10rem;
font-weight: 700;
font-size: 8rem;
color: white;
transition-duration: 400ms;
/*&:hover {
color: rgba(0, 0, 0, 0);
-webkit-text-stroke: 1px #fff;
}*/
}
.foss .container-fluid .overlay .main-content {
color: #fff;
font-size: 1.2rem;
}
.foss .container-fluid .overlay .main-content .date-container {
margin-top: 30px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.foss .container-fluid .overlay .main-content .date-container .badge-wrapper {
height: 38px;
padding: 20px;
border-radius: 7px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.3);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
}
.foss .container-fluid .overlay .main-content .date-container .badge-wrapper p {
margin: 5px 0 0 10px;
line-height: 38px;
}
.foss .container-fluid .overlay .main-content .date-container .badge-wrapper:first-child {
margin-right: 20px;
}
.foss .container-fluid .overlay .main-content .register-btn-wrapper {
margin: 70px 0;
display: flex;
justify-content: center;
}
.foss .container-fluid .overlay .main-content .register-btn-wrapper button {
height: 55px;
width: 170px;
line-height: 50px;
color: #fff;
font-weight: 600;
font-size: 1.4rem;
outline: none;
border-radius: 10px;
border: none;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
transition-duration: 200ms;
}
.foss .container-fluid .overlay .main-content .register-btn-wrapper button:hover {
cursor: pointer;
}
.foss .container-fluid .overlay .main-content .register-btn-wrapper button:active {
transform: scale(0.9);
}
.foss .container-fluid .overlay .main-content .info {
margin-top: 100px;
padding: 0 50px;
text-align: justify;
}
.foss .container-fluid .overlay .main-content .info span {
font-weight: 700;
}
.foss .container-fluid .overlay .main-content .box-container {
margin-top: 100px;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.foss .container-fluid .overlay .main-content .box-container .box {
padding: 30px 40px;
border-radius: 20px;
margin-bottom: 40px;
background: rgba(255, 255, 255, 0.3);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
transition-duration: 300ms;
}
.foss .container-fluid .overlay .main-content .box-container .box ul {
font-size: 1rem;
}
.foss .container-fluid .overlay .main-content .box-container .box:hover {
transform: scale(1.05, 1.05);
}
@media screen and (max-width: 900px) {
.foss .container-fluid .overlay .title-wrapper .title {
font-size: 3.5rem;
line-height: 4.5rem;
}
.foss .container-fluid .overlay .main-content .date-container .badge-wrapper:first-child {
margin: 0 0 15px 0;
}
.foss .container-fluid .overlay .main-content .info {
margin-top: 50px;
padding: 0 10px;
}
.foss .container-fluid .overlay .main-content .info ul {
margin: 30px 0 30px -20px;
}
.foss .container-fluid .overlay .main-content .box-container {
margin-top: 50px;
}
.foss .container-fluid .overlay .main-content .box-container .box {
width: 100%;
margin-bottom: 20px;
padding: 30px;
}
.foss .container-fluid .overlay .main-content .box-container .box ul {
margin-left: -20px;
}
.foss .container-fluid .overlay .main-content .box-container .box-4 ul {
text-align: justify;
font-size: 1.1rem;
}
.foss .container-fluid .overlay .main-content .box-container .box-4 ul li {
margin: 15px 0;
}
.foss .container-fluid .overlay .main-content .box-container .box-1 ul li {
margin: 15px 0;
}
}
| 0.27338 | 0.04904 |
.pubGrid {
font-family: Ubuntu, Arial, "Apple SD Gothic Neo", "���� SD ��� Neo", "NanumBarunGothic", "NanumBarunGothicOTF", "�����ٸ����", "�����ٸ����OTF", "Malgun Gothic", "���� ���", "NanumGothic", "NanumGothicOTF", "�������", "�������OTF", sans-serif; font-size: 14px; font-weight: light;
border : 1px solid #bcbcbd;
font-size:12px;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.pubGrid tr, .pubGrid th, .pubGrid td{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pubGrid-container {
position: relative;
}
.pubGrid-header-wrapper{
background-color: #EFEFEF;
overflow-x: hidden;
overflow-y: hidden;
}
/* header ����*/
.pubGrid-header {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
border:0px;
border-bottom:1px solid #bcbcbd;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pubGrid-header .label-wrapper {
position: relative;
padding:0;
width:100%;
padding-right: 4px;
}
.pubGrid-header .label-wrapper > .pub-header-label {
position: relative;
color: #5e5e5e;
text-shadow: 0 1px 0 #fff;
width:100%;
padding: 0px 0px;
}
.pubGrid-header .pub-header-tr .pub-header-cont {
width: 100%;
height: 100%;
}
.pubGrid-header .pub-header-tr .pub-header-cont .inner {
vertical-align: middle;
text-align: center;
}
.pubGrid-header .pub-header-tr .pub-header-cont .inner .centered {
position: relative;
padding: 5px 2px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight:normal;
}
.pubGrid-header .pub-header-tr .pub-header-cont.sort-header {
cursor: pointer;
}
.pubGrid-header .pub-header-tr .label-wrapper.sortasc {
background: url(./images/sort-asc.png) center 0 no-repeat;
background-position: 50% -3px;
}
.pubGrid-header .pub-header-tr .label-wrapper.sortdesc {
background: url(./images/sort-desc.png) center 0 no-repeat;
background-position: 50% -2px;
}
.pubGrid-header th {
border: 1px solid #bcbcbd;
margin: 0;
padding: 0;
color: #000;
height:25px;
background-image: -webkit-linear-gradient(#ffffff,#dadada);
background-image: -moz-linear-gradient(#ffffff,#dadada);
background-image: -ms-linear-gradient(#ffffff,#dadada);
background-image: -o-linear-gradient(#ffffff,#dadada);
background-image: linear-gradient(#ffffff,#dadada);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada', GradientType=0);
}
/* body ����.*/
.pubGrid-body-wrapper{
position: relative;
}
.pubGrid-dison{
display:block;
}
.pubGrid-disoff{
display:none;
}
.pubGrid-body-scroll{
position: relative;
margin: 0;
padding: 0;
overflow: auto;
text-align: left;
}
.pubGrid-body{
width: 100%;
border-collapse: collapse;
border-left: 0px solid #bcbcbd;
border-right: 0px solid #bcbcbd;
table-layout: fixed;
}
.pubGrid-body td {
border: 1px solid #bcbcbd;
}
.pubGrid-body [rowinfo="0"]>td {
border-top:1px;
}
/* first th td board 0 처리 */
.pubGrid-header th:first-child, .pubGrid-body td:first-child {
border-left: 0px solid #bcbcbd;
}
.pubGrid-header tr:first-child th{
border-top: 0px solid #bcbcbd;
}
.pubGrid-body{
color: #3b3b3b;
}
.pubGrid-body .pub-body-td .pub-body-td-click{
cursor: auto;
color:#0000CD;
cursor:pointer;
}
/*
.pubGrid-body tbody .pub-body-tr.active {background: #FEF1EC;}
.pubGrid-body tbody .pub-body-tr:hover {background: #F5F8F5;}
*/
.pubGrid-body tbody .pub-body-tr.tr0{
background: #f3f6fa;
}
.pubGrid-body tbody .pub-body-tr.tr1{
background: #fff;
}
.pubGrid-body .pub-body-tr > td > .pub-content {
display: table;
table-layout: fixed;
width: 100%;
}
.pubGrid-body .pub-body-tr > td .pub-content-cell {
display: table-cell;
height: 100%;
vertical-align: middle;
padding:1px 2px 1px 2px;
}
.pubGrid-body .pub-body-tr > td .pub-content-ellipsis ,.pubGrid-body .pub-body-tr > td .pub-content-ellipsis >*{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0px;margin:0px;
}
.pubGrid-body .pub-body-td.col-active .pub-content-cell{
background: #FEF1EC;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.pubGrid-header .label-wrapper > .pub-header-resizer {
position: absolute;
right: 0;
top: 0;
width: 5px;
height:100%;
cursor: col-resize;
z-index: 1;
}
.pubGrid-footer-wrapper {
border-top:1px solid #bcbcbd;
position:relative;
margin: 0;
padding: 0;
color: #000;
height:30px;
background-image: -webkit-linear-gradient(#ffffff,#dadada);
background-image: -moz-linear-gradient(#ffffff,#dadada);
background-image: -ms-linear-gradient(#ffffff,#dadada);
background-image: -o-linear-gradient(#ffffff,#dadada);
background-image: linear-gradient(#ffffff,#dadada);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada', GradientType=0);
}
.pubGrid-header .label-wrapper > .pubGrid-move-header{
background:#82c5c0;
}
/* --/header end */
.pubGrid-body .alignleft{text-align:left;}
.pubGrid-body .alignright{text-align:right;}
.pubGrid-body .aligncenter{text-align:center;}
.pubGrid-page-navigation>ul {
display: inline-block;
padding-left: 0;
margin: 3px;
border-radius: 4px;
line-height:22px;
}
.pubGrid-page-navigation>ul> li {
display: inline;
}
.pubGrid-page-navigation>ul> li > a,
.pubGrid-page-navigation>ul> li > span {
position: relative;
float: left;
padding: 2px 7px;
margin-left: -1px;
color: #000;
text-decoration: none;
}
.pubGrid-page-navigation>ul> li:first-child > a,
.pubGrid-page-navigation>ul> li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pubGrid-page-navigation>ul> li:last-child > a,
.pubGrid-page-navigation>ul> li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pubGrid-page-navigation>ul> li > a:hover,
.pubGrid-page-navigation>ul> li > span:hover,
.pubGrid-page-navigation>ul> li > a:focus,
.pubGrid-page-navigation>ul> li > span:focus {
z-index: 2;
color: #23527c;
background-color: #d1e4f5;
border-color: #bcbcbd;
}
.pubGrid-page-navigation>ul> .active > a,
.pubGrid-page-navigation>ul> .active > span,
.pubGrid-page-navigation>ul> .active > a:hover,
.pubGrid-page-navigation>ul> .active > span:hover,
.pubGrid-page-navigation>ul> .active > a:focus,
.pubGrid-page-navigation>ul> .active > span:focus {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.pubGrid-page-navigation>ul> .disabled > span,
.pubGrid-page-navigation>ul> .disabled > span:hover,
.pubGrid-page-navigation>ul> .disabled > span:focus,
.pubGrid-page-navigation>ul> .disabled > a,
.pubGrid-page-navigation>ul> .disabled > a:hover,
.pubGrid-page-navigation>ul> .disabled > a:focus {
color: #777;
cursor: not-allowed;
border-color: #bcbcbd;
}
.pubgGrid-count-info{
position:absolute;top:0px;margin-top:8px;;right:5px;line-height:17px;
}
.pubGrid-page-navigation.page-left{
text-align:left;
}
.pubGrid-page-navigation.page-center{
text-align:center;
}
.pubGrid-page-navigation.page-right{
text-align:right;
}
/**
*************************************************************************************
* ContextJS Styles
* For use WITHOUT Twitters Bootstrap CSS
*************************************************************************************
*/
.pub-context-header {
display: block;
padding: 3px 15px;
font-size: 11px;
font-weight: bold;
line-height: 20px;
color: #999;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
text-transform: uppercase;
}
.pub-context-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
text-align:left;
}
.pub-context-menu.pull-right {
right: 0;
left: auto;
}
.pub-context-menu .divider {
*width: 100%;
height: 1px;
margin: 9px 1px;
*margin: -5px 0 5px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
}
.pub-context-menu a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333333;
white-space: nowrap;
text-decoration: none;
}
.pub-context-menu li > a:hover, .pub-context-menu li > a:focus, .pub-context-submenu:hover > a {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
filter: progid: dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.pub-context-menu .active > a, .pub-context-menu .active > a:hover {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
background-color: #0081c2;
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-repeat: repeat-x;
outline: 0;
filter: progid
: dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.pub-context-menu .disabled > a, .pub-context-menu .disabled > a:hover {
color: #999999;
}
.pub-context-menu .disabled > a:hover {
text-decoration: none;
cursor: default;
background-color: transparent;
}
.open {
*z-index: 1000;
}
.open > .pub-context-menu {
display: block;
}
.pull-right > .pub-context-menu {
right: 0;
left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid #000000;
content: "\2191";
}
.dropup .pub-context-menu, .navbar-fixed-bottom .dropdown .pub-context-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
.pub-context-submenu {
position: relative;
}
.pub-context-submenu > .pub-context-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
}
.pub-context-submenu > .pub-context-menu.drop-left{
left:-100%;
}
.pub-context-submenu:hover .pub-context-menu {
display: block;
}
.pub-context-submenu > a:after {
display: block;
float: right;
width: 0;
height: 0;
margin-top: 5px;
margin-right: -10px;
border-color: transparent;
border-left-color: #cccccc;
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";
}
.pub-context-submenu:hover > a:after {
border-left-color: #ffffff;
}
.dropdown .pub-context-menu .pub-context-header {
padding-right: 20px;
padding-left: 20px;
}
/**
* Context Styles
*/
.pub-context .pub-context-header {
cursor: default;
}
.pub-context .pub-context-submenu:hover .pub-context-menu {
display: none;
}
.pub-context .pub-context-submenu:hover > .pub-context-menu {
display: block;
}
.compressed-context a{
padding-left: 14px;
padding-top: 0;
padding-bottom: 0;
font-size: 13px;
}
.compressed-context .divider{
margin: 5px 1px;
}
.compressed-context .pub-context-header{
padding:1px 13px;
}
|
theme/default/pub.grid.css
|
.pubGrid {
font-family: Ubuntu, Arial, "Apple SD Gothic Neo", "���� SD ��� Neo", "NanumBarunGothic", "NanumBarunGothicOTF", "�����ٸ����", "�����ٸ����OTF", "Malgun Gothic", "���� ���", "NanumGothic", "NanumGothicOTF", "�������", "�������OTF", sans-serif; font-size: 14px; font-weight: light;
border : 1px solid #bcbcbd;
font-size:12px;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.pubGrid tr, .pubGrid th, .pubGrid td{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pubGrid-container {
position: relative;
}
.pubGrid-header-wrapper{
background-color: #EFEFEF;
overflow-x: hidden;
overflow-y: hidden;
}
/* header ����*/
.pubGrid-header {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
border:0px;
border-bottom:1px solid #bcbcbd;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pubGrid-header .label-wrapper {
position: relative;
padding:0;
width:100%;
padding-right: 4px;
}
.pubGrid-header .label-wrapper > .pub-header-label {
position: relative;
color: #5e5e5e;
text-shadow: 0 1px 0 #fff;
width:100%;
padding: 0px 0px;
}
.pubGrid-header .pub-header-tr .pub-header-cont {
width: 100%;
height: 100%;
}
.pubGrid-header .pub-header-tr .pub-header-cont .inner {
vertical-align: middle;
text-align: center;
}
.pubGrid-header .pub-header-tr .pub-header-cont .inner .centered {
position: relative;
padding: 5px 2px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight:normal;
}
.pubGrid-header .pub-header-tr .pub-header-cont.sort-header {
cursor: pointer;
}
.pubGrid-header .pub-header-tr .label-wrapper.sortasc {
background: url(./images/sort-asc.png) center 0 no-repeat;
background-position: 50% -3px;
}
.pubGrid-header .pub-header-tr .label-wrapper.sortdesc {
background: url(./images/sort-desc.png) center 0 no-repeat;
background-position: 50% -2px;
}
.pubGrid-header th {
border: 1px solid #bcbcbd;
margin: 0;
padding: 0;
color: #000;
height:25px;
background-image: -webkit-linear-gradient(#ffffff,#dadada);
background-image: -moz-linear-gradient(#ffffff,#dadada);
background-image: -ms-linear-gradient(#ffffff,#dadada);
background-image: -o-linear-gradient(#ffffff,#dadada);
background-image: linear-gradient(#ffffff,#dadada);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada', GradientType=0);
}
/* body ����.*/
.pubGrid-body-wrapper{
position: relative;
}
.pubGrid-dison{
display:block;
}
.pubGrid-disoff{
display:none;
}
.pubGrid-body-scroll{
position: relative;
margin: 0;
padding: 0;
overflow: auto;
text-align: left;
}
.pubGrid-body{
width: 100%;
border-collapse: collapse;
border-left: 0px solid #bcbcbd;
border-right: 0px solid #bcbcbd;
table-layout: fixed;
}
.pubGrid-body td {
border: 1px solid #bcbcbd;
}
.pubGrid-body [rowinfo="0"]>td {
border-top:1px;
}
/* first th td board 0 처리 */
.pubGrid-header th:first-child, .pubGrid-body td:first-child {
border-left: 0px solid #bcbcbd;
}
.pubGrid-header tr:first-child th{
border-top: 0px solid #bcbcbd;
}
.pubGrid-body{
color: #3b3b3b;
}
.pubGrid-body .pub-body-td .pub-body-td-click{
cursor: auto;
color:#0000CD;
cursor:pointer;
}
/*
.pubGrid-body tbody .pub-body-tr.active {background: #FEF1EC;}
.pubGrid-body tbody .pub-body-tr:hover {background: #F5F8F5;}
*/
.pubGrid-body tbody .pub-body-tr.tr0{
background: #f3f6fa;
}
.pubGrid-body tbody .pub-body-tr.tr1{
background: #fff;
}
.pubGrid-body .pub-body-tr > td > .pub-content {
display: table;
table-layout: fixed;
width: 100%;
}
.pubGrid-body .pub-body-tr > td .pub-content-cell {
display: table-cell;
height: 100%;
vertical-align: middle;
padding:1px 2px 1px 2px;
}
.pubGrid-body .pub-body-tr > td .pub-content-ellipsis ,.pubGrid-body .pub-body-tr > td .pub-content-ellipsis >*{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0px;margin:0px;
}
.pubGrid-body .pub-body-td.col-active .pub-content-cell{
background: #FEF1EC;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.pubGrid-header .label-wrapper > .pub-header-resizer {
position: absolute;
right: 0;
top: 0;
width: 5px;
height:100%;
cursor: col-resize;
z-index: 1;
}
.pubGrid-footer-wrapper {
border-top:1px solid #bcbcbd;
position:relative;
margin: 0;
padding: 0;
color: #000;
height:30px;
background-image: -webkit-linear-gradient(#ffffff,#dadada);
background-image: -moz-linear-gradient(#ffffff,#dadada);
background-image: -ms-linear-gradient(#ffffff,#dadada);
background-image: -o-linear-gradient(#ffffff,#dadada);
background-image: linear-gradient(#ffffff,#dadada);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada', GradientType=0);
}
.pubGrid-header .label-wrapper > .pubGrid-move-header{
background:#82c5c0;
}
/* --/header end */
.pubGrid-body .alignleft{text-align:left;}
.pubGrid-body .alignright{text-align:right;}
.pubGrid-body .aligncenter{text-align:center;}
.pubGrid-page-navigation>ul {
display: inline-block;
padding-left: 0;
margin: 3px;
border-radius: 4px;
line-height:22px;
}
.pubGrid-page-navigation>ul> li {
display: inline;
}
.pubGrid-page-navigation>ul> li > a,
.pubGrid-page-navigation>ul> li > span {
position: relative;
float: left;
padding: 2px 7px;
margin-left: -1px;
color: #000;
text-decoration: none;
}
.pubGrid-page-navigation>ul> li:first-child > a,
.pubGrid-page-navigation>ul> li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pubGrid-page-navigation>ul> li:last-child > a,
.pubGrid-page-navigation>ul> li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pubGrid-page-navigation>ul> li > a:hover,
.pubGrid-page-navigation>ul> li > span:hover,
.pubGrid-page-navigation>ul> li > a:focus,
.pubGrid-page-navigation>ul> li > span:focus {
z-index: 2;
color: #23527c;
background-color: #d1e4f5;
border-color: #bcbcbd;
}
.pubGrid-page-navigation>ul> .active > a,
.pubGrid-page-navigation>ul> .active > span,
.pubGrid-page-navigation>ul> .active > a:hover,
.pubGrid-page-navigation>ul> .active > span:hover,
.pubGrid-page-navigation>ul> .active > a:focus,
.pubGrid-page-navigation>ul> .active > span:focus {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.pubGrid-page-navigation>ul> .disabled > span,
.pubGrid-page-navigation>ul> .disabled > span:hover,
.pubGrid-page-navigation>ul> .disabled > span:focus,
.pubGrid-page-navigation>ul> .disabled > a,
.pubGrid-page-navigation>ul> .disabled > a:hover,
.pubGrid-page-navigation>ul> .disabled > a:focus {
color: #777;
cursor: not-allowed;
border-color: #bcbcbd;
}
.pubgGrid-count-info{
position:absolute;top:0px;margin-top:8px;;right:5px;line-height:17px;
}
.pubGrid-page-navigation.page-left{
text-align:left;
}
.pubGrid-page-navigation.page-center{
text-align:center;
}
.pubGrid-page-navigation.page-right{
text-align:right;
}
/**
*************************************************************************************
* ContextJS Styles
* For use WITHOUT Twitters Bootstrap CSS
*************************************************************************************
*/
.pub-context-header {
display: block;
padding: 3px 15px;
font-size: 11px;
font-weight: bold;
line-height: 20px;
color: #999;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
text-transform: uppercase;
}
.pub-context-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
text-align:left;
}
.pub-context-menu.pull-right {
right: 0;
left: auto;
}
.pub-context-menu .divider {
*width: 100%;
height: 1px;
margin: 9px 1px;
*margin: -5px 0 5px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
}
.pub-context-menu a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333333;
white-space: nowrap;
text-decoration: none;
}
.pub-context-menu li > a:hover, .pub-context-menu li > a:focus, .pub-context-submenu:hover > a {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
filter: progid: dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.pub-context-menu .active > a, .pub-context-menu .active > a:hover {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
background-color: #0081c2;
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-repeat: repeat-x;
outline: 0;
filter: progid
: dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.pub-context-menu .disabled > a, .pub-context-menu .disabled > a:hover {
color: #999999;
}
.pub-context-menu .disabled > a:hover {
text-decoration: none;
cursor: default;
background-color: transparent;
}
.open {
*z-index: 1000;
}
.open > .pub-context-menu {
display: block;
}
.pull-right > .pub-context-menu {
right: 0;
left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid #000000;
content: "\2191";
}
.dropup .pub-context-menu, .navbar-fixed-bottom .dropdown .pub-context-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
.pub-context-submenu {
position: relative;
}
.pub-context-submenu > .pub-context-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
}
.pub-context-submenu > .pub-context-menu.drop-left{
left:-100%;
}
.pub-context-submenu:hover .pub-context-menu {
display: block;
}
.pub-context-submenu > a:after {
display: block;
float: right;
width: 0;
height: 0;
margin-top: 5px;
margin-right: -10px;
border-color: transparent;
border-left-color: #cccccc;
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";
}
.pub-context-submenu:hover > a:after {
border-left-color: #ffffff;
}
.dropdown .pub-context-menu .pub-context-header {
padding-right: 20px;
padding-left: 20px;
}
/**
* Context Styles
*/
.pub-context .pub-context-header {
cursor: default;
}
.pub-context .pub-context-submenu:hover .pub-context-menu {
display: none;
}
.pub-context .pub-context-submenu:hover > .pub-context-menu {
display: block;
}
.compressed-context a{
padding-left: 14px;
padding-top: 0;
padding-bottom: 0;
font-size: 13px;
}
.compressed-context .divider{
margin: 5px 1px;
}
.compressed-context .pub-context-header{
padding:1px 13px;
}
| 0.336331 | 0.124186 |
[class*="icon-"] {
font-family: "iconfont" !important;
font-size: 1em;
font-style: normal;
line-height: 1.2em;
}
.icon-blank {
background: url('icons/blank.gif') no-repeat center center;
}
.icon-add:before {
content: "\e670";
color: Green;
}
.icon-edit:before {
content: "\e671";
color: Green;
}
.icon-clear:before {
content: "\e6da";
}
.icon-remove:before {
content: "\e6d1";
color: Green;
}
.icon-save:before {
content: "\e682";
color: blue;
}
.icon-cut:before {
content: "\e689";
}
.icon-ok:before {
content: "\e674";
}
.icon-no {
background: url('icons/no.png') no-repeat center center;
}
.icon-cancel:before {
content: "\e684";
color: red;
}
.icon-reload:before {
content: "\e673";
color: Green;
}
.icon-search:before {
content: "\e70a";
color: blue;
}
.icon-print:before {
content: "\e66e";
}
.icon-help:before {
content: "\e736";
}
.icon-undo {
background: url('icons/undo.png') no-repeat center center;
}
.icon-redo {
background: url('icons/redo.png') no-repeat center center;
}
.icon-back {
background: url('icons/back.png') no-repeat center center;
}
.icon-sum {
background: url('icons/sum.png') no-repeat center center;
}
.icon-tip {
background: url('icons/tip.png') no-repeat center center;
}
.icon-filter {
background: url('icons/filter.png') no-repeat center center;
}
.icon-man {
background: url('icons/man.png') no-repeat center center;
}
.icon-lock:before {
content: "\e6ef";
color: Green;
}
.icon-mini-add {
background: url('icons/mini_add.png') no-repeat center center;
}
.icon-mini-edit {
background: url('icons/mini_edit.png') no-repeat center center;
}
.icon-mini-refresh {
background: url('icons/mini_refresh.png') no-repeat center center;
}
.icon-large-picture {
background: url('icons/large_picture.png') no-repeat center center;
}
.icon-large-clipart {
background: url('icons/large_clipart.png') no-repeat center center;
}
.icon-large-shapes {
background: url('icons/large_shapes.png') no-repeat center center;
}
.icon-large-smartart {
background: url('icons/large_smartart.png') no-repeat center center;
}
.icon-large-chart {
background: url('icons/large_chart.png') no-repeat center center;
}
/*2016.06.10 °æ±¾ºóÏûʧµÄÑùʽ*/
.icon-output {
background: url('icons/output.png') no-repeat center center;
}
.icon-data-recycl {
background: url('icons/data-recycl.png') no-repeat center center;
}
.icon-result-recycl {
background: url('icons/redo.png') no-repeat center center;
}
.icon-data-assign {
background: url('icons/plugin_edit.png') no-repeat center center;
}
.icon-data-clear {
background: url('icons/clear.png') no-repeat center center;
}
.icon-input {
background: url('icons/input.png') no-repeat center center;
}
.icon-cc-denglu:before { content: "\e73c"; }
|
public/external/IccTel/Base/Telicon.css
|
[class*="icon-"] {
font-family: "iconfont" !important;
font-size: 1em;
font-style: normal;
line-height: 1.2em;
}
.icon-blank {
background: url('icons/blank.gif') no-repeat center center;
}
.icon-add:before {
content: "\e670";
color: Green;
}
.icon-edit:before {
content: "\e671";
color: Green;
}
.icon-clear:before {
content: "\e6da";
}
.icon-remove:before {
content: "\e6d1";
color: Green;
}
.icon-save:before {
content: "\e682";
color: blue;
}
.icon-cut:before {
content: "\e689";
}
.icon-ok:before {
content: "\e674";
}
.icon-no {
background: url('icons/no.png') no-repeat center center;
}
.icon-cancel:before {
content: "\e684";
color: red;
}
.icon-reload:before {
content: "\e673";
color: Green;
}
.icon-search:before {
content: "\e70a";
color: blue;
}
.icon-print:before {
content: "\e66e";
}
.icon-help:before {
content: "\e736";
}
.icon-undo {
background: url('icons/undo.png') no-repeat center center;
}
.icon-redo {
background: url('icons/redo.png') no-repeat center center;
}
.icon-back {
background: url('icons/back.png') no-repeat center center;
}
.icon-sum {
background: url('icons/sum.png') no-repeat center center;
}
.icon-tip {
background: url('icons/tip.png') no-repeat center center;
}
.icon-filter {
background: url('icons/filter.png') no-repeat center center;
}
.icon-man {
background: url('icons/man.png') no-repeat center center;
}
.icon-lock:before {
content: "\e6ef";
color: Green;
}
.icon-mini-add {
background: url('icons/mini_add.png') no-repeat center center;
}
.icon-mini-edit {
background: url('icons/mini_edit.png') no-repeat center center;
}
.icon-mini-refresh {
background: url('icons/mini_refresh.png') no-repeat center center;
}
.icon-large-picture {
background: url('icons/large_picture.png') no-repeat center center;
}
.icon-large-clipart {
background: url('icons/large_clipart.png') no-repeat center center;
}
.icon-large-shapes {
background: url('icons/large_shapes.png') no-repeat center center;
}
.icon-large-smartart {
background: url('icons/large_smartart.png') no-repeat center center;
}
.icon-large-chart {
background: url('icons/large_chart.png') no-repeat center center;
}
/*2016.06.10 °æ±¾ºóÏûʧµÄÑùʽ*/
.icon-output {
background: url('icons/output.png') no-repeat center center;
}
.icon-data-recycl {
background: url('icons/data-recycl.png') no-repeat center center;
}
.icon-result-recycl {
background: url('icons/redo.png') no-repeat center center;
}
.icon-data-assign {
background: url('icons/plugin_edit.png') no-repeat center center;
}
.icon-data-clear {
background: url('icons/clear.png') no-repeat center center;
}
.icon-input {
background: url('icons/input.png') no-repeat center center;
}
.icon-cc-denglu:before { content: "\e73c"; }
| 0.47658 | 0.079926 |
@charset "UTF-8";
/*
* Theme: Metrica - Responsive Bootstrap 4 Admin Dashboard
* Author: Mannatthemes
* File: Icons
*/
/*!
* Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
.fas,
.far,
.fal,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em;
}
.fa-xs {
font-size: .75em;
}
.fa-sm {
font-size: .875em;
}
.fa-1x {
font-size: 1em;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-6x {
font-size: 6em;
}
.fa-7x {
font-size: 7em;
}
.fa-8x {
font-size: 8em;
}
.fa-9x {
font-size: 9em;
}
.fa-10x {
font-size: 10em;
}
.fa-fw {
text-align: center;
width: 1.25em;
}
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;
}
.fa-ul > li {
position: relative;
}
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none;
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
content: "\f26e";
}
.fa-accessible-icon:before {
content: "\f368";
}
.fa-accusoft:before {
content: "\f369";
}
.fa-acquisitions-incorporated:before {
content: "\f6af";
}
.fa-ad:before {
content: "\f641";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-card:before {
content: "\f2bb";
}
.fa-adjust:before {
content: "\f042";
}
.fa-adn:before {
content: "\f170";
}
.fa-adobe:before {
content: "\f778";
}
.fa-adversal:before {
content: "\f36a";
}
.fa-affiliatetheme:before {
content: "\f36b";
}
.fa-air-freshener:before {
content: "\f5d0";
}
.fa-airbnb:before {
content: "\f834";
}
.fa-algolia:before {
content: "\f36c";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-right:before {
content: "\f038";
}
.fa-alipay:before {
content: "\f642";
}
.fa-allergies:before {
content: "\f461";
}
.fa-amazon:before {
content: "\f270";
}
.fa-amazon-pay:before {
content: "\f42c";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-amilia:before {
content: "\f36d";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-android:before {
content: "\f17b";
}
.fa-angellist:before {
content: "\f209";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angry:before {
content: "\f556";
}
.fa-angrycreative:before {
content: "\f36e";
}
.fa-angular:before {
content: "\f420";
}
.fa-ankh:before {
content: "\f644";
}
.fa-app-store:before {
content: "\f36f";
}
.fa-app-store-ios:before {
content: "\f370";
}
.fa-apper:before {
content: "\f371";
}
.fa-apple:before {
content: "\f179";
}
.fa-apple-alt:before {
content: "\f5d1";
}
.fa-apple-pay:before {
content: "\f415";
}
.fa-archive:before {
content: "\f187";
}
.fa-archway:before {
content: "\f557";
}
.fa-arrow-alt-circle-down:before {
content: "\f358";
}
.fa-arrow-alt-circle-left:before {
content: "\f359";
}
.fa-arrow-alt-circle-right:before {
content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
content: "\f35b";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-arrows-alt-h:before {
content: "\f337";
}
.fa-arrows-alt-v:before {
content: "\f338";
}
.fa-artstation:before {
content: "\f77a";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-asymmetrik:before {
content: "\f372";
}
.fa-at:before {
content: "\f1fa";
}
.fa-atlas:before {
content: "\f558";
}
.fa-atlassian:before {
content: "\f77b";
}
.fa-atom:before {
content: "\f5d2";
}
.fa-audible:before {
content: "\f373";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-autoprefixer:before {
content: "\f41c";
}
.fa-avianex:before {
content: "\f374";
}
.fa-aviato:before {
content: "\f421";
}
.fa-award:before {
content: "\f559";
}
.fa-aws:before {
content: "\f375";
}
.fa-baby:before {
content: "\f77c";
}
.fa-baby-carriage:before {
content: "\f77d";
}
.fa-backspace:before {
content: "\f55a";
}
.fa-backward:before {
content: "\f04a";
}
.fa-bacon:before {
content: "\f7e5";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-ban:before {
content: "\f05e";
}
.fa-band-aid:before {
content: "\f462";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-bars:before {
content: "\f0c9";
}
.fa-baseball-ball:before {
content: "\f433";
}
.fa-basketball-ball:before {
content: "\f434";
}
.fa-bath:before {
content: "\f2cd";
}
.fa-battery-empty:before {
content: "\f244";
}
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battle-net:before {
content: "\f835";
}
.fa-bed:before {
content: "\f236";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bezier-curve:before {
content: "\f55b";
}
.fa-bible:before {
content: "\f647";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bimobject:before {
content: "\f378";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-biohazard:before {
content: "\f780";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitcoin:before {
content: "\f379";
}
.fa-bity:before {
content: "\f37a";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-blackberry:before {
content: "\f37b";
}
.fa-blender:before {
content: "\f517";
}
.fa-blender-phone:before {
content: "\f6b6";
}
.fa-blind:before {
content: "\f29d";
}
.fa-blog:before {
content: "\f781";
}
.fa-blogger:before {
content: "\f37c";
}
.fa-blogger-b:before {
content: "\f37d";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-bold:before {
content: "\f032";
}
.fa-bolt:before {
content: "\f0e7";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-bone:before {
content: "\f5d7";
}
.fa-bong:before {
content: "\f55c";
}
.fa-book:before {
content: "\f02d";
}
.fa-book-dead:before {
content: "\f6b7";
}
.fa-book-medical:before {
content: "\f7e6";
}
.fa-book-open:before {
content: "\f518";
}
.fa-book-reader:before {
content: "\f5da";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-bootstrap:before {
content: "\f836";
}
.fa-bowling-ball:before {
content: "\f436";
}
.fa-box:before {
content: "\f466";
}
.fa-box-open:before {
content: "\f49e";
}
.fa-boxes:before {
content: "\f468";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-brain:before {
content: "\f5dc";
}
.fa-bread-slice:before {
content: "\f7ec";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-briefcase-medical:before {
content: "\f469";
}
.fa-broadcast-tower:before {
content: "\f519";
}
.fa-broom:before {
content: "\f51a";
}
.fa-brush:before {
content: "\f55d";
}
.fa-btc:before {
content: "\f15a";
}
.fa-buffer:before {
content: "\f837";
}
.fa-bug:before {
content: "\f188";
}
.fa-building:before {
content: "\f1ad";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-burn:before {
content: "\f46a";
}
.fa-buromobelexperte:before {
content: "\f37f";
}
.fa-bus:before {
content: "\f207";
}
.fa-bus-alt:before {
content: "\f55e";
}
.fa-business-time:before {
content: "\f64a";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-calendar:before {
content: "\f133";
}
.fa-calendar-alt:before {
content: "\f073";
}
.fa-calendar-check:before {
content: "\f274";
}
.fa-calendar-day:before {
content: "\f783";
}
.fa-calendar-minus:before {
content: "\f272";
}
.fa-calendar-plus:before {
content: "\f271";
}
.fa-calendar-times:before {
content: "\f273";
}
.fa-calendar-week:before {
content: "\f784";
}
.fa-camera:before {
content: "\f030";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-campground:before {
content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
content: "\f785";
}
.fa-candy-cane:before {
content: "\f786";
}
.fa-cannabis:before {
content: "\f55f";
}
.fa-capsules:before {
content: "\f46b";
}
.fa-car:before {
content: "\f1b9";
}
.fa-car-alt:before {
content: "\f5de";
}
.fa-car-battery:before {
content: "\f5df";
}
.fa-car-crash:before {
content: "\f5e1";
}
.fa-car-side:before {
content: "\f5e4";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-caret-square-down:before {
content: "\f150";
}
.fa-caret-square-left:before {
content: "\f191";
}
.fa-caret-square-right:before {
content: "\f152";
}
.fa-caret-square-up:before {
content: "\f151";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-carrot:before {
content: "\f787";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cash-register:before {
content: "\f788";
}
.fa-cat:before {
content: "\f6be";
}
.fa-cc-amazon-pay:before {
content: "\f42d";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-apple-pay:before {
content: "\f416";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-centercode:before {
content: "\f380";
}
.fa-centos:before {
content: "\f789";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-chair:before {
content: "\f6c0";
}
.fa-chalkboard:before {
content: "\f51b";
}
.fa-chalkboard-teacher:before {
content: "\f51c";
}
.fa-charging-station:before {
content: "\f5e7";
}
.fa-chart-area:before {
content: "\f1fe";
}
.fa-chart-bar:before {
content: "\f080";
}
.fa-chart-line:before {
content: "\f201";
}
.fa-chart-pie:before {
content: "\f200";
}
.fa-check:before {
content: "\f00c";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-check-double:before {
content: "\f560";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-cheese:before {
content: "\f7ef";
}
.fa-chess:before {
content: "\f439";
}
.fa-chess-bishop:before {
content: "\f43a";
}
.fa-chess-board:before {
content: "\f43c";
}
.fa-chess-king:before {
content: "\f43f";
}
.fa-chess-knight:before {
content: "\f441";
}
.fa-chess-pawn:before {
content: "\f443";
}
.fa-chess-queen:before {
content: "\f445";
}
.fa-chess-rook:before {
content: "\f447";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-child:before {
content: "\f1ae";
}
.fa-chrome:before {
content: "\f268";
}
.fa-chromecast:before {
content: "\f838";
}
.fa-church:before {
content: "\f51d";
}
.fa-circle:before {
content: "\f111";
}
.fa-circle-notch:before {
content: "\f1ce";
}
.fa-city:before {
content: "\f64f";
}
.fa-clinic-medical:before {
content: "\f7f2";
}
.fa-clipboard:before {
content: "\f328";
}
.fa-clipboard-check:before {
content: "\f46c";
}
.fa-clipboard-list:before {
content: "\f46d";
}
.fa-clock:before {
content: "\f017";
}
.fa-clone:before {
content: "\f24d";
}
.fa-closed-captioning:before {
content: "\f20a";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-cloud-download-alt:before {
content: "\f381";
}
.fa-cloud-meatball:before {
content: "\f73b";
}
.fa-cloud-moon:before {
content: "\f6c3";
}
.fa-cloud-moon-rain:before {
content: "\f73c";
}
.fa-cloud-rain:before {
content: "\f73d";
}
.fa-cloud-showers-heavy:before {
content: "\f740";
}
.fa-cloud-sun:before {
content: "\f6c4";
}
.fa-cloud-sun-rain:before {
content: "\f743";
}
.fa-cloud-upload-alt:before {
content: "\f382";
}
.fa-cloudscale:before {
content: "\f383";
}
.fa-cloudsmith:before {
content: "\f384";
}
.fa-cloudversify:before {
content: "\f385";
}
.fa
|
assets/dashboard/css/icons.css
|
@charset "UTF-8";
/*
* Theme: Metrica - Responsive Bootstrap 4 Admin Dashboard
* Author: Mannatthemes
* File: Icons
*/
/*!
* Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
.fas,
.far,
.fal,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em;
}
.fa-xs {
font-size: .75em;
}
.fa-sm {
font-size: .875em;
}
.fa-1x {
font-size: 1em;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-6x {
font-size: 6em;
}
.fa-7x {
font-size: 7em;
}
.fa-8x {
font-size: 8em;
}
.fa-9x {
font-size: 9em;
}
.fa-10x {
font-size: 10em;
}
.fa-fw {
text-align: center;
width: 1.25em;
}
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;
}
.fa-ul > li {
position: relative;
}
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none;
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
content: "\f26e";
}
.fa-accessible-icon:before {
content: "\f368";
}
.fa-accusoft:before {
content: "\f369";
}
.fa-acquisitions-incorporated:before {
content: "\f6af";
}
.fa-ad:before {
content: "\f641";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-card:before {
content: "\f2bb";
}
.fa-adjust:before {
content: "\f042";
}
.fa-adn:before {
content: "\f170";
}
.fa-adobe:before {
content: "\f778";
}
.fa-adversal:before {
content: "\f36a";
}
.fa-affiliatetheme:before {
content: "\f36b";
}
.fa-air-freshener:before {
content: "\f5d0";
}
.fa-airbnb:before {
content: "\f834";
}
.fa-algolia:before {
content: "\f36c";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-right:before {
content: "\f038";
}
.fa-alipay:before {
content: "\f642";
}
.fa-allergies:before {
content: "\f461";
}
.fa-amazon:before {
content: "\f270";
}
.fa-amazon-pay:before {
content: "\f42c";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-amilia:before {
content: "\f36d";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-android:before {
content: "\f17b";
}
.fa-angellist:before {
content: "\f209";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angry:before {
content: "\f556";
}
.fa-angrycreative:before {
content: "\f36e";
}
.fa-angular:before {
content: "\f420";
}
.fa-ankh:before {
content: "\f644";
}
.fa-app-store:before {
content: "\f36f";
}
.fa-app-store-ios:before {
content: "\f370";
}
.fa-apper:before {
content: "\f371";
}
.fa-apple:before {
content: "\f179";
}
.fa-apple-alt:before {
content: "\f5d1";
}
.fa-apple-pay:before {
content: "\f415";
}
.fa-archive:before {
content: "\f187";
}
.fa-archway:before {
content: "\f557";
}
.fa-arrow-alt-circle-down:before {
content: "\f358";
}
.fa-arrow-alt-circle-left:before {
content: "\f359";
}
.fa-arrow-alt-circle-right:before {
content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
content: "\f35b";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-arrows-alt-h:before {
content: "\f337";
}
.fa-arrows-alt-v:before {
content: "\f338";
}
.fa-artstation:before {
content: "\f77a";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-asymmetrik:before {
content: "\f372";
}
.fa-at:before {
content: "\f1fa";
}
.fa-atlas:before {
content: "\f558";
}
.fa-atlassian:before {
content: "\f77b";
}
.fa-atom:before {
content: "\f5d2";
}
.fa-audible:before {
content: "\f373";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-autoprefixer:before {
content: "\f41c";
}
.fa-avianex:before {
content: "\f374";
}
.fa-aviato:before {
content: "\f421";
}
.fa-award:before {
content: "\f559";
}
.fa-aws:before {
content: "\f375";
}
.fa-baby:before {
content: "\f77c";
}
.fa-baby-carriage:before {
content: "\f77d";
}
.fa-backspace:before {
content: "\f55a";
}
.fa-backward:before {
content: "\f04a";
}
.fa-bacon:before {
content: "\f7e5";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-ban:before {
content: "\f05e";
}
.fa-band-aid:before {
content: "\f462";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-bars:before {
content: "\f0c9";
}
.fa-baseball-ball:before {
content: "\f433";
}
.fa-basketball-ball:before {
content: "\f434";
}
.fa-bath:before {
content: "\f2cd";
}
.fa-battery-empty:before {
content: "\f244";
}
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battle-net:before {
content: "\f835";
}
.fa-bed:before {
content: "\f236";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bezier-curve:before {
content: "\f55b";
}
.fa-bible:before {
content: "\f647";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bimobject:before {
content: "\f378";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-biohazard:before {
content: "\f780";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitcoin:before {
content: "\f379";
}
.fa-bity:before {
content: "\f37a";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-blackberry:before {
content: "\f37b";
}
.fa-blender:before {
content: "\f517";
}
.fa-blender-phone:before {
content: "\f6b6";
}
.fa-blind:before {
content: "\f29d";
}
.fa-blog:before {
content: "\f781";
}
.fa-blogger:before {
content: "\f37c";
}
.fa-blogger-b:before {
content: "\f37d";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-bold:before {
content: "\f032";
}
.fa-bolt:before {
content: "\f0e7";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-bone:before {
content: "\f5d7";
}
.fa-bong:before {
content: "\f55c";
}
.fa-book:before {
content: "\f02d";
}
.fa-book-dead:before {
content: "\f6b7";
}
.fa-book-medical:before {
content: "\f7e6";
}
.fa-book-open:before {
content: "\f518";
}
.fa-book-reader:before {
content: "\f5da";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-bootstrap:before {
content: "\f836";
}
.fa-bowling-ball:before {
content: "\f436";
}
.fa-box:before {
content: "\f466";
}
.fa-box-open:before {
content: "\f49e";
}
.fa-boxes:before {
content: "\f468";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-brain:before {
content: "\f5dc";
}
.fa-bread-slice:before {
content: "\f7ec";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-briefcase-medical:before {
content: "\f469";
}
.fa-broadcast-tower:before {
content: "\f519";
}
.fa-broom:before {
content: "\f51a";
}
.fa-brush:before {
content: "\f55d";
}
.fa-btc:before {
content: "\f15a";
}
.fa-buffer:before {
content: "\f837";
}
.fa-bug:before {
content: "\f188";
}
.fa-building:before {
content: "\f1ad";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-burn:before {
content: "\f46a";
}
.fa-buromobelexperte:before {
content: "\f37f";
}
.fa-bus:before {
content: "\f207";
}
.fa-bus-alt:before {
content: "\f55e";
}
.fa-business-time:before {
content: "\f64a";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-calendar:before {
content: "\f133";
}
.fa-calendar-alt:before {
content: "\f073";
}
.fa-calendar-check:before {
content: "\f274";
}
.fa-calendar-day:before {
content: "\f783";
}
.fa-calendar-minus:before {
content: "\f272";
}
.fa-calendar-plus:before {
content: "\f271";
}
.fa-calendar-times:before {
content: "\f273";
}
.fa-calendar-week:before {
content: "\f784";
}
.fa-camera:before {
content: "\f030";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-campground:before {
content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
content: "\f785";
}
.fa-candy-cane:before {
content: "\f786";
}
.fa-cannabis:before {
content: "\f55f";
}
.fa-capsules:before {
content: "\f46b";
}
.fa-car:before {
content: "\f1b9";
}
.fa-car-alt:before {
content: "\f5de";
}
.fa-car-battery:before {
content: "\f5df";
}
.fa-car-crash:before {
content: "\f5e1";
}
.fa-car-side:before {
content: "\f5e4";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-caret-square-down:before {
content: "\f150";
}
.fa-caret-square-left:before {
content: "\f191";
}
.fa-caret-square-right:before {
content: "\f152";
}
.fa-caret-square-up:before {
content: "\f151";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-carrot:before {
content: "\f787";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cash-register:before {
content: "\f788";
}
.fa-cat:before {
content: "\f6be";
}
.fa-cc-amazon-pay:before {
content: "\f42d";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-apple-pay:before {
content: "\f416";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-centercode:before {
content: "\f380";
}
.fa-centos:before {
content: "\f789";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-chair:before {
content: "\f6c0";
}
.fa-chalkboard:before {
content: "\f51b";
}
.fa-chalkboard-teacher:before {
content: "\f51c";
}
.fa-charging-station:before {
content: "\f5e7";
}
.fa-chart-area:before {
content: "\f1fe";
}
.fa-chart-bar:before {
content: "\f080";
}
.fa-chart-line:before {
content: "\f201";
}
.fa-chart-pie:before {
content: "\f200";
}
.fa-check:before {
content: "\f00c";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-check-double:before {
content: "\f560";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-cheese:before {
content: "\f7ef";
}
.fa-chess:before {
content: "\f439";
}
.fa-chess-bishop:before {
content: "\f43a";
}
.fa-chess-board:before {
content: "\f43c";
}
.fa-chess-king:before {
content: "\f43f";
}
.fa-chess-knight:before {
content: "\f441";
}
.fa-chess-pawn:before {
content: "\f443";
}
.fa-chess-queen:before {
content: "\f445";
}
.fa-chess-rook:before {
content: "\f447";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-child:before {
content: "\f1ae";
}
.fa-chrome:before {
content: "\f268";
}
.fa-chromecast:before {
content: "\f838";
}
.fa-church:before {
content: "\f51d";
}
.fa-circle:before {
content: "\f111";
}
.fa-circle-notch:before {
content: "\f1ce";
}
.fa-city:before {
content: "\f64f";
}
.fa-clinic-medical:before {
content: "\f7f2";
}
.fa-clipboard:before {
content: "\f328";
}
.fa-clipboard-check:before {
content: "\f46c";
}
.fa-clipboard-list:before {
content: "\f46d";
}
.fa-clock:before {
content: "\f017";
}
.fa-clone:before {
content: "\f24d";
}
.fa-closed-captioning:before {
content: "\f20a";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-cloud-download-alt:before {
content: "\f381";
}
.fa-cloud-meatball:before {
content: "\f73b";
}
.fa-cloud-moon:before {
content: "\f6c3";
}
.fa-cloud-moon-rain:before {
content: "\f73c";
}
.fa-cloud-rain:before {
content: "\f73d";
}
.fa-cloud-showers-heavy:before {
content: "\f740";
}
.fa-cloud-sun:before {
content: "\f6c4";
}
.fa-cloud-sun-rain:before {
content: "\f743";
}
.fa-cloud-upload-alt:before {
content: "\f382";
}
.fa-cloudscale:before {
content: "\f383";
}
.fa-cloudsmith:before {
content: "\f384";
}
.fa-cloudversify:before {
content: "\f385";
}
.fa
| 0.580947 | 0.113727 |
body {
margin: 0;
padding: 0;
width: 100vw;
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;
background-color: #333;
font-family: Raleway;
}
.container {
height: 100vh;
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;
}
.container .card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.container .card:hover .section-front {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.container .card:hover .section-back {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.container .card .section {
width: 150px;
height: 230px;
-webkit-transition: 0.5s;
transition: 0.5s;
padding: 20px;
}
.container .card .section-front {
background-color: #309B94;
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;
z-index: 1;
-webkit-transform: translateX(75px);
transform: translateX(75px);
}
.container .card .section-front h1 {
font-size: 8em;
color: #fff;
padding: 3px 0 3px 0;
}
.container .card .section-back {
background-color: #fff;
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;
-webkit-transform: translateX(-115px);
transform: translateX(-115px);
}
.container .card .section-back h1 {
font-size: 3em;
color: #000;
padding: 0;
}
/*# sourceMappingURL=style.css.map */
|
css/style.css
|
body {
margin: 0;
padding: 0;
width: 100vw;
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;
background-color: #333;
font-family: Raleway;
}
.container {
height: 100vh;
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;
}
.container .card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.container .card:hover .section-front {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.container .card:hover .section-back {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.container .card .section {
width: 150px;
height: 230px;
-webkit-transition: 0.5s;
transition: 0.5s;
padding: 20px;
}
.container .card .section-front {
background-color: #309B94;
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;
z-index: 1;
-webkit-transform: translateX(75px);
transform: translateX(75px);
}
.container .card .section-front h1 {
font-size: 8em;
color: #fff;
padding: 3px 0 3px 0;
}
.container .card .section-back {
background-color: #fff;
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;
-webkit-transform: translateX(-115px);
transform: translateX(-115px);
}
.container .card .section-back h1 {
font-size: 3em;
color: #000;
padding: 0;
}
/*# sourceMappingURL=style.css.map */
| 0.342132 | 0.033876 |
/* div всего блока */
.simple_loginza_table_content
{
}
/* div заголовка */
.simple_table_header
{
}
/* div значков */
.simple_table_links
{
}
/********* Simple - Формат блока: "Кнопка Логинзы" ************* */
/* div всего блока */
.simple_loginza_button_content
{
}
/* div заголовка */
.simple_button_left
{
float: left;
padding-top: 5px;
padding-right: 20px;
}
/* div значков */
.simple_button_right
{
float: right;
}
/********* Simple - Формат блока: "Маленькие иконки" ************* */
/* div всего блока */
.simple_loginza_icons_content
{
}
/* div заголовка */
.simple_icons_header
{
}
/* div значков */
.simple_icons_links
{
}
/******************* Страница оформления заказа simplereg ************* */
/********* simplereg - Формат блока: "Крупные значки таблицей" ************* */
/* div всего блока */
.simplereg_loginza_table_content
{
}
/* div заголовка */
.simplereg_table_header
{
}
/* div значков */
.simplereg_table_links
{
}
/********* simplereg - Формат блока: "Кнопка Логинзы" ************* */
/* div всего блока */
.simplereg_loginza_button_content
{
}
/* div заголовка */
.simplereg_button_left
{
float: left;
padding-top: 5px;
padding-right: 20px;
}
/* div значков */
.simplereg_button_right
{
float: right;
}
/********* simplereg - Формат блока: "Маленькие иконки" ************* */
/* div всего блока */
.simplereg_loginza_icons_content
{
}
/* div заголовка */
.simplereg_icons_header
{
}
/* div значков */
.simplereg_icons_links
{
}
/******************* Страница регистрации в Simple ************* */
/********* Simple - Формат блока: "Крупные значки таблицей" ************* */
/* div всего блока */
.checkout_loginza_table_content
{
}
/* div заголовка */
.checkout_table_header
{
font-weight: bold;
}
/* div значков */
.checkout_table_links
{
}
/********* Стандартное оформлени - Формат блока: "Кнопка Логинзы" ************* */
/* div всего блока */
.checkout_loginza_button_content
{
min-height: 20px !important;
}
/* div заголовка */
.checkout_button_left
{
float: left;
padding-top: 5px;
padding-right: 20px;
font-weight: bold;
}
/* div значков */
.checkout_button_right
{
float: right;
}
/********* Стандартное оформлени - Формат блока: "Маленькие иконки" ************* */
/* div всего блока */
.checkout_loginza_icons_content
{
}
/* div заголовка */
.checkout_icons_header
{
font-weight: bold;
}
/* div значков */
.checkout_icons_links
{
}
/******************* Страница авторизации в аккаунте ************* */
/********* Страница авторизации - Формат блока: "Крупные значки таблицей" ************* */
/* div всего блока */
.account_loginza_table_content
{
}
/* div заголовка */
.account_table_header
{
font-weight: bold;
}
/* div значков */
.account_table_links
{
}
/********* Страница авторизации - Формат блока: "Кнопка Логинзы" ************* */
/* div всего блока */
.account_loginza_button_content
{
min-height: 20px !important;
}
/* div заголовка */
.account_button_right
{
float: right;
}
/* div значков */
.account_button_left
{
float: left;
padding-top: 5px;
padding-right: 20px;
font-weight: bold;
}
/********* Страница авторизации - Формат блока: "Маленькие иконки" ************* */
/* div всего блока */
.account_loginza_icons_content
{
}
/* div заголовка */
.account_icons_header
{
font-weight: bold;
}
/* div значков */
.account_icons_links
{
}
|
catalog/view/theme/default/stylesheet/socnetauth2.css
|
/* div всего блока */
.simple_loginza_table_content
{
}
/* div заголовка */
.simple_table_header
{
}
/* div значков */
.simple_table_links
{
}
/********* Simple - Формат блока: "Кнопка Логинзы" ************* */
/* div всего блока */
.simple_loginza_button_content
{
}
/* div заголовка */
.simple_button_left
{
float: left;
padding-top: 5px;
padding-right: 20px;
}
/* div значков */
.simple_button_right
{
float: right;
}
/********* Simple - Формат блока: "Маленькие иконки" ************* */
/* div всего блока */
.simple_loginza_icons_content
{
}
/* div заголовка */
.simple_icons_header
{
}
/* div значков */
.simple_icons_links
{
}
/******************* Страница оформления заказа simplereg ************* */
/********* simplereg - Формат блока: "Крупные значки таблицей" ************* */
/* div всего блока */
.simplereg_loginza_table_content
{
}
/* div заголовка */
.simplereg_table_header
{
}
/* div значков */
.simplereg_table_links
{
}
/********* simplereg - Формат блока: "Кнопка Логинзы" ************* */
/* div всего блока */
.simplereg_loginza_button_content
{
}
/* div заголовка */
.simplereg_button_left
{
float: left;
padding-top: 5px;
padding-right: 20px;
}
/* div значков */
.simplereg_button_right
{
float: right;
}
/********* simplereg - Формат блока: "Маленькие иконки" ************* */
/* div всего блока */
.simplereg_loginza_icons_content
{
}
/* div заголовка */
.simplereg_icons_header
{
}
/* div значков */
.simplereg_icons_links
{
}
/******************* Страница регистрации в Simple ************* */
/********* Simple - Формат блока: "Крупные значки таблицей" ************* */
/* div всего блока */
.checkout_loginza_table_content
{
}
/* div заголовка */
.checkout_table_header
{
font-weight: bold;
}
/* div значков */
.checkout_table_links
{
}
/********* Стандартное оформлени - Формат блока: "Кнопка Логинзы" ************* */
/* div всего блока */
.checkout_loginza_button_content
{
min-height: 20px !important;
}
/* div заголовка */
.checkout_button_left
{
float: left;
padding-top: 5px;
padding-right: 20px;
font-weight: bold;
}
/* div значков */
.checkout_button_right
{
float: right;
}
/********* Стандартное оформлени - Формат блока: "Маленькие иконки" ************* */
/* div всего блока */
.checkout_loginza_icons_content
{
}
/* div заголовка */
.checkout_icons_header
{
font-weight: bold;
}
/* div значков */
.checkout_icons_links
{
}
/******************* Страница авторизации в аккаунте ************* */
/********* Страница авторизации - Формат блока: "Крупные значки таблицей" ************* */
/* div всего блока */
.account_loginza_table_content
{
}
/* div заголовка */
.account_table_header
{
font-weight: bold;
}
/* div значков */
.account_table_links
{
}
/********* Страница авторизации - Формат блока: "Кнопка Логинзы" ************* */
/* div всего блока */
.account_loginza_button_content
{
min-height: 20px !important;
}
/* div заголовка */
.account_button_right
{
float: right;
}
/* div значков */
.account_button_left
{
float: left;
padding-top: 5px;
padding-right: 20px;
font-weight: bold;
}
/********* Страница авторизации - Формат блока: "Маленькие иконки" ************* */
/* div всего блока */
.account_loginza_icons_content
{
}
/* div заголовка */
.account_icons_header
{
font-weight: bold;
}
/* div значков */
.account_icons_links
{
}
| 0.050016 | 0.065366 |
@charset "UTF-8";
/*-----------------------------------------------------------------------------------
Name: Car Dojo HTML/CSS Template
Description: Stylesheets for Car Dojo Template
Version: 1.0
Author: ThemesDojo
Coding: <NAME> - Themes Dojo front-end developer
Info: Do not make any changes of this file for a better working of your template,
use the file "custom.css" for your personal styles and modifications. Thx for purchase.
TABLE OF CONTENTS
---------------------------
1. Basic rules
----------------
2. Pages
2.1 Home Pages
2.2 Item page
2.3 Submit page
2.4 Search results page
2.5 My Account page
2.6 Rent a car
2.7 Dealer Page
2.8 Sales and reports
-----------
3. Elements#cd-page-content
-------------
4. Additional Classes
----------------------
5. Animations
-----------------------
6. Preloader
-----------------------
*/
/*
P.S. pages are create based on elements, all elements styles You will find in compartment 3 - ELEMENTS. Good luck
*/
/*--------------------------------------------------------------
1. Basic rules
--------------------------------------------------------------*/
body{
position: relative;
width: 100%;
height: 100%;
line-height: 1.928em;
}
#cd-page-content{
position: relative;
overflow-x: hidden;
overflow-y: visible;
opacity: 1;
min-height: 100vh;
padding-top: 90px;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
a{transition: all .2s ease-in-out;}
label{font-weight: 400;}
main{
position: relative;
z-index: 3;
}
/*--------------------------------------------------------------
2. Pages
--------------------------------------------------------------*/
/*! 2.1 Home Page */
/* top navigation */
.navbar-inverse{
position: absolute;
background-color: #e5e7ea;
height: 40px;
top: 0;
width: 100%;
z-index: 10;
}
.navbar-inverse ul{
display: inline-block;
margin: 0;
}
.navbar-inverse ul a{
color: #b3b6bd;
letter-spacing: 1.1px;
}
.navbar-inverse ul a:hover{color: #838894;}
.navbar-inverse ul.cd-top-phone{font-size: 12px;}
/* main navigation */
.cd-main-navigation{
position: absolute;
top: 0px;
width: 100%;
border: none;
margin: 0;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
transition: all .2s linear;
z-index: 10;
transition-delay: .2s;
}
/*logo*/
.navbar-brand{
height: 50px;
width: 200px;
margin-left: 0 !important;
margin-top: 11px;
padding: 0;
}
/*menu*/
.cd-main-navigation .nav>li>a{
font-size: 15px;
letter-spacing: 1.1px;
padding: 12px 19px;
font-weight: 600;
}
.cd-main-navigation .nav>li>a.btn{
padding: 12px 30px;
color: #fff;
margin: 0 15px;
border-color: transparent;
transition: all .2s ease-in;
}
.cd-main-navigation .nav>li>a.btn:hover{
background: #333;
color: #fff !important;
}
.cd-main-navigation .nav>.active>a,
.cd-main-navigation .nav>.active>a:hover,
.cd-main-navigation .nav>.active>a:focus,
.cd-main-navigation .nav>.open>a:hover,
.cd-main-navigation .nav>.open>a:focus{background: transparent;}
.cd-main-navigation .nav>li>a.btn:hover{
border-color: #438cca;
color: #438cca;
}
.cd-main-navigation .nav>li>a .fa{
color: #d6d7dc;
transition: all .2s ease;
}
.cd-main-navigation .nav>li{
position: relative;
transform: translateZ(0);
}
.cd-main-navigation .nav>li:last-child a{margin-right: 0;}
/*dropdown menu*/
.cd-main-navigation li.dropdown:after{
content: "";
position: absolute;
top: 0;
bottom: -10px;
left: 0;
right: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background: #fff;
opacity: 0;
z-index: -1;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
transition: 0 all .2s ease-in;
}
.cd-main-navigation li.dropdown:before{
content: "";
position: absolute;
bottom: -10px;
height: 2px;
left: 0;
right: 0;
background: #fff;
z-index: 1001;
opacity: 0;
}
.cd-main-navigation li.dropdown:hover:after,
.cd-main-navigation li.dropdown:hover:before{
opacity: 1;
transition: all .2s ease-in;
}
.dropdown .dropdown-menu{
left: 0;
right: auto;
font-size: 12px;
letter-spacing: 1.1px;
border-radius: 0;
min-width: 260px;
padding-top: 10px;
border: none;
box-shadow: none;
background: transparent;
}
.dropdown.open > .dropdown-menu,
.dropdown:hover > .dropdown-menu {
display: block;
animation-name: menuToTop;
animation-duration: .3s;
animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
}
.dropdown .dropdown-menu ul{
background: #fff;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
line-height: 36px;
padding: 10px 0;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.dropdown.open > .dropdown-toggle .fa,
.dropdown:hover > .dropdown-toggle .fa{
transform: rotate(180deg);
transition: transform .2s ease-in-out;
}
.dropdown-menu ul>li>a{
padding: 9px 20px;
display: block;
color: #438cca;
line-height: 1.6;
transition: all .2s ease-in;
}
.dropdown-menu ul>li.active a,
.dropdown-menu ul>li>a:hover{color: #333;}
/*dropdown menu level 2*/
.dropdown.dropdown-submenu .dropdown-menu{
left: 100%;
top: 0;
}
.dropdown.dropdown-submenu.open .dropdown-toggle .fa,
.dropdown.dropdown-submenu:hover .dropdown-toggle .fa{
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: all .2s ease-in-out;
}
/*fixed navigation*/
.cd-main-navigation.affix .navbar-collapse{padding-right: 15px;}
.cd-main-navigation.affix{
position: fixed;
height: 70px;
min-height: 70px;
transition: all .1s ease-in-out;
-webkit-animation: 300ms ease-in-out 0s normal none 1 fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 fadeInDown;
}
/* main carousel */
.cd-carousel.static{position: static;}
.cd-carousel{
position: absolute;
left: 0;
width: 100%;
height: calc(100vh - 130px);
z-index: 1;
}
.cd-carousel .item{
width: 100%;
height: calc(100vh - 130px);
background-size: cover;
background-position: center;
}
/* top container */
.cd-top-container{
position: relative;
height: calc(100vh - 130px);
z-index: 2;
}
.cd-top-container .heading{color: #fff;}
.cd-top-container h6.heading{
letter-spacing: 2px;
font-weight: 400;
}
.cd-top-container h1.heading{margin-bottom: 25px;}
/*search box*/
.cd-top-search{
background: #fff;
border-radius: 4px;
color: #333;
}
.cd-top-search .intro{
background: #d3d5da;
padding: 19px 30px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.cd-top-search .intro h4{
float: left;
margin: 0;
color: #333;
}
.cd-top-search .intro .btn-link{
padding: 0;
text-decoration: underline;
}
.cd-top-search .form-inline{
padding: 26px 15px 1px;
margin-bottom: 20px;
}
.cd-top-search .form-group{
width: 50%;
float: left;
padding: 0 15px;
margin-bottom: 29px;
}
.form-group label{
margin-bottom: 13px;
color: #333;
font-family: "Montserrat", sans-serif;
font-weight: 400;
white-space: nowrap;
display: block;
line-height: 20px;
}
.form-group label>span{color: #ccc;}
.form-group .btn-default{
width: 100%;
height: 40px;
line-height: 30px;
transition: all .2s ease-in-out;
}
.cd-top-search .custom-checkbox label{
margin-bottom: 0;
margin-top: 10px;
color: #666;
font-weight: 400;
cursor: pointer;
}
.cd-top-subscribe,
.cd-top-subscribe a{color: #fff;}
.cd-top-subscribe a{text-decoration: underline;}
/*! 2.2 Item page - car-sale-item.html*/
/*sidebar*/
.cd-sidebar{padding-top: 30px;}
.cd-sidebar>h2{margin-top: 0;}
.cd-sidebar .product-year{
color: #999;
margin-top: 0;
margin-bottom: 4px;
}
.cd-sidebar .product-title{
line-height: 36px;
margin-top: 0;
}
/*sidebar car meta*/
.sidebar-car-meta{
position: relative;
margin: 0;
padding: 0 120px 0 30px;
font-size: 10px;
letter-spacing: 1.1px;
font-family: "Montserrat", sans-serif;
}
.sidebar-car-meta .car-color{
position: absolute;
left: 0;
top: 50%;
margin-top: -10px;
border-radius: 30px;
background: #333;
width: 20px;
height: 20px;
}
.sidebar-car-meta .car-id{
position: absolute;
top: 50%;
margin-top: -9px;
right: 0;
text-transform: uppercase;
background: #fff;
border-radius: 4px;
padding: 4px 9px;
line-height: 1;
}
.sidebar-car-meta p{
line-height: 1.4;
margin-bottom: 26px;
margin-top: 20px;
}
/*sidebar short description*/
.cd-sidebar .cd-short-descripiton{
display: flex;
border-top: 1px solid #e5e7ea;
border-bottom: 1px solid #e5e7ea;
color: #666;
padding-top: 21px;
padding-bottom: 19px;
}
.cd-sidebar .cd-short-descripiton > span{flex: 1;}
.cd-sidebar .cd-short-descripiton .rating{text-align: right;}
.cd-sidebar .cd-short-descripiton .rating-stars{color: #c95555;}
.cd-sidebar .cd-short-descripiton .rating span a{text-decoration: underline;}
.cd-sidebar .cd-price-list{
margin: 0;
padding-top: 27px;
margin-bottom: 21px;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.cd-sidebar .cd-price-list li{padding: 0;}
.cd-sidebar .cd-price-list li > span{
font-size: 10px;
letter-spacing: 1px;
}
.cd-sidebar .cd-price-list li > h2{margin: 0;}
.cd-sidebar .cd-price-list li > h2 s{
font-weight: 300;
color: #ccc;
}
.cd-sidebar .cd-price-list .cd-price s{font-weight: 300;}
.cd-sidebar .cd-price-list li.pull-right{
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
cursor: default;
}
.cd-sidebar .cd-price-list li span.period{
font-size: 30px;
color: #ccc;
font-weight: 300;
letter-spacing: inherit;
}
.cd-sidebar .cd-price-list .show-hint{
position: absolute;
transform: translateX(-45px);
background: #fff;
border: none;
border-radius: 30px;
font-size: 12px;
color: #438cca;
width: 20px;
height: 20px;
padding: 0;
line-height: 20px;
display: inline-block;
text-align: center;
opacity: 0;
transition: all .2s ease-in-out;
}
.cd-sidebar .cd-price-list .month-payment{
font-size: 16px;
color: #c95555;
white-space: nowrap;
}
.cd-sidebar .cd-price-list small{
font-size: 10px;
letter-spacing: 1.1px;
}
.cd-sidebar .cd-price-list li.pull-right:hover .show-hint{opacity: 1;}
/*money saver blocks*/
.money-save,
.money-discount{
float: left;
width: 33%;
text-align: center;
letter-spacing: 1.1px;
line-height: 30px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
font-size: 12px;
padding: 5px 10px;
margin-bottom: 30px;
}
.money-save{
color: #fff;
background: #c95555;
}
.money-discount{
color: #c95555;
background: #e5e7ea;
}
/*widgets*/
.cd-widget{margin-bottom: 30px;}
.cd-widget-title{
padding: 15px 20px 12px;
border-bottom: 1px solid #e5e7ea;
display: flex;
justify-content: space-between;
align-items: center;
}
.cd-widget-title .heading{
margin: 0;
line-height: 27px;
}
.cd-widget-content{padding: 0 20px 11px;}
.cd-widget-content ul.phone-nrs{
margin: 0 0 13px;
font-size: 18px;
line-height: 30px;
border-bottom: 1px solid #e5e7ea;
padding: 12px 0 7px;
}
.cd-widget-content ul.phone-nrs li{margin-bottom: 4px;}
.cd-widget-content ul.phone-nrs li > a{color: #999;}
.cd-widget-content ul.phone-nrs li > a span{color: #333;}
.cd-widget-content a.request-call-btn{
font-size: 16px;
text-decoration: underline;
}
.cd-widget .test-drive-btn{
display: block;
width: 100%;
text-align: left;
padding: 15px 20px;
font-size: 16px;
margin-bottom: 18px;
white-space: normal;
}
.cd-widget .test-drive-btn .fa:first-of-type{margin-right: 5px;}
.cd-widget .test-drive-btn .fa:last-of-type{float: right;}
.cd-widget .test-drive-btn:hover .fa:last-of-type{
animation-name: slideInLeft;
animation-duration: 1.1s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.cd-widget .btn-link{
padding: 0;
font-size: 16px;
text-decoration: underline;
}
/*dealer location/contact info widget */
.location_widget .cd-widget-title{
padding: 28px 0 16px;
margin-bottom: 22px;
}
.cd-widget .contact-form{margin-bottom: 8px;}
.cd-widget .contact-form > .form-group{margin-bottom: 22px;}
/*payment/loan calculator form*/
form.payment-calculator {
padding-top: 23px;
padding-bottom: 7px;
border-bottom: 1px solid #e5e7ea;
}
form.payment-calculator .form-group{
width: 50%;
float: left;
margin-bottom: 23px;
}
.form-group .form-control{
width: 100%;
height: 40px;
background-color: #f6f8f9;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
line-height: 27px;
}
.form-group .form-control[type="number"]{-moz-appearance: textfield;} /*hiding arrows of input type number*/
/*validation backgrounds*/
.form-control.bg-success{background: #f1f8e6;}
.form-control.bg-danger{border-color: #cc3333;}
.form-group.error small{
position: absolute;
bottom: -17px;
left: 15px;
color: #cc3333;
font-size: 10px;
line-height: 1;
}
/*calculator results*/
.form-results{
width: 50%;
margin: 0;
line-height: 30px;
padding-top: 18px;
padding-bottom: 6px;
}
.form-results li{margin-bottom: 10px;}
.form-results li>span{
font-family: "Montserrat", sans-serif;
font-size: 10px;
letter-spacing: 1.1px;
}
.form-results li>h4{
margin: 0;
font-weight: normal;
color: #666;
}
.form-results li #monthPay{
font-weight: 700;
color: #333;
}
#periodPay{text-transform: initial;}
/*car dimensions*/
.car-width,
.car-height{
position: relative;
float: left;
padding: 0 10px;
}
.car-width{margin-right: 10px;}
.car-width .svg-icon{
width: 112px;
height: 100px;
}
.car-height .svg-icon{
width: 100px;
height: 75px;
margin-bottom: 25px;
}
.car-height span.pull-right{
position: absolute;
top: 41%;
right: -50%;
}
/*tabs*/
.cd-widget > .heading{
margin-top: 0;
margin-bottom: 27px;
}
.related-tabs .nav-tabs{border: none;}
.related-tabs .nav-tabs>li{margin-bottom: 0;}
.related-tabs .nav-tabs>li.active>a{
background: #fff;
color: #333;
border: none;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}
.related-tabs .nav-tabs>li>a:hover{
background: transparent;
color: #333;
}
.related-tabs .nav-tabs>li>a{
border: none;
color: #438cca;
margin: 0;
font-size: 18px;
font-weight: bold;
font-family: "Montserrat", sans-serif;
padding: 12px 20px;
}
.related-tabs .nav-tabs>li>a:after{
content: "";
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 3px;
background: #fff;
opacity: 0;
}
.related-tabs .nav-tabs>li.active>a:after{opacity: 1;}
.related-tabs .tab-content{
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
padding-top: 30px;
border-radius: 4px;
}
.related-tabs .tab-content .tab-pane{padding: 0 20px;}
.related-tabs .tab-content .cd-offer-short{
background: transparent;
margin-bottom: 28px;
}
.related-tabs .tab-content .cd-offer-short:last-of-type .separator{opacity: 0;}
.related-tabs .nav-tabs>li>a:active:focus,
.related-tabs .nav-tabs>li>a:focus{
outline: none;
background-color: #fff;
}
.related-tabs .nav-tabs>li:nth-child(2){margin: 0 2.3%;}
/*cd-content-description*/
.cd-content-description{
padding-top: 30px;
}
.cd-condition-blk{
padding: 24px 30px;
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 30px;
font-family: "Montserrat", sans-serif;
}
.cd-condition-blk .blk > .svg-icon{
width: 50px;
height: 30px;
}
.cd-condition-blk .blk h6{
color: #ccc;
letter-spacing: 1.1px;
margin-bottom: 11px;
}
.cd-condition-blk .blk h5{
font-size: 16px;
margin: 0;
line-height: 24px;
}
/*listing description*/
.cd-listing-description{
margin-bottom: 30px;
border-radius: 4px;
}
.listing-title{
padding: 15px 30px;
border-bottom: 1px solid #e5e7ea;
display: flex;
justify-content: space-between;
align-items: center;
flex-flow: row;
}
.listing-title .heading{
float: left;
margin: 0;
}
.listing-title .svg-icon{
width: 35px;
height: 30px;
}
.listing-content{
padding: 22px 30px;
font-size: 16px;
color: #666;
line-height: 30px;
border-bottom: 1px solid #e5e7ea;
}
.listing-content p{margin-bottom: 24px;}
.listing-content p:last-of-type{margin-bottom: 0;}
.listing-content h3{
margin-top: 0;
line-height: 30px;
margin-bottom: 15px;
}
.listing-content .condition-indicator{color: #ccc;}
.listing-content .condition-label{
font-size: 10px;
letter-spacing: 1.1px;
color: #999;
border-radius: 4px;
background: #f6f8f9;
padding: 0 12px;
line-height: 2;
}
.certified-list{
margin: 0;
padding: 30px;
display: flex;
justify-content: space-between;
align-items: center;
flex-flow: row;
font-size: 16px;
border-bottom: 1px solid #e5e7ea;
}
.certified-list li{padding: 0;}
.certified-list li img{width: 70px;}
.certified-list li .btn{
padding: 0;
font-size: 16px;
text-decoration: underline;
}
.listing-content .heading{
margin: 0;
border-bottom: 1px solid #e5e7ea;
padding-bottom: 16px;
margin-bottom: 28px;
}
.columns-content .title{
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row;
border-bottom: 1px solid #e5e7ea;
padding-bottom: 20px;
}
.columns-content .title .svg-icon{
width: auto;
height: 30px;
margin-right: 8px;
}
.columns-content .title .heading{
margin: 0;
padding: 0;
border: none;
}
.columns-content .column-blk:last-of-type ul{margin-bottom: 0;}
.listing-content ol,
.listing-content ul{
margin-left: 0;
font-size: 14px;
color: #999999;
margin-bottom: 25px;
padding-top: 21px;
}
.listing-content ul.checked li::before{
content: "\f00c";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #e5e7ea;
margin-right: 6px;
}
/*submit block*/
.cd-content-description .submit-blk{padding: 30px;}
.cd-content-description .submit-blk .custom-checkbox{
line-height: 1.4;
color: #333;
}
.cd-content-description .submit-blk .custom-checkbox label{
font-weight: 400;
margin: 0;
}
.cd-content-description .submit-blk .btn{
padding: 13px 20px;
border: none;
}
.cd-content-description .submit-blk .btn > .fa{margin-left: 18px;}
/* section contact info */
section.contact-info{margin-bottom: 30px;}
.contact-info .container{
width: 1170px;
padding: 27px 30px 4px;
}
.contact-info .title{
margin: 0;
border-bottom: 1px solid #e5e7ea;
margin-bottom: 28px;
}
.contact-info .heading{margin: 0 0 16px 0}
.contact-info p{
color: #666666;
font-size: 16px;
margin-bottom: 15px;
}
.contact-info .contact-form .inputs-side,
.contact-info .contact-form .control-side{
width: 50%;
float: left;
}
.contact-info .contact-form .inputs-side{padding-right: 15px;}
.contact-info .contact-form .control-side{padding-left: 15px;}
.contact-info .contact-form .form-group{margin-bottom: 26px;}
.contact-info .contact-form label{
color: #333;
font-weight: 400;
font-family: "Montserrat", sans-serif;
}
.contact-info .contact-form .form-control{
height: 40px;
padding: 6px 15px;
background-color: #f6f8f9;
color: #333;
border-radius: 4px;
border: none;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
}
.contact-info .contact-form textarea.form-control{
height: 160px;
margin-bottom: 30px;
line-height: 27px;
resize: none;
}
.contact-info .contact-form .btn[type="submit"]{
width: 100%;
height: 40px;
text-align: left;
padding: 6px 20px;
white-space: normal;
}
.contact-info .contact-form .btn[type="submit"] .fa{float: right;}
#cd-map{
width: 100%;
height: 180px;
margin-bottom: 28px;
}
.cd-dealer-address address{
font-size: 16px;
line-height: 24px;
color: #666;
margin-bottom: 16px;
}
.cd-dealer-address .phone-nrs{
margin-bottom: 0;
line-height: 30px;
font-size: 16px;
}
.cd-dealer-address .phone-nrs li>a{
color: #999;
margin-bottom: 5px;
}
.cd-dealer-address .phone-nrs li>a span{color: #333;}
/*! 2.3 Submit page - car-submit.html */
.cd-sidebar .heading.title{margin-bottom: 26px;}
/*add car form*/
.add-car-form{
padding-top: 23px;
padding-bottom: 19px;
}
.add-car-form .form-group{
position: relative;
margin-bottom: 29px;
}
.add-car-form .form-group.width50{
float: left;
padding: 0 15px;
}
.specs-box.noborder{padding-bottom: 10px;}
.specs-box{
padding-top: 23px;
padding-bottom: 21px;
border-bottom: 1px solid #e5e7ea;
}
/*add photos to gallery */
.cd-gallery-upload > span{color: #666;}
.upload-list{
margin: 20px -20px 0 0;
padding: 0;
}
.upload-list li{
padding: 0;
float: left;
margin-bottom: 22px;
margin-right: 22px;
}
.upload-list .upload-blk{
position: relative;
width: 136px;
height: 90px;
display: flex;
justify-content: center;
padding: 15px;
cursor: pointer;
margin: 0;
overflow: hidden;
}
.upload-list .upload-blk > svg{
display: block;
width: 100px;
height: 100%;
stroke: #d3d5da;
fill: #d3d5da;
}
.upload-list .upload-blk input[type="file"]{display: none;}
.upload-list .upload-blk .hover-blk{
position: absolute;
width: 100%;
height: 100%;
background-color: #438cca;
color: #fff;
border-radius: 4px;
display: flex;
justify-content: center;
flex-direction: column;
padding: 0 30px;
line-height: 1.4;
font-size: 12px;
font-family: "Montserrat", sans-serif;
opacity: 0;
}
.upload-list .upload-blk .hover-blk .fa{
font-size: 18px;
margin-bottom: 10px;
}
/*upload-btn*/
.cd-gallery-upload .upload-btn{
width: 100%;
padding: 12px 30px;
color: #fff;
margin-bottom: 30px;
text-align: left;
white-space: normal;
}
/*add car condition */
.add-condition-blk{margin-bottom: 30px;}
.blk-title{
padding: 15px 30px;
border-bottom: 1px solid #e5e7ea;
}
.blk-title .heading{
margin: 0;
line-height: 1.7;
}
.blk-title .svg-icon{
height: 30px;
width: auto;
}
.add-condition-blk .nav-tabs{
border: none;
padding-left: 30px;
margin: 23px 0 24px;
}
.add-condition-blk .nav-tabs li{
margin-bottom: 0;
margin-right: 20px;
}
.add-condition-blk .nav-tabs li > a{
color: #333 !important;
background-color: transparent !important;
border: none !important;
cursor: pointer;
padding: 0;
line-height: 2.4;
}
.add-condition-blk .tab-content{padding: 0 15px;}
.add-condition-blk .tab-content .add-car-form{padding: 0;}
.add-car-form .form-group.width25{
float: left;
padding: 0 15px;
}
.add-car-form .form-group.width25 .cs-select,
.add-car-form .form-group.width25 .form-control{margin-bottom: 30px;}
.add-car-form .form-group.width25 .custom-checkbox{
margin-top: 5px;
margin-bottom: 10px;
}
.add-car-form .form-group.width25 .custom-checkbox label{line-height: 1;}
/*add car characteristics*/
.add-caracteristic-blk{margin-bottom: 30px;}
.add-caracteristic-blk .blk-content{
padding: 28px 30px 30px;
}
.add-caracteristic-blk .blk-content .heading{
margin-top: 0;
margin-bottom: 10px;
font-weight: 400;
}
.color-list{
margin-left: 0;
margin-bottom: 28px;
}
.color-list li{
padding: 0 5px;
float: left;
}
.color-list li:first-child{padding-left: 0;}
.color-list li:last-child{padding-right: 0;}
.color-list li .btn{
position: relative;
width: 29px;
height: 29px;
border-radius: 30px;
font-size: 8px;
color: #666;
padding: 0;
transition: border .2s ease-in-out;
}
.color-list li .btn:hover{border: 3px solid #438cca !important;}
.color-list li .btn.selected{border: 3px solid #666 !important;}
.color-list li .btn.selected:after{
content: "\f00c";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #666;
font-size: 18px;
position: absolute;
left: 3px;
top: 3px;
}
.color-list li:nth-child(2) .btn{border: 1px solid #cdcdcd;}
.color-list li .custom-checkbox > label{line-height: 1.4;}
.color-list li .custom-checkbox .cr{margin-right: 10px;}
.add-caracteristic-blk .blk-content li.width33{
float: left;
padding: 0 15px;
}
.add-caracteristic-blk .blk-content .interior-materials{padding-left: 20px;}
.add-caracteristic-blk .blk-content .list-inline.row{margin-bottom: 29px;}
.add-caracteristic-blk .blk-content .list-inline.row .heading,
.add-caracteristic-blk .blk-content .interior-materials .heading{margin-bottom: 15px;}
/*add car listing description*/
.cd-listing-description .listing-content .form-group{margin-bottom: 8px;}
.cd-listing-description .listing-content .form-group label{margin-bottom: 5px;}
.cd-listing-description .listing-content textarea.form-control{
padding-top: 15px;
padding-left: 20px;
height: 110px;
resize: none;
overflow-y: auto;
margin-bottom: 22px;
}
/* add price and discount*/
.price-row h5{
font-size: 16px;
color: #333;
margin-top: 0;
font-weight: 400;
line-height: 30px;
}
.price-row .custom-checkbox{
line-height: 1.2;
margin-bottom: 0;
margin-top: 15px;
}
.price-row .custom-checkbox .fa{font-size: 14px;}
.discount-input{
display: none;
transition: all .3s ease-in-out;
margin-top: 16px;
}
/*car checkboxes list*/
.listing-content .columns-content .custom-checkbox{
break-inside: avoid;
}
.listing-content .columns-content .custom-checkbox > label{
line-height: 1.4;
margin-top: 10px;
margin-bottom: 0;
}
/*! 2.4 Search results page - search-results.html */
/*main wrapp*/
.search-results-wrapp{
padding-top: 30px;
padding-bottom: 210px;
}
#block-offers.invisible,
#offers-inline.invisible{
display: none;
visibility: visible;
}
/*.advanced-search{padding-bottom: 220px;}*/
/*search sidebar*/
.cd-search-sidebar{
position: relative;
z-index: 2;
}
.cd-search-sidebar .aside-blk:last-of-type{padding: 10px 20px 13px;}
.aside-blk.demo{border: none;}
.aside-blk{
border-bottom: 1px solid #e5e7ea;
padding: 15px 20px 18px 20px;
}
.aside-blk h4{
margin: 0 0 7px;
line-height: 27px;
}
.aside-blk .btn-link{
padding: 0;
text-decoration: underline;
}
.aside-blk p > label,
.aside-blk.colors > label{
display: block;
color: #333;
line-height: 27px;
margin-bottom: 6px;
font-family: "Montserrat", sans-serif;
}
.aside-blk p > label span{color: #d3d5da;}
/*add to search new vwhicle*/
/*.aside-blk .new-vehicle{display: none;}*/
.aside-blk .new-vehicle .form-group{margin-bottom: 20px;}
.aside-blk .new-vehicle .form-group>label{margin-bottom: 10px;}
.aside-blk .new-vehicle .form-group .select2{margin-top: 0;}
/*custom range*/
.aside-blk .form-group{margin-bottom: 0;}
.aside-blk .custom-range p > input{
width: 40px;
line-height: 2.3;
}
.aside-blk .custom-range p > input.pull-right{text-align: right;}
.aside-blk .custom-range .ui-slider{
width: calc(100% - 90px);
display: inline-block;
margin: 0 3px;
}
.aside-blk .custom-range p label{margin-bottom: 10px !important;}
.aside-blk .custom-range p .btn{
font-size: 18px;
padding: 5px 0;
}
/*multiple item select*/
.select2-container--below.select2-container--focus.select2-container--open .select2-selection{
box-shadow: 0 0 0 1px #438cca inset,
0 0 5px 0 rgba(0, 0, 0, .2) inset;
}
.aside-blk .select2{margin-bottom: 20px;}
.aside-blk .select2:first-of-type{margin-top: 17px;}
.aside-blk .select2:last-of-type{margin-bottom: 2px;}
.aside-blk .select2 .select2-selection{
min-height: 40px;
height: auto;
overflow: auto;
padding: 6px 10px;
line-height: 2;
}
.aside-blk .select2-selection--multiple .select2-selection__rendered{
width: 100% !important;
float: left;
}
/*selected select icon*/
.select2-results__option[aria-selected = "true"]{
position: relative;
background-color: transparent !important;
color: #438cca !important;
}
.select2-results__option[aria-selected = "true"]:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover{color: #333 !important;}
.select2-results__option:after{
content: "\f00c";
float: right;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1.6;
opacity: 0;
transition: all .2s ease-in;
}
.select2-results__option:hover{background: #fff !important;}
.select2-results__option:hover::after,
.select2-results__option[aria-selected = "true"]:after{opacity: 1;}
.select2-results__option[aria-selected = "true"]:hover:after{content: "\f00d";}
.select2-container--default .select2-results__option[aria-disabled=true]:after{display: none;}
/*aside custom checkboxes*/
.aside-blk .custom-checkbox{margin-bottom: 14px;}
.aside-blk .custom-checkbox:last-of-type{margin-bottom: 0;}
.aside-blk .custom-checkbox label{
line-height: 1.4;
color: #666;
margin-bottom: 0;
}
.aside-blk .custom-checkbox .cr{margin-right: 10px;}
/*colors*/
.aside-blk.colors{padding-bottom: 10px;}
.aside-blk.colors .color-list{
margin-left: -5px;
margin-bottom: 0;
width: calc(100% + 6px);
}
.aside-blk.colors .color-list li:first-of-type{padding-left: 5px;}
.aside-blk.colors .color-list li:last-of-type{padding-right: 0;}
.aside-blk.colors .color-list li{margin-bottom: 10px;}
/*** PAGINATION ***/
.pagination{
margin: 0;
float: left;
width: 100%;
line-height: 1;
}
.pagination li{
display: inline-block;
margin: 0 3px;
}
.pagination li a,
.pagination li span{
border: none;
background: transparent;
padding: 0;
height: 40px;
min-width: 40px;
line-height: 2.9;
border-radius: 4px;
text-align: center;
transition: all .2s ease-in-out;
}
.pagination li.active a,
.pagination li.active a:hover{
background-color: #fff;
color: #333;
}
.pagination li.active.bg-grey a{background-color: #f6f8f9}
.pagination li a:hover{
color: #fff;
background-color: #333;
border-color: #333;
}
/* additional features */
.btn.btn-link.close{
color: #438cca;
opacity: 1;
}
#cd-search-features{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 148px;
z-index: 5;
padding: 150px 0 30px;
overflow: auto;
transform: translateY(150%);
transform-origin: bottom;
transition: all .3s ease-in;
}
#cd-search-features.visible{transform: translateY(0);}
#cd-search-features .custom-select-list{
min-height: 35px;
height: auto;
}
.custom-select-list > ul{
padding-top: 0 !important;
padding-left: 35px;
margin-bottom: 5px;
}
.custom-select-list .btn-link{padding-left: 32px;}
.custom-select-list li.invisible{display: none;}
.full-map{
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
visibility: hidden;
}
.full-map.visible{
opacity: 1;
visibility: visible;
}
.full-map.visible2{
opacity: 0;
visibility: hidden;
}
/*! 2.5 My Account Page */
.cd-my-list,
.account-control{margin-top: 31px;}
.cd-my-list > .heading,
.account-control > .heading{
margin: 0;
padding: 18px 30px;
border-bottom: 1px solid #e5e7ea;
}
.cd-my-list .heading span{color: #d3d5da;}
.cd-my-list > .heading h4{margin: 0;}
.cd-my-list > .heading h4.pull-right{color: #d3d5da;}
/*listing item*/
.listing-item{padding: 30px 30px 0;}
.listing-item .cd-offer-short{
height: auto;
border: none;
margin: 0;
}
.listing-item .cd-offer-short .heading{
display: inline-block;
transform: translateY(-3px);
}
.listing-item .cd-offer-short .cd-car-spec{margin: -4px 0 0 0;}
.listing-item .cd-offer-short .cd-car-spec del{color: #cccccc;}
.listing-item .cd-offer-short:hover .cd-car-spec{opacity: 1;}
.listing-item .separator{
margin-bottom: 0;
margin-top: 18px;
}
.listing-item .item-controls a{text-decoration: underline;}
/*account sidebar control*/
.account-control ul{
padding: 20px;
margin: 0;
}
.account-control ul li{
width: 100%;
margin-bottom: 3px;
}
/*.account-control ul li:first-child{margin-bottom: 17px;}*/
.account-control li .btn{
width: 100%;
text-align: initial;
padding: 13px 20px;
border: none;
}
.account-control li .btn-link{
padding: 12px 0;
text-decoration: underline;
}
.account-control li .btn-link .fa{
margin-right: 14px;
color: #d3d5da;
}
.account-control li .btn-link span{color: #d3d5da;}
.account-control li.active .btn,
.account-control li.active .btn .fa{
color: #666 !important;
text-decoration: none;
}
.account-control li .btn:hover .fa{color: #333;}
.account-control li .btn-default:hover .fa{color: #fff;}
/*pagination control*/
.pagination-control{padding: 20px 30px;}
.pagination-control .btn-link{padding: 12px 0;}
/*! 2.6 Page Rent a car */
/* rent carousel */
.rent-carousel .item{
padding: 30px 0;
background: #b1f2eb;
}
.rent-carousel .item.second{background: #b8cfdb;}
.rent-carousel .item.third{background: #c9c668;}
/*slide item content*/
.rent-carousel .item .car-desc h1{
font-size: 48px;
line-height: 54px;
font-weight: 900;
padding-right: 70px;
margin: 0 0 15px;
}
.rent-carousel .item .car-desc h1 span{color: #c95555;}
.rent-carousel .item .car-desc .spects{
color: #666;
padding-right: 30px;
display: block;
line-height: 24px;
margin-bottom: 13px;
}
.item .car-desc .rating{color: #c95555;}
/*item car*/
.rent-carousel .item img{
position: absolute;
bottom: 30px;
animation-delay: .2s;
}
/*slider thumbnails*/
.rent-carousel .carousel-indicators {
position: relative;
width: 100%;
left: 0;
bottom: 0;
margin: 0 -15px;
display: flex;
justify-content: center;
padding: 30px 0;
}
.rent-carousel .carousel-indicators li.bg-white{background-color: #fff;}
.rent-carousel .carousel-indicators li.active{box-shadow: 0 0 0 2px #438cca inset;}
.rent-carousel .carousel-indicators .thumbnail{
width: 270px;
height: 250px;
text-indent: 0;
padding: 30px 30px 25px;
border-color: #f2f3f4;
overflow: hidden;
margin: 0 15px;
transition: all .2s ease-in;
}
.rent-carousel .carousel-indicators .thumbnail > img{
max-height: 110px;
object-fit: cover;
margin-bottom: 40px;
}
.rent-carousel .carousel-indicators .thumbnail h4{
margin-top: 0;
margin-bottom: 15px;
}
.rent-carousel .carousel-indicators .thumbnail h4 span{color: #ccc;}
.rent-carousel .carousel-indicators .thumbnail .car-spec b{
color: #c95555;
font-family: "Montserrat", sans-serif;
}
/*slider progress bar*/
.progress-bar-bg{background: #ccc;}
.transition-timer-carousel-progress-bar{
background: #c95555;
height: 3px;
}
/* rent pricing table */
.rent-pricing-table{
margin-bottom: 0;
color: #666;
line-height: 24px;
}
.rent-pricing-table h4{margin: 0;}
.rent-pricing-table thead>tr>th{
border-bottom: 1px solid #e5e7ea;
padding: 19px 20px;
color: #333;
font-family: "Montserrat", sans-serif;
}
.rent-pricing-table tbody>tr>td{
border-top: none;
padding: 16px 20px;
}
.rent-pricing-table tbody>tr:first-of-type td{padding-top: 19px;}
.rent-pricing-table tbody>tr:last-of-type td{padding-bottom: 19px;}
.rent-pricing-table tbody>tr td:last-of-type{
font-family: "Montserrat", sans-serif;
font-weight: bold;
font-size: 18px;
}
.rent-pricing-table a{text-decoration: underline;}
.rent-pricing-table .price{
font-family: "Montserrat", sans-serif;
font-size: 18px;
color: #c95555;
font-weight: bold;
}
.rent-pricing-table .price small{
color: #ccc;
font-size: 14px;
}
.rent-pricing-table .text-info{color: #ccc;}
.rent-pricing-table .text-success{color: #74ca95;}
/*! 2.7 Dealer Page */
section.dealer-info{
position: relative;
height: 100vh;
background-size: cover;
background-position: center;
background-attachment: fixed;
display: flex;
justify-content: center;
align-items: flex-end;
}
.dealer-info-wrapp{
padding: 28px 30px 27px;
transform: translateY(200px);
}
.dealer-info-wrapp .heading {
margin: 0 0 30px;
border-bottom: 1px solid #e5e7ea;
padding-bottom: 15px;
}
/*map*/
.dealer-info-wrapp #cd-map{
height: 230px;
margin-bottom: 18px;
}
/*contact form*/
.dealer-info-wrapp .cd-form-wrapp .heading{
padding: 0;
margin: 0 0 12px 0;
border: none;
}
.dealer-info-wrapp .cd-form-wrapp p{
font-size: 16px;
margin: 0;
}
.dealer-info-wrapp .cd-form-wrapp .contact-form{margin: 20px 0 0 0;}
.dealer-info-wrapp .contact-form .inputs-side{padding-left: 0;}
.dealer-info-wrapp .contact-form .control-side{padding-right: 0;}
.dealer-info-wrapp .contact-form .form-group{margin-bottom: 29px;}
.dealer-info-wrapp .contact-form textarea.form-control{
height: 175px;
resize: none;
padding: 15px 20px;
line-height: 27px;
color: #666;
}
.dealer-info-wrapp .contact-form .inputs-side .form-group:last-of-type{margin-bottom: 0;}
.dealer-info-wrapp .contact-form button[type="submit"]{
width: 100%;
text-align: left;
height: 40px;
padding: 6px 20px;
}
.dealer-info-wrapp .contact-form button[type="submit"] .fa{float: right;}
/* dealers offers */
.dealer-offers{padding-top: 230px;}
/* dealer sidebar */
.dealer-sidebar .cd-widget{padding-bottom: 1px;}
.dealer-sidebar .cd-widget-content{
padding-top: 29px;
padding-bottom: 1px;
}
.dealer-sidebar .cd-widget-content .form-group{margin-bottom: 29px;}
/*range*/
.dealer-sidebar .cd-widget-content .custom-range{
color: #666;
margin-bottom: 21px;
}
.dealer-sidebar .cd-widget-content .custom-range .ui-slider{
position: absolute;
left: 75px;
max-width: 150px;
width: 100%;
}
.dealer-sidebar .select2 .select2-selection{
min-height: 40px;
height: auto;
padding: 0 10px;
}
.dealer-sidebar .select2 .select2-selection__rendered{margin-top: 7px;}
/*sidebar testimonials*/
.side-testimonials .item{
padding: 30px 20px 9px;
}
.side-testimonials .testimonial{
padding: 14px 15px;
margin-bottom: 20px;
font-family: "Nunito", sans-serif;
}
.side-testimonials .testimonial:before{
left: 50%;
top: auto;
bottom: -4px;
margin-left: -4.5px;
transform: rotate(-45deg);
background: #f6f8f9;
}
.side-testimonials .testimonial p{margin: 0;}
.side-testimonials .user{
flex-direction: column;
text-align: center;
}
.side-testimonials .user .img-circle{margin: 0 auto 18px;}
.side-testimonials .user a{text-decoration: underline;}
.side-testimonials .owl-dots{
line-height: 1;
text-align: center;
margin-bottom: 27px;
}
.side-testimonials .owl-dot{
width: 9px;
height: 9px;
border: 1px solid #ccc;
border-radius: 50%;
display: inline-block;
margin: 0 2px;
transition: all .2s ease-in;
}
.side-testimonials .owl-dot.active{background: #ccc;}
/*body style modal*/
.dealer-sidebar .cd-widget-content button[data-toggle="modal"]{
font-size: 14px;
color: #3399cc;
text-decoration: underline;
padding: 0;
}
.body-style-modal .modal-dialog{width: 632px;}
.body-style-modal .modal-header{
border: none;
padding: 29px 30px 0;
}
.body-style-modal .modal-header .modal-title{
padding-bottom: 18px;
border-bottom: 1px solid #e5e7ea;
}
.body-style-modal .modal-header button.close{
font-size: 14px;
text-decoration: underline;
opacity: .8;
color: #3399cc;
outline: none;
}
.body-style-modal .body-select{
padding: 30px;
margin: 0 -15px;
}
.body-style-modal .body-select .custom-checkbox{
width: 170px;
margin: 0 15px 30px;
text-align: center;
}
.body-style-modal .btn{
width: calc(100% - 30px);
height: 40px;
margin: 0 auto;
display: block;
}
/*! 2.8 Sales and reports */
.reports-content{
padding: 30px;
}
.reports-content .reports-numbers{margin-bottom: 0;}
.reports-content .reports-numbers li{padding: 0 15px;}
.reports-numbers .info{
padding: 20px 25px;
line-height: 27px;
}
.reports-numbers .info h1{
margin: 0;
font-size: 48px;
}
.reports-numbers .info .icon{
float: right;
color: #d3d5da;
font-size: 30px;
margin-top: -10px;
}
/* charts styling */
.reports-diagrams{
padding: 0 30px;
}
.reports-diagrams .nav-tabs{
border: none;
margin-bottom: 30px;
}
.reports-diagrams .nav-tabs>li>a{
border-radius: 4px;
border: none !important;
padding: 13px 18px;
text-decoration: underline;
}
.reports-diagrams .nav-tabs>li.active>a,
.reports-diagrams .nav-tabs>li.active>a:hover,
.reports-diagrams .nav-tabs>li.active>a:focus,
.reports-diagrams .nav-tabs>li>a:hover{
background: #f6f8f9;
color: #666;
text-decoration: none;
}
/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/
/*SECTION INTRO*/
.section-intro{margin-bottom: 21px;}
.section-intro h1{
margin-top: 55px;
margin-bottom: 5px;
}
/*SECTION INTRO UI kit*/
.section-intro.demo h3{margin: 0 0 10px;}
/*SELECT 2*/
.select2{
font-size: 14px;
color: #666;
font-weight: 400;
border-radius: 4px;
display: block
}
.select2 .select2-selection{
padding: 7px 10px;
height: 40px;
background-color: #f6f8f9;
border-radius: 4px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
border: none;
overflow: hidden;
overflow-x: auto;
outline: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{width: 330px;}
/*changing the default select arrow*/
.select2-selection__arrow .fa{
transform: rotate(0);
transition: all .2s ease-in-out;
}
.select2-container--open .select2-selection__arrow .fa,
.select2-container--open .select2-selection--multiple:after{transform: rotate(180deg);}
/*select 2 multiple arrow*/
.select2-selection--multiple:after{
content: "\f107";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
margin-top: -7px;
right: 10px;
transition: all .2s ease-in-out;
}
/*UI SLIDER RANGES*/
.custom-range p{margin: 0;}
.custom-range p label{margin-bottom: 20px;}
.custom-range p input{
border: none;
background: transparent;
width: 60px;
}
.custom-range .ui-slider{
width: calc(100% - 60px);
border: none;
border-radius: 0;
background: #d3d5da;
height: 2px;
margin-top: 12px;
}
.ui-slider-horizontal .ui-slider-range{background-color: #3399cc;}
.ui-slider-horizontal .ui-slider-handle{
width: 24px;
height: 24px;
border-radius: 24px;
background: #3399cc;
border: none;
top: -11px;
margin-left: -12px;
outline: none !important;
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.ui-slider-horizontal .ui-slider-handle:active{
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
background: #333;
}
/*SHORT IDEAS BLOCKS*/
.short-ideas.bg-white{padding-bottom: 60px;}
.cd-short-search{
position: relative;
height: 187px;
padding-top: 24px;
border-radius: 4px;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
transition: all .3s ease-in-out;
justify-content: space-between !important;
}
.cd-short-search .blk-link{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.cd-short-search h4{margin-bottom: 23px;}
.cd-short-search .btn{
width: 100%;
border-top: 1px solid #e5e7ea;
padding: 12px;
text-decoration: underline;
}
/*hover*/
.cd-short-search:hover{
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .15);
transform: translateY(-5px);
}
.cd-short-search:hover .btn{color: #333;}
/*blocks with bg grey*/
.cd-short-search.bg-grey:hover{background-color: #333;}
.cd-short-search.bg-grey:hover .heading,
.cd-short-search.bg-grey:hover .btn{color: #fff;}
/* CARS OFFERS (block view)*/
.cd-offer-blk{
position: relative;
height: 342px;
margin-bottom: 30px;
border: none;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
transition: all .3s ease-in-out;
cursor: pointer;
z-index: 9;
}
.cd-offer-lnk,
.rent-lnk{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.cd-offer-lnk{width: 270px;}
/*images*/
.cd-offer-img,
.cd-offer-img .img-responsive{
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.cd-offer-img .img-responsive{
width: 100%;
max-width: 268px;
height: 166px;
object-fit: cover;
margin: 0 auto;
}
/*sale icon*/
.sale-type1{
overflow: hidden;
position: absolute;
width: 100%;
height: 100%;
right: 0;
top: 0;
}
.cd-sale-info{
position: absolute;
top: 3px;
right: -30px;
color: #fff;
font-size: 10px;
letter-spacing: 1.1px;
display: inline-block;
background: green;
padding: 10px 15px;
line-height: 1;
text-align: center;
transform: rotate(35deg) translateZ(0);
width: 111px;
max-height: 30px;
z-index: 4;
box-shadow: 0 0px 5px 0px rgba(0,0,0, .2);
}
.cd-sale-info.shadow:after{
content: "";
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0, .2);
top: 1px;
left: 0;
z-index: -1;
}
/*meta*/
.cd-offer-meta{
position: relative;
padding: 14px 20px 36px;
transform: translateZ(0);
overflow: hidden;
}
.cd-offer-inline .cd-offer-meta{padding: 14px 20px 25px;}
.cd-offer-meta .heading{
margin-top: 0;
margin-bottom: 20px;
line-height: 27px;
transition: all .2s ease-in-out;
}
.cd-offer-meta .heading > a{
color: #333;
text-decoration: none;
}
.cd-offer-meta .heading .productYear{color: #cccccc}
.cd-offer-meta .btn{
position: absolute;
bottom: 20px;
transform: translateY(100px);
transition: transform .2s ease-in;
}
.cd-offer-meta .btn-default{
left: 20px;
/*width: 170px;*/
width: calc(100% - 40px);
display: flex;
justify-content: space-between;
text-align: left;
border: none;
padding: 13px 20px;
}
/*favorite icon*/
.cd-offer-meta .btn-danger{
right: 20px;
width: 40px;
height: 40px;
text-align: center;
padding: 12px 0;
border-radius: 30px;
background: #f6f8f9;
border: none;
color: #c95555;
z-index: 9;
transition-delay: 0s;
}
.cd-offer-meta .btn-danger .fa-heart{
position: absolute;
top: 50%;
left: 50%;
margin-top: -7px;
margin-left: -7px;
transform: scale(0);
transform-origin: bottom;
transition: transform .2s ease-in-out;
}
.cd-offer-meta .btn-danger.favorited .fa-heart{transform: scale(1);}
/*no favorite icon*/
.cd-offer-meta.nofav .btn-danger{display: none;}
.cd-offer-meta.nofav .btn-default{
width: auto;
right: 20px;
}
.cd-offer-meta .btn-default .fa{float: right;}
.cd-car-spec{
margin-bottom: 17px;
display: block;
}
.separator{
margin-top: 0;
margin-bottom: 19px;
border-top: 1px solid #edeff1;
}
.cd-offer-blk .separator{
transform: translateX(-20px);
width: calc(100% + 40px);
transition: all .2s ease-in-out;
/*margin-bottom: 0;*/
}
.cd-offer-meta .price{
margin-top: 0;
transition: all .1s ease-in-out;
}
.cd-price{color: #c95555;}
.cd-offer-meta .old-price,
.cd-price s{
color: #ccc;
text-decoration: line-through;
}
/*hover carousel*/
.cd-hover-gal{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
z-index: 2;
transition: opacity .2s ease-in-out;
}
.cd-hover-gal .owl-dots{
height: 3px;
background: #e5e7ea;
position: absolute;
bottom: 0;
width: 100%;
}
.cd-hover-gal .owl-dot{
position: relative;
padding: 0;
height: 3px;
margin: 0;
float: left;
}
.cd-hover-gal .owl-dot:before{
content: "";
position: absolute;
top: -168px;
height: 168px;
width: 100%;
left: 0;
z-index: 0;
}
.cd-hover-gal .owl-dot.active:hover{background: #c95555;}
.cd-hover-gal .view-more-span{
position: absolute;
top: 0;
left: 0;
color: #fff;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index:999;
}
/*hover*/
.cd-offer-blk:hover{box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);}
.cd-offer-blk:hover .cd-offer-meta .btn{transform: translateY(0);}
.cd-offer-blk:hover .cd-offer-meta .btn-danger{transition-delay: .1s}
.cd-offer-blk:hover .cd-offer-meta .btn-default .fa{
animation-name: slideInLeft;
animation-duration: 1.1s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.cd-offer-blk:hover .cd-offer-meta .price,
.cd-offer-blk:hover .cd-car-spec{opacity: 0;}
.cd-offer-blk:hover .separator{margin-top: -30px;}
.cd-offer-blk:hover .heading{
/*margin-top: 5px;*/
margin-top: 7px;
margin-bottom: 20px;
}
.cd-offer-blk:hover .cd-hover-gal{opacity: 1}
.cd-offer-meta .btn-danger:hover .fa-heart{transform: scale(1);}
.cd-offer-meta .btn-danger.favorited:hover .fa-heart{transform: scale(0);}
/* SOLD item */
.sold-item img{opacity: .2}
.sold-item .cd-hover-gal{display: none;}
.sold-item .cd-offer-meta .btn-default{
width: auto;
right: 20px;
}
/*tooltips*/
.cd-offer-meta .tooltip-inner{min-width: 165px;}
/*grey background*/
.cd-offer-blk.bg-grey{
box-shadow: none;
text-align: center;
}
.cd-offer-blk.bg-grey .cd-offer-img,
.cd-offer-blk.bg-grey .cd-hover-gal{padding: 10px 10px 0;}
.cd-offer-blk .cd-offer-img{
position: relative;
height: 50%;
max-height: 166px;
}
.cd-offer-blk.bg-grey .cd-offer-img img{
border-radius: 4px;
max-height: 150px;
}
.cd-offer-blk.bg-grey .cd-offer-img.overlayed1:after{display: none;}
.cd-offer-blk.bg-grey .cd-hover-gal .owl-dots{
width: auto;
left: 10px;
right: 10px;
bottom: -10px;
}
.cd-offer-blk.bg-grey .cd-offer-meta .btn-danger{
background: #fff;
color: #c95555;
}
.cd-offer-blk.bg-grey:hover .cd-offer-meta .heading{
margin-top: 13px;
margin-bottom: 13px;
}
.cd-offer-blk.bg-grey:hover .cd-offer-img > img{
opacity: 0;
transition: all .2s ease-in;
}
.cd-offer-blk.sold-item:hover .cd-offer-img > img{opacity: .2;}
/*blocks with no background small sale icon*/
.cd-offer-blk.no-bg{
box-shadow: none;
border-bottom: 1px solid #f6f8f9;
}
.cd-offer-blk.no-bg .cd-offer-meta{padding: 14px 0 35px;}
.cd-offer-blk.no-bg .cd-offer-meta .btn-default{
left: 0;
width: 210px;
}
.cd-offer-blk.no-bg img,
.cd-offer-blk.no-bg .overlayed1:after,
.cd-offer-blk.no-bg .owl-stage-outer{
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.cd-offer-blk.no-bg .cd-offer-meta.nofav .btn-default,
.cd-offer-blk.no-bg.sold-item .cd-offer-meta .btn-default{width: 100%;}
.cd-offer-blk.no-bg .cd-offer-meta .btn-danger{right: 0;}
.cd-offer-blk.no-bg .separator{border-color: #f6f8f9;}
.cd-sale-info.small{
top: 20px;
left: 0;
right: auto;
transform: rotate(0);
box-shadow: none;
padding: 10px;
width: 50px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
/*blocks with no background & bg on hover & sale icon type2*/
.cd-offer-blk.no-bg.hover:hover{background: #f6f8f9;}
.cd-offer-blk.no-bg.hover:hover .separator{border-color: #edeff1;}
.cd-offer-blk.no-bg.hover{text-align: center;}
.cd-offer-blk.no-bg.hover .cd-offer-img,
.cd-offer-blk.no-bg.hover .cd-hover-gal{padding: 10px 10px 0;}
.cd-hover-gal .owl-item.animated{animation-duration: 300ms;}
.cd-offer-blk.no-bg.hover img{height: 155px;}
.cd-offer-blk.no-bg.hover .overlayed1:after{display: none;}
.cd-offer-blk.no-bg.hover .heading{padding: 0 20px;}
.cd-offer-blk.no-bg.hover .cd-offer-meta .btn-default{
left: 20px;
width: 170px;
}
.cd-offer-blk.no-bg.hover .cd-offer-meta.nofav .btn-default,
.cd-offer-blk.no-bg.hover.sold-item .cd-offer-meta .btn-default{
width: auto;
right: 20px;
}
.cd-offer-blk.no-bg.hover .cd-offer-meta .btn-danger{right: 20px;}
.cd-offer-blk.no-bg.hover:hover .cd-offer-meta .btn-danger{background: #fff;}
.cd-offer-blk.no-bg.hover .cd-hover-gal .owl-dots{
bottom: -10px;
width: auto;
right: 10px;
left: 10px;
}
/*sale icon type 2*/
.sale-wrapper{
width: 108px;
height: 108px;
overflow: hidden;
position: absolute;
top: -6px;
right: -6px;
}
.sale-wrapper .cd-sale-info{
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
position: relative;
padding: 10px 0;
left: -4px;
top: 26px;
width: 145px;
box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, .7);
}
.sale-wrapper .cd-sale-info:before,
.sale-wrapper .cd-sale-info:after {
content: "";
position: absolute;
bottom: -4px;
border-top: 4px solid #c95555;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}
.sale-wrapper .cd-sale-info:before {
left: 0px;
top: 100%;
z-index: -1;
border-left: 4px solid #9d3a3a;
border-right: 4px solid transparent;
border-bottom: 4px solid transparent;
border-top: 4px solid #9d3a3a;
}
.sale-wrapper .cd-sale-info:after {
content: "";
position: absolute;
right: 2px;
top: 100%;
z-index: -1;
border-left: 4px solid transparent;
border-right: 4px solid #9d3a3a;
border-bottom: 4px solid transparent;
border-top: 4px solid #9d3a3a;
}
/*blocks with white bg & on hover no carousel & with border*/
.cd-offer-blk.bg-white.bordered{
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #f2f3f4;
}
.cd-offer-blk.bg-white.bordered .cd-hover-gal{
display: none;
opacity: 0;
}
.cd-offer-blk.bg-white.bordered .cd-offer-meta{text-align: center;}
.cd-offer-blk.bg-white.bordered .cd-offer-meta .heading{
padding: 0 15px;
margin: 0 auto 20px;
max-width: 200px;
}
/* CARS RENT OFFERS */
.cd-offer-blk.rating{height: 365px;}
.cd-offer-blk.rating .heading{margin-bottom: 11px;}
.cd-offer-blk.rating .rating-stars{margin-bottom: 15px;}
.cd-offer-blk.rent.rating .cd-car-spec{margin-bottom: 17px;}
.cd-offer-blk.rent.rating .cd-offer-meta{padding: 14px 20px 38px;}
.cd-offer-blk.rent .cd-car-spec{margin-bottom: 27px;}
.cd-offer-blk.rent .rent-time{
margin-top: 0;
color: #ccc;
transition: all .1s ease-in-out;
}
.cd-offer-blk.rent .price{color: #c95555;}
.cd-offer-blk.rent .price s{color: #ccc;}
.cd-offer-blk.rent .cd-offer-img{overflow: hidden;}
.cd-offer-blk.bordered .cd-offer-img{overflow: hidden;}
.cd-offer-blk .img-responsive{transition: transform .2s ease-in}
.cd-offer-blk.rent:hover .rent-time{opacity: 0;}
.cd-offer-blk.rent:hover .img-responsive{transform: scale(1.1);}
/* CARS OFFERS (inline view) */
.cd-offer-inline{
position: relative;
height: 165px;
margin-bottom: 30px;
overflow: hidden;
border-radius: 4px;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
transition: all .3s ease-in-out;
}
/*images*/
.cd-offer-inline .cd-offer-img{
width: 270px;
float: left;
margin-right: 20px;
}
.cd-offer-inline .cd-offer-img{border-top-right-radius: 0;}
.cd-offer-inline .cd-offer-img img{border-radius: 4px 0 0 4px;}
/*meta*/
.cd-offer-inline .cd-offer-meta .cd-price{margin-right: 20px;}
.cd-offer-inline .cd-offer-meta .heading{margin-bottom: 5px;}
.cd-offer-inline .cd-car-spec{margin-bottom: 21px;}
.cd-offer-inline .cd-offer-meta .separator{margin-bottom: 25px;}
.cd-offer-inline .cd-offer-meta .btn-default{
left: auto;
right: 20px;
width: 150px;
}
.cd-offer-inline .cd-offer-meta .btn-danger{right: 190px;}
/*carousel*/
.cd-offer-inline .cd-hover-gal .owl-dots{
left: 10px;
right: 10px;
bottom: 10px;
width: auto;
}
/*hover*/
.cd-offer-inline:hover{box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);}
.cd-offer-inline:hover .cd-offer-meta .btn{
transform: translateY(0);
opacity: 1;
}
.cd-offer-inline:hover .cd-offer-meta .btn-default .fa{
animation-name: slideInLeft;
animation-duration: 1.1s;
animation-iteration-count: infinite;
}
.cd-offer-inline:hover .heading{margin-bottom: 5px;}
.cd-offer-inline:hover .separator{margin-bottom: 30px;}
.cd-offer-inline:hover .cd-hover-gal{opacity: 1;}
/*grey bg*/
.cd-offer-inline.bg-grey{box-shadow: none;}
.cd-offer-inline.bg-grey:hover .cd-offer-meta .btn-danger:hover{color: #c95555;}
.cd-offer-inline.bg-grey:hover .cd-offer-meta .btn-default:hover{
background: #333;
color: #fff;
}
.cd-offer-inline.bg-grey .cd-offer-meta .btn-danger{background: #fff;}
/* CARS OFFERS halfs (inline view) */
.cd-offer-inline.half{height: 191px;}
.cd-offer-inline.half .cd-offer-img img{height: 170px;}
.cd-offer-inline.half .cd-offer-img{
margin-right: 0;
padding: 10px 0 10px 10px;
height: 100%;
}
.cd-offer-inline.half .cd-offer-inline .cd-offer-meta{padding: 14px 17px 25px;}
.cd-offer-inline.half .cd-price u{
color: #ccc;
text-decoration: line-through;
}
.cd-offer-inline.half .cd-sale-info{
position: static;
transform: rotate(0);
padding: 0;
width: auto;
box-shadow: none;
background: transparent;
color: #c95555;
font-size: 18px;
font-weight: 700;
font-family: "Montseratt", sans-serif;
}
.cd-offer-inline.half .overlayed1:after{display: none;}
.cd-offer-inline.half .cd-offer-meta .btn-danger{background: #fff;}
.cd-offer-inline.half .cd-hover-gal .owl-dots{
left: 20px;
right: 20px;
bottom: 20px;
}
.cd-offer-inline.half:hover .cd-offer-img{padding: 0;}
.cd-offer-inline.half:hover .cd-offer-img img{height: 191px;}
.cd-offer-inline.half:hover{
background: #f6f8f9;
color: #666;
}
.cd-offer-inline.half .cd-offer-meta .btn{right: 20px;}
.cd-offer-inline.half .cd-offer-meta .btn-default{
right: auto;
width: 200px;
}
.cd-offer-inline.half:hover .cd-car-spec{margin-bottom: 11px;}
.cd-offer-inline.half:hover .cd-offer-meta .heading > a{color: #666;}
.cd-offer-inline.half:hover .cd-price,
.cd-offer-inline.half:hover .cd-sale-info{opacity: 0;}
/* CARS OFFERS (short display) */
.cd-offer-short{
position: relative;
margin-bottom: 29px;
height: 70px;
overflow: hidden;
}
.cd-offer-short img{
width: 70px;
height: 40px;
object-fit: cover;
margin-right: 20px;
}
.cd-offer-short .heading{
margin-top: 0;
margin-bottom: 3px;
}
.cd-offer-short .heading a{
color: #333;
text-decoration: none;
}
.cd-offer-short .cd-car-spec{
margin-bottom: 22px;
transition: all .1s ease-in-out;
}
.cd-offer-short .separator{margin: 0;}
.cd-offer-short .btn-link{
position: absolute;
left: 0;
bottom: 28px;
padding: 0;
float: left;
margin-left: 90px;
text-align: center;
transform: translateY(100px);
z-index: 2;
}
.cd-offer-short .btn-danger{
border: none;
background: transparent;
position: absolute;
right: 65px;
bottom: 22px;
color: #c95555;
transform: translateY(100px);
transition: .1s ease-in-out .2s;
}
.cd-offer-short .btn-danger .fa-heart{
position: absolute;
left: 12px;
transform: scale(0);
transform-origin: bottom;
transition: transform .2s ease-in;
}
.cd-offer-short .btn-danger.favorited .fa-heart{transform: scale(1);}
.cd-offer-short.rent .rent-price{
position: absolute;
right: 0;
top: 0;
font-size: 18px;
color: #c95555;
font-family: "Montserrat", sans-serif;
font-weight: 700;
}
.cd-offer-short.rent .rent-price s{color: #ccc;}
/*hover*/
.cd-offer-short:hover .btn{transform: translateY(0);}
.cd-offer-short:hover .cd-car-spec{opacity: 0;}
.cd-offer-short .btn-danger:hover .fa-heart{transform: scale(1);}
.cd-offer-short .btn-danger.favorited:hover .fa-heart{transform: scale(0);}
/* CARS OFFERS (card view)*/
.cd-offer-blk.card{
position: relative;
height: 220px;
overflow: hidden;
box-shadow: none;
}
/*images*/
.cd-offer-blk.card .cd-offer-img .img-responsive{
height: 220px;
max-width: 100%;
}
/*meta*/
.cd-offer-blk.card .cd-offer-meta{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
transition: all .2s ease-in-out;
color: #fff;
}
.cd-offer-blk.card .heading{
font-size: 16px;
color: #fff;
margin-bottom: 7px;
font-weight: 400;
}
.cd-offer-blk.card .heading a{color: #fff;}
.cd-offer-blk.card .price{
font-size: 16px;
display: inline-block;
color: #fff !important;
}
.cd-offer-blk.card .old-price{font-weight: 400;}
.cd-offer-blk.card .cd-car-spec{
position: absolute;
bottom: 20px;
margin: 0;
transition: transform .3s ease-in-out;
transition-delay: .1s;
}
.cd-offer-blk.card .cd-hover-gal{transition-delay: .2s;}
.cd-offer-blk.card .cd-offer-img{
height: 100%;
max-height: 100%;
}
.cd-offer-img .btn-danger{
position: absolute;
top: 45%;
left: 50%;
margin-top: -15px;
margin-left: -15px;
width: 30px;
height: 30px;
background: #fff;
border-radius: 30px;
border: none;
text-align: center;
font-size: 13px;
color: #c95555;
padding: 9px 0;
z-index: 9;
transform: translateY(200px);
transition: transform .2s ease-in;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0, .15);
box-shadow: 0 0 5px 0 rgba(0,0,0, .15);
}
.cd-offer-img .btn-danger .fa-heart{
position: absolute;
left: 8px;
transform: scale(0);
transform-origin: bottom;
transition: transform .2s ease-in;
}
.cd-offer-img .btn-danger.favorited .fa-heart{transform: scale(1);}
.cd-offer-blk.card .cd-hover-gal .view-more-span{padding-top: 60px;}
/*hover*/
.cd-offer-blk.card:hover .heading,
.cd-offer-blk.card:hover .cd-car-spec{
transform: translateX(-100%);
transition-delay: .1s;
}
.cd-offer-blk.card:hover .price{
margin-bottom: 27px;
transform: translateX(-100px);
transition-delay: .1s;
}
.cd-offer-blk.card:hover .btn-danger{transform: translateY(0);}
.cd-offer-img .btn-danger:hover .fa-heart{transform: scale(1);}
.cd-offer-img .btn-danger.favorited:hover .fa-heart{transform: scale(0);}
/* CAR-ITEM GALLERY WITH THUMBNAILS & RENT-ITEM GALLERY WITH THUMBS*/
/*gallery*/
#cd-item-slider{margin-bottom: 11px;}
#cd-item-slider .carousel-inner{
margin-bottom: 30px;
cursor:move;
cursor:-webkit-grab;
cursor:-moz-grab;
cursor:grab;
}
#cd-item-slider .carousel-inner:active,
.rent-item-carousel:active {
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#cd-item-slider .item{
width: 100%;
height: 500px;
background-size: cover;
background-position: center;
}
#cd-item-slider .item > img{
width: 100%;
height: auto;
object-fit: cover
}
#cd-item-slider .carousel-control{ background: none; }
/*thumbnails/indicators*/
#cd-item-slider .carousel-indicators{
position: relative;
bottom: 0;
left: 0;
margin: 0;
width: calc(100% + 20px);
}
#cd-item-slider .carousel-indicators .thumbnail{
position: relative;
width: 138px;
height: 90px;
background-size: cover;
background-position: center;
border: none;
border-radius: 4px;
float: left;
margin: 0 20px 20px 0 !important;
overflow: hidden;
transition: all .3s ease-in;
}
#cd-item-slider .carousel-indicators .active{margin: 0 20px 20px 0 !important;}
#cd-item-slider .carousel-indicators .thumbnail:hover,
#cd-item-slider .carousel-indicators .thumbnail.active{box-shadow: 0 0 0 4px #438cca inset;}
/* RENT CAROUSEL ADDONS */
.rent-item-carousel {
margin-bottom: 20px;
cursor:move;
cursor:-webkit-grab;
cursor:-moz-grab;
cursor:grab;
overflow: hidden;
}
/*thumbs*/
.rent-item-thumbs{
margin-bottom: 30px;
}
.rent-item-thumbs .slick-list{margin: 0 -10px;}
.rent-item-thumbs .slick-list:before,
.rent-item-thumbs .slick-list:after{
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 11px;
background: #f6f8f9;
z-index: 2;
}
.rent-item-thumbs .slick-list:before{left: 0;}
.rent-item-thumbs .slick-list:after{right: 0;}
.rent-item-thumbs .slick-item.thumbnail{
cursor: pointer;
border-radius: 4px;
margin-right: 20px;
overflow: hidden;
width: 138px !important;
height: 90px !important;
outline: none;
margin: 0 10px;
}
.rent-item-thumbs .slick-item.thumbnail img{
width: 100%;
height: 100%;
object-fit: cover;
}
.rent-item-thumbs .slick-arrow{
position: absolute;
right: 0;
top: 0;
background: #fff;
color: #438cca;
text-decoration: underline;
width: 138px;
height: 90px;
border-radius: 4px;
border: none;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
outline: none;
}
.rent-item-thumbs .slick-arrow:hover{color: #333;}
/* MAP PINs & INFOBOX THUMBNAILS */
.marker-holder{
position: relative;
width: 100%;
height: 100%;
}
.marker-content{
width: 100%;
height: 100%;
}
.marker-listing-image{
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
border-radius: 4px;
}
.marker-listing-title a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* NAVIGATION FIXED BOTOM */
.navbar-fixed-bottom{
padding: 20px 0;
transform: translateZ(0);
backface-visibility: hidden;
border: none;
}
/*selected tags*/
.selected-tags{
margin-left: 0;
margin-bottom: 20px;
width: 100%;
float: left;
border-bottom: 1px solid #e5e7ea;
padding-bottom: 20px;
}
.selected-tags .tag{
float: left;
color: #333;
line-height: 27px;
background: #e5e7ea;
border-radius: 4px;
padding: 0 8px;
margin-right: 20px;
font-weight: bold;
font-family: "Montserrat", sans-serif;
}
.selected-tags .tag button.close{
font-size: 14px;
color: #438cca;
opacity: 1;
text-shadow: none;
line-height: 27px;
margin-left: 8px;
}
/*controls*/
.navbar-fixed-bottom .form-group{margin-bottom: 0;}
.navbar-fixed-bottom .btn-link{
text-decoration: underline;
padding: 12px 0;
margin-left: 18px;
}
.navbar-fixed-bottom .btn-default{
padding: 12px 18px;
margin-left: 18px;
}
.navbar-fixed-bottom .btn-default .fa{margin-left: 5px;}
/* SEARCH bar bottom */
.bottom-search{
padding: 29px 0 0;
border-bottom: 1px solid #f2f2f2;
}
.bottom-search a.pull-right{
line-height: 1;
display: block;
margin-bottom: 15px;
text-decoration: underline;
}
.bottom-search .form-group{
min-height: 70px;
margin-bottom: 28px;
}
.bottom-search .btn-link{padding: 0 0 16px;}
.bottom-search.more-options .col-lg-3.hidden{display: block !important;}
/* /.SEARCH bar bottom */
/* TESTIMONIALS CAROUSEL */
/*user*/
.user{
display: flex;
justify-content: flex-start;
align-items: center;
}
.user .img-circle{
position: static;
border: 10px solid #fff;
box-shadow: 0 0 3px 0 rgba(0,0,0, .15);
width: 100px !important;
height: 100px;
margin-right: 20px;
}
.user h4{margin: 0 0 9px 0;}
.user span{display: block;}
/*testimonials*/
.testimonial {
position: relative;
color: #666;
line-height: 1.714em;
padding: 24px 30px;
box-shadow: 0 0 3px 0 rgba(0,0,0, .15) ;
font-family: "Montserrat", sans-serif;
}
.testimonial .rating{color: #c95555;}
.testimonial ul{color: #c95555;}
.testimonial p{margin-bottom: 0;}
.testimonial p:first-of-type{margin-bottom: 17px;}
.testimonial:before{
content: "";
position: absolute;
top: 30px;
left: -4.5px;
width: 9px;
height: 9px;
background: #fff;
transform: rotate(45deg);
box-shadow: -1px 1px 1px 0 rgba(0,0,0,.15);
}
/*controls*/
.testimonials-carousel{padding-top: 40px;}
.testimonials-carousel .owl-item{padding: 2px 0;}
.testimonials-carousel .owl-dots{
position: absolute;
top: 0;
left: 0;
text-align: center;
width: 100%;
line-height: 1;
}
.testimonials-carousel .owl-dots .owl-dot{
position: relative;
width: 10px;
height: 10px;
border-radius: 50%;
box-shadow: 0 0 0 2px #999;
background: #fff;
display: inline-block;
margin: 0 5px;
}
.testimonials-carousel .owl-dots .owl-dot:after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #999;
border-radius: 50%;
transform: scale(0);
transform-origin: center;
transition: transform .3s ease-in;
}
.testimonials-carousel .owl-dots .owl-dot.active:after{transform: scale(1);}
/* TESTIMONIALS CAROUSEL (center content)*/
.testimonials-carousel.center-testimonials .testimonial{
margin-bottom: 30px;
box-shadow: none;
}
.testimonials-carousel.center-testimonials .testimonial:before{
top: auto;
left: 50%;
margin-left: -4.5px;
bottom: -6px;
box-shadow: none;
background: #f6f8f9;
}
.testimonials-carousel.center-testimonials .user{flex-direction: column;}
.testimonials-carousel.center-testimonials .user .img-circle{margin: 0 auto 25px;}
.testimonials-carousel.center-testimonials .user-info a{text-decoration: underline;}
/* WHY US (benefits) */
.benefits{padding-bottom: 30px;}
.bennefit-blk{
position: relative;
padding: 30px 20px 21px;
line-height: 27px;
transition: box-shadow .3s ease-in;
}
.bennefit-blk .icon{
display: block;
font-size: 36px;
color: #d3d5da;
padding-top: 50px;
background-image: url("../images/icon-bg.png");
background-size: 0;
background-position: top;
background-repeat: no-repeat;
}
.bennefit-blk h4{margin-top: 15px;}
.bennefit-blk p{margin-bottom: 0;}
.benefits.visible .bennefit-blk .icon,
.bennefit-blk:hover .icon{
animation-name: animateBg;
animation-duration: .3s;
animation-iteration-count: 1;
animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
}
/* OVERVIEW */
.count-blk{margin-bottom: 23px;}
.count-blk .count{
margin-top: 0;
padding-top: 54px;
background-image: url(../images/icon-bg.png);
background-size: 0;
background-position: top;
background-repeat: no-repeat;
}
.count-blk a{text-decoration: underline;}
.count-blk.visible .count,
.count-blk:hover .count{
animation-name: animateBg;
animation-duration: .3s;
animation-iteration-count: 1;
animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
}
/* FAQ SECTION */
.faq-list{
margin: 0;
border-bottom: 1px solid #f2f3f4;
padding-bottom: 5px;
}
.faq-list .panel{
border-radius: 0;
border: none;
border-top: 1px solid #f2f3f4;
box-shadow: none;
}
/*titles*/
.faq-list .panel-default>.panel-heading{
background: transparent;
border: none;
padding: 19px 0 12px;
}
.faq-list .panel-title{font-size: 18px;}
.faq-list .panel-title a small{
font-size: 14px;
text-decoration: underline;
color: #438cca;
}
.faq-list .panel-title:hover a small{color: #333;}
.faq-list .panel-title a{
display: block;
position: relative;
overflow: hidden;
}
.faq-list .panel-title a span.pull-left{max-width: 85%;}
.faq-list .panel-title a small.show{
position: absolute;
right: 0;
opacity: 0;
}
.faq-list .panel-title a.collapsed small,
.faq-list .panel-title a small.show{opacity: 0;}
.faq-list .panel-title a.collapsed small.show{opacity: 1}
/*content*/
.faq-list .panel-default>.panel-heading+.panel-collapse>.panel-body{
border-top: none;
padding: 0 0 6px 0;
line-height: 27px;
}
.faq-list .panel-body p{margin-bottom: 13px;}
.faq-list .panel-body p:last-child{margin-bottom: 0;}
/* SUBSCRIBE SECTION */
section.subscribe{position: relative;}
.form-wrapp{
border-top: 1px solid #f2f3f4;
border-bottom: 1px solid #f2f3f4;
padding: 25px 0 30px;
}
.form-wrapp > h4{
margin-top: 0;
margin-bottom: 10px;
}
.subscribe-form{
margin-top: 19px;
}
.subscribe-form .form-group{margin: 0;}
.form-control.aero,
.subscribe-form .form-group .form-control{
box-shadow: none;
border: none
}
.subscribe-form .form-group button[type="submit"]{
margin-top: 33px;
text-align: left;
line-height: 1;
}
.subscribe-form .form-group button[type="submit"] .fa{float: right;}
.aside-bg{
position: absolute;
right: 0;
width: 25%;
height: 310px;
background-size: cover;
background-position: left;
bottom: 60px;
}
/* FOOTER */
/*footer inverse*/
footer{
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding-top: 58px;
color: #fff;
}
/*footer widgets*/
.footer-widget{margin-bottom: 30px;}
.footer-widget .heading{
margin-top: 0;
margin-bottom: 27px;
color: #fff;
}
.footer-widget .heading a{color: #fff;}
.footer-widget .cd-offer-short{
border-top: 1px solid #4d4d4d;
padding-top: 30px;
height: 72px;
}
footer.bg-grey .footer-widget .cd-offer-short,
footer.bg-grey .footer-widget address,
footer.bg-grey .footer-widget .phone-nrs,
footer.bg-grey .footer-widget .subscribe-form{border-color: #edeff1; }
.footer-widget .cd-offer-short .heading{margin-bottom: 3px;}
.footer-widget .cd-offer-short .btn-link,
.footer-widget .cd-offer-short .btn-danger{
bottom: 0;
color: #fff;
padding: 0;
}
.footer-widget .cd-offer-short .btn-danger .fa-heart{
left: 0;
top: 0;
}
.footer-widget .btn[type="submit"]{
width: 100%;
height: 40px;
text-align: left;
padding: 6px 20px;
}
.footer-widget .btn[type="submit"] .fa{float: right;}
.footer-widget .btn[type="submit"]:hover{
color: #438cca;
background-color: #fff;
}
.footer-widget p{
margin-top: -6px;
line-height: 24px;
margin-bottom: 22px;
padding-right: 15px;
}
.footer-widget p.text-info{color: #999;}
.footer-widget address{
border-top: 1px solid #4d4d4d;
padding-top: 24px;
margin-bottom: 23px;
color: #ccc;
line-height: 24px;
}
.footer-widget .phone-nrs{
line-height: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #4d4d4d;
margin: 0 0 30px 0;
color: #ccc;
}
.footer-widget .phone-nrs a{color: #fff;}
.footer-widget .phone-nrs a span{color: #ccc;}
.footer-widget .socials{
margin: 0;
line-height: 1;
}
.footer-widget .socials li{
padding: 0;
margin-right: 15px;
}
.footer-widget .socials li a{
color: #fff;
opacity: .7;
}
.footer-widget .socials li a:hover{opacity: 1;}
/* footer subscribe */
.footer-widget .subscribe-form{
border-top: 1px solid #4d4d4d;
border-bottom: 1px solid #4d4d4d;
padding-top: 29px;
padding-bottom: 30px;
margin-bottom: 24px;
}
.footer-widget .subscribe-form label{color: #fff;}
.footer-widget .subscribe-form .form-group{margin-bottom: 30px;}
.footer-widget .subscribe-form .form-control {background: #666;}
footer.bg-inverse .footer-widget .subscribe-form .form-control{color: #ccc;}
/* .footer useful links*/
.footer-widget ul li>a{
color: #ccc;
text-decoration: underline;
transition: all .2s ease-in;
}
.footer-widget>ul li>a:hover{color: #fff;}
.footer-widget>ul{
margin: 0;
margin-top: -7px;
line-height: 30px;
}
/* COPYRIGHT */
.copyright {
padding: 17px 0;
color: #ccc;
}
.copyright a{
color: #ccc;
text-decoration: underline;
transition: all .2s ease-in;
}
.copyright a:hover{color: #fff;}
/* footer grey bg */
footer.bg-grey .footer-widget .heading,
footer.bg-grey .footer-widget .subscribe-form label,
footer.bg-grey .footer-widget .heading a{color: #333;}
footer.bg-grey .footer-widget p,
footer.bg-grey .cd-offer-short .cd-car-spec,
footer.bg-grey .footer-widget address,
footer.bg-grey .footer-widget .phone-nrs,
footer.bg-grey .footer-widget .phone-nrs a{color: #666;}
footer.bg-grey .footer-widget .socials li a,
footer.bg-grey .footer-widget ul li>a,
footer.bg-grey .footer-widget .cd-offer-short .btn-link,
.copyright.bg-white a{
color: #438cca;
opacity: 1;
}
footer.bg-grey .footer-widget .subscribe-form .form-control{background-color: #fff;}
footer.bg-grey .footer-widget p.text-info{color: #999;}
footer.bg-grey .footer-widget .cd-offer-short .btn-danger{color: #c95555;}
footer.bg-grey .footer-widget .socials li a:hover,
footer.bg-grey .footer-widget ul li>a:hover,
.copyright.bg-white a:hover{color: #333;}
footer.bg-grey .footer-widget .btn[type="submit"]:hover{
background: #333;
color: #fff;
}
/* demo footer for ui-kit */
footer.demo-footer{position: static;}
.aside-blk.demo ul,
.aside-blk.demo ol{line-height: 30px;}
blockquote p{
font-family: "Montserrat", sans-serif;
color: #333;
}
/* RENT BLOCKS */
/* rent block default */
.rent-blk-rows{
animation-delay: .2s;
border-radius: 4px;
margin-bottom: 30px;
}
.blk-intro{
padding: 17px 30px;
border-bottom: 1px solid #e5e7ea;
line-height: 1;
}
.blk-intro h4{margin: 0;}
.blk-intro .rent-price{
color: #c95555;
font-weight: 700;
font-size: 18px;
font-family: "Montserrat", sans-serif;
}
.blk-intro .rent-price s,
.blk-intro .rent-price small{color: #ccc;}
.blk-intro .rent-price small{font-size: 14px;}
.rent-blk-rows .blk-content{padding: 30px;}
.rent-blk-rows .customLoc{
margin-top: 30px;
display: none;
}
.rent-blk-rows .btn-link{
padding: 0;
text-decoration: underline;
margin-top: 20px;
margin-bottom: 13px;
}
.rent-blk-rows .btn-default{
width: 100%;
padding: 13px 20px;
text-align: left
}
.rent-blk-rows .btn-default .fa{float: right;}
/*date time pickers*/
.form-group.input-append{
position: relative;
margin-bottom: 29px;
}
.form-group.input-append input{
height: 40px;
padding: 6px 15px;
max-width: 140px;
background-color: #f6f8f9;
border-radius: 4px;
border: none;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
}
/*.rent-blk-rows .form-group.input-append{max-width: 157px;}*/
.rent-blk-rows .form-group.input-append.timepick .icon{right: 30px;}
.form-group.input-append .icon{
position: absolute;
right: 30px;
bottom: 5px;
}
/* rent block with image */
.rent-blk-rows .carView{margin-bottom: 23px;}
.rent-blk-rows .carView h4{
margin-top: 25px;
margin-bottom: 8px;
}
.rent-blk-rows .carView h4 span{color: #ccc;}
.rent-blk-rows .carView .rent-price{
font-family: "Montserrat", sans-serif;
font-weight: bold;
color: #ccc;
}
.rent-blk-rows .carView .rent-price b{
font-size: 18px;
color: #c95555;
}
/* rent block with total price */
.rent-blk-rows .total{
font-family: "Montserrat", sans-serif;
margin-bottom: 24px;
line-height: 1;
}
.rent-blk-rows .total h4{
margin: 0;
color: #c95555;
}
.rent-blk-rows .total h4 s{color: #ccc;}
/* rent block with slider images */
.rent-blk-rows .thumb-slide .item > img{
position: static;
width: 100%;
height: 160px;
}
.rent-blk-rows .thumb-slide .carousel-control{
bottom: auto;
width: auto;
font-size: 14px;
color: #438cca;
background: transparent;
text-shadow: none;
text-decoration: underline;
opacity: 1;
transform: translateY(-70px);
}
.rent-blk-rows .thumb-slide .carousel-control.left{
left: auto;
right: 60px;
}
.rent-blk-rows .thumb-slide .carousel-control:hover{color: #333;}
/* rent blocks with rating */
.blk-content.favorite .img-responsive{
width: 100%;
max-height: 165px;
object-fit: contain;
}
.blk-content.favorite .carView{margin-bottom: 10px;}
.blk-content.favorite .carView h4{margin-top: 0;}
.blk-content.favorite .carView img{margin-bottom: 25px;}
.blk-content.favorite .favorite-stars{position: relative;}
.blk-content.favorite .favorite-stars:after{
content: "";
position: absolute;
top: 12px;
left: 0;
width: 100%;
height: 1px;
background: #e5e7ea;
}
.blk-content.favorite .favorite-stars .stars{
position: relative;
padding: 0 10px;
background: #fff;
color: #c95555;
display: inline-block;
z-index: 1;
}
.blk-content.favorite .cd-car-spec{
margin: 10px 0 0 0;
padding: 0 0 21px;
border-bottom: 1px solid #e5e7ea;
}
.blk-content.favorite .request,
.blk-content.request .request{
padding: 23px 0 14px;
font-family: "Montserrat", sans-serif;
color: #ccc;
}
.blk-content.favorite .request p,
.blk-content.request .request p{
margin-left: 0;
color: #333;
}
/* rent block with image preview & requests */
.blk-content.request .carView img{
max-height: 200px;
width: 100%;
object-fit: cover;
margin-bottom: 25px;
}
.blk-content.request .carView h4{margin-top: 0;}
.blk-content.request .cd-car-spec{
margin-top: 18px;
margin-bottom: 0;
padding: 24px 0 21px;
border-bottom: 1px solid #e5e7ea;
border-top: 1px solid #e5e7ea;
}
/* small rent blocks */
.small-rent.thumbnail{
position: relative;
text-indent: 0;
padding: 30px 30px 28px;
width: 100%;
max-width: 270px;
height: 250px;
border: 1px solid #f2f3f4;
overflow: hidden;
transition: all .2s ease-in;
text-align: center;
margin: 0 0 30px;
}
.small-rent.thumbnail > img{
height: 104px;
object-fit: cover;
margin-bottom: 40px;
transition: all .2s ease-in-out;
}
.small-rent.thumbnail h4{
margin-top: 0;
margin-bottom: 15px;
}
.small-rent.thumbnail h4 span{color: #ccc;}
.small-rent.thumbnail .car-spec b{
color: #c95555;
font-family: "Montserrat", sans-serif;
}
.small-rent.thumbnail .btn{
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
height: 40px;
padding: 12px 20px;
text-align: left;
transform: translateY(100px);
transition: all .2s ease-in;
z-index: 1;
}
.small-rent.thumbnail .btn .fa{float: right;}
.small-rent.thumbnail:hover > img{transform: scale(1.1);}
.small-rent.thumbnail:hover h4,
.small-rent.thumbnail:hover .car-spec{
opacity: 0;
transition: all .2s ease-in;
}
.small-rent.thumbnail:hover .btn{transform: translateY(0);}
.small-rent.thumbnail .btn:hover{background: #333;}
/* DEALERS BLOCKS */
.dealer-card{
position: relative;
overflow: hidden;
height: 290px;
padding-bottom: 21px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
max-width: 320px;
margin: 0 auto 30px;
}
.dealer-card > img{
max-height: 155px;
width: 100%;
margin-bottom: 15px;
object-fit: cover;
}
.dealer-card h4{
margin: 0;
line-height: 27px;
padding: 0 20px;
}
.dealer-card h4 a{text-decoration: underline;}
.dealer-card span u{
color: #c95555;
text-decoration: none;
}
.dealer-card:hover{box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);}
/* PRICING PLANS BLOCKS */
.price-blk{
min-height: 610px;
margin-bottom: 30px;
}
.price-blk .blk-intro{padding: 17px 20px;}
.price-blk .blk-content{
position: relative;
padding: 30px 29px;
overflow: hidden;
}
.price-blk .blk-content span.label{
position: absolute;
top: 3px;
right: -30px;
color: #fff;
font-size: 10px;
letter-spacing: 1.1px;
display: inline-block;
background: #c95555;
padding: 10px 15px;
line-height: 1;
text-align: center;
transform: rotate(35deg) translateZ(0);
width: 111px;
max-height: 30px;
z-index: 4;
box-shadow: 0 0px 5px 0px rgba(0,0,0, .2);
}
.price-desc{padding: 0 45px;}
.price-desc .icon{
display: block;
font-size: 36px;
color: #d3d5da;
background: url("../images/icon-bg.png") no-repeat top;
background-size: 130px;
padding-top: 50px;
margin-bottom: 15px;
}
.price-desc h4{margin-top: 0;}
.price-content{
margin: 24px 0 29px;
border-top: 1px solid #e5e7ea;
border-bottom: 1px solid #e5e7ea;
padding: 20px 0 19px;
}
.price-content li{
position: relative;
line-height: 30px;
}
.price-content li:before{
content: "\f00c";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #ccc;
margin-right: 5px;
}
.price-blk .form-group{margin-bottom: 30px;}
.price-blk .form-group .select2 .select2-selection{box-shadow: none;}
.price-blk button[type="submit"]{
width: 100%;
height: 40px;
text-align: left;
padding: 6px 20px;
}
/* CATEGORIES MINI BLOCKS */
.cat-blk-link{
position: relative;
width: 100%;
height: 110px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 26px;
text-decoration: underline;
color: #438cca;
font-family: "Montserrat", sans-serif;
}
.cat-blk-link .st0{fill: #ccc;}
.cat-blk-link > a{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.cat-blk-link:hover{
color: #fff;
background: #333;
transition: background .3s ease-in;
}
/*miniblocks with checkbox*/
.custom-selector{
max-width: 170px;
height: 140px;
color: #333;
font-family: "Montserrat", sans-serif;
margin-bottom: 30px;
}
.custom-selector label{
margin: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
padding: 28px 25px 20px;
}
.custom-selector label > svg{height: 35px;}
.custom-selector label .st0{fill: #ccc;}
.custom-selector.custom-checkbox .cr{
display: block;
float: none;
margin: 10px auto 0;
}
/* RESOURCES BLOCKS */
.resource-blk{
position: relative;
overflow: hidden;
height: 370px;
background-color: #f6f8f9;
margin-bottom: 30px;
}
.resource-blk .content{
position: relative;
padding: 30px 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 100%;
height: 100%;
z-index: 1;
transition: all .2s ease-in-out;
}
.resource-blk .content .svg-icon {
fill: #d3d5da;
height: 34px;
}
.resource-blk .content .heading,
.resource-blk .content p{
line-height: 27px;
margin: 0;
transition: all .1s ease-in-out;
}
.resource-blk .content .btn-info{
width: 100%;
transition: all .2s ease-in;
}
.resource-blk .content .btn-info .fa{
display: none;
float: right;
line-height: 1.9;
}
.resource-blk .img-responsive{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
transition: opacity .2s ease-in-out;
}
.resource-blk:hover .img-responsive{opacity: 1;}
.resource-blk:hover .content{
background: rgba(0, 0, 0, 0.5);
color: #fff;
}
.resource-blk:hover .content .svg-icon{fill: #fff;}
.resource-blk:hover .content .heading{color: #fff;}
.resource-blk:hover .content .btn-info{
text-align: left;
background: #ffffff;
}
.resource-blk .content:hover .btn-info .fa{display: block;}
.resource-blk .content .btn-info:hover{
background: #fff !important;
color: #438cca !important;
}
/* LOGIN & REFISTER FORMS */
.login-form-wrapp .heading{
border-bottom: 1px solid #e5e7ea;
padding: 18px 30px;
}
.login-form-wrapp .heading h4{margin: 0;}
.login-form-wrapp .heading h4.pull-right{color: #d3d5da;}
.login-form-wrapp .content{
padding: 28px 30px 0;
color: #666;
}
.login-form-wrapp .content a{text-decoration: underline;}
.login-form-wrapp .form-group{margin-bottom: 28px;}
.login-form-wrapp .form-group .form-control,
.login-form-wrapp .custom-checkbox .cr{
box-shadow: none;
border: none;
}
.login-form-wrapp .form-group .custom-checkbox label,
.login-form-wrapp .form-group p{
margin-bottom: 0;
line-height: 20px;
}
.login-form-wrapp .form-group .custom-checkbox label{
font-family: "Nunito", sans-serif;
color: #666;
}
.login-form-wrapp .form-group .btn{
width: 100%;
height: 40px;
font-weight: bold;
text-align: left;
line-height: 1;
padding: 6px 20px;
}
.login-form-wrapp .form-group .btn .fa{float: right;}
/* account form */
form.account-form{
padding: 28px 30px 30px;
}
form.account-form .form-group{margin-bottom: 28px;}
form.account-form .form-group .form-control{
box-shadow: none;
border: none
}
form.account-form .form-group #cd-map{
margin-bottom: 0;
height: 230px;
}
form.account-form .form-group img{
max-height: 135px;
object-fit: cover;
}
form.account-form .form-group input[type="file"]{display: none;}
form.account-form .form-group .custom-file{
display: block;
height: 40px;
width: 100%;
border-radius: 4px;
color: #fff;
background: #438cca;
cursor: pointer;
text-align: center;
font-weight: bold;
line-height: 38px;
}
form.account-form .form-group .custom-checkbox label{
color: #666;
margin: 0;
line-height: 20px;
}
form.account-form .form-content .btn{
width: 100%;
height: 40px;
}
/* FANTASTIC SLIDER WITH ANIMATED ITEMS ON MOUSE MOVE */
/* slides */
.fantastic-slider .item{
position: relative;
height: 776px;
}
.fantastic-slider .item:after{
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 370px;
}
.fantastic-slider .item .container{
position: relative;
height: 100%;
}
/*sliders backgrounds*/
.fantastic-slider .slide1{background: #f6f8f9;}
.fantastic-slider .slide1:after{background: #f0f2f3;}
.fantastic-slider .slide2{background: #565656;}
.fantastic-slider .slide2:after{
background: rgb(255,255,255);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
opacity: .05;
}
.fantastic-slider .slide2:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
opacity: .3;
}
.fantastic-slider .slide3{background: #4e4c3f;}
.fantastic-slider .slide3:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-radial-gradient(center, ellipse cover, rgba(210,199,128,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(210,199,128,1) 0%,rgba(255,255,255,0) 100%);
background: radial-gradient(ellipse at center, rgba(210,199,128,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2c780', endColorstr='#00ffffff',GradientType=1 );
opacity: .3;
}
/*custom text*/
.fantastic-slider .backtext{
position: absolute;
left: 0;
width: 100%;
font-size: 240px;
font-weight: 900;
margin: 0;
}
.fantastic-slider .pubtype{
position: absolute;
font-size: 120px;
line-height: 114px;
bottom: 15px;
font-weight: 800;
margin: 0;
padding-left: 30px;
z-index: 4;
pointer-events: none;
}
.fantastic-slider a.pull-right{
position: absolute;
right: 0;
bottom: 23px;
z-index: 4;
font-family: "Montserrat", sans-serif;
font-weight: bold;
text-decoration: underline;
}
.fantastic-slider .slide2 a.pull-right,
.fantastic-slider .slide3 a.pull-left{color: #fff;}
/*slide1*/
.fantastic-slider .slide1{padding-top: 80px;}
.fantastic-slider .slide1 .border-cube{
position: absolute;
width: 745px;
height: 667px;
border-width: 30px 0 30px 30px;
border-style: solid;
border-color: #e5e7ea;
top: 0;
left: 50%;
margin-left: -372px;
z-index: 4;
animation-delay: .7s;
}
.fantastic-slider .slide1 .images:after{
content: '';
position: absolute;
top: 0;
width: 30px;
right: 18.1%;
background-color: #e5e7ea;
height: 667px;
z-index: 1;
transform: scaleY(0);
transform-origin: top;
transition-delay: .8s;
transition-property: transform;
transition-duration: .5s;
transition-timing-function: linear;
}
.fantastic-slider .owl-item.active .slide1 .images:after{transform: scaleY(1);}
.fantastic-slider .slide1 .images{
position: relative;
padding-top: 60px;
z-index: 2
}
.fantastic-slider .images .car{
position: relative;
z-index: 3;
}
.fantastic-slider .slide1 .images img{
max-width: 1110px;
float: right;
}
.fantastic-slider .images .car-shadow{
position: absolute;
z-index: 1;
}
.fantastic-slider .slide1 .backtext{
top: -87px;
color: #c3cdd5;
pointer-events: none;
}
.fantastic-slider .slide1 .backtext span{
position: relative;
z-index: 5;
}
.fantastic-slider .slide1 .pubtype{color: #00ced8;}
/* slide2 */
.fantastic-slider .slide2 .images{
position: relative;
padding-top: 20px;
}
.fantastic-slider .slide2 .car-shadow{
bottom: 0;
max-width: 880px;
margin-left: -440px;
left: 50%;
}
.fantastic-slider .slide2 .pubtype{color: #ff4256;}
.fantastic-slider .slide2 .pubtype span{
font-size: 60px;
transform: translateY(21px);
display: inline-block;
}
/* slide3 */
.fantastic-slider .slide3 .backtext{color: #3a3a2d;}
.fantastic-slider .slide3 .pubtype{
padding-left: 0;
color: #cbc992;
}
.fantastic-slider .slide3 a.pull-left{
position: absolute;
bottom: 180px;
left: 210px;
z-index: 4;
font-family: "Montserrat", sans-serif;
font-weight: bold;
text-decoration: underline;
}
.fantastic-slider .slide3 .images.outer{
position: absolute;
bottom: -60px;
right: 0;
}
.fantastic-slider .slide3 .images.outer .car{max-width: 1000px}
.fantastic-slider .slide3 .images.outer .car-shadow{
bottom: -150px;
right: 150px;
z-index: 2;
animation-delay: .08s;
}
.progress-wrapp{background: #ccc;}
.slide-progress {
width: 0;
max-width: 100%;
height: 3px;
background: #c95555;
}
.animated {
-webkit-animation-duration : 2s ;
animation-duration : 2s ;
}
.animate-out {
-webkit-animation-delay : 0ms ;
animation-delay : 0ms ;
}
/** COLLECTIONS categories blocks **/
.cat-link-xl{
position: relative;
overflow: hidden;
padding: 25px 28px 0 28px;
margin-bottom: 30px;
height: 310px;
transition: box-shadow .3s ease-in;
}
.cat-link-xl:hover{box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15)}
.cat-link-xl h1{
font-weight: 900;
margin-top: 0;
margin-bottom: 19px;
}
.cat-link-xl h1 span{display: block;}
.cat-link-xl img{
position: absolute;
bottom: 0;
left: 0;
right: 0;
max-width: inherit;
object-fit: cover;
height: 115px;
}
.cat-link-xl .btn{
position: absolute;
left: 28px;
right: 28px;
top: 50%;
margin-top: -33px;
padding: 13px 20px;
text-align: left;
z-index: 3;
transform: translateY(200px);
transition: transform .2s ease-in;
}
.cat-link-xl .btn .fa{float: right;}
.cat-link-xl:hover .btn{transform: translateY(0);}
.cat-link-xl:hover p{
opacity: 0;
transition: opacity .2s ease-in-out .2s;
}
/* mega search intro */
.mega-search-intro{padding-right: 30px;}
.mega-search-intro h1{
margin-top: 0;
margin-bottom: 17px;
line-height: 36px;
}
.mega-search-intro h1 span{display: block;}
.mega-search-intro p{margin: 0;}
/* CAR RESERVATION BLOCK/MODAL */
.blk-intro .close{
font-size: 14px;
color: #438cca;
text-decoration: underline;
opacity: 1;
line-height: 1.3;
}
.reservation-form-wrapp .modal-body{padding: 0;}
.reservation-form{padding: 25px 15px 0;}
.reservation-form .title{margin: 3px 0 26px;}
.reservation-form .form-control,
.reservation-form .select2 .select2-selection,
.reservation-form .form-group.input-append input{
box-shadow: none;
border: none;
}
.reservation-form .form-group{margin-bottom: 29px;}
.form-group.timepick{padding-top: 33px;}
.reservation-form .separator{
border-top: 1px solid #e5e7ea;
margin-bottom: 28px;
}
.reservation-form .car-preview{margin-bottom: 25px;}
.reservation-form .car-preview img{
max-width: 310px;
object-fit: cover;
}
.reservation-form .car-preview h3{
margin-top: 0;
margin-bottom: 26px;
font-weight: 900;
padding-right: 30px;
line-height: 30px;
}
.reservation-form .car-preview h3 span{color: #c95555;}
.reservation-form .form-group label{margin-bottom: 13px;}
.reservation-form .form-group.input-append input{max-width: 100%;}
.reservation-form .form-group textarea{
resize: none;
height: 140px;
padding: 15px 20px;
line-height: 24px;
}
.reservation-form .form-group.input-append .add-on{
max-width: 100%;
right: 0;
padding-right: 30px;
}
.reservation-form .result-dates{
margin: 0;
padding: 18px 0 16px;
border-top: 1px solid #e5e7ea;
line-height: 36px;
}
.reservation-form .result-dates li span.pull-right{
color: #ccc;
font-family: "Montserrat", sans-serif;
}
.reservation-form .result-dates li span.pull-right b{
font-weight: bold;
color: #666666;
}
.reservation-form .result-dates li:last-child{
border-top: 1px solid #e5e7ea;
margin-top: 15px;
padding-top: 18px;
}
.reservation-form .result-dates li:last-child span.pull-left{color: #333;}
.reservation-form .result-dates li:last-child span.pull-right b{
color: #c95555;
font-size: 18px;
}
.reservation-form .btn{
width: 100%;
height: 40px;
text-align: left;
font-weight: bold;
line-height: 1;
padding: 13px 20px;
}
.reservation-form .btn .fa,
.reservation-form .btn .totalPrice{float: right;}
/* SOME UI ELEMENTS */
.color-blk{margin-bottom: 30px;}
.color-blk .color{
width: 100%;
min-width: 170px;
padding-top: 170px;
margin: 0 auto 10px;
border-radius: 50%;
}
.preloader.demo{
display: block !important;
top: 131px;
z-index: 1;
}
/*--------------------------------------------------------------
4. Additional Classes
--------------------------------------------------------------*/
.heading,
.btn {font-family: 'Montserrat', sans-serif;}
.bolder{font-weight: 900;}
/*custom padding*/
.padding0{padding: 0;}
.paddinglr30{
padding-left: 30px;
padding-right: 30px;
}
.pt30{padding-top: 30px;}
.pt60{padding-top: 60px;}
.pbottom0{padding-bottom: 0;}
.pb15{padding-bottom: 15px;}
.pb30{padding-bottom: 30px;}
.pb60{padding-bottom: 60px;}
/*custom margins*/
.no-margin{
margin-left: 0;
margin-right: 0;
}
.mt15{margin-top: 15px;}
.mb30{margin-bottom: 30px;}
.width50{width: 50%;}
.width33{width: 33.3333%;}
.width25{width: 25%;}
.rounded{border-radius: 4px;}
.shadow{box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);}
.bordered{
border-top: 1px solid #e5e7ea;
border-bottom: 1px solid #e5e7ea;
}
.noborder{border: none;}
.affix{
top: 0;
z-index: 100;
width: 100%;
}
.overlayed,
.overlayed1{position: relative;}
.overlayed:after,
.overlayed1:after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(27, 29, 32, .4);
}
.overlayed:after{background: rgba(27, 29, 32, .4);}
.overlayed1:after{
background: rgba(27, 29, 32, .1);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.btn-default{font-weight: bold;}
.btn-default:hover{background-color: #333;}
.btn-default:focus,
.btn-default.focus,
.btn-default:active:focus{
outline: none;
box-shadow: none;
}
.btn:hover .fa-angle-right{
animation-name: slideInLeft;
animation-duration: 1.1s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.btn{
outline: none !important;
border: none;
white-space: normal;
}
.btn-danger{background-color: #c95555;}
.btn-danger:hover{
background-color: #333;
color: #fff;
}
.btn-info {
background-color: #f6f8f9;
color: #438cca;
line-height: 27px;
padding: 6px 20px;
}
/*custom text color*/
.text-danger,
.text-danger a{color: #c95555;}
.text-danger a:hover{color: #333;}
.text-info,
.text-info a{color: #333;}
.text-white,
.text-white a{color: #fff;}
/* display flex */
.flexbox{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.flexbox-start{
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
-webkit-box-pack: flex-end;
-ms-flex-pack: flex-end;
justify-content: flex-end;
}
.flex-between{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: space-between;
}
/*animated class*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/* custom checkboxes */
.custom-checkbox label{
cursor: pointer;
line-height: 20px;
}
.custom-checkbox label:after{
content: '';
display: table;
clear: both;
}
.custom-checkbox.radio .cr{border-radius: 50%;}
.custom-checkbox.radio .cr .cr-icon{left: 3px;}
.custom-checkbox .cr{
position: relative;
display: inline-block;
border: 1px solid #d3d5da;
border-radius: 4px;
width: 20px;
height: 20px;
float: left;
margin-right: 15px;
background-color: #f6f8f9;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
overflow: hidden;
}
.custom-checkbox .cr .cr-icon{
position: absolute;
line-height: 0;
top: 50%;
left: 12%;
color: #438cca;
}
.custom-checkbox label input[type="checkbox"],
.custom-checkbox label input[type="radio"]{display: none;}
.custom-checkbox label input[type="checkbox"] + .cr > .cr-icon,
.custom-checkbox label input[type="radio"] + .cr > .cr-icon{
transform: scale(0) rotateZ(-30deg);
opacity: 0;
transition: all .2s ease-in-out;
}
.custom-checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.custom-checkbox label input[type="radio"]:checked + .cr > .cr-icon{
transform: scale(1) rotateZ(0) !important;
opacity: 1 !important;
}
/*custom radioboxes for tabs*/
.custom-radio{
position: relative;
padding-left: 30px !important;
}
.custom-radio:before{
content: "";
position: absolute;
left: 0;
top: 7px;
border: 1px solid #d3d5da;
border-radius: 20px;
width: 20px;
height: 20px;
background-color: #f6f8f9;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
}
.custom-radio:after{
content: "\f111";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
line-height: 0;
top: 17px;
left: 4px;
color: #438cca;
transform: scale(3) rotateZ(-20deg);
opacity: 0;
transition: all .3s ease-in-out;
}
li[role="presentation"].active .custom-radio:after{
transform: scale(1) rotateZ(0deg);
opacity: 1;
}
/* tooltips */
.tooltip-inner{
background-color: #438cca !important;
font-size: 14px;
line-height: 27px;
}
.tooltip-arrow{border-top-color: #438cca !important;}
.tooltip.in{opacity: 1 !important;}
/*ui elements*/
.elements .title{
padding-bottom: 15px;
border-bottom: 1px solid #e5e7ea;
margin-bottom: 18px;
}
.elements .separator{
margin-bottom: 28px;
margin-top: 15px;
}
.elements .aside-blk{
padding: 0;
border: none;
}
.elements .car-categories{margin-bottom: 20px;}
.elements .color-list{margin-bottom: 8px;}
.elements .form-group.input-append{margin-bottom: 0;}
.elements .color-list li{
margin: 0 !important;
padding: 0 5px;
line-height: 40px;
}
.elements .custom-selector{margin-bottom: 0;}
.elements .form-group.input-append input{max-width: 100%;}
.elements .btn-group .btn{
width: 100%;
height: 40px;
padding: 12px 20px;
border-radius: 4px !important;
margin-bottom: 15px;
}
.elements .btn-group .btn.icon{text-align: left;}
.elements .btn-group .btn.icon .fa{float: right;}
.elements .select2 .select2-selection,
.custom-checkbox.aero .cr,
.form-group.input-append input.form-control.aero{
box-shadow: none;
border: none
}
.elements .custom-checkbox.radio .cr .cr-icon{left: 4px;}
/*svg icons*/
.svg-icon{
width: 70px;
height: 70px;
fill: #fff;
}
.svg-icon.svg-icon-med{width: 130px;}
.svg-icon.svg-icon-sm{
width: 30px;
height: 30px;
}
.svg-icon.white .sp0,
.svg-icon.white .st0{fill: #fff;}
.svg-icon.grey .sp0,
.svg-icon.grey .st0{fill: #d3d5da;}
/*custom backfround colors*/
.bg-white {background-color: #fff;}
.bg-info {background-color: #d3d5da;}
.bg-grey {background-color: #f6f8f9;}
.bg-inverse{background-color: #333;}
.bg-dark {background-color: #000;}
/*placeholder color*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #999 !important;
}
::-moz-placeholder { /* Firefox 19+ */
color: #999 !important;
}
:-ms-input-placeholder { /* IE 10+ */
color: #999 !important;
}
:-moz-placeholder { /* Firefox 18- */
color: #999 !important;
}
/*hide arrows of input type number*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
/* custom cs-select with checkboxes*/
.select2-dropdown{
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #e5e7ea;
}
.custom-select-list{height: 35px;}
.custom-select-list.skin-checkbox .select2{
width: 100% !important;
display: inline-block;
vertical-align: text-top;
}
.custom-select-list.skin-checkbox .select2-container--below.select2-container--focus.select2-container--open .select2-selection{box-shadow: none;}
.custom-select-list .select2 .select2-selection .select2-selection__rendered{float: left;}
.custom-select-list .select2 .select2-selection__arrow{
height: auto;
position: static;
margin-left: 10px;
line-height: 1;
}
.custom-select-list .select2 .select2-selection{
height: auto;
padding: 0 0 0 35px;
background: transparent;
border: none;
box-shadow: none;
white-space: nowrap;
outline: none;
}
.custom-select-list .select2 .select2-selection:after{
content: "";
position: absolute;
left: 0;
top: 50%;
margin-top: -10px;
border: 1px solid #d3d5da;
border-radius: 4px;
width: 20px;
height: 20px;
float: left;
margin-right: 15px;
background-color: #f6f8f9;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
}
/*selected icon*/
.custom-select-list .select2 .select2-selection:before{
content: "\f00c";
position: absolute;
left: 1px;
top: 50%;
margin-top: -9px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 2px;
color: #438cca;
z-index: 1;
transform: scale(0) rotateZ(-30deg);
opacity: 0;
transition: all .2s ease-in-out;
}
.custom-select-list .select2.selected .select2-selection:before{
transform: scale(1) rotateZ(0) !important;
opacity: 1 !important;
}
.custom-dropdown.select2-dropdown{border: 1px solid #e5e7ea;}
.custom-dropdown .select2-results__option{padding: 5px 15px;}
.custom-dropdown .select2-results__option:after{
content: "\f10c";
opacity: 1;
}
.custom-dropdown .select2-results__option:hover:after,
.custom-dropdown .select2-results__option[aria-selected="true"]:after{content: "\f192";}
.custom-dropdown .select2-results__option[aria-selected="true"]:hover:after{content: "\f00d";}
/*--------------------------------------------------------------
5. Animations
--------------------------------------------------------------*/
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
/*fadeInDown animation*/
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
/*animate icon background*/
@-webkit-keyframes animateBg {
0%{
background-size: 0px;
}
100%{
background-size: 135px;
}
}
@keyframes animateBg {
0%{
background-size: 0px;
}
100%{
background-size: 135px;
}
}
/*fadeIn & fadeOut animation for bootstrap carousel*/
.cd-carousel .carousel-inner .item {
-webkit-transition-property: opacity;
transition-property: opacity;
}
.cd-carousel .carousel-inner .item,
.cd-carousel .carousel-inner .active.left,
.cd-carousel .carousel-inner .active.right {
opacity: 0;
}
.cd-carousel .carousel-inner .active,
.cd-carousel .carousel-inner .next.left,
.cd-carousel .carousel-inner .prev.right {
opacity: 1;
}
.cd-carousel .carousel-inner .next,
.cd-carousel .carousel-inner .prev,
.cd-carousel .carousel-inner .active.left,
.cd-carousel .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* ken burn effect */
.kenburns-effect {
overflow: hidden;
animation-name: ken-burns;
animation-duration: 30s;
/*animation-iteration-count: infinite;*/
animation-iteration-count: 1;
animation-timing-function: linear;
animation-fill-mode: alternate;
animation-delay: .2s;
-moz-transition: ease 1s all;
-o-transition: ease 1s all;
-webkit-transition: ease 1s all;
transition: ease 1s all;
}
@keyframes ken-burns {
0% {
-moz-background-size: 140%;
-o-background-size: 140%;
-webkit-background-size: 140%;
background-size: 140%;
}
100% {
-moz-background-size: 100%;
-o-background-size: 100%;
-webkit-background-size: 100%;
background-size: 100%;
}
}
/*--------------------------------------------------------------
6. Preloader
--------------------------------------------------------------*/
.preloader{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 999;
}
/*loader*/
.loader {
width: 80px;
height: 80px;
border: 2px solid #333;
position: absolute;
left: 50%;
top: 50%;
margin: -40px 0 0 -40px;
border-radius: 50%;
}
.loader .line {
width: 6px;
height: 2px;
background: #333;
position: absolute;
}
.loader .line:nth-child(1) {
left: 10px;
top: 50%;
margin-top: -1px;
}
.loader .line:nth-child(2) {
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
left: 17px;
top: 22px;
}
.loader .line:nth-child(3) {
top: 10px;
left: 50%;
width: 2px;
height: 6px;
}
.loader .line:nth-child(4) {
transform: rotate(135deg);
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
right: 17px;
top: 22px;
}
.loader .line:nth-child(5) {
right: 10px;
top: 50%;
margin-top: -1px;
}
.loader .line:nth-child(6) {
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
right: 18px;
bottom: 20px;
background: #438cca;
}
.loader .subline {
position: absolute;
width: 3px;
height: 2px;
background: #333;
}
.loader .subline:nth-child(7) {
transform: rotate(22.5deg);
-moz-transform: rotate(22.5deg);
-webkit-transform: rotate(22.5deg);
-ms-transform: rotate(22.5deg);
left: 14px;
top: 28px;
}
.loader .subline:nth-child(8) {
transform: rotate(67.5deg);
-moz-transform: rotate(67.5deg);
-webkit-transform: rotate(67.5deg);
-ms-transform: rotate(67.5deg);
left: 47px;
top: 14px;
}
.loader .subline:nth-child(9) {
transform: rotate(112.5deg);
-moz-transform: rotate(112.5deg);
-webkit-transform: rotate(112.5deg);
-ms-transform: rotate(112.5deg);
right: 46px;
top: 14px;
}
.loader .subline:nth-child(10) {
transform: rotate(157.5deg);
-moz-transform: rotate(157.5deg);
-webkit-transform: rotate(157.5deg);
-ms-transform: rotate(157.5deg);
right: 13px;
top: 27px;
}
.loader .subline:nth-child(11) {
transform: rotate(22.5deg);
-moz-transform: rotate(22.5deg);
-webkit-transform: rotate(22.5deg);
-ms-transform: rotate(22.5deg);
right: 13px;
bottom: 27px;
background: #438cca;
}
.loader-circle-1 {
width: 70px;
height: 70px;
left: 3px;
top: 3px;
border: 1px solid #333;
border-radius: 50%;
position: absolute;
border-right-color: transparent;
-webkit-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
.loader-circle-2 {
width: 62px;
height: 62px;
left: 3px;
top: 3px;
border: 1px transparent solid;
border-radius: 50%;
position: absolute;
border-right-color: #438cca;
-webkit-animation: spin 5s linear infinite;
animation: spin 5s linear infinite;
}
.loader .needle {
width: 10px;
height: 10px;
border-radius: 50%;
border: 1px solid #333;
position: absolute;
left: 50%;
top: 50%;
margin: -5px 0 0 -5px;
z-index: 1;
-webkit-animation: pegIt 3s infinite ease-in-out;
animation: pegIt 3s infinite ease-in-out;
}
.loader .needle:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 2px 25px 2px 0;
border-color: transparent #438cca transparent transparent;
position: absolute;
right: 50%;
top: 50%;
margin: -2px 0 0 0;
border-radius: 0 50% 50% 0;
}
/* loader animation */
@keyframes pegIt {
0% {
transform: rotate(0deg);
}
16% {
transform: rotate(75deg);
}
25% {
transform: rotate(55deg);
}
30% {
transform: rotate(90deg);
}
36% {
transform: rotate(170deg);
}
42% {
transform: rotate(150deg);
}
50% {
transform: rotate(227deg);
}
100% {
transform: rotate(0deg);
}
}
@-webkit-keyframes pegIt {
0% {
-webkit-transform: rotate(0deg);
}
16% {
-webkit-transform: rotate(75deg);
}
25% {
-webkit-transform: rotate(55deg);
}
30% {
-webkit-transform: rotate(90deg);
}
36% {
-webkit-transform: rotate(170deg);
}
42% {
-webkit-transform: rotate(150deg);
}
50% {
-webkit-transform: rotate(227deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes menuToTop {
0%{
opacity: 0;
-webkit-transform: translateY(40px);
}
100%{
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes menuToTop {
0%{
opacity: 0;
transform: translateY(40px);
}
100%{
opacity: 1;
transform: translateY(0);
}
}
|
themes/rentacar/assets/css/main.css
|
@charset "UTF-8";
/*-----------------------------------------------------------------------------------
Name: Car Dojo HTML/CSS Template
Description: Stylesheets for Car Dojo Template
Version: 1.0
Author: ThemesDojo
Coding: <NAME> - Themes Dojo front-end developer
Info: Do not make any changes of this file for a better working of your template,
use the file "custom.css" for your personal styles and modifications. Thx for purchase.
TABLE OF CONTENTS
---------------------------
1. Basic rules
----------------
2. Pages
2.1 Home Pages
2.2 Item page
2.3 Submit page
2.4 Search results page
2.5 My Account page
2.6 Rent a car
2.7 Dealer Page
2.8 Sales and reports
-----------
3. Elements#cd-page-content
-------------
4. Additional Classes
----------------------
5. Animations
-----------------------
6. Preloader
-----------------------
*/
/*
P.S. pages are create based on elements, all elements styles You will find in compartment 3 - ELEMENTS. Good luck
*/
/*--------------------------------------------------------------
1. Basic rules
--------------------------------------------------------------*/
body{
position: relative;
width: 100%;
height: 100%;
line-height: 1.928em;
}
#cd-page-content{
position: relative;
overflow-x: hidden;
overflow-y: visible;
opacity: 1;
min-height: 100vh;
padding-top: 90px;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
a{transition: all .2s ease-in-out;}
label{font-weight: 400;}
main{
position: relative;
z-index: 3;
}
/*--------------------------------------------------------------
2. Pages
--------------------------------------------------------------*/
/*! 2.1 Home Page */
/* top navigation */
.navbar-inverse{
position: absolute;
background-color: #e5e7ea;
height: 40px;
top: 0;
width: 100%;
z-index: 10;
}
.navbar-inverse ul{
display: inline-block;
margin: 0;
}
.navbar-inverse ul a{
color: #b3b6bd;
letter-spacing: 1.1px;
}
.navbar-inverse ul a:hover{color: #838894;}
.navbar-inverse ul.cd-top-phone{font-size: 12px;}
/* main navigation */
.cd-main-navigation{
position: absolute;
top: 0px;
width: 100%;
border: none;
margin: 0;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
transition: all .2s linear;
z-index: 10;
transition-delay: .2s;
}
/*logo*/
.navbar-brand{
height: 50px;
width: 200px;
margin-left: 0 !important;
margin-top: 11px;
padding: 0;
}
/*menu*/
.cd-main-navigation .nav>li>a{
font-size: 15px;
letter-spacing: 1.1px;
padding: 12px 19px;
font-weight: 600;
}
.cd-main-navigation .nav>li>a.btn{
padding: 12px 30px;
color: #fff;
margin: 0 15px;
border-color: transparent;
transition: all .2s ease-in;
}
.cd-main-navigation .nav>li>a.btn:hover{
background: #333;
color: #fff !important;
}
.cd-main-navigation .nav>.active>a,
.cd-main-navigation .nav>.active>a:hover,
.cd-main-navigation .nav>.active>a:focus,
.cd-main-navigation .nav>.open>a:hover,
.cd-main-navigation .nav>.open>a:focus{background: transparent;}
.cd-main-navigation .nav>li>a.btn:hover{
border-color: #438cca;
color: #438cca;
}
.cd-main-navigation .nav>li>a .fa{
color: #d6d7dc;
transition: all .2s ease;
}
.cd-main-navigation .nav>li{
position: relative;
transform: translateZ(0);
}
.cd-main-navigation .nav>li:last-child a{margin-right: 0;}
/*dropdown menu*/
.cd-main-navigation li.dropdown:after{
content: "";
position: absolute;
top: 0;
bottom: -10px;
left: 0;
right: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background: #fff;
opacity: 0;
z-index: -1;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
transition: 0 all .2s ease-in;
}
.cd-main-navigation li.dropdown:before{
content: "";
position: absolute;
bottom: -10px;
height: 2px;
left: 0;
right: 0;
background: #fff;
z-index: 1001;
opacity: 0;
}
.cd-main-navigation li.dropdown:hover:after,
.cd-main-navigation li.dropdown:hover:before{
opacity: 1;
transition: all .2s ease-in;
}
.dropdown .dropdown-menu{
left: 0;
right: auto;
font-size: 12px;
letter-spacing: 1.1px;
border-radius: 0;
min-width: 260px;
padding-top: 10px;
border: none;
box-shadow: none;
background: transparent;
}
.dropdown.open > .dropdown-menu,
.dropdown:hover > .dropdown-menu {
display: block;
animation-name: menuToTop;
animation-duration: .3s;
animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
}
.dropdown .dropdown-menu ul{
background: #fff;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
line-height: 36px;
padding: 10px 0;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.dropdown.open > .dropdown-toggle .fa,
.dropdown:hover > .dropdown-toggle .fa{
transform: rotate(180deg);
transition: transform .2s ease-in-out;
}
.dropdown-menu ul>li>a{
padding: 9px 20px;
display: block;
color: #438cca;
line-height: 1.6;
transition: all .2s ease-in;
}
.dropdown-menu ul>li.active a,
.dropdown-menu ul>li>a:hover{color: #333;}
/*dropdown menu level 2*/
.dropdown.dropdown-submenu .dropdown-menu{
left: 100%;
top: 0;
}
.dropdown.dropdown-submenu.open .dropdown-toggle .fa,
.dropdown.dropdown-submenu:hover .dropdown-toggle .fa{
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: all .2s ease-in-out;
}
/*fixed navigation*/
.cd-main-navigation.affix .navbar-collapse{padding-right: 15px;}
.cd-main-navigation.affix{
position: fixed;
height: 70px;
min-height: 70px;
transition: all .1s ease-in-out;
-webkit-animation: 300ms ease-in-out 0s normal none 1 fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 fadeInDown;
}
/* main carousel */
.cd-carousel.static{position: static;}
.cd-carousel{
position: absolute;
left: 0;
width: 100%;
height: calc(100vh - 130px);
z-index: 1;
}
.cd-carousel .item{
width: 100%;
height: calc(100vh - 130px);
background-size: cover;
background-position: center;
}
/* top container */
.cd-top-container{
position: relative;
height: calc(100vh - 130px);
z-index: 2;
}
.cd-top-container .heading{color: #fff;}
.cd-top-container h6.heading{
letter-spacing: 2px;
font-weight: 400;
}
.cd-top-container h1.heading{margin-bottom: 25px;}
/*search box*/
.cd-top-search{
background: #fff;
border-radius: 4px;
color: #333;
}
.cd-top-search .intro{
background: #d3d5da;
padding: 19px 30px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.cd-top-search .intro h4{
float: left;
margin: 0;
color: #333;
}
.cd-top-search .intro .btn-link{
padding: 0;
text-decoration: underline;
}
.cd-top-search .form-inline{
padding: 26px 15px 1px;
margin-bottom: 20px;
}
.cd-top-search .form-group{
width: 50%;
float: left;
padding: 0 15px;
margin-bottom: 29px;
}
.form-group label{
margin-bottom: 13px;
color: #333;
font-family: "Montserrat", sans-serif;
font-weight: 400;
white-space: nowrap;
display: block;
line-height: 20px;
}
.form-group label>span{color: #ccc;}
.form-group .btn-default{
width: 100%;
height: 40px;
line-height: 30px;
transition: all .2s ease-in-out;
}
.cd-top-search .custom-checkbox label{
margin-bottom: 0;
margin-top: 10px;
color: #666;
font-weight: 400;
cursor: pointer;
}
.cd-top-subscribe,
.cd-top-subscribe a{color: #fff;}
.cd-top-subscribe a{text-decoration: underline;}
/*! 2.2 Item page - car-sale-item.html*/
/*sidebar*/
.cd-sidebar{padding-top: 30px;}
.cd-sidebar>h2{margin-top: 0;}
.cd-sidebar .product-year{
color: #999;
margin-top: 0;
margin-bottom: 4px;
}
.cd-sidebar .product-title{
line-height: 36px;
margin-top: 0;
}
/*sidebar car meta*/
.sidebar-car-meta{
position: relative;
margin: 0;
padding: 0 120px 0 30px;
font-size: 10px;
letter-spacing: 1.1px;
font-family: "Montserrat", sans-serif;
}
.sidebar-car-meta .car-color{
position: absolute;
left: 0;
top: 50%;
margin-top: -10px;
border-radius: 30px;
background: #333;
width: 20px;
height: 20px;
}
.sidebar-car-meta .car-id{
position: absolute;
top: 50%;
margin-top: -9px;
right: 0;
text-transform: uppercase;
background: #fff;
border-radius: 4px;
padding: 4px 9px;
line-height: 1;
}
.sidebar-car-meta p{
line-height: 1.4;
margin-bottom: 26px;
margin-top: 20px;
}
/*sidebar short description*/
.cd-sidebar .cd-short-descripiton{
display: flex;
border-top: 1px solid #e5e7ea;
border-bottom: 1px solid #e5e7ea;
color: #666;
padding-top: 21px;
padding-bottom: 19px;
}
.cd-sidebar .cd-short-descripiton > span{flex: 1;}
.cd-sidebar .cd-short-descripiton .rating{text-align: right;}
.cd-sidebar .cd-short-descripiton .rating-stars{color: #c95555;}
.cd-sidebar .cd-short-descripiton .rating span a{text-decoration: underline;}
.cd-sidebar .cd-price-list{
margin: 0;
padding-top: 27px;
margin-bottom: 21px;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.cd-sidebar .cd-price-list li{padding: 0;}
.cd-sidebar .cd-price-list li > span{
font-size: 10px;
letter-spacing: 1px;
}
.cd-sidebar .cd-price-list li > h2{margin: 0;}
.cd-sidebar .cd-price-list li > h2 s{
font-weight: 300;
color: #ccc;
}
.cd-sidebar .cd-price-list .cd-price s{font-weight: 300;}
.cd-sidebar .cd-price-list li.pull-right{
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
cursor: default;
}
.cd-sidebar .cd-price-list li span.period{
font-size: 30px;
color: #ccc;
font-weight: 300;
letter-spacing: inherit;
}
.cd-sidebar .cd-price-list .show-hint{
position: absolute;
transform: translateX(-45px);
background: #fff;
border: none;
border-radius: 30px;
font-size: 12px;
color: #438cca;
width: 20px;
height: 20px;
padding: 0;
line-height: 20px;
display: inline-block;
text-align: center;
opacity: 0;
transition: all .2s ease-in-out;
}
.cd-sidebar .cd-price-list .month-payment{
font-size: 16px;
color: #c95555;
white-space: nowrap;
}
.cd-sidebar .cd-price-list small{
font-size: 10px;
letter-spacing: 1.1px;
}
.cd-sidebar .cd-price-list li.pull-right:hover .show-hint{opacity: 1;}
/*money saver blocks*/
.money-save,
.money-discount{
float: left;
width: 33%;
text-align: center;
letter-spacing: 1.1px;
line-height: 30px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
font-size: 12px;
padding: 5px 10px;
margin-bottom: 30px;
}
.money-save{
color: #fff;
background: #c95555;
}
.money-discount{
color: #c95555;
background: #e5e7ea;
}
/*widgets*/
.cd-widget{margin-bottom: 30px;}
.cd-widget-title{
padding: 15px 20px 12px;
border-bottom: 1px solid #e5e7ea;
display: flex;
justify-content: space-between;
align-items: center;
}
.cd-widget-title .heading{
margin: 0;
line-height: 27px;
}
.cd-widget-content{padding: 0 20px 11px;}
.cd-widget-content ul.phone-nrs{
margin: 0 0 13px;
font-size: 18px;
line-height: 30px;
border-bottom: 1px solid #e5e7ea;
padding: 12px 0 7px;
}
.cd-widget-content ul.phone-nrs li{margin-bottom: 4px;}
.cd-widget-content ul.phone-nrs li > a{color: #999;}
.cd-widget-content ul.phone-nrs li > a span{color: #333;}
.cd-widget-content a.request-call-btn{
font-size: 16px;
text-decoration: underline;
}
.cd-widget .test-drive-btn{
display: block;
width: 100%;
text-align: left;
padding: 15px 20px;
font-size: 16px;
margin-bottom: 18px;
white-space: normal;
}
.cd-widget .test-drive-btn .fa:first-of-type{margin-right: 5px;}
.cd-widget .test-drive-btn .fa:last-of-type{float: right;}
.cd-widget .test-drive-btn:hover .fa:last-of-type{
animation-name: slideInLeft;
animation-duration: 1.1s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.cd-widget .btn-link{
padding: 0;
font-size: 16px;
text-decoration: underline;
}
/*dealer location/contact info widget */
.location_widget .cd-widget-title{
padding: 28px 0 16px;
margin-bottom: 22px;
}
.cd-widget .contact-form{margin-bottom: 8px;}
.cd-widget .contact-form > .form-group{margin-bottom: 22px;}
/*payment/loan calculator form*/
form.payment-calculator {
padding-top: 23px;
padding-bottom: 7px;
border-bottom: 1px solid #e5e7ea;
}
form.payment-calculator .form-group{
width: 50%;
float: left;
margin-bottom: 23px;
}
.form-group .form-control{
width: 100%;
height: 40px;
background-color: #f6f8f9;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
line-height: 27px;
}
.form-group .form-control[type="number"]{-moz-appearance: textfield;} /*hiding arrows of input type number*/
/*validation backgrounds*/
.form-control.bg-success{background: #f1f8e6;}
.form-control.bg-danger{border-color: #cc3333;}
.form-group.error small{
position: absolute;
bottom: -17px;
left: 15px;
color: #cc3333;
font-size: 10px;
line-height: 1;
}
/*calculator results*/
.form-results{
width: 50%;
margin: 0;
line-height: 30px;
padding-top: 18px;
padding-bottom: 6px;
}
.form-results li{margin-bottom: 10px;}
.form-results li>span{
font-family: "Montserrat", sans-serif;
font-size: 10px;
letter-spacing: 1.1px;
}
.form-results li>h4{
margin: 0;
font-weight: normal;
color: #666;
}
.form-results li #monthPay{
font-weight: 700;
color: #333;
}
#periodPay{text-transform: initial;}
/*car dimensions*/
.car-width,
.car-height{
position: relative;
float: left;
padding: 0 10px;
}
.car-width{margin-right: 10px;}
.car-width .svg-icon{
width: 112px;
height: 100px;
}
.car-height .svg-icon{
width: 100px;
height: 75px;
margin-bottom: 25px;
}
.car-height span.pull-right{
position: absolute;
top: 41%;
right: -50%;
}
/*tabs*/
.cd-widget > .heading{
margin-top: 0;
margin-bottom: 27px;
}
.related-tabs .nav-tabs{border: none;}
.related-tabs .nav-tabs>li{margin-bottom: 0;}
.related-tabs .nav-tabs>li.active>a{
background: #fff;
color: #333;
border: none;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}
.related-tabs .nav-tabs>li>a:hover{
background: transparent;
color: #333;
}
.related-tabs .nav-tabs>li>a{
border: none;
color: #438cca;
margin: 0;
font-size: 18px;
font-weight: bold;
font-family: "Montserrat", sans-serif;
padding: 12px 20px;
}
.related-tabs .nav-tabs>li>a:after{
content: "";
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 3px;
background: #fff;
opacity: 0;
}
.related-tabs .nav-tabs>li.active>a:after{opacity: 1;}
.related-tabs .tab-content{
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
padding-top: 30px;
border-radius: 4px;
}
.related-tabs .tab-content .tab-pane{padding: 0 20px;}
.related-tabs .tab-content .cd-offer-short{
background: transparent;
margin-bottom: 28px;
}
.related-tabs .tab-content .cd-offer-short:last-of-type .separator{opacity: 0;}
.related-tabs .nav-tabs>li>a:active:focus,
.related-tabs .nav-tabs>li>a:focus{
outline: none;
background-color: #fff;
}
.related-tabs .nav-tabs>li:nth-child(2){margin: 0 2.3%;}
/*cd-content-description*/
.cd-content-description{
padding-top: 30px;
}
.cd-condition-blk{
padding: 24px 30px;
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 30px;
font-family: "Montserrat", sans-serif;
}
.cd-condition-blk .blk > .svg-icon{
width: 50px;
height: 30px;
}
.cd-condition-blk .blk h6{
color: #ccc;
letter-spacing: 1.1px;
margin-bottom: 11px;
}
.cd-condition-blk .blk h5{
font-size: 16px;
margin: 0;
line-height: 24px;
}
/*listing description*/
.cd-listing-description{
margin-bottom: 30px;
border-radius: 4px;
}
.listing-title{
padding: 15px 30px;
border-bottom: 1px solid #e5e7ea;
display: flex;
justify-content: space-between;
align-items: center;
flex-flow: row;
}
.listing-title .heading{
float: left;
margin: 0;
}
.listing-title .svg-icon{
width: 35px;
height: 30px;
}
.listing-content{
padding: 22px 30px;
font-size: 16px;
color: #666;
line-height: 30px;
border-bottom: 1px solid #e5e7ea;
}
.listing-content p{margin-bottom: 24px;}
.listing-content p:last-of-type{margin-bottom: 0;}
.listing-content h3{
margin-top: 0;
line-height: 30px;
margin-bottom: 15px;
}
.listing-content .condition-indicator{color: #ccc;}
.listing-content .condition-label{
font-size: 10px;
letter-spacing: 1.1px;
color: #999;
border-radius: 4px;
background: #f6f8f9;
padding: 0 12px;
line-height: 2;
}
.certified-list{
margin: 0;
padding: 30px;
display: flex;
justify-content: space-between;
align-items: center;
flex-flow: row;
font-size: 16px;
border-bottom: 1px solid #e5e7ea;
}
.certified-list li{padding: 0;}
.certified-list li img{width: 70px;}
.certified-list li .btn{
padding: 0;
font-size: 16px;
text-decoration: underline;
}
.listing-content .heading{
margin: 0;
border-bottom: 1px solid #e5e7ea;
padding-bottom: 16px;
margin-bottom: 28px;
}
.columns-content .title{
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row;
border-bottom: 1px solid #e5e7ea;
padding-bottom: 20px;
}
.columns-content .title .svg-icon{
width: auto;
height: 30px;
margin-right: 8px;
}
.columns-content .title .heading{
margin: 0;
padding: 0;
border: none;
}
.columns-content .column-blk:last-of-type ul{margin-bottom: 0;}
.listing-content ol,
.listing-content ul{
margin-left: 0;
font-size: 14px;
color: #999999;
margin-bottom: 25px;
padding-top: 21px;
}
.listing-content ul.checked li::before{
content: "\f00c";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #e5e7ea;
margin-right: 6px;
}
/*submit block*/
.cd-content-description .submit-blk{padding: 30px;}
.cd-content-description .submit-blk .custom-checkbox{
line-height: 1.4;
color: #333;
}
.cd-content-description .submit-blk .custom-checkbox label{
font-weight: 400;
margin: 0;
}
.cd-content-description .submit-blk .btn{
padding: 13px 20px;
border: none;
}
.cd-content-description .submit-blk .btn > .fa{margin-left: 18px;}
/* section contact info */
section.contact-info{margin-bottom: 30px;}
.contact-info .container{
width: 1170px;
padding: 27px 30px 4px;
}
.contact-info .title{
margin: 0;
border-bottom: 1px solid #e5e7ea;
margin-bottom: 28px;
}
.contact-info .heading{margin: 0 0 16px 0}
.contact-info p{
color: #666666;
font-size: 16px;
margin-bottom: 15px;
}
.contact-info .contact-form .inputs-side,
.contact-info .contact-form .control-side{
width: 50%;
float: left;
}
.contact-info .contact-form .inputs-side{padding-right: 15px;}
.contact-info .contact-form .control-side{padding-left: 15px;}
.contact-info .contact-form .form-group{margin-bottom: 26px;}
.contact-info .contact-form label{
color: #333;
font-weight: 400;
font-family: "Montserrat", sans-serif;
}
.contact-info .contact-form .form-control{
height: 40px;
padding: 6px 15px;
background-color: #f6f8f9;
color: #333;
border-radius: 4px;
border: none;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
}
.contact-info .contact-form textarea.form-control{
height: 160px;
margin-bottom: 30px;
line-height: 27px;
resize: none;
}
.contact-info .contact-form .btn[type="submit"]{
width: 100%;
height: 40px;
text-align: left;
padding: 6px 20px;
white-space: normal;
}
.contact-info .contact-form .btn[type="submit"] .fa{float: right;}
#cd-map{
width: 100%;
height: 180px;
margin-bottom: 28px;
}
.cd-dealer-address address{
font-size: 16px;
line-height: 24px;
color: #666;
margin-bottom: 16px;
}
.cd-dealer-address .phone-nrs{
margin-bottom: 0;
line-height: 30px;
font-size: 16px;
}
.cd-dealer-address .phone-nrs li>a{
color: #999;
margin-bottom: 5px;
}
.cd-dealer-address .phone-nrs li>a span{color: #333;}
/*! 2.3 Submit page - car-submit.html */
.cd-sidebar .heading.title{margin-bottom: 26px;}
/*add car form*/
.add-car-form{
padding-top: 23px;
padding-bottom: 19px;
}
.add-car-form .form-group{
position: relative;
margin-bottom: 29px;
}
.add-car-form .form-group.width50{
float: left;
padding: 0 15px;
}
.specs-box.noborder{padding-bottom: 10px;}
.specs-box{
padding-top: 23px;
padding-bottom: 21px;
border-bottom: 1px solid #e5e7ea;
}
/*add photos to gallery */
.cd-gallery-upload > span{color: #666;}
.upload-list{
margin: 20px -20px 0 0;
padding: 0;
}
.upload-list li{
padding: 0;
float: left;
margin-bottom: 22px;
margin-right: 22px;
}
.upload-list .upload-blk{
position: relative;
width: 136px;
height: 90px;
display: flex;
justify-content: center;
padding: 15px;
cursor: pointer;
margin: 0;
overflow: hidden;
}
.upload-list .upload-blk > svg{
display: block;
width: 100px;
height: 100%;
stroke: #d3d5da;
fill: #d3d5da;
}
.upload-list .upload-blk input[type="file"]{display: none;}
.upload-list .upload-blk .hover-blk{
position: absolute;
width: 100%;
height: 100%;
background-color: #438cca;
color: #fff;
border-radius: 4px;
display: flex;
justify-content: center;
flex-direction: column;
padding: 0 30px;
line-height: 1.4;
font-size: 12px;
font-family: "Montserrat", sans-serif;
opacity: 0;
}
.upload-list .upload-blk .hover-blk .fa{
font-size: 18px;
margin-bottom: 10px;
}
/*upload-btn*/
.cd-gallery-upload .upload-btn{
width: 100%;
padding: 12px 30px;
color: #fff;
margin-bottom: 30px;
text-align: left;
white-space: normal;
}
/*add car condition */
.add-condition-blk{margin-bottom: 30px;}
.blk-title{
padding: 15px 30px;
border-bottom: 1px solid #e5e7ea;
}
.blk-title .heading{
margin: 0;
line-height: 1.7;
}
.blk-title .svg-icon{
height: 30px;
width: auto;
}
.add-condition-blk .nav-tabs{
border: none;
padding-left: 30px;
margin: 23px 0 24px;
}
.add-condition-blk .nav-tabs li{
margin-bottom: 0;
margin-right: 20px;
}
.add-condition-blk .nav-tabs li > a{
color: #333 !important;
background-color: transparent !important;
border: none !important;
cursor: pointer;
padding: 0;
line-height: 2.4;
}
.add-condition-blk .tab-content{padding: 0 15px;}
.add-condition-blk .tab-content .add-car-form{padding: 0;}
.add-car-form .form-group.width25{
float: left;
padding: 0 15px;
}
.add-car-form .form-group.width25 .cs-select,
.add-car-form .form-group.width25 .form-control{margin-bottom: 30px;}
.add-car-form .form-group.width25 .custom-checkbox{
margin-top: 5px;
margin-bottom: 10px;
}
.add-car-form .form-group.width25 .custom-checkbox label{line-height: 1;}
/*add car characteristics*/
.add-caracteristic-blk{margin-bottom: 30px;}
.add-caracteristic-blk .blk-content{
padding: 28px 30px 30px;
}
.add-caracteristic-blk .blk-content .heading{
margin-top: 0;
margin-bottom: 10px;
font-weight: 400;
}
.color-list{
margin-left: 0;
margin-bottom: 28px;
}
.color-list li{
padding: 0 5px;
float: left;
}
.color-list li:first-child{padding-left: 0;}
.color-list li:last-child{padding-right: 0;}
.color-list li .btn{
position: relative;
width: 29px;
height: 29px;
border-radius: 30px;
font-size: 8px;
color: #666;
padding: 0;
transition: border .2s ease-in-out;
}
.color-list li .btn:hover{border: 3px solid #438cca !important;}
.color-list li .btn.selected{border: 3px solid #666 !important;}
.color-list li .btn.selected:after{
content: "\f00c";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #666;
font-size: 18px;
position: absolute;
left: 3px;
top: 3px;
}
.color-list li:nth-child(2) .btn{border: 1px solid #cdcdcd;}
.color-list li .custom-checkbox > label{line-height: 1.4;}
.color-list li .custom-checkbox .cr{margin-right: 10px;}
.add-caracteristic-blk .blk-content li.width33{
float: left;
padding: 0 15px;
}
.add-caracteristic-blk .blk-content .interior-materials{padding-left: 20px;}
.add-caracteristic-blk .blk-content .list-inline.row{margin-bottom: 29px;}
.add-caracteristic-blk .blk-content .list-inline.row .heading,
.add-caracteristic-blk .blk-content .interior-materials .heading{margin-bottom: 15px;}
/*add car listing description*/
.cd-listing-description .listing-content .form-group{margin-bottom: 8px;}
.cd-listing-description .listing-content .form-group label{margin-bottom: 5px;}
.cd-listing-description .listing-content textarea.form-control{
padding-top: 15px;
padding-left: 20px;
height: 110px;
resize: none;
overflow-y: auto;
margin-bottom: 22px;
}
/* add price and discount*/
.price-row h5{
font-size: 16px;
color: #333;
margin-top: 0;
font-weight: 400;
line-height: 30px;
}
.price-row .custom-checkbox{
line-height: 1.2;
margin-bottom: 0;
margin-top: 15px;
}
.price-row .custom-checkbox .fa{font-size: 14px;}
.discount-input{
display: none;
transition: all .3s ease-in-out;
margin-top: 16px;
}
/*car checkboxes list*/
.listing-content .columns-content .custom-checkbox{
break-inside: avoid;
}
.listing-content .columns-content .custom-checkbox > label{
line-height: 1.4;
margin-top: 10px;
margin-bottom: 0;
}
/*! 2.4 Search results page - search-results.html */
/*main wrapp*/
.search-results-wrapp{
padding-top: 30px;
padding-bottom: 210px;
}
#block-offers.invisible,
#offers-inline.invisible{
display: none;
visibility: visible;
}
/*.advanced-search{padding-bottom: 220px;}*/
/*search sidebar*/
.cd-search-sidebar{
position: relative;
z-index: 2;
}
.cd-search-sidebar .aside-blk:last-of-type{padding: 10px 20px 13px;}
.aside-blk.demo{border: none;}
.aside-blk{
border-bottom: 1px solid #e5e7ea;
padding: 15px 20px 18px 20px;
}
.aside-blk h4{
margin: 0 0 7px;
line-height: 27px;
}
.aside-blk .btn-link{
padding: 0;
text-decoration: underline;
}
.aside-blk p > label,
.aside-blk.colors > label{
display: block;
color: #333;
line-height: 27px;
margin-bottom: 6px;
font-family: "Montserrat", sans-serif;
}
.aside-blk p > label span{color: #d3d5da;}
/*add to search new vwhicle*/
/*.aside-blk .new-vehicle{display: none;}*/
.aside-blk .new-vehicle .form-group{margin-bottom: 20px;}
.aside-blk .new-vehicle .form-group>label{margin-bottom: 10px;}
.aside-blk .new-vehicle .form-group .select2{margin-top: 0;}
/*custom range*/
.aside-blk .form-group{margin-bottom: 0;}
.aside-blk .custom-range p > input{
width: 40px;
line-height: 2.3;
}
.aside-blk .custom-range p > input.pull-right{text-align: right;}
.aside-blk .custom-range .ui-slider{
width: calc(100% - 90px);
display: inline-block;
margin: 0 3px;
}
.aside-blk .custom-range p label{margin-bottom: 10px !important;}
.aside-blk .custom-range p .btn{
font-size: 18px;
padding: 5px 0;
}
/*multiple item select*/
.select2-container--below.select2-container--focus.select2-container--open .select2-selection{
box-shadow: 0 0 0 1px #438cca inset,
0 0 5px 0 rgba(0, 0, 0, .2) inset;
}
.aside-blk .select2{margin-bottom: 20px;}
.aside-blk .select2:first-of-type{margin-top: 17px;}
.aside-blk .select2:last-of-type{margin-bottom: 2px;}
.aside-blk .select2 .select2-selection{
min-height: 40px;
height: auto;
overflow: auto;
padding: 6px 10px;
line-height: 2;
}
.aside-blk .select2-selection--multiple .select2-selection__rendered{
width: 100% !important;
float: left;
}
/*selected select icon*/
.select2-results__option[aria-selected = "true"]{
position: relative;
background-color: transparent !important;
color: #438cca !important;
}
.select2-results__option[aria-selected = "true"]:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover{color: #333 !important;}
.select2-results__option:after{
content: "\f00c";
float: right;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1.6;
opacity: 0;
transition: all .2s ease-in;
}
.select2-results__option:hover{background: #fff !important;}
.select2-results__option:hover::after,
.select2-results__option[aria-selected = "true"]:after{opacity: 1;}
.select2-results__option[aria-selected = "true"]:hover:after{content: "\f00d";}
.select2-container--default .select2-results__option[aria-disabled=true]:after{display: none;}
/*aside custom checkboxes*/
.aside-blk .custom-checkbox{margin-bottom: 14px;}
.aside-blk .custom-checkbox:last-of-type{margin-bottom: 0;}
.aside-blk .custom-checkbox label{
line-height: 1.4;
color: #666;
margin-bottom: 0;
}
.aside-blk .custom-checkbox .cr{margin-right: 10px;}
/*colors*/
.aside-blk.colors{padding-bottom: 10px;}
.aside-blk.colors .color-list{
margin-left: -5px;
margin-bottom: 0;
width: calc(100% + 6px);
}
.aside-blk.colors .color-list li:first-of-type{padding-left: 5px;}
.aside-blk.colors .color-list li:last-of-type{padding-right: 0;}
.aside-blk.colors .color-list li{margin-bottom: 10px;}
/*** PAGINATION ***/
.pagination{
margin: 0;
float: left;
width: 100%;
line-height: 1;
}
.pagination li{
display: inline-block;
margin: 0 3px;
}
.pagination li a,
.pagination li span{
border: none;
background: transparent;
padding: 0;
height: 40px;
min-width: 40px;
line-height: 2.9;
border-radius: 4px;
text-align: center;
transition: all .2s ease-in-out;
}
.pagination li.active a,
.pagination li.active a:hover{
background-color: #fff;
color: #333;
}
.pagination li.active.bg-grey a{background-color: #f6f8f9}
.pagination li a:hover{
color: #fff;
background-color: #333;
border-color: #333;
}
/* additional features */
.btn.btn-link.close{
color: #438cca;
opacity: 1;
}
#cd-search-features{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 148px;
z-index: 5;
padding: 150px 0 30px;
overflow: auto;
transform: translateY(150%);
transform-origin: bottom;
transition: all .3s ease-in;
}
#cd-search-features.visible{transform: translateY(0);}
#cd-search-features .custom-select-list{
min-height: 35px;
height: auto;
}
.custom-select-list > ul{
padding-top: 0 !important;
padding-left: 35px;
margin-bottom: 5px;
}
.custom-select-list .btn-link{padding-left: 32px;}
.custom-select-list li.invisible{display: none;}
.full-map{
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
visibility: hidden;
}
.full-map.visible{
opacity: 1;
visibility: visible;
}
.full-map.visible2{
opacity: 0;
visibility: hidden;
}
/*! 2.5 My Account Page */
.cd-my-list,
.account-control{margin-top: 31px;}
.cd-my-list > .heading,
.account-control > .heading{
margin: 0;
padding: 18px 30px;
border-bottom: 1px solid #e5e7ea;
}
.cd-my-list .heading span{color: #d3d5da;}
.cd-my-list > .heading h4{margin: 0;}
.cd-my-list > .heading h4.pull-right{color: #d3d5da;}
/*listing item*/
.listing-item{padding: 30px 30px 0;}
.listing-item .cd-offer-short{
height: auto;
border: none;
margin: 0;
}
.listing-item .cd-offer-short .heading{
display: inline-block;
transform: translateY(-3px);
}
.listing-item .cd-offer-short .cd-car-spec{margin: -4px 0 0 0;}
.listing-item .cd-offer-short .cd-car-spec del{color: #cccccc;}
.listing-item .cd-offer-short:hover .cd-car-spec{opacity: 1;}
.listing-item .separator{
margin-bottom: 0;
margin-top: 18px;
}
.listing-item .item-controls a{text-decoration: underline;}
/*account sidebar control*/
.account-control ul{
padding: 20px;
margin: 0;
}
.account-control ul li{
width: 100%;
margin-bottom: 3px;
}
/*.account-control ul li:first-child{margin-bottom: 17px;}*/
.account-control li .btn{
width: 100%;
text-align: initial;
padding: 13px 20px;
border: none;
}
.account-control li .btn-link{
padding: 12px 0;
text-decoration: underline;
}
.account-control li .btn-link .fa{
margin-right: 14px;
color: #d3d5da;
}
.account-control li .btn-link span{color: #d3d5da;}
.account-control li.active .btn,
.account-control li.active .btn .fa{
color: #666 !important;
text-decoration: none;
}
.account-control li .btn:hover .fa{color: #333;}
.account-control li .btn-default:hover .fa{color: #fff;}
/*pagination control*/
.pagination-control{padding: 20px 30px;}
.pagination-control .btn-link{padding: 12px 0;}
/*! 2.6 Page Rent a car */
/* rent carousel */
.rent-carousel .item{
padding: 30px 0;
background: #b1f2eb;
}
.rent-carousel .item.second{background: #b8cfdb;}
.rent-carousel .item.third{background: #c9c668;}
/*slide item content*/
.rent-carousel .item .car-desc h1{
font-size: 48px;
line-height: 54px;
font-weight: 900;
padding-right: 70px;
margin: 0 0 15px;
}
.rent-carousel .item .car-desc h1 span{color: #c95555;}
.rent-carousel .item .car-desc .spects{
color: #666;
padding-right: 30px;
display: block;
line-height: 24px;
margin-bottom: 13px;
}
.item .car-desc .rating{color: #c95555;}
/*item car*/
.rent-carousel .item img{
position: absolute;
bottom: 30px;
animation-delay: .2s;
}
/*slider thumbnails*/
.rent-carousel .carousel-indicators {
position: relative;
width: 100%;
left: 0;
bottom: 0;
margin: 0 -15px;
display: flex;
justify-content: center;
padding: 30px 0;
}
.rent-carousel .carousel-indicators li.bg-white{background-color: #fff;}
.rent-carousel .carousel-indicators li.active{box-shadow: 0 0 0 2px #438cca inset;}
.rent-carousel .carousel-indicators .thumbnail{
width: 270px;
height: 250px;
text-indent: 0;
padding: 30px 30px 25px;
border-color: #f2f3f4;
overflow: hidden;
margin: 0 15px;
transition: all .2s ease-in;
}
.rent-carousel .carousel-indicators .thumbnail > img{
max-height: 110px;
object-fit: cover;
margin-bottom: 40px;
}
.rent-carousel .carousel-indicators .thumbnail h4{
margin-top: 0;
margin-bottom: 15px;
}
.rent-carousel .carousel-indicators .thumbnail h4 span{color: #ccc;}
.rent-carousel .carousel-indicators .thumbnail .car-spec b{
color: #c95555;
font-family: "Montserrat", sans-serif;
}
/*slider progress bar*/
.progress-bar-bg{background: #ccc;}
.transition-timer-carousel-progress-bar{
background: #c95555;
height: 3px;
}
/* rent pricing table */
.rent-pricing-table{
margin-bottom: 0;
color: #666;
line-height: 24px;
}
.rent-pricing-table h4{margin: 0;}
.rent-pricing-table thead>tr>th{
border-bottom: 1px solid #e5e7ea;
padding: 19px 20px;
color: #333;
font-family: "Montserrat", sans-serif;
}
.rent-pricing-table tbody>tr>td{
border-top: none;
padding: 16px 20px;
}
.rent-pricing-table tbody>tr:first-of-type td{padding-top: 19px;}
.rent-pricing-table tbody>tr:last-of-type td{padding-bottom: 19px;}
.rent-pricing-table tbody>tr td:last-of-type{
font-family: "Montserrat", sans-serif;
font-weight: bold;
font-size: 18px;
}
.rent-pricing-table a{text-decoration: underline;}
.rent-pricing-table .price{
font-family: "Montserrat", sans-serif;
font-size: 18px;
color: #c95555;
font-weight: bold;
}
.rent-pricing-table .price small{
color: #ccc;
font-size: 14px;
}
.rent-pricing-table .text-info{color: #ccc;}
.rent-pricing-table .text-success{color: #74ca95;}
/*! 2.7 Dealer Page */
section.dealer-info{
position: relative;
height: 100vh;
background-size: cover;
background-position: center;
background-attachment: fixed;
display: flex;
justify-content: center;
align-items: flex-end;
}
.dealer-info-wrapp{
padding: 28px 30px 27px;
transform: translateY(200px);
}
.dealer-info-wrapp .heading {
margin: 0 0 30px;
border-bottom: 1px solid #e5e7ea;
padding-bottom: 15px;
}
/*map*/
.dealer-info-wrapp #cd-map{
height: 230px;
margin-bottom: 18px;
}
/*contact form*/
.dealer-info-wrapp .cd-form-wrapp .heading{
padding: 0;
margin: 0 0 12px 0;
border: none;
}
.dealer-info-wrapp .cd-form-wrapp p{
font-size: 16px;
margin: 0;
}
.dealer-info-wrapp .cd-form-wrapp .contact-form{margin: 20px 0 0 0;}
.dealer-info-wrapp .contact-form .inputs-side{padding-left: 0;}
.dealer-info-wrapp .contact-form .control-side{padding-right: 0;}
.dealer-info-wrapp .contact-form .form-group{margin-bottom: 29px;}
.dealer-info-wrapp .contact-form textarea.form-control{
height: 175px;
resize: none;
padding: 15px 20px;
line-height: 27px;
color: #666;
}
.dealer-info-wrapp .contact-form .inputs-side .form-group:last-of-type{margin-bottom: 0;}
.dealer-info-wrapp .contact-form button[type="submit"]{
width: 100%;
text-align: left;
height: 40px;
padding: 6px 20px;
}
.dealer-info-wrapp .contact-form button[type="submit"] .fa{float: right;}
/* dealers offers */
.dealer-offers{padding-top: 230px;}
/* dealer sidebar */
.dealer-sidebar .cd-widget{padding-bottom: 1px;}
.dealer-sidebar .cd-widget-content{
padding-top: 29px;
padding-bottom: 1px;
}
.dealer-sidebar .cd-widget-content .form-group{margin-bottom: 29px;}
/*range*/
.dealer-sidebar .cd-widget-content .custom-range{
color: #666;
margin-bottom: 21px;
}
.dealer-sidebar .cd-widget-content .custom-range .ui-slider{
position: absolute;
left: 75px;
max-width: 150px;
width: 100%;
}
.dealer-sidebar .select2 .select2-selection{
min-height: 40px;
height: auto;
padding: 0 10px;
}
.dealer-sidebar .select2 .select2-selection__rendered{margin-top: 7px;}
/*sidebar testimonials*/
.side-testimonials .item{
padding: 30px 20px 9px;
}
.side-testimonials .testimonial{
padding: 14px 15px;
margin-bottom: 20px;
font-family: "Nunito", sans-serif;
}
.side-testimonials .testimonial:before{
left: 50%;
top: auto;
bottom: -4px;
margin-left: -4.5px;
transform: rotate(-45deg);
background: #f6f8f9;
}
.side-testimonials .testimonial p{margin: 0;}
.side-testimonials .user{
flex-direction: column;
text-align: center;
}
.side-testimonials .user .img-circle{margin: 0 auto 18px;}
.side-testimonials .user a{text-decoration: underline;}
.side-testimonials .owl-dots{
line-height: 1;
text-align: center;
margin-bottom: 27px;
}
.side-testimonials .owl-dot{
width: 9px;
height: 9px;
border: 1px solid #ccc;
border-radius: 50%;
display: inline-block;
margin: 0 2px;
transition: all .2s ease-in;
}
.side-testimonials .owl-dot.active{background: #ccc;}
/*body style modal*/
.dealer-sidebar .cd-widget-content button[data-toggle="modal"]{
font-size: 14px;
color: #3399cc;
text-decoration: underline;
padding: 0;
}
.body-style-modal .modal-dialog{width: 632px;}
.body-style-modal .modal-header{
border: none;
padding: 29px 30px 0;
}
.body-style-modal .modal-header .modal-title{
padding-bottom: 18px;
border-bottom: 1px solid #e5e7ea;
}
.body-style-modal .modal-header button.close{
font-size: 14px;
text-decoration: underline;
opacity: .8;
color: #3399cc;
outline: none;
}
.body-style-modal .body-select{
padding: 30px;
margin: 0 -15px;
}
.body-style-modal .body-select .custom-checkbox{
width: 170px;
margin: 0 15px 30px;
text-align: center;
}
.body-style-modal .btn{
width: calc(100% - 30px);
height: 40px;
margin: 0 auto;
display: block;
}
/*! 2.8 Sales and reports */
.reports-content{
padding: 30px;
}
.reports-content .reports-numbers{margin-bottom: 0;}
.reports-content .reports-numbers li{padding: 0 15px;}
.reports-numbers .info{
padding: 20px 25px;
line-height: 27px;
}
.reports-numbers .info h1{
margin: 0;
font-size: 48px;
}
.reports-numbers .info .icon{
float: right;
color: #d3d5da;
font-size: 30px;
margin-top: -10px;
}
/* charts styling */
.reports-diagrams{
padding: 0 30px;
}
.reports-diagrams .nav-tabs{
border: none;
margin-bottom: 30px;
}
.reports-diagrams .nav-tabs>li>a{
border-radius: 4px;
border: none !important;
padding: 13px 18px;
text-decoration: underline;
}
.reports-diagrams .nav-tabs>li.active>a,
.reports-diagrams .nav-tabs>li.active>a:hover,
.reports-diagrams .nav-tabs>li.active>a:focus,
.reports-diagrams .nav-tabs>li>a:hover{
background: #f6f8f9;
color: #666;
text-decoration: none;
}
/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/
/*SECTION INTRO*/
.section-intro{margin-bottom: 21px;}
.section-intro h1{
margin-top: 55px;
margin-bottom: 5px;
}
/*SECTION INTRO UI kit*/
.section-intro.demo h3{margin: 0 0 10px;}
/*SELECT 2*/
.select2{
font-size: 14px;
color: #666;
font-weight: 400;
border-radius: 4px;
display: block
}
.select2 .select2-selection{
padding: 7px 10px;
height: 40px;
background-color: #f6f8f9;
border-radius: 4px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
border: none;
overflow: hidden;
overflow-x: auto;
outline: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{width: 330px;}
/*changing the default select arrow*/
.select2-selection__arrow .fa{
transform: rotate(0);
transition: all .2s ease-in-out;
}
.select2-container--open .select2-selection__arrow .fa,
.select2-container--open .select2-selection--multiple:after{transform: rotate(180deg);}
/*select 2 multiple arrow*/
.select2-selection--multiple:after{
content: "\f107";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
margin-top: -7px;
right: 10px;
transition: all .2s ease-in-out;
}
/*UI SLIDER RANGES*/
.custom-range p{margin: 0;}
.custom-range p label{margin-bottom: 20px;}
.custom-range p input{
border: none;
background: transparent;
width: 60px;
}
.custom-range .ui-slider{
width: calc(100% - 60px);
border: none;
border-radius: 0;
background: #d3d5da;
height: 2px;
margin-top: 12px;
}
.ui-slider-horizontal .ui-slider-range{background-color: #3399cc;}
.ui-slider-horizontal .ui-slider-handle{
width: 24px;
height: 24px;
border-radius: 24px;
background: #3399cc;
border: none;
top: -11px;
margin-left: -12px;
outline: none !important;
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.ui-slider-horizontal .ui-slider-handle:active{
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
background: #333;
}
/*SHORT IDEAS BLOCKS*/
.short-ideas.bg-white{padding-bottom: 60px;}
.cd-short-search{
position: relative;
height: 187px;
padding-top: 24px;
border-radius: 4px;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
transition: all .3s ease-in-out;
justify-content: space-between !important;
}
.cd-short-search .blk-link{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.cd-short-search h4{margin-bottom: 23px;}
.cd-short-search .btn{
width: 100%;
border-top: 1px solid #e5e7ea;
padding: 12px;
text-decoration: underline;
}
/*hover*/
.cd-short-search:hover{
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .15);
transform: translateY(-5px);
}
.cd-short-search:hover .btn{color: #333;}
/*blocks with bg grey*/
.cd-short-search.bg-grey:hover{background-color: #333;}
.cd-short-search.bg-grey:hover .heading,
.cd-short-search.bg-grey:hover .btn{color: #fff;}
/* CARS OFFERS (block view)*/
.cd-offer-blk{
position: relative;
height: 342px;
margin-bottom: 30px;
border: none;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
transition: all .3s ease-in-out;
cursor: pointer;
z-index: 9;
}
.cd-offer-lnk,
.rent-lnk{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.cd-offer-lnk{width: 270px;}
/*images*/
.cd-offer-img,
.cd-offer-img .img-responsive{
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.cd-offer-img .img-responsive{
width: 100%;
max-width: 268px;
height: 166px;
object-fit: cover;
margin: 0 auto;
}
/*sale icon*/
.sale-type1{
overflow: hidden;
position: absolute;
width: 100%;
height: 100%;
right: 0;
top: 0;
}
.cd-sale-info{
position: absolute;
top: 3px;
right: -30px;
color: #fff;
font-size: 10px;
letter-spacing: 1.1px;
display: inline-block;
background: green;
padding: 10px 15px;
line-height: 1;
text-align: center;
transform: rotate(35deg) translateZ(0);
width: 111px;
max-height: 30px;
z-index: 4;
box-shadow: 0 0px 5px 0px rgba(0,0,0, .2);
}
.cd-sale-info.shadow:after{
content: "";
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0, .2);
top: 1px;
left: 0;
z-index: -1;
}
/*meta*/
.cd-offer-meta{
position: relative;
padding: 14px 20px 36px;
transform: translateZ(0);
overflow: hidden;
}
.cd-offer-inline .cd-offer-meta{padding: 14px 20px 25px;}
.cd-offer-meta .heading{
margin-top: 0;
margin-bottom: 20px;
line-height: 27px;
transition: all .2s ease-in-out;
}
.cd-offer-meta .heading > a{
color: #333;
text-decoration: none;
}
.cd-offer-meta .heading .productYear{color: #cccccc}
.cd-offer-meta .btn{
position: absolute;
bottom: 20px;
transform: translateY(100px);
transition: transform .2s ease-in;
}
.cd-offer-meta .btn-default{
left: 20px;
/*width: 170px;*/
width: calc(100% - 40px);
display: flex;
justify-content: space-between;
text-align: left;
border: none;
padding: 13px 20px;
}
/*favorite icon*/
.cd-offer-meta .btn-danger{
right: 20px;
width: 40px;
height: 40px;
text-align: center;
padding: 12px 0;
border-radius: 30px;
background: #f6f8f9;
border: none;
color: #c95555;
z-index: 9;
transition-delay: 0s;
}
.cd-offer-meta .btn-danger .fa-heart{
position: absolute;
top: 50%;
left: 50%;
margin-top: -7px;
margin-left: -7px;
transform: scale(0);
transform-origin: bottom;
transition: transform .2s ease-in-out;
}
.cd-offer-meta .btn-danger.favorited .fa-heart{transform: scale(1);}
/*no favorite icon*/
.cd-offer-meta.nofav .btn-danger{display: none;}
.cd-offer-meta.nofav .btn-default{
width: auto;
right: 20px;
}
.cd-offer-meta .btn-default .fa{float: right;}
.cd-car-spec{
margin-bottom: 17px;
display: block;
}
.separator{
margin-top: 0;
margin-bottom: 19px;
border-top: 1px solid #edeff1;
}
.cd-offer-blk .separator{
transform: translateX(-20px);
width: calc(100% + 40px);
transition: all .2s ease-in-out;
/*margin-bottom: 0;*/
}
.cd-offer-meta .price{
margin-top: 0;
transition: all .1s ease-in-out;
}
.cd-price{color: #c95555;}
.cd-offer-meta .old-price,
.cd-price s{
color: #ccc;
text-decoration: line-through;
}
/*hover carousel*/
.cd-hover-gal{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
z-index: 2;
transition: opacity .2s ease-in-out;
}
.cd-hover-gal .owl-dots{
height: 3px;
background: #e5e7ea;
position: absolute;
bottom: 0;
width: 100%;
}
.cd-hover-gal .owl-dot{
position: relative;
padding: 0;
height: 3px;
margin: 0;
float: left;
}
.cd-hover-gal .owl-dot:before{
content: "";
position: absolute;
top: -168px;
height: 168px;
width: 100%;
left: 0;
z-index: 0;
}
.cd-hover-gal .owl-dot.active:hover{background: #c95555;}
.cd-hover-gal .view-more-span{
position: absolute;
top: 0;
left: 0;
color: #fff;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index:999;
}
/*hover*/
.cd-offer-blk:hover{box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);}
.cd-offer-blk:hover .cd-offer-meta .btn{transform: translateY(0);}
.cd-offer-blk:hover .cd-offer-meta .btn-danger{transition-delay: .1s}
.cd-offer-blk:hover .cd-offer-meta .btn-default .fa{
animation-name: slideInLeft;
animation-duration: 1.1s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.cd-offer-blk:hover .cd-offer-meta .price,
.cd-offer-blk:hover .cd-car-spec{opacity: 0;}
.cd-offer-blk:hover .separator{margin-top: -30px;}
.cd-offer-blk:hover .heading{
/*margin-top: 5px;*/
margin-top: 7px;
margin-bottom: 20px;
}
.cd-offer-blk:hover .cd-hover-gal{opacity: 1}
.cd-offer-meta .btn-danger:hover .fa-heart{transform: scale(1);}
.cd-offer-meta .btn-danger.favorited:hover .fa-heart{transform: scale(0);}
/* SOLD item */
.sold-item img{opacity: .2}
.sold-item .cd-hover-gal{display: none;}
.sold-item .cd-offer-meta .btn-default{
width: auto;
right: 20px;
}
/*tooltips*/
.cd-offer-meta .tooltip-inner{min-width: 165px;}
/*grey background*/
.cd-offer-blk.bg-grey{
box-shadow: none;
text-align: center;
}
.cd-offer-blk.bg-grey .cd-offer-img,
.cd-offer-blk.bg-grey .cd-hover-gal{padding: 10px 10px 0;}
.cd-offer-blk .cd-offer-img{
position: relative;
height: 50%;
max-height: 166px;
}
.cd-offer-blk.bg-grey .cd-offer-img img{
border-radius: 4px;
max-height: 150px;
}
.cd-offer-blk.bg-grey .cd-offer-img.overlayed1:after{display: none;}
.cd-offer-blk.bg-grey .cd-hover-gal .owl-dots{
width: auto;
left: 10px;
right: 10px;
bottom: -10px;
}
.cd-offer-blk.bg-grey .cd-offer-meta .btn-danger{
background: #fff;
color: #c95555;
}
.cd-offer-blk.bg-grey:hover .cd-offer-meta .heading{
margin-top: 13px;
margin-bottom: 13px;
}
.cd-offer-blk.bg-grey:hover .cd-offer-img > img{
opacity: 0;
transition: all .2s ease-in;
}
.cd-offer-blk.sold-item:hover .cd-offer-img > img{opacity: .2;}
/*blocks with no background small sale icon*/
.cd-offer-blk.no-bg{
box-shadow: none;
border-bottom: 1px solid #f6f8f9;
}
.cd-offer-blk.no-bg .cd-offer-meta{padding: 14px 0 35px;}
.cd-offer-blk.no-bg .cd-offer-meta .btn-default{
left: 0;
width: 210px;
}
.cd-offer-blk.no-bg img,
.cd-offer-blk.no-bg .overlayed1:after,
.cd-offer-blk.no-bg .owl-stage-outer{
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.cd-offer-blk.no-bg .cd-offer-meta.nofav .btn-default,
.cd-offer-blk.no-bg.sold-item .cd-offer-meta .btn-default{width: 100%;}
.cd-offer-blk.no-bg .cd-offer-meta .btn-danger{right: 0;}
.cd-offer-blk.no-bg .separator{border-color: #f6f8f9;}
.cd-sale-info.small{
top: 20px;
left: 0;
right: auto;
transform: rotate(0);
box-shadow: none;
padding: 10px;
width: 50px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
/*blocks with no background & bg on hover & sale icon type2*/
.cd-offer-blk.no-bg.hover:hover{background: #f6f8f9;}
.cd-offer-blk.no-bg.hover:hover .separator{border-color: #edeff1;}
.cd-offer-blk.no-bg.hover{text-align: center;}
.cd-offer-blk.no-bg.hover .cd-offer-img,
.cd-offer-blk.no-bg.hover .cd-hover-gal{padding: 10px 10px 0;}
.cd-hover-gal .owl-item.animated{animation-duration: 300ms;}
.cd-offer-blk.no-bg.hover img{height: 155px;}
.cd-offer-blk.no-bg.hover .overlayed1:after{display: none;}
.cd-offer-blk.no-bg.hover .heading{padding: 0 20px;}
.cd-offer-blk.no-bg.hover .cd-offer-meta .btn-default{
left: 20px;
width: 170px;
}
.cd-offer-blk.no-bg.hover .cd-offer-meta.nofav .btn-default,
.cd-offer-blk.no-bg.hover.sold-item .cd-offer-meta .btn-default{
width: auto;
right: 20px;
}
.cd-offer-blk.no-bg.hover .cd-offer-meta .btn-danger{right: 20px;}
.cd-offer-blk.no-bg.hover:hover .cd-offer-meta .btn-danger{background: #fff;}
.cd-offer-blk.no-bg.hover .cd-hover-gal .owl-dots{
bottom: -10px;
width: auto;
right: 10px;
left: 10px;
}
/*sale icon type 2*/
.sale-wrapper{
width: 108px;
height: 108px;
overflow: hidden;
position: absolute;
top: -6px;
right: -6px;
}
.sale-wrapper .cd-sale-info{
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
position: relative;
padding: 10px 0;
left: -4px;
top: 26px;
width: 145px;
box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, .7);
}
.sale-wrapper .cd-sale-info:before,
.sale-wrapper .cd-sale-info:after {
content: "";
position: absolute;
bottom: -4px;
border-top: 4px solid #c95555;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}
.sale-wrapper .cd-sale-info:before {
left: 0px;
top: 100%;
z-index: -1;
border-left: 4px solid #9d3a3a;
border-right: 4px solid transparent;
border-bottom: 4px solid transparent;
border-top: 4px solid #9d3a3a;
}
.sale-wrapper .cd-sale-info:after {
content: "";
position: absolute;
right: 2px;
top: 100%;
z-index: -1;
border-left: 4px solid transparent;
border-right: 4px solid #9d3a3a;
border-bottom: 4px solid transparent;
border-top: 4px solid #9d3a3a;
}
/*blocks with white bg & on hover no carousel & with border*/
.cd-offer-blk.bg-white.bordered{
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #f2f3f4;
}
.cd-offer-blk.bg-white.bordered .cd-hover-gal{
display: none;
opacity: 0;
}
.cd-offer-blk.bg-white.bordered .cd-offer-meta{text-align: center;}
.cd-offer-blk.bg-white.bordered .cd-offer-meta .heading{
padding: 0 15px;
margin: 0 auto 20px;
max-width: 200px;
}
/* CARS RENT OFFERS */
.cd-offer-blk.rating{height: 365px;}
.cd-offer-blk.rating .heading{margin-bottom: 11px;}
.cd-offer-blk.rating .rating-stars{margin-bottom: 15px;}
.cd-offer-blk.rent.rating .cd-car-spec{margin-bottom: 17px;}
.cd-offer-blk.rent.rating .cd-offer-meta{padding: 14px 20px 38px;}
.cd-offer-blk.rent .cd-car-spec{margin-bottom: 27px;}
.cd-offer-blk.rent .rent-time{
margin-top: 0;
color: #ccc;
transition: all .1s ease-in-out;
}
.cd-offer-blk.rent .price{color: #c95555;}
.cd-offer-blk.rent .price s{color: #ccc;}
.cd-offer-blk.rent .cd-offer-img{overflow: hidden;}
.cd-offer-blk.bordered .cd-offer-img{overflow: hidden;}
.cd-offer-blk .img-responsive{transition: transform .2s ease-in}
.cd-offer-blk.rent:hover .rent-time{opacity: 0;}
.cd-offer-blk.rent:hover .img-responsive{transform: scale(1.1);}
/* CARS OFFERS (inline view) */
.cd-offer-inline{
position: relative;
height: 165px;
margin-bottom: 30px;
overflow: hidden;
border-radius: 4px;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
transition: all .3s ease-in-out;
}
/*images*/
.cd-offer-inline .cd-offer-img{
width: 270px;
float: left;
margin-right: 20px;
}
.cd-offer-inline .cd-offer-img{border-top-right-radius: 0;}
.cd-offer-inline .cd-offer-img img{border-radius: 4px 0 0 4px;}
/*meta*/
.cd-offer-inline .cd-offer-meta .cd-price{margin-right: 20px;}
.cd-offer-inline .cd-offer-meta .heading{margin-bottom: 5px;}
.cd-offer-inline .cd-car-spec{margin-bottom: 21px;}
.cd-offer-inline .cd-offer-meta .separator{margin-bottom: 25px;}
.cd-offer-inline .cd-offer-meta .btn-default{
left: auto;
right: 20px;
width: 150px;
}
.cd-offer-inline .cd-offer-meta .btn-danger{right: 190px;}
/*carousel*/
.cd-offer-inline .cd-hover-gal .owl-dots{
left: 10px;
right: 10px;
bottom: 10px;
width: auto;
}
/*hover*/
.cd-offer-inline:hover{box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);}
.cd-offer-inline:hover .cd-offer-meta .btn{
transform: translateY(0);
opacity: 1;
}
.cd-offer-inline:hover .cd-offer-meta .btn-default .fa{
animation-name: slideInLeft;
animation-duration: 1.1s;
animation-iteration-count: infinite;
}
.cd-offer-inline:hover .heading{margin-bottom: 5px;}
.cd-offer-inline:hover .separator{margin-bottom: 30px;}
.cd-offer-inline:hover .cd-hover-gal{opacity: 1;}
/*grey bg*/
.cd-offer-inline.bg-grey{box-shadow: none;}
.cd-offer-inline.bg-grey:hover .cd-offer-meta .btn-danger:hover{color: #c95555;}
.cd-offer-inline.bg-grey:hover .cd-offer-meta .btn-default:hover{
background: #333;
color: #fff;
}
.cd-offer-inline.bg-grey .cd-offer-meta .btn-danger{background: #fff;}
/* CARS OFFERS halfs (inline view) */
.cd-offer-inline.half{height: 191px;}
.cd-offer-inline.half .cd-offer-img img{height: 170px;}
.cd-offer-inline.half .cd-offer-img{
margin-right: 0;
padding: 10px 0 10px 10px;
height: 100%;
}
.cd-offer-inline.half .cd-offer-inline .cd-offer-meta{padding: 14px 17px 25px;}
.cd-offer-inline.half .cd-price u{
color: #ccc;
text-decoration: line-through;
}
.cd-offer-inline.half .cd-sale-info{
position: static;
transform: rotate(0);
padding: 0;
width: auto;
box-shadow: none;
background: transparent;
color: #c95555;
font-size: 18px;
font-weight: 700;
font-family: "Montseratt", sans-serif;
}
.cd-offer-inline.half .overlayed1:after{display: none;}
.cd-offer-inline.half .cd-offer-meta .btn-danger{background: #fff;}
.cd-offer-inline.half .cd-hover-gal .owl-dots{
left: 20px;
right: 20px;
bottom: 20px;
}
.cd-offer-inline.half:hover .cd-offer-img{padding: 0;}
.cd-offer-inline.half:hover .cd-offer-img img{height: 191px;}
.cd-offer-inline.half:hover{
background: #f6f8f9;
color: #666;
}
.cd-offer-inline.half .cd-offer-meta .btn{right: 20px;}
.cd-offer-inline.half .cd-offer-meta .btn-default{
right: auto;
width: 200px;
}
.cd-offer-inline.half:hover .cd-car-spec{margin-bottom: 11px;}
.cd-offer-inline.half:hover .cd-offer-meta .heading > a{color: #666;}
.cd-offer-inline.half:hover .cd-price,
.cd-offer-inline.half:hover .cd-sale-info{opacity: 0;}
/* CARS OFFERS (short display) */
.cd-offer-short{
position: relative;
margin-bottom: 29px;
height: 70px;
overflow: hidden;
}
.cd-offer-short img{
width: 70px;
height: 40px;
object-fit: cover;
margin-right: 20px;
}
.cd-offer-short .heading{
margin-top: 0;
margin-bottom: 3px;
}
.cd-offer-short .heading a{
color: #333;
text-decoration: none;
}
.cd-offer-short .cd-car-spec{
margin-bottom: 22px;
transition: all .1s ease-in-out;
}
.cd-offer-short .separator{margin: 0;}
.cd-offer-short .btn-link{
position: absolute;
left: 0;
bottom: 28px;
padding: 0;
float: left;
margin-left: 90px;
text-align: center;
transform: translateY(100px);
z-index: 2;
}
.cd-offer-short .btn-danger{
border: none;
background: transparent;
position: absolute;
right: 65px;
bottom: 22px;
color: #c95555;
transform: translateY(100px);
transition: .1s ease-in-out .2s;
}
.cd-offer-short .btn-danger .fa-heart{
position: absolute;
left: 12px;
transform: scale(0);
transform-origin: bottom;
transition: transform .2s ease-in;
}
.cd-offer-short .btn-danger.favorited .fa-heart{transform: scale(1);}
.cd-offer-short.rent .rent-price{
position: absolute;
right: 0;
top: 0;
font-size: 18px;
color: #c95555;
font-family: "Montserrat", sans-serif;
font-weight: 700;
}
.cd-offer-short.rent .rent-price s{color: #ccc;}
/*hover*/
.cd-offer-short:hover .btn{transform: translateY(0);}
.cd-offer-short:hover .cd-car-spec{opacity: 0;}
.cd-offer-short .btn-danger:hover .fa-heart{transform: scale(1);}
.cd-offer-short .btn-danger.favorited:hover .fa-heart{transform: scale(0);}
/* CARS OFFERS (card view)*/
.cd-offer-blk.card{
position: relative;
height: 220px;
overflow: hidden;
box-shadow: none;
}
/*images*/
.cd-offer-blk.card .cd-offer-img .img-responsive{
height: 220px;
max-width: 100%;
}
/*meta*/
.cd-offer-blk.card .cd-offer-meta{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
transition: all .2s ease-in-out;
color: #fff;
}
.cd-offer-blk.card .heading{
font-size: 16px;
color: #fff;
margin-bottom: 7px;
font-weight: 400;
}
.cd-offer-blk.card .heading a{color: #fff;}
.cd-offer-blk.card .price{
font-size: 16px;
display: inline-block;
color: #fff !important;
}
.cd-offer-blk.card .old-price{font-weight: 400;}
.cd-offer-blk.card .cd-car-spec{
position: absolute;
bottom: 20px;
margin: 0;
transition: transform .3s ease-in-out;
transition-delay: .1s;
}
.cd-offer-blk.card .cd-hover-gal{transition-delay: .2s;}
.cd-offer-blk.card .cd-offer-img{
height: 100%;
max-height: 100%;
}
.cd-offer-img .btn-danger{
position: absolute;
top: 45%;
left: 50%;
margin-top: -15px;
margin-left: -15px;
width: 30px;
height: 30px;
background: #fff;
border-radius: 30px;
border: none;
text-align: center;
font-size: 13px;
color: #c95555;
padding: 9px 0;
z-index: 9;
transform: translateY(200px);
transition: transform .2s ease-in;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0, .15);
box-shadow: 0 0 5px 0 rgba(0,0,0, .15);
}
.cd-offer-img .btn-danger .fa-heart{
position: absolute;
left: 8px;
transform: scale(0);
transform-origin: bottom;
transition: transform .2s ease-in;
}
.cd-offer-img .btn-danger.favorited .fa-heart{transform: scale(1);}
.cd-offer-blk.card .cd-hover-gal .view-more-span{padding-top: 60px;}
/*hover*/
.cd-offer-blk.card:hover .heading,
.cd-offer-blk.card:hover .cd-car-spec{
transform: translateX(-100%);
transition-delay: .1s;
}
.cd-offer-blk.card:hover .price{
margin-bottom: 27px;
transform: translateX(-100px);
transition-delay: .1s;
}
.cd-offer-blk.card:hover .btn-danger{transform: translateY(0);}
.cd-offer-img .btn-danger:hover .fa-heart{transform: scale(1);}
.cd-offer-img .btn-danger.favorited:hover .fa-heart{transform: scale(0);}
/* CAR-ITEM GALLERY WITH THUMBNAILS & RENT-ITEM GALLERY WITH THUMBS*/
/*gallery*/
#cd-item-slider{margin-bottom: 11px;}
#cd-item-slider .carousel-inner{
margin-bottom: 30px;
cursor:move;
cursor:-webkit-grab;
cursor:-moz-grab;
cursor:grab;
}
#cd-item-slider .carousel-inner:active,
.rent-item-carousel:active {
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#cd-item-slider .item{
width: 100%;
height: 500px;
background-size: cover;
background-position: center;
}
#cd-item-slider .item > img{
width: 100%;
height: auto;
object-fit: cover
}
#cd-item-slider .carousel-control{ background: none; }
/*thumbnails/indicators*/
#cd-item-slider .carousel-indicators{
position: relative;
bottom: 0;
left: 0;
margin: 0;
width: calc(100% + 20px);
}
#cd-item-slider .carousel-indicators .thumbnail{
position: relative;
width: 138px;
height: 90px;
background-size: cover;
background-position: center;
border: none;
border-radius: 4px;
float: left;
margin: 0 20px 20px 0 !important;
overflow: hidden;
transition: all .3s ease-in;
}
#cd-item-slider .carousel-indicators .active{margin: 0 20px 20px 0 !important;}
#cd-item-slider .carousel-indicators .thumbnail:hover,
#cd-item-slider .carousel-indicators .thumbnail.active{box-shadow: 0 0 0 4px #438cca inset;}
/* RENT CAROUSEL ADDONS */
.rent-item-carousel {
margin-bottom: 20px;
cursor:move;
cursor:-webkit-grab;
cursor:-moz-grab;
cursor:grab;
overflow: hidden;
}
/*thumbs*/
.rent-item-thumbs{
margin-bottom: 30px;
}
.rent-item-thumbs .slick-list{margin: 0 -10px;}
.rent-item-thumbs .slick-list:before,
.rent-item-thumbs .slick-list:after{
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 11px;
background: #f6f8f9;
z-index: 2;
}
.rent-item-thumbs .slick-list:before{left: 0;}
.rent-item-thumbs .slick-list:after{right: 0;}
.rent-item-thumbs .slick-item.thumbnail{
cursor: pointer;
border-radius: 4px;
margin-right: 20px;
overflow: hidden;
width: 138px !important;
height: 90px !important;
outline: none;
margin: 0 10px;
}
.rent-item-thumbs .slick-item.thumbnail img{
width: 100%;
height: 100%;
object-fit: cover;
}
.rent-item-thumbs .slick-arrow{
position: absolute;
right: 0;
top: 0;
background: #fff;
color: #438cca;
text-decoration: underline;
width: 138px;
height: 90px;
border-radius: 4px;
border: none;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
outline: none;
}
.rent-item-thumbs .slick-arrow:hover{color: #333;}
/* MAP PINs & INFOBOX THUMBNAILS */
.marker-holder{
position: relative;
width: 100%;
height: 100%;
}
.marker-content{
width: 100%;
height: 100%;
}
.marker-listing-image{
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
border-radius: 4px;
}
.marker-listing-title a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* NAVIGATION FIXED BOTOM */
.navbar-fixed-bottom{
padding: 20px 0;
transform: translateZ(0);
backface-visibility: hidden;
border: none;
}
/*selected tags*/
.selected-tags{
margin-left: 0;
margin-bottom: 20px;
width: 100%;
float: left;
border-bottom: 1px solid #e5e7ea;
padding-bottom: 20px;
}
.selected-tags .tag{
float: left;
color: #333;
line-height: 27px;
background: #e5e7ea;
border-radius: 4px;
padding: 0 8px;
margin-right: 20px;
font-weight: bold;
font-family: "Montserrat", sans-serif;
}
.selected-tags .tag button.close{
font-size: 14px;
color: #438cca;
opacity: 1;
text-shadow: none;
line-height: 27px;
margin-left: 8px;
}
/*controls*/
.navbar-fixed-bottom .form-group{margin-bottom: 0;}
.navbar-fixed-bottom .btn-link{
text-decoration: underline;
padding: 12px 0;
margin-left: 18px;
}
.navbar-fixed-bottom .btn-default{
padding: 12px 18px;
margin-left: 18px;
}
.navbar-fixed-bottom .btn-default .fa{margin-left: 5px;}
/* SEARCH bar bottom */
.bottom-search{
padding: 29px 0 0;
border-bottom: 1px solid #f2f2f2;
}
.bottom-search a.pull-right{
line-height: 1;
display: block;
margin-bottom: 15px;
text-decoration: underline;
}
.bottom-search .form-group{
min-height: 70px;
margin-bottom: 28px;
}
.bottom-search .btn-link{padding: 0 0 16px;}
.bottom-search.more-options .col-lg-3.hidden{display: block !important;}
/* /.SEARCH bar bottom */
/* TESTIMONIALS CAROUSEL */
/*user*/
.user{
display: flex;
justify-content: flex-start;
align-items: center;
}
.user .img-circle{
position: static;
border: 10px solid #fff;
box-shadow: 0 0 3px 0 rgba(0,0,0, .15);
width: 100px !important;
height: 100px;
margin-right: 20px;
}
.user h4{margin: 0 0 9px 0;}
.user span{display: block;}
/*testimonials*/
.testimonial {
position: relative;
color: #666;
line-height: 1.714em;
padding: 24px 30px;
box-shadow: 0 0 3px 0 rgba(0,0,0, .15) ;
font-family: "Montserrat", sans-serif;
}
.testimonial .rating{color: #c95555;}
.testimonial ul{color: #c95555;}
.testimonial p{margin-bottom: 0;}
.testimonial p:first-of-type{margin-bottom: 17px;}
.testimonial:before{
content: "";
position: absolute;
top: 30px;
left: -4.5px;
width: 9px;
height: 9px;
background: #fff;
transform: rotate(45deg);
box-shadow: -1px 1px 1px 0 rgba(0,0,0,.15);
}
/*controls*/
.testimonials-carousel{padding-top: 40px;}
.testimonials-carousel .owl-item{padding: 2px 0;}
.testimonials-carousel .owl-dots{
position: absolute;
top: 0;
left: 0;
text-align: center;
width: 100%;
line-height: 1;
}
.testimonials-carousel .owl-dots .owl-dot{
position: relative;
width: 10px;
height: 10px;
border-radius: 50%;
box-shadow: 0 0 0 2px #999;
background: #fff;
display: inline-block;
margin: 0 5px;
}
.testimonials-carousel .owl-dots .owl-dot:after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #999;
border-radius: 50%;
transform: scale(0);
transform-origin: center;
transition: transform .3s ease-in;
}
.testimonials-carousel .owl-dots .owl-dot.active:after{transform: scale(1);}
/* TESTIMONIALS CAROUSEL (center content)*/
.testimonials-carousel.center-testimonials .testimonial{
margin-bottom: 30px;
box-shadow: none;
}
.testimonials-carousel.center-testimonials .testimonial:before{
top: auto;
left: 50%;
margin-left: -4.5px;
bottom: -6px;
box-shadow: none;
background: #f6f8f9;
}
.testimonials-carousel.center-testimonials .user{flex-direction: column;}
.testimonials-carousel.center-testimonials .user .img-circle{margin: 0 auto 25px;}
.testimonials-carousel.center-testimonials .user-info a{text-decoration: underline;}
/* WHY US (benefits) */
.benefits{padding-bottom: 30px;}
.bennefit-blk{
position: relative;
padding: 30px 20px 21px;
line-height: 27px;
transition: box-shadow .3s ease-in;
}
.bennefit-blk .icon{
display: block;
font-size: 36px;
color: #d3d5da;
padding-top: 50px;
background-image: url("../images/icon-bg.png");
background-size: 0;
background-position: top;
background-repeat: no-repeat;
}
.bennefit-blk h4{margin-top: 15px;}
.bennefit-blk p{margin-bottom: 0;}
.benefits.visible .bennefit-blk .icon,
.bennefit-blk:hover .icon{
animation-name: animateBg;
animation-duration: .3s;
animation-iteration-count: 1;
animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
}
/* OVERVIEW */
.count-blk{margin-bottom: 23px;}
.count-blk .count{
margin-top: 0;
padding-top: 54px;
background-image: url(../images/icon-bg.png);
background-size: 0;
background-position: top;
background-repeat: no-repeat;
}
.count-blk a{text-decoration: underline;}
.count-blk.visible .count,
.count-blk:hover .count{
animation-name: animateBg;
animation-duration: .3s;
animation-iteration-count: 1;
animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
}
/* FAQ SECTION */
.faq-list{
margin: 0;
border-bottom: 1px solid #f2f3f4;
padding-bottom: 5px;
}
.faq-list .panel{
border-radius: 0;
border: none;
border-top: 1px solid #f2f3f4;
box-shadow: none;
}
/*titles*/
.faq-list .panel-default>.panel-heading{
background: transparent;
border: none;
padding: 19px 0 12px;
}
.faq-list .panel-title{font-size: 18px;}
.faq-list .panel-title a small{
font-size: 14px;
text-decoration: underline;
color: #438cca;
}
.faq-list .panel-title:hover a small{color: #333;}
.faq-list .panel-title a{
display: block;
position: relative;
overflow: hidden;
}
.faq-list .panel-title a span.pull-left{max-width: 85%;}
.faq-list .panel-title a small.show{
position: absolute;
right: 0;
opacity: 0;
}
.faq-list .panel-title a.collapsed small,
.faq-list .panel-title a small.show{opacity: 0;}
.faq-list .panel-title a.collapsed small.show{opacity: 1}
/*content*/
.faq-list .panel-default>.panel-heading+.panel-collapse>.panel-body{
border-top: none;
padding: 0 0 6px 0;
line-height: 27px;
}
.faq-list .panel-body p{margin-bottom: 13px;}
.faq-list .panel-body p:last-child{margin-bottom: 0;}
/* SUBSCRIBE SECTION */
section.subscribe{position: relative;}
.form-wrapp{
border-top: 1px solid #f2f3f4;
border-bottom: 1px solid #f2f3f4;
padding: 25px 0 30px;
}
.form-wrapp > h4{
margin-top: 0;
margin-bottom: 10px;
}
.subscribe-form{
margin-top: 19px;
}
.subscribe-form .form-group{margin: 0;}
.form-control.aero,
.subscribe-form .form-group .form-control{
box-shadow: none;
border: none
}
.subscribe-form .form-group button[type="submit"]{
margin-top: 33px;
text-align: left;
line-height: 1;
}
.subscribe-form .form-group button[type="submit"] .fa{float: right;}
.aside-bg{
position: absolute;
right: 0;
width: 25%;
height: 310px;
background-size: cover;
background-position: left;
bottom: 60px;
}
/* FOOTER */
/*footer inverse*/
footer{
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding-top: 58px;
color: #fff;
}
/*footer widgets*/
.footer-widget{margin-bottom: 30px;}
.footer-widget .heading{
margin-top: 0;
margin-bottom: 27px;
color: #fff;
}
.footer-widget .heading a{color: #fff;}
.footer-widget .cd-offer-short{
border-top: 1px solid #4d4d4d;
padding-top: 30px;
height: 72px;
}
footer.bg-grey .footer-widget .cd-offer-short,
footer.bg-grey .footer-widget address,
footer.bg-grey .footer-widget .phone-nrs,
footer.bg-grey .footer-widget .subscribe-form{border-color: #edeff1; }
.footer-widget .cd-offer-short .heading{margin-bottom: 3px;}
.footer-widget .cd-offer-short .btn-link,
.footer-widget .cd-offer-short .btn-danger{
bottom: 0;
color: #fff;
padding: 0;
}
.footer-widget .cd-offer-short .btn-danger .fa-heart{
left: 0;
top: 0;
}
.footer-widget .btn[type="submit"]{
width: 100%;
height: 40px;
text-align: left;
padding: 6px 20px;
}
.footer-widget .btn[type="submit"] .fa{float: right;}
.footer-widget .btn[type="submit"]:hover{
color: #438cca;
background-color: #fff;
}
.footer-widget p{
margin-top: -6px;
line-height: 24px;
margin-bottom: 22px;
padding-right: 15px;
}
.footer-widget p.text-info{color: #999;}
.footer-widget address{
border-top: 1px solid #4d4d4d;
padding-top: 24px;
margin-bottom: 23px;
color: #ccc;
line-height: 24px;
}
.footer-widget .phone-nrs{
line-height: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #4d4d4d;
margin: 0 0 30px 0;
color: #ccc;
}
.footer-widget .phone-nrs a{color: #fff;}
.footer-widget .phone-nrs a span{color: #ccc;}
.footer-widget .socials{
margin: 0;
line-height: 1;
}
.footer-widget .socials li{
padding: 0;
margin-right: 15px;
}
.footer-widget .socials li a{
color: #fff;
opacity: .7;
}
.footer-widget .socials li a:hover{opacity: 1;}
/* footer subscribe */
.footer-widget .subscribe-form{
border-top: 1px solid #4d4d4d;
border-bottom: 1px solid #4d4d4d;
padding-top: 29px;
padding-bottom: 30px;
margin-bottom: 24px;
}
.footer-widget .subscribe-form label{color: #fff;}
.footer-widget .subscribe-form .form-group{margin-bottom: 30px;}
.footer-widget .subscribe-form .form-control {background: #666;}
footer.bg-inverse .footer-widget .subscribe-form .form-control{color: #ccc;}
/* .footer useful links*/
.footer-widget ul li>a{
color: #ccc;
text-decoration: underline;
transition: all .2s ease-in;
}
.footer-widget>ul li>a:hover{color: #fff;}
.footer-widget>ul{
margin: 0;
margin-top: -7px;
line-height: 30px;
}
/* COPYRIGHT */
.copyright {
padding: 17px 0;
color: #ccc;
}
.copyright a{
color: #ccc;
text-decoration: underline;
transition: all .2s ease-in;
}
.copyright a:hover{color: #fff;}
/* footer grey bg */
footer.bg-grey .footer-widget .heading,
footer.bg-grey .footer-widget .subscribe-form label,
footer.bg-grey .footer-widget .heading a{color: #333;}
footer.bg-grey .footer-widget p,
footer.bg-grey .cd-offer-short .cd-car-spec,
footer.bg-grey .footer-widget address,
footer.bg-grey .footer-widget .phone-nrs,
footer.bg-grey .footer-widget .phone-nrs a{color: #666;}
footer.bg-grey .footer-widget .socials li a,
footer.bg-grey .footer-widget ul li>a,
footer.bg-grey .footer-widget .cd-offer-short .btn-link,
.copyright.bg-white a{
color: #438cca;
opacity: 1;
}
footer.bg-grey .footer-widget .subscribe-form .form-control{background-color: #fff;}
footer.bg-grey .footer-widget p.text-info{color: #999;}
footer.bg-grey .footer-widget .cd-offer-short .btn-danger{color: #c95555;}
footer.bg-grey .footer-widget .socials li a:hover,
footer.bg-grey .footer-widget ul li>a:hover,
.copyright.bg-white a:hover{color: #333;}
footer.bg-grey .footer-widget .btn[type="submit"]:hover{
background: #333;
color: #fff;
}
/* demo footer for ui-kit */
footer.demo-footer{position: static;}
.aside-blk.demo ul,
.aside-blk.demo ol{line-height: 30px;}
blockquote p{
font-family: "Montserrat", sans-serif;
color: #333;
}
/* RENT BLOCKS */
/* rent block default */
.rent-blk-rows{
animation-delay: .2s;
border-radius: 4px;
margin-bottom: 30px;
}
.blk-intro{
padding: 17px 30px;
border-bottom: 1px solid #e5e7ea;
line-height: 1;
}
.blk-intro h4{margin: 0;}
.blk-intro .rent-price{
color: #c95555;
font-weight: 700;
font-size: 18px;
font-family: "Montserrat", sans-serif;
}
.blk-intro .rent-price s,
.blk-intro .rent-price small{color: #ccc;}
.blk-intro .rent-price small{font-size: 14px;}
.rent-blk-rows .blk-content{padding: 30px;}
.rent-blk-rows .customLoc{
margin-top: 30px;
display: none;
}
.rent-blk-rows .btn-link{
padding: 0;
text-decoration: underline;
margin-top: 20px;
margin-bottom: 13px;
}
.rent-blk-rows .btn-default{
width: 100%;
padding: 13px 20px;
text-align: left
}
.rent-blk-rows .btn-default .fa{float: right;}
/*date time pickers*/
.form-group.input-append{
position: relative;
margin-bottom: 29px;
}
.form-group.input-append input{
height: 40px;
padding: 6px 15px;
max-width: 140px;
background-color: #f6f8f9;
border-radius: 4px;
border: none;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
}
/*.rent-blk-rows .form-group.input-append{max-width: 157px;}*/
.rent-blk-rows .form-group.input-append.timepick .icon{right: 30px;}
.form-group.input-append .icon{
position: absolute;
right: 30px;
bottom: 5px;
}
/* rent block with image */
.rent-blk-rows .carView{margin-bottom: 23px;}
.rent-blk-rows .carView h4{
margin-top: 25px;
margin-bottom: 8px;
}
.rent-blk-rows .carView h4 span{color: #ccc;}
.rent-blk-rows .carView .rent-price{
font-family: "Montserrat", sans-serif;
font-weight: bold;
color: #ccc;
}
.rent-blk-rows .carView .rent-price b{
font-size: 18px;
color: #c95555;
}
/* rent block with total price */
.rent-blk-rows .total{
font-family: "Montserrat", sans-serif;
margin-bottom: 24px;
line-height: 1;
}
.rent-blk-rows .total h4{
margin: 0;
color: #c95555;
}
.rent-blk-rows .total h4 s{color: #ccc;}
/* rent block with slider images */
.rent-blk-rows .thumb-slide .item > img{
position: static;
width: 100%;
height: 160px;
}
.rent-blk-rows .thumb-slide .carousel-control{
bottom: auto;
width: auto;
font-size: 14px;
color: #438cca;
background: transparent;
text-shadow: none;
text-decoration: underline;
opacity: 1;
transform: translateY(-70px);
}
.rent-blk-rows .thumb-slide .carousel-control.left{
left: auto;
right: 60px;
}
.rent-blk-rows .thumb-slide .carousel-control:hover{color: #333;}
/* rent blocks with rating */
.blk-content.favorite .img-responsive{
width: 100%;
max-height: 165px;
object-fit: contain;
}
.blk-content.favorite .carView{margin-bottom: 10px;}
.blk-content.favorite .carView h4{margin-top: 0;}
.blk-content.favorite .carView img{margin-bottom: 25px;}
.blk-content.favorite .favorite-stars{position: relative;}
.blk-content.favorite .favorite-stars:after{
content: "";
position: absolute;
top: 12px;
left: 0;
width: 100%;
height: 1px;
background: #e5e7ea;
}
.blk-content.favorite .favorite-stars .stars{
position: relative;
padding: 0 10px;
background: #fff;
color: #c95555;
display: inline-block;
z-index: 1;
}
.blk-content.favorite .cd-car-spec{
margin: 10px 0 0 0;
padding: 0 0 21px;
border-bottom: 1px solid #e5e7ea;
}
.blk-content.favorite .request,
.blk-content.request .request{
padding: 23px 0 14px;
font-family: "Montserrat", sans-serif;
color: #ccc;
}
.blk-content.favorite .request p,
.blk-content.request .request p{
margin-left: 0;
color: #333;
}
/* rent block with image preview & requests */
.blk-content.request .carView img{
max-height: 200px;
width: 100%;
object-fit: cover;
margin-bottom: 25px;
}
.blk-content.request .carView h4{margin-top: 0;}
.blk-content.request .cd-car-spec{
margin-top: 18px;
margin-bottom: 0;
padding: 24px 0 21px;
border-bottom: 1px solid #e5e7ea;
border-top: 1px solid #e5e7ea;
}
/* small rent blocks */
.small-rent.thumbnail{
position: relative;
text-indent: 0;
padding: 30px 30px 28px;
width: 100%;
max-width: 270px;
height: 250px;
border: 1px solid #f2f3f4;
overflow: hidden;
transition: all .2s ease-in;
text-align: center;
margin: 0 0 30px;
}
.small-rent.thumbnail > img{
height: 104px;
object-fit: cover;
margin-bottom: 40px;
transition: all .2s ease-in-out;
}
.small-rent.thumbnail h4{
margin-top: 0;
margin-bottom: 15px;
}
.small-rent.thumbnail h4 span{color: #ccc;}
.small-rent.thumbnail .car-spec b{
color: #c95555;
font-family: "Montserrat", sans-serif;
}
.small-rent.thumbnail .btn{
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
height: 40px;
padding: 12px 20px;
text-align: left;
transform: translateY(100px);
transition: all .2s ease-in;
z-index: 1;
}
.small-rent.thumbnail .btn .fa{float: right;}
.small-rent.thumbnail:hover > img{transform: scale(1.1);}
.small-rent.thumbnail:hover h4,
.small-rent.thumbnail:hover .car-spec{
opacity: 0;
transition: all .2s ease-in;
}
.small-rent.thumbnail:hover .btn{transform: translateY(0);}
.small-rent.thumbnail .btn:hover{background: #333;}
/* DEALERS BLOCKS */
.dealer-card{
position: relative;
overflow: hidden;
height: 290px;
padding-bottom: 21px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
max-width: 320px;
margin: 0 auto 30px;
}
.dealer-card > img{
max-height: 155px;
width: 100%;
margin-bottom: 15px;
object-fit: cover;
}
.dealer-card h4{
margin: 0;
line-height: 27px;
padding: 0 20px;
}
.dealer-card h4 a{text-decoration: underline;}
.dealer-card span u{
color: #c95555;
text-decoration: none;
}
.dealer-card:hover{box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);}
/* PRICING PLANS BLOCKS */
.price-blk{
min-height: 610px;
margin-bottom: 30px;
}
.price-blk .blk-intro{padding: 17px 20px;}
.price-blk .blk-content{
position: relative;
padding: 30px 29px;
overflow: hidden;
}
.price-blk .blk-content span.label{
position: absolute;
top: 3px;
right: -30px;
color: #fff;
font-size: 10px;
letter-spacing: 1.1px;
display: inline-block;
background: #c95555;
padding: 10px 15px;
line-height: 1;
text-align: center;
transform: rotate(35deg) translateZ(0);
width: 111px;
max-height: 30px;
z-index: 4;
box-shadow: 0 0px 5px 0px rgba(0,0,0, .2);
}
.price-desc{padding: 0 45px;}
.price-desc .icon{
display: block;
font-size: 36px;
color: #d3d5da;
background: url("../images/icon-bg.png") no-repeat top;
background-size: 130px;
padding-top: 50px;
margin-bottom: 15px;
}
.price-desc h4{margin-top: 0;}
.price-content{
margin: 24px 0 29px;
border-top: 1px solid #e5e7ea;
border-bottom: 1px solid #e5e7ea;
padding: 20px 0 19px;
}
.price-content li{
position: relative;
line-height: 30px;
}
.price-content li:before{
content: "\f00c";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #ccc;
margin-right: 5px;
}
.price-blk .form-group{margin-bottom: 30px;}
.price-blk .form-group .select2 .select2-selection{box-shadow: none;}
.price-blk button[type="submit"]{
width: 100%;
height: 40px;
text-align: left;
padding: 6px 20px;
}
/* CATEGORIES MINI BLOCKS */
.cat-blk-link{
position: relative;
width: 100%;
height: 110px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 26px;
text-decoration: underline;
color: #438cca;
font-family: "Montserrat", sans-serif;
}
.cat-blk-link .st0{fill: #ccc;}
.cat-blk-link > a{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.cat-blk-link:hover{
color: #fff;
background: #333;
transition: background .3s ease-in;
}
/*miniblocks with checkbox*/
.custom-selector{
max-width: 170px;
height: 140px;
color: #333;
font-family: "Montserrat", sans-serif;
margin-bottom: 30px;
}
.custom-selector label{
margin: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
padding: 28px 25px 20px;
}
.custom-selector label > svg{height: 35px;}
.custom-selector label .st0{fill: #ccc;}
.custom-selector.custom-checkbox .cr{
display: block;
float: none;
margin: 10px auto 0;
}
/* RESOURCES BLOCKS */
.resource-blk{
position: relative;
overflow: hidden;
height: 370px;
background-color: #f6f8f9;
margin-bottom: 30px;
}
.resource-blk .content{
position: relative;
padding: 30px 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 100%;
height: 100%;
z-index: 1;
transition: all .2s ease-in-out;
}
.resource-blk .content .svg-icon {
fill: #d3d5da;
height: 34px;
}
.resource-blk .content .heading,
.resource-blk .content p{
line-height: 27px;
margin: 0;
transition: all .1s ease-in-out;
}
.resource-blk .content .btn-info{
width: 100%;
transition: all .2s ease-in;
}
.resource-blk .content .btn-info .fa{
display: none;
float: right;
line-height: 1.9;
}
.resource-blk .img-responsive{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
transition: opacity .2s ease-in-out;
}
.resource-blk:hover .img-responsive{opacity: 1;}
.resource-blk:hover .content{
background: rgba(0, 0, 0, 0.5);
color: #fff;
}
.resource-blk:hover .content .svg-icon{fill: #fff;}
.resource-blk:hover .content .heading{color: #fff;}
.resource-blk:hover .content .btn-info{
text-align: left;
background: #ffffff;
}
.resource-blk .content:hover .btn-info .fa{display: block;}
.resource-blk .content .btn-info:hover{
background: #fff !important;
color: #438cca !important;
}
/* LOGIN & REFISTER FORMS */
.login-form-wrapp .heading{
border-bottom: 1px solid #e5e7ea;
padding: 18px 30px;
}
.login-form-wrapp .heading h4{margin: 0;}
.login-form-wrapp .heading h4.pull-right{color: #d3d5da;}
.login-form-wrapp .content{
padding: 28px 30px 0;
color: #666;
}
.login-form-wrapp .content a{text-decoration: underline;}
.login-form-wrapp .form-group{margin-bottom: 28px;}
.login-form-wrapp .form-group .form-control,
.login-form-wrapp .custom-checkbox .cr{
box-shadow: none;
border: none;
}
.login-form-wrapp .form-group .custom-checkbox label,
.login-form-wrapp .form-group p{
margin-bottom: 0;
line-height: 20px;
}
.login-form-wrapp .form-group .custom-checkbox label{
font-family: "Nunito", sans-serif;
color: #666;
}
.login-form-wrapp .form-group .btn{
width: 100%;
height: 40px;
font-weight: bold;
text-align: left;
line-height: 1;
padding: 6px 20px;
}
.login-form-wrapp .form-group .btn .fa{float: right;}
/* account form */
form.account-form{
padding: 28px 30px 30px;
}
form.account-form .form-group{margin-bottom: 28px;}
form.account-form .form-group .form-control{
box-shadow: none;
border: none
}
form.account-form .form-group #cd-map{
margin-bottom: 0;
height: 230px;
}
form.account-form .form-group img{
max-height: 135px;
object-fit: cover;
}
form.account-form .form-group input[type="file"]{display: none;}
form.account-form .form-group .custom-file{
display: block;
height: 40px;
width: 100%;
border-radius: 4px;
color: #fff;
background: #438cca;
cursor: pointer;
text-align: center;
font-weight: bold;
line-height: 38px;
}
form.account-form .form-group .custom-checkbox label{
color: #666;
margin: 0;
line-height: 20px;
}
form.account-form .form-content .btn{
width: 100%;
height: 40px;
}
/* FANTASTIC SLIDER WITH ANIMATED ITEMS ON MOUSE MOVE */
/* slides */
.fantastic-slider .item{
position: relative;
height: 776px;
}
.fantastic-slider .item:after{
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 370px;
}
.fantastic-slider .item .container{
position: relative;
height: 100%;
}
/*sliders backgrounds*/
.fantastic-slider .slide1{background: #f6f8f9;}
.fantastic-slider .slide1:after{background: #f0f2f3;}
.fantastic-slider .slide2{background: #565656;}
.fantastic-slider .slide2:after{
background: rgb(255,255,255);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
opacity: .05;
}
.fantastic-slider .slide2:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
opacity: .3;
}
.fantastic-slider .slide3{background: #4e4c3f;}
.fantastic-slider .slide3:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-radial-gradient(center, ellipse cover, rgba(210,199,128,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(210,199,128,1) 0%,rgba(255,255,255,0) 100%);
background: radial-gradient(ellipse at center, rgba(210,199,128,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2c780', endColorstr='#00ffffff',GradientType=1 );
opacity: .3;
}
/*custom text*/
.fantastic-slider .backtext{
position: absolute;
left: 0;
width: 100%;
font-size: 240px;
font-weight: 900;
margin: 0;
}
.fantastic-slider .pubtype{
position: absolute;
font-size: 120px;
line-height: 114px;
bottom: 15px;
font-weight: 800;
margin: 0;
padding-left: 30px;
z-index: 4;
pointer-events: none;
}
.fantastic-slider a.pull-right{
position: absolute;
right: 0;
bottom: 23px;
z-index: 4;
font-family: "Montserrat", sans-serif;
font-weight: bold;
text-decoration: underline;
}
.fantastic-slider .slide2 a.pull-right,
.fantastic-slider .slide3 a.pull-left{color: #fff;}
/*slide1*/
.fantastic-slider .slide1{padding-top: 80px;}
.fantastic-slider .slide1 .border-cube{
position: absolute;
width: 745px;
height: 667px;
border-width: 30px 0 30px 30px;
border-style: solid;
border-color: #e5e7ea;
top: 0;
left: 50%;
margin-left: -372px;
z-index: 4;
animation-delay: .7s;
}
.fantastic-slider .slide1 .images:after{
content: '';
position: absolute;
top: 0;
width: 30px;
right: 18.1%;
background-color: #e5e7ea;
height: 667px;
z-index: 1;
transform: scaleY(0);
transform-origin: top;
transition-delay: .8s;
transition-property: transform;
transition-duration: .5s;
transition-timing-function: linear;
}
.fantastic-slider .owl-item.active .slide1 .images:after{transform: scaleY(1);}
.fantastic-slider .slide1 .images{
position: relative;
padding-top: 60px;
z-index: 2
}
.fantastic-slider .images .car{
position: relative;
z-index: 3;
}
.fantastic-slider .slide1 .images img{
max-width: 1110px;
float: right;
}
.fantastic-slider .images .car-shadow{
position: absolute;
z-index: 1;
}
.fantastic-slider .slide1 .backtext{
top: -87px;
color: #c3cdd5;
pointer-events: none;
}
.fantastic-slider .slide1 .backtext span{
position: relative;
z-index: 5;
}
.fantastic-slider .slide1 .pubtype{color: #00ced8;}
/* slide2 */
.fantastic-slider .slide2 .images{
position: relative;
padding-top: 20px;
}
.fantastic-slider .slide2 .car-shadow{
bottom: 0;
max-width: 880px;
margin-left: -440px;
left: 50%;
}
.fantastic-slider .slide2 .pubtype{color: #ff4256;}
.fantastic-slider .slide2 .pubtype span{
font-size: 60px;
transform: translateY(21px);
display: inline-block;
}
/* slide3 */
.fantastic-slider .slide3 .backtext{color: #3a3a2d;}
.fantastic-slider .slide3 .pubtype{
padding-left: 0;
color: #cbc992;
}
.fantastic-slider .slide3 a.pull-left{
position: absolute;
bottom: 180px;
left: 210px;
z-index: 4;
font-family: "Montserrat", sans-serif;
font-weight: bold;
text-decoration: underline;
}
.fantastic-slider .slide3 .images.outer{
position: absolute;
bottom: -60px;
right: 0;
}
.fantastic-slider .slide3 .images.outer .car{max-width: 1000px}
.fantastic-slider .slide3 .images.outer .car-shadow{
bottom: -150px;
right: 150px;
z-index: 2;
animation-delay: .08s;
}
.progress-wrapp{background: #ccc;}
.slide-progress {
width: 0;
max-width: 100%;
height: 3px;
background: #c95555;
}
.animated {
-webkit-animation-duration : 2s ;
animation-duration : 2s ;
}
.animate-out {
-webkit-animation-delay : 0ms ;
animation-delay : 0ms ;
}
/** COLLECTIONS categories blocks **/
.cat-link-xl{
position: relative;
overflow: hidden;
padding: 25px 28px 0 28px;
margin-bottom: 30px;
height: 310px;
transition: box-shadow .3s ease-in;
}
.cat-link-xl:hover{box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15)}
.cat-link-xl h1{
font-weight: 900;
margin-top: 0;
margin-bottom: 19px;
}
.cat-link-xl h1 span{display: block;}
.cat-link-xl img{
position: absolute;
bottom: 0;
left: 0;
right: 0;
max-width: inherit;
object-fit: cover;
height: 115px;
}
.cat-link-xl .btn{
position: absolute;
left: 28px;
right: 28px;
top: 50%;
margin-top: -33px;
padding: 13px 20px;
text-align: left;
z-index: 3;
transform: translateY(200px);
transition: transform .2s ease-in;
}
.cat-link-xl .btn .fa{float: right;}
.cat-link-xl:hover .btn{transform: translateY(0);}
.cat-link-xl:hover p{
opacity: 0;
transition: opacity .2s ease-in-out .2s;
}
/* mega search intro */
.mega-search-intro{padding-right: 30px;}
.mega-search-intro h1{
margin-top: 0;
margin-bottom: 17px;
line-height: 36px;
}
.mega-search-intro h1 span{display: block;}
.mega-search-intro p{margin: 0;}
/* CAR RESERVATION BLOCK/MODAL */
.blk-intro .close{
font-size: 14px;
color: #438cca;
text-decoration: underline;
opacity: 1;
line-height: 1.3;
}
.reservation-form-wrapp .modal-body{padding: 0;}
.reservation-form{padding: 25px 15px 0;}
.reservation-form .title{margin: 3px 0 26px;}
.reservation-form .form-control,
.reservation-form .select2 .select2-selection,
.reservation-form .form-group.input-append input{
box-shadow: none;
border: none;
}
.reservation-form .form-group{margin-bottom: 29px;}
.form-group.timepick{padding-top: 33px;}
.reservation-form .separator{
border-top: 1px solid #e5e7ea;
margin-bottom: 28px;
}
.reservation-form .car-preview{margin-bottom: 25px;}
.reservation-form .car-preview img{
max-width: 310px;
object-fit: cover;
}
.reservation-form .car-preview h3{
margin-top: 0;
margin-bottom: 26px;
font-weight: 900;
padding-right: 30px;
line-height: 30px;
}
.reservation-form .car-preview h3 span{color: #c95555;}
.reservation-form .form-group label{margin-bottom: 13px;}
.reservation-form .form-group.input-append input{max-width: 100%;}
.reservation-form .form-group textarea{
resize: none;
height: 140px;
padding: 15px 20px;
line-height: 24px;
}
.reservation-form .form-group.input-append .add-on{
max-width: 100%;
right: 0;
padding-right: 30px;
}
.reservation-form .result-dates{
margin: 0;
padding: 18px 0 16px;
border-top: 1px solid #e5e7ea;
line-height: 36px;
}
.reservation-form .result-dates li span.pull-right{
color: #ccc;
font-family: "Montserrat", sans-serif;
}
.reservation-form .result-dates li span.pull-right b{
font-weight: bold;
color: #666666;
}
.reservation-form .result-dates li:last-child{
border-top: 1px solid #e5e7ea;
margin-top: 15px;
padding-top: 18px;
}
.reservation-form .result-dates li:last-child span.pull-left{color: #333;}
.reservation-form .result-dates li:last-child span.pull-right b{
color: #c95555;
font-size: 18px;
}
.reservation-form .btn{
width: 100%;
height: 40px;
text-align: left;
font-weight: bold;
line-height: 1;
padding: 13px 20px;
}
.reservation-form .btn .fa,
.reservation-form .btn .totalPrice{float: right;}
/* SOME UI ELEMENTS */
.color-blk{margin-bottom: 30px;}
.color-blk .color{
width: 100%;
min-width: 170px;
padding-top: 170px;
margin: 0 auto 10px;
border-radius: 50%;
}
.preloader.demo{
display: block !important;
top: 131px;
z-index: 1;
}
/*--------------------------------------------------------------
4. Additional Classes
--------------------------------------------------------------*/
.heading,
.btn {font-family: 'Montserrat', sans-serif;}
.bolder{font-weight: 900;}
/*custom padding*/
.padding0{padding: 0;}
.paddinglr30{
padding-left: 30px;
padding-right: 30px;
}
.pt30{padding-top: 30px;}
.pt60{padding-top: 60px;}
.pbottom0{padding-bottom: 0;}
.pb15{padding-bottom: 15px;}
.pb30{padding-bottom: 30px;}
.pb60{padding-bottom: 60px;}
/*custom margins*/
.no-margin{
margin-left: 0;
margin-right: 0;
}
.mt15{margin-top: 15px;}
.mb30{margin-bottom: 30px;}
.width50{width: 50%;}
.width33{width: 33.3333%;}
.width25{width: 25%;}
.rounded{border-radius: 4px;}
.shadow{box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);}
.bordered{
border-top: 1px solid #e5e7ea;
border-bottom: 1px solid #e5e7ea;
}
.noborder{border: none;}
.affix{
top: 0;
z-index: 100;
width: 100%;
}
.overlayed,
.overlayed1{position: relative;}
.overlayed:after,
.overlayed1:after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(27, 29, 32, .4);
}
.overlayed:after{background: rgba(27, 29, 32, .4);}
.overlayed1:after{
background: rgba(27, 29, 32, .1);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.btn-default{font-weight: bold;}
.btn-default:hover{background-color: #333;}
.btn-default:focus,
.btn-default.focus,
.btn-default:active:focus{
outline: none;
box-shadow: none;
}
.btn:hover .fa-angle-right{
animation-name: slideInLeft;
animation-duration: 1.1s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.btn{
outline: none !important;
border: none;
white-space: normal;
}
.btn-danger{background-color: #c95555;}
.btn-danger:hover{
background-color: #333;
color: #fff;
}
.btn-info {
background-color: #f6f8f9;
color: #438cca;
line-height: 27px;
padding: 6px 20px;
}
/*custom text color*/
.text-danger,
.text-danger a{color: #c95555;}
.text-danger a:hover{color: #333;}
.text-info,
.text-info a{color: #333;}
.text-white,
.text-white a{color: #fff;}
/* display flex */
.flexbox{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.flexbox-start{
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
-webkit-box-pack: flex-end;
-ms-flex-pack: flex-end;
justify-content: flex-end;
}
.flex-between{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: space-between;
}
/*animated class*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/* custom checkboxes */
.custom-checkbox label{
cursor: pointer;
line-height: 20px;
}
.custom-checkbox label:after{
content: '';
display: table;
clear: both;
}
.custom-checkbox.radio .cr{border-radius: 50%;}
.custom-checkbox.radio .cr .cr-icon{left: 3px;}
.custom-checkbox .cr{
position: relative;
display: inline-block;
border: 1px solid #d3d5da;
border-radius: 4px;
width: 20px;
height: 20px;
float: left;
margin-right: 15px;
background-color: #f6f8f9;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
overflow: hidden;
}
.custom-checkbox .cr .cr-icon{
position: absolute;
line-height: 0;
top: 50%;
left: 12%;
color: #438cca;
}
.custom-checkbox label input[type="checkbox"],
.custom-checkbox label input[type="radio"]{display: none;}
.custom-checkbox label input[type="checkbox"] + .cr > .cr-icon,
.custom-checkbox label input[type="radio"] + .cr > .cr-icon{
transform: scale(0) rotateZ(-30deg);
opacity: 0;
transition: all .2s ease-in-out;
}
.custom-checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.custom-checkbox label input[type="radio"]:checked + .cr > .cr-icon{
transform: scale(1) rotateZ(0) !important;
opacity: 1 !important;
}
/*custom radioboxes for tabs*/
.custom-radio{
position: relative;
padding-left: 30px !important;
}
.custom-radio:before{
content: "";
position: absolute;
left: 0;
top: 7px;
border: 1px solid #d3d5da;
border-radius: 20px;
width: 20px;
height: 20px;
background-color: #f6f8f9;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
}
.custom-radio:after{
content: "\f111";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
line-height: 0;
top: 17px;
left: 4px;
color: #438cca;
transform: scale(3) rotateZ(-20deg);
opacity: 0;
transition: all .3s ease-in-out;
}
li[role="presentation"].active .custom-radio:after{
transform: scale(1) rotateZ(0deg);
opacity: 1;
}
/* tooltips */
.tooltip-inner{
background-color: #438cca !important;
font-size: 14px;
line-height: 27px;
}
.tooltip-arrow{border-top-color: #438cca !important;}
.tooltip.in{opacity: 1 !important;}
/*ui elements*/
.elements .title{
padding-bottom: 15px;
border-bottom: 1px solid #e5e7ea;
margin-bottom: 18px;
}
.elements .separator{
margin-bottom: 28px;
margin-top: 15px;
}
.elements .aside-blk{
padding: 0;
border: none;
}
.elements .car-categories{margin-bottom: 20px;}
.elements .color-list{margin-bottom: 8px;}
.elements .form-group.input-append{margin-bottom: 0;}
.elements .color-list li{
margin: 0 !important;
padding: 0 5px;
line-height: 40px;
}
.elements .custom-selector{margin-bottom: 0;}
.elements .form-group.input-append input{max-width: 100%;}
.elements .btn-group .btn{
width: 100%;
height: 40px;
padding: 12px 20px;
border-radius: 4px !important;
margin-bottom: 15px;
}
.elements .btn-group .btn.icon{text-align: left;}
.elements .btn-group .btn.icon .fa{float: right;}
.elements .select2 .select2-selection,
.custom-checkbox.aero .cr,
.form-group.input-append input.form-control.aero{
box-shadow: none;
border: none
}
.elements .custom-checkbox.radio .cr .cr-icon{left: 4px;}
/*svg icons*/
.svg-icon{
width: 70px;
height: 70px;
fill: #fff;
}
.svg-icon.svg-icon-med{width: 130px;}
.svg-icon.svg-icon-sm{
width: 30px;
height: 30px;
}
.svg-icon.white .sp0,
.svg-icon.white .st0{fill: #fff;}
.svg-icon.grey .sp0,
.svg-icon.grey .st0{fill: #d3d5da;}
/*custom backfround colors*/
.bg-white {background-color: #fff;}
.bg-info {background-color: #d3d5da;}
.bg-grey {background-color: #f6f8f9;}
.bg-inverse{background-color: #333;}
.bg-dark {background-color: #000;}
/*placeholder color*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #999 !important;
}
::-moz-placeholder { /* Firefox 19+ */
color: #999 !important;
}
:-ms-input-placeholder { /* IE 10+ */
color: #999 !important;
}
:-moz-placeholder { /* Firefox 18- */
color: #999 !important;
}
/*hide arrows of input type number*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
/* custom cs-select with checkboxes*/
.select2-dropdown{
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #e5e7ea;
}
.custom-select-list{height: 35px;}
.custom-select-list.skin-checkbox .select2{
width: 100% !important;
display: inline-block;
vertical-align: text-top;
}
.custom-select-list.skin-checkbox .select2-container--below.select2-container--focus.select2-container--open .select2-selection{box-shadow: none;}
.custom-select-list .select2 .select2-selection .select2-selection__rendered{float: left;}
.custom-select-list .select2 .select2-selection__arrow{
height: auto;
position: static;
margin-left: 10px;
line-height: 1;
}
.custom-select-list .select2 .select2-selection{
height: auto;
padding: 0 0 0 35px;
background: transparent;
border: none;
box-shadow: none;
white-space: nowrap;
outline: none;
}
.custom-select-list .select2 .select2-selection:after{
content: "";
position: absolute;
left: 0;
top: 50%;
margin-top: -10px;
border: 1px solid #d3d5da;
border-radius: 4px;
width: 20px;
height: 20px;
float: left;
margin-right: 15px;
background-color: #f6f8f9;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2) inset;
}
/*selected icon*/
.custom-select-list .select2 .select2-selection:before{
content: "\f00c";
position: absolute;
left: 1px;
top: 50%;
margin-top: -9px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 2px;
color: #438cca;
z-index: 1;
transform: scale(0) rotateZ(-30deg);
opacity: 0;
transition: all .2s ease-in-out;
}
.custom-select-list .select2.selected .select2-selection:before{
transform: scale(1) rotateZ(0) !important;
opacity: 1 !important;
}
.custom-dropdown.select2-dropdown{border: 1px solid #e5e7ea;}
.custom-dropdown .select2-results__option{padding: 5px 15px;}
.custom-dropdown .select2-results__option:after{
content: "\f10c";
opacity: 1;
}
.custom-dropdown .select2-results__option:hover:after,
.custom-dropdown .select2-results__option[aria-selected="true"]:after{content: "\f192";}
.custom-dropdown .select2-results__option[aria-selected="true"]:hover:after{content: "\f00d";}
/*--------------------------------------------------------------
5. Animations
--------------------------------------------------------------*/
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
/*fadeInDown animation*/
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
/*animate icon background*/
@-webkit-keyframes animateBg {
0%{
background-size: 0px;
}
100%{
background-size: 135px;
}
}
@keyframes animateBg {
0%{
background-size: 0px;
}
100%{
background-size: 135px;
}
}
/*fadeIn & fadeOut animation for bootstrap carousel*/
.cd-carousel .carousel-inner .item {
-webkit-transition-property: opacity;
transition-property: opacity;
}
.cd-carousel .carousel-inner .item,
.cd-carousel .carousel-inner .active.left,
.cd-carousel .carousel-inner .active.right {
opacity: 0;
}
.cd-carousel .carousel-inner .active,
.cd-carousel .carousel-inner .next.left,
.cd-carousel .carousel-inner .prev.right {
opacity: 1;
}
.cd-carousel .carousel-inner .next,
.cd-carousel .carousel-inner .prev,
.cd-carousel .carousel-inner .active.left,
.cd-carousel .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* ken burn effect */
.kenburns-effect {
overflow: hidden;
animation-name: ken-burns;
animation-duration: 30s;
/*animation-iteration-count: infinite;*/
animation-iteration-count: 1;
animation-timing-function: linear;
animation-fill-mode: alternate;
animation-delay: .2s;
-moz-transition: ease 1s all;
-o-transition: ease 1s all;
-webkit-transition: ease 1s all;
transition: ease 1s all;
}
@keyframes ken-burns {
0% {
-moz-background-size: 140%;
-o-background-size: 140%;
-webkit-background-size: 140%;
background-size: 140%;
}
100% {
-moz-background-size: 100%;
-o-background-size: 100%;
-webkit-background-size: 100%;
background-size: 100%;
}
}
/*--------------------------------------------------------------
6. Preloader
--------------------------------------------------------------*/
.preloader{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 999;
}
/*loader*/
.loader {
width: 80px;
height: 80px;
border: 2px solid #333;
position: absolute;
left: 50%;
top: 50%;
margin: -40px 0 0 -40px;
border-radius: 50%;
}
.loader .line {
width: 6px;
height: 2px;
background: #333;
position: absolute;
}
.loader .line:nth-child(1) {
left: 10px;
top: 50%;
margin-top: -1px;
}
.loader .line:nth-child(2) {
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
left: 17px;
top: 22px;
}
.loader .line:nth-child(3) {
top: 10px;
left: 50%;
width: 2px;
height: 6px;
}
.loader .line:nth-child(4) {
transform: rotate(135deg);
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
right: 17px;
top: 22px;
}
.loader .line:nth-child(5) {
right: 10px;
top: 50%;
margin-top: -1px;
}
.loader .line:nth-child(6) {
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
right: 18px;
bottom: 20px;
background: #438cca;
}
.loader .subline {
position: absolute;
width: 3px;
height: 2px;
background: #333;
}
.loader .subline:nth-child(7) {
transform: rotate(22.5deg);
-moz-transform: rotate(22.5deg);
-webkit-transform: rotate(22.5deg);
-ms-transform: rotate(22.5deg);
left: 14px;
top: 28px;
}
.loader .subline:nth-child(8) {
transform: rotate(67.5deg);
-moz-transform: rotate(67.5deg);
-webkit-transform: rotate(67.5deg);
-ms-transform: rotate(67.5deg);
left: 47px;
top: 14px;
}
.loader .subline:nth-child(9) {
transform: rotate(112.5deg);
-moz-transform: rotate(112.5deg);
-webkit-transform: rotate(112.5deg);
-ms-transform: rotate(112.5deg);
right: 46px;
top: 14px;
}
.loader .subline:nth-child(10) {
transform: rotate(157.5deg);
-moz-transform: rotate(157.5deg);
-webkit-transform: rotate(157.5deg);
-ms-transform: rotate(157.5deg);
right: 13px;
top: 27px;
}
.loader .subline:nth-child(11) {
transform: rotate(22.5deg);
-moz-transform: rotate(22.5deg);
-webkit-transform: rotate(22.5deg);
-ms-transform: rotate(22.5deg);
right: 13px;
bottom: 27px;
background: #438cca;
}
.loader-circle-1 {
width: 70px;
height: 70px;
left: 3px;
top: 3px;
border: 1px solid #333;
border-radius: 50%;
position: absolute;
border-right-color: transparent;
-webkit-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
.loader-circle-2 {
width: 62px;
height: 62px;
left: 3px;
top: 3px;
border: 1px transparent solid;
border-radius: 50%;
position: absolute;
border-right-color: #438cca;
-webkit-animation: spin 5s linear infinite;
animation: spin 5s linear infinite;
}
.loader .needle {
width: 10px;
height: 10px;
border-radius: 50%;
border: 1px solid #333;
position: absolute;
left: 50%;
top: 50%;
margin: -5px 0 0 -5px;
z-index: 1;
-webkit-animation: pegIt 3s infinite ease-in-out;
animation: pegIt 3s infinite ease-in-out;
}
.loader .needle:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 2px 25px 2px 0;
border-color: transparent #438cca transparent transparent;
position: absolute;
right: 50%;
top: 50%;
margin: -2px 0 0 0;
border-radius: 0 50% 50% 0;
}
/* loader animation */
@keyframes pegIt {
0% {
transform: rotate(0deg);
}
16% {
transform: rotate(75deg);
}
25% {
transform: rotate(55deg);
}
30% {
transform: rotate(90deg);
}
36% {
transform: rotate(170deg);
}
42% {
transform: rotate(150deg);
}
50% {
transform: rotate(227deg);
}
100% {
transform: rotate(0deg);
}
}
@-webkit-keyframes pegIt {
0% {
-webkit-transform: rotate(0deg);
}
16% {
-webkit-transform: rotate(75deg);
}
25% {
-webkit-transform: rotate(55deg);
}
30% {
-webkit-transform: rotate(90deg);
}
36% {
-webkit-transform: rotate(170deg);
}
42% {
-webkit-transform: rotate(150deg);
}
50% {
-webkit-transform: rotate(227deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes menuToTop {
0%{
opacity: 0;
-webkit-transform: translateY(40px);
}
100%{
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes menuToTop {
0%{
opacity: 0;
transform: translateY(40px);
}
100%{
opacity: 1;
transform: translateY(0);
}
}
| 0.383757 | 0.063744 |
@charset "utf-8";
/* CSS Document */
/*My CSS classes here*/
.p-zero{ padding:0px !important; }
.m-zero{ margin:0px !important; }
.pT0{ padding-top:0px !important; }
.pR0{ padding-right:0px !important; }
.pB0{ padding-bottom:0px !important; }
.pL0{ padding-left:0px !important; }
.mT0{ margin-top:0px !important; }
.mR0{ margin-right:0px !important; }
.mB0{ margin-bottom:0px !important; }
.mL0{ margin-left:0px !important; }
.bR0 { border-right: none !important; }
.fL { float: left !important; }
.clr{ clear: both; }
a:hover, a:focus { text-decoration: none !important; }
body {
font-family: 'Lato', sans-serif !important;
margin: 0 auto;
overflow-x: hidden;
}
/* welcome page */
.welcome_bgWrapper{
background: url(../images/welcome_bg.jpg) center center repeat-y;
background-size: contain;
width: 100%;
height: 100%;
float: left;
padding-bottom: 50px;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0px;
margin: auto;
overflow-y: scroll;
overflow-x: hidden !important;
}
/*.welcome_bgWrapper {
height: 100vh;
width:100%;
position:relative;
background: #fff;
z-index: 0;
}
.welcome_bgWrapper::after, .welcome_bgWrapper::before {
height:100%;
content:' ';
position: absolute;
top: 0;
width: 50%;
z-index: 0;
}
.welcome_bgWrapper::after {
right: 0;
background-color: #3f4f5f;
}
.welcome_bgWrapper::before {
left: 0;
background-color: #e85c4d;
}*/
.welcome_wrapper {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
.welcome_header_top {
margin: 30px 0px;
width: 100%;
}
.brand_logo {
width: 100%;
text-align: center;
float: left;
}
.brand_logo h1 {
margin: 0;
font-size: 80px;
line-height: .8;
color: white;
font-weight: 100;
letter-spacing: 1px;
}
.brand_logo p {
margin: 0px;
font-size: 24px;
color: white;
font-weight: 400;
letter-spacing: 1px;
}
/* -- header_rightSec -- */
.header_search {
width: 100%;
text-align: right;
vertical-align: bottom;
margin: 10% 0%;
}
.header_search span {
padding: 1% 5%;
}
.header_search span a {
font-size: 16px;
color: white;
text-decoration: none;
font-weight: 400;
letter-spacing: 1px;
}
.header_search button[type="button"] {
font-size: 16px;
margin: 0%;
padding: 1% 5%;
background-color: transparent;
color: white;
border: 1px solid #FFFFFF;
border-radius: 5px;
font-weight: 400;
letter-spacing: 1px;
}
.header_search button[type="button"] a {
color: white;
text-decoration: none;
}
/* Body Start Here */
.bodyWrapper {
position: relative;
width: 100%;
padding: 10% 0% 5%;
float: left;
}
.body_leftSec {
text-align: right;
padding-right: 10%;
display: inline-block;
width: 100%;
}
.body_rightSec {
text-align: left;
padding-left: 10%;
display: inline-block;
width: 100%;
}
.body_leftSec button[type="button"] {
color : #fff;
background-color: #3f4f5f;
box-shadow: 0px 4px 5px #223241;
}
.body_rightSec button[type="button"] {
color : #fff;
background-color: #e84c3d;
box-shadow: 0px 4px 5px #bf3a2b;
}
.body_leftSec h1, .body_rightSec h1 {;
font-size: 54px;
line-height: 1.3;
color: white;
font-weight: 300;
letter-spacing: 1px;
}
.body_leftSec p , .body_rightSec p {
margin: 0px;
font-size: 28px;
color: white;
font-weight: 300;
letter-spacing: 1px;
}
.body_leftSec button[type="button"] , .body_rightSec button[type="button"] {
font-size: 18px;
margin: 10% 0%;
padding: 3% 10%;
border: none;
border-radius: 5px;
outline: none;
font-weight: 400;
letter-spacing: 1px;
}
.body_leftSec button[type="button"] a, .body_rightSec button[type="button"] a { color: white; }
/* media quiries here */
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
.brand_logo h1 { font-size: 60px; }
.brand_logo p { font-size: 18px; }
.header_search a { font-size: 14px}
.body_leftSec h1, .body_rightSec h1 { font-size: 40px; }
.body_leftSec p, .body_rightSec p { font-size: 22px; }
.body_leftSec button[type="button"], .body_rightSec button[type="button"] { font-size: 22px; }
.body_leftSec button[type="button"] a, .body_rightSec button[type="button"] a { font-size: 18px; }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
.welcome_bgWrapper { height: 100%; }
.welcome_header_top { margin: 0px; }
.brand_logo, .header_search {
text-align: center;
width: 100%;
margin: 25px 0px;
}
.brand_logo h1 { font-size: 60px; margin: 10px 0px; }
.brand_logo p { font-size: 18px; }
.header_search span {padding-right: 10%; font-size: 12px}
.header_search { font-size: 12px; padding-left: 10%;}
.bodyWrapper { margin: 0% 0%; }
.body_leftSec, .body_rightSec {
text-align: center;
padding: 0px;
}
.body_leftSec h1, .body_rightSec h1 { font-size: 32px; }
.body_leftSec p, .body_rightSec p { font-size: 18px; }
.body_leftSec button[type="button"], .body_rightSec button[type="button"] {
font-size: 20px;
margin: 25px 0px;
padding: 10px 25px;
}
.body_leftSec button[type="button"] a, .body_rightSec button[type="button"] a { font-size: 14px; }
}
|
css/welcome.css
|
@charset "utf-8";
/* CSS Document */
/*My CSS classes here*/
.p-zero{ padding:0px !important; }
.m-zero{ margin:0px !important; }
.pT0{ padding-top:0px !important; }
.pR0{ padding-right:0px !important; }
.pB0{ padding-bottom:0px !important; }
.pL0{ padding-left:0px !important; }
.mT0{ margin-top:0px !important; }
.mR0{ margin-right:0px !important; }
.mB0{ margin-bottom:0px !important; }
.mL0{ margin-left:0px !important; }
.bR0 { border-right: none !important; }
.fL { float: left !important; }
.clr{ clear: both; }
a:hover, a:focus { text-decoration: none !important; }
body {
font-family: 'Lato', sans-serif !important;
margin: 0 auto;
overflow-x: hidden;
}
/* welcome page */
.welcome_bgWrapper{
background: url(../images/welcome_bg.jpg) center center repeat-y;
background-size: contain;
width: 100%;
height: 100%;
float: left;
padding-bottom: 50px;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0px;
margin: auto;
overflow-y: scroll;
overflow-x: hidden !important;
}
/*.welcome_bgWrapper {
height: 100vh;
width:100%;
position:relative;
background: #fff;
z-index: 0;
}
.welcome_bgWrapper::after, .welcome_bgWrapper::before {
height:100%;
content:' ';
position: absolute;
top: 0;
width: 50%;
z-index: 0;
}
.welcome_bgWrapper::after {
right: 0;
background-color: #3f4f5f;
}
.welcome_bgWrapper::before {
left: 0;
background-color: #e85c4d;
}*/
.welcome_wrapper {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
.welcome_header_top {
margin: 30px 0px;
width: 100%;
}
.brand_logo {
width: 100%;
text-align: center;
float: left;
}
.brand_logo h1 {
margin: 0;
font-size: 80px;
line-height: .8;
color: white;
font-weight: 100;
letter-spacing: 1px;
}
.brand_logo p {
margin: 0px;
font-size: 24px;
color: white;
font-weight: 400;
letter-spacing: 1px;
}
/* -- header_rightSec -- */
.header_search {
width: 100%;
text-align: right;
vertical-align: bottom;
margin: 10% 0%;
}
.header_search span {
padding: 1% 5%;
}
.header_search span a {
font-size: 16px;
color: white;
text-decoration: none;
font-weight: 400;
letter-spacing: 1px;
}
.header_search button[type="button"] {
font-size: 16px;
margin: 0%;
padding: 1% 5%;
background-color: transparent;
color: white;
border: 1px solid #FFFFFF;
border-radius: 5px;
font-weight: 400;
letter-spacing: 1px;
}
.header_search button[type="button"] a {
color: white;
text-decoration: none;
}
/* Body Start Here */
.bodyWrapper {
position: relative;
width: 100%;
padding: 10% 0% 5%;
float: left;
}
.body_leftSec {
text-align: right;
padding-right: 10%;
display: inline-block;
width: 100%;
}
.body_rightSec {
text-align: left;
padding-left: 10%;
display: inline-block;
width: 100%;
}
.body_leftSec button[type="button"] {
color : #fff;
background-color: #3f4f5f;
box-shadow: 0px 4px 5px #223241;
}
.body_rightSec button[type="button"] {
color : #fff;
background-color: #e84c3d;
box-shadow: 0px 4px 5px #bf3a2b;
}
.body_leftSec h1, .body_rightSec h1 {;
font-size: 54px;
line-height: 1.3;
color: white;
font-weight: 300;
letter-spacing: 1px;
}
.body_leftSec p , .body_rightSec p {
margin: 0px;
font-size: 28px;
color: white;
font-weight: 300;
letter-spacing: 1px;
}
.body_leftSec button[type="button"] , .body_rightSec button[type="button"] {
font-size: 18px;
margin: 10% 0%;
padding: 3% 10%;
border: none;
border-radius: 5px;
outline: none;
font-weight: 400;
letter-spacing: 1px;
}
.body_leftSec button[type="button"] a, .body_rightSec button[type="button"] a { color: white; }
/* media quiries here */
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
.brand_logo h1 { font-size: 60px; }
.brand_logo p { font-size: 18px; }
.header_search a { font-size: 14px}
.body_leftSec h1, .body_rightSec h1 { font-size: 40px; }
.body_leftSec p, .body_rightSec p { font-size: 22px; }
.body_leftSec button[type="button"], .body_rightSec button[type="button"] { font-size: 22px; }
.body_leftSec button[type="button"] a, .body_rightSec button[type="button"] a { font-size: 18px; }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
.welcome_bgWrapper { height: 100%; }
.welcome_header_top { margin: 0px; }
.brand_logo, .header_search {
text-align: center;
width: 100%;
margin: 25px 0px;
}
.brand_logo h1 { font-size: 60px; margin: 10px 0px; }
.brand_logo p { font-size: 18px; }
.header_search span {padding-right: 10%; font-size: 12px}
.header_search { font-size: 12px; padding-left: 10%;}
.bodyWrapper { margin: 0% 0%; }
.body_leftSec, .body_rightSec {
text-align: center;
padding: 0px;
}
.body_leftSec h1, .body_rightSec h1 { font-size: 32px; }
.body_leftSec p, .body_rightSec p { font-size: 18px; }
.body_leftSec button[type="button"], .body_rightSec button[type="button"] {
font-size: 20px;
margin: 25px 0px;
padding: 10px 25px;
}
.body_leftSec button[type="button"] a, .body_rightSec button[type="button"] a { font-size: 14px; }
}
| 0.348867 | 0.085366 |
main .table-of-contents-container>div {
max-width: var(--max-width);
box-sizing: border-box;
padding: 0 3rem;
}
main .table-of-contents {
margin: 32px 0;
}
main .table-of-contents-sticky {
display: none;
}
main .table-of-contents .table-of-contents-card {
border-bottom: 1px solid #ddd;
display: block;
text-decoration: none;
}
main .table-of-contents .table-of-contents-teaser {
display: none;
}
main .table-of-contents .table-of-contents-eyebrow {
margin: 20px 0;
color: #5989f3;
font-size: 16px;
}
main .table-of-contents h3 {
margin: 20px 0;
color: black;
font-size: 18px;
}
@media (min-width: 768px) {
main .table-of-contents .table-of-contents-card {
border-bottom: unset;
}
main .table-of-contents {
display: flex;
flex-wrap: wrap;
}
main .table-of-contents .table-of-contents-card {
width: 50%;
box-sizing: border-box;
padding: 2rem;
}
main .table-of-contents .table-of-contents-card:hover {
background-color: #eee;
}
main .table-of-contents h3 {
font-size: 24px;
}
main .table-of-contents .table-of-contents-eyebrow {
font-size: 18px;
}
main .table-of-contents .table-of-contents-teaser {
display: block;
font-size: 16px;
color: black;
}
}
@media (min-width: 900px) {
main .table-of-contents .table-of-contents-card {
width: 33%;
}
}
@media (min-width: 1300px) {
main .table-of-contents-sticky {
display: block;
}
main .table-of-contents-sticky.hidden {
display: none;
}
main .table-of-contents-sticky {
z-index: -1;
position: fixed;
left: 0;
top: 50%;
transform: translate(0, -50%);
background-color: #f8f8f8;
font-size: 16px;
}
main .table-of-contents-sticky p.table-of-contents-eyebrow {
margin: 0;
padding: 0;
color: #ccc;
}
main .table-of-contents-sticky .table-of-contents-card {
height: unset;
margin: 0;
padding: 0;
border-top: 1px solid #ccc;
padding: 16px 24px;
width: 216px;
}
main .table-of-contents-sticky .table-of-contents-card:first-child {
border-top: none;
}
main .table-of-contents-sticky .table-of-contents-teaser {
display: none;
}
main .table-of-contents-sticky h3 {
color: #ccc;
font-size: 18px;
display: none;
font-family: unset;
margin: 0;
font-weight: normal;
}
main .table-of-contents-sticky .table-of-contents-card:hover p.table-of-contents-eyebrow,
main .table-of-contents-sticky .table-of-contents-card.selected p.table-of-contents-eyebrow {
color: #333;
}
main .table-of-contents-sticky .table-of-contents-card:hover h3 {
display: block;
color: #333;
}
}
|
campaign/blocks/table-of-contents/table-of-contents.css
|
main .table-of-contents-container>div {
max-width: var(--max-width);
box-sizing: border-box;
padding: 0 3rem;
}
main .table-of-contents {
margin: 32px 0;
}
main .table-of-contents-sticky {
display: none;
}
main .table-of-contents .table-of-contents-card {
border-bottom: 1px solid #ddd;
display: block;
text-decoration: none;
}
main .table-of-contents .table-of-contents-teaser {
display: none;
}
main .table-of-contents .table-of-contents-eyebrow {
margin: 20px 0;
color: #5989f3;
font-size: 16px;
}
main .table-of-contents h3 {
margin: 20px 0;
color: black;
font-size: 18px;
}
@media (min-width: 768px) {
main .table-of-contents .table-of-contents-card {
border-bottom: unset;
}
main .table-of-contents {
display: flex;
flex-wrap: wrap;
}
main .table-of-contents .table-of-contents-card {
width: 50%;
box-sizing: border-box;
padding: 2rem;
}
main .table-of-contents .table-of-contents-card:hover {
background-color: #eee;
}
main .table-of-contents h3 {
font-size: 24px;
}
main .table-of-contents .table-of-contents-eyebrow {
font-size: 18px;
}
main .table-of-contents .table-of-contents-teaser {
display: block;
font-size: 16px;
color: black;
}
}
@media (min-width: 900px) {
main .table-of-contents .table-of-contents-card {
width: 33%;
}
}
@media (min-width: 1300px) {
main .table-of-contents-sticky {
display: block;
}
main .table-of-contents-sticky.hidden {
display: none;
}
main .table-of-contents-sticky {
z-index: -1;
position: fixed;
left: 0;
top: 50%;
transform: translate(0, -50%);
background-color: #f8f8f8;
font-size: 16px;
}
main .table-of-contents-sticky p.table-of-contents-eyebrow {
margin: 0;
padding: 0;
color: #ccc;
}
main .table-of-contents-sticky .table-of-contents-card {
height: unset;
margin: 0;
padding: 0;
border-top: 1px solid #ccc;
padding: 16px 24px;
width: 216px;
}
main .table-of-contents-sticky .table-of-contents-card:first-child {
border-top: none;
}
main .table-of-contents-sticky .table-of-contents-teaser {
display: none;
}
main .table-of-contents-sticky h3 {
color: #ccc;
font-size: 18px;
display: none;
font-family: unset;
margin: 0;
font-weight: normal;
}
main .table-of-contents-sticky .table-of-contents-card:hover p.table-of-contents-eyebrow,
main .table-of-contents-sticky .table-of-contents-card.selected p.table-of-contents-eyebrow {
color: #333;
}
main .table-of-contents-sticky .table-of-contents-card:hover h3 {
display: block;
color: #333;
}
}
| 0.423458 | 0.074399 |
html, body {
margin: 0;
padding: 0;
background: var(--color-gray);
height: 100vh;
width: 100vw;
display: flex;
&, &:before, &:after {
box-sizing: border-box;
}
}
#app, div[data-reactroot], .nav-wrapper, .container, .page-transition, .transition-group {
display: flex;
flex: 1;
z-index: 10;
&, &:before, &:after {
box-sizing: border-box;
}
}
.page-transition {
& .transition-group {
position: relative;
}
& .fade-enter {
position: absolute;
z-index: 102;
left: 0;
right: 0;
opacity: 0.5;
transform: translate(0, 100%);
}
& .fade-enter.fade-enter-active {
transition: transform ease-in 0.5s, opacity 0.5s;
opacity: 1;
transform: translate(0, 0%);
}
& .fade-exit {
position: absolute;
z-index: 101;
left: 0;
right: 0;
transition: opacity 0.5s;
opacity: 1;
}
& .fade-exit.fade-exit-active {
opacity: 0.5;
}
}
.container {
background: var(--color-background);
flex-direction: column;
flex: 1;
transition: all 0.3s ease 0.6s;
position: relative;
&.nav-open {
margin-top: 5rem;
width: 90%;
transition: all 0.3s ease;
}
& .menu-icon {
position: absolute;
z-index: 100;
right: 1rem;
top: 1rem;
& .wrapper {
position: relative;
display: block;
width: 2.5em;
height: 2.5em;
cursor: pointer;
& span {
position: absolute;
top: 50%;
display: block;
width: 100%;
height: 0.25em;
background-color: var(--color-background-accent);
border-radius: 3px;
transition: transform 0.3s, background 0.25s ease;
&:before, &:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: var(--color-background-accent);
border-radius: 3px;
transition: transform 0.3s, background 0.25s ease;
}
&:before {
transform: translateY(-0.75em);
}
&:after {
transform: translateY(0.75em);
}
}
&:hover {
& span, & span:before, & span:after {
background: color(var(--color-background-accent) lightness(60%));
}
}
&.open {
transform: rotate(45deg);
& span {
&:before, &:after {
transform: rotate(90deg);
}
}
}
}
}
}
|
src/components/layout.css
|
html, body {
margin: 0;
padding: 0;
background: var(--color-gray);
height: 100vh;
width: 100vw;
display: flex;
&, &:before, &:after {
box-sizing: border-box;
}
}
#app, div[data-reactroot], .nav-wrapper, .container, .page-transition, .transition-group {
display: flex;
flex: 1;
z-index: 10;
&, &:before, &:after {
box-sizing: border-box;
}
}
.page-transition {
& .transition-group {
position: relative;
}
& .fade-enter {
position: absolute;
z-index: 102;
left: 0;
right: 0;
opacity: 0.5;
transform: translate(0, 100%);
}
& .fade-enter.fade-enter-active {
transition: transform ease-in 0.5s, opacity 0.5s;
opacity: 1;
transform: translate(0, 0%);
}
& .fade-exit {
position: absolute;
z-index: 101;
left: 0;
right: 0;
transition: opacity 0.5s;
opacity: 1;
}
& .fade-exit.fade-exit-active {
opacity: 0.5;
}
}
.container {
background: var(--color-background);
flex-direction: column;
flex: 1;
transition: all 0.3s ease 0.6s;
position: relative;
&.nav-open {
margin-top: 5rem;
width: 90%;
transition: all 0.3s ease;
}
& .menu-icon {
position: absolute;
z-index: 100;
right: 1rem;
top: 1rem;
& .wrapper {
position: relative;
display: block;
width: 2.5em;
height: 2.5em;
cursor: pointer;
& span {
position: absolute;
top: 50%;
display: block;
width: 100%;
height: 0.25em;
background-color: var(--color-background-accent);
border-radius: 3px;
transition: transform 0.3s, background 0.25s ease;
&:before, &:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: var(--color-background-accent);
border-radius: 3px;
transition: transform 0.3s, background 0.25s ease;
}
&:before {
transform: translateY(-0.75em);
}
&:after {
transform: translateY(0.75em);
}
}
&:hover {
& span, & span:before, & span:after {
background: color(var(--color-background-accent) lightness(60%));
}
}
&.open {
transform: rotate(45deg);
& span {
&:before, &:after {
transform: rotate(90deg);
}
}
}
}
}
}
| 0.544559 | 0.091423 |
a:focus,
.comment_form [type='submit']:focus,
.contact_form [type='submit']:focus,
.tabs_navigation li a:focus,
.social_icons .social_icon:focus
{
outline: 1px dotted #FFF;
}
a,
a:hover,
.read_more:hover,
.more.active,
.more:hover,
.post .comments_number:hover,
.taxonomies a:hover,
.pagination li a:hover,
.slider_posts_list li h5
{
text-decoration: underline;
}
.slider_content_box ul.post_details li.category a,
.social_icons .social_icon,
.pagination li.left a,
.pagination li.right a
{
text-decoration: none;
}
.icon,
.footer_container,
.icon.fullscreen:hover,
.site_container,
.value_container,
.gallery_popup,
.gallery_overlay,
.menu_container
{
background-color: #000;
}
.box_header,
.more.active,
.more:hover,
.tabs_navigation.small li a:hover,
.tabs_navigation.small li a.selected,
.tabs_navigation.small li.ui-tabs-active a,
.more.highlight,
.more.active:hover,
.taxonomies a:hover,
.review_summary .number,
.accordion .ui-accordion-header.ui-state-active,
.mobile-menu-switch
{
border-color: #FFDD00;
}
.slider_content_box ul.post_details li.category a
{
color: #FFF;
}
.post_details li.category,
.post_details li.category a,
.read_more:hover,
.more.active,
.more:hover,
.post .comments_number:hover,
.footer .post .comments_number:hover,
.more.highlight:hover,
.taxonomies a:hover,
.pagination li a:hover,
.pagination li.selected a,
.value_container .value_bar .number,
.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a,
.accordion .ui-accordion-header.ui-state-active h4,
.mobile-menu li.selected a,
.mobile-menu li.selected ul li.selected a,
.mobile-menu li.selected ul li.selected ul li.selected a
{
color: #000;
}
.post_details li.category,
.slider_navigation .slider_control a:hover,
a.slider_control:hover,
.slider_posts_list .slider_posts_list_bar,
.read_more .arrow,
.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a,
.post .comments_number:hover,
.footer .post .comments_number:hover,
.more.active,
.more:hover,
.slider_posts_list_container a.slider_control,
.pagination li a:hover,
.pagination li.selected a,
.taxonomies a:hover,
.value_container .value_bar,
.accordion .ui-accordion-header.ui-state-active,
.accordion .ui-accordion-header:hover .ui-accordion-header-icon,
.dropcap .dropcap_label.active,
.gallery_popup .slider_navigation .slider_control a:hover,
.gallery_popup .slider_navigation .slider_control a,
.mobile-menu-switch .line,
.mobile-menu-switch:hover,
.mobile-menu li.selected a,
.mobile-menu li.selected ul li.selected a,
.mobile-menu li.selected ul li.selected ul li.selected a
{
background-color: #FFDD00 ;
}
.tabs_navigation li.ui-tabs-active span,
.post .comments_number:hover .arrow_comments,
.footer .post .comments_number:hover .arrow_comments
{
border-color: #FFDD00 transparent;
}
.blog ul.post_details.simple li.category,
.blog ul.post_details.simple li.category a,
.post.single .post_details a,
.more.highlight,
.more.active:hover,
.review_summary .number,
.about_subtitle,
.announcement .expose,
p a,
span.number,
span.odometer.number
{
color: #FFDD00;
}
.post .arrow_comments
{
border-color: #42494F transparent;
}
p,
.review_block .list li,
.review_block .list li a,
.review_summary .text p
{
color: #D7DCE0;
}
input.hint,
textarea.hint,
.comment_form .hint,
.contact_form .hint,
.posted_by .in_reply
{
color: #FFF;
}
.footer_container
{
border-top: 1px solid #464D53;
}
.divider.subheader_arrow
{
background-image: url("../img/icons/other/high_contrast/subheader_arrow.png");
}
blockquote
{
background-image: url("../img/icons/other/dark_bg/quote_content.png");
}
.read_more .arrow
{
background-image: url("../img/icons/navigation/high_contrast/call_to_action_arrow.png");
}
.slider_navigation .slider_control a,
a.slider_control
{
background-image: url("../img/icons/navigation/high_contrast/navigation_arrow_right.png");
background-color: #FFDD00;
}
.slider_navigation .slider_control:first-child a,
a.slider_control.left
{
background-image: url("../img/icons/navigation/high_contrast/navigation_arrow_left.png");
}
.pagination li.left a
{
background-image: url("../img/icons/navigation/high_contrast/pagination_arrow_left.png");
}
.pagination li.right a
{
background-image: url("../img/icons/navigation/high_contrast/pagination_arrow_right.png");
}
a.slider_control.up
{
background-image: url("../img/icons/navigation/high_contrast/navigation_arrow_up.png");
}
a.slider_control.down
{
background-image: url("../img/icons/navigation/high_contrast/navigation_arrow_down.png");
}
#comments_list .children .comment .parent_arrow
{
background-image: url("../img/icons/other/dark_bg/comment_reply.png");
}
.accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon
{
background-image: url("../img/icons/navigation/high_contrast/accordion_arrow_up.png");
}
.accordion .ui-accordion-header:hover .ui-accordion-header-icon
{
background-image: url("../img/icons/navigation/high_contrast/accordion_arrow_down_hover.png");
}
.item_content .not_found
{
background-image: url("../img/icons/other/high_contrast/404.png");
}
.app
{
background-image: url("../img/icons/features/high_contrast/app.png");
}
.calendar
{
background-image: url("../img/icons/features/high_contrast/calendar.png");
}
.chart
{
background-image: url("../img/icons/features/high_contrast/chart.png");
}
.chat
{
background-image: url("../img/icons/features/high_contrast/chat.png");
}
.clock
{
background-image: url("../img/icons/features/high_contrast/clock.png");
}
.database
{
background-image: url("../img/icons/features/high_contrast/database.png");
}
.document
{
background-image: url("../img/icons/features/high_contrast/document.png");
}
.envelope
{
background-image: url("../img/icons/features/high_contrast/envelope.png");
}
.faq
{
background-image: url("../img/icons/features/high_contrast/faq.png");
}
.graph
{
background-image: url("../img/icons/features/high_contrast/graph.png");
}
.image
{
background-image: url("../img/icons/features/high_contrast/image.png");
}
.laptop
{
background-image: url("../img/icons/features/high_contrast/laptop.png");
}
.magnifier
{
background-image: url("../img/icons/features/high_contrast/magnifier.png");
}
.features_icon.mobile
{
background-image: url("../img/icons/features/high_contrast/mobile.png");
}
.pin
{
background-image: url("../img/icons/features/high_contrast/pin.png");
}
.printer
{
background-image: url("../img/icons/features/high_contrast/printer.png");
}
.quote
{
background-image: url("../img/icons/features/high_contrast/quote.png");
}
.screen
{
background-image: url("../img/icons/features/high_contrast/screen.png");
}
.speaker
{
background-image: url("../img/icons/features/high_contrast/speaker.png");
}
.video
{
background-image: url("../img/icons/features/high_contrast/video.png");
}
/* --- menu --- */
.menu_container.sticky.move,
.menu_container.sticky.move .sf-menu li
{
border-bottom-color: #464d53;
}
.sf-menu li
{
background-color: #000;
}
.sf-menu li a,
.sf-menu li a:visited
{
text-decoration: underline;
}
.sf-menu a:hover,
.sf-menu a:hover
{
text-decoration: underline;
}
.sf-menu li:hover, .sf-menu li.selected,
.sf-menu li.submenu:hover,
.sf-menu li:hover a, .sf-menu li.selected a,
.sf-menu li.submenu:hover a
{
border-top-color: #FFDD00;
}
/* --- font selector --- */
.font_selector
{
position: fixed;
left: 0;
top: 15%;
width: 45px;
z-index: 10;
}
.font_selector .increase,
.font_selector .decrease
{
display: block;
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-color: #FFDD00;
}
.font_selector .increase
{
background-image: url("../img/icons/other/high_contrast/font_increase.png");
}
.font_selector .decrease
{
background-image: url("../img/icons/other/high_contrast/font_decrease.png");
}
/* --- aminations --- */
.slideRightBack, .slideLeftBack, .slideDownBack, .slideUpBack
{
opacity: 1;
}
/* --- slideRightBackBack --- */
a.slider_control, .icon.fullscreen.animated
{
visibility: visible;
}
a.slider_control, .icon.fullscreen.animated
{
-webkit-animation-duration: 0ms;
animation-duration: 0ms;
}
.slideRightBack
{
animation-name: slideRightBack;
-webkit-animation-name: slideRightBack;
}
@keyframes slideRightBack
{
0%
{
opacity: 0;
transform: translateX(-100%);
}
100%
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRightBack
{
0%
{
opacity: 0;
-webkit-transform: translateX(-100%);
}
100%
{
opacity: 1;
-webkit-transform: translateX(0%);
}
}
|
css/high_contrast_skin.css
|
a:focus,
.comment_form [type='submit']:focus,
.contact_form [type='submit']:focus,
.tabs_navigation li a:focus,
.social_icons .social_icon:focus
{
outline: 1px dotted #FFF;
}
a,
a:hover,
.read_more:hover,
.more.active,
.more:hover,
.post .comments_number:hover,
.taxonomies a:hover,
.pagination li a:hover,
.slider_posts_list li h5
{
text-decoration: underline;
}
.slider_content_box ul.post_details li.category a,
.social_icons .social_icon,
.pagination li.left a,
.pagination li.right a
{
text-decoration: none;
}
.icon,
.footer_container,
.icon.fullscreen:hover,
.site_container,
.value_container,
.gallery_popup,
.gallery_overlay,
.menu_container
{
background-color: #000;
}
.box_header,
.more.active,
.more:hover,
.tabs_navigation.small li a:hover,
.tabs_navigation.small li a.selected,
.tabs_navigation.small li.ui-tabs-active a,
.more.highlight,
.more.active:hover,
.taxonomies a:hover,
.review_summary .number,
.accordion .ui-accordion-header.ui-state-active,
.mobile-menu-switch
{
border-color: #FFDD00;
}
.slider_content_box ul.post_details li.category a
{
color: #FFF;
}
.post_details li.category,
.post_details li.category a,
.read_more:hover,
.more.active,
.more:hover,
.post .comments_number:hover,
.footer .post .comments_number:hover,
.more.highlight:hover,
.taxonomies a:hover,
.pagination li a:hover,
.pagination li.selected a,
.value_container .value_bar .number,
.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a,
.accordion .ui-accordion-header.ui-state-active h4,
.mobile-menu li.selected a,
.mobile-menu li.selected ul li.selected a,
.mobile-menu li.selected ul li.selected ul li.selected a
{
color: #000;
}
.post_details li.category,
.slider_navigation .slider_control a:hover,
a.slider_control:hover,
.slider_posts_list .slider_posts_list_bar,
.read_more .arrow,
.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a,
.post .comments_number:hover,
.footer .post .comments_number:hover,
.more.active,
.more:hover,
.slider_posts_list_container a.slider_control,
.pagination li a:hover,
.pagination li.selected a,
.taxonomies a:hover,
.value_container .value_bar,
.accordion .ui-accordion-header.ui-state-active,
.accordion .ui-accordion-header:hover .ui-accordion-header-icon,
.dropcap .dropcap_label.active,
.gallery_popup .slider_navigation .slider_control a:hover,
.gallery_popup .slider_navigation .slider_control a,
.mobile-menu-switch .line,
.mobile-menu-switch:hover,
.mobile-menu li.selected a,
.mobile-menu li.selected ul li.selected a,
.mobile-menu li.selected ul li.selected ul li.selected a
{
background-color: #FFDD00 ;
}
.tabs_navigation li.ui-tabs-active span,
.post .comments_number:hover .arrow_comments,
.footer .post .comments_number:hover .arrow_comments
{
border-color: #FFDD00 transparent;
}
.blog ul.post_details.simple li.category,
.blog ul.post_details.simple li.category a,
.post.single .post_details a,
.more.highlight,
.more.active:hover,
.review_summary .number,
.about_subtitle,
.announcement .expose,
p a,
span.number,
span.odometer.number
{
color: #FFDD00;
}
.post .arrow_comments
{
border-color: #42494F transparent;
}
p,
.review_block .list li,
.review_block .list li a,
.review_summary .text p
{
color: #D7DCE0;
}
input.hint,
textarea.hint,
.comment_form .hint,
.contact_form .hint,
.posted_by .in_reply
{
color: #FFF;
}
.footer_container
{
border-top: 1px solid #464D53;
}
.divider.subheader_arrow
{
background-image: url("../img/icons/other/high_contrast/subheader_arrow.png");
}
blockquote
{
background-image: url("../img/icons/other/dark_bg/quote_content.png");
}
.read_more .arrow
{
background-image: url("../img/icons/navigation/high_contrast/call_to_action_arrow.png");
}
.slider_navigation .slider_control a,
a.slider_control
{
background-image: url("../img/icons/navigation/high_contrast/navigation_arrow_right.png");
background-color: #FFDD00;
}
.slider_navigation .slider_control:first-child a,
a.slider_control.left
{
background-image: url("../img/icons/navigation/high_contrast/navigation_arrow_left.png");
}
.pagination li.left a
{
background-image: url("../img/icons/navigation/high_contrast/pagination_arrow_left.png");
}
.pagination li.right a
{
background-image: url("../img/icons/navigation/high_contrast/pagination_arrow_right.png");
}
a.slider_control.up
{
background-image: url("../img/icons/navigation/high_contrast/navigation_arrow_up.png");
}
a.slider_control.down
{
background-image: url("../img/icons/navigation/high_contrast/navigation_arrow_down.png");
}
#comments_list .children .comment .parent_arrow
{
background-image: url("../img/icons/other/dark_bg/comment_reply.png");
}
.accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon
{
background-image: url("../img/icons/navigation/high_contrast/accordion_arrow_up.png");
}
.accordion .ui-accordion-header:hover .ui-accordion-header-icon
{
background-image: url("../img/icons/navigation/high_contrast/accordion_arrow_down_hover.png");
}
.item_content .not_found
{
background-image: url("../img/icons/other/high_contrast/404.png");
}
.app
{
background-image: url("../img/icons/features/high_contrast/app.png");
}
.calendar
{
background-image: url("../img/icons/features/high_contrast/calendar.png");
}
.chart
{
background-image: url("../img/icons/features/high_contrast/chart.png");
}
.chat
{
background-image: url("../img/icons/features/high_contrast/chat.png");
}
.clock
{
background-image: url("../img/icons/features/high_contrast/clock.png");
}
.database
{
background-image: url("../img/icons/features/high_contrast/database.png");
}
.document
{
background-image: url("../img/icons/features/high_contrast/document.png");
}
.envelope
{
background-image: url("../img/icons/features/high_contrast/envelope.png");
}
.faq
{
background-image: url("../img/icons/features/high_contrast/faq.png");
}
.graph
{
background-image: url("../img/icons/features/high_contrast/graph.png");
}
.image
{
background-image: url("../img/icons/features/high_contrast/image.png");
}
.laptop
{
background-image: url("../img/icons/features/high_contrast/laptop.png");
}
.magnifier
{
background-image: url("../img/icons/features/high_contrast/magnifier.png");
}
.features_icon.mobile
{
background-image: url("../img/icons/features/high_contrast/mobile.png");
}
.pin
{
background-image: url("../img/icons/features/high_contrast/pin.png");
}
.printer
{
background-image: url("../img/icons/features/high_contrast/printer.png");
}
.quote
{
background-image: url("../img/icons/features/high_contrast/quote.png");
}
.screen
{
background-image: url("../img/icons/features/high_contrast/screen.png");
}
.speaker
{
background-image: url("../img/icons/features/high_contrast/speaker.png");
}
.video
{
background-image: url("../img/icons/features/high_contrast/video.png");
}
/* --- menu --- */
.menu_container.sticky.move,
.menu_container.sticky.move .sf-menu li
{
border-bottom-color: #464d53;
}
.sf-menu li
{
background-color: #000;
}
.sf-menu li a,
.sf-menu li a:visited
{
text-decoration: underline;
}
.sf-menu a:hover,
.sf-menu a:hover
{
text-decoration: underline;
}
.sf-menu li:hover, .sf-menu li.selected,
.sf-menu li.submenu:hover,
.sf-menu li:hover a, .sf-menu li.selected a,
.sf-menu li.submenu:hover a
{
border-top-color: #FFDD00;
}
/* --- font selector --- */
.font_selector
{
position: fixed;
left: 0;
top: 15%;
width: 45px;
z-index: 10;
}
.font_selector .increase,
.font_selector .decrease
{
display: block;
width: 45px;
height: 45px;
background-repeat: no-repeat;
background-color: #FFDD00;
}
.font_selector .increase
{
background-image: url("../img/icons/other/high_contrast/font_increase.png");
}
.font_selector .decrease
{
background-image: url("../img/icons/other/high_contrast/font_decrease.png");
}
/* --- aminations --- */
.slideRightBack, .slideLeftBack, .slideDownBack, .slideUpBack
{
opacity: 1;
}
/* --- slideRightBackBack --- */
a.slider_control, .icon.fullscreen.animated
{
visibility: visible;
}
a.slider_control, .icon.fullscreen.animated
{
-webkit-animation-duration: 0ms;
animation-duration: 0ms;
}
.slideRightBack
{
animation-name: slideRightBack;
-webkit-animation-name: slideRightBack;
}
@keyframes slideRightBack
{
0%
{
opacity: 0;
transform: translateX(-100%);
}
100%
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRightBack
{
0%
{
opacity: 0;
-webkit-transform: translateX(-100%);
}
100%
{
opacity: 1;
-webkit-transform: translateX(0%);
}
}
| 0.298594 | 0.070368 |
background-image: url(/static/images/dark-trees.jpg);
width: 100%;
height: calc(100vh - 52px);
background-position: 50% 0;
background-size: cover;
position: relative;
}
#nav-avatar {
padding: 0;
width: 2.1em;
padding: 0;
}
.nav-color {
color: white;
}
.nav-padding {
padding: 0 0.3125rem !important;
}
.nav-color:hover {
color: gray;
}
@media (min-width: 992px) {
.pad-if-not-toggled {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
}
.contact-links img {
width: 2.5em;
margin: 0 0.5em;
}
textarea {
resize: none !important;
}
.fill {
height: 100%;
}
.project {
width: 18rem;
color: #586470;
text-align: inherit;
cursor: pointer;
}
.project:hover {
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.hide-children a {
display: none;
}
.hide-children a.show-child {
display: flex;
}
.children-showing {
display: none;
}
.hide-children .children-showing {
display: inline;
}
.children-hidden {
display: inline;
}
.hide-children .children-hidden {
display: none;
}
.hidden {
display: none;
}
.toggle-more-projects-outer {
max-width: min(26rem, 70%);
margin: 0 auto;
}
.toggle-more-projects-link {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
cursor: pointer;
}
.toggle-more-projects-link::before,
.toggle-more-projects-link::after {
content: "";
flex: 1;
border-bottom: thin solid #6c757d;
}
.toggle-more-projects-link::before {
margin-right: 0.25em;
}
.toggle-more-projects-link::after {
margin-left: 0.25em;
}
.toggle-more-projects-text {
background-color: #6c757d;
align-items: center;
text-align: center;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
border-radius: 10px;
}
#theme-overlay {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
#theme-container {
position: relative;
}
|
public/static/css/styles.css
|
background-image: url(/static/images/dark-trees.jpg);
width: 100%;
height: calc(100vh - 52px);
background-position: 50% 0;
background-size: cover;
position: relative;
}
#nav-avatar {
padding: 0;
width: 2.1em;
padding: 0;
}
.nav-color {
color: white;
}
.nav-padding {
padding: 0 0.3125rem !important;
}
.nav-color:hover {
color: gray;
}
@media (min-width: 992px) {
.pad-if-not-toggled {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
}
.contact-links img {
width: 2.5em;
margin: 0 0.5em;
}
textarea {
resize: none !important;
}
.fill {
height: 100%;
}
.project {
width: 18rem;
color: #586470;
text-align: inherit;
cursor: pointer;
}
.project:hover {
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.hide-children a {
display: none;
}
.hide-children a.show-child {
display: flex;
}
.children-showing {
display: none;
}
.hide-children .children-showing {
display: inline;
}
.children-hidden {
display: inline;
}
.hide-children .children-hidden {
display: none;
}
.hidden {
display: none;
}
.toggle-more-projects-outer {
max-width: min(26rem, 70%);
margin: 0 auto;
}
.toggle-more-projects-link {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
cursor: pointer;
}
.toggle-more-projects-link::before,
.toggle-more-projects-link::after {
content: "";
flex: 1;
border-bottom: thin solid #6c757d;
}
.toggle-more-projects-link::before {
margin-right: 0.25em;
}
.toggle-more-projects-link::after {
margin-left: 0.25em;
}
.toggle-more-projects-text {
background-color: #6c757d;
align-items: center;
text-align: center;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
border-radius: 10px;
}
#theme-overlay {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
#theme-container {
position: relative;
}
| 0.45302 | 0.085556 |
html, body {
font-family: 'Fira Sans', sans-serif;
color: #2E1C00;
background: #E2DDC7;
}
@font-face {
font-family: 'fontello';
src: url('font/fontello.eot?30844589');
src: url('font/fontello.eot?30844589#iefix') format('embedded-opentype'),
url('font/fontello.woff2?30844589') format('woff2'),
url('font/fontello.woff?30844589') format('woff'),
url('font/fontello.ttf?30844589') format('truetype'),
url('font/fontello.svg?30844589#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('font/fontello.svg?30844589#fontello') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-location:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-github:before { content: '\f113'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.container {
max-width: 740px;
margin-right: auto;
margin-left: auto;
}
h1 {
text-align: center;
font-size: 3em;
margin-bottom: 0.25em;
color: #2E1C00;
}
.bio, .info {
text-align: center;
}
.bio {
margin: 2.5em auto;
}
.info {
color: #2E1C00;
font-weight: 100;
font-size: 0.8em;
}
.links--list {
display: flex;
flex-direction: row;
list-style: none;
justify-content: center;
margin: 0;
padding: 0;
}
.links--item {
margin: 1em 0.5em;
font-size: 1.2em;
}
.links--item:last-child {
margin-right: 0;
}
.links--item a,
.info a {
color: #2E1C00;
}
.links--item a:hover,
.info a:hover {
color: #ff2020;
}
@-webkit-keyframes screw {
0% {
-webkit-transform: rotate(30deg);
}
72% {
-webkit-transform: rotate(150deg);
}
80% {
-webkit-transform: rotate(170deg);
}
90% {
-webkit-transform: rotate(172deg);
}
100% {
-webkit-transform: rotate(180deg);
}
}
#logo {
width: 4em;
height: 4em;
transform-origin: 84% 15%;
-webkit-animation: screw 1.5s linear alternate infinite;
position: relative;
top: 8em;
left: 5em;
}
#map-container {
background-image: url('images/bouffon-min.jpg');
background-size: cover;
background-position: top center;
height: 450px;
margin-bottom: -50px;
}
#map {
width: 51%;
height: 60%;
top: 35.5%;
left: 24.25%;
position: relative;
}
#wrench {
fill: #2E1C00;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
#logo {
display: none;
}
#map-container {
background-size: cover;
background-position: top center;
height: 300px;
margin-bottom: 0px;
}
#map {
width: 57%;
height: 60%;
top: 31%;
left: 21%;
position: relative;
}
.links--item {
font-size: 1.5em;
}
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 370px) {
#map {
width: 67%;
left: 16%;
}
}
|
style.css
|
html, body {
font-family: 'Fira Sans', sans-serif;
color: #2E1C00;
background: #E2DDC7;
}
@font-face {
font-family: 'fontello';
src: url('font/fontello.eot?30844589');
src: url('font/fontello.eot?30844589#iefix') format('embedded-opentype'),
url('font/fontello.woff2?30844589') format('woff2'),
url('font/fontello.woff?30844589') format('woff'),
url('font/fontello.ttf?30844589') format('truetype'),
url('font/fontello.svg?30844589#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('font/fontello.svg?30844589#fontello') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-location:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-github:before { content: '\f113'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.container {
max-width: 740px;
margin-right: auto;
margin-left: auto;
}
h1 {
text-align: center;
font-size: 3em;
margin-bottom: 0.25em;
color: #2E1C00;
}
.bio, .info {
text-align: center;
}
.bio {
margin: 2.5em auto;
}
.info {
color: #2E1C00;
font-weight: 100;
font-size: 0.8em;
}
.links--list {
display: flex;
flex-direction: row;
list-style: none;
justify-content: center;
margin: 0;
padding: 0;
}
.links--item {
margin: 1em 0.5em;
font-size: 1.2em;
}
.links--item:last-child {
margin-right: 0;
}
.links--item a,
.info a {
color: #2E1C00;
}
.links--item a:hover,
.info a:hover {
color: #ff2020;
}
@-webkit-keyframes screw {
0% {
-webkit-transform: rotate(30deg);
}
72% {
-webkit-transform: rotate(150deg);
}
80% {
-webkit-transform: rotate(170deg);
}
90% {
-webkit-transform: rotate(172deg);
}
100% {
-webkit-transform: rotate(180deg);
}
}
#logo {
width: 4em;
height: 4em;
transform-origin: 84% 15%;
-webkit-animation: screw 1.5s linear alternate infinite;
position: relative;
top: 8em;
left: 5em;
}
#map-container {
background-image: url('images/bouffon-min.jpg');
background-size: cover;
background-position: top center;
height: 450px;
margin-bottom: -50px;
}
#map {
width: 51%;
height: 60%;
top: 35.5%;
left: 24.25%;
position: relative;
}
#wrench {
fill: #2E1C00;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
#logo {
display: none;
}
#map-container {
background-size: cover;
background-position: top center;
height: 300px;
margin-bottom: 0px;
}
#map {
width: 57%;
height: 60%;
top: 31%;
left: 21%;
position: relative;
}
.links--item {
font-size: 1.5em;
}
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 370px) {
#map {
width: 67%;
left: 16%;
}
}
| 0.428951 | 0.087058 |
@-moz-document url-prefix("https://www.ezeelinux.com/talk/")
{
body {
background: #333 !important;
color: #fff !important;
}
#container {
background: #333 !important;
color: #fff !important;
}
a:link {
color: #ffbf00 !important;
}
a:visited {
color: #b98b00 !important;
}
a:hover,
a:active {
color: #ffbf00 !important;
}
#container {
color: #fff !important;
}
#logo {
background: #333 !important;
border-bottom: 1px solid #263c30 !important;
}
#content {
background: #333 !important;
}
#panel .upper {
background: #111111 !important;
color: #fff !important;
border-top: 1px solid #444 !important;
border-bottom: 1px solid #000 !important;
clear: both;
}
#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
color: #ffbf00 !important;
}
#panel .lower {
background: #222 !important;
color: #fff !important;
border-top: 1px solid #333 !important;
border-bottom: 1px solid #111 !important;
}
#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active {
color: #ffbf00 !important;
}
#search input.button,
#search input.textbox {
border-color: #333 !important;
}
#search input.button {
background: #444;
color: #fff !important;
border-color: #000 !important;
}
#search input.button:hover,
#search input.button:hover {
color: #ffbf00 !important;
border-color: #aaa !important;
}
#search input {
margin: -3px 0;
}
#footer .upper {
background: #111 !important;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
padding: 6px;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
color: #ffbf00 !important;
}
#footer .upper .language select {
border-color: #999;
}
#footer .upper .theme select {
border-color: #999;
}
#footer .lower {
color: #999 !important;
}
#footer .lower a:link,
#footer .lower a:visited {
color: #ffbf00 !important;
}
#footer .lower a:hover,
#footer .lower a:active {
color: #ffbf00 !important;
text-decoration: underline;
}
#footer .lower #current_time {
color: #999 !important;
}
table {
color: #fff !important;
font-size: 13px !important;
}
.tborder {
background: #111;
border: 1px solid #111;
}
.thead {
background: #222 !important;
color: #ffffff !important;
border-bottom: 1px solid #263c30;
padding: 8px;
}
.thead a:link {
color: #ffffff;
text-decoration: none;
}
.thead a:visited {
color: #ffffff;
text-decoration: none;
}
.thead a:hover,
.thead a:active {
color: #ffffff;
text-decoration: underline;
}
.tcat {
background: #222 !important;
color: #fff !important;
border-top: 1px solid #444 !important;
border-bottom: 1px solid #000 !important;
}
.tcat a:link {
color: #fff;
}
.tcat a:visited {
color: #fff;
}
.tcat a:hover,
.tcat a:active {
color: #fff;
}
.trow1 {
background: #444 !important;
color: #fff !important;
border: 1px solid !important;
border-color: #222 #222 #222 #222 !important;
}
.trow2 {
background: #444 !important;
color: #fff !important;
border: 1px solid !important;
border-color: #222 #222 #222 #222 !important;
}
.trow_shaded {
background: #ffdde0 !important;
border: 1px solid !important;
border-color: #fff #ffb8be #ffb8be #fff !important;
}
.post.unapproved_post {
background: #ffdde0 !important;
}
.post.unapproved_post .post_author {
border-bottom-color: #ffb8be !important;
}
.post.classic.unapproved_post .post_author {
border-color: #ffb8be !important;
}
.post.unapproved_post .post_controls {
border-top-color: #ffb8be !important;
}
.trow_deleted,
.post.deleted_post {
background: #E8DEFF !important;
}
.trow_selected,
tr.trow_selected td {
background: #FFFBD9 !important;
color: #333 !important;
border-right-color: #F7E86A !important;
border-bottom-color: #F7E86A !important;
}
.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
color: #333 !important;
}
.trow_sep {
background: #555 !important;
color: #fff !important;
border-bottom: 1px solid #000 !important;
}
.tfoot {
border-top: 1px solid #111 !important;
background: #222 !important;
color: #666 !important;
}
.tfoot a:link {
color: #ffbf00 !important;
text-decoration: none !important;
}
.tfoot a:visited {
color: #ffbf00 !important;
text-decoration: none !important;
}
.tfoot a:hover {
color: #ffbf00 !important;
text-decoration: underline !important;
}
.tfoot a:active {
color: #ffbf00 !important;
text-decoration: none !important;
}
.thead input.textbox,
.thead select {
border: 1px solid #263c30;
}
.bottommenu {
background: #efefef;
color: #333;
border: 1px solid #4874a3;
padding: 10px;
}
.navigation {
color: #fff;
font-size: 12px;
}
.navigation a:link {
text-decoration: none;
}
.navigation a:visited {
text-decoration: none;
}
.navigation a:hover,
.navigation a:active {
text-decoration: underline;
}
.navigation .active {
color: #fff;
font-size: small;
font-weight: bold;
}
.smalltext {
color: #fff !important;
font-size: 11px !important;
}
.largetext {
color: #fff !important;
font-size: 16px !important;
font-weight: bold !important;
}
fieldset.trow1,
fieldset.trow2 {
border-color: #bbb;
}
input.textbox {
background: #222;
color: #fff;
border: 1px solid #111;
}
input.textbox.portal_search {
width: 68%;
}
textarea {
background: #222 !important;
color: #fff !important;
border: 1px solid #000 !important;
}
select {
background: #444 !important;
color: #fff !important;
border: 1px solid #111 !important;
}
button,
input.button {
background: #444 !important;
color: #fff !important;
border-color: #000 !important;
}
button:hover,
input.button:hover {
color: #ffbf00 !important;
border-color: #aaa !important;
}
form {
margin: 0;
padding: 0;
}
input.error,
textarea.error,
select.error {
border: 1px solid #f30;
color: #f30;
}
input.valid,
textarea.valid,
select.valid {
border: 1px solid #0c0;
}
label.error {
color: #f30;
margin: 5px;
padding: 0px;
display: block;
font-weight: bold;
font-size: 11px;
}
form #message {
width: 500px;
}
.editor {
background: #f1f1f1;
border: 1px solid #ccc;
}
.editor_control_bar {
background: #fff;
border: 1px solid #ccc;
}
.post .editor_control_bar {
background: #f5f5f5;
}
.popup_menu {
background: #444 !important;
border: 1px solid #ccc !important;
}
.popup_menu .popup_item {
background: #444;
color: #fff;
}
.popup_menu .popup_item:hover {
background: #666;
color: #fff;
}
.trow_reputation_positive {
background: #ccffcc;
}
.trow_reputation_negative {
background: #ffcccc;
}
.reputation_positive {
color: green;
}
.reputation_neutral {
color: #444;
}
.reputation_negative {
color: red;
}
.repbox {
font-size: 16px;
font-weight: bold;
padding: 5px 7px 5px 7px;
}
._neutral {
background-color: #FAFAFA;
color: #999999;
border: 1px solid #CCCCCC;
}
._minus {
background-color: #FDD2D1;
color: #CB0200;
border: 1px solid #980201;
}
._plus {
background-color: #E8FCDC;
color: #008800;
border: 1px solid #008800;
}
img {
border: none;
}
img.attachment {
border: 1px solid #E9E5D7;
padding: 2px;
}
hr {
background-color: #fff !important;
color: #fff !important;
height: 1px !important;
border: 0px !important;
}
.selectall {
background: #FFFBD9;
border-bottom: 1px solid #F7E86A;
color: #333;
text-align: center;
}
blockquote {
background: #444 !important;
color: #aaa !important;
border: 1px solid #999 !important;
margin: 0 !important;
}
blockquote cite {
font-weight: bold;
border-bottom: 1px solid #ccc;
}
blockquote cite > span {
color: #666;
}
blockquote cite span.highlight {
float: none;
font-weight: bold;
padding-bottom: 0;
}
.codeblock {
background: #111 !important;
color: #fff !important;
border: 1px solid #000 !important;
}
.codeblock .title {
border-bottom: 1px solid #ccc;
}
.codeblock code {
font-family: Monaco, Consolas, Courier, monospace;
font-size: 13px;
}
.smilie {
vertical-align: middle;
}
.smilie_pointer {
cursor: pointer;
}
.separator {
margin: 5px;
padding: 0;
height: 0px;
font-size: 1px;
list-style-type: none;
}
.highlight {
background: #FFFFCC;
}
.pm_alert {
background: #FFF6BF;
border: 1px solid #FFD324;
}
.red_alert {
background: #FBE3E4;
border: 1px solid #A5161A;
color: #A5161A;
text-align: center;
}
.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
color: #A5161A;
}
.high_warning {
color: #CC0000;
}
.moderate_warning {
color: #F3611B;
}
.low_warning {
color: #AE5700;
}
.imminent_banned {
color: #880000;
}
.high_banned {
color: #FF0000;
}
.moderate_banned {
color: #FF6600;
}
.low_banned {
color: #008000;
}
.online {
color: #15A018;
}
.offline {
color: #C7C7C7;
}
div.error {
border: 2px solid #FFD324;
background: #FFF6BF;
}
div.error p {
color: #333;
}
div.error p em {
color: #C00;
}
.pagination a {
background: #444 !important;
color: #fff !important;
border: 1px solid #000 !important;
}
.pagination .pagination_current {
background: none;
color: #aaa !important;
border: none !important;
}
.pagination a:hover {
background: #444 !important;
color: #ffbf00 !important;
border-color: #fff !important;
text-decoration: none !important;
}
.drop_go_page {
background: #f5f5f5;
}
.pagination_breadcrumb {
background-color: #efefef;
border: 1px solid #fff;
outline: 1px solid #ccc;
}
.success_message {
color: #00b200;
}
.error_message {
color: #C00;
font-weight: bold;
}
.ignored_post {
border-top: 3px solid #333;
}
.deleted_post_hidden {
border-top: 2px solid #ccc;
}
.deleted_post_collapsed {
border-top: 3px solid #333;
}
.pmspace_unused {
background: #444 !important;
color: #fff !important;
}
.post .post_author {
background: #222 !important;
border-bottom: 1px solid #333 !important;
border-top: 2px solid #333 !important;
padding: 30px 10px 10px 10px
}
.post.classic .post_author {
border: 1px solid #ddd;
}
.post .post_author div.author_avatar img {
border: 1px solid #ddd;
background: #fff;
}
.post .post_author div.author_statistics {
float: right;
color: #666;
}
.post.classic .post_author div.author_statistics {
border-top: 1px dotted #ccc;
}
.post .post_head {
background: #444 !important;
font-size: 11px !important;
border-bottom: 1px dotted #ddd !important;
}
.post .post_head span.post_date {
color: #aaa;
}
.post .post_head span.edited_post {
color: #aaa;
}
.post .post_head span.edited_post a {
color: #aaa;
}
.post_content {
background: #444 !important;
padding: 9px 10px 5px 10px !important;
;
}
.post_content .signature {
color: #aaa !important;
border-top: 1px dotted #ddd !important;
}
.post .post_meta {
color: #999;
}
.post .post_meta a:link,
.post .post_meta a:visited {
color: #777;
}
.post .post_meta a:hover,
.post .post_meta a:active {
color: #777;
}
.post_controls {
clear: both;
background: #222 !important;
border-bottom: 1px solid #ccc !important;
}
.post_body {
background: #444 !important;
color: #fff !important;
font-size: 13px !important;
}
.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
background: #444 !important;
border: 1px solid #000 !important;
color: #fff !important;
}
.postbit_buttons > a:visited {
background: #444 !important;
border: 1px solid #000 !important;
color: #fff !important;
}
.postbit_buttons > a:hover {
background: #444 !important;
color: #ffbf00 !important;
border: 1px solid #fff !important;
}
a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
background: #0f0f0f;
color: #fff;
border: 1px solid #000;
}
.pollbar {
border: 1px solid #3f3f3f;
height: 10px;
}
/** jGrowl Styling **/
.jGrowl {
color: #ffffff;
}
/** Modal Start **/
.blocker {
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.75);
}
.modal {
background: #fff;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-o-box-shadow: 0 0 10px #000;
-ms-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
}
/** Modal End **/
/** Impromptu Start **/
/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 <NAME>; Licensed MIT */
.jqifade {
background-color: #777777;
}
div.jqi {
background-color: #ffffff;
border: solid 1px #eeeeee;
}
div.jqi .jqiclose {
color: #bbbbbb;
}
div.jqi .jqistate {
background-color: #fff;
}
div.jqi .jqititle {
border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage {
color: #444444;
}
div.jqi .jqibuttons {
border-top: solid 1px #e4e4e4;
background-color: #f4f4f4;
}
div.jqi .jqibuttons button {
border-left: solid 1px #e4e4e4;
color: #777;
}
div.jqi .jqibuttons button.jqidefaultbutton {
color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
color: #287ade;
outline: none;
}
div.jqi .jqibuttons button[disabled] {
color: #aaa;
}
.jqiwarning .jqi .jqibuttons {
background-color: #b95656;
}
/* sub states */
div.jqi .jqiparentstate::after {
background-color: #777;
}
div.jqi .jqisubstate {
border: solid 1px #eeeeee;
}
/* arrows for tooltips/tours */
.jqi .jqiarrow {
position: absolute;
height: 0;
width: 0;
line-height: 0;
font-size: 0;
border: solid 10px transparent;
}
.jqi .jqiarrowtl {
left: 10px;
top: -20px;
border-bottom-color: #ffffff;
}
.jqi .jqiarrowtc {
left: 50%;
top: -20px;
border-bottom-color: #ffffff;
margin-left: -10px;
}
.jqi .jqiarrowtr {
right: 10px;
top: -20px;
border-bottom-color: #ffffff;
}
.jqi .jqiarrowbl {
left: 10px;
bottom: -20px;
border-top-color: #ffffff;
}
.jqi .jqiarrowbc {
left: 50%;
bottom: -20px;
border-top-color: #ffffff;
margin-left: -10px;
}
.jqi .jqiarrowbr {
right: 10px;
bottom: -20px;
border-top-color: #ffffff;
}
.jqi .jqiarrowlt {
left: -20px;
top: 10px;
border-right-color: #ffffff;
}
.jqi .jqiarrowlm {
left: -20px;
top: 50%;
border-right-color: #ffffff;
margin-top: -10px;
}
.jqi .jqiarrowlb {
left: -20px;
bottom: 10px;
border-right-color: #ffffff;
}
.jqi .jqiarrowrt {
right: -20px;
top: 10px;
border-left-color: #ffffff;
}
.jqi .jqiarrowrm {
right: -20px;
top: 50%;
border-left-color: #ffffff;
margin-top: -10px;
}
.jqi .jqiarrowrb {
right: -20px;
bottom: 10px;
border-left-color: #ffffff;
}
/** Impromptu End */
html,
body,
p,
code:before,
table {
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 14px;
background: #333 !important;
color: #fff !important;
}
element {}
.select2-container .select2-choice {
background-color: #444;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333), color-stop(0.5, #666));
background-image: -webkit-linear-gradient(center bottom, #333 0%, #666 50%);
background-image: -moz-linear-gradient(center bottom, #333 0%, #666 50%);
background-image: linear-gradient(to top, #333 0%, #666 50%);
}
input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type="checkbox"]):not([type="radio"]),
textarea,
select {
-moz-appearance: none !important;
background-color: #222;
color: #fff;
}
.en-markup-crop-options {
top: 18px !important;
left: 50% !important;
margin-left: -100px !important;
width: 200px !important;
border: 1px rgba(100, 100, 100, .38) solid !important;
border-radius: 4px !important;
}
.sceditor-container {
position: relative;
background: #666 !important;
border: 1px solid #444;
font-size: 13px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #222;
line-height: 1;
font-weight: bold;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100% !important;
}
}
|
data/usercss/163519.user.css
|
@-moz-document url-prefix("https://www.ezeelinux.com/talk/")
{
body {
background: #333 !important;
color: #fff !important;
}
#container {
background: #333 !important;
color: #fff !important;
}
a:link {
color: #ffbf00 !important;
}
a:visited {
color: #b98b00 !important;
}
a:hover,
a:active {
color: #ffbf00 !important;
}
#container {
color: #fff !important;
}
#logo {
background: #333 !important;
border-bottom: 1px solid #263c30 !important;
}
#content {
background: #333 !important;
}
#panel .upper {
background: #111111 !important;
color: #fff !important;
border-top: 1px solid #444 !important;
border-bottom: 1px solid #000 !important;
clear: both;
}
#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
color: #ffbf00 !important;
}
#panel .lower {
background: #222 !important;
color: #fff !important;
border-top: 1px solid #333 !important;
border-bottom: 1px solid #111 !important;
}
#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active {
color: #ffbf00 !important;
}
#search input.button,
#search input.textbox {
border-color: #333 !important;
}
#search input.button {
background: #444;
color: #fff !important;
border-color: #000 !important;
}
#search input.button:hover,
#search input.button:hover {
color: #ffbf00 !important;
border-color: #aaa !important;
}
#search input {
margin: -3px 0;
}
#footer .upper {
background: #111 !important;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
padding: 6px;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
color: #ffbf00 !important;
}
#footer .upper .language select {
border-color: #999;
}
#footer .upper .theme select {
border-color: #999;
}
#footer .lower {
color: #999 !important;
}
#footer .lower a:link,
#footer .lower a:visited {
color: #ffbf00 !important;
}
#footer .lower a:hover,
#footer .lower a:active {
color: #ffbf00 !important;
text-decoration: underline;
}
#footer .lower #current_time {
color: #999 !important;
}
table {
color: #fff !important;
font-size: 13px !important;
}
.tborder {
background: #111;
border: 1px solid #111;
}
.thead {
background: #222 !important;
color: #ffffff !important;
border-bottom: 1px solid #263c30;
padding: 8px;
}
.thead a:link {
color: #ffffff;
text-decoration: none;
}
.thead a:visited {
color: #ffffff;
text-decoration: none;
}
.thead a:hover,
.thead a:active {
color: #ffffff;
text-decoration: underline;
}
.tcat {
background: #222 !important;
color: #fff !important;
border-top: 1px solid #444 !important;
border-bottom: 1px solid #000 !important;
}
.tcat a:link {
color: #fff;
}
.tcat a:visited {
color: #fff;
}
.tcat a:hover,
.tcat a:active {
color: #fff;
}
.trow1 {
background: #444 !important;
color: #fff !important;
border: 1px solid !important;
border-color: #222 #222 #222 #222 !important;
}
.trow2 {
background: #444 !important;
color: #fff !important;
border: 1px solid !important;
border-color: #222 #222 #222 #222 !important;
}
.trow_shaded {
background: #ffdde0 !important;
border: 1px solid !important;
border-color: #fff #ffb8be #ffb8be #fff !important;
}
.post.unapproved_post {
background: #ffdde0 !important;
}
.post.unapproved_post .post_author {
border-bottom-color: #ffb8be !important;
}
.post.classic.unapproved_post .post_author {
border-color: #ffb8be !important;
}
.post.unapproved_post .post_controls {
border-top-color: #ffb8be !important;
}
.trow_deleted,
.post.deleted_post {
background: #E8DEFF !important;
}
.trow_selected,
tr.trow_selected td {
background: #FFFBD9 !important;
color: #333 !important;
border-right-color: #F7E86A !important;
border-bottom-color: #F7E86A !important;
}
.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
color: #333 !important;
}
.trow_sep {
background: #555 !important;
color: #fff !important;
border-bottom: 1px solid #000 !important;
}
.tfoot {
border-top: 1px solid #111 !important;
background: #222 !important;
color: #666 !important;
}
.tfoot a:link {
color: #ffbf00 !important;
text-decoration: none !important;
}
.tfoot a:visited {
color: #ffbf00 !important;
text-decoration: none !important;
}
.tfoot a:hover {
color: #ffbf00 !important;
text-decoration: underline !important;
}
.tfoot a:active {
color: #ffbf00 !important;
text-decoration: none !important;
}
.thead input.textbox,
.thead select {
border: 1px solid #263c30;
}
.bottommenu {
background: #efefef;
color: #333;
border: 1px solid #4874a3;
padding: 10px;
}
.navigation {
color: #fff;
font-size: 12px;
}
.navigation a:link {
text-decoration: none;
}
.navigation a:visited {
text-decoration: none;
}
.navigation a:hover,
.navigation a:active {
text-decoration: underline;
}
.navigation .active {
color: #fff;
font-size: small;
font-weight: bold;
}
.smalltext {
color: #fff !important;
font-size: 11px !important;
}
.largetext {
color: #fff !important;
font-size: 16px !important;
font-weight: bold !important;
}
fieldset.trow1,
fieldset.trow2 {
border-color: #bbb;
}
input.textbox {
background: #222;
color: #fff;
border: 1px solid #111;
}
input.textbox.portal_search {
width: 68%;
}
textarea {
background: #222 !important;
color: #fff !important;
border: 1px solid #000 !important;
}
select {
background: #444 !important;
color: #fff !important;
border: 1px solid #111 !important;
}
button,
input.button {
background: #444 !important;
color: #fff !important;
border-color: #000 !important;
}
button:hover,
input.button:hover {
color: #ffbf00 !important;
border-color: #aaa !important;
}
form {
margin: 0;
padding: 0;
}
input.error,
textarea.error,
select.error {
border: 1px solid #f30;
color: #f30;
}
input.valid,
textarea.valid,
select.valid {
border: 1px solid #0c0;
}
label.error {
color: #f30;
margin: 5px;
padding: 0px;
display: block;
font-weight: bold;
font-size: 11px;
}
form #message {
width: 500px;
}
.editor {
background: #f1f1f1;
border: 1px solid #ccc;
}
.editor_control_bar {
background: #fff;
border: 1px solid #ccc;
}
.post .editor_control_bar {
background: #f5f5f5;
}
.popup_menu {
background: #444 !important;
border: 1px solid #ccc !important;
}
.popup_menu .popup_item {
background: #444;
color: #fff;
}
.popup_menu .popup_item:hover {
background: #666;
color: #fff;
}
.trow_reputation_positive {
background: #ccffcc;
}
.trow_reputation_negative {
background: #ffcccc;
}
.reputation_positive {
color: green;
}
.reputation_neutral {
color: #444;
}
.reputation_negative {
color: red;
}
.repbox {
font-size: 16px;
font-weight: bold;
padding: 5px 7px 5px 7px;
}
._neutral {
background-color: #FAFAFA;
color: #999999;
border: 1px solid #CCCCCC;
}
._minus {
background-color: #FDD2D1;
color: #CB0200;
border: 1px solid #980201;
}
._plus {
background-color: #E8FCDC;
color: #008800;
border: 1px solid #008800;
}
img {
border: none;
}
img.attachment {
border: 1px solid #E9E5D7;
padding: 2px;
}
hr {
background-color: #fff !important;
color: #fff !important;
height: 1px !important;
border: 0px !important;
}
.selectall {
background: #FFFBD9;
border-bottom: 1px solid #F7E86A;
color: #333;
text-align: center;
}
blockquote {
background: #444 !important;
color: #aaa !important;
border: 1px solid #999 !important;
margin: 0 !important;
}
blockquote cite {
font-weight: bold;
border-bottom: 1px solid #ccc;
}
blockquote cite > span {
color: #666;
}
blockquote cite span.highlight {
float: none;
font-weight: bold;
padding-bottom: 0;
}
.codeblock {
background: #111 !important;
color: #fff !important;
border: 1px solid #000 !important;
}
.codeblock .title {
border-bottom: 1px solid #ccc;
}
.codeblock code {
font-family: Monaco, Consolas, Courier, monospace;
font-size: 13px;
}
.smilie {
vertical-align: middle;
}
.smilie_pointer {
cursor: pointer;
}
.separator {
margin: 5px;
padding: 0;
height: 0px;
font-size: 1px;
list-style-type: none;
}
.highlight {
background: #FFFFCC;
}
.pm_alert {
background: #FFF6BF;
border: 1px solid #FFD324;
}
.red_alert {
background: #FBE3E4;
border: 1px solid #A5161A;
color: #A5161A;
text-align: center;
}
.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
color: #A5161A;
}
.high_warning {
color: #CC0000;
}
.moderate_warning {
color: #F3611B;
}
.low_warning {
color: #AE5700;
}
.imminent_banned {
color: #880000;
}
.high_banned {
color: #FF0000;
}
.moderate_banned {
color: #FF6600;
}
.low_banned {
color: #008000;
}
.online {
color: #15A018;
}
.offline {
color: #C7C7C7;
}
div.error {
border: 2px solid #FFD324;
background: #FFF6BF;
}
div.error p {
color: #333;
}
div.error p em {
color: #C00;
}
.pagination a {
background: #444 !important;
color: #fff !important;
border: 1px solid #000 !important;
}
.pagination .pagination_current {
background: none;
color: #aaa !important;
border: none !important;
}
.pagination a:hover {
background: #444 !important;
color: #ffbf00 !important;
border-color: #fff !important;
text-decoration: none !important;
}
.drop_go_page {
background: #f5f5f5;
}
.pagination_breadcrumb {
background-color: #efefef;
border: 1px solid #fff;
outline: 1px solid #ccc;
}
.success_message {
color: #00b200;
}
.error_message {
color: #C00;
font-weight: bold;
}
.ignored_post {
border-top: 3px solid #333;
}
.deleted_post_hidden {
border-top: 2px solid #ccc;
}
.deleted_post_collapsed {
border-top: 3px solid #333;
}
.pmspace_unused {
background: #444 !important;
color: #fff !important;
}
.post .post_author {
background: #222 !important;
border-bottom: 1px solid #333 !important;
border-top: 2px solid #333 !important;
padding: 30px 10px 10px 10px
}
.post.classic .post_author {
border: 1px solid #ddd;
}
.post .post_author div.author_avatar img {
border: 1px solid #ddd;
background: #fff;
}
.post .post_author div.author_statistics {
float: right;
color: #666;
}
.post.classic .post_author div.author_statistics {
border-top: 1px dotted #ccc;
}
.post .post_head {
background: #444 !important;
font-size: 11px !important;
border-bottom: 1px dotted #ddd !important;
}
.post .post_head span.post_date {
color: #aaa;
}
.post .post_head span.edited_post {
color: #aaa;
}
.post .post_head span.edited_post a {
color: #aaa;
}
.post_content {
background: #444 !important;
padding: 9px 10px 5px 10px !important;
;
}
.post_content .signature {
color: #aaa !important;
border-top: 1px dotted #ddd !important;
}
.post .post_meta {
color: #999;
}
.post .post_meta a:link,
.post .post_meta a:visited {
color: #777;
}
.post .post_meta a:hover,
.post .post_meta a:active {
color: #777;
}
.post_controls {
clear: both;
background: #222 !important;
border-bottom: 1px solid #ccc !important;
}
.post_body {
background: #444 !important;
color: #fff !important;
font-size: 13px !important;
}
.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
background: #444 !important;
border: 1px solid #000 !important;
color: #fff !important;
}
.postbit_buttons > a:visited {
background: #444 !important;
border: 1px solid #000 !important;
color: #fff !important;
}
.postbit_buttons > a:hover {
background: #444 !important;
color: #ffbf00 !important;
border: 1px solid #fff !important;
}
a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
background: #0f0f0f;
color: #fff;
border: 1px solid #000;
}
.pollbar {
border: 1px solid #3f3f3f;
height: 10px;
}
/** jGrowl Styling **/
.jGrowl {
color: #ffffff;
}
/** Modal Start **/
.blocker {
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.75);
}
.modal {
background: #fff;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-o-box-shadow: 0 0 10px #000;
-ms-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
}
/** Modal End **/
/** Impromptu Start **/
/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 <NAME>; Licensed MIT */
.jqifade {
background-color: #777777;
}
div.jqi {
background-color: #ffffff;
border: solid 1px #eeeeee;
}
div.jqi .jqiclose {
color: #bbbbbb;
}
div.jqi .jqistate {
background-color: #fff;
}
div.jqi .jqititle {
border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage {
color: #444444;
}
div.jqi .jqibuttons {
border-top: solid 1px #e4e4e4;
background-color: #f4f4f4;
}
div.jqi .jqibuttons button {
border-left: solid 1px #e4e4e4;
color: #777;
}
div.jqi .jqibuttons button.jqidefaultbutton {
color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
color: #287ade;
outline: none;
}
div.jqi .jqibuttons button[disabled] {
color: #aaa;
}
.jqiwarning .jqi .jqibuttons {
background-color: #b95656;
}
/* sub states */
div.jqi .jqiparentstate::after {
background-color: #777;
}
div.jqi .jqisubstate {
border: solid 1px #eeeeee;
}
/* arrows for tooltips/tours */
.jqi .jqiarrow {
position: absolute;
height: 0;
width: 0;
line-height: 0;
font-size: 0;
border: solid 10px transparent;
}
.jqi .jqiarrowtl {
left: 10px;
top: -20px;
border-bottom-color: #ffffff;
}
.jqi .jqiarrowtc {
left: 50%;
top: -20px;
border-bottom-color: #ffffff;
margin-left: -10px;
}
.jqi .jqiarrowtr {
right: 10px;
top: -20px;
border-bottom-color: #ffffff;
}
.jqi .jqiarrowbl {
left: 10px;
bottom: -20px;
border-top-color: #ffffff;
}
.jqi .jqiarrowbc {
left: 50%;
bottom: -20px;
border-top-color: #ffffff;
margin-left: -10px;
}
.jqi .jqiarrowbr {
right: 10px;
bottom: -20px;
border-top-color: #ffffff;
}
.jqi .jqiarrowlt {
left: -20px;
top: 10px;
border-right-color: #ffffff;
}
.jqi .jqiarrowlm {
left: -20px;
top: 50%;
border-right-color: #ffffff;
margin-top: -10px;
}
.jqi .jqiarrowlb {
left: -20px;
bottom: 10px;
border-right-color: #ffffff;
}
.jqi .jqiarrowrt {
right: -20px;
top: 10px;
border-left-color: #ffffff;
}
.jqi .jqiarrowrm {
right: -20px;
top: 50%;
border-left-color: #ffffff;
margin-top: -10px;
}
.jqi .jqiarrowrb {
right: -20px;
bottom: 10px;
border-left-color: #ffffff;
}
/** Impromptu End */
html,
body,
p,
code:before,
table {
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 14px;
background: #333 !important;
color: #fff !important;
}
element {}
.select2-container .select2-choice {
background-color: #444;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333), color-stop(0.5, #666));
background-image: -webkit-linear-gradient(center bottom, #333 0%, #666 50%);
background-image: -moz-linear-gradient(center bottom, #333 0%, #666 50%);
background-image: linear-gradient(to top, #333 0%, #666 50%);
}
input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type="checkbox"]):not([type="radio"]),
textarea,
select {
-moz-appearance: none !important;
background-color: #222;
color: #fff;
}
.en-markup-crop-options {
top: 18px !important;
left: 50% !important;
margin-left: -100px !important;
width: 200px !important;
border: 1px rgba(100, 100, 100, .38) solid !important;
border-radius: 4px !important;
}
.sceditor-container {
position: relative;
background: #666 !important;
border: 1px solid #444;
font-size: 13px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #222;
line-height: 1;
font-weight: bold;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100% !important;
}
}
| 0.230746 | 0.066357 |
html,
body {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* font-smoothing: antialiased; */
min-height: 100vh;
display: flex;
flex-direction: column;
}
body {
font-family: 'Poppins', sans-serif !important;
font-size: 15px;
font-weight: 400;
line-height: 1.5;
color: #171725;
background-color: #fafafb;
word-break: break-word;
}
h1, h2, h3, h4, h5, h6 {
color: #2b2c2f;
}
p {
margin: 0;
}
a {
text-decoration: none !important;
color: #171725;
}
a:hover {
color: #0062FF;
}
.btn {
box-shadow: none !important;
outline: none !important;
}
.btn-plain {
box-shadow: none !important;
outline: none !important;
border: none !important;
border-radius: 0;
padding: 0;
background: none;
}
header {
background-color: #fff;
}
header ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
margin: 0 auto;
display: table;
}
header ul li {
float: left;
margin: 0 20px;
}
header ul li a {
display: block;
color: #171725;
text-align: center;
padding: 20px 0;
text-decoration: none;
font-weight: 600;
font-size: 14px;
position: relative;
}
header ul li a:hover, header ul li a.active {
color: #0062FF;
}
header ul li a:hover:before,
header ul li a.active:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
right: 0;
height: 3px;
background-color: #0062FF;
border-radius: 3px 3px 0 0;
}
.banner {
background: url(/images/bg/bg3.jpeg) no-repeat center top;
background-color: #0062FF;
text-align: center;
color: #fff;
padding-top: 25px;
padding-bottom: 265px;
background-size: auto 139%;
position: relative;
background-size: cover;
border-radius: 0 0 45px 45px;
overflow: hidden;
}
.banner:before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 98, 255, 0.43);
}
.banner-title {
position: relative;
z-index: 8;
}
.banner-title h1 {
font-family: 'Poppins', sans-serif !important;
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 76px;
text-align: center;
letter-spacing: 0.233333px;
color: #FAFAFB;
}
.banner-title p {
font-weight: normal;
font-size: 16px;
line-height: 26px;
text-align: center;
letter-spacing: 0.1px;
color: #FAFAFB;
}
.signup-form {
max-width: 709px;
width: 100%;
padding: 40px 20px;
display: inherit;
margin: -200px auto 55px;
background: #fff;
box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.04);
border-radius: 16px;
position: relative;
z-index: 8;
}
.signup-form h6 {
font-family: 'Roboto', sans-serif !important;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
text-align: center;
letter-spacing: 1px;
color: #B5B5BE;
}
.signup-form h5 {
margin-top: 20px;
font-weight: 500;
font-size: 18px;
line-height: 27px;
text-align: center;
letter-spacing: 0.1px;
color: #171725;
}
.formfield-wrapper {
margin: 30px 0;
}
.form-control {
outline: none !important;
box-shadow: none !important;
border-radius: 0;
border: none;
color: #171725;
font-size: 16px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #B5B5BE !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
color: #B5B5BE !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
color: #B5B5BE !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
color: #B5B5BE !important;
}
.input-group-text {
background: none;
border: none;
padding-left: 3px;
padding-right: 0;
}
.input-group {
background: none;
border-bottom: solid 1px #E2E2EA !important;
padding-left: 3px;
padding-right: 0;
}
.input-group-text i {
color: #92929D;
}
.step-block {
display: flex;
justify-content: center;
}
.step-block span {
width: 160px;
height: 8px;
background: #D6D7D9;
margin: 5px 10px;
border-radius: 16px
}
.step-block .active {
background: #A1BAE2;
}
.btn {
font-size: 12px;
padding-top: 14px;
padding-bottom: 14px;
font-weight: 600;
min-width: 160px;
border-radius: 16px;
}
.btn:disabled {
cursor: not-allowed;
background: #99C0FF;
}
.btn-primary {
background-color: #0062FF !important;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #0656d6 !important;
}
.add-h6 {
font-family: Poppins !important;
font-style: normal;
font-weight: 500 !important;
font-size: 18px;
line-height: 36px;
text-align: center;
letter-spacing: 0.1px;
color: #171725 !important;
float: left;
margin-top: 8px;
}
.input {
padding: 16px;
min-height: 56px;
border: 1px solid #D6D7D9;
border-radius: 10px;
}
:root {
--default-theme: #0062FF;
--text-dark: #171725;
--white: #ffffff;
--text-desc: #B5B5BE;
--candidate-banner-bg: #85AFEC;
--candidate-banner-overlay: rgba(0, 98, 255, 0.43);
--job-title-bg: #FAFAFB;
--step-bullets-bg: #C4C4C4;
--form-control-border: #E2E2EA;
--form-control-color: #171725;
--maz-success: #0062FF !important;
--maz-primary: #0062FF !important;
}
.additionalPage {
width: 100%;
}
@media screen and (max-width: 767px) {
.additionalPage .nav-tabs {
display: none;
}
}
.candidateContentHolder {
position: relative;
}
.candidateContentHolder .candidateBannerSec {
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: right;
background: var(--candidate-banner-bg);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
border-radius: 0 0 3rem 3rem;
overflow: hidden;
}
.candidateContentHolder .candidateBannerSec .candidateBannerSp {
width: 90%;
position: relative;
}
.candidateContentHolder .candidateBannerSec .candidateBannerSp:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: var(--candidate-banner-overlay);
}
.candidateContentHolder .candidateBannerSec .candidateBannerSp img {
width: 100%;
}
.candidateContentHolder .candidateStepSec {
position: relative;
z-index: 1;
}
@media (min-width: 1500px) {
.candidateContentHolder .candidateStepSec > .container {
max-width: 1420px;
}
}
.candidateContentHolder .candidateStepSec .candidateCaptionSec {
margin: 0 auto;
max-width: 48.375rem;
padding: 5.75rem 1rem 2.75rem 1rem;
text-align: center;
color: var(--white);
}
.candidateContentHolder .candidateStepSec .candidateCaptionSec p {
font-size: 1.142857142857143em;
}
.candidateContentHolder .candidateStepCard {
-webkit-box-shadow: 3px -5px 40px rgba(205, 205, 212, 0.1);
box-shadow: 3px -5px 40px rgba(205, 205, 212, 0.1);
background: var(--white);
border-radius: 1.25rem;
padding: 2rem 1rem;
}
.candidateContentHolder .candidateStepCard.additionFinalStep {
padding-left: 4.375rem;
padding-right: 4.375rem;
}
.candidateContentHolder .candidateStepCard h4 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.candidateContentHolder .candidateStepCard h4 small {
margin-bottom: 1rem;
font-size: 0.5833333333333333em;
}
@media screen and (min-width: 992px) {
.candidateContentHolder .stepForm > form > .row {
margin: 0 -3.75rem;
}
.candidateContentHolder .stepForm > form > .row > * {
padding: 0 3.75rem;
}
}
.candidateContentHolder .stepForm .candidateStepFormSec {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormHead {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 1rem 0;
margin-bottom: 1rem;
}
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormHead h5 {
margin: 0;
font-size: 1.285714285714286em;
}
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormBody {
padding: 1rem 0;
}
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormBody .form-group {
margin-bottom: 2rem;
}
.jobTitleBlock {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: var(--job-title-bg);
padding: 1.5rem 1rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0.5rem 0;
border-radius: 1.25rem;
}
.jobTitleBlock h5 {
margin-top: 0 !important;
margin-bottom: 0;
margin-right: 0.5rem;
font-size: 1.285714285714286em;
white-space: nowrap;
}
.jobTitleBlock p {
margin: 0;
}
.profileBtnHolder {
text-align: center;
padding-top: 0.5rem;
}
.button-back {
top: 107px;
position: absolute;
color: #FFFFFF;
z-index: 999;
font-style: normal;
font-weight: 500;
font-size: 17.5px;
line-height: 26px;
display: flex;
align-items: center;
left: 90px;
}
input:active, input:focus, textarea:active, textarea:focus, textarea:focus-visible {
outline: 0;
}
.pt-2 {
padding-top: 2px;
}
.input-label {
font-size: 12px;
line-height: 18px;
color: #9BA2AC;
margin-bottom: 0;
}
.maz-phone-number-input__country-flag .maz-flag {
margin-top: -12px !important;
}
.maz-phone-number-input .country-selector:not(.no-padding-left) .maz-input__input {
padding-left: 35px !important;
}
.maz-input__input {
color: #D6D7D9 !important;
margin-top: -4px !important;
}
.vdp-datepicker input {
width: 100% !important;
max-width: 100% !important;
padding: 16px;
min-height: 56px;
border: 1px solid #D6D7D9 !important;
border-radius: 10px;
padding-left: 48px;
background-image: url(/images/svg/input/calendar.svg);
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: 16px 1.05rem;
}
.mine__row {
display: flex;
}
.mine__row label {
margin-right: 10px;
}
.gender__row {
margin-top: 17px;
}
.mb-3 {
margin-bottom: 10px !important;
}
.tag svg {
margin-bottom: 1px;
}
.inner-card .col-2 {
padding-top: 2.5%;
text-align: center;
}
.text-blue {
color: #0062FF;
}
.checkbox-parag {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
color: #000000;
}
.btn {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: center;
letter-spacing: 0.1px;
color: #FFFFFF;
}
.agreed-text {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 18px;
/* identical to box height */
/* Grayscale/Gray */
color: #9BA2AC;
}
.mb-30 {
margin-bottom: 30px !important;
}
.cancel-btn {
color: #a3aab7;
}
.vdp-datepicker input {
margin-top: 4px;
}
.color-black-input .maz-input__input {
font-size: 16px !important;
color: #171725 !important;
}
@media screen and (min-width: 768px) {
.profileBtnHolder a {
font-weight: 600;
font-size: 1.142857142857143em;
}
}
@media screen and (max-width: 767px) {
.profileBtnHolder {
padding-top: 0;
padding-bottom: 1.5rem;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.candidateContentHolder .candidateStepCard.additionFinalStep {
padding-left: 2rem;
padding-right: 2rem;
}
.candidateContentHolder .candidateStepSec .candidateCaptionSec {
padding: 2.75rem 1rem 0.75rem 1rem;
}
}
@media screen and (max-width: 767px) {
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormHead {
margin-bottom: 0;
padding-bottom: 0;
}
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormBody {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormBody .form-group {
margin-bottom: 1rem;
}
.jobTitleBlock {
margin-bottom: 1rem;
}
.candidateContentHolder .candidateStepSec > .container {
padding: 0;
}
.candidateContentHolder .candidateStepSec .candidateCaptionSec {
padding: 1.5rem 1rem 1rem 1rem;
}
.candidateContentHolder .candidateStepSec .candidateCaptionSec p {
font-size: 1em;
}
.candidateContentHolder .candidateStepCard.additionFinalStep {
padding-left: 1rem;
padding-right: 1rem;
}
.candidateContentHolder .candidateStepCard .stepFooter {
margin-top: 1rem;
}
.candidateContentHolder .candidateStepCard .step-steps {
display: none;
}
.candidateContentHolder .candidateBannerSec {
border-radius: 0;
}
.candidateContentHolder .candidateBannerSec .candidateBannerSp {
width: 100%;
}
.candidateContentHolder .candidateBannerSec .candidateBannerSp img {
height: 11.25rem;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.m-m-t-0 {
margin-top: 0;
}
.button-back {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
/* identical to box height */
text-align: right;
/* Grayscale/Gray */
color: #9BA2AC;
top: 37px;
left: 0;
}
.back-button-first {
top: 240px;
}
.step-block span {
height: 4px;
}
}
.step-col-6 {
padding: 0 3.75rem;
margin-top: 40px;
}
.step-btn {
width: 100%;
max-width: 31.25rem;
}
.add-link-btn {
font-size: 16px;
line-height: 24px;
text-align: center;
letter-spacing: 0.1px;
}
body {
background: unset;
}
.textarea-group-text {
display: initial;
padding-top: 3px;
font-size: 20px;
}
.img-add-circle {
/* left: 122px; */
/* top: 222px; */
margin: auto;
border-radius: 100%;
padding: 31px 48px;
}
.img-add-circle img {
width: 150px;
height: 150px;
}
.cursor-pointer {
cursor: pointer !important;
}
.greetings-title {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 36px;
text-align: center;
letter-spacing: 0.1px;
margin-bottom: -5px;
color: #171725;
}
.greetings-text {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 36px;
/* identical to box height, or 300% */
letter-spacing: 0.1px;
margin-top: -7px;
color: #92929D;
}
.display-inline {
display: inline;
}
.small-badge {
background: #0062ff0d !important;
border: 1px solid rgba(0, 98, 255, 0.5) !important;
color: #0062FF !important;
font-weight: normal;
font-size: 12px;
margin-right: 5px;
margin-top: 5px;
padding: 6px;
border-radius: 15px;
display: inline-flex;
}
.small-add-btn {
background: #0062ff0d !important;
border: 1px solid rgba(0, 98, 255, 0.5) !important;
color: #0062FF !important;
font-weight: normal;
font-size: 12px;
margin-right: 5px;
margin-top: 5px;
padding: 6px;
}
.text-soft-grey {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
/* identical to box height */
color: #92929D;
}
.text-16-grey {
font-size: 16px;
line-height: 24px;
text-align: center;
color: #92929D;
}
.candidate-step-2-button {
text-align: center;
margin-bottom: 55px;
}
.candidate-step-2 .signup-form {
margin-bottom: 25px;
}
@media (max-width: 1000px) {
.candidateContentHolder .candidateStepSec > .container {
max-width: 1420px;
}
.banner-title h1 {
font-weight: 600;
font-size: 18px;
line-height: 27px;
}
.banner-title p {
font-size: 14px;
}
.container > ul {
display: none;
}
.col-6 input {
max-width: 100px !important;
}
.step-col-6 {
padding-right: 15px;
padding-left: 15px;
}
.signup-form {
padding: 40px 15px;
box-shadow: none;
margin-bottom: 0;
}
.candidate-step-2-button {
margin-bottom: 20px;
padding: 0 15px;
}
.candidate-step-2-button {
padding: 0 15px;
}
}
.mt-40 {
margin-top: 40px;
}
small.text-grey {
font-size: 10px;
line-height: 36px;
text-align: center;
letter-spacing: 0.1px;
color: #44444F;
}
|
public/css/steps.css
|
html,
body {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* font-smoothing: antialiased; */
min-height: 100vh;
display: flex;
flex-direction: column;
}
body {
font-family: 'Poppins', sans-serif !important;
font-size: 15px;
font-weight: 400;
line-height: 1.5;
color: #171725;
background-color: #fafafb;
word-break: break-word;
}
h1, h2, h3, h4, h5, h6 {
color: #2b2c2f;
}
p {
margin: 0;
}
a {
text-decoration: none !important;
color: #171725;
}
a:hover {
color: #0062FF;
}
.btn {
box-shadow: none !important;
outline: none !important;
}
.btn-plain {
box-shadow: none !important;
outline: none !important;
border: none !important;
border-radius: 0;
padding: 0;
background: none;
}
header {
background-color: #fff;
}
header ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
margin: 0 auto;
display: table;
}
header ul li {
float: left;
margin: 0 20px;
}
header ul li a {
display: block;
color: #171725;
text-align: center;
padding: 20px 0;
text-decoration: none;
font-weight: 600;
font-size: 14px;
position: relative;
}
header ul li a:hover, header ul li a.active {
color: #0062FF;
}
header ul li a:hover:before,
header ul li a.active:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
right: 0;
height: 3px;
background-color: #0062FF;
border-radius: 3px 3px 0 0;
}
.banner {
background: url(/images/bg/bg3.jpeg) no-repeat center top;
background-color: #0062FF;
text-align: center;
color: #fff;
padding-top: 25px;
padding-bottom: 265px;
background-size: auto 139%;
position: relative;
background-size: cover;
border-radius: 0 0 45px 45px;
overflow: hidden;
}
.banner:before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 98, 255, 0.43);
}
.banner-title {
position: relative;
z-index: 8;
}
.banner-title h1 {
font-family: 'Poppins', sans-serif !important;
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 76px;
text-align: center;
letter-spacing: 0.233333px;
color: #FAFAFB;
}
.banner-title p {
font-weight: normal;
font-size: 16px;
line-height: 26px;
text-align: center;
letter-spacing: 0.1px;
color: #FAFAFB;
}
.signup-form {
max-width: 709px;
width: 100%;
padding: 40px 20px;
display: inherit;
margin: -200px auto 55px;
background: #fff;
box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.04);
border-radius: 16px;
position: relative;
z-index: 8;
}
.signup-form h6 {
font-family: 'Roboto', sans-serif !important;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
text-align: center;
letter-spacing: 1px;
color: #B5B5BE;
}
.signup-form h5 {
margin-top: 20px;
font-weight: 500;
font-size: 18px;
line-height: 27px;
text-align: center;
letter-spacing: 0.1px;
color: #171725;
}
.formfield-wrapper {
margin: 30px 0;
}
.form-control {
outline: none !important;
box-shadow: none !important;
border-radius: 0;
border: none;
color: #171725;
font-size: 16px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #B5B5BE !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
color: #B5B5BE !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
color: #B5B5BE !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
color: #B5B5BE !important;
}
.input-group-text {
background: none;
border: none;
padding-left: 3px;
padding-right: 0;
}
.input-group {
background: none;
border-bottom: solid 1px #E2E2EA !important;
padding-left: 3px;
padding-right: 0;
}
.input-group-text i {
color: #92929D;
}
.step-block {
display: flex;
justify-content: center;
}
.step-block span {
width: 160px;
height: 8px;
background: #D6D7D9;
margin: 5px 10px;
border-radius: 16px
}
.step-block .active {
background: #A1BAE2;
}
.btn {
font-size: 12px;
padding-top: 14px;
padding-bottom: 14px;
font-weight: 600;
min-width: 160px;
border-radius: 16px;
}
.btn:disabled {
cursor: not-allowed;
background: #99C0FF;
}
.btn-primary {
background-color: #0062FF !important;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #0656d6 !important;
}
.add-h6 {
font-family: Poppins !important;
font-style: normal;
font-weight: 500 !important;
font-size: 18px;
line-height: 36px;
text-align: center;
letter-spacing: 0.1px;
color: #171725 !important;
float: left;
margin-top: 8px;
}
.input {
padding: 16px;
min-height: 56px;
border: 1px solid #D6D7D9;
border-radius: 10px;
}
:root {
--default-theme: #0062FF;
--text-dark: #171725;
--white: #ffffff;
--text-desc: #B5B5BE;
--candidate-banner-bg: #85AFEC;
--candidate-banner-overlay: rgba(0, 98, 255, 0.43);
--job-title-bg: #FAFAFB;
--step-bullets-bg: #C4C4C4;
--form-control-border: #E2E2EA;
--form-control-color: #171725;
--maz-success: #0062FF !important;
--maz-primary: #0062FF !important;
}
.additionalPage {
width: 100%;
}
@media screen and (max-width: 767px) {
.additionalPage .nav-tabs {
display: none;
}
}
.candidateContentHolder {
position: relative;
}
.candidateContentHolder .candidateBannerSec {
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: right;
background: var(--candidate-banner-bg);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
border-radius: 0 0 3rem 3rem;
overflow: hidden;
}
.candidateContentHolder .candidateBannerSec .candidateBannerSp {
width: 90%;
position: relative;
}
.candidateContentHolder .candidateBannerSec .candidateBannerSp:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: var(--candidate-banner-overlay);
}
.candidateContentHolder .candidateBannerSec .candidateBannerSp img {
width: 100%;
}
.candidateContentHolder .candidateStepSec {
position: relative;
z-index: 1;
}
@media (min-width: 1500px) {
.candidateContentHolder .candidateStepSec > .container {
max-width: 1420px;
}
}
.candidateContentHolder .candidateStepSec .candidateCaptionSec {
margin: 0 auto;
max-width: 48.375rem;
padding: 5.75rem 1rem 2.75rem 1rem;
text-align: center;
color: var(--white);
}
.candidateContentHolder .candidateStepSec .candidateCaptionSec p {
font-size: 1.142857142857143em;
}
.candidateContentHolder .candidateStepCard {
-webkit-box-shadow: 3px -5px 40px rgba(205, 205, 212, 0.1);
box-shadow: 3px -5px 40px rgba(205, 205, 212, 0.1);
background: var(--white);
border-radius: 1.25rem;
padding: 2rem 1rem;
}
.candidateContentHolder .candidateStepCard.additionFinalStep {
padding-left: 4.375rem;
padding-right: 4.375rem;
}
.candidateContentHolder .candidateStepCard h4 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.candidateContentHolder .candidateStepCard h4 small {
margin-bottom: 1rem;
font-size: 0.5833333333333333em;
}
@media screen and (min-width: 992px) {
.candidateContentHolder .stepForm > form > .row {
margin: 0 -3.75rem;
}
.candidateContentHolder .stepForm > form > .row > * {
padding: 0 3.75rem;
}
}
.candidateContentHolder .stepForm .candidateStepFormSec {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormHead {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 1rem 0;
margin-bottom: 1rem;
}
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormHead h5 {
margin: 0;
font-size: 1.285714285714286em;
}
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormBody {
padding: 1rem 0;
}
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormBody .form-group {
margin-bottom: 2rem;
}
.jobTitleBlock {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: var(--job-title-bg);
padding: 1.5rem 1rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0.5rem 0;
border-radius: 1.25rem;
}
.jobTitleBlock h5 {
margin-top: 0 !important;
margin-bottom: 0;
margin-right: 0.5rem;
font-size: 1.285714285714286em;
white-space: nowrap;
}
.jobTitleBlock p {
margin: 0;
}
.profileBtnHolder {
text-align: center;
padding-top: 0.5rem;
}
.button-back {
top: 107px;
position: absolute;
color: #FFFFFF;
z-index: 999;
font-style: normal;
font-weight: 500;
font-size: 17.5px;
line-height: 26px;
display: flex;
align-items: center;
left: 90px;
}
input:active, input:focus, textarea:active, textarea:focus, textarea:focus-visible {
outline: 0;
}
.pt-2 {
padding-top: 2px;
}
.input-label {
font-size: 12px;
line-height: 18px;
color: #9BA2AC;
margin-bottom: 0;
}
.maz-phone-number-input__country-flag .maz-flag {
margin-top: -12px !important;
}
.maz-phone-number-input .country-selector:not(.no-padding-left) .maz-input__input {
padding-left: 35px !important;
}
.maz-input__input {
color: #D6D7D9 !important;
margin-top: -4px !important;
}
.vdp-datepicker input {
width: 100% !important;
max-width: 100% !important;
padding: 16px;
min-height: 56px;
border: 1px solid #D6D7D9 !important;
border-radius: 10px;
padding-left: 48px;
background-image: url(/images/svg/input/calendar.svg);
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: 16px 1.05rem;
}
.mine__row {
display: flex;
}
.mine__row label {
margin-right: 10px;
}
.gender__row {
margin-top: 17px;
}
.mb-3 {
margin-bottom: 10px !important;
}
.tag svg {
margin-bottom: 1px;
}
.inner-card .col-2 {
padding-top: 2.5%;
text-align: center;
}
.text-blue {
color: #0062FF;
}
.checkbox-parag {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
color: #000000;
}
.btn {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: center;
letter-spacing: 0.1px;
color: #FFFFFF;
}
.agreed-text {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 18px;
/* identical to box height */
/* Grayscale/Gray */
color: #9BA2AC;
}
.mb-30 {
margin-bottom: 30px !important;
}
.cancel-btn {
color: #a3aab7;
}
.vdp-datepicker input {
margin-top: 4px;
}
.color-black-input .maz-input__input {
font-size: 16px !important;
color: #171725 !important;
}
@media screen and (min-width: 768px) {
.profileBtnHolder a {
font-weight: 600;
font-size: 1.142857142857143em;
}
}
@media screen and (max-width: 767px) {
.profileBtnHolder {
padding-top: 0;
padding-bottom: 1.5rem;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.candidateContentHolder .candidateStepCard.additionFinalStep {
padding-left: 2rem;
padding-right: 2rem;
}
.candidateContentHolder .candidateStepSec .candidateCaptionSec {
padding: 2.75rem 1rem 0.75rem 1rem;
}
}
@media screen and (max-width: 767px) {
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormHead {
margin-bottom: 0;
padding-bottom: 0;
}
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormBody {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.candidateContentHolder .stepForm .candidateStepFormSec .candidateStepFormBody .form-group {
margin-bottom: 1rem;
}
.jobTitleBlock {
margin-bottom: 1rem;
}
.candidateContentHolder .candidateStepSec > .container {
padding: 0;
}
.candidateContentHolder .candidateStepSec .candidateCaptionSec {
padding: 1.5rem 1rem 1rem 1rem;
}
.candidateContentHolder .candidateStepSec .candidateCaptionSec p {
font-size: 1em;
}
.candidateContentHolder .candidateStepCard.additionFinalStep {
padding-left: 1rem;
padding-right: 1rem;
}
.candidateContentHolder .candidateStepCard .stepFooter {
margin-top: 1rem;
}
.candidateContentHolder .candidateStepCard .step-steps {
display: none;
}
.candidateContentHolder .candidateBannerSec {
border-radius: 0;
}
.candidateContentHolder .candidateBannerSec .candidateBannerSp {
width: 100%;
}
.candidateContentHolder .candidateBannerSec .candidateBannerSp img {
height: 11.25rem;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.m-m-t-0 {
margin-top: 0;
}
.button-back {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
/* identical to box height */
text-align: right;
/* Grayscale/Gray */
color: #9BA2AC;
top: 37px;
left: 0;
}
.back-button-first {
top: 240px;
}
.step-block span {
height: 4px;
}
}
.step-col-6 {
padding: 0 3.75rem;
margin-top: 40px;
}
.step-btn {
width: 100%;
max-width: 31.25rem;
}
.add-link-btn {
font-size: 16px;
line-height: 24px;
text-align: center;
letter-spacing: 0.1px;
}
body {
background: unset;
}
.textarea-group-text {
display: initial;
padding-top: 3px;
font-size: 20px;
}
.img-add-circle {
/* left: 122px; */
/* top: 222px; */
margin: auto;
border-radius: 100%;
padding: 31px 48px;
}
.img-add-circle img {
width: 150px;
height: 150px;
}
.cursor-pointer {
cursor: pointer !important;
}
.greetings-title {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 36px;
text-align: center;
letter-spacing: 0.1px;
margin-bottom: -5px;
color: #171725;
}
.greetings-text {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 36px;
/* identical to box height, or 300% */
letter-spacing: 0.1px;
margin-top: -7px;
color: #92929D;
}
.display-inline {
display: inline;
}
.small-badge {
background: #0062ff0d !important;
border: 1px solid rgba(0, 98, 255, 0.5) !important;
color: #0062FF !important;
font-weight: normal;
font-size: 12px;
margin-right: 5px;
margin-top: 5px;
padding: 6px;
border-radius: 15px;
display: inline-flex;
}
.small-add-btn {
background: #0062ff0d !important;
border: 1px solid rgba(0, 98, 255, 0.5) !important;
color: #0062FF !important;
font-weight: normal;
font-size: 12px;
margin-right: 5px;
margin-top: 5px;
padding: 6px;
}
.text-soft-grey {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
/* identical to box height */
color: #92929D;
}
.text-16-grey {
font-size: 16px;
line-height: 24px;
text-align: center;
color: #92929D;
}
.candidate-step-2-button {
text-align: center;
margin-bottom: 55px;
}
.candidate-step-2 .signup-form {
margin-bottom: 25px;
}
@media (max-width: 1000px) {
.candidateContentHolder .candidateStepSec > .container {
max-width: 1420px;
}
.banner-title h1 {
font-weight: 600;
font-size: 18px;
line-height: 27px;
}
.banner-title p {
font-size: 14px;
}
.container > ul {
display: none;
}
.col-6 input {
max-width: 100px !important;
}
.step-col-6 {
padding-right: 15px;
padding-left: 15px;
}
.signup-form {
padding: 40px 15px;
box-shadow: none;
margin-bottom: 0;
}
.candidate-step-2-button {
margin-bottom: 20px;
padding: 0 15px;
}
.candidate-step-2-button {
padding: 0 15px;
}
}
.mt-40 {
margin-top: 40px;
}
small.text-grey {
font-size: 10px;
line-height: 36px;
text-align: center;
letter-spacing: 0.1px;
color: #44444F;
}
| 0.364325 | 0.061312 |
body {
font-family: Arial;
}
.screen {
width: 100vw;
height: 100vh;
position: absolute;
}
#scroll_prompt {
position: absolute;
bottom: 5vh;
right: 5vw;
text-align: center;
font-size: 4vh;
font-family: 'The Girl Next Door', cursive;
color: gray;
}
#screen-1 {
top: -100vh;
background: gold;
}
#screen-2 {
top: 100vh;
background: orange;
}
#screen-3 {
right: -100vw;
top: 0;
background: lightblue;
}
#main_content h1{
text-align: center;
font-size: 13vh;
position: relative;
top: 5vh;
z-index: 7777;
margin-bottom: 0;
color: white;
text-shadow: 1px 1px 1px gold;
}
.scene-3 #main_content h1 {
text-shadow: 0px 0px 0px white;
}
#main_content h2 {
text-align: center;
z-index: 7777;
display: none;
position: relative;
font-size: 5vh;
font-family: 'The Girl Next Door', cursive;
top: 5vh;
}
@media screen and (max-width: 800px) {
#main_content h1{
font-size: 8vh;
top: 10vh;
}
#main_content h2{
font-size: 3vh;
top: 10vh;
}
}
#main_content h2, #main_content a{
color: white;
}
#main_content a{
font-family: Arial, sans-serif;
}
.scene-13 #main_content h2 {
display: block;
}
#tsb {
width: 5vw;
height: 95vh;
position: absolute;
top: 2.5vh;
right: 2.5vh;
border-top: 5px solid white;
border-left: 5px solid white;
border-bottom: 5px solid white;
z-index: 7777;
color: white;
opacity: 0;
}
#tsb p {
text-align: center;
position: relative;
left: -20vw;
width: 18vw;
font-size: 4vh;
font-family: 'The Girl Next Door', cursive;
}
#tsb p span{
display: none;
line-height: 1.4;
}
.scene-4 #tsb-1 {
display: block;
}
.scene-5 #tsb-2 {
display: block;
font-size: 8vh;
}
.scene-6 #tsb-3 {
display: block;
}
.scene-7 #tsb-4 {
display: block;
}
#rect-1 {
position: absolute;
bottom: 10vh;
height: 1vh;
width: 0;
background: white;
}
#rect-2 {
position: absolute;
bottom: 10vh;
height: 0vh;
width: 1vh;
background: white;
left: 50vw;
}
#rect-3 {
position: absolute;
bottom: 50vh;
height: 1vh;
width: 0;
background: white;
left: 50vw;
}
#rect-4 {
position: absolute;
bottom: 50vh;
height: 1vh;
width: 0;
background: white;
left: 50vw;
}
|
demo/scenery_website/style.css
|
body {
font-family: Arial;
}
.screen {
width: 100vw;
height: 100vh;
position: absolute;
}
#scroll_prompt {
position: absolute;
bottom: 5vh;
right: 5vw;
text-align: center;
font-size: 4vh;
font-family: 'The Girl Next Door', cursive;
color: gray;
}
#screen-1 {
top: -100vh;
background: gold;
}
#screen-2 {
top: 100vh;
background: orange;
}
#screen-3 {
right: -100vw;
top: 0;
background: lightblue;
}
#main_content h1{
text-align: center;
font-size: 13vh;
position: relative;
top: 5vh;
z-index: 7777;
margin-bottom: 0;
color: white;
text-shadow: 1px 1px 1px gold;
}
.scene-3 #main_content h1 {
text-shadow: 0px 0px 0px white;
}
#main_content h2 {
text-align: center;
z-index: 7777;
display: none;
position: relative;
font-size: 5vh;
font-family: 'The Girl Next Door', cursive;
top: 5vh;
}
@media screen and (max-width: 800px) {
#main_content h1{
font-size: 8vh;
top: 10vh;
}
#main_content h2{
font-size: 3vh;
top: 10vh;
}
}
#main_content h2, #main_content a{
color: white;
}
#main_content a{
font-family: Arial, sans-serif;
}
.scene-13 #main_content h2 {
display: block;
}
#tsb {
width: 5vw;
height: 95vh;
position: absolute;
top: 2.5vh;
right: 2.5vh;
border-top: 5px solid white;
border-left: 5px solid white;
border-bottom: 5px solid white;
z-index: 7777;
color: white;
opacity: 0;
}
#tsb p {
text-align: center;
position: relative;
left: -20vw;
width: 18vw;
font-size: 4vh;
font-family: 'The Girl Next Door', cursive;
}
#tsb p span{
display: none;
line-height: 1.4;
}
.scene-4 #tsb-1 {
display: block;
}
.scene-5 #tsb-2 {
display: block;
font-size: 8vh;
}
.scene-6 #tsb-3 {
display: block;
}
.scene-7 #tsb-4 {
display: block;
}
#rect-1 {
position: absolute;
bottom: 10vh;
height: 1vh;
width: 0;
background: white;
}
#rect-2 {
position: absolute;
bottom: 10vh;
height: 0vh;
width: 1vh;
background: white;
left: 50vw;
}
#rect-3 {
position: absolute;
bottom: 50vh;
height: 1vh;
width: 0;
background: white;
left: 50vw;
}
#rect-4 {
position: absolute;
bottom: 50vh;
height: 1vh;
width: 0;
background: white;
left: 50vw;
}
| 0.480479 | 0.062847 |
:root{
/* OPACITY - 01%*/
--PolarNight1-01:#2e344003;
--PolarNight2-01:#3b425203;
--PolarNight3-01:#434c5e03;
--PolarNight4-01:#4c566a03;
--SnowStorm1-01:#d8dee903;
--SnowStorm2-01:#e5e9f003;
--SnowStorm3-01:#eceff403;
--Frost1-01:#8fbcbb03;
--Frost2-01:#88c0d003;
--Frost3-01:#81a1c103;
--Frost4-01:#5e81ac03;
--Aurora1-01:#bf616a03;
--Aurora2-01:#d0877003;
--Aurora3-01:#ebcb8b03;
--Aurora4-01:#a3be8c03;
--Aurora5-01:#b48ead03;
/* OPACITY - 02%*/
--PolarNight1-02:#2e344005;
--PolarNight2-02:#3b425205;
--PolarNight3-02:#434c5e05;
--PolarNight4-02:#4c566a05;
--SnowStorm1-02:#d8dee905;
--SnowStorm2-02:#e5e9f005;
--SnowStorm3-02:#eceff405;
--Frost1-02:#8fbcbb05;
--Frost2-02:#88c0d005;
--Frost3-02:#81a1c105;
--Frost4-02:#5e81ac05;
--Aurora1-02:#bf616a05;
--Aurora2-02:#d0877005;
--Aurora3-02:#ebcb8b05;
--Aurora4-02:#a3be8c05;
--Aurora5-02:#b48ead05;
/* OPACITY - 03%*/
--PolarNight1-03:#2e344008;
--PolarNight2-03:#3b425208;
--PolarNight3-03:#434c5e08;
--PolarNight4-03:#4c566a08;
--SnowStorm1-03:#d8dee908;
--SnowStorm2-03:#e5e9f008;
--SnowStorm3-03:#eceff408;
--Frost1-03:#8fbcbb08;
--Frost2-03:#88c0d008;
--Frost3-03:#81a1c108;
--Frost4-03:#5e81ac08;
--Aurora1-03:#bf616a08;
--Aurora2-03:#d0877008;
--Aurora3-03:#ebcb8b08;
--Aurora4-03:#a3be8c08;
--Aurora5-03:#b48ead08;
/* OPACITY - 04%*/
--PolarNight1-04:#2e34400A;
--PolarNight2-04:#3b42520A;
--PolarNight3-04:#434c5e0A;
--PolarNight4-04:#4c566a0A;
--SnowStorm1-04:#d8dee90A;
--SnowStorm2-04:#e5e9f00A;
--SnowStorm3-04:#eceff40A;
--Frost1-04:#8fbcbb0A;
--Frost2-04:#88c0d00A;
--Frost3-04:#81a1c10A;
--Frost4-04:#5e81ac0A;
--Aurora1-04:#bf616a0A;
--Aurora2-04:#d087700A;
--Aurora3-04:#ebcb8b0A;
--Aurora4-04:#a3be8c0A;
--Aurora5-04:#b48ead0A;
/* OPACITY - 05%*/
--PolarNight1-05:#2e34400D;
--PolarNight2-05:#3b42520D;
--PolarNight3-05:#434c5e0D;
--PolarNight4-05:#4c566a0D;
--SnowStorm1-05:#d8dee90D;
--SnowStorm2-05:#e5e9f00D;
--SnowStorm3-05:#eceff40D;
--Frost1-05:#8fbcbb0D;
--Frost2-05:#88c0d00D;
--Frost3-05:#81a1c10D;
--Frost4-05:#5e81ac0D;
--Aurora1-05:#bf616a0D;
--Aurora2-05:#d087700D;
--Aurora3-05:#ebcb8b0D;
--Aurora4-05:#a3be8c0D;
--Aurora5-05:#b48ead0D;
/* OPACITY - 06%*/
--PolarNight1-06:#2e34400F;
--PolarNight2-06:#3b42520F;
--PolarNight3-06:#434c5e0F;
--PolarNight4-06:#4c566a0F;
--SnowStorm1-06:#d8dee90F;
--SnowStorm2-06:#e5e9f00F;
--SnowStorm3-06:#eceff40F;
--Frost1-06:#8fbcbb0F;
--Frost2-06:#88c0d00F;
--Frost3-06:#81a1c10F;
--Frost4-06:#5e81ac0F;
--Aurora1-06:#bf616a0F;
--Aurora2-06:#d087700F;
--Aurora3-06:#ebcb8b0F;
--Aurora4-06:#a3be8c0F;
--Aurora5-06:#b48ead0F;
/* OPACITY - 07%*/
--PolarNight1-07:#2e344012;
--PolarNight2-07:#3b425212;
--PolarNight3-07:#434c5e12;
--PolarNight4-07:#4c566a12;
--SnowStorm1-07:#d8dee912;
--SnowStorm2-07:#e5e9f012;
--SnowStorm3-07:#eceff412;
--Frost1-07:#8fbcbb12;
--Frost2-07:#88c0d012;
--Frost3-07:#81a1c112;
--Frost4-07:#5e81ac12;
--Aurora1-07:#bf616a12;
--Aurora2-07:#d0877012;
--Aurora3-07:#ebcb8b12;
--Aurora4-07:#a3be8c12;
--Aurora5-07:#b48ead12;
/* OPACITY - 08%*/
--PolarNight1-08:#2e344014;
--PolarNight2-08:#3b425214;
--PolarNight3-08:#434c5e14;
--PolarNight4-08:#4c566a14;
--SnowStorm1-08:#d8dee914;
--SnowStorm2-08:#e5e9f014;
--SnowStorm3-08:#eceff414;
--Frost1-08:#8fbcbb14;
--Frost2-08:#88c0d014;
--Frost3-08:#81a1c114;
--Frost4-08:#5e81ac14;
--Aurora1-08:#bf616a14;
--Aurora2-08:#d0877014;
--Aurora3-08:#ebcb8b14;
--Aurora4-08:#a3be8c14;
--Aurora5-08:#b48ead14;
/* OPACITY - 09%*/
--PolarNight1-09:#2e344017;
--PolarNight2-09:#3b425217;
--PolarNight3-09:#434c5e17;
--PolarNight4-09:#4c566a17;
--SnowStorm1-09:#d8dee917;
--SnowStorm2-09:#e5e9f017;
--SnowStorm3-09:#eceff417;
--Frost1-09:#8fbcbb17;
--Frost2-09:#88c0d017;
--Frost3-09:#81a1c117;
--Frost4-09:#5e81ac17;
--Aurora1-09:#bf616a17;
--Aurora2-09:#d0877017;
--Aurora3-09:#ebcb8b17;
--Aurora4-09:#a3be8c17;
--Aurora5-09:#b48ead17;
/* OPACITY - 10%*/
--PolarNight1-10:#2e34401A;
--PolarNight2-10:#3b42521A;
--PolarNight3-10:#434c5e1A;
--PolarNight4-10:#4c566a1A;
--SnowStorm1-10:#d8dee91A;
--SnowStorm2-10:#e5e9f01A;
--SnowStorm3-10:#eceff41A;
--Frost1-10:#8fbcbb1A;
--Frost2-10:#88c0d01A;
--Frost3-10:#81a1c11A;
--Frost4-10:#5e81ac1A;
--Aurora1-10:#bf616a1A;
--Aurora2-10:#d087701A;
--Aurora3-10:#ebcb8b1A;
--Aurora4-10:#a3be8c1A;
--Aurora5-10:#b48ead1A;
/* OPACITY - 11%*/
--PolarNight1-11:#2e34401C;
--PolarNight2-11:#3b42521C;
--PolarNight3-11:#434c5e1C;
--PolarNight4-11:#4c566a1C;
--SnowStorm1-11:#d8dee91C;
--SnowStorm2-11:#e5e9f01C;
--SnowStorm3-11:#eceff41C;
--Frost1-11:#8fbcbb1C;
--Frost2-11:#88c0d01C;
--Frost3-11:#81a1c11C;
--Frost4-11:#5e81ac1C;
--Aurora1-11:#bf616a1C;
--Aurora2-11:#d087701C;
--Aurora3-11:#ebcb8b1C;
--Aurora4-11:#a3be8c1C;
--Aurora5-11:#b48ead1C;
/* OPACITY - 12%*/
--PolarNight1-12:#2e34401F;
--PolarNight2-12:#3b42521F;
--PolarNight3-12:#434c5e1F;
--PolarNight4-12:#4c566a1F;
--SnowStorm1-12:#d8dee91F;
--SnowStorm2-12:#e5e9f01F;
--SnowStorm3-12:#eceff41F;
--Frost1-12:#8fbcbb1F;
--Frost2-12:#88c0d01F;
--Frost3-12:#81a1c11F;
--Frost4-12:#5e81ac1F;
--Aurora1-12:#bf616a1F;
--Aurora2-12:#d087701F;
--Aurora3-12:#ebcb8b1F;
--Aurora4-12:#a3be8c1F;
--Aurora5-12:#b48ead1F;
/* OPACITY - 13%*/
--PolarNight1-13:#2e344021;
--PolarNight2-13:#3b425221;
--PolarNight3-13:#434c5e21;
--PolarNight4-13:#4c566a21;
--SnowStorm1-13:#d8dee921;
--SnowStorm2-13:#e5e9f021;
--SnowStorm3-13:#eceff421;
--Frost1-13:#8fbcbb21;
--Frost2-13:#88c0d021;
--Frost3-13:#81a1c121;
--Frost4-13:#5e81ac21;
--Aurora1-13:#bf616a21;
--Aurora2-13:#d0877021;
--Aurora3-13:#ebcb8b21;
--Aurora4-13:#a3be8c21;
--Aurora5-13:#b48ead21;
/* OPACITY - 14%*/
--PolarNight1-14:#2e344024;
--PolarNight2-14:#3b425224;
--PolarNight3-14:#434c5e24;
--PolarNight4-14:#4c566a24;
--SnowStorm1-14:#d8dee924;
--SnowStorm2-14:#e5e9f024;
--SnowStorm3-14:#eceff424;
--Frost1-14:#8fbcbb24;
--Frost2-14:#88c0d024;
--Frost3-14:#81a1c124;
--Frost4-14:#5e81ac24;
--Aurora1-14:#bf616a24;
--Aurora2-14:#d0877024;
--Aurora3-14:#ebcb8b24;
--Aurora4-14:#a3be8c24;
--Aurora5-14:#b48ead24;
/* OPACITY - 15%*/
--PolarNight1-15:#2e344026;
--PolarNight2-15:#3b425226;
--PolarNight3-15:#434c5e26;
--PolarNight4-15:#4c566a26;
--SnowStorm1-15:#d8dee926;
--SnowStorm2-15:#e5e9f026;
--SnowStorm3-15:#eceff426;
--Frost1-15:#8fbcbb26;
--Frost2-15:#88c0d026;
--Frost3-15:#81a1c126;
--Frost4-15:#5e81ac26;
--Aurora1-15:#bf616a26;
--Aurora2-15:#d0877026;
--Aurora3-15:#ebcb8b26;
--Aurora4-15:#a3be8c26;
--Aurora5-15:#b48ead26;
/* OPACITY - 16%*/
--PolarNight1-16:#2e344029;
--PolarNight2-16:#3b425229;
--PolarNight3-16:#434c5e29;
--PolarNight4-16:#4c566a29;
--SnowStorm1-16:#d8dee929;
--SnowStorm2-16:#e5e9f029;
--SnowStorm3-16:#eceff429;
--Frost1-16:#8fbcbb29;
--Frost2-16:#88c0d029;
--Frost3-16:#81a1c129;
--Frost4-16:#5e81ac29;
--Aurora1-16:#bf616a29;
--Aurora2-16:#d0877029;
--Aurora3-16:#ebcb8b29;
--Aurora4-16:#a3be8c29;
--Aurora5-16:#b48ead29;
/* OPACITY - 17%*/
--PolarNight1-17:#2e34402B;
--PolarNight2-17:#3b42522B;
--PolarNight3-17:#434c5e2B;
--PolarNight4-17:#4c566a2B;
--SnowStorm1-17:#d8dee92B;
--SnowStorm2-17:#e5e9f02B;
--SnowStorm3-17:#eceff42B;
--Frost1-17:#8fbcbb2B;
--Frost2-17:#88c0d02B;
--Frost3-17:#81a1c12B;
--Frost4-17:#5e81ac2B;
--Aurora1-17:#bf616a2B;
--Aurora2-17:#d087702B;
--Aurora3-17:#ebcb8b2B;
--Aurora4-17:#a3be8c2B;
--Aurora5-17:#b48ead2B;
/* OPACITY - 18%*/
--PolarNight1-18:#2e34402E;
--PolarNight2-18:#3b42522E;
--PolarNight3-18:#434c5e2E;
--PolarNight4-18:#4c566a2E;
--SnowStorm1-18:#d8dee92E;
--SnowStorm2-18:#e5e9f02E;
--SnowStorm3-18:#eceff42E;
--Frost1-18:#8fbcbb2E;
--Frost2-18:#88c0d02E;
--Frost3-18:#81a1c12E;
--Frost4-18:#5e81ac2E;
--Aurora1-18:#bf616a2E;
--Aurora2-18:#d087702E;
--Aurora3-18:#ebcb8b2E;
--Aurora4-18:#a3be8c2E;
--Aurora5-18:#b48ead2E;
/* OPACITY - 19%*/
--PolarNight1-19:#2e344030;
--PolarNight2-19:#3b425230;
--PolarNight3-19:#434c5e30;
--PolarNight4-19:#4c566a30;
--SnowStorm1-19:#d8dee930;
--SnowStorm2-19:#e5e9f030;
--SnowStorm3-19:#eceff430;
--Frost1-19:#8fbcbb30;
--Frost2-19:#88c0d030;
--Frost3-19:#81a1c130;
--Frost4-19:#5e81ac30;
--Aurora1-19:#bf616a30;
--Aurora2-19:#d0877030;
--Aurora3-19:#ebcb8b30;
--Aurora4-19:#a3be8c30;
--Aurora5-19:#b48ead30;
/* OPACITY - 20%*/
--PolarNight1-20:#2e344033;
--PolarNight2-20:#3b425233;
--PolarNight3-20:#434c5e33;
--PolarNight4-20:#4c566a33;
--SnowStorm1-20:#d8dee933;
--SnowStorm2-20:#e5e9f033;
--SnowStorm3-20:#eceff433;
--Frost1-20:#8fbcbb33;
--Frost2-20:#88c0d033;
--Frost3-20:#81a1c133;
--Frost4-20:#5e81ac33;
--Aurora1-20:#bf616a33;
--Aurora2-20:#d0877033;
--Aurora3-20:#ebcb8b33;
--Aurora4-20:#a3be8c33;
--Aurora5-20:#b48ead33;
/* OPACITY - 21%*/
--PolarNight1-21:#2e344036;
--PolarNight2-21:#3b425236;
--PolarNight3-21:#434c5e36;
--PolarNight4-21:#4c566a36;
--SnowStorm1-21:#d8dee936;
--SnowStorm2-21:#e5e9f036;
--SnowStorm3-21:#eceff436;
--Frost1-21:#8fbcbb36;
--Frost2-21:#88c0d036;
--Frost3-21:#81a1c136;
--Frost4-21:#5e81ac36;
--Aurora1-21:#bf616a36;
--Aurora2-21:#d0877036;
--Aurora3-21:#ebcb8b36;
--Aurora4-21:#a3be8c36;
--Aurora5-21:#b48ead36;
/* OPACITY - 22%*/
--PolarNight1-22:#2e344038;
--PolarNight2-22:#3b425238;
--PolarNight3-22:#434c5e38;
--PolarNight4-22:#4c566a38;
--SnowStorm1-22:#d8dee938;
--SnowStorm2-22:#e5e9f038;
--SnowStorm3-22:#eceff438;
--Frost1-22:#8fbcbb38;
--Frost2-22:#88c0d038;
--Frost3-22:#81a1c138;
--Frost4-22:#5e81ac38;
--Aurora1-22:#bf616a38;
--Aurora2-22:#d0877038;
--Aurora3-22:#ebcb8b38;
--Aurora4-22:#a3be8c38;
--Aurora5-22:#b48ead38;
/* OPACITY - 23%*/
--PolarNight1-23:#2e34403B;
--PolarNight2-23:#3b42523B;
--PolarNight3-23:#434c5e3B;
--PolarNight4-23:#4c566a3B;
--SnowStorm1-23:#d8dee93B;
--SnowStorm2-23:#e5e9f03B;
--SnowStorm3-23:#eceff43B;
--Frost1-23:#8fbcbb3B;
--Frost2-23:#88c0d03B;
--Frost3-23:#81a1c13B;
--Frost4-23:#5e81ac3B;
--Aurora1-23:#bf616a3B;
--Aurora2-23:#d087703B;
--Aurora3-23:#ebcb8b3B;
--Aurora4-23:#a3be8c3B;
--Aurora5-23:#b48ead3B;
/* OPACITY - 24%*/
--PolarNight1-24:#2e34403D;
--PolarNight2-24:#3b42523D;
--PolarNight3-24:#434c5e3D;
--PolarNight4-24:#4c566a3D;
--SnowStorm1-24:#d8dee93D;
--SnowStorm2-24:#e5e9f03D;
--SnowStorm3-24:#eceff43D;
--Frost1-24:#8fbcbb3D;
--Frost2-24:#88c0d03D;
--Frost3-24:#81a1c13D;
--Frost4-24:#5e81ac3D;
--Aurora1-24:#bf616a3D;
--Aurora2-24:#d087703D;
--Aurora3-24:#ebcb8b3D;
--Aurora4-24:#a3be8c3D;
--Aurora5-24:#b48ead3D;
/* OPACITY - 25%*/
--PolarNight1-25:#2e344040;
--PolarNight2-25:#3b425240;
--PolarNight3-25:#434c5e40;
--PolarNight4-25:#4c566a40;
--SnowStorm1-25:#d8dee940;
--SnowStorm2-25:#e5e9f040;
--SnowStorm3-25:#eceff440;
--Frost1-25:#8fbcbb40;
--Frost2-25:#88c0d040;
--Frost3-25:#81a1c140;
--Frost4-25:#5e81ac40;
--Aurora1-25:#bf616a40;
--Aurora2-25:#d0877040;
--Aurora3-25:#ebcb8b40;
--Aurora4-25:#a3be8c40;
--Aurora5-25:#b48ead40;
/* OPACITY - 26%*/
--PolarNight1-26:#2e344042;
--PolarNight2-26:#3b425242;
--PolarNight3-26:#434c5e42;
--PolarNight4-26:#4c566a42;
--SnowStorm1-26:#d8dee942;
--SnowStorm2-26:#e5e9f042;
--SnowStorm3-26:#eceff442;
--Frost1-26:#8fbcbb42;
--Frost2-26:#88c0d042;
--Frost3-26:#81a1c142;
--Frost4-26:#5e81ac42;
--Aurora1-26:#bf616a42;
--Aurora2-26:#d0877042;
--Aurora3-26:#ebcb8b42;
--Aurora4-26:#a3be8c42;
--Aurora5-26:#b48ead42;
/* OPACITY - 27%*/
--PolarNight1-27:#2e344045;
--PolarNight2-27:#3b425245;
--PolarNight3-27:#434c5e45;
--PolarNight4-27:#4c566a45;
--SnowStorm1-27:#d8dee945;
--SnowStorm2-27:#e5e9f045;
--SnowStorm3-27:#eceff445;
--Frost1-27:#8fbcbb45;
--Frost2-27:#88c0d045;
--Frost3-27:#81a1c145;
--Frost4-27:#5e81ac45;
--Aurora1-27:#bf616a45;
--Aurora2-27:#d0877045;
--Aurora3-27:#ebcb8b45;
--Aurora4-27:#a3be8c45;
--Aurora5-27:#b48ead45;
/* OPACITY - 28%*/
--PolarNight1-28:#2e344047;
--PolarNight2-28:#3b425247;
--PolarNight3-28:#434c5e47;
--PolarNight4-28:#4c566a47;
--SnowStorm1-28:#d8dee947;
--SnowStorm2-28:#e5e9f047;
--SnowStorm3-28:#eceff447;
--Frost1-28:#8fbcbb47;
--Frost2-28:#88c0d047;
--Frost3-28:#81a1c147;
--Frost4-28:#5e81ac47;
--Aurora1-28:#bf616a47;
--Aurora2-28:#d0877047;
--Aurora3-28:#ebcb8b47;
--Aurora4-28:#a3be8c47;
--Aurora5-28:#b48ead47;
/* OPACITY - 29%*/
--PolarNight1-29:#2e34404A;
--PolarNight2-29:#3b42524A;
--PolarNight3-29:#434c5e4A;
--PolarNight4-29:#4c566a4A;
--SnowStorm1-29:#d8dee94A;
--SnowStorm2-29:#e5e9f04A;
--SnowStorm3-29:#eceff44A;
--Frost1-29:#8fbcbb4A;
--Frost2-29:#88c0d04A;
--Frost3-29:#81a1c14A;
--Frost4-29:#5e81ac4A;
--Aurora1-29:#bf616a4A;
--Aurora2-29:#d087704A;
--Aurora3-29:#ebcb8b4A;
--Aurora4-29:#a3be8c4A;
--Aurora5-29:#b48ead4A;
/* OPACITY - 30%*/
--PolarNight1-30:#2e34404D;
--PolarNight2-30:#3b42524D;
--PolarNight3-30:#434c5e4D;
--PolarNight4-30:#4c566a4D;
--SnowStorm1-30:#d8dee94D;
--SnowStorm2-30:#e5e9f04D;
--SnowStorm3-30:#eceff44D;
--Frost1-30:#8fbcbb4D;
--Frost2-30:#88c0d04D;
--Frost3-30:#81a1c14D;
--Frost4-30:#5e81ac4D;
--Aurora1-30:#bf616a4D;
--Aurora2-30:#d087704D;
--Aurora3-30:#ebcb8b4D;
--Aurora4-30:#a3be8c4D;
--Aurora5-30:#b48ead4D;
/* OPACITY - 31%*/
--PolarNight1-31:#2e34404F;
--PolarNight2-31:#3b42524F;
--PolarNight3-31:#434c5e4F;
--PolarNight4-31:#4c566a4F;
--SnowStorm1-31:#d8dee94F;
--SnowStorm2-31:#e5e9f04F;
--SnowStorm3-31:#eceff44F;
--Frost1-31:#8fbcbb4F;
--Frost2-31:#88c0d04F;
--Frost3-31:#81a1c14F;
--Frost4-31:#5e81ac4F;
--Aurora1-31:#bf616a4F;
--Aurora2-31:#d087704F;
--Aurora3-31:#ebcb8b4F;
--Aurora4-31:#a3be8c4F;
--Aurora5-31:#b48ead4F;
/* OPACITY - 32%*/
--PolarNight1-32:#2e344052;
--PolarNight2-32:#3b425252;
--PolarNight3-32:#434c5e52;
--PolarNight4-32:#4c566a52;
--SnowStorm1-32:#d8dee952;
--SnowStorm2-32:#e5e9f052;
--SnowStorm3-32:#eceff452;
--Frost1-32:#8fbcbb52;
--Frost2-32:#88c0d052;
--Frost3-32:#81a1c152;
--Frost4-32:#5e81ac52;
--Aurora1-32:#bf616a52;
--Aurora2-32:#d0877052;
--Aurora3-32:#ebcb8b52;
--Aurora4-32:#a3be8c52;
--Aurora5-32:#b48ead52;
/* OPACITY - 33%*/
--PolarNight1-33:#2e344054;
--PolarNight2-33:#3b425254;
--PolarNight3-33:#434c5e54;
--PolarNight4-33:#4c566a54;
--SnowStorm1-33:#d8dee954;
--SnowStorm2-33:#e5e9f054;
--SnowStorm3-33:#eceff454;
--Frost1-33:#8fbcbb54;
--Frost2-33:#88c0d054;
--Frost3-33:#81a1c154;
--Frost4-33:#5e81ac54;
--Aurora1-33:#bf616a54;
--Aurora2-33:#d0877054;
--Aurora3-33:#ebcb8b54;
--Aurora4-33:#a3be8c54;
--Aurora5-33:#b48ead54;
/* OPACITY - 34%*/
--PolarNight1-34:#2e344057;
--PolarNight2-34:#3b425257;
--PolarNight3-34:#434c5e57;
--PolarNight4-34:#4c566a57;
--SnowStorm1-34:#d8dee957;
--SnowStorm2-34:#e5e9f057;
--SnowStorm3-34:#eceff457;
--Frost1-34:#8fbcbb57;
--Frost2-34:#88c0d057;
--Frost3-34:#81a1c157;
--Frost4-34:#5e81ac57;
--Aurora1-34:#bf616a57;
--Aurora2-34:#d0877057;
--Aurora3-34:#ebcb8b57;
--Aurora4-34:#a3be8c57;
--Aurora5-34:#b48ead57;
/* OPACITY - 35%*/
--PolarNight1-35:#2e344059;
--PolarNight2-35:#3b425259;
--PolarNight3-35:#434c5e59;
--PolarNight4-35:#4c566a59;
--SnowStorm1-35:#d8dee959;
--SnowStorm2-35:#e5e9f059;
--SnowStorm3-35:#eceff459;
--Frost1-35:#8fbcbb59;
--Frost2-35:#88c0d059;
--Frost3-35:#81a1c159;
--Frost4-35:#5e81ac59;
--Aurora1-35:#bf616a59;
--Aurora2-35:#d0877059;
--Aurora3-35:#ebcb8b59;
--Aurora4-35:#a3be8c59;
--Aurora5-35:#b48ead59;
/* OPACITY - 36%*/
--PolarNight1-36:#2e34405C;
--PolarNight2-36:#3b42525C;
--PolarNight3-36:#434c5e5C;
--PolarNight4-36:#4c566a5C;
--SnowStorm1-36:#d8dee95C;
--SnowStorm2-36:#e5e9f05C;
--SnowStorm3-36:#eceff45C;
--Frost1-36:#8fbcbb5C;
--Frost2-36:#88c0d05C;
--Frost3-36:#81a1c15C;
--Frost4-36:#5e81ac5C;
--Aurora1-36:#bf616a5C;
--Aurora2-36:#d087705C;
--Aurora3-36:#ebcb8b5C;
--Aurora4-36:#a3be8c5C;
--Aurora5-36:#b48ead5C;
/* OPACITY - 37%*/
--PolarNight1-37:#2e34405E;
--PolarNight2-37:#3b42525E;
--PolarNight3-37:#434c5e5E;
--PolarNight4-37:#4c566a5E;
--SnowStorm1-37:#d8dee95E;
--SnowStorm2-37:#e5e9f05E;
--SnowStorm3-37:#eceff45E;
--Frost1-37:#8fbcbb5E;
--Frost2-37:#88c0d05E;
--Frost3-37:#81a1c15E;
--Frost4-37:#5e81ac5E;
--Aurora1-37:#bf616a5E;
--Aurora2-37:#d087705E;
--Aurora3-37:#ebcb8b5E;
--Aurora4-37:#a3be8c5E;
--Aurora5-37:#b48ead5E;
/* OPACITY - 38%*/
--PolarNight1-38:#2e344061;
--PolarNight2-38:#3b425261;
--PolarNight3-38:#434c5e61;
--PolarNight4-38:#4c566a61;
--SnowStorm1-38:#d8dee961;
--SnowStorm2-38:#e5e9f061;
--SnowStorm3-38:#eceff461;
--Frost1-38:#8fbcbb61;
--Frost2-38:#88c0d061;
--Frost3-38:#81a1c161;
--Frost4-38:#5e81ac61;
--Aurora1-38:#bf616a61;
--Aurora2-38:#d0877061;
--Aurora3-38:#ebcb8b61;
--Aurora4-38:#a3be8c61;
--Aurora5-38:#b48ead61;
/* OPACITY - 39%*/
--PolarNight1-39:#2e344063;
--PolarNight2-39:#3b425263;
--PolarNight3-39:#434c5e63;
--PolarNight4-39:#4c566a63;
--SnowStorm1-39:#d8dee963;
--SnowStorm2-39:#e5e9f063;
--SnowStorm3-39:#eceff463;
--Frost1-39:#8fbcbb63;
--Frost2-39:#88c0d063;
--Frost3-39:#81a1c163;
--Frost4-39:#5e81ac63;
--Aurora1-39:#bf616a63;
--Aurora2-39:#d0877063;
--Aurora3-39:#ebcb8b63;
--Aurora4-39:#a3be8c63;
--Aurora5-39:#b48ead63;
/* OPACITY - 40%*/
--PolarNight1-40:#2e344066;
--PolarNight2-40:#3b425266;
--PolarNight3-40:#434c5e66;
--PolarNight4-40:#4c566a66;
--SnowStorm1-40:#d8dee966;
--SnowStorm2-40:#e5e9f066;
--SnowStorm3-40:#eceff466;
--Frost1-40:#8fbcbb66;
--Frost2-40:#88c0d066;
--Frost3-40:#81a1c166;
--Frost4-40:#5e81ac66;
--Aurora1-40:#bf616a66;
--Aurora2-40:#d0877066;
--Aurora3-40:#ebcb8b66;
--Aurora4-40:#a3be8c66;
--Aurora5-40:#b48ead66;
/* OPACITY - 41%*/
--PolarNight1-41:#2e344069;
--PolarNight2-41:#3b425269;
--PolarNight3-41:#434c5e69;
--PolarNight4-41:#4c566a69;
--SnowStorm1-41:#d8dee969;
--SnowStorm2-41:#e5e9f069;
--SnowStorm3-41:#eceff469;
--Frost1-41:#8fbcbb69;
--Frost2-41:#88c0d069;
--Frost3-41:#81a1c169;
--Frost4-41:#5e81ac69;
--Aurora1-41:#bf616a69;
--Aurora2-41:#d0877069;
--Aurora3-41:#ebcb8b69;
--Aurora4-41:#a3be8c69;
--Aurora5-41:#b48ead69;
/* OPACITY - 42%*/
--PolarNight1-42:#2e34406B;
--PolarNight2-42:#3b42526B;
--PolarNight3-42:#434c5e6B;
--PolarNight4-42:#4c566a6B;
--SnowStorm1-42:#d8dee96B;
--SnowStorm2-42:#e5e9f06B;
--SnowStorm3-42:#eceff46B;
--Frost1-42:#8fbcbb6B;
--Frost2-42:#88c0d06B;
--Frost3-42:#81a1c16B;
--Frost4-42:#5e81ac6B;
--Aurora1-42:#bf616a6B;
--Aurora2-42:#d087706B;
--Aurora3-42:#ebcb8b6B;
--Aurora4-42:#a3be8c6B;
--Aurora5-42:#b48ead6B;
/* OPACITY - 43%*/
--PolarNight1-43:#2e34406E;
--PolarNight2-43:#3b42526E;
--PolarNight3-43:#434c5e6E;
--PolarNight4-43:#4c566a6E;
--SnowStorm1-43:#d8dee96E;
--SnowStorm2-43:#e5e9f06E;
--SnowStorm3-43:#eceff46E;
--Frost1-43:#8fbcbb6E;
--Frost2-43:#88c0d06E;
--Frost3-43:#81a1c16E;
--Frost4-43:#5e81ac6E;
--Aurora1-43:#bf616a6E;
--Aurora2-43:#d087706E;
--Aurora3-43:#ebcb8b6E;
--Aurora4-43:#a3be8c6E;
--Aurora5-43:#b48ead6E;
/* OPACITY - 44%*/
--PolarNight1-44:#2e344070;
--PolarNight2-44:#3b425270;
--PolarNight3-44:#434c5e70;
--PolarNight4-44:#4c566a70;
--SnowStorm1-44:#d8dee970;
--SnowStorm2-44:#e5e9f070;
--SnowStorm3-44:#eceff470;
--Frost1-44:#8fbcbb70;
--Frost2-44:#88c0d070;
--Frost3-44:#81a1c170;
--Frost4-44:#5e81ac70;
--Aurora1-44:#bf616a70;
--Aurora2-44:#d0877070;
--Aurora3-44:#ebcb8b70;
--Aurora4-44:#a3be8c70;
--Aurora5-44:#b48ead70;
/* OPACITY - 45%*/
--PolarNight1-45:#2e344073;
--PolarNight2-45:#3b425273;
--PolarNight3-45:#434c5e73;
--PolarNight4-45:#4c566a73;
--SnowStorm1-45:#d8dee973;
--SnowStorm2-45:#e5e9f073;
--SnowStorm3-45:#eceff473;
--Frost1-45:#8fbcbb73;
--Frost2-45:#88c0d073;
--Frost3-45:#81a1c173;
--Frost4-45:#5e81ac73;
--Aurora1-45:#bf616a73;
--Aurora2-45:#d0877073;
--Aurora3-45:#ebcb8b73;
--Aurora4-45:#a3be8c73;
--Aurora5-45:#b48ead73;
/* OPACITY - 46%*/
--PolarNight1-46:#2e344075;
--PolarNight2-46:#3b425275;
--PolarNight3-46:#434c5e75;
--PolarNight4-46:#4c566a75;
--SnowStorm1-46:#d8dee975;
--SnowStorm2-46:#e5e9f075;
--SnowStorm3-46:#eceff475;
--Frost1-46:#8fbcbb75;
--Frost2-46:#88c0d075;
--Frost3-46:#81a1c175;
--Frost4-46:#5e81ac75;
--Aurora1-46:#bf616a75;
--Aurora2-46:#d0877075;
--Aurora3-46:#ebcb8b75;
--Aurora4-46:#a3be8c75;
--Aurora5-46:#b48ead75;
/* OPACITY - 47%*/
--PolarNight1-47:#2e344078;
--PolarNight2-47:#3b425278;
--PolarNight3-47:#434c5e78;
--PolarNight4-47:#4c566a78;
--SnowStorm1-47:#d8dee978;
--SnowStorm2-47:#e5e9f078;
--SnowStorm3-47:#eceff478;
--Frost1-47:#8fbcbb78;
--Frost2-47:#88c0d078;
--Frost3-47:#81a1c178;
--Frost4-47:#5e81ac78;
--Aurora1-47:#bf616a78;
--Aurora2-47:#d0877078;
--Aurora3-47:#ebcb8b78;
--Aurora4-47:#a3be8c78;
--Aurora5-47:#b48ead78;
/* OPACITY - 48%*/
--PolarNight1-48:#2e34407A;
--PolarNight2-48:#3b42527A;
--PolarNight3-48:#434c5e7A;
--PolarNight4-48:#4c566a7A;
--SnowStorm1-48:#d8dee97A;
--SnowStorm2-48:#e5e9f07A;
--SnowStorm3-48:#eceff47A;
--Frost1-48:#8fbcbb7A;
--Frost2-48:#88c0d07A;
--Frost3-48:#81a1c17A;
--Frost4-48:#5e81ac7A;
--Aurora1-48:#bf616a7A;
--Aurora2-48:#d087707A;
--Aurora3-48:#ebcb8b7A;
--Aurora4-48:#a3be8c7A;
--Aurora5-48:#b48ead7A;
/* OPACITY - 49%*/
--PolarNight1-49:#2e34407D;
--PolarNight2-49:#3b42527D;
--PolarNight3-49:#434c5e7D;
--PolarNight4-49:#4c566a7D;
--SnowStorm1-49:#d8dee97D;
--SnowStorm2-49:#e5e9f07D;
--SnowStorm3-49:#eceff47D;
--Frost1-49:#8fbcbb7D;
--Frost2-49:#88c0d07D;
--Frost3-49:#81a1c17D;
--Frost4-49:#5e81ac7D;
--Aurora1-49:#bf616a7D;
--Aurora2-49:#d087707D;
--Aurora3-49:#ebcb8b7D;
--Aurora4-49:#a3be8c7D;
--Aurora5-49:#b48ead7D;
/* OPACITY - 50%*/
--PolarNight1-50:#2e344080;
--PolarNight2-50:#3b425280;
--PolarNight3-50:#434c5e80;
--PolarNight4-50:#4c566a80;
--SnowStorm1-50:#d8dee980;
--SnowStorm2-50:#e5e9f080;
--SnowStorm3-50:#eceff480;
--Frost1-50:#8fbcbb80;
--Frost2-50:#88c0d080;
--Frost3-50:#81a1c180;
--Frost4-50:#5e81ac80;
--Aurora1-50:#bf616a80;
--Aurora2-50:#d0877080;
--Aurora3-50:#ebcb8b80;
--Aurora4-50:#a3be8c80;
--Aurora5-50:#b48ead80;
/* OPACITY - 51%*/
--PolarNight1-51:#2e344082;
--PolarNight2-51:#3b425282;
--PolarNight3-51:#434c5e82;
--PolarNight4-51:#4c566a82;
--SnowStorm1-51:#d8dee982;
--SnowStorm2-51:#e5e9f082;
--SnowStorm3-51:#eceff482;
--Frost1-51:#8fbcbb82;
--Frost2-51:#88c0d082;
--Frost3-51:#81a1c182;
--Frost4-51:#5e81ac82;
--Aurora1-51:#bf616a82;
--Aurora2-51:#d0877082;
--Aurora3-51:#ebcb8b82;
--Aurora4-51:#a3be8c82;
--Aurora5-51:#b48ead82;
/* OPACITY - 52%*/
--PolarNight1-52:#2e344085;
--PolarNight2-52:#3b425285;
--PolarNight3-52:#434c5e85;
--PolarNight4-52:#4c566a85;
--SnowStorm1-52:#d8dee985;
--SnowStorm2-52:#e5e9f085;
--SnowStorm3-52:#eceff485;
--Frost1-52:#8fbcbb85;
--Frost2-52:#88c0d085;
--Frost3-52:#81a1c185;
--Frost4-52:#5e81ac85;
--Aurora1-52:#bf616a85;
--Aurora2-52:#d0877085;
--Aurora3-52:#ebcb8b85;
--Aurora4-52:#a3be8c85;
--Aurora5-52:#b48ead85;
/* OPACITY - 53%*/
--PolarNight1-53:#2e344087;
--PolarNight2-53:#3b425287;
--PolarNight3-53:#434c5e87;
--PolarNight4-53:#4c566a87;
--SnowStorm1-53:#d8dee987;
--SnowStorm2-53:#e5e9f087;
--SnowStorm3-53:#eceff487;
--Frost1-53:#8fbcbb87;
--Frost2-53:#88c0d087;
--Frost3-53:#81a1c187;
--Frost4-53:#5e81ac87;
--Aurora1-53:#bf616a87;
--Aurora2-53:#d0877087;
--Aurora3-53:#ebcb8b87;
--Aurora4-53:#a3be8c87;
--Aurora5-53:#b48ead87;
/* OPACITY - 54%*/
--PolarNight1-54:#2e34408A;
--PolarNight2-54:#3b42528A;
--PolarNight3-54:#434c5e8A;
--PolarNight4-54:#4c566a8A;
--SnowStorm1-54:#d8dee98A;
--SnowStorm2-54:#e5e9f08A;
--SnowStorm3-54:#eceff48A;
--Frost1-54:#8fbcbb8A;
--Frost2-54:#88c0d08A;
--Frost3-54:#81a1c18A;
--Frost4-54:#5e81ac8A;
--Aurora1-54:#bf616a8A;
--Aurora2-54:#d087708A;
--Aurora3-54:#ebcb8b8A;
--Aurora4-54:#a3be8c8A;
--Aurora5-54:#b48ead8A;
/* OPACITY - 55%*/
--PolarNight1-55:#2e34408C;
--PolarNight2-55:#3b42528C;
--PolarNight3-55:#434c5e8C;
--PolarNight4-55:#4c566a8C;
--SnowStorm1-55:#d8dee98C;
--SnowStorm2-55:#e5e9f08C;
--SnowStorm3-55:#eceff48C;
--Frost1-55:#8fbcbb8C;
--Frost2-55:#88c0d08C;
--Frost3-55:#81a1c18C;
--Frost4-55:#5e81ac8C;
--Aurora1-55:#bf616a8C;
--Aurora2-55:#d087708C;
--Aurora3-55:#ebcb8b8C;
--Aurora4-55:#a3be8c8C;
--Aurora5-55:#b48ead8C;
/* OPACITY - 56%*/
--PolarNight1-56:#2e34408F;
--PolarNight2-56:#3b42528F;
--PolarNight3-56:#434c5e8F;
--PolarNight4-56:#4c566a8F;
--SnowStorm1-56:#d8dee98F;
--SnowStorm2-56:#e5e9f08F;
--SnowStorm3-56:#eceff48F;
--Frost1-56:#8fbcbb8F;
--Frost2-56:#88c0d08F;
--Frost3-56:#81a1c18F;
--Frost4-56:#5e81ac8F;
--Aurora1-56:#bf616a8F;
--Aurora2-56:#d087708F;
--Aurora3-56:#ebcb8b8F;
--Aurora4-56:#a3be8c8F;
--Aurora5-56:#b48ead8F;
/* OPACITY - 57%*/
--PolarNight1-57:#2e344091;
--PolarNight2-57:#3b425291;
--PolarNight3-57:#434c5e91;
--PolarNight4-57:#4c566a91;
--SnowStorm1-57:#d8dee991;
--SnowStorm2-57:#e5e9f091;
--SnowStorm3-57:#eceff491;
--Frost1-57:#8fbcbb91;
--Frost2-57:#88c0d091;
--Frost3-57:#81a1c191;
--Frost4-57:#5e81ac91;
--Aurora1-57:#bf616a91;
--Aurora2-57:#d0877091;
--Aurora3-57:#ebcb8b91;
--Aurora4-57:#a3be8c91;
--Aurora5-57:#b48ead91;
/* OPACITY - 58%*/
--PolarNight1-58:#2e344094;
--PolarNight2-58:#3b425294;
--PolarNight3-58:#434c5e94;
--PolarNight4-58:#4c566a94;
--SnowStorm1-58:#d8dee994;
--SnowStorm2-58:#e5e9f094;
--SnowStorm3-58:#eceff494;
--Frost1-58:#8fbcbb94;
--Frost2-58:#88c0d094;
--Frost3-58:#81a1c194;
--Frost4-58:#5e81ac94;
--Aurora1-58:#bf616a94;
--Aurora2-58:#d0877094;
--Aurora3-58:#ebcb8b94;
--Aurora4-58:#a3be8c94;
--Aurora5-58:#b48ead94;
/* OPACITY - 59%*/
--PolarNight1-59:#2e344096;
--PolarNight2-59:#3b425296;
--PolarNight3-59:#434c5e96;
--PolarNight4-59:#4c566a96;
--SnowStorm1-59:#d8dee996;
--SnowStorm2-59:#e5e9f096;
--SnowStorm3-59:#eceff496;
--Frost1-59:#8fbcbb96;
--Frost2-59:#88c0d096;
--Frost3-59:#81a1c196;
--Frost4-59:#5e81ac96;
--Aurora1-59:#bf616a96;
--Aurora2-59:#d0877096;
--Aurora3-59:#ebcb8b96;
--Aurora4-59:#a3be8c96;
--Aurora5-59:#b48ead96;
/* OPACITY - 60%*/
--PolarNight1-60:#2e344099;
--PolarNight2-60:#3b425299;
--PolarNight3-60:#434c5e99;
--PolarNight4-60:#4c566a99;
--SnowStorm1-60:#d8dee999;
--SnowStorm2-60:#e5e9f099;
--SnowStorm3-60:#eceff499;
--Frost1-60:#8fbcbb99;
--Frost2-60:#88c0d099;
--Frost3-60:#81a1c199;
--Frost4-60:#5e81ac99;
--Aurora1-60:#bf616a99;
--Aurora2-60:#d0877099;
--Aurora3-60:#ebcb8b99;
--Aurora4-60:#a3be8c99;
--Aurora5-60:#b48ead99;
/* OPACITY - 61%*/
--PolarNight1-61:#2e34409C;
--PolarNight2-61:#3b42529C;
--PolarNight3-61:#434c5e9C;
--PolarNight4-61:#4c566a9C;
--SnowStorm1-61:#d8dee99C;
--SnowStorm2-61:#e5e9f09C;
--SnowStorm3-61:#eceff49C;
--Frost1-61:#8fbcbb9C;
--Frost2-61:#88c0d09C;
--Frost3-61:#81a1c19C;
--Frost4-61:#5e81ac9C;
--Aurora1-61:#bf616a9C;
--Aurora2-61:#d087709C;
--Aurora3-61:#ebcb8b9C;
--Aurora4-61:#a3be8c9C;
--Aurora5-61:#b48ead9C;
/* OPACITY - 62%*/
--PolarNight1-62:#2e34409E;
--PolarNight2-62:#3b42529E;
--PolarNight3-62:#434c5e9E;
--PolarNight4-62:#4c566a9E;
--SnowStorm1-62:#d8dee99E;
--SnowStorm2-62:#e5e9f09E;
--SnowStorm3-62:#eceff49E;
--Frost1-62:#8fbcbb9E;
--Frost2-62:#88c0d09E;
--Frost3-62:#81a1c19E;
--Frost4-62:#5e81ac9E;
--Aurora1-62:#bf616a9E;
--Aurora2-62:#d087709E;
--Aurora3-62:#ebcb8b9E;
--Aurora4-62:#a3be8c9E;
--Aurora5-62:#b48ead9E;
/* OPACITY - 63%*/
--PolarNight1-63:#2e3440A1;
--PolarNight2-63:#3b4252A1;
--PolarNight3-63:#434c5eA1;
--PolarNight4-63:#4c566aA1;
--SnowStorm1-63:#d8dee9A1;
--SnowStorm2-63:#e5e9f0A1;
--SnowStorm3-63:#eceff4A1;
--Frost1-63:#8fbcbbA1;
--Frost2-63:#88c0d0A1;
--Frost3-63:#81a1c1A1;
--Frost4-63:#5e81acA1;
--Aurora1-63:#bf616aA1;
--Aurora2-63:#d08770A1;
--Aurora3-63:#ebcb8bA1;
--Aurora4-63:#a3be8cA1;
--Aurora5-63:#b48eadA1;
/* OPACITY - 64%*/
--PolarNight1-64:#2e3440A3;
--PolarNight2-64:#3b4252A3;
--PolarNight3-64:#434c5eA3;
--PolarNight4-64:#4c566aA3;
--SnowStorm1-64:#d8dee9A3;
--SnowStorm2-64:#e5e9f0A3;
--SnowStorm3-64:#eceff4A3;
--Frost1-64:#8fbcbbA3;
--Frost2-64:#88c0d0A3;
--Frost3-64:#81a1c1A3;
--Frost4-64:#5e81acA3;
--Aurora1-64:#bf616aA3;
--Aurora2-64:#d08770A3;
--Aurora3-64:#ebcb8bA3;
--Aurora4-64:#a3be8cA3;
--Aurora5-64:#b48eadA3;
/* OPACITY - 65%*/
--PolarNight1-65:#2e3440A6;
--PolarNight2-65:#3b4252A6;
--PolarNight3-65:#434c5eA6;
--PolarNight4-65:#4c566aA6;
--SnowStorm1-65:#d8dee9A6;
--SnowStorm2-65:#e5e9f0A6;
--SnowStorm3-65:#eceff4A6;
--Frost1-65:#8fbcbbA6;
--Frost2-65:#88c0d0A6;
--Frost3-65:#81a1c1A6;
--Frost4-65:#5e81acA6;
--Aurora1-65:#bf616aA6;
--Aurora2-65:#d08770A6;
--Aurora3-65:#ebcb8bA6;
--Aurora4-65:#a3be8cA6;
--Aurora5-65:#b48eadA6;
/* OPACITY - 66%*/
--PolarNight1-66:#2e3440A8;
--PolarNight2-66:#3b4252A8;
--PolarNight3-66:#434c5eA8;
--PolarNight4-66:#4c566aA8;
--SnowStorm1-66:#d8dee9A8;
--SnowStorm2-66:#e5e9f0A8;
--SnowStorm3-66:#eceff4A8;
--Frost1-66:#8fbcbbA8;
--Frost2-66:#88c0d0A8;
--Frost3-66:#81a1c1A8;
--Frost4-66:#5e81acA8;
--Aurora1-66:#bf616aA8;
--Aurora2-66:#d08770A8;
--Aurora3-66:#ebcb8bA8;
--Aurora4-66:#a3be8cA8;
--Aurora5-66:#b48eadA8;
/* OPACITY - 67%*/
--PolarNight1-67:#2e3440AB;
--PolarNight2-67:#3b4252AB;
--PolarNight3-67:#434c5eAB;
--PolarNight4-67:#4c566aAB;
--SnowStorm1-67:#d8dee9AB;
--SnowStorm2-67:#e5e9f0AB;
--SnowStorm3-67:#eceff4AB;
--Frost1-67:#8fbcbbAB;
--Frost2-67:#88c0d0AB;
--Frost3-67:#81a1c1AB;
--Frost4-67:#5e81acAB;
--Aurora1-67:#bf616aAB;
--Aurora2-67:#d08770AB;
--Aurora3-67:#ebcb8bAB;
--Aurora4-67:#a3be8cAB;
--Aurora5-67:#b48eadAB;
/* OPACITY - 68%*/
--PolarNight1-68:#2e3440AD;
--PolarNight2-68:#3b4252AD;
--PolarNight3-68:#434c5eAD;
--PolarNight4-68:#4c566aAD;
--SnowStorm1-68:#d8dee9AD;
--SnowStorm2-68:#e5e9f0AD;
--SnowStorm3-68:#eceff4AD;
--Frost1-68:#8fbcbbAD;
--Frost2-68:#88c0d0AD;
--Frost3-68:#81a1c1AD;
--Frost4-68:#5e81acAD;
--Aurora1-68:#bf616aAD;
--Aurora2-68:#d08770AD;
--Aurora3-68:#ebcb8bAD;
--Aurora4-68:#a3be8cAD;
--Aurora5-68:#b48eadAD;
/* OPACITY - 69%*/
--PolarNight1-69:#2e3440B0;
--PolarNight2-69:#3b4252B0;
--PolarNight3-69:#434c5eB0;
--PolarNight4-69:#4c566aB0;
--SnowStorm1-69:#d8dee9B0;
--SnowStorm2-69:#e5e9f0B0;
--SnowStorm3-69:#eceff4B0;
--Frost1-69:#8fbcbbB0;
--Frost2-69:#88c0d0B0;
--Frost3-69:#81a1c1B0;
--Frost4-69:#5e81acB0;
--Aurora1-69:#bf616aB0;
--Aurora2-69:#d08770B0;
--Aurora3-69:#ebcb8bB0;
--Aurora4-69:#a3be8cB0;
--Aurora5-69:#b48eadB0;
/* OPACITY - 70%*/
--PolarNight1-70:#2e3440B3;
--PolarNight2-70:#3b4252B3;
--PolarNight3-70:#434c5eB3;
--PolarNight4-70:#4c566aB3;
--SnowStorm1-70:#d8dee9B3;
--SnowStorm2-70:#e5e9f0B3;
--SnowStorm3-70:#eceff4B3;
--Frost1-70:#8fbcbbB3;
--Frost2-70:#88c0d0B3;
--Frost3-70:#81a1c1B3;
--Frost4-70:#5e81acB3;
--Aurora1-70:#bf616aB3;
--Aurora2-70:#d08770B3;
--Aurora3-70:#ebcb8bB3;
--Aurora4-70:#a3be8cB3;
--Aurora5-70:#b48eadB3;
/* OPACITY - 71%*/
--PolarNight1-71:#2e3440B5;
--PolarNight2-71:#3b4252B5;
--PolarNight3-71:#434c5eB5;
--PolarNight4-71:#4c566aB5;
--SnowStorm1-71:#d8dee9B5;
--SnowStorm2-71:#e5e9f0B5;
--SnowStorm3-71:#eceff4B5;
--Frost1-71:#8fbcbbB5;
--Frost2-71:#88c0d0B5;
--Frost3-71:#81a1c1B5;
--Frost4-71:#5e81acB5;
--Aurora1-71:#bf616aB5;
--Aurora2-71:#d08770B5;
--Aurora3-71:#ebcb8bB5;
--Aurora4-71:#a3be8cB5;
--Aurora5-71:#b48eadB5;
/* OPACITY - 72%*/
--PolarNight1-72:#2e3440B8;
--PolarNight2-72:#3b4252B8;
--PolarNight3-72:#434c5eB8;
--PolarNight4-72:#4c566aB8;
--SnowStorm1-72:#d8dee9B8;
--SnowStorm2-72:#e5e9f0B8;
--SnowStorm3-72:#eceff4B8;
--Frost1-72:#8fbcbbB8;
--Frost2-72:#88c0d0B8;
--Frost3-72:#81a1c1B8;
--Frost4-72:#5e81acB8;
--Aurora1-72:#bf616aB8;
--Aurora2-72:#d08770B8;
--Aurora3-72:#ebcb8bB8;
--Aurora4-72:#a3be8cB8;
--Aurora5-72:#b48eadB8;
/* OPACITY - 73%*/
--PolarNight1-73:#2e3440BA;
--PolarNight2-73:#3b4252BA;
--PolarNight3-73:#434c5eBA;
--PolarNight4-73:#4c566aBA;
--SnowStorm1-73:#d8dee9BA;
--SnowStorm2-73:#e5e9f0BA;
--SnowStorm3-73:#eceff4BA;
--Frost1-73:#8fbcbbBA;
--Frost2-73:#88c0d0BA;
--Frost3-73:#81a1c1BA;
--Frost4-73:#5e81acBA;
--Aurora1-73:#bf616aBA;
--Aurora2-73:#d08770BA;
--Aurora3-73:#ebcb8bBA;
--Aurora4-73:#a3be8cBA;
--Aurora5-73:#b48eadBA;
/* OPACITY - 74%*/
--PolarNight1-74:#2e3440BD;
--PolarNight2-74:#3b4252BD;
--PolarNight3-74:#434c5eBD;
--PolarNight4-74:#4c566aBD;
--SnowStorm1-74:#d8dee9BD;
--SnowStorm2-74:#e5e9f0BD;
--SnowStorm3-74:#eceff4BD;
--Frost1-74:#8fbcbbBD;
--Frost2-74:#88c0d0BD;
--Frost3-74:#81a1c1BD;
--Frost4-74:#5e81acBD;
--Aurora1-74:#bf616aBD;
--Aurora2-74:#d08770BD;
--Aurora3-74:#ebcb8bBD;
--Aurora4-74:#a3be8cBD;
--Aurora5-74:#b48eadBD;
/* OPACITY - 75%*/
--PolarNight1-75:#2e3440BF;
--PolarNight2-75:#3b4252BF;
--PolarNight3-75:#434c5eBF;
--PolarNight4-75:#4c566aBF;
--SnowStorm1-75:#d8dee9BF;
--SnowStorm2-75:#e5e9f0BF;
--SnowStorm3-75:#eceff4BF;
--Frost1-75:#8fbcbbBF;
--Frost2-75:#88c0d0BF;
--Frost3-75:#81a1c1BF;
--Frost4-75:#5e81acBF;
--Aurora1-75:#bf616aBF;
--Aurora2-75:#d08770BF;
--Aurora3-75:#ebcb8bBF;
--Aurora4-75:#a3be8cBF;
--Aurora5-75:#b48eadBF;
/* OPACITY - 76%*/
--PolarNight1-76:#2e3440C2;
--PolarNight2-76:#3b4252C2;
--PolarNight3-76:#434c5eC2;
--PolarNight4-76:#4c566aC2;
--SnowStorm1-76:#d8dee9C2;
--SnowStorm2-76:#e5e9f0C2;
--SnowStorm3-76:#eceff4C2;
--Frost1-76:#8fbcbbC2;
--Frost2-76:#88c0d0C2;
--Frost3-76:#81a1c1C2;
--Frost4-76:#5e81acC2;
--Aurora1-76:#bf616aC2;
--Aurora2-76:#d08770C2;
--Aurora3-76:#ebcb8bC2;
--Aurora4-76:#a3be8cC2;
--Aurora5-76:#b48eadC2;
/* OPACITY - 77%*/
--PolarNight1-77:#2e3440C4;
--PolarNight2-77:#3b4252C4;
--PolarNight3-77:#434c5eC4;
--PolarNight4-77:#4c566aC4;
--SnowStorm1-77:#d8dee9C4;
--SnowStorm2-77:#e5e9f0C4;
--SnowStorm3-77:#eceff4C4;
--Frost1-77:#8fbcbbC4;
--Frost2-77:#88c0d0C4;
--Frost3-77:#81a1c1C4;
--Frost4-77:#5e81acC4;
--Aurora1-77:#bf616aC4;
--Aurora2-77:#d08770C4;
--Aurora3-77:#ebcb8bC4;
--Aurora4-77:#a3be8cC4;
--Aurora5-77:#b48eadC4;
/* OPACITY - 78%*/
--PolarNight1-78:#2e3440C7;
--PolarNight2-78:#3b4252C7;
--PolarNight3-78:#434c5eC7;
--PolarNight4-78:#4c566aC7;
--SnowStorm1-78:#d8dee9C7;
--SnowStorm2-78:#e5e9f0C7;
--SnowStorm3-78:#eceff4C7;
--Frost1-78:#8fbcbbC7;
--Frost2-78:#88c0d0C7;
--Frost3-78:#81a1c1C7;
--Frost4-78:#5e81acC7;
--Aurora1-78:#bf616aC7;
--Aurora2-78:#d08770C7;
--Aurora3-78:#ebcb8bC7;
--Aurora4-78:#a3be8cC7;
--Aurora5-78:#b48eadC7;
/* OPACITY - 79%*/
--PolarNight1-79:#2e3440C9;
--PolarNight2-79:#3b4252C9;
--PolarNight3-79:#434c5eC9;
--PolarNight4-79:#4c566aC9;
--SnowStorm1-79:#d8dee9C9;
--SnowStorm2-79:#e5e9f0C9;
--SnowStorm3-79:#eceff4C9;
--Frost1-79:#8fbcbbC9;
--Frost2-79:#88c0d0C9;
--Frost3-79:#81a1c1C9;
--Frost4-79:#5e81acC9;
--Aurora1-79:#bf616aC9;
--Aurora2-79:#d08770C9;
--Aurora3-79:#ebcb8bC9;
--Aurora4-79:#a3be8cC9;
--Aurora5-79:#b48eadC9;
/* OPACITY - 80%*/
--PolarNight1-80:#2e3440CC;
--PolarNight2-80:#3b4252CC;
--PolarNight3-80:#434c5eCC;
--PolarNight4-80:#4c566aCC;
--SnowStorm1-80:#d8dee9CC;
--SnowStorm2-80:#e5e9f0CC;
--SnowStorm3-80:#eceff4CC;
--Frost1-80:#8fbcbbCC;
--Frost2-80:#88c0d0CC;
--Frost3-80:#81a1c1CC;
--Frost4-80:#5e81acCC;
--Aurora1-80:#bf616aCC;
--Aurora2-80:#d08770CC;
--Aurora3-80:#ebcb8bCC;
--Aurora4-80:#a3be8cCC;
--Aurora5-80:#b48eadCC;
/* OPACITY - 81%*/
--PolarNight1-81:#2e3440CF;
--PolarNight2-81:#3b4252CF;
--PolarNight3-81:#434c5eCF;
--PolarNight4-81:#4c566aCF;
--SnowStorm1-81:#d8dee9CF;
--SnowStorm2-81:#e5e9f0CF;
--SnowStorm3-81:#eceff4CF;
--Frost1-81:#8fbcbbCF;
--Frost2-81:#88c0d0CF;
--Frost3-81:#81a1c1CF;
--Frost4-81:#5e81acCF;
--Aurora1-81:#bf616aCF;
--Aurora2-81:#d08770CF;
--Aurora3-81:#ebcb8bCF;
--Aurora4-81:#a3be8cCF;
--Aurora5-81:#b48eadCF;
/* OPACITY - 82%*/
--PolarNight1-82:#2e3440D1;
--PolarNight2-82:#3b4252D1;
--PolarNight3-82:#434c5eD1;
--PolarNight4-82:#4c566aD1;
--SnowStorm1-82:#d8dee9D1;
--SnowStorm2-82:#e5e9f0D1;
--SnowStorm3-82:#eceff4D1;
--Frost1-82:#8fbcbbD1;
--Frost2-82:#88c0d0D1;
--Frost3-82:#81a1c1D1;
--Frost4-82:#5e81acD1;
--Aurora1-82:#bf616aD1;
--Aurora2-82:#d08770D1;
--Aurora3-82:#ebcb8bD1;
--Aurora4-82:#a3be8cD1;
--Aurora5-82:#b48eadD1;
/* OPACITY - 83%*/
--PolarNight1-83:#2e3440D4;
--PolarNight2-83:#3b4252D4;
--PolarNight3-83:#434c5eD4;
--PolarNight4-83:#4c566aD4;
--SnowStorm1-83:#d8dee9D4;
--SnowStorm2-83:#e5e9f0D4;
--SnowStorm3-83:#eceff4D4;
--Frost1-83:#8fbcbbD4;
--Frost2-83:#88c0d0D4;
--Frost3-83:#81a1c1D4;
--Frost4-83:#5e81acD4;
--Aurora1-83:#bf616aD4;
--Aurora2-83:#d08770D4;
--Aurora3-83:#ebcb8bD4;
--Aurora4-83:#a3be8cD4;
--Aurora5-83:#b48eadD4;
/* OPACITY - 84%*/
--PolarNight1-84:#2e3440D6;
--PolarNight2-84:#3b4252D6;
--PolarNight3-84:#434c5eD6;
--PolarNight4-84:#4c566aD6;
--SnowStorm1-84:#d8dee9D6;
--SnowStorm2-84:#e5e9f0D6;
--SnowStorm3-84:#eceff4D6;
--Frost1-84:#8fbcbbD6;
--Frost2-84:#88c0d0D6;
--Frost3-84:#81a1c1D6;
--Frost4-84:#5e81acD6;
--Aurora1-84:#bf616aD6;
--Aurora2-84:#d08770D6;
--Aurora3-84:#ebcb8bD6;
--Aurora4-84:#a3be8cD6;
--Aurora5-84:#b48eadD6;
/* OPACITY - 85%*/
--PolarNight1-85:#2e3440D9;
--PolarNight2-85:#3b4252D9;
--PolarNight3-85:#434c5eD9;
--PolarNight4-85:#4c566aD9;
--SnowStorm1-85:#d8dee9D9;
--SnowStorm2-85:#e5e9f0D9;
--SnowStorm3-85:#eceff4D9;
--Frost1-85:#8fbcbbD9;
--Frost2-85:#88c0d0D9;
--Frost3-85:#81a1c1D9;
--Frost4-85:#5e81acD9;
--Aurora1-85:#bf616aD9;
--Aurora2-85:#d08770D9;
--Aurora3-85:#ebcb8bD9;
--Aurora4-85:#a3be8cD9;
--Aurora5-85:#b48eadD9;
/* OPACITY - 86%*/
--PolarNight1-86:#2e3440DB;
--PolarNight2-86:#3b4252DB;
--PolarNight3-86:#434c5eDB;
--PolarNight4-86:#4c566aDB;
--SnowStorm1-86:#d8dee9DB;
--SnowStorm2-86:#e5e9f0DB;
--SnowStorm3-86:#eceff4DB;
--Frost1-86:#8fbcbbDB;
--Frost2-86:#88c0d0DB;
--Frost3-86:#81a1c1DB;
--Frost4-86:#5e81acDB;
--Aurora1-86:#bf616aDB;
--Aurora2-86:#d08770DB;
--Aurora3-86:#ebcb8bDB;
--Aurora4-86:#a3be8cDB;
--Aurora5-86:#b48eadDB;
/* OPACITY - 87%*/
--PolarNight1-87:#2e3440DE;
--PolarNight2-87:#3b4252DE;
--PolarNight3-87:#434c5eDE;
--PolarNight4-87:#4c566aDE;
--SnowStorm1-87:#d8dee9DE;
--SnowStorm2-87:#e5e9f0DE;
--SnowStorm3-87:#eceff4DE;
--Frost1-87:#8fbcbbDE;
--Frost2-87:#88c0d0DE;
--Frost3-87:#81a1c1DE;
--Frost4-87:#5e81acDE;
--Aurora1-87:#bf616aDE;
--Aurora2-87:#d08770DE;
--Aurora3-87:#ebcb8bDE;
--Aurora4-87:#a3be8cDE;
--Aurora5-87:#b48eadDE;
/* OPACITY - 88%*/
--PolarNight1-88:#2e3440E0;
--PolarNight2-88:#3b4252E0;
--PolarNight3-88:#434c5eE0;
--PolarNight4-88:#4c566aE0;
--SnowStorm1-88:#d8dee9E0;
--SnowStorm2-88:#e5e9f0E0;
--SnowStorm3-88:#eceff4E0;
--Frost1-88:#8fbcbbE0;
--Frost2-88:#88c0d0E0;
--Frost3-88:#81a1c1E0;
--Frost4-88:#5e81acE0;
--Aurora1-88:#bf616aE0;
--Aurora2-88:#d08770E0;
--Aurora3-88:#ebcb8bE0;
--Aurora4-88:#a3be8cE0;
--Aurora5-88:#b48eadE0;
/* OPACITY - 89%*/
--PolarNight1-89:#2e3440E3;
--PolarNight2-89:#3b4252E3;
--PolarNight3-89:#434c5eE3;
--PolarNight4-89:#4c566aE3;
--SnowStorm1-89:#d8dee9E3;
--SnowStorm2-89:#e5e9f0E3;
--SnowStorm3-89:#eceff4E3;
--Frost1-89:#8fbcbbE3;
--Frost2-89:#88c0d0E3;
--Frost3-89:#81a1c1E3;
--Frost4-89:#5e81acE3;
--Aurora1-89:#bf616aE3;
--Aurora2-89:#d08770E3;
--Aurora3-89:#ebcb8bE3;
--Aurora4-89:#a3be8cE3;
--Aurora5-89:#b48eadE3;
/* OPACITY - 90%*/
--PolarNight1-90:#2e3440E6;
--PolarNight2-90:#3b4252E6;
--PolarNight3-90:#434c5eE6;
--PolarNight4-90:#4c566aE6;
--SnowStorm1-90:#d8dee9E6;
--SnowStorm2-90:#e5e9f0E6;
--SnowStorm3-90:#eceff4E6;
--Frost1-90:#8fbcbbE6;
--Frost2-90:#88c0d0E6;
--Frost3-90:#81a1c1E6;
--Frost4-90:#5e81acE6;
--Aurora1-90:#bf616aE6;
--Aurora2-90:#d08770E6;
--Aurora3-90:#ebcb8bE6;
--Aurora4-90:#a3be8cE6;
--Aurora5-90:#b48eadE6;
/* OPACITY - 91%*/
--PolarNight1-91:#2e3440E8;
--PolarNight2-91:#3b4252E8;
--PolarNight3-91:#434c5eE8;
--PolarNight4-91:#4c566aE8;
--SnowStorm1-91:#d8dee9E8;
--SnowStorm2-91:#e5e9f0E8;
--SnowStorm3-91:#eceff4E8;
--Frost1-91:#8fbcbbE8;
--Frost2-91:#88c0d0E8;
--Frost3-91:#81a1c1E8;
--Frost4-91:#5e81acE8;
--Aurora1-91:#bf616aE8;
--Aurora2-91:#d08770E8;
--Aurora3-91:#ebcb8bE8;
--Aurora4-91:#a3be8cE8;
--Aurora5-91:#b48eadE8;
/* OPACITY - 92%*/
--PolarNight1-92:#2e3440EB;
--PolarNight2-92:#3b4252EB;
--PolarNight3-92:#434c5eEB;
--PolarNight4-92:#4c566aEB;
--SnowStorm1-92:#d8dee9EB;
--SnowStorm2-92:#e5e9f0EB;
--SnowStorm3-92:#eceff4EB;
--Frost1-92:#8fbcbbEB;
--Frost2-92:#88c0d0EB;
--Frost3-92:#81a1c1EB;
--Frost4-92:#5e81acEB;
--Aurora1-92:#bf616aEB;
--Aurora2-92:#d08770EB;
--Aurora3-92:#ebcb8bEB;
--Aurora4-92:#a3be8cEB;
--Aurora5-92:#b48eadEB;
/* OPACITY - 93%*/
--PolarNight1-93:#2e3440ED;
--PolarNight2-93:#3b4252ED;
--PolarNight3-93:#434c5eED;
--PolarNight4-93:#4c566aED;
--SnowStorm1-93:#d8dee9ED;
--SnowStorm2-93:#e5e9f0ED;
--SnowStorm3-93:#eceff4ED;
--Frost1-93:#8fbcbbED;
--Frost2-93:#88c0d0ED;
--Frost3-93:#81a1c1ED;
--Frost4-93:#5e81acED;
--Aurora1-93:#bf616aED;
--Aurora2-93:#d08770ED;
--Aurora3-93:#ebcb8bED;
--Aurora4-93:#a3be8cED;
--Aurora5-93:#b48eadED;
/* OPACITY - 94%*/
--PolarNight1-94:#2e3440F0;
--PolarNight2-94:#3b4252F0;
--PolarNight3-94:#434c5eF0;
--PolarNight4-94:#4c566aF0;
--SnowStorm1-94:#d8dee9F0;
--SnowStorm2-94:#e5e9f0F0;
--SnowStorm3-94:#eceff4F0;
--Frost1-94:#8fbcbbF0;
--Frost2-94:#88c0d0F0;
--Frost3-94:#81a1c1F0;
--Frost4-94:#5e81acF0;
--Aurora1-94:#bf616aF0;
--Aurora2-94:#d08770F0;
--Aurora3-94:#ebcb8bF0;
--Aurora4-94:#a3be8cF0;
--Aurora5-94:#b48eadF0;
/* OPACITY - 95%*/
--PolarNight1-95:#2e3440F2;
--PolarNight2-95:#3b4252F2;
--PolarNight3-95:#434c5eF2;
--PolarNight4-95:#4c566aF2;
--SnowStorm1-95:#d8dee9F2;
--SnowStorm2-95:#e5e9f0F2;
--SnowStorm3-95:#eceff4F2;
--Frost1-95:#8fbcbbF2;
--Frost2-95:#88c0d0F2;
--Frost3-95:#81a1c1F2;
--Frost4-95:#5e81acF2;
--Aurora1-95:#bf616aF2;
--Aurora2-95:#d08770F2;
--Aurora3-95:#ebcb8bF2;
--Aurora4-95:#a3be8cF2;
--Aurora5-95:#b48eadF2;
/* OPACITY - 96%*/
--PolarNight1-96:#2e3440F5;
--PolarNight2-96:#3b4252F5;
--PolarNight3-96:#434c5eF5;
--PolarNight4-96:#4c566aF5;
--SnowStorm1-96:#d8dee9F5;
--SnowStorm2-96:#e5e9f0F5;
--SnowStorm3-96:#eceff4F5;
--Frost1-96:#8fbcbbF5;
--Frost2-96:#88c0d0F5;
--Frost3-96:#81a1c1F5;
--Frost4-96:#5e81acF5;
--Aurora1-96:#bf616aF5;
--Aurora2-96:#d08770F5;
--Aurora3-96:#ebcb8bF5;
--Aurora4-96:#a3be8cF5;
--Aurora5-96:#b48eadF5;
/* OPACITY - 97%*/
--PolarNight1-97:#2e3440F7;
--PolarNight2-97:#3b4252F7;
--PolarNight3-97:#434c5eF7;
--PolarNight4-97:#4c566aF7;
--SnowStorm1-97:#d8dee9F7;
--SnowStorm2-97:#e5e9f0F7;
--SnowStorm3-97:#eceff4F7;
--Frost1-97:#8fbcbbF7;
--Frost2-97:#88c0d0F7;
--Frost3-97:#81a1c1F7;
--Frost4-97:#5e81acF7;
--Aurora1-97:#bf616aF7;
--Aurora2-97:#d08770F7;
--Aurora3-97:#ebcb8bF7;
--Aurora4-97:#a3be8cF7;
--Aurora5-97:#b48eadF7;
/* OPACITY - 98%*/
--PolarNight1-98:#2e3440FA;
--PolarNight2-98:#3b4252FA;
--PolarNight3-98:#434c5eFA;
--PolarNight4-98:#4c566aFA;
--SnowStorm1-98:#d8dee9FA;
--SnowStorm2-98:#e5e9f0FA;
--SnowStorm3-98:#eceff4FA;
--Frost1-98:#8fbcbbFA;
--Frost2-98:#88c0d0FA;
--Frost3-98:#81a1c1FA;
--Frost4-98:#5e81acFA;
--Aurora1-98:#bf616aFA;
--Aurora2-98:#d08770FA;
--Aurora3-98:#ebcb8bFA;
--Aurora4-98:#a3be8cFA;
--Aurora5-98:#b48eadFA;
/* OPACITY - 99%*/
--PolarNight1-99:#2e3440FC;
--PolarNight2-99:#3b4252FC;
--PolarNight3-99:#434c5eFC;
--PolarNight4-99:#4c566aFC;
--SnowStorm1-99:#d8dee9FC;
--SnowStorm2-99:#e5e9f0FC;
--SnowStorm3-99:#eceff4FC;
--Frost1-99:#8fbcbbFC;
--Frost2-99:#88c0d0FC;
--Frost3-99:#81a1c1FC;
--Frost4-99:#5e81acFC;
--Aurora1-99:#bf616aFC;
--Aurora2-99:#d08770FC;
--Aurora3-99:#ebcb8bFC;
--Aurora4-99:#a3be8cFC;
--Aurora5-99:#b48eadFC;
/* OPACITY - 100%*/
--PolarNight1-100:#2e3440FF;
--PolarNight2-100:#3b4252FF;
--PolarNight3-100:#434c5eFF;
--PolarNight4-100:#4c566aFF;
--SnowStorm1-100:#d8dee9FF;
--SnowStorm2-100:#e5e9f0FF;
--SnowStorm3-100:#eceff4FF;
--Frost1-100:#8fbcbbFF;
--Frost2-100:#88c0d0FF;
--Frost3-100:#81a1c1FF;
--Frost4-100:#5e81acFF;
--Aurora1-100:#bf616aFF;
--Aurora2-100:#d08770FF;
--Aurora3-100:#ebcb8bFF;
--Aurora4-100:#a3be8cFF;
--Aurora5-100:#b48eadFF;
}
|
environment/firefox/stylesheets/Themes/Nord/ColorBank.css
|
:root{
/* OPACITY - 01%*/
--PolarNight1-01:#2e344003;
--PolarNight2-01:#3b425203;
--PolarNight3-01:#434c5e03;
--PolarNight4-01:#4c566a03;
--SnowStorm1-01:#d8dee903;
--SnowStorm2-01:#e5e9f003;
--SnowStorm3-01:#eceff403;
--Frost1-01:#8fbcbb03;
--Frost2-01:#88c0d003;
--Frost3-01:#81a1c103;
--Frost4-01:#5e81ac03;
--Aurora1-01:#bf616a03;
--Aurora2-01:#d0877003;
--Aurora3-01:#ebcb8b03;
--Aurora4-01:#a3be8c03;
--Aurora5-01:#b48ead03;
/* OPACITY - 02%*/
--PolarNight1-02:#2e344005;
--PolarNight2-02:#3b425205;
--PolarNight3-02:#434c5e05;
--PolarNight4-02:#4c566a05;
--SnowStorm1-02:#d8dee905;
--SnowStorm2-02:#e5e9f005;
--SnowStorm3-02:#eceff405;
--Frost1-02:#8fbcbb05;
--Frost2-02:#88c0d005;
--Frost3-02:#81a1c105;
--Frost4-02:#5e81ac05;
--Aurora1-02:#bf616a05;
--Aurora2-02:#d0877005;
--Aurora3-02:#ebcb8b05;
--Aurora4-02:#a3be8c05;
--Aurora5-02:#b48ead05;
/* OPACITY - 03%*/
--PolarNight1-03:#2e344008;
--PolarNight2-03:#3b425208;
--PolarNight3-03:#434c5e08;
--PolarNight4-03:#4c566a08;
--SnowStorm1-03:#d8dee908;
--SnowStorm2-03:#e5e9f008;
--SnowStorm3-03:#eceff408;
--Frost1-03:#8fbcbb08;
--Frost2-03:#88c0d008;
--Frost3-03:#81a1c108;
--Frost4-03:#5e81ac08;
--Aurora1-03:#bf616a08;
--Aurora2-03:#d0877008;
--Aurora3-03:#ebcb8b08;
--Aurora4-03:#a3be8c08;
--Aurora5-03:#b48ead08;
/* OPACITY - 04%*/
--PolarNight1-04:#2e34400A;
--PolarNight2-04:#3b42520A;
--PolarNight3-04:#434c5e0A;
--PolarNight4-04:#4c566a0A;
--SnowStorm1-04:#d8dee90A;
--SnowStorm2-04:#e5e9f00A;
--SnowStorm3-04:#eceff40A;
--Frost1-04:#8fbcbb0A;
--Frost2-04:#88c0d00A;
--Frost3-04:#81a1c10A;
--Frost4-04:#5e81ac0A;
--Aurora1-04:#bf616a0A;
--Aurora2-04:#d087700A;
--Aurora3-04:#ebcb8b0A;
--Aurora4-04:#a3be8c0A;
--Aurora5-04:#b48ead0A;
/* OPACITY - 05%*/
--PolarNight1-05:#2e34400D;
--PolarNight2-05:#3b42520D;
--PolarNight3-05:#434c5e0D;
--PolarNight4-05:#4c566a0D;
--SnowStorm1-05:#d8dee90D;
--SnowStorm2-05:#e5e9f00D;
--SnowStorm3-05:#eceff40D;
--Frost1-05:#8fbcbb0D;
--Frost2-05:#88c0d00D;
--Frost3-05:#81a1c10D;
--Frost4-05:#5e81ac0D;
--Aurora1-05:#bf616a0D;
--Aurora2-05:#d087700D;
--Aurora3-05:#ebcb8b0D;
--Aurora4-05:#a3be8c0D;
--Aurora5-05:#b48ead0D;
/* OPACITY - 06%*/
--PolarNight1-06:#2e34400F;
--PolarNight2-06:#3b42520F;
--PolarNight3-06:#434c5e0F;
--PolarNight4-06:#4c566a0F;
--SnowStorm1-06:#d8dee90F;
--SnowStorm2-06:#e5e9f00F;
--SnowStorm3-06:#eceff40F;
--Frost1-06:#8fbcbb0F;
--Frost2-06:#88c0d00F;
--Frost3-06:#81a1c10F;
--Frost4-06:#5e81ac0F;
--Aurora1-06:#bf616a0F;
--Aurora2-06:#d087700F;
--Aurora3-06:#ebcb8b0F;
--Aurora4-06:#a3be8c0F;
--Aurora5-06:#b48ead0F;
/* OPACITY - 07%*/
--PolarNight1-07:#2e344012;
--PolarNight2-07:#3b425212;
--PolarNight3-07:#434c5e12;
--PolarNight4-07:#4c566a12;
--SnowStorm1-07:#d8dee912;
--SnowStorm2-07:#e5e9f012;
--SnowStorm3-07:#eceff412;
--Frost1-07:#8fbcbb12;
--Frost2-07:#88c0d012;
--Frost3-07:#81a1c112;
--Frost4-07:#5e81ac12;
--Aurora1-07:#bf616a12;
--Aurora2-07:#d0877012;
--Aurora3-07:#ebcb8b12;
--Aurora4-07:#a3be8c12;
--Aurora5-07:#b48ead12;
/* OPACITY - 08%*/
--PolarNight1-08:#2e344014;
--PolarNight2-08:#3b425214;
--PolarNight3-08:#434c5e14;
--PolarNight4-08:#4c566a14;
--SnowStorm1-08:#d8dee914;
--SnowStorm2-08:#e5e9f014;
--SnowStorm3-08:#eceff414;
--Frost1-08:#8fbcbb14;
--Frost2-08:#88c0d014;
--Frost3-08:#81a1c114;
--Frost4-08:#5e81ac14;
--Aurora1-08:#bf616a14;
--Aurora2-08:#d0877014;
--Aurora3-08:#ebcb8b14;
--Aurora4-08:#a3be8c14;
--Aurora5-08:#b48ead14;
/* OPACITY - 09%*/
--PolarNight1-09:#2e344017;
--PolarNight2-09:#3b425217;
--PolarNight3-09:#434c5e17;
--PolarNight4-09:#4c566a17;
--SnowStorm1-09:#d8dee917;
--SnowStorm2-09:#e5e9f017;
--SnowStorm3-09:#eceff417;
--Frost1-09:#8fbcbb17;
--Frost2-09:#88c0d017;
--Frost3-09:#81a1c117;
--Frost4-09:#5e81ac17;
--Aurora1-09:#bf616a17;
--Aurora2-09:#d0877017;
--Aurora3-09:#ebcb8b17;
--Aurora4-09:#a3be8c17;
--Aurora5-09:#b48ead17;
/* OPACITY - 10%*/
--PolarNight1-10:#2e34401A;
--PolarNight2-10:#3b42521A;
--PolarNight3-10:#434c5e1A;
--PolarNight4-10:#4c566a1A;
--SnowStorm1-10:#d8dee91A;
--SnowStorm2-10:#e5e9f01A;
--SnowStorm3-10:#eceff41A;
--Frost1-10:#8fbcbb1A;
--Frost2-10:#88c0d01A;
--Frost3-10:#81a1c11A;
--Frost4-10:#5e81ac1A;
--Aurora1-10:#bf616a1A;
--Aurora2-10:#d087701A;
--Aurora3-10:#ebcb8b1A;
--Aurora4-10:#a3be8c1A;
--Aurora5-10:#b48ead1A;
/* OPACITY - 11%*/
--PolarNight1-11:#2e34401C;
--PolarNight2-11:#3b42521C;
--PolarNight3-11:#434c5e1C;
--PolarNight4-11:#4c566a1C;
--SnowStorm1-11:#d8dee91C;
--SnowStorm2-11:#e5e9f01C;
--SnowStorm3-11:#eceff41C;
--Frost1-11:#8fbcbb1C;
--Frost2-11:#88c0d01C;
--Frost3-11:#81a1c11C;
--Frost4-11:#5e81ac1C;
--Aurora1-11:#bf616a1C;
--Aurora2-11:#d087701C;
--Aurora3-11:#ebcb8b1C;
--Aurora4-11:#a3be8c1C;
--Aurora5-11:#b48ead1C;
/* OPACITY - 12%*/
--PolarNight1-12:#2e34401F;
--PolarNight2-12:#3b42521F;
--PolarNight3-12:#434c5e1F;
--PolarNight4-12:#4c566a1F;
--SnowStorm1-12:#d8dee91F;
--SnowStorm2-12:#e5e9f01F;
--SnowStorm3-12:#eceff41F;
--Frost1-12:#8fbcbb1F;
--Frost2-12:#88c0d01F;
--Frost3-12:#81a1c11F;
--Frost4-12:#5e81ac1F;
--Aurora1-12:#bf616a1F;
--Aurora2-12:#d087701F;
--Aurora3-12:#ebcb8b1F;
--Aurora4-12:#a3be8c1F;
--Aurora5-12:#b48ead1F;
/* OPACITY - 13%*/
--PolarNight1-13:#2e344021;
--PolarNight2-13:#3b425221;
--PolarNight3-13:#434c5e21;
--PolarNight4-13:#4c566a21;
--SnowStorm1-13:#d8dee921;
--SnowStorm2-13:#e5e9f021;
--SnowStorm3-13:#eceff421;
--Frost1-13:#8fbcbb21;
--Frost2-13:#88c0d021;
--Frost3-13:#81a1c121;
--Frost4-13:#5e81ac21;
--Aurora1-13:#bf616a21;
--Aurora2-13:#d0877021;
--Aurora3-13:#ebcb8b21;
--Aurora4-13:#a3be8c21;
--Aurora5-13:#b48ead21;
/* OPACITY - 14%*/
--PolarNight1-14:#2e344024;
--PolarNight2-14:#3b425224;
--PolarNight3-14:#434c5e24;
--PolarNight4-14:#4c566a24;
--SnowStorm1-14:#d8dee924;
--SnowStorm2-14:#e5e9f024;
--SnowStorm3-14:#eceff424;
--Frost1-14:#8fbcbb24;
--Frost2-14:#88c0d024;
--Frost3-14:#81a1c124;
--Frost4-14:#5e81ac24;
--Aurora1-14:#bf616a24;
--Aurora2-14:#d0877024;
--Aurora3-14:#ebcb8b24;
--Aurora4-14:#a3be8c24;
--Aurora5-14:#b48ead24;
/* OPACITY - 15%*/
--PolarNight1-15:#2e344026;
--PolarNight2-15:#3b425226;
--PolarNight3-15:#434c5e26;
--PolarNight4-15:#4c566a26;
--SnowStorm1-15:#d8dee926;
--SnowStorm2-15:#e5e9f026;
--SnowStorm3-15:#eceff426;
--Frost1-15:#8fbcbb26;
--Frost2-15:#88c0d026;
--Frost3-15:#81a1c126;
--Frost4-15:#5e81ac26;
--Aurora1-15:#bf616a26;
--Aurora2-15:#d0877026;
--Aurora3-15:#ebcb8b26;
--Aurora4-15:#a3be8c26;
--Aurora5-15:#b48ead26;
/* OPACITY - 16%*/
--PolarNight1-16:#2e344029;
--PolarNight2-16:#3b425229;
--PolarNight3-16:#434c5e29;
--PolarNight4-16:#4c566a29;
--SnowStorm1-16:#d8dee929;
--SnowStorm2-16:#e5e9f029;
--SnowStorm3-16:#eceff429;
--Frost1-16:#8fbcbb29;
--Frost2-16:#88c0d029;
--Frost3-16:#81a1c129;
--Frost4-16:#5e81ac29;
--Aurora1-16:#bf616a29;
--Aurora2-16:#d0877029;
--Aurora3-16:#ebcb8b29;
--Aurora4-16:#a3be8c29;
--Aurora5-16:#b48ead29;
/* OPACITY - 17%*/
--PolarNight1-17:#2e34402B;
--PolarNight2-17:#3b42522B;
--PolarNight3-17:#434c5e2B;
--PolarNight4-17:#4c566a2B;
--SnowStorm1-17:#d8dee92B;
--SnowStorm2-17:#e5e9f02B;
--SnowStorm3-17:#eceff42B;
--Frost1-17:#8fbcbb2B;
--Frost2-17:#88c0d02B;
--Frost3-17:#81a1c12B;
--Frost4-17:#5e81ac2B;
--Aurora1-17:#bf616a2B;
--Aurora2-17:#d087702B;
--Aurora3-17:#ebcb8b2B;
--Aurora4-17:#a3be8c2B;
--Aurora5-17:#b48ead2B;
/* OPACITY - 18%*/
--PolarNight1-18:#2e34402E;
--PolarNight2-18:#3b42522E;
--PolarNight3-18:#434c5e2E;
--PolarNight4-18:#4c566a2E;
--SnowStorm1-18:#d8dee92E;
--SnowStorm2-18:#e5e9f02E;
--SnowStorm3-18:#eceff42E;
--Frost1-18:#8fbcbb2E;
--Frost2-18:#88c0d02E;
--Frost3-18:#81a1c12E;
--Frost4-18:#5e81ac2E;
--Aurora1-18:#bf616a2E;
--Aurora2-18:#d087702E;
--Aurora3-18:#ebcb8b2E;
--Aurora4-18:#a3be8c2E;
--Aurora5-18:#b48ead2E;
/* OPACITY - 19%*/
--PolarNight1-19:#2e344030;
--PolarNight2-19:#3b425230;
--PolarNight3-19:#434c5e30;
--PolarNight4-19:#4c566a30;
--SnowStorm1-19:#d8dee930;
--SnowStorm2-19:#e5e9f030;
--SnowStorm3-19:#eceff430;
--Frost1-19:#8fbcbb30;
--Frost2-19:#88c0d030;
--Frost3-19:#81a1c130;
--Frost4-19:#5e81ac30;
--Aurora1-19:#bf616a30;
--Aurora2-19:#d0877030;
--Aurora3-19:#ebcb8b30;
--Aurora4-19:#a3be8c30;
--Aurora5-19:#b48ead30;
/* OPACITY - 20%*/
--PolarNight1-20:#2e344033;
--PolarNight2-20:#3b425233;
--PolarNight3-20:#434c5e33;
--PolarNight4-20:#4c566a33;
--SnowStorm1-20:#d8dee933;
--SnowStorm2-20:#e5e9f033;
--SnowStorm3-20:#eceff433;
--Frost1-20:#8fbcbb33;
--Frost2-20:#88c0d033;
--Frost3-20:#81a1c133;
--Frost4-20:#5e81ac33;
--Aurora1-20:#bf616a33;
--Aurora2-20:#d0877033;
--Aurora3-20:#ebcb8b33;
--Aurora4-20:#a3be8c33;
--Aurora5-20:#b48ead33;
/* OPACITY - 21%*/
--PolarNight1-21:#2e344036;
--PolarNight2-21:#3b425236;
--PolarNight3-21:#434c5e36;
--PolarNight4-21:#4c566a36;
--SnowStorm1-21:#d8dee936;
--SnowStorm2-21:#e5e9f036;
--SnowStorm3-21:#eceff436;
--Frost1-21:#8fbcbb36;
--Frost2-21:#88c0d036;
--Frost3-21:#81a1c136;
--Frost4-21:#5e81ac36;
--Aurora1-21:#bf616a36;
--Aurora2-21:#d0877036;
--Aurora3-21:#ebcb8b36;
--Aurora4-21:#a3be8c36;
--Aurora5-21:#b48ead36;
/* OPACITY - 22%*/
--PolarNight1-22:#2e344038;
--PolarNight2-22:#3b425238;
--PolarNight3-22:#434c5e38;
--PolarNight4-22:#4c566a38;
--SnowStorm1-22:#d8dee938;
--SnowStorm2-22:#e5e9f038;
--SnowStorm3-22:#eceff438;
--Frost1-22:#8fbcbb38;
--Frost2-22:#88c0d038;
--Frost3-22:#81a1c138;
--Frost4-22:#5e81ac38;
--Aurora1-22:#bf616a38;
--Aurora2-22:#d0877038;
--Aurora3-22:#ebcb8b38;
--Aurora4-22:#a3be8c38;
--Aurora5-22:#b48ead38;
/* OPACITY - 23%*/
--PolarNight1-23:#2e34403B;
--PolarNight2-23:#3b42523B;
--PolarNight3-23:#434c5e3B;
--PolarNight4-23:#4c566a3B;
--SnowStorm1-23:#d8dee93B;
--SnowStorm2-23:#e5e9f03B;
--SnowStorm3-23:#eceff43B;
--Frost1-23:#8fbcbb3B;
--Frost2-23:#88c0d03B;
--Frost3-23:#81a1c13B;
--Frost4-23:#5e81ac3B;
--Aurora1-23:#bf616a3B;
--Aurora2-23:#d087703B;
--Aurora3-23:#ebcb8b3B;
--Aurora4-23:#a3be8c3B;
--Aurora5-23:#b48ead3B;
/* OPACITY - 24%*/
--PolarNight1-24:#2e34403D;
--PolarNight2-24:#3b42523D;
--PolarNight3-24:#434c5e3D;
--PolarNight4-24:#4c566a3D;
--SnowStorm1-24:#d8dee93D;
--SnowStorm2-24:#e5e9f03D;
--SnowStorm3-24:#eceff43D;
--Frost1-24:#8fbcbb3D;
--Frost2-24:#88c0d03D;
--Frost3-24:#81a1c13D;
--Frost4-24:#5e81ac3D;
--Aurora1-24:#bf616a3D;
--Aurora2-24:#d087703D;
--Aurora3-24:#ebcb8b3D;
--Aurora4-24:#a3be8c3D;
--Aurora5-24:#b48ead3D;
/* OPACITY - 25%*/
--PolarNight1-25:#2e344040;
--PolarNight2-25:#3b425240;
--PolarNight3-25:#434c5e40;
--PolarNight4-25:#4c566a40;
--SnowStorm1-25:#d8dee940;
--SnowStorm2-25:#e5e9f040;
--SnowStorm3-25:#eceff440;
--Frost1-25:#8fbcbb40;
--Frost2-25:#88c0d040;
--Frost3-25:#81a1c140;
--Frost4-25:#5e81ac40;
--Aurora1-25:#bf616a40;
--Aurora2-25:#d0877040;
--Aurora3-25:#ebcb8b40;
--Aurora4-25:#a3be8c40;
--Aurora5-25:#b48ead40;
/* OPACITY - 26%*/
--PolarNight1-26:#2e344042;
--PolarNight2-26:#3b425242;
--PolarNight3-26:#434c5e42;
--PolarNight4-26:#4c566a42;
--SnowStorm1-26:#d8dee942;
--SnowStorm2-26:#e5e9f042;
--SnowStorm3-26:#eceff442;
--Frost1-26:#8fbcbb42;
--Frost2-26:#88c0d042;
--Frost3-26:#81a1c142;
--Frost4-26:#5e81ac42;
--Aurora1-26:#bf616a42;
--Aurora2-26:#d0877042;
--Aurora3-26:#ebcb8b42;
--Aurora4-26:#a3be8c42;
--Aurora5-26:#b48ead42;
/* OPACITY - 27%*/
--PolarNight1-27:#2e344045;
--PolarNight2-27:#3b425245;
--PolarNight3-27:#434c5e45;
--PolarNight4-27:#4c566a45;
--SnowStorm1-27:#d8dee945;
--SnowStorm2-27:#e5e9f045;
--SnowStorm3-27:#eceff445;
--Frost1-27:#8fbcbb45;
--Frost2-27:#88c0d045;
--Frost3-27:#81a1c145;
--Frost4-27:#5e81ac45;
--Aurora1-27:#bf616a45;
--Aurora2-27:#d0877045;
--Aurora3-27:#ebcb8b45;
--Aurora4-27:#a3be8c45;
--Aurora5-27:#b48ead45;
/* OPACITY - 28%*/
--PolarNight1-28:#2e344047;
--PolarNight2-28:#3b425247;
--PolarNight3-28:#434c5e47;
--PolarNight4-28:#4c566a47;
--SnowStorm1-28:#d8dee947;
--SnowStorm2-28:#e5e9f047;
--SnowStorm3-28:#eceff447;
--Frost1-28:#8fbcbb47;
--Frost2-28:#88c0d047;
--Frost3-28:#81a1c147;
--Frost4-28:#5e81ac47;
--Aurora1-28:#bf616a47;
--Aurora2-28:#d0877047;
--Aurora3-28:#ebcb8b47;
--Aurora4-28:#a3be8c47;
--Aurora5-28:#b48ead47;
/* OPACITY - 29%*/
--PolarNight1-29:#2e34404A;
--PolarNight2-29:#3b42524A;
--PolarNight3-29:#434c5e4A;
--PolarNight4-29:#4c566a4A;
--SnowStorm1-29:#d8dee94A;
--SnowStorm2-29:#e5e9f04A;
--SnowStorm3-29:#eceff44A;
--Frost1-29:#8fbcbb4A;
--Frost2-29:#88c0d04A;
--Frost3-29:#81a1c14A;
--Frost4-29:#5e81ac4A;
--Aurora1-29:#bf616a4A;
--Aurora2-29:#d087704A;
--Aurora3-29:#ebcb8b4A;
--Aurora4-29:#a3be8c4A;
--Aurora5-29:#b48ead4A;
/* OPACITY - 30%*/
--PolarNight1-30:#2e34404D;
--PolarNight2-30:#3b42524D;
--PolarNight3-30:#434c5e4D;
--PolarNight4-30:#4c566a4D;
--SnowStorm1-30:#d8dee94D;
--SnowStorm2-30:#e5e9f04D;
--SnowStorm3-30:#eceff44D;
--Frost1-30:#8fbcbb4D;
--Frost2-30:#88c0d04D;
--Frost3-30:#81a1c14D;
--Frost4-30:#5e81ac4D;
--Aurora1-30:#bf616a4D;
--Aurora2-30:#d087704D;
--Aurora3-30:#ebcb8b4D;
--Aurora4-30:#a3be8c4D;
--Aurora5-30:#b48ead4D;
/* OPACITY - 31%*/
--PolarNight1-31:#2e34404F;
--PolarNight2-31:#3b42524F;
--PolarNight3-31:#434c5e4F;
--PolarNight4-31:#4c566a4F;
--SnowStorm1-31:#d8dee94F;
--SnowStorm2-31:#e5e9f04F;
--SnowStorm3-31:#eceff44F;
--Frost1-31:#8fbcbb4F;
--Frost2-31:#88c0d04F;
--Frost3-31:#81a1c14F;
--Frost4-31:#5e81ac4F;
--Aurora1-31:#bf616a4F;
--Aurora2-31:#d087704F;
--Aurora3-31:#ebcb8b4F;
--Aurora4-31:#a3be8c4F;
--Aurora5-31:#b48ead4F;
/* OPACITY - 32%*/
--PolarNight1-32:#2e344052;
--PolarNight2-32:#3b425252;
--PolarNight3-32:#434c5e52;
--PolarNight4-32:#4c566a52;
--SnowStorm1-32:#d8dee952;
--SnowStorm2-32:#e5e9f052;
--SnowStorm3-32:#eceff452;
--Frost1-32:#8fbcbb52;
--Frost2-32:#88c0d052;
--Frost3-32:#81a1c152;
--Frost4-32:#5e81ac52;
--Aurora1-32:#bf616a52;
--Aurora2-32:#d0877052;
--Aurora3-32:#ebcb8b52;
--Aurora4-32:#a3be8c52;
--Aurora5-32:#b48ead52;
/* OPACITY - 33%*/
--PolarNight1-33:#2e344054;
--PolarNight2-33:#3b425254;
--PolarNight3-33:#434c5e54;
--PolarNight4-33:#4c566a54;
--SnowStorm1-33:#d8dee954;
--SnowStorm2-33:#e5e9f054;
--SnowStorm3-33:#eceff454;
--Frost1-33:#8fbcbb54;
--Frost2-33:#88c0d054;
--Frost3-33:#81a1c154;
--Frost4-33:#5e81ac54;
--Aurora1-33:#bf616a54;
--Aurora2-33:#d0877054;
--Aurora3-33:#ebcb8b54;
--Aurora4-33:#a3be8c54;
--Aurora5-33:#b48ead54;
/* OPACITY - 34%*/
--PolarNight1-34:#2e344057;
--PolarNight2-34:#3b425257;
--PolarNight3-34:#434c5e57;
--PolarNight4-34:#4c566a57;
--SnowStorm1-34:#d8dee957;
--SnowStorm2-34:#e5e9f057;
--SnowStorm3-34:#eceff457;
--Frost1-34:#8fbcbb57;
--Frost2-34:#88c0d057;
--Frost3-34:#81a1c157;
--Frost4-34:#5e81ac57;
--Aurora1-34:#bf616a57;
--Aurora2-34:#d0877057;
--Aurora3-34:#ebcb8b57;
--Aurora4-34:#a3be8c57;
--Aurora5-34:#b48ead57;
/* OPACITY - 35%*/
--PolarNight1-35:#2e344059;
--PolarNight2-35:#3b425259;
--PolarNight3-35:#434c5e59;
--PolarNight4-35:#4c566a59;
--SnowStorm1-35:#d8dee959;
--SnowStorm2-35:#e5e9f059;
--SnowStorm3-35:#eceff459;
--Frost1-35:#8fbcbb59;
--Frost2-35:#88c0d059;
--Frost3-35:#81a1c159;
--Frost4-35:#5e81ac59;
--Aurora1-35:#bf616a59;
--Aurora2-35:#d0877059;
--Aurora3-35:#ebcb8b59;
--Aurora4-35:#a3be8c59;
--Aurora5-35:#b48ead59;
/* OPACITY - 36%*/
--PolarNight1-36:#2e34405C;
--PolarNight2-36:#3b42525C;
--PolarNight3-36:#434c5e5C;
--PolarNight4-36:#4c566a5C;
--SnowStorm1-36:#d8dee95C;
--SnowStorm2-36:#e5e9f05C;
--SnowStorm3-36:#eceff45C;
--Frost1-36:#8fbcbb5C;
--Frost2-36:#88c0d05C;
--Frost3-36:#81a1c15C;
--Frost4-36:#5e81ac5C;
--Aurora1-36:#bf616a5C;
--Aurora2-36:#d087705C;
--Aurora3-36:#ebcb8b5C;
--Aurora4-36:#a3be8c5C;
--Aurora5-36:#b48ead5C;
/* OPACITY - 37%*/
--PolarNight1-37:#2e34405E;
--PolarNight2-37:#3b42525E;
--PolarNight3-37:#434c5e5E;
--PolarNight4-37:#4c566a5E;
--SnowStorm1-37:#d8dee95E;
--SnowStorm2-37:#e5e9f05E;
--SnowStorm3-37:#eceff45E;
--Frost1-37:#8fbcbb5E;
--Frost2-37:#88c0d05E;
--Frost3-37:#81a1c15E;
--Frost4-37:#5e81ac5E;
--Aurora1-37:#bf616a5E;
--Aurora2-37:#d087705E;
--Aurora3-37:#ebcb8b5E;
--Aurora4-37:#a3be8c5E;
--Aurora5-37:#b48ead5E;
/* OPACITY - 38%*/
--PolarNight1-38:#2e344061;
--PolarNight2-38:#3b425261;
--PolarNight3-38:#434c5e61;
--PolarNight4-38:#4c566a61;
--SnowStorm1-38:#d8dee961;
--SnowStorm2-38:#e5e9f061;
--SnowStorm3-38:#eceff461;
--Frost1-38:#8fbcbb61;
--Frost2-38:#88c0d061;
--Frost3-38:#81a1c161;
--Frost4-38:#5e81ac61;
--Aurora1-38:#bf616a61;
--Aurora2-38:#d0877061;
--Aurora3-38:#ebcb8b61;
--Aurora4-38:#a3be8c61;
--Aurora5-38:#b48ead61;
/* OPACITY - 39%*/
--PolarNight1-39:#2e344063;
--PolarNight2-39:#3b425263;
--PolarNight3-39:#434c5e63;
--PolarNight4-39:#4c566a63;
--SnowStorm1-39:#d8dee963;
--SnowStorm2-39:#e5e9f063;
--SnowStorm3-39:#eceff463;
--Frost1-39:#8fbcbb63;
--Frost2-39:#88c0d063;
--Frost3-39:#81a1c163;
--Frost4-39:#5e81ac63;
--Aurora1-39:#bf616a63;
--Aurora2-39:#d0877063;
--Aurora3-39:#ebcb8b63;
--Aurora4-39:#a3be8c63;
--Aurora5-39:#b48ead63;
/* OPACITY - 40%*/
--PolarNight1-40:#2e344066;
--PolarNight2-40:#3b425266;
--PolarNight3-40:#434c5e66;
--PolarNight4-40:#4c566a66;
--SnowStorm1-40:#d8dee966;
--SnowStorm2-40:#e5e9f066;
--SnowStorm3-40:#eceff466;
--Frost1-40:#8fbcbb66;
--Frost2-40:#88c0d066;
--Frost3-40:#81a1c166;
--Frost4-40:#5e81ac66;
--Aurora1-40:#bf616a66;
--Aurora2-40:#d0877066;
--Aurora3-40:#ebcb8b66;
--Aurora4-40:#a3be8c66;
--Aurora5-40:#b48ead66;
/* OPACITY - 41%*/
--PolarNight1-41:#2e344069;
--PolarNight2-41:#3b425269;
--PolarNight3-41:#434c5e69;
--PolarNight4-41:#4c566a69;
--SnowStorm1-41:#d8dee969;
--SnowStorm2-41:#e5e9f069;
--SnowStorm3-41:#eceff469;
--Frost1-41:#8fbcbb69;
--Frost2-41:#88c0d069;
--Frost3-41:#81a1c169;
--Frost4-41:#5e81ac69;
--Aurora1-41:#bf616a69;
--Aurora2-41:#d0877069;
--Aurora3-41:#ebcb8b69;
--Aurora4-41:#a3be8c69;
--Aurora5-41:#b48ead69;
/* OPACITY - 42%*/
--PolarNight1-42:#2e34406B;
--PolarNight2-42:#3b42526B;
--PolarNight3-42:#434c5e6B;
--PolarNight4-42:#4c566a6B;
--SnowStorm1-42:#d8dee96B;
--SnowStorm2-42:#e5e9f06B;
--SnowStorm3-42:#eceff46B;
--Frost1-42:#8fbcbb6B;
--Frost2-42:#88c0d06B;
--Frost3-42:#81a1c16B;
--Frost4-42:#5e81ac6B;
--Aurora1-42:#bf616a6B;
--Aurora2-42:#d087706B;
--Aurora3-42:#ebcb8b6B;
--Aurora4-42:#a3be8c6B;
--Aurora5-42:#b48ead6B;
/* OPACITY - 43%*/
--PolarNight1-43:#2e34406E;
--PolarNight2-43:#3b42526E;
--PolarNight3-43:#434c5e6E;
--PolarNight4-43:#4c566a6E;
--SnowStorm1-43:#d8dee96E;
--SnowStorm2-43:#e5e9f06E;
--SnowStorm3-43:#eceff46E;
--Frost1-43:#8fbcbb6E;
--Frost2-43:#88c0d06E;
--Frost3-43:#81a1c16E;
--Frost4-43:#5e81ac6E;
--Aurora1-43:#bf616a6E;
--Aurora2-43:#d087706E;
--Aurora3-43:#ebcb8b6E;
--Aurora4-43:#a3be8c6E;
--Aurora5-43:#b48ead6E;
/* OPACITY - 44%*/
--PolarNight1-44:#2e344070;
--PolarNight2-44:#3b425270;
--PolarNight3-44:#434c5e70;
--PolarNight4-44:#4c566a70;
--SnowStorm1-44:#d8dee970;
--SnowStorm2-44:#e5e9f070;
--SnowStorm3-44:#eceff470;
--Frost1-44:#8fbcbb70;
--Frost2-44:#88c0d070;
--Frost3-44:#81a1c170;
--Frost4-44:#5e81ac70;
--Aurora1-44:#bf616a70;
--Aurora2-44:#d0877070;
--Aurora3-44:#ebcb8b70;
--Aurora4-44:#a3be8c70;
--Aurora5-44:#b48ead70;
/* OPACITY - 45%*/
--PolarNight1-45:#2e344073;
--PolarNight2-45:#3b425273;
--PolarNight3-45:#434c5e73;
--PolarNight4-45:#4c566a73;
--SnowStorm1-45:#d8dee973;
--SnowStorm2-45:#e5e9f073;
--SnowStorm3-45:#eceff473;
--Frost1-45:#8fbcbb73;
--Frost2-45:#88c0d073;
--Frost3-45:#81a1c173;
--Frost4-45:#5e81ac73;
--Aurora1-45:#bf616a73;
--Aurora2-45:#d0877073;
--Aurora3-45:#ebcb8b73;
--Aurora4-45:#a3be8c73;
--Aurora5-45:#b48ead73;
/* OPACITY - 46%*/
--PolarNight1-46:#2e344075;
--PolarNight2-46:#3b425275;
--PolarNight3-46:#434c5e75;
--PolarNight4-46:#4c566a75;
--SnowStorm1-46:#d8dee975;
--SnowStorm2-46:#e5e9f075;
--SnowStorm3-46:#eceff475;
--Frost1-46:#8fbcbb75;
--Frost2-46:#88c0d075;
--Frost3-46:#81a1c175;
--Frost4-46:#5e81ac75;
--Aurora1-46:#bf616a75;
--Aurora2-46:#d0877075;
--Aurora3-46:#ebcb8b75;
--Aurora4-46:#a3be8c75;
--Aurora5-46:#b48ead75;
/* OPACITY - 47%*/
--PolarNight1-47:#2e344078;
--PolarNight2-47:#3b425278;
--PolarNight3-47:#434c5e78;
--PolarNight4-47:#4c566a78;
--SnowStorm1-47:#d8dee978;
--SnowStorm2-47:#e5e9f078;
--SnowStorm3-47:#eceff478;
--Frost1-47:#8fbcbb78;
--Frost2-47:#88c0d078;
--Frost3-47:#81a1c178;
--Frost4-47:#5e81ac78;
--Aurora1-47:#bf616a78;
--Aurora2-47:#d0877078;
--Aurora3-47:#ebcb8b78;
--Aurora4-47:#a3be8c78;
--Aurora5-47:#b48ead78;
/* OPACITY - 48%*/
--PolarNight1-48:#2e34407A;
--PolarNight2-48:#3b42527A;
--PolarNight3-48:#434c5e7A;
--PolarNight4-48:#4c566a7A;
--SnowStorm1-48:#d8dee97A;
--SnowStorm2-48:#e5e9f07A;
--SnowStorm3-48:#eceff47A;
--Frost1-48:#8fbcbb7A;
--Frost2-48:#88c0d07A;
--Frost3-48:#81a1c17A;
--Frost4-48:#5e81ac7A;
--Aurora1-48:#bf616a7A;
--Aurora2-48:#d087707A;
--Aurora3-48:#ebcb8b7A;
--Aurora4-48:#a3be8c7A;
--Aurora5-48:#b48ead7A;
/* OPACITY - 49%*/
--PolarNight1-49:#2e34407D;
--PolarNight2-49:#3b42527D;
--PolarNight3-49:#434c5e7D;
--PolarNight4-49:#4c566a7D;
--SnowStorm1-49:#d8dee97D;
--SnowStorm2-49:#e5e9f07D;
--SnowStorm3-49:#eceff47D;
--Frost1-49:#8fbcbb7D;
--Frost2-49:#88c0d07D;
--Frost3-49:#81a1c17D;
--Frost4-49:#5e81ac7D;
--Aurora1-49:#bf616a7D;
--Aurora2-49:#d087707D;
--Aurora3-49:#ebcb8b7D;
--Aurora4-49:#a3be8c7D;
--Aurora5-49:#b48ead7D;
/* OPACITY - 50%*/
--PolarNight1-50:#2e344080;
--PolarNight2-50:#3b425280;
--PolarNight3-50:#434c5e80;
--PolarNight4-50:#4c566a80;
--SnowStorm1-50:#d8dee980;
--SnowStorm2-50:#e5e9f080;
--SnowStorm3-50:#eceff480;
--Frost1-50:#8fbcbb80;
--Frost2-50:#88c0d080;
--Frost3-50:#81a1c180;
--Frost4-50:#5e81ac80;
--Aurora1-50:#bf616a80;
--Aurora2-50:#d0877080;
--Aurora3-50:#ebcb8b80;
--Aurora4-50:#a3be8c80;
--Aurora5-50:#b48ead80;
/* OPACITY - 51%*/
--PolarNight1-51:#2e344082;
--PolarNight2-51:#3b425282;
--PolarNight3-51:#434c5e82;
--PolarNight4-51:#4c566a82;
--SnowStorm1-51:#d8dee982;
--SnowStorm2-51:#e5e9f082;
--SnowStorm3-51:#eceff482;
--Frost1-51:#8fbcbb82;
--Frost2-51:#88c0d082;
--Frost3-51:#81a1c182;
--Frost4-51:#5e81ac82;
--Aurora1-51:#bf616a82;
--Aurora2-51:#d0877082;
--Aurora3-51:#ebcb8b82;
--Aurora4-51:#a3be8c82;
--Aurora5-51:#b48ead82;
/* OPACITY - 52%*/
--PolarNight1-52:#2e344085;
--PolarNight2-52:#3b425285;
--PolarNight3-52:#434c5e85;
--PolarNight4-52:#4c566a85;
--SnowStorm1-52:#d8dee985;
--SnowStorm2-52:#e5e9f085;
--SnowStorm3-52:#eceff485;
--Frost1-52:#8fbcbb85;
--Frost2-52:#88c0d085;
--Frost3-52:#81a1c185;
--Frost4-52:#5e81ac85;
--Aurora1-52:#bf616a85;
--Aurora2-52:#d0877085;
--Aurora3-52:#ebcb8b85;
--Aurora4-52:#a3be8c85;
--Aurora5-52:#b48ead85;
/* OPACITY - 53%*/
--PolarNight1-53:#2e344087;
--PolarNight2-53:#3b425287;
--PolarNight3-53:#434c5e87;
--PolarNight4-53:#4c566a87;
--SnowStorm1-53:#d8dee987;
--SnowStorm2-53:#e5e9f087;
--SnowStorm3-53:#eceff487;
--Frost1-53:#8fbcbb87;
--Frost2-53:#88c0d087;
--Frost3-53:#81a1c187;
--Frost4-53:#5e81ac87;
--Aurora1-53:#bf616a87;
--Aurora2-53:#d0877087;
--Aurora3-53:#ebcb8b87;
--Aurora4-53:#a3be8c87;
--Aurora5-53:#b48ead87;
/* OPACITY - 54%*/
--PolarNight1-54:#2e34408A;
--PolarNight2-54:#3b42528A;
--PolarNight3-54:#434c5e8A;
--PolarNight4-54:#4c566a8A;
--SnowStorm1-54:#d8dee98A;
--SnowStorm2-54:#e5e9f08A;
--SnowStorm3-54:#eceff48A;
--Frost1-54:#8fbcbb8A;
--Frost2-54:#88c0d08A;
--Frost3-54:#81a1c18A;
--Frost4-54:#5e81ac8A;
--Aurora1-54:#bf616a8A;
--Aurora2-54:#d087708A;
--Aurora3-54:#ebcb8b8A;
--Aurora4-54:#a3be8c8A;
--Aurora5-54:#b48ead8A;
/* OPACITY - 55%*/
--PolarNight1-55:#2e34408C;
--PolarNight2-55:#3b42528C;
--PolarNight3-55:#434c5e8C;
--PolarNight4-55:#4c566a8C;
--SnowStorm1-55:#d8dee98C;
--SnowStorm2-55:#e5e9f08C;
--SnowStorm3-55:#eceff48C;
--Frost1-55:#8fbcbb8C;
--Frost2-55:#88c0d08C;
--Frost3-55:#81a1c18C;
--Frost4-55:#5e81ac8C;
--Aurora1-55:#bf616a8C;
--Aurora2-55:#d087708C;
--Aurora3-55:#ebcb8b8C;
--Aurora4-55:#a3be8c8C;
--Aurora5-55:#b48ead8C;
/* OPACITY - 56%*/
--PolarNight1-56:#2e34408F;
--PolarNight2-56:#3b42528F;
--PolarNight3-56:#434c5e8F;
--PolarNight4-56:#4c566a8F;
--SnowStorm1-56:#d8dee98F;
--SnowStorm2-56:#e5e9f08F;
--SnowStorm3-56:#eceff48F;
--Frost1-56:#8fbcbb8F;
--Frost2-56:#88c0d08F;
--Frost3-56:#81a1c18F;
--Frost4-56:#5e81ac8F;
--Aurora1-56:#bf616a8F;
--Aurora2-56:#d087708F;
--Aurora3-56:#ebcb8b8F;
--Aurora4-56:#a3be8c8F;
--Aurora5-56:#b48ead8F;
/* OPACITY - 57%*/
--PolarNight1-57:#2e344091;
--PolarNight2-57:#3b425291;
--PolarNight3-57:#434c5e91;
--PolarNight4-57:#4c566a91;
--SnowStorm1-57:#d8dee991;
--SnowStorm2-57:#e5e9f091;
--SnowStorm3-57:#eceff491;
--Frost1-57:#8fbcbb91;
--Frost2-57:#88c0d091;
--Frost3-57:#81a1c191;
--Frost4-57:#5e81ac91;
--Aurora1-57:#bf616a91;
--Aurora2-57:#d0877091;
--Aurora3-57:#ebcb8b91;
--Aurora4-57:#a3be8c91;
--Aurora5-57:#b48ead91;
/* OPACITY - 58%*/
--PolarNight1-58:#2e344094;
--PolarNight2-58:#3b425294;
--PolarNight3-58:#434c5e94;
--PolarNight4-58:#4c566a94;
--SnowStorm1-58:#d8dee994;
--SnowStorm2-58:#e5e9f094;
--SnowStorm3-58:#eceff494;
--Frost1-58:#8fbcbb94;
--Frost2-58:#88c0d094;
--Frost3-58:#81a1c194;
--Frost4-58:#5e81ac94;
--Aurora1-58:#bf616a94;
--Aurora2-58:#d0877094;
--Aurora3-58:#ebcb8b94;
--Aurora4-58:#a3be8c94;
--Aurora5-58:#b48ead94;
/* OPACITY - 59%*/
--PolarNight1-59:#2e344096;
--PolarNight2-59:#3b425296;
--PolarNight3-59:#434c5e96;
--PolarNight4-59:#4c566a96;
--SnowStorm1-59:#d8dee996;
--SnowStorm2-59:#e5e9f096;
--SnowStorm3-59:#eceff496;
--Frost1-59:#8fbcbb96;
--Frost2-59:#88c0d096;
--Frost3-59:#81a1c196;
--Frost4-59:#5e81ac96;
--Aurora1-59:#bf616a96;
--Aurora2-59:#d0877096;
--Aurora3-59:#ebcb8b96;
--Aurora4-59:#a3be8c96;
--Aurora5-59:#b48ead96;
/* OPACITY - 60%*/
--PolarNight1-60:#2e344099;
--PolarNight2-60:#3b425299;
--PolarNight3-60:#434c5e99;
--PolarNight4-60:#4c566a99;
--SnowStorm1-60:#d8dee999;
--SnowStorm2-60:#e5e9f099;
--SnowStorm3-60:#eceff499;
--Frost1-60:#8fbcbb99;
--Frost2-60:#88c0d099;
--Frost3-60:#81a1c199;
--Frost4-60:#5e81ac99;
--Aurora1-60:#bf616a99;
--Aurora2-60:#d0877099;
--Aurora3-60:#ebcb8b99;
--Aurora4-60:#a3be8c99;
--Aurora5-60:#b48ead99;
/* OPACITY - 61%*/
--PolarNight1-61:#2e34409C;
--PolarNight2-61:#3b42529C;
--PolarNight3-61:#434c5e9C;
--PolarNight4-61:#4c566a9C;
--SnowStorm1-61:#d8dee99C;
--SnowStorm2-61:#e5e9f09C;
--SnowStorm3-61:#eceff49C;
--Frost1-61:#8fbcbb9C;
--Frost2-61:#88c0d09C;
--Frost3-61:#81a1c19C;
--Frost4-61:#5e81ac9C;
--Aurora1-61:#bf616a9C;
--Aurora2-61:#d087709C;
--Aurora3-61:#ebcb8b9C;
--Aurora4-61:#a3be8c9C;
--Aurora5-61:#b48ead9C;
/* OPACITY - 62%*/
--PolarNight1-62:#2e34409E;
--PolarNight2-62:#3b42529E;
--PolarNight3-62:#434c5e9E;
--PolarNight4-62:#4c566a9E;
--SnowStorm1-62:#d8dee99E;
--SnowStorm2-62:#e5e9f09E;
--SnowStorm3-62:#eceff49E;
--Frost1-62:#8fbcbb9E;
--Frost2-62:#88c0d09E;
--Frost3-62:#81a1c19E;
--Frost4-62:#5e81ac9E;
--Aurora1-62:#bf616a9E;
--Aurora2-62:#d087709E;
--Aurora3-62:#ebcb8b9E;
--Aurora4-62:#a3be8c9E;
--Aurora5-62:#b48ead9E;
/* OPACITY - 63%*/
--PolarNight1-63:#2e3440A1;
--PolarNight2-63:#3b4252A1;
--PolarNight3-63:#434c5eA1;
--PolarNight4-63:#4c566aA1;
--SnowStorm1-63:#d8dee9A1;
--SnowStorm2-63:#e5e9f0A1;
--SnowStorm3-63:#eceff4A1;
--Frost1-63:#8fbcbbA1;
--Frost2-63:#88c0d0A1;
--Frost3-63:#81a1c1A1;
--Frost4-63:#5e81acA1;
--Aurora1-63:#bf616aA1;
--Aurora2-63:#d08770A1;
--Aurora3-63:#ebcb8bA1;
--Aurora4-63:#a3be8cA1;
--Aurora5-63:#b48eadA1;
/* OPACITY - 64%*/
--PolarNight1-64:#2e3440A3;
--PolarNight2-64:#3b4252A3;
--PolarNight3-64:#434c5eA3;
--PolarNight4-64:#4c566aA3;
--SnowStorm1-64:#d8dee9A3;
--SnowStorm2-64:#e5e9f0A3;
--SnowStorm3-64:#eceff4A3;
--Frost1-64:#8fbcbbA3;
--Frost2-64:#88c0d0A3;
--Frost3-64:#81a1c1A3;
--Frost4-64:#5e81acA3;
--Aurora1-64:#bf616aA3;
--Aurora2-64:#d08770A3;
--Aurora3-64:#ebcb8bA3;
--Aurora4-64:#a3be8cA3;
--Aurora5-64:#b48eadA3;
/* OPACITY - 65%*/
--PolarNight1-65:#2e3440A6;
--PolarNight2-65:#3b4252A6;
--PolarNight3-65:#434c5eA6;
--PolarNight4-65:#4c566aA6;
--SnowStorm1-65:#d8dee9A6;
--SnowStorm2-65:#e5e9f0A6;
--SnowStorm3-65:#eceff4A6;
--Frost1-65:#8fbcbbA6;
--Frost2-65:#88c0d0A6;
--Frost3-65:#81a1c1A6;
--Frost4-65:#5e81acA6;
--Aurora1-65:#bf616aA6;
--Aurora2-65:#d08770A6;
--Aurora3-65:#ebcb8bA6;
--Aurora4-65:#a3be8cA6;
--Aurora5-65:#b48eadA6;
/* OPACITY - 66%*/
--PolarNight1-66:#2e3440A8;
--PolarNight2-66:#3b4252A8;
--PolarNight3-66:#434c5eA8;
--PolarNight4-66:#4c566aA8;
--SnowStorm1-66:#d8dee9A8;
--SnowStorm2-66:#e5e9f0A8;
--SnowStorm3-66:#eceff4A8;
--Frost1-66:#8fbcbbA8;
--Frost2-66:#88c0d0A8;
--Frost3-66:#81a1c1A8;
--Frost4-66:#5e81acA8;
--Aurora1-66:#bf616aA8;
--Aurora2-66:#d08770A8;
--Aurora3-66:#ebcb8bA8;
--Aurora4-66:#a3be8cA8;
--Aurora5-66:#b48eadA8;
/* OPACITY - 67%*/
--PolarNight1-67:#2e3440AB;
--PolarNight2-67:#3b4252AB;
--PolarNight3-67:#434c5eAB;
--PolarNight4-67:#4c566aAB;
--SnowStorm1-67:#d8dee9AB;
--SnowStorm2-67:#e5e9f0AB;
--SnowStorm3-67:#eceff4AB;
--Frost1-67:#8fbcbbAB;
--Frost2-67:#88c0d0AB;
--Frost3-67:#81a1c1AB;
--Frost4-67:#5e81acAB;
--Aurora1-67:#bf616aAB;
--Aurora2-67:#d08770AB;
--Aurora3-67:#ebcb8bAB;
--Aurora4-67:#a3be8cAB;
--Aurora5-67:#b48eadAB;
/* OPACITY - 68%*/
--PolarNight1-68:#2e3440AD;
--PolarNight2-68:#3b4252AD;
--PolarNight3-68:#434c5eAD;
--PolarNight4-68:#4c566aAD;
--SnowStorm1-68:#d8dee9AD;
--SnowStorm2-68:#e5e9f0AD;
--SnowStorm3-68:#eceff4AD;
--Frost1-68:#8fbcbbAD;
--Frost2-68:#88c0d0AD;
--Frost3-68:#81a1c1AD;
--Frost4-68:#5e81acAD;
--Aurora1-68:#bf616aAD;
--Aurora2-68:#d08770AD;
--Aurora3-68:#ebcb8bAD;
--Aurora4-68:#a3be8cAD;
--Aurora5-68:#b48eadAD;
/* OPACITY - 69%*/
--PolarNight1-69:#2e3440B0;
--PolarNight2-69:#3b4252B0;
--PolarNight3-69:#434c5eB0;
--PolarNight4-69:#4c566aB0;
--SnowStorm1-69:#d8dee9B0;
--SnowStorm2-69:#e5e9f0B0;
--SnowStorm3-69:#eceff4B0;
--Frost1-69:#8fbcbbB0;
--Frost2-69:#88c0d0B0;
--Frost3-69:#81a1c1B0;
--Frost4-69:#5e81acB0;
--Aurora1-69:#bf616aB0;
--Aurora2-69:#d08770B0;
--Aurora3-69:#ebcb8bB0;
--Aurora4-69:#a3be8cB0;
--Aurora5-69:#b48eadB0;
/* OPACITY - 70%*/
--PolarNight1-70:#2e3440B3;
--PolarNight2-70:#3b4252B3;
--PolarNight3-70:#434c5eB3;
--PolarNight4-70:#4c566aB3;
--SnowStorm1-70:#d8dee9B3;
--SnowStorm2-70:#e5e9f0B3;
--SnowStorm3-70:#eceff4B3;
--Frost1-70:#8fbcbbB3;
--Frost2-70:#88c0d0B3;
--Frost3-70:#81a1c1B3;
--Frost4-70:#5e81acB3;
--Aurora1-70:#bf616aB3;
--Aurora2-70:#d08770B3;
--Aurora3-70:#ebcb8bB3;
--Aurora4-70:#a3be8cB3;
--Aurora5-70:#b48eadB3;
/* OPACITY - 71%*/
--PolarNight1-71:#2e3440B5;
--PolarNight2-71:#3b4252B5;
--PolarNight3-71:#434c5eB5;
--PolarNight4-71:#4c566aB5;
--SnowStorm1-71:#d8dee9B5;
--SnowStorm2-71:#e5e9f0B5;
--SnowStorm3-71:#eceff4B5;
--Frost1-71:#8fbcbbB5;
--Frost2-71:#88c0d0B5;
--Frost3-71:#81a1c1B5;
--Frost4-71:#5e81acB5;
--Aurora1-71:#bf616aB5;
--Aurora2-71:#d08770B5;
--Aurora3-71:#ebcb8bB5;
--Aurora4-71:#a3be8cB5;
--Aurora5-71:#b48eadB5;
/* OPACITY - 72%*/
--PolarNight1-72:#2e3440B8;
--PolarNight2-72:#3b4252B8;
--PolarNight3-72:#434c5eB8;
--PolarNight4-72:#4c566aB8;
--SnowStorm1-72:#d8dee9B8;
--SnowStorm2-72:#e5e9f0B8;
--SnowStorm3-72:#eceff4B8;
--Frost1-72:#8fbcbbB8;
--Frost2-72:#88c0d0B8;
--Frost3-72:#81a1c1B8;
--Frost4-72:#5e81acB8;
--Aurora1-72:#bf616aB8;
--Aurora2-72:#d08770B8;
--Aurora3-72:#ebcb8bB8;
--Aurora4-72:#a3be8cB8;
--Aurora5-72:#b48eadB8;
/* OPACITY - 73%*/
--PolarNight1-73:#2e3440BA;
--PolarNight2-73:#3b4252BA;
--PolarNight3-73:#434c5eBA;
--PolarNight4-73:#4c566aBA;
--SnowStorm1-73:#d8dee9BA;
--SnowStorm2-73:#e5e9f0BA;
--SnowStorm3-73:#eceff4BA;
--Frost1-73:#8fbcbbBA;
--Frost2-73:#88c0d0BA;
--Frost3-73:#81a1c1BA;
--Frost4-73:#5e81acBA;
--Aurora1-73:#bf616aBA;
--Aurora2-73:#d08770BA;
--Aurora3-73:#ebcb8bBA;
--Aurora4-73:#a3be8cBA;
--Aurora5-73:#b48eadBA;
/* OPACITY - 74%*/
--PolarNight1-74:#2e3440BD;
--PolarNight2-74:#3b4252BD;
--PolarNight3-74:#434c5eBD;
--PolarNight4-74:#4c566aBD;
--SnowStorm1-74:#d8dee9BD;
--SnowStorm2-74:#e5e9f0BD;
--SnowStorm3-74:#eceff4BD;
--Frost1-74:#8fbcbbBD;
--Frost2-74:#88c0d0BD;
--Frost3-74:#81a1c1BD;
--Frost4-74:#5e81acBD;
--Aurora1-74:#bf616aBD;
--Aurora2-74:#d08770BD;
--Aurora3-74:#ebcb8bBD;
--Aurora4-74:#a3be8cBD;
--Aurora5-74:#b48eadBD;
/* OPACITY - 75%*/
--PolarNight1-75:#2e3440BF;
--PolarNight2-75:#3b4252BF;
--PolarNight3-75:#434c5eBF;
--PolarNight4-75:#4c566aBF;
--SnowStorm1-75:#d8dee9BF;
--SnowStorm2-75:#e5e9f0BF;
--SnowStorm3-75:#eceff4BF;
--Frost1-75:#8fbcbbBF;
--Frost2-75:#88c0d0BF;
--Frost3-75:#81a1c1BF;
--Frost4-75:#5e81acBF;
--Aurora1-75:#bf616aBF;
--Aurora2-75:#d08770BF;
--Aurora3-75:#ebcb8bBF;
--Aurora4-75:#a3be8cBF;
--Aurora5-75:#b48eadBF;
/* OPACITY - 76%*/
--PolarNight1-76:#2e3440C2;
--PolarNight2-76:#3b4252C2;
--PolarNight3-76:#434c5eC2;
--PolarNight4-76:#4c566aC2;
--SnowStorm1-76:#d8dee9C2;
--SnowStorm2-76:#e5e9f0C2;
--SnowStorm3-76:#eceff4C2;
--Frost1-76:#8fbcbbC2;
--Frost2-76:#88c0d0C2;
--Frost3-76:#81a1c1C2;
--Frost4-76:#5e81acC2;
--Aurora1-76:#bf616aC2;
--Aurora2-76:#d08770C2;
--Aurora3-76:#ebcb8bC2;
--Aurora4-76:#a3be8cC2;
--Aurora5-76:#b48eadC2;
/* OPACITY - 77%*/
--PolarNight1-77:#2e3440C4;
--PolarNight2-77:#3b4252C4;
--PolarNight3-77:#434c5eC4;
--PolarNight4-77:#4c566aC4;
--SnowStorm1-77:#d8dee9C4;
--SnowStorm2-77:#e5e9f0C4;
--SnowStorm3-77:#eceff4C4;
--Frost1-77:#8fbcbbC4;
--Frost2-77:#88c0d0C4;
--Frost3-77:#81a1c1C4;
--Frost4-77:#5e81acC4;
--Aurora1-77:#bf616aC4;
--Aurora2-77:#d08770C4;
--Aurora3-77:#ebcb8bC4;
--Aurora4-77:#a3be8cC4;
--Aurora5-77:#b48eadC4;
/* OPACITY - 78%*/
--PolarNight1-78:#2e3440C7;
--PolarNight2-78:#3b4252C7;
--PolarNight3-78:#434c5eC7;
--PolarNight4-78:#4c566aC7;
--SnowStorm1-78:#d8dee9C7;
--SnowStorm2-78:#e5e9f0C7;
--SnowStorm3-78:#eceff4C7;
--Frost1-78:#8fbcbbC7;
--Frost2-78:#88c0d0C7;
--Frost3-78:#81a1c1C7;
--Frost4-78:#5e81acC7;
--Aurora1-78:#bf616aC7;
--Aurora2-78:#d08770C7;
--Aurora3-78:#ebcb8bC7;
--Aurora4-78:#a3be8cC7;
--Aurora5-78:#b48eadC7;
/* OPACITY - 79%*/
--PolarNight1-79:#2e3440C9;
--PolarNight2-79:#3b4252C9;
--PolarNight3-79:#434c5eC9;
--PolarNight4-79:#4c566aC9;
--SnowStorm1-79:#d8dee9C9;
--SnowStorm2-79:#e5e9f0C9;
--SnowStorm3-79:#eceff4C9;
--Frost1-79:#8fbcbbC9;
--Frost2-79:#88c0d0C9;
--Frost3-79:#81a1c1C9;
--Frost4-79:#5e81acC9;
--Aurora1-79:#bf616aC9;
--Aurora2-79:#d08770C9;
--Aurora3-79:#ebcb8bC9;
--Aurora4-79:#a3be8cC9;
--Aurora5-79:#b48eadC9;
/* OPACITY - 80%*/
--PolarNight1-80:#2e3440CC;
--PolarNight2-80:#3b4252CC;
--PolarNight3-80:#434c5eCC;
--PolarNight4-80:#4c566aCC;
--SnowStorm1-80:#d8dee9CC;
--SnowStorm2-80:#e5e9f0CC;
--SnowStorm3-80:#eceff4CC;
--Frost1-80:#8fbcbbCC;
--Frost2-80:#88c0d0CC;
--Frost3-80:#81a1c1CC;
--Frost4-80:#5e81acCC;
--Aurora1-80:#bf616aCC;
--Aurora2-80:#d08770CC;
--Aurora3-80:#ebcb8bCC;
--Aurora4-80:#a3be8cCC;
--Aurora5-80:#b48eadCC;
/* OPACITY - 81%*/
--PolarNight1-81:#2e3440CF;
--PolarNight2-81:#3b4252CF;
--PolarNight3-81:#434c5eCF;
--PolarNight4-81:#4c566aCF;
--SnowStorm1-81:#d8dee9CF;
--SnowStorm2-81:#e5e9f0CF;
--SnowStorm3-81:#eceff4CF;
--Frost1-81:#8fbcbbCF;
--Frost2-81:#88c0d0CF;
--Frost3-81:#81a1c1CF;
--Frost4-81:#5e81acCF;
--Aurora1-81:#bf616aCF;
--Aurora2-81:#d08770CF;
--Aurora3-81:#ebcb8bCF;
--Aurora4-81:#a3be8cCF;
--Aurora5-81:#b48eadCF;
/* OPACITY - 82%*/
--PolarNight1-82:#2e3440D1;
--PolarNight2-82:#3b4252D1;
--PolarNight3-82:#434c5eD1;
--PolarNight4-82:#4c566aD1;
--SnowStorm1-82:#d8dee9D1;
--SnowStorm2-82:#e5e9f0D1;
--SnowStorm3-82:#eceff4D1;
--Frost1-82:#8fbcbbD1;
--Frost2-82:#88c0d0D1;
--Frost3-82:#81a1c1D1;
--Frost4-82:#5e81acD1;
--Aurora1-82:#bf616aD1;
--Aurora2-82:#d08770D1;
--Aurora3-82:#ebcb8bD1;
--Aurora4-82:#a3be8cD1;
--Aurora5-82:#b48eadD1;
/* OPACITY - 83%*/
--PolarNight1-83:#2e3440D4;
--PolarNight2-83:#3b4252D4;
--PolarNight3-83:#434c5eD4;
--PolarNight4-83:#4c566aD4;
--SnowStorm1-83:#d8dee9D4;
--SnowStorm2-83:#e5e9f0D4;
--SnowStorm3-83:#eceff4D4;
--Frost1-83:#8fbcbbD4;
--Frost2-83:#88c0d0D4;
--Frost3-83:#81a1c1D4;
--Frost4-83:#5e81acD4;
--Aurora1-83:#bf616aD4;
--Aurora2-83:#d08770D4;
--Aurora3-83:#ebcb8bD4;
--Aurora4-83:#a3be8cD4;
--Aurora5-83:#b48eadD4;
/* OPACITY - 84%*/
--PolarNight1-84:#2e3440D6;
--PolarNight2-84:#3b4252D6;
--PolarNight3-84:#434c5eD6;
--PolarNight4-84:#4c566aD6;
--SnowStorm1-84:#d8dee9D6;
--SnowStorm2-84:#e5e9f0D6;
--SnowStorm3-84:#eceff4D6;
--Frost1-84:#8fbcbbD6;
--Frost2-84:#88c0d0D6;
--Frost3-84:#81a1c1D6;
--Frost4-84:#5e81acD6;
--Aurora1-84:#bf616aD6;
--Aurora2-84:#d08770D6;
--Aurora3-84:#ebcb8bD6;
--Aurora4-84:#a3be8cD6;
--Aurora5-84:#b48eadD6;
/* OPACITY - 85%*/
--PolarNight1-85:#2e3440D9;
--PolarNight2-85:#3b4252D9;
--PolarNight3-85:#434c5eD9;
--PolarNight4-85:#4c566aD9;
--SnowStorm1-85:#d8dee9D9;
--SnowStorm2-85:#e5e9f0D9;
--SnowStorm3-85:#eceff4D9;
--Frost1-85:#8fbcbbD9;
--Frost2-85:#88c0d0D9;
--Frost3-85:#81a1c1D9;
--Frost4-85:#5e81acD9;
--Aurora1-85:#bf616aD9;
--Aurora2-85:#d08770D9;
--Aurora3-85:#ebcb8bD9;
--Aurora4-85:#a3be8cD9;
--Aurora5-85:#b48eadD9;
/* OPACITY - 86%*/
--PolarNight1-86:#2e3440DB;
--PolarNight2-86:#3b4252DB;
--PolarNight3-86:#434c5eDB;
--PolarNight4-86:#4c566aDB;
--SnowStorm1-86:#d8dee9DB;
--SnowStorm2-86:#e5e9f0DB;
--SnowStorm3-86:#eceff4DB;
--Frost1-86:#8fbcbbDB;
--Frost2-86:#88c0d0DB;
--Frost3-86:#81a1c1DB;
--Frost4-86:#5e81acDB;
--Aurora1-86:#bf616aDB;
--Aurora2-86:#d08770DB;
--Aurora3-86:#ebcb8bDB;
--Aurora4-86:#a3be8cDB;
--Aurora5-86:#b48eadDB;
/* OPACITY - 87%*/
--PolarNight1-87:#2e3440DE;
--PolarNight2-87:#3b4252DE;
--PolarNight3-87:#434c5eDE;
--PolarNight4-87:#4c566aDE;
--SnowStorm1-87:#d8dee9DE;
--SnowStorm2-87:#e5e9f0DE;
--SnowStorm3-87:#eceff4DE;
--Frost1-87:#8fbcbbDE;
--Frost2-87:#88c0d0DE;
--Frost3-87:#81a1c1DE;
--Frost4-87:#5e81acDE;
--Aurora1-87:#bf616aDE;
--Aurora2-87:#d08770DE;
--Aurora3-87:#ebcb8bDE;
--Aurora4-87:#a3be8cDE;
--Aurora5-87:#b48eadDE;
/* OPACITY - 88%*/
--PolarNight1-88:#2e3440E0;
--PolarNight2-88:#3b4252E0;
--PolarNight3-88:#434c5eE0;
--PolarNight4-88:#4c566aE0;
--SnowStorm1-88:#d8dee9E0;
--SnowStorm2-88:#e5e9f0E0;
--SnowStorm3-88:#eceff4E0;
--Frost1-88:#8fbcbbE0;
--Frost2-88:#88c0d0E0;
--Frost3-88:#81a1c1E0;
--Frost4-88:#5e81acE0;
--Aurora1-88:#bf616aE0;
--Aurora2-88:#d08770E0;
--Aurora3-88:#ebcb8bE0;
--Aurora4-88:#a3be8cE0;
--Aurora5-88:#b48eadE0;
/* OPACITY - 89%*/
--PolarNight1-89:#2e3440E3;
--PolarNight2-89:#3b4252E3;
--PolarNight3-89:#434c5eE3;
--PolarNight4-89:#4c566aE3;
--SnowStorm1-89:#d8dee9E3;
--SnowStorm2-89:#e5e9f0E3;
--SnowStorm3-89:#eceff4E3;
--Frost1-89:#8fbcbbE3;
--Frost2-89:#88c0d0E3;
--Frost3-89:#81a1c1E3;
--Frost4-89:#5e81acE3;
--Aurora1-89:#bf616aE3;
--Aurora2-89:#d08770E3;
--Aurora3-89:#ebcb8bE3;
--Aurora4-89:#a3be8cE3;
--Aurora5-89:#b48eadE3;
/* OPACITY - 90%*/
--PolarNight1-90:#2e3440E6;
--PolarNight2-90:#3b4252E6;
--PolarNight3-90:#434c5eE6;
--PolarNight4-90:#4c566aE6;
--SnowStorm1-90:#d8dee9E6;
--SnowStorm2-90:#e5e9f0E6;
--SnowStorm3-90:#eceff4E6;
--Frost1-90:#8fbcbbE6;
--Frost2-90:#88c0d0E6;
--Frost3-90:#81a1c1E6;
--Frost4-90:#5e81acE6;
--Aurora1-90:#bf616aE6;
--Aurora2-90:#d08770E6;
--Aurora3-90:#ebcb8bE6;
--Aurora4-90:#a3be8cE6;
--Aurora5-90:#b48eadE6;
/* OPACITY - 91%*/
--PolarNight1-91:#2e3440E8;
--PolarNight2-91:#3b4252E8;
--PolarNight3-91:#434c5eE8;
--PolarNight4-91:#4c566aE8;
--SnowStorm1-91:#d8dee9E8;
--SnowStorm2-91:#e5e9f0E8;
--SnowStorm3-91:#eceff4E8;
--Frost1-91:#8fbcbbE8;
--Frost2-91:#88c0d0E8;
--Frost3-91:#81a1c1E8;
--Frost4-91:#5e81acE8;
--Aurora1-91:#bf616aE8;
--Aurora2-91:#d08770E8;
--Aurora3-91:#ebcb8bE8;
--Aurora4-91:#a3be8cE8;
--Aurora5-91:#b48eadE8;
/* OPACITY - 92%*/
--PolarNight1-92:#2e3440EB;
--PolarNight2-92:#3b4252EB;
--PolarNight3-92:#434c5eEB;
--PolarNight4-92:#4c566aEB;
--SnowStorm1-92:#d8dee9EB;
--SnowStorm2-92:#e5e9f0EB;
--SnowStorm3-92:#eceff4EB;
--Frost1-92:#8fbcbbEB;
--Frost2-92:#88c0d0EB;
--Frost3-92:#81a1c1EB;
--Frost4-92:#5e81acEB;
--Aurora1-92:#bf616aEB;
--Aurora2-92:#d08770EB;
--Aurora3-92:#ebcb8bEB;
--Aurora4-92:#a3be8cEB;
--Aurora5-92:#b48eadEB;
/* OPACITY - 93%*/
--PolarNight1-93:#2e3440ED;
--PolarNight2-93:#3b4252ED;
--PolarNight3-93:#434c5eED;
--PolarNight4-93:#4c566aED;
--SnowStorm1-93:#d8dee9ED;
--SnowStorm2-93:#e5e9f0ED;
--SnowStorm3-93:#eceff4ED;
--Frost1-93:#8fbcbbED;
--Frost2-93:#88c0d0ED;
--Frost3-93:#81a1c1ED;
--Frost4-93:#5e81acED;
--Aurora1-93:#bf616aED;
--Aurora2-93:#d08770ED;
--Aurora3-93:#ebcb8bED;
--Aurora4-93:#a3be8cED;
--Aurora5-93:#b48eadED;
/* OPACITY - 94%*/
--PolarNight1-94:#2e3440F0;
--PolarNight2-94:#3b4252F0;
--PolarNight3-94:#434c5eF0;
--PolarNight4-94:#4c566aF0;
--SnowStorm1-94:#d8dee9F0;
--SnowStorm2-94:#e5e9f0F0;
--SnowStorm3-94:#eceff4F0;
--Frost1-94:#8fbcbbF0;
--Frost2-94:#88c0d0F0;
--Frost3-94:#81a1c1F0;
--Frost4-94:#5e81acF0;
--Aurora1-94:#bf616aF0;
--Aurora2-94:#d08770F0;
--Aurora3-94:#ebcb8bF0;
--Aurora4-94:#a3be8cF0;
--Aurora5-94:#b48eadF0;
/* OPACITY - 95%*/
--PolarNight1-95:#2e3440F2;
--PolarNight2-95:#3b4252F2;
--PolarNight3-95:#434c5eF2;
--PolarNight4-95:#4c566aF2;
--SnowStorm1-95:#d8dee9F2;
--SnowStorm2-95:#e5e9f0F2;
--SnowStorm3-95:#eceff4F2;
--Frost1-95:#8fbcbbF2;
--Frost2-95:#88c0d0F2;
--Frost3-95:#81a1c1F2;
--Frost4-95:#5e81acF2;
--Aurora1-95:#bf616aF2;
--Aurora2-95:#d08770F2;
--Aurora3-95:#ebcb8bF2;
--Aurora4-95:#a3be8cF2;
--Aurora5-95:#b48eadF2;
/* OPACITY - 96%*/
--PolarNight1-96:#2e3440F5;
--PolarNight2-96:#3b4252F5;
--PolarNight3-96:#434c5eF5;
--PolarNight4-96:#4c566aF5;
--SnowStorm1-96:#d8dee9F5;
--SnowStorm2-96:#e5e9f0F5;
--SnowStorm3-96:#eceff4F5;
--Frost1-96:#8fbcbbF5;
--Frost2-96:#88c0d0F5;
--Frost3-96:#81a1c1F5;
--Frost4-96:#5e81acF5;
--Aurora1-96:#bf616aF5;
--Aurora2-96:#d08770F5;
--Aurora3-96:#ebcb8bF5;
--Aurora4-96:#a3be8cF5;
--Aurora5-96:#b48eadF5;
/* OPACITY - 97%*/
--PolarNight1-97:#2e3440F7;
--PolarNight2-97:#3b4252F7;
--PolarNight3-97:#434c5eF7;
--PolarNight4-97:#4c566aF7;
--SnowStorm1-97:#d8dee9F7;
--SnowStorm2-97:#e5e9f0F7;
--SnowStorm3-97:#eceff4F7;
--Frost1-97:#8fbcbbF7;
--Frost2-97:#88c0d0F7;
--Frost3-97:#81a1c1F7;
--Frost4-97:#5e81acF7;
--Aurora1-97:#bf616aF7;
--Aurora2-97:#d08770F7;
--Aurora3-97:#ebcb8bF7;
--Aurora4-97:#a3be8cF7;
--Aurora5-97:#b48eadF7;
/* OPACITY - 98%*/
--PolarNight1-98:#2e3440FA;
--PolarNight2-98:#3b4252FA;
--PolarNight3-98:#434c5eFA;
--PolarNight4-98:#4c566aFA;
--SnowStorm1-98:#d8dee9FA;
--SnowStorm2-98:#e5e9f0FA;
--SnowStorm3-98:#eceff4FA;
--Frost1-98:#8fbcbbFA;
--Frost2-98:#88c0d0FA;
--Frost3-98:#81a1c1FA;
--Frost4-98:#5e81acFA;
--Aurora1-98:#bf616aFA;
--Aurora2-98:#d08770FA;
--Aurora3-98:#ebcb8bFA;
--Aurora4-98:#a3be8cFA;
--Aurora5-98:#b48eadFA;
/* OPACITY - 99%*/
--PolarNight1-99:#2e3440FC;
--PolarNight2-99:#3b4252FC;
--PolarNight3-99:#434c5eFC;
--PolarNight4-99:#4c566aFC;
--SnowStorm1-99:#d8dee9FC;
--SnowStorm2-99:#e5e9f0FC;
--SnowStorm3-99:#eceff4FC;
--Frost1-99:#8fbcbbFC;
--Frost2-99:#88c0d0FC;
--Frost3-99:#81a1c1FC;
--Frost4-99:#5e81acFC;
--Aurora1-99:#bf616aFC;
--Aurora2-99:#d08770FC;
--Aurora3-99:#ebcb8bFC;
--Aurora4-99:#a3be8cFC;
--Aurora5-99:#b48eadFC;
/* OPACITY - 100%*/
--PolarNight1-100:#2e3440FF;
--PolarNight2-100:#3b4252FF;
--PolarNight3-100:#434c5eFF;
--PolarNight4-100:#4c566aFF;
--SnowStorm1-100:#d8dee9FF;
--SnowStorm2-100:#e5e9f0FF;
--SnowStorm3-100:#eceff4FF;
--Frost1-100:#8fbcbbFF;
--Frost2-100:#88c0d0FF;
--Frost3-100:#81a1c1FF;
--Frost4-100:#5e81acFF;
--Aurora1-100:#bf616aFF;
--Aurora2-100:#d08770FF;
--Aurora3-100:#ebcb8bFF;
--Aurora4-100:#a3be8cFF;
--Aurora5-100:#b48eadFF;
}
| 0.206614 | 0.280572 |
.date { margin-bottom: 20px; border-bottom: 1px solid #ccc;
font-size: 24px; color: #666; line-height: 30px }
.blog { margin-bottom: 20px; }
.blog img { width: 190px; float: left; padding: 5px; border: 1px solid #ccc; margin: 0 10px 10px 0; }
.blog .meta { clear: left; margin-bottom: 20px; }
.blog .snippet p.continue { margin-bottom: 0; text-align: right; }
.blog .meta { font-style: italic; font-size: 12px; color: #666; }
.blog .meta p { margin-bottom: 5px; line-height: 1.2em; }
.blog img.large { width: 300px; min-height: 165px; }
.blogger-notice { text-align: center; padding: 10px;
background: #DFF2BF; border: 1px solid; color: #4F8A10;
margin-bottom: 10px; }
form.blogger { font-size: 16px; }
form.blogger div { clear: left; margin-bottom: 10px; text-align: right;}
form.blogger label { float: left; margin-right: 25px; text-align: right; width: 100px; font-weight: bold; vertical-align: top; padding-top: 10px; }
form.blogger input[type="text"], form.blogger input[type="email"], select, button
{ width: 500px; line-height: 26px; font-size: 20px; min-height: 26px; }
form.blogger textarea { width: 500px; height: 150px; line-height: 26px;
font-size: 20px; }
form.blogger input[type="submit"] { margin-left: 110px; width: 508px;
line-height: 26px; font-size: 20px; min-height: 26px; }
form.blogger ul li { color: #ff0000; margin-bottom: 5px; }
form #comment:lastchild { text-align: center; }
.comments { clear: both; }
.comments .odd { background: #eee; }
.comments .even { background: #fff; }
.comments .comment { padding: 20px; }
.comments .comment p { margin-bottom: 0; }
.comments h3 { background: #eee; padding: 10px; font-size: 20px; margin-bottom: 20px; clear: both; }
.comments .previous-comments { margin-bottom: 20px; }
.linea { border-bottom: 1px solid rgba(0,0,0,0.2); }
.location { font-size: 12px; font-style: italic; color: green; }
.tags {
background-color: #ccffff;
border-radius: 10px;
box-shadow: 1px 1px 1px #ccc;
text-shadow: 1px 1px 1px #ccc;
padding: 10px;
}
|
src/Blogger/BlogBundle/Resources/public/css/blog.css
|
.date { margin-bottom: 20px; border-bottom: 1px solid #ccc;
font-size: 24px; color: #666; line-height: 30px }
.blog { margin-bottom: 20px; }
.blog img { width: 190px; float: left; padding: 5px; border: 1px solid #ccc; margin: 0 10px 10px 0; }
.blog .meta { clear: left; margin-bottom: 20px; }
.blog .snippet p.continue { margin-bottom: 0; text-align: right; }
.blog .meta { font-style: italic; font-size: 12px; color: #666; }
.blog .meta p { margin-bottom: 5px; line-height: 1.2em; }
.blog img.large { width: 300px; min-height: 165px; }
.blogger-notice { text-align: center; padding: 10px;
background: #DFF2BF; border: 1px solid; color: #4F8A10;
margin-bottom: 10px; }
form.blogger { font-size: 16px; }
form.blogger div { clear: left; margin-bottom: 10px; text-align: right;}
form.blogger label { float: left; margin-right: 25px; text-align: right; width: 100px; font-weight: bold; vertical-align: top; padding-top: 10px; }
form.blogger input[type="text"], form.blogger input[type="email"], select, button
{ width: 500px; line-height: 26px; font-size: 20px; min-height: 26px; }
form.blogger textarea { width: 500px; height: 150px; line-height: 26px;
font-size: 20px; }
form.blogger input[type="submit"] { margin-left: 110px; width: 508px;
line-height: 26px; font-size: 20px; min-height: 26px; }
form.blogger ul li { color: #ff0000; margin-bottom: 5px; }
form #comment:lastchild { text-align: center; }
.comments { clear: both; }
.comments .odd { background: #eee; }
.comments .even { background: #fff; }
.comments .comment { padding: 20px; }
.comments .comment p { margin-bottom: 0; }
.comments h3 { background: #eee; padding: 10px; font-size: 20px; margin-bottom: 20px; clear: both; }
.comments .previous-comments { margin-bottom: 20px; }
.linea { border-bottom: 1px solid rgba(0,0,0,0.2); }
.location { font-size: 12px; font-style: italic; color: green; }
.tags {
background-color: #ccffff;
border-radius: 10px;
box-shadow: 1px 1px 1px #ccc;
text-shadow: 1px 1px 1px #ccc;
padding: 10px;
}
| 0.455925 | 0.242688 |
body {
overflow-x:hidden;
position:relative;
margin: 0;
padding:0;
font-family: "Helvetica Neue", Helvetica, Arial;
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: #3b3b3b;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
background: #2b2b2b;
}
a {text-decoration:none; color:#999}
@media only screen and (max-width: 1024px) {
.top_push{margin-top:50px;}
}
.local_time, .server_time {color:white; text-align:center;}
.local_time{float:left; margin-left:20px;}
.server_time{float:right; margin-right:20px}
.server_heading{font-size:20px; color:white; text-align:center;}
.table {
margin: 40px 0px 0px 0px;
width: 100%;
display: table;
}
.table_row {
display: table-row;
background: #f6f6f6;
}
.table_row:hover{background:#d9d9d9}
.table_row:nth-of-type(odd) {
background: #e9e9e9;
}
.table_row:nth-of-type(odd):hover {
background: #d9d9d9;
}
.header {
display: table-row;
font-weight: 900;
color: #ffffff;
}
.header.red {
background: #ea6153;
}
.header.green {
background: #27ae60;
}
.header.blue {
background: #2980b9;
}
.header.dark{
background: #34495e;
}
.header.yellow{
background: #f2c40e;
}
.header.purple{
background: #9c59b8;
}
.header.gray{
background: #d1d5d8;
}
.header.brown{
background: #75706b;
}
.header.jeans-blue{
background:#475577;
}
.header.surf-green{
background:#00a885;
}
.cell, .cell_mobile {
padding: 6px 12px;
display: table-cell;
}
@media only screen and (max-width: 400px) {
.cell_mobile {
display: table;
}
}
.table_canvas {
width:200px;
height:250px;
margin: 0px auto;
}
.table_canvas_heading {
font-size:20px; color:white; text-align:center;
}
#per1, #per2, #per3 {position:relative;font-size:20px; top:92px; left:80px;}
.progress {
height: 8px;
margin-top: 13px;
overflow: hidden;
height: 10px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #ffffff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.light{background:green;}
.moderate{background:yellow;}
.heavy{background:red;}
.text {color:white; font-size:12px; }
.left{float:left;}
.right{float:right;}
.service {position: relative;
box-sizing: border-box;
width: 84px;
margin:2px 0px 2px 0px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
cursor: default;
border: 2px solid #CCCCCC; border-radius: 20px;
font-size: 11px; font-weight: bold;
text-align:center; color: #FFFFFF;
}
.service_online:before {
content: "ONLINE";
}
.service_offline:before {
content: "OFFLINE";
}
.dashboard-chart.default {
background: #fff;
padding:10px 30px 2px 30px;
}
.dashboard-chart.footer {
height:70px;
background: #fff;
text-align:center;
}
.flot-dashboard-demo-1, .flot-dashboard-demo-2 {
height: 135px;
}
.mrb-20 {margin-bottom:20px;}
|
server/css/style.css
|
body {
overflow-x:hidden;
position:relative;
margin: 0;
padding:0;
font-family: "Helvetica Neue", Helvetica, Arial;
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: #3b3b3b;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
background: #2b2b2b;
}
a {text-decoration:none; color:#999}
@media only screen and (max-width: 1024px) {
.top_push{margin-top:50px;}
}
.local_time, .server_time {color:white; text-align:center;}
.local_time{float:left; margin-left:20px;}
.server_time{float:right; margin-right:20px}
.server_heading{font-size:20px; color:white; text-align:center;}
.table {
margin: 40px 0px 0px 0px;
width: 100%;
display: table;
}
.table_row {
display: table-row;
background: #f6f6f6;
}
.table_row:hover{background:#d9d9d9}
.table_row:nth-of-type(odd) {
background: #e9e9e9;
}
.table_row:nth-of-type(odd):hover {
background: #d9d9d9;
}
.header {
display: table-row;
font-weight: 900;
color: #ffffff;
}
.header.red {
background: #ea6153;
}
.header.green {
background: #27ae60;
}
.header.blue {
background: #2980b9;
}
.header.dark{
background: #34495e;
}
.header.yellow{
background: #f2c40e;
}
.header.purple{
background: #9c59b8;
}
.header.gray{
background: #d1d5d8;
}
.header.brown{
background: #75706b;
}
.header.jeans-blue{
background:#475577;
}
.header.surf-green{
background:#00a885;
}
.cell, .cell_mobile {
padding: 6px 12px;
display: table-cell;
}
@media only screen and (max-width: 400px) {
.cell_mobile {
display: table;
}
}
.table_canvas {
width:200px;
height:250px;
margin: 0px auto;
}
.table_canvas_heading {
font-size:20px; color:white; text-align:center;
}
#per1, #per2, #per3 {position:relative;font-size:20px; top:92px; left:80px;}
.progress {
height: 8px;
margin-top: 13px;
overflow: hidden;
height: 10px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #ffffff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.light{background:green;}
.moderate{background:yellow;}
.heavy{background:red;}
.text {color:white; font-size:12px; }
.left{float:left;}
.right{float:right;}
.service {position: relative;
box-sizing: border-box;
width: 84px;
margin:2px 0px 2px 0px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
cursor: default;
border: 2px solid #CCCCCC; border-radius: 20px;
font-size: 11px; font-weight: bold;
text-align:center; color: #FFFFFF;
}
.service_online:before {
content: "ONLINE";
}
.service_offline:before {
content: "OFFLINE";
}
.dashboard-chart.default {
background: #fff;
padding:10px 30px 2px 30px;
}
.dashboard-chart.footer {
height:70px;
background: #fff;
text-align:center;
}
.flot-dashboard-demo-1, .flot-dashboard-demo-2 {
height: 135px;
}
.mrb-20 {margin-bottom:20px;}
| 0.227641 | 0.088387 |
@font-face {
font-family: 'ProximaNovaLight';
src: url('../fonts/proximanova-light-webfont.eot');
src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-light-webfont.woff') format('woff'),
url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
url('../fonts/proximanova-light-webfont.svg#ProximaNovaLight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ProximaNovaRegular';
src: url('../fonts/proximanova-regular-webfont.eot');
src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-regular-webfont.woff') format('woff'),
url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
url('../fonts/proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ProximaNovaSemibold';
src: url('../fonts/proximanova-semibold-webfont.eot');
src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
url('../fonts/proximanova-semibold-webfont.svg#ProximaNovaSemibold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ProximaNovaBold';
src: url('../fonts/proximanova-bold-webfont.eot');
src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-bold-webfont.woff') format('woff'),
url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
url('../fonts/proximanova-bold-webfont.svg#ProximaNovaBold') format('svg');
font-weight: normal;
font-style: normal;
}
body { margin:0px;}
p { margin:0px; font-family: 'ProximaNovaRegular'; font-size:18px; line-height:25px; color:#454545; padding-bottom:20px;}
h1
{
margin:0px;
font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif;
color:#fff;
font-weight:normal;
line-height:60px;
font-size:48px;
text-transform:uppercase;
}
h2
{
margin:0;
font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif;
color:#454545;
font-weight:normal;
text-align:center;
font-size:34px;
line-height:34px;
padding-bottom:30px;
position:relative;
}
h3
{
margin:0px;
font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif;
color:#1b2936;
font-weight:normal;
font-size:30px;
text-transform:uppercase;
}
.gallery {
display: inline-block;
padding-bottom: 5px
}
.h2-gallery {
text-transform: uppercase;
color: #672527;
font-size: 27px;
}
/*specijaliteti*/
.first,
.secend,
.third,
.last {
display: none;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
padding: 10px;
margin-bottom: 10px;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
padding: 10px;
margin-bottom: 10px;
}
#logo
{
margin:30px auto;
width:auto;
text-align:left;
}
#logo img
{
height: 100px;
}
.top-bar {
position: relative;
}
.login {
width: 300px;
position: absolute;
left: 700px;
text-transform: uppercase;
top: -2px;
}
.login a {
color: #454545;
margin-right: 10px;
}
.login a:hover {
padding-bottom: 5px;
border-bottom: 4px solid #6725277a;
}
.login i {
padding: 0 5px;
}
.top-bar { background:none; margin-top:60px;}
.top-bar-section ul li { background:none; padding:0 20px 5px; line-height:0;}
.top-bar-section ul li:hover:not(.has-form) > a { background:none; color:#454545;}
.top-bar-section ul li > a { color:#454545; font-size:18px; text-transform:uppercase; font-family: 'ProximaNovaRegular'; }
.top-bar-section li:not(.has-form) a:not(.button) { background:none; padding:20px 0 15px; line-height:0;}
.top-bar-section li.active:not(.has-form) a:not(.button):hover { background:none; border-bottom:4px solid #6725277a; color:#454545;}
.top-bar-section li:not(.has-form) a:not(.button):hover { background:none; border-bottom:4px solid #6725277a; color:#454545;}
.top-bar-section li.active:not(.has-form) a:not(.button) { background:none; border-bottom:4px solid #6725277a; color:#454545; padding:20px 0 15px; line-height:0;}
.banner-txt
{
position:absolute;
bottom:150px;
left:15px;
width:auto;
padding:20px;
text-align:left;
z-index:1;
background:rgba(0, 0, 0, 0.6);
}
.banner-txt .button { font-family: 'ProximaNovaRegular'; font-size:28px; color:#fff; text-transform:uppercase; margin:15px 0 0 0; padding:10px 40px;}
.content-sec { margin:0; padding:45px 0;}
.grey { background:#454545;}
.content-sec .button { font-family: 'ProximaNovaRegular'; font-size:18px; color:#fff; text-transform:none; margin:15px 0 0 0; padding:15px 35px; background: #454545;}
.content-sec h2:after { content:""; position:absolute; width:10%; height:3px; background:#a78389; left:0; right:0; bottom:18px; margin:0 auto; text-align:center;}
.content-sec .button:hover { background:#a78389;}
.color {color:#672527; font-weight: bold;} /*O nama stranica, Ukusa Azije promenjla slova */
.services-sec { width:100%; background:#eef0f1; margin:0; padding:50px 0;}
.services-sec h2 { color:#454545; margin-bottom:25px;}
.services-sec h2:after { content:""; position:absolute; width:10%; height:3px; background:#6725277a; left:0; right:0; bottom:18px; margin:0 auto; text-align:center;}
.no-pad {}
.img-box {}
.img-box img { border-top-left-radius:5px; border-top-right-radius:5px;}
.txt-box { text-align:center; background:#fff; padding:20px; border-bottom-left-radius:5px; border-bottom-right-radius:5px;}
.txt-box h3 { font-size:24px; color:#454545; margin:0; font-family: 'ProximaNovaSemibold', Arial, Helvetica, sans-serif; padding:10px 0 10px 0; text-transform:none;}
.txt-box p { margin:0; font-family: 'ProximaNovaRegular'; font-size:18px; color:#454545; line-height:22px; padding-bottom: 5px}
.txt-box .button { background:#454545; color:#fff; font-family: 'ProximaNovaRegular'; font-size:20px; border-radius:5px; padding:10px 20px;}
.txt-box .button:hover { background:#a78389;}
.txt-box1 {background: none}
.txt-box1 h3 { font-size:24px; color:#454545; margin:0px; font-family: 'ProximaNovaSemibold', Arial, Helvetica, sans-serif; padding:10px 0 10px 0; text-transform:none;}
.txt-box1 p { margin:0; font-family: 'ProximaNovaRegular'; font-size:18px; color:#454545; line-height:22px; padding-bottom:20px;}
.txt-box1 i {color: #672527;}
.contact-paragraf {text-align: center;}
.footer-sec { width:100%; background:#2f3539; padding:50px 0; margin:0;}
.foot-1 {}
.foot-1 h4 { margin:0; font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif; font-size:22px; color:#fff; padding-bottom:15px;}
.foot-1 ul { margin:0; padding:0;}
.foot-1 ul li { list-style:none; margin:0; padding-bottom:10px;}
.foot-1 ul li a { color:#fff; font-size:18px; font-family: 'ProximaNovaRegular'; text-decoration:none;}
.foot-1 ul li a:hover { color:#a78389;}
.foot-1 p { margin:0; font-family: 'ProximaNovaRegular'; font-size:18px; color:#fff; line-height:25px; padding-bottom:35px;}
.social
{
width:130px;
float:left;
}
/* Style all font awesome icons */
.fa {
padding: 10px;
margin-bottom: 5px;
font-size: 24px;
width: 50px;
text-align: center;
text-decoration: none;
}
/* Add a hover effect if you want */
.fa:hover {
opacity: 0.7;
}
/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
background: #3B5998;
color: white;
}
/* Twitter */
.fa-twitter {
background: #55ACEE;
color: white;
}
/* Instagram */
.fa-instagram {
background: #cd486b;
color: white;
}
/* Twitter */
.fa-tripadvisor {
background: #00b489;
color: white;
}
.copy { width:100%; background:#262b2f; padding:13px 0; margin:0; text-align:center; color:#fff; font-size:15px; font-family: 'ProximaNovaRegular'; }
.inner-sec {}
.inner-banner { width:100%; margin:0;}
.inner-banner img { width:100%;}
.timeline-img { margin-top: 5px; }
.timeline-img img {
max-width: 100%;
outline: 2px solid hsl(0, 0%, 100%);
outline-offset: -14px;
}
.faq { margin-bottom:20px; margin-top:10px;}
.faq h3 { font-size:24px; margin:0px; color:#000; text-transform:none; font-family: 'ProximaNovaSemibold', Arial, Helvetica, sans-serif; padding-bottom:10px;}
.pricing-table .cta-button { margin-bottom:20px;}
.pricing-table .title {font-family: 'ProximaNovaSemibold', Arial, Helvetica, sans-serif; font-size:26px; color:#fff;}
.blue { background:#1996a9 !important;}
.pricing-table .price {font-family: 'ProximaNovaSemibold', Arial, Helvetica, sans-serif;}
.frm { margin:0px;}
.frm input[type="text"] { height:48px; box-shadow:none; font-size:16px; font-family: 'ProximaNovaRegular';}
.frm textarea { height:100px; box-shadow:none; font-size:16px; font-family: 'ProximaNovaRegular';}
.frm::-webkit-input-placeholder {
color: #000000; }
.frm:-moz-placeholder {
/* Firefox 18- */
color: #000000; }
.frm::-moz-placeholder {
/* Firefox 19+ */
color: #000000; }
.frm:-ms-input-placeholder {
color: #000000; }
.wrapper { background:url(../images/coming-bg.jpg) no-repeat; background-size:cover; height:100%; }
.mid-wrap { margin-top:100px; background:rgba(255, 255, 255, 0.7); padding:50px; text-align:center;}
.mid-wrap h1 { color:#454545; font-size:50px; line-height:50px; font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif; margin:0px; padding:30px 0px; text-align:center;}
#countdown p {
display: inline-block;
padding: 20px;
background: #21a2b5;
margin: 0 0 20px;
font-size: 28px;
color:#fff;
}
|
public/css/style.css
|
@font-face {
font-family: 'ProximaNovaLight';
src: url('../fonts/proximanova-light-webfont.eot');
src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-light-webfont.woff') format('woff'),
url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
url('../fonts/proximanova-light-webfont.svg#ProximaNovaLight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ProximaNovaRegular';
src: url('../fonts/proximanova-regular-webfont.eot');
src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-regular-webfont.woff') format('woff'),
url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
url('../fonts/proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ProximaNovaSemibold';
src: url('../fonts/proximanova-semibold-webfont.eot');
src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
url('../fonts/proximanova-semibold-webfont.svg#ProximaNovaSemibold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ProximaNovaBold';
src: url('../fonts/proximanova-bold-webfont.eot');
src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-bold-webfont.woff') format('woff'),
url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
url('../fonts/proximanova-bold-webfont.svg#ProximaNovaBold') format('svg');
font-weight: normal;
font-style: normal;
}
body { margin:0px;}
p { margin:0px; font-family: 'ProximaNovaRegular'; font-size:18px; line-height:25px; color:#454545; padding-bottom:20px;}
h1
{
margin:0px;
font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif;
color:#fff;
font-weight:normal;
line-height:60px;
font-size:48px;
text-transform:uppercase;
}
h2
{
margin:0;
font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif;
color:#454545;
font-weight:normal;
text-align:center;
font-size:34px;
line-height:34px;
padding-bottom:30px;
position:relative;
}
h3
{
margin:0px;
font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif;
color:#1b2936;
font-weight:normal;
font-size:30px;
text-transform:uppercase;
}
.gallery {
display: inline-block;
padding-bottom: 5px
}
.h2-gallery {
text-transform: uppercase;
color: #672527;
font-size: 27px;
}
/*specijaliteti*/
.first,
.secend,
.third,
.last {
display: none;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
padding: 10px;
margin-bottom: 10px;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
padding: 10px;
margin-bottom: 10px;
}
#logo
{
margin:30px auto;
width:auto;
text-align:left;
}
#logo img
{
height: 100px;
}
.top-bar {
position: relative;
}
.login {
width: 300px;
position: absolute;
left: 700px;
text-transform: uppercase;
top: -2px;
}
.login a {
color: #454545;
margin-right: 10px;
}
.login a:hover {
padding-bottom: 5px;
border-bottom: 4px solid #6725277a;
}
.login i {
padding: 0 5px;
}
.top-bar { background:none; margin-top:60px;}
.top-bar-section ul li { background:none; padding:0 20px 5px; line-height:0;}
.top-bar-section ul li:hover:not(.has-form) > a { background:none; color:#454545;}
.top-bar-section ul li > a { color:#454545; font-size:18px; text-transform:uppercase; font-family: 'ProximaNovaRegular'; }
.top-bar-section li:not(.has-form) a:not(.button) { background:none; padding:20px 0 15px; line-height:0;}
.top-bar-section li.active:not(.has-form) a:not(.button):hover { background:none; border-bottom:4px solid #6725277a; color:#454545;}
.top-bar-section li:not(.has-form) a:not(.button):hover { background:none; border-bottom:4px solid #6725277a; color:#454545;}
.top-bar-section li.active:not(.has-form) a:not(.button) { background:none; border-bottom:4px solid #6725277a; color:#454545; padding:20px 0 15px; line-height:0;}
.banner-txt
{
position:absolute;
bottom:150px;
left:15px;
width:auto;
padding:20px;
text-align:left;
z-index:1;
background:rgba(0, 0, 0, 0.6);
}
.banner-txt .button { font-family: 'ProximaNovaRegular'; font-size:28px; color:#fff; text-transform:uppercase; margin:15px 0 0 0; padding:10px 40px;}
.content-sec { margin:0; padding:45px 0;}
.grey { background:#454545;}
.content-sec .button { font-family: 'ProximaNovaRegular'; font-size:18px; color:#fff; text-transform:none; margin:15px 0 0 0; padding:15px 35px; background: #454545;}
.content-sec h2:after { content:""; position:absolute; width:10%; height:3px; background:#a78389; left:0; right:0; bottom:18px; margin:0 auto; text-align:center;}
.content-sec .button:hover { background:#a78389;}
.color {color:#672527; font-weight: bold;} /*O nama stranica, Ukusa Azije promenjla slova */
.services-sec { width:100%; background:#eef0f1; margin:0; padding:50px 0;}
.services-sec h2 { color:#454545; margin-bottom:25px;}
.services-sec h2:after { content:""; position:absolute; width:10%; height:3px; background:#6725277a; left:0; right:0; bottom:18px; margin:0 auto; text-align:center;}
.no-pad {}
.img-box {}
.img-box img { border-top-left-radius:5px; border-top-right-radius:5px;}
.txt-box { text-align:center; background:#fff; padding:20px; border-bottom-left-radius:5px; border-bottom-right-radius:5px;}
.txt-box h3 { font-size:24px; color:#454545; margin:0; font-family: 'ProximaNovaSemibold', Arial, Helvetica, sans-serif; padding:10px 0 10px 0; text-transform:none;}
.txt-box p { margin:0; font-family: 'ProximaNovaRegular'; font-size:18px; color:#454545; line-height:22px; padding-bottom: 5px}
.txt-box .button { background:#454545; color:#fff; font-family: 'ProximaNovaRegular'; font-size:20px; border-radius:5px; padding:10px 20px;}
.txt-box .button:hover { background:#a78389;}
.txt-box1 {background: none}
.txt-box1 h3 { font-size:24px; color:#454545; margin:0px; font-family: 'ProximaNovaSemibold', Arial, Helvetica, sans-serif; padding:10px 0 10px 0; text-transform:none;}
.txt-box1 p { margin:0; font-family: 'ProximaNovaRegular'; font-size:18px; color:#454545; line-height:22px; padding-bottom:20px;}
.txt-box1 i {color: #672527;}
.contact-paragraf {text-align: center;}
.footer-sec { width:100%; background:#2f3539; padding:50px 0; margin:0;}
.foot-1 {}
.foot-1 h4 { margin:0; font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif; font-size:22px; color:#fff; padding-bottom:15px;}
.foot-1 ul { margin:0; padding:0;}
.foot-1 ul li { list-style:none; margin:0; padding-bottom:10px;}
.foot-1 ul li a { color:#fff; font-size:18px; font-family: 'ProximaNovaRegular'; text-decoration:none;}
.foot-1 ul li a:hover { color:#a78389;}
.foot-1 p { margin:0; font-family: 'ProximaNovaRegular'; font-size:18px; color:#fff; line-height:25px; padding-bottom:35px;}
.social
{
width:130px;
float:left;
}
/* Style all font awesome icons */
.fa {
padding: 10px;
margin-bottom: 5px;
font-size: 24px;
width: 50px;
text-align: center;
text-decoration: none;
}
/* Add a hover effect if you want */
.fa:hover {
opacity: 0.7;
}
/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
background: #3B5998;
color: white;
}
/* Twitter */
.fa-twitter {
background: #55ACEE;
color: white;
}
/* Instagram */
.fa-instagram {
background: #cd486b;
color: white;
}
/* Twitter */
.fa-tripadvisor {
background: #00b489;
color: white;
}
.copy { width:100%; background:#262b2f; padding:13px 0; margin:0; text-align:center; color:#fff; font-size:15px; font-family: 'ProximaNovaRegular'; }
.inner-sec {}
.inner-banner { width:100%; margin:0;}
.inner-banner img { width:100%;}
.timeline-img { margin-top: 5px; }
.timeline-img img {
max-width: 100%;
outline: 2px solid hsl(0, 0%, 100%);
outline-offset: -14px;
}
.faq { margin-bottom:20px; margin-top:10px;}
.faq h3 { font-size:24px; margin:0px; color:#000; text-transform:none; font-family: 'ProximaNovaSemibold', Arial, Helvetica, sans-serif; padding-bottom:10px;}
.pricing-table .cta-button { margin-bottom:20px;}
.pricing-table .title {font-family: 'ProximaNovaSemibold', Arial, Helvetica, sans-serif; font-size:26px; color:#fff;}
.blue { background:#1996a9 !important;}
.pricing-table .price {font-family: 'ProximaNovaSemibold', Arial, Helvetica, sans-serif;}
.frm { margin:0px;}
.frm input[type="text"] { height:48px; box-shadow:none; font-size:16px; font-family: 'ProximaNovaRegular';}
.frm textarea { height:100px; box-shadow:none; font-size:16px; font-family: 'ProximaNovaRegular';}
.frm::-webkit-input-placeholder {
color: #000000; }
.frm:-moz-placeholder {
/* Firefox 18- */
color: #000000; }
.frm::-moz-placeholder {
/* Firefox 19+ */
color: #000000; }
.frm:-ms-input-placeholder {
color: #000000; }
.wrapper { background:url(../images/coming-bg.jpg) no-repeat; background-size:cover; height:100%; }
.mid-wrap { margin-top:100px; background:rgba(255, 255, 255, 0.7); padding:50px; text-align:center;}
.mid-wrap h1 { color:#454545; font-size:50px; line-height:50px; font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif; margin:0px; padding:30px 0px; text-align:center;}
#countdown p {
display: inline-block;
padding: 20px;
background: #21a2b5;
margin: 0 0 20px;
font-size: 28px;
color:#fff;
}
| 0.338514 | 0.051487 |
.landing-block {
width: 100%;
height: 760px;
background: linear-gradient(150deg, #364966 15%, #0E1721 70%, #dc3d4b 94%);
transform: skewY(-12deg);
transform-origin: 0;
position: absolute;
top: 0;
}
.landing-block span {
height: 190px;
position: absolute;
}
.landing-block span:nth-child(1) {
width: 33.3%;
width: calc(100% / 3);
left: -16.66666%;
left: calc(calc(calc(100% / 3) / 2) * -1);
background: #364966;
}
/* .block span:nth-child(2) {
width: 33.33333%;
width: calc(100% / 3);
top: 0;
left: 16.66666%;
left: calc(calc(100% / 3) / 2);
right: auto;
background: #45364966f;
} */
.landing-block span:nth-child(3) {
width: 33.33333%;
width: calc(100% / 3);
left: 49.99999%;
left: calc(calc(calc(100% / 3) / 2) + calc(100% / 3));
bottom: auto;
background: #0E1721;
}
.landing-block span:nth-child(4) {
width: 33.33333%;
width: calc(100% / 3);
bottom: 0;
background: #2b3b52;
}
.landing-text {
position: relative;
height: 660px;
display: flex;
/* margin: -60px 0 0 250px; */
flex-direction: column;
justify-content: center;
color: #fff;
/* max-width: 1024px; */
}
.landing-text h1 {
font-size: 50px;
opacity: 0;
animation: fadein 1s;
animation-delay: 0.2s;
animation-fill-mode: forwards;
}
.landing-text p {
color: #fff;
/* font-size: 20px; */
max-width: 50%;
font-size: 1.5rem;
/* line-height: 28px; */
opacity: 0;
animation: fadein 1s;
animation-delay: 0.8s;
animation-fill-mode: forwards;
}
.button-area {
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
max-width: 420px;
}
.button-area a {
background: #3ecf8e99;
border-radius: 10px;
padding: 1em 1.6em;
font-size: 0.9em;
margin: 4em 1em 0 0;
color: #fff;
text-decoration: none;
flex-grow: 1;
text-align: center;
text-transform: uppercase;
font-weight: bold;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-wrapper-tablet {
position: absolute;
opacity: 0;
top: 150px;
right: 100px;
transform: translateY(200px) rotate(-12deg);
/* background: #fff; */
padding: 8px 38px; /* To look like ipad*/
border-radius: 24px;
/* box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.14); */
animation: up 1s;
animation-delay: 0.6s;
animation-fill-mode: forwards;
}
.img-wrapper-tablet img {
width: 300px;
height: auto;
padding-top: 50px;
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(5px 5px 5px #222);
}
/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 1136px) {
/* .img-wrapper-tablet {
display: none;
} */
}
@media only screen and (max-width: 767px) {
.img-wrapper-tablet {
display: none;
}
}
@media only screen and (min-width: 1400px) {
.img-wrapper-tablet {
right: 300px;
}
.img-wrapper-tablet img {
width: 350px;
}
}
/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 767px) {
.landing-text {
height: 500px;
}
}
/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 830px) {
.img-wrapper-tablet {
padding-top: 100px;
right: 50px;
padding-left: 0px;
padding-right: 0px;
}
}
/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 400px) {
.img-wrapper-tablet {
display: none;
}
.landing-text h1{
/* margin: -200px 0 0 150px; */
/* margin: 60px 0 10px 50px; */
font-size: 40px;
}
}
@media screen and (max-height: 600px) {
.block {
height: 500px;
}
.img-wrapper-tablet {
top: 280px;
}
}
.img-wrapper-phone {
position: absolute;
opacity: 0;
top: 50px;
right: 80px;
transform: translateY(100px) rotate(-12deg);
background: #fff;
padding: 48px 10px;
border-radius: 34px;
box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.14);
animation: up 1s;
animation-delay: 0.6s;
animation-fill-mode: forwards;
}
.img-wrapper-phone img {
width: 250px;
height: auto;
}
.img-wrapper-phone-small {
position: absolute;
opacity: 0;
top: 730px;
right: 490px;
transform: translateY(100px) rotate(-12deg);
background: #fff;
padding: 48px 8px;
border-radius: 24px;
box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.14);
animation: up 1s;
animation-delay: 0.6s;
animation-fill-mode: forwards;
}
.img-wrapper-phone-small img {
width: 250px;
height: auto;
}
.img-wrapper-tablet-portrait {
position: absolute;
opacity: 0;
top: 650px;
right: 70px;
transform: translateY(100px) rotate(-12deg);
background: #fff;
padding: 48px 10px;
border-radius: 34px;
box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.14);
animation: up 1s;
animation-delay: 0.6s;
animation-fill-mode: forwards;
}
.img-wrapper-tablet-portrait img {
width: 350px;
height: auto;
}
.img-wrapper-design {
opacity: 1;
/* top: 50px;
right: 80px; */
/* transform: translateY(100px) rotate(-12deg); */
background: #fff;
padding: 10px 25px;
border-radius: 34px;
overflow: hidden;
/* box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.14); */
/* animation: up 1s; */
/* animation-delay: 0.6s;
animation-fill-mode: forwards; */
}
.img-wrapper-design img {
/* width: 250px; */
border-radius: 10px;
/* width: 500px; */
height: auto;
}
@keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes up {
0% {
transform: translateY(100px) rotate(-12deg);
opacity: 0;
}
100% {
transform: translateY(0) rotate(-12deg);
opacity: 1;
}
}
.create-now-watermark {
width: 100%;
/* position: absolute; */
font-size: 20em;
opacity: .07;
white-space: nowrap;
/* overflow: hidden; */
pointer-events: none;
}
.get-started-cards {
width: 315px;
height: 500px;
}
@media screen and (min-width: 500px) {
.get-started-cards {
width: 500px;
/* height: px; */
}
}
|
app/static/css/landing.css
|
.landing-block {
width: 100%;
height: 760px;
background: linear-gradient(150deg, #364966 15%, #0E1721 70%, #dc3d4b 94%);
transform: skewY(-12deg);
transform-origin: 0;
position: absolute;
top: 0;
}
.landing-block span {
height: 190px;
position: absolute;
}
.landing-block span:nth-child(1) {
width: 33.3%;
width: calc(100% / 3);
left: -16.66666%;
left: calc(calc(calc(100% / 3) / 2) * -1);
background: #364966;
}
/* .block span:nth-child(2) {
width: 33.33333%;
width: calc(100% / 3);
top: 0;
left: 16.66666%;
left: calc(calc(100% / 3) / 2);
right: auto;
background: #45364966f;
} */
.landing-block span:nth-child(3) {
width: 33.33333%;
width: calc(100% / 3);
left: 49.99999%;
left: calc(calc(calc(100% / 3) / 2) + calc(100% / 3));
bottom: auto;
background: #0E1721;
}
.landing-block span:nth-child(4) {
width: 33.33333%;
width: calc(100% / 3);
bottom: 0;
background: #2b3b52;
}
.landing-text {
position: relative;
height: 660px;
display: flex;
/* margin: -60px 0 0 250px; */
flex-direction: column;
justify-content: center;
color: #fff;
/* max-width: 1024px; */
}
.landing-text h1 {
font-size: 50px;
opacity: 0;
animation: fadein 1s;
animation-delay: 0.2s;
animation-fill-mode: forwards;
}
.landing-text p {
color: #fff;
/* font-size: 20px; */
max-width: 50%;
font-size: 1.5rem;
/* line-height: 28px; */
opacity: 0;
animation: fadein 1s;
animation-delay: 0.8s;
animation-fill-mode: forwards;
}
.button-area {
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
max-width: 420px;
}
.button-area a {
background: #3ecf8e99;
border-radius: 10px;
padding: 1em 1.6em;
font-size: 0.9em;
margin: 4em 1em 0 0;
color: #fff;
text-decoration: none;
flex-grow: 1;
text-align: center;
text-transform: uppercase;
font-weight: bold;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-wrapper-tablet {
position: absolute;
opacity: 0;
top: 150px;
right: 100px;
transform: translateY(200px) rotate(-12deg);
/* background: #fff; */
padding: 8px 38px; /* To look like ipad*/
border-radius: 24px;
/* box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.14); */
animation: up 1s;
animation-delay: 0.6s;
animation-fill-mode: forwards;
}
.img-wrapper-tablet img {
width: 300px;
height: auto;
padding-top: 50px;
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(5px 5px 5px #222);
}
/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 1136px) {
/* .img-wrapper-tablet {
display: none;
} */
}
@media only screen and (max-width: 767px) {
.img-wrapper-tablet {
display: none;
}
}
@media only screen and (min-width: 1400px) {
.img-wrapper-tablet {
right: 300px;
}
.img-wrapper-tablet img {
width: 350px;
}
}
/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 767px) {
.landing-text {
height: 500px;
}
}
/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 830px) {
.img-wrapper-tablet {
padding-top: 100px;
right: 50px;
padding-left: 0px;
padding-right: 0px;
}
}
/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 400px) {
.img-wrapper-tablet {
display: none;
}
.landing-text h1{
/* margin: -200px 0 0 150px; */
/* margin: 60px 0 10px 50px; */
font-size: 40px;
}
}
@media screen and (max-height: 600px) {
.block {
height: 500px;
}
.img-wrapper-tablet {
top: 280px;
}
}
.img-wrapper-phone {
position: absolute;
opacity: 0;
top: 50px;
right: 80px;
transform: translateY(100px) rotate(-12deg);
background: #fff;
padding: 48px 10px;
border-radius: 34px;
box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.14);
animation: up 1s;
animation-delay: 0.6s;
animation-fill-mode: forwards;
}
.img-wrapper-phone img {
width: 250px;
height: auto;
}
.img-wrapper-phone-small {
position: absolute;
opacity: 0;
top: 730px;
right: 490px;
transform: translateY(100px) rotate(-12deg);
background: #fff;
padding: 48px 8px;
border-radius: 24px;
box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.14);
animation: up 1s;
animation-delay: 0.6s;
animation-fill-mode: forwards;
}
.img-wrapper-phone-small img {
width: 250px;
height: auto;
}
.img-wrapper-tablet-portrait {
position: absolute;
opacity: 0;
top: 650px;
right: 70px;
transform: translateY(100px) rotate(-12deg);
background: #fff;
padding: 48px 10px;
border-radius: 34px;
box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.14);
animation: up 1s;
animation-delay: 0.6s;
animation-fill-mode: forwards;
}
.img-wrapper-tablet-portrait img {
width: 350px;
height: auto;
}
.img-wrapper-design {
opacity: 1;
/* top: 50px;
right: 80px; */
/* transform: translateY(100px) rotate(-12deg); */
background: #fff;
padding: 10px 25px;
border-radius: 34px;
overflow: hidden;
/* box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.14); */
/* animation: up 1s; */
/* animation-delay: 0.6s;
animation-fill-mode: forwards; */
}
.img-wrapper-design img {
/* width: 250px; */
border-radius: 10px;
/* width: 500px; */
height: auto;
}
@keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes up {
0% {
transform: translateY(100px) rotate(-12deg);
opacity: 0;
}
100% {
transform: translateY(0) rotate(-12deg);
opacity: 1;
}
}
.create-now-watermark {
width: 100%;
/* position: absolute; */
font-size: 20em;
opacity: .07;
white-space: nowrap;
/* overflow: hidden; */
pointer-events: none;
}
.get-started-cards {
width: 315px;
height: 500px;
}
@media screen and (min-width: 500px) {
.get-started-cards {
width: 500px;
/* height: px; */
}
}
| 0.502441 | 0.135004 |
html,
body {
height: 100%;
}
::selection {
background-color: #fd79a8;
}
::-moz-selection {
background-color: #fd79a8;
}
.body {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0;
padding-right: 15px;
padding-left: 15px;
font-family: "HelveticaNeue-Light",
"Helvetica Neue Light",
"Helvetica Neue",
Helvetica,
Arial,
"Lucida Grande",
sans-serif;
text-align: center;
background-image: url("../img/pattern.png");
background-repeat: repeat;
}
a {
color: #fff;
text-decoration: none;
}
.name {
margin-top: 0;
margin-bottom: 0;
color: #fff;
font-size: 2em;
font-weight: 300;
text-shadow: 0 1px 0 #ccc,
0 2px 0 #c9c9c9,
0 3px 0 #bbb,
0 4px 0 #b9b9b9,
0 5px 0 #aaa,
0 6px 1px rgba(0, 0, 0, .1),
0 0 5px rgba(0, 0, 0, .1),
0 1px 3px rgba(0, 0, 0, .3),
0 3px 5px rgba(0, 0, 0, .2),
0 5px 10px rgba(0, 0, 0, .25),
0 10px 10px rgba(0, 0, 0, .2),
0 20px 20px rgba(0, 0, 0, .15);
}
.job {
margin-top: 0;
margin-bottom: 0;
padding: 25px 0;
color: #fff;
font-size: 1em;
font-weight: 300;
text-shadow: 0 1px 0 #ccc,
0 1px 0 #c9c9c9,
0 2px 0 #bbb,
0 1px 0 #b9b9b9,
0 2px 0 #aaa;
}
.list {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 0;
margin-bottom: 0;
padding: 25px 0;
list-style: none;
}
.list__item + .list__item {
margin-left: 26px;
}
.list__item:nth-child(n+4) {
margin-top: 20px;
}
.fa-lg {
margin-right: 4px;
}
.footer {
padding-top: 25px;
color: #fff;
font-size: 14px;
}
.footer__text {
margin-top: 0;
margin-bottom: 0;
}
.footer__date {
display: block;
margin-bottom: 4px;
}
.footer__name::after {
content: " - ";
}
@media (min-width: 414px) {
.list__item:nth-child(n+4) {
margin-top: 0;
}
.list__item:nth-child(n+5) {
margin-top: 20px;
}
}
@media (min-width: 576px) {
.name {
font-size: 6em;
}
.list__item:nth-child(n+4),
.list__item:nth-child(n+5) {
margin-top: 0;
}
.footer__date {
display: inline;
}
.footer__name::before {
content: " - ";
}
}
|
assets/css/main.css
|
html,
body {
height: 100%;
}
::selection {
background-color: #fd79a8;
}
::-moz-selection {
background-color: #fd79a8;
}
.body {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0;
padding-right: 15px;
padding-left: 15px;
font-family: "HelveticaNeue-Light",
"Helvetica Neue Light",
"Helvetica Neue",
Helvetica,
Arial,
"Lucida Grande",
sans-serif;
text-align: center;
background-image: url("../img/pattern.png");
background-repeat: repeat;
}
a {
color: #fff;
text-decoration: none;
}
.name {
margin-top: 0;
margin-bottom: 0;
color: #fff;
font-size: 2em;
font-weight: 300;
text-shadow: 0 1px 0 #ccc,
0 2px 0 #c9c9c9,
0 3px 0 #bbb,
0 4px 0 #b9b9b9,
0 5px 0 #aaa,
0 6px 1px rgba(0, 0, 0, .1),
0 0 5px rgba(0, 0, 0, .1),
0 1px 3px rgba(0, 0, 0, .3),
0 3px 5px rgba(0, 0, 0, .2),
0 5px 10px rgba(0, 0, 0, .25),
0 10px 10px rgba(0, 0, 0, .2),
0 20px 20px rgba(0, 0, 0, .15);
}
.job {
margin-top: 0;
margin-bottom: 0;
padding: 25px 0;
color: #fff;
font-size: 1em;
font-weight: 300;
text-shadow: 0 1px 0 #ccc,
0 1px 0 #c9c9c9,
0 2px 0 #bbb,
0 1px 0 #b9b9b9,
0 2px 0 #aaa;
}
.list {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 0;
margin-bottom: 0;
padding: 25px 0;
list-style: none;
}
.list__item + .list__item {
margin-left: 26px;
}
.list__item:nth-child(n+4) {
margin-top: 20px;
}
.fa-lg {
margin-right: 4px;
}
.footer {
padding-top: 25px;
color: #fff;
font-size: 14px;
}
.footer__text {
margin-top: 0;
margin-bottom: 0;
}
.footer__date {
display: block;
margin-bottom: 4px;
}
.footer__name::after {
content: " - ";
}
@media (min-width: 414px) {
.list__item:nth-child(n+4) {
margin-top: 0;
}
.list__item:nth-child(n+5) {
margin-top: 20px;
}
}
@media (min-width: 576px) {
.name {
font-size: 6em;
}
.list__item:nth-child(n+4),
.list__item:nth-child(n+5) {
margin-top: 0;
}
.footer__date {
display: inline;
}
.footer__name::before {
content: " - ";
}
}
| 0.410874 | 0.102394 |
.jofgen-bool > table {
width: 100%;
}
.jofgen-bool > table > tbody > tr > .input {
text-align: right;
}
.jofgen-bool > table > tbody > tr > .input > .form-check-input {
position: inherit;
margin-top: 7px;
}
.jofgen-error {
margin: 0;
}
.jofgen-item > table > tbody > tr > td.icon {
text-align: right;
min-width: 30px;
width: 30px;
}
.jofgen-item > table > tbody > tr > td.input {
min-width: 30px;
text-align: right;
width: 30px;
}
.jofgen-section > .jofgen-D-card {
border: none;
}
.jofgen-color-show {
height: 9px;
width: 9px;
margin-left: 4px;
margin-top: 5px;
display: inline-table;
}
.jofgen-card-lst-row-item-enter {
height: 0;
opacity: 0;
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
}
.jofgen-card-lst-row-item-enter.jofgen-card-lst-row-item-enter-active {
height: initial;
opacity: 1;
}
.jofgen-card-lst-row-item-exit {
height: initial;
opacity: 1;
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
}
.jofgen-card-lst-row-item-exit.jofgen-card-lst-row-item-exit-active {
height: 0;
opacity: 0;
}
.jofgen-card-lst-table {
width: 100%;
}
.jofgen-card-lst-table > tbody > tr > td {
padding: 0.125rem 0.125rem;
}
.jofgen-card-lst-table > tbody > tr > td.btns {
padding: 0.125rem 0.125rem;
width: 40px;
vertical-align: initial;
}
.jofgen-card-lstC-row-item-enter {
height: 0;
opacity: 0;
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
}
.jofgen-card-lstC-row-item-enter.jofgen-card-lstC-row-item-enter-active {
height: initial;
opacity: 1;
}
.jofgen-card-lstC-row-item-exit {
height: initial;
opacity: 1;
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
}
.jofgen-card-lstC-row-item-exit.jofgen-card-lstC-row-item-exit-active {
height: 0;
opacity: 0;
}
.jofgen-card-lstC-table {
width: 100%;
}
.jofgen-card-lstC-table > tbody > tr > td {
padding: 0.125rem 0.125rem;
}
.jofgen-card-lstC-table > tbody > tr > td.btns {
padding: 0.125rem 0.125rem;
width: 40px;
vertical-align: initial;
}
.btn-remove {
background: none !important;
border: 0px;
display: flex;
margin-top: 2px;
}
.btn-remove > svg {
fill: #ff5252 !important;
margin: 0px;
}
.btn-remove > svg > path {
fill: #ff5252 !important;
}
.btn-remove:hover > svg > path {
fill: #eb2222 !important;
box-shadow: none !important;
}
.btn-add {
background: none !important;
border: 0px;
display: flex;
margin-top: 2px;
}
.btn-add > svg {
fill: #43a047 !important;
margin: 0px;
}
.btn-add > svg > path {
fill: #43a047 !important;
}
.btn-add:hover > svg > path {
fill: #2e7d32 !important;
box-shadow: none !important;
}
.mt-0 {
margin-top: -5px !important;
}
.checkrow {
background: rgba(0, 0, 0, 0.05);
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
padding: 5px;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.checkrow:hover {
background: #fff;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.125);
}
.checkrow.checked {
background-color: #fff;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.125);
z-index: 10;
}
.checkrow.disabled {
background: rgba(0, 0, 0, 0.05);
opacity: 0.6;
}
.checkrow.disabled:hover {
background: rgba(0, 0, 0, 0.05);
}
.checkrow > table > tbody > tr > td > svg > path {
fill: #9e9e9e;
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
}
.checkrow.checked > table > tbody > tr > td > svg > path {
fill: #43a047;
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
}
.checkrow.invalid > table > tbody > tr > td > svg > path {
fill: #ff5252;
}
.chck {
width: 30px;
}
.jofgen-card-chcklst {
border-radius: 0.25rem;
border: 1px solid #ced4da;
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
}
.jofgen-form {
display: flex;
border-radius: 15px;
box-shadow: 0rem 0 3rem rgba(0, 0, 0, 0.125);
transition: 0.4s ease-out;
position: relative;
left: 0px;
}
input[type="color"] {
margin-top: 2px;
}
.jofgen-collapse-icon {
height: 20px;
width: 20px;
}
.btn:focus {
box-shadow: none;
}
.jofgen-sec-title {
padding-bottom: 15px;
display: block;
}
.list-group-item-heading {
cursor: pointer;
}
.jofgen-sec-list-title {
color: #007bff;
font-weight: initial;
font-size: 1rem;
}
.jofgen-sec-list-desc {
padding-top: 8px;
padding-bottom: 8px;
}
.jofgen-sec-list > .list-group-item {
padding: 8px 8px 8px 15px;
}
.jofgen-sec-list > .list-group-item > .list-group-item-heading {
margin: 0px;
font-size: 0.85rem !important;
line-height: 1.5;
}
.jofgen-sec-list
> .list-group-item
> .collapse
> .list-group-item-text
> .jofgen-item {
padding-left: 0px;
}
.jofgen-sec-list
> .list-group-item
> .collapsing
> .list-group-item-text
> .jofgen-item {
padding-left: 0px;
}
.jofgen-sec-unlist-card {
margin: 8px 0px;
font-size: 0.85rem !important;
}
.jofgen-sec-unlist-card > .card-body {
margin: 0px;
padding: 15px;
}
.jofgen-sec-unlist > .jofgen-sec-unlist-card:first-of-type {
margin-top: 15px;
}
.jofgen-sec-unlist > .jofgen-sec-unlist-card:last-of-type {
margin-bottom: 15px;
}
.jofgen-sec-unlist-title {
color: #007bff;
font-weight: initial;
font-size: 1rem;
margin: 0px;
line-height: 1.5;
}
.jofgen-sec-unlist-desc {
padding-top: 8px;
padding-bottom: 8px;
}
.jofgen-sec-unlist
> .jofgen-sec-unlist-card
> .card-body
> .jofgen-sec-unlist-body {
margin-top: 8px;
}
.jofgen-sec-unlist
> .jofgen-sec-unlist-card
> .card-body
> .jofgen-sec-unlist-body
> .jofgen-item {
padding: 0px;
}
.jofgen-sec-stack > .jofgen-sec-stack-btns {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-radius: 0px;
}
.jofgen-sec-stack > .jofgen-sec-stack-btns > .btn-jofgen-theme {
background-color: transparent !important;
border-bottom: 2px solid #ced4da;
margin: 0px 2px;
border-radius: 0px;
}
.jofgen-sec-stack > .jofgen-sec-stack-btns > .active {
border-bottom: 2px solid #007bff;
font-weight: bold;
border-radius: 0px;
}
.jofgen-sec-stack > .jofgen-sec-stack-body {
padding-top: 10px;
}
.jofgen-sec-stack {
padding-top: 15px;
padding-bottom: 15px;
}
.jofgen-sec-stack > .jofgen-sec-stack-btns > .invalid-active {
border-bottom: 2px solid #dc3545;
font-weight: bold;
border-radius: 0px;
}
.jofgen-icon {
width: 20px;
height: 20px;
margin-top: -3px;
margin-right: 5px;
}
.jofgen-icon-invalid {
width: 17px;
height: 17px;
margin-top: -3px;
margin-right: 5px;
}
.jofgen-icon-invalid > path {
fill: #dc3545;
}
.jofgen-input-c {
margin-right: 30px;
}
.jofgen-input-c-close-btn {
position: absolute;
right: 20px;
top: 4px;
z-index: 10;
}
.jofgen-input-c-close-btn > svg > path {
fill: #a0aab2;
}
.jofgen-input-c-close-btn:hover > svg > path {
fill: #6c757d;
}
.jofgen-icon-fatal-error {
width: 30px;
height: 30px;
}
.jofgen-fatal-error {
text-align: center;
vertical-align: middle;
padding: 15px;
}
.jofgen-icon-fatal-error > path {
fill: #ced4da;
}
.jofgen-text-fatal-error {
color: #ced4da;
font-size: 15px;
display: inline;
}
.jofgen-sec-stack-desc {
padding-right: 15px;
padding-left: 15px;
padding-bottom: 20px;
font-size: 0.85rem;
}
.jofgen-list-body-mr {
margin-right: 23px;
}
.jofgen-sec-stack-btns > .btn-jofgen-theme {
min-width: fit-content !important;
}
.jofgen-sec-stack-btns {
overflow-x: auto;
overflow-y: hidden;
max-width: 100%;
scrollbar-width: thin;
}
.jofgen-sec-card
{
margin-top: 7px !important;
margin-bottom: 7px !important;
}
.jofgen-sec-stack
{
margin-top: 7px !important;
margin-bottom: 7px !important;
}
.jofgen-item
{
padding-top: 2px !important;
padding-bottom: 2px !important;
}
.jofgen-item > .form-group
{
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.jofgen-required-item
{
min-width: 10px;
color: #ff5252;
padding-left: 2px;
}
|
src/lib/css/generator.css
|
.jofgen-bool > table {
width: 100%;
}
.jofgen-bool > table > tbody > tr > .input {
text-align: right;
}
.jofgen-bool > table > tbody > tr > .input > .form-check-input {
position: inherit;
margin-top: 7px;
}
.jofgen-error {
margin: 0;
}
.jofgen-item > table > tbody > tr > td.icon {
text-align: right;
min-width: 30px;
width: 30px;
}
.jofgen-item > table > tbody > tr > td.input {
min-width: 30px;
text-align: right;
width: 30px;
}
.jofgen-section > .jofgen-D-card {
border: none;
}
.jofgen-color-show {
height: 9px;
width: 9px;
margin-left: 4px;
margin-top: 5px;
display: inline-table;
}
.jofgen-card-lst-row-item-enter {
height: 0;
opacity: 0;
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
}
.jofgen-card-lst-row-item-enter.jofgen-card-lst-row-item-enter-active {
height: initial;
opacity: 1;
}
.jofgen-card-lst-row-item-exit {
height: initial;
opacity: 1;
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
}
.jofgen-card-lst-row-item-exit.jofgen-card-lst-row-item-exit-active {
height: 0;
opacity: 0;
}
.jofgen-card-lst-table {
width: 100%;
}
.jofgen-card-lst-table > tbody > tr > td {
padding: 0.125rem 0.125rem;
}
.jofgen-card-lst-table > tbody > tr > td.btns {
padding: 0.125rem 0.125rem;
width: 40px;
vertical-align: initial;
}
.jofgen-card-lstC-row-item-enter {
height: 0;
opacity: 0;
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
}
.jofgen-card-lstC-row-item-enter.jofgen-card-lstC-row-item-enter-active {
height: initial;
opacity: 1;
}
.jofgen-card-lstC-row-item-exit {
height: initial;
opacity: 1;
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
}
.jofgen-card-lstC-row-item-exit.jofgen-card-lstC-row-item-exit-active {
height: 0;
opacity: 0;
}
.jofgen-card-lstC-table {
width: 100%;
}
.jofgen-card-lstC-table > tbody > tr > td {
padding: 0.125rem 0.125rem;
}
.jofgen-card-lstC-table > tbody > tr > td.btns {
padding: 0.125rem 0.125rem;
width: 40px;
vertical-align: initial;
}
.btn-remove {
background: none !important;
border: 0px;
display: flex;
margin-top: 2px;
}
.btn-remove > svg {
fill: #ff5252 !important;
margin: 0px;
}
.btn-remove > svg > path {
fill: #ff5252 !important;
}
.btn-remove:hover > svg > path {
fill: #eb2222 !important;
box-shadow: none !important;
}
.btn-add {
background: none !important;
border: 0px;
display: flex;
margin-top: 2px;
}
.btn-add > svg {
fill: #43a047 !important;
margin: 0px;
}
.btn-add > svg > path {
fill: #43a047 !important;
}
.btn-add:hover > svg > path {
fill: #2e7d32 !important;
box-shadow: none !important;
}
.mt-0 {
margin-top: -5px !important;
}
.checkrow {
background: rgba(0, 0, 0, 0.05);
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
padding: 5px;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.checkrow:hover {
background: #fff;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.125);
}
.checkrow.checked {
background-color: #fff;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.125);
z-index: 10;
}
.checkrow.disabled {
background: rgba(0, 0, 0, 0.05);
opacity: 0.6;
}
.checkrow.disabled:hover {
background: rgba(0, 0, 0, 0.05);
}
.checkrow > table > tbody > tr > td > svg > path {
fill: #9e9e9e;
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
}
.checkrow.checked > table > tbody > tr > td > svg > path {
fill: #43a047;
transition: all 300ms cubic-bezier(0.17, 0.67, 0.61, 0.23);
}
.checkrow.invalid > table > tbody > tr > td > svg > path {
fill: #ff5252;
}
.chck {
width: 30px;
}
.jofgen-card-chcklst {
border-radius: 0.25rem;
border: 1px solid #ced4da;
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
}
.jofgen-form {
display: flex;
border-radius: 15px;
box-shadow: 0rem 0 3rem rgba(0, 0, 0, 0.125);
transition: 0.4s ease-out;
position: relative;
left: 0px;
}
input[type="color"] {
margin-top: 2px;
}
.jofgen-collapse-icon {
height: 20px;
width: 20px;
}
.btn:focus {
box-shadow: none;
}
.jofgen-sec-title {
padding-bottom: 15px;
display: block;
}
.list-group-item-heading {
cursor: pointer;
}
.jofgen-sec-list-title {
color: #007bff;
font-weight: initial;
font-size: 1rem;
}
.jofgen-sec-list-desc {
padding-top: 8px;
padding-bottom: 8px;
}
.jofgen-sec-list > .list-group-item {
padding: 8px 8px 8px 15px;
}
.jofgen-sec-list > .list-group-item > .list-group-item-heading {
margin: 0px;
font-size: 0.85rem !important;
line-height: 1.5;
}
.jofgen-sec-list
> .list-group-item
> .collapse
> .list-group-item-text
> .jofgen-item {
padding-left: 0px;
}
.jofgen-sec-list
> .list-group-item
> .collapsing
> .list-group-item-text
> .jofgen-item {
padding-left: 0px;
}
.jofgen-sec-unlist-card {
margin: 8px 0px;
font-size: 0.85rem !important;
}
.jofgen-sec-unlist-card > .card-body {
margin: 0px;
padding: 15px;
}
.jofgen-sec-unlist > .jofgen-sec-unlist-card:first-of-type {
margin-top: 15px;
}
.jofgen-sec-unlist > .jofgen-sec-unlist-card:last-of-type {
margin-bottom: 15px;
}
.jofgen-sec-unlist-title {
color: #007bff;
font-weight: initial;
font-size: 1rem;
margin: 0px;
line-height: 1.5;
}
.jofgen-sec-unlist-desc {
padding-top: 8px;
padding-bottom: 8px;
}
.jofgen-sec-unlist
> .jofgen-sec-unlist-card
> .card-body
> .jofgen-sec-unlist-body {
margin-top: 8px;
}
.jofgen-sec-unlist
> .jofgen-sec-unlist-card
> .card-body
> .jofgen-sec-unlist-body
> .jofgen-item {
padding: 0px;
}
.jofgen-sec-stack > .jofgen-sec-stack-btns {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-radius: 0px;
}
.jofgen-sec-stack > .jofgen-sec-stack-btns > .btn-jofgen-theme {
background-color: transparent !important;
border-bottom: 2px solid #ced4da;
margin: 0px 2px;
border-radius: 0px;
}
.jofgen-sec-stack > .jofgen-sec-stack-btns > .active {
border-bottom: 2px solid #007bff;
font-weight: bold;
border-radius: 0px;
}
.jofgen-sec-stack > .jofgen-sec-stack-body {
padding-top: 10px;
}
.jofgen-sec-stack {
padding-top: 15px;
padding-bottom: 15px;
}
.jofgen-sec-stack > .jofgen-sec-stack-btns > .invalid-active {
border-bottom: 2px solid #dc3545;
font-weight: bold;
border-radius: 0px;
}
.jofgen-icon {
width: 20px;
height: 20px;
margin-top: -3px;
margin-right: 5px;
}
.jofgen-icon-invalid {
width: 17px;
height: 17px;
margin-top: -3px;
margin-right: 5px;
}
.jofgen-icon-invalid > path {
fill: #dc3545;
}
.jofgen-input-c {
margin-right: 30px;
}
.jofgen-input-c-close-btn {
position: absolute;
right: 20px;
top: 4px;
z-index: 10;
}
.jofgen-input-c-close-btn > svg > path {
fill: #a0aab2;
}
.jofgen-input-c-close-btn:hover > svg > path {
fill: #6c757d;
}
.jofgen-icon-fatal-error {
width: 30px;
height: 30px;
}
.jofgen-fatal-error {
text-align: center;
vertical-align: middle;
padding: 15px;
}
.jofgen-icon-fatal-error > path {
fill: #ced4da;
}
.jofgen-text-fatal-error {
color: #ced4da;
font-size: 15px;
display: inline;
}
.jofgen-sec-stack-desc {
padding-right: 15px;
padding-left: 15px;
padding-bottom: 20px;
font-size: 0.85rem;
}
.jofgen-list-body-mr {
margin-right: 23px;
}
.jofgen-sec-stack-btns > .btn-jofgen-theme {
min-width: fit-content !important;
}
.jofgen-sec-stack-btns {
overflow-x: auto;
overflow-y: hidden;
max-width: 100%;
scrollbar-width: thin;
}
.jofgen-sec-card
{
margin-top: 7px !important;
margin-bottom: 7px !important;
}
.jofgen-sec-stack
{
margin-top: 7px !important;
margin-bottom: 7px !important;
}
.jofgen-item
{
padding-top: 2px !important;
padding-bottom: 2px !important;
}
.jofgen-item > .form-group
{
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.jofgen-required-item
{
min-width: 10px;
color: #ff5252;
padding-left: 2px;
}
| 0.272315 | 0.07221 |
<<<<<<< HEAD
/*styling the body of the portfolio*/
body {
background-size: 10px;
}
head {
text-decoration: lightseagreen;
}
/*styling the navigation bar of the portfolio*/
.nav_bar {
text-align: justify;
background-color: green;
border-radius: 10px;
}
.nav_bar ul li {
width: 70px;
margin: 10px;
padding: 5px;
text-align: left;
display: inline-flex;
}
.nav_bar ul li :hover {
border-radius: 5px;
}
.container {
text-align: justify;
background-attachment: scroll;
background-color: khaki;
border-radius: 10px;
background-origin: padding-box;
background-size: 70px;
}
img {
border-radius: 50px;
text-overflow: inherit;
}
table {
align-content: flex-end;
}
/*styling the footer of the portfolio*/
.footer {
background-color: honeydew;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 10px;
text-align: center;
}
/*about page*/
.story {
background-image: url("fredie.JPG");
font-style: inherit;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.contacts {
text-indent: 17px;
align-items: left;
text-align: left;
=======
/*styling the body of the portfolio*/
body {
background-size: 10px;
}
head {
text-decoration: lightseagreen;
}
/*styling the navigation bar of the portfolio*/
.nav_bar {
text-align: justify;
background-color: green;
border-radius: 10px;
}
.nav_bar ul li {
width: 70px;
margin: 10px;
padding: 5px;
text-align: left;
display: inline-flex;
}
.nav_bar ul li :hover {
border-radius: 5px;
}
.container {
text-align: justify;
background-attachment: scroll;
background-color: khaki;
border-radius: 10px;
background-origin: padding-box;
background-size: 70px;
}
img {
border-radius: 50px;
text-overflow: inherit;
}
table {
align-content: flex-end;
}
/*styling the footer of the portfolio*/
.footer {
background-color: honeydew;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 10px;
text-align: center;
}
/*about page*/
.story {
background-image: url("fredie.JPG");
font-style: inherit;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.contacts {
text-indent: 17px;
align-items: left;
text-align: left;
>>>>>>> 0263e627631cedfa9a41f8abe28fa9cb52c2bbd6
}
|
CSS/portfolio.css
|
<<<<<<< HEAD
/*styling the body of the portfolio*/
body {
background-size: 10px;
}
head {
text-decoration: lightseagreen;
}
/*styling the navigation bar of the portfolio*/
.nav_bar {
text-align: justify;
background-color: green;
border-radius: 10px;
}
.nav_bar ul li {
width: 70px;
margin: 10px;
padding: 5px;
text-align: left;
display: inline-flex;
}
.nav_bar ul li :hover {
border-radius: 5px;
}
.container {
text-align: justify;
background-attachment: scroll;
background-color: khaki;
border-radius: 10px;
background-origin: padding-box;
background-size: 70px;
}
img {
border-radius: 50px;
text-overflow: inherit;
}
table {
align-content: flex-end;
}
/*styling the footer of the portfolio*/
.footer {
background-color: honeydew;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 10px;
text-align: center;
}
/*about page*/
.story {
background-image: url("fredie.JPG");
font-style: inherit;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.contacts {
text-indent: 17px;
align-items: left;
text-align: left;
=======
/*styling the body of the portfolio*/
body {
background-size: 10px;
}
head {
text-decoration: lightseagreen;
}
/*styling the navigation bar of the portfolio*/
.nav_bar {
text-align: justify;
background-color: green;
border-radius: 10px;
}
.nav_bar ul li {
width: 70px;
margin: 10px;
padding: 5px;
text-align: left;
display: inline-flex;
}
.nav_bar ul li :hover {
border-radius: 5px;
}
.container {
text-align: justify;
background-attachment: scroll;
background-color: khaki;
border-radius: 10px;
background-origin: padding-box;
background-size: 70px;
}
img {
border-radius: 50px;
text-overflow: inherit;
}
table {
align-content: flex-end;
}
/*styling the footer of the portfolio*/
.footer {
background-color: honeydew;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 10px;
text-align: center;
}
/*about page*/
.story {
background-image: url("fredie.JPG");
font-style: inherit;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.contacts {
text-indent: 17px;
align-items: left;
text-align: left;
>>>>>>> 0263e627631cedfa9a41f8abe28fa9cb52c2bbd6
}
| 0.325413 | 0.116086 |
.form {
position: relative;
row-gap: calc(5px * 2);
padding: 10px;
}
.form-b {
display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
align-items: center;
justify-content: center;
}
.form-r {
grid-template-columns: minmax(10px, 1fr);
}
.form-r-d {
display: grid;
display: -moz-grid;
display: -ms-grid;
grid-template-columns: repeat(2, minmax(10px, 1fr));
grid-template-rows: minmax(10px, 1fr);
grid-column-gap: calc(5px * 4);
}
.form-r-d .c-f {
grid-area: 1/1/2/2;
grid-template-columns: minmax(10px, 1fr);
}
.form-r-d .c-s {
grid-area: 1/2/2/3;
grid-template-columns: minmax(10px, 1fr);
}
.form .form-ta-r {
grid-template-columns: minmax(10px, 1fr);
grid-template-rows: 30px 200px 30px;
}
.form .form-l {
grid-area: 1/1/2/2;
}
.form .form-l-e {
grid-area: 3/1/4/2;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
white-space: nowrap;
}
@media only screen and (min-width: 1400px) {
.form-r {
grid-template-rows: 30px 46px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 46px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 46px 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.form-r {
grid-template-rows: 30px 42px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 42px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 42px 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.form-r {
grid-template-rows: 30px 40px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 40px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 40px 30px;
}
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
.form-r {
grid-template-rows: 30px 38px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 38px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 38px 30px;
}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
.form-r {
grid-template-rows: 30px 36px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 36px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 36px 30px;
}
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
.form-r {
grid-template-rows: 30px 34px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 34px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 34px 30px;
}
}
@media only screen and (max-width: 320px) {
.form-r {
grid-template-rows: 30px 32px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 32px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 32px 30px;
}
}
/*# sourceMappingURL=Form.css.map */
|
src/components/form/Form.css
|
.form {
position: relative;
row-gap: calc(5px * 2);
padding: 10px;
}
.form-b {
display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
align-items: center;
justify-content: center;
}
.form-r {
grid-template-columns: minmax(10px, 1fr);
}
.form-r-d {
display: grid;
display: -moz-grid;
display: -ms-grid;
grid-template-columns: repeat(2, minmax(10px, 1fr));
grid-template-rows: minmax(10px, 1fr);
grid-column-gap: calc(5px * 4);
}
.form-r-d .c-f {
grid-area: 1/1/2/2;
grid-template-columns: minmax(10px, 1fr);
}
.form-r-d .c-s {
grid-area: 1/2/2/3;
grid-template-columns: minmax(10px, 1fr);
}
.form .form-ta-r {
grid-template-columns: minmax(10px, 1fr);
grid-template-rows: 30px 200px 30px;
}
.form .form-l {
grid-area: 1/1/2/2;
}
.form .form-l-e {
grid-area: 3/1/4/2;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
white-space: nowrap;
}
@media only screen and (min-width: 1400px) {
.form-r {
grid-template-rows: 30px 46px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 46px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 46px 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.form-r {
grid-template-rows: 30px 42px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 42px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 42px 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.form-r {
grid-template-rows: 30px 40px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 40px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 40px 30px;
}
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
.form-r {
grid-template-rows: 30px 38px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 38px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 38px 30px;
}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
.form-r {
grid-template-rows: 30px 36px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 36px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 36px 30px;
}
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
.form-r {
grid-template-rows: 30px 34px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 34px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 34px 30px;
}
}
@media only screen and (max-width: 320px) {
.form-r {
grid-template-rows: 30px 32px 30px;
}
.form-r-d .c-f {
grid-template-rows: 30px 32px 30px;
}
.form-r-d .c-s {
grid-template-rows: 30px 32px 30px;
}
}
/*# sourceMappingURL=Form.css.map */
| 0.296654 | 0.125788 |
* {
transition: all 0.25s ease-in-out 0s;
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html {
overflow-y: scroll;
}
html, body {
background-color: #fefefe;
}
body {
font-family: "Open Sans","Helvetica", sans-serif;
font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Roboto";
}
h2 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
a {
text-decoration: none;
}
a:visited {
}
a:focus, a:hover, a:active {
text-decoration: none;
}
p {
font-family: "Open Sans", Helvetica, sans-serif;
font-size: 17px;
color: #101010;
text-align: justify;
vertical-align: baseline;
margin-bottom: 1em;
}
img {
height: auto;
max-width: 100%;
}
time {
color: #a0a0a0;
}
pre {
background-color: #ffffff;
border: 1px solid #e7e7e7;
}
code {
white-space: pre-wrap;
background-color: #f8f8f8;
color: #777777;
font-family: monospace;
}
pre > code {
font-family: inherit;
white-space: pre;
}
blockquote {
word-wrap: break-word;
}
.navbar-default {
background-color: #333333;
border-color: #444444;
}
.navbar-default .navbar-brand {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
color: #eeeeee;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
color: #aaaaaa;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
color: #aaaaaa;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
background-color: #444444;
color: #ffffff;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #444444;
}
body > .container {
margin-top: 50px;
margin-bottom: 30px;
}
.col-lg-6, .col-lg-4 {
margin: 1em 0;
}
.col-lg-6 > .item-block,
.col-lg-4 > .item-block {
background-color: #ffffff;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.content {
word-wrap: break-word;
}
.content > p {
line-height: 1.8em;
}
.item-block p,
.item-block .tags {
margin: 5px;
display: block;
}
|
public/converter/main.css
|
* {
transition: all 0.25s ease-in-out 0s;
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html {
overflow-y: scroll;
}
html, body {
background-color: #fefefe;
}
body {
font-family: "Open Sans","Helvetica", sans-serif;
font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Roboto";
}
h2 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
a {
text-decoration: none;
}
a:visited {
}
a:focus, a:hover, a:active {
text-decoration: none;
}
p {
font-family: "Open Sans", Helvetica, sans-serif;
font-size: 17px;
color: #101010;
text-align: justify;
vertical-align: baseline;
margin-bottom: 1em;
}
img {
height: auto;
max-width: 100%;
}
time {
color: #a0a0a0;
}
pre {
background-color: #ffffff;
border: 1px solid #e7e7e7;
}
code {
white-space: pre-wrap;
background-color: #f8f8f8;
color: #777777;
font-family: monospace;
}
pre > code {
font-family: inherit;
white-space: pre;
}
blockquote {
word-wrap: break-word;
}
.navbar-default {
background-color: #333333;
border-color: #444444;
}
.navbar-default .navbar-brand {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
color: #eeeeee;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
color: #aaaaaa;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
color: #aaaaaa;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
background-color: #444444;
color: #ffffff;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #444444;
}
body > .container {
margin-top: 50px;
margin-bottom: 30px;
}
.col-lg-6, .col-lg-4 {
margin: 1em 0;
}
.col-lg-6 > .item-block,
.col-lg-4 > .item-block {
background-color: #ffffff;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.content {
word-wrap: break-word;
}
.content > p {
line-height: 1.8em;
}
.item-block p,
.item-block .tags {
margin: 5px;
display: block;
}
| 0.397237 | 0.089335 |
#Start General Rules
------------------------------------------------------------*/
*
{
margin: 0;
padding: 0;
border: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box
}
@font-face
{
font-family: Lobster;
src: url('../fonts/Lobster-Regular.ttf')
}
@font-face
{
font-family: DaysOne-Regular;
src: url('../fonts/DaysOne-Regular.ttf')
}
@font-face
{
font-family: Montserrat;
src: url('../fonts/Montserrat-Regular.ttf')
}
body
{
background-color: #fff;
font-family: arial, sans-serif;
overflow-x: hidden
}
.container
{
width: 96%;
margin: auto;
height: inherit
}
ul{list-style-type:none}
a{text-decoration: none}
img
{
display: block;
width: 100%;
max-width: 100%;
height: 100%
}
h4
{
color: #7db908;
font-family: Georgia, serif;
font-weight: 100;
font-size: 120%;
text-transform: capitalize;
margin-bottom: 5px
}
h3
{
color: #4a4a4a;
font-family: 'Montserrat', sans-serif;
font-size: 150%;
font-weight: 100;
text-transform: capitalize
}
p
{
font-size: 90%;
line-height: 150%;
color: #666767
}
hr
{
width: 50px;
border-top: 2px solid #92c52f;
margin: 30px auto
}
/*------------------------------------------------------------
#End General Rules
------------------------------------------------------------*/
/*------------------------------------------------------------
#Start Header Rules
------------------------------------------------------------*/
/**--------------------------------- Start Theme ---------------------------------**/
#color
{
width: 70px;
height: 30px;
position: fixed;
top: 15%;
right: -44px;
z-index: 1000;
background-color: rgba(255,255,255,.7);
-webkit-transition: right .5s linear;
transition: right .5s linear;
box-shadow: 0 1px 20px #000
}
#color:before,
#color:after
{
content: "";
display: block;
width: 6px;
height: 6px;
border-radius: 0 100% 100% 100%;
background-color: #7ab800;
position: absolute;
bottom: -7px;
right: 62px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: tear 4s linear infinite;
-ms-animation: tear 4s linear infinite;
animation: tear 4s linear infinite
}
#color:after
{
-webkit-animation-delay: 2s;
-ms-animation-delay: 2s;
animation-delay: 2s;
background-color: #db7d23}
#color:hover
{
right: 0;
-webkit-transition: right .5s linear;
transition: right .5s linear
}
input[name= "theme"]{display: none}
#color img
{
display: inline-block;
width: 26px;
height: 100%;
-webkit-animation: theme 15s linear infinite;
-ms-animation: theme 15s linear infinite;
animation: theme 15s linear infinite
}
#color label
{
display: inline-block;
width: 15px;
height: 15px;
background-color: #7ab800;
margin: 7.5px 0;
cursor: pointer
}
#color label:last-of-type{background-color: #463b37}
#theme-two:checked ~ #color{box-shadow: 0 1px 20px #fff}
#theme-two:checked ~ #pg-body,
#theme-two:checked ~ #pg-body header,
#theme-two:checked ~ #pg-body footer .copyright
{
background-color: #0f0100
}
#theme-two:checked ~ #pg-body header .logo h2{color: #463b37}
#theme-two:checked ~ #pg-body header .mobile .mobile-icon div{background-color: #FD8E24}
#theme-two:checked ~ #pg-body #mobile-menu:checked ~ .mobile .mobile-icon div:first-of-type,
#theme-two:checked ~ #pg-body #mobile-menu:checked ~ .mobile .mobile-icon div:last-of-type
{
background-color: #f00
}
#theme-two:checked ~ #pg-body header section:last-of-type:hover i{color: #FD8E24}
#theme-two:checked ~ #pg-body header section:last-of-type span{background-color: #FD8E24}
#theme-two:checked ~ #pg-body header section:last-of-type span:before
{
border-color: #FD8E24 transparent
}
#theme-two:checked ~ #pg-body h3{color: #feb570}
#theme-two:checked ~ #pg-body #about-temple p,
#theme-two:checked ~ #pg-body #news p,
#theme-two:checked ~ #pg-body #message p,
#theme-two:checked ~ #pg-body #social-update .art-page p
{
color: #fff
}
#theme-two:checked ~ #pg-body header .main-nav ul li a,
#theme-two:checked ~ #pg-body header .main-nav ul li label,
#theme-two:checked ~ #pg-body header section:last-of-type
{
color: #fff
}
#theme-two:checked ~ #pg-body header .main-nav ul li a:hover,
#theme-two:checked ~ #pg-body header .main-nav ul li label:hover
{
color: #feb570
}
#theme-two:checked ~ #pg-body .tooltip-cont .tooltip{background-color: #FD8E24}
#theme-two:checked ~ #pg-body .tooltip-cont .tooltip:before
{
border-color: #FD8E24 transparent
}
#theme-two:checked ~ #pg-body #banner main h1 span{color: #feb570}
#theme-two:checked ~ #pg-body #banner main a{background-color: #db7d23; color: #463B37}
#theme-two:checked ~ #pg-body #banner main a:hover{color: #db7d23}
#theme-two:checked ~ #pg-body #banner main a:hover:after{background-color: #463B37}
#theme-two:checked ~ #pg-body #categories .overlay,
#theme-two:checked ~ #pg-body #gallery article figure label
{
background-color: rgba(15,1,0,.5)
}
#theme-two:checked ~ #pg-body #categories .overlay h3,
#theme-two:checked ~ #pg-body #categories .overlay a,
#theme-two:checked ~ #pg-body #gallery article figure label h5,
#theme-two:checked ~ #pg-body #gallery article figure figcaption
{
color: #feb570
}
#theme-two:checked ~ #pg-body #categories .overlay a span{border-color: #feb570}
#theme-two:checked ~ #pg-body #slide-1-radio:checked ~ .slides .slide:first-child,
#theme-two:checked ~ #pg-body #slide-2-radio:checked ~ .slides .slide:nth-child(2),
#theme-two:checked ~ #pg-body #slide-3-radio:checked ~ .slides .slide:last-child
{
box-shadow: 0 1px 20px #fff
}
#theme-two:checked ~ #pg-body #about-temple .book-now,
#theme-two:checked ~ #pg-body #history-tem
{
background-color: #6b2906
}
#theme-two:checked ~ #pg-body #temple-slider .arrow label i
{
background-color: rgba(254,181,112,.8)
}
#theme-two:checked ~ #pg-body #about-temple .book-now h3,
#theme-two:checked ~ #pg-body #history-tem h3
{
color: #fff
}
#theme-two:checked ~ #pg-body #about-temple .book-now a:hover{color: #6b2906}
#theme-two:checked ~ #pg-body #news .container .articles article .art-cont time
{
background-color: #FD8E24
}
#theme-two:checked ~ #pg-body #social-update,
#theme-two:checked ~ #pg-body #about-trust,
#theme-two:checked ~ #pg-body #message
{
background-color: #1c1210
}
#theme-two:checked ~ #pg-body #social-update .art-page
{
background-color: rgba(15,1,0,.98)
}
#theme-two:checked ~ #pg-body #social-update .article-cont{height: 198px}
#theme-two:checked ~ #pg-body #social-update #read-more:checked ~ .article-cont
{
height: 915px
}
#theme-two:checked ~ #pg-body #social-update .row{margin: 30px 0}
#theme-two:checked ~ #pg-body #social-update .row article:before,
#theme-two:checked ~ #pg-body #social-update .row article:after
{
content: "";
display: block;
position: absolute;
top: 3px;
bottom: 3px;
right: 10px;
left: 10px;
z-index: -1;
box-shadow: 0 0 20px #f5f5f5;
border-radius: 100px / 10px
}
#theme-two:checked ~ #pg-body #social-update .row article:after
{
width: auto;
background-color: none;
right: 10px;
left: auto;
-webkit-transform: rotate(3deg) skew(8deg);
-ms-transform: rotate(3deg) skew(8deg);
transform: rotate(3deg) skew(8deg)
}
#theme-two:checked ~ #pg-body #social-update .row article > label
{
background-color: rgba(15,1,0,.5);
color: #feb570
}
#theme-two:checked ~ #pg-body #timeline,
#theme-two:checked ~ #pg-body footer .links
{
background-color: #463b37
}
#theme-two:checked ~ #pg-body #gallery .container #gallery-view,
#theme-two:checked ~ #pg-body #contact
{
background-color: rgba(15,1,0,.97)
}
#theme-two:checked ~ #pg-body #gallery #gallery-view .gl-container .gl-slides .gl-slide,
#theme-two:checked ~ #pg-body #gallery #gallery-view .gl-container .gl-thumb label
{
border-color: #f5f5f5
}
#theme-two:checked ~ #pg-body #gl-overview-1:checked ~ .gl-container .gl-thumb label:first-child,
#theme-two:checked ~ #pg-body #gl-overview-2:checked ~ .gl-container .gl-thumb label:nth-child(2),
#theme-two:checked ~ #pg-body #gl-overview-3:checked ~ .gl-container .gl-thumb label:nth-child(3),
#theme-two:checked ~ #pg-body #gl-overview-4:checked ~ .gl-container .gl-thumb label:last-child
{
box-shadow: 0 1px 20px #fff
}
#theme-two:checked ~ #pg-body #gallery #gallery-view .close-gl,
#theme-two:checked ~ #pg-body #social-update .art-page .article-close
{
background-color: #f5f5f5;
color: #0F0100
}
#theme-two:checked ~ #pg-body footer .links ul li a,
#theme-two:checked ~ #pg-body footer .links ul li label,
#theme-two:checked ~ #pg-body footer .links ul li:not(:last-of-type):after,
#theme-two:checked ~ #pg-body footer .links form label
{
color: #b66f31
}
#theme-two:checked ~ #pg-body footer .links form .input-group input[type= "text"]
{
color: #feb570
}
#theme-two:checked ~ #pg-body footer .links form .input-group input[type= "submit"]
{
background-color: #FD8E24
}
#theme-two:checked ~ #pg-body footer .copyright p{color: #f5f5f5}
#theme-two:checked ~ #pg-body footer .copyright .hamada-contact{color: #FD8E24}
#theme-two:checked ~ #pg-body footer .copyright .hamada-contact .hd-contact-links
{
background-color: #463B37;
box-shadow: 0 1px 10px #FD8E24
}
#theme-two:checked ~ #pg-body footer .copyright .hamada-contact .hd-contact-links:before
{
border-color: #463B37 transparent
}
#theme-two:checked ~ #pg-body footer .copyright .hamada-contact .hd-contact-links a
{
color: #feb570
}
#theme-two:checked ~ #pg-body footer .copyright .hamada-contact .hd-contact-links a:hover
{
color: #FD8E24
}
#theme-two:checked ~ #pg-body #contact h3{color: #feb570}
#theme-two:checked ~ #pg-body #contact form input:not(:last-child),
#theme-two:checked ~ #pg-body #contact form textarea
{
background-color: rgba(70,59,55,.8);
color: #feb570
}
#theme-two:checked ~ #pg-body #contact form input:not(:last-child)::-webkit-input-placeholder,
#theme-two:checked ~ #pg-body #contact form textarea::-webkit-input-placeholder,
#theme-two:checked ~ #pg-body footer .links form .input-group input[type= "text"]::-webkit-input-placeholder
{
color: #feb570
}
#theme-two:checked ~ #pg-body #contact form input:not(:last-child)::-moz-placeholder,
#theme-two:checked ~ #pg-body #contact form textarea::-moz-placeholder,
#theme-two:checked ~ #pg-body footer .links form .input-group input[type= "text"]::-moz-placeholder
{
color: #feb570
}
#theme-two:checked ~ #pg-body #contact form input:not(:last-child):-ms-input-placeholder,
#theme-two:checked ~ #pg-body #contact form textarea:-ms-input-placeholder,
#theme-two:checked ~ #pg-body footer .links form .input-group input[type= "text"]:-ms-input-placeholder
{
color: #feb570
}
#theme-two:checked ~ #pg-body #contact form input:not(:last-child):-moz-placeholder,
#theme-two:checked ~ #pg-body #contact form textarea:-moz-input-placeholder,
#theme-two:checked ~ #pg-body footer .links form .input-group input[type= "text"]:-moz-placeholder
{
color: #feb570
}
#theme-two:checked ~ #pg-body #contact form input:last-child
{
background-color: #db7d23;
color: #463B37
}
#theme-two:checked ~ #pg-body #contact form input:last-child:hover
{
background-color: #463B37;
color: #feb570
}
#theme-two:checked ~ #pg-body #contact label
{
background-color: #463B37;
color: #feb570
}
#theme-two:checked ~ #pg-body #back-top{color: #FD8E24}
#theme-two:checked ~ #pg-body #timeline ul li:first-child p:after,
#theme-two:checked ~ #pg-body #timeline ul li:nth-child(3) p:after,
#theme-two:checked ~ #pg-body #timeline ul li:last-child p:after,
#theme-two:checked ~ #pg-body #timeline ul li:nth-child(2) p:after,
#theme-two:checked ~ #pg-body #timeline ul li:nth-child(4) p:after
{
border-color: transparent #463b37
}
/**--------------------------------- End Theme ---------------------------------**/
#contact-overlay, #gallery-overview{display: none}
header
{
width: 100%;
min-height: 60px;
line-height: 60px
}
header .logo{width: 20%}
header .logo h2
{
font-family: lobster;
font-size: 140%;
font-weight: 100;
color: #7ab800;
white-space: nowrap
}
header .main-nav{width: 60%; text-align: center}
/*-- Start Mobile icon --*/
header input[name= "mobile"]{display: none}
header .mobile
{
position: relative;
margin: 20px auto;
display: none
}
header .mobile .mobile-icon
{
width: 25px;
height: 25px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 0)
}
header .mobile .mobile-icon div
{
background-color: #7ab800;
width: 25px;
height: 3px;
border-radius: 100px / 10px;
-webkit-transition: transform .4s ease-in-out;
transition: transform .4s ease-in-out;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center
}
header .mobile .mobile-icon div:not(:last-of-type){margin-bottom: 2px}
header .mobile .mobile-icon label
{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
#mobile-menu:checked ~ .mobile .mobile-icon div:first-of-type
{
-webkit-transform: rotateZ(55deg) translateY(4px);
-ms-transform: rotate(55deg) translateY(4px);
transform: rotateZ(55deg) translateY(4px);
background-color: #f00
}
#mobile-menu:checked ~ .mobile .mobile-icon div:nth-of-type(2){display: none}
#mobile-menu:checked ~ .mobile .mobile-icon div:last-of-type
{
-webkit-transform: rotateZ(-55deg) translateY(-4px);
-ms-transform: rotateZ(-55deg) translateY(-4px);
transform: rotateZ(-55deg) translateY(-4px);
background-color: #f00
}
/*-- End Mobile icon --*/
header .main-nav ul li
{
display: inline-block;
text-transform: capitalize;
padding:0 7px;
font-size: 80%;
font-weight:600;
}
header .main-nav ul li a,
header .main-nav ul li label
{
display: block;
color: #797979;
cursor: pointer;
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
header .main-nav ul li a:hover,
header .main-nav ul li label:hover
{
color: #7ab800;
-webkit-transform: translateY(-4px);
-ms-transform: translateY(-4px);
transform: translateY(-4px);
-webkit-transition: transform .5s ease-in-out, color .5s;
transition: transform .5s ease-in-out, color .5s
}
.tooltip-cont{position: relative}
.tooltip-cont .tooltip
{
width: 100px;
display: block;
position: absolute;
top: 40px;
left: -25px;
z-index: 1;
background-color: #7ab800;
color: #fff;
text-align: center;
text-transform: uppercase;
font-size: 75%;
padding: 10px 2px;
border-radius: 2px;
line-height: 0;
-webkit-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
}
.tooltip-cont .tooltip:before
{
content: "";
display: block;
position: absolute;
top: -6px;
left: 50px;
border-width: 0 6px 6px 6px;
border-style: solid;
border-color: #7ab800 transparent;
margin-left: -3px
}
.tooltip-cont:hover .tooltip
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .5s linear;
-ms-transition: transform .5s linear;
transition: transform .5s linear
}
header section:last-of-type
{
width: 20%;
text-transform: uppercase;
color: #aeaeae;
font-size: 90%;
white-space: nowrap;
margin: auto;
position: relative
}
header section:last-of-type i
{
font-size: 170%;
position: absolute;
top: 22px;
right: 40px;
-webkit-transition: color .5s;
transition: color .5s
}
header section:last-of-type:hover i
{
color: #7ab800;
-webkit-transition: color .5s;
transition: color .5s
}
header section:last-of-type span
{
display: block;
width: 100%;
position: absolute;
top: 61px;
left: 0;
z-index: 100;
background-color: #7ab800;
color: #fff;
text-align: center;
-webkit-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
-webkit-transition: transform .7s ease-out;
transition: transform .7s ease-out
}
header section:last-of-type:hover span
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .7s ease-out;
transition: transform .7s ease-out
}
header section:last-of-type span:before
{
content: "";
display: block;
position: absolute;
top: -10px;
right: 30px;
border-width: 0 10px 10px 10px;
border-style: solid;
border-color: #7ab800 transparent
}
/*------------------------------------------------------------
#End Header Rules
------------------------------------------------------------*/
/*------------------------------------------------------------
#Start Banner Rules
------------------------------------------------------------*/
#banner
{
width: 100%;
height: 600px; /* fullback for browser that not support vw & vh */
height: 100vh;
background: #838fb1 url('../img/banner-1.jpg') no-repeat fixed 50% 50%;
background-size: 100% 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-animation: change-bg 120s linear infinite;
-ms-animation: change-bg 120s linear infinite;
animation: change-bg 120s linear infinite
}
#banner main{text-align: center; color: #fff}
#banner main h1
{
text-align: center;
font-family: DaysOne-Regular, sans-serif;
font-size: 225%;
margin-bottom: 5px
}
#banner main p{color: #fff}
#banner main h1 span{color: #ccff00}
#banner main a
{
display: block;
background-color: #fff;
color: #000;
width: 120px;
height: 40px;
text-transform: uppercase;
text-align: center;
font-size: 75%;
font-weight: 600;
margin: 15px auto 0;
line-height: 40px;
position: relative;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: color .5s;
transition: color .5s
}
#banner main a:after
{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
background-color: #7ab800;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%
}
#banner main a:hover{color: #fff}
#banner main a:hover:after
{
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition: transform .5s;
transition: transform .5s
}
/*------------------------------------------------------------
#End Banner Rules
------------------------------------------------------------*/
/*------------------------------------------------------------
#Start Categories Rules
------------------------------------------------------------*/
#categories
{
width: 100%;
height: auto;
position: relative;
top: -70px
}
#categories .container{width: 80%}
#categories article:first-of-type,
#categories article:nth-of-type(2),
#categories article:nth-of-type(3)
{
width: 33.33333333%;
height: 250px;
position: relative;
overflow: hidden
}
#categories article:nth-of-type(4),
#categories article:last-of-type
{
width: 50%;
height: 180px;
position: relative;
overflow: hidden
}
#categories article img
{
-webkit-transition: transform 1s ease-in-out;
transition: transform 1s ease-in-out
}
#categories article:hover img
{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: transform 1s ease-in-out;
transition: transform 1s ease-in-out
}
#categories .overlay
{
width: 100%;
height: 0;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,.1);
color: #fefefe;
text-align: center;
text-transform: uppercase
}
#categories article:hover .overlay
{
height: 100%;
-webkit-transition: height .5s ease-in-out;
transition: height .5s ease-in-out
}
#categories .overlay h3
{
/*width: 50%;*/
color: #fff;
position: absolute;
top: 50%;
left: 0;
transform: translate(-50%, -50%);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
font-size: 110%;
font-weight: 100;
white-space: nowrap
}
#categories article:hover .overlay h3
{
left: 50%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transition: all .5s linear .5s;
transition: all .5s linear .5s
}
#categories .overlay a
{
display: block;
position: absolute;
bottom: 7%;
right: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
color: #fefefe;
font-size: 90%
}
#categories article:hover .overlay a
{
right: 3%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transition: all .5s linear .5s;
transition: all .5s linear .5s
}
#categories .overlay a span
{
display: inline-block;
width: 30px;
border-top: 1px solid #fefefe;
margin: 0 5px 3px 0
}
/*------------------------------------------------------------
#End Categories Rules
------------------------------------------------------------*/
/*------------------------------------------------------------
#start About Temple Rules
-------------------------------------------------------------*/
#about-temple
{
width: 100%;
height: auto;
text-align: center
}
#about-temple p
{
padding: 0 15%;
line-height: 150%;
font-size: 90%;
color: #818282
}
#about-temple p + a
{
display: block;
color: #4a4a4a;
font-family: Georgia, serif;
margin: 10px 0 70px
}
/**-------------- Start Temple Slider ---------------**/
#temple-slider
{
width: 90%;
height: 250px;
position: relative;
margin: auto
}
#temple-slider input{display: none}
#temple-slider .slides
{
position:absolute;
width: 100%;
height: 250px
}
#temple-slider .slides .slide
{
width: 33.33333333%;
height: 100%;
float: left;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
filter: alpha(opacity=70); /* IE 5-7 */
-moz-opacity: .7; /* Netscape */
-khtml-opacity: .7; /* Safari 1.x */
opacity: .7
}
#temple-slider .arrow label
{
display: inline-block;
position: absolute;
top: 50%;
left: 0;
z-index: 0;
width: 100px;
height: 45px;
margin-top: -22.5px;
text-align: center;
display: none;
}
#temple-slider .next-arrow label{right: 0; left: auto}
#temple-slider .arrow label:hover .thumb
{
-webkit-transform: rotateY(0);
-ms-transform: rotateY(0);
transform: rotateY(0);
-webkit-transition: transform .5s ease-in;
transition: transform .5s ease-in
}
#temple-slider .arrow label i
{
display: block;
width: 40%;
height: 45px;
background-color: rgba(122,184,0,.8);
color: #fff;
line-height: 45px
}
#temple-slider .arrow label .thumb
{
display: block;
width:60%;
height: 45px
}
#temple-slider .prev-arrow label i{float: left}
#temple-slider .prev-arrow label .thumb
{
float: right;
-webkit-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
#temple-slider .next-arrow label i{float: right}
#temple-slider .next-arrow label .thumb
{
float: left;
-webkit-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}
#slide-1-radio:checked ~ .slides .slide:first-child
{
position: relative;
z-index: 1;
box-shadow: 0 1px 20px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transform: translateX(100%) scale(1.2);
-ms-transform: translateX(100%) scale(1.2);
transform: translateX(100%) scale(1.2);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#slide-1-radio:checked ~ .slides .slide:nth-child(2)
{
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#slide-1-radio:checked ~ .prev-arrow #prev-3-arrow,
#slide-1-radio:checked ~ .next-arrow #next-2-arrow
{
display: inline-block
}
#slide-2-radio:checked ~ .slides .slide:nth-child(2)
{
position: relative;
z-index: 1;
transform: ;
box-shadow: 0 1px 20px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transform: translateX(0) scale(1.2);
-ms-transform: translateX(0) scale(1.2);
transform: translateX(0) scale(1.2);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#slide-2-radio:checked ~ .slides .slide:first-child
{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#slide-2-radio:checked ~ .prev-arrow #prev-1-arrow,
#slide-2-radio:checked ~ .next-arrow #next-3-arrow
{
display: inline-block
}
#slide-3-radio:checked ~ .slides .slide:last-child
{
position: relative;
z-index: 1;
box-shadow: 0 1px 20px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transform: translateX(-100%) scale(1.2);
-ms-transform: translateX(-100%) scale(1.2);
transform: translateX(-100%) scale(1.2);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#slide-3-radio:checked ~ .slides .slide:nth-child(2)
{
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#slide-3-radio:checked ~ .prev-arrow #prev-2-arrow,
#slide-3-radio:checked ~ .next-arrow #next-1-arrow
{
display: inline-block
}
/**-------------- End Temple Slider ---------------**/
#about-temple .book-now
{
width: 100%;
height: auto;
background-color: #0085c3;
padding: 50px 0 70px
}
#about-temple .book-now h3
{
font-family: 'Montserrat', sans-serif;
font-size: 175%;
color: #fff
}
#about-temple .book-now a
{
display: inline-block;
background-color: transparent;
color: #fff;
border: 2px solid #fff;
text-transform: uppercase;
vertical-align: middle;
width: 120px;
height: 40px;
line-height: 40px;
margin-top: 10px;
position: relative;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition: color .5s;
transition: color .5s
}
#about-temple .book-now a:before
{
content: "";
position:absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: -1;
background-color: #fff;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%
}
#about-temple .book-now a:hover:before
{
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#about-temple .book-now a:hover
{
color: #0085c3;
-webkit-transition: color .5s;
transition: color .5s
}
/*------------------------------------------------------------
#End About Temple Rules
-------------------------------------------------------------*/
/*------------------------------------------------------------
#Start Location Rules
-------------------------------------------------------------*/
#location
{
width: 100%;
height: auto;
text-align: center;
padding-top: 50px;
}
#location iframe
{
display: block;
width: 100%;
height:500px;
padding: 4px;
background-color: #fff;
border: 1px solid #ececec;
position: relative
}
/*------------------------------------------------------------
#End Location Rules
-------------------------------------------------------------*/
/*------------------------------------------------------------
#Start News
-------------------------------------------------------------*/
#news
{
width: 100%;
height: auto;
text-align: center;
padding-top: 50px
}
#news .container
{
width: 80%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap
}
#news .container .articles
{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
#news .container .articles article
{
flex-basis: 31%;
min-width: 250px;
margin-bottom: 20px;
box-shadow: 1px 0 4px #777
}
#news .container .articles article figure{height: 200px}
#news .container .articles article .art-cont .date
{
width: 20%;
height: 90px;
position: relative
}
#news .container .articles article .art-cont time
{
width: 112px;
display: block;
background-color: #7ab800;
color: #fff;
position: absolute;
left: -37px;
bottom: 36px;
padding: 10px;
white-space: nowrap;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg)
}
#news .container .articles article .art-cont .art-text
{
width: 80%;
text-align: left;
padding: 10px 0 15px 5%
}
#news .articles article .art-text h4
{
font-family: 'Montserrat', sans-serif;
color: #4a4a4a;
font-size: 92%;
font-weight: 700
}
#news .articles article .art-text p{font-size: 85%; color: #3a3c3c}
/*------------------------------------------------------------
#End News Rules
-------------------------------------------------------------*/
/*------------------------------------------------------------
#Start Social Update Rules
-------------------------------------------------------------*/
#social-update
{
width: 100%;
height: auto;
background-color: #f5f5f5;
text-align: center;
padding-top: 50px
}
#social-update .container{width: 80%}
#social-update input[type= "checkbox"]{display: none}
#social-update .article-cont
{
height: 170px;
overflow: hidden;
margin-bottom: 20px;
-webkit-transition: height 1s linear;
transition: height 1s linear
}
#social-update .row
{
width: 100%;
min-height: 150px;
margin-bottom: 20px
}
#social-update .row article
{
width: 49%;
height: 150px;
position: relative;
z-index: 100
}
#social-update .row article:after
{
content: "";
display: block;
width: 50%;
background-color: #777;
position: absolute;
top: 80%;
right: 5px;
bottom: 10px;
z-index: -1;
box-shadow: 0 15px 10px #888;
-webkit-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg)
}
#social-update .row article + article{margin-left: 2%}
#social-update article .img-holder{width: 50%; height: 150px}
#social-update article .post
{
width: 50%;
background-color: #fff;
height: 150px;
text-align: left;
padding: 0 3%
}
#social-update article .post h4
{
font-family: 'Montserrat', sans-serif;
color: #4a4a4a;
font-size: 92%;
font-weight: 700;
padding-top: 12px
}
#social-update article .post p,
#social-update article .post time
{
font-size: 85%;
color: #3a3c3c;
line-height: 150%
}
#social-update article .post time
{
display: block;
font-size: 75%;
font-weight: 600;
padding-top: 10px
}
#social-update .row article > label
{
position: absolute;
top: 0;
left: 0;
height: 0;
width: 100%;
line-height: 170px;
background-color: rgba(0,0,0,.7);
color: #fff;
text-align: center;
cursor: pointer
}
#social-update .row article:hover > label
{
height: 100%;
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out
}
#social-update .row article > label i
{
font-size: 250%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0)
}
#social-update .row article:hover > label i
{
-webkit-animation: link .6s ease-in-out forwards;
animation: link .6s ease-in-out forwards;
-webkit-animation-delay: .6s;
animation-delay: .6s
}
.more, .less
{
display: block;
font-family: Georgia, serif;
color: #4a4a4a;
padding: 10px 0 20px;
cursor: pointer
}
.more i,
.less i,
#about-trust article .post label i
{
display: block;
font-size: 160%;
margin-top: 10px;
}
.less{display: none}
.less i{margin: 0 0 10px}
#read-more:checked ~ .article-cont
{
height: 875px;
-webkit-transition: height 1s linear;
transition: height 1s linear
}
#read-more:checked ~ .article-cont + .more{display: none}
#read-more:checked ~ .article-cont + .more + .less{display: block}
#social-update .art-page
{
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%; /* Fullback For Browser That Not Support vw & vh */
width: 100vw;
height: 100%; /* Fullback For Browser That Not Support vw & vh */
height: 100vh;
background-color: rgba(241,238,221, .98);
overflow: auto;
-webkit-transform: translateY(-300%);
-ms-transform: translateY(-300%);
transform: translateY(-300%)
}
#social-update .art-page .article-container
{
width: 60%;
height: auto;
margin: auto;
padding: 50px 0
}
#social-update .art-page h3{color: #7db908; padding-bottom: 8%}
#social-update .art-page figure
{
max-width: 300px;
float: left;
shape-outside: border-box;
padding: 0 2% 2% 0
}
#social-update .art-page p{text-align: justify}
#social-update .art-page .article-close
{
position: absolute;
top: 3%;
right: 5%;
background-color: #7db908;
width: 20px;
height: 20px;
border-radius: 50%;
text-align: center;
line-height: 20px;
color: rgb(241,238,221);
cursor: pointer
}
#article-pg:checked ~ .art-page
{
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: transform 1s linear;
transition: transform 1s linear
}
/*------------------------------------------------------------
#End Social Update Rules
-------------------------------------------------------------*/
/*------------------------------------------------------------
#Start Timeline Rules
------------------------------------------------------------*/
#timeline
{
width: 100%;
min-height: 350px;
background-color: #222223;
padding: 20px 1%
}
#timeline h4, #timeline h3{text-align: center}
#timeline h3{color: #fff}
#timeline ul
{
border-top: 1px solid transparent;
border-top-color: #7ab800; /* fullback for browser that not support linear gradient */
-webkit-border-image: -webkit-linear-gradient(
left,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
-moz-border-image: -moz-linear-gradient(
left,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
-ms-border-image: -ms-linear-gradient(
left,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
-o-border-image: -o-linear-gradient(
left,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
border-image: linear-gradient(
left,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
border-image-slice: 1;
position: relative;
top: 70px
}
#timeline ul li:after
{
content: "\2713";
font-family: fontawesome;
display:block;
width: 35px;
height: 35px;
border-radius: 50%;
font-weight: 100;
font-size: 90%;
line-height:35px;
text-align: center;
background-color: #7ab800;
color: #fff;
position:absolute
}
#timeline ul li:first-child:after
{
left: 11%;
top: -18px;
}
#timeline ul li:nth-child(2):after
{
background-color: #0085c3;
left: 31%;
top: -18px;
}
#timeline ul li:nth-child(3):after
{
content: "\f11d";
background-color: #f2af00;
left: 51%;
top: -18px;
}
#timeline ul li:nth-child(4):after
{
content: "\f11d";
background-color: #ce1126;
left: 71%;
top: -18px
}
#timeline ul li:last-child:after
{
content: "\f11d";
background-color: #6e2585;
left: 88%;
top: -18px
}
#timeline ul li p
{
width: 15%;
text-transform: capitalize;
line-height: 150%;
font-size: 80%;
font-family: 'Montserrat', sans-serif;
position: absolute;
top: 22px
}
#timeline ul li:first-child p
{
left: 11%;
color: #7ab800
}
#timeline ul li:nth-child(2) p
{
left: 31%;
color: #0085c3
}
#timeline ul li:nth-child(3) p
{
left: 51%;
color: #f2af00
}
#timeline ul li:nth-child(4) p
{
left: 71%;
color: #ce1126
}
#timeline ul li:last-child p
{
left: 88%;
color: #6e2585
}
#timeline ul li:not(:last-of-type) p span{display: block}
#timeline ul li:last-of-type p{width: 12%}
#timeline ul li:last-of-type p time{display: block; white-space: nowrap}
/*-----------------------------------------------------------
#End Timeline Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start About Trust Rules
-----------------------------------------------------------*/
#about-trust
{
width: 100%;
height: auto;
text-align: center;
background-color: #f5f5f5;
padding: 30px 0
}
#about-trust .container{width: 80%}
#about-trust article
{
margin: auto;
background-color: #fff;
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-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch
}
#about-trust article figure
{
width: 65%; /* fullback for browser that not support flex basis */
-webkit-flex-basis: 65%;
-ms-flex-preferred-size: 65%;
flex-basis: 65%
}
#about-trust article .post
{
width: 35%; /* fullback for browser that not support flex basis */
-webkit-flex-basis: 35%;
-ms-flex-preferred-size: 35%;
flex-basis: 35%;
color: #4a4a4a;
padding: 30px 0 18px
}
#about-trust article .post input[type= "checkbox"]{display: none}
#about-trust article .post h4
{
color: #4a4a4a;
font-family: 'Montserrat', sans-serif;
font-size: 100%;
font-weight: 700
}
#about-trust article .post .post-cont
{
height: 246px;
overflow: hidden;
padding: 0 8%
}
#about-trust article .post .post-cont p
{
line-height: 150%;
font-size: 90%;
margin-bottom: 4%
}
#about-trust article .post label
{
display: block;
color: #4a4a4a;
font-family: Georgia, serif;
margin-top: 30px;
cursor: pointer
}
#about-trust article .post label:last-of-type{display: none}
#about-trust article .post #more-cont:checked ~ .post-cont
{
overflow-y: scroll
}
#about-trust article .post #more-cont:checked ~ .post-cont + label:first-of-type
{
display: none
}
#about-trust article .post #more-cont:checked ~ label:last-of-type
{
display: block
}
/*-----------------------------------------------------------
#End About Trust Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start History Temple Rules
-----------------------------------------------------------*/
#history-tem
{
width: 100%;
height: auto;
text-align: center;
background-color: #0085c3;
padding: 4% 10%
}
#history-tem h4{color: #fff; font-size: 95%}
#history-tem h3{color: #fff; font-size: 155%}
#history-tem hr{border-top-color: #fff}
#history-tem p{color: #fff}
/*-----------------------------------------------------------
#End History Timple Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start Message Rules
-----------------------------------------------------------*/
#message
{
width: 100%;
height: auto;
background-color: #f5f5f5;
text-align: center;
padding: 4% 16%
}
#message article figure
{
width: 100px;
height: 100px;
padding: 5px;
margin: 0 auto 3%;
border: 1px solid #e2e2e2;
border-radius: 50%;
background-color: #fff
}
#message article figure img{border-radius: 50%}
#message article strong
{
display: block;
color: #363838;
font-weight: 100;
font-family: Georgia, serif;
margin-top: 3%
}
/*-----------------------------------------------------------
#End Message Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start Gallery Rules
-----------------------------------------------------------*/
#gallery
{
width: 100%;
height: auto;
background-color: #f7f7f7;
text-align: center
}
#gallery .container{width: 80%}
#gallery article
{
overflow: hidden;
padding: 5% 0 8%;
margin: auto
}
#gallery article figure
{
width: 22.75%;
min-height: 200px;
background-color: #fff;
position: relative;
z-index: 100
}
#gallery article figure:before
{
content: "";
display: block;
width: 50%;
background-color: #777;
position: absolute;
top: 80%;
left: 5px;
bottom: 10px;
z-index: -1;
box-shadow: 0 15px 10px #888;
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg)
}
#gallery article figure .img-holder
{
height: 200px;
overflow: hidden;
position: relative
}
#gallery article figure .img-holder img
{
-webkit-transition: transform 1s ease-in-out;
transition: transform 1s ease-in-out
}
#gallery article figure:hover .img-holder img
{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: transform 1s ease-in-out;
transition: transform 1s ease-in-out
}
#gallery article figure + figure{margin-left: 3%}
#gallery article figure figcaption
{
background-color: #f5f5f5;
color: #4a4a4a;
text-transform: capitalize;
font-family: 'Montserrat', sans-serif;
font-size: 90%;
padding: 6% 0 4%
}
#gallery article figure label
{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 0;
background-color: rgba(0,0,0,.2);
cursor: pointer;
text-align: center
}
#gallery article figure:hover label
{
height: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transition: height .5s linear, opacity .5s;
transition: height .5s linear, opacity .5s
}
#gallery article figure label h5
{
color: #fefefe;
font-size: 80%;
font-weight: 100;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
margin-top: -7.5px;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
}
#gallery article figure:hover label h5
{
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transition: opacity .5s ease-in-out .4s, transform .5s ease-in-out .4s;
transition: transform .5s ease-in-out .4s, opacity .5s ease-in-out .4s
}
#gallery-view
{
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%; /* Fullback For Browser That Not Support vw & vh */
width: 100vw;
height: 100%; /* Fullback For Browser That Not Support vw & vh */
height: 100vh;
padding-top: 50px;
background-color: rgba(241,238,221, .97);
overflow: auto;
-webkit-transform: translateY(-300%); /* Fullback For Browser That Not Support vw & vh */
-ms-transform: translateY(-300%); /* Fullback For Browser That Not Support vw & vh */
transform: translateY(-300%); /* Fullback For Browser That Not Support vw & vh */
/*-webkit-transform: translateY(-300vh);
-ms-transform: translateY(-300vh);
transform: translateY(-300vh)*/
}
#gallery-view input{display: none}
#gallery-overview:checked ~ #pg-body #gallery .container #gallery-view
{
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: transform .7s ease-in-out;
transition: transform .7s ease-in-out
}
#gallery-view .gl-container
{
width:80%;
height: 100%; /* Fullback For Browser That Not Support vw & vh */
height: 100vh;
margin: auto
}
#gallery-view .gl-container .gl-slides
{
width: 100%;
height: 60%; /* Fullback For Browser That Not Support vw & vh */
height: 60vh;
position: relative
}
#gallery-view .gl-container .gl-slides .gl-slide
{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
border: 10px solid #7AB800;
border-bottom-width: 60px;
border-radius: 4px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
-webkit-transition: opacity .8s ease-in-out;
transition: opacity .8s ease-in-out
}
#gallery-view .gl-container .gl-slides .gl-slide figcaption
{
color: #F1EEDD;
text-transform: capitalize;
font-family: 'Montserrat', sans-serif;
font-size: 90%;
padding-top: 2%
}
#gallery-view .gl-container .gl-thumb{margin-top: 5%}
#gallery-view .gl-container .gl-thumb label
{
display: block;
float: left;
width: 22.75%;
cursor: pointer;
overflow: hidden;
opacity: .6;
border: 3px solid #7AB800;
border-radius: 4px;
text-align: center;
position: relative;
z-index: 0
}
#gallery-view .gl-container .gl-thumb label:not(:last-child){margin-right: 3%}
#gallery-view .gl-container .gl-thumb label img
{
transition: -webkit-transform .5s linear;
transition: transform .5s linear;
transition: transform .5s linear, -webkit-transform .5s linear
}
#gallery-view .gl-container .gl-thumb label:hover img
{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: -webkit-transform .5s linear;
transition: transform .5s linear;
transition: transform .5s linear, -webkit-transform .5s linear
}
#gallery-view .close-gl
{
position: absolute;
top: 3%;
right: 6%;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #7AB800;
color: #F1EEDD;
line-height: 20px;
text-align: center;
cursor: pointer
}
#gl-overview-1:checked ~ .gl-container .gl-slides .gl-slide:first-child
{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
-webkit-transition: opacity .8s ease-in-out;
transition: opacity .8s ease-in-out
}
#gl-overview-1:checked ~ .gl-container .gl-thumb label:first-child
{
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
box-shadow: 0 1px 20px #000
}
#gl-overview-2:checked ~ .gl-container .gl-slides .gl-slide:nth-child(2)
{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
-webkit-transition: opacity .8s ease-in-out;
transition: opacity .8s ease-in-out
}
#gl-overview-2:checked ~ .gl-container .gl-thumb label:nth-child(2)
{
transform: scale(1.3);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
box-shadow: 0 1px 20px #000
}
#gl-overview-3:checked ~ .gl-container .gl-slides .gl-slide:nth-child(3)
{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
-webkit-transition: opacity .8s ease-in-out;
transition: opacity .8s ease-in-out
}
#gl-overview-3:checked ~ .gl-container .gl-thumb label:nth-child(3)
{
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
box-shadow: 0 1px 20px #000
}
#gl-overview-4:checked ~ .gl-container .gl-slides .gl-slide:last-child
{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
-webkit-transition: opacity .8s ease-in-out;
transition: opacity .8s ease-in-out
}
#gl-overview-4:checked ~ .gl-container .gl-thumb label:last-child
{
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
box-shadow: 0 1px 20px #000
}
/*-----------------------------------------------------------
#End Gallery Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start Footer Rules
-----------------------------------------------------------*/
footer{width: 100%; height: auto}
footer .links
{
background-color: #242526;
overflow: hidden;
padding: 2% 0
}
footer .links ul,
footer .links form
{
width: 50%
}
footer .links ul{padding: 0 10% 0 0}
footer .links ul li{float: left; text-transform: uppercase}
footer .links ul li:not(:last-of-type):after
{
content: "/";
padding: 0 10px;
color: #414141
}
footer .links ul li a,
footer .links ul li label
{
color: #414141;
font-size: 70%;
font-weight: 600
}
footer .links ul li a:hover,
footer .links ul li label:hover
{
color: #6c7070
}
footer .links ul .tooltip-cont .tooltip
{
top: -25px;
left: -25px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
text-transform: capitalize;
-webkit-transform: rotateY(0);
-ms-transform: rotateY(0);
transform: rotateY(0)
}
footer .links ul .tooltip-cont:hover .tooltip
{
-webkit-animation: fade-in-out .5s ease-in forwards;
-ms-animation: fade-in-out .5s ease-in forwards;
animation: fade-in-out .5s ease-in forwards
}
footer .links ul .tooltip-cont .tooltip:before
{
border-width: 6px 6px 0 6px;
top: auto;
bottom: -6px
}
footer .links form label,
footer .links form .input-group
{
display: inline-block
}
footer .links form .input-group
{
width: 60%;
white-space: nowrap;
position: relative
}
footer .links form label
{
color: #7d7d7d;
font-size: 70%;
font-weight: 600;
text-transform: uppercase;
padding-right: 1%
}
footer .links form .input-group input[type= "text"]
{
text-transform: uppercase;
font-size: 75%;
padding: 7px 10px;
width: 80%;
height: 35px
}
footer .links form .input-group input[type= "text"]::-webkit-input-placeholder
{
color: #666
}
footer .links form .input-group input[type= "text"]::-moz-placeholder
{
color: #666
}
footer .links form .input-group input[type= "text"]:-ms-input-placeholder
{
color: #666
}
footer .links form .input-group input[type= "text"]:-moz-placeholder
{
color: #666
}
footer .links form .input-group input[type= "submit"]
{
background-color: #7ab800;
color: #fff;
height: 35px;
margin-left: -4px;
padding: 7px 10px;
position: absolute;
bottom: 0;
cursor: pointer;
}
footer .copyright
{
width: 100%;
height: auto;
padding: 15px 0;
text-align: center;
background-color: #181a1b;
color: #454545;
text-transform: uppercase;
font-size: 80%;
font-weight: 600
}
footer .copyright .hamada-contact
{
color: #7ab800;
position: relative;
cursor: pointer
}
footer .copyright .hamada-contact .hd-contact-links
{
display: block;
width: 200px;
background-color: #666;
position: absolute;
top: -45px;
left: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
text-align: center;
background-color: #666;
padding: 10px 0;
margin-left: -50px;
font-size: 150%
}
footer .copyright .hamada-contact:hover .hd-contact-links
{
-webkit-animation: hd-links-fadein .5s linear forwards;
-ms-animation: hd-links-fadein .5s linear forwards;
animation: hd-links-fadein .5s linear forwards
}
footer .copyright .hamada-contact .hd-contact-links:before
{
content: "";
display: block;
position: absolute;
bottom: -8px;
left: 100px;
margin-left: -4px;
border-width: 8px 8px 0 8px;
border-style: solid;
border-color: #666 transparent
}
footer .copyright .hamada-contact .hd-contact-links a
{
color: #afd466;
padding: 0 10px;
-webkit-transition: color .5s;
-ms-transition: color .5s;
transition: color .5s
}
footer .copyright .hamada-contact .hd-contact-links a:hover
{
color: #7AB800;
-webkit-transition: color .5s;
-ms-transition: color .5s;
transition: color .5s
}
/*-----------------------------------------------------------
#End Footer Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start contact Rules
-----------------------------------------------------------*/
#contact
{
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%; /* Fullback For Browser That Not Support vw & vh */
width: 100vw;
height: 100%; /* Fullback For Browser That Not Support vw & vh */
height: 100vh;
background-color: rgba(241,238,221, .97);
text-align: center;
overflow: auto;
-webkit-transform: translateY(-300%); /* Fullback For Browser That Not Support vw & vh */
-ms-transform: translateY(-300%); /* Fullback For Browser That Not Support vw & vh */
transform: translateY(-300%); /* Fullback For Browser That Not Support vw & vh */
/*-webkit-transform: translateY(-300vh);
-ms-transform: translateY(-300vh);
transform: translateY(-300vh)*/
}
#contact .contact-container{position: relative}
#contact h3
{
color: #7AB800;
margin: 40px 0;
font-weight: 600;
}
#contact form{width: 50%; margin: auto}
#contact form input:not(:last-child),
#contact form textarea
{
display: block;
width: 80%;
padding: 10px;
margin: 0 auto 10px;
background-color: rgba(122,184,0, .8);
color: #fff;
text-transform: uppercase
}
#contact form ::-webkit-input-placeholder
{
color: #fff;
font-family: "Arial Rounded MT Bold", arial, sans-serif
}
#contact form ::-moz-placeholder
{
color: #fff;
font-family: "Arial Rounded MT Bold", arial, sans-serif
}
#contact form :-moz-placeholder
{
color: #fff;
font-family: "Arial Rounded MT Bold", arial, sans-serif
}
#contact form :-ms-input-placeholder
{
color: #fff;
font-family: "Arial Rounded MT Bold", arial, sans-serif
}
#contact form textarea
{
height: 150px;
resize: none;
overflow: hidden
}
#contact form input:last-child
{
display: inline-block;
background-color: #7AB800;
color: #fff;
height: 40px;
width: 120px;
vertical-align: middle;
line-height: 40px;
font-size: 110%;
font-family: "Arial Rounded MT Bold", arial, sans-serif;
text-transform: uppercase;
-webkit-transform:translateZ(0);
-ms-transform:translateZ(0);
transform:translateZ(0);
-webkit-transition: color .5s;
transition: color .5s
}
#contact form input:last-child:hover
{
background-color: #fff;
color: #7AB800;
-webkit-transition: background-color .5s, color .5s;
transition: background-color .5s, color .5s
}
#contact label
{
display: block;
position: absolute;
top: -7%;
right: 7%;
width: 20px;
height: 20px;
background-color: #7AB800;
border-radius: 50%;
vertical-align: middle;
line-height: 20px;
color: #F1EEDD;
cursor: pointer
}
#contact-overlay:checked ~ #pg-body #contact
{
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: transform .5s linear;
transition: transform .5s linear
}
/*-----------------------------------------------------------
#End contact Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start Back To Top
-----------------------------------------------------------*/
#back-top
{
display: block;
position: fixed;
bottom: 5%; /* Fullback For Browser That Not Support vw & vh */
bottom: 5vh;
right: 2%; /* Fullback For Browser That Not Support vw & vh */
right: 2vw;
color: #7ab800;
font-size: 350%;
-webkit-animation: backtop .5s ease-out infinite;
-ms-animation: backtop .5s ease-out infinite;
animation: backtop .5s ease-out infinite
}
/*-----------------------------------------------------------
#End Back To Top
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start Mobile Version
-----------------------------------------------------------*/
/**----------------- Start Media Max 900px ---------------**/
@media screen and (max-width: 900px)
{
header{overflow: visible}
header .container
{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
header .logo,
header .mobile,
header section:last-of-type
{
width: 33.33333333%; /* Fullback For Browser That Not Support flex basis */
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
text-align: center;
margin: 0
}
header .logo
{
-webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
-moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
-ms-flex-order: 1; /* TWEENER - IE 10 */
-webkit-order: 1; /* NEW - Chrome */
order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
header .logo h2{font-size: 120%; text-align: left}
header .mobile
{
display: block;
-webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
-moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
-ms-flex-order: 2; /* TWEENER - IE 10 */
-webkit-order: 2; /* NEW - Chrome */
order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
header .main-nav
{
position: absolute;
width: 100%; /* Fullback For Browser That Not Support vw & vh */
width: 100vw;
height: auto;
text-align: center;
left: 0;
top: 60px;
z-index: 0
}
#mobile-menu:checked ~ .main-nav{z-index: 1}
#mobile-menu:checked ~ .main-nav ul{border-top: 3px solid #7DB908}
#mobile-menu:checked ~ .main-nav:before,
#mobile-menu:checked ~ .main-nav:after
{
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid
}
#mobile-menu:checked ~ .main-nav:before
{
top: -15px;
left: 50%;
margin-left: -15px;
border-width: 0 15px 15px;
border-color: #7DB908 transparent;
}
#mobile-menu:checked ~ .main-nav:after
{
top: -11px;
left: 50%;
margin-left: -14px;
border-width: 0 14px 14px;
border-color: rgba(0,0,0,.9) transparent;
}
/*header .main-nav ul
{
-webkit-perspective: 100px;
perspective: 100px
}*/
header .main-nav ul li
{
display:block;
background-color: rgba(0,0,0,.9);
width: 100%
}
header .main-nav ul li a,
header .main-nav ul li label
{
color: #fff
}
header .main-nav ul li
{
-webkit-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top
}
/*header .main-nav ul li:nth-child(odd)
{
-webkit-transform: rotateY(170deg);
-ms-transform: rotateY(170deg);
transform: rotateY(170deg);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left
}*/
#mobile-menu:checked ~ .main-nav ul li:first-child
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear;
transition: transform .3s linear
}
#mobile-menu:checked ~ .main-nav ul li:nth-child(2)
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear .7s;
transition: transform .3s linear .7s
}
#mobile-menu:checked ~ .main-nav ul li:nth-child(3)
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear 1.4s;
transition: transform .3s linear 1.4s
}
#mobile-menu:checked ~ .main-nav ul li:nth-child(4)
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear 2.1s;
transition: transform .3s linear 2.1s
}
#mobile-menu:checked ~ .main-nav ul li:nth-child(5)
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear 2.8s;
transition: transform .3s linear 2.8s
}
#mobile-menu:checked ~ .main-nav ul li:nth-child(6)
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear 3.5s;
transition: transform .3s linear 3.5s
}
#mobile-menu:checked ~ .main-nav ul li:nth-child(7)
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear 4.2s;
transition: transform .3s linear 4.2s
}
#mobile-menu:checked ~ .main-nav ul li:last-child
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear 4.9s;
transition: transform .3s linear 4.9s
}
header section:last-of-type
{
-webkit-box-ordinal-group: 3; /* OLD - iOS 6-, Safari 3.1-6 */
-moz-box-ordinal-group: 3; /* OLD - Firefox 19- */
-ms-flex-order: 3; /* TWEENER - IE 10 */
-webkit-order: 3; /* NEW - Chrome */
order: 3; /* NEW, Spec - Opera 12.1, Firefox 20+ */
font-size: 70%;
text-align: right
}
header section:last-of-type i{top: 26px}
header section:last-of-type span
{
width: 200px;
top: 60px;
right: 5px;
left: auto;
}
#news .container .articles
{
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around
}
#social-update article .post h4{font-size: 80%}
#social-update article .post p,
#social-update article .post time
{
font-size: 75%
}
.tooltip-cont .tooltip
{
top: -8px;
left: 50%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
margin-left: -50px;
text-transform: capitalize;
-webkit-transform: rotateY(0);
-ms-transform: rotateY(0);
transform: rotateY(0)
}
.tooltip-cont:hover .tooltip
{
-webkit-animation: fade-in-out-2 .5s ease-in forwards;
-ms-animation: fade-in-out-2 .5s ease-in forwards;
animation: fade-in-out-2 .5s ease-in forwards
}
.tooltip-cont .tooltip:before
{
border-width: 6px 6px 0 6px;
top: auto;
bottom: -6px
}
footer .links ul .tooltip-cont .tooltip
{
top: -25px;
left: 50%;
margin-left: -50px
}
}
/**----------------- End Media Max 900px -----------------**/
/**----------------- Start Media Max 768px ---------------**/
@media screen and (max-width: 768px)
{
h4{font-size: 90%}
h3{font-size: 130%}
header section:last-of-type span{width: 150px; right: 5px}
#banner main h1{font-size: 175%}
#categories .fl-left:first-of-type,
#categories .fl-left:nth-of-type(2),
#categories article:nth-of-type(4),
#categories article:last-of-type
{
width: 50%;
height: 200px;
font-size: 75%
}
#categories article:nth-of-type(3){width: 100%; font-size: 75%}
#about-temple p{text-align: justify}
#about-temple p + a{font-size: 90%}
#temple-slider{width: 100%; height: 175px}
#temple-slider .slides{height: 175px}
#temple-slider .arrow label{width: 80px}
#about-temple .book-now h3{font-size: 130%}
#read-more:checked ~ .article-cont{height: 1705px}
#theme-two:checked ~ #pg-body #social-update .article-cont{height: 207px}
#theme-two:checked ~ #pg-body #social-update #read-more:checked ~ .article-cont
{
height: 1905px;
transition: height 2s linear
}
#theme-two:checked ~ #pg-body #social-update .row article{margin: 38px 0}
#social-update .row{margin-bottom: 0}
#social-update .row article{float: none; width: 100%}
#social-update .row article:nth-child(even):after
{
content: "";
display: block;
width: 50%;
background-color: #777;
position: absolute;
top: 80%;
left: 5px;
right: auto;
bottom: 10px;
z-index: -1;
box-shadow: 0 15px 10px #888;
-webkit-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg)
}
#social-update .row article + article{margin: 20px 0 20px}
#timeline{min-height: 915px; overflow: hidden}
#timeline ul
{
min-height: 915px;
border-top: 0;
border-left: 1px solid transparent;
border-left-color: #7ab800; /* Fullback For Browser That Not Support vw & vh */
-webkit-border-image: -webkit-linear-gradient(
top,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
-moz-border-image: -moz-linear-gradient(
top,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
-ms-border-image: -ms-linear-gradient(
top,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
-o-border-image: -o-linear-gradient(
top,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
border-image: linear-gradient(
top,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
border-image-slice: 1;
top: 20%;
left: 50%
}
#timeline ul li:first-child:after,
#timeline ul li:nth-child(2):after,
#timeline ul li:nth-child(3):after,
#timeline ul li:nth-child(4):after,
#timeline ul li:last-child:after
{
left: -18px;
}
#timeline ul li:first-child:after,
#timeline ul li:first-child p
{
top: 11%
}
#timeline ul li:nth-child(2):after,
#timeline ul li:nth-child(2) p
{
top: 31%
}
#timeline ul li:nth-child(3):after,
#timeline ul li:nth-child(3) p
{
top: 51%
}
#timeline ul li:nth-child(4):after,
#timeline ul li:nth-child(4) p
{
top: 71%
}
#timeline ul li:last-child:after,
#timeline ul li:last-child p
{
top: 88%
}
#timeline ul li p,
#timeline ul li:last-of-type p
{
width: 140px;
padding: 10px
}
#timeline ul li:first-child p,
#timeline ul li:nth-child(2) p,
#timeline ul li:nth-child(3) p,
#timeline ul li:nth-child(4) p,
#timeline ul li:last-child p
{
left: 0;
border: 1px solid transparent
}
#timeline ul li:first-child p{ border-color: #7ab800}
#timeline ul li:nth-child(2) p{ border-color: #0085c3}
#timeline ul li:nth-child(3) p{ border-color: #f2af00}
#timeline ul li:nth-child(4) p{ border-color: #ce1126}
#timeline ul li:last-child p{ border-color: #6e2585}
#timeline ul li:first-child p,
#timeline ul li:nth-child(3) p,
#timeline ul li:last-child p
{
left: 30px
}
#timeline ul li:nth-child(2) p,
#timeline ul li:nth-child(4) p
{
left: -171px
}
#timeline ul li:first-child p:before,
#timeline ul li:first-child p:after,
#timeline ul li:nth-child(2) p:before,
#timeline ul li:nth-child(2) p:after,
#timeline ul li:nth-child(3) p:before,
#timeline ul li:nth-child(3) p:after,
#timeline ul li:nth-child(4) p:before,
#timeline ul li:nth-child(4) p:after,
#timeline ul li:last-child p:before,
#timeline ul li:last-child p:after
{
content: "";
display: block;
width: 0 ;
height: 0;
position: absolute;
border-style: solid;
}
#timeline ul li:first-child p:before,
#timeline ul li:nth-child(3) p:before,
#timeline ul li:last-child p:before
{
border-width: 11px 11px 11px 0 ;
}
#timeline ul li:nth-child(2) p:before,
#timeline ul li:nth-child(4) p:before
{
border-width: 11px 0 11px 11px
}
#timeline ul li:first-child p:after,
#timeline ul li:nth-child(3) p:after,
#timeline ul li:last-child p:after
{
border-width: 10px 10px 10px 0
}
#timeline ul li:nth-child(2) p:after,
#timeline ul li:nth-child(4) p:after
{
border-width: 10px 0 10px 10px
}
#timeline ul li:first-child p:before
{
border-color: transparent #7ab800 transparent transparent;
top: 5px;
left: -11px
}
#timeline ul li:nth-child(2) p:before
{
border-color: transparent transparent transparent #0085c3;
top: 5px;
right: -11px
}
#timeline ul li:nth-child(3) p:before
{
border-color: transparent #f2af00 transparent transparent;
top: 5px;
left: -11px
}
#timeline ul li:nth-child(4) p:before
{
border-color: transparent transparent transparent #ce1126;
top: 5px;
right: -11px
}
#timeline ul li:last-child p:before
{
border-color: transparent #6e2585 transparent transparent;
top: 5px;
left: -11px
}
#timeline ul li:first-child p:after,
#timeline ul li:nth-child(3) p:after,
#timeline ul li:last-child p:after
{
border-color: transparent #222223;
top: 6px;
left: -9px
}
#timeline ul li:nth-child(2) p:after,
#timeline ul li:nth-child(4) p:after
{
border-color: transparent #222223;
top: 6px;
right: -9px
}
#about-trust .container,
#gallery .container
{
width: 60%
}
#about-trust article .post .post-cont p{text-align: justify}
#about-trust article{flex-wrap: wrap}
#about-trust article figure,
#about-trust article .post
{
width: 100%; /* fullback for browser that not support flexbasis */
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%
}
#gallery article figure
{
float: none;
width: 100%;
background-color: #f5f5f5;
position: relative;
z-index: 99
}
#gallery article figure:nth-child(odd):before
{
content: "";
display: block;
width: 50%;
background-color: #777;
position: absolute;
top: 80%;
left: 5px;
bottom: 10px;
z-index: -1;
box-shadow: 0 15px 10px #888;
-webkit-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg)
}
#gallery article figure:nth-child(even):before
{
content: "";
display: block;
width: 50%;
background-color: #777;
position: absolute;
top: 80%;
right: 5px;
left: auto;
bottom: 10px;
z-index: -1;
box-shadow: 0 15px 10px #888;
-webkit-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg)
}
#gallery article figure + figure{margin: 20px 0 0}
#gallery article figure figcaption
{
background-color: #fff;
margin-top: 0;
padding: 2% 0
}
footer .links{padding: 0}
footer .links ul{float: none; width: 100%}
footer .links ul
{
overflow: auto;
padding: 30px 0;
text-align: center;
white-space: nowrap
}
footer .links ul li{float: none; display: inline-block}
footer .links ul li:not(:last-of-type):after{content: ""}
footer .links form
{
float: none;
width: 60%;
white-space: nowrap;
padding: 20px 0;
margin: auto
}
footer .links form .input-group{display:block; width: 100%}
footer .links form .input-group input[type= "submit"]{width: 20%}
footer .copyright p{font-size: 75%}
#contact form{width: 80%}
}
/**----------------- End Media Max 768px -----------------**/
/**----------------- Start Media Max 480px -----------------**/
@media screen and (max-width: 480px)
{
header .container
{
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
header .logo
{
width: 50%; /* fullback for browser that not support flex basis */
flex-basis: 50%;
order: 1
}
header .logo h2{font-size: 100%}
header .mobile
{
width: 100%; /* fullback for browser that not support flex basis */
flex-basis: 100%;
height: 60px;
order: 3
}
header .main-nav{top: 120px}
header section:last-of-type
{
width: 50%; /* fullback for browser that not support flex basis */
flex-basis: 50%;
position: static;
font-size: 70%;
order: 2
}
header section:last-of-type span
{
height: 40px;
top: 13px;
width: 100px;
right: 64px;
left: auto;
transform: none;
border-radius: 2px;
line-height: 40px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
}
header section:last-of-type:hover span
{
-webkit-transition: right .6s;
transition: right .6s;
-webkit-animation: fadein .6s ease-in forwards;
-ms-animation: fadein .6s ease-in forwards;
animation: fadein .6s ease-in forwards
}
header section:last-of-type span:before
{
top: 10px;
right: -6px;
border-width: 6px 0 6px 6px;
border-color: transparent transparent transparent #7ab800
}
#theme-two:checked ~ #pg-body header section:last-of-type span:before
{
border-color: transparent transparent transparent #FD8E24
}
#categories .overlay h3{font-size: 90%}
#timeline ul li p{font-size: 65%}
#timeline ul li p,
#timeline ul li:last-of-type p
{
width: 100px
}
#timeline ul li:nth-child(2) p,
#timeline ul li:nth-child(4) p
{
left: -131px
}
#social-update article .post h4{font-size: 67%}
#social-update article .post p,
#social-update article .post time
{
font-size: 70%
}
#social-update article .post time{padding-top: 5%}
#about-trust .container{width: 80%}
}
/**----------------- End Media Max 480px -----------------**/
/*-----------------------------------------------------------
#End Mobile Version
-----------------------------------------------------------*/
|
css/main.css
|
#Start General Rules
------------------------------------------------------------*/
*
{
margin: 0;
padding: 0;
border: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box
}
@font-face
{
font-family: Lobster;
src: url('../fonts/Lobster-Regular.ttf')
}
@font-face
{
font-family: DaysOne-Regular;
src: url('../fonts/DaysOne-Regular.ttf')
}
@font-face
{
font-family: Montserrat;
src: url('../fonts/Montserrat-Regular.ttf')
}
body
{
background-color: #fff;
font-family: arial, sans-serif;
overflow-x: hidden
}
.container
{
width: 96%;
margin: auto;
height: inherit
}
ul{list-style-type:none}
a{text-decoration: none}
img
{
display: block;
width: 100%;
max-width: 100%;
height: 100%
}
h4
{
color: #7db908;
font-family: Georgia, serif;
font-weight: 100;
font-size: 120%;
text-transform: capitalize;
margin-bottom: 5px
}
h3
{
color: #4a4a4a;
font-family: 'Montserrat', sans-serif;
font-size: 150%;
font-weight: 100;
text-transform: capitalize
}
p
{
font-size: 90%;
line-height: 150%;
color: #666767
}
hr
{
width: 50px;
border-top: 2px solid #92c52f;
margin: 30px auto
}
/*------------------------------------------------------------
#End General Rules
------------------------------------------------------------*/
/*------------------------------------------------------------
#Start Header Rules
------------------------------------------------------------*/
/**--------------------------------- Start Theme ---------------------------------**/
#color
{
width: 70px;
height: 30px;
position: fixed;
top: 15%;
right: -44px;
z-index: 1000;
background-color: rgba(255,255,255,.7);
-webkit-transition: right .5s linear;
transition: right .5s linear;
box-shadow: 0 1px 20px #000
}
#color:before,
#color:after
{
content: "";
display: block;
width: 6px;
height: 6px;
border-radius: 0 100% 100% 100%;
background-color: #7ab800;
position: absolute;
bottom: -7px;
right: 62px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: tear 4s linear infinite;
-ms-animation: tear 4s linear infinite;
animation: tear 4s linear infinite
}
#color:after
{
-webkit-animation-delay: 2s;
-ms-animation-delay: 2s;
animation-delay: 2s;
background-color: #db7d23}
#color:hover
{
right: 0;
-webkit-transition: right .5s linear;
transition: right .5s linear
}
input[name= "theme"]{display: none}
#color img
{
display: inline-block;
width: 26px;
height: 100%;
-webkit-animation: theme 15s linear infinite;
-ms-animation: theme 15s linear infinite;
animation: theme 15s linear infinite
}
#color label
{
display: inline-block;
width: 15px;
height: 15px;
background-color: #7ab800;
margin: 7.5px 0;
cursor: pointer
}
#color label:last-of-type{background-color: #463b37}
#theme-two:checked ~ #color{box-shadow: 0 1px 20px #fff}
#theme-two:checked ~ #pg-body,
#theme-two:checked ~ #pg-body header,
#theme-two:checked ~ #pg-body footer .copyright
{
background-color: #0f0100
}
#theme-two:checked ~ #pg-body header .logo h2{color: #463b37}
#theme-two:checked ~ #pg-body header .mobile .mobile-icon div{background-color: #FD8E24}
#theme-two:checked ~ #pg-body #mobile-menu:checked ~ .mobile .mobile-icon div:first-of-type,
#theme-two:checked ~ #pg-body #mobile-menu:checked ~ .mobile .mobile-icon div:last-of-type
{
background-color: #f00
}
#theme-two:checked ~ #pg-body header section:last-of-type:hover i{color: #FD8E24}
#theme-two:checked ~ #pg-body header section:last-of-type span{background-color: #FD8E24}
#theme-two:checked ~ #pg-body header section:last-of-type span:before
{
border-color: #FD8E24 transparent
}
#theme-two:checked ~ #pg-body h3{color: #feb570}
#theme-two:checked ~ #pg-body #about-temple p,
#theme-two:checked ~ #pg-body #news p,
#theme-two:checked ~ #pg-body #message p,
#theme-two:checked ~ #pg-body #social-update .art-page p
{
color: #fff
}
#theme-two:checked ~ #pg-body header .main-nav ul li a,
#theme-two:checked ~ #pg-body header .main-nav ul li label,
#theme-two:checked ~ #pg-body header section:last-of-type
{
color: #fff
}
#theme-two:checked ~ #pg-body header .main-nav ul li a:hover,
#theme-two:checked ~ #pg-body header .main-nav ul li label:hover
{
color: #feb570
}
#theme-two:checked ~ #pg-body .tooltip-cont .tooltip{background-color: #FD8E24}
#theme-two:checked ~ #pg-body .tooltip-cont .tooltip:before
{
border-color: #FD8E24 transparent
}
#theme-two:checked ~ #pg-body #banner main h1 span{color: #feb570}
#theme-two:checked ~ #pg-body #banner main a{background-color: #db7d23; color: #463B37}
#theme-two:checked ~ #pg-body #banner main a:hover{color: #db7d23}
#theme-two:checked ~ #pg-body #banner main a:hover:after{background-color: #463B37}
#theme-two:checked ~ #pg-body #categories .overlay,
#theme-two:checked ~ #pg-body #gallery article figure label
{
background-color: rgba(15,1,0,.5)
}
#theme-two:checked ~ #pg-body #categories .overlay h3,
#theme-two:checked ~ #pg-body #categories .overlay a,
#theme-two:checked ~ #pg-body #gallery article figure label h5,
#theme-two:checked ~ #pg-body #gallery article figure figcaption
{
color: #feb570
}
#theme-two:checked ~ #pg-body #categories .overlay a span{border-color: #feb570}
#theme-two:checked ~ #pg-body #slide-1-radio:checked ~ .slides .slide:first-child,
#theme-two:checked ~ #pg-body #slide-2-radio:checked ~ .slides .slide:nth-child(2),
#theme-two:checked ~ #pg-body #slide-3-radio:checked ~ .slides .slide:last-child
{
box-shadow: 0 1px 20px #fff
}
#theme-two:checked ~ #pg-body #about-temple .book-now,
#theme-two:checked ~ #pg-body #history-tem
{
background-color: #6b2906
}
#theme-two:checked ~ #pg-body #temple-slider .arrow label i
{
background-color: rgba(254,181,112,.8)
}
#theme-two:checked ~ #pg-body #about-temple .book-now h3,
#theme-two:checked ~ #pg-body #history-tem h3
{
color: #fff
}
#theme-two:checked ~ #pg-body #about-temple .book-now a:hover{color: #6b2906}
#theme-two:checked ~ #pg-body #news .container .articles article .art-cont time
{
background-color: #FD8E24
}
#theme-two:checked ~ #pg-body #social-update,
#theme-two:checked ~ #pg-body #about-trust,
#theme-two:checked ~ #pg-body #message
{
background-color: #1c1210
}
#theme-two:checked ~ #pg-body #social-update .art-page
{
background-color: rgba(15,1,0,.98)
}
#theme-two:checked ~ #pg-body #social-update .article-cont{height: 198px}
#theme-two:checked ~ #pg-body #social-update #read-more:checked ~ .article-cont
{
height: 915px
}
#theme-two:checked ~ #pg-body #social-update .row{margin: 30px 0}
#theme-two:checked ~ #pg-body #social-update .row article:before,
#theme-two:checked ~ #pg-body #social-update .row article:after
{
content: "";
display: block;
position: absolute;
top: 3px;
bottom: 3px;
right: 10px;
left: 10px;
z-index: -1;
box-shadow: 0 0 20px #f5f5f5;
border-radius: 100px / 10px
}
#theme-two:checked ~ #pg-body #social-update .row article:after
{
width: auto;
background-color: none;
right: 10px;
left: auto;
-webkit-transform: rotate(3deg) skew(8deg);
-ms-transform: rotate(3deg) skew(8deg);
transform: rotate(3deg) skew(8deg)
}
#theme-two:checked ~ #pg-body #social-update .row article > label
{
background-color: rgba(15,1,0,.5);
color: #feb570
}
#theme-two:checked ~ #pg-body #timeline,
#theme-two:checked ~ #pg-body footer .links
{
background-color: #463b37
}
#theme-two:checked ~ #pg-body #gallery .container #gallery-view,
#theme-two:checked ~ #pg-body #contact
{
background-color: rgba(15,1,0,.97)
}
#theme-two:checked ~ #pg-body #gallery #gallery-view .gl-container .gl-slides .gl-slide,
#theme-two:checked ~ #pg-body #gallery #gallery-view .gl-container .gl-thumb label
{
border-color: #f5f5f5
}
#theme-two:checked ~ #pg-body #gl-overview-1:checked ~ .gl-container .gl-thumb label:first-child,
#theme-two:checked ~ #pg-body #gl-overview-2:checked ~ .gl-container .gl-thumb label:nth-child(2),
#theme-two:checked ~ #pg-body #gl-overview-3:checked ~ .gl-container .gl-thumb label:nth-child(3),
#theme-two:checked ~ #pg-body #gl-overview-4:checked ~ .gl-container .gl-thumb label:last-child
{
box-shadow: 0 1px 20px #fff
}
#theme-two:checked ~ #pg-body #gallery #gallery-view .close-gl,
#theme-two:checked ~ #pg-body #social-update .art-page .article-close
{
background-color: #f5f5f5;
color: #0F0100
}
#theme-two:checked ~ #pg-body footer .links ul li a,
#theme-two:checked ~ #pg-body footer .links ul li label,
#theme-two:checked ~ #pg-body footer .links ul li:not(:last-of-type):after,
#theme-two:checked ~ #pg-body footer .links form label
{
color: #b66f31
}
#theme-two:checked ~ #pg-body footer .links form .input-group input[type= "text"]
{
color: #feb570
}
#theme-two:checked ~ #pg-body footer .links form .input-group input[type= "submit"]
{
background-color: #FD8E24
}
#theme-two:checked ~ #pg-body footer .copyright p{color: #f5f5f5}
#theme-two:checked ~ #pg-body footer .copyright .hamada-contact{color: #FD8E24}
#theme-two:checked ~ #pg-body footer .copyright .hamada-contact .hd-contact-links
{
background-color: #463B37;
box-shadow: 0 1px 10px #FD8E24
}
#theme-two:checked ~ #pg-body footer .copyright .hamada-contact .hd-contact-links:before
{
border-color: #463B37 transparent
}
#theme-two:checked ~ #pg-body footer .copyright .hamada-contact .hd-contact-links a
{
color: #feb570
}
#theme-two:checked ~ #pg-body footer .copyright .hamada-contact .hd-contact-links a:hover
{
color: #FD8E24
}
#theme-two:checked ~ #pg-body #contact h3{color: #feb570}
#theme-two:checked ~ #pg-body #contact form input:not(:last-child),
#theme-two:checked ~ #pg-body #contact form textarea
{
background-color: rgba(70,59,55,.8);
color: #feb570
}
#theme-two:checked ~ #pg-body #contact form input:not(:last-child)::-webkit-input-placeholder,
#theme-two:checked ~ #pg-body #contact form textarea::-webkit-input-placeholder,
#theme-two:checked ~ #pg-body footer .links form .input-group input[type= "text"]::-webkit-input-placeholder
{
color: #feb570
}
#theme-two:checked ~ #pg-body #contact form input:not(:last-child)::-moz-placeholder,
#theme-two:checked ~ #pg-body #contact form textarea::-moz-placeholder,
#theme-two:checked ~ #pg-body footer .links form .input-group input[type= "text"]::-moz-placeholder
{
color: #feb570
}
#theme-two:checked ~ #pg-body #contact form input:not(:last-child):-ms-input-placeholder,
#theme-two:checked ~ #pg-body #contact form textarea:-ms-input-placeholder,
#theme-two:checked ~ #pg-body footer .links form .input-group input[type= "text"]:-ms-input-placeholder
{
color: #feb570
}
#theme-two:checked ~ #pg-body #contact form input:not(:last-child):-moz-placeholder,
#theme-two:checked ~ #pg-body #contact form textarea:-moz-input-placeholder,
#theme-two:checked ~ #pg-body footer .links form .input-group input[type= "text"]:-moz-placeholder
{
color: #feb570
}
#theme-two:checked ~ #pg-body #contact form input:last-child
{
background-color: #db7d23;
color: #463B37
}
#theme-two:checked ~ #pg-body #contact form input:last-child:hover
{
background-color: #463B37;
color: #feb570
}
#theme-two:checked ~ #pg-body #contact label
{
background-color: #463B37;
color: #feb570
}
#theme-two:checked ~ #pg-body #back-top{color: #FD8E24}
#theme-two:checked ~ #pg-body #timeline ul li:first-child p:after,
#theme-two:checked ~ #pg-body #timeline ul li:nth-child(3) p:after,
#theme-two:checked ~ #pg-body #timeline ul li:last-child p:after,
#theme-two:checked ~ #pg-body #timeline ul li:nth-child(2) p:after,
#theme-two:checked ~ #pg-body #timeline ul li:nth-child(4) p:after
{
border-color: transparent #463b37
}
/**--------------------------------- End Theme ---------------------------------**/
#contact-overlay, #gallery-overview{display: none}
header
{
width: 100%;
min-height: 60px;
line-height: 60px
}
header .logo{width: 20%}
header .logo h2
{
font-family: lobster;
font-size: 140%;
font-weight: 100;
color: #7ab800;
white-space: nowrap
}
header .main-nav{width: 60%; text-align: center}
/*-- Start Mobile icon --*/
header input[name= "mobile"]{display: none}
header .mobile
{
position: relative;
margin: 20px auto;
display: none
}
header .mobile .mobile-icon
{
width: 25px;
height: 25px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 0)
}
header .mobile .mobile-icon div
{
background-color: #7ab800;
width: 25px;
height: 3px;
border-radius: 100px / 10px;
-webkit-transition: transform .4s ease-in-out;
transition: transform .4s ease-in-out;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center
}
header .mobile .mobile-icon div:not(:last-of-type){margin-bottom: 2px}
header .mobile .mobile-icon label
{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
#mobile-menu:checked ~ .mobile .mobile-icon div:first-of-type
{
-webkit-transform: rotateZ(55deg) translateY(4px);
-ms-transform: rotate(55deg) translateY(4px);
transform: rotateZ(55deg) translateY(4px);
background-color: #f00
}
#mobile-menu:checked ~ .mobile .mobile-icon div:nth-of-type(2){display: none}
#mobile-menu:checked ~ .mobile .mobile-icon div:last-of-type
{
-webkit-transform: rotateZ(-55deg) translateY(-4px);
-ms-transform: rotateZ(-55deg) translateY(-4px);
transform: rotateZ(-55deg) translateY(-4px);
background-color: #f00
}
/*-- End Mobile icon --*/
header .main-nav ul li
{
display: inline-block;
text-transform: capitalize;
padding:0 7px;
font-size: 80%;
font-weight:600;
}
header .main-nav ul li a,
header .main-nav ul li label
{
display: block;
color: #797979;
cursor: pointer;
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
header .main-nav ul li a:hover,
header .main-nav ul li label:hover
{
color: #7ab800;
-webkit-transform: translateY(-4px);
-ms-transform: translateY(-4px);
transform: translateY(-4px);
-webkit-transition: transform .5s ease-in-out, color .5s;
transition: transform .5s ease-in-out, color .5s
}
.tooltip-cont{position: relative}
.tooltip-cont .tooltip
{
width: 100px;
display: block;
position: absolute;
top: 40px;
left: -25px;
z-index: 1;
background-color: #7ab800;
color: #fff;
text-align: center;
text-transform: uppercase;
font-size: 75%;
padding: 10px 2px;
border-radius: 2px;
line-height: 0;
-webkit-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
}
.tooltip-cont .tooltip:before
{
content: "";
display: block;
position: absolute;
top: -6px;
left: 50px;
border-width: 0 6px 6px 6px;
border-style: solid;
border-color: #7ab800 transparent;
margin-left: -3px
}
.tooltip-cont:hover .tooltip
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .5s linear;
-ms-transition: transform .5s linear;
transition: transform .5s linear
}
header section:last-of-type
{
width: 20%;
text-transform: uppercase;
color: #aeaeae;
font-size: 90%;
white-space: nowrap;
margin: auto;
position: relative
}
header section:last-of-type i
{
font-size: 170%;
position: absolute;
top: 22px;
right: 40px;
-webkit-transition: color .5s;
transition: color .5s
}
header section:last-of-type:hover i
{
color: #7ab800;
-webkit-transition: color .5s;
transition: color .5s
}
header section:last-of-type span
{
display: block;
width: 100%;
position: absolute;
top: 61px;
left: 0;
z-index: 100;
background-color: #7ab800;
color: #fff;
text-align: center;
-webkit-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
-webkit-transition: transform .7s ease-out;
transition: transform .7s ease-out
}
header section:last-of-type:hover span
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .7s ease-out;
transition: transform .7s ease-out
}
header section:last-of-type span:before
{
content: "";
display: block;
position: absolute;
top: -10px;
right: 30px;
border-width: 0 10px 10px 10px;
border-style: solid;
border-color: #7ab800 transparent
}
/*------------------------------------------------------------
#End Header Rules
------------------------------------------------------------*/
/*------------------------------------------------------------
#Start Banner Rules
------------------------------------------------------------*/
#banner
{
width: 100%;
height: 600px; /* fullback for browser that not support vw & vh */
height: 100vh;
background: #838fb1 url('../img/banner-1.jpg') no-repeat fixed 50% 50%;
background-size: 100% 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-animation: change-bg 120s linear infinite;
-ms-animation: change-bg 120s linear infinite;
animation: change-bg 120s linear infinite
}
#banner main{text-align: center; color: #fff}
#banner main h1
{
text-align: center;
font-family: DaysOne-Regular, sans-serif;
font-size: 225%;
margin-bottom: 5px
}
#banner main p{color: #fff}
#banner main h1 span{color: #ccff00}
#banner main a
{
display: block;
background-color: #fff;
color: #000;
width: 120px;
height: 40px;
text-transform: uppercase;
text-align: center;
font-size: 75%;
font-weight: 600;
margin: 15px auto 0;
line-height: 40px;
position: relative;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: color .5s;
transition: color .5s
}
#banner main a:after
{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
background-color: #7ab800;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%
}
#banner main a:hover{color: #fff}
#banner main a:hover:after
{
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition: transform .5s;
transition: transform .5s
}
/*------------------------------------------------------------
#End Banner Rules
------------------------------------------------------------*/
/*------------------------------------------------------------
#Start Categories Rules
------------------------------------------------------------*/
#categories
{
width: 100%;
height: auto;
position: relative;
top: -70px
}
#categories .container{width: 80%}
#categories article:first-of-type,
#categories article:nth-of-type(2),
#categories article:nth-of-type(3)
{
width: 33.33333333%;
height: 250px;
position: relative;
overflow: hidden
}
#categories article:nth-of-type(4),
#categories article:last-of-type
{
width: 50%;
height: 180px;
position: relative;
overflow: hidden
}
#categories article img
{
-webkit-transition: transform 1s ease-in-out;
transition: transform 1s ease-in-out
}
#categories article:hover img
{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: transform 1s ease-in-out;
transition: transform 1s ease-in-out
}
#categories .overlay
{
width: 100%;
height: 0;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,.1);
color: #fefefe;
text-align: center;
text-transform: uppercase
}
#categories article:hover .overlay
{
height: 100%;
-webkit-transition: height .5s ease-in-out;
transition: height .5s ease-in-out
}
#categories .overlay h3
{
/*width: 50%;*/
color: #fff;
position: absolute;
top: 50%;
left: 0;
transform: translate(-50%, -50%);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
font-size: 110%;
font-weight: 100;
white-space: nowrap
}
#categories article:hover .overlay h3
{
left: 50%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transition: all .5s linear .5s;
transition: all .5s linear .5s
}
#categories .overlay a
{
display: block;
position: absolute;
bottom: 7%;
right: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
color: #fefefe;
font-size: 90%
}
#categories article:hover .overlay a
{
right: 3%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transition: all .5s linear .5s;
transition: all .5s linear .5s
}
#categories .overlay a span
{
display: inline-block;
width: 30px;
border-top: 1px solid #fefefe;
margin: 0 5px 3px 0
}
/*------------------------------------------------------------
#End Categories Rules
------------------------------------------------------------*/
/*------------------------------------------------------------
#start About Temple Rules
-------------------------------------------------------------*/
#about-temple
{
width: 100%;
height: auto;
text-align: center
}
#about-temple p
{
padding: 0 15%;
line-height: 150%;
font-size: 90%;
color: #818282
}
#about-temple p + a
{
display: block;
color: #4a4a4a;
font-family: Georgia, serif;
margin: 10px 0 70px
}
/**-------------- Start Temple Slider ---------------**/
#temple-slider
{
width: 90%;
height: 250px;
position: relative;
margin: auto
}
#temple-slider input{display: none}
#temple-slider .slides
{
position:absolute;
width: 100%;
height: 250px
}
#temple-slider .slides .slide
{
width: 33.33333333%;
height: 100%;
float: left;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
filter: alpha(opacity=70); /* IE 5-7 */
-moz-opacity: .7; /* Netscape */
-khtml-opacity: .7; /* Safari 1.x */
opacity: .7
}
#temple-slider .arrow label
{
display: inline-block;
position: absolute;
top: 50%;
left: 0;
z-index: 0;
width: 100px;
height: 45px;
margin-top: -22.5px;
text-align: center;
display: none;
}
#temple-slider .next-arrow label{right: 0; left: auto}
#temple-slider .arrow label:hover .thumb
{
-webkit-transform: rotateY(0);
-ms-transform: rotateY(0);
transform: rotateY(0);
-webkit-transition: transform .5s ease-in;
transition: transform .5s ease-in
}
#temple-slider .arrow label i
{
display: block;
width: 40%;
height: 45px;
background-color: rgba(122,184,0,.8);
color: #fff;
line-height: 45px
}
#temple-slider .arrow label .thumb
{
display: block;
width:60%;
height: 45px
}
#temple-slider .prev-arrow label i{float: left}
#temple-slider .prev-arrow label .thumb
{
float: right;
-webkit-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
#temple-slider .next-arrow label i{float: right}
#temple-slider .next-arrow label .thumb
{
float: left;
-webkit-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}
#slide-1-radio:checked ~ .slides .slide:first-child
{
position: relative;
z-index: 1;
box-shadow: 0 1px 20px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transform: translateX(100%) scale(1.2);
-ms-transform: translateX(100%) scale(1.2);
transform: translateX(100%) scale(1.2);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#slide-1-radio:checked ~ .slides .slide:nth-child(2)
{
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#slide-1-radio:checked ~ .prev-arrow #prev-3-arrow,
#slide-1-radio:checked ~ .next-arrow #next-2-arrow
{
display: inline-block
}
#slide-2-radio:checked ~ .slides .slide:nth-child(2)
{
position: relative;
z-index: 1;
transform: ;
box-shadow: 0 1px 20px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transform: translateX(0) scale(1.2);
-ms-transform: translateX(0) scale(1.2);
transform: translateX(0) scale(1.2);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#slide-2-radio:checked ~ .slides .slide:first-child
{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#slide-2-radio:checked ~ .prev-arrow #prev-1-arrow,
#slide-2-radio:checked ~ .next-arrow #next-3-arrow
{
display: inline-block
}
#slide-3-radio:checked ~ .slides .slide:last-child
{
position: relative;
z-index: 1;
box-shadow: 0 1px 20px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transform: translateX(-100%) scale(1.2);
-ms-transform: translateX(-100%) scale(1.2);
transform: translateX(-100%) scale(1.2);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#slide-3-radio:checked ~ .slides .slide:nth-child(2)
{
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#slide-3-radio:checked ~ .prev-arrow #prev-2-arrow,
#slide-3-radio:checked ~ .next-arrow #next-1-arrow
{
display: inline-block
}
/**-------------- End Temple Slider ---------------**/
#about-temple .book-now
{
width: 100%;
height: auto;
background-color: #0085c3;
padding: 50px 0 70px
}
#about-temple .book-now h3
{
font-family: 'Montserrat', sans-serif;
font-size: 175%;
color: #fff
}
#about-temple .book-now a
{
display: inline-block;
background-color: transparent;
color: #fff;
border: 2px solid #fff;
text-transform: uppercase;
vertical-align: middle;
width: 120px;
height: 40px;
line-height: 40px;
margin-top: 10px;
position: relative;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition: color .5s;
transition: color .5s
}
#about-temple .book-now a:before
{
content: "";
position:absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: -1;
background-color: #fff;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%
}
#about-temple .book-now a:hover:before
{
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out
}
#about-temple .book-now a:hover
{
color: #0085c3;
-webkit-transition: color .5s;
transition: color .5s
}
/*------------------------------------------------------------
#End About Temple Rules
-------------------------------------------------------------*/
/*------------------------------------------------------------
#Start Location Rules
-------------------------------------------------------------*/
#location
{
width: 100%;
height: auto;
text-align: center;
padding-top: 50px;
}
#location iframe
{
display: block;
width: 100%;
height:500px;
padding: 4px;
background-color: #fff;
border: 1px solid #ececec;
position: relative
}
/*------------------------------------------------------------
#End Location Rules
-------------------------------------------------------------*/
/*------------------------------------------------------------
#Start News
-------------------------------------------------------------*/
#news
{
width: 100%;
height: auto;
text-align: center;
padding-top: 50px
}
#news .container
{
width: 80%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap
}
#news .container .articles
{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
#news .container .articles article
{
flex-basis: 31%;
min-width: 250px;
margin-bottom: 20px;
box-shadow: 1px 0 4px #777
}
#news .container .articles article figure{height: 200px}
#news .container .articles article .art-cont .date
{
width: 20%;
height: 90px;
position: relative
}
#news .container .articles article .art-cont time
{
width: 112px;
display: block;
background-color: #7ab800;
color: #fff;
position: absolute;
left: -37px;
bottom: 36px;
padding: 10px;
white-space: nowrap;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg)
}
#news .container .articles article .art-cont .art-text
{
width: 80%;
text-align: left;
padding: 10px 0 15px 5%
}
#news .articles article .art-text h4
{
font-family: 'Montserrat', sans-serif;
color: #4a4a4a;
font-size: 92%;
font-weight: 700
}
#news .articles article .art-text p{font-size: 85%; color: #3a3c3c}
/*------------------------------------------------------------
#End News Rules
-------------------------------------------------------------*/
/*------------------------------------------------------------
#Start Social Update Rules
-------------------------------------------------------------*/
#social-update
{
width: 100%;
height: auto;
background-color: #f5f5f5;
text-align: center;
padding-top: 50px
}
#social-update .container{width: 80%}
#social-update input[type= "checkbox"]{display: none}
#social-update .article-cont
{
height: 170px;
overflow: hidden;
margin-bottom: 20px;
-webkit-transition: height 1s linear;
transition: height 1s linear
}
#social-update .row
{
width: 100%;
min-height: 150px;
margin-bottom: 20px
}
#social-update .row article
{
width: 49%;
height: 150px;
position: relative;
z-index: 100
}
#social-update .row article:after
{
content: "";
display: block;
width: 50%;
background-color: #777;
position: absolute;
top: 80%;
right: 5px;
bottom: 10px;
z-index: -1;
box-shadow: 0 15px 10px #888;
-webkit-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg)
}
#social-update .row article + article{margin-left: 2%}
#social-update article .img-holder{width: 50%; height: 150px}
#social-update article .post
{
width: 50%;
background-color: #fff;
height: 150px;
text-align: left;
padding: 0 3%
}
#social-update article .post h4
{
font-family: 'Montserrat', sans-serif;
color: #4a4a4a;
font-size: 92%;
font-weight: 700;
padding-top: 12px
}
#social-update article .post p,
#social-update article .post time
{
font-size: 85%;
color: #3a3c3c;
line-height: 150%
}
#social-update article .post time
{
display: block;
font-size: 75%;
font-weight: 600;
padding-top: 10px
}
#social-update .row article > label
{
position: absolute;
top: 0;
left: 0;
height: 0;
width: 100%;
line-height: 170px;
background-color: rgba(0,0,0,.7);
color: #fff;
text-align: center;
cursor: pointer
}
#social-update .row article:hover > label
{
height: 100%;
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out
}
#social-update .row article > label i
{
font-size: 250%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0)
}
#social-update .row article:hover > label i
{
-webkit-animation: link .6s ease-in-out forwards;
animation: link .6s ease-in-out forwards;
-webkit-animation-delay: .6s;
animation-delay: .6s
}
.more, .less
{
display: block;
font-family: Georgia, serif;
color: #4a4a4a;
padding: 10px 0 20px;
cursor: pointer
}
.more i,
.less i,
#about-trust article .post label i
{
display: block;
font-size: 160%;
margin-top: 10px;
}
.less{display: none}
.less i{margin: 0 0 10px}
#read-more:checked ~ .article-cont
{
height: 875px;
-webkit-transition: height 1s linear;
transition: height 1s linear
}
#read-more:checked ~ .article-cont + .more{display: none}
#read-more:checked ~ .article-cont + .more + .less{display: block}
#social-update .art-page
{
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%; /* Fullback For Browser That Not Support vw & vh */
width: 100vw;
height: 100%; /* Fullback For Browser That Not Support vw & vh */
height: 100vh;
background-color: rgba(241,238,221, .98);
overflow: auto;
-webkit-transform: translateY(-300%);
-ms-transform: translateY(-300%);
transform: translateY(-300%)
}
#social-update .art-page .article-container
{
width: 60%;
height: auto;
margin: auto;
padding: 50px 0
}
#social-update .art-page h3{color: #7db908; padding-bottom: 8%}
#social-update .art-page figure
{
max-width: 300px;
float: left;
shape-outside: border-box;
padding: 0 2% 2% 0
}
#social-update .art-page p{text-align: justify}
#social-update .art-page .article-close
{
position: absolute;
top: 3%;
right: 5%;
background-color: #7db908;
width: 20px;
height: 20px;
border-radius: 50%;
text-align: center;
line-height: 20px;
color: rgb(241,238,221);
cursor: pointer
}
#article-pg:checked ~ .art-page
{
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: transform 1s linear;
transition: transform 1s linear
}
/*------------------------------------------------------------
#End Social Update Rules
-------------------------------------------------------------*/
/*------------------------------------------------------------
#Start Timeline Rules
------------------------------------------------------------*/
#timeline
{
width: 100%;
min-height: 350px;
background-color: #222223;
padding: 20px 1%
}
#timeline h4, #timeline h3{text-align: center}
#timeline h3{color: #fff}
#timeline ul
{
border-top: 1px solid transparent;
border-top-color: #7ab800; /* fullback for browser that not support linear gradient */
-webkit-border-image: -webkit-linear-gradient(
left,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
-moz-border-image: -moz-linear-gradient(
left,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
-ms-border-image: -ms-linear-gradient(
left,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
-o-border-image: -o-linear-gradient(
left,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
border-image: linear-gradient(
left,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
border-image-slice: 1;
position: relative;
top: 70px
}
#timeline ul li:after
{
content: "\2713";
font-family: fontawesome;
display:block;
width: 35px;
height: 35px;
border-radius: 50%;
font-weight: 100;
font-size: 90%;
line-height:35px;
text-align: center;
background-color: #7ab800;
color: #fff;
position:absolute
}
#timeline ul li:first-child:after
{
left: 11%;
top: -18px;
}
#timeline ul li:nth-child(2):after
{
background-color: #0085c3;
left: 31%;
top: -18px;
}
#timeline ul li:nth-child(3):after
{
content: "\f11d";
background-color: #f2af00;
left: 51%;
top: -18px;
}
#timeline ul li:nth-child(4):after
{
content: "\f11d";
background-color: #ce1126;
left: 71%;
top: -18px
}
#timeline ul li:last-child:after
{
content: "\f11d";
background-color: #6e2585;
left: 88%;
top: -18px
}
#timeline ul li p
{
width: 15%;
text-transform: capitalize;
line-height: 150%;
font-size: 80%;
font-family: 'Montserrat', sans-serif;
position: absolute;
top: 22px
}
#timeline ul li:first-child p
{
left: 11%;
color: #7ab800
}
#timeline ul li:nth-child(2) p
{
left: 31%;
color: #0085c3
}
#timeline ul li:nth-child(3) p
{
left: 51%;
color: #f2af00
}
#timeline ul li:nth-child(4) p
{
left: 71%;
color: #ce1126
}
#timeline ul li:last-child p
{
left: 88%;
color: #6e2585
}
#timeline ul li:not(:last-of-type) p span{display: block}
#timeline ul li:last-of-type p{width: 12%}
#timeline ul li:last-of-type p time{display: block; white-space: nowrap}
/*-----------------------------------------------------------
#End Timeline Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start About Trust Rules
-----------------------------------------------------------*/
#about-trust
{
width: 100%;
height: auto;
text-align: center;
background-color: #f5f5f5;
padding: 30px 0
}
#about-trust .container{width: 80%}
#about-trust article
{
margin: auto;
background-color: #fff;
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-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch
}
#about-trust article figure
{
width: 65%; /* fullback for browser that not support flex basis */
-webkit-flex-basis: 65%;
-ms-flex-preferred-size: 65%;
flex-basis: 65%
}
#about-trust article .post
{
width: 35%; /* fullback for browser that not support flex basis */
-webkit-flex-basis: 35%;
-ms-flex-preferred-size: 35%;
flex-basis: 35%;
color: #4a4a4a;
padding: 30px 0 18px
}
#about-trust article .post input[type= "checkbox"]{display: none}
#about-trust article .post h4
{
color: #4a4a4a;
font-family: 'Montserrat', sans-serif;
font-size: 100%;
font-weight: 700
}
#about-trust article .post .post-cont
{
height: 246px;
overflow: hidden;
padding: 0 8%
}
#about-trust article .post .post-cont p
{
line-height: 150%;
font-size: 90%;
margin-bottom: 4%
}
#about-trust article .post label
{
display: block;
color: #4a4a4a;
font-family: Georgia, serif;
margin-top: 30px;
cursor: pointer
}
#about-trust article .post label:last-of-type{display: none}
#about-trust article .post #more-cont:checked ~ .post-cont
{
overflow-y: scroll
}
#about-trust article .post #more-cont:checked ~ .post-cont + label:first-of-type
{
display: none
}
#about-trust article .post #more-cont:checked ~ label:last-of-type
{
display: block
}
/*-----------------------------------------------------------
#End About Trust Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start History Temple Rules
-----------------------------------------------------------*/
#history-tem
{
width: 100%;
height: auto;
text-align: center;
background-color: #0085c3;
padding: 4% 10%
}
#history-tem h4{color: #fff; font-size: 95%}
#history-tem h3{color: #fff; font-size: 155%}
#history-tem hr{border-top-color: #fff}
#history-tem p{color: #fff}
/*-----------------------------------------------------------
#End History Timple Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start Message Rules
-----------------------------------------------------------*/
#message
{
width: 100%;
height: auto;
background-color: #f5f5f5;
text-align: center;
padding: 4% 16%
}
#message article figure
{
width: 100px;
height: 100px;
padding: 5px;
margin: 0 auto 3%;
border: 1px solid #e2e2e2;
border-radius: 50%;
background-color: #fff
}
#message article figure img{border-radius: 50%}
#message article strong
{
display: block;
color: #363838;
font-weight: 100;
font-family: Georgia, serif;
margin-top: 3%
}
/*-----------------------------------------------------------
#End Message Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start Gallery Rules
-----------------------------------------------------------*/
#gallery
{
width: 100%;
height: auto;
background-color: #f7f7f7;
text-align: center
}
#gallery .container{width: 80%}
#gallery article
{
overflow: hidden;
padding: 5% 0 8%;
margin: auto
}
#gallery article figure
{
width: 22.75%;
min-height: 200px;
background-color: #fff;
position: relative;
z-index: 100
}
#gallery article figure:before
{
content: "";
display: block;
width: 50%;
background-color: #777;
position: absolute;
top: 80%;
left: 5px;
bottom: 10px;
z-index: -1;
box-shadow: 0 15px 10px #888;
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg)
}
#gallery article figure .img-holder
{
height: 200px;
overflow: hidden;
position: relative
}
#gallery article figure .img-holder img
{
-webkit-transition: transform 1s ease-in-out;
transition: transform 1s ease-in-out
}
#gallery article figure:hover .img-holder img
{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: transform 1s ease-in-out;
transition: transform 1s ease-in-out
}
#gallery article figure + figure{margin-left: 3%}
#gallery article figure figcaption
{
background-color: #f5f5f5;
color: #4a4a4a;
text-transform: capitalize;
font-family: 'Montserrat', sans-serif;
font-size: 90%;
padding: 6% 0 4%
}
#gallery article figure label
{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 0;
background-color: rgba(0,0,0,.2);
cursor: pointer;
text-align: center
}
#gallery article figure:hover label
{
height: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transition: height .5s linear, opacity .5s;
transition: height .5s linear, opacity .5s
}
#gallery article figure label h5
{
color: #fefefe;
font-size: 80%;
font-weight: 100;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
margin-top: -7.5px;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
}
#gallery article figure:hover label h5
{
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
-webkit-transition: opacity .5s ease-in-out .4s, transform .5s ease-in-out .4s;
transition: transform .5s ease-in-out .4s, opacity .5s ease-in-out .4s
}
#gallery-view
{
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%; /* Fullback For Browser That Not Support vw & vh */
width: 100vw;
height: 100%; /* Fullback For Browser That Not Support vw & vh */
height: 100vh;
padding-top: 50px;
background-color: rgba(241,238,221, .97);
overflow: auto;
-webkit-transform: translateY(-300%); /* Fullback For Browser That Not Support vw & vh */
-ms-transform: translateY(-300%); /* Fullback For Browser That Not Support vw & vh */
transform: translateY(-300%); /* Fullback For Browser That Not Support vw & vh */
/*-webkit-transform: translateY(-300vh);
-ms-transform: translateY(-300vh);
transform: translateY(-300vh)*/
}
#gallery-view input{display: none}
#gallery-overview:checked ~ #pg-body #gallery .container #gallery-view
{
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: transform .7s ease-in-out;
transition: transform .7s ease-in-out
}
#gallery-view .gl-container
{
width:80%;
height: 100%; /* Fullback For Browser That Not Support vw & vh */
height: 100vh;
margin: auto
}
#gallery-view .gl-container .gl-slides
{
width: 100%;
height: 60%; /* Fullback For Browser That Not Support vw & vh */
height: 60vh;
position: relative
}
#gallery-view .gl-container .gl-slides .gl-slide
{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
border: 10px solid #7AB800;
border-bottom-width: 60px;
border-radius: 4px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
-webkit-transition: opacity .8s ease-in-out;
transition: opacity .8s ease-in-out
}
#gallery-view .gl-container .gl-slides .gl-slide figcaption
{
color: #F1EEDD;
text-transform: capitalize;
font-family: 'Montserrat', sans-serif;
font-size: 90%;
padding-top: 2%
}
#gallery-view .gl-container .gl-thumb{margin-top: 5%}
#gallery-view .gl-container .gl-thumb label
{
display: block;
float: left;
width: 22.75%;
cursor: pointer;
overflow: hidden;
opacity: .6;
border: 3px solid #7AB800;
border-radius: 4px;
text-align: center;
position: relative;
z-index: 0
}
#gallery-view .gl-container .gl-thumb label:not(:last-child){margin-right: 3%}
#gallery-view .gl-container .gl-thumb label img
{
transition: -webkit-transform .5s linear;
transition: transform .5s linear;
transition: transform .5s linear, -webkit-transform .5s linear
}
#gallery-view .gl-container .gl-thumb label:hover img
{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: -webkit-transform .5s linear;
transition: transform .5s linear;
transition: transform .5s linear, -webkit-transform .5s linear
}
#gallery-view .close-gl
{
position: absolute;
top: 3%;
right: 6%;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #7AB800;
color: #F1EEDD;
line-height: 20px;
text-align: center;
cursor: pointer
}
#gl-overview-1:checked ~ .gl-container .gl-slides .gl-slide:first-child
{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
-webkit-transition: opacity .8s ease-in-out;
transition: opacity .8s ease-in-out
}
#gl-overview-1:checked ~ .gl-container .gl-thumb label:first-child
{
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
box-shadow: 0 1px 20px #000
}
#gl-overview-2:checked ~ .gl-container .gl-slides .gl-slide:nth-child(2)
{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
-webkit-transition: opacity .8s ease-in-out;
transition: opacity .8s ease-in-out
}
#gl-overview-2:checked ~ .gl-container .gl-thumb label:nth-child(2)
{
transform: scale(1.3);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
box-shadow: 0 1px 20px #000
}
#gl-overview-3:checked ~ .gl-container .gl-slides .gl-slide:nth-child(3)
{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
-webkit-transition: opacity .8s ease-in-out;
transition: opacity .8s ease-in-out
}
#gl-overview-3:checked ~ .gl-container .gl-thumb label:nth-child(3)
{
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
box-shadow: 0 1px 20px #000
}
#gl-overview-4:checked ~ .gl-container .gl-slides .gl-slide:last-child
{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
-webkit-transition: opacity .8s ease-in-out;
transition: opacity .8s ease-in-out
}
#gl-overview-4:checked ~ .gl-container .gl-thumb label:last-child
{
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
filter: alpha(opacity=100); /* IE 5-7 */
-moz-opacity: 1; /* Netscape */
-khtml-opacity: 1; /* Safari 1.x */
opacity: 1;
z-index: 1;
box-shadow: 0 1px 20px #000
}
/*-----------------------------------------------------------
#End Gallery Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start Footer Rules
-----------------------------------------------------------*/
footer{width: 100%; height: auto}
footer .links
{
background-color: #242526;
overflow: hidden;
padding: 2% 0
}
footer .links ul,
footer .links form
{
width: 50%
}
footer .links ul{padding: 0 10% 0 0}
footer .links ul li{float: left; text-transform: uppercase}
footer .links ul li:not(:last-of-type):after
{
content: "/";
padding: 0 10px;
color: #414141
}
footer .links ul li a,
footer .links ul li label
{
color: #414141;
font-size: 70%;
font-weight: 600
}
footer .links ul li a:hover,
footer .links ul li label:hover
{
color: #6c7070
}
footer .links ul .tooltip-cont .tooltip
{
top: -25px;
left: -25px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
text-transform: capitalize;
-webkit-transform: rotateY(0);
-ms-transform: rotateY(0);
transform: rotateY(0)
}
footer .links ul .tooltip-cont:hover .tooltip
{
-webkit-animation: fade-in-out .5s ease-in forwards;
-ms-animation: fade-in-out .5s ease-in forwards;
animation: fade-in-out .5s ease-in forwards
}
footer .links ul .tooltip-cont .tooltip:before
{
border-width: 6px 6px 0 6px;
top: auto;
bottom: -6px
}
footer .links form label,
footer .links form .input-group
{
display: inline-block
}
footer .links form .input-group
{
width: 60%;
white-space: nowrap;
position: relative
}
footer .links form label
{
color: #7d7d7d;
font-size: 70%;
font-weight: 600;
text-transform: uppercase;
padding-right: 1%
}
footer .links form .input-group input[type= "text"]
{
text-transform: uppercase;
font-size: 75%;
padding: 7px 10px;
width: 80%;
height: 35px
}
footer .links form .input-group input[type= "text"]::-webkit-input-placeholder
{
color: #666
}
footer .links form .input-group input[type= "text"]::-moz-placeholder
{
color: #666
}
footer .links form .input-group input[type= "text"]:-ms-input-placeholder
{
color: #666
}
footer .links form .input-group input[type= "text"]:-moz-placeholder
{
color: #666
}
footer .links form .input-group input[type= "submit"]
{
background-color: #7ab800;
color: #fff;
height: 35px;
margin-left: -4px;
padding: 7px 10px;
position: absolute;
bottom: 0;
cursor: pointer;
}
footer .copyright
{
width: 100%;
height: auto;
padding: 15px 0;
text-align: center;
background-color: #181a1b;
color: #454545;
text-transform: uppercase;
font-size: 80%;
font-weight: 600
}
footer .copyright .hamada-contact
{
color: #7ab800;
position: relative;
cursor: pointer
}
footer .copyright .hamada-contact .hd-contact-links
{
display: block;
width: 200px;
background-color: #666;
position: absolute;
top: -45px;
left: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
text-align: center;
background-color: #666;
padding: 10px 0;
margin-left: -50px;
font-size: 150%
}
footer .copyright .hamada-contact:hover .hd-contact-links
{
-webkit-animation: hd-links-fadein .5s linear forwards;
-ms-animation: hd-links-fadein .5s linear forwards;
animation: hd-links-fadein .5s linear forwards
}
footer .copyright .hamada-contact .hd-contact-links:before
{
content: "";
display: block;
position: absolute;
bottom: -8px;
left: 100px;
margin-left: -4px;
border-width: 8px 8px 0 8px;
border-style: solid;
border-color: #666 transparent
}
footer .copyright .hamada-contact .hd-contact-links a
{
color: #afd466;
padding: 0 10px;
-webkit-transition: color .5s;
-ms-transition: color .5s;
transition: color .5s
}
footer .copyright .hamada-contact .hd-contact-links a:hover
{
color: #7AB800;
-webkit-transition: color .5s;
-ms-transition: color .5s;
transition: color .5s
}
/*-----------------------------------------------------------
#End Footer Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start contact Rules
-----------------------------------------------------------*/
#contact
{
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%; /* Fullback For Browser That Not Support vw & vh */
width: 100vw;
height: 100%; /* Fullback For Browser That Not Support vw & vh */
height: 100vh;
background-color: rgba(241,238,221, .97);
text-align: center;
overflow: auto;
-webkit-transform: translateY(-300%); /* Fullback For Browser That Not Support vw & vh */
-ms-transform: translateY(-300%); /* Fullback For Browser That Not Support vw & vh */
transform: translateY(-300%); /* Fullback For Browser That Not Support vw & vh */
/*-webkit-transform: translateY(-300vh);
-ms-transform: translateY(-300vh);
transform: translateY(-300vh)*/
}
#contact .contact-container{position: relative}
#contact h3
{
color: #7AB800;
margin: 40px 0;
font-weight: 600;
}
#contact form{width: 50%; margin: auto}
#contact form input:not(:last-child),
#contact form textarea
{
display: block;
width: 80%;
padding: 10px;
margin: 0 auto 10px;
background-color: rgba(122,184,0, .8);
color: #fff;
text-transform: uppercase
}
#contact form ::-webkit-input-placeholder
{
color: #fff;
font-family: "Arial Rounded MT Bold", arial, sans-serif
}
#contact form ::-moz-placeholder
{
color: #fff;
font-family: "Arial Rounded MT Bold", arial, sans-serif
}
#contact form :-moz-placeholder
{
color: #fff;
font-family: "Arial Rounded MT Bold", arial, sans-serif
}
#contact form :-ms-input-placeholder
{
color: #fff;
font-family: "Arial Rounded MT Bold", arial, sans-serif
}
#contact form textarea
{
height: 150px;
resize: none;
overflow: hidden
}
#contact form input:last-child
{
display: inline-block;
background-color: #7AB800;
color: #fff;
height: 40px;
width: 120px;
vertical-align: middle;
line-height: 40px;
font-size: 110%;
font-family: "Arial Rounded MT Bold", arial, sans-serif;
text-transform: uppercase;
-webkit-transform:translateZ(0);
-ms-transform:translateZ(0);
transform:translateZ(0);
-webkit-transition: color .5s;
transition: color .5s
}
#contact form input:last-child:hover
{
background-color: #fff;
color: #7AB800;
-webkit-transition: background-color .5s, color .5s;
transition: background-color .5s, color .5s
}
#contact label
{
display: block;
position: absolute;
top: -7%;
right: 7%;
width: 20px;
height: 20px;
background-color: #7AB800;
border-radius: 50%;
vertical-align: middle;
line-height: 20px;
color: #F1EEDD;
cursor: pointer
}
#contact-overlay:checked ~ #pg-body #contact
{
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: transform .5s linear;
transition: transform .5s linear
}
/*-----------------------------------------------------------
#End contact Rules
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start Back To Top
-----------------------------------------------------------*/
#back-top
{
display: block;
position: fixed;
bottom: 5%; /* Fullback For Browser That Not Support vw & vh */
bottom: 5vh;
right: 2%; /* Fullback For Browser That Not Support vw & vh */
right: 2vw;
color: #7ab800;
font-size: 350%;
-webkit-animation: backtop .5s ease-out infinite;
-ms-animation: backtop .5s ease-out infinite;
animation: backtop .5s ease-out infinite
}
/*-----------------------------------------------------------
#End Back To Top
-----------------------------------------------------------*/
/*-----------------------------------------------------------
#Start Mobile Version
-----------------------------------------------------------*/
/**----------------- Start Media Max 900px ---------------**/
@media screen and (max-width: 900px)
{
header{overflow: visible}
header .container
{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
header .logo,
header .mobile,
header section:last-of-type
{
width: 33.33333333%; /* Fullback For Browser That Not Support flex basis */
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
text-align: center;
margin: 0
}
header .logo
{
-webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
-moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
-ms-flex-order: 1; /* TWEENER - IE 10 */
-webkit-order: 1; /* NEW - Chrome */
order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
header .logo h2{font-size: 120%; text-align: left}
header .mobile
{
display: block;
-webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
-moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
-ms-flex-order: 2; /* TWEENER - IE 10 */
-webkit-order: 2; /* NEW - Chrome */
order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
header .main-nav
{
position: absolute;
width: 100%; /* Fullback For Browser That Not Support vw & vh */
width: 100vw;
height: auto;
text-align: center;
left: 0;
top: 60px;
z-index: 0
}
#mobile-menu:checked ~ .main-nav{z-index: 1}
#mobile-menu:checked ~ .main-nav ul{border-top: 3px solid #7DB908}
#mobile-menu:checked ~ .main-nav:before,
#mobile-menu:checked ~ .main-nav:after
{
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid
}
#mobile-menu:checked ~ .main-nav:before
{
top: -15px;
left: 50%;
margin-left: -15px;
border-width: 0 15px 15px;
border-color: #7DB908 transparent;
}
#mobile-menu:checked ~ .main-nav:after
{
top: -11px;
left: 50%;
margin-left: -14px;
border-width: 0 14px 14px;
border-color: rgba(0,0,0,.9) transparent;
}
/*header .main-nav ul
{
-webkit-perspective: 100px;
perspective: 100px
}*/
header .main-nav ul li
{
display:block;
background-color: rgba(0,0,0,.9);
width: 100%
}
header .main-nav ul li a,
header .main-nav ul li label
{
color: #fff
}
header .main-nav ul li
{
-webkit-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top
}
/*header .main-nav ul li:nth-child(odd)
{
-webkit-transform: rotateY(170deg);
-ms-transform: rotateY(170deg);
transform: rotateY(170deg);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left
}*/
#mobile-menu:checked ~ .main-nav ul li:first-child
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear;
transition: transform .3s linear
}
#mobile-menu:checked ~ .main-nav ul li:nth-child(2)
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear .7s;
transition: transform .3s linear .7s
}
#mobile-menu:checked ~ .main-nav ul li:nth-child(3)
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear 1.4s;
transition: transform .3s linear 1.4s
}
#mobile-menu:checked ~ .main-nav ul li:nth-child(4)
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear 2.1s;
transition: transform .3s linear 2.1s
}
#mobile-menu:checked ~ .main-nav ul li:nth-child(5)
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear 2.8s;
transition: transform .3s linear 2.8s
}
#mobile-menu:checked ~ .main-nav ul li:nth-child(6)
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear 3.5s;
transition: transform .3s linear 3.5s
}
#mobile-menu:checked ~ .main-nav ul li:nth-child(7)
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear 4.2s;
transition: transform .3s linear 4.2s
}
#mobile-menu:checked ~ .main-nav ul li:last-child
{
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: transform .3s linear 4.9s;
transition: transform .3s linear 4.9s
}
header section:last-of-type
{
-webkit-box-ordinal-group: 3; /* OLD - iOS 6-, Safari 3.1-6 */
-moz-box-ordinal-group: 3; /* OLD - Firefox 19- */
-ms-flex-order: 3; /* TWEENER - IE 10 */
-webkit-order: 3; /* NEW - Chrome */
order: 3; /* NEW, Spec - Opera 12.1, Firefox 20+ */
font-size: 70%;
text-align: right
}
header section:last-of-type i{top: 26px}
header section:last-of-type span
{
width: 200px;
top: 60px;
right: 5px;
left: auto;
}
#news .container .articles
{
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around
}
#social-update article .post h4{font-size: 80%}
#social-update article .post p,
#social-update article .post time
{
font-size: 75%
}
.tooltip-cont .tooltip
{
top: -8px;
left: 50%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
margin-left: -50px;
text-transform: capitalize;
-webkit-transform: rotateY(0);
-ms-transform: rotateY(0);
transform: rotateY(0)
}
.tooltip-cont:hover .tooltip
{
-webkit-animation: fade-in-out-2 .5s ease-in forwards;
-ms-animation: fade-in-out-2 .5s ease-in forwards;
animation: fade-in-out-2 .5s ease-in forwards
}
.tooltip-cont .tooltip:before
{
border-width: 6px 6px 0 6px;
top: auto;
bottom: -6px
}
footer .links ul .tooltip-cont .tooltip
{
top: -25px;
left: 50%;
margin-left: -50px
}
}
/**----------------- End Media Max 900px -----------------**/
/**----------------- Start Media Max 768px ---------------**/
@media screen and (max-width: 768px)
{
h4{font-size: 90%}
h3{font-size: 130%}
header section:last-of-type span{width: 150px; right: 5px}
#banner main h1{font-size: 175%}
#categories .fl-left:first-of-type,
#categories .fl-left:nth-of-type(2),
#categories article:nth-of-type(4),
#categories article:last-of-type
{
width: 50%;
height: 200px;
font-size: 75%
}
#categories article:nth-of-type(3){width: 100%; font-size: 75%}
#about-temple p{text-align: justify}
#about-temple p + a{font-size: 90%}
#temple-slider{width: 100%; height: 175px}
#temple-slider .slides{height: 175px}
#temple-slider .arrow label{width: 80px}
#about-temple .book-now h3{font-size: 130%}
#read-more:checked ~ .article-cont{height: 1705px}
#theme-two:checked ~ #pg-body #social-update .article-cont{height: 207px}
#theme-two:checked ~ #pg-body #social-update #read-more:checked ~ .article-cont
{
height: 1905px;
transition: height 2s linear
}
#theme-two:checked ~ #pg-body #social-update .row article{margin: 38px 0}
#social-update .row{margin-bottom: 0}
#social-update .row article{float: none; width: 100%}
#social-update .row article:nth-child(even):after
{
content: "";
display: block;
width: 50%;
background-color: #777;
position: absolute;
top: 80%;
left: 5px;
right: auto;
bottom: 10px;
z-index: -1;
box-shadow: 0 15px 10px #888;
-webkit-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg)
}
#social-update .row article + article{margin: 20px 0 20px}
#timeline{min-height: 915px; overflow: hidden}
#timeline ul
{
min-height: 915px;
border-top: 0;
border-left: 1px solid transparent;
border-left-color: #7ab800; /* Fullback For Browser That Not Support vw & vh */
-webkit-border-image: -webkit-linear-gradient(
top,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
-moz-border-image: -moz-linear-gradient(
top,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
-ms-border-image: -ms-linear-gradient(
top,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
-o-border-image: -o-linear-gradient(
top,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
border-image: linear-gradient(
top,
#7ab800 0%,
#0085c3 35%,
#f2af00 50%,
#ce1126 65%,
#6e2585 100%);
border-image-slice: 1;
top: 20%;
left: 50%
}
#timeline ul li:first-child:after,
#timeline ul li:nth-child(2):after,
#timeline ul li:nth-child(3):after,
#timeline ul li:nth-child(4):after,
#timeline ul li:last-child:after
{
left: -18px;
}
#timeline ul li:first-child:after,
#timeline ul li:first-child p
{
top: 11%
}
#timeline ul li:nth-child(2):after,
#timeline ul li:nth-child(2) p
{
top: 31%
}
#timeline ul li:nth-child(3):after,
#timeline ul li:nth-child(3) p
{
top: 51%
}
#timeline ul li:nth-child(4):after,
#timeline ul li:nth-child(4) p
{
top: 71%
}
#timeline ul li:last-child:after,
#timeline ul li:last-child p
{
top: 88%
}
#timeline ul li p,
#timeline ul li:last-of-type p
{
width: 140px;
padding: 10px
}
#timeline ul li:first-child p,
#timeline ul li:nth-child(2) p,
#timeline ul li:nth-child(3) p,
#timeline ul li:nth-child(4) p,
#timeline ul li:last-child p
{
left: 0;
border: 1px solid transparent
}
#timeline ul li:first-child p{ border-color: #7ab800}
#timeline ul li:nth-child(2) p{ border-color: #0085c3}
#timeline ul li:nth-child(3) p{ border-color: #f2af00}
#timeline ul li:nth-child(4) p{ border-color: #ce1126}
#timeline ul li:last-child p{ border-color: #6e2585}
#timeline ul li:first-child p,
#timeline ul li:nth-child(3) p,
#timeline ul li:last-child p
{
left: 30px
}
#timeline ul li:nth-child(2) p,
#timeline ul li:nth-child(4) p
{
left: -171px
}
#timeline ul li:first-child p:before,
#timeline ul li:first-child p:after,
#timeline ul li:nth-child(2) p:before,
#timeline ul li:nth-child(2) p:after,
#timeline ul li:nth-child(3) p:before,
#timeline ul li:nth-child(3) p:after,
#timeline ul li:nth-child(4) p:before,
#timeline ul li:nth-child(4) p:after,
#timeline ul li:last-child p:before,
#timeline ul li:last-child p:after
{
content: "";
display: block;
width: 0 ;
height: 0;
position: absolute;
border-style: solid;
}
#timeline ul li:first-child p:before,
#timeline ul li:nth-child(3) p:before,
#timeline ul li:last-child p:before
{
border-width: 11px 11px 11px 0 ;
}
#timeline ul li:nth-child(2) p:before,
#timeline ul li:nth-child(4) p:before
{
border-width: 11px 0 11px 11px
}
#timeline ul li:first-child p:after,
#timeline ul li:nth-child(3) p:after,
#timeline ul li:last-child p:after
{
border-width: 10px 10px 10px 0
}
#timeline ul li:nth-child(2) p:after,
#timeline ul li:nth-child(4) p:after
{
border-width: 10px 0 10px 10px
}
#timeline ul li:first-child p:before
{
border-color: transparent #7ab800 transparent transparent;
top: 5px;
left: -11px
}
#timeline ul li:nth-child(2) p:before
{
border-color: transparent transparent transparent #0085c3;
top: 5px;
right: -11px
}
#timeline ul li:nth-child(3) p:before
{
border-color: transparent #f2af00 transparent transparent;
top: 5px;
left: -11px
}
#timeline ul li:nth-child(4) p:before
{
border-color: transparent transparent transparent #ce1126;
top: 5px;
right: -11px
}
#timeline ul li:last-child p:before
{
border-color: transparent #6e2585 transparent transparent;
top: 5px;
left: -11px
}
#timeline ul li:first-child p:after,
#timeline ul li:nth-child(3) p:after,
#timeline ul li:last-child p:after
{
border-color: transparent #222223;
top: 6px;
left: -9px
}
#timeline ul li:nth-child(2) p:after,
#timeline ul li:nth-child(4) p:after
{
border-color: transparent #222223;
top: 6px;
right: -9px
}
#about-trust .container,
#gallery .container
{
width: 60%
}
#about-trust article .post .post-cont p{text-align: justify}
#about-trust article{flex-wrap: wrap}
#about-trust article figure,
#about-trust article .post
{
width: 100%; /* fullback for browser that not support flexbasis */
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%
}
#gallery article figure
{
float: none;
width: 100%;
background-color: #f5f5f5;
position: relative;
z-index: 99
}
#gallery article figure:nth-child(odd):before
{
content: "";
display: block;
width: 50%;
background-color: #777;
position: absolute;
top: 80%;
left: 5px;
bottom: 10px;
z-index: -1;
box-shadow: 0 15px 10px #888;
-webkit-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg)
}
#gallery article figure:nth-child(even):before
{
content: "";
display: block;
width: 50%;
background-color: #777;
position: absolute;
top: 80%;
right: 5px;
left: auto;
bottom: 10px;
z-index: -1;
box-shadow: 0 15px 10px #888;
-webkit-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg)
}
#gallery article figure + figure{margin: 20px 0 0}
#gallery article figure figcaption
{
background-color: #fff;
margin-top: 0;
padding: 2% 0
}
footer .links{padding: 0}
footer .links ul{float: none; width: 100%}
footer .links ul
{
overflow: auto;
padding: 30px 0;
text-align: center;
white-space: nowrap
}
footer .links ul li{float: none; display: inline-block}
footer .links ul li:not(:last-of-type):after{content: ""}
footer .links form
{
float: none;
width: 60%;
white-space: nowrap;
padding: 20px 0;
margin: auto
}
footer .links form .input-group{display:block; width: 100%}
footer .links form .input-group input[type= "submit"]{width: 20%}
footer .copyright p{font-size: 75%}
#contact form{width: 80%}
}
/**----------------- End Media Max 768px -----------------**/
/**----------------- Start Media Max 480px -----------------**/
@media screen and (max-width: 480px)
{
header .container
{
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
header .logo
{
width: 50%; /* fullback for browser that not support flex basis */
flex-basis: 50%;
order: 1
}
header .logo h2{font-size: 100%}
header .mobile
{
width: 100%; /* fullback for browser that not support flex basis */
flex-basis: 100%;
height: 60px;
order: 3
}
header .main-nav{top: 120px}
header section:last-of-type
{
width: 50%; /* fullback for browser that not support flex basis */
flex-basis: 50%;
position: static;
font-size: 70%;
order: 2
}
header section:last-of-type span
{
height: 40px;
top: 13px;
width: 100px;
right: 64px;
left: auto;
transform: none;
border-radius: 2px;
line-height: 40px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
-moz-opacity: 0; /* Netscape */
-khtml-opacity: 0; /* Safari 1.x */
opacity: 0;
}
header section:last-of-type:hover span
{
-webkit-transition: right .6s;
transition: right .6s;
-webkit-animation: fadein .6s ease-in forwards;
-ms-animation: fadein .6s ease-in forwards;
animation: fadein .6s ease-in forwards
}
header section:last-of-type span:before
{
top: 10px;
right: -6px;
border-width: 6px 0 6px 6px;
border-color: transparent transparent transparent #7ab800
}
#theme-two:checked ~ #pg-body header section:last-of-type span:before
{
border-color: transparent transparent transparent #FD8E24
}
#categories .overlay h3{font-size: 90%}
#timeline ul li p{font-size: 65%}
#timeline ul li p,
#timeline ul li:last-of-type p
{
width: 100px
}
#timeline ul li:nth-child(2) p,
#timeline ul li:nth-child(4) p
{
left: -131px
}
#social-update article .post h4{font-size: 67%}
#social-update article .post p,
#social-update article .post time
{
font-size: 70%
}
#social-update article .post time{padding-top: 5%}
#about-trust .container{width: 80%}
}
/**----------------- End Media Max 480px -----------------**/
/*-----------------------------------------------------------
#End Mobile Version
-----------------------------------------------------------*/
| 0.267887 | 0.042583 |
html,
body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
/* body {
background: rgba(0, 0, 0, 0.4) url('/images/landing_page.jpg') no-repeat fixed center;
background-size: cover;
} */
body {
background-color: #dbe3e6
}
.spinner-holder {
width: 100%;
height: 100%;
z-index: 9999;
position: fixed;
background-color: white;
}
.spinner {
width: 60px;
height: 60px;
position: absolute;
top: 40%;
left: 48%;
}
.double-bounce1,
.double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: rgb(10, 125, 108);
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
0%,
100% {
-webkit-transform: scale(0.0)
}
50% {
-webkit-transform: scale(1.0)
}
}
@keyframes sk-bounce {
0%,
100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
@keyframes pulse {
0% {
transform: scale(0.6);
opacity: 0;
}
33% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.4);
opacity: 0;
}
}
#color-top-loader {
position: fixed;
top: 0;
left: 0;
height: 4px;
width: 100vw;
z-index: 999;
animation-name: animate-loader;
animation-duration: 1.3s;
animation-iteration-count: infinite
}
@keyframes animate-loader {
0% {
background: linear-gradient(to right, rgba(25, 201, 204, 0.1), rgba(25, 201, 204, 0.5), rgba(25, 201, 204, 0.8), rgb(11, 162, 165))
}
25% {
background: linear-gradient(to right, rgba(25, 201, 204, 0.1), rgba(25, 201, 204, 0.5), rgb(11, 162, 165), rgba(25, 201, 204, 0.8))
}
50% {
background: linear-gradient(to right, rgba(25, 201, 204, 0.1), rgb(11, 162, 165), rgba(25, 201, 204, 0.5), rgba(25, 201, 204, 0.8))
}
75% {
background: linear-gradient(to right, rgb(11, 162, 165), rgba(25, 201, 204, 0.8), rgba(25, 201, 204, 0.5), rgba(25, 201, 204, 0.1))
}
100% {
background: linear-gradient(to right, rgba(25, 201, 204, 0.1), rgb(11, 162, 165), rgba(25, 201, 204, 0.5), rgba(25, 201, 204, 0.8))
}
}
._innercontainer {
background: linear-gradient(#05c0c7be, rgba(0, 0, 0, 0));
border-radius: 6px;
box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
}
.ad-company-name {
font-family: 'Amita', cursive;
font-size: 40px;
}
.ad-explain a {
color: white;
text-decoration: unset;
}
a:hover {
text-decoration: unset;
color: rgb(111, 142, 163);
}
.mdi-64px {
font-size: 64px;
}
.bg-custom-info {
background-color: rgb(213, 225, 230);
}
.card-body {
border-radius: 3px;
box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
cursor: pointer;
transition: 0.4s;
}
.card-body:hover {
box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.6);
}
._adslists {
list-style-type: square;
}
.adverts-grid {
display: grid;
grid-template-columns: repeat(4, 25%);
grid-gap: 5px;
}
.adverts-grid-inner {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.advertiser-container {
background: white;
overflow: hidden
}
.image-holder {
height: 160px;
width: 160px;
margin-bottom: 8px;
}
.image-holder img {
height: 100%;
width: 100%;
border-radius: 48%;
box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.4)
}
.trust-area {
background-color: #87a1ab;
padding: 50px;
display: grid;
grid-template-columns: repeat(4, 25%);
grid-gap: 40px;
color: white;
}
.trust-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
.publishers-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: rgba(0, 0, 0, 0.4) url('/images/publisher_bg.jpg') no-repeat fixed center;
background-size: cover;
min-height: 66vh;
position: relative;
}
.publisher-container-inner {
display: grid;
grid-template-columns: 45% 30%;
grid-gap: 40px;
padding-left: 10%;
}
.publisher-container-inner span {
text-align: center;
font-style: italic;
}
.publishers-inner {
position: absolute;
height: 100%;
width: 100%;
background: linear-gradient(to right, rgb(213, 225, 230), rgba(213, 225, 230, 0.98), rgba(213, 225, 230, 0.78), rgba(0, 0, 0, 0.0))
}
.pub-image {
width: 280px;
height: 280px;
border-radius: 48%;
overflow: hidden;
transition: 2.8s;
box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.3);
}
.pub-image img {
height: 100%;
width: 100%;
transition: 1.4s;
cursor: pointer;
}
.pub-image img:hover {
transform: scale(1.2)
}
.zoomable {
transition: ease-in-out 1.2s;
cursor: pointer;
}
.zoomable:hover {
transform: scale(1.2)
}
|
public/css/styles/custom.css
|
html,
body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
/* body {
background: rgba(0, 0, 0, 0.4) url('/images/landing_page.jpg') no-repeat fixed center;
background-size: cover;
} */
body {
background-color: #dbe3e6
}
.spinner-holder {
width: 100%;
height: 100%;
z-index: 9999;
position: fixed;
background-color: white;
}
.spinner {
width: 60px;
height: 60px;
position: absolute;
top: 40%;
left: 48%;
}
.double-bounce1,
.double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: rgb(10, 125, 108);
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
0%,
100% {
-webkit-transform: scale(0.0)
}
50% {
-webkit-transform: scale(1.0)
}
}
@keyframes sk-bounce {
0%,
100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
@keyframes pulse {
0% {
transform: scale(0.6);
opacity: 0;
}
33% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.4);
opacity: 0;
}
}
#color-top-loader {
position: fixed;
top: 0;
left: 0;
height: 4px;
width: 100vw;
z-index: 999;
animation-name: animate-loader;
animation-duration: 1.3s;
animation-iteration-count: infinite
}
@keyframes animate-loader {
0% {
background: linear-gradient(to right, rgba(25, 201, 204, 0.1), rgba(25, 201, 204, 0.5), rgba(25, 201, 204, 0.8), rgb(11, 162, 165))
}
25% {
background: linear-gradient(to right, rgba(25, 201, 204, 0.1), rgba(25, 201, 204, 0.5), rgb(11, 162, 165), rgba(25, 201, 204, 0.8))
}
50% {
background: linear-gradient(to right, rgba(25, 201, 204, 0.1), rgb(11, 162, 165), rgba(25, 201, 204, 0.5), rgba(25, 201, 204, 0.8))
}
75% {
background: linear-gradient(to right, rgb(11, 162, 165), rgba(25, 201, 204, 0.8), rgba(25, 201, 204, 0.5), rgba(25, 201, 204, 0.1))
}
100% {
background: linear-gradient(to right, rgba(25, 201, 204, 0.1), rgb(11, 162, 165), rgba(25, 201, 204, 0.5), rgba(25, 201, 204, 0.8))
}
}
._innercontainer {
background: linear-gradient(#05c0c7be, rgba(0, 0, 0, 0));
border-radius: 6px;
box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
}
.ad-company-name {
font-family: 'Amita', cursive;
font-size: 40px;
}
.ad-explain a {
color: white;
text-decoration: unset;
}
a:hover {
text-decoration: unset;
color: rgb(111, 142, 163);
}
.mdi-64px {
font-size: 64px;
}
.bg-custom-info {
background-color: rgb(213, 225, 230);
}
.card-body {
border-radius: 3px;
box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
cursor: pointer;
transition: 0.4s;
}
.card-body:hover {
box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.6);
}
._adslists {
list-style-type: square;
}
.adverts-grid {
display: grid;
grid-template-columns: repeat(4, 25%);
grid-gap: 5px;
}
.adverts-grid-inner {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.advertiser-container {
background: white;
overflow: hidden
}
.image-holder {
height: 160px;
width: 160px;
margin-bottom: 8px;
}
.image-holder img {
height: 100%;
width: 100%;
border-radius: 48%;
box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.4)
}
.trust-area {
background-color: #87a1ab;
padding: 50px;
display: grid;
grid-template-columns: repeat(4, 25%);
grid-gap: 40px;
color: white;
}
.trust-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
.publishers-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: rgba(0, 0, 0, 0.4) url('/images/publisher_bg.jpg') no-repeat fixed center;
background-size: cover;
min-height: 66vh;
position: relative;
}
.publisher-container-inner {
display: grid;
grid-template-columns: 45% 30%;
grid-gap: 40px;
padding-left: 10%;
}
.publisher-container-inner span {
text-align: center;
font-style: italic;
}
.publishers-inner {
position: absolute;
height: 100%;
width: 100%;
background: linear-gradient(to right, rgb(213, 225, 230), rgba(213, 225, 230, 0.98), rgba(213, 225, 230, 0.78), rgba(0, 0, 0, 0.0))
}
.pub-image {
width: 280px;
height: 280px;
border-radius: 48%;
overflow: hidden;
transition: 2.8s;
box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.3);
}
.pub-image img {
height: 100%;
width: 100%;
transition: 1.4s;
cursor: pointer;
}
.pub-image img:hover {
transform: scale(1.2)
}
.zoomable {
transition: ease-in-out 1.2s;
cursor: pointer;
}
.zoomable:hover {
transform: scale(1.2)
}
| 0.528047 | 0.090374 |
.hideme
{
opacity:0;
}
.hero-image {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/banner.jpeg");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
}
.hero-text .button {
border: none;
outline: 0;
display: inline-block;
padding: 10px 25px;
color: black;
background-color: #ddd;
text-align: center;
cursor: pointer;
}
.hero-text button:hover {
background-color: #555;
color: white;
}
.hover {
overflow: hidden;
position: relative;
padding-bottom: 60%;
height: 600px;
}
.hover-overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 3;
transition: all 0.4s;
}
.hover-text {
width: 100%;
height: 200px;
}
.hover img {
width: 100%;
height: 400px;
object-position: center center;
object-fit: contain;
position: absolute;
transition: all 0.3s;
}
.myport img {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
}
.hover-content {
position: relative;
z-index: 4;
}
.hover-5::after {
content: '';
width: 100%;
height: 10px;
background: #9f1d89;
position: absolute;
bottom: -10px;
left: 0;
display: block;
transition: all 0.3s;
z-index: 999;
}
.hover-5 .hover-overlay-separate {
background: rgba(139, 139, 139, 0.4);
opacity: 0.4;
}
.hover-5-title {
position: absolute;
bottom: 1rem;
left: 0;
transition: all 0.3s;
padding: 2rem 3rem;
z-index: 99;
}
.hover-5-title span {
transition: all 0.4s;
opacity: 0;
color: #9f1d89;
}
.hover-5:hover .hover-overlay,
.hover-overlay-separate {
background: rgba(92, 90, 91, 0.486);
}
.hover-5:hover .hover-5-title {
bottom: 0;
}
.hover-5:hover .hover-5-title span {
opacity: 1;
}
.hover-5:hover::after {
bottom: 0;
}
.navbar-toggler,
.toggler-menu {
width: 40px;
height: 40px;
position: relative;
margin: 0;
border-radius: 0;
padding: 0;
margin-left: 15px;
background: transparent;
border: none;
outline: none
}
.navbar-toggler span,
.toggler-menu span {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 25px;
height: 2px;
margin: auto;
box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
background: #191b13;
color: #191b13
}
.mob-header {
position: fixed;
top: 0;
right: 0;
z-index: 5;
left: 0;
padding: 6px 10px
}
.mob-header.fixed-header {
background: #fff;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px
}
@media (min-width: 1201px) {
.mob-header {
padding: 30px 40px;
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s
}
.mob-header.fixed-header {
padding: 15px 40px
}
.mob-header.mh-desk {
display: none
}
}
.mob-header .toggler-menu {
margin-left: auto
}
.mob-header .navbar-brand {
font-size: 30px;
padding: 0 15px;
z-index: 3!important;
}
@media (max-width: 991px) {
.mob-header .navbar-brand {
padding: 0
}
}
.mob-header .navbar-brand a {
color: #ea4020;
font-weight: 700
}
.mob-header.dark .navbar-brand a {
color: #fff
}
.mob-header.dark .toggler-menu span {
background: #fff;
color: #fff
}
.mob-header.dark.fixed-header .navbar-brand a {
color: #191b13
}
.mob-header.dark.fixed-header .toggler-menu span {
background: #191b13;
color: #191b13
}
.header-left {
position: fixed;
top: 0;
width: 400px;
max-width: 100%;
overflow: hidden;
border-radius: 0;
bottom: 0;
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.29);
z-index: 99;
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s;
right: -450px;
background: #191b13
}
.header-left.menu-open {
right: 0
}
@media (min-width: 1201px) {
.header-left.hl-desk {
right: 0
}
}
.header-left .hl-top {
text-align: center;
padding-bottom: 45px;
padding-top: 45px
}
.header-left .hl-top .hl-logo {
text-align: center;
font-size: 32px;
line-height: 30px;
color: #fff;
display: inline-block;
font-weight: 600;
text-transform: uppercase
}
.header-left .hl-top .hl-logo a {
color: #fff;
text-decoration: none
}
.header-left .hl-top .hl-logo span {
display: block;
color: rgba(255, 255, 255, 0.7);
font-size: 16px;
letter-spacing: 2px
}
.header-left .close-icon {
text-align: right;
position: absolute;
right: 20px;
top: 20px;
z-index: 11
}
.header-left .close-icon .hl_menu_close {
width: 40px;
height: 40px;
border: none;
box-shadow: none;
outline: none;
position: relative;
background: transparent;
cursor: pointer;
-moz-transform: scale(.9);
-o-transform: scale(.9);
-ms-transform: scale(.9);
-webkit-transform: scale(.9);
transform: scale(.9);
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s
}
.header-left .close-icon .hl_menu_close span {
width: 25px;
height: 25px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
color: #fff;
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.header-left .close-icon .hl_menu_close span:before,
.header-left .close-icon .hl_menu_close span:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background: currentColor
}
.header-left .close-icon .hl_menu_close span:before {
width: 22px;
height: 2px
}
.header-left .close-icon .hl_menu_close span:after {
height: 22px;
width: 2px
}
.header-left .close-icon .hl_menu_close:hover {
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.header-left .nav {
padding: 100px 50px 50px;
max-height: calc(100% - 150px);
overflow-y: auto
}
@media (max-width: 767px) {
.header-left .nav {
padding: 70px 30px 30px
}
}
.header-left .nav li {
width: 100%;
padding: 15px 0
}
@media (max-width: 767px) {
.header-left .nav li {
padding: 10px 0
}
}
.header-left .nav li a {
font-size: 26px;
font-weight: 400;
padding: 0px;
display: block;
position: relative;
color: rgba(255, 255, 255, 0.6);
position: relative;
display: inline-block
}
@media (max-width: 767px) {
.header-left .nav li a {
font-size: 20px
}
}
.header-left .nav li a:after {
content: "";
width: 0px;
background: #ea4020;
height: 2px;
left: auto;
bottom: 0;
right: 0;
position: absolute;
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s
}
.header-left .nav li a.active,
.header-left .nav li a:hover {
color: #fff
}
.header-left .nav li a.active:after,
.header-left .nav li a:hover:after {
width: 100%;
left: 0;
right: auto
}
.header-left .header-contact {
padding: 20px 50px 50px;
margin-top: auto
}
@media (max-width: 767px) {
.header-left .header-contact {
padding: 20px 30px 50px
}
}
.header-left .header-contact label {
font-size: 18px;
color: rgba(255, 255, 255, 0.8);
font-weight: 200;
width: 100%
}
@media (max-width: 767px) {
.header-left .header-contact label {
font-size: 16px
}
}
.header-left .header-contact a {
font-size: 25px;
font-weight: 600;
color: #fff
}
@media (max-width: 767px) {
.header-left .header-contact a {
font-size: 20px
}
}
|
css/stylish-portfolio.css
|
.hideme
{
opacity:0;
}
.hero-image {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/banner.jpeg");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
}
.hero-text .button {
border: none;
outline: 0;
display: inline-block;
padding: 10px 25px;
color: black;
background-color: #ddd;
text-align: center;
cursor: pointer;
}
.hero-text button:hover {
background-color: #555;
color: white;
}
.hover {
overflow: hidden;
position: relative;
padding-bottom: 60%;
height: 600px;
}
.hover-overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 3;
transition: all 0.4s;
}
.hover-text {
width: 100%;
height: 200px;
}
.hover img {
width: 100%;
height: 400px;
object-position: center center;
object-fit: contain;
position: absolute;
transition: all 0.3s;
}
.myport img {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
}
.hover-content {
position: relative;
z-index: 4;
}
.hover-5::after {
content: '';
width: 100%;
height: 10px;
background: #9f1d89;
position: absolute;
bottom: -10px;
left: 0;
display: block;
transition: all 0.3s;
z-index: 999;
}
.hover-5 .hover-overlay-separate {
background: rgba(139, 139, 139, 0.4);
opacity: 0.4;
}
.hover-5-title {
position: absolute;
bottom: 1rem;
left: 0;
transition: all 0.3s;
padding: 2rem 3rem;
z-index: 99;
}
.hover-5-title span {
transition: all 0.4s;
opacity: 0;
color: #9f1d89;
}
.hover-5:hover .hover-overlay,
.hover-overlay-separate {
background: rgba(92, 90, 91, 0.486);
}
.hover-5:hover .hover-5-title {
bottom: 0;
}
.hover-5:hover .hover-5-title span {
opacity: 1;
}
.hover-5:hover::after {
bottom: 0;
}
.navbar-toggler,
.toggler-menu {
width: 40px;
height: 40px;
position: relative;
margin: 0;
border-radius: 0;
padding: 0;
margin-left: 15px;
background: transparent;
border: none;
outline: none
}
.navbar-toggler span,
.toggler-menu span {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 25px;
height: 2px;
margin: auto;
box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
background: #191b13;
color: #191b13
}
.mob-header {
position: fixed;
top: 0;
right: 0;
z-index: 5;
left: 0;
padding: 6px 10px
}
.mob-header.fixed-header {
background: #fff;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px
}
@media (min-width: 1201px) {
.mob-header {
padding: 30px 40px;
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s
}
.mob-header.fixed-header {
padding: 15px 40px
}
.mob-header.mh-desk {
display: none
}
}
.mob-header .toggler-menu {
margin-left: auto
}
.mob-header .navbar-brand {
font-size: 30px;
padding: 0 15px;
z-index: 3!important;
}
@media (max-width: 991px) {
.mob-header .navbar-brand {
padding: 0
}
}
.mob-header .navbar-brand a {
color: #ea4020;
font-weight: 700
}
.mob-header.dark .navbar-brand a {
color: #fff
}
.mob-header.dark .toggler-menu span {
background: #fff;
color: #fff
}
.mob-header.dark.fixed-header .navbar-brand a {
color: #191b13
}
.mob-header.dark.fixed-header .toggler-menu span {
background: #191b13;
color: #191b13
}
.header-left {
position: fixed;
top: 0;
width: 400px;
max-width: 100%;
overflow: hidden;
border-radius: 0;
bottom: 0;
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.29);
z-index: 99;
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s;
right: -450px;
background: #191b13
}
.header-left.menu-open {
right: 0
}
@media (min-width: 1201px) {
.header-left.hl-desk {
right: 0
}
}
.header-left .hl-top {
text-align: center;
padding-bottom: 45px;
padding-top: 45px
}
.header-left .hl-top .hl-logo {
text-align: center;
font-size: 32px;
line-height: 30px;
color: #fff;
display: inline-block;
font-weight: 600;
text-transform: uppercase
}
.header-left .hl-top .hl-logo a {
color: #fff;
text-decoration: none
}
.header-left .hl-top .hl-logo span {
display: block;
color: rgba(255, 255, 255, 0.7);
font-size: 16px;
letter-spacing: 2px
}
.header-left .close-icon {
text-align: right;
position: absolute;
right: 20px;
top: 20px;
z-index: 11
}
.header-left .close-icon .hl_menu_close {
width: 40px;
height: 40px;
border: none;
box-shadow: none;
outline: none;
position: relative;
background: transparent;
cursor: pointer;
-moz-transform: scale(.9);
-o-transform: scale(.9);
-ms-transform: scale(.9);
-webkit-transform: scale(.9);
transform: scale(.9);
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s
}
.header-left .close-icon .hl_menu_close span {
width: 25px;
height: 25px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
color: #fff;
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.header-left .close-icon .hl_menu_close span:before,
.header-left .close-icon .hl_menu_close span:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background: currentColor
}
.header-left .close-icon .hl_menu_close span:before {
width: 22px;
height: 2px
}
.header-left .close-icon .hl_menu_close span:after {
height: 22px;
width: 2px
}
.header-left .close-icon .hl_menu_close:hover {
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.header-left .nav {
padding: 100px 50px 50px;
max-height: calc(100% - 150px);
overflow-y: auto
}
@media (max-width: 767px) {
.header-left .nav {
padding: 70px 30px 30px
}
}
.header-left .nav li {
width: 100%;
padding: 15px 0
}
@media (max-width: 767px) {
.header-left .nav li {
padding: 10px 0
}
}
.header-left .nav li a {
font-size: 26px;
font-weight: 400;
padding: 0px;
display: block;
position: relative;
color: rgba(255, 255, 255, 0.6);
position: relative;
display: inline-block
}
@media (max-width: 767px) {
.header-left .nav li a {
font-size: 20px
}
}
.header-left .nav li a:after {
content: "";
width: 0px;
background: #ea4020;
height: 2px;
left: auto;
bottom: 0;
right: 0;
position: absolute;
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s
}
.header-left .nav li a.active,
.header-left .nav li a:hover {
color: #fff
}
.header-left .nav li a.active:after,
.header-left .nav li a:hover:after {
width: 100%;
left: 0;
right: auto
}
.header-left .header-contact {
padding: 20px 50px 50px;
margin-top: auto
}
@media (max-width: 767px) {
.header-left .header-contact {
padding: 20px 30px 50px
}
}
.header-left .header-contact label {
font-size: 18px;
color: rgba(255, 255, 255, 0.8);
font-weight: 200;
width: 100%
}
@media (max-width: 767px) {
.header-left .header-contact label {
font-size: 16px
}
}
.header-left .header-contact a {
font-size: 25px;
font-weight: 600;
color: #fff
}
@media (max-width: 767px) {
.header-left .header-contact a {
font-size: 20px
}
}
| 0.577614 | 0.095518 |
body {font-family: 'Roboto', sans-serif;}
.login,
.image {min-height: 100vh;}
html{height:100%; }
body{height:100%;background: #3a3a3c;}
.intro{height:100%}
.left{/* display:flex; *//* justify-content:center; *//* align-items:center; */background: #3a3a3c url(../images/bglogin.png) no-repeat;height:100%;color:#FFF;background-position: 100% -70px;}
.right{display: block;justify-content:center;align-items:center;background-color:#FFF;height:100%;color:#3d231b;background: #fff;-webkit-border-top-right-radius: 50px;-webkit-border-bottom-right-radius: 50px;-moz-border-radius-topright: 50px;-moz-border-radius-bottomright: 50px;border-top-right-radius: 50px;border-bottom-right-radius: 50px;}
.right .loginBox{max-width: 552px;padding: 49px 47px 32px 48px;border-radius: 22.5px;/* box-shadow: 0 11px 292px 0 rgba(0, 0, 0, 0.19); */background-color: #ffffff;text-align: center;margin: 140px auto 0 auto;}
.right .loginBox h4 {font-size: 48.6px; font-weight: bold;color: #3f3f88;font-family: Bebas Neue;letter-spacing: 4.88px;}
.right .loginBox h5 {font-family: 'Roboto';font-size: 30.6px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: -0.33px;text-align: center;color: #000000;margin: 0 0 10px 0;}
.right .loginBox p { font-family: 'Nunito Sans', sans-serif; font-size: 12.6px; font-weight: normal; font-stretch: normal;font-style: normal;line-height: 1.71;letter-spacing: normal; text-align: center; color: #7e7e7e;}
.editPointsForm {margin: 60px 0 0 0;}
.editPointsForm .form-group{position: relative;text-align: left;}
.editPointsForm .form-group .form-control {height: 65px;font-size: 19.4px;padding: 0 54px 0 15px;border-radius: 4px;border: solid 1px #d9e1ec;background-color: #ffffff;}
.editPointsForm .form-group .form-control label {text-align: left}
.editPointsForm .form-group .fa {position: absolute;left: 14px;top: 23px;font-size: 20px;color: #7e7e7e;}
.btn-submit {width: 100%;border-radius: 6.5px;background-color: #56b746;border: 0;color: #ffffff;font-size: 22.7px;font-weight: 700;padding: 15px 0;margin: 0 0 20px 0;}
.btn-submit:hover {background-color: #56b746;}
.editPointsForm .form-group a{color: #1e5eff;font-size: 16.2px;}
.editPointsForm .form-group p.style {font-family: NunitoSans; font-size: 16.2px;text-align: center; color: #767676; font-family: 'Nunito Sans', sans-serif;}
.lableClass {font-family: 'Roboto', sans-serif;font-size: 16.2px; color: #7e7e7e;}
#editPoints {margin: 20px 0 0 0;}
.logoMain {display: block; margin: 30px 0 0 50px;}
.signUpBtn {font-family: Roboto; font-size: 14px;color: #4d4d4f; padding: 11px 0 0 1px; box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.06); background-color: #f9f9f9; border-bottom: solid 1px #56b746; padding: 8px 24px; float: right; margin: -40px 40px 0 0; text-decoration: none; }
.signUpBtn:hover {text-decoration: none;}
@media (max-width: 900px) {
.left{height:0%}
.right{height:100%; border-radius: 0;}
.logoMain { display: block; margin: 0 auto; padding: 20px 0; display: block; width: 240px;}
.signUpBtn { font-family: Roboto; font-size: 14px; color: #4d4d4f; padding: 11px 0 0 1px; box-shadow: 0 12px 32px 0 rgb(0 0 0 / 6%); background-color: #f9f9f9; border-bottom: solid 1px #56b746; padding: 8px 24px; float: none; margin: 20px auto; text-decoration: none; display: block; width: 200px; text-align: center;}
}
.about{display:flex;justify-content:center;align-items:center;background-color:#000;color:#FFF;height:100%}
|
public/newWidget/assets/css/login.css
|
body {font-family: 'Roboto', sans-serif;}
.login,
.image {min-height: 100vh;}
html{height:100%; }
body{height:100%;background: #3a3a3c;}
.intro{height:100%}
.left{/* display:flex; *//* justify-content:center; *//* align-items:center; */background: #3a3a3c url(../images/bglogin.png) no-repeat;height:100%;color:#FFF;background-position: 100% -70px;}
.right{display: block;justify-content:center;align-items:center;background-color:#FFF;height:100%;color:#3d231b;background: #fff;-webkit-border-top-right-radius: 50px;-webkit-border-bottom-right-radius: 50px;-moz-border-radius-topright: 50px;-moz-border-radius-bottomright: 50px;border-top-right-radius: 50px;border-bottom-right-radius: 50px;}
.right .loginBox{max-width: 552px;padding: 49px 47px 32px 48px;border-radius: 22.5px;/* box-shadow: 0 11px 292px 0 rgba(0, 0, 0, 0.19); */background-color: #ffffff;text-align: center;margin: 140px auto 0 auto;}
.right .loginBox h4 {font-size: 48.6px; font-weight: bold;color: #3f3f88;font-family: Bebas Neue;letter-spacing: 4.88px;}
.right .loginBox h5 {font-family: 'Roboto';font-size: 30.6px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: -0.33px;text-align: center;color: #000000;margin: 0 0 10px 0;}
.right .loginBox p { font-family: 'Nunito Sans', sans-serif; font-size: 12.6px; font-weight: normal; font-stretch: normal;font-style: normal;line-height: 1.71;letter-spacing: normal; text-align: center; color: #7e7e7e;}
.editPointsForm {margin: 60px 0 0 0;}
.editPointsForm .form-group{position: relative;text-align: left;}
.editPointsForm .form-group .form-control {height: 65px;font-size: 19.4px;padding: 0 54px 0 15px;border-radius: 4px;border: solid 1px #d9e1ec;background-color: #ffffff;}
.editPointsForm .form-group .form-control label {text-align: left}
.editPointsForm .form-group .fa {position: absolute;left: 14px;top: 23px;font-size: 20px;color: #7e7e7e;}
.btn-submit {width: 100%;border-radius: 6.5px;background-color: #56b746;border: 0;color: #ffffff;font-size: 22.7px;font-weight: 700;padding: 15px 0;margin: 0 0 20px 0;}
.btn-submit:hover {background-color: #56b746;}
.editPointsForm .form-group a{color: #1e5eff;font-size: 16.2px;}
.editPointsForm .form-group p.style {font-family: NunitoSans; font-size: 16.2px;text-align: center; color: #767676; font-family: 'Nunito Sans', sans-serif;}
.lableClass {font-family: 'Roboto', sans-serif;font-size: 16.2px; color: #7e7e7e;}
#editPoints {margin: 20px 0 0 0;}
.logoMain {display: block; margin: 30px 0 0 50px;}
.signUpBtn {font-family: Roboto; font-size: 14px;color: #4d4d4f; padding: 11px 0 0 1px; box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.06); background-color: #f9f9f9; border-bottom: solid 1px #56b746; padding: 8px 24px; float: right; margin: -40px 40px 0 0; text-decoration: none; }
.signUpBtn:hover {text-decoration: none;}
@media (max-width: 900px) {
.left{height:0%}
.right{height:100%; border-radius: 0;}
.logoMain { display: block; margin: 0 auto; padding: 20px 0; display: block; width: 240px;}
.signUpBtn { font-family: Roboto; font-size: 14px; color: #4d4d4f; padding: 11px 0 0 1px; box-shadow: 0 12px 32px 0 rgb(0 0 0 / 6%); background-color: #f9f9f9; border-bottom: solid 1px #56b746; padding: 8px 24px; float: none; margin: 20px auto; text-decoration: none; display: block; width: 200px; text-align: center;}
}
.about{display:flex;justify-content:center;align-items:center;background-color:#000;color:#FFF;height:100%}
| 0.134491 | 0.08882 |
button {
cursor: pointer;
}
#portfolio {
position: relative;
display: grid;
grid-template-columns: repeat(6, minmax(10px, 1fr));
grid-gap: 3px;
height: 80vh;
}
.project {
position: relative;
overflow: hidden;
}
.project:hover .grid__overlay {
opacity: 0.8;
}
.grid__overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #ccc;
}
.grid__overlay button {
background: none;
outline: none;
font-weight: 100;
letter-spacing: 2px;
border: 1px solid #ffffff;
color: #ffffff;
padding: 10px;
margin-top: 50vh;
margin-left: 20px;
}
.grid__overlay button:hover {
transition: all 0.3s ease-in-out;
background: #ffffff;
color: #D1A39E;
transform: scale(1.05);
}
.overlay {
position: fixed;
background: rgba(71, 69, 69, 0.7);
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
z-index: 3;
}
.overlay.open {
display: grid;
align-items: center;
justify-items: center;
}
.project__image{
margin-left: -230%;
margin-top: -10%;
}
/**
* Material Modal CSS
*/
.modal {
will-change: visibility, opacity;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-y: auto;
overflow-x: hidden;
z-index: 1000;
visibility: hidden;
opacity: 0;
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition-delay: $modal-delay;
}
.modal--active {
visibility: visible;
opacity: 1;
}
.modal__bg {
background: transparent;
}
.modal__dialog {
max-width: 800px;
padding: 1.2rem;
}
.modal__content {
will-change: transform, opacity;
position: relative;
padding: 2.4rem;
background: #fff;
border-radius: 10px;
background-clip: padding-box;
box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
opacity: 0;
transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
opacity: 1;
}
.modal__close {
z-index: 900;
cursor: pointer;
}
.modal__trigger {
position: relative;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
z-index: 10;
}
#modal__temp {
will-change: transform, opacity;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ccc;
-webkit-transform: none;
transform: none;
opacity: 1;
transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-btns .info {
background: #ccc;
padding: 3vh 10vw;
height: 70vh;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column wrap;
}
.demo-btns .modal__trigger {
margin-right: 3px;
}
@media (max-width: 640px) {
.demo-btns .modal__trigger {
margin-bottom: 0.8rem;
}
}
.demo-close {
position: absolute;
top: 0;
right: 0;
margin: 1.2rem;
padding: 0.6rem;
background: rgba(0,0,0,0.3);
border-radius: 50%;
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
width: 24px;
fill: #fff;
pointer-events: none;
vertical-align: top;
}
.demo-close:hover {
background: rgba(0,0,0,0.6);
}
|
css/character.css
|
button {
cursor: pointer;
}
#portfolio {
position: relative;
display: grid;
grid-template-columns: repeat(6, minmax(10px, 1fr));
grid-gap: 3px;
height: 80vh;
}
.project {
position: relative;
overflow: hidden;
}
.project:hover .grid__overlay {
opacity: 0.8;
}
.grid__overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #ccc;
}
.grid__overlay button {
background: none;
outline: none;
font-weight: 100;
letter-spacing: 2px;
border: 1px solid #ffffff;
color: #ffffff;
padding: 10px;
margin-top: 50vh;
margin-left: 20px;
}
.grid__overlay button:hover {
transition: all 0.3s ease-in-out;
background: #ffffff;
color: #D1A39E;
transform: scale(1.05);
}
.overlay {
position: fixed;
background: rgba(71, 69, 69, 0.7);
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
z-index: 3;
}
.overlay.open {
display: grid;
align-items: center;
justify-items: center;
}
.project__image{
margin-left: -230%;
margin-top: -10%;
}
/**
* Material Modal CSS
*/
.modal {
will-change: visibility, opacity;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-y: auto;
overflow-x: hidden;
z-index: 1000;
visibility: hidden;
opacity: 0;
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition-delay: $modal-delay;
}
.modal--active {
visibility: visible;
opacity: 1;
}
.modal__bg {
background: transparent;
}
.modal__dialog {
max-width: 800px;
padding: 1.2rem;
}
.modal__content {
will-change: transform, opacity;
position: relative;
padding: 2.4rem;
background: #fff;
border-radius: 10px;
background-clip: padding-box;
box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
opacity: 0;
transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
opacity: 1;
}
.modal__close {
z-index: 900;
cursor: pointer;
}
.modal__trigger {
position: relative;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
z-index: 10;
}
#modal__temp {
will-change: transform, opacity;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ccc;
-webkit-transform: none;
transform: none;
opacity: 1;
transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-btns .info {
background: #ccc;
padding: 3vh 10vw;
height: 70vh;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column wrap;
}
.demo-btns .modal__trigger {
margin-right: 3px;
}
@media (max-width: 640px) {
.demo-btns .modal__trigger {
margin-bottom: 0.8rem;
}
}
.demo-close {
position: absolute;
top: 0;
right: 0;
margin: 1.2rem;
padding: 0.6rem;
background: rgba(0,0,0,0.3);
border-radius: 50%;
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
width: 24px;
fill: #fff;
pointer-events: none;
vertical-align: top;
}
.demo-close:hover {
background: rgba(0,0,0,0.6);
}
| 0.436862 | 0.069226 |
body {
font-family: Poppins;
}
a {
color: #1f3364;
}
.login {
width: unset;
width: 100% !important;
box-sizing: border-box;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.login .left .full {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100vh;
object-fit: cover;
/* box-shadow: 0 0 10px 0 rgba(0,0,0,.7) !important; */
}
.left .footer a {
color: #fff
}
.left .logo {
float: left;
position: absolute;
left: 30;
top: 50;
z-index: 1000;
padding: 5px;
color: #343a3d;
font-weight: 400;
height: 100px;
width: auto;
margin-top: 50px;
margin-left: 70px;
}
.left .title {
float: left;
position: absolute;
left: 10;
top: 0;
z-index: 1000;
padding: 5px;
color: #343a3d;
font-weight: 400;
}
.left .footer {
float: left;
position: absolute;
left: 10;
bottom: 0;
z-index: 1000;
padding: 5px;
color: white;
font-weight: 400;
}
.btn-brand-cta {
text-align: center;
color: #2A2421;
font-weight: bold;
border-style: hidden;
transition: all .48s ease;
background: #FED700;
font-weight: 400;
/* background-image: linear-gradient(120deg, #1f3364, #1f3364); */
}
.btn-brand-cta:hover,
.btn-brand-cta:focus,
.btn-brand-cta.focus,
.btn-brand-cta:active,
.btn-brand-cta.active,
.open>.dropdown-toggle.btn-brand-cta {
color: #2A2421;
border-width: 1px;
background: #FED700;
}
.btn-brand-cta:active,
.btn-brand-cta.active,
.open>.dropdown-toggle.btn-brand-cta {
/* background-image: none; */
background-image: linear-gradient(120deg, #208b6d, #208b6d);
}
@media (min-width: 1199.98px) {
.login-wrapper {
/* margin: 50px auto; */
width: 90% !important;
/* height: 500px; */
}
.form-login .sub-title,
.login-wrapper .top-logo img {
margin-bottom: 50px !important
}
}
/* RIGHT */
.right {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3) !important;
height: 100vh
}
.foot-illus {
width: auto;
height: 200px !important;
position: absolute;
right: 0;
bottom: 0;
z-index: -99999;
margin: 0px !important;
}
.login-wrapper {
margin: 50px auto;
width: 95%;
height: 500px;
display: grid;
}
.login-wrapper img {
/* margin-left: 15px; */
margin-bottom: 20px;
height: 50px;
}
.top-logo {
/* height: 60px; */
display: block;
}
.login-wrapper .top-logo p {
width: 200px;
font-family: montserrat;
font-size: 12px;
color: rgba(11, 23, 20, .7);
font-weight: 500;
/* margin: 15px; */
padding: 5px;
margin-bottom: 5px;
}
.top-logo img {
margin-right: 0px;
padding-left: 25px;
/* margin-top: 10px; */
height: 55px;
opacity: .9;
float: right;
}
.form-login {
margin: 15px;
}
.form-login .center {
margin: 0 auto;
width: 60%;
max-width: 400px;
}
.form-login .title {
opacity: 1;
font-size: 33px;
font-family: Poppins;
color: #343a3d;
line-height: 40px;
letter-spacing: 0px;
font-weight: 400;
text-align: center;
}
.form-login .sub-title {
opacity: 1;
font-size: 18px;
font-family: Poppins;
color: #214D54;
line-height: 30px;
letter-spacing: 0px;
margin-bottom: 40px !important;
text-align: center;
}
.form-group {
margin-bottom: 0px !important;
}
.username .form-control {
color: #212120;
font-weight: 400;
display: block;
width: 100%;
padding: 1.5rem 0.75rem 0rem .75rem !important;
font-size: 1rem;
line-height: 3 !important;
background-color: #fff;
background-clip: padding-box;
border-bottom: 0px;
border-radius: 0 0 !important;
}
.password .form-control {
color: #212120;
font-weight: 400;
display: block;
width: 100%;
padding: 1.5rem 0.75rem 0rem .75rem !important;
font-size: 1rem;
line-height: 3 !important;
background-color: #fff;
background-clip: padding-box;
border-radius: 0 !important;
}
.password label,
.username label {
color: #79a1c4 !important;
font-weight: 400 !important;
display: inline !important;
margin-bottom: -50px !important;
/* z-index: 99999; */
position: absolute;
margin-left: .75rem;
margin-top: .4rem;
padding-top: .3rem;
}
.login .form-control {
transition: .15s ease-in-out;
color: #495057;
background-color: transparent;
/* border-left-color: #36695A !important; */
border-bottom: solid 1px #c6def3 !important;
outline: 0;
border: transparent;
/* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}
.login .form-control:focus {
color: #495057;
background-color: transparent;
/* border-left-color: #36695A !important; */
/* border-left:solid 5px #1f3364 !important; */
border-bottom: solid 2px #4a6ab2 !important;
outline: 0;
border: transparent;
box-shadow: 0 0 0 0.2rem transparent;
}
.login .button {
margin-top: 20px;
}
.button h5 {
margin-bottom: unset !important;
padding: 10px
}
/* back */
.form-group {
margin-bottom: 0px !important;
}
.username .form-control {
font-family: Poppins;
color: #212120;
font-weight: 400;
display: block;
width: 100%;
padding: 1.5rem 0.75rem 0rem .75rem !important;
font-size: 1rem;
line-height: 3 !important;
/* color: #495057; */
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-bottom: 0px;
/* border-radius: .25rem; */
/* border: 1px solid rgb(224, 224, 224); */
transition: border-left-color .15s ease-in-out, box-shadow .15s ease-in-out;
border-radius: 0.25rem 0.25rem 0 0 !important;
}
.password .form-control {
font-family: Poppins;
color: #212120;
font-weight: 400;
display: block;
width: 100%;
padding: 1.5rem 0.75rem 0rem .75rem !important;
font-size: 1rem;
line-height: 3 !important;
/* color: #495057; */
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
/* border-radius: .25rem; */
/* border: 1px solid rgb(224, 224, 224); */
transition: border-left-color .15s ease-in-out, box-shadow .15s ease-in-out;
border-radius: 0 0 .25rem .25rem !important;
}
.password label,
.username label {
color: #1f3364 !important;
font-weight: 400 !important;
display: inline !important;
margin-bottom: -50px !important;
/* z-index: 99999; */
position: absolute;
margin-left: 0.75rem;
margin-top: 0.4rem;
padding-top: 0.3rem;
font-family: Poppins;
}
.login .form-control:focus {
color: #495057;
background-color: #fff;
/* border-left-color: #36695A !important; */
border-left: solid 5px #1f3364 !important;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.login .button {
margin-top: 50px;
}
.button h5 {
margin-bottom: unset !important;
padding: 10px
}
.footer-bottom p {
font-family: Poppins;
font-size: 14px !important;
text-align: center !important;
}
|
assets/extends/login/css/main-login-wms.css
|
body {
font-family: Poppins;
}
a {
color: #1f3364;
}
.login {
width: unset;
width: 100% !important;
box-sizing: border-box;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.login .left .full {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100vh;
object-fit: cover;
/* box-shadow: 0 0 10px 0 rgba(0,0,0,.7) !important; */
}
.left .footer a {
color: #fff
}
.left .logo {
float: left;
position: absolute;
left: 30;
top: 50;
z-index: 1000;
padding: 5px;
color: #343a3d;
font-weight: 400;
height: 100px;
width: auto;
margin-top: 50px;
margin-left: 70px;
}
.left .title {
float: left;
position: absolute;
left: 10;
top: 0;
z-index: 1000;
padding: 5px;
color: #343a3d;
font-weight: 400;
}
.left .footer {
float: left;
position: absolute;
left: 10;
bottom: 0;
z-index: 1000;
padding: 5px;
color: white;
font-weight: 400;
}
.btn-brand-cta {
text-align: center;
color: #2A2421;
font-weight: bold;
border-style: hidden;
transition: all .48s ease;
background: #FED700;
font-weight: 400;
/* background-image: linear-gradient(120deg, #1f3364, #1f3364); */
}
.btn-brand-cta:hover,
.btn-brand-cta:focus,
.btn-brand-cta.focus,
.btn-brand-cta:active,
.btn-brand-cta.active,
.open>.dropdown-toggle.btn-brand-cta {
color: #2A2421;
border-width: 1px;
background: #FED700;
}
.btn-brand-cta:active,
.btn-brand-cta.active,
.open>.dropdown-toggle.btn-brand-cta {
/* background-image: none; */
background-image: linear-gradient(120deg, #208b6d, #208b6d);
}
@media (min-width: 1199.98px) {
.login-wrapper {
/* margin: 50px auto; */
width: 90% !important;
/* height: 500px; */
}
.form-login .sub-title,
.login-wrapper .top-logo img {
margin-bottom: 50px !important
}
}
/* RIGHT */
.right {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3) !important;
height: 100vh
}
.foot-illus {
width: auto;
height: 200px !important;
position: absolute;
right: 0;
bottom: 0;
z-index: -99999;
margin: 0px !important;
}
.login-wrapper {
margin: 50px auto;
width: 95%;
height: 500px;
display: grid;
}
.login-wrapper img {
/* margin-left: 15px; */
margin-bottom: 20px;
height: 50px;
}
.top-logo {
/* height: 60px; */
display: block;
}
.login-wrapper .top-logo p {
width: 200px;
font-family: montserrat;
font-size: 12px;
color: rgba(11, 23, 20, .7);
font-weight: 500;
/* margin: 15px; */
padding: 5px;
margin-bottom: 5px;
}
.top-logo img {
margin-right: 0px;
padding-left: 25px;
/* margin-top: 10px; */
height: 55px;
opacity: .9;
float: right;
}
.form-login {
margin: 15px;
}
.form-login .center {
margin: 0 auto;
width: 60%;
max-width: 400px;
}
.form-login .title {
opacity: 1;
font-size: 33px;
font-family: Poppins;
color: #343a3d;
line-height: 40px;
letter-spacing: 0px;
font-weight: 400;
text-align: center;
}
.form-login .sub-title {
opacity: 1;
font-size: 18px;
font-family: Poppins;
color: #214D54;
line-height: 30px;
letter-spacing: 0px;
margin-bottom: 40px !important;
text-align: center;
}
.form-group {
margin-bottom: 0px !important;
}
.username .form-control {
color: #212120;
font-weight: 400;
display: block;
width: 100%;
padding: 1.5rem 0.75rem 0rem .75rem !important;
font-size: 1rem;
line-height: 3 !important;
background-color: #fff;
background-clip: padding-box;
border-bottom: 0px;
border-radius: 0 0 !important;
}
.password .form-control {
color: #212120;
font-weight: 400;
display: block;
width: 100%;
padding: 1.5rem 0.75rem 0rem .75rem !important;
font-size: 1rem;
line-height: 3 !important;
background-color: #fff;
background-clip: padding-box;
border-radius: 0 !important;
}
.password label,
.username label {
color: #79a1c4 !important;
font-weight: 400 !important;
display: inline !important;
margin-bottom: -50px !important;
/* z-index: 99999; */
position: absolute;
margin-left: .75rem;
margin-top: .4rem;
padding-top: .3rem;
}
.login .form-control {
transition: .15s ease-in-out;
color: #495057;
background-color: transparent;
/* border-left-color: #36695A !important; */
border-bottom: solid 1px #c6def3 !important;
outline: 0;
border: transparent;
/* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}
.login .form-control:focus {
color: #495057;
background-color: transparent;
/* border-left-color: #36695A !important; */
/* border-left:solid 5px #1f3364 !important; */
border-bottom: solid 2px #4a6ab2 !important;
outline: 0;
border: transparent;
box-shadow: 0 0 0 0.2rem transparent;
}
.login .button {
margin-top: 20px;
}
.button h5 {
margin-bottom: unset !important;
padding: 10px
}
/* back */
.form-group {
margin-bottom: 0px !important;
}
.username .form-control {
font-family: Poppins;
color: #212120;
font-weight: 400;
display: block;
width: 100%;
padding: 1.5rem 0.75rem 0rem .75rem !important;
font-size: 1rem;
line-height: 3 !important;
/* color: #495057; */
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-bottom: 0px;
/* border-radius: .25rem; */
/* border: 1px solid rgb(224, 224, 224); */
transition: border-left-color .15s ease-in-out, box-shadow .15s ease-in-out;
border-radius: 0.25rem 0.25rem 0 0 !important;
}
.password .form-control {
font-family: Poppins;
color: #212120;
font-weight: 400;
display: block;
width: 100%;
padding: 1.5rem 0.75rem 0rem .75rem !important;
font-size: 1rem;
line-height: 3 !important;
/* color: #495057; */
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
/* border-radius: .25rem; */
/* border: 1px solid rgb(224, 224, 224); */
transition: border-left-color .15s ease-in-out, box-shadow .15s ease-in-out;
border-radius: 0 0 .25rem .25rem !important;
}
.password label,
.username label {
color: #1f3364 !important;
font-weight: 400 !important;
display: inline !important;
margin-bottom: -50px !important;
/* z-index: 99999; */
position: absolute;
margin-left: 0.75rem;
margin-top: 0.4rem;
padding-top: 0.3rem;
font-family: Poppins;
}
.login .form-control:focus {
color: #495057;
background-color: #fff;
/* border-left-color: #36695A !important; */
border-left: solid 5px #1f3364 !important;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.login .button {
margin-top: 50px;
}
.button h5 {
margin-bottom: unset !important;
padding: 10px
}
.footer-bottom p {
font-family: Poppins;
font-size: 14px !important;
text-align: center !important;
}
| 0.382603 | 0.070752 |
.container{
width:1200px;
margin: auto;
}
*{
box-sizing: border-box;
}
.clearfix{
clear: both;
}
.line{
position: relative;
}
.line::after{
content: "";
position: absolute;
display: block;
top: 26px;
left: 0;
width: 40px;
height: 0;
border: 1px solid #0b0101;
}
/*
hr{
width: 40px;
width: 40px;
background: #ccc;
position: relative;
left: -572px;
top: 10px
}
*/
/*end Global Rules*/
/* start with navbar*/
.navbar{
background: #ccc;
font-size: 20px;
height: 0;
color: #fff;
position: relative;
z-index: 6;
}
.navbar .brand{
width: 40%;
float: left;
font-weight: bold;
}
.navbar .links{
width: 60%;
float: left;
}
.navbar ul.links{
list-style: none;
}
.navbar ul.links li{
display: inline-block;
margin-left: 20px;
border-bottom: 1px solid Transport;
cursor: pointer;
}
.navbar ul.links li a{
color: #fff;
text-decoration: none;
}
.navbar ul.links li.active a,.navbar ul.links li a:hover{
color:#1abc9c;
border-bottom: 1px solid #1abc9c;
}
.navbar ul.links li a{
color: #fff;
}
@media( max-width:767px ){
.navbar{
display: none;
}
.header{
display: none;
}
}
/* end with navbar*/
/*start with header*/
.header{
background-image: url('../images/ww1 (1).jpg');
background-size: cover;
position: relative;
z-index: 2;
}
.header .overlay{
position: absolute;
background-color: rgba(0, 0, 0, 0.7);
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
/*end with header*/
/*start with services*/
.services{
margin: 20px 40px 80px;
}
.item{
width:33.333%;
float: left;
overflow: hidden;
}
.item i{
width: 20%;
float: left;
font-size: 70px;
color: #1bab83;
}
.item .info{
width: 75%;
margin-right: 5%;
float: left;
position: relative;
bottom: 19px;
}
/* end with service*/
/* start with ourteam*/
.ourTeam .box{
width: 30%;
float:left;
}
.ourTeam .img{
width: 16%;
float: left;
text-align: right;
margin-left: 1.5%;
}
}
.ourTeam .img img{
width:100%;
height: 100%;
}
/* end with ourteam*/
/*start With testmonial*/
.testmonial{
margin-top: 100px;
background: url("../images/test.jpg");
background-size: cover;
height: 350px;
position: relative;
text-align: center;
color: #fff;
padding: 100px;
}
.testmonial .overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
.testmonial .overlay h2{
margin-top: 90px;
}
.testmonial .overlay q{
display: block;
margin-top: 50px;
line-height: 2;
color: #868080;
}
.testmonial .overlay span{
display: block;
color:#1bab83;
font-size: 30px;
font-weight: bold;
}
.testmonial .slider > div{
display: none;
}
.testmonial .slider .active{
display: block;
}
/*end With testmonial*/
.btn{
width: 200px;
background-color: crimson;
height: 50px;
position: relative;
border-radius: 20px;
color: #fff;
overflow: hidden;
}
.btn.btn-effect span:first-child{
position: absolute;
background-color: #0f0;
top: 0;
right: 50%;
left: 50%;
width: 0;
height: 100%;
display: block;
z-index: 3
}
.btn.btn-effect span:last-child{
position: relative;
z-index: 6
}
|
css/run.css
|
.container{
width:1200px;
margin: auto;
}
*{
box-sizing: border-box;
}
.clearfix{
clear: both;
}
.line{
position: relative;
}
.line::after{
content: "";
position: absolute;
display: block;
top: 26px;
left: 0;
width: 40px;
height: 0;
border: 1px solid #0b0101;
}
/*
hr{
width: 40px;
width: 40px;
background: #ccc;
position: relative;
left: -572px;
top: 10px
}
*/
/*end Global Rules*/
/* start with navbar*/
.navbar{
background: #ccc;
font-size: 20px;
height: 0;
color: #fff;
position: relative;
z-index: 6;
}
.navbar .brand{
width: 40%;
float: left;
font-weight: bold;
}
.navbar .links{
width: 60%;
float: left;
}
.navbar ul.links{
list-style: none;
}
.navbar ul.links li{
display: inline-block;
margin-left: 20px;
border-bottom: 1px solid Transport;
cursor: pointer;
}
.navbar ul.links li a{
color: #fff;
text-decoration: none;
}
.navbar ul.links li.active a,.navbar ul.links li a:hover{
color:#1abc9c;
border-bottom: 1px solid #1abc9c;
}
.navbar ul.links li a{
color: #fff;
}
@media( max-width:767px ){
.navbar{
display: none;
}
.header{
display: none;
}
}
/* end with navbar*/
/*start with header*/
.header{
background-image: url('../images/ww1 (1).jpg');
background-size: cover;
position: relative;
z-index: 2;
}
.header .overlay{
position: absolute;
background-color: rgba(0, 0, 0, 0.7);
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
/*end with header*/
/*start with services*/
.services{
margin: 20px 40px 80px;
}
.item{
width:33.333%;
float: left;
overflow: hidden;
}
.item i{
width: 20%;
float: left;
font-size: 70px;
color: #1bab83;
}
.item .info{
width: 75%;
margin-right: 5%;
float: left;
position: relative;
bottom: 19px;
}
/* end with service*/
/* start with ourteam*/
.ourTeam .box{
width: 30%;
float:left;
}
.ourTeam .img{
width: 16%;
float: left;
text-align: right;
margin-left: 1.5%;
}
}
.ourTeam .img img{
width:100%;
height: 100%;
}
/* end with ourteam*/
/*start With testmonial*/
.testmonial{
margin-top: 100px;
background: url("../images/test.jpg");
background-size: cover;
height: 350px;
position: relative;
text-align: center;
color: #fff;
padding: 100px;
}
.testmonial .overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
.testmonial .overlay h2{
margin-top: 90px;
}
.testmonial .overlay q{
display: block;
margin-top: 50px;
line-height: 2;
color: #868080;
}
.testmonial .overlay span{
display: block;
color:#1bab83;
font-size: 30px;
font-weight: bold;
}
.testmonial .slider > div{
display: none;
}
.testmonial .slider .active{
display: block;
}
/*end With testmonial*/
.btn{
width: 200px;
background-color: crimson;
height: 50px;
position: relative;
border-radius: 20px;
color: #fff;
overflow: hidden;
}
.btn.btn-effect span:first-child{
position: absolute;
background-color: #0f0;
top: 0;
right: 50%;
left: 50%;
width: 0;
height: 100%;
display: block;
z-index: 3
}
.btn.btn-effect span:last-child{
position: relative;
z-index: 6
}
| 0.366817 | 0.069637 |
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Regular.eot');
src: url('../fonts/Proxima_Nova_Regular.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Regular.woff2') format('woff2'), url('../fonts/Proxima_Nova_Regular.woff') format('woff'), url('../fonts/Proxima_Nova_Regular.ttf') format('truetype'), url('../fonts/Proxima_Nova_Regular.svg#Proxima_Nova_Regular') format('svg');
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Regular_Italic.eot');
src: url('../fonts/Proxima_Nova_Regular_Italic.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Regular_Italic.woff2') format('woff2'), url('../fonts/Proxima_Nova_Regular_Italic.woff') format('woff'), url('../fonts/Proxima_Nova_Regular_Italic.ttf') format('truetype'), url('../fonts/Proxima_Nova_Regular_Italic.svg#Proxima_Nova_Regular_Italic') format('svg');
font-style: italic;
font-weight: 400;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Bold.eot');
src: url('../fonts/Proxima_Nova_Bold.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Bold.woff2') format('woff2'), url('../fonts/Proxima_Nova_Bold.woff') format('woff'), url('../fonts/Proxima_Nova_Bold.ttf') format('truetype'), url('../fonts/Proxima_Nova_Bold.svg#Proxima_Nova_Bold') format('svg');
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Bold_Italic.eot');
src: url('../fonts/Proxima_Nova_Bold_Italic.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Bold_Italic.woff2') format('woff2'), url('../fonts/Proxima_Nova_Bold_Italic.woff') format('woff'), url('../fonts/Proxima_Nova_Bold_Italic.ttf') format('truetype'), url('../fonts/Proxima_Nova_Bold_Italic.svg#Proxima_Nova_Bold_Italic') format('svg');
font-style: italic;
font-weight: 700;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Semibold.eot');
src: url('../fonts/Proxima_Nova_Semibold.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Semibold.woff2') format('woff2'), url('../fonts/Proxima_Nova_Semibold.woff') format('woff'), url('../fonts/Proxima_Nova_Semibold.ttf') format('truetype'), url('../fonts/Proxima_Nova_Semibold.svg#Proxima_Nova_Semibold') format('svg');
font-style: normal;
font-weight: 600;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Semibold_Italic.eot');
src: url('../fonts/Proxima_Nova_Semibold_Italic.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Semibold_Italic.woff2') format('woff2'), url('../fonts/Proxima_Nova_Semibold_Italic.woff') format('woff'), url('../fonts/Proxima_Nova_Semibold_Italic.ttf') format('truetype'), url('../fonts/Proxima_Nova_Semibold_Italic.svg#Proxima_Nova_Semibold_Italic') format('svg');
font-style: italic;
font-weight: 600;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Light.eot');
src: url('../fonts/Proxima_Nova_Light.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Light.woff2') format('woff2'), url('../fonts/Proxima_Nova_Light.woff') format('woff'), url('../fonts/Proxima_Nova_Light.ttf') format('truetype'), url('../fonts/Proxima_Nova_Light.svg#Proxima_Nova_Light') format('svg');
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Light_Italic.eot');
src: url('../fonts/Proxima_Nova_Light_Italic.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Light_Italic.woff2') format('woff2'), url('../fonts/Proxima_Nova_Light_Italic.woff') format('woff'), url('../fonts/Proxima_Nova_Light_Italic.ttf') format('truetype'), url('../fonts/Proxima_Nova_Light_Italic.svg#Proxima_Nova_Light_Italic') format('svg');
font-style: italic;
font-weight: 300;
}
|
public/assets/css/separate/partials/fonts.css
|
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Regular.eot');
src: url('../fonts/Proxima_Nova_Regular.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Regular.woff2') format('woff2'), url('../fonts/Proxima_Nova_Regular.woff') format('woff'), url('../fonts/Proxima_Nova_Regular.ttf') format('truetype'), url('../fonts/Proxima_Nova_Regular.svg#Proxima_Nova_Regular') format('svg');
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Regular_Italic.eot');
src: url('../fonts/Proxima_Nova_Regular_Italic.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Regular_Italic.woff2') format('woff2'), url('../fonts/Proxima_Nova_Regular_Italic.woff') format('woff'), url('../fonts/Proxima_Nova_Regular_Italic.ttf') format('truetype'), url('../fonts/Proxima_Nova_Regular_Italic.svg#Proxima_Nova_Regular_Italic') format('svg');
font-style: italic;
font-weight: 400;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Bold.eot');
src: url('../fonts/Proxima_Nova_Bold.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Bold.woff2') format('woff2'), url('../fonts/Proxima_Nova_Bold.woff') format('woff'), url('../fonts/Proxima_Nova_Bold.ttf') format('truetype'), url('../fonts/Proxima_Nova_Bold.svg#Proxima_Nova_Bold') format('svg');
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Bold_Italic.eot');
src: url('../fonts/Proxima_Nova_Bold_Italic.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Bold_Italic.woff2') format('woff2'), url('../fonts/Proxima_Nova_Bold_Italic.woff') format('woff'), url('../fonts/Proxima_Nova_Bold_Italic.ttf') format('truetype'), url('../fonts/Proxima_Nova_Bold_Italic.svg#Proxima_Nova_Bold_Italic') format('svg');
font-style: italic;
font-weight: 700;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Semibold.eot');
src: url('../fonts/Proxima_Nova_Semibold.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Semibold.woff2') format('woff2'), url('../fonts/Proxima_Nova_Semibold.woff') format('woff'), url('../fonts/Proxima_Nova_Semibold.ttf') format('truetype'), url('../fonts/Proxima_Nova_Semibold.svg#Proxima_Nova_Semibold') format('svg');
font-style: normal;
font-weight: 600;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Semibold_Italic.eot');
src: url('../fonts/Proxima_Nova_Semibold_Italic.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Semibold_Italic.woff2') format('woff2'), url('../fonts/Proxima_Nova_Semibold_Italic.woff') format('woff'), url('../fonts/Proxima_Nova_Semibold_Italic.ttf') format('truetype'), url('../fonts/Proxima_Nova_Semibold_Italic.svg#Proxima_Nova_Semibold_Italic') format('svg');
font-style: italic;
font-weight: 600;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Light.eot');
src: url('../fonts/Proxima_Nova_Light.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Light.woff2') format('woff2'), url('../fonts/Proxima_Nova_Light.woff') format('woff'), url('../fonts/Proxima_Nova_Light.ttf') format('truetype'), url('../fonts/Proxima_Nova_Light.svg#Proxima_Nova_Light') format('svg');
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/Proxima_Nova_Light_Italic.eot');
src: url('../fonts/Proxima_Nova_Light_Italic.eot') format('embedded-opentype'), url('../fonts/Proxima_Nova_Light_Italic.woff2') format('woff2'), url('../fonts/Proxima_Nova_Light_Italic.woff') format('woff'), url('../fonts/Proxima_Nova_Light_Italic.ttf') format('truetype'), url('../fonts/Proxima_Nova_Light_Italic.svg#Proxima_Nova_Light_Italic') format('svg');
font-style: italic;
font-weight: 300;
}
| 0.250913 | 0.073065 |
.sub-section{
padding:30px 0px;
background-color: #f7f7f7;
}
.sub-header{
text-align:center;
padding-bottom: 75px;
}
.sub-header h2{
font-size:24px;
line-height:34px;
text-transform: uppercase;
}
.sub-header h4{
font-size:20px;
line-height:30px;
}
.sub-content{
margin-bottom: 50px;
text-align: center;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.sub-content .sub-thumb{
padding: 10px;
padding-bottom: 10px;
padding-bottom: 15px;
background-color: #fff;
}
.sub-content .sub-thumb .sub-thumb1{
width: 100%;
margin: 0 auto;
position: relative;
overflow: hidden;
height: 218px;
padding: 10px;
padding-bottom: 10px;
padding-bottom: 15px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.sub-content .sub-thumb1:hover{
box-shadow: 0px 0px 10px 5px #ccc;
}
.sub-content .sub-thumb .sub-overlay{
position: absolute;
width: 100%;
height: 218px;
left: 0;
top: 0;
background: #000;
}
.figure{
transition: all 7s ease-in-out;
background-position: 0 0;
width: 100%;
max-width: 100%;
height: 218px;
display: inline-block;
background-repeat: no-repeat;
background-size: 100% auto;
}
.figure:hover {
background-position: 0 100%;
}
/*
ALl Background Image
*/
.subrato-fig1{
width: 100%;
background-position: top !important;
background-size: cover !important;
transition: 5s ease-in;
}
.subrato-fig1:hover{
background-position: bottom !important;
}
.sub-content .sub-text{
text-align:center;
}
.sub-content .sub-text h6{
text-transform:uppercase;
font-size:16px;
line-height:26px;
padding-top:20px;
padding-bottom:20px;
}
.sub-content .sub-text a{
text-transform:capitalize;
font-size:14px;
line-height:24px;
padding:15px 25px;
background-color:#0c74d5;
color:#fff;
border-radius:5px;
-webkit-transition: ease-out .5s;
-moz-transition: ease-out .5s;
-o-transition: ease-out .5s;
transition: ease-out .5s;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.sub-content .sub-text a:hover{
background-color:#344153;
}
.figure{
display: inline-block;
}
.timg1{
max-width: 100%;
}
.timg2{
max-width: 100%;
}
|
public/admin/css/template.css
|
.sub-section{
padding:30px 0px;
background-color: #f7f7f7;
}
.sub-header{
text-align:center;
padding-bottom: 75px;
}
.sub-header h2{
font-size:24px;
line-height:34px;
text-transform: uppercase;
}
.sub-header h4{
font-size:20px;
line-height:30px;
}
.sub-content{
margin-bottom: 50px;
text-align: center;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.sub-content .sub-thumb{
padding: 10px;
padding-bottom: 10px;
padding-bottom: 15px;
background-color: #fff;
}
.sub-content .sub-thumb .sub-thumb1{
width: 100%;
margin: 0 auto;
position: relative;
overflow: hidden;
height: 218px;
padding: 10px;
padding-bottom: 10px;
padding-bottom: 15px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.sub-content .sub-thumb1:hover{
box-shadow: 0px 0px 10px 5px #ccc;
}
.sub-content .sub-thumb .sub-overlay{
position: absolute;
width: 100%;
height: 218px;
left: 0;
top: 0;
background: #000;
}
.figure{
transition: all 7s ease-in-out;
background-position: 0 0;
width: 100%;
max-width: 100%;
height: 218px;
display: inline-block;
background-repeat: no-repeat;
background-size: 100% auto;
}
.figure:hover {
background-position: 0 100%;
}
/*
ALl Background Image
*/
.subrato-fig1{
width: 100%;
background-position: top !important;
background-size: cover !important;
transition: 5s ease-in;
}
.subrato-fig1:hover{
background-position: bottom !important;
}
.sub-content .sub-text{
text-align:center;
}
.sub-content .sub-text h6{
text-transform:uppercase;
font-size:16px;
line-height:26px;
padding-top:20px;
padding-bottom:20px;
}
.sub-content .sub-text a{
text-transform:capitalize;
font-size:14px;
line-height:24px;
padding:15px 25px;
background-color:#0c74d5;
color:#fff;
border-radius:5px;
-webkit-transition: ease-out .5s;
-moz-transition: ease-out .5s;
-o-transition: ease-out .5s;
transition: ease-out .5s;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.sub-content .sub-text a:hover{
background-color:#344153;
}
.figure{
display: inline-block;
}
.timg1{
max-width: 100%;
}
.timg2{
max-width: 100%;
}
| 0.3027 | 0.048182 |
@keyframes change-background {
0% {
background-color: rgba(0, 0, 0, 0);
}
50% {
background-color: #ffff00;
}
100% {
background-color: rgba(0, 0, 0, 0);
}
}
.glow-yellow {
animation: change-background 4s ease infinite;
animation-delay: 10s;
}
main {
display: none;
justify-content: center;
background-color: black;
}
main section.atm-box {
display: flex;
align-items: flex-start;
flex-direction: column;
width: 100%;
height: 100vh;
border-radius: 5px;
background-color: grey;
}
main section.atm-box section.screen-container {
display: flex;
justify-content: center;
width: 100%;
height: 300px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid white;
}
main section.atm-box section.screen-container section.screen-buttons-left,
main section.atm-box section.screen-container section.screen-buttons-right {
display: flex;
justify-content: space-around;
align-content: center;
flex-direction: column;
margin: 0 2px;
}
main section.atm-box section.screen-container section.screen-buttons-left button,
main section.atm-box section.screen-container section.screen-buttons-right button {
width: 40px;
height: 40px;
margin-left: 5px;
margin-right: 5px;
}
main section.atm-box section.screen-container section.screen {
display: flex;
justify-content: space-between;
width: 800px;
height: 300px;
border-radius: 4px;
background-color: black;
color: greenyellow;
}
main section.atm-box section.screen-container section.screen .screen-dialogue {
padding: 10px;
}
main section.atm-box section.screen-container section.screen .screen-dialogue .pin-entry {
display: none;
}
main section.atm-box section.screen-container section.screen .screen-dialogue .pin-entry .row-asterisks,
main section.atm-box section.screen-container section.screen .screen-dialogue .pin-entry .row-underscores {
letter-spacing: 5px;
}
main section.atm-box section.screen-container section.screen .screen-dialogue .pin-entry .row-asterisks {
line-height: 12px;
}
main section.atm-box section.screen-container section.screen .screen-dialogue .number-entry {
display: none;
}
main section.atm-box section.screen-container section.screen .screen-directions {
display: flex;
display: none;
flex-direction: column;
justify-content: space-around;
height: 245px;
align-self: flex-end;
text-align: right;
padding-right: 10px;
}
main section.atm-box section.lower-atm-box-container {
align-self: center;
display: flex;
justify-content: space-around;
width: 600px;
padding-top: 10px;
}
main section.atm-box section.lower-atm-box-container section.keypad-container {
display: flex;
padding-bottom: 10px;
}
main section.atm-box section.lower-atm-box-container section.keypad-container section.keypad {
width: 218px;
padding-top: 10px;
}
main section.atm-box section.lower-atm-box-container section.keypad-container section.keypad button {
width: 70px;
height: 60px;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.deposit,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.withdrawl,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.receipt,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.card {
border: 2px solid black;
padding: 4px;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.deposit h5,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.withdrawl h5,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.receipt h5,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.card h5 {
text-align: center;
margin: 2px;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.deposit hr,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.withdrawl hr,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.receipt hr,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.card hr {
border: 2px inset black;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.deposit {
width: 200px;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.receipt {
width: 100px;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.card {
width: 100px;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.withdrawl {
width: 200px;
}
main section.atm-box section.assistanceButton {
position: absolute;
bottom: 10px;
right: 10px;
font-family: sans-serif;
}
#modal {
width: 100vw;
height: 100vh;
background-color: grey;
background-image: url('../../images/moneyPhoto.jpg');
background-position: center;
background-size: cover;
color: white;
position: fixed;
top: 0;
display: none;
}
#modal #dismissal-x {
color: whitesmoke;
font-size: 48px;
position: fixed;
right: 10px;
cursor: pointer;
}
#modal #dismissal-x:hover {
color: white;
}
#modal h1 {
text-align: center;
padding-top: 40px;
}
#modal h2 {
display: none;
text-align: center;
}
@media (max-width: 600px) {
main section.atm-box section.lower-atm-box-container {
width: 450px;
}
}
|
dist/styles/style.css
|
@keyframes change-background {
0% {
background-color: rgba(0, 0, 0, 0);
}
50% {
background-color: #ffff00;
}
100% {
background-color: rgba(0, 0, 0, 0);
}
}
.glow-yellow {
animation: change-background 4s ease infinite;
animation-delay: 10s;
}
main {
display: none;
justify-content: center;
background-color: black;
}
main section.atm-box {
display: flex;
align-items: flex-start;
flex-direction: column;
width: 100%;
height: 100vh;
border-radius: 5px;
background-color: grey;
}
main section.atm-box section.screen-container {
display: flex;
justify-content: center;
width: 100%;
height: 300px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid white;
}
main section.atm-box section.screen-container section.screen-buttons-left,
main section.atm-box section.screen-container section.screen-buttons-right {
display: flex;
justify-content: space-around;
align-content: center;
flex-direction: column;
margin: 0 2px;
}
main section.atm-box section.screen-container section.screen-buttons-left button,
main section.atm-box section.screen-container section.screen-buttons-right button {
width: 40px;
height: 40px;
margin-left: 5px;
margin-right: 5px;
}
main section.atm-box section.screen-container section.screen {
display: flex;
justify-content: space-between;
width: 800px;
height: 300px;
border-radius: 4px;
background-color: black;
color: greenyellow;
}
main section.atm-box section.screen-container section.screen .screen-dialogue {
padding: 10px;
}
main section.atm-box section.screen-container section.screen .screen-dialogue .pin-entry {
display: none;
}
main section.atm-box section.screen-container section.screen .screen-dialogue .pin-entry .row-asterisks,
main section.atm-box section.screen-container section.screen .screen-dialogue .pin-entry .row-underscores {
letter-spacing: 5px;
}
main section.atm-box section.screen-container section.screen .screen-dialogue .pin-entry .row-asterisks {
line-height: 12px;
}
main section.atm-box section.screen-container section.screen .screen-dialogue .number-entry {
display: none;
}
main section.atm-box section.screen-container section.screen .screen-directions {
display: flex;
display: none;
flex-direction: column;
justify-content: space-around;
height: 245px;
align-self: flex-end;
text-align: right;
padding-right: 10px;
}
main section.atm-box section.lower-atm-box-container {
align-self: center;
display: flex;
justify-content: space-around;
width: 600px;
padding-top: 10px;
}
main section.atm-box section.lower-atm-box-container section.keypad-container {
display: flex;
padding-bottom: 10px;
}
main section.atm-box section.lower-atm-box-container section.keypad-container section.keypad {
width: 218px;
padding-top: 10px;
}
main section.atm-box section.lower-atm-box-container section.keypad-container section.keypad button {
width: 70px;
height: 60px;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.deposit,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.withdrawl,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.receipt,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.card {
border: 2px solid black;
padding: 4px;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.deposit h5,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.withdrawl h5,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.receipt h5,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.card h5 {
text-align: center;
margin: 2px;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.deposit hr,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.withdrawl hr,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.receipt hr,
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.card hr {
border: 2px inset black;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.deposit {
width: 200px;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.receipt {
width: 100px;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.card {
width: 100px;
}
main section.atm-box section.lower-atm-box-container section.atm-hole-interfaces section.withdrawl {
width: 200px;
}
main section.atm-box section.assistanceButton {
position: absolute;
bottom: 10px;
right: 10px;
font-family: sans-serif;
}
#modal {
width: 100vw;
height: 100vh;
background-color: grey;
background-image: url('../../images/moneyPhoto.jpg');
background-position: center;
background-size: cover;
color: white;
position: fixed;
top: 0;
display: none;
}
#modal #dismissal-x {
color: whitesmoke;
font-size: 48px;
position: fixed;
right: 10px;
cursor: pointer;
}
#modal #dismissal-x:hover {
color: white;
}
#modal h1 {
text-align: center;
padding-top: 40px;
}
#modal h2 {
display: none;
text-align: center;
}
@media (max-width: 600px) {
main section.atm-box section.lower-atm-box-container {
width: 450px;
}
}
| 0.499512 | 0.069069 |
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldest,
img {
border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
font-style: normal;
font-weight: normal;
}
ol,
ul {
list-style: none;
}
caption,
th {
text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}
p:before,
q:after {
content: "";
}
abbr,
acronym {
border: 0;
}
/*定位*/
.tl {
text-align: left;
}
.tc {
text-align: center;
}
.tr {
text-align: right;
}
.bc {
margin-left: auto;
margin-right: auto;
}
.fl {
float: left;
}
.fr {
float: right;
}
.cb {
clear: both;
}
.cl {
clear: left;
}
.cr {
clear: right;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
@font-face {
font-family: "icomoon";
src: url(../fonts/icomoon.eot?4mtq8t);
src: url(../fonts/icomoon.eot?4mtq8t#iefix) format('embedded-opentype'),
url(../fonts/icomoon.ttf?4mtq8t) format('truetype'),
url(../fonts/icomoon.woff?4mtq8t) format('woff'),
url(../fonts/icomoon.svg?4mtq8t#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "icomoon" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
content: "\e900";
}
.icon-arrow:before {
content: "\e901";
}
.icon-search:before {
content: "\e902";
}
|
web-ui/src/assets/style/base.css
|
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldest,
img {
border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
font-style: normal;
font-weight: normal;
}
ol,
ul {
list-style: none;
}
caption,
th {
text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}
p:before,
q:after {
content: "";
}
abbr,
acronym {
border: 0;
}
/*定位*/
.tl {
text-align: left;
}
.tc {
text-align: center;
}
.tr {
text-align: right;
}
.bc {
margin-left: auto;
margin-right: auto;
}
.fl {
float: left;
}
.fr {
float: right;
}
.cb {
clear: both;
}
.cl {
clear: left;
}
.cr {
clear: right;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
@font-face {
font-family: "icomoon";
src: url(../fonts/icomoon.eot?4mtq8t);
src: url(../fonts/icomoon.eot?4mtq8t#iefix) format('embedded-opentype'),
url(../fonts/icomoon.ttf?4mtq8t) format('truetype'),
url(../fonts/icomoon.woff?4mtq8t) format('woff'),
url(../fonts/icomoon.svg?4mtq8t#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "icomoon" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
content: "\e900";
}
.icon-arrow:before {
content: "\e901";
}
.icon-search:before {
content: "\e902";
}
| 0.517571 | 0.148263 |
.topnav {
text-align: center;
width: 70px;
height: 230px;
position: fixed;
font-family: Helvetica;
border: solid rgba(235, 29, 29) 1px;
border-radius: 7px;
background-color: white;
backdrop-filter: blur(1px);
padding: 14px 0px 7px;
}
/* Design for the navigation bar's blocks. */
.topnav a {
margin-top: 13px;
margin-bottom: 13px;
color: red;
text-align: center;
text-decoration: none;
display: block;
font-size: 17px;
}
/* Color change for mouse hover. */
.topnav a:hover {
width: 70px;
background-color: rgba(235, 29, 29, 0.3);
color: red;
}
.display-comments-buttons {
position: fixed;
display: initial;
z-index: 1;
top: 0;
bottom: 0;
right: 0;
margin-top: 5px;
height: 25px;
width: 170px;
border: solid rgb(163, 163, 163) 1px;
backdrop-filter: blur(2px);
background-color: rgb(255, 255, 255, 0.8);
color: rgb(116, 116, 116);
border-radius: 7px;
}
#content {
font-family: Helvetica;
margin-left: 80px;
margin-right: auto;
}
/* Fonts design. */
p {
color: #434345;
font-size: 17px;
text-align: center;
}
ul {
font-size: 16px;
}
.my-heading {
font-size: 30px;
text-align: center
}
/* Background animation placement. */
#content #animBg {
margin-top: 20px;
place-content: center;
text-align: center;
display: flex;
}
/* Animation frames. */
#content #animBg .myDIV {
display: flex;
width: 300px;
height: 300px;
z-index: -1;
border-radius: 50%;
background-image: url('./images/merely_cubed.png');
animation: mymove 5s infinite;
position: absolute;
}
@keyframes mymove {
50% {background-position: right;}
}
/* Design for introduction. */
#intro {
align-items: center;
place-content: center;
}
/* Design for profile picture. */
.profile-picture {
margin-top: 75px;
text-align: center;
margin-bottom: 75px;
}
.profile-picture img {
width: 150px;
height: 150px;
border-radius: 25% 10%;
margin-bottom: 30px;
}
/* Design for the introduction content. */
.name {
font-size: 30px;
color: black;
margin-bottom: 5px;
text-align: center;
}
.occupation {
font-size: 15px;
color: #434345;
text-align: center;
}
.location {
font-size: 13px;
color: #5c5c5e;
text-align: center;
}
#greeting-container {
margin-top: 20px;
}
/* Design for cards's container. */
.row {
text-align: center;
display: flex;
justify-content: center;
width: 100%;
margin: 10px -5px;
}
.row:after {
content: "";
display: table;
clear: both;
}
.column {
display: table-cell;
float: left;
width: 30%;
padding: 0 10px;
}
/* Cards design. */
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
text-align: center;
}
.card img {
object-fit: cover;
width:125px;
height:200px;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.container p {
font-size: 13px;
}
#link-to-git img {
width: 25px;
height: 25px
}
.image-thumbnails {
text-align: center;
}
/* Pictures preview. */
.image-thumbnails img {
object-fit: cover;
width:125px;
height:125;
width: 100px;
height: 100px;
}
.quote {
text-align: center;
}
#link-to-git-prof {
margin-top: 15px;
display: inline-block;
margin-left: 0px;
}
#link-to-git-prof img {
width: 20px
}
.comment-section {
margin-top: 35px;
top: 0;
bottom: 0;
right: 0;
width: 0px;
padding-top: 10px;
overflow-x: hidden;
overflow-y: scroll;
position: fixed;
z-index: 1;
background: rgba(255, 255, 255, 0.8);
border: 1px solid rgb(163, 163, 163);
backdrop-filter: blur(2px);
transition: 0.5s;
text-align: center;
}
#delete-comments-button {
height: 25px;
border: solid rgb(163, 163, 163) 1px;
background-color: rgb(255, 255, 255, 0.8);
color: rgb(116, 116, 116);
border-radius: 7px;
}
.comment-box{
margin-top: 5px;
margin-right: 20px;
margin-left: 20px;
border: 1px solid rgb(163, 163, 163);
border-top-left-radius: 13px;
border-top-right-radius: 13px;
}
.comment-box #top-section {
border-bottom: 1px solid rgb(163, 163, 163);
margin-top: 3px;
margin-bottom: 3px;
height: 20px;
}
#name-section {
width: 45%;
background-color: rgba(255, 255, 255, 0);
border: none;
float: left;
margin-left: 5px;
margin-top: 0px;
margin-bottom: 0px;
color: rgb(116, 116, 116);
text-align: left;
}
#name-section placeholder {
color: rgb(116, 116, 116);
}
#rating-section {
margin-top: 0px;
margin-left: 60%;
}
#rating-section select {
border: none;
}
#rating-section p {
margin-top: 0px;
margin-left: 3px;
float: left;
font-size: 13px;
color: rgb(116, 116, 116);
}
#text-section textarea {
width: 95%;
height: 200px;
border-color: 1px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
resize: none;
}
#text-section p {
width: 95%;
margin-left: 2.5%;
height: auto;
border-color: 1px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
font-size: 15px;
color: rgb(88, 88, 88);
resize: none;
text-align: left;
}
#text-section textarea placeholder {
color: rgb(116, 116, 116);
}
input[type="submit"] {
margin-right: 20px;
margin-top: 3px;
height: 25px;
float: right;
border: solid rgb(163, 163, 163) 1px;
background-color: rgb(255, 255, 255, 0.8);
color: rgb(116, 116, 116);
border-radius: 7px;
}
#show-comments-button {
margin-top: 35px;
}
#show-comments-button select{
float: left;
margin-left: 30%;
height: 25px;
}
button {
margin-right: 20px;
height: 25px;
width: 120px;
float: right;
border: solid rgb(163, 163, 163) 1px;
background-color: rgb(255, 255, 255, 0.8);
color: rgb(116, 116, 116);
border-radius: 7px;
}
#simple-comment-field-container {
margin-top: 65px;
}
#comment-field-table {
margin-top: 10px;
}
#get-greeting {
float:initial;
}
.map-section {
text-align: center;
}
#show-markers {
float:initial;
background: rgba(0, 255, 13, 0.3);
}
#show-eclipses {
float:initial;
width: 200px;
}
#map {
margin-top: 10px;
height: 350px;
text-align: center;
}
#lat {
width: 165px;
height: 25px;
border: 1px solid rgb(163, 163, 163);
border-radius: 3px;
}
#lat placeholder {
color: rgb(163, 163, 163);
}
#lng {
width: 165px;
height: 25px;
border: 1px solid rgb(163, 163, 163);
border-radius: 3px;
}
#lng placeholder {
color: rgb(163, 163, 163);
}
#delete-markers {
margin-top: 10px;
float: initial;
width: 200px;
background: rgba(255, 6, 6, 0.3);
}
.map-section [type="submit"] {
float: initial;
}
#message-analyze {
text-align: center;
margin-left: 80px;
}
#message-analyze button {
float: initial;
}
|
portfolio/src/main/webapp/style.css
|
.topnav {
text-align: center;
width: 70px;
height: 230px;
position: fixed;
font-family: Helvetica;
border: solid rgba(235, 29, 29) 1px;
border-radius: 7px;
background-color: white;
backdrop-filter: blur(1px);
padding: 14px 0px 7px;
}
/* Design for the navigation bar's blocks. */
.topnav a {
margin-top: 13px;
margin-bottom: 13px;
color: red;
text-align: center;
text-decoration: none;
display: block;
font-size: 17px;
}
/* Color change for mouse hover. */
.topnav a:hover {
width: 70px;
background-color: rgba(235, 29, 29, 0.3);
color: red;
}
.display-comments-buttons {
position: fixed;
display: initial;
z-index: 1;
top: 0;
bottom: 0;
right: 0;
margin-top: 5px;
height: 25px;
width: 170px;
border: solid rgb(163, 163, 163) 1px;
backdrop-filter: blur(2px);
background-color: rgb(255, 255, 255, 0.8);
color: rgb(116, 116, 116);
border-radius: 7px;
}
#content {
font-family: Helvetica;
margin-left: 80px;
margin-right: auto;
}
/* Fonts design. */
p {
color: #434345;
font-size: 17px;
text-align: center;
}
ul {
font-size: 16px;
}
.my-heading {
font-size: 30px;
text-align: center
}
/* Background animation placement. */
#content #animBg {
margin-top: 20px;
place-content: center;
text-align: center;
display: flex;
}
/* Animation frames. */
#content #animBg .myDIV {
display: flex;
width: 300px;
height: 300px;
z-index: -1;
border-radius: 50%;
background-image: url('./images/merely_cubed.png');
animation: mymove 5s infinite;
position: absolute;
}
@keyframes mymove {
50% {background-position: right;}
}
/* Design for introduction. */
#intro {
align-items: center;
place-content: center;
}
/* Design for profile picture. */
.profile-picture {
margin-top: 75px;
text-align: center;
margin-bottom: 75px;
}
.profile-picture img {
width: 150px;
height: 150px;
border-radius: 25% 10%;
margin-bottom: 30px;
}
/* Design for the introduction content. */
.name {
font-size: 30px;
color: black;
margin-bottom: 5px;
text-align: center;
}
.occupation {
font-size: 15px;
color: #434345;
text-align: center;
}
.location {
font-size: 13px;
color: #5c5c5e;
text-align: center;
}
#greeting-container {
margin-top: 20px;
}
/* Design for cards's container. */
.row {
text-align: center;
display: flex;
justify-content: center;
width: 100%;
margin: 10px -5px;
}
.row:after {
content: "";
display: table;
clear: both;
}
.column {
display: table-cell;
float: left;
width: 30%;
padding: 0 10px;
}
/* Cards design. */
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
text-align: center;
}
.card img {
object-fit: cover;
width:125px;
height:200px;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.container p {
font-size: 13px;
}
#link-to-git img {
width: 25px;
height: 25px
}
.image-thumbnails {
text-align: center;
}
/* Pictures preview. */
.image-thumbnails img {
object-fit: cover;
width:125px;
height:125;
width: 100px;
height: 100px;
}
.quote {
text-align: center;
}
#link-to-git-prof {
margin-top: 15px;
display: inline-block;
margin-left: 0px;
}
#link-to-git-prof img {
width: 20px
}
.comment-section {
margin-top: 35px;
top: 0;
bottom: 0;
right: 0;
width: 0px;
padding-top: 10px;
overflow-x: hidden;
overflow-y: scroll;
position: fixed;
z-index: 1;
background: rgba(255, 255, 255, 0.8);
border: 1px solid rgb(163, 163, 163);
backdrop-filter: blur(2px);
transition: 0.5s;
text-align: center;
}
#delete-comments-button {
height: 25px;
border: solid rgb(163, 163, 163) 1px;
background-color: rgb(255, 255, 255, 0.8);
color: rgb(116, 116, 116);
border-radius: 7px;
}
.comment-box{
margin-top: 5px;
margin-right: 20px;
margin-left: 20px;
border: 1px solid rgb(163, 163, 163);
border-top-left-radius: 13px;
border-top-right-radius: 13px;
}
.comment-box #top-section {
border-bottom: 1px solid rgb(163, 163, 163);
margin-top: 3px;
margin-bottom: 3px;
height: 20px;
}
#name-section {
width: 45%;
background-color: rgba(255, 255, 255, 0);
border: none;
float: left;
margin-left: 5px;
margin-top: 0px;
margin-bottom: 0px;
color: rgb(116, 116, 116);
text-align: left;
}
#name-section placeholder {
color: rgb(116, 116, 116);
}
#rating-section {
margin-top: 0px;
margin-left: 60%;
}
#rating-section select {
border: none;
}
#rating-section p {
margin-top: 0px;
margin-left: 3px;
float: left;
font-size: 13px;
color: rgb(116, 116, 116);
}
#text-section textarea {
width: 95%;
height: 200px;
border-color: 1px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
resize: none;
}
#text-section p {
width: 95%;
margin-left: 2.5%;
height: auto;
border-color: 1px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
font-size: 15px;
color: rgb(88, 88, 88);
resize: none;
text-align: left;
}
#text-section textarea placeholder {
color: rgb(116, 116, 116);
}
input[type="submit"] {
margin-right: 20px;
margin-top: 3px;
height: 25px;
float: right;
border: solid rgb(163, 163, 163) 1px;
background-color: rgb(255, 255, 255, 0.8);
color: rgb(116, 116, 116);
border-radius: 7px;
}
#show-comments-button {
margin-top: 35px;
}
#show-comments-button select{
float: left;
margin-left: 30%;
height: 25px;
}
button {
margin-right: 20px;
height: 25px;
width: 120px;
float: right;
border: solid rgb(163, 163, 163) 1px;
background-color: rgb(255, 255, 255, 0.8);
color: rgb(116, 116, 116);
border-radius: 7px;
}
#simple-comment-field-container {
margin-top: 65px;
}
#comment-field-table {
margin-top: 10px;
}
#get-greeting {
float:initial;
}
.map-section {
text-align: center;
}
#show-markers {
float:initial;
background: rgba(0, 255, 13, 0.3);
}
#show-eclipses {
float:initial;
width: 200px;
}
#map {
margin-top: 10px;
height: 350px;
text-align: center;
}
#lat {
width: 165px;
height: 25px;
border: 1px solid rgb(163, 163, 163);
border-radius: 3px;
}
#lat placeholder {
color: rgb(163, 163, 163);
}
#lng {
width: 165px;
height: 25px;
border: 1px solid rgb(163, 163, 163);
border-radius: 3px;
}
#lng placeholder {
color: rgb(163, 163, 163);
}
#delete-markers {
margin-top: 10px;
float: initial;
width: 200px;
background: rgba(255, 6, 6, 0.3);
}
.map-section [type="submit"] {
float: initial;
}
#message-analyze {
text-align: center;
margin-left: 80px;
}
#message-analyze button {
float: initial;
}
| 0.467089 | 0.075142 |
body {
min-height: 100vh;
box-sizing: border-box;
margin: 0;
}
.hp {
display: flex;
height: 100vh;
}
.hp__wrp {
display: flex;
flex-direction: column;
height: 100%;
width: 100vw;
}
.hp__hdrblock {
display: flex;
flex-direction: column;
height: 7%;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), 0 10px 100px rgba(0, 0, 0, 0.1);
z-index: 10;
}
.hp__hdrtop {
display: flex;
justify-content: center;
height: 35%;
width: 100%;
background-color: #191970;
}
.hp__hdrtopwrap {
display: flex;
width: 85%;
}
.hp__hdrtopinfo {
display: flex;
justify-content: center;
align-items: center;
width: 70%;
}
.hp__hdrtopinfo a {
color: white;
text-decoration: none;
margin: 0 15px;
}
.hp__hdrtopcontacts {
display: flex;
justify-content: center;
align-items: center;
width: 30%;
}
.hp__hdrtopcontacts span {
color: white;
margin: 0 5px;
}
.hp__hdrtopcontacts span:nth-child(1) {
font-weight: bold;
}
.hp__hdrbuttom {
display: flex;
justify-content: center;
height: 65%;
width: 100%;
}
.hp__hdrbuttomwrap {
display: flex;
width: 85%;
}
.hp__hdrbuttomlogo {
display: flex;
justify-content: center;
height: 100%;
width: 20%;
}
.hp__hdrbuttomlogo img {
height: 90%;
align-self: center;
}
.hp__hdrbuttomfind {
width: 50%;
}
.hp__find {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.hp__find input {
width: 80%;
height: 60%;
padding-left: 10px;
border: none;
border-radius: 7px;
background-color: #ebebeb;
color: #888888;
}
.hp__hdrbuttomother {
display: flex;
width: 30%;
}
.hp__hdrbuttombasket {
display: flex;
justify-content: center;
align-items: center;
width: 50%;
}
.hp__hdrbuttombasket a {
text-decoration: none;
color: black;
}
.hp__hdrbuttomauth {
display: flex;
justify-content: center;
align-items: center;
width: 50%;
}
.hp__hdrbuttomauth a {
border: 1px solid #888888;
border-radius: 7px;
text-decoration: none;
color: #000;
padding: 10px 15px;
}
.hp__bdyblock {
display: flex;
justify-content: center;
background-color: #f7f7f7;
height: 88%;
}
.hp__dbyblockwrap {
display: flex;
justify-content: center;
align-content: flex-start;
flex-wrap: wrap;
width: 85%;
height: 88%;
margin: 50px 0;
}
.hp__cpu {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__cpu:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__cpu:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__cpu a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__cpu a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__cpu a span {
z-index: 10;
}
.hp__mbord {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__mbord:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__mbord:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__mbord a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__mbord a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__mbord a span {
z-index: 10;
}
.hp__video {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__video:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__video:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__video a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__video a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__video a span {
z-index: 10;
}
.hp__ram {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__ram:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__ram:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__ram a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__ram a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__ram a span {
z-index: 10;
}
.hp__power {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__power:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__power:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__power a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__power a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__power a span {
z-index: 10;
}
.hp__corps {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__corps:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__corps:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__corps a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__corps a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__corps a span {
z-index: 10;
}
.hp__cooling {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__cooling:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__cooling:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__cooling a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__cooling a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__cooling a span {
z-index: 10;
}
.hp__modding {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__modding:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__modding:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__modding a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__modding a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__modding a span {
z-index: 10;
}
.hp__ssd {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__ssd:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__ssd:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__ssd a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__ssd a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__ssd a span {
z-index: 10;
}
.hp__hdd {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__hdd:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__hdd:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__hdd a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__hdd a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__hdd a span {
z-index: 10;
}
.hp__expdevices {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__expdevices:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__expdevices:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__expdevices a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__expdevices a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__expdevices a span {
z-index: 10;
}
.hp__accessories {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__accessories:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__accessories:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__accessories a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__accessories a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__accessories a span {
z-index: 10;
}
.hp__footer {
display: flex;
justify-content: center;
align-items: center;
height: 5%;
background-color: #191970;
}
.hp__footer a {
color: white;
text-decoration: none;
font-weight: bolder;
margin: 0 20px;
}
|
public/css/style.css
|
body {
min-height: 100vh;
box-sizing: border-box;
margin: 0;
}
.hp {
display: flex;
height: 100vh;
}
.hp__wrp {
display: flex;
flex-direction: column;
height: 100%;
width: 100vw;
}
.hp__hdrblock {
display: flex;
flex-direction: column;
height: 7%;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), 0 10px 100px rgba(0, 0, 0, 0.1);
z-index: 10;
}
.hp__hdrtop {
display: flex;
justify-content: center;
height: 35%;
width: 100%;
background-color: #191970;
}
.hp__hdrtopwrap {
display: flex;
width: 85%;
}
.hp__hdrtopinfo {
display: flex;
justify-content: center;
align-items: center;
width: 70%;
}
.hp__hdrtopinfo a {
color: white;
text-decoration: none;
margin: 0 15px;
}
.hp__hdrtopcontacts {
display: flex;
justify-content: center;
align-items: center;
width: 30%;
}
.hp__hdrtopcontacts span {
color: white;
margin: 0 5px;
}
.hp__hdrtopcontacts span:nth-child(1) {
font-weight: bold;
}
.hp__hdrbuttom {
display: flex;
justify-content: center;
height: 65%;
width: 100%;
}
.hp__hdrbuttomwrap {
display: flex;
width: 85%;
}
.hp__hdrbuttomlogo {
display: flex;
justify-content: center;
height: 100%;
width: 20%;
}
.hp__hdrbuttomlogo img {
height: 90%;
align-self: center;
}
.hp__hdrbuttomfind {
width: 50%;
}
.hp__find {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.hp__find input {
width: 80%;
height: 60%;
padding-left: 10px;
border: none;
border-radius: 7px;
background-color: #ebebeb;
color: #888888;
}
.hp__hdrbuttomother {
display: flex;
width: 30%;
}
.hp__hdrbuttombasket {
display: flex;
justify-content: center;
align-items: center;
width: 50%;
}
.hp__hdrbuttombasket a {
text-decoration: none;
color: black;
}
.hp__hdrbuttomauth {
display: flex;
justify-content: center;
align-items: center;
width: 50%;
}
.hp__hdrbuttomauth a {
border: 1px solid #888888;
border-radius: 7px;
text-decoration: none;
color: #000;
padding: 10px 15px;
}
.hp__bdyblock {
display: flex;
justify-content: center;
background-color: #f7f7f7;
height: 88%;
}
.hp__dbyblockwrap {
display: flex;
justify-content: center;
align-content: flex-start;
flex-wrap: wrap;
width: 85%;
height: 88%;
margin: 50px 0;
}
.hp__cpu {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__cpu:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__cpu:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__cpu a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__cpu a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__cpu a span {
z-index: 10;
}
.hp__mbord {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__mbord:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__mbord:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__mbord a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__mbord a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__mbord a span {
z-index: 10;
}
.hp__video {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__video:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__video:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__video a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__video a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__video a span {
z-index: 10;
}
.hp__ram {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__ram:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__ram:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__ram a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__ram a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__ram a span {
z-index: 10;
}
.hp__power {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__power:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__power:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__power a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__power a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__power a span {
z-index: 10;
}
.hp__corps {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__corps:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__corps:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__corps a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__corps a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__corps a span {
z-index: 10;
}
.hp__cooling {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__cooling:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__cooling:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__cooling a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__cooling a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__cooling a span {
z-index: 10;
}
.hp__modding {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__modding:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__modding:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__modding a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__modding a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__modding a span {
z-index: 10;
}
.hp__ssd {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__ssd:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__ssd:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__ssd a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__ssd a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__ssd a span {
z-index: 10;
}
.hp__hdd {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__hdd:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__hdd:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__hdd a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__hdd a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__hdd a span {
z-index: 10;
}
.hp__expdevices {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__expdevices:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__expdevices:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__expdevices a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__expdevices a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__expdevices a span {
z-index: 10;
}
.hp__accessories {
border: 1px solid #ebebeb;
width: 250px;
height: 250px;
border-radius: 7px;
margin: 5px;
background-color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
transition: ease-in-out 0.5s;
transform: scale(1, 1);
}
.hp__accessories:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
transition: ease-in-out 0.5s;
transform: scale(1.02, 1.02);
}
.hp__accessories:hover img {
transform: scale(1.2, 1.2);
transition: ease-in-out 0.5s;
}
.hp__accessories a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: black;
font-weight: bold;
}
.hp__accessories a img {
width: 60%;
height: 60%;
transition: ease-in-out 0.5s;
}
.hp__accessories a span {
z-index: 10;
}
.hp__footer {
display: flex;
justify-content: center;
align-items: center;
height: 5%;
background-color: #191970;
}
.hp__footer a {
color: white;
text-decoration: none;
font-weight: bolder;
margin: 0 20px;
}
| 0.580233 | 0.076753 |
.navbar-default {
background-color: #a22029;
border-color: #ed0332;
}
.navbar-default .navbar-brand {
color: #f0b7bb;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #f2e8ff;
}
.navbar-default .navbar-text {
color: #f0b7bb;
}
.navbar-default .navbar-nav > li > a {
color: #f0b7bb;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #f2e8ff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #f2e8ff;
background-color: #ed0332;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #f2e8ff;
background-color: #ed0332;
}
.navbar-default .navbar-toggle {
border-color: #ed0332;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ed0332;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #f0b7bb;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #f0b7bb;
}
.navbar-default .navbar-link {
color: #f0b7bb;
}
.navbar-default .navbar-link:hover {
color: #f2e8ff;
}
.dropdown-menu {
background-color: #a22029;
font-size: 11pt;
line-height: 12pt;
}
.dropdown-menu > li > a{
color: #f0b7bb;
}
.dropdown-menu > li > a:hover{
color: #f0b7bb;
background-color: #ed0332;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
background-color: #a22029;
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: #ed0332;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #ed0332;
}
}
/*************** Default CSS ****************/
option{
background-color: white;
text-align: left;
line-height: 60px;
}
.theme-dropdown .dropdown-menu {
position: static;
display: block;
margin-bottom: 20px;
}
.theme-showcase > p > .btn {
margin: 5px 0;
}
.theme-showcase .navbar .container {
width: auto;
}
.margin{
margin-top:6px;
}
/********* Login ******************/
#login-wrapper{
margin: 0 auto;
width: 90%;
max-width: 990px;
text-align: center;
height: auto;
min-height: 430px;
margin-top: 30px;
width: auto;
background-color: #e7e7e7;
}
#login-wrapper .row{
background-color: #ffffff /*#e7e7e7*/;
}
#login-right-nav{
text-align: center;
padding: 30px 10px 30px 10px;
border: 3px solid #e7e7e7;
border-radius: 3px;
background-color: #fff;
min-height: 430px;
}
#login-panel{
text-align: center;
padding: 10px;
}
#login-panel input{
line-height: 28px;
}
#login-left-nav{
padding: 1px;
border: 3px solid #e7e7e7;
border-radius: 3px;
background-color: #e7e7e7;
/*background-image: url("images/footer-background1.jpg");
background-repeat: repeat-x;*/
min-height: 430px;
}
#login-left-nav p{
padding-top: 10px;
}
#login-left-footer{
padding: 10px;
/*color: #a22029;*/
color: #000000;
}
/*
#login-image{
height: 260px;
}
*/
.atspms-dashboard-footnote{
font-size: 12px;
/*color: #a22029;*/
color: #000000;
}
/********* atspms-dashboard Styles ************/
#row-path{
font-size: 13px;
background-color: #fff5d0;
border-bottom: 1px solid #ddd;
line-height: 20px;
padding: 10px;
margin-bottom: 16px;
border-radius: 6px;
}
#path-date{
float: left;
}
#path-body{
float: right;
}
#atspms-dashboard-wrapper{
width: 100%;
padding-top: 70px;
}
#left-nav{
text-align: center;
height: 100%;
padding: 30px 10px 30px 10px;
/*background-color: #fff5d0;
border: 1px solid #ff0;*/
/*border-left: 3px solid #a22029;*/
}
#left-nav p{
font-size: 14px;
}
.left-nav-title{
background-color: #a22029;
color: #fff;
font-weight: bold;
line-height: 30px;
border-radius: 3px;
}
.left-nav-content{
text-align: justify;
padding-left: 20px;
}
.left-nav-content a{
color: inherit;
font-weight: bold;
line-height: 20px;
}
#footer {
padding: 10px;
/*min-width: 975px;*/
margin-top: 60px;
margin-bottom: 0px;
/*background-color: #a22029;*/
background-color: white;
border: none;
background-image: url('images/footer-background1.jpg');
background-repeat: repeat-x;
border-top: 3px solid #ddd
}
#footer-left{
float: left;
width: 30%;
/*border-left: 1px solid #ddd;
border-right: 1px solid #ddd;*/
padding: 3px;
/*color: #a22029;*/
color: #000000;
}
#footer-right{
float: left;
width: 30%;
padding: 3px;
/*color: #a22029;*/
color: #000000;
}
#atspms-dashboard-logo{
float: left;
}
.text-muted{
text-align: center;
}
.information-message{
color: red;
text-align: center;
padding: 10px;
font-weight: bold;
}
.title-label{
color: black;
text-align: center;
padding: 10px;
font-weight: bold;
}
.options-label{
line-height: 40px;
}
.async-message{
text-align: center;
color: red;
}
.center{
text-align: center;
}
.static-size-container{
width: 900px;
}
.left-half{
width: 20%;
float: left;
}
.right-half{
margin-left: 10px;
width: 78%;
float: left;
}
.clear-both{
float: none;
clear: both;
}
.red{
color: red;
}
.green{
color: green;
}
.hide{
float: right;
color: black;
}
.user-info-panel{
background-color: #fff; /*#a22029;/*#fcf8e3;/*#edf9ff; /*#fff5d0;/*#fcc;*/
padding: 10px;
color: black;/*#fff; */
/*color: #1f4f82;
border: 1px solid #fcc;
border-radius: 6px;
*/
}
/********** dashboard ***************/
/********* Home ********************/
#dashboard-atspms-dashboard-services{
float: left;
text-align: center;
width: 130px;
padding: 6px;
height: 130px;
margin-left: 30px;
}
#dashboard-atspms-dashboard-services a{
font-size: 16px;
font-weight: bold;
/*color: #a22029;*/
color: #000000;
text-decoration: none;
}
#dashboard-atspms-dashboard-services a:hover{
text-decoration: underline;
}
#dashboard-atspms-dashboard-services:hover{
border: 1px solid #e7e7e7;
border-radius: 6px;
}
/********* Profile *****************/
.profile-title{
font-weight: bolder;
background-color: #fcf8e3;
line-height: 23px;
padding: 10px;
text-align: left;
border-radius: 6px;
}
.profile-content{
padding: 10px;
}
/********* Enrolled Subjects *******/
.tab-main-content{
padding: 10px;
margin: 10px;
}
.grade-red{
color: red;
}
/********* Offerings *********/
#main-offering-tabs{
margin-top: 10px;
}
.child{
cursor: pointer;
}
.child:hover{
text-decoration: underline;
color: red;
}
#cur-offered-subjects-table, #mis-offered-subjects-table{
width: 100%;
}
#current-enrolled-panel{
position: fixed;
bottom: 0px;
z-index: 3;
right: 0px;
width: 400px;
max-height: 300px;
background-color: white;
padding: 10px;
border: 1px solid #a22029;
}
#enrolled-panel-body{
height: 230px;
max-height: 230px;
overflow: scroll;
}
#current-enrolled-panel > .title-label{
background-color: #a22029;
color: white;
}
.pre-enroll-offering-button,.enroll-offering-button, .del-pre-enroll-button, .del-enroll-button{
color: #428bca;
font-weight: bold;
cursor: pointer;
}
.pre-enroll-offering-button:hover, .enroll-offering-button:hover, .del-pre-enroll-button:hover, .del-enroll-button:hover{
text-decoration: underline;
}
#hide-enrolled-panel, #hide-enrolled-button{
cursor: pointer;
}
.confirm-enrolled{
color: red;
background-image: url('images/confirmed.png');
background-position: left;
background-repeat: no-repeat;
line-height: 30px;
text-align: center;
}
/******** Evaluation **********/
.view-prerequisites{
cursor: pointer;
color: #428bca;
}
.view-prerequisites:hover{
text-decoration: underline;
}
/****** Class Schedule ********/
#dashboard-schedule-grid{
padding: 3px;
font-size: 13px;
text-wrap: normal;
width: 100%;
text-align: center;
line-height: 26px;
}
#dashboard-schedule-grid th{
background-color: #ddf;
border: 1px solid gray;
text-align: center;
padding: 3px;
}
#dashboard-schedule-grid td{
border: 1px solid #ddd;
min-height: 30px;
padding: 3px;
}
.has-schedule{
background-color: #fcc;
}
.day-label{
font-weight: bold;
font-size: 14px;
}
.footer_creator{
font-size: 9px;
}
/********** Dashboard **************/
#search-name{
width: 300px;
display: inline;
}
#search-effectivity-date{
width: 300px;
display: inline;
}
|
sample/theme.css
|
.navbar-default {
background-color: #a22029;
border-color: #ed0332;
}
.navbar-default .navbar-brand {
color: #f0b7bb;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #f2e8ff;
}
.navbar-default .navbar-text {
color: #f0b7bb;
}
.navbar-default .navbar-nav > li > a {
color: #f0b7bb;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #f2e8ff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #f2e8ff;
background-color: #ed0332;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #f2e8ff;
background-color: #ed0332;
}
.navbar-default .navbar-toggle {
border-color: #ed0332;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ed0332;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #f0b7bb;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #f0b7bb;
}
.navbar-default .navbar-link {
color: #f0b7bb;
}
.navbar-default .navbar-link:hover {
color: #f2e8ff;
}
.dropdown-menu {
background-color: #a22029;
font-size: 11pt;
line-height: 12pt;
}
.dropdown-menu > li > a{
color: #f0b7bb;
}
.dropdown-menu > li > a:hover{
color: #f0b7bb;
background-color: #ed0332;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
background-color: #a22029;
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: #ed0332;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #ed0332;
}
}
/*************** Default CSS ****************/
option{
background-color: white;
text-align: left;
line-height: 60px;
}
.theme-dropdown .dropdown-menu {
position: static;
display: block;
margin-bottom: 20px;
}
.theme-showcase > p > .btn {
margin: 5px 0;
}
.theme-showcase .navbar .container {
width: auto;
}
.margin{
margin-top:6px;
}
/********* Login ******************/
#login-wrapper{
margin: 0 auto;
width: 90%;
max-width: 990px;
text-align: center;
height: auto;
min-height: 430px;
margin-top: 30px;
width: auto;
background-color: #e7e7e7;
}
#login-wrapper .row{
background-color: #ffffff /*#e7e7e7*/;
}
#login-right-nav{
text-align: center;
padding: 30px 10px 30px 10px;
border: 3px solid #e7e7e7;
border-radius: 3px;
background-color: #fff;
min-height: 430px;
}
#login-panel{
text-align: center;
padding: 10px;
}
#login-panel input{
line-height: 28px;
}
#login-left-nav{
padding: 1px;
border: 3px solid #e7e7e7;
border-radius: 3px;
background-color: #e7e7e7;
/*background-image: url("images/footer-background1.jpg");
background-repeat: repeat-x;*/
min-height: 430px;
}
#login-left-nav p{
padding-top: 10px;
}
#login-left-footer{
padding: 10px;
/*color: #a22029;*/
color: #000000;
}
/*
#login-image{
height: 260px;
}
*/
.atspms-dashboard-footnote{
font-size: 12px;
/*color: #a22029;*/
color: #000000;
}
/********* atspms-dashboard Styles ************/
#row-path{
font-size: 13px;
background-color: #fff5d0;
border-bottom: 1px solid #ddd;
line-height: 20px;
padding: 10px;
margin-bottom: 16px;
border-radius: 6px;
}
#path-date{
float: left;
}
#path-body{
float: right;
}
#atspms-dashboard-wrapper{
width: 100%;
padding-top: 70px;
}
#left-nav{
text-align: center;
height: 100%;
padding: 30px 10px 30px 10px;
/*background-color: #fff5d0;
border: 1px solid #ff0;*/
/*border-left: 3px solid #a22029;*/
}
#left-nav p{
font-size: 14px;
}
.left-nav-title{
background-color: #a22029;
color: #fff;
font-weight: bold;
line-height: 30px;
border-radius: 3px;
}
.left-nav-content{
text-align: justify;
padding-left: 20px;
}
.left-nav-content a{
color: inherit;
font-weight: bold;
line-height: 20px;
}
#footer {
padding: 10px;
/*min-width: 975px;*/
margin-top: 60px;
margin-bottom: 0px;
/*background-color: #a22029;*/
background-color: white;
border: none;
background-image: url('images/footer-background1.jpg');
background-repeat: repeat-x;
border-top: 3px solid #ddd
}
#footer-left{
float: left;
width: 30%;
/*border-left: 1px solid #ddd;
border-right: 1px solid #ddd;*/
padding: 3px;
/*color: #a22029;*/
color: #000000;
}
#footer-right{
float: left;
width: 30%;
padding: 3px;
/*color: #a22029;*/
color: #000000;
}
#atspms-dashboard-logo{
float: left;
}
.text-muted{
text-align: center;
}
.information-message{
color: red;
text-align: center;
padding: 10px;
font-weight: bold;
}
.title-label{
color: black;
text-align: center;
padding: 10px;
font-weight: bold;
}
.options-label{
line-height: 40px;
}
.async-message{
text-align: center;
color: red;
}
.center{
text-align: center;
}
.static-size-container{
width: 900px;
}
.left-half{
width: 20%;
float: left;
}
.right-half{
margin-left: 10px;
width: 78%;
float: left;
}
.clear-both{
float: none;
clear: both;
}
.red{
color: red;
}
.green{
color: green;
}
.hide{
float: right;
color: black;
}
.user-info-panel{
background-color: #fff; /*#a22029;/*#fcf8e3;/*#edf9ff; /*#fff5d0;/*#fcc;*/
padding: 10px;
color: black;/*#fff; */
/*color: #1f4f82;
border: 1px solid #fcc;
border-radius: 6px;
*/
}
/********** dashboard ***************/
/********* Home ********************/
#dashboard-atspms-dashboard-services{
float: left;
text-align: center;
width: 130px;
padding: 6px;
height: 130px;
margin-left: 30px;
}
#dashboard-atspms-dashboard-services a{
font-size: 16px;
font-weight: bold;
/*color: #a22029;*/
color: #000000;
text-decoration: none;
}
#dashboard-atspms-dashboard-services a:hover{
text-decoration: underline;
}
#dashboard-atspms-dashboard-services:hover{
border: 1px solid #e7e7e7;
border-radius: 6px;
}
/********* Profile *****************/
.profile-title{
font-weight: bolder;
background-color: #fcf8e3;
line-height: 23px;
padding: 10px;
text-align: left;
border-radius: 6px;
}
.profile-content{
padding: 10px;
}
/********* Enrolled Subjects *******/
.tab-main-content{
padding: 10px;
margin: 10px;
}
.grade-red{
color: red;
}
/********* Offerings *********/
#main-offering-tabs{
margin-top: 10px;
}
.child{
cursor: pointer;
}
.child:hover{
text-decoration: underline;
color: red;
}
#cur-offered-subjects-table, #mis-offered-subjects-table{
width: 100%;
}
#current-enrolled-panel{
position: fixed;
bottom: 0px;
z-index: 3;
right: 0px;
width: 400px;
max-height: 300px;
background-color: white;
padding: 10px;
border: 1px solid #a22029;
}
#enrolled-panel-body{
height: 230px;
max-height: 230px;
overflow: scroll;
}
#current-enrolled-panel > .title-label{
background-color: #a22029;
color: white;
}
.pre-enroll-offering-button,.enroll-offering-button, .del-pre-enroll-button, .del-enroll-button{
color: #428bca;
font-weight: bold;
cursor: pointer;
}
.pre-enroll-offering-button:hover, .enroll-offering-button:hover, .del-pre-enroll-button:hover, .del-enroll-button:hover{
text-decoration: underline;
}
#hide-enrolled-panel, #hide-enrolled-button{
cursor: pointer;
}
.confirm-enrolled{
color: red;
background-image: url('images/confirmed.png');
background-position: left;
background-repeat: no-repeat;
line-height: 30px;
text-align: center;
}
/******** Evaluation **********/
.view-prerequisites{
cursor: pointer;
color: #428bca;
}
.view-prerequisites:hover{
text-decoration: underline;
}
/****** Class Schedule ********/
#dashboard-schedule-grid{
padding: 3px;
font-size: 13px;
text-wrap: normal;
width: 100%;
text-align: center;
line-height: 26px;
}
#dashboard-schedule-grid th{
background-color: #ddf;
border: 1px solid gray;
text-align: center;
padding: 3px;
}
#dashboard-schedule-grid td{
border: 1px solid #ddd;
min-height: 30px;
padding: 3px;
}
.has-schedule{
background-color: #fcc;
}
.day-label{
font-weight: bold;
font-size: 14px;
}
.footer_creator{
font-size: 9px;
}
/********** Dashboard **************/
#search-name{
width: 300px;
display: inline;
}
#search-effectivity-date{
width: 300px;
display: inline;
}
| 0.237576 | 0.049959 |
@import "bootstrap-readable.css";
body {
background: white;
}
a {
color: #0088cc;
}
.centered {
margin-left: auto;
margin-right: auto;
text-align: center;
}
/* List styling */
ul.flush {
margin: 0 0 0 1em;
padding: 0px;
}
ul.buttons {
list-style-type: none;
}
ul.legend {
list-style-type: none;
}
/* File inputs are way too big */
input[type="file"] {
height: auto;
line-height: auto;
font-size: 13.2px;
font-weight: auto;
}
.code {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 15px;
line-height: normal;
}
.jumbotron {
text-align: center;
}
.jumbotron > .description {
text-align: left;
}
.title {
color: #004400;
}
/* A rounded-corner panel for printing information */
.placard {
border-radius: 10px 10px 10px 10px;
background: #000;
opacity: 0.3;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
margin-top: 3px;
}
.gmap img {
max-width: none;
}
.gmap label {
width: auto; display:inline;
}
.popover-expand {
max-width: none;
}
/* This allows for emulating a clickable link without affecting the browser
* history (use for popovers, etc. */
.pointer {
cursor: pointer;
}
/* Use this for "drawer handles", to help the user see that clicking on the edge
* of a div will make it roll out/in. */
.drawer:hover {
background-color: gray;
}
/* Translucent control panel, fixed at bottom of window. */
.control-panel {
position: fixed;
bottom: 0px;
width: 100%;
background: rgba(255, 255, 255, 0.7);
}
/* This causes the "brand" item in fixed-navbars to not have a negative left
* margin. */
.navbar-fixed-top .brand {
margin-left: auto;
}
/* Implement a spinning animation (for use by progress pinwheels, etc.). */
@-moz-keyframes spin {
0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
0% { -o-transform: rotate(0deg); }
100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
0% { -ms-transform: rotate(0deg); }
100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
.spinning {
animation: 2s linear 0s normal none infinite spin;
-moz-animation: 2s linear 0s normal none infinite spin;
-webkit-animation: 2s linear 0s normal none infinite spin;
-o-animation: 2s linear 0s normal none infinite spin;
}
|
tangelo_html/lib/tangelo/css/tangelo.css
|
@import "bootstrap-readable.css";
body {
background: white;
}
a {
color: #0088cc;
}
.centered {
margin-left: auto;
margin-right: auto;
text-align: center;
}
/* List styling */
ul.flush {
margin: 0 0 0 1em;
padding: 0px;
}
ul.buttons {
list-style-type: none;
}
ul.legend {
list-style-type: none;
}
/* File inputs are way too big */
input[type="file"] {
height: auto;
line-height: auto;
font-size: 13.2px;
font-weight: auto;
}
.code {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 15px;
line-height: normal;
}
.jumbotron {
text-align: center;
}
.jumbotron > .description {
text-align: left;
}
.title {
color: #004400;
}
/* A rounded-corner panel for printing information */
.placard {
border-radius: 10px 10px 10px 10px;
background: #000;
opacity: 0.3;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
margin-top: 3px;
}
.gmap img {
max-width: none;
}
.gmap label {
width: auto; display:inline;
}
.popover-expand {
max-width: none;
}
/* This allows for emulating a clickable link without affecting the browser
* history (use for popovers, etc. */
.pointer {
cursor: pointer;
}
/* Use this for "drawer handles", to help the user see that clicking on the edge
* of a div will make it roll out/in. */
.drawer:hover {
background-color: gray;
}
/* Translucent control panel, fixed at bottom of window. */
.control-panel {
position: fixed;
bottom: 0px;
width: 100%;
background: rgba(255, 255, 255, 0.7);
}
/* This causes the "brand" item in fixed-navbars to not have a negative left
* margin. */
.navbar-fixed-top .brand {
margin-left: auto;
}
/* Implement a spinning animation (for use by progress pinwheels, etc.). */
@-moz-keyframes spin {
0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
0% { -o-transform: rotate(0deg); }
100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
0% { -ms-transform: rotate(0deg); }
100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
.spinning {
animation: 2s linear 0s normal none infinite spin;
-moz-animation: 2s linear 0s normal none infinite spin;
-webkit-animation: 2s linear 0s normal none infinite spin;
-o-animation: 2s linear 0s normal none infinite spin;
}
| 0.613121 | 0.151843 |
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 100;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Thin.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Thin.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Thin.ttf) format("opentype");
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 200;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Light.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Light.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Light.ttf) format("opentype");
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 300;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-DemiLight.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-DemiLight.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-DemiLight.ttf) format("opentype");
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Regular.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Regular.ttf) format("opentype");
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Medium.ttf) format("opentype");
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Bold.ttf) format("opentype");
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 900;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Black.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Black.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Black.ttf) format("opentype");
}
/*
* Sawarabi Gothic (Japanese) http://sawarabi-fonts.osdn.jp/
*/
@font-face {
font-family: 'Sawarabi Gothic';
font-style: normal;
font-weight: 400;
src: url(../fonts/sawarabi-gothic/SawarabiGothic-Regular.eot);
src: url(../fonts/sawarabi-gothic/SawarabiGothic-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/sawarabi-gothic/SawarabiGothic-Regular.woff2) format("woff2"), url(../fonts/sawarabi-gothic/SawarabiGothic-Regular.woff) format("woff"), url(../fonts/sawarabi-gothic/SawarabiGothic-Regular.ttf) format("truetype");
}
.bg-transparent {
background-color: transparent;
}
button.primary, .btn.primary {
background-color: #007bff;
}
button.primary:hover, button.primary:focus, .btn.primary:hover, .btn.primary:focus {
background-color: #0062cc;
}
button.secondary, .btn.secondary {
background-color: #6c757d;
}
button.secondary:hover, button.secondary:focus, .btn.secondary:hover, .btn.secondary:focus {
background-color: #545b62;
}
button.success, .btn.success {
background-color: #28a745;
}
button.success:hover, button.success:focus, .btn.success:hover, .btn.success:focus {
background-color: #1e7e34;
}
button.info, .btn.info {
background-color: #17a2b8;
}
button.info:hover, button.info:focus, .btn.info:hover, .btn.info:focus {
background-color: #117a8b;
}
button.warning, .btn.warning {
background-color: #ffc107;
}
button.warning:hover, button.warning:focus, .btn.warning:hover, .btn.warning:focus {
background-color: #d39e00;
}
button.danger, .btn.danger {
background-color: #dc3545;
}
button.danger:hover, button.danger:focus, .btn.danger:hover, .btn.danger:focus {
background-color: #bd2130;
}
button.light, .btn.light {
background-color: #f8f9fa;
}
button.light:hover, button.light:focus, .btn.light:hover, .btn.light:focus {
background-color: #dae0e5;
}
button.dark, .btn.dark {
background-color: #343a40;
}
button.dark:hover, button.dark:focus, .btn.dark:hover, .btn.dark:focus {
background-color: #1d2124;
}
.background-fixed-image {
background-color: #3c4249;
background-position: center;
background-size: cover;
position: relative;
z-index: 0;
}
.background-fixed-image::before, .background-fixed-image::after {
content: '';
display: block;
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: -1;
-webkit-filter: blur(15px) brightness(80%);
filter: blur(15px) brightness(80%);
clear: both;
}
.background-fixed-image::before {
background: inherit;
}
.background-fixed-image::after {
background-color: rgba(58, 58, 58, 0.25);
}
html, html * {
font-family: "Noto Sans" !important;
}
|
css/style.css
|
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 100;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Thin.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Thin.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Thin.ttf) format("opentype");
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 200;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Light.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Light.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Light.ttf) format("opentype");
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 300;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-DemiLight.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-DemiLight.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-DemiLight.ttf) format("opentype");
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Regular.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Regular.ttf) format("opentype");
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Medium.ttf) format("opentype");
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Bold.ttf) format("opentype");
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 900;
src: url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Black.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Black.woff) format("woff"), url(../fonts/NotoSansCJKjp-hinted/NotoSansJP-Black.ttf) format("opentype");
}
/*
* Sawarabi Gothic (Japanese) http://sawarabi-fonts.osdn.jp/
*/
@font-face {
font-family: 'Sawarabi Gothic';
font-style: normal;
font-weight: 400;
src: url(../fonts/sawarabi-gothic/SawarabiGothic-Regular.eot);
src: url(../fonts/sawarabi-gothic/SawarabiGothic-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/sawarabi-gothic/SawarabiGothic-Regular.woff2) format("woff2"), url(../fonts/sawarabi-gothic/SawarabiGothic-Regular.woff) format("woff"), url(../fonts/sawarabi-gothic/SawarabiGothic-Regular.ttf) format("truetype");
}
.bg-transparent {
background-color: transparent;
}
button.primary, .btn.primary {
background-color: #007bff;
}
button.primary:hover, button.primary:focus, .btn.primary:hover, .btn.primary:focus {
background-color: #0062cc;
}
button.secondary, .btn.secondary {
background-color: #6c757d;
}
button.secondary:hover, button.secondary:focus, .btn.secondary:hover, .btn.secondary:focus {
background-color: #545b62;
}
button.success, .btn.success {
background-color: #28a745;
}
button.success:hover, button.success:focus, .btn.success:hover, .btn.success:focus {
background-color: #1e7e34;
}
button.info, .btn.info {
background-color: #17a2b8;
}
button.info:hover, button.info:focus, .btn.info:hover, .btn.info:focus {
background-color: #117a8b;
}
button.warning, .btn.warning {
background-color: #ffc107;
}
button.warning:hover, button.warning:focus, .btn.warning:hover, .btn.warning:focus {
background-color: #d39e00;
}
button.danger, .btn.danger {
background-color: #dc3545;
}
button.danger:hover, button.danger:focus, .btn.danger:hover, .btn.danger:focus {
background-color: #bd2130;
}
button.light, .btn.light {
background-color: #f8f9fa;
}
button.light:hover, button.light:focus, .btn.light:hover, .btn.light:focus {
background-color: #dae0e5;
}
button.dark, .btn.dark {
background-color: #343a40;
}
button.dark:hover, button.dark:focus, .btn.dark:hover, .btn.dark:focus {
background-color: #1d2124;
}
.background-fixed-image {
background-color: #3c4249;
background-position: center;
background-size: cover;
position: relative;
z-index: 0;
}
.background-fixed-image::before, .background-fixed-image::after {
content: '';
display: block;
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: -1;
-webkit-filter: blur(15px) brightness(80%);
filter: blur(15px) brightness(80%);
clear: both;
}
.background-fixed-image::before {
background: inherit;
}
.background-fixed-image::after {
background-color: rgba(58, 58, 58, 0.25);
}
html, html * {
font-family: "Noto Sans" !important;
}
| 0.352536 | 0.046098 |
* {
box-sizing: border-box;
}
.main-header{
position: relative;
background-color: white;
height: 8vh;
}
.main-header div{
position: absolute;
top: 0;
right: 0;
width: 50%;
}
.main-header nav ul li{
display: inline-block;
padding: 15px 0;
}
.main-header nav ul a{
text-decoration: none;
color:#878787;
border-right: 1px solid #878787;
padding: 0 20px
}
.main{
position: relative;
height: 1350px;
width: 100%;
}
.main-heading-text-logo{
position: absolute;
background-color: #878787;
height: 50vh;
z-index: 5;
top: 0;
left: 0;
width: 100%;
}
.main-content-primary{
position: absolute;
top: 30vh;
padding: 0 100px;
width: 100%;
z-index: 10;
}
.main-content{
position: relative;
background-color: white;
width: 100%;
/* background-color: rgb(155, 46, 46); */
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.main-heading-text-logo-relative{
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
margin: 50px 100px;
}
.main-heading-text-logo-relative .main-heading{
position: absolute;
width: 50%;
top: 0;
left: 0;
}
.main-heading-text-logo-relative .main-heading h1{
font-size: 64px;
font-weight: bolder;
color: rgb(0, 0, 0);
}
.main-heading-text-logo-relative .main-heading h5{
font-size: 13px;
color: rgb(0, 0, 0);
}
.main-heading-text-logo-relative .main-logo{
text-align: center;
position: absolute;
top: 0;
right: 0;
width: 50%;
}
.main-content nav {
text-align: center;
}
.main-content nav ul {
background-color: #333333;
padding: 20px 0;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.main-content nav ul li {
display: inline-block;
}
.main-content nav ul li a {
text-decoration: none;
padding: 0 20px;
color:#f9ffff;
}
.main-content .first-image {
padding: 30px;
text-align: center;
}
/* .main-content .heading2{
background-color: #F0F0F0;
} */
.main-content .first-h2{
margin-top: 50px;
margin-bottom: 50px;
background-color: #F0F0F0;
display: inline-block;
width: 70%;
}
.main-content .first-h2 h2{
background-color: #fff;
display: inline-block;
padding: 0;
width: 300px;
}
.main-content .second-h2{
background-color: #F0F0F0;
display: inline-block;
width: 20%;
}
.main-content .second-h2 h2{
background-color: #fff;
width: 150px;
display: inline-block;
padding: 0;
}
.main-logos{
width: 65%;
float: left;
}
.main-logos-second{
width: 35%;
float: left;
}
.sam{
margin-top: 30px;
width: 50%;
height: 300px;
}
.image-logo-first{
float: left;
width: 50%;
}
.image-logo-second{
float: left;
width: 50%;
}
.image-logo-third{
clear: both;
}
.image-logo-first div i{
font-size: 32px;
border: 1px solid black;
border-radius: 5px;
text-align: center;
vertical-align: middle;
padding:10px;
}
.image-logo-first div i:hover{
color: white;
background-color: blue;
}
.image-logo-fourth{
width: 100%;
clear: both;
margin-top: 50px;
}
.image-logo-fourth a:nth-child(1){
background-color: #F5C703;
color: #B06A00;
border-radius: 10px;
padding: 10px;
text-decoration: none;
width: 40%;
display: inline-block;
text-align: center;
font-size: 25px;
text-transform: uppercase;
margin-right: 20px;
}
.image-logo-fourth a:nth-child(2){
font-size: 25px;
text-transform: uppercase;
background-color: #8CBD2E;
color: white;
border-radius: 10px;
padding: 10px;
text-decoration: none;
width: 40%;
display: inline-block;
text-align: center;
}
footer{
background-color: #878787;
height: 10vh;
clear: both;
position: relative;
}
footer p:nth-child(1){
position: absolute;
top: 30px;
left: 100px;
color: white;
}
footer p:nth-child(2){
position: absolute;
top: 30px;
right: 100px;
color: white;
}
|
css/style.css
|
* {
box-sizing: border-box;
}
.main-header{
position: relative;
background-color: white;
height: 8vh;
}
.main-header div{
position: absolute;
top: 0;
right: 0;
width: 50%;
}
.main-header nav ul li{
display: inline-block;
padding: 15px 0;
}
.main-header nav ul a{
text-decoration: none;
color:#878787;
border-right: 1px solid #878787;
padding: 0 20px
}
.main{
position: relative;
height: 1350px;
width: 100%;
}
.main-heading-text-logo{
position: absolute;
background-color: #878787;
height: 50vh;
z-index: 5;
top: 0;
left: 0;
width: 100%;
}
.main-content-primary{
position: absolute;
top: 30vh;
padding: 0 100px;
width: 100%;
z-index: 10;
}
.main-content{
position: relative;
background-color: white;
width: 100%;
/* background-color: rgb(155, 46, 46); */
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.main-heading-text-logo-relative{
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
margin: 50px 100px;
}
.main-heading-text-logo-relative .main-heading{
position: absolute;
width: 50%;
top: 0;
left: 0;
}
.main-heading-text-logo-relative .main-heading h1{
font-size: 64px;
font-weight: bolder;
color: rgb(0, 0, 0);
}
.main-heading-text-logo-relative .main-heading h5{
font-size: 13px;
color: rgb(0, 0, 0);
}
.main-heading-text-logo-relative .main-logo{
text-align: center;
position: absolute;
top: 0;
right: 0;
width: 50%;
}
.main-content nav {
text-align: center;
}
.main-content nav ul {
background-color: #333333;
padding: 20px 0;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.main-content nav ul li {
display: inline-block;
}
.main-content nav ul li a {
text-decoration: none;
padding: 0 20px;
color:#f9ffff;
}
.main-content .first-image {
padding: 30px;
text-align: center;
}
/* .main-content .heading2{
background-color: #F0F0F0;
} */
.main-content .first-h2{
margin-top: 50px;
margin-bottom: 50px;
background-color: #F0F0F0;
display: inline-block;
width: 70%;
}
.main-content .first-h2 h2{
background-color: #fff;
display: inline-block;
padding: 0;
width: 300px;
}
.main-content .second-h2{
background-color: #F0F0F0;
display: inline-block;
width: 20%;
}
.main-content .second-h2 h2{
background-color: #fff;
width: 150px;
display: inline-block;
padding: 0;
}
.main-logos{
width: 65%;
float: left;
}
.main-logos-second{
width: 35%;
float: left;
}
.sam{
margin-top: 30px;
width: 50%;
height: 300px;
}
.image-logo-first{
float: left;
width: 50%;
}
.image-logo-second{
float: left;
width: 50%;
}
.image-logo-third{
clear: both;
}
.image-logo-first div i{
font-size: 32px;
border: 1px solid black;
border-radius: 5px;
text-align: center;
vertical-align: middle;
padding:10px;
}
.image-logo-first div i:hover{
color: white;
background-color: blue;
}
.image-logo-fourth{
width: 100%;
clear: both;
margin-top: 50px;
}
.image-logo-fourth a:nth-child(1){
background-color: #F5C703;
color: #B06A00;
border-radius: 10px;
padding: 10px;
text-decoration: none;
width: 40%;
display: inline-block;
text-align: center;
font-size: 25px;
text-transform: uppercase;
margin-right: 20px;
}
.image-logo-fourth a:nth-child(2){
font-size: 25px;
text-transform: uppercase;
background-color: #8CBD2E;
color: white;
border-radius: 10px;
padding: 10px;
text-decoration: none;
width: 40%;
display: inline-block;
text-align: center;
}
footer{
background-color: #878787;
height: 10vh;
clear: both;
position: relative;
}
footer p:nth-child(1){
position: absolute;
top: 30px;
left: 100px;
color: white;
}
footer p:nth-child(2){
position: absolute;
top: 30px;
right: 100px;
color: white;
}
| 0.40204 | 0.096706 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.