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 |
|---|---|---|---|---|
/*
* Base structure
*/
html,body{
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: antialiased;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
}
a{
outline:none;
}
a:hover{
text-decoration: none;
}
.genline{
margin-bottom:20px;
}
.genline-up{
margin-top:20px;
}
input,textarea,select{
outline:none;
}
.wrapper {
/*margin-top: 50px;*/
padding: 15px 30px;
transition: all 0.3s ease-out;
}
.clearfix:after {
content: "";
display: block;
clear: both;
}
/*header {
position: relative;
z-index: 999;
width: 100%;
height: 50px;
background: #eee;
box-shadow: rgba(0, 0, 0, 0.5) 0 -20px 20px 20px;
}*/
.field-service-body{
padding-top: 0px;
margin-top: 0px;
}
.inventory-upc-body{
padding-top: 0px !important;
margin-top: 0px !important;
}
.inventory-upc-heading{
line-height: 1;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 25px;
background-color: #343173;
color: #fff;
text-align: center;
margin-top: 0px;
font-size: 30px;
}
.inventory-upc-container{
margin: 0px;
padding: 20px;
}
/*
* Global add-ons
*/
.navbar-brand>img{
display: inline;
max-height:60px;
}
.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
/* image configuration */
.imgleft{
display:block;
float:left;
margin:0px 10px 5px 0px;
padding:3px;
border:1px solid #eaeaea;
border-bottom:3px solid #ccc;
border-radius:4px;
}
.imgright{
display:block;
float:right;
margin:0px 0px 5px 10px;
border:1px solid #eaeaea;
border-bottom:3px solid #ccc;
border-radius:4px;
}
/*@media (max-width: 768px) {
.imgleft{
float:none;
margin: 0 auto;
}
.imgright{
display:block;
float:none;
margin: 0 auto;
}
} */
/* eof image configuration */
/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
border: 0;
}
/*
* Sidebar
*/
/* Hide for mobile, show later */
.sidebar {
display:block;
background-color: #193048;
overflow-x: hidden;
padding-left:0px;
padding-right:0px;
}
@media (min-width: 768px) {
.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 0px;
overflow-x: hidden;
overflow-y: hidden; /* Scrollable contents if viewport is shorter than content. */
background-color: #193048;
}
}
/* Sidebar navigation */
.nav-sidebar {
margin-right: -21px; /* 20px padding + 1px border */
margin-bottom: 20px;
margin-left: -20px;
}
.nav-sidebar > li > a {
padding-right: 20px;
padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
color: #fff;
background-color: #428bca;
}
/*
* Main content
*/
.main {
padding: 20px;
}
@media (min-width: 768px) {
.main {
padding-right: 40px;
padding-left: 40px;
}
}
.main .page-header {
margin-top: 0;
}
.main .page-header i{
margin-right:5px;
}
/*
* Placeholder dashboard ideas
*/
.placeholders {
margin-bottom: 30px;
text-align: center;
}
.placeholders h4 {
margin-bottom: 0;
}
.placeholder {
margin-bottom: 20px;
}
.placeholder img {
display: inline-block;
border-radius: 50%;
}
/* header */
.navbar-inverse{
background-color:#eaeaea;
}
.navbar-inverse .navbar-brand{
margin-top:-5px;
height: 80px;
}
.navbar-inverse .navbar-header{
width:100%;
}
@media (max-width: 768px) {
.navbar-brand img{
display:none;
text-indent:-9999em;
line-height:0;
}
}
.welcome-box{
color: #264464;
margin-top:10px;
padding: 5px;
background-color: #fff;
float:right;
}
/* eof header */
/* left hand navigation
.nav>li>a{
color:#fff;
background-color:#264464;
font-family: 'Coda', cursive;
font-size:17px;
font-family: 'Oswald', sans-serif;
font-weight:normal;
border-radius:0px;
}
.nav>li>a:hover{
background-color:#193048;
}
.nav>li>a i{
margin-right:5px;
margin-top:3px;
float:left;
}
/* eof left hand navigation */
/* reports */
.reports-box .title{
margin-top:0px;
font-size:18px;
}
/* eof reports */
/* alerts */
.alertbutton{
margin:0px 0px 20px 0px;
}
.table-responsive .del{
color:red;
}
/* eof alerts */
/* tabs */
.tab-row{
padding:10px 0px 0px 0px;
}
.alert-disabled-box{
display:inline;
max-width:100px;
}
.alert-disabled-box-status{
overflow-x:auto;
}
.schedule-recur{
max-width:60px;
display:inline;
}
.schedule-repeat{
max-width:100px;
display:inline;
}
@media (max-width: 768px) {
.recipients-buttons{
margin-bottom:10px;
}
}
.last-run-inputs{
border:1px solid #eee;;
box-shadow:0px 0px 0px 0px;
max-width:160px;
}
/* eof tabs */
/* lost sales */
.lost-sales-gotopage{
max-width:80px;
display:inline;
}
.lost-margin{
margin-bottom:10px;
}
/* eof lost sales */
/* logout box */
.logout-box{
margin-top:12px;
}
.logout-box .button{
border:0px;
background-color: transparent;
color: #000;
outline: none;
font-weight:normal;
}
/* .logout-box .dropdown-menu{
text-align: center;
}
*/
.logout-box .dropdown-menu .col-lg-12{
margin-top:10px;
}
.logout-box .dropdown-menu a{
cursor: pointer;
}
.logout-box .dropdown-menu button{
margin-bottom: 10px;
}
/* eof logout box */
/* general alert */
.general-alert{
position:fixed;
right:5px;
bottom:5px;
z-index: 9999;
}
.general-alert .alert-info{
color: #fff;
background-color: rgba(0, 1, 0, 0.8);
background: rgba(0, 1, 0, 0.8);
border: 1px solid #fff;
}
.general-alert .alert-info .close{
color: #fff;
opacity:1;
}
/* eof general alert */
/* global settings */
.global-settings{
font-size: 12px;
}
.global-settings .form-control{
font-size: 12px;
width:85%
}
/* eof global settings */
/* notification */
.activity-item i {
float: left;
margin-top: 3px;
font-size: 16px;
}
div.activity {
margin-left: 28px;
}
div.activity-item {
padding: 7px 12px;
}
#notification-list div.activity-item {
border-top: 1px solid #f5f5f5;
}
#notification-list div.activity-item a {
font-weight: 600;
}
div.activity span {
display: block;
color: #999;
font-size: 11px;
line-height: 16px;
}
#notifications i.fa {
font-size: 17px;
}
.noty_type_error * {
font-weight: normal !important;
}
.noty_type_error a {
font-weight: bold !important;
}
.noty_bar.noty_type_error a, .noty_bar.noty_type_error i {
color: #fff
}
.noty_bar.noty_type_information a {
color: #fff;
font-weight: bold;
}
.noty_type_error div.activity span
{
color: #fff
}
.noty_type_information div.activity span
{
color: #fefefe
}
/* eof notification */
@media (min-width: 992px) {
body {
overflow-y: scroll;
}
/* .logo img {
width: 200px;
text-align: center;
margin-top: 10px;
float: none;
}
*/
.wrapper {
margin-left: 200px;
}
.wrapper__minify {
margin-left: 50px;
}
}
/* multi level top navigation
.dropdown-menu{
right:0;
}*/
*/
.navbar-inverse .navbar-nav>li>a{
color:#000;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
color:#000;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
background-color:#244b6f;
}
.dropdown-large {
position: static !important;
}
.dropdown-menu-large {
margin-left: 16px;
margin-right: 16px;
padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
padding: 0;
margin: 0;
}
.dropdown-menu-large > li > ul > li {
list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
color: #428bca;
font-size: 18px;
}
@media (max-width: 768px) {
.dropdown-menu-large {
margin-left: 0 ;
margin-right: 0 ;
}
.dropdown-menu-large > li {
margin-bottom: 30px;
}
.dropdown-menu-large > li:last-child {
margin-bottom: 0;
}
.dropdown-menu-large .dropdown-header {
padding: 3px 15px !important;
}
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
border:0px;
}
.navbar-inverse .navbar-toggle .icon-bar{
background-color:#222;
}
.navbar-toggle .icon-bar{
height:4px;
}
.navbar-inverse .navbar-toggle{
border:0px;
}
.navbar-toggle {
margin-top:3px;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #ebebeb;
}
/* eof multi level top navigation */
/* custom modal */
.custom-modal-logout-box .modal-header{
padding: 20px 10px 40px 10px;
}
.custom-modal-logout-box .modal-header small{
color:#000;
}
.custom-modal-logout-box .alert-warning h5{
line-height: 1;
color: #000;
margin-top: 0px;
}
.custom-modal-logout-box .alert-warning{
font-size: 13px;
}
/* eof custom modal */
/* Fieldservice CSS */
.fieldservice-heading{
background-color: #343173;
color: #fff;
text-align: center;
margin-top:0px;
padding-top: 15px;
padding-bottom: 15px;
font-size: 30px;
}
.fieldservice-container{
margin-left: 20px;
margin-right: 20px;
}
.fieldservice-btn{
font-size: 24px;
border-bottom: 4px solid #3c8f3c;
margin-bottom: 15px;
}
.close-service-box{
border:10px solid #f6f6f6;
padding: 15px;
margin-bottom: 20px;
}
.close-service-h3{
color: #343173;
background: #f6f6f6;
margin: 0px;
padding: 10px;
text-align: center;
margin-top: 20px;
}
.close-service-h4{
color: #343173;
background: #f6f6f6;
padding: 10px;
text-align: left;
margin-top: 20px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
line-height: 1;
}
.close-buttons{
margin-bottom: 15px;
}
.close-service-client-output{
text-align: center;
list-style-type: none;
padding-top: 15px;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
.close-service-client-output strong{
color: #343173;
}
.close-service-client-output li{
line-height: 1.5;
color: #666;
font-size: 19px;
}
.signature-canvas{
width: 100%;
height: 200px;
background-color: #fbfbea;
}
/* eof Fieldservice CSS */
/* panel group asset */
.panel-group-asset{
margin-bottom: 0px;
margin-left: -15px;
margin-right: -15px;
}
.panel-group-asset .close-service-h4-panel {
color: #343173;
background: #f6f6f6;
text-align: left;
}
/* eof panel group asset */
/* left navigation */
.vertical_nav .panel-default{
border-color: transparent;
}
.vertical_nav .panel{
margin:0px;
background: transparent;
border:0px;
box-shadow: 0px 0px 0px;
}
.vertical_nav .panel-default>.panel-heading{
color: #fff;
background: transparent;
border-color: transparent;
border: 0px;
padding: 0px;
}
.vertical_nav .panel-default:hover{
background: #2d6d99;
border-radius:0px;
}
.vertical_nav .panel-title{
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
.vertical_nav .panel-title:hover{
/*color: #fff;*/
text-decoration: none;
}
.vertical_nav .panel-body{
color: #fff;
padding: 0px 20px 0px 20px;
}
.vertical_nav .panel-body ul, menu, dir {
display: block;
list-style-type: none;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start:0px;
margin-top: 10px;
}
.vertical_nav .panel-body a{
padding: 0px;
color: #fff;
width: 100%;
font-size: 12px;
}
.vertical_nav .panel-body li{
width: 100%;
line-height: 1;
margin-bottom: 10px;
}
.vertical_nav .panel-body a:hover{
color: #ccc;
text-decoration: none;
}
/* eof left navigation */
.import-line{
padding: 15px;
color: #fff;
font-size: 9px;
display: block;
width: 100%;
position: relative;
}
.build-line{
padding: 0px 15px 15px 15px;
color: #fff;
font-size: 9px;
display: block;
width: 100%;
position: relative;
margin-top: 10px;
}
.fa-custom{
font-size:12px;
width:auto;
height:auto;
line-height:1.5;
margin-right:5px;
}
.gray-disabled{
color:#8F8D8D;
}
.gray-disabled:hover{
color:#8F8D8D;
}
.wrapper{
margin-left:10px;
}
.heading-legend{
margin-top:15px;
}
.heading-legend h4{
font-weight:bold;
margin:0px;
padding:0px;
text-transform:uppercase;
text-align:center;
}
hr.style1{
border-top: 1px solid #8c8b8b;
}
hr.style2 {
border-top: 3px double #8c8b8b;
}
hr.style3 {
border-top: 1px dashed #8c8b8b;
}
hr.style4 {
border-top: 1px dotted #8c8b8b;
}
hr.style5 {
background-color: #fff;
border-top: 2px dashed #8c8b8b;
}
hr.style6 {
background-color: #fff;
border-top: 2px dotted #8c8b8b;
}
hr.style7 {
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}
hr.style8 {
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}
hr.style8:after {
content: '';
display: block;
margin-top: 2px;
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}
hr.style9 {
border-top: 1px dashed #8c8b8b;
border-bottom: 1px dashed #fff;
}
hr.style10 {
border-top: 1px dotted #8c8b8b;
border-bottom: 1px dotted #fff;
}
hr.style11 {
height: 6px;
background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
border: 0;
}
hr.style12 {
height: 6px;
background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
border: 0;
}
hr.style13 {
height: 10px;
border: 0;
box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.style14 {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
hr.style15 {
border-top: 4px double #8c8b8b;
text-align: center;
}
hr.style15:after {
content: '\002665';
display: inline-block;
position: relative;
top: -15px;
padding: 0 10px;
background: #f0f0f0;
color: #8c8b8b;
font-size: 18px;
}
hr.style16 {
border-top: 1px dashed #8c8b8b;
}
hr.style16:after {
content: '\002702';
display: inline-block;
position: relative;
top: -12px;
left: 40px;
padding: 0 3px;
background: #f0f0f0;
color: #8c8b8b;
font-size: 18px;
}
hr.style17 {
border-top: 1px solid #8c8b8b;
text-align: center;
}
hr.style17:after {
content: '§';
display: inline-block;
position: relative;
top: -14px;
padding: 0 10px;
background: #f0f0f0;
color: #8c8b8b;
font-size: 18px;
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
transform: rotate(60deg);
}
hr.style18 {
height: 30px;
border-style: solid;
border-color: #8c8b8b;
border-width: 1px 0 0 0;
border-radius: 20px;
}
hr.style18:before {
display: block;
content: "";
height: 30px;
margin-top: -31px;
border-style: solid;
border-color: #8c8b8b;
border-width: 0 0 1px 0;
border-radius: 20px;
} | css/dashboard.css | /*
* Base structure
*/
html,body{
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: antialiased;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
}
a{
outline:none;
}
a:hover{
text-decoration: none;
}
.genline{
margin-bottom:20px;
}
.genline-up{
margin-top:20px;
}
input,textarea,select{
outline:none;
}
.wrapper {
/*margin-top: 50px;*/
padding: 15px 30px;
transition: all 0.3s ease-out;
}
.clearfix:after {
content: "";
display: block;
clear: both;
}
/*header {
position: relative;
z-index: 999;
width: 100%;
height: 50px;
background: #eee;
box-shadow: rgba(0, 0, 0, 0.5) 0 -20px 20px 20px;
}*/
.field-service-body{
padding-top: 0px;
margin-top: 0px;
}
.inventory-upc-body{
padding-top: 0px !important;
margin-top: 0px !important;
}
.inventory-upc-heading{
line-height: 1;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 25px;
background-color: #343173;
color: #fff;
text-align: center;
margin-top: 0px;
font-size: 30px;
}
.inventory-upc-container{
margin: 0px;
padding: 20px;
}
/*
* Global add-ons
*/
.navbar-brand>img{
display: inline;
max-height:60px;
}
.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
/* image configuration */
.imgleft{
display:block;
float:left;
margin:0px 10px 5px 0px;
padding:3px;
border:1px solid #eaeaea;
border-bottom:3px solid #ccc;
border-radius:4px;
}
.imgright{
display:block;
float:right;
margin:0px 0px 5px 10px;
border:1px solid #eaeaea;
border-bottom:3px solid #ccc;
border-radius:4px;
}
/*@media (max-width: 768px) {
.imgleft{
float:none;
margin: 0 auto;
}
.imgright{
display:block;
float:none;
margin: 0 auto;
}
} */
/* eof image configuration */
/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
border: 0;
}
/*
* Sidebar
*/
/* Hide for mobile, show later */
.sidebar {
display:block;
background-color: #193048;
overflow-x: hidden;
padding-left:0px;
padding-right:0px;
}
@media (min-width: 768px) {
.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 0px;
overflow-x: hidden;
overflow-y: hidden; /* Scrollable contents if viewport is shorter than content. */
background-color: #193048;
}
}
/* Sidebar navigation */
.nav-sidebar {
margin-right: -21px; /* 20px padding + 1px border */
margin-bottom: 20px;
margin-left: -20px;
}
.nav-sidebar > li > a {
padding-right: 20px;
padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
color: #fff;
background-color: #428bca;
}
/*
* Main content
*/
.main {
padding: 20px;
}
@media (min-width: 768px) {
.main {
padding-right: 40px;
padding-left: 40px;
}
}
.main .page-header {
margin-top: 0;
}
.main .page-header i{
margin-right:5px;
}
/*
* Placeholder dashboard ideas
*/
.placeholders {
margin-bottom: 30px;
text-align: center;
}
.placeholders h4 {
margin-bottom: 0;
}
.placeholder {
margin-bottom: 20px;
}
.placeholder img {
display: inline-block;
border-radius: 50%;
}
/* header */
.navbar-inverse{
background-color:#eaeaea;
}
.navbar-inverse .navbar-brand{
margin-top:-5px;
height: 80px;
}
.navbar-inverse .navbar-header{
width:100%;
}
@media (max-width: 768px) {
.navbar-brand img{
display:none;
text-indent:-9999em;
line-height:0;
}
}
.welcome-box{
color: #264464;
margin-top:10px;
padding: 5px;
background-color: #fff;
float:right;
}
/* eof header */
/* left hand navigation
.nav>li>a{
color:#fff;
background-color:#264464;
font-family: 'Coda', cursive;
font-size:17px;
font-family: 'Oswald', sans-serif;
font-weight:normal;
border-radius:0px;
}
.nav>li>a:hover{
background-color:#193048;
}
.nav>li>a i{
margin-right:5px;
margin-top:3px;
float:left;
}
/* eof left hand navigation */
/* reports */
.reports-box .title{
margin-top:0px;
font-size:18px;
}
/* eof reports */
/* alerts */
.alertbutton{
margin:0px 0px 20px 0px;
}
.table-responsive .del{
color:red;
}
/* eof alerts */
/* tabs */
.tab-row{
padding:10px 0px 0px 0px;
}
.alert-disabled-box{
display:inline;
max-width:100px;
}
.alert-disabled-box-status{
overflow-x:auto;
}
.schedule-recur{
max-width:60px;
display:inline;
}
.schedule-repeat{
max-width:100px;
display:inline;
}
@media (max-width: 768px) {
.recipients-buttons{
margin-bottom:10px;
}
}
.last-run-inputs{
border:1px solid #eee;;
box-shadow:0px 0px 0px 0px;
max-width:160px;
}
/* eof tabs */
/* lost sales */
.lost-sales-gotopage{
max-width:80px;
display:inline;
}
.lost-margin{
margin-bottom:10px;
}
/* eof lost sales */
/* logout box */
.logout-box{
margin-top:12px;
}
.logout-box .button{
border:0px;
background-color: transparent;
color: #000;
outline: none;
font-weight:normal;
}
/* .logout-box .dropdown-menu{
text-align: center;
}
*/
.logout-box .dropdown-menu .col-lg-12{
margin-top:10px;
}
.logout-box .dropdown-menu a{
cursor: pointer;
}
.logout-box .dropdown-menu button{
margin-bottom: 10px;
}
/* eof logout box */
/* general alert */
.general-alert{
position:fixed;
right:5px;
bottom:5px;
z-index: 9999;
}
.general-alert .alert-info{
color: #fff;
background-color: rgba(0, 1, 0, 0.8);
background: rgba(0, 1, 0, 0.8);
border: 1px solid #fff;
}
.general-alert .alert-info .close{
color: #fff;
opacity:1;
}
/* eof general alert */
/* global settings */
.global-settings{
font-size: 12px;
}
.global-settings .form-control{
font-size: 12px;
width:85%
}
/* eof global settings */
/* notification */
.activity-item i {
float: left;
margin-top: 3px;
font-size: 16px;
}
div.activity {
margin-left: 28px;
}
div.activity-item {
padding: 7px 12px;
}
#notification-list div.activity-item {
border-top: 1px solid #f5f5f5;
}
#notification-list div.activity-item a {
font-weight: 600;
}
div.activity span {
display: block;
color: #999;
font-size: 11px;
line-height: 16px;
}
#notifications i.fa {
font-size: 17px;
}
.noty_type_error * {
font-weight: normal !important;
}
.noty_type_error a {
font-weight: bold !important;
}
.noty_bar.noty_type_error a, .noty_bar.noty_type_error i {
color: #fff
}
.noty_bar.noty_type_information a {
color: #fff;
font-weight: bold;
}
.noty_type_error div.activity span
{
color: #fff
}
.noty_type_information div.activity span
{
color: #fefefe
}
/* eof notification */
@media (min-width: 992px) {
body {
overflow-y: scroll;
}
/* .logo img {
width: 200px;
text-align: center;
margin-top: 10px;
float: none;
}
*/
.wrapper {
margin-left: 200px;
}
.wrapper__minify {
margin-left: 50px;
}
}
/* multi level top navigation
.dropdown-menu{
right:0;
}*/
*/
.navbar-inverse .navbar-nav>li>a{
color:#000;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
color:#000;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
background-color:#244b6f;
}
.dropdown-large {
position: static !important;
}
.dropdown-menu-large {
margin-left: 16px;
margin-right: 16px;
padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
padding: 0;
margin: 0;
}
.dropdown-menu-large > li > ul > li {
list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
color: #428bca;
font-size: 18px;
}
@media (max-width: 768px) {
.dropdown-menu-large {
margin-left: 0 ;
margin-right: 0 ;
}
.dropdown-menu-large > li {
margin-bottom: 30px;
}
.dropdown-menu-large > li:last-child {
margin-bottom: 0;
}
.dropdown-menu-large .dropdown-header {
padding: 3px 15px !important;
}
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
border:0px;
}
.navbar-inverse .navbar-toggle .icon-bar{
background-color:#222;
}
.navbar-toggle .icon-bar{
height:4px;
}
.navbar-inverse .navbar-toggle{
border:0px;
}
.navbar-toggle {
margin-top:3px;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #ebebeb;
}
/* eof multi level top navigation */
/* custom modal */
.custom-modal-logout-box .modal-header{
padding: 20px 10px 40px 10px;
}
.custom-modal-logout-box .modal-header small{
color:#000;
}
.custom-modal-logout-box .alert-warning h5{
line-height: 1;
color: #000;
margin-top: 0px;
}
.custom-modal-logout-box .alert-warning{
font-size: 13px;
}
/* eof custom modal */
/* Fieldservice CSS */
.fieldservice-heading{
background-color: #343173;
color: #fff;
text-align: center;
margin-top:0px;
padding-top: 15px;
padding-bottom: 15px;
font-size: 30px;
}
.fieldservice-container{
margin-left: 20px;
margin-right: 20px;
}
.fieldservice-btn{
font-size: 24px;
border-bottom: 4px solid #3c8f3c;
margin-bottom: 15px;
}
.close-service-box{
border:10px solid #f6f6f6;
padding: 15px;
margin-bottom: 20px;
}
.close-service-h3{
color: #343173;
background: #f6f6f6;
margin: 0px;
padding: 10px;
text-align: center;
margin-top: 20px;
}
.close-service-h4{
color: #343173;
background: #f6f6f6;
padding: 10px;
text-align: left;
margin-top: 20px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
line-height: 1;
}
.close-buttons{
margin-bottom: 15px;
}
.close-service-client-output{
text-align: center;
list-style-type: none;
padding-top: 15px;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
.close-service-client-output strong{
color: #343173;
}
.close-service-client-output li{
line-height: 1.5;
color: #666;
font-size: 19px;
}
.signature-canvas{
width: 100%;
height: 200px;
background-color: #fbfbea;
}
/* eof Fieldservice CSS */
/* panel group asset */
.panel-group-asset{
margin-bottom: 0px;
margin-left: -15px;
margin-right: -15px;
}
.panel-group-asset .close-service-h4-panel {
color: #343173;
background: #f6f6f6;
text-align: left;
}
/* eof panel group asset */
/* left navigation */
.vertical_nav .panel-default{
border-color: transparent;
}
.vertical_nav .panel{
margin:0px;
background: transparent;
border:0px;
box-shadow: 0px 0px 0px;
}
.vertical_nav .panel-default>.panel-heading{
color: #fff;
background: transparent;
border-color: transparent;
border: 0px;
padding: 0px;
}
.vertical_nav .panel-default:hover{
background: #2d6d99;
border-radius:0px;
}
.vertical_nav .panel-title{
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
.vertical_nav .panel-title:hover{
/*color: #fff;*/
text-decoration: none;
}
.vertical_nav .panel-body{
color: #fff;
padding: 0px 20px 0px 20px;
}
.vertical_nav .panel-body ul, menu, dir {
display: block;
list-style-type: none;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start:0px;
margin-top: 10px;
}
.vertical_nav .panel-body a{
padding: 0px;
color: #fff;
width: 100%;
font-size: 12px;
}
.vertical_nav .panel-body li{
width: 100%;
line-height: 1;
margin-bottom: 10px;
}
.vertical_nav .panel-body a:hover{
color: #ccc;
text-decoration: none;
}
/* eof left navigation */
.import-line{
padding: 15px;
color: #fff;
font-size: 9px;
display: block;
width: 100%;
position: relative;
}
.build-line{
padding: 0px 15px 15px 15px;
color: #fff;
font-size: 9px;
display: block;
width: 100%;
position: relative;
margin-top: 10px;
}
.fa-custom{
font-size:12px;
width:auto;
height:auto;
line-height:1.5;
margin-right:5px;
}
.gray-disabled{
color:#8F8D8D;
}
.gray-disabled:hover{
color:#8F8D8D;
}
.wrapper{
margin-left:10px;
}
.heading-legend{
margin-top:15px;
}
.heading-legend h4{
font-weight:bold;
margin:0px;
padding:0px;
text-transform:uppercase;
text-align:center;
}
hr.style1{
border-top: 1px solid #8c8b8b;
}
hr.style2 {
border-top: 3px double #8c8b8b;
}
hr.style3 {
border-top: 1px dashed #8c8b8b;
}
hr.style4 {
border-top: 1px dotted #8c8b8b;
}
hr.style5 {
background-color: #fff;
border-top: 2px dashed #8c8b8b;
}
hr.style6 {
background-color: #fff;
border-top: 2px dotted #8c8b8b;
}
hr.style7 {
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}
hr.style8 {
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}
hr.style8:after {
content: '';
display: block;
margin-top: 2px;
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}
hr.style9 {
border-top: 1px dashed #8c8b8b;
border-bottom: 1px dashed #fff;
}
hr.style10 {
border-top: 1px dotted #8c8b8b;
border-bottom: 1px dotted #fff;
}
hr.style11 {
height: 6px;
background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
border: 0;
}
hr.style12 {
height: 6px;
background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
border: 0;
}
hr.style13 {
height: 10px;
border: 0;
box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.style14 {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
hr.style15 {
border-top: 4px double #8c8b8b;
text-align: center;
}
hr.style15:after {
content: '\002665';
display: inline-block;
position: relative;
top: -15px;
padding: 0 10px;
background: #f0f0f0;
color: #8c8b8b;
font-size: 18px;
}
hr.style16 {
border-top: 1px dashed #8c8b8b;
}
hr.style16:after {
content: '\002702';
display: inline-block;
position: relative;
top: -12px;
left: 40px;
padding: 0 3px;
background: #f0f0f0;
color: #8c8b8b;
font-size: 18px;
}
hr.style17 {
border-top: 1px solid #8c8b8b;
text-align: center;
}
hr.style17:after {
content: '§';
display: inline-block;
position: relative;
top: -14px;
padding: 0 10px;
background: #f0f0f0;
color: #8c8b8b;
font-size: 18px;
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
transform: rotate(60deg);
}
hr.style18 {
height: 30px;
border-style: solid;
border-color: #8c8b8b;
border-width: 1px 0 0 0;
border-radius: 20px;
}
hr.style18:before {
display: block;
content: "";
height: 30px;
margin-top: -31px;
border-style: solid;
border-color: #8c8b8b;
border-width: 0 0 1px 0;
border-radius: 20px;
} | 0.194712 | 0.053428 |
.tingle-modal * {
box-sizing: border-box;
}
.tingle-modal {
font-family: Helvetica, Arial, Helvetica, sans-serif;
position: fixed;
top: 20px;
margin: 0 auto;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
visibility: hidden;
overflow: hidden;
-webkit-overflow-scrolling: touch;
background: rgba(68, 0, 255, 0.15);
opacity: 0;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
cursor: pointer;
}
/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
text-align: center;
}
/* modal
-------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
cursor: default;
}
.tingle-modal--noClose .tingle-modal__close {
display: none;
}
.tingle-modal__close {
position: fixed;
top: 2rem;
right: 2rem;
z-index: 1000;
padding: 0;
width: 2rem;
height: 2rem;
border: none;
background-color: transparent;
color: #fff;
cursor: pointer;
}
.tingle-modal__close svg * {
fill: currentColor;
}
.tingle-modal__closeLabel {
display: none;
}
.tingle-modal__close:hover {
color: #fff;
}
.tingle-modal-box {
position: relative;
background: none;
opacity: 1;
cursor: auto;
will-change: transform, opacity;
}
.tingle-modal-box__content {
padding-bottom:0px !important;
color: #3f2d5f;
}
.tingle-modal-box__content > h1 {
margin-bottom: 10px;
font-family: Helvetica, sans-serif;
font-size: 2em;
color: rgb(192, 191, 191);
font-weight: lighter;
margin-left: 2em;
}
.room-form{overflow-y:auto}
@media (max-height:640px){
.room-form{
overflow-y:scroll;
font-size:14px;
}
}
.tingle-modal-box__footer {
margin:0 auto;
bottom:0px;
margin-left: 0;
display: flex;
justify-content: space-around;
cursor: auto;
display:none;
width:100%;
}
#meethlogo {
width:150px;
}
@media (min-width: 768px) {
.tingle-modal-box__footer {
position: relative;
margin: 0 auto;
display: flex;
justify-content: space-around;
width:40%;
cursor: auto;
display:none;
}
#meethlogo {
width:200px;
}
}
.tingle-modal-box__footer--sticky {
position: relative;
/* TODO : find a better way */
z-index: 10000;
opacity: 1;
width: 100%;
transition: bottom 0.3s ease-in-out 0.3s;
display: flex;
justify-content: space-around;
display:none;
}
/* state
-------------------------------------------------------------- */
.tingle-enabled {
/*position: fixed;
right: 0;
left: 0; */
overflow: hidden;
}
.tingle-modal--visible {
visibility: visible;
opacity: 1;
}
.tingle-modal--visible .tingle-modal-box {
animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
.tingle-modal--overflow {
overflow-y: scroll;
}
/* btn
-------------------------------------------------------------- */
.tingle-btn {
display: inline-block;
font-family:Helvetica, Arial, sans-serif !important;
font-weight:lighter;
background-color: #3f069c;
border:none;
box-shadow:2px 2px 4px #14101bbb;
border-radius:6px !important;
transition:.5s all;
font-size:1em;
margin:0 auto;
color:white;
cursor: pointer;
transition: background-color 0.4s ease;
border-radius: 3px;
box-shadow: 2px 2px 4px #14101bbb;
margin: 5px;
padding: 10px;
}
.tingle-btn--primary {
background-color: none;
transition: 0.5s all;
}
.tingle-btn--primary:hover {
background-color: #51b1ff;
text-shadow: 1px 1px 1px rgb(77, 28, 190);
}
.tingle-btn--danger {
background-color: #e74c3c;
}
.tingle-btn--default {
transition: 0.5s all;
}
.tingle-btn--default:hover {
background: #e74c3c;
color: white;
text-shadow: 1px 1px 1px rgb(77, 28, 190);
}
.tingle-btn--pull-left {
float: left;
}
.tingle-btn--pull-right {
float: right;
}
/* responsive
-------------------------------------------------------------- */
@media (max-height: 568px) {
#meethlogo {
margin-top:10px;
width:50px;
}
.speech-msg{
text-align:center;font-size:14px
}
p{
text-align:center;
}
}
@media (max-width: 540px) {
.tingle-modal-box {
border-radius: 0;
}
.tingle-modal-box__content {
overflow-y: scroll;
}
.tingle-modal--noClose {
top: 0;
}
.tingle-modal--noOverlayClose {
padding-top: 0;
}
.tingle-modal-box__footer .tingle-btn {
display: block;
/*margin-bottom: 1rem; */
width: 100%;
}
.tingle-modal__close {
top: 0;
right: 0;
left: 0;
display: block;
width: 100%;
height: 60px;
border: none;
background-color: #2c3e50;
box-shadow: none;
color: #fff;
}
.tingle-modal__closeLabel {
display: inline-block;
vertical-align: middle;
font-size: 1.6rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
}
.tingle-modal__closeIcon {
display: inline-block;
margin-right: 0.8rem;
width: 1.6rem;
vertical-align: middle;
font-size: 0;
}
.speech-bubble{
padding-top:0px;
}
}
/* animations
-------------------------------------------------------------- */
.speech-bubble {
z-index: 999;
height: 100vh;
background: black;
position: absolute;
left: -100vw;
top: 0px;
border-radius: 3px;
color: rgb(58, 58, 58);
display: grid;
align-items:center;
margin-bottom: 10px;
margin-top: 20px;
padding: 20px;
padding-bottom:50px;
padding-top:50px;
width: 100vw;
transition:.5s ease all;
overflow-y:auto;
}
@media (max-width: 540px){
.speech-bubble{
padding-top:0px;
}
}
.speech-bubble-open{
left:0px;
}
.speech-bubble p {
font-weight: lighter;
padding-top: 10px;
font-size: 20px;
line-height: 20px;
color: white;
}
.speech-bubble-user {
position: relative;
border-radius: 3px;
color: rgb(58, 58, 58);
padding: 20px 5px;
margin-bottom: 20px;
margin-top: 20px;
}
.speech-bubble-user p {
margin-top: 20px;
color: rgb(89, 83, 102);
font-size: 35px;
font-weight: lighter;
}
.preview-container {
background: rgb(22, 22, 22);
padding: 0px;
border-radius: 3px 3px 3px 3px;
margin-bottom: 10px;
box-shadow: 2px 2px 4px #14101bbb;
}
.preview-container video {
max-width: 100%;
border-radius: 3px;
border: 3px solid rgb(22, 22, 22);
}
.preview-video-buttons {
margin: -30px 0px 0px -30px;
margin-left: 0px;
position: relative;
bottom:30px;
}
.preview-video-buttons button {
display: block;
border:none;
height: 40px;
width: 40px;
background: #3f069c;
transition: 0.2s all;
position: relative;
border-radius:6px;
}
.preview-video-buttons button {
color: white;
}
.preview-video-buttons button:hover {
border-color: orange;
color: orange;
}
.form-control {
font-family: Helvetica, Arial, sans-serif !important;
font-size: 0.9em !important;
font-weight: lighter;
color: grey;
border: none;
box-shadow: 2px 2px 4px #14101bbb;
}
.form-control label {
font-size: 0.6em !important;
}
.room-form {
color: white;
}
.speech-msg {
font-family: Helvetica, Arial, sans-serif !important;
font-weight: lighter !important;
line-height: 2em;
}
.btn-circle {
position:absolute;
left:30px;
top:100px;
width: 35px;
height: 35px;
padding: 7px 0px;
border-radius: 15px;
text-align: center;
font-size: 12px;
line-height: 1.42857;
color: white !important;
z-index:10000;
background-color: #3f069c;
border:none;
box-shadow:2px 2px 4px #14101bbb;
border-radius:6px !important;
transition:.5s all;
font-size:18px;
margin:0 auto;
} | src/assets/css/tingle.css |
.tingle-modal * {
box-sizing: border-box;
}
.tingle-modal {
font-family: Helvetica, Arial, Helvetica, sans-serif;
position: fixed;
top: 20px;
margin: 0 auto;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
visibility: hidden;
overflow: hidden;
-webkit-overflow-scrolling: touch;
background: rgba(68, 0, 255, 0.15);
opacity: 0;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
cursor: pointer;
}
/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
text-align: center;
}
/* modal
-------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
cursor: default;
}
.tingle-modal--noClose .tingle-modal__close {
display: none;
}
.tingle-modal__close {
position: fixed;
top: 2rem;
right: 2rem;
z-index: 1000;
padding: 0;
width: 2rem;
height: 2rem;
border: none;
background-color: transparent;
color: #fff;
cursor: pointer;
}
.tingle-modal__close svg * {
fill: currentColor;
}
.tingle-modal__closeLabel {
display: none;
}
.tingle-modal__close:hover {
color: #fff;
}
.tingle-modal-box {
position: relative;
background: none;
opacity: 1;
cursor: auto;
will-change: transform, opacity;
}
.tingle-modal-box__content {
padding-bottom:0px !important;
color: #3f2d5f;
}
.tingle-modal-box__content > h1 {
margin-bottom: 10px;
font-family: Helvetica, sans-serif;
font-size: 2em;
color: rgb(192, 191, 191);
font-weight: lighter;
margin-left: 2em;
}
.room-form{overflow-y:auto}
@media (max-height:640px){
.room-form{
overflow-y:scroll;
font-size:14px;
}
}
.tingle-modal-box__footer {
margin:0 auto;
bottom:0px;
margin-left: 0;
display: flex;
justify-content: space-around;
cursor: auto;
display:none;
width:100%;
}
#meethlogo {
width:150px;
}
@media (min-width: 768px) {
.tingle-modal-box__footer {
position: relative;
margin: 0 auto;
display: flex;
justify-content: space-around;
width:40%;
cursor: auto;
display:none;
}
#meethlogo {
width:200px;
}
}
.tingle-modal-box__footer--sticky {
position: relative;
/* TODO : find a better way */
z-index: 10000;
opacity: 1;
width: 100%;
transition: bottom 0.3s ease-in-out 0.3s;
display: flex;
justify-content: space-around;
display:none;
}
/* state
-------------------------------------------------------------- */
.tingle-enabled {
/*position: fixed;
right: 0;
left: 0; */
overflow: hidden;
}
.tingle-modal--visible {
visibility: visible;
opacity: 1;
}
.tingle-modal--visible .tingle-modal-box {
animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
.tingle-modal--overflow {
overflow-y: scroll;
}
/* btn
-------------------------------------------------------------- */
.tingle-btn {
display: inline-block;
font-family:Helvetica, Arial, sans-serif !important;
font-weight:lighter;
background-color: #3f069c;
border:none;
box-shadow:2px 2px 4px #14101bbb;
border-radius:6px !important;
transition:.5s all;
font-size:1em;
margin:0 auto;
color:white;
cursor: pointer;
transition: background-color 0.4s ease;
border-radius: 3px;
box-shadow: 2px 2px 4px #14101bbb;
margin: 5px;
padding: 10px;
}
.tingle-btn--primary {
background-color: none;
transition: 0.5s all;
}
.tingle-btn--primary:hover {
background-color: #51b1ff;
text-shadow: 1px 1px 1px rgb(77, 28, 190);
}
.tingle-btn--danger {
background-color: #e74c3c;
}
.tingle-btn--default {
transition: 0.5s all;
}
.tingle-btn--default:hover {
background: #e74c3c;
color: white;
text-shadow: 1px 1px 1px rgb(77, 28, 190);
}
.tingle-btn--pull-left {
float: left;
}
.tingle-btn--pull-right {
float: right;
}
/* responsive
-------------------------------------------------------------- */
@media (max-height: 568px) {
#meethlogo {
margin-top:10px;
width:50px;
}
.speech-msg{
text-align:center;font-size:14px
}
p{
text-align:center;
}
}
@media (max-width: 540px) {
.tingle-modal-box {
border-radius: 0;
}
.tingle-modal-box__content {
overflow-y: scroll;
}
.tingle-modal--noClose {
top: 0;
}
.tingle-modal--noOverlayClose {
padding-top: 0;
}
.tingle-modal-box__footer .tingle-btn {
display: block;
/*margin-bottom: 1rem; */
width: 100%;
}
.tingle-modal__close {
top: 0;
right: 0;
left: 0;
display: block;
width: 100%;
height: 60px;
border: none;
background-color: #2c3e50;
box-shadow: none;
color: #fff;
}
.tingle-modal__closeLabel {
display: inline-block;
vertical-align: middle;
font-size: 1.6rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
}
.tingle-modal__closeIcon {
display: inline-block;
margin-right: 0.8rem;
width: 1.6rem;
vertical-align: middle;
font-size: 0;
}
.speech-bubble{
padding-top:0px;
}
}
/* animations
-------------------------------------------------------------- */
.speech-bubble {
z-index: 999;
height: 100vh;
background: black;
position: absolute;
left: -100vw;
top: 0px;
border-radius: 3px;
color: rgb(58, 58, 58);
display: grid;
align-items:center;
margin-bottom: 10px;
margin-top: 20px;
padding: 20px;
padding-bottom:50px;
padding-top:50px;
width: 100vw;
transition:.5s ease all;
overflow-y:auto;
}
@media (max-width: 540px){
.speech-bubble{
padding-top:0px;
}
}
.speech-bubble-open{
left:0px;
}
.speech-bubble p {
font-weight: lighter;
padding-top: 10px;
font-size: 20px;
line-height: 20px;
color: white;
}
.speech-bubble-user {
position: relative;
border-radius: 3px;
color: rgb(58, 58, 58);
padding: 20px 5px;
margin-bottom: 20px;
margin-top: 20px;
}
.speech-bubble-user p {
margin-top: 20px;
color: rgb(89, 83, 102);
font-size: 35px;
font-weight: lighter;
}
.preview-container {
background: rgb(22, 22, 22);
padding: 0px;
border-radius: 3px 3px 3px 3px;
margin-bottom: 10px;
box-shadow: 2px 2px 4px #14101bbb;
}
.preview-container video {
max-width: 100%;
border-radius: 3px;
border: 3px solid rgb(22, 22, 22);
}
.preview-video-buttons {
margin: -30px 0px 0px -30px;
margin-left: 0px;
position: relative;
bottom:30px;
}
.preview-video-buttons button {
display: block;
border:none;
height: 40px;
width: 40px;
background: #3f069c;
transition: 0.2s all;
position: relative;
border-radius:6px;
}
.preview-video-buttons button {
color: white;
}
.preview-video-buttons button:hover {
border-color: orange;
color: orange;
}
.form-control {
font-family: Helvetica, Arial, sans-serif !important;
font-size: 0.9em !important;
font-weight: lighter;
color: grey;
border: none;
box-shadow: 2px 2px 4px #14101bbb;
}
.form-control label {
font-size: 0.6em !important;
}
.room-form {
color: white;
}
.speech-msg {
font-family: Helvetica, Arial, sans-serif !important;
font-weight: lighter !important;
line-height: 2em;
}
.btn-circle {
position:absolute;
left:30px;
top:100px;
width: 35px;
height: 35px;
padding: 7px 0px;
border-radius: 15px;
text-align: center;
font-size: 12px;
line-height: 1.42857;
color: white !important;
z-index:10000;
background-color: #3f069c;
border:none;
box-shadow:2px 2px 4px #14101bbb;
border-radius:6px !important;
transition:.5s all;
font-size:18px;
margin:0 auto;
} | 0.327561 | 0.07353 |
.cart_header{
margin:20px auto;
overflow:hidden;
height:80px;
width:980px;
}
.logo_wrap{
padding:60px 0 0 0;
height:0;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
}
body{
/*color:#FFFFFF;*/
font-size:12px;
font-family:Arial;
}
.chart{
background-image:url(../images/chart.jpg);
height:35px;
width:435px;
float:right;
background-position:-54px -113px;
overflow:hidden;
margin-top:-50px;
}
a{
cursor:auto;
}
.text{
float:right;
width:425px;
color:#bfbfbf;
}
/* .status{
width:430px;
height:65px;
float:right;
}*/
.firstcurrent{
width:155px;
color:#f69;
float:left;
}
.middle{
width:175px;
color:#bfbfbf;
float:left;
}
.status-top{
width:978px;
height:45px;
margin:0 auto;
border-bottom:2px solid #ff6699;
}
.allgoods{
height:45px;
width:170px;
color:white;
background:#ff6699;
text-align:center;
float:left;
}
.totalprice{
float:right;
line-height:45px;
color:#666666;
display: block;
}
.totalprice_pice{
line-height:45px;
color:#666666;
}
.quanbu{
line-height: 45px;
}
.goodslist{
width:976px;
height:48px;
border:1px solid #d2d2d2;
margin: 0 auto;
}
.quanxuan{
cursor:pointer;
display:line-block;
height:15px;
padding-left:20px;
vertical-align:middle;
background-position: 0 0;
background-repeat:no-repeat;
float:left;
line-height:48px;
}
.xinxi{
float:left;
line-height:48px;
margin-left:106px;
}
.danjia{
float:left;
line-height:48px;
margin-left:230px;
}
.shuliang{
float:left;
line-height:48px;
margin-left:107px;
}
.xiaoji{
float:left;
line-height:48px;
margin-left:110px;
}
.caozuo{
float:left;
line-height:48px;
margin-left:110px;
}
.twoxinxi{
width:976px;
height:36px;
border:1px solid #d2d2d2;
margin: 0 auto;
background:#f7f7f7;
margin-top:8px;
}
.twoquanxuan{
line-height:36px;
margin-left:20px;
float:left;
}
.shangjia{
line-height:36px;
margin-left:20px;
float:left;
vertical-align:middle;
}
.dazhe{
line-height:36px;
margin-left:20px;
float:left;
}
.youhuiquan{
line-height:36px;
margin-left:610px;
float:left;
}
.xiangqing{
height:110px;
width:976px;
border:1px solid #d2d2d2;
margin: 0 auto;
}
.threexuan{
line-height:110px;
margin-left:20px;
float:left;
}
.xiaotu{
line-height:110px;
margin-left:40px;
float:left;
}
.miaoshu{
/*line-height:110px;*/
margin-left:20px;
float:left;
width:118px;
height:27px;
}
.style{
/*line-height:110px;*/
margin-left:40px;
float:left;
}
.unitprice{
line-height:110px;
margin-left:90px;
float:left;
}
.amount{
line-height:110px;
margin-left:110px;
float:left;
}
.subtotal{
line-height:110px;
margin-left:113px;
float:left;
}
.del{
line-height:110px;
margin-left:115px;
float:left;
}
.weibu{
width:976px;
height:55px;
/*float:left;*/
/*position:fixed;*/
margin:0 auto;
margin-top: 15px;
border:1px solid #ff6699;
}
.fourquanxuan{
cursor:pointer;
display:line-block;
height:15px;
padding-left:20px;
vertical-align:middle;
background-position: 0 0;
background-repeat:no-repeat;
float:left;
line-height:54px;
margin-left:0px;
}
.delgoods{
line-height:54px;
float:left;
color:#ff6699;
margin-left:100px;
}
.totalzong{
line-height:54px;
float:left;
margin-left:420px;
}
.jiesuan{
height:54px;
width: 150px;
background:url(../images/charge-btn.png);
float:right;
} | Public/css/goodscar.css | .cart_header{
margin:20px auto;
overflow:hidden;
height:80px;
width:980px;
}
.logo_wrap{
padding:60px 0 0 0;
height:0;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
}
body{
/*color:#FFFFFF;*/
font-size:12px;
font-family:Arial;
}
.chart{
background-image:url(../images/chart.jpg);
height:35px;
width:435px;
float:right;
background-position:-54px -113px;
overflow:hidden;
margin-top:-50px;
}
a{
cursor:auto;
}
.text{
float:right;
width:425px;
color:#bfbfbf;
}
/* .status{
width:430px;
height:65px;
float:right;
}*/
.firstcurrent{
width:155px;
color:#f69;
float:left;
}
.middle{
width:175px;
color:#bfbfbf;
float:left;
}
.status-top{
width:978px;
height:45px;
margin:0 auto;
border-bottom:2px solid #ff6699;
}
.allgoods{
height:45px;
width:170px;
color:white;
background:#ff6699;
text-align:center;
float:left;
}
.totalprice{
float:right;
line-height:45px;
color:#666666;
display: block;
}
.totalprice_pice{
line-height:45px;
color:#666666;
}
.quanbu{
line-height: 45px;
}
.goodslist{
width:976px;
height:48px;
border:1px solid #d2d2d2;
margin: 0 auto;
}
.quanxuan{
cursor:pointer;
display:line-block;
height:15px;
padding-left:20px;
vertical-align:middle;
background-position: 0 0;
background-repeat:no-repeat;
float:left;
line-height:48px;
}
.xinxi{
float:left;
line-height:48px;
margin-left:106px;
}
.danjia{
float:left;
line-height:48px;
margin-left:230px;
}
.shuliang{
float:left;
line-height:48px;
margin-left:107px;
}
.xiaoji{
float:left;
line-height:48px;
margin-left:110px;
}
.caozuo{
float:left;
line-height:48px;
margin-left:110px;
}
.twoxinxi{
width:976px;
height:36px;
border:1px solid #d2d2d2;
margin: 0 auto;
background:#f7f7f7;
margin-top:8px;
}
.twoquanxuan{
line-height:36px;
margin-left:20px;
float:left;
}
.shangjia{
line-height:36px;
margin-left:20px;
float:left;
vertical-align:middle;
}
.dazhe{
line-height:36px;
margin-left:20px;
float:left;
}
.youhuiquan{
line-height:36px;
margin-left:610px;
float:left;
}
.xiangqing{
height:110px;
width:976px;
border:1px solid #d2d2d2;
margin: 0 auto;
}
.threexuan{
line-height:110px;
margin-left:20px;
float:left;
}
.xiaotu{
line-height:110px;
margin-left:40px;
float:left;
}
.miaoshu{
/*line-height:110px;*/
margin-left:20px;
float:left;
width:118px;
height:27px;
}
.style{
/*line-height:110px;*/
margin-left:40px;
float:left;
}
.unitprice{
line-height:110px;
margin-left:90px;
float:left;
}
.amount{
line-height:110px;
margin-left:110px;
float:left;
}
.subtotal{
line-height:110px;
margin-left:113px;
float:left;
}
.del{
line-height:110px;
margin-left:115px;
float:left;
}
.weibu{
width:976px;
height:55px;
/*float:left;*/
/*position:fixed;*/
margin:0 auto;
margin-top: 15px;
border:1px solid #ff6699;
}
.fourquanxuan{
cursor:pointer;
display:line-block;
height:15px;
padding-left:20px;
vertical-align:middle;
background-position: 0 0;
background-repeat:no-repeat;
float:left;
line-height:54px;
margin-left:0px;
}
.delgoods{
line-height:54px;
float:left;
color:#ff6699;
margin-left:100px;
}
.totalzong{
line-height:54px;
float:left;
margin-left:420px;
}
.jiesuan{
height:54px;
width: 150px;
background:url(../images/charge-btn.png);
float:right;
} | 0.287568 | 0.083853 |
@import 'css/theme.css'; /* for RTD */
tt, code, kbd, pre, samp {
font-family: "Fira Mono", Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
font-variant-ligatures: no-common-ligatures;
text-rendering: optimizeSpeed;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
padding: 1.5rem;
}
.rst-content pre, .rst-content kbd, .rst-content samp,
.rst-content tt, .rst-content tt, .rst-content code,
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre
{
font-family: "Fira Mono", "Fira Code", Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
}
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre {
font-size: 14px;
white-space: pre-wrap;
word-wrap: break-word;
padding: 1.5rem
}
.rst-content dl:not(.docutils) dt {
border-top: solid 1px #6ab0de;
}
.rst-content dl:not(.docutils) tt.descclassname,
.rst-content dl:not(.docutils) code.descclassname {
font-weight: 200;
}
.rst-content dl:not(.docutils) .property {
font-variant: small-caps;
color: gray;
font-weight: 200;
}
.rst-content dl:not(.docutils) dl dt {
border: none;
background: transparent;
padding: 0.25rem 0;
}
.rst-content dl:not(.docutils) dl:not(.field-list) > dt {
border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
dl.method > dd {
margin: 0;
}
.rst-content dl p{
margin-bottom: 0.25rem !important;
}
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}
.wy-side-nav-search input[type="text"] {
border-color: transparent;
}
.wy-nav-content {
margin: initial;
}
a.icon-home, a.icon-home:hover {
display: inline-block;
padding: 4px 4px 4px 21px;
background: transparent url(icon.svg) center left no-repeat;
background-size: 2em;
margin-top: 0.2em;
margin-bottom: 1em;
}
.fa-home::before, .icon-home::before {
content: "";
margin-right: 0.5rem;
}
.wy-nav-top a {
margin: -2em;
background: transparent url(icon.svg) center left no-repeat;
background-size: 2em;
padding: 4px 4px 4px 24px;
}
.rst-content dl:not(.docutils) dt {
display: block;
margin: 6px 0;
font-size: inherit;
}
dl.field-list > dt, dl.class > dd > p.rubric, dl.method > dd > dl.simple > dt {
font-style: italic;
font-weight: 200;
color: #777 !important;
margin-top: 1rem !important;
margin-bottom: 0 !important;
} | docs/source/static/styles.css | @import 'css/theme.css'; /* for RTD */
tt, code, kbd, pre, samp {
font-family: "Fira Mono", Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
font-variant-ligatures: no-common-ligatures;
text-rendering: optimizeSpeed;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
padding: 1.5rem;
}
.rst-content pre, .rst-content kbd, .rst-content samp,
.rst-content tt, .rst-content tt, .rst-content code,
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre
{
font-family: "Fira Mono", "Fira Code", Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
}
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre {
font-size: 14px;
white-space: pre-wrap;
word-wrap: break-word;
padding: 1.5rem
}
.rst-content dl:not(.docutils) dt {
border-top: solid 1px #6ab0de;
}
.rst-content dl:not(.docutils) tt.descclassname,
.rst-content dl:not(.docutils) code.descclassname {
font-weight: 200;
}
.rst-content dl:not(.docutils) .property {
font-variant: small-caps;
color: gray;
font-weight: 200;
}
.rst-content dl:not(.docutils) dl dt {
border: none;
background: transparent;
padding: 0.25rem 0;
}
.rst-content dl:not(.docutils) dl:not(.field-list) > dt {
border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
dl.method > dd {
margin: 0;
}
.rst-content dl p{
margin-bottom: 0.25rem !important;
}
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}
.wy-side-nav-search input[type="text"] {
border-color: transparent;
}
.wy-nav-content {
margin: initial;
}
a.icon-home, a.icon-home:hover {
display: inline-block;
padding: 4px 4px 4px 21px;
background: transparent url(icon.svg) center left no-repeat;
background-size: 2em;
margin-top: 0.2em;
margin-bottom: 1em;
}
.fa-home::before, .icon-home::before {
content: "";
margin-right: 0.5rem;
}
.wy-nav-top a {
margin: -2em;
background: transparent url(icon.svg) center left no-repeat;
background-size: 2em;
padding: 4px 4px 4px 24px;
}
.rst-content dl:not(.docutils) dt {
display: block;
margin: 6px 0;
font-size: inherit;
}
dl.field-list > dt, dl.class > dd > p.rubric, dl.method > dd > dl.simple > dt {
font-style: italic;
font-weight: 200;
color: #777 !important;
margin-top: 1rem !important;
margin-bottom: 0 !important;
} | 0.221603 | 0.078289 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: LemonMilk-bold;
src: url(font/LemonMilkbold.otf);
}
@font-face {
font-family: Arial-Bold;
src: url(font/arial-bold.ttf);
}
@font-face {
font-family: Arial-regular;
src: url(font/Arial-regular.ttf);
}
/*==========================mainBox========================*/
.mainBox{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
/*==========================headerBox========================*/
.headerBox{
background-image: url(img/banner.png);
background-size: 1880px 454px;
width: 100%;
height: 454px;
display: flex;
align-items: flex-end;
justify-content: center;
}
.headerBox .imgHeader{
margin-left: -300px;
}
/*==========================bodyBox========================*/
.mainBox .bodyBox{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 1090px;
}
/*==========================bottonBox========================*/
.bottonBox{
display: flex;
align-self: start;
margin-top: -30px;
margin-left: -30px;
}
.bottonBox a{
display: flex;
align-items: center;
justify-content: center;
width: 140px;
height: 45px;
margin: 4px;
padding: 10px;
background-color: #FF9811;
color: white;
border-radius: 3.0rem;
text-decoration: none;
font-family: "Arial-Bold";
font-size: 12px;
}
.bottonBox a:hover{
background-color: #EC6400;
}
/*==========================expLoginBox========================*/
.expLoginBox{
display: flex;
}
/*==========================expBox========================*/
.expLoginBox .expBox{
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
border-radius: 0.5rem;
box-shadow: 0 0 10px;
margin: 10px;
padding: 5px;
}
.expLoginBox .expTxtBox{
display: flex;
text-align: center;
flex-direction: column;
margin-top: -20px;
font-family: "Arial-regular";
font-size: 20px;
}
.expLoginBox .expTxtBox .expImg{
width: 450px;
height: 80px;
align-self: center;
margin-top: 25px;
margin-bottom: 30px;
}
.expLoginBox .startClientBox{
display: flex;
margin-top: 20px;
}
/*==========================loginBox========================*/
.expLoginBox .loginBox{
display: flex;
flex-direction: column;
border-radius: 0.5rem;
box-shadow: 0 0 10px;
margin: 10px;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
margin-top: -200px;
background-color: white;
}
.expLoginBox .cadBox{
display: flex;
flex-direction: column;
}
.loginBox .cadBox h3{
font-size: 600%;
color: #FF9811;
margin-bottom: 20px;
align-self: center;
}
.loginBox .cadBox .user{
margin: -10px 0px -10px 10px;
font-family: Arial;
font-size: 15px;
}
.loginBox .cadBox .inputText{
margin: 10px;
border-radius: 0.3rem;
width: 360px;
height: 40px;
border-style: none;
background: #F0F0F0;
}
.loginBox .cadBox .buton{
margin: 10px;
border-radius: 0.3rem;
width: 360px;
height: 40px;
border-style: none;
background-color: #8163AD;
color: white;
font-size: 110%;
}
.loginBox .cadBox .buton:hover{
background-color: #451E5B;
}
.loginBox .cadBox a{
color: blue;
font-size: 70%;
align-self: flex-end;
margin-top: -5px;
margin-right: 10px;
margin-bottom: 30px;
}
/*====================parte da imagen do login=================*/
.expLoginBox .loginTxtImgBox{
display: flex;
align-items: center;
justify-content: center;
}
.expLoginBox .loginTxtImgBox .logintxtBox{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: -70px -50px 0 0 ;
}
.expLoginBox .loginTxtImgBox .logintxtBox #sever{
color: #FF9811;
font-family: "LemonMilk-bold";
font-size: 12px;
margin-bottom: -8px;
}
.expLoginBox .loginTxtImgBox .logintxtBox #on{
color: #A3D900;
font-family: "LemonMilk-bold";
font-size: 50px;
margin-bottom: 30px;
}
.expLoginBox .loginTxtImgBox .logintxtBox #palyers{
color: #FF9811;
font-family: "LemonMilk-bold";
font-size: 12px;
margin-bottom: -8px;
}
.expLoginBox .loginTxtImgBox .logintxtBox #a9999{
color: #451E5A;
font-family: "LemonMilk-bold";
font-size: 50px;
}
.expLoginBox .loginTxtImgBox .loginImgBox .loginImg{
margin: 0 -45px -15px 0;
}
/*==========================footerBox========================*/
.footerBox{
display: flex;
width: 1130px;
margin: 5px 0 10px 0;
}
.footerBox .footerLogoBox .logoFooter{
display: flex;
align-self: flex-start;
}
.footerBox .footerTxtBox{
width: 600px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: Arial - Regular;
font-size: 12px;
color: #A3A3A3;
}
.footerBox .footerSocialBox{
display: flex;
align-items: center;
justify-content: flex-end;
width: 320px;
}
.footerBox .footerSocialBox .social{
margin-right: 5px;
} | style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: LemonMilk-bold;
src: url(font/LemonMilkbold.otf);
}
@font-face {
font-family: Arial-Bold;
src: url(font/arial-bold.ttf);
}
@font-face {
font-family: Arial-regular;
src: url(font/Arial-regular.ttf);
}
/*==========================mainBox========================*/
.mainBox{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
/*==========================headerBox========================*/
.headerBox{
background-image: url(img/banner.png);
background-size: 1880px 454px;
width: 100%;
height: 454px;
display: flex;
align-items: flex-end;
justify-content: center;
}
.headerBox .imgHeader{
margin-left: -300px;
}
/*==========================bodyBox========================*/
.mainBox .bodyBox{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 1090px;
}
/*==========================bottonBox========================*/
.bottonBox{
display: flex;
align-self: start;
margin-top: -30px;
margin-left: -30px;
}
.bottonBox a{
display: flex;
align-items: center;
justify-content: center;
width: 140px;
height: 45px;
margin: 4px;
padding: 10px;
background-color: #FF9811;
color: white;
border-radius: 3.0rem;
text-decoration: none;
font-family: "Arial-Bold";
font-size: 12px;
}
.bottonBox a:hover{
background-color: #EC6400;
}
/*==========================expLoginBox========================*/
.expLoginBox{
display: flex;
}
/*==========================expBox========================*/
.expLoginBox .expBox{
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
border-radius: 0.5rem;
box-shadow: 0 0 10px;
margin: 10px;
padding: 5px;
}
.expLoginBox .expTxtBox{
display: flex;
text-align: center;
flex-direction: column;
margin-top: -20px;
font-family: "Arial-regular";
font-size: 20px;
}
.expLoginBox .expTxtBox .expImg{
width: 450px;
height: 80px;
align-self: center;
margin-top: 25px;
margin-bottom: 30px;
}
.expLoginBox .startClientBox{
display: flex;
margin-top: 20px;
}
/*==========================loginBox========================*/
.expLoginBox .loginBox{
display: flex;
flex-direction: column;
border-radius: 0.5rem;
box-shadow: 0 0 10px;
margin: 10px;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
margin-top: -200px;
background-color: white;
}
.expLoginBox .cadBox{
display: flex;
flex-direction: column;
}
.loginBox .cadBox h3{
font-size: 600%;
color: #FF9811;
margin-bottom: 20px;
align-self: center;
}
.loginBox .cadBox .user{
margin: -10px 0px -10px 10px;
font-family: Arial;
font-size: 15px;
}
.loginBox .cadBox .inputText{
margin: 10px;
border-radius: 0.3rem;
width: 360px;
height: 40px;
border-style: none;
background: #F0F0F0;
}
.loginBox .cadBox .buton{
margin: 10px;
border-radius: 0.3rem;
width: 360px;
height: 40px;
border-style: none;
background-color: #8163AD;
color: white;
font-size: 110%;
}
.loginBox .cadBox .buton:hover{
background-color: #451E5B;
}
.loginBox .cadBox a{
color: blue;
font-size: 70%;
align-self: flex-end;
margin-top: -5px;
margin-right: 10px;
margin-bottom: 30px;
}
/*====================parte da imagen do login=================*/
.expLoginBox .loginTxtImgBox{
display: flex;
align-items: center;
justify-content: center;
}
.expLoginBox .loginTxtImgBox .logintxtBox{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: -70px -50px 0 0 ;
}
.expLoginBox .loginTxtImgBox .logintxtBox #sever{
color: #FF9811;
font-family: "LemonMilk-bold";
font-size: 12px;
margin-bottom: -8px;
}
.expLoginBox .loginTxtImgBox .logintxtBox #on{
color: #A3D900;
font-family: "LemonMilk-bold";
font-size: 50px;
margin-bottom: 30px;
}
.expLoginBox .loginTxtImgBox .logintxtBox #palyers{
color: #FF9811;
font-family: "LemonMilk-bold";
font-size: 12px;
margin-bottom: -8px;
}
.expLoginBox .loginTxtImgBox .logintxtBox #a9999{
color: #451E5A;
font-family: "LemonMilk-bold";
font-size: 50px;
}
.expLoginBox .loginTxtImgBox .loginImgBox .loginImg{
margin: 0 -45px -15px 0;
}
/*==========================footerBox========================*/
.footerBox{
display: flex;
width: 1130px;
margin: 5px 0 10px 0;
}
.footerBox .footerLogoBox .logoFooter{
display: flex;
align-self: flex-start;
}
.footerBox .footerTxtBox{
width: 600px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: Arial - Regular;
font-size: 12px;
color: #A3A3A3;
}
.footerBox .footerSocialBox{
display: flex;
align-items: center;
justify-content: flex-end;
width: 320px;
}
.footerBox .footerSocialBox .social{
margin-right: 5px;
} | 0.250638 | 0.046812 |
* {
/*! border: 1px solid red; */
box-sizing: border-box;
}
body {
margin: 30px;
padding: 0;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
background: #e7e7e7;
}
a {
color: #00B7FF;
}
/*********************************************************
GRID SYSTEM
*********************************************************/
.grid::after {
content: "";
clear: both;
display: table;
}
[class*="col-"] {
float: left;
padding: 15px;
}
.col-1 {width: 4.16%;}
.col-2 {width: 8.33%;}
.col-3 {width: 12.5%;}
.col-4 {width: 16.66%;}
.col-5 {width: 20.83%;}
.col-6 {width: 25%;}
.col-7 {width: 29.16%;}
.col-8 {width: 33.33%;}
.col-9 {width: 37.5%;}
.col-10 {width: 41.66%;}
.col-11 {width: 45.83%;}
.col-12 {width: 50%;}
.col-13 {width: 54.16%;}
.col-14 {width: 58.33%;}
.col-15 {width: 62.5%;}
.col-16 {width: 66.66%;}
.col-17 {width: 70.83%;}
.col-18 {width: 75%;}
.col-19 {width: 79.16%;}
.col-20 {width: 83.33%;}
.col-21 {width: 87.5%;}
.col-22 {width: 91.66%;}
.col-23 {width: 95.83%;}
.col-24 {width: 100%;}
.col-offset-1 {margin-left: 4.16%;}
.col-offset-2 {margin-left: 8.33%;}
.col-offset-3 {margin-left: 12.5%;}
.col-offset-4 {margin-left: 16.66%;}
.col-offset-5 {margin-left: 20.83%;}
.col-offset-6 {margin-left: 25%;}
.col-offset-7 {margin-left: 29.16%;}
.col-offset-8 {margin-left: 33.33%;}
.col-offset-9 {margin-left: 37.5%;}
.col-offset-10 {margin-left: 41.66%;}
.col-offset-11 {margin-left: 45.83%;}
.col-offset-12 {margin-left: 50%;}
.col-offset-13 {margin-left: 54.16%;}
.col-offset-14 {margin-left: 58.33%;}
.col-offset-15 {margin-left: 62.5%;}
.col-offset-16 {margin-left: 66.66%;}
.col-offset-17 {margin-left: 70.83%;}
.col-offset-18 {margin-left: 75%;}
.col-offset-19 {margin-left: 79.16%;}
.col-offset-20 {margin-left: 83.33%;}
.col-offset-21 {margin-left: 87.5%;}
.col-offset-22 {margin-left: 91.66%;}
.col-offset-23 {margin-left: 95.83%;}
.col-offset-24 {margin-left: 100%;}
/********************************************************/
/*********************************************************
MENU
*********************************************************/
.menu {
padding: 0;
text-align: center;
border: 5px solid #a2a2a2;
border-bottom: 0;
background-color: #a2a2a2;
}
.onglet {
background-color: #a2a2a2;
border: 1px solid #a2a2a2;
border-bottom: 0;
}
.onglet:hover {
background-color: #c4c4c4;
}
.active {
background-color: #e7e7e7;
border-radius: 0 2px 2px 0;
}
.active:hover {
background-color: #e7e7e7;
}
/********************************************************/
/*********************************************************
TABLE MANAGE
*********************************************************/
.table {
border-collapse: collapse;
width: 100%;
}
.table, .tableManage td, .tableManage th {
border: 1px solid black;
}
.table td, .table th {
padding: 15px;
}
.table tr:nth-child(odd) {
background-color: #888888;
}
.table tr:first-child {
background-color: #e7e7e7;
}
/********************************************************/
.main-container {
-webkit-box-shadow: -4px 4px 11px 0px rgba(77,77,77,0.7);
-moz-box-shadow: -4px 4px 11px 0px rgba(77,77,77,0.7);
box-shadow: -4px 4px 11px 0px rgba(77,77,77,0.7);
margin-top: 20px;
padding: 0;
}
.container {
padding: 20px;
border: 5px solid #a2a2a2;
border-top: 0;
}
.select, .label, .btn {
padding: 0;
}
/********************************************************/
/********************* PARTIE ADMIN *********************/
/********************************************************/
.manage ul {
list-style: none;
padding: 0;
}
.manage li {
margin: 0 0 15px 7%;
padding-right: 200px;
}
.manage li:first-of-type {
text-align: center;
}
.manage li:last-of-type {
margin-bottom: 0;
}
.manage li div {
float: right;
}
.manage li button {
display: inline;
background-color: #888;
border: none;
}
.manage li button:hover,
.manage li button:focus {
cursor: pointer;
border: 1px solid #666;
}
.manage a:first-child {
margin-right: 15px;
}
.manage a span {
padding: 0 10px;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.btn_delete span {
background-image: url("../images/trash.svg");
}
.btn_modif span{
background-image: url("../images/pencil.svg");
}
.manage a:hover,
.manage a:focus {
cursor: pointer;
border: 1px dotted black;
}
/**************** MODAL ****************/
[class*="modal-"] {
display: none;
position: fixed;
padding-top: 100px;
z-index: 1;
width: 100%;
height: 100%;
overflow: auto;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.5);
}
.modal_container {
background-color: #e8e8e8;
margin: auto;
padding: 15px;
border: 1px solid black;
width: 80%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
} | public/stylesheets/style.css | * {
/*! border: 1px solid red; */
box-sizing: border-box;
}
body {
margin: 30px;
padding: 0;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
background: #e7e7e7;
}
a {
color: #00B7FF;
}
/*********************************************************
GRID SYSTEM
*********************************************************/
.grid::after {
content: "";
clear: both;
display: table;
}
[class*="col-"] {
float: left;
padding: 15px;
}
.col-1 {width: 4.16%;}
.col-2 {width: 8.33%;}
.col-3 {width: 12.5%;}
.col-4 {width: 16.66%;}
.col-5 {width: 20.83%;}
.col-6 {width: 25%;}
.col-7 {width: 29.16%;}
.col-8 {width: 33.33%;}
.col-9 {width: 37.5%;}
.col-10 {width: 41.66%;}
.col-11 {width: 45.83%;}
.col-12 {width: 50%;}
.col-13 {width: 54.16%;}
.col-14 {width: 58.33%;}
.col-15 {width: 62.5%;}
.col-16 {width: 66.66%;}
.col-17 {width: 70.83%;}
.col-18 {width: 75%;}
.col-19 {width: 79.16%;}
.col-20 {width: 83.33%;}
.col-21 {width: 87.5%;}
.col-22 {width: 91.66%;}
.col-23 {width: 95.83%;}
.col-24 {width: 100%;}
.col-offset-1 {margin-left: 4.16%;}
.col-offset-2 {margin-left: 8.33%;}
.col-offset-3 {margin-left: 12.5%;}
.col-offset-4 {margin-left: 16.66%;}
.col-offset-5 {margin-left: 20.83%;}
.col-offset-6 {margin-left: 25%;}
.col-offset-7 {margin-left: 29.16%;}
.col-offset-8 {margin-left: 33.33%;}
.col-offset-9 {margin-left: 37.5%;}
.col-offset-10 {margin-left: 41.66%;}
.col-offset-11 {margin-left: 45.83%;}
.col-offset-12 {margin-left: 50%;}
.col-offset-13 {margin-left: 54.16%;}
.col-offset-14 {margin-left: 58.33%;}
.col-offset-15 {margin-left: 62.5%;}
.col-offset-16 {margin-left: 66.66%;}
.col-offset-17 {margin-left: 70.83%;}
.col-offset-18 {margin-left: 75%;}
.col-offset-19 {margin-left: 79.16%;}
.col-offset-20 {margin-left: 83.33%;}
.col-offset-21 {margin-left: 87.5%;}
.col-offset-22 {margin-left: 91.66%;}
.col-offset-23 {margin-left: 95.83%;}
.col-offset-24 {margin-left: 100%;}
/********************************************************/
/*********************************************************
MENU
*********************************************************/
.menu {
padding: 0;
text-align: center;
border: 5px solid #a2a2a2;
border-bottom: 0;
background-color: #a2a2a2;
}
.onglet {
background-color: #a2a2a2;
border: 1px solid #a2a2a2;
border-bottom: 0;
}
.onglet:hover {
background-color: #c4c4c4;
}
.active {
background-color: #e7e7e7;
border-radius: 0 2px 2px 0;
}
.active:hover {
background-color: #e7e7e7;
}
/********************************************************/
/*********************************************************
TABLE MANAGE
*********************************************************/
.table {
border-collapse: collapse;
width: 100%;
}
.table, .tableManage td, .tableManage th {
border: 1px solid black;
}
.table td, .table th {
padding: 15px;
}
.table tr:nth-child(odd) {
background-color: #888888;
}
.table tr:first-child {
background-color: #e7e7e7;
}
/********************************************************/
.main-container {
-webkit-box-shadow: -4px 4px 11px 0px rgba(77,77,77,0.7);
-moz-box-shadow: -4px 4px 11px 0px rgba(77,77,77,0.7);
box-shadow: -4px 4px 11px 0px rgba(77,77,77,0.7);
margin-top: 20px;
padding: 0;
}
.container {
padding: 20px;
border: 5px solid #a2a2a2;
border-top: 0;
}
.select, .label, .btn {
padding: 0;
}
/********************************************************/
/********************* PARTIE ADMIN *********************/
/********************************************************/
.manage ul {
list-style: none;
padding: 0;
}
.manage li {
margin: 0 0 15px 7%;
padding-right: 200px;
}
.manage li:first-of-type {
text-align: center;
}
.manage li:last-of-type {
margin-bottom: 0;
}
.manage li div {
float: right;
}
.manage li button {
display: inline;
background-color: #888;
border: none;
}
.manage li button:hover,
.manage li button:focus {
cursor: pointer;
border: 1px solid #666;
}
.manage a:first-child {
margin-right: 15px;
}
.manage a span {
padding: 0 10px;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.btn_delete span {
background-image: url("../images/trash.svg");
}
.btn_modif span{
background-image: url("../images/pencil.svg");
}
.manage a:hover,
.manage a:focus {
cursor: pointer;
border: 1px dotted black;
}
/**************** MODAL ****************/
[class*="modal-"] {
display: none;
position: fixed;
padding-top: 100px;
z-index: 1;
width: 100%;
height: 100%;
overflow: auto;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.5);
}
.modal_container {
background-color: #e8e8e8;
margin: auto;
padding: 15px;
border: 1px solid black;
width: 80%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
} | 0.289573 | 0.127408 |
`html {
margin: 0;
height: 100%;
}
body {
margin: 0;
background-color: #BBB;
height: 100%;
}
p {
margin-top: 0;
}
em {
font-weight: bold;
font-style: italic;
}
/* Engine Container */
#pbsStorybookContainer {
/* Keep all elements within the pages */
overflow-x: hidden;
/* Turn off tap highlight in Mobile Safari */
-webkit-tap-highlight-color: rgba(0,0,0,0);
/* Relative position is required to position the absolute positioned elements */
position: relative !important;
width: 100%;
height: 100%;
}
/* Background */
#pbsBookWrapper {
/* Keep all elements within the wrapper */
overflow-x: hidden;
width: 100%;
height: 100%;
}
/* Book */
#pbsBookContainer {
width: 100%;
}
.pbsPageTurnContainer {
position: relative;
/* Keep all elements within the pages */
overflow-x: hidden;
width: 50%;
height: 100%;
/* Represent book depth */
border-bottom: 2px #333 solid;
}
.pbsPageTurnPageContainer {
position: absolute;
width: 100%;
height: 100%;
}
.pbsRightPageTurnGradient {
/* Represent page edge */
border-right: 4px #000 solid;
position: absolute;
background-image: -webkit-gradient(linear, 100% 0%, 0% 0%, from(rgba(100, 100, 100, 0)), to(rgba(100, 100, 100, 0.5)));
background-image: -webkit-linear-gradient(right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
background-image: -moz-linear-gradient(right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
background-image: -ms-linear-gradient(right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
background-image: -o-linear-gradient(right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
width: 100%;
height: 100%;
}
.pbsLeftPageTurnGradient {
/* Represent page edge */
border-left: 4px #000 solid;
position: absolute;
background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(100, 100, 100, 0)), to(rgba(100, 100, 100, 0.5)));
background-image: -webkit-linear-gradient(left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
background-image: -moz-linear-gradient(left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
background-image: -ms-linear-gradient(left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
background-image: -o-linear-gradient(left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
width: 100%;
height: 100%;
}
.pbsPagesContainer {
position: absolute;
/* Keep all elements within the pages */
overflow-x: hidden;
overflow-y: hidden;
width: 100%;
height: 100%;
/* Represent book depth */
border-bottom: 2px #333 solid;
/* Book shadow */
-moz-box-shadow: 0px 1px 5px 0px #000;
-webkit-box-shadow: 0px 1px 5px 0px #000;
box-shadow: 0px 1px 5px 0px #000;
}
.pbsPageContainer {
height: 100%;
float: left;
}
.pbsPage {
/* Relative position is required to position the absolute positioned elements */
position: relative !important;
width: 100%;
height: 100%;
}
.pbsPageCanvas {
/* Position left page and right page next to each other */
float: left;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.pbsSprite {
}
.pbsCanvas {
/* Layer the element on top of the page */
position: absolute;
}
.pbsTextArea {
/* Layer the element on top of the page */
position: absolute;
margin: 0;
}
.browse .pbsTextArea {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: transparent;
}
.pbsDrawingPad {
/* Layer the element on top of the page */
position: absolute;
margin: 0;
}
.drawingCanvas {
position: absolute;
width: 100%;
height: 100%;
}
/* Page Buttons */
.pbsStorybookNav {
/* Nav container will have absolute buttons so it does not need dimensions */
width: 0;
height: 0;
}
/* Loading */
.loadingContainer {
width: 100%;
height: 100%;
}
#loadingText {
text-align: center;
margin-top: 30%;
font-size: 40px;
width: 100%;
}
/* custom additions */
#pbsBookContainer, .pbsPagesContainer, .pbsPageTurnContainer {
min-height: 450px;
}
.pbsTextArea {
min-height: 220px;
} | lib/pbs/engine/css/engine.css | `html {
margin: 0;
height: 100%;
}
body {
margin: 0;
background-color: #BBB;
height: 100%;
}
p {
margin-top: 0;
}
em {
font-weight: bold;
font-style: italic;
}
/* Engine Container */
#pbsStorybookContainer {
/* Keep all elements within the pages */
overflow-x: hidden;
/* Turn off tap highlight in Mobile Safari */
-webkit-tap-highlight-color: rgba(0,0,0,0);
/* Relative position is required to position the absolute positioned elements */
position: relative !important;
width: 100%;
height: 100%;
}
/* Background */
#pbsBookWrapper {
/* Keep all elements within the wrapper */
overflow-x: hidden;
width: 100%;
height: 100%;
}
/* Book */
#pbsBookContainer {
width: 100%;
}
.pbsPageTurnContainer {
position: relative;
/* Keep all elements within the pages */
overflow-x: hidden;
width: 50%;
height: 100%;
/* Represent book depth */
border-bottom: 2px #333 solid;
}
.pbsPageTurnPageContainer {
position: absolute;
width: 100%;
height: 100%;
}
.pbsRightPageTurnGradient {
/* Represent page edge */
border-right: 4px #000 solid;
position: absolute;
background-image: -webkit-gradient(linear, 100% 0%, 0% 0%, from(rgba(100, 100, 100, 0)), to(rgba(100, 100, 100, 0.5)));
background-image: -webkit-linear-gradient(right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
background-image: -moz-linear-gradient(right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
background-image: -ms-linear-gradient(right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
background-image: -o-linear-gradient(right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
width: 100%;
height: 100%;
}
.pbsLeftPageTurnGradient {
/* Represent page edge */
border-left: 4px #000 solid;
position: absolute;
background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(100, 100, 100, 0)), to(rgba(100, 100, 100, 0.5)));
background-image: -webkit-linear-gradient(left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
background-image: -moz-linear-gradient(left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
background-image: -ms-linear-gradient(left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
background-image: -o-linear-gradient(left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5));
width: 100%;
height: 100%;
}
.pbsPagesContainer {
position: absolute;
/* Keep all elements within the pages */
overflow-x: hidden;
overflow-y: hidden;
width: 100%;
height: 100%;
/* Represent book depth */
border-bottom: 2px #333 solid;
/* Book shadow */
-moz-box-shadow: 0px 1px 5px 0px #000;
-webkit-box-shadow: 0px 1px 5px 0px #000;
box-shadow: 0px 1px 5px 0px #000;
}
.pbsPageContainer {
height: 100%;
float: left;
}
.pbsPage {
/* Relative position is required to position the absolute positioned elements */
position: relative !important;
width: 100%;
height: 100%;
}
.pbsPageCanvas {
/* Position left page and right page next to each other */
float: left;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.pbsSprite {
}
.pbsCanvas {
/* Layer the element on top of the page */
position: absolute;
}
.pbsTextArea {
/* Layer the element on top of the page */
position: absolute;
margin: 0;
}
.browse .pbsTextArea {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: transparent;
}
.pbsDrawingPad {
/* Layer the element on top of the page */
position: absolute;
margin: 0;
}
.drawingCanvas {
position: absolute;
width: 100%;
height: 100%;
}
/* Page Buttons */
.pbsStorybookNav {
/* Nav container will have absolute buttons so it does not need dimensions */
width: 0;
height: 0;
}
/* Loading */
.loadingContainer {
width: 100%;
height: 100%;
}
#loadingText {
text-align: center;
margin-top: 30%;
font-size: 40px;
width: 100%;
}
/* custom additions */
#pbsBookContainer, .pbsPagesContainer, .pbsPageTurnContainer {
min-height: 450px;
}
.pbsTextArea {
min-height: 220px;
} | 0.438304 | 0.116387 |
a {
cursor: pointer;
}
.login {
background: url(../images/homeimgs/login-bg.png) no-repeat left 110px;
height: 100%;
zoom: 1;
min-height: 600px;
}
.login:after {
content: "";
display: block;
clear: both;
}
.loginbox {
margin: 0px 45px auto 0;
overflow: hidden;
zoom: 1;
clear: both;
padding: 30px;
width: 360px;
height: 410px;
border: 1px solid #f6f6f6;
background-color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
float: right;
margin-right: 40px;
}
.avatar {
width: 109px;
height: 109px;
border-radius: 50%;
margin: 0 auto;
display: block;
}
.login-avatar {
/* modify by zhangfj 2016-1-21 ԭ 109*/
width: 69px;
height: 69px;
border-radius: 50%;
margin: 0 auto;
display: block;
}
.login-form p {
margin-top: 20px;
}
.input {
width: 100%;
height: 36px;
line-height: 36px; /* add by zhangfjb 2016-3-4 �ı���ֱ���� */
border: none;
box-shadow: none;
border-bottom: 1px solid #eee;
text-indent: 40px; /* ����40px modify by zhangfj 2016-3-4 */
/* add by zhangfj 2016-3-4 ���text-indent ԭ��IE8�����²����� */
/* padding-left: 40px; */
background-image: url(../images/homeimgs/login-input-bg.png);
background-repeat: no-repeat;
}
.username {
background-position: 4px 12px;
}
.pwd {
background-position: 4px -45px;;
}
/* add by zhangfj 2016-1-21 ��֤�� */
.verify-input {
background-image: url(../images/homeimgs/icon-aval.png);
background-position: 4px 6px;
width: 70%;
vertical-align: middle; /* add by zhangfj 2016-3-4 ��ֱ���� */
}
/* add by zhangfj 2016-1-21 ��֤�� */
.verify {
width: 30%;
border: none;
box-shadow: none;
border-bottom: 1px solid #eee;
height: 36px;
vertical-align: middle; /* add by zhangfj 2016-3-4 ��ֱ���� */
}
.button.button-login {
border-radius: 0;
background: #1f9b6d;
}
/*�û�����*/
.userCenter {
margin-top: 10px;
border: 1px solid #f0eeee;
background: #f5f5f5;
margin-left: 30px;
margin-right: 45px;
margin-bottom: 30px; /*modify by zhangfj 2016-3-25 100px=>30px*/
min-height: 600px;
}
.userCenter .left {
float: left;
width: 220px;
}
.userCenter .left li {
height: 43px;
line-height: 43px;
}
.userCenter .left li a {
display: block;
width: 100%;
box-sizing: border-box;
border-left: 2px solid #f5f5f5;
text-indent: 40px;
color: #525252;
}
.userCenter .left li a.active {
border-left: 2px solid #1dac75;
background: #fff;
}
.userCenter .right {
margin-left: 220px;
background: #fff;
border-left: 1px solid #f0eeee;
min-height: 625px;
}
.userCenter .right .info-form {
width: 390px;/*add by zhangfj 2016-5-31 450px=>390px*/
margin: 0 auto;
padding-bottom: 50px;
}
.user-avatar {
padding-top: 40px;
}
.change-avatar {
color: #199867;
font-size: 12px;
margin-left: 65%;/*add by zhangfj 2016-5-31 63%=>65%*/
margin-top: -15px;
display: block;
text-decoration: underline;
}
.form {
width: 100%;
padding-top: 20px;
margin-bottom: 30px;
}
.form dl {
height: 37px;
line-height: 37px;
margin-top: 15px;
}
.form dl dt {
float: left;
width: 90px;/*add by zhangfj 2016-5-31 150px=>90px*/
text-align: right;
/*add by zhangfj 2016-4-26*/
height: 37px;
line-height: 37px;
}
.form dl dd {
margin-left: 100px;/*add by zhangfj 2016-5-31 160px=>100px*/
position: relative;
/*add by zhangfj 2016-4-26*/
height: 37px;
line-height: 37px;
}
.form dl dd .input {
height: 37px;
line-height: 37px;
border: 1px solid #e5e5e5;
width: 100%;
background: none;
text-indent: 5px;
}
.form dl dd .my-select {
position: absolute;
top: 15px;
right: 10px;
width: 16px;
height: 16px;
}
.form dl dd .my-select .icon {
display: block;
width: 16px;
height: 9px;
background: url(../images/homeimgs/arrow.png) no-repeat;
}
.form dl dd ul {
display: none;
position: absolute;
width: 100%;
top: 36px;
border: 1px solid #e5e5e5;
border-top: none;
background: #fff;
z-index: 2;
box-shadow: 2px 2px 3px rgba(0, 0, 0, .13);
}
.form dl dd ul li {
font-size: 12px;
padding-left: 5px;
line-height: 37px;
}
/*选择头像*/
.right-con {
width: 90%;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 50px;
}
.right-con .title {
font-size: 14px;
color: #575757;
margin-bottom: 30px;
}
.avatar-area {
width: 64%;
float: left;
border-right: 1px solid #e5e5e5;
}
.upload {
width: 80%;
height: 280px;
background: #f7f7f7;
position: relative;
margin-bottom: 30px;
}
.upload .avatar-btn {
width: 148px;
height: 47px;
border: 1px solid #eeeeee;
background: #fff;
line-height: 47px;
font-size: 14px;
color: #555555;
position: absolute;
top: 30%;
left: 50%;
margin-left: -74px;
text-align: center;
}
.upload .avatar-btn .icon {
display: inline-block;
background: url(../images/homeimgs/add-icon.png) no-repeat;
width: 14px;
height: 14px;
margin-right: 5px;
}
.upload p {
position: absolute;
top: 55%;
text-align: center;
font-size: 12px;
width: 100%;
color: #555555;
}
.recommend a {
border: 0;
display: inline-block;
margin: 3px;
}
.recommend a img {
padding: 2px;
border: 0;
}
.recommend a img.active {
border: 2px solid #f5a902;
padding: 0
}
.preview {
width: 30%;
float: left;
margin-left: 5%;
}
.preview p {
font-size: 12px;
color: #575757;
line-height: 24px;
}
.recommend img {
cursor: pointer;
}
.account-top {
margin: 0 auto;
padding: 25px 20px;
background: #f2fdf9;
}
.account-top dl {
padding: 2px 0;
overflow: hidden;
zoom: 1;
margin-bottom: 0px;
}
.account-top dl dt {
float: left;
width: 75px;
padding: 0;
margin: 0px;
display: inline-block;
font-size: 14px;
color: #575757;
}
.account-top dl dd {
width: 124px;
height: 12px;
margin-top: 6px;
overflow: hidden;
background: #dfdfdf;
display: inline-block;
margin-left: 5px;
}
.account-top dd.d1 div {
background-color: #1fa170;
height: 100%;
}
.account-top .tip {
font-size: 12px;
color: #1fa170;
margin-left: 10px;
}
.account-top .warning {
color: #f5a902;
font-size: 12px;
margin-left: 10px;
}
.account-con dl {
width: 100%;
height: 97px;
line-height: 97px;
padding-left: 15px;
}
.account-con dt {
float: left;
width: 150px;
font-size: 16px;
color: #575757;
}
.account-con dt .icon {
display: inline-block;
width: 41px;
height: 41px;
background-image: url(../images/homeimgs/account.png);
background-repeat: no-repeat;
vertical-align: middle;
margin-right: 19px;
}
.account-con dt .icon.safety {
background-position: left top;
}
.account-con dt .icon.warning {
background-position: left bottom;
}
.account-con dd {
margin-left: 160px;
font-size: 14px;
color: #999999;
}
.account-con dd a {
float: right;
width: 20%;
color: #1fa170;
}
.main_unit {
float: left;
width: 100%;
margin-left: 10px;
border-left: 4px solid #eeeeee;
padding-left: 20px;
padding-bottom: 45px;
}
.main_unit:last-child {
padding-bottom: 0px;
}
.content_header {
height: 25px;
line-height: 25px;
vertical-align: middle;
background: url(../images/homeimgs/message-list-bg.png) no-repeat left
center;
position: relative;
left: -34px;;
padding-left: 35px;
top: -3px;
color: #807f7f;
font-size: 12px;
}
.main_date {
text-align: center;
display: inline-block;
}
.main_time,.main_type {
margin-left: 10px;
}
.contentbox {
background-color: #FAFAFA;
margin-top: 10px;
border: 1px solid #eee;
padding: 10px 15px;
float: left;
width: 97%;
box-sizing: border-box;
min-height: 110px;
}
.contentbox_title {
font-size: 14px;
color: #1dac75;
margin: 20px auto;
}
.contentbox_main {
font-size: 12px;
color: #828584;
}
.overdue .contentbox_title {
color: #a5a5a5;
}
.overdue .contentbox_main {
color: #b8b7b7;
}
/*·忘记密码*/
.forget-con {
width: 800px;
margin: 0 auto;
padding-top: 50px;
}
.forget-con .step {
position: relative;
}
.step-line {
position: absolute;
height: 2px;
width: 80%;
font-size: 0;
background-color: #1f9b6d;
top: 40%;
left: 10%;
z-index: 0;
}
.forget-con .step ul {
position: relative;
z-index: 1;
}
.forget-con .step li {
float: left;
text-align: center;
}
.forget-con .step li span {
font-size: 14px;
color: #8d8b8b;
}
.forget-con .step.four li {
width: 25%;
}
.forget-con .step.three li {
width: 33%;
}
.forget-con .step.three .step-line {
width: 70%;
left: 15%;
}
.forget-con .step li .icon {
display: block;
width: 58px;
height: 58px;
margin: 0 auto;
margin-bottom: 5px;
background-image: url(../images/homeimgs/forgetPwd.png);
}
.icon.forget-1 {
background-position: 0 0;
}
.icon.forget-2 {
background-position: -70px 0;
}
.icon.forget-3 {
background-position: -140px 0;
}
.icon.forget-4 {
background-position: -210px 0;
}
.forget-con .step li.active span {
color: #414040;
}
.active .icon.forget-2 {
background-position: -70px -64px;
}
.active .icon.forget-3 {
background-position: -140px -64px;
}
.active .icon.forget-4 {
background-position: -210px -64px;
}
.icon.register-2 {
background-position: -70px -510px;
}
.active .icon.register-2 {
background-position: 0 -510px;
}
.forget-con .form {
width: 440px;/*add by zhangfj 2016-5-31 500px=>440px*/
margin: 0 auto;
}
.forget-con .form dd {
color: #424141;
}
.forget-con .form dd img {
vertical-align: middle;
display: inline-block;
}
.security-btn {
display: inline-block;
width: 25%;
height: 37px;
background-color: #f5f5f5;
border: 1px solid #e5e5e5;
color: #555555;
margin-left: 3%;
font-size: 14px;
text-align: center;
}
.forget-con .form p.succeed {
font-size: 20px;
color: #414040;
text-align: center;
line-height: 34px;
}
.forget-con .form p.succeed .icon {
display: inline-block;
width: 34px;
height: 34px;
margin-right: 10px;
vertical-align: middle;
}
.icon-succeed {
background-image: url(../images/homeimgs/icon-succeed.png);
background-size: 34px 34px;
}
.succeed-tip {
display: block;
font-size: 14px;
color: #959393;
width: 100%;
/* margin-left:35%; */
line-height: 24px;
text-align: left;
}
.succeed-tip em {
font-style: normal;
font-size: 16px;
color: #ef0707;
}
.text-top {
vertical-align: text-top !important;
} | public/css/classical/login.css | a {
cursor: pointer;
}
.login {
background: url(../images/homeimgs/login-bg.png) no-repeat left 110px;
height: 100%;
zoom: 1;
min-height: 600px;
}
.login:after {
content: "";
display: block;
clear: both;
}
.loginbox {
margin: 0px 45px auto 0;
overflow: hidden;
zoom: 1;
clear: both;
padding: 30px;
width: 360px;
height: 410px;
border: 1px solid #f6f6f6;
background-color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
float: right;
margin-right: 40px;
}
.avatar {
width: 109px;
height: 109px;
border-radius: 50%;
margin: 0 auto;
display: block;
}
.login-avatar {
/* modify by zhangfj 2016-1-21 ԭ 109*/
width: 69px;
height: 69px;
border-radius: 50%;
margin: 0 auto;
display: block;
}
.login-form p {
margin-top: 20px;
}
.input {
width: 100%;
height: 36px;
line-height: 36px; /* add by zhangfjb 2016-3-4 �ı���ֱ���� */
border: none;
box-shadow: none;
border-bottom: 1px solid #eee;
text-indent: 40px; /* ����40px modify by zhangfj 2016-3-4 */
/* add by zhangfj 2016-3-4 ���text-indent ԭ��IE8�����²����� */
/* padding-left: 40px; */
background-image: url(../images/homeimgs/login-input-bg.png);
background-repeat: no-repeat;
}
.username {
background-position: 4px 12px;
}
.pwd {
background-position: 4px -45px;;
}
/* add by zhangfj 2016-1-21 ��֤�� */
.verify-input {
background-image: url(../images/homeimgs/icon-aval.png);
background-position: 4px 6px;
width: 70%;
vertical-align: middle; /* add by zhangfj 2016-3-4 ��ֱ���� */
}
/* add by zhangfj 2016-1-21 ��֤�� */
.verify {
width: 30%;
border: none;
box-shadow: none;
border-bottom: 1px solid #eee;
height: 36px;
vertical-align: middle; /* add by zhangfj 2016-3-4 ��ֱ���� */
}
.button.button-login {
border-radius: 0;
background: #1f9b6d;
}
/*�û�����*/
.userCenter {
margin-top: 10px;
border: 1px solid #f0eeee;
background: #f5f5f5;
margin-left: 30px;
margin-right: 45px;
margin-bottom: 30px; /*modify by zhangfj 2016-3-25 100px=>30px*/
min-height: 600px;
}
.userCenter .left {
float: left;
width: 220px;
}
.userCenter .left li {
height: 43px;
line-height: 43px;
}
.userCenter .left li a {
display: block;
width: 100%;
box-sizing: border-box;
border-left: 2px solid #f5f5f5;
text-indent: 40px;
color: #525252;
}
.userCenter .left li a.active {
border-left: 2px solid #1dac75;
background: #fff;
}
.userCenter .right {
margin-left: 220px;
background: #fff;
border-left: 1px solid #f0eeee;
min-height: 625px;
}
.userCenter .right .info-form {
width: 390px;/*add by zhangfj 2016-5-31 450px=>390px*/
margin: 0 auto;
padding-bottom: 50px;
}
.user-avatar {
padding-top: 40px;
}
.change-avatar {
color: #199867;
font-size: 12px;
margin-left: 65%;/*add by zhangfj 2016-5-31 63%=>65%*/
margin-top: -15px;
display: block;
text-decoration: underline;
}
.form {
width: 100%;
padding-top: 20px;
margin-bottom: 30px;
}
.form dl {
height: 37px;
line-height: 37px;
margin-top: 15px;
}
.form dl dt {
float: left;
width: 90px;/*add by zhangfj 2016-5-31 150px=>90px*/
text-align: right;
/*add by zhangfj 2016-4-26*/
height: 37px;
line-height: 37px;
}
.form dl dd {
margin-left: 100px;/*add by zhangfj 2016-5-31 160px=>100px*/
position: relative;
/*add by zhangfj 2016-4-26*/
height: 37px;
line-height: 37px;
}
.form dl dd .input {
height: 37px;
line-height: 37px;
border: 1px solid #e5e5e5;
width: 100%;
background: none;
text-indent: 5px;
}
.form dl dd .my-select {
position: absolute;
top: 15px;
right: 10px;
width: 16px;
height: 16px;
}
.form dl dd .my-select .icon {
display: block;
width: 16px;
height: 9px;
background: url(../images/homeimgs/arrow.png) no-repeat;
}
.form dl dd ul {
display: none;
position: absolute;
width: 100%;
top: 36px;
border: 1px solid #e5e5e5;
border-top: none;
background: #fff;
z-index: 2;
box-shadow: 2px 2px 3px rgba(0, 0, 0, .13);
}
.form dl dd ul li {
font-size: 12px;
padding-left: 5px;
line-height: 37px;
}
/*选择头像*/
.right-con {
width: 90%;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 50px;
}
.right-con .title {
font-size: 14px;
color: #575757;
margin-bottom: 30px;
}
.avatar-area {
width: 64%;
float: left;
border-right: 1px solid #e5e5e5;
}
.upload {
width: 80%;
height: 280px;
background: #f7f7f7;
position: relative;
margin-bottom: 30px;
}
.upload .avatar-btn {
width: 148px;
height: 47px;
border: 1px solid #eeeeee;
background: #fff;
line-height: 47px;
font-size: 14px;
color: #555555;
position: absolute;
top: 30%;
left: 50%;
margin-left: -74px;
text-align: center;
}
.upload .avatar-btn .icon {
display: inline-block;
background: url(../images/homeimgs/add-icon.png) no-repeat;
width: 14px;
height: 14px;
margin-right: 5px;
}
.upload p {
position: absolute;
top: 55%;
text-align: center;
font-size: 12px;
width: 100%;
color: #555555;
}
.recommend a {
border: 0;
display: inline-block;
margin: 3px;
}
.recommend a img {
padding: 2px;
border: 0;
}
.recommend a img.active {
border: 2px solid #f5a902;
padding: 0
}
.preview {
width: 30%;
float: left;
margin-left: 5%;
}
.preview p {
font-size: 12px;
color: #575757;
line-height: 24px;
}
.recommend img {
cursor: pointer;
}
.account-top {
margin: 0 auto;
padding: 25px 20px;
background: #f2fdf9;
}
.account-top dl {
padding: 2px 0;
overflow: hidden;
zoom: 1;
margin-bottom: 0px;
}
.account-top dl dt {
float: left;
width: 75px;
padding: 0;
margin: 0px;
display: inline-block;
font-size: 14px;
color: #575757;
}
.account-top dl dd {
width: 124px;
height: 12px;
margin-top: 6px;
overflow: hidden;
background: #dfdfdf;
display: inline-block;
margin-left: 5px;
}
.account-top dd.d1 div {
background-color: #1fa170;
height: 100%;
}
.account-top .tip {
font-size: 12px;
color: #1fa170;
margin-left: 10px;
}
.account-top .warning {
color: #f5a902;
font-size: 12px;
margin-left: 10px;
}
.account-con dl {
width: 100%;
height: 97px;
line-height: 97px;
padding-left: 15px;
}
.account-con dt {
float: left;
width: 150px;
font-size: 16px;
color: #575757;
}
.account-con dt .icon {
display: inline-block;
width: 41px;
height: 41px;
background-image: url(../images/homeimgs/account.png);
background-repeat: no-repeat;
vertical-align: middle;
margin-right: 19px;
}
.account-con dt .icon.safety {
background-position: left top;
}
.account-con dt .icon.warning {
background-position: left bottom;
}
.account-con dd {
margin-left: 160px;
font-size: 14px;
color: #999999;
}
.account-con dd a {
float: right;
width: 20%;
color: #1fa170;
}
.main_unit {
float: left;
width: 100%;
margin-left: 10px;
border-left: 4px solid #eeeeee;
padding-left: 20px;
padding-bottom: 45px;
}
.main_unit:last-child {
padding-bottom: 0px;
}
.content_header {
height: 25px;
line-height: 25px;
vertical-align: middle;
background: url(../images/homeimgs/message-list-bg.png) no-repeat left
center;
position: relative;
left: -34px;;
padding-left: 35px;
top: -3px;
color: #807f7f;
font-size: 12px;
}
.main_date {
text-align: center;
display: inline-block;
}
.main_time,.main_type {
margin-left: 10px;
}
.contentbox {
background-color: #FAFAFA;
margin-top: 10px;
border: 1px solid #eee;
padding: 10px 15px;
float: left;
width: 97%;
box-sizing: border-box;
min-height: 110px;
}
.contentbox_title {
font-size: 14px;
color: #1dac75;
margin: 20px auto;
}
.contentbox_main {
font-size: 12px;
color: #828584;
}
.overdue .contentbox_title {
color: #a5a5a5;
}
.overdue .contentbox_main {
color: #b8b7b7;
}
/*·忘记密码*/
.forget-con {
width: 800px;
margin: 0 auto;
padding-top: 50px;
}
.forget-con .step {
position: relative;
}
.step-line {
position: absolute;
height: 2px;
width: 80%;
font-size: 0;
background-color: #1f9b6d;
top: 40%;
left: 10%;
z-index: 0;
}
.forget-con .step ul {
position: relative;
z-index: 1;
}
.forget-con .step li {
float: left;
text-align: center;
}
.forget-con .step li span {
font-size: 14px;
color: #8d8b8b;
}
.forget-con .step.four li {
width: 25%;
}
.forget-con .step.three li {
width: 33%;
}
.forget-con .step.three .step-line {
width: 70%;
left: 15%;
}
.forget-con .step li .icon {
display: block;
width: 58px;
height: 58px;
margin: 0 auto;
margin-bottom: 5px;
background-image: url(../images/homeimgs/forgetPwd.png);
}
.icon.forget-1 {
background-position: 0 0;
}
.icon.forget-2 {
background-position: -70px 0;
}
.icon.forget-3 {
background-position: -140px 0;
}
.icon.forget-4 {
background-position: -210px 0;
}
.forget-con .step li.active span {
color: #414040;
}
.active .icon.forget-2 {
background-position: -70px -64px;
}
.active .icon.forget-3 {
background-position: -140px -64px;
}
.active .icon.forget-4 {
background-position: -210px -64px;
}
.icon.register-2 {
background-position: -70px -510px;
}
.active .icon.register-2 {
background-position: 0 -510px;
}
.forget-con .form {
width: 440px;/*add by zhangfj 2016-5-31 500px=>440px*/
margin: 0 auto;
}
.forget-con .form dd {
color: #424141;
}
.forget-con .form dd img {
vertical-align: middle;
display: inline-block;
}
.security-btn {
display: inline-block;
width: 25%;
height: 37px;
background-color: #f5f5f5;
border: 1px solid #e5e5e5;
color: #555555;
margin-left: 3%;
font-size: 14px;
text-align: center;
}
.forget-con .form p.succeed {
font-size: 20px;
color: #414040;
text-align: center;
line-height: 34px;
}
.forget-con .form p.succeed .icon {
display: inline-block;
width: 34px;
height: 34px;
margin-right: 10px;
vertical-align: middle;
}
.icon-succeed {
background-image: url(../images/homeimgs/icon-succeed.png);
background-size: 34px 34px;
}
.succeed-tip {
display: block;
font-size: 14px;
color: #959393;
width: 100%;
/* margin-left:35%; */
line-height: 24px;
text-align: left;
}
.succeed-tip em {
font-style: normal;
font-size: 16px;
color: #ef0707;
}
.text-top {
vertical-align: text-top !important;
} | 0.199035 | 0.093678 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
background-color:#F8F1E9;
font-family:"Open Sans", "MS Serif", "New York", serif;
}
a:link{
text-decoration:none;
color:#1F5616;
}
a:active{
text-decoration:none;
color:#1F5616;
}
a:hover{
text-decoration:none;
color:#6C7666;
}
a:visited{
text-decoration:none;
color:#6C7666;
}
#header {
width:102%;
background-color:#F8F1E9;
height:90px;
line-height:80px;
margin-top:-10px;
margin-left:-5px;
border:none;
}
#header h1{
padding-left:300px;
margin-top:10px;
color:#6C7666;
}
#info {
width:102%;
background-color:#E2DDD9;
height:50px;
line-height:30px;
margin-top:-10px;
margin-left:-5px;
border-bottom:#999 thin inset;
border-top:#CCC thin inset;
}
#info h3{
padding-left:300px;
margin-top:10px;
color:#6C7666;
}
#corpo {
width: 80%;
height: 75%;
background-color:#F8F1E9;
margin-left:-10px;
line-height: 100px;
padding-left: 275px;
padding-right: 13px;
padding-top: 25px;
overflow: scroll;
overflow-x: hidden;
padding-bottom:30px;
}
#info_pessoais {
position: relative;
width: 550px;
height: auto;
background-color:chartreuse;
}
.painel {
position:relative;
width:330px;
height:110px;
background:#E2DDD9;
box-shadow:#666 0px 3px 5px 0px;
line-height:100px;
padding:8px;
margin:10px;
margin-left:auto;
float:left;
}
.painel h3{
margin-bottom:2px;
color:#099;
text-align:left;
}
.painel table {
padding-left:12px;
}
.formulario {
width:600px;
height:auto;
margin-right:auto;
background:#E2DDD9;
box-shadow:#666 0px 3px 5px 0px;
margin-left:240px;
padding-right:50px;
padding-left: 50px;
padding-bottom:70px;
clear:both;
margin-bottom: 30px;
}
.formulario table{
position:relative;
padding-top: 30px;
margin-top:15px;
line-height:1.8;
font-size:18px;
margin-left:40px;
}
.formulario input{
width:320px;
height:30px;
padding:12px;
font-size:16px;
box-sizing:border-box;
border-radius:4px;
}
.formulario input[type=checkbox]{
width:20px;
height:20px;
padding:12px;
font-size:16px;
box-sizing:border-box;
border-radius:4px;
}
#corpo button{
position:relative;
float:right;
margin-top: 20px;
margin-right:auto;
padding:10px 24px;
font-size:16px;
border-radius:4px;
}
.formulario select{
width:320px;
height:30px;
font-size:16px;
border-radius:4px;
}
.ns {
width:auto;
margin-left:0px;
padding: 6px;
height: auto;
background:#F8F1E9;
border-bottom: 1px ridge black;
}
.s{
width:auto;
margin-left:0px;
padding: 7px;
border-left: 1px ridge black;
border-top: 1px ridge black;
border-right:1px ridge black;
height:auto;
background-color:white;
}
.grande{
width: 100%;
height: auto;
margin-left: auto;
margin-top:-34.5px;
padding-bottom:40px;
background-color: white;
border: 1px ridge black;
}
.absolute {
position:absolute;
height:100%;
}
/*Barra de rolagem*/
::-webkit-scrollbar {
width: 10px;
height: 10px;
-webkit-border-radius:16px;
}
::-webkit-scrollbar-track-piece {
background-color: #ffffff;
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background-color: #666;
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #666;
-webkit-border-radius: 3px;
} | style.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
background-color:#F8F1E9;
font-family:"Open Sans", "MS Serif", "New York", serif;
}
a:link{
text-decoration:none;
color:#1F5616;
}
a:active{
text-decoration:none;
color:#1F5616;
}
a:hover{
text-decoration:none;
color:#6C7666;
}
a:visited{
text-decoration:none;
color:#6C7666;
}
#header {
width:102%;
background-color:#F8F1E9;
height:90px;
line-height:80px;
margin-top:-10px;
margin-left:-5px;
border:none;
}
#header h1{
padding-left:300px;
margin-top:10px;
color:#6C7666;
}
#info {
width:102%;
background-color:#E2DDD9;
height:50px;
line-height:30px;
margin-top:-10px;
margin-left:-5px;
border-bottom:#999 thin inset;
border-top:#CCC thin inset;
}
#info h3{
padding-left:300px;
margin-top:10px;
color:#6C7666;
}
#corpo {
width: 80%;
height: 75%;
background-color:#F8F1E9;
margin-left:-10px;
line-height: 100px;
padding-left: 275px;
padding-right: 13px;
padding-top: 25px;
overflow: scroll;
overflow-x: hidden;
padding-bottom:30px;
}
#info_pessoais {
position: relative;
width: 550px;
height: auto;
background-color:chartreuse;
}
.painel {
position:relative;
width:330px;
height:110px;
background:#E2DDD9;
box-shadow:#666 0px 3px 5px 0px;
line-height:100px;
padding:8px;
margin:10px;
margin-left:auto;
float:left;
}
.painel h3{
margin-bottom:2px;
color:#099;
text-align:left;
}
.painel table {
padding-left:12px;
}
.formulario {
width:600px;
height:auto;
margin-right:auto;
background:#E2DDD9;
box-shadow:#666 0px 3px 5px 0px;
margin-left:240px;
padding-right:50px;
padding-left: 50px;
padding-bottom:70px;
clear:both;
margin-bottom: 30px;
}
.formulario table{
position:relative;
padding-top: 30px;
margin-top:15px;
line-height:1.8;
font-size:18px;
margin-left:40px;
}
.formulario input{
width:320px;
height:30px;
padding:12px;
font-size:16px;
box-sizing:border-box;
border-radius:4px;
}
.formulario input[type=checkbox]{
width:20px;
height:20px;
padding:12px;
font-size:16px;
box-sizing:border-box;
border-radius:4px;
}
#corpo button{
position:relative;
float:right;
margin-top: 20px;
margin-right:auto;
padding:10px 24px;
font-size:16px;
border-radius:4px;
}
.formulario select{
width:320px;
height:30px;
font-size:16px;
border-radius:4px;
}
.ns {
width:auto;
margin-left:0px;
padding: 6px;
height: auto;
background:#F8F1E9;
border-bottom: 1px ridge black;
}
.s{
width:auto;
margin-left:0px;
padding: 7px;
border-left: 1px ridge black;
border-top: 1px ridge black;
border-right:1px ridge black;
height:auto;
background-color:white;
}
.grande{
width: 100%;
height: auto;
margin-left: auto;
margin-top:-34.5px;
padding-bottom:40px;
background-color: white;
border: 1px ridge black;
}
.absolute {
position:absolute;
height:100%;
}
/*Barra de rolagem*/
::-webkit-scrollbar {
width: 10px;
height: 10px;
-webkit-border-radius:16px;
}
::-webkit-scrollbar-track-piece {
background-color: #ffffff;
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background-color: #666;
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #666;
-webkit-border-radius: 3px;
} | 0.17515 | 0.039085 |
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;
}
html,body{
font-family: Arial, Verdana, sans-serif;
color:#000000;
height:100%;
background: rgb(182,217,254); /* Old browsers */
background: -moz-linear-gradient(top, rgba(182,217,254,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(182,217,254,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(182,217,254,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d9fe', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.container{
height:100%;
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}
.main-bg{
background:url(assets/images/main-bg.png) no-repeat right bottom;
opacity:0.2;
filter: alpha(opacity=50);
width:256px;
height:531px;
position: absolute;
right: 0;
bottom: 0;
z-index: 0;
}
.box-wrapper{
border-radius: 6px;
-webkit-box-shadow: 0px 4px 10px 4px rgba(31,30,77,0.24);
box-shadow: 0px 4px 10px 4px rgba(31,30,77,0.24);
background:#ffffff;
}
.text-right{
text-align: right;
}
#mainCointainer{
height: 100%;
width: 100%;
}
.rendererWithOptions {
left: 350px;
}
.rendererFullScreen {
left: 0px;
}
.rendererFullScreenPermanent {
left: 0px;
}
.hidden {
display: none;
}
.hiddenPermanent {
display: none;
}
.upperCase {
text-transform: uppercase;
}
.titleCase {
text-transform: capitalize;
}
.mobile-device {
display: none;
} | src/styles.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;
}
html,body{
font-family: Arial, Verdana, sans-serif;
color:#000000;
height:100%;
background: rgb(182,217,254); /* Old browsers */
background: -moz-linear-gradient(top, rgba(182,217,254,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(182,217,254,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(182,217,254,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d9fe', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.container{
height:100%;
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}
.main-bg{
background:url(assets/images/main-bg.png) no-repeat right bottom;
opacity:0.2;
filter: alpha(opacity=50);
width:256px;
height:531px;
position: absolute;
right: 0;
bottom: 0;
z-index: 0;
}
.box-wrapper{
border-radius: 6px;
-webkit-box-shadow: 0px 4px 10px 4px rgba(31,30,77,0.24);
box-shadow: 0px 4px 10px 4px rgba(31,30,77,0.24);
background:#ffffff;
}
.text-right{
text-align: right;
}
#mainCointainer{
height: 100%;
width: 100%;
}
.rendererWithOptions {
left: 350px;
}
.rendererFullScreen {
left: 0px;
}
.rendererFullScreenPermanent {
left: 0px;
}
.hidden {
display: none;
}
.hiddenPermanent {
display: none;
}
.upperCase {
text-transform: uppercase;
}
.titleCase {
text-transform: capitalize;
}
.mobile-device {
display: none;
} | 0.31059 | 0.097133 |
@media (max-width: 1299px) {
.slider_section .slider_number-container {
display: none;
}
}
@media (max-width: 1120px) {}
@media (max-width: 992px) {
.hero_area {
background-position: top left;
min-height: auto;
}
.slider_section.position-relative {
padding: 75px 0 150px 0;
}
.quote_btn-container {
display: none;
}
}
@media (max-width: 768px) {
.contact_section button {
margin-bottom: 45px;
margin-left: auto;
margin-right: auto;
}
.contact_section form {
padding: 0;
}
.info_section {
text-align: center;
}
.info_section .col-md-3 {
margin: 25px 0;
}
.info_links ul {
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.info_insta,
.info_contact {
display: flex;
flex-direction: column;
align-items: center;
}
.about_section .img-box {
margin-bottom: 45px;
}
.gallery_section .img_container {
flex-direction: column;
}
.client_section .heading_container .section_number {
top: -95px;
left: 0;
transform: translate();
}
.gallery_section.layout_padding {
margin-bottom: 65px;
}
.arrange_section .detail_box {
width: 100%;
}
}
@media (max-width: 576px) {
.heading_container h2::before {
left: 0;
}
.heading_container h2 {
padding-left: 45px;
}
.slider_section .detail_box {
text-align: center;
}
.slider_section .carousel_btn-container {
position: unset;
display: flex;
justify-content: center;
width: 100%;
margin-top: 45px;
}
.slider_section .carousel_btn-container .carousel-control-prev,
.slider_section .carousel_btn-container .carousel-control-next {
position: unset;
transform: none;
margin: 0 5px;
}
.slider_section.position-relative {
padding-bottom: 75px;
}
.gallery_section .img_container .box-1 .box-1-container {
flex-direction: column;
}
.arrange_section {
padding: 75px 0;
}
}
@media (max-width: 480px) {
.slider_section .detail_box h1 {
font-size: 3.5rem;
}
.client_section .detail_box {
border-radius: 50px;
}
}
@media (max-width: 420px) {
.about_section .img_container {
height: 185px;
}
}
@media (max-width: 360px) {}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
} | css/responsive.css | @media (max-width: 1299px) {
.slider_section .slider_number-container {
display: none;
}
}
@media (max-width: 1120px) {}
@media (max-width: 992px) {
.hero_area {
background-position: top left;
min-height: auto;
}
.slider_section.position-relative {
padding: 75px 0 150px 0;
}
.quote_btn-container {
display: none;
}
}
@media (max-width: 768px) {
.contact_section button {
margin-bottom: 45px;
margin-left: auto;
margin-right: auto;
}
.contact_section form {
padding: 0;
}
.info_section {
text-align: center;
}
.info_section .col-md-3 {
margin: 25px 0;
}
.info_links ul {
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.info_insta,
.info_contact {
display: flex;
flex-direction: column;
align-items: center;
}
.about_section .img-box {
margin-bottom: 45px;
}
.gallery_section .img_container {
flex-direction: column;
}
.client_section .heading_container .section_number {
top: -95px;
left: 0;
transform: translate();
}
.gallery_section.layout_padding {
margin-bottom: 65px;
}
.arrange_section .detail_box {
width: 100%;
}
}
@media (max-width: 576px) {
.heading_container h2::before {
left: 0;
}
.heading_container h2 {
padding-left: 45px;
}
.slider_section .detail_box {
text-align: center;
}
.slider_section .carousel_btn-container {
position: unset;
display: flex;
justify-content: center;
width: 100%;
margin-top: 45px;
}
.slider_section .carousel_btn-container .carousel-control-prev,
.slider_section .carousel_btn-container .carousel-control-next {
position: unset;
transform: none;
margin: 0 5px;
}
.slider_section.position-relative {
padding-bottom: 75px;
}
.gallery_section .img_container .box-1 .box-1-container {
flex-direction: column;
}
.arrange_section {
padding: 75px 0;
}
}
@media (max-width: 480px) {
.slider_section .detail_box h1 {
font-size: 3.5rem;
}
.client_section .detail_box {
border-radius: 50px;
}
}
@media (max-width: 420px) {
.about_section .img_container {
height: 185px;
}
}
@media (max-width: 360px) {}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
} | 0.345547 | 0.054955 |
section.pricing {
background: #D3D3D3;
background: url(../img/pricing.jpg);
}
.pricing .card {
border: none;
border-radius: 1rem;
transition: all 0.2s;
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricing hr {
background: url(../img/home-slider/slider-1.jpg)no-repeat fixed center center;
margin: 1.5rem 0;
}
.pricing .card-title {
margin: 0.9rem 0;
font-size: 20px;
letter-spacing: .2rem;
font-weight: bold;
}
.pricing .card-price {
font-size: 3rem;
margin: 0;
}
.card-title-a{
font-size: 15px!important;
}
.card-body-a {
color: white;
background: rgba(255,33,114,1);
background: -moz-linear-gradient(-45deg, rgba(255,33,114,1) 0%, rgba(159,72,240,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,33,114,1)), color-stop(100%, rgba(159,72,240,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,33,114,1) 0%, rgba(159,72,240,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,33,114,1) 0%, rgba(159,72,240,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,33,114,1) 0%, rgba(159,72,240,1) 100%);
background: linear-gradient(135deg, rgba(255,33,114,1) 0%, rgba(159,72,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #D3D3D3', endColorstr=' #D3D3D3', GradientType=1 );
border-radius: 1rem;
}
.pricing .card-price .period {
font-size: 0.8rem;
}
.pricing ul li {
margin-bottom: 1rem;
}
.pricing .text-muted {
opacity: 0.7;
}
.pricing .btn {
font-size: 80%;
letter-spacing: .1rem;
font-weight: bold;
padding: 1rem;
opacity: 0.7;
transition: all 0.2s;
padding: 15px 25px;
margin: 0;
cursor: pointer;
border: 1px solid #000;
overflow: visible;
font: bold 13px arial, helvetica, sans-serif;
text-decoration: none;
white-space: nowrap;
color: #fff;
background-color: #000;
}
/* Hover Effects on Card */
@media (min-width: 992px) {
.pricing .card:hover {
margin-top: -.25rem;
margin-bottom: .25rem;
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}
.pricing .card:hover .btn {
opacity: 1;
}
} | public/css/pricing.css | section.pricing {
background: #D3D3D3;
background: url(../img/pricing.jpg);
}
.pricing .card {
border: none;
border-radius: 1rem;
transition: all 0.2s;
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricing hr {
background: url(../img/home-slider/slider-1.jpg)no-repeat fixed center center;
margin: 1.5rem 0;
}
.pricing .card-title {
margin: 0.9rem 0;
font-size: 20px;
letter-spacing: .2rem;
font-weight: bold;
}
.pricing .card-price {
font-size: 3rem;
margin: 0;
}
.card-title-a{
font-size: 15px!important;
}
.card-body-a {
color: white;
background: rgba(255,33,114,1);
background: -moz-linear-gradient(-45deg, rgba(255,33,114,1) 0%, rgba(159,72,240,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,33,114,1)), color-stop(100%, rgba(159,72,240,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,33,114,1) 0%, rgba(159,72,240,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,33,114,1) 0%, rgba(159,72,240,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,33,114,1) 0%, rgba(159,72,240,1) 100%);
background: linear-gradient(135deg, rgba(255,33,114,1) 0%, rgba(159,72,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #D3D3D3', endColorstr=' #D3D3D3', GradientType=1 );
border-radius: 1rem;
}
.pricing .card-price .period {
font-size: 0.8rem;
}
.pricing ul li {
margin-bottom: 1rem;
}
.pricing .text-muted {
opacity: 0.7;
}
.pricing .btn {
font-size: 80%;
letter-spacing: .1rem;
font-weight: bold;
padding: 1rem;
opacity: 0.7;
transition: all 0.2s;
padding: 15px 25px;
margin: 0;
cursor: pointer;
border: 1px solid #000;
overflow: visible;
font: bold 13px arial, helvetica, sans-serif;
text-decoration: none;
white-space: nowrap;
color: #fff;
background-color: #000;
}
/* Hover Effects on Card */
@media (min-width: 992px) {
.pricing .card:hover {
margin-top: -.25rem;
margin-bottom: .25rem;
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}
.pricing .card:hover .btn {
opacity: 1;
}
} | 0.365457 | 0.184492 |
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
*{
padding: 0;
margin: 0;
text-decoration: none;
}
body{
font-family: 'Source Sans Pro', sans-serif;
color: #0000008c;
}
header{
background: rgb(0, 202, 209);
}
.topo{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
max-width: 1024px;
margin: 0 auto;
}
.top-logo img{
width: 120px;
}
.top-menu{
margin-right: 15px;
}
.top-menu a{
color: white;
margin-left: 20px;
font-weight: bold;
}
.top-menu a:hover{
color: rgb(0, 100, 122);
}
/* Menu */
main{
max-width: 1024px;
margin: 0 auto;
}
.nav{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
margin-top: 10px;
}
.nav a{
margin: 10px 10px 20px 10px;
color: rgb(96, 97, 92);
border-bottom: 2px solid rgb(0, 202, 209);
}
.nav a:hover{
color: rgb(0, 100, 122);
font-weight: bold;
}
.titulo{
display: flex;
justify-content: center;
font-size: 11.5px;
margin-bottom: 40px;
}
/*Especialidades*/
.especialidade h2{
text-align: center;
font-weight: bold;
font-size: 18px;
margin: 20px 0 10px 0;
}
.especialidade p{
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
margin-bottom: 20px;
}
/* Agenda */
.agenda{
display: flex;
}
.agenda img{
height: 200px;
width: 30%;
object-fit: cover;
display: flex;
}
#foto-fisioterapia{
width: 42%;
}
/*Tabelas*/
table{
border-collapse: collapse;
width: 100%;
height: 31.5vh;
}
thead{
background: rgb(0, 202, 209);
}
th{
padding: 5px;
color: white;
text-align: left;
font-size: 15px;
}
tbody tr:nth-child(2n + 1){
background:rgb(205, 205, 205);
}
.contato{
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: column;
text-align: center;
}
.contato h3{
margin: 10px;
}
.contato p{
margin: 10px;
}
footer{
margin-top: 40px;
background: rgb(12, 110, 113);
}
.footer{
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
}
.footer img{
width: 120px;
margin: 20px;
}
.footer p{
margin: 5px;
}
.footer p:last-child{
margin-bottom: 30px;
}
@media (max-width: 319px){
.agenda img{
display: none;
}
}
@media (min-width: 320px) and (max-width: 425px){
.topo{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
}
.top-logo{
margin: 0 auto;
border-bottom: 2px solid rgb(0, 171, 177);
}
.top-menu{
display: flex;
justify-content: center;
align-items: center;
align-content: center;
margin: 0 auto;
width: 100%;
padding: 8px;
}
.agenda img{
display: none;
}
table{
margin: 10px;
}
td{
padding: 5px
}
}
@media (min-width: 426px) and (max-width: 768px){
.agenda img{
display: none;
}
table{
margin: 10px;
}
}
@media (min-width: 769px) and (max-width: 1023px){
.agenda img{
height: 172px;
width: 30%;
}
} | especialidades.css | @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
*{
padding: 0;
margin: 0;
text-decoration: none;
}
body{
font-family: 'Source Sans Pro', sans-serif;
color: #0000008c;
}
header{
background: rgb(0, 202, 209);
}
.topo{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
max-width: 1024px;
margin: 0 auto;
}
.top-logo img{
width: 120px;
}
.top-menu{
margin-right: 15px;
}
.top-menu a{
color: white;
margin-left: 20px;
font-weight: bold;
}
.top-menu a:hover{
color: rgb(0, 100, 122);
}
/* Menu */
main{
max-width: 1024px;
margin: 0 auto;
}
.nav{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
margin-top: 10px;
}
.nav a{
margin: 10px 10px 20px 10px;
color: rgb(96, 97, 92);
border-bottom: 2px solid rgb(0, 202, 209);
}
.nav a:hover{
color: rgb(0, 100, 122);
font-weight: bold;
}
.titulo{
display: flex;
justify-content: center;
font-size: 11.5px;
margin-bottom: 40px;
}
/*Especialidades*/
.especialidade h2{
text-align: center;
font-weight: bold;
font-size: 18px;
margin: 20px 0 10px 0;
}
.especialidade p{
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
margin-bottom: 20px;
}
/* Agenda */
.agenda{
display: flex;
}
.agenda img{
height: 200px;
width: 30%;
object-fit: cover;
display: flex;
}
#foto-fisioterapia{
width: 42%;
}
/*Tabelas*/
table{
border-collapse: collapse;
width: 100%;
height: 31.5vh;
}
thead{
background: rgb(0, 202, 209);
}
th{
padding: 5px;
color: white;
text-align: left;
font-size: 15px;
}
tbody tr:nth-child(2n + 1){
background:rgb(205, 205, 205);
}
.contato{
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: column;
text-align: center;
}
.contato h3{
margin: 10px;
}
.contato p{
margin: 10px;
}
footer{
margin-top: 40px;
background: rgb(12, 110, 113);
}
.footer{
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
}
.footer img{
width: 120px;
margin: 20px;
}
.footer p{
margin: 5px;
}
.footer p:last-child{
margin-bottom: 30px;
}
@media (max-width: 319px){
.agenda img{
display: none;
}
}
@media (min-width: 320px) and (max-width: 425px){
.topo{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
}
.top-logo{
margin: 0 auto;
border-bottom: 2px solid rgb(0, 171, 177);
}
.top-menu{
display: flex;
justify-content: center;
align-items: center;
align-content: center;
margin: 0 auto;
width: 100%;
padding: 8px;
}
.agenda img{
display: none;
}
table{
margin: 10px;
}
td{
padding: 5px
}
}
@media (min-width: 426px) and (max-width: 768px){
.agenda img{
display: none;
}
table{
margin: 10px;
}
}
@media (min-width: 769px) and (max-width: 1023px){
.agenda img{
height: 172px;
width: 30%;
}
} | 0.361954 | 0.0729 |
/*font import*/
@import url('https://fonts.googleapis.com/css?family=Rye');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
/* Dropdown Button */
.dropbtn {
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}
#facebook{
color:#fff;
}
#insta{
color:#fff;
}
#yelp{
color:#fff;
}
.social{
background-color: #000;
text-align: center;
font-size:48px;
color:#fff;
padding:10px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li {
float:left;
}
#designed{
transition: .5s;
}
#designed:hover{
letter-spacing: 1px;
}
.button{
color: #000000;
background-color: #fff;
font-family: 'Quicksand', sans-serif;
font-size: 1em;
outline: solid 1px #000000;
text-align: center;
display: block;
}
.button:hover{
background-color:#000000;
color:#ffffff;
}
h1{
color: #000000;
font-family: 'Courier Prime', monospace;
font-size: 2em;
text-align: center;
}
h2{
color: #000000;
font-family: 'Courier Prime', monospace;
font-size: 4em;
text-align: center;
padding: 10%;
}
h3{
font: 5.5em 'Rye', sans-serif;
color:#000000;
text-align: center;
}
p{
color: #000000;
font-family: 'Quicksand', sans-serif;
padding: 5%;
font-size: 20px;
line-height: 40px;
}
h4{
color: #000000;
font-family: 'Quicksand', sans-serif;
}
#arrow{
font-size:3em;
text-align: center;
padding:10px;
-webkit-animation: down 1.8s ease-in-out infinite;
-moz-animation: down 1.8s ease-in-out infinite;
animation: down 1.8s ease-in-out infinite;
}
#arrow:hover{
color:#000;
}
/*this is for the enlarge animation for the tattoos*/
.zoom {
transition:transform 0.25s ease;
}
/* or some other value */
.zoom:hover {
-webkit-transform:scale(1.3);
transform:scale(1.3);
}
/*animated scroll arrow animation*/
@-webkit-keyframes down {
0% { -webkit-transform:translate(0,-20px); opacity: 0; }
50% { opacity: 1; }
100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes down {
0% { -moz-transform:translate(0,-20px); opacity: 0; }
50% { opacity: 1; }
100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes down {
0% { transform:translate(0,-20px); opacity: 0; }
50% { opacity: 1; }
100% { transform:translate(0,20px); opacity: 0; }
}
#scroll{
text-align: center;
color: #333;
}
#maps{
margin: auto;
padding:20px;
background-color: #000;
}
#banner{
padding: 50px;
height: 100%;
width: 100%;
background-color: #000000;
color: #ffffff;
}
.navigation {
background-color: #ffffff;
height: 200px;
width: 100%;
float:left;
position: fixed;
}
#logo{
padding: 5px;
display: block;
margin: auto;
height: 150px;
width:150px;
position: sticky;
top:-0px;
}
/* name */
.artist{
width: 300px;
margin: auto;
}
.glow:hover{
outline: solid 1px #000000;
}
.artistBorder img{
height: 25%;
width: 25%;
padding: 5px;
} | css/app.css |
/*font import*/
@import url('https://fonts.googleapis.com/css?family=Rye');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
/* Dropdown Button */
.dropbtn {
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}
#facebook{
color:#fff;
}
#insta{
color:#fff;
}
#yelp{
color:#fff;
}
.social{
background-color: #000;
text-align: center;
font-size:48px;
color:#fff;
padding:10px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li {
float:left;
}
#designed{
transition: .5s;
}
#designed:hover{
letter-spacing: 1px;
}
.button{
color: #000000;
background-color: #fff;
font-family: 'Quicksand', sans-serif;
font-size: 1em;
outline: solid 1px #000000;
text-align: center;
display: block;
}
.button:hover{
background-color:#000000;
color:#ffffff;
}
h1{
color: #000000;
font-family: 'Courier Prime', monospace;
font-size: 2em;
text-align: center;
}
h2{
color: #000000;
font-family: 'Courier Prime', monospace;
font-size: 4em;
text-align: center;
padding: 10%;
}
h3{
font: 5.5em 'Rye', sans-serif;
color:#000000;
text-align: center;
}
p{
color: #000000;
font-family: 'Quicksand', sans-serif;
padding: 5%;
font-size: 20px;
line-height: 40px;
}
h4{
color: #000000;
font-family: 'Quicksand', sans-serif;
}
#arrow{
font-size:3em;
text-align: center;
padding:10px;
-webkit-animation: down 1.8s ease-in-out infinite;
-moz-animation: down 1.8s ease-in-out infinite;
animation: down 1.8s ease-in-out infinite;
}
#arrow:hover{
color:#000;
}
/*this is for the enlarge animation for the tattoos*/
.zoom {
transition:transform 0.25s ease;
}
/* or some other value */
.zoom:hover {
-webkit-transform:scale(1.3);
transform:scale(1.3);
}
/*animated scroll arrow animation*/
@-webkit-keyframes down {
0% { -webkit-transform:translate(0,-20px); opacity: 0; }
50% { opacity: 1; }
100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes down {
0% { -moz-transform:translate(0,-20px); opacity: 0; }
50% { opacity: 1; }
100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes down {
0% { transform:translate(0,-20px); opacity: 0; }
50% { opacity: 1; }
100% { transform:translate(0,20px); opacity: 0; }
}
#scroll{
text-align: center;
color: #333;
}
#maps{
margin: auto;
padding:20px;
background-color: #000;
}
#banner{
padding: 50px;
height: 100%;
width: 100%;
background-color: #000000;
color: #ffffff;
}
.navigation {
background-color: #ffffff;
height: 200px;
width: 100%;
float:left;
position: fixed;
}
#logo{
padding: 5px;
display: block;
margin: auto;
height: 150px;
width:150px;
position: sticky;
top:-0px;
}
/* name */
.artist{
width: 300px;
margin: auto;
}
.glow:hover{
outline: solid 1px #000000;
}
.artistBorder img{
height: 25%;
width: 25%;
padding: 5px;
} | 0.425844 | 0.064124 |
body {
position: relative;
width: 100%;
height: 100%;
margin: 0;
}
html{
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(-45deg, #fcfcfc 0%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #fcfcfc 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #fcfcfc 0%, #e6e6e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #fcfcfc 0%, #e6e6e6 100%); /* IE10+ */
background: linear-gradient(135deg, #fcfcfc 0%, #e6e6e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-attachment: fixed;
}
.mySlides {
border-radius: 20px;
}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
html {
width: 100%;
height: 100%;
}
.w3-display-container{
border-radius: 20px;
}
.w3-content{
border-radius: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 900;
margin: 0 0 35px;
color: #696969;
letter-spacing: 1px;
text-transform: uppercase;
text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
}
p {
line-height: 1.5;
margin: 0 0 25px;
color: #303030;
font-weight: 200;
font-family: 'Coustard', serif;
font-size: large;
text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
p {
font-size: 18px;
line-height: 1.6;
margin: 0 0 35px;
color: #2c2c2c
} }
a {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #5373c7; }
a:focus, a:hover {
text-decoration: none;
color: #1d9b6c; }
#igrect{
align-content: flex-start;
padding-right: 500px;
}
#mainNav {
font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin-bottom: 0;
text-transform: uppercase;
border-bottom: 0px solid rgba(255, 255, 255, 0.3);
background-color: #f0f3f3; }
#mainNav .navbar-toggler {
font-size: 14px;
padding: 1px;
color: black;
border: 1px solid white; }
#mainNav .navbar-brand {
font-weight: 700; }
#mainNav a {
color: black; }
#mainNav .navbar-nav .nav-item {
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out; }
#mainNav .navbar-nav .nav-item:hover {
color: fade(color #4a99d1, 80%;);
outline: none;
background-color: #4a99d1; }
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
outline: none;
background-color: #4a99d1; }
@media (min-width: 992px) {
#mainNav {
padding-top: 10px;
padding-bottom: 10px;
-webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
-moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
letter-spacing: 1px;
border-radius: 50px;
border-bottom: none;
background: #fcfcfc; }
#mainNav.navbar-shrink {
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 0px solid rgba(255, 255, 255, 0.2);
background: rgba(189, 85, 146, 0);
}
#mainNav .nav-link.active {
outline: none;
background-color: rgba(71, 167, 179, 0.3); }
#mainNav .nav-link.active:hover {
color: black; }
.background-image{
filter: blur(5px);
}
.masthead {
background: url("../img/scifi gnerator.png") no-repeat center;
display: table;
width: 100%;
height: auto;
padding: 200px 0;
text-align: center;
color: white;
;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
max-width: 100%;
background-size: cover; }
.masthead .intro-body {
display: table-cell;
vertical-align: middle; }
.masthead .intro-body .brand-heading {
font-size: 80px; }
.masthead .intro-body .intro-text {
font-size: 18px; }
@media (min-width: 768px) {
.masthead {
height: 100%;
padding: 0; }
.masthead .intro-body .brand-heading {
font-size: 100px; }
.masthead .intro-body .intro-text {
font-size: 22px; } }
.btn-circle {
font-size: 26px;
width: 55px;
height: 55px;
margin-top: 15px;
line-height: 45px;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
color: white;
border: 2px solid white;
border-radius: 100% !important;
background: transparent; }
.btn-circle:focus, .btn-circle:hover {
color: white;
outline: none;
background: rgba(255, 255, 255, 0.1); }
.img-phone{
width: auto;
height: auto;
max-height: 35%;
max-width: 35%;
border-radius: 15px;
border-style: solid;
border-width: 8px;
border-color: #4a99d1;
}
.content-section {
padding-top: 200px;
padding-bottom: 200px;
}
.download-section {
color: #000000;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 200px;
}
#map {
width: 100%;
height: 500px; }
@media (min-width: 992px) {
.content-section {
padding-top: 135px;
padding-bottom: 350px; }
#map {
height: 350px; } }
.btn {
font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-transform: uppercase;
border-radius: 0; }
.btn-default {
color: #4a99d1;
border: 1px solid #4a99d1;
background-color: transparent; }
.btn-default:focus, .btn-default:hover {
color: #ffffff;
border: 1px solid #4a99d1;
outline: none;
background-color: #4a99d1;
border-radius: 15px}
.btn-danger:focus,.btn-danger:hover{
border-radius: 15px;
}
ul.banner-social-buttons {
margin-top: 0; }
@media (max-width: 1199px) {
ul.banner-social-buttons {
margin-top: 15px; } }
@media (max-width: 767px) {
ul.banner-social-buttons li {
display: block;
margin-bottom: 20px;
padding: 0; }
ul.banner-social-buttons li:last-child {
margin-bottom: 0; } }
footer {
padding: 50px 0; }
footer p {
font-size: 14px;
margin: 0;
}
::-moz-selection {
background: #fcfcfc;
background: rgba(255, 255, 255, 0.2);
text-shadow: none; }
::selection {
background: #fcfcfc;
background: rgba(255, 255, 255, 0.2);
text-shadow: none; }
img::selection {
background: transparent; }
img::-moz-selection {
background: transparent; }
body {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
img {
opacity: 1;
transition: opacity 0.3s;
}}
@keyframes fade
{
0% {opacity:1}
33.333% { opacity: 0}
66.666% { opacity: 0}
100% { opacity: 1}
}
@keyframes fade2
{
0% {opacity:0}
33.333% { opacity: 1}
66.666% { opacity: 0 }
100% { opacity: 0}
}
@keyframes fade3
{
0% {opacity:0}
33.333% { opacity: 0}
66.666% { opacity: 1}
100% { opacity: 0}
}
#demo {
height:100%;
position:relative;
overflow:hidden;
}
img.zoom {
width: 100%;
height: 200px;
border-radius:5px;
object-fit:cover;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
}
.transition {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.modal-header {
border-bottom: none;
}
.modal-title {
color:#000;
}
.modal-footer{
display:none;
} | css/grayscale.css | body {
position: relative;
width: 100%;
height: 100%;
margin: 0;
}
html{
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(-45deg, #fcfcfc 0%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #fcfcfc 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #fcfcfc 0%, #e6e6e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #fcfcfc 0%, #e6e6e6 100%); /* IE10+ */
background: linear-gradient(135deg, #fcfcfc 0%, #e6e6e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-attachment: fixed;
}
.mySlides {
border-radius: 20px;
}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
html {
width: 100%;
height: 100%;
}
.w3-display-container{
border-radius: 20px;
}
.w3-content{
border-radius: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 900;
margin: 0 0 35px;
color: #696969;
letter-spacing: 1px;
text-transform: uppercase;
text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
}
p {
line-height: 1.5;
margin: 0 0 25px;
color: #303030;
font-weight: 200;
font-family: 'Coustard', serif;
font-size: large;
text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
p {
font-size: 18px;
line-height: 1.6;
margin: 0 0 35px;
color: #2c2c2c
} }
a {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #5373c7; }
a:focus, a:hover {
text-decoration: none;
color: #1d9b6c; }
#igrect{
align-content: flex-start;
padding-right: 500px;
}
#mainNav {
font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin-bottom: 0;
text-transform: uppercase;
border-bottom: 0px solid rgba(255, 255, 255, 0.3);
background-color: #f0f3f3; }
#mainNav .navbar-toggler {
font-size: 14px;
padding: 1px;
color: black;
border: 1px solid white; }
#mainNav .navbar-brand {
font-weight: 700; }
#mainNav a {
color: black; }
#mainNav .navbar-nav .nav-item {
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out; }
#mainNav .navbar-nav .nav-item:hover {
color: fade(color #4a99d1, 80%;);
outline: none;
background-color: #4a99d1; }
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
outline: none;
background-color: #4a99d1; }
@media (min-width: 992px) {
#mainNav {
padding-top: 10px;
padding-bottom: 10px;
-webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
-moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
letter-spacing: 1px;
border-radius: 50px;
border-bottom: none;
background: #fcfcfc; }
#mainNav.navbar-shrink {
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 0px solid rgba(255, 255, 255, 0.2);
background: rgba(189, 85, 146, 0);
}
#mainNav .nav-link.active {
outline: none;
background-color: rgba(71, 167, 179, 0.3); }
#mainNav .nav-link.active:hover {
color: black; }
.background-image{
filter: blur(5px);
}
.masthead {
background: url("../img/scifi gnerator.png") no-repeat center;
display: table;
width: 100%;
height: auto;
padding: 200px 0;
text-align: center;
color: white;
;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
max-width: 100%;
background-size: cover; }
.masthead .intro-body {
display: table-cell;
vertical-align: middle; }
.masthead .intro-body .brand-heading {
font-size: 80px; }
.masthead .intro-body .intro-text {
font-size: 18px; }
@media (min-width: 768px) {
.masthead {
height: 100%;
padding: 0; }
.masthead .intro-body .brand-heading {
font-size: 100px; }
.masthead .intro-body .intro-text {
font-size: 22px; } }
.btn-circle {
font-size: 26px;
width: 55px;
height: 55px;
margin-top: 15px;
line-height: 45px;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
color: white;
border: 2px solid white;
border-radius: 100% !important;
background: transparent; }
.btn-circle:focus, .btn-circle:hover {
color: white;
outline: none;
background: rgba(255, 255, 255, 0.1); }
.img-phone{
width: auto;
height: auto;
max-height: 35%;
max-width: 35%;
border-radius: 15px;
border-style: solid;
border-width: 8px;
border-color: #4a99d1;
}
.content-section {
padding-top: 200px;
padding-bottom: 200px;
}
.download-section {
color: #000000;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 200px;
}
#map {
width: 100%;
height: 500px; }
@media (min-width: 992px) {
.content-section {
padding-top: 135px;
padding-bottom: 350px; }
#map {
height: 350px; } }
.btn {
font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-transform: uppercase;
border-radius: 0; }
.btn-default {
color: #4a99d1;
border: 1px solid #4a99d1;
background-color: transparent; }
.btn-default:focus, .btn-default:hover {
color: #ffffff;
border: 1px solid #4a99d1;
outline: none;
background-color: #4a99d1;
border-radius: 15px}
.btn-danger:focus,.btn-danger:hover{
border-radius: 15px;
}
ul.banner-social-buttons {
margin-top: 0; }
@media (max-width: 1199px) {
ul.banner-social-buttons {
margin-top: 15px; } }
@media (max-width: 767px) {
ul.banner-social-buttons li {
display: block;
margin-bottom: 20px;
padding: 0; }
ul.banner-social-buttons li:last-child {
margin-bottom: 0; } }
footer {
padding: 50px 0; }
footer p {
font-size: 14px;
margin: 0;
}
::-moz-selection {
background: #fcfcfc;
background: rgba(255, 255, 255, 0.2);
text-shadow: none; }
::selection {
background: #fcfcfc;
background: rgba(255, 255, 255, 0.2);
text-shadow: none; }
img::selection {
background: transparent; }
img::-moz-selection {
background: transparent; }
body {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
img {
opacity: 1;
transition: opacity 0.3s;
}}
@keyframes fade
{
0% {opacity:1}
33.333% { opacity: 0}
66.666% { opacity: 0}
100% { opacity: 1}
}
@keyframes fade2
{
0% {opacity:0}
33.333% { opacity: 1}
66.666% { opacity: 0 }
100% { opacity: 0}
}
@keyframes fade3
{
0% {opacity:0}
33.333% { opacity: 0}
66.666% { opacity: 1}
100% { opacity: 0}
}
#demo {
height:100%;
position:relative;
overflow:hidden;
}
img.zoom {
width: 100%;
height: 200px;
border-radius:5px;
object-fit:cover;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
}
.transition {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.modal-header {
border-bottom: none;
}
.modal-title {
color:#000;
}
.modal-footer{
display:none;
} | 0.307982 | 0.099558 |
body {
font-family: 'Caveat', cursive;
}
header {
background-color: #ffffff;
padding: 0;
}
.caixa {
position: relative;
width: 200px;
margin: 0 auto;
padding: 20px;
}
.menu{
font-size: 25px;
border-width: 2px;
border-style: solid;
border-color: rgb(255, 187, 0);
border-radius: 80%;
padding: 20px;
text-decoration: none;
color: black;
}
.menu:hover{
text-decoration: none;
color: rgb(255, 255, 255);
font-size: 20px;
transition: 500ms;
text-decoration: none;
background-color: rgb(255, 187, 0);
font-size: 30px;
}
main{
padding: 30px;
text-align: center;
top: 110px;
right: 0px;
}
main li{
display: inline;
margin: 0 0 0 30px;
}
.imagemcentro{
margin: 100px 470px;
width: 50%;
border: 0px solid rgb(255, 187, 0);
border-radius: 30px;
filter: grayscale(3.0);
}
.imagemcentro:hover{
transition: 500ms;
filter: grayscale(0);
transform: scale(1.1);
}
/*footer*/
footer{
background-color: rgb(255, 187, 0);
}
footer{
padding: 0px;
}
.contato{
margin: 0px 0 0px;
padding: 10px 0 0;
text-align: center;
font-size: 25px;
}
.contato li{
margin: 0px 20px;
text-align: center;
display: inline-block;
padding: 30px 0 0;
}
.contato p{
font-size: 20px;
padding: 5px 5px 10px 0;
border-radius: 100%;
transition: 500ms;
}
.contato p:hover{
color: white;
}
.contato li a img{
padding: 2px;
width: 30px;
transition: .2s;
}
.contato a:hover img{
transform: scale(1.4) translateY(-19px);
}
.card {
font-family: 'Open Sans', Arial, sans-serif;
position: relative;
display: inline-block;
margin: 75px;
min-width: 230px;
max-width: 315px;
width: 100%;
color: #141414;
text-align: left;
line-height: 1.4em;
font-size: 14px;
box-shadow: none !important;
}
.card * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.card .profile-image img {
margin: 10px;
border-radius: 5px;
max-width: 100%;
height: 80px;
vertical-align: top;
float: left;
}
.card figcaption {
width: 100%;
background-color:rgb(255, 187, 0);
color: #fff;
padding: 25px;
display: inline-block;
margin-bottom: 15px;
border-radius: 5px;
position: relative;
}
.card figcaption:after {
content: '';
position: absolute;
left: 32px;
top: 100%;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: rgb(255, 187, 0) transparent transparent transparent;
}
.card h3,
.card h4,
.card p {
margin: 0 0 5px;
}
.card h3 {
font-weight: 600;
font-size: 1.2em;
font-family: 'Montserrat', Arial, sans-serif;
}
.card h4 {
color: black;
font-weight: 400;
letter-spacing: 2px;
}
.card p {
font-size: 0.9em;
letter-spacing: 1px;
opacity: 0.9;
}
/*galeria*/
.galeria{
margin: 30px 00px 0px 10px;
display: inline-block;
filter: grayscale(3.0);
}
.galeria:hover{
transition: 500ms;
filter: grayscale(0);
}
.galeria2{
margin: 30px 0px 0px 250px;
filter: grayscale(3.0);
display: inline-block;
}
.galeria2:hover{
transition: 500ms;
filter: grayscale(0);
} | style.css | body {
font-family: 'Caveat', cursive;
}
header {
background-color: #ffffff;
padding: 0;
}
.caixa {
position: relative;
width: 200px;
margin: 0 auto;
padding: 20px;
}
.menu{
font-size: 25px;
border-width: 2px;
border-style: solid;
border-color: rgb(255, 187, 0);
border-radius: 80%;
padding: 20px;
text-decoration: none;
color: black;
}
.menu:hover{
text-decoration: none;
color: rgb(255, 255, 255);
font-size: 20px;
transition: 500ms;
text-decoration: none;
background-color: rgb(255, 187, 0);
font-size: 30px;
}
main{
padding: 30px;
text-align: center;
top: 110px;
right: 0px;
}
main li{
display: inline;
margin: 0 0 0 30px;
}
.imagemcentro{
margin: 100px 470px;
width: 50%;
border: 0px solid rgb(255, 187, 0);
border-radius: 30px;
filter: grayscale(3.0);
}
.imagemcentro:hover{
transition: 500ms;
filter: grayscale(0);
transform: scale(1.1);
}
/*footer*/
footer{
background-color: rgb(255, 187, 0);
}
footer{
padding: 0px;
}
.contato{
margin: 0px 0 0px;
padding: 10px 0 0;
text-align: center;
font-size: 25px;
}
.contato li{
margin: 0px 20px;
text-align: center;
display: inline-block;
padding: 30px 0 0;
}
.contato p{
font-size: 20px;
padding: 5px 5px 10px 0;
border-radius: 100%;
transition: 500ms;
}
.contato p:hover{
color: white;
}
.contato li a img{
padding: 2px;
width: 30px;
transition: .2s;
}
.contato a:hover img{
transform: scale(1.4) translateY(-19px);
}
.card {
font-family: 'Open Sans', Arial, sans-serif;
position: relative;
display: inline-block;
margin: 75px;
min-width: 230px;
max-width: 315px;
width: 100%;
color: #141414;
text-align: left;
line-height: 1.4em;
font-size: 14px;
box-shadow: none !important;
}
.card * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.card .profile-image img {
margin: 10px;
border-radius: 5px;
max-width: 100%;
height: 80px;
vertical-align: top;
float: left;
}
.card figcaption {
width: 100%;
background-color:rgb(255, 187, 0);
color: #fff;
padding: 25px;
display: inline-block;
margin-bottom: 15px;
border-radius: 5px;
position: relative;
}
.card figcaption:after {
content: '';
position: absolute;
left: 32px;
top: 100%;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: rgb(255, 187, 0) transparent transparent transparent;
}
.card h3,
.card h4,
.card p {
margin: 0 0 5px;
}
.card h3 {
font-weight: 600;
font-size: 1.2em;
font-family: 'Montserrat', Arial, sans-serif;
}
.card h4 {
color: black;
font-weight: 400;
letter-spacing: 2px;
}
.card p {
font-size: 0.9em;
letter-spacing: 1px;
opacity: 0.9;
}
/*galeria*/
.galeria{
margin: 30px 00px 0px 10px;
display: inline-block;
filter: grayscale(3.0);
}
.galeria:hover{
transition: 500ms;
filter: grayscale(0);
}
.galeria2{
margin: 30px 0px 0px 250px;
filter: grayscale(3.0);
display: inline-block;
}
.galeria2:hover{
transition: 500ms;
filter: grayscale(0);
} | 0.219588 | 0.100216 |
body {
background-color: #222;
}
#mainDiv {
text-align: center;
}
#tempoUpImage {
max-height:10px;
}
#tempoDownImage {
max-height:10px;
}
#demoCanvas {
display: inline-block;
}
#tempoUp {
position:absolute;
left:108px;
top:80px;
background:none;
background-color:transparent;
border:none;
outline:none;
background:rgba(0,0,0,0.0);
}
#tempoDown {
position:absolute;
left:108px;
top:95px;
background:none;
border:none;
outline:none;
background:rgba(0,0,0,0.0);
-webkit-transform:rotate(180deg); /* Chrome, Safari, Opera */
transform:rotate(180deg); /* Standard syntax */
}
#tempo {
position:absolute;
left:141px;
top:75px;
color: #ffffff;
background:rgba(0,0,0,0.0);
width:110px;
border:none;
outline:none;
font-family:"Roboto";
font-weight:100;
font-size:2.2em;
}
#tempoLabel {
position:absolute;
left:51px;
top:92px;
color: #4ad3e4;
background-color:#222;
font-family:"Roboto";
font-weight:400;
font-size:1em;
}
#muteLabel {
position:absolute;
left:60px;
top:150px;
color: #4ad3e4;
background-color:#222;
font-family:"Roboto";
font-weight:400;
font-size:1em;
}
#muteButton {
position:absolute;
left:106px;
top:135px;
border:none;
outline:none;
color: #fff;
background-color:#222;
font-family:"Roboto";
font-weight:100;
font-size:2em;
}
#beatSoundLabel {
position:absolute;
left:18px;
top:208px;
color: #4ad3e4;
background-color:#222;
font-family:"Roboto";
font-weight:400;
font-size:1em;
}
#beatSoundButton {
position:absolute;
left:108px;
top:193px;
border:none;
outline:none;
color: #fff;
background-color:#222;
font-family:"Roboto";
font-weight:100;
font-size:2em;
}
.streakContainer {
position:absolute;
top:3px;
width:100%;
}
#currentStreakLabel {
background:transparent !important;
color: #777;
background-color:#222;
font-family:"Roboto";
font-weight:400;
font-size:.9em;
text-align: center;
position:50%;
top:0%;
width:100%;
cursor:pointer;
}
.footerLink{
color: #fff;
font-family:"Roboto";
font-weight:100;
font-size:.8em;
padding-left: 20px;
padding-right: 20px;
}
#footer{
position: fixed;
bottom: 10px;
width: 100%;
}
button {
opacity: .75;
transition: opacity 0.2s;
}
button:hover,
button:active {
opacity: 1;
}
a {
font-weight: 400;
color: #aaa;
text-decoration:none;
transition: color 0.2s;
}
a:hover,
a:active {
color: #ccc;
} | style/style.css | body {
background-color: #222;
}
#mainDiv {
text-align: center;
}
#tempoUpImage {
max-height:10px;
}
#tempoDownImage {
max-height:10px;
}
#demoCanvas {
display: inline-block;
}
#tempoUp {
position:absolute;
left:108px;
top:80px;
background:none;
background-color:transparent;
border:none;
outline:none;
background:rgba(0,0,0,0.0);
}
#tempoDown {
position:absolute;
left:108px;
top:95px;
background:none;
border:none;
outline:none;
background:rgba(0,0,0,0.0);
-webkit-transform:rotate(180deg); /* Chrome, Safari, Opera */
transform:rotate(180deg); /* Standard syntax */
}
#tempo {
position:absolute;
left:141px;
top:75px;
color: #ffffff;
background:rgba(0,0,0,0.0);
width:110px;
border:none;
outline:none;
font-family:"Roboto";
font-weight:100;
font-size:2.2em;
}
#tempoLabel {
position:absolute;
left:51px;
top:92px;
color: #4ad3e4;
background-color:#222;
font-family:"Roboto";
font-weight:400;
font-size:1em;
}
#muteLabel {
position:absolute;
left:60px;
top:150px;
color: #4ad3e4;
background-color:#222;
font-family:"Roboto";
font-weight:400;
font-size:1em;
}
#muteButton {
position:absolute;
left:106px;
top:135px;
border:none;
outline:none;
color: #fff;
background-color:#222;
font-family:"Roboto";
font-weight:100;
font-size:2em;
}
#beatSoundLabel {
position:absolute;
left:18px;
top:208px;
color: #4ad3e4;
background-color:#222;
font-family:"Roboto";
font-weight:400;
font-size:1em;
}
#beatSoundButton {
position:absolute;
left:108px;
top:193px;
border:none;
outline:none;
color: #fff;
background-color:#222;
font-family:"Roboto";
font-weight:100;
font-size:2em;
}
.streakContainer {
position:absolute;
top:3px;
width:100%;
}
#currentStreakLabel {
background:transparent !important;
color: #777;
background-color:#222;
font-family:"Roboto";
font-weight:400;
font-size:.9em;
text-align: center;
position:50%;
top:0%;
width:100%;
cursor:pointer;
}
.footerLink{
color: #fff;
font-family:"Roboto";
font-weight:100;
font-size:.8em;
padding-left: 20px;
padding-right: 20px;
}
#footer{
position: fixed;
bottom: 10px;
width: 100%;
}
button {
opacity: .75;
transition: opacity 0.2s;
}
button:hover,
button:active {
opacity: 1;
}
a {
font-weight: 400;
color: #aaa;
text-decoration:none;
transition: color 0.2s;
}
a:hover,
a:active {
color: #ccc;
} | 0.345768 | 0.05455 |
*{
padding: 0;
margin: 0;
}
html{
font-size: 16px;
}
body{
overflow-x: hidden;
font-family: Helvetica, Tahoma, Verdana, sans-serif;
font-size: 1rem;
color: rgb(75, 75, 75);
}
h1, h2, h3, a{
font-family: 'Bitter', serif;
font-weight: 400;
color: rgb(105,105,105);
}
.container{
width: 100vw;
min-width: 320px;
max-width: 1200px;
margin: auto;
min-height: 100vh;
height: auto;
display: flex;
flex-direction: column;
}
header{
flex-basis: 10vh;
display: flex;
justify-content: space-between;
padding: 0 3vw;
}
header h1{
text-align: center;
}
header nav{
text-align: center;
display: flex;
}
header nav a{
display: block;
margin-left: 2vw;
padding: 0.5vw 1vw;
font-size: 1.1rem;
text-decoration: none;
border: 2px solid transparent;
}
header nav a:hover,
header nav a:active{
border-bottom: 2px solid rgba(105, 105, 105, 0.5);
}
main{
display: flex;
flex: 1 1 auto;
justify-content: space-between;
padding-top: 2vh;
}
main > aside{
flex-basis: 20%;
}
main > aside>div{
padding: 3%, 10%;
}
main > aside>div>*{
border-bottom: 2px solid rgba(105, 105, 105, 0.3);
margin-bottom: 2vh;
}
main > aside>div>h3{
text-transform: capitalize;
}
.news{
font-size: 0.9rem;
padding-bottom: 5px;
}
.news>*{
display: block;
padding-bottom: 7px;
}
.news>h2>a{
font-size: 1.1rem;
text-decoration: none;
}
.news>strong,.news>em{
font-size: 0.7rem;
color: rgb(155,155,155);
}
.news>strong{
text-transform: uppercase;
}
main>section{
flex: 1 1 55%;
}
main>section>article{
padding: 1% 5%;
}
main>section>article>*{
display: block;
padding-bottom: 1.5vh;
}
main>section>article>h2{
text-transform: uppercase;
}
main>section>article>em{
font-size: 0.9rem;
color: rgb(155,155,155);
}
main>section>article>img{
width: 100%;
}
.social{
text-align: right;
}
.social>a{
display: inline-block;
width: 32px;
height: 32px;
background-image: url("icon_man.png");
background-repeat: no-repeat;
background-size: 300%;
opacity: 0.7;
}
.social>a.fb{
background-position: 0 0;
}
.social>a.ins{
background-position: 50% 0;
}
.social>a.tw{
background-position: 100% 0;
}
main > section + aside{
flex-basis: 20%;}
main > section + aside figure *{
display: block;
padding-bottom: 7px;
}
main > section + aside figure img{
opacity: 0.5;
width: 32px;
height: 32px;
}
main > section + aside figure figcaption{
font-size: 0.9rem;
}
main > section + aside figure figcaption em{
font-size: 0.7rem;
color: rgb(155,155,155);
}
footer{
flex-basis: 5vh;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
@media screen and (max-width:960px) {
main > section + aside{
display: none;
}
main>aside{
flex-basis: 30%;
}
main>section{
flex-basis: 70%;
}
}
@media screen and (max-width:570px) {
header{
flex-basis: auto;
flex-direction: column;
}
main{
flex-direction: column;
}
main>aside {
flex-basis: 20vh;
}
main>aside>div {
padding: 3% 5%;
}
main>section {
flex-basis: auto;
order: -1;
}
} | style.css | *{
padding: 0;
margin: 0;
}
html{
font-size: 16px;
}
body{
overflow-x: hidden;
font-family: Helvetica, Tahoma, Verdana, sans-serif;
font-size: 1rem;
color: rgb(75, 75, 75);
}
h1, h2, h3, a{
font-family: 'Bitter', serif;
font-weight: 400;
color: rgb(105,105,105);
}
.container{
width: 100vw;
min-width: 320px;
max-width: 1200px;
margin: auto;
min-height: 100vh;
height: auto;
display: flex;
flex-direction: column;
}
header{
flex-basis: 10vh;
display: flex;
justify-content: space-between;
padding: 0 3vw;
}
header h1{
text-align: center;
}
header nav{
text-align: center;
display: flex;
}
header nav a{
display: block;
margin-left: 2vw;
padding: 0.5vw 1vw;
font-size: 1.1rem;
text-decoration: none;
border: 2px solid transparent;
}
header nav a:hover,
header nav a:active{
border-bottom: 2px solid rgba(105, 105, 105, 0.5);
}
main{
display: flex;
flex: 1 1 auto;
justify-content: space-between;
padding-top: 2vh;
}
main > aside{
flex-basis: 20%;
}
main > aside>div{
padding: 3%, 10%;
}
main > aside>div>*{
border-bottom: 2px solid rgba(105, 105, 105, 0.3);
margin-bottom: 2vh;
}
main > aside>div>h3{
text-transform: capitalize;
}
.news{
font-size: 0.9rem;
padding-bottom: 5px;
}
.news>*{
display: block;
padding-bottom: 7px;
}
.news>h2>a{
font-size: 1.1rem;
text-decoration: none;
}
.news>strong,.news>em{
font-size: 0.7rem;
color: rgb(155,155,155);
}
.news>strong{
text-transform: uppercase;
}
main>section{
flex: 1 1 55%;
}
main>section>article{
padding: 1% 5%;
}
main>section>article>*{
display: block;
padding-bottom: 1.5vh;
}
main>section>article>h2{
text-transform: uppercase;
}
main>section>article>em{
font-size: 0.9rem;
color: rgb(155,155,155);
}
main>section>article>img{
width: 100%;
}
.social{
text-align: right;
}
.social>a{
display: inline-block;
width: 32px;
height: 32px;
background-image: url("icon_man.png");
background-repeat: no-repeat;
background-size: 300%;
opacity: 0.7;
}
.social>a.fb{
background-position: 0 0;
}
.social>a.ins{
background-position: 50% 0;
}
.social>a.tw{
background-position: 100% 0;
}
main > section + aside{
flex-basis: 20%;}
main > section + aside figure *{
display: block;
padding-bottom: 7px;
}
main > section + aside figure img{
opacity: 0.5;
width: 32px;
height: 32px;
}
main > section + aside figure figcaption{
font-size: 0.9rem;
}
main > section + aside figure figcaption em{
font-size: 0.7rem;
color: rgb(155,155,155);
}
footer{
flex-basis: 5vh;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
@media screen and (max-width:960px) {
main > section + aside{
display: none;
}
main>aside{
flex-basis: 30%;
}
main>section{
flex-basis: 70%;
}
}
@media screen and (max-width:570px) {
header{
flex-basis: auto;
flex-direction: column;
}
main{
flex-direction: column;
}
main>aside {
flex-basis: 20vh;
}
main>aside>div {
padding: 3% 5%;
}
main>section {
flex-basis: auto;
order: -1;
}
} | 0.355327 | 0.055823 |
@font-face {
font-family: "HK-Grotesk";
font-style: normal;
font-weight: 700;
src: url("/fonts/hkg/HKGrotesk-Bold.eot");
src: local("HK-Grotesk Bold"), local("KH-Grotesk-Bold"),
url("/fonts/hkg/HKGrotesk-Bold.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-Bold.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-Bold.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: normal;
font-weight: 600;
src: url("/fonts/hkg/HKGrotesk-SemiBold.eot");
src: local("HK-Grotesk SemiBold"), local("HK-Grotesk-SemiBold"),
url("/fonts/hkg/HKGrotesk-SemiBold.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-SemiBold.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-SemiBold.tttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: normal;
font-weight: 500;
src: url("/fonts/hkg/HKGrotesk-Medium.eot");
src: local("HK-Grotesk Medium"), local("HK-Grotesk-Medium"),
url("/fonts/hkg/HKGrotesk-Medium.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-Medium.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-Medium.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: normal;
font-weight: 400;
src: url("/fonts/hkg/HKGrotesk-Regular.eot");
src: local("HK-Grotesk"), local("HK-Grotesk"),
url("/fonts/hkg/HKGrotesk-Regular.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-Regular.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-Regular.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: normal;
font-weight: 300;
src: url("/fonts/hkg/HKGrotesk-Light.eot");
src: local("HK-Grotesk Light"), local("HK-Grotesk-Light"),
url("/fonts/hkg/HKGrotesk-Light.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-Light.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-Light.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: italic;
font-weight: 700;
src: url("/fonts/hkg/HKGrotesk-BoldItalic.eot");
src: local("HK-Grotesk Bold Italic"), local("KH-Grotesk-Bold-Italic"),
url("/fonts/hkg/HKGrotesk-BoldItalic.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-BoldItalic.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-BoldItalic.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: italic;
font-weight: 600;
src: url("/fonts/hkg/HKGrotesk-SemiBoldItalic.eot");
src: local("HK-Grotesk SemiBold Italic"), local("HK-Grotesk-SemiBold-Italic"),
url("/fonts/hkg/HKGrotesk-SemiBoldItalic.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-SemiBoldItalic.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-SemiBoldItalic.tttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: italic;
font-weight: 500;
src: url("/fonts/hkg/HKGrotesk-MediumItalic.eot");
src: local("HK-Grotesk Medium Italic"), local("HK-Grotesk-Medium-Italic"),
url("/fonts/hkg/HKGrotesk-MediumItalic.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-MediumItalic.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-MediumItalic.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: italic;
font-weight: 400;
src: url("/fonts/hkg/HKGrotesk-Italic.eot");
src: local("HK-Grotesk Italic"), local("HK-Grotesk-Italic"),
url("/fonts/hkg/HKGrotesk-Italic.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-Italic.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-Italic.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: italic;
font-weight: 300;
src: url("/fonts/hkg/HKGrotesk-LightItalic.eot");
src: local("HK-Grotesk Light Italic"), local("HK-Grotesk-Light-Italic"),
url("/fonts/hkg/HKGrotesk-LightItalic.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-LightItalic.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-LightItalic.ttf") format("truetype");
} | static/fonts/fonts.css | @font-face {
font-family: "HK-Grotesk";
font-style: normal;
font-weight: 700;
src: url("/fonts/hkg/HKGrotesk-Bold.eot");
src: local("HK-Grotesk Bold"), local("KH-Grotesk-Bold"),
url("/fonts/hkg/HKGrotesk-Bold.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-Bold.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-Bold.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: normal;
font-weight: 600;
src: url("/fonts/hkg/HKGrotesk-SemiBold.eot");
src: local("HK-Grotesk SemiBold"), local("HK-Grotesk-SemiBold"),
url("/fonts/hkg/HKGrotesk-SemiBold.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-SemiBold.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-SemiBold.tttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: normal;
font-weight: 500;
src: url("/fonts/hkg/HKGrotesk-Medium.eot");
src: local("HK-Grotesk Medium"), local("HK-Grotesk-Medium"),
url("/fonts/hkg/HKGrotesk-Medium.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-Medium.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-Medium.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: normal;
font-weight: 400;
src: url("/fonts/hkg/HKGrotesk-Regular.eot");
src: local("HK-Grotesk"), local("HK-Grotesk"),
url("/fonts/hkg/HKGrotesk-Regular.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-Regular.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-Regular.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: normal;
font-weight: 300;
src: url("/fonts/hkg/HKGrotesk-Light.eot");
src: local("HK-Grotesk Light"), local("HK-Grotesk-Light"),
url("/fonts/hkg/HKGrotesk-Light.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-Light.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-Light.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: italic;
font-weight: 700;
src: url("/fonts/hkg/HKGrotesk-BoldItalic.eot");
src: local("HK-Grotesk Bold Italic"), local("KH-Grotesk-Bold-Italic"),
url("/fonts/hkg/HKGrotesk-BoldItalic.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-BoldItalic.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-BoldItalic.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: italic;
font-weight: 600;
src: url("/fonts/hkg/HKGrotesk-SemiBoldItalic.eot");
src: local("HK-Grotesk SemiBold Italic"), local("HK-Grotesk-SemiBold-Italic"),
url("/fonts/hkg/HKGrotesk-SemiBoldItalic.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-SemiBoldItalic.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-SemiBoldItalic.tttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: italic;
font-weight: 500;
src: url("/fonts/hkg/HKGrotesk-MediumItalic.eot");
src: local("HK-Grotesk Medium Italic"), local("HK-Grotesk-Medium-Italic"),
url("/fonts/hkg/HKGrotesk-MediumItalic.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-MediumItalic.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-MediumItalic.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: italic;
font-weight: 400;
src: url("/fonts/hkg/HKGrotesk-Italic.eot");
src: local("HK-Grotesk Italic"), local("HK-Grotesk-Italic"),
url("/fonts/hkg/HKGrotesk-Italic.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-Italic.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-Italic.ttf") format("truetype");
}
@font-face {
font-family: "HK-Grotesk";
font-style: italic;
font-weight: 300;
src: url("/fonts/hkg/HKGrotesk-LightItalic.eot");
src: local("HK-Grotesk Light Italic"), local("HK-Grotesk-Light-Italic"),
url("/fonts/hkg/HKGrotesk-LightItalic.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-LightItalic.woff") format("woff"),
url("/fonts/hkg/HKGrotesk-LightItalic.ttf") format("truetype");
} | 0.306631 | 0.053601 |
body {
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
background-color: #eee;
margin: 0;
display: flex;
}
.glitchButton .glitchButtonElement {
width: auto;
}
.glitchButton {
top: 0px !important;
}
/* VARIOUS CONTAINER BOX STYLING */
.left {
padding: 2em;
width: 300px;
padding-right: 40px;
background-color: #ddd;
height: 90vh;
overflow: auto;
}
.right {
padding: 2em;
height: 90vh;
overflow: auto;
flex-grow: 2;
}
#border {
border: 10px solid #000;
margin: 0 auto;
width: 60%;
position: relative;
background-color: #fff;
}
#wrapper, #picframe {
width: 100%;
margin: 0;
position: absolute;
left: 0;
top: 0;
box-sizing: border-box;
overflow: auto;
}
#wrapper {
border: 40px solid #fff;
}
#container {
width: 100%;
margin: 0px;
background-color: #fff;
box-sizing: border-box;
}
#text {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0;
align-content: flex-start;
justify-content: flex-start;
font-family: 'Special Elite', monospace;
font-size: 24px;
}
.footer {
text-align: center;
padding-top: 40px;
font-size: 0.8em;
}
/* WORD STYLING */
.word {
flex-grow: 0.1;
padding: 2px;
line-height: 1em;
border: 1px solid #fff;
background-color: #fff;
cursor: pointer;
}
.poemword {
border: 1px solid #000;
}
.word.blackout {
background-color: #000;
border: 1px solid #000;
}
.word.committed.blackout, .word.committed {
background-color: #fff;
border: 1px solid #fff;
}
.blackground, #container.blackground {
background-color: #000;
}
/* IMAGE BOX STYLING */
#image {
width: 800px;
min-height: 200px;
background-color: #ddd;
margin: 40px auto;
text-align: center;
display: block;
}
#image p {
padding-top: 40px;
display: block;
}
#image p.info {
padding-top: 90px;
}
#previewImage img {
max-width: 95%;
padding-bottom: 40px;
}
/* BUTTONS AND TEXTBOXES */
#buttons {
text-align: center;
}
button {
margin: 20px 5px;
display: inline-block;
width: 200px;
height: 60px;
border: 10px solid black;
font-size: 1.4em;
}
button#commit {
background-color: #222;
color: #fff;
}
#image button {
margin-bottom: 60px;
}
.upload button {
margin-top: 10px;
display: block;
}
textarea {
display: block;
height: 300px;
margin: 20px 0;
border: 10px solid #000;
font-size: 1em;
width: 90%;
}
/* TEXT STYLING */
.collapsible {
cursor: pointer;
background-color: #000;
padding: 4px;
color: #fff;
margin-bottom: 0;
}
ul {
list-style: none;
list-style-type: none;
}
ul li {
padding-top: 10px;
}
ul li:last-child {
padding-bottom: 20px;
}
.content {
overflow: hidden;
background-color: #ccc;
max-height: 0;
transition: max-height 0.2s ease-out;
margin-top: 0;
}
.pointer {
cursor: pointer;
font-weight: bold;
}
#bigger, #smaller {
display: inline-block;
padding-top: 2px;
}
.collapsible:after {
content: '+';
float: right;
margin-left: 5px;
margin-top: -1px;
}
.collapsible.active:after {
content: "-";
}
#text.special {
font-family: 'Special Elite', monospace;
}
#text.baskerville {
font-family: 'Libre Baskerville', serif;
}
#text.libre {
font-family: 'Libre Baskerville', serif;
}
.collapsiblemobile {
display: none;
}
h1 {
font-style: italic;
color: #373fff;
margin-top: 0;
}
h1.mobiletitle {
display: none;
}
h2 {
margin-top: 40px;
}
a {
color: #444444;
font-weight: bold;
text-decoration: none;
}
a.sample {
display: block;
}
/* MEDIA QUERIES */
@media screen and (max-width: 1300px) {
#border {
width: 80%;
}
#image {
width: 80%;
}
}
@media screen and (max-width: 960px) {
body {
display: block;
}
.left, .right {
height: auto;
width: 100%;
margin: 0;
box-sizing: border-box;
padding: 0 40px;
}
.right {
padding-top: 100px;
}
.menuwrapper {
top: 0;
z-index: 10;
}
.collapsiblemobile {
display: block;
margin: 0;
padding: 20px;
background-color: #ccc;
text-align: right;
}
.contentmobile {
overflow: hidden;
max-height: 0;
transition: max-height 0.2s ease-out;
margin-top: 0;
box-sizing: border-box;
}
.contentmobile h2 {
margin-top: 40px;
}
h1.title {
display: block;
position: absolute;
top: 0;
left: 0;
margin-top: 16px;
margin-left: 20px;
z-index: 10;
}
#border, #image {
width: 70%;
}
.glitchButton {
top: -10px !important;
right: 45px !important;
}
}
@media screen and (max-width: 800px) {
.left, .right {
padding: 0 20px;
}
.right {
padding-top: 100px;
}
#border, #image {
width: 80%;
}
}
@media screen and (max-width: 670px) {
#border, #image {
width: 90%;
}
}
@media screen and (max-width: 560px) {
.left, .right {
padding-left: 10px;
padding-right: 10px;
}
h1.title {
font-size: 1.4em;
margin-top: 24px;
}
h2.collapsiblemobile {
font-size: 1.5em;
margin-top: 3px;
}
#wrapper {
border: 20px solid #fff;
}
#text {
font-size: 16px;
}
button {
font-size: 1em;
}
}
@media screen and (max-width: 300px) {
h1.title, h2.collapsiblemobile {
font-size: 1em;
}
} | style.css | body {
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
background-color: #eee;
margin: 0;
display: flex;
}
.glitchButton .glitchButtonElement {
width: auto;
}
.glitchButton {
top: 0px !important;
}
/* VARIOUS CONTAINER BOX STYLING */
.left {
padding: 2em;
width: 300px;
padding-right: 40px;
background-color: #ddd;
height: 90vh;
overflow: auto;
}
.right {
padding: 2em;
height: 90vh;
overflow: auto;
flex-grow: 2;
}
#border {
border: 10px solid #000;
margin: 0 auto;
width: 60%;
position: relative;
background-color: #fff;
}
#wrapper, #picframe {
width: 100%;
margin: 0;
position: absolute;
left: 0;
top: 0;
box-sizing: border-box;
overflow: auto;
}
#wrapper {
border: 40px solid #fff;
}
#container {
width: 100%;
margin: 0px;
background-color: #fff;
box-sizing: border-box;
}
#text {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0;
align-content: flex-start;
justify-content: flex-start;
font-family: 'Special Elite', monospace;
font-size: 24px;
}
.footer {
text-align: center;
padding-top: 40px;
font-size: 0.8em;
}
/* WORD STYLING */
.word {
flex-grow: 0.1;
padding: 2px;
line-height: 1em;
border: 1px solid #fff;
background-color: #fff;
cursor: pointer;
}
.poemword {
border: 1px solid #000;
}
.word.blackout {
background-color: #000;
border: 1px solid #000;
}
.word.committed.blackout, .word.committed {
background-color: #fff;
border: 1px solid #fff;
}
.blackground, #container.blackground {
background-color: #000;
}
/* IMAGE BOX STYLING */
#image {
width: 800px;
min-height: 200px;
background-color: #ddd;
margin: 40px auto;
text-align: center;
display: block;
}
#image p {
padding-top: 40px;
display: block;
}
#image p.info {
padding-top: 90px;
}
#previewImage img {
max-width: 95%;
padding-bottom: 40px;
}
/* BUTTONS AND TEXTBOXES */
#buttons {
text-align: center;
}
button {
margin: 20px 5px;
display: inline-block;
width: 200px;
height: 60px;
border: 10px solid black;
font-size: 1.4em;
}
button#commit {
background-color: #222;
color: #fff;
}
#image button {
margin-bottom: 60px;
}
.upload button {
margin-top: 10px;
display: block;
}
textarea {
display: block;
height: 300px;
margin: 20px 0;
border: 10px solid #000;
font-size: 1em;
width: 90%;
}
/* TEXT STYLING */
.collapsible {
cursor: pointer;
background-color: #000;
padding: 4px;
color: #fff;
margin-bottom: 0;
}
ul {
list-style: none;
list-style-type: none;
}
ul li {
padding-top: 10px;
}
ul li:last-child {
padding-bottom: 20px;
}
.content {
overflow: hidden;
background-color: #ccc;
max-height: 0;
transition: max-height 0.2s ease-out;
margin-top: 0;
}
.pointer {
cursor: pointer;
font-weight: bold;
}
#bigger, #smaller {
display: inline-block;
padding-top: 2px;
}
.collapsible:after {
content: '+';
float: right;
margin-left: 5px;
margin-top: -1px;
}
.collapsible.active:after {
content: "-";
}
#text.special {
font-family: 'Special Elite', monospace;
}
#text.baskerville {
font-family: 'Libre Baskerville', serif;
}
#text.libre {
font-family: 'Libre Baskerville', serif;
}
.collapsiblemobile {
display: none;
}
h1 {
font-style: italic;
color: #373fff;
margin-top: 0;
}
h1.mobiletitle {
display: none;
}
h2 {
margin-top: 40px;
}
a {
color: #444444;
font-weight: bold;
text-decoration: none;
}
a.sample {
display: block;
}
/* MEDIA QUERIES */
@media screen and (max-width: 1300px) {
#border {
width: 80%;
}
#image {
width: 80%;
}
}
@media screen and (max-width: 960px) {
body {
display: block;
}
.left, .right {
height: auto;
width: 100%;
margin: 0;
box-sizing: border-box;
padding: 0 40px;
}
.right {
padding-top: 100px;
}
.menuwrapper {
top: 0;
z-index: 10;
}
.collapsiblemobile {
display: block;
margin: 0;
padding: 20px;
background-color: #ccc;
text-align: right;
}
.contentmobile {
overflow: hidden;
max-height: 0;
transition: max-height 0.2s ease-out;
margin-top: 0;
box-sizing: border-box;
}
.contentmobile h2 {
margin-top: 40px;
}
h1.title {
display: block;
position: absolute;
top: 0;
left: 0;
margin-top: 16px;
margin-left: 20px;
z-index: 10;
}
#border, #image {
width: 70%;
}
.glitchButton {
top: -10px !important;
right: 45px !important;
}
}
@media screen and (max-width: 800px) {
.left, .right {
padding: 0 20px;
}
.right {
padding-top: 100px;
}
#border, #image {
width: 80%;
}
}
@media screen and (max-width: 670px) {
#border, #image {
width: 90%;
}
}
@media screen and (max-width: 560px) {
.left, .right {
padding-left: 10px;
padding-right: 10px;
}
h1.title {
font-size: 1.4em;
margin-top: 24px;
}
h2.collapsiblemobile {
font-size: 1.5em;
margin-top: 3px;
}
#wrapper {
border: 20px solid #fff;
}
#text {
font-size: 16px;
}
button {
font-size: 1em;
}
}
@media screen and (max-width: 300px) {
h1.title, h2.collapsiblemobile {
font-size: 1em;
}
} | 0.390825 | 0.067454 |
html, body {
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 13px;
line-height: 1.3em;
color: white;
margin: auto;
background: black;
}
.header-title {
font-size: 24px;
line-height: 1.35;
font-weight: normal;
margin-bottom: .5em;
}
.page-text {
word-wrap: break-word;
font-size: 15px;
line-height: 1.3;
}
.graph {
margin: auto;
width: 80%;
padding: 10px;
text-align: center;
background: black;
}
.graphs {
position:relative; display: flex; height: 200px;
}
.center {
margin: auto;
padding: 10px;
text-align: center;
}
.hidden {
display:none;
}
.table-header-rotated {
border-collapse: collapse;
}
.csstransforms .table-header-rotated td {
width: 30px;
}
.no-csstransforms .table-header-rotated th {
padding: 5px 10px;
}
.table-header-rotated td {
text-align: center;
padding: 10px 5px;
border: 1px solid #ccc;
}
.csstransforms .table-header-rotated th.rotate {
height: 160px;
white-space: nowrap;
}
.csstransforms .table-header-rotated th.rotate > div {
-webkit-transform: translate(25px, 51px) rotate(315deg);
transform: translate(25px, 51px) rotate(315deg);
width: 60px;
}
.csstransforms .table-header-rotated th.rotate > div > span {
border-bottom: 1px solid #ccc;
padding: 5px 10px;
}
.table-header-rotated th.row-header {
padding: 0 10px;
border-bottom: 1px solid #ccc;
}
.statusMenu {
height: 30px;
line-height: 27px;
background: #222233;
font-size: 14px;
}
.item {
float: left;
position: relative;
padding: 0 14px;
color: #bbbbbb;
cursor: pointer;
}
.item:hover {
border-top: 3px solid #090;
border-left: 1px dashed #090;
border-right: 1px dashed #090;
}
.sel {
padding: 0 1px;
overflow: hidden;
}
.sel select {
width: 100px;
background: transparent;
border: none;
color: #bbb;
font-size: 14px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: url(arr.png) no-repeat 96% / 15% #222233;
}
.sel select::-ms-expand {
display: none; /* hide the default arrow in ie10 and ie11 */
}
.semisq {
border-radius: 5px;
}
a.menu:link {
text-decoration: none;
}
a.menu:visited {
color: #bbbbbb;
}
input#inpgr:checked ~ .graphs {
display:none;
}
input#inptbl:checked ~ #stattables {
display:none;
} | www/jcss/style.css | html, body {
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 13px;
line-height: 1.3em;
color: white;
margin: auto;
background: black;
}
.header-title {
font-size: 24px;
line-height: 1.35;
font-weight: normal;
margin-bottom: .5em;
}
.page-text {
word-wrap: break-word;
font-size: 15px;
line-height: 1.3;
}
.graph {
margin: auto;
width: 80%;
padding: 10px;
text-align: center;
background: black;
}
.graphs {
position:relative; display: flex; height: 200px;
}
.center {
margin: auto;
padding: 10px;
text-align: center;
}
.hidden {
display:none;
}
.table-header-rotated {
border-collapse: collapse;
}
.csstransforms .table-header-rotated td {
width: 30px;
}
.no-csstransforms .table-header-rotated th {
padding: 5px 10px;
}
.table-header-rotated td {
text-align: center;
padding: 10px 5px;
border: 1px solid #ccc;
}
.csstransforms .table-header-rotated th.rotate {
height: 160px;
white-space: nowrap;
}
.csstransforms .table-header-rotated th.rotate > div {
-webkit-transform: translate(25px, 51px) rotate(315deg);
transform: translate(25px, 51px) rotate(315deg);
width: 60px;
}
.csstransforms .table-header-rotated th.rotate > div > span {
border-bottom: 1px solid #ccc;
padding: 5px 10px;
}
.table-header-rotated th.row-header {
padding: 0 10px;
border-bottom: 1px solid #ccc;
}
.statusMenu {
height: 30px;
line-height: 27px;
background: #222233;
font-size: 14px;
}
.item {
float: left;
position: relative;
padding: 0 14px;
color: #bbbbbb;
cursor: pointer;
}
.item:hover {
border-top: 3px solid #090;
border-left: 1px dashed #090;
border-right: 1px dashed #090;
}
.sel {
padding: 0 1px;
overflow: hidden;
}
.sel select {
width: 100px;
background: transparent;
border: none;
color: #bbb;
font-size: 14px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: url(arr.png) no-repeat 96% / 15% #222233;
}
.sel select::-ms-expand {
display: none; /* hide the default arrow in ie10 and ie11 */
}
.semisq {
border-radius: 5px;
}
a.menu:link {
text-decoration: none;
}
a.menu:visited {
color: #bbbbbb;
}
input#inpgr:checked ~ .graphs {
display:none;
}
input#inptbl:checked ~ #stattables {
display:none;
} | 0.44348 | 0.123366 |
* {
border: 0;
padding: 0;
margin: 0;
background: 0 0;
color: inherit;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: 50% 50%;
font-weight: 400;
}
:focus {
outline: 0;
}
a {
text-decoration: none;
}
b,
b *,
strong,
strong * {
font-weight: 700;
}
ol,
ul {
list-style: none;
}
pre {
font: inherit;
}
button,
input,
input:not([type]),
input[type='button'],
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='reset'],
input[type='search'],
input[type='submit'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select,
textarea {
font: inherit;
}
@font-face {
font-family: aileron;
font-style: normal;
font-weight: 200;
src: url(../fonts/aileron-ultra-light.eot?#iefix) format('embedded-opentype'),
url(../fonts/aileron-ultra-light.woff) format('woff'),
url(../fonts/aileron-ultra-light.ttf) format('truetype');
}
body {
padding: 1em;
}
.codepen body {
margin: 10px 0 0;
}
.codepen body textarea {
display: none;
}
.mce-container textarea {
display: inline-block !important;
}
.mce-content-body {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
color: #626262;
padding: 0 25px 25px;
}
.mce-content-body h1 {
font-size: 34px;
line-height: 1.4em;
margin: 25px 0 15px;
}
.mce-content-body h2 {
font-size: 30px;
line-height: 1.4em;
margin: 25px 0 15px;
}
.mce-content-body h3 {
font-size: 26px;
line-height: 1.4em;
margin: 25px 0 15px;
}
.mce-content-body h4 {
font-size: 22px;
line-height: 1.4em;
margin: 25px 0 15px;
}
.mce-content-body h5 {
font-size: 18px;
line-height: 1.4em;
margin: 25px 0 15px;
}
.mce-content-body h6 {
font-size: 14px;
line-height: 1.4em;
margin: 25px 0 15px;
}
.mce-content-body p {
margin: 25px 0;
}
.mce-content-body pre {
font-family: monospace;
}
.mce-content-body ol,
.mce-content-body ul {
margin-left: 15px;
list-style-position: outside;
margin-bottom: 20px;
}
.mce-content-body ol li,
.mce-content-body ul li {
margin-left: 10px;
margin-bottom: 10px;
color: #626262;
}
.mce-content-body ul {
list-style-type: disc;
}
.mce-content-body ol {
list-style-type: decimal;
}
.mce-content-body a[href] {
text-decoration: underline;
}
.mce-content-body table {
width: 100%;
border-spacing: 0;
border-collapse: separate;
border: 1px solid #aaa;
}
.mce-content-body table tr:nth-child(even) {
background: #fafafa;
}
.mce-content-body table caption,
.mce-content-body table td,
.mce-content-body table th {
padding: 15px 7px;
font: inherit;
}
.mce-content-body table td,
.mce-content-body table th {
border: 1px solid #aaa;
border-collapse: collapse;
}
.mce-content-body table th {
font-weight: 400;
color: #6e6e6e;
background-position: 100% 100%;
background-size: 2px 10px;
background-repeat: no-repeat;
}
.mce-content-body table th:last-child {
background: 0 0;
}
.mce-content-body hr {
border-top: 2px solid #bbb;
} | public/tiny/tiny.css | * {
border: 0;
padding: 0;
margin: 0;
background: 0 0;
color: inherit;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: 50% 50%;
font-weight: 400;
}
:focus {
outline: 0;
}
a {
text-decoration: none;
}
b,
b *,
strong,
strong * {
font-weight: 700;
}
ol,
ul {
list-style: none;
}
pre {
font: inherit;
}
button,
input,
input:not([type]),
input[type='button'],
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='reset'],
input[type='search'],
input[type='submit'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select,
textarea {
font: inherit;
}
@font-face {
font-family: aileron;
font-style: normal;
font-weight: 200;
src: url(../fonts/aileron-ultra-light.eot?#iefix) format('embedded-opentype'),
url(../fonts/aileron-ultra-light.woff) format('woff'),
url(../fonts/aileron-ultra-light.ttf) format('truetype');
}
body {
padding: 1em;
}
.codepen body {
margin: 10px 0 0;
}
.codepen body textarea {
display: none;
}
.mce-container textarea {
display: inline-block !important;
}
.mce-content-body {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
color: #626262;
padding: 0 25px 25px;
}
.mce-content-body h1 {
font-size: 34px;
line-height: 1.4em;
margin: 25px 0 15px;
}
.mce-content-body h2 {
font-size: 30px;
line-height: 1.4em;
margin: 25px 0 15px;
}
.mce-content-body h3 {
font-size: 26px;
line-height: 1.4em;
margin: 25px 0 15px;
}
.mce-content-body h4 {
font-size: 22px;
line-height: 1.4em;
margin: 25px 0 15px;
}
.mce-content-body h5 {
font-size: 18px;
line-height: 1.4em;
margin: 25px 0 15px;
}
.mce-content-body h6 {
font-size: 14px;
line-height: 1.4em;
margin: 25px 0 15px;
}
.mce-content-body p {
margin: 25px 0;
}
.mce-content-body pre {
font-family: monospace;
}
.mce-content-body ol,
.mce-content-body ul {
margin-left: 15px;
list-style-position: outside;
margin-bottom: 20px;
}
.mce-content-body ol li,
.mce-content-body ul li {
margin-left: 10px;
margin-bottom: 10px;
color: #626262;
}
.mce-content-body ul {
list-style-type: disc;
}
.mce-content-body ol {
list-style-type: decimal;
}
.mce-content-body a[href] {
text-decoration: underline;
}
.mce-content-body table {
width: 100%;
border-spacing: 0;
border-collapse: separate;
border: 1px solid #aaa;
}
.mce-content-body table tr:nth-child(even) {
background: #fafafa;
}
.mce-content-body table caption,
.mce-content-body table td,
.mce-content-body table th {
padding: 15px 7px;
font: inherit;
}
.mce-content-body table td,
.mce-content-body table th {
border: 1px solid #aaa;
border-collapse: collapse;
}
.mce-content-body table th {
font-weight: 400;
color: #6e6e6e;
background-position: 100% 100%;
background-size: 2px 10px;
background-repeat: no-repeat;
}
.mce-content-body table th:last-child {
background: 0 0;
}
.mce-content-body hr {
border-top: 2px solid #bbb;
} | 0.330795 | 0.115586 |
html {
box-sizing: border-box;
scroll-behavior: smooth;
font-size: 62.5%;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
* {
font-family: "Lucida Console", monospace;
}
body {
margin: 0px;
}
.scroll {
overflow-y: scroll;
overflow-x: hidden;
scroll-snap-type: y mandatory;
height: 100vh;
}
.block {
margin: 0px;
padding: 1rem;
background-color: white;
height: 100vh;
}
.first.block {
background-image: url(../svg-assets/landing-page-bg-without-text.svg);
background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
scroll-snap-align: start;
position: relative;
}
.front_text {
display: inline;
font-size: 10rem;
color: white;
top: 100rem;
-webkit-text-stroke-width: 0.1rem;
-webkit-text-stroke-color: black;
text-shadow: 0.5rem 0.5rem black;
}
strong {
font-size: 8rem;
}
.block.middle {
background-color: black;
background-image: url(../svg-assets/were-here-to-help-page-without-text.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: 10%;
background-attachment: fixed;
scroll-snap-align: start;
}
.slogan {
display: flex;
padding: 20% 0 5%;
flex-direction: column;
justify-content: center;
align-items: stretch;
margin: 10px;
}
.line {
text-align: center;
color: white;
margin: 0px;
padding: 10px;
}
.first {
font-size: 8rem;
}
.second {
font-size: 10rem;
}
.block.end {
background-image: url(../svg-assets/login-signup-page-without-buttons.svg);
background-repeat: no-repeat;
background-size: cover;
overflow-y: hidden;
background-attachment: fixed;
scroll-snap-align: start;
background-color: #3fe0d0;
}
.option_body {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
max-width: 100%;
padding: 25rem;
text-align: center;
}
.login_text {
display: block;
font-weight: normal;
font-size: 5rem;
text-align: center;
padding-top: 20rem;
padding-bottom: 5rem;
}
.button_list {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0.5rem;
align-items: center;
margin-bottom: 20rem;
}
.btn_main {
display: block;
padding: 1.5rem 2.5rem;
background-color: #248076;
box-shadow: 1rem 0.6rem 0px #404040;
border: solid black 2px;
transition: all 0.15s linear 0s;
position: relative;
margin-bottom: 4rem;
font-size: 2.5rem;
align-self: center;
text-align: center;
color: white;
}
.btn_main:hover {
transform: translate(0.2px, 0.2px);
box-shadow: 0.3rem 0.3rem 0 #404040;
}
.btn_main:active {
transform: translate(0.6rem, 0.6rem);
box-shadow: none;
}
img {
width: 20px;
height: 20px;
text-align: center;
} | client/src/styles-purecssfiles/styles.css | html {
box-sizing: border-box;
scroll-behavior: smooth;
font-size: 62.5%;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
* {
font-family: "Lucida Console", monospace;
}
body {
margin: 0px;
}
.scroll {
overflow-y: scroll;
overflow-x: hidden;
scroll-snap-type: y mandatory;
height: 100vh;
}
.block {
margin: 0px;
padding: 1rem;
background-color: white;
height: 100vh;
}
.first.block {
background-image: url(../svg-assets/landing-page-bg-without-text.svg);
background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
scroll-snap-align: start;
position: relative;
}
.front_text {
display: inline;
font-size: 10rem;
color: white;
top: 100rem;
-webkit-text-stroke-width: 0.1rem;
-webkit-text-stroke-color: black;
text-shadow: 0.5rem 0.5rem black;
}
strong {
font-size: 8rem;
}
.block.middle {
background-color: black;
background-image: url(../svg-assets/were-here-to-help-page-without-text.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: 10%;
background-attachment: fixed;
scroll-snap-align: start;
}
.slogan {
display: flex;
padding: 20% 0 5%;
flex-direction: column;
justify-content: center;
align-items: stretch;
margin: 10px;
}
.line {
text-align: center;
color: white;
margin: 0px;
padding: 10px;
}
.first {
font-size: 8rem;
}
.second {
font-size: 10rem;
}
.block.end {
background-image: url(../svg-assets/login-signup-page-without-buttons.svg);
background-repeat: no-repeat;
background-size: cover;
overflow-y: hidden;
background-attachment: fixed;
scroll-snap-align: start;
background-color: #3fe0d0;
}
.option_body {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
max-width: 100%;
padding: 25rem;
text-align: center;
}
.login_text {
display: block;
font-weight: normal;
font-size: 5rem;
text-align: center;
padding-top: 20rem;
padding-bottom: 5rem;
}
.button_list {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0.5rem;
align-items: center;
margin-bottom: 20rem;
}
.btn_main {
display: block;
padding: 1.5rem 2.5rem;
background-color: #248076;
box-shadow: 1rem 0.6rem 0px #404040;
border: solid black 2px;
transition: all 0.15s linear 0s;
position: relative;
margin-bottom: 4rem;
font-size: 2.5rem;
align-self: center;
text-align: center;
color: white;
}
.btn_main:hover {
transform: translate(0.2px, 0.2px);
box-shadow: 0.3rem 0.3rem 0 #404040;
}
.btn_main:active {
transform: translate(0.6rem, 0.6rem);
box-shadow: none;
}
img {
width: 20px;
height: 20px;
text-align: center;
} | 0.601828 | 0.107437 |
*{
margin: 0;
padding: 0;
}
body{
background-color: #ffffff;
font-family: '微软雅黑',Helvetica,sans-serif!important;
}
.banner > ul > li > a img{
width: 100%;
}
.max_more{
display: block;
width:100px;
height: 30px;
background: #E12E32;
margin: auto;
margin-top: 30px;
text-align: center;
line-height: 28px;
border-radius: 10px;
color: #ffffff;
}
.max_more:hover{
background: #299155;
color: #ffffff;
}
.fl{
float: left;
}
.fr{
float: right;
}
.banner{
margin-top: 165px;
}
.banner.Mo{
display: none;
}
.index_interval{
width: 100%;
overflow: hidden;
background-color: #F5F5F5;
}
.index_interval .Center{
width: 1200px;
margin: auto;
}
.Center .fl{
width: 25%;
cursor: pointer;
/*height:110px;*/
}
.Center .fl img{
display: block;
width: 88px;
height: 88px;
margin-top: 15px;
float: left;
margin-bottom: 10px;
/*padding-bottom: 10px;*/
}
.Center .fl img:hover{
transform:rotate(360deg);
-ms-transform:rotate(360deg); /* IE 9 */
-moz-transform:rotate(360deg); /* Firefox */
-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
-o-transform:rotate(360deg);
transition: all 2s ease-in-out;
-webkit-transition: all 2s ease-in-out;
-moz-transition: all 2s ease-in-out;
-o-transition: all 2s ease-in-out;
}
.Center_Text{
margin-left: 20px;
float: left;
width: 190px;
margin-top: 35px;
}
.Center_Text span{
display: block;
width: 100%;
line-height: 23px;
font-size: 20px;
color: #f2ab2b;
}
.Center_Text .Small{
font-size: 18px;
line-height: 33px;
}
.Project{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
}
.Project .Title{
width: 100%;
}
.Project .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.Project .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.Project .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.Project .bar_l{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.Project .bar_r{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.Project .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.Project .Show{
width: 100%;
overflow: hidden;
margin-top: 20px;
}
.Project .Show a{
width: 25%;
float: left;
display: block;
overflow: hidden;
border-left: 3px solid #ffffff;
border-right: 3px solid #ffffff;
box-sizing: border-box;
position: relative;
}
.Project .Show a img{
display: block;
width: 100%;
overflow: hidden;
}
.Project .Show a span{
display: block;
width: 100%;
text-align: center;
line-height: 40px;
font-size: 20px;
color: #333333;
}
.Project .Show a .hide{
width: 100%;
height: 89%;
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,0);
transition: all 2s;
opacity: 0;
margin: auto;
overflow: hidden;
}
.Project .Show a:hover .hide{
background:rgba(0,0,0,0.5);
opacity:1;
}
.Project .Show a .hide .Center{
width: 85%;
overflow: hidden;
margin: auto;
line-height: 30px;
color: #ffffff;
padding-top: 30%;
font-size: 16px;
}
.D_max{
width: 1200px;
margin: auto;
margin-top: 35px;
background-color: #f5f5f5;
}
.D_max .title{
width: 100%;
/* border: 1px solid red; */
background-color: #f5f5f5;
overflow: hidden;
}
.D_max .title .boder{
width: 100%;
height: 35px;
border-bottom: 3px solid #dadada;
}
.D_max .title .boder .left{
width: 87px;
height: 35px;
margin-left: 20px;
border-bottom: 3px solid #000;
float: left;
line-height: 40px;
font-size: 19px;
font-weight: 600;
color: #4b4b4b;
}
.D_max .title .boder .right{
width: 160px;
height: 35px;
/* margin-left: 16px; */
border-bottom: 3px solid red;
float: left;
font-size: 18px;
font-weight: 600;
color: #747474;
line-height: 40px;
}
.D_max .huxintu{
margin-top: 20px;
width: 100%;
overflow: hidden;
}
.D_max .huxintu .loop{
width: 25%;
display: block;
float: left;
overflow: hidden;
position: relative;
}
.D_max .huxintu .loop span{
display: block;
width: 100%;
text-align: center;
position: absolute;
top: 40%;
left: 0;
color: #ffffff;
font-size: 16px;
}
.D_max .huxintu .loop img{
width: 95%;
overflow: hidden;
display: block;
margin: auto;
max-height: 213px;
/*height:213px;*/
}
.D_max .huxintu .loop i{
display: block;
width: 100%;
height: 40px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #333;
text-align: center;
}
.Quality{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
}
.Quality .Title{
width: 100%;
}
.Quality .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.Quality .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.Quality .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.Quality .bar_l{
width: 41%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.Quality .bar_r{
width: 41%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.Quality .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.Quality .Show{
width: 100%;
overflow: hidden;
position: relative;
margin-top: 30px;
}
.Quality .Show a{
width: 14.28%;
display: block;
position: relative;
float: left;
}
.Quality .Show a:hover span{
background: #A3A3A3;
}
.Quality .Show a img{
display: block;
margin: auto;
margin-top: 20px;
}
.Quality .Show a .name{
display: block;
width: 100%;
text-align: center;
font-size: 19px;
line-height: 50px;
color: #666666;
}
.Quality .Show a span{
display: block;
width: 10px;
height: 10px;
background-color: #ffffff;
border-radius: 50px;
border: 1px solid #A3A3A3;
position: absolute;
left: 48%;
top: 46px;
z-index: 2;
}
.Quality .Show .xian{
width: 100%;
position: absolute;
top: 50px;
left: 0;
height: 1px;
background-color: #A3A3A3;
z-index: 1;
}
.Quality .Course{
width: 100%;
overflow: hidden;
background-color: #F5F5F5;
margin-top: 25px;
padding-bottom: 15px;
}
.Quality .Course .fl{
width: 25%;
overflow: hidden;
margin-top: 15px;
}
.Quality .Course .fl img{
display: block;
float: left;
}
.Quality .Course .fl .Quality_r{
float: right;
margin-top: 20px;
margin-right: 32px;
}
.Quality_png{
margin-left: 10px;
}
.Quality .Course .fl .Quality_t{
float: right;
margin-top: 20px;
margin-right: 10px;
}
.Quality_pnt{
margin-left: 0;
}
.Package{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
}
.Package .Title{
width: 100%;
}
.Package .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.Package .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.Package .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.Package .bar_l{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.Package .bar_r{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.Package .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.Package .Show{
width: 100%;
overflow: hidden;
margin-top: 30px;
}
.Package .Show a{
display: block;
width: 33.333%;
overflow: hidden;
float: left;
border-left: 4px solid #ffffff;
border-right: 4px solid #ffffff;
box-sizing: border-box;
}
.Package_D{
display: block;
width: 100%;
overflow: hidden;
transition: all 0.6s;
}
.Package .Show a .text{
width: 100%;
height: 60px;
background-color: #F5F5F5;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.Show_One .text{
background: url("/new/home/index/img/Package_x1.png") no-repeat left 115px top 15px;
}
.Show_Two .text{
background: url("/new/home/index/img/Package_x2.png") no-repeat left 115px top 15px;
}
.Show_Three .text{
background: url("/new/home/index/img/Package_x3.png") no-repeat left 115px top 15px;
}
.Package .Show a .text span{
display: block;
text-align: center;
margin-left: 12px;
line-height: 60px;
color: #666666;
font-size: 25px;
text-indent: 20px;
}
.Package .Show .Show_One:hover .text{
color: #E12E32;
background: url("/new/home/index/img/Package_x1h.png") no-repeat left 115px top 15px;
background-color: #F5F5F5;
}
.Package .Show .Show_Two:hover .text{
color: #E12E32;
background: url("/new/home/index/img/Package_x2h.png") no-repeat left 115px top 15px;
background-color: #F5F5F5;
}
.Package .Show .Show_Three:hover .text{
color: #E12E32;
background: url("/new/home/index/img/Package_x3h.png") no-repeat left 115px top 15px;
background-color: #F5F5F5;
}
.Package .Show a:hover .text span{
color: #E12E32;
}
.Package .Show a:hover .Package_D{
transform: scale(0.9);
}
.Case{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
}
.Case .Title{
width: 100%;
}
.Case .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.Case .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.Case .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.Case .bar_l{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.Case .bar_r{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.Case .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.Case .Show{
width: 100%;
overflow: hidden;
margin-top: 30px;
}
.Case .Show .Show_a{
display: block;
width: 25%;
float: left;
overflow: hidden;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
box-sizing: border-box;
cursor: pointer;
}
.Case .Show .Show_a a{
display: block;
width: 100%;
overflow: hidden;
}
.Case .Show .Show_a .top img{
display: block;
width: 100%;
overflow: hidden;
transition: all 0.6s;
height: 200px;
}
.Case .Show .Show_a .top:hover img{
transform: scale(0.9);
}
.Case .Show .Show_a .top:hover .text .name{
color: #E12E32;
}
.Case .Show .Show_a .top:hover .text .Label span{
color: #E12E32;
}
.Case .Show .Show_a .text{
width: 100%;
height: 80px;
background-color: #F5F5F5;
}
.Case .Show .Show_a .text .name{
width: 100%;
display: block;
overflow: hidden;
font-size: 17px;
color: #666666;
line-height: 45px;
text-indent: 15px;
}
.Case .Show .Show_a .text .Label{
width: 100%;
overflow: hidden;
}
.Case .Show .Show_a .text .Label span{
margin-left: 15px;
font-size: 14px;
}
.Case .Corner{
width: 100%;
overflow: hidden;
margin-top: 20px;
}
.Case .Loop{
display: block;
width: 100%;
float: left;
overflow: hidden;
/*border-left: 1px solid #ffffff;*/
/*border-right: 1px solid #ffffff;*/
box-sizing: border-box;
margin-top: 20px;
}
.Case .Show .Show_a .Loop a{
display: block;
width: 50%;
float: left;
overflow: hidden;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
box-sizing: border-box;
height: 155px;
background-color:#F5F5F5;
}
.Case .Show .Show_a .Loop a:nth-child(2){
border-right: none;
}
.Case .Show .Show_a .Loop a:nth-child(1){
border-left: none;
}
.Case .Show .Show_a .Loop a img{
display: block;
width: 95px;
height: 95px;
border-radius: 50%;
margin: auto;
margin-top: 10px;
}
.Case .Loop a span{
display: block;
width: 100%;
text-align: center;
font-size: 16px;
color: #333333;
margin-top: 15px;
}
.Case .Loop a:hover span{
color: #E12E32;
}
.Craf{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
}
.Craf .Title{
width: 100%;
}
.Craf .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.Craf .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.Craf .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.Craf .bar_l{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.Craf .bar_r{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.Craf .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.Craf .Show{
width: 100%;
overflow: hidden;
margin-top: 30px;
}
.Craf .Show .left{
width: 50%;
float: left;
overflow: hidden;
border-right: 5px solid #ffffff;
box-sizing: border-box;
position: relative;
display: block;
}
.Craf .Show .left img{
display: block;
width: 100%;
overflow: hidden;
}
.Craf .Show .left .bg{
width: 100%;
height: 90px;
background-color:#878F8E;
filter: blur(30px);
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
}
.Craf .Show .left .text{
width: 100%;
height: 60px;
background: transparent;
position: absolute;
bottom: 0;
left: 0;
z-index: 3;
}
.Craf .Show .left .text .name{
color: #ffffff;
font-size: 18px;
text-indent: 20px;
line-height: 30px;
}
.Craf .Show .left .text .resume{
color: #ffffff;
font-size: 16px;
text-indent: 20px;
}
.Craf .Show .right{
width: 50%;
float: left;
overflow: hidden;
border-left: 3px solid #ffffff;
box-sizing: border-box;
}
.Craf .Show .right .shot{
width: 50%;
float: left;
overflow: hidden;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
box-sizing: border-box;
position: relative;
display: block;
}
.Craf .Show .right .m_b{
margin-bottom: 10px;
}
.Craf .Show .right .shot .bg{
width: 100%;
height: 50px;
background-color:#878F8E;
filter: blur(25px);
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
}
.Craf .Show .right .shot .text{
width: 100%;
height: 40px;
background: transparent;
position: absolute;
bottom: 0;
left: 0;
z-index: 3;
}
.Craf .Show .right .shot .text .name{
width: 100%;
font-size: 15px;
color: #ffffff;
text-indent: 10px;
}
.Craf .Show .right .shot .text .resume{
color: #ffffff;
font-size: 12px;
text-indent: 10px;
}
.Choose{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
}
.Choose .Title{
width: 100%;
}
.Choose .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.Choose .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.Choose .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.Choose .bar_l{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.Choose .bar_r{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.Choose .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.Choose .Show{
width: 100%;
overflow: hidden;
margin-top: 30px;
}
.Choose .Show a{
width: 20%;
overflow: hidden;
float: left;
display: block;
margin-bottom: 10px;
}
.Choose .Show a img{
display: block;
width: 95%;
margin: auto;
}
.School{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
margin-bottom: 100px;
}
.School .Title{
width: 100%;
}
.School .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.School .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.School .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.School .bar_l{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.School .bar_r{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.School .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.School .Show{
width: 100%;
overflow: hidden;
margin-top: 30px;
}
.School .Show .Loop{
width: 33.333%;
overflow: hidden;
border-left:4px solid #ffffff;
border-right: 4px solid #ffffff;
box-sizing: border-box;
float: left;
}
.School .Show .Loop .Loop_img{
width: 100%;
overflow: hidden;
display: block;
}
.School .Show .Loop img{
display: block;
width: 100%;
overflow: hidden;
}
.School .Show .Loop .text{
width: 100%;
height: 330px;
overflow: hidden;
background-color: #F5F5F5;
}
.School .Show .Loop .text a{
display: block;
width: 100%;
height: 40px;
overflow: hidden;
font-size: 16px;
color: #333333;
line-height: 40px;
text-indent: 12px;
}
.School .Show .Loop .text a span{
display: block;
float: left;
overflow: hidden;
color: #333333;
}
.School .Show .Loop .text a .new{
float: left;
width: 27px;
height: 11px;
margin-top: 15px;
margin-left: 3px;
}
.School .Show .Loop .text a:hover{
color: #E12E32;
}
@media screen and (max-width: 750px){
.banner{
margin-top: 75px;
}
.index_interval{
width: 100%;
}
.index_interval .Center{
width: 100%;
overflow: hidden;
}
.Center .fl{
width: 50%;
overflow:hidden;
}
.Center .fl img{
margin-left: 25%;
}
.Center_Text{
width: 100%;
margin-left: 0;
text-align: center;
margin-top: 10px;
}
.Project{
width: 100%;
}
.Project .bar_l{
width: 38%;
}
.Project .bar_r{
width: 38%;
}
.Project .Show a{
width: 100%;
}
.Project .Show a .hide{
background:rgba(0,0,0,0.5);
opacity:1;
}
.Quality{
width: 100%;
display: none;
}
.Package{
width: 100%;
}
.Package .bar_l{
width: 37%;
}
.Package .bar_r{
width: 37%;
}
.Package .Show a{
width: 100%;
}
.Case{
width: 100%;
}
.Case .bar_l{
width: 37%;
}
.Case .bar_r{
width: 37%;
}
.Case .Show .Show_a{
width: 100%;
}
.Craf{
width: 100%;
}
.Craf .bar_l{
width: 37%;
}
.Craf .bar_r{
width: 37%;
}
.Craf .Show .left{
width: 100%;
border: none;
}
.Craf .Show .left .text .resume{
font-size: 15px;
}
.Craf .Show .right{
width: 100%;
border: none;
}
.Craf .Show .right .m_b{
width: 100%;
border: none;
}
.Craf .Show .right .m_b img{
width: 100%;
}
.Craf .Show .right .shot{
width: 100%;
}
.Craf .Show .right .shot img{
width: 100%;
}
.Craf .Show .right .shot .text{
height: 60px;
}
.Craf .Show .right .shot .text .name{
font-size: 18px;
line-height: 30px;
}
.Craf .Show .right .shot .text .resume{
font-size: 15px;
}
.Choose{
width: 100%;
}
.Choose .bar_l{
width: 37%;
}
.Choose .bar_r{
width: 37%;
}
.Choose .Show a{
width: 50%;
}
.School{
width: 100%;
margin-bottom: 50px;
}
.School .bar_l{
width: 39%;
}
.School .bar_r{
width: 39%;
}
.School .Show .Loop{
width: 100%;
}
.Case .Loop{
display: none;
}
.banner.Mo{
display: block;
}
.banner.Pc{
display: none;
}
.D_max .huxintu .loop{
width: 50%;
}
.D_max .title .boder .left{
font-size: 16px;
}
.D_max .title .boder .right{
font-size: 16px;
}
.D_max{
width: 100%;
}
.left-btn, .right-btn{
width: 31px;
height: 31px;
background-size: 100% 100%;
}
.Show_One .text{
background: none;
}
.Show_Two .text{
background: none;
}
.Show_Three .text{
background: none;
}
.Package .Show a .text span{
text-indent:0;
}
.Package .Show .Show_One:hover .text{
color: #E12E32;
background: none;
background-color: #F5F5F5;
}
.Package .Show .Show_Two:hover .text{
color: #E12E32;
background: none;
background-color: #F5F5F5;
}
.Package .Show .Show_Three:hover .text{
color: #E12E32;
background: none;
background-color: #F5F5F5;
}
}
@media screen and (max-width: 580px){
.D_max .huxintu .loop{
width: 100%;
}
} | public/new/home/index/index.css | *{
margin: 0;
padding: 0;
}
body{
background-color: #ffffff;
font-family: '微软雅黑',Helvetica,sans-serif!important;
}
.banner > ul > li > a img{
width: 100%;
}
.max_more{
display: block;
width:100px;
height: 30px;
background: #E12E32;
margin: auto;
margin-top: 30px;
text-align: center;
line-height: 28px;
border-radius: 10px;
color: #ffffff;
}
.max_more:hover{
background: #299155;
color: #ffffff;
}
.fl{
float: left;
}
.fr{
float: right;
}
.banner{
margin-top: 165px;
}
.banner.Mo{
display: none;
}
.index_interval{
width: 100%;
overflow: hidden;
background-color: #F5F5F5;
}
.index_interval .Center{
width: 1200px;
margin: auto;
}
.Center .fl{
width: 25%;
cursor: pointer;
/*height:110px;*/
}
.Center .fl img{
display: block;
width: 88px;
height: 88px;
margin-top: 15px;
float: left;
margin-bottom: 10px;
/*padding-bottom: 10px;*/
}
.Center .fl img:hover{
transform:rotate(360deg);
-ms-transform:rotate(360deg); /* IE 9 */
-moz-transform:rotate(360deg); /* Firefox */
-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
-o-transform:rotate(360deg);
transition: all 2s ease-in-out;
-webkit-transition: all 2s ease-in-out;
-moz-transition: all 2s ease-in-out;
-o-transition: all 2s ease-in-out;
}
.Center_Text{
margin-left: 20px;
float: left;
width: 190px;
margin-top: 35px;
}
.Center_Text span{
display: block;
width: 100%;
line-height: 23px;
font-size: 20px;
color: #f2ab2b;
}
.Center_Text .Small{
font-size: 18px;
line-height: 33px;
}
.Project{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
}
.Project .Title{
width: 100%;
}
.Project .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.Project .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.Project .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.Project .bar_l{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.Project .bar_r{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.Project .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.Project .Show{
width: 100%;
overflow: hidden;
margin-top: 20px;
}
.Project .Show a{
width: 25%;
float: left;
display: block;
overflow: hidden;
border-left: 3px solid #ffffff;
border-right: 3px solid #ffffff;
box-sizing: border-box;
position: relative;
}
.Project .Show a img{
display: block;
width: 100%;
overflow: hidden;
}
.Project .Show a span{
display: block;
width: 100%;
text-align: center;
line-height: 40px;
font-size: 20px;
color: #333333;
}
.Project .Show a .hide{
width: 100%;
height: 89%;
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,0);
transition: all 2s;
opacity: 0;
margin: auto;
overflow: hidden;
}
.Project .Show a:hover .hide{
background:rgba(0,0,0,0.5);
opacity:1;
}
.Project .Show a .hide .Center{
width: 85%;
overflow: hidden;
margin: auto;
line-height: 30px;
color: #ffffff;
padding-top: 30%;
font-size: 16px;
}
.D_max{
width: 1200px;
margin: auto;
margin-top: 35px;
background-color: #f5f5f5;
}
.D_max .title{
width: 100%;
/* border: 1px solid red; */
background-color: #f5f5f5;
overflow: hidden;
}
.D_max .title .boder{
width: 100%;
height: 35px;
border-bottom: 3px solid #dadada;
}
.D_max .title .boder .left{
width: 87px;
height: 35px;
margin-left: 20px;
border-bottom: 3px solid #000;
float: left;
line-height: 40px;
font-size: 19px;
font-weight: 600;
color: #4b4b4b;
}
.D_max .title .boder .right{
width: 160px;
height: 35px;
/* margin-left: 16px; */
border-bottom: 3px solid red;
float: left;
font-size: 18px;
font-weight: 600;
color: #747474;
line-height: 40px;
}
.D_max .huxintu{
margin-top: 20px;
width: 100%;
overflow: hidden;
}
.D_max .huxintu .loop{
width: 25%;
display: block;
float: left;
overflow: hidden;
position: relative;
}
.D_max .huxintu .loop span{
display: block;
width: 100%;
text-align: center;
position: absolute;
top: 40%;
left: 0;
color: #ffffff;
font-size: 16px;
}
.D_max .huxintu .loop img{
width: 95%;
overflow: hidden;
display: block;
margin: auto;
max-height: 213px;
/*height:213px;*/
}
.D_max .huxintu .loop i{
display: block;
width: 100%;
height: 40px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #333;
text-align: center;
}
.Quality{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
}
.Quality .Title{
width: 100%;
}
.Quality .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.Quality .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.Quality .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.Quality .bar_l{
width: 41%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.Quality .bar_r{
width: 41%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.Quality .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.Quality .Show{
width: 100%;
overflow: hidden;
position: relative;
margin-top: 30px;
}
.Quality .Show a{
width: 14.28%;
display: block;
position: relative;
float: left;
}
.Quality .Show a:hover span{
background: #A3A3A3;
}
.Quality .Show a img{
display: block;
margin: auto;
margin-top: 20px;
}
.Quality .Show a .name{
display: block;
width: 100%;
text-align: center;
font-size: 19px;
line-height: 50px;
color: #666666;
}
.Quality .Show a span{
display: block;
width: 10px;
height: 10px;
background-color: #ffffff;
border-radius: 50px;
border: 1px solid #A3A3A3;
position: absolute;
left: 48%;
top: 46px;
z-index: 2;
}
.Quality .Show .xian{
width: 100%;
position: absolute;
top: 50px;
left: 0;
height: 1px;
background-color: #A3A3A3;
z-index: 1;
}
.Quality .Course{
width: 100%;
overflow: hidden;
background-color: #F5F5F5;
margin-top: 25px;
padding-bottom: 15px;
}
.Quality .Course .fl{
width: 25%;
overflow: hidden;
margin-top: 15px;
}
.Quality .Course .fl img{
display: block;
float: left;
}
.Quality .Course .fl .Quality_r{
float: right;
margin-top: 20px;
margin-right: 32px;
}
.Quality_png{
margin-left: 10px;
}
.Quality .Course .fl .Quality_t{
float: right;
margin-top: 20px;
margin-right: 10px;
}
.Quality_pnt{
margin-left: 0;
}
.Package{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
}
.Package .Title{
width: 100%;
}
.Package .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.Package .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.Package .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.Package .bar_l{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.Package .bar_r{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.Package .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.Package .Show{
width: 100%;
overflow: hidden;
margin-top: 30px;
}
.Package .Show a{
display: block;
width: 33.333%;
overflow: hidden;
float: left;
border-left: 4px solid #ffffff;
border-right: 4px solid #ffffff;
box-sizing: border-box;
}
.Package_D{
display: block;
width: 100%;
overflow: hidden;
transition: all 0.6s;
}
.Package .Show a .text{
width: 100%;
height: 60px;
background-color: #F5F5F5;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.Show_One .text{
background: url("/new/home/index/img/Package_x1.png") no-repeat left 115px top 15px;
}
.Show_Two .text{
background: url("/new/home/index/img/Package_x2.png") no-repeat left 115px top 15px;
}
.Show_Three .text{
background: url("/new/home/index/img/Package_x3.png") no-repeat left 115px top 15px;
}
.Package .Show a .text span{
display: block;
text-align: center;
margin-left: 12px;
line-height: 60px;
color: #666666;
font-size: 25px;
text-indent: 20px;
}
.Package .Show .Show_One:hover .text{
color: #E12E32;
background: url("/new/home/index/img/Package_x1h.png") no-repeat left 115px top 15px;
background-color: #F5F5F5;
}
.Package .Show .Show_Two:hover .text{
color: #E12E32;
background: url("/new/home/index/img/Package_x2h.png") no-repeat left 115px top 15px;
background-color: #F5F5F5;
}
.Package .Show .Show_Three:hover .text{
color: #E12E32;
background: url("/new/home/index/img/Package_x3h.png") no-repeat left 115px top 15px;
background-color: #F5F5F5;
}
.Package .Show a:hover .text span{
color: #E12E32;
}
.Package .Show a:hover .Package_D{
transform: scale(0.9);
}
.Case{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
}
.Case .Title{
width: 100%;
}
.Case .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.Case .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.Case .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.Case .bar_l{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.Case .bar_r{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.Case .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.Case .Show{
width: 100%;
overflow: hidden;
margin-top: 30px;
}
.Case .Show .Show_a{
display: block;
width: 25%;
float: left;
overflow: hidden;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
box-sizing: border-box;
cursor: pointer;
}
.Case .Show .Show_a a{
display: block;
width: 100%;
overflow: hidden;
}
.Case .Show .Show_a .top img{
display: block;
width: 100%;
overflow: hidden;
transition: all 0.6s;
height: 200px;
}
.Case .Show .Show_a .top:hover img{
transform: scale(0.9);
}
.Case .Show .Show_a .top:hover .text .name{
color: #E12E32;
}
.Case .Show .Show_a .top:hover .text .Label span{
color: #E12E32;
}
.Case .Show .Show_a .text{
width: 100%;
height: 80px;
background-color: #F5F5F5;
}
.Case .Show .Show_a .text .name{
width: 100%;
display: block;
overflow: hidden;
font-size: 17px;
color: #666666;
line-height: 45px;
text-indent: 15px;
}
.Case .Show .Show_a .text .Label{
width: 100%;
overflow: hidden;
}
.Case .Show .Show_a .text .Label span{
margin-left: 15px;
font-size: 14px;
}
.Case .Corner{
width: 100%;
overflow: hidden;
margin-top: 20px;
}
.Case .Loop{
display: block;
width: 100%;
float: left;
overflow: hidden;
/*border-left: 1px solid #ffffff;*/
/*border-right: 1px solid #ffffff;*/
box-sizing: border-box;
margin-top: 20px;
}
.Case .Show .Show_a .Loop a{
display: block;
width: 50%;
float: left;
overflow: hidden;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
box-sizing: border-box;
height: 155px;
background-color:#F5F5F5;
}
.Case .Show .Show_a .Loop a:nth-child(2){
border-right: none;
}
.Case .Show .Show_a .Loop a:nth-child(1){
border-left: none;
}
.Case .Show .Show_a .Loop a img{
display: block;
width: 95px;
height: 95px;
border-radius: 50%;
margin: auto;
margin-top: 10px;
}
.Case .Loop a span{
display: block;
width: 100%;
text-align: center;
font-size: 16px;
color: #333333;
margin-top: 15px;
}
.Case .Loop a:hover span{
color: #E12E32;
}
.Craf{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
}
.Craf .Title{
width: 100%;
}
.Craf .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.Craf .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.Craf .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.Craf .bar_l{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.Craf .bar_r{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.Craf .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.Craf .Show{
width: 100%;
overflow: hidden;
margin-top: 30px;
}
.Craf .Show .left{
width: 50%;
float: left;
overflow: hidden;
border-right: 5px solid #ffffff;
box-sizing: border-box;
position: relative;
display: block;
}
.Craf .Show .left img{
display: block;
width: 100%;
overflow: hidden;
}
.Craf .Show .left .bg{
width: 100%;
height: 90px;
background-color:#878F8E;
filter: blur(30px);
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
}
.Craf .Show .left .text{
width: 100%;
height: 60px;
background: transparent;
position: absolute;
bottom: 0;
left: 0;
z-index: 3;
}
.Craf .Show .left .text .name{
color: #ffffff;
font-size: 18px;
text-indent: 20px;
line-height: 30px;
}
.Craf .Show .left .text .resume{
color: #ffffff;
font-size: 16px;
text-indent: 20px;
}
.Craf .Show .right{
width: 50%;
float: left;
overflow: hidden;
border-left: 3px solid #ffffff;
box-sizing: border-box;
}
.Craf .Show .right .shot{
width: 50%;
float: left;
overflow: hidden;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
box-sizing: border-box;
position: relative;
display: block;
}
.Craf .Show .right .m_b{
margin-bottom: 10px;
}
.Craf .Show .right .shot .bg{
width: 100%;
height: 50px;
background-color:#878F8E;
filter: blur(25px);
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
}
.Craf .Show .right .shot .text{
width: 100%;
height: 40px;
background: transparent;
position: absolute;
bottom: 0;
left: 0;
z-index: 3;
}
.Craf .Show .right .shot .text .name{
width: 100%;
font-size: 15px;
color: #ffffff;
text-indent: 10px;
}
.Craf .Show .right .shot .text .resume{
color: #ffffff;
font-size: 12px;
text-indent: 10px;
}
.Choose{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
}
.Choose .Title{
width: 100%;
}
.Choose .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.Choose .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.Choose .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.Choose .bar_l{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.Choose .bar_r{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.Choose .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.Choose .Show{
width: 100%;
overflow: hidden;
margin-top: 30px;
}
.Choose .Show a{
width: 20%;
overflow: hidden;
float: left;
display: block;
margin-bottom: 10px;
}
.Choose .Show a img{
display: block;
width: 95%;
margin: auto;
}
.School{
width: 1200px;
padding-top: 60px;
margin: auto;
overflow: hidden;
margin-bottom: 100px;
}
.School .Title{
width: 100%;
}
.School .Title .top{
width: 100%;
text-align: center;
font-size: 18px;
color: #999999;
}
.School .Title .bar{
width: 100%;
overflow: hidden;
text-align: center;
font-size: 22px;
color: #333333;
position: relative;
}
.School .Title .bar .text{
width: 100%;
overflow: hidden;
line-height: 40px;
}
.School .bar_l{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_l.png") no-repeat right 20px;
position: absolute;
top: 0;
left: 0;
}
.School .bar_r{
width: 44%;
height: 40px;
background: url("/new/home/index/img/bar_r.png") no-repeat left 20px;
position: absolute;
top: 0;
right: 0;
}
.School .Title .bottom{
width: 100%;
text-align: center;
font-size: 13px;
color: #999999;
}
.School .Show{
width: 100%;
overflow: hidden;
margin-top: 30px;
}
.School .Show .Loop{
width: 33.333%;
overflow: hidden;
border-left:4px solid #ffffff;
border-right: 4px solid #ffffff;
box-sizing: border-box;
float: left;
}
.School .Show .Loop .Loop_img{
width: 100%;
overflow: hidden;
display: block;
}
.School .Show .Loop img{
display: block;
width: 100%;
overflow: hidden;
}
.School .Show .Loop .text{
width: 100%;
height: 330px;
overflow: hidden;
background-color: #F5F5F5;
}
.School .Show .Loop .text a{
display: block;
width: 100%;
height: 40px;
overflow: hidden;
font-size: 16px;
color: #333333;
line-height: 40px;
text-indent: 12px;
}
.School .Show .Loop .text a span{
display: block;
float: left;
overflow: hidden;
color: #333333;
}
.School .Show .Loop .text a .new{
float: left;
width: 27px;
height: 11px;
margin-top: 15px;
margin-left: 3px;
}
.School .Show .Loop .text a:hover{
color: #E12E32;
}
@media screen and (max-width: 750px){
.banner{
margin-top: 75px;
}
.index_interval{
width: 100%;
}
.index_interval .Center{
width: 100%;
overflow: hidden;
}
.Center .fl{
width: 50%;
overflow:hidden;
}
.Center .fl img{
margin-left: 25%;
}
.Center_Text{
width: 100%;
margin-left: 0;
text-align: center;
margin-top: 10px;
}
.Project{
width: 100%;
}
.Project .bar_l{
width: 38%;
}
.Project .bar_r{
width: 38%;
}
.Project .Show a{
width: 100%;
}
.Project .Show a .hide{
background:rgba(0,0,0,0.5);
opacity:1;
}
.Quality{
width: 100%;
display: none;
}
.Package{
width: 100%;
}
.Package .bar_l{
width: 37%;
}
.Package .bar_r{
width: 37%;
}
.Package .Show a{
width: 100%;
}
.Case{
width: 100%;
}
.Case .bar_l{
width: 37%;
}
.Case .bar_r{
width: 37%;
}
.Case .Show .Show_a{
width: 100%;
}
.Craf{
width: 100%;
}
.Craf .bar_l{
width: 37%;
}
.Craf .bar_r{
width: 37%;
}
.Craf .Show .left{
width: 100%;
border: none;
}
.Craf .Show .left .text .resume{
font-size: 15px;
}
.Craf .Show .right{
width: 100%;
border: none;
}
.Craf .Show .right .m_b{
width: 100%;
border: none;
}
.Craf .Show .right .m_b img{
width: 100%;
}
.Craf .Show .right .shot{
width: 100%;
}
.Craf .Show .right .shot img{
width: 100%;
}
.Craf .Show .right .shot .text{
height: 60px;
}
.Craf .Show .right .shot .text .name{
font-size: 18px;
line-height: 30px;
}
.Craf .Show .right .shot .text .resume{
font-size: 15px;
}
.Choose{
width: 100%;
}
.Choose .bar_l{
width: 37%;
}
.Choose .bar_r{
width: 37%;
}
.Choose .Show a{
width: 50%;
}
.School{
width: 100%;
margin-bottom: 50px;
}
.School .bar_l{
width: 39%;
}
.School .bar_r{
width: 39%;
}
.School .Show .Loop{
width: 100%;
}
.Case .Loop{
display: none;
}
.banner.Mo{
display: block;
}
.banner.Pc{
display: none;
}
.D_max .huxintu .loop{
width: 50%;
}
.D_max .title .boder .left{
font-size: 16px;
}
.D_max .title .boder .right{
font-size: 16px;
}
.D_max{
width: 100%;
}
.left-btn, .right-btn{
width: 31px;
height: 31px;
background-size: 100% 100%;
}
.Show_One .text{
background: none;
}
.Show_Two .text{
background: none;
}
.Show_Three .text{
background: none;
}
.Package .Show a .text span{
text-indent:0;
}
.Package .Show .Show_One:hover .text{
color: #E12E32;
background: none;
background-color: #F5F5F5;
}
.Package .Show .Show_Two:hover .text{
color: #E12E32;
background: none;
background-color: #F5F5F5;
}
.Package .Show .Show_Three:hover .text{
color: #E12E32;
background: none;
background-color: #F5F5F5;
}
}
@media screen and (max-width: 580px){
.D_max .huxintu .loop{
width: 100%;
}
} | 0.450359 | 0.076615 |
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap');
body {
font-family: 'Noto Sans JP', sans-serif;
background: #F5F5F5;
}
/*****Desktop view*****/
#header-container {
position: sticky;
top: 0;
}
#header {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
background: #efefef;
}
#logo {
display: flex;
flex-direction: row;
align-items: center;
font-size: 2rem;
}
#header-img {
max-width: 2em;
max-height: 2em;
padding: 0.25em 0.25em 0 0.25em;
}
#links-list {
display: flex;
flex-direction: row;
}
.nav-link {
margin: 1em;
font-size: 20px;
text-decoration: none;
color: black;
}
.nav-link:hover {
border-bottom: 1px solid;
}
.main-section {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
align-content: center;
}
.subtitle {
font-size: 4em;
font-weight: 200;
padding: 1em;
text-align: center;
}
.media {
max-width: 75%;
align-self: center;
}
figcaption {
text-decoration: none;
font-weight: 200;
margin-bottom: 1em;
}
figcaption > a {
text-decoration: none;
color: #4ed34e;
}
.description-text {
font-weight: 200;
text-align: justify;
text-justify: inter-word;
padding: 1em;
font-size: 20px;
max-width: 750px;
align-self: center;
}
#form {
width: 100%;
display: flex;
flex-direction: column;
align-content: center;
}
#email {
padding: 0.75em;
margin: 1em;
align-self: center;
width: 50%
}
.btn {
font-family: 'Noto Sans JP', sans-serif;
font-size: 20px;
width: 25%;
align-self: center;
padding: 0.75em 0 0.75em 0;
margin: 1em;
background-color: #F5F5F5;
border: 1px solid;
}
.btn:hover {
background-color: #FFF;
transition: background-color 1s;
cursor: pointer;
}
/***** Tablet view *****/
@media (min-width: 768px) and (max-width: 991px) {
#header {
display: flex;
flex-flow: column wrap;
align-content: center;
}
#nav-bar {
margin: 1em;
}
}
/***** Mobile view *****/
@media (max-width: 767px) {
#header {
display: flex;
flex-flow: column wrap;
align-content: center;
}
#nav-bar {
text-align: center;
}
#links-list {
display: flex;
flex-flow: column wrap;
align-content: center;
}
.nav-item {
padding: 0.25em;
}
#email {
width: 75%;
}
.btn {
font-size: 1em;
padding: 0.5em 0.25em 0.5em 0.25em;
}
} | src/style.css | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap');
body {
font-family: 'Noto Sans JP', sans-serif;
background: #F5F5F5;
}
/*****Desktop view*****/
#header-container {
position: sticky;
top: 0;
}
#header {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
background: #efefef;
}
#logo {
display: flex;
flex-direction: row;
align-items: center;
font-size: 2rem;
}
#header-img {
max-width: 2em;
max-height: 2em;
padding: 0.25em 0.25em 0 0.25em;
}
#links-list {
display: flex;
flex-direction: row;
}
.nav-link {
margin: 1em;
font-size: 20px;
text-decoration: none;
color: black;
}
.nav-link:hover {
border-bottom: 1px solid;
}
.main-section {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
align-content: center;
}
.subtitle {
font-size: 4em;
font-weight: 200;
padding: 1em;
text-align: center;
}
.media {
max-width: 75%;
align-self: center;
}
figcaption {
text-decoration: none;
font-weight: 200;
margin-bottom: 1em;
}
figcaption > a {
text-decoration: none;
color: #4ed34e;
}
.description-text {
font-weight: 200;
text-align: justify;
text-justify: inter-word;
padding: 1em;
font-size: 20px;
max-width: 750px;
align-self: center;
}
#form {
width: 100%;
display: flex;
flex-direction: column;
align-content: center;
}
#email {
padding: 0.75em;
margin: 1em;
align-self: center;
width: 50%
}
.btn {
font-family: 'Noto Sans JP', sans-serif;
font-size: 20px;
width: 25%;
align-self: center;
padding: 0.75em 0 0.75em 0;
margin: 1em;
background-color: #F5F5F5;
border: 1px solid;
}
.btn:hover {
background-color: #FFF;
transition: background-color 1s;
cursor: pointer;
}
/***** Tablet view *****/
@media (min-width: 768px) and (max-width: 991px) {
#header {
display: flex;
flex-flow: column wrap;
align-content: center;
}
#nav-bar {
margin: 1em;
}
}
/***** Mobile view *****/
@media (max-width: 767px) {
#header {
display: flex;
flex-flow: column wrap;
align-content: center;
}
#nav-bar {
text-align: center;
}
#links-list {
display: flex;
flex-flow: column wrap;
align-content: center;
}
.nav-item {
padding: 0.25em;
}
#email {
width: 75%;
}
.btn {
font-size: 1em;
padding: 0.5em 0.25em 0.5em 0.25em;
}
} | 0.287168 | 0.089534 |
body {
margin: 0;
padding: 0;
background: darkCyan;
/* background: url(background.jpg); */
background-size:contain;
font-family: sans-serif;
}
.logInPage{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 350px;
height: 400px;
box-sizing: border-box;
background: transparent;
box-shadow: 0 20px 100px rgba(0,0,0,0.3);
transition: 0.5s;
border-radius: 30%;
}
.login:hover {
background: rgb(0,127,139);
border-radius: 30%;
}
.login {
width: 100%;
height: 100%;
padding: 40px;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.1);
border-radius: 85px;
transition: 0.5s;
}
h6 {
margin: 0;
padding: 0 0 20px;
color: white;
text-align: center;
}
.logInPage input{
text-indent: center;
width: 90%;
margin-bottom: 35px;
}
.logInPage input[type = "email"],
.logInPage input[type = "password"] {
border: none;
text-align: center;
border-bottom: 1px solid white;
outline: none;
height: 40px;
color: black;
background: transparent;
font-size: 16px;
padding-left: 20px;
box-sizing: border-box;
}
.logInPage input[type = "submit"] {
border: none;
outline: none;
height: 40px;
font-size: 16px;
background: rgb(0,163,178);
color: #fff;
border-radius: 20px;
cursor: pointer;
}
.logInPage input[type = "submit"]:hover {
background: darkCyan;
}
/* .login a {
color: gray;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-align: center;
display: block;
} */
/* This is the signUp portion */
.SignUpPage{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 350px;
box-sizing: border-box;
background: transparent;
box-shadow: 0 20px 100px rgba(0,0,0,0.3);
transition: 0.5s;
border-radius: 30%;
}
.signUp {
width: 100%;
height: 100%;
padding: 40px;
box-sizing: border-box;
border-radius: 5px;
transition: 0.5s;
}
.signUp:hover {
background: rgb(0,127,139);
border-radius: 15%;
}
.SignUpPage input{
width: 100%;
margin-bottom: 20px;
}
.SignUpPage input[type = "email"],
.SignUpPage input[type = "password"],
.SignUpPage input[type = "number"]
{
border: none;
border-bottom: 1px solid white;
text-align: center;
outline: none;
height: 30px;
color: black;
background: transparent;
font-size: 16px;
padding-left: 20px;
/* box-sizing: border-box; */
}
.SignUpPage input[type = "submit"] {
border: none;
outline: none;
height: 40px;
font-size: 16px;
background: rgb(0,163,178);
color: #fff;
border-radius: 20px;
cursor: pointer;
}
.SignUpPage input[type = "submit"]:hover {
background: darkCyan;
}
select{
appearance:none;
-webkit-appearance: none;
-o-appearance: none;
-ms-appearance: none;
-moz-appearance: none;
margin: 1px 0;
padding: 3px 15px 3px 3px;
background: url(select.png) no-repeat 95% center;
background-color: #222;
color: #fff;
border-radius: 4px;
border: 2px solid #fff;
}
/* .inputWithIcon input[type=text]{
padding-left: 40px;
}
.inputWithIcon {
position: relative;
}
.inputWithIcon{
position: absolute;
left: 0;
top: 8px;
padding: 9px 8px;
color: #aaa;
}
.inputWithIcon input[type=text]:focus + i{
color: dodgerBlue;
} */ | main.css | body {
margin: 0;
padding: 0;
background: darkCyan;
/* background: url(background.jpg); */
background-size:contain;
font-family: sans-serif;
}
.logInPage{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 350px;
height: 400px;
box-sizing: border-box;
background: transparent;
box-shadow: 0 20px 100px rgba(0,0,0,0.3);
transition: 0.5s;
border-radius: 30%;
}
.login:hover {
background: rgb(0,127,139);
border-radius: 30%;
}
.login {
width: 100%;
height: 100%;
padding: 40px;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.1);
border-radius: 85px;
transition: 0.5s;
}
h6 {
margin: 0;
padding: 0 0 20px;
color: white;
text-align: center;
}
.logInPage input{
text-indent: center;
width: 90%;
margin-bottom: 35px;
}
.logInPage input[type = "email"],
.logInPage input[type = "password"] {
border: none;
text-align: center;
border-bottom: 1px solid white;
outline: none;
height: 40px;
color: black;
background: transparent;
font-size: 16px;
padding-left: 20px;
box-sizing: border-box;
}
.logInPage input[type = "submit"] {
border: none;
outline: none;
height: 40px;
font-size: 16px;
background: rgb(0,163,178);
color: #fff;
border-radius: 20px;
cursor: pointer;
}
.logInPage input[type = "submit"]:hover {
background: darkCyan;
}
/* .login a {
color: gray;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-align: center;
display: block;
} */
/* This is the signUp portion */
.SignUpPage{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 350px;
box-sizing: border-box;
background: transparent;
box-shadow: 0 20px 100px rgba(0,0,0,0.3);
transition: 0.5s;
border-radius: 30%;
}
.signUp {
width: 100%;
height: 100%;
padding: 40px;
box-sizing: border-box;
border-radius: 5px;
transition: 0.5s;
}
.signUp:hover {
background: rgb(0,127,139);
border-radius: 15%;
}
.SignUpPage input{
width: 100%;
margin-bottom: 20px;
}
.SignUpPage input[type = "email"],
.SignUpPage input[type = "password"],
.SignUpPage input[type = "number"]
{
border: none;
border-bottom: 1px solid white;
text-align: center;
outline: none;
height: 30px;
color: black;
background: transparent;
font-size: 16px;
padding-left: 20px;
/* box-sizing: border-box; */
}
.SignUpPage input[type = "submit"] {
border: none;
outline: none;
height: 40px;
font-size: 16px;
background: rgb(0,163,178);
color: #fff;
border-radius: 20px;
cursor: pointer;
}
.SignUpPage input[type = "submit"]:hover {
background: darkCyan;
}
select{
appearance:none;
-webkit-appearance: none;
-o-appearance: none;
-ms-appearance: none;
-moz-appearance: none;
margin: 1px 0;
padding: 3px 15px 3px 3px;
background: url(select.png) no-repeat 95% center;
background-color: #222;
color: #fff;
border-radius: 4px;
border: 2px solid #fff;
}
/* .inputWithIcon input[type=text]{
padding-left: 40px;
}
.inputWithIcon {
position: relative;
}
.inputWithIcon{
position: absolute;
left: 0;
top: 8px;
padding: 9px 8px;
color: #aaa;
}
.inputWithIcon input[type=text]:focus + i{
color: dodgerBlue;
} */ | 0.321673 | 0.056522 |
.PageGateModal {background:#FFF;border:1px solid #35afe8;padding:10px;width:470px;height:290px;}
.PageGateModalContent {padding:0px;margin:0px;}
.PageGateLegal {text-align:center;width:100%;color:#000;position:absolute;bottom:10px;left:0;}
.PageGateSubtitle {padding:0 80px 0 86px;color:#5e5e5e;margin:0;}
.PageGateButton {position:absolute;bottom:43px;left:87px;}
.PageGateModalContent2 {padding:0px;margin:0px;background:#d9e3ed url(../images/download_sl_bg_bottom.jpg) no-repeat bottom;position:relative;width:470px;height:265px;font-family:Arial, Helvetica, sans-serif;font-size:9pt;}
.PageGateModalContent2 p {line-height:140%;}
.PageGateModalContent2 img {display:block;border:none;}
/* links */
.PageGateModalContent2 a:link,
.PageGateModalContent2 a:visited {color:#006198;text-decoration:underline;}
.PageGateModalContent2 a:hover {text-decoration:none;}
.PageGateModalContent2 a:active {color:#006198;}
.PageGateModalMask
{
opacity: .6;
filter: alpha(opacity=60);
background-color: #d1d1d1;
}
.PageGateModalTitle
{
height: 25px;
background-image :url(../images/download_sl_bg_top1.png);
background-repeat: no-repeat;
/* cursor: move;*/
}
.PageGateModalClose {position:absolute;top:20px;right:20px;}
.PageGateModalClose
{
width: 15px;
height: 15px;
background-image: url(../images/download_sl_close.png);
background-repeat: no-repeat;
cursor: pointer;
}
.PageGateModalFooter, .PageGateModalResize
{
display: none;
}
div#fancy_overlay, div#fancy_wrap {
height: 100%;
}
div#fancy_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #222;
display: none;
z-index: 105;
}
* html div#fancy_overlay {
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div#fancy_wrap {
text-align: left;
}
div#fancy_loading {
position: absolute;
height: 40px;
width: 40px;
cursor: pointer;
display: none;
overflow: hidden;
background: transparent;
z-index: 106;
}
div#fancy_loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background: transparent url('/pagegate/images/modal/fancy_progress.png') no-repeat;
}
div#fancy_loading_overlay {
position: absolute;
background-color: #FFF;
z-index: 105;
}
div#fancy_loading_icon {
position: absolute;
background: url('/pagegate/images/modal/fancy_loading.gif') no-repeat;
z-index: 35;
width: 16px;
height: 16px;
}
div#fancy_outer {
position: absolute;
top: 0;
left: 0;
z-index: 106;
padding: 18px 18px 33px 18px;
margin: 0;
overflow: hidden;
background: transparent;
display: none;
}
div#fancy_inner {
position: relative;
width:585px;
height:100%;
background: #FFF;
border:1px solid #CAC9C9;
}
div#fancy_content {
margin: 0;
z-index: 100;
position: absolute;
}
div#fancy_div {
background: #000;
color: #FFF;
height: 100%;
width: 100%;
z-index: 100;
}
img#fancy_img {
position: absolute;
top: 0;
left: 0;
border:0;
padding: 0;
margin: 0;
z-index: 100;
width: 100%;
height: 100%;
}
div#fancy_close {
position: absolute;
top: -12px;
right: -15px;
height: 31px;
width: 32px;
background: url('/pagegate/images/modal/icon_modal_close.png') top left no-repeat;
cursor: pointer;
z-index: 181;
display: none;
}
#fancy_frame {
position: relative;
width: 470px;
height: 265px;
display: none;
}
#fancy_ajax {
width: 100%;
height: 100%;
overflow: auto;
}
a#fancy_left, a#fancy_right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
z-index: 111;
display: none;
background-image: url(data:image/gif;base64,AAAA);
outline: none;
}
a#fancy_left {
left: 0px;
}
a#fancy_right {
right: 0px;
}
span.fancy_ico {
position: absolute;
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
z-index: 112;
cursor: pointer;
display: block;
}
span#fancy_left_ico {
left: -9999px;
background: transparent url('/pagegate/images/modal/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
right: -9999px;
background: transparent url('/pagegate/images/modal/fancy_right.png') no-repeat;
}
a#fancy_left:hover {
visibility: visible;
}
a#fancy_right:hover {
visibility: visible;
}
a#fancy_left:hover span {
left: 20px;
}
a#fancy_right:hover span {
right: 20px;
}
.fancy_bigIframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
}
div#fancy_bg {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
z-index: 70;
background-color:#FFFFFF;
}
div.fancy_bg {
position: absolute;
display: block;
z-index: 70;
border: 0;
padding: 0;
margin: 0;
}
div.fancy_bg_n {
top: -18px;
width: 100%;
height: 18px;
background: transparent url('/pagegate/images/modal/fancy_shadow_n.png') repeat-x;
}
div.fancy_bg_ne {
top: -18px;
right: -13px;
width: 13px;
height: 18px;
background: transparent url('/pagegate/images/modal/fancy_shadow_ne.png') no-repeat;
}
div.fancy_bg_e {
right: -13px;
height: 100%;
width: 13px;
background: transparent url('/pagegate/images/modal/fancy_shadow_e.png') repeat-y;
}
div.fancy_bg_se {
bottom: -18px;
right: -13px;
width: 13px;
height: 18px;
background: transparent url('/pagegate/images/modal/fancy_shadow_se.png') no-repeat;
}
div.fancy_bg_s {
bottom: -18px;
width: 100%;
height: 18px;
background: transparent url('/pagegate/images/modal/fancy_shadow_s.png') repeat-x;
}
div.fancy_bg_sw {
bottom: -18px;
left: -13px;
width: 13px;
height: 18px;
background: transparent url('/pagegate/images/modal/fancy_shadow_sw.png') no-repeat;
}
div.fancy_bg_w {
left: -13px;
height: 100%;
width: 13px;
background: transparent url('/pagegate/images/modal/fancy_shadow_w.png') repeat-y;
}
div.fancy_bg_nw {
top: -18px;
left: -13px;
width: 13px;
height: 18px;
background: transparent url('/pagegate/images/modal/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
position: absolute;
bottom: -33px;
left: 0;
width: 100%;
z-index: 100;
display: none;
}
div#fancy_title div {
color: #FFF;
font: bold 12px Arial;
padding-bottom: 3px;
}
div#fancy_title table {
margin: 0 auto;
}
div#fancy_title table td {
padding: 0;
vertical-align: middle;
}
td#fancy_title_left {
height: 32px;
width: 15px;
background: transparent url(/pagegate/images/modal/fancy_title_left.png) repeat-x;
}
td#fancy_title_main {
height: 32px;
background: transparent url(/pagegate/images/modal/fancy_title_main.png) repeat-x;
}
td#fancy_title_right {
height: 32px;
width: 15px;
background: transparent url(/pagegate/images/modal/fancy_title_right.png) repeat-x;
} | test/Microsoft.Css.Parser.Test/Files/090/90.css |
.PageGateModal {background:#FFF;border:1px solid #35afe8;padding:10px;width:470px;height:290px;}
.PageGateModalContent {padding:0px;margin:0px;}
.PageGateLegal {text-align:center;width:100%;color:#000;position:absolute;bottom:10px;left:0;}
.PageGateSubtitle {padding:0 80px 0 86px;color:#5e5e5e;margin:0;}
.PageGateButton {position:absolute;bottom:43px;left:87px;}
.PageGateModalContent2 {padding:0px;margin:0px;background:#d9e3ed url(../images/download_sl_bg_bottom.jpg) no-repeat bottom;position:relative;width:470px;height:265px;font-family:Arial, Helvetica, sans-serif;font-size:9pt;}
.PageGateModalContent2 p {line-height:140%;}
.PageGateModalContent2 img {display:block;border:none;}
/* links */
.PageGateModalContent2 a:link,
.PageGateModalContent2 a:visited {color:#006198;text-decoration:underline;}
.PageGateModalContent2 a:hover {text-decoration:none;}
.PageGateModalContent2 a:active {color:#006198;}
.PageGateModalMask
{
opacity: .6;
filter: alpha(opacity=60);
background-color: #d1d1d1;
}
.PageGateModalTitle
{
height: 25px;
background-image :url(../images/download_sl_bg_top1.png);
background-repeat: no-repeat;
/* cursor: move;*/
}
.PageGateModalClose {position:absolute;top:20px;right:20px;}
.PageGateModalClose
{
width: 15px;
height: 15px;
background-image: url(../images/download_sl_close.png);
background-repeat: no-repeat;
cursor: pointer;
}
.PageGateModalFooter, .PageGateModalResize
{
display: none;
}
div#fancy_overlay, div#fancy_wrap {
height: 100%;
}
div#fancy_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #222;
display: none;
z-index: 105;
}
* html div#fancy_overlay {
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div#fancy_wrap {
text-align: left;
}
div#fancy_loading {
position: absolute;
height: 40px;
width: 40px;
cursor: pointer;
display: none;
overflow: hidden;
background: transparent;
z-index: 106;
}
div#fancy_loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background: transparent url('/pagegate/images/modal/fancy_progress.png') no-repeat;
}
div#fancy_loading_overlay {
position: absolute;
background-color: #FFF;
z-index: 105;
}
div#fancy_loading_icon {
position: absolute;
background: url('/pagegate/images/modal/fancy_loading.gif') no-repeat;
z-index: 35;
width: 16px;
height: 16px;
}
div#fancy_outer {
position: absolute;
top: 0;
left: 0;
z-index: 106;
padding: 18px 18px 33px 18px;
margin: 0;
overflow: hidden;
background: transparent;
display: none;
}
div#fancy_inner {
position: relative;
width:585px;
height:100%;
background: #FFF;
border:1px solid #CAC9C9;
}
div#fancy_content {
margin: 0;
z-index: 100;
position: absolute;
}
div#fancy_div {
background: #000;
color: #FFF;
height: 100%;
width: 100%;
z-index: 100;
}
img#fancy_img {
position: absolute;
top: 0;
left: 0;
border:0;
padding: 0;
margin: 0;
z-index: 100;
width: 100%;
height: 100%;
}
div#fancy_close {
position: absolute;
top: -12px;
right: -15px;
height: 31px;
width: 32px;
background: url('/pagegate/images/modal/icon_modal_close.png') top left no-repeat;
cursor: pointer;
z-index: 181;
display: none;
}
#fancy_frame {
position: relative;
width: 470px;
height: 265px;
display: none;
}
#fancy_ajax {
width: 100%;
height: 100%;
overflow: auto;
}
a#fancy_left, a#fancy_right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
z-index: 111;
display: none;
background-image: url(data:image/gif;base64,AAAA);
outline: none;
}
a#fancy_left {
left: 0px;
}
a#fancy_right {
right: 0px;
}
span.fancy_ico {
position: absolute;
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
z-index: 112;
cursor: pointer;
display: block;
}
span#fancy_left_ico {
left: -9999px;
background: transparent url('/pagegate/images/modal/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
right: -9999px;
background: transparent url('/pagegate/images/modal/fancy_right.png') no-repeat;
}
a#fancy_left:hover {
visibility: visible;
}
a#fancy_right:hover {
visibility: visible;
}
a#fancy_left:hover span {
left: 20px;
}
a#fancy_right:hover span {
right: 20px;
}
.fancy_bigIframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
}
div#fancy_bg {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
z-index: 70;
background-color:#FFFFFF;
}
div.fancy_bg {
position: absolute;
display: block;
z-index: 70;
border: 0;
padding: 0;
margin: 0;
}
div.fancy_bg_n {
top: -18px;
width: 100%;
height: 18px;
background: transparent url('/pagegate/images/modal/fancy_shadow_n.png') repeat-x;
}
div.fancy_bg_ne {
top: -18px;
right: -13px;
width: 13px;
height: 18px;
background: transparent url('/pagegate/images/modal/fancy_shadow_ne.png') no-repeat;
}
div.fancy_bg_e {
right: -13px;
height: 100%;
width: 13px;
background: transparent url('/pagegate/images/modal/fancy_shadow_e.png') repeat-y;
}
div.fancy_bg_se {
bottom: -18px;
right: -13px;
width: 13px;
height: 18px;
background: transparent url('/pagegate/images/modal/fancy_shadow_se.png') no-repeat;
}
div.fancy_bg_s {
bottom: -18px;
width: 100%;
height: 18px;
background: transparent url('/pagegate/images/modal/fancy_shadow_s.png') repeat-x;
}
div.fancy_bg_sw {
bottom: -18px;
left: -13px;
width: 13px;
height: 18px;
background: transparent url('/pagegate/images/modal/fancy_shadow_sw.png') no-repeat;
}
div.fancy_bg_w {
left: -13px;
height: 100%;
width: 13px;
background: transparent url('/pagegate/images/modal/fancy_shadow_w.png') repeat-y;
}
div.fancy_bg_nw {
top: -18px;
left: -13px;
width: 13px;
height: 18px;
background: transparent url('/pagegate/images/modal/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
position: absolute;
bottom: -33px;
left: 0;
width: 100%;
z-index: 100;
display: none;
}
div#fancy_title div {
color: #FFF;
font: bold 12px Arial;
padding-bottom: 3px;
}
div#fancy_title table {
margin: 0 auto;
}
div#fancy_title table td {
padding: 0;
vertical-align: middle;
}
td#fancy_title_left {
height: 32px;
width: 15px;
background: transparent url(/pagegate/images/modal/fancy_title_left.png) repeat-x;
}
td#fancy_title_main {
height: 32px;
background: transparent url(/pagegate/images/modal/fancy_title_main.png) repeat-x;
}
td#fancy_title_right {
height: 32px;
width: 15px;
background: transparent url(/pagegate/images/modal/fancy_title_right.png) repeat-x;
} | 0.315209 | 0.052595 |
.wpo-blog-area,
.wpo-blog-style-2 {
background: #f1f1f1;
padding: 100px 0 70px;
position: relative;
}
.wpo-blog-area:before,
.wpo-blog-style-2:before {
content: "";
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.wpo-section-title.wpo-section-title-3 h2 {
color: #333;
}
.wpo-section-title.wpo-section-title-3 span {
position: relative;
}
.blog-p {
padding: 0;
}
.wpo-blog-content,
.wpo-blog-content2 {
text-align: center;
background: #fff;
padding: 25px 45px 10px;
}
.wpo-blog-content p,
.wpo-blog-content2 p {
line-height: 30px;
}
.wpo-blog-content h3,
.wpo-blog-content2 h3 {
font-size: 24px;
font-weight: 500;
margin-bottom: 30px;
}
.wpo-blog-content h3 a,
.wpo-blog-content2 h3 a {
color: #333;
transition: all 0.3s;
}
.wpo-blog-content h3 a:hover,
.wpo-blog-content2 h3 a:hover {
color: #e53935;
}
.wpo-blog-content-sub,
.wpo-blog-content-sub-2 {
background: #fff;
text-align: center;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
.wpo-blog-content-sub ul li,
.wpo-blog-content-sub-2 ul li {
display: inline-block;
position: relative;
padding: 10px;
}
.wpo-blog-content-sub ul li a,
.wpo-blog-content-sub-2 ul li a {
color: #e53935;
}
.wpo-blog-content-sub ul li:before,
.wpo-blog-content-sub-2 ul li:before {
position: absolute;
content: "";
left: 0;
top: 17px;
z-index: 1;
width: 1px;
height: 13px;
background: #cbbfbf;
}
.wpo-blog-content-sub ul li:first-child:before,
.wpo-blog-content-sub-2 ul li:first-child:before {
display: none;
}
.wpo-blog-content-2.wpo-blog-content-sub {
border-bottom: none;
border-top: 1px solid #eee;
}
.wpo-blog-content-sub-2 {
border-top: 1px solid #eee;
}
.wpo-blog-item {
margin-bottom: 30px;
}
.wpo-blog-img img {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
-ms-filter: grayscale(0);
filter: grayscale(0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
width: 100%;
}
.wpo-blog-item:hover .wpo-blog-img img {
-webkit-filter: grayscale(50%);
-moz-filter: grayscale(50%);
-o-filter: grayscale(50%);
-ms-filter: grayscale(50%);
filter: grayscale(50%);
}
.wpo-blog-style-2 {
background: #fff;
}
.wpo-blog-style-2 .wpo-blog-img {
position: relative;
}
.wpo-blog-style-2 .wpo-blog-img:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
content: "";
z-index: 9;
}
.blog-s-text {
position: absolute;
left: 0;
top: 56%;
width: 100%;
height: 50%;
background: none;
z-index: 99;
}
.blog-s-text .wpo-blog-content {
background: none;
}
.blog-s-text .wpo-blog-content h3 {
color: #fff;
font-size: 20px;
margin-bottom: 15px;
}
.blog-s-text .wpo-blog-content-sub ul li a,
.blog-s-text .wpo-blog-content-sub-2 ul li a {
color: #fff;
}
.blog-s-text .wpo-blog-content-sub ul li,
.blog-s-text .wpo-blog-content-sub-2 ul li {
color: #fff;
}
.blog-s-text .wpo-blog-content-sub,
.blog-s-text .wpo-blog-content-sub-2 {
background: none;
border-bottom: none;
border-top: none;
border-top: 1px solid rgba(255, 255, 255, 0.3);
padding-top: 17px;
}
.wpo-blog-item {
position: relative;
overflow: hidden;
}
.wpo-blog-text {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 99;
background: rgba(255, 255, 255, 0.9);
transform: translateY(200px);
transition: all 0.3s;
opacity: 0;
}
.wpo-blog-content2 {
background: none;
}
.wpo-blog-item:hover .wpo-blog-text {
transform: translateY(0px);
opacity: 1;
display: flex;
justify-content: center;
flex-direction: column;
}
.wpo-blog-style-2 .wpo-blog-content {
background: none;
}
.wpo-blog-item:hover .blog-s-text .wpo-blog-content {
opacity: 0;
}
.wpo-blog-text .wpo-blog-content h3 a {
color: #333;
}
.wpo-blog-text .wpo-blog-content h3 a:hover {
color: #e53935;
}
.wpo-blog-text .wpo-blog-content a {
color: #e53935;
}
.wpo-blog-text .wpo-blog-content-sub ul li a {
color: #e53935;
}
.wpo-blog-text .wpo-blog-content-sub,
.wpo-blog-text .wpo-blog-content-sub-2 {
background: none;
border-bottom: none;
padding-top: 16px;
border-top: 1px solid #ddd;
margin-top: 5px;
}
.wpo-blog-text .wpo-blog-content {
padding: 40px 45px 10px;
}
.wpo-blog-item:hover .blog-s-text .wpo-blog-content-sub {
opacity: 0;
}
.wpo-newsletter-section-2 {
background: #f5f5f5;
}
.blog-right-bar-2 {
padding-left: 0;
padding-right: 30px;
}
.blog-right-bar .img-holder {
float: left;
padding-right: 14px;
}
.wpo-blog-item:hover .blog-s-text {
display: none;
}
.blog-p {
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (max-width: 991px) {
.blog-p {
padding-left: 15px !important;
padding-right: 15px !important;
}
} | src/components/BlogSection/style.css | .wpo-blog-area,
.wpo-blog-style-2 {
background: #f1f1f1;
padding: 100px 0 70px;
position: relative;
}
.wpo-blog-area:before,
.wpo-blog-style-2:before {
content: "";
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.wpo-section-title.wpo-section-title-3 h2 {
color: #333;
}
.wpo-section-title.wpo-section-title-3 span {
position: relative;
}
.blog-p {
padding: 0;
}
.wpo-blog-content,
.wpo-blog-content2 {
text-align: center;
background: #fff;
padding: 25px 45px 10px;
}
.wpo-blog-content p,
.wpo-blog-content2 p {
line-height: 30px;
}
.wpo-blog-content h3,
.wpo-blog-content2 h3 {
font-size: 24px;
font-weight: 500;
margin-bottom: 30px;
}
.wpo-blog-content h3 a,
.wpo-blog-content2 h3 a {
color: #333;
transition: all 0.3s;
}
.wpo-blog-content h3 a:hover,
.wpo-blog-content2 h3 a:hover {
color: #e53935;
}
.wpo-blog-content-sub,
.wpo-blog-content-sub-2 {
background: #fff;
text-align: center;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
.wpo-blog-content-sub ul li,
.wpo-blog-content-sub-2 ul li {
display: inline-block;
position: relative;
padding: 10px;
}
.wpo-blog-content-sub ul li a,
.wpo-blog-content-sub-2 ul li a {
color: #e53935;
}
.wpo-blog-content-sub ul li:before,
.wpo-blog-content-sub-2 ul li:before {
position: absolute;
content: "";
left: 0;
top: 17px;
z-index: 1;
width: 1px;
height: 13px;
background: #cbbfbf;
}
.wpo-blog-content-sub ul li:first-child:before,
.wpo-blog-content-sub-2 ul li:first-child:before {
display: none;
}
.wpo-blog-content-2.wpo-blog-content-sub {
border-bottom: none;
border-top: 1px solid #eee;
}
.wpo-blog-content-sub-2 {
border-top: 1px solid #eee;
}
.wpo-blog-item {
margin-bottom: 30px;
}
.wpo-blog-img img {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
-ms-filter: grayscale(0);
filter: grayscale(0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
width: 100%;
}
.wpo-blog-item:hover .wpo-blog-img img {
-webkit-filter: grayscale(50%);
-moz-filter: grayscale(50%);
-o-filter: grayscale(50%);
-ms-filter: grayscale(50%);
filter: grayscale(50%);
}
.wpo-blog-style-2 {
background: #fff;
}
.wpo-blog-style-2 .wpo-blog-img {
position: relative;
}
.wpo-blog-style-2 .wpo-blog-img:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
content: "";
z-index: 9;
}
.blog-s-text {
position: absolute;
left: 0;
top: 56%;
width: 100%;
height: 50%;
background: none;
z-index: 99;
}
.blog-s-text .wpo-blog-content {
background: none;
}
.blog-s-text .wpo-blog-content h3 {
color: #fff;
font-size: 20px;
margin-bottom: 15px;
}
.blog-s-text .wpo-blog-content-sub ul li a,
.blog-s-text .wpo-blog-content-sub-2 ul li a {
color: #fff;
}
.blog-s-text .wpo-blog-content-sub ul li,
.blog-s-text .wpo-blog-content-sub-2 ul li {
color: #fff;
}
.blog-s-text .wpo-blog-content-sub,
.blog-s-text .wpo-blog-content-sub-2 {
background: none;
border-bottom: none;
border-top: none;
border-top: 1px solid rgba(255, 255, 255, 0.3);
padding-top: 17px;
}
.wpo-blog-item {
position: relative;
overflow: hidden;
}
.wpo-blog-text {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 99;
background: rgba(255, 255, 255, 0.9);
transform: translateY(200px);
transition: all 0.3s;
opacity: 0;
}
.wpo-blog-content2 {
background: none;
}
.wpo-blog-item:hover .wpo-blog-text {
transform: translateY(0px);
opacity: 1;
display: flex;
justify-content: center;
flex-direction: column;
}
.wpo-blog-style-2 .wpo-blog-content {
background: none;
}
.wpo-blog-item:hover .blog-s-text .wpo-blog-content {
opacity: 0;
}
.wpo-blog-text .wpo-blog-content h3 a {
color: #333;
}
.wpo-blog-text .wpo-blog-content h3 a:hover {
color: #e53935;
}
.wpo-blog-text .wpo-blog-content a {
color: #e53935;
}
.wpo-blog-text .wpo-blog-content-sub ul li a {
color: #e53935;
}
.wpo-blog-text .wpo-blog-content-sub,
.wpo-blog-text .wpo-blog-content-sub-2 {
background: none;
border-bottom: none;
padding-top: 16px;
border-top: 1px solid #ddd;
margin-top: 5px;
}
.wpo-blog-text .wpo-blog-content {
padding: 40px 45px 10px;
}
.wpo-blog-item:hover .blog-s-text .wpo-blog-content-sub {
opacity: 0;
}
.wpo-newsletter-section-2 {
background: #f5f5f5;
}
.blog-right-bar-2 {
padding-left: 0;
padding-right: 30px;
}
.blog-right-bar .img-holder {
float: left;
padding-right: 14px;
}
.wpo-blog-item:hover .blog-s-text {
display: none;
}
.blog-p {
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (max-width: 991px) {
.blog-p {
padding-left: 15px !important;
padding-right: 15px !important;
}
} | 0.347648 | 0.172694 |
@import "../../../node_modules/vue-multiselect/dist/vue-multiselect.min.css";
@import "layer.css";
html, body, a, span, div, p, input, button, ul, li, img, em, h1, h2, h3, h4, label ,dl ,dt,dd{
padding: 0;
margin: 0;
font-style: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,body {
width:100%;
height:100%;
color: #333;
font-family: "Microsoft YaHei";
background: #F1F2F1;
-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4{
font-weight:normal;
}
li {
list-style: none;
}
form{
width:100%;
}
img{
width:100%;
}
a, input, button {
outline: none;
text-decoration: none;
border: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
cursor: pointer;
}
#app{
width:100%;
height:100%;
position: relative;
}
.clearfix:after {
content: "";
height: 0;
line-height: 0;
display: block;
visibility: hidden;
clear: both;
}
.clearfix {
zoom: 1;
}
.fl-left {
float: left;
}
.fl-right {
float: right;
}
.content{
width: 1000px;
margin: 30px auto 0;
background: #fff;
}
.content-title{
width: 100%;
height: 240px;
background: #00B489;
color: #fff;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.content-text{
width: 100%;
height: 460px;
background: #fff;
overflow: hidden;
text-align: center;
}
.btn-default {
width: 400px;
display: block;
height: 44px;
line-height: 44px;
color: #fff;
text-align: center;
background: #00B489;
margin: 0 auto;
font-size: 18px;
}
/*测试题头部样式*/
.header-container{
height: 100px;
}
.testing-header-fixed{
position: fixed;
background: #fff;
top: 0;
width: 1440px;
height: 100px;
display: flex;
align-items: center;
z-index: 999;
}
.testing-header-fixed .logo{
width: 220px;
height: 100px;
}
.progress-box{
flex: 2;
height: 100px;
}
.residue-number{
width: 200px;
font-size: 28px;
text-align: center;
}
.topic-box{
width: 100%;
background: #fff;
padding: 40px 60px;
}
.topic-title{
font-size: 24px;
margin-bottom: 31px;
}
.topic-select-box{
display: flex;
justify-content: space-between;
align-items: center;
color: #4d4d4d;
font-size: 20px;
margin-bottom: 40px;
}
.topic-select-box label{
display: flex;
align-items: center;
}
.topic-option{
margin-right: 12px;
position: relative;
}
.topic-option:before{
content: '';
display: inline-block;
width: 20px;
height: 20px;
background: url('/static/img/uncheck.png') no-repeat;
background-size: contain;
margin: -3px 0 0 -3px;
}
.topic-option:checked:before{
background: url('/static/img/checked.png') no-repeat;
background-size: contain;
}
.sale-title{
width: 100%;
height: 320px;
background: #00B489;
padding: 40px 80px 0;
color: #fff;
font-size: 18px;
}
.sale-text{
width: 100%;
background: #fff;
padding: 50px 70px 40px;
}
.vdp-datepicker input{
width: 398px!important;
height: 42px!important;
padding-left: 10px;
font-size: 16px;
}
.vdp-datepicker__calendar{
top: 44px;
} | src/assets/css/common.css | @import "../../../node_modules/vue-multiselect/dist/vue-multiselect.min.css";
@import "layer.css";
html, body, a, span, div, p, input, button, ul, li, img, em, h1, h2, h3, h4, label ,dl ,dt,dd{
padding: 0;
margin: 0;
font-style: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,body {
width:100%;
height:100%;
color: #333;
font-family: "Microsoft YaHei";
background: #F1F2F1;
-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4{
font-weight:normal;
}
li {
list-style: none;
}
form{
width:100%;
}
img{
width:100%;
}
a, input, button {
outline: none;
text-decoration: none;
border: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
cursor: pointer;
}
#app{
width:100%;
height:100%;
position: relative;
}
.clearfix:after {
content: "";
height: 0;
line-height: 0;
display: block;
visibility: hidden;
clear: both;
}
.clearfix {
zoom: 1;
}
.fl-left {
float: left;
}
.fl-right {
float: right;
}
.content{
width: 1000px;
margin: 30px auto 0;
background: #fff;
}
.content-title{
width: 100%;
height: 240px;
background: #00B489;
color: #fff;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.content-text{
width: 100%;
height: 460px;
background: #fff;
overflow: hidden;
text-align: center;
}
.btn-default {
width: 400px;
display: block;
height: 44px;
line-height: 44px;
color: #fff;
text-align: center;
background: #00B489;
margin: 0 auto;
font-size: 18px;
}
/*测试题头部样式*/
.header-container{
height: 100px;
}
.testing-header-fixed{
position: fixed;
background: #fff;
top: 0;
width: 1440px;
height: 100px;
display: flex;
align-items: center;
z-index: 999;
}
.testing-header-fixed .logo{
width: 220px;
height: 100px;
}
.progress-box{
flex: 2;
height: 100px;
}
.residue-number{
width: 200px;
font-size: 28px;
text-align: center;
}
.topic-box{
width: 100%;
background: #fff;
padding: 40px 60px;
}
.topic-title{
font-size: 24px;
margin-bottom: 31px;
}
.topic-select-box{
display: flex;
justify-content: space-between;
align-items: center;
color: #4d4d4d;
font-size: 20px;
margin-bottom: 40px;
}
.topic-select-box label{
display: flex;
align-items: center;
}
.topic-option{
margin-right: 12px;
position: relative;
}
.topic-option:before{
content: '';
display: inline-block;
width: 20px;
height: 20px;
background: url('/static/img/uncheck.png') no-repeat;
background-size: contain;
margin: -3px 0 0 -3px;
}
.topic-option:checked:before{
background: url('/static/img/checked.png') no-repeat;
background-size: contain;
}
.sale-title{
width: 100%;
height: 320px;
background: #00B489;
padding: 40px 80px 0;
color: #fff;
font-size: 18px;
}
.sale-text{
width: 100%;
background: #fff;
padding: 50px 70px 40px;
}
.vdp-datepicker input{
width: 398px!important;
height: 42px!important;
padding-left: 10px;
font-size: 16px;
}
.vdp-datepicker__calendar{
top: 44px;
} | 0.179243 | 0.055158 |
html,
body,
div,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
button,
input,
select table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
ul,
li {
list-style: none;
}
i {
font-style: normal;
}
a,
a:hover {
color: inherit;
text-decoration: none;
}
html,
body {
width: 100%;
height: 100%;
font-size: 12px;
color: rgba(255, 255, 255, 0.8);
background: #1e213b;
font-family: "microsoft yahei";
}
.fl {
float: left;
}
.fr {
float: right;
}
.clearfix:after {
content: " ";
display: block;
clear: both;
height: 0;
}
.clearfix {
zoom: 1;
}
.mr {
margin-right: 10px;
}
.vtop {
vertical-align: top;
}
.default-div {
background: #21294c;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.hide {
display: none;
}
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
}
::-moz-placeholder {
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
img {
display: block;
width: 100%;
}
/*颜色*/
.color-default {
color: #00a2ff;
}
.color-primary {
color: #ffae00;
}
/*下拉框*/
select.form-control {
background: none;
border: none;
color: #fff;
}
option {
background: #21294c;
}
.mask {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.mask-bg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000;
filter: alpha(opacity=50);
background: rgba(0, 0, 0, 0.5);
z-index: 999;
}
.mask-container {
min-width: 300px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 20px 50px;
text-align: center;
background: #fff;
z-index: 1000;
border-radius: 5px;
}
/*header*/
.header {
position: relative;
z-index: 10;
width: 100%;
height: 60px;
color: #fff;
background: #21294c;
overflow: hidden;
}
.header .logo-wrapper {
float: left;
width: 160px;
height: 60px;
background: #00a2ff;
}
.header .logo-wrapper img {
margin: 16px auto;
width: 54px;
height: 25px;
}
.header .nav-top-wrapper {
float: left;
overflow: hidden;
padding: 10px 0;
}
.header .nav-top-wrapper li {
float: left;
margin: 0 40px;
line-height: 40px;
}
.header .nav-top-wrapper li.active {
border-bottom: 2px solid #ffae00;
}
.header .nav-top-wrapper li.active a {
color: #00a2ff;
}
.header .user-wrapper {
float: right;
height: 60px;
line-height: 60px;
}
.header .user-wrapper .btn-default {
margin-top: -4px;
margin-right: 10px;
}
.header-right {
float: right;
width: 560px;
overflow: hidden;
}
.menu-wrapper {
position: relative;
top: -60px;
z-index: 9;
width: 160px;
height: 100%;
padding-top: 60px;
color: #fff;
background: #21294c;
}
.menu-wrapper li {
line-height: 60px;
text-align: center;
}
.menu-wrapper li a {
display: block;
padding-left: 20px;
}
.menu-wrapper li.active a {
color: #00a2ff;
background: #1e213b;
}
.menu-wrapper li .iconfont {
position: absolute;
left: 46px;
}
.icon-sousuo {
color: #fff;
}
.icon-weixuan,
.icon-xuanze {
color: #00a2ff;
}
.main-wrapper {
position: absolute;
top: 0;
left: 0;
padding: 80px 20px 0 180px;
width: 100%;
height: 100%;
}
.radius {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
/*按钮*/
.btn,
.btn:hover {
color: #232a4f;
}
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:visited {
color: #00a2ff;
background: none;
border: none;
}
.btn-primary {
background: #00a2ff;
border: none;
}
.btn-warning {
background: #ffae00;
border: none;
}
.btn-info {
background: #ee1b59;
border: none;
}
.btn-info:hover,
.btn-info:active,
.btn-info:visited,
.btn-info:focus {
background: #ee1b59;
border: none;
}
.pagination > li.active span {
color: #fff;
background: #00a2ff !important;
}
.pagination a,
.pagination span {
margin: 0 10px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
color: rgba(255, 255, 255, 0.8) !important;
background: #21294c !important;
border: none!important;
cursor: pointer;
}
.row,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
padding-left: 5px;
padding-right: 5px;
}
input[type=file] {
display: none;
}
textarea {
width: 100%;
height: 120px;
color: #fff;
background: #4b5384;
resize: none;
border: none;
}
.section {
overflow: hidden;
}
.section .section-item {
display: block;
padding: 12px;
margin-bottom: 10px;
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
background: #21294c;
cursor: pointer;
text-align: center;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.section .section-item.active {
background: #414b81;
}
.section .section-item .title {
font-size: 14px;
}
.section .section-item .num {
font-size: 28px;
color: #ffae00;
}
.textarea-wrapper {
margin-top: 10px;
}
.textarea-wrapper .textarea-content {
position: relative;
}
.textarea-wrapper .textarea-content .tips {
position: absolute;
right: 10px;
bottom: 10px;
}
.textarea-wrapper .btn-primary {
width: 80px;
}
/*两列列表*/
.list-item {
margin-bottom: 10px;
padding: 20px;
background: #21294c;
color: rgba(255, 255, 255, 0.8);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
overflow: hidden;
}
.list-item .list-item-1 .name {
font-size: 16px;
color: #00a2ff;
font-weight: bold;
}
.list-item .list-item-1 .name .iconfont {
margin-left: 6px;
color: #ffae00;
}
.list-item .list-item-2 {
margin-top: 10px;
}
.list-item .list-item-3 {
float: right;
margin-top: 10px;
}
/*表格*/
.ui-table-header {
margin-bottom: 10px;
padding: 0 10px;
line-height: 40px;
color: rgba(255, 255, 255, 0.8);
overflow: hidden;
}
.ui-table-header {
color: rgba(255, 255, 255, 0.3);
}
.ui-table-header select.form-control {
padding: 0;
width: 90px;
}
.ui-table-header select {
margin-top: 2px;
margin-left: -6px;
}
.ui-table-header .col-one {
text-align: right;
padding-right: 60px;
}
.ui-table-header .col-two {
text-align: right;
padding-right: 74px;
}
.ui-table-header,
.ui-table-tr,
.ui-record-tr {
background: #21294c;
}
.ui-table-tr {
padding: 10px;
margin-bottom: 10px;
overflow: hidden;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.ui-table-tr .btn {
width: 80px;
}
.table-multi-line .ui-table-tr {
line-height: 18px;
}
.table-multi-line .ui-table-tr > div {
margin-top: 18px;
}
/*记录列表*/
.ui-record {
padding: 10px;
margin-bottom: 10px;
background: #21294c;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.ui-record .ui-record-tr {
line-height: 28px;
overflow: hidden;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.record-list {
padding: 20px;
line-height: 23px;
}
.record-list span {
display: inline-block;
margin: 0 20%;
}
/*模态框*/
.modal-content {
overflow: hidden;
}
.modal-body {
color: #333;
}
.modal-header {
color: #fff;
background: #00a2ff;
text-align: center;
border-bottom: none;
}
.modal-header .iconfont {
font-size: 20px;
}
.modal-header button {
position: absolute;
right: 28px;
font-size: 20px;
top: 12px;
right: 14px;
}
.modal-header.notitle {
background: none;
}
.modal-header.notitle button {
top: 4px;
color: #00a2ff;
}
.modal-dialog {
margin: 0;
width: 300px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-moz-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
-o-transform: translate(-50%, -50%) !important;
}
.modal-footer {
border: none;
text-align: center;
}
.modal-footer .btn-primary {
width: 86%;
}
.modal-body .form-control {
color: #333;
}
.modal-body option,
.modal-body textarea {
background: none;
}
.modal-body textarea {
color: #333;
border: 1px solid #ddd;
}
/*路径导航*/
.breadcrumb {
margin: 0;
color: #00a2ff;
background: #1e213b;
}
.breadcrumb .active {
color: #00a2ff;
}
.breadcrumb > li + li:before {
content: '';
padding: 0;
}
/*图表*/
.chart-wrapper,
.info-wrapper {
height: 290px;
padding: 10px;
background: #21294c;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
margin-bottom: 10px;
}
.chart-wrapper select,
.info-wrapper select {
width: 96px;
}
.chart-header {
height: 40px;
line-height: 40px;
}
.chart-title {
font-size: 14px;
color: #fff;
}
.btn-select {
display: inline-block;
padding: 0 14px;
height: 20px;
line-height: 20px;
text-align: center;
color: rgba(255, 255, 255, 0.8);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
cursor: pointer;
}
.btn-select.active {
background: #00a2ff;
}
.search-wrapper {
position: relative;
height: 30px;
margin: 16px 0 12px 0;
border: 1px solid #374068;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.search-wrapper:before {
content: '';
position: absolute;
top: 6px;
left: 84px;
width: 0;
height: 16px;
border-right: 1px solid #374068;
}
.search-wrapper .form-control {
display: inline-block;
padding: 0;
padding-left: 4px;
width: 80px;
height: 28px;
color: rgba(255, 255, 255, 0.5);
outline: none;
}
.search-wrapper input {
width: 210px;
padding: 0 4px;
}
.search-wrapper .btn {
width: 50px;
height: 30px;
border-radius: 0 4px 4px 0;
margin-top: -3px;
margin-right: -1px;
}
/*弹出提示框*/
.mask {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1000;
}
.mask-bg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000;
filter: alpha(opacity=40);
background: rgba(0, 0, 0, 0.4);
z-index: 999;
}
.mask-container {
min-width: 400px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
padding: 20px 50px;
color: #333;
font-size: 14px;
text-align: center;
background: #fff;
z-index: 1000;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
/*提示框*/
.modal-tip {
text-align: center;
}
.modal-tip .modal-header {
background: #ee1b59;
}
.modal-tip li {
line-height: 22px;
}
/*区域滚动*/
.zUIpanelScrollBox,
.zUIpanelScrollBar {
width: 10px;
top: 4px;
right: 2px;
border-radius: 5px;
}
.zUIpanelScrollBox {
background: #ddd;
}
.zUIpanelScrollBar {
background: #999;
}
.info-operation {
margin-top: 24px;
text-align: right;
}
.info-img {
margin-right: 26px;
width: 70px;
height: 70px;
}
.info-name {
margin-bottom: 10px;
font-size: 16px;
}
.info-name .color-primary {
font-size: 12px;
}
.info-name .iconfont {
font-size: 20px;
}
.info-wrapper {
color: rgba(255, 255, 255, 0.8);
padding: 20px 10px 40px 20px;
}
.info-wrapper .name {
display: inline-block;
text-align-last: justify;
}
.info-wrapper i {
margin: 0 4px;
}
.info-wrapper p {
line-height: 20px;
}
.info-wrapper .info-datails {
color: rgba(255, 255, 255, 0.8);
}
.select-wrapper .select-item {
display: inline-block;
margin-right: 60px;
}
.select-wrapper .select-item select.form-control {
margin-right: 0;
font-size: 12px;
}
.select-wrapper .btn-default {
margin-top: 10px;
}
.select-wrapper .form-inline {
padding: 10px 14px;
margin-bottom: 10px;
background: #21294c;
}
.select-wrapper .form-inline label {
color: #00a2ff;
vertical-align: sub;
}
.select-wrapper select.form-control {
margin-right: 30px;
}
.policy-wrapper {
padding: 40px 30px;
height: 640px;
line-height: 20px;
background: #21294c;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
text-align: center;
color: rgba(255, 255, 255, 0.8);
}
.policy-wrapper .policy-info {
margin-bottom: 40px;
color: rgba(255, 255, 255, 0.5);
}
.policy-wrapper .title {
margin-bottom: 20px;
font-size: 18px;
color: #00a2ff;
font-weight: bold;
}
.policy-wrapper .policy-list {
display: inline-block;
text-align: left;
}
.policy-wrapper .name {
display: inline-block;
width: 66px;
color: rgba(255, 255, 255, 0.5);
text-align-last: justify;
}
.policy-wrapper i {
display: inline-block;
margin-right: 60px;
color: rgba(255, 255, 255, 0.5);
}
.policy-wrapper .duty-list {
display: inline-block;
width: 260px;
}
.policy-wrapper .duty-name {
display: inline-block;
width: 100px;
}
.policy-wrapper a {
color: #00a2ff;
text-decoration: underline;
}
.modal-alert {
text-align: center;
}
.modal-alert .icon-warning {
font-size: 42px;
color: #ffae00;
}
.modal-alert .icon-duihao {
font-size: 42px;
color: #00a2ff;
}
.modal-alert p {
color: #616161;
}
.modal-footer .btn {
width: 80px;
}
.modal-footer .btn + .btn {
margin-left: 20px;
}
.modal-footer .color-default {
margin-left: 40px;
}
.modal-footer .color-primary:hover {
color: #00a2ff;
}
.modal-footer .color-default:hover {
color: #00a2ff;
}
/*标签*/
.tag {
padding: 2px 10px;
margin-right: 10px;
background: #e4ebee;
color: #000;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.datetimepicker {
color: #333;
}
/*选择日期*/
.form_date {
width: 86px;
}
.form_date .form-control {
padding: 0;
font-size: 12px;
text-align: center;
}
.form_date .form-control,
.form_date .input-group-addon {
background: none;
border: none;
color: #fff;
}
.form_date .input-group-addon {
padding: 0;
}
.form_date .glyphicon-calendar {
color: #ffae00;
}
#addTask .modal-dialog {
width: 400px;
}
#addTask .modal-body {
padding: 20px 56px 40px;
}
#addTask .modal-body li {
margin-bottom: 10px;
}
#addTask .modal-body input {
width: 108px;
padding: 6px;
height: 24px;
margin-right: 4px;
border: 1px solid #ddd;
}
#addTask .modal-body .name {
display: inline-block;
width: 86px;
margin-right: 20px;
text-align: right;
}
#addTask .form-control {
margin-left: -4px;
padding: 0;
display: inline-block;
width: 108px;
}
.modal-borkerage {
width: 400px;
}
.modal-borkerage tr {
line-height: 30px;
}
.modal-borkerage th {
color: #00a2ff;
}
.modal-borkerage input {
padding: 0 4px;
width: 50px;
height: 20px;
border: 1px solid #ddd;
}
.modal-borkerage .modal-body {
text-align: left;
padding: 10px 30px;
} | public/r_backend/v2/css/css/common_backend.css | html,
body,
div,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
button,
input,
select table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
ul,
li {
list-style: none;
}
i {
font-style: normal;
}
a,
a:hover {
color: inherit;
text-decoration: none;
}
html,
body {
width: 100%;
height: 100%;
font-size: 12px;
color: rgba(255, 255, 255, 0.8);
background: #1e213b;
font-family: "microsoft yahei";
}
.fl {
float: left;
}
.fr {
float: right;
}
.clearfix:after {
content: " ";
display: block;
clear: both;
height: 0;
}
.clearfix {
zoom: 1;
}
.mr {
margin-right: 10px;
}
.vtop {
vertical-align: top;
}
.default-div {
background: #21294c;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.hide {
display: none;
}
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
}
::-moz-placeholder {
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
img {
display: block;
width: 100%;
}
/*颜色*/
.color-default {
color: #00a2ff;
}
.color-primary {
color: #ffae00;
}
/*下拉框*/
select.form-control {
background: none;
border: none;
color: #fff;
}
option {
background: #21294c;
}
.mask {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.mask-bg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000;
filter: alpha(opacity=50);
background: rgba(0, 0, 0, 0.5);
z-index: 999;
}
.mask-container {
min-width: 300px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 20px 50px;
text-align: center;
background: #fff;
z-index: 1000;
border-radius: 5px;
}
/*header*/
.header {
position: relative;
z-index: 10;
width: 100%;
height: 60px;
color: #fff;
background: #21294c;
overflow: hidden;
}
.header .logo-wrapper {
float: left;
width: 160px;
height: 60px;
background: #00a2ff;
}
.header .logo-wrapper img {
margin: 16px auto;
width: 54px;
height: 25px;
}
.header .nav-top-wrapper {
float: left;
overflow: hidden;
padding: 10px 0;
}
.header .nav-top-wrapper li {
float: left;
margin: 0 40px;
line-height: 40px;
}
.header .nav-top-wrapper li.active {
border-bottom: 2px solid #ffae00;
}
.header .nav-top-wrapper li.active a {
color: #00a2ff;
}
.header .user-wrapper {
float: right;
height: 60px;
line-height: 60px;
}
.header .user-wrapper .btn-default {
margin-top: -4px;
margin-right: 10px;
}
.header-right {
float: right;
width: 560px;
overflow: hidden;
}
.menu-wrapper {
position: relative;
top: -60px;
z-index: 9;
width: 160px;
height: 100%;
padding-top: 60px;
color: #fff;
background: #21294c;
}
.menu-wrapper li {
line-height: 60px;
text-align: center;
}
.menu-wrapper li a {
display: block;
padding-left: 20px;
}
.menu-wrapper li.active a {
color: #00a2ff;
background: #1e213b;
}
.menu-wrapper li .iconfont {
position: absolute;
left: 46px;
}
.icon-sousuo {
color: #fff;
}
.icon-weixuan,
.icon-xuanze {
color: #00a2ff;
}
.main-wrapper {
position: absolute;
top: 0;
left: 0;
padding: 80px 20px 0 180px;
width: 100%;
height: 100%;
}
.radius {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
/*按钮*/
.btn,
.btn:hover {
color: #232a4f;
}
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:visited {
color: #00a2ff;
background: none;
border: none;
}
.btn-primary {
background: #00a2ff;
border: none;
}
.btn-warning {
background: #ffae00;
border: none;
}
.btn-info {
background: #ee1b59;
border: none;
}
.btn-info:hover,
.btn-info:active,
.btn-info:visited,
.btn-info:focus {
background: #ee1b59;
border: none;
}
.pagination > li.active span {
color: #fff;
background: #00a2ff !important;
}
.pagination a,
.pagination span {
margin: 0 10px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
color: rgba(255, 255, 255, 0.8) !important;
background: #21294c !important;
border: none!important;
cursor: pointer;
}
.row,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
padding-left: 5px;
padding-right: 5px;
}
input[type=file] {
display: none;
}
textarea {
width: 100%;
height: 120px;
color: #fff;
background: #4b5384;
resize: none;
border: none;
}
.section {
overflow: hidden;
}
.section .section-item {
display: block;
padding: 12px;
margin-bottom: 10px;
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
background: #21294c;
cursor: pointer;
text-align: center;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.section .section-item.active {
background: #414b81;
}
.section .section-item .title {
font-size: 14px;
}
.section .section-item .num {
font-size: 28px;
color: #ffae00;
}
.textarea-wrapper {
margin-top: 10px;
}
.textarea-wrapper .textarea-content {
position: relative;
}
.textarea-wrapper .textarea-content .tips {
position: absolute;
right: 10px;
bottom: 10px;
}
.textarea-wrapper .btn-primary {
width: 80px;
}
/*两列列表*/
.list-item {
margin-bottom: 10px;
padding: 20px;
background: #21294c;
color: rgba(255, 255, 255, 0.8);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
overflow: hidden;
}
.list-item .list-item-1 .name {
font-size: 16px;
color: #00a2ff;
font-weight: bold;
}
.list-item .list-item-1 .name .iconfont {
margin-left: 6px;
color: #ffae00;
}
.list-item .list-item-2 {
margin-top: 10px;
}
.list-item .list-item-3 {
float: right;
margin-top: 10px;
}
/*表格*/
.ui-table-header {
margin-bottom: 10px;
padding: 0 10px;
line-height: 40px;
color: rgba(255, 255, 255, 0.8);
overflow: hidden;
}
.ui-table-header {
color: rgba(255, 255, 255, 0.3);
}
.ui-table-header select.form-control {
padding: 0;
width: 90px;
}
.ui-table-header select {
margin-top: 2px;
margin-left: -6px;
}
.ui-table-header .col-one {
text-align: right;
padding-right: 60px;
}
.ui-table-header .col-two {
text-align: right;
padding-right: 74px;
}
.ui-table-header,
.ui-table-tr,
.ui-record-tr {
background: #21294c;
}
.ui-table-tr {
padding: 10px;
margin-bottom: 10px;
overflow: hidden;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.ui-table-tr .btn {
width: 80px;
}
.table-multi-line .ui-table-tr {
line-height: 18px;
}
.table-multi-line .ui-table-tr > div {
margin-top: 18px;
}
/*记录列表*/
.ui-record {
padding: 10px;
margin-bottom: 10px;
background: #21294c;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.ui-record .ui-record-tr {
line-height: 28px;
overflow: hidden;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.record-list {
padding: 20px;
line-height: 23px;
}
.record-list span {
display: inline-block;
margin: 0 20%;
}
/*模态框*/
.modal-content {
overflow: hidden;
}
.modal-body {
color: #333;
}
.modal-header {
color: #fff;
background: #00a2ff;
text-align: center;
border-bottom: none;
}
.modal-header .iconfont {
font-size: 20px;
}
.modal-header button {
position: absolute;
right: 28px;
font-size: 20px;
top: 12px;
right: 14px;
}
.modal-header.notitle {
background: none;
}
.modal-header.notitle button {
top: 4px;
color: #00a2ff;
}
.modal-dialog {
margin: 0;
width: 300px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-moz-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
-o-transform: translate(-50%, -50%) !important;
}
.modal-footer {
border: none;
text-align: center;
}
.modal-footer .btn-primary {
width: 86%;
}
.modal-body .form-control {
color: #333;
}
.modal-body option,
.modal-body textarea {
background: none;
}
.modal-body textarea {
color: #333;
border: 1px solid #ddd;
}
/*路径导航*/
.breadcrumb {
margin: 0;
color: #00a2ff;
background: #1e213b;
}
.breadcrumb .active {
color: #00a2ff;
}
.breadcrumb > li + li:before {
content: '';
padding: 0;
}
/*图表*/
.chart-wrapper,
.info-wrapper {
height: 290px;
padding: 10px;
background: #21294c;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
margin-bottom: 10px;
}
.chart-wrapper select,
.info-wrapper select {
width: 96px;
}
.chart-header {
height: 40px;
line-height: 40px;
}
.chart-title {
font-size: 14px;
color: #fff;
}
.btn-select {
display: inline-block;
padding: 0 14px;
height: 20px;
line-height: 20px;
text-align: center;
color: rgba(255, 255, 255, 0.8);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
cursor: pointer;
}
.btn-select.active {
background: #00a2ff;
}
.search-wrapper {
position: relative;
height: 30px;
margin: 16px 0 12px 0;
border: 1px solid #374068;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.search-wrapper:before {
content: '';
position: absolute;
top: 6px;
left: 84px;
width: 0;
height: 16px;
border-right: 1px solid #374068;
}
.search-wrapper .form-control {
display: inline-block;
padding: 0;
padding-left: 4px;
width: 80px;
height: 28px;
color: rgba(255, 255, 255, 0.5);
outline: none;
}
.search-wrapper input {
width: 210px;
padding: 0 4px;
}
.search-wrapper .btn {
width: 50px;
height: 30px;
border-radius: 0 4px 4px 0;
margin-top: -3px;
margin-right: -1px;
}
/*弹出提示框*/
.mask {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1000;
}
.mask-bg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000;
filter: alpha(opacity=40);
background: rgba(0, 0, 0, 0.4);
z-index: 999;
}
.mask-container {
min-width: 400px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
padding: 20px 50px;
color: #333;
font-size: 14px;
text-align: center;
background: #fff;
z-index: 1000;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
/*提示框*/
.modal-tip {
text-align: center;
}
.modal-tip .modal-header {
background: #ee1b59;
}
.modal-tip li {
line-height: 22px;
}
/*区域滚动*/
.zUIpanelScrollBox,
.zUIpanelScrollBar {
width: 10px;
top: 4px;
right: 2px;
border-radius: 5px;
}
.zUIpanelScrollBox {
background: #ddd;
}
.zUIpanelScrollBar {
background: #999;
}
.info-operation {
margin-top: 24px;
text-align: right;
}
.info-img {
margin-right: 26px;
width: 70px;
height: 70px;
}
.info-name {
margin-bottom: 10px;
font-size: 16px;
}
.info-name .color-primary {
font-size: 12px;
}
.info-name .iconfont {
font-size: 20px;
}
.info-wrapper {
color: rgba(255, 255, 255, 0.8);
padding: 20px 10px 40px 20px;
}
.info-wrapper .name {
display: inline-block;
text-align-last: justify;
}
.info-wrapper i {
margin: 0 4px;
}
.info-wrapper p {
line-height: 20px;
}
.info-wrapper .info-datails {
color: rgba(255, 255, 255, 0.8);
}
.select-wrapper .select-item {
display: inline-block;
margin-right: 60px;
}
.select-wrapper .select-item select.form-control {
margin-right: 0;
font-size: 12px;
}
.select-wrapper .btn-default {
margin-top: 10px;
}
.select-wrapper .form-inline {
padding: 10px 14px;
margin-bottom: 10px;
background: #21294c;
}
.select-wrapper .form-inline label {
color: #00a2ff;
vertical-align: sub;
}
.select-wrapper select.form-control {
margin-right: 30px;
}
.policy-wrapper {
padding: 40px 30px;
height: 640px;
line-height: 20px;
background: #21294c;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
text-align: center;
color: rgba(255, 255, 255, 0.8);
}
.policy-wrapper .policy-info {
margin-bottom: 40px;
color: rgba(255, 255, 255, 0.5);
}
.policy-wrapper .title {
margin-bottom: 20px;
font-size: 18px;
color: #00a2ff;
font-weight: bold;
}
.policy-wrapper .policy-list {
display: inline-block;
text-align: left;
}
.policy-wrapper .name {
display: inline-block;
width: 66px;
color: rgba(255, 255, 255, 0.5);
text-align-last: justify;
}
.policy-wrapper i {
display: inline-block;
margin-right: 60px;
color: rgba(255, 255, 255, 0.5);
}
.policy-wrapper .duty-list {
display: inline-block;
width: 260px;
}
.policy-wrapper .duty-name {
display: inline-block;
width: 100px;
}
.policy-wrapper a {
color: #00a2ff;
text-decoration: underline;
}
.modal-alert {
text-align: center;
}
.modal-alert .icon-warning {
font-size: 42px;
color: #ffae00;
}
.modal-alert .icon-duihao {
font-size: 42px;
color: #00a2ff;
}
.modal-alert p {
color: #616161;
}
.modal-footer .btn {
width: 80px;
}
.modal-footer .btn + .btn {
margin-left: 20px;
}
.modal-footer .color-default {
margin-left: 40px;
}
.modal-footer .color-primary:hover {
color: #00a2ff;
}
.modal-footer .color-default:hover {
color: #00a2ff;
}
/*标签*/
.tag {
padding: 2px 10px;
margin-right: 10px;
background: #e4ebee;
color: #000;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
}
.datetimepicker {
color: #333;
}
/*选择日期*/
.form_date {
width: 86px;
}
.form_date .form-control {
padding: 0;
font-size: 12px;
text-align: center;
}
.form_date .form-control,
.form_date .input-group-addon {
background: none;
border: none;
color: #fff;
}
.form_date .input-group-addon {
padding: 0;
}
.form_date .glyphicon-calendar {
color: #ffae00;
}
#addTask .modal-dialog {
width: 400px;
}
#addTask .modal-body {
padding: 20px 56px 40px;
}
#addTask .modal-body li {
margin-bottom: 10px;
}
#addTask .modal-body input {
width: 108px;
padding: 6px;
height: 24px;
margin-right: 4px;
border: 1px solid #ddd;
}
#addTask .modal-body .name {
display: inline-block;
width: 86px;
margin-right: 20px;
text-align: right;
}
#addTask .form-control {
margin-left: -4px;
padding: 0;
display: inline-block;
width: 108px;
}
.modal-borkerage {
width: 400px;
}
.modal-borkerage tr {
line-height: 30px;
}
.modal-borkerage th {
color: #00a2ff;
}
.modal-borkerage input {
padding: 0 4px;
width: 50px;
height: 20px;
border: 1px solid #ddd;
}
.modal-borkerage .modal-body {
text-align: left;
padding: 10px 30px;
} | 0.359252 | 0.071754 |
html{box-sizing:border-box;}
html,
body{margin:0;padding:0;font-family:'Titillium Web';font-size:17px;}
*,
*:before,
*:after{box-sizing:inherit}
body{margin:0;font:normal 85% Arial,Helvetica,sans-serif;}
canvas{display:block;vertical-align:bottom;}
/* ---- particles.js container ---- */
#particles-js{position:absolute;width:100%;height:100%;background-color:#B60606;background-image:url("");background-repeat:no-repeat;background-size:cover;background-position:50% 50%;}
/* ---- center text ---- */
.center{position:absolute;top:50%;left:50%;padding:10px;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);color:white;font-size:40px;}
.center p{text-align:center;font-size:15px;}
@media (max-width:800px){
h1{font-size:1.5em;}
}
@media (max-width:580px) and (max-height:650px){
h1{padding:40px 0;font-size:0.7em;max-width:90%;}
.center{width:100%;}
.center p{width:90%;margin:auto;margin-top:15px;}
}
/* ---- css to fade in the home page ---- */
.fade-in{animation:fadeIn ease 5s;-webkit-animation:fadeIn ease 5s;-moz-animation:fadeIn ease 5s;-o-animation:fadeIn ease 5s;-ms-animation:fadeIn ease 5s;}
@keyframes fadeIn{
0%{opacity:0;}
100%{opacity:1;}
}
@-webkit-keyframes fadeIn{
0%{opacity:0;}
100%{opacity:1;}
}
/* ---- css to float the title ----*/
.float-up{position:relative; /* Safari 4.0 - 8.0 */-webkit-animation-name:float-up;-webkit-animation-duration:5s;-webkit-animation-delay:1s;-webkit-animation-fill-mode:both; /* Standard syntax */animation-name:float-up;animation-duration:5s;animation-delay:1s;animation-fill-mode:both; /* IE 9 */-ms-transform-name:float-up;-ms-transform-duration:5s;-ms-transform-delay:1s;-ms-transform-fill-mode:both;text-align:center;margin:auto;}
.float-up-subtitle{position:relative; /* Safari 4.0 - 8.0 */-webkit-animation-name:float-up;-webkit-animation-duration:5s;-webkit-animation-delay:2s;-webkit-animation-fill-mode:both; /* Standard syntax */animation-name:float-up;animation-duration:5s;animation-delay:2s;animation-fill-mode:both; /* IE 9 */-ms-transform-name:float-up;-ms-transform-duration:5s;-ms-transform-delay:2s;-ms-transform-fill-mode:both;}
.workshop{text-decoration:none;color:white;}
.workshop:hover{color:#ddd;}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes float-up{
0%{top:0px;opacity:0;}
100%{top:-50px;opacity:1;}
}
/* Standard */
@keyframes float-up{
0%{top:0px;opacity:0;}
100%{top:-50px;opacity:1;}
} | static/css/home.min.css | html{box-sizing:border-box;}
html,
body{margin:0;padding:0;font-family:'Titillium Web';font-size:17px;}
*,
*:before,
*:after{box-sizing:inherit}
body{margin:0;font:normal 85% Arial,Helvetica,sans-serif;}
canvas{display:block;vertical-align:bottom;}
/* ---- particles.js container ---- */
#particles-js{position:absolute;width:100%;height:100%;background-color:#B60606;background-image:url("");background-repeat:no-repeat;background-size:cover;background-position:50% 50%;}
/* ---- center text ---- */
.center{position:absolute;top:50%;left:50%;padding:10px;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);color:white;font-size:40px;}
.center p{text-align:center;font-size:15px;}
@media (max-width:800px){
h1{font-size:1.5em;}
}
@media (max-width:580px) and (max-height:650px){
h1{padding:40px 0;font-size:0.7em;max-width:90%;}
.center{width:100%;}
.center p{width:90%;margin:auto;margin-top:15px;}
}
/* ---- css to fade in the home page ---- */
.fade-in{animation:fadeIn ease 5s;-webkit-animation:fadeIn ease 5s;-moz-animation:fadeIn ease 5s;-o-animation:fadeIn ease 5s;-ms-animation:fadeIn ease 5s;}
@keyframes fadeIn{
0%{opacity:0;}
100%{opacity:1;}
}
@-webkit-keyframes fadeIn{
0%{opacity:0;}
100%{opacity:1;}
}
/* ---- css to float the title ----*/
.float-up{position:relative; /* Safari 4.0 - 8.0 */-webkit-animation-name:float-up;-webkit-animation-duration:5s;-webkit-animation-delay:1s;-webkit-animation-fill-mode:both; /* Standard syntax */animation-name:float-up;animation-duration:5s;animation-delay:1s;animation-fill-mode:both; /* IE 9 */-ms-transform-name:float-up;-ms-transform-duration:5s;-ms-transform-delay:1s;-ms-transform-fill-mode:both;text-align:center;margin:auto;}
.float-up-subtitle{position:relative; /* Safari 4.0 - 8.0 */-webkit-animation-name:float-up;-webkit-animation-duration:5s;-webkit-animation-delay:2s;-webkit-animation-fill-mode:both; /* Standard syntax */animation-name:float-up;animation-duration:5s;animation-delay:2s;animation-fill-mode:both; /* IE 9 */-ms-transform-name:float-up;-ms-transform-duration:5s;-ms-transform-delay:2s;-ms-transform-fill-mode:both;}
.workshop{text-decoration:none;color:white;}
.workshop:hover{color:#ddd;}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes float-up{
0%{top:0px;opacity:0;}
100%{top:-50px;opacity:1;}
}
/* Standard */
@keyframes float-up{
0%{top:0px;opacity:0;}
100%{top:-50px;opacity:1;}
} | 0.308398 | 0.044411 |
.accordion {
margin: 10pt 0;
border: none;
background: #F5F5F9;
}
.accordion p {
margin: 0!important;
}
.accordion .ddd p {
white-space: normal;
word-break: break-all;
}
.accordion .item {
margin-top: 10pt;
border-radius: 5pt;
padding: 0 0.5rem;
}
.accordion .item img {
width: 100%;
height: 5rem;
vertical-align: middle;
}
.accordion .item h3:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
margin-top: 5pt;
margin-bottom: 5pt;
}
.accordion .content {
/*font-weight: 400;*/
/*padding: 15pt;*/
background: #ffffff;
display: none;
/*box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2);*/
border-bottom-left-radius: 5pt;
border-bottom-right-radius: 5pt;
/*margin-top: 5pt;*/
margin-bottom: 5pt;
}
.accordion .item .item-header-title {
font-family: PingFang-SC-Regular;
font-size: 0.8rem;
color: #616161;
letter-spacing: 0;
float: left;
}
.accordion .item .item-header-a {
font-family: PingFang-SC-Regular;
font-size: 0.5rem;
color: #C81623;
letter-spacing: 0;
text-decoration: none;
}
.accordion .item:first-child {
margin-top: 0;
}
.accordion .content {
transition: all 0.5s ease-in-out;
}
.accordion .show-content {
display: block;
}
.vip-explain .bg-vip {
height: 10rem;
}
.vip-explain .bg-vip .col-50:last-child {
background: url('../../assets/img/VIP/pleasantly.png') center no-repeat;
background-size: 70%;
}
.vip-explain .vip-box {
width: 7.5rem;
height: 5.5rem;
margin: -2px auto 0.75rem;
background-color: #bb722b;
color: #ffc14f;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}
.vip-explain .icon-current-vip {
margin: 0.75rem 0 0.2rem;
}
.vip-explain .btn-wrap {
padding: 0.8rem 0.5rem 0;
}
.vip-explain .btn-wrap .btn {
padding: 0.5rem 0;
width: 100%;
}
.vip-explain .bg-p-img {
margin: 1rem 0 0.3rem;
line-height: 2rem;
background: url('../../assets/img/VIP/title.png') center no-repeat;
background-size: 100%;
}
.vip-explain .vip-header [class^='col'],
.vip-explain .vip-rows [class^='col'] {
line-height: 1.5rem;
text-align: center;
}
.vip-explain .vip-header [class^='col']:last-child,
.vip-explain .vip-rows [class^='col']:last-child {
border-right: 0!important;
}
.vip-explain .vip-header [class^='col'] {
border-right: 1px solid #fff;
}
.vip-explain .vip-rows {
border-bottom: 1px solid #d8d8d8;
}
.vip-explain .vip-rows [class^='col'] {
border-right: 1px solid #d8d8d8;
} | src/components/activity/activity.css | .accordion {
margin: 10pt 0;
border: none;
background: #F5F5F9;
}
.accordion p {
margin: 0!important;
}
.accordion .ddd p {
white-space: normal;
word-break: break-all;
}
.accordion .item {
margin-top: 10pt;
border-radius: 5pt;
padding: 0 0.5rem;
}
.accordion .item img {
width: 100%;
height: 5rem;
vertical-align: middle;
}
.accordion .item h3:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
margin-top: 5pt;
margin-bottom: 5pt;
}
.accordion .content {
/*font-weight: 400;*/
/*padding: 15pt;*/
background: #ffffff;
display: none;
/*box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2);*/
border-bottom-left-radius: 5pt;
border-bottom-right-radius: 5pt;
/*margin-top: 5pt;*/
margin-bottom: 5pt;
}
.accordion .item .item-header-title {
font-family: PingFang-SC-Regular;
font-size: 0.8rem;
color: #616161;
letter-spacing: 0;
float: left;
}
.accordion .item .item-header-a {
font-family: PingFang-SC-Regular;
font-size: 0.5rem;
color: #C81623;
letter-spacing: 0;
text-decoration: none;
}
.accordion .item:first-child {
margin-top: 0;
}
.accordion .content {
transition: all 0.5s ease-in-out;
}
.accordion .show-content {
display: block;
}
.vip-explain .bg-vip {
height: 10rem;
}
.vip-explain .bg-vip .col-50:last-child {
background: url('../../assets/img/VIP/pleasantly.png') center no-repeat;
background-size: 70%;
}
.vip-explain .vip-box {
width: 7.5rem;
height: 5.5rem;
margin: -2px auto 0.75rem;
background-color: #bb722b;
color: #ffc14f;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}
.vip-explain .icon-current-vip {
margin: 0.75rem 0 0.2rem;
}
.vip-explain .btn-wrap {
padding: 0.8rem 0.5rem 0;
}
.vip-explain .btn-wrap .btn {
padding: 0.5rem 0;
width: 100%;
}
.vip-explain .bg-p-img {
margin: 1rem 0 0.3rem;
line-height: 2rem;
background: url('../../assets/img/VIP/title.png') center no-repeat;
background-size: 100%;
}
.vip-explain .vip-header [class^='col'],
.vip-explain .vip-rows [class^='col'] {
line-height: 1.5rem;
text-align: center;
}
.vip-explain .vip-header [class^='col']:last-child,
.vip-explain .vip-rows [class^='col']:last-child {
border-right: 0!important;
}
.vip-explain .vip-header [class^='col'] {
border-right: 1px solid #fff;
}
.vip-explain .vip-rows {
border-bottom: 1px solid #d8d8d8;
}
.vip-explain .vip-rows [class^='col'] {
border-right: 1px solid #d8d8d8;
} | 0.363421 | 0.085633 |
.cg-notify-message {
color: #ffffff !important;
padding-left: 30px;
padding-right: 30px;
}
/* For tests summary chart */
.bar {
display: inline-block;
border: 1px;
border-bottom: 1px solid #CCC;
}
.bar-success {
background: #7BB33D;
}
.bar-success:hover {
background: #73A839;
}
.bar-failure {
background: #dd1f26;
}
.bar-failure:hover {
background: #d41e24;
}
/* */
table.table-condensed {
font-size: 12px;
}
/* For D3 charts on invocations */
.d3-tip {
line-height: 1;
font-weight: bold;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
border-radius: 4px;
pointer-events: none;
}
.d3-tip:after {
box-sizing: border-box;
display: inline;
font-size: 10px;
width: 100%;
line-height: 1;
color: rgba(0, 0, 0, 0.8);
position: absolute;
pointer-events: none;
}
/* Northward tooltips */
.d3-tip.n:after {
content: "\25BC";
margin: -1px 0 0 0;
top: 100%;
left: 0;
text-align: center;
}
.d3-tip span {
color: #ff00c7;
}
.domain {
display: none;
}
.axis line {
stroke-width: 1px;
stroke: #eee;
shape-rendering: crispedges;
}
.axis text {
fill: #888;
}
rect {
fill: #339cff;
fill-opacity: 0.7;
}
rect:hover {
fill-opacity: 1;
}
/* Base style for code and bootstrap badges */
pre, code {
background: #f9f2f4;
/*
font-size: 12pt;
font-family: Ubuntu Mono, monospace;
*/
}
code.hljs {
background: #f9f2f4 !important;
}
span.alert-info {
color: #eeeeee;
}
span.alert-success {
color: #eeeeee;
}
span.alert-danger {
color: #eeeeee;
}
span.alert-warning {
color: #eeeeee;
}
.highlight {
background: #ffe0b3;
}
.panel{
box-shadow: 0 0px 0px rgba(0,0,0,0.0) !important;
border-color: #2196f3 !important;
}
.panel-default>.panel-heading {
color: #444444 !important;
padding: 15px 15px;
background-color: #e5f1fb !important;
border-color: #2196f3 !important;
border: 1px solid #2196f3 !important;
}
.panel-default>.panel-collapse {
border: 1px solid #2196f3 !important;
}
.popover-content {
color: #444444 !important;
}
/* Space out content a bit */
body {
padding-top: 70px;
padding-bottom: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
padding-bottom: 19px;
}
.logo {
position: absolute;
display: block;
top: -0.2em;
left: 0.2em;
}
.arvo {
font-family: 'Arvo', serif;
}
.hl {
color: #2196f3;
}
/* Custom page footer */
footer {
margin-top: 20px;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
color: #777;
border-top: 1px solid #e5e5e5;
}
/* Customize container */
@media (min-width: 758px) {
#navbar-menu {
padding-left: 80px;
}
}
@media (min-width: 768px) {
.container {
max-width: 730px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1160px;
}
}
.container-narrow > hr {
margin: 30px 0;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-left: 0;
padding-right: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
} | src/main/webapp/styles/main.css | .cg-notify-message {
color: #ffffff !important;
padding-left: 30px;
padding-right: 30px;
}
/* For tests summary chart */
.bar {
display: inline-block;
border: 1px;
border-bottom: 1px solid #CCC;
}
.bar-success {
background: #7BB33D;
}
.bar-success:hover {
background: #73A839;
}
.bar-failure {
background: #dd1f26;
}
.bar-failure:hover {
background: #d41e24;
}
/* */
table.table-condensed {
font-size: 12px;
}
/* For D3 charts on invocations */
.d3-tip {
line-height: 1;
font-weight: bold;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
border-radius: 4px;
pointer-events: none;
}
.d3-tip:after {
box-sizing: border-box;
display: inline;
font-size: 10px;
width: 100%;
line-height: 1;
color: rgba(0, 0, 0, 0.8);
position: absolute;
pointer-events: none;
}
/* Northward tooltips */
.d3-tip.n:after {
content: "\25BC";
margin: -1px 0 0 0;
top: 100%;
left: 0;
text-align: center;
}
.d3-tip span {
color: #ff00c7;
}
.domain {
display: none;
}
.axis line {
stroke-width: 1px;
stroke: #eee;
shape-rendering: crispedges;
}
.axis text {
fill: #888;
}
rect {
fill: #339cff;
fill-opacity: 0.7;
}
rect:hover {
fill-opacity: 1;
}
/* Base style for code and bootstrap badges */
pre, code {
background: #f9f2f4;
/*
font-size: 12pt;
font-family: Ubuntu Mono, monospace;
*/
}
code.hljs {
background: #f9f2f4 !important;
}
span.alert-info {
color: #eeeeee;
}
span.alert-success {
color: #eeeeee;
}
span.alert-danger {
color: #eeeeee;
}
span.alert-warning {
color: #eeeeee;
}
.highlight {
background: #ffe0b3;
}
.panel{
box-shadow: 0 0px 0px rgba(0,0,0,0.0) !important;
border-color: #2196f3 !important;
}
.panel-default>.panel-heading {
color: #444444 !important;
padding: 15px 15px;
background-color: #e5f1fb !important;
border-color: #2196f3 !important;
border: 1px solid #2196f3 !important;
}
.panel-default>.panel-collapse {
border: 1px solid #2196f3 !important;
}
.popover-content {
color: #444444 !important;
}
/* Space out content a bit */
body {
padding-top: 70px;
padding-bottom: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
padding-bottom: 19px;
}
.logo {
position: absolute;
display: block;
top: -0.2em;
left: 0.2em;
}
.arvo {
font-family: 'Arvo', serif;
}
.hl {
color: #2196f3;
}
/* Custom page footer */
footer {
margin-top: 20px;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
color: #777;
border-top: 1px solid #e5e5e5;
}
/* Customize container */
@media (min-width: 758px) {
#navbar-menu {
padding-left: 80px;
}
}
@media (min-width: 768px) {
.container {
max-width: 730px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1160px;
}
}
.container-narrow > hr {
margin: 30px 0;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-left: 0;
padding-right: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
} | 0.407333 | 0.103703 |
@charset "UTF-8";
/* CSS Document */
/* Enter css here */
/* Tag-Area */
*,
html
{
margin:0;
padding:0;
}
html,
body
{
height: 100%;
background-color:whitesmoke;
}
header
{
background-color: #000000;
height: 5%;
width: 100%;
}
footer
{
width:100%;
height:3.5%;
background-color:whitesmoke;
border-top-width:thin;
border-top-style:ridge;
border-top-color:rgba(0,0,0,0.38);
}
/* Class-Area */
.titlebar
{
/*background-color: aqua;*/
background-color: #000000;
height: 5%;
width: 100%;
font-size:12px;
color:whitesmoke;
}
#titlebar_wrapper
{
width:98%;
height:100%;
margin-left:1%;
}
#app_logo
{
width:32px;
height:32px;
/*background-color: aqua;*/
position:relative;
top:18%;
float:left;
margin-right:1%;
}
#app_name
{
width:15%;
height:32px;
/*background-color: aqua;*/
position:relative;
top:18%;
float:left;
margin-right:17.5%;
}
#app_name h1
{
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size:14px;
padding-top:2.5%;
}
#program
{
width:30%;
height:32px;
/*background-color: aqua;*/
position:relative;
top:18%;
float:left;
}
#program h1
{
text-align:center;
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size:14px;
padding-top:1.5%;
}
#user
{
width:20%;
height:32px;
background-color: aqua;
position:relative;
top:18%;
float:right;
}
.decorator
{
width:100%;
height:0.5%;
background-color:crimson;
clear:both;
}
.menubar
{
width:100%;
height:5%;
background-color:whitesmoke;
border-bottom-width:thin;
border-bottom-style:ridge;
border-bottom-color:rgba(0,0,0,0.38);
}
.toolbar
{
width:100%;
height:5%;
background-color:whitesmoke;
border-bottom-width:thin;
border-bottom-style:ridge;
border-bottom-color:rgba(0,0,0,0.38);
}
.content_basic_0
{
width:100%;
height:90.5%;
background-color:whitesmoke;
}
.content_basic_1
{
width:100%;
height:85.5%;
background-color:whitesmoke;
}
.content_basic_2
{
width:100%;
height:80.5%;
background-color:whitesmoke;
}
.content_basic_3
{
width:100%;
height:75.5%;
background-color:whitesmoke;
}
.left
{
position: relative;
width:25%;
height:95%;
top: 2.5%;
left: 1.5%;
float:left;
background-color:dimgrey; /* Change Color later to any which seperate from rest */
-webkit-box-shadow: inset 7px -19px 71px 8px rgba(87,87,87,1);
-moz-box-shadow: inset 7px -19px 71px 8px rgba(87,87,87,1);
box-shadow: inset 7px -19px 71px 8px rgba(87,87,87,1);
}
.right
{
position: relative;
width:25%;
height:95%;
top: 2.5%;
right:1.5%;
float:right;
background-color: dimgrey;/* Change Color later to any which seperate from rest */
-webkit-box-shadow: inset 7px -19px 71px 8px rgba(87,87,87,1);
-moz-box-shadow: inset 7px -19px 71px 8px rgba(87,87,87,1);
box-shadow: inset 7px -19px 71px 8px rgba(87,87,87,1);
}
.content_left
{
width: 73%;
height: 95%;
margin-top: 0.9%;
padding-right: 1.5%;
float: right;
}
.content_right
{
width: 73%;
height: 95%;
margin-top: 0.9%;
padding-left: 1.5%;
float: left;
}
.scroll
{
overflow-y: scroll;
}
.form_full
{
position:relative;
width:98%;
height:96%;
background-color: aqua;
margin-left: 1%;
top: 2%;
}
.form_left
{
width:98%;
height:100%;
background-color: aqua;
margin-left: 1%;
}
.form_right
{
width:98%;
height:100%;
background-color: aqua;
margin-left: 1%;
}
.menubar ul
{
margin: 0;
}
.menubar a
{
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size: 14px;
display: block;
color: whitesmoke;
text-decoration: none;
}
.menubar ul li
{
position: relative;
float: left;
list-style: none;
}
.menubar ul li:hover
{
background: #000000;
z-index:1000;
}
.menubar ul li a
{
padding-top:14px;
padding-left: 14px;
padding-right:14px;
padding-bottom:14px;
}
.menubar ul ul
{
position: absolute;
top: -9999px;
left: -9999px;
background: #333;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
.menubar ul ul li
{
float: none;
width: 180px;
}
.menubar ul ul li a
{
padding: 10px 20px;
}
.menubar ul li:hover > ul
{
top: 100%;
left: 0;
}
.menubar ul ul li:hover > ul
{
top: 0;
left: 180px;
}
.menubar ul li.submenu > a:after
{
position: relative;
float: right;
margin-left: 0px;
margin-top: 5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #fff;
border-bottom: 5px solid transparent;
}
.menubar ul ul li.submenu a:after
{
margin-left: auto;
margin-right: -10px;
border-left: 5px solid #fff;
border-right: 5px solid transparent;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.menubar ul ul li:last-child
{
border-bottom: none;
}
.disabled
{
pointer-events:none; /*This makes it not clickable*/
opacity:0.6; /*This grays it out to look disabled*/
}
.separator
{
border-bottom:thin ridge whitesmoke;
width:auto;
}
.iconset
{
position:relative;
top:3px;
padding-left:20px;
}
.iconset li
{
display:inline;
}
.footer_wrapper_left
{
width:70%;
height:100%;
float:left;
}
.footer_wrapper_right
{
width:25%;
height:100%;
float:right;
padding-right:20px;
}
.footer_content_left
{
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size:12px;
color:#333333;
padding-left:20px;
padding-top:11px;
list-style-type: none;
}
.footer_content_right li
{
float: right;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size:12px;
color:#333333;
padding-left:20px;
padding-right: 25px;
padding-top:11px;
list-style-type: none;
} | elementary.css | @charset "UTF-8";
/* CSS Document */
/* Enter css here */
/* Tag-Area */
*,
html
{
margin:0;
padding:0;
}
html,
body
{
height: 100%;
background-color:whitesmoke;
}
header
{
background-color: #000000;
height: 5%;
width: 100%;
}
footer
{
width:100%;
height:3.5%;
background-color:whitesmoke;
border-top-width:thin;
border-top-style:ridge;
border-top-color:rgba(0,0,0,0.38);
}
/* Class-Area */
.titlebar
{
/*background-color: aqua;*/
background-color: #000000;
height: 5%;
width: 100%;
font-size:12px;
color:whitesmoke;
}
#titlebar_wrapper
{
width:98%;
height:100%;
margin-left:1%;
}
#app_logo
{
width:32px;
height:32px;
/*background-color: aqua;*/
position:relative;
top:18%;
float:left;
margin-right:1%;
}
#app_name
{
width:15%;
height:32px;
/*background-color: aqua;*/
position:relative;
top:18%;
float:left;
margin-right:17.5%;
}
#app_name h1
{
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size:14px;
padding-top:2.5%;
}
#program
{
width:30%;
height:32px;
/*background-color: aqua;*/
position:relative;
top:18%;
float:left;
}
#program h1
{
text-align:center;
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size:14px;
padding-top:1.5%;
}
#user
{
width:20%;
height:32px;
background-color: aqua;
position:relative;
top:18%;
float:right;
}
.decorator
{
width:100%;
height:0.5%;
background-color:crimson;
clear:both;
}
.menubar
{
width:100%;
height:5%;
background-color:whitesmoke;
border-bottom-width:thin;
border-bottom-style:ridge;
border-bottom-color:rgba(0,0,0,0.38);
}
.toolbar
{
width:100%;
height:5%;
background-color:whitesmoke;
border-bottom-width:thin;
border-bottom-style:ridge;
border-bottom-color:rgba(0,0,0,0.38);
}
.content_basic_0
{
width:100%;
height:90.5%;
background-color:whitesmoke;
}
.content_basic_1
{
width:100%;
height:85.5%;
background-color:whitesmoke;
}
.content_basic_2
{
width:100%;
height:80.5%;
background-color:whitesmoke;
}
.content_basic_3
{
width:100%;
height:75.5%;
background-color:whitesmoke;
}
.left
{
position: relative;
width:25%;
height:95%;
top: 2.5%;
left: 1.5%;
float:left;
background-color:dimgrey; /* Change Color later to any which seperate from rest */
-webkit-box-shadow: inset 7px -19px 71px 8px rgba(87,87,87,1);
-moz-box-shadow: inset 7px -19px 71px 8px rgba(87,87,87,1);
box-shadow: inset 7px -19px 71px 8px rgba(87,87,87,1);
}
.right
{
position: relative;
width:25%;
height:95%;
top: 2.5%;
right:1.5%;
float:right;
background-color: dimgrey;/* Change Color later to any which seperate from rest */
-webkit-box-shadow: inset 7px -19px 71px 8px rgba(87,87,87,1);
-moz-box-shadow: inset 7px -19px 71px 8px rgba(87,87,87,1);
box-shadow: inset 7px -19px 71px 8px rgba(87,87,87,1);
}
.content_left
{
width: 73%;
height: 95%;
margin-top: 0.9%;
padding-right: 1.5%;
float: right;
}
.content_right
{
width: 73%;
height: 95%;
margin-top: 0.9%;
padding-left: 1.5%;
float: left;
}
.scroll
{
overflow-y: scroll;
}
.form_full
{
position:relative;
width:98%;
height:96%;
background-color: aqua;
margin-left: 1%;
top: 2%;
}
.form_left
{
width:98%;
height:100%;
background-color: aqua;
margin-left: 1%;
}
.form_right
{
width:98%;
height:100%;
background-color: aqua;
margin-left: 1%;
}
.menubar ul
{
margin: 0;
}
.menubar a
{
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size: 14px;
display: block;
color: whitesmoke;
text-decoration: none;
}
.menubar ul li
{
position: relative;
float: left;
list-style: none;
}
.menubar ul li:hover
{
background: #000000;
z-index:1000;
}
.menubar ul li a
{
padding-top:14px;
padding-left: 14px;
padding-right:14px;
padding-bottom:14px;
}
.menubar ul ul
{
position: absolute;
top: -9999px;
left: -9999px;
background: #333;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
.menubar ul ul li
{
float: none;
width: 180px;
}
.menubar ul ul li a
{
padding: 10px 20px;
}
.menubar ul li:hover > ul
{
top: 100%;
left: 0;
}
.menubar ul ul li:hover > ul
{
top: 0;
left: 180px;
}
.menubar ul li.submenu > a:after
{
position: relative;
float: right;
margin-left: 0px;
margin-top: 5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #fff;
border-bottom: 5px solid transparent;
}
.menubar ul ul li.submenu a:after
{
margin-left: auto;
margin-right: -10px;
border-left: 5px solid #fff;
border-right: 5px solid transparent;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.menubar ul ul li:last-child
{
border-bottom: none;
}
.disabled
{
pointer-events:none; /*This makes it not clickable*/
opacity:0.6; /*This grays it out to look disabled*/
}
.separator
{
border-bottom:thin ridge whitesmoke;
width:auto;
}
.iconset
{
position:relative;
top:3px;
padding-left:20px;
}
.iconset li
{
display:inline;
}
.footer_wrapper_left
{
width:70%;
height:100%;
float:left;
}
.footer_wrapper_right
{
width:25%;
height:100%;
float:right;
padding-right:20px;
}
.footer_content_left
{
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size:12px;
color:#333333;
padding-left:20px;
padding-top:11px;
list-style-type: none;
}
.footer_content_right li
{
float: right;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size:12px;
color:#333333;
padding-left:20px;
padding-right: 25px;
padding-top:11px;
list-style-type: none;
} | 0.215846 | 0.048835 |
.chk-custom{
/* display: inline;
font-family: 'Source Sans Pro',Lato,'Open Sans','Helvetica Neue',Arial,sans-serif;
font-size: 12px;
margin-left: -20px;*/
margin-top: 0px;
}
.hide-selected > li.k-state-selected {
display: none;
}
.btn-zoom{
width: 30px !important;
height: 22px !important;
padding: 0 0 0 0!important;
border-radius: 0px;
border: 1px solid #f4f4f4;
background-color: #f7f7f7;
}
.zoom-div{
margin-top: -352px;
z-index: 10;
margin-left: 275px;
}
#group-chk{
display: inline-block;
padding: 5px;
margin-left: 26px;
background: #ecf0f5;
border: 1px solid #d2d6de;
}
#dateInfo{
font-weight: bold;
margin-top: -365px;
}
.mt-10{
margin-top: -10px;
}
#selectTagsDiv {
margin-bottom: 5px;
}
.legend {
text-align: center;
z-index: 10 !important;
position: relative !important;
margin-bottom: -30px;
}
.popover-content{
width: 275px;
}
.m-btm-10{
margin-bottom: 10px;
}
#cancelPop{
/*width: 60px;*/
/*margin-right: 10px;*/
}
#saveTags{
/*width: 85px;
margin-top: 0px;*/
}
.periodList{
width: 100%;
overflow-x: auto;
white-space: nowrap;
/*margin-left: 65px;*/
}
.data-type{
margin-top: 30px;
position: relative;
z-index: 11;
margin-bottom: -65px;
margin-right: 10px;
}
.popover{
margin-top: -10px;
margin-left: 15px !important;
}
.btn-period{
background-color: #ffffff;
color: #585555;
border-color: #ea5b19;
cursor: pointer;
}
.btn-period:hover, .btn-period:active {
color: #585555 !important;
text-decoration: none !important;
background-color: #d1dbed !important;
}
.btn.btn-period.active {
color: #585555 !important;
text-decoration: none !important;
background-color: #d1dbed !important;
}
.btn.btn-period.active:focus {
outline: 0px auto -webkit-focus-ring-color;
}
.k-multiselect-wrap {
max-height: 60px !important;
overflow: auto !important;
font-size: 12px !important;
font-family: 'Source Sans Pro',Lato,'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.k-popup .k-list .k-item {
font-size: 12px;
font-family: 'Source Sans Pro',Lato,'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.btn{
font-size: 12px;
font-family: 'Source Sans Pro',Lato,'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.wrap{
margin-left: 15px;
margin-right: 15px;
}
.frame {
height: 50px;
line-height: 20px;
overflow: hidden;
}
.frame ul {
font-size: 12px;
font-weight: bold;
}
.frame ul li {
float: left;
width: 90px;
height: 50px;
margin: 0 1px 0 0;
padding: 5px;
background: #ddd;
color: #585555;
text-align: center;
cursor: pointer;
}
.scrollbar .handle {
background: #f39c12;
}
.frame ul li.active {
color: #fff;
background: #f39c12;
}
.modal-dialog{
width: 350px;
} | web/assets/core/css/page-time-series.css | .chk-custom{
/* display: inline;
font-family: 'Source Sans Pro',Lato,'Open Sans','Helvetica Neue',Arial,sans-serif;
font-size: 12px;
margin-left: -20px;*/
margin-top: 0px;
}
.hide-selected > li.k-state-selected {
display: none;
}
.btn-zoom{
width: 30px !important;
height: 22px !important;
padding: 0 0 0 0!important;
border-radius: 0px;
border: 1px solid #f4f4f4;
background-color: #f7f7f7;
}
.zoom-div{
margin-top: -352px;
z-index: 10;
margin-left: 275px;
}
#group-chk{
display: inline-block;
padding: 5px;
margin-left: 26px;
background: #ecf0f5;
border: 1px solid #d2d6de;
}
#dateInfo{
font-weight: bold;
margin-top: -365px;
}
.mt-10{
margin-top: -10px;
}
#selectTagsDiv {
margin-bottom: 5px;
}
.legend {
text-align: center;
z-index: 10 !important;
position: relative !important;
margin-bottom: -30px;
}
.popover-content{
width: 275px;
}
.m-btm-10{
margin-bottom: 10px;
}
#cancelPop{
/*width: 60px;*/
/*margin-right: 10px;*/
}
#saveTags{
/*width: 85px;
margin-top: 0px;*/
}
.periodList{
width: 100%;
overflow-x: auto;
white-space: nowrap;
/*margin-left: 65px;*/
}
.data-type{
margin-top: 30px;
position: relative;
z-index: 11;
margin-bottom: -65px;
margin-right: 10px;
}
.popover{
margin-top: -10px;
margin-left: 15px !important;
}
.btn-period{
background-color: #ffffff;
color: #585555;
border-color: #ea5b19;
cursor: pointer;
}
.btn-period:hover, .btn-period:active {
color: #585555 !important;
text-decoration: none !important;
background-color: #d1dbed !important;
}
.btn.btn-period.active {
color: #585555 !important;
text-decoration: none !important;
background-color: #d1dbed !important;
}
.btn.btn-period.active:focus {
outline: 0px auto -webkit-focus-ring-color;
}
.k-multiselect-wrap {
max-height: 60px !important;
overflow: auto !important;
font-size: 12px !important;
font-family: 'Source Sans Pro',Lato,'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.k-popup .k-list .k-item {
font-size: 12px;
font-family: 'Source Sans Pro',Lato,'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.btn{
font-size: 12px;
font-family: 'Source Sans Pro',Lato,'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.wrap{
margin-left: 15px;
margin-right: 15px;
}
.frame {
height: 50px;
line-height: 20px;
overflow: hidden;
}
.frame ul {
font-size: 12px;
font-weight: bold;
}
.frame ul li {
float: left;
width: 90px;
height: 50px;
margin: 0 1px 0 0;
padding: 5px;
background: #ddd;
color: #585555;
text-align: center;
cursor: pointer;
}
.scrollbar .handle {
background: #f39c12;
}
.frame ul li.active {
color: #fff;
background: #f39c12;
}
.modal-dialog{
width: 350px;
} | 0.204064 | 0.097433 |
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
src: url('../fonts/poppins-v13-latin-ext_latin-100.eot'); /* IE9 Compat Modes */
src: local('Poppins Thin'), local('Poppins-Thin'),
url('../fonts/poppins-v13-latin-ext_latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-100.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-100.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-100.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-100italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
src: url('../fonts/poppins-v13-latin-ext_latin-100italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Thin Italic'), local('Poppins-ThinItalic'),
url('../fonts/poppins-v13-latin-ext_latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-100italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-100italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-200 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
src: url('../fonts/poppins-v13-latin-ext_latin-200.eot'); /* IE9 Compat Modes */
src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'),
url('../fonts/poppins-v13-latin-ext_latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-200.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-200.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-200italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
src: url('../fonts/poppins-v13-latin-ext_latin-200italic.eot'); /* IE9 Compat Modes */
src: local('Poppins ExtraLight Italic'), local('Poppins-ExtraLightItalic'),
url('../fonts/poppins-v13-latin-ext_latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-200italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-200italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url('../fonts/poppins-v13-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
src: local('Poppins Light'), local('Poppins-Light'),
url('../fonts/poppins-v13-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
src: url('../fonts/poppins-v13-latin-ext_latin-300italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Light Italic'), local('Poppins-LightItalic'),
url('../fonts/poppins-v13-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-300italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-300italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url('../fonts/poppins-v13-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local('Poppins Regular'), local('Poppins-Regular'),
url('../fonts/poppins-v13-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
src: url('../fonts/poppins-v13-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Italic'), local('Poppins-Italic'),
url('../fonts/poppins-v13-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url('../fonts/poppins-v13-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
src: local('Poppins Medium'), local('Poppins-Medium'),
url('../fonts/poppins-v13-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
src: url('../fonts/poppins-v13-latin-ext_latin-500italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'),
url('../fonts/poppins-v13-latin-ext_latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-500italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-500italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url('../fonts/poppins-v13-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
url('../fonts/poppins-v13-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
src: url('../fonts/poppins-v13-latin-ext_latin-600italic.eot'); /* IE9 Compat Modes */
src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'),
url('../fonts/poppins-v13-latin-ext_latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-600italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-600italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: url('../fonts/poppins-v13-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'),
url('../fonts/poppins-v13-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-700italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url('../fonts/poppins-v13-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
src: local('Poppins Bold'), local('Poppins-Bold'),
url('../fonts/poppins-v13-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: url('../fonts/poppins-v13-latin-ext_latin-800.eot'); /* IE9 Compat Modes */
src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
url('../fonts/poppins-v13-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-800.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-800.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
src: url('../fonts/poppins-v13-latin-ext_latin-800italic.eot'); /* IE9 Compat Modes */
src: local('Poppins ExtraBold Italic'), local('Poppins-ExtraBoldItalic'),
url('../fonts/poppins-v13-latin-ext_latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-800italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-800italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url('../fonts/poppins-v13-latin-ext_latin-900.eot'); /* IE9 Compat Modes */
src: local('Poppins Black'), local('Poppins-Black'),
url('../fonts/poppins-v13-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-900.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
src: url('../fonts/poppins-v13-latin-ext_latin-900italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Black Italic'), local('Poppins-BlackItalic'),
url('../fonts/poppins-v13-latin-ext_latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-900italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-900italic.svg#Poppins') format('svg'); /* Legacy iOS */
} | public/theme_admin/assets/css/poppins.css | @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
src: url('../fonts/poppins-v13-latin-ext_latin-100.eot'); /* IE9 Compat Modes */
src: local('Poppins Thin'), local('Poppins-Thin'),
url('../fonts/poppins-v13-latin-ext_latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-100.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-100.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-100.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-100italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
src: url('../fonts/poppins-v13-latin-ext_latin-100italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Thin Italic'), local('Poppins-ThinItalic'),
url('../fonts/poppins-v13-latin-ext_latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-100italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-100italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-200 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
src: url('../fonts/poppins-v13-latin-ext_latin-200.eot'); /* IE9 Compat Modes */
src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'),
url('../fonts/poppins-v13-latin-ext_latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-200.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-200.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-200italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
src: url('../fonts/poppins-v13-latin-ext_latin-200italic.eot'); /* IE9 Compat Modes */
src: local('Poppins ExtraLight Italic'), local('Poppins-ExtraLightItalic'),
url('../fonts/poppins-v13-latin-ext_latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-200italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-200italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url('../fonts/poppins-v13-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
src: local('Poppins Light'), local('Poppins-Light'),
url('../fonts/poppins-v13-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
src: url('../fonts/poppins-v13-latin-ext_latin-300italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Light Italic'), local('Poppins-LightItalic'),
url('../fonts/poppins-v13-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-300italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-300italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url('../fonts/poppins-v13-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local('Poppins Regular'), local('Poppins-Regular'),
url('../fonts/poppins-v13-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
src: url('../fonts/poppins-v13-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Italic'), local('Poppins-Italic'),
url('../fonts/poppins-v13-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url('../fonts/poppins-v13-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
src: local('Poppins Medium'), local('Poppins-Medium'),
url('../fonts/poppins-v13-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
src: url('../fonts/poppins-v13-latin-ext_latin-500italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'),
url('../fonts/poppins-v13-latin-ext_latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-500italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-500italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url('../fonts/poppins-v13-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
url('../fonts/poppins-v13-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
src: url('../fonts/poppins-v13-latin-ext_latin-600italic.eot'); /* IE9 Compat Modes */
src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'),
url('../fonts/poppins-v13-latin-ext_latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-600italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-600italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: url('../fonts/poppins-v13-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'),
url('../fonts/poppins-v13-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-700italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url('../fonts/poppins-v13-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
src: local('Poppins Bold'), local('Poppins-Bold'),
url('../fonts/poppins-v13-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: url('../fonts/poppins-v13-latin-ext_latin-800.eot'); /* IE9 Compat Modes */
src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
url('../fonts/poppins-v13-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-800.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-800.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
src: url('../fonts/poppins-v13-latin-ext_latin-800italic.eot'); /* IE9 Compat Modes */
src: local('Poppins ExtraBold Italic'), local('Poppins-ExtraBoldItalic'),
url('../fonts/poppins-v13-latin-ext_latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-800italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-800italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url('../fonts/poppins-v13-latin-ext_latin-900.eot'); /* IE9 Compat Modes */
src: local('Poppins Black'), local('Poppins-Black'),
url('../fonts/poppins-v13-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-900.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900italic - latin-ext_latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
src: url('../fonts/poppins-v13-latin-ext_latin-900italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Black Italic'), local('Poppins-BlackItalic'),
url('../fonts/poppins-v13-latin-ext_latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/poppins-v13-latin-ext_latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-900italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/poppins-v13-latin-ext_latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/poppins-v13-latin-ext_latin-900italic.svg#Poppins') format('svg'); /* Legacy iOS */
} | 0.208904 | 0.038466 |
.ga-grid.width\:1 > *,
.ga-cell.width\:1 {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%; }
.ga-grid.width\:2 > *,
.ga-cell.width\:2 {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%; }
.ga-grid.width\:3 > *,
.ga-cell.width\:3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%; }
.ga-grid.width\:4 > *,
.ga-cell.width\:4 {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%; }
.ga-grid.width\:5 > *,
.ga-cell.width\:5 {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%; }
.ga-grid.width\:6 > *,
.ga-cell.width\:6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%; }
.ga-grid.width\:7 > *,
.ga-cell.width\:7 {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%; }
.ga-grid.width\:8 > *,
.ga-cell.width\:8 {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%; }
.ga-grid.width\:9 > *,
.ga-cell.width\:9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%; }
.ga-grid.width\:10 > *,
.ga-cell.width\:10 {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%; }
.ga-grid.width\:11 > *,
.ga-cell.width\:11 {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%; }
.ga-grid.width\:12 > *,
.ga-cell.width\:12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%; } | dist/vanilla/base/width.css | .ga-grid.width\:1 > *,
.ga-cell.width\:1 {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%; }
.ga-grid.width\:2 > *,
.ga-cell.width\:2 {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%; }
.ga-grid.width\:3 > *,
.ga-cell.width\:3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%; }
.ga-grid.width\:4 > *,
.ga-cell.width\:4 {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%; }
.ga-grid.width\:5 > *,
.ga-cell.width\:5 {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%; }
.ga-grid.width\:6 > *,
.ga-cell.width\:6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%; }
.ga-grid.width\:7 > *,
.ga-cell.width\:7 {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%; }
.ga-grid.width\:8 > *,
.ga-cell.width\:8 {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%; }
.ga-grid.width\:9 > *,
.ga-cell.width\:9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%; }
.ga-grid.width\:10 > *,
.ga-cell.width\:10 {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%; }
.ga-grid.width\:11 > *,
.ga-cell.width\:11 {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%; }
.ga-grid.width\:12 > *,
.ga-cell.width\:12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%; } | 0.412648 | 0.04531 |
input[type=checkbox] {
position: absolute;
top: -9999px;
left: -9999px;
}
label {
position: absolute;
left: 0;
display: none;
width: 2em;
height: 2.25em;
padding: .35em;
font-size: 1.1em;
color: #000;
transition: color .3s ease-in-out;
cursor: pointer;
user-select: none;
margin: 0;
z-index: 3;
}
/* big screens */
nav[role="off-canvas"] {
width: 60%;
/*width: 60em;*/
position: absolute;
top:20px;
right: 0;
transition-duration: .3s, .5s;
transition-timing-function: ease-in-out;
transition-property: left, opacity, box-shadow;
}
nav[role="off-canvas"] a {
font-size: 0.8em;
font-family: "Lato bold", sans-serif;
text-decoration: none;
transition: all .6s ease-in-out;
display: table-cell;
vertical-align: middle;
text-transform: uppercase;
color: #fff;
padding: .9em 0 ;
}
nav[role="off-canvas"] ul li.active a{
color: #fff;
}
nav[role="off-canvas"] ul a:after{
content: "";
width: 40%;
height: 1px;
background-color: white;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
display: none;
transition: all 0.4s ease-in;
}
nav[role="off-canvas"] ul a:before{
content: "\f041";
text-align: center;
color: white;
width: 100%;
height: auto;
top:-13px;
left: 50%;
transform: translateX(-50%);
position: absolute;
font-size: 1.4em;
font-family: FontAwesome;
display: none;
transition: all 0.4s ease-in;
}
nav[role="off-canvas"] ul li.active a:before,nav[role="off-canvas"] ul li.active a:after{
display: block;
}
nav[role="off-canvas"] ul {
padding: 0;
margin: 0 auto ;
width: 100%;
/*background-color: red;*/
/*border-top: solid 1px lightgrey;*/
}
nav[role="off-canvas"] ul > li {
float: left;
margin-top: 20px;
display: table;
width: 16.666666666666667%;
cursor: pointer;
transition-duration: .3s;
transition-timing-function: ease-in;
transition-property: box-shadow, color, opacity, padding-left,background;
text-align: center;
}
nav[role="off-canvas"] ul > li:hover{
background: transparent;
}
nav[role="off-canvas"] ul > li:hover a:after{
display: block;
}
nav[role="off-canvas"] ul > li:last-child{
border-right:none;
}
@media screen and (max-width: 780px) {
nav[role="off-canvas"] {
zoom: 0.7;
width: 95%;
}
nav[role="off-canvas"] a {
font-size: 0.9em;
}
}
@media screen and (max-width: 520px) {
nav[role="off-canvas"] ul li.active a:before,nav[role="off-canvas"] ul li.active a:after{
display: none;
}
nav[role="off-canvas"] {
position: absolute;
top: 100px;
left: -20em;
width: 18em;
height: 100vh;
opacity: 0;
box-shadow: 5px 0px 1px 0px rgba(0,0,0,0.25);
z-index: 2;
background: rgba(43,145,211,0.6);
}
nav[role="off-canvas"] ul > li {
height: 100%;
width: 100%;
text-align: left;
margin: 0;
}
nav[role="off-canvas"] ul > li:hover {
box-shadow: inset 0 0 0 0.15em rgba(255, 255, 255, 0.45);
}
label {
display: block;
z-index: 3;
top:20px;
color: white;
}
label:after {
position: absolute;
right: .25em;
top: 0;
content: "\2261";
font-size: 1.8em;
}
label:hover,
input:checked ~ label {
color: #000;
}
input:checked ~ nav[role="off-canvas"] {
opacity: 1;
left: 0;
/*box-shadow: -30em 0 0 30em rgba(0, 0, 0, 0.3);*/
background: rgba(43,145,211,0.9);
}
input:checked ~ nav[role="off-canvas"] ul > li {
padding: .55em .55em .55em 2.5em;
}
input:checked ~ nav[role="off-canvas"] ul > li:hover {
padding-left: 3.5em;
}
/*input:checked ~ nav[role="off-canvas"] ul > li:after {*/
/*position: absolute;*/
/*right: .25em;*/
/*content: "\203A";*/
/*font: bold 1.4em sans-serif;*/
/*color: inherit;*/
/*}*/
input:checked ~ .content {
margin-left: 20.5em;
margin-right: -20.5em;
}
} | assets/css/ipfstyle.css |
input[type=checkbox] {
position: absolute;
top: -9999px;
left: -9999px;
}
label {
position: absolute;
left: 0;
display: none;
width: 2em;
height: 2.25em;
padding: .35em;
font-size: 1.1em;
color: #000;
transition: color .3s ease-in-out;
cursor: pointer;
user-select: none;
margin: 0;
z-index: 3;
}
/* big screens */
nav[role="off-canvas"] {
width: 60%;
/*width: 60em;*/
position: absolute;
top:20px;
right: 0;
transition-duration: .3s, .5s;
transition-timing-function: ease-in-out;
transition-property: left, opacity, box-shadow;
}
nav[role="off-canvas"] a {
font-size: 0.8em;
font-family: "Lato bold", sans-serif;
text-decoration: none;
transition: all .6s ease-in-out;
display: table-cell;
vertical-align: middle;
text-transform: uppercase;
color: #fff;
padding: .9em 0 ;
}
nav[role="off-canvas"] ul li.active a{
color: #fff;
}
nav[role="off-canvas"] ul a:after{
content: "";
width: 40%;
height: 1px;
background-color: white;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
display: none;
transition: all 0.4s ease-in;
}
nav[role="off-canvas"] ul a:before{
content: "\f041";
text-align: center;
color: white;
width: 100%;
height: auto;
top:-13px;
left: 50%;
transform: translateX(-50%);
position: absolute;
font-size: 1.4em;
font-family: FontAwesome;
display: none;
transition: all 0.4s ease-in;
}
nav[role="off-canvas"] ul li.active a:before,nav[role="off-canvas"] ul li.active a:after{
display: block;
}
nav[role="off-canvas"] ul {
padding: 0;
margin: 0 auto ;
width: 100%;
/*background-color: red;*/
/*border-top: solid 1px lightgrey;*/
}
nav[role="off-canvas"] ul > li {
float: left;
margin-top: 20px;
display: table;
width: 16.666666666666667%;
cursor: pointer;
transition-duration: .3s;
transition-timing-function: ease-in;
transition-property: box-shadow, color, opacity, padding-left,background;
text-align: center;
}
nav[role="off-canvas"] ul > li:hover{
background: transparent;
}
nav[role="off-canvas"] ul > li:hover a:after{
display: block;
}
nav[role="off-canvas"] ul > li:last-child{
border-right:none;
}
@media screen and (max-width: 780px) {
nav[role="off-canvas"] {
zoom: 0.7;
width: 95%;
}
nav[role="off-canvas"] a {
font-size: 0.9em;
}
}
@media screen and (max-width: 520px) {
nav[role="off-canvas"] ul li.active a:before,nav[role="off-canvas"] ul li.active a:after{
display: none;
}
nav[role="off-canvas"] {
position: absolute;
top: 100px;
left: -20em;
width: 18em;
height: 100vh;
opacity: 0;
box-shadow: 5px 0px 1px 0px rgba(0,0,0,0.25);
z-index: 2;
background: rgba(43,145,211,0.6);
}
nav[role="off-canvas"] ul > li {
height: 100%;
width: 100%;
text-align: left;
margin: 0;
}
nav[role="off-canvas"] ul > li:hover {
box-shadow: inset 0 0 0 0.15em rgba(255, 255, 255, 0.45);
}
label {
display: block;
z-index: 3;
top:20px;
color: white;
}
label:after {
position: absolute;
right: .25em;
top: 0;
content: "\2261";
font-size: 1.8em;
}
label:hover,
input:checked ~ label {
color: #000;
}
input:checked ~ nav[role="off-canvas"] {
opacity: 1;
left: 0;
/*box-shadow: -30em 0 0 30em rgba(0, 0, 0, 0.3);*/
background: rgba(43,145,211,0.9);
}
input:checked ~ nav[role="off-canvas"] ul > li {
padding: .55em .55em .55em 2.5em;
}
input:checked ~ nav[role="off-canvas"] ul > li:hover {
padding-left: 3.5em;
}
/*input:checked ~ nav[role="off-canvas"] ul > li:after {*/
/*position: absolute;*/
/*right: .25em;*/
/*content: "\203A";*/
/*font: bold 1.4em sans-serif;*/
/*color: inherit;*/
/*}*/
input:checked ~ .content {
margin-left: 20.5em;
margin-right: -20.5em;
}
} | 0.49707 | 0.081337 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
*::-webkit-scrollbar {
width: 10px;
height: 1em;
}
*::-webkit-scrollbar-track {
background: black;
}
*::-webkit-scrollbar-thumb {
background: linear-gradient(-135deg, transparent 3px, #094fcd 0) right,
linear-gradient(45deg, transparent 3px, #6409cd 0) left;
background-size: 50% 100%;
background-repeat: no-repeat;
}
html,
body {
font-family: Arial, Helvetica, sans-serif;
width: 100vw;
height: fit-content;
overflow-x: hidden;
position: relative;
background-color: black;
}
.title {
padding: 10px 30px;
outline: 1px solid #094fcd;
cursor: pointer;
width: 40%;
min-width: 250px;
max-width: 500px;
transform: skewX(-20deg);
margin: 0 20px;
color: whitesmoke;
}
.title > * {
transform: skewX(20deg);
font-weight: 400;
}
.nav-logo {
width: 200px;
height: 50px;
}
.nav-logo .nav__logo__img {
width: 100%;
height: 100%;
object-fit: contain;
}
.back__to__top {
position: fixed;
bottom: 7.5%;
right: 5%;
width: 60px;
height: 60px;
font-size: 1.6em;
font-weight: 400;
border-radius: 50%;
border: none;
outline: none;
transition: all 0.3s ease-in-out;
z-index: 99;
cursor: pointer;
background-image: linear-gradient(135deg, #4a2f88, #094fcd);
color: whitesmoke;
cursor: pointer;
opacity: 0;
padding: 10px;
animation: 1s ease-in-out infinite both;
}
.back__to__top:hover {
animation-name: bounce;
}
.navbar {
width: 100%;
height: 5em;
padding: 20px;
background-color: transparent;
color: white;
position: sticky;
z-index: 99;
transition: all 0.5s ease;
top: 0;
}
.navbar .search__component {
display: flex;
justify-content: center;
align-items: center;
background-color: black;
color: whitesmoke;
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100vw;
height: 100vh;
opacity: 0;
pointer-events: none;
transition: opacity 1s ease-in-out;
}
.navbar .search__component .search__box {
display: flex;
justify-content: center;
width: 85%;
max-width: 500px;
padding: 5px 10px;
border: 0.5px solid #969696;
position: relative;
}
.navbar .search__component .search__box .search__input {
padding: 10px;
flex: 1;
outline: none;
border: none;
background-color: inherit;
color: #969696;
}
.navbar .search__component .search__box .search__input::placeholder {
color: inherit;
}
.navbar .search__component .search__box .search__btn {
border: none;
outline: none;
background-color: inherit;
color: #969696;
cursor: pointer;
padding: 10px;
}
.navbar .search__component__visible {
opacity: 1;
pointer-events: unset;
}
.navbar .navbar__content {
display: flex;
width: 100%;
max-width: 100vw;
max-width: 1350px;
margin: 0 auto;
padding: 0 20px;
overflow: hidden;
justify-content: space-between;
align-items: center;
}
.navbar .navbar__content .nav-items-div {
display: flex;
align-items: center;
font-size: 0.9em;
font-weight: 550;
letter-spacing: 0.5px;
}
.navbar .navbar__content .nav-items-div .nav-items-list {
display: flex;
}
.navbar .navbar__content .nav-items-div .nav-items-list li {
list-style: none;
cursor: pointer;
}
.navbar .navbar__content .nav-items-div .nav-items-list li a {
text-decoration: none;
margin: 10px;
color: inherit;
padding: 7px 0;
position: relative;
}
.navbar .navbar__content .nav-items-div .nav-items-list li a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
height: 4px;
background-color: blue;
width: 100%;
transform: skewX(-20deg) scale(0);
transition: all 0.5s ease;
}
.navbar .navbar__content .nav-items-div .nav-items-list li a:hover::after {
transform: skewX(-20deg) scale(1);
transform-origin: left;
}
.navbar .navbar__content .nav-items-div button {
border: none;
outline: none;
color: inherit;
background-color: inherit;
margin: 10px;
font-size: inherit;
cursor: pointer;
transition: all 0.3s ease-in;
}
.navbar .navbar__content .nav-items-div button:hover {
color: blue;
}
.navbar .navbar__content .nav-items-div .responsive__nav {
width: 15px;
height: 20px;
display: none;
}
.navbar .navbar__content .nav-items-div .responsive__nav .hamburger {
width: 100%;
height: 2px;
background-color: white;
margin: 2.5px 0;
transition: all 0.5s ease;
}
.navbar .navbar__content .nav-items-div .responsive__nav .menu_two {
margin-left: 2px;
transition: all 0.5s ease;
}
.navbar .navbar__content .nav-items-div .responsive__nav:hover .menu_two {
margin-left: 0;
}
.navbar .navbar__content .nav-items-div .responsive__nav__toggle {
width: 15px;
height: 20px;
}
.navbar .navbar__content .nav-items-div .responsive__nav__toggle .menu_two {
transform: scaleX(0);
transform-origin: left;
}
.navbar .navbar__content .nav-items-div .responsive__nav__toggle .menu__one {
transform: rotate(45deg);
transform-origin: left;
margin-bottom: 4px;
}
.navbar .navbar__content .nav-items-div .responsive__nav__toggle .menu__three {
transform: rotate(-45deg);
transform-origin: left;
}
.nav-dark {
background-color: rgba(0, 0, 0, 0.9);
backdrop-filter: blur(4px);
}
.header__carousel {
width: 100vw;
height: 100vh;
margin-top: -5em;
position: relative;
}
.header__carousel .carousel__controller {
display: flex;
align-items: center;
position: absolute;
bottom: 10%;
color: whitesmoke;
margin-left: 150px;
width: 200px;
z-index: 10;
}
.header__carousel .carousel__controller > * {
flex: 0.2;
}
.header__carousel .carousel__controller div {
display: grid;
place-items: center;
padding: 5px;
transform: skewX(-20deg);
background-color: #094fcd;
cursor: pointer;
font-weight: 600;
transition: all 0.3s ease;
margin: 0 5px;
}
.header__carousel .carousel__controller div:hover {
transform: skewX(-20deg) scale(1.1);
}
.header__carousel .carousel__controller div > * {
transform: skewX(20deg);
}
.header__carousel .carousel__controller button {
border: none;
outline: none;
color: inherit;
background: inherit;
margin: 5px;
font-size: 1.5em;
cursor: pointer;
}
.header__carousel .header__social__links {
position: absolute;
bottom: 10%;
left: 0%;
display: flex;
margin-left: 30px;
margin-bottom: 5px;
height: 100px;
z-index: 10;
font-size: 1.2em;
justify-content: space-between;
flex-direction: column;
}
.header__carousel .header__social__links a {
color: white;
}
.header__carousel .carousel__cards__wrapper {
height: 100%;
display: flex;
overflow: scroll;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
}
.header__carousel .carousel__cards__wrapper::-webkit-scrollbar {
display: none;
}
.header__carousel .carousel__cards__wrapper .carousel__cards {
height: 100vh;
min-width: 100vw;
position: relative;
background-repeat: no-repeat;
background-size: cover;
scroll-snap-align: start;
}
.header__carousel .carousel__cards__wrapper .carousel__cards .card__content {
position: absolute;
top: 35%;
left: 0%;
margin-left: 150px;
color: white;
width: 300px;
height: 100px;
background-color: rgba(0, 0, 0, 0.8);
}
.header__carousel .carousel__cards__wrapper .carousel__cards .card__content h1 {
font-size: 3em;
font-weight: 450;
width: 50vw;
max-width: 600px;
}
.header__carousel
.carousel__cards__wrapper
.carousel__cards
.card__content
button {
padding: 15px 20px;
font-size: 0.9em;
font-weight: 600;
margin-top: 20px;
margin-left: 20px;
cursor: pointer;
border: none;
outline: none;
color: whitesmoke;
transition: all 0.5s ease-in-out;
background-image: linear-gradient(135deg, #4a2f88, #094fcd);
}
.header__carousel
.carousel__cards__wrapper
.carousel__cards
.card__content
button:hover {
background-image: linear-gradient(135deg, #094fcd, #094fcd);
}
.header__carousel .card__one {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.1)
),
url('../img/header-1.jpg');
background-position: top;
}
.header__carousel .card__two {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.2)
),
url('../img/header-2.jpg');
background-position: top;
}
.header__carousel .card__three {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.2)
),
url('../img/header-3.jpg');
background-position: center;
}
.esport__shopping {
padding: 20px 30px;
color: white;
background-color: black;
}
.esport__shopping .esport__shop__title {
margin-bottom: 30px;
}
.esport__shopping .shopping__products__wrapper {
width: 100%;
max-width: 1100px;
margin: 0 auto;
padding: 20px 0;
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.esport__shopping .shopping__products__wrapper .product__card {
display: flex;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top {
flex: 70%;
position: relative;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top
.product__card__overlay__img {
width: 100%;
height: 100%;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top
.product__card__overlay__img
img {
width: 100%;
height: 100%;
object-fit: cover;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top
.product__card__overlay__btn {
position: absolute;
opacity: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: grid;
transition: all 0.5s ease-in-out;
place-items: center;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.4),
rgba(0, 0, 0, 0.3)
);
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top
.product__card__overlay__btn
button {
background-color: black;
color: white;
border: none;
outline: none;
display: flex;
justify-content: center;
align-items: center;
padding: 15px;
font-weight: 600;
transition: all 0.3s ease-in;
cursor: pointer;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top
.product__card__overlay__btn
button
> * {
margin: 0 10px;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top
.product__card__overlay__btn
button:hover {
background-color: blue;
}
.esport__shopping
.shopping__products__wrapper
.product__card:hover
.product__card__overlay__btn {
opacity: 1;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__details {
flex: 30%;
padding: 10px;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__details
> * {
margin: 5px 0;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__details
p {
font-size: 0.7em;
color: darkgray;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__details
h2 {
font-size: 1.3em;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__details
h3 {
font-size: 1em;
font-weight: 400;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__details
h3
span {
text-decoration: line-through;
color: gray;
margin-left: 10px;
}
.upcoming__tournament {
background-color: black;
color: white;
padding: 20px;
padding-top: 50px;
}
.upcoming__tournament .carousel {
padding: 20px;
}
.upcoming__tournament .carousel .carousel__cards__div {
padding: 10px;
overflow-x: scroll;
scroll-behavior: smooth;
display: flex;
scroll-snap-type: x mandatory;
}
.upcoming__tournament .carousel .carousel__cards__div::-webkit-scrollbar {
display: none;
}
.upcoming__tournament .carousel .carousel__cards__div .carousel__cards {
margin: 0 5px;
min-width: 450px;
height: 400px;
cursor: pointer;
display: flex;
flex-direction: column;
scroll-snap-align: start;
transform: skewX(-10deg);
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top {
width: 100%;
height: 75%;
display: flex;
flex: 70%;
position: relative;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.card__item__image {
height: 100%;
width: 100%;
position: relative;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.card__item__image
h2 {
position: absolute;
bottom: 0;
left: 0%;
width: 60%;
min-width: 250px;
font-size: 1.3em;
padding: 5px 10px;
margin-bottom: 10px;
margin-left: -5px;
transform: skewX(10deg);
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(4px);
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.card__item__image
img {
height: 100%;
width: 100%;
object-fit: cover;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.cards__overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.4),
rgba(0, 0, 0, 0.3)
);
transition: all 0.3s ease-in-out;
display: flex;
opacity: 0;
justify-content: center;
align-items: center;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.cards__overlay
.overlay__items {
display: grid;
place-items: center;
width: 50%;
transition: transform 0.5s ease-in-out;
transform: translateY(50%) scale(0.9);
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.cards__overlay
.overlay__items
.overlay__button {
display: flex;
width: 150px;
height: 45px;
justify-content: center;
align-items: center;
padding: 10px;
outline: none;
border: none;
font-weight: 600;
transform: translateY(-50%) skewX(10deg);
color: white;
background-color: black;
cursor: pointer;
transition: all 0.3s ease-in;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.cards__overlay
.overlay__items
.overlay__button
> * {
margin: 0 5px;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.cards__overlay
.overlay__items
.overlay__button:hover {
background-color: blue;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards:hover
.cards__overlay {
opacity: 1;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__description {
display: flex;
flex: 30%;
transform: skewX(10deg);
justify-content: space-between;
align-items: flex-start;
padding: 20px 10px;
color: whitesmoke;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__description
div {
display: flex;
flex-direction: column;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__description
div
h3 {
font-size: 1.1em;
color: #094fcd;
font-weight: 700;
margin: 5px 2px;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__description
p,
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__description
h4 {
font-size: 0.8em;
margin: 5px;
}
.watchPopular {
color: #3785fe;
}
.LiveStream-background-Img {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.7)
),
url('../img/background.jpg');
width: 100%;
background-size: cover;
background-position: center;
color: white;
padding: 50px 0;
}
.LiveStream-background-Img .Heading-Text {
margin: 0px 50px;
display: flex;
flex-direction: column;
justify-content: center;
background: transparent;
}
.LiveStream-background-Img .Grid-Container {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 30px;
max-width: 1200px;
text-align: center;
height: 100%;
margin: 0 auto;
grid-gap: 1em;
}
.LiveStream-background-Img .Grid-Container .Grid-item-1 {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.2)
),
url('../img/1.jpg');
background-size: cover;
background-repeat: no-repeat;
}
.LiveStream-background-Img .Grid-Container .Grid-item-1 .Inner-Item1-Grid {
height: 100%;
width: 100%;
text-align: left;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: auto;
padding: 1em;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.playBtn {
width: 80px;
height: 80px;
margin: 30px;
background-color: #3785fe;
color: white;
font-size: 1.5em;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.ripple {
box-sizing: border-box;
position: relative;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.ripple:before {
animation: ripple 2s ease-out infinite;
border: 1px solid white;
bottom: 0;
box-sizing: border-box;
content: '';
left: 0;
position: absolute;
right: 0;
top: 0;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.ripple:after {
animation: ripple 1.5s 1s ease-out infinite;
border: solid 20px white;
bottom: 0;
box-sizing: border-box;
content: '';
left: 0;
position: absolute;
right: 0;
top: 0;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.Grid1-Text {
color: white;
margin-bottom: 30px;
font-size: 1em;
padding: 0 25px;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.Grid1-Text
.Matches {
color: #3785fe;
font-size: 0.8em;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.Grid1-Text
.Exclusive-Racing {
font-size: 2.5rem;
text-transform: uppercase;
font-weight: 500;
letter-spacing: -2px;
}
.LiveStream-background-Img .Inner-Grid-Container {
display: grid;
grid-template-rows: 1fr 1fr;
grid-gap: 1em;
}
.LiveStream-background-Img .Inner-Grid-Container .Grid-item-2 {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.2)
),
url('../img/2.jpg');
height: 100%;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
}
.LiveStream-background-Img .Inner-Grid-Container .Grid-item-2:hover {
border: 1px solid blue;
animation: moveUpDown 1s infinite alternate;
}
.LiveStream-background-Img .Inner-Grid-Container .Grid-item-2 .Grit2btn {
height: 5rem;
width: 20rem;
background-color: #3785fe;
color: white;
margin-top: 10.3rem;
display: flex;
justify-content: center;
align-items: center;
opacity: 0.8;
}
.LiveStream-background-Img
.Inner-Grid-Container
.Grid-item-2
.Grit2btn
.GodOfWar {
margin-left: 1rem;
}
.LiveStream-background-Img .Inner-Grid-Container .Grid-item-3 {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.2)
),
url('../img/3.jpg');
height: 100%;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
}
.LiveStream-background-Img .Inner-Grid-Container .Grid-item-3:hover {
border: 1px solid blue;
animation: moveUpDown 1s infinite alternate;
}
.LiveStream-background-Img .Inner-Grid-Container .Grid-item-3 .Grit2btn {
height: 5rem;
width: 20rem;
background-color: #3785fe;
color: white;
margin-top: 10.3rem;
display: flex;
justify-content: center;
align-items: center;
opacity: 0.8;
}
.LiveStream-background-Img
.Inner-Grid-Container
.Grid-item-3
.Grit2btn
.GodOfWar {
margin-left: 10px;
}
@media only screen and (max-width: 768px) {
body {
width: 100vw;
}
.navbar__content {
align-items: flex-start;
}
.responsive__nav {
display: block !important;
}
.nav-items-div {
z-index: 0;
overflow-x: hidden;
}
.nav-items-list {
position: absolute;
right: 0;
top: 0;
width: 25%;
min-width: 200px;
z-index: -1;
padding: 0 0 0 20px;
padding-top: 5em;
flex-direction: column;
align-items: flex-start;
height: 100vh;
background-color: rgba(0, 0, 0, 0.9);
backdrop-filter: blur(4px);
justify-content: flex-start;
transition: all 0.5s ease;
transform: translateX(100%);
opacity: 0;
}
.nav-items-list li {
margin: 25px 0;
}
.nav-items-list-responsive {
transform: translateX(0);
opacity: 1;
}
.card__content {
margin-left: 50px !important;
}
.card__content h1 {
font-size: 2em !important;
}
.carousel__cards__div .carousel__cards {
min-width: 250px !important;
}
.carousel__controller {
margin-left: 75px !important;
}
.Grid-Container {
grid-template-columns: 1fr !important;
grid-template-rows: 1fr;
}
}
@keyframes bounce {
0%,
100%,
20%,
50%,
80% {
transform: translateY(0);
}
40% {
transform: translateY(-20px);
}
60% {
transform: translateY(-10px);
}
}
@keyframes ripple {
0% {
opacity: 0.5;
}
100% {
opacity: 0.2;
transform: scale(2);
}
}
@keyframes moveUpDown {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
.heading {
font-size: 1em;
text-align: start;
margin-left: 50px;
}
.blog-card {
display: flex;
flex-direction: column;
max-width: 1100px;
margin: 1em auto;
box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
margin: 50px auto;
color: white;
line-height: 1.45;
transform: skewX(-5deg);
overflow: hidden;
z-index: 0;
padding: 10px;
box-shadow: 8px 8px 10px rgba(0, 54, 155, 0.4),
-8px -8px 10px rgba(96, 152, 255, 0.3);
}
.blog-card > * {
transform: skewX(5deg);
}
.blog-card a {
color: inherit;
}
.blog-card a:hover {
color: #ffc400;
}
.blog-card:hover .photo {
transform: scale(1.15) rotate(2deg);
}
.blog-card .meta {
position: relative;
z-index: 0;
height: 200px;
}
.blog-card .meta img {
height: 100%;
width: 100%;
object-fit: cover;
transform: skewX(-5deg);
}
.blog-card .photo {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: center;
transition: transform 0.2s;
}
.blog-card .description {
padding: 1rem;
position: relative;
margin: 0 10px;
z-index: 1;
}
.blog-card .description h1 {
line-height: 1;
margin: 0;
font-size: 1.7rem;
}
.blog-card .description h2 {
font-size: 1rem;
font-weight: 300;
text-transform: uppercase;
color: #a2a2a2;
margin-top: 5px;
}
.blog-card .description p {
font-size: 0.9em;
}
.blog-card .description li {
list-style: none;
margin: 0 10px;
font-size: 0.9em;
line-height: 2;
color: #c5c5c5;
}
.blog-card p {
position: relative;
margin: 1rem 0 0;
color: #c5c5c5;
font-size: 13px;
}
.blog-card p:first-of-type {
margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
content: '';
position: absolute;
height: 3px;
background: #094fcd;
width: 75px;
top: -1rem;
border-radius: 3px;
}
.blog-card:hover .details {
left: 0%;
}
@media (min-width: 640px) {
.blog-card {
flex-direction: row;
}
.blog-card .meta {
flex-basis: 40%;
height: auto;
}
.blog-card .description {
flex-basis: 60%;
}
.blog-card.alt {
flex-direction: row-reverse;
}
.blog-card.alt .details {
padding-left: 25px;
}
.blog-card p {
font-size: 16px;
}
}
.para {
margin: 40px;
}
.para h1 {
text-align: center;
font-size: 30px;
}
.para p {
font-size: 20px;
padding: 10px;
}
.our-team {
text-align: center;
font-size: 30px;
margin: 70px;
}
.contac-us {
text-align: center;
padding: 50px;
font-size: 20px;
margin: 40px;
}
.button {
height: 70px;
width: 200px;
font-size: 25px;
border: 2px solid black;
margin: 30px;
}
.button:hover {
background-color: grey;
}
.popularGamesSection {
width: 100%;
background-color: black;
color: whitesmoke;
padding: 30px 20px;
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.7),
rgba(0, 0, 0, 0.8)
),
url('../img/games.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.gamesItemImageContainer {
display: flex;
justify-content: center;
align-items: center;
}
.gamesItemImageContainer img {
width: 85%;
height: 85%;
object-fit: contain;
transform: skewX(-10deg);
}
.gamesContainer {
width: 80%;
margin: auto;
display: grid;
grid-template-columns: 1fr;
grid-gap: 2em;
margin-top: 30px;
}
.gamesContainer a {
color: inherit;
text-decoration: none;
}
.gamesItem {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 2em;
}
.topHeading {
text-align: center;
font-size: 35px;
}
.dowloadGameBtn {
width: 150px;
height: 40px;
background-color: #094fcd;
display: flex;
justify-content: center;
align-items: center;
transform: skewX(-10deg);
}
.dowloadGameBtn:hover {
background-color: #094fcd;
cursor: pointer;
}
.dowloadGameBtn > * {
transform: skewX(10deg);
}
.innerDownloadBtn {
width: 147px;
height: 37px;
background-color: black;
display: flex;
justify-content: center;
align-items: center;
transform: skewX(-10deg);
font-size: 15px;
}
.innerDownloadBtn:hover {
background-color: #094fcd;
cursor: pointer;
}
.rightGameItemSection {
display: flex;
flex-direction: column;
justify-content: space-around;
}
.rightGameItemSection h3 {
font-size: 1.5em;
margin: 10px 0;
font-weight: 400;
}
.rightGameItemSection p {
color: #cfcfcf;
font-weight: 400;
font-size: 0.9em;
line-height: 1.5;
margin: 10px 0;
}
.outerContainer {
width: 100%;
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url('../img/footer.jpg');
background-size: cover;
background-repeat: no-repeat;
height: fit-content;
}
.footerContainer {
display: grid;
grid-template-columns: 1fr 2fr;
width: 90%;
margin: auto;
background-size: cover;
color: white;
padding: 5em;
height: 100%;
}
.footerDecription {
color: white;
margin-top: 2em;
font-weight: 600px;
line-height: 2.5;
}
.right-inner-container {
display: flex;
flex-direction: column;
justify-content: space-evenly;
text-align: right;
justify-content: flex-end;
padding: 1em;
}
.right-inner-container .nav-logo {
width: 100%;
margin-bottom: 50px;
}
.right-inner-container .nav-logo .nav__logo__img {
width: auto;
}
.social-Links {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-gap: 5px;
}
.soicalIcons {
width: 30%;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
margin-left: 70%;
font-size: 1.3em;
margin-top: 2em;
}
.social-LinksHover {
color: white;
text-decoration: none;
}
.social-LinksHover:hover {
color: white;
text-decoration: none;
cursor: pointer;
}
@media only screen and (max-width: 768px) {
.gamesItem {
display: grid;
grid-template-columns: 1fr;
}
.outerContainer {
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.footerContainer {
display: grid;
grid-template-columns: 2fr;
text-align: left;
padding: 2em;
}
.footerDecription {
text-align: left;
}
.social-Links {
display: grid;
grid-template-columns: 1fr;
text-align: left;
grid-gap: 2em;
margin-left: 0;
}
.soicalIcons {
grid-gap: 2em;
margin-left: 0;
}
.right-inner-container {
text-align: left;
}
}
.contact-body {
display: flex;
flex-direction: column;
justify-content: space-between;
max-width: 700px;
margin: 20px auto;
padding: 20px;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(5px);
}
.contact-header {
text-align: center;
}
.contact-header h3 {
color: white;
margin: 10px 0;
}
.contact-header h1 {
margin: 10px 0;
}
.contact-form {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
}
.name {
display: flex;
}
.name input {
border: none;
outline: none;
flex: 1;
min-width: 150px;
border: 0.2px solid lightgray;
height: 40px;
padding: 0 20px;
background-color: #eee;
}
.subject {
border: none;
outline: none;
height: 40px;
padding: 0 20px;
background-color: #eee;
margin: 20px 0;
}
.contact-form textarea {
border: none;
outline: none;
padding: 20px;
height: 100px;
background-color: #eee;
}
.contact-form button {
color: white;
font-weight: 500;
font-size: 1em;
background-image: linear-gradient(135deg, #4a2f88, #094fcd);
width: 150px;
height: 50px;
border: none;
outline: none;
margin: 20px 0;
cursor: pointer;
}
@media only screen and (max-width: 450px) {
.name input {
width: 100%;
margin: 10px 0;
}
.name {
display: flex;
flex-wrap: wrap;
}
.name input {
border: none;
outline: none;
width: 100%;
min-width: 150px;
border: 0.2px solid lightgray;
height: 40px;
padding: 0 20px;
background-color: #eee;
}
} | css/styles.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
*::-webkit-scrollbar {
width: 10px;
height: 1em;
}
*::-webkit-scrollbar-track {
background: black;
}
*::-webkit-scrollbar-thumb {
background: linear-gradient(-135deg, transparent 3px, #094fcd 0) right,
linear-gradient(45deg, transparent 3px, #6409cd 0) left;
background-size: 50% 100%;
background-repeat: no-repeat;
}
html,
body {
font-family: Arial, Helvetica, sans-serif;
width: 100vw;
height: fit-content;
overflow-x: hidden;
position: relative;
background-color: black;
}
.title {
padding: 10px 30px;
outline: 1px solid #094fcd;
cursor: pointer;
width: 40%;
min-width: 250px;
max-width: 500px;
transform: skewX(-20deg);
margin: 0 20px;
color: whitesmoke;
}
.title > * {
transform: skewX(20deg);
font-weight: 400;
}
.nav-logo {
width: 200px;
height: 50px;
}
.nav-logo .nav__logo__img {
width: 100%;
height: 100%;
object-fit: contain;
}
.back__to__top {
position: fixed;
bottom: 7.5%;
right: 5%;
width: 60px;
height: 60px;
font-size: 1.6em;
font-weight: 400;
border-radius: 50%;
border: none;
outline: none;
transition: all 0.3s ease-in-out;
z-index: 99;
cursor: pointer;
background-image: linear-gradient(135deg, #4a2f88, #094fcd);
color: whitesmoke;
cursor: pointer;
opacity: 0;
padding: 10px;
animation: 1s ease-in-out infinite both;
}
.back__to__top:hover {
animation-name: bounce;
}
.navbar {
width: 100%;
height: 5em;
padding: 20px;
background-color: transparent;
color: white;
position: sticky;
z-index: 99;
transition: all 0.5s ease;
top: 0;
}
.navbar .search__component {
display: flex;
justify-content: center;
align-items: center;
background-color: black;
color: whitesmoke;
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100vw;
height: 100vh;
opacity: 0;
pointer-events: none;
transition: opacity 1s ease-in-out;
}
.navbar .search__component .search__box {
display: flex;
justify-content: center;
width: 85%;
max-width: 500px;
padding: 5px 10px;
border: 0.5px solid #969696;
position: relative;
}
.navbar .search__component .search__box .search__input {
padding: 10px;
flex: 1;
outline: none;
border: none;
background-color: inherit;
color: #969696;
}
.navbar .search__component .search__box .search__input::placeholder {
color: inherit;
}
.navbar .search__component .search__box .search__btn {
border: none;
outline: none;
background-color: inherit;
color: #969696;
cursor: pointer;
padding: 10px;
}
.navbar .search__component__visible {
opacity: 1;
pointer-events: unset;
}
.navbar .navbar__content {
display: flex;
width: 100%;
max-width: 100vw;
max-width: 1350px;
margin: 0 auto;
padding: 0 20px;
overflow: hidden;
justify-content: space-between;
align-items: center;
}
.navbar .navbar__content .nav-items-div {
display: flex;
align-items: center;
font-size: 0.9em;
font-weight: 550;
letter-spacing: 0.5px;
}
.navbar .navbar__content .nav-items-div .nav-items-list {
display: flex;
}
.navbar .navbar__content .nav-items-div .nav-items-list li {
list-style: none;
cursor: pointer;
}
.navbar .navbar__content .nav-items-div .nav-items-list li a {
text-decoration: none;
margin: 10px;
color: inherit;
padding: 7px 0;
position: relative;
}
.navbar .navbar__content .nav-items-div .nav-items-list li a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
height: 4px;
background-color: blue;
width: 100%;
transform: skewX(-20deg) scale(0);
transition: all 0.5s ease;
}
.navbar .navbar__content .nav-items-div .nav-items-list li a:hover::after {
transform: skewX(-20deg) scale(1);
transform-origin: left;
}
.navbar .navbar__content .nav-items-div button {
border: none;
outline: none;
color: inherit;
background-color: inherit;
margin: 10px;
font-size: inherit;
cursor: pointer;
transition: all 0.3s ease-in;
}
.navbar .navbar__content .nav-items-div button:hover {
color: blue;
}
.navbar .navbar__content .nav-items-div .responsive__nav {
width: 15px;
height: 20px;
display: none;
}
.navbar .navbar__content .nav-items-div .responsive__nav .hamburger {
width: 100%;
height: 2px;
background-color: white;
margin: 2.5px 0;
transition: all 0.5s ease;
}
.navbar .navbar__content .nav-items-div .responsive__nav .menu_two {
margin-left: 2px;
transition: all 0.5s ease;
}
.navbar .navbar__content .nav-items-div .responsive__nav:hover .menu_two {
margin-left: 0;
}
.navbar .navbar__content .nav-items-div .responsive__nav__toggle {
width: 15px;
height: 20px;
}
.navbar .navbar__content .nav-items-div .responsive__nav__toggle .menu_two {
transform: scaleX(0);
transform-origin: left;
}
.navbar .navbar__content .nav-items-div .responsive__nav__toggle .menu__one {
transform: rotate(45deg);
transform-origin: left;
margin-bottom: 4px;
}
.navbar .navbar__content .nav-items-div .responsive__nav__toggle .menu__three {
transform: rotate(-45deg);
transform-origin: left;
}
.nav-dark {
background-color: rgba(0, 0, 0, 0.9);
backdrop-filter: blur(4px);
}
.header__carousel {
width: 100vw;
height: 100vh;
margin-top: -5em;
position: relative;
}
.header__carousel .carousel__controller {
display: flex;
align-items: center;
position: absolute;
bottom: 10%;
color: whitesmoke;
margin-left: 150px;
width: 200px;
z-index: 10;
}
.header__carousel .carousel__controller > * {
flex: 0.2;
}
.header__carousel .carousel__controller div {
display: grid;
place-items: center;
padding: 5px;
transform: skewX(-20deg);
background-color: #094fcd;
cursor: pointer;
font-weight: 600;
transition: all 0.3s ease;
margin: 0 5px;
}
.header__carousel .carousel__controller div:hover {
transform: skewX(-20deg) scale(1.1);
}
.header__carousel .carousel__controller div > * {
transform: skewX(20deg);
}
.header__carousel .carousel__controller button {
border: none;
outline: none;
color: inherit;
background: inherit;
margin: 5px;
font-size: 1.5em;
cursor: pointer;
}
.header__carousel .header__social__links {
position: absolute;
bottom: 10%;
left: 0%;
display: flex;
margin-left: 30px;
margin-bottom: 5px;
height: 100px;
z-index: 10;
font-size: 1.2em;
justify-content: space-between;
flex-direction: column;
}
.header__carousel .header__social__links a {
color: white;
}
.header__carousel .carousel__cards__wrapper {
height: 100%;
display: flex;
overflow: scroll;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
}
.header__carousel .carousel__cards__wrapper::-webkit-scrollbar {
display: none;
}
.header__carousel .carousel__cards__wrapper .carousel__cards {
height: 100vh;
min-width: 100vw;
position: relative;
background-repeat: no-repeat;
background-size: cover;
scroll-snap-align: start;
}
.header__carousel .carousel__cards__wrapper .carousel__cards .card__content {
position: absolute;
top: 35%;
left: 0%;
margin-left: 150px;
color: white;
width: 300px;
height: 100px;
background-color: rgba(0, 0, 0, 0.8);
}
.header__carousel .carousel__cards__wrapper .carousel__cards .card__content h1 {
font-size: 3em;
font-weight: 450;
width: 50vw;
max-width: 600px;
}
.header__carousel
.carousel__cards__wrapper
.carousel__cards
.card__content
button {
padding: 15px 20px;
font-size: 0.9em;
font-weight: 600;
margin-top: 20px;
margin-left: 20px;
cursor: pointer;
border: none;
outline: none;
color: whitesmoke;
transition: all 0.5s ease-in-out;
background-image: linear-gradient(135deg, #4a2f88, #094fcd);
}
.header__carousel
.carousel__cards__wrapper
.carousel__cards
.card__content
button:hover {
background-image: linear-gradient(135deg, #094fcd, #094fcd);
}
.header__carousel .card__one {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.1)
),
url('../img/header-1.jpg');
background-position: top;
}
.header__carousel .card__two {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.2)
),
url('../img/header-2.jpg');
background-position: top;
}
.header__carousel .card__three {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.2)
),
url('../img/header-3.jpg');
background-position: center;
}
.esport__shopping {
padding: 20px 30px;
color: white;
background-color: black;
}
.esport__shopping .esport__shop__title {
margin-bottom: 30px;
}
.esport__shopping .shopping__products__wrapper {
width: 100%;
max-width: 1100px;
margin: 0 auto;
padding: 20px 0;
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.esport__shopping .shopping__products__wrapper .product__card {
display: flex;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top {
flex: 70%;
position: relative;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top
.product__card__overlay__img {
width: 100%;
height: 100%;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top
.product__card__overlay__img
img {
width: 100%;
height: 100%;
object-fit: cover;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top
.product__card__overlay__btn {
position: absolute;
opacity: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: grid;
transition: all 0.5s ease-in-out;
place-items: center;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.4),
rgba(0, 0, 0, 0.3)
);
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top
.product__card__overlay__btn
button {
background-color: black;
color: white;
border: none;
outline: none;
display: flex;
justify-content: center;
align-items: center;
padding: 15px;
font-weight: 600;
transition: all 0.3s ease-in;
cursor: pointer;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top
.product__card__overlay__btn
button
> * {
margin: 0 10px;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__card__top
.product__card__overlay__btn
button:hover {
background-color: blue;
}
.esport__shopping
.shopping__products__wrapper
.product__card:hover
.product__card__overlay__btn {
opacity: 1;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__details {
flex: 30%;
padding: 10px;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__details
> * {
margin: 5px 0;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__details
p {
font-size: 0.7em;
color: darkgray;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__details
h2 {
font-size: 1.3em;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__details
h3 {
font-size: 1em;
font-weight: 400;
}
.esport__shopping
.shopping__products__wrapper
.product__card
.product__details
h3
span {
text-decoration: line-through;
color: gray;
margin-left: 10px;
}
.upcoming__tournament {
background-color: black;
color: white;
padding: 20px;
padding-top: 50px;
}
.upcoming__tournament .carousel {
padding: 20px;
}
.upcoming__tournament .carousel .carousel__cards__div {
padding: 10px;
overflow-x: scroll;
scroll-behavior: smooth;
display: flex;
scroll-snap-type: x mandatory;
}
.upcoming__tournament .carousel .carousel__cards__div::-webkit-scrollbar {
display: none;
}
.upcoming__tournament .carousel .carousel__cards__div .carousel__cards {
margin: 0 5px;
min-width: 450px;
height: 400px;
cursor: pointer;
display: flex;
flex-direction: column;
scroll-snap-align: start;
transform: skewX(-10deg);
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top {
width: 100%;
height: 75%;
display: flex;
flex: 70%;
position: relative;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.card__item__image {
height: 100%;
width: 100%;
position: relative;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.card__item__image
h2 {
position: absolute;
bottom: 0;
left: 0%;
width: 60%;
min-width: 250px;
font-size: 1.3em;
padding: 5px 10px;
margin-bottom: 10px;
margin-left: -5px;
transform: skewX(10deg);
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(4px);
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.card__item__image
img {
height: 100%;
width: 100%;
object-fit: cover;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.cards__overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.4),
rgba(0, 0, 0, 0.3)
);
transition: all 0.3s ease-in-out;
display: flex;
opacity: 0;
justify-content: center;
align-items: center;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.cards__overlay
.overlay__items {
display: grid;
place-items: center;
width: 50%;
transition: transform 0.5s ease-in-out;
transform: translateY(50%) scale(0.9);
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.cards__overlay
.overlay__items
.overlay__button {
display: flex;
width: 150px;
height: 45px;
justify-content: center;
align-items: center;
padding: 10px;
outline: none;
border: none;
font-weight: 600;
transform: translateY(-50%) skewX(10deg);
color: white;
background-color: black;
cursor: pointer;
transition: all 0.3s ease-in;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.cards__overlay
.overlay__items
.overlay__button
> * {
margin: 0 5px;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__top
.cards__overlay
.overlay__items
.overlay__button:hover {
background-color: blue;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards:hover
.cards__overlay {
opacity: 1;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__description {
display: flex;
flex: 30%;
transform: skewX(10deg);
justify-content: space-between;
align-items: flex-start;
padding: 20px 10px;
color: whitesmoke;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__description
div {
display: flex;
flex-direction: column;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__description
div
h3 {
font-size: 1.1em;
color: #094fcd;
font-weight: 700;
margin: 5px 2px;
}
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__description
p,
.upcoming__tournament
.carousel
.carousel__cards__div
.carousel__cards
.cards__description
h4 {
font-size: 0.8em;
margin: 5px;
}
.watchPopular {
color: #3785fe;
}
.LiveStream-background-Img {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.7)
),
url('../img/background.jpg');
width: 100%;
background-size: cover;
background-position: center;
color: white;
padding: 50px 0;
}
.LiveStream-background-Img .Heading-Text {
margin: 0px 50px;
display: flex;
flex-direction: column;
justify-content: center;
background: transparent;
}
.LiveStream-background-Img .Grid-Container {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 30px;
max-width: 1200px;
text-align: center;
height: 100%;
margin: 0 auto;
grid-gap: 1em;
}
.LiveStream-background-Img .Grid-Container .Grid-item-1 {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.2)
),
url('../img/1.jpg');
background-size: cover;
background-repeat: no-repeat;
}
.LiveStream-background-Img .Grid-Container .Grid-item-1 .Inner-Item1-Grid {
height: 100%;
width: 100%;
text-align: left;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: auto;
padding: 1em;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.playBtn {
width: 80px;
height: 80px;
margin: 30px;
background-color: #3785fe;
color: white;
font-size: 1.5em;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.ripple {
box-sizing: border-box;
position: relative;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.ripple:before {
animation: ripple 2s ease-out infinite;
border: 1px solid white;
bottom: 0;
box-sizing: border-box;
content: '';
left: 0;
position: absolute;
right: 0;
top: 0;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.ripple:after {
animation: ripple 1.5s 1s ease-out infinite;
border: solid 20px white;
bottom: 0;
box-sizing: border-box;
content: '';
left: 0;
position: absolute;
right: 0;
top: 0;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.Grid1-Text {
color: white;
margin-bottom: 30px;
font-size: 1em;
padding: 0 25px;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.Grid1-Text
.Matches {
color: #3785fe;
font-size: 0.8em;
}
.LiveStream-background-Img
.Grid-Container
.Grid-item-1
.Inner-Item1-Grid
.Grid1-Text
.Exclusive-Racing {
font-size: 2.5rem;
text-transform: uppercase;
font-weight: 500;
letter-spacing: -2px;
}
.LiveStream-background-Img .Inner-Grid-Container {
display: grid;
grid-template-rows: 1fr 1fr;
grid-gap: 1em;
}
.LiveStream-background-Img .Inner-Grid-Container .Grid-item-2 {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.2)
),
url('../img/2.jpg');
height: 100%;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
}
.LiveStream-background-Img .Inner-Grid-Container .Grid-item-2:hover {
border: 1px solid blue;
animation: moveUpDown 1s infinite alternate;
}
.LiveStream-background-Img .Inner-Grid-Container .Grid-item-2 .Grit2btn {
height: 5rem;
width: 20rem;
background-color: #3785fe;
color: white;
margin-top: 10.3rem;
display: flex;
justify-content: center;
align-items: center;
opacity: 0.8;
}
.LiveStream-background-Img
.Inner-Grid-Container
.Grid-item-2
.Grit2btn
.GodOfWar {
margin-left: 1rem;
}
.LiveStream-background-Img .Inner-Grid-Container .Grid-item-3 {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.2)
),
url('../img/3.jpg');
height: 100%;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
}
.LiveStream-background-Img .Inner-Grid-Container .Grid-item-3:hover {
border: 1px solid blue;
animation: moveUpDown 1s infinite alternate;
}
.LiveStream-background-Img .Inner-Grid-Container .Grid-item-3 .Grit2btn {
height: 5rem;
width: 20rem;
background-color: #3785fe;
color: white;
margin-top: 10.3rem;
display: flex;
justify-content: center;
align-items: center;
opacity: 0.8;
}
.LiveStream-background-Img
.Inner-Grid-Container
.Grid-item-3
.Grit2btn
.GodOfWar {
margin-left: 10px;
}
@media only screen and (max-width: 768px) {
body {
width: 100vw;
}
.navbar__content {
align-items: flex-start;
}
.responsive__nav {
display: block !important;
}
.nav-items-div {
z-index: 0;
overflow-x: hidden;
}
.nav-items-list {
position: absolute;
right: 0;
top: 0;
width: 25%;
min-width: 200px;
z-index: -1;
padding: 0 0 0 20px;
padding-top: 5em;
flex-direction: column;
align-items: flex-start;
height: 100vh;
background-color: rgba(0, 0, 0, 0.9);
backdrop-filter: blur(4px);
justify-content: flex-start;
transition: all 0.5s ease;
transform: translateX(100%);
opacity: 0;
}
.nav-items-list li {
margin: 25px 0;
}
.nav-items-list-responsive {
transform: translateX(0);
opacity: 1;
}
.card__content {
margin-left: 50px !important;
}
.card__content h1 {
font-size: 2em !important;
}
.carousel__cards__div .carousel__cards {
min-width: 250px !important;
}
.carousel__controller {
margin-left: 75px !important;
}
.Grid-Container {
grid-template-columns: 1fr !important;
grid-template-rows: 1fr;
}
}
@keyframes bounce {
0%,
100%,
20%,
50%,
80% {
transform: translateY(0);
}
40% {
transform: translateY(-20px);
}
60% {
transform: translateY(-10px);
}
}
@keyframes ripple {
0% {
opacity: 0.5;
}
100% {
opacity: 0.2;
transform: scale(2);
}
}
@keyframes moveUpDown {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
.heading {
font-size: 1em;
text-align: start;
margin-left: 50px;
}
.blog-card {
display: flex;
flex-direction: column;
max-width: 1100px;
margin: 1em auto;
box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
margin: 50px auto;
color: white;
line-height: 1.45;
transform: skewX(-5deg);
overflow: hidden;
z-index: 0;
padding: 10px;
box-shadow: 8px 8px 10px rgba(0, 54, 155, 0.4),
-8px -8px 10px rgba(96, 152, 255, 0.3);
}
.blog-card > * {
transform: skewX(5deg);
}
.blog-card a {
color: inherit;
}
.blog-card a:hover {
color: #ffc400;
}
.blog-card:hover .photo {
transform: scale(1.15) rotate(2deg);
}
.blog-card .meta {
position: relative;
z-index: 0;
height: 200px;
}
.blog-card .meta img {
height: 100%;
width: 100%;
object-fit: cover;
transform: skewX(-5deg);
}
.blog-card .photo {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: center;
transition: transform 0.2s;
}
.blog-card .description {
padding: 1rem;
position: relative;
margin: 0 10px;
z-index: 1;
}
.blog-card .description h1 {
line-height: 1;
margin: 0;
font-size: 1.7rem;
}
.blog-card .description h2 {
font-size: 1rem;
font-weight: 300;
text-transform: uppercase;
color: #a2a2a2;
margin-top: 5px;
}
.blog-card .description p {
font-size: 0.9em;
}
.blog-card .description li {
list-style: none;
margin: 0 10px;
font-size: 0.9em;
line-height: 2;
color: #c5c5c5;
}
.blog-card p {
position: relative;
margin: 1rem 0 0;
color: #c5c5c5;
font-size: 13px;
}
.blog-card p:first-of-type {
margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
content: '';
position: absolute;
height: 3px;
background: #094fcd;
width: 75px;
top: -1rem;
border-radius: 3px;
}
.blog-card:hover .details {
left: 0%;
}
@media (min-width: 640px) {
.blog-card {
flex-direction: row;
}
.blog-card .meta {
flex-basis: 40%;
height: auto;
}
.blog-card .description {
flex-basis: 60%;
}
.blog-card.alt {
flex-direction: row-reverse;
}
.blog-card.alt .details {
padding-left: 25px;
}
.blog-card p {
font-size: 16px;
}
}
.para {
margin: 40px;
}
.para h1 {
text-align: center;
font-size: 30px;
}
.para p {
font-size: 20px;
padding: 10px;
}
.our-team {
text-align: center;
font-size: 30px;
margin: 70px;
}
.contac-us {
text-align: center;
padding: 50px;
font-size: 20px;
margin: 40px;
}
.button {
height: 70px;
width: 200px;
font-size: 25px;
border: 2px solid black;
margin: 30px;
}
.button:hover {
background-color: grey;
}
.popularGamesSection {
width: 100%;
background-color: black;
color: whitesmoke;
padding: 30px 20px;
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.7),
rgba(0, 0, 0, 0.8)
),
url('../img/games.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.gamesItemImageContainer {
display: flex;
justify-content: center;
align-items: center;
}
.gamesItemImageContainer img {
width: 85%;
height: 85%;
object-fit: contain;
transform: skewX(-10deg);
}
.gamesContainer {
width: 80%;
margin: auto;
display: grid;
grid-template-columns: 1fr;
grid-gap: 2em;
margin-top: 30px;
}
.gamesContainer a {
color: inherit;
text-decoration: none;
}
.gamesItem {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 2em;
}
.topHeading {
text-align: center;
font-size: 35px;
}
.dowloadGameBtn {
width: 150px;
height: 40px;
background-color: #094fcd;
display: flex;
justify-content: center;
align-items: center;
transform: skewX(-10deg);
}
.dowloadGameBtn:hover {
background-color: #094fcd;
cursor: pointer;
}
.dowloadGameBtn > * {
transform: skewX(10deg);
}
.innerDownloadBtn {
width: 147px;
height: 37px;
background-color: black;
display: flex;
justify-content: center;
align-items: center;
transform: skewX(-10deg);
font-size: 15px;
}
.innerDownloadBtn:hover {
background-color: #094fcd;
cursor: pointer;
}
.rightGameItemSection {
display: flex;
flex-direction: column;
justify-content: space-around;
}
.rightGameItemSection h3 {
font-size: 1.5em;
margin: 10px 0;
font-weight: 400;
}
.rightGameItemSection p {
color: #cfcfcf;
font-weight: 400;
font-size: 0.9em;
line-height: 1.5;
margin: 10px 0;
}
.outerContainer {
width: 100%;
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url('../img/footer.jpg');
background-size: cover;
background-repeat: no-repeat;
height: fit-content;
}
.footerContainer {
display: grid;
grid-template-columns: 1fr 2fr;
width: 90%;
margin: auto;
background-size: cover;
color: white;
padding: 5em;
height: 100%;
}
.footerDecription {
color: white;
margin-top: 2em;
font-weight: 600px;
line-height: 2.5;
}
.right-inner-container {
display: flex;
flex-direction: column;
justify-content: space-evenly;
text-align: right;
justify-content: flex-end;
padding: 1em;
}
.right-inner-container .nav-logo {
width: 100%;
margin-bottom: 50px;
}
.right-inner-container .nav-logo .nav__logo__img {
width: auto;
}
.social-Links {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-gap: 5px;
}
.soicalIcons {
width: 30%;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
margin-left: 70%;
font-size: 1.3em;
margin-top: 2em;
}
.social-LinksHover {
color: white;
text-decoration: none;
}
.social-LinksHover:hover {
color: white;
text-decoration: none;
cursor: pointer;
}
@media only screen and (max-width: 768px) {
.gamesItem {
display: grid;
grid-template-columns: 1fr;
}
.outerContainer {
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.footerContainer {
display: grid;
grid-template-columns: 2fr;
text-align: left;
padding: 2em;
}
.footerDecription {
text-align: left;
}
.social-Links {
display: grid;
grid-template-columns: 1fr;
text-align: left;
grid-gap: 2em;
margin-left: 0;
}
.soicalIcons {
grid-gap: 2em;
margin-left: 0;
}
.right-inner-container {
text-align: left;
}
}
.contact-body {
display: flex;
flex-direction: column;
justify-content: space-between;
max-width: 700px;
margin: 20px auto;
padding: 20px;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(5px);
}
.contact-header {
text-align: center;
}
.contact-header h3 {
color: white;
margin: 10px 0;
}
.contact-header h1 {
margin: 10px 0;
}
.contact-form {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
}
.name {
display: flex;
}
.name input {
border: none;
outline: none;
flex: 1;
min-width: 150px;
border: 0.2px solid lightgray;
height: 40px;
padding: 0 20px;
background-color: #eee;
}
.subject {
border: none;
outline: none;
height: 40px;
padding: 0 20px;
background-color: #eee;
margin: 20px 0;
}
.contact-form textarea {
border: none;
outline: none;
padding: 20px;
height: 100px;
background-color: #eee;
}
.contact-form button {
color: white;
font-weight: 500;
font-size: 1em;
background-image: linear-gradient(135deg, #4a2f88, #094fcd);
width: 150px;
height: 50px;
border: none;
outline: none;
margin: 20px 0;
cursor: pointer;
}
@media only screen and (max-width: 450px) {
.name input {
width: 100%;
margin: 10px 0;
}
.name {
display: flex;
flex-wrap: wrap;
}
.name input {
border: none;
outline: none;
width: 100%;
min-width: 150px;
border: 0.2px solid lightgray;
height: 40px;
padding: 0 20px;
background-color: #eee;
}
} | 0.41052 | 0.0559 |
@charset "UTF-8";
/*!
* @name <%= name %>
* @author <%= author %>
* @date <%= date %>
*/
/**
* @method 清除浮动 %clearfix
* @description 清除浮动
* @example 调用
*
* ```scss
* div {
* @extend %clearfix;
* }
* ```
*
* ```css
* div {
*zoom: 1;
}
div:after {
display: block;
clear: both;
height: 0;
content: '\20';
}
* ```
*/
/**
* @method 去掉虚线框 %outline
* @description 去掉虚线框
* @example 调用
*
* ```scss
* div {
* @ extend %outline;
* }
* ```
*
* ```css
div {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
* ```
*/
/**
* @method 文字不换行后面加省略号 %text-overflow
* @description 文字不换行后面加省略号
* @example 调用
*
* ```scss
* div {
* @extend %text-overflow;
* }
* ```
*
* ```css
div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
* ```
*/
/**
* @method 透明层opacity
* @description 透明层 内容也透明
* @param {number} $opacity - 透明度 0 ~ 1之间
* @example 调用
*
* ```scss
* div {
* @include opacity(.5);
* }
* ```
*
* ```css
* div {
opacity: .5;
filter: alpha(opacity=50);
* }
* ```
*/
/**
* @method 背景透明层transparent
* @description 透明层只处理背景透明
* @param {string} $color - 背景透明层的颜色
* @param {number} $alpha - 透明度 0 ~ 1之间
* @example 调用
*
* ```scss
* div {
* @include transparent(#000, .5);
* }
* ```
*
* ```css
* div {
* background-color: transparent;
background-color: (0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff,);
zoom: 1;
* }
* ```
*/
/**
* @method triangle
* @description 生成一个三角形图标
* @param {string} $size - 三角的大小
* @param {string} $color - 三角颜色
* @param {string} $direction - 三角的方向 up, down, left, right
* @example 调用
*
* ```scss
* i {
* @include triangle(5px, #bbb, up);
* }
* ```
*
* ```css
* i {
* width: 0;
height: 0;
border-width: 5px;
border-style: solid;
border-color: transparent;
border-bottom-color: #bbb;
* }
* ```
*/
/**
* @method 水平线hr nav-divider
* @description 透明层 内容也透明
* @param {string} $color=#e5e5e5 - 线的颜色
* @param {string} $line-height-computed - 线的高度,空间
* @example 调用
*
* ```scss
* div {
* @include nav-divider(#e5e5e5, 24px);
* }
* ```
*
* ```css
* div {
height: 1px;
margin: 11px 0;
overflow: hidden;
background-color: #e5e5e5;
* }
* ```
*/
.img-gd-1, .img-gd-2, .img-gd-3, .img-gd-4, .img-gd-5, .img-gd-6 {
display: inline-block;
*zoom: 1;
*display: inline;
vertical-align: middle;
line-height: 300px;
overflow: hidden;
background-image: url(../images/gd.png);
}
.img-gd-1 {
width: 70px;
height: 44px;
background-position: 0 0;
}
.img-gd-2 {
width: 18px;
height: 16px;
background-position: 0 -54px;
}
.img-gd-3 {
width: 11px;
height: 6px;
background-position: -28px -54px;
}
.img-gd-4 {
width: 4px;
height: 7px;
background-position: -80px 0;
}
.img-gd-5 {
width: 3px;
height: 2px;
background-position: -80px -17px;
}
.img-gd-6 {
width: 7px;
height: 4px;
background-position: -49px -54px;
}
@font-face {
font-family: "gd";
font-weight: normal;
font-style: normal;
src: url("../fonts/gd.eot");
src: url("../fonts/gd.eot?#iefix") format("embedded-opentype"), url("../fonts/gd.woff") format("woff");
}
[class^="font-gd-"],
[class*=" font-gd-"] {
font-family: "gd";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: inherit;
float: none;
margin: 0;
vertical-align: -0.25em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.font-gd-p:before {
content: "\EA01";
}
.font-gd-s:before {
content: "\EA02";
}
/*!
* @name guide-article
* @author ahuing
* @date 2016-1-15
* @dec top toolbar popular search terms containing the search and
*/
/*
top-bar
*/
.top-bar {
background: #f3f3f3;
min-width: 1200px;
padding: 15px 0 10px 0;
}
.top-bar .search-bar {
float: left;
}
.top-bar .list {
margin-left: 68px;
}
.top-bar .list li {
float: left;
margin-right: 22px;
font-size: 14px;
margin-top: 9px;
margin-top: 12px;
display: inline;
overflow: hidden;
}
.top-bar .list li a {
height: 20px;
line-height: 20px;
text-decoration: none;
color: #686465;
overflow: hidden;
}
.top-bar .list li a:hover {
color: #f00;
}
.top-bar .list li a i {
font-size: 20px;
float: left;
margin-right: 4px;
margin-top: 2px;
}
body {
background: #f4f4f4;
}
.top-bar {
padding-top: 0;
background: #fff;
}
.current-location i {
color: #27b346;
}
input {
outline: none;
}
.container {
margin: 0 auto;
}
a:hover {
text-decoration: none;
color: #27b346;
}
.s-head {
width: 100%;
min-width: 1200px;
height: 68px;
background: #fff;
line-height: 68px;
}
.s-head .list {
display: inline-block;
margin-left: 70px;
vertical-align: top;
}
.s-head .list li {
height: 58px;
margin-top: 0;
}
.s-head .list li a {
line-height: 58px;
word-spacing: 1px;
font-size: 14px;
color: #525252;
margin-right: 15px;
}
.s-head .list li a:hover {
color: #27b346;
}
.search-bar {
width: 502px;
height: 44px;
border: 1px solid #27b346;
display: inline-block;
font-size: 0;
margin-top: 12px;
margin-left: 10px;
}
.search-bar .search-input {
padding: 0;
width: 432px;
height: 44px;
display: inline-block;
line-height: 46px;
font-size: 13px;
color: #a9a9a9;
text-indent: 10px;
border: none;
vertical-align: top;
}
.search-bar .search-btn {
margin-right: 0;
width: 70px;
height: 44px;
display: inline-block;
border: none;
background-color: #27b346;
vertical-align: top;
}
.path {
word-spacing: 0.5px;
line-height: 16px;
padding-left: 10px;
color: #a89999;
margin-top: 19px;
}
.path i {
height: 16px;
width: 18px;
display: inline-block;
vertical-align: bottom;
}
.path a {
color: #2c2c2c;
font-size: 13px;
}
.path a:hover {
color: #27b346;
}
.g-article .main {
width: 100%;
}
.g-article .article {
float: left;
width: 900px;
background: #fff;
border: 1px solid #eaeaea;
}
.g-article .title {
height: 78px;
width: 100%;
position: relative;
border-bottom: 1px solid #e4e4e4;
}
.g-article .title h2 {
line-height: 78px;
font-size: 20px;
color: #333;
text-align: center;
}
.g-article .title .info {
position: absolute;
bottom: 2px;
right: 20px;
height: 19px;
width: 162px;
font-size: 12px;
color: #999;
}
.g-article .title .info p {
float: right;
}
.g-article .title .data {
float: left;
}
.g-article .text {
padding: 0 15px;
font-size: 16px;
line-height: 28px;
}
.g-article .in-foot {
position: relative;
width: 100%;
padding-top: 1px;
}
.g-article .point1, .g-article .point2 {
cursor: pointer;
height: 65px;
width: 38px;
position: absolute;
top: 22px;
text-align: center;
color: #ccc;
}
.g-article .point1 a, .g-article .point2 a {
font-size: 24px;
color: #ccc;
}
.g-article .point1 a:hover, .g-article .point2 a:hover {
color: #ff8533;
}
.g-article .point1 p, .g-article .point2 p {
margin-top: 10px;
font-size: 14px;
line-height: 1;
}
.g-article .point1 {
left: 420px;
}
.g-article .point2 {
left: 486px;
}
.g-article .link {
width: 100%;
margin-top: 118px;
margin-bottom: 16px;
}
.g-article .link h3 {
font-size: 14px;
line-height: 38px;
color: #999;
text-indent: 50px;
}
.g-article .link a {
color: #999;
}
.g-article .link a:hover {
color: #27b346;
}
.g-article .more {
width: 100%;
height: 45px;
line-height: 45px;
font-size: 13px;
background: #f9f9f9;
text-align: center;
}
.g-article .more a {
color: #b0b0b0;
}
.g-article .side {
float: left;
margin-left: 28px;
width: 270px;
}
.g-article .s-box {
background: #fff;
padding: 0 8px 0 10px;
margin-bottom: 30px;
}
.g-article .s-title {
height: 41px;
width: 100%;
border-bottom: 1px solid #e7e7e7;
}
.g-article .s-title h3 {
text-indent: 12px;
font-size: 16px;
color: #333;
line-height: 45px;
}
.g-article .box-b {
border-bottom: 1px solid #f7f7f7;
}
.g-article .box-b h4 {
word-spacing: 0px;
font-size: 16px;
line-height: 28px;
margin-top: 16px;
text-indent: 8px;
}
.g-article .box-b h4 a {
color: #666;
}
.g-article .box-b h4 a:hover {
color: #27b346;
}
.g-article .b-btns {
margin-top: 5px;
margin-bottom: 20px;
padding-left: 6px;
font-size: 0;
}
.g-article .b-btns a {
display: inline-block;
padding: 5px 4px;
border-radius: 2px;
font-size: 12px;
line-height: 1;
color: #666;
background: #e7e7e7;
margin-right: 4px;
}
.g-article .b-btns a:hover {
color: #fff;
background: #27b346;
}
.g-article .b-btns .active {
color: #fff;
background: #27b346;
}
/*添加的样式*/
.p-bar .current, .p-bar a:hover {
text-decoration: none;
color: #fff;
border: 1px solid #27b346;
background: #27b346;
}
/*# sourceMappingURL=guide-article.css.map */ | newhouse/site/HouseBundle/Resources/public/css/guide-article.css | @charset "UTF-8";
/*!
* @name <%= name %>
* @author <%= author %>
* @date <%= date %>
*/
/**
* @method 清除浮动 %clearfix
* @description 清除浮动
* @example 调用
*
* ```scss
* div {
* @extend %clearfix;
* }
* ```
*
* ```css
* div {
*zoom: 1;
}
div:after {
display: block;
clear: both;
height: 0;
content: '\20';
}
* ```
*/
/**
* @method 去掉虚线框 %outline
* @description 去掉虚线框
* @example 调用
*
* ```scss
* div {
* @ extend %outline;
* }
* ```
*
* ```css
div {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
* ```
*/
/**
* @method 文字不换行后面加省略号 %text-overflow
* @description 文字不换行后面加省略号
* @example 调用
*
* ```scss
* div {
* @extend %text-overflow;
* }
* ```
*
* ```css
div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
* ```
*/
/**
* @method 透明层opacity
* @description 透明层 内容也透明
* @param {number} $opacity - 透明度 0 ~ 1之间
* @example 调用
*
* ```scss
* div {
* @include opacity(.5);
* }
* ```
*
* ```css
* div {
opacity: .5;
filter: alpha(opacity=50);
* }
* ```
*/
/**
* @method 背景透明层transparent
* @description 透明层只处理背景透明
* @param {string} $color - 背景透明层的颜色
* @param {number} $alpha - 透明度 0 ~ 1之间
* @example 调用
*
* ```scss
* div {
* @include transparent(#000, .5);
* }
* ```
*
* ```css
* div {
* background-color: transparent;
background-color: (0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff,);
zoom: 1;
* }
* ```
*/
/**
* @method triangle
* @description 生成一个三角形图标
* @param {string} $size - 三角的大小
* @param {string} $color - 三角颜色
* @param {string} $direction - 三角的方向 up, down, left, right
* @example 调用
*
* ```scss
* i {
* @include triangle(5px, #bbb, up);
* }
* ```
*
* ```css
* i {
* width: 0;
height: 0;
border-width: 5px;
border-style: solid;
border-color: transparent;
border-bottom-color: #bbb;
* }
* ```
*/
/**
* @method 水平线hr nav-divider
* @description 透明层 内容也透明
* @param {string} $color=#e5e5e5 - 线的颜色
* @param {string} $line-height-computed - 线的高度,空间
* @example 调用
*
* ```scss
* div {
* @include nav-divider(#e5e5e5, 24px);
* }
* ```
*
* ```css
* div {
height: 1px;
margin: 11px 0;
overflow: hidden;
background-color: #e5e5e5;
* }
* ```
*/
.img-gd-1, .img-gd-2, .img-gd-3, .img-gd-4, .img-gd-5, .img-gd-6 {
display: inline-block;
*zoom: 1;
*display: inline;
vertical-align: middle;
line-height: 300px;
overflow: hidden;
background-image: url(../images/gd.png);
}
.img-gd-1 {
width: 70px;
height: 44px;
background-position: 0 0;
}
.img-gd-2 {
width: 18px;
height: 16px;
background-position: 0 -54px;
}
.img-gd-3 {
width: 11px;
height: 6px;
background-position: -28px -54px;
}
.img-gd-4 {
width: 4px;
height: 7px;
background-position: -80px 0;
}
.img-gd-5 {
width: 3px;
height: 2px;
background-position: -80px -17px;
}
.img-gd-6 {
width: 7px;
height: 4px;
background-position: -49px -54px;
}
@font-face {
font-family: "gd";
font-weight: normal;
font-style: normal;
src: url("../fonts/gd.eot");
src: url("../fonts/gd.eot?#iefix") format("embedded-opentype"), url("../fonts/gd.woff") format("woff");
}
[class^="font-gd-"],
[class*=" font-gd-"] {
font-family: "gd";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: inherit;
float: none;
margin: 0;
vertical-align: -0.25em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.font-gd-p:before {
content: "\EA01";
}
.font-gd-s:before {
content: "\EA02";
}
/*!
* @name guide-article
* @author ahuing
* @date 2016-1-15
* @dec top toolbar popular search terms containing the search and
*/
/*
top-bar
*/
.top-bar {
background: #f3f3f3;
min-width: 1200px;
padding: 15px 0 10px 0;
}
.top-bar .search-bar {
float: left;
}
.top-bar .list {
margin-left: 68px;
}
.top-bar .list li {
float: left;
margin-right: 22px;
font-size: 14px;
margin-top: 9px;
margin-top: 12px;
display: inline;
overflow: hidden;
}
.top-bar .list li a {
height: 20px;
line-height: 20px;
text-decoration: none;
color: #686465;
overflow: hidden;
}
.top-bar .list li a:hover {
color: #f00;
}
.top-bar .list li a i {
font-size: 20px;
float: left;
margin-right: 4px;
margin-top: 2px;
}
body {
background: #f4f4f4;
}
.top-bar {
padding-top: 0;
background: #fff;
}
.current-location i {
color: #27b346;
}
input {
outline: none;
}
.container {
margin: 0 auto;
}
a:hover {
text-decoration: none;
color: #27b346;
}
.s-head {
width: 100%;
min-width: 1200px;
height: 68px;
background: #fff;
line-height: 68px;
}
.s-head .list {
display: inline-block;
margin-left: 70px;
vertical-align: top;
}
.s-head .list li {
height: 58px;
margin-top: 0;
}
.s-head .list li a {
line-height: 58px;
word-spacing: 1px;
font-size: 14px;
color: #525252;
margin-right: 15px;
}
.s-head .list li a:hover {
color: #27b346;
}
.search-bar {
width: 502px;
height: 44px;
border: 1px solid #27b346;
display: inline-block;
font-size: 0;
margin-top: 12px;
margin-left: 10px;
}
.search-bar .search-input {
padding: 0;
width: 432px;
height: 44px;
display: inline-block;
line-height: 46px;
font-size: 13px;
color: #a9a9a9;
text-indent: 10px;
border: none;
vertical-align: top;
}
.search-bar .search-btn {
margin-right: 0;
width: 70px;
height: 44px;
display: inline-block;
border: none;
background-color: #27b346;
vertical-align: top;
}
.path {
word-spacing: 0.5px;
line-height: 16px;
padding-left: 10px;
color: #a89999;
margin-top: 19px;
}
.path i {
height: 16px;
width: 18px;
display: inline-block;
vertical-align: bottom;
}
.path a {
color: #2c2c2c;
font-size: 13px;
}
.path a:hover {
color: #27b346;
}
.g-article .main {
width: 100%;
}
.g-article .article {
float: left;
width: 900px;
background: #fff;
border: 1px solid #eaeaea;
}
.g-article .title {
height: 78px;
width: 100%;
position: relative;
border-bottom: 1px solid #e4e4e4;
}
.g-article .title h2 {
line-height: 78px;
font-size: 20px;
color: #333;
text-align: center;
}
.g-article .title .info {
position: absolute;
bottom: 2px;
right: 20px;
height: 19px;
width: 162px;
font-size: 12px;
color: #999;
}
.g-article .title .info p {
float: right;
}
.g-article .title .data {
float: left;
}
.g-article .text {
padding: 0 15px;
font-size: 16px;
line-height: 28px;
}
.g-article .in-foot {
position: relative;
width: 100%;
padding-top: 1px;
}
.g-article .point1, .g-article .point2 {
cursor: pointer;
height: 65px;
width: 38px;
position: absolute;
top: 22px;
text-align: center;
color: #ccc;
}
.g-article .point1 a, .g-article .point2 a {
font-size: 24px;
color: #ccc;
}
.g-article .point1 a:hover, .g-article .point2 a:hover {
color: #ff8533;
}
.g-article .point1 p, .g-article .point2 p {
margin-top: 10px;
font-size: 14px;
line-height: 1;
}
.g-article .point1 {
left: 420px;
}
.g-article .point2 {
left: 486px;
}
.g-article .link {
width: 100%;
margin-top: 118px;
margin-bottom: 16px;
}
.g-article .link h3 {
font-size: 14px;
line-height: 38px;
color: #999;
text-indent: 50px;
}
.g-article .link a {
color: #999;
}
.g-article .link a:hover {
color: #27b346;
}
.g-article .more {
width: 100%;
height: 45px;
line-height: 45px;
font-size: 13px;
background: #f9f9f9;
text-align: center;
}
.g-article .more a {
color: #b0b0b0;
}
.g-article .side {
float: left;
margin-left: 28px;
width: 270px;
}
.g-article .s-box {
background: #fff;
padding: 0 8px 0 10px;
margin-bottom: 30px;
}
.g-article .s-title {
height: 41px;
width: 100%;
border-bottom: 1px solid #e7e7e7;
}
.g-article .s-title h3 {
text-indent: 12px;
font-size: 16px;
color: #333;
line-height: 45px;
}
.g-article .box-b {
border-bottom: 1px solid #f7f7f7;
}
.g-article .box-b h4 {
word-spacing: 0px;
font-size: 16px;
line-height: 28px;
margin-top: 16px;
text-indent: 8px;
}
.g-article .box-b h4 a {
color: #666;
}
.g-article .box-b h4 a:hover {
color: #27b346;
}
.g-article .b-btns {
margin-top: 5px;
margin-bottom: 20px;
padding-left: 6px;
font-size: 0;
}
.g-article .b-btns a {
display: inline-block;
padding: 5px 4px;
border-radius: 2px;
font-size: 12px;
line-height: 1;
color: #666;
background: #e7e7e7;
margin-right: 4px;
}
.g-article .b-btns a:hover {
color: #fff;
background: #27b346;
}
.g-article .b-btns .active {
color: #fff;
background: #27b346;
}
/*添加的样式*/
.p-bar .current, .p-bar a:hover {
text-decoration: none;
color: #fff;
border: 1px solid #27b346;
background: #27b346;
}
/*# sourceMappingURL=guide-article.css.map */ | 0.503174 | 0.079317 |
@charset "utf-8";
/* 全局样式定义 Powered by Zoomla!逐浪CMS zoomla.cn*/
.padding5 { padding-left:5px; padding-right:5px;}
.h52 { height:52px;}
.margin_bottom0 { margin-bottom:0;}
a:focus, a:hover { text-decoration:none;}
.h48 { height:48px;}
.weui-cell__bd p { margin-bottom:0;}
.box img { display:block;}/*首页样式*/
.home_top { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.home_top .left-buttons a { padding:6px 5px; color:#fff;}
.home_top_f { position:relative; padding:5px 0;}
.home_top_f .form-control { padding-left:15px; padding-right:15px; border-radius:30px;}
.home_top_f button { position:absolute; right:0; top:5px; background:none; border-radius:0; border:none;}
.home_top .right-buttons a { padding:2px 6px; color:#fff; font-size:1.5em}
.home_class { padding-bottom:20px; margin-bottom:1em; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.home_class .slider-pager { bottom:0;}
.home_class li { width:20%; float:left; margin-top:1em; text-align:center;}
.home_class li a { display:block; text-decoration:none; color:#333; font-size:0.8em;}
.home_news { padding-left:90px; padding-right:15px; position:relative; height:3em; line-height:3em; overflow:hidden; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#F5F5F5; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.home_class li a span { display:block; margin:auto; margin-bottom:5px; width:40px; height:40px; background:url(Images/home_class1.png) #b778fd center no-repeat; background-size:22px 22px; border-radius:40px;}
.home_class_b1 li:nth-child(1) a span { background:url(Images/home_class1.png) #fd5e5e center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(2) a span { background:url(Images/home_class2.png) #b778fd center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(3) a span { background:url(Images/home_class3.png) #4ca4fe center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(4) a span { background:url(Images/home_class4.png) #b778fd center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(5) a span { background:url(Images/home_class5.png) #ff6d57 center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(6) a span { background:url(Images/home_class6.png) #b778fd center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(7) a span { background:url(Images/home_class7.png) #fd5e5e center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(8) a span { background:url(Images/home_class8.png) #fec429 center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(9) a span { background:url(Images/home_class9.png) #33d198 center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(10) a span { background:url(Images/home_class10.png) #fec429 center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(1) a span { background:url(Images/home_class11.png) #ff793b center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(2) a span { background:url(Images/home_class12.png) #ff793b center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(3) a span { background:url(Images/home_class13.png) #4ca4fe center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(4) a span { background:url(Images/home_class14.png) #71bffc center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(5) a span { background:url(Images/home_class15.png) #ff5f63 center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(6) a span { background:url(Images/home_class16.png) #7067e2 center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(7) a span { background:url(Images/home_class17.png) #fd5e5e center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(8) a span { background:url(Images/home_class18.png) #95d639 center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(9) a span { background:url(Images/home_class19.png) #b778fd center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(10) a span { background:url(Images/home_class20.png) #3dd7ce center no-repeat; background-size:22px 22px;}
.home_beat { position:absolute; right:0; top:0; width:0; height:0; border-right:68px solid rgba(231, 104, 85, 1); border-bottom:68px solid transparent; z-index:2000; }
.home_beat a { display:block;}
.home_beat span { display:block; width:150px; position:absolute; top:50px; right:-155px; transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); color:#fff;}
.home_news .fa-star { color:#c00;}
.home_news .pull-right { padding-top:5px;}
.home_news .ion-ios-cart { color:#ff7000; font-size:2em;}
.home_news_l { position:absolute; left:10px; top:0; font-size:1.2em; color:#3b9b5b;}
.home_pro { background:#eee; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; }
.home_pro_t { line-height:3em; text-align:center; background:url(Images/home_bg1.jpg) center repeat-x; }
.home_pro_t span { display:inline-block; padding-left:10px; padding-right:10px; background:#eee; color:#a3a3a3;}
.home_pro_c { }
.home_pro_c .item-thumbnail-left { padding-bottom:8px;}
.home_pro_c h2 { color:#000; margin-bottom:5px; height:18px; line-height:18px;}
.home_pro_c p { font-size:0.7em; white-space:normal; color:#999; line-height:1.6em; height:3.2em;}
.home_pro_cp { font-size:0.9em;}
.home_pro_cp strong { color:#ff4683;}
.home_pro_cp span { color:#999; text-decoration:line-through; font-size:0.8em;}
.home_pro_cp b { margin-left:5px; padding:2px 5px; font-size:0.8em; font-weight:normal; background:#e4393c; color:#fff; border-radius:4px;}
/*.home_pro_c img { width:100%;}
.home_pro_c a { margin-bottom:10px; display:block; background:#fff; border:1px solid #ddd;}
.home_pro_c a h4 { margin-top:5px; margin-bottom:5px; padding-left:10px; padding-right:10px; font-size:0.5em; line-height:1.5em; height:1.5em; overflow:hidden; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; color:#666;}
.home_pro_c a span { display:block; margin-bottom:5px; text-align:center; color:#c00; font-size:0.8em; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}*/
.tab-item { font-family:"STHeiti","Microsoft YaHei","黑体","arial"; }
.pro_title { padding:10px 15px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}/*商品详情页样式*/
.pro_title h1 { margin-top:0; margin-bottom:15px; font-size:1.2em; color:#252525; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.pro_title p { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.pro_title p strong { font-size:2em; color:#f15353;}
.pro_title p span { margin-left:5px; color:#999; text-decoration:line-through;}
.pro_cont img { max-width:100%;}
.pro_ping_t { padding-left:10px; padding-right:10px; height:42px; line-height:42px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; color:#848689;}/*商品评论样式*/
.pro_ping_t span { font-size:0.8em;}
.pro_ping_c { padding-top:10px; background:#f0f2f5;}
.pro_ping_c>ul>li { margin-bottom:10px; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.pro_ping_ct { position:relative; padding:10px; padding-left:50px; line-height:30px; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; border-bottom:1px dotted #ddd;}
.pro_ping_ct img { position:absolute; top:10px; left:10px; width:30px; height:30px; border-radius:50%;}
.pro_ping_ct span.pull-right { font-size:0.8em; color:#999;}
.pro_ping_cc { margin-top:5px;}
.pro_ping_cc p { margin-bottom:5px; padding-left:10px; padding-right:10px; font-size:0.95em; color:#252525; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.pro_ping_cc p.margin_bottom0 { margin-bottom:0;}
.pro_ping_cc p i { margin-right:5px; font-size:1.4em; color:#F15353;}
.pro_ping_cc ul { padding-left:5px; padding-right:5px;}
.pro_ping_cc li { float:left; margin-bottom:10px; width:25%; padding-left:5px; padding-right:5px;}
.pro_ping_cc li img { position:absolute; top:0; left:0; width:100%; height:100%; border-radius:4px;}
.pro_ping_cc li a { display:block; position:relative; padding-top:100%;}
.pro_list li { padding:10px; border-bottom:1px solid #ddd; min-height:120px;}/*商品列表页样式*/
.pro_list li a { text-decoration:none; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.pro_list li h3 { margin-top:0; margin-bottom:10px; font-size:1.1em; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; height:18px; line-height:18px; overflow:hidden; color:#333;}
.pro_list li .btn { margin-top:5px; width:100%;}
.pro_list_c { position:relative; padding-left:110px;}
.pro_list_c img { position:absolute; top:0; left:0; width:100px; height:100px; box-shadow:0 0 5px rgba(0,0,0,0.1)}
.pro_list_c p { margin-bottom:0;}
.pro_list_c p strong { font-size:1.5em; color:#f15353; font-weight:normal;}
.pro_list_c p span { margin-left:5px; color:#999; text-decoration:line-through; font-size:0.8em;}
.pro_list_cp { color:#999; margin-bottom:0; font-size:0.9em; height:40px; line-height:20px; overflow:hidden;}
.pro_bottom { position:fixed; bottom:0; width:100%;}/*商品内容页底部按钮*/
.pro_bottom_l { float:left; width:75%; background:#fff; border-top:1px solid #e3e5e9;}
.pro_bottom_l a { display:block; float:left; padding-top:5px; padding-bottom:5px; width:20%; text-align:center; font-size:0.7em; color:#5d5f6a; text-decoration:none; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; height:47px;}
.pro_bottom_l a.active { color:#ff7000;}
.pro_bottom_l a i { display:block; font-size:1.5em; height:20px;}
.pro_bottom_l a span { color:#c00;}
.pro_bottom_r { float:right; width:25%;}
.pro_bottom_r a { display:block; position:relative; width:100%; line-height:48px; font-size:12px; text-align:center; background:#f15353; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; color:#fff; text-decoration:none;}
.pro_bottom_r form { width:50%; float:left;}
.pro_bottom_r .btn { width:100%; line-height:51px; border:none; background:#f15353; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; color:#fff; text-align:center; font-size:15px;}
.pro_bottom_r a:nth-child(2) { background:#f15353;}
.discount_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}/*便宜购*/
.discount_list .media { margin-top:5px;}
.discount_list .media a { display:block; padding:10px; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.discount_list .media-left img { width:80px; height:80px;}
.discount_list .media-heading { margin-bottom:5px; color:#333; height:1em; overflow:hidden; font-size:1.15em;}
.discount_list_p1 { margin-bottom:0; font-size:0.8em; line-height:1.5em; color:#999; text-align:justify; text-justify:inter-ideograph; overflow:hidden; height:3em;}
.discount_list_p2 { margin-bottom:0;}
.discount_list_p2 strong { font-size:1.2em; font-weight:normal; color:#ff7000;}
.discount_list_p2 span { margin-left:5px; text-decoration:line-through; font-size:0.8em; color:#999;}
.discount_list_t ul { margin-bottom:0; background:#fff; border-bottom:1px solid #ddd;}
.discount_list_t li { float:left; width:25%; margin-bottom:0;}
.discount_list_t li a { display:block; height:3em; line-height:3em; text-align:center; color:#686868;}
.usershop_cont { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}/*店铺首页*/
.usershop_cont_t h1 { margin-top:10px; text-align:center; font-size:1.2em;}
.usershop_cont .weui_cell_bd p { margin-bottom:0;}
.usershop_pro { padding-left:5px; padding-right:5px; margin-top:10px; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.usershop_pro_c { margin-bottom:10px; padding-left:5px; padding-right:5px;}
.usershop_pro_c a { display:block; box-shadow:0 0 5px rgba(0,0,0,0.45); background:#fff;}
.usershop_pro_ct { position:relative; padding-top:100%;}
.usershop_pro_ct img { display:block; position:absolute; top:0; width:100%; height:100%;}
.usershop_pro_c h3 { margin-top:10px; margin-left:10px; margin-right:10px; margin-bottom:0; height:14px; line-height:14px; overflow:hidden; font-size:0.8em; text-align:center; color:#333;}
.usershop_pro_c p { margin-bottom:5px; color:#c00; text-align:center;}
.news_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.news_list .media { margin-top:0; margin-bottom:5px;}
.news_list .media a { display:block; padding:10px; background:#fff;}
.news_list .media-left { padding-right:20px;}
.news_list .media-left img { width:110px; height:80px;}
.news_list .media-heading { margin-bottom:10px; font-size:1.1em; color:#333;}
.news_list .media-body p { margin-bottom:0; color:#999; font-size:0.9em;}
.news_list .media-body p span { margin-right:10px;}
.order_list_c { margin-top:5px; background:#fff; border-top:1px solid #e3e5e9; border-bottom:1px solid #e3e5e9; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}/*购物车订单*/
.order_list_c .media { margin-top:0; padding:10px; border-bottom:1px solid #e3e5e9;}
.order_list_c .media-left img { width:60px; height:60px;}
.order_list_c .media-heading { font-size:1em; height:1em; overflow:hidden;}
.order_list_c .media-body p { margin-bottom:0; font-size:0.9em; color:#999;}
.order_list_cp { padding:12px 15px; text-align:right; border-bottom:1px solid #e3e5e9;}
.order_list_cp span { font-size:1.2em; color:#c00;}
.order_list_cb { padding:5px 15px; text-align:right;}
.order_list_ct { padding:10px; border-bottom:1px solid #e3e5e9;}
.order_info { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.order_info_t { padding-left:10px; padding-right:10px; background:#fff; border-top:1px solid #e3e5e9; border-bottom:1px solid #e3e5e9;}
.order_info_tt { padding:10px 0; border-bottom:1px solid #e3e5e9;}
.order_info_tt span { color:#c00;}
.order_info_t p { margin-bottom:0; padding:10px 0;}
.order_info_u { padding-left:10px; padding-right:10px; margin-top:5px; background:#fff; border-top:1px solid #e3e5e9; border-bottom:1px solid #e3e5e9;}
.order_info_ut { padding:10px 0; border-bottom:1px solid #e3e5e9; line-height:1.5em;}
.order_info_ut span { float:left; margin-right:20px;}
.order_info_ut span i { float:left; margin-right:5px; font-size:1.5em;}
.order_info_u p { margin-bottom:0; padding:10px 0; text-align:justify; text-justify:inter-ideograph; overflow:hidden; color:#999; font-size:0.9em;}
.order_info_p { margin-top:5px; background:#fff; border-top:1px solid #e3e5e9; border-bottom:1px solid #e3e5e9;}
.order_info_p .media { margin-top:0; padding:10px; border-bottom:1px solid #e3e5e9;}
.order_info_p .media:last-child { border-bottom:none;}
.order_info_p .media-left { padding-right:15px;}
.order_info_p .media-left img { width:60px; height:60px; border:1px solid #e0e0e0;}
.order_info_p .media-heading { font-size:1em; color:#252525;}
.order_info_p .media p { margin-bottom:0; color:#c00;}
.order_info_d p { margin-bottom:0;}
.order_info_d .weui-cells { font-size:1em;}
.weui-cells { margin-top:0px; margin-bottom:5px; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; font-size:1em;} /*购物车样式*/
.cart_list label { margin-bottom:0;}
.cart_list .weui-cell { padding:0; overflow:hidden;}
.cart_list .weui-cells { margin-bottom:0;}
.cart_list .weui-cells:after,.cart_list .weui-cells:before { height:0; width:0;}
.cart_list .weui_media_box { padding:0;}
.cart_list .weui_media_desc { margin-bottom:0; font-weight:normal;}
.cart_list .weui_media_title { margin-top:0;}
.cart_list .weui_media_hd img { width:60px; height:60px;}
.cart_list .weui_cell_primary { width:0;}
.cart_list .item-content { padding:10px 15px;}
.order_store { margin-top:0px; margin-bottom:5px; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; background:#fff;}
.order_store .label { margin-bottom:0;}
.order_store .weui_cell { overflow:hidden;}
.order_store .weui_media_desc { margin-bottom:0; font-weight:normal;}
.order_store .weui_media_title { margin-top:0;}
.order_store .weui_media_hd img { width:60px; height:60px;}
.order_detail {}
.order_detail .weui_cells { font-size:1em;}
.order_detail p { margin-bottom:0;}
.order_detail label { font-weight:normal; margin-bottom:0;}
.flyer-img {width:50px;height:50px;border-radius:50%; position:absolute; bottom:0; z-index:100;}
.shop_list_c{ margin-bottom:5px; border-bottom:1px solid #ddd; background:#fff;}
.shop_list_cp img{ display:block; width:100%;}
.shop_list_cp h3{ padding-left:10px; padding-right:10px; margin-top:10px; margin-bottom:5px; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; font-size:1.2em;}
.shop_list_cp p{ padding-left:10px; padding-right:10px; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; color:#666;}
.news_cont_t { padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:10px; background:#11c1f3; color:#fff; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.news_cont_t h1 { margin-top:0; margin-bottom:10px; font-size:1.4em; font-weight:bold; line-height:1.3em;}
.news_cont_t p { margin-bottom:0; color:#f0f0f0; font-size:0.9em;}
.news_cont_t p span { margin-right:5px;}
.news_cont_c { padding:10px 15px; text-align:justify; text-justify:inter-ideograph; overflow:hidden; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.news_cont_c img { max-width:100%;}
.restaurants_list {} /*特色餐馆*/
.restaurants_list_c a { display:block; position:relative;}
.restaurants_list_c img { width:100%;}
.restaurants_list_ct { position:absolute; top:0; left:0; width:100%; background:rgba(0,0,0,0.32); height:100%;}
.restaurants_list_ctc { position:absolute; width:100%; top:50%; margin-top:-23px;}
.restaurants_list_ct h3 { text-align:center; color:#fff; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; font-size:16px; font-weight:bold; height:18px; line-height:18px; overflow:hidden;}
.restaurants_list_ct p { margin-bottom:0; text-align:center; color:#fff; font-size:0.8em;}
.restaurants_list_ct p span { margin-left:5px; margin-right:5px;}
.login_form { padding-top:50px; padding-left:15px; padding-right:15px; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}/*登录页面*/
.login_form label { margin-bottom:0; font-weight:normal;}
.login_form .weui_cell { padding:5px 0; border-bottom:1px solid #f4f4f4;}
.login_form .weui_cell:before { width:0; height:0;}
.login_form .weui_label { width:60px;}
.login_form_b .button { margin-top:20px;}
.login_form_d { margin-top:20px;}
.login_form_d a { color:#898989; text-decoration:none;}
.login_form_t { margin-top:100px; }
.login_form_t li { float:left; width:50%;}
.login_form_t li a { display:block; margin:auto; width:60px; text-align:center; font-size:10px;}
.login_form_t li a span { display:block; margin:auto; margin-bottom:5px; width:50px; height:50px; border:1px solid #35cd35; border-radius:50px; font-size:30px;}
.login_form_t li:nth-child(1) a { color:#35cd35;}
.login_form_t li:nth-child(1) a span { border:1px solid #35cd35;}
.login_form_t li:nth-child(2) a { color:#429ffc;}
.login_form_t li:nth-child(2) a span { border:1px solid #429ffc;}
.login_img { padding-left:70px; position:relative; min-height:60px; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.login_img img { width:60px; height:60px; position:absolute; top:0; left:0; border-radius:100%;}
.login_img i { position:absolute; right:0; top:20px;}
.login_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.login_list .ion-ios-arrow-right { float:right;}
.login_list .item { font-size:1em;}
.login_list .item i { width:20px;}
.nearby_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}/*周边*/
.nearby_list .item img { border-radius:8px;}
.nearby_list .item h2 { margin-bottom:10px;}
.nearby_list .item h2 span { color:#999;}
.nearby_list_t { font-size:8px;}
.nearby_list_t span { display:block; float:left; margin-right:5px; padding:2px 5px; background:#77cee5; color:#fff; border-radius:2px;}
.nearby_list_t span:nth-child(1) { background:#77cee5;}
.nearby_list_t span:nth-child(2) { background:#f994ab;}
.nearby_list_t span:nth-child(3) { background:#fcbe7d;}
.nearby_list_b { text-align:right;}
.nearby_list_b a { color:#999; text-decoration:none; font-size:1.2em;}
.courier_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.courier_list_c { background:#fff; margin-bottom:5px;}
.courier_list_c .item p { margin-top:5px; font-size:0.7em; color:#999;}
.courier_list_cb { padding:10px 16px;}
.courier_list_cb h3 { font-size:16px;}
.courier_list_cb p { font-size:0.8em; color:#999;}
.courier_list_cb .button { margin-top:0; margin-bottom:0;}
/*生活缴费*/
.pay_area { padding:10px 15px; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; text-align:center;}
.pay_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.pay_list { border-top:1px solid #ddd;}
.pay_list ul { margin-bottom:0;}
.pay_list li { float:left; width:33.3333%;}
.pay_list li a { display:block; padding:15px; text-align:center; border-right:1px solid #ddd; border-bottom:1px solid #ddd; color:#333; background:#fff;}
.pay_list li:nth-child(3n) a { border-right:none;}
.pay_list li a h3 { margin-top:5px; margin-bottom:0; font-size:1em;}
.pay_list li:nth-child(1) a .fa-stack { color:#02bfff;}
.pay_list li:nth-child(2) a .fa-stack { color:#ffb500;}
.pay_list li:nth-child(3) a .fa-stack { color:#ff6f4d;}
.pay_list li:nth-child(4) a .fa-stack { color:#ff3968;}
.pay_list li:nth-child(5) a .fa-stack { color:#2fa3ff;}
.pay_list li:nth-child(6) a .fa-stack { color:#ff7053;}
.waterpay_main { margin-top:5px; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.weui_cells .weui_label { margin-bottom:0; font-weight:normal;}
.like_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.like_list_t ul { margin-bottom:0; background:#fff; border-bottom:1px solid #ddd;}
.like_list_t li { float:left; width:50%; margin-bottom:0;}
.like_list_t li a { display:block; height:3em; line-height:3em; text-align:center; color:#686868;}
.like_list_t li.active a { border-bottom:2px solid #11c1f3;}
.like_list_c1 .media { margin-top:5px;}
.like_list_c1 .media a { display:block; padding:10px; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.like_list_c1 .media-left img { width:80px; height:80px;}
.like_list_c1 .media-heading { margin-bottom:5px; color:#333; height:1em; overflow:hidden; font-size:1.15em;}
.video_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.video_list_c {}
.video_list_c a { display:block; position:relative; color:#fff; text-decoration:none;}
.video_list_c a img { width:100%;}
.video_list_cb { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.3)}
.video_list_cp { position:absolute; top:50%; margin-top:-23px; width:100%; text-align:center;}
.video_list_cp h3 { margin-top:0; font-size:1.2em; }
.video_list_cp p { margin-bottom:0; font-size:0.9em;}
.chatpart .msgflow { padding:10px; position:relative; }
.sendbar { position:fixed; bottom:0; width:100%; background:#f4f4f6; border-top:1px solid #d6d6d8; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-align:center; -webkit-align-items:center; -ms-flex-align:center; align-items:center; }
.sendbar_l { -webkit-box-flex:1; -webkit-flex:1; -ms-flex:1; flex:1; }
.sendbar .msgedit { padding:5px 8px; width:100%; background:#fcfcfc; border:1px solid #ddd; border-radius:4px;}
.sendbar a { float:left; margin-left:10px; text-decoration:none; color:#ccc; font-size:1.8em; }
.sendbar_r .btn { float:right;}
.wl_faces_box { display:none; position:fixed; left:0; bottom:44px; background:#fff; width:100%; height:210px; overflow-y:auto; }
.wl_faces_box #emotionUL li { float:left; width:52px; height:52px; cursor:pointer;text-align:center;}
.onemsg_wrap { position:relative; margin-bottom:10px;}
.onemsg_wrap .onemsg_contain { position:relative; padding-left:50px; padding-right:50px;}
.onemsg_wrap .uface { position:absolute; width:40px; height:40px; left:0; border:1px solid #b5b5b5;}
.onemsg_wrap .onemsg { display:inline-block; position:relative;}
.onemsg_wrap .onemsg .msgbody { padding:9px; background:#fff; border-radius:4px; border:1px solid #D5D5D5;}
.onemsg_wrap .onemsg .arrow { position:absolute; top:14px; border-radius:2px; }
.onemsg_wrap .onemsg .arrow-before { left:-13px; border: 6px solid transparent; border-right: 8px solid #D5D5D5;}
.onemsg_wrap .onemsg .arrow-after{ left:-11px; border:6px solid transparent; border-right:8px solid #FFF; }
.onemsg_wrap .msgbody>div{word-break: break-all;word-wrap: break-word;}
.onemsg_wrap.self .holder {width:28%;display:inline-block;}
.onemsg_wrap.self .onemsg_contain { padding-left:50px; padding-right:50px; }
.onemsg_wrap.self .onemsg_contain { }
.onemsg_wrap.self .uface { left:auto; top:0; right:0px;}
.onemsg_wrap.self .onemsg { float:right;}
.onemsg_wrap.self .onemsg .msgbody { background:#a0e75a; border:1px solid #7dd154; }
.onemsg_wrap.self .onemsg .arrow-before { left:auto; right:-13px; border: 6px solid transparent; border-left: 8px solid #7dd154;}
.onemsg_wrap.self .onemsg .arrow-after{ left:auto; right:-11px; border:6px solid transparent; border-left:8px solid #a0e75a; }
.msghead { margin-bottom:5px; color:#fff; text-align:center;}
.msghead span { display:inline-block; padding:0 5px; background:#cecece; font-size:0.8em; border-radius:4px; height:20px; line-height:20px;}
.addrecei_form .item { font-size:1em; font-weight:normal;}
.addrecei_form .input-label { font-size:1em;}
.addrecei_form_a { padding-right:24px;}
.addrecei_form_a .form-control { width:100%;}
.addrecei_form_b { padding:0 15px;}
.recei_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.recei_list_b { padding:15px;}
/*key:<KEY> */ | Source-Code-母婴在线门户全站源代码/Template/V4/style/mobile.css | @charset "utf-8";
/* 全局样式定义 Powered by Zoomla!逐浪CMS zoomla.cn*/
.padding5 { padding-left:5px; padding-right:5px;}
.h52 { height:52px;}
.margin_bottom0 { margin-bottom:0;}
a:focus, a:hover { text-decoration:none;}
.h48 { height:48px;}
.weui-cell__bd p { margin-bottom:0;}
.box img { display:block;}/*首页样式*/
.home_top { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.home_top .left-buttons a { padding:6px 5px; color:#fff;}
.home_top_f { position:relative; padding:5px 0;}
.home_top_f .form-control { padding-left:15px; padding-right:15px; border-radius:30px;}
.home_top_f button { position:absolute; right:0; top:5px; background:none; border-radius:0; border:none;}
.home_top .right-buttons a { padding:2px 6px; color:#fff; font-size:1.5em}
.home_class { padding-bottom:20px; margin-bottom:1em; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.home_class .slider-pager { bottom:0;}
.home_class li { width:20%; float:left; margin-top:1em; text-align:center;}
.home_class li a { display:block; text-decoration:none; color:#333; font-size:0.8em;}
.home_news { padding-left:90px; padding-right:15px; position:relative; height:3em; line-height:3em; overflow:hidden; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#F5F5F5; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.home_class li a span { display:block; margin:auto; margin-bottom:5px; width:40px; height:40px; background:url(Images/home_class1.png) #b778fd center no-repeat; background-size:22px 22px; border-radius:40px;}
.home_class_b1 li:nth-child(1) a span { background:url(Images/home_class1.png) #fd5e5e center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(2) a span { background:url(Images/home_class2.png) #b778fd center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(3) a span { background:url(Images/home_class3.png) #4ca4fe center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(4) a span { background:url(Images/home_class4.png) #b778fd center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(5) a span { background:url(Images/home_class5.png) #ff6d57 center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(6) a span { background:url(Images/home_class6.png) #b778fd center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(7) a span { background:url(Images/home_class7.png) #fd5e5e center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(8) a span { background:url(Images/home_class8.png) #fec429 center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(9) a span { background:url(Images/home_class9.png) #33d198 center no-repeat; background-size:22px 22px;}
.home_class_b1 li:nth-child(10) a span { background:url(Images/home_class10.png) #fec429 center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(1) a span { background:url(Images/home_class11.png) #ff793b center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(2) a span { background:url(Images/home_class12.png) #ff793b center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(3) a span { background:url(Images/home_class13.png) #4ca4fe center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(4) a span { background:url(Images/home_class14.png) #71bffc center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(5) a span { background:url(Images/home_class15.png) #ff5f63 center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(6) a span { background:url(Images/home_class16.png) #7067e2 center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(7) a span { background:url(Images/home_class17.png) #fd5e5e center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(8) a span { background:url(Images/home_class18.png) #95d639 center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(9) a span { background:url(Images/home_class19.png) #b778fd center no-repeat; background-size:22px 22px;}
.home_class_b2 li:nth-child(10) a span { background:url(Images/home_class20.png) #3dd7ce center no-repeat; background-size:22px 22px;}
.home_beat { position:absolute; right:0; top:0; width:0; height:0; border-right:68px solid rgba(231, 104, 85, 1); border-bottom:68px solid transparent; z-index:2000; }
.home_beat a { display:block;}
.home_beat span { display:block; width:150px; position:absolute; top:50px; right:-155px; transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); color:#fff;}
.home_news .fa-star { color:#c00;}
.home_news .pull-right { padding-top:5px;}
.home_news .ion-ios-cart { color:#ff7000; font-size:2em;}
.home_news_l { position:absolute; left:10px; top:0; font-size:1.2em; color:#3b9b5b;}
.home_pro { background:#eee; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; }
.home_pro_t { line-height:3em; text-align:center; background:url(Images/home_bg1.jpg) center repeat-x; }
.home_pro_t span { display:inline-block; padding-left:10px; padding-right:10px; background:#eee; color:#a3a3a3;}
.home_pro_c { }
.home_pro_c .item-thumbnail-left { padding-bottom:8px;}
.home_pro_c h2 { color:#000; margin-bottom:5px; height:18px; line-height:18px;}
.home_pro_c p { font-size:0.7em; white-space:normal; color:#999; line-height:1.6em; height:3.2em;}
.home_pro_cp { font-size:0.9em;}
.home_pro_cp strong { color:#ff4683;}
.home_pro_cp span { color:#999; text-decoration:line-through; font-size:0.8em;}
.home_pro_cp b { margin-left:5px; padding:2px 5px; font-size:0.8em; font-weight:normal; background:#e4393c; color:#fff; border-radius:4px;}
/*.home_pro_c img { width:100%;}
.home_pro_c a { margin-bottom:10px; display:block; background:#fff; border:1px solid #ddd;}
.home_pro_c a h4 { margin-top:5px; margin-bottom:5px; padding-left:10px; padding-right:10px; font-size:0.5em; line-height:1.5em; height:1.5em; overflow:hidden; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; color:#666;}
.home_pro_c a span { display:block; margin-bottom:5px; text-align:center; color:#c00; font-size:0.8em; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}*/
.tab-item { font-family:"STHeiti","Microsoft YaHei","黑体","arial"; }
.pro_title { padding:10px 15px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}/*商品详情页样式*/
.pro_title h1 { margin-top:0; margin-bottom:15px; font-size:1.2em; color:#252525; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.pro_title p { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.pro_title p strong { font-size:2em; color:#f15353;}
.pro_title p span { margin-left:5px; color:#999; text-decoration:line-through;}
.pro_cont img { max-width:100%;}
.pro_ping_t { padding-left:10px; padding-right:10px; height:42px; line-height:42px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; color:#848689;}/*商品评论样式*/
.pro_ping_t span { font-size:0.8em;}
.pro_ping_c { padding-top:10px; background:#f0f2f5;}
.pro_ping_c>ul>li { margin-bottom:10px; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.pro_ping_ct { position:relative; padding:10px; padding-left:50px; line-height:30px; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; border-bottom:1px dotted #ddd;}
.pro_ping_ct img { position:absolute; top:10px; left:10px; width:30px; height:30px; border-radius:50%;}
.pro_ping_ct span.pull-right { font-size:0.8em; color:#999;}
.pro_ping_cc { margin-top:5px;}
.pro_ping_cc p { margin-bottom:5px; padding-left:10px; padding-right:10px; font-size:0.95em; color:#252525; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.pro_ping_cc p.margin_bottom0 { margin-bottom:0;}
.pro_ping_cc p i { margin-right:5px; font-size:1.4em; color:#F15353;}
.pro_ping_cc ul { padding-left:5px; padding-right:5px;}
.pro_ping_cc li { float:left; margin-bottom:10px; width:25%; padding-left:5px; padding-right:5px;}
.pro_ping_cc li img { position:absolute; top:0; left:0; width:100%; height:100%; border-radius:4px;}
.pro_ping_cc li a { display:block; position:relative; padding-top:100%;}
.pro_list li { padding:10px; border-bottom:1px solid #ddd; min-height:120px;}/*商品列表页样式*/
.pro_list li a { text-decoration:none; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.pro_list li h3 { margin-top:0; margin-bottom:10px; font-size:1.1em; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; height:18px; line-height:18px; overflow:hidden; color:#333;}
.pro_list li .btn { margin-top:5px; width:100%;}
.pro_list_c { position:relative; padding-left:110px;}
.pro_list_c img { position:absolute; top:0; left:0; width:100px; height:100px; box-shadow:0 0 5px rgba(0,0,0,0.1)}
.pro_list_c p { margin-bottom:0;}
.pro_list_c p strong { font-size:1.5em; color:#f15353; font-weight:normal;}
.pro_list_c p span { margin-left:5px; color:#999; text-decoration:line-through; font-size:0.8em;}
.pro_list_cp { color:#999; margin-bottom:0; font-size:0.9em; height:40px; line-height:20px; overflow:hidden;}
.pro_bottom { position:fixed; bottom:0; width:100%;}/*商品内容页底部按钮*/
.pro_bottom_l { float:left; width:75%; background:#fff; border-top:1px solid #e3e5e9;}
.pro_bottom_l a { display:block; float:left; padding-top:5px; padding-bottom:5px; width:20%; text-align:center; font-size:0.7em; color:#5d5f6a; text-decoration:none; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; height:47px;}
.pro_bottom_l a.active { color:#ff7000;}
.pro_bottom_l a i { display:block; font-size:1.5em; height:20px;}
.pro_bottom_l a span { color:#c00;}
.pro_bottom_r { float:right; width:25%;}
.pro_bottom_r a { display:block; position:relative; width:100%; line-height:48px; font-size:12px; text-align:center; background:#f15353; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; color:#fff; text-decoration:none;}
.pro_bottom_r form { width:50%; float:left;}
.pro_bottom_r .btn { width:100%; line-height:51px; border:none; background:#f15353; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; color:#fff; text-align:center; font-size:15px;}
.pro_bottom_r a:nth-child(2) { background:#f15353;}
.discount_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}/*便宜购*/
.discount_list .media { margin-top:5px;}
.discount_list .media a { display:block; padding:10px; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.discount_list .media-left img { width:80px; height:80px;}
.discount_list .media-heading { margin-bottom:5px; color:#333; height:1em; overflow:hidden; font-size:1.15em;}
.discount_list_p1 { margin-bottom:0; font-size:0.8em; line-height:1.5em; color:#999; text-align:justify; text-justify:inter-ideograph; overflow:hidden; height:3em;}
.discount_list_p2 { margin-bottom:0;}
.discount_list_p2 strong { font-size:1.2em; font-weight:normal; color:#ff7000;}
.discount_list_p2 span { margin-left:5px; text-decoration:line-through; font-size:0.8em; color:#999;}
.discount_list_t ul { margin-bottom:0; background:#fff; border-bottom:1px solid #ddd;}
.discount_list_t li { float:left; width:25%; margin-bottom:0;}
.discount_list_t li a { display:block; height:3em; line-height:3em; text-align:center; color:#686868;}
.usershop_cont { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}/*店铺首页*/
.usershop_cont_t h1 { margin-top:10px; text-align:center; font-size:1.2em;}
.usershop_cont .weui_cell_bd p { margin-bottom:0;}
.usershop_pro { padding-left:5px; padding-right:5px; margin-top:10px; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.usershop_pro_c { margin-bottom:10px; padding-left:5px; padding-right:5px;}
.usershop_pro_c a { display:block; box-shadow:0 0 5px rgba(0,0,0,0.45); background:#fff;}
.usershop_pro_ct { position:relative; padding-top:100%;}
.usershop_pro_ct img { display:block; position:absolute; top:0; width:100%; height:100%;}
.usershop_pro_c h3 { margin-top:10px; margin-left:10px; margin-right:10px; margin-bottom:0; height:14px; line-height:14px; overflow:hidden; font-size:0.8em; text-align:center; color:#333;}
.usershop_pro_c p { margin-bottom:5px; color:#c00; text-align:center;}
.news_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.news_list .media { margin-top:0; margin-bottom:5px;}
.news_list .media a { display:block; padding:10px; background:#fff;}
.news_list .media-left { padding-right:20px;}
.news_list .media-left img { width:110px; height:80px;}
.news_list .media-heading { margin-bottom:10px; font-size:1.1em; color:#333;}
.news_list .media-body p { margin-bottom:0; color:#999; font-size:0.9em;}
.news_list .media-body p span { margin-right:10px;}
.order_list_c { margin-top:5px; background:#fff; border-top:1px solid #e3e5e9; border-bottom:1px solid #e3e5e9; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}/*购物车订单*/
.order_list_c .media { margin-top:0; padding:10px; border-bottom:1px solid #e3e5e9;}
.order_list_c .media-left img { width:60px; height:60px;}
.order_list_c .media-heading { font-size:1em; height:1em; overflow:hidden;}
.order_list_c .media-body p { margin-bottom:0; font-size:0.9em; color:#999;}
.order_list_cp { padding:12px 15px; text-align:right; border-bottom:1px solid #e3e5e9;}
.order_list_cp span { font-size:1.2em; color:#c00;}
.order_list_cb { padding:5px 15px; text-align:right;}
.order_list_ct { padding:10px; border-bottom:1px solid #e3e5e9;}
.order_info { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.order_info_t { padding-left:10px; padding-right:10px; background:#fff; border-top:1px solid #e3e5e9; border-bottom:1px solid #e3e5e9;}
.order_info_tt { padding:10px 0; border-bottom:1px solid #e3e5e9;}
.order_info_tt span { color:#c00;}
.order_info_t p { margin-bottom:0; padding:10px 0;}
.order_info_u { padding-left:10px; padding-right:10px; margin-top:5px; background:#fff; border-top:1px solid #e3e5e9; border-bottom:1px solid #e3e5e9;}
.order_info_ut { padding:10px 0; border-bottom:1px solid #e3e5e9; line-height:1.5em;}
.order_info_ut span { float:left; margin-right:20px;}
.order_info_ut span i { float:left; margin-right:5px; font-size:1.5em;}
.order_info_u p { margin-bottom:0; padding:10px 0; text-align:justify; text-justify:inter-ideograph; overflow:hidden; color:#999; font-size:0.9em;}
.order_info_p { margin-top:5px; background:#fff; border-top:1px solid #e3e5e9; border-bottom:1px solid #e3e5e9;}
.order_info_p .media { margin-top:0; padding:10px; border-bottom:1px solid #e3e5e9;}
.order_info_p .media:last-child { border-bottom:none;}
.order_info_p .media-left { padding-right:15px;}
.order_info_p .media-left img { width:60px; height:60px; border:1px solid #e0e0e0;}
.order_info_p .media-heading { font-size:1em; color:#252525;}
.order_info_p .media p { margin-bottom:0; color:#c00;}
.order_info_d p { margin-bottom:0;}
.order_info_d .weui-cells { font-size:1em;}
.weui-cells { margin-top:0px; margin-bottom:5px; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; font-size:1em;} /*购物车样式*/
.cart_list label { margin-bottom:0;}
.cart_list .weui-cell { padding:0; overflow:hidden;}
.cart_list .weui-cells { margin-bottom:0;}
.cart_list .weui-cells:after,.cart_list .weui-cells:before { height:0; width:0;}
.cart_list .weui_media_box { padding:0;}
.cart_list .weui_media_desc { margin-bottom:0; font-weight:normal;}
.cart_list .weui_media_title { margin-top:0;}
.cart_list .weui_media_hd img { width:60px; height:60px;}
.cart_list .weui_cell_primary { width:0;}
.cart_list .item-content { padding:10px 15px;}
.order_store { margin-top:0px; margin-bottom:5px; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; background:#fff;}
.order_store .label { margin-bottom:0;}
.order_store .weui_cell { overflow:hidden;}
.order_store .weui_media_desc { margin-bottom:0; font-weight:normal;}
.order_store .weui_media_title { margin-top:0;}
.order_store .weui_media_hd img { width:60px; height:60px;}
.order_detail {}
.order_detail .weui_cells { font-size:1em;}
.order_detail p { margin-bottom:0;}
.order_detail label { font-weight:normal; margin-bottom:0;}
.flyer-img {width:50px;height:50px;border-radius:50%; position:absolute; bottom:0; z-index:100;}
.shop_list_c{ margin-bottom:5px; border-bottom:1px solid #ddd; background:#fff;}
.shop_list_cp img{ display:block; width:100%;}
.shop_list_cp h3{ padding-left:10px; padding-right:10px; margin-top:10px; margin-bottom:5px; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; font-size:1.2em;}
.shop_list_cp p{ padding-left:10px; padding-right:10px; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; color:#666;}
.news_cont_t { padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:10px; background:#11c1f3; color:#fff; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.news_cont_t h1 { margin-top:0; margin-bottom:10px; font-size:1.4em; font-weight:bold; line-height:1.3em;}
.news_cont_t p { margin-bottom:0; color:#f0f0f0; font-size:0.9em;}
.news_cont_t p span { margin-right:5px;}
.news_cont_c { padding:10px 15px; text-align:justify; text-justify:inter-ideograph; overflow:hidden; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.news_cont_c img { max-width:100%;}
.restaurants_list {} /*特色餐馆*/
.restaurants_list_c a { display:block; position:relative;}
.restaurants_list_c img { width:100%;}
.restaurants_list_ct { position:absolute; top:0; left:0; width:100%; background:rgba(0,0,0,0.32); height:100%;}
.restaurants_list_ctc { position:absolute; width:100%; top:50%; margin-top:-23px;}
.restaurants_list_ct h3 { text-align:center; color:#fff; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; font-size:16px; font-weight:bold; height:18px; line-height:18px; overflow:hidden;}
.restaurants_list_ct p { margin-bottom:0; text-align:center; color:#fff; font-size:0.8em;}
.restaurants_list_ct p span { margin-left:5px; margin-right:5px;}
.login_form { padding-top:50px; padding-left:15px; padding-right:15px; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}/*登录页面*/
.login_form label { margin-bottom:0; font-weight:normal;}
.login_form .weui_cell { padding:5px 0; border-bottom:1px solid #f4f4f4;}
.login_form .weui_cell:before { width:0; height:0;}
.login_form .weui_label { width:60px;}
.login_form_b .button { margin-top:20px;}
.login_form_d { margin-top:20px;}
.login_form_d a { color:#898989; text-decoration:none;}
.login_form_t { margin-top:100px; }
.login_form_t li { float:left; width:50%;}
.login_form_t li a { display:block; margin:auto; width:60px; text-align:center; font-size:10px;}
.login_form_t li a span { display:block; margin:auto; margin-bottom:5px; width:50px; height:50px; border:1px solid #35cd35; border-radius:50px; font-size:30px;}
.login_form_t li:nth-child(1) a { color:#35cd35;}
.login_form_t li:nth-child(1) a span { border:1px solid #35cd35;}
.login_form_t li:nth-child(2) a { color:#429ffc;}
.login_form_t li:nth-child(2) a span { border:1px solid #429ffc;}
.login_img { padding-left:70px; position:relative; min-height:60px; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.login_img img { width:60px; height:60px; position:absolute; top:0; left:0; border-radius:100%;}
.login_img i { position:absolute; right:0; top:20px;}
.login_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.login_list .ion-ios-arrow-right { float:right;}
.login_list .item { font-size:1em;}
.login_list .item i { width:20px;}
.nearby_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}/*周边*/
.nearby_list .item img { border-radius:8px;}
.nearby_list .item h2 { margin-bottom:10px;}
.nearby_list .item h2 span { color:#999;}
.nearby_list_t { font-size:8px;}
.nearby_list_t span { display:block; float:left; margin-right:5px; padding:2px 5px; background:#77cee5; color:#fff; border-radius:2px;}
.nearby_list_t span:nth-child(1) { background:#77cee5;}
.nearby_list_t span:nth-child(2) { background:#f994ab;}
.nearby_list_t span:nth-child(3) { background:#fcbe7d;}
.nearby_list_b { text-align:right;}
.nearby_list_b a { color:#999; text-decoration:none; font-size:1.2em;}
.courier_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.courier_list_c { background:#fff; margin-bottom:5px;}
.courier_list_c .item p { margin-top:5px; font-size:0.7em; color:#999;}
.courier_list_cb { padding:10px 16px;}
.courier_list_cb h3 { font-size:16px;}
.courier_list_cb p { font-size:0.8em; color:#999;}
.courier_list_cb .button { margin-top:0; margin-bottom:0;}
/*生活缴费*/
.pay_area { padding:10px 15px; font-family:"STHeiti","Microsoft YaHei","黑体","arial"; text-align:center;}
.pay_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.pay_list { border-top:1px solid #ddd;}
.pay_list ul { margin-bottom:0;}
.pay_list li { float:left; width:33.3333%;}
.pay_list li a { display:block; padding:15px; text-align:center; border-right:1px solid #ddd; border-bottom:1px solid #ddd; color:#333; background:#fff;}
.pay_list li:nth-child(3n) a { border-right:none;}
.pay_list li a h3 { margin-top:5px; margin-bottom:0; font-size:1em;}
.pay_list li:nth-child(1) a .fa-stack { color:#02bfff;}
.pay_list li:nth-child(2) a .fa-stack { color:#ffb500;}
.pay_list li:nth-child(3) a .fa-stack { color:#ff6f4d;}
.pay_list li:nth-child(4) a .fa-stack { color:#ff3968;}
.pay_list li:nth-child(5) a .fa-stack { color:#2fa3ff;}
.pay_list li:nth-child(6) a .fa-stack { color:#ff7053;}
.waterpay_main { margin-top:5px; font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.weui_cells .weui_label { margin-bottom:0; font-weight:normal;}
.like_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.like_list_t ul { margin-bottom:0; background:#fff; border-bottom:1px solid #ddd;}
.like_list_t li { float:left; width:50%; margin-bottom:0;}
.like_list_t li a { display:block; height:3em; line-height:3em; text-align:center; color:#686868;}
.like_list_t li.active a { border-bottom:2px solid #11c1f3;}
.like_list_c1 .media { margin-top:5px;}
.like_list_c1 .media a { display:block; padding:10px; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.like_list_c1 .media-left img { width:80px; height:80px;}
.like_list_c1 .media-heading { margin-bottom:5px; color:#333; height:1em; overflow:hidden; font-size:1.15em;}
.video_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.video_list_c {}
.video_list_c a { display:block; position:relative; color:#fff; text-decoration:none;}
.video_list_c a img { width:100%;}
.video_list_cb { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.3)}
.video_list_cp { position:absolute; top:50%; margin-top:-23px; width:100%; text-align:center;}
.video_list_cp h3 { margin-top:0; font-size:1.2em; }
.video_list_cp p { margin-bottom:0; font-size:0.9em;}
.chatpart .msgflow { padding:10px; position:relative; }
.sendbar { position:fixed; bottom:0; width:100%; background:#f4f4f6; border-top:1px solid #d6d6d8; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-align:center; -webkit-align-items:center; -ms-flex-align:center; align-items:center; }
.sendbar_l { -webkit-box-flex:1; -webkit-flex:1; -ms-flex:1; flex:1; }
.sendbar .msgedit { padding:5px 8px; width:100%; background:#fcfcfc; border:1px solid #ddd; border-radius:4px;}
.sendbar a { float:left; margin-left:10px; text-decoration:none; color:#ccc; font-size:1.8em; }
.sendbar_r .btn { float:right;}
.wl_faces_box { display:none; position:fixed; left:0; bottom:44px; background:#fff; width:100%; height:210px; overflow-y:auto; }
.wl_faces_box #emotionUL li { float:left; width:52px; height:52px; cursor:pointer;text-align:center;}
.onemsg_wrap { position:relative; margin-bottom:10px;}
.onemsg_wrap .onemsg_contain { position:relative; padding-left:50px; padding-right:50px;}
.onemsg_wrap .uface { position:absolute; width:40px; height:40px; left:0; border:1px solid #b5b5b5;}
.onemsg_wrap .onemsg { display:inline-block; position:relative;}
.onemsg_wrap .onemsg .msgbody { padding:9px; background:#fff; border-radius:4px; border:1px solid #D5D5D5;}
.onemsg_wrap .onemsg .arrow { position:absolute; top:14px; border-radius:2px; }
.onemsg_wrap .onemsg .arrow-before { left:-13px; border: 6px solid transparent; border-right: 8px solid #D5D5D5;}
.onemsg_wrap .onemsg .arrow-after{ left:-11px; border:6px solid transparent; border-right:8px solid #FFF; }
.onemsg_wrap .msgbody>div{word-break: break-all;word-wrap: break-word;}
.onemsg_wrap.self .holder {width:28%;display:inline-block;}
.onemsg_wrap.self .onemsg_contain { padding-left:50px; padding-right:50px; }
.onemsg_wrap.self .onemsg_contain { }
.onemsg_wrap.self .uface { left:auto; top:0; right:0px;}
.onemsg_wrap.self .onemsg { float:right;}
.onemsg_wrap.self .onemsg .msgbody { background:#a0e75a; border:1px solid #7dd154; }
.onemsg_wrap.self .onemsg .arrow-before { left:auto; right:-13px; border: 6px solid transparent; border-left: 8px solid #7dd154;}
.onemsg_wrap.self .onemsg .arrow-after{ left:auto; right:-11px; border:6px solid transparent; border-left:8px solid #a0e75a; }
.msghead { margin-bottom:5px; color:#fff; text-align:center;}
.msghead span { display:inline-block; padding:0 5px; background:#cecece; font-size:0.8em; border-radius:4px; height:20px; line-height:20px;}
.addrecei_form .item { font-size:1em; font-weight:normal;}
.addrecei_form .input-label { font-size:1em;}
.addrecei_form_a { padding-right:24px;}
.addrecei_form_a .form-control { width:100%;}
.addrecei_form_b { padding:0 15px;}
.recei_list { font-family:"STHeiti","Microsoft YaHei","黑体","arial";}
.recei_list_b { padding:15px;}
/*key:<KEY> */ | 0.314471 | 0.218065 |
.u-section-1 {
background-image: none;
min-height: calc(100vh - 175px);
display: flex;
align-items: center;
justify-content: center;
}
.u-section-1 .u-sheet-1 {
min-height: calc(100vh - 175px);
}
.u-section-1 .u-layout-wrap-1 {
width: 602px;
margin: 50px auto 60px;
}
.u-section-1 .u-layout-cell-1 {
max-height: 685px;
background-image: none;
margin-top: 0;
}
.u-section-1 .u-container-layout-1 {
padding: 30px 30px 30px 32px;
}
.u-section-1 .u-text-1 {
font-weight: 700;
width: 221px;
margin: 0 auto;
}
.u-section-1 .u-form-1 {
height: 550px;
width: 535px;
margin: 14px auto 0;
}
.u-section-1 .u-label-1 {
font-size: 0.875rem;
}
.u-section-1 .u-input-1 {
font-size: 0.875rem;
background-image: none;
}
.u-section-1 .u-form-group-2 {
margin-left: 0;
}
.u-section-1 .u-label-2 {
font-size: 0.875rem;
}
.u-section-1 .u-input-2 {
font-size: 0.875rem;
background-image: none;
}
.u-section-1 .u-form-group-3 {
margin-left: 0;
}
.u-section-1 .u-label-3 {
font-size: 0.875rem;
}
.u-section-1 .u-input-3 {
font-size: 0.875rem;
background-image: none;
}
.u-section-1 .u-form-group-4 {
margin-left: 0;
}
.u-section-1 .u-label-4 {
font-size: 0.875rem;
}
.u-section-1 .u-input-4 {
font-size: 0.875rem;
background-image: none;
}
.u-section-1 .u-form-group-5 {
margin-left: 0;
}
.u-section-1 .u-label-5 {
font-size: 0.875rem;
}
.u-section-1 .u-input-5 {
font-size: 0.875rem;
background-image: none;
}
.u-section-1 .u-form-group-6 {
margin-left: 0;
}
.u-section-1 .u-label-6 {
font-size: 0.875rem;
}
.u-section-1 .u-input-6 {
font-size: 0.875rem;
background-image: none;
}
.u-section-1 .u-btn-1 {
background-image: none;
border-style: none;
font-size: 0.875rem;
font-weight: 700;
}
@media (max-width: 991px) {
.u-section-1 {
min-height: calc(100vh - 128px);
}
.u-section-1 .u-sheet-1 {
min-height: calc(100vh - 128px);
}
.u-section-1 .u-layout-wrap-1 {
width: 549px;
margin-top: 50px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 601px;
}
.u-section-1 .u-container-layout-1 {
padding-top: 21px;
padding-left: 30px;
padding-bottom: 11px;
}
.u-section-1 .u-text-1 {
font-size: 1.25rem;
}
.u-section-1 .u-form-1 {
height: 519px;
width: 489px;
margin-top: 4px;
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-label-1 {
font-size: 0.75rem;
}
.u-section-1 .u-input-1 {
font-size: 0.75rem;
}
.u-section-1 .u-label-2 {
font-size: 0.75rem;
}
.u-section-1 .u-input-2 {
font-size: 0.75rem;
}
.u-section-1 .u-label-3 {
font-size: 0.75rem;
}
.u-section-1 .u-input-3 {
font-size: 0.75rem;
}
.u-section-1 .u-label-4 {
font-size: 0.75rem;
}
.u-section-1 .u-input-4 {
font-size: 0.75rem;
}
.u-section-1 .u-label-5 {
font-size: 0.75rem;
}
.u-section-1 .u-input-5 {
font-size: 0.75rem;
}
.u-section-1 .u-label-6 {
font-size: 0.75rem;
}
.u-section-1 .u-input-6 {
font-size: 0.75rem;
}
.u-section-1 .u-btn-1 {
padding: 6px 31px 7px 29px;
}
}
@media (max-width: 767px) {
.u-section-1 {
min-height: calc(100vh - 96px);
}
.u-section-1 .u-sheet-1 {
min-height: calc(100vh - 96px);
display: flex;
align-items: center;
justify-content: center;
}
.u-section-1 .u-layout-wrap-1 {
width: 449px;
margin-top: auto;
margin-bottom: auto;
display: flex;
align-items: center;
justify-content: center;
}
.u-section-1 .u-layout-cell-1 {
min-height: 370px;
max-height: 520px;
width: 250px;
}
.u-section-1 .u-container-layout-1 {
padding: 10px;
}
.u-section-1 .u-text-1 {
font-size: 16px;
padding-top: 2px;
padding-bottom: 5px;
}
.u-section-1 .u-form-1 {
max-height: 340px;
width: 230px;
margin: auto;
}
.u-section-1 .u-form-vertical.u-form-spacing-10 .u-form-group {
margin-bottom: 4px;
}
.u-section-1 .u-input-1 {
font-size: 0.625rem;
padding: 5px 7px;
}
.u-section-1 .u-label-1 {
font-size: 0.625rem;
margin-bottom: 3px;
}
.u-section-1 .u-input-2 {
font-size: 0.625rem;
padding: 5px 7px;
}
.u-section-1 .u-label-2 {
font-size: 0.625rem;
margin-bottom: 3px;
}
.u-section-1 .u-input-3 {
font-size: 0.625rem;
padding: 5px 7px;
}
.u-section-1 .u-label-3 {
font-size: 0.625rem;
margin-bottom: 3px;
}
.u-section-1 .u-input-4 {
font-size: 0.625rem;
padding: 5px 7px;
}
.u-section-1 .u-label-4 {
font-size: 0.625rem;
margin-bottom: 3px;
}
.u-section-1 .u-input-5 {
font-size: 0.625rem;
padding: 5px 7px;
}
.u-section-1 .u-label-5 {
font-size: 0.625rem;
margin-bottom: 3px;
}
.u-section-1 .u-input-6 {
font-size: 0.625rem;
padding: 5px 7px;
}
.u-section-1 .u-label-6 {
font-size: 0.625rem;
margin-bottom: 3px;
}
.u-section-1 .u-btn-1 {
font-size: 0.75rem;
padding: 5px 30px 6px;
margin-left: 40px;
}
} | support_system/static/employee/employee_data.css | .u-section-1 {
background-image: none;
min-height: calc(100vh - 175px);
display: flex;
align-items: center;
justify-content: center;
}
.u-section-1 .u-sheet-1 {
min-height: calc(100vh - 175px);
}
.u-section-1 .u-layout-wrap-1 {
width: 602px;
margin: 50px auto 60px;
}
.u-section-1 .u-layout-cell-1 {
max-height: 685px;
background-image: none;
margin-top: 0;
}
.u-section-1 .u-container-layout-1 {
padding: 30px 30px 30px 32px;
}
.u-section-1 .u-text-1 {
font-weight: 700;
width: 221px;
margin: 0 auto;
}
.u-section-1 .u-form-1 {
height: 550px;
width: 535px;
margin: 14px auto 0;
}
.u-section-1 .u-label-1 {
font-size: 0.875rem;
}
.u-section-1 .u-input-1 {
font-size: 0.875rem;
background-image: none;
}
.u-section-1 .u-form-group-2 {
margin-left: 0;
}
.u-section-1 .u-label-2 {
font-size: 0.875rem;
}
.u-section-1 .u-input-2 {
font-size: 0.875rem;
background-image: none;
}
.u-section-1 .u-form-group-3 {
margin-left: 0;
}
.u-section-1 .u-label-3 {
font-size: 0.875rem;
}
.u-section-1 .u-input-3 {
font-size: 0.875rem;
background-image: none;
}
.u-section-1 .u-form-group-4 {
margin-left: 0;
}
.u-section-1 .u-label-4 {
font-size: 0.875rem;
}
.u-section-1 .u-input-4 {
font-size: 0.875rem;
background-image: none;
}
.u-section-1 .u-form-group-5 {
margin-left: 0;
}
.u-section-1 .u-label-5 {
font-size: 0.875rem;
}
.u-section-1 .u-input-5 {
font-size: 0.875rem;
background-image: none;
}
.u-section-1 .u-form-group-6 {
margin-left: 0;
}
.u-section-1 .u-label-6 {
font-size: 0.875rem;
}
.u-section-1 .u-input-6 {
font-size: 0.875rem;
background-image: none;
}
.u-section-1 .u-btn-1 {
background-image: none;
border-style: none;
font-size: 0.875rem;
font-weight: 700;
}
@media (max-width: 991px) {
.u-section-1 {
min-height: calc(100vh - 128px);
}
.u-section-1 .u-sheet-1 {
min-height: calc(100vh - 128px);
}
.u-section-1 .u-layout-wrap-1 {
width: 549px;
margin-top: 50px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 601px;
}
.u-section-1 .u-container-layout-1 {
padding-top: 21px;
padding-left: 30px;
padding-bottom: 11px;
}
.u-section-1 .u-text-1 {
font-size: 1.25rem;
}
.u-section-1 .u-form-1 {
height: 519px;
width: 489px;
margin-top: 4px;
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-label-1 {
font-size: 0.75rem;
}
.u-section-1 .u-input-1 {
font-size: 0.75rem;
}
.u-section-1 .u-label-2 {
font-size: 0.75rem;
}
.u-section-1 .u-input-2 {
font-size: 0.75rem;
}
.u-section-1 .u-label-3 {
font-size: 0.75rem;
}
.u-section-1 .u-input-3 {
font-size: 0.75rem;
}
.u-section-1 .u-label-4 {
font-size: 0.75rem;
}
.u-section-1 .u-input-4 {
font-size: 0.75rem;
}
.u-section-1 .u-label-5 {
font-size: 0.75rem;
}
.u-section-1 .u-input-5 {
font-size: 0.75rem;
}
.u-section-1 .u-label-6 {
font-size: 0.75rem;
}
.u-section-1 .u-input-6 {
font-size: 0.75rem;
}
.u-section-1 .u-btn-1 {
padding: 6px 31px 7px 29px;
}
}
@media (max-width: 767px) {
.u-section-1 {
min-height: calc(100vh - 96px);
}
.u-section-1 .u-sheet-1 {
min-height: calc(100vh - 96px);
display: flex;
align-items: center;
justify-content: center;
}
.u-section-1 .u-layout-wrap-1 {
width: 449px;
margin-top: auto;
margin-bottom: auto;
display: flex;
align-items: center;
justify-content: center;
}
.u-section-1 .u-layout-cell-1 {
min-height: 370px;
max-height: 520px;
width: 250px;
}
.u-section-1 .u-container-layout-1 {
padding: 10px;
}
.u-section-1 .u-text-1 {
font-size: 16px;
padding-top: 2px;
padding-bottom: 5px;
}
.u-section-1 .u-form-1 {
max-height: 340px;
width: 230px;
margin: auto;
}
.u-section-1 .u-form-vertical.u-form-spacing-10 .u-form-group {
margin-bottom: 4px;
}
.u-section-1 .u-input-1 {
font-size: 0.625rem;
padding: 5px 7px;
}
.u-section-1 .u-label-1 {
font-size: 0.625rem;
margin-bottom: 3px;
}
.u-section-1 .u-input-2 {
font-size: 0.625rem;
padding: 5px 7px;
}
.u-section-1 .u-label-2 {
font-size: 0.625rem;
margin-bottom: 3px;
}
.u-section-1 .u-input-3 {
font-size: 0.625rem;
padding: 5px 7px;
}
.u-section-1 .u-label-3 {
font-size: 0.625rem;
margin-bottom: 3px;
}
.u-section-1 .u-input-4 {
font-size: 0.625rem;
padding: 5px 7px;
}
.u-section-1 .u-label-4 {
font-size: 0.625rem;
margin-bottom: 3px;
}
.u-section-1 .u-input-5 {
font-size: 0.625rem;
padding: 5px 7px;
}
.u-section-1 .u-label-5 {
font-size: 0.625rem;
margin-bottom: 3px;
}
.u-section-1 .u-input-6 {
font-size: 0.625rem;
padding: 5px 7px;
}
.u-section-1 .u-label-6 {
font-size: 0.625rem;
margin-bottom: 3px;
}
.u-section-1 .u-btn-1 {
font-size: 0.75rem;
padding: 5px 30px 6px;
margin-left: 40px;
}
} | 0.368292 | 0.080937 |
* {
box-sizing: border-box;
}
body{
/* background-image:url("http://www.trakoscan.hr/images/zbirka-knjiga.png");
background-image: radial-gradient(red, yellow,orange );
*/
background-image: repeating-radial-gradient(grey, yellow 5%, cyan 15%);
/* background-color: #cccccc;
background-position: center;
background-repeat: repeat;
background-size: cover; */ /* */
}
.banner {
align-content: center;
display: none;
justify-content: center;
width: 100%;
}
#projects{
display: flex;
flex-wrap: wrap;
/* justify-content: space-around; */
}
.contact-section{
display: flex;
justify-content: center;
}
.contact-section:hover{
font-size: 25px;
}
.topnav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
position: fixed;
}
ul.topnav li {float: left;}
ul.topnav li a {
display: block;
color:white;
font-weight: bold;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.active{
background-color: green;
color: white;
}
.btn:hover {
background-color: green;
}
h1{
animation: cursor 2s infinite;
}
@keyframes cursor {
0% {
opacity: 0;
}
40% {
opacity: 0;
}
50% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.welcome-section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
color: white;
}
div.gallery {
color: white;
}
div.gallery:hover {
border: 1px solid #777;
background-color: grey;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
.responsive {
padding: 0 6px;
float: left;
width: 24.99999%;
}
@media only screen and (max-width: 700px) {
.responsive {
width: 50%;
margin: 6px 0;
}
}
@media only screen and (max-width: 500px) {
.responsive {
width: 100%;
}
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
footer,.fab,.fas{
color:blue;
font-size: 15px;
} | style.css | * {
box-sizing: border-box;
}
body{
/* background-image:url("http://www.trakoscan.hr/images/zbirka-knjiga.png");
background-image: radial-gradient(red, yellow,orange );
*/
background-image: repeating-radial-gradient(grey, yellow 5%, cyan 15%);
/* background-color: #cccccc;
background-position: center;
background-repeat: repeat;
background-size: cover; */ /* */
}
.banner {
align-content: center;
display: none;
justify-content: center;
width: 100%;
}
#projects{
display: flex;
flex-wrap: wrap;
/* justify-content: space-around; */
}
.contact-section{
display: flex;
justify-content: center;
}
.contact-section:hover{
font-size: 25px;
}
.topnav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
position: fixed;
}
ul.topnav li {float: left;}
ul.topnav li a {
display: block;
color:white;
font-weight: bold;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.active{
background-color: green;
color: white;
}
.btn:hover {
background-color: green;
}
h1{
animation: cursor 2s infinite;
}
@keyframes cursor {
0% {
opacity: 0;
}
40% {
opacity: 0;
}
50% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.welcome-section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
color: white;
}
div.gallery {
color: white;
}
div.gallery:hover {
border: 1px solid #777;
background-color: grey;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
.responsive {
padding: 0 6px;
float: left;
width: 24.99999%;
}
@media only screen and (max-width: 700px) {
.responsive {
width: 50%;
margin: 6px 0;
}
}
@media only screen and (max-width: 500px) {
.responsive {
width: 100%;
}
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
footer,.fab,.fas{
color:blue;
font-size: 15px;
} | 0.35488 | 0.123577 |
table.harpy {
width: 95%;
border-collapse: collapse;
}
table.harpy div {
float: left;
height: 20px;
}
table.harpy div.loadMarker {
border-left: 1px dashed #F63;
border-right: 1px dashed #5cb85c;
position: absolute;
margin-top: 35px;
}
table.harpy tr.total, table.harpy>thead>tr {
background: #EEE;
font-weight: bold;
}
table.harpy tr.html {
background: #FFE;
}
table.harpy tr.css {
background: #EEF;
}
table.harpy tr.js {
background: #FEF;
}
table.harpy tr.text {
background: #FEE;
}
table.harpy tr.external {
color: #3276b1;
}
table.harpy tr.cache {
color: #999;
}
table.harpy tr[data-filtered-method],
table.harpy tr[data-filtered-url],
table.harpy tr[data-filtered-urlType],
table.harpy tr[data-filtered-status],
table.harpy tr[data-filtered-type],
table.harpy tr[data-filtered-size]
{
display: none;
}
table.harpy th {
width: 1px;
}
table.harpy th.timeline{
width: auto;
padding: 5px;
}
table.harpy th.header {
background: url("../images/bg.gif") no-repeat center right;
cursor: pointer;
font-weight: bold;
padding-right: 18px;
}
table.harpy th.headerSortUp {
background-image: url("../images/asc.gif");
}
table.harpy th.headerSortDown {
background-image: url("../images/desc.gif");
}
table.harpy td {
white-space: nowrap;
border-bottom: 1px solid #CCC;
border-right: 1px solid #EEE;
padding: 1px 5px;
}
table.harpy td.url {
width: 100px;
}
table.harpy tr.total span:nth-child(2) {
float: right;
}
table.harpy .blocked {
background: #d9534f;
}
table.harpy .dns {
background : #F63;
}
table.harpy .connect {
background: #F96;
}
table.harpy .send {
background: #9C9;
}
table.harpy .wait {
background: #FC6;
}
table.harpy .receive {
background: #5cb85c;
margin-right: 5px;
}
table.harpy td.info {
padding: 15px 10px;
background: #FFE;
position: relative;
}
table.harpy td.info table {
margin-top: 10px;
width: 100%;
}
table.harpy td.info td:first-child {
font-weight: bold;
background: #EEE;
width: 200px;
}
table.harpy td.info td:nth-child(2) {
white-space: normal;
}
table.harpy td.info div {
overflow: hidden;
}
table.harpy td.info dl {
clear: both;
overflow: hidden;
}
table.harpy td.info dt, table.harpy td.info dd {
display: inline-block;
float: left;
padding: 1px 5px;
margin: 0;
}
table.harpy td.info dt {
background: #EEE;
font-weight: bold;
}
table.harpy input {
width: 100%;
box-sizing: border-box;
float: left;
}
table.harpy input[data-field="url"] {
width: 80%;
}
table.harpy select {
width: 20%;
float: left;
padding: 1px;
}
table.harpy thead td {
padding: 2px 0;
}
div.harpyChart {
width: 24%;
float: left;
height: 260px;
overflow: hidden;
}
div.harpyBarChart {
width: 32%;
} | src/main/css/harpy.css | table.harpy {
width: 95%;
border-collapse: collapse;
}
table.harpy div {
float: left;
height: 20px;
}
table.harpy div.loadMarker {
border-left: 1px dashed #F63;
border-right: 1px dashed #5cb85c;
position: absolute;
margin-top: 35px;
}
table.harpy tr.total, table.harpy>thead>tr {
background: #EEE;
font-weight: bold;
}
table.harpy tr.html {
background: #FFE;
}
table.harpy tr.css {
background: #EEF;
}
table.harpy tr.js {
background: #FEF;
}
table.harpy tr.text {
background: #FEE;
}
table.harpy tr.external {
color: #3276b1;
}
table.harpy tr.cache {
color: #999;
}
table.harpy tr[data-filtered-method],
table.harpy tr[data-filtered-url],
table.harpy tr[data-filtered-urlType],
table.harpy tr[data-filtered-status],
table.harpy tr[data-filtered-type],
table.harpy tr[data-filtered-size]
{
display: none;
}
table.harpy th {
width: 1px;
}
table.harpy th.timeline{
width: auto;
padding: 5px;
}
table.harpy th.header {
background: url("../images/bg.gif") no-repeat center right;
cursor: pointer;
font-weight: bold;
padding-right: 18px;
}
table.harpy th.headerSortUp {
background-image: url("../images/asc.gif");
}
table.harpy th.headerSortDown {
background-image: url("../images/desc.gif");
}
table.harpy td {
white-space: nowrap;
border-bottom: 1px solid #CCC;
border-right: 1px solid #EEE;
padding: 1px 5px;
}
table.harpy td.url {
width: 100px;
}
table.harpy tr.total span:nth-child(2) {
float: right;
}
table.harpy .blocked {
background: #d9534f;
}
table.harpy .dns {
background : #F63;
}
table.harpy .connect {
background: #F96;
}
table.harpy .send {
background: #9C9;
}
table.harpy .wait {
background: #FC6;
}
table.harpy .receive {
background: #5cb85c;
margin-right: 5px;
}
table.harpy td.info {
padding: 15px 10px;
background: #FFE;
position: relative;
}
table.harpy td.info table {
margin-top: 10px;
width: 100%;
}
table.harpy td.info td:first-child {
font-weight: bold;
background: #EEE;
width: 200px;
}
table.harpy td.info td:nth-child(2) {
white-space: normal;
}
table.harpy td.info div {
overflow: hidden;
}
table.harpy td.info dl {
clear: both;
overflow: hidden;
}
table.harpy td.info dt, table.harpy td.info dd {
display: inline-block;
float: left;
padding: 1px 5px;
margin: 0;
}
table.harpy td.info dt {
background: #EEE;
font-weight: bold;
}
table.harpy input {
width: 100%;
box-sizing: border-box;
float: left;
}
table.harpy input[data-field="url"] {
width: 80%;
}
table.harpy select {
width: 20%;
float: left;
padding: 1px;
}
table.harpy thead td {
padding: 2px 0;
}
div.harpyChart {
width: 24%;
float: left;
height: 260px;
overflow: hidden;
}
div.harpyBarChart {
width: 32%;
} | 0.452052 | 0.36523 |
html, body {
height: 100%;
}
/* Main view, move content down due to fixed navbar. */
.main-wrapper {
height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
padding-top: 50px;
}
/* Container for a sidebar. */
.sidebar-container {
position: fixed;
width: 250px;
height: 100%;
padding: 0px;
display: flex;
flex-direction: column;
}
.sidebar-header, .sidebar-footer {
position: relative;
padding: 15px;
border-bottom: 1px solid #ddd;
}
/* Scrollable sidebar. */
.tree {
flex-grow: 1;
position: relative;
overflow-y: scroll;
border-bottom: 1px solid #ddd;
}
.main-view {
height: 100%;
overflow: auto;
position: relative;
padding: 0px;
}
.nav-pills li:last-child{
margin-bottom:80px;
}
.sidebar-header>.thumbnail>img {
height: 170px;
max-width: 100%;
margin: 0 auto;
border: 1px solid black;
}
.thumbnail-nav {
font-size:50px;
margin: -19px auto;
text-align: center;
}
/*
* Imageless CSS3 Treeview with Checkbox Support
* @namespace window.AcidJs
* @class CSS3Treeview
* @version 3.0
* @author <NAME>
* @url developer website: http://wemakesites.net/
* @url developer twitter: https://twitter.com/#!/wemakesitesnet
* @url developer blog http://acidmartin.wordpress.com/
**/
/*
* Do you like this solution? Please, donate:
* https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QFUHPWJB2JDBS
**/
.acidjs-css3-treeview,
.acidjs-css3-treeview *
{
padding: 0;
margin: 0;
list-style: none;
}
.acidjs-css3-treeview .leaf > label[for]::before,
.acidjs-css3-treeview .leaf > label span::before,
.acidjs-css3-treeview .folder > label[for]::before,
.acidjs-css3-treeview .folder > label span::before
{
content: "\25b6";
display: inline-block;
margin: 2px 0 0;
width: 13px;
height: 13px;
vertical-align: top;
text-align: center;
color: #e74c3c;
font-size: 8px;
line-height: 13px;
}
.acidjs-css3-treeview li ul
{
margin: 0 0 0 22px;
}
.acidjs-css3-treeview *
{
vertical-align: middle;
}
.acidjs-css3-treeview
{
font: normal 11px/16px "Segoe UI", Arial, Sans-serif;
}
.acidjs-css3-treeview li
{
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.acidjs-css3-treeview input[type="checkbox"]
{
display: none;
}
.acidjs-css3-treeview label
{
cursor: pointer;
}
.acidjs-css3-treeview .leaf > label span::before,
.acidjs-css3-treeview .folder > label[for]::before
{
-webkit-transform: translatex(-24px);
-moz-transform: translatex(-24px);
-ms-transform: translatex(-24px);
-o-transform: translatex(-24px);
transform: translatex(-24px);
}
.acidjs-css3-treeview .leaf > label span::before,
.acidjs-css3-treeview .folder > label span::before
{
-webkit-transform: translatex(16px);
-moz-transform: translatex(16px);
-ms-transform: translatex(16px);
-o-transform: translatex(16px);
transform: translatex(16px);
}
.acidjs-css3-treeview .folder > input[type="checkbox"][id]:checked ~ label[for]::before
{
content: "\25bc";
}
.acidjs-css3-treeview input[type="checkbox"][id]:not(:checked) ~ ul
{
display: none;
}
.acidjs-css3-treeview .leaf > label span::before,
.acidjs-css3-treeview .folder > label:not([for])
{
margin: 0 8px 0 0;
}
.acidjs-css3-treeview .leaf > label span::before,
.acidjs-css3-treeview .folder > label span::before
{
content: "";
border: solid 1px #1375b3;
color: #1375b3;
opacity: .50;
}
.acidjs-css3-treeview .leaf > label input:checked + span::before,
.acidjs-css3-treeview .folder > label input:checked + span::before
{
content: "\2714";
box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
opacity: 1;
}
.acidjs-css3-treeview .leaf > label[for]::before,
.acidjs-css3-treeview .leaf > label span::before
{
content: "";
}
/* replace with rmodal external */
.modal {
display: none;
background: rgba(0, 0, 0, .30);
z-index: 999;
}
.modal .modal-dialog {
position: relative;
margin: 30px auto;
width: 1100px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
/* end of replace...the part below is a page-specific override */
.modal-content {
margin-top: 100px;
}
.modal .modal-dialog {
width: 400px;
}
.modal-dialog .modal-content
{
border-radius: 0;
}
.create-post {
margin-left: 250px
}
label[draggable]:hover {
color: black;
}
.modal-button {
text-align:center;
padding: 1px 6px;
font-weight:100;
cursor: pointer;
}
.folder, .leaf {
white-space: nowrap;
} | dtech_instagram/static/drag-drop/styles.css | html, body {
height: 100%;
}
/* Main view, move content down due to fixed navbar. */
.main-wrapper {
height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
padding-top: 50px;
}
/* Container for a sidebar. */
.sidebar-container {
position: fixed;
width: 250px;
height: 100%;
padding: 0px;
display: flex;
flex-direction: column;
}
.sidebar-header, .sidebar-footer {
position: relative;
padding: 15px;
border-bottom: 1px solid #ddd;
}
/* Scrollable sidebar. */
.tree {
flex-grow: 1;
position: relative;
overflow-y: scroll;
border-bottom: 1px solid #ddd;
}
.main-view {
height: 100%;
overflow: auto;
position: relative;
padding: 0px;
}
.nav-pills li:last-child{
margin-bottom:80px;
}
.sidebar-header>.thumbnail>img {
height: 170px;
max-width: 100%;
margin: 0 auto;
border: 1px solid black;
}
.thumbnail-nav {
font-size:50px;
margin: -19px auto;
text-align: center;
}
/*
* Imageless CSS3 Treeview with Checkbox Support
* @namespace window.AcidJs
* @class CSS3Treeview
* @version 3.0
* @author <NAME>
* @url developer website: http://wemakesites.net/
* @url developer twitter: https://twitter.com/#!/wemakesitesnet
* @url developer blog http://acidmartin.wordpress.com/
**/
/*
* Do you like this solution? Please, donate:
* https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QFUHPWJB2JDBS
**/
.acidjs-css3-treeview,
.acidjs-css3-treeview *
{
padding: 0;
margin: 0;
list-style: none;
}
.acidjs-css3-treeview .leaf > label[for]::before,
.acidjs-css3-treeview .leaf > label span::before,
.acidjs-css3-treeview .folder > label[for]::before,
.acidjs-css3-treeview .folder > label span::before
{
content: "\25b6";
display: inline-block;
margin: 2px 0 0;
width: 13px;
height: 13px;
vertical-align: top;
text-align: center;
color: #e74c3c;
font-size: 8px;
line-height: 13px;
}
.acidjs-css3-treeview li ul
{
margin: 0 0 0 22px;
}
.acidjs-css3-treeview *
{
vertical-align: middle;
}
.acidjs-css3-treeview
{
font: normal 11px/16px "Segoe UI", Arial, Sans-serif;
}
.acidjs-css3-treeview li
{
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.acidjs-css3-treeview input[type="checkbox"]
{
display: none;
}
.acidjs-css3-treeview label
{
cursor: pointer;
}
.acidjs-css3-treeview .leaf > label span::before,
.acidjs-css3-treeview .folder > label[for]::before
{
-webkit-transform: translatex(-24px);
-moz-transform: translatex(-24px);
-ms-transform: translatex(-24px);
-o-transform: translatex(-24px);
transform: translatex(-24px);
}
.acidjs-css3-treeview .leaf > label span::before,
.acidjs-css3-treeview .folder > label span::before
{
-webkit-transform: translatex(16px);
-moz-transform: translatex(16px);
-ms-transform: translatex(16px);
-o-transform: translatex(16px);
transform: translatex(16px);
}
.acidjs-css3-treeview .folder > input[type="checkbox"][id]:checked ~ label[for]::before
{
content: "\25bc";
}
.acidjs-css3-treeview input[type="checkbox"][id]:not(:checked) ~ ul
{
display: none;
}
.acidjs-css3-treeview .leaf > label span::before,
.acidjs-css3-treeview .folder > label:not([for])
{
margin: 0 8px 0 0;
}
.acidjs-css3-treeview .leaf > label span::before,
.acidjs-css3-treeview .folder > label span::before
{
content: "";
border: solid 1px #1375b3;
color: #1375b3;
opacity: .50;
}
.acidjs-css3-treeview .leaf > label input:checked + span::before,
.acidjs-css3-treeview .folder > label input:checked + span::before
{
content: "\2714";
box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
opacity: 1;
}
.acidjs-css3-treeview .leaf > label[for]::before,
.acidjs-css3-treeview .leaf > label span::before
{
content: "";
}
/* replace with rmodal external */
.modal {
display: none;
background: rgba(0, 0, 0, .30);
z-index: 999;
}
.modal .modal-dialog {
position: relative;
margin: 30px auto;
width: 1100px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
/* end of replace...the part below is a page-specific override */
.modal-content {
margin-top: 100px;
}
.modal .modal-dialog {
width: 400px;
}
.modal-dialog .modal-content
{
border-radius: 0;
}
.create-post {
margin-left: 250px
}
label[draggable]:hover {
color: black;
}
.modal-button {
text-align:center;
padding: 1px 6px;
font-weight:100;
cursor: pointer;
}
.folder, .leaf {
white-space: nowrap;
} | 0.502197 | 0.066116 |
@charset "utf-8";
/*
[generic Table of contents]
* body
+ header
- .logo
+ navigation
+ .section2
- #slider-with-blocks-1
- .royalSlider
+ .roofers-bg
- .roofers
+ #estimation
- .estimation-toggle
- .estimation
- form
- .toggle
+ .services
- .quote-carousel
- .carousel-inner
- .item
- .overlay-effect
- .button-effect
+ .greybox
+.latest-news
- .news-detail
+ .feature
- #feature-carousel
- .feature-work
- .img
- .overlay
+ .partners
- .flexiselDemo3
- #portfolio
- .item
- .img
+ .page-nav
- .top-nav2
- .heading
- .inner-link
+ .about-section
- .meet-us
- .about-slider
- .abt-carousel
- .bannerImage
+.our-crew
- .description
- .description-pics
+ .partner-bg
+ # main-services
- .services-wrap
- #portfolio-filter
- #portfolio-list
- .clients-bg
- .clients
+ # main-gallery
- .work-wrap
- .filter-list
- .filter
- .portfolio
+ #location
- .locations
- .diamond-inner
+ #googleMap
+ .contact-wrap
- .contact
+ #footer
- .footer-detail
*/
body{
height:100%;
width:100%;
font-family: 'OpenSansRegular';
font-size:16px;
color:#35383e;
margin:0;
padding:0;
font-weight:lighter;
}
@font-face {
font-family: 'RobotoRegular';
src: url('../fonts/RobotoRegular.eot');
src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
url('../fonts/RobotoRegular.woff2') format('woff2'),
url('../fonts/RobotoRegular.woff') format('woff'),
url('../fonts/RobotoRegular.ttf') format('truetype'),
url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
font-family: 'RobotoBold';
src: url('../fonts/RobotoBold.eot');
src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
url('../fonts/RobotoBold.woff2') format('woff2'),
url('../fonts/RobotoBold.woff') format('woff'),
url('../fonts/RobotoBold.ttf') format('truetype'),
url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
font-family: 'RobotoLight';
src: url('../fonts/RobotoLight.eot');
src: url('../fonts/RobotoLight.eot') format('embedded-opentype'),
url('../fonts/RobotoLight.woff2') format('woff2'),
url('../fonts/RobotoLight.woff') format('woff'),
url('../fonts/RobotoLight.ttf') format('truetype'),
url('../fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
font-family:'OpenSansRegular';
src: url('../fonts/opensans-regular.eot');
src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
url('../fonts/opensans-regular.woff2') format('woff2'),
url('../fonts/opensans-regular.woff') format('woff'),
url('../fonts/opensans-regular.ttf') format('truetype'),
url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
@font-face {
font-family: 'OpenSans-Bold';
src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-Bold.woff') format('woff'),
url('../fonts/OpenSans-Bold.ttf') format('truetype'),
url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OpenSansLight';
src: url('../fonts/opensans-light.eot');
src: url('../fonts/opensans-light.eot') format('embedded-opentype'),
url('../fonts/opensans-light.woff2') format('woff2'),
url('../fonts/opensans-light.woff') format('woff'),
url('../fonts/opensans-light.ttf') format('truetype'),
url('../fonts/opensans-light.svg#OpenSansLight') format('svg');
}
/*for scroll button to reach on top*/
.back-to-top {
position: fixed;
bottom: 0;
right:5%;
width: 52px;
height: 52px;
z-index:9999;
display: none;
text-decoration: none;
color: #fff;
font-size:20px;
background:#0064c8;
padding:10px;
}
.back-to-top:hover , .back-to-top:focus{
color: #ffffff;
}
.overflow{
overflow:hidden;
}
a{ text-decoration:none; color:#35383e; }
a:hover{ text-decoration:none; color:#0064c8;}
a:focus{ outline:none; }
ul{
margin:0;
padding:0;
list-style:none;
}
h1{
font-family:'RobotoRegular';
font-size:35px;
margin:0;
}
h3{
font-family:'RobotoRegular';
}
strong{ font-family: 'OpenSans-Bold'; }
.nospace{
padding-left:0;
}
header{
color:#8c8c8c;
font-size:12px;
padding: 18px 0;
}
header .fa{
margin-right:3px;
}
header address{
display:inline;
margin:0;
}
.address{}
.address a{
color:#8c8c8c;
}
.color{
color:#191b1e;
}
/*NAVIGATION*/
.navigation{
background:#212022;
width:100%;
position:relative;
/* overflow: hidden; */
}
.navigation span {
position: absolute;
right: 75%;
width: 100%;
background: #0064c8;
height: 100px;
}
/* .navigation:before, */
.navigation:after {
bottom: 0;
content: "";
position: absolute;
top: 0;
}
.navigation:after {
left: 100%;
background:#212022;
}
.navigation .logo{
/* padding-left: 25px; */
background: #0064c8;
height: 100px;
margin-top: 0px;
position: relative;
width: 100%;
overflow: hidden;
/* padding-left: 75px; */
}
.navigation .logo:before {
border-top: 100px solid transparent;
border-right: 100px solid #212022;
content: "";
height: 0;
right: 0;
position: absolute;
top: 0;
width: 0;
}
.navigation .logo span {
background-color: #212022;
height: 152px;
position: absolute;
right: 63px;
top: -25px;
transform: rotate(45deg);
width: 5px;
}
.navigation .logo a{
display: inline-block;
margin-top:15px;
margin-left: 20px;
}
nav {
background-color: transparent !important;
border: medium none !important;
z-index:999;
}
.navbar{
margin-bottom:0 !important;
padding:31px 0;
z-index:999;
border: none;
border-radius: 0px;
}
.navbar li {
z-index:999;
margin-left:5px;
margin-right:10px;
}
.navbar-form.navbar-right:last-child{
margin-right:0 !important;
}
.navbar-nav > li > a{
font-family: 'OpenSansLight';
color:#fff !important;
font-size:16px;
padding:8px 10px;
display:inline-block;
text-shadow: none;
}
.navbar-collapse{
margin-right:30px;
margin-left:-20px;
}
/* menu on hover - with animation */
.dropdown-menu{
min-width:110%;
border: none;
z-index:999;
}
.dropdown.drop-collapsed .dropdown-menu {
height: 0 !important;
z-index:999;
}
.dropdown .dropdown-menu {
overflow: hidden;
-webkit-transition: height 0.65s ease;
transition: height 0.65s ease;
}
.dropdown-menu .divider {
background-color:#fff;
}
.navbar-nav > li > .dropdown-menu {
display: block;
visibility: hidden;
opacity:0;
border-radius:0;
}
.navbar-nav > li.open .dropdown-menu {
visibility: visible;
opacity: 1;
background:#0064c8;
}
.navbar-nav > li.open .dropdown-menu >li
{
border-top:1px solid #fff;
padding-bottom:10px;
padding-top:10px;
margin-right:0 !important;
margin-left:0 !important;
}
.navbar-nav > li.open .dropdown-menu >li:first-child
{
border:none;
}
.navbar-nav > li.open .dropdown-menu >li a{
color:#fff;
-moz-transform:skew(20deg);
-webkit-transform:skew(20deg);
-o-transform:skew(20deg);
-ms-transform:skew(20deg);
transform:skew(20deg);
padding-left:15px;
}
.navbar-nav > li.open .dropdown-menu >li a:hover
{
background-color:transparent;
color:#35383e;
}
.navbar-nav> li.dropdown.open.active > a:hover,
.navbar-nav > li.dropdown.open{
color:#fff;
background-color:transparent;
-moz-transform:skew(20deg);
-webkit-transform:skew(20deg);
-o-transform:skew(20deg);
-ms-transform:skew(20deg);
transform:skew(20deg);
}
.navbar-default .navbar-nav > li.active ,.navbar-default .navbar-nav > li:hover{
-moz-transform:skew(-20deg);
-webkit-transform:skew(-20deg);
-o-transform:skew(-20deg);
-ms-transform:skew(-20deg);
transform:skew(-20deg);
background:#0064c8;
}
.navbar-default .navbar-nav > li.active > a ,.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:hover > a
{
background:transparent !important;
-moz-transform:skew(20deg);
-webkit-transform:skew(20deg);
-o-transform:skew(20deg);
-ms-transform:skew(20deg);
transform:skew(20deg);
}
/* Searchbar */
.search-container {
width:21%;
position: absolute;
top:30px;
right:0;
z-index:10000;
}
.search-container form{
margin:0;
padding-left:0;
}
.searchbox {
height: 40px;
width: 100%;
}
.searchbox-input {
position: absolute;
top: 0;
right: 0;
border: 0;
outline: none;
background:rgba(0, 0, 0, 0.7);
font-size:12px;
width:80%;
height:40px;
margin:0;
padding-left:12px;
color:#65696d;
outline-style:none;
box-shadow:0 0;
border-color:transparent;
}
.searchbox-input:focus {
outline-style:none;
box-shadow:0 0;
border-color:transparent;
}
.searchbox-icon, .searchbox-submit {
width:40px;
height:40px;
display:block;
position:absolute;
top: 0;
right: 0;
padding: 0;
margin: 0;
border: 0;
outline: none;
line-height: 40px;
text-align: center;
cursor: pointer;
color:#65696d;
background:#131517;
}
.searchbox{
position: relative;
min-width: 40px;
width: 0%;
height: 40px;
float: right;
overflow: hidden;
-webkit-transition: width 0.1s;
-moz-transition: width 0.1s;
-ms-transition: width 0.1s;
-o-transition: width 0.1s;
transition: width 0.1s;
}
.searchbox-open{
width: 100%;
}
.color-scheme{
position:fixed;
right:-200px;
z-index:1000;
top:74px;
}
.color-icon{
float:left;
width:50px;
border:1px solid #dadada;
height:50px;
padding-top:10px;
background-color:#fff;
}
.fa-cog{
color:#000;
}
.color-scheme-inner{
float:left;
background-color:#fff;
width:200px;
box-shadow: 0 4px 3px 0px rgba(0,0,0,0.75);
}
.color-scheme-inner ul{
list-style:none;
}
.color-scheme-inner .roofer-colors{
padding:20px 15px;
display: none;
}
.roofer-colors p{
color: #333;
font-family: 'OpenSansRegular';
font-size: 12px;
font-weight: 400;
line-height: 20px;
margin: 0 0 12px;
}
.color-scheme-inner h2{
font-size:16px;
margin-bottom:20px;
color:#fff;
line-height:48px;
font-family:'RobotoRegular';
margin:0;
background: #0064c8;
}
.colors li{
margin:0 5px;
float:left;
width:30px;
margin-bottom:7px;
border-radius:5px;
height:30px;
cursor:pointer;
display:inline;
border-radius:5x;
border:1px solid inherit;
}
.colors li.activeColor
{
border:1px solid #000 !important;
}
hr{
border-bottom:2px solid #ff9c11;
}
/*2ND S4CTION */
#section2{}
.carousel{
width:100%;
}
.carousel .container{
position:relative;
z-index:998;
}
#section2 .carousel-inner > .item img{
width:100%;
}
/*WILL BE USED MANY TIMES*/
hr{
border: 0;
height: 1px;
width:20% !important;
position: relative;
margin:25px auto;
}
.hr{
background: #0064c8;
height: 1px;
width:35% !important;
position: relative;
margin:20px auto;
display:block;
}
.center{
background: #0064c8;
}
.center:before{
background:inherit;
content: "";
display: inline-block;
height: 14px;
left:50%;
margin: 0 0 0 -17px;
position: absolute;
top: -7px;
width:40px;
-moz-transform:skew(-40deg);
-webkit-transform:skew(-40deg);
-o-transform:skew(-40deg);
-ms-transform:skew(-40deg);
transform:skew(-40deg);
}
/* General button style */
a.red-button {
text-align:center;
font-size:18px;
color: #fff !important;
font-family:'RobotoRegular';
padding:5px 10px;
display: inline-block;
margin-bottom: 10px;
margin-top: 20px;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
width:130px;
-moz-transform:skew(-25deg);
-webkit-transform:skew(-25deg);
-o-transform:skew(-25deg);
-ms-transform:skew(-25deg);
transform:skew(-25deg);
}
a.red-button span{
display: block;
-moz-transform:skew(25deg);
-webkit-transform:skew(25deg);
-o-transform:skew(25deg);
transform:skew(25deg);
}
.btn-4 {
overflow: hidden;
background:#0064c8;
}
.btn-4:hover {
background:#0064c8;
color:#fff;
}
.btn-4:before {
position: absolute;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
/* Button 4c */
.btn-4c:before {
content:"\f105";
left:70%;
opacity:0;
top:7px;
font-family:FontAwesome;
font-size:18px;
transform:skew(25deg);
}
.btn-4c:hover:before {
left:85%;
opacity:1;
}
.btn-4d:before{
content: "\f104";
right:70%;
opacity:0;
top:7px;
font-family:FontAwesome;
font-size:18px;
}
.btn-4d:hover:before {
right:90%;
opacity: 1;
margin-right:2px;
margin-left:3px;
}
.owl-theme .owl-controls .owl-buttons div{
color: #fff;
display: inline-block;
*display: inline;/*IE7 life-saver */
padding: 0px;
margin-right: 5px;
font-weight: normal;
width: 50px;
height: 50px;
line-height: 48px;
font-size: 22px;
text-align: center;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
transition:all 0.30s ease-in-out;
border: 1px solid #000;
background: rgba(0,0,0,0.8);
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
position: absolute;
left: 0px;
top: 45%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
position: absolute;
right: -5px;
top: 45%;
}
.owl-theme .owl-controls .owl-buttons div:hover {
background: rgba(255,255,255,0.8);
border-color: #fff;
color: #000;
}
/* ROOFERS SECTION */
.roofers-bg{
background:#35383e;
padding:6% 0;
color:#fff;
position:relative;
}
.roofers{
margin-top:33%;
}
.roofers img{
margin-bottom:38px;
}
.roofers p{
font-family:'RobotoRegular';
color:#bcbcbc;
font-size:22px;
}
/* ROOFERS SETION ENDS */
/*ESTIMATION QUOTE*/
#estimation{
background:#fff;
color:#555555;
position:relative;
z-index:999;
padding-top:6%;
}
#estimation p{
margin-bottom:8%;
}
.estimation{
}
.estimation form{
padding:45px 0 30px;
}
.estimation .form-inline .form-group{
margin-bottom:15px;
width:100%;
}
.estimation .form-inline .form-group:nth-child(2n){
margin-right:0;
}
.estimation form .form-control , .estimation form textarea{
background:#f6f6f6;
border:1px solid #d6d6d6;
border-radius:0;
color:#7b7b7b;
box-shadow:0 0;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
transition:all 0.30s ease-in-out;
width:100%;
}
.estimation form .form-control:focus , .estimation form textarea:focus{
box-shadow:0 0 5px #0064c8;
}
.estimation form textarea{
margin-bottom:15px;
resize:vertical;
padding:6px 12px;
}
.estimation form .btn , .locations .search-form .btn , .contact .btn.btn-default{
border:none;
border-radius:0;
font-size:18px;
color: #fff !important;
font-family:'RobotoRegular';
padding:5px 10px;
display: inline-block;
margin-bottom: 10px;
margin-top: 20px;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
width:130px;
-moz-transform:skew(-25deg);
-webkit-transform:skew(-25deg);
-o-transform:skew(-25deg);
-ms-transform:skew(-25deg);
transform:skew(-25deg);
margin-left:15px;
}
.estimation form .btn span , .locations .search-form .btn span , .contact .btn.btn-default span{
-moz-transform:skew(25deg);
-webkit-transform:skew(25deg);
-o-transform:skew(25deg);
-ms-transform:skew(25deg);
transform:skew(25deg);
display:block;
}
.toggle:before
{
content: "\f102";
font-family:fontawesome;
color:#fff;
font-size:16px;
transition: all 0.3s;
-moz-transform:skew(25deg);
-webkit-transform:skew(25deg);
-o-transform:skew(25deg);
-ms-transform:skew(25deg);
transform:skew(25deg);
display:block;
}
.toggle.active:before
{
content:"\f103";
font-family:fontawesome;
color:#fff;
font-size:16px;
transition: all 0.3s;
-moz-transform:skew(25deg);
-webkit-transform:skew(25deg);
-o-transform:skew(25deg);
-ms-transform:skew(25deg);
transform:skew(25deg);
display:block;
}
/* blink */
/* @keyframes blink {
0% { background: #0064c8; }
50% { background: #0076ec; }
75% { background:#0064c8; }
100% { background: #004283; }
}
@-webkit-keyframes blink {
0% { background: #0064c8; }
50% { background: #0076ec; }
75% { background: #0064c8; }
100% { background: #004283; }
}
.btn-toggle {
-webkit-animation: blink 4s infinite;
-moz-animation: blink 4s infinite;
animation: blink 4s infinite;
} */
.toggle{
background: #0064c8;
color:#fff;
-moz-transform:skew(-25deg);
-webkit-transform:skew(-25deg);
-o-transform:skew(-25deg);
-ms-transform:skew(-25deg);
transform:skew(-25deg);
padding:3px 15px;
margin-left:-40px;
display: inline-block;
position:absolute;
bottom:-14px;
width:40px;
left:50%;
right:0;
cursor:pointer;
}
/*ESTIMATION QUOTE ENDS */
/* OUR SERVICES */
.services{
background:url(../images/bg-services.jpg) no-repeat fixed center top / 100% 100%;
height:auto;
padding-top:5%;
padding-bottom: 180px;
position:relative;
color:#fff;
}
/* carousel */
.myCarousel{
width:100%;
position:relative;
top:40px;
z-index:111;
}
.carousel-inner > .item{
transition:left 1s ease-in-out 0.2s;
}
.myCarousel .carousel-control{
background:#0064c8;
color:#fff;
font-size:18px;
text-shadow:none;
margin-top:30px;
opacity:1;
width:40px;
height:30px;
position:absolute;
left:50%;
top:100%;
z-index:50;
-moz-transform:skew(-40deg);
-webkit-transform:skew(-40deg);
-o-transform:skew(-40deg);
-ms-transform:skew(-40deg);
transform:skew(-40deg);
display:inline-table;
}
.myCarousel .carousel-control span > .fa{
-moz-transform:skew(40deg);
-webkit-transform:skew(40deg);
-o-transform:skew(40deg);
-ms-transform:skew(40deg);
transform:skew(40deg);
}
.myCarousel .carousel-control:hover , .myCarousel .carousel-control:focus{
background:#191b1e;
color:#fff;
opacity:1;
}
/* Previous button */
.myCarousel .carousel-control.left{
left:45%;
margin-right:5px;
}
/* Next button */
.myCarousel .carousel-control.right{
margin-left:5px;
right:45%;
}
.quote-carousel .carousel-inner img{
height:auto;
max-width:100%;
width:100%;
}
.effect{
border:1px solid #fff;
height:auto;
max-width:100%;
position:relative;
margin-bottom:30px;
}
.overlay-effect{
background:rgba(0, 0, 0, 0.8);
width:100%;
padding:15px;
color:#fff;
display:inline-block;
font-size:18px;
left:0;
right:0;
bottom:0;
position:absolute;
z-index:33;
}
.button-effect{
position:absolute;
z-index:41;
bottom:-20px;
right:15px;
}
/* OUR SERVICES ENDS */
/*LATEST NEWS*/
.latest-news{
padding:6% 0;
color:#555555;
}
.latest-news p{}
.latest-news .news-detail{
color:#35383e;
margin-top:8%;
}
.news-detail h3{
font-family: 'OpenSans-Bold';
font-size:16px;
margin:0;
}
.news-detail p{
font-size:14px;
margin-bottom:0px;
margin-top:15px;
}
/* LATEST NEWS ENDS */
/* FEATURES WORK*/
.feature{
background:url("../images/bg-featuredwork.jpg") no-repeat fixed center top / 100% 100%;
min-height:460px;
height:100%;
padding:5% 0;
position:relative;
color:#fff;
}
.mosaicflow{
margin-bottom:1%;
margin-top:4%;
}
.mosaicflow__column {
float:left;
}
.mosaicflow__item {
position:relative;
}
.mosaicflow__item .hoover {
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
margin:0;
padding:20px;
background:hsla(0,0%,0%,.7);
opacity:0;
-webkit-transition:all 0.5s ease-in-out 0s;
-moz-transition:all 0.5s ease-in-out 0s;
-o-transition:all 0.5s ease-in-out 0s;
transition:all 0.5s ease-in-out 0s;
}
.mosaicflow__item .hoover .fa{
background:#0064c8;
color:#fff;
font-size:18px;
opacity:0.7;
padding:10px;
margin-top:24%;
}
.mosaicflow__item .hoover .fa:hover{
background:rgba(0, 0, 0, 0.9);
}
.mosaicflow__item:hover .hoover {
opacity:1;
}
/* FEATURES WORK ENDS */
/* Price-Plan */
.plans {
padding: 6% 0;
}
.plans h1 {
font-family: 'RobotoLight';
}
.plans .price-plan hr {
width: 60% !important;
}
.plans .price-plan {
margin-top: 50px;
}
.plans .price-plan .panel-default {
border-radius: 0px;
padding: 20px 15px 20px 15px;
}
.plans .price-plan .panel-default h2,
.plans .price-plan .panel-default p {
font-family: 'RobotoRegular';
}
.plans .price-plan .panel-default h2 {
font-size: 40px;
}
.plans .price-plan .panel-default p {
font-size: 16px;
text-transform: uppercase;
}
.plans .price-plan .panel-default .panel-body ul li {
line-height: 1.9em;
font-family:'OpenSansRegular';
border-bottom: 1px solid #dddddd;
margin-bottom: 10px;
}
div.triangle {
text-align: center;
color: #fff;
font-size: 0.8em;
position: absolute;
top: -9px;
left: -23px;
width: 0;
height: 0;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-bottom: 60px solid #000000;
-moz-transform: rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
}
span.sale-text {
font-family: 'RobotoRegular';
font-weight: normal;
position: absolute;
bottom: -54px;
left: -126px;
right: -126px;
width: auto;
height: auto;
text-transform: uppercase;
}
/* Price-Plan */
/* MULTIPLE LOGOS */
.partners{
padding:0 0 5% 0;
}
#partners h1 {
margin-bottom: 50px;
}
/* MULTIPLE LOGOS ENDS */
.news-letter {
padding: 6% 0px 10% 0px ;
}
section.module.parallax {
height: auto;
padding-bottom: 40px;
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
}
section.module.parallax-1 {
background-image:url("../images/news-letter-bg.jpg");
}
.news-letter-form {
margin-bottom: 50px;
margin-left: 20px;
}
.news-letter-form .form-inline {
margin-top: 35px;
}
.news-letter-form .form-inline .form-group {
width: 100%;
}
.news-letter-form .form-inline .form-group .form-input {
padding: 0px;
}
.news-letter-form .form-inline .form-group .form-control {
background: none repeat scroll 0 0 #f6f6f6;
border: 1px solid #c9c9c9;
border-radius: 0;
font-family:'OpenSansRegular';
font-size: 14px;
font-weight: normal;
}
.news-letter-form .form-inline .form-control {
height: 64px;
padding: 5px 20px;
width: 100%;
}
.news-letter .submit-button {
background: #0064c8;
border-color: #0064c8;
border-radius: 0;
color: #fff;
height: 64px;
padding-left: 26px;
padding-right: 26px;
font-family: 'RobotoLight';
font-size: 22px;
transition: all 0.5s ease 0s;
}
.news-letter h1 {
font-family: 'RobotoRegular';
font-size: 34px;
color: #fff;
margin-top: 20px;
}
.news-letter p {
font-family: 'RobotoLight';
color: #fff;
font-size: 18px;
margin-top: 10px;
}
/* FOOTER */
footer{
background:#19171c;
border-top:5px solid #0064c8;
color:#8b8b8b;
font-size:14px;
/*padding-top:5%;*/
}
.footer-detail {
position: relative;
}
.footer-detail .center::before {
left: 20%;
}
.footer-detail hr {
margin:25px 25px 25px 0px;
width: 40% !important;
}
.footer-detail{ padding-bottom:16%; }
.footer-detail img{ margin-bottom:10px;}
.footer-detail a{ color:#8b8b8b;}
.footer-detail a:hover{ color:#fff;}
.footer-detail .fa{ margin-right:2px;}
.footer-detail h3{
color:#fff;
font-family:'RobotoRegular';
font-size:22px;
margin-top:0;
margin-bottom:25px;
}
.footer-detail ul{}
.footer-detail ul li{
border-bottom: 1px solid #332f38;
font-size: 16px;
font-weight: normal;
padding-bottom: 8px;
margin-bottom: 8px;
}
.footer-detail li:hover {
color: #fff;
cursor: pointer;
}
.footer-detail ul li a{
}
.footer-detail ul li a:hover, footer .copy-right a:hover{
color:#fff;
}
.footer-detail .latest-project {
padding: 0px;
padding-right: 10px;
position: relative;
}
.latest-project .latest-project-overlay {
text-align:center;
opacity:0;
position:absolute;
top:0;
display:none;
left:0;
width:100%;
height:100%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.latest-project:hover .latest-project-overlay {
opacity:0.8;
display:block;
}
.latest-project .latest-project-overlay .fa-external-link {
color:#fff;
background:#0064c8;
opacity: 0.9;
position:relative;
top:30%;
left: 2%;
padding:8px;
}
.footer-detail #mail , footer .copy-right a{
color:#8b8b8b;
}
footer .copy-right{
border-top:1px solid #0064c8;
padding:30px 0;
}
/*FOOTER ENDS */
/*ABOUT US (2ND PAGE) */
/*FOR GREY SECTION RETURN TO HOME PAGE*/
.page-nav{
background:#ebebeb;
color:#35383e;
padding:18px 0;
width:100%;
}
.inner-link{font-size:14px; }
.inner-link > a{ color:#35383e; }
.inner-link > a:hover{ text-decoration:underline; }
.heading{font-size:22px; font-family:'RobotoRegular';}
.about-section{
padding:6% 0 4%;
}
.about-slider{
margin-bottom:30px;
}
.about-slider img , .work-detail img{
width:100%;
}
.about-slider .carousel-control , .work-detail .carousel-control{
background:rgba(0,100,200,0.6);
opacity:1;
color:#fff;
padding:12px;
height:48px;
width:48px;
top:40%;
line-height:21px;
text-shadow:0 0;
-moz-transform:skew(0deg);
-webkit-transform:skew(0deg);
-o-transform:skew(0deg);
-ms-transform:skew(0deg);
transform:skew(0deg);
}
.about-slider .carousel-control.left , .work-detail .carousel-control.left{
left:5%;
}
.about-slider .carousel-control.right , .work-detail .carousel-control.right{
right:5%;
}
.meet-us{ color:#35383e; }
.meet-us h1{
font-family: 'RobotoRegular';
margin:0;
}
.meet-us h2{
font-family:'RobotoRegular';
font-size:22px;
}
.meet-us p{
line-height:23px;
margin-top:3%;
}
/*for parent div*/
#our-crew{
color:#35383e;
padding:7% 0 3%;
}
#our-crew p{
color:#555555;
margin-bottom:5%;
}
.our-crew{
}
.our-crew.img {
margin-bottom:0;
}
.img img {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
}
.overlay-abt {
display: block;
position: absolute;
z-index: 20;
background:rgba(0, 0, 0, 0.7);
overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
height:0;
width:100%;
top:0;
left:0;
right:0;
color:#fff;
}
.img.hover .overlay-abt {
height: 100%;
}
.overlay-abt ul.info {
margin:0;
padding:0;
-moz-transform:skew(-20deg);
-webkit-transform:skew(-20deg);
-o-transform:skew(-20deg);
-ms-transform:skew(-20deg);
transform:skew(-20deg);
}
.overlay-abt ul.info li {
display:inline-block;
margin-left:3px;
margin-right:3px;
margin-top:15px;
}
.overlay-abt ul.info li a{
background:#191b1e;
color:#fff;
padding:5px 10px;
}
.overlay-abt ul.info li a > .fa{
color:#fff;
-moz-transform:skew(20deg);
-webkit-transform:skew(20deg);
-o-transform:skew(20deg);
-ms-transform:skew(20deg);
transform:skew(20deg);
}
.overlay-abt ul.info li a:hover , .overlay-abt ul.info li a >:focus{
background:#0064c8;
}
.description{
margin-bottom:25px;
position:relative;
}
.overlay-abt h3{
font-family: 'OpenSans-Bold';
font-size:18px;
padding-top:5%;
}
.overlay-abt p{
color:#fff !important;
}
.partner-bg{
background:#ebebeb;
padding:4% 0;
}
/* ABOUT US ENDS */
/* ===== OUR SERVICES(3RD PAGE) ===== */
#main-services
.services-wrap{
padding:6% 0;
}
ul#portfolio-filter{
overflow: hidden;
}
ul#portfolio-filter li {
float:none;
display:inline-block;
}
ul#portfolio-filter li a {
color:#35383e;
font-size:26px;
font-family:'RobotoRegular';
border-radius:0;
display:inline-block;
}
ul#portfolio-filter li a.current {
color:#0064c8;
text-decoration:none;
}
ul#portfolio-list {
margin-top:6%;
}
ul#portfolio-list li {
width:30%;
max-width:100%;
height: auto;
display: inline-block;
float: left;
margin-right:14px;
margin-left:14px;
overflow: hidden;
}
.effect img{
width:100%;
}
.shape{
height:1px;
background:#35383e;
width:40%;
margin:10px auto;
position:relative;
display:block;
}
.border{
font-size:0px;
line-height:0%;
width: 0px;
border-top: 10px solid #35383e;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: relative;
margin:auto;
display:block;
}
/*services details*/
#services-details{
padding:6% 0;
width:100%;
}
.services-details{
}
aside{
margin-bottom:40px;
}
aside h2{
color:#35383e; font-family:'RobotoRegular';
font-size:28px;
margin:0;
}
.red{
background:#0064c8;
height:1px;
width:100%;
margin:25px 0;
position:relative;
display:block;
}
.red:before{
background:inherit;
content: "";
display: inline-block;
height: 14px;
left:5%;
position: absolute;
top: -7px;
width:30px;
-moz-transform:skew(-40deg);
-webkit-transform:skew(-40deg);
-o-transform:skew(-40deg);
-ms-transform:skew(-40deg);
transform:skew(-40deg);
}
.services-details h1{
margin:0 0 30px;
font-family: 'RobotoLight';
}
.services-details p{
color:#35383e;
line-height:26px;
margin-bottom:25px;
}
.services-details ul , .work-detail ul{
margin-bottom:40px;
padding-left:30px !important;
}
.services-details ul li{
margin-bottom:10px;
}
.services-details ul#list li:before , aside ul li a:before, .work-detail ul li:before{
content: '\f101';
font-family: FontAwesome;
display: inline-block;
width:15px;
margin-left:-20px;
}
aside ul li {
padding-left:20px;
margin-bottom:15px;
}
.clients-bg{
background:url(../images/clients-bg.jpg) left top no-repeat;
min-height:438px;
height:100%;
padding:5% 0;
position:relative;
color:#fff;
background-size:cover;
}
.clientCarousel{
margin-top: 5%;
}
.clients-bg .carousel-control{
background:transparent;
font-size: 40px;
opacity: 1;
top:25%;
text-shadow:0 0;
width:5%;
}
.clients-bg .carousel-control:hover , .clients-bg .carousel-control:focus{
color:#0064c8;
}
.clients-bg .clients p{
font-size:18px;
font-family:'RobotoRegular';
margin-bottom: 0;
margin-top: 5px;
}
.clients-bg .clients span{
color:#fff;
font-size:14px;
font-family: 'OpenSansLight';
}
.clients-bg blockquote{
background:#ebebeb;
position: relative;
color:#35383e;
padding:7% 5%;
-moz-transform:skew(-15deg);
-webkit-transform:skew(-15deg);
-o-transform:skew(-15deg);
-ms-transform:skew(-15deg);
transform:skew(-15deg);
}
.clients-bg blockquote span{
-moz-transform:skew(15deg);
-webkit-transform:skew(15deg);
-o-transform:skew(15deg);
-ms-transform:skew(15deg);
transform:skew(15deg);
display:block;
}
.clients-bg blockquote:before{
content:"";
position: absolute;
right: 100%;
top:40%;
width: 0;
height: 0;
border-top: 13px solid transparent;
border-right: 26px solid #ebebeb;
border-bottom: 13px solid transparent;
}
.clients-bg blockquote:after{
content: url(../images/blockquote.png);
position:absolute;
left:12px;
top:20px;
z-index:-1;
}
/* ===== OUR CLIENTS ENDS ===== */
/* ===== OUR WORK ===== */
#main-gallery{
}
.work-wrap{
padding:6% 0 5%;
}
/** filters list **/
.filter-list {
display: block;
width: 100%;
text-align: center;
margin-bottom:10px;
padding:0;
}
.filter-list li {
float:none;
display:inline-block;
}
.filter-list li a{
color:#35383e;
font-size:26px;
font-family:'RobotoRegular';
border-radius:0;
display:inline-block;
}
ul.filter-list li.active ,
ul.filter-list li.active a {
color:#0064c8;
text-decoration:none;
}
.portfolio {
display: block;
width: 100%;
padding:0;
margin:6% 0 0;
text-align: center;
}
.portfolio item {
width:30%;
height:326px;
max-height:100%;
}
.portfolio li.item {
display: none;
opacity: 0;
width:30%;
margin-left:12px;
margin-right:12px;
margin-bottom:0;
max-height:326px;
position:relative;
}
.portfolio li.item img {
height: inherit;
overflow: hidden !important;
transition:opacity 0.7s ease-out 0s, transform 0.7s ease-out 0s;
width: inherit;
}
.portfolio li.item:hover img {
height: inherit;
overflow: hidden !important;
transform: scale(1.3);
width: inherit;
}
.portfolio .item img {
max-width: 100%;
}
.img {
overflow: hidden;
position: relative;
width: 100%;
}
.portfolio li.item:hover .overlay {
display: block;
opacity: 0.9;
}
.overlay {
/*background-color:rgba(0, 0, 0, 0.8);*/
display: none;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
text-align: center;
top: 0;
transition: all 0.5s ease-in-out 0s;
width: 100%;
}
.overlay .fa{
color:#fff;
background:#bc242b;
opacity: 0.7;
padding:14px;
position:absolute;
top:40%;
}
.overlay .fa-external-link{
left:35%;
margin-right:5px;
}
.overlay .fa-search{
right:35%;
margin-left:5px;
}
.overlay .fa:hover{
background:rgba(0, 0, 0, 0.9);
}
.portfolio li.item:hover .overlay {
display: block;
opacity: 0.9;
}
/*our work details*/
#work-details{
padding: 5% 0;
}
.work-detail h1{
font-family: 'RobotoLight';
}
.work-detail .dark-grey{
background:#35383e;
padding: 52px;
color:#fff;
}
.work-detail .dark-grey span{
display:block;
margin-bottom:15px;
}
.work-detail .dark-grey span > .fa{
margin-right:10px;
}
.work-detail h1{
margin: 5% 0 3%;
}
.work-detail p{
font-size:14px;
line-height:24px;
margin-bottom:30px;
}
.work-detail ul{
margin-bottom:16%;
}
.work-detail ul li{
font-size:12px;
}
/* OUR WORK ENDS */
/* ===== LOCATIONS ===== */
#location{
padding:5% 0;
}
.locations{
}
.locations .search-form{
background:#f4f4f4;
padding:10px;
color:#35383e;
border:1px solid #b9b9b9;
border-bottom:none;
}
.locations .search-form label{
font-weight:normal;
font-size:14px;
}
.locations .search-form #geocomplete{
box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
padding:6px 15px;
width:30%;
font-size:14px;
margin-bottom:15px;
}
.locations .search-form .btn{
background:#009632;
}
.map_canvas {
width:100%;
height:435px;
margin:0;
border:1px solid #b9b9b9;
}
.locations h1{
margin:5% 0;
}
.locations p{
margin-bottom:5%;
}
.locations ul li{
padding-left: 20px;
}
.locations ul li a:before {
content: '\f18e';
font-family: FontAwesome;
display: inline-block;
width:20px;
margin-left:-20px;
margin-bottom:14px;
}
.locations ul li a{
font-size:18px;
}
.locations ul li a:hover , .locations ul li a:focus{
text-decoration:underline;
}
/*LOCATIONS ENDS */
/*NEWS DETAILS */
#news-wrap{
padding:5% 0;
}
.news{
border-bottom:1px solid #d3d3d3;
margin-bottom: 30px;
padding-bottom: 20px;
}
.news h3{
margin:5% 0;
}
.news p{
margin-bottom:20px;
line-height:26px;
}
.news-side{
margin-bottom: 20px;
padding-bottom: 20px;
}
.news-side h2{
font-family:'RobotoRegular';
margin-top:0;
}
.news-side p{
}
.news-side img.gallery{
float:left;
margin-right:18px;
margin-bottom:18px;
}
/* ===== NEWS DETAILS ===== */
/* ===== CONTACT US PAGE ====== */
.google{
}
#googleMap{
height:440px;
width:100%;
}
#button1{
color: #b7b7b7;
font-size:18px;
}
.contact-wrap{
padding:5% 0 6%;
}
.contact{ }
.contact a{
color:#428bca;
text-decoration:underline;
}
.contact h1{ margin-bottom:6%; }
.contact p{ margin-bottom:9%; }
.contact p > span{ display:block; }
.contact form{}
.contact form .form-control{
height: 37px;
color: #b1b1b1;
}
.contact form .form-control , .contact form textarea{
background-color: #f6f6f6;
border: 1px solid #c9c9c9;
border-radius:0;
box-shadow: 0 0;
color:#b1b1b1;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
transition:all 0.30s ease-in-out;
}
.contact form .form-control:focus , .contact form textarea:focus{
box-shadow:0 0 5px #0064c8;
}
.contact form textarea{
padding:6px 12px;
resize:vertical;
width:100%;
min-height:142px;
}
/* ===== CONTACT US PAGE ENDS ====== */
/*********Royal Slider********/
#slider-with-blocks-1{
width: 100%;
}
.rsContent{
color: #FFF;
float: left;
}
.bContainer{
position: relative;
left:10px;
padding: 10% 18% 10% 0;
}
.bContainer h1{
font-family: 'RobotoRegular';
font-size:40px;
margin:20px 0;
}
.bContainer h2{
font-family:'RobotoLight';
font-size:26px;
}
.slide1{
background: url(../images/sliderimg1.jpg) no-repeat;
/*background-size:100% 100%;*/
background-size:cover;
}
.slide2 {
background: url(../images/sliderimg2.jpg) no-repeat;
/*background-size:100% 100%;*/
background-size:cover;
}
.slide3{
background: url(../images/sliderimg3.jpg) no-repeat;
/*background-size:100% 100%;*/
background-size:cover;
}
.slide4{
background: url(../images/electric1.jpg) no-repeat;
/*background-size:100% 100%;*/
background-size:cover;
}
/****************/
/*responsive layout*/
@media (min-width: 2048px) {
.navigation span {
right: 70%;
}
}
@media (min-width: 1282px) {
.color-scheme{
top:78px;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
.navbar{
padding:0;
}
.bContainer{
}
.bContainer h2{
font-size:20px !important;
}
.bContainer h1{
font-size:28px !important;
}
.estimation .form-inline .form-group{
margin-right: 0;
}
.greybox .carousel-control.left{
left:35%;
}
ul#portfolio-list li{
float: none;
margin: 0;
width:100%;
}
.overlay .fa-external-link{
left:20%;
}
.overlay .fa-search{
right:20%;
}
.locations .search-form #geocomplete{
width:100%;
}
.footer-detail .latest-project {
text-align: center;
padding-right: 0px;
}
.latest-project img {
display: inline-block;
width: auto;
}
}
@media only screen and (width: 360px) and (orientation: portrait){
.overlay .fa-external-link{
left:0 !important;
}
.overlay .fa-search{
right:0 !important;
}
}
@media only screen and (max-width: 800px){
.owl-theme .owl-controls .owl-buttons div {
background: none;
border:none;
color: #000;
width: 30px;
height: 30px;
line-height: 30px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
background: none;
border:none;
color: #0064c8;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
top: 50%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
left: -5px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
right: -5px;
}
}
@media only screen and (width: 800px) {
.navbar-nav > li > a{
font-size:12px;
padding:4px 6px;
}
.button-effect{
bottom:-35px;
}
ul#portfolio-list li{
margin-left:12px;
margin-right:12px;
}
.portfolio li.item{
margin-left: 8px;
margin-right: 8px;
}
.overlay .fa-external-link{
left:28%;
}
.overlay .fa-search{
right:28%;
}
}
@media only screen and (width: 900px){
.navbar-nav > li > a{
font-size:12px;
padding:4px 6px;
}
ul#portfolio-list li{
margin-left:12px;
margin-right:12px;
}
.portfolio li.item{
margin-left: 8px;
margin-right: 8px;
}
.overlay .fa-external-link{
left:28%;
}
.overlay .fa-search{
right:28%;
}
}
@media only screen and (max-width: 990px){
.latest-project .latest-project-overlay .fa-external-link {
top:22%;
left: -2%;
}
.footer-detail .center::before {
left: 30%;
}
}
@media only screen and (max-width: 980px){
.top-info i.fa {
display:block;
margin-bottom: 10px;
margin-left: 20px;
}
.top-info .info {
padding-left: 0px;
}
.top-info .timing .color {
display: block;
margin-bottom: 10px;
}
.top-info .timing .text-right {
text-align: center;
}
.navbar-nav > li > a{
font-size:12px;
padding:4px 6px;
}
.bContainer {
padding-top: 10%;
left: 0px;
}
.button-effect{
bottom:-35px;
}
ul#portfolio-list li{
margin-left:12px;
margin-right:12px;
}
.portfolio li.item{
margin-left: 8px;
margin-right: 8px;
}
.overlay .fa-external-link{
left:28%;
}
.overlay .fa-search{
right:28%;
}
#estimation h1 {
font-size: 28px;
}
.myCarousel .carousel-control.left {
left: 43%;
}
.navbar li {
margin-right: 5px;
}
.navbar-default {
padding-bottom: 0px;
}
.navbar-collapse {
margin-right: 0px;
padding-right: 0px;
}
.bContainer h2 {
font-size: 20px;
}
.bContainer h1 {
font-size: 26px;
}
.footer-detail ul li {
font-size: 15px;
}
}
@media only screen and (max-width: 768px){
.navbar-nav > li > a{
font-size:12px;
padding:4px 6px;
}
.button-effect{
bottom:-35px;
}
ul#portfolio-list li{
margin-left:12px;
margin-right:12px;
}
.portfolio li.item{
margin-left: 8px;
margin-right: 8px;
}
.overlay .fa-external-link{
left:28%;
}
.overlay .fa-search{
right:28%;
}
}
@media only screen and (max-width: 640px) {
.navbar{
padding:0;
}
.bContainer {
left:10px;
}
.bContainer h1 {
font-size: 20px !important;
margin: 16px 0;
}
.bContainer h2 {
font-size: 12px !important;
margin-top: 5px;
}
.navbar-header {
padding: 20px 40%;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
display: inline-block;
margin: 0;
padding: 20px;
text-align: center;
}
.navbar-toggle .icon-bar {
left: 10px;
height: 1px;
top: 18px;
}
.navbar-default .navbar-nav > li.active, .navbar-default .navbar-nav > li:hover {
background: transparent !important;
background-color: transparent !important;
}
.navbar-nav > li > a {
font-size: 16px;
}
.navbar-nav > li > a:hover {
color: #00aeef !important;
}
.dropdown-menu{
min-width:80%;
border: none;
z-index:999;
}
.dropdown.drop-collapsed .dropdown-menu {
height: 0 !important;
z-index:999;
}
.dropdown .dropdown-menu {
overflow: hidden;
-webkit-transition: height 0.65s ease;
transition: height 0.65s ease;
}
.dropdown-menu .divider {
background-color:transparent !important;
}
.navbar-nav > li > .dropdown-menu {
display: block;
visibility: hidden;
opacity:0;
border-radius:0;
}
.navbar-nav > li.open .dropdown-menu {
visibility: visible;
opacity: 1;
background:none ;
}
.navbar-nav > li.open .dropdown-menu >li
{
border-color:none;
padding-bottom:10px;
padding-top:10px;
margin-right:0 !important;
margin-left:0 !important;
}
.navbar-nav > li.open .dropdown-menu >li:first-child
{
border:none;
}
.navbar-nav > li.open .dropdown-menu >li a{
color:#fff !important;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
padding-left:20px;
}
.navbar-nav > li.open .dropdown-menu >li a:hover
{
background-color:transparent;
color:#00aeef !important;
}
.navbar-nav> li.dropdown.open.active > a:hover,
.navbar-nav > li.dropdown.open{
color:#00aeef;
background-color:transparent;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
}
.navbar-default .navbar-nav > li.active ,.navbar-default .navbar-nav > li:hover{
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
background:none;
color: #00aeef;
}
.navbar-default .navbar-nav > li.active > a ,.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:hover > a
{
background:transparent !important;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
color: #00aeef;
}
.color-scheme {
top: 318px;
}
ul#portfolio-list li{
margin:0;
width:100%;
}
.overlay .fa-external-link{
left:20%;
}
.overlay .fa-search{
right:20%;
}
}
@media (max-width: 360px){
.bContainer {
padding-top: 2%;
padding-bottom: 2%;
left: 10px;
}
.top-info .info {
margin-bottom: 10px;
}
.top-info .timing span {
margin-bottom: 10px;
display: inline-block;
}
.navbar-header {
padding: 20px 40%;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
display: inline-block;
margin: 0;
padding: 20px;
text-align: center;
}
.navbar-toggle .icon-bar {
left: 10px;
height: 1px;
top: 18px;
}
.navbar-default .navbar-nav > li.active, .navbar-default .navbar-nav > li:hover {
background: transparent !important;
background-color: transparent !important;
}
.navbar-nav > li > a {
font-size: 16px;
}
.navbar-nav > li > a:hover {
color: #0064c8 !important;
}
.dropdown-menu{
min-width:80%;
border: none;
z-index:999;
}
.dropdown.drop-collapsed .dropdown-menu {
height: 0 !important;
z-index:999;
}
.dropdown .dropdown-menu {
overflow: hidden;
-webkit-transition: height 0.65s ease;
transition: height 0.65s ease;
}
.dropdown-menu .divider {
background-color:transparent !important;
}
.navbar-nav > li > .dropdown-menu {
display: block;
visibility: hidden;
opacity:0;
border-radius:0;
}
.navbar-nav > li.open .dropdown-menu {
visibility: visible;
opacity: 1;
background:none ;
}
.navbar-nav > li.open .dropdown-menu >li
{
border-color:none;
padding-bottom:10px;
padding-top:10px;
margin-right:0 !important;
margin-left:0 !important;
}
.navbar-nav > li.open .dropdown-menu >li:first-child
{
border:none;
}
.navbar-nav > li.open .dropdown-menu >li a{
color:#fff !important;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
padding-left:20px;
}
.navbar-nav > li.open .dropdown-menu >li a:hover
{
background-color:transparent;
color:#00aeef !important;
}
.navbar-nav> li.dropdown.open.active > a:hover,
.navbar-nav > li.dropdown.open{
color:#0064c8;
background-color:transparent;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
}
.navbar-default .navbar-nav > li.active ,.navbar-default .navbar-nav > li:hover{
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
background:none;
color: #0064c8;
}
.navbar-default .navbar-nav > li.active > a ,.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:hover > a
{
background:transparent !important;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
color: #0064c8;
}
.color-scheme {
top: 318px;
}
.rsABlock img {
height: 200px;
}
h1 {
font-size: 26px;
}
.bContainer h1 {
font-size: 18px !important;
margin: 5px 0;
}
.bContainer h2 {
font-size: 14px !important;
margin-top: 5px;
}
a.red-button {
margin-top: 0px;
padding-bottom: 5px;
width: 120px;
}
.rsMinW .rsBullets {
bottom: 5px !important;
right: 20px !important;
}
#estimation h1 {
font-size: 26px;
}
.nospace {
padding-left: 15px;
}
.myCarousel .carousel-control.left {
left: 36%;
}
.news-detail h3 {
font-size: 14px;
margin-top: 5px;
}
.news-letter-form {
margin-left: 0px;
}
.news-letter h1 {
font-size: 22px;
}
.news-letter .submit-button {
font-size: 16px;
padding: 10px;
}
.news-letter-form .form-inline .form-group {
width: 70%
}
} | css/style.css | @charset "utf-8";
/*
[generic Table of contents]
* body
+ header
- .logo
+ navigation
+ .section2
- #slider-with-blocks-1
- .royalSlider
+ .roofers-bg
- .roofers
+ #estimation
- .estimation-toggle
- .estimation
- form
- .toggle
+ .services
- .quote-carousel
- .carousel-inner
- .item
- .overlay-effect
- .button-effect
+ .greybox
+.latest-news
- .news-detail
+ .feature
- #feature-carousel
- .feature-work
- .img
- .overlay
+ .partners
- .flexiselDemo3
- #portfolio
- .item
- .img
+ .page-nav
- .top-nav2
- .heading
- .inner-link
+ .about-section
- .meet-us
- .about-slider
- .abt-carousel
- .bannerImage
+.our-crew
- .description
- .description-pics
+ .partner-bg
+ # main-services
- .services-wrap
- #portfolio-filter
- #portfolio-list
- .clients-bg
- .clients
+ # main-gallery
- .work-wrap
- .filter-list
- .filter
- .portfolio
+ #location
- .locations
- .diamond-inner
+ #googleMap
+ .contact-wrap
- .contact
+ #footer
- .footer-detail
*/
body{
height:100%;
width:100%;
font-family: 'OpenSansRegular';
font-size:16px;
color:#35383e;
margin:0;
padding:0;
font-weight:lighter;
}
@font-face {
font-family: 'RobotoRegular';
src: url('../fonts/RobotoRegular.eot');
src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
url('../fonts/RobotoRegular.woff2') format('woff2'),
url('../fonts/RobotoRegular.woff') format('woff'),
url('../fonts/RobotoRegular.ttf') format('truetype'),
url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
font-family: 'RobotoBold';
src: url('../fonts/RobotoBold.eot');
src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
url('../fonts/RobotoBold.woff2') format('woff2'),
url('../fonts/RobotoBold.woff') format('woff'),
url('../fonts/RobotoBold.ttf') format('truetype'),
url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
font-family: 'RobotoLight';
src: url('../fonts/RobotoLight.eot');
src: url('../fonts/RobotoLight.eot') format('embedded-opentype'),
url('../fonts/RobotoLight.woff2') format('woff2'),
url('../fonts/RobotoLight.woff') format('woff'),
url('../fonts/RobotoLight.ttf') format('truetype'),
url('../fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
font-family:'OpenSansRegular';
src: url('../fonts/opensans-regular.eot');
src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
url('../fonts/opensans-regular.woff2') format('woff2'),
url('../fonts/opensans-regular.woff') format('woff'),
url('../fonts/opensans-regular.ttf') format('truetype'),
url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
@font-face {
font-family: 'OpenSans-Bold';
src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-Bold.woff') format('woff'),
url('../fonts/OpenSans-Bold.ttf') format('truetype'),
url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OpenSansLight';
src: url('../fonts/opensans-light.eot');
src: url('../fonts/opensans-light.eot') format('embedded-opentype'),
url('../fonts/opensans-light.woff2') format('woff2'),
url('../fonts/opensans-light.woff') format('woff'),
url('../fonts/opensans-light.ttf') format('truetype'),
url('../fonts/opensans-light.svg#OpenSansLight') format('svg');
}
/*for scroll button to reach on top*/
.back-to-top {
position: fixed;
bottom: 0;
right:5%;
width: 52px;
height: 52px;
z-index:9999;
display: none;
text-decoration: none;
color: #fff;
font-size:20px;
background:#0064c8;
padding:10px;
}
.back-to-top:hover , .back-to-top:focus{
color: #ffffff;
}
.overflow{
overflow:hidden;
}
a{ text-decoration:none; color:#35383e; }
a:hover{ text-decoration:none; color:#0064c8;}
a:focus{ outline:none; }
ul{
margin:0;
padding:0;
list-style:none;
}
h1{
font-family:'RobotoRegular';
font-size:35px;
margin:0;
}
h3{
font-family:'RobotoRegular';
}
strong{ font-family: 'OpenSans-Bold'; }
.nospace{
padding-left:0;
}
header{
color:#8c8c8c;
font-size:12px;
padding: 18px 0;
}
header .fa{
margin-right:3px;
}
header address{
display:inline;
margin:0;
}
.address{}
.address a{
color:#8c8c8c;
}
.color{
color:#191b1e;
}
/*NAVIGATION*/
.navigation{
background:#212022;
width:100%;
position:relative;
/* overflow: hidden; */
}
.navigation span {
position: absolute;
right: 75%;
width: 100%;
background: #0064c8;
height: 100px;
}
/* .navigation:before, */
.navigation:after {
bottom: 0;
content: "";
position: absolute;
top: 0;
}
.navigation:after {
left: 100%;
background:#212022;
}
.navigation .logo{
/* padding-left: 25px; */
background: #0064c8;
height: 100px;
margin-top: 0px;
position: relative;
width: 100%;
overflow: hidden;
/* padding-left: 75px; */
}
.navigation .logo:before {
border-top: 100px solid transparent;
border-right: 100px solid #212022;
content: "";
height: 0;
right: 0;
position: absolute;
top: 0;
width: 0;
}
.navigation .logo span {
background-color: #212022;
height: 152px;
position: absolute;
right: 63px;
top: -25px;
transform: rotate(45deg);
width: 5px;
}
.navigation .logo a{
display: inline-block;
margin-top:15px;
margin-left: 20px;
}
nav {
background-color: transparent !important;
border: medium none !important;
z-index:999;
}
.navbar{
margin-bottom:0 !important;
padding:31px 0;
z-index:999;
border: none;
border-radius: 0px;
}
.navbar li {
z-index:999;
margin-left:5px;
margin-right:10px;
}
.navbar-form.navbar-right:last-child{
margin-right:0 !important;
}
.navbar-nav > li > a{
font-family: 'OpenSansLight';
color:#fff !important;
font-size:16px;
padding:8px 10px;
display:inline-block;
text-shadow: none;
}
.navbar-collapse{
margin-right:30px;
margin-left:-20px;
}
/* menu on hover - with animation */
.dropdown-menu{
min-width:110%;
border: none;
z-index:999;
}
.dropdown.drop-collapsed .dropdown-menu {
height: 0 !important;
z-index:999;
}
.dropdown .dropdown-menu {
overflow: hidden;
-webkit-transition: height 0.65s ease;
transition: height 0.65s ease;
}
.dropdown-menu .divider {
background-color:#fff;
}
.navbar-nav > li > .dropdown-menu {
display: block;
visibility: hidden;
opacity:0;
border-radius:0;
}
.navbar-nav > li.open .dropdown-menu {
visibility: visible;
opacity: 1;
background:#0064c8;
}
.navbar-nav > li.open .dropdown-menu >li
{
border-top:1px solid #fff;
padding-bottom:10px;
padding-top:10px;
margin-right:0 !important;
margin-left:0 !important;
}
.navbar-nav > li.open .dropdown-menu >li:first-child
{
border:none;
}
.navbar-nav > li.open .dropdown-menu >li a{
color:#fff;
-moz-transform:skew(20deg);
-webkit-transform:skew(20deg);
-o-transform:skew(20deg);
-ms-transform:skew(20deg);
transform:skew(20deg);
padding-left:15px;
}
.navbar-nav > li.open .dropdown-menu >li a:hover
{
background-color:transparent;
color:#35383e;
}
.navbar-nav> li.dropdown.open.active > a:hover,
.navbar-nav > li.dropdown.open{
color:#fff;
background-color:transparent;
-moz-transform:skew(20deg);
-webkit-transform:skew(20deg);
-o-transform:skew(20deg);
-ms-transform:skew(20deg);
transform:skew(20deg);
}
.navbar-default .navbar-nav > li.active ,.navbar-default .navbar-nav > li:hover{
-moz-transform:skew(-20deg);
-webkit-transform:skew(-20deg);
-o-transform:skew(-20deg);
-ms-transform:skew(-20deg);
transform:skew(-20deg);
background:#0064c8;
}
.navbar-default .navbar-nav > li.active > a ,.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:hover > a
{
background:transparent !important;
-moz-transform:skew(20deg);
-webkit-transform:skew(20deg);
-o-transform:skew(20deg);
-ms-transform:skew(20deg);
transform:skew(20deg);
}
/* Searchbar */
.search-container {
width:21%;
position: absolute;
top:30px;
right:0;
z-index:10000;
}
.search-container form{
margin:0;
padding-left:0;
}
.searchbox {
height: 40px;
width: 100%;
}
.searchbox-input {
position: absolute;
top: 0;
right: 0;
border: 0;
outline: none;
background:rgba(0, 0, 0, 0.7);
font-size:12px;
width:80%;
height:40px;
margin:0;
padding-left:12px;
color:#65696d;
outline-style:none;
box-shadow:0 0;
border-color:transparent;
}
.searchbox-input:focus {
outline-style:none;
box-shadow:0 0;
border-color:transparent;
}
.searchbox-icon, .searchbox-submit {
width:40px;
height:40px;
display:block;
position:absolute;
top: 0;
right: 0;
padding: 0;
margin: 0;
border: 0;
outline: none;
line-height: 40px;
text-align: center;
cursor: pointer;
color:#65696d;
background:#131517;
}
.searchbox{
position: relative;
min-width: 40px;
width: 0%;
height: 40px;
float: right;
overflow: hidden;
-webkit-transition: width 0.1s;
-moz-transition: width 0.1s;
-ms-transition: width 0.1s;
-o-transition: width 0.1s;
transition: width 0.1s;
}
.searchbox-open{
width: 100%;
}
.color-scheme{
position:fixed;
right:-200px;
z-index:1000;
top:74px;
}
.color-icon{
float:left;
width:50px;
border:1px solid #dadada;
height:50px;
padding-top:10px;
background-color:#fff;
}
.fa-cog{
color:#000;
}
.color-scheme-inner{
float:left;
background-color:#fff;
width:200px;
box-shadow: 0 4px 3px 0px rgba(0,0,0,0.75);
}
.color-scheme-inner ul{
list-style:none;
}
.color-scheme-inner .roofer-colors{
padding:20px 15px;
display: none;
}
.roofer-colors p{
color: #333;
font-family: 'OpenSansRegular';
font-size: 12px;
font-weight: 400;
line-height: 20px;
margin: 0 0 12px;
}
.color-scheme-inner h2{
font-size:16px;
margin-bottom:20px;
color:#fff;
line-height:48px;
font-family:'RobotoRegular';
margin:0;
background: #0064c8;
}
.colors li{
margin:0 5px;
float:left;
width:30px;
margin-bottom:7px;
border-radius:5px;
height:30px;
cursor:pointer;
display:inline;
border-radius:5x;
border:1px solid inherit;
}
.colors li.activeColor
{
border:1px solid #000 !important;
}
hr{
border-bottom:2px solid #ff9c11;
}
/*2ND S4CTION */
#section2{}
.carousel{
width:100%;
}
.carousel .container{
position:relative;
z-index:998;
}
#section2 .carousel-inner > .item img{
width:100%;
}
/*WILL BE USED MANY TIMES*/
hr{
border: 0;
height: 1px;
width:20% !important;
position: relative;
margin:25px auto;
}
.hr{
background: #0064c8;
height: 1px;
width:35% !important;
position: relative;
margin:20px auto;
display:block;
}
.center{
background: #0064c8;
}
.center:before{
background:inherit;
content: "";
display: inline-block;
height: 14px;
left:50%;
margin: 0 0 0 -17px;
position: absolute;
top: -7px;
width:40px;
-moz-transform:skew(-40deg);
-webkit-transform:skew(-40deg);
-o-transform:skew(-40deg);
-ms-transform:skew(-40deg);
transform:skew(-40deg);
}
/* General button style */
a.red-button {
text-align:center;
font-size:18px;
color: #fff !important;
font-family:'RobotoRegular';
padding:5px 10px;
display: inline-block;
margin-bottom: 10px;
margin-top: 20px;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
width:130px;
-moz-transform:skew(-25deg);
-webkit-transform:skew(-25deg);
-o-transform:skew(-25deg);
-ms-transform:skew(-25deg);
transform:skew(-25deg);
}
a.red-button span{
display: block;
-moz-transform:skew(25deg);
-webkit-transform:skew(25deg);
-o-transform:skew(25deg);
transform:skew(25deg);
}
.btn-4 {
overflow: hidden;
background:#0064c8;
}
.btn-4:hover {
background:#0064c8;
color:#fff;
}
.btn-4:before {
position: absolute;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
/* Button 4c */
.btn-4c:before {
content:"\f105";
left:70%;
opacity:0;
top:7px;
font-family:FontAwesome;
font-size:18px;
transform:skew(25deg);
}
.btn-4c:hover:before {
left:85%;
opacity:1;
}
.btn-4d:before{
content: "\f104";
right:70%;
opacity:0;
top:7px;
font-family:FontAwesome;
font-size:18px;
}
.btn-4d:hover:before {
right:90%;
opacity: 1;
margin-right:2px;
margin-left:3px;
}
.owl-theme .owl-controls .owl-buttons div{
color: #fff;
display: inline-block;
*display: inline;/*IE7 life-saver */
padding: 0px;
margin-right: 5px;
font-weight: normal;
width: 50px;
height: 50px;
line-height: 48px;
font-size: 22px;
text-align: center;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
transition:all 0.30s ease-in-out;
border: 1px solid #000;
background: rgba(0,0,0,0.8);
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
position: absolute;
left: 0px;
top: 45%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
position: absolute;
right: -5px;
top: 45%;
}
.owl-theme .owl-controls .owl-buttons div:hover {
background: rgba(255,255,255,0.8);
border-color: #fff;
color: #000;
}
/* ROOFERS SECTION */
.roofers-bg{
background:#35383e;
padding:6% 0;
color:#fff;
position:relative;
}
.roofers{
margin-top:33%;
}
.roofers img{
margin-bottom:38px;
}
.roofers p{
font-family:'RobotoRegular';
color:#bcbcbc;
font-size:22px;
}
/* ROOFERS SETION ENDS */
/*ESTIMATION QUOTE*/
#estimation{
background:#fff;
color:#555555;
position:relative;
z-index:999;
padding-top:6%;
}
#estimation p{
margin-bottom:8%;
}
.estimation{
}
.estimation form{
padding:45px 0 30px;
}
.estimation .form-inline .form-group{
margin-bottom:15px;
width:100%;
}
.estimation .form-inline .form-group:nth-child(2n){
margin-right:0;
}
.estimation form .form-control , .estimation form textarea{
background:#f6f6f6;
border:1px solid #d6d6d6;
border-radius:0;
color:#7b7b7b;
box-shadow:0 0;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
transition:all 0.30s ease-in-out;
width:100%;
}
.estimation form .form-control:focus , .estimation form textarea:focus{
box-shadow:0 0 5px #0064c8;
}
.estimation form textarea{
margin-bottom:15px;
resize:vertical;
padding:6px 12px;
}
.estimation form .btn , .locations .search-form .btn , .contact .btn.btn-default{
border:none;
border-radius:0;
font-size:18px;
color: #fff !important;
font-family:'RobotoRegular';
padding:5px 10px;
display: inline-block;
margin-bottom: 10px;
margin-top: 20px;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
width:130px;
-moz-transform:skew(-25deg);
-webkit-transform:skew(-25deg);
-o-transform:skew(-25deg);
-ms-transform:skew(-25deg);
transform:skew(-25deg);
margin-left:15px;
}
.estimation form .btn span , .locations .search-form .btn span , .contact .btn.btn-default span{
-moz-transform:skew(25deg);
-webkit-transform:skew(25deg);
-o-transform:skew(25deg);
-ms-transform:skew(25deg);
transform:skew(25deg);
display:block;
}
.toggle:before
{
content: "\f102";
font-family:fontawesome;
color:#fff;
font-size:16px;
transition: all 0.3s;
-moz-transform:skew(25deg);
-webkit-transform:skew(25deg);
-o-transform:skew(25deg);
-ms-transform:skew(25deg);
transform:skew(25deg);
display:block;
}
.toggle.active:before
{
content:"\f103";
font-family:fontawesome;
color:#fff;
font-size:16px;
transition: all 0.3s;
-moz-transform:skew(25deg);
-webkit-transform:skew(25deg);
-o-transform:skew(25deg);
-ms-transform:skew(25deg);
transform:skew(25deg);
display:block;
}
/* blink */
/* @keyframes blink {
0% { background: #0064c8; }
50% { background: #0076ec; }
75% { background:#0064c8; }
100% { background: #004283; }
}
@-webkit-keyframes blink {
0% { background: #0064c8; }
50% { background: #0076ec; }
75% { background: #0064c8; }
100% { background: #004283; }
}
.btn-toggle {
-webkit-animation: blink 4s infinite;
-moz-animation: blink 4s infinite;
animation: blink 4s infinite;
} */
.toggle{
background: #0064c8;
color:#fff;
-moz-transform:skew(-25deg);
-webkit-transform:skew(-25deg);
-o-transform:skew(-25deg);
-ms-transform:skew(-25deg);
transform:skew(-25deg);
padding:3px 15px;
margin-left:-40px;
display: inline-block;
position:absolute;
bottom:-14px;
width:40px;
left:50%;
right:0;
cursor:pointer;
}
/*ESTIMATION QUOTE ENDS */
/* OUR SERVICES */
.services{
background:url(../images/bg-services.jpg) no-repeat fixed center top / 100% 100%;
height:auto;
padding-top:5%;
padding-bottom: 180px;
position:relative;
color:#fff;
}
/* carousel */
.myCarousel{
width:100%;
position:relative;
top:40px;
z-index:111;
}
.carousel-inner > .item{
transition:left 1s ease-in-out 0.2s;
}
.myCarousel .carousel-control{
background:#0064c8;
color:#fff;
font-size:18px;
text-shadow:none;
margin-top:30px;
opacity:1;
width:40px;
height:30px;
position:absolute;
left:50%;
top:100%;
z-index:50;
-moz-transform:skew(-40deg);
-webkit-transform:skew(-40deg);
-o-transform:skew(-40deg);
-ms-transform:skew(-40deg);
transform:skew(-40deg);
display:inline-table;
}
.myCarousel .carousel-control span > .fa{
-moz-transform:skew(40deg);
-webkit-transform:skew(40deg);
-o-transform:skew(40deg);
-ms-transform:skew(40deg);
transform:skew(40deg);
}
.myCarousel .carousel-control:hover , .myCarousel .carousel-control:focus{
background:#191b1e;
color:#fff;
opacity:1;
}
/* Previous button */
.myCarousel .carousel-control.left{
left:45%;
margin-right:5px;
}
/* Next button */
.myCarousel .carousel-control.right{
margin-left:5px;
right:45%;
}
.quote-carousel .carousel-inner img{
height:auto;
max-width:100%;
width:100%;
}
.effect{
border:1px solid #fff;
height:auto;
max-width:100%;
position:relative;
margin-bottom:30px;
}
.overlay-effect{
background:rgba(0, 0, 0, 0.8);
width:100%;
padding:15px;
color:#fff;
display:inline-block;
font-size:18px;
left:0;
right:0;
bottom:0;
position:absolute;
z-index:33;
}
.button-effect{
position:absolute;
z-index:41;
bottom:-20px;
right:15px;
}
/* OUR SERVICES ENDS */
/*LATEST NEWS*/
.latest-news{
padding:6% 0;
color:#555555;
}
.latest-news p{}
.latest-news .news-detail{
color:#35383e;
margin-top:8%;
}
.news-detail h3{
font-family: 'OpenSans-Bold';
font-size:16px;
margin:0;
}
.news-detail p{
font-size:14px;
margin-bottom:0px;
margin-top:15px;
}
/* LATEST NEWS ENDS */
/* FEATURES WORK*/
.feature{
background:url("../images/bg-featuredwork.jpg") no-repeat fixed center top / 100% 100%;
min-height:460px;
height:100%;
padding:5% 0;
position:relative;
color:#fff;
}
.mosaicflow{
margin-bottom:1%;
margin-top:4%;
}
.mosaicflow__column {
float:left;
}
.mosaicflow__item {
position:relative;
}
.mosaicflow__item .hoover {
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
margin:0;
padding:20px;
background:hsla(0,0%,0%,.7);
opacity:0;
-webkit-transition:all 0.5s ease-in-out 0s;
-moz-transition:all 0.5s ease-in-out 0s;
-o-transition:all 0.5s ease-in-out 0s;
transition:all 0.5s ease-in-out 0s;
}
.mosaicflow__item .hoover .fa{
background:#0064c8;
color:#fff;
font-size:18px;
opacity:0.7;
padding:10px;
margin-top:24%;
}
.mosaicflow__item .hoover .fa:hover{
background:rgba(0, 0, 0, 0.9);
}
.mosaicflow__item:hover .hoover {
opacity:1;
}
/* FEATURES WORK ENDS */
/* Price-Plan */
.plans {
padding: 6% 0;
}
.plans h1 {
font-family: 'RobotoLight';
}
.plans .price-plan hr {
width: 60% !important;
}
.plans .price-plan {
margin-top: 50px;
}
.plans .price-plan .panel-default {
border-radius: 0px;
padding: 20px 15px 20px 15px;
}
.plans .price-plan .panel-default h2,
.plans .price-plan .panel-default p {
font-family: 'RobotoRegular';
}
.plans .price-plan .panel-default h2 {
font-size: 40px;
}
.plans .price-plan .panel-default p {
font-size: 16px;
text-transform: uppercase;
}
.plans .price-plan .panel-default .panel-body ul li {
line-height: 1.9em;
font-family:'OpenSansRegular';
border-bottom: 1px solid #dddddd;
margin-bottom: 10px;
}
div.triangle {
text-align: center;
color: #fff;
font-size: 0.8em;
position: absolute;
top: -9px;
left: -23px;
width: 0;
height: 0;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-bottom: 60px solid #000000;
-moz-transform: rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
}
span.sale-text {
font-family: 'RobotoRegular';
font-weight: normal;
position: absolute;
bottom: -54px;
left: -126px;
right: -126px;
width: auto;
height: auto;
text-transform: uppercase;
}
/* Price-Plan */
/* MULTIPLE LOGOS */
.partners{
padding:0 0 5% 0;
}
#partners h1 {
margin-bottom: 50px;
}
/* MULTIPLE LOGOS ENDS */
.news-letter {
padding: 6% 0px 10% 0px ;
}
section.module.parallax {
height: auto;
padding-bottom: 40px;
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
}
section.module.parallax-1 {
background-image:url("../images/news-letter-bg.jpg");
}
.news-letter-form {
margin-bottom: 50px;
margin-left: 20px;
}
.news-letter-form .form-inline {
margin-top: 35px;
}
.news-letter-form .form-inline .form-group {
width: 100%;
}
.news-letter-form .form-inline .form-group .form-input {
padding: 0px;
}
.news-letter-form .form-inline .form-group .form-control {
background: none repeat scroll 0 0 #f6f6f6;
border: 1px solid #c9c9c9;
border-radius: 0;
font-family:'OpenSansRegular';
font-size: 14px;
font-weight: normal;
}
.news-letter-form .form-inline .form-control {
height: 64px;
padding: 5px 20px;
width: 100%;
}
.news-letter .submit-button {
background: #0064c8;
border-color: #0064c8;
border-radius: 0;
color: #fff;
height: 64px;
padding-left: 26px;
padding-right: 26px;
font-family: 'RobotoLight';
font-size: 22px;
transition: all 0.5s ease 0s;
}
.news-letter h1 {
font-family: 'RobotoRegular';
font-size: 34px;
color: #fff;
margin-top: 20px;
}
.news-letter p {
font-family: 'RobotoLight';
color: #fff;
font-size: 18px;
margin-top: 10px;
}
/* FOOTER */
footer{
background:#19171c;
border-top:5px solid #0064c8;
color:#8b8b8b;
font-size:14px;
/*padding-top:5%;*/
}
.footer-detail {
position: relative;
}
.footer-detail .center::before {
left: 20%;
}
.footer-detail hr {
margin:25px 25px 25px 0px;
width: 40% !important;
}
.footer-detail{ padding-bottom:16%; }
.footer-detail img{ margin-bottom:10px;}
.footer-detail a{ color:#8b8b8b;}
.footer-detail a:hover{ color:#fff;}
.footer-detail .fa{ margin-right:2px;}
.footer-detail h3{
color:#fff;
font-family:'RobotoRegular';
font-size:22px;
margin-top:0;
margin-bottom:25px;
}
.footer-detail ul{}
.footer-detail ul li{
border-bottom: 1px solid #332f38;
font-size: 16px;
font-weight: normal;
padding-bottom: 8px;
margin-bottom: 8px;
}
.footer-detail li:hover {
color: #fff;
cursor: pointer;
}
.footer-detail ul li a{
}
.footer-detail ul li a:hover, footer .copy-right a:hover{
color:#fff;
}
.footer-detail .latest-project {
padding: 0px;
padding-right: 10px;
position: relative;
}
.latest-project .latest-project-overlay {
text-align:center;
opacity:0;
position:absolute;
top:0;
display:none;
left:0;
width:100%;
height:100%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.latest-project:hover .latest-project-overlay {
opacity:0.8;
display:block;
}
.latest-project .latest-project-overlay .fa-external-link {
color:#fff;
background:#0064c8;
opacity: 0.9;
position:relative;
top:30%;
left: 2%;
padding:8px;
}
.footer-detail #mail , footer .copy-right a{
color:#8b8b8b;
}
footer .copy-right{
border-top:1px solid #0064c8;
padding:30px 0;
}
/*FOOTER ENDS */
/*ABOUT US (2ND PAGE) */
/*FOR GREY SECTION RETURN TO HOME PAGE*/
.page-nav{
background:#ebebeb;
color:#35383e;
padding:18px 0;
width:100%;
}
.inner-link{font-size:14px; }
.inner-link > a{ color:#35383e; }
.inner-link > a:hover{ text-decoration:underline; }
.heading{font-size:22px; font-family:'RobotoRegular';}
.about-section{
padding:6% 0 4%;
}
.about-slider{
margin-bottom:30px;
}
.about-slider img , .work-detail img{
width:100%;
}
.about-slider .carousel-control , .work-detail .carousel-control{
background:rgba(0,100,200,0.6);
opacity:1;
color:#fff;
padding:12px;
height:48px;
width:48px;
top:40%;
line-height:21px;
text-shadow:0 0;
-moz-transform:skew(0deg);
-webkit-transform:skew(0deg);
-o-transform:skew(0deg);
-ms-transform:skew(0deg);
transform:skew(0deg);
}
.about-slider .carousel-control.left , .work-detail .carousel-control.left{
left:5%;
}
.about-slider .carousel-control.right , .work-detail .carousel-control.right{
right:5%;
}
.meet-us{ color:#35383e; }
.meet-us h1{
font-family: 'RobotoRegular';
margin:0;
}
.meet-us h2{
font-family:'RobotoRegular';
font-size:22px;
}
.meet-us p{
line-height:23px;
margin-top:3%;
}
/*for parent div*/
#our-crew{
color:#35383e;
padding:7% 0 3%;
}
#our-crew p{
color:#555555;
margin-bottom:5%;
}
.our-crew{
}
.our-crew.img {
margin-bottom:0;
}
.img img {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
}
.overlay-abt {
display: block;
position: absolute;
z-index: 20;
background:rgba(0, 0, 0, 0.7);
overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
height:0;
width:100%;
top:0;
left:0;
right:0;
color:#fff;
}
.img.hover .overlay-abt {
height: 100%;
}
.overlay-abt ul.info {
margin:0;
padding:0;
-moz-transform:skew(-20deg);
-webkit-transform:skew(-20deg);
-o-transform:skew(-20deg);
-ms-transform:skew(-20deg);
transform:skew(-20deg);
}
.overlay-abt ul.info li {
display:inline-block;
margin-left:3px;
margin-right:3px;
margin-top:15px;
}
.overlay-abt ul.info li a{
background:#191b1e;
color:#fff;
padding:5px 10px;
}
.overlay-abt ul.info li a > .fa{
color:#fff;
-moz-transform:skew(20deg);
-webkit-transform:skew(20deg);
-o-transform:skew(20deg);
-ms-transform:skew(20deg);
transform:skew(20deg);
}
.overlay-abt ul.info li a:hover , .overlay-abt ul.info li a >:focus{
background:#0064c8;
}
.description{
margin-bottom:25px;
position:relative;
}
.overlay-abt h3{
font-family: 'OpenSans-Bold';
font-size:18px;
padding-top:5%;
}
.overlay-abt p{
color:#fff !important;
}
.partner-bg{
background:#ebebeb;
padding:4% 0;
}
/* ABOUT US ENDS */
/* ===== OUR SERVICES(3RD PAGE) ===== */
#main-services
.services-wrap{
padding:6% 0;
}
ul#portfolio-filter{
overflow: hidden;
}
ul#portfolio-filter li {
float:none;
display:inline-block;
}
ul#portfolio-filter li a {
color:#35383e;
font-size:26px;
font-family:'RobotoRegular';
border-radius:0;
display:inline-block;
}
ul#portfolio-filter li a.current {
color:#0064c8;
text-decoration:none;
}
ul#portfolio-list {
margin-top:6%;
}
ul#portfolio-list li {
width:30%;
max-width:100%;
height: auto;
display: inline-block;
float: left;
margin-right:14px;
margin-left:14px;
overflow: hidden;
}
.effect img{
width:100%;
}
.shape{
height:1px;
background:#35383e;
width:40%;
margin:10px auto;
position:relative;
display:block;
}
.border{
font-size:0px;
line-height:0%;
width: 0px;
border-top: 10px solid #35383e;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: relative;
margin:auto;
display:block;
}
/*services details*/
#services-details{
padding:6% 0;
width:100%;
}
.services-details{
}
aside{
margin-bottom:40px;
}
aside h2{
color:#35383e; font-family:'RobotoRegular';
font-size:28px;
margin:0;
}
.red{
background:#0064c8;
height:1px;
width:100%;
margin:25px 0;
position:relative;
display:block;
}
.red:before{
background:inherit;
content: "";
display: inline-block;
height: 14px;
left:5%;
position: absolute;
top: -7px;
width:30px;
-moz-transform:skew(-40deg);
-webkit-transform:skew(-40deg);
-o-transform:skew(-40deg);
-ms-transform:skew(-40deg);
transform:skew(-40deg);
}
.services-details h1{
margin:0 0 30px;
font-family: 'RobotoLight';
}
.services-details p{
color:#35383e;
line-height:26px;
margin-bottom:25px;
}
.services-details ul , .work-detail ul{
margin-bottom:40px;
padding-left:30px !important;
}
.services-details ul li{
margin-bottom:10px;
}
.services-details ul#list li:before , aside ul li a:before, .work-detail ul li:before{
content: '\f101';
font-family: FontAwesome;
display: inline-block;
width:15px;
margin-left:-20px;
}
aside ul li {
padding-left:20px;
margin-bottom:15px;
}
.clients-bg{
background:url(../images/clients-bg.jpg) left top no-repeat;
min-height:438px;
height:100%;
padding:5% 0;
position:relative;
color:#fff;
background-size:cover;
}
.clientCarousel{
margin-top: 5%;
}
.clients-bg .carousel-control{
background:transparent;
font-size: 40px;
opacity: 1;
top:25%;
text-shadow:0 0;
width:5%;
}
.clients-bg .carousel-control:hover , .clients-bg .carousel-control:focus{
color:#0064c8;
}
.clients-bg .clients p{
font-size:18px;
font-family:'RobotoRegular';
margin-bottom: 0;
margin-top: 5px;
}
.clients-bg .clients span{
color:#fff;
font-size:14px;
font-family: 'OpenSansLight';
}
.clients-bg blockquote{
background:#ebebeb;
position: relative;
color:#35383e;
padding:7% 5%;
-moz-transform:skew(-15deg);
-webkit-transform:skew(-15deg);
-o-transform:skew(-15deg);
-ms-transform:skew(-15deg);
transform:skew(-15deg);
}
.clients-bg blockquote span{
-moz-transform:skew(15deg);
-webkit-transform:skew(15deg);
-o-transform:skew(15deg);
-ms-transform:skew(15deg);
transform:skew(15deg);
display:block;
}
.clients-bg blockquote:before{
content:"";
position: absolute;
right: 100%;
top:40%;
width: 0;
height: 0;
border-top: 13px solid transparent;
border-right: 26px solid #ebebeb;
border-bottom: 13px solid transparent;
}
.clients-bg blockquote:after{
content: url(../images/blockquote.png);
position:absolute;
left:12px;
top:20px;
z-index:-1;
}
/* ===== OUR CLIENTS ENDS ===== */
/* ===== OUR WORK ===== */
#main-gallery{
}
.work-wrap{
padding:6% 0 5%;
}
/** filters list **/
.filter-list {
display: block;
width: 100%;
text-align: center;
margin-bottom:10px;
padding:0;
}
.filter-list li {
float:none;
display:inline-block;
}
.filter-list li a{
color:#35383e;
font-size:26px;
font-family:'RobotoRegular';
border-radius:0;
display:inline-block;
}
ul.filter-list li.active ,
ul.filter-list li.active a {
color:#0064c8;
text-decoration:none;
}
.portfolio {
display: block;
width: 100%;
padding:0;
margin:6% 0 0;
text-align: center;
}
.portfolio item {
width:30%;
height:326px;
max-height:100%;
}
.portfolio li.item {
display: none;
opacity: 0;
width:30%;
margin-left:12px;
margin-right:12px;
margin-bottom:0;
max-height:326px;
position:relative;
}
.portfolio li.item img {
height: inherit;
overflow: hidden !important;
transition:opacity 0.7s ease-out 0s, transform 0.7s ease-out 0s;
width: inherit;
}
.portfolio li.item:hover img {
height: inherit;
overflow: hidden !important;
transform: scale(1.3);
width: inherit;
}
.portfolio .item img {
max-width: 100%;
}
.img {
overflow: hidden;
position: relative;
width: 100%;
}
.portfolio li.item:hover .overlay {
display: block;
opacity: 0.9;
}
.overlay {
/*background-color:rgba(0, 0, 0, 0.8);*/
display: none;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
text-align: center;
top: 0;
transition: all 0.5s ease-in-out 0s;
width: 100%;
}
.overlay .fa{
color:#fff;
background:#bc242b;
opacity: 0.7;
padding:14px;
position:absolute;
top:40%;
}
.overlay .fa-external-link{
left:35%;
margin-right:5px;
}
.overlay .fa-search{
right:35%;
margin-left:5px;
}
.overlay .fa:hover{
background:rgba(0, 0, 0, 0.9);
}
.portfolio li.item:hover .overlay {
display: block;
opacity: 0.9;
}
/*our work details*/
#work-details{
padding: 5% 0;
}
.work-detail h1{
font-family: 'RobotoLight';
}
.work-detail .dark-grey{
background:#35383e;
padding: 52px;
color:#fff;
}
.work-detail .dark-grey span{
display:block;
margin-bottom:15px;
}
.work-detail .dark-grey span > .fa{
margin-right:10px;
}
.work-detail h1{
margin: 5% 0 3%;
}
.work-detail p{
font-size:14px;
line-height:24px;
margin-bottom:30px;
}
.work-detail ul{
margin-bottom:16%;
}
.work-detail ul li{
font-size:12px;
}
/* OUR WORK ENDS */
/* ===== LOCATIONS ===== */
#location{
padding:5% 0;
}
.locations{
}
.locations .search-form{
background:#f4f4f4;
padding:10px;
color:#35383e;
border:1px solid #b9b9b9;
border-bottom:none;
}
.locations .search-form label{
font-weight:normal;
font-size:14px;
}
.locations .search-form #geocomplete{
box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
padding:6px 15px;
width:30%;
font-size:14px;
margin-bottom:15px;
}
.locations .search-form .btn{
background:#009632;
}
.map_canvas {
width:100%;
height:435px;
margin:0;
border:1px solid #b9b9b9;
}
.locations h1{
margin:5% 0;
}
.locations p{
margin-bottom:5%;
}
.locations ul li{
padding-left: 20px;
}
.locations ul li a:before {
content: '\f18e';
font-family: FontAwesome;
display: inline-block;
width:20px;
margin-left:-20px;
margin-bottom:14px;
}
.locations ul li a{
font-size:18px;
}
.locations ul li a:hover , .locations ul li a:focus{
text-decoration:underline;
}
/*LOCATIONS ENDS */
/*NEWS DETAILS */
#news-wrap{
padding:5% 0;
}
.news{
border-bottom:1px solid #d3d3d3;
margin-bottom: 30px;
padding-bottom: 20px;
}
.news h3{
margin:5% 0;
}
.news p{
margin-bottom:20px;
line-height:26px;
}
.news-side{
margin-bottom: 20px;
padding-bottom: 20px;
}
.news-side h2{
font-family:'RobotoRegular';
margin-top:0;
}
.news-side p{
}
.news-side img.gallery{
float:left;
margin-right:18px;
margin-bottom:18px;
}
/* ===== NEWS DETAILS ===== */
/* ===== CONTACT US PAGE ====== */
.google{
}
#googleMap{
height:440px;
width:100%;
}
#button1{
color: #b7b7b7;
font-size:18px;
}
.contact-wrap{
padding:5% 0 6%;
}
.contact{ }
.contact a{
color:#428bca;
text-decoration:underline;
}
.contact h1{ margin-bottom:6%; }
.contact p{ margin-bottom:9%; }
.contact p > span{ display:block; }
.contact form{}
.contact form .form-control{
height: 37px;
color: #b1b1b1;
}
.contact form .form-control , .contact form textarea{
background-color: #f6f6f6;
border: 1px solid #c9c9c9;
border-radius:0;
box-shadow: 0 0;
color:#b1b1b1;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
transition:all 0.30s ease-in-out;
}
.contact form .form-control:focus , .contact form textarea:focus{
box-shadow:0 0 5px #0064c8;
}
.contact form textarea{
padding:6px 12px;
resize:vertical;
width:100%;
min-height:142px;
}
/* ===== CONTACT US PAGE ENDS ====== */
/*********Royal Slider********/
#slider-with-blocks-1{
width: 100%;
}
.rsContent{
color: #FFF;
float: left;
}
.bContainer{
position: relative;
left:10px;
padding: 10% 18% 10% 0;
}
.bContainer h1{
font-family: 'RobotoRegular';
font-size:40px;
margin:20px 0;
}
.bContainer h2{
font-family:'RobotoLight';
font-size:26px;
}
.slide1{
background: url(../images/sliderimg1.jpg) no-repeat;
/*background-size:100% 100%;*/
background-size:cover;
}
.slide2 {
background: url(../images/sliderimg2.jpg) no-repeat;
/*background-size:100% 100%;*/
background-size:cover;
}
.slide3{
background: url(../images/sliderimg3.jpg) no-repeat;
/*background-size:100% 100%;*/
background-size:cover;
}
.slide4{
background: url(../images/electric1.jpg) no-repeat;
/*background-size:100% 100%;*/
background-size:cover;
}
/****************/
/*responsive layout*/
@media (min-width: 2048px) {
.navigation span {
right: 70%;
}
}
@media (min-width: 1282px) {
.color-scheme{
top:78px;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
.navbar{
padding:0;
}
.bContainer{
}
.bContainer h2{
font-size:20px !important;
}
.bContainer h1{
font-size:28px !important;
}
.estimation .form-inline .form-group{
margin-right: 0;
}
.greybox .carousel-control.left{
left:35%;
}
ul#portfolio-list li{
float: none;
margin: 0;
width:100%;
}
.overlay .fa-external-link{
left:20%;
}
.overlay .fa-search{
right:20%;
}
.locations .search-form #geocomplete{
width:100%;
}
.footer-detail .latest-project {
text-align: center;
padding-right: 0px;
}
.latest-project img {
display: inline-block;
width: auto;
}
}
@media only screen and (width: 360px) and (orientation: portrait){
.overlay .fa-external-link{
left:0 !important;
}
.overlay .fa-search{
right:0 !important;
}
}
@media only screen and (max-width: 800px){
.owl-theme .owl-controls .owl-buttons div {
background: none;
border:none;
color: #000;
width: 30px;
height: 30px;
line-height: 30px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
background: none;
border:none;
color: #0064c8;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
top: 50%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
left: -5px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
right: -5px;
}
}
@media only screen and (width: 800px) {
.navbar-nav > li > a{
font-size:12px;
padding:4px 6px;
}
.button-effect{
bottom:-35px;
}
ul#portfolio-list li{
margin-left:12px;
margin-right:12px;
}
.portfolio li.item{
margin-left: 8px;
margin-right: 8px;
}
.overlay .fa-external-link{
left:28%;
}
.overlay .fa-search{
right:28%;
}
}
@media only screen and (width: 900px){
.navbar-nav > li > a{
font-size:12px;
padding:4px 6px;
}
ul#portfolio-list li{
margin-left:12px;
margin-right:12px;
}
.portfolio li.item{
margin-left: 8px;
margin-right: 8px;
}
.overlay .fa-external-link{
left:28%;
}
.overlay .fa-search{
right:28%;
}
}
@media only screen and (max-width: 990px){
.latest-project .latest-project-overlay .fa-external-link {
top:22%;
left: -2%;
}
.footer-detail .center::before {
left: 30%;
}
}
@media only screen and (max-width: 980px){
.top-info i.fa {
display:block;
margin-bottom: 10px;
margin-left: 20px;
}
.top-info .info {
padding-left: 0px;
}
.top-info .timing .color {
display: block;
margin-bottom: 10px;
}
.top-info .timing .text-right {
text-align: center;
}
.navbar-nav > li > a{
font-size:12px;
padding:4px 6px;
}
.bContainer {
padding-top: 10%;
left: 0px;
}
.button-effect{
bottom:-35px;
}
ul#portfolio-list li{
margin-left:12px;
margin-right:12px;
}
.portfolio li.item{
margin-left: 8px;
margin-right: 8px;
}
.overlay .fa-external-link{
left:28%;
}
.overlay .fa-search{
right:28%;
}
#estimation h1 {
font-size: 28px;
}
.myCarousel .carousel-control.left {
left: 43%;
}
.navbar li {
margin-right: 5px;
}
.navbar-default {
padding-bottom: 0px;
}
.navbar-collapse {
margin-right: 0px;
padding-right: 0px;
}
.bContainer h2 {
font-size: 20px;
}
.bContainer h1 {
font-size: 26px;
}
.footer-detail ul li {
font-size: 15px;
}
}
@media only screen and (max-width: 768px){
.navbar-nav > li > a{
font-size:12px;
padding:4px 6px;
}
.button-effect{
bottom:-35px;
}
ul#portfolio-list li{
margin-left:12px;
margin-right:12px;
}
.portfolio li.item{
margin-left: 8px;
margin-right: 8px;
}
.overlay .fa-external-link{
left:28%;
}
.overlay .fa-search{
right:28%;
}
}
@media only screen and (max-width: 640px) {
.navbar{
padding:0;
}
.bContainer {
left:10px;
}
.bContainer h1 {
font-size: 20px !important;
margin: 16px 0;
}
.bContainer h2 {
font-size: 12px !important;
margin-top: 5px;
}
.navbar-header {
padding: 20px 40%;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
display: inline-block;
margin: 0;
padding: 20px;
text-align: center;
}
.navbar-toggle .icon-bar {
left: 10px;
height: 1px;
top: 18px;
}
.navbar-default .navbar-nav > li.active, .navbar-default .navbar-nav > li:hover {
background: transparent !important;
background-color: transparent !important;
}
.navbar-nav > li > a {
font-size: 16px;
}
.navbar-nav > li > a:hover {
color: #00aeef !important;
}
.dropdown-menu{
min-width:80%;
border: none;
z-index:999;
}
.dropdown.drop-collapsed .dropdown-menu {
height: 0 !important;
z-index:999;
}
.dropdown .dropdown-menu {
overflow: hidden;
-webkit-transition: height 0.65s ease;
transition: height 0.65s ease;
}
.dropdown-menu .divider {
background-color:transparent !important;
}
.navbar-nav > li > .dropdown-menu {
display: block;
visibility: hidden;
opacity:0;
border-radius:0;
}
.navbar-nav > li.open .dropdown-menu {
visibility: visible;
opacity: 1;
background:none ;
}
.navbar-nav > li.open .dropdown-menu >li
{
border-color:none;
padding-bottom:10px;
padding-top:10px;
margin-right:0 !important;
margin-left:0 !important;
}
.navbar-nav > li.open .dropdown-menu >li:first-child
{
border:none;
}
.navbar-nav > li.open .dropdown-menu >li a{
color:#fff !important;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
padding-left:20px;
}
.navbar-nav > li.open .dropdown-menu >li a:hover
{
background-color:transparent;
color:#00aeef !important;
}
.navbar-nav> li.dropdown.open.active > a:hover,
.navbar-nav > li.dropdown.open{
color:#00aeef;
background-color:transparent;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
}
.navbar-default .navbar-nav > li.active ,.navbar-default .navbar-nav > li:hover{
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
background:none;
color: #00aeef;
}
.navbar-default .navbar-nav > li.active > a ,.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:hover > a
{
background:transparent !important;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
color: #00aeef;
}
.color-scheme {
top: 318px;
}
ul#portfolio-list li{
margin:0;
width:100%;
}
.overlay .fa-external-link{
left:20%;
}
.overlay .fa-search{
right:20%;
}
}
@media (max-width: 360px){
.bContainer {
padding-top: 2%;
padding-bottom: 2%;
left: 10px;
}
.top-info .info {
margin-bottom: 10px;
}
.top-info .timing span {
margin-bottom: 10px;
display: inline-block;
}
.navbar-header {
padding: 20px 40%;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
display: inline-block;
margin: 0;
padding: 20px;
text-align: center;
}
.navbar-toggle .icon-bar {
left: 10px;
height: 1px;
top: 18px;
}
.navbar-default .navbar-nav > li.active, .navbar-default .navbar-nav > li:hover {
background: transparent !important;
background-color: transparent !important;
}
.navbar-nav > li > a {
font-size: 16px;
}
.navbar-nav > li > a:hover {
color: #0064c8 !important;
}
.dropdown-menu{
min-width:80%;
border: none;
z-index:999;
}
.dropdown.drop-collapsed .dropdown-menu {
height: 0 !important;
z-index:999;
}
.dropdown .dropdown-menu {
overflow: hidden;
-webkit-transition: height 0.65s ease;
transition: height 0.65s ease;
}
.dropdown-menu .divider {
background-color:transparent !important;
}
.navbar-nav > li > .dropdown-menu {
display: block;
visibility: hidden;
opacity:0;
border-radius:0;
}
.navbar-nav > li.open .dropdown-menu {
visibility: visible;
opacity: 1;
background:none ;
}
.navbar-nav > li.open .dropdown-menu >li
{
border-color:none;
padding-bottom:10px;
padding-top:10px;
margin-right:0 !important;
margin-left:0 !important;
}
.navbar-nav > li.open .dropdown-menu >li:first-child
{
border:none;
}
.navbar-nav > li.open .dropdown-menu >li a{
color:#fff !important;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
padding-left:20px;
}
.navbar-nav > li.open .dropdown-menu >li a:hover
{
background-color:transparent;
color:#00aeef !important;
}
.navbar-nav> li.dropdown.open.active > a:hover,
.navbar-nav > li.dropdown.open{
color:#0064c8;
background-color:transparent;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
}
.navbar-default .navbar-nav > li.active ,.navbar-default .navbar-nav > li:hover{
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
background:none;
color: #0064c8;
}
.navbar-default .navbar-nav > li.active > a ,.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:hover > a
{
background:transparent !important;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
color: #0064c8;
}
.color-scheme {
top: 318px;
}
.rsABlock img {
height: 200px;
}
h1 {
font-size: 26px;
}
.bContainer h1 {
font-size: 18px !important;
margin: 5px 0;
}
.bContainer h2 {
font-size: 14px !important;
margin-top: 5px;
}
a.red-button {
margin-top: 0px;
padding-bottom: 5px;
width: 120px;
}
.rsMinW .rsBullets {
bottom: 5px !important;
right: 20px !important;
}
#estimation h1 {
font-size: 26px;
}
.nospace {
padding-left: 15px;
}
.myCarousel .carousel-control.left {
left: 36%;
}
.news-detail h3 {
font-size: 14px;
margin-top: 5px;
}
.news-letter-form {
margin-left: 0px;
}
.news-letter h1 {
font-size: 22px;
}
.news-letter .submit-button {
font-size: 16px;
padding: 10px;
}
.news-letter-form .form-inline .form-group {
width: 70%
}
} | 0.243552 | 0.046856 |
@media only screen and (max-width : 992px) {
.xpose-ab {height:auto;}
.xpose-abouttext {width:100%;float:left;}
.xpose-rocket {display:none;}
.xpose-services {height:auto;padding:0;}
.service {height:270px;}
.servicered {width:100%;-ms-transform: skew(0deg,0deg);-webkit-transform: skew(0deg,0deg); transform: skew(0deg,0deg);}
.xserv {padding:0;margin:0;width:100%;}
.xpose-midservice {-ms-transform: skew(0deg,0deg);-webkit-transform: skew(0deg,0deg); transform: skew(0deg,0deg);}
.xpose-team {height:auto;padding-bottom:150px;}
.xpose-menu {display:none;}
.responsive-xpose-menu {display:block;padding-right:35px;float:right;}
.responsive-xpose-menu li a {font-size:22px;}
.xpose-subscribe {height:auto;}
.x-subscribe-left {width:100%;text-align:center;padding:0;}
.x-subscribe-right {width:100%;height:100px;margin-top:70px;}
.xpose-sub-form {margin:0;margin-left:auto;margin-right:auto;padding-top:25px;}
.status-message {float:left;width:100%;text-align:center;padding:0;margin:0;}
.xpose-about {height:auto;padding-bottom:50px;}
}
@media only screen and (max-width : 780px) {
.title-left {display:none;}
.title-right {display:none;}
.title-middle {display:none;}
.headername {display:none;}
.xpose-title-right{margin-top:50px;}
.xpose-title-right h3 {
position:static;
text-align:center;
}
.responsive-xpose-menu li a {font-size:22px;}
.title-description-right {
position: static;
text-align: center;
float: left;
width: 100%;
}
.xpose-sub-form {width:100%;}
.xpose-sub-form input[type=text] {width:60%;}
.x-subscribe-left h6 {font-size:40px;}
.xpose-title-left{margin-top:50px;}
.xpose-title-left h3 {
position:static;
text-align:center;
}
.x-subscribe-right {padding-left:20px;padding-right:20px;}
.title-description-left {
position: static;
text-align: center;
float: left;
width: 100%;
}
.title-description-middle {
bottom: -40px;
width: 100%;
}
.xpose-title-middle {margin-top:50px;height:40px;}
.xpose-team {padding-bottom:100px;}
.xpose-title-middle h3 {
width: 100%;
font-size: 40px;
}
.xpose-contact-form {width:90%;margin-left:5%;margin-top:70px;}
.xpose-contact {height:auto;padding-bottom:50px;}
.xpose-footer {height:auto;padding-bottom:50px;}
.xpose-abouttext {margin-top:10px;}
.xpose-countdown {width:100%;}
.xpose-days {float:left;width:50%;font-size:70px;height:220px;margin-top:40px;padding-top:45px;}
.xpose-hours {float:left;width:25%;font-size:50px;padding-top:38px;}
.xpose-minutes {float:left;width:25%;font-size:50px;padding-top:38px;}
.xpose-slider {height:480px;}
.xpose-slider p {
float:left;
width:100%;
padding:0;
margin:0;
position:absolute;
top:80px;
margin-left:-14px;
}
.xpose-slider h2 {
margin:0;
padding:0;float:left;
width:100%;
position:absolute;
top:110px;
margin-left:-16px;
}
.btn-subscribenow {
position:absolute;
top:180px;
margin:0;
left:50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media only screen and (max-width : 420px) {
.responsive-xpose-menu {width:100%;display:block;padding-right:35px;float:right;margin:0;padding:0;}
.responsive-xpose-menu li a {float:left;width:20%;font-size:20px;}
.xpose-logo {float:left;width:100%;text-align:center;}
.xpose-header {height:auto;padding-bottom:20px;}
} | css/responsive.css |
@media only screen and (max-width : 992px) {
.xpose-ab {height:auto;}
.xpose-abouttext {width:100%;float:left;}
.xpose-rocket {display:none;}
.xpose-services {height:auto;padding:0;}
.service {height:270px;}
.servicered {width:100%;-ms-transform: skew(0deg,0deg);-webkit-transform: skew(0deg,0deg); transform: skew(0deg,0deg);}
.xserv {padding:0;margin:0;width:100%;}
.xpose-midservice {-ms-transform: skew(0deg,0deg);-webkit-transform: skew(0deg,0deg); transform: skew(0deg,0deg);}
.xpose-team {height:auto;padding-bottom:150px;}
.xpose-menu {display:none;}
.responsive-xpose-menu {display:block;padding-right:35px;float:right;}
.responsive-xpose-menu li a {font-size:22px;}
.xpose-subscribe {height:auto;}
.x-subscribe-left {width:100%;text-align:center;padding:0;}
.x-subscribe-right {width:100%;height:100px;margin-top:70px;}
.xpose-sub-form {margin:0;margin-left:auto;margin-right:auto;padding-top:25px;}
.status-message {float:left;width:100%;text-align:center;padding:0;margin:0;}
.xpose-about {height:auto;padding-bottom:50px;}
}
@media only screen and (max-width : 780px) {
.title-left {display:none;}
.title-right {display:none;}
.title-middle {display:none;}
.headername {display:none;}
.xpose-title-right{margin-top:50px;}
.xpose-title-right h3 {
position:static;
text-align:center;
}
.responsive-xpose-menu li a {font-size:22px;}
.title-description-right {
position: static;
text-align: center;
float: left;
width: 100%;
}
.xpose-sub-form {width:100%;}
.xpose-sub-form input[type=text] {width:60%;}
.x-subscribe-left h6 {font-size:40px;}
.xpose-title-left{margin-top:50px;}
.xpose-title-left h3 {
position:static;
text-align:center;
}
.x-subscribe-right {padding-left:20px;padding-right:20px;}
.title-description-left {
position: static;
text-align: center;
float: left;
width: 100%;
}
.title-description-middle {
bottom: -40px;
width: 100%;
}
.xpose-title-middle {margin-top:50px;height:40px;}
.xpose-team {padding-bottom:100px;}
.xpose-title-middle h3 {
width: 100%;
font-size: 40px;
}
.xpose-contact-form {width:90%;margin-left:5%;margin-top:70px;}
.xpose-contact {height:auto;padding-bottom:50px;}
.xpose-footer {height:auto;padding-bottom:50px;}
.xpose-abouttext {margin-top:10px;}
.xpose-countdown {width:100%;}
.xpose-days {float:left;width:50%;font-size:70px;height:220px;margin-top:40px;padding-top:45px;}
.xpose-hours {float:left;width:25%;font-size:50px;padding-top:38px;}
.xpose-minutes {float:left;width:25%;font-size:50px;padding-top:38px;}
.xpose-slider {height:480px;}
.xpose-slider p {
float:left;
width:100%;
padding:0;
margin:0;
position:absolute;
top:80px;
margin-left:-14px;
}
.xpose-slider h2 {
margin:0;
padding:0;float:left;
width:100%;
position:absolute;
top:110px;
margin-left:-16px;
}
.btn-subscribenow {
position:absolute;
top:180px;
margin:0;
left:50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media only screen and (max-width : 420px) {
.responsive-xpose-menu {width:100%;display:block;padding-right:35px;float:right;margin:0;padding:0;}
.responsive-xpose-menu li a {float:left;width:20%;font-size:20px;}
.xpose-logo {float:left;width:100%;text-align:center;}
.xpose-header {height:auto;padding-bottom:20px;}
} | 0.341692 | 0.144662 |
html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
list-style: none;
}
body {
/*color: #660000;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 62.8%;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
background-color: #66666;
background-image: url(../images/sbbg.jpg);
padding: 0px;
}
/*a { color: #af0731; }*/
/*a:hover { color: #000;}*/
/*a img { border:0; }*/
/*img { border: 1px #d5d2d2 solid; }*/
/*textarea { font-family: Arial, lucida, sans-serif; font-size: 1em; vertical-align: middle; }
textarea { background: #8f8c8c; padding: 2px 0; margin: 0; border: 1px solid #676464; } */
button { vertical-align: middle; margin: 0; padding: 0; height: 18px; border: none; text-decoration: underline; font-weight: bold; color: #00CCFF; cursor: pointer; }
/*.submit { width: auto !important; overflow: visible; background-color: #312b2a; border: 1px solid #000 !important; padding: 0 5px; color: #fff; font-weight: bold; } */
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
p { line-height: 16px; }
h1, h2, h3, h4, h5, h6 { color: #3e3533; }
/*table { border-collapse: collapse; width: 100%; }
table th { text-align: left; }
table td.right { padding-left: 5px; }
table th.right { padding-left: 5px; }
table td.left { padding-right: 5px; }
table th.left { padding-right: 5px; }
blockquote { margin: 0; padding: 10px 20px; color: #333; line-height: 1.6; font-family: Georgia, serif; }
fieldset { border: 0 !important; }
/* -- Icons list -- */
.ico { padding-left: 15px; }
.ico-breezy { background: url('../images/ico/ico-breezy3.gif') 2px 0 no-repeat; padding: 2px 0 1px 25px; }
.ico-breezy:hover { background-position: 2px -18px; }
.ico-date { background: url('../images/ico/ico-date.gif') 0 50% no-repeat; }
/* -- User friendly features -- */
.hidden { display: none; }
/* -- Basics layout -- */
#main_nav {
background: url('../images/bg-body.jpg')
}
#main_nav_container {
width: 100%;
margin: 0 auto;
text-align: left;
}
#main_nav ul {
list-style-type: none;
padding: 0;
margin: 0;
position: relative;
}
#main_nav ul li {
display: inline-block;
font-family: Arial;
font-size: small;
/*color: #fff;*/
}
#main_nav ul li img {
vertical-align: middle;
size: auto;
padding: 1px;
}
#main_nav ul li:hover{
/*text-decoration: underline;*/
background-color: #555;
}
#main_nav ul li a,visited {
color: #ccc;
/*color:#c3a253;/*/
display: block;
padding: 10px;
text-decoration: none;
}
#main_nav ul li a:hover {
color: #000000;
text-decoration: none;
background-color: #808080;
/*background-color: #c3a253;*/
}
#main_nav ul li:hover ul {
display: block;
}
#main_nav ul ul{
display: none;
position: absolute;
background-color: #555;
/*background-color: #c3a253;*/
margin-left: -10px;
margin-top: 10px;
}
#main_nav ul ul li{
display: block;
color: #ccc;
/*color: #c3a253;*/
}
#main_nav ul ul li a,visited {
color: #fff;
/*color: #c3a253;*/
}
#main_nav ul ul li a:hover {
color: #000000;
}
.sub {
display: block;
color: #ccc;
/*color: #c3a253;*/
padding: 10px;
margin: 0;
}
.sub:hover{
color: #000000;
}
.defaultpar {
width: 80%;
margin: 50px;
}
.messagewidth{
text-align: justify;
}
.messagepar{
font-size: 15px;
text-indent: 40px;
}
.indented{
padding-left: 60px;
padding-right: 60px;
font-size: 15px;
}
.bulletblocks{
margin-left: 40px;
margin-right: 40px;
}
.anchor1{
text-decoration: none;
color: #570000
}
.anchor1 a:hover {
text-decoration: underline;
}
#view { width: 900px; margin: 0 auto; }
/*#head { font-size: 1.2em; height: 202px; position: relative; }*/
#content {
font-size: 13px;
}
#foot { font-size: 1.2em; clear: both; }
/* -- Logo constructs -- */
h1 { font-family: Georgia, "New York CE", utopia, serif; font-size: 3em; font-weight: normal; margin-top: 40px; }
h1 a { text-decoration: none; color: #fff !important; }
#logo * {
color: #660000;
text-decoration: none !important;
}
#logo h2 { font-weight: normal; font-size: 1.2em; }
#logo .block{
position: absolute;
top: 50px;
left: -5px;
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}
/* -- Main classes -- */
/*.fr { float: right !important; }
.fl { float: left !important; }
.clear { clear: both !important; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.last { margin-right: 0 !important; margin-bottom: 0 !important; border-bottom: none !important; }
.small { font-size: .90em; }
.big { font-size: 1.5em; }
.item { margin-bottom: 1.5em; border-bottom: 1px #d8d8d8 solid; clear: both; }
.info { font-size: .95em; margin: 2px 0 6px !important; }
.col1 { width: 49%; float: left; }
.col2 { width: 49%; float: right; }
img.left { margin-left: 0 !important; }
img.right { margin-right: 0 !important; }
*/
/* -- Layout constructs -- */
#logo {
position: relative;
padding: 0 50px;
height: 130px;
overflow: hidden;
background-image: url(../images/head_banner_update4.png);
background-repeat: no-repeat;
background-position: 0 0;
}
/*#mainMenu { height: 46px; padding: 0 25px; background: #312b2a url('../images/bg-main-menu.gif') repeat-x; border: 1px #8a817e solid; border-width: 1px 0 6px; }*/
#content { padding: 30px 0 25px; overflow: hidden; height: 100%; background: #fff url('../images/bg-content.gif') repeat-y; }
#foot { height: 68px; background: #312b2a url('../images/bg-foot.jpg') no-repeat; }
/*/* -- Main Menu -- */*/
/*/*#mainMenu ul { position: relative; height: 46px; }*/*/
/*/*#mainMenu li { position: relative; float: left; padding-right: 7px; }*/*/
/*/*#mainMenu li a {*/*/
/* display: block;*/
/* float: left;*/
/* color: #CC9933;*/
/* height: 30px;*/
/* padding: 16px 15px 0 20px;*/
/*}*/
/*#mainMenu li a span { position: absolute; left: 8px; top: 20px; width: 6px; height: 8px !important; overflow: hidden; background: url('../images/ico/ico-menu_item.gif') no-repeat; }*/
/*#mainMenu li.active { position: relative; top: 7px; background: url('../images/bg-main-menu_shadow.gif') 100% 0 no-repeat; }*/
/*#mainMenu li.active a { padding-top: 9px; text-decoration: none !important; color: #000 !important; background: #fff url('../images/bg-main-menu_active.gif') repeat-x; border-bottom: 6px #fff solid; }*/
/*#mainMenu li.active a span { top: 12px; background-position: 0 -8px; }*/
/*#mainMenu li a:hover {color: #FFFFCC;}*/
/* -- Search block -- */
#search {
position: absolute;
right: 556px;
bottom: -434px;
width: 270px;
text-align: right;
}
#search .button { width: 204px; height: 14px; border: none; background: url('../images/bg-input.gif') no-repeat; padding: 5px 10px; }
#search .submit { position: relative; width: 26px !important; height: 24px; background: url('../images/bg-submit.gif') no-repeat; border: none !important; padding: 0; left: -4px; }
/* -- Right (submenu) block -- */
#menuBlock {
width: 190px;
float: none;
margin-top: 0px;
background: url('../images/bg-right.gif') 100% 0 repeat-y;
}
#menuBlock .box { margin-bottom: 30px; padding-left: 12px; }
#menuBlock .firstBox { position: relative; top: -25px; margin-bottom: 5px; background: url('../images/bg-right_block.gif') 0 26px no-repeat; }
#menuBlock .box h3 { margin-bottom: 11px; padding-left: 15px; color: #af0731; }
#menuBlock .boxText { padding: 0 27px; }
#menuBlock .boxText h3 { padding-left: 0 !important; }
#menuBlock .subMenu li a { display: block; height: 23px; padding: 8px 5px 0 32px; color: #000; text-decoration: none; background: url('../images/bg-submenu_item.gif') no-repeat; }
#menuBlock .subMenu li a:hover,
#menuBlock .subMenu li.active a { background-color: #efefef; background-position: 0 -31px; text-decoration: none !important; }
/* -- Left (content) block -- */
/*#contentBlock { float: left; width: 530px; padding: 0 30px 0 40px; }
#contentBlock img { margin: 3px; }
#contentBlock p,
#contentBlock ul,
#contentBlock ol,
#contentBlock table { margin-bottom: 2em; }
#contentBlock table td,
#contentBlock table th { border: 1px #d8d8d8 solid; padding: 10px; }
#contentBlock table tr.add td,
#contentBlock table tr.add th { background: url('../images/bg-table_line.gif') repeat-x; } */
/* -- Lists --
#contentBlock ul,
#contentBlock ol,
#menuBlock .boxText ul,*/
#menuBlock .boxText ol { padding-left: 10px; }
#contentBlock ol,
#menuBlock .boxText ol { padding-left: 17px; }
#contentBlock ul *,
#contentBlock ol *,
#menuBlock .boxText ul *,
#menuBlock .boxText ol * { margin-bottom: 0 !important; }
#contentBlock ul li,
#menuBlock .boxText ul li { margin: 3px 0; padding-left: 16px; background: url('../images/ico/ico-list_item.gif') 0 4px no-repeat; }
#contentBlock ol li,
#menuBlock .boxText ol li { margin: 3px 0 3px 10px; padding: 0; background: none; list-style: decimal; }*/ | public/websites/SB/3/css/default.css | html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
list-style: none;
}
body {
/*color: #660000;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 62.8%;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
background-color: #66666;
background-image: url(../images/sbbg.jpg);
padding: 0px;
}
/*a { color: #af0731; }*/
/*a:hover { color: #000;}*/
/*a img { border:0; }*/
/*img { border: 1px #d5d2d2 solid; }*/
/*textarea { font-family: Arial, lucida, sans-serif; font-size: 1em; vertical-align: middle; }
textarea { background: #8f8c8c; padding: 2px 0; margin: 0; border: 1px solid #676464; } */
button { vertical-align: middle; margin: 0; padding: 0; height: 18px; border: none; text-decoration: underline; font-weight: bold; color: #00CCFF; cursor: pointer; }
/*.submit { width: auto !important; overflow: visible; background-color: #312b2a; border: 1px solid #000 !important; padding: 0 5px; color: #fff; font-weight: bold; } */
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
p { line-height: 16px; }
h1, h2, h3, h4, h5, h6 { color: #3e3533; }
/*table { border-collapse: collapse; width: 100%; }
table th { text-align: left; }
table td.right { padding-left: 5px; }
table th.right { padding-left: 5px; }
table td.left { padding-right: 5px; }
table th.left { padding-right: 5px; }
blockquote { margin: 0; padding: 10px 20px; color: #333; line-height: 1.6; font-family: Georgia, serif; }
fieldset { border: 0 !important; }
/* -- Icons list -- */
.ico { padding-left: 15px; }
.ico-breezy { background: url('../images/ico/ico-breezy3.gif') 2px 0 no-repeat; padding: 2px 0 1px 25px; }
.ico-breezy:hover { background-position: 2px -18px; }
.ico-date { background: url('../images/ico/ico-date.gif') 0 50% no-repeat; }
/* -- User friendly features -- */
.hidden { display: none; }
/* -- Basics layout -- */
#main_nav {
background: url('../images/bg-body.jpg')
}
#main_nav_container {
width: 100%;
margin: 0 auto;
text-align: left;
}
#main_nav ul {
list-style-type: none;
padding: 0;
margin: 0;
position: relative;
}
#main_nav ul li {
display: inline-block;
font-family: Arial;
font-size: small;
/*color: #fff;*/
}
#main_nav ul li img {
vertical-align: middle;
size: auto;
padding: 1px;
}
#main_nav ul li:hover{
/*text-decoration: underline;*/
background-color: #555;
}
#main_nav ul li a,visited {
color: #ccc;
/*color:#c3a253;/*/
display: block;
padding: 10px;
text-decoration: none;
}
#main_nav ul li a:hover {
color: #000000;
text-decoration: none;
background-color: #808080;
/*background-color: #c3a253;*/
}
#main_nav ul li:hover ul {
display: block;
}
#main_nav ul ul{
display: none;
position: absolute;
background-color: #555;
/*background-color: #c3a253;*/
margin-left: -10px;
margin-top: 10px;
}
#main_nav ul ul li{
display: block;
color: #ccc;
/*color: #c3a253;*/
}
#main_nav ul ul li a,visited {
color: #fff;
/*color: #c3a253;*/
}
#main_nav ul ul li a:hover {
color: #000000;
}
.sub {
display: block;
color: #ccc;
/*color: #c3a253;*/
padding: 10px;
margin: 0;
}
.sub:hover{
color: #000000;
}
.defaultpar {
width: 80%;
margin: 50px;
}
.messagewidth{
text-align: justify;
}
.messagepar{
font-size: 15px;
text-indent: 40px;
}
.indented{
padding-left: 60px;
padding-right: 60px;
font-size: 15px;
}
.bulletblocks{
margin-left: 40px;
margin-right: 40px;
}
.anchor1{
text-decoration: none;
color: #570000
}
.anchor1 a:hover {
text-decoration: underline;
}
#view { width: 900px; margin: 0 auto; }
/*#head { font-size: 1.2em; height: 202px; position: relative; }*/
#content {
font-size: 13px;
}
#foot { font-size: 1.2em; clear: both; }
/* -- Logo constructs -- */
h1 { font-family: Georgia, "New York CE", utopia, serif; font-size: 3em; font-weight: normal; margin-top: 40px; }
h1 a { text-decoration: none; color: #fff !important; }
#logo * {
color: #660000;
text-decoration: none !important;
}
#logo h2 { font-weight: normal; font-size: 1.2em; }
#logo .block{
position: absolute;
top: 50px;
left: -5px;
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}
/* -- Main classes -- */
/*.fr { float: right !important; }
.fl { float: left !important; }
.clear { clear: both !important; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.last { margin-right: 0 !important; margin-bottom: 0 !important; border-bottom: none !important; }
.small { font-size: .90em; }
.big { font-size: 1.5em; }
.item { margin-bottom: 1.5em; border-bottom: 1px #d8d8d8 solid; clear: both; }
.info { font-size: .95em; margin: 2px 0 6px !important; }
.col1 { width: 49%; float: left; }
.col2 { width: 49%; float: right; }
img.left { margin-left: 0 !important; }
img.right { margin-right: 0 !important; }
*/
/* -- Layout constructs -- */
#logo {
position: relative;
padding: 0 50px;
height: 130px;
overflow: hidden;
background-image: url(../images/head_banner_update4.png);
background-repeat: no-repeat;
background-position: 0 0;
}
/*#mainMenu { height: 46px; padding: 0 25px; background: #312b2a url('../images/bg-main-menu.gif') repeat-x; border: 1px #8a817e solid; border-width: 1px 0 6px; }*/
#content { padding: 30px 0 25px; overflow: hidden; height: 100%; background: #fff url('../images/bg-content.gif') repeat-y; }
#foot { height: 68px; background: #312b2a url('../images/bg-foot.jpg') no-repeat; }
/*/* -- Main Menu -- */*/
/*/*#mainMenu ul { position: relative; height: 46px; }*/*/
/*/*#mainMenu li { position: relative; float: left; padding-right: 7px; }*/*/
/*/*#mainMenu li a {*/*/
/* display: block;*/
/* float: left;*/
/* color: #CC9933;*/
/* height: 30px;*/
/* padding: 16px 15px 0 20px;*/
/*}*/
/*#mainMenu li a span { position: absolute; left: 8px; top: 20px; width: 6px; height: 8px !important; overflow: hidden; background: url('../images/ico/ico-menu_item.gif') no-repeat; }*/
/*#mainMenu li.active { position: relative; top: 7px; background: url('../images/bg-main-menu_shadow.gif') 100% 0 no-repeat; }*/
/*#mainMenu li.active a { padding-top: 9px; text-decoration: none !important; color: #000 !important; background: #fff url('../images/bg-main-menu_active.gif') repeat-x; border-bottom: 6px #fff solid; }*/
/*#mainMenu li.active a span { top: 12px; background-position: 0 -8px; }*/
/*#mainMenu li a:hover {color: #FFFFCC;}*/
/* -- Search block -- */
#search {
position: absolute;
right: 556px;
bottom: -434px;
width: 270px;
text-align: right;
}
#search .button { width: 204px; height: 14px; border: none; background: url('../images/bg-input.gif') no-repeat; padding: 5px 10px; }
#search .submit { position: relative; width: 26px !important; height: 24px; background: url('../images/bg-submit.gif') no-repeat; border: none !important; padding: 0; left: -4px; }
/* -- Right (submenu) block -- */
#menuBlock {
width: 190px;
float: none;
margin-top: 0px;
background: url('../images/bg-right.gif') 100% 0 repeat-y;
}
#menuBlock .box { margin-bottom: 30px; padding-left: 12px; }
#menuBlock .firstBox { position: relative; top: -25px; margin-bottom: 5px; background: url('../images/bg-right_block.gif') 0 26px no-repeat; }
#menuBlock .box h3 { margin-bottom: 11px; padding-left: 15px; color: #af0731; }
#menuBlock .boxText { padding: 0 27px; }
#menuBlock .boxText h3 { padding-left: 0 !important; }
#menuBlock .subMenu li a { display: block; height: 23px; padding: 8px 5px 0 32px; color: #000; text-decoration: none; background: url('../images/bg-submenu_item.gif') no-repeat; }
#menuBlock .subMenu li a:hover,
#menuBlock .subMenu li.active a { background-color: #efefef; background-position: 0 -31px; text-decoration: none !important; }
/* -- Left (content) block -- */
/*#contentBlock { float: left; width: 530px; padding: 0 30px 0 40px; }
#contentBlock img { margin: 3px; }
#contentBlock p,
#contentBlock ul,
#contentBlock ol,
#contentBlock table { margin-bottom: 2em; }
#contentBlock table td,
#contentBlock table th { border: 1px #d8d8d8 solid; padding: 10px; }
#contentBlock table tr.add td,
#contentBlock table tr.add th { background: url('../images/bg-table_line.gif') repeat-x; } */
/* -- Lists --
#contentBlock ul,
#contentBlock ol,
#menuBlock .boxText ul,*/
#menuBlock .boxText ol { padding-left: 10px; }
#contentBlock ol,
#menuBlock .boxText ol { padding-left: 17px; }
#contentBlock ul *,
#contentBlock ol *,
#menuBlock .boxText ul *,
#menuBlock .boxText ol * { margin-bottom: 0 !important; }
#contentBlock ul li,
#menuBlock .boxText ul li { margin: 3px 0; padding-left: 16px; background: url('../images/ico/ico-list_item.gif') 0 4px no-repeat; }
#contentBlock ol li,
#menuBlock .boxText ol li { margin: 3px 0 3px 10px; padding: 0; background: none; list-style: decimal; }*/ | 0.263979 | 0.057573 |
*
{
margin:0px;
padding:0px;
}
body
{
background-color:#BBDEFB;
font-family: 'Avenir Next W01', 'Avenir Next', 'Proxima Nova', 'Myriad Pro', Helvetica, Calibri, sans-serif;
}
a
{
color:black;
text-decoration: none;
}
#the_top
{
position: absolute;
top:0px;
}
#dive_button
{
display: inline-block;
position: relative;
margin-left:auto;
margin-right:auto;
top:20px;
height:50px;
width:105px;
line-height:50px;
border-radius:5px;
background-color:#ffffff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#dive_button:hover
{
cursor:pointer;
}
#dive_button:active
{
background-color:#BDBDBD;
}
#dive_button_large
{
display: inline-block;
position: relative;
margin-left:auto;
margin-right:auto;
top:20px;
height:50px;
width:175px;
line-height:50px;
border-radius:5px;
background-color:#ffffff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#dive_button_large:hover
{
cursor:pointer;
}
#dive_button_large:active
{
background-color:#BDBDBD;
}
#title_text
{
position: absolute;
width:100%;
text-align:center;
top:10%;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
font-size:80px;
font-weight:lighter;
z-index:2;
}
#title_text:hover
{
cursor:default;
}
#sub_title_text
{
position: absolute;
width:100%;
top:35%;
text-align:center;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
font-size:40px;
font-weight:lighter;
z-index:2;
}
#sub_title_text:hover
{
cursor:pointer;
color:#585858;
}
#the_ocean
{
position: absolute;
left:0px;
top:50%;
width:100%;
height:1500%;
background-color: blue;
background-image: linear-gradient(#1E88E5,#0D47A1,#063882,#032A64,#011B41,#011B41,#000B1B,#000B1B,#000205,#000205,#000001);
background: blue;
background: linear-gradient(#1E88E5,#0D47A1,#063882,#032A64,#011B41,#011B41,#000B1B,#000B1B,#000205,#000205,#000001);
}
#the_ocean_floor
{
position: absolute;
left:0px;
top:1500%;
width:100%;
height:9595%;
background-color:#000001;
}
#text_box
{
position: relative;
color:white;
width:300px;
}
#the_sun
{
position: relative;
top:50px;
background-color:yellow;
height:600px;
width:600px;
border-radius:300px;
margin-left:auto;
margin-right:auto;
box-shadow: 0 0 64px yellow;
}
.relative_center
{
position: relative;
margin-left:auto;
margin-right:auto;
}
#person_box
{
position: absolute;
top:350%;
width:100%;
text-align:center;
}
#person_box_small
{
position: absolute;
top:250%;
width:100%;
text-align:center;
}
#whale_box_small
{
position: absolute;
top:150%;
width:100%;
text-align:center;
}
#building_box
{
position: absolute;
top:850%;
width:100%;
text-align:center;
}
#angler_box
{
position: absolute;
top:950%;
width:100%;
text-align:center;
}
#light_box
{
position: absolute;
top:1150%;
width:100%;
text-align:center;
}
#twilight_box
{
position: absolute;
top:650%;
width:100%;
text-align:center;
}
#mile_box
{
position: absolute;
top:1650%;
width:100%;
text-align:center;
}
#empty_box
{
position: absolute;
top:2150%;
width:100%;
text-align:center;
}
#whale
{
position: relative;
height:6px;
width:8px;
border-radius:50%;
background-color:black;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
-webkit-animation: swim 2s infinite alternate; /* Safari 4+ */
-moz-animation: swim 2s infinite alternate; /* Fx 5+ */
-o-animation: swim 2s infinite alternate; /* Opera 12+ */
animation: swim 2s infinite alternate; /* IE 10+, Fx 29+ */
}
#sperm_whale_box
{
position: absolute;
top:2550%;
width:100%;
text-align:center;
}
#titanic_box
{
position: absolute;
top:3750%;
width:100%;
text-align:center;
}
#atlantic_box
{
position: absolute;
top:3850%;
width:100%;
text-align:center;
}
#deep_box
{
position: absolute;
top:11050%;
width:100%;
text-align:center;
}
#small_life_box
{
position: absolute;
top:10950%;
width:100%;
text-align:center;
}
#oil_box
{
position: absolute;
top:10750%;
width:100%;
text-align:center;
}
#plane_box
{
position: absolute;
top:9450%;
width:100%;
text-align:center;
}
#atlantic_max_box
{
position: absolute;
top:8650%;
width:100%;
text-align:center;
}
#empire_box
{
position: absolute;
top:9250%;
width:100%;
text-align:center;
}
#everest_box
{
position: absolute;
top:8950%;
width:100%;
text-align:center;
}
#fish_deep_box
{
position: absolute;
top:8150%;
width:100%;
text-align:center;
}
#elbrus_box
{
position: absolute;
top:5650%;
width:100%;
text-align:center;
}
#hadal_box
{
position: absolute;
top:7850%;
width:100%;
text-align:center;
}
#sumb_box
{
position: absolute;
top:6550%;
width:100%;
text-align:center;
}
#some_text_box
{
position: absolute;
top:4550%;
width:100%;
text-align:center;
}
#angler_fish
{
position: relative;
height:4px;
width:3px;
border-radius:50%;
background-color:white;
box-shadow: 0 0 10px white;
-webkit-animation: swim 2s infinite alternate; /* Safari 4+ */
-moz-animation: swim 2s infinite alternate; /* Fx 5+ */
-o-animation: swim 2s infinite alternate; /* Opera 12+ */
animation: swim 2s infinite alternate; /* IE 10+, Fx 29+ */
}
#angler_fish_two
{
position: relative;
height:4px;
width:3px;
border-radius:50%;
background-color:white;
box-shadow: 0 0 10px white;
-webkit-animation: swim 3s infinite alternate; /* Safari 4+ */
-moz-animation: swim 3s infinite alternate; /* Fx 5+ */
-o-animation: swim 3s infinite alternate; /* Opera 12+ */
animation: swim 3s infinite alternate; /* IE 10+, Fx 29+ */
}
#angler_fish_three
{
position: relative;
height:4px;
width:3px;
border-radius:50%;
background-color:white;
box-shadow: 0 0 10px white;
-webkit-animation: swim 4s infinite alternate; /* Safari 4+ */
-moz-animation: swim 4s infinite alternate; /* Fx 5+ */
-o-animation: swim 4s infinite alternate; /* Opera 12+ */
animation: swim 4s infinite alternate; /* IE 10+, Fx 29+ */
}
#person
{
position: relative;
height:5px;
width:3px;
border-radius:2px;
background-color:black;
-webkit-animation: bob 2s infinite alternate; /* Safari 4+ */
-moz-animation: bob 2s infinite alternate; /* Fx 5+ */
-o-animation: bob 2s infinite alternate; /* Opera 12+ */
animation: bob 2s infinite alternate; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes bob {
0% { top:5px; }
100% { top:0px; }
}
@-moz-keyframes bob {
0% { top:5px; }
100% { top:0px; }
}
@-o-keyframes bob{
0% { top:5px; }
100% { top:0px; }
}
@keyframes bob {
0% { top:5px; }
100% { top:0px; }
}
@-webkit-keyframes swim {
0% { left:-15px; }
100% { left:15px; }
}
@-moz-keyframes swim {
0% { left:-15px; }
100% { left:15px; }
}
@-o-keyframes swim{
0% { left:-15px; }
100% { left:15px; }
}
@keyframes swim {
0% { left:-15px; }
100% { left:15px; }
}
#surface
{
position: absolute;
top:50%;
}
.depth_marker
{
position: relative;
left:10px;
color:white;
}
#x2
{
position: absolute;
top:150%;
}
#x3
{
position: absolute;
top:250%;
}
#x4
{
position: absolute;
top:350%;
}
#x5
{
position: absolute;
top:450%;
}
#x6
{
position: absolute;
top:550%;
}
#x7
{
position: absolute;
top:650%;
}
#x8
{
position: absolute;
top:750%;
}
#x9
{
position: absolute;
top:850%;
}
#x10
{
position: absolute;
top:950%;
}
#x11
{
position: absolute;
top:1050%;
}
#x12
{
position: absolute;
top:1150%;
}
#x13
{
position: absolute;
top:1250%;
}
#x14
{
position: absolute;
top:1350%;
}
#x15
{
position: absolute;
top:1450%;
}
#x16
{
position: absolute;
top:1550%;
}
#x17
{
position: absolute;
top:1650%;
}
#x18
{
position: absolute;
top:1750%;
}
#x19
{
position: absolute;
top:1850%;
}
#x20
{
position: absolute;
top:1950%;
}
#x21
{
position: absolute;
top:2050%;
}
#x22
{
position: absolute;
top:2150%;
}
#x23
{
position: absolute;
top:2250%;
}
#x24
{
position: absolute;
top:2350%;
}
#x25
{
position: absolute;
top:2450%;
}
#x26
{
position: absolute;
top:2550%;
}
#x27
{
position: absolute;
top:2650%;
}
#x28
{
position: absolute;
top:2750%;
}
#x29
{
position: absolute;
top:2850%;
}
#x30
{
position: absolute;
top:2950%;
}
#x31
{
position: absolute;
top:3050%;
}
#x32
{
position: absolute;
top:3150%;
}
#x33
{
position: absolute;
top:3250%;
}
#x34
{
position: absolute;
top:3350%;
}
#x35
{
position: absolute;
top:3450%;
}
#x36
{
position: absolute;
top:3550%;
}
#x37
{
position: absolute;
top:3650%;
}
#x38
{
position: absolute;
top:3750%;
}
#x39
{
position: absolute;
top:3850%;
}
#x40
{
position: absolute;
top:3950%;
}
#x41
{
position: absolute;
top:4050%;
}
#x42
{
position: absolute;
top:4150%;
}
#x43
{
position: absolute;
top:4250%;
}
#x44
{
position: absolute;
top:4350%;
}
#x45
{
position: absolute;
top:4450%;
}
#x46
{
position: absolute;
top:4550%;
}
#x47
{
position: absolute;
top:4650%;
}
#x48
{
position: absolute;
top:4750%;
}
#x49
{
position: absolute;
top:4850%;
}
#x50
{
position: absolute;
top:4950%;
}
#x51
{
position: absolute;
top:5050%;
}
#x52
{
position: absolute;
top:5150%;
}
#x53
{
position: absolute;
top:5250%;
}
#x54
{
position: absolute;
top:5350%;
}
#x55
{
position: absolute;
top:5450%;
}
#x56
{
position: absolute;
top:5550%;
}
#x57
{
position: absolute;
top:5650%;
}
#x58
{
position: absolute;
top:5750%;
}
#x59
{
position: absolute;
top:5850%;
}
#x60
{
position: absolute;
top:5950%;
}
#x61
{
position: absolute;
top:6050%;
}
#x62
{
position: absolute;
top:6150%;
}
#x63
{
position: absolute;
top:6250%;
}
#x64
{
position: absolute;
top:6350%;
}
#x65
{
position: absolute;
top:6450%;
}
#x66
{
position: absolute;
top:6550%;
}
#x67
{
position: absolute;
top:6650%;
}
#x68
{
position: absolute;
top:6750%;
}
#x69
{
position: absolute;
top:6850%;
}
#x70
{
position: absolute;
top:6950%;
}
#x71
{
position: absolute;
top:7050%;
}
#x72
{
position: absolute;
top:7150%;
}
#x73
{
position: absolute;
top:7250%;
}
#x74
{
position: absolute;
top:7350%;
}
#x75
{
position: absolute;
top:7450%;
}
#x76
{
position: absolute;
top:7550%;
}
#x77
{
position: absolute;
top:7650%;
}
#x78
{
position: absolute;
top:7750%;
}
#x79
{
position: absolute;
top:7850%;
}
#x80
{
position: absolute;
top:7950%;
}
#x81
{
position: absolute;
top:8050%;
}
#x82
{
position: absolute;
top:8150%;
}
#x83
{
position: absolute;
top:8250%;
}
#x84
{
position: absolute;
top:8350%;
}
#x85
{
position: absolute;
top:8450%;
}
#x86
{
position: absolute;
top:8550%;
}
#x87
{
position: absolute;
top:8650%;
}
#x88
{
position: absolute;
top:8750%;
}
#x89
{
position: absolute;
top:8850%;
}
#x90
{
position: absolute;
top:8950%;
}
#x91
{
position: absolute;
top:9050%;
}
#x92
{
position: absolute;
top:9150%;
}
#x93
{
position: absolute;
top:9250%;
}
#x94
{
position: absolute;
top:9350%;
}
#x95
{
position: absolute;
top:9450%;
}
#x96
{
position: absolute;
top:9550%;
}
#x97
{
position: absolute;
top:9650%;
}
#x98
{
position: absolute;
top:9750%;
}
#x99
{
position: absolute;
top:9850%;
}
#x100
{
position: absolute;
top:9950%;
}
#x101
{
position: absolute;
top:10050%;
}
#x102
{
position: absolute;
top:10150%;
}
#x103
{
position: absolute;
top:10250%;
}
#x104
{
position: absolute;
top:10350%;
}
#x105
{
position: absolute;
top:10450%;
}
#x106
{
position: absolute;
top:10550%;
}
#x107
{
position: absolute;
top:10650%;
}
#x108
{
position: absolute;
top:10750%;
}
#x109
{
position: absolute;
top:10850%;
}
#x110
{
position: absolute;
top:10950%;
}
#x111
{
position: absolute;
top:11050%;
}
#x112
{
position: absolute;
top:11153%;
} | style.css | *
{
margin:0px;
padding:0px;
}
body
{
background-color:#BBDEFB;
font-family: 'Avenir Next W01', 'Avenir Next', 'Proxima Nova', 'Myriad Pro', Helvetica, Calibri, sans-serif;
}
a
{
color:black;
text-decoration: none;
}
#the_top
{
position: absolute;
top:0px;
}
#dive_button
{
display: inline-block;
position: relative;
margin-left:auto;
margin-right:auto;
top:20px;
height:50px;
width:105px;
line-height:50px;
border-radius:5px;
background-color:#ffffff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#dive_button:hover
{
cursor:pointer;
}
#dive_button:active
{
background-color:#BDBDBD;
}
#dive_button_large
{
display: inline-block;
position: relative;
margin-left:auto;
margin-right:auto;
top:20px;
height:50px;
width:175px;
line-height:50px;
border-radius:5px;
background-color:#ffffff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#dive_button_large:hover
{
cursor:pointer;
}
#dive_button_large:active
{
background-color:#BDBDBD;
}
#title_text
{
position: absolute;
width:100%;
text-align:center;
top:10%;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
font-size:80px;
font-weight:lighter;
z-index:2;
}
#title_text:hover
{
cursor:default;
}
#sub_title_text
{
position: absolute;
width:100%;
top:35%;
text-align:center;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
font-size:40px;
font-weight:lighter;
z-index:2;
}
#sub_title_text:hover
{
cursor:pointer;
color:#585858;
}
#the_ocean
{
position: absolute;
left:0px;
top:50%;
width:100%;
height:1500%;
background-color: blue;
background-image: linear-gradient(#1E88E5,#0D47A1,#063882,#032A64,#011B41,#011B41,#000B1B,#000B1B,#000205,#000205,#000001);
background: blue;
background: linear-gradient(#1E88E5,#0D47A1,#063882,#032A64,#011B41,#011B41,#000B1B,#000B1B,#000205,#000205,#000001);
}
#the_ocean_floor
{
position: absolute;
left:0px;
top:1500%;
width:100%;
height:9595%;
background-color:#000001;
}
#text_box
{
position: relative;
color:white;
width:300px;
}
#the_sun
{
position: relative;
top:50px;
background-color:yellow;
height:600px;
width:600px;
border-radius:300px;
margin-left:auto;
margin-right:auto;
box-shadow: 0 0 64px yellow;
}
.relative_center
{
position: relative;
margin-left:auto;
margin-right:auto;
}
#person_box
{
position: absolute;
top:350%;
width:100%;
text-align:center;
}
#person_box_small
{
position: absolute;
top:250%;
width:100%;
text-align:center;
}
#whale_box_small
{
position: absolute;
top:150%;
width:100%;
text-align:center;
}
#building_box
{
position: absolute;
top:850%;
width:100%;
text-align:center;
}
#angler_box
{
position: absolute;
top:950%;
width:100%;
text-align:center;
}
#light_box
{
position: absolute;
top:1150%;
width:100%;
text-align:center;
}
#twilight_box
{
position: absolute;
top:650%;
width:100%;
text-align:center;
}
#mile_box
{
position: absolute;
top:1650%;
width:100%;
text-align:center;
}
#empty_box
{
position: absolute;
top:2150%;
width:100%;
text-align:center;
}
#whale
{
position: relative;
height:6px;
width:8px;
border-radius:50%;
background-color:black;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
-webkit-animation: swim 2s infinite alternate; /* Safari 4+ */
-moz-animation: swim 2s infinite alternate; /* Fx 5+ */
-o-animation: swim 2s infinite alternate; /* Opera 12+ */
animation: swim 2s infinite alternate; /* IE 10+, Fx 29+ */
}
#sperm_whale_box
{
position: absolute;
top:2550%;
width:100%;
text-align:center;
}
#titanic_box
{
position: absolute;
top:3750%;
width:100%;
text-align:center;
}
#atlantic_box
{
position: absolute;
top:3850%;
width:100%;
text-align:center;
}
#deep_box
{
position: absolute;
top:11050%;
width:100%;
text-align:center;
}
#small_life_box
{
position: absolute;
top:10950%;
width:100%;
text-align:center;
}
#oil_box
{
position: absolute;
top:10750%;
width:100%;
text-align:center;
}
#plane_box
{
position: absolute;
top:9450%;
width:100%;
text-align:center;
}
#atlantic_max_box
{
position: absolute;
top:8650%;
width:100%;
text-align:center;
}
#empire_box
{
position: absolute;
top:9250%;
width:100%;
text-align:center;
}
#everest_box
{
position: absolute;
top:8950%;
width:100%;
text-align:center;
}
#fish_deep_box
{
position: absolute;
top:8150%;
width:100%;
text-align:center;
}
#elbrus_box
{
position: absolute;
top:5650%;
width:100%;
text-align:center;
}
#hadal_box
{
position: absolute;
top:7850%;
width:100%;
text-align:center;
}
#sumb_box
{
position: absolute;
top:6550%;
width:100%;
text-align:center;
}
#some_text_box
{
position: absolute;
top:4550%;
width:100%;
text-align:center;
}
#angler_fish
{
position: relative;
height:4px;
width:3px;
border-radius:50%;
background-color:white;
box-shadow: 0 0 10px white;
-webkit-animation: swim 2s infinite alternate; /* Safari 4+ */
-moz-animation: swim 2s infinite alternate; /* Fx 5+ */
-o-animation: swim 2s infinite alternate; /* Opera 12+ */
animation: swim 2s infinite alternate; /* IE 10+, Fx 29+ */
}
#angler_fish_two
{
position: relative;
height:4px;
width:3px;
border-radius:50%;
background-color:white;
box-shadow: 0 0 10px white;
-webkit-animation: swim 3s infinite alternate; /* Safari 4+ */
-moz-animation: swim 3s infinite alternate; /* Fx 5+ */
-o-animation: swim 3s infinite alternate; /* Opera 12+ */
animation: swim 3s infinite alternate; /* IE 10+, Fx 29+ */
}
#angler_fish_three
{
position: relative;
height:4px;
width:3px;
border-radius:50%;
background-color:white;
box-shadow: 0 0 10px white;
-webkit-animation: swim 4s infinite alternate; /* Safari 4+ */
-moz-animation: swim 4s infinite alternate; /* Fx 5+ */
-o-animation: swim 4s infinite alternate; /* Opera 12+ */
animation: swim 4s infinite alternate; /* IE 10+, Fx 29+ */
}
#person
{
position: relative;
height:5px;
width:3px;
border-radius:2px;
background-color:black;
-webkit-animation: bob 2s infinite alternate; /* Safari 4+ */
-moz-animation: bob 2s infinite alternate; /* Fx 5+ */
-o-animation: bob 2s infinite alternate; /* Opera 12+ */
animation: bob 2s infinite alternate; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes bob {
0% { top:5px; }
100% { top:0px; }
}
@-moz-keyframes bob {
0% { top:5px; }
100% { top:0px; }
}
@-o-keyframes bob{
0% { top:5px; }
100% { top:0px; }
}
@keyframes bob {
0% { top:5px; }
100% { top:0px; }
}
@-webkit-keyframes swim {
0% { left:-15px; }
100% { left:15px; }
}
@-moz-keyframes swim {
0% { left:-15px; }
100% { left:15px; }
}
@-o-keyframes swim{
0% { left:-15px; }
100% { left:15px; }
}
@keyframes swim {
0% { left:-15px; }
100% { left:15px; }
}
#surface
{
position: absolute;
top:50%;
}
.depth_marker
{
position: relative;
left:10px;
color:white;
}
#x2
{
position: absolute;
top:150%;
}
#x3
{
position: absolute;
top:250%;
}
#x4
{
position: absolute;
top:350%;
}
#x5
{
position: absolute;
top:450%;
}
#x6
{
position: absolute;
top:550%;
}
#x7
{
position: absolute;
top:650%;
}
#x8
{
position: absolute;
top:750%;
}
#x9
{
position: absolute;
top:850%;
}
#x10
{
position: absolute;
top:950%;
}
#x11
{
position: absolute;
top:1050%;
}
#x12
{
position: absolute;
top:1150%;
}
#x13
{
position: absolute;
top:1250%;
}
#x14
{
position: absolute;
top:1350%;
}
#x15
{
position: absolute;
top:1450%;
}
#x16
{
position: absolute;
top:1550%;
}
#x17
{
position: absolute;
top:1650%;
}
#x18
{
position: absolute;
top:1750%;
}
#x19
{
position: absolute;
top:1850%;
}
#x20
{
position: absolute;
top:1950%;
}
#x21
{
position: absolute;
top:2050%;
}
#x22
{
position: absolute;
top:2150%;
}
#x23
{
position: absolute;
top:2250%;
}
#x24
{
position: absolute;
top:2350%;
}
#x25
{
position: absolute;
top:2450%;
}
#x26
{
position: absolute;
top:2550%;
}
#x27
{
position: absolute;
top:2650%;
}
#x28
{
position: absolute;
top:2750%;
}
#x29
{
position: absolute;
top:2850%;
}
#x30
{
position: absolute;
top:2950%;
}
#x31
{
position: absolute;
top:3050%;
}
#x32
{
position: absolute;
top:3150%;
}
#x33
{
position: absolute;
top:3250%;
}
#x34
{
position: absolute;
top:3350%;
}
#x35
{
position: absolute;
top:3450%;
}
#x36
{
position: absolute;
top:3550%;
}
#x37
{
position: absolute;
top:3650%;
}
#x38
{
position: absolute;
top:3750%;
}
#x39
{
position: absolute;
top:3850%;
}
#x40
{
position: absolute;
top:3950%;
}
#x41
{
position: absolute;
top:4050%;
}
#x42
{
position: absolute;
top:4150%;
}
#x43
{
position: absolute;
top:4250%;
}
#x44
{
position: absolute;
top:4350%;
}
#x45
{
position: absolute;
top:4450%;
}
#x46
{
position: absolute;
top:4550%;
}
#x47
{
position: absolute;
top:4650%;
}
#x48
{
position: absolute;
top:4750%;
}
#x49
{
position: absolute;
top:4850%;
}
#x50
{
position: absolute;
top:4950%;
}
#x51
{
position: absolute;
top:5050%;
}
#x52
{
position: absolute;
top:5150%;
}
#x53
{
position: absolute;
top:5250%;
}
#x54
{
position: absolute;
top:5350%;
}
#x55
{
position: absolute;
top:5450%;
}
#x56
{
position: absolute;
top:5550%;
}
#x57
{
position: absolute;
top:5650%;
}
#x58
{
position: absolute;
top:5750%;
}
#x59
{
position: absolute;
top:5850%;
}
#x60
{
position: absolute;
top:5950%;
}
#x61
{
position: absolute;
top:6050%;
}
#x62
{
position: absolute;
top:6150%;
}
#x63
{
position: absolute;
top:6250%;
}
#x64
{
position: absolute;
top:6350%;
}
#x65
{
position: absolute;
top:6450%;
}
#x66
{
position: absolute;
top:6550%;
}
#x67
{
position: absolute;
top:6650%;
}
#x68
{
position: absolute;
top:6750%;
}
#x69
{
position: absolute;
top:6850%;
}
#x70
{
position: absolute;
top:6950%;
}
#x71
{
position: absolute;
top:7050%;
}
#x72
{
position: absolute;
top:7150%;
}
#x73
{
position: absolute;
top:7250%;
}
#x74
{
position: absolute;
top:7350%;
}
#x75
{
position: absolute;
top:7450%;
}
#x76
{
position: absolute;
top:7550%;
}
#x77
{
position: absolute;
top:7650%;
}
#x78
{
position: absolute;
top:7750%;
}
#x79
{
position: absolute;
top:7850%;
}
#x80
{
position: absolute;
top:7950%;
}
#x81
{
position: absolute;
top:8050%;
}
#x82
{
position: absolute;
top:8150%;
}
#x83
{
position: absolute;
top:8250%;
}
#x84
{
position: absolute;
top:8350%;
}
#x85
{
position: absolute;
top:8450%;
}
#x86
{
position: absolute;
top:8550%;
}
#x87
{
position: absolute;
top:8650%;
}
#x88
{
position: absolute;
top:8750%;
}
#x89
{
position: absolute;
top:8850%;
}
#x90
{
position: absolute;
top:8950%;
}
#x91
{
position: absolute;
top:9050%;
}
#x92
{
position: absolute;
top:9150%;
}
#x93
{
position: absolute;
top:9250%;
}
#x94
{
position: absolute;
top:9350%;
}
#x95
{
position: absolute;
top:9450%;
}
#x96
{
position: absolute;
top:9550%;
}
#x97
{
position: absolute;
top:9650%;
}
#x98
{
position: absolute;
top:9750%;
}
#x99
{
position: absolute;
top:9850%;
}
#x100
{
position: absolute;
top:9950%;
}
#x101
{
position: absolute;
top:10050%;
}
#x102
{
position: absolute;
top:10150%;
}
#x103
{
position: absolute;
top:10250%;
}
#x104
{
position: absolute;
top:10350%;
}
#x105
{
position: absolute;
top:10450%;
}
#x106
{
position: absolute;
top:10550%;
}
#x107
{
position: absolute;
top:10650%;
}
#x108
{
position: absolute;
top:10750%;
}
#x109
{
position: absolute;
top:10850%;
}
#x110
{
position: absolute;
top:10950%;
}
#x111
{
position: absolute;
top:11050%;
}
#x112
{
position: absolute;
top:11153%;
} | 0.376967 | 0.041346 |
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;
}
/* Set every element's box-sizing to border-box */
* {
box-sizing: border-box;
}
body {
margin: auto;
}
@media (max-width: 500px) {
body {
width: 100%;
}
}
@media (min-width: 800px) {
body {
width: 800px;
}
}
@media (min-width: 900px) {
body {
width: 900px;
}
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}
@font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 400;
src: local('Source Serif Pro'), local('SourceSerifPro-Regular'), url(https://fonts.gstatic.com/s/sourceserifpro/v6/neIQzD-0qpwxpaWvjeD0X88SAOeauXQ-pQ.ttf) format('truetype');
}
.flex-wrap {
display: flex;
flex-wrap: wrap;
}
.flex-horizontal-wrap {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
@media (min-width: 500px) {
.flex-horizontal-wrap {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.flex-horizontal-wrap li.dot {
list-style-position: inside;
}
}
@media (min-width: 800px) {
.flex-horizontal-wrap {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
}
.flex-horizontal {
display: flex;
justify-content: space-between;
}
.fakeButton {
color: black;
border: 1px black solid;
border-radius: 1rem;
margin: 0.5rem;
padding: 0.5rem;
}
header {
position: sticky;
top: 0px;
background-color: white;
width: 100%;
text-align: center;
border-bottom: 1px black solid;
margin-bottom: 0.5rem;
font-family: 'Source Serif Pro', serif;
margin-top: 0.5rem;
display: flex;
flex-direction: column;
justify-content: center;
}
header .toHome {
position: relative;
top: 0;
border: 1px black solid;
text-decoration: none;
color: black;
border-radius: 1em;
background-color: lightgray;
padding: 1rem;
width: 50%;
margin: auto;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
header .toHome:hover {
box-shadow: inset grey 4px 5px 4px;
border: 1px black inset;
}
@media (min-width: 800px) {
header .toHome {
position: absolute;
top: 1rem;
right: 1rem;
width: auto;
}
}
header section {
color: black;
padding: 0.5rem;
margin: auto;
}
header section h1 {
font-weight: bold;
font-size: 1.5rem;
margin: 0.5rem;
}
header section address,
header section section.data {
margin: 0.5rem;
}
header nav {
order: 1;
position: relative;
margin: 1rem;
display: flex;
flex-wrap: wrap;
flex-direction: column;
display: none;
}
@media (min-width: 500px) {
header nav {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
header nav li.dot {
list-style-position: inside;
}
}
@media (min-width: 800px) {
header nav {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
}
header nav a {
color: black;
border: 1px black solid;
border-radius: 1rem;
margin: 0.5rem;
padding: 0.5rem;
}
@media (min-width: 500px) {
header nav {
flex-direction: row;
display: block;
}
}
details summary {
color: black;
border: 1px black solid;
border-radius: 1rem;
margin: 0.5rem;
padding: 0.5rem;
margin: 0.5rem auto;
background-color: lightgray;
width: 25%;
}
details section {
margin: 0.5rem auto;
}
details section a {
color: black;
border: 1px black solid;
border-radius: 1rem;
margin: 0.5rem;
padding: 0.5rem;
background-color: #872618;
color: white;
}
@media (min-width: 500px) {
details {
display: none;
}
}
section {
width: 100%;
padding: 1rem;
}
section h3 {
font-weight: bold;
margin: 0.5rem;
font-size: 1.25rem;
}
section p,
section dl {
margin-left: 1.5rem;
}
section ul {
margin-left: 2rem;
}
section ul {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
@media (min-width: 500px) {
section ul {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
section ul li.dot {
list-style-position: inside;
}
}
@media (min-width: 800px) {
section ul {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
}
section dt {
font-weight: bold;
margin-top: 1rem;
margin-bottom: 0.5rem;
}
section dd {
margin-left: 1rem;
margin-bottom: 1rem;
}
section dd ul {
flex-direction: column;
}
h2 {
text-align: center;
font-size: 1.25rem;
font-weight: bold;
}
.dot {
list-style-type: disc;
margin: 0.5rem;
}
.card h4 {
font-weight: bold;
display: block;
font-size: 1.15rem;
}
.card ul {
display: flex;
justify-content: space-between;
}
.card p {
margin-left: 2 0.5rem;
margin-top: 0.5rem;
}
.hideAnchor {
position: absolute;
left: 0px;
top: -200px;
} | css/index.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Set every element's box-sizing to border-box */
* {
box-sizing: border-box;
}
body {
margin: auto;
}
@media (max-width: 500px) {
body {
width: 100%;
}
}
@media (min-width: 800px) {
body {
width: 800px;
}
}
@media (min-width: 900px) {
body {
width: 900px;
}
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}
@font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 400;
src: local('Source Serif Pro'), local('SourceSerifPro-Regular'), url(https://fonts.gstatic.com/s/sourceserifpro/v6/neIQzD-0qpwxpaWvjeD0X88SAOeauXQ-pQ.ttf) format('truetype');
}
.flex-wrap {
display: flex;
flex-wrap: wrap;
}
.flex-horizontal-wrap {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
@media (min-width: 500px) {
.flex-horizontal-wrap {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.flex-horizontal-wrap li.dot {
list-style-position: inside;
}
}
@media (min-width: 800px) {
.flex-horizontal-wrap {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
}
.flex-horizontal {
display: flex;
justify-content: space-between;
}
.fakeButton {
color: black;
border: 1px black solid;
border-radius: 1rem;
margin: 0.5rem;
padding: 0.5rem;
}
header {
position: sticky;
top: 0px;
background-color: white;
width: 100%;
text-align: center;
border-bottom: 1px black solid;
margin-bottom: 0.5rem;
font-family: 'Source Serif Pro', serif;
margin-top: 0.5rem;
display: flex;
flex-direction: column;
justify-content: center;
}
header .toHome {
position: relative;
top: 0;
border: 1px black solid;
text-decoration: none;
color: black;
border-radius: 1em;
background-color: lightgray;
padding: 1rem;
width: 50%;
margin: auto;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
header .toHome:hover {
box-shadow: inset grey 4px 5px 4px;
border: 1px black inset;
}
@media (min-width: 800px) {
header .toHome {
position: absolute;
top: 1rem;
right: 1rem;
width: auto;
}
}
header section {
color: black;
padding: 0.5rem;
margin: auto;
}
header section h1 {
font-weight: bold;
font-size: 1.5rem;
margin: 0.5rem;
}
header section address,
header section section.data {
margin: 0.5rem;
}
header nav {
order: 1;
position: relative;
margin: 1rem;
display: flex;
flex-wrap: wrap;
flex-direction: column;
display: none;
}
@media (min-width: 500px) {
header nav {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
header nav li.dot {
list-style-position: inside;
}
}
@media (min-width: 800px) {
header nav {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
}
header nav a {
color: black;
border: 1px black solid;
border-radius: 1rem;
margin: 0.5rem;
padding: 0.5rem;
}
@media (min-width: 500px) {
header nav {
flex-direction: row;
display: block;
}
}
details summary {
color: black;
border: 1px black solid;
border-radius: 1rem;
margin: 0.5rem;
padding: 0.5rem;
margin: 0.5rem auto;
background-color: lightgray;
width: 25%;
}
details section {
margin: 0.5rem auto;
}
details section a {
color: black;
border: 1px black solid;
border-radius: 1rem;
margin: 0.5rem;
padding: 0.5rem;
background-color: #872618;
color: white;
}
@media (min-width: 500px) {
details {
display: none;
}
}
section {
width: 100%;
padding: 1rem;
}
section h3 {
font-weight: bold;
margin: 0.5rem;
font-size: 1.25rem;
}
section p,
section dl {
margin-left: 1.5rem;
}
section ul {
margin-left: 2rem;
}
section ul {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
@media (min-width: 500px) {
section ul {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
section ul li.dot {
list-style-position: inside;
}
}
@media (min-width: 800px) {
section ul {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
}
section dt {
font-weight: bold;
margin-top: 1rem;
margin-bottom: 0.5rem;
}
section dd {
margin-left: 1rem;
margin-bottom: 1rem;
}
section dd ul {
flex-direction: column;
}
h2 {
text-align: center;
font-size: 1.25rem;
font-weight: bold;
}
.dot {
list-style-type: disc;
margin: 0.5rem;
}
.card h4 {
font-weight: bold;
display: block;
font-size: 1.15rem;
}
.card ul {
display: flex;
justify-content: space-between;
}
.card p {
margin-left: 2 0.5rem;
margin-top: 0.5rem;
}
.hideAnchor {
position: absolute;
left: 0px;
top: -200px;
} | 0.496826 | 0.077518 |
.navul {
position: fixed;
left: 0;
top: 0;
width: 100%;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #5d5e60;
}
.navli {
float: left;
}
li a{
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.draggable {
display: inline;
}
/* Change the link color to #111 (black) on hover */
li a:hover{
background-color: #111;
}
label {
display: inline-block;
padding-left: 15px;
text-indent: -15px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.checkbox {
width: 13px;
height: 13px;
padding: 0;
margin:0;
vertical-align: bottom;
position: relative;
top: -2px;
*overflow: hidden;
margin-left: 14px;
}
#mainCheck{
width: 13px;
height: 13px;
padding: 0;
margin:0;
vertical-align: bottom;
position: relative;
top: -2px;
*overflow: hidden;
}
input{
margin-top:7px;
}
.button {
position:fixed;
right: 10px;
background-color: #7f8082;
border: none;
color: white;
padding: 7px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 4px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
#searchId{
position: fixed;
right: 150px;
}
.button:hover {
background-color: #111; /* Green */
color: white;
}
#info{
padding-top : 5px;
color: black;
border-radius: 5px;
background-color: white;
width:300px;
min-height:200px;
box-shadow: 5px 10px #888888;
text-align: left;
}
#info-not-found{
padding-top : 5px;
color: black;
border: 2x solid black;
border-radius: 5px;
background-color: white;
width:300px;
min-height:200px;
box-shadow: 5px 10px #888888;
text-align: left;
}
.hidden{
display:none;
}
@media only screen and (max-width: 1175px) {
.show-mobile {
display: block;
}
.hide-mobile {
display: none;
}
}
@media only screen and (min-width: 1176px) {
.show-mobile {
display: none;
}
.hide-mobile {
display: block;
}
} | contrib/hwloc-ps.www/assets/style.css |
.navul {
position: fixed;
left: 0;
top: 0;
width: 100%;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #5d5e60;
}
.navli {
float: left;
}
li a{
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.draggable {
display: inline;
}
/* Change the link color to #111 (black) on hover */
li a:hover{
background-color: #111;
}
label {
display: inline-block;
padding-left: 15px;
text-indent: -15px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.checkbox {
width: 13px;
height: 13px;
padding: 0;
margin:0;
vertical-align: bottom;
position: relative;
top: -2px;
*overflow: hidden;
margin-left: 14px;
}
#mainCheck{
width: 13px;
height: 13px;
padding: 0;
margin:0;
vertical-align: bottom;
position: relative;
top: -2px;
*overflow: hidden;
}
input{
margin-top:7px;
}
.button {
position:fixed;
right: 10px;
background-color: #7f8082;
border: none;
color: white;
padding: 7px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 4px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
#searchId{
position: fixed;
right: 150px;
}
.button:hover {
background-color: #111; /* Green */
color: white;
}
#info{
padding-top : 5px;
color: black;
border-radius: 5px;
background-color: white;
width:300px;
min-height:200px;
box-shadow: 5px 10px #888888;
text-align: left;
}
#info-not-found{
padding-top : 5px;
color: black;
border: 2x solid black;
border-radius: 5px;
background-color: white;
width:300px;
min-height:200px;
box-shadow: 5px 10px #888888;
text-align: left;
}
.hidden{
display:none;
}
@media only screen and (max-width: 1175px) {
.show-mobile {
display: block;
}
.hide-mobile {
display: none;
}
}
@media only screen and (min-width: 1176px) {
.show-mobile {
display: none;
}
.hide-mobile {
display: block;
}
} | 0.353986 | 0.086323 |
body
{
background:#333;
font-family:arial;
margin:0;
width:910px;
}
img
{
border:none;
}
.logo
{
display:block;
margin-left:20px;
}
.enust
{
margin-top:-5px;
height:20px;
background:#efefef;
width:140px;
padding:5px;
margin-left:260px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.enust a
{
display:block;
text-decoration:none;
font-size:13px;
margin-top:4px;
color:#212121;
float:left;
margin-right:10px;
font-weight:bold;
}
.enust a:hover
{
color:#990000;
}
.m1
{
display:absolute;
text-align:center;
list-style:none;
background:url(../images/buton_hover.png);
width:90px;
height:25px;
padding:5px;
margin-left:250px;
}
.m1:hover
{
background:url(../images/buton.png);
}
.m1 a
{
font-size:14px;
display:block;
margin-top:5px;
font-weight:bold;
color:#fff;
text-decoration:none;
text-shadow:1px 1px 1px #333;
}
.blok
{
margin-left:10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width:890px;
padding:10px;
}
.sol_blok
{
-moz-border-radius:5px;
-webkit-border-radius:5px;
float:left;
width:220px;
background:#fff;
padding:5px;
}
.sag_blok
{
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#fff;
width:640px;
float:right;
padding:5px;
margin-left:5px;
}
.navigasyon
{
float:left;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width:120px;
height:70px;
background:#789;
list-style:none;
margin:3px;
border:1px solid #567;
}
.navigasyon img
{
border:none;
padding-top:7px;
margin-left:42px;
}
.navigasyon p
{
text-decoration:none;
margin-top:5px;
text-align:center;
color:#fff;
font-size:14px;
width:120px;
}
.navigasyon:hover
{
background:#567;
border:1px solid #789;
}
.temizle
{
clear:both;
}
.cikis
{
margin-top:-30px;
display:absolute;
list-style:none;
float:right;
background-image:url(../images/cikis.png);
background-repeat:no-repeat;
width:60px;
height:20px;
padding:5px;
}
.cikis:hover
{
background-image:url(../images/cikis_2.png);
}
.cikis a
{
color:#efefef;
font-size:14px;
text-decoration:none;
background-image:url(../images/icon/logout.png);
background-repeat:o-repeat;
}
.cikis a:hover
{
color:#161616;
}
.form
{
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#fff;
width:640px;
float:right;
padding:5px;
margin-left:5px;
margin-top:10px;
}
.baslik
{
font-size:18px;
background:#678;
width:630px;
padding:3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-left:2px;
border:1px solid #567;
color:#fff;
margin-bottom:10px;
}
.baslik1
{
margin-top:3px;
font-size:15px;
background:#678;
padding:3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #567;
color:#fff;
margin-bottom:10px;
}
.form_baslik
{
list-style:none;
width:140px;
display:block;
float:left;
margin-left:30px;
padding-top:7px;
font-size:14px;
font-weight:bold;
color:#333;
}
.listele
{
margin-top:6px;
}
.f_1
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:100px;
}
.f_2
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:150px;
}
.f_3
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:200px;
}
.f_4
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:300px;
}
.f_5
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:300px;
height:60px;
}
.f_6
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:300px;
height:100px;
}
.f_7
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:80px;
}
.f_8
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:120px;
}
.f_9
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:180px;
}
.reset
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#567;
width:80px;
color:#fff;
font-weight:bold;
}
.reset:hover
{
background:#789;
}
.submit
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#789;
width:100px;
color:#fff;
font-weight:bold;
}
.submit:hover
{
background:#567;
}
.tablolar
{
height:20px;
margin-left:3px;
width:624px;
background:#efefef;
border:1px solid #ccc;
padding:5px;
font-weight:bold;
}
.tablolar li
{
margin-right:10px;
float:left;
list-style:none;
}
.no
{
width:60px;
}
.libas
{
width:485px;
float:left;
}
.listeleme
{
margin-top:7px;
height:20px;
margin-left:3px;
width:624px;
border-bottom:1px solid #ccc;
padding:5px;
font-size:15px;
}
.listeleme li
{
margin-right:10px;
float:left;
list-style:none;
}
.listeleme a
{
margin-right:5px;
}
.pagination
{
margin-left:2px;
}
.page
{
margin-top:15px;
margin-bottom:7px;
margin-right:3px;
float:left;
}
.page a
{
text-decoration:none;
-moz-border-radius:2px;
-webkit-border-radius:2px;
background:#efefef;
list-style:none;
padding:1px;
background:#ccc;
padding-left:7px;
padding-right:7px;
border:1px solid #999;
color:#212121;
}
.page a:hover
{
background:#212121;
color:#efefef;
}
.listeleme img
{
border:none;
}
.footer
{
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-top:10px;
background:#efefef;
margin-left:20px;
height:50px;
padding:5px;
font-size:15px;
}
.footer span
{
float:right;
color:#333;
margin-top:30px;
font-size:14px;
}
.yorums
{
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #ccc;
margin-bottom:5px;
background:#efefef;
padding:3px;
font-size:14px;
color:#567;
}
.yorums img
{
margin-right:5px;
border:none;
float:left;
}
.yorums p
{
margin:0;
color:#212121;
font-size:13px;
margin-bottom:5px;
} | template/carrental/css/style1.css | body
{
background:#333;
font-family:arial;
margin:0;
width:910px;
}
img
{
border:none;
}
.logo
{
display:block;
margin-left:20px;
}
.enust
{
margin-top:-5px;
height:20px;
background:#efefef;
width:140px;
padding:5px;
margin-left:260px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.enust a
{
display:block;
text-decoration:none;
font-size:13px;
margin-top:4px;
color:#212121;
float:left;
margin-right:10px;
font-weight:bold;
}
.enust a:hover
{
color:#990000;
}
.m1
{
display:absolute;
text-align:center;
list-style:none;
background:url(../images/buton_hover.png);
width:90px;
height:25px;
padding:5px;
margin-left:250px;
}
.m1:hover
{
background:url(../images/buton.png);
}
.m1 a
{
font-size:14px;
display:block;
margin-top:5px;
font-weight:bold;
color:#fff;
text-decoration:none;
text-shadow:1px 1px 1px #333;
}
.blok
{
margin-left:10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width:890px;
padding:10px;
}
.sol_blok
{
-moz-border-radius:5px;
-webkit-border-radius:5px;
float:left;
width:220px;
background:#fff;
padding:5px;
}
.sag_blok
{
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#fff;
width:640px;
float:right;
padding:5px;
margin-left:5px;
}
.navigasyon
{
float:left;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width:120px;
height:70px;
background:#789;
list-style:none;
margin:3px;
border:1px solid #567;
}
.navigasyon img
{
border:none;
padding-top:7px;
margin-left:42px;
}
.navigasyon p
{
text-decoration:none;
margin-top:5px;
text-align:center;
color:#fff;
font-size:14px;
width:120px;
}
.navigasyon:hover
{
background:#567;
border:1px solid #789;
}
.temizle
{
clear:both;
}
.cikis
{
margin-top:-30px;
display:absolute;
list-style:none;
float:right;
background-image:url(../images/cikis.png);
background-repeat:no-repeat;
width:60px;
height:20px;
padding:5px;
}
.cikis:hover
{
background-image:url(../images/cikis_2.png);
}
.cikis a
{
color:#efefef;
font-size:14px;
text-decoration:none;
background-image:url(../images/icon/logout.png);
background-repeat:o-repeat;
}
.cikis a:hover
{
color:#161616;
}
.form
{
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#fff;
width:640px;
float:right;
padding:5px;
margin-left:5px;
margin-top:10px;
}
.baslik
{
font-size:18px;
background:#678;
width:630px;
padding:3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-left:2px;
border:1px solid #567;
color:#fff;
margin-bottom:10px;
}
.baslik1
{
margin-top:3px;
font-size:15px;
background:#678;
padding:3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #567;
color:#fff;
margin-bottom:10px;
}
.form_baslik
{
list-style:none;
width:140px;
display:block;
float:left;
margin-left:30px;
padding-top:7px;
font-size:14px;
font-weight:bold;
color:#333;
}
.listele
{
margin-top:6px;
}
.f_1
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:100px;
}
.f_2
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:150px;
}
.f_3
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:200px;
}
.f_4
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:300px;
}
.f_5
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:300px;
height:60px;
}
.f_6
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:300px;
height:100px;
}
.f_7
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:80px;
}
.f_8
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:120px;
}
.f_9
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#efefef;
width:180px;
}
.reset
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#567;
width:80px;
color:#fff;
font-weight:bold;
}
.reset:hover
{
background:#789;
}
.submit
{
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
background:#789;
width:100px;
color:#fff;
font-weight:bold;
}
.submit:hover
{
background:#567;
}
.tablolar
{
height:20px;
margin-left:3px;
width:624px;
background:#efefef;
border:1px solid #ccc;
padding:5px;
font-weight:bold;
}
.tablolar li
{
margin-right:10px;
float:left;
list-style:none;
}
.no
{
width:60px;
}
.libas
{
width:485px;
float:left;
}
.listeleme
{
margin-top:7px;
height:20px;
margin-left:3px;
width:624px;
border-bottom:1px solid #ccc;
padding:5px;
font-size:15px;
}
.listeleme li
{
margin-right:10px;
float:left;
list-style:none;
}
.listeleme a
{
margin-right:5px;
}
.pagination
{
margin-left:2px;
}
.page
{
margin-top:15px;
margin-bottom:7px;
margin-right:3px;
float:left;
}
.page a
{
text-decoration:none;
-moz-border-radius:2px;
-webkit-border-radius:2px;
background:#efefef;
list-style:none;
padding:1px;
background:#ccc;
padding-left:7px;
padding-right:7px;
border:1px solid #999;
color:#212121;
}
.page a:hover
{
background:#212121;
color:#efefef;
}
.listeleme img
{
border:none;
}
.footer
{
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-top:10px;
background:#efefef;
margin-left:20px;
height:50px;
padding:5px;
font-size:15px;
}
.footer span
{
float:right;
color:#333;
margin-top:30px;
font-size:14px;
}
.yorums
{
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #ccc;
margin-bottom:5px;
background:#efefef;
padding:3px;
font-size:14px;
color:#567;
}
.yorums img
{
margin-right:5px;
border:none;
float:left;
}
.yorums p
{
margin:0;
color:#212121;
font-size:13px;
margin-bottom:5px;
} | 0.21684 | 0.058105 |
.b-not_found {
padding-bottom: 100px;
padding-top: 50px; }
.b-not_found .b-page_header {
border-bottom: 0;
padding-bottom: 0;
margin: 0;
margin-bottom: 10px;
position: relative;
overflow: hidden; }
.b-not_found .b-page_header::before {
content: "404";
top: 0;
width: 100%;
text-align: center;
left: 0;
position: absolute;
color: rgba(142, 142, 142, 0.15);
font-size: 400px;
line-height: 320px;
font-weight: 700; }
.b-not_found .b-page_header h1 {
margin: auto;
padding: 115px 0;
text-align: center;
text-transform: uppercase;
color: #17d0cf;
opacity: .8;
letter-spacing: 3px;
font-size: 75px;
font-weight: 700; }
.b-not_found h2 {
font-size: 36px;
letter-spacing: 1px;
line-height: 1.5;
color: #1B1919;
font-weight: bold; }
.b-not_found p {
line-height: 1.7;
color: #8E8E8E;
margin-bottom: 20px; }
.b-not_found .b-searchform {
max-width: 350px;
margin: auto;
position: relative; }
.b-not_found .b-searchform input {
width: 100%;
height: 40px;
position: relative;
padding-right: 105px;
border: 1px solid rgba(129, 129, 129, 0.25);
font-size: 14px;
line-height: 18px;
padding: 0 10px;
transition: border-color .5s;
box-shadow: none;
border-radius: 0; }
.b-not_found .b-searchform .btn {
cursor: pointer;
background-color: #1daaa3;
color: #fff;
position: absolute;
right: 0;
top: 0; }
.b-not_found .b-searchform .btn:hover {
opacity: 0.75; }
@media (max-width: 990px) {
.b-not_found .b-page_header::before {
font-size: 300px; }
.b-not_found h2 {
font-size: 28px; } }
@media (max-width: 767px) {
.b-not_found .b-page_header h1 {
font-size: 35px;
padding: 55px 0; }
.b-not_found .b-page_header::before {
font-size: 150px;
line-height: 150px; }
.b-not_found h2 {
font-size: 22px; }
.b-not_found .b-searchform {
max-width: 300px; } }
@media screen and (max-width: 1024px) {
.select-lang {
display: none;
}
.log-in {
margin-top: 12px;
}
.cart-search {
margin-left: 0;
margin-top: 5px;
}
.nav-menu {
padding-top: 12px;
}
.navbar-header {
width: 220px;
}
.counter-icon {
width: 50px;
margin-right: 5px;
}
.teacher-img-content .teacher-img {
position: absolute;
right: 0;
}
.teacher-img-content .teacher-img:after {
display: none;
}
.teacher-img-content .teacher-category {
position: absolute;
bottom: 76px;
right: 25px;
top: inherit;
}
.header-info li {
margin-left: 20px;
}
.header-info li:after {
display: none;
}
.nav-menu-4 .login-cart-lang li:before {
display: none;
}
.nav-menu-4 .login-cart-lang li {
margin: 0 5px;
}
.genius-btn {
padding: 0px 10px;
}
.latest-title {
overflow: hidden;
}
.course-page-section .course-type-list span {
padding: 10px 4px;
}
.slider-text .section-title h2 {
font-size: 58px;
}
#slider-item .secoud-title {
font-size: 50px;
}
#slider-item .search-course {
max-width: 610px;
}
}
@media screen and (max-width: 768px) {
.slider-text .section-title h2 {
font-size: 30px!important;
color: #fff;
font-weight: 100;
}
}
@media screen and (max-width: 991px) {
.pt150 {
padding-top: 80px;
}
.navbar-menu {
display: none;
}
.main-menu-container.menu-bg-overlay {
padding: 0;
}
.main-menu-container {
padding: 0;
}
.navbar-header {
left: 0;
right: 0;
top: 20px;
margin: 0 auto;
position: absolute;
}
.log-in {
top: 20px;
right: 100px;
position: absolute;
}
.cart-search {
top: 20px;
right: 15px;
position: absolute;
}
.counter-icon {
width: 40px;
border-right: none;
}
.home-secound-course-search .genius-btn {
width: inherit;
}
.about-us-text {
padding-bottom: 30px;
}
.header-top {
display: none;
}
.header-style-2 .mean-container a.meanmenu-reveal span {
background-color: #000;
}
.header-style-2 .main-menu {
padding-top: 0;
}
.header-style-2.main-menu-container.menu-bg-overlay {
padding-bottom: 0;
margin-top: 0;
}
.latest-title {
font-size: 16px;
}
.course-viewer li {
padding: 5px 5px;
}
.header_3 {
padding-top: 15px;
padding-bottom: 45px;
}
.header_3 .navbar-header {
position: inherit;
width: 100%;
margin-bottom: 10px;
text-align: center;
}
.header-info {
display: inherit;
margin-left: 0;
text-align: center;
}
.header_3 {display: none;}
.altranative-header {display: block;}
.counter-icon-number:before {
display: none;
}
.category-slide .owl-nav {
top: inherit;
left: inherit;
width: 100%;
text-align: center;
}
.category-slide .owl-nav .owl-next,
.category-slide .owl-nav .owl-prev {
float: none;
display: inline-block;
}
.course-page-section #tab2 {
display: none !important;
}
.course-page-section .product-tab {
display: none;
}
.leanth-course {
display: none;
}
.teacher-pic-content .teacher-hover-item {
top: 5px;
font-size: 13px;
}
.teacher-pic-content:hover .teacher-hover-item {
left: 5px;
}
#slider-item .owl-nav {
width: 100%;
}
.teacher-img-content .teacher-img {
width: 120px;
}
}
@media screen and (max-width: 767px) {
html {
overflow-x: hidden;
}
.slider-bg-1, .slider-bg-2, .slider-bg-3, .slider-bg-4, .slider-bg-5 {
height: 65vh;
}
.search-course-section {
padding: 45px 0px 40px 0px;
}
.popular-course-section {
padding-bottom: 40px;
}
.bg-mockup {
display: none;
}
.about-resigter-form {
margin: 0 auto;
border-radius: 4px;
background-color: #17d0cf;
margin-bottom: 20px;
}
.section-title h2 {
font-size: 40px;
}
.latest-area-content {
max-width: 400px;
margin: 0 auto;
margin-bottom: 30px;
}
.best-course-pic-text {
max-width: 270px;
margin: 0 auto;
margin-bottom: 10px;
}
.about-us-section {
padding: 65px 0px
}
.why-choose-us-section .jarallax {
padding: 75px 0px 50px 0px;
}
.latest-area-section {
padding: 60px 0px 35px 0px;
}
.best-course-area {
margin-bottom: 0px;
}
.best-course-section {
padding: 80px 0px 70px 0px;
}
.teacher-img-content {
max-width: 270px;
}
.course-teacher-section .jarallax {
padding: 60px 0px 70px 0px;
}
.category-icon-title {
max-width: 270px;
margin: 0 auto;
margin-bottom: 20px;
}
.best-product-section {
padding: 60px 0px 50px 0px;
}
.faq-section {
padding: 40px 0px 55px 0px;
}
.contact-area-section {
padding: 65px 0px 70px;
}
#google-map {
position: inherit;
top: inherit;
margin-top: 30px;
width: inherit;
}
.footer-menu {
margin-left: 0;
margin-right: 30px;
}
.subscribe-form {
margin-left: 0;
}
.copy-right-menu-item {
float: none !important;
}
.copy-right-menu-item li {
margin-left: 0;
margin-right: 10px;
}
.footer-social {
margin-bottom: 20px;
text-align: left !important;
}
.home-secound .about-resigter-form {
margin: 0 auto;
margin-bottom: 50px
}
.app-mock-up {
margin-bottom: 20px;
}
.secound-teacher-section .teacher-img-text {
max-width: 275px;
margin: 0 auto;
}
.contact_secound_section {
background-image: url(../img/banner/contact-b.jpg);
}
.secound-teacher-section {
padding: 60px 0px;
}
.contact_secound_section {
padding-top: 60px;
}
.contact_secound_form {
margin-left: 0;
}
.back-top {
margin-top: 20px;
}
.counter-icon-number {
margin-bottom: 20px;
}
.search-course-secound {
top: inherit;
position: inherit;
}
.category-slide .owl-nav {
top: -55px;
text-align: right;
}
.side-bar {
margin-top: 20px;
}
.course-page-section table {
min-width: 870px;
}
.teacher-pic-content .teacher-hover-item {
top: 35px;
font-size: 16px;
}
.teacher-pic-content:hover .teacher-hover-item {
left: 20px;
}
.teacher-details-img {
margin-bottom: 10px;
}
.teacher-address .address-details li {
width: 100%;
}
.first-widget {
margin-top: 20px !important;
}
.pt150 {
padding-top: 75px;
}
}
@media screen and (max-width: 480px) {
.color-switcher {
display: none;
}
.section-title.mb20.headline.text-left {
text-align: center !important;
}
.navbar-header {
width: 180px;
right: 80px;
}
.cart-search {
top: 16px;
right: 15px;
}
.mean-bar {
height: 65px;
}
.cart-search li {
border: none;
width: 20px;
}
.log-in {
right: 70px;
top: 15px;
}
.mean-container a.meanmenu-reveal {
top: 14px;
}
.owl-nav {
display: inline-block;
width: 100%;
text-align: center;
margin-top: 20px;
position: inherit;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
float: none;
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
}
.course-item-pic-text {
max-width: 370px;
}
.section-title h2 {
font-size: 36px;
}
.product-img-text {
max-width: 370px;
}
ul.product-tab li {
margin: 0px 5px 0px 0px;
}
.tab-button {
margin-bottom: 30px;
}
.mt60 {
margin-top: 25px;
}
.search-course .nws-button {
height: 40px;
line-height: 1.4;
width: 90px;
}
.search-course input{
font-size: 12px;
height: 40px;
padding: 0px 8px;
}
.subs-form .nws-button {
width: 130px;
}
.search-body {
width: 220px;
top: 35px;
}
.search-body .search-form .search-close {
height: 30px;
line-height: 30px;
}
.search-body .search-form .search-input {
height: 30px;
}
.search-body:after {
display: none;
}
.mb65 {
margin-bottom: 35px;
}
.latest-area-section {
padding-bottom: 0;
}
.sponsor-pic:after {
display: none;
}
.best-product-section {
padding: 45px 0px 45px 0px;
}
.home-secound-course-search .search-app .search-app-content h2 {
font-size: 30px;
}
.about-btn .genius-btn {
margin-right: 5px;
padding: 0px 5px;
}
.faq-secound-home-version ul.product-tab li {
margin-bottom: 20px;
}
.contact_secound_form .contact_form input {
width: 100%;
}
.footer_2 .copy-right-menu-item li {
margin-left: 0;
}
.header-style-2 .cart-search {
right: 30px
}
.extra-pic {
margin-bottom: 20px;
}
.header-style-2 .search-body {
top: 52px;
right: -10px;
}
.header-style-2 .search-form .search-close {
width: 35px;
}
.popular-three {
padding: 50px 0px 60px;
}
#menu-container .logo-area {
width: 180px;
margin-top: 3px;
}
.altranative-header {
padding: 15px 30px;
}
#menu-container .menu-list {
top: 66px;
}
.contact-form-area_3 {
padding: 65px 0px;
}
.breadcrumb-section {
padding-bottom: 250px;
}
.breadcrumb-section .breadcrumb-head {
font-size: 26px;
}
.breadcrumb-section .breadcrumb-item {
padding: 5px 5px;
font-weight: 400;
}
.grid-1,
.grid-2 {
width: 100%;
text-align: center;
}
.category-slide .owl-nav {
text-align: center;
}
.side-bar-widget .widget-title {
font-size: 26px;
}
.blog-title-content h3 {
font-size: 20px;
}
.blog-details-content h2 {
font-size: 25px;
}
.shorting-filter {
float: left !important;
margin-top: 15px;
}
.shorting-filter select.form-control{
width: 80%!important;
}
.footer-area-section {
padding: 50px 0px 0px 0px;
}
.course-page-section {
padding: 25px 0px 0px;
}
.course-single-text .course-title h3 {
font-size: 26px;
}
.course-details-category ul {
overflow: hidden;
}
.course-details-category li {
padding: 7px
}
.section-title-2 h2 {
font-size: 24px;
}
.affiliate-market-accordion .panel-title .ac-head span {
font-size: 35px;
}
.course-by {
bottom: 0;
left: 60px;
}
.teacher-pic-content {
max-width: 270px;
margin: 0 auto;
margin-bottom: 20px;
}
.teacher-page-section .couse-pagination {
margin-top: 10px;
margin-bottom: 30px;
}
.teacher-details-area .panel-group .panel-title .btn-link:after,
.teacher-details-area .panel-group .panel-title .btn-link:before {
display: none;
}
.panel-group .panel-title h3:before,
.panel-group .panel-title h3:after,
.panel-group .panel-body:before {
display: none;
}
.genius-shop-item .best-product-section .product-img-text{
margin-bottom: 20px;
}
.shop-product-section .margin-top {
margin-top: 0;
}
#slider-item .owl-nav {
display: none;
}
.slider-text .section-title h2 {
font-size: 40px;
}
.slider-text .section-title .subtitle {
font-size: 14px;
}
.slider-text .section-title .subtitle:before,
.slider-text .section-title .subtitle:after {
display: none;
}
#slider-item .genius-btn {
border: 2px solid #17d0cf;
width: 155px;
margin: 0 auto;
margin-top: 20px;
height: 40px;
line-height: 40px;
}
#slider-item .secoud-title {
font-size: 35px;
}
.slider-text {
padding: 0px 20px;
}
#slider-item .third-slide {
font-size: 30px;
}
.coming-countdown li {
width: 75px;
margin-right: 5px;
margin-bottom: 8px;
}
.coming-countdown .number {
font-size: 16px;
}
.coming-countdown span {
font-size: 12px;
}
.best-product-section.home_2 {
padding: 20px 0px 45px;
}
.testimonial_2_section {
padding-top: 50px;
}
.sponsor-section {
padding: 30px 0px 50px 0px;
}
.course-category-section {
padding: 70px 0px 60px;
}
.about-page-section {
padding-bottom: 10px;
}
.shop-product-section {
padding: 60px 0px 20px;
}
.btn {
white-space: normal;
}
.teacher-page-section {
padding-bottom: 0;
}
.course-page-section .shorting-filter select {
margin-bottom: 10px;
}
.teacher-img-content .teacher-img {
right: 55px;
}
.teacher-img-content .teacher-category {
bottom: 145px;
right: 75px;
}
.teacher-img-content {
margin-left: 35px;
}
.product-img img {
margin: auto;
}
}
@media screen and (max-width: 420px) {
.widget-title {
margin-bottom: 30px;
}
.footer-about-text {
margin-bottom: 0;
}
.widget-title:after {
bottom: -10px;
}
.footer-social .widget-title, .subscribe-form .widget-title {
margin-bottom: 35px;
}
.footer-menu {
margin-bottom: 10px;
}
.footer-social {
margin-top: 10px;
}
}
@media screen and (max-width: 375px) {
.shorting-filter {
margin-top: 0;
}
.shorting-filter span {
display: none;
}
.navbar-header {
width: 140px;
}
.affiliate-market-accordion .panel-group .panel {
padding: 20px 5px
}
.affiliate-market-accordion .panel-group .panel-title .btn-link:before,
.affiliate-market-accordion .panel-group .panel-title .btn-link:after {
right: 0;
}
.affiliate-market-accordion .panel-group .panel-body {
padding: 20px;
}
.app-stor {
margin-top: 15px;
}
.section-title .subtitle {
letter-spacing: 2px;
}
.panel-group .panel-title .btn-link:before,
.panel-group .btn-link.collapsed:after {
display: none;
}
.teacher-desc-social li {
margin-bottom: 10px;
}
.about-faq.faq-secound-home-version .tab-container {
margin-left: 0;
}
.contact-page-section .social-contact .category-icon-title {
float: none;
}
.contact-page-section .social-contact .category-icon-title:before {
display: none;
}
.best-course-section {
padding: 60px 0px 35px 0px;
}
.course-details-category span {
float: none;
}
.payment-info label {
width: 100%;
}
.payment-info input,
.payment-info .register-form-area select,
.register-form-area .payment-info select,
.payment-info .register-form-area textarea,
.register-form-area .payment-info textarea {
width: 100%;
margin-bottom: 10px;
}
.payment-method {
padding: 15px;
}
.save-credit {
width: 100%;
}
}
@media screen and (max-width: 360px) {
.cart-search li {
width: 15px;
margin-left: 5px;
}
.log-in {
right: 50px;
}
.mean-container a.meanmenu-reveal {
top: 30px;
padding: 0;
}
.section-title .subtitle {
letter-spacing: 3px;
}
.section-title h2 {
font-size: 30px;
}
.about-btn {
text-align: center;
margin-bottom: 10px;
}
.section-title-2 h2 {
font-size: 32px;
}
ul.product-tab li {
margin: 0px 5px 15px 0px;
}
.address-details li {
font-size: 14px;
}
#menu-container .logo-area {
width: 150px;
}
.cart-btn li {
font-size: 15px;
margin: 0 5px;
}
.teacher-img-content .teacher-img {
right: 30px;
}
.teacher-img-content .teacher-category {
bottom: 150px;
right: 55px;
}
} | public/assets/css/responsive.css | .b-not_found {
padding-bottom: 100px;
padding-top: 50px; }
.b-not_found .b-page_header {
border-bottom: 0;
padding-bottom: 0;
margin: 0;
margin-bottom: 10px;
position: relative;
overflow: hidden; }
.b-not_found .b-page_header::before {
content: "404";
top: 0;
width: 100%;
text-align: center;
left: 0;
position: absolute;
color: rgba(142, 142, 142, 0.15);
font-size: 400px;
line-height: 320px;
font-weight: 700; }
.b-not_found .b-page_header h1 {
margin: auto;
padding: 115px 0;
text-align: center;
text-transform: uppercase;
color: #17d0cf;
opacity: .8;
letter-spacing: 3px;
font-size: 75px;
font-weight: 700; }
.b-not_found h2 {
font-size: 36px;
letter-spacing: 1px;
line-height: 1.5;
color: #1B1919;
font-weight: bold; }
.b-not_found p {
line-height: 1.7;
color: #8E8E8E;
margin-bottom: 20px; }
.b-not_found .b-searchform {
max-width: 350px;
margin: auto;
position: relative; }
.b-not_found .b-searchform input {
width: 100%;
height: 40px;
position: relative;
padding-right: 105px;
border: 1px solid rgba(129, 129, 129, 0.25);
font-size: 14px;
line-height: 18px;
padding: 0 10px;
transition: border-color .5s;
box-shadow: none;
border-radius: 0; }
.b-not_found .b-searchform .btn {
cursor: pointer;
background-color: #1daaa3;
color: #fff;
position: absolute;
right: 0;
top: 0; }
.b-not_found .b-searchform .btn:hover {
opacity: 0.75; }
@media (max-width: 990px) {
.b-not_found .b-page_header::before {
font-size: 300px; }
.b-not_found h2 {
font-size: 28px; } }
@media (max-width: 767px) {
.b-not_found .b-page_header h1 {
font-size: 35px;
padding: 55px 0; }
.b-not_found .b-page_header::before {
font-size: 150px;
line-height: 150px; }
.b-not_found h2 {
font-size: 22px; }
.b-not_found .b-searchform {
max-width: 300px; } }
@media screen and (max-width: 1024px) {
.select-lang {
display: none;
}
.log-in {
margin-top: 12px;
}
.cart-search {
margin-left: 0;
margin-top: 5px;
}
.nav-menu {
padding-top: 12px;
}
.navbar-header {
width: 220px;
}
.counter-icon {
width: 50px;
margin-right: 5px;
}
.teacher-img-content .teacher-img {
position: absolute;
right: 0;
}
.teacher-img-content .teacher-img:after {
display: none;
}
.teacher-img-content .teacher-category {
position: absolute;
bottom: 76px;
right: 25px;
top: inherit;
}
.header-info li {
margin-left: 20px;
}
.header-info li:after {
display: none;
}
.nav-menu-4 .login-cart-lang li:before {
display: none;
}
.nav-menu-4 .login-cart-lang li {
margin: 0 5px;
}
.genius-btn {
padding: 0px 10px;
}
.latest-title {
overflow: hidden;
}
.course-page-section .course-type-list span {
padding: 10px 4px;
}
.slider-text .section-title h2 {
font-size: 58px;
}
#slider-item .secoud-title {
font-size: 50px;
}
#slider-item .search-course {
max-width: 610px;
}
}
@media screen and (max-width: 768px) {
.slider-text .section-title h2 {
font-size: 30px!important;
color: #fff;
font-weight: 100;
}
}
@media screen and (max-width: 991px) {
.pt150 {
padding-top: 80px;
}
.navbar-menu {
display: none;
}
.main-menu-container.menu-bg-overlay {
padding: 0;
}
.main-menu-container {
padding: 0;
}
.navbar-header {
left: 0;
right: 0;
top: 20px;
margin: 0 auto;
position: absolute;
}
.log-in {
top: 20px;
right: 100px;
position: absolute;
}
.cart-search {
top: 20px;
right: 15px;
position: absolute;
}
.counter-icon {
width: 40px;
border-right: none;
}
.home-secound-course-search .genius-btn {
width: inherit;
}
.about-us-text {
padding-bottom: 30px;
}
.header-top {
display: none;
}
.header-style-2 .mean-container a.meanmenu-reveal span {
background-color: #000;
}
.header-style-2 .main-menu {
padding-top: 0;
}
.header-style-2.main-menu-container.menu-bg-overlay {
padding-bottom: 0;
margin-top: 0;
}
.latest-title {
font-size: 16px;
}
.course-viewer li {
padding: 5px 5px;
}
.header_3 {
padding-top: 15px;
padding-bottom: 45px;
}
.header_3 .navbar-header {
position: inherit;
width: 100%;
margin-bottom: 10px;
text-align: center;
}
.header-info {
display: inherit;
margin-left: 0;
text-align: center;
}
.header_3 {display: none;}
.altranative-header {display: block;}
.counter-icon-number:before {
display: none;
}
.category-slide .owl-nav {
top: inherit;
left: inherit;
width: 100%;
text-align: center;
}
.category-slide .owl-nav .owl-next,
.category-slide .owl-nav .owl-prev {
float: none;
display: inline-block;
}
.course-page-section #tab2 {
display: none !important;
}
.course-page-section .product-tab {
display: none;
}
.leanth-course {
display: none;
}
.teacher-pic-content .teacher-hover-item {
top: 5px;
font-size: 13px;
}
.teacher-pic-content:hover .teacher-hover-item {
left: 5px;
}
#slider-item .owl-nav {
width: 100%;
}
.teacher-img-content .teacher-img {
width: 120px;
}
}
@media screen and (max-width: 767px) {
html {
overflow-x: hidden;
}
.slider-bg-1, .slider-bg-2, .slider-bg-3, .slider-bg-4, .slider-bg-5 {
height: 65vh;
}
.search-course-section {
padding: 45px 0px 40px 0px;
}
.popular-course-section {
padding-bottom: 40px;
}
.bg-mockup {
display: none;
}
.about-resigter-form {
margin: 0 auto;
border-radius: 4px;
background-color: #17d0cf;
margin-bottom: 20px;
}
.section-title h2 {
font-size: 40px;
}
.latest-area-content {
max-width: 400px;
margin: 0 auto;
margin-bottom: 30px;
}
.best-course-pic-text {
max-width: 270px;
margin: 0 auto;
margin-bottom: 10px;
}
.about-us-section {
padding: 65px 0px
}
.why-choose-us-section .jarallax {
padding: 75px 0px 50px 0px;
}
.latest-area-section {
padding: 60px 0px 35px 0px;
}
.best-course-area {
margin-bottom: 0px;
}
.best-course-section {
padding: 80px 0px 70px 0px;
}
.teacher-img-content {
max-width: 270px;
}
.course-teacher-section .jarallax {
padding: 60px 0px 70px 0px;
}
.category-icon-title {
max-width: 270px;
margin: 0 auto;
margin-bottom: 20px;
}
.best-product-section {
padding: 60px 0px 50px 0px;
}
.faq-section {
padding: 40px 0px 55px 0px;
}
.contact-area-section {
padding: 65px 0px 70px;
}
#google-map {
position: inherit;
top: inherit;
margin-top: 30px;
width: inherit;
}
.footer-menu {
margin-left: 0;
margin-right: 30px;
}
.subscribe-form {
margin-left: 0;
}
.copy-right-menu-item {
float: none !important;
}
.copy-right-menu-item li {
margin-left: 0;
margin-right: 10px;
}
.footer-social {
margin-bottom: 20px;
text-align: left !important;
}
.home-secound .about-resigter-form {
margin: 0 auto;
margin-bottom: 50px
}
.app-mock-up {
margin-bottom: 20px;
}
.secound-teacher-section .teacher-img-text {
max-width: 275px;
margin: 0 auto;
}
.contact_secound_section {
background-image: url(../img/banner/contact-b.jpg);
}
.secound-teacher-section {
padding: 60px 0px;
}
.contact_secound_section {
padding-top: 60px;
}
.contact_secound_form {
margin-left: 0;
}
.back-top {
margin-top: 20px;
}
.counter-icon-number {
margin-bottom: 20px;
}
.search-course-secound {
top: inherit;
position: inherit;
}
.category-slide .owl-nav {
top: -55px;
text-align: right;
}
.side-bar {
margin-top: 20px;
}
.course-page-section table {
min-width: 870px;
}
.teacher-pic-content .teacher-hover-item {
top: 35px;
font-size: 16px;
}
.teacher-pic-content:hover .teacher-hover-item {
left: 20px;
}
.teacher-details-img {
margin-bottom: 10px;
}
.teacher-address .address-details li {
width: 100%;
}
.first-widget {
margin-top: 20px !important;
}
.pt150 {
padding-top: 75px;
}
}
@media screen and (max-width: 480px) {
.color-switcher {
display: none;
}
.section-title.mb20.headline.text-left {
text-align: center !important;
}
.navbar-header {
width: 180px;
right: 80px;
}
.cart-search {
top: 16px;
right: 15px;
}
.mean-bar {
height: 65px;
}
.cart-search li {
border: none;
width: 20px;
}
.log-in {
right: 70px;
top: 15px;
}
.mean-container a.meanmenu-reveal {
top: 14px;
}
.owl-nav {
display: inline-block;
width: 100%;
text-align: center;
margin-top: 20px;
position: inherit;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
float: none;
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
}
.course-item-pic-text {
max-width: 370px;
}
.section-title h2 {
font-size: 36px;
}
.product-img-text {
max-width: 370px;
}
ul.product-tab li {
margin: 0px 5px 0px 0px;
}
.tab-button {
margin-bottom: 30px;
}
.mt60 {
margin-top: 25px;
}
.search-course .nws-button {
height: 40px;
line-height: 1.4;
width: 90px;
}
.search-course input{
font-size: 12px;
height: 40px;
padding: 0px 8px;
}
.subs-form .nws-button {
width: 130px;
}
.search-body {
width: 220px;
top: 35px;
}
.search-body .search-form .search-close {
height: 30px;
line-height: 30px;
}
.search-body .search-form .search-input {
height: 30px;
}
.search-body:after {
display: none;
}
.mb65 {
margin-bottom: 35px;
}
.latest-area-section {
padding-bottom: 0;
}
.sponsor-pic:after {
display: none;
}
.best-product-section {
padding: 45px 0px 45px 0px;
}
.home-secound-course-search .search-app .search-app-content h2 {
font-size: 30px;
}
.about-btn .genius-btn {
margin-right: 5px;
padding: 0px 5px;
}
.faq-secound-home-version ul.product-tab li {
margin-bottom: 20px;
}
.contact_secound_form .contact_form input {
width: 100%;
}
.footer_2 .copy-right-menu-item li {
margin-left: 0;
}
.header-style-2 .cart-search {
right: 30px
}
.extra-pic {
margin-bottom: 20px;
}
.header-style-2 .search-body {
top: 52px;
right: -10px;
}
.header-style-2 .search-form .search-close {
width: 35px;
}
.popular-three {
padding: 50px 0px 60px;
}
#menu-container .logo-area {
width: 180px;
margin-top: 3px;
}
.altranative-header {
padding: 15px 30px;
}
#menu-container .menu-list {
top: 66px;
}
.contact-form-area_3 {
padding: 65px 0px;
}
.breadcrumb-section {
padding-bottom: 250px;
}
.breadcrumb-section .breadcrumb-head {
font-size: 26px;
}
.breadcrumb-section .breadcrumb-item {
padding: 5px 5px;
font-weight: 400;
}
.grid-1,
.grid-2 {
width: 100%;
text-align: center;
}
.category-slide .owl-nav {
text-align: center;
}
.side-bar-widget .widget-title {
font-size: 26px;
}
.blog-title-content h3 {
font-size: 20px;
}
.blog-details-content h2 {
font-size: 25px;
}
.shorting-filter {
float: left !important;
margin-top: 15px;
}
.shorting-filter select.form-control{
width: 80%!important;
}
.footer-area-section {
padding: 50px 0px 0px 0px;
}
.course-page-section {
padding: 25px 0px 0px;
}
.course-single-text .course-title h3 {
font-size: 26px;
}
.course-details-category ul {
overflow: hidden;
}
.course-details-category li {
padding: 7px
}
.section-title-2 h2 {
font-size: 24px;
}
.affiliate-market-accordion .panel-title .ac-head span {
font-size: 35px;
}
.course-by {
bottom: 0;
left: 60px;
}
.teacher-pic-content {
max-width: 270px;
margin: 0 auto;
margin-bottom: 20px;
}
.teacher-page-section .couse-pagination {
margin-top: 10px;
margin-bottom: 30px;
}
.teacher-details-area .panel-group .panel-title .btn-link:after,
.teacher-details-area .panel-group .panel-title .btn-link:before {
display: none;
}
.panel-group .panel-title h3:before,
.panel-group .panel-title h3:after,
.panel-group .panel-body:before {
display: none;
}
.genius-shop-item .best-product-section .product-img-text{
margin-bottom: 20px;
}
.shop-product-section .margin-top {
margin-top: 0;
}
#slider-item .owl-nav {
display: none;
}
.slider-text .section-title h2 {
font-size: 40px;
}
.slider-text .section-title .subtitle {
font-size: 14px;
}
.slider-text .section-title .subtitle:before,
.slider-text .section-title .subtitle:after {
display: none;
}
#slider-item .genius-btn {
border: 2px solid #17d0cf;
width: 155px;
margin: 0 auto;
margin-top: 20px;
height: 40px;
line-height: 40px;
}
#slider-item .secoud-title {
font-size: 35px;
}
.slider-text {
padding: 0px 20px;
}
#slider-item .third-slide {
font-size: 30px;
}
.coming-countdown li {
width: 75px;
margin-right: 5px;
margin-bottom: 8px;
}
.coming-countdown .number {
font-size: 16px;
}
.coming-countdown span {
font-size: 12px;
}
.best-product-section.home_2 {
padding: 20px 0px 45px;
}
.testimonial_2_section {
padding-top: 50px;
}
.sponsor-section {
padding: 30px 0px 50px 0px;
}
.course-category-section {
padding: 70px 0px 60px;
}
.about-page-section {
padding-bottom: 10px;
}
.shop-product-section {
padding: 60px 0px 20px;
}
.btn {
white-space: normal;
}
.teacher-page-section {
padding-bottom: 0;
}
.course-page-section .shorting-filter select {
margin-bottom: 10px;
}
.teacher-img-content .teacher-img {
right: 55px;
}
.teacher-img-content .teacher-category {
bottom: 145px;
right: 75px;
}
.teacher-img-content {
margin-left: 35px;
}
.product-img img {
margin: auto;
}
}
@media screen and (max-width: 420px) {
.widget-title {
margin-bottom: 30px;
}
.footer-about-text {
margin-bottom: 0;
}
.widget-title:after {
bottom: -10px;
}
.footer-social .widget-title, .subscribe-form .widget-title {
margin-bottom: 35px;
}
.footer-menu {
margin-bottom: 10px;
}
.footer-social {
margin-top: 10px;
}
}
@media screen and (max-width: 375px) {
.shorting-filter {
margin-top: 0;
}
.shorting-filter span {
display: none;
}
.navbar-header {
width: 140px;
}
.affiliate-market-accordion .panel-group .panel {
padding: 20px 5px
}
.affiliate-market-accordion .panel-group .panel-title .btn-link:before,
.affiliate-market-accordion .panel-group .panel-title .btn-link:after {
right: 0;
}
.affiliate-market-accordion .panel-group .panel-body {
padding: 20px;
}
.app-stor {
margin-top: 15px;
}
.section-title .subtitle {
letter-spacing: 2px;
}
.panel-group .panel-title .btn-link:before,
.panel-group .btn-link.collapsed:after {
display: none;
}
.teacher-desc-social li {
margin-bottom: 10px;
}
.about-faq.faq-secound-home-version .tab-container {
margin-left: 0;
}
.contact-page-section .social-contact .category-icon-title {
float: none;
}
.contact-page-section .social-contact .category-icon-title:before {
display: none;
}
.best-course-section {
padding: 60px 0px 35px 0px;
}
.course-details-category span {
float: none;
}
.payment-info label {
width: 100%;
}
.payment-info input,
.payment-info .register-form-area select,
.register-form-area .payment-info select,
.payment-info .register-form-area textarea,
.register-form-area .payment-info textarea {
width: 100%;
margin-bottom: 10px;
}
.payment-method {
padding: 15px;
}
.save-credit {
width: 100%;
}
}
@media screen and (max-width: 360px) {
.cart-search li {
width: 15px;
margin-left: 5px;
}
.log-in {
right: 50px;
}
.mean-container a.meanmenu-reveal {
top: 30px;
padding: 0;
}
.section-title .subtitle {
letter-spacing: 3px;
}
.section-title h2 {
font-size: 30px;
}
.about-btn {
text-align: center;
margin-bottom: 10px;
}
.section-title-2 h2 {
font-size: 32px;
}
ul.product-tab li {
margin: 0px 5px 15px 0px;
}
.address-details li {
font-size: 14px;
}
#menu-container .logo-area {
width: 150px;
}
.cart-btn li {
font-size: 15px;
margin: 0 5px;
}
.teacher-img-content .teacher-img {
right: 30px;
}
.teacher-img-content .teacher-category {
bottom: 150px;
right: 55px;
}
} | 0.453262 | 0.102125 |
* Internal self contained modules, save in directory module/.
*/
/*!
* Stylesheet for design kmom01.
*
* This stylesheet is for the design course and kmom01. Fill it with style
* to style up the website so it is useable.
*/
.row::after {
content: "";
clear: both;
display: block;
}
/**
* Style for the stylechooser.
*/
/**
* Variables
*/
/**
* Style
*/
/**
* Base style to affect HTML elements on a general scale.
*/
/**
* Base style to affect HTML elements on a general scale.
*/
html {
background-color: #D7E0F1;
}
body {
color: #333;
background-color: #fff;
font-family: 'Abel', sans-serif;
}
rm-default a {
display: block;
text-decoration: none;
white-space: nowrap;
padding: 1em;
outline: 0;
}
* {
box-sizing: border-box;
}
h1 {
font-size: 2em;
font-family: 'Abel', sans-serif;
}
h4 {
font-size: 1.5em;
font-weight: bold;
text-decoration: underline;
font-family: 'Abel', sans-serif;
}
p {
overflow: hidden;
font-family: 'Abel', sans-serif;
}
li {
list-style: none;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
color: #803550;
text-decoration: none;
}
/**
* Layout style for general structure of header, navbar, main, footer
* and other regions of the page including route specific styles.
*/
/**
* Layout style for general structure of header, navbar, main, footer
* and other regions of the page including route specific styles.
*/
/**
* Variables
*/
/**
* General layout
*/
.inner-wrap {
max-width: 1100px;
margin: 0 auto;
}
a {
color: #000;
text-decoration: none;
margin: 2px;
}
a:hover {
font-weight: bold;
text-decoration: none;
color: #6085c9;
text-decoration: underline;
}
.region-header-col-1 {
display: inline;
float: left;
width: 15%;
text-shadow: 1px 1px #808080;
}
.inner-wrap-flash {
text-align: center;
}
.site-logo {
display: none;
}
.site-logo-text a {
color: #333;
text-decoration: none;
font-size: 40px;
}
.rm-navbar {
text-decoration: none;
font-size: 27px;
}
.rm-navbar li {
float: left;
margin-left: 1em;
}
.rm-navbar li a:hover {
color: #6085c9;
text-decoration: underline;
text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.article {
text-align: justify;
height: 0 auto;
overflow: auto;
}
.figure.left {
float: left;
}
.region-breadcrumb {
margin-left: 9em;
}
.section-header {
text-decoration: underline;
font-size: 20px;
}
.region-main {
overflow: auto;
}
.block {
margin-left: 2em;
}
.previous {
margin-left: 2em;
}
.previous a {
display: inline;
color: #000;
text-align: left;
text-decoration: none;
}
.previous a:hover {
color: #6085c9;
text-decoration: underline;
}
.next {
float: right;
overflow: auto;
margin-right: 3em;
}
.next a {
color: #000;
text-align: right;
text-decoration: none;
}
.next a:hover {
color: #6085c9;
text-decoration: underline;
}
.inner-wrap-footer {
background-color: #263550;
width: 100%;
margin: 0;
padding-left: 2em;
clear: both;
}
.outer-wrap-footer {
background-color: #263550;
width: 100%;
padding-bottom: 0;
min-height: 15em;
}
.footer-column {
display: inline;
float: left;
width: 32.29166667%;
margin-left: 0.52083333%;
margin-right: 0.52083333%;
color: #D3D3D3;
}
.byline-text {
overflow: auto;
min-width: 30em;
}
.byline {
text-align: left;
font-style: italic;
overflow: auto;
border: 1px solid #808080;
padding: 1em;
margin-right: 3em;
}
.byline img {
border: 1px solid #808080;
float: left;
overflow: auto;
margin-right: 2em;
}
/**
* Layout for responsive style through media queries.
*/
@media screen and (max-width: 1500px) {
.site-logo {
display: none;
}
}
/**
* Navbar
*/
@media screen and (max-width: 960px) {
.rm-desktop a {
padding-left: 3px;
padding-right: 3px;
}
}
@media screen and (max-width: 800px) {
.region-header-col-1,
.region-header-col-3 {
width: 10%;
}
}
@media screen and (max-width: 800px) {
.region-header-col-2 {
width: 80%;
}
}
@media screen and (max-width: 700px) {
.rm-desktop {
display: none;
}
}
/**
* Show off the regions used in the website, to ease styling.
*/
.regions .outer-wrap {
background-color: #f4e3c9;
border: 1px solid #e3b774;
}
.regions .inner-wrap {
background-color: #f4e0e9;
border: 1px solid #d995b4;
}
.regions .region-header-col-1,
.regions .region-header-col-2,
.regions .region-header-col-3,
.regions .region-flash,
.regions .region-breadcrumb,
.regions .region-flash-message,
.regions .region-columns-above,
.regions .region-main,
.regions .region-after-main,
.regions .region-columns-below,
.regions .region-sidebar-left,
.regions .region-sidebar-right,
.regions .region-footer,
.regions .region-footer-column-1,
.regions .region-footer-column-2,
.regions .region-footer-column-3 {
background-color: #b5dce1;
border: 1px solid #6cbac4;
color: #111;
}
/**
* My own settings, not currently in their own module.
*/
@font-face {
font-family: 'Abel';
font-style: normal;
font-weight: 400;
src: local('Abel Regular'), local('Abel-Regular'), url(https://fonts.gstatic.com/s/abel/v8/MwQ5bhbm2POE2V9BOA.ttf) format('truetype');
} | theme/htdocs/css/kmom01_v2.css | * Internal self contained modules, save in directory module/.
*/
/*!
* Stylesheet for design kmom01.
*
* This stylesheet is for the design course and kmom01. Fill it with style
* to style up the website so it is useable.
*/
.row::after {
content: "";
clear: both;
display: block;
}
/**
* Style for the stylechooser.
*/
/**
* Variables
*/
/**
* Style
*/
/**
* Base style to affect HTML elements on a general scale.
*/
/**
* Base style to affect HTML elements on a general scale.
*/
html {
background-color: #D7E0F1;
}
body {
color: #333;
background-color: #fff;
font-family: 'Abel', sans-serif;
}
rm-default a {
display: block;
text-decoration: none;
white-space: nowrap;
padding: 1em;
outline: 0;
}
* {
box-sizing: border-box;
}
h1 {
font-size: 2em;
font-family: 'Abel', sans-serif;
}
h4 {
font-size: 1.5em;
font-weight: bold;
text-decoration: underline;
font-family: 'Abel', sans-serif;
}
p {
overflow: hidden;
font-family: 'Abel', sans-serif;
}
li {
list-style: none;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
color: #803550;
text-decoration: none;
}
/**
* Layout style for general structure of header, navbar, main, footer
* and other regions of the page including route specific styles.
*/
/**
* Layout style for general structure of header, navbar, main, footer
* and other regions of the page including route specific styles.
*/
/**
* Variables
*/
/**
* General layout
*/
.inner-wrap {
max-width: 1100px;
margin: 0 auto;
}
a {
color: #000;
text-decoration: none;
margin: 2px;
}
a:hover {
font-weight: bold;
text-decoration: none;
color: #6085c9;
text-decoration: underline;
}
.region-header-col-1 {
display: inline;
float: left;
width: 15%;
text-shadow: 1px 1px #808080;
}
.inner-wrap-flash {
text-align: center;
}
.site-logo {
display: none;
}
.site-logo-text a {
color: #333;
text-decoration: none;
font-size: 40px;
}
.rm-navbar {
text-decoration: none;
font-size: 27px;
}
.rm-navbar li {
float: left;
margin-left: 1em;
}
.rm-navbar li a:hover {
color: #6085c9;
text-decoration: underline;
text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.article {
text-align: justify;
height: 0 auto;
overflow: auto;
}
.figure.left {
float: left;
}
.region-breadcrumb {
margin-left: 9em;
}
.section-header {
text-decoration: underline;
font-size: 20px;
}
.region-main {
overflow: auto;
}
.block {
margin-left: 2em;
}
.previous {
margin-left: 2em;
}
.previous a {
display: inline;
color: #000;
text-align: left;
text-decoration: none;
}
.previous a:hover {
color: #6085c9;
text-decoration: underline;
}
.next {
float: right;
overflow: auto;
margin-right: 3em;
}
.next a {
color: #000;
text-align: right;
text-decoration: none;
}
.next a:hover {
color: #6085c9;
text-decoration: underline;
}
.inner-wrap-footer {
background-color: #263550;
width: 100%;
margin: 0;
padding-left: 2em;
clear: both;
}
.outer-wrap-footer {
background-color: #263550;
width: 100%;
padding-bottom: 0;
min-height: 15em;
}
.footer-column {
display: inline;
float: left;
width: 32.29166667%;
margin-left: 0.52083333%;
margin-right: 0.52083333%;
color: #D3D3D3;
}
.byline-text {
overflow: auto;
min-width: 30em;
}
.byline {
text-align: left;
font-style: italic;
overflow: auto;
border: 1px solid #808080;
padding: 1em;
margin-right: 3em;
}
.byline img {
border: 1px solid #808080;
float: left;
overflow: auto;
margin-right: 2em;
}
/**
* Layout for responsive style through media queries.
*/
@media screen and (max-width: 1500px) {
.site-logo {
display: none;
}
}
/**
* Navbar
*/
@media screen and (max-width: 960px) {
.rm-desktop a {
padding-left: 3px;
padding-right: 3px;
}
}
@media screen and (max-width: 800px) {
.region-header-col-1,
.region-header-col-3 {
width: 10%;
}
}
@media screen and (max-width: 800px) {
.region-header-col-2 {
width: 80%;
}
}
@media screen and (max-width: 700px) {
.rm-desktop {
display: none;
}
}
/**
* Show off the regions used in the website, to ease styling.
*/
.regions .outer-wrap {
background-color: #f4e3c9;
border: 1px solid #e3b774;
}
.regions .inner-wrap {
background-color: #f4e0e9;
border: 1px solid #d995b4;
}
.regions .region-header-col-1,
.regions .region-header-col-2,
.regions .region-header-col-3,
.regions .region-flash,
.regions .region-breadcrumb,
.regions .region-flash-message,
.regions .region-columns-above,
.regions .region-main,
.regions .region-after-main,
.regions .region-columns-below,
.regions .region-sidebar-left,
.regions .region-sidebar-right,
.regions .region-footer,
.regions .region-footer-column-1,
.regions .region-footer-column-2,
.regions .region-footer-column-3 {
background-color: #b5dce1;
border: 1px solid #6cbac4;
color: #111;
}
/**
* My own settings, not currently in their own module.
*/
@font-face {
font-family: 'Abel';
font-style: normal;
font-weight: 400;
src: local('Abel Regular'), local('Abel-Regular'), url(https://fonts.gstatic.com/s/abel/v8/MwQ5bhbm2POE2V9BOA.ttf) format('truetype');
} | 0.551574 | 0.09236 |
.operation_icon{
color: #666666;
cursor: pointer;
}
.operation_icon:hover{
color: #409EFF;
}
/*
颜色
*/
.icon_noFinish{
font-size: 18px !important;
color:#999999;
vertical-align: middle;
}
.icon_finish{
font-size: 18px !important;
color:#11bf67;
vertical-align: middle;
}
/*
操作图标
*/
.icon_btn{
cursor: pointer;
font-size: 20px !important;
line-height: 16px;
vertical-align: middle;
margin-right: 5px;
display: none;
}
tr:hover .icon_btn{
display: inline-block;
}
.icon_btn:hover{
color: #409EFF;
}
/* element el-dialog 样式 */
.el-dialog{
margin:0!important;
border-radius: 8px;
left:50%;
top:50%;
transform: translate(-50%,-50%);
position: fixed !important;
}
.el-dialog__header{
height: 54px;
}
.el-dialog__title{
line-height: 20px;
font-size: 14px;
}
.el-dialog__body{
padding: 0 30px 30px !important;
position: relative;
overflow: hidden;
}
.el-dialog__headerbtn{
top: 15px;
}
.el-dialog__headerbtn .el-dialog__close{
border-radius: 100%;
width: 20px;
height: 20px;
line-height: 20px;
}
.el-dialog__headerbtn:hover .el-dialog__close{
background-color: rgba(214, 103, 102,1);
color: #ffffff;
}
.el-table td, .el-table th{
padding:8px 0;
}
/* */
.table_style .el-table thead tr th{
background: #8fc34b;
}
.table_style .el-table thead tr th>.cell{
color: #ffffff;
}
.table_style .el-table__body tr.current-row>td{
background: #a8c6ee;
}
/* input placeholder 默认样式 */
input::-webkit-input-placeholder{
color:#666;
}
input:-moz-placeholder{
color:#666;
}
input::-moz-placeholder{
color:#666;
}
input:-ms-input-placeholde{
color: #666;
}
.el-button--primary.is-plain{
background-color: #fff;
}
/* 搜素*/
input.search_input_placeholder::-webkit-input-placeholder{
color:#ccc;
}
input.search_input_placeholder:-moz-placeholder{
color:#ccc;
}
input.search_input_placeholder::-moz-placeholder{
color:#ccc;
}
/* 模块选择界面 */
.module .module_main{
margin-right: 160px;
height: 100%;
overflow: hidden;
position:relative;
}
.module .module_main .module_main_title{
margin-top: 20px;
text-align: center;
font-size: 16px;
color: #666666;
}
.module .module_main .module_options{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
}
.module_options .options_box{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right:0;
margin:auto;
}
.module_options .options_box .option{
vertical-align: middle;
display: inline-block;
width:110px;
height: 185px;
margin:0 60px;
float: left;
}
.module_options .options_box .option a{
display: block;
transition: 0.5s;
cursor: pointer;
}
.module_options .options_box .option:hover a{
transform: matrix(1.2, 0, 0, 1.2, 0, 0);
}
.module_options .option i{
line-height: 110px;
font-size: 60px;
color: #11bf67;
}
.module_options .option .option_name{
display: block;
text-align: center;
font-size: 16px;
color: #666666;
margin-top: 30px;
}
.module .module_right{
float: right;
width: 160px;
height: 100%;
border-left: 1px dashed #dfdfdf;
position: relative;
}
.module .module_right .module_set_btn{
position: absolute;
top: 20px;
right: 15px;
height: 20px;
cursor: pointer;
}
.module .module_right .module_set_btn i{
font-size: 26px;
line-height: 20px;
}
.module .module_right .module_set_btn:hover i{
color: #50b9ff;
}
.module .module_right .module_right_main{
margin:120px 15px 0;
}
.module .module_right_main .item{
text-align: right;
margin-bottom: 20px;
}
.module .module_right_main .item span{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 16px;
color: #ed990e;
font-weight: 800;
display: block;
}
.module .module_right_main .item p{
margin-top: 5px;
font-size: 14px;
}
/* 次级首页 */
.subhome{
position: relative;
background-color: #4a4a4a;
}
.subhome .subhome_content{
position: absolute;
width: 784px;
height: 600px;
top: calc(50% - 300px);
left: calc(50% - 392px);
color: #ffffff;
}
.subhome .subhome_content .subhome_content_top{
height: 300px;
border-bottom: 1px dashed #606060;
}
.subhome .subhome_content .top_options_box{
text-align: center;
margin-top: 60px;
}
.subhome .top_options_box .top_option{
display: inline-block;
margin: 0 40px;
}
.subhome .top_option .p1{
margin-top: 30px;
}
.subhome .top_option p{
font-size: 14px;
line-height: 25px;
}
.subhome .subhome_content_top .top_title{
text-align: center;
font-size: 16px;
padding-top: 60px;
}
.subhome .subhome_content .subhome_content_fot{
height: 300px;
text-align: center;
}
.subhome .subhome_content_fot a{
display: inline-block;
width: 170px;
height: 170px;
border-radius: 5px;
margin: 65px 5px;
position: relative;
vertical-align: middle;
}
.subhome .subhome_content_fot a:hover{
background-color: #505050;
}
.subhome .subhome_content_fot a img{
width: 70px;
margin-top: 30px;
transition: 0.5s;
}
.subhome .subhome_content_fot a:hover img{
width: 90px;
}
.subhome .subhome_content_fot a p{
position: absolute;
top: 125px;
width: 100%;
color: #ffffff;
font-size: 16px;
}
/* 列表模块公用样式 */
.listModule .list_header{
height: 70px;
padding:0 30px;
border-bottom: 1px solid #ddd;
background-color: #f8f8f8;
}
.listModule .list_setbar{
height: 50px;
padding: 0 30px;
background-color: #f8f8f8;
}
.listModule .list_setbar .list_setbar_options{
height: 50px;
position: relative;
}
.listModule .list_setbar_options .option{
float: left;
height: 25px;
line-height: 25px;
margin-top: 12px;
cursor: pointer;
margin-right: 20px;
}
.listModule .option:hover .option_yuan{
border-color: #00A0E9;
}
.listModule .option:hover .option_txt{
color:#00a0e9;
}
.listModule .option:hover .option_yuan i{
color:#00a0e9;
}
.listModule .option:hover .option_select .el-input__inner{
color: #00A0E9;
}
.listModule .option .option_yuan{
float: left;
width: 25px;
height: 25px;
border-radius: 50%;
border:1px solid #999;
text-align: center;
}
.listModule .option .option_yuan i{
font-size: 18px;
color: #999;
width: 100%;
height: 100%;
float: left;
line-height: 23px;
}
.listModule .option .option_txt{
margin:0 10px;
color: #666;
}
.listModule .option .option_select{
float: left;
margin-left: 10px;
width: 80px;
}
.listModule .option .option_select .el-input__inner{
height: 25px;
line-height: 25px;
padding-left: 0;
padding-right: 20px;
border:none;
background-color: rgba(255, 255, 255, 0);
}
.listModule .option .option_select .el-input__icon{
line-height: 25px
}
.el-input__suffix{
right: 0;
}
.listModule .search_input{
position: absolute;
height: 30px;
width: 200px;
top: 10px;
right: 0;
}
.listModule .search_input input{
width: 100%;
height: 100%;
border-radius: 15px;
border:1px solid #ccc;
font-size: 14px;
color: #666666;
text-indent: 25px;
background-color: rgba(255, 255, 255, 0);
}
.listModule .search_input i{
position: absolute;
left: 5px;
top: 1px;
font-size: 20px;
color: #999;
}
.listModule .search_input input:focus{
border-color:#00a0e9;
}
.listModule .list_setbar .list_setbar_selections{
height: 40px;
padding-top: 10px;
border-bottom: 1px solid #e5e5e5;
}
.listModule .list_setbar_selections .selection{
float: left;
padding: 0 5px;
font-size: 14px;
line-height: 20px;
height: 20px;
margin-right: 5px;
color: #666666;
cursor: pointer;
border:1px solid #fff;
}
.listModule .selection:hover{
color: #00a0e9;
}
.listModule .selection:hover{
color: #00a0e9;
}
.listModule .list_setbar_selections .selection.now{
border:1px solid #00a0e9;
border-radius: 5px;
color:#00a0e9;
overflow: hidden;
padding: 0 5px;
}
.listModule .selection .el-input__inner{
padding:0 10px 0 0;
border:0;
height: 16px;
width: 71px;
line-height: 18px;
text-align: center;
}
.listModule .selection.now .el-date-editor.el-input__inner{
width: 170px;
padding: 0;
}
.listModule .selection .el-input__inner::-webkit-input-placeholder{
color: #666666;
}
.listModule .selection .el-input__inner:-moz-placeholder{
color: #666666;
}
.listModule .selection .el-input__inner::-moz-placeholder{
color: #666666;
}
.listModule .selection .el-input__inner:-ms-input-placeholder{
color: #666666;
}
.listModule .selection:hover .el-input__inner::-webkit-input-placeholder{
color: #00a0e9;
}
.listModule .selection:hover .el-input__inner:-moz-placeholder{
color: #00a0e9;
}
.listModule .selection:hover .el-input__inner::-moz-placeholder{
color: #00a0e9;
}
.listModule .selection:hover .el-input__inner:-ms-input-placeholder{
color: #00a0e9;
}
.listModule .selection.now1 .el-input__inner{
width: 160px;
}
.listModule .selection.now .el-input__inner{
color: #00a0e9;
}
.listModule .selection .el-range-separator{
line-height: 16px;
padding: 0;
display: none;
}
.listModule .selection.now .el-range-separator{
display: inline-block;
color: #00a0e9;
}
.listModule .selection .el-range-input{
width: 100%;
}
.listModule .selection .el-range-input::-webkit-input-placeholder{
color: #333333;
}
.listModule .selection .el-range-input:-moz-placeholder{
color: #333333;
}
.listModule .selection .el-range-input::-moz-placeholder{
color: #333333;
}
.listModule .selection .el-range-input:-ms-input-placeholder{
color: #333333;
}
.listModule .selection:hover .el-range-input::-webkit-input-placeholder{
color: #00a0e9;
}
.listModule .selection:hover .el-range-input:-moz-placeholder{
color: #00a0e9;
}
.listModule .selection:hover .el-range-input::-moz-placeholder{
color: #00a0e9;
}
.listModule .selection:hover .el-range-input:-ms-input-placeholder{
color: #00a0e9;
}
.listModule .selection .el-range-input:nth-child(4){
display: none;
}
.listModule .selection.now .el-range-input{
width: 50%;
color: #00a0e9;
}
.listModule .selection.now .el-range-input:nth-child(4){
display: inline-block;
}
.listModule .selection .el-input__suffix{
right: 0;
}
.listModule .selection .el-input__suffix .el-input__icon{
line-height: 20px;
width: 10px;
}
.el-date-editor .el-range__icon{
display: none;
}
.el-date-editor .el-range__close-icon{
display: none;
}
.listModule .list_setbar_selections .clear{
cursor: pointer;
margin-left: 10px;
color:#00a0e9;
}
.listModule .list_main{
height: calc(100% - 120px);
background-color: #ffffff;
transition: 0.5s;
}
.listModule .list_main.se{
height: calc(100% - 160px);
margin-top: 40px;
}
.listModule .list_main .list_main_table{
position: relative;
height: 100%;
padding:0 30px;
background-color: #ffffff;
}
.listModule .list_main_table .table{
position: absolute;
top: 0;
bottom: 30px;
left: 30px;
right: 30px;
overflow: auto;
}
.listModule .list_main_table .table .el-table-column--selection .cell{
padding-left: 7px;
}
.listModule .list_main_table .table_fot{
position: absolute;
height: 30px;
bottom: 0;
}
.listModule .list_main_table .table_fot span{
line-height: 30px;
margin-right: 10px;
}
.listModule .list_main .list_main_card{
position: relative;
height: 100%;
}
.listModule .list_main_card .card{
position: absolute;
width: 100%;
height: calc(100% - 30px);
background-color: #e5e5e5;
overflow: auto;
padding-top: 30px;
padding-bottom: 30px;
}
.listModule .card .card_ul{
position: absolute;
}
.listModule .card .card_ul::after{
height: 0;
content: '';
overflow: hidden;
display: block;
clear: both;
}
@media only screen and (max-width:1270px){
.listModule .list_main_card .card{
padding-left:calc(50% - 397px);
padding-right:calc(50% - 398px);
}
}
@media only screen and (max-width:1535px) and (min-width:1270px){
.listModule .list_main_card .card{
padding-left:calc(50% - 530px);
padding-right:calc(50% - 530px);
}
}
@media only screen and (max-width:1800px) and (min-width:1535px){
.listModule .list_main_card .card{
padding-left:calc(50% - 662px);
padding-right:calc(50% - 663px);
}
}
@media only screen and (max-width:2065px) and (min-width:1800px){
.listModule .list_main_card .card{
padding-left:calc(50% - 795px);
padding-right:calc(50% - 795px);
}
}
@media only screen and (min-width:2065px){
.listModule .list_main_card .card{
padding-left:calc(50% - 927px);
padding-right:calc(50% - 928px);
}
}
.listModule .card_ul .card_li{
float: left;
width: 265px;
padding: 19px 17px;
}
.listModule .card_li .card_li_con{
width: 100%;
padding-bottom:100%;
position: relative;
}
.listModule .card_li .card_li_con .content{
position: absolute;
width: 100%;
height: 100%;
border: 2px solid #dddddd;
cursor: pointer;
box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.08);
}
.listModule .card_li .card_li_con .content:hover{
border: 2px solid #00a0e9;
}
.listModule .list_main_card .card_fot{
position: absolute;
bottom: 0;
padding:0 30px;
height: 30px;
}
.listModule .list_main_card .card_fot span{
line-height: 30px;
margin-right: 10px;
font-size: 15px;
color: #666666;
}
/* 详情模块公用样式 */
.deta .deta_header{
height: 60px;
padding:0 30px;
background: #f8f8f8;
}
.deta .deta_mid{
height: calc(100% - 60px);
}
.deta .deta_mid .deta_mid_bar{
height: 30px;
padding:5px 30px;
text-align: center;
float: right;
width: 100%;
transition:1s;
overflow: hidden;
}
.deta .deta_mid_bar.short{
width: auto;
}
.deta .deta_mid_bar .bar{
display: inline-block;
cursor: pointer;
line-height: 20px;
margin:0 5px;
color: #999999;
}
.deta .deta_mid_bar .bar i{
font-size: 20px;
vertical-align: middle;
}
.deta .deta_mid_bar .bar span{
vertical-align: middle;
}
.deta .deta_mid_bar .bar:hover{
color: #00a0e9;
}
.deta .deta_mid_bar .bar_left{
float: left;
}
.deta .deta_mid_bar .bar_right{
float: right;
}
.deta .deta_mid_bar .bar_center{
}
.deta .deta_mid .deta_mid_round{
height: 60px;
text-align: center;
margin: 30px 0 20px;
}
.deta .deta_mid_round .option{
display: inline-block;
width: 60px;
height: 60px;
line-height: 56px;
}
.deta .deta_mid_round .round{
border:2px solid #dddddd;
border-radius: 50%;
cursor: pointer;
}
.deta .deta_mid_round .round1:hover{
background: #00a0e9;
color: #ffffff;
border-color: #00a0e9;
}
.deta .deta_mid_round .round2{
border-color: #9bc657;
}
.deta .deta_mid_round .round3{
border-color: rgb(234,175,76);
}
.deta .deta_mid_round .round4{
border-color: #00A0E9;
}
.deta .deta_mid_round .option i{
color: #dddddd;
}
.deta .deta_mid .deta_mid_infos{
margin: 0 30px;
border-top: 1px solid #dddddd;
}
.deta .deta_mid_infos .deta_infos_row{
height: 50px;
border-bottom: 1px dashed #dddddd;
}
.deta .deta_mid_infos .deta_infos_row:last-child{
border-bottom: 1px solid #dddddd;
}
.deta .deta_infos_row .deta_row_item{
width: 25%;
float: left;
line-height: 50px;
}
.deta .deta_infos_row .deta_row_item span{
display: inline-block;
}
.deta .deta_infos_row .deta_row_item .n{
width: 90px;
text-align: right;
line-height: 20px;
vertical-align: middle;
}
.deta .deta_infos_row .deta_row_item .v{
width: calc(100% - 95px);
line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
}
.deta .deta_mid .deta_mid_table{
padding:0 30px;
}
.deta .deta_table{
padding: 0 30px;
}
/* 弹窗底部按钮 */
.dialog_fot{
height: 30px;
text-align: center;
}
.dialog_fot button{
width: 100px;
height: 30px;
border-radius: 3px;
outline: none;
background-color: #ffffff;
margin:0 10px;
}
.dialog_fot button.sure{
border:1px solid #b3d8ff;
color: #409eff;
background: #ecf5ff;
}
.dialog_fot button.sure:hover{
border-color: #409eff;
background-color: #409eff;
color: #ffffff;
}
.dialog_fot button.pass{
border:1px solid #d3d4d6;
color: #909399;
background: #f4f4f5;
}
.dialog_fot button.pass:hover{
border-color: #909399;
background: #909399;
color: #ffffff;
}
/* 弹窗数据 请求失败 */
.dialog_err{
position: absolute;
top: 0;
left:0;
width: 100%;
height: 100%;
background-color: #ffffff;
z-index: 1;
}
.dialog_err p{
text-align: center;
}
.dialog_err p span{
color: #00A0E9;
cursor: pointer;
}
/* 统计报页面样式 */
.count{
background: #f2f2f2;
position: relative;
}
.count .count_box{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin:auto;
}
.count .count_box .count_option{
}
/* 单据页样式 */
.bill .bill_header{
height: 60px;
padding: 0 20px;
background: #f8f8f8;
border-bottom: 1px solid #f0f0f0;
}
.bill .bill_mi{
height: 50px;
background: #f8f8f8;
padding: 0 30px;
position: relative;
}
.bill .bill_mi .bill_set{
position: absolute;
top: 15px;
right: 30px;
font-size: 14px;
color: #666666;
line-height: 20px;
cursor: pointer;
}
.bill .bill_mi .bill_set:hover{
color: #00A0E9;
}
.bill .bill_mi .bill_mi_item{
display: inline;
line-height: 50px;
margin-right: 10px;
position: relative;
}
.bill .bill_mi_item input{
width: 16px;
height: 16px;
position: absolute;
top: 1px;
opacity: 0;
}
.bill .bill_mi_item label{
vertical-align: middle;
color: #666666;
cursor: pointer;
}
.bill .bill_mi_item label:hover{
color: #00A0E9;
}
.bill .bill_mi_item i{
width: 16px;
height: 16px;
font-size: 14px;
vertical-align: middle;
}
.bill .bill_main{
height: calc(100% - 110px);
padding: 0 30px;
}
.bill .bill_main_top .bill_infos{
padding-bottom: 20px;
border-bottom: 1px dashed #E5E5E5;
}
.bill .bill_main_top .bill_info{
width: 200px;
height: 50px;
margin-left: 40px;
padding-top: 20px;
float: left;
position: relative;
}
.bill .bill_main_top .bill_info .ic{
position: absolute;
left:-24px;
font-size: 22px;
line-height: 30px;
color: #808080;
}
.bill .bill_info .bill_info_div{
width: 100%;
height: 100%;
border-bottom: 1px solid #dddddd;
padding: 0 20px 0 10px;
color: #666666;
line-height: 30px;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: relative;
}
.bill .bill_info .bill_info_div i{
line-height: 30px;
vertical-align: middle;
position: absolute;
right: 5px;
font-size: 18px;
cursor: pointer;
}
.bill .bill_info .bill_info_div i:hover{
color: red;
}
.bill .bill_info .bill_info_input{
width: 100%;
height: 100%;
border:0;
border-bottom: 1px solid #dddddd;
outline: none;
padding: 0 10px;
color: #666666;
font-size: 14px;
}
.bill .bill_info .bill_info_input:focus{
border-bottom: 1px solid #00A0E9;
}
.bill .bill_info .el-input__inner{
border:0;
border-bottom: 1px solid #dddddd;
border-radius: 0;
width: 100%;
height: 30px;
padding: 0 10px;
color:#666666;
}
.bill .bill_info .el-input__inner::-webkit-input-placeholder{
color: #666666;
}
.bill .bill_info .el-input__inner:-moz-placeholder{
color: #666666;
}
.bill .bill_info .el-input__inner::-moz-placeholder{
color: #666666;
}
.bill .bill_info .el-input__inner:-ms-input-placeholder{
color: #666666;
}
.bill .bill_info .el-input__inner:focus{
border-bottom: 1px solid #00A0E9;
}
.bill .bill_info .el-input__icon{
line-height: 30px;
}
.bill .bill_info .el-date-editor.el-input{
width: 100%;
}
.bill .bill_info .el-input__prefix{
display: none;
}
.bill .bill_info .el-input-number{
width: 100%;
line-height: 30px;
}
.bill .bill_info .el-input-number span{
display: none;
}
.bill .bill_main_fot .bill_table{
height: calc(100% - 50px);
}
.bill .bill_main_fot .bill_create_btn{
height: 50px;
}
.bill .bill_main_fot .bill_create_btn button{
height: 30px;
padding:0 10px;
border: 0;
border-radius: 5px;
background: #00A0E9;
color: #ffffff;
outline: none;
float: right;
margin-top: 10px;
}
/* 弹窗内筛选栏 */
.dialog_tool{
width: 100%;
height: 100%;
position: relative;
}
.dialog_tool .dialog_tool_btn{
position: absolute;
top: 10px;
right: 0;
height: 30px;
width: 100px;
border-radius: 3px;
border:1px solid #00A0E9;
background: #ffffff;
color: #00A0E9;
outline: none;
}
.dialog_tool .dialog_tool_btn:hover{
background: #00A0E9;
color: #ffffff;
}
.dialog_tool .dialog_search{
width: 200px;
height: 30px;
position: absolute;
top: 10px;
right:120px;
}
.dialog_tool .dialog_search input{
width: 100%;
height: 100%;
border-radius: 15px;
border:1px solid #dddddd;
padding:0 15px 0 30px;
}
.dialog_tool .dialog_search input:focus{
border:1px solid #00A0E9;
}
.dialog_tool .dialog_search i{
position: absolute;
left: 7px;
top: 1px;
font-size: 20px;
}
.dialog_tool .dialog_items{
height: 35px;
padding-top: 15px;
}
.dialog_tool .dialog_items .dialog_item{
float: left;
margin-right: 10px;
}
.dialog_tool .dialog_item .clear_btn:hover{
color: #00a0e9;
cursor: pointer;
}
.dialog_tool .dialog_item .el-input__inner{
height: 20px;
width: 80px;
padding:0 15px 0 0;
text-align: center;
border:0;
}
.dialog_tool .dialog_item.fi .el-input__inner{
border:1px solid #00A0E9;
color:#00A0E9;
}
.dialog_tool .dialog_item .el-input__icon{
line-height: 20px;
width: 15px;
}
.dialog_tool .dialog_item.fi .el-input__icon{
color: #00A0E9
}
.dialog_tool .dialog_item .el-input__suffix{
right: 0
}
.dialog_tool .dialog_search_copy{
padding-top: 10px;
height: 40px;
text-align: left;
position: relative;
}
.dialog_tool .dialog_search_copy input{
height: 30px;
width: 300px;
padding-left: 26px;
border-radius: 3px;
border:1px solid #dddddd;
color: #666666;
}
.dialog_tool .dialog_search_copy input:focus{
border-color: #00A0E9;
}
.dialog_tool .dialog_search_copy i{
position: absolute;
top: 14px;
left: 8px;
}
/* 弹窗里 两栏编辑 样式 */
.twoCol{
width: 100%;
height: 100%;
overflow: auto;
}
.twoCol .cloumn{
float: left;
width: 50%;
margin:10px 0;
position: relative;
}
.twoCol .cloumn label{
position: absolute;
width: 60px;
text-align: right;
line-height: 30px;
}
.twoCol .cloumn input{
margin-left: 65px;
width: 70%;
height: 30px;
border:1px solid #dddddd;
border-radius: 5px;
padding:0 10px;
cursor: pointer;
}
.twoCol .cloumn input:hover{
border-color: #cccccc;
}
.twoCol .cloumn input:focus{
border-color: #00A0E9;
}
.twoCol .cloumn .el-select{
display: block;
}
.twoCol .cloumn .el-input__suffix{
display: none;
}
/* 设置弹窗 */
.setset .el-dialog{
width: 700px;
height: 500px;
}
/* 弹窗里选项卡 */
.dialog_tabs{
width: 100%;
height: 30px;
border-bottom: 1px solid #ddd;
}
.dialog_tabs .dialog_tabs_item{
float: left;
height: 30px;
padding: 0 10px;
line-height: 28px;
cursor: pointer;
border-top:2px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #DDDDDD;
}
.dialog_tabs .dialog_tabs_item.active{
border-bottom: 1px solid #fff;
border-top:2px solid #00A0E9;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
}
.dialog_tabs_main{
height: calc(100% - 30px);
}
/* 临时公用样式 */
#optionBar{
width: 100%;
}
#optionBar .optionBarTop{
height: 50px;
}
#optionBar .optionItem{
display: inline-block;
height: 30px;
margin-top: 10px;
line-height: 30px;
margin-right: 10px;
cursor: pointer;
}
#optionBar .optionItem:hover i{
color: #00A0E9;
}
#optionBar .optionItem:hover span{
color: #00A0E9;
}
#optionBar .optionItem:hover .itemYuan{
border: 1px solid #00A0E9;
}
#optionBar .optionItem:hover .itemSelect .el-input__inner::-webkit-input-placeholder{
color: #00A0E9;
}
#optionBar .optionItem:hover .itemSelect .el-input__inner:-moz-placeholder{
color: #00A0E9;
}
#optionBar .optionItem:hover .itemSelect .el-input__inner::-moz-placeholder{
color: #00A0E9;
}
#optionBar .optionItem:hover .itemSelect .el-input__inner:-ms-input-placeholder{
color: #00A0E9;
}
#optionBar .optionItem:hover .itemSelect .el-input__inner{
color: #00A0E9;
}
#optionBar .itemYuan{
float: left;
width: 25px;
height: 25px;
border-radius: 50%;
border: 1px solid #999;
line-height: 24px;
text-align: center;
margin-right: 10px;
}
#optionBar .itemYuan i{
color: #666;
font-size: 18px;
line-height: 24px;
}
#optionBar span{
float: left;
color: #666;
line-height: 24px;
font-size: 14px;
}
#optionBar .itemSelect{
float: left;
height: 24px;
width: 80px;
}
#optionBar .itemSelect .el-input{
height: 24px;
}
#optionBar .itemSelect .el-input__inner{
height: 24px;
line-height: 24px;
float: left;
text-align: left;
}
#optionBar .itemSelect .el-select .el-input .el-select__caret{
line-height: 24px;
}
#optionBar .optionBarFot{
height: 24px;
padding-top: 5px;
border-bottom: 1px solid #f0f0f0;
}
#optionBar .selectOpt{
width: 70px;
height: 18px;
line-height: 18px;
text-align: center;
font-size: 14px;
border-radius: 3px;
border: 1px solid #fff;
color: #666;
float: left;
margin-right: 5px;
overflow: hidden;
}
#optionBar .selectOpt.selectNow{
border: 1px solid #00A0E9;
color: #00A0E9;
}
#optionBar .selectOpt.selectNow .el-range-input{
color: #00A0E9;
}
#optionBar .selectOpt.selectNow .el-input__inner{
color: #00A0E9;
}
#optionBar .selectOpt.selectNow .el-select .el-input .el-select__caret{
color: #00A0E9;
}
#optionBar .el-input__inner{
line-height: 18px;
height: 18px;
border: 0;
outline: none;
padding-left: 0;
padding-right: 15px;
text-align: center;
}
#optionBar .el-select .el-input .el-select__caret{
line-height: 18px;
}
#optionBar .el-input__suffix-inner{
line-height: 18px;
}
#optionBar .el-input__suffix{
right: 0;
}
#optionBar .date .el-input__inner{
opacity: 0;
padding: 0;
}
#optionBar .date .el-input__prefix{
display: none;
}
#optionBar .date .el-input__icon{
display: none;
}
#optionBar .date .el-range-editor .el-range-input{
width: 75px;
}
#optionBar .date .el-date-editor .el-range-separator{
line-height: 18px;
padding: 0;
width: 10px;
}
#optionBar .date{
position: relative;
}
#optionBar .date p{
position: absolute;
top: 0;
left: 0;
}
#optionBar .time.date{
width: 160px;
}
#optionBar .time .el-input__inner{
opacity: 1;
}
#optionBar a{
font-size: 14px;
color: #00A0E9;
}
#optionBar .selectInp{
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 30px;
margin-top: 15px;
margin-right: 30px;
}
#optionBar .selectInp i{
position: absolute;
top: 2px;
left: 6px;
font-size: 18px;
}
#optionBar .selectInp input{
width: 100%;
height: 28px;
border-radius: 30px;
padding: 0;
border: 1px solid #999;
outline: none;
text-indent: 30px;
background-color: #f9f9fb;
}
#optionBar .selectInp input:focus{
border: 1px solid #00A0E9;
} | src/assets/css/common.css | .operation_icon{
color: #666666;
cursor: pointer;
}
.operation_icon:hover{
color: #409EFF;
}
/*
颜色
*/
.icon_noFinish{
font-size: 18px !important;
color:#999999;
vertical-align: middle;
}
.icon_finish{
font-size: 18px !important;
color:#11bf67;
vertical-align: middle;
}
/*
操作图标
*/
.icon_btn{
cursor: pointer;
font-size: 20px !important;
line-height: 16px;
vertical-align: middle;
margin-right: 5px;
display: none;
}
tr:hover .icon_btn{
display: inline-block;
}
.icon_btn:hover{
color: #409EFF;
}
/* element el-dialog 样式 */
.el-dialog{
margin:0!important;
border-radius: 8px;
left:50%;
top:50%;
transform: translate(-50%,-50%);
position: fixed !important;
}
.el-dialog__header{
height: 54px;
}
.el-dialog__title{
line-height: 20px;
font-size: 14px;
}
.el-dialog__body{
padding: 0 30px 30px !important;
position: relative;
overflow: hidden;
}
.el-dialog__headerbtn{
top: 15px;
}
.el-dialog__headerbtn .el-dialog__close{
border-radius: 100%;
width: 20px;
height: 20px;
line-height: 20px;
}
.el-dialog__headerbtn:hover .el-dialog__close{
background-color: rgba(214, 103, 102,1);
color: #ffffff;
}
.el-table td, .el-table th{
padding:8px 0;
}
/* */
.table_style .el-table thead tr th{
background: #8fc34b;
}
.table_style .el-table thead tr th>.cell{
color: #ffffff;
}
.table_style .el-table__body tr.current-row>td{
background: #a8c6ee;
}
/* input placeholder 默认样式 */
input::-webkit-input-placeholder{
color:#666;
}
input:-moz-placeholder{
color:#666;
}
input::-moz-placeholder{
color:#666;
}
input:-ms-input-placeholde{
color: #666;
}
.el-button--primary.is-plain{
background-color: #fff;
}
/* 搜素*/
input.search_input_placeholder::-webkit-input-placeholder{
color:#ccc;
}
input.search_input_placeholder:-moz-placeholder{
color:#ccc;
}
input.search_input_placeholder::-moz-placeholder{
color:#ccc;
}
/* 模块选择界面 */
.module .module_main{
margin-right: 160px;
height: 100%;
overflow: hidden;
position:relative;
}
.module .module_main .module_main_title{
margin-top: 20px;
text-align: center;
font-size: 16px;
color: #666666;
}
.module .module_main .module_options{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
}
.module_options .options_box{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right:0;
margin:auto;
}
.module_options .options_box .option{
vertical-align: middle;
display: inline-block;
width:110px;
height: 185px;
margin:0 60px;
float: left;
}
.module_options .options_box .option a{
display: block;
transition: 0.5s;
cursor: pointer;
}
.module_options .options_box .option:hover a{
transform: matrix(1.2, 0, 0, 1.2, 0, 0);
}
.module_options .option i{
line-height: 110px;
font-size: 60px;
color: #11bf67;
}
.module_options .option .option_name{
display: block;
text-align: center;
font-size: 16px;
color: #666666;
margin-top: 30px;
}
.module .module_right{
float: right;
width: 160px;
height: 100%;
border-left: 1px dashed #dfdfdf;
position: relative;
}
.module .module_right .module_set_btn{
position: absolute;
top: 20px;
right: 15px;
height: 20px;
cursor: pointer;
}
.module .module_right .module_set_btn i{
font-size: 26px;
line-height: 20px;
}
.module .module_right .module_set_btn:hover i{
color: #50b9ff;
}
.module .module_right .module_right_main{
margin:120px 15px 0;
}
.module .module_right_main .item{
text-align: right;
margin-bottom: 20px;
}
.module .module_right_main .item span{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 16px;
color: #ed990e;
font-weight: 800;
display: block;
}
.module .module_right_main .item p{
margin-top: 5px;
font-size: 14px;
}
/* 次级首页 */
.subhome{
position: relative;
background-color: #4a4a4a;
}
.subhome .subhome_content{
position: absolute;
width: 784px;
height: 600px;
top: calc(50% - 300px);
left: calc(50% - 392px);
color: #ffffff;
}
.subhome .subhome_content .subhome_content_top{
height: 300px;
border-bottom: 1px dashed #606060;
}
.subhome .subhome_content .top_options_box{
text-align: center;
margin-top: 60px;
}
.subhome .top_options_box .top_option{
display: inline-block;
margin: 0 40px;
}
.subhome .top_option .p1{
margin-top: 30px;
}
.subhome .top_option p{
font-size: 14px;
line-height: 25px;
}
.subhome .subhome_content_top .top_title{
text-align: center;
font-size: 16px;
padding-top: 60px;
}
.subhome .subhome_content .subhome_content_fot{
height: 300px;
text-align: center;
}
.subhome .subhome_content_fot a{
display: inline-block;
width: 170px;
height: 170px;
border-radius: 5px;
margin: 65px 5px;
position: relative;
vertical-align: middle;
}
.subhome .subhome_content_fot a:hover{
background-color: #505050;
}
.subhome .subhome_content_fot a img{
width: 70px;
margin-top: 30px;
transition: 0.5s;
}
.subhome .subhome_content_fot a:hover img{
width: 90px;
}
.subhome .subhome_content_fot a p{
position: absolute;
top: 125px;
width: 100%;
color: #ffffff;
font-size: 16px;
}
/* 列表模块公用样式 */
.listModule .list_header{
height: 70px;
padding:0 30px;
border-bottom: 1px solid #ddd;
background-color: #f8f8f8;
}
.listModule .list_setbar{
height: 50px;
padding: 0 30px;
background-color: #f8f8f8;
}
.listModule .list_setbar .list_setbar_options{
height: 50px;
position: relative;
}
.listModule .list_setbar_options .option{
float: left;
height: 25px;
line-height: 25px;
margin-top: 12px;
cursor: pointer;
margin-right: 20px;
}
.listModule .option:hover .option_yuan{
border-color: #00A0E9;
}
.listModule .option:hover .option_txt{
color:#00a0e9;
}
.listModule .option:hover .option_yuan i{
color:#00a0e9;
}
.listModule .option:hover .option_select .el-input__inner{
color: #00A0E9;
}
.listModule .option .option_yuan{
float: left;
width: 25px;
height: 25px;
border-radius: 50%;
border:1px solid #999;
text-align: center;
}
.listModule .option .option_yuan i{
font-size: 18px;
color: #999;
width: 100%;
height: 100%;
float: left;
line-height: 23px;
}
.listModule .option .option_txt{
margin:0 10px;
color: #666;
}
.listModule .option .option_select{
float: left;
margin-left: 10px;
width: 80px;
}
.listModule .option .option_select .el-input__inner{
height: 25px;
line-height: 25px;
padding-left: 0;
padding-right: 20px;
border:none;
background-color: rgba(255, 255, 255, 0);
}
.listModule .option .option_select .el-input__icon{
line-height: 25px
}
.el-input__suffix{
right: 0;
}
.listModule .search_input{
position: absolute;
height: 30px;
width: 200px;
top: 10px;
right: 0;
}
.listModule .search_input input{
width: 100%;
height: 100%;
border-radius: 15px;
border:1px solid #ccc;
font-size: 14px;
color: #666666;
text-indent: 25px;
background-color: rgba(255, 255, 255, 0);
}
.listModule .search_input i{
position: absolute;
left: 5px;
top: 1px;
font-size: 20px;
color: #999;
}
.listModule .search_input input:focus{
border-color:#00a0e9;
}
.listModule .list_setbar .list_setbar_selections{
height: 40px;
padding-top: 10px;
border-bottom: 1px solid #e5e5e5;
}
.listModule .list_setbar_selections .selection{
float: left;
padding: 0 5px;
font-size: 14px;
line-height: 20px;
height: 20px;
margin-right: 5px;
color: #666666;
cursor: pointer;
border:1px solid #fff;
}
.listModule .selection:hover{
color: #00a0e9;
}
.listModule .selection:hover{
color: #00a0e9;
}
.listModule .list_setbar_selections .selection.now{
border:1px solid #00a0e9;
border-radius: 5px;
color:#00a0e9;
overflow: hidden;
padding: 0 5px;
}
.listModule .selection .el-input__inner{
padding:0 10px 0 0;
border:0;
height: 16px;
width: 71px;
line-height: 18px;
text-align: center;
}
.listModule .selection.now .el-date-editor.el-input__inner{
width: 170px;
padding: 0;
}
.listModule .selection .el-input__inner::-webkit-input-placeholder{
color: #666666;
}
.listModule .selection .el-input__inner:-moz-placeholder{
color: #666666;
}
.listModule .selection .el-input__inner::-moz-placeholder{
color: #666666;
}
.listModule .selection .el-input__inner:-ms-input-placeholder{
color: #666666;
}
.listModule .selection:hover .el-input__inner::-webkit-input-placeholder{
color: #00a0e9;
}
.listModule .selection:hover .el-input__inner:-moz-placeholder{
color: #00a0e9;
}
.listModule .selection:hover .el-input__inner::-moz-placeholder{
color: #00a0e9;
}
.listModule .selection:hover .el-input__inner:-ms-input-placeholder{
color: #00a0e9;
}
.listModule .selection.now1 .el-input__inner{
width: 160px;
}
.listModule .selection.now .el-input__inner{
color: #00a0e9;
}
.listModule .selection .el-range-separator{
line-height: 16px;
padding: 0;
display: none;
}
.listModule .selection.now .el-range-separator{
display: inline-block;
color: #00a0e9;
}
.listModule .selection .el-range-input{
width: 100%;
}
.listModule .selection .el-range-input::-webkit-input-placeholder{
color: #333333;
}
.listModule .selection .el-range-input:-moz-placeholder{
color: #333333;
}
.listModule .selection .el-range-input::-moz-placeholder{
color: #333333;
}
.listModule .selection .el-range-input:-ms-input-placeholder{
color: #333333;
}
.listModule .selection:hover .el-range-input::-webkit-input-placeholder{
color: #00a0e9;
}
.listModule .selection:hover .el-range-input:-moz-placeholder{
color: #00a0e9;
}
.listModule .selection:hover .el-range-input::-moz-placeholder{
color: #00a0e9;
}
.listModule .selection:hover .el-range-input:-ms-input-placeholder{
color: #00a0e9;
}
.listModule .selection .el-range-input:nth-child(4){
display: none;
}
.listModule .selection.now .el-range-input{
width: 50%;
color: #00a0e9;
}
.listModule .selection.now .el-range-input:nth-child(4){
display: inline-block;
}
.listModule .selection .el-input__suffix{
right: 0;
}
.listModule .selection .el-input__suffix .el-input__icon{
line-height: 20px;
width: 10px;
}
.el-date-editor .el-range__icon{
display: none;
}
.el-date-editor .el-range__close-icon{
display: none;
}
.listModule .list_setbar_selections .clear{
cursor: pointer;
margin-left: 10px;
color:#00a0e9;
}
.listModule .list_main{
height: calc(100% - 120px);
background-color: #ffffff;
transition: 0.5s;
}
.listModule .list_main.se{
height: calc(100% - 160px);
margin-top: 40px;
}
.listModule .list_main .list_main_table{
position: relative;
height: 100%;
padding:0 30px;
background-color: #ffffff;
}
.listModule .list_main_table .table{
position: absolute;
top: 0;
bottom: 30px;
left: 30px;
right: 30px;
overflow: auto;
}
.listModule .list_main_table .table .el-table-column--selection .cell{
padding-left: 7px;
}
.listModule .list_main_table .table_fot{
position: absolute;
height: 30px;
bottom: 0;
}
.listModule .list_main_table .table_fot span{
line-height: 30px;
margin-right: 10px;
}
.listModule .list_main .list_main_card{
position: relative;
height: 100%;
}
.listModule .list_main_card .card{
position: absolute;
width: 100%;
height: calc(100% - 30px);
background-color: #e5e5e5;
overflow: auto;
padding-top: 30px;
padding-bottom: 30px;
}
.listModule .card .card_ul{
position: absolute;
}
.listModule .card .card_ul::after{
height: 0;
content: '';
overflow: hidden;
display: block;
clear: both;
}
@media only screen and (max-width:1270px){
.listModule .list_main_card .card{
padding-left:calc(50% - 397px);
padding-right:calc(50% - 398px);
}
}
@media only screen and (max-width:1535px) and (min-width:1270px){
.listModule .list_main_card .card{
padding-left:calc(50% - 530px);
padding-right:calc(50% - 530px);
}
}
@media only screen and (max-width:1800px) and (min-width:1535px){
.listModule .list_main_card .card{
padding-left:calc(50% - 662px);
padding-right:calc(50% - 663px);
}
}
@media only screen and (max-width:2065px) and (min-width:1800px){
.listModule .list_main_card .card{
padding-left:calc(50% - 795px);
padding-right:calc(50% - 795px);
}
}
@media only screen and (min-width:2065px){
.listModule .list_main_card .card{
padding-left:calc(50% - 927px);
padding-right:calc(50% - 928px);
}
}
.listModule .card_ul .card_li{
float: left;
width: 265px;
padding: 19px 17px;
}
.listModule .card_li .card_li_con{
width: 100%;
padding-bottom:100%;
position: relative;
}
.listModule .card_li .card_li_con .content{
position: absolute;
width: 100%;
height: 100%;
border: 2px solid #dddddd;
cursor: pointer;
box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.08);
}
.listModule .card_li .card_li_con .content:hover{
border: 2px solid #00a0e9;
}
.listModule .list_main_card .card_fot{
position: absolute;
bottom: 0;
padding:0 30px;
height: 30px;
}
.listModule .list_main_card .card_fot span{
line-height: 30px;
margin-right: 10px;
font-size: 15px;
color: #666666;
}
/* 详情模块公用样式 */
.deta .deta_header{
height: 60px;
padding:0 30px;
background: #f8f8f8;
}
.deta .deta_mid{
height: calc(100% - 60px);
}
.deta .deta_mid .deta_mid_bar{
height: 30px;
padding:5px 30px;
text-align: center;
float: right;
width: 100%;
transition:1s;
overflow: hidden;
}
.deta .deta_mid_bar.short{
width: auto;
}
.deta .deta_mid_bar .bar{
display: inline-block;
cursor: pointer;
line-height: 20px;
margin:0 5px;
color: #999999;
}
.deta .deta_mid_bar .bar i{
font-size: 20px;
vertical-align: middle;
}
.deta .deta_mid_bar .bar span{
vertical-align: middle;
}
.deta .deta_mid_bar .bar:hover{
color: #00a0e9;
}
.deta .deta_mid_bar .bar_left{
float: left;
}
.deta .deta_mid_bar .bar_right{
float: right;
}
.deta .deta_mid_bar .bar_center{
}
.deta .deta_mid .deta_mid_round{
height: 60px;
text-align: center;
margin: 30px 0 20px;
}
.deta .deta_mid_round .option{
display: inline-block;
width: 60px;
height: 60px;
line-height: 56px;
}
.deta .deta_mid_round .round{
border:2px solid #dddddd;
border-radius: 50%;
cursor: pointer;
}
.deta .deta_mid_round .round1:hover{
background: #00a0e9;
color: #ffffff;
border-color: #00a0e9;
}
.deta .deta_mid_round .round2{
border-color: #9bc657;
}
.deta .deta_mid_round .round3{
border-color: rgb(234,175,76);
}
.deta .deta_mid_round .round4{
border-color: #00A0E9;
}
.deta .deta_mid_round .option i{
color: #dddddd;
}
.deta .deta_mid .deta_mid_infos{
margin: 0 30px;
border-top: 1px solid #dddddd;
}
.deta .deta_mid_infos .deta_infos_row{
height: 50px;
border-bottom: 1px dashed #dddddd;
}
.deta .deta_mid_infos .deta_infos_row:last-child{
border-bottom: 1px solid #dddddd;
}
.deta .deta_infos_row .deta_row_item{
width: 25%;
float: left;
line-height: 50px;
}
.deta .deta_infos_row .deta_row_item span{
display: inline-block;
}
.deta .deta_infos_row .deta_row_item .n{
width: 90px;
text-align: right;
line-height: 20px;
vertical-align: middle;
}
.deta .deta_infos_row .deta_row_item .v{
width: calc(100% - 95px);
line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
}
.deta .deta_mid .deta_mid_table{
padding:0 30px;
}
.deta .deta_table{
padding: 0 30px;
}
/* 弹窗底部按钮 */
.dialog_fot{
height: 30px;
text-align: center;
}
.dialog_fot button{
width: 100px;
height: 30px;
border-radius: 3px;
outline: none;
background-color: #ffffff;
margin:0 10px;
}
.dialog_fot button.sure{
border:1px solid #b3d8ff;
color: #409eff;
background: #ecf5ff;
}
.dialog_fot button.sure:hover{
border-color: #409eff;
background-color: #409eff;
color: #ffffff;
}
.dialog_fot button.pass{
border:1px solid #d3d4d6;
color: #909399;
background: #f4f4f5;
}
.dialog_fot button.pass:hover{
border-color: #909399;
background: #909399;
color: #ffffff;
}
/* 弹窗数据 请求失败 */
.dialog_err{
position: absolute;
top: 0;
left:0;
width: 100%;
height: 100%;
background-color: #ffffff;
z-index: 1;
}
.dialog_err p{
text-align: center;
}
.dialog_err p span{
color: #00A0E9;
cursor: pointer;
}
/* 统计报页面样式 */
.count{
background: #f2f2f2;
position: relative;
}
.count .count_box{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin:auto;
}
.count .count_box .count_option{
}
/* 单据页样式 */
.bill .bill_header{
height: 60px;
padding: 0 20px;
background: #f8f8f8;
border-bottom: 1px solid #f0f0f0;
}
.bill .bill_mi{
height: 50px;
background: #f8f8f8;
padding: 0 30px;
position: relative;
}
.bill .bill_mi .bill_set{
position: absolute;
top: 15px;
right: 30px;
font-size: 14px;
color: #666666;
line-height: 20px;
cursor: pointer;
}
.bill .bill_mi .bill_set:hover{
color: #00A0E9;
}
.bill .bill_mi .bill_mi_item{
display: inline;
line-height: 50px;
margin-right: 10px;
position: relative;
}
.bill .bill_mi_item input{
width: 16px;
height: 16px;
position: absolute;
top: 1px;
opacity: 0;
}
.bill .bill_mi_item label{
vertical-align: middle;
color: #666666;
cursor: pointer;
}
.bill .bill_mi_item label:hover{
color: #00A0E9;
}
.bill .bill_mi_item i{
width: 16px;
height: 16px;
font-size: 14px;
vertical-align: middle;
}
.bill .bill_main{
height: calc(100% - 110px);
padding: 0 30px;
}
.bill .bill_main_top .bill_infos{
padding-bottom: 20px;
border-bottom: 1px dashed #E5E5E5;
}
.bill .bill_main_top .bill_info{
width: 200px;
height: 50px;
margin-left: 40px;
padding-top: 20px;
float: left;
position: relative;
}
.bill .bill_main_top .bill_info .ic{
position: absolute;
left:-24px;
font-size: 22px;
line-height: 30px;
color: #808080;
}
.bill .bill_info .bill_info_div{
width: 100%;
height: 100%;
border-bottom: 1px solid #dddddd;
padding: 0 20px 0 10px;
color: #666666;
line-height: 30px;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: relative;
}
.bill .bill_info .bill_info_div i{
line-height: 30px;
vertical-align: middle;
position: absolute;
right: 5px;
font-size: 18px;
cursor: pointer;
}
.bill .bill_info .bill_info_div i:hover{
color: red;
}
.bill .bill_info .bill_info_input{
width: 100%;
height: 100%;
border:0;
border-bottom: 1px solid #dddddd;
outline: none;
padding: 0 10px;
color: #666666;
font-size: 14px;
}
.bill .bill_info .bill_info_input:focus{
border-bottom: 1px solid #00A0E9;
}
.bill .bill_info .el-input__inner{
border:0;
border-bottom: 1px solid #dddddd;
border-radius: 0;
width: 100%;
height: 30px;
padding: 0 10px;
color:#666666;
}
.bill .bill_info .el-input__inner::-webkit-input-placeholder{
color: #666666;
}
.bill .bill_info .el-input__inner:-moz-placeholder{
color: #666666;
}
.bill .bill_info .el-input__inner::-moz-placeholder{
color: #666666;
}
.bill .bill_info .el-input__inner:-ms-input-placeholder{
color: #666666;
}
.bill .bill_info .el-input__inner:focus{
border-bottom: 1px solid #00A0E9;
}
.bill .bill_info .el-input__icon{
line-height: 30px;
}
.bill .bill_info .el-date-editor.el-input{
width: 100%;
}
.bill .bill_info .el-input__prefix{
display: none;
}
.bill .bill_info .el-input-number{
width: 100%;
line-height: 30px;
}
.bill .bill_info .el-input-number span{
display: none;
}
.bill .bill_main_fot .bill_table{
height: calc(100% - 50px);
}
.bill .bill_main_fot .bill_create_btn{
height: 50px;
}
.bill .bill_main_fot .bill_create_btn button{
height: 30px;
padding:0 10px;
border: 0;
border-radius: 5px;
background: #00A0E9;
color: #ffffff;
outline: none;
float: right;
margin-top: 10px;
}
/* 弹窗内筛选栏 */
.dialog_tool{
width: 100%;
height: 100%;
position: relative;
}
.dialog_tool .dialog_tool_btn{
position: absolute;
top: 10px;
right: 0;
height: 30px;
width: 100px;
border-radius: 3px;
border:1px solid #00A0E9;
background: #ffffff;
color: #00A0E9;
outline: none;
}
.dialog_tool .dialog_tool_btn:hover{
background: #00A0E9;
color: #ffffff;
}
.dialog_tool .dialog_search{
width: 200px;
height: 30px;
position: absolute;
top: 10px;
right:120px;
}
.dialog_tool .dialog_search input{
width: 100%;
height: 100%;
border-radius: 15px;
border:1px solid #dddddd;
padding:0 15px 0 30px;
}
.dialog_tool .dialog_search input:focus{
border:1px solid #00A0E9;
}
.dialog_tool .dialog_search i{
position: absolute;
left: 7px;
top: 1px;
font-size: 20px;
}
.dialog_tool .dialog_items{
height: 35px;
padding-top: 15px;
}
.dialog_tool .dialog_items .dialog_item{
float: left;
margin-right: 10px;
}
.dialog_tool .dialog_item .clear_btn:hover{
color: #00a0e9;
cursor: pointer;
}
.dialog_tool .dialog_item .el-input__inner{
height: 20px;
width: 80px;
padding:0 15px 0 0;
text-align: center;
border:0;
}
.dialog_tool .dialog_item.fi .el-input__inner{
border:1px solid #00A0E9;
color:#00A0E9;
}
.dialog_tool .dialog_item .el-input__icon{
line-height: 20px;
width: 15px;
}
.dialog_tool .dialog_item.fi .el-input__icon{
color: #00A0E9
}
.dialog_tool .dialog_item .el-input__suffix{
right: 0
}
.dialog_tool .dialog_search_copy{
padding-top: 10px;
height: 40px;
text-align: left;
position: relative;
}
.dialog_tool .dialog_search_copy input{
height: 30px;
width: 300px;
padding-left: 26px;
border-radius: 3px;
border:1px solid #dddddd;
color: #666666;
}
.dialog_tool .dialog_search_copy input:focus{
border-color: #00A0E9;
}
.dialog_tool .dialog_search_copy i{
position: absolute;
top: 14px;
left: 8px;
}
/* 弹窗里 两栏编辑 样式 */
.twoCol{
width: 100%;
height: 100%;
overflow: auto;
}
.twoCol .cloumn{
float: left;
width: 50%;
margin:10px 0;
position: relative;
}
.twoCol .cloumn label{
position: absolute;
width: 60px;
text-align: right;
line-height: 30px;
}
.twoCol .cloumn input{
margin-left: 65px;
width: 70%;
height: 30px;
border:1px solid #dddddd;
border-radius: 5px;
padding:0 10px;
cursor: pointer;
}
.twoCol .cloumn input:hover{
border-color: #cccccc;
}
.twoCol .cloumn input:focus{
border-color: #00A0E9;
}
.twoCol .cloumn .el-select{
display: block;
}
.twoCol .cloumn .el-input__suffix{
display: none;
}
/* 设置弹窗 */
.setset .el-dialog{
width: 700px;
height: 500px;
}
/* 弹窗里选项卡 */
.dialog_tabs{
width: 100%;
height: 30px;
border-bottom: 1px solid #ddd;
}
.dialog_tabs .dialog_tabs_item{
float: left;
height: 30px;
padding: 0 10px;
line-height: 28px;
cursor: pointer;
border-top:2px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #DDDDDD;
}
.dialog_tabs .dialog_tabs_item.active{
border-bottom: 1px solid #fff;
border-top:2px solid #00A0E9;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
}
.dialog_tabs_main{
height: calc(100% - 30px);
}
/* 临时公用样式 */
#optionBar{
width: 100%;
}
#optionBar .optionBarTop{
height: 50px;
}
#optionBar .optionItem{
display: inline-block;
height: 30px;
margin-top: 10px;
line-height: 30px;
margin-right: 10px;
cursor: pointer;
}
#optionBar .optionItem:hover i{
color: #00A0E9;
}
#optionBar .optionItem:hover span{
color: #00A0E9;
}
#optionBar .optionItem:hover .itemYuan{
border: 1px solid #00A0E9;
}
#optionBar .optionItem:hover .itemSelect .el-input__inner::-webkit-input-placeholder{
color: #00A0E9;
}
#optionBar .optionItem:hover .itemSelect .el-input__inner:-moz-placeholder{
color: #00A0E9;
}
#optionBar .optionItem:hover .itemSelect .el-input__inner::-moz-placeholder{
color: #00A0E9;
}
#optionBar .optionItem:hover .itemSelect .el-input__inner:-ms-input-placeholder{
color: #00A0E9;
}
#optionBar .optionItem:hover .itemSelect .el-input__inner{
color: #00A0E9;
}
#optionBar .itemYuan{
float: left;
width: 25px;
height: 25px;
border-radius: 50%;
border: 1px solid #999;
line-height: 24px;
text-align: center;
margin-right: 10px;
}
#optionBar .itemYuan i{
color: #666;
font-size: 18px;
line-height: 24px;
}
#optionBar span{
float: left;
color: #666;
line-height: 24px;
font-size: 14px;
}
#optionBar .itemSelect{
float: left;
height: 24px;
width: 80px;
}
#optionBar .itemSelect .el-input{
height: 24px;
}
#optionBar .itemSelect .el-input__inner{
height: 24px;
line-height: 24px;
float: left;
text-align: left;
}
#optionBar .itemSelect .el-select .el-input .el-select__caret{
line-height: 24px;
}
#optionBar .optionBarFot{
height: 24px;
padding-top: 5px;
border-bottom: 1px solid #f0f0f0;
}
#optionBar .selectOpt{
width: 70px;
height: 18px;
line-height: 18px;
text-align: center;
font-size: 14px;
border-radius: 3px;
border: 1px solid #fff;
color: #666;
float: left;
margin-right: 5px;
overflow: hidden;
}
#optionBar .selectOpt.selectNow{
border: 1px solid #00A0E9;
color: #00A0E9;
}
#optionBar .selectOpt.selectNow .el-range-input{
color: #00A0E9;
}
#optionBar .selectOpt.selectNow .el-input__inner{
color: #00A0E9;
}
#optionBar .selectOpt.selectNow .el-select .el-input .el-select__caret{
color: #00A0E9;
}
#optionBar .el-input__inner{
line-height: 18px;
height: 18px;
border: 0;
outline: none;
padding-left: 0;
padding-right: 15px;
text-align: center;
}
#optionBar .el-select .el-input .el-select__caret{
line-height: 18px;
}
#optionBar .el-input__suffix-inner{
line-height: 18px;
}
#optionBar .el-input__suffix{
right: 0;
}
#optionBar .date .el-input__inner{
opacity: 0;
padding: 0;
}
#optionBar .date .el-input__prefix{
display: none;
}
#optionBar .date .el-input__icon{
display: none;
}
#optionBar .date .el-range-editor .el-range-input{
width: 75px;
}
#optionBar .date .el-date-editor .el-range-separator{
line-height: 18px;
padding: 0;
width: 10px;
}
#optionBar .date{
position: relative;
}
#optionBar .date p{
position: absolute;
top: 0;
left: 0;
}
#optionBar .time.date{
width: 160px;
}
#optionBar .time .el-input__inner{
opacity: 1;
}
#optionBar a{
font-size: 14px;
color: #00A0E9;
}
#optionBar .selectInp{
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 30px;
margin-top: 15px;
margin-right: 30px;
}
#optionBar .selectInp i{
position: absolute;
top: 2px;
left: 6px;
font-size: 18px;
}
#optionBar .selectInp input{
width: 100%;
height: 28px;
border-radius: 30px;
padding: 0;
border: 1px solid #999;
outline: none;
text-indent: 30px;
background-color: #f9f9fb;
}
#optionBar .selectInp input:focus{
border: 1px solid #00A0E9;
} | 0.309441 | 0.048926 |
body {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
.wrapper {
display: flex;
}
.left {
width: 50%;
height: 100vh;
background: url("air-force-1.png") no-repeat;
background-attachment: fixed;
background-size: 100vh auto;
overflow: hidden;
position: relative;
}
.right {
width: 50%;
height: 100vh;
background-color: black;
}
.menu {
display: flex;
justify-content: space-between;
align-items: center;
margin: 30px 50px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.menu ul {
display: flex;
}
.menu ul li {
margin: 0px 20px;
font-weight: 700;
letter-spacing: 2px;
font-size: 13px;
}
.menu a {
color: wheat;
}
.product-name {
position: absolute;
left: 75%;
top: 30%;
transform: translate(-50%, -30%);
}
.product-name h1 {
letter-spacing: 0px;
margin: 0px;
padding: 0px;
font-size: 50PX;
font-family: 'Source Sans Pro', sans-serif;
color: wheat;
}
.product-name h1:hover {
transform: scale(1.1);
transition: 1s all;
}
.footer-heading {
display: flex;
color: wheat;
align-items: center;
height: 40px;
}
.footer-heading h2 {
margin-right: 10px;
}
.footer-heading h3 {
margin-left: 10px;
}
.footer-heading ul {
display: flex;
}
.footer-heading ul li {
border: 2px solid white;
width: 40px;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
color: wheat;
margin: 0px 10px;
font-weight: 700;
letter-spacing: 2px;
font-size: 13px;
}
.footer-heading ul li:hover {
border: 2px solid black;
}
.footer-heading a {
color: wheat;
font-size: 15px;
}
.footer {
position: absolute;
padding: 0px;
box-sizing: border-box;
left: 70%;
top: 75%;
transform: translate(-50%, -60%);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.footer p {
color: wheat;
} | Project_6/style.css | body {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
.wrapper {
display: flex;
}
.left {
width: 50%;
height: 100vh;
background: url("air-force-1.png") no-repeat;
background-attachment: fixed;
background-size: 100vh auto;
overflow: hidden;
position: relative;
}
.right {
width: 50%;
height: 100vh;
background-color: black;
}
.menu {
display: flex;
justify-content: space-between;
align-items: center;
margin: 30px 50px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.menu ul {
display: flex;
}
.menu ul li {
margin: 0px 20px;
font-weight: 700;
letter-spacing: 2px;
font-size: 13px;
}
.menu a {
color: wheat;
}
.product-name {
position: absolute;
left: 75%;
top: 30%;
transform: translate(-50%, -30%);
}
.product-name h1 {
letter-spacing: 0px;
margin: 0px;
padding: 0px;
font-size: 50PX;
font-family: 'Source Sans Pro', sans-serif;
color: wheat;
}
.product-name h1:hover {
transform: scale(1.1);
transition: 1s all;
}
.footer-heading {
display: flex;
color: wheat;
align-items: center;
height: 40px;
}
.footer-heading h2 {
margin-right: 10px;
}
.footer-heading h3 {
margin-left: 10px;
}
.footer-heading ul {
display: flex;
}
.footer-heading ul li {
border: 2px solid white;
width: 40px;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
color: wheat;
margin: 0px 10px;
font-weight: 700;
letter-spacing: 2px;
font-size: 13px;
}
.footer-heading ul li:hover {
border: 2px solid black;
}
.footer-heading a {
color: wheat;
font-size: 15px;
}
.footer {
position: absolute;
padding: 0px;
box-sizing: border-box;
left: 70%;
top: 75%;
transform: translate(-50%, -60%);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.footer p {
color: wheat;
} | 0.578924 | 0.092893 |
section.post-contents {
font-family: 'Roboto Slab', serif;
line-height: 2;
}
section.post-contents p {
margin-top: 3%;
}
section.post-contents p {
padding-left: 3%;
padding-right: 3%;
}
section.post-contents h2,
section.post-contents h3,
section.post-contents h4,
section.post-contents h5,
section.post-contents h6 {
font-family: 'Montserrat';
padding-left: 3%;
padding-right: 3%;
text-transform: none;
}
section.post-contents h3,
section.post-contents h4,
section.post-contents h5,
section.post-contents h6 {
font-weight: bold;
}
section.post-contents ol,
section.post-contents ul {
padding-left: calc(9% + 0.5em);
padding-right: 3%;
}
#footnotes-container ol {
padding-left: calc(3% + 1em);
padding-right: 3%;
}
section.post-contents ol li p,
section.post-contents ul li p {
padding-left: 0;
}
section.post-contents a.anchor {
margin-right: 1.5%;
font-size: 1rem;
color: var(--text-color);
box-shadow: none;
display: block;
float: left;
}
@media screen and (max-width: 419px) {
section.post-contents a.anchor {
margin-left: -9%;
margin-top: 1.5%;
}
}
@media screen and (min-width: 420px) {
section.post-contents a.anchor {
margin-left: -6%;
margin-top: 1%;
}
}
@media screen and (min-width: 600px) {
section.post-contents a.anchor {
margin-left: -4%;
margin-top: 0.5%;
}
}
section.post-contents div.heading-contents {
display: inline-block;
}
section.post-contents a.anchor.anchor-show:hover,
section.post-contents a.anchor.anchor-show:focus {
color: var(--link-color);
}
section.post-contents a.anchor.anchor-hide {
color: rgba(0, 0, 0, 0);
}
/* Apparently the small amount of left/right padding on `<code>` elements caused them
to newline whenever they were inside a heading????? */
section.post-contents div.heading-contents code {
padding: 0;
}
section.post-contents em i {
font-style: normal;
}
section.post-contents hr {
background-color: var(--text-color);
opacity: 0.1;
}
section.post-contents code {
font-size: inherit;
}
section.post-contents code {
font-family: var(--monospace-font), monospace;
background-color: var(--inline-code-background-color);
border-radius: 10% 10%;
padding: 0 0.5%;
speak-as: literal-punctuation;
}
section.post-contents a code {
color: var(--link-color);
}
section.post-contents kbd {
font-family: var(--monospace-font), monospace;
background-color: white;
color: black;
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.75);
border-radius: 10% 10%;
padding: 0 0.5%;
}
section.post-contents span.gatsby-resp-image-wrapper {
max-width: 100% !important;
}
section.post-contents figcaption.gatsby-resp-image-figcaption {
text-align: center;
font-size: 14px;
}
section.post-contents .vaporwave {
font-style: italic;
letter-spacing: 0.3em;
}
div.breadcrumb a.breadcrumb__link {
font-size: 14px !important;
color: var(--link-color) !important;
}
div.breadcrumb a.breadcrumb__link:focus {
color: var(--link-effect-color) !important;
}
div.breadcrumb a.breadcrumb__link:hover {
color: var(--link-effect-color) !important;
text-decoration: underline !important;
}
div.breadcrumb span.breadcrumb__separator {
font-size: 14px !important;
} | src/components/post/post-template.css | section.post-contents {
font-family: 'Roboto Slab', serif;
line-height: 2;
}
section.post-contents p {
margin-top: 3%;
}
section.post-contents p {
padding-left: 3%;
padding-right: 3%;
}
section.post-contents h2,
section.post-contents h3,
section.post-contents h4,
section.post-contents h5,
section.post-contents h6 {
font-family: 'Montserrat';
padding-left: 3%;
padding-right: 3%;
text-transform: none;
}
section.post-contents h3,
section.post-contents h4,
section.post-contents h5,
section.post-contents h6 {
font-weight: bold;
}
section.post-contents ol,
section.post-contents ul {
padding-left: calc(9% + 0.5em);
padding-right: 3%;
}
#footnotes-container ol {
padding-left: calc(3% + 1em);
padding-right: 3%;
}
section.post-contents ol li p,
section.post-contents ul li p {
padding-left: 0;
}
section.post-contents a.anchor {
margin-right: 1.5%;
font-size: 1rem;
color: var(--text-color);
box-shadow: none;
display: block;
float: left;
}
@media screen and (max-width: 419px) {
section.post-contents a.anchor {
margin-left: -9%;
margin-top: 1.5%;
}
}
@media screen and (min-width: 420px) {
section.post-contents a.anchor {
margin-left: -6%;
margin-top: 1%;
}
}
@media screen and (min-width: 600px) {
section.post-contents a.anchor {
margin-left: -4%;
margin-top: 0.5%;
}
}
section.post-contents div.heading-contents {
display: inline-block;
}
section.post-contents a.anchor.anchor-show:hover,
section.post-contents a.anchor.anchor-show:focus {
color: var(--link-color);
}
section.post-contents a.anchor.anchor-hide {
color: rgba(0, 0, 0, 0);
}
/* Apparently the small amount of left/right padding on `<code>` elements caused them
to newline whenever they were inside a heading????? */
section.post-contents div.heading-contents code {
padding: 0;
}
section.post-contents em i {
font-style: normal;
}
section.post-contents hr {
background-color: var(--text-color);
opacity: 0.1;
}
section.post-contents code {
font-size: inherit;
}
section.post-contents code {
font-family: var(--monospace-font), monospace;
background-color: var(--inline-code-background-color);
border-radius: 10% 10%;
padding: 0 0.5%;
speak-as: literal-punctuation;
}
section.post-contents a code {
color: var(--link-color);
}
section.post-contents kbd {
font-family: var(--monospace-font), monospace;
background-color: white;
color: black;
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.75);
border-radius: 10% 10%;
padding: 0 0.5%;
}
section.post-contents span.gatsby-resp-image-wrapper {
max-width: 100% !important;
}
section.post-contents figcaption.gatsby-resp-image-figcaption {
text-align: center;
font-size: 14px;
}
section.post-contents .vaporwave {
font-style: italic;
letter-spacing: 0.3em;
}
div.breadcrumb a.breadcrumb__link {
font-size: 14px !important;
color: var(--link-color) !important;
}
div.breadcrumb a.breadcrumb__link:focus {
color: var(--link-effect-color) !important;
}
div.breadcrumb a.breadcrumb__link:hover {
color: var(--link-effect-color) !important;
text-decoration: underline !important;
}
div.breadcrumb span.breadcrumb__separator {
font-size: 14px !important;
} | 0.437583 | 0.143397 |
------
Navbar
------
*/
.header {
height: 53px;
}
.myNavbar ul.myNav {
list-style-type: none;
margin: 0;
width: 100%;
position: fixed;
background-color: #FAFAFA;
padding: 0;
z-index: 2;
top: 0;
height: 53px;
overflow: hidden;
border-bottom: 1px solid #f1f1f1;
}
.myNavbar ul.myNav li {
float: left;
}
.myNavbar ul.myNav li a {
display: block;
color: black;
font-size: 16px;
text-align: center;
padding: 18px 16px;
text-decoration: none;
}
.myNavbar ul.myNav li a:hover:not(.active) {
background-color: none;
color: #ABB2B9;
}
.myNavbar ul.myNav li a.active {
background-color: #4CAF50;
}
.myNavbar ul.myNav li.right {
float: right;
}
.asheuh-navbar {
list-style-type: none;
margin: 0;
padding: 0;
float: right;
width: 85%;
overflow: hidden;
background-color: none;
border-bottom: 1px solid #ccc;
}
.asheuh-navbar ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.asheuh-navbar ul li {
float: left;
}
.asheuh-navbar ul li a {
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.asheuh-navbar ul li a:hover:not(.active) {
background-color: #EAF2F8;
color: #5DADE2;
}
.asheuh-navbar ul li a.active {
background-color: #4CAF50;
}
.asheuh-navbar ul li.right {
float: right;
}
/* Navbar on small screen */
@media screen and (max-width: 600px) {
.myNavbar ul.myNav li.right,
.myNavbar ul.myNav li {
float: none;
}
}
@media screen and (max-width: 900px) {
.asheuh-navbar ul li.right,
.asheuh-navbar ul li {
float: none;
}
.asheuh-navbar ul {
width: 100%;
}
.asheuh-navbar {
width: 100%;
}
.shownone {
display: none;
}
.asheuh-navbar {
background-color: #17202A;
}
.asheuh-navbar ul li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
}
/*
------------------
sidebar navigation
------------------
*/
.asheuh-sidenav {
margin: 0;
padding: 0;
width: 15%;
background-color: #D6EAF8;
position: fixed;
height: 100%;
overflow: auto;
border-right: 1px solid #ABB2B9;
}
.asheuh-sidenav ul {
list-style-type: none;
width: 100%;
margin: 0;
padding: 0;
}
.asheuh-sidenav ul li a {
display: block;
color: rgb(25, 54, 50);
padding: 8px 16px;
text-decoration: none;
}
.asheuh-sidenav ul li a.active {
background-color: #F4F6F6;
color: black;
}
.asheuh-sidenav ul li a:hover:not(.active) {
background-color: #D6EAF8;
color: black;
}
.content {
margin-left: 15%;
padding: 1px 16px;
height: 100%;
width: 85%;
}
/* sidebar navigation on small screen */
@media screen and (max-width: 900px) {
.asheuh-sidenav {
width: 100%;
height: auto;
position: relative;
}
.asheuh-sidenav ul li a {
float: left;
padding: 15px;
}
.content {
margin-left: 0;
}
}
@media screen and (max-width: 900px) {
.asheuh-sidenav ul li a {
text-align: center;
float: none;
}
}
/*
-------------
dropdown menu
-------------
*/
.dropdown-container {
display: none;
width: 100%;
background-color: #212F3D;
}
.dropdown-container li a {
text-decoration: none;
color: rgba(255, 255, 255, 0.736);
display: block;
border: none;
background-color: #212F3D;
width: 100%;
text-align: left;
cursor: pointer;
outline: 0;
padding: 8px 16px;
}
.dropdown-container li a:hover {
background-color: #34495E;
}
@media screen and (max-width: 900px) {
.dropdown-container li a {
float: none;
padding: 15px;
outline: 0;
width: 100%;
}
.dropdown-container li a:hover {
background-color: none;
}
}
/*
-------------
containers
-----------
*/
.my-container-fluid {
width: 100%;
margin: auto;
}
.my-container {
width: 80%;
margin: auto;
}
@media screen and (max-width: 900px) {
.my-container-fluid {
width: 100%;
margin: auto;
}
.my-container {
width: 100%;
margin: auto;
}
}
/*
-----------
Grid system
-----------
*/
.span-col-2{grid-column: span 2 / auto;}
.span-col-3{grid-column: span 3 / auto;}
.span-col-4{grid-column: span 4 / auto;}
.span-col-5{grid-column: span 5 / auto;}
.grid-7 {
display: grid;
grid-template-columns: repeat(7, 1fr);
grid-gap: 10px;
}
.grid-6 {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-gap: 10px;
}
@media all and (max-width: 900px) {
.grid-6 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
}
}
.grid-5 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 10px;
}
@media all and (max-width: 900px) {
.grid-5 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
}
}
.grid-4 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 10px;
}
@media all and (max-width: 900px) {
.grid-4 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
}
}
.grid-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
}
@media all and (max-width: 900px) {
.grid-3 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
width: 100%;
}
.side-grid {
display: none;
}
}
.grid-2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 10px;
}
@media all and (max-width: 900px) {
.grid-2 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
}
}
.grid-1 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
}
@media all and (max-width: 900px) {
.grid-1 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
}
}
/*
---------
button
-------
*/
.btn {
color: white;
border: none;
padding: 4px 32px;
text-align: center;
border-radius: 2em;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-bottom: 10px;
}
.btn-success {
background-color: #4CAF50;
}
.btn-primary {
background-color: #008CBA;
}
.btn-danger {
background-color: #f44336;
}
/*
---------
panel
--------
*/
.panel:after,
.panel:before {
content: "";
display: table;
clear: both
}
.panel {
padding: 0.1em 16px;
}
.panel {
margin-top: 2em;
margin: 1em;
margin-bottom: 16px;
}
.pale-green {
color: #000!important;
background-color: white!important;
}
.pale-green p.asheuh {
color: #A9CCE3;
}
.panel.pale-green {
border-radius: 0.5em;
border: 1px solid #A9CCE3;
}
/*
------
card
-----
*/
.card {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
background-color: rgba(255, 255, 255, 0.774);
width: 100%;
padding-bottom: 10px;
}
.card:last-child {
margin-right: 5%;
}
/*
-----------
form input
----------
*/
input[type=text],
input[type=password] {
width: 100%;
padding: 12px;
margin: 10px 0 22px 0;
border-radius: 5px;
border: 1px solid #80808049;
background: white;
}
input[type=text]:focus,
input[type=password]:focus {
background-color: white;
outline: none;
border: 1.5px solid #7ac9b7;
}
@media screen and (max-width: 600px) {
.col-25,
.col-75,
input[type=submit] {
width: 100%;
margin-top: 0;
}
}
@media screen and (max-width: 350px) {
input[type=submit] {
padding: 4px;
font-size: 12px;
}
input[type=text] {
padding: 8px;
}
p {
font-size: 22px;
}
.registerbtn {
width: 80%;
margin: 10px 30% 10px 11%;
}
} | public/static/css/asheuh-framework.css | ------
Navbar
------
*/
.header {
height: 53px;
}
.myNavbar ul.myNav {
list-style-type: none;
margin: 0;
width: 100%;
position: fixed;
background-color: #FAFAFA;
padding: 0;
z-index: 2;
top: 0;
height: 53px;
overflow: hidden;
border-bottom: 1px solid #f1f1f1;
}
.myNavbar ul.myNav li {
float: left;
}
.myNavbar ul.myNav li a {
display: block;
color: black;
font-size: 16px;
text-align: center;
padding: 18px 16px;
text-decoration: none;
}
.myNavbar ul.myNav li a:hover:not(.active) {
background-color: none;
color: #ABB2B9;
}
.myNavbar ul.myNav li a.active {
background-color: #4CAF50;
}
.myNavbar ul.myNav li.right {
float: right;
}
.asheuh-navbar {
list-style-type: none;
margin: 0;
padding: 0;
float: right;
width: 85%;
overflow: hidden;
background-color: none;
border-bottom: 1px solid #ccc;
}
.asheuh-navbar ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.asheuh-navbar ul li {
float: left;
}
.asheuh-navbar ul li a {
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.asheuh-navbar ul li a:hover:not(.active) {
background-color: #EAF2F8;
color: #5DADE2;
}
.asheuh-navbar ul li a.active {
background-color: #4CAF50;
}
.asheuh-navbar ul li.right {
float: right;
}
/* Navbar on small screen */
@media screen and (max-width: 600px) {
.myNavbar ul.myNav li.right,
.myNavbar ul.myNav li {
float: none;
}
}
@media screen and (max-width: 900px) {
.asheuh-navbar ul li.right,
.asheuh-navbar ul li {
float: none;
}
.asheuh-navbar ul {
width: 100%;
}
.asheuh-navbar {
width: 100%;
}
.shownone {
display: none;
}
.asheuh-navbar {
background-color: #17202A;
}
.asheuh-navbar ul li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
}
/*
------------------
sidebar navigation
------------------
*/
.asheuh-sidenav {
margin: 0;
padding: 0;
width: 15%;
background-color: #D6EAF8;
position: fixed;
height: 100%;
overflow: auto;
border-right: 1px solid #ABB2B9;
}
.asheuh-sidenav ul {
list-style-type: none;
width: 100%;
margin: 0;
padding: 0;
}
.asheuh-sidenav ul li a {
display: block;
color: rgb(25, 54, 50);
padding: 8px 16px;
text-decoration: none;
}
.asheuh-sidenav ul li a.active {
background-color: #F4F6F6;
color: black;
}
.asheuh-sidenav ul li a:hover:not(.active) {
background-color: #D6EAF8;
color: black;
}
.content {
margin-left: 15%;
padding: 1px 16px;
height: 100%;
width: 85%;
}
/* sidebar navigation on small screen */
@media screen and (max-width: 900px) {
.asheuh-sidenav {
width: 100%;
height: auto;
position: relative;
}
.asheuh-sidenav ul li a {
float: left;
padding: 15px;
}
.content {
margin-left: 0;
}
}
@media screen and (max-width: 900px) {
.asheuh-sidenav ul li a {
text-align: center;
float: none;
}
}
/*
-------------
dropdown menu
-------------
*/
.dropdown-container {
display: none;
width: 100%;
background-color: #212F3D;
}
.dropdown-container li a {
text-decoration: none;
color: rgba(255, 255, 255, 0.736);
display: block;
border: none;
background-color: #212F3D;
width: 100%;
text-align: left;
cursor: pointer;
outline: 0;
padding: 8px 16px;
}
.dropdown-container li a:hover {
background-color: #34495E;
}
@media screen and (max-width: 900px) {
.dropdown-container li a {
float: none;
padding: 15px;
outline: 0;
width: 100%;
}
.dropdown-container li a:hover {
background-color: none;
}
}
/*
-------------
containers
-----------
*/
.my-container-fluid {
width: 100%;
margin: auto;
}
.my-container {
width: 80%;
margin: auto;
}
@media screen and (max-width: 900px) {
.my-container-fluid {
width: 100%;
margin: auto;
}
.my-container {
width: 100%;
margin: auto;
}
}
/*
-----------
Grid system
-----------
*/
.span-col-2{grid-column: span 2 / auto;}
.span-col-3{grid-column: span 3 / auto;}
.span-col-4{grid-column: span 4 / auto;}
.span-col-5{grid-column: span 5 / auto;}
.grid-7 {
display: grid;
grid-template-columns: repeat(7, 1fr);
grid-gap: 10px;
}
.grid-6 {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-gap: 10px;
}
@media all and (max-width: 900px) {
.grid-6 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
}
}
.grid-5 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 10px;
}
@media all and (max-width: 900px) {
.grid-5 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
}
}
.grid-4 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 10px;
}
@media all and (max-width: 900px) {
.grid-4 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
}
}
.grid-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
}
@media all and (max-width: 900px) {
.grid-3 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
width: 100%;
}
.side-grid {
display: none;
}
}
.grid-2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 10px;
}
@media all and (max-width: 900px) {
.grid-2 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
}
}
.grid-1 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
}
@media all and (max-width: 900px) {
.grid-1 {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
}
}
/*
---------
button
-------
*/
.btn {
color: white;
border: none;
padding: 4px 32px;
text-align: center;
border-radius: 2em;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-bottom: 10px;
}
.btn-success {
background-color: #4CAF50;
}
.btn-primary {
background-color: #008CBA;
}
.btn-danger {
background-color: #f44336;
}
/*
---------
panel
--------
*/
.panel:after,
.panel:before {
content: "";
display: table;
clear: both
}
.panel {
padding: 0.1em 16px;
}
.panel {
margin-top: 2em;
margin: 1em;
margin-bottom: 16px;
}
.pale-green {
color: #000!important;
background-color: white!important;
}
.pale-green p.asheuh {
color: #A9CCE3;
}
.panel.pale-green {
border-radius: 0.5em;
border: 1px solid #A9CCE3;
}
/*
------
card
-----
*/
.card {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
background-color: rgba(255, 255, 255, 0.774);
width: 100%;
padding-bottom: 10px;
}
.card:last-child {
margin-right: 5%;
}
/*
-----------
form input
----------
*/
input[type=text],
input[type=password] {
width: 100%;
padding: 12px;
margin: 10px 0 22px 0;
border-radius: 5px;
border: 1px solid #80808049;
background: white;
}
input[type=text]:focus,
input[type=password]:focus {
background-color: white;
outline: none;
border: 1.5px solid #7ac9b7;
}
@media screen and (max-width: 600px) {
.col-25,
.col-75,
input[type=submit] {
width: 100%;
margin-top: 0;
}
}
@media screen and (max-width: 350px) {
input[type=submit] {
padding: 4px;
font-size: 12px;
}
input[type=text] {
padding: 8px;
}
p {
font-size: 22px;
}
.registerbtn {
width: 80%;
margin: 10px 30% 10px 11%;
}
} | 0.604165 | 0.131842 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
* body {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
/*.body {
font-family: 'Roboto',sans-serif;
}*/
/*header style code*/
.material-icons{
color: rgb(96,96,96);
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
height: 70px;
padding-left: 15px;
padding-right: 15px;
}
.header_left {
display: flex;
align-items: center;
}
.header_left img{
width:100px;
margin-left: 15px;
}
.header i{
padding: 0px 7px;
cursor: pointer;
}
.header__search .form{
border: 1px solid #ddd;
height: 35px;
margin: 0;
padding: 0;
display: flex;
}
.header__search input{
width: 600px;
padding: 10px;
margin: 0;
border-radius: 0;
border: none;
}
.search-bar {
width: 600px;
padding: 10px;
margin: 0;
border-radius: 0;
border: none;
}
/*.header__search button{
padding: 0;
margin: 0;
height: 100;
border: none;
border-radius: 0;
}*/
.search-btn {
padding: 0;
margin: 0;
height: 100;
border: none;
border-radius: 0;
}
/*style for mainbody*/
.mainbody{
height: calc(100vh-70px);
display: flex;
overflow: hidden;
}
/*sidebar*/
.sidebar{
height: 100%;
width: 230px;
background-color: white;
overflow-y: scroll;
}
.sidebar_categories{
width: 100%;
display: flex;
flex-direction: column;
margin-bottom: 15px;
margin-top: 15px;
}
.sidebar_category{
display: flex;
align-items: center;
padding: 12px 25px;
}
.sidebar_category span{
margin-left: 15px;
}
.sidebar_category:hover{
background: #e5e5e5;
cursor: pointer;
}
.sidebar::-webkit-scrollbar{
display: none;
}
hr{
height: 1px;
background-color: #e5e5e5;
border: none;
}
/* Videos*/
.videos{
background-color: #f9f9f9;
width: 100%;
height: 100%;
padding: 15px 25px;
border-top: 1px solid #ddd;
overflow-y: scroll;
}
.videos_container{
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}
.video{
width: 310px;
margin-right:4px;
margin-bottom: 30px;
}
.video_thumbnail{
width: 100%;
height: 170px;
}
.video_thumbnail img{
object-fit: cover;
height: 100%;
width: 100%;
}
.author img{
object-fit: cover;
border-radius: 50%;
height: 40px;
width: 40px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 0px;
}
.video_details {
display:flex;
margin-top: 10px;
}
.title{
display: flex;
flex-direction: column;
font-size: 40px;
}
.title h3{
color: rgb(3,3,3);
line-height: 18px;
font-size: 14px;
margin-bottom: 6px;
margin-top: 5px;
}
.title a,span{
text-decoration: none;
color: rgb(96,96,96);
font-size: 14px;
}
h1{
font-size: 20px;
margin-bottom: 10px;
color: rgb(3,3,3);
}
@media (max-width: 425px) {
.header__search {
display: none;
}
.header_icons .material-icons {
display: none;
}
.header_icons .display-this {
display: inline;
}
.sidebar {
display: none;
}
}
@media (max-width: 768px) {
.header__search {
display: none;
}
.sidebar {
display: none;
}
.show-sidebar {
display: inline;
position: fixed;
top: 4.4rem;
height: auto;
}
}
@media (max-width: 941px) {
.header__search input {
width: 300px;
}
}
@media (max-width: 1072px) {
.header__search input {
width: 300px;
}
} | YOUTUBE-CLONE/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
* body {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
/*.body {
font-family: 'Roboto',sans-serif;
}*/
/*header style code*/
.material-icons{
color: rgb(96,96,96);
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
height: 70px;
padding-left: 15px;
padding-right: 15px;
}
.header_left {
display: flex;
align-items: center;
}
.header_left img{
width:100px;
margin-left: 15px;
}
.header i{
padding: 0px 7px;
cursor: pointer;
}
.header__search .form{
border: 1px solid #ddd;
height: 35px;
margin: 0;
padding: 0;
display: flex;
}
.header__search input{
width: 600px;
padding: 10px;
margin: 0;
border-radius: 0;
border: none;
}
.search-bar {
width: 600px;
padding: 10px;
margin: 0;
border-radius: 0;
border: none;
}
/*.header__search button{
padding: 0;
margin: 0;
height: 100;
border: none;
border-radius: 0;
}*/
.search-btn {
padding: 0;
margin: 0;
height: 100;
border: none;
border-radius: 0;
}
/*style for mainbody*/
.mainbody{
height: calc(100vh-70px);
display: flex;
overflow: hidden;
}
/*sidebar*/
.sidebar{
height: 100%;
width: 230px;
background-color: white;
overflow-y: scroll;
}
.sidebar_categories{
width: 100%;
display: flex;
flex-direction: column;
margin-bottom: 15px;
margin-top: 15px;
}
.sidebar_category{
display: flex;
align-items: center;
padding: 12px 25px;
}
.sidebar_category span{
margin-left: 15px;
}
.sidebar_category:hover{
background: #e5e5e5;
cursor: pointer;
}
.sidebar::-webkit-scrollbar{
display: none;
}
hr{
height: 1px;
background-color: #e5e5e5;
border: none;
}
/* Videos*/
.videos{
background-color: #f9f9f9;
width: 100%;
height: 100%;
padding: 15px 25px;
border-top: 1px solid #ddd;
overflow-y: scroll;
}
.videos_container{
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}
.video{
width: 310px;
margin-right:4px;
margin-bottom: 30px;
}
.video_thumbnail{
width: 100%;
height: 170px;
}
.video_thumbnail img{
object-fit: cover;
height: 100%;
width: 100%;
}
.author img{
object-fit: cover;
border-radius: 50%;
height: 40px;
width: 40px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 0px;
}
.video_details {
display:flex;
margin-top: 10px;
}
.title{
display: flex;
flex-direction: column;
font-size: 40px;
}
.title h3{
color: rgb(3,3,3);
line-height: 18px;
font-size: 14px;
margin-bottom: 6px;
margin-top: 5px;
}
.title a,span{
text-decoration: none;
color: rgb(96,96,96);
font-size: 14px;
}
h1{
font-size: 20px;
margin-bottom: 10px;
color: rgb(3,3,3);
}
@media (max-width: 425px) {
.header__search {
display: none;
}
.header_icons .material-icons {
display: none;
}
.header_icons .display-this {
display: inline;
}
.sidebar {
display: none;
}
}
@media (max-width: 768px) {
.header__search {
display: none;
}
.sidebar {
display: none;
}
.show-sidebar {
display: inline;
position: fixed;
top: 4.4rem;
height: auto;
}
}
@media (max-width: 941px) {
.header__search input {
width: 300px;
}
}
@media (max-width: 1072px) {
.header__search input {
width: 300px;
}
} | 0.453746 | 0.072801 |
===================
样式目录/已有控件
>>整体背景
>>版块列表展示页
>>发帖回复按钮
>>版块信息
>>帖子列表包裹
>>帖子列表样式
>>帖子列表状态图
>>加入该版块会员列表
>>未加入版块提示
>>阅读页结构
>>楼层左箭头
>>阅读页标题
>>阅读页数据
>>阅读页楼层左侧用户信息
>>阅读页上一主题/下一主题
>>阅读页楼层顶部操作
>>阅读页喜欢操作
>>阅读页喜欢确认弹窗
>>最新喜欢会员列表
>>楼层喜欢的会员弹窗
>>阅读页标签
>>阅读页标签名片
>>快速回复
>>快速回复列表
>>楼层用户签名
>>帖内置顶
>>编辑记录
>>公告
>>
===================
*/
/*
===================
整体背景
===================
*/
.btn_post,
.btn_replay,
.posts_icon i,
.floor_info .operate a,
.floor_page .next,
.floor_page .pre,
.floor_bottom_tips a.a_reply,
.floor_bottom_tips a.a_like,
.more_down,
.icon_read_like,
.pop_read_like_arrow,
.reply_quick .operate .a_face,
.inside_digs_icon{
background:url(../../images/forum/bg.png) no-repeat;
}
/*
===================
论坛基础信息
===================
*/
.bbs_info_box{
color:#666;
color:rgba(0,0,0,0.6);
margin-bottom:10px;
}
.bbs_info_box span{
display:inline-block;
vertical-align:top;
}
.bbs_info_box i{
display:inline-block;
vertical-align:top;
width:1px;
height:12px;
background:#ccc;
overflow:hidden;
padding:0;
margin:3px 10px 0;
}
/*
===================
版块列表展示页
===================
*/
.forum_group{
border-top:1px solid #e5e5e5;
margin-top:-1px;
}
.forum_group .box_title{
background:#f7f7f7;
border-top:1px solid #fff;
}
.forum_group table a{
color:#333;
}
/*分类版块名*/
.forum_group .cname{
font-size:12px;
}
.forum_group .fname{
font-size:12px;
}
/*版块名*/
.forum_group .fname a{
margin-right:5px;
font-weight:700;
}
.forum_group .ct{
padding:0 15px;
margin-top:-1px;
}
.forum_group .ct img{
max-width:500px;
}
.forum_group .ct table{
table-layout:fixed;
}
.forum_group .ct td,
.forum_group .ct th{
padding:10px 0;
border-top:1px dashed #e4e4e4;
}
/*版块简介*/
.forum_group .descrip{
color:#999;
}
/*最后回复*/
.forum_group .last{
width:250px;
}
.forum_group .last,
.forum_group .last_name{
color:#999;
}
.forum_group .last_name{
margin-right:5px;
}
/*新旧帖*/
.forum_group .ct .old,
.forum_group .ct .new,
.forum_group .ct .lock{
padding:10px 5px 10px 45px;
color:#444;
font-weight:100;
height:35px;
}
/*旧主题版块*/
.forum_group .ct .old{
background:url(../../images/forum/old.gif) 0 center no-repeat;
}
/*新主题版块*/
.forum_group .ct .new{
background:url(../../images/forum/new.gif) 0 center no-repeat;
}
/*锁定版块*/
.forum_group .ct .lock{
background:url(../../images/forum/lock.gif) 0 center no-repeat;
}
/*
===================
子版块列表
>>继承 forum_group
===================
*/
.forum_child{
margin-top:20px;
padding:0 10px 10px;
background:#fbfbfb;
border-bottom:1px solid #e9e9e9;
}
.forum_child .hd{
border-bottom:1px solid #fbfbfb;
overflow:hidden;
padding:7px 10px;
position:relative;
padding-bottom:0;
color:#666;
}
/*
===================
发帖回复按钮
===================
*/
.btn_post,
.btn_replay{
height:30px;
overflow:hidden;
width:70px;
display:block;
text-indent:-2000em;
text-decoration:none;
float:left;
position:relative;
}
.btn_post{
background-position:0 0;
}
.btn_post:hover{
background-position:0 -30px;
}
.btn_post:active{
background-position:0 -60px;
}
.btn_replay{
background-position:0 -90px;
}
.btn_replay:hover{
background-position:0 -120px;
}
.btn_replay:active{
background-position:0 -150px;
}
/*列表页分页和发帖*/
.pages_wrap{
padding:0 0 10px 0;
}
.pages_wrap .btn_post{
float:left;
}
.pages_wrap .pages{
float:right;
}
/*阅读页分页和发帖回复*/
.read_pages_wrap{
padding:0 0 10px 0;
}
.read_pages_wrap .btn_post{
float:right;
margin-left:10px;
display:inline;
}
.read_pages_wrap .btn_replay{
float:right;
}
.read_pages_wrap .pages{
float:left;
}
/*下拉菜单*/
.btn_post_menu{
width:68px;
border:1px solid #b1d1de;
background:#fff;
position:absolute;
z-index:1;
}
.btn_post_menu li a{
display:block;
line-height:28px;
height:28px;
text-align:center;
color:#666;
}
.btn_post_menu li a:hover{
background:#f2f7fb;
text-decoration:none;
}
/*
===================
版块信息
===================
*/
.forum_info_box{
}
/*logo*/
.forum_info_box .banner{
float:left;
margin-right:15px;
}
.forum_info_box .banner img{
max-width:300px;
}
/*名称*/
.forum_info_box .name{
overflow:hidden;
}
.forum_info_box .name h3{
display:inline;
margin-right:15px;
font-size:14px;
}
/*相关数值*/
.forum_info_box .num{
margin-bottom:5px;
overflow:hidden;
font-family:Tahoma;
}
.forum_info_box .num ul{
}
.forum_info_box .num li{
float:left;
padding:0 20px 0 0;
color:#666;
}
.forum_info_box .num li.none{
border:0 none;
}
.forum_info_box .num em{
color:#000;
font-weight:700;
}
/*版主*/
.forum_info_box .moderator{
margin-bottom:5px;
color:#666;
}
.forum_info_box .moderator a{
color:#333;
}
/*公告*/
.forum_info_box .notice{
overflow:hidden;
color:#666;
}
/*更多*/
.forum_info_box .more{
white-space:nowrap;
}
/*子版*/
.forum_info_box .child{
margin-bottom:10px;
color:#666;
overflow:hidden;
}
.forum_info_box .child a{
margin-right:15px;
white-space:nowrap;
}
/*
===================
帖子列表包裹
===================
*/
.thread_page{
position:relative;
padding:0;
margin:0;
}
/*
===================
帖子列表样式
===================
*/
.thread_posts_list{
padding:0 0 10px;
}
.thread_posts_list table{
table-layout:fixed;
}
.thread_posts_list td{
border-bottom:1px dashed #dcdcdc;
}
.thread_posts_list tr.tr_check td{
background:#ffffee;
}
.thread_posts_list .author{
width:55px;
}
.thread_posts_list .author a{
display:block;
width:45px;
height:45px;
overflow:hidden;
}
.thread_posts_list .ordinary{
background:#f7f7f7;
padding:3px 0;
color:#666;
}
.thread_posts_list .num{
width:130px;
line-height:18px;
text-align:center;
color:#999;
}
.thread_posts_list .num span{
float:right;
display:block;
background:#f4f4f4;
width:54px;
height:36px;
padding:4px 0;
margin:0 0 0 10px;
border-radius: 3px;
overflow:hidden;
}
.thread_posts_list .num em{
display:block;
font-weight:700;
}
.thread_posts_list .st{
font-size:14px;
margin-right:3px;
}
.thread_posts_list .subject{
padding:10px 0 !important;
}
.thread_posts_list .subject em{
font-size:14px;
margin-right:5px;
}
.thread_posts_list .title{
padding-bottom:5px;
}
.thread_posts_list .info,
.thread_posts_list .info a{
color:#999;
}
.thread_posts_list .info span{
margin:0 10px 0 5px;
}
/*
===================
帖子列表状态图标
===================
*/
.posts_icon i{
display:inline-block;
width:20px;
height:20px;
overflow:hidden;
vertical-align:middle;
background-position:-80px -40px;
margin-top:1px;
font:0/0 Arial;
}
.posts_icon i.icon_headtopic_1{
background-position:-80px 0;
}
.posts_icon i.icon_headtopic_2{
background-position:-100px 0;
}
.posts_icon i.icon_headtopic_3{
background-position:-120px 0;
}
.posts_icon i.icon_digest{
background-position:-120px -20px;
}
.posts_icon i.icon_topichot{
background-position:-100px -20px;
}
.posts_icon i.icon_topicnew{
background-position:-80px -20px;
}
.posts_icon i.icon_topic{
background-position:-80px -40px;
}
.posts_icon i.icon_img{
background-position:-100px -40px;
}
.posts_icon i.icon_vote{
background-position:-120px -40px;
}
.posts_icon i.icon_lock{
background-position:-80px -60px;
}
.posts_icon i.icon_highlight{
background-position:-100px -60px;
}
.posts_icon i.icon_like{
background-position:-120px -60px;
}
.posts_icon i.icon_music{
background-position:-80px -80px;
}
.posts_icon i.icon_shop{
background-position:-100px -80px;
}
.posts_icon i.icon_file{
background-position:-120px -80px;
}
.posts_icon i.icon_reward{
background-position:-100px -100px;
}
.posts_icon i.icon_debate{
background-position:-120px -100px;
}
/*
===================
加入该版块会员列表
===================
*/
.thread_uesr_list{
overflow:hidden;
padding:15px 0;
}
.thread_uesr_list h2{
font-size:12px;
color:#666;
border-bottom:1px solid #e9e9e9;
margin-bottom:15px;
padding:5px 0;
}
.thread_uesr_list h2 span{
float:right;
font-weight:100;
}
.thread_uesr_list ul{
margin-left:-30px;
}
.thread_uesr_list li{
width:90px;
margin-left:31px;
height:140px;
float:left;
display:inline;
}
.thread_uesr_list li img{
vertical-align:top;
}
.thread_uesr_list li a{
display:block;
}
.thread_uesr_list li p a{
background:#f6f6f6;
height:22px;
line-height:22px;
overflow:hidden;
padding:0 5px;
display:block;
text-align:center;
color:#0079b4;
}
/*
===================
未加入版块提示
===================
*/
.not_followforum{
padding-top:20px;
width:620px;
height:295px;
background:url(../../images/forum/not_followforum.png) 0 20px no-repeat;
overflow:hidden;
text-indent:-2000em;
}
/*
===================
阅读页结构
===================
*/
.floor{
border-left:1px solid #efefef;
border-right:1px solid #efefef;
border-bottom:1px solid #d3d3d3;
box-shadow:0 1px 1px rgba(0,0,0,0.02);
background:#fff;
margin-bottom:10px;
}
.floor .box_wrap{
border:0 none;
box-shadow:0 0 0;
background:none;
border-radius:0;
margin:0;
}
#read_0{
margin-top:0;
}
.floor .floor_left{
vertical-align:top;
width:160px;
background:#fbfbfb;
border-right:1px solid #e9e9e9;
}
.floor .floor_right{
vertical-align:top;
padding:10px 20px;
}
.floor_bottom{
vertical-align:bottom;
padding:0 20px;
}
/*
===================
楼层左箭头
===================
*/
.floor_arrow{
display:none;
position:absolute;
margin-left:-42px;
margin-top:25px;
}
.floor_arrow span,
.floor_arrow em{
position:absolute;
width:0;
height:0;
padding:0;
margin:-1px 0 0 2px;
border-top:10px transparent dashed;
border-bottom:10px transparent dashed;
border-left:10px transparent dashed;
overflow:hidden;
}
.floor_arrow span{
border-right:10px #ffffff solid;
}
.floor_arrow em{
border-right:10px #d3d3d3 solid;
margin-top:0;
}
/*
===================
阅读页标题
===================
*/
.floor_title{
padding:2px 0 12px;
border-bottom:1px dashed #dddddd;
margin-bottom:10px;
}
.floor_title h1{
font-size:16px;
display:inline;
line-height:24px;
}
/*帖子荣誉*/
.floor_honor{
padding:0 0 0 10px;
display:inline-block;
vertical-align:top;
padding-top:2px;
}
/*
===================
阅读页数据
>>回复/浏览
===================
*/
.post_num{
float:right;
margin-top:5px;
color:#999;
}
.post_num .replies{
padding-left:10px;
}
.post_num .hits{
border-right:1px solid #ccc;
padding:0 10px;
}
/*
===================
阅读页楼层左侧用户信息
===================
*/
.floor_info{
padding:20px 0 20px 20px;
}
/*用户名*/
.floor_info .name{
padding:5px 0;
}
.floor_info .name a{
font-weight:700;
color:#333;
}
/*头像*/
.floor_info .face{
width:120px;
height:120px;
position:relative;
margin-bottom:5px;
}
.floor_info .face a{
display:block;
}
.floor_info .face a img{
display:block;
width:120px;
height:120px;
}
/*
.floor_info .face .edit{
position:absolute;
bottom:0;
width:100%;
background:#000;
background:rgba(0,0,0,0.5);
height:20px;
text-align:center;
line-height:20px;
}
.floor_info .face .edit a{
display:inline;
margin:0 5px;
color:#fff;
}
*/
/*等级图标*/
.floor_info .level{
padding:5px 0 10px;
}
.floor_info .level img{
display:block;
margin:3px 0 0 -2px;
}
/*积分数据*/
.floor_info .integral{
margin-bottom:8px;
}
.floor_info .integral li{
padding-bottom:2px;
height:18px;
overflow:hidden;
}
.floor_info .integral em{
float:left;
width:60px;
}
.floor_info .integral span{
display:block;
width:70px;
height:18px;
float:left;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.floor_info .integral a{
color:#333;
}
/*操作:发邮件/加关注*/
.floor_info .operate{
margin-bottom:12px;
}
.floor_info .operate a{
display:inline-block;
line-height:20px;
height:20px;
color:#999;
}
.floor_info .operate a:hover{
color:#333;
text-decoration:none;
}
.floor_info .operate .follow{
background-position:-150px 6px;
margin-right:9px;
padding-left:12px;
}
.floor_info .operate .unfollow{
background-position:-150px -54px;
margin-right:9px;
padding-left:14px;
}
.floor_info .operate .message{
background-position:-150px -25px;
padding-left:16px;
}
/*用户拥有勋章*/
.floor_info .medal{
overflow:hidden;
padding-bottom:7px;
}
.floor_info .medal ul{
margin-left:-3px;
}
.floor_info .medal li{
float:left;
margin:0 0 0 3px;
height:33px;
}
/*
===================
阅读页上一主题/下一主题
===================
*/
.floor_page{
width:29px;
height:97px;
overflow:hidden;
position:fixed;
_position:absolute;
left:50%;
margin-left:480px;
top:300px;
}
.floor_page .next,
.floor_page .pre{
display:block;
height:48px;
overflow:hidden;
text-indent:-2000em;
background-position:0 -200px;
}
.floor_page .next{
background-position:0 -248px;
}
.floor_page a.pre:hover{
background-position:-30px -200px;
}
.floor_page a.next:hover{
background-position:-30px -248px;
}
/*
===================
阅读页楼层顶部操作
===================
*/
.floor_top_tips{
padding:0 0 10px;
margin-bottom:5px;
color:#666;
}
/*楼层*/
.floor_top_tips .lou{
float:right;
font-size:24px;
color:#bbb;
line-height:1.3;
cursor:pointer;
}
.floor_top_tips .lou sup{
font-size:12px;
}
.floor_top_tips .fr a{
color:#666666;
}
.floor_bottom_tips{
padding:10px 0;
color:#666;
height:20px;
}
.floor_bottom_tips a{
color:#666;
}
.floor_bottom_tips a.a_reply{
padding-left:15px;
margin-right:20px;
background-position:-150px -87px;
}
.floor_bottom_tips a.a_like{
padding-left:15px;
background-position:-150px -117px;
}
/*更多 只看楼主/倒序阅读*/
.more_down{
float:right;
width:13px;
height:13px;
overflow:hidden;
text-indent:-2000em;
background-position:-80px -200px;
margin:3px 20px;
}
.more_down:hover{
background-position:-80px -213px;
}
/*
===================
阅读页喜欢操作
===================
*/
.icon_read_like{
width:116px;
height:25px;
background-position:0 -300px;
background-repeat:no-repeat;
display:block;
margin:30px auto 20px;
color:#ff6600;
line-height:25px;
cursor:pointer;
overflow:hidden;
}
.icon_read_like span{
float:left;
display:block;
width:0;
height:0;
overflow:hidden;
font:0/0 Arial;
padding:0;
margin:0;
}
.icon_read_like em{
float:right;
width:47px;
height:25px;
color:#ff6600;
text-align:center;
font-weight:700;
text-indent:0;
overflow:hidden;
display:block;
}
.icon_read_like:hover{
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity:0.9;
text-decoration:none;
}
/*
===================
阅读页喜欢确认弹窗
===================
*/
.pop_read_like{
width:212px;
border:1px solid #ffe7cb;
background:#fff4ea;
position:absolute;
padding:9px;
border-radius:5px;
box-shadow:0 2px 5px rgba(0,0,0,0.1);
}
.pop_read_like .input{
border-color:#ffd4ba;
width:200px;
outline:0 none;
}
.pop_read_like textarea{
border-color:#ffd4ba;
width:200px;
height:45px;
outline:0 none;
}
.pop_read_like .pop_close{
margin-left:0;
}
.pop_read_like .hd{
height:24px;
background:url(../../images/forum/pop_read_like_hd.png) -5px center no-repeat;
margin-bottom:6px;
text-indent:125px;
line-height:26px;
overflow:hidden;
}
.pop_read_like .ct{
padding:0 0 10px;
}
.pop_read_like .ft .btn{
margin:0 10px 0 0;
}
.pop_read_like_arrow{
width:22px;
height:13px;
background-position:-120px -300px;
position:absolute;
bottom:-13px;
right:60px;
}
/*
===================
最新喜欢会员列表
===================
*/
.read_like_list{
padding:0 0 10px;
}
.read_like_list h4{
margin-bottom:10px;
font-size:12px;
}
.read_like_list img{
vertical-align:top;
display:block;
margin-bottom:5px;
}
.read_like_list a{
margin-right:10px;
width:50px;
display:block;
float:left;
color:#666;
}
.read_like_list span{
display:block;
text-align:center;
height:18px;
overflow:hidden;
}
/*
===================
楼层喜欢的会员弹窗
===================
*/
.floot_like_pop{
width:260px;
}
.floot_like_pop img{
vertical-align:middle;
margin-right:5px;
}
.floot_like_pop li{
float:left;
width:49.9%;
padding:0 0 10px;
}
/*
===================
阅读页标签
===================
*/
.read_tag_list{
padding:0 0 10px;
}
.read_tag_list .tag_item{
display:inline-block;
background:#e8f2f9;
margin-right:10px;
margin-bottom:10px;
border-radius:3px;
padding:3px 10px;
vertical-align:top;
}
.read_rag_list .tag_item:hover{
background:#217bbb;
color:#fff;
}
.read_tag_list a.edit{
background:none;
padding-left:0;
line-height:22px;
display:inline-block;
}
/*
===================
阅读页标签名片
===================
*/
.tag_card{
width:260px;
background:#fff;
position:absolute;
border:1px solid #d9d9d9;
box-shadow: 0 3px 5px rgba(0,0,0,0.1);
padding:15px 20px;
z-index:999;
}
.tag_card .arrow{
position:absolute;
top:-9px;
left:10px;
}
.tag_card .arrow span,
.tag_card .arrow em{
position:absolute;
width:0;
height:0;
padding:0;
margin:0 0 0 2px;
border-top:5px transparent dashed;
border-right:5px transparent dashed;
border-left:5px transparent dashed;
overflow:hidden;
}
.tag_card .arrow span{
border-bottom:5px #ffffff solid;
}
.tag_card .arrow em{
border-bottom:5px #d9d9d9 solid;
margin-top:-1px;
}
.tag_card .name{
margin-bottom:10px;
overflow:hidden;
}
.tag_card .name h3{
display:inline;
margin-right:15px;
}
.tag_card .num{
margin-bottom:10px;
overflow:hidden;
}
.tag_card .num ul{
}
.tag_card .num li{
float:left;
padding:0 20px 0 0;
color:#666;
}
.tag_card .num em{
color:#000;
font-weight:700;
}
.tag_card .ft{
border-top:1px dotted #ccc;
color:#666;
padding-top:10px;
}
/*
===================
快速回复
===================
*/
.reply_quick{
width:600px;
margin:30px 0 10px;
}
.reply_quick dt{
float:left;
}
.reply_quick dd{
float:right;
margin-bottom:5px;
border-top:1px solid #dcdcdc;
border-left:1px solid #dcdcdc;
position:relative;
}
.reply_quick textarea{
border:1px solid;
border-color:#e5e3e4 #dcdcdc #dcdcdc #e5e3e4;
width:520px;
box-shadow:0 0 0;
float:left;
}
.reply_quick textarea:focus{
outline:0 none;
border-color:#dcdcdc;
}
/*左角*/
.reply_quick dd .arrow{
position:absolute;
left:0;
top:15px;
margin-left:-14px;
}
.reply_quick dd .arrow span,
.reply_quick dd .arrow em{
position:absolute;
width:0;
height:0;
padding:0;
border-bottom:8px transparent dashed;
border-top:8px transparent dashed;
border-left:8px transparent dashed;
overflow:hidden;
}
.reply_quick dd .arrow span{
border-right:8px #fff solid;
}
.reply_quick dd .arrow em{
border-right:8px #dcdcdc solid;
margin-left:-2px;
margin-top:-1px;
}
/*按钮*/
.reply_quick .btn{
padding-right:15px;
padding-left:15px;
float:right;
}
.reply_quick .ft{
padding-left:68px;
}
.reply_quick .ft a{
float:right;
color:#999;
font-family:Simsun;
margin-right:20px;
margin-top:3px;
}
/*发布图片表情*/
.reply_quick .operate .a_face{
float:left;
margin-right:20px;
padding-left:22px;
line-height:20px;
color:#999;
background-position:-150px -147px;
}
.reply_quick .operate a:hover{
text-decoration:none;
color:#666;
}
.reply_quick .operate .a_face:hover{
background-position:-150px -177px;
}
/*
.reply_quick .operate .a_photo{
background-position:0 -27px;
}
.reply_quick .operate .a_photo:hover{
background-position:0 -87px;
}
.reply_quick .operate .a_photo_flash{
position:absolute;
margin-left:-48px;
height:22px;
overflow:hidden;
cursor:pointer;
}
*/
/*
===================
快速回复列表
===================
*/
.reply_list{
border:1px solid #f4f4f4;
background:#fafafa;
padding:0 15px;
margin-bottom:20px;
position:relative;
width:600px;
}
.reply_list .core_arrow_top{
left:0;
padding-left:15px;
}
.reply_list .core_arrow_top em{
border-bottom: 8px #f4f4f4 solid;
}
.reply_list .core_arrow_top span{
border-bottom: 8px #fafafa solid;
}
.reply_list .reply_quick{
margin:10px auto;
}
.reply_list ul{
padding-left:30px;
}
.reply_list li{
border-top:1px dotted #d7d7d7;
padding:10px 0 10px;
}
.reply_list li .face{
float:left;
margin-right:10px;
}
.reply_list li .reply_content{
overflow:hidden;
vertical-align:top;
}
.reply_list li .reply_content .time{
color:#999;
margin-right:10px;
}
.reply_list li .reply_content .operate{
float:right;
}
.reply_list li .reply_content .operate a{
margin-left:5px;
}
.reply_list li .reply_content img{
vertical-align:top;
}
/*
===================
楼主快速回复
===================
*/
.floor_reply{
padding:20px 20px;
vertical-align:top;
}
.reply_toolbar_wrap{
border:1px solid #e4e4e4;
margin-bottom:10px;
width:598px;
}
.reply_toolbar{
background:#f7f7f7;
border-bottom:1px solid #e4e4e4;
padding:5px 10px;
line-height:20px;
height:20px;
}
.floor_reply textarea{
width:590px;
height:90px;
border:0 none;
box-shadow:0 0 0;
}
.floor_reply textarea:focus{
outline:0 none;
}
.floor_reply .btn{
padding-left:15px;
padding-right:15px;
}
/*进入高级模式*/
.reply_high{
float:right;
color:#666;
}
/*未登录提示*/
.reply_login_tips{
border:1px solid #e4e4e4;
background:#fbfbfb;
padding:50px 0;
height:18px;
line-height:18px;
text-align:center;
color:#666;
}
/*
===================
楼层用户签名
===================
*/
.signature{
background:url(../../images/forum/signature.png) 0 0 no-repeat;
margin-top:10px;
padding:25px 0 0;
overflow:hidden;
_height:expression(this.scrollHeight>parseInt(this.currentStyle.maxHeight)?this.currentStyle.maxHeight:"auto");
}
/*
===================
帖内置顶
帖子相关操作记录
===================
*/
.inside_logs{
background:#f4f4f4;
text-align:center;
line-height:30px;
height:30px;
color:#666;
padding:0 10px;
margin-top:-5px;
margin-bottom:10px;
}
/*帖子置顶图标--火箭的那个小图标*/
.inside_digs_icon{
float:right;
width:16px;
height:16px;
background-position:-80px -120px;
overflow:hidden;
margin:7px 5px 0 0;
}
/*
===================
编辑记录
===================
*/
.edit_log{
padding:20px 0;
color:#666;
}
/*
===================
公告--待确认
===================
*/
.core_announce_wrap{
padding:0;
margin:10px 0 0;
border-bottom:1px dashed #e8e8e8;
height:28px;
overflow:hidden;
}
.core_announce li{
height:28px;
line-height:18px;
overflow:hidden;
background:url(../../images/forum/speaker.png) 0 3px no-repeat;
padding-left:18px;
float:left;
}
.core_announce li a{
color:#666;
margin-right:10px;
}
.core_announce span{
margin-right:10px;
color:#999999;
white-space:nowrap;
}
/*
===================
弹窗-管理操作选项
===================
*/
.pop_operat_list{
overflow:hidden;
}
.pop_operat_list ul{
margin-left:-10px;
_padding-bottom:10px;
}
.pop_operat_list li{
float:left;
margin:0 0 10px 10px;
}
.pop_operat_list a{
display:inline;
border:1px solid #ccc;
background:#fff;
padding:3px 10px;
float:left;
color:#333;
white-space:nowrap;
}
.pop_operat_list a:hover{
text-decoration:none;
border-color:#1377a9;
}
/*
===================
列表管理
===================
*/
.management{
background:#ffffee;
border:1px solid #e4e4e4;
padding:10px 15px;
color:#666;
margin-bottom:10px;
}
.management a{
margin:0 5px;
color:#333;
}
.management i{
color:#ccc;
font-style:normal;
margin:0 5px;
}
/*
===================
帖子管理
===================
*/
.read_management{
background:#ffffee;
border:1px solid #e4e4e4;
margin:0 0 10px;
padding:10px 15px;
color:#666;
}
.read_management a{
margin:0 5px;
color:#666;
}
.read_management i{
color:#ccc;
font-style:normal;
margin:0 5px;
} | public/assets/themes/forum/default/css/dev/forum.css | ===================
样式目录/已有控件
>>整体背景
>>版块列表展示页
>>发帖回复按钮
>>版块信息
>>帖子列表包裹
>>帖子列表样式
>>帖子列表状态图
>>加入该版块会员列表
>>未加入版块提示
>>阅读页结构
>>楼层左箭头
>>阅读页标题
>>阅读页数据
>>阅读页楼层左侧用户信息
>>阅读页上一主题/下一主题
>>阅读页楼层顶部操作
>>阅读页喜欢操作
>>阅读页喜欢确认弹窗
>>最新喜欢会员列表
>>楼层喜欢的会员弹窗
>>阅读页标签
>>阅读页标签名片
>>快速回复
>>快速回复列表
>>楼层用户签名
>>帖内置顶
>>编辑记录
>>公告
>>
===================
*/
/*
===================
整体背景
===================
*/
.btn_post,
.btn_replay,
.posts_icon i,
.floor_info .operate a,
.floor_page .next,
.floor_page .pre,
.floor_bottom_tips a.a_reply,
.floor_bottom_tips a.a_like,
.more_down,
.icon_read_like,
.pop_read_like_arrow,
.reply_quick .operate .a_face,
.inside_digs_icon{
background:url(../../images/forum/bg.png) no-repeat;
}
/*
===================
论坛基础信息
===================
*/
.bbs_info_box{
color:#666;
color:rgba(0,0,0,0.6);
margin-bottom:10px;
}
.bbs_info_box span{
display:inline-block;
vertical-align:top;
}
.bbs_info_box i{
display:inline-block;
vertical-align:top;
width:1px;
height:12px;
background:#ccc;
overflow:hidden;
padding:0;
margin:3px 10px 0;
}
/*
===================
版块列表展示页
===================
*/
.forum_group{
border-top:1px solid #e5e5e5;
margin-top:-1px;
}
.forum_group .box_title{
background:#f7f7f7;
border-top:1px solid #fff;
}
.forum_group table a{
color:#333;
}
/*分类版块名*/
.forum_group .cname{
font-size:12px;
}
.forum_group .fname{
font-size:12px;
}
/*版块名*/
.forum_group .fname a{
margin-right:5px;
font-weight:700;
}
.forum_group .ct{
padding:0 15px;
margin-top:-1px;
}
.forum_group .ct img{
max-width:500px;
}
.forum_group .ct table{
table-layout:fixed;
}
.forum_group .ct td,
.forum_group .ct th{
padding:10px 0;
border-top:1px dashed #e4e4e4;
}
/*版块简介*/
.forum_group .descrip{
color:#999;
}
/*最后回复*/
.forum_group .last{
width:250px;
}
.forum_group .last,
.forum_group .last_name{
color:#999;
}
.forum_group .last_name{
margin-right:5px;
}
/*新旧帖*/
.forum_group .ct .old,
.forum_group .ct .new,
.forum_group .ct .lock{
padding:10px 5px 10px 45px;
color:#444;
font-weight:100;
height:35px;
}
/*旧主题版块*/
.forum_group .ct .old{
background:url(../../images/forum/old.gif) 0 center no-repeat;
}
/*新主题版块*/
.forum_group .ct .new{
background:url(../../images/forum/new.gif) 0 center no-repeat;
}
/*锁定版块*/
.forum_group .ct .lock{
background:url(../../images/forum/lock.gif) 0 center no-repeat;
}
/*
===================
子版块列表
>>继承 forum_group
===================
*/
.forum_child{
margin-top:20px;
padding:0 10px 10px;
background:#fbfbfb;
border-bottom:1px solid #e9e9e9;
}
.forum_child .hd{
border-bottom:1px solid #fbfbfb;
overflow:hidden;
padding:7px 10px;
position:relative;
padding-bottom:0;
color:#666;
}
/*
===================
发帖回复按钮
===================
*/
.btn_post,
.btn_replay{
height:30px;
overflow:hidden;
width:70px;
display:block;
text-indent:-2000em;
text-decoration:none;
float:left;
position:relative;
}
.btn_post{
background-position:0 0;
}
.btn_post:hover{
background-position:0 -30px;
}
.btn_post:active{
background-position:0 -60px;
}
.btn_replay{
background-position:0 -90px;
}
.btn_replay:hover{
background-position:0 -120px;
}
.btn_replay:active{
background-position:0 -150px;
}
/*列表页分页和发帖*/
.pages_wrap{
padding:0 0 10px 0;
}
.pages_wrap .btn_post{
float:left;
}
.pages_wrap .pages{
float:right;
}
/*阅读页分页和发帖回复*/
.read_pages_wrap{
padding:0 0 10px 0;
}
.read_pages_wrap .btn_post{
float:right;
margin-left:10px;
display:inline;
}
.read_pages_wrap .btn_replay{
float:right;
}
.read_pages_wrap .pages{
float:left;
}
/*下拉菜单*/
.btn_post_menu{
width:68px;
border:1px solid #b1d1de;
background:#fff;
position:absolute;
z-index:1;
}
.btn_post_menu li a{
display:block;
line-height:28px;
height:28px;
text-align:center;
color:#666;
}
.btn_post_menu li a:hover{
background:#f2f7fb;
text-decoration:none;
}
/*
===================
版块信息
===================
*/
.forum_info_box{
}
/*logo*/
.forum_info_box .banner{
float:left;
margin-right:15px;
}
.forum_info_box .banner img{
max-width:300px;
}
/*名称*/
.forum_info_box .name{
overflow:hidden;
}
.forum_info_box .name h3{
display:inline;
margin-right:15px;
font-size:14px;
}
/*相关数值*/
.forum_info_box .num{
margin-bottom:5px;
overflow:hidden;
font-family:Tahoma;
}
.forum_info_box .num ul{
}
.forum_info_box .num li{
float:left;
padding:0 20px 0 0;
color:#666;
}
.forum_info_box .num li.none{
border:0 none;
}
.forum_info_box .num em{
color:#000;
font-weight:700;
}
/*版主*/
.forum_info_box .moderator{
margin-bottom:5px;
color:#666;
}
.forum_info_box .moderator a{
color:#333;
}
/*公告*/
.forum_info_box .notice{
overflow:hidden;
color:#666;
}
/*更多*/
.forum_info_box .more{
white-space:nowrap;
}
/*子版*/
.forum_info_box .child{
margin-bottom:10px;
color:#666;
overflow:hidden;
}
.forum_info_box .child a{
margin-right:15px;
white-space:nowrap;
}
/*
===================
帖子列表包裹
===================
*/
.thread_page{
position:relative;
padding:0;
margin:0;
}
/*
===================
帖子列表样式
===================
*/
.thread_posts_list{
padding:0 0 10px;
}
.thread_posts_list table{
table-layout:fixed;
}
.thread_posts_list td{
border-bottom:1px dashed #dcdcdc;
}
.thread_posts_list tr.tr_check td{
background:#ffffee;
}
.thread_posts_list .author{
width:55px;
}
.thread_posts_list .author a{
display:block;
width:45px;
height:45px;
overflow:hidden;
}
.thread_posts_list .ordinary{
background:#f7f7f7;
padding:3px 0;
color:#666;
}
.thread_posts_list .num{
width:130px;
line-height:18px;
text-align:center;
color:#999;
}
.thread_posts_list .num span{
float:right;
display:block;
background:#f4f4f4;
width:54px;
height:36px;
padding:4px 0;
margin:0 0 0 10px;
border-radius: 3px;
overflow:hidden;
}
.thread_posts_list .num em{
display:block;
font-weight:700;
}
.thread_posts_list .st{
font-size:14px;
margin-right:3px;
}
.thread_posts_list .subject{
padding:10px 0 !important;
}
.thread_posts_list .subject em{
font-size:14px;
margin-right:5px;
}
.thread_posts_list .title{
padding-bottom:5px;
}
.thread_posts_list .info,
.thread_posts_list .info a{
color:#999;
}
.thread_posts_list .info span{
margin:0 10px 0 5px;
}
/*
===================
帖子列表状态图标
===================
*/
.posts_icon i{
display:inline-block;
width:20px;
height:20px;
overflow:hidden;
vertical-align:middle;
background-position:-80px -40px;
margin-top:1px;
font:0/0 Arial;
}
.posts_icon i.icon_headtopic_1{
background-position:-80px 0;
}
.posts_icon i.icon_headtopic_2{
background-position:-100px 0;
}
.posts_icon i.icon_headtopic_3{
background-position:-120px 0;
}
.posts_icon i.icon_digest{
background-position:-120px -20px;
}
.posts_icon i.icon_topichot{
background-position:-100px -20px;
}
.posts_icon i.icon_topicnew{
background-position:-80px -20px;
}
.posts_icon i.icon_topic{
background-position:-80px -40px;
}
.posts_icon i.icon_img{
background-position:-100px -40px;
}
.posts_icon i.icon_vote{
background-position:-120px -40px;
}
.posts_icon i.icon_lock{
background-position:-80px -60px;
}
.posts_icon i.icon_highlight{
background-position:-100px -60px;
}
.posts_icon i.icon_like{
background-position:-120px -60px;
}
.posts_icon i.icon_music{
background-position:-80px -80px;
}
.posts_icon i.icon_shop{
background-position:-100px -80px;
}
.posts_icon i.icon_file{
background-position:-120px -80px;
}
.posts_icon i.icon_reward{
background-position:-100px -100px;
}
.posts_icon i.icon_debate{
background-position:-120px -100px;
}
/*
===================
加入该版块会员列表
===================
*/
.thread_uesr_list{
overflow:hidden;
padding:15px 0;
}
.thread_uesr_list h2{
font-size:12px;
color:#666;
border-bottom:1px solid #e9e9e9;
margin-bottom:15px;
padding:5px 0;
}
.thread_uesr_list h2 span{
float:right;
font-weight:100;
}
.thread_uesr_list ul{
margin-left:-30px;
}
.thread_uesr_list li{
width:90px;
margin-left:31px;
height:140px;
float:left;
display:inline;
}
.thread_uesr_list li img{
vertical-align:top;
}
.thread_uesr_list li a{
display:block;
}
.thread_uesr_list li p a{
background:#f6f6f6;
height:22px;
line-height:22px;
overflow:hidden;
padding:0 5px;
display:block;
text-align:center;
color:#0079b4;
}
/*
===================
未加入版块提示
===================
*/
.not_followforum{
padding-top:20px;
width:620px;
height:295px;
background:url(../../images/forum/not_followforum.png) 0 20px no-repeat;
overflow:hidden;
text-indent:-2000em;
}
/*
===================
阅读页结构
===================
*/
.floor{
border-left:1px solid #efefef;
border-right:1px solid #efefef;
border-bottom:1px solid #d3d3d3;
box-shadow:0 1px 1px rgba(0,0,0,0.02);
background:#fff;
margin-bottom:10px;
}
.floor .box_wrap{
border:0 none;
box-shadow:0 0 0;
background:none;
border-radius:0;
margin:0;
}
#read_0{
margin-top:0;
}
.floor .floor_left{
vertical-align:top;
width:160px;
background:#fbfbfb;
border-right:1px solid #e9e9e9;
}
.floor .floor_right{
vertical-align:top;
padding:10px 20px;
}
.floor_bottom{
vertical-align:bottom;
padding:0 20px;
}
/*
===================
楼层左箭头
===================
*/
.floor_arrow{
display:none;
position:absolute;
margin-left:-42px;
margin-top:25px;
}
.floor_arrow span,
.floor_arrow em{
position:absolute;
width:0;
height:0;
padding:0;
margin:-1px 0 0 2px;
border-top:10px transparent dashed;
border-bottom:10px transparent dashed;
border-left:10px transparent dashed;
overflow:hidden;
}
.floor_arrow span{
border-right:10px #ffffff solid;
}
.floor_arrow em{
border-right:10px #d3d3d3 solid;
margin-top:0;
}
/*
===================
阅读页标题
===================
*/
.floor_title{
padding:2px 0 12px;
border-bottom:1px dashed #dddddd;
margin-bottom:10px;
}
.floor_title h1{
font-size:16px;
display:inline;
line-height:24px;
}
/*帖子荣誉*/
.floor_honor{
padding:0 0 0 10px;
display:inline-block;
vertical-align:top;
padding-top:2px;
}
/*
===================
阅读页数据
>>回复/浏览
===================
*/
.post_num{
float:right;
margin-top:5px;
color:#999;
}
.post_num .replies{
padding-left:10px;
}
.post_num .hits{
border-right:1px solid #ccc;
padding:0 10px;
}
/*
===================
阅读页楼层左侧用户信息
===================
*/
.floor_info{
padding:20px 0 20px 20px;
}
/*用户名*/
.floor_info .name{
padding:5px 0;
}
.floor_info .name a{
font-weight:700;
color:#333;
}
/*头像*/
.floor_info .face{
width:120px;
height:120px;
position:relative;
margin-bottom:5px;
}
.floor_info .face a{
display:block;
}
.floor_info .face a img{
display:block;
width:120px;
height:120px;
}
/*
.floor_info .face .edit{
position:absolute;
bottom:0;
width:100%;
background:#000;
background:rgba(0,0,0,0.5);
height:20px;
text-align:center;
line-height:20px;
}
.floor_info .face .edit a{
display:inline;
margin:0 5px;
color:#fff;
}
*/
/*等级图标*/
.floor_info .level{
padding:5px 0 10px;
}
.floor_info .level img{
display:block;
margin:3px 0 0 -2px;
}
/*积分数据*/
.floor_info .integral{
margin-bottom:8px;
}
.floor_info .integral li{
padding-bottom:2px;
height:18px;
overflow:hidden;
}
.floor_info .integral em{
float:left;
width:60px;
}
.floor_info .integral span{
display:block;
width:70px;
height:18px;
float:left;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.floor_info .integral a{
color:#333;
}
/*操作:发邮件/加关注*/
.floor_info .operate{
margin-bottom:12px;
}
.floor_info .operate a{
display:inline-block;
line-height:20px;
height:20px;
color:#999;
}
.floor_info .operate a:hover{
color:#333;
text-decoration:none;
}
.floor_info .operate .follow{
background-position:-150px 6px;
margin-right:9px;
padding-left:12px;
}
.floor_info .operate .unfollow{
background-position:-150px -54px;
margin-right:9px;
padding-left:14px;
}
.floor_info .operate .message{
background-position:-150px -25px;
padding-left:16px;
}
/*用户拥有勋章*/
.floor_info .medal{
overflow:hidden;
padding-bottom:7px;
}
.floor_info .medal ul{
margin-left:-3px;
}
.floor_info .medal li{
float:left;
margin:0 0 0 3px;
height:33px;
}
/*
===================
阅读页上一主题/下一主题
===================
*/
.floor_page{
width:29px;
height:97px;
overflow:hidden;
position:fixed;
_position:absolute;
left:50%;
margin-left:480px;
top:300px;
}
.floor_page .next,
.floor_page .pre{
display:block;
height:48px;
overflow:hidden;
text-indent:-2000em;
background-position:0 -200px;
}
.floor_page .next{
background-position:0 -248px;
}
.floor_page a.pre:hover{
background-position:-30px -200px;
}
.floor_page a.next:hover{
background-position:-30px -248px;
}
/*
===================
阅读页楼层顶部操作
===================
*/
.floor_top_tips{
padding:0 0 10px;
margin-bottom:5px;
color:#666;
}
/*楼层*/
.floor_top_tips .lou{
float:right;
font-size:24px;
color:#bbb;
line-height:1.3;
cursor:pointer;
}
.floor_top_tips .lou sup{
font-size:12px;
}
.floor_top_tips .fr a{
color:#666666;
}
.floor_bottom_tips{
padding:10px 0;
color:#666;
height:20px;
}
.floor_bottom_tips a{
color:#666;
}
.floor_bottom_tips a.a_reply{
padding-left:15px;
margin-right:20px;
background-position:-150px -87px;
}
.floor_bottom_tips a.a_like{
padding-left:15px;
background-position:-150px -117px;
}
/*更多 只看楼主/倒序阅读*/
.more_down{
float:right;
width:13px;
height:13px;
overflow:hidden;
text-indent:-2000em;
background-position:-80px -200px;
margin:3px 20px;
}
.more_down:hover{
background-position:-80px -213px;
}
/*
===================
阅读页喜欢操作
===================
*/
.icon_read_like{
width:116px;
height:25px;
background-position:0 -300px;
background-repeat:no-repeat;
display:block;
margin:30px auto 20px;
color:#ff6600;
line-height:25px;
cursor:pointer;
overflow:hidden;
}
.icon_read_like span{
float:left;
display:block;
width:0;
height:0;
overflow:hidden;
font:0/0 Arial;
padding:0;
margin:0;
}
.icon_read_like em{
float:right;
width:47px;
height:25px;
color:#ff6600;
text-align:center;
font-weight:700;
text-indent:0;
overflow:hidden;
display:block;
}
.icon_read_like:hover{
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity:0.9;
text-decoration:none;
}
/*
===================
阅读页喜欢确认弹窗
===================
*/
.pop_read_like{
width:212px;
border:1px solid #ffe7cb;
background:#fff4ea;
position:absolute;
padding:9px;
border-radius:5px;
box-shadow:0 2px 5px rgba(0,0,0,0.1);
}
.pop_read_like .input{
border-color:#ffd4ba;
width:200px;
outline:0 none;
}
.pop_read_like textarea{
border-color:#ffd4ba;
width:200px;
height:45px;
outline:0 none;
}
.pop_read_like .pop_close{
margin-left:0;
}
.pop_read_like .hd{
height:24px;
background:url(../../images/forum/pop_read_like_hd.png) -5px center no-repeat;
margin-bottom:6px;
text-indent:125px;
line-height:26px;
overflow:hidden;
}
.pop_read_like .ct{
padding:0 0 10px;
}
.pop_read_like .ft .btn{
margin:0 10px 0 0;
}
.pop_read_like_arrow{
width:22px;
height:13px;
background-position:-120px -300px;
position:absolute;
bottom:-13px;
right:60px;
}
/*
===================
最新喜欢会员列表
===================
*/
.read_like_list{
padding:0 0 10px;
}
.read_like_list h4{
margin-bottom:10px;
font-size:12px;
}
.read_like_list img{
vertical-align:top;
display:block;
margin-bottom:5px;
}
.read_like_list a{
margin-right:10px;
width:50px;
display:block;
float:left;
color:#666;
}
.read_like_list span{
display:block;
text-align:center;
height:18px;
overflow:hidden;
}
/*
===================
楼层喜欢的会员弹窗
===================
*/
.floot_like_pop{
width:260px;
}
.floot_like_pop img{
vertical-align:middle;
margin-right:5px;
}
.floot_like_pop li{
float:left;
width:49.9%;
padding:0 0 10px;
}
/*
===================
阅读页标签
===================
*/
.read_tag_list{
padding:0 0 10px;
}
.read_tag_list .tag_item{
display:inline-block;
background:#e8f2f9;
margin-right:10px;
margin-bottom:10px;
border-radius:3px;
padding:3px 10px;
vertical-align:top;
}
.read_rag_list .tag_item:hover{
background:#217bbb;
color:#fff;
}
.read_tag_list a.edit{
background:none;
padding-left:0;
line-height:22px;
display:inline-block;
}
/*
===================
阅读页标签名片
===================
*/
.tag_card{
width:260px;
background:#fff;
position:absolute;
border:1px solid #d9d9d9;
box-shadow: 0 3px 5px rgba(0,0,0,0.1);
padding:15px 20px;
z-index:999;
}
.tag_card .arrow{
position:absolute;
top:-9px;
left:10px;
}
.tag_card .arrow span,
.tag_card .arrow em{
position:absolute;
width:0;
height:0;
padding:0;
margin:0 0 0 2px;
border-top:5px transparent dashed;
border-right:5px transparent dashed;
border-left:5px transparent dashed;
overflow:hidden;
}
.tag_card .arrow span{
border-bottom:5px #ffffff solid;
}
.tag_card .arrow em{
border-bottom:5px #d9d9d9 solid;
margin-top:-1px;
}
.tag_card .name{
margin-bottom:10px;
overflow:hidden;
}
.tag_card .name h3{
display:inline;
margin-right:15px;
}
.tag_card .num{
margin-bottom:10px;
overflow:hidden;
}
.tag_card .num ul{
}
.tag_card .num li{
float:left;
padding:0 20px 0 0;
color:#666;
}
.tag_card .num em{
color:#000;
font-weight:700;
}
.tag_card .ft{
border-top:1px dotted #ccc;
color:#666;
padding-top:10px;
}
/*
===================
快速回复
===================
*/
.reply_quick{
width:600px;
margin:30px 0 10px;
}
.reply_quick dt{
float:left;
}
.reply_quick dd{
float:right;
margin-bottom:5px;
border-top:1px solid #dcdcdc;
border-left:1px solid #dcdcdc;
position:relative;
}
.reply_quick textarea{
border:1px solid;
border-color:#e5e3e4 #dcdcdc #dcdcdc #e5e3e4;
width:520px;
box-shadow:0 0 0;
float:left;
}
.reply_quick textarea:focus{
outline:0 none;
border-color:#dcdcdc;
}
/*左角*/
.reply_quick dd .arrow{
position:absolute;
left:0;
top:15px;
margin-left:-14px;
}
.reply_quick dd .arrow span,
.reply_quick dd .arrow em{
position:absolute;
width:0;
height:0;
padding:0;
border-bottom:8px transparent dashed;
border-top:8px transparent dashed;
border-left:8px transparent dashed;
overflow:hidden;
}
.reply_quick dd .arrow span{
border-right:8px #fff solid;
}
.reply_quick dd .arrow em{
border-right:8px #dcdcdc solid;
margin-left:-2px;
margin-top:-1px;
}
/*按钮*/
.reply_quick .btn{
padding-right:15px;
padding-left:15px;
float:right;
}
.reply_quick .ft{
padding-left:68px;
}
.reply_quick .ft a{
float:right;
color:#999;
font-family:Simsun;
margin-right:20px;
margin-top:3px;
}
/*发布图片表情*/
.reply_quick .operate .a_face{
float:left;
margin-right:20px;
padding-left:22px;
line-height:20px;
color:#999;
background-position:-150px -147px;
}
.reply_quick .operate a:hover{
text-decoration:none;
color:#666;
}
.reply_quick .operate .a_face:hover{
background-position:-150px -177px;
}
/*
.reply_quick .operate .a_photo{
background-position:0 -27px;
}
.reply_quick .operate .a_photo:hover{
background-position:0 -87px;
}
.reply_quick .operate .a_photo_flash{
position:absolute;
margin-left:-48px;
height:22px;
overflow:hidden;
cursor:pointer;
}
*/
/*
===================
快速回复列表
===================
*/
.reply_list{
border:1px solid #f4f4f4;
background:#fafafa;
padding:0 15px;
margin-bottom:20px;
position:relative;
width:600px;
}
.reply_list .core_arrow_top{
left:0;
padding-left:15px;
}
.reply_list .core_arrow_top em{
border-bottom: 8px #f4f4f4 solid;
}
.reply_list .core_arrow_top span{
border-bottom: 8px #fafafa solid;
}
.reply_list .reply_quick{
margin:10px auto;
}
.reply_list ul{
padding-left:30px;
}
.reply_list li{
border-top:1px dotted #d7d7d7;
padding:10px 0 10px;
}
.reply_list li .face{
float:left;
margin-right:10px;
}
.reply_list li .reply_content{
overflow:hidden;
vertical-align:top;
}
.reply_list li .reply_content .time{
color:#999;
margin-right:10px;
}
.reply_list li .reply_content .operate{
float:right;
}
.reply_list li .reply_content .operate a{
margin-left:5px;
}
.reply_list li .reply_content img{
vertical-align:top;
}
/*
===================
楼主快速回复
===================
*/
.floor_reply{
padding:20px 20px;
vertical-align:top;
}
.reply_toolbar_wrap{
border:1px solid #e4e4e4;
margin-bottom:10px;
width:598px;
}
.reply_toolbar{
background:#f7f7f7;
border-bottom:1px solid #e4e4e4;
padding:5px 10px;
line-height:20px;
height:20px;
}
.floor_reply textarea{
width:590px;
height:90px;
border:0 none;
box-shadow:0 0 0;
}
.floor_reply textarea:focus{
outline:0 none;
}
.floor_reply .btn{
padding-left:15px;
padding-right:15px;
}
/*进入高级模式*/
.reply_high{
float:right;
color:#666;
}
/*未登录提示*/
.reply_login_tips{
border:1px solid #e4e4e4;
background:#fbfbfb;
padding:50px 0;
height:18px;
line-height:18px;
text-align:center;
color:#666;
}
/*
===================
楼层用户签名
===================
*/
.signature{
background:url(../../images/forum/signature.png) 0 0 no-repeat;
margin-top:10px;
padding:25px 0 0;
overflow:hidden;
_height:expression(this.scrollHeight>parseInt(this.currentStyle.maxHeight)?this.currentStyle.maxHeight:"auto");
}
/*
===================
帖内置顶
帖子相关操作记录
===================
*/
.inside_logs{
background:#f4f4f4;
text-align:center;
line-height:30px;
height:30px;
color:#666;
padding:0 10px;
margin-top:-5px;
margin-bottom:10px;
}
/*帖子置顶图标--火箭的那个小图标*/
.inside_digs_icon{
float:right;
width:16px;
height:16px;
background-position:-80px -120px;
overflow:hidden;
margin:7px 5px 0 0;
}
/*
===================
编辑记录
===================
*/
.edit_log{
padding:20px 0;
color:#666;
}
/*
===================
公告--待确认
===================
*/
.core_announce_wrap{
padding:0;
margin:10px 0 0;
border-bottom:1px dashed #e8e8e8;
height:28px;
overflow:hidden;
}
.core_announce li{
height:28px;
line-height:18px;
overflow:hidden;
background:url(../../images/forum/speaker.png) 0 3px no-repeat;
padding-left:18px;
float:left;
}
.core_announce li a{
color:#666;
margin-right:10px;
}
.core_announce span{
margin-right:10px;
color:#999999;
white-space:nowrap;
}
/*
===================
弹窗-管理操作选项
===================
*/
.pop_operat_list{
overflow:hidden;
}
.pop_operat_list ul{
margin-left:-10px;
_padding-bottom:10px;
}
.pop_operat_list li{
float:left;
margin:0 0 10px 10px;
}
.pop_operat_list a{
display:inline;
border:1px solid #ccc;
background:#fff;
padding:3px 10px;
float:left;
color:#333;
white-space:nowrap;
}
.pop_operat_list a:hover{
text-decoration:none;
border-color:#1377a9;
}
/*
===================
列表管理
===================
*/
.management{
background:#ffffee;
border:1px solid #e4e4e4;
padding:10px 15px;
color:#666;
margin-bottom:10px;
}
.management a{
margin:0 5px;
color:#333;
}
.management i{
color:#ccc;
font-style:normal;
margin:0 5px;
}
/*
===================
帖子管理
===================
*/
.read_management{
background:#ffffee;
border:1px solid #e4e4e4;
margin:0 0 10px;
padding:10px 15px;
color:#666;
}
.read_management a{
margin:0 5px;
color:#666;
}
.read_management i{
color:#ccc;
font-style:normal;
margin:0 5px;
} | 0.195095 | 0.139016 |
@-moz-document regexp("http://www.chia-anime.me/"), regexp("http://www.chia-anime.me/latest-episodes.*"), regexp("http://www.chia-anime.me/latest-anime/"), regexp("http://www.chia-anime.me/most-recent/"), regexp("http://www.chia-anime.me/index/") {
h2.h3seo {
max-width: 80vw !important;
min-width: 40vw !important;
}
article > .info {
padding-top: 20px;
}
.info > .alignleft {
width: 100% !important;
}
.content {
width: 100vw !important;
}
table {
border-collapse: collapse !important;
border-spacing: 0px !important;
}
#content {
width: 98vw;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
#archive {
min-width: 100vw !important;
}
#content article .h1-seo-article {
width: 100%;
}
.h1-seo-article {
text-align: center;
font-size: 3em !important;
}
#content article {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#content article:nth-child(4) {
max-width: 80%;
}
#content article:nth-child(5) {
max-width: 90vw;
background-color: #202020;
}
main {
min-width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
/* genre */
#main,
.content_genre {
min-width: 30vw;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
#main {
width: 100vw;
align-items: center;
background-color: #262626;
margin-bottom: 5px;
}
.content_genre {
width: 60vw;
background-color: #262626;
}
#alpha_genre {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
ul#alpha_genre li a {
font-size: 1.5em;
line-height: 1.5em;
text-align: center;
box-sizing: border-box;
width: 115px;
padding: 3px 5px 3px 5px;
transition: color 0.5s ease, background-color 0.3s ease;
}
ul#alpha_genre li a:hover {
color: grey;
background-color: #3A3A3A;
}
.Nav {
width: 100% !important;
display: flex !important;
justify-content: flex-end;
}
.Nav > a {
height: 40px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
border-radius: 5px;
width: 24%;
transition: all 0.3s ease;
}
.Nav > a::after {
content: "";
font-size: 2.5em;
transition: content 0.7s 0.9s linear;
margin-left: 0px;
}
.Nav > a:hover::after {
display: block;
content: ">";
margin-left: auto;
transition: content 0.7s linear;
}
.Nav > a:hover {
width: 26%;
border-radius: 8px;
justify-content: flex-start;
padding-left: 10px;
}
.Nav > a > .h2seo,
.Nav:last-child {
font-size: 1.4em !important;
}
@media (max-width: 750px) {
.Nav > a > .h2seo,
.Nav:last-child {
font-size: 1em !important;
}
}
.Nav:last-child {
justify-content: center !important;
}
.Nav:last-child > a:hover::after {
content: ""
}
.Nav:last-child > a:hover {
justify-content: center;
width: 24%;
}
/* new anime series items*/
ul.imageList .picutre {
width: 400px !important;
border: 3px solid pink;
}
.picture img {
min-width: 95%;
min-height: 190px;
transition: all 0.3s ease;
position: relative;
}
.picture img::before {
content: "zjebało się and couldn't load the image ";
font-size: 1.4em;
color: white;
width: 100% !important;
height: 190px !important;
background: #666;
position: absolute;
top: 0px;
left: 0px !important;
}
.picture:hover img {
width: 100%;
height: 200px;
transition: all 0.3s ease;
}
.picture {
margin-bottom: -1px;
height: 80%;
}
.picture:hover + .title {
width: 100%;
margin-left: 0px;
transition: width 0.3s ease, margin-left 0.3s ease;
}
.gallery {
display: flex;
flex-direction: column;
justify-content: center;
width: 140px;
}
.title {
margin-left: 3px;
padding: 5px 0px 5px 0px;
width: 96%;
border: none;
background-color: #101010;
text-align: center;
overflow: visible;
height: inherit;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
transition: width 0.3s ease, margin-left 0.3s ease;
display: flex;
justify-content: center;
}
.title > a {
color: white;
width: 100%;
}
.title > a:hover {
background-color: inherit;
}
/*
element:
tiele
episode number
image
info
*/
/* latest anime episodes thumbnails */
.box2 {
width: 200px !important;
height: 185px !important;
transition: background-color 0.3s linear;
background-color: #1A1A1A;
margin: 5px 5px 0px 0px !important;
border: 2px solid #111111;
padding-bottom: 8px !important;
}
.post {
border-radius: 3px;
}
.post h3 a {
display: block;
position: relative;
width: 100% !important;
text-align: left;
margin-left: 2px;
}
.post h3 a:hover {
color: #BABABA !important;
}
.post img {
width: 100% !important;
height: auto !important;
margin-top: 5px;
transition: filter 0.3s ease;
}
.post img:hover {
filter: brightness(80%);
transition: filter 0.3s ease;
}
.post center + div + div {
margin: 0px !important;
width: inherit !important;
height: auto !important;
background: none !important;
}
.post {
display: flex;
flex-direction: column;
}
.video-episode {
font-size: 1.2em !important;
position: static;
right: auto !important;
bottom: auto !important;
top: auto !important;
}
.video-subbed,
.time {
background: none !important;
top: auto !important;
font-size: 1em !important;
}
.time {
right: -60px !important;
}
main > article + div {
width: 960px !important;
}
.content_bloc2 {
height: 55px !important;
width: 95% !important;
}
#alpha_listing {
height: 60px;
}
#alpha_listing li:nth-child(even) > a {
font-size: 2em;
border-radius: 3px;
padding: 7px;
color: white;
background-color: #303030;
transition: background-color 0.3s ease, color 0.3s ease;
}
#alpha_listing li:nth-child(even) > a:hover {
background-color: #292929;
color: #1A1A1A;
}
.footer_box {
width: 100vw !important;
}
.footer_box tr {
display: flex !important;
justify-content: space-evenly;
flex-wrap: wrap;
min-width: 20%;
padding-top: 20px;
}
.footer_box + #longblack {
width: 0px;
height: 0px;
}
.footer-column {
width: inherit !important;
display: flex;
flex-direction: column;
align-items: baseline;
}
.footer-column h6 {
font-size: 1em;
margin-block-end: 0px;
margin-block-start: 0px;
}
.footer-column ul {
display: flex;
flex-direction: column;
align-items: baseline;
}
.footer-column li > a:hover {
background-color: inherit;
}
center + center {
background: #202020;
}
/*buttons on site*/
@media (max-width: 1100px) {
#content article:nth-child(4) {
max-width: 98vw;
}
.content_genre {
width: 90vw;
}
}
}
@-moz-document regexp("http://www.chia-anime.me/"), regexp("http://www.chia-anime.me/episode/.*"), regexp("http://www.chia-anime.me/latest-episodes.*"), regexp("http://www.chia-anime.me/latest-anime/"), regexp("http://www.chia-anime.me/most-popular-anime-series/"), regexp("http://www.chia-anime.me/most-recent/"), regexp("http://www.chia-anime.me/index/") {
a:hover {
background: none;
}
/* nav bar */
#top + table {
width: 98vw !important;
}
/* the element abouve logo /menu /search*/
#top + table > tbody > tr > td {
margin-right: 0px;
margin-left: 0px;
}
/* logo /menu /search */
#top + table > tbody > tr > td > table {
border-collapse: collapse !important;
border-spacing: 0px !important;
width: 98% !important;
}
#top + table > tbody > tr > td > table > tbody > tr {
display: flex;
justify-content: space-around;
}
.menu {
display: flex;
justify-content: center;
border-right: 1px solid #1a1a1a;
width: 100%;
background: #202020;
}
.menu:hover,
.menu2 {
background: #1f1f1f;
}
.menu-search input[type=text] {
border-radius: 4px !important;
height: 33px !important;
margin: 3px 0px 0px 0px !important;
}
.menu-search {
width: 200px !important;
}
td.menu:nth-child(6) {
border-right: none;
}
.menu a {
width: 100%;
}
/* other menu */
.menu2 {
display: flex;
justify-content: center;
border-right: 1px solid #1a1a1a;
width: 100%;
align-items: center;
}
/* display None part */
#VelBar,
#cute,
.more_entries,
#outer,
body > iframe,
#features2,
#archive > table,
.box1-top,
ul#hot-shows,
#top + table + table,
ul#alpha_genre > li img,
.Nav:last-child > a:hover::after,
.footer_box + #longblack,
center + center + center,
td.menu:nth-child(7),
iframe,
#fb-root,
#features1 {
display: none !important;
}
/* bg none */
.box2-bot,
.box2-top,
.post,
#longblack,
.menu a:hover,
td.menu span,
.post a:hover,
#features1 {
background: none !important;
}
html {
padding-bottom: 0px !important;
overflow-x: hidden;
}
@media (max-width: 750px) {
#top + table > tbody > tr > td > table > tbody > tr {
display: flex;
flex-direction:column;
justify-content: space-around;
align-items:center;
}
.menu > span, .menu > span >a{
display:block;
width:100% !important;
height:100% !important;
}
.menu >span>a, .menu a:hover{
padding-top:0px;
display:flex;
align-items:center;
justify-content:center;
}
.menu-search input[type=text] {
border-radius: 4px !important;
height: 33px !important;
margin: 3px 0px 0px 0px !important;
width: 100% !important;
}
.menu-search-result,.menu-search-result >div, .menu-search{
width:80vw !important;
}
}
}
@-moz-document regexp("http://www.chia-anime.me/episode/.*") {
/* page of certain anime */
iframe,
#fb-root,
.video-subbed {
display: none !important;
}
#content {
width: 98vw;
display: flex;
flex-wrap: wrap;
}
.col-right {
/* flex basis */
width: 68vw !important;
display: flex;
flex-direction: column;
align-items: center;
}
#countrydivcontainer {
width: inherit !important;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#archive h3 a {
font-size: 1.4em !important;
text-transform: uppercase;
color: white;
transition: color 0.2s ease;
}
#archive h3 a:hover {
background: #1A1A1A;
}
.box2 {
min-width: 20% !important;
background-color: #1A1A1A;
border: 2px solid #111111;
}
.box2-bot,
.box2-top {
display: none;
}
#archive .box2 .post {
padding: 0px;
padding-bottom: 10px;
}
#archive h3 + div {
background: none !important;
width: 100% !important;
height: 100px !important;
}
.col-left {
width: 30vw !important;
}
#main.single2 {
width: 100%;
}
.post {
display: flex;
flex-direction: column;
align-items: center;
}
.post > h1 {
text-align: center;
}
.post.wrap img {
width: 100% !important;
height: auto;
}
.post.wrap div > p {
padding-left: 0px !important;
}
center > table,
#features1 {
background: none !important;
display: none!important;
}
div > center {
height: 30px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 100vw;
padding-top: 30px;
background: #202020;
}
.thov {
width: 100% !important;
height: auto !important;
transition: filter 0.3s ease;
}
.thov:hover {
filter: brightness(80%);
transition: filter 0.3s ease;
}
#archive .box2.last {
margin-right: 14px !important;
}
}
@-moz-document regexp("http://www.chia-anime.me/.*-english-.*/") {
a:hover {
background: none;
}
#content {
width: 98vw;
display: flex;
}
#hot-shows,
#main.single1 > div:nth-child(1),
.box3-top,
.box3-bot,
#salapi2,
#salapi3,
#salapi4,
#M147159PreloadC138618,
#longblack,
.col-right #twoblack,
.entry div:nth-child(9),
.entry div:nth-child(10),
#top + table + table,
.menu:nth-child(6) {
display: none !important;
}
.clearfix + div {
width: 100% !important;
background: #1a1a1a !important;
}
.single1 {
width: 80vw !important;
}
#video-content {
width: 100%;
}
.single1,
#video-content {
display: flex;
flex-direction: column;
}
#more-nav,
#more-nav + div,
#Anime-Mirrors {
align-self: center;
}
.cvideo iframe {
width: 100%;
min-height: 580px;
height: 1%;
overflow: hidden;
}
.col-right h4,
.viewport,
#scrollbar1,
.entry,
#ads10 {
background-color: #111 !important;
}
#episodes {
margin-top: 20px;
border: 1px solid black;
}
.col-right h4 {
width: 100%;
font-size: 1.5em;
text-align: center;
}
.viewport {
height: 136.9vh !important;
}
#scrollbar1 {
margin: 0px;
}
.episode {
margin-top: 0px;
}
.wrap + center {
padding-top: 20px;
height: 60px;
background: #1a1a1a;
display: flex;
justify-content: center;
}
.anime-alternative ul li {
border-left: 1px solid black;
border-right: 1px solid black;
}
#main blockquote {
background: none;
width: 90%;
}
#schema h1 {
font-family: 'Arial';
font-size: 1.4em !important;
}
div[class^='title'] {
border-style: none;
margin-top: -6px;
margin-left: 2px;
padding: 3px 3px 15px 0px;
}
div[class^='title'] > a {
color: white;
}
div[class^='picture'] img {
border: none;
margin-left: 2px;
}
div[class^='picture'] a {
background: none;
}
div[class^='gallery']:hover div[class^='title'] > a {
color: grey;
transition: color 0.3s ease;
}
div[class^='gallery']:hover div[class^='picture'] img {
filter: brightness(80%);
transition: filter 0.3s ease;
}
.episode-meta2,
.episode-meta {
text-align: right;
padding-left: 0px;
}
.episode-details2 > strong,
.episode-meta2,
.episode-meta,
.episode-details > h5 {
font-family: 'Arial';
font-size: 1.4em;
}
.episode-meta {
margin-left: -20px;
}
.episode-details > h5 > a:hover {
background: none;
transition: color 0.3s ease;
}
.glow {
text-shadow: none !important;
}
/* navbar */
#top + table {
width: 98vw !important;
}
/* other menu */
#top + table > tbody > tr > td > table {
border-collapse: collapse !important;
border-spacing: 0px !important;
width: 100% !important;
}
#top + table > tbody > tr > td > table > tbody > tr,
#top + table > tbody > tr > td > table > tbody > tr > td > table {
display: flex;
justify-content: space-around;
}
#top + table > tbody > tr > td > table {
width: 100% !important;
}
#top + table > tbody > tr > td > table > tbody > tr > td > table {
width: 98% !important;
}
.menu {
border-right: 1px solid #1a1a1a;
width: 100%;
background: #202020;
min-width: 13vw;
}
.menu:hover {
background: #1f1f1f;
}
.menu a {
width: 100%;
}
.menu a:hover {
background: none!important;
}
.menu-search input[type=text] {
border-radius: 4px !important;
height: 33px !important;
margin: 3px 0px 0px 0px !important;
}
.menu-search {
width: 200px !important;
}
@media (max-width: 1000px) {
.cvideo iframe {
min-height: 400px;
}
}
@media (max-width: 650px) {
.cvideo iframe {
min-height: 280px;
}
}
}
@-moz-document regexp("http://www.chia-anime.me/latest-episodes.*"), regexp("http://www.chia-anime.me/latest-anime/"), regexp("http://www.chia-anime.me/most-recent/") {
form {
display: flex;
flex-direction: column;
}
#content {
justify-content: space-between;
}
h2 {
text-align: center;
width: 100%;
}
#archive {
display: flex;
flex-wrap: wrap;
justify-content: center;
min-width: 98vw !important;
}
.box2 {
min-height: 0 !important;
}
}
@-moz-document regexp("http://www.chia-anime.me/index/") {
.nav {
font-size: 1.8em;
display: flex;
justify-content: space-around;
}
.nav a {
display: inline-block;
width: 100%;
}
.post > center > div {
width: 100% !important;
}
.post > center > div > p {
font-size: 1.4em;
}
#ddmcc_container {
display: flex;
width: 100%;
}
.ddmcc {
width: auto;
}
.sep {
border-bottom: 2px solid white;
}
} | data/usercss/178377.user.css | @-moz-document regexp("http://www.chia-anime.me/"), regexp("http://www.chia-anime.me/latest-episodes.*"), regexp("http://www.chia-anime.me/latest-anime/"), regexp("http://www.chia-anime.me/most-recent/"), regexp("http://www.chia-anime.me/index/") {
h2.h3seo {
max-width: 80vw !important;
min-width: 40vw !important;
}
article > .info {
padding-top: 20px;
}
.info > .alignleft {
width: 100% !important;
}
.content {
width: 100vw !important;
}
table {
border-collapse: collapse !important;
border-spacing: 0px !important;
}
#content {
width: 98vw;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
#archive {
min-width: 100vw !important;
}
#content article .h1-seo-article {
width: 100%;
}
.h1-seo-article {
text-align: center;
font-size: 3em !important;
}
#content article {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#content article:nth-child(4) {
max-width: 80%;
}
#content article:nth-child(5) {
max-width: 90vw;
background-color: #202020;
}
main {
min-width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
/* genre */
#main,
.content_genre {
min-width: 30vw;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
#main {
width: 100vw;
align-items: center;
background-color: #262626;
margin-bottom: 5px;
}
.content_genre {
width: 60vw;
background-color: #262626;
}
#alpha_genre {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
ul#alpha_genre li a {
font-size: 1.5em;
line-height: 1.5em;
text-align: center;
box-sizing: border-box;
width: 115px;
padding: 3px 5px 3px 5px;
transition: color 0.5s ease, background-color 0.3s ease;
}
ul#alpha_genre li a:hover {
color: grey;
background-color: #3A3A3A;
}
.Nav {
width: 100% !important;
display: flex !important;
justify-content: flex-end;
}
.Nav > a {
height: 40px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
border-radius: 5px;
width: 24%;
transition: all 0.3s ease;
}
.Nav > a::after {
content: "";
font-size: 2.5em;
transition: content 0.7s 0.9s linear;
margin-left: 0px;
}
.Nav > a:hover::after {
display: block;
content: ">";
margin-left: auto;
transition: content 0.7s linear;
}
.Nav > a:hover {
width: 26%;
border-radius: 8px;
justify-content: flex-start;
padding-left: 10px;
}
.Nav > a > .h2seo,
.Nav:last-child {
font-size: 1.4em !important;
}
@media (max-width: 750px) {
.Nav > a > .h2seo,
.Nav:last-child {
font-size: 1em !important;
}
}
.Nav:last-child {
justify-content: center !important;
}
.Nav:last-child > a:hover::after {
content: ""
}
.Nav:last-child > a:hover {
justify-content: center;
width: 24%;
}
/* new anime series items*/
ul.imageList .picutre {
width: 400px !important;
border: 3px solid pink;
}
.picture img {
min-width: 95%;
min-height: 190px;
transition: all 0.3s ease;
position: relative;
}
.picture img::before {
content: "zjebało się and couldn't load the image ";
font-size: 1.4em;
color: white;
width: 100% !important;
height: 190px !important;
background: #666;
position: absolute;
top: 0px;
left: 0px !important;
}
.picture:hover img {
width: 100%;
height: 200px;
transition: all 0.3s ease;
}
.picture {
margin-bottom: -1px;
height: 80%;
}
.picture:hover + .title {
width: 100%;
margin-left: 0px;
transition: width 0.3s ease, margin-left 0.3s ease;
}
.gallery {
display: flex;
flex-direction: column;
justify-content: center;
width: 140px;
}
.title {
margin-left: 3px;
padding: 5px 0px 5px 0px;
width: 96%;
border: none;
background-color: #101010;
text-align: center;
overflow: visible;
height: inherit;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
transition: width 0.3s ease, margin-left 0.3s ease;
display: flex;
justify-content: center;
}
.title > a {
color: white;
width: 100%;
}
.title > a:hover {
background-color: inherit;
}
/*
element:
tiele
episode number
image
info
*/
/* latest anime episodes thumbnails */
.box2 {
width: 200px !important;
height: 185px !important;
transition: background-color 0.3s linear;
background-color: #1A1A1A;
margin: 5px 5px 0px 0px !important;
border: 2px solid #111111;
padding-bottom: 8px !important;
}
.post {
border-radius: 3px;
}
.post h3 a {
display: block;
position: relative;
width: 100% !important;
text-align: left;
margin-left: 2px;
}
.post h3 a:hover {
color: #BABABA !important;
}
.post img {
width: 100% !important;
height: auto !important;
margin-top: 5px;
transition: filter 0.3s ease;
}
.post img:hover {
filter: brightness(80%);
transition: filter 0.3s ease;
}
.post center + div + div {
margin: 0px !important;
width: inherit !important;
height: auto !important;
background: none !important;
}
.post {
display: flex;
flex-direction: column;
}
.video-episode {
font-size: 1.2em !important;
position: static;
right: auto !important;
bottom: auto !important;
top: auto !important;
}
.video-subbed,
.time {
background: none !important;
top: auto !important;
font-size: 1em !important;
}
.time {
right: -60px !important;
}
main > article + div {
width: 960px !important;
}
.content_bloc2 {
height: 55px !important;
width: 95% !important;
}
#alpha_listing {
height: 60px;
}
#alpha_listing li:nth-child(even) > a {
font-size: 2em;
border-radius: 3px;
padding: 7px;
color: white;
background-color: #303030;
transition: background-color 0.3s ease, color 0.3s ease;
}
#alpha_listing li:nth-child(even) > a:hover {
background-color: #292929;
color: #1A1A1A;
}
.footer_box {
width: 100vw !important;
}
.footer_box tr {
display: flex !important;
justify-content: space-evenly;
flex-wrap: wrap;
min-width: 20%;
padding-top: 20px;
}
.footer_box + #longblack {
width: 0px;
height: 0px;
}
.footer-column {
width: inherit !important;
display: flex;
flex-direction: column;
align-items: baseline;
}
.footer-column h6 {
font-size: 1em;
margin-block-end: 0px;
margin-block-start: 0px;
}
.footer-column ul {
display: flex;
flex-direction: column;
align-items: baseline;
}
.footer-column li > a:hover {
background-color: inherit;
}
center + center {
background: #202020;
}
/*buttons on site*/
@media (max-width: 1100px) {
#content article:nth-child(4) {
max-width: 98vw;
}
.content_genre {
width: 90vw;
}
}
}
@-moz-document regexp("http://www.chia-anime.me/"), regexp("http://www.chia-anime.me/episode/.*"), regexp("http://www.chia-anime.me/latest-episodes.*"), regexp("http://www.chia-anime.me/latest-anime/"), regexp("http://www.chia-anime.me/most-popular-anime-series/"), regexp("http://www.chia-anime.me/most-recent/"), regexp("http://www.chia-anime.me/index/") {
a:hover {
background: none;
}
/* nav bar */
#top + table {
width: 98vw !important;
}
/* the element abouve logo /menu /search*/
#top + table > tbody > tr > td {
margin-right: 0px;
margin-left: 0px;
}
/* logo /menu /search */
#top + table > tbody > tr > td > table {
border-collapse: collapse !important;
border-spacing: 0px !important;
width: 98% !important;
}
#top + table > tbody > tr > td > table > tbody > tr {
display: flex;
justify-content: space-around;
}
.menu {
display: flex;
justify-content: center;
border-right: 1px solid #1a1a1a;
width: 100%;
background: #202020;
}
.menu:hover,
.menu2 {
background: #1f1f1f;
}
.menu-search input[type=text] {
border-radius: 4px !important;
height: 33px !important;
margin: 3px 0px 0px 0px !important;
}
.menu-search {
width: 200px !important;
}
td.menu:nth-child(6) {
border-right: none;
}
.menu a {
width: 100%;
}
/* other menu */
.menu2 {
display: flex;
justify-content: center;
border-right: 1px solid #1a1a1a;
width: 100%;
align-items: center;
}
/* display None part */
#VelBar,
#cute,
.more_entries,
#outer,
body > iframe,
#features2,
#archive > table,
.box1-top,
ul#hot-shows,
#top + table + table,
ul#alpha_genre > li img,
.Nav:last-child > a:hover::after,
.footer_box + #longblack,
center + center + center,
td.menu:nth-child(7),
iframe,
#fb-root,
#features1 {
display: none !important;
}
/* bg none */
.box2-bot,
.box2-top,
.post,
#longblack,
.menu a:hover,
td.menu span,
.post a:hover,
#features1 {
background: none !important;
}
html {
padding-bottom: 0px !important;
overflow-x: hidden;
}
@media (max-width: 750px) {
#top + table > tbody > tr > td > table > tbody > tr {
display: flex;
flex-direction:column;
justify-content: space-around;
align-items:center;
}
.menu > span, .menu > span >a{
display:block;
width:100% !important;
height:100% !important;
}
.menu >span>a, .menu a:hover{
padding-top:0px;
display:flex;
align-items:center;
justify-content:center;
}
.menu-search input[type=text] {
border-radius: 4px !important;
height: 33px !important;
margin: 3px 0px 0px 0px !important;
width: 100% !important;
}
.menu-search-result,.menu-search-result >div, .menu-search{
width:80vw !important;
}
}
}
@-moz-document regexp("http://www.chia-anime.me/episode/.*") {
/* page of certain anime */
iframe,
#fb-root,
.video-subbed {
display: none !important;
}
#content {
width: 98vw;
display: flex;
flex-wrap: wrap;
}
.col-right {
/* flex basis */
width: 68vw !important;
display: flex;
flex-direction: column;
align-items: center;
}
#countrydivcontainer {
width: inherit !important;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#archive h3 a {
font-size: 1.4em !important;
text-transform: uppercase;
color: white;
transition: color 0.2s ease;
}
#archive h3 a:hover {
background: #1A1A1A;
}
.box2 {
min-width: 20% !important;
background-color: #1A1A1A;
border: 2px solid #111111;
}
.box2-bot,
.box2-top {
display: none;
}
#archive .box2 .post {
padding: 0px;
padding-bottom: 10px;
}
#archive h3 + div {
background: none !important;
width: 100% !important;
height: 100px !important;
}
.col-left {
width: 30vw !important;
}
#main.single2 {
width: 100%;
}
.post {
display: flex;
flex-direction: column;
align-items: center;
}
.post > h1 {
text-align: center;
}
.post.wrap img {
width: 100% !important;
height: auto;
}
.post.wrap div > p {
padding-left: 0px !important;
}
center > table,
#features1 {
background: none !important;
display: none!important;
}
div > center {
height: 30px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 100vw;
padding-top: 30px;
background: #202020;
}
.thov {
width: 100% !important;
height: auto !important;
transition: filter 0.3s ease;
}
.thov:hover {
filter: brightness(80%);
transition: filter 0.3s ease;
}
#archive .box2.last {
margin-right: 14px !important;
}
}
@-moz-document regexp("http://www.chia-anime.me/.*-english-.*/") {
a:hover {
background: none;
}
#content {
width: 98vw;
display: flex;
}
#hot-shows,
#main.single1 > div:nth-child(1),
.box3-top,
.box3-bot,
#salapi2,
#salapi3,
#salapi4,
#M147159PreloadC138618,
#longblack,
.col-right #twoblack,
.entry div:nth-child(9),
.entry div:nth-child(10),
#top + table + table,
.menu:nth-child(6) {
display: none !important;
}
.clearfix + div {
width: 100% !important;
background: #1a1a1a !important;
}
.single1 {
width: 80vw !important;
}
#video-content {
width: 100%;
}
.single1,
#video-content {
display: flex;
flex-direction: column;
}
#more-nav,
#more-nav + div,
#Anime-Mirrors {
align-self: center;
}
.cvideo iframe {
width: 100%;
min-height: 580px;
height: 1%;
overflow: hidden;
}
.col-right h4,
.viewport,
#scrollbar1,
.entry,
#ads10 {
background-color: #111 !important;
}
#episodes {
margin-top: 20px;
border: 1px solid black;
}
.col-right h4 {
width: 100%;
font-size: 1.5em;
text-align: center;
}
.viewport {
height: 136.9vh !important;
}
#scrollbar1 {
margin: 0px;
}
.episode {
margin-top: 0px;
}
.wrap + center {
padding-top: 20px;
height: 60px;
background: #1a1a1a;
display: flex;
justify-content: center;
}
.anime-alternative ul li {
border-left: 1px solid black;
border-right: 1px solid black;
}
#main blockquote {
background: none;
width: 90%;
}
#schema h1 {
font-family: 'Arial';
font-size: 1.4em !important;
}
div[class^='title'] {
border-style: none;
margin-top: -6px;
margin-left: 2px;
padding: 3px 3px 15px 0px;
}
div[class^='title'] > a {
color: white;
}
div[class^='picture'] img {
border: none;
margin-left: 2px;
}
div[class^='picture'] a {
background: none;
}
div[class^='gallery']:hover div[class^='title'] > a {
color: grey;
transition: color 0.3s ease;
}
div[class^='gallery']:hover div[class^='picture'] img {
filter: brightness(80%);
transition: filter 0.3s ease;
}
.episode-meta2,
.episode-meta {
text-align: right;
padding-left: 0px;
}
.episode-details2 > strong,
.episode-meta2,
.episode-meta,
.episode-details > h5 {
font-family: 'Arial';
font-size: 1.4em;
}
.episode-meta {
margin-left: -20px;
}
.episode-details > h5 > a:hover {
background: none;
transition: color 0.3s ease;
}
.glow {
text-shadow: none !important;
}
/* navbar */
#top + table {
width: 98vw !important;
}
/* other menu */
#top + table > tbody > tr > td > table {
border-collapse: collapse !important;
border-spacing: 0px !important;
width: 100% !important;
}
#top + table > tbody > tr > td > table > tbody > tr,
#top + table > tbody > tr > td > table > tbody > tr > td > table {
display: flex;
justify-content: space-around;
}
#top + table > tbody > tr > td > table {
width: 100% !important;
}
#top + table > tbody > tr > td > table > tbody > tr > td > table {
width: 98% !important;
}
.menu {
border-right: 1px solid #1a1a1a;
width: 100%;
background: #202020;
min-width: 13vw;
}
.menu:hover {
background: #1f1f1f;
}
.menu a {
width: 100%;
}
.menu a:hover {
background: none!important;
}
.menu-search input[type=text] {
border-radius: 4px !important;
height: 33px !important;
margin: 3px 0px 0px 0px !important;
}
.menu-search {
width: 200px !important;
}
@media (max-width: 1000px) {
.cvideo iframe {
min-height: 400px;
}
}
@media (max-width: 650px) {
.cvideo iframe {
min-height: 280px;
}
}
}
@-moz-document regexp("http://www.chia-anime.me/latest-episodes.*"), regexp("http://www.chia-anime.me/latest-anime/"), regexp("http://www.chia-anime.me/most-recent/") {
form {
display: flex;
flex-direction: column;
}
#content {
justify-content: space-between;
}
h2 {
text-align: center;
width: 100%;
}
#archive {
display: flex;
flex-wrap: wrap;
justify-content: center;
min-width: 98vw !important;
}
.box2 {
min-height: 0 !important;
}
}
@-moz-document regexp("http://www.chia-anime.me/index/") {
.nav {
font-size: 1.8em;
display: flex;
justify-content: space-around;
}
.nav a {
display: inline-block;
width: 100%;
}
.post > center > div {
width: 100% !important;
}
.post > center > div > p {
font-size: 1.4em;
}
#ddmcc_container {
display: flex;
width: 100%;
}
.ddmcc {
width: auto;
}
.sep {
border-bottom: 2px solid white;
}
} | 0.372848 | 0.068881 |
body {
font-family: "Open Sans", sans-serif;
color: #272829;
margin-left: auto;
margin-right: auto;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif;
}
.ids ul li {
display: inline-block;
padding-right: 4px;
}
/*--------------------------------------------------------------
# project Details
--------------------------------------------------------------*/
.project-details {
padding-top: 40px;
}
.project-details .project-info {
padding: 30px;
box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
.project-details .project-info h2 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid grey;
}
.project-details .project-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}
.project-details .project-info ul li+li {
margin-top: 10px;
}
.project-details .project-description {
padding: 30px;
box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
.project-details .project-description h2 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid grey;
}
.project-details .project-description ul {
list-style: none;
padding: 0;
font-size: 15px;
}
.project-details .project-description ul li+li {
margin-top: 10px;
}
.project-details .ids {
padding: 30px;
box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
.project-details .ids h2 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid grey;
}
.project-details .ids ul {
list-style: none;
padding: 0;
font-size: 15px;
}
.project-details .ids ul li+li {
margin-top: 10px;
}
/*--------------------------------------------------------------
# Button Details
--------------------------------------------------------------*/
.button.is-rounded {
border-radius: 9999px;
}
.button {
background-color: #36b67e;
background-color: rgba(54, 182, 126, var(--bg-opacity));
--text-opacity: 1;
color: #fff;
color: rgba(255, 255, 255, var(--text-opacity));
border-radius: .25rem;
cursor: pointer;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
padding: .75rem 1rem;
line-height: 1;
transition: all .3s ease;
}
.broker-card-avatar, .button {
display: inline-block;
--bg-opacity: 1;
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance: button;
}
button, input {
overflow: visible;
}
button, input, optgroup, select, textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
padding: 0;
line-height: inherit;
color: inherit;
}
input {
border-radius: 9999px;
-webkit-writing-mode-: horizontal-tb !important;
text-rendering: auto;
color: -internal-light-dark(black, white);
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
appearance: textfield;
-webkit-rtl-ordering: logical;
cursor: text;
margin: 0em;
font: 400 13.3333px Arial;
padding: 3px 2px;
border-width: 2px;
border-style: auto;
}
.input {
display: block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
padding: .75rem;
--text-opacity: 1;
color: #4a5568;
color: rgba(74, 85, 104, var(--text-opacity));
line-height: 1.25;
border-width: 1px;
--border-opacity: 1;
border-color: #e2e8f0;
border-color: rgba(226, 232, 240, var(--border-opacity));
border-radius: .25rem;
--bg-opacity: 1;
background-color: #fff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
padding: 30px;
box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
*, :after, :before {
box-sizing: border-box;
border: 0 solid #e2e8f0;
}
/*--------------------------------------------------------------
# Recomendation Table Details
--------------------------------------------------------------*/
table {
background: #f5f5f5;
border-collapse: separate;
box-shadow: inset 0 1px 0 #fff;
line-height: 24px;
text-align: left;
width: 1000px;
}
.recomendation-details {
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
}
.recomendation-details .recomendation-info {
padding: 30px;
box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
.recomendation-details .recomendation-info h2 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid grey;
}
.recomendation-details .recomendation-info h6 {
font-size: 10px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid grey;
}
/*--------------------------------------------------------------
# Home Button
--------------------------------------------------------------*/
.btn {
background-color: rgba(54, 182, 126, var(--bg-opacity));
--text-opacity: 1;
color: rgba(255, 255, 255, var(--text-opacity));
border-radius: 9999px;
cursor: pointer;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
padding: .55rem 1rem;
line-height: .8;
transition: all .3s ease;
}
.btn {
display: inline-block;
--bg-opacity: 1;
}
.btn {
overflow: visible;
}
a:link {
color: white;
text-decoration: none;
}
a:hover, a:active {
background-color: #36b67e;
}
.btn {
padding: .55rem 1rem;
--text-opacity: 1;
color: #4a5568;
color: rgba(74, 85, 104, var(--text-opacity));
line-height: 1.25;
border-width: 1px;
--border-opacity: 1;
border-color: rgba(226, 232, 240, var(--border-opacity));
border-radius: .25rem;
--bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--bg-opacity));
box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#section-footer {
padding: 10px 0px 10px 0px;
background-color: #eee;
text-align: center;
}
.align-items-center {
-ms-flex-align: center!important;
align-items: center!important;
}
.fa {
padding: 8px;
font-size: 16px;
color: rgb(59, 59, 59);
text-align: center;
border-radius: 10%;
margin: 0 5px;
text-decoration: none !important;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa:hover {
opacity: 0.7;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:-webkit-any-link {
color: -webkit-link;
cursor: pointer;
} | application/static/styles/style.css | body {
font-family: "Open Sans", sans-serif;
color: #272829;
margin-left: auto;
margin-right: auto;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif;
}
.ids ul li {
display: inline-block;
padding-right: 4px;
}
/*--------------------------------------------------------------
# project Details
--------------------------------------------------------------*/
.project-details {
padding-top: 40px;
}
.project-details .project-info {
padding: 30px;
box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
.project-details .project-info h2 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid grey;
}
.project-details .project-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}
.project-details .project-info ul li+li {
margin-top: 10px;
}
.project-details .project-description {
padding: 30px;
box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
.project-details .project-description h2 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid grey;
}
.project-details .project-description ul {
list-style: none;
padding: 0;
font-size: 15px;
}
.project-details .project-description ul li+li {
margin-top: 10px;
}
.project-details .ids {
padding: 30px;
box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
.project-details .ids h2 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid grey;
}
.project-details .ids ul {
list-style: none;
padding: 0;
font-size: 15px;
}
.project-details .ids ul li+li {
margin-top: 10px;
}
/*--------------------------------------------------------------
# Button Details
--------------------------------------------------------------*/
.button.is-rounded {
border-radius: 9999px;
}
.button {
background-color: #36b67e;
background-color: rgba(54, 182, 126, var(--bg-opacity));
--text-opacity: 1;
color: #fff;
color: rgba(255, 255, 255, var(--text-opacity));
border-radius: .25rem;
cursor: pointer;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
padding: .75rem 1rem;
line-height: 1;
transition: all .3s ease;
}
.broker-card-avatar, .button {
display: inline-block;
--bg-opacity: 1;
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance: button;
}
button, input {
overflow: visible;
}
button, input, optgroup, select, textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
padding: 0;
line-height: inherit;
color: inherit;
}
input {
border-radius: 9999px;
-webkit-writing-mode-: horizontal-tb !important;
text-rendering: auto;
color: -internal-light-dark(black, white);
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
appearance: textfield;
-webkit-rtl-ordering: logical;
cursor: text;
margin: 0em;
font: 400 13.3333px Arial;
padding: 3px 2px;
border-width: 2px;
border-style: auto;
}
.input {
display: block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
padding: .75rem;
--text-opacity: 1;
color: #4a5568;
color: rgba(74, 85, 104, var(--text-opacity));
line-height: 1.25;
border-width: 1px;
--border-opacity: 1;
border-color: #e2e8f0;
border-color: rgba(226, 232, 240, var(--border-opacity));
border-radius: .25rem;
--bg-opacity: 1;
background-color: #fff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
padding: 30px;
box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
*, :after, :before {
box-sizing: border-box;
border: 0 solid #e2e8f0;
}
/*--------------------------------------------------------------
# Recomendation Table Details
--------------------------------------------------------------*/
table {
background: #f5f5f5;
border-collapse: separate;
box-shadow: inset 0 1px 0 #fff;
line-height: 24px;
text-align: left;
width: 1000px;
}
.recomendation-details {
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
}
.recomendation-details .recomendation-info {
padding: 30px;
box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
.recomendation-details .recomendation-info h2 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid grey;
}
.recomendation-details .recomendation-info h6 {
font-size: 10px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid grey;
}
/*--------------------------------------------------------------
# Home Button
--------------------------------------------------------------*/
.btn {
background-color: rgba(54, 182, 126, var(--bg-opacity));
--text-opacity: 1;
color: rgba(255, 255, 255, var(--text-opacity));
border-radius: 9999px;
cursor: pointer;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
padding: .55rem 1rem;
line-height: .8;
transition: all .3s ease;
}
.btn {
display: inline-block;
--bg-opacity: 1;
}
.btn {
overflow: visible;
}
a:link {
color: white;
text-decoration: none;
}
a:hover, a:active {
background-color: #36b67e;
}
.btn {
padding: .55rem 1rem;
--text-opacity: 1;
color: #4a5568;
color: rgba(74, 85, 104, var(--text-opacity));
line-height: 1.25;
border-width: 1px;
--border-opacity: 1;
border-color: rgba(226, 232, 240, var(--border-opacity));
border-radius: .25rem;
--bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--bg-opacity));
box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#section-footer {
padding: 10px 0px 10px 0px;
background-color: #eee;
text-align: center;
}
.align-items-center {
-ms-flex-align: center!important;
align-items: center!important;
}
.fa {
padding: 8px;
font-size: 16px;
color: rgb(59, 59, 59);
text-align: center;
border-radius: 10%;
margin: 0 5px;
text-decoration: none !important;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa:hover {
opacity: 0.7;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:-webkit-any-link {
color: -webkit-link;
cursor: pointer;
} | 0.437824 | 0.067979 |
[ Table of contents ]
================================================
1 Theme Default
2 Top Bar
3 Mid Bar
4 Manu Bar
5 Title Bar
5 Banner
6 Post Cat
7 Resent Post
8 Post Slide
9 Main Post
10 Popular Post
11 Top Post
12 All Post
13 Blog Post
14 Pagination
15 BG Content
16 Mega Footer
17 Mid Footer
18 BG Search
19 Main Footer
======================================
[ End table content ]
======================================*/
/*=====================
1 Theme Default
=======================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
html {
overflow-x: hidden;
padding: 0px;
margin: 0px;
}
body {
margin: 0;
padding: 0 !important;
font-family: "Roboto", sans-serif;
font-size: 15px;
line-height: 26px;
letter-spacing: 0px;
word-spacing: 0px;
word-wrap: break-word;
background: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0;
color: #292929;
}
h1 {
font-size: 54px;
line-height: 66px;
}
h2 {
font-size: 40px;
line-height: 48px;
}
h3 {
font-size: 32px;
line-height: 42px;
}
h4 {
font-size: 24px;
line-height: 34px;
}
h5 {
font-size: 20px;
line-height: 30px;
}
h6 {
font-size: 18px;
line-height: 28px;
}
p {
font-family: "Roboto", sans-serif;
font-size: 15px;
font-weight: 400;
margin: 0;
padding: 0;
line-height: 27px;
color: #686868;
}
svg {
fill: #292929;
--svg-font-size: 15px;
width: var(--svg-font-size);
height: var(--svg-font-size);
margin-top: -4px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
ul,
ol {
margin: 0;
padding: 0;
}
ul li,
ol li {
list-style: none;
}
a,
button,
.btn,
ol li a,
ul li a {
letter-spacing: 0;
text-decoration: none;
outline: none !important;
cursor: pointer;
color: #292929;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
a:hover,
.btn:hover,
ol li a:hover,
ul li a:hover {
outline: none !important;
text-decoration: none;
color: #292929;
}
.btn,
.btn:focus,
input,
input:focus {
outline: none !important;
-webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}
section {
padding: 40px 0px;
}
.banner-bg,
.banner-bg-fixed,
.bg-parallax {
width: 100%;
height: 100vh;
background-repeat: no-repeat;
background-size: cover;
}
.content-center,
.content-left,
.content-right {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
.content-top-center {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.content-left {
-webkit-box-pack: start;
justify-content: flex-start;
}
.content-right {
-webkit-box-pack: end;
justify-content: flex-end;
}
span.pink {
color: #DD1C63;
}
span.lblue {
color: #40DCDC;
}
.title-tag a {
display: inline-block;
padding: 3px 10px 0px 10px;
text-transform: capitalize;
color: #FFFFFF;
font-size: 15px;
background: #DD1C63;
border: 1px solid #DD1C63;
border-radius: 5px;
}
.title-tag a:hover {
color: #DD1C63;
background: transparent;
}
span.lblue-shap {
background: #40DCDC;
}
main.v2 section {
padding: 40px 15px;
}
main.v2,
footer.footer-v2 {
margin-left: 244px;
}
main.v3,
footer.footer-v3 {
margin-left: 0px;
}
.title-shap {
margin-bottom: 20px;
}
.title-shap h5 {
position: relative;
padding-left: 27px;
text-transform: capitalize;
}
.title-shap h5::before {
position: absolute;
content: "";
top: 50%;
left: 0px;
width: 17px;
height: 17px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
background-image: url("../img/main-post/shap.png");
}
/*=====================
2 Top Bar
=======================*/
.top-bar {
padding: 20px 0px;
}
.top-bar .left-content .icon {
display: inline-block;
}
.top-bar .left-content .icon svg {
fill: #DD1C63;
margin-right: 10px;
}
.top-bar .left-content span {
padding-bottom: 2px;
border-bottom: 1px solid transparent;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.top-bar .left-content a:hover span {
border-bottom: 1px solid #292929;
}
.top-bar .right-content ul {
text-align: right;
}
.top-bar .right-content ul li {
display: inline-block;
margin-right: 20px;
}
.top-bar .right-content ul li:last-child {
margin-right: 0px;
}
.top-bar .right-content ul li svg {
display: block;
margin-top: 4px;
}
.top-bar .right-content ul li svg:hover {
fill: #292929 !important;
}
.top-bar .right-content ul li.db a svg {
fill: #ea4c89;
}
.top-bar .right-content ul li.fb a svg {
fill: #3B5999;
}
.top-bar .right-content ul li.gp a svg {
fill: #F4C20D;
}
.top-bar .right-content ul li.tw a svg {
fill: #55ACEE;
}
.top-bar .right-content ul li.vimeo a svg {
fill: #1AB7EA;
}
/*=====================
3 Mid Bar
=======================*/
.mid-bar {
position: relative;
border-top: 1px solid #FCFCFC;
border-bottom: 1px solid #FCFCFC;
background: #FFFFFF;
margin: 18px 0px 30px 0px;
z-index: 4;
}
.mid-bar::before, .mid-bar::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #FFFFFF;
z-index: -3;
}
.mid-bar::before {
width: 80px;
height: 80px;
border: 1px solid #FCFCFC;
border-radius: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(1.5);
-moz-transform: translate(-50%, -50%) scale(1.5);
transform: translate(-50%, -50%) scale(1.5);
z-index: -4;
}
.mid-bar::after {
top: 0;
left: 0;
z-index: -4;
}
.mid-bar .logo a {
display: block;
width: 120px;
}
.mid-bar .logo a img {
width: 100%;
}
.mid-bar .profile {
width: 80px;
height: 80px;
border-radius: 100%;
border: 2px solid #FFFFFF;
overflow: hidden;
margin: 0 auto;
-webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
}
.mid-bar .profile img {
width: 100%;
}
.mid-bar .right-content {
text-align: right;
}
.mid-bar .right-content .icon {
display: inline-block;
}
.mid-bar .right-content .icon svg {
fill: #40DCDC;
margin-right: 10px;
}
.mid-bar .right-content p {
display: inline-block;
}
/*=====================
4 Manu Bar
=======================*/
.manu-bar .search .search-btn {
padding: 0px;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border: none;
border-radius: 100%;
background: #40DCDC;
}
.manu-bar .search .search-btn svg {
margin-top: 0px;
}
.manu-bar .search .search-btn svg .a {
fill: #FFFFFF;
}
.manu-bar .search .modal-content {
display: block;
border-radius: 5px;
padding: 30px;
}
.manu-bar .search .modal-content input {
width: calc(100% - 155px);
}
.manu-bar .search .modal-content button {
width: calc(100% - 290px);
height: 43px;
border: none;
}
.manu-bar .search .modal-content button:hover {
color: #FFFFFF;
background: #40DCDC;
}
.manu-bar .main-manu .manu-btn,
.manu-bar .main-manu .close-btn {
display: none;
}
.manu-bar .main-manu ul {
text-align: center;
padding-top: 15px;
}
.manu-bar .main-manu ul li {
position: relative;
display: inline-block;
margin-right: 25px;
}
.manu-bar .main-manu ul li:last-child {
margin-right: 0px;
}
.manu-bar .main-manu ul li a {
display: block;
font-weight: 500;
}
.manu-bar .main-manu ul li a svg {
--svg-font-size: 12px;
margin-left: 10px;
}
.manu-bar .main-manu ul li:hover > a {
color: #40DCDC;
}
.manu-bar .main-manu ul li:hover svg {
fill: #40DCDC;
}
.manu-bar .main-manu ul li:hover ul {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}
.manu-bar .main-manu ul li span {
position: absolute;
top: -15px;
right: 0px;
width: 20px;
height: 15px;
line-height: 15px;
font-size: 10px;
color: #FFFFFF;
background: #DD1C63;
}
.manu-bar .main-manu ul li ul {
position: absolute;
display: block;
top: 25px;
left: 0px;
background: #FFFFFF;
padding: 15px;
min-width: 110px;
z-index: 5;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
}
.manu-bar .main-manu ul li ul li {
margin: 0px 0px 5px 0px;
}
.manu-bar .main-manu ul li ul li:last-child {
margin-bottom: 0px;
}
.manu-bar .main-manu ul li ul li ul {
top: 0px;
left: 95px;
}
.manu-bar .right-content {
text-align: right;
}
.manu-bar .right-content .shop {
margin-right: 7px;
}
.manu-bar .right-content .shop .shop-btn {
position: relative;
padding: 0px;
border: none;
width: 30px;
height: 30px;
line-height: 30px;
margin-top: 4px;
background: transparent;
}
.manu-bar .right-content .shop .shop-btn svg {
fill: #DD1C63;
--svg-font-size: 20px;
}
.manu-bar .right-content .shop .shop-btn span {
position: absolute;
padding: 0px 9px;
border-radius: 30px;
border: 2px solid #DD1C63;
color: #DD1C63;
background: #FFFFFF;
top: -9px;
left: 10px;
font-size: 20px;
font-weight: 500;
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
transform: scale(0.6);
}
/*=====================
5 Manu bar v2
=======================*/
.manu-bar-v2 {
position: fixed;
padding: 20px 0px;
width: 244px;
height: 100%;
border-right: 1px solid #EFEFEF;
overflow-y: auto;
background: #FFFFFF;
z-index: 5;
}
.manu-bar-v2 .logo a {
display: block;
width: 115px;
margin: 0 auto;
}
.manu-bar-v2 .logo a img {
width: 100%;
}
.manu-bar-v2 .profile {
text-align: center;
border: 1px solid #EFEFEF;
border-radius: 5px;
margin: 10px;
padding: 10px;
}
.manu-bar-v2 .profile img,
.manu-bar-v2 .profile h6,
.manu-bar-v2 .profile p {
margin-bottom: 10px;
}
.manu-bar-v2 .profile ul li {
display: inline-block;
margin-right: 10px;
}
.manu-bar-v2 .profile ul li:last-child {
margin-right: 0px;
}
.manu-bar-v2 .profile ul li svg {
display: block;
margin-top: 4px;
}
.manu-bar-v2 .profile ul li svg:hover {
fill: #292929 !important;
}
.manu-bar-v2 .profile ul li.db a svg {
fill: #ea4c89;
}
.manu-bar-v2 .profile ul li.fb a svg {
fill: #3B5999;
}
.manu-bar-v2 .profile ul li.tw a svg {
fill: #55ACEE;
}
.manu-bar-v2 .profile ul li.vimeo a svg {
fill: #1AB7EA;
}
.manu-bar-v2 .main-manu li {
margin-top: 5px;
}
.manu-bar-v2 .main-manu li:first-child {
margin-top: 0px;
}
.manu-bar-v2 .main-manu li a svg.dropdown-icon {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
}
.manu-bar-v2 .main-manu li.active > a {
color: #40DCDC;
}
.manu-bar-v2 .main-manu li.active > a svg.dropdown-icon {
fill: #40DCDC;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
.manu-bar-v2 .main-manu li ul {
display: none;
width: 100%;
text-align: center;
opacity: 1;
margin: 0;
padding: 0;
visibility: visible;
background: #FFFFFF;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: none !important;
-moz-transition: none !important;
transition: none !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.manu-bar-v2 .main-manu li a {
position: relative;
display: block;
padding: 7px 10px;
margin: 5px 20px;
border-radius: 50px;
background: #FFFFFF;
-webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0);
}
.manu-bar-v2 .main-manu li a svg {
fill: #686868;
}
.manu-bar-v2 .main-manu li a svg:first-child {
position: relative !important;
fill: none;
stroke: #686868;
margin: -4px 5px 0px 0px !important;
}
.manu-bar-v2 .main-manu li a svg:last-child {
position: absolute;
right: 0;
margin: 5px 15px 0px 0px;
}
.manu-bar-v2 .main-manu li a svg.fill {
fill: #686868;
stroke: none;
}
.manu-bar-v2 .main-manu li:hover > a {
color: #40DCDC;
-webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
}
.manu-bar-v2 .main-manu li:hover > a svg {
fill: none;
stroke: #40DCDC !important;
}
.manu-bar-v2 .main-manu li:hover > a svg.fill, .manu-bar-v2 .main-manu li:hover > a svg.dropdown-icon {
fill: #40DCDC;
stroke: none !important;
}
/*=====================
5 Manu bar v3
=======================*/
.manu-bar-v3 {
padding: 30px 0px;
}
.manu-bar-v3 .logo a {
display: block;
width: 120px;
}
.manu-bar-v3 .logo a img {
width: 100%;
}
.manu-bar-v3 .main-manu ul {
text-align: center;
padding-top: 15px;
}
.manu-bar-v3 .main-manu ul li {
position: relative;
display: inline-block;
margin-right: 15px;
}
.manu-bar-v3 .main-manu ul li:last-child {
margin-right: 0px;
}
.manu-bar-v3 .main-manu ul li a {
display: block;
font-weight: 500;
}
.manu-bar-v3 .main-manu ul li a svg {
--svg-font-size: 12px;
margin-left: 10px;
}
.manu-bar-v3 .main-manu ul li:hover > a {
color: #40DCDC;
}
.manu-bar-v3 .main-manu ul li:hover svg {
fill: #40DCDC;
}
.manu-bar-v3 .main-manu ul li:hover ul {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}
.manu-bar-v3 .main-manu ul li span {
position: absolute;
top: -15px;
right: 0px;
width: 20px;
height: 15px;
line-height: 15px;
font-size: 10px;
color: #FFFFFF;
background: #DD1C63;
}
.manu-bar-v3 .main-manu ul li ul {
position: absolute;
display: block;
top: 25px;
left: 0px;
background: #FFFFFF;
padding: 15px;
min-width: 110px;
z-index: 5;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
}
.manu-bar-v3 .main-manu ul li ul li {
margin: 0px 0px 5px 0px;
}
.manu-bar-v3 .main-manu ul li ul li:last-child {
margin-bottom: 0px;
}
.manu-bar-v3 .main-manu ul li ul li ul {
top: 0px;
left: 95px;
}
.manu-bar-v3 .right-content {
text-align: right;
}
.manu-bar-v3 .right-content .s-icon,
.manu-bar-v3 .right-content .search,
.manu-bar-v3 .right-content .shop {
display: inline-block;
}
.manu-bar-v3 .right-content .s-icon ul {
text-align: right;
margin-right: 15px;
}
.manu-bar-v3 .right-content .s-icon ul li {
display: inline-block;
margin-right: 10px;
}
.manu-bar-v3 .right-content .s-icon ul li:last-child {
margin-right: 0px;
}
.manu-bar-v3 .right-content .s-icon ul li svg {
display: block;
margin-top: 4px;
}
.manu-bar-v3 .right-content .s-icon ul li svg:hover {
fill: #292929 !important;
}
.manu-bar-v3 .right-content .s-icon ul li.db a svg {
fill: #ea4c89;
}
.manu-bar-v3 .right-content .s-icon ul li.fb a svg {
fill: #3B5999;
}
.manu-bar-v3 .right-content .s-icon ul li.gp a svg {
fill: #F4C20D;
}
.manu-bar-v3 .right-content .s-icon ul li.tw a svg {
fill: #55ACEE;
}
.manu-bar-v3 .right-content .s-icon ul li.vimeo a svg {
fill: #1AB7EA;
}
.manu-bar-v3 .right-content .search {
margin-right: 15px;
}
.manu-bar-v3 .right-content .search .search-btn {
padding: 0px;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border: none;
border-radius: 100%;
background: #40DCDC;
}
.manu-bar-v3 .right-content .search .search-btn svg {
margin-top: 0px;
}
.manu-bar-v3 .right-content .search .search-btn svg .a {
fill: #FFFFFF;
}
.manu-bar-v3 .right-content .search .modal-content {
display: block;
border-radius: 5px;
padding: 30px;
}
.manu-bar-v3 .right-content .search .modal-content input {
width: calc(100% - 155px);
}
.manu-bar-v3 .right-content .search .modal-content button {
width: calc(100% - 290px);
height: 43px;
border: none;
}
.manu-bar-v3 .right-content .search .modal-content button:hover {
color: #FFFFFF;
background: #40DCDC;
}
.manu-bar-v3 .right-content .shop {
margin-right: 7px;
}
.manu-bar-v3 .right-content .shop .shop-btn {
position: relative;
padding: 0px;
border: none;
width: 30px;
height: 30px;
line-height: 30px;
margin-top: 4px;
background: transparent;
}
.manu-bar-v3 .right-content .shop .shop-btn svg {
fill: #DD1C63;
--svg-font-size: 20px;
}
.manu-bar-v3 .right-content .shop .shop-btn span {
position: absolute;
padding: 0px 9px;
border-radius: 30px;
border: 2px solid #DD1C63;
color: #DD1C63;
background: #FFFFFF;
top: -9px;
left: 10px;
font-size: 20px;
font-weight: 500;
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
transform: scale(0.6);
}
/*=====================
5 Title Bar
=======================*/
.title-bar .search .search-btn {
padding: 0px;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border: none;
border-radius: 100%;
border: 1px solid #EFEFEF;
background: #FFFFFF;
}
.title-bar .search .modal-content {
display: block;
border-radius: 5px;
padding: 30px;
}
.title-bar .search .modal-content input {
width: calc(100% - 155px);
}
.title-bar .search .modal-content button {
width: calc(100% - 290px);
height: 43px;
border: none;
}
.title-bar .search .modal-content button:hover {
color: #FFFFFF;
background: #40DCDC;
}
.title-bar .title p {
color: #292929;
text-align: center;
}
.title-bar .title p a {
display: inline-block;
padding: 0px 8px;
border-radius: 5px;
color: #FFFFFF;
background: #DD1C63;
border: 1px solid #DD1C63;
}
.title-bar .title p a:hover {
color: #DD1C63;
background: transparent;
}
.title-bar .shop {
margin-right: 7px;
}
.title-bar .shop .shop-btn {
position: relative;
padding: 0px;
border: none;
width: 30px;
height: 30px;
line-height: 30px;
margin-top: 4px;
background: transparent;
}
.title-bar .shop .shop-btn svg {
fill: #DD1C63;
--svg-font-size: 20px;
}
.title-bar .shop .shop-btn span {
position: absolute;
padding: 0px 9px;
border-radius: 30px;
border: 2px solid #DD1C63;
color: #DD1C63;
background: #FFFFFF;
top: -9px;
left: 10px;
font-size: 20px;
font-weight: 500;
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
transform: scale(0.6);
}
/*=====================
5 Banner
=======================*/
.blog-banner .container-fluid {
padding: 0px;
}
.blog-banner .slick-slider {
position: relative;
}
.blog-banner .slick-slider .slick-slide {
margin: 0px 15px;
outline: none;
}
.blog-banner .slick-slider .slick-arrow {
position: absolute;
width: 40px;
height: 40px;
padding: 0px;
line-height: 40px;
border: none;
bottom: 80px;
border-radius: 100%;
background: #FFFFFF;
z-index: 5;
}
.blog-banner .slick-slider .slick-arrow svg .a {
fill: none;
stroke: #686868;
stroke-width: 1.7px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.blog-banner .slick-slider .slick-arrow:hover svg .a {
stroke: #DD1C63;
}
.blog-banner .slick-slider .slick-arrow.btn-prev {
right: calc(100% - 162px);
}
.blog-banner .slick-slider .slick-arrow.btn-next {
left: calc(100% - 162px);
}
.blog-banner .banner-bg {
position: relative;
height: 550px;
border-radius: 5px;
}
.blog-banner .banner-bg .card {
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
border: none;
border-radius: 5px;
background: transparent;
overflow: hidden;
width: calc(100% - 150px);
}
.blog-banner .banner-bg .card::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #FFFFFF;
left: 0px;
bottom: 0px;
opacity: 0.8;
}
.blog-banner .banner-bg .card .card-body {
padding: 30px;
text-align: center;
z-index: 5;
}
.blog-banner .banner-bg .card .card-body .title-tag a {
margin-bottom: 15px;
}
.blog-banner .banner-bg .card .card-body .card-title {
margin-bottom: 10px;
}
.blog-banner .banner-bg .card .card-body .card-title a {
font-weight: 600;
font-size: 24px;
font-family: "Poppins", sans-serif;
}
.blog-banner .banner-bg .card .card-body .card-title a:hover {
text-decoration: underline;
}
.blog-banner .banner-bg .card .card-body ul li {
display: inline-block;
margin-right: 25px;
}
.blog-banner .banner-bg .card .card-body ul li:last-child {
margin-right: 0px;
}
.blog-banner .banner-bg .card .card-body ul li p {
display: inline-block;
}
.blog-banner .banner-bg .card .card-body ul li .profile .profile-img {
display: inline-block;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 30px;
height: 30px;
border-radius: 100%;
overflow: hidden;
}
.blog-banner .banner-bg .card .card-body ul li .profile .profile-img img {
width: 100%;
}
.blog-banner .banner-bg .card .card-body ul li .profile p {
margin-left: 10px;
color: #292929;
}
.blog-banner .banner-bg .card .card-body ul li .svg-1 .a {
fill: none;
stroke: #686868;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.167px;
}
.blog-banner .banner-bg .card .card-body ul li .svg-2 .a {
fill: #686868;
}
/*=====================
6 Post Cat
=======================*/
.post-cat {
padding-top: 0px;
}
.post-cat .row > div:nth-of-type(1n+0) .post-item {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.post-cat .row > div:nth-of-type(1n+0) .post-item:hover .icon,
.post-cat .row > div:nth-of-type(1n+0) .post-item:hover p {
color: #DD1C63;
}
.post-cat .row > div:nth-of-type(1n+0) .post-item:hover .icon svg {
fill: #DD1C63;
}
.post-cat .row > div:nth-of-type(2n+0) .post-item {
border: 1px solid #40DCDC;
background: #40DCDC;
}
.post-cat .row > div:nth-of-type(2n+0) .post-item:hover .icon,
.post-cat .row > div:nth-of-type(2n+0) .post-item:hover p {
color: #40DCDC;
}
.post-cat .row > div:nth-of-type(2n+0) .post-item:hover .icon svg {
fill: #40DCDC;
}
.post-cat .row > div:nth-of-type(3n+0) .post-item {
border: 1px solid #F4C20D;
background: #F4C20D;
}
.post-cat .row > div:nth-of-type(3n+0) .post-item:hover .icon,
.post-cat .row > div:nth-of-type(3n+0) .post-item:hover p {
color: #F4C20D;
}
.post-cat .row > div:nth-of-type(3n+0) .post-item:hover .icon svg {
fill: #F4C20D;
}
.post-cat .row > div:nth-of-type(4n+0) .post-item {
border: 1px solid #3B5999;
background: #3B5999;
}
.post-cat .row > div:nth-of-type(4n+0) .post-item:hover .icon,
.post-cat .row > div:nth-of-type(4n+0) .post-item:hover p {
color: #3B5999;
}
.post-cat .row > div:nth-of-type(4n+0) .post-item:hover .icon svg {
fill: #3B5999;
}
.post-cat .post-item {
display: block;
padding: 15px 20px 10px 20px;
border-radius: 50px;
}
.post-cat .post-item:hover {
background: #FFFFFF !important;
}
.post-cat .post-item .row > div:first-child {
padding-right: 0px;
}
.post-cat .post-item .row > div:last-child {
text-align: right;
}
.post-cat .post-item .title,
.post-cat .post-item .valu {
display: inline-block;
}
.post-cat .post-item .title .icon,
.post-cat .post-item .title p,
.post-cat .post-item .valu .icon,
.post-cat .post-item .valu p {
display: inline-block;
font-weight: 500;
color: #FFFFFF;
}
.post-cat .post-item .title .icon svg,
.post-cat .post-item .valu .icon svg {
fill: #FFFFFF;
}
.post-cat .post-item .title .icon {
margin-right: 5px;
}
.post-cat .post-item .valu .icon {
margin-left: 5px;
}
.post-cat .post-item .valu .icon svg {
--svg-font-size: 12px;
}
/*=====================
7 Resent Post
=======================*/
.resent-post .title {
padding-bottom: 15px;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 30px;
}
.resent-post .slick-track {
padding: 15px 0px;
}
.resent-post .slick-slide {
outline: none;
}
.resent-post .slick-arrow {
position: absolute;
padding: 0;
top: -77px;
right: 11px;
border: none;
width: 13px;
height: 20px;
text-align: center;
line-height: 25px;
background: transparent;
}
.resent-post .slick-arrow.btn-prev {
right: 30px;
}
.resent-post .slick-arrow svg {
fill: #686868;
}
.resent-post .slick-dots {
position: absolute;
width: calc(100% - 40px);
top: -80px;
text-align: right;
padding-right: 15px;
font-family: "Poppins", sans-serif;
color: #686868;
counter-reset: slides-num;
}
.resent-post .slick-dots::after {
content: counter(slides-num);
font-size: 15px;
}
.resent-post .slick-dots li {
display: inline-block;
counter-increment: slides-num;
}
.resent-post .slick-dots li button {
display: none;
}
.resent-post .slick-dots li.slick-active:before {
content: counter(slides-num);
color: #DD1C63;
font-size: 20px;
}
.resent-post .slick-dots li.slick-active::after {
content: " / ";
font-size: 15px;
}
.resent-post .card {
border: none;
border-radius: 5px;
background: #FFFFFF;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.resent-post .card .card-body {
padding: 30px;
}
.resent-post .card .card-body .title-tag a {
display: inline-block;
font-size: 15px;
margin-bottom: 25px;
}
.resent-post .card .card-body a {
display: block;
line-height: 35px;
font-weight: 600;
font-size: 24px;
margin-bottom: 25px;
}
.resent-post .card .card-body a:hover {
color: #DD1C63;
}
.resent-post .card .card-body > p {
position: relative;
padding: 0px 0px 25px 30px;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 25px;
}
.resent-post .card .card-body > p::before {
position: absolute;
content: "";
top: 13px;
left: 0px;
width: 25px;
height: 1px;
background: #686868;
}
.resent-post .card .card-body ul li {
display: inline-block;
margin-right: 10px;
}
.resent-post .card .card-body ul li:last-child {
margin-right: 0px;
}
.resent-post .card .card-body ul li p {
display: inline-block;
}
.resent-post .card .card-body ul li .profile .profile-img {
display: inline-block;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 30px;
height: 30px;
border-radius: 100%;
overflow: hidden;
}
.resent-post .card .card-body ul li .profile .profile-img img {
width: 100%;
}
.resent-post .card .card-body ul li .profile p {
margin-left: 10px;
color: #292929;
}
.resent-post .card .card-body ul li .svg-1 .a {
fill: none;
stroke: #686868;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.167px;
}
.resent-post .card .card-body ul li .svg-2 .a {
fill: #686868;
}
/*=====================
8 Post Slide
=======================*/
.post-slide .card {
border: none;
border-radius: 5px;
background: #FFFFFF;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
margin-bottom: 25px;
}
.post-slide .card .card-header {
padding: 0px;
border: none;
background: none;
}
.post-slide .card .card-header .post-img {
position: relative;
}
.post-slide .card .card-header .post-img img {
width: 100%;
}
.post-slide .card .card-header .post-img .title-tag a {
position: absolute;
top: 15px;
left: 15px;
padding: 4px 15px 0px 15px;
border-color: #40DCDC;
background: #40DCDC;
margin-bottom: 0px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.post-slide .card .card-header .post-img .title-tag a:hover {
background: transparent !important;
}
.post-slide .card .card-body {
padding: 20px;
}
.post-slide .card .card-body .title a {
display: block;
font-size: 15px;
font-weight: 600;
margin-bottom: 10px;
}
.post-slide .card .card-body .title a:hover {
color: #DD1C63;
}
.post-slide .card .card-body p {
margin-bottom: 40px;
}
.post-slide .card .card-body .link {
text-align: center;
margin-bottom: -30px;
}
.post-slide .card .card-body .link a {
display: inline-block;
padding: 12px 30px;
color: #DD1C63;
border-radius: 30px;
background: #FFFFFF;
margin-bottom: -30px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.post-slide .card .card-body .link a:hover {
color: #FFFFFF;
background: #DD1C63;
}
.post-slide .card:hover {
-webkit-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
}
.post-slide .card:hover .title-tag a {
border-color: #DD1C63 !important;
background: #DD1C63 !important;
}
.post-slide .slick-arrow {
position: absolute;
width: 40px;
height: 40px;
padding: 0px;
line-height: 45px;
border: none;
top: 50%;
border-radius: 100%;
background: #FFEAF2;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 5;
}
.post-slide .slick-arrow svg {
margin-top: -8px;
}
.post-slide .slick-arrow svg .a {
fill: none;
stroke: #DD1C63;
stroke-width: 1.2px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.post-slide .slick-arrow:hover {
background: #40DCDC;
}
.post-slide .slick-arrow:hover svg .a {
stroke: #FFFFFF;
}
.post-slide .slick-arrow.btn-prev {
left: -50px;
}
.post-slide .slick-arrow.btn-next {
right: -50px;
}
/*=====================
9 Main Post
=======================*/
.main-post .card {
border: none;
border-radius: 5px;
text-align: center;
background: #FFFFFF;
margin-bottom: 50px;
}
.main-post .card:last-child {
margin-bottom: 0px;
}
.main-post .card .card-body {
padding: 0px;
}
.main-post .card .card-body .post-img {
overflow: hidden;
}
.main-post .card .card-body .post-img img {
width: 100%;
border-radius: 5px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.main-post .card .card-body .post-title {
position: relative;
width: calc(100% - 80px);
padding: 30px;
margin: -15% auto 30px auto;
background: #FFFFFF;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
z-index: 5;
}
.main-post .card .card-body .post-title .title-tag a,
.main-post .card .card-body .post-title .title a,
.main-post .card .card-body .post-title a {
margin-bottom: 15px;
}
.main-post .card .card-body .post-title .title-tag a {
display: inline-block;
font-size: 15px;
}
.main-post .card .card-body .post-title .title a {
display: block;
font-size: 24px;
line-height: 34px;
}
.main-post .card .card-body .post-title a {
display: block;
font-size: 25px;
line-height: 35px;
font-weight: 600;
font-family: "Poppins", sans-serif;
}
.main-post .card .card-body .post-title a:hover {
color: #DD1C63;
}
.main-post .card .card-body .post-title ul li {
display: inline-block;
margin-right: 25px;
}
.main-post .card .card-body .post-title ul li:last-child {
margin-right: 0px;
}
.main-post .card .card-body .post-title ul li p {
display: inline-block;
}
.main-post .card .card-body .post-title ul li .profile .profile-img {
display: inline-block;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 30px;
height: 30px;
border-radius: 100%;
overflow: hidden;
}
.main-post .card .card-body .post-title ul li .profile .profile-img img {
width: 100%;
}
.main-post .card .card-body .post-title ul li .profile p {
margin-left: 10px;
color: #292929;
}
.main-post .card .card-body .post-title ul li .svg-1 .a {
fill: none;
stroke: #686868;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.167px;
}
.main-post .card .card-body .post-title ul li .svg-2 .a {
fill: #686868;
}
.main-post .card .card-body .post-content p {
margin-bottom: 30px;
}
.main-post .card .card-body .post-content a {
position: relative;
display: inline-block;
padding: 15px 50px;
color: #DD1C63;
background: #FFFFFF;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
z-index: 5;
}
.main-post .card .card-body .post-content a:hover {
color: #FFFFFF;
background: #DD1C63;
}
.main-post .card .card-body .post-content a::before, .main-post .card .card-body .post-content a::after {
position: absolute;
content: "";
width: 100%;
height: 1px;
top: 50%;
background: #EFEFEF;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 3;
}
.main-post .card .card-body .post-content a::before {
left: -100%;
}
.main-post .card .card-body .post-content a::after {
right: -100%;
}
.main-post .card:hover .card-body .post-img img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.main-post .widget .widget-card {
padding: 30px;
background: #FFFFFF;
margin-bottom: 30px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.main-post .widget .widget-card:last-child {
margin-bottom: 0px;
}
.main-post .widget .widget-card .title {
position: relative;
}
.main-post .widget .widget-card .title h5 {
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
text-transform: uppercase;
}
.main-post .widget .widget-card .title h5::before, .main-post .widget .widget-card .title h5::after {
position: absolute;
content: "";
width: 120px;
height: 1px;
left: 0;
bottom: 0;
background: #EFEFEF;
}
.main-post .widget .widget-card .title h5::after {
width: 40px;
height: 2px;
bottom: -1px;
background: #DD1C63;
}
.main-post .widget .widget-card .title .numbber {
position: absolute;
top: 0;
right: 0;
font-weight: 500;
text-transform: uppercase;
}
.main-post .widget .widget-card ul li {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
padding: 10px 0px;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 5px;
}
.main-post .widget .widget-card ul li:last-child {
border-bottom: none;
}
.main-post .widget .widget-card ul li .w-img {
width: 70px;
height: 65px;
border-radius: 5px;
overflow: hidden;
}
.main-post .widget .widget-card ul li .w-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main-post .widget .widget-card ul li .w-text {
width: calc(100% - 70px);
margin-left: 20px;
}
.main-post .widget .widget-card ul li .w-text a {
font-size: 18px;
font-weight: 500;
margin-bottom: 5px;
}
.main-post .widget .widget-card ul li .w-text p {
position: relative;
padding-left: 30px;
}
.main-post .widget .widget-card ul li .w-text p::before {
position: absolute;
content: "";
top: 13px;
left: 0px;
width: 25px;
height: 1px;
background: #686868;
}
.main-post .widget .widget-card ul li:hover .w-img > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.main-post .widget .widget-card ul li:hover .w-text > a {
color: #DD1C63;
}
.main-post .widget .widget-card .in-profile .in-content {
display: -webkit-box;
display: flex;
margin-top: 30px;
}
.main-post .widget .widget-card .in-profile .in-content img {
width: 55px;
max-width: 55px;
height: 55px;
max-height: 55px;
margin-right: 10px;
}
.main-post .widget .widget-card .in-profile .in-content a {
color: #DD1C63;
display: block;
text-align: right;
width: 100%;
}
.main-post .widget .widget-card .in-profile ul {
display: -webkit-box;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #EFEFEF;
margin: 15px 0px;
}
.main-post .widget .widget-card .in-profile ul li {
border: none;
margin-bottom: 0px;
}
.main-post .widget .widget-card .in-g-img .row div {
padding: 5px;
}
.main-post .widget .widget-card .in-g-img .row div .widget-img {
padding: 0px;
border-radius: 5px;
overflow: hidden;
}
.main-post .widget .widget-card .in-g-img .row div .widget-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main-post .widget .widget-card .in-g-img .row div .widget-img:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.main-post .widget .widget-card form {
display: -webkit-box;
display: flex;
}
.main-post .widget .widget-card form input {
border-radius: 5px 0px 0px 5px;
width: calc(100% - 104px);
}
.main-post .widget .widget-card form button {
height: 44px;
padding: 0px 20px;
border: none;
border-radius: 0px 5px 5px 0px;
color: #FFFFFF;
background: #DD1C63;
}
.main-post .widget .widget-card .c-catagory li {
border: none;
}
.main-post .widget .widget-card .c-catagory li a {
width: 100%;
display: block;
padding: 15px 20px 10px 20px;
border-radius: 50px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.main-post .widget .widget-card .c-catagory li a .icon,
.main-post .widget .widget-card .c-catagory li a p {
display: inline-block;
font-size: 15px;
font-weight: 500;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main-post .widget .widget-card .c-catagory li a .title .icon svg {
fill: #DD1C63;
}
.main-post .widget .widget-card .c-catagory li a .valu {
text-align: right;
}
.main-post .widget .widget-card .c-catagory li a .valu .icon svg {
fill: #686868;
}
.main-post .widget .widget-card .c-catagory li a .valu p {
color: #DD1C63;
font-weight: 500;
}
.main-post .widget .widget-card .c-catagory li a:hover {
background: #DD1C63;
}
.main-post .widget .widget-card .c-catagory li a:hover .icon svg {
fill: #FFFFFF;
}
.main-post .widget .widget-card .c-catagory li a:hover p {
color: #FFFFFF;
}
.main-post .widget .widget-card .s-tag ul li {
display: inline-block;
margin: 0px 15px 20px 0px;
border-bottom: none;
padding: 0px;
}
.main-post .widget .widget-card .s-tag ul li:last-child {
margin-right: 0px;
}
.main-post .widget .widget-card .s-tag ul li a {
display: inline-block;
text-transform: capitalize;
padding: 8px 15px 5px 15px;
border-radius: 5px;
font-weight: 500;
color: #FFFFFF;
border: 1px solid transparent;
}
.main-post .widget .widget-card .s-tag ul li.db a {
background: #ea4c89;
}
.main-post .widget .widget-card .s-tag ul li.db a:hover {
color: #ea4c89;
background: transparent;
border: 1px solid #ea4c89;
}
.main-post .widget .widget-card .s-tag ul li.fb a {
background: #3B5999;
}
.main-post .widget .widget-card .s-tag ul li.fb a:hover {
color: #3B5999;
background: transparent;
border: 1px solid #3B5999;
}
.main-post .widget .widget-card .s-tag ul li.tw a {
background: #55ACEE;
}
.main-post .widget .widget-card .s-tag ul li.tw a:hover {
color: #55ACEE;
background: transparent;
border: 1px solid #55ACEE;
}
.main-post .widget .widget-card .tag-list ul {
margin-top: 30px;
}
.main-post .widget .widget-card .tag-list ul li {
border: none;
display: inline-block;
padding: 0px;
}
.main-post .widget .widget-card .tag-list ul li a {
display: block;
padding: 10px 30px;
margin: 0px 5px 5px 5px;
color: #FFFFFF;
border-radius: 30px;
font-weight: 500;
}
.main-post .widget .widget-card .tag-list ul li a:hover {
background: transparent !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(1n+0) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(1n+0) a:hover {
color: #DD1C63 !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(2n+0) a {
border: 1px solid #40DCDC;
background: #40DCDC;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(2n+0) a:hover {
color: #40DCDC !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(3n+0) a {
border: 1px solid #F4C20D;
background: #F4C20D;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(3n+0) a:hover {
color: #F4C20D !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(4n+0) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(4n+0) a:hover {
color: #DD1C63 !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-child(5n+0) a {
border: 1px solid #3B5999;
background: #3B5999;
}
.main-post .widget .widget-card .tag-list ul li:nth-child(5n+0) a:hover {
color: #3B5999 !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-child(6n+0) a {
border: 1px solid #40DCDC;
background: #40DCDC;
}
.main-post .widget .widget-card .tag-list ul li:nth-child(6n+0) a:hover {
color: #40DCDC !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-child(7n+0) a {
border: 1px solid #F4C20D;
background: #F4C20D;
}
.main-post .widget .widget-card .tag-list ul li:nth-child(7n+0) a:hover {
color: #F4C20D !important;
}
.main-post.v2 .post-img, .main-post.v3 .post-img {
position: relative;
}
.main-post.v2 .post-img .pink-shap a, .main-post.v3 .post-img .pink-shap a {
position: absolute;
bottom: 20px;
right: 0;
box-shadow: none;
background: #FFFFFF;
display: block;
padding: 10px 20px;
border-radius: 50px 0px 0px 50px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
z-index: 4;
}
.main-post.v2 .post-img .pink-shap a .icon,
.main-post.v2 .post-img .pink-shap a h6, .main-post.v3 .post-img .pink-shap a .icon,
.main-post.v3 .post-img .pink-shap a h6 {
display: inline-block;
font-size: 15px;
margin-left: 10px;
}
.main-post.v2 .post-img .pink-shap a .title,
.main-post.v2 .post-img .pink-shap a .valu, .main-post.v3 .post-img .pink-shap a .title,
.main-post.v3 .post-img .pink-shap a .valu {
display: inline-block;
}
.main-post.v2 .post-img .pink-shap a .title, .main-post.v3 .post-img .pink-shap a .title {
margin-right: 15px;
}
.main-post.v2 .post-img .pink-shap a .title .icon, .main-post.v3 .post-img .pink-shap a .title .icon {
margin-left: 0px;
}
.main-post.v2 .post-img .pink-shap a .title .icon svg, .main-post.v3 .post-img .pink-shap a .title .icon svg {
fill: #DD1C63;
}
.main-post.v2 .post-img .pink-shap a .valu h6, .main-post.v3 .post-img .pink-shap a .valu h6 {
padding: 0px 8px;
color: #FFFFFF;
font-weight: 400;
background: #DD1C63;
margin-left: 0px;
}
.main-post.v2 .post-title, .main-post.v3 .post-title {
width: 100% !important;
margin: 0px !important;
text-align: left !important;
z-index: 3 !important;
}
.main-post.v2 .post-title > p, .main-post.v3 .post-title > p {
margin-bottom: 15px;
}
.main-post.v2 .post-title > p a, .main-post.v3 .post-title > p a {
color: #DD1C63;
}
.main-post.v2 .post-title > p a:hover, .main-post.v3 .post-title > p a:hover {
color: #ea4c89;
}
.main-post.v2 .post-title > ul, .main-post.v3 .post-title > ul {
padding-bottom: 10px;
border-top: 1px solid #EFEFEF;
border-bottom: 1px solid #EFEFEF;
}
.main-post.v2 .post-title > ul li, .main-post.v3 .post-title > ul li {
margin-right: 15px !important;
}
.main-post.v2 .post-title > ul li:last-child, .main-post.v3 .post-title > ul li:last-child {
margin-right: 0px !important;
}
.main-post.v2 .post-title > ul li .p-time, .main-post.v3 .post-title > ul li .p-time {
text-align: right;
}
.main-post.v2 .post-title > ul li .p-time .icon,
.main-post.v2 .post-title > ul li .p-time p, .main-post.v3 .post-title > ul li .p-time .icon,
.main-post.v3 .post-title > ul li .p-time p {
display: inline-block;
}
.main-post.v2 .post-title > ul li .p-time svg, .main-post.v3 .post-title > ul li .p-time svg {
fill: #3B5999;
}
.main-post.v2 .post-title > ul .icon svg.svg-s, .main-post.v3 .post-title > ul .icon svg.svg-s {
fill: #40DCDC !important;
}
.main-post.v2 .post-title > ul .icon svg.svg-1 .a, .main-post.v3 .post-title > ul .icon svg.svg-1 .a {
stroke: #DD1C63 !important;
}
.main-post.v2 .post-title > ul .icon svg.svg-2 .a, .main-post.v3 .post-title > ul .icon svg.svg-2 .a {
fill: #55ACEE !important;
}
.main-post.v2 .post-title > ul .icon svg.svg-3 .a, .main-post.v3 .post-title > ul .icon svg.svg-3 .a {
stroke: #686868 !important;
}
.main-post.v2 .tag-list ul a, .main-post.v3 .tag-list ul a {
padding: 10px 25px !important;
color: #292929 !important;
border: none !important;
background: #FFFFFF !important;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.main-post.v3 .card .post-img {
position: relative;
}
.main-post.v3 .card .post-img .title-tag {
position: absolute;
text-transform: capitalize;
padding: 4px 15px 0px 15px;
top: 20px;
left: 20px;
}
.main-post.v3 .card .post-title ul {
border: none;
padding-bottom: 15px;
}
.main-post.v3 .card .post-title ul li {
text-align: right;
}
.main-post.v3 .card .post-title ul li:first-child {
width: calc(100% - 191px);
text-align: left;
}
.main-post.v3 .card .post-title ul li:first-child p {
position: relative;
}
.main-post.v3 .card .post-title ul li:first-child p::before {
position: absolute;
content: "";
width: 100px;
height: 1px;
top: 50%;
right: -105px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
background: #EFEFEF;
}
.main-post.v3 .card .post-title ul li .icon svg.svg-1 .a {
stroke: #686868 !important;
}
.main-post.v3 .card .post-title ul li .icon svg.svg-2 .a {
fill: #686868 !important;
}
.main-post.v3 .card .post-title .link a {
position: relative;
display: block;
padding-left: 35px;
color: #DD1C63;
text-transform: uppercase;
}
.main-post.v3 .card .post-title .link a:hover {
text-decoration: underline;
}
.main-post.v3 .card .post-title .link a::before, .main-post.v3 .card .post-title .link a::after {
position: absolute;
content: "";
top: 50%;
width: 10px;
height: 10px;
border-radius: 30px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-post.v3 .card .post-title .link a::before {
left: 0px;
background: #DD1C63;
}
.main-post.v3 .card .post-title .link a::after {
left: 15px;
background: #40DCDC;
}
.main-post.v3 .bg-search {
padding: 80px !important;
}
.main-post.v4 .title {
position: relative;
}
.main-post.v4 .title h5 {
position: relative;
padding-bottom: 10px;
text-transform: uppercase;
margin-bottom: 30px !important;
}
.main-post.v4 .title h5::before, .main-post.v4 .title h5::after {
position: absolute;
content: "";
width: 120px;
height: 1px;
left: 0;
bottom: 0;
background: #EFEFEF;
}
.main-post.v4 .title h5::after {
width: 40px;
height: 2px;
bottom: -1px;
background: #40DCDC;
}
.main-post.v4 .left-icon {
position: relative;
z-index: 5;
}
.main-post.v4 .left-icon .s-icon {
position: absolute;
top: 0;
left: 0;
}
.main-post.v4 .left-icon .s-icon li {
margin-bottom: 15px;
}
.main-post.v4 .left-icon .s-icon li:last-child {
margin-bottom: 0px;
}
.main-post.v4 .left-icon .s-icon li a {
display: block;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 30px;
}
.main-post.v4 .left-icon .s-icon li a svg {
fill: #FFFFFF;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main-post.v4 .left-icon .s-icon li a:hover {
background: #FFFFFF !important;
}
.main-post.v4 .left-icon .s-icon li.fb a {
border: 1px solid #3B5999;
background: #3B5999;
}
.main-post.v4 .left-icon .s-icon li.fb a:hover svg {
fill: #3B5999;
}
.main-post.v4 .left-icon .s-icon li.db a {
border: 1px solid #ea4c89;
background: #ea4c89;
}
.main-post.v4 .left-icon .s-icon li.db a:hover svg {
fill: #ea4c89;
}
.main-post.v4 .left-icon .s-icon li.tw a {
border: 1px solid #55ACEE;
background: #55ACEE;
}
.main-post.v4 .left-icon .s-icon li.tw a:hover svg {
fill: #55ACEE;
}
.main-post.v4 .container > .row {
padding-left: 60px;
}
.main-post.v4 .post-text .card {
text-align: left;
}
.main-post.v4 .post-text .card .title a,
.main-post.v4 .post-text .card p {
margin-bottom: 20px;
}
.main-post.v4 .post-text .card .title a {
display: block;
font-size: 20px;
line-height: 30px;
}
.main-post.v4 .post-text .card .title a:hover {
color: #DD1C63;
}
.main-post.v4 .post-text .card p a {
color: #DD1C63;
}
.main-post.v4 .post-text .card p a:hover {
color: #ea4c89;
}
.main-post.v4 .post-text .post-coteson {
text-align: center;
}
.main-post.v4 .post-text .post-coteson h5 {
position: relative;
font-weight: 500;
font-family: "Poppins", sans-serif;
padding-top: 50px;
margin-bottom: 15px;
}
.main-post.v4 .post-text .post-coteson h5::before {
position: absolute;
content: "";
width: 36px;
height: 32px;
top: 0px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
background-image: url("../img/main-post/Icon-quote.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.main-post.v4 .post-text .post-img-g .post-img {
border-radius: 5px;
overflow: hidden;
}
.main-post.v4 .post-text .post-img-g .post-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main-post.v4 .post-text .post-img-g .post-img:hover > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.main-post.v4 .post-text .post-img-g p {
text-align: center;
padding: 10px 0px;
color: #B4B4B4;
}
.main-post.v4 .post-text .p-skills {
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
margin-bottom: 30px;
}
.main-post.v4 .post-text .p-skills h5,
.main-post.v4 .post-text .p-skills ul {
padding: 30px;
}
.main-post.v4 .post-text .p-skills h5 {
border-bottom: 1px solid #EFEFEF;
margin-bottom: 0px;
}
.main-post.v4 .post-text .p-skills li {
margin-bottom: 25px;
}
.main-post.v4 .post-text .p-skills li:last-child {
margin-bottom: 0px;
}
.main-post.v4 .post-text .p-skills li p {
margin-bottom: 4px;
}
.main-post.v4 .post-text .p-skills li .progress-over {
position: relative;
}
.main-post.v4 .post-text .p-skills li .progress-over .main-prog {
overflow-y: visible;
overflow-x: hidden;
}
.main-post.v4 .post-text .p-skills li .progress-over .progress {
position: relative;
border-radius: 0;
height: 10px;
background: transparent;
overflow: visible;
}
.main-post.v4 .post-text .p-skills li .progress-over .progress::before {
position: absolute;
content: "";
top: 50%;
left: 0;
width: 100%;
height: 6px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
background: #EFEFEF;
}
.main-post.v4 .post-text .p-skills li .progress-over .progress .progress-bar {
position: relative;
height: 100%;
background: transparent;
}
.main-post.v4 .post-text .p-skills li .progress-over .progress .progress-bar::before {
position: absolute;
content: "";
top: 50%;
left: 0;
width: 100%;
height: 4px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 0px 30px 30px 0px;
background: #40DCDC;
}
.main-post.v4 .post-text .p-skills li .progress-over .progress .progress-bar::after {
position: absolute;
content: "";
top: 0;
right: 0;
width: 9px;
height: 9px;
border-radius: 30px;
background: #DD1C63;
}
.main-post.v4 .post-text .p-skills li .progress-over .pro-count {
position: absolute;
top: -32px;
right: 0;
}
.main-post.v4 .post-text .tag-list ul {
padding: 30px 0px;
border-top: 1px solid #EFEFEF;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 30px;
}
.main-post.v4 .post-text .tag-list ul li {
border: none;
display: inline-block;
padding: 0px;
}
.main-post.v4 .post-text .tag-list ul li a {
display: block;
padding: 10px 30px;
margin: 0px 5px 5px 5px;
color: #FFFFFF;
border-radius: 30px;
}
.main-post.v4 .post-text .tag-list ul li a:hover {
background: transparent !important;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(1n+0) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(1n+0) a:hover {
color: #DD1C63 !important;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(2n+0) a {
border: 1px solid #40DCDC;
background: #40DCDC;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(2n+0) a:hover {
color: #40DCDC !important;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(3n+0) a {
border: 1px solid #F4C20D;
background: #F4C20D;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(3n+0) a:hover {
color: #F4C20D !important;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(4n+0) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(4n+0) a:hover {
color: #DD1C63 !important;
}
.main-post.v4 .post-text .tag-list ul li:nth-child(5n+0) a {
border: 1px solid #3B5999;
background: #3B5999;
}
.main-post.v4 .post-text .tag-list ul li:nth-child(5n+0) a:hover {
color: #3B5999 !important;
}
.main-post.v4 .post-text .tag-list ul li:nth-child(6n+0) a {
border: 1px solid #40DCDC;
background: #40DCDC;
}
.main-post.v4 .post-text .tag-list ul li:nth-child(6n+0) a:hover {
color: #40DCDC !important;
}
.main-post.v4 .post-text .dina-post {
padding: 30px 0px;
}
.main-post.v4 .post-text .dina-post .card {
border-bottom: 1px solid #EFEFEF;
}
.main-post.v4 .post-text .dina-post .row > div:nth-of-type(2n+0) {
text-align: right;
}
.main-post.v4 .post-text .dina-post .row > div:nth-of-type(2n+0) .card {
text-align: right;
}
.main-post.v4 .post-text .dina-post button {
padding: 0px;
border: none;
font-weight: 600;
background: transparent;
margin-bottom: 20px;
color: #40DCDC;
}
.main-post.v4 .post-text .dina-post button .icon svg {
--svg-font-size: 30px;
}
.main-post.v4 .post-text .dina-post button .icon svg .a,
.main-post.v4 .post-text .dina-post button .icon svg .b {
fill: none;
stroke: #40DCDC;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main-post.v4 .post-text .dina-post button .icon svg .b {
stroke-width: 1.5px;
}
.main-post.v4 .post-text .dina-post button.prev-btn .icon {
margin-right: 15px;
}
.main-post.v4 .post-text .dina-post button.next-btn .icon {
margin-left: 15px;
}
.main-post.v4 .post-text .dina-post button:hover {
color: #DD1C63;
}
.main-post.v4 .post-text .dina-post button:hover .icon svg .a,
.main-post.v4 .post-text .dina-post button:hover .icon svg .b {
stroke: #DD1C63;
}
.main-post.v4 .post-text .post-profile {
padding: 30px;
margin-bottom: 30px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.main-post.v4 .post-text .post-profile .profile-img {
width: 100px;
height: 100px;
border-radius: 100%;
overflow: hidden;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.main-post.v4 .post-text .post-profile .profile-img img {
width: 100%;
height: 100%;
}
.main-post.v4 .post-text .post-profile .s-icon ul li {
display: inline-block;
margin-right: 20px;
}
.main-post.v4 .post-text .post-profile .s-icon ul li:last-child {
margin-right: 0px;
}
.main-post.v4 .post-text .post-profile .s-icon ul li svg {
display: block;
margin-top: 4px;
fill: #B4B4B4;
}
.main-post.v4 .post-text .post-profile .s-icon ul li svg:hover {
fill: #DD1C63 !important;
}
.main-post.v4 .post-text .p-comment li {
margin-bottom: 50px;
}
.main-post.v4 .post-text .p-comment li .p-profile {
width: 80px;
height: 80px;
border-radius: 100%;
overflow: hidden;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.main-post.v4 .post-text .p-comment li .p-profile img {
width: 100%;
height: 100%;
}
.main-post.v4 .post-text .p-comment li .p-text .p-title {
margin-bottom: 10px;
}
.main-post.v4 .post-text .p-comment li .p-text .p-title h5,
.main-post.v4 .post-text .p-comment li .p-text .p-title .p-time,
.main-post.v4 .post-text .p-comment li .p-text .p-title .p-time svg,
.main-post.v4 .post-text .p-comment li .p-text .p-title .p-time p {
display: inline-block;
}
.main-post.v4 .post-text .p-comment li .p-text .p-title h5 {
font-weight: 400;
margin: 0px 10px 0px 0px;
}
.main-post.v4 .post-text .p-comment li .p-text .p-title svg {
fill: #40DCDC;
margin-left: 5px;
}
.main-post.v4 .post-text .p-comment li .p-text .p-title p {
margin-bottom: 0px;
}
.main-post.v4 .post-text .p-comment li .p-text .reply-btn {
border: none;
background: transparent;
}
.main-post.v4 .post-text .p-comment li .p-text .reply-btn svg {
fill: #40DCDC;
margin-right: 10px;
}
.main-post.v4 .post-text .p-com-form {
padding: 50px 0px;
border-top: 1px solid #40DCDC;
}
.main-post.v4 .post-text .p-com-form form textarea,
.main-post.v4 .post-text .p-com-form form input {
width: 100%;
border: 1px solid #EFEFEF;
margin-bottom: 20px;
}
.main-post.v4 .post-text .p-com-form form .c-check-box input {
width: auto;
margin-bottom: 10px;
}
.main-post.v4 .post-text .p-com-form form button {
padding: 15px 20px;
color: #FFFFFF;
border: 1px solid #DD1C63;
border-radius: 5px;
text-transform: uppercase;
background: #DD1C63;
margin-top: 30px;
}
.main-post.v4 .post-text .p-com-form form button:hover {
color: #DD1C63;
background: transparent;
}
/*=====================
10 Popular Post
=======================*/
.popular-post .title-shap a {
display: block;
text-align: right;
}
.popular-post .title-shap a:hover {
color: #DD1C63;
}
.popular-post .post-card .card {
border: none;
border-radius: 5px;
background: #FFFFFF;
margin-bottom: 50px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.popular-post .post-card .card .card-body .post-img {
position: relative;
border-radius: 5px;
overflow: hidden;
}
.popular-post .post-card .card .card-body .post-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.popular-post .post-card .card .card-body .post-img .title-tag {
position: absolute;
text-transform: capitalize;
padding: 4px 15px 0px 15px;
top: 20px;
left: 20px;
}
.popular-post .post-card .card .card-body .post-title {
position: relative;
width: 100%;
padding: 30px 0px;
background: #FFFFFF;
}
.popular-post .post-card .card .card-body .post-title .title a {
display: block;
font-size: 24px;
line-height: 34px;
font-weight: 600;
margin-bottom: 15px;
}
.popular-post .post-card .card .card-body .post-title .title a:hover {
color: #DD1C63;
}
.popular-post .post-card .card .card-body .post-title p {
margin-bottom: 10px;
}
.popular-post .post-card .card .card-body .post-title .link a {
position: relative;
text-transform: uppercase;
padding-left: 30px;
font-size: 14px;
}
.popular-post .post-card .card .card-body .post-title .link a:hover {
color: #DD1C63;
}
.popular-post .post-card .card .card-body .post-title .link a::before {
position: absolute;
content: "";
width: 20px;
height: 1px;
top: 50%;
left: 0px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
background: #DD1C63;
}
.popular-post .post-card .card:hover .post-img > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.popular-post .p-read {
position: relative;
width: 100%;
text-align: center;
}
.popular-post .p-read::before {
position: absolute;
content: "";
width: 100%;
height: 1px;
top: 50%;
left: 0px;
background: #EFEFEF;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -5;
}
.popular-post .p-read a {
display: inline-block;
padding: 15px 50px;
background: #FFFFFF;
text-transform: uppercase;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
z-index: 5;
}
.popular-post .p-read a:hover {
color: #DD1C63;
}
/*=====================
11 Top Post
=======================*/
.top-post .row > div:nth-last-child(1) .card,
.top-post .row > div:nth-last-child(2) .card,
.top-post .row > div:nth-last-child(3) .card {
margin-bottom: 0px;
}
.top-post .card {
border: none;
border-radius: 5px;
background: #FFFFFF;
margin-bottom: 30px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.top-post .card .card-body {
padding: 0px;
}
.top-post .card .card-body .post-img {
position: relative;
border-radius: 5px;
overflow: hidden;
}
.top-post .card .card-body .post-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.top-post .card .card-body .post-img .title-tag {
position: absolute;
text-transform: capitalize;
padding: 4px 15px 0px 15px;
top: 20px;
left: 20px;
}
.top-post .card .card-body .post-title {
position: relative;
width: 100%;
padding: 25px;
background: #FFFFFF;
}
.top-post .card .card-body .post-title .title a {
display: block;
margin-bottom: 15px;
}
.top-post .card .card-body .post-title .title a:hover {
color: #DD1C63;
}
.top-post .card .card-body .post-title p {
font-size: 14px;
}
.top-post .card:hover .post-img > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
/*=====================
12 All Post
=======================*/
.all-post .f-post .card {
border: none;
border-radius: 5px;
background: #FFFFFF;
margin-bottom: 40px;
}
.all-post .f-post .card .card-body {
padding: 0px;
}
.all-post .f-post .card .card-body .post-img {
position: relative;
border-radius: 5px;
overflow: hidden;
}
.all-post .f-post .card .card-body .post-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.all-post .f-post .card .card-body .post-img .pink-shap a {
position: absolute;
top: 20px;
left: 0;
box-shadow: none;
background: #FFFFFF;
display: block;
padding: 10px 20px;
border-radius: 0px 50px 50px 0px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
z-index: 4;
}
.all-post .f-post .card .card-body .post-img .pink-shap a .icon,
.all-post .f-post .card .card-body .post-img .pink-shap a h6 {
display: inline-block;
font-size: 15px;
margin-left: 10px;
}
.all-post .f-post .card .card-body .post-img .pink-shap a .title,
.all-post .f-post .card .card-body .post-img .pink-shap a .valu {
display: inline-block;
}
.all-post .f-post .card .card-body .post-img .pink-shap a .title {
margin-right: 15px;
}
.all-post .f-post .card .card-body .post-img .pink-shap a .title .icon {
margin-left: 0px;
}
.all-post .f-post .card .card-body .post-img .pink-shap a .title .icon svg {
fill: #DD1C63;
}
.all-post .f-post .card .card-body .post-img .pink-shap a .valu h6 {
padding: 0px 8px;
color: #FFFFFF;
font-weight: 400;
background: #DD1C63;
margin-left: 0px;
}
.all-post .f-post .card .card-body .post-title {
position: relative;
padding: 15px 0px;
background: #FFFFFF;
}
.all-post .f-post .card .card-body .post-title .title a {
display: block;
font-size: 24px;
font-weight: 500;
line-height: 34px;
margin-bottom: 15px;
}
.all-post .f-post .card .card-body .post-title .title a:hover {
color: #DD1C63;
}
.all-post .f-post .card .card-body .post-title .desc {
margin-bottom: 25px;
}
.all-post .f-post .card .card-body .post-title .desc .date {
padding: 10px 20px;
text-align: center;
font-weight: 600;
color: #FFFFFF;
margin-right: 18px;
background: #DD1C63;
}
.all-post .f-post .card .card-body .post-title ul {
padding-bottom: 10px;
border-top: 1px solid #EFEFEF;
border-bottom: 1px solid #EFEFEF;
}
.all-post .f-post .card .card-body .post-title ul li {
display: inline-block;
margin-right: 15px;
}
.all-post .f-post .card .card-body .post-title ul li:last-child {
margin-right: 0px;
}
.all-post .f-post .card .card-body .post-title ul li .p-time {
text-align: right;
}
.all-post .f-post .card .card-body .post-title ul li .p-time .icon,
.all-post .f-post .card .card-body .post-title ul li .p-time p {
display: inline-block;
}
.all-post .f-post .card .card-body .post-title ul li .p-time svg {
fill: #3B5999;
}
.all-post .f-post .card .card-body .post-title ul li p {
display: inline-block;
}
.all-post .f-post .card .card-body .post-title ul li .profile .profile-img {
display: inline-block;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 30px;
height: 30px;
border-radius: 100%;
overflow: hidden;
}
.all-post .f-post .card .card-body .post-title ul li .profile .profile-img img {
width: 100%;
}
.all-post .f-post .card .card-body .post-title ul li .profile p {
margin-left: 10px;
color: #292929;
}
.all-post .f-post .card .card-body .post-title ul li .svg-1 .a {
fill: none;
stroke: #686868;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.167px;
}
.all-post .f-post .card .card-body .post-title ul li .svg-2 .a {
fill: #686868;
}
.all-post .f-post .card .card-body .post-title ul .icon svg.svg-s {
fill: #40DCDC !important;
}
.all-post .f-post .card .card-body .post-title ul .icon svg.svg-1 .a {
stroke: #DD1C63 !important;
}
.all-post .f-post .card .card-body .post-title ul .icon svg.svg-2 .a {
fill: #55ACEE !important;
}
.all-post .f-post .card .card-body .post-title ul .icon svg.svg-3 .a {
stroke: #686868 !important;
}
.all-post .f-post .card:hover .post-img > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.all-post .l-post ul li {
margin-bottom: 30px;
-webkit-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
}
.all-post .l-post ul li:last-child {
margin-bottom: 0px;
}
.all-post .l-post ul li .post-img img {
width: 150px;
max-width: 150px;
height: 100%;
object-position: left;
object-fit: cover;
}
.all-post .l-post ul li .post-title {
padding: 20px;
}
.all-post .l-post ul li .post-title .title a {
display: block;
font-size: 24px;
font-weight: 500;
line-height: 34px;
margin-bottom: 10px;
border: none;
background: transparent;
}
.all-post .l-post ul li .post-title .title a:hover {
color: #DD1C63;
}
.all-post .l-post ul li .post-title ul {
padding-bottom: 10px;
}
.all-post .l-post ul li .post-title ul li {
display: inline-block;
margin: 0px 15px 0px 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.all-post .l-post ul li .post-title ul li:last-child {
margin-right: 0px;
}
.all-post .l-post ul li .post-title ul li .p-time {
text-align: right;
}
.all-post .l-post ul li .post-title ul li .p-time .icon,
.all-post .l-post ul li .post-title ul li .p-time p {
display: inline-block;
}
.all-post .l-post ul li .post-title ul li .p-time svg {
fill: #3B5999;
}
.all-post .l-post ul li .post-title ul li p {
display: inline-block;
}
.all-post .l-post ul li .post-title ul li .profile .profile-img {
display: inline-block;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 30px;
height: 30px;
border-radius: 100%;
overflow: hidden;
}
.all-post .l-post ul li .post-title ul li .profile .profile-img img {
width: 100%;
}
.all-post .l-post ul li .post-title ul li .profile p {
margin-left: 10px;
color: #292929;
}
.all-post .l-post ul li .post-title ul li .svg-1 .a {
fill: none;
stroke: #686868;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.167px;
}
.all-post .l-post ul li .post-title ul li .svg-2 .a {
fill: #686868;
}
.all-post .l-post ul li .post-title ul .icon svg.svg-s {
fill: #40DCDC !important;
}
.all-post .l-post ul li .post-title ul .icon svg.svg-1 .a {
stroke: #DD1C63 !important;
}
.all-post .l-post ul li .post-title ul .icon svg.svg-2 .a {
fill: #55ACEE !important;
}
.all-post .l-post ul li .post-title ul .icon svg.svg-3 .a {
stroke: #686868 !important;
}
.all-post .l-post ul li .tag {
text-align: right;
}
.all-post .l-post ul li .tag a {
display: inline-block;
text-transform: capitalize;
width: 100%;
color: #FFFFFF;
text-align: center;
padding: 4px 15px 0px 15px;
border-radius: 5px;
}
.all-post .l-post ul li .tag a:hover {
background: transparent !important;
}
.all-post .l-post ul li:nth-of-type(1n+0) a {
border: 1px solid #40DCDC;
background: #40DCDC;
}
.all-post .l-post ul li:nth-of-type(1n+0) a:hover {
color: #40DCDC;
}
.all-post .l-post ul li:nth-of-type(2n+0) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.all-post .l-post ul li:nth-of-type(2n+0) a:hover {
color: #DD1C63;
}
.all-post .l-post ul li:nth-of-type(3n+0) a {
border: 1px solid #F4C20D;
background: #F4C20D;
}
.all-post .l-post ul li:nth-of-type(3n+0) a:hover {
color: #F4C20D;
}
.all-post .l-post ul li:nth-of-type(4n+0) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.all-post .l-post ul li:nth-of-type(4n+0) a:hover {
color: #DD1C63;
}
.all-post .w-card .card {
border: none;
border-radius: 5px;
background: #FFFFFF;
margin-bottom: 30px;
-webkit-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
}
.all-post .w-card .card:last-child {
margin-bottom: 0px;
}
.all-post .w-card .card .card-body {
padding: 0px;
}
.all-post .w-card .card .card-body .post-img {
border-radius: 5px;
overflow: hidden;
}
.all-post .w-card .card .card-body .post-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.all-post .w-card .card .card-body .post-title {
position: relative;
width: 100%;
padding: 25px;
background: #FFFFFF;
}
.all-post .w-card .card .card-body .post-title p {
color: #DD1C63;
font-size: 14px;
margin-bottom: 5px;
}
.all-post .w-card .card .card-body .post-title .title a {
display: block;
font-weight: 600;
font-size: 15px;
border: none;
background: transparent;
}
.all-post .w-card .card .card-body .post-title .title a:hover {
color: #DD1C63;
}
.all-post .w-card .card:hover .post-img > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
/*=====================
13 Blog Post
=======================*/
.blog-post .post-title {
width: 100%;
padding: 30px;
text-align: center;
margin-bottom: 40px;
background: #FFFFFF;
}
.blog-post .post-title .title-tag,
.blog-post .post-title h4 {
font-weight: 600;
margin-bottom: 15px;
}
.blog-post .post-title ul li {
display: inline-block;
margin-right: 25px;
}
.blog-post .post-title ul li:last-child {
margin-right: 0px;
}
.blog-post .post-title ul li p {
display: inline-block;
}
.blog-post .post-title ul li .profile .profile-img {
display: inline-block;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 30px;
height: 30px;
border-radius: 100%;
overflow: hidden;
}
.blog-post .post-title ul li .profile .profile-img img {
width: 100%;
}
.blog-post .post-title ul li .profile p {
margin-left: 10px;
color: #292929;
}
.blog-post .post-title ul li .svg-1 .a {
fill: none;
stroke: #686868;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.167px;
}
.blog-post .post-title ul li .svg-2 .a {
fill: #686868;
}
.blog-post .post-img {
border-radius: 5px;
overflow: hidden;
}
.blog-post .post-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.blog-post .post-img:hover > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
/*=====================
14 Pagination
=======================*/
.pagination ul li {
display: inline-block;
margin-right: 5px;
}
.pagination ul li:last-child {
margin-right: 0px;
}
.pagination ul li:first-child a:hover, .pagination ul li:first-child a.active, .pagination ul li:last-child a:hover, .pagination ul li:last-child a.active {
background: #DD1C63 !important;
}
.pagination ul li a {
display: inline-block;
padding: 5px 15px;
border: 1px solid #EFEFEF;
border-radius: 5px;
color: #292929;
background: #FFFFFF;
}
.pagination ul li a:hover, .pagination ul li a.active {
color: #FFFFFF;
background: #40DCDC;
}
/*=====================
15 BG Content
=======================*/
.bg-content {
position: relative;
height: 100%;
padding: 80px 0px !important;
border-radius: 5px;
background-position: center;
margin-top: 40px;
}
.bg-content::before {
position: absolute;
content: "";
width: 100px;
height: 70px;
background-image: url("../img/bg/Icon-double-quote.png");
background-size: cover;
background-repeat: no-repeat;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.bg-content h6,
.bg-content p {
color: #FFFFFF;
}
.bg-content h6 {
margin-bottom: 15px;
}
.bg-content p {
opacity: 0.8;
border-bottom: 1px solid #FFFFFF;
}
.bg-content.v2 .title {
position: relative;
}
.bg-content.v2 .title h5 {
position: relative;
color: #EFEFEF;
padding-bottom: 10px;
text-transform: capitalize;
}
.bg-content.v2 .title h5::before, .bg-content.v2 .title h5::after {
position: absolute;
content: "";
width: 120px;
height: 1px;
left: 0;
bottom: 0;
background: #EFEFEF;
}
.bg-content.v2 .title h5::after {
width: 40px;
height: 2px;
bottom: -1px;
background: #EFEFEF;
}
.bg-content.v2 form {
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
}
.bg-content.v2 form input {
width: calc(100% - 104px);
border-radius: 5px 0px 0px 5px;
padding-left: 14px;
color: #292929;
background: #FFFFFF;
}
.bg-content.v2 form button {
height: 44px;
padding: 0px 20px;
border: none;
border-radius: 0px 5px 5px 0px;
color: #FFFFFF;
background: #40DCDC;
}
.bg-content.v2 .s-icon {
text-align: right;
}
.bg-content.v2 .s-icon ul {
padding: 10px 30px;
display: inline-block;
border-radius: 50px;
background: #FFFFFF;
}
.bg-content.v2 .s-icon ul li {
display: inline-block;
margin-right: 20px;
}
.bg-content.v2 .s-icon ul li:last-child {
margin-right: 0px;
}
.bg-content.v2 .s-icon ul li svg {
display: block;
margin-top: 4px;
}
.bg-content.v2 .s-icon ul li svg:hover {
fill: #292929 !important;
}
.bg-content.v2 .s-icon ul li.db a svg {
fill: #ea4c89;
}
.bg-content.v2 .s-icon ul li.fb a svg {
fill: #3B5999;
}
.bg-content.v2 .s-icon ul li.gp a svg {
fill: #F4C20D;
}
.bg-content.v2 .s-icon ul li.tw a svg {
fill: #55ACEE;
}
.bg-content.v2 .s-icon ul li.vimeo a svg {
fill: #1AB7EA;
}
footer > div {
padding: 40px 0px;
margin-top: 40px;
}
/*=====================
16 Mega Footer
=======================*/
.mega-footer .title {
position: relative;
margin-bottom: 80px;
}
.mega-footer .title h5 {
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
text-transform: capitalize;
}
.mega-footer .title h5::before, .mega-footer .title h5::after {
position: absolute;
content: "";
width: 120px;
height: 1px;
left: 0;
bottom: 0;
background: #EFEFEF;
}
.mega-footer .title h5::after {
width: 40px;
height: 2px;
bottom: -1px;
background: #DD1C63;
}
.mega-footer .title .numbber {
position: absolute;
top: 0;
right: 0;
text-transform: uppercase;
}
.mega-footer .f-catagory li {
margin-bottom: 15px;
}
.mega-footer .f-catagory li:last-child {
margin-bottom: 0px;
}
.mega-footer .f-catagory li a {
width: 100%;
display: block;
padding: 15px 20px 10px 20px;
border-radius: 50px;
-webkit-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
}
.mega-footer .f-catagory li a .icon,
.mega-footer .f-catagory li a p {
display: inline-block;
font-size: 15px;
font-weight: 500;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.mega-footer .f-catagory li a .title {
margin-bottom: 0px;
}
.mega-footer .f-catagory li a .title .icon svg {
fill: #DD1C63;
}
.mega-footer .f-catagory li a .valu {
text-align: right;
}
.mega-footer .f-catagory li a .valu .icon svg {
fill: #686868;
}
.mega-footer .f-catagory li a .valu p {
color: #DD1C63;
font-weight: 500;
}
.mega-footer .f-catagory li a:hover {
background: #DD1C63;
}
.mega-footer .f-catagory li a:hover .icon svg {
fill: #FFFFFF;
}
.mega-footer .f-catagory li a:hover p {
color: #FFFFFF;
}
.mega-footer .link li {
margin-bottom: 10px;
}
.mega-footer .link li:last-child {
margin-bottom: 0px;
}
.mega-footer .link li a {
font-weight: 500;
display: inline-block;
color: #686868;
text-decoration: underline;
}
.mega-footer .link li a:hover {
color: #DD1C63;
}
.mega-footer .widget-card ul li {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
padding: 10px 0px;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 5px;
}
.mega-footer .widget-card ul li:last-child {
border-bottom: none;
}
.mega-footer .widget-card ul li .w-img {
width: 70px;
height: 70px;
}
.mega-footer .widget-card ul li .w-img img {
width: 100%;
border-radius: 5px;
}
.mega-footer .widget-card ul li .w-text {
width: calc(100% - 70px);
margin-left: 20px;
}
.mega-footer .widget-card ul li .w-text a {
font-size: 18px;
font-weight: 500;
margin-bottom: 5px;
}
.mega-footer .widget-card ul li .w-text:hover > a {
color: #DD1C63;
}
.mega-footer .widget-card ul li .w-text p {
position: relative;
padding-left: 30px;
}
.mega-footer .widget-card ul li .w-text p::before {
position: absolute;
content: "";
top: 13px;
left: 0px;
width: 25px;
height: 1px;
background: #686868;
}
/*=====================
17 Mid Footer
=======================*/
.mid-footer {
-webkit-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
}
.mid-footer .s-icon li {
display: inline-block;
margin-right: 10px;
}
.mid-footer .s-icon li a {
display: block;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 5px;
}
.mid-footer .s-icon li a svg {
--svg-font-size: 20px;
}
.mid-footer .s-icon li a:hover {
opacity: 0.6;
}
.mid-footer .s-icon li.in a {
background: #FFF5F8;
}
.mid-footer .s-icon li.in a svg {
fill: #DD1C63;
}
.mid-footer .s-icon li.tw a {
background: #F0FAFF;
}
.mid-footer .s-icon li.tw a svg {
fill: #55ACEE;
}
.mid-footer .s-icon li.dr a {
background: #FFE8F0;
}
.mid-footer .s-icon li.dr a svg {
fill: #ea4c89;
}
.mid-footer .s-icon li.dr a svg .c,
.mid-footer .s-icon li.dr a svg .d {
fill: #AC1354;
}
.mid-footer .s-icon li.fb a {
background: #EEF3FF;
}
.mid-footer .s-icon li.fb a svg {
fill: #3B5999;
}
.mid-footer .s-icon li.lin a {
background: #E8F7FF;
}
.mid-footer .s-icon li.lin a svg {
fill: #0077B5;
}
.mid-footer .title {
position: relative;
}
.mid-footer .title h5 {
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
text-transform: capitalize;
}
.mid-footer .title h5::before, .mid-footer .title h5::after {
position: absolute;
content: "";
width: 120px;
height: 1px;
left: 0;
bottom: 0;
background: #EFEFEF;
}
.mid-footer .title h5::after {
width: 40px;
height: 2px;
bottom: -1px;
background: #DD1C63;
}
.mid-footer form {
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
}
.mid-footer form input {
width: calc(100% - 85px);
border-radius: 5px 0px 0px 5px;
}
.mid-footer form button {
height: 44px;
padding: 0px 20px;
border: none;
border-radius: 0px 5px 5px 0px;
color: #FFFFFF;
background: #DD1C63;
}
/*=====================
18 BG Search
=======================*/
.bg-search .search-bar {
position: relative;
height: 100%;
border-radius: 5px;
padding: 80px 40px !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg-search .search-bar::before {
position: absolute;
content: "";
width: 100px;
height: 70px;
background-image: url("../img/bg/Icon-double-quote.png");
background-size: cover;
background-repeat: no-repeat;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.bg-search .search-bar .title {
position: relative;
}
.bg-search .search-bar .title h5 {
position: relative;
color: #FFFFFF;
padding-bottom: 10px;
text-transform: capitalize;
}
.bg-search .search-bar .title h5::before, .bg-search .search-bar .title h5::after {
position: absolute;
content: "";
width: 120px;
height: 1px;
left: 0;
bottom: 0;
background: #FFFFFF;
}
.bg-search .search-bar .title h5::after {
width: 40px;
height: 2px;
bottom: -1px;
background: #FFFFFF;
}
.bg-search .search-bar form {
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
z-index: 5;
}
.bg-search .search-bar form h6 {
color: #FFFFFF;
}
.bg-search .search-bar form input,
.bg-search .search-bar form input:focus {
padding: 0px 0px 0px 14px;
border: none;
color: #292929;
border-bottom: 1px solid #FFFFFF;
border-radius: 5px 0px 0px 5px;
background: #FFFFFF;
}
.bg-search .search-bar form button {
height: 44px;
padding: 0px 20px;
border: none;
border-radius: 0px 5px 5px 0px;
color: #FFFFFF;
background: #40DCDC;
}
/*=====================
19 Main Footer
=======================*/
footer .main-footer {
text-align: center;
background: #EFEFEF;
}
footer .main-footer ul {
margin-bottom: 30px;
}
footer .main-footer ul li {
display: inline-block;
margin-right: 10px;
}
footer .main-footer ul li:last-child {
margin-right: 0px;
}
footer .main-footer ul li a {
display: block;
font-weight: 500;
padding: 0px 8px;
border-radius: 5px;
}
footer .main-footer ul li a:hover {
color: #FFFFFF;
background: #DD1C63;
}
footer .main-footer p a {
display: inline-block;
padding: 0px 8px;
border-radius: 5px;
color: #FFFFFF;
background: #DD1C63;
border: 1px solid #DD1C63;
}
footer .main-footer p a:hover {
color: #DD1C63;
background: transparent;
}
footer.footer-v2 .main-footer, footer.footer-v3 .main-footer {
margin-top: 0px;
}
footer.footer-v2 .f-catagory li a, footer.footer-v3 .f-catagory li a {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
footer.footer-v2 .f-catagory li a:hover, footer.footer-v3 .f-catagory li a:hover {
background: #FFFFFF !important;
}
footer.footer-v2 .f-catagory li a p, footer.footer-v3 .f-catagory li a p {
color: #FFFFFF !important;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
footer.footer-v2 .f-catagory li a svg, footer.footer-v3 .f-catagory li a svg {
fill: #FFFFFF !important;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
footer.footer-v2 .f-catagory li:nth-child(1) a, footer.footer-v3 .f-catagory li:nth-child(1) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
footer.footer-v2 .f-catagory li:nth-child(1) a:hover p, footer.footer-v3 .f-catagory li:nth-child(1) a:hover p {
color: #DD1C63 !important;
}
footer.footer-v2 .f-catagory li:nth-child(1) a:hover svg, footer.footer-v3 .f-catagory li:nth-child(1) a:hover svg {
fill: #DD1C63 !important;
}
footer.footer-v2 .f-catagory li:nth-child(2) a, footer.footer-v3 .f-catagory li:nth-child(2) a {
border: 1px solid #40DCDC;
background: #40DCDC;
}
footer.footer-v2 .f-catagory li:nth-child(2) a:hover p, footer.footer-v3 .f-catagory li:nth-child(2) a:hover p {
color: #40DCDC !important;
}
footer.footer-v2 .f-catagory li:nth-child(2) a:hover svg, footer.footer-v3 .f-catagory li:nth-child(2) a:hover svg {
fill: #40DCDC !important;
}
footer.footer-v2 .f-catagory li:nth-child(3) a, footer.footer-v3 .f-catagory li:nth-child(3) a {
border: 1px solid #3B5999;
background: #3B5999;
}
footer.footer-v2 .f-catagory li:nth-child(3) a:hover p, footer.footer-v3 .f-catagory li:nth-child(3) a:hover p {
color: #3B5999 !important;
}
footer.footer-v2 .f-catagory li:nth-child(3) a:hover svg, footer.footer-v3 .f-catagory li:nth-child(3) a:hover svg {
fill: #3B5999 !important;
}
footer.footer-v2 .in-g-img .row, footer.footer-v3 .in-g-img .row {
width: 100%;
margin: 0;
}
footer.footer-v2 .in-g-img .row > div, footer.footer-v3 .in-g-img .row > div {
padding: 5px;
}
footer.footer-v2 .in-g-img .row > div .widget-img, footer.footer-v3 .in-g-img .row > div .widget-img {
border-radius: 5px;
overflow: hidden;
}
footer.footer-v2 .in-g-img .row > div .widget-img img, footer.footer-v3 .in-g-img .row > div .widget-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
footer.footer-v2 .in-g-img .row > div .widget-img:hover img, footer.footer-v3 .in-g-img .row > div .widget-img:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
footer.footer-v2 p a, footer.footer-v3 p a {
color: #FFFFFF;
background: #40DCDC;
border: 1px solid #40DCDC;
}
footer.footer-v2 p a:hover, footer.footer-v3 p a:hover {
color: #40DCDC;
}
/*# sourceMappingURL=style.css.map */ | public/css/style.css | [ Table of contents ]
================================================
1 Theme Default
2 Top Bar
3 Mid Bar
4 Manu Bar
5 Title Bar
5 Banner
6 Post Cat
7 Resent Post
8 Post Slide
9 Main Post
10 Popular Post
11 Top Post
12 All Post
13 Blog Post
14 Pagination
15 BG Content
16 Mega Footer
17 Mid Footer
18 BG Search
19 Main Footer
======================================
[ End table content ]
======================================*/
/*=====================
1 Theme Default
=======================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
html {
overflow-x: hidden;
padding: 0px;
margin: 0px;
}
body {
margin: 0;
padding: 0 !important;
font-family: "Roboto", sans-serif;
font-size: 15px;
line-height: 26px;
letter-spacing: 0px;
word-spacing: 0px;
word-wrap: break-word;
background: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0;
color: #292929;
}
h1 {
font-size: 54px;
line-height: 66px;
}
h2 {
font-size: 40px;
line-height: 48px;
}
h3 {
font-size: 32px;
line-height: 42px;
}
h4 {
font-size: 24px;
line-height: 34px;
}
h5 {
font-size: 20px;
line-height: 30px;
}
h6 {
font-size: 18px;
line-height: 28px;
}
p {
font-family: "Roboto", sans-serif;
font-size: 15px;
font-weight: 400;
margin: 0;
padding: 0;
line-height: 27px;
color: #686868;
}
svg {
fill: #292929;
--svg-font-size: 15px;
width: var(--svg-font-size);
height: var(--svg-font-size);
margin-top: -4px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
ul,
ol {
margin: 0;
padding: 0;
}
ul li,
ol li {
list-style: none;
}
a,
button,
.btn,
ol li a,
ul li a {
letter-spacing: 0;
text-decoration: none;
outline: none !important;
cursor: pointer;
color: #292929;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
a:hover,
.btn:hover,
ol li a:hover,
ul li a:hover {
outline: none !important;
text-decoration: none;
color: #292929;
}
.btn,
.btn:focus,
input,
input:focus {
outline: none !important;
-webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}
section {
padding: 40px 0px;
}
.banner-bg,
.banner-bg-fixed,
.bg-parallax {
width: 100%;
height: 100vh;
background-repeat: no-repeat;
background-size: cover;
}
.content-center,
.content-left,
.content-right {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
.content-top-center {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.content-left {
-webkit-box-pack: start;
justify-content: flex-start;
}
.content-right {
-webkit-box-pack: end;
justify-content: flex-end;
}
span.pink {
color: #DD1C63;
}
span.lblue {
color: #40DCDC;
}
.title-tag a {
display: inline-block;
padding: 3px 10px 0px 10px;
text-transform: capitalize;
color: #FFFFFF;
font-size: 15px;
background: #DD1C63;
border: 1px solid #DD1C63;
border-radius: 5px;
}
.title-tag a:hover {
color: #DD1C63;
background: transparent;
}
span.lblue-shap {
background: #40DCDC;
}
main.v2 section {
padding: 40px 15px;
}
main.v2,
footer.footer-v2 {
margin-left: 244px;
}
main.v3,
footer.footer-v3 {
margin-left: 0px;
}
.title-shap {
margin-bottom: 20px;
}
.title-shap h5 {
position: relative;
padding-left: 27px;
text-transform: capitalize;
}
.title-shap h5::before {
position: absolute;
content: "";
top: 50%;
left: 0px;
width: 17px;
height: 17px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
background-image: url("../img/main-post/shap.png");
}
/*=====================
2 Top Bar
=======================*/
.top-bar {
padding: 20px 0px;
}
.top-bar .left-content .icon {
display: inline-block;
}
.top-bar .left-content .icon svg {
fill: #DD1C63;
margin-right: 10px;
}
.top-bar .left-content span {
padding-bottom: 2px;
border-bottom: 1px solid transparent;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.top-bar .left-content a:hover span {
border-bottom: 1px solid #292929;
}
.top-bar .right-content ul {
text-align: right;
}
.top-bar .right-content ul li {
display: inline-block;
margin-right: 20px;
}
.top-bar .right-content ul li:last-child {
margin-right: 0px;
}
.top-bar .right-content ul li svg {
display: block;
margin-top: 4px;
}
.top-bar .right-content ul li svg:hover {
fill: #292929 !important;
}
.top-bar .right-content ul li.db a svg {
fill: #ea4c89;
}
.top-bar .right-content ul li.fb a svg {
fill: #3B5999;
}
.top-bar .right-content ul li.gp a svg {
fill: #F4C20D;
}
.top-bar .right-content ul li.tw a svg {
fill: #55ACEE;
}
.top-bar .right-content ul li.vimeo a svg {
fill: #1AB7EA;
}
/*=====================
3 Mid Bar
=======================*/
.mid-bar {
position: relative;
border-top: 1px solid #FCFCFC;
border-bottom: 1px solid #FCFCFC;
background: #FFFFFF;
margin: 18px 0px 30px 0px;
z-index: 4;
}
.mid-bar::before, .mid-bar::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #FFFFFF;
z-index: -3;
}
.mid-bar::before {
width: 80px;
height: 80px;
border: 1px solid #FCFCFC;
border-radius: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(1.5);
-moz-transform: translate(-50%, -50%) scale(1.5);
transform: translate(-50%, -50%) scale(1.5);
z-index: -4;
}
.mid-bar::after {
top: 0;
left: 0;
z-index: -4;
}
.mid-bar .logo a {
display: block;
width: 120px;
}
.mid-bar .logo a img {
width: 100%;
}
.mid-bar .profile {
width: 80px;
height: 80px;
border-radius: 100%;
border: 2px solid #FFFFFF;
overflow: hidden;
margin: 0 auto;
-webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
}
.mid-bar .profile img {
width: 100%;
}
.mid-bar .right-content {
text-align: right;
}
.mid-bar .right-content .icon {
display: inline-block;
}
.mid-bar .right-content .icon svg {
fill: #40DCDC;
margin-right: 10px;
}
.mid-bar .right-content p {
display: inline-block;
}
/*=====================
4 Manu Bar
=======================*/
.manu-bar .search .search-btn {
padding: 0px;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border: none;
border-radius: 100%;
background: #40DCDC;
}
.manu-bar .search .search-btn svg {
margin-top: 0px;
}
.manu-bar .search .search-btn svg .a {
fill: #FFFFFF;
}
.manu-bar .search .modal-content {
display: block;
border-radius: 5px;
padding: 30px;
}
.manu-bar .search .modal-content input {
width: calc(100% - 155px);
}
.manu-bar .search .modal-content button {
width: calc(100% - 290px);
height: 43px;
border: none;
}
.manu-bar .search .modal-content button:hover {
color: #FFFFFF;
background: #40DCDC;
}
.manu-bar .main-manu .manu-btn,
.manu-bar .main-manu .close-btn {
display: none;
}
.manu-bar .main-manu ul {
text-align: center;
padding-top: 15px;
}
.manu-bar .main-manu ul li {
position: relative;
display: inline-block;
margin-right: 25px;
}
.manu-bar .main-manu ul li:last-child {
margin-right: 0px;
}
.manu-bar .main-manu ul li a {
display: block;
font-weight: 500;
}
.manu-bar .main-manu ul li a svg {
--svg-font-size: 12px;
margin-left: 10px;
}
.manu-bar .main-manu ul li:hover > a {
color: #40DCDC;
}
.manu-bar .main-manu ul li:hover svg {
fill: #40DCDC;
}
.manu-bar .main-manu ul li:hover ul {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}
.manu-bar .main-manu ul li span {
position: absolute;
top: -15px;
right: 0px;
width: 20px;
height: 15px;
line-height: 15px;
font-size: 10px;
color: #FFFFFF;
background: #DD1C63;
}
.manu-bar .main-manu ul li ul {
position: absolute;
display: block;
top: 25px;
left: 0px;
background: #FFFFFF;
padding: 15px;
min-width: 110px;
z-index: 5;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
}
.manu-bar .main-manu ul li ul li {
margin: 0px 0px 5px 0px;
}
.manu-bar .main-manu ul li ul li:last-child {
margin-bottom: 0px;
}
.manu-bar .main-manu ul li ul li ul {
top: 0px;
left: 95px;
}
.manu-bar .right-content {
text-align: right;
}
.manu-bar .right-content .shop {
margin-right: 7px;
}
.manu-bar .right-content .shop .shop-btn {
position: relative;
padding: 0px;
border: none;
width: 30px;
height: 30px;
line-height: 30px;
margin-top: 4px;
background: transparent;
}
.manu-bar .right-content .shop .shop-btn svg {
fill: #DD1C63;
--svg-font-size: 20px;
}
.manu-bar .right-content .shop .shop-btn span {
position: absolute;
padding: 0px 9px;
border-radius: 30px;
border: 2px solid #DD1C63;
color: #DD1C63;
background: #FFFFFF;
top: -9px;
left: 10px;
font-size: 20px;
font-weight: 500;
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
transform: scale(0.6);
}
/*=====================
5 Manu bar v2
=======================*/
.manu-bar-v2 {
position: fixed;
padding: 20px 0px;
width: 244px;
height: 100%;
border-right: 1px solid #EFEFEF;
overflow-y: auto;
background: #FFFFFF;
z-index: 5;
}
.manu-bar-v2 .logo a {
display: block;
width: 115px;
margin: 0 auto;
}
.manu-bar-v2 .logo a img {
width: 100%;
}
.manu-bar-v2 .profile {
text-align: center;
border: 1px solid #EFEFEF;
border-radius: 5px;
margin: 10px;
padding: 10px;
}
.manu-bar-v2 .profile img,
.manu-bar-v2 .profile h6,
.manu-bar-v2 .profile p {
margin-bottom: 10px;
}
.manu-bar-v2 .profile ul li {
display: inline-block;
margin-right: 10px;
}
.manu-bar-v2 .profile ul li:last-child {
margin-right: 0px;
}
.manu-bar-v2 .profile ul li svg {
display: block;
margin-top: 4px;
}
.manu-bar-v2 .profile ul li svg:hover {
fill: #292929 !important;
}
.manu-bar-v2 .profile ul li.db a svg {
fill: #ea4c89;
}
.manu-bar-v2 .profile ul li.fb a svg {
fill: #3B5999;
}
.manu-bar-v2 .profile ul li.tw a svg {
fill: #55ACEE;
}
.manu-bar-v2 .profile ul li.vimeo a svg {
fill: #1AB7EA;
}
.manu-bar-v2 .main-manu li {
margin-top: 5px;
}
.manu-bar-v2 .main-manu li:first-child {
margin-top: 0px;
}
.manu-bar-v2 .main-manu li a svg.dropdown-icon {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
}
.manu-bar-v2 .main-manu li.active > a {
color: #40DCDC;
}
.manu-bar-v2 .main-manu li.active > a svg.dropdown-icon {
fill: #40DCDC;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
.manu-bar-v2 .main-manu li ul {
display: none;
width: 100%;
text-align: center;
opacity: 1;
margin: 0;
padding: 0;
visibility: visible;
background: #FFFFFF;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: none !important;
-moz-transition: none !important;
transition: none !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.manu-bar-v2 .main-manu li a {
position: relative;
display: block;
padding: 7px 10px;
margin: 5px 20px;
border-radius: 50px;
background: #FFFFFF;
-webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0);
}
.manu-bar-v2 .main-manu li a svg {
fill: #686868;
}
.manu-bar-v2 .main-manu li a svg:first-child {
position: relative !important;
fill: none;
stroke: #686868;
margin: -4px 5px 0px 0px !important;
}
.manu-bar-v2 .main-manu li a svg:last-child {
position: absolute;
right: 0;
margin: 5px 15px 0px 0px;
}
.manu-bar-v2 .main-manu li a svg.fill {
fill: #686868;
stroke: none;
}
.manu-bar-v2 .main-manu li:hover > a {
color: #40DCDC;
-webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
}
.manu-bar-v2 .main-manu li:hover > a svg {
fill: none;
stroke: #40DCDC !important;
}
.manu-bar-v2 .main-manu li:hover > a svg.fill, .manu-bar-v2 .main-manu li:hover > a svg.dropdown-icon {
fill: #40DCDC;
stroke: none !important;
}
/*=====================
5 Manu bar v3
=======================*/
.manu-bar-v3 {
padding: 30px 0px;
}
.manu-bar-v3 .logo a {
display: block;
width: 120px;
}
.manu-bar-v3 .logo a img {
width: 100%;
}
.manu-bar-v3 .main-manu ul {
text-align: center;
padding-top: 15px;
}
.manu-bar-v3 .main-manu ul li {
position: relative;
display: inline-block;
margin-right: 15px;
}
.manu-bar-v3 .main-manu ul li:last-child {
margin-right: 0px;
}
.manu-bar-v3 .main-manu ul li a {
display: block;
font-weight: 500;
}
.manu-bar-v3 .main-manu ul li a svg {
--svg-font-size: 12px;
margin-left: 10px;
}
.manu-bar-v3 .main-manu ul li:hover > a {
color: #40DCDC;
}
.manu-bar-v3 .main-manu ul li:hover svg {
fill: #40DCDC;
}
.manu-bar-v3 .main-manu ul li:hover ul {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}
.manu-bar-v3 .main-manu ul li span {
position: absolute;
top: -15px;
right: 0px;
width: 20px;
height: 15px;
line-height: 15px;
font-size: 10px;
color: #FFFFFF;
background: #DD1C63;
}
.manu-bar-v3 .main-manu ul li ul {
position: absolute;
display: block;
top: 25px;
left: 0px;
background: #FFFFFF;
padding: 15px;
min-width: 110px;
z-index: 5;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
}
.manu-bar-v3 .main-manu ul li ul li {
margin: 0px 0px 5px 0px;
}
.manu-bar-v3 .main-manu ul li ul li:last-child {
margin-bottom: 0px;
}
.manu-bar-v3 .main-manu ul li ul li ul {
top: 0px;
left: 95px;
}
.manu-bar-v3 .right-content {
text-align: right;
}
.manu-bar-v3 .right-content .s-icon,
.manu-bar-v3 .right-content .search,
.manu-bar-v3 .right-content .shop {
display: inline-block;
}
.manu-bar-v3 .right-content .s-icon ul {
text-align: right;
margin-right: 15px;
}
.manu-bar-v3 .right-content .s-icon ul li {
display: inline-block;
margin-right: 10px;
}
.manu-bar-v3 .right-content .s-icon ul li:last-child {
margin-right: 0px;
}
.manu-bar-v3 .right-content .s-icon ul li svg {
display: block;
margin-top: 4px;
}
.manu-bar-v3 .right-content .s-icon ul li svg:hover {
fill: #292929 !important;
}
.manu-bar-v3 .right-content .s-icon ul li.db a svg {
fill: #ea4c89;
}
.manu-bar-v3 .right-content .s-icon ul li.fb a svg {
fill: #3B5999;
}
.manu-bar-v3 .right-content .s-icon ul li.gp a svg {
fill: #F4C20D;
}
.manu-bar-v3 .right-content .s-icon ul li.tw a svg {
fill: #55ACEE;
}
.manu-bar-v3 .right-content .s-icon ul li.vimeo a svg {
fill: #1AB7EA;
}
.manu-bar-v3 .right-content .search {
margin-right: 15px;
}
.manu-bar-v3 .right-content .search .search-btn {
padding: 0px;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border: none;
border-radius: 100%;
background: #40DCDC;
}
.manu-bar-v3 .right-content .search .search-btn svg {
margin-top: 0px;
}
.manu-bar-v3 .right-content .search .search-btn svg .a {
fill: #FFFFFF;
}
.manu-bar-v3 .right-content .search .modal-content {
display: block;
border-radius: 5px;
padding: 30px;
}
.manu-bar-v3 .right-content .search .modal-content input {
width: calc(100% - 155px);
}
.manu-bar-v3 .right-content .search .modal-content button {
width: calc(100% - 290px);
height: 43px;
border: none;
}
.manu-bar-v3 .right-content .search .modal-content button:hover {
color: #FFFFFF;
background: #40DCDC;
}
.manu-bar-v3 .right-content .shop {
margin-right: 7px;
}
.manu-bar-v3 .right-content .shop .shop-btn {
position: relative;
padding: 0px;
border: none;
width: 30px;
height: 30px;
line-height: 30px;
margin-top: 4px;
background: transparent;
}
.manu-bar-v3 .right-content .shop .shop-btn svg {
fill: #DD1C63;
--svg-font-size: 20px;
}
.manu-bar-v3 .right-content .shop .shop-btn span {
position: absolute;
padding: 0px 9px;
border-radius: 30px;
border: 2px solid #DD1C63;
color: #DD1C63;
background: #FFFFFF;
top: -9px;
left: 10px;
font-size: 20px;
font-weight: 500;
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
transform: scale(0.6);
}
/*=====================
5 Title Bar
=======================*/
.title-bar .search .search-btn {
padding: 0px;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border: none;
border-radius: 100%;
border: 1px solid #EFEFEF;
background: #FFFFFF;
}
.title-bar .search .modal-content {
display: block;
border-radius: 5px;
padding: 30px;
}
.title-bar .search .modal-content input {
width: calc(100% - 155px);
}
.title-bar .search .modal-content button {
width: calc(100% - 290px);
height: 43px;
border: none;
}
.title-bar .search .modal-content button:hover {
color: #FFFFFF;
background: #40DCDC;
}
.title-bar .title p {
color: #292929;
text-align: center;
}
.title-bar .title p a {
display: inline-block;
padding: 0px 8px;
border-radius: 5px;
color: #FFFFFF;
background: #DD1C63;
border: 1px solid #DD1C63;
}
.title-bar .title p a:hover {
color: #DD1C63;
background: transparent;
}
.title-bar .shop {
margin-right: 7px;
}
.title-bar .shop .shop-btn {
position: relative;
padding: 0px;
border: none;
width: 30px;
height: 30px;
line-height: 30px;
margin-top: 4px;
background: transparent;
}
.title-bar .shop .shop-btn svg {
fill: #DD1C63;
--svg-font-size: 20px;
}
.title-bar .shop .shop-btn span {
position: absolute;
padding: 0px 9px;
border-radius: 30px;
border: 2px solid #DD1C63;
color: #DD1C63;
background: #FFFFFF;
top: -9px;
left: 10px;
font-size: 20px;
font-weight: 500;
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
transform: scale(0.6);
}
/*=====================
5 Banner
=======================*/
.blog-banner .container-fluid {
padding: 0px;
}
.blog-banner .slick-slider {
position: relative;
}
.blog-banner .slick-slider .slick-slide {
margin: 0px 15px;
outline: none;
}
.blog-banner .slick-slider .slick-arrow {
position: absolute;
width: 40px;
height: 40px;
padding: 0px;
line-height: 40px;
border: none;
bottom: 80px;
border-radius: 100%;
background: #FFFFFF;
z-index: 5;
}
.blog-banner .slick-slider .slick-arrow svg .a {
fill: none;
stroke: #686868;
stroke-width: 1.7px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.blog-banner .slick-slider .slick-arrow:hover svg .a {
stroke: #DD1C63;
}
.blog-banner .slick-slider .slick-arrow.btn-prev {
right: calc(100% - 162px);
}
.blog-banner .slick-slider .slick-arrow.btn-next {
left: calc(100% - 162px);
}
.blog-banner .banner-bg {
position: relative;
height: 550px;
border-radius: 5px;
}
.blog-banner .banner-bg .card {
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
border: none;
border-radius: 5px;
background: transparent;
overflow: hidden;
width: calc(100% - 150px);
}
.blog-banner .banner-bg .card::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #FFFFFF;
left: 0px;
bottom: 0px;
opacity: 0.8;
}
.blog-banner .banner-bg .card .card-body {
padding: 30px;
text-align: center;
z-index: 5;
}
.blog-banner .banner-bg .card .card-body .title-tag a {
margin-bottom: 15px;
}
.blog-banner .banner-bg .card .card-body .card-title {
margin-bottom: 10px;
}
.blog-banner .banner-bg .card .card-body .card-title a {
font-weight: 600;
font-size: 24px;
font-family: "Poppins", sans-serif;
}
.blog-banner .banner-bg .card .card-body .card-title a:hover {
text-decoration: underline;
}
.blog-banner .banner-bg .card .card-body ul li {
display: inline-block;
margin-right: 25px;
}
.blog-banner .banner-bg .card .card-body ul li:last-child {
margin-right: 0px;
}
.blog-banner .banner-bg .card .card-body ul li p {
display: inline-block;
}
.blog-banner .banner-bg .card .card-body ul li .profile .profile-img {
display: inline-block;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 30px;
height: 30px;
border-radius: 100%;
overflow: hidden;
}
.blog-banner .banner-bg .card .card-body ul li .profile .profile-img img {
width: 100%;
}
.blog-banner .banner-bg .card .card-body ul li .profile p {
margin-left: 10px;
color: #292929;
}
.blog-banner .banner-bg .card .card-body ul li .svg-1 .a {
fill: none;
stroke: #686868;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.167px;
}
.blog-banner .banner-bg .card .card-body ul li .svg-2 .a {
fill: #686868;
}
/*=====================
6 Post Cat
=======================*/
.post-cat {
padding-top: 0px;
}
.post-cat .row > div:nth-of-type(1n+0) .post-item {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.post-cat .row > div:nth-of-type(1n+0) .post-item:hover .icon,
.post-cat .row > div:nth-of-type(1n+0) .post-item:hover p {
color: #DD1C63;
}
.post-cat .row > div:nth-of-type(1n+0) .post-item:hover .icon svg {
fill: #DD1C63;
}
.post-cat .row > div:nth-of-type(2n+0) .post-item {
border: 1px solid #40DCDC;
background: #40DCDC;
}
.post-cat .row > div:nth-of-type(2n+0) .post-item:hover .icon,
.post-cat .row > div:nth-of-type(2n+0) .post-item:hover p {
color: #40DCDC;
}
.post-cat .row > div:nth-of-type(2n+0) .post-item:hover .icon svg {
fill: #40DCDC;
}
.post-cat .row > div:nth-of-type(3n+0) .post-item {
border: 1px solid #F4C20D;
background: #F4C20D;
}
.post-cat .row > div:nth-of-type(3n+0) .post-item:hover .icon,
.post-cat .row > div:nth-of-type(3n+0) .post-item:hover p {
color: #F4C20D;
}
.post-cat .row > div:nth-of-type(3n+0) .post-item:hover .icon svg {
fill: #F4C20D;
}
.post-cat .row > div:nth-of-type(4n+0) .post-item {
border: 1px solid #3B5999;
background: #3B5999;
}
.post-cat .row > div:nth-of-type(4n+0) .post-item:hover .icon,
.post-cat .row > div:nth-of-type(4n+0) .post-item:hover p {
color: #3B5999;
}
.post-cat .row > div:nth-of-type(4n+0) .post-item:hover .icon svg {
fill: #3B5999;
}
.post-cat .post-item {
display: block;
padding: 15px 20px 10px 20px;
border-radius: 50px;
}
.post-cat .post-item:hover {
background: #FFFFFF !important;
}
.post-cat .post-item .row > div:first-child {
padding-right: 0px;
}
.post-cat .post-item .row > div:last-child {
text-align: right;
}
.post-cat .post-item .title,
.post-cat .post-item .valu {
display: inline-block;
}
.post-cat .post-item .title .icon,
.post-cat .post-item .title p,
.post-cat .post-item .valu .icon,
.post-cat .post-item .valu p {
display: inline-block;
font-weight: 500;
color: #FFFFFF;
}
.post-cat .post-item .title .icon svg,
.post-cat .post-item .valu .icon svg {
fill: #FFFFFF;
}
.post-cat .post-item .title .icon {
margin-right: 5px;
}
.post-cat .post-item .valu .icon {
margin-left: 5px;
}
.post-cat .post-item .valu .icon svg {
--svg-font-size: 12px;
}
/*=====================
7 Resent Post
=======================*/
.resent-post .title {
padding-bottom: 15px;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 30px;
}
.resent-post .slick-track {
padding: 15px 0px;
}
.resent-post .slick-slide {
outline: none;
}
.resent-post .slick-arrow {
position: absolute;
padding: 0;
top: -77px;
right: 11px;
border: none;
width: 13px;
height: 20px;
text-align: center;
line-height: 25px;
background: transparent;
}
.resent-post .slick-arrow.btn-prev {
right: 30px;
}
.resent-post .slick-arrow svg {
fill: #686868;
}
.resent-post .slick-dots {
position: absolute;
width: calc(100% - 40px);
top: -80px;
text-align: right;
padding-right: 15px;
font-family: "Poppins", sans-serif;
color: #686868;
counter-reset: slides-num;
}
.resent-post .slick-dots::after {
content: counter(slides-num);
font-size: 15px;
}
.resent-post .slick-dots li {
display: inline-block;
counter-increment: slides-num;
}
.resent-post .slick-dots li button {
display: none;
}
.resent-post .slick-dots li.slick-active:before {
content: counter(slides-num);
color: #DD1C63;
font-size: 20px;
}
.resent-post .slick-dots li.slick-active::after {
content: " / ";
font-size: 15px;
}
.resent-post .card {
border: none;
border-radius: 5px;
background: #FFFFFF;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.resent-post .card .card-body {
padding: 30px;
}
.resent-post .card .card-body .title-tag a {
display: inline-block;
font-size: 15px;
margin-bottom: 25px;
}
.resent-post .card .card-body a {
display: block;
line-height: 35px;
font-weight: 600;
font-size: 24px;
margin-bottom: 25px;
}
.resent-post .card .card-body a:hover {
color: #DD1C63;
}
.resent-post .card .card-body > p {
position: relative;
padding: 0px 0px 25px 30px;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 25px;
}
.resent-post .card .card-body > p::before {
position: absolute;
content: "";
top: 13px;
left: 0px;
width: 25px;
height: 1px;
background: #686868;
}
.resent-post .card .card-body ul li {
display: inline-block;
margin-right: 10px;
}
.resent-post .card .card-body ul li:last-child {
margin-right: 0px;
}
.resent-post .card .card-body ul li p {
display: inline-block;
}
.resent-post .card .card-body ul li .profile .profile-img {
display: inline-block;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 30px;
height: 30px;
border-radius: 100%;
overflow: hidden;
}
.resent-post .card .card-body ul li .profile .profile-img img {
width: 100%;
}
.resent-post .card .card-body ul li .profile p {
margin-left: 10px;
color: #292929;
}
.resent-post .card .card-body ul li .svg-1 .a {
fill: none;
stroke: #686868;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.167px;
}
.resent-post .card .card-body ul li .svg-2 .a {
fill: #686868;
}
/*=====================
8 Post Slide
=======================*/
.post-slide .card {
border: none;
border-radius: 5px;
background: #FFFFFF;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
margin-bottom: 25px;
}
.post-slide .card .card-header {
padding: 0px;
border: none;
background: none;
}
.post-slide .card .card-header .post-img {
position: relative;
}
.post-slide .card .card-header .post-img img {
width: 100%;
}
.post-slide .card .card-header .post-img .title-tag a {
position: absolute;
top: 15px;
left: 15px;
padding: 4px 15px 0px 15px;
border-color: #40DCDC;
background: #40DCDC;
margin-bottom: 0px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.post-slide .card .card-header .post-img .title-tag a:hover {
background: transparent !important;
}
.post-slide .card .card-body {
padding: 20px;
}
.post-slide .card .card-body .title a {
display: block;
font-size: 15px;
font-weight: 600;
margin-bottom: 10px;
}
.post-slide .card .card-body .title a:hover {
color: #DD1C63;
}
.post-slide .card .card-body p {
margin-bottom: 40px;
}
.post-slide .card .card-body .link {
text-align: center;
margin-bottom: -30px;
}
.post-slide .card .card-body .link a {
display: inline-block;
padding: 12px 30px;
color: #DD1C63;
border-radius: 30px;
background: #FFFFFF;
margin-bottom: -30px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.post-slide .card .card-body .link a:hover {
color: #FFFFFF;
background: #DD1C63;
}
.post-slide .card:hover {
-webkit-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
}
.post-slide .card:hover .title-tag a {
border-color: #DD1C63 !important;
background: #DD1C63 !important;
}
.post-slide .slick-arrow {
position: absolute;
width: 40px;
height: 40px;
padding: 0px;
line-height: 45px;
border: none;
top: 50%;
border-radius: 100%;
background: #FFEAF2;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 5;
}
.post-slide .slick-arrow svg {
margin-top: -8px;
}
.post-slide .slick-arrow svg .a {
fill: none;
stroke: #DD1C63;
stroke-width: 1.2px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.post-slide .slick-arrow:hover {
background: #40DCDC;
}
.post-slide .slick-arrow:hover svg .a {
stroke: #FFFFFF;
}
.post-slide .slick-arrow.btn-prev {
left: -50px;
}
.post-slide .slick-arrow.btn-next {
right: -50px;
}
/*=====================
9 Main Post
=======================*/
.main-post .card {
border: none;
border-radius: 5px;
text-align: center;
background: #FFFFFF;
margin-bottom: 50px;
}
.main-post .card:last-child {
margin-bottom: 0px;
}
.main-post .card .card-body {
padding: 0px;
}
.main-post .card .card-body .post-img {
overflow: hidden;
}
.main-post .card .card-body .post-img img {
width: 100%;
border-radius: 5px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.main-post .card .card-body .post-title {
position: relative;
width: calc(100% - 80px);
padding: 30px;
margin: -15% auto 30px auto;
background: #FFFFFF;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
z-index: 5;
}
.main-post .card .card-body .post-title .title-tag a,
.main-post .card .card-body .post-title .title a,
.main-post .card .card-body .post-title a {
margin-bottom: 15px;
}
.main-post .card .card-body .post-title .title-tag a {
display: inline-block;
font-size: 15px;
}
.main-post .card .card-body .post-title .title a {
display: block;
font-size: 24px;
line-height: 34px;
}
.main-post .card .card-body .post-title a {
display: block;
font-size: 25px;
line-height: 35px;
font-weight: 600;
font-family: "Poppins", sans-serif;
}
.main-post .card .card-body .post-title a:hover {
color: #DD1C63;
}
.main-post .card .card-body .post-title ul li {
display: inline-block;
margin-right: 25px;
}
.main-post .card .card-body .post-title ul li:last-child {
margin-right: 0px;
}
.main-post .card .card-body .post-title ul li p {
display: inline-block;
}
.main-post .card .card-body .post-title ul li .profile .profile-img {
display: inline-block;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 30px;
height: 30px;
border-radius: 100%;
overflow: hidden;
}
.main-post .card .card-body .post-title ul li .profile .profile-img img {
width: 100%;
}
.main-post .card .card-body .post-title ul li .profile p {
margin-left: 10px;
color: #292929;
}
.main-post .card .card-body .post-title ul li .svg-1 .a {
fill: none;
stroke: #686868;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.167px;
}
.main-post .card .card-body .post-title ul li .svg-2 .a {
fill: #686868;
}
.main-post .card .card-body .post-content p {
margin-bottom: 30px;
}
.main-post .card .card-body .post-content a {
position: relative;
display: inline-block;
padding: 15px 50px;
color: #DD1C63;
background: #FFFFFF;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
z-index: 5;
}
.main-post .card .card-body .post-content a:hover {
color: #FFFFFF;
background: #DD1C63;
}
.main-post .card .card-body .post-content a::before, .main-post .card .card-body .post-content a::after {
position: absolute;
content: "";
width: 100%;
height: 1px;
top: 50%;
background: #EFEFEF;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 3;
}
.main-post .card .card-body .post-content a::before {
left: -100%;
}
.main-post .card .card-body .post-content a::after {
right: -100%;
}
.main-post .card:hover .card-body .post-img img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.main-post .widget .widget-card {
padding: 30px;
background: #FFFFFF;
margin-bottom: 30px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.main-post .widget .widget-card:last-child {
margin-bottom: 0px;
}
.main-post .widget .widget-card .title {
position: relative;
}
.main-post .widget .widget-card .title h5 {
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
text-transform: uppercase;
}
.main-post .widget .widget-card .title h5::before, .main-post .widget .widget-card .title h5::after {
position: absolute;
content: "";
width: 120px;
height: 1px;
left: 0;
bottom: 0;
background: #EFEFEF;
}
.main-post .widget .widget-card .title h5::after {
width: 40px;
height: 2px;
bottom: -1px;
background: #DD1C63;
}
.main-post .widget .widget-card .title .numbber {
position: absolute;
top: 0;
right: 0;
font-weight: 500;
text-transform: uppercase;
}
.main-post .widget .widget-card ul li {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
padding: 10px 0px;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 5px;
}
.main-post .widget .widget-card ul li:last-child {
border-bottom: none;
}
.main-post .widget .widget-card ul li .w-img {
width: 70px;
height: 65px;
border-radius: 5px;
overflow: hidden;
}
.main-post .widget .widget-card ul li .w-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main-post .widget .widget-card ul li .w-text {
width: calc(100% - 70px);
margin-left: 20px;
}
.main-post .widget .widget-card ul li .w-text a {
font-size: 18px;
font-weight: 500;
margin-bottom: 5px;
}
.main-post .widget .widget-card ul li .w-text p {
position: relative;
padding-left: 30px;
}
.main-post .widget .widget-card ul li .w-text p::before {
position: absolute;
content: "";
top: 13px;
left: 0px;
width: 25px;
height: 1px;
background: #686868;
}
.main-post .widget .widget-card ul li:hover .w-img > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.main-post .widget .widget-card ul li:hover .w-text > a {
color: #DD1C63;
}
.main-post .widget .widget-card .in-profile .in-content {
display: -webkit-box;
display: flex;
margin-top: 30px;
}
.main-post .widget .widget-card .in-profile .in-content img {
width: 55px;
max-width: 55px;
height: 55px;
max-height: 55px;
margin-right: 10px;
}
.main-post .widget .widget-card .in-profile .in-content a {
color: #DD1C63;
display: block;
text-align: right;
width: 100%;
}
.main-post .widget .widget-card .in-profile ul {
display: -webkit-box;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #EFEFEF;
margin: 15px 0px;
}
.main-post .widget .widget-card .in-profile ul li {
border: none;
margin-bottom: 0px;
}
.main-post .widget .widget-card .in-g-img .row div {
padding: 5px;
}
.main-post .widget .widget-card .in-g-img .row div .widget-img {
padding: 0px;
border-radius: 5px;
overflow: hidden;
}
.main-post .widget .widget-card .in-g-img .row div .widget-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main-post .widget .widget-card .in-g-img .row div .widget-img:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.main-post .widget .widget-card form {
display: -webkit-box;
display: flex;
}
.main-post .widget .widget-card form input {
border-radius: 5px 0px 0px 5px;
width: calc(100% - 104px);
}
.main-post .widget .widget-card form button {
height: 44px;
padding: 0px 20px;
border: none;
border-radius: 0px 5px 5px 0px;
color: #FFFFFF;
background: #DD1C63;
}
.main-post .widget .widget-card .c-catagory li {
border: none;
}
.main-post .widget .widget-card .c-catagory li a {
width: 100%;
display: block;
padding: 15px 20px 10px 20px;
border-radius: 50px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.main-post .widget .widget-card .c-catagory li a .icon,
.main-post .widget .widget-card .c-catagory li a p {
display: inline-block;
font-size: 15px;
font-weight: 500;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main-post .widget .widget-card .c-catagory li a .title .icon svg {
fill: #DD1C63;
}
.main-post .widget .widget-card .c-catagory li a .valu {
text-align: right;
}
.main-post .widget .widget-card .c-catagory li a .valu .icon svg {
fill: #686868;
}
.main-post .widget .widget-card .c-catagory li a .valu p {
color: #DD1C63;
font-weight: 500;
}
.main-post .widget .widget-card .c-catagory li a:hover {
background: #DD1C63;
}
.main-post .widget .widget-card .c-catagory li a:hover .icon svg {
fill: #FFFFFF;
}
.main-post .widget .widget-card .c-catagory li a:hover p {
color: #FFFFFF;
}
.main-post .widget .widget-card .s-tag ul li {
display: inline-block;
margin: 0px 15px 20px 0px;
border-bottom: none;
padding: 0px;
}
.main-post .widget .widget-card .s-tag ul li:last-child {
margin-right: 0px;
}
.main-post .widget .widget-card .s-tag ul li a {
display: inline-block;
text-transform: capitalize;
padding: 8px 15px 5px 15px;
border-radius: 5px;
font-weight: 500;
color: #FFFFFF;
border: 1px solid transparent;
}
.main-post .widget .widget-card .s-tag ul li.db a {
background: #ea4c89;
}
.main-post .widget .widget-card .s-tag ul li.db a:hover {
color: #ea4c89;
background: transparent;
border: 1px solid #ea4c89;
}
.main-post .widget .widget-card .s-tag ul li.fb a {
background: #3B5999;
}
.main-post .widget .widget-card .s-tag ul li.fb a:hover {
color: #3B5999;
background: transparent;
border: 1px solid #3B5999;
}
.main-post .widget .widget-card .s-tag ul li.tw a {
background: #55ACEE;
}
.main-post .widget .widget-card .s-tag ul li.tw a:hover {
color: #55ACEE;
background: transparent;
border: 1px solid #55ACEE;
}
.main-post .widget .widget-card .tag-list ul {
margin-top: 30px;
}
.main-post .widget .widget-card .tag-list ul li {
border: none;
display: inline-block;
padding: 0px;
}
.main-post .widget .widget-card .tag-list ul li a {
display: block;
padding: 10px 30px;
margin: 0px 5px 5px 5px;
color: #FFFFFF;
border-radius: 30px;
font-weight: 500;
}
.main-post .widget .widget-card .tag-list ul li a:hover {
background: transparent !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(1n+0) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(1n+0) a:hover {
color: #DD1C63 !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(2n+0) a {
border: 1px solid #40DCDC;
background: #40DCDC;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(2n+0) a:hover {
color: #40DCDC !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(3n+0) a {
border: 1px solid #F4C20D;
background: #F4C20D;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(3n+0) a:hover {
color: #F4C20D !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(4n+0) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.main-post .widget .widget-card .tag-list ul li:nth-of-type(4n+0) a:hover {
color: #DD1C63 !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-child(5n+0) a {
border: 1px solid #3B5999;
background: #3B5999;
}
.main-post .widget .widget-card .tag-list ul li:nth-child(5n+0) a:hover {
color: #3B5999 !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-child(6n+0) a {
border: 1px solid #40DCDC;
background: #40DCDC;
}
.main-post .widget .widget-card .tag-list ul li:nth-child(6n+0) a:hover {
color: #40DCDC !important;
}
.main-post .widget .widget-card .tag-list ul li:nth-child(7n+0) a {
border: 1px solid #F4C20D;
background: #F4C20D;
}
.main-post .widget .widget-card .tag-list ul li:nth-child(7n+0) a:hover {
color: #F4C20D !important;
}
.main-post.v2 .post-img, .main-post.v3 .post-img {
position: relative;
}
.main-post.v2 .post-img .pink-shap a, .main-post.v3 .post-img .pink-shap a {
position: absolute;
bottom: 20px;
right: 0;
box-shadow: none;
background: #FFFFFF;
display: block;
padding: 10px 20px;
border-radius: 50px 0px 0px 50px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
z-index: 4;
}
.main-post.v2 .post-img .pink-shap a .icon,
.main-post.v2 .post-img .pink-shap a h6, .main-post.v3 .post-img .pink-shap a .icon,
.main-post.v3 .post-img .pink-shap a h6 {
display: inline-block;
font-size: 15px;
margin-left: 10px;
}
.main-post.v2 .post-img .pink-shap a .title,
.main-post.v2 .post-img .pink-shap a .valu, .main-post.v3 .post-img .pink-shap a .title,
.main-post.v3 .post-img .pink-shap a .valu {
display: inline-block;
}
.main-post.v2 .post-img .pink-shap a .title, .main-post.v3 .post-img .pink-shap a .title {
margin-right: 15px;
}
.main-post.v2 .post-img .pink-shap a .title .icon, .main-post.v3 .post-img .pink-shap a .title .icon {
margin-left: 0px;
}
.main-post.v2 .post-img .pink-shap a .title .icon svg, .main-post.v3 .post-img .pink-shap a .title .icon svg {
fill: #DD1C63;
}
.main-post.v2 .post-img .pink-shap a .valu h6, .main-post.v3 .post-img .pink-shap a .valu h6 {
padding: 0px 8px;
color: #FFFFFF;
font-weight: 400;
background: #DD1C63;
margin-left: 0px;
}
.main-post.v2 .post-title, .main-post.v3 .post-title {
width: 100% !important;
margin: 0px !important;
text-align: left !important;
z-index: 3 !important;
}
.main-post.v2 .post-title > p, .main-post.v3 .post-title > p {
margin-bottom: 15px;
}
.main-post.v2 .post-title > p a, .main-post.v3 .post-title > p a {
color: #DD1C63;
}
.main-post.v2 .post-title > p a:hover, .main-post.v3 .post-title > p a:hover {
color: #ea4c89;
}
.main-post.v2 .post-title > ul, .main-post.v3 .post-title > ul {
padding-bottom: 10px;
border-top: 1px solid #EFEFEF;
border-bottom: 1px solid #EFEFEF;
}
.main-post.v2 .post-title > ul li, .main-post.v3 .post-title > ul li {
margin-right: 15px !important;
}
.main-post.v2 .post-title > ul li:last-child, .main-post.v3 .post-title > ul li:last-child {
margin-right: 0px !important;
}
.main-post.v2 .post-title > ul li .p-time, .main-post.v3 .post-title > ul li .p-time {
text-align: right;
}
.main-post.v2 .post-title > ul li .p-time .icon,
.main-post.v2 .post-title > ul li .p-time p, .main-post.v3 .post-title > ul li .p-time .icon,
.main-post.v3 .post-title > ul li .p-time p {
display: inline-block;
}
.main-post.v2 .post-title > ul li .p-time svg, .main-post.v3 .post-title > ul li .p-time svg {
fill: #3B5999;
}
.main-post.v2 .post-title > ul .icon svg.svg-s, .main-post.v3 .post-title > ul .icon svg.svg-s {
fill: #40DCDC !important;
}
.main-post.v2 .post-title > ul .icon svg.svg-1 .a, .main-post.v3 .post-title > ul .icon svg.svg-1 .a {
stroke: #DD1C63 !important;
}
.main-post.v2 .post-title > ul .icon svg.svg-2 .a, .main-post.v3 .post-title > ul .icon svg.svg-2 .a {
fill: #55ACEE !important;
}
.main-post.v2 .post-title > ul .icon svg.svg-3 .a, .main-post.v3 .post-title > ul .icon svg.svg-3 .a {
stroke: #686868 !important;
}
.main-post.v2 .tag-list ul a, .main-post.v3 .tag-list ul a {
padding: 10px 25px !important;
color: #292929 !important;
border: none !important;
background: #FFFFFF !important;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.main-post.v3 .card .post-img {
position: relative;
}
.main-post.v3 .card .post-img .title-tag {
position: absolute;
text-transform: capitalize;
padding: 4px 15px 0px 15px;
top: 20px;
left: 20px;
}
.main-post.v3 .card .post-title ul {
border: none;
padding-bottom: 15px;
}
.main-post.v3 .card .post-title ul li {
text-align: right;
}
.main-post.v3 .card .post-title ul li:first-child {
width: calc(100% - 191px);
text-align: left;
}
.main-post.v3 .card .post-title ul li:first-child p {
position: relative;
}
.main-post.v3 .card .post-title ul li:first-child p::before {
position: absolute;
content: "";
width: 100px;
height: 1px;
top: 50%;
right: -105px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
background: #EFEFEF;
}
.main-post.v3 .card .post-title ul li .icon svg.svg-1 .a {
stroke: #686868 !important;
}
.main-post.v3 .card .post-title ul li .icon svg.svg-2 .a {
fill: #686868 !important;
}
.main-post.v3 .card .post-title .link a {
position: relative;
display: block;
padding-left: 35px;
color: #DD1C63;
text-transform: uppercase;
}
.main-post.v3 .card .post-title .link a:hover {
text-decoration: underline;
}
.main-post.v3 .card .post-title .link a::before, .main-post.v3 .card .post-title .link a::after {
position: absolute;
content: "";
top: 50%;
width: 10px;
height: 10px;
border-radius: 30px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-post.v3 .card .post-title .link a::before {
left: 0px;
background: #DD1C63;
}
.main-post.v3 .card .post-title .link a::after {
left: 15px;
background: #40DCDC;
}
.main-post.v3 .bg-search {
padding: 80px !important;
}
.main-post.v4 .title {
position: relative;
}
.main-post.v4 .title h5 {
position: relative;
padding-bottom: 10px;
text-transform: uppercase;
margin-bottom: 30px !important;
}
.main-post.v4 .title h5::before, .main-post.v4 .title h5::after {
position: absolute;
content: "";
width: 120px;
height: 1px;
left: 0;
bottom: 0;
background: #EFEFEF;
}
.main-post.v4 .title h5::after {
width: 40px;
height: 2px;
bottom: -1px;
background: #40DCDC;
}
.main-post.v4 .left-icon {
position: relative;
z-index: 5;
}
.main-post.v4 .left-icon .s-icon {
position: absolute;
top: 0;
left: 0;
}
.main-post.v4 .left-icon .s-icon li {
margin-bottom: 15px;
}
.main-post.v4 .left-icon .s-icon li:last-child {
margin-bottom: 0px;
}
.main-post.v4 .left-icon .s-icon li a {
display: block;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 30px;
}
.main-post.v4 .left-icon .s-icon li a svg {
fill: #FFFFFF;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main-post.v4 .left-icon .s-icon li a:hover {
background: #FFFFFF !important;
}
.main-post.v4 .left-icon .s-icon li.fb a {
border: 1px solid #3B5999;
background: #3B5999;
}
.main-post.v4 .left-icon .s-icon li.fb a:hover svg {
fill: #3B5999;
}
.main-post.v4 .left-icon .s-icon li.db a {
border: 1px solid #ea4c89;
background: #ea4c89;
}
.main-post.v4 .left-icon .s-icon li.db a:hover svg {
fill: #ea4c89;
}
.main-post.v4 .left-icon .s-icon li.tw a {
border: 1px solid #55ACEE;
background: #55ACEE;
}
.main-post.v4 .left-icon .s-icon li.tw a:hover svg {
fill: #55ACEE;
}
.main-post.v4 .container > .row {
padding-left: 60px;
}
.main-post.v4 .post-text .card {
text-align: left;
}
.main-post.v4 .post-text .card .title a,
.main-post.v4 .post-text .card p {
margin-bottom: 20px;
}
.main-post.v4 .post-text .card .title a {
display: block;
font-size: 20px;
line-height: 30px;
}
.main-post.v4 .post-text .card .title a:hover {
color: #DD1C63;
}
.main-post.v4 .post-text .card p a {
color: #DD1C63;
}
.main-post.v4 .post-text .card p a:hover {
color: #ea4c89;
}
.main-post.v4 .post-text .post-coteson {
text-align: center;
}
.main-post.v4 .post-text .post-coteson h5 {
position: relative;
font-weight: 500;
font-family: "Poppins", sans-serif;
padding-top: 50px;
margin-bottom: 15px;
}
.main-post.v4 .post-text .post-coteson h5::before {
position: absolute;
content: "";
width: 36px;
height: 32px;
top: 0px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
background-image: url("../img/main-post/Icon-quote.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.main-post.v4 .post-text .post-img-g .post-img {
border-radius: 5px;
overflow: hidden;
}
.main-post.v4 .post-text .post-img-g .post-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main-post.v4 .post-text .post-img-g .post-img:hover > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.main-post.v4 .post-text .post-img-g p {
text-align: center;
padding: 10px 0px;
color: #B4B4B4;
}
.main-post.v4 .post-text .p-skills {
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
margin-bottom: 30px;
}
.main-post.v4 .post-text .p-skills h5,
.main-post.v4 .post-text .p-skills ul {
padding: 30px;
}
.main-post.v4 .post-text .p-skills h5 {
border-bottom: 1px solid #EFEFEF;
margin-bottom: 0px;
}
.main-post.v4 .post-text .p-skills li {
margin-bottom: 25px;
}
.main-post.v4 .post-text .p-skills li:last-child {
margin-bottom: 0px;
}
.main-post.v4 .post-text .p-skills li p {
margin-bottom: 4px;
}
.main-post.v4 .post-text .p-skills li .progress-over {
position: relative;
}
.main-post.v4 .post-text .p-skills li .progress-over .main-prog {
overflow-y: visible;
overflow-x: hidden;
}
.main-post.v4 .post-text .p-skills li .progress-over .progress {
position: relative;
border-radius: 0;
height: 10px;
background: transparent;
overflow: visible;
}
.main-post.v4 .post-text .p-skills li .progress-over .progress::before {
position: absolute;
content: "";
top: 50%;
left: 0;
width: 100%;
height: 6px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
background: #EFEFEF;
}
.main-post.v4 .post-text .p-skills li .progress-over .progress .progress-bar {
position: relative;
height: 100%;
background: transparent;
}
.main-post.v4 .post-text .p-skills li .progress-over .progress .progress-bar::before {
position: absolute;
content: "";
top: 50%;
left: 0;
width: 100%;
height: 4px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 0px 30px 30px 0px;
background: #40DCDC;
}
.main-post.v4 .post-text .p-skills li .progress-over .progress .progress-bar::after {
position: absolute;
content: "";
top: 0;
right: 0;
width: 9px;
height: 9px;
border-radius: 30px;
background: #DD1C63;
}
.main-post.v4 .post-text .p-skills li .progress-over .pro-count {
position: absolute;
top: -32px;
right: 0;
}
.main-post.v4 .post-text .tag-list ul {
padding: 30px 0px;
border-top: 1px solid #EFEFEF;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 30px;
}
.main-post.v4 .post-text .tag-list ul li {
border: none;
display: inline-block;
padding: 0px;
}
.main-post.v4 .post-text .tag-list ul li a {
display: block;
padding: 10px 30px;
margin: 0px 5px 5px 5px;
color: #FFFFFF;
border-radius: 30px;
}
.main-post.v4 .post-text .tag-list ul li a:hover {
background: transparent !important;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(1n+0) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(1n+0) a:hover {
color: #DD1C63 !important;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(2n+0) a {
border: 1px solid #40DCDC;
background: #40DCDC;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(2n+0) a:hover {
color: #40DCDC !important;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(3n+0) a {
border: 1px solid #F4C20D;
background: #F4C20D;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(3n+0) a:hover {
color: #F4C20D !important;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(4n+0) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.main-post.v4 .post-text .tag-list ul li:nth-of-type(4n+0) a:hover {
color: #DD1C63 !important;
}
.main-post.v4 .post-text .tag-list ul li:nth-child(5n+0) a {
border: 1px solid #3B5999;
background: #3B5999;
}
.main-post.v4 .post-text .tag-list ul li:nth-child(5n+0) a:hover {
color: #3B5999 !important;
}
.main-post.v4 .post-text .tag-list ul li:nth-child(6n+0) a {
border: 1px solid #40DCDC;
background: #40DCDC;
}
.main-post.v4 .post-text .tag-list ul li:nth-child(6n+0) a:hover {
color: #40DCDC !important;
}
.main-post.v4 .post-text .dina-post {
padding: 30px 0px;
}
.main-post.v4 .post-text .dina-post .card {
border-bottom: 1px solid #EFEFEF;
}
.main-post.v4 .post-text .dina-post .row > div:nth-of-type(2n+0) {
text-align: right;
}
.main-post.v4 .post-text .dina-post .row > div:nth-of-type(2n+0) .card {
text-align: right;
}
.main-post.v4 .post-text .dina-post button {
padding: 0px;
border: none;
font-weight: 600;
background: transparent;
margin-bottom: 20px;
color: #40DCDC;
}
.main-post.v4 .post-text .dina-post button .icon svg {
--svg-font-size: 30px;
}
.main-post.v4 .post-text .dina-post button .icon svg .a,
.main-post.v4 .post-text .dina-post button .icon svg .b {
fill: none;
stroke: #40DCDC;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main-post.v4 .post-text .dina-post button .icon svg .b {
stroke-width: 1.5px;
}
.main-post.v4 .post-text .dina-post button.prev-btn .icon {
margin-right: 15px;
}
.main-post.v4 .post-text .dina-post button.next-btn .icon {
margin-left: 15px;
}
.main-post.v4 .post-text .dina-post button:hover {
color: #DD1C63;
}
.main-post.v4 .post-text .dina-post button:hover .icon svg .a,
.main-post.v4 .post-text .dina-post button:hover .icon svg .b {
stroke: #DD1C63;
}
.main-post.v4 .post-text .post-profile {
padding: 30px;
margin-bottom: 30px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.main-post.v4 .post-text .post-profile .profile-img {
width: 100px;
height: 100px;
border-radius: 100%;
overflow: hidden;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.main-post.v4 .post-text .post-profile .profile-img img {
width: 100%;
height: 100%;
}
.main-post.v4 .post-text .post-profile .s-icon ul li {
display: inline-block;
margin-right: 20px;
}
.main-post.v4 .post-text .post-profile .s-icon ul li:last-child {
margin-right: 0px;
}
.main-post.v4 .post-text .post-profile .s-icon ul li svg {
display: block;
margin-top: 4px;
fill: #B4B4B4;
}
.main-post.v4 .post-text .post-profile .s-icon ul li svg:hover {
fill: #DD1C63 !important;
}
.main-post.v4 .post-text .p-comment li {
margin-bottom: 50px;
}
.main-post.v4 .post-text .p-comment li .p-profile {
width: 80px;
height: 80px;
border-radius: 100%;
overflow: hidden;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.main-post.v4 .post-text .p-comment li .p-profile img {
width: 100%;
height: 100%;
}
.main-post.v4 .post-text .p-comment li .p-text .p-title {
margin-bottom: 10px;
}
.main-post.v4 .post-text .p-comment li .p-text .p-title h5,
.main-post.v4 .post-text .p-comment li .p-text .p-title .p-time,
.main-post.v4 .post-text .p-comment li .p-text .p-title .p-time svg,
.main-post.v4 .post-text .p-comment li .p-text .p-title .p-time p {
display: inline-block;
}
.main-post.v4 .post-text .p-comment li .p-text .p-title h5 {
font-weight: 400;
margin: 0px 10px 0px 0px;
}
.main-post.v4 .post-text .p-comment li .p-text .p-title svg {
fill: #40DCDC;
margin-left: 5px;
}
.main-post.v4 .post-text .p-comment li .p-text .p-title p {
margin-bottom: 0px;
}
.main-post.v4 .post-text .p-comment li .p-text .reply-btn {
border: none;
background: transparent;
}
.main-post.v4 .post-text .p-comment li .p-text .reply-btn svg {
fill: #40DCDC;
margin-right: 10px;
}
.main-post.v4 .post-text .p-com-form {
padding: 50px 0px;
border-top: 1px solid #40DCDC;
}
.main-post.v4 .post-text .p-com-form form textarea,
.main-post.v4 .post-text .p-com-form form input {
width: 100%;
border: 1px solid #EFEFEF;
margin-bottom: 20px;
}
.main-post.v4 .post-text .p-com-form form .c-check-box input {
width: auto;
margin-bottom: 10px;
}
.main-post.v4 .post-text .p-com-form form button {
padding: 15px 20px;
color: #FFFFFF;
border: 1px solid #DD1C63;
border-radius: 5px;
text-transform: uppercase;
background: #DD1C63;
margin-top: 30px;
}
.main-post.v4 .post-text .p-com-form form button:hover {
color: #DD1C63;
background: transparent;
}
/*=====================
10 Popular Post
=======================*/
.popular-post .title-shap a {
display: block;
text-align: right;
}
.popular-post .title-shap a:hover {
color: #DD1C63;
}
.popular-post .post-card .card {
border: none;
border-radius: 5px;
background: #FFFFFF;
margin-bottom: 50px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.popular-post .post-card .card .card-body .post-img {
position: relative;
border-radius: 5px;
overflow: hidden;
}
.popular-post .post-card .card .card-body .post-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.popular-post .post-card .card .card-body .post-img .title-tag {
position: absolute;
text-transform: capitalize;
padding: 4px 15px 0px 15px;
top: 20px;
left: 20px;
}
.popular-post .post-card .card .card-body .post-title {
position: relative;
width: 100%;
padding: 30px 0px;
background: #FFFFFF;
}
.popular-post .post-card .card .card-body .post-title .title a {
display: block;
font-size: 24px;
line-height: 34px;
font-weight: 600;
margin-bottom: 15px;
}
.popular-post .post-card .card .card-body .post-title .title a:hover {
color: #DD1C63;
}
.popular-post .post-card .card .card-body .post-title p {
margin-bottom: 10px;
}
.popular-post .post-card .card .card-body .post-title .link a {
position: relative;
text-transform: uppercase;
padding-left: 30px;
font-size: 14px;
}
.popular-post .post-card .card .card-body .post-title .link a:hover {
color: #DD1C63;
}
.popular-post .post-card .card .card-body .post-title .link a::before {
position: absolute;
content: "";
width: 20px;
height: 1px;
top: 50%;
left: 0px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
background: #DD1C63;
}
.popular-post .post-card .card:hover .post-img > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.popular-post .p-read {
position: relative;
width: 100%;
text-align: center;
}
.popular-post .p-read::before {
position: absolute;
content: "";
width: 100%;
height: 1px;
top: 50%;
left: 0px;
background: #EFEFEF;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -5;
}
.popular-post .p-read a {
display: inline-block;
padding: 15px 50px;
background: #FFFFFF;
text-transform: uppercase;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
z-index: 5;
}
.popular-post .p-read a:hover {
color: #DD1C63;
}
/*=====================
11 Top Post
=======================*/
.top-post .row > div:nth-last-child(1) .card,
.top-post .row > div:nth-last-child(2) .card,
.top-post .row > div:nth-last-child(3) .card {
margin-bottom: 0px;
}
.top-post .card {
border: none;
border-radius: 5px;
background: #FFFFFF;
margin-bottom: 30px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
}
.top-post .card .card-body {
padding: 0px;
}
.top-post .card .card-body .post-img {
position: relative;
border-radius: 5px;
overflow: hidden;
}
.top-post .card .card-body .post-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.top-post .card .card-body .post-img .title-tag {
position: absolute;
text-transform: capitalize;
padding: 4px 15px 0px 15px;
top: 20px;
left: 20px;
}
.top-post .card .card-body .post-title {
position: relative;
width: 100%;
padding: 25px;
background: #FFFFFF;
}
.top-post .card .card-body .post-title .title a {
display: block;
margin-bottom: 15px;
}
.top-post .card .card-body .post-title .title a:hover {
color: #DD1C63;
}
.top-post .card .card-body .post-title p {
font-size: 14px;
}
.top-post .card:hover .post-img > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
/*=====================
12 All Post
=======================*/
.all-post .f-post .card {
border: none;
border-radius: 5px;
background: #FFFFFF;
margin-bottom: 40px;
}
.all-post .f-post .card .card-body {
padding: 0px;
}
.all-post .f-post .card .card-body .post-img {
position: relative;
border-radius: 5px;
overflow: hidden;
}
.all-post .f-post .card .card-body .post-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.all-post .f-post .card .card-body .post-img .pink-shap a {
position: absolute;
top: 20px;
left: 0;
box-shadow: none;
background: #FFFFFF;
display: block;
padding: 10px 20px;
border-radius: 0px 50px 50px 0px;
-webkit-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
-moz-box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
box-shadow: 0px 7px 22px -8px rgba(149, 149, 149, 0.4);
z-index: 4;
}
.all-post .f-post .card .card-body .post-img .pink-shap a .icon,
.all-post .f-post .card .card-body .post-img .pink-shap a h6 {
display: inline-block;
font-size: 15px;
margin-left: 10px;
}
.all-post .f-post .card .card-body .post-img .pink-shap a .title,
.all-post .f-post .card .card-body .post-img .pink-shap a .valu {
display: inline-block;
}
.all-post .f-post .card .card-body .post-img .pink-shap a .title {
margin-right: 15px;
}
.all-post .f-post .card .card-body .post-img .pink-shap a .title .icon {
margin-left: 0px;
}
.all-post .f-post .card .card-body .post-img .pink-shap a .title .icon svg {
fill: #DD1C63;
}
.all-post .f-post .card .card-body .post-img .pink-shap a .valu h6 {
padding: 0px 8px;
color: #FFFFFF;
font-weight: 400;
background: #DD1C63;
margin-left: 0px;
}
.all-post .f-post .card .card-body .post-title {
position: relative;
padding: 15px 0px;
background: #FFFFFF;
}
.all-post .f-post .card .card-body .post-title .title a {
display: block;
font-size: 24px;
font-weight: 500;
line-height: 34px;
margin-bottom: 15px;
}
.all-post .f-post .card .card-body .post-title .title a:hover {
color: #DD1C63;
}
.all-post .f-post .card .card-body .post-title .desc {
margin-bottom: 25px;
}
.all-post .f-post .card .card-body .post-title .desc .date {
padding: 10px 20px;
text-align: center;
font-weight: 600;
color: #FFFFFF;
margin-right: 18px;
background: #DD1C63;
}
.all-post .f-post .card .card-body .post-title ul {
padding-bottom: 10px;
border-top: 1px solid #EFEFEF;
border-bottom: 1px solid #EFEFEF;
}
.all-post .f-post .card .card-body .post-title ul li {
display: inline-block;
margin-right: 15px;
}
.all-post .f-post .card .card-body .post-title ul li:last-child {
margin-right: 0px;
}
.all-post .f-post .card .card-body .post-title ul li .p-time {
text-align: right;
}
.all-post .f-post .card .card-body .post-title ul li .p-time .icon,
.all-post .f-post .card .card-body .post-title ul li .p-time p {
display: inline-block;
}
.all-post .f-post .card .card-body .post-title ul li .p-time svg {
fill: #3B5999;
}
.all-post .f-post .card .card-body .post-title ul li p {
display: inline-block;
}
.all-post .f-post .card .card-body .post-title ul li .profile .profile-img {
display: inline-block;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 30px;
height: 30px;
border-radius: 100%;
overflow: hidden;
}
.all-post .f-post .card .card-body .post-title ul li .profile .profile-img img {
width: 100%;
}
.all-post .f-post .card .card-body .post-title ul li .profile p {
margin-left: 10px;
color: #292929;
}
.all-post .f-post .card .card-body .post-title ul li .svg-1 .a {
fill: none;
stroke: #686868;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.167px;
}
.all-post .f-post .card .card-body .post-title ul li .svg-2 .a {
fill: #686868;
}
.all-post .f-post .card .card-body .post-title ul .icon svg.svg-s {
fill: #40DCDC !important;
}
.all-post .f-post .card .card-body .post-title ul .icon svg.svg-1 .a {
stroke: #DD1C63 !important;
}
.all-post .f-post .card .card-body .post-title ul .icon svg.svg-2 .a {
fill: #55ACEE !important;
}
.all-post .f-post .card .card-body .post-title ul .icon svg.svg-3 .a {
stroke: #686868 !important;
}
.all-post .f-post .card:hover .post-img > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.all-post .l-post ul li {
margin-bottom: 30px;
-webkit-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
}
.all-post .l-post ul li:last-child {
margin-bottom: 0px;
}
.all-post .l-post ul li .post-img img {
width: 150px;
max-width: 150px;
height: 100%;
object-position: left;
object-fit: cover;
}
.all-post .l-post ul li .post-title {
padding: 20px;
}
.all-post .l-post ul li .post-title .title a {
display: block;
font-size: 24px;
font-weight: 500;
line-height: 34px;
margin-bottom: 10px;
border: none;
background: transparent;
}
.all-post .l-post ul li .post-title .title a:hover {
color: #DD1C63;
}
.all-post .l-post ul li .post-title ul {
padding-bottom: 10px;
}
.all-post .l-post ul li .post-title ul li {
display: inline-block;
margin: 0px 15px 0px 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.all-post .l-post ul li .post-title ul li:last-child {
margin-right: 0px;
}
.all-post .l-post ul li .post-title ul li .p-time {
text-align: right;
}
.all-post .l-post ul li .post-title ul li .p-time .icon,
.all-post .l-post ul li .post-title ul li .p-time p {
display: inline-block;
}
.all-post .l-post ul li .post-title ul li .p-time svg {
fill: #3B5999;
}
.all-post .l-post ul li .post-title ul li p {
display: inline-block;
}
.all-post .l-post ul li .post-title ul li .profile .profile-img {
display: inline-block;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 30px;
height: 30px;
border-radius: 100%;
overflow: hidden;
}
.all-post .l-post ul li .post-title ul li .profile .profile-img img {
width: 100%;
}
.all-post .l-post ul li .post-title ul li .profile p {
margin-left: 10px;
color: #292929;
}
.all-post .l-post ul li .post-title ul li .svg-1 .a {
fill: none;
stroke: #686868;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.167px;
}
.all-post .l-post ul li .post-title ul li .svg-2 .a {
fill: #686868;
}
.all-post .l-post ul li .post-title ul .icon svg.svg-s {
fill: #40DCDC !important;
}
.all-post .l-post ul li .post-title ul .icon svg.svg-1 .a {
stroke: #DD1C63 !important;
}
.all-post .l-post ul li .post-title ul .icon svg.svg-2 .a {
fill: #55ACEE !important;
}
.all-post .l-post ul li .post-title ul .icon svg.svg-3 .a {
stroke: #686868 !important;
}
.all-post .l-post ul li .tag {
text-align: right;
}
.all-post .l-post ul li .tag a {
display: inline-block;
text-transform: capitalize;
width: 100%;
color: #FFFFFF;
text-align: center;
padding: 4px 15px 0px 15px;
border-radius: 5px;
}
.all-post .l-post ul li .tag a:hover {
background: transparent !important;
}
.all-post .l-post ul li:nth-of-type(1n+0) a {
border: 1px solid #40DCDC;
background: #40DCDC;
}
.all-post .l-post ul li:nth-of-type(1n+0) a:hover {
color: #40DCDC;
}
.all-post .l-post ul li:nth-of-type(2n+0) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.all-post .l-post ul li:nth-of-type(2n+0) a:hover {
color: #DD1C63;
}
.all-post .l-post ul li:nth-of-type(3n+0) a {
border: 1px solid #F4C20D;
background: #F4C20D;
}
.all-post .l-post ul li:nth-of-type(3n+0) a:hover {
color: #F4C20D;
}
.all-post .l-post ul li:nth-of-type(4n+0) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
.all-post .l-post ul li:nth-of-type(4n+0) a:hover {
color: #DD1C63;
}
.all-post .w-card .card {
border: none;
border-radius: 5px;
background: #FFFFFF;
margin-bottom: 30px;
-webkit-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
}
.all-post .w-card .card:last-child {
margin-bottom: 0px;
}
.all-post .w-card .card .card-body {
padding: 0px;
}
.all-post .w-card .card .card-body .post-img {
border-radius: 5px;
overflow: hidden;
}
.all-post .w-card .card .card-body .post-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.all-post .w-card .card .card-body .post-title {
position: relative;
width: 100%;
padding: 25px;
background: #FFFFFF;
}
.all-post .w-card .card .card-body .post-title p {
color: #DD1C63;
font-size: 14px;
margin-bottom: 5px;
}
.all-post .w-card .card .card-body .post-title .title a {
display: block;
font-weight: 600;
font-size: 15px;
border: none;
background: transparent;
}
.all-post .w-card .card .card-body .post-title .title a:hover {
color: #DD1C63;
}
.all-post .w-card .card:hover .post-img > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
/*=====================
13 Blog Post
=======================*/
.blog-post .post-title {
width: 100%;
padding: 30px;
text-align: center;
margin-bottom: 40px;
background: #FFFFFF;
}
.blog-post .post-title .title-tag,
.blog-post .post-title h4 {
font-weight: 600;
margin-bottom: 15px;
}
.blog-post .post-title ul li {
display: inline-block;
margin-right: 25px;
}
.blog-post .post-title ul li:last-child {
margin-right: 0px;
}
.blog-post .post-title ul li p {
display: inline-block;
}
.blog-post .post-title ul li .profile .profile-img {
display: inline-block;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
width: 30px;
height: 30px;
border-radius: 100%;
overflow: hidden;
}
.blog-post .post-title ul li .profile .profile-img img {
width: 100%;
}
.blog-post .post-title ul li .profile p {
margin-left: 10px;
color: #292929;
}
.blog-post .post-title ul li .svg-1 .a {
fill: none;
stroke: #686868;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.167px;
}
.blog-post .post-title ul li .svg-2 .a {
fill: #686868;
}
.blog-post .post-img {
border-radius: 5px;
overflow: hidden;
}
.blog-post .post-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.blog-post .post-img:hover > img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
/*=====================
14 Pagination
=======================*/
.pagination ul li {
display: inline-block;
margin-right: 5px;
}
.pagination ul li:last-child {
margin-right: 0px;
}
.pagination ul li:first-child a:hover, .pagination ul li:first-child a.active, .pagination ul li:last-child a:hover, .pagination ul li:last-child a.active {
background: #DD1C63 !important;
}
.pagination ul li a {
display: inline-block;
padding: 5px 15px;
border: 1px solid #EFEFEF;
border-radius: 5px;
color: #292929;
background: #FFFFFF;
}
.pagination ul li a:hover, .pagination ul li a.active {
color: #FFFFFF;
background: #40DCDC;
}
/*=====================
15 BG Content
=======================*/
.bg-content {
position: relative;
height: 100%;
padding: 80px 0px !important;
border-radius: 5px;
background-position: center;
margin-top: 40px;
}
.bg-content::before {
position: absolute;
content: "";
width: 100px;
height: 70px;
background-image: url("../img/bg/Icon-double-quote.png");
background-size: cover;
background-repeat: no-repeat;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.bg-content h6,
.bg-content p {
color: #FFFFFF;
}
.bg-content h6 {
margin-bottom: 15px;
}
.bg-content p {
opacity: 0.8;
border-bottom: 1px solid #FFFFFF;
}
.bg-content.v2 .title {
position: relative;
}
.bg-content.v2 .title h5 {
position: relative;
color: #EFEFEF;
padding-bottom: 10px;
text-transform: capitalize;
}
.bg-content.v2 .title h5::before, .bg-content.v2 .title h5::after {
position: absolute;
content: "";
width: 120px;
height: 1px;
left: 0;
bottom: 0;
background: #EFEFEF;
}
.bg-content.v2 .title h5::after {
width: 40px;
height: 2px;
bottom: -1px;
background: #EFEFEF;
}
.bg-content.v2 form {
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
}
.bg-content.v2 form input {
width: calc(100% - 104px);
border-radius: 5px 0px 0px 5px;
padding-left: 14px;
color: #292929;
background: #FFFFFF;
}
.bg-content.v2 form button {
height: 44px;
padding: 0px 20px;
border: none;
border-radius: 0px 5px 5px 0px;
color: #FFFFFF;
background: #40DCDC;
}
.bg-content.v2 .s-icon {
text-align: right;
}
.bg-content.v2 .s-icon ul {
padding: 10px 30px;
display: inline-block;
border-radius: 50px;
background: #FFFFFF;
}
.bg-content.v2 .s-icon ul li {
display: inline-block;
margin-right: 20px;
}
.bg-content.v2 .s-icon ul li:last-child {
margin-right: 0px;
}
.bg-content.v2 .s-icon ul li svg {
display: block;
margin-top: 4px;
}
.bg-content.v2 .s-icon ul li svg:hover {
fill: #292929 !important;
}
.bg-content.v2 .s-icon ul li.db a svg {
fill: #ea4c89;
}
.bg-content.v2 .s-icon ul li.fb a svg {
fill: #3B5999;
}
.bg-content.v2 .s-icon ul li.gp a svg {
fill: #F4C20D;
}
.bg-content.v2 .s-icon ul li.tw a svg {
fill: #55ACEE;
}
.bg-content.v2 .s-icon ul li.vimeo a svg {
fill: #1AB7EA;
}
footer > div {
padding: 40px 0px;
margin-top: 40px;
}
/*=====================
16 Mega Footer
=======================*/
.mega-footer .title {
position: relative;
margin-bottom: 80px;
}
.mega-footer .title h5 {
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
text-transform: capitalize;
}
.mega-footer .title h5::before, .mega-footer .title h5::after {
position: absolute;
content: "";
width: 120px;
height: 1px;
left: 0;
bottom: 0;
background: #EFEFEF;
}
.mega-footer .title h5::after {
width: 40px;
height: 2px;
bottom: -1px;
background: #DD1C63;
}
.mega-footer .title .numbber {
position: absolute;
top: 0;
right: 0;
text-transform: uppercase;
}
.mega-footer .f-catagory li {
margin-bottom: 15px;
}
.mega-footer .f-catagory li:last-child {
margin-bottom: 0px;
}
.mega-footer .f-catagory li a {
width: 100%;
display: block;
padding: 15px 20px 10px 20px;
border-radius: 50px;
-webkit-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
}
.mega-footer .f-catagory li a .icon,
.mega-footer .f-catagory li a p {
display: inline-block;
font-size: 15px;
font-weight: 500;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.mega-footer .f-catagory li a .title {
margin-bottom: 0px;
}
.mega-footer .f-catagory li a .title .icon svg {
fill: #DD1C63;
}
.mega-footer .f-catagory li a .valu {
text-align: right;
}
.mega-footer .f-catagory li a .valu .icon svg {
fill: #686868;
}
.mega-footer .f-catagory li a .valu p {
color: #DD1C63;
font-weight: 500;
}
.mega-footer .f-catagory li a:hover {
background: #DD1C63;
}
.mega-footer .f-catagory li a:hover .icon svg {
fill: #FFFFFF;
}
.mega-footer .f-catagory li a:hover p {
color: #FFFFFF;
}
.mega-footer .link li {
margin-bottom: 10px;
}
.mega-footer .link li:last-child {
margin-bottom: 0px;
}
.mega-footer .link li a {
font-weight: 500;
display: inline-block;
color: #686868;
text-decoration: underline;
}
.mega-footer .link li a:hover {
color: #DD1C63;
}
.mega-footer .widget-card ul li {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
padding: 10px 0px;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 5px;
}
.mega-footer .widget-card ul li:last-child {
border-bottom: none;
}
.mega-footer .widget-card ul li .w-img {
width: 70px;
height: 70px;
}
.mega-footer .widget-card ul li .w-img img {
width: 100%;
border-radius: 5px;
}
.mega-footer .widget-card ul li .w-text {
width: calc(100% - 70px);
margin-left: 20px;
}
.mega-footer .widget-card ul li .w-text a {
font-size: 18px;
font-weight: 500;
margin-bottom: 5px;
}
.mega-footer .widget-card ul li .w-text:hover > a {
color: #DD1C63;
}
.mega-footer .widget-card ul li .w-text p {
position: relative;
padding-left: 30px;
}
.mega-footer .widget-card ul li .w-text p::before {
position: absolute;
content: "";
top: 13px;
left: 0px;
width: 25px;
height: 1px;
background: #686868;
}
/*=====================
17 Mid Footer
=======================*/
.mid-footer {
-webkit-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
}
.mid-footer .s-icon li {
display: inline-block;
margin-right: 10px;
}
.mid-footer .s-icon li a {
display: block;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 5px;
}
.mid-footer .s-icon li a svg {
--svg-font-size: 20px;
}
.mid-footer .s-icon li a:hover {
opacity: 0.6;
}
.mid-footer .s-icon li.in a {
background: #FFF5F8;
}
.mid-footer .s-icon li.in a svg {
fill: #DD1C63;
}
.mid-footer .s-icon li.tw a {
background: #F0FAFF;
}
.mid-footer .s-icon li.tw a svg {
fill: #55ACEE;
}
.mid-footer .s-icon li.dr a {
background: #FFE8F0;
}
.mid-footer .s-icon li.dr a svg {
fill: #ea4c89;
}
.mid-footer .s-icon li.dr a svg .c,
.mid-footer .s-icon li.dr a svg .d {
fill: #AC1354;
}
.mid-footer .s-icon li.fb a {
background: #EEF3FF;
}
.mid-footer .s-icon li.fb a svg {
fill: #3B5999;
}
.mid-footer .s-icon li.lin a {
background: #E8F7FF;
}
.mid-footer .s-icon li.lin a svg {
fill: #0077B5;
}
.mid-footer .title {
position: relative;
}
.mid-footer .title h5 {
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
text-transform: capitalize;
}
.mid-footer .title h5::before, .mid-footer .title h5::after {
position: absolute;
content: "";
width: 120px;
height: 1px;
left: 0;
bottom: 0;
background: #EFEFEF;
}
.mid-footer .title h5::after {
width: 40px;
height: 2px;
bottom: -1px;
background: #DD1C63;
}
.mid-footer form {
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
}
.mid-footer form input {
width: calc(100% - 85px);
border-radius: 5px 0px 0px 5px;
}
.mid-footer form button {
height: 44px;
padding: 0px 20px;
border: none;
border-radius: 0px 5px 5px 0px;
color: #FFFFFF;
background: #DD1C63;
}
/*=====================
18 BG Search
=======================*/
.bg-search .search-bar {
position: relative;
height: 100%;
border-radius: 5px;
padding: 80px 40px !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg-search .search-bar::before {
position: absolute;
content: "";
width: 100px;
height: 70px;
background-image: url("../img/bg/Icon-double-quote.png");
background-size: cover;
background-repeat: no-repeat;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.bg-search .search-bar .title {
position: relative;
}
.bg-search .search-bar .title h5 {
position: relative;
color: #FFFFFF;
padding-bottom: 10px;
text-transform: capitalize;
}
.bg-search .search-bar .title h5::before, .bg-search .search-bar .title h5::after {
position: absolute;
content: "";
width: 120px;
height: 1px;
left: 0;
bottom: 0;
background: #FFFFFF;
}
.bg-search .search-bar .title h5::after {
width: 40px;
height: 2px;
bottom: -1px;
background: #FFFFFF;
}
.bg-search .search-bar form {
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
z-index: 5;
}
.bg-search .search-bar form h6 {
color: #FFFFFF;
}
.bg-search .search-bar form input,
.bg-search .search-bar form input:focus {
padding: 0px 0px 0px 14px;
border: none;
color: #292929;
border-bottom: 1px solid #FFFFFF;
border-radius: 5px 0px 0px 5px;
background: #FFFFFF;
}
.bg-search .search-bar form button {
height: 44px;
padding: 0px 20px;
border: none;
border-radius: 0px 5px 5px 0px;
color: #FFFFFF;
background: #40DCDC;
}
/*=====================
19 Main Footer
=======================*/
footer .main-footer {
text-align: center;
background: #EFEFEF;
}
footer .main-footer ul {
margin-bottom: 30px;
}
footer .main-footer ul li {
display: inline-block;
margin-right: 10px;
}
footer .main-footer ul li:last-child {
margin-right: 0px;
}
footer .main-footer ul li a {
display: block;
font-weight: 500;
padding: 0px 8px;
border-radius: 5px;
}
footer .main-footer ul li a:hover {
color: #FFFFFF;
background: #DD1C63;
}
footer .main-footer p a {
display: inline-block;
padding: 0px 8px;
border-radius: 5px;
color: #FFFFFF;
background: #DD1C63;
border: 1px solid #DD1C63;
}
footer .main-footer p a:hover {
color: #DD1C63;
background: transparent;
}
footer.footer-v2 .main-footer, footer.footer-v3 .main-footer {
margin-top: 0px;
}
footer.footer-v2 .f-catagory li a, footer.footer-v3 .f-catagory li a {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
footer.footer-v2 .f-catagory li a:hover, footer.footer-v3 .f-catagory li a:hover {
background: #FFFFFF !important;
}
footer.footer-v2 .f-catagory li a p, footer.footer-v3 .f-catagory li a p {
color: #FFFFFF !important;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
footer.footer-v2 .f-catagory li a svg, footer.footer-v3 .f-catagory li a svg {
fill: #FFFFFF !important;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
footer.footer-v2 .f-catagory li:nth-child(1) a, footer.footer-v3 .f-catagory li:nth-child(1) a {
border: 1px solid #DD1C63;
background: #DD1C63;
}
footer.footer-v2 .f-catagory li:nth-child(1) a:hover p, footer.footer-v3 .f-catagory li:nth-child(1) a:hover p {
color: #DD1C63 !important;
}
footer.footer-v2 .f-catagory li:nth-child(1) a:hover svg, footer.footer-v3 .f-catagory li:nth-child(1) a:hover svg {
fill: #DD1C63 !important;
}
footer.footer-v2 .f-catagory li:nth-child(2) a, footer.footer-v3 .f-catagory li:nth-child(2) a {
border: 1px solid #40DCDC;
background: #40DCDC;
}
footer.footer-v2 .f-catagory li:nth-child(2) a:hover p, footer.footer-v3 .f-catagory li:nth-child(2) a:hover p {
color: #40DCDC !important;
}
footer.footer-v2 .f-catagory li:nth-child(2) a:hover svg, footer.footer-v3 .f-catagory li:nth-child(2) a:hover svg {
fill: #40DCDC !important;
}
footer.footer-v2 .f-catagory li:nth-child(3) a, footer.footer-v3 .f-catagory li:nth-child(3) a {
border: 1px solid #3B5999;
background: #3B5999;
}
footer.footer-v2 .f-catagory li:nth-child(3) a:hover p, footer.footer-v3 .f-catagory li:nth-child(3) a:hover p {
color: #3B5999 !important;
}
footer.footer-v2 .f-catagory li:nth-child(3) a:hover svg, footer.footer-v3 .f-catagory li:nth-child(3) a:hover svg {
fill: #3B5999 !important;
}
footer.footer-v2 .in-g-img .row, footer.footer-v3 .in-g-img .row {
width: 100%;
margin: 0;
}
footer.footer-v2 .in-g-img .row > div, footer.footer-v3 .in-g-img .row > div {
padding: 5px;
}
footer.footer-v2 .in-g-img .row > div .widget-img, footer.footer-v3 .in-g-img .row > div .widget-img {
border-radius: 5px;
overflow: hidden;
}
footer.footer-v2 .in-g-img .row > div .widget-img img, footer.footer-v3 .in-g-img .row > div .widget-img img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
footer.footer-v2 .in-g-img .row > div .widget-img:hover img, footer.footer-v3 .in-g-img .row > div .widget-img:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
footer.footer-v2 p a, footer.footer-v3 p a {
color: #FFFFFF;
background: #40DCDC;
border: 1px solid #40DCDC;
}
footer.footer-v2 p a:hover, footer.footer-v3 p a:hover {
color: #40DCDC;
}
/*# sourceMappingURL=style.css.map */ | 0.40028 | 0.127925 |
@charset "utf-8";
.matter .info{ color:#333;padding-left:10px;}
.matter .info a{ color:#333; }
.matter .info a:hover{ color:#1693ff;}
.matter .content img{ vertical-align:middle;}
.matter .content{ width:990px; margin:auto; height:25px; line-height:25px; padding-left:10px; margin-top:10px;}
.matter .content2{width: 1000px;margin: auto;background-image: url(../images/ing_32.jpg);background-repeat: repeat-x;background-position: bottom;}
.inputLong textarea{ border:1px solid #c1c1c1; width:960px; height:100px; line-height:18px; margin:10px 20px 8px 20px;}
.commentFunc{ padding:0px 20px 15px 20px;}
.commentFunc a img{vertical-align:middle;}
.liuyan .title{ line-height:49px; font-size:14px; font-weight:bold; background:url(../images/img_31.jpg) repeat-x; width:120px; text-align:center;}
.liuyan .title a{ color:#2d2d2d;}
.liuyan { background:url(../images/img_30.jpg) repeat-x; width:998px; border:1px solid #f4f4f4; margin-top:10px; }
.recListS.borderTop{ width:998px;}
.recListS.borderTop ul li{border-bottom:1px solid #f4f4f4;}
.layout.recListLeft.f14{ margin:0px 10px; zoom:1; overflow:hidden;}
.fLeft{ float:left; padding-top:13px; width:48px;}
.recDes{ float:left;padding-left:10px;padding-top:15px;}
.cf90{ float:right; color:#ffb900;}
.vm.bold.c999{ width:910px; zoom:1; overflow:hidden; display:inline;}
.vm.bold.c999 span{ font-size:14px; color:#999999;}
.rightFloor{ padding:0px; margin:0px;}
.vm.bold.c999 .c4095ce{ color:#4095ce; font-size:14px; font-weight:bold;}
.recBox{ color:#666666; line-height:18px; width:910px; }
.mblFunc.mt10.f12.downWh{ width:100%; text-align:right; color:#c1c1c1;padding-bottom:10px; border-bottom:1px solid #f4f4f4;}
.recBox{ padding:8px 0px 8px 0px; margin:0px;}
/* box */
.box{position:absolute;width:450px;left:50%;height:auto;z-index:100;background-color:#fff;border:3px #b3b3b3 solid;padding:1px;}
.box h2{height:30px;font-size:14px;background-color:#3366cc;position:relative;line-height:30px;color:#fff; padding:0px 0px 0px 10px; margin:0px;}
.box h2 a{position:absolute;right:5px;font-size:12px;color:#fff;}
.box .mainlist{padding:10px;}
.mainlist table tr td{ line-height:40px; line-height:40px; }
#TB_overlayBG{background-color:#666;position:absolute;z-index:99;left:0;top:0;display:none;width:100%;height:100%;opacity:0.5;filter: alpha(opacity=50);-moz-opacity: 0.5;}
.yanse{ background:url(../images/ing_34.jpg) repeat-x; width:260px; height:36px; line-height:36px; border:1px solid #abadb3;}
.login{ background:url(../images/dr.jpg) 0px 0px; width:89px; height:27px; text-align:center; line-height:27px; }
.login a{color:#a83d04; display:block;}
.login a:hover{ background:url(../images/dr.jpg) 0px 27px; width:89px; height:27px; text-align:center; line-height:27px; } | application/ctaon/hq/css/message.css | @charset "utf-8";
.matter .info{ color:#333;padding-left:10px;}
.matter .info a{ color:#333; }
.matter .info a:hover{ color:#1693ff;}
.matter .content img{ vertical-align:middle;}
.matter .content{ width:990px; margin:auto; height:25px; line-height:25px; padding-left:10px; margin-top:10px;}
.matter .content2{width: 1000px;margin: auto;background-image: url(../images/ing_32.jpg);background-repeat: repeat-x;background-position: bottom;}
.inputLong textarea{ border:1px solid #c1c1c1; width:960px; height:100px; line-height:18px; margin:10px 20px 8px 20px;}
.commentFunc{ padding:0px 20px 15px 20px;}
.commentFunc a img{vertical-align:middle;}
.liuyan .title{ line-height:49px; font-size:14px; font-weight:bold; background:url(../images/img_31.jpg) repeat-x; width:120px; text-align:center;}
.liuyan .title a{ color:#2d2d2d;}
.liuyan { background:url(../images/img_30.jpg) repeat-x; width:998px; border:1px solid #f4f4f4; margin-top:10px; }
.recListS.borderTop{ width:998px;}
.recListS.borderTop ul li{border-bottom:1px solid #f4f4f4;}
.layout.recListLeft.f14{ margin:0px 10px; zoom:1; overflow:hidden;}
.fLeft{ float:left; padding-top:13px; width:48px;}
.recDes{ float:left;padding-left:10px;padding-top:15px;}
.cf90{ float:right; color:#ffb900;}
.vm.bold.c999{ width:910px; zoom:1; overflow:hidden; display:inline;}
.vm.bold.c999 span{ font-size:14px; color:#999999;}
.rightFloor{ padding:0px; margin:0px;}
.vm.bold.c999 .c4095ce{ color:#4095ce; font-size:14px; font-weight:bold;}
.recBox{ color:#666666; line-height:18px; width:910px; }
.mblFunc.mt10.f12.downWh{ width:100%; text-align:right; color:#c1c1c1;padding-bottom:10px; border-bottom:1px solid #f4f4f4;}
.recBox{ padding:8px 0px 8px 0px; margin:0px;}
/* box */
.box{position:absolute;width:450px;left:50%;height:auto;z-index:100;background-color:#fff;border:3px #b3b3b3 solid;padding:1px;}
.box h2{height:30px;font-size:14px;background-color:#3366cc;position:relative;line-height:30px;color:#fff; padding:0px 0px 0px 10px; margin:0px;}
.box h2 a{position:absolute;right:5px;font-size:12px;color:#fff;}
.box .mainlist{padding:10px;}
.mainlist table tr td{ line-height:40px; line-height:40px; }
#TB_overlayBG{background-color:#666;position:absolute;z-index:99;left:0;top:0;display:none;width:100%;height:100%;opacity:0.5;filter: alpha(opacity=50);-moz-opacity: 0.5;}
.yanse{ background:url(../images/ing_34.jpg) repeat-x; width:260px; height:36px; line-height:36px; border:1px solid #abadb3;}
.login{ background:url(../images/dr.jpg) 0px 0px; width:89px; height:27px; text-align:center; line-height:27px; }
.login a{color:#a83d04; display:block;}
.login a:hover{ background:url(../images/dr.jpg) 0px 27px; width:89px; height:27px; text-align:center; line-height:27px; } | 0.265024 | 0.097691 |
height: 340px;
background-image: url(../images/new/ban2.jpg);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
#ph-ban {
display: none;
padding-top: 38%;
position: relative;
}
#ph-ban img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
}
@media (max-width: 768px) {
#ban {
display: none;
}
#ph-ban {
display: block;
}
}
#news .new-wrap {
width: 100%;
max-width: 1200px;
margin: 0 auto;
margin-top: 40px;
}
#news .new-wrap .wrap-tit1 {
padding-bottom: 25px;
text-align: center;
background: url(../images/new/g-tit1-bg.png) no-repeat center bottom;
color: #333;
}
#news .new-wrap .wrap-tit1 i,
#news .new-wrap .wrap-tit1 em,
#news .new-wrap .wrap-tit1 span {
font-weight: bolder;
display: inline-block;
}
#news .new-wrap .wrap-tit1 i {
font-size: 26px;
}
#news .new-wrap .wrap-tit1 em {
font-size: 22px;
margin: 0 10px;
}
#news .new-wrap .wrap-tit1 span {
font-size: 18px;
}
#news .new-wrap .wrap-list {
overflow: hidden;
margin-top: 55px;
padding: 0;
}
#news .new-wrap .wrap-list li {
height: 270px;
border: 1px solid #f2f2f2;
margin-bottom: 30px;
}
#news .new-wrap .wrap-list li:nth-child(even) .pic {
float: right !important;
}
#news .new-wrap .wrap-list li:nth-child(even) .pic .date:nth-child(even) {
right: 13px;
}
#news .new-wrap .wrap-list img {
width: 100%;
height: 100%;
display: block;
-webkit-transition: all 1s;
transition: all 1s;
}
#news .new-wrap .wrap-list img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
border-radius: 15px;
}
#news .new-wrap .wrap-list .pic {
padding: 0;
display: block;
height: 270px;
overflow: hidden;
position: relative;
}
#news .new-wrap .wrap-list .date {
display: block;
position: absolute;
width: 86px;
height: 101px;
padding-top: 15px;
background-color: #ff9510;
top: 0;
right: 0;
z-index: 2;
font-size: 16px;
color: #fff;
text-align: center;
}
#news .new-wrap .wrap-list .date em {
font-size: 32px;
color: #fff;
display: block;
margin-top: 5px;
}
#news .new-wrap .wrap-list .text {
padding: 25px;
}
#news .new-wrap .wrap-list .text h4 {
font-weight: bold;
font-size: 18px;
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
}
#news .new-wrap .wrap-list .text h4 a {
color: #ff9510;
}
#news .new-wrap .wrap-list .text h4 a:hover {
color: #fe582e;
text-decoration: none;
}
#news .new-wrap .wrap-list .text p {
font-size: 14px;
color: #555;
line-height: 27px;
height: 81px;
overflow: hidden;
}
#news .new-wrap .wrap-list .text .btn {
margin-top: 20px;
padding: 10px;
border-color: #bbb;
}
#news .new-wrap .wrap-list .text .btn:hover {
background-color: #ff9510;
color: #fff;
border: none;
}
#news .new-wrap .wrap-list .title {
font-size: 13px;
color: #888;
margin: 10px 0 20px;
}
#news .pages {
margin-bottom: 50px;
}
#news .pages .pages-list {
overflow: hidden;
text-align: right;
}
#news .pages .pages-list .on a,
#news .pages .pages-list li:hover a {
color: #fff;
background-color: #ff9510;
border-color: #ff9510;
text-decoration: none;
cursor: pointer;
}
#news .pages .pages-list li {
display: inline-block;
margin: 0 7px;
min-width: 26px;
height: 26px;
line-height: 26px;
font-size: 14px;
text-align: center;
}
#news .pages .pages-list li a {
display: block;
width: 100%;
height: 100%;
color: #999;
background-color: #fff;
border: 1px solid #bdbdbd;
border-radius: 4px;
box-sizing: border-box;
}
.detail-con {
margin: 45px 0;
}
.detail-con h4 {
font-size: 24px;
font-weight: bold;
color: #0d0d0d;
display: block;
}
.detail-con .title {
font-size: 13px;
color: #555;
border-bottom: 1px dotted #c1c1c1;
margin: 20px 0 25px;
padding-bottom: 15px;
}
.detail-con .title span {
margin-right: 10px;
}
.detail-con .con-list {
border-top: 1px dotted #c1c1c1;
}
.detail-con p {
line-height: 1.5;
margin: 10px 0;
}
.detail-con a {
color: #000;
}
.detail-con a:hover {
color: #ff9510;
text-decoration: none;
}
@media only screen and (max-width: 767px) {
.wrap-tit1 i {
font-size: 20px;
}
.wrap-list li {
height: auto;
margin-bottom: 20px;
}
.wrap-list li:nth-child(even) .pic {
float: none;
}
.wrap-list li:nth-child(even) .pic .date {
right: 0 !important;
}
.wrap-list .row {
margin: 0;
padding: 0 2%;
}
.wrap-list .pic {
height: auto;
width: 100%;
margin: 0 auto;
}
.wrap-list .pic img {
width: 100%;
display: block;
}
} | public/css/main.css | height: 340px;
background-image: url(../images/new/ban2.jpg);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
#ph-ban {
display: none;
padding-top: 38%;
position: relative;
}
#ph-ban img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
}
@media (max-width: 768px) {
#ban {
display: none;
}
#ph-ban {
display: block;
}
}
#news .new-wrap {
width: 100%;
max-width: 1200px;
margin: 0 auto;
margin-top: 40px;
}
#news .new-wrap .wrap-tit1 {
padding-bottom: 25px;
text-align: center;
background: url(../images/new/g-tit1-bg.png) no-repeat center bottom;
color: #333;
}
#news .new-wrap .wrap-tit1 i,
#news .new-wrap .wrap-tit1 em,
#news .new-wrap .wrap-tit1 span {
font-weight: bolder;
display: inline-block;
}
#news .new-wrap .wrap-tit1 i {
font-size: 26px;
}
#news .new-wrap .wrap-tit1 em {
font-size: 22px;
margin: 0 10px;
}
#news .new-wrap .wrap-tit1 span {
font-size: 18px;
}
#news .new-wrap .wrap-list {
overflow: hidden;
margin-top: 55px;
padding: 0;
}
#news .new-wrap .wrap-list li {
height: 270px;
border: 1px solid #f2f2f2;
margin-bottom: 30px;
}
#news .new-wrap .wrap-list li:nth-child(even) .pic {
float: right !important;
}
#news .new-wrap .wrap-list li:nth-child(even) .pic .date:nth-child(even) {
right: 13px;
}
#news .new-wrap .wrap-list img {
width: 100%;
height: 100%;
display: block;
-webkit-transition: all 1s;
transition: all 1s;
}
#news .new-wrap .wrap-list img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
border-radius: 15px;
}
#news .new-wrap .wrap-list .pic {
padding: 0;
display: block;
height: 270px;
overflow: hidden;
position: relative;
}
#news .new-wrap .wrap-list .date {
display: block;
position: absolute;
width: 86px;
height: 101px;
padding-top: 15px;
background-color: #ff9510;
top: 0;
right: 0;
z-index: 2;
font-size: 16px;
color: #fff;
text-align: center;
}
#news .new-wrap .wrap-list .date em {
font-size: 32px;
color: #fff;
display: block;
margin-top: 5px;
}
#news .new-wrap .wrap-list .text {
padding: 25px;
}
#news .new-wrap .wrap-list .text h4 {
font-weight: bold;
font-size: 18px;
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
}
#news .new-wrap .wrap-list .text h4 a {
color: #ff9510;
}
#news .new-wrap .wrap-list .text h4 a:hover {
color: #fe582e;
text-decoration: none;
}
#news .new-wrap .wrap-list .text p {
font-size: 14px;
color: #555;
line-height: 27px;
height: 81px;
overflow: hidden;
}
#news .new-wrap .wrap-list .text .btn {
margin-top: 20px;
padding: 10px;
border-color: #bbb;
}
#news .new-wrap .wrap-list .text .btn:hover {
background-color: #ff9510;
color: #fff;
border: none;
}
#news .new-wrap .wrap-list .title {
font-size: 13px;
color: #888;
margin: 10px 0 20px;
}
#news .pages {
margin-bottom: 50px;
}
#news .pages .pages-list {
overflow: hidden;
text-align: right;
}
#news .pages .pages-list .on a,
#news .pages .pages-list li:hover a {
color: #fff;
background-color: #ff9510;
border-color: #ff9510;
text-decoration: none;
cursor: pointer;
}
#news .pages .pages-list li {
display: inline-block;
margin: 0 7px;
min-width: 26px;
height: 26px;
line-height: 26px;
font-size: 14px;
text-align: center;
}
#news .pages .pages-list li a {
display: block;
width: 100%;
height: 100%;
color: #999;
background-color: #fff;
border: 1px solid #bdbdbd;
border-radius: 4px;
box-sizing: border-box;
}
.detail-con {
margin: 45px 0;
}
.detail-con h4 {
font-size: 24px;
font-weight: bold;
color: #0d0d0d;
display: block;
}
.detail-con .title {
font-size: 13px;
color: #555;
border-bottom: 1px dotted #c1c1c1;
margin: 20px 0 25px;
padding-bottom: 15px;
}
.detail-con .title span {
margin-right: 10px;
}
.detail-con .con-list {
border-top: 1px dotted #c1c1c1;
}
.detail-con p {
line-height: 1.5;
margin: 10px 0;
}
.detail-con a {
color: #000;
}
.detail-con a:hover {
color: #ff9510;
text-decoration: none;
}
@media only screen and (max-width: 767px) {
.wrap-tit1 i {
font-size: 20px;
}
.wrap-list li {
height: auto;
margin-bottom: 20px;
}
.wrap-list li:nth-child(even) .pic {
float: none;
}
.wrap-list li:nth-child(even) .pic .date {
right: 0 !important;
}
.wrap-list .row {
margin: 0;
padding: 0 2%;
}
.wrap-list .pic {
height: auto;
width: 100%;
margin: 0 auto;
}
.wrap-list .pic img {
width: 100%;
display: block;
}
} | 0.310694 | 0.04612 |
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* Mobile View */
@media(min-width: 360px) and (max-width: 768px){
p,h1,h2,h3,h4,h5,h6,a,span,div,section{
font-family: 'Open Sans', 'sans-serif';
}
.twoContent > img{
width: 640px;
background-color: cadetblue;
transition: .5s all ease-in-out;
}
.news-slider__item{
overflow: hidden;
padding-bottom: 1em;
}
.sliderAdv{
display: none;
}
body {
margin: 0 auto;
width: 100%;
height: 100%;
font-family: 'Lato', sans-serif;
background-color: #121212;
color: #ffffff;
}
a {
text-decoration: none;
color: #ffffff;
transition: 0.3s color ease-in-out;
}
/* a:hover {
color: wheat;
} */
.default-color {
display: flex;
/* height: 110px; for descktop */
height: 70px;
background-color: #202020;
justify-content: space-between;
position: fixed;
width: 100%;
top: 0;
z-index: 3;
transition: 0.5s all ease-in-out;
}
.scrolled-color {
background-color: #fff !important;
transition: background-color 200ms linear;
}
#logo {
width: 84px;
height: 50px;
position: sticky;
top: 1.5%;
left: 0%;
}
#h1 {
text-align: center;
margin-top: 2%;
font-size: xx-large;
color: #ffffff;
}
/*********** Hanburger Menu CSS ***********/
.button_container {
position: sticky;
top: 4%;
right: 3%;
margin: 1.1em;
height: 18px;
width: 34px;
cursor: pointer;
z-index: 100;
transition: opacity .25s ease;
}
.button_container:hover {
opacity: .7;
}
.button_container.active .top {
transform: translateY(11px) translateX(0) rotate(45deg);
background: #FFF;
}
.button_container.active .middle {
opacity: 0;
background: #FFF;
}
.button_container.active .bottom {
transform: translateY(-11px) translateX(0) rotate(-45deg);
background: #FFF;
}
.button_container span {
background: #ffffff;
border: none;
height: 5px;
width: 100%;
position: absolute;
top: 0;
left: 0;
transition: all .35s ease;
cursor: pointer;
}
.button_container span:nth-of-type(2) {
top: 11px;
}
.button_container span:nth-of-type(3) {
top: 22px;
}
.overlay {
position: fixed;
background: #202020;
top: 0;
left: 0;
width: 100%;
height: 0%;
opacity: 0;
visibility: hidden;
transition: opacity .35s, visibility .35s, height .35s;
overflow: hidden;
}
.overlay.open {
opacity: .9;
visibility: visible;
height: 100%;
}
.overlay.open li {
animation: fadeInRight .5s ease forwards;
animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
animation-delay: .50s;
}
.overlay nav {
position: relative;
height: 70%;
top: 50%;
transform: translateY(-50%);
font-size: 50px;
font-family: 'Varela Round', serif;
font-weight: 400;
text-align: center;
}
.overlay ul {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
position: relative;
height: 100%;
}
.overlay ul li {
display: block;
height: 25%;
height: calc(100% / 4);
min-height: 50px;
position: relative;
opacity: 0;
}
.overlay ul li a {
display: block !important;
position: relative !important;
color: #FFF !important;
text-decoration: none !important;
overflow: hidden !important;
font-size: xxx-large;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
width: 100% !important;
}
.overlay ul li a:after {
content: '' !important;
position: absolute !important;
bottom: 0 !important;
left: 50% !important;
width: 0% !important;
transform: translateX(-50%) !important;
height: 3px !important;
background: #FFF !important;
transition: .35s !important;
}
@keyframes fadeInRight {
0% {
opacity: 0;
left: 20%;
}
100% {
opacity: 1;
left: 0;
}
}
main {
margin-top: 10%;
text-align: center;
overflow: hidden;
}
.allcontainer{
overflow: hidden;
margin: auto;
width: 95%;
display: flex;
justify-content: space-around;
flex-direction: column;
}
.home-content{
background-color: #2D2B2B;
margin: 1em;
padding: 1em;
box-shadow: 6px 6px 6px #3a3838;
/* min-height: 150px; */
}
.home-content:nth-of-type(2){
background-color:gb(78, 78, 78);
}
.website-pages{
display: flex;
flex-direction: column;
}
.website-pages-1{
box-shadow: 6px 6px 6px #3a3838;
min-height: 150px;
background-color: #2D2B2B;
margin:1em;
display: flex;
padding: 2%;
align-items: center;
justify-content: space-between;
/* flex-direction: column; */
transition: .7s all ease-in-out;
}
.website-pages-1:hover{
transform: scale(1.02);
}
.title-content{
font-size: 19px;
text-align: left;
margin: 1em .2em;
font-weight: 600;
/* color: #ffff; */
/* text-shadow: 2px 2px 3px rgb(102, 90, 90); */
text-transform: uppercase;
background: -webkit-gradient(linear, left top, right top, from(#30CFD0), to(#330867));
background: linear-gradient(to right, #30CFD0 0%, #9A33FD 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Poppins", sans-serif;
}
.p-content{
line-height: 150%;
font-size: 12px;
letter-spacing: 2px;
text-align: left;
}
.li-p{
line-height: 176%;
font-size: 9px;
letter-spacing: 2px;
text-align: left;
list-style-type: square;
list-style-position: inside;
}
.symptoms > img{
width: 640px;
background-color: cadetblue;
transition: .5s all ease-in-out;
}
.symptoms > img:hover{
background-color: rgb(47, 87, 88);
transform: scale(1.2);
}
.defintion{
overflow: hidden;
}
.img-p >img{
width: 90%;
margin: 1em auto;
border-radius: 15%;
/* height: 330px; */
}
.img-p{
display: flex;
flex-direction: column;
justify-content: space-around;
}
.website-pages-1 > img{
width: 40%;
}
#ifram{
margin: 2em;
width: 84%;
height: 10em;
margin: 0 auto;
}
.news-sub{
color: #ffff;
font-size: 20px;
margin: .1em;
}
footer{
display: none;
}
.mobile {
clear: both;
height: 60px;
width: 100%;
text-align: center;
background-color: #202020b6;
line-height: 60px;
color: #c4ccd2;
}
.readmore{
display: none;
}
#readmore{
color: #5492e9cb
;
font-size: 16px;
cursor: pointer;
}
.news-slider__item{
box-sizing: border-box;
box-shadow: 4px 4px 4px #3a3838;
height: 450px;
margin: 0px 5px;
}
.hr-main{
margin: 1em;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.hr-news{
margin: 1em;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.website-pages-1-2{
height: 16em;
}
.ul-dashboard{
margin: 2em 0em;
}
.li-p{
margin: 2em 0em;
font-size: .5em;
}
#desktop-nav ,#desktop-header{
display: none;
}
}
/* ***************(desktop version)************* */
@media(min-width: 769px) {
.phoneDisplay{
display: none;
}
body {
margin: 0 auto;
width: 100%;
height: 100%;
font-family: 'Lato', sans-serif;
background-color: #121212;
color: #ffffff;
position: absolute;
}
/* *************(nav)************* */
#desktop-nav{
display: flex;
justify-content:space-between;
background-color: #02081E;
min-height: 4.5em;
position: fixed;
top: 0;
transition: 0.5s all ease-in-out;
z-index: 99999;
width: 100%;
}
#containerLogo{
width: 25%;
display: flex;
padding: 1em;
display: flex;
align-items: center;
}
#logo-title{
color: cadetblue;
line-height: 100%;
width: 67%;
font-weight: 600;
position: relative;
right: 1.9em;
font-size: 17px;
}
#logoLink{
width: 56%;
transition: .5s all ease-in-out;
}
#logoLink:hover{
transform: scale(1.1);
}
#desktop-ul{
display: flex;
justify-content: space-between;
width: 50%;
list-style: none;
padding: 0em 0em;
align-items: center;
}
.desktop-li{
line-height: 1;
margin: 1em;
padding: 1.5em 3em;
-webkit-transition: 0.25s;
transition: 0.5s all ease-in-out;
}
.desktop-li:hover,
.desktop-li:focus {
box-shadow: inset 0 0 0 3em #71aaca;
color: #fff;
cursor: pointer;
transform: scale(1.1);
}
.a{
text-decoration: none;
color: #ffffff;
transition: 0.3s color ease-in-out;
font-size: 1em;
}
/* ************(header)*********** */
#desktop-header{
display: flex;
justify-content: space-around;
background-image: url(https://slack-imgs.com/?c=1&o1=ro&url=https%3A%2F%2Ft4.ftcdn.net%2Fjpg%2F03%2F33%2F50%2F87%2F240_F_333508781_HGq5HdMGz7cCJrTO8265CzHrAcb5guKo.jpg);
height: 39em;
background-repeat: no-repeat;
background-size: cover;
align-items: center;
/* margin-top: 4em; */
}
#h1container{
width: 50%;
}
#gif-container{
width: 37%;
text-align: center;
height: 53%;
justify-content: space-around;
display: flex;
align-items: flex-end;
line-height: 150%;
font-size: x-large;
text-shadow: 1px 1px 2px;
}
#gif{
height: 56%;
width: 54%;
border-radius: 50%;
}
/* ***********(end header)********** */
a {
text-decoration: none;
color: #ffffff;
transition: 0.3s color ease-in-out;
}
/* a:hover {
color: wheat;
} */
.default-color {
display: flex;
/* height: 110px; for descktop */
height: 70px;
background-color: #202020;
justify-content: space-between;
position: sticky;
width: 100%;
top: 0;
z-index: 3;
transition: 0.5s all ease-in-out;
}
.scrolled-color {
background-color: #fff !important;
transition: background-color 200ms linear;
}
#h1 {
text-align: right;
margin-top: 2%;
font-size: xx-large;
color: #ffffff;
padding: 1em;
}
/*********** Hanburger Menu CSS ***********/
.button_container {
position: sticky;
top: 5%;
right: 2%;
height: 27px;
width: 35px;
cursor: pointer;
z-index: 100;
transition: opacity .25s ease;
}
.button_container:hover {
opacity: .7;
}
.button_container.active .top {
transform: translateY(11px) translateX(0) rotate(45deg);
background: #FFF;
}
.button_container.active .middle {
opacity: 0;
background: #FFF;
}
.button_container.active .bottom {
transform: translateY(-11px) translateX(0) rotate(-45deg);
background: #FFF;
}
.button_container span {
background: #ffffff;
border: none;
height: 5px;
width: 100%;
position: absolute;
top: 0;
left: 0;
transition: all .35s ease;
cursor: pointer;
}
.button_container span:nth-of-type(2) {
top: 11px;
}
.button_container span:nth-of-type(3) {
top: 22px;
}
/* .overlay {
position: fixed;
background: #202020;
top: 0;
left: 0;
width: 100%;
height: 0%;
opacity: 0;
visibility: hidden;
transition: opacity .35s, visibility .35s, height .35s;
overflow: hidden;
}
.overlay.open {
opacity: .9;
visibility: visible;
height: 100%;
}
.overlay.open li {
animation: fadeInRight .5s ease forwards;
animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
animation-delay: .50s;
}
.overlay nav {
position: relative;
height: 70%;
top: 50%;
transform: translateY(-50%);
font-size: 50px;
font-family: 'Varela Round', serif;
font-weight: 400;
text-align: center;
}
.overlay ul {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
position: relative;
height: 100%;
}
.overlay ul li {
display: block;
height: 25%;
height: calc(100% / 4);
min-height: 50px;
position: relative;
opacity: 0;
}
.overlay ul li a {
display: block !important;
position: relative !important;
color: #FFF !important;
text-decoration: none !important;
overflow: hidden !important;
font-size: xxx-large;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
width: 100% !important;
}
.overlay ul li a:after {
content: '' !important;
position: absolute !important;
bottom: 0 !important;
left: 50% !important;
width: 0% !important;
transform: translateX(-50%) !important;
height: 3px !important;
background: #FFF !important;
transition: .35s !important;
} */
@keyframes fadeInRight {
0% {
opacity: 0;
left: 20%;
}
100% {
opacity: 1;
left: 0;
}
}
main {
margin-top: 10%;
text-align: center;
overflow: hidden;
}
.allcontainer{
overflow: hidden;
margin: auto;
width: 95%;
display: flex;
justify-content: space-around;
flex-direction: column;
}
.home-content{
background-color: #2D2B2B;
margin: 1em;
padding: 2em;
box-shadow: 6px 6px 6px #3a3838;
/* min-height: 150px; */
}
.website-pages{
display: flex;
flex-direction: column;
}
.website-pages-1{
box-shadow: 6px 6px 6px #3a3838;
min-height: 150px;
background-color: #2D2B2B;
margin:1em;
display: flex;
padding: 2%;
align-items: center;
justify-content: space-around;
/* flex-direction: column; */
transition: .7s all ease-in-out;
}
.website-pages-1:hover{
transform: scale(1.02);
color: #8B40F9;
}
.title-content{
margin: -2em;
font-size: 45px;
text-align: left;
margin: .5em .2em;
font-weight: 600;
/* color: #ffff; */
/* text-shadow: 2px 2px 3px rgb(102, 90, 90); */
text-transform: uppercase;
background: -webkit-gradient(linear, left top, right top, from(#30CFD0), to(#330867));
background: linear-gradient(to right, #30CFD0 0%, #9A33FD 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Poppins", sans-serif;
}
.h3Sub{
text-align: center;
font-size: 40px;
}
.p-content{
line-height: 157%;
font-size: 16px;
letter-spacing: 2px;
text-align: left;
}
.li-p{
line-height: 156%;
margin: 2em 0em;
font-size: 17px;
letter-spacing: 2px;
text-align: left;
list-style-type: square;
list-style-position: inside;
}
.li-p:hover{
color: #8E3EFA;
}
.symptoms > img{
width: 640px;
background-color: #57AFD5;
transition: .5s all ease-in-out;
box-shadow: 6px 6px 12px rgba(95, 88, 88, 0.829);
}
.symptoms > img:hover{
background-color: rgb(47, 87, 88);
transform: scale(1.2);
}
.defintion{
overflow: hidden;
}
.img-p div >img{
width: 90%;
margin: 0em auto;
border-radius: 7%;
box-shadow: 6px 6px 12px rgba(95, 88, 88, 0.829);
}
.img-p div{
width: 40%;
}
.img-p{
display: flex;
flex-direction: row-reverse;
justify-content: space-around;
}
.img-p > p{
width: 40%;
margin: 2em 0em;
}
.website-pages-1 > img{
width: 25%;
}
#ifram{
width: 77%;
margin: 0 auto;
height: 32em;
}
.news-sub{
color: #ffff;
font-size: 20px;
margin: .1em;
}
.website-pages-1-2{
height: 20em;
}
.ul-dashboard{
margin: 2em 0em;
}
.readmore{
display: none;
}
#readmore{
color: #5492e9cb
;
font-size: 16px;
cursor: pointer;
}
.news-slider__item{
box-sizing: border-box;
box-shadow: 4px 4px 4px #3a3838;
height: 450px;
margin: 0px 5px;
}
.hr-main{
margin: 1em;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.hr-news{
margin: 1em;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.mobile{
display: none;
}
.default-color {
display: none;
}
section.symptoms{
display: flex;
justify-content: space-around;
padding: 1em;
}
.twoContent{
width: 40%;
}
.twoContent > img {
width: 85%;
height: 75%;
}
.twoContent > img{
width: 640px;
background-color: cadetblue;
transition: .5s all ease-in-out;
}
.news-slider__item{
overflow: hidden;
padding-bottom: 1em;
}
.news__title{
font-size: 13px ;
line-height: 110% ;
text-transform: lowercase ;
text-align: left;
font-family: 'Lato', sans-serif;
}
p,h1,h2,h3,h4,h5,h6,a,span,div,section{
font-family: 'Open Sans', 'sans-serif';
}
}
/* =================================================================== sections========= | public/styles/base.css | @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* Mobile View */
@media(min-width: 360px) and (max-width: 768px){
p,h1,h2,h3,h4,h5,h6,a,span,div,section{
font-family: 'Open Sans', 'sans-serif';
}
.twoContent > img{
width: 640px;
background-color: cadetblue;
transition: .5s all ease-in-out;
}
.news-slider__item{
overflow: hidden;
padding-bottom: 1em;
}
.sliderAdv{
display: none;
}
body {
margin: 0 auto;
width: 100%;
height: 100%;
font-family: 'Lato', sans-serif;
background-color: #121212;
color: #ffffff;
}
a {
text-decoration: none;
color: #ffffff;
transition: 0.3s color ease-in-out;
}
/* a:hover {
color: wheat;
} */
.default-color {
display: flex;
/* height: 110px; for descktop */
height: 70px;
background-color: #202020;
justify-content: space-between;
position: fixed;
width: 100%;
top: 0;
z-index: 3;
transition: 0.5s all ease-in-out;
}
.scrolled-color {
background-color: #fff !important;
transition: background-color 200ms linear;
}
#logo {
width: 84px;
height: 50px;
position: sticky;
top: 1.5%;
left: 0%;
}
#h1 {
text-align: center;
margin-top: 2%;
font-size: xx-large;
color: #ffffff;
}
/*********** Hanburger Menu CSS ***********/
.button_container {
position: sticky;
top: 4%;
right: 3%;
margin: 1.1em;
height: 18px;
width: 34px;
cursor: pointer;
z-index: 100;
transition: opacity .25s ease;
}
.button_container:hover {
opacity: .7;
}
.button_container.active .top {
transform: translateY(11px) translateX(0) rotate(45deg);
background: #FFF;
}
.button_container.active .middle {
opacity: 0;
background: #FFF;
}
.button_container.active .bottom {
transform: translateY(-11px) translateX(0) rotate(-45deg);
background: #FFF;
}
.button_container span {
background: #ffffff;
border: none;
height: 5px;
width: 100%;
position: absolute;
top: 0;
left: 0;
transition: all .35s ease;
cursor: pointer;
}
.button_container span:nth-of-type(2) {
top: 11px;
}
.button_container span:nth-of-type(3) {
top: 22px;
}
.overlay {
position: fixed;
background: #202020;
top: 0;
left: 0;
width: 100%;
height: 0%;
opacity: 0;
visibility: hidden;
transition: opacity .35s, visibility .35s, height .35s;
overflow: hidden;
}
.overlay.open {
opacity: .9;
visibility: visible;
height: 100%;
}
.overlay.open li {
animation: fadeInRight .5s ease forwards;
animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
animation-delay: .50s;
}
.overlay nav {
position: relative;
height: 70%;
top: 50%;
transform: translateY(-50%);
font-size: 50px;
font-family: 'Varela Round', serif;
font-weight: 400;
text-align: center;
}
.overlay ul {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
position: relative;
height: 100%;
}
.overlay ul li {
display: block;
height: 25%;
height: calc(100% / 4);
min-height: 50px;
position: relative;
opacity: 0;
}
.overlay ul li a {
display: block !important;
position: relative !important;
color: #FFF !important;
text-decoration: none !important;
overflow: hidden !important;
font-size: xxx-large;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
width: 100% !important;
}
.overlay ul li a:after {
content: '' !important;
position: absolute !important;
bottom: 0 !important;
left: 50% !important;
width: 0% !important;
transform: translateX(-50%) !important;
height: 3px !important;
background: #FFF !important;
transition: .35s !important;
}
@keyframes fadeInRight {
0% {
opacity: 0;
left: 20%;
}
100% {
opacity: 1;
left: 0;
}
}
main {
margin-top: 10%;
text-align: center;
overflow: hidden;
}
.allcontainer{
overflow: hidden;
margin: auto;
width: 95%;
display: flex;
justify-content: space-around;
flex-direction: column;
}
.home-content{
background-color: #2D2B2B;
margin: 1em;
padding: 1em;
box-shadow: 6px 6px 6px #3a3838;
/* min-height: 150px; */
}
.home-content:nth-of-type(2){
background-color:gb(78, 78, 78);
}
.website-pages{
display: flex;
flex-direction: column;
}
.website-pages-1{
box-shadow: 6px 6px 6px #3a3838;
min-height: 150px;
background-color: #2D2B2B;
margin:1em;
display: flex;
padding: 2%;
align-items: center;
justify-content: space-between;
/* flex-direction: column; */
transition: .7s all ease-in-out;
}
.website-pages-1:hover{
transform: scale(1.02);
}
.title-content{
font-size: 19px;
text-align: left;
margin: 1em .2em;
font-weight: 600;
/* color: #ffff; */
/* text-shadow: 2px 2px 3px rgb(102, 90, 90); */
text-transform: uppercase;
background: -webkit-gradient(linear, left top, right top, from(#30CFD0), to(#330867));
background: linear-gradient(to right, #30CFD0 0%, #9A33FD 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Poppins", sans-serif;
}
.p-content{
line-height: 150%;
font-size: 12px;
letter-spacing: 2px;
text-align: left;
}
.li-p{
line-height: 176%;
font-size: 9px;
letter-spacing: 2px;
text-align: left;
list-style-type: square;
list-style-position: inside;
}
.symptoms > img{
width: 640px;
background-color: cadetblue;
transition: .5s all ease-in-out;
}
.symptoms > img:hover{
background-color: rgb(47, 87, 88);
transform: scale(1.2);
}
.defintion{
overflow: hidden;
}
.img-p >img{
width: 90%;
margin: 1em auto;
border-radius: 15%;
/* height: 330px; */
}
.img-p{
display: flex;
flex-direction: column;
justify-content: space-around;
}
.website-pages-1 > img{
width: 40%;
}
#ifram{
margin: 2em;
width: 84%;
height: 10em;
margin: 0 auto;
}
.news-sub{
color: #ffff;
font-size: 20px;
margin: .1em;
}
footer{
display: none;
}
.mobile {
clear: both;
height: 60px;
width: 100%;
text-align: center;
background-color: #202020b6;
line-height: 60px;
color: #c4ccd2;
}
.readmore{
display: none;
}
#readmore{
color: #5492e9cb
;
font-size: 16px;
cursor: pointer;
}
.news-slider__item{
box-sizing: border-box;
box-shadow: 4px 4px 4px #3a3838;
height: 450px;
margin: 0px 5px;
}
.hr-main{
margin: 1em;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.hr-news{
margin: 1em;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.website-pages-1-2{
height: 16em;
}
.ul-dashboard{
margin: 2em 0em;
}
.li-p{
margin: 2em 0em;
font-size: .5em;
}
#desktop-nav ,#desktop-header{
display: none;
}
}
/* ***************(desktop version)************* */
@media(min-width: 769px) {
.phoneDisplay{
display: none;
}
body {
margin: 0 auto;
width: 100%;
height: 100%;
font-family: 'Lato', sans-serif;
background-color: #121212;
color: #ffffff;
position: absolute;
}
/* *************(nav)************* */
#desktop-nav{
display: flex;
justify-content:space-between;
background-color: #02081E;
min-height: 4.5em;
position: fixed;
top: 0;
transition: 0.5s all ease-in-out;
z-index: 99999;
width: 100%;
}
#containerLogo{
width: 25%;
display: flex;
padding: 1em;
display: flex;
align-items: center;
}
#logo-title{
color: cadetblue;
line-height: 100%;
width: 67%;
font-weight: 600;
position: relative;
right: 1.9em;
font-size: 17px;
}
#logoLink{
width: 56%;
transition: .5s all ease-in-out;
}
#logoLink:hover{
transform: scale(1.1);
}
#desktop-ul{
display: flex;
justify-content: space-between;
width: 50%;
list-style: none;
padding: 0em 0em;
align-items: center;
}
.desktop-li{
line-height: 1;
margin: 1em;
padding: 1.5em 3em;
-webkit-transition: 0.25s;
transition: 0.5s all ease-in-out;
}
.desktop-li:hover,
.desktop-li:focus {
box-shadow: inset 0 0 0 3em #71aaca;
color: #fff;
cursor: pointer;
transform: scale(1.1);
}
.a{
text-decoration: none;
color: #ffffff;
transition: 0.3s color ease-in-out;
font-size: 1em;
}
/* ************(header)*********** */
#desktop-header{
display: flex;
justify-content: space-around;
background-image: url(https://slack-imgs.com/?c=1&o1=ro&url=https%3A%2F%2Ft4.ftcdn.net%2Fjpg%2F03%2F33%2F50%2F87%2F240_F_333508781_HGq5HdMGz7cCJrTO8265CzHrAcb5guKo.jpg);
height: 39em;
background-repeat: no-repeat;
background-size: cover;
align-items: center;
/* margin-top: 4em; */
}
#h1container{
width: 50%;
}
#gif-container{
width: 37%;
text-align: center;
height: 53%;
justify-content: space-around;
display: flex;
align-items: flex-end;
line-height: 150%;
font-size: x-large;
text-shadow: 1px 1px 2px;
}
#gif{
height: 56%;
width: 54%;
border-radius: 50%;
}
/* ***********(end header)********** */
a {
text-decoration: none;
color: #ffffff;
transition: 0.3s color ease-in-out;
}
/* a:hover {
color: wheat;
} */
.default-color {
display: flex;
/* height: 110px; for descktop */
height: 70px;
background-color: #202020;
justify-content: space-between;
position: sticky;
width: 100%;
top: 0;
z-index: 3;
transition: 0.5s all ease-in-out;
}
.scrolled-color {
background-color: #fff !important;
transition: background-color 200ms linear;
}
#h1 {
text-align: right;
margin-top: 2%;
font-size: xx-large;
color: #ffffff;
padding: 1em;
}
/*********** Hanburger Menu CSS ***********/
.button_container {
position: sticky;
top: 5%;
right: 2%;
height: 27px;
width: 35px;
cursor: pointer;
z-index: 100;
transition: opacity .25s ease;
}
.button_container:hover {
opacity: .7;
}
.button_container.active .top {
transform: translateY(11px) translateX(0) rotate(45deg);
background: #FFF;
}
.button_container.active .middle {
opacity: 0;
background: #FFF;
}
.button_container.active .bottom {
transform: translateY(-11px) translateX(0) rotate(-45deg);
background: #FFF;
}
.button_container span {
background: #ffffff;
border: none;
height: 5px;
width: 100%;
position: absolute;
top: 0;
left: 0;
transition: all .35s ease;
cursor: pointer;
}
.button_container span:nth-of-type(2) {
top: 11px;
}
.button_container span:nth-of-type(3) {
top: 22px;
}
/* .overlay {
position: fixed;
background: #202020;
top: 0;
left: 0;
width: 100%;
height: 0%;
opacity: 0;
visibility: hidden;
transition: opacity .35s, visibility .35s, height .35s;
overflow: hidden;
}
.overlay.open {
opacity: .9;
visibility: visible;
height: 100%;
}
.overlay.open li {
animation: fadeInRight .5s ease forwards;
animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
animation-delay: .50s;
}
.overlay nav {
position: relative;
height: 70%;
top: 50%;
transform: translateY(-50%);
font-size: 50px;
font-family: 'Varela Round', serif;
font-weight: 400;
text-align: center;
}
.overlay ul {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
position: relative;
height: 100%;
}
.overlay ul li {
display: block;
height: 25%;
height: calc(100% / 4);
min-height: 50px;
position: relative;
opacity: 0;
}
.overlay ul li a {
display: block !important;
position: relative !important;
color: #FFF !important;
text-decoration: none !important;
overflow: hidden !important;
font-size: xxx-large;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
width: 100% !important;
}
.overlay ul li a:after {
content: '' !important;
position: absolute !important;
bottom: 0 !important;
left: 50% !important;
width: 0% !important;
transform: translateX(-50%) !important;
height: 3px !important;
background: #FFF !important;
transition: .35s !important;
} */
@keyframes fadeInRight {
0% {
opacity: 0;
left: 20%;
}
100% {
opacity: 1;
left: 0;
}
}
main {
margin-top: 10%;
text-align: center;
overflow: hidden;
}
.allcontainer{
overflow: hidden;
margin: auto;
width: 95%;
display: flex;
justify-content: space-around;
flex-direction: column;
}
.home-content{
background-color: #2D2B2B;
margin: 1em;
padding: 2em;
box-shadow: 6px 6px 6px #3a3838;
/* min-height: 150px; */
}
.website-pages{
display: flex;
flex-direction: column;
}
.website-pages-1{
box-shadow: 6px 6px 6px #3a3838;
min-height: 150px;
background-color: #2D2B2B;
margin:1em;
display: flex;
padding: 2%;
align-items: center;
justify-content: space-around;
/* flex-direction: column; */
transition: .7s all ease-in-out;
}
.website-pages-1:hover{
transform: scale(1.02);
color: #8B40F9;
}
.title-content{
margin: -2em;
font-size: 45px;
text-align: left;
margin: .5em .2em;
font-weight: 600;
/* color: #ffff; */
/* text-shadow: 2px 2px 3px rgb(102, 90, 90); */
text-transform: uppercase;
background: -webkit-gradient(linear, left top, right top, from(#30CFD0), to(#330867));
background: linear-gradient(to right, #30CFD0 0%, #9A33FD 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Poppins", sans-serif;
}
.h3Sub{
text-align: center;
font-size: 40px;
}
.p-content{
line-height: 157%;
font-size: 16px;
letter-spacing: 2px;
text-align: left;
}
.li-p{
line-height: 156%;
margin: 2em 0em;
font-size: 17px;
letter-spacing: 2px;
text-align: left;
list-style-type: square;
list-style-position: inside;
}
.li-p:hover{
color: #8E3EFA;
}
.symptoms > img{
width: 640px;
background-color: #57AFD5;
transition: .5s all ease-in-out;
box-shadow: 6px 6px 12px rgba(95, 88, 88, 0.829);
}
.symptoms > img:hover{
background-color: rgb(47, 87, 88);
transform: scale(1.2);
}
.defintion{
overflow: hidden;
}
.img-p div >img{
width: 90%;
margin: 0em auto;
border-radius: 7%;
box-shadow: 6px 6px 12px rgba(95, 88, 88, 0.829);
}
.img-p div{
width: 40%;
}
.img-p{
display: flex;
flex-direction: row-reverse;
justify-content: space-around;
}
.img-p > p{
width: 40%;
margin: 2em 0em;
}
.website-pages-1 > img{
width: 25%;
}
#ifram{
width: 77%;
margin: 0 auto;
height: 32em;
}
.news-sub{
color: #ffff;
font-size: 20px;
margin: .1em;
}
.website-pages-1-2{
height: 20em;
}
.ul-dashboard{
margin: 2em 0em;
}
.readmore{
display: none;
}
#readmore{
color: #5492e9cb
;
font-size: 16px;
cursor: pointer;
}
.news-slider__item{
box-sizing: border-box;
box-shadow: 4px 4px 4px #3a3838;
height: 450px;
margin: 0px 5px;
}
.hr-main{
margin: 1em;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.hr-news{
margin: 1em;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.mobile{
display: none;
}
.default-color {
display: none;
}
section.symptoms{
display: flex;
justify-content: space-around;
padding: 1em;
}
.twoContent{
width: 40%;
}
.twoContent > img {
width: 85%;
height: 75%;
}
.twoContent > img{
width: 640px;
background-color: cadetblue;
transition: .5s all ease-in-out;
}
.news-slider__item{
overflow: hidden;
padding-bottom: 1em;
}
.news__title{
font-size: 13px ;
line-height: 110% ;
text-transform: lowercase ;
text-align: left;
font-family: 'Lato', sans-serif;
}
p,h1,h2,h3,h4,h5,h6,a,span,div,section{
font-family: 'Open Sans', 'sans-serif';
}
}
/* =================================================================== sections========= | 0.349533 | 0.059074 |
.sea-character {
font-size: medium;
min-width: 600px;
min-height: 700px;
}
.sea-character .header {
display: flex;
flex-direction: column;
margin: 1ex 1ex 0ex 1ex;
}
.sea-character .header .header-1,
.sea-character .header .header-2,
.sea-character .header .header-3,
.sea-character .header .header-4,
.sea-character .header .header-5 {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
border-bottom: 5px double #00004d;
}
.sea-character .header .header-1 .profile-img {
width: 100px;
height: 100px;
}
.sea-character .header .header-1 .profile-name {
width: 100%;
min-width: 350px;
height: 100px;
background: none;
font-size: 2.25ex;
text-align: center;
font-weight: bold;
border: none;
border-left: 5px double #00004d;
border-right: 5px double #00004d;
border-radius: 0px;
}
.sea-character .header .header-1 .profile-name:focus {
box-shadow: none;
}
.sea-character .header .header-1 .profile-logo {
width: 150px;
border: none;
}
.sea-character .header .header-2 {
display: flex;
flex-direction: row;
width: 100%;
height: 4ex;
font-size: 15px;
text-align: center;
padding: 0ex 0.5ex;
}
.sea-character .header .header-2 label {
min-width: 100px;
margin-left: -0.5ex;
}
.sea-character .header .header-2 .wounds {
height: 4ex;
display: flex;
align-items: center;
border-left: 5px double #00004d;
border-right: 5px double #00004d;
padding: 0ex 1.5ex;
width: 350px;
}
.sea-character .header .header-2 .wounds .wound {
color: #00004d;
}
.sea-character .header .header-2 .wounds .wound:hover {
text-shadow: 2px 2px 4px #00004d;
}
.sea-character .header .header-2 .wounds .crit {
color: #800000;
padding-right: 0.5ex;
}
.sea-character .header .header-2 .wounds .crit:hover {
text-shadow: 2px 2px 4px #800000;
}
.sea-character .header .header-2 .raises-img {
height: 25px;
min-width: 25px;
margin: 0ex 2ex;
}
.sea-character .header .header-2 .raises-val {
background: none;
border: 1px dotted #00004d;
border-radius: 0px;
width: 7ex;
}
.sea-character .header .header-3 {
display: grid;
font-size: smaller;
grid-template-columns: 40% 10% 50%;
padding: 0.5ex;
text-align: right;
border-bottom: 5px double #00004d;
}
.sea-character .header .header-3 .item {
grid-column: 3;
border-bottom: 1px dotted #00004d;
}
.sea-character .header .header-3 .desc {
grid-column: 2;
border-bottom: 1px dotted #00004d;
}
.sea-character .header .header-4 {
display: flex;
flex-direction: row;
width: 100%;
height: 4ex;
font-size: 15px;
text-align: center;
padding: 0ex 0.5ex;
}
.sea-character .header .header-4 label {
min-width: 100px;
margin-left: -0.5ex;
}
.sea-character .header .header-4 .corruption {
height: 4ex;
display: flex;
align-items: center;
border-left: 5px double #00004d;
border-right: 5px double #00004d;
padding-left: 2ex;
width: 256px;
align-self: middle;
}
.sea-character .header .header-4 .wealth-img {
height: 20px;
min-width: 20px;
margin: 0ex 2ex;
}
.sea-character .header .header-4 .wealth-val {
background: none;
border: 1px dotted #00004d;
border-radius: 0px;
width: 7ex;
}
.sea-character .header .header-4 .heropoints-img {
height: 20px;
min-width: 20px;
margin: 0ex 2ex;
}
.sea-character .header .header-4 .heropoints-val {
background: none;
border: 1px dotted #00004d;
border-radius: 0px;
width: 7ex;
}
.sea-character .nav {
display: flex;
flex-direction: row;
margin: 0ex 1ex;
border-bottom: 5px double #00004d;
justify-content: space-evenly;
}
.sea-character .nav .item {
padding: 1ex;
}
.sea-character .nav .item:hover {
text-shadow: 2px 2px 4px #00004d;
}
.sea-character .body {
margin: 0ex 1ex;
overflow: hidden;
}
.sea-character .body .tab {
height: 100%;
overflow-y: auto;
}
.sea-character .attr_skills {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
padding: 1ex;
color: black;
}
.sea-character .attr_skills .attributes {
display: flex;
flex-direction: column;
width: 45%;
}
.sea-character .attr_skills .skills {
display: flex;
flex-direction: column;
width: 45%;
}
.sea-character .attr_skills .roll {
display: flex;
justify-content: center;
text-align: center;
vertical-align: middle;
padding-top: 2ex;
padding-bottom: 3ex;
}
.sea-character .attr_skills .roll input {
width: 7ex;
height: 30px;
border: 1px dotted #00004d;
border-radius: 0px;
background: none;
align-self: center;
padding-left: 0.5ex;
}
.sea-character .attr_skills .roll .roll-img {
width: 50px;
margin-left: 2ex;
box-shadow: 2px 2px 4px #00004d;
}
.sea-character .attr_skills .roll .roll-img:active {
box-shadow: -2px -2px 4px #00004d;
}
.sea-character .attr_skills .reset-roll {
display: flex;
justify-content: center;
text-align: center;
vertical-align: middle;
margin-top: 2ex;
padding: 0.3ex 0.3ex;
box-shadow: 2px 2px 4px #00004d;
}
.sea-character .attr_skills .reset-roll:hover {
text-shadow: 2px 2px 4px #00004d;
}
.sea-character .attr_skills .reset-roll:active {
box-shadow: -2px -2px 4px #00004d;
}
.sea-character .attr_skills .item {
display: flex;
flex-direction: row;
border-bottom: 1px dotted #00004d;
}
.sea-character .attr_skills .item label {
font-weight: bold;
width: 45%;
text-align: right;
padding: 0.2ex;
font-size: 14px;
padding-right: 2ex;
}
.sea-character .attr_skills .item .circles {
display: flex;
width: 45%;
padding: 0.2ex;
justify-content: center;
}
.sea-character .attr_skills .descriptions {
display: flex;
flex-direction: row;
}
.sea-character .attr_skills .descriptions label {
font-weight: bold;
font-size: 14px;
padding-right: 1ex;
}
.sea-character .attr_skills .descriptions .desc {
font-size: 14px;
}
.sea-character .attr_skills .rolling {
color: #800000;
}
.sea-character .attr_skills .bonus-label {
align-self: center;
font-weight: bold;
font-size: 14px;
padding-right: 1ex;
}
.sea-character .attr_skills .locked {
display: flex;
justify-content: center;
text-align: center;
vertical-align: middle;
margin-top: 1ex;
padding: 0.3ex 0.3ex;
box-shadow: 2px 2px 4px #00004d;
}
.sea-character .attr_skills .locked:hover {
text-shadow: 2px 2px 4px #00004d;
}
.sea-character .attr_skills .locked:active {
box-shadow: -2px -2px 4px #00004d;
}
.sea-character .note-edit {
width: 100%;
font-size: 14px;
padding: 1ex;
} | styles/actors/character.css | .sea-character {
font-size: medium;
min-width: 600px;
min-height: 700px;
}
.sea-character .header {
display: flex;
flex-direction: column;
margin: 1ex 1ex 0ex 1ex;
}
.sea-character .header .header-1,
.sea-character .header .header-2,
.sea-character .header .header-3,
.sea-character .header .header-4,
.sea-character .header .header-5 {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
border-bottom: 5px double #00004d;
}
.sea-character .header .header-1 .profile-img {
width: 100px;
height: 100px;
}
.sea-character .header .header-1 .profile-name {
width: 100%;
min-width: 350px;
height: 100px;
background: none;
font-size: 2.25ex;
text-align: center;
font-weight: bold;
border: none;
border-left: 5px double #00004d;
border-right: 5px double #00004d;
border-radius: 0px;
}
.sea-character .header .header-1 .profile-name:focus {
box-shadow: none;
}
.sea-character .header .header-1 .profile-logo {
width: 150px;
border: none;
}
.sea-character .header .header-2 {
display: flex;
flex-direction: row;
width: 100%;
height: 4ex;
font-size: 15px;
text-align: center;
padding: 0ex 0.5ex;
}
.sea-character .header .header-2 label {
min-width: 100px;
margin-left: -0.5ex;
}
.sea-character .header .header-2 .wounds {
height: 4ex;
display: flex;
align-items: center;
border-left: 5px double #00004d;
border-right: 5px double #00004d;
padding: 0ex 1.5ex;
width: 350px;
}
.sea-character .header .header-2 .wounds .wound {
color: #00004d;
}
.sea-character .header .header-2 .wounds .wound:hover {
text-shadow: 2px 2px 4px #00004d;
}
.sea-character .header .header-2 .wounds .crit {
color: #800000;
padding-right: 0.5ex;
}
.sea-character .header .header-2 .wounds .crit:hover {
text-shadow: 2px 2px 4px #800000;
}
.sea-character .header .header-2 .raises-img {
height: 25px;
min-width: 25px;
margin: 0ex 2ex;
}
.sea-character .header .header-2 .raises-val {
background: none;
border: 1px dotted #00004d;
border-radius: 0px;
width: 7ex;
}
.sea-character .header .header-3 {
display: grid;
font-size: smaller;
grid-template-columns: 40% 10% 50%;
padding: 0.5ex;
text-align: right;
border-bottom: 5px double #00004d;
}
.sea-character .header .header-3 .item {
grid-column: 3;
border-bottom: 1px dotted #00004d;
}
.sea-character .header .header-3 .desc {
grid-column: 2;
border-bottom: 1px dotted #00004d;
}
.sea-character .header .header-4 {
display: flex;
flex-direction: row;
width: 100%;
height: 4ex;
font-size: 15px;
text-align: center;
padding: 0ex 0.5ex;
}
.sea-character .header .header-4 label {
min-width: 100px;
margin-left: -0.5ex;
}
.sea-character .header .header-4 .corruption {
height: 4ex;
display: flex;
align-items: center;
border-left: 5px double #00004d;
border-right: 5px double #00004d;
padding-left: 2ex;
width: 256px;
align-self: middle;
}
.sea-character .header .header-4 .wealth-img {
height: 20px;
min-width: 20px;
margin: 0ex 2ex;
}
.sea-character .header .header-4 .wealth-val {
background: none;
border: 1px dotted #00004d;
border-radius: 0px;
width: 7ex;
}
.sea-character .header .header-4 .heropoints-img {
height: 20px;
min-width: 20px;
margin: 0ex 2ex;
}
.sea-character .header .header-4 .heropoints-val {
background: none;
border: 1px dotted #00004d;
border-radius: 0px;
width: 7ex;
}
.sea-character .nav {
display: flex;
flex-direction: row;
margin: 0ex 1ex;
border-bottom: 5px double #00004d;
justify-content: space-evenly;
}
.sea-character .nav .item {
padding: 1ex;
}
.sea-character .nav .item:hover {
text-shadow: 2px 2px 4px #00004d;
}
.sea-character .body {
margin: 0ex 1ex;
overflow: hidden;
}
.sea-character .body .tab {
height: 100%;
overflow-y: auto;
}
.sea-character .attr_skills {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
padding: 1ex;
color: black;
}
.sea-character .attr_skills .attributes {
display: flex;
flex-direction: column;
width: 45%;
}
.sea-character .attr_skills .skills {
display: flex;
flex-direction: column;
width: 45%;
}
.sea-character .attr_skills .roll {
display: flex;
justify-content: center;
text-align: center;
vertical-align: middle;
padding-top: 2ex;
padding-bottom: 3ex;
}
.sea-character .attr_skills .roll input {
width: 7ex;
height: 30px;
border: 1px dotted #00004d;
border-radius: 0px;
background: none;
align-self: center;
padding-left: 0.5ex;
}
.sea-character .attr_skills .roll .roll-img {
width: 50px;
margin-left: 2ex;
box-shadow: 2px 2px 4px #00004d;
}
.sea-character .attr_skills .roll .roll-img:active {
box-shadow: -2px -2px 4px #00004d;
}
.sea-character .attr_skills .reset-roll {
display: flex;
justify-content: center;
text-align: center;
vertical-align: middle;
margin-top: 2ex;
padding: 0.3ex 0.3ex;
box-shadow: 2px 2px 4px #00004d;
}
.sea-character .attr_skills .reset-roll:hover {
text-shadow: 2px 2px 4px #00004d;
}
.sea-character .attr_skills .reset-roll:active {
box-shadow: -2px -2px 4px #00004d;
}
.sea-character .attr_skills .item {
display: flex;
flex-direction: row;
border-bottom: 1px dotted #00004d;
}
.sea-character .attr_skills .item label {
font-weight: bold;
width: 45%;
text-align: right;
padding: 0.2ex;
font-size: 14px;
padding-right: 2ex;
}
.sea-character .attr_skills .item .circles {
display: flex;
width: 45%;
padding: 0.2ex;
justify-content: center;
}
.sea-character .attr_skills .descriptions {
display: flex;
flex-direction: row;
}
.sea-character .attr_skills .descriptions label {
font-weight: bold;
font-size: 14px;
padding-right: 1ex;
}
.sea-character .attr_skills .descriptions .desc {
font-size: 14px;
}
.sea-character .attr_skills .rolling {
color: #800000;
}
.sea-character .attr_skills .bonus-label {
align-self: center;
font-weight: bold;
font-size: 14px;
padding-right: 1ex;
}
.sea-character .attr_skills .locked {
display: flex;
justify-content: center;
text-align: center;
vertical-align: middle;
margin-top: 1ex;
padding: 0.3ex 0.3ex;
box-shadow: 2px 2px 4px #00004d;
}
.sea-character .attr_skills .locked:hover {
text-shadow: 2px 2px 4px #00004d;
}
.sea-character .attr_skills .locked:active {
box-shadow: -2px -2px 4px #00004d;
}
.sea-character .note-edit {
width: 100%;
font-size: 14px;
padding: 1ex;
} | 0.533397 | 0.093927 |
* {
font-family: "Brandon Grotesque Medium", sans-serif;
}
body {
overflow: hidden !important;
overflow-y: scroll !important;
}
input {
outline: none !important;
}
.my-slider {
margin-top: 50px;
}
.base-slider {
height: 385px;
display: flex !important;
justify-content: space-between;
background-size: contain;
border-radius: 7.2px;
overflow: hidden;
background-repeat: no-repeat;
flex-wrap: wrap;
align-items: center;
}
.slide-content {
padding-left: 10%;
position: relative;
}
.slide-content p {
padding-top: 10px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #141415;
}
@media (min-width: 320px) {
.slide-content p {
font-size: 16px;
}
}
@media (min-width: 768px) {
.slide-content p {
font-size: 28px;
}
}
.slide-content h1 {
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
color: #141415;
}
@media (min-width: 320px) {
.slide-content h1 {
font-size: 24px;
}
}
@media (min-width: 768px) {
.slide-content h1 {
font-size: 48px;
}
}
.slider_button {
display: flex;
gap: 0.8em;
margin-top: 49px;
}
@media (min-width: 320px) {
.slider_button {
position: absolute;
top: 320px;
}
}
@media (min-width: 375px) {
.slider_button {
position: absolute;
top: 350px;
}
}
@media (min-width: 768px) {
.slider_button {
position: relative;
}
}
.slick-slide[aria-hidden=true] {
margin-top: 20px;
}
.slick-slide {
margin: 0 10px;
}
.slick-active[aria-hidden=false] {
height: 450px !important;
margin-top: -20px !important;
border-radius: 7.3px !important;
}
.slick-active[aria-hidden=true] {
border-radius: 7.3px !important;
}
.slick-dots {
display: flex;
justify-content: center;
padding: 1rem 0;
list-style-type: none;
top: 100%;
}
.slick-dots li {
margin: 0 0.25rem;
}
.slick-dots button {
display: block;
width: 12px !important;
height: 12px !important;
padding: 0;
border: none;
border-radius: 100%;
background-color: #f66757 !important;
opacity: 0.49;
text-indent: -9999px;
}
.slick-dots li.slick-active button {
background-color: #f66757 !important;
opacity: 1;
}
@media (min-width: 320px) {
.slick-list {
padding: 30px !important;
}
}
@media (min-width: 768px) {
.slick-list {
padding: 25px 253px !important;
}
}
.add__page__btn, .add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__white__btn {
height: 48px;
padding-left: 26px;
padding-right: 26px;
background-color: #f66757;
border-radius: 8px;
font-size: 18px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #ffffff;
display: inline-block;
line-height: 48px;
cursor: pointer;
font-family: "Brandon Grotesque Regular", sans-serif;
}
@media (min-width: 320px) {
.add__page__btn, .add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__white__btn {
display: none;
}
}
@media (min-width: 768px) {
.add__page__btn, .add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__white__btn {
display: none;
}
}
.add__outline__btn {
min-width: 154px;
height: 48px;
line-height: 48px;
border-radius: 8px;
border: solid 1px #f66757;
text-align: center;
font-size: 18px;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: center;
color: #f66757;
font-family: "Brandon Grotesque Regular", sans-serif;
}
.add__navbar {
height: 90px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
box-shadow: 0 3px 14px 0 rgba(20, 20, 21, 0.05);
background-color: #ffffff;
}
@media (min-width: 320px) {
.add__navbar {
display: none;
}
}
@media (min-width: 768px) {
.add__navbar {
display: initial;
}
}
.add__navbar .add__menu__box {
display: flex;
flex-wrap: wrap;
height: 100%;
align-items: center;
justify-content: space-between;
max-width: 80%;
margin: auto;
}
@media (min-width: 1920px) {
.add__navbar .add__menu__box {
max-width: 68%;
}
}
.add__navbar .add__menu__box .add__main__menu ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
height: 100%;
gap: 2em;
margin-top: 20px;
}
.add__navbar .add__menu__box .add__main__menu ul li {
list-style-type: none !important;
}
.add__navbar .add__menu__box .add__main__menu ul li a {
font-family: "<NAME>", sans-serif;
font-size: 18px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #141415;
}
.add__navbar .add__social {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 1.5em;
}
.add__content__section {
padding-top: 50px;
padding-bottom: 50px;
}
.add__content__section .add__content__box {
display: flex;
flex-wrap: wrap;
gap: 0.8em;
margin-left: 8px;
}
@media (min-width: 768px) {
.add__content__section .add__content__box {
gap: 2em;
flex-wrap: wrap;
justify-content: none;
}
}
.add__content__section .add__content__box a {
text-decoration: none;
}
.add__content__section .add__content__box a img {
border-radius: 6.7px;
}
@media (min-width: 320px) {
.add__content__section .add__content__box a img {
width: 137px;
height: 216px;
}
}
@media (min-width: 360px) {
.add__content__section .add__content__box a img {
width: 155px;
height: 226px;
}
}
@media (min-width: 375px) {
.add__content__section .add__content__box a img {
width: 162px;
height: 226px;
}
}
@media (min-width: 411px) {
.add__content__section .add__content__box a img {
width: 180px;
height: 266px;
}
}
@media (min-width: 768px) {
.add__content__section .add__content__box a img {
width: 270px;
height: 373px;
-o-object-fit: contain;
object-fit: contain;
border-radius: 8px;
transition: 0.5s ease-out;
}
}
.add__content__section .add__content__box a img:hover {
transform: scale(1.05);
transition: 0.5s ease-in;
}
.add__custom__container {
max-width: 100%;
margin: auto;
}
@media (min-width: 768px) {
.add__custom__container {
max-width: 89%;
}
}
@media (min-width: 1920px) {
.add__custom__container {
max-width: 63%;
}
}
.add__page__title, .all__instagram__section .all__ig__box h4 {
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #141415;
}
@media (min-width: 320px) {
.add__page__title, .all__instagram__section .all__ig__box h4 {
font-size: 30px;
}
}
@media (min-width: 768px) {
.add__page__title, .all__instagram__section .all__ig__box h4 {
font-size: 38px;
}
}
.heading__with__button {
display: flex;
align-items: center;
justify-content: space-between;
padding-right: 5px;
padding-left: 5px;
}
.heading__with__button .small {
height: 33px;
line-height: 33px;
border-radius: 20px;
display: block;
margin-top: -10px;
}
@media (min-width: 768px) {
.heading__with__button .small {
display: none;
}
}
.add__banner__box {
text-align: center;
}
.add__banner__box .add__banner__box {
background-color: #a9304e;
border-radius: 8px;
}
@media (min-width: 320px) {
.add__banner__box .add__banner__box .mobile {
display: block;
}
.add__banner__box .add__banner__box .desktop {
display: none;
}
}
@media (min-width: 768px) {
.add__banner__box .add__banner__box .mobile {
display: none;
}
.add__banner__box .add__banner__box .desktop {
display: block;
}
}
.add__newsletter__section {
margin-top: 20px;
margin-bottom: 20px;
}
.add__newsletter__section .add__newsletter__box {
display: flex;
justify-content: center;
background-color: #f66757;
border-radius: 8px;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 50px;
margin-bottom: 50px;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box {
text-align: center;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box h3 {
font-size: 30px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #ffffff;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box span {
font-size: 18px;
font-weight: lighter;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #ffffff;
font-family: "Brandon Grotesque Regular", sans-serif;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1em;
margin-top: 16px;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box {
background-color: rgba(255, 255, 255, 0.138);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding-left: 10px;
padding-right: 10px;
border-radius: 8px;
}
@media (min-width: 320px) {
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box {
width: auto;
flex-wrap: wrap;
justify-content: space-evenly;
}
}
@media (min-width: 768px) {
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box {
width: 330px;
height: 50px;
}
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box input {
flex: 1;
border: none !important;
display: inline-block;
color: #fff;
background: none;
font-family: "Brandon Grotesque Regular", sans-serif;
height: 48px;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box input::-moz-placeholder {
color: #ffffff;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box input:-ms-input-placeholder {
color: #ffffff;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box input::placeholder {
color: #ffffff;
}
@media (min-width: 320px) {
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box .arrow {
display: block;
}
}
@media (min-width: 768px) {
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box .arrow {
display: none;
}
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__white__btn {
background-color: #ffffff;
color: #f66757;
font-family: "Brandon Grotesque Regular", sans-serif;
}
@media (min-width: 320px) {
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__white__btn {
display: none;
}
}
@media (min-width: 768px) {
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__white__btn {
display: block;
}
}
.all__instagram__section {
background-color: #f3f3f3;
padding-top: 60px;
padding-bottom: 60px;
}
.all__instagram__section .all__ig__box {
text-align: center;
}
.all__instagram__section .all__ig__box h4 {
font-family: "Brandon Grotesque Medium", sans-serif;
}
.all__instagram__section .all__ig__box .add__instagram__item {
display: flex;
gap: 0.8em;
flex-wrap: wrap;
margin-top: 20px;
justify-content: center;
margin-left: 3px;
margin-right: 3px;
}
@media (min-width: 768px) {
.all__instagram__section .all__ig__box .add__instagram__item {
justify-content: space-between;
}
}
.all__instagram__section .all__ig__box .add__instagram__item a img {
transition: 0.5s ease-out;
}
@media (min-width: 320px) {
.all__instagram__section .all__ig__box .add__instagram__item a img {
width: 90px;
height: 90px;
-o-object-fit: contain;
object-fit: contain;
}
}
@media (min-width: 768px) {
.all__instagram__section .all__ig__box .add__instagram__item a img {
width: 170px;
height: 170px;
-o-object-fit: contain;
object-fit: contain;
}
}
.all__instagram__section .all__ig__box .add__instagram__item a img:hover {
transform: scale(1.05);
transition: 0.5s ease-in;
}
.add__footer {
height: auto;
background-color: #f66757;
padding-top: 50px;
padding-bottom: 50px;
padding-left: 10px;
padding-right: 10px;
}
.add__footer .footer__container {
text-align: center;
}
.add__footer .footer__container .add__footer__link__box {
max-width: 560px;
color: #ffffff;
display: flex;
gap: 0.5em;
flex-wrap: wrap;
justify-content: center;
margin: auto;
margin-top: 20px;
}
.add__footer .footer__container .add__footer__link__box a {
font-family: "Brandon Grotesque Regular", sans-serif;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #ffffff;
}
.add__copyright__footer {
min-height: 56px;
background-color: #fa8072;
}
@media (min-width: 320px) {
.add__copyright__footer {
padding-left: 5px;
padding-right: 5px;
}
}
@media (min-width: 768px) {
.add__copyright__footer {
padding-left: initial;
padding-right: initial;
}
}
.add__copyright__footer .last_footer__container {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 56px;
flex-wrap: wrap;
}
.add__copyright__footer .last_footer__container span {
font-family: "Brandon Grotesque Regular", sans-serif;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #ffffff;
}
@media (min-width: 320px) {
.add__copyright__footer .last_footer__container span .copy_sub_text {
display: none;
}
}
@media (min-width: 768px) {
.add__copyright__footer .last_footer__container span .copy_sub_text {
display: initial;
}
}
.add__copyright__footer .last_footer__container .add__footer__social__icon {
display: flex;
align-items: center;
gap: 1.2em;
}
/* @mobile styles*/
.mobile-nav {
height: 62px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
box-shadow: 0 3px 14px 0 rgba(20, 20, 21, 0.05);
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 24px;
padding-right: 24px;
}
@media (min-width: 320px) {
.mobile-nav {
display: flex;
}
}
@media (min-width: 768px) {
.mobile-nav {
display: none;
}
}
.mobile-nav .menu-icons {
display: flex;
height: 100%;
gap: 1em;
align-items: center;
} | public/css/app.css | * {
font-family: "Brandon Grotesque Medium", sans-serif;
}
body {
overflow: hidden !important;
overflow-y: scroll !important;
}
input {
outline: none !important;
}
.my-slider {
margin-top: 50px;
}
.base-slider {
height: 385px;
display: flex !important;
justify-content: space-between;
background-size: contain;
border-radius: 7.2px;
overflow: hidden;
background-repeat: no-repeat;
flex-wrap: wrap;
align-items: center;
}
.slide-content {
padding-left: 10%;
position: relative;
}
.slide-content p {
padding-top: 10px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #141415;
}
@media (min-width: 320px) {
.slide-content p {
font-size: 16px;
}
}
@media (min-width: 768px) {
.slide-content p {
font-size: 28px;
}
}
.slide-content h1 {
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
color: #141415;
}
@media (min-width: 320px) {
.slide-content h1 {
font-size: 24px;
}
}
@media (min-width: 768px) {
.slide-content h1 {
font-size: 48px;
}
}
.slider_button {
display: flex;
gap: 0.8em;
margin-top: 49px;
}
@media (min-width: 320px) {
.slider_button {
position: absolute;
top: 320px;
}
}
@media (min-width: 375px) {
.slider_button {
position: absolute;
top: 350px;
}
}
@media (min-width: 768px) {
.slider_button {
position: relative;
}
}
.slick-slide[aria-hidden=true] {
margin-top: 20px;
}
.slick-slide {
margin: 0 10px;
}
.slick-active[aria-hidden=false] {
height: 450px !important;
margin-top: -20px !important;
border-radius: 7.3px !important;
}
.slick-active[aria-hidden=true] {
border-radius: 7.3px !important;
}
.slick-dots {
display: flex;
justify-content: center;
padding: 1rem 0;
list-style-type: none;
top: 100%;
}
.slick-dots li {
margin: 0 0.25rem;
}
.slick-dots button {
display: block;
width: 12px !important;
height: 12px !important;
padding: 0;
border: none;
border-radius: 100%;
background-color: #f66757 !important;
opacity: 0.49;
text-indent: -9999px;
}
.slick-dots li.slick-active button {
background-color: #f66757 !important;
opacity: 1;
}
@media (min-width: 320px) {
.slick-list {
padding: 30px !important;
}
}
@media (min-width: 768px) {
.slick-list {
padding: 25px 253px !important;
}
}
.add__page__btn, .add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__white__btn {
height: 48px;
padding-left: 26px;
padding-right: 26px;
background-color: #f66757;
border-radius: 8px;
font-size: 18px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #ffffff;
display: inline-block;
line-height: 48px;
cursor: pointer;
font-family: "Brandon Grotesque Regular", sans-serif;
}
@media (min-width: 320px) {
.add__page__btn, .add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__white__btn {
display: none;
}
}
@media (min-width: 768px) {
.add__page__btn, .add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__white__btn {
display: none;
}
}
.add__outline__btn {
min-width: 154px;
height: 48px;
line-height: 48px;
border-radius: 8px;
border: solid 1px #f66757;
text-align: center;
font-size: 18px;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: center;
color: #f66757;
font-family: "Brandon Grotesque Regular", sans-serif;
}
.add__navbar {
height: 90px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
box-shadow: 0 3px 14px 0 rgba(20, 20, 21, 0.05);
background-color: #ffffff;
}
@media (min-width: 320px) {
.add__navbar {
display: none;
}
}
@media (min-width: 768px) {
.add__navbar {
display: initial;
}
}
.add__navbar .add__menu__box {
display: flex;
flex-wrap: wrap;
height: 100%;
align-items: center;
justify-content: space-between;
max-width: 80%;
margin: auto;
}
@media (min-width: 1920px) {
.add__navbar .add__menu__box {
max-width: 68%;
}
}
.add__navbar .add__menu__box .add__main__menu ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
height: 100%;
gap: 2em;
margin-top: 20px;
}
.add__navbar .add__menu__box .add__main__menu ul li {
list-style-type: none !important;
}
.add__navbar .add__menu__box .add__main__menu ul li a {
font-family: "<NAME>", sans-serif;
font-size: 18px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #141415;
}
.add__navbar .add__social {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 1.5em;
}
.add__content__section {
padding-top: 50px;
padding-bottom: 50px;
}
.add__content__section .add__content__box {
display: flex;
flex-wrap: wrap;
gap: 0.8em;
margin-left: 8px;
}
@media (min-width: 768px) {
.add__content__section .add__content__box {
gap: 2em;
flex-wrap: wrap;
justify-content: none;
}
}
.add__content__section .add__content__box a {
text-decoration: none;
}
.add__content__section .add__content__box a img {
border-radius: 6.7px;
}
@media (min-width: 320px) {
.add__content__section .add__content__box a img {
width: 137px;
height: 216px;
}
}
@media (min-width: 360px) {
.add__content__section .add__content__box a img {
width: 155px;
height: 226px;
}
}
@media (min-width: 375px) {
.add__content__section .add__content__box a img {
width: 162px;
height: 226px;
}
}
@media (min-width: 411px) {
.add__content__section .add__content__box a img {
width: 180px;
height: 266px;
}
}
@media (min-width: 768px) {
.add__content__section .add__content__box a img {
width: 270px;
height: 373px;
-o-object-fit: contain;
object-fit: contain;
border-radius: 8px;
transition: 0.5s ease-out;
}
}
.add__content__section .add__content__box a img:hover {
transform: scale(1.05);
transition: 0.5s ease-in;
}
.add__custom__container {
max-width: 100%;
margin: auto;
}
@media (min-width: 768px) {
.add__custom__container {
max-width: 89%;
}
}
@media (min-width: 1920px) {
.add__custom__container {
max-width: 63%;
}
}
.add__page__title, .all__instagram__section .all__ig__box h4 {
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #141415;
}
@media (min-width: 320px) {
.add__page__title, .all__instagram__section .all__ig__box h4 {
font-size: 30px;
}
}
@media (min-width: 768px) {
.add__page__title, .all__instagram__section .all__ig__box h4 {
font-size: 38px;
}
}
.heading__with__button {
display: flex;
align-items: center;
justify-content: space-between;
padding-right: 5px;
padding-left: 5px;
}
.heading__with__button .small {
height: 33px;
line-height: 33px;
border-radius: 20px;
display: block;
margin-top: -10px;
}
@media (min-width: 768px) {
.heading__with__button .small {
display: none;
}
}
.add__banner__box {
text-align: center;
}
.add__banner__box .add__banner__box {
background-color: #a9304e;
border-radius: 8px;
}
@media (min-width: 320px) {
.add__banner__box .add__banner__box .mobile {
display: block;
}
.add__banner__box .add__banner__box .desktop {
display: none;
}
}
@media (min-width: 768px) {
.add__banner__box .add__banner__box .mobile {
display: none;
}
.add__banner__box .add__banner__box .desktop {
display: block;
}
}
.add__newsletter__section {
margin-top: 20px;
margin-bottom: 20px;
}
.add__newsletter__section .add__newsletter__box {
display: flex;
justify-content: center;
background-color: #f66757;
border-radius: 8px;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 50px;
margin-bottom: 50px;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box {
text-align: center;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box h3 {
font-size: 30px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #ffffff;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box span {
font-size: 18px;
font-weight: lighter;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #ffffff;
font-family: "Brandon Grotesque Regular", sans-serif;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1em;
margin-top: 16px;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box {
background-color: rgba(255, 255, 255, 0.138);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding-left: 10px;
padding-right: 10px;
border-radius: 8px;
}
@media (min-width: 320px) {
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box {
width: auto;
flex-wrap: wrap;
justify-content: space-evenly;
}
}
@media (min-width: 768px) {
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box {
width: 330px;
height: 50px;
}
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box input {
flex: 1;
border: none !important;
display: inline-block;
color: #fff;
background: none;
font-family: "Brandon Grotesque Regular", sans-serif;
height: 48px;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box input::-moz-placeholder {
color: #ffffff;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box input:-ms-input-placeholder {
color: #ffffff;
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box input::placeholder {
color: #ffffff;
}
@media (min-width: 320px) {
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box .arrow {
display: block;
}
}
@media (min-width: 768px) {
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__newsletter__input__box .arrow {
display: none;
}
}
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__white__btn {
background-color: #ffffff;
color: #f66757;
font-family: "Brandon Grotesque Regular", sans-serif;
}
@media (min-width: 320px) {
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__white__btn {
display: none;
}
}
@media (min-width: 768px) {
.add__newsletter__section .add__newsletter__box .add__news__letter__main__box .add__newsletter-input-group .add__white__btn {
display: block;
}
}
.all__instagram__section {
background-color: #f3f3f3;
padding-top: 60px;
padding-bottom: 60px;
}
.all__instagram__section .all__ig__box {
text-align: center;
}
.all__instagram__section .all__ig__box h4 {
font-family: "Brandon Grotesque Medium", sans-serif;
}
.all__instagram__section .all__ig__box .add__instagram__item {
display: flex;
gap: 0.8em;
flex-wrap: wrap;
margin-top: 20px;
justify-content: center;
margin-left: 3px;
margin-right: 3px;
}
@media (min-width: 768px) {
.all__instagram__section .all__ig__box .add__instagram__item {
justify-content: space-between;
}
}
.all__instagram__section .all__ig__box .add__instagram__item a img {
transition: 0.5s ease-out;
}
@media (min-width: 320px) {
.all__instagram__section .all__ig__box .add__instagram__item a img {
width: 90px;
height: 90px;
-o-object-fit: contain;
object-fit: contain;
}
}
@media (min-width: 768px) {
.all__instagram__section .all__ig__box .add__instagram__item a img {
width: 170px;
height: 170px;
-o-object-fit: contain;
object-fit: contain;
}
}
.all__instagram__section .all__ig__box .add__instagram__item a img:hover {
transform: scale(1.05);
transition: 0.5s ease-in;
}
.add__footer {
height: auto;
background-color: #f66757;
padding-top: 50px;
padding-bottom: 50px;
padding-left: 10px;
padding-right: 10px;
}
.add__footer .footer__container {
text-align: center;
}
.add__footer .footer__container .add__footer__link__box {
max-width: 560px;
color: #ffffff;
display: flex;
gap: 0.5em;
flex-wrap: wrap;
justify-content: center;
margin: auto;
margin-top: 20px;
}
.add__footer .footer__container .add__footer__link__box a {
font-family: "Brandon Grotesque Regular", sans-serif;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #ffffff;
}
.add__copyright__footer {
min-height: 56px;
background-color: #fa8072;
}
@media (min-width: 320px) {
.add__copyright__footer {
padding-left: 5px;
padding-right: 5px;
}
}
@media (min-width: 768px) {
.add__copyright__footer {
padding-left: initial;
padding-right: initial;
}
}
.add__copyright__footer .last_footer__container {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 56px;
flex-wrap: wrap;
}
.add__copyright__footer .last_footer__container span {
font-family: "Brandon Grotesque Regular", sans-serif;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #ffffff;
}
@media (min-width: 320px) {
.add__copyright__footer .last_footer__container span .copy_sub_text {
display: none;
}
}
@media (min-width: 768px) {
.add__copyright__footer .last_footer__container span .copy_sub_text {
display: initial;
}
}
.add__copyright__footer .last_footer__container .add__footer__social__icon {
display: flex;
align-items: center;
gap: 1.2em;
}
/* @mobile styles*/
.mobile-nav {
height: 62px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
box-shadow: 0 3px 14px 0 rgba(20, 20, 21, 0.05);
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 24px;
padding-right: 24px;
}
@media (min-width: 320px) {
.mobile-nav {
display: flex;
}
}
@media (min-width: 768px) {
.mobile-nav {
display: none;
}
}
.mobile-nav .menu-icons {
display: flex;
height: 100%;
gap: 1em;
align-items: center;
} | 0.402979 | 0.080357 |
@import '../css/index.css';
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap');
/* ready to use color classes */
.primary-color {
color: var(--primary-color);
}
.secondary-color {
color: var(--secondary-color);
}
.primary-color-bg {
background-color: var(--primary-color);
}
.secondary-color-bg {
background-color: var(--secondary-color);
}
/* COMMON CSS CLASS -- CHECK*/
.navbar {
display: flex;
background-color: var(--primary-color);
padding-top: 0.3rem;
padding-bottom: 0.3rem;
z-index: 1;
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
0 5px 10px rgba(166, 173, 201, 0.2);
}
/* side menu section*/
.side-menu {
background-color: white;
width: 300px;
height: 100vh;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
position: fixed;
top: 0;
left: -100%;
transition: 850ms;
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
0 15px 40px rgba(166, 173, 201, 0.2);
z-index: 1;
}
.side-menu.open {
left: 0;
transition: 350ms;
}
/* side menu items link hover effect*/
.menu-item a:hover {
text-decoration: none;
}
/* side menu items color on hover*/
.side-menu-text:hover {
background-color: var(--primary-color);
color: white;
}
/*copy right and disclaimer text*/
.copytext {
padding: 20vh 25px 0px 20px;
}
.disclaimer {
font-size: xx-small;
}
/* logo-brand */
.logo-pic {
margin-top: -11px;
position: absolute;
}
@media (max-width: 1011px) {
.campus {
display: none;
}
}
.campus {
font-family: 'Ubuntu', sans-serif;
font-weight: 900;
text-shadow: 1px 1px var(--secondary-color);
margin-left: 50px;
}
.campus-home-link:hover {
text-decoration: none;
}
.second-campus {
font-family: 'Ubuntu', sans-serif;
font-weight: 900;
text-shadow: 1px 1px var(--secondary-color);
}
@media (min-width: 500px) {
.second-campus {
display: none;
}
}
/* hamburger icon */
.hamburger {
margin-top: -2px;
padding-bottom: 7px;
cursor: pointer;
}
/* cart section */
.cart {
background-color: white;
width: 350px;
height: 100vh;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
position: fixed;
top: 0;
right: -100%;
transition: 850ms;
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
0 15px 40px rgba(166, 173, 201, 0.2);
z-index: 1;
}
.cart.open {
right: 0;
transition: 350ms;
}
.lblCartText {
/* color: var(--primary-color); */
font-size: 15px;
color: white;
margin-top: -3px;
margin-bottom: -6px;
}
.lblIconText {
font-size: 15px;
/* color: var(--primary-color); */
color: white;
margin-top: -3px;
margin-bottom: -6px;
}
.lblIconText1 {
font-size: 15px;
/* color: var(--primary-color); */
color: white;
margin-top: -3px;
margin-bottom: -6px;
}
@media (max-width: 1380px) {
.lblIconText {
visibility: hidden;
}
.lblIconText1 {
visibility: visible;
margin-top: -24px;
}
}
@media (min-width: 1380px) {
.lblIconText {
visibility: visible;
}
.lblIconText1 {
visibility: hidden;
margin-top: -24px;
}
}
@media (max-width: 1309px) {
.lblIconText {
visibility: hidden;
}
.lblIconText1 {
visibility: visible;
margin-top: -48px;
}
}
.nav-btn-container {
border-radius: 10px;
height: 25px;
text-align: center;
margin-top: -5px;
padding: 0.15rem 0.5rem 0.15rem 0.5rem;
}
/* for mobile widths */
@media (max-width: 499px) {
.msb-searchbar {
display: none;
}
}
@media (min-width: 500px) {
.second-nav {
display: none;
}
} | application/frontend/src/assets/css/menu_sidebar.css | @import '../css/index.css';
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap');
/* ready to use color classes */
.primary-color {
color: var(--primary-color);
}
.secondary-color {
color: var(--secondary-color);
}
.primary-color-bg {
background-color: var(--primary-color);
}
.secondary-color-bg {
background-color: var(--secondary-color);
}
/* COMMON CSS CLASS -- CHECK*/
.navbar {
display: flex;
background-color: var(--primary-color);
padding-top: 0.3rem;
padding-bottom: 0.3rem;
z-index: 1;
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
0 5px 10px rgba(166, 173, 201, 0.2);
}
/* side menu section*/
.side-menu {
background-color: white;
width: 300px;
height: 100vh;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
position: fixed;
top: 0;
left: -100%;
transition: 850ms;
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
0 15px 40px rgba(166, 173, 201, 0.2);
z-index: 1;
}
.side-menu.open {
left: 0;
transition: 350ms;
}
/* side menu items link hover effect*/
.menu-item a:hover {
text-decoration: none;
}
/* side menu items color on hover*/
.side-menu-text:hover {
background-color: var(--primary-color);
color: white;
}
/*copy right and disclaimer text*/
.copytext {
padding: 20vh 25px 0px 20px;
}
.disclaimer {
font-size: xx-small;
}
/* logo-brand */
.logo-pic {
margin-top: -11px;
position: absolute;
}
@media (max-width: 1011px) {
.campus {
display: none;
}
}
.campus {
font-family: 'Ubuntu', sans-serif;
font-weight: 900;
text-shadow: 1px 1px var(--secondary-color);
margin-left: 50px;
}
.campus-home-link:hover {
text-decoration: none;
}
.second-campus {
font-family: 'Ubuntu', sans-serif;
font-weight: 900;
text-shadow: 1px 1px var(--secondary-color);
}
@media (min-width: 500px) {
.second-campus {
display: none;
}
}
/* hamburger icon */
.hamburger {
margin-top: -2px;
padding-bottom: 7px;
cursor: pointer;
}
/* cart section */
.cart {
background-color: white;
width: 350px;
height: 100vh;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
position: fixed;
top: 0;
right: -100%;
transition: 850ms;
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
0 15px 40px rgba(166, 173, 201, 0.2);
z-index: 1;
}
.cart.open {
right: 0;
transition: 350ms;
}
.lblCartText {
/* color: var(--primary-color); */
font-size: 15px;
color: white;
margin-top: -3px;
margin-bottom: -6px;
}
.lblIconText {
font-size: 15px;
/* color: var(--primary-color); */
color: white;
margin-top: -3px;
margin-bottom: -6px;
}
.lblIconText1 {
font-size: 15px;
/* color: var(--primary-color); */
color: white;
margin-top: -3px;
margin-bottom: -6px;
}
@media (max-width: 1380px) {
.lblIconText {
visibility: hidden;
}
.lblIconText1 {
visibility: visible;
margin-top: -24px;
}
}
@media (min-width: 1380px) {
.lblIconText {
visibility: visible;
}
.lblIconText1 {
visibility: hidden;
margin-top: -24px;
}
}
@media (max-width: 1309px) {
.lblIconText {
visibility: hidden;
}
.lblIconText1 {
visibility: visible;
margin-top: -48px;
}
}
.nav-btn-container {
border-radius: 10px;
height: 25px;
text-align: center;
margin-top: -5px;
padding: 0.15rem 0.5rem 0.15rem 0.5rem;
}
/* for mobile widths */
@media (max-width: 499px) {
.msb-searchbar {
display: none;
}
}
@media (min-width: 500px) {
.second-nav {
display: none;
}
} | 0.303319 | 0.063366 |
.am-navbar-left-icon{
background:url('./assets/goback.png') no-repeat;
background-size: 80%;
}
/*.am-list-view-scrollview{
top:1.6rem
}*/
.list-view-section-body{
margin-bottom: 1rem;
}
.am-refresh-control-ptr{
height: .6rem!important;
}
.am-refresh-control-ptr-loading{
margin-top: .2rem;
}
.am-input-label{
font-size: .28rem!important;
}
.am-button-primary{
background-color: #12bce1!important;
border: none!important;
}
#root{
background:#fff;
}
.am-list-footer{
padding: 0 0.3rem 0.3rem 0.3rem!important;
}
.am-modal-close-x{
display: none
}
.am-toast{
z-index: 9999999999!important
}
.am-flexbox .am-flexbox-item:first-child{
border-right: 1px solid #c9c9c9
}
.am-button{
height: 0.84rem!important;
line-height: 0.84rem!important;
}
input::-webkit-input-placeholder {
color: #aab2bd;
font-size: .26rem!important;
}
.am-list-item .am-input-control input{
font-size: .26rem!important;
color:#969696!important;
}
.am-modal-wrap{
z-index: 999999999!important;
}
.am-list-body {
border: none!important;
margin-top: 1.8rem!important;
}
.am-list-body:after{
display: none!important;
}
.am-modal.am-modal-transparent .am-modal-content{
padding-top: 0!important;
}
.am-modal.am-modal-transparent .am-modal-content .am-modal-body{
padding: 0!important
}
.am-flexbox .am-flexbox-item{
text-align: center;
font-size: .30rem;
padding: .11rem 0;
margin:.11rem 0!important;
height: 0.8rem;
line-height: 0.59rem
}
.am-list-item .am-list-line .am-list-content div{
text-align: center;
font-size: .28rem;
}
.am-popup-body{
margin-top: 1.7rem
}
.am-flexbox.am-flexbox-align-middle{
height: 0.8rem;
position: fixed;
top:0.9rem;
width: 100%;
z-index:9999999;
background:#fff;
border-bottom: .1rem solid #efeff4
}
.am-modal-content,.am-modal{
height: 100%!important;
width: 100%!important;
}
.am-modal-mask{
background-color: rgba(0, 0, 0, 0.5)!important;
}
.cardModal {
height: auto!important;
width: 90%!important;
}
.am-list-item .am-list-line .am-list-content {
font-size: .28rem!important;
}
.am-list-item .am-list-line .am-list-extra {
-webkit-flex-basis: 60%!important;
flex-basis: 60%!important;
font-size: .24rem!important;
}
.broadcastList .am-list-body {
margin-top: 2rem!important;
}
.specialList .am-list-body {
margin-top: 0!important;
}
.result {
margin-top: .9rem;
padding-top: 0.3rem!important;
padding-bottom: 0.3rem!important;
}
.result .am-result-pic {
width: .6rem!important;
height:.6rem!important;
line-height: .6rem!important;
background-size: .6rem .6rem!important;
}
.result .am-result-title {
font-size: .32rem!important;
}
.result .am-result-message {
font-size: .26rem!important;
}
.am-picker-col-item {
display: -webkit-box;
display: -moz-box;
display:-webkit-flex;
display: -ms-flexbox;
display:flex;
align-items: center;
justify-content: center;
font-size: 0.28rem!important;
line-height: unset!important;
white-space: normal!important;
}
.am-picker-col-item-selected {
font-size: 0.32rem!important;
}
.am-activity-indicator {
justify-content: center;
} | public/normal.css | .am-navbar-left-icon{
background:url('./assets/goback.png') no-repeat;
background-size: 80%;
}
/*.am-list-view-scrollview{
top:1.6rem
}*/
.list-view-section-body{
margin-bottom: 1rem;
}
.am-refresh-control-ptr{
height: .6rem!important;
}
.am-refresh-control-ptr-loading{
margin-top: .2rem;
}
.am-input-label{
font-size: .28rem!important;
}
.am-button-primary{
background-color: #12bce1!important;
border: none!important;
}
#root{
background:#fff;
}
.am-list-footer{
padding: 0 0.3rem 0.3rem 0.3rem!important;
}
.am-modal-close-x{
display: none
}
.am-toast{
z-index: 9999999999!important
}
.am-flexbox .am-flexbox-item:first-child{
border-right: 1px solid #c9c9c9
}
.am-button{
height: 0.84rem!important;
line-height: 0.84rem!important;
}
input::-webkit-input-placeholder {
color: #aab2bd;
font-size: .26rem!important;
}
.am-list-item .am-input-control input{
font-size: .26rem!important;
color:#969696!important;
}
.am-modal-wrap{
z-index: 999999999!important;
}
.am-list-body {
border: none!important;
margin-top: 1.8rem!important;
}
.am-list-body:after{
display: none!important;
}
.am-modal.am-modal-transparent .am-modal-content{
padding-top: 0!important;
}
.am-modal.am-modal-transparent .am-modal-content .am-modal-body{
padding: 0!important
}
.am-flexbox .am-flexbox-item{
text-align: center;
font-size: .30rem;
padding: .11rem 0;
margin:.11rem 0!important;
height: 0.8rem;
line-height: 0.59rem
}
.am-list-item .am-list-line .am-list-content div{
text-align: center;
font-size: .28rem;
}
.am-popup-body{
margin-top: 1.7rem
}
.am-flexbox.am-flexbox-align-middle{
height: 0.8rem;
position: fixed;
top:0.9rem;
width: 100%;
z-index:9999999;
background:#fff;
border-bottom: .1rem solid #efeff4
}
.am-modal-content,.am-modal{
height: 100%!important;
width: 100%!important;
}
.am-modal-mask{
background-color: rgba(0, 0, 0, 0.5)!important;
}
.cardModal {
height: auto!important;
width: 90%!important;
}
.am-list-item .am-list-line .am-list-content {
font-size: .28rem!important;
}
.am-list-item .am-list-line .am-list-extra {
-webkit-flex-basis: 60%!important;
flex-basis: 60%!important;
font-size: .24rem!important;
}
.broadcastList .am-list-body {
margin-top: 2rem!important;
}
.specialList .am-list-body {
margin-top: 0!important;
}
.result {
margin-top: .9rem;
padding-top: 0.3rem!important;
padding-bottom: 0.3rem!important;
}
.result .am-result-pic {
width: .6rem!important;
height:.6rem!important;
line-height: .6rem!important;
background-size: .6rem .6rem!important;
}
.result .am-result-title {
font-size: .32rem!important;
}
.result .am-result-message {
font-size: .26rem!important;
}
.am-picker-col-item {
display: -webkit-box;
display: -moz-box;
display:-webkit-flex;
display: -ms-flexbox;
display:flex;
align-items: center;
justify-content: center;
font-size: 0.28rem!important;
line-height: unset!important;
white-space: normal!important;
}
.am-picker-col-item-selected {
font-size: 0.32rem!important;
}
.am-activity-indicator {
justify-content: center;
} | 0.164684 | 0.043386 |
a:focus { outline: none; }
/* line 8, ../scss/custom.scss */
.HomeSlider { float: left; display: block; width: 100%; margin-top: 20px; }
/* line 15, ../scss/custom.scss */
.featureslider { position: relative; }
/* line 19, ../scss/custom.scss */
.featuredPostSlider { float: left; width: 100%; padding: 0; margin-top: 0; margin-bottom: 0; }
/* line 25, ../scss/custom.scss */
.featuredPostSlider img { width: 100%; }
/* line 28, ../scss/custom.scss */
.featuredPostSlider h2 { width: 65%; position: absolute; left: 5%; color: #fff; font-size: 36px; }
/* line 37, ../scss/custom.scss */
#slick-pager { position: absolute; right: 0; width: 25%; background-color: rgba(0, 0, 0, 0.5); float: left; z-index: 9; }
/* line 44, ../scss/custom.scss */
#slick-pager a { padding: 10px 15px; width: 100%; float: left; border-top: 1px solid rgba(255, 255, 255, 0.6); color: #fff; text-decoration: none; }
/* line 51, ../scss/custom.scss */
#slick-pager a:hover { text-decoration: none; }
/* line 54, ../scss/custom.scss */
#slick-pager a.active { background-color: #d95123; }
/* line 57, ../scss/custom.scss */
#slick-pager a h3 { font-size: 16px; font-family: "Lato", sans-serif; font-weight: 700; margin: 0 0 8px; }
/* line 63, ../scss/custom.scss */
#slick-pager a p { font-family: "Lato", sans-serif; font-size: 13px; margin-bottom: 8px; }
/* line 68, ../scss/custom.scss */
#slick-pager a span.time { font-family: "Lato", sans-serif; font-size: 10px; }
/* line 75, ../scss/custom.scss */
#slick-pager .slick-list .slick-track .slick-slide.slick-current { background-color: #d95123; }
/* line 82, ../scss/custom.scss */
.slick-pager { margin-top: 30px; margin-bottom: 0; }
/* line 87, ../scss/custom.scss */
.pagerNavigation i { float: left; width: 100%; margin-top: 0px; }
/* line 93, ../scss/custom.scss */
.pagerNavigationTop { color: #fff; font-size: 29px; text-align: center; position: relative; right: 0; width: 100%; cursor: pointer; }
/* line 103, ../scss/custom.scss */
.pagerNavigationBottom { bottom: -30px; position: absolute; background-color: rgba(0, 0, 0, 0.5); width: 100%; left: 0; height: 30px; cursor: pointer; color: #fff; font-size: 29px; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.6); }
/* line 116, ../scss/custom.scss */
.container { position: relative; }
@media (min-width: 768px) { /* line 119, ../scss/custom.scss */
.container { width: 750px; } }
@media (min-width: 992px) { /* line 120, ../scss/custom.scss */
.container { width: 970px; } }
@media (min-width: 1200px) { /* line 121, ../scss/custom.scss */
.container { width: 1170px; } }
@media (max-width: 767px) { /* line 124, ../scss/custom.scss */
.slick-pager { margin: 0; }
/* line 125, ../scss/custom.scss */
#slick-pager { background-color: #000; width: 100%; position: relative; }
/* line 129, ../scss/custom.scss */
#slick-pager a { border-top: none; border-right: 1px solid rgba(255, 255, 255, 0.6); }
/* line 130, ../scss/custom.scss */
#slick-pager h3 { font-size: 16px; margin: 0 0 12px; }
/* line 137, ../scss/custom.scss */
.pagerNavigation i { display: none; }
/* line 138, ../scss/custom.scss */
.pagerNavigationBottom { display: none; } } | css/custom.css | a:focus { outline: none; }
/* line 8, ../scss/custom.scss */
.HomeSlider { float: left; display: block; width: 100%; margin-top: 20px; }
/* line 15, ../scss/custom.scss */
.featureslider { position: relative; }
/* line 19, ../scss/custom.scss */
.featuredPostSlider { float: left; width: 100%; padding: 0; margin-top: 0; margin-bottom: 0; }
/* line 25, ../scss/custom.scss */
.featuredPostSlider img { width: 100%; }
/* line 28, ../scss/custom.scss */
.featuredPostSlider h2 { width: 65%; position: absolute; left: 5%; color: #fff; font-size: 36px; }
/* line 37, ../scss/custom.scss */
#slick-pager { position: absolute; right: 0; width: 25%; background-color: rgba(0, 0, 0, 0.5); float: left; z-index: 9; }
/* line 44, ../scss/custom.scss */
#slick-pager a { padding: 10px 15px; width: 100%; float: left; border-top: 1px solid rgba(255, 255, 255, 0.6); color: #fff; text-decoration: none; }
/* line 51, ../scss/custom.scss */
#slick-pager a:hover { text-decoration: none; }
/* line 54, ../scss/custom.scss */
#slick-pager a.active { background-color: #d95123; }
/* line 57, ../scss/custom.scss */
#slick-pager a h3 { font-size: 16px; font-family: "Lato", sans-serif; font-weight: 700; margin: 0 0 8px; }
/* line 63, ../scss/custom.scss */
#slick-pager a p { font-family: "Lato", sans-serif; font-size: 13px; margin-bottom: 8px; }
/* line 68, ../scss/custom.scss */
#slick-pager a span.time { font-family: "Lato", sans-serif; font-size: 10px; }
/* line 75, ../scss/custom.scss */
#slick-pager .slick-list .slick-track .slick-slide.slick-current { background-color: #d95123; }
/* line 82, ../scss/custom.scss */
.slick-pager { margin-top: 30px; margin-bottom: 0; }
/* line 87, ../scss/custom.scss */
.pagerNavigation i { float: left; width: 100%; margin-top: 0px; }
/* line 93, ../scss/custom.scss */
.pagerNavigationTop { color: #fff; font-size: 29px; text-align: center; position: relative; right: 0; width: 100%; cursor: pointer; }
/* line 103, ../scss/custom.scss */
.pagerNavigationBottom { bottom: -30px; position: absolute; background-color: rgba(0, 0, 0, 0.5); width: 100%; left: 0; height: 30px; cursor: pointer; color: #fff; font-size: 29px; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.6); }
/* line 116, ../scss/custom.scss */
.container { position: relative; }
@media (min-width: 768px) { /* line 119, ../scss/custom.scss */
.container { width: 750px; } }
@media (min-width: 992px) { /* line 120, ../scss/custom.scss */
.container { width: 970px; } }
@media (min-width: 1200px) { /* line 121, ../scss/custom.scss */
.container { width: 1170px; } }
@media (max-width: 767px) { /* line 124, ../scss/custom.scss */
.slick-pager { margin: 0; }
/* line 125, ../scss/custom.scss */
#slick-pager { background-color: #000; width: 100%; position: relative; }
/* line 129, ../scss/custom.scss */
#slick-pager a { border-top: none; border-right: 1px solid rgba(255, 255, 255, 0.6); }
/* line 130, ../scss/custom.scss */
#slick-pager h3 { font-size: 16px; margin: 0 0 12px; }
/* line 137, ../scss/custom.scss */
.pagerNavigation i { display: none; }
/* line 138, ../scss/custom.scss */
.pagerNavigationBottom { display: none; } } | 0.390243 | 0.137359 |
font-family: 'Open Sans', sans-serif !important;
background: #e4e4e4;
/*-webkit-border-radius: 5px;*/
/*border-radius: 5px;*/
padding: 20px;
position: relative;
padding-bottom: 15px;
}
body{
/*background: #e4e4e4 !important;*/
}
.boton{
float: left;
width: 100%;
-webkit-appearance: none;
background-color: #41e0f2;
border: 0px;
color: #ffffff;
padding: 4px;
border-radius: 0px;
}
#id_campus, #id_nivel, #id_programa{
/*background-color: transparent;*/
border: 0px;
width: 100%;
/*background-color: #ff1999;*/
background: rgba(239, 224, 224, -0.5);
border: solid 1px;
/*margin: 4px 0px 4px 3px;*/
}
label.error{
margin-bottom: 0px !important;
text-align: right;
}
.input--kaede{
margin: 2px 0px 6px 0px !important;
}
.input__label{
margin-bottom: 0px !important;
}
.input__label-content--kaede{
padding: 0px !important;
}
#iframeForm label {
float: left;
color: red !important;
text-align: right;
}
@media only screen and (max-width: 1279px){
#fomaction h2{
font-size: 80px !important;
}
}
#iframeForm input {
display: block;
background: #ffffff;
width: 100%;
padding: 1px 10px;
font-size: 15px;
line-height: 1.467;
color: #34495e;
border: 0px solid #bdc3c7;
border-radius: 0px;
margin-bottom: 8px;
box-shadow: none;
-webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
transition: border .25s linear,color .25s linear,background-color .25s linear;
}
.sin-bordes{
padding-right: 0px !important;
padding-left: 0px !important;
}
#iframeForm select {
background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
background-color:#ffffff;
background-repeat:no-repeat;
background-position: right 10px top 7px;
background-size: 16px 16px;
padding: 1px 10px;
padding-right: 40px;
width: 100% !important;
margin-bottom: 8px;
font-size:15px;
color:#ababab;
text-align:center;
border-radius:0px;
display: block;
/*-webkit-border-radius:3px;*/
-webkit-appearance: none;
border:0;
outline:0;
-webkit-transition:0.3s ease all;
-moz-transition:0.3s ease all;
-ms-transition:0.3s ease all;
-o-transition:0.3s ease all;
transition:0.3s ease all;
width: 220px;
-moz-appearance: none;
}
#iframeForm a {
color: #fff;
}
#iframeForm button {
color: #ffffff;
width: 100%;
font-size: 16px;
background-color: #0059A5;
border: none;
/* margin-top: 10px; */
padding: 0px;
}
#tabla_aspirantes, #tabla_test, #tabla_calculadora, .tabla_ordenadas{
color: #000000 !important;
}
#iframeForm .row_ele {
margin: 15px 0;
}
#aviso{
color: #ffffff !important;
}
#alerta{
font-size: 10px;
height: 20px;
float: right !important;
padding-right: 28px;
color: #ffffff;
font-weight: bold;
}
#iframeForm p{
width: 70%;
float: left;
margin-top: 38px;
font-size: 12px;
text-align: center;
color: #2e9e8c;
}
.aviso{
font-size: 10px !important;
}
#iframeForm h3{
color: #00254e;
font-size: 22px;
margin-bottom: 20px;
}
.val-error {
color: #ffa800 !important;
}
label{
display: block !important;
}
.modal-body{
color: #000000;
}
label.error{
color:black;
/*margin: -28px -40px 0px -26px;*/
font-size: 14px;
font-weight: lighter;
/*height: 10px;*/
/*float: right !important;
padding-right: 28px;*/
}
@media (max-width: 359px){
form label.error{
/*text-align: left !important;*/
color: #ffffff !important;
/*margin: -12px 0px 0px 12px !important; */
}
}
/*fecha de nacimiento*/
select.day {width: 25%}
select.month {width: 50%}
select.year {width: 25%} | mapa/css/estilo.css | font-family: 'Open Sans', sans-serif !important;
background: #e4e4e4;
/*-webkit-border-radius: 5px;*/
/*border-radius: 5px;*/
padding: 20px;
position: relative;
padding-bottom: 15px;
}
body{
/*background: #e4e4e4 !important;*/
}
.boton{
float: left;
width: 100%;
-webkit-appearance: none;
background-color: #41e0f2;
border: 0px;
color: #ffffff;
padding: 4px;
border-radius: 0px;
}
#id_campus, #id_nivel, #id_programa{
/*background-color: transparent;*/
border: 0px;
width: 100%;
/*background-color: #ff1999;*/
background: rgba(239, 224, 224, -0.5);
border: solid 1px;
/*margin: 4px 0px 4px 3px;*/
}
label.error{
margin-bottom: 0px !important;
text-align: right;
}
.input--kaede{
margin: 2px 0px 6px 0px !important;
}
.input__label{
margin-bottom: 0px !important;
}
.input__label-content--kaede{
padding: 0px !important;
}
#iframeForm label {
float: left;
color: red !important;
text-align: right;
}
@media only screen and (max-width: 1279px){
#fomaction h2{
font-size: 80px !important;
}
}
#iframeForm input {
display: block;
background: #ffffff;
width: 100%;
padding: 1px 10px;
font-size: 15px;
line-height: 1.467;
color: #34495e;
border: 0px solid #bdc3c7;
border-radius: 0px;
margin-bottom: 8px;
box-shadow: none;
-webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
transition: border .25s linear,color .25s linear,background-color .25s linear;
}
.sin-bordes{
padding-right: 0px !important;
padding-left: 0px !important;
}
#iframeForm select {
background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
background-color:#ffffff;
background-repeat:no-repeat;
background-position: right 10px top 7px;
background-size: 16px 16px;
padding: 1px 10px;
padding-right: 40px;
width: 100% !important;
margin-bottom: 8px;
font-size:15px;
color:#ababab;
text-align:center;
border-radius:0px;
display: block;
/*-webkit-border-radius:3px;*/
-webkit-appearance: none;
border:0;
outline:0;
-webkit-transition:0.3s ease all;
-moz-transition:0.3s ease all;
-ms-transition:0.3s ease all;
-o-transition:0.3s ease all;
transition:0.3s ease all;
width: 220px;
-moz-appearance: none;
}
#iframeForm a {
color: #fff;
}
#iframeForm button {
color: #ffffff;
width: 100%;
font-size: 16px;
background-color: #0059A5;
border: none;
/* margin-top: 10px; */
padding: 0px;
}
#tabla_aspirantes, #tabla_test, #tabla_calculadora, .tabla_ordenadas{
color: #000000 !important;
}
#iframeForm .row_ele {
margin: 15px 0;
}
#aviso{
color: #ffffff !important;
}
#alerta{
font-size: 10px;
height: 20px;
float: right !important;
padding-right: 28px;
color: #ffffff;
font-weight: bold;
}
#iframeForm p{
width: 70%;
float: left;
margin-top: 38px;
font-size: 12px;
text-align: center;
color: #2e9e8c;
}
.aviso{
font-size: 10px !important;
}
#iframeForm h3{
color: #00254e;
font-size: 22px;
margin-bottom: 20px;
}
.val-error {
color: #ffa800 !important;
}
label{
display: block !important;
}
.modal-body{
color: #000000;
}
label.error{
color:black;
/*margin: -28px -40px 0px -26px;*/
font-size: 14px;
font-weight: lighter;
/*height: 10px;*/
/*float: right !important;
padding-right: 28px;*/
}
@media (max-width: 359px){
form label.error{
/*text-align: left !important;*/
color: #ffffff !important;
/*margin: -12px 0px 0px 12px !important; */
}
}
/*fecha de nacimiento*/
select.day {width: 25%}
select.month {width: 50%}
select.year {width: 25%} | 0.090193 | 0.065965 |
@media print {
.no-print,a{
display: none !important;
}
.show-print-date{
display: block !important;
position: absolute;
top:10px;
left:82%;
}
#print_table{
width:100%;
}
#print_table td{
font-family: Arial, Verdana, sans-serif;
border:1px solid #d0d0d0 !important;
font-size:15px !important;
padding-left:2px;
}
#print_table th{
font-family: Arial, Verdana, sans-serif;
border:1px solid #d0d0d0 !important;;
font-size:15px !important;
padding-left:2px;
font-weight: bold;
}
#title_info_print{
font-size:14px !important;
}
a[href]:after {
content: none !important;
}
li{
list-style: none;
}
#table-style{
width:100%;
}
#table-style td{
font-family: Arial, Verdana, sans-serif;
border:1px solid #d0d0d0;
font-size:15px !important;
padding-left:5px !important;
padding-top:5px !important;
}
#table-style th{
font-family: Arial, Verdana, sans-serif;
border:1px solid #d0d0d0;
font-size:15px !important;
padding-left:5px !important;
padding-top:5px !important;
font-weight: bold;
}
table {
border: solid #d0d0d0 !important;
border-width: 1px 0 0 1px !important;
}
th, td {
border: solid #d0d0d0 !important;
border-width: 0 1px 1px 0 !important;
}
#print_table-no-border{
width:100%;
}
#print_table-no-border td{
font-family: Arial, Verdana, sans-serif;
border:1px solid #fff !important;
font-size:13px !important;
padding-left:2px;
}
#print_table-no-border th{
font-family: Arial, Verdana, sans-serif;
border:1px solid #fff !important;;
font-size:13px !important;
padding-left:2px;
font-weight: bold;
}
}
.header-button {
float: right;
margin-top: 5px;
margin-right: 5px;
}
label {
font-weight: bold !important;
}
#exampleModalLabel {
font-weight: bold !important;
}
.topbarbutton {
float: right;
margin-top: 5px;
margin-right: 5px;
}
.padding-bottom-10px {
padding-bottom: 10px;
}
.width100per {
width: 100% !important;
}
.width50per {
width: 50% !important;
}
.width60per {
width: 60% !important;
}
.width70per {
width: 70% !important;
}
.width80per {
width: 80% !important;
}
.width90per {
width: 90% !important;
margin-left: 5%;
}
.width4per {
width: 4% !important;
}
.width5per {
width: 5% !important;
}
.width6per {
width: 6% !important;
}
.width10per {
width: 10% !important;
}
.width15per {
width: 15% !important;
}
.width20per {
width: 20% !important;
}
.width25per {
width: 25% !important;
}
.width30per {
width: 30% !important;
}
.emp-text-right {
text-align: right !important;
padding-right: 10px;
}
.bold {
font-weight: bold;
}
.employee-details-heading {
font-weight: bold;
font-size: 16px;
padding: 4px;
border-bottom: 1px solid gray !important;
background: #eee;
margin-top: 10px !important;
}
.font-size-18px {
font-size: 18px !important;
}
.Inactive {
color: red;
font-weight: bold;
}
.Active {
color: green;
font-weight: bold;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.leave-table td {
padding-top: 10px;
padding-bottom: 10px;
}
.leave-table th {
padding-top: 10px;
padding-bottom: 10px;
}
.padding10px {
padding: 10px;
}
#table-style td {
border: 1px solid #d0d0d0;
padding: 2px !important;
font-size:11px !important;
}
#table-style th {
border: 1px solid #d0d0d0;
padding: 2px !important;
font-size:11px !important;
}
.padding-top-50-pixel {
padding-top: 50px !important;
}
.leave-reason {
height: 250px;
vertical-align: top
}
.vertical-align-top {
vertical-align: top !important;
}
.modal-body {
max-height: calc(100vh - 200px);
overflow-y: auto;
}
#employee_details td {
padding: 5px;
border-bottom: 1px solid #d0d0d0;
color: #333;
}
#employee_details th {
padding: 5px;
border-bottom: 1px solid #d0d0d0;
}
#employee_details_pdf td {
padding: 3px;
border-bottom: 1px solid #d0d0d0;
color: #333 !important;
font-size: 11px;
}
#employee_details_pdf th {
padding: 3px;
border-bottom: 1px solid #d0d0d0;
font-size: 11px;
}
.leave_info_pdf td {
padding: 2px 5px;
border: 1px solid gray !important;
color: #333 !important;
font-size: 9px !important;
}
.no-border {
border-width: 0 !important
}
.no-border-transparent {
border-color: transparent !important
}
.ui-autocomplete {
z-index: 215000000 !important;
}
/*scroll bar css start*/
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
/*scroll bar css end*/
#default_table td {
padding: 5px;
font-size: 9px;
}
#default_table th {
padding: 5px;
font-size: 9px;
}
/* for dashboar css start */
.widget-box-header {
background: #eee;
padding: 20px !important;
border-radius: 5px;
margin-left: 5px;
}
.widget-box-header > a {
color: white;
}
.widget-box-header:hover {
-webkit-box-shadow: 3px 3px 3px 3px #333;
-moz-box-shadow: 3px 3px 3px 3px #333;
box-shadow: 3px 3px 3px 3px #333;
}
.icon-size {
font-size: 30px;
}
.widget-box-text {
font-size: 14px;
font-weight: bolder;
vertical-align: top;
padding-left: 10px !important;
}
.orange {
background: orange;
}
.blue {
background: #00add7;
}
.green {
background: #00A65A;
}
.darkred {
background: #F56954;
}
.red {
background: red;
}
/* for dashboar css end */
.margin-top-10px{
margin-top:10px !important;
}
.margin-top-20px{
margin-top:20px !important;
}
.sub-table td{
font-size:10px;
}
.mandatory_field{
color:red;
}
.gate_passed_heading td{
border:1px solid #fff !important;
}
.gate_passed_body td{
border:1px solid #d0d0d0 !important;
}
.modal-header, h4, .close {
background-color: #5cb85c;
color:white !important;
}
.modal-footer {
background-color: #f9f9f9;
}
#presentation_table td {
border: 1px solid #d0d0d0;
font-size:12px;
}
#presentation_table th {
border: 1px solid #d0d0d0;
font-size:12px;
}
.mydivAjaxImage {
position: relative;
display: none;
}
.ajax-loader {
position: absolute;
left: 50%;
top: 10%;
margin-left: -32px; /* -1 * image width / 2 */
margin-top: -32px; /* -1 * image height / 2 */
} | fontView/assets/modules/css/custom.css | @media print {
.no-print,a{
display: none !important;
}
.show-print-date{
display: block !important;
position: absolute;
top:10px;
left:82%;
}
#print_table{
width:100%;
}
#print_table td{
font-family: Arial, Verdana, sans-serif;
border:1px solid #d0d0d0 !important;
font-size:15px !important;
padding-left:2px;
}
#print_table th{
font-family: Arial, Verdana, sans-serif;
border:1px solid #d0d0d0 !important;;
font-size:15px !important;
padding-left:2px;
font-weight: bold;
}
#title_info_print{
font-size:14px !important;
}
a[href]:after {
content: none !important;
}
li{
list-style: none;
}
#table-style{
width:100%;
}
#table-style td{
font-family: Arial, Verdana, sans-serif;
border:1px solid #d0d0d0;
font-size:15px !important;
padding-left:5px !important;
padding-top:5px !important;
}
#table-style th{
font-family: Arial, Verdana, sans-serif;
border:1px solid #d0d0d0;
font-size:15px !important;
padding-left:5px !important;
padding-top:5px !important;
font-weight: bold;
}
table {
border: solid #d0d0d0 !important;
border-width: 1px 0 0 1px !important;
}
th, td {
border: solid #d0d0d0 !important;
border-width: 0 1px 1px 0 !important;
}
#print_table-no-border{
width:100%;
}
#print_table-no-border td{
font-family: Arial, Verdana, sans-serif;
border:1px solid #fff !important;
font-size:13px !important;
padding-left:2px;
}
#print_table-no-border th{
font-family: Arial, Verdana, sans-serif;
border:1px solid #fff !important;;
font-size:13px !important;
padding-left:2px;
font-weight: bold;
}
}
.header-button {
float: right;
margin-top: 5px;
margin-right: 5px;
}
label {
font-weight: bold !important;
}
#exampleModalLabel {
font-weight: bold !important;
}
.topbarbutton {
float: right;
margin-top: 5px;
margin-right: 5px;
}
.padding-bottom-10px {
padding-bottom: 10px;
}
.width100per {
width: 100% !important;
}
.width50per {
width: 50% !important;
}
.width60per {
width: 60% !important;
}
.width70per {
width: 70% !important;
}
.width80per {
width: 80% !important;
}
.width90per {
width: 90% !important;
margin-left: 5%;
}
.width4per {
width: 4% !important;
}
.width5per {
width: 5% !important;
}
.width6per {
width: 6% !important;
}
.width10per {
width: 10% !important;
}
.width15per {
width: 15% !important;
}
.width20per {
width: 20% !important;
}
.width25per {
width: 25% !important;
}
.width30per {
width: 30% !important;
}
.emp-text-right {
text-align: right !important;
padding-right: 10px;
}
.bold {
font-weight: bold;
}
.employee-details-heading {
font-weight: bold;
font-size: 16px;
padding: 4px;
border-bottom: 1px solid gray !important;
background: #eee;
margin-top: 10px !important;
}
.font-size-18px {
font-size: 18px !important;
}
.Inactive {
color: red;
font-weight: bold;
}
.Active {
color: green;
font-weight: bold;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.leave-table td {
padding-top: 10px;
padding-bottom: 10px;
}
.leave-table th {
padding-top: 10px;
padding-bottom: 10px;
}
.padding10px {
padding: 10px;
}
#table-style td {
border: 1px solid #d0d0d0;
padding: 2px !important;
font-size:11px !important;
}
#table-style th {
border: 1px solid #d0d0d0;
padding: 2px !important;
font-size:11px !important;
}
.padding-top-50-pixel {
padding-top: 50px !important;
}
.leave-reason {
height: 250px;
vertical-align: top
}
.vertical-align-top {
vertical-align: top !important;
}
.modal-body {
max-height: calc(100vh - 200px);
overflow-y: auto;
}
#employee_details td {
padding: 5px;
border-bottom: 1px solid #d0d0d0;
color: #333;
}
#employee_details th {
padding: 5px;
border-bottom: 1px solid #d0d0d0;
}
#employee_details_pdf td {
padding: 3px;
border-bottom: 1px solid #d0d0d0;
color: #333 !important;
font-size: 11px;
}
#employee_details_pdf th {
padding: 3px;
border-bottom: 1px solid #d0d0d0;
font-size: 11px;
}
.leave_info_pdf td {
padding: 2px 5px;
border: 1px solid gray !important;
color: #333 !important;
font-size: 9px !important;
}
.no-border {
border-width: 0 !important
}
.no-border-transparent {
border-color: transparent !important
}
.ui-autocomplete {
z-index: 215000000 !important;
}
/*scroll bar css start*/
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
/*scroll bar css end*/
#default_table td {
padding: 5px;
font-size: 9px;
}
#default_table th {
padding: 5px;
font-size: 9px;
}
/* for dashboar css start */
.widget-box-header {
background: #eee;
padding: 20px !important;
border-radius: 5px;
margin-left: 5px;
}
.widget-box-header > a {
color: white;
}
.widget-box-header:hover {
-webkit-box-shadow: 3px 3px 3px 3px #333;
-moz-box-shadow: 3px 3px 3px 3px #333;
box-shadow: 3px 3px 3px 3px #333;
}
.icon-size {
font-size: 30px;
}
.widget-box-text {
font-size: 14px;
font-weight: bolder;
vertical-align: top;
padding-left: 10px !important;
}
.orange {
background: orange;
}
.blue {
background: #00add7;
}
.green {
background: #00A65A;
}
.darkred {
background: #F56954;
}
.red {
background: red;
}
/* for dashboar css end */
.margin-top-10px{
margin-top:10px !important;
}
.margin-top-20px{
margin-top:20px !important;
}
.sub-table td{
font-size:10px;
}
.mandatory_field{
color:red;
}
.gate_passed_heading td{
border:1px solid #fff !important;
}
.gate_passed_body td{
border:1px solid #d0d0d0 !important;
}
.modal-header, h4, .close {
background-color: #5cb85c;
color:white !important;
}
.modal-footer {
background-color: #f9f9f9;
}
#presentation_table td {
border: 1px solid #d0d0d0;
font-size:12px;
}
#presentation_table th {
border: 1px solid #d0d0d0;
font-size:12px;
}
.mydivAjaxImage {
position: relative;
display: none;
}
.ajax-loader {
position: absolute;
left: 50%;
top: 10%;
margin-left: -32px; /* -1 * image width / 2 */
margin-top: -32px; /* -1 * image height / 2 */
} | 0.156878 | 0.092934 |
body {
font-family: Arial, Helvetica, sans-serif;
background-color: black;
}
* {
box-sizing: border-box;
}
.container-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
width: 60%;
border: 5px solid red;
margin: auto;
}
.container-grid > div {
padding: 10px;
font-size: 30px;
text-align: left;
}
.header {
background-color: gold;
grid-column: 1/4;
height: 25vh;
display: grid;
justify-content: center;
}
.header-input {
width: 70%;
}
.menu-1 {
background-color: #0d8d0d;
}
.menu-2 {
background-color: lightseagreen;
grid-column: 2/4;
display: grid;
grid-template-columns: 1fr 1fr;
}
.menu-2 > div {
padding: 10px;
}
.sub-section {
background-color: rgb(126, 128, 0);
height: auto;
display: grid;
grid-template-columns: auto;
grid-gap: 10px;
}
/* 50-50 Column*/
.column-50 {
display: grid;
grid-template-columns: auto auto;
width: auto;
}
.column-50 .col-50 {
padding: 15px;
width: 100%;
}
.col-50-1 {
background-color: red;
}
.col-50-2 {
background-color: green;
}
/* 33-33-33 Column*/
.column-33 {
display: grid;
grid-template-columns: auto auto auto;
grid-gap: 5px;
}
.column-33 > div {
background-color: rgb(63, 70, 63);
padding: 15px;
}
.main-section {
background-color: #c1c1c1;
grid-column: 2/4;
height: auto;
display: grid;
grid-template-columns: auto;
}
.main-section > div {
padding: auto;
}
.main-section .submit {
bottom: 0;
width: 100%;
}
/* Form css
*/
label {
padding: 12px 12px 12px 0;
display: inline-block;
font-size: 20px;
}
input[type="text"] {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
}
input[type="submit"] {
background-color: #04aa6d;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
.footer {
background-color: greenyellow;
grid-column: 1/4;
}
.header-title {
background-color: rgb(101, 185, 153);
}
.header-tool {
background-color: chartreuse;
height: ;
}
.tool {
border: 2px solid black;
border-radius: 5px;
padding: 5px;
}
.right-aside {
background-color: #f2f2f2;
display: flex;
justify-content: center;
flex-direction: column;
}
input[type="text"],
select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type="submit"] {
width: 100%;
background-color: #4caf50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type="submit"]:hover {
background-color: #45a049;
}
input[type="button"] {
background-color: #4caf50;
border: none;
color: white;
padding: 16px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
} | public/assets/css/style.css | body {
font-family: Arial, Helvetica, sans-serif;
background-color: black;
}
* {
box-sizing: border-box;
}
.container-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
width: 60%;
border: 5px solid red;
margin: auto;
}
.container-grid > div {
padding: 10px;
font-size: 30px;
text-align: left;
}
.header {
background-color: gold;
grid-column: 1/4;
height: 25vh;
display: grid;
justify-content: center;
}
.header-input {
width: 70%;
}
.menu-1 {
background-color: #0d8d0d;
}
.menu-2 {
background-color: lightseagreen;
grid-column: 2/4;
display: grid;
grid-template-columns: 1fr 1fr;
}
.menu-2 > div {
padding: 10px;
}
.sub-section {
background-color: rgb(126, 128, 0);
height: auto;
display: grid;
grid-template-columns: auto;
grid-gap: 10px;
}
/* 50-50 Column*/
.column-50 {
display: grid;
grid-template-columns: auto auto;
width: auto;
}
.column-50 .col-50 {
padding: 15px;
width: 100%;
}
.col-50-1 {
background-color: red;
}
.col-50-2 {
background-color: green;
}
/* 33-33-33 Column*/
.column-33 {
display: grid;
grid-template-columns: auto auto auto;
grid-gap: 5px;
}
.column-33 > div {
background-color: rgb(63, 70, 63);
padding: 15px;
}
.main-section {
background-color: #c1c1c1;
grid-column: 2/4;
height: auto;
display: grid;
grid-template-columns: auto;
}
.main-section > div {
padding: auto;
}
.main-section .submit {
bottom: 0;
width: 100%;
}
/* Form css
*/
label {
padding: 12px 12px 12px 0;
display: inline-block;
font-size: 20px;
}
input[type="text"] {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
}
input[type="submit"] {
background-color: #04aa6d;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
.footer {
background-color: greenyellow;
grid-column: 1/4;
}
.header-title {
background-color: rgb(101, 185, 153);
}
.header-tool {
background-color: chartreuse;
height: ;
}
.tool {
border: 2px solid black;
border-radius: 5px;
padding: 5px;
}
.right-aside {
background-color: #f2f2f2;
display: flex;
justify-content: center;
flex-direction: column;
}
input[type="text"],
select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type="submit"] {
width: 100%;
background-color: #4caf50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type="submit"]:hover {
background-color: #45a049;
}
input[type="button"] {
background-color: #4caf50;
border: none;
color: white;
padding: 16px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
} | 0.533884 | 0.164617 |
body {
margin: 0px;
padding: 0px;
height: 100%;
}
.foreground_window {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
filter: blur(3px);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by any browser but < IE9 */
pointer-events: none;
}
#InitWorkspace {
top: 40px;
}
.section {
position: relative;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
width: 560px;
height: 250px;
padding: 20px;
}
#openP {
float: right;
right: 20px;
margin-right: 0px;
}
#create {
float: right;
right: 0px;
margin-right: 0px;
}
#selection {
position: relative;
border: 1px solid gray;
height: 100%;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
top: 5px;
}
.bottomText {
position: relative;
margin-left: 0px;
top: 5px;
display: inline-block;
width: 100%;
}
#topText {
position: relative;
top: 0px;
margin-bottom: 10px;
font-family: Segoe UI, Arial;
}
#intrTxt {
position: relative;
top: 10px;
margin-right: 2px;
font-family: Segoe UI, Arial;
}
.nameSoft {
font-family: Segoe UI, Arial;
position: relative;
top: 10px;
display: block;
height: 50px;
width: 90px;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
#ItemsBox {
border: 1px solid gray;
width: 100%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
.imageSoft img{
position: relative;
top: 5px;
left: 2px;
width: 100px;
height: 50px;
}
.itemOpen {
position: relative;
display: inline-block;
font-family: Segoe UI, Arial;
width: 100px;
height: 120px;
}
.itemOpen:hover{
background-color: #a0c5e8;
}
#numeSoft {
font-family: Segoe UI, Arial;
top: 10px;
}
.itemSoft {
position: relative;
display: table;
height: 60px;
font-family: Segoe UI, Arial;
}
.itemSoft:hover{
background-color: #a0c5e8;
}
.selected {
background-color: #88a8c7;
}
.imageField {
position: relative;
display: table-cell;
width: 100px;
}
.imageField img {
position: relative;
margin: 0 auto;
vertical-align: middle;
}
.nameField {
position: relative;
display: table-cell;
width: 150px;
text-align: center;
vertical-align: middle;
}
.descriptionField {
position: relative;
display: table-cell;
text-align: justify;
vertical-align: middle;
padding: 10px
}
#softContent {
position: absolute;
display: block;
top: 0px;
bottom: 0px;
margin: 0px;
width: 100%;
height: 100%;
}
#topMenuBar {
position: relative;
display: block;
top: 0px;
width: 100%;
height: 30px;
background-color: #272727;
color: lightgray;
font-family: Segoe UI, Arial;
}
#menuBar {
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
display: inline-block;
}
#fisierText ul span {
position: relative;
top: 5px;
}
#menuBar li {
float: left;
padding: 5px 10px;
cursor: default;
height: 30px;
}
#menuBar li:hover {
background-color: #464545;
}
#fisierContent {
display: none;
position: absolute;
top: 30px;
left: 0px;
background-color: #272727;
list-style-type: none;
list-style-position: inside;
z-index: 10;
padding-left:0;
width: 200px;
}
#fisierText:hover #fisierContent {
display: block;
}
#fisierContent li {
display: block;
padding: 5px 10px;
width: 180px;
cursor: default;
}
#creationBody {
position: relative;
display: block;
height: calc(100% - 30px);
width: 100%;
}
#toolbox {
position: relative;
top: 0px;
width: 200px;
height: 100%;
background-color: lightgray;
font-family: Segoe UI, Arial;
float: left;
}
#content {
position: absolute;
background-color: white;
display: block;
height: 100%;
width: calc(100% - 200px);
left: 200px;
overflow: hidden;
}
#preview {
height: 100%;
width: 100%;
}
#properties {
position: relative;
background-color: lightgray;
display: block;
font-family: Segoe UI, Arial;
width: 300px;
height: 100%;
float: right;
right: -300px;
z-index: 5;
}
.topBar {
position: relative;
width: 100%;
height: 30px;
background-color: gray;
text-align: center;
}
#topBar span {
vertical-align: middle;
}
#contentToolbox {
list-style-type: none;
list-style-position: inside;
padding: 0px;
margin: 0px;
}
#contentProperties {
list-style-type: none;
list-style-position: inside;
padding: 0px;
margin: 0px;
height: calc(100% - 30px);
}
#contentProperties ul {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
padding: 0px;
margin: 0px;
}
.toolItem {
height: 40px;
background-color: #b9b9b9;
position: relative;
display: table;
width: 100%;
}
.toolItem:hover {
background-color: lightblue;
}
.ItemSelected {
border: 1px dashed blue;
}
.propText {
display: table-cell;
width: 40%;
border-right: 1px solid black;
position: relative;
vertical-align: middle;
padding-left: 10px;
}
.propVal {
display: table-cell;
position: relative;
padding-left: 5px;
vertical-align: middle;
width: 60%; /* solve overflow */
}
.propVal span {
min-width: 50px;
}
.propVal input, .propVal select {
width: 100%;
height: 80%;
font-family: Segoe UI, Arial;
font-size: 16px;
}
.propVal input:focus {
border: none;
}
.remove {
text-align: center;
background-color: #b76b6b;
height: 40px;
}
.remove:hover {
background-color: #bd3030;
cursor: default;
}
.remove span {
position: relative;
top: 8px;
}
#status {
float: right;
padding-top: 7px;
padding-right: 10px;
}
.propBtn {
text-align: center;
background-color: #8eacb7;
height: 40px;
}
.propBtn:hover {
background-color: #37a6d0;
cursor: default;
}
.propBtn span {
position: relative;
top: 8px;
}
.CampuriUl li {
list-style-type: none;
list-style-position: inside;
margin: 0;
display: block;
padding: 10px;
height: 10px;
width: 135px;
overflow: hidden;
}
.CampuriUl li:hover {
background-color: lightblue;
}
.CampuriUl input {
height: auto;
width: auto;
}
.CampuriUl ul {
position: absolute;
top: 40px;
z-index: 10;
background-color: white;
list-style-type: none;
padding: 0px;
max-height: 200px;
overflow-y: scroll;
}
.label {
padding-left: 2px;
padding-right: 2px;
display: table;
position: absolute;
}
.tabel table, .tabel td, .tabel tr {
border: 1px solid black;
padding-left: 5px;
padding-right: 5px;
border-collapse: collapse;
vertical-align: middle;
text-align: center;
}
.move {
position: absolute;
width: 10px;
height: 10px;
background-image: url("../Resources/move.png");
background-size: cover;
background-repeat: no-repeat;
}
.spanToInputFix {
display: inline-block;
}
.spanToInputFix:empty:before {
content: "\200b";
}
#selSpanDB {
display: inline-block;
font-family: Segoe UI, Arial;
font-size: 15px;
}
#SelectDB select {
display: inline-block;
width: 200px;
height: 30px;
}
#CreateDB {
display: inline-block;
margin-left: 0;
margin-right: 0;
left: 10px;
}
#StergeDB {
display: inline-block;
margin-left: 0;
margin-right: 0;
left: 10px;
}
#createTable {
position: relative;
display: block;
width: 100%;
height: 180px;
}
#topCTable {
position: relative;
top: 0px;
left: 0px;
margin: 0;
border: 1px solid black;
width: 100%;
height: 20px;
display: block;
}
#contentCTable {
position: relative;
top: 0px;
left: 0px;
margin: 0;
border: 1px solid black;
border-top: 0px;
width: 100%;
height: 100%;
display: block;
overflow-x: hidden;
overflow-y: scroll;
}
#intrTxt2, #numeTabelNou {
position: relative;
top: 0px;
left: 20px;
display: inline-block;
margin-right: 2px;
font-family: Segoe UI, Arial;
}
#CreateTable {
position: relative;
left: 30px;
display: inline-block;
}
#SpanNameNewDB, #numeDBNouInput {
font-family: Segoe UI, Arial;
position: relative;
top: 10px;
left: 20px;
display: inline-block;
}
#CreateDBBtn {
position: relative;
left: 80px;
}
#OKbtn {
position: relative;
left: 80px;
top: 30px;
}
#TextInfo {
font-family: Segoe UI, Arial;
position: relative;
top: 20px;
display: block;
text-align: center;
width: 100%;
}
.topCTableItem {
display: inline-block;
width: 175px;
font-family: Segoe UI, Arial;
}
.RawItemTable {
display: block;
height: 20px;
width: 100%;
}
#contentCTable input {
position: relative;
}
.firstInput {
width: 165px;
}
.secondInput {
width: 165px;
}
.thirdInput {
width: 165px;
}
#AddDataOkBtn {
right: 10px;
float: right;
}
#dataSection {
border: 1px solid black;
width: 100%;
height: 200px;
overflow-y: auto;
}
.dataGraphRow {
border: 1px solid darkgray;
background-color: white;
height: 30px;
width: calc(100% - 2px);
display: block;
}
.dataGraphCell {
border-right: 1px solid darkgray;
height: 100%;
display: inline-block;
}
.InsertFieldColor {
width: 15px;
height: 15px;
} | css/CreateProgram.css | body {
margin: 0px;
padding: 0px;
height: 100%;
}
.foreground_window {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
filter: blur(3px);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by any browser but < IE9 */
pointer-events: none;
}
#InitWorkspace {
top: 40px;
}
.section {
position: relative;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
width: 560px;
height: 250px;
padding: 20px;
}
#openP {
float: right;
right: 20px;
margin-right: 0px;
}
#create {
float: right;
right: 0px;
margin-right: 0px;
}
#selection {
position: relative;
border: 1px solid gray;
height: 100%;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
top: 5px;
}
.bottomText {
position: relative;
margin-left: 0px;
top: 5px;
display: inline-block;
width: 100%;
}
#topText {
position: relative;
top: 0px;
margin-bottom: 10px;
font-family: Segoe UI, Arial;
}
#intrTxt {
position: relative;
top: 10px;
margin-right: 2px;
font-family: Segoe UI, Arial;
}
.nameSoft {
font-family: Segoe UI, Arial;
position: relative;
top: 10px;
display: block;
height: 50px;
width: 90px;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
#ItemsBox {
border: 1px solid gray;
width: 100%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
.imageSoft img{
position: relative;
top: 5px;
left: 2px;
width: 100px;
height: 50px;
}
.itemOpen {
position: relative;
display: inline-block;
font-family: Segoe UI, Arial;
width: 100px;
height: 120px;
}
.itemOpen:hover{
background-color: #a0c5e8;
}
#numeSoft {
font-family: Segoe UI, Arial;
top: 10px;
}
.itemSoft {
position: relative;
display: table;
height: 60px;
font-family: Segoe UI, Arial;
}
.itemSoft:hover{
background-color: #a0c5e8;
}
.selected {
background-color: #88a8c7;
}
.imageField {
position: relative;
display: table-cell;
width: 100px;
}
.imageField img {
position: relative;
margin: 0 auto;
vertical-align: middle;
}
.nameField {
position: relative;
display: table-cell;
width: 150px;
text-align: center;
vertical-align: middle;
}
.descriptionField {
position: relative;
display: table-cell;
text-align: justify;
vertical-align: middle;
padding: 10px
}
#softContent {
position: absolute;
display: block;
top: 0px;
bottom: 0px;
margin: 0px;
width: 100%;
height: 100%;
}
#topMenuBar {
position: relative;
display: block;
top: 0px;
width: 100%;
height: 30px;
background-color: #272727;
color: lightgray;
font-family: Segoe UI, Arial;
}
#menuBar {
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
display: inline-block;
}
#fisierText ul span {
position: relative;
top: 5px;
}
#menuBar li {
float: left;
padding: 5px 10px;
cursor: default;
height: 30px;
}
#menuBar li:hover {
background-color: #464545;
}
#fisierContent {
display: none;
position: absolute;
top: 30px;
left: 0px;
background-color: #272727;
list-style-type: none;
list-style-position: inside;
z-index: 10;
padding-left:0;
width: 200px;
}
#fisierText:hover #fisierContent {
display: block;
}
#fisierContent li {
display: block;
padding: 5px 10px;
width: 180px;
cursor: default;
}
#creationBody {
position: relative;
display: block;
height: calc(100% - 30px);
width: 100%;
}
#toolbox {
position: relative;
top: 0px;
width: 200px;
height: 100%;
background-color: lightgray;
font-family: Segoe UI, Arial;
float: left;
}
#content {
position: absolute;
background-color: white;
display: block;
height: 100%;
width: calc(100% - 200px);
left: 200px;
overflow: hidden;
}
#preview {
height: 100%;
width: 100%;
}
#properties {
position: relative;
background-color: lightgray;
display: block;
font-family: Segoe UI, Arial;
width: 300px;
height: 100%;
float: right;
right: -300px;
z-index: 5;
}
.topBar {
position: relative;
width: 100%;
height: 30px;
background-color: gray;
text-align: center;
}
#topBar span {
vertical-align: middle;
}
#contentToolbox {
list-style-type: none;
list-style-position: inside;
padding: 0px;
margin: 0px;
}
#contentProperties {
list-style-type: none;
list-style-position: inside;
padding: 0px;
margin: 0px;
height: calc(100% - 30px);
}
#contentProperties ul {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
padding: 0px;
margin: 0px;
}
.toolItem {
height: 40px;
background-color: #b9b9b9;
position: relative;
display: table;
width: 100%;
}
.toolItem:hover {
background-color: lightblue;
}
.ItemSelected {
border: 1px dashed blue;
}
.propText {
display: table-cell;
width: 40%;
border-right: 1px solid black;
position: relative;
vertical-align: middle;
padding-left: 10px;
}
.propVal {
display: table-cell;
position: relative;
padding-left: 5px;
vertical-align: middle;
width: 60%; /* solve overflow */
}
.propVal span {
min-width: 50px;
}
.propVal input, .propVal select {
width: 100%;
height: 80%;
font-family: Segoe UI, Arial;
font-size: 16px;
}
.propVal input:focus {
border: none;
}
.remove {
text-align: center;
background-color: #b76b6b;
height: 40px;
}
.remove:hover {
background-color: #bd3030;
cursor: default;
}
.remove span {
position: relative;
top: 8px;
}
#status {
float: right;
padding-top: 7px;
padding-right: 10px;
}
.propBtn {
text-align: center;
background-color: #8eacb7;
height: 40px;
}
.propBtn:hover {
background-color: #37a6d0;
cursor: default;
}
.propBtn span {
position: relative;
top: 8px;
}
.CampuriUl li {
list-style-type: none;
list-style-position: inside;
margin: 0;
display: block;
padding: 10px;
height: 10px;
width: 135px;
overflow: hidden;
}
.CampuriUl li:hover {
background-color: lightblue;
}
.CampuriUl input {
height: auto;
width: auto;
}
.CampuriUl ul {
position: absolute;
top: 40px;
z-index: 10;
background-color: white;
list-style-type: none;
padding: 0px;
max-height: 200px;
overflow-y: scroll;
}
.label {
padding-left: 2px;
padding-right: 2px;
display: table;
position: absolute;
}
.tabel table, .tabel td, .tabel tr {
border: 1px solid black;
padding-left: 5px;
padding-right: 5px;
border-collapse: collapse;
vertical-align: middle;
text-align: center;
}
.move {
position: absolute;
width: 10px;
height: 10px;
background-image: url("../Resources/move.png");
background-size: cover;
background-repeat: no-repeat;
}
.spanToInputFix {
display: inline-block;
}
.spanToInputFix:empty:before {
content: "\200b";
}
#selSpanDB {
display: inline-block;
font-family: Segoe UI, Arial;
font-size: 15px;
}
#SelectDB select {
display: inline-block;
width: 200px;
height: 30px;
}
#CreateDB {
display: inline-block;
margin-left: 0;
margin-right: 0;
left: 10px;
}
#StergeDB {
display: inline-block;
margin-left: 0;
margin-right: 0;
left: 10px;
}
#createTable {
position: relative;
display: block;
width: 100%;
height: 180px;
}
#topCTable {
position: relative;
top: 0px;
left: 0px;
margin: 0;
border: 1px solid black;
width: 100%;
height: 20px;
display: block;
}
#contentCTable {
position: relative;
top: 0px;
left: 0px;
margin: 0;
border: 1px solid black;
border-top: 0px;
width: 100%;
height: 100%;
display: block;
overflow-x: hidden;
overflow-y: scroll;
}
#intrTxt2, #numeTabelNou {
position: relative;
top: 0px;
left: 20px;
display: inline-block;
margin-right: 2px;
font-family: Segoe UI, Arial;
}
#CreateTable {
position: relative;
left: 30px;
display: inline-block;
}
#SpanNameNewDB, #numeDBNouInput {
font-family: Segoe UI, Arial;
position: relative;
top: 10px;
left: 20px;
display: inline-block;
}
#CreateDBBtn {
position: relative;
left: 80px;
}
#OKbtn {
position: relative;
left: 80px;
top: 30px;
}
#TextInfo {
font-family: Segoe UI, Arial;
position: relative;
top: 20px;
display: block;
text-align: center;
width: 100%;
}
.topCTableItem {
display: inline-block;
width: 175px;
font-family: Segoe UI, Arial;
}
.RawItemTable {
display: block;
height: 20px;
width: 100%;
}
#contentCTable input {
position: relative;
}
.firstInput {
width: 165px;
}
.secondInput {
width: 165px;
}
.thirdInput {
width: 165px;
}
#AddDataOkBtn {
right: 10px;
float: right;
}
#dataSection {
border: 1px solid black;
width: 100%;
height: 200px;
overflow-y: auto;
}
.dataGraphRow {
border: 1px solid darkgray;
background-color: white;
height: 30px;
width: calc(100% - 2px);
display: block;
}
.dataGraphCell {
border-right: 1px solid darkgray;
height: 100%;
display: inline-block;
}
.InsertFieldColor {
width: 15px;
height: 15px;
} | 0.401805 | 0.068195 |
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500');
body {
font-family: "Roboto Mono", monospace;
font-size: 14px;
font-weight: 300;
color: rgba(51, 51, 51, 1.00);
line-height: 1.4em;
font-weight: light;
counter-reset: section;
counter-reset: toc-section;
counter-increment: toc-section;
}
a, a:visited {
text-decoration: none;
color: rgba(48,63,159, 1.00);
}
.org-bold {
font-weight: 400;
}
i, i a {
color: #999999;
font-style: normal;
}
.org-italic, .org-org-meta-line {
color: rgba(48,63,159, 0.75);
font-style: normal;
}
.org-face-salient {
font-weight: 400;
}
/* Blinking cursor when strike-through */
.custom { animation: blinker 1s linear infinite; }
@keyframes blinker { 50% { opacity: 0; } }
/* --- Side notes --- */
div.side-note::before {
content: "Note";
color: rgba(0,0,0,.75);
font-weight: 400;
}
div.side-note {
color: rgba(0,0,0,.5);
float: left;
font-size: .85em;
line-height: 2em;
margin-left: -24em;
width: 20em;
}
/* --- Table of contents --- */
#table-of-contents {
padding-top: 0em;
margin-top: 0em;
text-transform: uppercase;
}
#table-of-contents ul {
padding: 0;
font-weight: 400;
list-style: none;
counter-reset: list 0;
}
#table-of-contents ul ul {
padding-left:0em;
font-weight: 300;
font-size: 90%;
line-height: 5em;
margin-top: 0em;
margin-bottom: 1em;
padding-left: 2em;
}
#table-of-contents ul li {
vertical-align: top;
width: 100%;
}
#table-of-contents h2:before {
content: "";
counter-reset: section;
}
blockquote {
color: #999999;
padding-top: 0;
margin-left: 1em;
padding-left: 1em;
border-left: 3px solid #cccccc;
}
ul.org-ul {
padding-left: 0
}
ul.org-ul li {
list-style-type: none;
margin-bottom: .5em;
}
ul.org-ul li p {
display: inline-block;
margin-top: 0em;
margin-bottom: 0em;
}
ul.org-ul li::before {
display: inline-block;
content: "— ";
color: #999999;
width: 1em;
margin-left: -1em;
}
ol.org-ol {
padding-left: 0;
margin-left: 2em;
list-style: none;
counter-reset: li;
}
.org-ol li {
counter-increment: li;
margin-bottom: .25em;
}
.org-ol li::before {
content: counter(li) ". ";
color: #999999;
display: inline-block;
width: 2em;
margin-left: -2em;
}
#content, #postamble {
margin: 0 auto;
max-width: 720px;
margin-top: 2.5%;
margin-bottom: 2.5%;
}
#postamble {
/* border-top: 1px solid #999999; */
padding-top: 1.5em;
}
#postamble p, #postamble a {
color: #999999;
line-height: 1.25em;
margin: 0;
text-align: right;
}
h1.title {
font-size: 1.5em;
margin-top: 4em;
margin-bottom: 0em;
font-weight: 400;
text-align: left;
}
span.subtitle {
display: inline-block;
margin-top: .25em;
font-size: 74.5%;
font-weight: 300;
color: #999999;
}
h3 { padding-top: .5em; }
h1, h2, h3, h4 {
color: black;
font-size: 1em;
font-weight: 400;
/* font-variant: all-small-caps; */
text-transform: uppercase;
}
h2 { padding-top: 5em; }
h3 { padding-top: 3em; }
body {
counter-reset: section;
}
h2 {
counter-reset: subsection;
}
h2::before {
color: #cccccc;
float: left;
text-align: right;
font-weight: 300;
width: 7.5em;
margin-left: -8.0em;
counter-increment: section;
content: counter(section) " ";
}
h3::before {
color: #cccccc;
float: left;
text-align: right;
font-weight: 300;
width: 2.5em;
margin-left: -3.0em;
counter-increment: subsection;
content: counter(section) "." counter(subsection) " ";
}
code {
background-color: #f9f9f9;
font-family: "Roboto Mono", sans-serif;
font-weight: 400;
}
pre::before {
color: #cccccc;
float: left;
text-align: right;
font-weight: 300;
width: 3.0em;
margin-left: -4.25em;
font-variant: small-caps;
content: "";
}
pre.src-lisp::before { content: "lisp"; }
pre.src-org::before { content: "org"; }
pre {
color: #00008b;
background-color: #fbfbfb;
overflow: auto;
margin: 0em;
padding: 0.25em;
padding-left: 0.5em;
line-height: 1.35em;
font-family: "Roboto Mono", sans-serif;
font-weight: 300;
border-left: 2px dotted #00008b;
}
pre.src {
position: relative;
overflow: visible;
}
/* --- Code folding --- */
details {
color: rgba(48,63,159, 1.00);
background: #fbfbfb;
border: 1px solid rgba(48,63,159, 1.00);
border-radius: 3px;
padding: 0.25em;
margin-bottom: 1.0em;
}
details pre {
border: 0;
}
details pre.src-lisp::before { content: ""; }
summary {
outline: 0;
color: rgba(48,63,159, 1.00);
}
summary::after {
font-size: 0.85em;
color: rgba(48,63,159, 0.25);
display: inline-block;
float: right;
content: "Click to fold/unfold";
padding-right: 0.5em;
}
/* --- Table --- */
table { min-width: 100%; }
table, tbody, td, tr, th, colgroup, thead {
border: 0;
/* padding: 0;*/
}
table {
margin-top: 1em;
}
thead {
border-bottom: 1px dashed black;
}
th {
text-align: left;
font-weight: 400;
padding: 0.4em;
margin-bottom: 0.25em;
padding-bottom: 0.25em;
}
td { padding: 0.4em; }
tr:nth-child(even) {background: #f9f9f9;}
tr:nth-child(odd) {background: #ffffff;}
tbody {
/* border-bottom: 1px solid black; */
}
/* --- Description list --- */
dd {
margin-top: 0.25em;
margin-bottom: 0.50em;
}
/* --- Back links in header --- */
div.back a {
float: right;
font-weight: 300;
color: #cccccc;
font-variant: small-caps;
margin-top: -2.5em;
}
/* h2 { border-bottom: .5px solid #999999; } */ | GTD.css | @charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500');
body {
font-family: "Roboto Mono", monospace;
font-size: 14px;
font-weight: 300;
color: rgba(51, 51, 51, 1.00);
line-height: 1.4em;
font-weight: light;
counter-reset: section;
counter-reset: toc-section;
counter-increment: toc-section;
}
a, a:visited {
text-decoration: none;
color: rgba(48,63,159, 1.00);
}
.org-bold {
font-weight: 400;
}
i, i a {
color: #999999;
font-style: normal;
}
.org-italic, .org-org-meta-line {
color: rgba(48,63,159, 0.75);
font-style: normal;
}
.org-face-salient {
font-weight: 400;
}
/* Blinking cursor when strike-through */
.custom { animation: blinker 1s linear infinite; }
@keyframes blinker { 50% { opacity: 0; } }
/* --- Side notes --- */
div.side-note::before {
content: "Note";
color: rgba(0,0,0,.75);
font-weight: 400;
}
div.side-note {
color: rgba(0,0,0,.5);
float: left;
font-size: .85em;
line-height: 2em;
margin-left: -24em;
width: 20em;
}
/* --- Table of contents --- */
#table-of-contents {
padding-top: 0em;
margin-top: 0em;
text-transform: uppercase;
}
#table-of-contents ul {
padding: 0;
font-weight: 400;
list-style: none;
counter-reset: list 0;
}
#table-of-contents ul ul {
padding-left:0em;
font-weight: 300;
font-size: 90%;
line-height: 5em;
margin-top: 0em;
margin-bottom: 1em;
padding-left: 2em;
}
#table-of-contents ul li {
vertical-align: top;
width: 100%;
}
#table-of-contents h2:before {
content: "";
counter-reset: section;
}
blockquote {
color: #999999;
padding-top: 0;
margin-left: 1em;
padding-left: 1em;
border-left: 3px solid #cccccc;
}
ul.org-ul {
padding-left: 0
}
ul.org-ul li {
list-style-type: none;
margin-bottom: .5em;
}
ul.org-ul li p {
display: inline-block;
margin-top: 0em;
margin-bottom: 0em;
}
ul.org-ul li::before {
display: inline-block;
content: "— ";
color: #999999;
width: 1em;
margin-left: -1em;
}
ol.org-ol {
padding-left: 0;
margin-left: 2em;
list-style: none;
counter-reset: li;
}
.org-ol li {
counter-increment: li;
margin-bottom: .25em;
}
.org-ol li::before {
content: counter(li) ". ";
color: #999999;
display: inline-block;
width: 2em;
margin-left: -2em;
}
#content, #postamble {
margin: 0 auto;
max-width: 720px;
margin-top: 2.5%;
margin-bottom: 2.5%;
}
#postamble {
/* border-top: 1px solid #999999; */
padding-top: 1.5em;
}
#postamble p, #postamble a {
color: #999999;
line-height: 1.25em;
margin: 0;
text-align: right;
}
h1.title {
font-size: 1.5em;
margin-top: 4em;
margin-bottom: 0em;
font-weight: 400;
text-align: left;
}
span.subtitle {
display: inline-block;
margin-top: .25em;
font-size: 74.5%;
font-weight: 300;
color: #999999;
}
h3 { padding-top: .5em; }
h1, h2, h3, h4 {
color: black;
font-size: 1em;
font-weight: 400;
/* font-variant: all-small-caps; */
text-transform: uppercase;
}
h2 { padding-top: 5em; }
h3 { padding-top: 3em; }
body {
counter-reset: section;
}
h2 {
counter-reset: subsection;
}
h2::before {
color: #cccccc;
float: left;
text-align: right;
font-weight: 300;
width: 7.5em;
margin-left: -8.0em;
counter-increment: section;
content: counter(section) " ";
}
h3::before {
color: #cccccc;
float: left;
text-align: right;
font-weight: 300;
width: 2.5em;
margin-left: -3.0em;
counter-increment: subsection;
content: counter(section) "." counter(subsection) " ";
}
code {
background-color: #f9f9f9;
font-family: "Roboto Mono", sans-serif;
font-weight: 400;
}
pre::before {
color: #cccccc;
float: left;
text-align: right;
font-weight: 300;
width: 3.0em;
margin-left: -4.25em;
font-variant: small-caps;
content: "";
}
pre.src-lisp::before { content: "lisp"; }
pre.src-org::before { content: "org"; }
pre {
color: #00008b;
background-color: #fbfbfb;
overflow: auto;
margin: 0em;
padding: 0.25em;
padding-left: 0.5em;
line-height: 1.35em;
font-family: "Roboto Mono", sans-serif;
font-weight: 300;
border-left: 2px dotted #00008b;
}
pre.src {
position: relative;
overflow: visible;
}
/* --- Code folding --- */
details {
color: rgba(48,63,159, 1.00);
background: #fbfbfb;
border: 1px solid rgba(48,63,159, 1.00);
border-radius: 3px;
padding: 0.25em;
margin-bottom: 1.0em;
}
details pre {
border: 0;
}
details pre.src-lisp::before { content: ""; }
summary {
outline: 0;
color: rgba(48,63,159, 1.00);
}
summary::after {
font-size: 0.85em;
color: rgba(48,63,159, 0.25);
display: inline-block;
float: right;
content: "Click to fold/unfold";
padding-right: 0.5em;
}
/* --- Table --- */
table { min-width: 100%; }
table, tbody, td, tr, th, colgroup, thead {
border: 0;
/* padding: 0;*/
}
table {
margin-top: 1em;
}
thead {
border-bottom: 1px dashed black;
}
th {
text-align: left;
font-weight: 400;
padding: 0.4em;
margin-bottom: 0.25em;
padding-bottom: 0.25em;
}
td { padding: 0.4em; }
tr:nth-child(even) {background: #f9f9f9;}
tr:nth-child(odd) {background: #ffffff;}
tbody {
/* border-bottom: 1px solid black; */
}
/* --- Description list --- */
dd {
margin-top: 0.25em;
margin-bottom: 0.50em;
}
/* --- Back links in header --- */
div.back a {
float: right;
font-weight: 300;
color: #cccccc;
font-variant: small-caps;
margin-top: -2.5em;
}
/* h2 { border-bottom: .5px solid #999999; } */ | 0.380989 | 0.125092 |
body {
font-family: "Raleway";
background-color: #fff;
min-height: 100vh;
}
.brand-wrapper {
padding-top: 7px;
}
.brand-wrapper .logo {
margin-bottom: 50px;
height: 150px;
}
#form-count {
margin-bottom: 10px;
max-height: 450px;
}
.login-section-wrapper::-webkit-scrollbar{
width: 5px;
}
.login-section-wrapper::-webkit-scrollbar-thumb{
background-color: #2f2f2f;
}
.login-section-wrapper::-webkit-scrollbar-track{
background-color: #dbdbdb;
}
#forgot-password-link{
margin-bottom: 40px;
}
.login-section-wrapper {
overflow-y: auto;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
padding: 68px 100px 0px 100px;
background-color: #fff;
}
.login-wrapper {
background-color: #fff;
width: 300px;
max-width: 100%;
padding-top: 24px;
padding-bottom: 24px;
}
.login-wrapper label {
font-size: 18px;
font-family: 'Poppins';
font-style: italic;
letter-spacing: 4px;
color: #fdcb8d;
}
.login-wrapper .form-control {
border: none;
border-bottom: 1px solid #e7e7e7;
border-radius: 0;
padding: 9px 5px;
min-height: 40px;
font-size: 18px;
font-weight: normal;
}
.login-wrapper .form-control::-webkit-input-placeholder {
color: #b0adad;
}
.login-wrapper .form-control::-moz-placeholder {
color: #b0adad;
}
.login-wrapper .form-control:-ms-input-placeholder {
color: #b0adad;
}
.login-wrapper .form-control::-ms-input-placeholder {
color: #b0adad;
}
.login-wrapper .form-control::placeholder {
color: #b0adad;
}
.login-wrapper .login-btn {
padding: 13px 20px;
background-color: #fdcb8d;
border-radius: 0;
font-size: 20px;
font-weight: bold;
color: #fff;
margin-bottom: 14px;
}
.login-wrapper .login-btn:hover {
border: 1px solid #fdbb28;
background-color: #fff;
color: #fdbb28;
}
.login-wrapper a.forgot-password-link {
color: #080808;
font-size: 14px;
text-decoration: underline;
display: inline-block;
margin-bottom: 54px;
}
.login-wrapper-footer-text {
font-size: 16px;
color: #000;
margin-bottom: 0;
}
.login-title {
font-size: 40px;
color: #313131;
font-family: 'Abril Fatface';
line-height: 43px;
margin-bottom: 25px;
}
.login-img {
width: 100%;
height: 100vh;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: left;
object-position: left;
}
@media (max-width: 320px) {
.brand-wrapper {
text-align: center;
}
}
@media (max-width: 360px) {
.brand-wrapper {
margin-bottom: 34px;
text-align: center;
height: 80px;
}
}
@media (max-width: 575px) {
#form-count {
max-height: 100%;
}
#form-count::-webkit-scrollbar{
width: 0px;
}
.login-section-wrapper {
width: 100%;
}
.login-wrapper .form-control {
font-size: 15px;
}
.login-wrapper label {
font-size: 13px;
}
.my-auto {
margin-top: 0px;
}
.brand-wrapper .logo {
height: 80px;
margin-bottom: 34px;
}
.brand-wrapper {
text-align: center;
}
.login-wrapper a.forgot-password-link {
margin-bottom: 28px;
}
.login-section-wrapper {
padding-top: 20px;
padding-bottom: 20px;
min-height: 100vh;
background-color: #2f2f2f;
}
.login-wrapper {
width: 800px;
padding-left: 30px;
padding-right: 30px;
border-radius: 10px;
}
}
@media (max-width: 991px) {
.login-section-wrapper {
padding-left: 20px;
padding-right: 20px;
}
}
/*# sourceMappingURL=login.css.map */ | barberShopControl/core/static/style/css/login.css | body {
font-family: "Raleway";
background-color: #fff;
min-height: 100vh;
}
.brand-wrapper {
padding-top: 7px;
}
.brand-wrapper .logo {
margin-bottom: 50px;
height: 150px;
}
#form-count {
margin-bottom: 10px;
max-height: 450px;
}
.login-section-wrapper::-webkit-scrollbar{
width: 5px;
}
.login-section-wrapper::-webkit-scrollbar-thumb{
background-color: #2f2f2f;
}
.login-section-wrapper::-webkit-scrollbar-track{
background-color: #dbdbdb;
}
#forgot-password-link{
margin-bottom: 40px;
}
.login-section-wrapper {
overflow-y: auto;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
padding: 68px 100px 0px 100px;
background-color: #fff;
}
.login-wrapper {
background-color: #fff;
width: 300px;
max-width: 100%;
padding-top: 24px;
padding-bottom: 24px;
}
.login-wrapper label {
font-size: 18px;
font-family: 'Poppins';
font-style: italic;
letter-spacing: 4px;
color: #fdcb8d;
}
.login-wrapper .form-control {
border: none;
border-bottom: 1px solid #e7e7e7;
border-radius: 0;
padding: 9px 5px;
min-height: 40px;
font-size: 18px;
font-weight: normal;
}
.login-wrapper .form-control::-webkit-input-placeholder {
color: #b0adad;
}
.login-wrapper .form-control::-moz-placeholder {
color: #b0adad;
}
.login-wrapper .form-control:-ms-input-placeholder {
color: #b0adad;
}
.login-wrapper .form-control::-ms-input-placeholder {
color: #b0adad;
}
.login-wrapper .form-control::placeholder {
color: #b0adad;
}
.login-wrapper .login-btn {
padding: 13px 20px;
background-color: #fdcb8d;
border-radius: 0;
font-size: 20px;
font-weight: bold;
color: #fff;
margin-bottom: 14px;
}
.login-wrapper .login-btn:hover {
border: 1px solid #fdbb28;
background-color: #fff;
color: #fdbb28;
}
.login-wrapper a.forgot-password-link {
color: #080808;
font-size: 14px;
text-decoration: underline;
display: inline-block;
margin-bottom: 54px;
}
.login-wrapper-footer-text {
font-size: 16px;
color: #000;
margin-bottom: 0;
}
.login-title {
font-size: 40px;
color: #313131;
font-family: 'Abril Fatface';
line-height: 43px;
margin-bottom: 25px;
}
.login-img {
width: 100%;
height: 100vh;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: left;
object-position: left;
}
@media (max-width: 320px) {
.brand-wrapper {
text-align: center;
}
}
@media (max-width: 360px) {
.brand-wrapper {
margin-bottom: 34px;
text-align: center;
height: 80px;
}
}
@media (max-width: 575px) {
#form-count {
max-height: 100%;
}
#form-count::-webkit-scrollbar{
width: 0px;
}
.login-section-wrapper {
width: 100%;
}
.login-wrapper .form-control {
font-size: 15px;
}
.login-wrapper label {
font-size: 13px;
}
.my-auto {
margin-top: 0px;
}
.brand-wrapper .logo {
height: 80px;
margin-bottom: 34px;
}
.brand-wrapper {
text-align: center;
}
.login-wrapper a.forgot-password-link {
margin-bottom: 28px;
}
.login-section-wrapper {
padding-top: 20px;
padding-bottom: 20px;
min-height: 100vh;
background-color: #2f2f2f;
}
.login-wrapper {
width: 800px;
padding-left: 30px;
padding-right: 30px;
border-radius: 10px;
}
}
@media (max-width: 991px) {
.login-section-wrapper {
padding-left: 20px;
padding-right: 20px;
}
}
/*# sourceMappingURL=login.css.map */ | 0.245356 | 0.037964 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
:root{
--green-color:#7ACC2D;
--white-color:white;
--space:10px;
}
html , body {
padding:0px;
margin: 0px;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
}
nav {
display:flex;
background-color: green;
padding: var(--space);
color: var(--white-color);
justify-content: space-between;
align-items: center;
}
nav ul{
display: flex;
}
nav li {
padding-left: 20px;
list-style: none;
}
nav li a{
color: black;
text-decoration: none;
}
nav li a:hover{
color: var(--white-color);
}
.main_section {
padding: 15%;
text-align: center;
}
.products {
background-image:url("curve.png");
display: flex;
padding: 20%;
height: 50px;
background-size:cover;
background-position: center top;
}
.product {
padding:var(--space);
margin-top: -240px;
}
.product .content{
background-color: white;
padding: 15px;
box-shadow: 0 0 2px black;
}
.img_content {
text-align: center;
}
.main_button{
background-color:var(--green-color);
width: 100%;
padding: 10px;
font-size: 17px;
color: white;
border: 0;
cursor: pointer;
}
.main_button:hover{
background-color: #5e9e22;
}
section {
margin-top: 1%;
}
h1 {
text-align: center;
font-size: 30px;
font-weight: bold;
}
#nombres {
font-weight: bold;
}
.productos {
display: flex;
background-position: center top;
padding: 5%;
margin-top: 5%;
box-shadow: 0px 1px 0px 0px #888888;
}
.producto {
padding: 40px;
}
.content .imagen {
margin-left: auto;
margin-right: auto;
display: block;
}
.product .content {
padding: 10px;
}
.productos2 {
display: flex;
padding: 5%;
background-position: center top;
}
.producto2 {
padding:10px;
margin: 8px;
box-shadow:black 0px 0px 20px;
margin: 5px;
border-radius: 2px;
}
footer {
background-color: gray;
display: flex;
justify-content: space-between;
}
footer p{
padding: 5px;
}
#terminos {
margin-left: 5px;
}
#correo {
margin-right: 5px;
}
footer p a:hover{
color: white;
}
footer p a {
text-decoration:none;
color:black;
} | estilosweb3.0.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
:root{
--green-color:#7ACC2D;
--white-color:white;
--space:10px;
}
html , body {
padding:0px;
margin: 0px;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
}
nav {
display:flex;
background-color: green;
padding: var(--space);
color: var(--white-color);
justify-content: space-between;
align-items: center;
}
nav ul{
display: flex;
}
nav li {
padding-left: 20px;
list-style: none;
}
nav li a{
color: black;
text-decoration: none;
}
nav li a:hover{
color: var(--white-color);
}
.main_section {
padding: 15%;
text-align: center;
}
.products {
background-image:url("curve.png");
display: flex;
padding: 20%;
height: 50px;
background-size:cover;
background-position: center top;
}
.product {
padding:var(--space);
margin-top: -240px;
}
.product .content{
background-color: white;
padding: 15px;
box-shadow: 0 0 2px black;
}
.img_content {
text-align: center;
}
.main_button{
background-color:var(--green-color);
width: 100%;
padding: 10px;
font-size: 17px;
color: white;
border: 0;
cursor: pointer;
}
.main_button:hover{
background-color: #5e9e22;
}
section {
margin-top: 1%;
}
h1 {
text-align: center;
font-size: 30px;
font-weight: bold;
}
#nombres {
font-weight: bold;
}
.productos {
display: flex;
background-position: center top;
padding: 5%;
margin-top: 5%;
box-shadow: 0px 1px 0px 0px #888888;
}
.producto {
padding: 40px;
}
.content .imagen {
margin-left: auto;
margin-right: auto;
display: block;
}
.product .content {
padding: 10px;
}
.productos2 {
display: flex;
padding: 5%;
background-position: center top;
}
.producto2 {
padding:10px;
margin: 8px;
box-shadow:black 0px 0px 20px;
margin: 5px;
border-radius: 2px;
}
footer {
background-color: gray;
display: flex;
justify-content: space-between;
}
footer p{
padding: 5px;
}
#terminos {
margin-left: 5px;
}
#correo {
margin-right: 5px;
}
footer p a:hover{
color: white;
}
footer p a {
text-decoration:none;
color:black;
} | 0.484624 | 0.090173 |
:root {
/* Color Variables: Use these variables to make broad-sweeping changes to the colors throughout the application. */
--core-primary: #22262F;
--core-primary-1: #171A20;
--core-primary-2: #373B43;
--core-primary-3: #3D4455;
--core-primary-4: #5B606F;
--core-primary-5: #ACB2C0;
--accent-primary: #0a8cf4;
--accent-primary-1: #087ddb;
--accent-primary-2: #398bff;
--accent-positive: #2cc13f;
--accent-positive-1: #27ae38;
--accent-aware: #f5a623;
--accent-aware-1: #dc951f;
--accent-negative: #f26666;
--accent-negative-1: #da5c5c;
--scrollbar-color: var(--core-primary-5);
/* Font Variables: Use these variables to make changes to the global font styles. */
--font-color: white;
--font-color-1: var(--core-primary-5);
--font-weight: 600;
--font-weight-1: 400;
--font-weight-2: bold;
/* Component Variables: Use these variables to make granular changes to specific components. */
/* Toolbar */
--toolbar-font-size: 12px;
--toolbar-font-color: var(--font-color);
--toolbar-font-weight: var(--font-weight);
--toolbar-height: 39px;
--toolbar-brand-logo-width: 14px;
--toolbar-brand-logo-height: 16px;
--toolbar-background-color: var(--core-primary);
--toolbar-button-hover-color: var(--core-primary-3);
--toolbar-resize-area-color: var(--core-primary-3);
--toolbar-icon-workspace-color: var(--accent-aware);
--toolbar-icon-app-color: var(--accent-primary);
--toolbar-icon-font-size: 13px;
--toolbar-separator: 1px solid rgba(255, 255, 255, 0.3);
/* Window Title bar */
--titleBar-height: 25px;
--titleBar-font-size: 12px;
--titleBar-icon-font-size: 8px;
--titleBar-font-weight: var(--font-weight);
--titleBar-active-font-color: var(--font-color); /* Not in use by default */
--titleBar-inactive-font-color: var(--font-color-1);
--titleBar-linker-font-color: black;
--titleBar-background-inactive-color: var(--core-primary);
--titleBar-background-active-color: var(--core-primary);
--titlebar-tab-active-font-color: var(--font-color);
--titlebar-tab-inactive-font-color: var(--font-color-1);
--titlebar-tab-hover-font-color: var(--font-color);
--titlebar-tab-icon-font-color: var(--accent-primary);
--titlebar-tab-hover-background-color: var(--core-primary-2);
--titlebar-tab-active-background-color: var(--core-primary-3);
--titlebar-tab-inactive-background-color: var(--core-primary);
--titlebar-tab-ghost-background-color: var(--accent-primary-1);
--titlebar-tab-ghost-border-color: var(--accent-primary);
--titlebar-icon-color: var(--font-color-1);
--titlebar-icon-hover-color: var(--font-color);
--titleBar-button-hover-active-color: var(--core-primary-4);
--titleBar-button-hover-inactive-color: var(--core-primary-3);
--titleBar-button-highlight-active-color: var(--accent-primary);
--titleBar-button-highlight-inactive-color: var(--accent-primary-1);
--titleBar-button-hover-negative-color: var(--accent-negative);
--titleBar-button-hover-linker-group: var(--core-primary-3);
/* Dialogs (e.g., singleInput and yesNo) */
--dialog-title-font-size: 21px;
--dialog-title-font-weight: var(--font-weight-1);
--dialog-title-font-family: var(--font-family);
--dialog-title-font-color: var(--font-color);
--dialog-question-font-size: 12px;
--dialog-question-font-weight: var(--font-weight-1);
--dialog-question-font-color: var(--font-color-1);
--dialog-background-color: var(--core-primary);
--dialog-font-color: var(--font-color);
--dialog-input-font-size: 12px;
--dialog-input-font-color: var(--font-color);
--dialog-input-font-weight: var(--font-weight-1);
--dialog-input-background-color: transparent;
--dialog-input-border-color: var(--core-primary-3);
--dialog-input-border-focus-color: var(--accent-primary-2);
--dialog-input-border-error-color: var(--accent-negative);
/* Buttons and Inputs */
--button-font-size: 12px;
--button-font-weight: var(--font-weight);
--button-affirmative-background-color: var(--accent-primary);
--button-affirmative-border-color: transparent;
--button-affirmative-background-hover-color: var(--accent-primary-1);
--button-affirmative-border-hover-color: transparent;
--button-neutral-background-color: transparent;
--button-neutral-border-color: transparent;
--button-neutral-border-hover-color: var(--core-primary-5);
--button-negative-background-color: var(--accent-negative);
--button-negative-border-color: var(--accent-negative-1);
--button-negative-background-hover-color: var(--accent-negative-1);
--button-negative-border-hover-color: var(--accent-negative-1);
--button-disabled-color: var(--core-primary-4);
--input-negative-border-color: var(
--accent-negative
); /* Currently not in use */
/* Menus */
--menu-font-size: 12px;
--menu-font-icon-size: 13px;
--menu-action-icon-color: var(--core-primary-5);
--menu-font-weight: var(--font-weight);
--menu-font-color: var(--font-color);
--menu-active-workspace-font-weight: var(--font-weight-2);
--menu-active-workspace-font-color: var(--accent-aware);
--menu-background-color: var(--core-primary);
--menu-dragHandle-color: var(--core-primary-4);
--menu-actions-background-color: var(--core-primary);
--menu-actions-hover-color: var(--core-primary-3);
--menu-content-background-color: var(--core-primary);
--menu-content-hover-color: var(--core-primary-3);
--menu-favorite-hover-color: var(--accent-primary);
--menu-favorite-active-hover-color: var(--accent-primary-1);
--menu-delete-background-hover-color: var(--accent-negative);
--menu-linker-selected-font-color: var(--font-color);
--menu-linker-selected-font-size: 12px;
/* Search Menu */
--search-menu-font-size: 12px;
--search-input-font-color: black;
--search-input-background-color: white;
--search-hover-background-color: var(--core-primary-3);
--search-header-font-size: 14px;
--search-header-font-color: var(--accent-primary);
--search-header-font-weight: var(--font-weight-2);
--search-result-font-color: var(--font-color);
--search-result-font-weight: var(--font-weight-1);
--search-result-highlighter-color: var(--core-primary-2);
--search-result-selected-color: var(--core-primary-3);
/* Window Frame */
--window-frame-inactive-color: var(--core-primary);
--window-frame-active-color: var(--core-primary-2);
--window-border-color: rgba(61, 69, 85, 0.2);
/* Window Scrims and Masks */
--groupMask-background-color: var(--accent-primary);
--groupMask-border-color: var(--accent-primary-1);
--scrim-icon-font-color: var(--font-color);
--scrim-icon-font-size: 100px;
--scrim-positive-background-color: var(--accent-primary-2);
--scrim-negative-background-color: var(--accent-negative);
/* Content Dialog (e.g., userPreferences and appCatalog) */
--content-font-size: 12px;
--content-header-font-size: 16px;
--content-header-font-color: var(--accent-primary);
--content-font-color: var(--font-color);
--content-font-weight: var(--font-weight);
--content-nav-header-font-size: 16px;
--content-nav-header-font-weight: var(--font-weight);
--content-nav-header-background-color: var(--core-primary-2);
--content-nav-background-color: var(--core-primary);
--content-nav-highlighter: var(--core-primary-3);
--content-nav-highlighter-hover: var(--core-primary-2);
--content-background-color: var(--core-primary-1);
--content-hint-font-color: var(--font-color-1);
--content-component-list-font-size: 12px;
--content-list-border-color: var(--core-primary-5);
--content-list-highlighter: var(--core-primary-3);
--content-list-drag-icon-color: var(--core-primary-4);
--content-list-item-flagged-color: var(--accent-primary);
--content-list-editor-font-color: var(--font-color);
--content-list-editor-highlighted-text: var(--accent-primary);
--content-button-label-font-size: 12px;
--content-button-disabled-border-color: var(--core-primary-2);
--content-button-icon-color: var(--font-color-1);
--content-button-neutral-hover-color: white;
--content-checkbox-check-color: var(--font-color);
--content-checkbox-background-color: var(--accent-primary);
--content-checkbox-unchecked-border-color: var(--core-primary-5);
--content-card-background-color: var(--core-primary-2);
--content-card-bestMatch-background-color: var(--core-primary-2);
--content-card-icon-background-color: var(--accent-primary-1);
--content-card-icon-font-size: 20px;
--content-card-title-font-size: 12px;
--content-back-font-size: 13px;
--content-close-hover-color: var(--accent-negative);
--content-warning-text: var(--accent-aware);
--content-restart-button-color: var(--accent-primary-1);
/* Notifications */
--notification-body-background-color: var(--toolbar-background-color);
--notification-body-font-color: var(--font-color);
--notification-body-font-family: var(--font-family);
--notification-logo-width: 14px;
--notification-title-font-size: 13px;
--notification-title-font-weight: var(--font-weight);
--notification-close-icon-hover-color: var(--accent-negative);
--notification-description-font-size: 13px;
/* Process Monitor */
--procMonitor-font-color: var(--font-color);
--procMonitor-font-size: 12px;
--procMonitor-font-weight: var(--font-weight-1);
--procMonitor-component-name-font-weight: var(--font-weight-1);
--procMonitor-process-name-font-weight: var(--font-weight);
--procMonitor-background-color: var(--core-primary);
--procMonitor-list-border-color: var(--core-primary-3);
--procMonitor-close-component-font-color: var(--font-color-1);
--procMonitor-warning-background-color: var(--accent-aware-1);
--procMonitor-negative-border-color: var(--accent-negative-1);
--procMonitor-negative-background-color: var(--accent-negative);
--procMonitor-close-hover-color: var(--accent-negative);
/* App Catalog */
--catalog-font-size-header: 14px;
--catalog-font-size-text: 12px;
--catalog-font-weight: var(--font-weight);
--catalog-carousel-font-weight: var(--font-weight-2);
--catalog-font-color: var(--font-color);
--catalog-tag-font-color: var(--core-primary-5);
--catalog-toast-background-color: var(--core-primary);
--catalog-background-color: var(--core-primary-1);
--catalog-pagination-dots-color: var(--core-primary-3);
--catalog-pagination-dots-active-color: white;
--catalog-hero-border-color: transparent;
--catalog-hero-background-color: var(--core-primary-2);
--catalog-card-background-color: var(--core-primary);
--catalog-card-checkmark-unselected-color: var(--core-primary-4);
--catalog-card-checkmark-selected-color: var(--accent-positive);
--catalog-section-header-font-color: var(--accent-primary);
--catalog-search-border-color: var(--core-primary-4);
--catalog-search-active-border-color: var(--accent-primary-2);
--catalog-disabled-button-background-color: var(--core-primary-3);
/* Shared Tag Styles */
--tag-font-size: 11px;
--tag-background-color: var(--core-primary-2);
--tag-background-hover-color: var(--core-primary-3);
--tag-font-color: var(--font-color);
--tag-font-weight: var(--font-weight-1);
--tag-close-icon-hover-color: var(--accent-negative);
--tag-checkmark-icon-color: var(--accent-positive);
/* App Menu */
--appMenu-font-size: 12px;
--appMenu-font-weight: var(--font-weight);
--appMenu-tag-font-weight: var(--font-weight-1);
--appMenu-font-color: var(--font-color);
--appMenu-leftNav-background-color: var(--core-primary);
--appMenu-close-hover-color: var(--accent-negative);
--appMenu-leftNav-highlighter-hover: var(--core-primary-2);
--appMenu-leftNav-highlighter: var(--core-primary-3);
--appMenu-leftNav-icon-color: var(--core-primary-4);
--appMenu-leftNav-contextMenu-background-color: var(--core-primary-3);
--appMenu-background-color: var(--core-primary-1);
--appMenu-actions-menu-background-color: var(--core-primary-2);
--appMenu-app-item-hover-background-color: var(--core-primary-3);
--appMenu-app-favorite-color: var(--accent-primary);
--appMenu-app-icon-color: var(--accent-primary);
--appMenu-sort-inactive-border-color: var(--core-primary-5);
--appMenu-sort-active-color: var(--accent-primary-1);
--appMenu-search-input-inactive-color: var(--core-primary-3);
--appMenu-search-input-active-color: var(--accent-primary-2);
--appMenu-search-input-error-color: var(--accent-negative);
--appMenu-edit-icon-hover-color: white;
--appMenu-separator-color: var(--core-primary-3);
--appMenu-icon-color: var(--font-color-1);
} | assets/css/_themeWhitelabel.css |
:root {
/* Color Variables: Use these variables to make broad-sweeping changes to the colors throughout the application. */
--core-primary: #22262F;
--core-primary-1: #171A20;
--core-primary-2: #373B43;
--core-primary-3: #3D4455;
--core-primary-4: #5B606F;
--core-primary-5: #ACB2C0;
--accent-primary: #0a8cf4;
--accent-primary-1: #087ddb;
--accent-primary-2: #398bff;
--accent-positive: #2cc13f;
--accent-positive-1: #27ae38;
--accent-aware: #f5a623;
--accent-aware-1: #dc951f;
--accent-negative: #f26666;
--accent-negative-1: #da5c5c;
--scrollbar-color: var(--core-primary-5);
/* Font Variables: Use these variables to make changes to the global font styles. */
--font-color: white;
--font-color-1: var(--core-primary-5);
--font-weight: 600;
--font-weight-1: 400;
--font-weight-2: bold;
/* Component Variables: Use these variables to make granular changes to specific components. */
/* Toolbar */
--toolbar-font-size: 12px;
--toolbar-font-color: var(--font-color);
--toolbar-font-weight: var(--font-weight);
--toolbar-height: 39px;
--toolbar-brand-logo-width: 14px;
--toolbar-brand-logo-height: 16px;
--toolbar-background-color: var(--core-primary);
--toolbar-button-hover-color: var(--core-primary-3);
--toolbar-resize-area-color: var(--core-primary-3);
--toolbar-icon-workspace-color: var(--accent-aware);
--toolbar-icon-app-color: var(--accent-primary);
--toolbar-icon-font-size: 13px;
--toolbar-separator: 1px solid rgba(255, 255, 255, 0.3);
/* Window Title bar */
--titleBar-height: 25px;
--titleBar-font-size: 12px;
--titleBar-icon-font-size: 8px;
--titleBar-font-weight: var(--font-weight);
--titleBar-active-font-color: var(--font-color); /* Not in use by default */
--titleBar-inactive-font-color: var(--font-color-1);
--titleBar-linker-font-color: black;
--titleBar-background-inactive-color: var(--core-primary);
--titleBar-background-active-color: var(--core-primary);
--titlebar-tab-active-font-color: var(--font-color);
--titlebar-tab-inactive-font-color: var(--font-color-1);
--titlebar-tab-hover-font-color: var(--font-color);
--titlebar-tab-icon-font-color: var(--accent-primary);
--titlebar-tab-hover-background-color: var(--core-primary-2);
--titlebar-tab-active-background-color: var(--core-primary-3);
--titlebar-tab-inactive-background-color: var(--core-primary);
--titlebar-tab-ghost-background-color: var(--accent-primary-1);
--titlebar-tab-ghost-border-color: var(--accent-primary);
--titlebar-icon-color: var(--font-color-1);
--titlebar-icon-hover-color: var(--font-color);
--titleBar-button-hover-active-color: var(--core-primary-4);
--titleBar-button-hover-inactive-color: var(--core-primary-3);
--titleBar-button-highlight-active-color: var(--accent-primary);
--titleBar-button-highlight-inactive-color: var(--accent-primary-1);
--titleBar-button-hover-negative-color: var(--accent-negative);
--titleBar-button-hover-linker-group: var(--core-primary-3);
/* Dialogs (e.g., singleInput and yesNo) */
--dialog-title-font-size: 21px;
--dialog-title-font-weight: var(--font-weight-1);
--dialog-title-font-family: var(--font-family);
--dialog-title-font-color: var(--font-color);
--dialog-question-font-size: 12px;
--dialog-question-font-weight: var(--font-weight-1);
--dialog-question-font-color: var(--font-color-1);
--dialog-background-color: var(--core-primary);
--dialog-font-color: var(--font-color);
--dialog-input-font-size: 12px;
--dialog-input-font-color: var(--font-color);
--dialog-input-font-weight: var(--font-weight-1);
--dialog-input-background-color: transparent;
--dialog-input-border-color: var(--core-primary-3);
--dialog-input-border-focus-color: var(--accent-primary-2);
--dialog-input-border-error-color: var(--accent-negative);
/* Buttons and Inputs */
--button-font-size: 12px;
--button-font-weight: var(--font-weight);
--button-affirmative-background-color: var(--accent-primary);
--button-affirmative-border-color: transparent;
--button-affirmative-background-hover-color: var(--accent-primary-1);
--button-affirmative-border-hover-color: transparent;
--button-neutral-background-color: transparent;
--button-neutral-border-color: transparent;
--button-neutral-border-hover-color: var(--core-primary-5);
--button-negative-background-color: var(--accent-negative);
--button-negative-border-color: var(--accent-negative-1);
--button-negative-background-hover-color: var(--accent-negative-1);
--button-negative-border-hover-color: var(--accent-negative-1);
--button-disabled-color: var(--core-primary-4);
--input-negative-border-color: var(
--accent-negative
); /* Currently not in use */
/* Menus */
--menu-font-size: 12px;
--menu-font-icon-size: 13px;
--menu-action-icon-color: var(--core-primary-5);
--menu-font-weight: var(--font-weight);
--menu-font-color: var(--font-color);
--menu-active-workspace-font-weight: var(--font-weight-2);
--menu-active-workspace-font-color: var(--accent-aware);
--menu-background-color: var(--core-primary);
--menu-dragHandle-color: var(--core-primary-4);
--menu-actions-background-color: var(--core-primary);
--menu-actions-hover-color: var(--core-primary-3);
--menu-content-background-color: var(--core-primary);
--menu-content-hover-color: var(--core-primary-3);
--menu-favorite-hover-color: var(--accent-primary);
--menu-favorite-active-hover-color: var(--accent-primary-1);
--menu-delete-background-hover-color: var(--accent-negative);
--menu-linker-selected-font-color: var(--font-color);
--menu-linker-selected-font-size: 12px;
/* Search Menu */
--search-menu-font-size: 12px;
--search-input-font-color: black;
--search-input-background-color: white;
--search-hover-background-color: var(--core-primary-3);
--search-header-font-size: 14px;
--search-header-font-color: var(--accent-primary);
--search-header-font-weight: var(--font-weight-2);
--search-result-font-color: var(--font-color);
--search-result-font-weight: var(--font-weight-1);
--search-result-highlighter-color: var(--core-primary-2);
--search-result-selected-color: var(--core-primary-3);
/* Window Frame */
--window-frame-inactive-color: var(--core-primary);
--window-frame-active-color: var(--core-primary-2);
--window-border-color: rgba(61, 69, 85, 0.2);
/* Window Scrims and Masks */
--groupMask-background-color: var(--accent-primary);
--groupMask-border-color: var(--accent-primary-1);
--scrim-icon-font-color: var(--font-color);
--scrim-icon-font-size: 100px;
--scrim-positive-background-color: var(--accent-primary-2);
--scrim-negative-background-color: var(--accent-negative);
/* Content Dialog (e.g., userPreferences and appCatalog) */
--content-font-size: 12px;
--content-header-font-size: 16px;
--content-header-font-color: var(--accent-primary);
--content-font-color: var(--font-color);
--content-font-weight: var(--font-weight);
--content-nav-header-font-size: 16px;
--content-nav-header-font-weight: var(--font-weight);
--content-nav-header-background-color: var(--core-primary-2);
--content-nav-background-color: var(--core-primary);
--content-nav-highlighter: var(--core-primary-3);
--content-nav-highlighter-hover: var(--core-primary-2);
--content-background-color: var(--core-primary-1);
--content-hint-font-color: var(--font-color-1);
--content-component-list-font-size: 12px;
--content-list-border-color: var(--core-primary-5);
--content-list-highlighter: var(--core-primary-3);
--content-list-drag-icon-color: var(--core-primary-4);
--content-list-item-flagged-color: var(--accent-primary);
--content-list-editor-font-color: var(--font-color);
--content-list-editor-highlighted-text: var(--accent-primary);
--content-button-label-font-size: 12px;
--content-button-disabled-border-color: var(--core-primary-2);
--content-button-icon-color: var(--font-color-1);
--content-button-neutral-hover-color: white;
--content-checkbox-check-color: var(--font-color);
--content-checkbox-background-color: var(--accent-primary);
--content-checkbox-unchecked-border-color: var(--core-primary-5);
--content-card-background-color: var(--core-primary-2);
--content-card-bestMatch-background-color: var(--core-primary-2);
--content-card-icon-background-color: var(--accent-primary-1);
--content-card-icon-font-size: 20px;
--content-card-title-font-size: 12px;
--content-back-font-size: 13px;
--content-close-hover-color: var(--accent-negative);
--content-warning-text: var(--accent-aware);
--content-restart-button-color: var(--accent-primary-1);
/* Notifications */
--notification-body-background-color: var(--toolbar-background-color);
--notification-body-font-color: var(--font-color);
--notification-body-font-family: var(--font-family);
--notification-logo-width: 14px;
--notification-title-font-size: 13px;
--notification-title-font-weight: var(--font-weight);
--notification-close-icon-hover-color: var(--accent-negative);
--notification-description-font-size: 13px;
/* Process Monitor */
--procMonitor-font-color: var(--font-color);
--procMonitor-font-size: 12px;
--procMonitor-font-weight: var(--font-weight-1);
--procMonitor-component-name-font-weight: var(--font-weight-1);
--procMonitor-process-name-font-weight: var(--font-weight);
--procMonitor-background-color: var(--core-primary);
--procMonitor-list-border-color: var(--core-primary-3);
--procMonitor-close-component-font-color: var(--font-color-1);
--procMonitor-warning-background-color: var(--accent-aware-1);
--procMonitor-negative-border-color: var(--accent-negative-1);
--procMonitor-negative-background-color: var(--accent-negative);
--procMonitor-close-hover-color: var(--accent-negative);
/* App Catalog */
--catalog-font-size-header: 14px;
--catalog-font-size-text: 12px;
--catalog-font-weight: var(--font-weight);
--catalog-carousel-font-weight: var(--font-weight-2);
--catalog-font-color: var(--font-color);
--catalog-tag-font-color: var(--core-primary-5);
--catalog-toast-background-color: var(--core-primary);
--catalog-background-color: var(--core-primary-1);
--catalog-pagination-dots-color: var(--core-primary-3);
--catalog-pagination-dots-active-color: white;
--catalog-hero-border-color: transparent;
--catalog-hero-background-color: var(--core-primary-2);
--catalog-card-background-color: var(--core-primary);
--catalog-card-checkmark-unselected-color: var(--core-primary-4);
--catalog-card-checkmark-selected-color: var(--accent-positive);
--catalog-section-header-font-color: var(--accent-primary);
--catalog-search-border-color: var(--core-primary-4);
--catalog-search-active-border-color: var(--accent-primary-2);
--catalog-disabled-button-background-color: var(--core-primary-3);
/* Shared Tag Styles */
--tag-font-size: 11px;
--tag-background-color: var(--core-primary-2);
--tag-background-hover-color: var(--core-primary-3);
--tag-font-color: var(--font-color);
--tag-font-weight: var(--font-weight-1);
--tag-close-icon-hover-color: var(--accent-negative);
--tag-checkmark-icon-color: var(--accent-positive);
/* App Menu */
--appMenu-font-size: 12px;
--appMenu-font-weight: var(--font-weight);
--appMenu-tag-font-weight: var(--font-weight-1);
--appMenu-font-color: var(--font-color);
--appMenu-leftNav-background-color: var(--core-primary);
--appMenu-close-hover-color: var(--accent-negative);
--appMenu-leftNav-highlighter-hover: var(--core-primary-2);
--appMenu-leftNav-highlighter: var(--core-primary-3);
--appMenu-leftNav-icon-color: var(--core-primary-4);
--appMenu-leftNav-contextMenu-background-color: var(--core-primary-3);
--appMenu-background-color: var(--core-primary-1);
--appMenu-actions-menu-background-color: var(--core-primary-2);
--appMenu-app-item-hover-background-color: var(--core-primary-3);
--appMenu-app-favorite-color: var(--accent-primary);
--appMenu-app-icon-color: var(--accent-primary);
--appMenu-sort-inactive-border-color: var(--core-primary-5);
--appMenu-sort-active-color: var(--accent-primary-1);
--appMenu-search-input-inactive-color: var(--core-primary-3);
--appMenu-search-input-active-color: var(--accent-primary-2);
--appMenu-search-input-error-color: var(--accent-negative);
--appMenu-edit-icon-hover-color: white;
--appMenu-separator-color: var(--core-primary-3);
--appMenu-icon-color: var(--font-color-1);
} | 0.483892 | 0.068756 |
.blackfont {
color: black;
}
.section_content {
font-family: 'Arya', sans-serif;
letter-spacing: 2px;
}
.line {
width: 150px;
height: 7px;
background-color: #005e75;
}
.card_line {
width: 50px;
height: 5px;
background-color: #005e75;
position: absolute;
left: 30px;
bottom: 0px;
}
.footer_line {
width: 150px;
height: 3px;
background-color: white;
}
.section_title h6 {
font-size: 45px;
color: #005e75;
font-family: 'Arya', sans-serif;
}
/***HEADER CSS*/
header {
padding-top: 15px;
}
.header_info_icon h6:hover {
color: #005e75;
}
.menu_bar {
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.24);
text-align: center
}
.menubar li {
list-style: none;
display: inline;
margin: 0 10px;
}
.menubar li a {
font-family: 'Arya', sans-serif;
color: rgb(216, 216, 216);
text-transform: uppercase;
font-size: 21px;
text-decoration: none;
}
.menubar {
background-color: #5c859c;
box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.315);
position: absolute;
z-index: 99;
width: 100%;
}
.headermenu {
padding: 15px;
margin: 0px;
}
/*HOM SLIDER CSS*/
.hero_slider_right_image {
margin-top: 10px
}
.hero_slider {
width: 100%;
height: 850px;
background-size: cover;
object-fit: contain;
background-repeat: no-repeat;
position: relative;
margin-top: 62px
}
.hero_slider_content {
height: 850px;
}
.hero_text_two {
color: #005e75;
font-size: 75px!important;
}
.slider_text {
font-size: 55px;
color: white;
margin-top: -150px;
font-family: 'Arya', sans-serif;
}
.hero_slider small {
color: white;
font-size: 35px;
font-family: 'Arya', sans-serif;
}
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: left;
font-size: 18px;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
/* ANA SAYFA SECTIONS*/
#isleyis {
margin-top: -150px;
}
.neyapiyoruz_card i {
text-align: center;
font-size: 55;
color: #005e75;
}
.neyapiyoruz_card h6 {
font-size: 30px;
color: #005e75;
}
.neyapiyoruz_card p {
font-size: 20px;
color: gray;
}
.neyapiyoruz_card {
padding: 50px;
text-align: center;
font-family: 'Arya', sans-serif;
border: 1px solid #005e7544;
border-radius: 15px;
box-shadow: 1px 1px 2px 2px #005e7544;
}
.slider_button {
background-color: #005e75!important;
color: white;
letter-spacing: 2px;
font-family: 'Arya', sans-serif;
border: none;
}
.popularCategories {
font-family: 'Arya', sans-serif;
font-weight: 400;
letter-spacing: 2px;
}
.stand_container {
width: 100%;
position: relative;
}
.stand_container img {
box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.205);
border-radius: 15px;
}
.stand_container h6 {
position: absolute;
bottom: 50px;
left: 30px;
font-size: 25px;
color: white;
font-family: 'Arya', sans-serif;
}
.home_product_image {
width: 250px;
margin: auto;
text-align: center;
}
.home_product_card {
border: 2px solid #005e7552;
padding: 15px;
border-radius: 15px;
text-align: center;
position: relative;
box-shadow: 2px 2px 2px 2px rgba(128, 128, 128, 0.075);
}
.home_product_card h5 {
text-align: center;
color: #005e75;
font-family: 'Arya', sans-serif;
font-size: 23px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.links {
text-decoration: none;
}
.link_yonlendirme {
color: #005e75;
text-decoration: none;
}
.home_product_price_container h6 {
margin: 0 3px;
}
.home_regular_price {
font-size: 30px!important;
margin-bottom: 30px!important;
color: #005e75;
}
.indirimde {
background-color: green;
color: white;
padding: 7px;
position: absolute;
top: 0;
left: 0;
border-top-left-radius: 15px;
}
.add-to-cart-button {
background-color: #005e75;
color: white;
font-family: 'Arya', sans-serif;
padding: 7px;
position: absolute;
bottom: 0;
left: 0;
border-bottom-left-radius: 15px;
text-decoration: none;
}
.stokta-yok {
background-color: #0f0f0f;
color: white;
font-family: 'Arya', sans-serif;
padding: 7px;
position: absolute;
bottom: 0;
left: 0;
border-bottom-left-radius: 15px;
text-decoration: none;
}
.stokta-yok:hover {
color: white;
}
.stok-bildirim {
position: absolute;
right: 18px;
bottom: -5px;
color: #005e75;
font-family: 'Arya', sans-serif;
}
.add-to-cart-button:hover {
color: white;
background-color: #003846;
}
.home_sale_price {
font-size: 25px;
color: gray!important;
}
.footer_content {
padding: 15px
}
.footer_content h6 {
color: gray;
font-family: 'Arya', sans-serif;
font-size: 28px;
}
#standlarimiz {
padding: 15px;
box-shadow: 1px 1px 2px 2px #005e75;
;
}
.iletisimmenu {
padding: 0;
}
.iletisimmenu li {
list-style: none;
}
.iletisimmenu li a {
text-decoration: none;
}
.iletisimmenu i {
color: #005e75;
font-size: 20px;
margin-top: 10px;
}
.iletisimmenu span {
color: gray;
margin-left: 15px;
margin-top: 15px;
font-size: 16px;
}
.bilgimenu {
margin-top: 8px;
padding: 0;
}
.login-button {
cursor: pointer;
}
.bilgimenu li {
list-style: none;
}
.bizekatıltext {
font-size: 18px!important;
margin-top: 50px;
}
.loginNot {
font-size: 18px!important;
color: #003846!important;
margin-top: 35px;
}
.login-button {
text-decoration: none;
}
.logincard {
padding: 50px
}
.logincard h6 {
text-align: center;
color: #003846;
font-size: 35px;
}
.bilgimenu li a {
color: gray;
font-size: 21px;
text-decoration: none;
text-transform: capitalize;
}
.stand_detail_button {
position: absolute;
bottom: 20px;
left: 30px;
background-color: #005e75!important;
color: white;
letter-spacing: 2px;
font-family: 'Arya', sans-serif;
border: none;
}
.socialIcons h6 {
font-family: 'Swanky and Moo Moo', cursive;
color: white;
font-size: 25px;
margin-right: 10px;
}
.socialIcons {
margin-top: 15px;
}
.socialIcons i {
font-size: 30px;
color: white;
margin: 0 7px;
}
.header_logo {
width: 250px;
margin-bottom: 30px;
margin-top: -10px;
}
.padding {
padding-right: 10%;
padding-left: 10%;
}
.header_info_icon .fa-cart-shopping {
position: relative;
}
.header_info_icon .fa-cart-shopping .badge {
position: absolute;
top: -5px;
right: -5px;
font-size: 11px;
border-radius: 100%;
padding: 5px;
background-color: #558CAB!important;
}
.popularCategories {
margin-top: 7px
}
.header_info_panel {
margin-top: 15px;
float: right
}
.header_info_icon {
margin: 0 15px;
}
#user_icon img {
width: 25px;
object-fit: contain
}
.cart_empty_container {
padding: 50px;
text-align: center;
}
.cart_empty_container i {
font-size: 70px;
color: #005e75;
margin-top: 15px;
}
.page_content {
margin-top: 100px;
}
#cart_icon img {
width: 35px;
object-fit: contain
}
.complated_message {
font-family: 'Arya', sans-serif!important;
font-size: 18px!important;
text-align: center;
}
.header_info_icon img {
color: gray;
margin-right: 5px
}
.cart_container {
border-radius: 15px;
padding: 15px;
}
#cart_icon {
position: relative;
}
#cart_icon .badge {
position: absolute;
top: 0;
left: 20px;
padding: 2px;
font-size: 11px;
}
.header_info_icon h6 {
font-size: 19px;
font-weight: 300;
color: gray
}
.login_user_name_text {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
list-style: none;
}
.user_panel_container {
list-style: none;
text-decoration: none;
position: relative;
}
.user_panel_dropdown {
position: absolute;
width: 100%;
display: none;
background-color: white;
padding: 15px;
border: 1px solid rgba(0, 0, 0, 0.404);
border-radius: 3px;
z-index: 99999;
list-style: none;
}
.user_panel_dropdown li a {
text-decoration: none;
color: gray;
margin-top: 5px;
}
.user_panel_dropdown li a:hover {
text-decoration: none;
color: #005e75;
margin-top: 5px;
}
.cat_item {
background-color: #558CAB;
color: white;
padding-right: 15px;
padding-left: 15px;
margin: 0 5px;
border-radius: 15px;
font-weight: 600px
}
.header_search_container {
height: 50px;
border-radius: 10px
}
.logo_container {
margin-top: 7px;
}
#header_menu_button {
display: none;
}
#mobil_search_container {
display: none
}
/*URUNLERİMİZ SAYFASI*/
.product_filter_card {
padding: 15px;
margin-top: 10px;
}
.filter_title {
font-size: 23px;
color: #005e75;
font-family: 'Arya', sans-serif!important;
letter-spacing: 2px;
}
@media (max-width: 1399.98px) {
.padding {
padding-right: 3%;
padding-left: 3%;
}
}
@media (max-width: 1199.98px) {
.header_info_panel h6 {
display: none
}
}
@media (max-width: 991.98px) {
#web_search_container {
display: none
}
#mobil_search_container {
display: block
}
.headermenu {
display: none;
}
.menubar {
padding: 10px;
margin-top: 10px;
}
#header_menu_button {
display: inline;
color: white;
font-size: 40px;
padding-top: 15px;
padding-bottom: 15px;
}
.slider_text {
font-size: 35px;
margin-top: 50px;
}
.hero_slider_right_image {
width: 350px;
float: center;
}
#header_right_col {
text-align: center!important;
}
}
@media (max-width: 575.98px) {
.slider_text {
font-size: 35px;
margin-top: 50px;
text-align: center;
}
.text_content_container small {
font-size: 25px;
text-align: center;
}
.hero_slider_right_image {
width: 300px;
float: center;
}
.header_logo {
margin-bottom: 0px;
}
.popularCategories {
display: none!important;
}
#header_menu_button {
padding: 0;
}
.socialIcons {
margin-top: 3px;
}
#header_right_col {
display: none;
}
.home_sale_price {
font-size: 18px!important;
margin-right: 0!important;
}
.home_regular_price {
margin-left: 1px!important;
font-size: 23px!important;
}
}
.fixed {
position: absolute;
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background-color: white;
}
#web_search_container {
position: relative;
}
.searchbtn:focus,
.searchbtn:hover {
outline: none!important;
}
.cart_image {
width: 100px;
}
.popularCategories {
margin-top: -14px!important;
}
#mobil_search_container {
position: relative
}
#search_icon {
position: absolute;
right: 20px;
top: 10px;
z-index: 999;
font-size: 30px;
color: #005e75;
}
.searchcontent {
position: absolute;
background-color: white;
z-index: 9999;
border: 1px solid blue;
border-radius: 15px;
padding: 15px;
display: none;
}
.searchcontent_container li {
list-style: none;
margin: 0 7px;
}
footer {
background-color: rgb(49, 49, 49);
margin-top: 15px;
}
.footer_logo {
margin-top: 10px;
width: 350px;
}
.footer_content p {
color: gray;
}
.categories_list {
padding: 0
}
.categories_list li {
list-style: none;
margin-top: 5px;
margin-bottom: 5px;
}
.categories_list li a {
text-decoration: none;
color: gray;
}
.categories_line {
width: 150px;
height: 3px;
background-color: #005e75;
}
.categories_list li a:hover {
color: #005e75;
}
.breadcrumbs {
padding: 15px;
box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.123);
}
.breadcrumbs_menu {
margin: 0;
}
.breadcrumbs_menu li {
list-style: none;
display: inline;
}
.breadcrumbs_menu li a {
text-decoration: none;
color: gray;
}
.breadcrumbs_menu .last {
color: #005e75;
font-weight: 600;
}
.ayrac {
font-size: 20px;
font-weight: 600;
color: #003846;
margin-right: 5px;
margin-left: 5px;
}
.product_detail_image {
width: 450px;
}
.product_detail_title {
color: #005e75;
font-size: 30px;
font-family: 'Arya', sans-serif;
}
.product_content_row {}
.counterbutton {
background-color: #005e75;
border-radius: 35px;
padding: 10px;
color: white;
}
.counterbutton h6 {
font-size: 20px;
padding-right: 5px;
padding-left: 5px;
}
.counter_input {
font-size: 25px;
color: #005e75;
margin-top: 10px;
margin-right: 7px;
margin-left: 7px;
}
.counter_detail {
border: none;
color: #005e75;
width: 50px!important;
}
#add-to-cart {
margin-left: 50px;
}
.home_product_image:hover {
-ms-transform: scale(1.3);
/* IE 9 */
-webkit-transform: scale(1.3);
/* Safari 3-8 */
transform: scale(1.1);
transition: 0.5s;
}
.home_product_image {
transition: 0.5s;
} | public/frontend/css/custom.css |
.blackfont {
color: black;
}
.section_content {
font-family: 'Arya', sans-serif;
letter-spacing: 2px;
}
.line {
width: 150px;
height: 7px;
background-color: #005e75;
}
.card_line {
width: 50px;
height: 5px;
background-color: #005e75;
position: absolute;
left: 30px;
bottom: 0px;
}
.footer_line {
width: 150px;
height: 3px;
background-color: white;
}
.section_title h6 {
font-size: 45px;
color: #005e75;
font-family: 'Arya', sans-serif;
}
/***HEADER CSS*/
header {
padding-top: 15px;
}
.header_info_icon h6:hover {
color: #005e75;
}
.menu_bar {
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.24);
text-align: center
}
.menubar li {
list-style: none;
display: inline;
margin: 0 10px;
}
.menubar li a {
font-family: 'Arya', sans-serif;
color: rgb(216, 216, 216);
text-transform: uppercase;
font-size: 21px;
text-decoration: none;
}
.menubar {
background-color: #5c859c;
box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.315);
position: absolute;
z-index: 99;
width: 100%;
}
.headermenu {
padding: 15px;
margin: 0px;
}
/*HOM SLIDER CSS*/
.hero_slider_right_image {
margin-top: 10px
}
.hero_slider {
width: 100%;
height: 850px;
background-size: cover;
object-fit: contain;
background-repeat: no-repeat;
position: relative;
margin-top: 62px
}
.hero_slider_content {
height: 850px;
}
.hero_text_two {
color: #005e75;
font-size: 75px!important;
}
.slider_text {
font-size: 55px;
color: white;
margin-top: -150px;
font-family: 'Arya', sans-serif;
}
.hero_slider small {
color: white;
font-size: 35px;
font-family: 'Arya', sans-serif;
}
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: left;
font-size: 18px;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
/* ANA SAYFA SECTIONS*/
#isleyis {
margin-top: -150px;
}
.neyapiyoruz_card i {
text-align: center;
font-size: 55;
color: #005e75;
}
.neyapiyoruz_card h6 {
font-size: 30px;
color: #005e75;
}
.neyapiyoruz_card p {
font-size: 20px;
color: gray;
}
.neyapiyoruz_card {
padding: 50px;
text-align: center;
font-family: 'Arya', sans-serif;
border: 1px solid #005e7544;
border-radius: 15px;
box-shadow: 1px 1px 2px 2px #005e7544;
}
.slider_button {
background-color: #005e75!important;
color: white;
letter-spacing: 2px;
font-family: 'Arya', sans-serif;
border: none;
}
.popularCategories {
font-family: 'Arya', sans-serif;
font-weight: 400;
letter-spacing: 2px;
}
.stand_container {
width: 100%;
position: relative;
}
.stand_container img {
box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.205);
border-radius: 15px;
}
.stand_container h6 {
position: absolute;
bottom: 50px;
left: 30px;
font-size: 25px;
color: white;
font-family: 'Arya', sans-serif;
}
.home_product_image {
width: 250px;
margin: auto;
text-align: center;
}
.home_product_card {
border: 2px solid #005e7552;
padding: 15px;
border-radius: 15px;
text-align: center;
position: relative;
box-shadow: 2px 2px 2px 2px rgba(128, 128, 128, 0.075);
}
.home_product_card h5 {
text-align: center;
color: #005e75;
font-family: 'Arya', sans-serif;
font-size: 23px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.links {
text-decoration: none;
}
.link_yonlendirme {
color: #005e75;
text-decoration: none;
}
.home_product_price_container h6 {
margin: 0 3px;
}
.home_regular_price {
font-size: 30px!important;
margin-bottom: 30px!important;
color: #005e75;
}
.indirimde {
background-color: green;
color: white;
padding: 7px;
position: absolute;
top: 0;
left: 0;
border-top-left-radius: 15px;
}
.add-to-cart-button {
background-color: #005e75;
color: white;
font-family: 'Arya', sans-serif;
padding: 7px;
position: absolute;
bottom: 0;
left: 0;
border-bottom-left-radius: 15px;
text-decoration: none;
}
.stokta-yok {
background-color: #0f0f0f;
color: white;
font-family: 'Arya', sans-serif;
padding: 7px;
position: absolute;
bottom: 0;
left: 0;
border-bottom-left-radius: 15px;
text-decoration: none;
}
.stokta-yok:hover {
color: white;
}
.stok-bildirim {
position: absolute;
right: 18px;
bottom: -5px;
color: #005e75;
font-family: 'Arya', sans-serif;
}
.add-to-cart-button:hover {
color: white;
background-color: #003846;
}
.home_sale_price {
font-size: 25px;
color: gray!important;
}
.footer_content {
padding: 15px
}
.footer_content h6 {
color: gray;
font-family: 'Arya', sans-serif;
font-size: 28px;
}
#standlarimiz {
padding: 15px;
box-shadow: 1px 1px 2px 2px #005e75;
;
}
.iletisimmenu {
padding: 0;
}
.iletisimmenu li {
list-style: none;
}
.iletisimmenu li a {
text-decoration: none;
}
.iletisimmenu i {
color: #005e75;
font-size: 20px;
margin-top: 10px;
}
.iletisimmenu span {
color: gray;
margin-left: 15px;
margin-top: 15px;
font-size: 16px;
}
.bilgimenu {
margin-top: 8px;
padding: 0;
}
.login-button {
cursor: pointer;
}
.bilgimenu li {
list-style: none;
}
.bizekatıltext {
font-size: 18px!important;
margin-top: 50px;
}
.loginNot {
font-size: 18px!important;
color: #003846!important;
margin-top: 35px;
}
.login-button {
text-decoration: none;
}
.logincard {
padding: 50px
}
.logincard h6 {
text-align: center;
color: #003846;
font-size: 35px;
}
.bilgimenu li a {
color: gray;
font-size: 21px;
text-decoration: none;
text-transform: capitalize;
}
.stand_detail_button {
position: absolute;
bottom: 20px;
left: 30px;
background-color: #005e75!important;
color: white;
letter-spacing: 2px;
font-family: 'Arya', sans-serif;
border: none;
}
.socialIcons h6 {
font-family: 'Swanky and Moo Moo', cursive;
color: white;
font-size: 25px;
margin-right: 10px;
}
.socialIcons {
margin-top: 15px;
}
.socialIcons i {
font-size: 30px;
color: white;
margin: 0 7px;
}
.header_logo {
width: 250px;
margin-bottom: 30px;
margin-top: -10px;
}
.padding {
padding-right: 10%;
padding-left: 10%;
}
.header_info_icon .fa-cart-shopping {
position: relative;
}
.header_info_icon .fa-cart-shopping .badge {
position: absolute;
top: -5px;
right: -5px;
font-size: 11px;
border-radius: 100%;
padding: 5px;
background-color: #558CAB!important;
}
.popularCategories {
margin-top: 7px
}
.header_info_panel {
margin-top: 15px;
float: right
}
.header_info_icon {
margin: 0 15px;
}
#user_icon img {
width: 25px;
object-fit: contain
}
.cart_empty_container {
padding: 50px;
text-align: center;
}
.cart_empty_container i {
font-size: 70px;
color: #005e75;
margin-top: 15px;
}
.page_content {
margin-top: 100px;
}
#cart_icon img {
width: 35px;
object-fit: contain
}
.complated_message {
font-family: 'Arya', sans-serif!important;
font-size: 18px!important;
text-align: center;
}
.header_info_icon img {
color: gray;
margin-right: 5px
}
.cart_container {
border-radius: 15px;
padding: 15px;
}
#cart_icon {
position: relative;
}
#cart_icon .badge {
position: absolute;
top: 0;
left: 20px;
padding: 2px;
font-size: 11px;
}
.header_info_icon h6 {
font-size: 19px;
font-weight: 300;
color: gray
}
.login_user_name_text {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
list-style: none;
}
.user_panel_container {
list-style: none;
text-decoration: none;
position: relative;
}
.user_panel_dropdown {
position: absolute;
width: 100%;
display: none;
background-color: white;
padding: 15px;
border: 1px solid rgba(0, 0, 0, 0.404);
border-radius: 3px;
z-index: 99999;
list-style: none;
}
.user_panel_dropdown li a {
text-decoration: none;
color: gray;
margin-top: 5px;
}
.user_panel_dropdown li a:hover {
text-decoration: none;
color: #005e75;
margin-top: 5px;
}
.cat_item {
background-color: #558CAB;
color: white;
padding-right: 15px;
padding-left: 15px;
margin: 0 5px;
border-radius: 15px;
font-weight: 600px
}
.header_search_container {
height: 50px;
border-radius: 10px
}
.logo_container {
margin-top: 7px;
}
#header_menu_button {
display: none;
}
#mobil_search_container {
display: none
}
/*URUNLERİMİZ SAYFASI*/
.product_filter_card {
padding: 15px;
margin-top: 10px;
}
.filter_title {
font-size: 23px;
color: #005e75;
font-family: 'Arya', sans-serif!important;
letter-spacing: 2px;
}
@media (max-width: 1399.98px) {
.padding {
padding-right: 3%;
padding-left: 3%;
}
}
@media (max-width: 1199.98px) {
.header_info_panel h6 {
display: none
}
}
@media (max-width: 991.98px) {
#web_search_container {
display: none
}
#mobil_search_container {
display: block
}
.headermenu {
display: none;
}
.menubar {
padding: 10px;
margin-top: 10px;
}
#header_menu_button {
display: inline;
color: white;
font-size: 40px;
padding-top: 15px;
padding-bottom: 15px;
}
.slider_text {
font-size: 35px;
margin-top: 50px;
}
.hero_slider_right_image {
width: 350px;
float: center;
}
#header_right_col {
text-align: center!important;
}
}
@media (max-width: 575.98px) {
.slider_text {
font-size: 35px;
margin-top: 50px;
text-align: center;
}
.text_content_container small {
font-size: 25px;
text-align: center;
}
.hero_slider_right_image {
width: 300px;
float: center;
}
.header_logo {
margin-bottom: 0px;
}
.popularCategories {
display: none!important;
}
#header_menu_button {
padding: 0;
}
.socialIcons {
margin-top: 3px;
}
#header_right_col {
display: none;
}
.home_sale_price {
font-size: 18px!important;
margin-right: 0!important;
}
.home_regular_price {
margin-left: 1px!important;
font-size: 23px!important;
}
}
.fixed {
position: absolute;
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background-color: white;
}
#web_search_container {
position: relative;
}
.searchbtn:focus,
.searchbtn:hover {
outline: none!important;
}
.cart_image {
width: 100px;
}
.popularCategories {
margin-top: -14px!important;
}
#mobil_search_container {
position: relative
}
#search_icon {
position: absolute;
right: 20px;
top: 10px;
z-index: 999;
font-size: 30px;
color: #005e75;
}
.searchcontent {
position: absolute;
background-color: white;
z-index: 9999;
border: 1px solid blue;
border-radius: 15px;
padding: 15px;
display: none;
}
.searchcontent_container li {
list-style: none;
margin: 0 7px;
}
footer {
background-color: rgb(49, 49, 49);
margin-top: 15px;
}
.footer_logo {
margin-top: 10px;
width: 350px;
}
.footer_content p {
color: gray;
}
.categories_list {
padding: 0
}
.categories_list li {
list-style: none;
margin-top: 5px;
margin-bottom: 5px;
}
.categories_list li a {
text-decoration: none;
color: gray;
}
.categories_line {
width: 150px;
height: 3px;
background-color: #005e75;
}
.categories_list li a:hover {
color: #005e75;
}
.breadcrumbs {
padding: 15px;
box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.123);
}
.breadcrumbs_menu {
margin: 0;
}
.breadcrumbs_menu li {
list-style: none;
display: inline;
}
.breadcrumbs_menu li a {
text-decoration: none;
color: gray;
}
.breadcrumbs_menu .last {
color: #005e75;
font-weight: 600;
}
.ayrac {
font-size: 20px;
font-weight: 600;
color: #003846;
margin-right: 5px;
margin-left: 5px;
}
.product_detail_image {
width: 450px;
}
.product_detail_title {
color: #005e75;
font-size: 30px;
font-family: 'Arya', sans-serif;
}
.product_content_row {}
.counterbutton {
background-color: #005e75;
border-radius: 35px;
padding: 10px;
color: white;
}
.counterbutton h6 {
font-size: 20px;
padding-right: 5px;
padding-left: 5px;
}
.counter_input {
font-size: 25px;
color: #005e75;
margin-top: 10px;
margin-right: 7px;
margin-left: 7px;
}
.counter_detail {
border: none;
color: #005e75;
width: 50px!important;
}
#add-to-cart {
margin-left: 50px;
}
.home_product_image:hover {
-ms-transform: scale(1.3);
/* IE 9 */
-webkit-transform: scale(1.3);
/* Safari 3-8 */
transform: scale(1.1);
transition: 0.5s;
}
.home_product_image {
transition: 0.5s;
} | 0.518059 | 0.122418 |
.upload-container {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-top: 3rem;
}
.image-tag {
margin: 0.3rem;
}
.tag-container {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: 1rem;
max-width: 20rem;
flex-wrap: wrap;
}
.fake-upload-button {
border-radius: 5px;
display: flex;
justify-content: center;
color: "#d7e3eb";
align-items: center;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-image: radial-gradient(
circle at 50% 50%,
#b52626,
#bc2828,
#c22b2b,
#c82d2d,
#cf3030,
#d03838,
#d14040,
#d24848,
#d35050,
#d45757,
#d55f5f,
#d66767
);
background-origin: padding-box;
background-position: 0% 0%;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-size: auto;
border-bottom-style: solid;
border-bottom-width: 0px;
border-left-style: solid;
border-left-width: 0px;
border-right-style: solid;
border-right-width: 0px;
border-top-style: solid;
border-top-width: 0px;
box-sizing: border-box;
color: rgb(215, 227, 235);
cursor: pointer;
display: inline-flex;
font-family: varta;
font-feature-settings: "kern";
font-kerning: auto;
font-language-override: normal;
font-optical-sizing: auto;
font-size: 16px;
font-size-adjust: none;
font-stretch: 100%;
font-style: normal;
font-variant: normal;
font-variant-alternates: normal;
font-variant-caps: normal;
font-variant-east-asian: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-variant-position: normal;
font-variation-settings: normal;
font-weight: 600;
height: 48px;
justify-content: center;
line-height: 19.2px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0.5rem;
min-width: 40px;
outline-color: rgba(0, 0, 0, 0);
outline-offset: 2px;
outline-style: solid;
outline-width: 2px;
overflow: visible;
overflow-wrap: break-word;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 0px;
padding-inline-end: 16px;
padding-inline-start: 16px;
padding-left: 16px;
padding-right: 16px;
padding-top: 0px;
position: relative;
text-align: center;
text-rendering: optimizelegibility;
text-transform: none;
transition-duration: 0.2s;
transition-property: background-color, border-color, color, fill, stroke,
opacity, box-shadow, transform;
user-select: none;
vertical-align: middle;
white-space: nowrap;
width: 200px;
-moz-box-align: center;
-moz-box-pack: center;
-moz-osx-font-smoothing: grayscale;
}
input[type="file"] {
display: none;
}
#upload-submit-button {
background: radial-gradient(
circle at 50% 50%,
#b52626,
#bc2828,
#c22b2b,
#c82d2d,
#cf3030,
#d03838,
#d14040,
#d24848,
#d35050,
#d45757,
#d55f5f,
#d66767
);
color: #d7e3eb;
margin-top: 1rem;
}
#upload-form-input {
text-align: center;
margin-bottom: 0.5rem;
}
#upload-tagger {
margin-top: 1rem;
}
#upload-feedback-emoji {
margin-left: 0.3rem;
}
#upload-emoji-spinner {
animation-name: spin;
animation-duration: 2000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
margin-top: 1rem;
}
.upload-text-descriptions {
text-align: center;
} | sudan-art/react-frontend/src/components/CSS/upload.css | .upload-container {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-top: 3rem;
}
.image-tag {
margin: 0.3rem;
}
.tag-container {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: 1rem;
max-width: 20rem;
flex-wrap: wrap;
}
.fake-upload-button {
border-radius: 5px;
display: flex;
justify-content: center;
color: "#d7e3eb";
align-items: center;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-image: radial-gradient(
circle at 50% 50%,
#b52626,
#bc2828,
#c22b2b,
#c82d2d,
#cf3030,
#d03838,
#d14040,
#d24848,
#d35050,
#d45757,
#d55f5f,
#d66767
);
background-origin: padding-box;
background-position: 0% 0%;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-size: auto;
border-bottom-style: solid;
border-bottom-width: 0px;
border-left-style: solid;
border-left-width: 0px;
border-right-style: solid;
border-right-width: 0px;
border-top-style: solid;
border-top-width: 0px;
box-sizing: border-box;
color: rgb(215, 227, 235);
cursor: pointer;
display: inline-flex;
font-family: varta;
font-feature-settings: "kern";
font-kerning: auto;
font-language-override: normal;
font-optical-sizing: auto;
font-size: 16px;
font-size-adjust: none;
font-stretch: 100%;
font-style: normal;
font-variant: normal;
font-variant-alternates: normal;
font-variant-caps: normal;
font-variant-east-asian: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-variant-position: normal;
font-variation-settings: normal;
font-weight: 600;
height: 48px;
justify-content: center;
line-height: 19.2px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0.5rem;
min-width: 40px;
outline-color: rgba(0, 0, 0, 0);
outline-offset: 2px;
outline-style: solid;
outline-width: 2px;
overflow: visible;
overflow-wrap: break-word;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 0px;
padding-inline-end: 16px;
padding-inline-start: 16px;
padding-left: 16px;
padding-right: 16px;
padding-top: 0px;
position: relative;
text-align: center;
text-rendering: optimizelegibility;
text-transform: none;
transition-duration: 0.2s;
transition-property: background-color, border-color, color, fill, stroke,
opacity, box-shadow, transform;
user-select: none;
vertical-align: middle;
white-space: nowrap;
width: 200px;
-moz-box-align: center;
-moz-box-pack: center;
-moz-osx-font-smoothing: grayscale;
}
input[type="file"] {
display: none;
}
#upload-submit-button {
background: radial-gradient(
circle at 50% 50%,
#b52626,
#bc2828,
#c22b2b,
#c82d2d,
#cf3030,
#d03838,
#d14040,
#d24848,
#d35050,
#d45757,
#d55f5f,
#d66767
);
color: #d7e3eb;
margin-top: 1rem;
}
#upload-form-input {
text-align: center;
margin-bottom: 0.5rem;
}
#upload-tagger {
margin-top: 1rem;
}
#upload-feedback-emoji {
margin-left: 0.3rem;
}
#upload-emoji-spinner {
animation-name: spin;
animation-duration: 2000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
margin-top: 1rem;
}
.upload-text-descriptions {
text-align: center;
} | 0.492432 | 0.071267 |
@font-face {
font-family: 'zombiechecklistregular';
src: url('./assets/webfontkit-Zombie/zombiechecklistv2-webfont.woff2') format('woff2'),
url('zombiechecklistv2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'cantarellregular';
src: url('./assets/webfontkit-Cantarell/cantarell-regular-webfont.woff2') format('woff2'),
url('cantarell-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html,
body {
width: 100%;
height: 100%;
}
body{
margin: 0;
}
a {
text-decoration: none;
color: #FFFFFF;
font-family: cantarellregular;
}
p {
font-family: cantarellregular;
font-size: 1.5vw;
margin-top: 0;
}
img {
width: auto;
height: 15vw;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
ul {
padding: 0;
}
section > p {
font-size: 1vw;
width: 40vw;
padding: 0 0 1em 13em;
}
h1 {
font-family: zombiechecklistregular;
font-size: 4vw;
width: auto;
margin: 3% 0 1% 13%;
}
h2 {
font-size: 2vw;
font-family: cantarellregular;
margin-bottom: 0;
}
h3 {
width: 30vw;
margin: 0 0 1% 13%;
font-weight: normal;
font-size: 1.5vw;
font-family: cantarellregular;
}
h3 > a {
color: #000000;
font-family: cantarellregular;
}
h4 {
font-family: cantarellregular;
text-decoration: underline;
font-size: 2vw;
}
h5 {
font-family: zombiechecklistregular;
font-size: 3.5vw;
margin: 5% auto;
}
section > p > a {
color: #000000;
text-decoration: underline;
}
span {
padding-left: 2.5em;
}
header {
background-image: url(./assets/beach_scape.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: auto;
width: 100%;
text-align: center;
}
li > a > img {
height: 2vw;
width: auto;
box-shadow: none;
}
li {
display: inline-block;
color: #ffffff;
padding-right: 3%;
padding-bottom: 1%;
font-family: cantarellregular;
}
li:last-child {
padding-right: 0;
}
.img-divider {
width: 100%;
height: auto;
}
.title {
color: #ffffff;
font-family: zombiechecklistregular;
font-size: 10.5vw;
line-height: 0.9em;
margin-top: 0.05em;
margin-bottom: 0.25em;
}
.sub-title {
color: #ffffff;
font-family: cantarellregular;
margin: 2% auto;
padding: 0;
text-align: center;
font-size: 1.75vw;
line-height: 0.9;
width: 100%;
}
.logo {
width: 26.666667%;
margin: 0 auto;
box-shadow: none;
}
nav {
background-color: rgba(000, 0, 0, 0.4);
width: 100%;
height: auto;
padding: 1% 0;
text-align: center;
}
nav > ul {
width: 75%;
margin: 0 auto;
}
nav > ul > li {
color: #ffffff;
padding-right: 15%;
padding-top: 1%;
padding-bottom: 1%;
font-size: 2vw;
}
section {
height: 75vw;
width: 100%;
}
.container {
margin: 0;
}
.alpaca_sweater {
margin: 6% 0 6% 10%;
width: 50%;
padding: 0;
text-align: center;
}
.relaxed {
float: right;
margin-top: -8%;
margin-right: 8%;
}
.winter-surf {
float: right;
margin-top: -19%;
margin-right: 8%;
}
.panara-shirt {
float: right;
margin-top: -20%;
margin-right: 8%;
display: block;
}
.black-jacket {
margin: 6% 0 6% 10%;
width: 50%;
padding: 0;
text-align: center;
}
.black-jacket > img {
width: auto;
height: 25vw;
}
.oils {
float: right;
margin-top: -15%;
margin-right: 5%;
}
section > div {
margin: 5% 0 0 25%;
}
.blog-post-1 {
float: left;
width: 20vw;
margin-top: 15%;
margin-right: 25%;
display: inline;
text-align: left;
}
.blog-post-2 {
float: left;
width: 20vw;
display: inline;
margin-top: 15%;
text-align: left;
}
.blog-post-1 > h4 > a,
.blog-post-2 > h4 > a {
color: #000000;
font-size: 1.5vw;
}
#fair-trade > p {
font-size: 3vw;
width: 35vw;
float: left;
margin: 22% 10% 0 13%;
padding: 0;
}
#fair-trade > img {
margin: 22% 0 0 0;
width: 28%;
height: auto;
}
footer {
text-align: center;
padding-bottom: 1%;
}
footer > div {
width: 33%;
margin: 0;
float: left;
text-align: center;
}
footer > div > a > img {
height: 9em;
width: auto;
margin: 0 auto;
}
footer > div > p {
font-family: cantarellregular;
font-size: 1vw;
width: 15em;
margin: 2% auto;
text-align: left;
}
@media (max-width: 865px) {
.sub-title {
font-size: 2.5vw;
}
h2{
font-size: 2vw;
}
h3{
font-size: 2vw;
}
h5{
font-size: 5vw;
}
p{
font-size: 1.5vw;
}
p > a {
font-size: 1.5vw;
}
p > span {
font-size: 1.5vw;
padding-left: 2%;
}
#fair-trade > p > a {
font-size: 3vw;
}
li > img {
width: 1.5em;
height: auto;
margin-right: 5%;
}
.winter-surf,
.panara-shirt {
margin-top: -25%;
}
.blog-post-1 > p,
.blog-post-2 > p {
font-size: 1.75vw;
}
}
@media (max-width: 735px) {
#location,
#shopping,
#blog {
text-align: center;
height: auto;
}
footer > div > p {
display: none;
}
footer > div {
padding-bottom: 3%;
}
.blog-post-1,
.blog-post-2 {
margin-bottom: 10%;
}
.blog-post-1 > h4 > a,
.blog-post-2 > h4 > a {
font-size: 2vw;
}
.container {
width: 100%;
margin-top: 10%;
margin-bottom: 10%;
}
.black-jacket,
.alpaca_sweater {
width: 40%;
}
.winter-surf,
.alpaca_sweater,
.relaxed,
.panara-shirt,
.black-jacket,
.oils {
display: inline-block;
float: none;
margin: 0 auto;
padding: 0;
text-align: center;
}
h1{
text-align: left;
}
h3 {
width: 80%;
text-align: left;
}
span{
display: none;
}
section > p {
display: inline-block;
width: 40%;
margin: 2% auto;
padding: 0;
}
p > a {
font-size: 2em;
}
.blog-post-1 > p,
.blog-post-2 > p {
display: none;
}
}
@media (max-width: 415px) {
h1 {
font-size: 6vw;
}
h3 {
font-size: 3vw;
}
.blog-post-1,
.blog-post-2{
text-align: center;
margin: 0 0 10% 0;
width: 50%;
}
#blog > div {
margin: 10% auto;
text-align: center;
}
p > a {
font-size: 4em;
}
} | source/main.css | @font-face {
font-family: 'zombiechecklistregular';
src: url('./assets/webfontkit-Zombie/zombiechecklistv2-webfont.woff2') format('woff2'),
url('zombiechecklistv2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'cantarellregular';
src: url('./assets/webfontkit-Cantarell/cantarell-regular-webfont.woff2') format('woff2'),
url('cantarell-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html,
body {
width: 100%;
height: 100%;
}
body{
margin: 0;
}
a {
text-decoration: none;
color: #FFFFFF;
font-family: cantarellregular;
}
p {
font-family: cantarellregular;
font-size: 1.5vw;
margin-top: 0;
}
img {
width: auto;
height: 15vw;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
ul {
padding: 0;
}
section > p {
font-size: 1vw;
width: 40vw;
padding: 0 0 1em 13em;
}
h1 {
font-family: zombiechecklistregular;
font-size: 4vw;
width: auto;
margin: 3% 0 1% 13%;
}
h2 {
font-size: 2vw;
font-family: cantarellregular;
margin-bottom: 0;
}
h3 {
width: 30vw;
margin: 0 0 1% 13%;
font-weight: normal;
font-size: 1.5vw;
font-family: cantarellregular;
}
h3 > a {
color: #000000;
font-family: cantarellregular;
}
h4 {
font-family: cantarellregular;
text-decoration: underline;
font-size: 2vw;
}
h5 {
font-family: zombiechecklistregular;
font-size: 3.5vw;
margin: 5% auto;
}
section > p > a {
color: #000000;
text-decoration: underline;
}
span {
padding-left: 2.5em;
}
header {
background-image: url(./assets/beach_scape.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: auto;
width: 100%;
text-align: center;
}
li > a > img {
height: 2vw;
width: auto;
box-shadow: none;
}
li {
display: inline-block;
color: #ffffff;
padding-right: 3%;
padding-bottom: 1%;
font-family: cantarellregular;
}
li:last-child {
padding-right: 0;
}
.img-divider {
width: 100%;
height: auto;
}
.title {
color: #ffffff;
font-family: zombiechecklistregular;
font-size: 10.5vw;
line-height: 0.9em;
margin-top: 0.05em;
margin-bottom: 0.25em;
}
.sub-title {
color: #ffffff;
font-family: cantarellregular;
margin: 2% auto;
padding: 0;
text-align: center;
font-size: 1.75vw;
line-height: 0.9;
width: 100%;
}
.logo {
width: 26.666667%;
margin: 0 auto;
box-shadow: none;
}
nav {
background-color: rgba(000, 0, 0, 0.4);
width: 100%;
height: auto;
padding: 1% 0;
text-align: center;
}
nav > ul {
width: 75%;
margin: 0 auto;
}
nav > ul > li {
color: #ffffff;
padding-right: 15%;
padding-top: 1%;
padding-bottom: 1%;
font-size: 2vw;
}
section {
height: 75vw;
width: 100%;
}
.container {
margin: 0;
}
.alpaca_sweater {
margin: 6% 0 6% 10%;
width: 50%;
padding: 0;
text-align: center;
}
.relaxed {
float: right;
margin-top: -8%;
margin-right: 8%;
}
.winter-surf {
float: right;
margin-top: -19%;
margin-right: 8%;
}
.panara-shirt {
float: right;
margin-top: -20%;
margin-right: 8%;
display: block;
}
.black-jacket {
margin: 6% 0 6% 10%;
width: 50%;
padding: 0;
text-align: center;
}
.black-jacket > img {
width: auto;
height: 25vw;
}
.oils {
float: right;
margin-top: -15%;
margin-right: 5%;
}
section > div {
margin: 5% 0 0 25%;
}
.blog-post-1 {
float: left;
width: 20vw;
margin-top: 15%;
margin-right: 25%;
display: inline;
text-align: left;
}
.blog-post-2 {
float: left;
width: 20vw;
display: inline;
margin-top: 15%;
text-align: left;
}
.blog-post-1 > h4 > a,
.blog-post-2 > h4 > a {
color: #000000;
font-size: 1.5vw;
}
#fair-trade > p {
font-size: 3vw;
width: 35vw;
float: left;
margin: 22% 10% 0 13%;
padding: 0;
}
#fair-trade > img {
margin: 22% 0 0 0;
width: 28%;
height: auto;
}
footer {
text-align: center;
padding-bottom: 1%;
}
footer > div {
width: 33%;
margin: 0;
float: left;
text-align: center;
}
footer > div > a > img {
height: 9em;
width: auto;
margin: 0 auto;
}
footer > div > p {
font-family: cantarellregular;
font-size: 1vw;
width: 15em;
margin: 2% auto;
text-align: left;
}
@media (max-width: 865px) {
.sub-title {
font-size: 2.5vw;
}
h2{
font-size: 2vw;
}
h3{
font-size: 2vw;
}
h5{
font-size: 5vw;
}
p{
font-size: 1.5vw;
}
p > a {
font-size: 1.5vw;
}
p > span {
font-size: 1.5vw;
padding-left: 2%;
}
#fair-trade > p > a {
font-size: 3vw;
}
li > img {
width: 1.5em;
height: auto;
margin-right: 5%;
}
.winter-surf,
.panara-shirt {
margin-top: -25%;
}
.blog-post-1 > p,
.blog-post-2 > p {
font-size: 1.75vw;
}
}
@media (max-width: 735px) {
#location,
#shopping,
#blog {
text-align: center;
height: auto;
}
footer > div > p {
display: none;
}
footer > div {
padding-bottom: 3%;
}
.blog-post-1,
.blog-post-2 {
margin-bottom: 10%;
}
.blog-post-1 > h4 > a,
.blog-post-2 > h4 > a {
font-size: 2vw;
}
.container {
width: 100%;
margin-top: 10%;
margin-bottom: 10%;
}
.black-jacket,
.alpaca_sweater {
width: 40%;
}
.winter-surf,
.alpaca_sweater,
.relaxed,
.panara-shirt,
.black-jacket,
.oils {
display: inline-block;
float: none;
margin: 0 auto;
padding: 0;
text-align: center;
}
h1{
text-align: left;
}
h3 {
width: 80%;
text-align: left;
}
span{
display: none;
}
section > p {
display: inline-block;
width: 40%;
margin: 2% auto;
padding: 0;
}
p > a {
font-size: 2em;
}
.blog-post-1 > p,
.blog-post-2 > p {
display: none;
}
}
@media (max-width: 415px) {
h1 {
font-size: 6vw;
}
h3 {
font-size: 3vw;
}
.blog-post-1,
.blog-post-2{
text-align: center;
margin: 0 0 10% 0;
width: 50%;
}
#blog > div {
margin: 10% auto;
text-align: center;
}
p > a {
font-size: 4em;
}
} | 0.479991 | 0.107907 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
background-color: #f9f9f9;
font-family:'Open Sans',sans-serif;
line-height:normal;
font-size: 16px;
color: #444;
padding:0;
margin:0;
}
.post-body h2 {
color: #e25633;
text-align: center;
}
.post-body {
max-width: 680px;
margin: 20px auto;
border: 10px solid #f0f0f0;
padding: 15px 20px;
background-color: #fff;
color: #444;
}
.post-body img {
max-width: 100%;
height: auto;
}
.post-body iframe, iframe {
max-width: 100%;
margin: 0 auto;
}
p.vidv {
text-align: center;
}
p.texty {
font-weight: bold;
font-size: 18px;
color: crimson;
text-align: center;
margin: 10px auto;
}
#flippy{text-align:center;margin:auto;display:inline}#flippy button{background:#fff;background-image:linear-gradient(to right,#34ea78 0%,#2da7e3 51%,#34ea78 100%);background-size:200% auto;color:#fff;display:block;width:100%;padding:15px;font-weight:700;font-size:14px;text-align:center;text-transform:uppercase;letter-spacing:0.5px;margin:10px auto;border-radius:3px;box-shadow:0 2px 3px rgba(0,0,0,0.06),0 2px 3px rgba(0,0,0,0.1);transition:all .3s}#flippy button:hover,#flippy button:focus{background-position: right center;outline:none;opacity:1;color:#fff}#flippanel{display:none;padding:10px 0;text-align:left;background:#fff;margin:10px 0 0 0}#flippanel img{background:#f5f5f5;margin:10px auto}
#flippy1{text-align:center;margin:auto;display:inline}#flippy1 button{background:#fff;background-image:linear-gradient(to right,#34ea78 0%,#2da7e3 51%,#34ea78 100%);background-size:200% auto;color:#fff;display:block;width:100%;padding:15px;font-weight:700;font-size:14px;text-align:center;text-transform:uppercase;letter-spacing:0.5px;margin:10px auto;border-radius:3px;box-shadow:0 2px 3px rgba(0,0,0,0.06),0 2px 3px rgba(0,0,0,0.1);transition:all .3s}#flippy1 button:hover,#flippy1 button:focus{background-position: right center;outline:none;opacity:1;color:#fff}#flippanel1{display:none;padding:10px 0;text-align:left;background:#fff;margin:10px 0 0 0}#flippanel1 img{background:#f5f5f5;margin:10px auto} | public/css/style.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
background-color: #f9f9f9;
font-family:'Open Sans',sans-serif;
line-height:normal;
font-size: 16px;
color: #444;
padding:0;
margin:0;
}
.post-body h2 {
color: #e25633;
text-align: center;
}
.post-body {
max-width: 680px;
margin: 20px auto;
border: 10px solid #f0f0f0;
padding: 15px 20px;
background-color: #fff;
color: #444;
}
.post-body img {
max-width: 100%;
height: auto;
}
.post-body iframe, iframe {
max-width: 100%;
margin: 0 auto;
}
p.vidv {
text-align: center;
}
p.texty {
font-weight: bold;
font-size: 18px;
color: crimson;
text-align: center;
margin: 10px auto;
}
#flippy{text-align:center;margin:auto;display:inline}#flippy button{background:#fff;background-image:linear-gradient(to right,#34ea78 0%,#2da7e3 51%,#34ea78 100%);background-size:200% auto;color:#fff;display:block;width:100%;padding:15px;font-weight:700;font-size:14px;text-align:center;text-transform:uppercase;letter-spacing:0.5px;margin:10px auto;border-radius:3px;box-shadow:0 2px 3px rgba(0,0,0,0.06),0 2px 3px rgba(0,0,0,0.1);transition:all .3s}#flippy button:hover,#flippy button:focus{background-position: right center;outline:none;opacity:1;color:#fff}#flippanel{display:none;padding:10px 0;text-align:left;background:#fff;margin:10px 0 0 0}#flippanel img{background:#f5f5f5;margin:10px auto}
#flippy1{text-align:center;margin:auto;display:inline}#flippy1 button{background:#fff;background-image:linear-gradient(to right,#34ea78 0%,#2da7e3 51%,#34ea78 100%);background-size:200% auto;color:#fff;display:block;width:100%;padding:15px;font-weight:700;font-size:14px;text-align:center;text-transform:uppercase;letter-spacing:0.5px;margin:10px auto;border-radius:3px;box-shadow:0 2px 3px rgba(0,0,0,0.06),0 2px 3px rgba(0,0,0,0.1);transition:all .3s}#flippy1 button:hover,#flippy1 button:focus{background-position: right center;outline:none;opacity:1;color:#fff}#flippanel1{display:none;padding:10px 0;text-align:left;background:#fff;margin:10px 0 0 0}#flippanel1 img{background:#f5f5f5;margin:10px auto} | 0.363308 | 0.08772 |
@import "../fonts/fonts.css";
@import "../icons/icons.css";
/*
* Generic - Initialize
*/
*,
*::before,
*::after {
box-sizing: border-box;
touch-action: manipulation;
}
html,
body,
ul,
ol {
padding: 0;
}
html,
body {
margin: 0;
}
html {
scroll-behavior: smooth;
}
body {
min-height: 100%;
text-rendering: optimizeSpeed;
line-height: 1.5;
}
img {
max-width: 100%;
display: block;
}
article > * + * {
margin-top: 1em;
}
input,
button,
textarea,
select {
font: inherit;
}
img:not([alt]) {
filter: blur(10px);
}
@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
/*
* Generic - Shared
*/
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
margin-bottom: 0.5rem;
}
/*
* Elements - Base
*/
:root,
body {
font-size: 1rem;
font-size: clamp( 1rem, 15.8333333333px + 0.0520833333vw, 1.0416666667rem );
line-height: 1.5;
height: 100%;
}
:root {
font-size: 16px;
overflow: auto;
}
/*
* Elements - Text
*/
h6 {
font-size: 1.2rem;
font-size: clamp( 1.2rem, 19px + 0.0625vw, 1.25rem );
line-height: 1.5;
}
h5 {
font-size: 1.44rem;
font-size: clamp( 1.44rem, 22.8px + 0.075vw, 1.5rem );
line-height: 1.5;
}
h4 {
font-size: 1.728rem;
font-size: clamp( 1.728rem, 27.36px + 0.09vw, 1.8rem );
line-height: 1.5;
}
h3 {
font-size: 2.0736rem;
font-size: clamp( 2.0736rem, 32.832px + 0.108vw, 2.16rem );
line-height: 1.3;
}
h2 {
font-size: 2.48832rem;
font-size: clamp( 2.48832rem, 39.3984px + 0.1296vw, 2.592rem );
line-height: 1.3;
}
h1 {
font-size: 2.985984rem;
font-size: clamp( 2.985984rem, 47.27808px + 0.15552vw, 3.1104rem );
line-height: 1.3;
}
small {
font-size: 0.8333333333rem;
font-size: clamp( 0.8333333333rem, 13.1944444444px + 0.0434027778vw, 0.8680555556rem );
line-height: 1.5;
}
/*
* Objects - Media
*/
.o-layout {
display: flex;
flex-flow: row wrap;
list-style: none;
padding: 0;
}
.o-layout__cell {
flex: 0 1 auto;
width: 100%;
}
.o-layout--spacing-1 {
margin-left: 0.5rem;
}
.o-layout--spacing-1 > .o-layout__cell {
padding-left: 0.5rem;
}
.o-layout--spacing-2 {
margin-left: 1rem;
}
.o-layout--spacing-2 > .o-layout__cell {
padding-left: 1rem;
}
.o-layout--spacing-3 {
margin-left: 1.5rem;
}
.o-layout--spacing-3 > .o-layout__cell {
padding-left: 1.5rem;
}
.o-layout--spacing-4 {
margin-left: 2rem;
}
.o-layout--spacing-4 > .o-layout__cell {
padding-left: 2rem;
}
.o-layout--spacing-5 {
margin-left: 3rem;
}
.o-layout--spacing-5 > .o-layout__cell {
padding-left: 3rem;
}
.o-layout--spacing-6 {
margin-left: 4rem;
}
.o-layout--spacing-6 > .o-layout__cell {
padding-left: 4rem;
}
.o-layout--auto > .o-layout__cell {
flex: 1 0 0;
}
.o-layout--left {
justify-content: flex-start;
}
.o-layout--center {
justify-content: center;
}
.o-layout--right {
justify-content: flex-end;
}
.o-layout--between {
justify-content: space-between;
}
.o-layout--around {
justify-content: space-around;
}
.o-layout--pull-right {
margin-right: auto;
}
.o-layout--pull-right {
margin-left: auto;
}
.o-layout--top {
align-items: flex-start;
}
.o-layout__cell--top {
align-self: flex-start;
}
.o-layout--middle {
align-items: center;
}
.o-layout__cell--middle {
align-self: center;
}
.o-layout--bottom {
align-items: flex-end;
}
.o-layout__cell--bottom {
align-self: flex-end;
}
.o-layout--baseline {
align-items: baseline;
}
.o-layout__cell--baseline {
align-self: baseline;
}
.o-layout--stretch {
align-items: stretch;
}
.o-layout__cell--stretch {
align-self: stretch;
}
.o-layout--reverse {
flex-direction: row-reverse;
}
.o-layout--column {
flex-direction: column;
}
.o-layout--column-reverse {
flex-direction: column-reverse;
}
/*
* Objects - Media
*/
.o-media {
display: block;
}
.o-media:after {
content: "" !important;
display: block !important;
clear: both !important;
}
.o-media__image {
float: left;
margin-right: 1rem;
}
.o-media__image > img {
display: block;
}
.o-media__body {
display: block;
overflow: hidden;
}
.o-media__body,
.o-media__body > :last-child {
margin-bottom: 0;
}
.o-media--spacing-1 > .o-media__image {
margin-right: 0.5rem;
}
.o-media--spacing-1.o-media--reverse > .o-media__image {
margin-right: 0;
margin-left: 0.5rem;
}
.o-media--spacing-2 > .o-media__image {
margin-right: 1rem;
}
.o-media--spacing-2.o-media--reverse > .o-media__image {
margin-right: 0;
margin-left: 1rem;
}
.o-media--spacing-3 > .o-media__image {
margin-right: 1.5rem;
}
.o-media--spacing-3.o-media--reverse > .o-media__image {
margin-right: 0;
margin-left: 1.5rem;
}
.o-media--spacing-4 > .o-media__image {
margin-right: 2rem;
}
.o-media--spacing-4.o-media--reverse > .o-media__image {
margin-right: 0;
margin-left: 2rem;
}
.o-media--spacing-5 > .o-media__image {
margin-right: 3rem;
}
.o-media--spacing-5.o-media--reverse > .o-media__image {
margin-right: 0;
margin-left: 3rem;
}
.o-media--spacing-6 > .o-media__image {
margin-right: 4rem;
}
.o-media--spacing-6.o-media--reverse > .o-media__image {
margin-right: 0;
margin-left: 4rem;
}
.o-media--reverse {
float: right;
margin-right: 0;
margin-left: 1rem;
}
/*
* Objects - Wrapper
*/
.o-wrapper {
padding-left: 1rem;
padding-right: 1rem;
margin-right: auto;
margin-left: auto;
max-width: 1080px;
}
.o-wrapper:after {
content: "" !important;
display: block !important;
clear: both !important;
}
/*
* Utilities - Sizing
*/
.u-1\/2 {
width: 50% !important;
}
.u-2\/2 {
width: 100% !important;
}
.u-1\/3 {
width: 33.3333333333% !important;
}
.u-2\/3 {
width: 66.6666666667% !important;
}
.u-3\/3 {
width: 100% !important;
}
.u-1\/4 {
width: 25% !important;
}
.u-2\/4 {
width: 50% !important;
}
.u-3\/4 {
width: 75% !important;
}
.u-4\/4 {
width: 100% !important;
}
.u-1\/6 {
width: 16.6666666667% !important;
}
.u-2\/6 {
width: 33.3333333333% !important;
}
.u-3\/6 {
width: 50% !important;
}
.u-4\/6 {
width: 66.6666666667% !important;
}
.u-5\/6 {
width: 83.3333333333% !important;
}
.u-6\/6 {
width: 100% !important;
}
.u-push-1\/2 {
margin-left: 50% !important;
}
.u-push-2\/2 {
margin-left: 100% !important;
}
.u-push-1\/3 {
margin-left: 33.3333333333% !important;
}
.u-push-2\/3 {
margin-left: 66.6666666667% !important;
}
.u-push-3\/3 {
margin-left: 100% !important;
}
.u-push-1\/4 {
margin-left: 25% !important;
}
.u-push-2\/4 {
margin-left: 50% !important;
}
.u-push-3\/4 {
margin-left: 75% !important;
}
.u-push-4\/4 {
margin-left: 100% !important;
}
.u-push-1\/6 {
margin-left: 16.6666666667% !important;
}
.u-push-2\/6 {
margin-left: 33.3333333333% !important;
}
.u-push-3\/6 {
margin-left: 50% !important;
}
.u-push-4\/6 {
margin-left: 66.6666666667% !important;
}
.u-push-5\/6 {
margin-left: 83.3333333333% !important;
}
.u-push-6\/6 {
margin-left: 100% !important;
}
.u-pull-1\/2 {
margin-left: -50% !important;
}
.u-pull-2\/2 {
margin-left: -100% !important;
}
.u-pull-1\/3 {
margin-left: -33.3333333333% !important;
}
.u-pull-2\/3 {
margin-left: -66.6666666667% !important;
}
.u-pull-3\/3 {
margin-left: -100% !important;
}
.u-pull-1\/4 {
margin-left: -25% !important;
}
.u-pull-2\/4 {
margin-left: -50% !important;
}
.u-pull-3\/4 {
margin-left: -75% !important;
}
.u-pull-4\/4 {
margin-left: -100% !important;
}
.u-pull-1\/6 {
margin-left: -16.6666666667% !important;
}
.u-pull-2\/6 {
margin-left: -33.3333333333% !important;
}
.u-pull-3\/6 {
margin-left: -50% !important;
}
.u-pull-4\/6 {
margin-left: -66.6666666667% !important;
}
.u-pull-5\/6 {
margin-left: -83.3333333333% !important;
}
.u-pull-6\/6 {
margin-left: -100% !important;
}
/*
* Utilities - Spacing
*/
.u-margin-horizontal-auto {
margin-left: auto !important;
margin-right: auto !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-auto\@desktop {
margin-left: auto !important;
margin-right: auto !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-auto\@tablet {
margin-left: auto !important;
margin-right: auto !important;
}
}
.u-margin-0 {
margin-bottom: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-0\@desktop {
margin-bottom: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-0\@tablet {
margin-bottom: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0 !important;
}
}
.u-margin-1 {
margin-bottom: 0.5rem !important;
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
margin-top: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-1\@desktop {
margin-bottom: 0.5rem !important;
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
margin-top: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-1\@tablet {
margin-bottom: 0.5rem !important;
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
margin-top: 0.5rem !important;
}
}
.u-margin-2 {
margin-bottom: 1rem !important;
margin-left: 1rem !important;
margin-right: 1rem !important;
margin-top: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-2\@desktop {
margin-bottom: 1rem !important;
margin-left: 1rem !important;
margin-right: 1rem !important;
margin-top: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-2\@tablet {
margin-bottom: 1rem !important;
margin-left: 1rem !important;
margin-right: 1rem !important;
margin-top: 1rem !important;
}
}
.u-margin-3 {
margin-bottom: 1.5rem !important;
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
margin-top: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-3\@desktop {
margin-bottom: 1.5rem !important;
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
margin-top: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-3\@tablet {
margin-bottom: 1.5rem !important;
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
margin-top: 1.5rem !important;
}
}
.u-margin-4 {
margin-bottom: 2rem !important;
margin-left: 2rem !important;
margin-right: 2rem !important;
margin-top: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-4\@desktop {
margin-bottom: 2rem !important;
margin-left: 2rem !important;
margin-right: 2rem !important;
margin-top: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-4\@tablet {
margin-bottom: 2rem !important;
margin-left: 2rem !important;
margin-right: 2rem !important;
margin-top: 2rem !important;
}
}
.u-margin-5 {
margin-bottom: 3rem !important;
margin-left: 3rem !important;
margin-right: 3rem !important;
margin-top: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-5\@desktop {
margin-bottom: 3rem !important;
margin-left: 3rem !important;
margin-right: 3rem !important;
margin-top: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-5\@tablet {
margin-bottom: 3rem !important;
margin-left: 3rem !important;
margin-right: 3rem !important;
margin-top: 3rem !important;
}
}
.u-margin-6 {
margin-bottom: 4rem !important;
margin-left: 4rem !important;
margin-right: 4rem !important;
margin-top: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-6\@desktop {
margin-bottom: 4rem !important;
margin-left: 4rem !important;
margin-right: 4rem !important;
margin-top: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-6\@tablet {
margin-bottom: 4rem !important;
margin-left: 4rem !important;
margin-right: 4rem !important;
margin-top: 4rem !important;
}
}
.u-margin-vertical-0 {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-0\@desktop {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-0\@tablet {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
}
.u-margin-vertical-1 {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-1\@desktop {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-1\@tablet {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
}
.u-margin-vertical-2 {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-2\@desktop {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-2\@tablet {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
}
.u-margin-vertical-3 {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-3\@desktop {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-3\@tablet {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
}
}
.u-margin-vertical-4 {
margin-bottom: 2rem !important;
margin-top: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-4\@desktop {
margin-bottom: 2rem !important;
margin-top: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-4\@tablet {
margin-bottom: 2rem !important;
margin-top: 2rem !important;
}
}
.u-margin-vertical-5 {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-5\@desktop {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-5\@tablet {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
}
.u-margin-vertical-6 {
margin-bottom: 4rem !important;
margin-top: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-6\@desktop {
margin-bottom: 4rem !important;
margin-top: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-6\@tablet {
margin-bottom: 4rem !important;
margin-top: 4rem !important;
}
}
.u-margin-horizontal-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-0\@desktop {
margin-left: 0 !important;
margin-right: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-0\@tablet {
margin-left: 0 !important;
margin-right: 0 !important;
}
}
.u-margin-horizontal-1 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-1\@desktop {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-1\@tablet {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
}
.u-margin-horizontal-2 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-2\@desktop {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-2\@tablet {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
}
.u-margin-horizontal-3 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-3\@desktop {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-3\@tablet {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
}
.u-margin-horizontal-4 {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-4\@desktop {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-4\@tablet {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
}
.u-margin-horizontal-5 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-5\@desktop {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-5\@tablet {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
}
.u-margin-horizontal-6 {
margin-left: 4rem !important;
margin-right: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-6\@desktop {
margin-left: 4rem !important;
margin-right: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-6\@tablet {
margin-left: 4rem !important;
margin-right: 4rem !important;
}
}
.u-margin-top-0 {
margin-top: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-0\@desktop {
margin-top: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-0\@tablet {
margin-top: 0 !important;
}
}
.u-margin-top-1 {
margin-top: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-1\@desktop {
margin-top: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-1\@tablet {
margin-top: 0.5rem !important;
}
}
.u-margin-top-2 {
margin-top: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-2\@desktop {
margin-top: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-2\@tablet {
margin-top: 1rem !important;
}
}
.u-margin-top-3 {
margin-top: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-3\@desktop {
margin-top: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-3\@tablet {
margin-top: 1.5rem !important;
}
}
.u-margin-top-4 {
margin-top: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-4\@desktop {
margin-top: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-4\@tablet {
margin-top: 2rem !important;
}
}
.u-margin-top-5 {
margin-top: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-5\@desktop {
margin-top: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-5\@tablet {
margin-top: 3rem !important;
}
}
.u-margin-top-6 {
margin-top: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-6\@desktop {
margin-top: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-6\@tablet {
margin-top: 4rem !important;
}
}
.u-margin-bottom-0 {
margin-bottom: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-0\@desktop {
margin-bottom: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-0\@tablet {
margin-bottom: 0 !important;
}
}
.u-margin-bottom-1 {
margin-bottom: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-1\@desktop {
margin-bottom: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-1\@tablet {
margin-bottom: 0.5rem !important;
}
}
.u-margin-bottom-2 {
margin-bottom: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-2\@desktop {
margin-bottom: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-2\@tablet {
margin-bottom: 1rem !important;
}
}
.u-margin-bottom-3 {
margin-bottom: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-3\@desktop {
margin-bottom: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-3\@tablet {
margin-bottom: 1.5rem !important;
}
}
.u-margin-bottom-4 {
margin-bottom: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-4\@desktop {
margin-bottom: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-4\@tablet {
margin-bottom: 2rem !important;
}
}
.u-margin-bottom-5 {
margin-bottom: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-5\@desktop {
margin-bottom: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-5\@tablet {
margin-bottom: 3rem !important;
}
}
.u-margin-bottom-6 {
margin-bottom: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-6\@desktop {
margin-bottom: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-6\@tablet {
margin-bottom: 4rem !important;
}
}
.u-margin-left-0 {
margin-left: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-0\@desktop {
margin-left: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-0\@tablet {
margin-left: 0 !important;
}
}
.u-margin-left-1 {
margin-left: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-1\@desktop {
margin-left: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-1\@tablet {
margin-left: 0.5rem !important;
}
}
.u-margin-left-2 {
margin-left: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-2\@desktop {
margin-left: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-2\@tablet {
margin-left: 1rem !important;
}
}
.u-margin-left-3 {
margin-left: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-3\@desktop {
margin-left: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-3\@tablet {
margin-left: 1.5rem !important;
}
}
.u-margin-left-4 {
margin-left: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-4\@desktop {
margin-left: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-4\@tablet {
margin-left: 2rem !important;
}
}
.u-margin-left-5 {
margin-left: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-5\@desktop {
margin-left: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-5\@tablet {
margin-left: 3rem !important;
}
}
.u-margin-left-6 {
margin-left: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-6\@desktop {
margin-left: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-6\@tablet {
margin-left: 4rem !important;
}
}
.u-margin-right-0 {
margin-right: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-0\@desktop {
margin-right: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-0\@tablet {
margin-right: 0 !important;
}
}
.u-margin-right-1 {
margin-right: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-1\@desktop {
margin-right: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-1\@tablet {
margin-right: 0.5rem !important;
}
}
.u-margin-right-2 {
margin-right: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-2\@desktop {
margin-right: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-2\@tablet {
margin-right: 1rem !important;
}
}
.u-margin-right-3 {
margin-right: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-3\@desktop {
margin-right: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-3\@tablet {
margin-right: 1.5rem !important;
}
}
.u-margin-right-4 {
margin-right: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-4\@desktop {
margin-right: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-4\@tablet {
margin-right: 2rem !important;
}
}
.u-margin-right-5 {
margin-right: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-5\@desktop {
margin-right: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-5\@tablet {
margin-right: 3rem !important;
}
}
.u-margin-right-6 {
margin-right: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-6\@desktop {
margin-right: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-6\@tablet {
margin-right: 4rem !important;
}
}
.u-padding-0 {
padding-bottom: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-0\@desktop {
padding-bottom: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-0\@tablet {
padding-bottom: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
}
}
.u-padding-1 {
padding-bottom: 0.5rem !important;
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
padding-top: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-1\@desktop {
padding-bottom: 0.5rem !important;
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
padding-top: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-1\@tablet {
padding-bottom: 0.5rem !important;
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
padding-top: 0.5rem !important;
}
}
.u-padding-2 {
padding-bottom: 1rem !important;
padding-left: 1rem !important;
padding-right: 1rem !important;
padding-top: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-2\@desktop {
padding-bottom: 1rem !important;
padding-left: 1rem !important;
padding-right: 1rem !important;
padding-top: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-2\@tablet {
padding-bottom: 1rem !important;
padding-left: 1rem !important;
padding-right: 1rem !important;
padding-top: 1rem !important;
}
}
.u-padding-3 {
padding-bottom: 1.5rem !important;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
padding-top: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-3\@desktop {
padding-bottom: 1.5rem !important;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
padding-top: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-3\@tablet {
padding-bottom: 1.5rem !important;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
padding-top: 1.5rem !important;
}
}
.u-padding-4 {
padding-bottom: 2rem !important;
padding-left: 2rem !important;
padding-right: 2rem !important;
padding-top: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-4\@desktop {
padding-bottom: 2rem !important;
padding-left: 2rem !important;
padding-right: 2rem !important;
padding-top: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-4\@tablet {
padding-bottom: 2rem !important;
padding-left: 2rem !important;
padding-right: 2rem !important;
padding-top: 2rem !important;
}
}
.u-padding-5 {
padding-bottom: 3rem !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-5\@desktop {
padding-bottom: 3rem !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-5\@tablet {
padding-bottom: 3rem !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 3rem !important;
}
}
.u-padding-6 {
padding-bottom: 4rem !important;
padding-left: 4rem !important;
padding-right: 4rem !important;
padding-top: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-6\@desktop {
padding-bottom: 4rem !important;
padding-left: 4rem !important;
padding-right: 4rem !important;
padding-top: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-6\@tablet {
padding-bottom: 4rem !important;
padding-left: 4rem !important;
padding-right: 4rem !important;
padding-top: 4rem !important;
}
}
.u-padding-vertical-0 {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-0\@desktop {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-0\@tablet {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
}
.u-padding-vertical-1 {
padding-bottom: 0.5rem !important;
padding-top: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-1\@desktop {
padding-bottom: 0.5rem !important;
padding-top: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-1\@tablet {
padding-bottom: 0.5rem !important;
padding-top: 0.5rem !important;
}
}
.u-padding-vertical-2 {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-2\@desktop {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-2\@tablet {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
}
.u-padding-vertical-3 {
padding-bottom: 1.5rem !important;
padding-top: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-3\@desktop {
padding-bottom: 1.5rem !important;
padding-top: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-3\@tablet {
padding-bottom: 1.5rem !important;
padding-top: 1.5rem !important;
}
}
.u-padding-vertical-4 {
padding-bottom: 2rem !important;
padding-top: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-4\@desktop {
padding-bottom: 2rem !important;
padding-top: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-4\@tablet {
padding-bottom: 2rem !important;
padding-top: 2rem !important;
}
}
.u-padding-vertical-5 {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-5\@desktop {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-5\@tablet {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
}
.u-padding-vertical-6 {
padding-bottom: 4rem !important;
padding-top: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-6\@desktop {
padding-bottom: 4rem !important;
padding-top: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-6\@tablet {
padding-bottom: 4rem !important;
padding-top: 4rem !important;
}
}
.u-padding-horizontal-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-0\@desktop {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-0\@tablet {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.u-padding-horizontal-1 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-1\@desktop {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-1\@tablet {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
}
.u-padding-horizontal-2 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-2\@desktop {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-2\@tablet {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
}
.u-padding-horizontal-3 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-3\@desktop {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-3\@tablet {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
}
.u-padding-horizontal-4 {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-4\@desktop {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-4\@tablet {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
}
.u-padding-horizontal-5 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-5\@desktop {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-5\@tablet {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
}
.u-padding-horizontal-6 {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-6\@desktop {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-6\@tablet {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
}
.u-padding-top-0 {
padding-top: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-0\@desktop {
padding-top: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-0\@tablet {
padding-top: 0 !important;
}
}
.u-padding-top-1 {
padding-top: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-1\@desktop {
padding-top: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-1\@tablet {
padding-top: 0.5rem !important;
}
}
.u-padding-top-2 {
padding-top: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-2\@desktop {
padding-top: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-2\@tablet {
padding-top: 1rem !important;
}
}
.u-padding-top-3 {
padding-top: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-3\@desktop {
padding-top: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-3\@tablet {
padding-top: 1.5rem !important;
}
}
.u-padding-top-4 {
padding-top: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-4\@desktop {
padding-top: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-4\@tablet {
padding-top: 2rem !important;
}
}
.u-padding-top-5 {
padding-top: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-5\@desktop {
padding-top: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-5\@tablet {
padding-top: 3rem !important;
}
}
.u-padding-top-6 {
padding-top: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-6\@desktop {
padding-top: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-6\@tablet {
padding-top: 4rem !important;
}
}
.u-padding-bottom-0 {
padding-bottom: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-0\@desktop {
padding-bottom: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-0\@tablet {
padding-bottom: 0 !important;
}
}
.u-padding-bottom-1 {
padding-bottom: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-1\@desktop {
padding-bottom: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-1\@tablet {
padding-bottom: 0.5rem !important;
}
}
.u-padding-bottom-2 {
padding-bottom: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-2\@desktop {
padding-bottom: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-2\@tablet {
padding-bottom: 1rem !important;
}
}
.u-padding-bottom-3 {
padding-bottom: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-3\@desktop {
padding-bottom: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-3\@tablet {
padding-bottom: 1.5rem !important;
}
}
.u-padding-bottom-4 {
padding-bottom: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-4\@desktop {
padding-bottom: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-4\@tablet {
padding-bottom: 2rem !important;
}
}
.u-padding-bottom-5 {
padding-bottom: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-5\@desktop {
padding-bottom: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-5\@tablet {
padding-bottom: 3rem !important;
}
}
.u-padding-bottom-6 {
padding-bottom: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-6\@desktop {
padding-bottom: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-6\@tablet {
padding-bottom: 4rem !important;
}
}
.u-padding-left-0 {
padding-left: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-0\@desktop {
padding-left: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-0\@tablet {
padding-left: 0 !important;
}
}
.u-padding-left-1 {
padding-left: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-1\@desktop {
padding-left: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-1\@tablet {
padding-left: 0.5rem !important;
}
}
.u-padding-left-2 {
padding-left: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-2\@desktop {
padding-left: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-2\@tablet {
padding-left: 1rem !important;
}
}
.u-padding-left-3 {
padding-left: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-3\@desktop {
padding-left: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-3\@tablet {
padding-left: 1.5rem !important;
}
}
.u-padding-left-4 {
padding-left: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-4\@desktop {
padding-left: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-4\@tablet {
padding-left: 2rem !important;
}
}
.u-padding-left-5 {
padding-left: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-5\@desktop {
padding-left: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-5\@tablet {
padding-left: 3rem !important;
}
}
.u-padding-left-6 {
padding-left: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-6\@desktop {
padding-left: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-6\@tablet {
padding-left: 4rem !important;
}
}
.u-padding-right-0 {
padding-right: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-0\@desktop {
padding-right: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-0\@tablet {
padding-right: 0 !important;
}
}
.u-padding-right-1 {
padding-right: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-1\@desktop {
padding-right: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-1\@tablet {
padding-right: 0.5rem !important;
}
}
.u-padding-right-2 {
padding-right: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-2\@desktop {
padding-right: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-2\@tablet {
padding-right: 1rem !important;
}
}
.u-padding-right-3 {
padding-right: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-3\@desktop {
padding-right: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-3\@tablet {
padding-right: 1.5rem !important;
}
}
.u-padding-right-4 {
padding-right: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-4\@desktop {
padding-right: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-4\@tablet {
padding-right: 2rem !important;
}
}
.u-padding-right-5 {
padding-right: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-5\@desktop {
padding-right: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-5\@tablet {
padding-right: 3rem !important;
}
}
.u-padding-right-6 {
padding-right: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-6\@desktop {
padding-right: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-6\@tablet {
padding-right: 4rem !important;
}
}
/*
* Utilities - Text Sizing
*/
.u-text-align-left {
text-align: left !important;
}
.u-text-align-center {
text-align: center !important;
}
.u-text-align-right {
text-align: right !important;
}
.u-text-align-justify {
text-align: justify !important;
}
/*
* Utilities - Text Sizing
*/
.u-text-normal {
font-size: 1rem !important;
font-size: clamp( 1rem, 15.8333333333px + 0.0520833333vw, 1.0416666667rem ) !important;
line-height: 1.5 !important;
}
.u-text-large-1 {
font-size: 1.2rem !important;
font-size: clamp( 1.2rem, 19px + 0.0625vw, 1.25rem ) !important;
line-height: 1.5 !important;
margin-bottom: 0.5rem;
}
.u-text-large-2 {
font-size: 1.44rem !important;
font-size: clamp( 1.44rem, 22.8px + 0.075vw, 1.5rem ) !important;
line-height: 1.5 !important;
margin-bottom: 0.5rem;
}
.u-text-large-3 {
font-size: 1.728rem !important;
font-size: clamp( 1.728rem, 27.36px + 0.09vw, 1.8rem ) !important;
line-height: 1.5 !important;
margin-bottom: 0.5rem;
}
.u-text-large-4 {
font-size: 2.0736rem !important;
font-size: clamp( 2.0736rem, 32.832px + 0.108vw, 2.16rem ) !important;
line-height: 1.3 !important;
margin-bottom: 0.5rem;
}
.u-text-large-5 {
font-size: 2.48832rem !important;
font-size: clamp( 2.48832rem, 39.3984px + 0.1296vw, 2.592rem ) !important;
line-height: 1.3 !important;
margin-bottom: 0.5rem;
}
.u-text-large-6 {
font-size: 2.985984rem !important;
font-size: clamp( 2.985984rem, 47.27808px + 0.15552vw, 3.1104rem ) !important;
line-height: 1.3 !important;
margin-bottom: 0.5rem;
}
.u-text-small-1 {
font-size: 0.8333333333rem !important;
font-size: clamp( 0.8333333333rem, 13.1944444444px + 0.0434027778vw, 0.8680555556rem ) !important;
line-height: 1.5 !important;
margin-bottom: 1rem;
}
.u-text-small-2 {
font-size: 0.6944444444rem !important;
font-size: clamp( 0.6944444444rem, 10.9953703704px + 0.0361689815vw, 0.7233796296rem ) !important;
line-height: 1.5 !important;
margin-bottom: 1rem;
}
/*
* Utilities - Z-Index
*/
.u-z-index-negative-2 {
z-index: -2 !important;
}
.u-z-index-negative-1 {
z-index: -1 !important;
}
.u-z-index-0 {
z-index: 0 !important;
}
.u-z-index-1 {
z-index: 1 !important;
}
.u-z-index-2 {
z-index: 2 !important;
}
.u-z-index-3 {
z-index: 3 !important;
}
.u-z-index-4 {
z-index: 4 !important;
}
.u-z-index-5 {
z-index: 5 !important;
}
.u-z-index-6 {
z-index: 6 !important;
}
.u-z-index-7 {
z-index: 7 !important;
}
.u-z-index-8 {
z-index: 8 !important;
}
.u-z-index-9 {
z-index: 9 !important;
}
.u-z-index-10 {
z-index: 10 !important;
}
/*
* Theme
*/
/* Root */
:root {
--spacing-unit: .25rem;
--spacing-responsive-x: calc(.25rem + 1vw);
--spacing-responsive-y: calc(.25rem + 1vh);
--font-main: var(--font-main-light);
--font-main-weight: var(--font-main-light-weight);
--font-main-light: "roc-grotesk";
--font-main-light-weight: 300;
--font-main-regular: "roc-grotesk";
--font-main-regular-weight: 400;
--font-main-medium: "roc-grotesk";
--font-main-medium-weight: 500;
--font-main-semibold: "roc-grotesk";
--font-main-semibold-weight: 500;
--font-main-weight: var(--font-main-light-weight);
--font-accent: "league_monoregular";
--font-accent-weight: "normal";
--font-display: "roc-grotesk-extrawide";
--font-display-weight: 700;
--font-heading: "roc-grotesk-wide";
--font-heading-weight: 500;
--font-mono: "league_monoregular";
--font-mono-weight: "normal";
--transition-duration: .5s;
--theme-dark-opacity: 0;
--theme-light-opacity: 0;
--bg-pattern-diagonal-size: 5px;
--bg-pattern-diagonal-tight-size: 4px;
}
[data-theme=dark] {
--color-bg: #6f4fcf;
--color-fg: #F1EDFF;
--color-accent: #95D6EB;
--color-subtle: #46378F;
--color-subtle-alternate: #897DD1;
--color-muted: #9E9ECA;
--color-opaque: rgba(0,0,0,.2);
--color-opaque-heavy: rgba(0,0,0,.12);
--color-opaque-alternate: rgba(255,255,255,.1);
--color-opaque-overlay: rgba(0,0,0,0.02);
--color-opaque-shadow: rgba(0,0,0,.1);
--opacity-noise: .4;
--opacity-noise-heavy: .6;
--opacity-noise-overlay: .4;
--theme-dark-opacity: 1;
}
[data-theme=light] {
--color-bg: #B3B3E7;
--color-fg: #342469;
--color-accent: #6D43E8;
--color-subtle: #46378F;
--color-subtle-alternate: #46378F;
--color-muted: #9E9ECA;
--color-opaque: rgba(0,0,0,.2);
--color-opaque-heavy: rgba(0,0,0,.22);
--color-opaque-alternate: rgba(0,0,0,.15);
--color-opaque-overlay: rgba(255,255,255,.02);
--color-opaque-shadow: rgba(0,0,0,.1);
--opacity-noise: .25;
--opacity-noise-heavy: .4;
--opacity-noise-overlay: .25;
--theme-light-opacity: 1;
}
/*
* Components - Button
*/
.c-button {
--button-color-bg: #5A47B8;
--button-color-bg-hover: #5847af;
--button-color-fg: #FFFFFF;
--button-color-border: #342867;
--button-color-border-hover: var(--color-subtle);
--button-color-shadow: var(--color-subtle);
--button-color-alternate-bg: #5947A5;
--button-color-alternate-bg-hover: #54449c;
--button-transition-duration: var(--transition-duration);
align-items: center;
background-color: var(--button-color-bg);
border-color: var(--button-color-border);
border-radius: 3px;
border-style: solid;
border-width: 1px;
box-shadow: 0 2px 0 var(--button-color-shadow);
color: var(--button-color-fg);
cursor: pointer;
display: inline-grid;
font-family: var(--font-main-regular), sans-serif;
font-weight: var(--font-main-regular-weight);
font-size: 0.6rem;
grid-auto-flow: column;
grid-gap: 0.5rem;
justify-content: center;
letter-spacing: 0.05em;
line-height: 1.2;
padding-bottom: 0.7rem;
padding-left: 0.4rem;
padding-right: 0.4rem;
padding-top: 0.7rem;
text-decoration: none;
text-transform: uppercase;
transition: all var(--button-transition-duration);
will-change: box-shadow, opacity;
}
@media (min-width: 25em) {
.c-button {
font-size: 0.66rem;
padding-bottom: 0.75rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 0.75rem;
}
}
@media (min-width: 45em) {
.c-button {
font-size: 0.7rem;
padding-bottom: 0.75rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 0.75rem;
}
}
@media (min-width: 55em) {
.c-button {
font-size: 0.75rem;
letter-spacing: 0.1em;
padding-left: 0.9rem;
padding-right: 0.9rem;
}
}
.c-button:active {
box-shadow: 0 0px 0 var(--button-color-shadow);
transform: translateY(2px);
}
.c-button:focus {
outline: none;
}
.c-button:hover {
background-color: var(--button-color-bg-hover);
}
.c-button.is-expanded {
background-color: var(--button-color-bg);
box-shadow: 0 0 0 100vmax var(--button-color-bg);
border-color: var(--button-color-bg);
color: var(--button-color-bg);
position: relative;
z-index: 9;
}
.c-button i {
font-size: 1rem;
}
@media (min-width: 35em) {
.c-button i {
font-size: 1.2rem;
}
}
.c-button--large {
font-size: 0.85rem;
padding-bottom: 1rem;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1rem;
}
.c-button--block {
width: 100%;
}
.c-button--alternate {
background-color: var(--button-color-alternate-bg);
}
.c-button--alternate:hover {
background-color: var(--button-color-alternate-bg-hover);
}
.c-button--github {
border-color: #888;
box-shadow: 0 2px 0 rgba(220, 220, 220, 0.2);
background-color: #2c2c2c;
}
.c-button--github:hover {
background-color: #2a2a2a;
box-shadow: 0 2px 1px rgba(220, 220, 220, 0.4);
}
/*
* Components - Lightbox
*/
.glightbox-dbw .gslide-description {
background: #fff;
}
.glightbox-dbw .goverlay {
background: rgba(91, 55, 200, 0.9);
}
.glightbox-dbw .gdesc-inner {
padding: 22px 20px;
}
.glightbox-dbw .gslide-title {
font-size: 1em;
font-weight: normal;
font-family: arial;
color: #000;
margin-bottom: 19px;
line-height: 1.4em;
}
.glightbox-dbw .gslide-desc {
font-size: 0.86em;
margin-bottom: 0;
font-family: arial;
line-height: 1.4em;
}
.glightbox-dbw .gslide-video {
background: #000;
}
.glightbox-dbw .gprev,
.glightbox-dbw .gnext,
.glightbox-dbw .gclose {
background-color: rgba(0, 0, 0, 0.75);
border-radius: 4px;
}
.glightbox-dbw .gprev path,
.glightbox-dbw .gnext path,
.glightbox-dbw .gclose path {
fill: #fff;
}
.glightbox-dbw button:focus:not(.focused):not(.disabled) {
outline: none;
}
.glightbox-dbw .gprev {
position: absolute;
top: -100%;
left: 30px;
width: 40px;
height: 50px;
}
.glightbox-dbw .gnext {
position: absolute;
top: -100%;
right: 30px;
width: 40px;
height: 50px;
}
.glightbox-dbw .gclose {
background-color: transparent;
width: 1.5rem;
height: 1.5rem;
top: 1.25rem;
right: 1.25rem;
position: absolute;
}
.glightbox-dbw .gclose::before {
transform: rotate(-45deg);
}
.glightbox-dbw .gclose::after {
transform: rotate(45deg);
}
.glightbox-dbw .gclose::before, .glightbox-dbw .gclose::after {
background-color: white;
content: "";
height: 100%;
margin: auto;
position: absolute;
transform-origin: center;
width: 2px;
}
.glightbox-dbw .gclose svg {
display: none;
width: 18px;
height: auto;
}
.glightbox-dbw .gclose:hover {
opacity: 1;
}
/*
* Components - Media Grid
*/
.c-media-grid {
display: grid;
grid-gap: 0.5rem;
grid-template-columns: 1fr;
padding-bottom: 0.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 1rem;
}
@media (min-width: 45em) {
.c-media-grid {
grid-template-columns: 1fr 1fr;
padding-bottom: 1rem;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
}
}
@media (min-width: 75em) {
.c-media-grid {
grid-template-columns: 1fr 1fr;
padding-left: calc((100% - 70em) / 2);
padding-right: calc((100% - 70em) / 2);
padding-top: 0.5rem;
}
}
.c-media-grid__text-item,
.c-media-grid__text-item-wide {
align-content: center;
display: grid;
font-family: var(--font-main-regular);
font-size: 1.1rem;
padding-bottom: 1.5rem;
padding-left: 2rem;
padding-top: 1.5rem;
text-align: left;
overflow-y: auto;
}
.c-media-grid__text-item {
padding-right: 2.5rem;
}
.c-media-grid__text-item-wide {
padding-right: 2rem;
}
@media (min-width: 45em) {
.c-media-grid__text-item-wide {
font-size: 1.3rem;
grid-column: 1/span 2;
padding-bottom: 3rem;
padding-top: 3rem;
}
}
@media (min-width: 55em) {
.c-media-grid__text-item-wide {
padding-left: calc(((100% - 50rem) / 2) + 2rem);
padding-right: calc(((100% - 50rem) / 2) + 2rem);
}
}
.c-media-grid__image-item {
align-content: center;
background-color: var(--color-muted);
border: solid 1px var(--color-subtle-alternate);
box-shadow: 0 0 0 1px rgba(120, 120, 120, 0.8);
display: grid;
justify-items: center;
position: relative;
}
.c-media-grid__image {
width: 100%;
}
.c-media-grid__image-caption,
.c-media-grid__image-caption-alternate {
background-color: rgba(100, 100, 100, 0.6);
border-radius: 4px;
bottom: 1rem;
color: white;
font-family: var(--font-main-regular);
font-size: 0.66rem;
line-height: 1.1;
padding-bottom: 0.3rem;
padding-left: 0.3rem;
padding-right: 0.3rem;
padding-top: 0.3rem;
position: absolute;
}
.c-media-grid__image-caption {
background-color: rgba(200, 200, 200, 0.15);
box-shadow: 0 0 0 1px rgba(200, 200, 200, 0.225);
color: white;
}
.c-media-grid__image-caption-alternate {
background-color: rgba(100, 100, 100, 0.05);
box-shadow: 0 0 0 1px rgba(100, 100, 100, 0.15);
color: black;
}
/*
* Components - Page Footer
*/
.c-page-footer {
text-align: center;
}
.c-page-footer__upper,
.c-page-footer__lower {
padding-left: 2rem;
padding-right: 2rem;
}
.c-page-footer__upper {
border-bottom: solid 1px var(--color-subtle-alternate);
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.c-page-footer__lower {
padding-top: 1.5rem;
padding-bottom: 4rem;
}
/*
* Components - Skill List
*/
.c-skill-list {
display: grid;
margin-bottom: 0;
grid-template-columns: 100%;
}
@media (min-width: 45em) {
.c-skill-list {
grid-template-columns: 50% 50%;
}
}
.c-skill-list__skill {
align-items: center;
box-shadow: 0 1px 0 0 var(--color-subtle-alternate);
display: grid;
grid-template-columns: 33% 1fr;
}
@media (min-width: 35em) {
.c-skill-list__skill {
grid-template-columns: 2fr 5fr;
}
}
@media (min-width: 45em) {
.c-skill-list__skill:nth-child(odd) {
border-right: solid 1px var(--color-subtle-alternate);
grid-template-columns: 3fr 7fr;
}
}
[data-theme=light] .c-skill-list__image {
mix-blend-mode: luminosity;
}
.c-skill-list__text {
column-gap: 0.5rem;
display: grid;
font-size: 0.8rem;
grid-template-columns: auto 1fr auto;
grid-template-rows: 1rem 1fr;
min-height: 4rem;
padding-bottom: 1rem;
padding-left: 0.5rem;
padding-right: 1rem;
padding-top: 1rem;
row-gap: 0.5rem;
}
@media (min-width: 30em) {
.c-skill-list__text {
column-gap: 1rem;
font-size: 0.9rem;
padding-bottom: 0.75rem;
padding-left: 1rem;
padding-right: 1.75rem;
padding-top: 1rem;
row-gap: 0.5rem;
}
}
@media (min-width: 45em) {
.c-skill-list__text {
font-size: 1rem;
min-height: 6.5rem;
}
}
.c-skill-list__title {
margin-bottom: 0;
margin-top: 0;
}
.c-skill-list__gap {
background-image: linear-gradient(0deg, transparent 0%, transparent 46.87%, var(--color-fg) 46.88%, var(--color-fg) 53.22%, transparent 53.23%, transparent 100%);
}
.c-skill-list__description {
grid-column-start: 1;
grid-column-end: 4;
}
/*
* Components - Work List
*/
.c-work-list {
margin-bottom: 0;
margin-top: 0;
}
@media (min-height: 35em) and (min-width: 45em) {
.c-work-list {
box-shadow: 0 0 0 1px var(--color-subtle-alternate);
padding-left: 4.5rem;
padding-right: 4.5rem;
}
}
@media (min-height: 35em) and (min-width: 50em) {
.c-work-list {
padding-left: 5rem;
padding-right: 5rem;
}
}
.c-work-list__item {
box-shadow: 0 0 0 1px var(--color-subtle-alternate);
display: grid;
grid-template-rows: auto 1fr;
grid-template-columns: 100%;
margin-left: auto;
margin-right: auto;
max-width: 65rem;
padding-bottom: 1rem;
}
@media (min-height: 35em) and (min-width: 45em) {
.c-work-list__item {
padding-bottom: 1.25rem;
}
}
.c-work-list__item:last-child {
padding-bottom: 0rem;
}
.c-work-list__item-info {
margin-top: -4.5rem;
position: sticky;
top: 4.25rem;
z-index: 5;
}
@media (min-height: 35em) and (min-width: 45em) {
.c-work-list__item-info {
margin-top: 0;
top: 0;
z-index: 1;
}
}
.c-work-list__item::before {
background-color: var(--color-bg);
content: "";
display: block;
height: 4.25rem;
position: sticky;
top: 0;
width: 100%;
z-index: 1;
}
@media (min-height: 35em) and (min-width: 45em) {
.c-work-list__item::before {
display: none;
}
}
.c-work-list__item:first-child .c-work-list__item-info {
margin-top: -4.25rem;
padding-top: 0;
}
@media (min-height: 35em) and (min-width: 45em) {
.c-work-list__item:first-child .c-work-list__item-info {
margin-top: 0;
padding-top: 0;
}
}
.c-work-list__item-info-inner {
background-color: var(--color-bg);
box-shadow: 0 0 0 1px var(--color-subtle-alternate);
padding-bottom: 0.5rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 0.8rem;
}
@media (min-width: 45em) {
.c-work-list__item-info-inner {
padding-bottom: 1.25rem;
padding-top: 1.25rem;
}
}
.c-work-list__item-info-title {
font-size: clamp(1.33rem, 3vw, 2rem);
line-height: 1.1;
margin-bottom: 0.66rem;
}
.c-work-list__item-info-description {
font-size: 0.8rem;
}
@media (min-width: 35em) {
.c-work-list__item-info-description {
font-size: 1rem;
}
}
@media (min-width: 55em) {
.c-work-list__item-info-description {
font-size: 1.2rem;
max-width: 55rem;
}
}
.c-work-list__item-info-taglist {
margin-bottom: 0.7rem;
}
@media (min-width: 35em) {
.c-work-list__item-info-taglist {
margin-top: 0.2rem;
}
}
.c-work-list__item-preview {
background-color: var(--color-subtle-alternate);
display: grid;
grid-gap: 1px;
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
justify-items: center;
overflow: hidden;
}
.c-work-list__item-lower,
.c-work-list__item-lower-three {
background-color: var(--color-bg);
border-top: solid 1px var(--color-subtle-alternate);
border-bottom: solid 1px var(--color-subtle-alternate);
display: grid;
grid-auto-flow: row;
grid-gap: 0.66rem;
padding-bottom: calc(1.25rem + 2px);
padding-left: 1.25rem;
padding-right: 1.25rem;
padding-top: 1.25rem;
position: relative;
text-align: center;
z-index: 0;
}
@media (min-width: 25em) {
.c-work-list__item-lower,
.c-work-list__item-lower-three {
grid-auto-flow: column;
}
}
@media (min-width: 35em) {
.c-work-list__item-lower,
.c-work-list__item-lower-three {
grid-auto-columns: 1fr;
grid-gap: 1rem;
}
}
@media (min-width: 55em) {
.c-work-list__item-lower-three {
grid-template-columns: 3fr 4fr 3fr;
grid-auto-flow: column;
}
}
.c-work-list__item:last-child .c-work-list__item-lower {
border-bottom: none;
}
/*
* Elements - Base
*/
*::selection {
background-color: var(--color-fg);
color: var(--color-bg);
-webkit-text-stroke-color: var(--color-bg);
}
:root,
body,
main {
height: 100% !important;
max-height: 100% !important;
}
body {
background-color: var(--color-bg);
color: var(--color-fg);
}
img {
max-width: 100%;
width: 100%;
height: auto;
}
/*
* Elements - Text
*/
body {
font-family: var(--font-main), sans-serif;
font-weight: var(--font-main-weight);
}
a {
color: inherit;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-heading), sans-serif;
font-weight: var(--font-heading-weight);
}
strong {
font-family: var(--font-main-regular), sans-serif;
font-weight: var(--font-main-regular-weight);
}
/*
* Utilites
*/
/* Text */
.u-text-large-1,
.u-text-large-2,
.u-text-large-3,
.u-text-large-4,
.u-text-large-5,
.u-text-large-6 {
line-height: 1.25 !important;
margin-bottom: 0 !important;
}
.u-text-title {
font-family: var(--font-accent) !important;
font-size: 0.66rem !important;
font-weight: var(--font-accent-weight) !important;
line-height: 1.1 !important;
text-transform: uppercase !important;
}
@media (min-width: 45em) {
.u-text-title {
font-size: 0.75rem !important;
}
}
.u-text-heading {
font-family: var(--font-heading) !important;
font-weight: var(--font-heading-weight) !important;
}
.u-text-display {
font-family: var(--font-display) !important;
font-weight: var(--font-display-weight) !important;
}
.u-text-mono {
font-family: var(--font-mono) !important;
font-weight: var(--font-mono-weight) !important;
}
.u-text-bolder {
font-family: var(--font-main-regular) !important;
font-weight: var(--font-main-regular-weight) !important;
}
.u-text-uppercase {
text-transform: uppercase !important;
}
.u-text-outline {
-webkit-text-fill-color: transparent !important;
-webkit-text-stroke-width: 1px !important;
-webkit-text-stroke-color: var(--color-fg) !important;
}
/* Wrapper Full */
.u-wrapper-full {
height: 100%;
width: 100%;
}
/* Borders */
.u-border-top-accent-alternate {
border-top: solid 1px var(--color-subtle-alternate) !important;
}
.u-border-bottom-accent-alternate {
border-bottom: solid 1px var(--color-subtle-alternate) !important;
}
.u-border-vertical-accent-alternate {
border-bottom: solid 1px var(--color-subtle-alternate) !important;
border-top: solid 1px var(--color-subtle-alternate) !important;
}
/* Positioning */
.u-position-relative {
position: relative !important;
}
/* Max Dimensions */
.u-max-width-30 {
max-width: 30rem !important;
}
.u-max-width-40 {
max-width: 40rem !important;
}
.u-max-width-50 {
max-width: 50rem !important;
}
.u-max-height-30 {
max-height: 30rem !important;
}
.u-max-height-40 {
max-height: 40rem !important;
}
.u-max-height-50 {
max-height: 50rem !important;
}
/* Cursor */
.u-cursor-zoom-in {
cursor: zoom-in !important;
}
/* Blend Mode */
.u-blend-mode-screen {
mix-blend-mode: screen !important;
}
.u-blend-mode-luminosity {
mix-blend-mode: luminosity !important;
}
/* Visibility */
.u-transparent {
opacity: 0 !important;
}
.u-hidden {
display: none !important;
visibility: hidden !important;
}
@media (max-width: 25em) {
.u-hidden\@small {
display: none !important;
visibility: hidden !important;
}
}
@media (max-width: 35em) {
.u-hidden\@mobile {
display: none !important;
visibility: hidden !important;
}
}
@media (max-width: 45em) {
.u-hidden\@tablet {
display: none !important;
visibility: hidden !important;
}
}
/* Theme Fill */
.u-theme-fill,
.u-theme-fill svg {
fill: var(--color-fg) !important;
}
/* Separators */
.u-separator,
.u-separator-alternate {
border: none !important;
background-repeat: repeat !important;
background-position: 0 0 !important;
background-size: var(--bg-pattern-diagonal-tight-size) var(--bg-pattern-diagonal-tight-size) !important;
height: 0.5rem !important;
margin-bottom: 0;
margin-top: 0;
width: 100% !important;
}
.u-separator {
background-image: linear-gradient(-45deg, var(--color-opaque) 0%, var(--color-opaque) 12.5%, transparent 12.51%, transparent 37.49%, var(--color-opaque) 37.5%, var(--color-opaque) 62.5%, transparent 62.51%, transparent 87.49%, var(--color-opaque) 87.5%, var(--color-opaque) 100%) !important;
box-shadow: inset 0 0 0 1px var(--color-subtle) !important;
}
.u-separator-alternate {
background-image: linear-gradient(-45deg, var(--color-opaque-alternate) 0%, var(--color-opaque-alternate) 12.5%, transparent 12.51%, transparent 37.49%, var(--color-opaque-alternate) 37.5%, var(--color-opaque-alternate) 62.5%, transparent 62.51%, transparent 87.49%, var(--color-opaque-alternate) 87.5%, var(--color-opaque-alternate) 100%) !important;
box-shadow: inset 0 0 0 1px var(--color-subtle-alternate) !important;
}
.u-separator-thin,
.u-separator-thin-alternate {
border: none !important;
height: 1px !important;
width: 100% !important;
}
.u-separator-thin {
background-color: var(--color-subtle) !important;
}
.u-separator-thin-alternate {
background-color: var(--color-subtle-alternate) !important;
}
/* Backgrounds & Overlays */
.u-bg-color-subtle {
background-color: var(--color-subtle) !important;
}
.u-bg-color-subtle-alternate {
background-color: var(--color-subtle-alternate) !important;
}
.u-bg-color-muted {
background-color: var(--color-muted) !important;
}
.u-bg-color-accent {
background-color: var(--color-accent) !important;
}
.u-bg-color-foreground {
background-color: var(--color-fg) !important;
}
.u-bg-color-main {
background-color: var(--color-bg) !important;
}
.u-bg-color-opaque {
background-color: var(--color-opaque) !important;
}
.u-bg-color-opaque-alternate {
background-color: var(--color-opaque-alternate) !important;
}
.u-bg-color-white {
background-color: #FFFFFF !important;
}
.u-bg-color-black {
background-color: #000000 !important;
}
.u-bg-color-gray {
background-color: #BBBBBB !important;
}
.u-bg-pattern-diagonal,
.u-bg-pattern-diagonal-alternate {
background-position: 0 0 !important;
background-repeat: repeat !important;
background-size: var(--bg-pattern-diagonal-size) var(--bg-pattern-diagonal-size) !important;
}
.u-bg-pattern-diagonal {
background-image: linear-gradient(-45deg, var(--color-opaque-heavy) 0%, var(--color-opaque-heavy) 6.24%, transparent 6.25%, transparent 43.74%, var(--color-opaque-heavy) 43.75%, var(--color-opaque-heavy) 56.25%, transparent 56.26%, transparent 93.74%, var(--color-opaque-heavy) 93.75%, var(--color-opaque-heavy) 100%) !important;
}
.u-bg-pattern-diagonal-alternate {
background-image: linear-gradient(-45deg, var(--color-opaque-alternate) 0%, var(--color-opaque-alternate) 6.24%, transparent 6.25%, transparent 43.74%, var(--color-opaque-alternate) 43.75%, var(--color-opaque-alternate) 56.25%, transparent 56.26%, transparent 93.74%, var(--color-opaque-alternate) 93.75%, var(--color-opaque-alternate) 100%) !important;
}
.u-bg-pattern-diagonal-tight,
.u-bg-pattern-diagonal-tight-alternate {
background-repeat: repeat !important;
background-position: 0 0 !important;
background-size: var(--bg-pattern-diagonal-tight-size) var(--bg-pattern-diagonal-tight-size) !important;
}
.u-bg-pattern-diagonal-tight {
background-image: linear-gradient(-45deg, var(--color-opaque) 0%, var(--color-opaque) 12.5%, transparent 12.51%, transparent 37.49%, var(--color-opaque) 37.5%, var(--color-opaque) 62.5%, transparent 62.51%, transparent 87.49%, var(--color-opaque) 87.5%, var(--color-opaque) 100%) !important;
}
.u-bg-pattern-diagonal-tight-alternate {
background-image: linear-gradient(-45deg, var(--color-opaque-alternate) 0%, var(--color-opaque-alternate) 12.5%, transparent 12.51%, transparent 37.49%, var(--color-opaque-alternate) 37.5%, var(--color-opaque-alternate) 62.5%, transparent 62.51%, transparent 87.49%, var(--color-opaque-alternate) 87.5%, var(--color-opaque-alternate) 100%) !important;
}
.u-bg-noise,
.u-bg-noise-heavy,
.u-overlay-noise {
overflow: hidden !important;
position: relative !important;
}
.u-bg-noise::before,
.u-bg-noise-heavy::before,
.u-overlay-noise::before {
backface-visibility: hidden !important;
/*
background-image: url(
"/images/Noise-Clear.svg"
) !important;
*/
background-size: 400px auto !important;
background-repeat: repeat !important;
content: "" !important;
height: 200% !important;
left: -50% !important;
position: absolute !important;
top: -50% !important;
width: 200% !important;
}
.u-bg-noise::before,
.u-bg-noise-heavy::before {
background-color: var(--color-bg) !important;
z-index: -1 !important;
}
.u-overlay-noise::before {
pointer-events: none !important;
z-index: 1 !important;
}
.u-bg-noise::before {
opacity: var(--opacity-noise) !important;
}
.u-bg-noise-heavy::before {
opacity: var(--opacity-noise-heavy) !important;
}
.u-overlay-noise::before {
opacity: var(--opacity-noise-overlay) !important;
}
/* Animations */
.u-animation-wave {
animation: wave ease-in-out 3s infinite !important;
transform-origin: 50% 80% !important;
}
/* Keyframes */
@keyframes noise {
0.00% {
transform: translate(0, 0);
}
49.99% {
transform: translate(0, 0);
}
50.00% {
transform: translate(-10%, 10%);
}
99.99% {
transform: translate(-10%, 10%);
}
}
@keyframes wave {
0% {
transform: rotate(-35deg);
}
50% {
transform: rotate(35deg);
}
100% {
transform: rotate(-35deg);
}
} | build/stylesheets/main.css | @import "../fonts/fonts.css";
@import "../icons/icons.css";
/*
* Generic - Initialize
*/
*,
*::before,
*::after {
box-sizing: border-box;
touch-action: manipulation;
}
html,
body,
ul,
ol {
padding: 0;
}
html,
body {
margin: 0;
}
html {
scroll-behavior: smooth;
}
body {
min-height: 100%;
text-rendering: optimizeSpeed;
line-height: 1.5;
}
img {
max-width: 100%;
display: block;
}
article > * + * {
margin-top: 1em;
}
input,
button,
textarea,
select {
font: inherit;
}
img:not([alt]) {
filter: blur(10px);
}
@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
/*
* Generic - Shared
*/
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
margin-bottom: 0.5rem;
}
/*
* Elements - Base
*/
:root,
body {
font-size: 1rem;
font-size: clamp( 1rem, 15.8333333333px + 0.0520833333vw, 1.0416666667rem );
line-height: 1.5;
height: 100%;
}
:root {
font-size: 16px;
overflow: auto;
}
/*
* Elements - Text
*/
h6 {
font-size: 1.2rem;
font-size: clamp( 1.2rem, 19px + 0.0625vw, 1.25rem );
line-height: 1.5;
}
h5 {
font-size: 1.44rem;
font-size: clamp( 1.44rem, 22.8px + 0.075vw, 1.5rem );
line-height: 1.5;
}
h4 {
font-size: 1.728rem;
font-size: clamp( 1.728rem, 27.36px + 0.09vw, 1.8rem );
line-height: 1.5;
}
h3 {
font-size: 2.0736rem;
font-size: clamp( 2.0736rem, 32.832px + 0.108vw, 2.16rem );
line-height: 1.3;
}
h2 {
font-size: 2.48832rem;
font-size: clamp( 2.48832rem, 39.3984px + 0.1296vw, 2.592rem );
line-height: 1.3;
}
h1 {
font-size: 2.985984rem;
font-size: clamp( 2.985984rem, 47.27808px + 0.15552vw, 3.1104rem );
line-height: 1.3;
}
small {
font-size: 0.8333333333rem;
font-size: clamp( 0.8333333333rem, 13.1944444444px + 0.0434027778vw, 0.8680555556rem );
line-height: 1.5;
}
/*
* Objects - Media
*/
.o-layout {
display: flex;
flex-flow: row wrap;
list-style: none;
padding: 0;
}
.o-layout__cell {
flex: 0 1 auto;
width: 100%;
}
.o-layout--spacing-1 {
margin-left: 0.5rem;
}
.o-layout--spacing-1 > .o-layout__cell {
padding-left: 0.5rem;
}
.o-layout--spacing-2 {
margin-left: 1rem;
}
.o-layout--spacing-2 > .o-layout__cell {
padding-left: 1rem;
}
.o-layout--spacing-3 {
margin-left: 1.5rem;
}
.o-layout--spacing-3 > .o-layout__cell {
padding-left: 1.5rem;
}
.o-layout--spacing-4 {
margin-left: 2rem;
}
.o-layout--spacing-4 > .o-layout__cell {
padding-left: 2rem;
}
.o-layout--spacing-5 {
margin-left: 3rem;
}
.o-layout--spacing-5 > .o-layout__cell {
padding-left: 3rem;
}
.o-layout--spacing-6 {
margin-left: 4rem;
}
.o-layout--spacing-6 > .o-layout__cell {
padding-left: 4rem;
}
.o-layout--auto > .o-layout__cell {
flex: 1 0 0;
}
.o-layout--left {
justify-content: flex-start;
}
.o-layout--center {
justify-content: center;
}
.o-layout--right {
justify-content: flex-end;
}
.o-layout--between {
justify-content: space-between;
}
.o-layout--around {
justify-content: space-around;
}
.o-layout--pull-right {
margin-right: auto;
}
.o-layout--pull-right {
margin-left: auto;
}
.o-layout--top {
align-items: flex-start;
}
.o-layout__cell--top {
align-self: flex-start;
}
.o-layout--middle {
align-items: center;
}
.o-layout__cell--middle {
align-self: center;
}
.o-layout--bottom {
align-items: flex-end;
}
.o-layout__cell--bottom {
align-self: flex-end;
}
.o-layout--baseline {
align-items: baseline;
}
.o-layout__cell--baseline {
align-self: baseline;
}
.o-layout--stretch {
align-items: stretch;
}
.o-layout__cell--stretch {
align-self: stretch;
}
.o-layout--reverse {
flex-direction: row-reverse;
}
.o-layout--column {
flex-direction: column;
}
.o-layout--column-reverse {
flex-direction: column-reverse;
}
/*
* Objects - Media
*/
.o-media {
display: block;
}
.o-media:after {
content: "" !important;
display: block !important;
clear: both !important;
}
.o-media__image {
float: left;
margin-right: 1rem;
}
.o-media__image > img {
display: block;
}
.o-media__body {
display: block;
overflow: hidden;
}
.o-media__body,
.o-media__body > :last-child {
margin-bottom: 0;
}
.o-media--spacing-1 > .o-media__image {
margin-right: 0.5rem;
}
.o-media--spacing-1.o-media--reverse > .o-media__image {
margin-right: 0;
margin-left: 0.5rem;
}
.o-media--spacing-2 > .o-media__image {
margin-right: 1rem;
}
.o-media--spacing-2.o-media--reverse > .o-media__image {
margin-right: 0;
margin-left: 1rem;
}
.o-media--spacing-3 > .o-media__image {
margin-right: 1.5rem;
}
.o-media--spacing-3.o-media--reverse > .o-media__image {
margin-right: 0;
margin-left: 1.5rem;
}
.o-media--spacing-4 > .o-media__image {
margin-right: 2rem;
}
.o-media--spacing-4.o-media--reverse > .o-media__image {
margin-right: 0;
margin-left: 2rem;
}
.o-media--spacing-5 > .o-media__image {
margin-right: 3rem;
}
.o-media--spacing-5.o-media--reverse > .o-media__image {
margin-right: 0;
margin-left: 3rem;
}
.o-media--spacing-6 > .o-media__image {
margin-right: 4rem;
}
.o-media--spacing-6.o-media--reverse > .o-media__image {
margin-right: 0;
margin-left: 4rem;
}
.o-media--reverse {
float: right;
margin-right: 0;
margin-left: 1rem;
}
/*
* Objects - Wrapper
*/
.o-wrapper {
padding-left: 1rem;
padding-right: 1rem;
margin-right: auto;
margin-left: auto;
max-width: 1080px;
}
.o-wrapper:after {
content: "" !important;
display: block !important;
clear: both !important;
}
/*
* Utilities - Sizing
*/
.u-1\/2 {
width: 50% !important;
}
.u-2\/2 {
width: 100% !important;
}
.u-1\/3 {
width: 33.3333333333% !important;
}
.u-2\/3 {
width: 66.6666666667% !important;
}
.u-3\/3 {
width: 100% !important;
}
.u-1\/4 {
width: 25% !important;
}
.u-2\/4 {
width: 50% !important;
}
.u-3\/4 {
width: 75% !important;
}
.u-4\/4 {
width: 100% !important;
}
.u-1\/6 {
width: 16.6666666667% !important;
}
.u-2\/6 {
width: 33.3333333333% !important;
}
.u-3\/6 {
width: 50% !important;
}
.u-4\/6 {
width: 66.6666666667% !important;
}
.u-5\/6 {
width: 83.3333333333% !important;
}
.u-6\/6 {
width: 100% !important;
}
.u-push-1\/2 {
margin-left: 50% !important;
}
.u-push-2\/2 {
margin-left: 100% !important;
}
.u-push-1\/3 {
margin-left: 33.3333333333% !important;
}
.u-push-2\/3 {
margin-left: 66.6666666667% !important;
}
.u-push-3\/3 {
margin-left: 100% !important;
}
.u-push-1\/4 {
margin-left: 25% !important;
}
.u-push-2\/4 {
margin-left: 50% !important;
}
.u-push-3\/4 {
margin-left: 75% !important;
}
.u-push-4\/4 {
margin-left: 100% !important;
}
.u-push-1\/6 {
margin-left: 16.6666666667% !important;
}
.u-push-2\/6 {
margin-left: 33.3333333333% !important;
}
.u-push-3\/6 {
margin-left: 50% !important;
}
.u-push-4\/6 {
margin-left: 66.6666666667% !important;
}
.u-push-5\/6 {
margin-left: 83.3333333333% !important;
}
.u-push-6\/6 {
margin-left: 100% !important;
}
.u-pull-1\/2 {
margin-left: -50% !important;
}
.u-pull-2\/2 {
margin-left: -100% !important;
}
.u-pull-1\/3 {
margin-left: -33.3333333333% !important;
}
.u-pull-2\/3 {
margin-left: -66.6666666667% !important;
}
.u-pull-3\/3 {
margin-left: -100% !important;
}
.u-pull-1\/4 {
margin-left: -25% !important;
}
.u-pull-2\/4 {
margin-left: -50% !important;
}
.u-pull-3\/4 {
margin-left: -75% !important;
}
.u-pull-4\/4 {
margin-left: -100% !important;
}
.u-pull-1\/6 {
margin-left: -16.6666666667% !important;
}
.u-pull-2\/6 {
margin-left: -33.3333333333% !important;
}
.u-pull-3\/6 {
margin-left: -50% !important;
}
.u-pull-4\/6 {
margin-left: -66.6666666667% !important;
}
.u-pull-5\/6 {
margin-left: -83.3333333333% !important;
}
.u-pull-6\/6 {
margin-left: -100% !important;
}
/*
* Utilities - Spacing
*/
.u-margin-horizontal-auto {
margin-left: auto !important;
margin-right: auto !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-auto\@desktop {
margin-left: auto !important;
margin-right: auto !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-auto\@tablet {
margin-left: auto !important;
margin-right: auto !important;
}
}
.u-margin-0 {
margin-bottom: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-0\@desktop {
margin-bottom: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-0\@tablet {
margin-bottom: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0 !important;
}
}
.u-margin-1 {
margin-bottom: 0.5rem !important;
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
margin-top: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-1\@desktop {
margin-bottom: 0.5rem !important;
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
margin-top: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-1\@tablet {
margin-bottom: 0.5rem !important;
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
margin-top: 0.5rem !important;
}
}
.u-margin-2 {
margin-bottom: 1rem !important;
margin-left: 1rem !important;
margin-right: 1rem !important;
margin-top: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-2\@desktop {
margin-bottom: 1rem !important;
margin-left: 1rem !important;
margin-right: 1rem !important;
margin-top: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-2\@tablet {
margin-bottom: 1rem !important;
margin-left: 1rem !important;
margin-right: 1rem !important;
margin-top: 1rem !important;
}
}
.u-margin-3 {
margin-bottom: 1.5rem !important;
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
margin-top: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-3\@desktop {
margin-bottom: 1.5rem !important;
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
margin-top: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-3\@tablet {
margin-bottom: 1.5rem !important;
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
margin-top: 1.5rem !important;
}
}
.u-margin-4 {
margin-bottom: 2rem !important;
margin-left: 2rem !important;
margin-right: 2rem !important;
margin-top: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-4\@desktop {
margin-bottom: 2rem !important;
margin-left: 2rem !important;
margin-right: 2rem !important;
margin-top: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-4\@tablet {
margin-bottom: 2rem !important;
margin-left: 2rem !important;
margin-right: 2rem !important;
margin-top: 2rem !important;
}
}
.u-margin-5 {
margin-bottom: 3rem !important;
margin-left: 3rem !important;
margin-right: 3rem !important;
margin-top: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-5\@desktop {
margin-bottom: 3rem !important;
margin-left: 3rem !important;
margin-right: 3rem !important;
margin-top: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-5\@tablet {
margin-bottom: 3rem !important;
margin-left: 3rem !important;
margin-right: 3rem !important;
margin-top: 3rem !important;
}
}
.u-margin-6 {
margin-bottom: 4rem !important;
margin-left: 4rem !important;
margin-right: 4rem !important;
margin-top: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-6\@desktop {
margin-bottom: 4rem !important;
margin-left: 4rem !important;
margin-right: 4rem !important;
margin-top: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-6\@tablet {
margin-bottom: 4rem !important;
margin-left: 4rem !important;
margin-right: 4rem !important;
margin-top: 4rem !important;
}
}
.u-margin-vertical-0 {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-0\@desktop {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-0\@tablet {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
}
.u-margin-vertical-1 {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-1\@desktop {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-1\@tablet {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
}
.u-margin-vertical-2 {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-2\@desktop {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-2\@tablet {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
}
.u-margin-vertical-3 {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-3\@desktop {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-3\@tablet {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
}
}
.u-margin-vertical-4 {
margin-bottom: 2rem !important;
margin-top: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-4\@desktop {
margin-bottom: 2rem !important;
margin-top: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-4\@tablet {
margin-bottom: 2rem !important;
margin-top: 2rem !important;
}
}
.u-margin-vertical-5 {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-5\@desktop {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-5\@tablet {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
}
.u-margin-vertical-6 {
margin-bottom: 4rem !important;
margin-top: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-vertical-6\@desktop {
margin-bottom: 4rem !important;
margin-top: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-vertical-6\@tablet {
margin-bottom: 4rem !important;
margin-top: 4rem !important;
}
}
.u-margin-horizontal-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-0\@desktop {
margin-left: 0 !important;
margin-right: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-0\@tablet {
margin-left: 0 !important;
margin-right: 0 !important;
}
}
.u-margin-horizontal-1 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-1\@desktop {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-1\@tablet {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
}
.u-margin-horizontal-2 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-2\@desktop {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-2\@tablet {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
}
.u-margin-horizontal-3 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-3\@desktop {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-3\@tablet {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
}
.u-margin-horizontal-4 {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-4\@desktop {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-4\@tablet {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
}
.u-margin-horizontal-5 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-5\@desktop {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-5\@tablet {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
}
.u-margin-horizontal-6 {
margin-left: 4rem !important;
margin-right: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-horizontal-6\@desktop {
margin-left: 4rem !important;
margin-right: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-horizontal-6\@tablet {
margin-left: 4rem !important;
margin-right: 4rem !important;
}
}
.u-margin-top-0 {
margin-top: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-0\@desktop {
margin-top: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-0\@tablet {
margin-top: 0 !important;
}
}
.u-margin-top-1 {
margin-top: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-1\@desktop {
margin-top: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-1\@tablet {
margin-top: 0.5rem !important;
}
}
.u-margin-top-2 {
margin-top: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-2\@desktop {
margin-top: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-2\@tablet {
margin-top: 1rem !important;
}
}
.u-margin-top-3 {
margin-top: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-3\@desktop {
margin-top: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-3\@tablet {
margin-top: 1.5rem !important;
}
}
.u-margin-top-4 {
margin-top: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-4\@desktop {
margin-top: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-4\@tablet {
margin-top: 2rem !important;
}
}
.u-margin-top-5 {
margin-top: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-5\@desktop {
margin-top: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-5\@tablet {
margin-top: 3rem !important;
}
}
.u-margin-top-6 {
margin-top: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-top-6\@desktop {
margin-top: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-top-6\@tablet {
margin-top: 4rem !important;
}
}
.u-margin-bottom-0 {
margin-bottom: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-0\@desktop {
margin-bottom: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-0\@tablet {
margin-bottom: 0 !important;
}
}
.u-margin-bottom-1 {
margin-bottom: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-1\@desktop {
margin-bottom: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-1\@tablet {
margin-bottom: 0.5rem !important;
}
}
.u-margin-bottom-2 {
margin-bottom: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-2\@desktop {
margin-bottom: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-2\@tablet {
margin-bottom: 1rem !important;
}
}
.u-margin-bottom-3 {
margin-bottom: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-3\@desktop {
margin-bottom: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-3\@tablet {
margin-bottom: 1.5rem !important;
}
}
.u-margin-bottom-4 {
margin-bottom: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-4\@desktop {
margin-bottom: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-4\@tablet {
margin-bottom: 2rem !important;
}
}
.u-margin-bottom-5 {
margin-bottom: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-5\@desktop {
margin-bottom: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-5\@tablet {
margin-bottom: 3rem !important;
}
}
.u-margin-bottom-6 {
margin-bottom: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-bottom-6\@desktop {
margin-bottom: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-bottom-6\@tablet {
margin-bottom: 4rem !important;
}
}
.u-margin-left-0 {
margin-left: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-0\@desktop {
margin-left: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-0\@tablet {
margin-left: 0 !important;
}
}
.u-margin-left-1 {
margin-left: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-1\@desktop {
margin-left: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-1\@tablet {
margin-left: 0.5rem !important;
}
}
.u-margin-left-2 {
margin-left: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-2\@desktop {
margin-left: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-2\@tablet {
margin-left: 1rem !important;
}
}
.u-margin-left-3 {
margin-left: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-3\@desktop {
margin-left: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-3\@tablet {
margin-left: 1.5rem !important;
}
}
.u-margin-left-4 {
margin-left: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-4\@desktop {
margin-left: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-4\@tablet {
margin-left: 2rem !important;
}
}
.u-margin-left-5 {
margin-left: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-5\@desktop {
margin-left: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-5\@tablet {
margin-left: 3rem !important;
}
}
.u-margin-left-6 {
margin-left: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-left-6\@desktop {
margin-left: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-left-6\@tablet {
margin-left: 4rem !important;
}
}
.u-margin-right-0 {
margin-right: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-0\@desktop {
margin-right: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-0\@tablet {
margin-right: 0 !important;
}
}
.u-margin-right-1 {
margin-right: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-1\@desktop {
margin-right: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-1\@tablet {
margin-right: 0.5rem !important;
}
}
.u-margin-right-2 {
margin-right: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-2\@desktop {
margin-right: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-2\@tablet {
margin-right: 1rem !important;
}
}
.u-margin-right-3 {
margin-right: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-3\@desktop {
margin-right: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-3\@tablet {
margin-right: 1.5rem !important;
}
}
.u-margin-right-4 {
margin-right: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-4\@desktop {
margin-right: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-4\@tablet {
margin-right: 2rem !important;
}
}
.u-margin-right-5 {
margin-right: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-5\@desktop {
margin-right: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-5\@tablet {
margin-right: 3rem !important;
}
}
.u-margin-right-6 {
margin-right: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-margin-right-6\@desktop {
margin-right: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-margin-right-6\@tablet {
margin-right: 4rem !important;
}
}
.u-padding-0 {
padding-bottom: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-0\@desktop {
padding-bottom: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-0\@tablet {
padding-bottom: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
}
}
.u-padding-1 {
padding-bottom: 0.5rem !important;
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
padding-top: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-1\@desktop {
padding-bottom: 0.5rem !important;
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
padding-top: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-1\@tablet {
padding-bottom: 0.5rem !important;
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
padding-top: 0.5rem !important;
}
}
.u-padding-2 {
padding-bottom: 1rem !important;
padding-left: 1rem !important;
padding-right: 1rem !important;
padding-top: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-2\@desktop {
padding-bottom: 1rem !important;
padding-left: 1rem !important;
padding-right: 1rem !important;
padding-top: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-2\@tablet {
padding-bottom: 1rem !important;
padding-left: 1rem !important;
padding-right: 1rem !important;
padding-top: 1rem !important;
}
}
.u-padding-3 {
padding-bottom: 1.5rem !important;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
padding-top: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-3\@desktop {
padding-bottom: 1.5rem !important;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
padding-top: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-3\@tablet {
padding-bottom: 1.5rem !important;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
padding-top: 1.5rem !important;
}
}
.u-padding-4 {
padding-bottom: 2rem !important;
padding-left: 2rem !important;
padding-right: 2rem !important;
padding-top: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-4\@desktop {
padding-bottom: 2rem !important;
padding-left: 2rem !important;
padding-right: 2rem !important;
padding-top: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-4\@tablet {
padding-bottom: 2rem !important;
padding-left: 2rem !important;
padding-right: 2rem !important;
padding-top: 2rem !important;
}
}
.u-padding-5 {
padding-bottom: 3rem !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-5\@desktop {
padding-bottom: 3rem !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-5\@tablet {
padding-bottom: 3rem !important;
padding-left: 3rem !important;
padding-right: 3rem !important;
padding-top: 3rem !important;
}
}
.u-padding-6 {
padding-bottom: 4rem !important;
padding-left: 4rem !important;
padding-right: 4rem !important;
padding-top: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-6\@desktop {
padding-bottom: 4rem !important;
padding-left: 4rem !important;
padding-right: 4rem !important;
padding-top: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-6\@tablet {
padding-bottom: 4rem !important;
padding-left: 4rem !important;
padding-right: 4rem !important;
padding-top: 4rem !important;
}
}
.u-padding-vertical-0 {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-0\@desktop {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-0\@tablet {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
}
.u-padding-vertical-1 {
padding-bottom: 0.5rem !important;
padding-top: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-1\@desktop {
padding-bottom: 0.5rem !important;
padding-top: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-1\@tablet {
padding-bottom: 0.5rem !important;
padding-top: 0.5rem !important;
}
}
.u-padding-vertical-2 {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-2\@desktop {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-2\@tablet {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
}
.u-padding-vertical-3 {
padding-bottom: 1.5rem !important;
padding-top: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-3\@desktop {
padding-bottom: 1.5rem !important;
padding-top: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-3\@tablet {
padding-bottom: 1.5rem !important;
padding-top: 1.5rem !important;
}
}
.u-padding-vertical-4 {
padding-bottom: 2rem !important;
padding-top: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-4\@desktop {
padding-bottom: 2rem !important;
padding-top: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-4\@tablet {
padding-bottom: 2rem !important;
padding-top: 2rem !important;
}
}
.u-padding-vertical-5 {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-5\@desktop {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-5\@tablet {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
}
.u-padding-vertical-6 {
padding-bottom: 4rem !important;
padding-top: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-vertical-6\@desktop {
padding-bottom: 4rem !important;
padding-top: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-vertical-6\@tablet {
padding-bottom: 4rem !important;
padding-top: 4rem !important;
}
}
.u-padding-horizontal-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-0\@desktop {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-0\@tablet {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.u-padding-horizontal-1 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-1\@desktop {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-1\@tablet {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
}
.u-padding-horizontal-2 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-2\@desktop {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-2\@tablet {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
}
.u-padding-horizontal-3 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-3\@desktop {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-3\@tablet {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
}
.u-padding-horizontal-4 {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-4\@desktop {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-4\@tablet {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
}
.u-padding-horizontal-5 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-5\@desktop {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-5\@tablet {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
}
.u-padding-horizontal-6 {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-horizontal-6\@desktop {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-horizontal-6\@tablet {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
}
.u-padding-top-0 {
padding-top: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-0\@desktop {
padding-top: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-0\@tablet {
padding-top: 0 !important;
}
}
.u-padding-top-1 {
padding-top: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-1\@desktop {
padding-top: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-1\@tablet {
padding-top: 0.5rem !important;
}
}
.u-padding-top-2 {
padding-top: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-2\@desktop {
padding-top: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-2\@tablet {
padding-top: 1rem !important;
}
}
.u-padding-top-3 {
padding-top: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-3\@desktop {
padding-top: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-3\@tablet {
padding-top: 1.5rem !important;
}
}
.u-padding-top-4 {
padding-top: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-4\@desktop {
padding-top: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-4\@tablet {
padding-top: 2rem !important;
}
}
.u-padding-top-5 {
padding-top: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-5\@desktop {
padding-top: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-5\@tablet {
padding-top: 3rem !important;
}
}
.u-padding-top-6 {
padding-top: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-top-6\@desktop {
padding-top: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-top-6\@tablet {
padding-top: 4rem !important;
}
}
.u-padding-bottom-0 {
padding-bottom: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-0\@desktop {
padding-bottom: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-0\@tablet {
padding-bottom: 0 !important;
}
}
.u-padding-bottom-1 {
padding-bottom: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-1\@desktop {
padding-bottom: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-1\@tablet {
padding-bottom: 0.5rem !important;
}
}
.u-padding-bottom-2 {
padding-bottom: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-2\@desktop {
padding-bottom: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-2\@tablet {
padding-bottom: 1rem !important;
}
}
.u-padding-bottom-3 {
padding-bottom: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-3\@desktop {
padding-bottom: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-3\@tablet {
padding-bottom: 1.5rem !important;
}
}
.u-padding-bottom-4 {
padding-bottom: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-4\@desktop {
padding-bottom: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-4\@tablet {
padding-bottom: 2rem !important;
}
}
.u-padding-bottom-5 {
padding-bottom: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-5\@desktop {
padding-bottom: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-5\@tablet {
padding-bottom: 3rem !important;
}
}
.u-padding-bottom-6 {
padding-bottom: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-bottom-6\@desktop {
padding-bottom: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-bottom-6\@tablet {
padding-bottom: 4rem !important;
}
}
.u-padding-left-0 {
padding-left: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-0\@desktop {
padding-left: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-0\@tablet {
padding-left: 0 !important;
}
}
.u-padding-left-1 {
padding-left: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-1\@desktop {
padding-left: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-1\@tablet {
padding-left: 0.5rem !important;
}
}
.u-padding-left-2 {
padding-left: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-2\@desktop {
padding-left: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-2\@tablet {
padding-left: 1rem !important;
}
}
.u-padding-left-3 {
padding-left: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-3\@desktop {
padding-left: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-3\@tablet {
padding-left: 1.5rem !important;
}
}
.u-padding-left-4 {
padding-left: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-4\@desktop {
padding-left: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-4\@tablet {
padding-left: 2rem !important;
}
}
.u-padding-left-5 {
padding-left: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-5\@desktop {
padding-left: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-5\@tablet {
padding-left: 3rem !important;
}
}
.u-padding-left-6 {
padding-left: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-left-6\@desktop {
padding-left: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-left-6\@tablet {
padding-left: 4rem !important;
}
}
.u-padding-right-0 {
padding-right: 0 !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-0\@desktop {
padding-right: 0 !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-0\@tablet {
padding-right: 0 !important;
}
}
.u-padding-right-1 {
padding-right: 0.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-1\@desktop {
padding-right: 0.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-1\@tablet {
padding-right: 0.5rem !important;
}
}
.u-padding-right-2 {
padding-right: 1rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-2\@desktop {
padding-right: 1rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-2\@tablet {
padding-right: 1rem !important;
}
}
.u-padding-right-3 {
padding-right: 1.5rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-3\@desktop {
padding-right: 1.5rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-3\@tablet {
padding-right: 1.5rem !important;
}
}
.u-padding-right-4 {
padding-right: 2rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-4\@desktop {
padding-right: 2rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-4\@tablet {
padding-right: 2rem !important;
}
}
.u-padding-right-5 {
padding-right: 3rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-5\@desktop {
padding-right: 3rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-5\@tablet {
padding-right: 3rem !important;
}
}
.u-padding-right-6 {
padding-right: 4rem !important;
}
@media (min-width: screen and ( min-width: 1000px )) {
.u-padding-right-6\@desktop {
padding-right: 4rem !important;
}
}
@media (min-width: screen and ( min-width: 768px )) {
.u-padding-right-6\@tablet {
padding-right: 4rem !important;
}
}
/*
* Utilities - Text Sizing
*/
.u-text-align-left {
text-align: left !important;
}
.u-text-align-center {
text-align: center !important;
}
.u-text-align-right {
text-align: right !important;
}
.u-text-align-justify {
text-align: justify !important;
}
/*
* Utilities - Text Sizing
*/
.u-text-normal {
font-size: 1rem !important;
font-size: clamp( 1rem, 15.8333333333px + 0.0520833333vw, 1.0416666667rem ) !important;
line-height: 1.5 !important;
}
.u-text-large-1 {
font-size: 1.2rem !important;
font-size: clamp( 1.2rem, 19px + 0.0625vw, 1.25rem ) !important;
line-height: 1.5 !important;
margin-bottom: 0.5rem;
}
.u-text-large-2 {
font-size: 1.44rem !important;
font-size: clamp( 1.44rem, 22.8px + 0.075vw, 1.5rem ) !important;
line-height: 1.5 !important;
margin-bottom: 0.5rem;
}
.u-text-large-3 {
font-size: 1.728rem !important;
font-size: clamp( 1.728rem, 27.36px + 0.09vw, 1.8rem ) !important;
line-height: 1.5 !important;
margin-bottom: 0.5rem;
}
.u-text-large-4 {
font-size: 2.0736rem !important;
font-size: clamp( 2.0736rem, 32.832px + 0.108vw, 2.16rem ) !important;
line-height: 1.3 !important;
margin-bottom: 0.5rem;
}
.u-text-large-5 {
font-size: 2.48832rem !important;
font-size: clamp( 2.48832rem, 39.3984px + 0.1296vw, 2.592rem ) !important;
line-height: 1.3 !important;
margin-bottom: 0.5rem;
}
.u-text-large-6 {
font-size: 2.985984rem !important;
font-size: clamp( 2.985984rem, 47.27808px + 0.15552vw, 3.1104rem ) !important;
line-height: 1.3 !important;
margin-bottom: 0.5rem;
}
.u-text-small-1 {
font-size: 0.8333333333rem !important;
font-size: clamp( 0.8333333333rem, 13.1944444444px + 0.0434027778vw, 0.8680555556rem ) !important;
line-height: 1.5 !important;
margin-bottom: 1rem;
}
.u-text-small-2 {
font-size: 0.6944444444rem !important;
font-size: clamp( 0.6944444444rem, 10.9953703704px + 0.0361689815vw, 0.7233796296rem ) !important;
line-height: 1.5 !important;
margin-bottom: 1rem;
}
/*
* Utilities - Z-Index
*/
.u-z-index-negative-2 {
z-index: -2 !important;
}
.u-z-index-negative-1 {
z-index: -1 !important;
}
.u-z-index-0 {
z-index: 0 !important;
}
.u-z-index-1 {
z-index: 1 !important;
}
.u-z-index-2 {
z-index: 2 !important;
}
.u-z-index-3 {
z-index: 3 !important;
}
.u-z-index-4 {
z-index: 4 !important;
}
.u-z-index-5 {
z-index: 5 !important;
}
.u-z-index-6 {
z-index: 6 !important;
}
.u-z-index-7 {
z-index: 7 !important;
}
.u-z-index-8 {
z-index: 8 !important;
}
.u-z-index-9 {
z-index: 9 !important;
}
.u-z-index-10 {
z-index: 10 !important;
}
/*
* Theme
*/
/* Root */
:root {
--spacing-unit: .25rem;
--spacing-responsive-x: calc(.25rem + 1vw);
--spacing-responsive-y: calc(.25rem + 1vh);
--font-main: var(--font-main-light);
--font-main-weight: var(--font-main-light-weight);
--font-main-light: "roc-grotesk";
--font-main-light-weight: 300;
--font-main-regular: "roc-grotesk";
--font-main-regular-weight: 400;
--font-main-medium: "roc-grotesk";
--font-main-medium-weight: 500;
--font-main-semibold: "roc-grotesk";
--font-main-semibold-weight: 500;
--font-main-weight: var(--font-main-light-weight);
--font-accent: "league_monoregular";
--font-accent-weight: "normal";
--font-display: "roc-grotesk-extrawide";
--font-display-weight: 700;
--font-heading: "roc-grotesk-wide";
--font-heading-weight: 500;
--font-mono: "league_monoregular";
--font-mono-weight: "normal";
--transition-duration: .5s;
--theme-dark-opacity: 0;
--theme-light-opacity: 0;
--bg-pattern-diagonal-size: 5px;
--bg-pattern-diagonal-tight-size: 4px;
}
[data-theme=dark] {
--color-bg: #6f4fcf;
--color-fg: #F1EDFF;
--color-accent: #95D6EB;
--color-subtle: #46378F;
--color-subtle-alternate: #897DD1;
--color-muted: #9E9ECA;
--color-opaque: rgba(0,0,0,.2);
--color-opaque-heavy: rgba(0,0,0,.12);
--color-opaque-alternate: rgba(255,255,255,.1);
--color-opaque-overlay: rgba(0,0,0,0.02);
--color-opaque-shadow: rgba(0,0,0,.1);
--opacity-noise: .4;
--opacity-noise-heavy: .6;
--opacity-noise-overlay: .4;
--theme-dark-opacity: 1;
}
[data-theme=light] {
--color-bg: #B3B3E7;
--color-fg: #342469;
--color-accent: #6D43E8;
--color-subtle: #46378F;
--color-subtle-alternate: #46378F;
--color-muted: #9E9ECA;
--color-opaque: rgba(0,0,0,.2);
--color-opaque-heavy: rgba(0,0,0,.22);
--color-opaque-alternate: rgba(0,0,0,.15);
--color-opaque-overlay: rgba(255,255,255,.02);
--color-opaque-shadow: rgba(0,0,0,.1);
--opacity-noise: .25;
--opacity-noise-heavy: .4;
--opacity-noise-overlay: .25;
--theme-light-opacity: 1;
}
/*
* Components - Button
*/
.c-button {
--button-color-bg: #5A47B8;
--button-color-bg-hover: #5847af;
--button-color-fg: #FFFFFF;
--button-color-border: #342867;
--button-color-border-hover: var(--color-subtle);
--button-color-shadow: var(--color-subtle);
--button-color-alternate-bg: #5947A5;
--button-color-alternate-bg-hover: #54449c;
--button-transition-duration: var(--transition-duration);
align-items: center;
background-color: var(--button-color-bg);
border-color: var(--button-color-border);
border-radius: 3px;
border-style: solid;
border-width: 1px;
box-shadow: 0 2px 0 var(--button-color-shadow);
color: var(--button-color-fg);
cursor: pointer;
display: inline-grid;
font-family: var(--font-main-regular), sans-serif;
font-weight: var(--font-main-regular-weight);
font-size: 0.6rem;
grid-auto-flow: column;
grid-gap: 0.5rem;
justify-content: center;
letter-spacing: 0.05em;
line-height: 1.2;
padding-bottom: 0.7rem;
padding-left: 0.4rem;
padding-right: 0.4rem;
padding-top: 0.7rem;
text-decoration: none;
text-transform: uppercase;
transition: all var(--button-transition-duration);
will-change: box-shadow, opacity;
}
@media (min-width: 25em) {
.c-button {
font-size: 0.66rem;
padding-bottom: 0.75rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 0.75rem;
}
}
@media (min-width: 45em) {
.c-button {
font-size: 0.7rem;
padding-bottom: 0.75rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 0.75rem;
}
}
@media (min-width: 55em) {
.c-button {
font-size: 0.75rem;
letter-spacing: 0.1em;
padding-left: 0.9rem;
padding-right: 0.9rem;
}
}
.c-button:active {
box-shadow: 0 0px 0 var(--button-color-shadow);
transform: translateY(2px);
}
.c-button:focus {
outline: none;
}
.c-button:hover {
background-color: var(--button-color-bg-hover);
}
.c-button.is-expanded {
background-color: var(--button-color-bg);
box-shadow: 0 0 0 100vmax var(--button-color-bg);
border-color: var(--button-color-bg);
color: var(--button-color-bg);
position: relative;
z-index: 9;
}
.c-button i {
font-size: 1rem;
}
@media (min-width: 35em) {
.c-button i {
font-size: 1.2rem;
}
}
.c-button--large {
font-size: 0.85rem;
padding-bottom: 1rem;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1rem;
}
.c-button--block {
width: 100%;
}
.c-button--alternate {
background-color: var(--button-color-alternate-bg);
}
.c-button--alternate:hover {
background-color: var(--button-color-alternate-bg-hover);
}
.c-button--github {
border-color: #888;
box-shadow: 0 2px 0 rgba(220, 220, 220, 0.2);
background-color: #2c2c2c;
}
.c-button--github:hover {
background-color: #2a2a2a;
box-shadow: 0 2px 1px rgba(220, 220, 220, 0.4);
}
/*
* Components - Lightbox
*/
.glightbox-dbw .gslide-description {
background: #fff;
}
.glightbox-dbw .goverlay {
background: rgba(91, 55, 200, 0.9);
}
.glightbox-dbw .gdesc-inner {
padding: 22px 20px;
}
.glightbox-dbw .gslide-title {
font-size: 1em;
font-weight: normal;
font-family: arial;
color: #000;
margin-bottom: 19px;
line-height: 1.4em;
}
.glightbox-dbw .gslide-desc {
font-size: 0.86em;
margin-bottom: 0;
font-family: arial;
line-height: 1.4em;
}
.glightbox-dbw .gslide-video {
background: #000;
}
.glightbox-dbw .gprev,
.glightbox-dbw .gnext,
.glightbox-dbw .gclose {
background-color: rgba(0, 0, 0, 0.75);
border-radius: 4px;
}
.glightbox-dbw .gprev path,
.glightbox-dbw .gnext path,
.glightbox-dbw .gclose path {
fill: #fff;
}
.glightbox-dbw button:focus:not(.focused):not(.disabled) {
outline: none;
}
.glightbox-dbw .gprev {
position: absolute;
top: -100%;
left: 30px;
width: 40px;
height: 50px;
}
.glightbox-dbw .gnext {
position: absolute;
top: -100%;
right: 30px;
width: 40px;
height: 50px;
}
.glightbox-dbw .gclose {
background-color: transparent;
width: 1.5rem;
height: 1.5rem;
top: 1.25rem;
right: 1.25rem;
position: absolute;
}
.glightbox-dbw .gclose::before {
transform: rotate(-45deg);
}
.glightbox-dbw .gclose::after {
transform: rotate(45deg);
}
.glightbox-dbw .gclose::before, .glightbox-dbw .gclose::after {
background-color: white;
content: "";
height: 100%;
margin: auto;
position: absolute;
transform-origin: center;
width: 2px;
}
.glightbox-dbw .gclose svg {
display: none;
width: 18px;
height: auto;
}
.glightbox-dbw .gclose:hover {
opacity: 1;
}
/*
* Components - Media Grid
*/
.c-media-grid {
display: grid;
grid-gap: 0.5rem;
grid-template-columns: 1fr;
padding-bottom: 0.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 1rem;
}
@media (min-width: 45em) {
.c-media-grid {
grid-template-columns: 1fr 1fr;
padding-bottom: 1rem;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
}
}
@media (min-width: 75em) {
.c-media-grid {
grid-template-columns: 1fr 1fr;
padding-left: calc((100% - 70em) / 2);
padding-right: calc((100% - 70em) / 2);
padding-top: 0.5rem;
}
}
.c-media-grid__text-item,
.c-media-grid__text-item-wide {
align-content: center;
display: grid;
font-family: var(--font-main-regular);
font-size: 1.1rem;
padding-bottom: 1.5rem;
padding-left: 2rem;
padding-top: 1.5rem;
text-align: left;
overflow-y: auto;
}
.c-media-grid__text-item {
padding-right: 2.5rem;
}
.c-media-grid__text-item-wide {
padding-right: 2rem;
}
@media (min-width: 45em) {
.c-media-grid__text-item-wide {
font-size: 1.3rem;
grid-column: 1/span 2;
padding-bottom: 3rem;
padding-top: 3rem;
}
}
@media (min-width: 55em) {
.c-media-grid__text-item-wide {
padding-left: calc(((100% - 50rem) / 2) + 2rem);
padding-right: calc(((100% - 50rem) / 2) + 2rem);
}
}
.c-media-grid__image-item {
align-content: center;
background-color: var(--color-muted);
border: solid 1px var(--color-subtle-alternate);
box-shadow: 0 0 0 1px rgba(120, 120, 120, 0.8);
display: grid;
justify-items: center;
position: relative;
}
.c-media-grid__image {
width: 100%;
}
.c-media-grid__image-caption,
.c-media-grid__image-caption-alternate {
background-color: rgba(100, 100, 100, 0.6);
border-radius: 4px;
bottom: 1rem;
color: white;
font-family: var(--font-main-regular);
font-size: 0.66rem;
line-height: 1.1;
padding-bottom: 0.3rem;
padding-left: 0.3rem;
padding-right: 0.3rem;
padding-top: 0.3rem;
position: absolute;
}
.c-media-grid__image-caption {
background-color: rgba(200, 200, 200, 0.15);
box-shadow: 0 0 0 1px rgba(200, 200, 200, 0.225);
color: white;
}
.c-media-grid__image-caption-alternate {
background-color: rgba(100, 100, 100, 0.05);
box-shadow: 0 0 0 1px rgba(100, 100, 100, 0.15);
color: black;
}
/*
* Components - Page Footer
*/
.c-page-footer {
text-align: center;
}
.c-page-footer__upper,
.c-page-footer__lower {
padding-left: 2rem;
padding-right: 2rem;
}
.c-page-footer__upper {
border-bottom: solid 1px var(--color-subtle-alternate);
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.c-page-footer__lower {
padding-top: 1.5rem;
padding-bottom: 4rem;
}
/*
* Components - Skill List
*/
.c-skill-list {
display: grid;
margin-bottom: 0;
grid-template-columns: 100%;
}
@media (min-width: 45em) {
.c-skill-list {
grid-template-columns: 50% 50%;
}
}
.c-skill-list__skill {
align-items: center;
box-shadow: 0 1px 0 0 var(--color-subtle-alternate);
display: grid;
grid-template-columns: 33% 1fr;
}
@media (min-width: 35em) {
.c-skill-list__skill {
grid-template-columns: 2fr 5fr;
}
}
@media (min-width: 45em) {
.c-skill-list__skill:nth-child(odd) {
border-right: solid 1px var(--color-subtle-alternate);
grid-template-columns: 3fr 7fr;
}
}
[data-theme=light] .c-skill-list__image {
mix-blend-mode: luminosity;
}
.c-skill-list__text {
column-gap: 0.5rem;
display: grid;
font-size: 0.8rem;
grid-template-columns: auto 1fr auto;
grid-template-rows: 1rem 1fr;
min-height: 4rem;
padding-bottom: 1rem;
padding-left: 0.5rem;
padding-right: 1rem;
padding-top: 1rem;
row-gap: 0.5rem;
}
@media (min-width: 30em) {
.c-skill-list__text {
column-gap: 1rem;
font-size: 0.9rem;
padding-bottom: 0.75rem;
padding-left: 1rem;
padding-right: 1.75rem;
padding-top: 1rem;
row-gap: 0.5rem;
}
}
@media (min-width: 45em) {
.c-skill-list__text {
font-size: 1rem;
min-height: 6.5rem;
}
}
.c-skill-list__title {
margin-bottom: 0;
margin-top: 0;
}
.c-skill-list__gap {
background-image: linear-gradient(0deg, transparent 0%, transparent 46.87%, var(--color-fg) 46.88%, var(--color-fg) 53.22%, transparent 53.23%, transparent 100%);
}
.c-skill-list__description {
grid-column-start: 1;
grid-column-end: 4;
}
/*
* Components - Work List
*/
.c-work-list {
margin-bottom: 0;
margin-top: 0;
}
@media (min-height: 35em) and (min-width: 45em) {
.c-work-list {
box-shadow: 0 0 0 1px var(--color-subtle-alternate);
padding-left: 4.5rem;
padding-right: 4.5rem;
}
}
@media (min-height: 35em) and (min-width: 50em) {
.c-work-list {
padding-left: 5rem;
padding-right: 5rem;
}
}
.c-work-list__item {
box-shadow: 0 0 0 1px var(--color-subtle-alternate);
display: grid;
grid-template-rows: auto 1fr;
grid-template-columns: 100%;
margin-left: auto;
margin-right: auto;
max-width: 65rem;
padding-bottom: 1rem;
}
@media (min-height: 35em) and (min-width: 45em) {
.c-work-list__item {
padding-bottom: 1.25rem;
}
}
.c-work-list__item:last-child {
padding-bottom: 0rem;
}
.c-work-list__item-info {
margin-top: -4.5rem;
position: sticky;
top: 4.25rem;
z-index: 5;
}
@media (min-height: 35em) and (min-width: 45em) {
.c-work-list__item-info {
margin-top: 0;
top: 0;
z-index: 1;
}
}
.c-work-list__item::before {
background-color: var(--color-bg);
content: "";
display: block;
height: 4.25rem;
position: sticky;
top: 0;
width: 100%;
z-index: 1;
}
@media (min-height: 35em) and (min-width: 45em) {
.c-work-list__item::before {
display: none;
}
}
.c-work-list__item:first-child .c-work-list__item-info {
margin-top: -4.25rem;
padding-top: 0;
}
@media (min-height: 35em) and (min-width: 45em) {
.c-work-list__item:first-child .c-work-list__item-info {
margin-top: 0;
padding-top: 0;
}
}
.c-work-list__item-info-inner {
background-color: var(--color-bg);
box-shadow: 0 0 0 1px var(--color-subtle-alternate);
padding-bottom: 0.5rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 0.8rem;
}
@media (min-width: 45em) {
.c-work-list__item-info-inner {
padding-bottom: 1.25rem;
padding-top: 1.25rem;
}
}
.c-work-list__item-info-title {
font-size: clamp(1.33rem, 3vw, 2rem);
line-height: 1.1;
margin-bottom: 0.66rem;
}
.c-work-list__item-info-description {
font-size: 0.8rem;
}
@media (min-width: 35em) {
.c-work-list__item-info-description {
font-size: 1rem;
}
}
@media (min-width: 55em) {
.c-work-list__item-info-description {
font-size: 1.2rem;
max-width: 55rem;
}
}
.c-work-list__item-info-taglist {
margin-bottom: 0.7rem;
}
@media (min-width: 35em) {
.c-work-list__item-info-taglist {
margin-top: 0.2rem;
}
}
.c-work-list__item-preview {
background-color: var(--color-subtle-alternate);
display: grid;
grid-gap: 1px;
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
justify-items: center;
overflow: hidden;
}
.c-work-list__item-lower,
.c-work-list__item-lower-three {
background-color: var(--color-bg);
border-top: solid 1px var(--color-subtle-alternate);
border-bottom: solid 1px var(--color-subtle-alternate);
display: grid;
grid-auto-flow: row;
grid-gap: 0.66rem;
padding-bottom: calc(1.25rem + 2px);
padding-left: 1.25rem;
padding-right: 1.25rem;
padding-top: 1.25rem;
position: relative;
text-align: center;
z-index: 0;
}
@media (min-width: 25em) {
.c-work-list__item-lower,
.c-work-list__item-lower-three {
grid-auto-flow: column;
}
}
@media (min-width: 35em) {
.c-work-list__item-lower,
.c-work-list__item-lower-three {
grid-auto-columns: 1fr;
grid-gap: 1rem;
}
}
@media (min-width: 55em) {
.c-work-list__item-lower-three {
grid-template-columns: 3fr 4fr 3fr;
grid-auto-flow: column;
}
}
.c-work-list__item:last-child .c-work-list__item-lower {
border-bottom: none;
}
/*
* Elements - Base
*/
*::selection {
background-color: var(--color-fg);
color: var(--color-bg);
-webkit-text-stroke-color: var(--color-bg);
}
:root,
body,
main {
height: 100% !important;
max-height: 100% !important;
}
body {
background-color: var(--color-bg);
color: var(--color-fg);
}
img {
max-width: 100%;
width: 100%;
height: auto;
}
/*
* Elements - Text
*/
body {
font-family: var(--font-main), sans-serif;
font-weight: var(--font-main-weight);
}
a {
color: inherit;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-heading), sans-serif;
font-weight: var(--font-heading-weight);
}
strong {
font-family: var(--font-main-regular), sans-serif;
font-weight: var(--font-main-regular-weight);
}
/*
* Utilites
*/
/* Text */
.u-text-large-1,
.u-text-large-2,
.u-text-large-3,
.u-text-large-4,
.u-text-large-5,
.u-text-large-6 {
line-height: 1.25 !important;
margin-bottom: 0 !important;
}
.u-text-title {
font-family: var(--font-accent) !important;
font-size: 0.66rem !important;
font-weight: var(--font-accent-weight) !important;
line-height: 1.1 !important;
text-transform: uppercase !important;
}
@media (min-width: 45em) {
.u-text-title {
font-size: 0.75rem !important;
}
}
.u-text-heading {
font-family: var(--font-heading) !important;
font-weight: var(--font-heading-weight) !important;
}
.u-text-display {
font-family: var(--font-display) !important;
font-weight: var(--font-display-weight) !important;
}
.u-text-mono {
font-family: var(--font-mono) !important;
font-weight: var(--font-mono-weight) !important;
}
.u-text-bolder {
font-family: var(--font-main-regular) !important;
font-weight: var(--font-main-regular-weight) !important;
}
.u-text-uppercase {
text-transform: uppercase !important;
}
.u-text-outline {
-webkit-text-fill-color: transparent !important;
-webkit-text-stroke-width: 1px !important;
-webkit-text-stroke-color: var(--color-fg) !important;
}
/* Wrapper Full */
.u-wrapper-full {
height: 100%;
width: 100%;
}
/* Borders */
.u-border-top-accent-alternate {
border-top: solid 1px var(--color-subtle-alternate) !important;
}
.u-border-bottom-accent-alternate {
border-bottom: solid 1px var(--color-subtle-alternate) !important;
}
.u-border-vertical-accent-alternate {
border-bottom: solid 1px var(--color-subtle-alternate) !important;
border-top: solid 1px var(--color-subtle-alternate) !important;
}
/* Positioning */
.u-position-relative {
position: relative !important;
}
/* Max Dimensions */
.u-max-width-30 {
max-width: 30rem !important;
}
.u-max-width-40 {
max-width: 40rem !important;
}
.u-max-width-50 {
max-width: 50rem !important;
}
.u-max-height-30 {
max-height: 30rem !important;
}
.u-max-height-40 {
max-height: 40rem !important;
}
.u-max-height-50 {
max-height: 50rem !important;
}
/* Cursor */
.u-cursor-zoom-in {
cursor: zoom-in !important;
}
/* Blend Mode */
.u-blend-mode-screen {
mix-blend-mode: screen !important;
}
.u-blend-mode-luminosity {
mix-blend-mode: luminosity !important;
}
/* Visibility */
.u-transparent {
opacity: 0 !important;
}
.u-hidden {
display: none !important;
visibility: hidden !important;
}
@media (max-width: 25em) {
.u-hidden\@small {
display: none !important;
visibility: hidden !important;
}
}
@media (max-width: 35em) {
.u-hidden\@mobile {
display: none !important;
visibility: hidden !important;
}
}
@media (max-width: 45em) {
.u-hidden\@tablet {
display: none !important;
visibility: hidden !important;
}
}
/* Theme Fill */
.u-theme-fill,
.u-theme-fill svg {
fill: var(--color-fg) !important;
}
/* Separators */
.u-separator,
.u-separator-alternate {
border: none !important;
background-repeat: repeat !important;
background-position: 0 0 !important;
background-size: var(--bg-pattern-diagonal-tight-size) var(--bg-pattern-diagonal-tight-size) !important;
height: 0.5rem !important;
margin-bottom: 0;
margin-top: 0;
width: 100% !important;
}
.u-separator {
background-image: linear-gradient(-45deg, var(--color-opaque) 0%, var(--color-opaque) 12.5%, transparent 12.51%, transparent 37.49%, var(--color-opaque) 37.5%, var(--color-opaque) 62.5%, transparent 62.51%, transparent 87.49%, var(--color-opaque) 87.5%, var(--color-opaque) 100%) !important;
box-shadow: inset 0 0 0 1px var(--color-subtle) !important;
}
.u-separator-alternate {
background-image: linear-gradient(-45deg, var(--color-opaque-alternate) 0%, var(--color-opaque-alternate) 12.5%, transparent 12.51%, transparent 37.49%, var(--color-opaque-alternate) 37.5%, var(--color-opaque-alternate) 62.5%, transparent 62.51%, transparent 87.49%, var(--color-opaque-alternate) 87.5%, var(--color-opaque-alternate) 100%) !important;
box-shadow: inset 0 0 0 1px var(--color-subtle-alternate) !important;
}
.u-separator-thin,
.u-separator-thin-alternate {
border: none !important;
height: 1px !important;
width: 100% !important;
}
.u-separator-thin {
background-color: var(--color-subtle) !important;
}
.u-separator-thin-alternate {
background-color: var(--color-subtle-alternate) !important;
}
/* Backgrounds & Overlays */
.u-bg-color-subtle {
background-color: var(--color-subtle) !important;
}
.u-bg-color-subtle-alternate {
background-color: var(--color-subtle-alternate) !important;
}
.u-bg-color-muted {
background-color: var(--color-muted) !important;
}
.u-bg-color-accent {
background-color: var(--color-accent) !important;
}
.u-bg-color-foreground {
background-color: var(--color-fg) !important;
}
.u-bg-color-main {
background-color: var(--color-bg) !important;
}
.u-bg-color-opaque {
background-color: var(--color-opaque) !important;
}
.u-bg-color-opaque-alternate {
background-color: var(--color-opaque-alternate) !important;
}
.u-bg-color-white {
background-color: #FFFFFF !important;
}
.u-bg-color-black {
background-color: #000000 !important;
}
.u-bg-color-gray {
background-color: #BBBBBB !important;
}
.u-bg-pattern-diagonal,
.u-bg-pattern-diagonal-alternate {
background-position: 0 0 !important;
background-repeat: repeat !important;
background-size: var(--bg-pattern-diagonal-size) var(--bg-pattern-diagonal-size) !important;
}
.u-bg-pattern-diagonal {
background-image: linear-gradient(-45deg, var(--color-opaque-heavy) 0%, var(--color-opaque-heavy) 6.24%, transparent 6.25%, transparent 43.74%, var(--color-opaque-heavy) 43.75%, var(--color-opaque-heavy) 56.25%, transparent 56.26%, transparent 93.74%, var(--color-opaque-heavy) 93.75%, var(--color-opaque-heavy) 100%) !important;
}
.u-bg-pattern-diagonal-alternate {
background-image: linear-gradient(-45deg, var(--color-opaque-alternate) 0%, var(--color-opaque-alternate) 6.24%, transparent 6.25%, transparent 43.74%, var(--color-opaque-alternate) 43.75%, var(--color-opaque-alternate) 56.25%, transparent 56.26%, transparent 93.74%, var(--color-opaque-alternate) 93.75%, var(--color-opaque-alternate) 100%) !important;
}
.u-bg-pattern-diagonal-tight,
.u-bg-pattern-diagonal-tight-alternate {
background-repeat: repeat !important;
background-position: 0 0 !important;
background-size: var(--bg-pattern-diagonal-tight-size) var(--bg-pattern-diagonal-tight-size) !important;
}
.u-bg-pattern-diagonal-tight {
background-image: linear-gradient(-45deg, var(--color-opaque) 0%, var(--color-opaque) 12.5%, transparent 12.51%, transparent 37.49%, var(--color-opaque) 37.5%, var(--color-opaque) 62.5%, transparent 62.51%, transparent 87.49%, var(--color-opaque) 87.5%, var(--color-opaque) 100%) !important;
}
.u-bg-pattern-diagonal-tight-alternate {
background-image: linear-gradient(-45deg, var(--color-opaque-alternate) 0%, var(--color-opaque-alternate) 12.5%, transparent 12.51%, transparent 37.49%, var(--color-opaque-alternate) 37.5%, var(--color-opaque-alternate) 62.5%, transparent 62.51%, transparent 87.49%, var(--color-opaque-alternate) 87.5%, var(--color-opaque-alternate) 100%) !important;
}
.u-bg-noise,
.u-bg-noise-heavy,
.u-overlay-noise {
overflow: hidden !important;
position: relative !important;
}
.u-bg-noise::before,
.u-bg-noise-heavy::before,
.u-overlay-noise::before {
backface-visibility: hidden !important;
/*
background-image: url(
"/images/Noise-Clear.svg"
) !important;
*/
background-size: 400px auto !important;
background-repeat: repeat !important;
content: "" !important;
height: 200% !important;
left: -50% !important;
position: absolute !important;
top: -50% !important;
width: 200% !important;
}
.u-bg-noise::before,
.u-bg-noise-heavy::before {
background-color: var(--color-bg) !important;
z-index: -1 !important;
}
.u-overlay-noise::before {
pointer-events: none !important;
z-index: 1 !important;
}
.u-bg-noise::before {
opacity: var(--opacity-noise) !important;
}
.u-bg-noise-heavy::before {
opacity: var(--opacity-noise-heavy) !important;
}
.u-overlay-noise::before {
opacity: var(--opacity-noise-overlay) !important;
}
/* Animations */
.u-animation-wave {
animation: wave ease-in-out 3s infinite !important;
transform-origin: 50% 80% !important;
}
/* Keyframes */
@keyframes noise {
0.00% {
transform: translate(0, 0);
}
49.99% {
transform: translate(0, 0);
}
50.00% {
transform: translate(-10%, 10%);
}
99.99% {
transform: translate(-10%, 10%);
}
}
@keyframes wave {
0% {
transform: rotate(-35deg);
}
50% {
transform: rotate(35deg);
}
100% {
transform: rotate(-35deg);
}
} | 0.475605 | 0.069384 |
body {
background-color: black;
font-family: 'Courier new', monospace;
margin:0;
padding:0;
}
nav.global-nav {
background-color: black;
border-bottom: 1px solid white;
}
nav.global-nav.sticky {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000;
}
nav.global-nav ul {
align-items: stretch;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
height: 42px;
justify-content: flex-start;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
}
nav.global-nav ul > li {
line-height: 42px;
padding: 0 10px;
}
nav.global-nav ul > li > a {
color: white;
display: inline-block;
font-weight: bold;
outline: 0;
text-decoration: none;
width: auto;
}
nav.global-nav ul > li.active > a {
color: white;
border-bottom: 3px solid white;
}
nav.global-nav ul > li > a:hover {
color: white;
border-bottom: 3px solid white;
}
nav.global-nav ul > li.logo a { padding-left:0; }
nav.global-nav ul > li.logo a img { height:32px; }
nav.global-nav ul > li.logo a:hover { }
nav.global-nav ul > li.end { flex-grow:1; text-align: right; }
nav.global-nav ul > li.end > a { padding-right:0; }
ul.sidebar-nav {
list-style-type:none;
margin:0;
padding:0;
}
.content-main-margin {
padding: 2rem 2rem;
}
#page-outer { }
#page-outer #page-container {
padding: 76px 14px 15px;
}
#page-outer #page-container div.dashboard {
}
#page-outer #page-container div.dashboard .card {
background-color: black;
margin-bottom: 30px;
}
#page-outer #page-container div.dashboard .card .card-header {
border: 1px solid white;
margin-bottom: -1px;
color: #fff;
font-size: 16px;
}
#page-outer #page-container div.dashboard .card .card-body {
padding: 0.5rem;
background-color: #fdf6e3;
}
#page-outer #page-container div.dashboard .card .card-footer {
border: 1px solid white;
margin-top: -1px;
color: white;
}
#page-outer #page-container div.dashboard .card .card-footer a {
color: #cb4b16;
font-weight: bold;
}
#page-outer #page-container main {
background-color: #fdf6e3;
}
#page-outer #page-container main div.video-area iframe {
margin-top: 0px !important;
width: 100% !important;
}
.card-votes ol {
display: block;
list-style-type: none;
margin: 0;
padding: 0;
}
.card-votes ol li {
display: block;
}
.card-votes ol li div.command {
align-items: center;
display: flex;
padding: 5px 0;
}
.card-votes ol li:first-child div.command {
padding-top: 0;
}
.card-votes ol li:last-child div.command {
border-bottom: none;
padding-bottom: 0;
}
.card-votes ol li div.command div.command-meta {
line-height: 1em;
min-width: 60px;
padding: 0 10px 0 0;
text-align: center;
}
.card-votes ol li div.command div.command-meta button {
color: #6c71c4;
cursor: pointer;
background-color: transparent;
border: none;
font-size: 14px;
font-weight: bold;
outline: 0;
padding: 0;
text-decoration: none;
}
.card-votes ol li div.command div.command-meta button[disabled] { cursor: not-allowed; opacity: 0.5; }
.card-votes ol li div.command div.command-admin {
line-height: 1em;
width: 24px;
padding: 0 0 0 0;
text-align: right;
}
.card-votes ol li div.command div.command-admin button {
color: #F74422;
cursor: pointer;
background-color: transparent;
border: none;
font-size: 14px;
font-weight: bold;
outline: 0;
padding: 0;
text-decoration:none;
}
.card-votes ol li div.command div.command-text {
color: #555;
flex-grow: 1;
font-size: 13px;
}
#page-outer #page-container div.dashboard .card-hive .card-form { background-color:#555; border-left: 1px solid white; border-right: 1px solid white; padding: 1rem 0 0 0; }
#page-outer #page-container div.dashboard .card-hive .card-form textarea { border-radius: .25rem; margin-bottom: 0; padding: 0.5rem; resize:none; width:100%; }
#page-outer #page-container div.dashboard .card-hive .card-form button.btn { border-radius: .25rem; color: #fff; }
#page-outer #page-container div.dashboard .card-hive .card-body { }
#page-outer #page-container div.dashboard .card-hive .card-body .card-text { color:#000; font-size: 1.5rem; padding:2rem 0; text-align:center; transition: all 0.5s ease; }
#page-outer #page-container div.dashboard .card-hive .card-body .card-text.placeholder { color:#777; font-size: 1.0rem; }
#page-outer #page-container div.dashboard .card-hive .card-footer { border: 1px solid white; margin-top: -1px;}
#page-outer #page-container div.dashboard .card-send-command .card-body { background-color: black; padding: 1rem; }
#page-outer #page-container div.dashboard .card-send-command { border: 1px solid white; }
#page-outer #page-container div.dashboard .card-send-command textarea { background-color: #fdf6e3; border: 1px solid white; border-radius: .25rem; margin-bottom: 1rem; padding: 0.5rem; resize:none; width:100%; }
#page-outer #page-container div.dashboard .card-send-command button.btn { outline: 0px; background-color: black; border: 1px solid white; border-radius: .25rem; color: white; }
#page-outer #page-container div.dashboard .card-send-command button.btn:hover { background-color: #fdf6e3; color: black; }
#page-outer #page-container div.dashboard .card#command_queue .card-header { background-color: black; }
#page-outer #page-container div.dashboard .card#command_queue { }
#page-outer #page-container div.dashboard .card#command_queue .card-footer { background-color: black; padding:.5rem 1.25rem; }
#command_queue div.command { padding-left:10px; }
#command_queue div.command .btn-sm { font-size: 0.6rem; padding: .2rem .4rem; }
form textarea[name="html"] { font-family:monospace; font-size: 13px; }
#tos {
background-color: rgba(0,0,0,0.80);
color: #eee;
font-size: 18px;
position: fixed;
bottom: 0px;
padding: 40px 40px;
min-height: 50vh;
width: 100%;
}
#tos p a.link { color:#fff; text-decoration:underline; }
#page-outer #page-container div.dashboard .card-hive .card-body .card-text.text-sm { font-size: 1.25rem; }
#page-outer #page-container div.dashboard .card-hive .card-body .card-text.text-xs { font-size: 1.00rem; }
#page-outer #page-container div.dashboard .card-hive .card-body .card-text.text-xxs { font-size: 0.80rem; } | static/css/app.css | body {
background-color: black;
font-family: 'Courier new', monospace;
margin:0;
padding:0;
}
nav.global-nav {
background-color: black;
border-bottom: 1px solid white;
}
nav.global-nav.sticky {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000;
}
nav.global-nav ul {
align-items: stretch;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
height: 42px;
justify-content: flex-start;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
}
nav.global-nav ul > li {
line-height: 42px;
padding: 0 10px;
}
nav.global-nav ul > li > a {
color: white;
display: inline-block;
font-weight: bold;
outline: 0;
text-decoration: none;
width: auto;
}
nav.global-nav ul > li.active > a {
color: white;
border-bottom: 3px solid white;
}
nav.global-nav ul > li > a:hover {
color: white;
border-bottom: 3px solid white;
}
nav.global-nav ul > li.logo a { padding-left:0; }
nav.global-nav ul > li.logo a img { height:32px; }
nav.global-nav ul > li.logo a:hover { }
nav.global-nav ul > li.end { flex-grow:1; text-align: right; }
nav.global-nav ul > li.end > a { padding-right:0; }
ul.sidebar-nav {
list-style-type:none;
margin:0;
padding:0;
}
.content-main-margin {
padding: 2rem 2rem;
}
#page-outer { }
#page-outer #page-container {
padding: 76px 14px 15px;
}
#page-outer #page-container div.dashboard {
}
#page-outer #page-container div.dashboard .card {
background-color: black;
margin-bottom: 30px;
}
#page-outer #page-container div.dashboard .card .card-header {
border: 1px solid white;
margin-bottom: -1px;
color: #fff;
font-size: 16px;
}
#page-outer #page-container div.dashboard .card .card-body {
padding: 0.5rem;
background-color: #fdf6e3;
}
#page-outer #page-container div.dashboard .card .card-footer {
border: 1px solid white;
margin-top: -1px;
color: white;
}
#page-outer #page-container div.dashboard .card .card-footer a {
color: #cb4b16;
font-weight: bold;
}
#page-outer #page-container main {
background-color: #fdf6e3;
}
#page-outer #page-container main div.video-area iframe {
margin-top: 0px !important;
width: 100% !important;
}
.card-votes ol {
display: block;
list-style-type: none;
margin: 0;
padding: 0;
}
.card-votes ol li {
display: block;
}
.card-votes ol li div.command {
align-items: center;
display: flex;
padding: 5px 0;
}
.card-votes ol li:first-child div.command {
padding-top: 0;
}
.card-votes ol li:last-child div.command {
border-bottom: none;
padding-bottom: 0;
}
.card-votes ol li div.command div.command-meta {
line-height: 1em;
min-width: 60px;
padding: 0 10px 0 0;
text-align: center;
}
.card-votes ol li div.command div.command-meta button {
color: #6c71c4;
cursor: pointer;
background-color: transparent;
border: none;
font-size: 14px;
font-weight: bold;
outline: 0;
padding: 0;
text-decoration: none;
}
.card-votes ol li div.command div.command-meta button[disabled] { cursor: not-allowed; opacity: 0.5; }
.card-votes ol li div.command div.command-admin {
line-height: 1em;
width: 24px;
padding: 0 0 0 0;
text-align: right;
}
.card-votes ol li div.command div.command-admin button {
color: #F74422;
cursor: pointer;
background-color: transparent;
border: none;
font-size: 14px;
font-weight: bold;
outline: 0;
padding: 0;
text-decoration:none;
}
.card-votes ol li div.command div.command-text {
color: #555;
flex-grow: 1;
font-size: 13px;
}
#page-outer #page-container div.dashboard .card-hive .card-form { background-color:#555; border-left: 1px solid white; border-right: 1px solid white; padding: 1rem 0 0 0; }
#page-outer #page-container div.dashboard .card-hive .card-form textarea { border-radius: .25rem; margin-bottom: 0; padding: 0.5rem; resize:none; width:100%; }
#page-outer #page-container div.dashboard .card-hive .card-form button.btn { border-radius: .25rem; color: #fff; }
#page-outer #page-container div.dashboard .card-hive .card-body { }
#page-outer #page-container div.dashboard .card-hive .card-body .card-text { color:#000; font-size: 1.5rem; padding:2rem 0; text-align:center; transition: all 0.5s ease; }
#page-outer #page-container div.dashboard .card-hive .card-body .card-text.placeholder { color:#777; font-size: 1.0rem; }
#page-outer #page-container div.dashboard .card-hive .card-footer { border: 1px solid white; margin-top: -1px;}
#page-outer #page-container div.dashboard .card-send-command .card-body { background-color: black; padding: 1rem; }
#page-outer #page-container div.dashboard .card-send-command { border: 1px solid white; }
#page-outer #page-container div.dashboard .card-send-command textarea { background-color: #fdf6e3; border: 1px solid white; border-radius: .25rem; margin-bottom: 1rem; padding: 0.5rem; resize:none; width:100%; }
#page-outer #page-container div.dashboard .card-send-command button.btn { outline: 0px; background-color: black; border: 1px solid white; border-radius: .25rem; color: white; }
#page-outer #page-container div.dashboard .card-send-command button.btn:hover { background-color: #fdf6e3; color: black; }
#page-outer #page-container div.dashboard .card#command_queue .card-header { background-color: black; }
#page-outer #page-container div.dashboard .card#command_queue { }
#page-outer #page-container div.dashboard .card#command_queue .card-footer { background-color: black; padding:.5rem 1.25rem; }
#command_queue div.command { padding-left:10px; }
#command_queue div.command .btn-sm { font-size: 0.6rem; padding: .2rem .4rem; }
form textarea[name="html"] { font-family:monospace; font-size: 13px; }
#tos {
background-color: rgba(0,0,0,0.80);
color: #eee;
font-size: 18px;
position: fixed;
bottom: 0px;
padding: 40px 40px;
min-height: 50vh;
width: 100%;
}
#tos p a.link { color:#fff; text-decoration:underline; }
#page-outer #page-container div.dashboard .card-hive .card-body .card-text.text-sm { font-size: 1.25rem; }
#page-outer #page-container div.dashboard .card-hive .card-body .card-text.text-xs { font-size: 1.00rem; }
#page-outer #page-container div.dashboard .card-hive .card-body .card-text.text-xxs { font-size: 0.80rem; } | 0.364551 | 0.044019 |
html {
background: #333;
}
body {
color: #404040;
font-family: "Open Sans", "Helvetica Neue", Helvetica, "Liberation Sans", Arial,sans-serif;
position: relative;
}
body > div.container-fluid {
background: #eee;
padding-bottom: 100px;
position: relative;
width: 100%;
}
h2 {
color: #666;
margin-bottom: 20px;
}
/* Helpers */
.hover-shadow:hover,
.shadow {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.border-right {
border-right: 1px dotted #000;
}
.white-background {
background: #fff;
}
.padding-30 { padding: 30px; }
.right-block-helper { padding: 0 0 20px; }
.right-block-helper h4,
.right-block-helper p { color: #666; }
.row.header { margin-bottom: 30px; margin-top: 30px; }
.no-padding { padding-left: 0; padding-right: 0; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
/* Box list */
.box-list ul {
list-style-type: none;
padding: 0;
}
.box-list li {
position: relative;
}
.box-list li:hover {
background: white;
}
.box-list li > a {
display: block;
margin: 10px 0;
padding: 1px 60px 10px 10px;
}
.box-list li > a:hover {
background: white;
text-decoration: none;
}
.box-list li > a h3 {
margin-top: 10px;
}
.box-list li > a .description {
color: #404040;
}
.box-list li > a .meta {
font-size: 90%;
color: #666;
}
.box-list li > a .meta .glyphicon {
margin: 0 3px 0 10px;
}
.box-list li > a .meta .glyphicon:first-child {
margin: 0 3px 0 0;
}
.box-list li .launch a {
font-size: 150%;
/* display: none; */
position: absolute;
right: 10px;
top: 10px;
display: block;
opacity: .1;
background: black;
color: white;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
}
.box-list li:hover .launch a {
/* display: block; */
opacity: 1;
/* background: #ef2e32; */
background: #9ecde4;
box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.box-list li:hover .launch a:hover {
text-decoration: none;
background: #6eabcb;
box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
top: 11px;
right: 9px;
transition: .3s background-color;
}
.box-list li:hover .launch a:active,
.box-list li .launch a:active {
outline: none;
text-decoration: none;
box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.25);
top: 12px;
right: 8px;
text-shadow: none;
}
/* Header */
.navbar {
background: #eee;
overflow: hidden;
border-radius: 0;
margin-bottom: 0;
border-bottom: 2px solid #ef2e32;
}
.navbar-brand {
height: auto;
padding: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: 0;
}
.navbar-nav {
margin-top: 20px;
background: white;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
overflow: hidden;
}
.navbar-nav li a {
color: #505050;
font-size: 14px;
}
.navbar-nav li a:hover {
background: #f8f8f8;
}
/* Subheader section */
.sub-header {
background: white;
padding: 30px 0;
text-align: center;
font-size: 18px;
/* border: 1px solid; */
/* border-color: #ccc transparent; */
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
/* Forms */
.btn, .form-control { border-radius: 0px; }
label { color: #666; }
#search_form .form-control {
width: 90%;
margin: 0 auto;
height: auto;
background: url('../img/magnifying-glass.png') no-repeat 98% center;
}
#search_form .btn {
display: none;
}
/* Footer */
footer {
background: #333;
bottom: 0;
width: 100%;
padding: 20px 0;
}
footer .sponsor {
color: #ccc;
margin-top: 10px;
text-align: right;
}
footer .social a {
color: #ccc;
font-size: 16px;
}
/* md */
@media (min-width: 992px) {
.right-block-helper {
float: right; padding: 60px 0 15px 30px;
}
}
/** Messages **/
.flash-error {
background-color: #e32;
color: #fff;
padding: 10px;
border-radius: 6px;
width: 600px;
font-size: large;
}
.flash-info {
background-color: #2c0;
color: #fff;
padding: 10px;
border-radius: 6px;
width: 600px;
font-size: large;
}
/* --- Search page --- */
#search_page .background {
background: #fff;
padding: 10px 30px;
}
#search_page h2 {
margin-bottom: 20px;
color: #999;
}
#search_page ul {
margin: 0;
padding: 0;
list-style: none;
}
#search_page ul li {
margin-bottom: 40px;
}
#search_page .package_title {
text-transform: lowercase;
}
#search_page .package_title small {
margin-right: 10px;
}
#search_page .package_title small:first-of-type {
margin-left: 10px;
}
#search_page ul li p span {
margin-right: 10px;
}
/* --- /Search page --- */
/* --- Content pages --- */
body.content > div.container-fluid {
background: white;
padding-left: 5%;
padding-right: 5%;
}
body.content > div.container-fluid header {
border-bottom: 1px solid #ccc;
}
/* --- Add page --- */
.ui-autocomplete {
max-height: 300px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
height: 300px;
} | wsgi/static/css/oo-index.css | html {
background: #333;
}
body {
color: #404040;
font-family: "Open Sans", "Helvetica Neue", Helvetica, "Liberation Sans", Arial,sans-serif;
position: relative;
}
body > div.container-fluid {
background: #eee;
padding-bottom: 100px;
position: relative;
width: 100%;
}
h2 {
color: #666;
margin-bottom: 20px;
}
/* Helpers */
.hover-shadow:hover,
.shadow {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.border-right {
border-right: 1px dotted #000;
}
.white-background {
background: #fff;
}
.padding-30 { padding: 30px; }
.right-block-helper { padding: 0 0 20px; }
.right-block-helper h4,
.right-block-helper p { color: #666; }
.row.header { margin-bottom: 30px; margin-top: 30px; }
.no-padding { padding-left: 0; padding-right: 0; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
/* Box list */
.box-list ul {
list-style-type: none;
padding: 0;
}
.box-list li {
position: relative;
}
.box-list li:hover {
background: white;
}
.box-list li > a {
display: block;
margin: 10px 0;
padding: 1px 60px 10px 10px;
}
.box-list li > a:hover {
background: white;
text-decoration: none;
}
.box-list li > a h3 {
margin-top: 10px;
}
.box-list li > a .description {
color: #404040;
}
.box-list li > a .meta {
font-size: 90%;
color: #666;
}
.box-list li > a .meta .glyphicon {
margin: 0 3px 0 10px;
}
.box-list li > a .meta .glyphicon:first-child {
margin: 0 3px 0 0;
}
.box-list li .launch a {
font-size: 150%;
/* display: none; */
position: absolute;
right: 10px;
top: 10px;
display: block;
opacity: .1;
background: black;
color: white;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
}
.box-list li:hover .launch a {
/* display: block; */
opacity: 1;
/* background: #ef2e32; */
background: #9ecde4;
box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.box-list li:hover .launch a:hover {
text-decoration: none;
background: #6eabcb;
box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
top: 11px;
right: 9px;
transition: .3s background-color;
}
.box-list li:hover .launch a:active,
.box-list li .launch a:active {
outline: none;
text-decoration: none;
box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.25);
top: 12px;
right: 8px;
text-shadow: none;
}
/* Header */
.navbar {
background: #eee;
overflow: hidden;
border-radius: 0;
margin-bottom: 0;
border-bottom: 2px solid #ef2e32;
}
.navbar-brand {
height: auto;
padding: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: 0;
}
.navbar-nav {
margin-top: 20px;
background: white;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
overflow: hidden;
}
.navbar-nav li a {
color: #505050;
font-size: 14px;
}
.navbar-nav li a:hover {
background: #f8f8f8;
}
/* Subheader section */
.sub-header {
background: white;
padding: 30px 0;
text-align: center;
font-size: 18px;
/* border: 1px solid; */
/* border-color: #ccc transparent; */
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
/* Forms */
.btn, .form-control { border-radius: 0px; }
label { color: #666; }
#search_form .form-control {
width: 90%;
margin: 0 auto;
height: auto;
background: url('../img/magnifying-glass.png') no-repeat 98% center;
}
#search_form .btn {
display: none;
}
/* Footer */
footer {
background: #333;
bottom: 0;
width: 100%;
padding: 20px 0;
}
footer .sponsor {
color: #ccc;
margin-top: 10px;
text-align: right;
}
footer .social a {
color: #ccc;
font-size: 16px;
}
/* md */
@media (min-width: 992px) {
.right-block-helper {
float: right; padding: 60px 0 15px 30px;
}
}
/** Messages **/
.flash-error {
background-color: #e32;
color: #fff;
padding: 10px;
border-radius: 6px;
width: 600px;
font-size: large;
}
.flash-info {
background-color: #2c0;
color: #fff;
padding: 10px;
border-radius: 6px;
width: 600px;
font-size: large;
}
/* --- Search page --- */
#search_page .background {
background: #fff;
padding: 10px 30px;
}
#search_page h2 {
margin-bottom: 20px;
color: #999;
}
#search_page ul {
margin: 0;
padding: 0;
list-style: none;
}
#search_page ul li {
margin-bottom: 40px;
}
#search_page .package_title {
text-transform: lowercase;
}
#search_page .package_title small {
margin-right: 10px;
}
#search_page .package_title small:first-of-type {
margin-left: 10px;
}
#search_page ul li p span {
margin-right: 10px;
}
/* --- /Search page --- */
/* --- Content pages --- */
body.content > div.container-fluid {
background: white;
padding-left: 5%;
padding-right: 5%;
}
body.content > div.container-fluid header {
border-bottom: 1px solid #ccc;
}
/* --- Add page --- */
.ui-autocomplete {
max-height: 300px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
height: 300px;
} | 0.310276 | 0.067886 |
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css);
.fa-2x {
font-size: 2em;
}
a:hover,
a:focus {
text-decoration: none;
}
.main-menu {
background : #000000;
border-right : 1px solid #ffffff;
position : absolute;
width : 4rem;
height : auto;
top : 4rem;
bottom : 0;
left : 0;
overflow : hidden;
-webkit-transition: width .1s linear;
transition : width .1s linear;
-webkit-transform : translateZ(0) scale(1, 1);
z-index : 1000;
}
.main-menu:hover {
width : 16rem;
overflow: clip;
}
.main-menu .menu-logo,
.main-menu .menu-logo .logo-content,
.main-menu li .main-menu-item,
.main-menu li .item-content {
display : flex;
align-items: center;
}
/* Formatting Synergos Logo & Animations */
.main-menu .menu-logo {
margin-top : 1rem;
margin-bottom : 1rem;
-webkit-transition: all .1s linear;
transition : all .1s linear;
}
.menu-logo .logo-content #logo {
width : 4rem;
height : 4rem;
padding : .1rem;
-webkit-transition: all .1s linear;
transition : all .1s linear;
}
.menu-logo .logo-content .menu-logo-text {
visibility: hidden;
}
.main-menu:hover .logo-content {
flex-direction : column;
justify-content: center;
vertical-align : top;
text-align : center;
margin-bottom : 5rem;
}
.main-menu:hover .menu-logo #logo {
width : 16rem;
height : 16rem;
position: relative;
}
.main-menu:hover .menu-logo .menu-logo-text {
color : #ffffff;
font-family: Courier, sans-serif;
visibility : visible;
}
/* Formatting Synergos Side Menu & Animations */
.main-menu>ul {
margin: 1rem 0;
}
.main-menu li {
position: relative;
display : block;
width : 16em;
}
.main-menu li>a {
position : relative;
display : flex;
border-collapse : collapse;
border-spacing : 0;
color : #ffffff;
text-decoration : none;
-webkit-transform : translateZ(0) scale(1, 1);
-webkit-transition: all .1s linear;
transition : all .1s linear;
}
.main-menu li .nav-icon {
width : 4rem;
height : 4rem;
-webkit-filter: invert(1);
filter : invert(1);
padding : 1rem;
}
.main-menu li .fa {
width : 4rem;
height : 2rem;
text-align : center;
vertical-align: middle;
}
.main-menu>ul.helpline {
position: absolute;
left : 0;
bottom : 0;
}
nav {
-webkit-user-select: none;
-moz-user-select : none;
-ms-user-select : none;
-o-user-select : none;
user-select : none;
}
nav ul,
nav li {
outline : 0;
margin : 0;
padding : 0;
line-height: 4rem;
}
/* Round edges of main menu */
.main-menu {
border-top-right-radius : 1.5rem;
border-bottom-right-radius: 1.5rem;
}
/* Make nav highlights smaller than nav itself */
.main-menu li {
width : 14rem;
height: 100%;
}
/* Non-active tabs to be greyed out when sidebar is minimized */
.main-menu:not(:hover) .menu-options li .item-content {
opacity: 0.4;
filter : alpha(opacity=40);
}
/* Highlight ONLY active tab when sidebar is minimized */
.main-menu:not(:hover) .menu-options li.active>a {
color : #ffffff;
background-color: #d87f4d;
width : 14rem;
height : 100%;
/* Reverse greying */
opacity : 1;
filter : alpha(opacity=100);
}
/* Highlight CURRENT active tab when sidebar is maximized */
.main-menu:hover li:hover>a {
background-color : #d87f4d;
border-top-right-radius : 3rem;
border-bottom-right-radius: 3rem;
} | synui_nav/static/styles/custom/sidebar.css | @import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css);
.fa-2x {
font-size: 2em;
}
a:hover,
a:focus {
text-decoration: none;
}
.main-menu {
background : #000000;
border-right : 1px solid #ffffff;
position : absolute;
width : 4rem;
height : auto;
top : 4rem;
bottom : 0;
left : 0;
overflow : hidden;
-webkit-transition: width .1s linear;
transition : width .1s linear;
-webkit-transform : translateZ(0) scale(1, 1);
z-index : 1000;
}
.main-menu:hover {
width : 16rem;
overflow: clip;
}
.main-menu .menu-logo,
.main-menu .menu-logo .logo-content,
.main-menu li .main-menu-item,
.main-menu li .item-content {
display : flex;
align-items: center;
}
/* Formatting Synergos Logo & Animations */
.main-menu .menu-logo {
margin-top : 1rem;
margin-bottom : 1rem;
-webkit-transition: all .1s linear;
transition : all .1s linear;
}
.menu-logo .logo-content #logo {
width : 4rem;
height : 4rem;
padding : .1rem;
-webkit-transition: all .1s linear;
transition : all .1s linear;
}
.menu-logo .logo-content .menu-logo-text {
visibility: hidden;
}
.main-menu:hover .logo-content {
flex-direction : column;
justify-content: center;
vertical-align : top;
text-align : center;
margin-bottom : 5rem;
}
.main-menu:hover .menu-logo #logo {
width : 16rem;
height : 16rem;
position: relative;
}
.main-menu:hover .menu-logo .menu-logo-text {
color : #ffffff;
font-family: Courier, sans-serif;
visibility : visible;
}
/* Formatting Synergos Side Menu & Animations */
.main-menu>ul {
margin: 1rem 0;
}
.main-menu li {
position: relative;
display : block;
width : 16em;
}
.main-menu li>a {
position : relative;
display : flex;
border-collapse : collapse;
border-spacing : 0;
color : #ffffff;
text-decoration : none;
-webkit-transform : translateZ(0) scale(1, 1);
-webkit-transition: all .1s linear;
transition : all .1s linear;
}
.main-menu li .nav-icon {
width : 4rem;
height : 4rem;
-webkit-filter: invert(1);
filter : invert(1);
padding : 1rem;
}
.main-menu li .fa {
width : 4rem;
height : 2rem;
text-align : center;
vertical-align: middle;
}
.main-menu>ul.helpline {
position: absolute;
left : 0;
bottom : 0;
}
nav {
-webkit-user-select: none;
-moz-user-select : none;
-ms-user-select : none;
-o-user-select : none;
user-select : none;
}
nav ul,
nav li {
outline : 0;
margin : 0;
padding : 0;
line-height: 4rem;
}
/* Round edges of main menu */
.main-menu {
border-top-right-radius : 1.5rem;
border-bottom-right-radius: 1.5rem;
}
/* Make nav highlights smaller than nav itself */
.main-menu li {
width : 14rem;
height: 100%;
}
/* Non-active tabs to be greyed out when sidebar is minimized */
.main-menu:not(:hover) .menu-options li .item-content {
opacity: 0.4;
filter : alpha(opacity=40);
}
/* Highlight ONLY active tab when sidebar is minimized */
.main-menu:not(:hover) .menu-options li.active>a {
color : #ffffff;
background-color: #d87f4d;
width : 14rem;
height : 100%;
/* Reverse greying */
opacity : 1;
filter : alpha(opacity=100);
}
/* Highlight CURRENT active tab when sidebar is maximized */
.main-menu:hover li:hover>a {
background-color : #d87f4d;
border-top-right-radius : 3rem;
border-bottom-right-radius: 3rem;
} | 0.371365 | 0.064329 |
html{
position:relative;
min-height:100%}
.container{
width:auto;
max-width:980px;
padding:0 15px
}
.container .text-muted{
margin:20px 0
}
.main{
height: 100%;
}
a, a:hover{
color:#f56954;
}
body {
margin-bottom:60px;
font-family: 'Montserrat',verdana, sans-serif !important;
color:#283337;
background-color: rgb(253, 250, 250);
}
.navbar-inverse{
background: #3a5461;
}
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 25px !important;
line-height: 30px;
}
#painel-login{
margin-bottom: 50px;
}
.form-stylo input, .form-stylo select{
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
padding: 5px 15px 5px !important;
font-size: 16px !important;
background: white !important;
border: 2px solid #ebebeb !important;
border-radius: 4px !important;
-webkit-box-shadow: inset 0 -2px #ebebeb !important;
box-shadow: inset 0 -2px #ebebeb !important;
}
.panel-login>.panel-heading .tabs{
padding: 0;
}
.panel-login h2{
font-size: 20px;
font-weight: 300;
margin: 30px;
}
.panel{
position: relative;
border-radius: 3px;
background: #fff;
border-top: 3px solid #d2d6de;
margin-bottom: 20px;
width: 100%;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.panel-login>.panel-heading {
color: #848c9d;
background-color: #e8e9ec;
border-color: #fff;
text-align:center;
border-bottom: 0px;
padding: 0px 15px;
}
.panel-login .form-group {
padding: 0 30px;
}
.panel-login>.panel-heading .login, .panel-login>.panel-heading .register {
color: #283337;
padding: 20px 30px;
}
.btn-default {
background-color: #dde4e7;
border-color: #94a9b1;
height: 40px;
}
.titulo{
padding: 0 30px 30px 30px;
font-size: 30px;
color:#4D6269;
text-align: center;
font-weight: 700;
}
.btn-warning {
background-color: #688590 !important;
border-color: #4D6269 !important;
}
.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
background-color: #4D6269;
border-color: #283337;
}
.panel-login>.panel-heading a{
text-decoration: none;
color: #666;
font-weight: 300;
font-size: 16px;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.panel-login>.panel-heading a#cadastro-form-link {
color: #fff;
width: 100%;
text-align: right;
}
.panel-login>.panel-heading a#login-form-link {
width: 100%;
text-align: left;
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
height: 45px;
border: 0;
font-size: 16px;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
transition: all 0.1s linear;
-webkit-box-shadow: none;
box-shadow: none;
border-bottom: 1px solid #e7e7e7;
border-radius: 0px;
padding: 6px 0px;
}
.panel-login input:hover,
.panel-login input:focus {
outline:none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-color: #ccc;
}
.btn-login {
background-color: #E8E9EC;
outline: none;
color: #2D3B55;
font-size: 14px;
height: auto;
font-weight: normal;
padding: 14px 0;
text-transform: uppercase;
border: none;
border-radius: 0px;
box-shadow: none;
}
.btn-login:hover,
.btn-login:focus {
color: #fff;
background-color: #2D3B55;
}
.forgot-password {
text-decoration: underline;
color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
text-decoration: underline;
color: #666;
}
.panel-login .checkbox label {
padding-left: 5px;
font-weight: 300;
display: inline-block;
position: relative;
}
.btn-register {
background-color: #E8E9EC;
outline: none;
color: #2D3B55;
font-size: 14px;
height: auto;
font-weight: normal;
padding: 14px 0;
text-transform: uppercase;
border: none;
border-radius: 0px;
box-shadow: none;
}
.btn-register:hover,
.btn-register:focus {
color: #fff;
background-color: #2D3B55;
}
.panel-login>.panel-heading .active div{
padding: 20px 30px;
background: #4D6269;
color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #3a5461;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #688590;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border-top: 5px solid #c21d16;
border-bottom: none;
}
.navbar-inverse .navbar-nav > li > a {
color: #fff;
line-height: 30px;
font-weight: 400;
font-size: 16px;
}
.footer {
height: 70px;
border-top: 1px solid #ddd;
padding-top: 20px;
position:absolute;
bottom:1px;
width:100%;
height:70px;
background-color:#fff;
} | web/css/site.css | html{
position:relative;
min-height:100%}
.container{
width:auto;
max-width:980px;
padding:0 15px
}
.container .text-muted{
margin:20px 0
}
.main{
height: 100%;
}
a, a:hover{
color:#f56954;
}
body {
margin-bottom:60px;
font-family: 'Montserrat',verdana, sans-serif !important;
color:#283337;
background-color: rgb(253, 250, 250);
}
.navbar-inverse{
background: #3a5461;
}
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 25px !important;
line-height: 30px;
}
#painel-login{
margin-bottom: 50px;
}
.form-stylo input, .form-stylo select{
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
padding: 5px 15px 5px !important;
font-size: 16px !important;
background: white !important;
border: 2px solid #ebebeb !important;
border-radius: 4px !important;
-webkit-box-shadow: inset 0 -2px #ebebeb !important;
box-shadow: inset 0 -2px #ebebeb !important;
}
.panel-login>.panel-heading .tabs{
padding: 0;
}
.panel-login h2{
font-size: 20px;
font-weight: 300;
margin: 30px;
}
.panel{
position: relative;
border-radius: 3px;
background: #fff;
border-top: 3px solid #d2d6de;
margin-bottom: 20px;
width: 100%;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.panel-login>.panel-heading {
color: #848c9d;
background-color: #e8e9ec;
border-color: #fff;
text-align:center;
border-bottom: 0px;
padding: 0px 15px;
}
.panel-login .form-group {
padding: 0 30px;
}
.panel-login>.panel-heading .login, .panel-login>.panel-heading .register {
color: #283337;
padding: 20px 30px;
}
.btn-default {
background-color: #dde4e7;
border-color: #94a9b1;
height: 40px;
}
.titulo{
padding: 0 30px 30px 30px;
font-size: 30px;
color:#4D6269;
text-align: center;
font-weight: 700;
}
.btn-warning {
background-color: #688590 !important;
border-color: #4D6269 !important;
}
.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
background-color: #4D6269;
border-color: #283337;
}
.panel-login>.panel-heading a{
text-decoration: none;
color: #666;
font-weight: 300;
font-size: 16px;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.panel-login>.panel-heading a#cadastro-form-link {
color: #fff;
width: 100%;
text-align: right;
}
.panel-login>.panel-heading a#login-form-link {
width: 100%;
text-align: left;
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
height: 45px;
border: 0;
font-size: 16px;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
transition: all 0.1s linear;
-webkit-box-shadow: none;
box-shadow: none;
border-bottom: 1px solid #e7e7e7;
border-radius: 0px;
padding: 6px 0px;
}
.panel-login input:hover,
.panel-login input:focus {
outline:none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-color: #ccc;
}
.btn-login {
background-color: #E8E9EC;
outline: none;
color: #2D3B55;
font-size: 14px;
height: auto;
font-weight: normal;
padding: 14px 0;
text-transform: uppercase;
border: none;
border-radius: 0px;
box-shadow: none;
}
.btn-login:hover,
.btn-login:focus {
color: #fff;
background-color: #2D3B55;
}
.forgot-password {
text-decoration: underline;
color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
text-decoration: underline;
color: #666;
}
.panel-login .checkbox label {
padding-left: 5px;
font-weight: 300;
display: inline-block;
position: relative;
}
.btn-register {
background-color: #E8E9EC;
outline: none;
color: #2D3B55;
font-size: 14px;
height: auto;
font-weight: normal;
padding: 14px 0;
text-transform: uppercase;
border: none;
border-radius: 0px;
box-shadow: none;
}
.btn-register:hover,
.btn-register:focus {
color: #fff;
background-color: #2D3B55;
}
.panel-login>.panel-heading .active div{
padding: 20px 30px;
background: #4D6269;
color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #3a5461;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #688590;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border-top: 5px solid #c21d16;
border-bottom: none;
}
.navbar-inverse .navbar-nav > li > a {
color: #fff;
line-height: 30px;
font-weight: 400;
font-size: 16px;
}
.footer {
height: 70px;
border-top: 1px solid #ddd;
padding-top: 20px;
position:absolute;
bottom:1px;
width:100%;
height:70px;
background-color:#fff;
} | 0.317532 | 0.062904 |
body {
font-size: 16px;
font-weight: 400;
background: #4D4D4D;
}
a,a:hover,a:focus {
text-decoration: none;
outline: 0;
}
footer {
display:none;
}
/* mobile menu
**************************************************/
.mobilemenu {
position: fixed;
top: 0px;
left: 0;
right: 0;
z-index: 1002;
font-size: 30px;
padding: 2px 10px;
background: #2b2b2b;
display: block;
width: 50px;
height: 50px;
color: #fff;
display: none;
}
.mobilemenu:hover,.mobilemenu:focus {
color: #fff;
}
/* layout
**************************************************/
#sidebar {
text-align: left;
vertical-align: top;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 14vw;
min-width: 150px;
background: #2b2b2b;
position: fixed;
left: 0;
top: 15vh;
overflow-y: hidden;
bottom: 0;
}
#main {
position: absolute;
right: 0;
top: 15vh;
bottom: 0;
background: #fefefe;
overflow-y: auto;
overflow-x: hidden;
width: 86vw;
//height: auto;
height: 85vh;
left: 14vw;
}
/* sidebar
**************************************************/
#nav-container {
position: relative;
// padding-bottom: 75px;
bottom: 0;
height: 100%;
}
#profile {
text-align: center;
padding: 25px 10px;
position: relative;
}
#welcome-repr h2{
font-weight: 300;
color: #f6755f;
font-family: Raleway;
font-size: 2em;
text-align: center;
margin: 0!important;
padding: 30px 0 0 0;
}
#profile .portrate {
background-image: url(../img/representative-placeholder.jpg);
width: 125px;
margin: 0 auto;
height: 125px;
border-radius: 50%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
#profile .title h2 {
font-size: 1.4em;
font-weight: 300;
color: #fff;
margin: 20px 0 10px 0;
font-family: Source Sans Pro, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
ul#navigation {
padding: 0;
margin: 0;
}
ul#navigation li {
float: none;
clear: both;
background: #303030;
border-top: 1px solid #373737;
border-bottom: 1px solid #2B2B2B;
-webkit-transition: background 0.5s;
-moz-transition: background 0.5s;
-o-transition: background 0.5s;
-ms-transition: background 0.5s;
transition: background 0.5s;
}
ul#navigation li a {
color: #ccc;
font-size: 14px;
display: flex;
flex-direction: row;
}
ul#navigation li:hover,ul#navigation li:focus {
background: #363636;
}
ul#navigation li:hover a,ul#navigation li:focus a {
color: #f7f7f7;
}
ul#navigation li .text {
padding-left: 5%;
line-height: 42px;
width: 100%;
-webkit-box-shadow: -3px 0 5px -4px #000;
box-shadow: -3px 0 5px -4px #000;
}
ul#navigation li .icon {
width: 50px;
text-align: center;
font-size: 180%;
align-items: center;
display: flex;
justify-content: center;
}
.sidebar-active .text {
background: #25a2c3;
}
.sidebar-active .icon {
color: #25a2c3;
}
/* main part
**************************************************/
div#company-logo{
text-align: center;
width: 100%;
height: 185px;
padding: 27px 0;
}
#company-logo .company-logo{
background-image: url(../img/logo-sony.png);
width: 125px;
height: 125px;
color: #25a2c3;
margin: auto;
border: 2px solid #25a2c3;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
div#manuals-list-header{
padding: 0 10%;
}
div#manuals-list-header .row {
margin: 0;
}
div#manuals-list-header .sort-container {
width: auto;
}
div#manuals-list-header .control-panel {
display: flex;
flex-direction: row;
justify-content: space-between;
}
div#manuals-list-header .control-panel div{
width: 50%;
}
div#manuals-list-header .control-panel #sort-dropdown {
margin-top: 40px;
}
div#manuals-list-header #manuals-list-title{
width: 100%;
text-align: center;
float: left;
font-size: 22px;
color: #f6755f;
font-weight: 300;
font-family: 'Raleway', 'Open Sans', sans-serif;
}
div#createProd{
padding: 1px;
font-size: 90%;
}
div#separateContext{
padding-right: 10%;
padding-left: 10%;
text-align: center;
width: auto;
}
div#separateContext div#line{
height: 0;
padding-right: 10%;
padding-left: 10%;
border: 1px solid #b9b9b9;
}
div#LOM{
padding-right: 10%;
padding-left: 10%;
width: auto;
height: 100%;
}
div#LOM ul{
height: 120%;
width: auto;
}
div#LOM ul li #product-item {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px;
}
div#LOM ul li .product-pic{
height: 100%;
padding: 10px;
width: 13%;
min-width: 100px;
display: flex;
align-items: center;
justify-content: center;
}
div#LOM ul li .product-pic .pic{
text-align: right;
height: 100px;
width: 100px;
background-color: #fff;
border-radius: 3px;
border: 1px solid #cccccc;
}
div#LOM ul li .product-info{
width: 77%;
height: 100%;
padding: 20px 10px;
}
div#LOM ul li .product-info h3{
color: #25a2c3;
font-family: "Open Sans";
font-size: 18px;
margin: 0!important;
}
div#LOM ul li .product-info h3:hover{
color: #f6755f;
}
div#LOM ul li .product-info p{
color: #515151;
font-family: "Open Sans";
font-size: 14px;
}
div#LOM ul li .product-edit, div#LOM ul li .product-delete {
width: 5%;
text-align: center;
}
div#footer-block {
width: 100%;
height: 15%;
background: #404040;
position:absolute; /* added */
bottom:0; /* added */
left:0;
}
#btn_cat{
min-width: 150px;
background-color: white;
box-shadow: none;
color:black;
}
#dropdown1{
margin-top: 40px;
min-width: 100px;
}
#dropdown1 a{
color:black;
}
#order{
margin-left: 10px;
}
.product-info p1{
color: #aaaaaa;
font-size: 15px;
} | public/css/representative.css | body {
font-size: 16px;
font-weight: 400;
background: #4D4D4D;
}
a,a:hover,a:focus {
text-decoration: none;
outline: 0;
}
footer {
display:none;
}
/* mobile menu
**************************************************/
.mobilemenu {
position: fixed;
top: 0px;
left: 0;
right: 0;
z-index: 1002;
font-size: 30px;
padding: 2px 10px;
background: #2b2b2b;
display: block;
width: 50px;
height: 50px;
color: #fff;
display: none;
}
.mobilemenu:hover,.mobilemenu:focus {
color: #fff;
}
/* layout
**************************************************/
#sidebar {
text-align: left;
vertical-align: top;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 14vw;
min-width: 150px;
background: #2b2b2b;
position: fixed;
left: 0;
top: 15vh;
overflow-y: hidden;
bottom: 0;
}
#main {
position: absolute;
right: 0;
top: 15vh;
bottom: 0;
background: #fefefe;
overflow-y: auto;
overflow-x: hidden;
width: 86vw;
//height: auto;
height: 85vh;
left: 14vw;
}
/* sidebar
**************************************************/
#nav-container {
position: relative;
// padding-bottom: 75px;
bottom: 0;
height: 100%;
}
#profile {
text-align: center;
padding: 25px 10px;
position: relative;
}
#welcome-repr h2{
font-weight: 300;
color: #f6755f;
font-family: Raleway;
font-size: 2em;
text-align: center;
margin: 0!important;
padding: 30px 0 0 0;
}
#profile .portrate {
background-image: url(../img/representative-placeholder.jpg);
width: 125px;
margin: 0 auto;
height: 125px;
border-radius: 50%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
#profile .title h2 {
font-size: 1.4em;
font-weight: 300;
color: #fff;
margin: 20px 0 10px 0;
font-family: Source Sans Pro, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
ul#navigation {
padding: 0;
margin: 0;
}
ul#navigation li {
float: none;
clear: both;
background: #303030;
border-top: 1px solid #373737;
border-bottom: 1px solid #2B2B2B;
-webkit-transition: background 0.5s;
-moz-transition: background 0.5s;
-o-transition: background 0.5s;
-ms-transition: background 0.5s;
transition: background 0.5s;
}
ul#navigation li a {
color: #ccc;
font-size: 14px;
display: flex;
flex-direction: row;
}
ul#navigation li:hover,ul#navigation li:focus {
background: #363636;
}
ul#navigation li:hover a,ul#navigation li:focus a {
color: #f7f7f7;
}
ul#navigation li .text {
padding-left: 5%;
line-height: 42px;
width: 100%;
-webkit-box-shadow: -3px 0 5px -4px #000;
box-shadow: -3px 0 5px -4px #000;
}
ul#navigation li .icon {
width: 50px;
text-align: center;
font-size: 180%;
align-items: center;
display: flex;
justify-content: center;
}
.sidebar-active .text {
background: #25a2c3;
}
.sidebar-active .icon {
color: #25a2c3;
}
/* main part
**************************************************/
div#company-logo{
text-align: center;
width: 100%;
height: 185px;
padding: 27px 0;
}
#company-logo .company-logo{
background-image: url(../img/logo-sony.png);
width: 125px;
height: 125px;
color: #25a2c3;
margin: auto;
border: 2px solid #25a2c3;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
div#manuals-list-header{
padding: 0 10%;
}
div#manuals-list-header .row {
margin: 0;
}
div#manuals-list-header .sort-container {
width: auto;
}
div#manuals-list-header .control-panel {
display: flex;
flex-direction: row;
justify-content: space-between;
}
div#manuals-list-header .control-panel div{
width: 50%;
}
div#manuals-list-header .control-panel #sort-dropdown {
margin-top: 40px;
}
div#manuals-list-header #manuals-list-title{
width: 100%;
text-align: center;
float: left;
font-size: 22px;
color: #f6755f;
font-weight: 300;
font-family: 'Raleway', 'Open Sans', sans-serif;
}
div#createProd{
padding: 1px;
font-size: 90%;
}
div#separateContext{
padding-right: 10%;
padding-left: 10%;
text-align: center;
width: auto;
}
div#separateContext div#line{
height: 0;
padding-right: 10%;
padding-left: 10%;
border: 1px solid #b9b9b9;
}
div#LOM{
padding-right: 10%;
padding-left: 10%;
width: auto;
height: 100%;
}
div#LOM ul{
height: 120%;
width: auto;
}
div#LOM ul li #product-item {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px;
}
div#LOM ul li .product-pic{
height: 100%;
padding: 10px;
width: 13%;
min-width: 100px;
display: flex;
align-items: center;
justify-content: center;
}
div#LOM ul li .product-pic .pic{
text-align: right;
height: 100px;
width: 100px;
background-color: #fff;
border-radius: 3px;
border: 1px solid #cccccc;
}
div#LOM ul li .product-info{
width: 77%;
height: 100%;
padding: 20px 10px;
}
div#LOM ul li .product-info h3{
color: #25a2c3;
font-family: "Open Sans";
font-size: 18px;
margin: 0!important;
}
div#LOM ul li .product-info h3:hover{
color: #f6755f;
}
div#LOM ul li .product-info p{
color: #515151;
font-family: "Open Sans";
font-size: 14px;
}
div#LOM ul li .product-edit, div#LOM ul li .product-delete {
width: 5%;
text-align: center;
}
div#footer-block {
width: 100%;
height: 15%;
background: #404040;
position:absolute; /* added */
bottom:0; /* added */
left:0;
}
#btn_cat{
min-width: 150px;
background-color: white;
box-shadow: none;
color:black;
}
#dropdown1{
margin-top: 40px;
min-width: 100px;
}
#dropdown1 a{
color:black;
}
#order{
margin-left: 10px;
}
.product-info p1{
color: #aaaaaa;
font-size: 15px;
} | 0.277277 | 0.072276 |
*{
padding: 0;
margin:0;
font-family:Helvetica;
}
html, body
{
height: 100%;
margin: 0;
padding: 0;
}
.justificar{
text-align: justify;
}
body {
display: table;
width: 100%;
}
.clase-general{
display: table-row;
}
#HF_txt{
font-family:"Helvetica";
font-size: 100%;
color:#FFFFE0;
}
#HF2_txt{
font-family:"Helvetica";
font-size: 100%;
color:black;
}
footer, header, push{
background: black;
height: 100px;
text-align: center;
}
#header2{
background: white;
height: 80px;
text-align: center;
}
.badge-warning {
background-color: #d58512;
}
img {
position:relative;
width: 78px;
left:20px;
height: 78px;
}
.fondo{
background: #f2f2f2;
}
select {
width: 150px;
}
.overflow {
height: 1500px;
}
/**************************************************************************************************
GOGO
***************************************************************************************************/
/*Botón de búsqueda*/
.txtbusq{
border-radius:5px;
border-top: 1px groove;
border-bottom: 1px groove;
border-left: 1px groove;
width: 30%;
height: 30px;
margin-left: 20px;
padding-top:3px;
}
#ppgral{
text-align:center;
font-size:11px;
color:#fff;
}
#piepagina{
font-family:"Helvetica";
clear:both;
background-color:#000;
color:#FFF;
}
/*Navegación*/
#uno{
list-style-type: none;
margin-left:20%;
margin-right:20%;
width:60%;
padding: 0;
overflow: hidden;
background-color: #fff;
}
#dos{
float:left;
text-align: center;
}
#logoppal{
width: 50%;
height: 50%;
text-align:center;
}
#parr{
padding: 0;
}
#titimg{
text-decoration: none;
color:black;
text-align: center;
}
#titimg.active{
text-decoration: none;
color:black;
}
/*Tablas*/
.tabenc{
font-size: 14px;
font-weight:bold;
color:black;
font-variant: small-caps;
text-align: center;
}
.tabuno {
color:black;
border-radius: 12px;
/*border-collapse: collapse;*/
background-color:#BFBFBF;
width: 100%;
}
.tabdos {
color:black;
border-radius: 12px;
/*border-collapse: collapse;*/
background-color:#BFBFBF;
width: 100%;
}
.tabunoth, .tabunotd {
background-color:#F7F9F9;
padding: 8px;
text-align: center;
}
.tabdosth, .tabdostd {
background-color:#BFBFBF;
padding: 8px;
text-align: center;
border-radius: 12px;
}
.imgpdf1{
width: 50px;
height: 50px;
}
.tabimg{
background-color:#F7F9F9;
padding: 8px;
text-align: left;
}
.tabbus{
border-color: #fff;
}
.thbus{
background-color:#F7F9F9;
padding:12px;
text-align: center;
border-radius: 12px;
}
.tdbus{
background-color:#F7F9F9;
padding:12px;
text-align: center;
width:150px;
}
/*Títulos*/
.ptit1{
font-size:14px;
}
/*Imagenes de las vistas*/
.imgview{
width:30px;
height:30px;
}
/*Textos normales*/
.textnorm{
font-family: Helvetica;
font-size:12px;
font-style: normal;
}
/*divisiones de contenidos*/
#contenido2{
margin-left:5%;
margin-right:5%;
margin-bottom:10%;
border-radius: 12px;
background-color:#F9F7F7;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
}
/*Inputs*/
.txtin{
border-radius:5px;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
height: 30px;
width: 100%;
}
.txtinbig{
width: 100%;
height: 150px;
border: 2px solid #ccc;
border-radius: 4px;
background-color: #f8f8f8;
font-size: 16px;
resize: none;
padding-left:2px;
}
/*Clase Combobox*/
.cmbx{
border-radius:5px;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
height: 25px;
width: 100%;
}
/*Botones*/
.btnagdc{ /*Agregar Documento*/
border-radius:5px;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
padding: 1px;
width: 100%;
height: 30px;
font-style: normal;
font-size: 12px;
background-color:#D8D8D8;
}
/*Caja de texto titulos azules*/
.txtbxblue{
background-color: #1C79B7;
border-radius:5px;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
margin: 10px;
padding-left: 5px;
color:white;
}
.txtbxwhite{
background-color:white;
border-radius:5px;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
margin: 10px;
padding-left: 5px;
color:black;
}
/*Tabla de contenidos*/
.tab1{
background-color:#B7B7B7;
border-radius:5px;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
color:black;
height: 25px;
}
.itemtab1{
background-color:#F7F9F9;
border-radius:5px;
border-top: 1px inset;
border-bottom: 1px inset;
border-left: 1px inset;
border-right: 1px inset;
color:black;
height: 60px;
padding-top: 5px;
}
/*Estilo letras tab1*/
.txttab1{
font-size: 13px;
font-weight: bold;
}
.txtitemtab1{
font-size: 12px;
font-weight: normal;
}
/*Formato de cuadros de texto y label PERFIL*/
.txtin{
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
color:black;
width:100%
}
.labprf{
font-size: 12px;
font-weight: normal;
}
.labprft{
font-size: 13px;
font-weight: bold;
} | bootstrap/css/byAnton.css | *{
padding: 0;
margin:0;
font-family:Helvetica;
}
html, body
{
height: 100%;
margin: 0;
padding: 0;
}
.justificar{
text-align: justify;
}
body {
display: table;
width: 100%;
}
.clase-general{
display: table-row;
}
#HF_txt{
font-family:"Helvetica";
font-size: 100%;
color:#FFFFE0;
}
#HF2_txt{
font-family:"Helvetica";
font-size: 100%;
color:black;
}
footer, header, push{
background: black;
height: 100px;
text-align: center;
}
#header2{
background: white;
height: 80px;
text-align: center;
}
.badge-warning {
background-color: #d58512;
}
img {
position:relative;
width: 78px;
left:20px;
height: 78px;
}
.fondo{
background: #f2f2f2;
}
select {
width: 150px;
}
.overflow {
height: 1500px;
}
/**************************************************************************************************
GOGO
***************************************************************************************************/
/*Botón de búsqueda*/
.txtbusq{
border-radius:5px;
border-top: 1px groove;
border-bottom: 1px groove;
border-left: 1px groove;
width: 30%;
height: 30px;
margin-left: 20px;
padding-top:3px;
}
#ppgral{
text-align:center;
font-size:11px;
color:#fff;
}
#piepagina{
font-family:"Helvetica";
clear:both;
background-color:#000;
color:#FFF;
}
/*Navegación*/
#uno{
list-style-type: none;
margin-left:20%;
margin-right:20%;
width:60%;
padding: 0;
overflow: hidden;
background-color: #fff;
}
#dos{
float:left;
text-align: center;
}
#logoppal{
width: 50%;
height: 50%;
text-align:center;
}
#parr{
padding: 0;
}
#titimg{
text-decoration: none;
color:black;
text-align: center;
}
#titimg.active{
text-decoration: none;
color:black;
}
/*Tablas*/
.tabenc{
font-size: 14px;
font-weight:bold;
color:black;
font-variant: small-caps;
text-align: center;
}
.tabuno {
color:black;
border-radius: 12px;
/*border-collapse: collapse;*/
background-color:#BFBFBF;
width: 100%;
}
.tabdos {
color:black;
border-radius: 12px;
/*border-collapse: collapse;*/
background-color:#BFBFBF;
width: 100%;
}
.tabunoth, .tabunotd {
background-color:#F7F9F9;
padding: 8px;
text-align: center;
}
.tabdosth, .tabdostd {
background-color:#BFBFBF;
padding: 8px;
text-align: center;
border-radius: 12px;
}
.imgpdf1{
width: 50px;
height: 50px;
}
.tabimg{
background-color:#F7F9F9;
padding: 8px;
text-align: left;
}
.tabbus{
border-color: #fff;
}
.thbus{
background-color:#F7F9F9;
padding:12px;
text-align: center;
border-radius: 12px;
}
.tdbus{
background-color:#F7F9F9;
padding:12px;
text-align: center;
width:150px;
}
/*Títulos*/
.ptit1{
font-size:14px;
}
/*Imagenes de las vistas*/
.imgview{
width:30px;
height:30px;
}
/*Textos normales*/
.textnorm{
font-family: Helvetica;
font-size:12px;
font-style: normal;
}
/*divisiones de contenidos*/
#contenido2{
margin-left:5%;
margin-right:5%;
margin-bottom:10%;
border-radius: 12px;
background-color:#F9F7F7;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
}
/*Inputs*/
.txtin{
border-radius:5px;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
height: 30px;
width: 100%;
}
.txtinbig{
width: 100%;
height: 150px;
border: 2px solid #ccc;
border-radius: 4px;
background-color: #f8f8f8;
font-size: 16px;
resize: none;
padding-left:2px;
}
/*Clase Combobox*/
.cmbx{
border-radius:5px;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
height: 25px;
width: 100%;
}
/*Botones*/
.btnagdc{ /*Agregar Documento*/
border-radius:5px;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
padding: 1px;
width: 100%;
height: 30px;
font-style: normal;
font-size: 12px;
background-color:#D8D8D8;
}
/*Caja de texto titulos azules*/
.txtbxblue{
background-color: #1C79B7;
border-radius:5px;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
margin: 10px;
padding-left: 5px;
color:white;
}
.txtbxwhite{
background-color:white;
border-radius:5px;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
margin: 10px;
padding-left: 5px;
color:black;
}
/*Tabla de contenidos*/
.tab1{
background-color:#B7B7B7;
border-radius:5px;
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
color:black;
height: 25px;
}
.itemtab1{
background-color:#F7F9F9;
border-radius:5px;
border-top: 1px inset;
border-bottom: 1px inset;
border-left: 1px inset;
border-right: 1px inset;
color:black;
height: 60px;
padding-top: 5px;
}
/*Estilo letras tab1*/
.txttab1{
font-size: 13px;
font-weight: bold;
}
.txtitemtab1{
font-size: 12px;
font-weight: normal;
}
/*Formato de cuadros de texto y label PERFIL*/
.txtin{
border-top: 1px outset;
border-bottom: 1px outset;
border-left: 1px outset;
border-right: 1px outset;
color:black;
width:100%
}
.labprf{
font-size: 12px;
font-weight: normal;
}
.labprft{
font-size: 13px;
font-weight: bold;
} | 0.129719 | 0.034521 |
@media only screen and (max-width: 480px) {
.navbar {
display: flex;
}
.navbar .icon {
display: none;
}
.logo {
font-weight: 600;
font-size: 2em;
margin-right: 30px;
padding: 2px;
}
.hw {
overflow: hidden;
}
.navbar ul li {
display: flex;
padding: 0.5em;
}
.navbar ul li a{
font-weight: 400;
}
.btn-login {
float: right;
}
.bg-img {
height: 50vh;
}
header{
background-image: none;
}
.block1{
height: 70vh;
}
#block1a{
top: 65%;
font-size: large;
left: 20%;
}
#block1b{
top: 80%;
left: 15%;
font-size: small;
}
.block2{
height: 0;
}
.block3{
height: 40vh;
}
.block3a{
padding-top: 20px;
}
#block3a1{
font-size: medium;
}
#block3a2{
font-size: 8px;
}
.block3b{
width: 70%;
left: 20%;
}
.block3b p{
font-size: x-small;
}
.block3b ul li{
display: flex;
font-size: x-small;
}
.block4{
height: 120vh;
justify-content: center;
}
.block4_images{
display: flex;
flex-direction: column;
top: 10%;
left: 25%;
}
.block4 img{
height: 90px;
width: 125px;
margin-top: 2em;
}
.block4a{
top: 83%;
}
.block5{
height: 30vh;
}
.block5 p{
font-size: 20px;
padding-top: 10px;
}
/* footer media query */
.footer{
height: 90vh;
flex-direction: column;
}
.f1{
font-size: medium;
}
.f2 , .f3{
font-size: small;
}
footer form{
display: flex;
}
#email{
padding: 0%;
height: 20px;
}
#email2{
padding: 0%;
height: 20px;
margin-top: 3.8em;
}
} | CSS/media.css | @media only screen and (max-width: 480px) {
.navbar {
display: flex;
}
.navbar .icon {
display: none;
}
.logo {
font-weight: 600;
font-size: 2em;
margin-right: 30px;
padding: 2px;
}
.hw {
overflow: hidden;
}
.navbar ul li {
display: flex;
padding: 0.5em;
}
.navbar ul li a{
font-weight: 400;
}
.btn-login {
float: right;
}
.bg-img {
height: 50vh;
}
header{
background-image: none;
}
.block1{
height: 70vh;
}
#block1a{
top: 65%;
font-size: large;
left: 20%;
}
#block1b{
top: 80%;
left: 15%;
font-size: small;
}
.block2{
height: 0;
}
.block3{
height: 40vh;
}
.block3a{
padding-top: 20px;
}
#block3a1{
font-size: medium;
}
#block3a2{
font-size: 8px;
}
.block3b{
width: 70%;
left: 20%;
}
.block3b p{
font-size: x-small;
}
.block3b ul li{
display: flex;
font-size: x-small;
}
.block4{
height: 120vh;
justify-content: center;
}
.block4_images{
display: flex;
flex-direction: column;
top: 10%;
left: 25%;
}
.block4 img{
height: 90px;
width: 125px;
margin-top: 2em;
}
.block4a{
top: 83%;
}
.block5{
height: 30vh;
}
.block5 p{
font-size: 20px;
padding-top: 10px;
}
/* footer media query */
.footer{
height: 90vh;
flex-direction: column;
}
.f1{
font-size: medium;
}
.f2 , .f3{
font-size: small;
}
footer form{
display: flex;
}
#email{
padding: 0%;
height: 20px;
}
#email2{
padding: 0%;
height: 20px;
margin-top: 3.8em;
}
} | 0.394667 | 0.118207 |
body {
position: relative;
color: white;
background-color: #659dbd;
font-family: sans-serif;
border-radius: 20px;
margin: 0;
padding: 0;
-webkit-app-region: drag;
}
button {
background-color: #8d8741;
color: white;
padding: 10px 20px;
border-radius: 5px;
border: none;
appearance: none;
font-size: 1rem;
box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12),
0px 18px 88px -4px rgba(24, 39, 75, 0.14);
transition: transform ease-in 0.1s;
cursor: pointer;
margin-left: 10px;
margin-top: 5px;
outline-width: 0;
-webkit-app-region: no-drag;
}
button:hover {
transform: scale(1.05);
background-color: white;
color: #659dbd;
}
li {
list-style: none;
}
a {
text-decoration: none;
height: fit-content;
width: fit-content;
margin: 10px;
}
table {
margin: auto;
margin-top: 50px;
border: 1px solid #fbeec1;
box-shadow: 1px 2px white;
margin-bottom: 20px;
}
td,
th {
text-align: left;
border: 0.1px solid #fbeec1;
padding: 5px;
}
img {
border-radius: 50%;
}
form {
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
input {
margin: auto;
margin-top: 10px;
padding: 5px;
border-radius: 5px;
outline-width: 0;
-webkit-app-region: no-drag;
}
input[type="submit"] {
background-color: #8d8741;
color: white;
padding: 5px 10px;
border-radius: 5px;
border: none;
appearance: none;
font-size: 0.9rem;
box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12),
0px 18px 88px -4px rgba(24, 39, 75, 0.14);
transition: transform ease-in 0.1s;
cursor: pointer;
outline-width: 0;
-webkit-app-region: no-drag;
}
input[type="submit"]:hover {
transform: scale(1.2);
background-color: white;
color: #659dbd;
-webkit-app-region: no-drag;
}
input:focus {
outline-width: 1 solid #8d8741;
border: 3px solid #8d8741;
-webkit-app-region: no-drag;
}
.header-container {
width: 100%;
height: 50px;
white-space: nowrap;
padding: 0;
}
.header-container * {
display: inline-block;
}
.header-text {
text-transform: uppercase;
position: absolute;
top: 0;
margin-left: 10px;
}
.img-logo-column {
background-color: #659dbd;
margin: 7px;
}
.nav-button-row {
float: right;
}
.nav-button {
background-color: transparent;
padding: 2px;
margin-left: 10px;
font-size: 12px;
}
.nav-button:last-of-type {
margin-right: 10px;
}
::placeholder {
font-style: italic;
color: #daaa86;
opacity: 0.8; /* Firefox */
}
a:hover {
opacity: 1;
text-decoration: none;
}
.main-window {
-webkit-app-region: drag;
padding: 0;
margin: 0;
border-radius: 20px;
}
.main-window-radius {
border-radius: 5px;
}
.main-window-rounder {
border-radius: 5px;
} | src/app/App.global.css | body {
position: relative;
color: white;
background-color: #659dbd;
font-family: sans-serif;
border-radius: 20px;
margin: 0;
padding: 0;
-webkit-app-region: drag;
}
button {
background-color: #8d8741;
color: white;
padding: 10px 20px;
border-radius: 5px;
border: none;
appearance: none;
font-size: 1rem;
box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12),
0px 18px 88px -4px rgba(24, 39, 75, 0.14);
transition: transform ease-in 0.1s;
cursor: pointer;
margin-left: 10px;
margin-top: 5px;
outline-width: 0;
-webkit-app-region: no-drag;
}
button:hover {
transform: scale(1.05);
background-color: white;
color: #659dbd;
}
li {
list-style: none;
}
a {
text-decoration: none;
height: fit-content;
width: fit-content;
margin: 10px;
}
table {
margin: auto;
margin-top: 50px;
border: 1px solid #fbeec1;
box-shadow: 1px 2px white;
margin-bottom: 20px;
}
td,
th {
text-align: left;
border: 0.1px solid #fbeec1;
padding: 5px;
}
img {
border-radius: 50%;
}
form {
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
input {
margin: auto;
margin-top: 10px;
padding: 5px;
border-radius: 5px;
outline-width: 0;
-webkit-app-region: no-drag;
}
input[type="submit"] {
background-color: #8d8741;
color: white;
padding: 5px 10px;
border-radius: 5px;
border: none;
appearance: none;
font-size: 0.9rem;
box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12),
0px 18px 88px -4px rgba(24, 39, 75, 0.14);
transition: transform ease-in 0.1s;
cursor: pointer;
outline-width: 0;
-webkit-app-region: no-drag;
}
input[type="submit"]:hover {
transform: scale(1.2);
background-color: white;
color: #659dbd;
-webkit-app-region: no-drag;
}
input:focus {
outline-width: 1 solid #8d8741;
border: 3px solid #8d8741;
-webkit-app-region: no-drag;
}
.header-container {
width: 100%;
height: 50px;
white-space: nowrap;
padding: 0;
}
.header-container * {
display: inline-block;
}
.header-text {
text-transform: uppercase;
position: absolute;
top: 0;
margin-left: 10px;
}
.img-logo-column {
background-color: #659dbd;
margin: 7px;
}
.nav-button-row {
float: right;
}
.nav-button {
background-color: transparent;
padding: 2px;
margin-left: 10px;
font-size: 12px;
}
.nav-button:last-of-type {
margin-right: 10px;
}
::placeholder {
font-style: italic;
color: #daaa86;
opacity: 0.8; /* Firefox */
}
a:hover {
opacity: 1;
text-decoration: none;
}
.main-window {
-webkit-app-region: drag;
padding: 0;
margin: 0;
border-radius: 20px;
}
.main-window-radius {
border-radius: 5px;
}
.main-window-rounder {
border-radius: 5px;
} | 0.450843 | 0.06989 |
i.icon {
font-size: 2em;
padding-left: 10%;
}
#spacer1 {
padding: 25 25 25 25;
}
#spacer2 {
padding: 10 0 10 0;
}
#rodeo {
font-size: normal;
padding-right: 4vh;
}
.container.main {
margin-top: 7.0em;
}
#blackJack {
background-color: #FFFFFF;
width: 90%;
height: 83%;
padding-top: 5;
padding-bottom: 5;
}
#annieUp {
height: 30vh;
width: 30vh;
background-color: #FFFFFF;
margin-top: 0;
margin-bottom: 0;
padding: 0 0 0 0;
}
#maryJane {
background-color: #FFFFFF;
border: none;
background: #FFF;
}
#bitSalad{
margin-top: 2.5vh;
height: 70vh;
width: 100%;
border: none;
}
/* Disable flex in IE */
@media all and (-ms-high-contrast:none) {
.ui.cards > .card,
.ui.card {
display: block;
}
}
#titleContainer {
margin: 5vh 0 5 0;
}
#subSpace {
padding: 10 0 0 0;
margin: 10 0 0 0;
}
#miniFoot {
background-color: #1D1C1E;
}
#holy {
height: 75vh;
}
#sara {
float: left;
}
#striped {
border:none;
height: 78vh;
background-color: #F6F3F2;
}
#gramSize {
width: 1261px;
}
#footerH5 {
font-family: 'Montserrat', sans-serif;
color: rgb(255,255,255);
}
#title {
font-family: 'Montserrat Alternates', sans-serif;
font-size: 10vh;
font-weight: normal;
letter-spacing: 1.75vh;
color: black;
}
#title2 {
font-family: 'Montserrat Alternates', sans-serif;
font-size: 10vh;
font-weight: normal;
letter-spacing: 1.75vh;
color: white;
}
#footer {
background-color: #000000;
font-family: 'Montserrat Alternates', sans-serif;
font-weight: lighter;
}
a {
font-family: 'Montserrat', sans-serif;
}
#paddingCard {
font-family: 'Montserrat', sans-serif;
padding: 5 5 5 5;
}
#contentButton {
font-family: 'Montserrat', sans-serif;
margin: auto;
width: 50%;
padding: 10px;
}
#spectralFont {
font-family: 'Montserrat', sans-serif;
}
#container {
margin: 5 0 5 0;
}
#delete {
display: inline;
}
#logo {
border: none;
}
#heart {
padding: 2px;
}
html {
min-height: 100%;
}
body {
min-height: 100% !important;
display: flex;
flex-direction: column;
background-color: #ffffff;
padding: 0;
margin: 0;
}
section {
flex: 1 0 auto !important;
}
#bannerDisplay {
width: 80%
}
#siteTitle {
padding-left: 15;
}
#logoIMG {
padding-top: 5vh;
}
#headerLogo {
width: 100%;
font-size: 1em;
background-color: #ffffff;
margin: 3vh 0 0 0;
}
#titleDivider {
margin: 0 0 1vh 0;
}
#img {
padding-top: 0;
width: 100%;
height: 100vh;
display: block;
text-align: center;
}
#box {
z-index: 1;
position: absolute;
text-align: center;
padding-top: 40vh;
display: block;
animation: none;
opacity: 1;
}
#iconColor {
color:white;
}
#footColor {
color: white;
padding-top: 1vh;
font-family: 'Montserrat Alternates', sans-serif;
}
#banner {
font-size: 10vh;
color: white;
font-family: 'GFS Didot', serif;
font-weight: lighter;
}
#spacer {
padding: 20 20 20 20;
}
#cardPad {
margin: 10 10 10 10;
width: 898px;
}
.slideshow {
position: relative;
width: 100%;
height: 100%;
/* top: 0;
left: 0;*/
z-index: 0;
list-style: none;
margin: 0;
padding: 0;
}
.slideshow li {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
opacity: 0;
z-index: 0;
animation: imageAnimation 40s linear infinite;
}
.slideshow li:nth-child(1) {
background-image: url(https://i.imgur.com/cdAc9yQ.jpg);
}
.slideshow li:nth-child(2) {
background-image: url(https://i.imgur.com/4qSkH5y.jpg);
animation-delay: 8s;
}
.slideshow li:nth-child(3) {
background-image: url(https://i.imgur.com/4VfwGxF.jpg);
animation-delay: 16s;
}
.slideshow li:nth-child(4) {
background-image: url(https://i.imgur.com/WEtPujK.jpg);
background-position: 25% 25%;
animation-delay: 24s;
}
.slideshow li:nth-child(5) {
background-image: url(https://i.imgur.com/OnTLYE8.jpg);
animation-delay: 32s;
}
@keyframes imageAnimation {
0% {
opacity: 0;
animation-timing-function: ease-in;
}
10% {
opacity: 1;
animation-timing-function: ease-out;
}
20% {
opacity: 1
}
30% {
opacity: 0
}
}
@media (min-width: 501px) {
#textContainer {
margin-top: 0vh;
display: block;
margin-bottom: 0vh;
height: 0;
width: 0;
opacity: 0;
}
}
@media (max-width: 500px) {
#img {
width: 100%;
height: 50vh;
display: block;
text-align: center;
}
#spacer1 {
padding: 0 0 0 0;
}
#hide {
height: 0;
width: 0;
opacity: 0;
display: flex;
}
#bitSalad{
margin-top: 0;
height: 0;
width: 0;
border: none;
}
#striped {
height: 0;
width: 0;
visibility: hidden;
display: none;
}
#hideIt {
height: 0;
width: 0;
visibility: hidden;
display: none;
}
#banner {
font-size: 5vh;
color: white;
font-family: 'Montserrat', sans-serif;
font-weight: lighter;
opacity: 1;
}
#titleDivider {
margin: 2vh 0 1vh 0;
}
#banner2 {
font-size: 3vh;
text-shadow: 2px 2px 8px black;
color: white;
font-family: 'Montserrat', sans-serif;
font-weight: lighter;
opacity: 1;
}
#box {
z-index: 1;
position: absolute;
text-align: center;
padding-top: 20vh;
display: block;
animation: none;
opacity: 1;
}
#mobileNav {
font-size: 1;
z-index: 1;
margin: 0;
color: white;
height: 0;
width: 0;
opacity:0;
}
#mago {
margin-top: 0;
}
#container {
padding-top: 0vh;
margin: 20 0 20 0;
font-size: 1em;
}
#headerLogo {
font-size: 4vh;
}
} | public/stylesheets/app.css | i.icon {
font-size: 2em;
padding-left: 10%;
}
#spacer1 {
padding: 25 25 25 25;
}
#spacer2 {
padding: 10 0 10 0;
}
#rodeo {
font-size: normal;
padding-right: 4vh;
}
.container.main {
margin-top: 7.0em;
}
#blackJack {
background-color: #FFFFFF;
width: 90%;
height: 83%;
padding-top: 5;
padding-bottom: 5;
}
#annieUp {
height: 30vh;
width: 30vh;
background-color: #FFFFFF;
margin-top: 0;
margin-bottom: 0;
padding: 0 0 0 0;
}
#maryJane {
background-color: #FFFFFF;
border: none;
background: #FFF;
}
#bitSalad{
margin-top: 2.5vh;
height: 70vh;
width: 100%;
border: none;
}
/* Disable flex in IE */
@media all and (-ms-high-contrast:none) {
.ui.cards > .card,
.ui.card {
display: block;
}
}
#titleContainer {
margin: 5vh 0 5 0;
}
#subSpace {
padding: 10 0 0 0;
margin: 10 0 0 0;
}
#miniFoot {
background-color: #1D1C1E;
}
#holy {
height: 75vh;
}
#sara {
float: left;
}
#striped {
border:none;
height: 78vh;
background-color: #F6F3F2;
}
#gramSize {
width: 1261px;
}
#footerH5 {
font-family: 'Montserrat', sans-serif;
color: rgb(255,255,255);
}
#title {
font-family: 'Montserrat Alternates', sans-serif;
font-size: 10vh;
font-weight: normal;
letter-spacing: 1.75vh;
color: black;
}
#title2 {
font-family: 'Montserrat Alternates', sans-serif;
font-size: 10vh;
font-weight: normal;
letter-spacing: 1.75vh;
color: white;
}
#footer {
background-color: #000000;
font-family: 'Montserrat Alternates', sans-serif;
font-weight: lighter;
}
a {
font-family: 'Montserrat', sans-serif;
}
#paddingCard {
font-family: 'Montserrat', sans-serif;
padding: 5 5 5 5;
}
#contentButton {
font-family: 'Montserrat', sans-serif;
margin: auto;
width: 50%;
padding: 10px;
}
#spectralFont {
font-family: 'Montserrat', sans-serif;
}
#container {
margin: 5 0 5 0;
}
#delete {
display: inline;
}
#logo {
border: none;
}
#heart {
padding: 2px;
}
html {
min-height: 100%;
}
body {
min-height: 100% !important;
display: flex;
flex-direction: column;
background-color: #ffffff;
padding: 0;
margin: 0;
}
section {
flex: 1 0 auto !important;
}
#bannerDisplay {
width: 80%
}
#siteTitle {
padding-left: 15;
}
#logoIMG {
padding-top: 5vh;
}
#headerLogo {
width: 100%;
font-size: 1em;
background-color: #ffffff;
margin: 3vh 0 0 0;
}
#titleDivider {
margin: 0 0 1vh 0;
}
#img {
padding-top: 0;
width: 100%;
height: 100vh;
display: block;
text-align: center;
}
#box {
z-index: 1;
position: absolute;
text-align: center;
padding-top: 40vh;
display: block;
animation: none;
opacity: 1;
}
#iconColor {
color:white;
}
#footColor {
color: white;
padding-top: 1vh;
font-family: 'Montserrat Alternates', sans-serif;
}
#banner {
font-size: 10vh;
color: white;
font-family: 'GFS Didot', serif;
font-weight: lighter;
}
#spacer {
padding: 20 20 20 20;
}
#cardPad {
margin: 10 10 10 10;
width: 898px;
}
.slideshow {
position: relative;
width: 100%;
height: 100%;
/* top: 0;
left: 0;*/
z-index: 0;
list-style: none;
margin: 0;
padding: 0;
}
.slideshow li {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
opacity: 0;
z-index: 0;
animation: imageAnimation 40s linear infinite;
}
.slideshow li:nth-child(1) {
background-image: url(https://i.imgur.com/cdAc9yQ.jpg);
}
.slideshow li:nth-child(2) {
background-image: url(https://i.imgur.com/4qSkH5y.jpg);
animation-delay: 8s;
}
.slideshow li:nth-child(3) {
background-image: url(https://i.imgur.com/4VfwGxF.jpg);
animation-delay: 16s;
}
.slideshow li:nth-child(4) {
background-image: url(https://i.imgur.com/WEtPujK.jpg);
background-position: 25% 25%;
animation-delay: 24s;
}
.slideshow li:nth-child(5) {
background-image: url(https://i.imgur.com/OnTLYE8.jpg);
animation-delay: 32s;
}
@keyframes imageAnimation {
0% {
opacity: 0;
animation-timing-function: ease-in;
}
10% {
opacity: 1;
animation-timing-function: ease-out;
}
20% {
opacity: 1
}
30% {
opacity: 0
}
}
@media (min-width: 501px) {
#textContainer {
margin-top: 0vh;
display: block;
margin-bottom: 0vh;
height: 0;
width: 0;
opacity: 0;
}
}
@media (max-width: 500px) {
#img {
width: 100%;
height: 50vh;
display: block;
text-align: center;
}
#spacer1 {
padding: 0 0 0 0;
}
#hide {
height: 0;
width: 0;
opacity: 0;
display: flex;
}
#bitSalad{
margin-top: 0;
height: 0;
width: 0;
border: none;
}
#striped {
height: 0;
width: 0;
visibility: hidden;
display: none;
}
#hideIt {
height: 0;
width: 0;
visibility: hidden;
display: none;
}
#banner {
font-size: 5vh;
color: white;
font-family: 'Montserrat', sans-serif;
font-weight: lighter;
opacity: 1;
}
#titleDivider {
margin: 2vh 0 1vh 0;
}
#banner2 {
font-size: 3vh;
text-shadow: 2px 2px 8px black;
color: white;
font-family: 'Montserrat', sans-serif;
font-weight: lighter;
opacity: 1;
}
#box {
z-index: 1;
position: absolute;
text-align: center;
padding-top: 20vh;
display: block;
animation: none;
opacity: 1;
}
#mobileNav {
font-size: 1;
z-index: 1;
margin: 0;
color: white;
height: 0;
width: 0;
opacity:0;
}
#mago {
margin-top: 0;
}
#container {
padding-top: 0vh;
margin: 20 0 20 0;
font-size: 1em;
}
#headerLogo {
font-size: 4vh;
}
} | 0.318909 | 0.089933 |
.container,.container-fluid {
margin-right:auto;
margin-left:0;
}
.container-fluid {
padding-right:2rem;
padding-left:2rem
}
.row {
box-sizing:border-box;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:0;
-ms-flex:0 1 auto;
flex:0 1 auto;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-right:-.5rem;
margin-left:-.5rem
}
.row.reverse {
-webkit-box-orient:horizontal;
-webkit-box-direction:reverse;
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}
.col.reverse {
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9 {
box-sizing:border-box;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
padding-right:.5rem;
padding-left:.5rem
}
.col-xs {
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-preferred-size:0;
flex-basis:0;
max-width:100%
}
.col-xs-1 {
-ms-flex-preferred-size:8.33333333%;
flex-basis:8.33333333%;
max-width:8.33333333%
}
.col-xs-2 {
-ms-flex-preferred-size:16.66666667%;
flex-basis:16.66666667%;
max-width:16.66666667%
}
.col-xs-3 {
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%
}
.col-xs-4 {
-ms-flex-preferred-size:33.33333333%;
flex-basis:33.33333333%;
max-width:33.33333333%
}
.col-xs-5 {
-ms-flex-preferred-size:41.66666667%;
flex-basis:41.66666667%;
max-width:41.66666667%
}
.col-xs-6 {
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
.col-xs-7 {
-ms-flex-preferred-size:58.33333333%;
flex-basis:58.33333333%;
max-width:58.33333333%
}
.col-xs-8 {
-ms-flex-preferred-size:66.66666667%;
flex-basis:66.66666667%;
max-width:66.66666667%
}
.col-xs-9 {
-ms-flex-preferred-size:75%;
flex-basis:75%;
max-width:75%
}
.col-xs-10 {
-ms-flex-preferred-size:83.33333333%;
flex-basis:83.33333333%;
max-width:83.33333333%
}
.col-xs-11 {
-ms-flex-preferred-size:91.66666667%;
flex-basis:91.66666667%;
max-width:91.66666667%
}
.col-xs-12 {
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
.col-xs-offset-0 {
margin-left:0
}
.col-xs-offset-1 {
margin-left:8.33333333%
}
.col-xs-offset-2 {
margin-left:16.66666667%
}
.col-xs-offset-3 {
margin-left:25%
}
.col-xs-offset-4 {
margin-left:33.33333333%
}
.col-xs-offset-5 {
margin-left:41.66666667%
}
.col-xs-offset-6 {
margin-left:50%
}
.col-xs-offset-7 {
margin-left:58.33333333%
}
.col-xs-offset-8 {
margin-left:66.66666667%
}
.col-xs-offset-9 {
margin-left:75%
}
.col-xs-offset-10 {
margin-left:83.33333333%
}
.col-xs-offset-11 {
margin-left:91.66666667%
}
.start-xs {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}
.center-xs {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}
.end-xs {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}
.top-xs {
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start
}
.middle-xs {
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.bottom-xs {
-webkit-box-align:end;
-ms-flex-align:end;
align-items:flex-end
}
.around-xs {
-ms-flex-pack:distribute;
justify-content:space-around
}
.between-xs {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.first-xs {
-webkit-box-ordinal-group:0;
-ms-flex-order:-1;
order:-1
}
.last-xs {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
@media only screen and (min-width:48em) {
.container {
width:49rem
}
.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9 {
box-sizing:border-box;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
padding-right:.5rem;
padding-left:.5rem
}
.col-sm {
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-preferred-size:0;
flex-basis:0;
max-width:100%
}
.col-sm-1 {
-ms-flex-preferred-size:8.33333333%;
flex-basis:8.33333333%;
max-width:8.33333333%
}
.col-sm-2 {
-ms-flex-preferred-size:16.66666667%;
flex-basis:16.66666667%;
max-width:16.66666667%
}
.col-sm-3 {
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%
}
.col-sm-4 {
-ms-flex-preferred-size:33.33333333%;
flex-basis:33.33333333%;
max-width:33.33333333%
}
.col-sm-5 {
-ms-flex-preferred-size:41.66666667%;
flex-basis:41.66666667%;
max-width:41.66666667%
}
.col-sm-6 {
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
.col-sm-7 {
-ms-flex-preferred-size:58.33333333%;
flex-basis:58.33333333%;
max-width:58.33333333%
}
.col-sm-8 {
-ms-flex-preferred-size:66.66666667%;
flex-basis:66.66666667%;
max-width:66.66666667%
}
.col-sm-9 {
-ms-flex-preferred-size:75%;
flex-basis:75%;
max-width:75%
}
.col-sm-10 {
-ms-flex-preferred-size:83.33333333%;
flex-basis:83.33333333%;
max-width:83.33333333%
}
.col-sm-11 {
-ms-flex-preferred-size:91.66666667%;
flex-basis:91.66666667%;
max-width:91.66666667%
}
.col-sm-12 {
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
.col-sm-offset-0 {
margin-left:0
}
.col-sm-offset-1 {
margin-left:8.33333333%
}
.col-sm-offset-2 {
margin-left:16.66666667%
}
.col-sm-offset-3 {
margin-left:25%
}
.col-sm-offset-4 {
margin-left:33.33333333%
}
.col-sm-offset-5 {
margin-left:41.66666667%
}
.col-sm-offset-6 {
margin-left:50%
}
.col-sm-offset-7 {
margin-left:58.33333333%
}
.col-sm-offset-8 {
margin-left:66.66666667%
}
.col-sm-offset-9 {
margin-left:75%
}
.col-sm-offset-10 {
margin-left:83.33333333%
}
.col-sm-offset-11 {
margin-left:91.66666667%
}
.start-sm {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}
.center-sm {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}
.end-sm {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}
.top-sm {
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start
}
.middle-sm {
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.bottom-sm {
-webkit-box-align:end;
-ms-flex-align:end;
align-items:flex-end
}
.around-sm {
-ms-flex-pack:distribute;
justify-content:space-around
}
.between-sm {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.first-sm {
-webkit-box-ordinal-group:0;
-ms-flex-order:-1;
order:-1
}
.last-sm {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
}
@media only screen and (min-width:64em) {
.container {
width:65rem
}
.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9 {
box-sizing:border-box;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
padding-right:.5rem;
padding-left:.5rem
}
.col-md {
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-preferred-size:0;
flex-basis:0;
max-width:100%
}
.col-md-1 {
-ms-flex-preferred-size:8.33333333%;
flex-basis:8.33333333%;
max-width:8.33333333%
}
.col-md-2 {
-ms-flex-preferred-size:16.66666667%;
flex-basis:16.66666667%;
max-width:16.66666667%
}
.col-md-3 {
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%
}
.col-md-4 {
-ms-flex-preferred-size:33.33333333%;
flex-basis:33.33333333%;
max-width:33.33333333%
}
.col-md-5 {
-ms-flex-preferred-size:41.66666667%;
flex-basis:41.66666667%;
max-width:41.66666667%
}
.col-md-6 {
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
.col-md-7 {
-ms-flex-preferred-size:58.33333333%;
flex-basis:58.33333333%;
max-width:58.33333333%
}
.col-md-8 {
-ms-flex-preferred-size:66.66666667%;
flex-basis:66.66666667%;
max-width:66.66666667%
}
.col-md-9 {
-ms-flex-preferred-size:75%;
flex-basis:75%;
max-width:75%
}
.col-md-10 {
-ms-flex-preferred-size:83.33333333%;
flex-basis:83.33333333%;
max-width:83.33333333%
}
.col-md-11 {
-ms-flex-preferred-size:91.66666667%;
flex-basis:91.66666667%;
max-width:91.66666667%
}
.col-md-12 {
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
.col-md-offset-0 {
margin-left:0
}
.col-md-offset-1 {
margin-left:8.33333333%
}
.col-md-offset-2 {
margin-left:16.66666667%
}
.col-md-offset-3 {
margin-left:25%
}
.col-md-offset-4 {
margin-left:33.33333333%
}
.col-md-offset-5 {
margin-left:41.66666667%
}
.col-md-offset-6 {
margin-left:50%
}
.col-md-offset-7 {
margin-left:58.33333333%
}
.col-md-offset-8 {
margin-left:66.66666667%
}
.col-md-offset-9 {
margin-left:75%
}
.col-md-offset-10 {
margin-left:83.33333333%
}
.col-md-offset-11 {
margin-left:91.66666667%
}
.start-md {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}
.center-md {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}
.end-md {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}
.top-md {
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start
}
.middle-md {
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.bottom-md {
-webkit-box-align:end;
-ms-flex-align:end;
align-items:flex-end
}
.around-md {
-ms-flex-pack:distribute;
justify-content:space-around
}
.between-md {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.first-md {
-webkit-box-ordinal-group:0;
-ms-flex-order:-1;
order:-1
}
.last-md {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
}
@media only screen and (min-width:75em) {
.container {
width:76rem
}
.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9 {
box-sizing:border-box;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
padding-right:.5rem;
padding-left:.5rem
}
.col-lg {
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-preferred-size:0;
flex-basis:0;
max-width:100%
}
.col-lg-1 {
-ms-flex-preferred-size:8.33333333%;
flex-basis:8.33333333%;
max-width:8.33333333%
}
.col-lg-2 {
-ms-flex-preferred-size:16.66666667%;
flex-basis:16.66666667%;
max-width:16.66666667%
}
.col-lg-3 {
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%
}
.col-lg-4 {
-ms-flex-preferred-size:33.33333333%;
flex-basis:33.33333333%;
max-width:33.33333333%
}
.col-lg-5 {
-ms-flex-preferred-size:41.66666667%;
flex-basis:41.66666667%;
max-width:41.66666667%
}
.col-lg-6 {
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
.col-lg-7 {
-ms-flex-preferred-size:58.33333333%;
flex-basis:58.33333333%;
max-width:58.33333333%
}
.col-lg-8 {
-ms-flex-preferred-size:66.66666667%;
flex-basis:66.66666667%;
max-width:66.66666667%
}
.col-lg-9 {
-ms-flex-preferred-size:75%;
flex-basis:75%;
max-width:75%
}
.col-lg-10 {
-ms-flex-preferred-size:83.33333333%;
flex-basis:83.33333333%;
max-width:83.33333333%
}
.col-lg-11 {
-ms-flex-preferred-size:91.66666667%;
flex-basis:91.66666667%;
max-width:91.66666667%
}
.col-lg-12 {
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
.col-lg-offset-0 {
margin-left:0
}
.col-lg-offset-1 {
margin-left:8.33333333%
}
.col-lg-offset-2 {
margin-left:16.66666667%
}
.col-lg-offset-3 {
margin-left:25%
}
.col-lg-offset-4 {
margin-left:33.33333333%
}
.col-lg-offset-5 {
margin-left:41.66666667%
}
.col-lg-offset-6 {
margin-left:50%
}
.col-lg-offset-7 {
margin-left:58.33333333%
}
.col-lg-offset-8 {
margin-left:66.66666667%
}
.col-lg-offset-9 {
margin-left:75%
}
.col-lg-offset-10 {
margin-left:83.33333333%
}
.col-lg-offset-11 {
margin-left:91.66666667%
}
.start-lg {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}
.center-lg {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}
.end-lg {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}
.top-lg {
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start
}
.middle-lg {
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.bottom-lg {
-webkit-box-align:end;
-ms-flex-align:end;
align-items:flex-end
}
.around-lg {
-ms-flex-pack:distribute;
justify-content:space-around
}
.between-lg {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.first-lg {
-webkit-box-ordinal-group:0;
-ms-flex-order:-1;
order:-1
}
.last-lg {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
} | public/css/estilos2_vista3.css | .container,.container-fluid {
margin-right:auto;
margin-left:0;
}
.container-fluid {
padding-right:2rem;
padding-left:2rem
}
.row {
box-sizing:border-box;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:0;
-ms-flex:0 1 auto;
flex:0 1 auto;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-right:-.5rem;
margin-left:-.5rem
}
.row.reverse {
-webkit-box-orient:horizontal;
-webkit-box-direction:reverse;
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}
.col.reverse {
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9 {
box-sizing:border-box;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
padding-right:.5rem;
padding-left:.5rem
}
.col-xs {
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-preferred-size:0;
flex-basis:0;
max-width:100%
}
.col-xs-1 {
-ms-flex-preferred-size:8.33333333%;
flex-basis:8.33333333%;
max-width:8.33333333%
}
.col-xs-2 {
-ms-flex-preferred-size:16.66666667%;
flex-basis:16.66666667%;
max-width:16.66666667%
}
.col-xs-3 {
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%
}
.col-xs-4 {
-ms-flex-preferred-size:33.33333333%;
flex-basis:33.33333333%;
max-width:33.33333333%
}
.col-xs-5 {
-ms-flex-preferred-size:41.66666667%;
flex-basis:41.66666667%;
max-width:41.66666667%
}
.col-xs-6 {
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
.col-xs-7 {
-ms-flex-preferred-size:58.33333333%;
flex-basis:58.33333333%;
max-width:58.33333333%
}
.col-xs-8 {
-ms-flex-preferred-size:66.66666667%;
flex-basis:66.66666667%;
max-width:66.66666667%
}
.col-xs-9 {
-ms-flex-preferred-size:75%;
flex-basis:75%;
max-width:75%
}
.col-xs-10 {
-ms-flex-preferred-size:83.33333333%;
flex-basis:83.33333333%;
max-width:83.33333333%
}
.col-xs-11 {
-ms-flex-preferred-size:91.66666667%;
flex-basis:91.66666667%;
max-width:91.66666667%
}
.col-xs-12 {
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
.col-xs-offset-0 {
margin-left:0
}
.col-xs-offset-1 {
margin-left:8.33333333%
}
.col-xs-offset-2 {
margin-left:16.66666667%
}
.col-xs-offset-3 {
margin-left:25%
}
.col-xs-offset-4 {
margin-left:33.33333333%
}
.col-xs-offset-5 {
margin-left:41.66666667%
}
.col-xs-offset-6 {
margin-left:50%
}
.col-xs-offset-7 {
margin-left:58.33333333%
}
.col-xs-offset-8 {
margin-left:66.66666667%
}
.col-xs-offset-9 {
margin-left:75%
}
.col-xs-offset-10 {
margin-left:83.33333333%
}
.col-xs-offset-11 {
margin-left:91.66666667%
}
.start-xs {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}
.center-xs {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}
.end-xs {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}
.top-xs {
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start
}
.middle-xs {
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.bottom-xs {
-webkit-box-align:end;
-ms-flex-align:end;
align-items:flex-end
}
.around-xs {
-ms-flex-pack:distribute;
justify-content:space-around
}
.between-xs {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.first-xs {
-webkit-box-ordinal-group:0;
-ms-flex-order:-1;
order:-1
}
.last-xs {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
@media only screen and (min-width:48em) {
.container {
width:49rem
}
.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9 {
box-sizing:border-box;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
padding-right:.5rem;
padding-left:.5rem
}
.col-sm {
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-preferred-size:0;
flex-basis:0;
max-width:100%
}
.col-sm-1 {
-ms-flex-preferred-size:8.33333333%;
flex-basis:8.33333333%;
max-width:8.33333333%
}
.col-sm-2 {
-ms-flex-preferred-size:16.66666667%;
flex-basis:16.66666667%;
max-width:16.66666667%
}
.col-sm-3 {
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%
}
.col-sm-4 {
-ms-flex-preferred-size:33.33333333%;
flex-basis:33.33333333%;
max-width:33.33333333%
}
.col-sm-5 {
-ms-flex-preferred-size:41.66666667%;
flex-basis:41.66666667%;
max-width:41.66666667%
}
.col-sm-6 {
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
.col-sm-7 {
-ms-flex-preferred-size:58.33333333%;
flex-basis:58.33333333%;
max-width:58.33333333%
}
.col-sm-8 {
-ms-flex-preferred-size:66.66666667%;
flex-basis:66.66666667%;
max-width:66.66666667%
}
.col-sm-9 {
-ms-flex-preferred-size:75%;
flex-basis:75%;
max-width:75%
}
.col-sm-10 {
-ms-flex-preferred-size:83.33333333%;
flex-basis:83.33333333%;
max-width:83.33333333%
}
.col-sm-11 {
-ms-flex-preferred-size:91.66666667%;
flex-basis:91.66666667%;
max-width:91.66666667%
}
.col-sm-12 {
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
.col-sm-offset-0 {
margin-left:0
}
.col-sm-offset-1 {
margin-left:8.33333333%
}
.col-sm-offset-2 {
margin-left:16.66666667%
}
.col-sm-offset-3 {
margin-left:25%
}
.col-sm-offset-4 {
margin-left:33.33333333%
}
.col-sm-offset-5 {
margin-left:41.66666667%
}
.col-sm-offset-6 {
margin-left:50%
}
.col-sm-offset-7 {
margin-left:58.33333333%
}
.col-sm-offset-8 {
margin-left:66.66666667%
}
.col-sm-offset-9 {
margin-left:75%
}
.col-sm-offset-10 {
margin-left:83.33333333%
}
.col-sm-offset-11 {
margin-left:91.66666667%
}
.start-sm {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}
.center-sm {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}
.end-sm {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}
.top-sm {
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start
}
.middle-sm {
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.bottom-sm {
-webkit-box-align:end;
-ms-flex-align:end;
align-items:flex-end
}
.around-sm {
-ms-flex-pack:distribute;
justify-content:space-around
}
.between-sm {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.first-sm {
-webkit-box-ordinal-group:0;
-ms-flex-order:-1;
order:-1
}
.last-sm {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
}
@media only screen and (min-width:64em) {
.container {
width:65rem
}
.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9 {
box-sizing:border-box;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
padding-right:.5rem;
padding-left:.5rem
}
.col-md {
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-preferred-size:0;
flex-basis:0;
max-width:100%
}
.col-md-1 {
-ms-flex-preferred-size:8.33333333%;
flex-basis:8.33333333%;
max-width:8.33333333%
}
.col-md-2 {
-ms-flex-preferred-size:16.66666667%;
flex-basis:16.66666667%;
max-width:16.66666667%
}
.col-md-3 {
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%
}
.col-md-4 {
-ms-flex-preferred-size:33.33333333%;
flex-basis:33.33333333%;
max-width:33.33333333%
}
.col-md-5 {
-ms-flex-preferred-size:41.66666667%;
flex-basis:41.66666667%;
max-width:41.66666667%
}
.col-md-6 {
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
.col-md-7 {
-ms-flex-preferred-size:58.33333333%;
flex-basis:58.33333333%;
max-width:58.33333333%
}
.col-md-8 {
-ms-flex-preferred-size:66.66666667%;
flex-basis:66.66666667%;
max-width:66.66666667%
}
.col-md-9 {
-ms-flex-preferred-size:75%;
flex-basis:75%;
max-width:75%
}
.col-md-10 {
-ms-flex-preferred-size:83.33333333%;
flex-basis:83.33333333%;
max-width:83.33333333%
}
.col-md-11 {
-ms-flex-preferred-size:91.66666667%;
flex-basis:91.66666667%;
max-width:91.66666667%
}
.col-md-12 {
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
.col-md-offset-0 {
margin-left:0
}
.col-md-offset-1 {
margin-left:8.33333333%
}
.col-md-offset-2 {
margin-left:16.66666667%
}
.col-md-offset-3 {
margin-left:25%
}
.col-md-offset-4 {
margin-left:33.33333333%
}
.col-md-offset-5 {
margin-left:41.66666667%
}
.col-md-offset-6 {
margin-left:50%
}
.col-md-offset-7 {
margin-left:58.33333333%
}
.col-md-offset-8 {
margin-left:66.66666667%
}
.col-md-offset-9 {
margin-left:75%
}
.col-md-offset-10 {
margin-left:83.33333333%
}
.col-md-offset-11 {
margin-left:91.66666667%
}
.start-md {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}
.center-md {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}
.end-md {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}
.top-md {
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start
}
.middle-md {
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.bottom-md {
-webkit-box-align:end;
-ms-flex-align:end;
align-items:flex-end
}
.around-md {
-ms-flex-pack:distribute;
justify-content:space-around
}
.between-md {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.first-md {
-webkit-box-ordinal-group:0;
-ms-flex-order:-1;
order:-1
}
.last-md {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
}
@media only screen and (min-width:75em) {
.container {
width:76rem
}
.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9 {
box-sizing:border-box;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
padding-right:.5rem;
padding-left:.5rem
}
.col-lg {
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-preferred-size:0;
flex-basis:0;
max-width:100%
}
.col-lg-1 {
-ms-flex-preferred-size:8.33333333%;
flex-basis:8.33333333%;
max-width:8.33333333%
}
.col-lg-2 {
-ms-flex-preferred-size:16.66666667%;
flex-basis:16.66666667%;
max-width:16.66666667%
}
.col-lg-3 {
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%
}
.col-lg-4 {
-ms-flex-preferred-size:33.33333333%;
flex-basis:33.33333333%;
max-width:33.33333333%
}
.col-lg-5 {
-ms-flex-preferred-size:41.66666667%;
flex-basis:41.66666667%;
max-width:41.66666667%
}
.col-lg-6 {
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
.col-lg-7 {
-ms-flex-preferred-size:58.33333333%;
flex-basis:58.33333333%;
max-width:58.33333333%
}
.col-lg-8 {
-ms-flex-preferred-size:66.66666667%;
flex-basis:66.66666667%;
max-width:66.66666667%
}
.col-lg-9 {
-ms-flex-preferred-size:75%;
flex-basis:75%;
max-width:75%
}
.col-lg-10 {
-ms-flex-preferred-size:83.33333333%;
flex-basis:83.33333333%;
max-width:83.33333333%
}
.col-lg-11 {
-ms-flex-preferred-size:91.66666667%;
flex-basis:91.66666667%;
max-width:91.66666667%
}
.col-lg-12 {
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
.col-lg-offset-0 {
margin-left:0
}
.col-lg-offset-1 {
margin-left:8.33333333%
}
.col-lg-offset-2 {
margin-left:16.66666667%
}
.col-lg-offset-3 {
margin-left:25%
}
.col-lg-offset-4 {
margin-left:33.33333333%
}
.col-lg-offset-5 {
margin-left:41.66666667%
}
.col-lg-offset-6 {
margin-left:50%
}
.col-lg-offset-7 {
margin-left:58.33333333%
}
.col-lg-offset-8 {
margin-left:66.66666667%
}
.col-lg-offset-9 {
margin-left:75%
}
.col-lg-offset-10 {
margin-left:83.33333333%
}
.col-lg-offset-11 {
margin-left:91.66666667%
}
.start-lg {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}
.center-lg {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}
.end-lg {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}
.top-lg {
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start
}
.middle-lg {
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.bottom-lg {
-webkit-box-align:end;
-ms-flex-align:end;
align-items:flex-end
}
.around-lg {
-ms-flex-pack:distribute;
justify-content:space-around
}
.between-lg {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.first-lg {
-webkit-box-ordinal-group:0;
-ms-flex-order:-1;
order:-1
}
.last-lg {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
} | 0.399343 | 0.050191 |
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.wrapper {
max-width: 680px;
padding-left: 1rem;
padding-right: 1rem;
margin-left: auto;
margin-right: auto; }
body {
font-family: "Roboto";
line-height: 1.4; }
strong {
font-weight: bold; }
img {
max-width: 100%; }
h2 {
font-weight: bold;
font-size: 1.5rem; }
header {
text-align: center;
color: #fff;
background: #3863d9 url("../img/cover.png") center/cover no-repeat;
padding: 2rem 1rem; }
header h1 {
font-size: 2rem;
font-weight: bold; }
header > * + * {
margin-top: 0.7rem; }
header img {
width: 50px; }
@media (min-width: 720px) {
header {
padding: 5rem 1rem; } }
section {
padding: 2rem 1rem; }
.links-wrapper {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center; }
@media (min-width: 720px) {
.links-wrapper {
flex-direction: row; } }
.link {
display: inline-block;
padding: 0.5rem 1rem;
font-size: 1rem;
background-color: #fff;
color: #222;
border: 1px solid transparent;
border-radius: 100px;
transition: background 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out; }
.link:first-child {
margin-bottom: 1rem; }
@media (min-width: 720px) {
.link:first-child {
margin-right: 1rem;
margin-bottom: 0; } }
.link:hover {
color: #fff;
background-color: #101a33; }
.link:hover svg {
fill: #fff; }
.link svg {
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
margin-right: 0.5rem; }
.link--secondary {
color: #fff;
background-color: transparent;
border-color: #fff; }
.link--secondary svg {
fill: #fff; }
.link--secondary:hover {
border-color: #101a33; }
.content > * + * {
margin-top: 1rem; }
.demo {
display: flex;
flex-wrap: wrap; }
.demo li {
margin-right: 0.7rem;
margin-bottom: 0.7rem; }
.demo a {
display: inline-block;
background: #def7ff;
padding: 0.5rem 0.75rem;
font-size: 14px;
border-radius: 7px;
transition: background 0.3s ease-out, color 0.3s ease-out; }
.demo a:hover {
color: #fff;
background-color: #101a33; }
footer {
padding: 2rem 1rem;
color: #fff;
background-color: #3863d9; }
footer h2 {
margin-bottom: 1rem; }
footer img {
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 50%; }
footer a {
color: #fff;
text-decoration: underline; }
footer p + p {
margin-top: 0.5rem; }
.author {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 1.5rem; }
.author-avatar {
width: 70px;
height: 70px;
flex: 0 0 70px;
object-fit: cover;
border: 2px solid #fff; }
.author-meta {
flex: 1; }
.author-name {
font-weight: bold;
font-size: 1.25rem; } | styles/home.css | @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.wrapper {
max-width: 680px;
padding-left: 1rem;
padding-right: 1rem;
margin-left: auto;
margin-right: auto; }
body {
font-family: "Roboto";
line-height: 1.4; }
strong {
font-weight: bold; }
img {
max-width: 100%; }
h2 {
font-weight: bold;
font-size: 1.5rem; }
header {
text-align: center;
color: #fff;
background: #3863d9 url("../img/cover.png") center/cover no-repeat;
padding: 2rem 1rem; }
header h1 {
font-size: 2rem;
font-weight: bold; }
header > * + * {
margin-top: 0.7rem; }
header img {
width: 50px; }
@media (min-width: 720px) {
header {
padding: 5rem 1rem; } }
section {
padding: 2rem 1rem; }
.links-wrapper {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center; }
@media (min-width: 720px) {
.links-wrapper {
flex-direction: row; } }
.link {
display: inline-block;
padding: 0.5rem 1rem;
font-size: 1rem;
background-color: #fff;
color: #222;
border: 1px solid transparent;
border-radius: 100px;
transition: background 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out; }
.link:first-child {
margin-bottom: 1rem; }
@media (min-width: 720px) {
.link:first-child {
margin-right: 1rem;
margin-bottom: 0; } }
.link:hover {
color: #fff;
background-color: #101a33; }
.link:hover svg {
fill: #fff; }
.link svg {
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
margin-right: 0.5rem; }
.link--secondary {
color: #fff;
background-color: transparent;
border-color: #fff; }
.link--secondary svg {
fill: #fff; }
.link--secondary:hover {
border-color: #101a33; }
.content > * + * {
margin-top: 1rem; }
.demo {
display: flex;
flex-wrap: wrap; }
.demo li {
margin-right: 0.7rem;
margin-bottom: 0.7rem; }
.demo a {
display: inline-block;
background: #def7ff;
padding: 0.5rem 0.75rem;
font-size: 14px;
border-radius: 7px;
transition: background 0.3s ease-out, color 0.3s ease-out; }
.demo a:hover {
color: #fff;
background-color: #101a33; }
footer {
padding: 2rem 1rem;
color: #fff;
background-color: #3863d9; }
footer h2 {
margin-bottom: 1rem; }
footer img {
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 50%; }
footer a {
color: #fff;
text-decoration: underline; }
footer p + p {
margin-top: 0.5rem; }
.author {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 1.5rem; }
.author-avatar {
width: 70px;
height: 70px;
flex: 0 0 70px;
object-fit: cover;
border: 2px solid #fff; }
.author-meta {
flex: 1; }
.author-name {
font-weight: bold;
font-size: 1.25rem; } | 0.398758 | 0.083217 |
.jchartfx_body {
background-color: #FFFFFF;
}
.jchartfxToolTip {
background-color: #282828;
color: #F0F0F0;
border-color: #999999;
}
.jchartfxToolTipBorder {
fill: #FCFCFC;
stroke: #000000;
}
.jchartfx .Attribute0 {
fill: #9999FF;
stroke: #7373C0;
}
.jchartfx .Attribute0Line {
stroke: #7373C0;
}
.jchartfx .Attribute0Alt {
fill: #7373C0;
}
.jchartfx .Attribute1 {
fill: #993366;
stroke: #73274D;
}
.jchartfx .Attribute1Line {
stroke: #73274D;
}
.jchartfx .Attribute1Alt {
fill: #BF3F7F;
}
.jchartfx .Attribute2 {
fill: #FFFFCC;
stroke: #C0C099;
}
.jchartfx .Attribute2Line {
stroke: #C0C099;
}
.jchartfx .Attribute2Alt {
fill: #C0C099;
}
.jchartfx .Attribute3 {
fill: #CCFFFF;
stroke: #99C0C0;
}
.jchartfx .Attribute3Line {
stroke: #99C0C0;
}
.jchartfx .Attribute3Alt {
fill: #99C0C0;
}
.jchartfx .Attribute4 {
fill: #660066;
stroke: #4D004D;
}
.jchartfx .Attribute4Line {
stroke: #4D004D;
}
.jchartfx .Attribute4Alt {
fill: #7F007F;
}
.jchartfx .Attribute5 {
fill: #FF6666;
stroke: #C04D4D;
}
.jchartfx .Attribute5Line {
stroke: #C04D4D;
}
.jchartfx .Attribute5Alt {
fill: #C04D4D;
}
.jchartfx .Attribute6 {
fill: #0066CC;
stroke: #004D99;
}
.jchartfx .Attribute6Line {
stroke: #004D99;
}
.jchartfx .Attribute6Alt {
fill: #007FFF;
}
.jchartfx .Attribute7 {
fill: #CCFFCC;
stroke: #99C099;
}
.jchartfx .Attribute7Line {
stroke: #99C099;
}
.jchartfx .Attribute7Alt {
fill: #99C099;
}
.jchartfx .Attribute8 {
fill: #FFCC33;
stroke: #C09927;
}
.jchartfx .Attribute8Line {
stroke: #C09927;
}
.jchartfx .Attribute8Alt {
fill: #C09927;
}
.jchartfx .Attribute9 {
fill: #669999;
stroke: #4D7373;
}
.jchartfx .Attribute9Line {
stroke: #4D7373;
}
.jchartfx .Attribute9Alt {
fill: #4D7373;
}
.jchartfx .Attribute10 {
fill: #FFCCFF;
stroke: #C099C0;
}
.jchartfx .Attribute10Line {
stroke: #C099C0;
}
.jchartfx .Attribute10Alt {
fill: #C099C0;
}
.jchartfx .Attribute11 {
fill: #CCCCCC;
stroke: #999999;
}
.jchartfx .Attribute11Line {
stroke: #999999;
}
.jchartfx .Attribute11Alt {
fill: #999999;
}
.jchartfx .Attribute12 {
fill: #669966;
stroke: #4D734D;
}
.jchartfx .Attribute12Line {
stroke: #4D734D;
}
.jchartfx .Attribute12Alt {
fill: #4D734D;
}
.jchartfx .Attribute13 {
fill: #FF6699;
stroke: #C04D73;
}
.jchartfx .Attribute13Line {
stroke: #C04D73;
}
.jchartfx .Attribute13Alt {
fill: #C04D73;
}
.jchartfx .Attribute14 {
fill: #999900;
stroke: #737300;
}
.jchartfx .Attribute14Line {
stroke: #737300;
}
.jchartfx .Attribute14Alt {
fill: #BFBF00;
}
.jchartfx .Attribute15 {
fill: #33FF66;
stroke: #27C04D;
}
.jchartfx .Attribute15Line {
stroke: #27C04D;
}
.jchartfx .Attribute15Alt {
fill: #27C04D;
}
.jchartfx .MarkerHollow {
fill: #FFFFFF;
}
.jchartfx .Border {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx .PlotArea {
fill: transparent;
stroke: #888888;
}
.jchartfx .PlotArea3D {
fill: #FFFFFF;
stroke: #888888;
}
.jchartfx .CustomGridLine {
stroke: #CC3333;
}
.jchartfx .CustomGridLineLabel {
fill: #666666;
}
.jchartfx .AxisY_Section {
fill: #E2FFFF;
stroke: #C7E0E0;
}
.jchartfx .AxisX_Section {
fill: #E2FFFF;
stroke: #C7E0E0;
}
.jchartfx .AxisY_Text {
fill: #000000;
}
.jchartfx .AxisY_Major {
stroke: #888888;
}
.jchartfx .AxisY_Minor {
stroke: #888888;
}
.jchartfx .AxisY_Interlaced {
fill: #DDDDDD;
}
.jchartfx .AxisY_Line {
stroke: #888888;
}
.jchartfx .AxisX_Text {
fill: #000000;
}
.jchartfx .AxisX_Major {
stroke: #888888;
}
.jchartfx .AxisX_Minor {
stroke: #888888;
}
.jchartfx .AxisX_Interlaced {
fill: #DDDDDD;
}
.jchartfx .AxisX_Line {
stroke: #888888;
}
.jchartfx .PointLabel {
fill: #666666;
}
.jchartfx .PointLabelBorder {
fill: #838383;
stroke: #666666;
}
.jchartfx .Title {
fill: #000000;
}
.jchartfx .LegendBox {
fill: transparent;
stroke: #888888;
}
.jchartfx .LegendItem {
fill: #000000;
}
.jchartfx .ScrollBar {
fill: #FFFFFF;
stroke: #888888;
}
.jchartfx .ScrollThumb {
fill: #888888;
}
.jchartfx .ScrollArrow {
fill: #888888;
}
.jchartfx .DataGrid_HeaderBack {
fill: #666666;
}
.jchartfx .DataGrid_Back {
fill: #FFFFFF;
}
.jchartfx .DataGrid_GridLine {
fill: #888888;
}
.jchartfx .DataGridText {
fill: #666666;
}
.jchartfx .DataGridTextAlternate {
fill: #666666;
}
.jchartfx .DataGrid_BackInterlaced {
fill: #DDDDDD;
}
.jchartfx .DataGrid_RowHeader {
fill: #000000;
}
.jchartfx .DataGrid_ColumnHeader {
fill: #FFFFFF;
}
.jchartfx .DataGrid_RowHeaderAlternate {
fill: #666666;
}
.jchartfx .AnnotationText {
fill: #000000;
}
.jchartfx .AnnotationTextBorder {
fill: transparent;
stroke: #666666;
}
.jchartfx .AnnotationBalloonText {
fill: #000000;
}
.jchartfx .AnnotationBalloon {
fill: transparent;
stroke: #666666;
}
.jchartfx .AnnotationCircle {
fill: transparent;
stroke: #666666;
}
.jchartfx .AnnotationArrow {
fill: #666666;
stroke: #666666;
}
.jchartfx .AnnotationArc {
fill: #666666;
stroke: #666666;
}
.jchartfx .AnnotationPolygon {
fill: transparent;
stroke: #666666;
}
.jchartfx .AnnotationRectangle {
fill: transparent;
stroke: #666666;
}
.jchartfx .HeatMap0 {
fill: #9999FF;
}
.jchartfx .HeatMap1 {
fill: #993366;
}
.jchartfx .EqualizerTop0 {
stroke: #73274D;
fill: #993366;
}
.jchartfx .EqualizerTop1 {
stroke: #C0C099;
fill: #FFFFCC;
}
.jchartfx .MapContext {
fill: #dddddd;
stroke: #a6a6a6;
}
.jchartfx .MapOcean0 {
fill: #a4d0e7;
stroke: none;
}
.jchartfx .MapOcean1 {
fill: #96c2d9;
stroke: none;
}
.jchartfx .MapOcean2 {
fill: #88b4cb;
stroke: none;
}
.jchartfx .MapOcean3 {
fill: #7ba7bd;
stroke: none;
}
.jchartfx .MapOcean {
fill: #6e9aaf;
stroke: none;
}
.jchartfx .MapWater {
fill: #dcffff;
stroke: #a4d0e7;
}
.jchartfx .MapAttribute0 {
fill: #9999ff;
stroke: #6066c6;
}
.jchartfx .MapAttribute1 {
fill: #993366;
stroke: #620037;
}
.jchartfx .MapAttribute2 {
fill: #ffffcc;
stroke: #c6c696;
}
.jchartfx .MapAttribute3 {
fill: #2525b7;
stroke: #000080;
}
.jchartfx .MapAttribute4 {
fill: #4d0f2e;
stroke: #260000;
}
.jchartfx .MapAttribute5 {
fill: #b7b768;
stroke: #808236;
}
.jchartfx .MapAttribute6 {
fill: #58586f;
stroke: #2a2b3f;
}
.jchartfx .MapAttribute7 {
fill: #cca3b7;
stroke: #956f82;
}
.jchartfx .MapRoad {
stroke: #FF6666;
fill: none;
stroke-opacity: 1;
}
.jchartfx .MapRoadBack {
stroke: #FFFFFF;
stroke-opacity: .4;
fill: none;
}
.jchartfx .MapRoad0 {
stroke: #FF6666;
fill: none;
stroke-opacity: 1;
}
.jchartfx .MapRoad0Back {
stroke: #FFFFFF;
fill: none;
stroke-opacity: .4;
}
.jchartfx .MapRoad1 {
stroke: #FF6666;
fill: none;
stroke-opacity: 1;
}
.jchartfx .MapRoad1Back {
stroke: #FFFFFF;
fill: none;
stroke-opacity: .5;
}
.jchartfx .MapTranslationArea {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx_gauge .Border {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx_gauge .Indicator {
fill: #9999FF;
stroke: #7373C0;
}
.jchartfx_gauge .Cap {
fill: #000000;
}
.jchartfx_gauge .Bar {
stroke: #888888;
fill: #FFFFFF;
}
.jchartfx_gauge .TickMajor {
stroke: #888888;
fill: #888888;
}
.jchartfx_gauge .TickMedium {
stroke: #888888;
fill: #888888;
}
.jchartfx_gauge .Text {
fill: #000000;
}
.jchartfx_gauge .Title {
fill: #000000;
}
.jchartfx_gauge .Section0 {
fill: #993366;
stroke: #73274D;
}
.jchartfx_gauge .Section1 {
fill: #FFFFCC;
stroke: #C0C099;
}
.jchartfx_gauge .Section2 {
fill: #CCFFFF;
stroke: #99C0C0;
}
.jchartfx_gauge .GreaterThan {
fill: #CCFFFF;
}
.jchartfx_gauge .LessThan {
fill: #993366;
}
.jchartfx_gauge .EqualsTo {
fill: #FFFFCC;
}
.jchartfx_gauge .Separator {
stroke: #888888;
}
.jchartfx .MapPlot {
fill: #6e9aaf;
fill-opacity: 0;
}
.jchartfx_gauge .TitleLarge {
fill: #000000;
}
.jchartfx .TitleBack {
fill: transparent;
}
.jchartfx .DashboardTitle {
fill: #000000;
}
.jchartfx_gauge .DashboardTitle {
fill: #000000;
}
.jchartfx .DashboardCaption {
fill: #9999FF;
stroke: #FFFFFF;
}
.jchartfx_gauge .DashboardCaption {
fill: #9999FF;
stroke: #FFFFFF;
}
.jchartfx .EqualizerOff {
fill: #AAAAAA;
fill-opacity: 0.2;
}
.jchartfx .Glow {
fill: #444444;
}
.jchartfx_gauge .Glow {
fill: #444444;
}
.jchartfx .MapShadow {
fill: #444444;
fill-opacity: 0.3;
}
.jchartfx .BorderEffect1 {
fill: #AAAAAA;
fill-opacity: 0.8;
}
.jchartfx .BorderEffect2 {
fill: #FFFFFF;
fill-opacity: 1;
}
.jchartfx_container table {
background-color: #FFFFFF;
border-color: #888888;
box-shadow: 0px 0px 5px 3px rgba(68, 68, 68, .30);
}
.jchartfx_container table thead tr th {
background-color: #666666;
border-color: #888888;
border-bottom-color: #888888;
color: #FFFFFF;
}
.jchartfx_container table tbody tr td {
color: #666666;
border-color: #888888;
}
.jchartfx_container table tbody>tr:nth-child(odd)>td {
background-color: #FFFFFF;
}
.jchartfx_container table tbody>tr:nth-child(even)>td {
background-color: #DDDDDD;
}
.jchartfx_container h1, .jchartfx_container h2, .jchartfx_container h3 {
color: #000000;
}
.jchartfx_container h4, .jchartfx_container h5, .jchartfx_container h6 {
color: #000000;
}
.jchartfx_container .labelIndicator {
color: #000000;
}
.jchartfx_container .label {
color: #000000;
}
.jchartfx_container .smallLabel {
color: #000000;
}
.jchartfx_gauge .BorderMedium {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx_gauge .BorderThick {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx .MapDefaultAttribute {
fill: #dddddd;
stroke: #a6a6a6;
}
.jchartfx_gauge .Filler {
fill: #9999FF;
stroke: #7373C0;
}
.jchartfx_gauge .Marker {
fill: #9999FF;
stroke: #7373C0;
}
.jchartfx_gauge .Needle {
fill: #9999FF;
stroke: #7373C0;
}
.jchartfx .BorderMedium {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx .BorderThick {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx .Border0 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx .Border1 {
stroke: #FF55AA;
fill: #FF55AA;
}
.jchartfx .Border2 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx .Border3 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx .Border4 {
stroke: #AA00AA;
fill: #AA00AA;
}
.jchartfx .Border5 {
stroke: #FFAAAA;
fill: #FFAAAA;
}
.jchartfx .Border6 {
stroke: #00AAFF;
fill: #00AAFF;
}
.jchartfx .Border7 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx_gauge .Border0 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx_gauge .Border1 {
stroke: #FF55AA;
fill: #FF55AA;
}
.jchartfx_gauge .Border2 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx_gauge .Border3 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx_gauge .Border4 {
stroke: #AA00AA;
fill: #AA00AA;
}
.jchartfx_gauge .Border5 {
stroke: #FFAAAA;
fill: #FFAAAA;
}
.jchartfx_gauge .Border6 {
stroke: #00AAFF;
fill: #00AAFF;
}
.jchartfx_gauge .Border7 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx-menu .toggle.active {
background-color: #CCFFFF;
}
.jchartfx-menu td.btnposition.active a {
background-color: #CCFFFF;
}
.jchartfx-menu .selectable li.active {
border: 1px solid;
border-color: #9999FF;
box-shadow: inset 0 0 0px 0px #9999FF;
background: rgba(153,153,255, 0.2);
}
.jchartfx .GreaterThan {
stroke: #CCFFFF;
}
.jchartfx .LessThan {
stroke: #993366;
}
.jchartfx .EqualsTo {
stroke: #FFFFCC;
} | adm/plugins/styles/Palettes/jchartfx.palette.chartfx5.css | .jchartfx_body {
background-color: #FFFFFF;
}
.jchartfxToolTip {
background-color: #282828;
color: #F0F0F0;
border-color: #999999;
}
.jchartfxToolTipBorder {
fill: #FCFCFC;
stroke: #000000;
}
.jchartfx .Attribute0 {
fill: #9999FF;
stroke: #7373C0;
}
.jchartfx .Attribute0Line {
stroke: #7373C0;
}
.jchartfx .Attribute0Alt {
fill: #7373C0;
}
.jchartfx .Attribute1 {
fill: #993366;
stroke: #73274D;
}
.jchartfx .Attribute1Line {
stroke: #73274D;
}
.jchartfx .Attribute1Alt {
fill: #BF3F7F;
}
.jchartfx .Attribute2 {
fill: #FFFFCC;
stroke: #C0C099;
}
.jchartfx .Attribute2Line {
stroke: #C0C099;
}
.jchartfx .Attribute2Alt {
fill: #C0C099;
}
.jchartfx .Attribute3 {
fill: #CCFFFF;
stroke: #99C0C0;
}
.jchartfx .Attribute3Line {
stroke: #99C0C0;
}
.jchartfx .Attribute3Alt {
fill: #99C0C0;
}
.jchartfx .Attribute4 {
fill: #660066;
stroke: #4D004D;
}
.jchartfx .Attribute4Line {
stroke: #4D004D;
}
.jchartfx .Attribute4Alt {
fill: #7F007F;
}
.jchartfx .Attribute5 {
fill: #FF6666;
stroke: #C04D4D;
}
.jchartfx .Attribute5Line {
stroke: #C04D4D;
}
.jchartfx .Attribute5Alt {
fill: #C04D4D;
}
.jchartfx .Attribute6 {
fill: #0066CC;
stroke: #004D99;
}
.jchartfx .Attribute6Line {
stroke: #004D99;
}
.jchartfx .Attribute6Alt {
fill: #007FFF;
}
.jchartfx .Attribute7 {
fill: #CCFFCC;
stroke: #99C099;
}
.jchartfx .Attribute7Line {
stroke: #99C099;
}
.jchartfx .Attribute7Alt {
fill: #99C099;
}
.jchartfx .Attribute8 {
fill: #FFCC33;
stroke: #C09927;
}
.jchartfx .Attribute8Line {
stroke: #C09927;
}
.jchartfx .Attribute8Alt {
fill: #C09927;
}
.jchartfx .Attribute9 {
fill: #669999;
stroke: #4D7373;
}
.jchartfx .Attribute9Line {
stroke: #4D7373;
}
.jchartfx .Attribute9Alt {
fill: #4D7373;
}
.jchartfx .Attribute10 {
fill: #FFCCFF;
stroke: #C099C0;
}
.jchartfx .Attribute10Line {
stroke: #C099C0;
}
.jchartfx .Attribute10Alt {
fill: #C099C0;
}
.jchartfx .Attribute11 {
fill: #CCCCCC;
stroke: #999999;
}
.jchartfx .Attribute11Line {
stroke: #999999;
}
.jchartfx .Attribute11Alt {
fill: #999999;
}
.jchartfx .Attribute12 {
fill: #669966;
stroke: #4D734D;
}
.jchartfx .Attribute12Line {
stroke: #4D734D;
}
.jchartfx .Attribute12Alt {
fill: #4D734D;
}
.jchartfx .Attribute13 {
fill: #FF6699;
stroke: #C04D73;
}
.jchartfx .Attribute13Line {
stroke: #C04D73;
}
.jchartfx .Attribute13Alt {
fill: #C04D73;
}
.jchartfx .Attribute14 {
fill: #999900;
stroke: #737300;
}
.jchartfx .Attribute14Line {
stroke: #737300;
}
.jchartfx .Attribute14Alt {
fill: #BFBF00;
}
.jchartfx .Attribute15 {
fill: #33FF66;
stroke: #27C04D;
}
.jchartfx .Attribute15Line {
stroke: #27C04D;
}
.jchartfx .Attribute15Alt {
fill: #27C04D;
}
.jchartfx .MarkerHollow {
fill: #FFFFFF;
}
.jchartfx .Border {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx .PlotArea {
fill: transparent;
stroke: #888888;
}
.jchartfx .PlotArea3D {
fill: #FFFFFF;
stroke: #888888;
}
.jchartfx .CustomGridLine {
stroke: #CC3333;
}
.jchartfx .CustomGridLineLabel {
fill: #666666;
}
.jchartfx .AxisY_Section {
fill: #E2FFFF;
stroke: #C7E0E0;
}
.jchartfx .AxisX_Section {
fill: #E2FFFF;
stroke: #C7E0E0;
}
.jchartfx .AxisY_Text {
fill: #000000;
}
.jchartfx .AxisY_Major {
stroke: #888888;
}
.jchartfx .AxisY_Minor {
stroke: #888888;
}
.jchartfx .AxisY_Interlaced {
fill: #DDDDDD;
}
.jchartfx .AxisY_Line {
stroke: #888888;
}
.jchartfx .AxisX_Text {
fill: #000000;
}
.jchartfx .AxisX_Major {
stroke: #888888;
}
.jchartfx .AxisX_Minor {
stroke: #888888;
}
.jchartfx .AxisX_Interlaced {
fill: #DDDDDD;
}
.jchartfx .AxisX_Line {
stroke: #888888;
}
.jchartfx .PointLabel {
fill: #666666;
}
.jchartfx .PointLabelBorder {
fill: #838383;
stroke: #666666;
}
.jchartfx .Title {
fill: #000000;
}
.jchartfx .LegendBox {
fill: transparent;
stroke: #888888;
}
.jchartfx .LegendItem {
fill: #000000;
}
.jchartfx .ScrollBar {
fill: #FFFFFF;
stroke: #888888;
}
.jchartfx .ScrollThumb {
fill: #888888;
}
.jchartfx .ScrollArrow {
fill: #888888;
}
.jchartfx .DataGrid_HeaderBack {
fill: #666666;
}
.jchartfx .DataGrid_Back {
fill: #FFFFFF;
}
.jchartfx .DataGrid_GridLine {
fill: #888888;
}
.jchartfx .DataGridText {
fill: #666666;
}
.jchartfx .DataGridTextAlternate {
fill: #666666;
}
.jchartfx .DataGrid_BackInterlaced {
fill: #DDDDDD;
}
.jchartfx .DataGrid_RowHeader {
fill: #000000;
}
.jchartfx .DataGrid_ColumnHeader {
fill: #FFFFFF;
}
.jchartfx .DataGrid_RowHeaderAlternate {
fill: #666666;
}
.jchartfx .AnnotationText {
fill: #000000;
}
.jchartfx .AnnotationTextBorder {
fill: transparent;
stroke: #666666;
}
.jchartfx .AnnotationBalloonText {
fill: #000000;
}
.jchartfx .AnnotationBalloon {
fill: transparent;
stroke: #666666;
}
.jchartfx .AnnotationCircle {
fill: transparent;
stroke: #666666;
}
.jchartfx .AnnotationArrow {
fill: #666666;
stroke: #666666;
}
.jchartfx .AnnotationArc {
fill: #666666;
stroke: #666666;
}
.jchartfx .AnnotationPolygon {
fill: transparent;
stroke: #666666;
}
.jchartfx .AnnotationRectangle {
fill: transparent;
stroke: #666666;
}
.jchartfx .HeatMap0 {
fill: #9999FF;
}
.jchartfx .HeatMap1 {
fill: #993366;
}
.jchartfx .EqualizerTop0 {
stroke: #73274D;
fill: #993366;
}
.jchartfx .EqualizerTop1 {
stroke: #C0C099;
fill: #FFFFCC;
}
.jchartfx .MapContext {
fill: #dddddd;
stroke: #a6a6a6;
}
.jchartfx .MapOcean0 {
fill: #a4d0e7;
stroke: none;
}
.jchartfx .MapOcean1 {
fill: #96c2d9;
stroke: none;
}
.jchartfx .MapOcean2 {
fill: #88b4cb;
stroke: none;
}
.jchartfx .MapOcean3 {
fill: #7ba7bd;
stroke: none;
}
.jchartfx .MapOcean {
fill: #6e9aaf;
stroke: none;
}
.jchartfx .MapWater {
fill: #dcffff;
stroke: #a4d0e7;
}
.jchartfx .MapAttribute0 {
fill: #9999ff;
stroke: #6066c6;
}
.jchartfx .MapAttribute1 {
fill: #993366;
stroke: #620037;
}
.jchartfx .MapAttribute2 {
fill: #ffffcc;
stroke: #c6c696;
}
.jchartfx .MapAttribute3 {
fill: #2525b7;
stroke: #000080;
}
.jchartfx .MapAttribute4 {
fill: #4d0f2e;
stroke: #260000;
}
.jchartfx .MapAttribute5 {
fill: #b7b768;
stroke: #808236;
}
.jchartfx .MapAttribute6 {
fill: #58586f;
stroke: #2a2b3f;
}
.jchartfx .MapAttribute7 {
fill: #cca3b7;
stroke: #956f82;
}
.jchartfx .MapRoad {
stroke: #FF6666;
fill: none;
stroke-opacity: 1;
}
.jchartfx .MapRoadBack {
stroke: #FFFFFF;
stroke-opacity: .4;
fill: none;
}
.jchartfx .MapRoad0 {
stroke: #FF6666;
fill: none;
stroke-opacity: 1;
}
.jchartfx .MapRoad0Back {
stroke: #FFFFFF;
fill: none;
stroke-opacity: .4;
}
.jchartfx .MapRoad1 {
stroke: #FF6666;
fill: none;
stroke-opacity: 1;
}
.jchartfx .MapRoad1Back {
stroke: #FFFFFF;
fill: none;
stroke-opacity: .5;
}
.jchartfx .MapTranslationArea {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx_gauge .Border {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx_gauge .Indicator {
fill: #9999FF;
stroke: #7373C0;
}
.jchartfx_gauge .Cap {
fill: #000000;
}
.jchartfx_gauge .Bar {
stroke: #888888;
fill: #FFFFFF;
}
.jchartfx_gauge .TickMajor {
stroke: #888888;
fill: #888888;
}
.jchartfx_gauge .TickMedium {
stroke: #888888;
fill: #888888;
}
.jchartfx_gauge .Text {
fill: #000000;
}
.jchartfx_gauge .Title {
fill: #000000;
}
.jchartfx_gauge .Section0 {
fill: #993366;
stroke: #73274D;
}
.jchartfx_gauge .Section1 {
fill: #FFFFCC;
stroke: #C0C099;
}
.jchartfx_gauge .Section2 {
fill: #CCFFFF;
stroke: #99C0C0;
}
.jchartfx_gauge .GreaterThan {
fill: #CCFFFF;
}
.jchartfx_gauge .LessThan {
fill: #993366;
}
.jchartfx_gauge .EqualsTo {
fill: #FFFFCC;
}
.jchartfx_gauge .Separator {
stroke: #888888;
}
.jchartfx .MapPlot {
fill: #6e9aaf;
fill-opacity: 0;
}
.jchartfx_gauge .TitleLarge {
fill: #000000;
}
.jchartfx .TitleBack {
fill: transparent;
}
.jchartfx .DashboardTitle {
fill: #000000;
}
.jchartfx_gauge .DashboardTitle {
fill: #000000;
}
.jchartfx .DashboardCaption {
fill: #9999FF;
stroke: #FFFFFF;
}
.jchartfx_gauge .DashboardCaption {
fill: #9999FF;
stroke: #FFFFFF;
}
.jchartfx .EqualizerOff {
fill: #AAAAAA;
fill-opacity: 0.2;
}
.jchartfx .Glow {
fill: #444444;
}
.jchartfx_gauge .Glow {
fill: #444444;
}
.jchartfx .MapShadow {
fill: #444444;
fill-opacity: 0.3;
}
.jchartfx .BorderEffect1 {
fill: #AAAAAA;
fill-opacity: 0.8;
}
.jchartfx .BorderEffect2 {
fill: #FFFFFF;
fill-opacity: 1;
}
.jchartfx_container table {
background-color: #FFFFFF;
border-color: #888888;
box-shadow: 0px 0px 5px 3px rgba(68, 68, 68, .30);
}
.jchartfx_container table thead tr th {
background-color: #666666;
border-color: #888888;
border-bottom-color: #888888;
color: #FFFFFF;
}
.jchartfx_container table tbody tr td {
color: #666666;
border-color: #888888;
}
.jchartfx_container table tbody>tr:nth-child(odd)>td {
background-color: #FFFFFF;
}
.jchartfx_container table tbody>tr:nth-child(even)>td {
background-color: #DDDDDD;
}
.jchartfx_container h1, .jchartfx_container h2, .jchartfx_container h3 {
color: #000000;
}
.jchartfx_container h4, .jchartfx_container h5, .jchartfx_container h6 {
color: #000000;
}
.jchartfx_container .labelIndicator {
color: #000000;
}
.jchartfx_container .label {
color: #000000;
}
.jchartfx_container .smallLabel {
color: #000000;
}
.jchartfx_gauge .BorderMedium {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx_gauge .BorderThick {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx .MapDefaultAttribute {
fill: #dddddd;
stroke: #a6a6a6;
}
.jchartfx_gauge .Filler {
fill: #9999FF;
stroke: #7373C0;
}
.jchartfx_gauge .Marker {
fill: #9999FF;
stroke: #7373C0;
}
.jchartfx_gauge .Needle {
fill: #9999FF;
stroke: #7373C0;
}
.jchartfx .BorderMedium {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx .BorderThick {
fill: #DDDDDD;
stroke: #888888;
}
.jchartfx .Border0 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx .Border1 {
stroke: #FF55AA;
fill: #FF55AA;
}
.jchartfx .Border2 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx .Border3 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx .Border4 {
stroke: #AA00AA;
fill: #AA00AA;
}
.jchartfx .Border5 {
stroke: #FFAAAA;
fill: #FFAAAA;
}
.jchartfx .Border6 {
stroke: #00AAFF;
fill: #00AAFF;
}
.jchartfx .Border7 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx_gauge .Border0 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx_gauge .Border1 {
stroke: #FF55AA;
fill: #FF55AA;
}
.jchartfx_gauge .Border2 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx_gauge .Border3 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx_gauge .Border4 {
stroke: #AA00AA;
fill: #AA00AA;
}
.jchartfx_gauge .Border5 {
stroke: #FFAAAA;
fill: #FFAAAA;
}
.jchartfx_gauge .Border6 {
stroke: #00AAFF;
fill: #00AAFF;
}
.jchartfx_gauge .Border7 {
stroke: #FFFFFF;
fill: #FFFFFF;
}
.jchartfx-menu .toggle.active {
background-color: #CCFFFF;
}
.jchartfx-menu td.btnposition.active a {
background-color: #CCFFFF;
}
.jchartfx-menu .selectable li.active {
border: 1px solid;
border-color: #9999FF;
box-shadow: inset 0 0 0px 0px #9999FF;
background: rgba(153,153,255, 0.2);
}
.jchartfx .GreaterThan {
stroke: #CCFFFF;
}
.jchartfx .LessThan {
stroke: #993366;
}
.jchartfx .EqualsTo {
stroke: #FFFFCC;
} | 0.372049 | 0.056185 |
* {
margin: 0;
}
body {
font-family: "proxima";
background-color: #F8F8F8;
}
@font-face {
font-family: 'proxima';
src: url(../fonts/proxima_nova.ttf) format('truetype');
font-weight: 400;
font-style: normal;
}
html, body{
font-size: 10px;
font-weight: 300;
}
.scrolltop {
display:none;
width:100%;
margin:0 auto;
position:fixed;
bottom:20px;
right:10px;
}
.scroll {
position:absolute;
right:10px;
bottom:20px;
background:#b2b2b2;
background:rgba(178,178,178,0.7);
padding:12px;
text-align: center;
margin: 0 0 0 0;
cursor:pointer;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.scroll:hover {
background:rgba(178,178,178,1.0);
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.scroll:hover .fa {
padding-top:-10px;
}
.scroll .fa {
font-size:24px;
margin-top:-5px;
margin-left:1px;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
img{
max-width:100%;
}
a:hover {
text-decoration: none;
color: inherit;
}
.text-white {
color: #fff;
}
.text-black {
color: #000;
}
.text-u-c {
text-transform: uppercase;
}
.text-l-t {
text-decoration: line-through;
}
.text-u-l {
text-decoration: underline;
}
.text-3x {
font-size: 3em;
}
.text-2x {
font-size: 2em;
}
.text-lg {
font-size: 20px;
}
.text-md {
font-size: 19px;
}
.text-base {
font-size: 16px;
}
.text-sm {
font-size: 15px;
}
.text-xs {
font-size: 14px;
}
.text-xxs {
text-indent: -9999px;
}
.text-xxxs {
font-size: 0.5em;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.l-h {
line-height: 1.42857143;
}
.l-h-0x {
line-height: 0;
}
.l-h-1x {
line-height: 1.2;
}
.l-h-2x {
line-height: 2em;
}
.l-s-1x {
letter-spacing: 1px;
}
.l-s-2x {
letter-spacing: 2px;
}
.l-s-3x {
letter-spacing: 3px;
}
.font-normal {
font-weight: normal;
}
.font-thin {
font-weight: 300;
}
.font-bold {
font-weight: 600;
}
.font-bolder {
font-weight: 700;
}
.no-line {
border-width: 0;
}
.no-border,
.no-borders {
border-color: transparent;
border-width: 0 !important;
}
.no-border-right {
border-right: 0;
}
.no-border-left {
border-left: 0;
}
.no-border-top {
border-top: 0;
}
.one-radius {
border-radius: 1px;
}
.no-radius {
border-radius: 0;
}
.block {
display: block;
}
.block.hide {
display: none;
}
.inline {
display: inline-block !important;
}
.none {
display: none;
}
.pull-none {
float: none;
}
.rounded {
border-radius: 500px;
}
.clear {
display: block;
overflow: hidden;
}
.no-bg {
background-color: transparent;
color: inherit;
}
.pos-rlt {
position: relative;
}
.pos-stc {
position: static !important;
}
.pos-abt {
position: absolute;
}
.pos-fix {
position: fixed;
}
.show {
visibility: visible;
}
.line {
width: 100%;
height: 2px;
margin: 10px 0;
font-size: 0;
overflow: hidden;
}
.line-xs {
margin: 0;
}
.line-lg {
margin-top: 15px;
margin-bottom: 15px;
}
.wrapper-xs {
padding: 5px;
}
.wrapper-sm {
padding: 10px;
}
.wrapper {
padding: 15px;
}
.wrapper-md {
padding: 20px;
}
.wrapper-lg {
padding: 30px;
}
.wrapper-xl {
padding: 50px;
}
.padder-lg {
padding-left: 30px;
padding-right: 30px;
}
.padder-md {
padding-left: 20px;
padding-right: 20px;
}
.padder {
padding-left: 15px;
padding-right: 15px;
}
.padder-v {
padding-top: 15px;
padding-bottom: 15px;
}
.padder-v-sm {
padding-top: 7px;
padding-bottom: 7px;
}
.padder-v-xsm {
padding-top: 2px;
padding-bottom: 2px;
}
.no-padder {
padding: 0 !important;
}
.p-b {
padding-bottom: 15px;
}
.p-t {
padding-top: 15px;
}
.p-t-md {
padding-top: 20px;
}
.p-t-lg {
padding-top: 30px;
}
.p-t-xl {
padding-top: 40px;
}
.p-t-xxl {
padding-top: 50px;
}
.font-danger {
color: red;
}
.m-xxs {
margin: 2px 4px;
}
.m-xs {
margin: 5px;
}
.m-sm {
margin: 10px;
}
.m {
margin: 15px;
}
.m-md {
margin: 20px;
}
.m-lg {
margin: 30px;
}
.m-xl {
margin: 50px;
}
.m-n {
margin: 0 !important;
}
.m-l-none {
margin-left: 0 !important;
}
.m-l-xs {
margin-left: 5px;
}
.m-l-sm {
margin-left: 10px;
}
.m-l {
margin-left: 15px;
}
.m-l-mobile {
margin-left: 15px !important;
}
.m-l-md {
margin-left: 20px;
}
.m-l-lg {
margin-left: 30px;
}
.m-l-xl {
margin-left: 40px;
}
.m-l-xxl {
margin-left: 50px;
}
.m-l-n-xxs {
margin-left: -1px;
}
.m-l-n-xs {
margin-left: -5px;
}
.m-l-n-sm {
margin-left: -10px;
}
.m-l-n {
margin-left: -15px;
}
.m-l-n-md {
margin-left: -20px;
}
.m-l-n-lg {
margin-left: -30px;
}
.m-l-n-xl {
margin-left: -40px;
}
.m-l-n-xxl {
margin-left: -50px;
}
.m-t-none {
margin-top: 0 !important;
}
.m-t-xxs {
margin-top: 2px;
}
.m-t-xs {
margin-top: 5px;
}
.m-t-sm {
margin-top: 10px;
}
.m-t {
margin-top: 15px;
}
.m-t-md {
margin-top: 20px;
}
.m-t-lg {
margin-top: 30px;
}
.m-t-xl {
margin-top: 40px;
}
.m-t-xxl {
margin-top: 50px;
}
.m-t-bg {
margin-top: 100px;
}
.m-t-n-xxs {
margin-top: -1px;
}
.m-t-n-xs {
margin-top: -5px;
}
.m-t-n-sm {
margin-top: -10px;
}
.m-t-n {
margin-top: -15px;
}
.m-t-n-md {
margin-top: -20px;
}
.m-t-n-lg {
margin-top: -30px;
}
.m-t-n-xl {
margin-top: -40px;
}
.m-t-n-xxl {
margin-top: -50px;
}
.m-r-none {
margin-right: 0 !important;
}
.m-r-xxs {
margin-right: 1px;
}
.m-r-xs {
margin-right: 5px;
}
.m-r-sm {
margin-right: 10px;
}
.m-r {
margin-right: 15px;
}
.m-r-n {
margin-right: -15px;
}
.m-r-md {
margin-right: 20px;
}
.m-r-lg {
margin-right: 30px;
}
.m-r-xl {
margin-right: 40px;
}
.m-r-xxl {
margin-right: 50px;
}
.m-r-n-xxs {
margin-right: -1px;
}
.m-r-n-xs {
margin-right: -5px;
}
.m-r-n-sm {
margin-right: -10px;
}
.m-r-n {
margin-right: -15px;
}
.m-r-n-md {
margin-right: -20px;
}
.m-r-n-lg {
margin-right: -30px;
}
.m-r-n-xl {
margin-right: -40px;
}
.m-r-n-xxl {
margin-right: -50px;
}
.m-b-none {
margin-bottom: 0 !important;
}
.m-b-xxs {
margin-bottom: 1px;
}
.m-b-xs {
margin-bottom: 5px;
}
.m-b-sm {
margin-bottom: 10px;
}
.m-b {
margin-bottom: 15px;
}
.m-b-md {
margin-bottom: 20px;
}
.m-b-lg {
margin-bottom: 30px;
}
.m-b-xl {
margin-bottom: 40px;
}
.m-b-xxl {
margin-bottom: 50px;
}
.m-b-n-xxs {
margin-bottom: -1px;
}
.m-b-n-xs {
margin-bottom: -5px;
}
.m-b-n-sm {
margin-bottom: -10px;
}
.m-b-n {
margin-bottom: -15px;
}
.m-b-n-md {
margin-bottom: -20px;
}
.m-b-n-lg {
margin-bottom: -30px;
}
.m-b-n-xl {
margin-bottom: -40px;
}
.m-b-n-xxl {
margin-bottom: -50px;
}
.p-l-none {
padding-left: 0 !important;
}
.p-r-none {
padding-right: 0 !important;
}
.w-1x {
width: 1em;
}
.w-2x {
width: 2em;
}
.w-3x {
width: 3em;
}
.w-xxs {
width: 60px;
}
.w-xs {
width: 90px;
}
.w-sm {
width: 150px;
}
.w {
width: 200px;
}
.w-md {
width: 240px;
}
.w-lg {
width: 280px;
}
.w-xl {
width: 320px;
}
.w-xxl {
width: 360px;
}
.w-access {
width: 420px;
}
.w-mid {
width: 500px;
}
.w-full {
width: 100%;
}
.w-auto {
width: auto;
}
.h-auto {
height: auto;
}
.h-full {
height: 100%;
}
.header-list li{
list-style: none;
display: inline;
color: white;
}
.centered {
margin: 0 auto;
}
.border-bottom {
border-bottom: 1px solid #eee;
}
.topnav {
background-color: white;
margin-bottom: 0;
}
.navbar-right li a {
font-size: 15px;
cursor: pointer;
}
.modal-body p{
font-size: 15px;
}
.banner {
background: url("../img/particles.png");
height: 350px;
width: 100%;
background-color: #189AB6;
background-size: contain;
}
.banner > .container {
position: absolute;
top: 16rem;
left: 0;
right: 0;
bottom: 0;
}
.banner-text {
letter-spacing: 1px;
font-size: 28px;
}
.bottom-header > div {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.bottom-content-box {
border-bottom: 1px solid #eee;
padding-top: 20px;
padding-bottom: 20px;
}
.bottom-container {
background-color: white;
}
h4.d-name {
font-size: 20px;
}
p.d-shortinfo {
font-size: 14px;
padding-top: 10px;
}
p.d-shortsymptoms {
font-size: 14px;
padding: 10px 0;
}
.no-border {
border-bottom: none;
}
.btn-more {
background-color: #04A2DC;
letter-spacing: 1px;
color: white;
border: none;
border-radius: 1px;
float: right;
}
.btn-more:hover {
color: white;
}
/*search box*/
.search-box {
margin-top: 15px;
}
/*listed disease box*/
.listed-diseasebox {
background-color: white;
padding-top: 20px;
padding-bottom: 65px;
padding-right: 10px;
}
.listed-diseasebox h3 {
padding-left: 35px;
margin-top: 0;
}
.listed-diseasebox ul {
list-style: none;
}
.listed-diseasebox ul li {
margin-top: 15px;
}
.listed-diseasebox ul li a {
color: #000;
font-size: 14px;
margin-top: 15px;
text-decoration: underline;
cursor: pointer;
}
.form-control {
border-radius: 1px;
height: 40px;
}
/*individual disease page*/
.onedisease-body {
background-color: white;
padding-bottom: 20px;
}
.onedisease-header > div {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.onedisease-body-box {
padding-top: 20px;
padding-bottom: 20px;
}
.btn-source {
border-radius: 1px;
text-transform: uppercase;
letter-spacing: 1px;
}
/*footer*/
.footer {
background-color: white;
padding-top: 15px;
padding-bottom: 15px;
}
.footer p {
color: #000;
margin-bottom: 0;
text-align: center;
font-size: 14px;
}
.footer p a {
color: #000;
}
/*media query*/
@media (max-width: 767px) {
.bottom-right {
margin-top: 15px;
}
}
@media (max-width: 416px) {
.banner > .container {
top: 10rem;
}
.banner-text {
margin-top: 0;
}
}
@media (max-width: 991px) {
.bottom-header {
padding-top: 15px;
}
.bottom-right {
margin-top: 15px;
}
} | client/assets/css/main.css | * {
margin: 0;
}
body {
font-family: "proxima";
background-color: #F8F8F8;
}
@font-face {
font-family: 'proxima';
src: url(../fonts/proxima_nova.ttf) format('truetype');
font-weight: 400;
font-style: normal;
}
html, body{
font-size: 10px;
font-weight: 300;
}
.scrolltop {
display:none;
width:100%;
margin:0 auto;
position:fixed;
bottom:20px;
right:10px;
}
.scroll {
position:absolute;
right:10px;
bottom:20px;
background:#b2b2b2;
background:rgba(178,178,178,0.7);
padding:12px;
text-align: center;
margin: 0 0 0 0;
cursor:pointer;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.scroll:hover {
background:rgba(178,178,178,1.0);
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.scroll:hover .fa {
padding-top:-10px;
}
.scroll .fa {
font-size:24px;
margin-top:-5px;
margin-left:1px;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
img{
max-width:100%;
}
a:hover {
text-decoration: none;
color: inherit;
}
.text-white {
color: #fff;
}
.text-black {
color: #000;
}
.text-u-c {
text-transform: uppercase;
}
.text-l-t {
text-decoration: line-through;
}
.text-u-l {
text-decoration: underline;
}
.text-3x {
font-size: 3em;
}
.text-2x {
font-size: 2em;
}
.text-lg {
font-size: 20px;
}
.text-md {
font-size: 19px;
}
.text-base {
font-size: 16px;
}
.text-sm {
font-size: 15px;
}
.text-xs {
font-size: 14px;
}
.text-xxs {
text-indent: -9999px;
}
.text-xxxs {
font-size: 0.5em;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.l-h {
line-height: 1.42857143;
}
.l-h-0x {
line-height: 0;
}
.l-h-1x {
line-height: 1.2;
}
.l-h-2x {
line-height: 2em;
}
.l-s-1x {
letter-spacing: 1px;
}
.l-s-2x {
letter-spacing: 2px;
}
.l-s-3x {
letter-spacing: 3px;
}
.font-normal {
font-weight: normal;
}
.font-thin {
font-weight: 300;
}
.font-bold {
font-weight: 600;
}
.font-bolder {
font-weight: 700;
}
.no-line {
border-width: 0;
}
.no-border,
.no-borders {
border-color: transparent;
border-width: 0 !important;
}
.no-border-right {
border-right: 0;
}
.no-border-left {
border-left: 0;
}
.no-border-top {
border-top: 0;
}
.one-radius {
border-radius: 1px;
}
.no-radius {
border-radius: 0;
}
.block {
display: block;
}
.block.hide {
display: none;
}
.inline {
display: inline-block !important;
}
.none {
display: none;
}
.pull-none {
float: none;
}
.rounded {
border-radius: 500px;
}
.clear {
display: block;
overflow: hidden;
}
.no-bg {
background-color: transparent;
color: inherit;
}
.pos-rlt {
position: relative;
}
.pos-stc {
position: static !important;
}
.pos-abt {
position: absolute;
}
.pos-fix {
position: fixed;
}
.show {
visibility: visible;
}
.line {
width: 100%;
height: 2px;
margin: 10px 0;
font-size: 0;
overflow: hidden;
}
.line-xs {
margin: 0;
}
.line-lg {
margin-top: 15px;
margin-bottom: 15px;
}
.wrapper-xs {
padding: 5px;
}
.wrapper-sm {
padding: 10px;
}
.wrapper {
padding: 15px;
}
.wrapper-md {
padding: 20px;
}
.wrapper-lg {
padding: 30px;
}
.wrapper-xl {
padding: 50px;
}
.padder-lg {
padding-left: 30px;
padding-right: 30px;
}
.padder-md {
padding-left: 20px;
padding-right: 20px;
}
.padder {
padding-left: 15px;
padding-right: 15px;
}
.padder-v {
padding-top: 15px;
padding-bottom: 15px;
}
.padder-v-sm {
padding-top: 7px;
padding-bottom: 7px;
}
.padder-v-xsm {
padding-top: 2px;
padding-bottom: 2px;
}
.no-padder {
padding: 0 !important;
}
.p-b {
padding-bottom: 15px;
}
.p-t {
padding-top: 15px;
}
.p-t-md {
padding-top: 20px;
}
.p-t-lg {
padding-top: 30px;
}
.p-t-xl {
padding-top: 40px;
}
.p-t-xxl {
padding-top: 50px;
}
.font-danger {
color: red;
}
.m-xxs {
margin: 2px 4px;
}
.m-xs {
margin: 5px;
}
.m-sm {
margin: 10px;
}
.m {
margin: 15px;
}
.m-md {
margin: 20px;
}
.m-lg {
margin: 30px;
}
.m-xl {
margin: 50px;
}
.m-n {
margin: 0 !important;
}
.m-l-none {
margin-left: 0 !important;
}
.m-l-xs {
margin-left: 5px;
}
.m-l-sm {
margin-left: 10px;
}
.m-l {
margin-left: 15px;
}
.m-l-mobile {
margin-left: 15px !important;
}
.m-l-md {
margin-left: 20px;
}
.m-l-lg {
margin-left: 30px;
}
.m-l-xl {
margin-left: 40px;
}
.m-l-xxl {
margin-left: 50px;
}
.m-l-n-xxs {
margin-left: -1px;
}
.m-l-n-xs {
margin-left: -5px;
}
.m-l-n-sm {
margin-left: -10px;
}
.m-l-n {
margin-left: -15px;
}
.m-l-n-md {
margin-left: -20px;
}
.m-l-n-lg {
margin-left: -30px;
}
.m-l-n-xl {
margin-left: -40px;
}
.m-l-n-xxl {
margin-left: -50px;
}
.m-t-none {
margin-top: 0 !important;
}
.m-t-xxs {
margin-top: 2px;
}
.m-t-xs {
margin-top: 5px;
}
.m-t-sm {
margin-top: 10px;
}
.m-t {
margin-top: 15px;
}
.m-t-md {
margin-top: 20px;
}
.m-t-lg {
margin-top: 30px;
}
.m-t-xl {
margin-top: 40px;
}
.m-t-xxl {
margin-top: 50px;
}
.m-t-bg {
margin-top: 100px;
}
.m-t-n-xxs {
margin-top: -1px;
}
.m-t-n-xs {
margin-top: -5px;
}
.m-t-n-sm {
margin-top: -10px;
}
.m-t-n {
margin-top: -15px;
}
.m-t-n-md {
margin-top: -20px;
}
.m-t-n-lg {
margin-top: -30px;
}
.m-t-n-xl {
margin-top: -40px;
}
.m-t-n-xxl {
margin-top: -50px;
}
.m-r-none {
margin-right: 0 !important;
}
.m-r-xxs {
margin-right: 1px;
}
.m-r-xs {
margin-right: 5px;
}
.m-r-sm {
margin-right: 10px;
}
.m-r {
margin-right: 15px;
}
.m-r-n {
margin-right: -15px;
}
.m-r-md {
margin-right: 20px;
}
.m-r-lg {
margin-right: 30px;
}
.m-r-xl {
margin-right: 40px;
}
.m-r-xxl {
margin-right: 50px;
}
.m-r-n-xxs {
margin-right: -1px;
}
.m-r-n-xs {
margin-right: -5px;
}
.m-r-n-sm {
margin-right: -10px;
}
.m-r-n {
margin-right: -15px;
}
.m-r-n-md {
margin-right: -20px;
}
.m-r-n-lg {
margin-right: -30px;
}
.m-r-n-xl {
margin-right: -40px;
}
.m-r-n-xxl {
margin-right: -50px;
}
.m-b-none {
margin-bottom: 0 !important;
}
.m-b-xxs {
margin-bottom: 1px;
}
.m-b-xs {
margin-bottom: 5px;
}
.m-b-sm {
margin-bottom: 10px;
}
.m-b {
margin-bottom: 15px;
}
.m-b-md {
margin-bottom: 20px;
}
.m-b-lg {
margin-bottom: 30px;
}
.m-b-xl {
margin-bottom: 40px;
}
.m-b-xxl {
margin-bottom: 50px;
}
.m-b-n-xxs {
margin-bottom: -1px;
}
.m-b-n-xs {
margin-bottom: -5px;
}
.m-b-n-sm {
margin-bottom: -10px;
}
.m-b-n {
margin-bottom: -15px;
}
.m-b-n-md {
margin-bottom: -20px;
}
.m-b-n-lg {
margin-bottom: -30px;
}
.m-b-n-xl {
margin-bottom: -40px;
}
.m-b-n-xxl {
margin-bottom: -50px;
}
.p-l-none {
padding-left: 0 !important;
}
.p-r-none {
padding-right: 0 !important;
}
.w-1x {
width: 1em;
}
.w-2x {
width: 2em;
}
.w-3x {
width: 3em;
}
.w-xxs {
width: 60px;
}
.w-xs {
width: 90px;
}
.w-sm {
width: 150px;
}
.w {
width: 200px;
}
.w-md {
width: 240px;
}
.w-lg {
width: 280px;
}
.w-xl {
width: 320px;
}
.w-xxl {
width: 360px;
}
.w-access {
width: 420px;
}
.w-mid {
width: 500px;
}
.w-full {
width: 100%;
}
.w-auto {
width: auto;
}
.h-auto {
height: auto;
}
.h-full {
height: 100%;
}
.header-list li{
list-style: none;
display: inline;
color: white;
}
.centered {
margin: 0 auto;
}
.border-bottom {
border-bottom: 1px solid #eee;
}
.topnav {
background-color: white;
margin-bottom: 0;
}
.navbar-right li a {
font-size: 15px;
cursor: pointer;
}
.modal-body p{
font-size: 15px;
}
.banner {
background: url("../img/particles.png");
height: 350px;
width: 100%;
background-color: #189AB6;
background-size: contain;
}
.banner > .container {
position: absolute;
top: 16rem;
left: 0;
right: 0;
bottom: 0;
}
.banner-text {
letter-spacing: 1px;
font-size: 28px;
}
.bottom-header > div {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.bottom-content-box {
border-bottom: 1px solid #eee;
padding-top: 20px;
padding-bottom: 20px;
}
.bottom-container {
background-color: white;
}
h4.d-name {
font-size: 20px;
}
p.d-shortinfo {
font-size: 14px;
padding-top: 10px;
}
p.d-shortsymptoms {
font-size: 14px;
padding: 10px 0;
}
.no-border {
border-bottom: none;
}
.btn-more {
background-color: #04A2DC;
letter-spacing: 1px;
color: white;
border: none;
border-radius: 1px;
float: right;
}
.btn-more:hover {
color: white;
}
/*search box*/
.search-box {
margin-top: 15px;
}
/*listed disease box*/
.listed-diseasebox {
background-color: white;
padding-top: 20px;
padding-bottom: 65px;
padding-right: 10px;
}
.listed-diseasebox h3 {
padding-left: 35px;
margin-top: 0;
}
.listed-diseasebox ul {
list-style: none;
}
.listed-diseasebox ul li {
margin-top: 15px;
}
.listed-diseasebox ul li a {
color: #000;
font-size: 14px;
margin-top: 15px;
text-decoration: underline;
cursor: pointer;
}
.form-control {
border-radius: 1px;
height: 40px;
}
/*individual disease page*/
.onedisease-body {
background-color: white;
padding-bottom: 20px;
}
.onedisease-header > div {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.onedisease-body-box {
padding-top: 20px;
padding-bottom: 20px;
}
.btn-source {
border-radius: 1px;
text-transform: uppercase;
letter-spacing: 1px;
}
/*footer*/
.footer {
background-color: white;
padding-top: 15px;
padding-bottom: 15px;
}
.footer p {
color: #000;
margin-bottom: 0;
text-align: center;
font-size: 14px;
}
.footer p a {
color: #000;
}
/*media query*/
@media (max-width: 767px) {
.bottom-right {
margin-top: 15px;
}
}
@media (max-width: 416px) {
.banner > .container {
top: 10rem;
}
.banner-text {
margin-top: 0;
}
}
@media (max-width: 991px) {
.bottom-header {
padding-top: 15px;
}
.bottom-right {
margin-top: 15px;
}
} | 0.451327 | 0.106226 |
@import './css/reset.css';
@import './css/fontes.css';
@import './css/header.css';
@import './css/footer.css';
@import './css/modal.css';
:root { --color: #2F2D2E; }
html { scroll-behavior: smooth; }
body {
font-family: 'News Cycle', 'Arial', sans-serif;
color: var(--color);
font-size: 160%;
}
img { width: 100%; }
a { color: inherit; }
b { font-weight: bold; }
abbr { text-decoration: none; }
.container {
margin: auto;
width: 9e+1%;
}
.bkgd1, .bkgd2, .bkgd3, .bkgd4 {
background-attachment: fixed;
background-size: cover;
min-height: 120vh;
}
.bkgd_fff { background-color: #fff !important; }
.bkgd1 { background-image: url(./img/bkgd1.jpg); }
.bkgd2 {
background-image: url(./img/bkgd2.jpg);
color: white;
}
.bkgd3 { background-image: url(./img/bkgd3.jpg); }
.bkgd4 {
background-image: url(./img/bkgd4.jpg);
min-height: 80vh;
}
*[fff] { color: white; }
*[hr] {
width: 32px;
height: 2px;
background-color: var(--color);
transform: translateX(-50%);
position: relative;
left: 50%;
margin-bottom: 20px;
margin-top: 20px;
}
h1, h2, h3 {
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}
/* home */
div#home h1, div#home h2 {
transform: translateX(-50%);
position: absolute;
left: 50%;
}
div#home h1 {
transform: translateY(inherit, -40%);
top: 40%;
font-weight: bold;
line-height: 1.15;
font-size: 160%;
}
div#home h2 {
transform: translateY(inherit, -80%);
top: 80%;
font-size: 80%;
}
/* equipamentos */
div#equipamentos h3 {
padding-top: 80px;
font-size: 120%;
}
div#equipamentos ul {
margin-top: 80px;
justify-content: space-around;
display: flex;
}
div#equipamentos ul li { text-align: center; }
div#equipamentos > ul > li { width: calc(100% / 4); }
div#equipamentos ul li figure img {
filter: invert(100%); /* GAMBIARRA LVL MAX */
width: 75%;
}
div#equipamentos ul li figure figcaption {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 80%;
padding-bottom: 20px;
padding-top: 20px;
}
/* definicao */
div#definicao h3 {
padding-top: 80px;
font-size: 160%;
}
div#definicao div.container {
text-align: center;
line-height: 1.15;
padding-bottom: 80px;
}
div#definicao figure {
width: calc(100% / 3);
float: left;
}
div#definicao small {
margin-top: 20px;
text-align: right;
display: block;
}
/* perfil */
div#perfil2 h3 {
padding-top: 80px;
font-size: 160%;
}
div#perfil2 {
transform: translate(-50%, 40%);
position: relative;
left: 50%;
top: 50%;
width: 60%;
text-align: center;
}
div#perfil2 p {
padding: 20px 120px 20px;
font-size: 80%;
}
div#perfil2 p:last-child {
padding-bottom: 80px;
}
/* inscricoes */
div#inscricoes img#logo {
padding-top: 80px;
display: block;
margin: auto;
width: 50%;
}
div#inscricoes {
min-height: 180vh;
}
div#inscricoes > div.inscricoes {
margin: auto;
width: 50%;
}
div#inscricoes > div.inscricoes > div.cols {
display: block;
overflow: auto;
}
div#inscricoes h3 {
padding-top: 20px;
font-size: 160%;
}
div#inscricoes div[role=contato] { padding-left: 2%; }
div#inscricoes div[role=contato] * { display: block; }
div#inscricoes div[role=contato],
div#inscricoes form {
line-height: 1.5;
float: left;
width: 48%;
}
div#inscricoes form { padding-right: 2%; }
div#inscricoes > div.inscricoes div.cols > form > * { display: block; }
div#inscricoes > div.inscricoes div.cols > form > input,
div#inscricoes > div.inscricoes div.cols > form > select {
padding-right: 20px;
padding-left: 20px;
border: 1px solid grey;
border-radius: 4px;
height: 40px;
width: 75%;
font-family: 'News Cycle', 'Arial', sans-serif;
font-size: 64%;
}
div#inscricoes select {
background-color: white;
}
div#inscricoes ::placeholder { opacity: 0.5; }
div#inscricoes input[type=submit] {
width: fit-content !important;
background-color: var(--color);
color: white;
margin-bottom: 20px;
margin-top: 20px;
}
div#inscricoes input[type=submit]:hover {
transition-duration: 0.4s;
filter: invert(100%);
}
div#inscricoes span[require] { color: red; } | index.css | @import './css/reset.css';
@import './css/fontes.css';
@import './css/header.css';
@import './css/footer.css';
@import './css/modal.css';
:root { --color: #2F2D2E; }
html { scroll-behavior: smooth; }
body {
font-family: 'News Cycle', 'Arial', sans-serif;
color: var(--color);
font-size: 160%;
}
img { width: 100%; }
a { color: inherit; }
b { font-weight: bold; }
abbr { text-decoration: none; }
.container {
margin: auto;
width: 9e+1%;
}
.bkgd1, .bkgd2, .bkgd3, .bkgd4 {
background-attachment: fixed;
background-size: cover;
min-height: 120vh;
}
.bkgd_fff { background-color: #fff !important; }
.bkgd1 { background-image: url(./img/bkgd1.jpg); }
.bkgd2 {
background-image: url(./img/bkgd2.jpg);
color: white;
}
.bkgd3 { background-image: url(./img/bkgd3.jpg); }
.bkgd4 {
background-image: url(./img/bkgd4.jpg);
min-height: 80vh;
}
*[fff] { color: white; }
*[hr] {
width: 32px;
height: 2px;
background-color: var(--color);
transform: translateX(-50%);
position: relative;
left: 50%;
margin-bottom: 20px;
margin-top: 20px;
}
h1, h2, h3 {
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}
/* home */
div#home h1, div#home h2 {
transform: translateX(-50%);
position: absolute;
left: 50%;
}
div#home h1 {
transform: translateY(inherit, -40%);
top: 40%;
font-weight: bold;
line-height: 1.15;
font-size: 160%;
}
div#home h2 {
transform: translateY(inherit, -80%);
top: 80%;
font-size: 80%;
}
/* equipamentos */
div#equipamentos h3 {
padding-top: 80px;
font-size: 120%;
}
div#equipamentos ul {
margin-top: 80px;
justify-content: space-around;
display: flex;
}
div#equipamentos ul li { text-align: center; }
div#equipamentos > ul > li { width: calc(100% / 4); }
div#equipamentos ul li figure img {
filter: invert(100%); /* GAMBIARRA LVL MAX */
width: 75%;
}
div#equipamentos ul li figure figcaption {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 80%;
padding-bottom: 20px;
padding-top: 20px;
}
/* definicao */
div#definicao h3 {
padding-top: 80px;
font-size: 160%;
}
div#definicao div.container {
text-align: center;
line-height: 1.15;
padding-bottom: 80px;
}
div#definicao figure {
width: calc(100% / 3);
float: left;
}
div#definicao small {
margin-top: 20px;
text-align: right;
display: block;
}
/* perfil */
div#perfil2 h3 {
padding-top: 80px;
font-size: 160%;
}
div#perfil2 {
transform: translate(-50%, 40%);
position: relative;
left: 50%;
top: 50%;
width: 60%;
text-align: center;
}
div#perfil2 p {
padding: 20px 120px 20px;
font-size: 80%;
}
div#perfil2 p:last-child {
padding-bottom: 80px;
}
/* inscricoes */
div#inscricoes img#logo {
padding-top: 80px;
display: block;
margin: auto;
width: 50%;
}
div#inscricoes {
min-height: 180vh;
}
div#inscricoes > div.inscricoes {
margin: auto;
width: 50%;
}
div#inscricoes > div.inscricoes > div.cols {
display: block;
overflow: auto;
}
div#inscricoes h3 {
padding-top: 20px;
font-size: 160%;
}
div#inscricoes div[role=contato] { padding-left: 2%; }
div#inscricoes div[role=contato] * { display: block; }
div#inscricoes div[role=contato],
div#inscricoes form {
line-height: 1.5;
float: left;
width: 48%;
}
div#inscricoes form { padding-right: 2%; }
div#inscricoes > div.inscricoes div.cols > form > * { display: block; }
div#inscricoes > div.inscricoes div.cols > form > input,
div#inscricoes > div.inscricoes div.cols > form > select {
padding-right: 20px;
padding-left: 20px;
border: 1px solid grey;
border-radius: 4px;
height: 40px;
width: 75%;
font-family: 'News Cycle', 'Arial', sans-serif;
font-size: 64%;
}
div#inscricoes select {
background-color: white;
}
div#inscricoes ::placeholder { opacity: 0.5; }
div#inscricoes input[type=submit] {
width: fit-content !important;
background-color: var(--color);
color: white;
margin-bottom: 20px;
margin-top: 20px;
}
div#inscricoes input[type=submit]:hover {
transition-duration: 0.4s;
filter: invert(100%);
}
div#inscricoes span[require] { color: red; } | 0.330255 | 0.061763 |
input[type=range] {
width: 100%;
margin: 16px 0;
background-color: transparent;
-webkit-appearance: none;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
background: #c0c0c0;
border: 0;
width: 100%;
height: 0px;
cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
margin-top: -16px;
width: 16px;
height: 32px;
/*background: #808080;*/
border: 2px solid #ffffff;
cursor: pointer;
/*shadow because we need something like and something dark*/
box-shadow: 2px 0px 0px #000000, -2px -0px 0px #000000;
-webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #cdcdcd;
}
input[type=range]::-moz-range-track {
background: #c0c0c0;
border: 0;
width: 100%;
height: 0px;
cursor: pointer;
}
input[type=range]::-moz-range-thumb {
width: 16px;
height: 32px;
/*background: #808080;*/
border: 2px solid #ffffff;
cursor: pointer;
/*shadow because we need something like and something dark*/
box-shadow: 2px 0px 0px #000000, -2px -0px 0px #000000;
}
input[type=range]::-ms-track {
background: transparent;
border-color: transparent;
border-width: 16px 0;
color: transparent;
width: 100%;
height: 0px;
cursor: pointer;
}
input[type=range]::-ms-fill-lower {
background: #b3b3b3;
border: 0;
}
input[type=range]::-ms-fill-upper {
background: #c0c0c0;
border: 0;
}
input[type=range]::-ms-thumb {
width: 16px;
height: 32px;
/*background: #808080;*/
border: 2px solid #ffffff;
cursor: pointer;
margin-top: 0px;
/*Needed to keep the Edge thumb centred*/
/*shadow because we need something like and something dark*/
box-shadow: 2px 0px 0px #000000, -2px -0px 0px #000000;
}
input[type=range]:focus::-ms-fill-lower {
background: #c0c0c0;
}
input[type=range]:focus::-ms-fill-upper {
background: #cdcdcd;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
/* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
input[type=range] {
margin: 0;
/*Edge starts the margin from the thumb, not the track as other browsers do*/
}
} | css/slider.css | input[type=range] {
width: 100%;
margin: 16px 0;
background-color: transparent;
-webkit-appearance: none;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
background: #c0c0c0;
border: 0;
width: 100%;
height: 0px;
cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
margin-top: -16px;
width: 16px;
height: 32px;
/*background: #808080;*/
border: 2px solid #ffffff;
cursor: pointer;
/*shadow because we need something like and something dark*/
box-shadow: 2px 0px 0px #000000, -2px -0px 0px #000000;
-webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #cdcdcd;
}
input[type=range]::-moz-range-track {
background: #c0c0c0;
border: 0;
width: 100%;
height: 0px;
cursor: pointer;
}
input[type=range]::-moz-range-thumb {
width: 16px;
height: 32px;
/*background: #808080;*/
border: 2px solid #ffffff;
cursor: pointer;
/*shadow because we need something like and something dark*/
box-shadow: 2px 0px 0px #000000, -2px -0px 0px #000000;
}
input[type=range]::-ms-track {
background: transparent;
border-color: transparent;
border-width: 16px 0;
color: transparent;
width: 100%;
height: 0px;
cursor: pointer;
}
input[type=range]::-ms-fill-lower {
background: #b3b3b3;
border: 0;
}
input[type=range]::-ms-fill-upper {
background: #c0c0c0;
border: 0;
}
input[type=range]::-ms-thumb {
width: 16px;
height: 32px;
/*background: #808080;*/
border: 2px solid #ffffff;
cursor: pointer;
margin-top: 0px;
/*Needed to keep the Edge thumb centred*/
/*shadow because we need something like and something dark*/
box-shadow: 2px 0px 0px #000000, -2px -0px 0px #000000;
}
input[type=range]:focus::-ms-fill-lower {
background: #c0c0c0;
}
input[type=range]:focus::-ms-fill-upper {
background: #cdcdcd;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
/* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
input[type=range] {
margin: 0;
/*Edge starts the margin from the thumb, not the track as other browsers do*/
}
} | 0.250913 | 0.07343 |
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;
font-family: 'Red Hat Display', sans-serif;
font-size: 16px;
}
/* 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;
}
body{
background-color: hsl(225, 100%, 94%);
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
html{
height: 100%;
width: 100%;
}
.main-content{
display: flex;
flex-direction: column;
height: 90%;
width: 90%;
background-color: white;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
max-width: 400px;
}
.top-image{
height: 33%;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.top-image img{
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.summary-content{
text-align: center;
height: 25%;
padding-left: 10%;
padding-right: 10%;
/* width:80%; */
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.summary-content h1{
font-size: 1.5em;
padding-bottom: 5%;
font-weight: 900;
color: hsl(223, 47%, 23%);
}
.summary-content p{
line-height: 1.5em;
color:hsl(224, 23%, 55%);
}
.plan-information{
display: flex;
flex-direction: row;
height: 20%;
width: 100%;
justify-content: space-evenly;
align-items: center;
padding-top: 5%;
}
.plan-group{
display: flex;
flex-direction: column;
justify-content: center;
width:30%;
margin: 0;
height: 100%;
align-items: flex-start;
}
.plan-group h2{
font-weight: 900;
padding-bottom: 10%;
color: hsl(223, 47%, 23%);
}
.plan-group p{
color:hsl(224, 23%, 55%);
}
.plan-information a{
font-weight: 700;
font-size: .9em;
}
.payment-buttons{
height: 20%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 5%;
}
.payment-buttons button{
width: 95%;
height: 45%;
border-radius: 10px;
background-color: white;
box-shadow: none;
font-family: 'Red Hat Display', sans-serif;
font-weight: 700;
border: none;
}
.payment-buttons button:hover{
cursor: pointer;
}
#proceed{
background-color:hsl(245, 75%, 52%) ;
color: white;
font-size: .9em;
}
#proceed:active{
background-color: hsl(251, 31%, 53%);
cursor: pointer;
}
#order{
font-size: .9em;
color:hsl(224, 23%, 55%);
}
#order:active{
color:hsl(223, 47%, 23%)
}
.attribution{
width:80%;
height: 5%;
display: flex;
text-align: center;
align-self: center;
justify-content: center;
}
@media only screen and (min-width: 800px) {
body{
/* display: flex; */
background: no-repeat url(./images/pattern-background-desktop.svg);
background-color: hsl(225, 100%, 94%);
/* flex-direction: column;
align-items: center;
justify-content: center; */
}
} | React Projects/frontendmentor/order-summary-component-main/app.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;
font-family: 'Red Hat Display', sans-serif;
font-size: 16px;
}
/* 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;
}
body{
background-color: hsl(225, 100%, 94%);
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
html{
height: 100%;
width: 100%;
}
.main-content{
display: flex;
flex-direction: column;
height: 90%;
width: 90%;
background-color: white;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
max-width: 400px;
}
.top-image{
height: 33%;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.top-image img{
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.summary-content{
text-align: center;
height: 25%;
padding-left: 10%;
padding-right: 10%;
/* width:80%; */
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.summary-content h1{
font-size: 1.5em;
padding-bottom: 5%;
font-weight: 900;
color: hsl(223, 47%, 23%);
}
.summary-content p{
line-height: 1.5em;
color:hsl(224, 23%, 55%);
}
.plan-information{
display: flex;
flex-direction: row;
height: 20%;
width: 100%;
justify-content: space-evenly;
align-items: center;
padding-top: 5%;
}
.plan-group{
display: flex;
flex-direction: column;
justify-content: center;
width:30%;
margin: 0;
height: 100%;
align-items: flex-start;
}
.plan-group h2{
font-weight: 900;
padding-bottom: 10%;
color: hsl(223, 47%, 23%);
}
.plan-group p{
color:hsl(224, 23%, 55%);
}
.plan-information a{
font-weight: 700;
font-size: .9em;
}
.payment-buttons{
height: 20%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 5%;
}
.payment-buttons button{
width: 95%;
height: 45%;
border-radius: 10px;
background-color: white;
box-shadow: none;
font-family: 'Red Hat Display', sans-serif;
font-weight: 700;
border: none;
}
.payment-buttons button:hover{
cursor: pointer;
}
#proceed{
background-color:hsl(245, 75%, 52%) ;
color: white;
font-size: .9em;
}
#proceed:active{
background-color: hsl(251, 31%, 53%);
cursor: pointer;
}
#order{
font-size: .9em;
color:hsl(224, 23%, 55%);
}
#order:active{
color:hsl(223, 47%, 23%)
}
.attribution{
width:80%;
height: 5%;
display: flex;
text-align: center;
align-self: center;
justify-content: center;
}
@media only screen and (min-width: 800px) {
body{
/* display: flex; */
background: no-repeat url(./images/pattern-background-desktop.svg);
background-color: hsl(225, 100%, 94%);
/* flex-direction: column;
align-items: center;
justify-content: center; */
}
} | 0.266357 | 0.082475 |