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
|
---|---|---|---|---|
.leaflet-google-layer {
z-index: 0;
}
.leaflet-map-pane {
z-index: 100;
}
.awesome-marker {
background-repeat: no-repeat !important;
height: 46px !important;
width: 35px !important;
}
.awesome-marker-labeled {
margin-top: -40px !important;
margin-left: -19px !important;
}
.legend {
line-height: 18px;
color: #555;
background-color: white;
padding: 20px;
border-radius: 10px;
box-shadow: -1px 3px 10px -1px rgba(0, 0, 0, 0.4);
opacity: 0.9;
}
/*.datasets-listing{
color: #555;
background-color: white;
border-radius: 10px;
box-shadow: -1px 3px 10px -1px rgba(0, 0, 0, 0.4);
opacity: 0.9;
padding:20px;
}*/
#legend{
padding:20px;
}
.legend-icon {
background-image: url(../leaflet-awesome-marker/img/markers-soft.png);
background-repeat: no-repeat;
width: 35px;
height: 46px;
text-align: center;
float: left;
}
.legend-icon > i {
color: #fff;
margin-top: 10px;
display: inline-block;
font-size: 14px;
}
.legend-item {
clear: both;
}
.legend-text {
float: left;
padding-top: 10px;
}
html, body {
width: 100%;
height: 100%;
}
#container {
height: 100%;
}
.panel-header {
background-color: #474C51;
color: #ffffff;
padding: 10px 0 10px 20px;
}
.panel-header h3 {
font-size: 20px;
color: #ffffff;
}
.panel-header p, .panel-header p > span{
font-size: 15px;
}
#content {
padding: 0;
height: 81.7%;
}
.container-fluid {
width: 100%;
height: 100%;
margin: auto;
}
.map-panel {
position: relative;
float: left;
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
#webmap {
width: 100%;
height: 95%;
float: left;
}
#mapheader {
height: 5%;
width: 100%;
}
#latlng {
}
#map-container {
width: 100%;
height: 100%;
float: left;
}
.sensor-dashboard-width {
width: 40%;
border-color: #f1f1f1;
word-wrap: break-word;
white-space: normal !important;
}
table.sensor-dashboard {
vertical-align: baseline;
border-color: #f1f1f1;
}
tr.sensor-dashboard {
vertical-align: baseline;
white-space: normal !important;
}
tr.sensor-dashboard:nth-child(even){background-color: #f2f2f2}
td.sensor-dashboard {
vertical-align: baseline;
border-bottom: 1px solid #ddd;
white-space: normal !important;
color: #444;
}
.loadinggif {
background: url('http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif') no-repeat right center;
}
th.sensor-dashboard {
vertical-align: baseline;
color: #444;
border-bottom: 1px solid #ddd;
}
.sensor-dashboard-header {
color: #444;
background-color: #fff;
white-space: normal !important;
}
.container .content {
display: none;
padding : 5px;
}
td.title {
font-weight: bold;
}
select {
width: 85%;
overflow: hidden;
white-space: pre;
text-overflow: ellipsis;
}
option {
border: solid 1px #DDDDDD;
}
#close-filter, #minimize-toggle {
float: right;
padding-left: 10px;
}
.legend-container #dataset-filter {
background-color: rgba(255, 255, 255, 1.0);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
div.legend-container.leaflet-control {
z-index: 9999999;
}
.legend-collapsed #dataset-filter {
display: none;
}
#dataset-filter {
padding: 20px;
}
/* Main blocks */
#header {
height: 5%;
}
.admin_shortcuts {
height: 11%;
}
.admin_shortcuts .shortcuts {
height: 100%;
}
#footer {
padding: 0;
}
/* Accordion */
button.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
margin-bottom: 5px;
}
button.accordion.active, button.accordion:hover {
background-color: #ddd;
}
button.accordion:after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}
button.accordion.active:after {
content: "\2212";
}
div.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
/* Add icon to external links */
a[target="_blank"]:after {
font-family: 'FontAwesome';
content: " \f08e";
} | odm2admin/static/css/main_style.css | .leaflet-google-layer {
z-index: 0;
}
.leaflet-map-pane {
z-index: 100;
}
.awesome-marker {
background-repeat: no-repeat !important;
height: 46px !important;
width: 35px !important;
}
.awesome-marker-labeled {
margin-top: -40px !important;
margin-left: -19px !important;
}
.legend {
line-height: 18px;
color: #555;
background-color: white;
padding: 20px;
border-radius: 10px;
box-shadow: -1px 3px 10px -1px rgba(0, 0, 0, 0.4);
opacity: 0.9;
}
/*.datasets-listing{
color: #555;
background-color: white;
border-radius: 10px;
box-shadow: -1px 3px 10px -1px rgba(0, 0, 0, 0.4);
opacity: 0.9;
padding:20px;
}*/
#legend{
padding:20px;
}
.legend-icon {
background-image: url(../leaflet-awesome-marker/img/markers-soft.png);
background-repeat: no-repeat;
width: 35px;
height: 46px;
text-align: center;
float: left;
}
.legend-icon > i {
color: #fff;
margin-top: 10px;
display: inline-block;
font-size: 14px;
}
.legend-item {
clear: both;
}
.legend-text {
float: left;
padding-top: 10px;
}
html, body {
width: 100%;
height: 100%;
}
#container {
height: 100%;
}
.panel-header {
background-color: #474C51;
color: #ffffff;
padding: 10px 0 10px 20px;
}
.panel-header h3 {
font-size: 20px;
color: #ffffff;
}
.panel-header p, .panel-header p > span{
font-size: 15px;
}
#content {
padding: 0;
height: 81.7%;
}
.container-fluid {
width: 100%;
height: 100%;
margin: auto;
}
.map-panel {
position: relative;
float: left;
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
#webmap {
width: 100%;
height: 95%;
float: left;
}
#mapheader {
height: 5%;
width: 100%;
}
#latlng {
}
#map-container {
width: 100%;
height: 100%;
float: left;
}
.sensor-dashboard-width {
width: 40%;
border-color: #f1f1f1;
word-wrap: break-word;
white-space: normal !important;
}
table.sensor-dashboard {
vertical-align: baseline;
border-color: #f1f1f1;
}
tr.sensor-dashboard {
vertical-align: baseline;
white-space: normal !important;
}
tr.sensor-dashboard:nth-child(even){background-color: #f2f2f2}
td.sensor-dashboard {
vertical-align: baseline;
border-bottom: 1px solid #ddd;
white-space: normal !important;
color: #444;
}
.loadinggif {
background: url('http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif') no-repeat right center;
}
th.sensor-dashboard {
vertical-align: baseline;
color: #444;
border-bottom: 1px solid #ddd;
}
.sensor-dashboard-header {
color: #444;
background-color: #fff;
white-space: normal !important;
}
.container .content {
display: none;
padding : 5px;
}
td.title {
font-weight: bold;
}
select {
width: 85%;
overflow: hidden;
white-space: pre;
text-overflow: ellipsis;
}
option {
border: solid 1px #DDDDDD;
}
#close-filter, #minimize-toggle {
float: right;
padding-left: 10px;
}
.legend-container #dataset-filter {
background-color: rgba(255, 255, 255, 1.0);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
div.legend-container.leaflet-control {
z-index: 9999999;
}
.legend-collapsed #dataset-filter {
display: none;
}
#dataset-filter {
padding: 20px;
}
/* Main blocks */
#header {
height: 5%;
}
.admin_shortcuts {
height: 11%;
}
.admin_shortcuts .shortcuts {
height: 100%;
}
#footer {
padding: 0;
}
/* Accordion */
button.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
margin-bottom: 5px;
}
button.accordion.active, button.accordion:hover {
background-color: #ddd;
}
button.accordion:after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}
button.accordion.active:after {
content: "\2212";
}
div.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
/* Add icon to external links */
a[target="_blank"]:after {
font-family: 'FontAwesome';
content: " \f08e";
} | 0.373419 | 0.237841 |
@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto');
.home-container{
width: 100%;
}
.home-container h1{
font-family: "Montserrat", sans-serif;
}
.home-container h2{
font-family: "Montserrat", sans-serif;
}
.home-container h3{
font-family: "Montserrat", sans-serif;
}
.home-container p{
font-family: "Roboto" sans-serif;
}
/* .home-banner{
background: url('../../images/banner-shop-girl.jpg') no-repeat;
background-size: cover;
height: 60vh;
background-position-y: 90%;
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
color: white;
font-family: "Roboto", sans-serif;
} */
.home-banner-vid{
position: relative;
overflow: hidden;
background-color: black;
width: 100vw;
margin-top: 55px;
}
.home-banner-vid img {
position: absolute;
z-index: 1;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
}
.home-banner-overlay {
z-index: 2;
position: relative;
min-height: 100vh;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
.home-banner-overlay h1{
font-size: 8rem;
font-weight: 800;
font-family: "Montserrat", sans-serif;
color: white;
text-shadow: 2px 2px 2px black;
}
.home-banner-overlay h2{
font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 4rem;
color: white;
text-shadow: 2px 2px 2px black;
}
.about p {
font-size: 1.25rem;
}
.home-content{
/* border-radius: 20px; */
background: white;
padding: 60px 60px;
margin: 0 auto;
max-width: 80%;
}
.content-tiles{
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
.tile-img{
width: 47%;
margin: 20px 0px;
height: 300px;
border-radius: 20px;
background-size: cover;
background-position: center;
}
/* .tile-img img{
border-radius: 20px;
} */
.tile-text{
width: 47%;
margin: 20px 0px;
font-size: 1.25rem;
}
section {
align-items: center;
}
.button:hover{
cursor: pointer;
}
.button{
color: #362023
}
.about h2, .value h2 {
text-align: center;
margin: 40px 0px;
width: 100%;
}
.about-tile-grid, .value-tile-grid {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.about-tile, .value-tile {
display: flex;
flex-flow: column nowrap;
width: 30%;
}
.about-icon, .value-icon{
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
width: 100%;
}
.about-icon i, .value-icon i{
margin: 10px;
}
.about-text, .value-text {
padding: 0px 20px;
}
.about-text h3, .value-text h3{
font-size: 1.25rem;
font-weight: 800;
text-align: center;
}
.about-text p, .value-text p {
font-size: 1rem;
text-align: justify;
}
.plans {
display: flex;
flex-flow: row nowrap;
width: 100%;
margin: 40px 0px;
}
.plans .card {
width: 40%;
margin: 0 5%;
}
.plans .card-header{
background: #2A922D;
color: white;
text-align: center;
}
.plans .card-title h2{
text-align: center;
}
.plans .card-title p{
text-align: center;
font-size: 0.75rem;
}
.plans .card-text {
display: flex;
flex-flow: column nowrap;
}
.plans .card-footer {
text-align: center;
}
.plans .card-footer button {
background: #2A922D !important;
}
footer {
text-align: center;
margin: 40px 0px;
color: lightgray;
}
@media only screen and (max-width: 767px){
.home-banner-overlay h1{
font-size: 4rem;
}
.home-banner-overlay h2{
font-size: 2rem;
}
.home-content{
padding: 10px;
}
.content-tiles{
flex-flow: column nowrap;
}
.about-tile-grid, .value-tile-grid{
flex-flow: column nowrap;
width: 100%;
}
.about-tile, .value-tile {
width: 100%;
}
.tile-img{
width: 100%;
}
.tile-text{
width: 100%;
}
.plans {
flex-flow: column nowrap;
}
.plans .card{
width: 100%;
margin: 20px 0px;
}
} | frontend/shopping-list/src/components/Styles/Home.css | @import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto');
.home-container{
width: 100%;
}
.home-container h1{
font-family: "Montserrat", sans-serif;
}
.home-container h2{
font-family: "Montserrat", sans-serif;
}
.home-container h3{
font-family: "Montserrat", sans-serif;
}
.home-container p{
font-family: "Roboto" sans-serif;
}
/* .home-banner{
background: url('../../images/banner-shop-girl.jpg') no-repeat;
background-size: cover;
height: 60vh;
background-position-y: 90%;
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
color: white;
font-family: "Roboto", sans-serif;
} */
.home-banner-vid{
position: relative;
overflow: hidden;
background-color: black;
width: 100vw;
margin-top: 55px;
}
.home-banner-vid img {
position: absolute;
z-index: 1;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
}
.home-banner-overlay {
z-index: 2;
position: relative;
min-height: 100vh;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
.home-banner-overlay h1{
font-size: 8rem;
font-weight: 800;
font-family: "Montserrat", sans-serif;
color: white;
text-shadow: 2px 2px 2px black;
}
.home-banner-overlay h2{
font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 4rem;
color: white;
text-shadow: 2px 2px 2px black;
}
.about p {
font-size: 1.25rem;
}
.home-content{
/* border-radius: 20px; */
background: white;
padding: 60px 60px;
margin: 0 auto;
max-width: 80%;
}
.content-tiles{
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
.tile-img{
width: 47%;
margin: 20px 0px;
height: 300px;
border-radius: 20px;
background-size: cover;
background-position: center;
}
/* .tile-img img{
border-radius: 20px;
} */
.tile-text{
width: 47%;
margin: 20px 0px;
font-size: 1.25rem;
}
section {
align-items: center;
}
.button:hover{
cursor: pointer;
}
.button{
color: #362023
}
.about h2, .value h2 {
text-align: center;
margin: 40px 0px;
width: 100%;
}
.about-tile-grid, .value-tile-grid {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.about-tile, .value-tile {
display: flex;
flex-flow: column nowrap;
width: 30%;
}
.about-icon, .value-icon{
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
width: 100%;
}
.about-icon i, .value-icon i{
margin: 10px;
}
.about-text, .value-text {
padding: 0px 20px;
}
.about-text h3, .value-text h3{
font-size: 1.25rem;
font-weight: 800;
text-align: center;
}
.about-text p, .value-text p {
font-size: 1rem;
text-align: justify;
}
.plans {
display: flex;
flex-flow: row nowrap;
width: 100%;
margin: 40px 0px;
}
.plans .card {
width: 40%;
margin: 0 5%;
}
.plans .card-header{
background: #2A922D;
color: white;
text-align: center;
}
.plans .card-title h2{
text-align: center;
}
.plans .card-title p{
text-align: center;
font-size: 0.75rem;
}
.plans .card-text {
display: flex;
flex-flow: column nowrap;
}
.plans .card-footer {
text-align: center;
}
.plans .card-footer button {
background: #2A922D !important;
}
footer {
text-align: center;
margin: 40px 0px;
color: lightgray;
}
@media only screen and (max-width: 767px){
.home-banner-overlay h1{
font-size: 4rem;
}
.home-banner-overlay h2{
font-size: 2rem;
}
.home-content{
padding: 10px;
}
.content-tiles{
flex-flow: column nowrap;
}
.about-tile-grid, .value-tile-grid{
flex-flow: column nowrap;
width: 100%;
}
.about-tile, .value-tile {
width: 100%;
}
.tile-img{
width: 100%;
}
.tile-text{
width: 100%;
}
.plans {
flex-flow: column nowrap;
}
.plans .card{
width: 100%;
margin: 20px 0px;
}
} | 0.233444 | 0.091544 |
page {
z-index: 0;
width: 100%;
height: 100%;
background-color: #fff;
}
.ad-img{
width: 100%;
height: 100%;
}
.abs{
width: 100%;
height: 100%;
}
.main-container .first-label{
margin-top: 40%;
font-weight: bold;
font-size: 21em;
margin-left:5%;
}
.main-container .second-label{
font-weight: bold;
font-size: 21em;
}
.main-container{
background-color: #fff;
top: 0;
height: 80%;
width: 90%;
margin-left: 5%;
margin-top: 10%;
border-width: 10;
border-radius: 50;
border-color: #626066;
padding: 12%;
z-index: 900;
}
.mc-h550{
height: 76%;
border-width: 6;
margin-top: 11%;
}
.mc-h600{
height: 78%;
margin-top: 11%;
border-width: 6;
}
.mc-h700{
height: 78%;
margin-top: 12%;
}
.mc-h800{
height: 80%;
margin-top: 11%;
}
.mc-h900{
height: 80%;
}
.mc-h1100{
height: 80%;
font-size: 50;
}
.mc-h1100 .first-label,
.mc-h1100 .second-label{
font-size: 40;
}
.logo{
background-color: #fff;
width: 25%;
height: 15%;
border-width: 10%;
border-radius: 100%;
border-color: #626066;
padding: 10%;
z-index: 900.1;
top: 0;
left: 0;
margin-left: 38%;
margin-top: 5%;
}
.logo-h550{
height: 15%;
border-width: 6;
}
.logo-h600{
height: 15%;
border-width: 7;
}
.logo-h700{
height: 15%;
border-width: 7;
}
.logo-h800{
width: 100;
height: 100;
}
.logo-h900{
width: 120;
height: 120;
}
.logo-h1100{
width: 140;
height: 140;
}
.logo-wrapper{
width: 100%;
height: 100%;
background-color: transparent;
}
.lw-h550{
}
.higher-logo{
top: 8;
left: 0;
height: 18;
width: 15;
margin-left: 22;
background-color: #FF3838;
border-top-left-radius: 19;
border-top-right-radius: 19;
}
.hl-h550{
height: 13;
width: 12;
top: 5;
left: 18;
margin-left: 0;
}
.hl-h600{
height: 15;
width: 14;
top: 6;
left: 20;
margin-left: 0;
}
.hl-h700{
height: 17;
width: 14;
top: 14;
left: 28;
margin-left: 0;
}
.hl-h900{
height: 26;
width: 24;
top: 10;
left: 28;
margin-left: 0;
}
.hl-h1100{
height: 32;
width: 30;
top: 16;
left: 36;
margin-left: 0;
}
.lower-logo{
top: 29;
left: 17;
height: 18;
width: 24;
background-color: #fff;
border-width: 5;
border-top-width: 00;
border-color: #000;
border-bottom-left-radius: 27;
border-bottom-right-radius: 27;
}
.ll-h550{
height: 13;
width: 21;
border-width: 4 ;
border-top-width: 00;
top: 23;
left: 13.5;
}
.ll-h600{
height: 15;
width: 23;
border-width: 4;
border-top-width: 0;
top: 25;
left: 15.5;
}
.ll-h700{
height: 17;
width: 23;
border-width: 4;
border-top-width: 0;
top: 35;
left: 23.5;
}
.ll-h900{
height: 26;
width: 34;
border-width: 6;
border-top-width: 0;
top: 42;
left: 23.5;
}
.ll-h1100{
height: 32;
width: 44.5;
border-width: 8;
border-top-width: 00;
top: 55;
left: 28.5;
}
.skip-btn {
text-transform: none;
color: #fff;
font-weight: bold;
background-color: #FF3838;
border-radius: 10;
z-index: 990;
}
.sb-h550{
height: 43;
width: 85;
}
.sb-h600{
height: 43;
width: 85;
}
.sb-h900{
left: 0;
}
.sb-h1100{
left: 0;
height: 63;
}
.sb-h800{
left: 0;
top: 0;
margin-top: 92%;
} | app/views/loginAd/login-ad.css | page {
z-index: 0;
width: 100%;
height: 100%;
background-color: #fff;
}
.ad-img{
width: 100%;
height: 100%;
}
.abs{
width: 100%;
height: 100%;
}
.main-container .first-label{
margin-top: 40%;
font-weight: bold;
font-size: 21em;
margin-left:5%;
}
.main-container .second-label{
font-weight: bold;
font-size: 21em;
}
.main-container{
background-color: #fff;
top: 0;
height: 80%;
width: 90%;
margin-left: 5%;
margin-top: 10%;
border-width: 10;
border-radius: 50;
border-color: #626066;
padding: 12%;
z-index: 900;
}
.mc-h550{
height: 76%;
border-width: 6;
margin-top: 11%;
}
.mc-h600{
height: 78%;
margin-top: 11%;
border-width: 6;
}
.mc-h700{
height: 78%;
margin-top: 12%;
}
.mc-h800{
height: 80%;
margin-top: 11%;
}
.mc-h900{
height: 80%;
}
.mc-h1100{
height: 80%;
font-size: 50;
}
.mc-h1100 .first-label,
.mc-h1100 .second-label{
font-size: 40;
}
.logo{
background-color: #fff;
width: 25%;
height: 15%;
border-width: 10%;
border-radius: 100%;
border-color: #626066;
padding: 10%;
z-index: 900.1;
top: 0;
left: 0;
margin-left: 38%;
margin-top: 5%;
}
.logo-h550{
height: 15%;
border-width: 6;
}
.logo-h600{
height: 15%;
border-width: 7;
}
.logo-h700{
height: 15%;
border-width: 7;
}
.logo-h800{
width: 100;
height: 100;
}
.logo-h900{
width: 120;
height: 120;
}
.logo-h1100{
width: 140;
height: 140;
}
.logo-wrapper{
width: 100%;
height: 100%;
background-color: transparent;
}
.lw-h550{
}
.higher-logo{
top: 8;
left: 0;
height: 18;
width: 15;
margin-left: 22;
background-color: #FF3838;
border-top-left-radius: 19;
border-top-right-radius: 19;
}
.hl-h550{
height: 13;
width: 12;
top: 5;
left: 18;
margin-left: 0;
}
.hl-h600{
height: 15;
width: 14;
top: 6;
left: 20;
margin-left: 0;
}
.hl-h700{
height: 17;
width: 14;
top: 14;
left: 28;
margin-left: 0;
}
.hl-h900{
height: 26;
width: 24;
top: 10;
left: 28;
margin-left: 0;
}
.hl-h1100{
height: 32;
width: 30;
top: 16;
left: 36;
margin-left: 0;
}
.lower-logo{
top: 29;
left: 17;
height: 18;
width: 24;
background-color: #fff;
border-width: 5;
border-top-width: 00;
border-color: #000;
border-bottom-left-radius: 27;
border-bottom-right-radius: 27;
}
.ll-h550{
height: 13;
width: 21;
border-width: 4 ;
border-top-width: 00;
top: 23;
left: 13.5;
}
.ll-h600{
height: 15;
width: 23;
border-width: 4;
border-top-width: 0;
top: 25;
left: 15.5;
}
.ll-h700{
height: 17;
width: 23;
border-width: 4;
border-top-width: 0;
top: 35;
left: 23.5;
}
.ll-h900{
height: 26;
width: 34;
border-width: 6;
border-top-width: 0;
top: 42;
left: 23.5;
}
.ll-h1100{
height: 32;
width: 44.5;
border-width: 8;
border-top-width: 00;
top: 55;
left: 28.5;
}
.skip-btn {
text-transform: none;
color: #fff;
font-weight: bold;
background-color: #FF3838;
border-radius: 10;
z-index: 990;
}
.sb-h550{
height: 43;
width: 85;
}
.sb-h600{
height: 43;
width: 85;
}
.sb-h900{
left: 0;
}
.sb-h1100{
left: 0;
height: 63;
}
.sb-h800{
left: 0;
top: 0;
margin-top: 92%;
} | 0.584271 | 0.08882 |
html, body {
margin: 0;
padding: 0;
min-height: 100%;
}
body, input {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol";
color: #1b1b1b;
}
h1, h2, h3 {
margin-top: 1.25em;
margin-bottom: .5em;
}
h4, h5, h6 {
margin: 0;
}
h3 {
color: #888;
}
a {
text-decoration: none;
color: #3f51b5;
}
a:hover {
text-decoration: underline;
}
/**
* Markdown Styles
*/
pre, code, .code {
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}
pre {
overflow-x: hidden;
background: #fff;
padding: .5em;
padding-bottom: .5em;
border-radius: .25em;
border: #e1e5e7 1px solid;
}
pre code {
font-size: 1em;
}
code {
background: #fff;
font-size: .8em;
padding: .25em;
border-radius: .25em;
}
h1.code {
font-size: 1.5em;
}
thead {
text-align: left;
}
hr {
border: 0;
border-bottom: solid 1px #eee;
}
blockquote {
font-style: italic;
border-left: solid 5px #fff;
margin-left: 0;
padding-left: .5em;
}
/**
* Page Layout & Styles
*/
.sidebar {
background: #fff;
position: fixed;
height: 100%;
}
.sidebar { width: 270px; }
.main { margin-left: 270px; }
.nav--top {
background: #3f51b5;
color: #fff;
height: 3em;
line-height: 3em;
}
.nav--dark {
background: #36459b;
}
.main .nav--top {
padding: 0 .5em;
display: flex;
}
.main .nav--spacer {
flex: 1;
}
.nav--top a {
color: #fff;
padding: 0 .5em;
min-width: 48px;
display: inline-block;
text-decoration: none;
text-align: center;
}
.nav--top a:visited {
color: rgba(255, 255, 255, 0.7);
}
.nav--top a:hover {
color: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, .08);
}
.nav--top a.active {
color: rgba(255, 255, 255, 0.9);
background: rgba(0, 0, 0, .05);
border-bottom: solid 3px #fff;
}
.main__content {
max-width: 800px;
margin: 0 auto;
padding: 0 1em;
margin-bottom: 3em;
}
.main__content p {
font-size: 1.1em;
line-height: 1.5em;
}
.input--search {
background: transparent;
border: 0;
height: 100%;
width: 100%;
box-sizing: border-box;
padding: 0 .5em;
outline: none;
color: #fff;
font-size: 1em;
}
.input--search:focus {
background: rgba(0, 0, 0, .1);
}
.search-results {
list-style-type: none;
margin: 0;
padding: 0;
border-right: solid 1px #ccc;
position: absolute;
top: 3em;
bottom: 0;
overflow: auto;
min-height: 1px;
width: 100%;
box-sizing: border-box;
}
.search-results__result {
font-size: .95em;
}
.search-results__result a {
display: block;
text-decoration: none;
padding: .75em;
}
.search-results__result a:hover {
cursor: pointer;
background: #e1e1e1;
}
.func__name {
color: #1b1b1b;
}
.func__params {
color: #949494;
}
.note, table {
border: solid 2px #1b1b1b;
border-radius: .25em;
padding: .5em;
}
.grid {
overflow: hidden;
box-sizing: border-box;
margin-left: -.5em;
margin-right: -.5em;
}
.grid__column {
width: 48%;
padding: 0 .25em;
float: left;
position: relative;
min-height: 1px;
margin-bottom: 1em;
}
.see-also {
padding: .5em;
}
.hero em {
color: #666;
}
.hero h1 {
margin-bottom: .25em;
}
.hero p {
margin-top: 0;
}
.doc__links {
color: #ddd;
display: inline;
}
::-webkit-input-placeholder {/* Chrome/Opera/Safari */
color: rgba(255, 255, 255, .3);
}
/**
* Media Queries
*/
@media only screen and (max-width: 660px) {
.sidebar {
display: none;
}
.main {
margin-left: 0;
}
}
@media only screen and (max-width: 450px) {
.grid__column {
float: none;
width: auto;
}
}
/**
* Syntax highlighting
*/
.hljs-comment{color:#aaa}
.hljs-quote{color:#655f6d}
.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-tag,.hljs-name,.hljs-regexp,.hljs-link,.hljs-name,.hljs-name,.hljs-selector-id,.hljs-selector-class{color:#be4678}
.hljs-number,.hljs-meta,.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-type,.hljs-params{color:#aa573c}
.hljs-string,.hljs-symbol,.hljs-bullet{color:#2a9292}
.hljs-title,.hljs-section{color:#576ddb}
.hljs-keyword,.hljs-selector-tag{color:#955ae7}
.hljs-deletion,.hljs-addition{color:#19171c;display:inline-block;width:100%}
.hljs-deletion{background-color:#be4678}
.hljs-addition{background-color:#2a9292}
.hljs{display:block;overflow-x:auto;background:#fff;color:#585260;padding:0.5em}
.hljs-emphasis{font-style:italic}
.hljs-strong{font-weight:bold} | docs/assets/style.css | html, body {
margin: 0;
padding: 0;
min-height: 100%;
}
body, input {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol";
color: #1b1b1b;
}
h1, h2, h3 {
margin-top: 1.25em;
margin-bottom: .5em;
}
h4, h5, h6 {
margin: 0;
}
h3 {
color: #888;
}
a {
text-decoration: none;
color: #3f51b5;
}
a:hover {
text-decoration: underline;
}
/**
* Markdown Styles
*/
pre, code, .code {
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}
pre {
overflow-x: hidden;
background: #fff;
padding: .5em;
padding-bottom: .5em;
border-radius: .25em;
border: #e1e5e7 1px solid;
}
pre code {
font-size: 1em;
}
code {
background: #fff;
font-size: .8em;
padding: .25em;
border-radius: .25em;
}
h1.code {
font-size: 1.5em;
}
thead {
text-align: left;
}
hr {
border: 0;
border-bottom: solid 1px #eee;
}
blockquote {
font-style: italic;
border-left: solid 5px #fff;
margin-left: 0;
padding-left: .5em;
}
/**
* Page Layout & Styles
*/
.sidebar {
background: #fff;
position: fixed;
height: 100%;
}
.sidebar { width: 270px; }
.main { margin-left: 270px; }
.nav--top {
background: #3f51b5;
color: #fff;
height: 3em;
line-height: 3em;
}
.nav--dark {
background: #36459b;
}
.main .nav--top {
padding: 0 .5em;
display: flex;
}
.main .nav--spacer {
flex: 1;
}
.nav--top a {
color: #fff;
padding: 0 .5em;
min-width: 48px;
display: inline-block;
text-decoration: none;
text-align: center;
}
.nav--top a:visited {
color: rgba(255, 255, 255, 0.7);
}
.nav--top a:hover {
color: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, .08);
}
.nav--top a.active {
color: rgba(255, 255, 255, 0.9);
background: rgba(0, 0, 0, .05);
border-bottom: solid 3px #fff;
}
.main__content {
max-width: 800px;
margin: 0 auto;
padding: 0 1em;
margin-bottom: 3em;
}
.main__content p {
font-size: 1.1em;
line-height: 1.5em;
}
.input--search {
background: transparent;
border: 0;
height: 100%;
width: 100%;
box-sizing: border-box;
padding: 0 .5em;
outline: none;
color: #fff;
font-size: 1em;
}
.input--search:focus {
background: rgba(0, 0, 0, .1);
}
.search-results {
list-style-type: none;
margin: 0;
padding: 0;
border-right: solid 1px #ccc;
position: absolute;
top: 3em;
bottom: 0;
overflow: auto;
min-height: 1px;
width: 100%;
box-sizing: border-box;
}
.search-results__result {
font-size: .95em;
}
.search-results__result a {
display: block;
text-decoration: none;
padding: .75em;
}
.search-results__result a:hover {
cursor: pointer;
background: #e1e1e1;
}
.func__name {
color: #1b1b1b;
}
.func__params {
color: #949494;
}
.note, table {
border: solid 2px #1b1b1b;
border-radius: .25em;
padding: .5em;
}
.grid {
overflow: hidden;
box-sizing: border-box;
margin-left: -.5em;
margin-right: -.5em;
}
.grid__column {
width: 48%;
padding: 0 .25em;
float: left;
position: relative;
min-height: 1px;
margin-bottom: 1em;
}
.see-also {
padding: .5em;
}
.hero em {
color: #666;
}
.hero h1 {
margin-bottom: .25em;
}
.hero p {
margin-top: 0;
}
.doc__links {
color: #ddd;
display: inline;
}
::-webkit-input-placeholder {/* Chrome/Opera/Safari */
color: rgba(255, 255, 255, .3);
}
/**
* Media Queries
*/
@media only screen and (max-width: 660px) {
.sidebar {
display: none;
}
.main {
margin-left: 0;
}
}
@media only screen and (max-width: 450px) {
.grid__column {
float: none;
width: auto;
}
}
/**
* Syntax highlighting
*/
.hljs-comment{color:#aaa}
.hljs-quote{color:#655f6d}
.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-tag,.hljs-name,.hljs-regexp,.hljs-link,.hljs-name,.hljs-name,.hljs-selector-id,.hljs-selector-class{color:#be4678}
.hljs-number,.hljs-meta,.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-type,.hljs-params{color:#aa573c}
.hljs-string,.hljs-symbol,.hljs-bullet{color:#2a9292}
.hljs-title,.hljs-section{color:#576ddb}
.hljs-keyword,.hljs-selector-tag{color:#955ae7}
.hljs-deletion,.hljs-addition{color:#19171c;display:inline-block;width:100%}
.hljs-deletion{background-color:#be4678}
.hljs-addition{background-color:#2a9292}
.hljs{display:block;overflow-x:auto;background:#fff;color:#585260;padding:0.5em}
.hljs-emphasis{font-style:italic}
.hljs-strong{font-weight:bold} | 0.610686 | 0.086593 |
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono&family=IBM+Plex+Mono&family=IBM+Plex+Sans&family=IBM+Plex+Serif:ital,wght@1,600&family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono');
:root {
--nord0: #2e3440;
--nord1: #3b4252;
--nord2: #434c5e;
--nord3: #4c566a;
--nord4: #d8dee9;
--nord5: #e5e9f0;
--nord6: #eceff4;
--nord7: #8fbcbb;
--nord8: #88c0d0;
--nord9: #81a1c1;
--nord10: #5e81ac;
--nord11: #bf616a;
--nord12: #d08770;
--nord13: #ebcb8b;
--nord14: #a3be8c;
--nord15: #b48ead;
}
/* Theme */
:root {
--primary: #388e00;
}
html {
/*-- Main font sizes --*/
--title-size: 50px;
--body-size:
--code-size: 30px;
--aside-size: 12px;
--fig-cap-size: 13px;
/*-- Main font colors --*/
--title-color: #000000;
--header-color: rgba(0, 0, 0, 0.8);
--body-color: var(--nord0);
--aside-color: rgba(0, 0, 0, 0.6);
--fig-cap-color: rgba(0, 0, 0, 0.6);
/*-- Specify custom fonts */
--heading-font: palatino, palatino;
--mono-font: palatino, palatino;
--body-font: palatino, palatino;
--navbar-font: palatino, palatino;
/* websites + blogs only */
}
/*-- Main section --*/
d-article,d-appendix, body {
background-color: white; /*#FFF9F5*/
color: var(--nord0);
font-family: palatino;
text-align: left;
font-size: 20px;
}
/*-- ARTICLE METADATA --*/
d-byline {
--heading-size: 0.6rem;
--heading-color: rgba(0, 0, 0, 0.5);
--body-size: 0.8rem;
--body-color: rgba(0, 0, 0, 0.8);
}
/*-- ARTICLE TABLE OF CONTENTS --*/
.d-contents {
--heading-size: 18px;
--contents-size: 13px;
}
/*-- ARTICLE APPENDIX --*/
d-appendix {
--heading-size: 15px;
--heading-color: rgba(0, 0, 0, 0.65);
--text-size: 0.8em;
--text-color: rgba(0, 0, 0, 0.5);
}
/*-- WEBSITE HEADER + FOOTER --*/
/* These properties only apply to Distill sites and blogs */
.distill-site-header {
--title-size: 22px;
--text-color: #0049e6;
--text-size: 20px;
--hover-color: green;
--bkgd-color: white;
}
.distill-site-footer {
--text-color: #0049e6;
--text-size: 15px;
--hover-color: blue;
--bkgd-color: rgba(210, 210, 210, 1);
}
/* Code */
d-article div.sourceCode {
background-color: #DBFF33;
font-size: 10rem;
line-height: 1.5;
} | files/theme.css | @import url('https://fonts.googleapis.com/css2?family=Fira+Mono&family=IBM+Plex+Mono&family=IBM+Plex+Sans&family=IBM+Plex+Serif:ital,wght@1,600&family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono');
:root {
--nord0: #2e3440;
--nord1: #3b4252;
--nord2: #434c5e;
--nord3: #4c566a;
--nord4: #d8dee9;
--nord5: #e5e9f0;
--nord6: #eceff4;
--nord7: #8fbcbb;
--nord8: #88c0d0;
--nord9: #81a1c1;
--nord10: #5e81ac;
--nord11: #bf616a;
--nord12: #d08770;
--nord13: #ebcb8b;
--nord14: #a3be8c;
--nord15: #b48ead;
}
/* Theme */
:root {
--primary: #388e00;
}
html {
/*-- Main font sizes --*/
--title-size: 50px;
--body-size:
--code-size: 30px;
--aside-size: 12px;
--fig-cap-size: 13px;
/*-- Main font colors --*/
--title-color: #000000;
--header-color: rgba(0, 0, 0, 0.8);
--body-color: var(--nord0);
--aside-color: rgba(0, 0, 0, 0.6);
--fig-cap-color: rgba(0, 0, 0, 0.6);
/*-- Specify custom fonts */
--heading-font: palatino, palatino;
--mono-font: palatino, palatino;
--body-font: palatino, palatino;
--navbar-font: palatino, palatino;
/* websites + blogs only */
}
/*-- Main section --*/
d-article,d-appendix, body {
background-color: white; /*#FFF9F5*/
color: var(--nord0);
font-family: palatino;
text-align: left;
font-size: 20px;
}
/*-- ARTICLE METADATA --*/
d-byline {
--heading-size: 0.6rem;
--heading-color: rgba(0, 0, 0, 0.5);
--body-size: 0.8rem;
--body-color: rgba(0, 0, 0, 0.8);
}
/*-- ARTICLE TABLE OF CONTENTS --*/
.d-contents {
--heading-size: 18px;
--contents-size: 13px;
}
/*-- ARTICLE APPENDIX --*/
d-appendix {
--heading-size: 15px;
--heading-color: rgba(0, 0, 0, 0.65);
--text-size: 0.8em;
--text-color: rgba(0, 0, 0, 0.5);
}
/*-- WEBSITE HEADER + FOOTER --*/
/* These properties only apply to Distill sites and blogs */
.distill-site-header {
--title-size: 22px;
--text-color: #0049e6;
--text-size: 20px;
--hover-color: green;
--bkgd-color: white;
}
.distill-site-footer {
--text-color: #0049e6;
--text-size: 15px;
--hover-color: blue;
--bkgd-color: rgba(210, 210, 210, 1);
}
/* Code */
d-article div.sourceCode {
background-color: #DBFF33;
font-size: 10rem;
line-height: 1.5;
} | 0.238728 | 0.087955 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
outline: none;
font-family: "Poppins" sans-serif;
}
.table-wrapper{
width: 90%;
margin: 0 auto;
}
table#purchase_table,
table#order_table{
border-collapse: collapse !important;
width: 100%;
font-size: 0.9em;
color: #666;
}
table#purchase_table thead tr,
table#order_table thead tr{
border-top: 1px solid #343a40;
}
table#purchase_table th ,
table#purchase_table td,
table#order_table th ,
table#order_table td{
padding: 0.75rem;
}
table#purchase_table thead tr th,
table#order_table thead tr th{
width: 17px;
cursor: pointer;
vertical-align: bottom;
text-align: center;
border-bottom: 1px solid #343a40;
}
table#purchase_table tbody tr,
table#order_table tbody tr{
cursor: pointer;
}
table#purchase_table tbody tr:hover,
table#order_table tbody tr:hover{
background-color: #e2e5e7;
}
table#purchase_table tbody tr td,
table#order_table tbody tr td{
text-align: center;
vertical-align: middle;
border-top: 1px solid #dee2e6;
}
table#purchase_table tbody tr td .btn-group .btn,
table#order_table tbody tr td .btn-group .btn{
font-weight: 400;
width: 33%;
border: 1px solid transparent;
line-height: 1.5;
color: #fff;
text-align: center;
}
table#purchase_table tbody tr td .btn-group .btn-view,
table#order_table tbody tr td .btn-group .btn-view{
background-color: #28a745;
}
table#purchase_table tbody tr td .btn-group .btn-view:hover,
table#order_table tbody tr td .btn-group .btn-view:hover{
background-color: #218838;
}
table#purchase_table tbody tr td .btn-group .btn-edit,
table#order_table tbody tr td .btn-group .btn-edit{
background-color:#7c5cc4;
}
table#purchase_table tbody tr td .btn-group .btn-edit:hover,
table#order_table tbody tr td .btn-group .btn-edit:hover{
background-color: #6244a6;
}
table#purchase_table tbody tr td .btn-group .btn-del:hover,
table#order_table tbody tr td .btn-group .btn-del:hover{
background-color: #c82333;
}
table#purchase_table tbody tr td .btn-group .btn-del,
table#order_table tbody tr td .btn-group .btn-del{
background-color: #dc3545;
}
table#purchase_table tfoot,
table#order_table tfoot{
border-top: 1px solid #343a40;
}
.selected{
background-color: #0275d8;
color: #fff;
}
.selected:hover{
background-color: #0275d8 !important;
}
.small-wrapper{
display: flex;
justify-content: space-between;
margin-top: 25px;
margin-bottom: 10px;
}
.table-length p select{
height: 2rem;
width: 2.5rem;
color: #999;
border: 1px solid #999;
}
.table-filter p input{
height: 2rem;
padding: 0 10px;
color: #999;
border: 1px solid #999;
}
.btn-convert-table .btn{
padding: 0.25rem 0.75rem;
border: none;
color: #fff;
height: 100%;
cursor: pointer;
}
.btn-convert-table .btn-pdf{
background-color: #d8121f;
}
.btn-convert-table .btn-print{
background-color: #007fff;
}
.btn-convert-table .btn-col-visib{
background-color: #7c5cc4;
}
.btn-add{
margin-top: 25px;
}
.btn-add a{
padding: 0.55rem 0.75rem;
background-color: #17a2b8;
color: #fff;
}
/*!Chi tiết hoá đơn nhập và hoá đơn xuất*/
div.container-full-screen{
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
display: none;
}
div.purchase-details,
div.sale-details{
background: #fff;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
width: 60%;
border-radius: 10px;
color: #555;
animation: toBottom 0.2s linear;
}
@keyframes toBottom{
0%{
top: 0%;
}
100%{
top: 50%;
}
}
div.details-head{
padding: 1.5rem 1rem;
border-bottom: 0.7px solid #999;
}
div.details-head h5{
font-size: 1rem;
display: inline-block;
}
div.details-head button{
font-size: 0.9rem;
padding: 0.25rem 0.5rem;
background: none;
border: 1px solid #7c5cc4;
color: #7c5cc4;
cursor: pointer;
}
div.details-head h3{
float: right;
color: #777;
font-size: 1rem;
cursor: pointer;
}
div.details-body{
padding: 1.5rem 1rem;
}
.product-purchase-list,
.product-sale-list{
border-collapse: collapse !important;
width: 100%;
margin-bottom: 1.5rem;
font-size: 0.9rem;
}
.product-purchase-list th,.product-purchase-list td,
.product-sale-list th,.product-sale-list td{
border-top: 1px solid #333;
padding: 0.75rem;
}
.product-purchase-list th,
.product-sale-list th{
text-align: left;
}
.purchase-footer,
.sale-footer{
padding: 0 1rem 1.5rem 1rem;
}
/*!ADD PURCHASE */
.add-purchase-form{
padding: 30px 0;
background-color: #fff;
}
.container-add{
background: #f4f6f9;
width: 90%;
margin: 0 auto;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 1.5rem 1.25rem;
}
.container-add h4{
font-size: 1.3rem;
color: #333;
font-weight: bolder;
height: 1.75rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.container-add .row_1{
margin-top: 1.75rem;
margin-bottom: 1.75rem;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.row_1 .col_1 label{
font-weight: bold;
display: block;
color: #333;
}
.row_1 .col_1 p{
font-weight: bold;
color: #888;
}
.row_1 .col_1 select{
border: 1px solid rgba(0, 0, 0, 0.5);
color: #888;
border-radius: 3px;
padding: 0.35rem;
}
.row_2{
display: flex;
margin-bottom: 25px;
}
.row_2 label{
margin-right: 15px;
}
.row_2 select{
border: 1px solid rgba(0, 0, 0, 0.5);
color: #888;
border-radius: 3px;
padding: 0.35rem;
}
h5{
font-weight: bold;
font-size: 1.1rem;
color: #333;
}
#myTable_orderList{
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background: transparent;
font-size: 1em;
color: #666;
}
#myTable_orderList th, #myTable_orderList td{
padding: 0.75rem;
text-align: center;
}
#myTable_orderList thead th{
border-bottom: 1px solid #7c5cc4;
border-top: 1px solid #7c5cc4;
vertical-align: bottom;
}
#myTable_orderList input{
text-align: center;
}
#myTable_orderList button{
border: none;
padding: 0.35rem;
color: #fff;
font-size: 1rem;
background-color: #dc3545;
cursor: pointer;
border-radius: 3px;
}
.row_4 h5{
font-weight: bold;
color: #333;
}
.row_4 textarea{
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #333;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.container-add input[type="submit"]{
border: none;
padding: 0.4rem;
color: #fff;
background-color: #7c5cc4;
cursor: pointer;
border-radius: 3px;
font-size: 1.1rem;
} | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
outline: none;
font-family: "Poppins" sans-serif;
}
.table-wrapper{
width: 90%;
margin: 0 auto;
}
table#purchase_table,
table#order_table{
border-collapse: collapse !important;
width: 100%;
font-size: 0.9em;
color: #666;
}
table#purchase_table thead tr,
table#order_table thead tr{
border-top: 1px solid #343a40;
}
table#purchase_table th ,
table#purchase_table td,
table#order_table th ,
table#order_table td{
padding: 0.75rem;
}
table#purchase_table thead tr th,
table#order_table thead tr th{
width: 17px;
cursor: pointer;
vertical-align: bottom;
text-align: center;
border-bottom: 1px solid #343a40;
}
table#purchase_table tbody tr,
table#order_table tbody tr{
cursor: pointer;
}
table#purchase_table tbody tr:hover,
table#order_table tbody tr:hover{
background-color: #e2e5e7;
}
table#purchase_table tbody tr td,
table#order_table tbody tr td{
text-align: center;
vertical-align: middle;
border-top: 1px solid #dee2e6;
}
table#purchase_table tbody tr td .btn-group .btn,
table#order_table tbody tr td .btn-group .btn{
font-weight: 400;
width: 33%;
border: 1px solid transparent;
line-height: 1.5;
color: #fff;
text-align: center;
}
table#purchase_table tbody tr td .btn-group .btn-view,
table#order_table tbody tr td .btn-group .btn-view{
background-color: #28a745;
}
table#purchase_table tbody tr td .btn-group .btn-view:hover,
table#order_table tbody tr td .btn-group .btn-view:hover{
background-color: #218838;
}
table#purchase_table tbody tr td .btn-group .btn-edit,
table#order_table tbody tr td .btn-group .btn-edit{
background-color:#7c5cc4;
}
table#purchase_table tbody tr td .btn-group .btn-edit:hover,
table#order_table tbody tr td .btn-group .btn-edit:hover{
background-color: #6244a6;
}
table#purchase_table tbody tr td .btn-group .btn-del:hover,
table#order_table tbody tr td .btn-group .btn-del:hover{
background-color: #c82333;
}
table#purchase_table tbody tr td .btn-group .btn-del,
table#order_table tbody tr td .btn-group .btn-del{
background-color: #dc3545;
}
table#purchase_table tfoot,
table#order_table tfoot{
border-top: 1px solid #343a40;
}
.selected{
background-color: #0275d8;
color: #fff;
}
.selected:hover{
background-color: #0275d8 !important;
}
.small-wrapper{
display: flex;
justify-content: space-between;
margin-top: 25px;
margin-bottom: 10px;
}
.table-length p select{
height: 2rem;
width: 2.5rem;
color: #999;
border: 1px solid #999;
}
.table-filter p input{
height: 2rem;
padding: 0 10px;
color: #999;
border: 1px solid #999;
}
.btn-convert-table .btn{
padding: 0.25rem 0.75rem;
border: none;
color: #fff;
height: 100%;
cursor: pointer;
}
.btn-convert-table .btn-pdf{
background-color: #d8121f;
}
.btn-convert-table .btn-print{
background-color: #007fff;
}
.btn-convert-table .btn-col-visib{
background-color: #7c5cc4;
}
.btn-add{
margin-top: 25px;
}
.btn-add a{
padding: 0.55rem 0.75rem;
background-color: #17a2b8;
color: #fff;
}
/*!Chi tiết hoá đơn nhập và hoá đơn xuất*/
div.container-full-screen{
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
display: none;
}
div.purchase-details,
div.sale-details{
background: #fff;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
width: 60%;
border-radius: 10px;
color: #555;
animation: toBottom 0.2s linear;
}
@keyframes toBottom{
0%{
top: 0%;
}
100%{
top: 50%;
}
}
div.details-head{
padding: 1.5rem 1rem;
border-bottom: 0.7px solid #999;
}
div.details-head h5{
font-size: 1rem;
display: inline-block;
}
div.details-head button{
font-size: 0.9rem;
padding: 0.25rem 0.5rem;
background: none;
border: 1px solid #7c5cc4;
color: #7c5cc4;
cursor: pointer;
}
div.details-head h3{
float: right;
color: #777;
font-size: 1rem;
cursor: pointer;
}
div.details-body{
padding: 1.5rem 1rem;
}
.product-purchase-list,
.product-sale-list{
border-collapse: collapse !important;
width: 100%;
margin-bottom: 1.5rem;
font-size: 0.9rem;
}
.product-purchase-list th,.product-purchase-list td,
.product-sale-list th,.product-sale-list td{
border-top: 1px solid #333;
padding: 0.75rem;
}
.product-purchase-list th,
.product-sale-list th{
text-align: left;
}
.purchase-footer,
.sale-footer{
padding: 0 1rem 1.5rem 1rem;
}
/*!ADD PURCHASE */
.add-purchase-form{
padding: 30px 0;
background-color: #fff;
}
.container-add{
background: #f4f6f9;
width: 90%;
margin: 0 auto;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 1.5rem 1.25rem;
}
.container-add h4{
font-size: 1.3rem;
color: #333;
font-weight: bolder;
height: 1.75rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.container-add .row_1{
margin-top: 1.75rem;
margin-bottom: 1.75rem;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.row_1 .col_1 label{
font-weight: bold;
display: block;
color: #333;
}
.row_1 .col_1 p{
font-weight: bold;
color: #888;
}
.row_1 .col_1 select{
border: 1px solid rgba(0, 0, 0, 0.5);
color: #888;
border-radius: 3px;
padding: 0.35rem;
}
.row_2{
display: flex;
margin-bottom: 25px;
}
.row_2 label{
margin-right: 15px;
}
.row_2 select{
border: 1px solid rgba(0, 0, 0, 0.5);
color: #888;
border-radius: 3px;
padding: 0.35rem;
}
h5{
font-weight: bold;
font-size: 1.1rem;
color: #333;
}
#myTable_orderList{
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background: transparent;
font-size: 1em;
color: #666;
}
#myTable_orderList th, #myTable_orderList td{
padding: 0.75rem;
text-align: center;
}
#myTable_orderList thead th{
border-bottom: 1px solid #7c5cc4;
border-top: 1px solid #7c5cc4;
vertical-align: bottom;
}
#myTable_orderList input{
text-align: center;
}
#myTable_orderList button{
border: none;
padding: 0.35rem;
color: #fff;
font-size: 1rem;
background-color: #dc3545;
cursor: pointer;
border-radius: 3px;
}
.row_4 h5{
font-weight: bold;
color: #333;
}
.row_4 textarea{
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #333;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.container-add input[type="submit"]{
border: none;
padding: 0.4rem;
color: #fff;
background-color: #7c5cc4;
cursor: pointer;
border-radius: 3px;
font-size: 1.1rem;
} | 0.269133 | 0.052522 |
.errors-table tr
{
vertical-align: top;
}
/* Expander cell */
.errors-table > tr:not(.error-details) > td:nth-child(1),
/* Icon cell */
.errors-table tr td.icon_cell
{
text-align: center;
width: 16px;
}
.errors-table tr td.location
{
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.errors-table tr td.context
{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.errors-table .expander
{
display: inline-block;
height: 7px;
width: 9px;
background: transparent url('../ui-images/toggle.png') no-repeat;
border: 0;
margin: 0 5px 0 2px;
padding: 0;
cursor: pointer;
-o-transition: -o-transform 0.2s;
transition: transform 0.2s;
}
.errors-table > tr.expanded .expander
{
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.errors-table .expand_cell
{
border-right: none;
padding-right: 0;
width: 16px;
}
.errors-table .main
{
border-left: none;
padding-left: 3px;
}
.error-console .max_exceeded_warning
{
text-align: center;
font-size: 1.4em;
padding: 18px 3px;
color: #808080;
}
.errors-table tr,
.errors-table tr pre
{
color: rgb(68, 68, 68);
}
.errors-table tr:hover,
.errors-table tr:hover pre
{
color: rgb(0, 0, 0);
}
.errors-table .main pre
{
margin: 0;
}
/* collapse */
.errors-table .main .details
{
display: none;
}
/* expand */
.errors-table .expanded .main .details
{
display: block;
}
.errors-table .severity
{
display: inline-block;
vertical-align: middle;
width: 16px;
height: 16px;
background: url('../ui-images/error-console-info.png') no-repeat;
}
.errors-table .severity.debug
{
background-image: url('../ui-images/error-console-info.png');
}
.errors-table .severity.information
{
background-image: url('../ui-images/error-console-info.png');
}
.errors-table .severity.verbose
{
background-image: url('../ui-images/error-console-warning.png');
}
.errors-table .severity.error
{
background-image: url('../ui-images/error-console-error.png');
}
.errors-table .severity.critical
{
background-image: url('../ui-images/error-console-error.png');
}
.ui-button[key="request_list.expand-all-entries"]:before
{
background-image: url('../ui-images/btn-log-threads.png');
}
#error-console-css-filter
{
width: 98%;
display: block;
margin: 3px 0;
} | src/console-logger/consolelogger_style.css | .errors-table tr
{
vertical-align: top;
}
/* Expander cell */
.errors-table > tr:not(.error-details) > td:nth-child(1),
/* Icon cell */
.errors-table tr td.icon_cell
{
text-align: center;
width: 16px;
}
.errors-table tr td.location
{
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.errors-table tr td.context
{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.errors-table .expander
{
display: inline-block;
height: 7px;
width: 9px;
background: transparent url('../ui-images/toggle.png') no-repeat;
border: 0;
margin: 0 5px 0 2px;
padding: 0;
cursor: pointer;
-o-transition: -o-transform 0.2s;
transition: transform 0.2s;
}
.errors-table > tr.expanded .expander
{
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.errors-table .expand_cell
{
border-right: none;
padding-right: 0;
width: 16px;
}
.errors-table .main
{
border-left: none;
padding-left: 3px;
}
.error-console .max_exceeded_warning
{
text-align: center;
font-size: 1.4em;
padding: 18px 3px;
color: #808080;
}
.errors-table tr,
.errors-table tr pre
{
color: rgb(68, 68, 68);
}
.errors-table tr:hover,
.errors-table tr:hover pre
{
color: rgb(0, 0, 0);
}
.errors-table .main pre
{
margin: 0;
}
/* collapse */
.errors-table .main .details
{
display: none;
}
/* expand */
.errors-table .expanded .main .details
{
display: block;
}
.errors-table .severity
{
display: inline-block;
vertical-align: middle;
width: 16px;
height: 16px;
background: url('../ui-images/error-console-info.png') no-repeat;
}
.errors-table .severity.debug
{
background-image: url('../ui-images/error-console-info.png');
}
.errors-table .severity.information
{
background-image: url('../ui-images/error-console-info.png');
}
.errors-table .severity.verbose
{
background-image: url('../ui-images/error-console-warning.png');
}
.errors-table .severity.error
{
background-image: url('../ui-images/error-console-error.png');
}
.errors-table .severity.critical
{
background-image: url('../ui-images/error-console-error.png');
}
.ui-button[key="request_list.expand-all-entries"]:before
{
background-image: url('../ui-images/btn-log-threads.png');
}
#error-console-css-filter
{
width: 98%;
display: block;
margin: 3px 0;
} | 0.228071 | 0.065366 |
@media (min-width: 767px) and (max-width: 1024px) {
.section-title {
font-size: 40px;
}
.small-title {
font-size: 20px;
}
.social-links-bordered a i {
width: 40px;
height: 40px;
line-height: 40px;
}
.input-lg {
font-size: 14px;
}
.full-search input[type='text'] {
width: 96%;
}
#roof .quick-contacts span {
padding: 0 10px;
}
#roof .social-links a {
margin: 0 2px;
}
.navbar-engage .navbar-nav > li > a, .navbar-engage.affix .navbar-nav > li > a, .navbar-engage .navbar-nav > li > a:focus, .navbar-engage.affix .navbar-nav > li > a:focus {
font-size: 12px;
padding: 0;
margin: 20px 10px;
}
.navbar-engage .navbar-brand img, .navbar-engage.affix .navbar-brand img {
width: 100px;
}
.navbar-engage .dropdown-menu > li > a, .navbar-engage.affix .dropdown-menu > li > a {
font-size: 12px;
}
.navbar-engage .navbar-nav > li > a:before {
bottom: 0;
}
.navbar-engage.affix .navbar-nav > li > a:before {
bottom: 0;
}
.navbar-engage.affix .navbar-brand {
padding: 15px;
}
.top-nav-collapse #main-menu ul > li > a {
padding: 17px 16px;
}
.top_search_con {
display: none;
}
#carousel-area .item {
height: 400px;
}
#carousel-area .item .carousel-caption h2 {
font-size: 50px;
}
#carousel-area .item .carousel-caption h3 {
font-size: 20px;
}
#carousel-area .carousel-control i {
width: 40px;
height: 40px;
padding: 12px 0;
font-size: 15px;
}
#service-block-main .service-item {
margin: 20px 0;
}
#service-block-main .service-item h2 {
font-size: 18px;
}
#service-block-1 .service-item .service-content h2 {
font-size: 26px;
}
.split h2.title {
font-size: 18px;
}
#portfolio .portfolio-items .mix, #portfolio .portfolio-items .gap {
width: 50%;
}
#portfolio .portfolio-items figure figcaption {
padding: 32px;
}
#portfolio .portfolio-items.col-3 .mix, #portfolio .portfolio-items.col-3 .gap {
width: 50%;
}
#other-services .other-service-item .service-content h3 {
font-size: 18px;
}
#progress {
overflow-x: hidden;
}
#progress .our-progress:before {
background: none;
}
#progress .progress-bottom {
padding-bottom: 0;
padding-top: 0;
}
#progress .progress-item {
margin: 30px 0;
}
#notice h4 {
font-size: 30px;
}
#notice p {
font-size: 20px;
}
#notice .notice-button {
margin-top: 15px;
}
#cool-facts .fact-block {
margin: 30px 0;
}
#cool-facts .section-subtitle {
padding-bottom: 30px;
font-size: 24px;
}
#blog .blog-item-wrapper {
margin: 30px 0;
}
#blog .blog-item-text .blog-item-info a {
padding-right: 6px;
}
#team .team-item {
margin: 30px 0;
}
#team .info h2 {
font-size: 15px;
}
.pricing-table {
margin: 15px 0;
}
.pricing-table h3 {
font-size: 24px;
}
footer .footer-widget {
margin: 30px 0;
}
#service-block-2 .service-inner h3 {
font-size: 24px;
}
#why-choose h2, #why-choose .tab-container h2 {
font-size: 24px;
}
.social-icons-fill li {
margin-right: 1px;
}
.massage-box .massage-box-icon {
height: 60px;
}
#tabs .tab-content h1 {
font-size: 24px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.section-title {
font-size: 36px;
}
.page-header .page-subtitle {
font-size: 18px;
}
.navbar-header {
width: 100%;
}
.navbar-engage .dropdown .sub-menu {
top: 0;
left: 0 !important;
padding: 0;
border: none;
-webkit-animation: fadeInUpMenu 0.4s;
-moz-animation: fadeInUpMenu 0.4s;
-ms-animation: fadeInUpMenu 0.4s;
-o-animation: fadeInUpMenu 0.4s;
animation: fadeInUpMenu 0.4s;
}
#carousel-area {
padding-top: 64px;
}
#carousel-area .item {
height: 300px;
}
#carousel-area .item .carousel-caption h2 {
font-size: 30px;
}
#carousel-area .item .carousel-caption h3 {
font-size: 18px;
}
#carousel-area .item .carousel-caption .btn {
margin: 5px;
}
#carousel-area .carousel-control i {
width: 40px;
height: 40px;
padding: 12px 0;
font-size: 15px;
}
#carousel-area .carousel-indicators {
display: none;
}
#carousel-area .carousel-two p {
display: none;
}
#service-block-main .service-item {
margin: 60px 0;
}
#service-block-main .service-item h2 {
font-size: 18px;
}
#portfolio .portfolio-items .mix, #portfolio .portfolio-items .gap {
width: 50%;
}
#portfolio .portfolio-items .mix figure h4, #portfolio .portfolio-items .gap figure h4, #portfolio .portfolio-items .mix figure figcaption::after, #portfolio .portfolio-items .gap figure figcaption::after, #portfolio .portfolio-items .mix figure figcaption::before, #portfolio .portfolio-items .gap figure figcaption::before {
display: none;
}
#portfolio .portfolio-items figure figcaption {
padding: 10px;
}
#portfolio .controls .btn {
margin: 5px 2px;
}
#portfolio .portfolio-items.col-3 .mix, #portfolio .portfolio-items.col-3 .gap {
width: 50%;
}
#portfolio .portfolio-items.col-3 .mix figure h4, #portfolio .portfolio-items.col-3 .gap figure h4, #portfolio .portfolio-items.col-3 .mix figure figcaption::after, #portfolio .portfolio-items.col-3 .gap figure figcaption::after, #portfolio .portfolio-items.col-3 .mix figure figcaption::before, #portfolio .portfolio-items.col-3 .gap figure figcaption::before {
display: none;
}
#portfolio .portfolio-items figure figcaption {
padding: 25px;
}
#portfolio .controls .btn {
margin: 5px 2px;
}
#progress {
overflow-x: hidden;
}
#progress .our-progress:before {
background: none;
}
#progress .progress-bottom {
padding-bottom: 0;
padding-top: 0;
}
#progress .progress-item {
margin: 30px 0;
}
#testimonial #testimonial-carousel p {
font-size: 20px;
}
#testimonial #testimonial-carousel .carousel-control.left {
left: 15px;
}
#testimonial #testimonial-carousel .carousel-control.right {
right: 15px;
}
#testimonial .item blockquote small span {
display: block;
line-height: 40px;
}
#blog .blog-item-wrapper {
margin: 15px 0;
}
#clients #clients-scroller img {
width: 80%;
margin-left: 34px;
}
#team .team-item {
margin: 30px 0;
}
.pricing-table {
margin: 15px 0;
}
.pricing-table h3 {
font-size: 24px;
}
#tabs .nav-tabs li a {
font-size: 12px;
padding: 10px 12px;
}
#why-choose .tab-container h2 {
font-size: 26px;
}
#why-choose .tab-menu .list-group {
width: 536px;
margin: 40px 8px;
float: left;
}
#why-choose .tab-menu .list-group > a {
float: left;
margin: 0px 8px;
}
.page-header-content h2 {
text-align: center;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.section-title {
font-size: 26px;
line-height: 45px;
}
.section-title:before {
display: none;
}
.section-subcontent {
padding-bottom: 0;
}
#carousel-area .carousel-two p {
display: none;
}
.small-title {
font-size: 25px;
}
#portfolios .btn {
padding: 6px 13px;
margin-bottom: 5px;
}
.social-links-bordered a i {
width: 40px;
height: 40px;
line-height: 40px;
}
.navbar-header {
width: 100%;
}
.page-header .page-title {
font-size: 20px;
}
.page-header .page-subtitle {
font-size: 18px;
}
.input-lg {
font-size: 14px;
}
#roof .quick-contacts span {
padding: 0 10px;
}
#roof .social-links a {
margin: 0 2px;
}
.justify-content-end {
justify-content: flex-start !important;
}
#carousel-area {
padding-top: 64px;
}
#carousel-area .item {
height: 300px;
}
#carousel-area .item .carousel-caption h2 {
font-size: 30px;
}
#carousel-area .item .carousel-caption h3 {
font-size: 20px;
}
#carousel-area .item .carousel-caption .btn {
margin: 5px;
}
#carousel-area .carousel-control i {
width: 40px;
height: 40px;
padding: 12px 0;
font-size: 15px;
}
#carousel-area .carousel-indicators {
display: none;
}
#service-block-main .service-item {
margin: 20px 0;
}
#service-block-main .service-item h2 {
font-size: 18px;
}
#service-block-1 .service-item .service-content h2 {
font-size: 22px;
}
#portfolio .portfolio-items .mix, #portfolio .portfolio-items .gap {
width: 100%;
}
#portfolio .portfolio-items .mix figure h4, #portfolio .portfolio-items .gap figure h4, #portfolio .portfolio-items .mix figure figcaption::after, #portfolio .portfolio-items .gap figure figcaption::after, #portfolio .portfolio-items .mix figure figcaption::before, #portfolio .portfolio-items .gap figure figcaption::before {
display: none;
}
#portfolio .portfolio-items figure figcaption {
padding: 36px;
}
#portfolio .controls .btn {
margin: 5px 2px;
}
#portfolio .portfolio-items.col-3 .mix, #portfolio .portfolio-items.col-3 .gap {
width: 100%;
}
#portfolio .portfolio-items.col-3 .mix figure h4, #portfolio .portfolio-items.col-3 .gap figure h4, #portfolio .portfolio-items.col-3 .mix figure figcaption::after, #portfolio .portfolio-items.col-3 .gap figure figcaption::after, #portfolio .portfolio-items.col-3 .mix figure figcaption::before, #portfolio .portfolio-items.col-3 .gap figure figcaption::before {
display: none;
}
#portfolio .portfolio-items figure figcaption {
padding: 25px;
}
#portfolio .controls .btn {
margin: 5px 2px;
}
#other-services .other-service-item .service-content h3 {
font-size: 15px;
}
#progress {
overflow-x: hidden;
}
#progress .our-progress:before {
background: none;
}
#progress .progress-bottom {
padding-bottom: 0;
padding-top: 0;
}
#progress .progress-item {
margin: 30px 0;
}
#notice h4 {
font-size: 18px;
}
#notice p {
font-size: 16px;
}
#notice .notice-button {
margin-top: 15px;
}
#cool-facts .fact-block {
margin: 30px 0;
}
#cool-facts .section-subtitle {
padding-bottom: 30px;
font-size: 24px;
}
#cool-facts .wrapper h2 {
font-size: 20px;
}
#testimonial #testimonial-carousel p {
font-size: 20px;
}
#testimonial #testimonial-carousel .carousel-control.left {
left: 15px;
}
#testimonial #testimonial-carousel .carousel-control.right {
right: 15px;
}
#testimonial .item blockquote small span {
display: block;
line-height: 40px;
}
#cool-facts .fact-block h4 {
font-size: 20px;
line-height: 40px;
}
#blog .blog-item-wrapper {
margin: 15px 0;
}
#blog .blog-item-text .blog-item-info a {
padding-right: 6px;
}
.blog-post-title {
font-size: 20px;
}
.blog-post-footer ul.post-meta {
display: none;
}
#clients #clients-scroller .client-item-wrapper {
text-align: center;
}
#clients #clients-scroller .owl-controls {
display: none;
}
.pricing-table {
margin: 15px 0;
}
.pricing-table h3 {
font-size: 24px;
}
#team .team-item {
margin: 20px 0;
}
.copyright-text {
float: left !important;
}
.social-icons-fill li {
margin: 0px 16px 0 0;
}
#why-choose .tab-container h2 {
font-size: 28px;
}
#why-choose .list-group-item {
width: 362%;
margin: 40px 15px;
}
.navbar-nav .nav-item + .nav-item {
margin-left: 0;
}
#main-menu {
clear: both;
}
.page-header-content h2 {
text-align: center;
}
.social-footer {
text-align: left !important;
}
}
/* mobile or only mobile */
@media (max-width: 767px) {
.carousel-item > img {
height: 100%;
width: 100%;
}
#carousel-area {
padding-top: 64px;
}
#carousel-area .carousel-item {
height: 200px;
}
#carousel-area .carousel-item .carousel-caption h2 {
font-size: 16px;
}
#carousel-area .carousel-item .carousel-caption h3 {
font-size: 12px;
}
#carousel-area .carousel-item .carousel-caption .btn {
margin: auto;
font-size: 9px;
margin-top: 5px;
padding: 8px 12px;
}
#carousel-area .carousel-control {
top: 58%;
display: none;
}
#carousel-area:hover .carousel-control {
display: block;
}
#carousel-area .carousel-indicators {
bottom: -8px;
}
#carousel-area i {
margin-right: 0;
}
#carousel-area .carousel-item .carousel-caption {
top: 14%;
}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
#main-menu ul > li > a {
font-size: 13px;
font-weight: 400;
padding: 28px 10px;
}
#main-menu ul .dropdown .dropdown-menu a {
border-top: 1px solid #e2e6e7;
color: #666;
display: block;
font-size: 12px;
font-weight: 400;
height: auto;
line-height: 16px;
padding: 9px 19px 7px;
transition: all 0.3s ease-in-out 0s;
}
#carousel-area .carousel-item .carousel-caption h2 {
font-size: 50px;
}
#carousel-area .carousel-item .carousel-caption h3 {
font-size: 20px;
}
#carousel-area img {
height: 100%;
}
.service-item h2 {
font-size: 15px !important;
}
.top_search {
display: none;
}
.pricing-table-x .plan-info p {
font-size: 12px;
}
#team .team-item figure figcaption .content-white {
font-size: 9px;
line-height: 12px;
width: 60%;
}
#team .team-item .social .facebook, #team .team-item .social .twitter, #team .team-item .social .google-plus {
font-size: 8px;
height: 25px;
line-height: 25px;
width: 25px;
}
.section-title {
font-size: 24px !important;
}
.footer-widget p {
font-size: 12px;
}
.social-footer a .fa {
height: 25px;
line-height: 25px;
width: 25px;
}
footer .plain-flicker-gallery a {
width: 31%;
}
footer ul li.tweet {
font-size: 12px !important;
}
#copyright p, #copyright a {
font-size: 10px !important;
}
.single-pricing-2 .btn {
padding: 10px 15px;
font-size: 10px;
}
.single-pricing-2 .plan-price {
font-size: 35px;
}
.single-pricing-2 ul li {
font-size: 12px;
}
ul.nav-tabs li a {
font-size: 11px;
}
.btn-lg {
padding: 12px 20px;
}
.btn-md {
padding: 12px 14px;
}
.pricing-table h3 {
font-size: 20px !important;
}
.single-pricing-2 .plan-name {
font-size: 18px;
}
.sup-desc-wrap .sup-meta-wrap .sup-description {
display: none;
}
.portfolio-meta ul li {
font-size: 10px;
}
.portfolio-meta ul li span {
font-size: 10px;
width: 78px;
}
span.published-time {
font-size: 10px;
}
.widget.popular-post h4 {
font-size: 12px;
}
.flickr-widget .plain-flicker-gallery a img {
width: 31%;
}
.widget.tag-cloud a {
font-size: 8px;
}
.panel-default .panel-heading a {
font-size: 16px;
}
}
@media (max-width: 767px) {
.nav-inline .nav-item + .nav-item {
margin-left: 0;
float: none;
}
#main-menu {
clear: both;
width: 100%;
}
#main-menu ul .dropdown .dropdown-menu {
display: block;
position: relative;
width: 100%;
}
nav.navbar.navbar-light {
min-height: 73px;
}
nav.navbar.navbar-light button.navbar-toggler {
background: #333 none repeat scroll 0 0;
border-radius: 0 !important;
margin-top: 17px;
}
nav.navbar.navbar-light ul.nav-inline {
max-height: 350px;
overflow-x: scroll;
margin-top: 20px;
}
nav.navbar.navbar-light ul.nav-inline .nav-item {
display: block;
}
#roof {
display: none;
}
#main-menu ul > li > a {
font-size: 12px !important;
padding: 18px 10px;
}
.page-header-content h2 {
text-align: center;
}
.footer-widget {
margin-bottom: 30px;
}
.carousel-item > img {
height: 100% !important;
}
#carousel-area .carousel-item .carousel-caption h2 {
font-size: 20px;
font-weight: 600;
}
#carousel-area .carousel-item .carousel-caption h3 {
font-size: 16px;
}
.btn-lg {
font-size: 10px;
padding: 10px 16px;
text-transform: uppercase;
}
.section-title {
font-size: 18px;
}
.section-subcontent {
font-size: 12px;
line-height: 17px;
}
#portfolio a.filter {
font-size: 10px;
margin: 5px;
padding: 5px 11px;
}
.controls {
padding: 0;
}
.pricing-table-x .table-header h3 {
font-size: 18px;
}
.plan-info > p {
font-size: 12px !important;
}
.pricing-table-x .button-area {
padding: 14px 0 40px;
}
.service2-single-service .fa {
font-size: 18px;
height: 45px;
line-height: 45px;
width: 45px;
}
.service2-single-service h2 {
font-size: 15px;
}
.service2-single-service p {
font-size: 11px;
}
.images {
text-align: center;
}
.split h2.title {
font-size: 16px;
line-height: 24px;
}
#other-services .service-content p {
font-size: 12px;
}
#other-services .service-content p.lead {
font-size: 12px;
line-height: 28px;
margin-bottom: 7px;
}
.about2-intro-image {
margin-bottom: 10px;
}
#default-tab li.nav-item a.nav-link {
padding: 5px;
font-size: 12px;
}
.single-testimonial-area h3 {
font-size: 18px;
line-height: 25px;
}
.single-testimonial-area p {
font-size: 12px;
}
.section {
padding: 15px 15px;
}
.page-header-area {
height: 86px;
}
.page-header-content h2 {
font-size: 28px;
}
.cta-content h2 {
font-size: 20px;
line-height: 32px;
}
.cta-content p {
font-size: 12px;
line-height: 18px;
padding-top: 5px;
}
.cta-content .btn {
font-size: 12px;
margin-top: 0;
padding: 7px 12px;
}
#google-map-contact {
height: 200px;
padding: 0;
}
.section-padding {
padding: 60px 0;
}
.contact-title-text h2 {
font-size: 30px;
}
.contact-title-text p {
font-size: 14px;
}
.contact-widget h2 {
margin-bottom: 10px;
font-size: 20px;
}
.contact-widget address {
line-height: 35px;
font-size: 12px;
}
.error-section h1 {
font-size: 4rem;
}
.error-section h4 {
font-size: 16px;
}
#round-tab ul li a {
font-size: 12px;
padding: 6px !important;
}
#vertical-tab .nav-tabs, #vertical-tab .tab-content {
vertical-align: top;
display: inherit;
}
#vertical-tab ul.nav-tabs {
margin-bottom: 20px;
}
#vertical-tab ul.nav-tabs li a {
font-size: 12px;
padding: 12px 40px;
}
#vertical-tab p {
font-size: 13px;
line-height: 23px !important;
}
.shortcode-buttons-area .col-md-3, .shortcode-pie-skill-area .col-md-6 {
margin: 30px 0;
}
.single-portfolio-area .small-title {
margin-top: 30px;
}
.portfolio-controls ul li a.btn {
padding: 5px 30px;
}
.featured-wrapper img {
height: 200px;
}
.blog-post-footer ul li a {
padding: 4px 12px;
}
.blog-post-footer a.btn {
margin-top: 10px;
}
iframe {
height: 200px !important;
}
ul.pagination a.page-link {
font-size: 10px;
padding: 7px;
}
.search-bar {
margin-top: 40px;
}
.sidebar-area .widget {
margin-bottom: 30px;
}
.about-author-section .media-left {
display: block !important;
text-align: center;
}
.about-author-section .media .media-body {
padding-left: 10px;
text-align: center;
padding-top: 20px;
}
.author-footer .fa {
font-size: 18px !important;
height: 35px !important;
line-height: 35px !important;
width: 35px !important;
}
.comments-area .media-left, .comments-area .media-right {
display: block;
margin-bottom: 5px;
text-align: center;
}
.comment-author {
margin: 10px 0;
}
.commentor-info > p {
font-size: 13px;
line-height: 23px;
}
.images img {
width: 100%;
}
.panel-default .panel-heading a {
font-size: 15px;
}
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
.carousel-item > img {
width: 100%;
}
#carousel-area .carousel-item .carousel-caption {
top: 25%;
}
#carousel-area .carousel-item .carousel-caption h2 {
font-size: 28px;
}
#carousel-area .carousel-item .carousel-caption h3 {
font-size: 16px;
}
#carousel-area .carousel-item .carousel-caption .btn {
margin: auto;
font-size: 12px;
margin-top: 10px;
padding: 10px 15px;
}
#carousel-area .carousel-indicators {
bottom: 25px;
}
} | src/main/resources/static/css/responsive.css | @media (min-width: 767px) and (max-width: 1024px) {
.section-title {
font-size: 40px;
}
.small-title {
font-size: 20px;
}
.social-links-bordered a i {
width: 40px;
height: 40px;
line-height: 40px;
}
.input-lg {
font-size: 14px;
}
.full-search input[type='text'] {
width: 96%;
}
#roof .quick-contacts span {
padding: 0 10px;
}
#roof .social-links a {
margin: 0 2px;
}
.navbar-engage .navbar-nav > li > a, .navbar-engage.affix .navbar-nav > li > a, .navbar-engage .navbar-nav > li > a:focus, .navbar-engage.affix .navbar-nav > li > a:focus {
font-size: 12px;
padding: 0;
margin: 20px 10px;
}
.navbar-engage .navbar-brand img, .navbar-engage.affix .navbar-brand img {
width: 100px;
}
.navbar-engage .dropdown-menu > li > a, .navbar-engage.affix .dropdown-menu > li > a {
font-size: 12px;
}
.navbar-engage .navbar-nav > li > a:before {
bottom: 0;
}
.navbar-engage.affix .navbar-nav > li > a:before {
bottom: 0;
}
.navbar-engage.affix .navbar-brand {
padding: 15px;
}
.top-nav-collapse #main-menu ul > li > a {
padding: 17px 16px;
}
.top_search_con {
display: none;
}
#carousel-area .item {
height: 400px;
}
#carousel-area .item .carousel-caption h2 {
font-size: 50px;
}
#carousel-area .item .carousel-caption h3 {
font-size: 20px;
}
#carousel-area .carousel-control i {
width: 40px;
height: 40px;
padding: 12px 0;
font-size: 15px;
}
#service-block-main .service-item {
margin: 20px 0;
}
#service-block-main .service-item h2 {
font-size: 18px;
}
#service-block-1 .service-item .service-content h2 {
font-size: 26px;
}
.split h2.title {
font-size: 18px;
}
#portfolio .portfolio-items .mix, #portfolio .portfolio-items .gap {
width: 50%;
}
#portfolio .portfolio-items figure figcaption {
padding: 32px;
}
#portfolio .portfolio-items.col-3 .mix, #portfolio .portfolio-items.col-3 .gap {
width: 50%;
}
#other-services .other-service-item .service-content h3 {
font-size: 18px;
}
#progress {
overflow-x: hidden;
}
#progress .our-progress:before {
background: none;
}
#progress .progress-bottom {
padding-bottom: 0;
padding-top: 0;
}
#progress .progress-item {
margin: 30px 0;
}
#notice h4 {
font-size: 30px;
}
#notice p {
font-size: 20px;
}
#notice .notice-button {
margin-top: 15px;
}
#cool-facts .fact-block {
margin: 30px 0;
}
#cool-facts .section-subtitle {
padding-bottom: 30px;
font-size: 24px;
}
#blog .blog-item-wrapper {
margin: 30px 0;
}
#blog .blog-item-text .blog-item-info a {
padding-right: 6px;
}
#team .team-item {
margin: 30px 0;
}
#team .info h2 {
font-size: 15px;
}
.pricing-table {
margin: 15px 0;
}
.pricing-table h3 {
font-size: 24px;
}
footer .footer-widget {
margin: 30px 0;
}
#service-block-2 .service-inner h3 {
font-size: 24px;
}
#why-choose h2, #why-choose .tab-container h2 {
font-size: 24px;
}
.social-icons-fill li {
margin-right: 1px;
}
.massage-box .massage-box-icon {
height: 60px;
}
#tabs .tab-content h1 {
font-size: 24px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.section-title {
font-size: 36px;
}
.page-header .page-subtitle {
font-size: 18px;
}
.navbar-header {
width: 100%;
}
.navbar-engage .dropdown .sub-menu {
top: 0;
left: 0 !important;
padding: 0;
border: none;
-webkit-animation: fadeInUpMenu 0.4s;
-moz-animation: fadeInUpMenu 0.4s;
-ms-animation: fadeInUpMenu 0.4s;
-o-animation: fadeInUpMenu 0.4s;
animation: fadeInUpMenu 0.4s;
}
#carousel-area {
padding-top: 64px;
}
#carousel-area .item {
height: 300px;
}
#carousel-area .item .carousel-caption h2 {
font-size: 30px;
}
#carousel-area .item .carousel-caption h3 {
font-size: 18px;
}
#carousel-area .item .carousel-caption .btn {
margin: 5px;
}
#carousel-area .carousel-control i {
width: 40px;
height: 40px;
padding: 12px 0;
font-size: 15px;
}
#carousel-area .carousel-indicators {
display: none;
}
#carousel-area .carousel-two p {
display: none;
}
#service-block-main .service-item {
margin: 60px 0;
}
#service-block-main .service-item h2 {
font-size: 18px;
}
#portfolio .portfolio-items .mix, #portfolio .portfolio-items .gap {
width: 50%;
}
#portfolio .portfolio-items .mix figure h4, #portfolio .portfolio-items .gap figure h4, #portfolio .portfolio-items .mix figure figcaption::after, #portfolio .portfolio-items .gap figure figcaption::after, #portfolio .portfolio-items .mix figure figcaption::before, #portfolio .portfolio-items .gap figure figcaption::before {
display: none;
}
#portfolio .portfolio-items figure figcaption {
padding: 10px;
}
#portfolio .controls .btn {
margin: 5px 2px;
}
#portfolio .portfolio-items.col-3 .mix, #portfolio .portfolio-items.col-3 .gap {
width: 50%;
}
#portfolio .portfolio-items.col-3 .mix figure h4, #portfolio .portfolio-items.col-3 .gap figure h4, #portfolio .portfolio-items.col-3 .mix figure figcaption::after, #portfolio .portfolio-items.col-3 .gap figure figcaption::after, #portfolio .portfolio-items.col-3 .mix figure figcaption::before, #portfolio .portfolio-items.col-3 .gap figure figcaption::before {
display: none;
}
#portfolio .portfolio-items figure figcaption {
padding: 25px;
}
#portfolio .controls .btn {
margin: 5px 2px;
}
#progress {
overflow-x: hidden;
}
#progress .our-progress:before {
background: none;
}
#progress .progress-bottom {
padding-bottom: 0;
padding-top: 0;
}
#progress .progress-item {
margin: 30px 0;
}
#testimonial #testimonial-carousel p {
font-size: 20px;
}
#testimonial #testimonial-carousel .carousel-control.left {
left: 15px;
}
#testimonial #testimonial-carousel .carousel-control.right {
right: 15px;
}
#testimonial .item blockquote small span {
display: block;
line-height: 40px;
}
#blog .blog-item-wrapper {
margin: 15px 0;
}
#clients #clients-scroller img {
width: 80%;
margin-left: 34px;
}
#team .team-item {
margin: 30px 0;
}
.pricing-table {
margin: 15px 0;
}
.pricing-table h3 {
font-size: 24px;
}
#tabs .nav-tabs li a {
font-size: 12px;
padding: 10px 12px;
}
#why-choose .tab-container h2 {
font-size: 26px;
}
#why-choose .tab-menu .list-group {
width: 536px;
margin: 40px 8px;
float: left;
}
#why-choose .tab-menu .list-group > a {
float: left;
margin: 0px 8px;
}
.page-header-content h2 {
text-align: center;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.section-title {
font-size: 26px;
line-height: 45px;
}
.section-title:before {
display: none;
}
.section-subcontent {
padding-bottom: 0;
}
#carousel-area .carousel-two p {
display: none;
}
.small-title {
font-size: 25px;
}
#portfolios .btn {
padding: 6px 13px;
margin-bottom: 5px;
}
.social-links-bordered a i {
width: 40px;
height: 40px;
line-height: 40px;
}
.navbar-header {
width: 100%;
}
.page-header .page-title {
font-size: 20px;
}
.page-header .page-subtitle {
font-size: 18px;
}
.input-lg {
font-size: 14px;
}
#roof .quick-contacts span {
padding: 0 10px;
}
#roof .social-links a {
margin: 0 2px;
}
.justify-content-end {
justify-content: flex-start !important;
}
#carousel-area {
padding-top: 64px;
}
#carousel-area .item {
height: 300px;
}
#carousel-area .item .carousel-caption h2 {
font-size: 30px;
}
#carousel-area .item .carousel-caption h3 {
font-size: 20px;
}
#carousel-area .item .carousel-caption .btn {
margin: 5px;
}
#carousel-area .carousel-control i {
width: 40px;
height: 40px;
padding: 12px 0;
font-size: 15px;
}
#carousel-area .carousel-indicators {
display: none;
}
#service-block-main .service-item {
margin: 20px 0;
}
#service-block-main .service-item h2 {
font-size: 18px;
}
#service-block-1 .service-item .service-content h2 {
font-size: 22px;
}
#portfolio .portfolio-items .mix, #portfolio .portfolio-items .gap {
width: 100%;
}
#portfolio .portfolio-items .mix figure h4, #portfolio .portfolio-items .gap figure h4, #portfolio .portfolio-items .mix figure figcaption::after, #portfolio .portfolio-items .gap figure figcaption::after, #portfolio .portfolio-items .mix figure figcaption::before, #portfolio .portfolio-items .gap figure figcaption::before {
display: none;
}
#portfolio .portfolio-items figure figcaption {
padding: 36px;
}
#portfolio .controls .btn {
margin: 5px 2px;
}
#portfolio .portfolio-items.col-3 .mix, #portfolio .portfolio-items.col-3 .gap {
width: 100%;
}
#portfolio .portfolio-items.col-3 .mix figure h4, #portfolio .portfolio-items.col-3 .gap figure h4, #portfolio .portfolio-items.col-3 .mix figure figcaption::after, #portfolio .portfolio-items.col-3 .gap figure figcaption::after, #portfolio .portfolio-items.col-3 .mix figure figcaption::before, #portfolio .portfolio-items.col-3 .gap figure figcaption::before {
display: none;
}
#portfolio .portfolio-items figure figcaption {
padding: 25px;
}
#portfolio .controls .btn {
margin: 5px 2px;
}
#other-services .other-service-item .service-content h3 {
font-size: 15px;
}
#progress {
overflow-x: hidden;
}
#progress .our-progress:before {
background: none;
}
#progress .progress-bottom {
padding-bottom: 0;
padding-top: 0;
}
#progress .progress-item {
margin: 30px 0;
}
#notice h4 {
font-size: 18px;
}
#notice p {
font-size: 16px;
}
#notice .notice-button {
margin-top: 15px;
}
#cool-facts .fact-block {
margin: 30px 0;
}
#cool-facts .section-subtitle {
padding-bottom: 30px;
font-size: 24px;
}
#cool-facts .wrapper h2 {
font-size: 20px;
}
#testimonial #testimonial-carousel p {
font-size: 20px;
}
#testimonial #testimonial-carousel .carousel-control.left {
left: 15px;
}
#testimonial #testimonial-carousel .carousel-control.right {
right: 15px;
}
#testimonial .item blockquote small span {
display: block;
line-height: 40px;
}
#cool-facts .fact-block h4 {
font-size: 20px;
line-height: 40px;
}
#blog .blog-item-wrapper {
margin: 15px 0;
}
#blog .blog-item-text .blog-item-info a {
padding-right: 6px;
}
.blog-post-title {
font-size: 20px;
}
.blog-post-footer ul.post-meta {
display: none;
}
#clients #clients-scroller .client-item-wrapper {
text-align: center;
}
#clients #clients-scroller .owl-controls {
display: none;
}
.pricing-table {
margin: 15px 0;
}
.pricing-table h3 {
font-size: 24px;
}
#team .team-item {
margin: 20px 0;
}
.copyright-text {
float: left !important;
}
.social-icons-fill li {
margin: 0px 16px 0 0;
}
#why-choose .tab-container h2 {
font-size: 28px;
}
#why-choose .list-group-item {
width: 362%;
margin: 40px 15px;
}
.navbar-nav .nav-item + .nav-item {
margin-left: 0;
}
#main-menu {
clear: both;
}
.page-header-content h2 {
text-align: center;
}
.social-footer {
text-align: left !important;
}
}
/* mobile or only mobile */
@media (max-width: 767px) {
.carousel-item > img {
height: 100%;
width: 100%;
}
#carousel-area {
padding-top: 64px;
}
#carousel-area .carousel-item {
height: 200px;
}
#carousel-area .carousel-item .carousel-caption h2 {
font-size: 16px;
}
#carousel-area .carousel-item .carousel-caption h3 {
font-size: 12px;
}
#carousel-area .carousel-item .carousel-caption .btn {
margin: auto;
font-size: 9px;
margin-top: 5px;
padding: 8px 12px;
}
#carousel-area .carousel-control {
top: 58%;
display: none;
}
#carousel-area:hover .carousel-control {
display: block;
}
#carousel-area .carousel-indicators {
bottom: -8px;
}
#carousel-area i {
margin-right: 0;
}
#carousel-area .carousel-item .carousel-caption {
top: 14%;
}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
#main-menu ul > li > a {
font-size: 13px;
font-weight: 400;
padding: 28px 10px;
}
#main-menu ul .dropdown .dropdown-menu a {
border-top: 1px solid #e2e6e7;
color: #666;
display: block;
font-size: 12px;
font-weight: 400;
height: auto;
line-height: 16px;
padding: 9px 19px 7px;
transition: all 0.3s ease-in-out 0s;
}
#carousel-area .carousel-item .carousel-caption h2 {
font-size: 50px;
}
#carousel-area .carousel-item .carousel-caption h3 {
font-size: 20px;
}
#carousel-area img {
height: 100%;
}
.service-item h2 {
font-size: 15px !important;
}
.top_search {
display: none;
}
.pricing-table-x .plan-info p {
font-size: 12px;
}
#team .team-item figure figcaption .content-white {
font-size: 9px;
line-height: 12px;
width: 60%;
}
#team .team-item .social .facebook, #team .team-item .social .twitter, #team .team-item .social .google-plus {
font-size: 8px;
height: 25px;
line-height: 25px;
width: 25px;
}
.section-title {
font-size: 24px !important;
}
.footer-widget p {
font-size: 12px;
}
.social-footer a .fa {
height: 25px;
line-height: 25px;
width: 25px;
}
footer .plain-flicker-gallery a {
width: 31%;
}
footer ul li.tweet {
font-size: 12px !important;
}
#copyright p, #copyright a {
font-size: 10px !important;
}
.single-pricing-2 .btn {
padding: 10px 15px;
font-size: 10px;
}
.single-pricing-2 .plan-price {
font-size: 35px;
}
.single-pricing-2 ul li {
font-size: 12px;
}
ul.nav-tabs li a {
font-size: 11px;
}
.btn-lg {
padding: 12px 20px;
}
.btn-md {
padding: 12px 14px;
}
.pricing-table h3 {
font-size: 20px !important;
}
.single-pricing-2 .plan-name {
font-size: 18px;
}
.sup-desc-wrap .sup-meta-wrap .sup-description {
display: none;
}
.portfolio-meta ul li {
font-size: 10px;
}
.portfolio-meta ul li span {
font-size: 10px;
width: 78px;
}
span.published-time {
font-size: 10px;
}
.widget.popular-post h4 {
font-size: 12px;
}
.flickr-widget .plain-flicker-gallery a img {
width: 31%;
}
.widget.tag-cloud a {
font-size: 8px;
}
.panel-default .panel-heading a {
font-size: 16px;
}
}
@media (max-width: 767px) {
.nav-inline .nav-item + .nav-item {
margin-left: 0;
float: none;
}
#main-menu {
clear: both;
width: 100%;
}
#main-menu ul .dropdown .dropdown-menu {
display: block;
position: relative;
width: 100%;
}
nav.navbar.navbar-light {
min-height: 73px;
}
nav.navbar.navbar-light button.navbar-toggler {
background: #333 none repeat scroll 0 0;
border-radius: 0 !important;
margin-top: 17px;
}
nav.navbar.navbar-light ul.nav-inline {
max-height: 350px;
overflow-x: scroll;
margin-top: 20px;
}
nav.navbar.navbar-light ul.nav-inline .nav-item {
display: block;
}
#roof {
display: none;
}
#main-menu ul > li > a {
font-size: 12px !important;
padding: 18px 10px;
}
.page-header-content h2 {
text-align: center;
}
.footer-widget {
margin-bottom: 30px;
}
.carousel-item > img {
height: 100% !important;
}
#carousel-area .carousel-item .carousel-caption h2 {
font-size: 20px;
font-weight: 600;
}
#carousel-area .carousel-item .carousel-caption h3 {
font-size: 16px;
}
.btn-lg {
font-size: 10px;
padding: 10px 16px;
text-transform: uppercase;
}
.section-title {
font-size: 18px;
}
.section-subcontent {
font-size: 12px;
line-height: 17px;
}
#portfolio a.filter {
font-size: 10px;
margin: 5px;
padding: 5px 11px;
}
.controls {
padding: 0;
}
.pricing-table-x .table-header h3 {
font-size: 18px;
}
.plan-info > p {
font-size: 12px !important;
}
.pricing-table-x .button-area {
padding: 14px 0 40px;
}
.service2-single-service .fa {
font-size: 18px;
height: 45px;
line-height: 45px;
width: 45px;
}
.service2-single-service h2 {
font-size: 15px;
}
.service2-single-service p {
font-size: 11px;
}
.images {
text-align: center;
}
.split h2.title {
font-size: 16px;
line-height: 24px;
}
#other-services .service-content p {
font-size: 12px;
}
#other-services .service-content p.lead {
font-size: 12px;
line-height: 28px;
margin-bottom: 7px;
}
.about2-intro-image {
margin-bottom: 10px;
}
#default-tab li.nav-item a.nav-link {
padding: 5px;
font-size: 12px;
}
.single-testimonial-area h3 {
font-size: 18px;
line-height: 25px;
}
.single-testimonial-area p {
font-size: 12px;
}
.section {
padding: 15px 15px;
}
.page-header-area {
height: 86px;
}
.page-header-content h2 {
font-size: 28px;
}
.cta-content h2 {
font-size: 20px;
line-height: 32px;
}
.cta-content p {
font-size: 12px;
line-height: 18px;
padding-top: 5px;
}
.cta-content .btn {
font-size: 12px;
margin-top: 0;
padding: 7px 12px;
}
#google-map-contact {
height: 200px;
padding: 0;
}
.section-padding {
padding: 60px 0;
}
.contact-title-text h2 {
font-size: 30px;
}
.contact-title-text p {
font-size: 14px;
}
.contact-widget h2 {
margin-bottom: 10px;
font-size: 20px;
}
.contact-widget address {
line-height: 35px;
font-size: 12px;
}
.error-section h1 {
font-size: 4rem;
}
.error-section h4 {
font-size: 16px;
}
#round-tab ul li a {
font-size: 12px;
padding: 6px !important;
}
#vertical-tab .nav-tabs, #vertical-tab .tab-content {
vertical-align: top;
display: inherit;
}
#vertical-tab ul.nav-tabs {
margin-bottom: 20px;
}
#vertical-tab ul.nav-tabs li a {
font-size: 12px;
padding: 12px 40px;
}
#vertical-tab p {
font-size: 13px;
line-height: 23px !important;
}
.shortcode-buttons-area .col-md-3, .shortcode-pie-skill-area .col-md-6 {
margin: 30px 0;
}
.single-portfolio-area .small-title {
margin-top: 30px;
}
.portfolio-controls ul li a.btn {
padding: 5px 30px;
}
.featured-wrapper img {
height: 200px;
}
.blog-post-footer ul li a {
padding: 4px 12px;
}
.blog-post-footer a.btn {
margin-top: 10px;
}
iframe {
height: 200px !important;
}
ul.pagination a.page-link {
font-size: 10px;
padding: 7px;
}
.search-bar {
margin-top: 40px;
}
.sidebar-area .widget {
margin-bottom: 30px;
}
.about-author-section .media-left {
display: block !important;
text-align: center;
}
.about-author-section .media .media-body {
padding-left: 10px;
text-align: center;
padding-top: 20px;
}
.author-footer .fa {
font-size: 18px !important;
height: 35px !important;
line-height: 35px !important;
width: 35px !important;
}
.comments-area .media-left, .comments-area .media-right {
display: block;
margin-bottom: 5px;
text-align: center;
}
.comment-author {
margin: 10px 0;
}
.commentor-info > p {
font-size: 13px;
line-height: 23px;
}
.images img {
width: 100%;
}
.panel-default .panel-heading a {
font-size: 15px;
}
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
.carousel-item > img {
width: 100%;
}
#carousel-area .carousel-item .carousel-caption {
top: 25%;
}
#carousel-area .carousel-item .carousel-caption h2 {
font-size: 28px;
}
#carousel-area .carousel-item .carousel-caption h3 {
font-size: 16px;
}
#carousel-area .carousel-item .carousel-caption .btn {
margin: auto;
font-size: 12px;
margin-top: 10px;
padding: 10px 15px;
}
#carousel-area .carousel-indicators {
bottom: 25px;
}
} | 0.208421 | 0.074198 |
@font-face {
font-family: "font-regular";
src: url('fonts/font.otf');
}
@font-face{
font-family: "font-bold";
src: url('fonts/font-bold.otf');
}
@font-face{
font-family: "font-italic";
src: url('fonts/font-italic.otf');
}
html{
overflow-x: hidden;
}
body {
color: white;
background-image: url(imgs/background.jpg);
background-size: cover;
background-color: black;
margin: 0;
font-family: font-regular, Inter;
}
b{
font-family: font-bold, Inter;
}
i{
font-family: font-italic, Inter;
}
.nav{
background-color: rgba(29, 29, 31, 0.3);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
position: absolute;
position: fixed;
top: 0;
width: 100%;
padding: 8px;
text-align: center;
font-size: 17px;
z-index: 999999999999999;
}
.seperator{
color: lawngreen;
}
.nav a{
color: #a3a3a3;
text-decoration: none;
}
.nav a:hover{
color: #ffffff;
text-decoration: underline;
}
.nav a img{
height: 15px !important;
}
.ss-conatiner{
width: 60%;
float: right;
}
.text{
width: 33%;
float: left;
margin-top: 50px;
margin-left: 40px;
}
.text .heading{
font-size: 45px;
margin: 0;
}
.text .heading-text{
font-size: 30px;
letter-spacing: 3px;
}
.text .clock{
font-size: 18px;
letter-spacing: 1px;
}
.text #mercury-counter, .text #venus-counter, .text #earth-counter, .text #mars-counter, .text #asteroid-belt-counter, .text #jupiter-counter, .text #saturn-counter, .text #uranus-counter, .text #neptune-counter, .text #pluto-counter{
font-weight: 600;
}
.text .counter{
letter-spacing: 1px;
font-size: 23px;
}
.mobile-description{
display: none;
}
ul.planets-years-passed{
padding-left: 20px;
}
.mercury-color{
font-weight: bold;
color: #b6bac5;
font-size: 23px !important;
}
.venus-color{
font-weight: bold;
color: #bf8639;
font-size: 23px !important;
}
.earth-color{
font-weight: bold;
color: #06f;
font-size: 23px !important;
}
.mars-color{
font-weight: bold;
color: #aa4200;
font-size: 23px !important;
}
.asteroid-belt-color{
font-weight: bold;
color: #969696;
font-size: 23px !important;
}
.jupiter-color{
font-weight: bold;
color: #e0ae6f;
font-size: 23px !important;
}
.saturn-color{
font-weight: bold;
color: #dfd3a9;
font-size: 23px !important;
}
.uranus-color{
font-weight: bold;
color: #82b3d1;
font-size: 23px !important;
}
.neptune-color{
font-weight: bold;
color: #77c2ec;
font-size: 23px !important;
}
.pluto-color{
font-weight: bold;
color: #7c6a5c;
font-size: 23px !important;
}
ul.solar-system {
padding: 0;
width: 100%;
position: relative;
height: 640px;
list-style: none;
-webkit-transition: all 0.09s ease-in;
-moz-transition: all 0.09s ease-in;
-o-transition: all 0.09s ease-in;
transition: all 0.09s ease-in;
overflow: hidden;
}
ul.solar-system li {
text-indent: -9999px;
display: block;
position: absolute;
border: 2px solid #394057;
}
ul.solar-system li span {
display: block;
position: absolute;
width: 10px;
height: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
ul.solar-system li.sun-star {
width: 40px;
height: 40px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #fc3;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.22, rgb(204,153,0)),
color-stop(1, rgb(255,219,112))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(204,153,0) 22%,
rgb(255,219,112) 100%
);
top: 302px;
left: 462px;
border: none;
-webkit-box-shadow: 0 0 50px #c90;
-moz-box-shadow: 0 0 50px #c90;
box-shadow: 0 0 50px #c90;
z-index: 100;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
ul.solar-system li.sun-star span {
width: 60px;
height: 60px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
ul.solar-system li.mercury-planet {
width: 100px;
height: 100px;
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
border-radius: 52px;
top: 270px;
left: 430px;
z-index: 99;
}
ul.solar-system li.mercury-planet span {
background: #b6bac5;
top: 10px;
left: 10px;
}
ul.solar-system li.venus-planet {
width: 160px;
height: 160px;
-webkit-border-radius: 82px;
-moz-border-radius: 82px;
border-radius: 82px;
top: 240px;
left: 400px;
z-index: 98;
}
ul.solar-system li.venus-planet span {
background: #bf8639;
top: 118px;
left: 5px;
}
ul.solar-system li.earth-planet {
width: 220px;
height: 220px;
-webkit-border-radius: 112px;
-moz-border-radius: 112px;
border-radius: 112px;
top: 210px;
left: 370px;
z-index: 97;
}
ul.solar-system li.earth-planet span {
background: #06c;
top: 56px;
left: 5px;
}
ul.solar-system li.earth-planet span.earth-moon {
width: 4px;
height: 4px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #ccc;
top: 12px;
left: 12px;
}
ul.solar-system li.mars-planet {
width: 280px;
height: 280px;
-webkit-border-radius: 142px;
-moz-border-radius: 142px;
border-radius: 142px;
top: 180px;
left: 340px;
z-index: 96;
}
ul.solar-system li.mars-planet span {
background: #aa4200;
top: 0px;
left: 175px;
}
ul.solar-system li.asteroids-meteorids {
top: 155px;
left: 315px;
z-index: 100000000000000000;
background: url(imgs/asteroids-meteorids.png) no-repeat 0 0;
width: 330px;
height: 330px;
-webkit-border-radius: 165px;
-moz-border-radius: 165px;
border-radius: 165px;
border: none;
}
ul.solar-system li.jupiter-planet {
width: 340px;
height: 340px;
-webkit-border-radius: 172px;
-moz-border-radius: 172px;
border-radius: 172px;
top: 150px;
left: 310px;
z-index: 95;
}
ul.solar-system li.jupiter-planet span {
background: #e0ae6f;
top: 67px;
left: 24px;
}
ul.solar-system li.saturn-planet {
width: 400px;
height: 400px;
-webkit-border-radius: 202px;
-moz-border-radius: 202px;
border-radius: 202px;
top: 120px;
left: 280px;
z-index: 94;
}
ul.solar-system li.saturn-planet span {
background: #dfd3a9;
top: 24px;
left: 300px;
}
ul.solar-system li.saturn-planet span.saturn-ring {
width: 12px;
height: 12px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: none;
border: 2px solid #5a4e34;
left: -3px;
top: -3px;
-webkit-transform: skewY(50deg);
-moz-transform: skewY(50deg);
-o-transform: skewY(50deg);
transform: skewY(50deg);
}
ul.solar-system li.uranus-planet {
width: 460px;
height: 460px;
-webkit-border-radius: 232px;
-moz-border-radius: 232px;
border-radius: 232px;
top: 90px;
left: 250px;
z-index: 93;
}
ul.solar-system li.uranus-planet span {
background: #82b3d1;
top: 7px;
left: 300px;
}
ul.solar-system li.neptune-planet {
width: 520px;
height: 520px;
-webkit-border-radius: 262px;
-moz-border-radius: 262px;
border-radius: 262px;
top: 60px;
left: 220px;
z-index: 92;
}
ul.solar-system li.neptune-planet span {
background: #77c2ec;
top: 0px;
left: 200px;
}
ul.solar-system li.pluto-planet {
width: 580px;
height: 580px;
-webkit-border-radius: 292px;
-moz-border-radius: 292px;
border-radius: 292px;
top: 30px;
left: 190px;
z-index: 91;
}
ul.solar-system li.pluto-planet span {
background: #7c6a5c;
top: 79px;
left: 79px;
}
ul.solar-system li {
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-name: planet-orbit;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-moz-animation-name: planet-orbit;
}
ul.solar-system li.mercury-planet {
-webkit-animation-duration: 3s;
-moz-animation-duration: 3s;
}
ul.solar-system li.venus-planet {
-webkit-animation-duration: 4.8s;
-moz-animation-duration: 4.8s;
}
ul.solar-system li.earth-planet {
-webkit-animation-duration: 7.2s;
-moz-animation-duration: 7.2s;
}
ul.solar-system li.earth-planet span {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
}
ul.solar-system li.earth-planet span {
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-name: earth-moon;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-moz-animation-name: earth-moon;
}
ul.solar-system li.mars-planet {
-webkit-animation-duration: 12s;
-moz-animation-duration: 12s;
}
ul.solar-system li.asteroids-meteorids {
-webkit-animation-duration: 15s;
-moz-animation-duration: 15s;
}
ul.solar-system li.jupiter-planet {
-webkit-animation-duration: 18s;
-moz-animation-duration: 18s;
}
ul.solar-system li.saturn-planet {
-webkit-animation-duration: 36s;
-moz-animation-duration: 36s;
}
ul.solar-system li.uranus-planet {
-webkit-animation-duration: 42s;
-moz-animation-duration: 42s;
}
ul.solar-system li.neptune-planet {
-webkit-animation-duration: 60s;
-moz-animation-duration: 60s;
}
ul.solar-system li.pluto-planet {
-webkit-animation-duration: 120s;
-moz-animation-duration: 72s;
}
@-webkit-keyframes planet-orbit {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg)
}
}
@-webkit-keyframes earth-moon {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes planet-orbit {
from {
-moz-transform: rotate(0deg)
}
to {
-moz-transform: rotate(360deg)
}
}
@-moz-keyframes earth-moon {
from {
-moz-transform: rotate(0deg)
}
to {
-moz-transform: rotate(360deg)
}
}
::-webkit-scrollbar{
display: none;
}
@media only screen and (max-device-width: 813px) {
body{
overflow-x: hidden;
}
.nav{
padding: 2px;
}
.mobile-description{
display: block;
width: 90%;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
font-size: 24px;
}
.ss-conatiner{
float: none;
width: 100%;
}
.text{
width: 90%;
float: none;
margin-top: 50px;
margin-left: 20px;
margin-bottom: 20px;
font-size: 20px;
}
} | style.css | @font-face {
font-family: "font-regular";
src: url('fonts/font.otf');
}
@font-face{
font-family: "font-bold";
src: url('fonts/font-bold.otf');
}
@font-face{
font-family: "font-italic";
src: url('fonts/font-italic.otf');
}
html{
overflow-x: hidden;
}
body {
color: white;
background-image: url(imgs/background.jpg);
background-size: cover;
background-color: black;
margin: 0;
font-family: font-regular, Inter;
}
b{
font-family: font-bold, Inter;
}
i{
font-family: font-italic, Inter;
}
.nav{
background-color: rgba(29, 29, 31, 0.3);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
position: absolute;
position: fixed;
top: 0;
width: 100%;
padding: 8px;
text-align: center;
font-size: 17px;
z-index: 999999999999999;
}
.seperator{
color: lawngreen;
}
.nav a{
color: #a3a3a3;
text-decoration: none;
}
.nav a:hover{
color: #ffffff;
text-decoration: underline;
}
.nav a img{
height: 15px !important;
}
.ss-conatiner{
width: 60%;
float: right;
}
.text{
width: 33%;
float: left;
margin-top: 50px;
margin-left: 40px;
}
.text .heading{
font-size: 45px;
margin: 0;
}
.text .heading-text{
font-size: 30px;
letter-spacing: 3px;
}
.text .clock{
font-size: 18px;
letter-spacing: 1px;
}
.text #mercury-counter, .text #venus-counter, .text #earth-counter, .text #mars-counter, .text #asteroid-belt-counter, .text #jupiter-counter, .text #saturn-counter, .text #uranus-counter, .text #neptune-counter, .text #pluto-counter{
font-weight: 600;
}
.text .counter{
letter-spacing: 1px;
font-size: 23px;
}
.mobile-description{
display: none;
}
ul.planets-years-passed{
padding-left: 20px;
}
.mercury-color{
font-weight: bold;
color: #b6bac5;
font-size: 23px !important;
}
.venus-color{
font-weight: bold;
color: #bf8639;
font-size: 23px !important;
}
.earth-color{
font-weight: bold;
color: #06f;
font-size: 23px !important;
}
.mars-color{
font-weight: bold;
color: #aa4200;
font-size: 23px !important;
}
.asteroid-belt-color{
font-weight: bold;
color: #969696;
font-size: 23px !important;
}
.jupiter-color{
font-weight: bold;
color: #e0ae6f;
font-size: 23px !important;
}
.saturn-color{
font-weight: bold;
color: #dfd3a9;
font-size: 23px !important;
}
.uranus-color{
font-weight: bold;
color: #82b3d1;
font-size: 23px !important;
}
.neptune-color{
font-weight: bold;
color: #77c2ec;
font-size: 23px !important;
}
.pluto-color{
font-weight: bold;
color: #7c6a5c;
font-size: 23px !important;
}
ul.solar-system {
padding: 0;
width: 100%;
position: relative;
height: 640px;
list-style: none;
-webkit-transition: all 0.09s ease-in;
-moz-transition: all 0.09s ease-in;
-o-transition: all 0.09s ease-in;
transition: all 0.09s ease-in;
overflow: hidden;
}
ul.solar-system li {
text-indent: -9999px;
display: block;
position: absolute;
border: 2px solid #394057;
}
ul.solar-system li span {
display: block;
position: absolute;
width: 10px;
height: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
ul.solar-system li.sun-star {
width: 40px;
height: 40px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #fc3;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.22, rgb(204,153,0)),
color-stop(1, rgb(255,219,112))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(204,153,0) 22%,
rgb(255,219,112) 100%
);
top: 302px;
left: 462px;
border: none;
-webkit-box-shadow: 0 0 50px #c90;
-moz-box-shadow: 0 0 50px #c90;
box-shadow: 0 0 50px #c90;
z-index: 100;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
ul.solar-system li.sun-star span {
width: 60px;
height: 60px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
ul.solar-system li.mercury-planet {
width: 100px;
height: 100px;
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
border-radius: 52px;
top: 270px;
left: 430px;
z-index: 99;
}
ul.solar-system li.mercury-planet span {
background: #b6bac5;
top: 10px;
left: 10px;
}
ul.solar-system li.venus-planet {
width: 160px;
height: 160px;
-webkit-border-radius: 82px;
-moz-border-radius: 82px;
border-radius: 82px;
top: 240px;
left: 400px;
z-index: 98;
}
ul.solar-system li.venus-planet span {
background: #bf8639;
top: 118px;
left: 5px;
}
ul.solar-system li.earth-planet {
width: 220px;
height: 220px;
-webkit-border-radius: 112px;
-moz-border-radius: 112px;
border-radius: 112px;
top: 210px;
left: 370px;
z-index: 97;
}
ul.solar-system li.earth-planet span {
background: #06c;
top: 56px;
left: 5px;
}
ul.solar-system li.earth-planet span.earth-moon {
width: 4px;
height: 4px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #ccc;
top: 12px;
left: 12px;
}
ul.solar-system li.mars-planet {
width: 280px;
height: 280px;
-webkit-border-radius: 142px;
-moz-border-radius: 142px;
border-radius: 142px;
top: 180px;
left: 340px;
z-index: 96;
}
ul.solar-system li.mars-planet span {
background: #aa4200;
top: 0px;
left: 175px;
}
ul.solar-system li.asteroids-meteorids {
top: 155px;
left: 315px;
z-index: 100000000000000000;
background: url(imgs/asteroids-meteorids.png) no-repeat 0 0;
width: 330px;
height: 330px;
-webkit-border-radius: 165px;
-moz-border-radius: 165px;
border-radius: 165px;
border: none;
}
ul.solar-system li.jupiter-planet {
width: 340px;
height: 340px;
-webkit-border-radius: 172px;
-moz-border-radius: 172px;
border-radius: 172px;
top: 150px;
left: 310px;
z-index: 95;
}
ul.solar-system li.jupiter-planet span {
background: #e0ae6f;
top: 67px;
left: 24px;
}
ul.solar-system li.saturn-planet {
width: 400px;
height: 400px;
-webkit-border-radius: 202px;
-moz-border-radius: 202px;
border-radius: 202px;
top: 120px;
left: 280px;
z-index: 94;
}
ul.solar-system li.saturn-planet span {
background: #dfd3a9;
top: 24px;
left: 300px;
}
ul.solar-system li.saturn-planet span.saturn-ring {
width: 12px;
height: 12px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: none;
border: 2px solid #5a4e34;
left: -3px;
top: -3px;
-webkit-transform: skewY(50deg);
-moz-transform: skewY(50deg);
-o-transform: skewY(50deg);
transform: skewY(50deg);
}
ul.solar-system li.uranus-planet {
width: 460px;
height: 460px;
-webkit-border-radius: 232px;
-moz-border-radius: 232px;
border-radius: 232px;
top: 90px;
left: 250px;
z-index: 93;
}
ul.solar-system li.uranus-planet span {
background: #82b3d1;
top: 7px;
left: 300px;
}
ul.solar-system li.neptune-planet {
width: 520px;
height: 520px;
-webkit-border-radius: 262px;
-moz-border-radius: 262px;
border-radius: 262px;
top: 60px;
left: 220px;
z-index: 92;
}
ul.solar-system li.neptune-planet span {
background: #77c2ec;
top: 0px;
left: 200px;
}
ul.solar-system li.pluto-planet {
width: 580px;
height: 580px;
-webkit-border-radius: 292px;
-moz-border-radius: 292px;
border-radius: 292px;
top: 30px;
left: 190px;
z-index: 91;
}
ul.solar-system li.pluto-planet span {
background: #7c6a5c;
top: 79px;
left: 79px;
}
ul.solar-system li {
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-name: planet-orbit;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-moz-animation-name: planet-orbit;
}
ul.solar-system li.mercury-planet {
-webkit-animation-duration: 3s;
-moz-animation-duration: 3s;
}
ul.solar-system li.venus-planet {
-webkit-animation-duration: 4.8s;
-moz-animation-duration: 4.8s;
}
ul.solar-system li.earth-planet {
-webkit-animation-duration: 7.2s;
-moz-animation-duration: 7.2s;
}
ul.solar-system li.earth-planet span {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
}
ul.solar-system li.earth-planet span {
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-name: earth-moon;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-moz-animation-name: earth-moon;
}
ul.solar-system li.mars-planet {
-webkit-animation-duration: 12s;
-moz-animation-duration: 12s;
}
ul.solar-system li.asteroids-meteorids {
-webkit-animation-duration: 15s;
-moz-animation-duration: 15s;
}
ul.solar-system li.jupiter-planet {
-webkit-animation-duration: 18s;
-moz-animation-duration: 18s;
}
ul.solar-system li.saturn-planet {
-webkit-animation-duration: 36s;
-moz-animation-duration: 36s;
}
ul.solar-system li.uranus-planet {
-webkit-animation-duration: 42s;
-moz-animation-duration: 42s;
}
ul.solar-system li.neptune-planet {
-webkit-animation-duration: 60s;
-moz-animation-duration: 60s;
}
ul.solar-system li.pluto-planet {
-webkit-animation-duration: 120s;
-moz-animation-duration: 72s;
}
@-webkit-keyframes planet-orbit {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg)
}
}
@-webkit-keyframes earth-moon {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes planet-orbit {
from {
-moz-transform: rotate(0deg)
}
to {
-moz-transform: rotate(360deg)
}
}
@-moz-keyframes earth-moon {
from {
-moz-transform: rotate(0deg)
}
to {
-moz-transform: rotate(360deg)
}
}
::-webkit-scrollbar{
display: none;
}
@media only screen and (max-device-width: 813px) {
body{
overflow-x: hidden;
}
.nav{
padding: 2px;
}
.mobile-description{
display: block;
width: 90%;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
font-size: 24px;
}
.ss-conatiner{
float: none;
width: 100%;
}
.text{
width: 90%;
float: none;
margin-top: 50px;
margin-left: 20px;
margin-bottom: 20px;
font-size: 20px;
}
} | 0.313525 | 0.064713 |
html {
height: 100%;
width: 100%;
overflow: hidden; }
html body {
height: 100%;
width: 100%; }
html body #grid-container {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 40px 1fr;
height: 100%;
width: 100%; }
html body #grid-container #grid-content {
display: grid;
grid-column: auto;
grid-row: 2;
background-color: #454545; }
html body #grid-container #grid-content #content-timeoff-container {
position: relative;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 50px auto;
justify-self: center;
align-self: center;
width: 500px;
height: 450px;
background-color: #4a4a4a;
border: 1px solid rgba(255, 255, 255, 0.1); }
html body #grid-container #grid-content #content-timeoff-container #timeoff-heading {
position: relative;
-ms-flex-item-align: center;
align-self: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 40px;
font-weight: 300;
font-style: italic;
text-align: center;
padding: 0px;
margin: 0px; }
html body #grid-container #grid-content #content-timeoff-container #login-error {
position: absolute;
right: 0px;
-ms-flex-item-align: start;
align-self: start;
justify-self: center;
color: #ff0000;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 300;
font-style: normal;
margin: 55px 10px 10px 45px; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form {
display: grid;
grid-column: auto;
grid-row: 2;
grid-template-columns: 1fr 1fr;
grid-template-rows: 30px 35px 20px 35px 20px 35px 20px 100px 1fr;
margin: 0; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form #form-user {
grid-column: 1;
grid-row: 1;
justify-self: start;
-ms-flex-item-align: center;
align-self: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 300;
margin-left: 20px; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form #form-start {
grid-column: 1;
grid-row: 2;
justify-self: start;
-ms-flex-item-align: center;
align-self: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 300;
margin-left: 20px; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form #form-end {
grid-column: 1;
grid-row: 4;
justify-self: start;
-ms-flex-item-align: center;
align-self: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 300;
margin-left: 20px; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form #timeoff-submit {
grid-column-start: 1;
grid-column-end: 3;
grid-row: 9;
justify-self: center;
-ms-flex-item-align: center;
align-self: center;
width: 250px;
height: 50px;
background-color: #00ff88;
border: #00b761;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 28px;
font-weight: 300;
text-align: center;
text-decoration: underline;
cursor: pointer; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form #form-reason {
grid-column: 1;
grid-row: 6;
justify-self: start;
-ms-flex-item-align: center;
align-self: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 300;
margin-left: 20px; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form #form-details {
grid-row: 8;
justify-self: start;
-ms-flex-item-align: center;
align-self: center;
height: 90%;
width: 92%;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 300;
margin-left: 20px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-error {
position: absolute;
-ms-flex-item-align: start;
align-self: start;
justify-self: center;
color: #ff0000;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 300;
font-style: normal;
margin-top: 100px; }
.input[type='text'],
.input[type='date'],
select,
textarea {
grid-column-start: 1;
grid-column-end: 3;
width: 200px;
height: 25px;
background-color: #454545;
color: #ffffff;
justify-self: center;
-ms-flex-item-align: center;
align-self: center;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-style: normal;
border: 1px solid #00ff88;
padding-left: 10px; }
.input[type='text'][type='text']:hover, .input[type='text'][type='text']:active, .input[type='text'][type='text']:focus,
.input[type='date'][type='text']:hover,
.input[type='date'][type='text']:active,
.input[type='date'][type='text']:focus,
select[type='text']:hover,
select[type='text']:active,
select[type='text']:focus,
textarea[type='text']:hover,
textarea[type='text']:active,
textarea[type='text']:focus {
border: 1px solid #00ff22; }
.input[type='text'][type='password']:hover, .input[type='text'][type='password']:active, .input[type='text'][type='password']:focus,
.input[type='date'][type='password']:hover,
.input[type='date'][type='password']:active,
.input[type='date'][type='password']:focus,
select[type='password']:hover,
select[type='password']:active,
select[type='password']:focus,
textarea[type='password']:hover,
textarea[type='password']:active,
textarea[type='password']:focus {
border: 1px solid #00ff22; }
.input[type='text']::-webkit-input-placeholder,
.input[type='date']::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #ffffff;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-style: normal; }
.input[type='text']:-ms-input-placeholder,
.input[type='date']:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #ffffff;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-style: normal; }
.input[type='text']::-ms-input-placeholder,
.input[type='date']::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: #ffffff;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-style: normal; }
.input[type='text']::placeholder,
.input[type='date']::placeholder,
select::placeholder,
textarea::placeholder {
color: #ffffff;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-style: normal; }
/*# sourceMappingURL=timeoff.css.map */ | css/timeoff.css | html {
height: 100%;
width: 100%;
overflow: hidden; }
html body {
height: 100%;
width: 100%; }
html body #grid-container {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 40px 1fr;
height: 100%;
width: 100%; }
html body #grid-container #grid-content {
display: grid;
grid-column: auto;
grid-row: 2;
background-color: #454545; }
html body #grid-container #grid-content #content-timeoff-container {
position: relative;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 50px auto;
justify-self: center;
align-self: center;
width: 500px;
height: 450px;
background-color: #4a4a4a;
border: 1px solid rgba(255, 255, 255, 0.1); }
html body #grid-container #grid-content #content-timeoff-container #timeoff-heading {
position: relative;
-ms-flex-item-align: center;
align-self: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 40px;
font-weight: 300;
font-style: italic;
text-align: center;
padding: 0px;
margin: 0px; }
html body #grid-container #grid-content #content-timeoff-container #login-error {
position: absolute;
right: 0px;
-ms-flex-item-align: start;
align-self: start;
justify-self: center;
color: #ff0000;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 300;
font-style: normal;
margin: 55px 10px 10px 45px; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form {
display: grid;
grid-column: auto;
grid-row: 2;
grid-template-columns: 1fr 1fr;
grid-template-rows: 30px 35px 20px 35px 20px 35px 20px 100px 1fr;
margin: 0; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form #form-user {
grid-column: 1;
grid-row: 1;
justify-self: start;
-ms-flex-item-align: center;
align-self: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 300;
margin-left: 20px; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form #form-start {
grid-column: 1;
grid-row: 2;
justify-self: start;
-ms-flex-item-align: center;
align-self: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 300;
margin-left: 20px; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form #form-end {
grid-column: 1;
grid-row: 4;
justify-self: start;
-ms-flex-item-align: center;
align-self: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 300;
margin-left: 20px; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form #timeoff-submit {
grid-column-start: 1;
grid-column-end: 3;
grid-row: 9;
justify-self: center;
-ms-flex-item-align: center;
align-self: center;
width: 250px;
height: 50px;
background-color: #00ff88;
border: #00b761;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 28px;
font-weight: 300;
text-align: center;
text-decoration: underline;
cursor: pointer; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form #form-reason {
grid-column: 1;
grid-row: 6;
justify-self: start;
-ms-flex-item-align: center;
align-self: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 300;
margin-left: 20px; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-form #form-details {
grid-row: 8;
justify-self: start;
-ms-flex-item-align: center;
align-self: center;
height: 90%;
width: 92%;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 300;
margin-left: 20px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px; }
html body #grid-container #grid-content #content-timeoff-container #timeoff-error {
position: absolute;
-ms-flex-item-align: start;
align-self: start;
justify-self: center;
color: #ff0000;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 300;
font-style: normal;
margin-top: 100px; }
.input[type='text'],
.input[type='date'],
select,
textarea {
grid-column-start: 1;
grid-column-end: 3;
width: 200px;
height: 25px;
background-color: #454545;
color: #ffffff;
justify-self: center;
-ms-flex-item-align: center;
align-self: center;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-style: normal;
border: 1px solid #00ff88;
padding-left: 10px; }
.input[type='text'][type='text']:hover, .input[type='text'][type='text']:active, .input[type='text'][type='text']:focus,
.input[type='date'][type='text']:hover,
.input[type='date'][type='text']:active,
.input[type='date'][type='text']:focus,
select[type='text']:hover,
select[type='text']:active,
select[type='text']:focus,
textarea[type='text']:hover,
textarea[type='text']:active,
textarea[type='text']:focus {
border: 1px solid #00ff22; }
.input[type='text'][type='password']:hover, .input[type='text'][type='password']:active, .input[type='text'][type='password']:focus,
.input[type='date'][type='password']:hover,
.input[type='date'][type='password']:active,
.input[type='date'][type='password']:focus,
select[type='password']:hover,
select[type='password']:active,
select[type='password']:focus,
textarea[type='password']:hover,
textarea[type='password']:active,
textarea[type='password']:focus {
border: 1px solid #00ff22; }
.input[type='text']::-webkit-input-placeholder,
.input[type='date']::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #ffffff;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-style: normal; }
.input[type='text']:-ms-input-placeholder,
.input[type='date']:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #ffffff;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-style: normal; }
.input[type='text']::-ms-input-placeholder,
.input[type='date']::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: #ffffff;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-style: normal; }
.input[type='text']::placeholder,
.input[type='date']::placeholder,
select::placeholder,
textarea::placeholder {
color: #ffffff;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-style: normal; }
/*# sourceMappingURL=timeoff.css.map */ | 0.382487 | 0.065247 |
@charset "utf-8";
#dvCMentors {
text-align: right;
direction: rtl;
}
#dvCMentors * {
font-family: Tahoma, 'Verdana Sans';
}
#dvCMentors select {
min-width: 150px;
}
#dvMentorsFormWrapper {
text-align: center;
margin: 0 auto;
}
#dvMentorsForm {
direction: ltr;
margin: 0 auto;
margin-top: 35px;
}
#dvMentorsForm * {
font-family: Tahoma, 'Verdana Sans';
overflow: visible;
}
#dvMentorsForm tr, #dvMentorsForm td {
text-align: right;
vertical-align: top;
height: auto !important;
overflow: visible;
}
#dvMentorsForm tr *, #dvMentorsForm td * {
height: auto !important;
}
#dvMentorsForm td iframe {
height: 0 !important;
}
#dvMentorsForm select, #dvMentorsForm input, #dvMentorsForm textarea {
font-size: 12px;
direction: rtl;
}
#dvMentorsForm textarea {
height: 60px !important;
}
#dvMentorsMoreInfo {
direction: ltr;
text-align: center;
}
#dvMentorsMoreInfoInner tr, #dvMentorsMoreInfoInner td {
text-align: right;
vertical-align: top;
}
#dvMentorsMoreInfo img {
display: block !important;
margin: 0 auto;
}
#dvMCardForm {
direction: ltr;
}
#dvAcCoursesFormWrapper {
text-align: center;
margin: 0 auto;
}
#dvMCardForm {
margin: 0 auto;
margin-top: 35px;
}
#dvMCardForm * {
font-family: Tahoma, 'Verdana Sans';
overflow: visible;
}
#dvMCardForm tr, #dvMCardForm td {
text-align: right;
vertical-align: top;
height: auto !important;
overflow: visible;
}
#dvMCardForm tr *, #dvMCardForm td * {
height: auto !important;
}
#dvMCardForm select, #dvMCardForm input, #dvMCardForm textarea {
font-size: 12px;
direction: rtl;
}
#dvMCardForm textarea {
height: 60px !important;
}
#dvCTerms {
text-align: right;
direction: rtl;
}
#dvCTerms * {
font-family: Tahoma, 'Verdana Sans';
}
#dvCTerms select {
min-width: 150px;
}
#dvTermsForm {
direction: ltr;
}
#dvTermsFormWrapper {
text-align: center;
margin: 0 auto;
}
#dvTermsForm {
margin: 0 auto;
margin-top: 35px;
}
#dvTermsForm * {
font-family: Tahoma, 'Verdana Sans';
overflow: visible;
}
#dvTermsForm tr, #dvTermsForm td {
text-align: right;
vertical-align: top;
height: auto !important;
overflow: visible;
}
#dvTermsForm tr *, #dvTermsForm td * {
height: auto !important;
}
#dvTermsForm td iframe {
height: 0 !important;
}
#dvTermsForm select, #dvTermsForm input, #dvTermsForm textarea {
font-size: 12px;
direction: rtl;
}
#dvTermsForm textarea {
height: 60px !important;
}
#dvCTyros {
text-align: right;
direction: rtl;
}
#dvCTyros * {
font-family: Tahoma, 'Verdana Sans';
}
#dvCTyros select {
min-width: 150px;
}
#dvTyrosFormWrapper {
text-align: center;
margin: 0 auto;
}
#dvTyrosForm {
direction: ltr;
margin: 0 auto;
margin-top: 35px;
}
#dvTyrosForm * {
font-family: Tahoma, 'Verdana Sans';
overflow: visible;
}
#dvTyrosForm tr, #dvTyrosForm td {
text-align: right;
vertical-align: top;
height: auto !important;
overflow: visible;
}
#dvTyrosForm tr *, #dvTyrosForm td * {
height: auto !important;
}
#dvTyrosForm td iframe {
height: 0 !important;
}
#dvTyrosForm select, #dvTyrosForm input, #dvTyrosForm textarea {
font-size: 12px;
direction: rtl;
}
#dvTyrosForm textarea {
height: 60px !important;
}
#dvTyrosMoreInfo {
direction: ltr;
text-align: center;
}
#dvTyrosMoreInfoInner tr, #dvTyrosMoreInfoInner td {
text-align: right;
vertical-align: top;
}
#dvTyrosMoreInfo img {
display: block !important;
margin: 0 auto;
} | website/www/root-ac.css | @charset "utf-8";
#dvCMentors {
text-align: right;
direction: rtl;
}
#dvCMentors * {
font-family: Tahoma, 'Verdana Sans';
}
#dvCMentors select {
min-width: 150px;
}
#dvMentorsFormWrapper {
text-align: center;
margin: 0 auto;
}
#dvMentorsForm {
direction: ltr;
margin: 0 auto;
margin-top: 35px;
}
#dvMentorsForm * {
font-family: Tahoma, 'Verdana Sans';
overflow: visible;
}
#dvMentorsForm tr, #dvMentorsForm td {
text-align: right;
vertical-align: top;
height: auto !important;
overflow: visible;
}
#dvMentorsForm tr *, #dvMentorsForm td * {
height: auto !important;
}
#dvMentorsForm td iframe {
height: 0 !important;
}
#dvMentorsForm select, #dvMentorsForm input, #dvMentorsForm textarea {
font-size: 12px;
direction: rtl;
}
#dvMentorsForm textarea {
height: 60px !important;
}
#dvMentorsMoreInfo {
direction: ltr;
text-align: center;
}
#dvMentorsMoreInfoInner tr, #dvMentorsMoreInfoInner td {
text-align: right;
vertical-align: top;
}
#dvMentorsMoreInfo img {
display: block !important;
margin: 0 auto;
}
#dvMCardForm {
direction: ltr;
}
#dvAcCoursesFormWrapper {
text-align: center;
margin: 0 auto;
}
#dvMCardForm {
margin: 0 auto;
margin-top: 35px;
}
#dvMCardForm * {
font-family: Tahoma, 'Verdana Sans';
overflow: visible;
}
#dvMCardForm tr, #dvMCardForm td {
text-align: right;
vertical-align: top;
height: auto !important;
overflow: visible;
}
#dvMCardForm tr *, #dvMCardForm td * {
height: auto !important;
}
#dvMCardForm select, #dvMCardForm input, #dvMCardForm textarea {
font-size: 12px;
direction: rtl;
}
#dvMCardForm textarea {
height: 60px !important;
}
#dvCTerms {
text-align: right;
direction: rtl;
}
#dvCTerms * {
font-family: Tahoma, 'Verdana Sans';
}
#dvCTerms select {
min-width: 150px;
}
#dvTermsForm {
direction: ltr;
}
#dvTermsFormWrapper {
text-align: center;
margin: 0 auto;
}
#dvTermsForm {
margin: 0 auto;
margin-top: 35px;
}
#dvTermsForm * {
font-family: Tahoma, 'Verdana Sans';
overflow: visible;
}
#dvTermsForm tr, #dvTermsForm td {
text-align: right;
vertical-align: top;
height: auto !important;
overflow: visible;
}
#dvTermsForm tr *, #dvTermsForm td * {
height: auto !important;
}
#dvTermsForm td iframe {
height: 0 !important;
}
#dvTermsForm select, #dvTermsForm input, #dvTermsForm textarea {
font-size: 12px;
direction: rtl;
}
#dvTermsForm textarea {
height: 60px !important;
}
#dvCTyros {
text-align: right;
direction: rtl;
}
#dvCTyros * {
font-family: Tahoma, 'Verdana Sans';
}
#dvCTyros select {
min-width: 150px;
}
#dvTyrosFormWrapper {
text-align: center;
margin: 0 auto;
}
#dvTyrosForm {
direction: ltr;
margin: 0 auto;
margin-top: 35px;
}
#dvTyrosForm * {
font-family: Tahoma, 'Verdana Sans';
overflow: visible;
}
#dvTyrosForm tr, #dvTyrosForm td {
text-align: right;
vertical-align: top;
height: auto !important;
overflow: visible;
}
#dvTyrosForm tr *, #dvTyrosForm td * {
height: auto !important;
}
#dvTyrosForm td iframe {
height: 0 !important;
}
#dvTyrosForm select, #dvTyrosForm input, #dvTyrosForm textarea {
font-size: 12px;
direction: rtl;
}
#dvTyrosForm textarea {
height: 60px !important;
}
#dvTyrosMoreInfo {
direction: ltr;
text-align: center;
}
#dvTyrosMoreInfoInner tr, #dvTyrosMoreInfoInner td {
text-align: right;
vertical-align: top;
}
#dvTyrosMoreInfo img {
display: block !important;
margin: 0 auto;
} | 0.244814 | 0.070688 |
.CodeMirror {
font-family: "Source Code Pro", monospace;
font-size: 9pt;
}
.CodeMirror-ruler {
z-index: 1;
}
pre.cm-s-default span.cm-builtin,
div.CodeMirror span.cm-builtin {
color: var(--builtin);
font-weight: bold;
}
pre.cm-s-default span.cm-builtin-2,
div.CodeMirror span.cm-builtin-2 {
color: var(--builtin-2);
font-weight: bold;
}
pre.cm-s-default span.cm-keyword,
div.CodeMirror span.cm-keyword {
color: var(--keyword);
font-weight: bold;
}
pre.cm-s-default span.cm-deprecated,
div.CodeMirror span.cm-deprecated {
color: var(--deprecated);
font-weight: bold;
text-decoration: line-through;
}
pre.cm-s-default span.cm-variable,
div.CodeMirror span.cm-variable {
color: var(--variable);
}
pre.cm-s-default span.cm-variable-2,
div.CodeMirror span.cm-variable-2 {
color: var(--variable2);
}
pre.cm-s-default span.cm-comment,
div.CodeMirror span.cm-comment {
color: var(--comment);
}
pre.cm-s-default span.cm-string,
div.CodeMirror span.cm-string {
color: var(--string);
}
pre.cm-s-default span.cm-meta,
div.CodeMirror span.cm-meta {
color: var(--meta);
}
pre.cm-s-default span.cm-qualifier,
div.CodeMirror span.cm-qualifier {
color: var(--qualifier);
}
pre.cm-s-default span.cm-number,
div.CodeMirror span.cm-number {
color: var(--number);
}
pre.cm-s-default span.cm-bracket,
div.CodeMirror span.cm-bracket {
color: var(--bracket);
}
pre.cm-s-default span.cm-bracket-0,
div.CodeMirror span.cm-bracket-0 {
font-weight: bold;
color: var(--bracket-0);
font-size: 1.25em;
letter-spacing: -0.12em;
}
span.cm-bracket-0.cm-layout:before {
font-size: calc(0.8em);
}
pre.cm-s-default span.cm-bracket-1,
div.CodeMirror span.cm-bracket-1 {
font-weight: bold;
color: var(--bracket-1);
font-size: 1.12em;
letter-spacing: -0.064em;
}
span.cm-bracket-1.cm-layout:before {
font-size: 0.893em;
}
pre.cm-s-default span.cm-bracket-2,
div.CodeMirror span.cm-bracket-2 {
font-weight: bold;
color: var(--bracket-2);
}
pre.cm-s-default span.cm-bracket-3,
div.CodeMirror span.cm-bracket-3 {
font-weight: bold;
color: var(--bracket-3);
}
pre.cm-s-default span.cm-bracket-4,
div.CodeMirror span.cm-bracket-4 {
font-weight: bold;
color: var(--bracket-4);
}
pre.cm-s-default span.cm-bracket-5,
div.CodeMirror span.cm-bracket-5 {
font-weight: bold;
color: var(bracket-5);
}
pre.cm-s-default span.cm-bracket-6,
div.CodeMirror span.cm-bracket-6 {
font-weight: bold;
color: var(bracket-6);
}
pre.cm-s-default span.cm-bracket-7,
div.CodeMirror span.cm-error {
color: var(bracket-7);
}
/* Make bracket matching look nicer. */
div.CodeMirror span.CodeMirror-matchingbracket {
outline: solid var(--matchingbracket) 0.1em;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
outline: solid var(--nonmatchingbracket) 0.1em;
}
/* Highlighting for matches to the selected word. */
div.CodeMirror span.cm-matchhighlight {
background-color: var(--matchhighlight);
}
.CodeMirror-selection-highlight-scrollbar {
background-color: var(--selection-highlight-scrollbar);
}
/* Grayed-out style for the empty editor placeholder. */
.CodeMirror pre.CodeMirror-placeholder {
color: var(--cm-placeholder);
}
/* Style overrides for the autocomplete box and doc-on-hover. */
#function-details {
z-index: 10;
}
.CodeMirror-hint,
.hover-decl {
color: var(--hover-decl);
font-family: "Source Code Pro", monospace;
font-size: 9pt;
white-space: pre-line;
}
.hover-decl {
padding-left: 2em;
text-indent: -2em;
}
.CodeMirror-hint .hint-word,
.hover-decl .hint-word {
font-weight: bold;
color: var(--hint-word);
}
.CodeMirror-hint .hint-keyword,
.hover-decl .hint-keyword {
font-weight: bold;
color: var(--hint-keyword);
}
.CodeMirror-hints {
background: var(--hints-list-bg);
}
.CodeMirror-hint {
max-width: 40em;
}
li.CodeMirror-hint-active {
background: var(--hint-active-bg);
color: var(--hint-active);
}
.CodeMirror-hover-tooltip,
.CodeMirror-lint-tooltip,
.hint-description,
.function-tooltip-styling {
background-color: var(--hover-tooltip);
border-radius: 0.5em;
border: 1px solid var(--hover-tooltip-border);
box-shadow: 0.1em 0.1em 0.1em var(--hover-tooltip-shadow);
min-height: 1em;
max-height: 20em;
min-width: 5em;
overflow: hidden;
padding: 0.3em 0.5em;
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-ms-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
}
.CodeMirror-lint-tooltip {
color: var(--lint-tooltip-color);
}
.hint-description {
color: var(--hint-description-color);
}
.function-tooltip-styling .hover-decl {
white-space: nowrap;
}
.CodeMirror-hover-tooltip {
opacity: 0;
position: fixed;
max-width: 30em;
}
.hint-description {
position: absolute;
height: 14.2em;
width: 20em;
z-index: 11;
}
div.fade {
position: absolute;
top: 0px;
bottom: 0px;
width: 100%;
height: 100%;
display: block;
}
.CodeMirror-hover-tooltip div.fade {
background-image: linear-gradient(
to bottom,
var(--hover-tooltip-grad-start) 0em,
var(--hover-tooltip-grad-start) 17em,
var(--hover-tooltip) 20em
);
}
.hint-description div.fade {
background-image: linear-gradient(
to bottom,
var(--hover-tooltip-grad-start) 0em,
var(--hover-tooltip-grad-start) 11.2em,
var(--hover-tooltip) 14.2em
);
}
.hover-doc {
color: var(--hover-doc-color);
padding-top: 0.5em;
font-size: 11pt;
}
div.CodeMirror-lint-message-warning,
div.CodeMirror-lint-message-error {
padding-left: calc(18px + 0.5em);
}
div.CodeMirror-lint-message-warning:not(:last-child):after,
div.CodeMirror-lint-message-error:not(:last-child):after {
content: "";
border-bottom: solid var(--lint-message-border-bottom) 1px;
display: block;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
}
/* Styles needed for the dialog add-on, used for search. */
.CodeMirror-dialog {
position: absolute;
left: 0;
right: 0;
background-color: var(--dialog-bg);
z-index: 15;
padding: 0.1em 0.8em;
overflow: hidden;
color: var(--dialog);
}
.CodeMirror-dialog-top {
border-bottom: 1px solid var(--dialog-border);
top: 0;
}
.CodeMirror-dialog-bottom {
border-top: 1px solid var(--dialog-border);
bottom: 0;
}
.CodeMirror-dialog input {
border: none;
outline: none;
background: transparent;
width: 20em;
color: inherit;
font-family: "Source Code Pro", monospace;
}
.CodeMirror-dialog button {
font-size: 70%;
}
.marked {
background: var(--marked-bg);
}
/* source-code-pro-regular - latin */
@font-face {
font-family: "Source Code Pro";
font-style: normal;
font-weight: 400;
src: url("../SourceCodePro/source-code-pro-v7-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Source Code Pro"), local("SourceCodePro-Regular"),
url("../SourceCodePro/source-code-pro-v7-latin-regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("../SourceCodePro/source-code-pro-v7-latin-regular.woff2")
format("woff2"),
/* Super Modern Browsers */
url("../SourceCodePro/source-code-pro-v7-latin-regular.woff")
format("woff"),
/* Modern Browsers */
url("../SourceCodePro/source-code-pro-v7-latin-regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("../SourceCodePro/source-code-pro-v7-latin-regular.svg#SourceCodePro")
format("svg");
/* Legacy iOS */
}
/* source-code-pro-bold - latin */
@font-face {
font-family: "Source Code Pro";
font-style: normal;
font-weight: 700;
src: url("../SourceCodePro/source-code-pro-v7-latin-700.eot");
/* IE9 Compat Modes */
src: local("Source Code Pro Bold"), local("SourceCodePro-Bold"),
url("../SourceCodePro/source-code-pro-v7-latin-700.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("../SourceCodePro/source-code-pro-v7-latin-700.woff2")
format("woff2"),
/* Super Modern Browsers */
url("../SourceCodePro/source-code-pro-v7-latin-700.woff") format("woff"),
/* Modern Browsers */
url("../SourceCodePro/source-code-pro-v7-latin-700.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("../SourceCodePro/source-code-pro-v7-latin-700.svg#SourceCodePro")
format("svg");
/* Legacy iOS */
}
span.cm-layout {
position: relative;
}
span.cm-layout:first-child:before,
span:not(.cm-layout) + span.cm-layout:before {
content: "\00BB";
position: absolute;
left: -0.65em;
top: 0;
color: var(--cm-layout);
font-weight: normal;
letter-spacing: 0;
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-placeholder {
padding-left: 0.5em;
}
.CodeMirror-buttonsPanel {
font-size: 1.25em;
background-color: var(--buttonsPanel-bg);
border-bottom: solid var(--border-bottom) 1px;
white-space: nowrap;
overflow: hidden;
}
.CodeMirror-buttonsPanel div.cw-toolbar-button {
display: inline-block;
margin: 2px 0.2em 0em 0.2em;
text-align: center;
width: 2em;
height: 1em;
color: var(--cw-toolbar-button);
}
.CodeMirror-buttonsPanel div.cw-toolbar-button:hover {
color: var(--cw-toolbar-button-hover);
}
.CodeMirror-buttonsPanel div.cw-toolbar-button:active {
transform: translate(1px, 1px);
color: var(--cw-toolbar-button-active);
}
.cm-s-default.CodeMirror {
line-height: 1.4em;
}
.cm-s-default .CodeMirror-linenumber {
padding: 0 5px;
}
.cm-s-ambiance .cm-comment {
font-style: normal;
} | web/css/codeworld-cm.css | .CodeMirror {
font-family: "Source Code Pro", monospace;
font-size: 9pt;
}
.CodeMirror-ruler {
z-index: 1;
}
pre.cm-s-default span.cm-builtin,
div.CodeMirror span.cm-builtin {
color: var(--builtin);
font-weight: bold;
}
pre.cm-s-default span.cm-builtin-2,
div.CodeMirror span.cm-builtin-2 {
color: var(--builtin-2);
font-weight: bold;
}
pre.cm-s-default span.cm-keyword,
div.CodeMirror span.cm-keyword {
color: var(--keyword);
font-weight: bold;
}
pre.cm-s-default span.cm-deprecated,
div.CodeMirror span.cm-deprecated {
color: var(--deprecated);
font-weight: bold;
text-decoration: line-through;
}
pre.cm-s-default span.cm-variable,
div.CodeMirror span.cm-variable {
color: var(--variable);
}
pre.cm-s-default span.cm-variable-2,
div.CodeMirror span.cm-variable-2 {
color: var(--variable2);
}
pre.cm-s-default span.cm-comment,
div.CodeMirror span.cm-comment {
color: var(--comment);
}
pre.cm-s-default span.cm-string,
div.CodeMirror span.cm-string {
color: var(--string);
}
pre.cm-s-default span.cm-meta,
div.CodeMirror span.cm-meta {
color: var(--meta);
}
pre.cm-s-default span.cm-qualifier,
div.CodeMirror span.cm-qualifier {
color: var(--qualifier);
}
pre.cm-s-default span.cm-number,
div.CodeMirror span.cm-number {
color: var(--number);
}
pre.cm-s-default span.cm-bracket,
div.CodeMirror span.cm-bracket {
color: var(--bracket);
}
pre.cm-s-default span.cm-bracket-0,
div.CodeMirror span.cm-bracket-0 {
font-weight: bold;
color: var(--bracket-0);
font-size: 1.25em;
letter-spacing: -0.12em;
}
span.cm-bracket-0.cm-layout:before {
font-size: calc(0.8em);
}
pre.cm-s-default span.cm-bracket-1,
div.CodeMirror span.cm-bracket-1 {
font-weight: bold;
color: var(--bracket-1);
font-size: 1.12em;
letter-spacing: -0.064em;
}
span.cm-bracket-1.cm-layout:before {
font-size: 0.893em;
}
pre.cm-s-default span.cm-bracket-2,
div.CodeMirror span.cm-bracket-2 {
font-weight: bold;
color: var(--bracket-2);
}
pre.cm-s-default span.cm-bracket-3,
div.CodeMirror span.cm-bracket-3 {
font-weight: bold;
color: var(--bracket-3);
}
pre.cm-s-default span.cm-bracket-4,
div.CodeMirror span.cm-bracket-4 {
font-weight: bold;
color: var(--bracket-4);
}
pre.cm-s-default span.cm-bracket-5,
div.CodeMirror span.cm-bracket-5 {
font-weight: bold;
color: var(bracket-5);
}
pre.cm-s-default span.cm-bracket-6,
div.CodeMirror span.cm-bracket-6 {
font-weight: bold;
color: var(bracket-6);
}
pre.cm-s-default span.cm-bracket-7,
div.CodeMirror span.cm-error {
color: var(bracket-7);
}
/* Make bracket matching look nicer. */
div.CodeMirror span.CodeMirror-matchingbracket {
outline: solid var(--matchingbracket) 0.1em;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
outline: solid var(--nonmatchingbracket) 0.1em;
}
/* Highlighting for matches to the selected word. */
div.CodeMirror span.cm-matchhighlight {
background-color: var(--matchhighlight);
}
.CodeMirror-selection-highlight-scrollbar {
background-color: var(--selection-highlight-scrollbar);
}
/* Grayed-out style for the empty editor placeholder. */
.CodeMirror pre.CodeMirror-placeholder {
color: var(--cm-placeholder);
}
/* Style overrides for the autocomplete box and doc-on-hover. */
#function-details {
z-index: 10;
}
.CodeMirror-hint,
.hover-decl {
color: var(--hover-decl);
font-family: "Source Code Pro", monospace;
font-size: 9pt;
white-space: pre-line;
}
.hover-decl {
padding-left: 2em;
text-indent: -2em;
}
.CodeMirror-hint .hint-word,
.hover-decl .hint-word {
font-weight: bold;
color: var(--hint-word);
}
.CodeMirror-hint .hint-keyword,
.hover-decl .hint-keyword {
font-weight: bold;
color: var(--hint-keyword);
}
.CodeMirror-hints {
background: var(--hints-list-bg);
}
.CodeMirror-hint {
max-width: 40em;
}
li.CodeMirror-hint-active {
background: var(--hint-active-bg);
color: var(--hint-active);
}
.CodeMirror-hover-tooltip,
.CodeMirror-lint-tooltip,
.hint-description,
.function-tooltip-styling {
background-color: var(--hover-tooltip);
border-radius: 0.5em;
border: 1px solid var(--hover-tooltip-border);
box-shadow: 0.1em 0.1em 0.1em var(--hover-tooltip-shadow);
min-height: 1em;
max-height: 20em;
min-width: 5em;
overflow: hidden;
padding: 0.3em 0.5em;
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-ms-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
}
.CodeMirror-lint-tooltip {
color: var(--lint-tooltip-color);
}
.hint-description {
color: var(--hint-description-color);
}
.function-tooltip-styling .hover-decl {
white-space: nowrap;
}
.CodeMirror-hover-tooltip {
opacity: 0;
position: fixed;
max-width: 30em;
}
.hint-description {
position: absolute;
height: 14.2em;
width: 20em;
z-index: 11;
}
div.fade {
position: absolute;
top: 0px;
bottom: 0px;
width: 100%;
height: 100%;
display: block;
}
.CodeMirror-hover-tooltip div.fade {
background-image: linear-gradient(
to bottom,
var(--hover-tooltip-grad-start) 0em,
var(--hover-tooltip-grad-start) 17em,
var(--hover-tooltip) 20em
);
}
.hint-description div.fade {
background-image: linear-gradient(
to bottom,
var(--hover-tooltip-grad-start) 0em,
var(--hover-tooltip-grad-start) 11.2em,
var(--hover-tooltip) 14.2em
);
}
.hover-doc {
color: var(--hover-doc-color);
padding-top: 0.5em;
font-size: 11pt;
}
div.CodeMirror-lint-message-warning,
div.CodeMirror-lint-message-error {
padding-left: calc(18px + 0.5em);
}
div.CodeMirror-lint-message-warning:not(:last-child):after,
div.CodeMirror-lint-message-error:not(:last-child):after {
content: "";
border-bottom: solid var(--lint-message-border-bottom) 1px;
display: block;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
}
/* Styles needed for the dialog add-on, used for search. */
.CodeMirror-dialog {
position: absolute;
left: 0;
right: 0;
background-color: var(--dialog-bg);
z-index: 15;
padding: 0.1em 0.8em;
overflow: hidden;
color: var(--dialog);
}
.CodeMirror-dialog-top {
border-bottom: 1px solid var(--dialog-border);
top: 0;
}
.CodeMirror-dialog-bottom {
border-top: 1px solid var(--dialog-border);
bottom: 0;
}
.CodeMirror-dialog input {
border: none;
outline: none;
background: transparent;
width: 20em;
color: inherit;
font-family: "Source Code Pro", monospace;
}
.CodeMirror-dialog button {
font-size: 70%;
}
.marked {
background: var(--marked-bg);
}
/* source-code-pro-regular - latin */
@font-face {
font-family: "Source Code Pro";
font-style: normal;
font-weight: 400;
src: url("../SourceCodePro/source-code-pro-v7-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Source Code Pro"), local("SourceCodePro-Regular"),
url("../SourceCodePro/source-code-pro-v7-latin-regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("../SourceCodePro/source-code-pro-v7-latin-regular.woff2")
format("woff2"),
/* Super Modern Browsers */
url("../SourceCodePro/source-code-pro-v7-latin-regular.woff")
format("woff"),
/* Modern Browsers */
url("../SourceCodePro/source-code-pro-v7-latin-regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("../SourceCodePro/source-code-pro-v7-latin-regular.svg#SourceCodePro")
format("svg");
/* Legacy iOS */
}
/* source-code-pro-bold - latin */
@font-face {
font-family: "Source Code Pro";
font-style: normal;
font-weight: 700;
src: url("../SourceCodePro/source-code-pro-v7-latin-700.eot");
/* IE9 Compat Modes */
src: local("Source Code Pro Bold"), local("SourceCodePro-Bold"),
url("../SourceCodePro/source-code-pro-v7-latin-700.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("../SourceCodePro/source-code-pro-v7-latin-700.woff2")
format("woff2"),
/* Super Modern Browsers */
url("../SourceCodePro/source-code-pro-v7-latin-700.woff") format("woff"),
/* Modern Browsers */
url("../SourceCodePro/source-code-pro-v7-latin-700.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("../SourceCodePro/source-code-pro-v7-latin-700.svg#SourceCodePro")
format("svg");
/* Legacy iOS */
}
span.cm-layout {
position: relative;
}
span.cm-layout:first-child:before,
span:not(.cm-layout) + span.cm-layout:before {
content: "\00BB";
position: absolute;
left: -0.65em;
top: 0;
color: var(--cm-layout);
font-weight: normal;
letter-spacing: 0;
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-placeholder {
padding-left: 0.5em;
}
.CodeMirror-buttonsPanel {
font-size: 1.25em;
background-color: var(--buttonsPanel-bg);
border-bottom: solid var(--border-bottom) 1px;
white-space: nowrap;
overflow: hidden;
}
.CodeMirror-buttonsPanel div.cw-toolbar-button {
display: inline-block;
margin: 2px 0.2em 0em 0.2em;
text-align: center;
width: 2em;
height: 1em;
color: var(--cw-toolbar-button);
}
.CodeMirror-buttonsPanel div.cw-toolbar-button:hover {
color: var(--cw-toolbar-button-hover);
}
.CodeMirror-buttonsPanel div.cw-toolbar-button:active {
transform: translate(1px, 1px);
color: var(--cw-toolbar-button-active);
}
.cm-s-default.CodeMirror {
line-height: 1.4em;
}
.cm-s-default .CodeMirror-linenumber {
padding: 0 5px;
}
.cm-s-ambiance .cm-comment {
font-style: normal;
} | 0.57344 | 0.086516 |
.title {
text-align: center;
}
.layoutContainer {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.scoreBoard {
display: inline-flex;
flex-flow: column wrap;
justify-content: center;
}
.scoreBoard > .score {
display: flex;
text-align: center;
width: 85px;
height: 100px;
border-radius: 8px;
margin: 5px 10px;
}
.scoreBoard > .score.scoreWhite {
background-color: #F48120;
color: #F48120;
}
.scoreBoard > .score.scoreBlack {
background-color: rgb(0, 146, 200);
color: rgb(0, 146, 200);
}
.scoreBoard > .score > .content {
width: 88%;
height: 92%;
margin: auto;
box-sizing: border-box;
background-color: white;
border-radius: 5px;
padding-top: 8px;
font-size: 55px;
}
.board {
position: relative;
display: inline-block;
}
.board > .row {
display: flex;
margin: auto;
}
.board.ai-board {
}
.board.ai-board .cell {
width: 20px;
height: 20px;
border: 1px solid black;
}
.resultModal {
opacity: 0;
transition: opacity 1s;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.79);
}
.resultModal.show {
opacity: 1;
}
.resultModal.hide {
opacity: 0;
}
.resultModal > .modalContent {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
height: 100%;
}
.resultModal > .modalContent > .scoreBoard {
display: inline-flex;
flex-flow: row wrap;
justify-content: center;
}
.resultModal > .modalContent > .scoreBoard > .score {
display: flex;
text-align: center;
width: 85px;
height: 100px;
border-radius: 8px;
margin: 5px 10px;
}
.resultModal > .modalContent > .scoreBoard > .score.scoreWhite {
background-color: #F48120;
color: #F48120;
}
.resultModal > .modalContent > .scoreBoard > .score.scoreBlack {
background-color: rgb(0, 146, 200);
color: rgb(0, 146, 200);
}
.resultModal > .modalContent > .scoreBoard > .score > .content {
width: 88%;
height: 92%;
margin: auto;
box-sizing: border-box;
background-color: white;
border-radius: 5px;
padding-top: 8px;
font-size: 55px;
} | src/app/reversi/component/index.css | .title {
text-align: center;
}
.layoutContainer {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.scoreBoard {
display: inline-flex;
flex-flow: column wrap;
justify-content: center;
}
.scoreBoard > .score {
display: flex;
text-align: center;
width: 85px;
height: 100px;
border-radius: 8px;
margin: 5px 10px;
}
.scoreBoard > .score.scoreWhite {
background-color: #F48120;
color: #F48120;
}
.scoreBoard > .score.scoreBlack {
background-color: rgb(0, 146, 200);
color: rgb(0, 146, 200);
}
.scoreBoard > .score > .content {
width: 88%;
height: 92%;
margin: auto;
box-sizing: border-box;
background-color: white;
border-radius: 5px;
padding-top: 8px;
font-size: 55px;
}
.board {
position: relative;
display: inline-block;
}
.board > .row {
display: flex;
margin: auto;
}
.board.ai-board {
}
.board.ai-board .cell {
width: 20px;
height: 20px;
border: 1px solid black;
}
.resultModal {
opacity: 0;
transition: opacity 1s;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.79);
}
.resultModal.show {
opacity: 1;
}
.resultModal.hide {
opacity: 0;
}
.resultModal > .modalContent {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
height: 100%;
}
.resultModal > .modalContent > .scoreBoard {
display: inline-flex;
flex-flow: row wrap;
justify-content: center;
}
.resultModal > .modalContent > .scoreBoard > .score {
display: flex;
text-align: center;
width: 85px;
height: 100px;
border-radius: 8px;
margin: 5px 10px;
}
.resultModal > .modalContent > .scoreBoard > .score.scoreWhite {
background-color: #F48120;
color: #F48120;
}
.resultModal > .modalContent > .scoreBoard > .score.scoreBlack {
background-color: rgb(0, 146, 200);
color: rgb(0, 146, 200);
}
.resultModal > .modalContent > .scoreBoard > .score > .content {
width: 88%;
height: 92%;
margin: auto;
box-sizing: border-box;
background-color: white;
border-radius: 5px;
padding-top: 8px;
font-size: 55px;
} | 0.67854 | 0.163045 |
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url('./poppins/poppins-v12-latin-300.eot'); /* IE9 Compat Modes */
src: local('Poppins Light'), local('Poppins-Light'),
url('./poppins/poppins-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-300.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
src: url('./poppins/poppins-v12-latin-300italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Light Italic'), local('Poppins-LightItalic'),
url('./poppins/poppins-v12-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-300italic.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-300italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
src: url('./poppins/poppins-v12-latin-italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Italic'), local('Poppins-Italic'),
url('./poppins/poppins-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url('./poppins/poppins-v12-latin-500.eot'); /* IE9 Compat Modes */
src: local('Poppins Medium'), local('Poppins-Medium'),
url('./poppins/poppins-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-500.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url('./poppins/poppins-v12-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Poppins Regular'), local('Poppins-Regular'),
url('./poppins/poppins-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
src: url('./poppins/poppins-v12-latin-500italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'),
url('./poppins/poppins-v12-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-500italic.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-500italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
src: url('./poppins/poppins-v12-latin-600italic.eot'); /* IE9 Compat Modes */
src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'),
url('./poppins/poppins-v12-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-600italic.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-600italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url('./poppins/poppins-v12-latin-700.eot'); /* IE9 Compat Modes */
src: local('Poppins Bold'), local('Poppins-Bold'),
url('./poppins/poppins-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-700.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url('./poppins/poppins-v12-latin-600.eot'); /* IE9 Compat Modes */
src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
url('./poppins/poppins-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-600.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: url('./poppins/poppins-v12-latin-700italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'),
url('./poppins/poppins-v12-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-700italic.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-700italic.svg#Poppins') format('svg'); /* Legacy iOS */
} | Frontend/public/fonts/font.css | @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url('./poppins/poppins-v12-latin-300.eot'); /* IE9 Compat Modes */
src: local('Poppins Light'), local('Poppins-Light'),
url('./poppins/poppins-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-300.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
src: url('./poppins/poppins-v12-latin-300italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Light Italic'), local('Poppins-LightItalic'),
url('./poppins/poppins-v12-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-300italic.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-300italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
src: url('./poppins/poppins-v12-latin-italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Italic'), local('Poppins-Italic'),
url('./poppins/poppins-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url('./poppins/poppins-v12-latin-500.eot'); /* IE9 Compat Modes */
src: local('Poppins Medium'), local('Poppins-Medium'),
url('./poppins/poppins-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-500.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url('./poppins/poppins-v12-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Poppins Regular'), local('Poppins-Regular'),
url('./poppins/poppins-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
src: url('./poppins/poppins-v12-latin-500italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'),
url('./poppins/poppins-v12-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-500italic.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-500italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
src: url('./poppins/poppins-v12-latin-600italic.eot'); /* IE9 Compat Modes */
src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'),
url('./poppins/poppins-v12-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-600italic.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-600italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url('./poppins/poppins-v12-latin-700.eot'); /* IE9 Compat Modes */
src: local('Poppins Bold'), local('Poppins-Bold'),
url('./poppins/poppins-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-700.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url('./poppins/poppins-v12-latin-600.eot'); /* IE9 Compat Modes */
src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
url('./poppins/poppins-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-600.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: url('./poppins/poppins-v12-latin-700italic.eot'); /* IE9 Compat Modes */
src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'),
url('./poppins/poppins-v12-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./poppins/poppins-v12-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./poppins/poppins-v12-latin-700italic.woff') format('woff'), /* Modern Browsers */
url('./poppins/poppins-v12-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./poppins/poppins-v12-latin-700italic.svg#Poppins') format('svg'); /* Legacy iOS */
} | 0.109622 | 0.059647 |
.grid {
padding: 0 10px !important;
width: auto;
margin: 0 auto;
list-style: none;
text-align: center;
}
.grid li {
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
text-align: left;
position: relative;
}
.grid figure {
margin: 0;
position: relative;
}
.grid figure img {
max-width: 100%;
display: block;
position: relative;
}
.grid figcaption {
position: absolute;
top: 0;
left: 0;
padding: 15px;
background: #2c3f52;
color: #ed4e6e;
}
.grid figcaption h4 {
font-family: 'Amaranth', Calibri, Arial, sans-serif;
font-size: 16px;
margin: 0;
padding: 0;
color: #fff;
}
/* .grid figcaption span:before {
content: 'by ';
} */
/* .grid figcaption a {
text-align: center;
padding: 5px 10px;
border-radius: 2px;
display: inline-block;
background: #ed4e6e;
color: #fff;
} */
.row {
margin-bottom: 10px;
}
/* Caption Style 4 */
.cs-style-4 li {
-webkit-perspective: 1700px;
-moz-perspective: 1700px;
perspective: 1700px;
-webkit-perspective-origin: 0 50%;
-moz-perspective-origin: 0 50%;
perspective-origin: 0 50%;
}
.cs-style-4 figure {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.cs-style-4 figure > div {
overflow: hidden;
}
.cs-style-4 figure img {
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
-webkit-transform: translateX(25%);
-moz-transform: translateX(25%);
-ms-transform: translateX(25%);
transform: translateX(25%);
}
.cs-style-4 figcaption {
height: 100%;
width: 50%;
opacity: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
opacity: 1;
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s;
}
/* .cs-style-4 figcaption a {
position: absolute;
bottom: 20px;
right: 20px;
} */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 600px) {
.grid {
padding: 0 20px !important;
}
.grid li {
padding: 5px 0;
width: 440px;
}
.grid figcaption h4 {
font-size: 20px;
}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.grid figcaption h4 {
font-size: 22px;
}
}
/* Large devices (desktops, 940px and up) */
@media (min-width: 940px) {
.grid li {
padding: 0 10px;
}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.grid {
max-width: 1300px;
}
.grid figcaption h4 {
font-size: 24px;
}
} | justin/static/css/hover-effects/component.css | .grid {
padding: 0 10px !important;
width: auto;
margin: 0 auto;
list-style: none;
text-align: center;
}
.grid li {
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
text-align: left;
position: relative;
}
.grid figure {
margin: 0;
position: relative;
}
.grid figure img {
max-width: 100%;
display: block;
position: relative;
}
.grid figcaption {
position: absolute;
top: 0;
left: 0;
padding: 15px;
background: #2c3f52;
color: #ed4e6e;
}
.grid figcaption h4 {
font-family: 'Amaranth', Calibri, Arial, sans-serif;
font-size: 16px;
margin: 0;
padding: 0;
color: #fff;
}
/* .grid figcaption span:before {
content: 'by ';
} */
/* .grid figcaption a {
text-align: center;
padding: 5px 10px;
border-radius: 2px;
display: inline-block;
background: #ed4e6e;
color: #fff;
} */
.row {
margin-bottom: 10px;
}
/* Caption Style 4 */
.cs-style-4 li {
-webkit-perspective: 1700px;
-moz-perspective: 1700px;
perspective: 1700px;
-webkit-perspective-origin: 0 50%;
-moz-perspective-origin: 0 50%;
perspective-origin: 0 50%;
}
.cs-style-4 figure {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.cs-style-4 figure > div {
overflow: hidden;
}
.cs-style-4 figure img {
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
-webkit-transform: translateX(25%);
-moz-transform: translateX(25%);
-ms-transform: translateX(25%);
transform: translateX(25%);
}
.cs-style-4 figcaption {
height: 100%;
width: 50%;
opacity: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
opacity: 1;
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s;
}
/* .cs-style-4 figcaption a {
position: absolute;
bottom: 20px;
right: 20px;
} */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 600px) {
.grid {
padding: 0 20px !important;
}
.grid li {
padding: 5px 0;
width: 440px;
}
.grid figcaption h4 {
font-size: 20px;
}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.grid figcaption h4 {
font-size: 22px;
}
}
/* Large devices (desktops, 940px and up) */
@media (min-width: 940px) {
.grid li {
padding: 0 10px;
}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.grid {
max-width: 1300px;
}
.grid figcaption h4 {
font-size: 24px;
}
} | 0.474388 | 0.120698 |
@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url('fonts/roboto-light.eot') format('embedded-opentype'),url('fonts/roboto-light.woff') format('woff'), url('fonts/roboto-light.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('fonts/roboto-regular.eot') format('embedded-opentype'),url('fonts/roboto-regular.woff') format('woff'), url('fonts/roboto-regular.ttf') format('truetype');
}
html {
font-family: 'Roboto', sans-serif;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
color: #3D92C9;
}
a:hover,
a:focus {
text-decoration: underline;
}
h3 {
font-weight: 100;
}
.separator {
position: relative;
margin: 35px 0;
height: 1px;
background: #ccc;
background: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(#fff), color-stop(50%, #ccc));
}
.link {
color: inherit;
}
/* NOTIFICATIONS */
.note {
position: fixed;
z-index: 101;
top: 0;
left: 0;
right: 0;
background: #eee;
color: #fff;
text-align: center;
font-size: 1.5em;
font-weight: 200;
line-height: 2em;
overflow-y: hidden;
-webkit-box-shadow: 0 0 5px black;
-moz-box-shadow: 0 0 5px black;
box-shadow: 0 0 5px black;
transition: opacity 2s linear;
}
/* LAYOUT CSS */
.pure-img-responsive {
max-width: 100%;
height: auto;
}
#layout {
padding: 0;
display: flex;
justify-content: center;
}
.sidebar {
background: #333;
color: #fff;
}
.plume-logo {
height: 1em;
}
.blog-info {
margin-top: 2em;
}
.blog-title,
.blog-tagline,
.blog-picture {
margin: 0;
}
/*.blog-title {
color: #333;
font-weight: 300;
padding: 0.2em;
}
.blog-tagline {
font-weight: 300;
color: #777;
}*/
.blog-picture {
height: 100px;
width: auto;
}
/* LOADING */
.loading {
position: relative;
padding: 50px;
}
.loading>p {
position: relative;
top: 50px;
color: #777;
}
.loadingbox {
width: 50px;
height: 50px;
margin: auto;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.loadingbox:before {
content: '';
width: 50px;
height: 5px;
background: #000;
opacity: 0.1;
position: absolute;
top: 59px;
left: 0;
border-radius: 50%;
animation: shadow .5s linear infinite;
}
.loadingbox:after {
content: '';
width: 50px;
height: 50px;
background: #B0CADB;
animation: animate .5s linear infinite;
position: absolute;
top: 0;
left: 0;
border-radius: 3px;
}
@keyframes animate {
17% {
border-bottom-right-radius: 3px;
}
25% {
transform: translateY(9px) rotate(22.5deg);
}
50% {
transform: translateY(18px) scale(1, 0.9) rotate(45deg);
border-bottom-right-radius: 40px;
}
75% {
transform: translateY(9px) rotate(67.5deg);
}
100% {
transform: translateY(0) rotate(90deg);
}
}
@keyframes shadow {
0%,
100% {
transform: scale(1, 1);
}
50% {
transform: scale(1.2, 1);
}
}
/* EDITOR */
.CodeMirror, .CodeMirror-scroll {
min-height: 200px;
}
.editor {
padding-top: 1em;
color: #444;
}
.editor-title {
font-size: 2em;
min-width: 100%;
max-width: 100%;
padding: 0.5em 0;
border-radius: 3px;
outline: none;
border: 0;
border-bottom: 1px dotted #ccc;
}
.editor-title:focus {
background: #ffc;
padding-left: 10px;
}
.editor-meta {
padding-top: 5px;
}
.editor-tags a {
margin-left: 5px;
color: #ccc;
cursor: pointer;
}
.editor-add-tag {
width: 70px;
border: 0;
border-bottom: 1px dotted #777;
}
span.editor-title:empty::before {
content: 'Title';
color: #ccc;
}
span.editor-title:empty:focus::before {
content: 'Title';
color: #777;
}
a.editor-author, a.editor-author:visited {
color: #3D92C9;
}
.editor header {
margin-bottom: 10px;
}
.editor footer {
margin-top: 10px;
}
.editor-body {
margin-bottom: 1em;
border-radius: 3px;
outline: none;
border: 1px solid #E6E6E6;
font-size: 1em;
min-height: 100px;
color: #777;
}
.small {
font-size: 50%;
}
.button-xsmall {
font-size: 50%;
}
.button {
display: inline-block;
padding: 20px 10px;
margin-right: 5px;
background: #fff;
border-radius: 4px;
font-weight: normal;
font-size: 14px;
color: #777;
letter-spacing: 1px;
line-height: 1px;
text-transform: uppercase;
border: 1px solid #777;
}
.success {
background: #1CB841!important;
color: #fff;
border: 1px solid #1CB841;
}
.danger {
background: #CA3C3C!important;
color: #fff;
border: 0;
}
.danger-text {
color: #CA3C3C!important;
}
.clickable {
cursor: pointer;
}
/* DROPDOWN */
.pure-menu-children {
list-style: none;
position: absolute!important;
left: initial;
top: initial;
margin: 0;
padding: 0;
width: 70px;
z-index: 3;
}
.pure-menu-has-children>.pure-menu-link:after {
content: "\25BE";
font-size: 80%;
padding-left: 0.5em;
}
/* COLOR PICKER */
.color-0 { background: #999!important; }
.color-1 { background: #ffbf00!important; }
.color-2 { background: #df2d4f!important; }
.color-3 { background: #4d85d1!important; }
.color-4 { background: #5aba59!important; }
.color-5 { background: #8156a7!important; }
/* ACTION BUTTONS */
.action-button {
background-color: #fff;
color: #777;
letter-spacing: 0.05em;
text-transform: uppercase;
font-size: 60%;
padding: 1em 1.5em;
text-decoration: none;
border: 1px solid #777;
border-radius: 2px;
margin-right: 5px;
cursor: pointer;
}
.action-button:hover {
text-decoration: none;
}
.action-button img {
position: relative;
height: 20px;
top: 7px;
}
.dialog {
width: 300px;
position: fixed;
padding: 2em;
text-align: center;
font-weight: 200;
background: #fff;
z-index: 10;
top: 50%;
left: 50%;
border: 1px solid #ccc;
box-shadow: 0 0 4px #eee;
border-radius: 5px;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.dialog p {
width: 100%;
}
.dialog footer {
position: relative;
margin-top: 30px;
}
.post-edit {
background: #129FEA;
height: 25px;
width: 25px;
-webkit-mask: url(../img/logo.svg) no-repeat 50% 50%;
mask: url(../img/logo.svg) no-repeat 50% 50%;
}
.post-title {
font-size: 1.7em!important;
font-weight: bold;
color: #333;
margin-top: 1.5em;
}
.post-title>a,.post-title>a:hover,.post-title>a:visited {
color: #333;
text-decoration: none;
}
.post-title>a:hover {
box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #333;
}
.post-author {
/*font-size: 1.2em;*/
}
.post-author:hover, .post-author:visited {
color: rgb(61, 146, 201);
}
.post-avatar {
border-radius: 50px;
float: left;
height: 40px;
width: 40px;
margin-right: 1em;
}
.post-date {
font-weight: 200;
}
.post-body {
color: #444;
line-height: 1.6em;
font-weight: 200;
}
.post-body>a,.post-body>a:hover,.post-body>a:visited {
color: #3D92C9;
text-decoration: none;
}
.post-body img {
max-width: 100%;
max-height: 100%;
}
.post-meta {
color: #999;
font-size: 0.8em;
line-height: 1.3em;
margin: 0;
}
.post-category {
margin: 0 0.1em;
padding: 0.3em 1em;
color: #fff!important;
background: #999;
font-size: 80%;
cursor: pointer;
}
.post-images {
margin: 1em 0;
}
.post-image-meta {
margin-top: -3.5em;
margin-left: 1em;
color: #fff;
text-shadow: 0 1px 1px #333;
}
.fade-out {
background-color: rgba(238,212,119,0.25);
transition: background-color 1.5s linear;
-moz-transition: background-color 1.5s linear;
-webkit-transition: background-color 1.5s linear;
-ms-transition: background-color 1.5s linear;
}
.fade-bottom {
position: relative;
bottom: 4em;
height: 4em;
margin-bottom: -2em;
padding-top: 4em;
color: #777;
background: -webkit-linear-gradient(
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 100%
);
background-image: -moz-linear-gradient(
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 100%
);
background-image: -o-linear-gradient(
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 100%
);
background-image: linear-gradient(
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 100%
);
background-image: -ms-linear-gradient(
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 100%
);
}
.less {
overflow: hidden;
text-overflow: ellipsis;
height: 300px!important;
}
pre {
background: #F9F9F9;
font-size: 1rem;
padding: 0.5rem;
}
.footer {
text-align: center;
padding: 1em 0;
}
.footer ul {
-webkit-padding-start: 0px;
}
.footer a {
color: #777;
font-size: 80%;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
background: none;
}
.dark {
color: #333!important;
}
.grey {
color: #999;
}
.hidden {
display: none;
}
.inline-block {
display: inline-block;
}
.fixed-nav {
margin: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.spacer {
height: 1em;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.center-text {
text-align: center;
}
.center {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.underline:hover {
text-decoration: underline;
}
.no-decoration, .no-decoration:hover, .no-decoration:visited {
text-decoration: none;
}
.pure-img-responsive {
max-width: 100%;
height: auto;
}
.overlay {
visibility: hidden;
position: absolute;
left: 0px;
top: 0px;
width:100%;
height:100%;
font-weight: 200;
background: rgba(0, 0, 0, 0.6);
z-index: 1000;
}
.overlay-text {
min-width:300px;
margin: 10% 5% auto;
background-color: #fff;
border:1px solid #ccc;
padding:15px 15px 40px 15px;
}
.content {
margin: 0 auto;
padding: 0 1em;
line-height: 1.6em;
position: relative;
top: 0;
right: 0;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-webkit-transition: all 300ms;
transition: all 300ms;
}
.content h1 {
line-height: 1em;
font-size: 1.3em;
}
.content h2 {
line-height: 1em;
font-size: 1.1em;
}
.header {
margin: 0;
color: #333;
text-align: center;
padding: 2em 2em 0 2em;
top: auto;
}
.header h1 {
margin: 0.2em 0;
font-size: 2.5em;
font-weight: 300;
line-height: 0.8em;
}
.header h2 {
font-weight: 300;
color: #999;
padding: 0;
margin-top: 0;
}
/* NEW LAYOUT FOR MENU */
nav#global-nav {
background-color: #333;
bottom: 0;
max-width: 220px;
overflow: auto;
position: fixed;
top: 0;
left: -220px;
width: 100%;
z-index: 9;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-webkit-transition: all 300ms;
transition: all 300ms;
}
body.active nav#global-nav {
-moz-transform: translateX(220px);
-ms-transform: translateX(220px);
-webkit-transform: translateX(220px);
transform: translateX(220px);
}
nav#global-nav ul {
margin: 0;
padding: 0;
}
nav#global-nav ul li {
border-bottom: 1px solid #474747;
padding: 0;
margin: 0;
width: 100%;
}
nav#global-nav ul li a {
display: block;
background-color: #474747;
color: #fff;
text-decoration: none;
font-size: 1.2em;
font-weight: 200;
letter-spacing: 1px;
border: 0;
margin-right: 0;
padding: 1em;
}
nav#global-nav ul li a:hover, nav#global-nav ul li a:focus {
background-color: #474747;
}
nav#global-nav ul li a:active {
color: #3D92C9;
}
nav#global-nav img {
position: relative;
color: #fff;
height: 30px;
top: 7px;
}
#uid-icon {
border: 0;
display: block;
line-height: 1;
left: 1.5em;
top: 1.0em;
padding: 0;
position: relative;
text-align: center;
z-index: 8;
}
/* Menu button */
#menu-button {
background-color: rgba(0, 0, 0, 0.1);
border: 0;
color: #333;
cursor: pointer;
display: block;
line-height: 1;
width: 4em;
height: 4em;
left: 0.5em;
top: 0.5em;
padding: 0;
position: relative;
text-align: center;
z-index: 8;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-webkit-transition: all 300ms;
transition: all 300ms;
}
#menu-button:hover, #menu-button:active {
background: #777;
}
#menu-button span.menu-icon {
display: block;
pointer-events: none;
font-size: 3em;
text-shadow: 2px 2px 2px #333;
}
#menu-button span.menu-icon svg rect {
fill: #333;
}
#menu-button:hover span.menu-icon svg rect {
fill: #fff;
}
#menu-button span.menu-text {
display: block;
font-size: 0.8em;
margin-top: 0.2em;
}
/* Utilities */
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
@media (min-width: 48em) {
.header,
.content {
padding-left: 2em;
padding-right: 2em;
}
.blog-picture {
display: inline;
}
.sidebar {
position: fixed;
top: 0;
bottom: 0;
}
.menu-link {
position: fixed;
}
#layout.active .menu-link {
left: 150px;
}
.post-body {
font-size: 125%;
}
}
@media (max-width: 48em) {
.header h1 {
font-size: 1.7em;
}
.header h2 {
font-size: 1.3em;
}
#menu-button {
width: 3em;
height: 3em;
}
article>footer {
text-align: center;
}
} | css/blog.css | @charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url('fonts/roboto-light.eot') format('embedded-opentype'),url('fonts/roboto-light.woff') format('woff'), url('fonts/roboto-light.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('fonts/roboto-regular.eot') format('embedded-opentype'),url('fonts/roboto-regular.woff') format('woff'), url('fonts/roboto-regular.ttf') format('truetype');
}
html {
font-family: 'Roboto', sans-serif;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
color: #3D92C9;
}
a:hover,
a:focus {
text-decoration: underline;
}
h3 {
font-weight: 100;
}
.separator {
position: relative;
margin: 35px 0;
height: 1px;
background: #ccc;
background: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(#fff), color-stop(50%, #ccc));
}
.link {
color: inherit;
}
/* NOTIFICATIONS */
.note {
position: fixed;
z-index: 101;
top: 0;
left: 0;
right: 0;
background: #eee;
color: #fff;
text-align: center;
font-size: 1.5em;
font-weight: 200;
line-height: 2em;
overflow-y: hidden;
-webkit-box-shadow: 0 0 5px black;
-moz-box-shadow: 0 0 5px black;
box-shadow: 0 0 5px black;
transition: opacity 2s linear;
}
/* LAYOUT CSS */
.pure-img-responsive {
max-width: 100%;
height: auto;
}
#layout {
padding: 0;
display: flex;
justify-content: center;
}
.sidebar {
background: #333;
color: #fff;
}
.plume-logo {
height: 1em;
}
.blog-info {
margin-top: 2em;
}
.blog-title,
.blog-tagline,
.blog-picture {
margin: 0;
}
/*.blog-title {
color: #333;
font-weight: 300;
padding: 0.2em;
}
.blog-tagline {
font-weight: 300;
color: #777;
}*/
.blog-picture {
height: 100px;
width: auto;
}
/* LOADING */
.loading {
position: relative;
padding: 50px;
}
.loading>p {
position: relative;
top: 50px;
color: #777;
}
.loadingbox {
width: 50px;
height: 50px;
margin: auto;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.loadingbox:before {
content: '';
width: 50px;
height: 5px;
background: #000;
opacity: 0.1;
position: absolute;
top: 59px;
left: 0;
border-radius: 50%;
animation: shadow .5s linear infinite;
}
.loadingbox:after {
content: '';
width: 50px;
height: 50px;
background: #B0CADB;
animation: animate .5s linear infinite;
position: absolute;
top: 0;
left: 0;
border-radius: 3px;
}
@keyframes animate {
17% {
border-bottom-right-radius: 3px;
}
25% {
transform: translateY(9px) rotate(22.5deg);
}
50% {
transform: translateY(18px) scale(1, 0.9) rotate(45deg);
border-bottom-right-radius: 40px;
}
75% {
transform: translateY(9px) rotate(67.5deg);
}
100% {
transform: translateY(0) rotate(90deg);
}
}
@keyframes shadow {
0%,
100% {
transform: scale(1, 1);
}
50% {
transform: scale(1.2, 1);
}
}
/* EDITOR */
.CodeMirror, .CodeMirror-scroll {
min-height: 200px;
}
.editor {
padding-top: 1em;
color: #444;
}
.editor-title {
font-size: 2em;
min-width: 100%;
max-width: 100%;
padding: 0.5em 0;
border-radius: 3px;
outline: none;
border: 0;
border-bottom: 1px dotted #ccc;
}
.editor-title:focus {
background: #ffc;
padding-left: 10px;
}
.editor-meta {
padding-top: 5px;
}
.editor-tags a {
margin-left: 5px;
color: #ccc;
cursor: pointer;
}
.editor-add-tag {
width: 70px;
border: 0;
border-bottom: 1px dotted #777;
}
span.editor-title:empty::before {
content: 'Title';
color: #ccc;
}
span.editor-title:empty:focus::before {
content: 'Title';
color: #777;
}
a.editor-author, a.editor-author:visited {
color: #3D92C9;
}
.editor header {
margin-bottom: 10px;
}
.editor footer {
margin-top: 10px;
}
.editor-body {
margin-bottom: 1em;
border-radius: 3px;
outline: none;
border: 1px solid #E6E6E6;
font-size: 1em;
min-height: 100px;
color: #777;
}
.small {
font-size: 50%;
}
.button-xsmall {
font-size: 50%;
}
.button {
display: inline-block;
padding: 20px 10px;
margin-right: 5px;
background: #fff;
border-radius: 4px;
font-weight: normal;
font-size: 14px;
color: #777;
letter-spacing: 1px;
line-height: 1px;
text-transform: uppercase;
border: 1px solid #777;
}
.success {
background: #1CB841!important;
color: #fff;
border: 1px solid #1CB841;
}
.danger {
background: #CA3C3C!important;
color: #fff;
border: 0;
}
.danger-text {
color: #CA3C3C!important;
}
.clickable {
cursor: pointer;
}
/* DROPDOWN */
.pure-menu-children {
list-style: none;
position: absolute!important;
left: initial;
top: initial;
margin: 0;
padding: 0;
width: 70px;
z-index: 3;
}
.pure-menu-has-children>.pure-menu-link:after {
content: "\25BE";
font-size: 80%;
padding-left: 0.5em;
}
/* COLOR PICKER */
.color-0 { background: #999!important; }
.color-1 { background: #ffbf00!important; }
.color-2 { background: #df2d4f!important; }
.color-3 { background: #4d85d1!important; }
.color-4 { background: #5aba59!important; }
.color-5 { background: #8156a7!important; }
/* ACTION BUTTONS */
.action-button {
background-color: #fff;
color: #777;
letter-spacing: 0.05em;
text-transform: uppercase;
font-size: 60%;
padding: 1em 1.5em;
text-decoration: none;
border: 1px solid #777;
border-radius: 2px;
margin-right: 5px;
cursor: pointer;
}
.action-button:hover {
text-decoration: none;
}
.action-button img {
position: relative;
height: 20px;
top: 7px;
}
.dialog {
width: 300px;
position: fixed;
padding: 2em;
text-align: center;
font-weight: 200;
background: #fff;
z-index: 10;
top: 50%;
left: 50%;
border: 1px solid #ccc;
box-shadow: 0 0 4px #eee;
border-radius: 5px;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.dialog p {
width: 100%;
}
.dialog footer {
position: relative;
margin-top: 30px;
}
.post-edit {
background: #129FEA;
height: 25px;
width: 25px;
-webkit-mask: url(../img/logo.svg) no-repeat 50% 50%;
mask: url(../img/logo.svg) no-repeat 50% 50%;
}
.post-title {
font-size: 1.7em!important;
font-weight: bold;
color: #333;
margin-top: 1.5em;
}
.post-title>a,.post-title>a:hover,.post-title>a:visited {
color: #333;
text-decoration: none;
}
.post-title>a:hover {
box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #333;
}
.post-author {
/*font-size: 1.2em;*/
}
.post-author:hover, .post-author:visited {
color: rgb(61, 146, 201);
}
.post-avatar {
border-radius: 50px;
float: left;
height: 40px;
width: 40px;
margin-right: 1em;
}
.post-date {
font-weight: 200;
}
.post-body {
color: #444;
line-height: 1.6em;
font-weight: 200;
}
.post-body>a,.post-body>a:hover,.post-body>a:visited {
color: #3D92C9;
text-decoration: none;
}
.post-body img {
max-width: 100%;
max-height: 100%;
}
.post-meta {
color: #999;
font-size: 0.8em;
line-height: 1.3em;
margin: 0;
}
.post-category {
margin: 0 0.1em;
padding: 0.3em 1em;
color: #fff!important;
background: #999;
font-size: 80%;
cursor: pointer;
}
.post-images {
margin: 1em 0;
}
.post-image-meta {
margin-top: -3.5em;
margin-left: 1em;
color: #fff;
text-shadow: 0 1px 1px #333;
}
.fade-out {
background-color: rgba(238,212,119,0.25);
transition: background-color 1.5s linear;
-moz-transition: background-color 1.5s linear;
-webkit-transition: background-color 1.5s linear;
-ms-transition: background-color 1.5s linear;
}
.fade-bottom {
position: relative;
bottom: 4em;
height: 4em;
margin-bottom: -2em;
padding-top: 4em;
color: #777;
background: -webkit-linear-gradient(
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 100%
);
background-image: -moz-linear-gradient(
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 100%
);
background-image: -o-linear-gradient(
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 100%
);
background-image: linear-gradient(
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 100%
);
background-image: -ms-linear-gradient(
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 100%
);
}
.less {
overflow: hidden;
text-overflow: ellipsis;
height: 300px!important;
}
pre {
background: #F9F9F9;
font-size: 1rem;
padding: 0.5rem;
}
.footer {
text-align: center;
padding: 1em 0;
}
.footer ul {
-webkit-padding-start: 0px;
}
.footer a {
color: #777;
font-size: 80%;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
background: none;
}
.dark {
color: #333!important;
}
.grey {
color: #999;
}
.hidden {
display: none;
}
.inline-block {
display: inline-block;
}
.fixed-nav {
margin: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.spacer {
height: 1em;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.center-text {
text-align: center;
}
.center {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.underline:hover {
text-decoration: underline;
}
.no-decoration, .no-decoration:hover, .no-decoration:visited {
text-decoration: none;
}
.pure-img-responsive {
max-width: 100%;
height: auto;
}
.overlay {
visibility: hidden;
position: absolute;
left: 0px;
top: 0px;
width:100%;
height:100%;
font-weight: 200;
background: rgba(0, 0, 0, 0.6);
z-index: 1000;
}
.overlay-text {
min-width:300px;
margin: 10% 5% auto;
background-color: #fff;
border:1px solid #ccc;
padding:15px 15px 40px 15px;
}
.content {
margin: 0 auto;
padding: 0 1em;
line-height: 1.6em;
position: relative;
top: 0;
right: 0;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-webkit-transition: all 300ms;
transition: all 300ms;
}
.content h1 {
line-height: 1em;
font-size: 1.3em;
}
.content h2 {
line-height: 1em;
font-size: 1.1em;
}
.header {
margin: 0;
color: #333;
text-align: center;
padding: 2em 2em 0 2em;
top: auto;
}
.header h1 {
margin: 0.2em 0;
font-size: 2.5em;
font-weight: 300;
line-height: 0.8em;
}
.header h2 {
font-weight: 300;
color: #999;
padding: 0;
margin-top: 0;
}
/* NEW LAYOUT FOR MENU */
nav#global-nav {
background-color: #333;
bottom: 0;
max-width: 220px;
overflow: auto;
position: fixed;
top: 0;
left: -220px;
width: 100%;
z-index: 9;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-webkit-transition: all 300ms;
transition: all 300ms;
}
body.active nav#global-nav {
-moz-transform: translateX(220px);
-ms-transform: translateX(220px);
-webkit-transform: translateX(220px);
transform: translateX(220px);
}
nav#global-nav ul {
margin: 0;
padding: 0;
}
nav#global-nav ul li {
border-bottom: 1px solid #474747;
padding: 0;
margin: 0;
width: 100%;
}
nav#global-nav ul li a {
display: block;
background-color: #474747;
color: #fff;
text-decoration: none;
font-size: 1.2em;
font-weight: 200;
letter-spacing: 1px;
border: 0;
margin-right: 0;
padding: 1em;
}
nav#global-nav ul li a:hover, nav#global-nav ul li a:focus {
background-color: #474747;
}
nav#global-nav ul li a:active {
color: #3D92C9;
}
nav#global-nav img {
position: relative;
color: #fff;
height: 30px;
top: 7px;
}
#uid-icon {
border: 0;
display: block;
line-height: 1;
left: 1.5em;
top: 1.0em;
padding: 0;
position: relative;
text-align: center;
z-index: 8;
}
/* Menu button */
#menu-button {
background-color: rgba(0, 0, 0, 0.1);
border: 0;
color: #333;
cursor: pointer;
display: block;
line-height: 1;
width: 4em;
height: 4em;
left: 0.5em;
top: 0.5em;
padding: 0;
position: relative;
text-align: center;
z-index: 8;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-webkit-transition: all 300ms;
transition: all 300ms;
}
#menu-button:hover, #menu-button:active {
background: #777;
}
#menu-button span.menu-icon {
display: block;
pointer-events: none;
font-size: 3em;
text-shadow: 2px 2px 2px #333;
}
#menu-button span.menu-icon svg rect {
fill: #333;
}
#menu-button:hover span.menu-icon svg rect {
fill: #fff;
}
#menu-button span.menu-text {
display: block;
font-size: 0.8em;
margin-top: 0.2em;
}
/* Utilities */
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
@media (min-width: 48em) {
.header,
.content {
padding-left: 2em;
padding-right: 2em;
}
.blog-picture {
display: inline;
}
.sidebar {
position: fixed;
top: 0;
bottom: 0;
}
.menu-link {
position: fixed;
}
#layout.active .menu-link {
left: 150px;
}
.post-body {
font-size: 125%;
}
}
@media (max-width: 48em) {
.header h1 {
font-size: 1.7em;
}
.header h2 {
font-size: 1.3em;
}
#menu-button {
width: 3em;
height: 3em;
}
article>footer {
text-align: center;
}
} | 0.406862 | 0.084229 |
*{
margin: 0;
padding: 0;
}
.main-header{
background: url('../img/mainScreenYoga.png') no-repeat center;
height: 777px;
width: 100%;
background-size: cover;
}
img{
width: 100%;
}
h1{
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 49px;
text-align: center;
color: #000000;
}
p{
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 130%;
color: #000000;
}
.offer{
margin:6% auto 0;
background-color: #FFFFFF;
width: 96%;
padding: 5% 10% 17%;
}
.offer h1{
margin-bottom: 4.7%;
}
h2{
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 44px;
color: #000000;
}
.firstRow{
display:flex;
}
.typesOfYoga h1{
margin-top: 8%;
margin-bottom: 6.5%;
}
.typesOfYoga img{
width: 100%;
}
.typesOfYoga p{
margin: 0;
font-size: 20.5px;
}
.typesOfYoga .row{
margin-bottom: 8.8%;
}
.punct{
display: flex;
align-items:center;
justify-content: space-between;
font-size: 26px;
width: 74.4%;
margin: 0 auto 3.5%;
}
.punct p{
width: 90%;
margin-bottom: 0;
}
.whatWillYouGet img{
display: block;
width: 40px;
height: 40px;
}
.whatWillYouGet h1{
margin-bottom: 5.26%;
}
.whatWillYouGet{
padding-bottom: 8.3%;
}
.punct-last{
margin-bottom: 5.26%;
}
button{
display: block;
width: 30%;
height: 80px;
background-color: #FFFFFF;
border: 5px solid #00CC69;
box-sizing: border-box;
border-radius: 35px;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 27px;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
margin: auto;
}
button:hover{
background:rgb(133, 255, 196, 0.3);;
transition: all 0.5s linear;
}
.boldText{
font-weight: 600;
}
.row{
justify-content: space-between;
}
.instructors p{
width: 100%;
font-size: 21px;
}
#moreDetailed1, #moreDetailed2{
/*opacity:0;
transition: all 1s linear;*/
display: none;
}
#buttonDetailed1, #buttonDetailed2{
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 130%;
color: #949494;
border: none;
background-color: transparent;
background-image: url('../img/detailedButtonIcon.png');
background-position: bottom;
background-repeat: no-repeat;
width: 16%;
/*height: 26%;*/
height: 85px;
display: flex;
align-items:top;
justify-content: center;
}
.firstInstructor, .secondInstructor{
background-image: url('../img/bgInstrYoga1.png');
height: 460px;
}
.secondInstructor{
background-image: url('../img/bgInstrYoga2.png');
height: 380px;
}
.firstInstructor{
margin-bottom: 5%;
}
.mainInfoAboutInstr{
margin-bottom: 2%;
}
.instructors h1{
margin-bottom: 4.5%;
}
.contact{
background: url('../img/form.png') no-repeat center;
background-size:cover;
margin-top: 80px;
}
.form-title{
display: flex;
justify-content: center;
}
.title2{
padding-top: 60px;
text-align: center;
font-family: 'Montserrat', serif;
font-weight: 700;
font-size: 36px;
max-width: 650px;
margin-bottom: 50px;
}
.area{
background: #FFFDFD;
border: 1px solid #949494;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 30px;
width: 95%;
margin-bottom: 40px;
padding: 20px 50px;
font-family: 'Montserrat', serif;
font-weight: 500;
font-size: 24px;
}
#question{
height: 200px;
}
.form-button{
display: flex;
justify-content: center;
}
.button3{
padding: 25px 100px;
font-family: 'Montserrat', serif;
font-weight: bold;
font-size: 22px;
background: rgb(133, 226, 255, 0);
border-radius: 35px;
border-width: 5px;
border-style: solid;
border-color: #00CC69;
color: black;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
margin-bottom: 60px;
padding: initial;
}
@media screen and (max-width: 1200px) {
h1{
font-size: 36px;
}
h2{
font-size: 28px;
}
p{
font-size: 20px;
}
.main-header{
background: url('../img/mainScreenYoga\(1200-992\).png') no-repeat center;
}
.offer{
width: 90%;
margin-top: 13.5%;
}
.typesOfYoga p {
font-size: 18px;
}
.firstInstructor{
height: 510px;
}
.secondInstructor {
height: 440px;
}
}
@media screen and (width: 1200px){
.offer{
padding-bottom: 23%;
}
}
@media screen and (max-width: 992px){
h1{
font-size: 32px;
}
.main-header{
background: url('../img/mainScreenYoga\(992-768\).png') no-repeat center;
}
.offer{
width: 100%;
margin-top: 13.5%;
text-align: center;
padding: 5% 5% 25%;
}
.typesOfYoga .row{
display: flex;
flex-direction: column-reverse;
}
.typesOfYoga .row:nth-child(2n){
display: flex;
flex-direction: column
}
.typesOfYoga h1{
margin-bottom: 4.5%;
}
.typesOfYoga img{
display: block;
width: 70%;
margin: auto;
}
.typesOfYoga p{
margin-bottom: 3%;
}
.punct{
width: 100%;
}
button{
width: 48%;
}
.firstInstructor, .secondInstructor{
background-image: none;
}
.mainInfoAboutInstr{
height: 285px;
margin-bottom: 30px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
}
#buttonDetailed1, #buttonDetailed2{
height: 85px;
}
.details1{
margin: 0 -10% 0 -75%;
width: 175%;
}
.details2{
margin: 0 0 0 0;
width: 175%;
}
.firstInstructor{
margin-bottom: 60px;
}
.moreDetailed2{
margin-bottom: 20%;
}
.instructors{
background-image: url(../img/bgInstrYoga\(992-768\).png);
background-repeat: no-repeat;
/*background-size: cover;*/
width: 100%;
height:1250px;
}
.firstInstructor{
height: 560px;
}
.secondInstructor{
height: 540px;
margin-bottom: 40px;
}
}
@media screen and (max-width: 768px){
h1{
font-size: 28px;
line-height: 34px;
}
h2{
font-size: 28px;
}
p{
font-size: 18px;
line-height: 130%;
/* or 23px */
}
.main-header{
background: url('../img/mainScreenYoga\(768-576\).png') no-repeat center;
}
.offer{
margin-top: 30%;
padding: 5% 5% 25%;
}
button{
width:65%;
}
.instructors{
background: url(../img/bgInstrYoga\(768-576\).png);
height: 1155px;
}
.instructors p{
font-size: 18px;
}
.mainInfoAboutInstr{
height: 254px;
font-size: 16px !important;
}
.details1{
margin: 8% 0 0 -112%;
width: 212%;
}
.details2{
width: 212%;
}
.firstInstructor{
margin-bottom: 35px;;
}
.title2{
padding-top: 36px;
}
.button3{
margin-bottom: 40px;
}
}
@media screen and (width: 768px){
.offer{
width: 100%;
padding-bottom: 34%;
margin-top: 37%;
}
.details1{
margin: 0 -10% 0 -74%;
width: 173%;
}
.details2{
width: 173%;
}
.mainInfoAboutInstr {
margin-bottom: 27px;
}
}
@media screen and (width: 576px){
.col-sm-6{
max-width: 100%;
}
.offer{
width: 500px;
margin-left: -218px;
padding-bottom: 130px;
}
.logo img {
width: 70%;
}
}
@media screen and (max-width: 576px){
.container{
width: 90%;
}
.main-header{
height: 710px;
}
.main-content{
height: 622px;
}
.offer{
padding: 10px;
}
.offer p{
font-size: 16px;
}
h1{
font-size: 25px;
line-height: 30px;
}
h2{
font-size: 23px;
line-height: 28p
}
p{
font-size: 18px;
line-height: 130%;
}
.typesOfYoga p{
font-size: 16px;
}
button{
width: 90%;
}
.main-header{
background-image: url(../img/mainScreenYoga\(576\).png);
}
.punct img{
width: 30px;
height: auto;
}
.typesOfYoga img{
width: 100%;
}
.instructors p{
font-size: 15px;
line-height: 130%;
}
.firstInstructor{
height: 645px;
}
.secondInstructor{
height: 570px;
}
.instructors img{
display: block;
width: 80%;
margin: auto;
}
.firstInstructor .row{
display:flex;
flex-direction: column-reverse;
}
.mainInfoAboutInstr{
height: auto;
}
.secondInstructor .row{
display:flex;
flex-direction: column;
}
.details1, .details2{
margin: 0 0 0 0;
width: 100%;
}
.firstInstructor, .secondInstructor{
margin-bottom: 300px;
}
#buttonDetailed1, #buttonDetailed2{
display: none;
}
#moreDetailed1, #moreDetailed2{
display: block;
}
.instructors{
height: auto;
background-image: none;
}
.firstInstructor, .secondInstructor{
background-color: #85FFC4;
}
.button3{
width: 90%;
margin-bottom: 48px;
height: 62px;
}
.title2{
font-size: 24px;
line-height: 29px;
margin-bottom: 30px;
padding-top: 30px;
}
.area{
height: 50px;
font-size: 18px;
margin-bottom: 20px;
}
.main-content{
display: flex;
flex-direction: column;
justify-content: flex-end;
}
}
@media screen and (width: 992px){
.details1{
margin: 0 -10% 0 -51%;
width: 150%;
}
.details2{
width: 151%;
}
.typesOfYoga .row{
flex-direction: row;
}
.typesOfYoga .row:nth-child(2n){
flex-direction: row;
}
.typesOfYoga img{
width: 100%;
}
.firstInstructor {
margin-bottom: 35px;
}
} | public/css/yoga.css | *{
margin: 0;
padding: 0;
}
.main-header{
background: url('../img/mainScreenYoga.png') no-repeat center;
height: 777px;
width: 100%;
background-size: cover;
}
img{
width: 100%;
}
h1{
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 49px;
text-align: center;
color: #000000;
}
p{
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 130%;
color: #000000;
}
.offer{
margin:6% auto 0;
background-color: #FFFFFF;
width: 96%;
padding: 5% 10% 17%;
}
.offer h1{
margin-bottom: 4.7%;
}
h2{
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 44px;
color: #000000;
}
.firstRow{
display:flex;
}
.typesOfYoga h1{
margin-top: 8%;
margin-bottom: 6.5%;
}
.typesOfYoga img{
width: 100%;
}
.typesOfYoga p{
margin: 0;
font-size: 20.5px;
}
.typesOfYoga .row{
margin-bottom: 8.8%;
}
.punct{
display: flex;
align-items:center;
justify-content: space-between;
font-size: 26px;
width: 74.4%;
margin: 0 auto 3.5%;
}
.punct p{
width: 90%;
margin-bottom: 0;
}
.whatWillYouGet img{
display: block;
width: 40px;
height: 40px;
}
.whatWillYouGet h1{
margin-bottom: 5.26%;
}
.whatWillYouGet{
padding-bottom: 8.3%;
}
.punct-last{
margin-bottom: 5.26%;
}
button{
display: block;
width: 30%;
height: 80px;
background-color: #FFFFFF;
border: 5px solid #00CC69;
box-sizing: border-box;
border-radius: 35px;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 27px;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
margin: auto;
}
button:hover{
background:rgb(133, 255, 196, 0.3);;
transition: all 0.5s linear;
}
.boldText{
font-weight: 600;
}
.row{
justify-content: space-between;
}
.instructors p{
width: 100%;
font-size: 21px;
}
#moreDetailed1, #moreDetailed2{
/*opacity:0;
transition: all 1s linear;*/
display: none;
}
#buttonDetailed1, #buttonDetailed2{
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 130%;
color: #949494;
border: none;
background-color: transparent;
background-image: url('../img/detailedButtonIcon.png');
background-position: bottom;
background-repeat: no-repeat;
width: 16%;
/*height: 26%;*/
height: 85px;
display: flex;
align-items:top;
justify-content: center;
}
.firstInstructor, .secondInstructor{
background-image: url('../img/bgInstrYoga1.png');
height: 460px;
}
.secondInstructor{
background-image: url('../img/bgInstrYoga2.png');
height: 380px;
}
.firstInstructor{
margin-bottom: 5%;
}
.mainInfoAboutInstr{
margin-bottom: 2%;
}
.instructors h1{
margin-bottom: 4.5%;
}
.contact{
background: url('../img/form.png') no-repeat center;
background-size:cover;
margin-top: 80px;
}
.form-title{
display: flex;
justify-content: center;
}
.title2{
padding-top: 60px;
text-align: center;
font-family: 'Montserrat', serif;
font-weight: 700;
font-size: 36px;
max-width: 650px;
margin-bottom: 50px;
}
.area{
background: #FFFDFD;
border: 1px solid #949494;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 30px;
width: 95%;
margin-bottom: 40px;
padding: 20px 50px;
font-family: 'Montserrat', serif;
font-weight: 500;
font-size: 24px;
}
#question{
height: 200px;
}
.form-button{
display: flex;
justify-content: center;
}
.button3{
padding: 25px 100px;
font-family: 'Montserrat', serif;
font-weight: bold;
font-size: 22px;
background: rgb(133, 226, 255, 0);
border-radius: 35px;
border-width: 5px;
border-style: solid;
border-color: #00CC69;
color: black;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
margin-bottom: 60px;
padding: initial;
}
@media screen and (max-width: 1200px) {
h1{
font-size: 36px;
}
h2{
font-size: 28px;
}
p{
font-size: 20px;
}
.main-header{
background: url('../img/mainScreenYoga\(1200-992\).png') no-repeat center;
}
.offer{
width: 90%;
margin-top: 13.5%;
}
.typesOfYoga p {
font-size: 18px;
}
.firstInstructor{
height: 510px;
}
.secondInstructor {
height: 440px;
}
}
@media screen and (width: 1200px){
.offer{
padding-bottom: 23%;
}
}
@media screen and (max-width: 992px){
h1{
font-size: 32px;
}
.main-header{
background: url('../img/mainScreenYoga\(992-768\).png') no-repeat center;
}
.offer{
width: 100%;
margin-top: 13.5%;
text-align: center;
padding: 5% 5% 25%;
}
.typesOfYoga .row{
display: flex;
flex-direction: column-reverse;
}
.typesOfYoga .row:nth-child(2n){
display: flex;
flex-direction: column
}
.typesOfYoga h1{
margin-bottom: 4.5%;
}
.typesOfYoga img{
display: block;
width: 70%;
margin: auto;
}
.typesOfYoga p{
margin-bottom: 3%;
}
.punct{
width: 100%;
}
button{
width: 48%;
}
.firstInstructor, .secondInstructor{
background-image: none;
}
.mainInfoAboutInstr{
height: 285px;
margin-bottom: 30px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
}
#buttonDetailed1, #buttonDetailed2{
height: 85px;
}
.details1{
margin: 0 -10% 0 -75%;
width: 175%;
}
.details2{
margin: 0 0 0 0;
width: 175%;
}
.firstInstructor{
margin-bottom: 60px;
}
.moreDetailed2{
margin-bottom: 20%;
}
.instructors{
background-image: url(../img/bgInstrYoga\(992-768\).png);
background-repeat: no-repeat;
/*background-size: cover;*/
width: 100%;
height:1250px;
}
.firstInstructor{
height: 560px;
}
.secondInstructor{
height: 540px;
margin-bottom: 40px;
}
}
@media screen and (max-width: 768px){
h1{
font-size: 28px;
line-height: 34px;
}
h2{
font-size: 28px;
}
p{
font-size: 18px;
line-height: 130%;
/* or 23px */
}
.main-header{
background: url('../img/mainScreenYoga\(768-576\).png') no-repeat center;
}
.offer{
margin-top: 30%;
padding: 5% 5% 25%;
}
button{
width:65%;
}
.instructors{
background: url(../img/bgInstrYoga\(768-576\).png);
height: 1155px;
}
.instructors p{
font-size: 18px;
}
.mainInfoAboutInstr{
height: 254px;
font-size: 16px !important;
}
.details1{
margin: 8% 0 0 -112%;
width: 212%;
}
.details2{
width: 212%;
}
.firstInstructor{
margin-bottom: 35px;;
}
.title2{
padding-top: 36px;
}
.button3{
margin-bottom: 40px;
}
}
@media screen and (width: 768px){
.offer{
width: 100%;
padding-bottom: 34%;
margin-top: 37%;
}
.details1{
margin: 0 -10% 0 -74%;
width: 173%;
}
.details2{
width: 173%;
}
.mainInfoAboutInstr {
margin-bottom: 27px;
}
}
@media screen and (width: 576px){
.col-sm-6{
max-width: 100%;
}
.offer{
width: 500px;
margin-left: -218px;
padding-bottom: 130px;
}
.logo img {
width: 70%;
}
}
@media screen and (max-width: 576px){
.container{
width: 90%;
}
.main-header{
height: 710px;
}
.main-content{
height: 622px;
}
.offer{
padding: 10px;
}
.offer p{
font-size: 16px;
}
h1{
font-size: 25px;
line-height: 30px;
}
h2{
font-size: 23px;
line-height: 28p
}
p{
font-size: 18px;
line-height: 130%;
}
.typesOfYoga p{
font-size: 16px;
}
button{
width: 90%;
}
.main-header{
background-image: url(../img/mainScreenYoga\(576\).png);
}
.punct img{
width: 30px;
height: auto;
}
.typesOfYoga img{
width: 100%;
}
.instructors p{
font-size: 15px;
line-height: 130%;
}
.firstInstructor{
height: 645px;
}
.secondInstructor{
height: 570px;
}
.instructors img{
display: block;
width: 80%;
margin: auto;
}
.firstInstructor .row{
display:flex;
flex-direction: column-reverse;
}
.mainInfoAboutInstr{
height: auto;
}
.secondInstructor .row{
display:flex;
flex-direction: column;
}
.details1, .details2{
margin: 0 0 0 0;
width: 100%;
}
.firstInstructor, .secondInstructor{
margin-bottom: 300px;
}
#buttonDetailed1, #buttonDetailed2{
display: none;
}
#moreDetailed1, #moreDetailed2{
display: block;
}
.instructors{
height: auto;
background-image: none;
}
.firstInstructor, .secondInstructor{
background-color: #85FFC4;
}
.button3{
width: 90%;
margin-bottom: 48px;
height: 62px;
}
.title2{
font-size: 24px;
line-height: 29px;
margin-bottom: 30px;
padding-top: 30px;
}
.area{
height: 50px;
font-size: 18px;
margin-bottom: 20px;
}
.main-content{
display: flex;
flex-direction: column;
justify-content: flex-end;
}
}
@media screen and (width: 992px){
.details1{
margin: 0 -10% 0 -51%;
width: 150%;
}
.details2{
width: 151%;
}
.typesOfYoga .row{
flex-direction: row;
}
.typesOfYoga .row:nth-child(2n){
flex-direction: row;
}
.typesOfYoga img{
width: 100%;
}
.firstInstructor {
margin-bottom: 35px;
}
} | 0.368406 | 0.066206 |
.uinn3 {
padding: none !important;
}
.sc-bg-search {
border-radius: .25em;
background: #eef3f7;
border-width: 0;
}
.icon-color {
color: #b6b6b6;
}
.ptxt {
text-decoration: line-through;
font-size: 1em;
}
.ul_btn {
display: -webkit-box;
-webkit-box-align: right;
-webkit-box-orient: horizontal;
}
.ul_price {
width: 90%;
line-height: 1.8em;
}
.sale-price {
color: #ea2c2d;
font-size: 1.4em;
}
.txt-gray {
color: #aaaaaa;
}
.onsale {
background-position: left top;
background-repeat: no-repeat;
width: 6em;
height: 5em;
background-size: 2.5em 2.5em;
background-image: url('myImg/onsale_tag.png');
}
.myimg {
border: 0.1em solid #dddddd;
display: block;
width: 6em;
height: 5em;
background-size: 5em 4em;
background-repeat: no-repeat;
background-position: center;
background-image: url('myImg/sample_pic1.jpg');
}
.myicon-cart-add {
margin-left: 38%;
}
.oil-name {
font-size: 1.125em;
}
.item-wrapper {
width: 49.5%;
float: left;
}
.item-content {
margin-top: 0.4em;
margin-left: 0.4em;
background: #fff;
border: 1px solid #dddddd;
}
.t-section {
height: 3em;
width: 100%;
background: #f6f8fa;
}
.t-section .title {
display: block;
margin-top: 0.8em;
}
.c-block {
margin-top: 1em;
padding: 0.3em;
border-radius: .4em;
-webkit-border-radius: .4em;
color: #fff;
/*background-color: #d7393a;*/
background-color: #121d98;
}
.p-area {
margin: 0.8em;
}
.action-add {
margin-top: 1em;
margin-bottom: 1.4em;
}
.my-btn {
padding: 0.5em 1.4em;
padding-left: 2.2em;
border-radius: 0.2em;
font-size: 0.8em;
color: #ffffff;
text-decoration: none;
background-color: #fdaf5c;
}
.btn-cart-add-gray {
background-image: url("../../build/imgs/myicon_cart_add_g.png");
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
background-position: 0.4em 50%;
}
.btn-cart-add {
background-image: url("../../build/imgs/myicon_cart_add.png");
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
background-position: 0.4em 50%;
}
.float-bar-wrapper {
background: #fd7e14;
color: #ffffff;
/*position: fixed;
top: 0;*/
z-index: 99;
width: 100%;
}
.float-bar {
padding: 0.5em;
}
.f-size {
font-size: 1.6em;
}
.item-select {
margin-top: 0.4em;
margin-left: 0.4em;
background: #fff;
border: 1px solid #0000FF;
}
.l-width {
width: 4.5em;
}
/*弹出框*/
.wrapper {
background-color: #fff;
width: 90%;
position: absolute;
left: 5%;
top: 6em;
border-radius: 0.5em;
display: none;
border:1px solid #ccc;
z-index: 100;
}
.margin-t-2x {
margin: 1em;
position: relative;
}
.m-input {
width: 6.625em;
font-zize: 2em !important;
box-sizing: border-box;
height: 1.5em;;
border: 0;
border: 1px solid #999;
}
.mySelect {
background-color: #fff;
width: 6.625em;
box-sizing: border-box;
height: 1.5em;;
border: 0;
border: 1px solid #999;
border-radius: 0.2em;
/*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/
border: solid 1px #000;
/*很关键:将默认的select选择框样式清除*/
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
/*在选择框的最右侧中间显示小箭头图片*/
/* background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent; */
background: url("../../build/imgs/arrow.png") no-repeat scroll right center transparent;
background-size: 0.6em 0.4em;
/*为下拉小箭头留出一点位置,避免被文字覆盖*/
padding-right: 0.8em;
padding-left: 0.2em;
}
.select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.m-input span {
color: #000;
}
.mySelect option {
font-zize: 1em !important;
}
.action-group {
text-align: center;
}
.selected {
border: 1px solid #000 !important;
padding: 0.2em;
border-radius: 10%;
}
#chk {
width: 4em;
height: 4em;
border: 1px solid #999;
}
.m-btn {
width: 4em;
height: 2em;
font-size: 1em;
text-align: center;
border-radius: 10%;
border: 0;
border: 1px solid #999;
}
#peisong, #ziti {
border: 1px solid transparent;
padding: 0.2em;
}
.chuku {
position: absolute;
left: 5.2em;
top: 0;
line-height: 1.8em;
}
.um3 {
margin-left: 3em;
} | src/front/phone/myAccount/css/quickbuy.css | .uinn3 {
padding: none !important;
}
.sc-bg-search {
border-radius: .25em;
background: #eef3f7;
border-width: 0;
}
.icon-color {
color: #b6b6b6;
}
.ptxt {
text-decoration: line-through;
font-size: 1em;
}
.ul_btn {
display: -webkit-box;
-webkit-box-align: right;
-webkit-box-orient: horizontal;
}
.ul_price {
width: 90%;
line-height: 1.8em;
}
.sale-price {
color: #ea2c2d;
font-size: 1.4em;
}
.txt-gray {
color: #aaaaaa;
}
.onsale {
background-position: left top;
background-repeat: no-repeat;
width: 6em;
height: 5em;
background-size: 2.5em 2.5em;
background-image: url('myImg/onsale_tag.png');
}
.myimg {
border: 0.1em solid #dddddd;
display: block;
width: 6em;
height: 5em;
background-size: 5em 4em;
background-repeat: no-repeat;
background-position: center;
background-image: url('myImg/sample_pic1.jpg');
}
.myicon-cart-add {
margin-left: 38%;
}
.oil-name {
font-size: 1.125em;
}
.item-wrapper {
width: 49.5%;
float: left;
}
.item-content {
margin-top: 0.4em;
margin-left: 0.4em;
background: #fff;
border: 1px solid #dddddd;
}
.t-section {
height: 3em;
width: 100%;
background: #f6f8fa;
}
.t-section .title {
display: block;
margin-top: 0.8em;
}
.c-block {
margin-top: 1em;
padding: 0.3em;
border-radius: .4em;
-webkit-border-radius: .4em;
color: #fff;
/*background-color: #d7393a;*/
background-color: #121d98;
}
.p-area {
margin: 0.8em;
}
.action-add {
margin-top: 1em;
margin-bottom: 1.4em;
}
.my-btn {
padding: 0.5em 1.4em;
padding-left: 2.2em;
border-radius: 0.2em;
font-size: 0.8em;
color: #ffffff;
text-decoration: none;
background-color: #fdaf5c;
}
.btn-cart-add-gray {
background-image: url("../../build/imgs/myicon_cart_add_g.png");
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
background-position: 0.4em 50%;
}
.btn-cart-add {
background-image: url("../../build/imgs/myicon_cart_add.png");
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
background-position: 0.4em 50%;
}
.float-bar-wrapper {
background: #fd7e14;
color: #ffffff;
/*position: fixed;
top: 0;*/
z-index: 99;
width: 100%;
}
.float-bar {
padding: 0.5em;
}
.f-size {
font-size: 1.6em;
}
.item-select {
margin-top: 0.4em;
margin-left: 0.4em;
background: #fff;
border: 1px solid #0000FF;
}
.l-width {
width: 4.5em;
}
/*弹出框*/
.wrapper {
background-color: #fff;
width: 90%;
position: absolute;
left: 5%;
top: 6em;
border-radius: 0.5em;
display: none;
border:1px solid #ccc;
z-index: 100;
}
.margin-t-2x {
margin: 1em;
position: relative;
}
.m-input {
width: 6.625em;
font-zize: 2em !important;
box-sizing: border-box;
height: 1.5em;;
border: 0;
border: 1px solid #999;
}
.mySelect {
background-color: #fff;
width: 6.625em;
box-sizing: border-box;
height: 1.5em;;
border: 0;
border: 1px solid #999;
border-radius: 0.2em;
/*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/
border: solid 1px #000;
/*很关键:将默认的select选择框样式清除*/
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
/*在选择框的最右侧中间显示小箭头图片*/
/* background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent; */
background: url("../../build/imgs/arrow.png") no-repeat scroll right center transparent;
background-size: 0.6em 0.4em;
/*为下拉小箭头留出一点位置,避免被文字覆盖*/
padding-right: 0.8em;
padding-left: 0.2em;
}
.select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.m-input span {
color: #000;
}
.mySelect option {
font-zize: 1em !important;
}
.action-group {
text-align: center;
}
.selected {
border: 1px solid #000 !important;
padding: 0.2em;
border-radius: 10%;
}
#chk {
width: 4em;
height: 4em;
border: 1px solid #999;
}
.m-btn {
width: 4em;
height: 2em;
font-size: 1em;
text-align: center;
border-radius: 10%;
border: 0;
border: 1px solid #999;
}
#peisong, #ziti {
border: 1px solid transparent;
padding: 0.2em;
}
.chuku {
position: absolute;
left: 5.2em;
top: 0;
line-height: 1.8em;
}
.um3 {
margin-left: 3em;
} | 0.371023 | 0.126569 |
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUVuxSzgw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUWOxS.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUVuxSzgw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUWOxS.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUVuxSzgw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUWOxS.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUVuxSzgw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUWOxS.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* SEN font */
/* latin-ext */
@font-face {
font-family: 'Sen';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sen/v2/6xKjdSxYI9_3kvWNEmo.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Sen';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sen/v2/6xKjdSxYI9_3nPWN.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Sen';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__J9CYI0v0FHU.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Sen';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__J9CYLUv0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Sen';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__O9OYI0v0FHU.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Sen';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__O9OYLUv0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} | public/css/font.css | @font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUVuxSzgw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUWOxS.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUVuxSzgw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUWOxS.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUVuxSzgw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUWOxS.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUVuxSzgw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Red Hat Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/redhatmono/v3/jVyN7nDnA2uf2zVvFAhhzEsUWOxS.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* SEN font */
/* latin-ext */
@font-face {
font-family: 'Sen';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sen/v2/6xKjdSxYI9_3kvWNEmo.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Sen';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sen/v2/6xKjdSxYI9_3nPWN.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Sen';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__J9CYI0v0FHU.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Sen';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__J9CYLUv0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Sen';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__O9OYI0v0FHU.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Sen';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__O9OYLUv0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} | 0.38885 | 0.105948 |
#container {
padding: 7px 7px 7px;
/*border-top: 1px solid #224a79;*/
/*border-top: 1px solid #D64501;*/
}
.row-headline {
position: relative;
}
#headline-slider {
/* reserved */
}
.headline-title {
padding: 7px 5px 7px;
margin-bottom: 7px;
background: #950823;
color: #ffffff;
border-bottom: 2px solid #dd0a2f;
text-align: center;
}
.headline-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.headline-list,
.headline-archive-list,
.media-single-slider {
list-style: none;
padding: 0;
margin: 0;
/* fix "over-height" when page being loaded */
/* max-height: 480px; */
max-height: 400px;
overflow: hidden;
}
.headline-list li figure,
.headline-archive-list li figure,
.media-single-slider li figure {
position: relative;
width: inherit;
}
.headline-list li figure img,
.headline-archive-list li figure img,
.media-single-slider li figure img {
/* reserved */
}
.headline-archive-list li figure img,
.media-single-slider li figure img {
width: 100% !important;
}
.headline-archive-list li figure img {
width: 723px;
/* height: 481.8px !important; */
height: 400px !important;
}
.headline-list .img-responsive,
.headline-archive-list .img-responsive,
.media-single-slider .img-responsive,
.lSSlideOuter .lSPager.lSGallery img {
margin: 0 auto;
}
.headline-list li figure figcaption,
.headline-archive-list li figure figcaption {
position: absolute;
z-index: 101;
bottom: 80px;
padding: 2% 2.5% 2.5%;
/*background: url('../img/bg-trans-4.png') repeat;*/ /* for IE compatibility */
/* background: rgba(8, 91, 89, 0.8); */
/*background: linear-gradient(to bottom, transparent 0, rgba(0,0,0,0.8) 70%);*/
background: linear-gradient(to bottom, transparent 0, #35579f 45%);
width: 100%;
color: #FFF;
font-weight: bold;
font-size: 1.7em;
}
.headline-list li figure .headline-post-meta,
.headline-archive-list li figure .headline-post-meta {
display: inline-block;
width: 100%;
color: #EEE;
font-size: 0.45em;
font-weight: normal;
}
#rig {
/* max-width:900px;
margin:0 auto;*/ /*center aligned*/
padding:0;
font-size:0; /* Remember to change it back to normal font size if have captions */
list-style:none;
background-color:#35579f;
}
#rig li {
display: inline-block;
*display:inline;/*for IE6 - IE7*/
width:25%;
vertical-align:middle;
box-sizing:border-box;
margin:0;
padding:4px;
}
/* The wrapper for each item */
.rig-cell {
/*margin:12px;
box-shadow:0 0 6px rgba(0,0,0,0.3);*/
display:block;
position: relative;
overflow:hidden;
}
/* If have the image layer */
.rig-img {
display:block;
width: 100%;
height: 170px;
/* border: 1px solid #EEE;*/
transform:scale(1);
transition:all 1s;
}
#rig li:hover .rig-img {
transform:scale(1.05);
}
/* If have the overlay layer */
.rig-overlay {
position: absolute;
display:block;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
background: #35579f url(img/link.png) no-repeat center 20%;
background-size:50px 50px;
opacity:0;
filter:alpha(opacity=0);/*For IE6 - IE8*/
transition:all 0.6s;
}
#rig li:hover .rig-overlay {
opacity:0.8;
}
/* If have captions */
.rig-text {
display:block;
padding:0 30px;
box-sizing:border-box;
position:absolute;
left:0;
width:100%;
text-align:center;
text-transform:capitalize;
font-size:12px;
font-weight:bold;
font-family: 'Oswald', sans-serif;
font-weight:normal!important;
top:40%;
color:white;
opacity:0;
filter:alpha(opacity=0);/*For older IE*/
transform:translateY(-20px);
transition:all .3s;
}
#rig li:hover .rig-text {
transform:translateY(0px);
opacity:0.9;
}
@media (max-width: 9000px) {
#rig li {
width:25%;
}
}
@media (max-width: 700px) {
#rig li {
width:33.33%;
}
}
@media (max-width: 550px) {
#rig li {
width:25%;
}
}
.captions-foto{
z-index: 101;
padding: 2% 2.5% 2.5%;
font-weight: bold;
font-size: 12px;
width: 323.66px !important;
text-align: left;
padding: 5px;
text-align: center;
}
.captions-foto a {
color: #444;
font-size: 15px;
}
.captions-foto a:hover {
color: #2DA991;
text-decoration: none;
}
.headline-line {
background-color: #fff;
display: block;
width: 50%;
height: 1px;
margin-top: 10px;
}
.headline-line-break{
border-bottom: 2px solid #EEE;
display: block;
width: 100%;
height: 1px;
margin-top: 10px;
}
.headline-bu{
float: left;
color: #fff;
background-color: #35579f;
padding: 5px 10px 5px;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.003em;
position: absolute;
z-index: 1;
}
.headline-footer{
height: 33px;
border-bottom: 1px solid #35579f;
margin-bottom: 20px;
}
.headline-footer-sidebar {
height: 33px;
border-bottom: 1px solid #35579f;
margin-bottom: 30px;
}
.headline-bu-content{
width: 0px;
height: 0px;
border-top: 32px solid transparent;
border-left: 20px solid #2DA991;
position: absolute;
right: -20px;
bottom: 0;
}
.photoline{
width: 0px;
height: 30px;
border: 3px #FFF solid;margin-bottom: -25px;
}
.headline-list li figure .headline-post-meta .date,
.headline-archive-list li figure .headline-post-meta .date {
margin-right: 15px;
}
.headline-list li figure .headline-desc,
.headline-archive-list li figure .headline-desc {
display: inline-block;
font-size: 0.60em;
font-weight: normal;
}
.headline-list li figure figcaption a,
.headline-archive-list li figure figcaption a {
color: #FFF;
text-decoration: none;
display: inline-block;
}
.headline-list li figure figcaption a:hover,
.headline-archive-list li figure figcaption a:hover {
color: #CFCFCF;
}
.pa {
}
.pt {
margin-top: 40px;
}
.pt a {
line-height: 26px;
float: left;
border: 1px solid #e4e3f0;
padding: 0 15px;
margin: 0 3px 6px;
font-size: 12px;
color: #292929;
}
.pt a:hover {
background-color: #35579f;
color: #FFFFFF;
text-decoration: none;
}
.pa a {
color: #35579f;
}
.pa a:hover {
color: #35579f;
text-decoration:none;
font-weight: 600;
}
.pa ol {
list-style:none;
counter-reset:mycounter;
padding:0;
background-color: #FFF;
}
.pa ol a {
color:#000;
}
.pa ol a:hover {
color: #35579f;
text-decoration:none;
font-weight: 500;
}
.pa ol li {
position:relative;
padding:15px 0;
border-bottom: 1px solid #EEE;
left: 30px;
font-weight: bolder;
width: 90%;
/*text-align: justify;*/
text-align: left;
}
.pa ol li:before {
content:counter(mycounter);
counter-increment:mycounter;
position:absolute;
top:20px;
left:-30px;
width:25px;
height:25px;
line-height:25px;
border-radius:50%;
color:#fff;
background:#35579f;
text-align:center;
}
.btn-ayo {
display: inline-block;
width: 50%;
padding: 7px 20px 7px;
background: none;
color: #35579f;
font-weight: bold;
border: 2px solid #35579f;
margin: -10px 0px 10px 0px;
}
.btn-ayo a:hover {
display: inline-block;
width: 50%;
padding: 7px 20px 7px;
background: #35579f;
color: #FFFFFF;
font-weight: bold;
border: 2px solid #35579f;
text-decoration: none;
}
.line-in {
color: #333;
font-weight: 600;
border-bottom: 1px solid #E7E7E7;
font-size: 25px;
}
.pa-tag {
}
.pa-tag p {
font-size: 15px;
left: 15px;
text-align: justify;
position: relative;
margin-top: 40px;
}
.pa-tag a {
color: #2DA991;
}
.pa-tag a:hover {
color: #2DA991;
text-decoration:none;
font-weight: 600;
}
.pa-tag ul {
list-style:none;
padding:0;
background-color: #FFF;
margin-top: 40px;
}
.pa-tag ul a {
color:#000;
}
.pa-tag ul a:hover {
color: #2DA991;
text-decoration:none;
font-weight: 500;
}
.pa-tag ul li {
position:relative;
padding:5px 0;
left: 30px;
font-weight: bolder;
width: 90%;
text-align: left;
}
.pa-tag ul li:before {
content:'#';
counter-increment:'#';
position:absolute;
left:-30px;
width:25px;
height:25px;
line-height:25px;
border-radius:50%;
color:#2DA991;
text-align:center;
}
.headline-footer-tagar{
border-bottom: 1px solid #EEE;
}
.headline-footer-ayo{
border-bottom: 5px solid #35579f;
width: 20%;
left: 10px;
text-align: left;
position: relative;
}
.view-visitor {
font-size: 11px;
color: #9b9b9b;
}
#popular-news {
margin: 0;
}
.popular-meta {
float: left;
padding: 0 0 0 10px;
width: 65%;
}
.popular-title {
padding: 7px 5px 7px;
background: #232323;
color: #ffffff;
border-bottom: 2px solid #CCC;
text-align: center;
}
.ad{
color: #fff;
font-size: 14pt;
/*font-weight: 700;*/
/*background: #000;*/
/*background: rgba(0,0,0,.7);*/
background: #35579f;
padding: 10px;
margin-top: -25px;
text-decoration: none;
text-align: left;
letter-spacing: 0.5px;
line-height: 1.2;
}
.popular-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.popular-title h3 i { /* fix little 'glitch' of hot icon */
font-size: 0.9em;
}
.popular-content ul {
list-style: none;
margin: 0;
padding: 0;
}
.popular-content ul li {
display: inline-block;
width: 100%;
border-bottom: 1px solid #F5F7FA;
}
.popular-content ul li.even {
background: #F5F5F5;
}
.popular-content ul li:hover {
background: #F9F9F9;
/*background: #f5fff4;*/
}
.popular-content ul li a {
display: inline-block;
width: 100%;
text-decoration: none;
padding: 9px 0 9px;
font-size: 1.1em;
font-weight: bold;
color: #666;
}
.popular-content ul li a:hover {
color: #000;
}
.popular-content ul li a img {
float: left;
width: 35%;
height: 81.56px;
border: 5px solid #E1E1E1;
}
.popular-content ul li a span {
float: left;
padding-right: 3px;
/*padding: 0 0 0 10px;*/
/*width: 65%;*/
}
.popular-content ul li a .popular-count-viewers {
margin: 3px 0 3px;
width: 65%;
font-size: 0.7em;
font-weight: normal;
color: #555;
}
.popular-content ul li a .popular-count-viewers i { /* fix stunded icon */
padding: 0;
margin: 0 0 0 3px;
width: 14px;
}
.recent-news {
margin: 15px 0 0;
}
.recent-title {
/**padding: 1px 5px 0px;
color: #950823;
border-bottom: 3px solid #000;
text-align: left;
background: #E1E1E1;**/
padding: 1px 5px 0px;
color: #FFF;
border-bottom: 3px solid #FF8000;
text-align: center;
background: #2DA991;
}
.recent-title h3 {
margin: 0;
padding: 0px;
font-size: 1.6em;
font-weight: bold;
text-transform: uppercase;
text-shadow: 1px 1px 2px #7A7A7A;
}
.recent-title h3 i { /* fix little 'glitch' of hot icon */
font-size: 0.9em;
}
.recent-content ul,
.archive-news-content ul {
list-style: none;
margin: 0;
padding: 0;
}
.recent-content ul li,
.archive-news-content ul li {
display: inline-block;
width: 100%;
border-bottom: 1px dashed #b3d8e3;
}
.recent-content ul li.even,
.archive-news-content ul li.even {
background: #F5F5F5;
}
.recent-content ul li:hover,
.archive-news-content ul li:hover {
background: #F9F9F9;
}
.readmore{
background:#FFFFFF;
text-align:right;
cursor:pointer;
color:#35579f;
float:left;
border:2px solid #35579f;
padding:5px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
font:bold 11px sans-serif;
}
.readmore:hover{
background:#FFf;
font:bold 12px sans-serif;
color:#35579f;
border:2px solid #35579f;
}
.readmore a {
color:#fff;
text-decoration:none;
}
.readmore a:hover {
color:#fff;
text-decoration:none;
}
.recent-content ul li .recent-list,
.archive-news-content ul li .archive-news-list {
display: inline-block;
width: 100%;
text-decoration: none;
padding: 9px 0 9px;
font-size: 1.1em;
font-weight: bold;
color: #666;
}
.recent-content ul li .recent-list:hover,
.archive-news-content ul li .archive-news-list:hover {
color: #000;
}
.recent-content ul li .recent-list img,
.archive-news-content ul li .archive-news-list img {
float: left;
width: 25%;
height: 110px;
/*margin-top: 20px;
border: 5px solid #fbebb0; */
}
.recent-content ul li .recent-list .recent-meta,
.archive-news-content ul li .archive-news-list .archive-news-meta {
float: right;
padding: 0 10px 0 10px;
width: 75%;
}
.recent-content ul li .recent-list .recent-meta span,
.archive-news-content ul li .archive-news-list .archive-news-meta span {
display: inline-block;
}
.recent-content ul li .recent-list .recent-list-title,
.archive-news-content ul li .archive-news-list .archive-news-list-title {
display: inline-block;
width: 100%;
margin: 3px 0 3px;
font-size: 18px;
line-height: 26px;
letter-spacing: 0.6px;
color: #666;
font-family:Gotham, Helvetica Neue, 'Helvetica', Arial, sans-serif;
}
.recent-content ul li .recent-list .recent-list-title:hover,
.archive-news-content ul li .archive-news-list .archive-news-list-title:hover {
color: #35579f;
text-decoration: none;
}
.recent-content ul li .recent-list .recent-list-desc,
.archive-news-content ul li .archive-news-list .archive-news-list-desc {
width: 100%;
margin: 3px 0 3px;
font-size: 14px;
line-height: 19px;
color: #666;
font-weight: 500;
}
.recent-content ul li .recent-list .recent-date,
.archive-news-content ul li .archive-news-list .archive-news-date {
margin: 3px 15px 3px 0;
font-size: 0.8em;
font-weight: normal;
color: #787878;
}
.recent-content ul li .recent-list .recent-date i, /* fix stunded icon */
.archive-news-content ul li .archive-news-list .archive-news-date i {
padding: 0;
/*margin: 0 0 0 3px;*/
width: 14px;
}
.recent-content ul li .recent-list .recent-category {
margin: 3px 0 3px;
color: #555;
}
.recent-content ul li .recent-list .recent-category a {
font-size: 0.8em;
color: #D60303;
text-transform: uppercase;
}
.recent-content ul li .recent-list .recent-category a:hover {
color: #0A7170;
}
.recent-content a.recent-list-img,
.archive-news-content a.archive-news-list-img {
display: initial !important;
position: initial !important;
}
.media-single-slider {
height: auto !important;
max-height: unset !important;
margin-bottom: 15px;
}
.media-single-slider li figure figcaption {
position: relative;
padding: 2% 0 0;
/*background: url('../img/bg-trans-4.png') repeat;*/ /* for IE compatibility */
background: transparent !important;
width: 100%;
color: #111;
font-size: 1.2em;
line-height: 1.5em;
}
#media-slider .lSAction > .lSPrev,
#media-slider .lSAction > .lSNext {
top: 240px;
}
#media-slider .lSSlideOuter {
position: relative;
}
#media-slider .lSSlideOuter .lSPager.lSpg {
position: absolute;
width: 100%;
/*top: 0;*/
top: 440px;
}
#media-slider .lSSlideOuter .lSPager.lSpg > li a {
/**background-color: #0a7170;**/
border: 0px solid rgba(255,255,255,0.5);
}
#media-slider .lSSlideOuter .lSPager.lSpg > li a {
/**background-color: #0a7170;**/
width: 16px;
height: 16px;
}
#media-slider .lSSlideOuter .lSPager.lSpg > li:hover a,
#media-slider .lSSlideOuter .lSPager.lSpg > li.active a {
/**background-color: #F7941E;**/
}
#regional-news {
margin: 0;
}
.regional-title {
padding: 7px 5px 7px;
background: #F1F1F1;
color: #333;
border-bottom: 2px solid #CCC;
text-align: center;
}
.regional-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.regional-title h3 i { /* fix little 'glitch' of hot icon */
font-size: 0.9em;
}
.regional-content ul {
list-style: none;
margin: 0;
padding: 0;
}
.regional-content ul li {
display: inline-block;
width: 100%;
border-bottom: 1px solid #F5F7FA;
}
.regional-content ul li.even {
background: #F5F5F5;
}
.regional-content ul li:hover {
background: #F9F9F9;
}
.regional-content ul li .regional-list {
display: inline-block;
width: 100%;
text-decoration: none;
padding: 9px 0 9px;
font-size: 1.1em;
font-weight: bold;
color: #666;
}
.regional-content ul li .regional-list:hover {
color: #000;
}
.regional-content ul li .regional-list img {
float: left;
width: 25%;
height: 110px;
border: 5px solid #E1E1E1;
}
.regional-content ul li .regional-list .regional-meta {
float: left;
padding: 0 10px 0 10px;
width: 75%;
}
.regional-content ul li .regional-list .regional-meta span {
display: inline-block;
}
.regional-content ul li .regional-list .regional-list-title {
width: 100%;
margin: 3px 0 3px;
font-size: 20px;
font-weight: bold;
line-height: 30px;
color: #666;
}
.regional-content ul li .regional-list .regional-list-title:hover {
color: #0A7170;
}
.regional-content ul li .regional-list .regional-list-desc {
width: 100%;
margin: 3px 0 3px;
font-size: 14px;
font-weight: normal;
}
.regional-content ul li .regional-list .regional-date {
margin: 3px 15px 3px 0;
font-size: 0.8em;
font-weight: normal;
color: #555;
}
.regional-content ul li .regional-list .regional-date i { /* fix stunded icon */
padding: 0;
/*margin: 0 0 0 3px;*/
width: 14px;
}
.regional-content ul li .regional-list .regional-category {
margin: 3px 0 3px;
color: #555;
}
.regional-content ul li .regional-list .regional-category a {
font-size: 0.8em;
color: #333;
}
.regional-content ul li .regional-list .regional-category a:hover {
color: #0A7170;
}
.regional-content a.regional-list-img {
display: initial !important;
position: initial !important;
}
.col-cat-news {
position: relative; /* optional */
}
.col-cat-news .col-std-title {
padding: 7px 5px 7px;
margin-bottom: 7px;
background: #2DA991;
color: #fff;
text-align: center;
border-bottom: 1px solid #CCC;
}
.col-cat-news .col-std-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.col-cat-news .col-std-title a {
color: #333;
text-decoration: none;
}
.col-cat-news .col-std-title a:hover {
color: #337AB7;
}
.col-cat-news .col-std-content ul {
list-style: none;
margin: 0;
padding: 0;
}
.col-cat-news .col-std-content ul li a {
display: inline-block;
}
.col-cat-news .col-std-content ul li a.col-link-parent {
position: relative;
width: 100%;
text-align: center; /* fix IE, set align center image caption */
}
.col-cat-news .col-std-content ul li img {
display: block;
margin: 0 auto;
position: relative;
width: inherit;
height: 240.34px;
}
.col-cat-news .col-std-content .col-list-parent {
border-bottom: 1px solid #E9E9E9;
}
.col-cat-news .col-std-content .col-list-parent .col-thumb-title {
display: block;
padding: 7px 10px 7px;
position: absolute;
width: 100%;
bottom: 0;
font-size: 1.3em;
font-weight: bold;
color: #FFF;
text-align: left; /* neutralize effect of set align center image caption */
/*background: url('../img/bg-trans-4.png') repeat;*/ /* for IE compatibility */
background: rgba(0, 0, 0, 0.8);
}
.col-cat-news .col-std-content .col-list-parent .col-thumb-title:hover {
color: #EDEDED;
}
.col-cat-news .col-std-content .col-list-parent .col-thumb-excerpt {
display: inline-block;
padding: 5px 10px 10px;
line-height: 1.65em;
}
.col-cat-news .col-std-content ul li.col-list-child a {
display: inline-block;
padding: 7px 10px 7px;
width: 100%;
font-size: 1.1em;
font-weight: bold;
color: #333;
text-align: left; /* neutralize effect of set align center image caption */
text-decoration: none;
border-bottom: 1px solid #FFF;
}
.col-cat-news .col-std-content ul li.col-list-child a:hover {
/*background: #2DA991;*/
/*color: #113D63;*/
color: #35579f;
}
.col-cat-news .col-list-child a.even {
background: #F5F5F5;
}
.col-cat-news .col-list-child img {
float: left;
width: 10%;
height: 25px;
border: 5px solid #E1E1E1;
}
.col-cat-news .col-world-cup-2018 {
background: #610000;
}
#col-media {
padding: 0;
margin-top: 30px;
}
#col-media a {
display: inline-block;
position: relative;
}
.col-photo-title {
/*padding: 7px 5px 7px;
background: #F1F1F1;
color: #333;
border-bottom: 2px solid #CCC;
text-align: center*/
padding: 7px 5px 7px;
background: #2DA991;
color: #FFF;
border-bottom: 2px solid darkcyan;
text-align: center;
}
.col-photo-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.col-photo-title h3 a {
font-weight: bold;
font-size: 1.0em;
/*font-size: 18px;*/
color: #333;
text-decoration: none;
}
.col-photo-content {
margin: 10px 0 0;
}
.col-photo-content .row {
margin-bottom: 15px;
}
.col-photo-content figure {
text-align: center;
}
.col-photo-content figure img {
/**border: 5px solid #EAEAEA;**/
width: 346.66px !important;
height: 243.41px !important;
}
.col-photo-content figcaption {
/*padding: 5px;
background: #EAEAEA;
text-align: center;*/
position: absolute;
z-index: 101;
bottom: 0px;
padding: 2% 2.5% 2.5%;
background: linear-gradient(to bottom, transparent 0, rgba(0,0,0,0.8) 70%);
font-weight: bold;
font-size: 1.7em;
width: 323.66px !important;
text-align: left;
}
.col-photo-content figcaption a {
font-size: 1.1em;
font-weight: bold;
color: #333;
}
.col-photo-content figcaption a:hover {
color: #0A7170;
text-decoration: none;
}
.col-video-title {
padding: 7px 5px 7px;
background: #2DA991;
color: #333;
border-bottom: 2px solid darkcyan;
text-align: center
}
.col-video-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.col-video-title h3 a {
font-weight: bold;
font-size: 1.0em;
/*font-size: 18px;*/
color: #333;
text-decoration: none;
}
.col-video-content {
margin: 10px 0 0;
}
.col-video-content .row {
margin-bottom: 15px;
}
.col-video-content figure {
position: relative;
text-align: center;
}
.col-video-content figure img {
border: 5px solid #EAEAEA;
}
.col-video-content figcaption {
padding: 5px;
/*background: #EAEAEA;*/
text-align: center;
}
.col-video-content figcaption a {
position: relative;
font-size: 1.1em;
font-weight: bold;
color: #333;
}
.col-video-content figcaption a:hover {
color: #03A7B3;
text-decoration: none;
}
/* 346.66/2 = 173.33 (60) = 113.33 || 262.48/2 = 131.24 (100) = 61.24 */
.col-video-content .cover-play {
position: absolute;
width: 100%;
height: 100%;
top: 0;
text-align: center;
vertical-align: middle;
}
.col-video-content .cover-play i {
margin-top: 20.5%;
/*margin-top: 71.24px;*/
color: #FFF;
font-size: 120px;
color: rgba(255,255,255,0.7);
}
.col-video-content .cover-play i:hover {
color: rgba(247,148,29,0.5);
}
/*** S: Sidebar Media ***/
#custom-content-1 {
margin: 0;
}
.custom-meta {
float: left;
padding: 0 0 0 10px;
width: 65%;
}
.custom-title {
padding: 7px 5px 7px;
background: #F1F1F1;
color: #333;
border-bottom: 2px solid #CCC;
text-align: center;
}
.custom-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.custom-title h3 a {
color: #333;
text-decoration: none;
}
.custom-title h3 i { /* fix little 'glitch' of hot icon */
font-size: 0.9em;
}
.custom-content ul {
list-style: none;
margin: 0;
padding: 0;
}
.custom-content ul li {
display: inline-block;
width: 100%;
border-bottom: 1px solid #F5F7FA;
}
.custom-content ul li.even {
background: #F5F5F5;
}
.custom-content ul li:hover {
background: #F9F9F9;
}
.custom-content ul li a {
display: inline-block;
width: 100%;
text-decoration: none;
padding: 9px 0 9px;
font-size: 1.1em;
font-weight: bold;
color: #666;
}
.custom-content ul li a:hover {
color: #000;
}
.custom-content ul li a img {
float: left;
width: 35%;
border: 5px solid #E1E1E1;
}
.custom-content ul li a span {
float: left;
padding-right: 3px;
}
/*** E: Sidebar Media ***/
/*** S: Default Gallery ***/
#col-gallery {
padding: 0 0 0;
margin: 15px 0 0;
}
.album-1 figcaption {
background: url('../img/bg-trans-1.png') repeat; /* for IE compatibility */
}
.album-2 figcaption {
background: url('../img/bg-trans-2.png') repeat; /* for IE compatibility */
}
.album-3 figcaption {
background: url('../img/bg-trans-3.png') repeat; /* for IE compatibility */
}
/*** E: Default Gallery ***/
.col-title-box-0 {
background: #F1F1F1;
border-bottom: 2px solid #CCC;
}
.col-title-box-0 h3,
.col-title-box-0 h3 a {
color: #000;
}
/* Ayo News */
.col-title-box-1 {
border-bottom: 6px solid #D64501 !important;
text-align:left;
text-transform: uppercase;
}
.col-title-box-1 h3 a {
color: #484646 !important;
text-align: left;
}
/* Ayo Wisata */
.col-title-box-2 {
/* background: #a8ce38 !important; */
border-bottom: 6px solid #0036ff !important;
text-align:left;
text-transform: uppercase;
}
.col-title-box-2 h3 a {
color: #000 !important;
}
/* Ayo Korporasi */
.col-title-box-3 {
/* background: #2c71a5 !important; */
border-bottom: 6px solid #FF8000 !important;
text-align:left;
text-transform: uppercase;
}
.col-title-box-3 h3 a {
color: #000 !important;
}
/* Ayo Komunitas */
.col-title-box-4 {
/* brown */
/*background: #bc6620 !important;*/
/*border-bottom: 2px solid #7f4418 !important;*/
/* red */
background: #d60000 !important;
border-bottom: 2px solid #840000 !important;
}
.col-title-box-4 h3 a {
color: #FFF !important;
}
/* Ayo Unik */
.col-title-box-5 {
background: #c42dc6 !important;
border-bottom: 2px solid #972799 !important;
}
.col-title-box-5 h3 a {
color: #FFF !important;
}
/* Ayo Sehat */
.col-title-box-6 {
background: #e03a6c !important;
border-bottom: 2px solid #aa2f54 !important;
}
.col-title-box-6 h3 a {
color: #FFF !important;
}
/* Ayo Olahraga */
.col-title-box-7 {
background: #165f82 !important;
border-bottom: 2px solid #0d384c !important;
}
.col-title-box-7 h3 a {
color: #FFF !important;
}
/* Ayo Sehat */
.col-title-box-8 {
background: #448cbf !important;
border-bottom: 2px solid #305f7f !important;
}
.col-title-box-8 h3 a {
color: #FFF !important;
}
/* Ayo Komunitas */
.col-title-box-9 {
background: #c42b84 !important;
border-bottom: 2px solid #771d50 !important;
}
.col-title-box-9 h3 a {
color: #FFF !important;
}
/*** S: Banner KPU ***/
#banner-kpu {
position: relative;
margin: 20px auto 0;
width: 1100px;
overflow: hidden;
}
#banner-kpu.alt {
height: 290px;
}
#banner-kpu-button {
position: absolute;
right: 0;
cursor: pointer;
width: 65px;
padding: 5px 7px 5px;
background: orange;
text-align: center;
}
/*** S: Banner KPU ***/
/*** S: Slide Banner ***/
#col-slide-banner {
display: block;
height: auto;
margin: 4% 0 11%; /* little hack of symmetric margin top-bottom position */
}
.col-banner-container {
position: relative;
}
.col-banner-list {
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
.close-slide-banner-container {
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
a.close-slide-banner-btn {
position: absolute;
right: 0;
top: -26px;
width: 60px;
height: 26px;
display: inline-block;
padding: 5px 7px 5px;
font-size: 0.8em;
color: #FFF;
background: #D64501;
text-align: center;
text-decoration: none;
}
a.close-slide-banner-btn:hover {
background: #992316;
cursor: pointer;
}
/*** E: Slide Banner ***/
/*** S: ADS ***/
.col-pagination {
margin: 25px 0 0;
}
.col-pagination-single {
border-bottom: 3px solid #EAEAEA; padding-bottom: 30px
}
.col-pagination ul {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}
.col-pagination ul li {
display: inline-block;
margin-bottom: 5px;
}
.col-pagination ul li a {
display: inherit;
padding: 8px 15px;
background: #FFFFFF;
color: #333;
border-right: 0px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
text-decoration: none;
}
.col-pagination ul li a.active {
background: #FFFFFF;
color: #35579f;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #35579f;
}
.col-pagination ul li a:hover {
/*background: #2A2A2A;
color: #FFF;
border-right: 1px solid #000;
border-bottom: 1px solid #000;*/
background: #35579f;
color: #FFF;
border-right: 1px solid #35579f;
border-bottom: 1px solid #35579f;
}
.sidebar-container {
display: block;
margin: 15px 0 0;
}
.sidebar-container .col-sidebar {
margin: 0 0 25px;
}
.sidebar-container .col-sidebar-head {
padding: 7px 9px 7px 9px;
background: #F1F1F1;
color: #333;
border-bottom: 1px solid #CCC;
}
.sidebar-container .col-sidebar-head a.ico-rss {
float: right;
font-size: 1.2em;
}
.sidebar-container .col-sidebar-head a.ico-rss:hover {
color: #E88229;
}
.sidebar-container .col-sidebar-head h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.sidebar-container .col-sidebar-head h3 a {
color: #333;
text-decoration: none;
}
.sidebar-container .col-sidebar-body ul {
list-style: none;
margin: 0;
padding: 0;
}
.sidebar-container .col-sidebar-body ul li a {
display: inline-block;
padding: 10px 10px 10px;
font-size: 1.1em;
font-weight: bold;
color: #333;
text-decoration: none;
}
.sidebar-container .col-sidebar-body ul li a .popular-count-viewers {
display: inline-block;
width: 100%;
margin: 0;
font-size: 0.7em;
font-weight: normal;
color: #555;
}
.sidebar-container .col-sidebar-body ul li a.even {
background: #F9F9F9;
}
.sidebar-container .col-sidebar-body ul li a:hover {
color: #164D8D;
}
.recent-media-meta {
display: inline-block;
width: 100%;
padding: 0;
color: #666;
text-align: center;
}
.recent-media-meta span {
display: inline-block;
padding: 5px 15px 5px 0;
font-size: 12px;
color: #909090;
}
.recent-media-meta .recent-author a {
font-weight: normal;
}
/******* E: PAGE: ARCHIVE *******/
/******* S: PAGE: SINGLE *******/
.container .col-news-title {
/* reserved */
}
.container .col-news-title h3,
.container .col-index-title h3 {
margin-top: 10px;
font-size: 1.50em;
/*font-size: 3.0em;*/
line-height: 1.35em;
font-weight: bold;
}
.container .col-news-meta {
padding: 0 0 10px;
color: #666;
font-size: 12px;
}
.container .col-news-meta span {
display: inline-block;
padding: 5px 15px 5px 0;
}
.container .col-news-content {
display: block;
width: 100%;
}
.container .col-news-content .embed-video {
overflow: auto;
overflow-y: hidden;
}
.container .col-news-content figure {
display: block;
margin-bottom: 15px;
}
.container .col-news-content figure img {
margin: 0 auto;
/* border: 7px solid #EFEFEF; */
width:100%;
}
.container .col-news-content figure figcaption {
margin: 0 auto;
padding: 15px 0 15px;
/**font-size: 1.1em;**/
font-size: 12px;
color: #666;
text-align: center;
}
.container .col-news-content {
/* reserved */
}
.container .col-news-content p {
font-size: 1.2em;
line-height: 1.5em;
margin: 15px 0 15px;
}
.container .col-news-content ol li {
font-size: 1.2em; /* 17px */
line-height: 26px; /* 1.5em */
}
.container .news-response-btn {
background: #FFFFFF;
border: 1px solid #FFFFFF;
display: inline-block;
width: 100%;
}
.container .news-share-btn {
margin: 0 -15px 0;
text-align: center;
}
.container .news-share-btn-title,
.container .news-response-btn-title {
display: block;
padding: 12.5px 0 5px;
margin: 0 0 10px;
color: #666;
font-size: 1.3em;
font-weight: bold;
}
.container .news-share-btn ul,
.container .news-response-btn ul {
list-style: none;
padding: 0;
margin: 0;
}
.container .news-share-btn ul li,
.container .news-response-btn ul li {
display: inline-block;
}
.container .news-related-title,
.container .news-comment-title {
padding: 7px 9px 7px;
margin: 25px -15px 15px -15px;
background: #F1F1F1 none repeat scroll 0% 0%;
color: #333;
border-bottom: 1px solid #CCC;
}
.container .news-related-title h3,
.container .news-comment-title h3 {
margin: 0px;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
text-align: center;
}
.container .news-related-content ul {
list-style: none;
margin: -10px 0 0 0;
padding: 0;
}
.container .news-related-content ul li {
display: inline-block;
padding: 10px 10px 10px;
}
.container .news-related-content ul li.even {
background: #F5F5F5;
}
.container .news-related-content ul li a img {
float: left;
width: 100%;
height: 80px !important;
border: 2px solid #E1E1E1;
}
/*.container .news-related-content ul li a figcaption {
float: left;
width: 75%;
padding: 0 10px 0;
font-weight: bold;
font-size: 1.1em;
color: #333;
}
.container .news-related-content ul li a figcaption:hover {
color: #164D8D;
}*/
.related-list-title {
float: left;
width: 65%;
font-weight: bold;
font-size: 1.1em;
color: #333;
}
.related-list-title:hover {
float: left;
width: 65%;
font-weight: bold;
font-size: 1.1em;
color: #35579f;
}
.related-list-image {
float: left;
width: 35%;
}
/******* S: PAGE: SINGLE *******/
/******* S: PAGE: INDEX *******/
.col-index-title {
margin: 0 0 25px;
}
.col-index-content {
}
#col-form-src-idx {
/*margin: 0 0 35px;*/
padding: 0 0 35px;
/*border-right: 2px solid #F1F1F1;
border-bottom: 2px solid #F1F1F1;*/
}
#form-src-idx {
}
.col-index-content {
}
.col-index-content ul {
margin: 0;
padding: 0;
}
.col-index-content ul li {
list-style: none;
margin-bottom: 3px;
padding: 15px 10px 15px;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #E7E7E7;
}
.col-index-content ul li:hover {
/*background-color: #F1F1F1 !important;*/
border-right: 2px solid #FFFFFF;
border-bottom: 2px solid #E7E7E7;
}
.col-index-content ul li.even {
background-color: #FFFFFF;
}
.col-index-content ul li .index-meta-list {
display: inline-block;
width: 100%;
font-size: 12px;
color: #666;
}
.col-index-content ul li .index-meta-list .index-meta-time {
margin-right: 10px;
}
.col-index-content ul li .index-meta-list .index-meta-category a {
color: #d84a00;
font-weight: bold;
}
.col-index-content ul li .index-title-list {
display: inline-block;
width: 100%;
}
.col-index-content ul li .index-title-list a {
font-size: 18px;
font-weight: bold;
color: #333;
text-decoration: none;
}
.col-index-content ul li .index-title-list a:hover {
color: #d84a00;
}
/******* E: PAGE: INDEX *******/
/******* S: PAGE: STATIC *******/
.col-page-title {
/*border-bottom: 3px solid #F7941D;*/
}
.col-page-content {
}
.col-page-content .page-subheader {
/*display: inline-block;*/
padding: 10px 15px 10px;
/*min-width: 50px;*/
font-size: 24px;
font-weight: bold;
border-left: 10px solid #F7941D;
/*border-bottom: 1px solid #085B59;*/
}
.col-page-content .page-subheader .split {
display: inline-block;
/*width: 100%;*/
}
.col-page-content .list-page-subheader {
/*list-style-type: none;*/
/*padding: 0;*/
}
.col-page-content .list-page-subheader li {
/*list-style-type: decimal !important;*/
}
.col-page-content .list-page-subheader.list-page-subheader-mission {
margin-left: -40px;
list-style: none;
}
.col-page-content .list-page-subheader.list-page-subheader-mission li {
display: inline-block;
width: 100%;
}
.col-page-content .list-page-subheader li ol li {
font-size: 16px;
}
.col-page-content li {
/*float: left;*/
/*display: inline-block;*/
/*width: 100%;*/
}
.col-page-content .list-page-point {
float: left;
display: inline-block;
margin: 0 10px 10px 0;
padding: 5px 10px 5px;
font-size: 36px;
font-weight: bold;
color: #FFF;
background-color: #F7941D;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.col-page-content .list-page-content {
}
.col-page-content .page-content-vision {
font-weight: bold;
}
.col-page-content .list-page-management {
list-style-type: none;
display: inline-block;
padding: 0;
margin-bottom: 30px;
font-size: 16px;
line-height: 26px;
}
.col-page-content .pg-list {
margin: 0 !important;
font-size: 16px !important;
}
.col-page-content p #line-qr {
margin: auto;
}
.col-page-content.col-page-advertise p i {
font-size: 24px;
color: #0B7171;
}
.col-page-content.col-page-advertise p i.fa-envelope,
.col-page-content.col-page-advertise p i.fa-institution {
font-size: 20px;
}
.col-page-content.col-page-advertise .contact-info {
margin: 0;
line-height: 28px;
}
/******* E: PAGE: STATIC *******/
/********** E: CONTAINER SECTION **********/
/********** S: FOOTER SECTION **********/
footer {
width: 100%;
background: #2a2a2a;
margin: 25px 0 0;
}
footer #ftr-level-1 {
padding: 7px 15px 7px;
border-top: 5px solid #35579f;
border-bottom: 1px solid #111;
}
footer .container {
padding: 10px 0 10px;
}
#ftr-level-1 .ftr-amn-title {
text-align: center;
margin-bottom: 20px;
}
#ftr-level-1 .ftr-amn-title a {
font-weight: bold;
color: #FFF;
text-decoration: none;
}
#ftr-level-1 .col-std-title {
padding: 7px 0 9px;
width: 100%;
text-transform: uppercase;
border-bottom: 1px solid #111;
}
#ftr-level-1 .col-std-title h4 {
padding: 0;
margin: 3px;
color: #FFF;
font-weight: bold;
font-size: 1.0em;
}
#ftr-level-1 .col-std-title a {
color: #FFF;
}
#ftr-level-1 .col-std-content {
padding: 7px 0 7px;
width: 100%;
border-top: 1px solid #333;
}
#ftr-level-1 .col-std-content ul {
list-style: none;
margin: 0;
padding: 0;
}
#ftr-level-1 .col-std-content ul li a {
display: inline-block;
color: #FFF;
padding: 5px 0 5px;
text-decoration: none;
}
#ftr-level-1 .col-std-content ul li a:hover {
color: #F7941E;
}
footer #ftr-level-2 {
padding: 7px 15px 7px; /* btm: +25px; */
border-top: 1px solid #333;
border-bottom: 1px solid #111;
}
.mg-out {
margin-right: -15px;
margin-left: -15px;
}
.pd-free {
padding: 0 !important;
}
.pd-right-free {
padding-right: 0 !important;
}
.pd-right-30 {
padding-right: 30px !important;
}
.pd-all-5 {
padding: 5px !important;
}
.pd-all-7 {
padding: 7px !important;
}
.pd-all-10 {
padding: 10px !important;
}
.pd-glry-5 {
padding: 5px 5px 0 5px !important;
}
.mg-free {
margin: 0 !important;
}
.mg-top-5 {
margin-top: 5px;
}
.mg-top-10 {
margin-top: 10px;
}
.mg-top-15 {
margin-top: 15px;
}
.mg-top-20 {
margin-top: 20px;
}
.mg-top-25 {
margin-top: 25px;
}
.mg-top-30 {
margin-top: 30px;
}
.mg-left-15 {
margin-left: 15px;
}
.mg-right-5 {
margin-right: 5px;
}
.mg-right-7 {
margin-right: 7px;
}
.mg-right-10 {
margin-right: 10px;
}
.mg-right-15 {
margin-right: 15px;
}
.mg-bottom-15 {
margin-bottom: 15px;
}
.mg-bottom-25 {
margin-bottom: 25px;
}
.mg-bottom-30 {
margin-bottom: 30px;
}
.mg-bottom-35 {
margin-bottom: 35px;
}
/********** S: ADAPTIVE STYLE **********/
@media (max-width: 1199px) {
#btn-menu {
display: inline-block !important;
}
#hdr-presubnav {
display: none;
}
}
@media (max-width: 991px) {
.col-todays-date {
display: none;
}
#col-slide-banner {
/*margin: 35px 0 -10px;*/
}
footer {
margin: 10px 0 0;
}
#ftr-level-1,
#ftr-level-2 .col-profile-content,
#ftr-level-2 .col-twitstream-title,
#ftr-level-3 .col-copyright,
#ftr-level-3 .col-miscellaneous {
text-align: center;
}
}
@media (max-width: 640px) {
#hdr-logo .logo-tagline {
font-size: 1.5em;
}
#hdr-newsticker #newsticker-list {
display: none;
}
#hdr-newsticker #newsticker-marquee {
display: block !important;
}
#hdr-mainmenu {
margin: 25px 0 0;
}
#hdr-social-feed {
margin: 25px 0 0 7.5px;
}
#headline-recent-section {
margin-top: 10px;
}
}
@media (max-width: 360px) {
#hdr-social-feed a {
padding: 6.5px 0 0;
width: 32px;
height: 32px;
}
#hdr-social-feed a i {
font-size: 1.45em;
}
}
@media (max-width: 320px) {
.headline-list li figure figcaption a,
.headline-archive-list li figure figcaption a {
display: inline-block;
font-size: 0.85em;
}
.nav-mainmenu ul {
width: 320px;
}
.nav-mainmenu ul li a.nav-parent,
.nav-mainmenu ul li a.nav-close {
width: 275px;
}
}
@media (max-width: 240px) {
#hdr-mainmenu #btn-search {
display: none;
}
#hdr-search {
display: block !important;
}
#hdr-social-feed a {
width: 25px;
height: 25px;
padding: 5.5px 0px 0px;
font-size: 0.7em;
}
#hdr-logo .logo-desc {
font-size: 0.9em;
}
#hdr-logo .logo-tagline {
font-size: 1.0em;
}
#hdr-mainmenu #btn-menu {
font-size: 0.8em;
}
#hdr-search .src-input {
width: 84%;
}
#hdr-search button {
width: 16%;
}
#hdr-mainmenu {
padding: 10px 0 0;
}
#hdr-social-feed {
padding: 15px 0 0;
}
.headline-list li figure figcaption,
.headline-archive-list li figure figcaption {
font-size: 1.3em;
}
.popular-content ul li a img {
display: none !important;
}
.popular-content ul li a span {
width: 100%;
}
#col-gallery figcaption,
.col-cat-news .col-std-content .col-list-parent .col-thumb-title {
font-size: 1.1em;
}
.nav-mainmenu ul {
width: 240px;
}
.nav-mainmenu ul li a.nav-parent,
.nav-mainmenu ul li a.nav-close {
width: 195px;
}
}
/********** E: ADAPTIVE STYLE ********* | assets/css/main.css |
#container {
padding: 7px 7px 7px;
/*border-top: 1px solid #224a79;*/
/*border-top: 1px solid #D64501;*/
}
.row-headline {
position: relative;
}
#headline-slider {
/* reserved */
}
.headline-title {
padding: 7px 5px 7px;
margin-bottom: 7px;
background: #950823;
color: #ffffff;
border-bottom: 2px solid #dd0a2f;
text-align: center;
}
.headline-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.headline-list,
.headline-archive-list,
.media-single-slider {
list-style: none;
padding: 0;
margin: 0;
/* fix "over-height" when page being loaded */
/* max-height: 480px; */
max-height: 400px;
overflow: hidden;
}
.headline-list li figure,
.headline-archive-list li figure,
.media-single-slider li figure {
position: relative;
width: inherit;
}
.headline-list li figure img,
.headline-archive-list li figure img,
.media-single-slider li figure img {
/* reserved */
}
.headline-archive-list li figure img,
.media-single-slider li figure img {
width: 100% !important;
}
.headline-archive-list li figure img {
width: 723px;
/* height: 481.8px !important; */
height: 400px !important;
}
.headline-list .img-responsive,
.headline-archive-list .img-responsive,
.media-single-slider .img-responsive,
.lSSlideOuter .lSPager.lSGallery img {
margin: 0 auto;
}
.headline-list li figure figcaption,
.headline-archive-list li figure figcaption {
position: absolute;
z-index: 101;
bottom: 80px;
padding: 2% 2.5% 2.5%;
/*background: url('../img/bg-trans-4.png') repeat;*/ /* for IE compatibility */
/* background: rgba(8, 91, 89, 0.8); */
/*background: linear-gradient(to bottom, transparent 0, rgba(0,0,0,0.8) 70%);*/
background: linear-gradient(to bottom, transparent 0, #35579f 45%);
width: 100%;
color: #FFF;
font-weight: bold;
font-size: 1.7em;
}
.headline-list li figure .headline-post-meta,
.headline-archive-list li figure .headline-post-meta {
display: inline-block;
width: 100%;
color: #EEE;
font-size: 0.45em;
font-weight: normal;
}
#rig {
/* max-width:900px;
margin:0 auto;*/ /*center aligned*/
padding:0;
font-size:0; /* Remember to change it back to normal font size if have captions */
list-style:none;
background-color:#35579f;
}
#rig li {
display: inline-block;
*display:inline;/*for IE6 - IE7*/
width:25%;
vertical-align:middle;
box-sizing:border-box;
margin:0;
padding:4px;
}
/* The wrapper for each item */
.rig-cell {
/*margin:12px;
box-shadow:0 0 6px rgba(0,0,0,0.3);*/
display:block;
position: relative;
overflow:hidden;
}
/* If have the image layer */
.rig-img {
display:block;
width: 100%;
height: 170px;
/* border: 1px solid #EEE;*/
transform:scale(1);
transition:all 1s;
}
#rig li:hover .rig-img {
transform:scale(1.05);
}
/* If have the overlay layer */
.rig-overlay {
position: absolute;
display:block;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
background: #35579f url(img/link.png) no-repeat center 20%;
background-size:50px 50px;
opacity:0;
filter:alpha(opacity=0);/*For IE6 - IE8*/
transition:all 0.6s;
}
#rig li:hover .rig-overlay {
opacity:0.8;
}
/* If have captions */
.rig-text {
display:block;
padding:0 30px;
box-sizing:border-box;
position:absolute;
left:0;
width:100%;
text-align:center;
text-transform:capitalize;
font-size:12px;
font-weight:bold;
font-family: 'Oswald', sans-serif;
font-weight:normal!important;
top:40%;
color:white;
opacity:0;
filter:alpha(opacity=0);/*For older IE*/
transform:translateY(-20px);
transition:all .3s;
}
#rig li:hover .rig-text {
transform:translateY(0px);
opacity:0.9;
}
@media (max-width: 9000px) {
#rig li {
width:25%;
}
}
@media (max-width: 700px) {
#rig li {
width:33.33%;
}
}
@media (max-width: 550px) {
#rig li {
width:25%;
}
}
.captions-foto{
z-index: 101;
padding: 2% 2.5% 2.5%;
font-weight: bold;
font-size: 12px;
width: 323.66px !important;
text-align: left;
padding: 5px;
text-align: center;
}
.captions-foto a {
color: #444;
font-size: 15px;
}
.captions-foto a:hover {
color: #2DA991;
text-decoration: none;
}
.headline-line {
background-color: #fff;
display: block;
width: 50%;
height: 1px;
margin-top: 10px;
}
.headline-line-break{
border-bottom: 2px solid #EEE;
display: block;
width: 100%;
height: 1px;
margin-top: 10px;
}
.headline-bu{
float: left;
color: #fff;
background-color: #35579f;
padding: 5px 10px 5px;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.003em;
position: absolute;
z-index: 1;
}
.headline-footer{
height: 33px;
border-bottom: 1px solid #35579f;
margin-bottom: 20px;
}
.headline-footer-sidebar {
height: 33px;
border-bottom: 1px solid #35579f;
margin-bottom: 30px;
}
.headline-bu-content{
width: 0px;
height: 0px;
border-top: 32px solid transparent;
border-left: 20px solid #2DA991;
position: absolute;
right: -20px;
bottom: 0;
}
.photoline{
width: 0px;
height: 30px;
border: 3px #FFF solid;margin-bottom: -25px;
}
.headline-list li figure .headline-post-meta .date,
.headline-archive-list li figure .headline-post-meta .date {
margin-right: 15px;
}
.headline-list li figure .headline-desc,
.headline-archive-list li figure .headline-desc {
display: inline-block;
font-size: 0.60em;
font-weight: normal;
}
.headline-list li figure figcaption a,
.headline-archive-list li figure figcaption a {
color: #FFF;
text-decoration: none;
display: inline-block;
}
.headline-list li figure figcaption a:hover,
.headline-archive-list li figure figcaption a:hover {
color: #CFCFCF;
}
.pa {
}
.pt {
margin-top: 40px;
}
.pt a {
line-height: 26px;
float: left;
border: 1px solid #e4e3f0;
padding: 0 15px;
margin: 0 3px 6px;
font-size: 12px;
color: #292929;
}
.pt a:hover {
background-color: #35579f;
color: #FFFFFF;
text-decoration: none;
}
.pa a {
color: #35579f;
}
.pa a:hover {
color: #35579f;
text-decoration:none;
font-weight: 600;
}
.pa ol {
list-style:none;
counter-reset:mycounter;
padding:0;
background-color: #FFF;
}
.pa ol a {
color:#000;
}
.pa ol a:hover {
color: #35579f;
text-decoration:none;
font-weight: 500;
}
.pa ol li {
position:relative;
padding:15px 0;
border-bottom: 1px solid #EEE;
left: 30px;
font-weight: bolder;
width: 90%;
/*text-align: justify;*/
text-align: left;
}
.pa ol li:before {
content:counter(mycounter);
counter-increment:mycounter;
position:absolute;
top:20px;
left:-30px;
width:25px;
height:25px;
line-height:25px;
border-radius:50%;
color:#fff;
background:#35579f;
text-align:center;
}
.btn-ayo {
display: inline-block;
width: 50%;
padding: 7px 20px 7px;
background: none;
color: #35579f;
font-weight: bold;
border: 2px solid #35579f;
margin: -10px 0px 10px 0px;
}
.btn-ayo a:hover {
display: inline-block;
width: 50%;
padding: 7px 20px 7px;
background: #35579f;
color: #FFFFFF;
font-weight: bold;
border: 2px solid #35579f;
text-decoration: none;
}
.line-in {
color: #333;
font-weight: 600;
border-bottom: 1px solid #E7E7E7;
font-size: 25px;
}
.pa-tag {
}
.pa-tag p {
font-size: 15px;
left: 15px;
text-align: justify;
position: relative;
margin-top: 40px;
}
.pa-tag a {
color: #2DA991;
}
.pa-tag a:hover {
color: #2DA991;
text-decoration:none;
font-weight: 600;
}
.pa-tag ul {
list-style:none;
padding:0;
background-color: #FFF;
margin-top: 40px;
}
.pa-tag ul a {
color:#000;
}
.pa-tag ul a:hover {
color: #2DA991;
text-decoration:none;
font-weight: 500;
}
.pa-tag ul li {
position:relative;
padding:5px 0;
left: 30px;
font-weight: bolder;
width: 90%;
text-align: left;
}
.pa-tag ul li:before {
content:'#';
counter-increment:'#';
position:absolute;
left:-30px;
width:25px;
height:25px;
line-height:25px;
border-radius:50%;
color:#2DA991;
text-align:center;
}
.headline-footer-tagar{
border-bottom: 1px solid #EEE;
}
.headline-footer-ayo{
border-bottom: 5px solid #35579f;
width: 20%;
left: 10px;
text-align: left;
position: relative;
}
.view-visitor {
font-size: 11px;
color: #9b9b9b;
}
#popular-news {
margin: 0;
}
.popular-meta {
float: left;
padding: 0 0 0 10px;
width: 65%;
}
.popular-title {
padding: 7px 5px 7px;
background: #232323;
color: #ffffff;
border-bottom: 2px solid #CCC;
text-align: center;
}
.ad{
color: #fff;
font-size: 14pt;
/*font-weight: 700;*/
/*background: #000;*/
/*background: rgba(0,0,0,.7);*/
background: #35579f;
padding: 10px;
margin-top: -25px;
text-decoration: none;
text-align: left;
letter-spacing: 0.5px;
line-height: 1.2;
}
.popular-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.popular-title h3 i { /* fix little 'glitch' of hot icon */
font-size: 0.9em;
}
.popular-content ul {
list-style: none;
margin: 0;
padding: 0;
}
.popular-content ul li {
display: inline-block;
width: 100%;
border-bottom: 1px solid #F5F7FA;
}
.popular-content ul li.even {
background: #F5F5F5;
}
.popular-content ul li:hover {
background: #F9F9F9;
/*background: #f5fff4;*/
}
.popular-content ul li a {
display: inline-block;
width: 100%;
text-decoration: none;
padding: 9px 0 9px;
font-size: 1.1em;
font-weight: bold;
color: #666;
}
.popular-content ul li a:hover {
color: #000;
}
.popular-content ul li a img {
float: left;
width: 35%;
height: 81.56px;
border: 5px solid #E1E1E1;
}
.popular-content ul li a span {
float: left;
padding-right: 3px;
/*padding: 0 0 0 10px;*/
/*width: 65%;*/
}
.popular-content ul li a .popular-count-viewers {
margin: 3px 0 3px;
width: 65%;
font-size: 0.7em;
font-weight: normal;
color: #555;
}
.popular-content ul li a .popular-count-viewers i { /* fix stunded icon */
padding: 0;
margin: 0 0 0 3px;
width: 14px;
}
.recent-news {
margin: 15px 0 0;
}
.recent-title {
/**padding: 1px 5px 0px;
color: #950823;
border-bottom: 3px solid #000;
text-align: left;
background: #E1E1E1;**/
padding: 1px 5px 0px;
color: #FFF;
border-bottom: 3px solid #FF8000;
text-align: center;
background: #2DA991;
}
.recent-title h3 {
margin: 0;
padding: 0px;
font-size: 1.6em;
font-weight: bold;
text-transform: uppercase;
text-shadow: 1px 1px 2px #7A7A7A;
}
.recent-title h3 i { /* fix little 'glitch' of hot icon */
font-size: 0.9em;
}
.recent-content ul,
.archive-news-content ul {
list-style: none;
margin: 0;
padding: 0;
}
.recent-content ul li,
.archive-news-content ul li {
display: inline-block;
width: 100%;
border-bottom: 1px dashed #b3d8e3;
}
.recent-content ul li.even,
.archive-news-content ul li.even {
background: #F5F5F5;
}
.recent-content ul li:hover,
.archive-news-content ul li:hover {
background: #F9F9F9;
}
.readmore{
background:#FFFFFF;
text-align:right;
cursor:pointer;
color:#35579f;
float:left;
border:2px solid #35579f;
padding:5px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
font:bold 11px sans-serif;
}
.readmore:hover{
background:#FFf;
font:bold 12px sans-serif;
color:#35579f;
border:2px solid #35579f;
}
.readmore a {
color:#fff;
text-decoration:none;
}
.readmore a:hover {
color:#fff;
text-decoration:none;
}
.recent-content ul li .recent-list,
.archive-news-content ul li .archive-news-list {
display: inline-block;
width: 100%;
text-decoration: none;
padding: 9px 0 9px;
font-size: 1.1em;
font-weight: bold;
color: #666;
}
.recent-content ul li .recent-list:hover,
.archive-news-content ul li .archive-news-list:hover {
color: #000;
}
.recent-content ul li .recent-list img,
.archive-news-content ul li .archive-news-list img {
float: left;
width: 25%;
height: 110px;
/*margin-top: 20px;
border: 5px solid #fbebb0; */
}
.recent-content ul li .recent-list .recent-meta,
.archive-news-content ul li .archive-news-list .archive-news-meta {
float: right;
padding: 0 10px 0 10px;
width: 75%;
}
.recent-content ul li .recent-list .recent-meta span,
.archive-news-content ul li .archive-news-list .archive-news-meta span {
display: inline-block;
}
.recent-content ul li .recent-list .recent-list-title,
.archive-news-content ul li .archive-news-list .archive-news-list-title {
display: inline-block;
width: 100%;
margin: 3px 0 3px;
font-size: 18px;
line-height: 26px;
letter-spacing: 0.6px;
color: #666;
font-family:Gotham, Helvetica Neue, 'Helvetica', Arial, sans-serif;
}
.recent-content ul li .recent-list .recent-list-title:hover,
.archive-news-content ul li .archive-news-list .archive-news-list-title:hover {
color: #35579f;
text-decoration: none;
}
.recent-content ul li .recent-list .recent-list-desc,
.archive-news-content ul li .archive-news-list .archive-news-list-desc {
width: 100%;
margin: 3px 0 3px;
font-size: 14px;
line-height: 19px;
color: #666;
font-weight: 500;
}
.recent-content ul li .recent-list .recent-date,
.archive-news-content ul li .archive-news-list .archive-news-date {
margin: 3px 15px 3px 0;
font-size: 0.8em;
font-weight: normal;
color: #787878;
}
.recent-content ul li .recent-list .recent-date i, /* fix stunded icon */
.archive-news-content ul li .archive-news-list .archive-news-date i {
padding: 0;
/*margin: 0 0 0 3px;*/
width: 14px;
}
.recent-content ul li .recent-list .recent-category {
margin: 3px 0 3px;
color: #555;
}
.recent-content ul li .recent-list .recent-category a {
font-size: 0.8em;
color: #D60303;
text-transform: uppercase;
}
.recent-content ul li .recent-list .recent-category a:hover {
color: #0A7170;
}
.recent-content a.recent-list-img,
.archive-news-content a.archive-news-list-img {
display: initial !important;
position: initial !important;
}
.media-single-slider {
height: auto !important;
max-height: unset !important;
margin-bottom: 15px;
}
.media-single-slider li figure figcaption {
position: relative;
padding: 2% 0 0;
/*background: url('../img/bg-trans-4.png') repeat;*/ /* for IE compatibility */
background: transparent !important;
width: 100%;
color: #111;
font-size: 1.2em;
line-height: 1.5em;
}
#media-slider .lSAction > .lSPrev,
#media-slider .lSAction > .lSNext {
top: 240px;
}
#media-slider .lSSlideOuter {
position: relative;
}
#media-slider .lSSlideOuter .lSPager.lSpg {
position: absolute;
width: 100%;
/*top: 0;*/
top: 440px;
}
#media-slider .lSSlideOuter .lSPager.lSpg > li a {
/**background-color: #0a7170;**/
border: 0px solid rgba(255,255,255,0.5);
}
#media-slider .lSSlideOuter .lSPager.lSpg > li a {
/**background-color: #0a7170;**/
width: 16px;
height: 16px;
}
#media-slider .lSSlideOuter .lSPager.lSpg > li:hover a,
#media-slider .lSSlideOuter .lSPager.lSpg > li.active a {
/**background-color: #F7941E;**/
}
#regional-news {
margin: 0;
}
.regional-title {
padding: 7px 5px 7px;
background: #F1F1F1;
color: #333;
border-bottom: 2px solid #CCC;
text-align: center;
}
.regional-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.regional-title h3 i { /* fix little 'glitch' of hot icon */
font-size: 0.9em;
}
.regional-content ul {
list-style: none;
margin: 0;
padding: 0;
}
.regional-content ul li {
display: inline-block;
width: 100%;
border-bottom: 1px solid #F5F7FA;
}
.regional-content ul li.even {
background: #F5F5F5;
}
.regional-content ul li:hover {
background: #F9F9F9;
}
.regional-content ul li .regional-list {
display: inline-block;
width: 100%;
text-decoration: none;
padding: 9px 0 9px;
font-size: 1.1em;
font-weight: bold;
color: #666;
}
.regional-content ul li .regional-list:hover {
color: #000;
}
.regional-content ul li .regional-list img {
float: left;
width: 25%;
height: 110px;
border: 5px solid #E1E1E1;
}
.regional-content ul li .regional-list .regional-meta {
float: left;
padding: 0 10px 0 10px;
width: 75%;
}
.regional-content ul li .regional-list .regional-meta span {
display: inline-block;
}
.regional-content ul li .regional-list .regional-list-title {
width: 100%;
margin: 3px 0 3px;
font-size: 20px;
font-weight: bold;
line-height: 30px;
color: #666;
}
.regional-content ul li .regional-list .regional-list-title:hover {
color: #0A7170;
}
.regional-content ul li .regional-list .regional-list-desc {
width: 100%;
margin: 3px 0 3px;
font-size: 14px;
font-weight: normal;
}
.regional-content ul li .regional-list .regional-date {
margin: 3px 15px 3px 0;
font-size: 0.8em;
font-weight: normal;
color: #555;
}
.regional-content ul li .regional-list .regional-date i { /* fix stunded icon */
padding: 0;
/*margin: 0 0 0 3px;*/
width: 14px;
}
.regional-content ul li .regional-list .regional-category {
margin: 3px 0 3px;
color: #555;
}
.regional-content ul li .regional-list .regional-category a {
font-size: 0.8em;
color: #333;
}
.regional-content ul li .regional-list .regional-category a:hover {
color: #0A7170;
}
.regional-content a.regional-list-img {
display: initial !important;
position: initial !important;
}
.col-cat-news {
position: relative; /* optional */
}
.col-cat-news .col-std-title {
padding: 7px 5px 7px;
margin-bottom: 7px;
background: #2DA991;
color: #fff;
text-align: center;
border-bottom: 1px solid #CCC;
}
.col-cat-news .col-std-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.col-cat-news .col-std-title a {
color: #333;
text-decoration: none;
}
.col-cat-news .col-std-title a:hover {
color: #337AB7;
}
.col-cat-news .col-std-content ul {
list-style: none;
margin: 0;
padding: 0;
}
.col-cat-news .col-std-content ul li a {
display: inline-block;
}
.col-cat-news .col-std-content ul li a.col-link-parent {
position: relative;
width: 100%;
text-align: center; /* fix IE, set align center image caption */
}
.col-cat-news .col-std-content ul li img {
display: block;
margin: 0 auto;
position: relative;
width: inherit;
height: 240.34px;
}
.col-cat-news .col-std-content .col-list-parent {
border-bottom: 1px solid #E9E9E9;
}
.col-cat-news .col-std-content .col-list-parent .col-thumb-title {
display: block;
padding: 7px 10px 7px;
position: absolute;
width: 100%;
bottom: 0;
font-size: 1.3em;
font-weight: bold;
color: #FFF;
text-align: left; /* neutralize effect of set align center image caption */
/*background: url('../img/bg-trans-4.png') repeat;*/ /* for IE compatibility */
background: rgba(0, 0, 0, 0.8);
}
.col-cat-news .col-std-content .col-list-parent .col-thumb-title:hover {
color: #EDEDED;
}
.col-cat-news .col-std-content .col-list-parent .col-thumb-excerpt {
display: inline-block;
padding: 5px 10px 10px;
line-height: 1.65em;
}
.col-cat-news .col-std-content ul li.col-list-child a {
display: inline-block;
padding: 7px 10px 7px;
width: 100%;
font-size: 1.1em;
font-weight: bold;
color: #333;
text-align: left; /* neutralize effect of set align center image caption */
text-decoration: none;
border-bottom: 1px solid #FFF;
}
.col-cat-news .col-std-content ul li.col-list-child a:hover {
/*background: #2DA991;*/
/*color: #113D63;*/
color: #35579f;
}
.col-cat-news .col-list-child a.even {
background: #F5F5F5;
}
.col-cat-news .col-list-child img {
float: left;
width: 10%;
height: 25px;
border: 5px solid #E1E1E1;
}
.col-cat-news .col-world-cup-2018 {
background: #610000;
}
#col-media {
padding: 0;
margin-top: 30px;
}
#col-media a {
display: inline-block;
position: relative;
}
.col-photo-title {
/*padding: 7px 5px 7px;
background: #F1F1F1;
color: #333;
border-bottom: 2px solid #CCC;
text-align: center*/
padding: 7px 5px 7px;
background: #2DA991;
color: #FFF;
border-bottom: 2px solid darkcyan;
text-align: center;
}
.col-photo-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.col-photo-title h3 a {
font-weight: bold;
font-size: 1.0em;
/*font-size: 18px;*/
color: #333;
text-decoration: none;
}
.col-photo-content {
margin: 10px 0 0;
}
.col-photo-content .row {
margin-bottom: 15px;
}
.col-photo-content figure {
text-align: center;
}
.col-photo-content figure img {
/**border: 5px solid #EAEAEA;**/
width: 346.66px !important;
height: 243.41px !important;
}
.col-photo-content figcaption {
/*padding: 5px;
background: #EAEAEA;
text-align: center;*/
position: absolute;
z-index: 101;
bottom: 0px;
padding: 2% 2.5% 2.5%;
background: linear-gradient(to bottom, transparent 0, rgba(0,0,0,0.8) 70%);
font-weight: bold;
font-size: 1.7em;
width: 323.66px !important;
text-align: left;
}
.col-photo-content figcaption a {
font-size: 1.1em;
font-weight: bold;
color: #333;
}
.col-photo-content figcaption a:hover {
color: #0A7170;
text-decoration: none;
}
.col-video-title {
padding: 7px 5px 7px;
background: #2DA991;
color: #333;
border-bottom: 2px solid darkcyan;
text-align: center
}
.col-video-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.col-video-title h3 a {
font-weight: bold;
font-size: 1.0em;
/*font-size: 18px;*/
color: #333;
text-decoration: none;
}
.col-video-content {
margin: 10px 0 0;
}
.col-video-content .row {
margin-bottom: 15px;
}
.col-video-content figure {
position: relative;
text-align: center;
}
.col-video-content figure img {
border: 5px solid #EAEAEA;
}
.col-video-content figcaption {
padding: 5px;
/*background: #EAEAEA;*/
text-align: center;
}
.col-video-content figcaption a {
position: relative;
font-size: 1.1em;
font-weight: bold;
color: #333;
}
.col-video-content figcaption a:hover {
color: #03A7B3;
text-decoration: none;
}
/* 346.66/2 = 173.33 (60) = 113.33 || 262.48/2 = 131.24 (100) = 61.24 */
.col-video-content .cover-play {
position: absolute;
width: 100%;
height: 100%;
top: 0;
text-align: center;
vertical-align: middle;
}
.col-video-content .cover-play i {
margin-top: 20.5%;
/*margin-top: 71.24px;*/
color: #FFF;
font-size: 120px;
color: rgba(255,255,255,0.7);
}
.col-video-content .cover-play i:hover {
color: rgba(247,148,29,0.5);
}
/*** S: Sidebar Media ***/
#custom-content-1 {
margin: 0;
}
.custom-meta {
float: left;
padding: 0 0 0 10px;
width: 65%;
}
.custom-title {
padding: 7px 5px 7px;
background: #F1F1F1;
color: #333;
border-bottom: 2px solid #CCC;
text-align: center;
}
.custom-title h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.custom-title h3 a {
color: #333;
text-decoration: none;
}
.custom-title h3 i { /* fix little 'glitch' of hot icon */
font-size: 0.9em;
}
.custom-content ul {
list-style: none;
margin: 0;
padding: 0;
}
.custom-content ul li {
display: inline-block;
width: 100%;
border-bottom: 1px solid #F5F7FA;
}
.custom-content ul li.even {
background: #F5F5F5;
}
.custom-content ul li:hover {
background: #F9F9F9;
}
.custom-content ul li a {
display: inline-block;
width: 100%;
text-decoration: none;
padding: 9px 0 9px;
font-size: 1.1em;
font-weight: bold;
color: #666;
}
.custom-content ul li a:hover {
color: #000;
}
.custom-content ul li a img {
float: left;
width: 35%;
border: 5px solid #E1E1E1;
}
.custom-content ul li a span {
float: left;
padding-right: 3px;
}
/*** E: Sidebar Media ***/
/*** S: Default Gallery ***/
#col-gallery {
padding: 0 0 0;
margin: 15px 0 0;
}
.album-1 figcaption {
background: url('../img/bg-trans-1.png') repeat; /* for IE compatibility */
}
.album-2 figcaption {
background: url('../img/bg-trans-2.png') repeat; /* for IE compatibility */
}
.album-3 figcaption {
background: url('../img/bg-trans-3.png') repeat; /* for IE compatibility */
}
/*** E: Default Gallery ***/
.col-title-box-0 {
background: #F1F1F1;
border-bottom: 2px solid #CCC;
}
.col-title-box-0 h3,
.col-title-box-0 h3 a {
color: #000;
}
/* Ayo News */
.col-title-box-1 {
border-bottom: 6px solid #D64501 !important;
text-align:left;
text-transform: uppercase;
}
.col-title-box-1 h3 a {
color: #484646 !important;
text-align: left;
}
/* Ayo Wisata */
.col-title-box-2 {
/* background: #a8ce38 !important; */
border-bottom: 6px solid #0036ff !important;
text-align:left;
text-transform: uppercase;
}
.col-title-box-2 h3 a {
color: #000 !important;
}
/* Ayo Korporasi */
.col-title-box-3 {
/* background: #2c71a5 !important; */
border-bottom: 6px solid #FF8000 !important;
text-align:left;
text-transform: uppercase;
}
.col-title-box-3 h3 a {
color: #000 !important;
}
/* Ayo Komunitas */
.col-title-box-4 {
/* brown */
/*background: #bc6620 !important;*/
/*border-bottom: 2px solid #7f4418 !important;*/
/* red */
background: #d60000 !important;
border-bottom: 2px solid #840000 !important;
}
.col-title-box-4 h3 a {
color: #FFF !important;
}
/* Ayo Unik */
.col-title-box-5 {
background: #c42dc6 !important;
border-bottom: 2px solid #972799 !important;
}
.col-title-box-5 h3 a {
color: #FFF !important;
}
/* Ayo Sehat */
.col-title-box-6 {
background: #e03a6c !important;
border-bottom: 2px solid #aa2f54 !important;
}
.col-title-box-6 h3 a {
color: #FFF !important;
}
/* Ayo Olahraga */
.col-title-box-7 {
background: #165f82 !important;
border-bottom: 2px solid #0d384c !important;
}
.col-title-box-7 h3 a {
color: #FFF !important;
}
/* Ayo Sehat */
.col-title-box-8 {
background: #448cbf !important;
border-bottom: 2px solid #305f7f !important;
}
.col-title-box-8 h3 a {
color: #FFF !important;
}
/* Ayo Komunitas */
.col-title-box-9 {
background: #c42b84 !important;
border-bottom: 2px solid #771d50 !important;
}
.col-title-box-9 h3 a {
color: #FFF !important;
}
/*** S: Banner KPU ***/
#banner-kpu {
position: relative;
margin: 20px auto 0;
width: 1100px;
overflow: hidden;
}
#banner-kpu.alt {
height: 290px;
}
#banner-kpu-button {
position: absolute;
right: 0;
cursor: pointer;
width: 65px;
padding: 5px 7px 5px;
background: orange;
text-align: center;
}
/*** S: Banner KPU ***/
/*** S: Slide Banner ***/
#col-slide-banner {
display: block;
height: auto;
margin: 4% 0 11%; /* little hack of symmetric margin top-bottom position */
}
.col-banner-container {
position: relative;
}
.col-banner-list {
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
.close-slide-banner-container {
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
a.close-slide-banner-btn {
position: absolute;
right: 0;
top: -26px;
width: 60px;
height: 26px;
display: inline-block;
padding: 5px 7px 5px;
font-size: 0.8em;
color: #FFF;
background: #D64501;
text-align: center;
text-decoration: none;
}
a.close-slide-banner-btn:hover {
background: #992316;
cursor: pointer;
}
/*** E: Slide Banner ***/
/*** S: ADS ***/
.col-pagination {
margin: 25px 0 0;
}
.col-pagination-single {
border-bottom: 3px solid #EAEAEA; padding-bottom: 30px
}
.col-pagination ul {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}
.col-pagination ul li {
display: inline-block;
margin-bottom: 5px;
}
.col-pagination ul li a {
display: inherit;
padding: 8px 15px;
background: #FFFFFF;
color: #333;
border-right: 0px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
text-decoration: none;
}
.col-pagination ul li a.active {
background: #FFFFFF;
color: #35579f;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #35579f;
}
.col-pagination ul li a:hover {
/*background: #2A2A2A;
color: #FFF;
border-right: 1px solid #000;
border-bottom: 1px solid #000;*/
background: #35579f;
color: #FFF;
border-right: 1px solid #35579f;
border-bottom: 1px solid #35579f;
}
.sidebar-container {
display: block;
margin: 15px 0 0;
}
.sidebar-container .col-sidebar {
margin: 0 0 25px;
}
.sidebar-container .col-sidebar-head {
padding: 7px 9px 7px 9px;
background: #F1F1F1;
color: #333;
border-bottom: 1px solid #CCC;
}
.sidebar-container .col-sidebar-head a.ico-rss {
float: right;
font-size: 1.2em;
}
.sidebar-container .col-sidebar-head a.ico-rss:hover {
color: #E88229;
}
.sidebar-container .col-sidebar-head h3 {
margin: 0;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
}
.sidebar-container .col-sidebar-head h3 a {
color: #333;
text-decoration: none;
}
.sidebar-container .col-sidebar-body ul {
list-style: none;
margin: 0;
padding: 0;
}
.sidebar-container .col-sidebar-body ul li a {
display: inline-block;
padding: 10px 10px 10px;
font-size: 1.1em;
font-weight: bold;
color: #333;
text-decoration: none;
}
.sidebar-container .col-sidebar-body ul li a .popular-count-viewers {
display: inline-block;
width: 100%;
margin: 0;
font-size: 0.7em;
font-weight: normal;
color: #555;
}
.sidebar-container .col-sidebar-body ul li a.even {
background: #F9F9F9;
}
.sidebar-container .col-sidebar-body ul li a:hover {
color: #164D8D;
}
.recent-media-meta {
display: inline-block;
width: 100%;
padding: 0;
color: #666;
text-align: center;
}
.recent-media-meta span {
display: inline-block;
padding: 5px 15px 5px 0;
font-size: 12px;
color: #909090;
}
.recent-media-meta .recent-author a {
font-weight: normal;
}
/******* E: PAGE: ARCHIVE *******/
/******* S: PAGE: SINGLE *******/
.container .col-news-title {
/* reserved */
}
.container .col-news-title h3,
.container .col-index-title h3 {
margin-top: 10px;
font-size: 1.50em;
/*font-size: 3.0em;*/
line-height: 1.35em;
font-weight: bold;
}
.container .col-news-meta {
padding: 0 0 10px;
color: #666;
font-size: 12px;
}
.container .col-news-meta span {
display: inline-block;
padding: 5px 15px 5px 0;
}
.container .col-news-content {
display: block;
width: 100%;
}
.container .col-news-content .embed-video {
overflow: auto;
overflow-y: hidden;
}
.container .col-news-content figure {
display: block;
margin-bottom: 15px;
}
.container .col-news-content figure img {
margin: 0 auto;
/* border: 7px solid #EFEFEF; */
width:100%;
}
.container .col-news-content figure figcaption {
margin: 0 auto;
padding: 15px 0 15px;
/**font-size: 1.1em;**/
font-size: 12px;
color: #666;
text-align: center;
}
.container .col-news-content {
/* reserved */
}
.container .col-news-content p {
font-size: 1.2em;
line-height: 1.5em;
margin: 15px 0 15px;
}
.container .col-news-content ol li {
font-size: 1.2em; /* 17px */
line-height: 26px; /* 1.5em */
}
.container .news-response-btn {
background: #FFFFFF;
border: 1px solid #FFFFFF;
display: inline-block;
width: 100%;
}
.container .news-share-btn {
margin: 0 -15px 0;
text-align: center;
}
.container .news-share-btn-title,
.container .news-response-btn-title {
display: block;
padding: 12.5px 0 5px;
margin: 0 0 10px;
color: #666;
font-size: 1.3em;
font-weight: bold;
}
.container .news-share-btn ul,
.container .news-response-btn ul {
list-style: none;
padding: 0;
margin: 0;
}
.container .news-share-btn ul li,
.container .news-response-btn ul li {
display: inline-block;
}
.container .news-related-title,
.container .news-comment-title {
padding: 7px 9px 7px;
margin: 25px -15px 15px -15px;
background: #F1F1F1 none repeat scroll 0% 0%;
color: #333;
border-bottom: 1px solid #CCC;
}
.container .news-related-title h3,
.container .news-comment-title h3 {
margin: 0px;
padding: 3px;
font-size: 1.3em;
font-weight: bold;
text-align: center;
}
.container .news-related-content ul {
list-style: none;
margin: -10px 0 0 0;
padding: 0;
}
.container .news-related-content ul li {
display: inline-block;
padding: 10px 10px 10px;
}
.container .news-related-content ul li.even {
background: #F5F5F5;
}
.container .news-related-content ul li a img {
float: left;
width: 100%;
height: 80px !important;
border: 2px solid #E1E1E1;
}
/*.container .news-related-content ul li a figcaption {
float: left;
width: 75%;
padding: 0 10px 0;
font-weight: bold;
font-size: 1.1em;
color: #333;
}
.container .news-related-content ul li a figcaption:hover {
color: #164D8D;
}*/
.related-list-title {
float: left;
width: 65%;
font-weight: bold;
font-size: 1.1em;
color: #333;
}
.related-list-title:hover {
float: left;
width: 65%;
font-weight: bold;
font-size: 1.1em;
color: #35579f;
}
.related-list-image {
float: left;
width: 35%;
}
/******* S: PAGE: SINGLE *******/
/******* S: PAGE: INDEX *******/
.col-index-title {
margin: 0 0 25px;
}
.col-index-content {
}
#col-form-src-idx {
/*margin: 0 0 35px;*/
padding: 0 0 35px;
/*border-right: 2px solid #F1F1F1;
border-bottom: 2px solid #F1F1F1;*/
}
#form-src-idx {
}
.col-index-content {
}
.col-index-content ul {
margin: 0;
padding: 0;
}
.col-index-content ul li {
list-style: none;
margin-bottom: 3px;
padding: 15px 10px 15px;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #E7E7E7;
}
.col-index-content ul li:hover {
/*background-color: #F1F1F1 !important;*/
border-right: 2px solid #FFFFFF;
border-bottom: 2px solid #E7E7E7;
}
.col-index-content ul li.even {
background-color: #FFFFFF;
}
.col-index-content ul li .index-meta-list {
display: inline-block;
width: 100%;
font-size: 12px;
color: #666;
}
.col-index-content ul li .index-meta-list .index-meta-time {
margin-right: 10px;
}
.col-index-content ul li .index-meta-list .index-meta-category a {
color: #d84a00;
font-weight: bold;
}
.col-index-content ul li .index-title-list {
display: inline-block;
width: 100%;
}
.col-index-content ul li .index-title-list a {
font-size: 18px;
font-weight: bold;
color: #333;
text-decoration: none;
}
.col-index-content ul li .index-title-list a:hover {
color: #d84a00;
}
/******* E: PAGE: INDEX *******/
/******* S: PAGE: STATIC *******/
.col-page-title {
/*border-bottom: 3px solid #F7941D;*/
}
.col-page-content {
}
.col-page-content .page-subheader {
/*display: inline-block;*/
padding: 10px 15px 10px;
/*min-width: 50px;*/
font-size: 24px;
font-weight: bold;
border-left: 10px solid #F7941D;
/*border-bottom: 1px solid #085B59;*/
}
.col-page-content .page-subheader .split {
display: inline-block;
/*width: 100%;*/
}
.col-page-content .list-page-subheader {
/*list-style-type: none;*/
/*padding: 0;*/
}
.col-page-content .list-page-subheader li {
/*list-style-type: decimal !important;*/
}
.col-page-content .list-page-subheader.list-page-subheader-mission {
margin-left: -40px;
list-style: none;
}
.col-page-content .list-page-subheader.list-page-subheader-mission li {
display: inline-block;
width: 100%;
}
.col-page-content .list-page-subheader li ol li {
font-size: 16px;
}
.col-page-content li {
/*float: left;*/
/*display: inline-block;*/
/*width: 100%;*/
}
.col-page-content .list-page-point {
float: left;
display: inline-block;
margin: 0 10px 10px 0;
padding: 5px 10px 5px;
font-size: 36px;
font-weight: bold;
color: #FFF;
background-color: #F7941D;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.col-page-content .list-page-content {
}
.col-page-content .page-content-vision {
font-weight: bold;
}
.col-page-content .list-page-management {
list-style-type: none;
display: inline-block;
padding: 0;
margin-bottom: 30px;
font-size: 16px;
line-height: 26px;
}
.col-page-content .pg-list {
margin: 0 !important;
font-size: 16px !important;
}
.col-page-content p #line-qr {
margin: auto;
}
.col-page-content.col-page-advertise p i {
font-size: 24px;
color: #0B7171;
}
.col-page-content.col-page-advertise p i.fa-envelope,
.col-page-content.col-page-advertise p i.fa-institution {
font-size: 20px;
}
.col-page-content.col-page-advertise .contact-info {
margin: 0;
line-height: 28px;
}
/******* E: PAGE: STATIC *******/
/********** E: CONTAINER SECTION **********/
/********** S: FOOTER SECTION **********/
footer {
width: 100%;
background: #2a2a2a;
margin: 25px 0 0;
}
footer #ftr-level-1 {
padding: 7px 15px 7px;
border-top: 5px solid #35579f;
border-bottom: 1px solid #111;
}
footer .container {
padding: 10px 0 10px;
}
#ftr-level-1 .ftr-amn-title {
text-align: center;
margin-bottom: 20px;
}
#ftr-level-1 .ftr-amn-title a {
font-weight: bold;
color: #FFF;
text-decoration: none;
}
#ftr-level-1 .col-std-title {
padding: 7px 0 9px;
width: 100%;
text-transform: uppercase;
border-bottom: 1px solid #111;
}
#ftr-level-1 .col-std-title h4 {
padding: 0;
margin: 3px;
color: #FFF;
font-weight: bold;
font-size: 1.0em;
}
#ftr-level-1 .col-std-title a {
color: #FFF;
}
#ftr-level-1 .col-std-content {
padding: 7px 0 7px;
width: 100%;
border-top: 1px solid #333;
}
#ftr-level-1 .col-std-content ul {
list-style: none;
margin: 0;
padding: 0;
}
#ftr-level-1 .col-std-content ul li a {
display: inline-block;
color: #FFF;
padding: 5px 0 5px;
text-decoration: none;
}
#ftr-level-1 .col-std-content ul li a:hover {
color: #F7941E;
}
footer #ftr-level-2 {
padding: 7px 15px 7px; /* btm: +25px; */
border-top: 1px solid #333;
border-bottom: 1px solid #111;
}
.mg-out {
margin-right: -15px;
margin-left: -15px;
}
.pd-free {
padding: 0 !important;
}
.pd-right-free {
padding-right: 0 !important;
}
.pd-right-30 {
padding-right: 30px !important;
}
.pd-all-5 {
padding: 5px !important;
}
.pd-all-7 {
padding: 7px !important;
}
.pd-all-10 {
padding: 10px !important;
}
.pd-glry-5 {
padding: 5px 5px 0 5px !important;
}
.mg-free {
margin: 0 !important;
}
.mg-top-5 {
margin-top: 5px;
}
.mg-top-10 {
margin-top: 10px;
}
.mg-top-15 {
margin-top: 15px;
}
.mg-top-20 {
margin-top: 20px;
}
.mg-top-25 {
margin-top: 25px;
}
.mg-top-30 {
margin-top: 30px;
}
.mg-left-15 {
margin-left: 15px;
}
.mg-right-5 {
margin-right: 5px;
}
.mg-right-7 {
margin-right: 7px;
}
.mg-right-10 {
margin-right: 10px;
}
.mg-right-15 {
margin-right: 15px;
}
.mg-bottom-15 {
margin-bottom: 15px;
}
.mg-bottom-25 {
margin-bottom: 25px;
}
.mg-bottom-30 {
margin-bottom: 30px;
}
.mg-bottom-35 {
margin-bottom: 35px;
}
/********** S: ADAPTIVE STYLE **********/
@media (max-width: 1199px) {
#btn-menu {
display: inline-block !important;
}
#hdr-presubnav {
display: none;
}
}
@media (max-width: 991px) {
.col-todays-date {
display: none;
}
#col-slide-banner {
/*margin: 35px 0 -10px;*/
}
footer {
margin: 10px 0 0;
}
#ftr-level-1,
#ftr-level-2 .col-profile-content,
#ftr-level-2 .col-twitstream-title,
#ftr-level-3 .col-copyright,
#ftr-level-3 .col-miscellaneous {
text-align: center;
}
}
@media (max-width: 640px) {
#hdr-logo .logo-tagline {
font-size: 1.5em;
}
#hdr-newsticker #newsticker-list {
display: none;
}
#hdr-newsticker #newsticker-marquee {
display: block !important;
}
#hdr-mainmenu {
margin: 25px 0 0;
}
#hdr-social-feed {
margin: 25px 0 0 7.5px;
}
#headline-recent-section {
margin-top: 10px;
}
}
@media (max-width: 360px) {
#hdr-social-feed a {
padding: 6.5px 0 0;
width: 32px;
height: 32px;
}
#hdr-social-feed a i {
font-size: 1.45em;
}
}
@media (max-width: 320px) {
.headline-list li figure figcaption a,
.headline-archive-list li figure figcaption a {
display: inline-block;
font-size: 0.85em;
}
.nav-mainmenu ul {
width: 320px;
}
.nav-mainmenu ul li a.nav-parent,
.nav-mainmenu ul li a.nav-close {
width: 275px;
}
}
@media (max-width: 240px) {
#hdr-mainmenu #btn-search {
display: none;
}
#hdr-search {
display: block !important;
}
#hdr-social-feed a {
width: 25px;
height: 25px;
padding: 5.5px 0px 0px;
font-size: 0.7em;
}
#hdr-logo .logo-desc {
font-size: 0.9em;
}
#hdr-logo .logo-tagline {
font-size: 1.0em;
}
#hdr-mainmenu #btn-menu {
font-size: 0.8em;
}
#hdr-search .src-input {
width: 84%;
}
#hdr-search button {
width: 16%;
}
#hdr-mainmenu {
padding: 10px 0 0;
}
#hdr-social-feed {
padding: 15px 0 0;
}
.headline-list li figure figcaption,
.headline-archive-list li figure figcaption {
font-size: 1.3em;
}
.popular-content ul li a img {
display: none !important;
}
.popular-content ul li a span {
width: 100%;
}
#col-gallery figcaption,
.col-cat-news .col-std-content .col-list-parent .col-thumb-title {
font-size: 1.1em;
}
.nav-mainmenu ul {
width: 240px;
}
.nav-mainmenu ul li a.nav-parent,
.nav-mainmenu ul li a.nav-close {
width: 195px;
}
}
/********** E: ADAPTIVE STYLE ********* | 0.286169 | 0.048406 |
@import url('https://fonts.googleapis.com/css2?family=Asap&display=swap');
*{
padding: 0%;
margin: 0%;
box-sizing: border-box;
font-family: 'Asap', sans-serif ;
}
.topbar{
position: fixed;
background: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
width: 100%;
height: 60px;
padding: 0 20px;
align-items: center;
z-index: 1;
display: flex;
justify-content: space-between;
}
.logo h2{
position: sticky;
color: #4959ec;
font-family: 'Asap', sans-serif;
}
/*sidebar*/
.sidebar{
position: fixed;
top: 60px;
width: 260px;
height: calc(100% - 60px);
background: #4959ec;
overflow-x: hidden;
}
.sidebar ul{
margin-top: 20px;
margin-left: 8px;
}
.sidebar ul li{
width: 100%;
list-style: none;
}
.sidebar ul li:hover{
background: #ffffff;
}
.sidebar ul li:hover a{
color: #4959ec;
}
.sidebar ul li a{
width: 100%;
text-decoration: none;
color: #ffffff;
height: 60px;
display: flex;
align-items: center;
}
.sidebar ul li a i{
min-width: 60px;
font-size: 24px;
text-align: center;
}
.icons{
font-size: 40px;
color: #4959ec;
}
/*ranking tables*/
.container{
position: absolute;
top: 60px;
width: calc(100% - 260px);
left: 260px;
height: 90%;
background-color: #f1f1f1f1;
}
.ranking{
display: flex;
justify-content: space-between;
width: 100%;
padding: 20px;
}
.total-ranking{
background: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
width: 100%;
margin: 10px;
}
.table-box{
padding: 7px;
width: 100%;
font-size: 1.2em;
box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}
::-webkit-scrollbar{
width: 5px;
}
table{
border-spacing: 1;
border-collapse: collapse;
background: white;
border-radius: 10px;
overflow: hidden;
width: 100%;
margin: 0 auto;
position: relative;
}
table * {
position: relative;
}
table td, table th {
padding-left: 8px;
}
table thead tr {
height: 60px;
background: rgb(77, 87, 90);
}
table tbody tr {
height: 50px;
}
table tbody tr:last-child {
border: 0;
}
table td, table th {
text-align: left;
}
table td.l, table th.l {
text-align: right;
}
table td.c, table th.c {
text-align: center;
}
table td.r, table th.r {
text-align: center;
}
.table-head th{
font-family: OpenSans-Regular;
font-size: 18px;
color: #fff;
line-height: 1.2;
font-weight: unset;
}
tbody tr:nth-child(odd) {
background-color: #f5f5f5;
}
tbody tr{
font-family: OpenSans-Regular;
font-size: 17px;
color: #636161;
line-height: 1.2;
font-weight: unset;
}
tbody tr:hover {
color: #555555;
background-color: #f5f5f5;
cursor: pointer;
}
.total-ranking h3, .chart h3{
font-weight: lighter;
} | web-app/admin/groups.css | @import url('https://fonts.googleapis.com/css2?family=Asap&display=swap');
*{
padding: 0%;
margin: 0%;
box-sizing: border-box;
font-family: 'Asap', sans-serif ;
}
.topbar{
position: fixed;
background: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
width: 100%;
height: 60px;
padding: 0 20px;
align-items: center;
z-index: 1;
display: flex;
justify-content: space-between;
}
.logo h2{
position: sticky;
color: #4959ec;
font-family: 'Asap', sans-serif;
}
/*sidebar*/
.sidebar{
position: fixed;
top: 60px;
width: 260px;
height: calc(100% - 60px);
background: #4959ec;
overflow-x: hidden;
}
.sidebar ul{
margin-top: 20px;
margin-left: 8px;
}
.sidebar ul li{
width: 100%;
list-style: none;
}
.sidebar ul li:hover{
background: #ffffff;
}
.sidebar ul li:hover a{
color: #4959ec;
}
.sidebar ul li a{
width: 100%;
text-decoration: none;
color: #ffffff;
height: 60px;
display: flex;
align-items: center;
}
.sidebar ul li a i{
min-width: 60px;
font-size: 24px;
text-align: center;
}
.icons{
font-size: 40px;
color: #4959ec;
}
/*ranking tables*/
.container{
position: absolute;
top: 60px;
width: calc(100% - 260px);
left: 260px;
height: 90%;
background-color: #f1f1f1f1;
}
.ranking{
display: flex;
justify-content: space-between;
width: 100%;
padding: 20px;
}
.total-ranking{
background: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
width: 100%;
margin: 10px;
}
.table-box{
padding: 7px;
width: 100%;
font-size: 1.2em;
box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}
::-webkit-scrollbar{
width: 5px;
}
table{
border-spacing: 1;
border-collapse: collapse;
background: white;
border-radius: 10px;
overflow: hidden;
width: 100%;
margin: 0 auto;
position: relative;
}
table * {
position: relative;
}
table td, table th {
padding-left: 8px;
}
table thead tr {
height: 60px;
background: rgb(77, 87, 90);
}
table tbody tr {
height: 50px;
}
table tbody tr:last-child {
border: 0;
}
table td, table th {
text-align: left;
}
table td.l, table th.l {
text-align: right;
}
table td.c, table th.c {
text-align: center;
}
table td.r, table th.r {
text-align: center;
}
.table-head th{
font-family: OpenSans-Regular;
font-size: 18px;
color: #fff;
line-height: 1.2;
font-weight: unset;
}
tbody tr:nth-child(odd) {
background-color: #f5f5f5;
}
tbody tr{
font-family: OpenSans-Regular;
font-size: 17px;
color: #636161;
line-height: 1.2;
font-weight: unset;
}
tbody tr:hover {
color: #555555;
background-color: #f5f5f5;
cursor: pointer;
}
.total-ranking h3, .chart h3{
font-weight: lighter;
} | 0.445288 | 0.092976 |
.purchase_product{
width: 100%;
height: 700px;
display: flex;
flex-direction: column;
align-items: center;
}
.purchase_category{
display: flex;
width: 1200px;
margin-bottom: 20px;
}
.purchase_info{
display: flex;
width: 1200px;
}
.purchase_area{
padding-left: 60px;
}
.purchase_title{
width: 700px;
font-size: 25px;
font-weight: bolder;
padding-bottom: 20px;
border-bottom: 1px solid #ffcb12;
}
.purchase_pay{
display: flex;
justify-content: space-between;
width: 250px;
font-size: 25px;
font-weight: bolder;
padding-bottom: 30px;
padding-top: 20px;
}
.color_font{
padding: 20px 0 30px 0;
color: #008aff;
font-size: 20px;
border-bottom: 1px solid #ffcb12;
}
.delivery_info{
display: flex;
justify-content: space-around;
padding: 20px 0 20px 0;
}
.purchase_icon{
color: #ffcb12;
}
.purchase_box{
width: 700px;
height: 150px;
border: 1px solid #979797;
background:#dfdfdf;
}
.space_between{
display: flex;
justify-content: space-between;
margin: 20px 50px 30px 50px;
font-size: 20px;
}
.result_pay{
margin: 0 50px 20px 50px;
width: 600px;
display: flex;
justify-content: space-between;
}
input{
width: 50px;
height: 30px;
}
.purchase_btn{
width: 700px;
display: flex;
justify-content: space-between;
padding: 40px 0 20px 0;
}
.purchase_button{
width: 320px;
height: 70px;
font-size: 20px;
border: 1px solid #ffcb12;
}
/*상품구입 css*/
.product_tab_area{
display: flex;
flex-direction: column;
align-items: center;
height: 1000px;
}
.product_tab{
width: 100%;
height: 80px;
background: #dfdfdf;
border-top: 2px solid #979797;
display: flex;
justify-content: center;
}
.tab_btn{
width: 400px;
height: 81px;
font-size: 25px;
border: 1px solid #979797;
margin-top: -1px;
outline: none;
}
.tab_btn.active{
color: #000;
background-color: #fff;
}
.tab_btn_area{
display: flex;
justify-content: space-around;
width: 1200px;
}
.tab_content{
width: 1200px;
}
.tab_info_title{
font-weight: bolder;
font-size: 36px;
padding: 80px 0 30px 0 ;
}
ul li{
font-size: 18px;
padding-bottom: 10px;
} | YamFront/public/stylesheets/product.css | .purchase_product{
width: 100%;
height: 700px;
display: flex;
flex-direction: column;
align-items: center;
}
.purchase_category{
display: flex;
width: 1200px;
margin-bottom: 20px;
}
.purchase_info{
display: flex;
width: 1200px;
}
.purchase_area{
padding-left: 60px;
}
.purchase_title{
width: 700px;
font-size: 25px;
font-weight: bolder;
padding-bottom: 20px;
border-bottom: 1px solid #ffcb12;
}
.purchase_pay{
display: flex;
justify-content: space-between;
width: 250px;
font-size: 25px;
font-weight: bolder;
padding-bottom: 30px;
padding-top: 20px;
}
.color_font{
padding: 20px 0 30px 0;
color: #008aff;
font-size: 20px;
border-bottom: 1px solid #ffcb12;
}
.delivery_info{
display: flex;
justify-content: space-around;
padding: 20px 0 20px 0;
}
.purchase_icon{
color: #ffcb12;
}
.purchase_box{
width: 700px;
height: 150px;
border: 1px solid #979797;
background:#dfdfdf;
}
.space_between{
display: flex;
justify-content: space-between;
margin: 20px 50px 30px 50px;
font-size: 20px;
}
.result_pay{
margin: 0 50px 20px 50px;
width: 600px;
display: flex;
justify-content: space-between;
}
input{
width: 50px;
height: 30px;
}
.purchase_btn{
width: 700px;
display: flex;
justify-content: space-between;
padding: 40px 0 20px 0;
}
.purchase_button{
width: 320px;
height: 70px;
font-size: 20px;
border: 1px solid #ffcb12;
}
/*상품구입 css*/
.product_tab_area{
display: flex;
flex-direction: column;
align-items: center;
height: 1000px;
}
.product_tab{
width: 100%;
height: 80px;
background: #dfdfdf;
border-top: 2px solid #979797;
display: flex;
justify-content: center;
}
.tab_btn{
width: 400px;
height: 81px;
font-size: 25px;
border: 1px solid #979797;
margin-top: -1px;
outline: none;
}
.tab_btn.active{
color: #000;
background-color: #fff;
}
.tab_btn_area{
display: flex;
justify-content: space-around;
width: 1200px;
}
.tab_content{
width: 1200px;
}
.tab_info_title{
font-weight: bolder;
font-size: 36px;
padding: 80px 0 30px 0 ;
}
ul li{
font-size: 18px;
padding-bottom: 10px;
} | 0.365004 | 0.067087 |
.wrapper {
font-size: 21px;
line-height: 1.58;
width: 780px;
min-height: 100vh;
margin: 0 auto 0;
padding: 60px 50px 25px;
border-left: none;
border-right: none;
background-color: var(--foreground);
box-shadow: 0 1px 8px 0 hsla(0, 0%, 0%, 0.05);
transition: background-color 0.2s;
}
.dark .wrapper {
padding-left: 49px;
padding-right: 49px;
border-left: 1px solid hsla(0, 0%, 50%, 0.2);
border-right: 1px solid hsla(0, 0%, 50%, 0.2);
box-shadow: none;
}
@media (max-width: 850px) {
.wrapper, .dark .wrapper {
width: 100%;
border: none;
padding-right: calc((100% - 680px) / 2);
padding-left: calc((100% - 680px) / 2);
}
.dark .wrapper {
background-color: var(--background);
}
html, body {
background-color: var(--foreground);
}
.dark, .dark body {
background-color: var(--background);
}
}
@media (max-width: 730px) {
.wrapper, .dark .wrapper {
padding-right: 25px;
padding-left: 25px;
}
}
.editor-information {
margin-top: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.editor-information > * {
overflow: hidden;
}
.editor-information__btn {
position: relative;
font-family: 'Lato', sans-serif;
border: none;
padding: 1px;
font-size: 16px;
margin: 0;
text-decoration: none;
background-color: var(--foreground);
box-shadow: 0 1px 8px 0 hsla(0, 0%, 0%, 0.1);
color: inherit;
font-family: sans-serif;
height: 38px;
width: 38px;
border-radius: 20px;
box-sizing: content-box;
cursor: pointer;
text-align: center;
transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
-webkit-appearance: none;
-moz-appearance: none;
}
.editor-information__btn:focus {
box-shadow: 0 0 0 2px var(--teslablue);
}
.editor-information__btn:active {
transform: scale(0.985);
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
}
.editor-information__btn .material-icons {
display: block;
font-size: 20px;
}
.dark .editor-information__btn {
box-shadow: 0 1px 8px 0 hsla(0, 0%, 0%, 0.5);
padding: 0px;
border: 1px solid hsla(0, 0%, 50%, 0.2);
}
.dark .editor-information__btn:active {
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.5);
}
/* Error Button */
.article-delete-btn {
color: var(--error);
}
/* Article Info */
.article__info {
cursor: pointer;
display: flex;
position: relative;
flex-direction: column;
justify-content: center;
height: 44px;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 8px;
margin-left: 30px;
padding-right: 18px;
padding-left: 36px;
float: left;
border-radius: 22px;
background-color: var(--foreground);
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
white-space: nowrap;
user-select: none;
}
.dark .article__info {
margin-left: 29px;
border: 1px solid hsla(0, 0%, 50%, 0.2);
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.5);
}
.article__info__picture {
position: absolute;
top: 50%;
left: 0;
width: 60px;
height: 60px;
transform: translate(-50%, -50%);
border-radius: 30px;
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
}
.dark .article__info__picture {
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.5);
}
.article__info__textbox {
}
.article__info__textbox__name {
font-size: 17px;
line-height: 20px;
}
.article__info__textbox__time {
color: hsl(0, 0%, 50%);
font-size: 14px;
line-height: 16px;
}
.article {
margin-top: 20px;
font-family: 'Lora', serif;
}
/* Text elements */
.main-title {
font-family: 'Montserrat', sans-serif;
font-size: 2em;
font-weight: normal;
line-height: 1.1;
margin: 10px 0 28px !important;
}
.article h1, .article h2, .article h3, .article h4 {
font-family: 'Montserrat', sans-serif;
padding: 0.4em 0 !important;
margin: 0.85em 0 -0.55em !important;
}
.article h1 {
font-size: 2em;
}
.article h2 {
font-size: 1.5em;
}
.article h3 {
font-size: 1.2em;
}
.article h4 {
font-size: 1em;
}
.article ol, .article ul {
padding: 0.4em 0;
padding-left: 40px;
font-family: inherit;
margin-bottom: 1.1em;
/* margin-top: -1.1em; */
}
.article li {
padding: 5.5px 0 5.5px 3px;
}
.article p, .ce-paragraph {
display: block;
padding: .4em 0;
margin: 0 0 1.1em;
}
@media (max-width: 730px) {
.wrapper {
font-size: 17px;
}
}
/* Picture */
.article figure {
margin: 0;
padding: .4em 0;
margin: -0.95em 0 1.1em;
}
.article img {
width: 100%;
border-radius: 4px;
}
.article figcaption {
margin: auto 25px auto;
color: hsl(0, 0%, 45%);
font-size: 16px;
text-align: center;
}
.dark .article figcaption {
color: hsl(0, 0%, 55%);
}
@media (max-width: 850px) {
.article img {
border-radius: initial;
}
.article figure {
width: 100vw;
transform: translateX(calc((680px - 100vw) / 2));
}
}
@media (max-width: 730px) {
.article figure {
transform: translateX(-25px);
}
}
mark {
background-color: rgba(245,235,111,0.29);
padding: 3px 0;
color: inherit;
} | artikel/artikel.css | .wrapper {
font-size: 21px;
line-height: 1.58;
width: 780px;
min-height: 100vh;
margin: 0 auto 0;
padding: 60px 50px 25px;
border-left: none;
border-right: none;
background-color: var(--foreground);
box-shadow: 0 1px 8px 0 hsla(0, 0%, 0%, 0.05);
transition: background-color 0.2s;
}
.dark .wrapper {
padding-left: 49px;
padding-right: 49px;
border-left: 1px solid hsla(0, 0%, 50%, 0.2);
border-right: 1px solid hsla(0, 0%, 50%, 0.2);
box-shadow: none;
}
@media (max-width: 850px) {
.wrapper, .dark .wrapper {
width: 100%;
border: none;
padding-right: calc((100% - 680px) / 2);
padding-left: calc((100% - 680px) / 2);
}
.dark .wrapper {
background-color: var(--background);
}
html, body {
background-color: var(--foreground);
}
.dark, .dark body {
background-color: var(--background);
}
}
@media (max-width: 730px) {
.wrapper, .dark .wrapper {
padding-right: 25px;
padding-left: 25px;
}
}
.editor-information {
margin-top: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.editor-information > * {
overflow: hidden;
}
.editor-information__btn {
position: relative;
font-family: 'Lato', sans-serif;
border: none;
padding: 1px;
font-size: 16px;
margin: 0;
text-decoration: none;
background-color: var(--foreground);
box-shadow: 0 1px 8px 0 hsla(0, 0%, 0%, 0.1);
color: inherit;
font-family: sans-serif;
height: 38px;
width: 38px;
border-radius: 20px;
box-sizing: content-box;
cursor: pointer;
text-align: center;
transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
-webkit-appearance: none;
-moz-appearance: none;
}
.editor-information__btn:focus {
box-shadow: 0 0 0 2px var(--teslablue);
}
.editor-information__btn:active {
transform: scale(0.985);
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
}
.editor-information__btn .material-icons {
display: block;
font-size: 20px;
}
.dark .editor-information__btn {
box-shadow: 0 1px 8px 0 hsla(0, 0%, 0%, 0.5);
padding: 0px;
border: 1px solid hsla(0, 0%, 50%, 0.2);
}
.dark .editor-information__btn:active {
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.5);
}
/* Error Button */
.article-delete-btn {
color: var(--error);
}
/* Article Info */
.article__info {
cursor: pointer;
display: flex;
position: relative;
flex-direction: column;
justify-content: center;
height: 44px;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 8px;
margin-left: 30px;
padding-right: 18px;
padding-left: 36px;
float: left;
border-radius: 22px;
background-color: var(--foreground);
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
white-space: nowrap;
user-select: none;
}
.dark .article__info {
margin-left: 29px;
border: 1px solid hsla(0, 0%, 50%, 0.2);
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.5);
}
.article__info__picture {
position: absolute;
top: 50%;
left: 0;
width: 60px;
height: 60px;
transform: translate(-50%, -50%);
border-radius: 30px;
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
}
.dark .article__info__picture {
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.5);
}
.article__info__textbox {
}
.article__info__textbox__name {
font-size: 17px;
line-height: 20px;
}
.article__info__textbox__time {
color: hsl(0, 0%, 50%);
font-size: 14px;
line-height: 16px;
}
.article {
margin-top: 20px;
font-family: 'Lora', serif;
}
/* Text elements */
.main-title {
font-family: 'Montserrat', sans-serif;
font-size: 2em;
font-weight: normal;
line-height: 1.1;
margin: 10px 0 28px !important;
}
.article h1, .article h2, .article h3, .article h4 {
font-family: 'Montserrat', sans-serif;
padding: 0.4em 0 !important;
margin: 0.85em 0 -0.55em !important;
}
.article h1 {
font-size: 2em;
}
.article h2 {
font-size: 1.5em;
}
.article h3 {
font-size: 1.2em;
}
.article h4 {
font-size: 1em;
}
.article ol, .article ul {
padding: 0.4em 0;
padding-left: 40px;
font-family: inherit;
margin-bottom: 1.1em;
/* margin-top: -1.1em; */
}
.article li {
padding: 5.5px 0 5.5px 3px;
}
.article p, .ce-paragraph {
display: block;
padding: .4em 0;
margin: 0 0 1.1em;
}
@media (max-width: 730px) {
.wrapper {
font-size: 17px;
}
}
/* Picture */
.article figure {
margin: 0;
padding: .4em 0;
margin: -0.95em 0 1.1em;
}
.article img {
width: 100%;
border-radius: 4px;
}
.article figcaption {
margin: auto 25px auto;
color: hsl(0, 0%, 45%);
font-size: 16px;
text-align: center;
}
.dark .article figcaption {
color: hsl(0, 0%, 55%);
}
@media (max-width: 850px) {
.article img {
border-radius: initial;
}
.article figure {
width: 100vw;
transform: translateX(calc((680px - 100vw) / 2));
}
}
@media (max-width: 730px) {
.article figure {
transform: translateX(-25px);
}
}
mark {
background-color: rgba(245,235,111,0.29);
padding: 3px 0;
color: inherit;
} | 0.316686 | 0.077065 |
.breadcrumb {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: none;
padding: 0px;
}
.breadcrumb li a {
color: var(--graycolor);
}
.breadcrumb li a:hover {
color: var(--brandcolor);
text-decoration: underline;
}
.breadcrumb .active {
color: var(--brandcolor);
}
.breadcrumb-item + .breadcrumb-item::before {
color: var(--brandcolor);
}
/*=====================================
TABLE COMPONENT STYLE
======================================*/
.table-list {
width: 100%;
}
.table-list thead tr {
background: linear-gradient(180deg, rgba(58,167,67,1) 20%, rgba(115,201,39,1) 100%);
}
.table-list thead tr th {
text-align: center;
padding: 15px 25px;
color: var(--whitecolor);
font-weight: var(--mweight);
border-right: 1px solid var(--headerborder);
}
.table-list thead tr th:first-child {
border-radius: 3px 0px 0px 3px;
}
.table-list thead tr th:last-child {
border-right: none;
border-radius: 0px 3px 3px 0px;
}
.table-list tbody tr {
border-bottom: 1px solid var(--bordercolor);
}
.table-list tbody tr td {
text-align: center;
padding: 15px 25px;
border-right: 1px solid var(--bordercolor);
}
.table-list tbody tr td:last-child {
border-right: none;
}
.table-product img {
width: 100px;
border-radius: 3px;
background: var(--whitecolor);
}
.table-quantity input {
width: 80px;
padding: 0px 15px;
height: 40px;
font-size: 18px;
border-radius: 3px;
border: 2px solid var(--bordercolor);
}
.table-quantity input:focus-within {
border-color: var(--brandcolor);
}
.table-shop .btn {
padding: 10px 25px;
}
.table-action {
text-align: center;
}
.table-action a i {
width: 35px;
height: 35px;
font-size: 14px;
line-height: 35px;
text-align: center;
border-radius: 5px;
margin: 3px;
color: var(--brandcolor);
background: var(--whitecolor);
text-shadow: var(--tshadow);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.table-action a i:hover {
color: var(--whitecolor);
background: var(--brandcolor);
}
.table-desc p {
width: 150px;
text-align: left;
}
.table-desc p a {
font-size: 14px;
font-weight: 500;
}
.table-desc p a:hover {
text-decoration: underline;
}
/*=====================================
SECTION HEADING STYLE
======================================*/
.section {
padding: 100px 0px 0px;
}
.section-heading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 50px;
}
.title {
position: relative;
}
.title::before {
position: absolute;
content: "";
top: 50%;
right: -80px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 60px;
height: 2px;
border-radius: 30px;
background: var(--brandcolor);
}
.title::after {
position: absolute;
content: "";
top: 70%;
right: -55px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 35px;
height: 2px;
border-radius: 30px;
background: var(--brandcolor);
}
@media (max-width: 767px) {
.section {
padding: 60px 0px 0px;
}
.section-heading {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 30px;
}
.section-heading h2 {
margin-bottom: 45px;
}
.title::before, .title::after {
top: 0px;
right: 50%;
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
}
.title::before {
top: 50px;
}
.title::after {
top: 55px;
}
}
/*=====================================
SINGLE BANNER PART STYLE
======================================*/
.single-banner {
background: url(../../img/banner/04.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 100px 0px;
position: relative;
z-index: 1;
}
.single-banner::before {
position: absolute;
content: "";
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 186, 71, 0.3)), to(rgba(85, 172, 65, 0.2)));
background: linear-gradient(rgba(92, 186, 71, 0.3), rgba(85, 172, 65, 0.2));
z-index: -1;
}
.single-content {
text-align: center;
}
.single-content h2 {
font-size: 38px;
margin-bottom: 18px;
color: var(--whitecolor);
}
@media (max-width: 767px) {
.single-banner {
padding: 80px 0px;
}
.single-content h2 {
font-size: 35px;
}
}
/*=====================================
CARTLIST PART STYLE
======================================*/
.cart-part {
padding: 100px 0px;
}
.cart-list {
margin-bottom: 30px;
}
.cart-back {
margin-top: 10px;
}
.cart-cupon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 80px;
}
.cart-cupon form {
width: 400px;
display: block;
position: relative;
-webkit-box-shadow: var(--bcardshadow);
box-shadow: var(--bcardshadow);
}
.cart-cupon form input {
width: 100%;
height: 66px;
border: none;
outline: none;
border-radius: 3px;
background: var(--whitecolor);
padding: 0px 190px 0px 20px;
}
.cart-cupon form .btn {
position: absolute;
top: 8px;
right: 8px;
height: 50px;
padding: 11px 32px;
}
.cart-totals {
width: 600px;
margin: 0 auto 45px;
text-align: center;
background: var(--whitecolor);
border-top: 3px solid var(--brandcolor);
-webkit-box-shadow: var(--bcardshadow);
box-shadow: var(--bcardshadow);
}
.cart-totals .title {
margin: 25px 0px;
}
.cart-totals .title::before, .cart-totals .title::after {
top: 0px;
right: 50%;
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
}
.cart-totals .title::before {
top: 50px;
}
.cart-totals .title::after {
top: 55px;
}
.cart-totals ul li {
padding: 18px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid var(--bordercolor);
}
.cart-totals ul li:last-child {
border-bottom: none;
}
.cart-totals ul li span {
font-size: 18px;
color: var(--headingcolor);
}
.cart-proceed {
text-align: center;
}
.cart-proceed .btn {
height: 60px;
font-size: 15px;
padding: 18px 35px;
}
@media (max-width: 991px) {
.cart-list {
overflow-x: scroll;
}
.table-list {
width: 900px;
}
}
@media (max-width: 767px) {
.cart-part {
padding: 60px 0px;
}
.cart-back {
text-align: center;
margin-bottom: 30px;
}
.cart-cupon {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 50px;
}
.cart-totals {
width: 100%;
}
}
input[type="number"] {
text-align: center;
font-weight: 500;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
} | public/frontend/assets/css/custom/cartlist.css | .breadcrumb {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: none;
padding: 0px;
}
.breadcrumb li a {
color: var(--graycolor);
}
.breadcrumb li a:hover {
color: var(--brandcolor);
text-decoration: underline;
}
.breadcrumb .active {
color: var(--brandcolor);
}
.breadcrumb-item + .breadcrumb-item::before {
color: var(--brandcolor);
}
/*=====================================
TABLE COMPONENT STYLE
======================================*/
.table-list {
width: 100%;
}
.table-list thead tr {
background: linear-gradient(180deg, rgba(58,167,67,1) 20%, rgba(115,201,39,1) 100%);
}
.table-list thead tr th {
text-align: center;
padding: 15px 25px;
color: var(--whitecolor);
font-weight: var(--mweight);
border-right: 1px solid var(--headerborder);
}
.table-list thead tr th:first-child {
border-radius: 3px 0px 0px 3px;
}
.table-list thead tr th:last-child {
border-right: none;
border-radius: 0px 3px 3px 0px;
}
.table-list tbody tr {
border-bottom: 1px solid var(--bordercolor);
}
.table-list tbody tr td {
text-align: center;
padding: 15px 25px;
border-right: 1px solid var(--bordercolor);
}
.table-list tbody tr td:last-child {
border-right: none;
}
.table-product img {
width: 100px;
border-radius: 3px;
background: var(--whitecolor);
}
.table-quantity input {
width: 80px;
padding: 0px 15px;
height: 40px;
font-size: 18px;
border-radius: 3px;
border: 2px solid var(--bordercolor);
}
.table-quantity input:focus-within {
border-color: var(--brandcolor);
}
.table-shop .btn {
padding: 10px 25px;
}
.table-action {
text-align: center;
}
.table-action a i {
width: 35px;
height: 35px;
font-size: 14px;
line-height: 35px;
text-align: center;
border-radius: 5px;
margin: 3px;
color: var(--brandcolor);
background: var(--whitecolor);
text-shadow: var(--tshadow);
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.table-action a i:hover {
color: var(--whitecolor);
background: var(--brandcolor);
}
.table-desc p {
width: 150px;
text-align: left;
}
.table-desc p a {
font-size: 14px;
font-weight: 500;
}
.table-desc p a:hover {
text-decoration: underline;
}
/*=====================================
SECTION HEADING STYLE
======================================*/
.section {
padding: 100px 0px 0px;
}
.section-heading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 50px;
}
.title {
position: relative;
}
.title::before {
position: absolute;
content: "";
top: 50%;
right: -80px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 60px;
height: 2px;
border-radius: 30px;
background: var(--brandcolor);
}
.title::after {
position: absolute;
content: "";
top: 70%;
right: -55px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 35px;
height: 2px;
border-radius: 30px;
background: var(--brandcolor);
}
@media (max-width: 767px) {
.section {
padding: 60px 0px 0px;
}
.section-heading {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 30px;
}
.section-heading h2 {
margin-bottom: 45px;
}
.title::before, .title::after {
top: 0px;
right: 50%;
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
}
.title::before {
top: 50px;
}
.title::after {
top: 55px;
}
}
/*=====================================
SINGLE BANNER PART STYLE
======================================*/
.single-banner {
background: url(../../img/banner/04.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 100px 0px;
position: relative;
z-index: 1;
}
.single-banner::before {
position: absolute;
content: "";
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 186, 71, 0.3)), to(rgba(85, 172, 65, 0.2)));
background: linear-gradient(rgba(92, 186, 71, 0.3), rgba(85, 172, 65, 0.2));
z-index: -1;
}
.single-content {
text-align: center;
}
.single-content h2 {
font-size: 38px;
margin-bottom: 18px;
color: var(--whitecolor);
}
@media (max-width: 767px) {
.single-banner {
padding: 80px 0px;
}
.single-content h2 {
font-size: 35px;
}
}
/*=====================================
CARTLIST PART STYLE
======================================*/
.cart-part {
padding: 100px 0px;
}
.cart-list {
margin-bottom: 30px;
}
.cart-back {
margin-top: 10px;
}
.cart-cupon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 80px;
}
.cart-cupon form {
width: 400px;
display: block;
position: relative;
-webkit-box-shadow: var(--bcardshadow);
box-shadow: var(--bcardshadow);
}
.cart-cupon form input {
width: 100%;
height: 66px;
border: none;
outline: none;
border-radius: 3px;
background: var(--whitecolor);
padding: 0px 190px 0px 20px;
}
.cart-cupon form .btn {
position: absolute;
top: 8px;
right: 8px;
height: 50px;
padding: 11px 32px;
}
.cart-totals {
width: 600px;
margin: 0 auto 45px;
text-align: center;
background: var(--whitecolor);
border-top: 3px solid var(--brandcolor);
-webkit-box-shadow: var(--bcardshadow);
box-shadow: var(--bcardshadow);
}
.cart-totals .title {
margin: 25px 0px;
}
.cart-totals .title::before, .cart-totals .title::after {
top: 0px;
right: 50%;
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
}
.cart-totals .title::before {
top: 50px;
}
.cart-totals .title::after {
top: 55px;
}
.cart-totals ul li {
padding: 18px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid var(--bordercolor);
}
.cart-totals ul li:last-child {
border-bottom: none;
}
.cart-totals ul li span {
font-size: 18px;
color: var(--headingcolor);
}
.cart-proceed {
text-align: center;
}
.cart-proceed .btn {
height: 60px;
font-size: 15px;
padding: 18px 35px;
}
@media (max-width: 991px) {
.cart-list {
overflow-x: scroll;
}
.table-list {
width: 900px;
}
}
@media (max-width: 767px) {
.cart-part {
padding: 60px 0px;
}
.cart-back {
text-align: center;
margin-bottom: 30px;
}
.cart-cupon {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 50px;
}
.cart-totals {
width: 100%;
}
}
input[type="number"] {
text-align: center;
font-weight: 500;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
} | 0.474388 | 0.087097 |
.image-90phut-star{
width: 120px;
height:80px;
float:left;
}
.score-broat-cast{
color:#cc0000;
font-weight: bold;
text-decoration: underline;
}
.edit-menu .panel{
margin-top: 0px !important;
border-radius: 0px !important;
border-bottom: none !important;
}
.edit-menu .panel:first-child{
border-radius: 3px 3px 0px 0px !important;
}
.edit-menu .panel:last-child{
border-radius: 0px 0px 3px 3px !important;
}
.edit-menu .panel-heading{
background: #FFF !important;
padding: 0px 0px !important;
height:42px;
}
.edit-menu .panel-heading a{
color:#555;
width: 100%;
height: 42px;
float: left;
line-height: 42px;
padding-left: 15px;
}
.edit-menu .panel-heading a i{
padding: 13px 10px;
}
.edit-menu .panel-heading a i.icon{
padding: 0px 0px !important;
}
.edit-menu .panel-heading a[aria-expanded='true']{
background: #337AB7;
color:#FFF;
}
.edit-menu .panel-heading a:hover{
text-decoration:none;
}
.edit-menu .panel:last-child{
border-bottom: #ddd solid 1px;
}
.edit-menu .panel-title{
font-size: 14px !important;
}
.edit-menu .panel-body{
padding: 0px;
}
.edit-menu .panel-body ul{
list-style: none;
padding: 0px;
}
.edit-menu .panel-body ul li{
width: 100%;
height: 42px;
float: left;
line-height: 42px;
padding-left: 15px;
border-bottom: #ddd solid 1px;
}
.edit-menu .panel-body ul li:hover,.edit-menu .panel-body ul li.active{
background: #ddd;
}
.edit-menu .panel-body ul li a{
color:#555;
}
.edit-menu .panel-body ul li a:hover{
text-decoration: none;
}
/*NhamTv*/
.img90phut{
width: 65px !important;
}
.module-90phut .poster-video-90phut,.module-90phut .videoFile-video-90phut{
height:175px;
}
/*kienht: nhan dinh tran dau*/
.tip-imgPreview{
width: 210px !important; height: 130px !important;
}
.tip-button{
margin: 5px;
float: right;
}
.tip-avatar{
padding-right: 10px;
position: relative;
}
.tip-images{
width: 200px;
height: 132px;
color: #FFF;
background: #CCC;
position: absolute;
top: 0;
opacity: 0;
cursor: pointer;
}
/*style tin tuc*/
table a.title {
font-size: 16px;
margin-bottom: 2px;
color: #167ac6;
display: block;
}
table .color-category{
font-size: 13px;
}
table a.title-category {
color: #167ac6;
font-size: 13px;
font-weight: bold;
}
table label.description {
display: block;
font-size: 15px;
color: #666;
font-weight: normal;
}
table label.cate-name {
display: block;
}
table .image-intro {
float: left;
margin-bottom: 10px;
margin-top: 5px;
}
table .image-intro img {
width: 90px;
}
table .content-right-info {
display: block;
float: left;
width: 608px;
}
table .content-publish-info {
float: left;
text-align: right;
width: 70px;
margin-top: 15px;
}
table .date-time {
display: block;
font-size: 12px;
color: #767676;
margin-left: 0px;
float: left;
}
table .author {
display: block;
font-size: 12px;
color: #767676;
float: left;
margin-left: 7px;
}
table .blue-type {
border: 1px solid #5cb85c;
color: #5cb85c;
font-weight: normal;
padding: 2px;
font-size: 12px;
}
table .primary-type {
border: 1px solid #0275d8;
color: #0275d8;
font-weight: normal;
padding: 2px;
font-size: 12px;
}
table .red-type {
border: 1px solid #d9534f;
color: #d9534f;
font-weight: normal;
padding: 2px;
font-size: 12px;
}
.content-publish-info .btn-group{
margin-bottom: 10px;
clear: both;
}
.table-news tbody>tr>td {
border-bottom: 1px solid #ddd;
border-top: 0px !important;
}
.news-form label{font-weight: normal}
/*search video them vao bai viet*/
#video-searchStar,
#video-search{
float: left;
margin-right: 10px;
position: relative;
}
#video-search-textStar,
#video-search-text {
width: 215px;
}
#video-search-detailStar,
#video-search-detail {
position: absolute;
width: 400px;
background: #eee;
top: 30px;
right:8px;
z-index: 1;
display: none;
padding: 10px;
}
.video-item:hover {
background: #fff;
}
.video-item p {
width: 300px;
float: left;
}
.postAdv #video-search-detailStar img,
.postAdv #video-search-detail img{
width: 70px !important;
height:50px !important;
float: left;
margin-right: 5px;
}
.dropdownCategories{
max-width:200px;
}
/*video*/
.bt-selected{
background:#eee;
}
/*search team thêm trận*/
#team {
position: relative;
}
#team-search-detailStar,
#team-search-detail {
position: absolute;
width: 500px;
background: #ffffff;
top: 55px;
z-index: 1;
display: none;
padding: 10px;
}
.button-team {
padding: 5px;
float: left;
margin-left: 10px;
color: #fff;
border-radius: 5px;
background: #6c6c6c;
}
.button-team:hover {
background: #52bb5d
}
.frm-video-box{padding-left: 20px} | web/css/app90phut.css | .image-90phut-star{
width: 120px;
height:80px;
float:left;
}
.score-broat-cast{
color:#cc0000;
font-weight: bold;
text-decoration: underline;
}
.edit-menu .panel{
margin-top: 0px !important;
border-radius: 0px !important;
border-bottom: none !important;
}
.edit-menu .panel:first-child{
border-radius: 3px 3px 0px 0px !important;
}
.edit-menu .panel:last-child{
border-radius: 0px 0px 3px 3px !important;
}
.edit-menu .panel-heading{
background: #FFF !important;
padding: 0px 0px !important;
height:42px;
}
.edit-menu .panel-heading a{
color:#555;
width: 100%;
height: 42px;
float: left;
line-height: 42px;
padding-left: 15px;
}
.edit-menu .panel-heading a i{
padding: 13px 10px;
}
.edit-menu .panel-heading a i.icon{
padding: 0px 0px !important;
}
.edit-menu .panel-heading a[aria-expanded='true']{
background: #337AB7;
color:#FFF;
}
.edit-menu .panel-heading a:hover{
text-decoration:none;
}
.edit-menu .panel:last-child{
border-bottom: #ddd solid 1px;
}
.edit-menu .panel-title{
font-size: 14px !important;
}
.edit-menu .panel-body{
padding: 0px;
}
.edit-menu .panel-body ul{
list-style: none;
padding: 0px;
}
.edit-menu .panel-body ul li{
width: 100%;
height: 42px;
float: left;
line-height: 42px;
padding-left: 15px;
border-bottom: #ddd solid 1px;
}
.edit-menu .panel-body ul li:hover,.edit-menu .panel-body ul li.active{
background: #ddd;
}
.edit-menu .panel-body ul li a{
color:#555;
}
.edit-menu .panel-body ul li a:hover{
text-decoration: none;
}
/*NhamTv*/
.img90phut{
width: 65px !important;
}
.module-90phut .poster-video-90phut,.module-90phut .videoFile-video-90phut{
height:175px;
}
/*kienht: nhan dinh tran dau*/
.tip-imgPreview{
width: 210px !important; height: 130px !important;
}
.tip-button{
margin: 5px;
float: right;
}
.tip-avatar{
padding-right: 10px;
position: relative;
}
.tip-images{
width: 200px;
height: 132px;
color: #FFF;
background: #CCC;
position: absolute;
top: 0;
opacity: 0;
cursor: pointer;
}
/*style tin tuc*/
table a.title {
font-size: 16px;
margin-bottom: 2px;
color: #167ac6;
display: block;
}
table .color-category{
font-size: 13px;
}
table a.title-category {
color: #167ac6;
font-size: 13px;
font-weight: bold;
}
table label.description {
display: block;
font-size: 15px;
color: #666;
font-weight: normal;
}
table label.cate-name {
display: block;
}
table .image-intro {
float: left;
margin-bottom: 10px;
margin-top: 5px;
}
table .image-intro img {
width: 90px;
}
table .content-right-info {
display: block;
float: left;
width: 608px;
}
table .content-publish-info {
float: left;
text-align: right;
width: 70px;
margin-top: 15px;
}
table .date-time {
display: block;
font-size: 12px;
color: #767676;
margin-left: 0px;
float: left;
}
table .author {
display: block;
font-size: 12px;
color: #767676;
float: left;
margin-left: 7px;
}
table .blue-type {
border: 1px solid #5cb85c;
color: #5cb85c;
font-weight: normal;
padding: 2px;
font-size: 12px;
}
table .primary-type {
border: 1px solid #0275d8;
color: #0275d8;
font-weight: normal;
padding: 2px;
font-size: 12px;
}
table .red-type {
border: 1px solid #d9534f;
color: #d9534f;
font-weight: normal;
padding: 2px;
font-size: 12px;
}
.content-publish-info .btn-group{
margin-bottom: 10px;
clear: both;
}
.table-news tbody>tr>td {
border-bottom: 1px solid #ddd;
border-top: 0px !important;
}
.news-form label{font-weight: normal}
/*search video them vao bai viet*/
#video-searchStar,
#video-search{
float: left;
margin-right: 10px;
position: relative;
}
#video-search-textStar,
#video-search-text {
width: 215px;
}
#video-search-detailStar,
#video-search-detail {
position: absolute;
width: 400px;
background: #eee;
top: 30px;
right:8px;
z-index: 1;
display: none;
padding: 10px;
}
.video-item:hover {
background: #fff;
}
.video-item p {
width: 300px;
float: left;
}
.postAdv #video-search-detailStar img,
.postAdv #video-search-detail img{
width: 70px !important;
height:50px !important;
float: left;
margin-right: 5px;
}
.dropdownCategories{
max-width:200px;
}
/*video*/
.bt-selected{
background:#eee;
}
/*search team thêm trận*/
#team {
position: relative;
}
#team-search-detailStar,
#team-search-detail {
position: absolute;
width: 500px;
background: #ffffff;
top: 55px;
z-index: 1;
display: none;
padding: 10px;
}
.button-team {
padding: 5px;
float: left;
margin-left: 10px;
color: #fff;
border-radius: 5px;
background: #6c6c6c;
}
.button-team:hover {
background: #52bb5d
}
.frm-video-box{padding-left: 20px} | 0.334046 | 0.100834 |
/* + Header */
html[dir="rtl"] .top-header .contact-block {
float: left;
}
html[dir="rtl"] .top-header .contact-block p:last-child {
padding-right: 22px;
}
html[dir="rtl"] .top-header .contact-block p:first-child {
padding-right: 0;
}
html[dir="rtl"] .top-header .header-social {
padding-right: 0;
}
html[dir="rtl"] .top-header .header-social li:last-child {
margin-right: 12px;
}
html[dir="rtl"] .top-header .header-social li:first-child {
margin-right: 0;
}
/* - Navigation Menu */
html[dir="rtl"] .header_s1 .navbar-right {
float: left !important;
padding-right: 0;
}
html[dir="rtl"] .header_s1 .navbar-nav > li {
float: right;
}
html[dir="rtl"] .ownavigation .navbar-nav li .dropdown-menu > li > a {
text-align: right;
}
html[dir="rtl"] .search {
float: left;
}
html[dir="rtl"] .header_s1 .search > a {
padding: 0 10px 0 0;
}
html[dir="rtl"] .header_s1 .search-box {
left: 100px;
right: auto;
}
html[dir="rtl"] .search-box span {
left: 0;
right: auto;
}
/* - Slider Section */
html[dir="rtl"] .slider-section .rev_slider {
direction: ltr;
}
/* - Services Section */
html[dir="rtl"] .services-section .srv-box {
padding: 32px 100px 32px 32px;
}
html[dir="rtl"] .services-section .srv-box i {
right: 25px;
}
html[dir="rtl"] .services-section2 .srv-box {
padding: 32px 56px;
}
html[dir="rtl"] .services-section2 .srv-box i {
right: 0;
}
/* - About Section */
html[dir="rtl"] .about-section .about-box {
padding-left: 0;
padding-right: 60px;
}
html[dir="rtl"] .about-section .about-box i {
left: auto;
right: 0;
}
/* - Gallery Section */
html[dir="rtl"] .gallery-section .portfolio-categories {
padding-right: 0;
}
html[dir="rtl"] .gallery-section .portfolio-list {
padding-right: 0;
}
html[dir="rtl"] .gallery-section .portfolio-categories li:last-child {
margin-right: 10px;
}
html[dir="rtl"] .gallery-section .portfolio-categories li:first-child {
margin-right: 0;
}
/* - Product Section */
html[dir="rtl"] .products {
padding-right: 0;
}
html[dir="rtl"] .products .product a.add-to-cart,
html[dir="rtl"] .products .product a.zoom-in {
left: 40px;
right: auto;
}
html[dir="rtl"] .products .product .sale {
right: 0;
left: auto;
}
/* - Counter Section */
html[dir="rtl"] .counter-section .counter-box {
padding-left: 0;
padding-right: 100px;
}
html[dir="rtl"] .counter-section .counter-box span::before {
left: auto;
right: 0;
}
html[dir="rtl"] .counter-section .counter-box i {
left: auto;
right: 0;
}
/* - Latest Blog */
html[dir="rtl"] .latest-blog .type-post .post-date {
padding-right: 0;
padding-left: 25px;
}
html[dir="rtl"] .post-right .type-post {
padding-left: 0;
padding-right: 200px;
}
html[dir="rtl"] .post-right .type-post .entry-cover {
left: auto;
right: 0;
}
/* - Call Out */
html[dir="rtl"] .call-out .call-out-content a {
float: left;
}
/* - Testimonial Section */
html[dir="rtl"] .testimonial-section .testi-box {
padding: 35px 125px 35px 60px;
}
html[dir="rtl"] .testimonial-section .testi-box img {
right: 30px;
left: 0;
}
/* + Footer */
html[dir="rtl"] .footer-main h3.widget-title::after {
right: 0;
}
html[dir="rtl"] .footer-main ul.footer-social {
padding-right: 0;
}
html[dir="rtl"] .footer-main ul.footer-social li:first-child {
margin-right: 0;
}
html[dir="rtl"] .footer-main ul.footer-social li:last-child {
margin-right: 10px;
}
html[dir="rtl"] .footer-main .widget ul {
padding-right: 0;
}
html[dir="rtl"] .footer-main .widget.widget_links li a::before {
padding-right: 0;
padding-left: 12px;
}
html[dir="rtl"] .footer-main .widget.widget_services li a::before {
padding-right: 0;
padding-left: 12px;
}
/* - Who We Are */
html[dir="rtl"] .we-are-box {
padding-left: 0;
padding-right: 55px;
}
html[dir="rtl"] .we-are-box i {
right: 0;
}
html[dir="rtl"] .we-are-form form {
text-align: right;
}
/* - Team Section */
html[dir="rtl"] .team-section .team-details-tab .team-social {
padding-right: 0;
}
html[dir="rtl"] .team-section .team-details-tab .team-content h5::after {
right: 0;
}
html[dir="rtl"] .team-section .team-details-tab .team-content > span {
margin-left: 0;
margin-right: 25px;
}
html[dir="rtl"] .team-section .skill-progress-box h3 > span {
float: left;
padding-left: 0;
}
html[dir="rtl"] .team-section .team-details-tab .nav-tabs {
padding-right: 0;
}
html[dir="rtl"] .team-section .team-details-tab .nav > li > a {
padding: 0 150px 53px 0;
}
html[dir="rtl"] .team-section .team-details-tab .nav.nav-tabs h5::after {
right: 0;
}
html[dir="rtl"] .team-section .team-details-tab .nav.nav-tabs i {
left: auto;
right: 0;
}
/* + Page Banner */
html[dir="rtl"] .page-banner .banner-content .breadcrumb {
float: left;
}
/* - Cart */
html[dir="rtl"] .coupon {
text-align: left;
}
html[dir="rtl"] .woocommerce-cart .coupon .coupon-box button {
margin-left: 0;
margin-right: 30px;
}
html[dir="rtl"] .woocommerce-cart .cart-collaterals .cart_totals table {
float: left;
width: 100%;
}
html[dir="rtl"] .woocommerce-cart .cart-collaterals .cart_totals table th {
text-align: right;
}
html[dir="rtl"] .woocommerce-cart .cart-collaterals .cart_totals table td {
text-align: left;
}
/* - Checkout */
html[dir="rtl"] .woocommerce-checkout .checkout-form h3::after {
right: 0;
}
html[dir="rtl"] .woocommerce-checkout .checkout-payment ul {
padding-right: 0;
}
html[dir="rtl"] .woocommerce-checkout .checkout-form .billing-field .form-group .select::after {
left: 20px;
right: auto;
}
html[dir="rtl"] .woocommerce-checkout .table-bordered > thead > tr > th.total {
text-align: left;
}
html[dir="rtl"] .woocommerce-checkout .checkout-order-table table thead th {
text-align: right;
}
html[dir="rtl"] .woocommerce-checkout .checkout-order-table table tbody tr td {
text-align: left;
}
html[dir="rtl"] .woocommerce-checkout .checkout-order-table table tbody tr th {
text-align: right;
}
/* - Product Section */
html[dir="rtl"] .product-section-1 .woocommerce-ordering {
float: left;
}
html[dir="rtl"] .product-section .ow-pagination ul {
padding-right: 0;
float: right;
}
html[dir="rtl"] .entry-summary h3::after {
left: auto;
right: 0;
}
html[dir="rtl"] .entry-summary .product-rating {
padding-left: 0;
padding-right: 20px;
}
html[dir="rtl"] .entry-summary .product-quantity {
margin-right: 0;
margin-left: 26px;
}
html[dir="rtl"] .wc-tabs-wrapper .wc-tabs {
padding-right: 0;
}
html[dir="rtl"] .nav-tabs > li {
float: right;
}
html[dir="rtl"] .wc-tabs-wrapper .tab-content h5::after {
left: auto;
right: 0;
}
html[dir="rtl"] .product-section .section-heading h5 {
display: inline-block;
padding-right: 15px;
}
html[dir="rtl"] .product-section .section-heading h5::after {
left: auto;
right: 15px;
}
/* - Gallery Single */
html[dir="rtl"] .gallery-single h5::after {
left: auto;
right: 0;
}
html[dir="rtl"] .project-detail .project-box {
padding-left: 0;
padding-right: 85px;
}
html[dir="rtl"] .project-detail .project-box i {
left: auto;
right: 0;
}
/* - Blog Section */
html[dir="rtl"] .type-post .entry-meta {
left: auto;
right: 0;
}
html[dir="rtl"] .type-post .post-date {
padding-right: 0;
padding-left: 60px;
}
html[dir="rtl"] .widget-area h3.widget-title::after {
left: auto;
right: 0;
}
html[dir="rtl"] .widget_archive ul,
html[dir="rtl"] .widget_categories ul {
padding-right: 0;
}
html[dir="rtl"] .widget_archive > ul li,
html[dir="rtl"] .widget_categories > ul li {
text-align: left;
}
html[dir="rtl"] .widget_archive > ul li a,
html[dir="rtl"] .widget_categories > ul li a {
float: right;
}
html[dir="rtl"] .widget_archive > ul li a::before,
html[dir="rtl"] .widget_categories > ul li a::before {
float: right;
padding-right: 0;
padding-left: 10px;
}
html[dir="rtl"] .widget_latestposts .latest-content {
padding-left: 0;
padding-right: 122px;
}
html[dir="rtl"] .widget_latestposts .latest-content > a > i {
left: auto;
right: 0;
}
html[dir="rtl"] .widget_latestposts .latest-content span > a > i {
padding-right: 0;
padding-left: 10px;
}
/* - Blog Post */
html[dir="rtl"] .author-block .author-box {
padding-right: 160px;
padding-left: 0;
}
html[dir="rtl"] .author-block .author-box img {
left: auto;
right: 0;
}
html[dir="rtl"] .comment-section .media-list {
padding-right: 0;
}
html[dir="rtl"] .comment-section .media-left {
float: right;
padding-right: 0;
padding-left: 10px;
}
html[dir="rtl"] .comment-section .media-content {
margin-left: 0;
margin-right: 15px;
text-align: right;
}
html[dir="rtl"] .comment-section .media.media-even {
padding-left: 40px;
padding-right: 100px;
}
html[dir="rtl"] .comment-section .media-content a {
float: left;
}
html[dir="rtl"] .comment-form .section-heading h3::after {
left: auto;
right: 0;
}
/* - Contact Us */
html[dir="rtl"] .contact-us .contact-heading h5::after {
left: auto;
right: 0;
}
/* ========================================================================== */
/* ========================================================================== */
/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* - min-width: 992 */
@media (min-width: 992px) {
html[dir="rtl"] .navbar-header {
float: right;
}
/* - Nav Dropdown */
html[dir="rtl"] .ownavigation ul > li > .dropdown-menu {
right: 0;
}
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu {
left: 0;
}
html[dir="rtl"] .ownavigation ul > li > .dropdown-menu,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
left: auto;
}
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
right: 100%;
}
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
left: 100%;
}
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
right: auto;
}
}
/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/* + Header */
html[dir="rtl"] .header_s1 .search-box {
left: 30px;
}
/* - Cart */
html[dir="rtl"] .woocommerce-cart .coupon .coupon-box button {
margin-right: 5px;
}
/* - Blog Section */
html[dir="rtl"] .widget_archive > ul li a::before,
html[dir="rtl"] .widget_categories > ul li a::before {
padding-left: 3px;
}
html[dir="rtl"] .widget_latestposts .latest-content {
padding-right: 100px;
}
}
/* - max-width: 991 */
@media (max-width: 991px) {
/* - Navigation Menu */
html[dir="rtl"] .navbar-brand {
float: right;
}
html[dir="rtl"] .ownavigation .navbar-toggle {
float: left;
}
html[dir="rtl"] .ownavigation #loginpanel {
right: auto;
left: 55px;
}
html[dir="rtl"] .ownavigation #slideit,
html[dir="rtl"] .ownavigation #closeit {
right: 0;
}
html[dir="rtl"] .ownavigation .search {
left: 85px;
right: auto;
}
html[dir="rtl"] .header_s1 .ownavigation .ddl-switch {
left: 0;
right: auto;
}
html[dir="rtl"] .nav.navbar-nav.navbar-left {
padding-right: 0;
}
html[dir="rtl"] .ownavigation .dropdown-menu {
padding-left: 0;
padding-right: 10px;
}
html[dir="rtl"] .header_s1 .navbar-right {
margin-bottom: 15px;
}
html[dir="rtl"] .header_s1 .navbar-nav > li {
float: none;
}
html[dir="rtl"] .ownavigation .navbar-nav li a {
float: right;
}
/* - Call Out */
html[dir="rtl"] .call-out .call-out-content a {
float: none;
}
/* - Testimonial Section */
html[dir="rtl"] .testimonial-section .testi-box {
padding: 35px 125px 35px 0;
}
/* - Blog Section */
html[dir="rtl"] .widget_archive > ul li a::before,
html[dir="rtl"] .widget_categories > ul li a::before {
padding-left: 3px;
}
html[dir="rtl"] .widget_latestposts .latest-content {
padding-right: 100px;
}
}
/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* - Team Section */
html[dir="rtl"] .team-content {
text-align: left;
}
}
/* - max-width: 767 */
@media (max-width: 767px) {
/* + Header */
html[dir="rtl"] .header_s1 .search-box {
left: 80px;
}
/* - Cart */
html[dir="rtl"] .coupon-box .form-group {
float: left;
}
/* - Product Section */
html[dir="rtl"] .product-section-1 .woocommerce-ordering {
padding-left: 15px;
padding-right: 0;
}
html[dir="rtl"] .product-section-1 .woocommerce-result-count {
padding-right: 15px;
padding-left: 0;
}
/* - Blog Section */
html[dir="rtl"] .widget_latestposts .latest-content {
padding-right: 120px;
padding-bottom: 34px;
text-align: right;
}
}
/* - max-width: 639 */
@media (max-width: 639px) {
html[dir="rtl"] .header_s1 .search > a {
padding: 0 0 0 10px;
}
/* + Page Banner */
html[dir="rtl"] .page-banner .banner-content .breadcrumb {
float: none;
}
html[dir="rtl"] .woocommerce-cart .coupon .coupon-box {
display: inline-block;
width: 100%;
}
html[dir="rtl"] .coupon-box .form-group {
width: 100%;
}
html[dir="rtl"] .woocommerce-cart .coupon .coupon-box button {
margin-right: 0;
float: right;
}
html[dir="rtl"] .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
float: right;
}
html[dir="rtl"] .woocommerce-cart .cart-buttons {
text-align: right;
}
}
/* - max-width: 479 */
@media (max-width: 479px) {
/* - Latest Blog */
html[dir="rtl"] .post-right .type-post {
padding-right: 130px;
}
/* + Page Banner */
html[dir="rtl"] .page-banner .banner-content .breadcrumb {
float: none;
}
html[dir="rtl"] .product-section-1 .woocommerce-ordering {
float: none;
}
html[dir="rtl"] .product-section .ow-pagination ul {
padding-right: 15px;
}
/* - Blog Post */
html[dir="rtl"] .author-block .author-box {
padding-right: 100px;
}
html[dir="rtl"] .comment-section .media-content a {
float: none;
}
html[dir="rtl"] .comment-section .media.media-even {
padding-right: 25px;
}
}
/* - max-width: 360 */
@media (max-width: 360px) {
/* + Header */
html[dir="rtl"] .header_s1 .search-box {
left: 60px;
}
} | assets/css/rtl.css |
/* + Header */
html[dir="rtl"] .top-header .contact-block {
float: left;
}
html[dir="rtl"] .top-header .contact-block p:last-child {
padding-right: 22px;
}
html[dir="rtl"] .top-header .contact-block p:first-child {
padding-right: 0;
}
html[dir="rtl"] .top-header .header-social {
padding-right: 0;
}
html[dir="rtl"] .top-header .header-social li:last-child {
margin-right: 12px;
}
html[dir="rtl"] .top-header .header-social li:first-child {
margin-right: 0;
}
/* - Navigation Menu */
html[dir="rtl"] .header_s1 .navbar-right {
float: left !important;
padding-right: 0;
}
html[dir="rtl"] .header_s1 .navbar-nav > li {
float: right;
}
html[dir="rtl"] .ownavigation .navbar-nav li .dropdown-menu > li > a {
text-align: right;
}
html[dir="rtl"] .search {
float: left;
}
html[dir="rtl"] .header_s1 .search > a {
padding: 0 10px 0 0;
}
html[dir="rtl"] .header_s1 .search-box {
left: 100px;
right: auto;
}
html[dir="rtl"] .search-box span {
left: 0;
right: auto;
}
/* - Slider Section */
html[dir="rtl"] .slider-section .rev_slider {
direction: ltr;
}
/* - Services Section */
html[dir="rtl"] .services-section .srv-box {
padding: 32px 100px 32px 32px;
}
html[dir="rtl"] .services-section .srv-box i {
right: 25px;
}
html[dir="rtl"] .services-section2 .srv-box {
padding: 32px 56px;
}
html[dir="rtl"] .services-section2 .srv-box i {
right: 0;
}
/* - About Section */
html[dir="rtl"] .about-section .about-box {
padding-left: 0;
padding-right: 60px;
}
html[dir="rtl"] .about-section .about-box i {
left: auto;
right: 0;
}
/* - Gallery Section */
html[dir="rtl"] .gallery-section .portfolio-categories {
padding-right: 0;
}
html[dir="rtl"] .gallery-section .portfolio-list {
padding-right: 0;
}
html[dir="rtl"] .gallery-section .portfolio-categories li:last-child {
margin-right: 10px;
}
html[dir="rtl"] .gallery-section .portfolio-categories li:first-child {
margin-right: 0;
}
/* - Product Section */
html[dir="rtl"] .products {
padding-right: 0;
}
html[dir="rtl"] .products .product a.add-to-cart,
html[dir="rtl"] .products .product a.zoom-in {
left: 40px;
right: auto;
}
html[dir="rtl"] .products .product .sale {
right: 0;
left: auto;
}
/* - Counter Section */
html[dir="rtl"] .counter-section .counter-box {
padding-left: 0;
padding-right: 100px;
}
html[dir="rtl"] .counter-section .counter-box span::before {
left: auto;
right: 0;
}
html[dir="rtl"] .counter-section .counter-box i {
left: auto;
right: 0;
}
/* - Latest Blog */
html[dir="rtl"] .latest-blog .type-post .post-date {
padding-right: 0;
padding-left: 25px;
}
html[dir="rtl"] .post-right .type-post {
padding-left: 0;
padding-right: 200px;
}
html[dir="rtl"] .post-right .type-post .entry-cover {
left: auto;
right: 0;
}
/* - Call Out */
html[dir="rtl"] .call-out .call-out-content a {
float: left;
}
/* - Testimonial Section */
html[dir="rtl"] .testimonial-section .testi-box {
padding: 35px 125px 35px 60px;
}
html[dir="rtl"] .testimonial-section .testi-box img {
right: 30px;
left: 0;
}
/* + Footer */
html[dir="rtl"] .footer-main h3.widget-title::after {
right: 0;
}
html[dir="rtl"] .footer-main ul.footer-social {
padding-right: 0;
}
html[dir="rtl"] .footer-main ul.footer-social li:first-child {
margin-right: 0;
}
html[dir="rtl"] .footer-main ul.footer-social li:last-child {
margin-right: 10px;
}
html[dir="rtl"] .footer-main .widget ul {
padding-right: 0;
}
html[dir="rtl"] .footer-main .widget.widget_links li a::before {
padding-right: 0;
padding-left: 12px;
}
html[dir="rtl"] .footer-main .widget.widget_services li a::before {
padding-right: 0;
padding-left: 12px;
}
/* - Who We Are */
html[dir="rtl"] .we-are-box {
padding-left: 0;
padding-right: 55px;
}
html[dir="rtl"] .we-are-box i {
right: 0;
}
html[dir="rtl"] .we-are-form form {
text-align: right;
}
/* - Team Section */
html[dir="rtl"] .team-section .team-details-tab .team-social {
padding-right: 0;
}
html[dir="rtl"] .team-section .team-details-tab .team-content h5::after {
right: 0;
}
html[dir="rtl"] .team-section .team-details-tab .team-content > span {
margin-left: 0;
margin-right: 25px;
}
html[dir="rtl"] .team-section .skill-progress-box h3 > span {
float: left;
padding-left: 0;
}
html[dir="rtl"] .team-section .team-details-tab .nav-tabs {
padding-right: 0;
}
html[dir="rtl"] .team-section .team-details-tab .nav > li > a {
padding: 0 150px 53px 0;
}
html[dir="rtl"] .team-section .team-details-tab .nav.nav-tabs h5::after {
right: 0;
}
html[dir="rtl"] .team-section .team-details-tab .nav.nav-tabs i {
left: auto;
right: 0;
}
/* + Page Banner */
html[dir="rtl"] .page-banner .banner-content .breadcrumb {
float: left;
}
/* - Cart */
html[dir="rtl"] .coupon {
text-align: left;
}
html[dir="rtl"] .woocommerce-cart .coupon .coupon-box button {
margin-left: 0;
margin-right: 30px;
}
html[dir="rtl"] .woocommerce-cart .cart-collaterals .cart_totals table {
float: left;
width: 100%;
}
html[dir="rtl"] .woocommerce-cart .cart-collaterals .cart_totals table th {
text-align: right;
}
html[dir="rtl"] .woocommerce-cart .cart-collaterals .cart_totals table td {
text-align: left;
}
/* - Checkout */
html[dir="rtl"] .woocommerce-checkout .checkout-form h3::after {
right: 0;
}
html[dir="rtl"] .woocommerce-checkout .checkout-payment ul {
padding-right: 0;
}
html[dir="rtl"] .woocommerce-checkout .checkout-form .billing-field .form-group .select::after {
left: 20px;
right: auto;
}
html[dir="rtl"] .woocommerce-checkout .table-bordered > thead > tr > th.total {
text-align: left;
}
html[dir="rtl"] .woocommerce-checkout .checkout-order-table table thead th {
text-align: right;
}
html[dir="rtl"] .woocommerce-checkout .checkout-order-table table tbody tr td {
text-align: left;
}
html[dir="rtl"] .woocommerce-checkout .checkout-order-table table tbody tr th {
text-align: right;
}
/* - Product Section */
html[dir="rtl"] .product-section-1 .woocommerce-ordering {
float: left;
}
html[dir="rtl"] .product-section .ow-pagination ul {
padding-right: 0;
float: right;
}
html[dir="rtl"] .entry-summary h3::after {
left: auto;
right: 0;
}
html[dir="rtl"] .entry-summary .product-rating {
padding-left: 0;
padding-right: 20px;
}
html[dir="rtl"] .entry-summary .product-quantity {
margin-right: 0;
margin-left: 26px;
}
html[dir="rtl"] .wc-tabs-wrapper .wc-tabs {
padding-right: 0;
}
html[dir="rtl"] .nav-tabs > li {
float: right;
}
html[dir="rtl"] .wc-tabs-wrapper .tab-content h5::after {
left: auto;
right: 0;
}
html[dir="rtl"] .product-section .section-heading h5 {
display: inline-block;
padding-right: 15px;
}
html[dir="rtl"] .product-section .section-heading h5::after {
left: auto;
right: 15px;
}
/* - Gallery Single */
html[dir="rtl"] .gallery-single h5::after {
left: auto;
right: 0;
}
html[dir="rtl"] .project-detail .project-box {
padding-left: 0;
padding-right: 85px;
}
html[dir="rtl"] .project-detail .project-box i {
left: auto;
right: 0;
}
/* - Blog Section */
html[dir="rtl"] .type-post .entry-meta {
left: auto;
right: 0;
}
html[dir="rtl"] .type-post .post-date {
padding-right: 0;
padding-left: 60px;
}
html[dir="rtl"] .widget-area h3.widget-title::after {
left: auto;
right: 0;
}
html[dir="rtl"] .widget_archive ul,
html[dir="rtl"] .widget_categories ul {
padding-right: 0;
}
html[dir="rtl"] .widget_archive > ul li,
html[dir="rtl"] .widget_categories > ul li {
text-align: left;
}
html[dir="rtl"] .widget_archive > ul li a,
html[dir="rtl"] .widget_categories > ul li a {
float: right;
}
html[dir="rtl"] .widget_archive > ul li a::before,
html[dir="rtl"] .widget_categories > ul li a::before {
float: right;
padding-right: 0;
padding-left: 10px;
}
html[dir="rtl"] .widget_latestposts .latest-content {
padding-left: 0;
padding-right: 122px;
}
html[dir="rtl"] .widget_latestposts .latest-content > a > i {
left: auto;
right: 0;
}
html[dir="rtl"] .widget_latestposts .latest-content span > a > i {
padding-right: 0;
padding-left: 10px;
}
/* - Blog Post */
html[dir="rtl"] .author-block .author-box {
padding-right: 160px;
padding-left: 0;
}
html[dir="rtl"] .author-block .author-box img {
left: auto;
right: 0;
}
html[dir="rtl"] .comment-section .media-list {
padding-right: 0;
}
html[dir="rtl"] .comment-section .media-left {
float: right;
padding-right: 0;
padding-left: 10px;
}
html[dir="rtl"] .comment-section .media-content {
margin-left: 0;
margin-right: 15px;
text-align: right;
}
html[dir="rtl"] .comment-section .media.media-even {
padding-left: 40px;
padding-right: 100px;
}
html[dir="rtl"] .comment-section .media-content a {
float: left;
}
html[dir="rtl"] .comment-form .section-heading h3::after {
left: auto;
right: 0;
}
/* - Contact Us */
html[dir="rtl"] .contact-us .contact-heading h5::after {
left: auto;
right: 0;
}
/* ========================================================================== */
/* ========================================================================== */
/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* - min-width: 992 */
@media (min-width: 992px) {
html[dir="rtl"] .navbar-header {
float: right;
}
/* - Nav Dropdown */
html[dir="rtl"] .ownavigation ul > li > .dropdown-menu {
right: 0;
}
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu {
left: 0;
}
html[dir="rtl"] .ownavigation ul > li > .dropdown-menu,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
left: auto;
}
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
right: 100%;
}
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
left: 100%;
}
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
html[dir="rtl"] .ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
right: auto;
}
}
/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/* + Header */
html[dir="rtl"] .header_s1 .search-box {
left: 30px;
}
/* - Cart */
html[dir="rtl"] .woocommerce-cart .coupon .coupon-box button {
margin-right: 5px;
}
/* - Blog Section */
html[dir="rtl"] .widget_archive > ul li a::before,
html[dir="rtl"] .widget_categories > ul li a::before {
padding-left: 3px;
}
html[dir="rtl"] .widget_latestposts .latest-content {
padding-right: 100px;
}
}
/* - max-width: 991 */
@media (max-width: 991px) {
/* - Navigation Menu */
html[dir="rtl"] .navbar-brand {
float: right;
}
html[dir="rtl"] .ownavigation .navbar-toggle {
float: left;
}
html[dir="rtl"] .ownavigation #loginpanel {
right: auto;
left: 55px;
}
html[dir="rtl"] .ownavigation #slideit,
html[dir="rtl"] .ownavigation #closeit {
right: 0;
}
html[dir="rtl"] .ownavigation .search {
left: 85px;
right: auto;
}
html[dir="rtl"] .header_s1 .ownavigation .ddl-switch {
left: 0;
right: auto;
}
html[dir="rtl"] .nav.navbar-nav.navbar-left {
padding-right: 0;
}
html[dir="rtl"] .ownavigation .dropdown-menu {
padding-left: 0;
padding-right: 10px;
}
html[dir="rtl"] .header_s1 .navbar-right {
margin-bottom: 15px;
}
html[dir="rtl"] .header_s1 .navbar-nav > li {
float: none;
}
html[dir="rtl"] .ownavigation .navbar-nav li a {
float: right;
}
/* - Call Out */
html[dir="rtl"] .call-out .call-out-content a {
float: none;
}
/* - Testimonial Section */
html[dir="rtl"] .testimonial-section .testi-box {
padding: 35px 125px 35px 0;
}
/* - Blog Section */
html[dir="rtl"] .widget_archive > ul li a::before,
html[dir="rtl"] .widget_categories > ul li a::before {
padding-left: 3px;
}
html[dir="rtl"] .widget_latestposts .latest-content {
padding-right: 100px;
}
}
/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* - Team Section */
html[dir="rtl"] .team-content {
text-align: left;
}
}
/* - max-width: 767 */
@media (max-width: 767px) {
/* + Header */
html[dir="rtl"] .header_s1 .search-box {
left: 80px;
}
/* - Cart */
html[dir="rtl"] .coupon-box .form-group {
float: left;
}
/* - Product Section */
html[dir="rtl"] .product-section-1 .woocommerce-ordering {
padding-left: 15px;
padding-right: 0;
}
html[dir="rtl"] .product-section-1 .woocommerce-result-count {
padding-right: 15px;
padding-left: 0;
}
/* - Blog Section */
html[dir="rtl"] .widget_latestposts .latest-content {
padding-right: 120px;
padding-bottom: 34px;
text-align: right;
}
}
/* - max-width: 639 */
@media (max-width: 639px) {
html[dir="rtl"] .header_s1 .search > a {
padding: 0 0 0 10px;
}
/* + Page Banner */
html[dir="rtl"] .page-banner .banner-content .breadcrumb {
float: none;
}
html[dir="rtl"] .woocommerce-cart .coupon .coupon-box {
display: inline-block;
width: 100%;
}
html[dir="rtl"] .coupon-box .form-group {
width: 100%;
}
html[dir="rtl"] .woocommerce-cart .coupon .coupon-box button {
margin-right: 0;
float: right;
}
html[dir="rtl"] .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
float: right;
}
html[dir="rtl"] .woocommerce-cart .cart-buttons {
text-align: right;
}
}
/* - max-width: 479 */
@media (max-width: 479px) {
/* - Latest Blog */
html[dir="rtl"] .post-right .type-post {
padding-right: 130px;
}
/* + Page Banner */
html[dir="rtl"] .page-banner .banner-content .breadcrumb {
float: none;
}
html[dir="rtl"] .product-section-1 .woocommerce-ordering {
float: none;
}
html[dir="rtl"] .product-section .ow-pagination ul {
padding-right: 15px;
}
/* - Blog Post */
html[dir="rtl"] .author-block .author-box {
padding-right: 100px;
}
html[dir="rtl"] .comment-section .media-content a {
float: none;
}
html[dir="rtl"] .comment-section .media.media-even {
padding-right: 25px;
}
}
/* - max-width: 360 */
@media (max-width: 360px) {
/* + Header */
html[dir="rtl"] .header_s1 .search-box {
left: 60px;
}
} | 0.277375 | 0.042742 |
@charset "utf-8";
/*登录hyf*/
.lecheng-common-login-box ul,
.lecheng-common-login-box li,
.lecheng-common-login-box p,
.lecheng-common-login-box h1,
.lecheng-common-login-box h2,
.lecheng-common-login-box h3,
.lecheng-common-login-box h4,
.lecheng-common-login-box h5,
.lecheng-common-login-box h6,
.lecheng-common-login-box ol,
.lecheng-common-login-box td,
.lecheng-common-login-box dd,
.lecheng-common-login-box dl,
.lecheng-common-login-box button,
.lecheng-common-login-box input,
.lecheng-common-login-box select,
.lecheng-common-login-box textarea,
.lecheng-common-login-box blockquote {
padding: 0;
margin: 0;
}
.lecheng-common-login-box a {
text-decoration: none;
font-weight: normal;
}
.fixed .lecheng-common-login-box {
display: block;
}
.lecheng-common-login-box {
position: fixed;
display: none;
top: 20%;
background-color: white;
display: block;
left: 50%;
width: 720px;
margin-left: -360px;
z-index: 100;
font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
-webkit-font-smoothing: antialiased;
}
.lecheng-common-login-box:before {
position: fixed;
content: ' ';
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #333;
opacity: .4;
z-index: -1;
}
.lecheng-common-login-box div {
background-color: white;
text-align: center;
}
.lecheng-common-login-box h3 {
padding-left: 25px;
margin: 0;
background-color: white;
text-align: left;
border-bottom: 1px solid #e6e6e6;
line-height: 36px;
font-weight: normal;
}
.lecheng-common-login-box h3 a {
float: right;
padding: 0 10px;
margin-top: 5px;
margin-right: 20px;
color: #515151;
font-size: 20px;
border: 1px solid #fff;
border-bottom: 1px solid #e6e6e6;
margin-bottom: -1px;
text-decoration: none;
}
.lecheng-common-login-box h3 .active {
border: 1px solid #e6e6e6;
border-bottom: 1px solid #fff;
color: #f1961f;
}
.lecheng-common-login-box h3 a:hover {
color: #f1961f;
}
.lecheng-common-login-box h3 .tab {
float: left;
}
.lecheng-common-login-box h3:after,
.lecheng-common-login-box .qrcode-area:after {
display: block;
content: "";
clear: both;
}
.lecheng-common-login-box div span {
float: left;
margin-top: 15px;
}
.lecheng-common-login-box div span h4 {
font-size: 14px;
}
.lecheng-common-login-box div span p {
color: #757575;
margin-bottom: 20px;
}
.lecheng-common-login-box .qrcode-area {
padding: 0 10px;
}
.lecheng-common-login-box .qrcode-wrap {
width: 50%;
float: left;
padding: 0;
margin: 0;
}
.lecheng-common-login-box .qrcode-wrap > div {
line-height: 1.6;
position: relative;
width: 100%;
z-index: 1;
text-align: center;
font-family: "Microsoft Yahei";
background: #333;
}
.lecheng-common-login-box .qrcode-wrap .title {
text-align: center;
font-size: 20px;
padding: 10px 0;
}
.lecheng-common-login-box .qrcode-wrap .qrcode {
width: 80%;
border: 1px solid #e6e6e6;
}
.lecheng-common-login-box .qrcode-wrap .info {
width: 280px;
margin: 10px auto;
}
.lecheng-common-login-box .qrcode-wrap .status {
padding: 7px 14px;
text-align: left;
}
.lecheng-common-login-box .phone-login-area {
padding: 40px 0;
}
.lecheng-common-login-box .phone-login-area div {
width: 91%;
height: 42px;
margin: 10px auto;
}
.lecheng-common-login-box .phone-login-area label {
float: left;
display: block;
width: 15%;
font-size: 20px;
line-height: 42px;
text-align: right;
}
.lecheng-common-login-box .phone-login-area input {
float: left;
width: 78%;
font-size: 20px;
font-family: "微软雅黑", "SimSun";
line-height: 30px;
text-align: left;
border: 1px solid #e0e0e0;
padding: 5px 0;
background: #ffffff;
border-radius: 2px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
text-indent: 8px;
}
::-webkit-input-placeholder {
font-weight: bold;
}
::-moz-placeholder {
font-weight: bold;
}
::-ms-placeholder {
font-weight: bold;
}
::-o-placeholder {
font-weight: bold;
}
::-webkit-input-placeholder {
font-weight: bold;
}
:-ms-input-placeholder {
font-weight: bold;
}
::placeholder {
font-weight: bold;
}
.fixed .lecheng-common-login-box .phone-login-area .checkcode {
float: left;
width: 41%;
font-size: 20px;
line-height: 30px;
text-align: left;
}
.fixed .lecheng-common-login-box .phone-login-area .btn {
float: right;
display: block;
width: 30%;
font-size: 20px;
height: 42px;
font-weight: 400;
line-height: 42px;
text-align: center;
color: #fff;
background: #f1961f;
border-radius: 2px;
margin-right: 44px;
}
/*登录hyf end*/ | dist/css/login.css | @charset "utf-8";
/*登录hyf*/
.lecheng-common-login-box ul,
.lecheng-common-login-box li,
.lecheng-common-login-box p,
.lecheng-common-login-box h1,
.lecheng-common-login-box h2,
.lecheng-common-login-box h3,
.lecheng-common-login-box h4,
.lecheng-common-login-box h5,
.lecheng-common-login-box h6,
.lecheng-common-login-box ol,
.lecheng-common-login-box td,
.lecheng-common-login-box dd,
.lecheng-common-login-box dl,
.lecheng-common-login-box button,
.lecheng-common-login-box input,
.lecheng-common-login-box select,
.lecheng-common-login-box textarea,
.lecheng-common-login-box blockquote {
padding: 0;
margin: 0;
}
.lecheng-common-login-box a {
text-decoration: none;
font-weight: normal;
}
.fixed .lecheng-common-login-box {
display: block;
}
.lecheng-common-login-box {
position: fixed;
display: none;
top: 20%;
background-color: white;
display: block;
left: 50%;
width: 720px;
margin-left: -360px;
z-index: 100;
font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
-webkit-font-smoothing: antialiased;
}
.lecheng-common-login-box:before {
position: fixed;
content: ' ';
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #333;
opacity: .4;
z-index: -1;
}
.lecheng-common-login-box div {
background-color: white;
text-align: center;
}
.lecheng-common-login-box h3 {
padding-left: 25px;
margin: 0;
background-color: white;
text-align: left;
border-bottom: 1px solid #e6e6e6;
line-height: 36px;
font-weight: normal;
}
.lecheng-common-login-box h3 a {
float: right;
padding: 0 10px;
margin-top: 5px;
margin-right: 20px;
color: #515151;
font-size: 20px;
border: 1px solid #fff;
border-bottom: 1px solid #e6e6e6;
margin-bottom: -1px;
text-decoration: none;
}
.lecheng-common-login-box h3 .active {
border: 1px solid #e6e6e6;
border-bottom: 1px solid #fff;
color: #f1961f;
}
.lecheng-common-login-box h3 a:hover {
color: #f1961f;
}
.lecheng-common-login-box h3 .tab {
float: left;
}
.lecheng-common-login-box h3:after,
.lecheng-common-login-box .qrcode-area:after {
display: block;
content: "";
clear: both;
}
.lecheng-common-login-box div span {
float: left;
margin-top: 15px;
}
.lecheng-common-login-box div span h4 {
font-size: 14px;
}
.lecheng-common-login-box div span p {
color: #757575;
margin-bottom: 20px;
}
.lecheng-common-login-box .qrcode-area {
padding: 0 10px;
}
.lecheng-common-login-box .qrcode-wrap {
width: 50%;
float: left;
padding: 0;
margin: 0;
}
.lecheng-common-login-box .qrcode-wrap > div {
line-height: 1.6;
position: relative;
width: 100%;
z-index: 1;
text-align: center;
font-family: "Microsoft Yahei";
background: #333;
}
.lecheng-common-login-box .qrcode-wrap .title {
text-align: center;
font-size: 20px;
padding: 10px 0;
}
.lecheng-common-login-box .qrcode-wrap .qrcode {
width: 80%;
border: 1px solid #e6e6e6;
}
.lecheng-common-login-box .qrcode-wrap .info {
width: 280px;
margin: 10px auto;
}
.lecheng-common-login-box .qrcode-wrap .status {
padding: 7px 14px;
text-align: left;
}
.lecheng-common-login-box .phone-login-area {
padding: 40px 0;
}
.lecheng-common-login-box .phone-login-area div {
width: 91%;
height: 42px;
margin: 10px auto;
}
.lecheng-common-login-box .phone-login-area label {
float: left;
display: block;
width: 15%;
font-size: 20px;
line-height: 42px;
text-align: right;
}
.lecheng-common-login-box .phone-login-area input {
float: left;
width: 78%;
font-size: 20px;
font-family: "微软雅黑", "SimSun";
line-height: 30px;
text-align: left;
border: 1px solid #e0e0e0;
padding: 5px 0;
background: #ffffff;
border-radius: 2px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
text-indent: 8px;
}
::-webkit-input-placeholder {
font-weight: bold;
}
::-moz-placeholder {
font-weight: bold;
}
::-ms-placeholder {
font-weight: bold;
}
::-o-placeholder {
font-weight: bold;
}
::-webkit-input-placeholder {
font-weight: bold;
}
:-ms-input-placeholder {
font-weight: bold;
}
::placeholder {
font-weight: bold;
}
.fixed .lecheng-common-login-box .phone-login-area .checkcode {
float: left;
width: 41%;
font-size: 20px;
line-height: 30px;
text-align: left;
}
.fixed .lecheng-common-login-box .phone-login-area .btn {
float: right;
display: block;
width: 30%;
font-size: 20px;
height: 42px;
font-weight: 400;
line-height: 42px;
text-align: center;
color: #fff;
background: #f1961f;
border-radius: 2px;
margin-right: 44px;
}
/*登录hyf end*/ | 0.223123 | 0.054349 |
body {
background-color: var(--bg-carga);
}
.container_page {
animation: showCarga 1.2s linear;
background-color: var(--bg-carga);
opacity: 1;
}
.content_page {
background-color: var(--bg-carga);
}
.content_general {
background-color: var(--bg-carga);
}
@keyframes showCarga {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.container_progress * {
box-sizing: initial;
color: white;
}
.container_progress {
box-sizing: initial;
position: fixed;
top: 0px;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
margin: auto;
}
.bg-6 {
background-color: var(--bg-carga);
}
.glitch {
text-align: center;
}
.glitch {
text-align: center;
color: white;
font-size: 150px;
position: relative;
width: 800px;
margin: auto;
}
.glitch:after {
content: attr(data-text);
position: absolute;
left: 16px;
text-shadow: -1px 0 red;
top: 0;
color: white;
background: var(--bg-carga);
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: noise-anim 4s infinite linear alternate-reverse;
}
.glitch:before {
content: attr(data-text);
position: absolute;
left: 8px;
text-shadow: 1px 0 blue;
top: 0;
color: white;
background: var(--bg-carga);
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: noise-anim-2 4s infinite linear alternate-reverse;
}
@keyframes noise-anim {
0% {
clip: rect(51px, 9999px, 28px, 0);
}
5% {
clip: rect(70px, 9999px, 19px, 0);
}
10% {
clip: rect(92px, 9999px, 13px, 0);
}
15% {
clip: rect(85px, 9999px, 49px, 0);
}
20% {
clip: rect(45px, 9999px, 56px, 0);
}
25% {
clip: rect(26px, 9999px, 31px, 0);
}
30% {
clip: rect(62px, 9999px, 73px, 0);
}
35% {
clip: rect(34px, 9999px, 11px, 0);
}
40% {
clip: rect(26px, 9999px, 61px, 0);
}
45% {
clip: rect(34px, 9999px, 71px, 0);
}
50% {
clip: rect(35px, 9999px, 69px, 0);
}
55% {
clip: rect(92px, 9999px, 81px, 0);
}
60% {
clip: rect(26px, 9999px, 85px, 0);
}
65% {
clip: rect(2px, 9999px, 68px, 0);
}
70% {
clip: rect(54px, 9999px, 79px, 0);
}
75% {
clip: rect(35px, 9999px, 85px, 0);
}
80% {
clip: rect(70px, 9999px, 60px, 0);
}
85% {
clip: rect(32px, 9999px, 26px, 0);
}
90% {
clip: rect(94px, 9999px, 53px, 0);
}
95% {
clip: rect(99px, 9999px, 92px, 0);
}
100% {
clip: rect(42px, 9999px, 27px, 0);
}
}
@keyframes noise-anim-2 {
0% {
clip: rect(21px, 9999px, 49px, 0);
}
5% {
clip: rect(27px, 9999px, 52px, 0);
}
10% {
clip: rect(21px, 9999px, 70px, 0);
}
15% {
clip: rect(65px, 9999px, 25px, 0);
}
20% {
clip: rect(24px, 9999px, 10px, 0);
}
25% {
clip: rect(61px, 9999px, 64px, 0);
}
30% {
clip: rect(34px, 9999px, 47px, 0);
}
35% {
clip: rect(46px, 9999px, 93px, 0);
}
40% {
clip: rect(46px, 9999px, 9px, 0);
}
45% {
clip: rect(67px, 9999px, 36px, 0);
}
50% {
clip: rect(72px, 9999px, 20px, 0);
}
55% {
clip: rect(79px, 9999px, 26px, 0);
}
60% {
clip: rect(13px, 9999px, 87px, 0);
}
65% {
clip: rect(10px, 9999px, 25px, 0);
}
70% {
clip: rect(85px, 9999px, 11px, 0);
}
75% {
clip: rect(94px, 9999px, 35px, 0);
}
80% {
clip: rect(50px, 9999px, 86px, 0);
}
85% {
clip: rect(74px, 9999px, 67px, 0);
}
90% {
clip: rect(1px, 9999px, 40px, 0);
}
95% {
clip: rect(3px, 9999px, 48px, 0);
}
100% {
clip: rect(90px, 9999px, 23px, 0);
}
} | Proyecto_crm/src/components/carga/carga.css | body {
background-color: var(--bg-carga);
}
.container_page {
animation: showCarga 1.2s linear;
background-color: var(--bg-carga);
opacity: 1;
}
.content_page {
background-color: var(--bg-carga);
}
.content_general {
background-color: var(--bg-carga);
}
@keyframes showCarga {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.container_progress * {
box-sizing: initial;
color: white;
}
.container_progress {
box-sizing: initial;
position: fixed;
top: 0px;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
margin: auto;
}
.bg-6 {
background-color: var(--bg-carga);
}
.glitch {
text-align: center;
}
.glitch {
text-align: center;
color: white;
font-size: 150px;
position: relative;
width: 800px;
margin: auto;
}
.glitch:after {
content: attr(data-text);
position: absolute;
left: 16px;
text-shadow: -1px 0 red;
top: 0;
color: white;
background: var(--bg-carga);
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: noise-anim 4s infinite linear alternate-reverse;
}
.glitch:before {
content: attr(data-text);
position: absolute;
left: 8px;
text-shadow: 1px 0 blue;
top: 0;
color: white;
background: var(--bg-carga);
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: noise-anim-2 4s infinite linear alternate-reverse;
}
@keyframes noise-anim {
0% {
clip: rect(51px, 9999px, 28px, 0);
}
5% {
clip: rect(70px, 9999px, 19px, 0);
}
10% {
clip: rect(92px, 9999px, 13px, 0);
}
15% {
clip: rect(85px, 9999px, 49px, 0);
}
20% {
clip: rect(45px, 9999px, 56px, 0);
}
25% {
clip: rect(26px, 9999px, 31px, 0);
}
30% {
clip: rect(62px, 9999px, 73px, 0);
}
35% {
clip: rect(34px, 9999px, 11px, 0);
}
40% {
clip: rect(26px, 9999px, 61px, 0);
}
45% {
clip: rect(34px, 9999px, 71px, 0);
}
50% {
clip: rect(35px, 9999px, 69px, 0);
}
55% {
clip: rect(92px, 9999px, 81px, 0);
}
60% {
clip: rect(26px, 9999px, 85px, 0);
}
65% {
clip: rect(2px, 9999px, 68px, 0);
}
70% {
clip: rect(54px, 9999px, 79px, 0);
}
75% {
clip: rect(35px, 9999px, 85px, 0);
}
80% {
clip: rect(70px, 9999px, 60px, 0);
}
85% {
clip: rect(32px, 9999px, 26px, 0);
}
90% {
clip: rect(94px, 9999px, 53px, 0);
}
95% {
clip: rect(99px, 9999px, 92px, 0);
}
100% {
clip: rect(42px, 9999px, 27px, 0);
}
}
@keyframes noise-anim-2 {
0% {
clip: rect(21px, 9999px, 49px, 0);
}
5% {
clip: rect(27px, 9999px, 52px, 0);
}
10% {
clip: rect(21px, 9999px, 70px, 0);
}
15% {
clip: rect(65px, 9999px, 25px, 0);
}
20% {
clip: rect(24px, 9999px, 10px, 0);
}
25% {
clip: rect(61px, 9999px, 64px, 0);
}
30% {
clip: rect(34px, 9999px, 47px, 0);
}
35% {
clip: rect(46px, 9999px, 93px, 0);
}
40% {
clip: rect(46px, 9999px, 9px, 0);
}
45% {
clip: rect(67px, 9999px, 36px, 0);
}
50% {
clip: rect(72px, 9999px, 20px, 0);
}
55% {
clip: rect(79px, 9999px, 26px, 0);
}
60% {
clip: rect(13px, 9999px, 87px, 0);
}
65% {
clip: rect(10px, 9999px, 25px, 0);
}
70% {
clip: rect(85px, 9999px, 11px, 0);
}
75% {
clip: rect(94px, 9999px, 35px, 0);
}
80% {
clip: rect(50px, 9999px, 86px, 0);
}
85% {
clip: rect(74px, 9999px, 67px, 0);
}
90% {
clip: rect(1px, 9999px, 40px, 0);
}
95% {
clip: rect(3px, 9999px, 48px, 0);
}
100% {
clip: rect(90px, 9999px, 23px, 0);
}
} | 0.548432 | 0.225182 |
.text-logo {
color: black;
font-size: 24px;
font-weight: bold;
}
p {
margin: 0;
}
.header {
width: 100%;
/*background-color: #a6a6a6 !important;*/
}
textarea {
border: 1px solid #ced4da !important;
}
.card-company {
height: 250px;
margin-bottom: 25px;
}
.col-md-3.card-company {
width: 24%;
margin-left: 10px;
}
.company-info {
width: 100%;
height: 100%;
padding: 10px;
color: #000;
}
.form-company {
display: none;
width: 430px;
border: 1px solid #ced4da;
border-radius: 7px;
padding: 20px;
background-color: #fff;
margin-bottom: 20px;
}
.description-company-card-text {
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
}
.card-company:hover {
background: rgba(0,0,0,0.1);
box-shadow: 0 5px 0px #3C93D5;
}
.company-comment-form {
display: block;
}
.disclosure {
width: 25px;
height: 25px;
margin-right: 10px;
cursor: pointer;
}
.btn-enabled-company {
width: 200px;
}
.media-body .author {
display: inline-block;
font-size: 1rem;
color: #000;
font-weight: 700;
}
.media-body .metadata {
display: inline-block;
margin-left: .5rem;
color: #777;
font-size: .8125rem;
}
.footer-comment {
color: #777;
}
.vote.plus:hover {
color: green;
}
.vote.minus:hover {
color: red;
}
.vote {
cursor: pointer;
}
.comment-reply a {
color: #777;
}
.comment-reply a:hover, .comment-reply a:focus {
color: #000;
text-decoration: none;
}
.devide {
padding: 0px 4px;
font-size: 0.9em;
}
.media-text {
margin-bottom: 0.25rem;
}
.title-comments {
font-size: 1.4rem;
font-weight: bold;
line-height: 1.5rem;
color: rgba(0, 0, 0, .87);
margin-bottom: 1rem;
padding-bottom: .25rem;
border-bottom: 1px solid rgba(34, 36, 38, .15);
}
.media-list {
display: flex;
margin-top: 20px;
}
.media {
display: flex;
}
.media-left {
margin-right: 20px;
width: 50px;
}
.mobile-company {
display: flex;
align-items: center;
}
.description-company-width {
width: 80%;
}
@media only screen and (max-device-width: 1024px) {
.card-orientation {
flex-direction: column ;
align-items: center;
}
.col-md-3.card-company {
width: 80%;
}
.form-company, .btn-enabled-company {
width: 100%;
}
.form-company-size {
align-items: center;
}
.mobile-company {
display: block;
}
}
p, a {
color: #000000;
text-decoration: none !important;
margin: 0 !important;
}
.navbar-brand, .navbar-brand:hover {
color: #494949;
}
body {
background-color: #f4f4f4 !important;
height: 100%;
width: 100%;
--bs-gutter-x: 0px !important;
/*background-color: floralwhite !important;*/
/*background-image: url("/images/bgc.png");*/
/*background-repeat: repeat;*/
/*background-size: cover;*/
}
.row {
padding-left: 15px;
} | public/css/style.css | .text-logo {
color: black;
font-size: 24px;
font-weight: bold;
}
p {
margin: 0;
}
.header {
width: 100%;
/*background-color: #a6a6a6 !important;*/
}
textarea {
border: 1px solid #ced4da !important;
}
.card-company {
height: 250px;
margin-bottom: 25px;
}
.col-md-3.card-company {
width: 24%;
margin-left: 10px;
}
.company-info {
width: 100%;
height: 100%;
padding: 10px;
color: #000;
}
.form-company {
display: none;
width: 430px;
border: 1px solid #ced4da;
border-radius: 7px;
padding: 20px;
background-color: #fff;
margin-bottom: 20px;
}
.description-company-card-text {
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
}
.card-company:hover {
background: rgba(0,0,0,0.1);
box-shadow: 0 5px 0px #3C93D5;
}
.company-comment-form {
display: block;
}
.disclosure {
width: 25px;
height: 25px;
margin-right: 10px;
cursor: pointer;
}
.btn-enabled-company {
width: 200px;
}
.media-body .author {
display: inline-block;
font-size: 1rem;
color: #000;
font-weight: 700;
}
.media-body .metadata {
display: inline-block;
margin-left: .5rem;
color: #777;
font-size: .8125rem;
}
.footer-comment {
color: #777;
}
.vote.plus:hover {
color: green;
}
.vote.minus:hover {
color: red;
}
.vote {
cursor: pointer;
}
.comment-reply a {
color: #777;
}
.comment-reply a:hover, .comment-reply a:focus {
color: #000;
text-decoration: none;
}
.devide {
padding: 0px 4px;
font-size: 0.9em;
}
.media-text {
margin-bottom: 0.25rem;
}
.title-comments {
font-size: 1.4rem;
font-weight: bold;
line-height: 1.5rem;
color: rgba(0, 0, 0, .87);
margin-bottom: 1rem;
padding-bottom: .25rem;
border-bottom: 1px solid rgba(34, 36, 38, .15);
}
.media-list {
display: flex;
margin-top: 20px;
}
.media {
display: flex;
}
.media-left {
margin-right: 20px;
width: 50px;
}
.mobile-company {
display: flex;
align-items: center;
}
.description-company-width {
width: 80%;
}
@media only screen and (max-device-width: 1024px) {
.card-orientation {
flex-direction: column ;
align-items: center;
}
.col-md-3.card-company {
width: 80%;
}
.form-company, .btn-enabled-company {
width: 100%;
}
.form-company-size {
align-items: center;
}
.mobile-company {
display: block;
}
}
p, a {
color: #000000;
text-decoration: none !important;
margin: 0 !important;
}
.navbar-brand, .navbar-brand:hover {
color: #494949;
}
body {
background-color: #f4f4f4 !important;
height: 100%;
width: 100%;
--bs-gutter-x: 0px !important;
/*background-color: floralwhite !important;*/
/*background-image: url("/images/bgc.png");*/
/*background-repeat: repeat;*/
/*background-size: cover;*/
}
.row {
padding-left: 15px;
} | 0.38318 | 0.145388 |
----------------------------------------------- */
.form-table td.at-field{ border-bottom: 1px solid #efefef; padding: 10px 10px 20px; margin: 0px; font-family: "Helvetica", Arial, sans-serif; display:block;}
.at-repater-block {
border:1px solid #ddd !important;
margin: 10px 0 !important;
padding: 5px 0 5px 40px !important;
position: relative;
}
.at-repater-block:hover{
cursor:move;
background: #FFFFEA;
}
.repater-mover{
cursor:move;
z-index:10000;
width:16px;
height:16px;
position:relative;
overflow: hidden;
background: #FFFFEA url('../images/move.png') center no-repeat !important;
display:none;
float:left;
bottom:36px;
left:13px;
padding:1px;
}
.repater-mover:hover{
cursor:move;
}
.add-newbutton{
position:absolute;
left: 20px;
padding:7px;
}
.at-repater-block:hover + .repater-mover{
display:block;
}
.repeater-table{
width:50%;
}
.at-label {
margin: 0 0 5px 0;
padding: 5px 0 0 0;
font: 14px/14px "Helvetica", Arial, sans-serif;
text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
width: 170px;
/*float:left; */
}
.at-radio-label{ padding-right: 10px; }
.at-file-upload-label{ clear: both; margin: 5px 0px 5px 1px; }
.at-re-toggle, .at-repater-block img, .at-repeat{
cursor:pointer;
}
.at-repater-block img[id*='remove-'] {
float:right;
position: absolute;
top:5px;
right: 5px;
}
.at-re-toggle {
margin-left: 10px;
}
.at-re-toggle img {
vertical-align: middle;
}
/* =Form Fields
----------------------------------------------- */
#poststuff h3, .metabox-holder h3 {
font-size:16px;
}
.postbox .at-field input,
.postbox .at-field textarea { padding: 5px; line-height: 18px; width:100%;}
.postbox .at-field input.at-radio{}
.postbox .at-field input.at-color{ border: 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-right: 10px; min-width: 100px; }
.at-field input:focus,
.at-field textarea:focus { background: #fffff8; }
#wpcontent select.at-select { height: 30px !important; padding: 5px; display: block; min-width: 200px; }
.at-field .desc-field { color: #AAA; font-style: italic; margin: 5px 0 0 3px !important; font-size: 13px; }
.at-field .wp_themeSkin table.mceLayout{ border: 1px solid #DFDFDF; }
#post-body .at-field .wp_themeSkin .mceStatusbar a.mceResize{ top: -25px; }
/* =Uploaded Images
----------------------------------------------- */
.at-images li { margin: 5px 10px 0px 0; float: left; width: 150px; height: 150px; text-align: center; border: 3px solid #ccc; cursor: move; position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.at-images img { width: 150px; height: 150px; }
.at-images a { position: absolute; top: -12px; right: -12px; color: #fff; font-weight: bold; padding: 5px; }
.at-images .at-delete-file img{ width: 16px; height: 16px; }
.simplePanelImagePreview img {width:100% !important}
/* =Upload Button
----------------------------------------------- */
.at-upload-button { float: left; clear: both; margin-top: 10px; }
.postbox .at-field .at-upload_image_button,
.postbox .at-field .at-delete_image_button {width: auto}
.at-add-file { float: left; clear: both; margin-top: 10px; }
.postbox .at-change_image_button, .postbox .at-upload_image_button { width:auto !important;}
input[type="button"], .at-delete_image_button { display: block; width: auto !important;}
/* =Time Picker
----------------------------------------------- */
.ui-timepicker-div { font-size: 0.9em; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; }
.ui-timepicker-div dl dd { margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
/* =Repater Block
----------------------------------------------- */
/* inline */
.at-inline label{font-size: 12px !important;}
.at-inline textarea{height: 130px;width: 200px;}
/* code Editor */
.CodeMirror{
background-color: #fff;
}
/* = CUSTOM Admin CSS Rewrite
----------------------------------------------- */
.metabox-prefs label[for*='post_format'],
.metabox-prefs input[id*='post_format'] {
display: none;
}
/*
.postbox-container .postbox[id*='post_format']{
display: none;
}
*/ | blog/wp-content/themes/moments/admin/meta-box-class/css/meta-box.css | ----------------------------------------------- */
.form-table td.at-field{ border-bottom: 1px solid #efefef; padding: 10px 10px 20px; margin: 0px; font-family: "Helvetica", Arial, sans-serif; display:block;}
.at-repater-block {
border:1px solid #ddd !important;
margin: 10px 0 !important;
padding: 5px 0 5px 40px !important;
position: relative;
}
.at-repater-block:hover{
cursor:move;
background: #FFFFEA;
}
.repater-mover{
cursor:move;
z-index:10000;
width:16px;
height:16px;
position:relative;
overflow: hidden;
background: #FFFFEA url('../images/move.png') center no-repeat !important;
display:none;
float:left;
bottom:36px;
left:13px;
padding:1px;
}
.repater-mover:hover{
cursor:move;
}
.add-newbutton{
position:absolute;
left: 20px;
padding:7px;
}
.at-repater-block:hover + .repater-mover{
display:block;
}
.repeater-table{
width:50%;
}
.at-label {
margin: 0 0 5px 0;
padding: 5px 0 0 0;
font: 14px/14px "Helvetica", Arial, sans-serif;
text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
width: 170px;
/*float:left; */
}
.at-radio-label{ padding-right: 10px; }
.at-file-upload-label{ clear: both; margin: 5px 0px 5px 1px; }
.at-re-toggle, .at-repater-block img, .at-repeat{
cursor:pointer;
}
.at-repater-block img[id*='remove-'] {
float:right;
position: absolute;
top:5px;
right: 5px;
}
.at-re-toggle {
margin-left: 10px;
}
.at-re-toggle img {
vertical-align: middle;
}
/* =Form Fields
----------------------------------------------- */
#poststuff h3, .metabox-holder h3 {
font-size:16px;
}
.postbox .at-field input,
.postbox .at-field textarea { padding: 5px; line-height: 18px; width:100%;}
.postbox .at-field input.at-radio{}
.postbox .at-field input.at-color{ border: 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-right: 10px; min-width: 100px; }
.at-field input:focus,
.at-field textarea:focus { background: #fffff8; }
#wpcontent select.at-select { height: 30px !important; padding: 5px; display: block; min-width: 200px; }
.at-field .desc-field { color: #AAA; font-style: italic; margin: 5px 0 0 3px !important; font-size: 13px; }
.at-field .wp_themeSkin table.mceLayout{ border: 1px solid #DFDFDF; }
#post-body .at-field .wp_themeSkin .mceStatusbar a.mceResize{ top: -25px; }
/* =Uploaded Images
----------------------------------------------- */
.at-images li { margin: 5px 10px 0px 0; float: left; width: 150px; height: 150px; text-align: center; border: 3px solid #ccc; cursor: move; position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.at-images img { width: 150px; height: 150px; }
.at-images a { position: absolute; top: -12px; right: -12px; color: #fff; font-weight: bold; padding: 5px; }
.at-images .at-delete-file img{ width: 16px; height: 16px; }
.simplePanelImagePreview img {width:100% !important}
/* =Upload Button
----------------------------------------------- */
.at-upload-button { float: left; clear: both; margin-top: 10px; }
.postbox .at-field .at-upload_image_button,
.postbox .at-field .at-delete_image_button {width: auto}
.at-add-file { float: left; clear: both; margin-top: 10px; }
.postbox .at-change_image_button, .postbox .at-upload_image_button { width:auto !important;}
input[type="button"], .at-delete_image_button { display: block; width: auto !important;}
/* =Time Picker
----------------------------------------------- */
.ui-timepicker-div { font-size: 0.9em; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; }
.ui-timepicker-div dl dd { margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
/* =Repater Block
----------------------------------------------- */
/* inline */
.at-inline label{font-size: 12px !important;}
.at-inline textarea{height: 130px;width: 200px;}
/* code Editor */
.CodeMirror{
background-color: #fff;
}
/* = CUSTOM Admin CSS Rewrite
----------------------------------------------- */
.metabox-prefs label[for*='post_format'],
.metabox-prefs input[id*='post_format'] {
display: none;
}
/*
.postbox-container .postbox[id*='post_format']{
display: none;
}
*/ | 0.243283 | 0.085978 |
@-moz-document domain("jeuxvideo.com") {
.text-enrichi-forum .img-stickers {
max-width: 100%;
max-height: 100%;
}
.header-bottom, .header-sticky {
background-color: rgba(0,0, 0, 0) !important;
height: 0.2em;
}
.header-top {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
background-color: #2b448a;
}
header.header-affix {
box-shadow: 0px 5px 5px -3px rgba(0,0,0,0),0px 8px 10px 1px rgba(0,0,0,0.0),0px 3px 14px 2px rgba(0,0,0,0.0);
}
.nav-platform .nav-lvl1-item>.nav-link {
display:none;
}
#content {
margin-top: 45px !important;
background-image: none;
background-color: #e5edf6;
}
.panel-jv-forum>.panel-heading {
background-color: #263B61;
border-radius: 3px;
}
.panel-jv-forum {
background: #263B61;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-radius: 3px;
}
.container-content {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-radius: 4px;
}
.nav-primary .nav-lvl1-item:last-child {
display:none;
}
.item-home-accroche.size-m {
box-shadow: 0 4px 6px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.23), 2px 0px 6px rgba(0,0,0,0.16), -2px 0px 6px rgba(0,0,0,0.16);
transition: box-shadow 150ms;
border-radius: 3px;
}
.item-home-accroche.size-l {
box-shadow: 0 4px 6px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.23), 2px 0px 6px rgba(0,0,0,0.16), -2px 0px 6px rgba(0,0,0,0.16);
transition: box-shadow 150ms;
border-radius: 3px;
}
.btn-actu-new-list-forum {
transition : background 200ms;
box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 5px rgba(0,0,0,0.23);
background: #424A51;
}
.btn-actu-new-list-forum:hover{
background: #6C7984 ;
}
.btn-poster-msg {
border-radius:5px;
transition : background 200ms, color 200ms;
box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 5px rgba(0,0,0,0.23);
}
.btn-repondre-msg:hover {
border: 0.0625rem solid #fb7122;
background: #ff9457;
}
.btn-poster-msg:hover {
border: 0.0625rem solid #fb7122;
background: #ff9457;
color: #FFF;
}
.btn-ajouter-sondage {
border-radius:5px;
transition : background 200ms;
box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 5px rgba(0,0,0,0.23);
}
.bloc-pagi-default .pagi-debut-actif, .bloc-pagi-default .pagi-precedent-actif, .bloc-pagi-default .pagi-suivant-actif, .bloc-pagi-default .pagi-fin-actif {
border-radius:15px;
transition:background 200ms;
box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 5px rgba(0,0,0,0.23);
background: #bebebe;
}
.bloc-pagi-default .pagi-debut-actif:hover, .bloc-pagi-default .pagi-precedent-actif:hover, .bloc-pagi-default .pagi-suivant-actif:hover, .bloc-pagi-default .pagi-fin-actif:hover {
background: #d4d4d4;
}
.bloc-rech-forum .btn-lancer-rech {
background: #bebebe;
border: none;
border-radius:25px;
transition:background 200ms;
width: 28px;
box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 5px rgba(0,0,0,0.23);
}
.bloc-rech-forum .btn-lancer-rech:hover {
background: #d4d4d4;
}
.btn-repondre-msg {
border-radius:5px;
transition : background 200ms, color 200ms;
box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 5px rgba(0,0,0,0.23);
}
.bloc-rech-forum .select-search {
outline: none !important;
}
.bloc-rech-forum .txt-search{
outline: none !important;
}
.slider-roller-hp .slider-roller-content .item, .slider-roller-card .slider-roller-content .item {
padding-right: 5px;
padding-left: 5px;
}
.item-home-accroche .mask-img:before {
display:none;
}
.glivetv {
display:none;
}
.bloc-top-fofo {
position: relative;
top: -233em;
right: -25.3em;
width: 310px;
}
.bloc-autre-fofo {
position: relative;
top: -220.3em;
right: -3.3em;
width: 310px;
}
element.style {
position: relative;
bottom: 225em;
right: 3.3em;
border: none;
}
.bloc-fofo-boutique .bloc-autre-lien-fofo {
position: relative;
bottom: 223em;
right: -1.3em;
border: none;
}
.slider-roller-hp.slider-roller .slider-roller-btn-right, .slider-roller.slider-roller-card .slider-roller-btn-right {
right: -2.5em;
box-shadow: 0 2px 6px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.23);
transition: box-shadow 150ms;
background: WHITE;
}
.slider-roller-hp.slider-roller .slider-roller-btn-left, .slider-roller.slider-roller-card .slider-roller-btn-left {
left: -2.2rem;
box-shadow: 0 2px 6px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.23);
transition: box-shadow 150ms;
background: WHITE;
}
.slider-roller-hp.slider-roller .slider-roller-btn-left:hover, .slider-roller.slider-roller-card .slider-roller-btn-left{
box-shadow: 0 5px 8px rgba(0,0,0,0.26), 0 2px 6px rgba(0,0,0,0.29);
}
.slider-roller-hp.slider-roller .slider-roller-btn-right:hover, .slider-roller.slider-roller-card .slider-roller-btn-right {
box-shadow: 0 5px 8px rgba(0,0,0,0.26), 0 2px 6px rgba(0,0,0,0.29);
}
.nav-lvl1-item:nth-of-type(3){
display:none;
}
.item-small-pres {
border-radius:3px;
box-shadow: 0 4px 6px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.23), 2px 0px 5px rgba(0,0,0,0.16), -2px 0px 5px rgba(0,0,0,0.16);
}
.item-small-pres .titre-item {
font-size: 0.755rem;
}
.accr-item-large {
border-radius:3px;
box-shadow: 0 4px 6px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.23), 2px 0px 5px rgba(0,0,0,0.16), -2px 0px 5px rgba(0,0,0,0.16);
background:white;
}
.decalage-event {
margin-top: 0px;
}
.nav-lvl2 {
box-shadow: 0 20px 10px 4px rgba(0,0,0,0.18), 0 0px 10px 3px rgba(0,0,0,0.32);
background-color: #3e62c3;
}
.nav-lvl2-item>.nav-lv2-link-repeat {
background-color: #3e62c3;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.nav-primary .nav-lvl1-item>.nav-link:hover {
background-color: #3e62c3;
}
.nav-primary .nav-toggler-on {
background-color: #3e62c3;
}
.nav-primary .nav-toggler-on ~ .nav-link {
background-color: #3e62c3;
}
.nav-lvl2-item>.nav-link:hover {
background-color: #5776ca;
}
.nav-lvl2-item>.nav-lv2-link-repeat>i {
color: inherit;
}
.nav-lvl2-item>.nav-link {
border-bottom: 0px solid;
transition:background-color 75ms ease-in-out;
}
.panel-jv-forum .bloc-info-forum .lien-jv, .panel-jv-forum .bloc-forums-preferes .lien-jv, .panel-jv-forum .bloc-sous-forums .lien-jv {
transition: color 75ms;
}
.bloc-message-forum .user-avatar-msg {
height: 40px;
max-height:43px;
max-width:43px;
}
.header-sticky {
box-shadow: none !important;
border:none !important;
}
/*MP*/
#discussion .bloc-message-forum {
border:0px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-radius: 4px;
}
}
@-moz-document url-prefix("http://www.jeuxvideo.com/forums/") {
/*#content {
margin-top: -35px !important;
}*/
.bloc-message-forum {
box-shadow: 0 2px 6px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.23);
border-radius: 3px;
border: none;
}
.bloc-message-forum:nth-of-type(odd) {
border: none;
}
.jv-editor .conteneur-editor {
border: none;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
padding-top: 5px;
background: #fafafa;
border-radius: 4px;
}
.jv-editor-stickers.active, .jv-editor-stickers.label-support.active-mach-version {
border: none !important;
}
.jv-editor .text-editor {
border-radius: 3px;
border-top: none !important;
background: #fafafa;
}
.topic-list {
border: none;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-radius: 4px;
}
} | data/usercss/146950.user.css | @-moz-document domain("jeuxvideo.com") {
.text-enrichi-forum .img-stickers {
max-width: 100%;
max-height: 100%;
}
.header-bottom, .header-sticky {
background-color: rgba(0,0, 0, 0) !important;
height: 0.2em;
}
.header-top {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
background-color: #2b448a;
}
header.header-affix {
box-shadow: 0px 5px 5px -3px rgba(0,0,0,0),0px 8px 10px 1px rgba(0,0,0,0.0),0px 3px 14px 2px rgba(0,0,0,0.0);
}
.nav-platform .nav-lvl1-item>.nav-link {
display:none;
}
#content {
margin-top: 45px !important;
background-image: none;
background-color: #e5edf6;
}
.panel-jv-forum>.panel-heading {
background-color: #263B61;
border-radius: 3px;
}
.panel-jv-forum {
background: #263B61;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-radius: 3px;
}
.container-content {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-radius: 4px;
}
.nav-primary .nav-lvl1-item:last-child {
display:none;
}
.item-home-accroche.size-m {
box-shadow: 0 4px 6px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.23), 2px 0px 6px rgba(0,0,0,0.16), -2px 0px 6px rgba(0,0,0,0.16);
transition: box-shadow 150ms;
border-radius: 3px;
}
.item-home-accroche.size-l {
box-shadow: 0 4px 6px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.23), 2px 0px 6px rgba(0,0,0,0.16), -2px 0px 6px rgba(0,0,0,0.16);
transition: box-shadow 150ms;
border-radius: 3px;
}
.btn-actu-new-list-forum {
transition : background 200ms;
box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 5px rgba(0,0,0,0.23);
background: #424A51;
}
.btn-actu-new-list-forum:hover{
background: #6C7984 ;
}
.btn-poster-msg {
border-radius:5px;
transition : background 200ms, color 200ms;
box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 5px rgba(0,0,0,0.23);
}
.btn-repondre-msg:hover {
border: 0.0625rem solid #fb7122;
background: #ff9457;
}
.btn-poster-msg:hover {
border: 0.0625rem solid #fb7122;
background: #ff9457;
color: #FFF;
}
.btn-ajouter-sondage {
border-radius:5px;
transition : background 200ms;
box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 5px rgba(0,0,0,0.23);
}
.bloc-pagi-default .pagi-debut-actif, .bloc-pagi-default .pagi-precedent-actif, .bloc-pagi-default .pagi-suivant-actif, .bloc-pagi-default .pagi-fin-actif {
border-radius:15px;
transition:background 200ms;
box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 5px rgba(0,0,0,0.23);
background: #bebebe;
}
.bloc-pagi-default .pagi-debut-actif:hover, .bloc-pagi-default .pagi-precedent-actif:hover, .bloc-pagi-default .pagi-suivant-actif:hover, .bloc-pagi-default .pagi-fin-actif:hover {
background: #d4d4d4;
}
.bloc-rech-forum .btn-lancer-rech {
background: #bebebe;
border: none;
border-radius:25px;
transition:background 200ms;
width: 28px;
box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 5px rgba(0,0,0,0.23);
}
.bloc-rech-forum .btn-lancer-rech:hover {
background: #d4d4d4;
}
.btn-repondre-msg {
border-radius:5px;
transition : background 200ms, color 200ms;
box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 3px 5px rgba(0,0,0,0.23);
}
.bloc-rech-forum .select-search {
outline: none !important;
}
.bloc-rech-forum .txt-search{
outline: none !important;
}
.slider-roller-hp .slider-roller-content .item, .slider-roller-card .slider-roller-content .item {
padding-right: 5px;
padding-left: 5px;
}
.item-home-accroche .mask-img:before {
display:none;
}
.glivetv {
display:none;
}
.bloc-top-fofo {
position: relative;
top: -233em;
right: -25.3em;
width: 310px;
}
.bloc-autre-fofo {
position: relative;
top: -220.3em;
right: -3.3em;
width: 310px;
}
element.style {
position: relative;
bottom: 225em;
right: 3.3em;
border: none;
}
.bloc-fofo-boutique .bloc-autre-lien-fofo {
position: relative;
bottom: 223em;
right: -1.3em;
border: none;
}
.slider-roller-hp.slider-roller .slider-roller-btn-right, .slider-roller.slider-roller-card .slider-roller-btn-right {
right: -2.5em;
box-shadow: 0 2px 6px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.23);
transition: box-shadow 150ms;
background: WHITE;
}
.slider-roller-hp.slider-roller .slider-roller-btn-left, .slider-roller.slider-roller-card .slider-roller-btn-left {
left: -2.2rem;
box-shadow: 0 2px 6px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.23);
transition: box-shadow 150ms;
background: WHITE;
}
.slider-roller-hp.slider-roller .slider-roller-btn-left:hover, .slider-roller.slider-roller-card .slider-roller-btn-left{
box-shadow: 0 5px 8px rgba(0,0,0,0.26), 0 2px 6px rgba(0,0,0,0.29);
}
.slider-roller-hp.slider-roller .slider-roller-btn-right:hover, .slider-roller.slider-roller-card .slider-roller-btn-right {
box-shadow: 0 5px 8px rgba(0,0,0,0.26), 0 2px 6px rgba(0,0,0,0.29);
}
.nav-lvl1-item:nth-of-type(3){
display:none;
}
.item-small-pres {
border-radius:3px;
box-shadow: 0 4px 6px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.23), 2px 0px 5px rgba(0,0,0,0.16), -2px 0px 5px rgba(0,0,0,0.16);
}
.item-small-pres .titre-item {
font-size: 0.755rem;
}
.accr-item-large {
border-radius:3px;
box-shadow: 0 4px 6px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.23), 2px 0px 5px rgba(0,0,0,0.16), -2px 0px 5px rgba(0,0,0,0.16);
background:white;
}
.decalage-event {
margin-top: 0px;
}
.nav-lvl2 {
box-shadow: 0 20px 10px 4px rgba(0,0,0,0.18), 0 0px 10px 3px rgba(0,0,0,0.32);
background-color: #3e62c3;
}
.nav-lvl2-item>.nav-lv2-link-repeat {
background-color: #3e62c3;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.nav-primary .nav-lvl1-item>.nav-link:hover {
background-color: #3e62c3;
}
.nav-primary .nav-toggler-on {
background-color: #3e62c3;
}
.nav-primary .nav-toggler-on ~ .nav-link {
background-color: #3e62c3;
}
.nav-lvl2-item>.nav-link:hover {
background-color: #5776ca;
}
.nav-lvl2-item>.nav-lv2-link-repeat>i {
color: inherit;
}
.nav-lvl2-item>.nav-link {
border-bottom: 0px solid;
transition:background-color 75ms ease-in-out;
}
.panel-jv-forum .bloc-info-forum .lien-jv, .panel-jv-forum .bloc-forums-preferes .lien-jv, .panel-jv-forum .bloc-sous-forums .lien-jv {
transition: color 75ms;
}
.bloc-message-forum .user-avatar-msg {
height: 40px;
max-height:43px;
max-width:43px;
}
.header-sticky {
box-shadow: none !important;
border:none !important;
}
/*MP*/
#discussion .bloc-message-forum {
border:0px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-radius: 4px;
}
}
@-moz-document url-prefix("http://www.jeuxvideo.com/forums/") {
/*#content {
margin-top: -35px !important;
}*/
.bloc-message-forum {
box-shadow: 0 2px 6px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.23);
border-radius: 3px;
border: none;
}
.bloc-message-forum:nth-of-type(odd) {
border: none;
}
.jv-editor .conteneur-editor {
border: none;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
padding-top: 5px;
background: #fafafa;
border-radius: 4px;
}
.jv-editor-stickers.active, .jv-editor-stickers.label-support.active-mach-version {
border: none !important;
}
.jv-editor .text-editor {
border-radius: 3px;
border-top: none !important;
background: #fafafa;
}
.topic-list {
border: none;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-radius: 4px;
}
} | 0.224906 | 0.076891 |
.group-overview {
margin: 0;
margin-top: 30px;
padding: 0;
list-style: none;
}
.group-overview:first-of-type {
margin-top: 10px;
}
.environment-overview a {
display: block;
color: #fff;
height: 100%;
text-decoration: none;
}
.environment-overview h3 {
display: inline-block;
font-weight: normal;
padding: 0;
margin: 0;
}
.environment-overview.critical {
background-color: rgba(255, 0, 0, 0.8);
}
.environment-overview.warning {
background-color: #ffcc05;
}
.environment-overview.ok {
background-color: rgba(0, 128, 0, 0.8);
}
.environment-overview.no-data {
background-color: #ccc;
}
.environment-overview .timestamp {
display: block;
font-size: 16px;
text-decoration: none;
}
.environment-overview table {
margin-top: 10px;
width: 100%;
border-spacing: 0;
}
.environment-overview table .label {
color: rgba(255, 255, 255, 0.6);
}
.environment-overview table .number {
text-align: right;
}
.environment-overview table .critical {
font-weight: bold;
}
.environment-overview .count .critical {
display: inline-block;
color: rgba(255, 255, 255, 1);
}
.environment-overview .count .warning {
display: inline-block;
color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 760px) {
.environment-overview {
display: block;
border-bottom: 1px solid #fff;
clear: both;
}
.environment-overview a {
padding: 15px 10px;
}
.environment-overview h3 {
font-size: 22px;
}
.environment-overview table {
font-size: 22px;
}
.environment-overview .count {
display: inline-block;
font-size: 22px;
float: right;
}
.environment-overview .count > div {
text-align: right;
width: 35px;
}
}
@media only screen and (min-width: 760px) {
.environment-overview {
display: inline-block;
width: 29.3%;
margin-left: 3%;
height: 200px;
position: relative;
}
.environment-overview:last {
margin-right: 3%;
}
.environment-overview a {
display: flex;
padding: 10px;
flex-direction: column;
}
.environment-overview h3 {
font-size: 28px;
flex-grow: 1;
}
.environment-overview table {
font-size: 38px;
}
.environment-overview .count {
font-size: 80px;
font-weight: bold;
}
.environment-overview .count .critical {
position: absolute;
bottom: 10px;
left: 10px;
}
.environment-overview .count .warning {
position: absolute;
bottom: 10px;
right: 10px;
}
.environment-overview .alerts-count {
display: flex;
flex-direction: row;
list-style: none;
margin: 0;
padding: 0;
}
.environment-overview .alerts-count li {
flex-grow: 1;
line-height: 1;
font-size: 72px;
}
.environment-overview .alerts-count li:nth-child(odd) {
font-weight: bold;
}
.environment-overview .alerts-count li:nth-child(even) {
text-align: right;
}
.environment-overview .alerts-count small {
display: block;
font-size: 16px;
font-weight: normal;
}
} | resources/public/dashboard.css | .group-overview {
margin: 0;
margin-top: 30px;
padding: 0;
list-style: none;
}
.group-overview:first-of-type {
margin-top: 10px;
}
.environment-overview a {
display: block;
color: #fff;
height: 100%;
text-decoration: none;
}
.environment-overview h3 {
display: inline-block;
font-weight: normal;
padding: 0;
margin: 0;
}
.environment-overview.critical {
background-color: rgba(255, 0, 0, 0.8);
}
.environment-overview.warning {
background-color: #ffcc05;
}
.environment-overview.ok {
background-color: rgba(0, 128, 0, 0.8);
}
.environment-overview.no-data {
background-color: #ccc;
}
.environment-overview .timestamp {
display: block;
font-size: 16px;
text-decoration: none;
}
.environment-overview table {
margin-top: 10px;
width: 100%;
border-spacing: 0;
}
.environment-overview table .label {
color: rgba(255, 255, 255, 0.6);
}
.environment-overview table .number {
text-align: right;
}
.environment-overview table .critical {
font-weight: bold;
}
.environment-overview .count .critical {
display: inline-block;
color: rgba(255, 255, 255, 1);
}
.environment-overview .count .warning {
display: inline-block;
color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 760px) {
.environment-overview {
display: block;
border-bottom: 1px solid #fff;
clear: both;
}
.environment-overview a {
padding: 15px 10px;
}
.environment-overview h3 {
font-size: 22px;
}
.environment-overview table {
font-size: 22px;
}
.environment-overview .count {
display: inline-block;
font-size: 22px;
float: right;
}
.environment-overview .count > div {
text-align: right;
width: 35px;
}
}
@media only screen and (min-width: 760px) {
.environment-overview {
display: inline-block;
width: 29.3%;
margin-left: 3%;
height: 200px;
position: relative;
}
.environment-overview:last {
margin-right: 3%;
}
.environment-overview a {
display: flex;
padding: 10px;
flex-direction: column;
}
.environment-overview h3 {
font-size: 28px;
flex-grow: 1;
}
.environment-overview table {
font-size: 38px;
}
.environment-overview .count {
font-size: 80px;
font-weight: bold;
}
.environment-overview .count .critical {
position: absolute;
bottom: 10px;
left: 10px;
}
.environment-overview .count .warning {
position: absolute;
bottom: 10px;
right: 10px;
}
.environment-overview .alerts-count {
display: flex;
flex-direction: row;
list-style: none;
margin: 0;
padding: 0;
}
.environment-overview .alerts-count li {
flex-grow: 1;
line-height: 1;
font-size: 72px;
}
.environment-overview .alerts-count li:nth-child(odd) {
font-weight: bold;
}
.environment-overview .alerts-count li:nth-child(even) {
text-align: right;
}
.environment-overview .alerts-count small {
display: block;
font-size: 16px;
font-weight: normal;
}
} | 0.789396 | 0.187653 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Calibri', serif;
}
.canvasElm {
border: 5px solid white;
border-radius: 5%;
background-color: black;
}
.appTitle {
display: inline-block;
}
nav {
display: block;
padding: 1rem;
}
header {
height: 5%;
box-shadow: 0 16px 32px 0 rgba(0,0,0,0.2);
}
header .menuBar {
display: inline-block;
position: absolute;
right: 30px;
}
header .menuBar li {
display: inline;
list-style: none;
margin: 5px;
padding: 5px;
cursor: pointer;
}
.active {
border-bottom: 3px solid #8bc34ac9;
}
header .menuBar li:hover {
border-bottom: 3px solid #8bc34ac9;
}
main#container {
background-color: #8bc34ac9;
padding: 2% 5%;
height: 83vh;
display: flex;
}
#toolbar {
padding: 5px;
margin: 5px;
display: flex;
flex-direction: column;
}
#toolbar li {
display: inline-block;
list-style: none;
}
#toolbar li i {
/* color: #8bc34ac9; */
padding: 10px;
margin: 5px;
border-radius: 50%;
font-size: 15px;
background-color: white;
border: 2px solid white;
cursor: pointer;
}
#toolbar li i:hover {
background: transparent;
border: 2px solid white;
}
#infoBar {
padding: 3%;
margin-left: 10%;
font-size: 1.2rem;
position: relative;
}
#add-form {
padding: 30px;
border: 2px solid white;
}
#add-form .form-title {
background: #a2ce71;
width: 40%;
margin: 0 auto;
position: absolute;
top: 20px;
left: 30%;
text-align: center;
padding: 10px;
color: black;
border: 1px solid white;
}
.form-group {
margin: 10px;
}
.form-group label {
font-weight: 300;
}
.form-field {
width: 100%;
height: 2rem;
border-radius: 5%;
border: 1px solid grey;
padding: 5px;
font-size: 1rem;
}
#add-form .addBtn {
width: 90%;
background-color: green;
color: white;
margin: 13px;
display: inline-block;
border-radius: 3%;
padding: 8px;
border: 1px solid grey;
font-size: inherit;
cursor: pointer;
}
#add-form .addBtn:hover {
border-color: white;
}
footer {
position: fixed;
left: 45%;
bottom: 10px;
text-align: center;
}
footer i {
color: red;
padding: 3px;
} | src/css/master.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Calibri', serif;
}
.canvasElm {
border: 5px solid white;
border-radius: 5%;
background-color: black;
}
.appTitle {
display: inline-block;
}
nav {
display: block;
padding: 1rem;
}
header {
height: 5%;
box-shadow: 0 16px 32px 0 rgba(0,0,0,0.2);
}
header .menuBar {
display: inline-block;
position: absolute;
right: 30px;
}
header .menuBar li {
display: inline;
list-style: none;
margin: 5px;
padding: 5px;
cursor: pointer;
}
.active {
border-bottom: 3px solid #8bc34ac9;
}
header .menuBar li:hover {
border-bottom: 3px solid #8bc34ac9;
}
main#container {
background-color: #8bc34ac9;
padding: 2% 5%;
height: 83vh;
display: flex;
}
#toolbar {
padding: 5px;
margin: 5px;
display: flex;
flex-direction: column;
}
#toolbar li {
display: inline-block;
list-style: none;
}
#toolbar li i {
/* color: #8bc34ac9; */
padding: 10px;
margin: 5px;
border-radius: 50%;
font-size: 15px;
background-color: white;
border: 2px solid white;
cursor: pointer;
}
#toolbar li i:hover {
background: transparent;
border: 2px solid white;
}
#infoBar {
padding: 3%;
margin-left: 10%;
font-size: 1.2rem;
position: relative;
}
#add-form {
padding: 30px;
border: 2px solid white;
}
#add-form .form-title {
background: #a2ce71;
width: 40%;
margin: 0 auto;
position: absolute;
top: 20px;
left: 30%;
text-align: center;
padding: 10px;
color: black;
border: 1px solid white;
}
.form-group {
margin: 10px;
}
.form-group label {
font-weight: 300;
}
.form-field {
width: 100%;
height: 2rem;
border-radius: 5%;
border: 1px solid grey;
padding: 5px;
font-size: 1rem;
}
#add-form .addBtn {
width: 90%;
background-color: green;
color: white;
margin: 13px;
display: inline-block;
border-radius: 3%;
padding: 8px;
border: 1px solid grey;
font-size: inherit;
cursor: pointer;
}
#add-form .addBtn:hover {
border-color: white;
}
footer {
position: fixed;
left: 45%;
bottom: 10px;
text-align: center;
}
footer i {
color: red;
padding: 3px;
} | 0.310067 | 0.09556 |
@charset "UTF-8";
.figma-plugin-ui {
display: flex;
flex-direction: column;
}
.figma-plugin-ui .scrollable {
padding: 12px;
flex-basis: calc(100% - 66px);
overflow: hidden;
}
.figma-plugin-ui .empty {
background-color: #fff;
text-align: center;
display: flex;
align-content: center;
justify-content: center;
}
.figma-plugin-ui .empty h2 {
font-size: 14px;
font-weight: 400;
margin: 0;
padding: 0;
}
.figma-plugin-ui .empty p {
font-size: 11px;
line-height: 15px;
margin-top: 18px;
color: #aaa;
}
.figma-plugin-ui:last-child {
border-radius: 0 0 3px 3px;
}
.figma-plugin-ui .field-row {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin-bottom: 16px;
flex-wrap: wrap;
}
.figma-plugin-ui .field-row button {
font-size: 11px;
margin: 0 8px 8px 0;
max-width: none;
height: 24px;
line-height: 24px;
}
.figma-plugin-ui .field-row button .svg {
display: inline;
}
.figma-plugin-ui .field-row button:last-child {
margin-right: 0;
}
.figma-plugin-ui .field-row label {
flex-basis: 35%;
}
.figma-plugin-ui .field-row input {
flex-basis: 65%;
}
.figma-plugin-ui .field-row label,
.figma-plugin-ui .field-row input {
margin-bottom: 0;
}
.figma-plugin-ui .field-row #starts-from {
font-size: 9px;
height: 20px;
line-height: 20px;
margin-left: 8px;
flex-basis: 64px;
border: none;
-moz-appearance: textfield;
}
.figma-plugin-ui .field-row #starts-from::-webkit-outer-spin-button, .figma-plugin-ui .field-row #starts-from::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.figma-plugin-ui .field-row h2 {
margin: 0;
}
.figma-plugin-ui h2 {
font-size: 12px;
line-height: 24px;
color: #999;
margin: 0 0 8px;
padding: 0;
}
.figma-plugin-ui p {
font-size: 11px;
line-height: 15px;
margin-bottom: 16px;
color: #aaa;
}
.figma-plugin-ui input + p,
.figma-plugin-ui select + p,
.figma-plugin-ui .select + p {
margin-top: -8px;
}
.figma-plugin-ui input {
background-color: #fff;
color: #444;
border: 1px solid #d4d4d4;
padding: 0 6px;
height: 30px;
line-height: 30px;
box-sizing: border-box;
border-radius: 3px;
font-size: 11px;
display: block;
width: 100%;
margin-bottom: 8px;
}
.figma-plugin-ui input:focus {
border: 2px solid #30c2ff;
padding: 0 5px;
}
.figma-plugin-ui input:disabled {
border: none;
background-color: transparent;
font-size: 11px;
line-height: 15px;
height: 15px;
color: #999;
}
.figma-plugin-ui label {
font: normal normal 400 14px/20px Roboto, sans-serif;
font-size: 14px;
line-height: 12px;
color: #2c2c2c;
display: block;
width: 100%;
margin-bottom: 8px;
}
.figma-plugin-ui select {
background-color: #fff;
color: #444;
border: 1px solid #d4d4d4;
padding: 0 6px;
height: 30px;
box-sizing: border-box;
border-radius: 3px;
font-size: 11px;
display: block;
width: 100%;
margin-bottom: 16px;
}
.figma-plugin-ui .select {
position: relative;
}
.figma-plugin-ui .select select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: "";
}
.figma-plugin-ui .select:before {
content: "ī";
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
top: 0;
right: 0;
color: #000;
position: absolute;
font: 4px f7ce4bef2;
pointer-events: none;
}
.figma-plugin-ui button {
display: inline-flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
height: 30px;
line-height: 28px;
max-width: 180px;
padding: 0 11px;
color: #444;
font-weight: 400;
background-color: transparent;
box-sizing: border-box;
border: 1px solid #d4d4d4;
border-radius: 3px;
outline: none;
}
.figma-plugin-ui button span {
margin-left: 4px;
}
.figma-plugin-ui button:disabled {
opacity: 0.5;
}
.figma-plugin-ui button:focus {
border: 2px solid #30c2ff;
line-height: 26px;
padding: 0 10px;
}
.figma-plugin-ui button:active {
background-color: rgba(0, 0, 0, 0.1);
}
.figma-plugin-ui button + button {
margin-left: 12px;
}
.figma-plugin-ui button.primary {
color: #fff;
background-color: #30c2ff;
border-color: #30c2ff;
}
.figma-plugin-ui button.primary:active {
background-color: #30afe6;
}
.figma-plugin-ui button.primary:focus {
border: 2px solid rgba(0, 0, 0, 0.2);
}
.figma-plugin-ui footer {
border-radius: 0 0 3px 3px;
flex-basis: 66px;
flex-grow: 0;
flex-shrink: 0;
border-top: 1px solid #d4d4d4;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding: 0 12px;
}
.has-dark-theme .figma-plugin-ui input {
background-color: rgba(0, 0, 0, 0.25);
border-color: #444;
}
.has-dark-theme .figma-plugin-ui input:disabled {
border: none;
background-color: transparent;
color: #999;
}
.has-dark-theme .figma-plugin-ui button {
color: #aaa;
border: 1px solid #444;
}
.has-dark-theme .figma-plugin-ui button.primary {
color: #fff;
background-color: #30c2ff;
border-color: #30c2ff;
}
.has-dark-theme .figma-plugin-ui button.primary:active {
background-color: #30afe6;
}
.has-dark-theme .figma-plugin-ui button.primary:focus {
border: 2px solid rgba(0, 0, 0, 0.2);
}
.has-dark-theme .figma-plugin-ui footer {
border: 1px solid rgba(255, 255, 255, 0.1);
} | dist/figma-advanced-rename-plugin.css | @charset "UTF-8";
.figma-plugin-ui {
display: flex;
flex-direction: column;
}
.figma-plugin-ui .scrollable {
padding: 12px;
flex-basis: calc(100% - 66px);
overflow: hidden;
}
.figma-plugin-ui .empty {
background-color: #fff;
text-align: center;
display: flex;
align-content: center;
justify-content: center;
}
.figma-plugin-ui .empty h2 {
font-size: 14px;
font-weight: 400;
margin: 0;
padding: 0;
}
.figma-plugin-ui .empty p {
font-size: 11px;
line-height: 15px;
margin-top: 18px;
color: #aaa;
}
.figma-plugin-ui:last-child {
border-radius: 0 0 3px 3px;
}
.figma-plugin-ui .field-row {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin-bottom: 16px;
flex-wrap: wrap;
}
.figma-plugin-ui .field-row button {
font-size: 11px;
margin: 0 8px 8px 0;
max-width: none;
height: 24px;
line-height: 24px;
}
.figma-plugin-ui .field-row button .svg {
display: inline;
}
.figma-plugin-ui .field-row button:last-child {
margin-right: 0;
}
.figma-plugin-ui .field-row label {
flex-basis: 35%;
}
.figma-plugin-ui .field-row input {
flex-basis: 65%;
}
.figma-plugin-ui .field-row label,
.figma-plugin-ui .field-row input {
margin-bottom: 0;
}
.figma-plugin-ui .field-row #starts-from {
font-size: 9px;
height: 20px;
line-height: 20px;
margin-left: 8px;
flex-basis: 64px;
border: none;
-moz-appearance: textfield;
}
.figma-plugin-ui .field-row #starts-from::-webkit-outer-spin-button, .figma-plugin-ui .field-row #starts-from::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.figma-plugin-ui .field-row h2 {
margin: 0;
}
.figma-plugin-ui h2 {
font-size: 12px;
line-height: 24px;
color: #999;
margin: 0 0 8px;
padding: 0;
}
.figma-plugin-ui p {
font-size: 11px;
line-height: 15px;
margin-bottom: 16px;
color: #aaa;
}
.figma-plugin-ui input + p,
.figma-plugin-ui select + p,
.figma-plugin-ui .select + p {
margin-top: -8px;
}
.figma-plugin-ui input {
background-color: #fff;
color: #444;
border: 1px solid #d4d4d4;
padding: 0 6px;
height: 30px;
line-height: 30px;
box-sizing: border-box;
border-radius: 3px;
font-size: 11px;
display: block;
width: 100%;
margin-bottom: 8px;
}
.figma-plugin-ui input:focus {
border: 2px solid #30c2ff;
padding: 0 5px;
}
.figma-plugin-ui input:disabled {
border: none;
background-color: transparent;
font-size: 11px;
line-height: 15px;
height: 15px;
color: #999;
}
.figma-plugin-ui label {
font: normal normal 400 14px/20px Roboto, sans-serif;
font-size: 14px;
line-height: 12px;
color: #2c2c2c;
display: block;
width: 100%;
margin-bottom: 8px;
}
.figma-plugin-ui select {
background-color: #fff;
color: #444;
border: 1px solid #d4d4d4;
padding: 0 6px;
height: 30px;
box-sizing: border-box;
border-radius: 3px;
font-size: 11px;
display: block;
width: 100%;
margin-bottom: 16px;
}
.figma-plugin-ui .select {
position: relative;
}
.figma-plugin-ui .select select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: "";
}
.figma-plugin-ui .select:before {
content: "ī";
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
top: 0;
right: 0;
color: #000;
position: absolute;
font: 4px f7ce4bef2;
pointer-events: none;
}
.figma-plugin-ui button {
display: inline-flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
height: 30px;
line-height: 28px;
max-width: 180px;
padding: 0 11px;
color: #444;
font-weight: 400;
background-color: transparent;
box-sizing: border-box;
border: 1px solid #d4d4d4;
border-radius: 3px;
outline: none;
}
.figma-plugin-ui button span {
margin-left: 4px;
}
.figma-plugin-ui button:disabled {
opacity: 0.5;
}
.figma-plugin-ui button:focus {
border: 2px solid #30c2ff;
line-height: 26px;
padding: 0 10px;
}
.figma-plugin-ui button:active {
background-color: rgba(0, 0, 0, 0.1);
}
.figma-plugin-ui button + button {
margin-left: 12px;
}
.figma-plugin-ui button.primary {
color: #fff;
background-color: #30c2ff;
border-color: #30c2ff;
}
.figma-plugin-ui button.primary:active {
background-color: #30afe6;
}
.figma-plugin-ui button.primary:focus {
border: 2px solid rgba(0, 0, 0, 0.2);
}
.figma-plugin-ui footer {
border-radius: 0 0 3px 3px;
flex-basis: 66px;
flex-grow: 0;
flex-shrink: 0;
border-top: 1px solid #d4d4d4;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding: 0 12px;
}
.has-dark-theme .figma-plugin-ui input {
background-color: rgba(0, 0, 0, 0.25);
border-color: #444;
}
.has-dark-theme .figma-plugin-ui input:disabled {
border: none;
background-color: transparent;
color: #999;
}
.has-dark-theme .figma-plugin-ui button {
color: #aaa;
border: 1px solid #444;
}
.has-dark-theme .figma-plugin-ui button.primary {
color: #fff;
background-color: #30c2ff;
border-color: #30c2ff;
}
.has-dark-theme .figma-plugin-ui button.primary:active {
background-color: #30afe6;
}
.has-dark-theme .figma-plugin-ui button.primary:focus {
border: 2px solid rgba(0, 0, 0, 0.2);
}
.has-dark-theme .figma-plugin-ui footer {
border: 1px solid rgba(255, 255, 255, 0.1);
} | 0.283583 | 0.062617 |
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
padding-right: 14px;
}
.open .dropdown-menu{display:block;}
.navbar-brand {
height: 100%;
width: auto;
}
.navbar-custom {
background-color: #fff;
letter-spacing: 1px;
}
.logo {
width: 100%;
}
.container {
padding-right: 5%;
padding-left: 5%;
}
body {
font-family: 'Montserrat', sans-serif;
}
.tombolcustom {
border-radius: 50px;
border:none;
margin-top: 15px;
}
.content1 {
padding-top: 7px;
}
.text1 {
color: #808080;
font-size: 16px;
}
.textcenter {
text-align: center;
color: #808080;
}
.color80 {
color: #808080;
}
.color80-2 {
color: #808080;
font-size: 13px;
}
.learn {
color: #808080;
text-decoration: none;
}
.learn:hover {
color: #5d5d5d;
text-decoration: none;
}
.learn2 {
margin-top: 10px;
color: #808080;
text-decoration: none;
}
.learn2:hover {
margin-top: 10px;
color: #5d5d5d;
text-decoration: none;
}
video {
/*border: 10px #189e55 solid;*/
border:8px #e6e6e6 solid;
outline-color: #808080;
margin-top: 10px;
}
input {
border-radius: 0;
}
/*============================================*/
/*NAVBAR SECTION */
.navbar {
min-height: 40px !important;
}
.navbar-header{
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-custom .navbar-nav > li > a {
color: #a7a7a7;
font-weight: 400;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
padding-bottom: 25px;
background-color: #fff;
}
.navbar-custom .navbar-nav > li > a:active {
color: #a5a5a5;
background-color: #f5f5f5;
}
.navbar-custom .navbar-nav > li > a:hover {
color: #808080;
background-color: #fff;
}
.navbar-custom .navbar-nav > li > a:focus {
color: #a5a5a5;
}
.navbar-custom .navbar-nav > li > a:toggle {
color: #a5a5a5;
background-color: #f5f5f5;
}
.navbar-custom .navbar-nav .dropdown-menu > li > a {
color: #808080;
}
.searchdrop
{
padding-right: 30px
padding-left: 30px;
}
.searchinput {
padding-right: 20px;
padding-left: 20px;
}
.inputsearch{
padding-right: 20px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 10px;
}
.dropdown-menu {
box-shadow: none;
outline-color: #f5f5f5;
border-color: #ececec;
background-color: #fff;
}
.dropdown-menu {
width: 230px;
border-radius: 0;
}
.form-control {
margin-top: 10px;
margin-bottom: 10px;
border-color: #e4e6e7;
}
.form-control:hover {
box-shadow: none;
border-color:#c7cccd;
}
.form-control:focus {
box-shadow: none;
border-color:#bcc2c3;
}
.form-control:click {
box-shadow: none;
border-color:#bcc2c3;
}
.form-control:active {
outline-color: #189e55;
border-color:#bcc2c3;
}
.daftar {
border-radius: 0;
}
.usernameform {
margin-top: 10px;
margin-bottom: 10px;
border-radius: 0;
box-shadow: none;
}
.forgotpass {
text-align: center;
}
.forgotpassword {
color: #fff;
background: #ff3131;
}
.forgotpassword:hover {
color: #fff;
background: #eb2525;
}
.modal-title {
text-align: center;
}
/*=============================================*/
/*GABUNGSECTION*/
.homepage {
padding-top: 120px;
padding-bottom: 60px;
color: #808080;
/*background-color: #f9f9f9;*/
background: url("img/waves.png") repeat;
}
.img-homepage {
padding-top: 30px;
align-content: right;
}
@media screen and (max-width: 768px) {
.hompagescreen {
float: left !important;
}
}
/*MAINPAGE 1 SECTION */
.gabung {
padding-top: 90px;
padding-bottom: 60px;
}
/*DILIPUT SECTION*/
.diliput {
padding-top: 40px;
padding-bottom: 40px;
background-color: #fff;
}
/*==========================================*/
/*LAYANAN SECTION */
@media screen and (max-width: 768){
.intro-icon {
top: 200px;
}
}
.layanan {
padding-top: 40px;
padding-bottom: 60px;
background-color: #f5f5f5;
border-top: 1px #f1f1f1 solid;
}
.headcon {
margin-bottom: 50px;
}
.intro-icon {
display: inline-block;
padding-bottom: 20px 0 0 0;
margin-right: 20px;
width: 20px;
bottom: 115px;
position: relative;
color: #189e55;
}
.intro-content {
display: inline-block;
width: 85%;
color: #808080;
}
/*============================================*/
/*PANDUAN SECTION*/
.panduan {
padding-top: 50px;
padding-bottom: 50px;
background-color: #f9f9f9;
color: #808080;
}
/*============================================*/
/*MARIGABUNG SECTION*/
.marigabung {
padding-top: 30px;
padding-bottom: 30px;
background-color: #f7f7f7;
display: block;
width: 100%;
}
@media screen and (max-width: 992px) {
.marigabung {
float: none !important;
width: 100%;
text-align: left !important;
}
}
@media screen and (max-width: 992px) {
.marigabung a.buttonmarigabung {
float: left !important;
}
}
@media screen and (max-width: 200px) {
}
.headtesti {
padding-bottom: 50px;
}
.testimony {
font-size: 12px;
}
.usertesti {
display: inline-block;
padding-bottom: 0px 0 0 0;
margin-right: 100px;
width: 40px;
bottom: 40px;
position: relative;
color: #189e55;
}
.contenttesti {
display: inline-block;
width: 60%;
color: #808080;
}
/*=============================================*/
/*FOOTER SECTION*/
.footerbottom {
position: relative;
padding-top: 50px;
padding-bottom: 20px;
background-color: #edf0f0;
}
.social {
letter-spacing: 10px;
text-align: left
}
.social > a > i {
color: #fff;
}
.footlist {
list-style: none;
text-decoration: none;
padding-top: none;
}
.daftar1 {
padding-top: 10px;
padding-bottom: 10px;
list-style: none;
text-decoration: none;
color: #808080;
}
.daftar {
padding-bottom: 10px;
list-style: none;
text-decoration: none;
color: #808080;
}
.daftar > a, .daftar1 > a {
color: #808080;
}
.daftar > a:hover, .daftar1 > a:hover {
color: #676767;
text-decoration: none;
}
.footerlast {
padding-top: 40px;
padding-bottom: 20px;
background-color: #e8ebeb;
}
.footerlast > a {
text-decoration: none;
list-style: none;
}
.foottext > a {
text-decoration: none;
}
.foottext > a:hover {
text-decoration: none;
color: #676767;
}
.newsletter {
margin-bottom: 30px;
}
.input-group-addon {
margin-top: 10px;
}
/*=============================================*/
/*CAROUSEL SECTION*/
#fh5co-testimonial {
padding: 3em 0 7em 0;
margin: 0;
background: #ebebeb;
border-bottom: 1px solid #ebebeb;
text-align: center;
}
#fh5co-testimonial .quote-icon {
font-size: 30px;
margin: 0 auto 1em auto;
display: block;
}
#fh5co-testimonial .quote {
width: 70%;
margin: 0 auto;
font-size: 26px;
}
#fh5co-testimonial .quote cite {
margin-top: 20px;
display: block;
font-size: 20px;
}
@media screen and (max-width: 768px) {
#fh5co-testimonial .quote {
font-size: 20px;
width: 100%;
}
} | akad/style.css | .modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
padding-right: 14px;
}
.open .dropdown-menu{display:block;}
.navbar-brand {
height: 100%;
width: auto;
}
.navbar-custom {
background-color: #fff;
letter-spacing: 1px;
}
.logo {
width: 100%;
}
.container {
padding-right: 5%;
padding-left: 5%;
}
body {
font-family: 'Montserrat', sans-serif;
}
.tombolcustom {
border-radius: 50px;
border:none;
margin-top: 15px;
}
.content1 {
padding-top: 7px;
}
.text1 {
color: #808080;
font-size: 16px;
}
.textcenter {
text-align: center;
color: #808080;
}
.color80 {
color: #808080;
}
.color80-2 {
color: #808080;
font-size: 13px;
}
.learn {
color: #808080;
text-decoration: none;
}
.learn:hover {
color: #5d5d5d;
text-decoration: none;
}
.learn2 {
margin-top: 10px;
color: #808080;
text-decoration: none;
}
.learn2:hover {
margin-top: 10px;
color: #5d5d5d;
text-decoration: none;
}
video {
/*border: 10px #189e55 solid;*/
border:8px #e6e6e6 solid;
outline-color: #808080;
margin-top: 10px;
}
input {
border-radius: 0;
}
/*============================================*/
/*NAVBAR SECTION */
.navbar {
min-height: 40px !important;
}
.navbar-header{
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-custom .navbar-nav > li > a {
color: #a7a7a7;
font-weight: 400;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
padding-bottom: 25px;
background-color: #fff;
}
.navbar-custom .navbar-nav > li > a:active {
color: #a5a5a5;
background-color: #f5f5f5;
}
.navbar-custom .navbar-nav > li > a:hover {
color: #808080;
background-color: #fff;
}
.navbar-custom .navbar-nav > li > a:focus {
color: #a5a5a5;
}
.navbar-custom .navbar-nav > li > a:toggle {
color: #a5a5a5;
background-color: #f5f5f5;
}
.navbar-custom .navbar-nav .dropdown-menu > li > a {
color: #808080;
}
.searchdrop
{
padding-right: 30px
padding-left: 30px;
}
.searchinput {
padding-right: 20px;
padding-left: 20px;
}
.inputsearch{
padding-right: 20px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 10px;
}
.dropdown-menu {
box-shadow: none;
outline-color: #f5f5f5;
border-color: #ececec;
background-color: #fff;
}
.dropdown-menu {
width: 230px;
border-radius: 0;
}
.form-control {
margin-top: 10px;
margin-bottom: 10px;
border-color: #e4e6e7;
}
.form-control:hover {
box-shadow: none;
border-color:#c7cccd;
}
.form-control:focus {
box-shadow: none;
border-color:#bcc2c3;
}
.form-control:click {
box-shadow: none;
border-color:#bcc2c3;
}
.form-control:active {
outline-color: #189e55;
border-color:#bcc2c3;
}
.daftar {
border-radius: 0;
}
.usernameform {
margin-top: 10px;
margin-bottom: 10px;
border-radius: 0;
box-shadow: none;
}
.forgotpass {
text-align: center;
}
.forgotpassword {
color: #fff;
background: #ff3131;
}
.forgotpassword:hover {
color: #fff;
background: #eb2525;
}
.modal-title {
text-align: center;
}
/*=============================================*/
/*GABUNGSECTION*/
.homepage {
padding-top: 120px;
padding-bottom: 60px;
color: #808080;
/*background-color: #f9f9f9;*/
background: url("img/waves.png") repeat;
}
.img-homepage {
padding-top: 30px;
align-content: right;
}
@media screen and (max-width: 768px) {
.hompagescreen {
float: left !important;
}
}
/*MAINPAGE 1 SECTION */
.gabung {
padding-top: 90px;
padding-bottom: 60px;
}
/*DILIPUT SECTION*/
.diliput {
padding-top: 40px;
padding-bottom: 40px;
background-color: #fff;
}
/*==========================================*/
/*LAYANAN SECTION */
@media screen and (max-width: 768){
.intro-icon {
top: 200px;
}
}
.layanan {
padding-top: 40px;
padding-bottom: 60px;
background-color: #f5f5f5;
border-top: 1px #f1f1f1 solid;
}
.headcon {
margin-bottom: 50px;
}
.intro-icon {
display: inline-block;
padding-bottom: 20px 0 0 0;
margin-right: 20px;
width: 20px;
bottom: 115px;
position: relative;
color: #189e55;
}
.intro-content {
display: inline-block;
width: 85%;
color: #808080;
}
/*============================================*/
/*PANDUAN SECTION*/
.panduan {
padding-top: 50px;
padding-bottom: 50px;
background-color: #f9f9f9;
color: #808080;
}
/*============================================*/
/*MARIGABUNG SECTION*/
.marigabung {
padding-top: 30px;
padding-bottom: 30px;
background-color: #f7f7f7;
display: block;
width: 100%;
}
@media screen and (max-width: 992px) {
.marigabung {
float: none !important;
width: 100%;
text-align: left !important;
}
}
@media screen and (max-width: 992px) {
.marigabung a.buttonmarigabung {
float: left !important;
}
}
@media screen and (max-width: 200px) {
}
.headtesti {
padding-bottom: 50px;
}
.testimony {
font-size: 12px;
}
.usertesti {
display: inline-block;
padding-bottom: 0px 0 0 0;
margin-right: 100px;
width: 40px;
bottom: 40px;
position: relative;
color: #189e55;
}
.contenttesti {
display: inline-block;
width: 60%;
color: #808080;
}
/*=============================================*/
/*FOOTER SECTION*/
.footerbottom {
position: relative;
padding-top: 50px;
padding-bottom: 20px;
background-color: #edf0f0;
}
.social {
letter-spacing: 10px;
text-align: left
}
.social > a > i {
color: #fff;
}
.footlist {
list-style: none;
text-decoration: none;
padding-top: none;
}
.daftar1 {
padding-top: 10px;
padding-bottom: 10px;
list-style: none;
text-decoration: none;
color: #808080;
}
.daftar {
padding-bottom: 10px;
list-style: none;
text-decoration: none;
color: #808080;
}
.daftar > a, .daftar1 > a {
color: #808080;
}
.daftar > a:hover, .daftar1 > a:hover {
color: #676767;
text-decoration: none;
}
.footerlast {
padding-top: 40px;
padding-bottom: 20px;
background-color: #e8ebeb;
}
.footerlast > a {
text-decoration: none;
list-style: none;
}
.foottext > a {
text-decoration: none;
}
.foottext > a:hover {
text-decoration: none;
color: #676767;
}
.newsletter {
margin-bottom: 30px;
}
.input-group-addon {
margin-top: 10px;
}
/*=============================================*/
/*CAROUSEL SECTION*/
#fh5co-testimonial {
padding: 3em 0 7em 0;
margin: 0;
background: #ebebeb;
border-bottom: 1px solid #ebebeb;
text-align: center;
}
#fh5co-testimonial .quote-icon {
font-size: 30px;
margin: 0 auto 1em auto;
display: block;
}
#fh5co-testimonial .quote {
width: 70%;
margin: 0 auto;
font-size: 26px;
}
#fh5co-testimonial .quote cite {
margin-top: 20px;
display: block;
font-size: 20px;
}
@media screen and (max-width: 768px) {
#fh5co-testimonial .quote {
font-size: 20px;
width: 100%;
}
} | 0.241221 | 0.054274 |
.learn .table-of-contents,
.learn h2, .learn h3 {
font-family: 'Lato', sans-serif;
}
.learn .table-of-contents {
display: flex;
padding: 2em;
background: var(--color-bg-secondary);
}
.learn .table-of-contents .contents {
align-self: end;
}
.learn .table-of-contents h2 span {
color: var(--color-font);
font-size: 0.35em;
font-weight: bold;
}
.learn .table-of-contents > h2 {
/* https://stackoverflow.com/a/40911154/3994249 */
writing-mode: tb-rl;
transform: rotate(-180deg);
color: var(--color-secondary);
text-transform: uppercase;
font-size: 3.75em;
font-weight: bold;
display: flex;
flex-flow: column;
align-items: self-end;
}
.learn .table-of-contents section {
display: flex;
gap: 1em;
}
.learn .table-of-contents section h3 {
color: var(--color-secondary);
font-size: 3em;
font-weight: bold;
}
.learn .table-of-contents section div {
display: flex;
flex-flow: column;
justify-content: center;
}
.learn .table-of-contents section a {
transition: color 0.1s;
color: var(--color-font);
font-size: 1.5em;
font-weight: bold;
}
.learn .table-of-contents h3:nth-child(even) {
color: black;
}
.learn .table-of-contents div > h3:hover {
animation: shake 1s ease infinite;
}
@keyframes shake {
0% {
margin-left: 0em;
transform: rotate(0deg);
}
15% {
margin-left: -0.5em;
}
30% {
margin-left: -1em;
}
50% {
margin-left: 0.5em;
}
75% {
margin-left: 1.8em;
}
100% {
margin-left: -1em;
}
}
.learn .content {
display: flex;
flex-flow: column;
font-size: 1.3em;
}
.learn .content .notes-duration-wrap {
display: flex;
justify-content: center;
}
.learn .content .notes-duration-wrap table tbody tr td:last-child,
.learn .content .notes-duration-wrap table tbody tr td:nth-child(3) {
width: 3em;
}
.learn .content section {
margin: 1em 0.4em 4em 0.4em;
}
.learn .content section ul,
.learn .content section p {
margin: 0.4em;
}
.learn .content section h2 {
display: table;
border-bottom: 0.2em solid var(--color-primary);
padding-right: 2em;
}
.learn .content section h3 {
display: inline-block;
border-bottom: 0.1em solid var(--color-primary);
padding-right: 0.8em;
}
.learn .content .m-wrap {
margin: 0.2em 0;
border-radius: 0.1em;
overflow: hidden;
box-shadow: 0.03em 0.03em 0.01em black;
}
.learn .content .subtitle {
text-align: center;
font-weight: bold;
font-style: italic;
}
.learn .link {
position: relative;
}
.learn .link:hover {
}
.learn .link::after {
content: '';
background: var(--color-secondary);
width: 0;
height: 100%;
margin-left: -3em;
transition: all 0.3s;
}
.learn .link:hover::after {
width: calc(100% + 3em);
}
.learn .link.active::after {
width: calc(100% + 3em);
background: var(--color-primary);
} | src/learn.css | .learn .table-of-contents,
.learn h2, .learn h3 {
font-family: 'Lato', sans-serif;
}
.learn .table-of-contents {
display: flex;
padding: 2em;
background: var(--color-bg-secondary);
}
.learn .table-of-contents .contents {
align-self: end;
}
.learn .table-of-contents h2 span {
color: var(--color-font);
font-size: 0.35em;
font-weight: bold;
}
.learn .table-of-contents > h2 {
/* https://stackoverflow.com/a/40911154/3994249 */
writing-mode: tb-rl;
transform: rotate(-180deg);
color: var(--color-secondary);
text-transform: uppercase;
font-size: 3.75em;
font-weight: bold;
display: flex;
flex-flow: column;
align-items: self-end;
}
.learn .table-of-contents section {
display: flex;
gap: 1em;
}
.learn .table-of-contents section h3 {
color: var(--color-secondary);
font-size: 3em;
font-weight: bold;
}
.learn .table-of-contents section div {
display: flex;
flex-flow: column;
justify-content: center;
}
.learn .table-of-contents section a {
transition: color 0.1s;
color: var(--color-font);
font-size: 1.5em;
font-weight: bold;
}
.learn .table-of-contents h3:nth-child(even) {
color: black;
}
.learn .table-of-contents div > h3:hover {
animation: shake 1s ease infinite;
}
@keyframes shake {
0% {
margin-left: 0em;
transform: rotate(0deg);
}
15% {
margin-left: -0.5em;
}
30% {
margin-left: -1em;
}
50% {
margin-left: 0.5em;
}
75% {
margin-left: 1.8em;
}
100% {
margin-left: -1em;
}
}
.learn .content {
display: flex;
flex-flow: column;
font-size: 1.3em;
}
.learn .content .notes-duration-wrap {
display: flex;
justify-content: center;
}
.learn .content .notes-duration-wrap table tbody tr td:last-child,
.learn .content .notes-duration-wrap table tbody tr td:nth-child(3) {
width: 3em;
}
.learn .content section {
margin: 1em 0.4em 4em 0.4em;
}
.learn .content section ul,
.learn .content section p {
margin: 0.4em;
}
.learn .content section h2 {
display: table;
border-bottom: 0.2em solid var(--color-primary);
padding-right: 2em;
}
.learn .content section h3 {
display: inline-block;
border-bottom: 0.1em solid var(--color-primary);
padding-right: 0.8em;
}
.learn .content .m-wrap {
margin: 0.2em 0;
border-radius: 0.1em;
overflow: hidden;
box-shadow: 0.03em 0.03em 0.01em black;
}
.learn .content .subtitle {
text-align: center;
font-weight: bold;
font-style: italic;
}
.learn .link {
position: relative;
}
.learn .link:hover {
}
.learn .link::after {
content: '';
background: var(--color-secondary);
width: 0;
height: 100%;
margin-left: -3em;
transition: all 0.3s;
}
.learn .link:hover::after {
width: calc(100% + 3em);
}
.learn .link.active::after {
width: calc(100% + 3em);
background: var(--color-primary);
} | 0.731346 | 0.196653 |
@media (min-width:360px){
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
main .col-1-5{padding:0 30px!important;}
.offcanvas-inner{padding:50px 30px;}
.right-sidbar .sidebar-widget:first-child{border-top:1px solid #ebebeb;}
}
@media (min-width:576px){
}
@media (min-width:768px){
button.search-icon{right:65px;}
.header-style .search_field{right:95px;max-width:180px;}
.search-opened .header-style .search_field{display:block;visibility:visible;opacity:1;}
.loop-list-1 .entry-meta.meta-1,
.single-header .entry-meta.meta-1{font-size:14px;}
.pr-md-20{padding-right:20px!important}
.loop-list-2 .post-thumb{margin-bottom:0;}
.bottom .sidebar-widget{border-top:0;}
main .col-1-5{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:0;padding-right:0;}
.left-sidbar::after{content:"";width:1px;height:100%;position:absolute;top:0;bottom:0;right:0;background:#ebebeb;}
.header-style-1 .mobile_menu{width:36%;}
.header-style-2 .search_field{right:115px;max-width:220px;}
}
@media (min-width:992px){
:root{--title-font-size-big:3.1rem;--title-font-size-large:2.2rem;--exerpt-font-size-big:1.225rem;--exerpt-font-size-large:1.115rem;}
.col-1-5,
main .col-1-5{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.col-2-5{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%;}
.col-3-5{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%;}
.col-4-5{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%;}
.loop-list-1 article,
.loop-list-2,
.loop-grid,
.single-content{padding:50px 80px;}
.bottom .sidebar-widget{padding:50px;}
.left-sidbar::after{content:none;}
.left-sidbar .list-group-item{background-color:#f7f8fa;}
.right-sidbar .sidebar-widget:first-child{border-top:0;}
main.no-gutters .col-1-5{padding:0!important;}
.footer-bottom-area{padding:0 160px 0 0;}
.header-style .search_field{display:block;visibility:visible;opacity:1;}
.pl-md-50{padding-left:50px!important}
}
@media (min-width:1024px){
}
@media (min-width:1400px){
:root{--title-font-size-big:3.6rem;--title-font-size-large:2.5rem;--exerpt-font-size-big:1.375rem;--exerpt-font-size-large:1.125rem;}
.loop-list-1 article,
.loop-list-2,
.loop-grid,
.single-content{padding:50px 160px;}
.pagination-area{padding:0 160px;}
.pl-lg-110{padding-left:110px;}
.pl-lg-160{padding-left:160px;}
.offcanvas-inner{padding:50px 160px;}
.news-flash-cover{padding-left:165px;}
.left-sidbar .sidebar-widget{padding-left:50px;padding-right:50px;}
.right-sidbar .sidebar-widget{padding:50px;}
.main-search-form .search-form{max-width:70%;}
}
@media (max-width:480px){
.footer-bottom-area{text-align:center;}
}
@media (max-width:667px){
.search-switch{display:none;}
}
@media (max-width:768px){
.single-header .entry-meta.meta-1 {display: none;}
.header-style.header-style-3{height:85px;line-height:85px;background:#81adde;}
.main-header.header-style-3 button.search-icon{right:65px;top:0;color:#fff;}
.main-header.header-style-3 .off-canvas-toggle-cover{left:30px;right:unset;margin-top:7px;top:0;}
.main-header.header-style-3 .slicknav_icon{color:#fff;}
.main-header.header-style-3 .off-canvas-toggle span,
.main-header.header-style-3 .off-canvas-toggle span::before,
.main-header.header-style-3 .off-canvas-toggle span::after{background:#fff;}
.single-header h2.post-title{font-size:2.2em;}
.single .entry-main-content .h1,
.single .entry-main-content h1{font-size:2.2em;}
.single .entry-main-content .h2,
.single .entry-main-content h2{font-size:1.8em;}
.single .entry-main-content .h3,
.single .entry-main-content h3{font-size:1.6em;}
.single .entry-main-content .h4,
.single .entry-main-content h4{font-size:1.4em;}
.single .entry-main-content .h5,
.single .entry-main-content h5{font-size:1.2em;}
.single .entry-main-content .h6,
.single .entry-main-content h6{font-size:1em;}
} | public/assets/css/responsive.css | @media (min-width:360px){
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
main .col-1-5{padding:0 30px!important;}
.offcanvas-inner{padding:50px 30px;}
.right-sidbar .sidebar-widget:first-child{border-top:1px solid #ebebeb;}
}
@media (min-width:576px){
}
@media (min-width:768px){
button.search-icon{right:65px;}
.header-style .search_field{right:95px;max-width:180px;}
.search-opened .header-style .search_field{display:block;visibility:visible;opacity:1;}
.loop-list-1 .entry-meta.meta-1,
.single-header .entry-meta.meta-1{font-size:14px;}
.pr-md-20{padding-right:20px!important}
.loop-list-2 .post-thumb{margin-bottom:0;}
.bottom .sidebar-widget{border-top:0;}
main .col-1-5{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:0;padding-right:0;}
.left-sidbar::after{content:"";width:1px;height:100%;position:absolute;top:0;bottom:0;right:0;background:#ebebeb;}
.header-style-1 .mobile_menu{width:36%;}
.header-style-2 .search_field{right:115px;max-width:220px;}
}
@media (min-width:992px){
:root{--title-font-size-big:3.1rem;--title-font-size-large:2.2rem;--exerpt-font-size-big:1.225rem;--exerpt-font-size-large:1.115rem;}
.col-1-5,
main .col-1-5{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.col-2-5{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%;}
.col-3-5{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%;}
.col-4-5{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%;}
.loop-list-1 article,
.loop-list-2,
.loop-grid,
.single-content{padding:50px 80px;}
.bottom .sidebar-widget{padding:50px;}
.left-sidbar::after{content:none;}
.left-sidbar .list-group-item{background-color:#f7f8fa;}
.right-sidbar .sidebar-widget:first-child{border-top:0;}
main.no-gutters .col-1-5{padding:0!important;}
.footer-bottom-area{padding:0 160px 0 0;}
.header-style .search_field{display:block;visibility:visible;opacity:1;}
.pl-md-50{padding-left:50px!important}
}
@media (min-width:1024px){
}
@media (min-width:1400px){
:root{--title-font-size-big:3.6rem;--title-font-size-large:2.5rem;--exerpt-font-size-big:1.375rem;--exerpt-font-size-large:1.125rem;}
.loop-list-1 article,
.loop-list-2,
.loop-grid,
.single-content{padding:50px 160px;}
.pagination-area{padding:0 160px;}
.pl-lg-110{padding-left:110px;}
.pl-lg-160{padding-left:160px;}
.offcanvas-inner{padding:50px 160px;}
.news-flash-cover{padding-left:165px;}
.left-sidbar .sidebar-widget{padding-left:50px;padding-right:50px;}
.right-sidbar .sidebar-widget{padding:50px;}
.main-search-form .search-form{max-width:70%;}
}
@media (max-width:480px){
.footer-bottom-area{text-align:center;}
}
@media (max-width:667px){
.search-switch{display:none;}
}
@media (max-width:768px){
.single-header .entry-meta.meta-1 {display: none;}
.header-style.header-style-3{height:85px;line-height:85px;background:#81adde;}
.main-header.header-style-3 button.search-icon{right:65px;top:0;color:#fff;}
.main-header.header-style-3 .off-canvas-toggle-cover{left:30px;right:unset;margin-top:7px;top:0;}
.main-header.header-style-3 .slicknav_icon{color:#fff;}
.main-header.header-style-3 .off-canvas-toggle span,
.main-header.header-style-3 .off-canvas-toggle span::before,
.main-header.header-style-3 .off-canvas-toggle span::after{background:#fff;}
.single-header h2.post-title{font-size:2.2em;}
.single .entry-main-content .h1,
.single .entry-main-content h1{font-size:2.2em;}
.single .entry-main-content .h2,
.single .entry-main-content h2{font-size:1.8em;}
.single .entry-main-content .h3,
.single .entry-main-content h3{font-size:1.6em;}
.single .entry-main-content .h4,
.single .entry-main-content h4{font-size:1.4em;}
.single .entry-main-content .h5,
.single .entry-main-content h5{font-size:1.2em;}
.single .entry-main-content .h6,
.single .entry-main-content h6{font-size:1em;}
} | 0.103794 | 0.046313 |
* ----------------------------------------
* animation scale-up-center
* ----------------------------------------
*/
.scale-up-center {
-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-center {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scale-up-center {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/**
* ----------------------------------------
* animation scale-out-ver-top
* ----------------------------------------
*/
.scale-out-ver-top {
-webkit-animation: scale-out-ver-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
animation: scale-out-ver-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes scale-out-ver-top {
0% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
opacity: 1;
}
100% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
opacity: 1;
}
}
@-webkit-keyframes scale-up-center {
0% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes scale-up-center {
0% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@-webkit-keyframes shadow-drop-center {
0% {
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent
}
100% {
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35)
}
}
@keyframes shadow-drop-center {
0% {
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent
}
100% {
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35)
}
}
@-webkit-keyframes shadow-drop-2-center {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent
}
100% {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35)
}
}
@keyframes shadow-drop-2-center {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent
}
100% {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35)
}
}
@-webkit-keyframes shadow-pop-tr {
0% {
-webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0)
}
100% {
-webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
-webkit-transform: translateX(-8px) translateY(8px);
transform: translateX(-8px) translateY(8px)
}
}
@keyframes shadow-pop-tr {
0% {
-webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0)
}
100% {
-webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
-webkit-transform: translateX(-8px) translateY(8px);
transform: translateX(-8px) translateY(8px)
}
}
@-webkit-keyframes shadow-inset-center {
0% {
-webkit-box-shadow: inset 0 0 0 0 transparent;
box-shadow: inset 0 0 0 0 transparent
}
100% {
-webkit-box-shadow: inset 0 0 14px 0 rgba(0, 0, 0, .5);
box-shadow: inset 0 0 14px 0 rgba(0, 0, 0, .5)
}
}
@keyframes shadow-inset-center {
0% {
-webkit-box-shadow: inset 0 0 0 0 transparent;
box-shadow: inset 0 0 0 0 transparent
}
100% {
-webkit-box-shadow: inset 0 0 14px 0 rgba(0, 0, 0, .5);
box-shadow: inset 0 0 14px 0 rgba(0, 0, 0, .5)
}
}
@-webkit-keyframes scale-in-center {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
@keyframes scale-in-center {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
@-webkit-keyframes bounce-in-top {
0% {
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
38% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1
}
55% {
-webkit-transform: translateY(-65px);
transform: translateY(-65px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
72% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
81% {
-webkit-transform: translateY(-28px);
transform: translateY(-28px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
90% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
95% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
}
@keyframes bounce-in-top {
0% {
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
38% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1
}
55% {
-webkit-transform: translateY(-65px);
transform: translateY(-65px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
72% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
81% {
-webkit-transform: translateY(-28px);
transform: translateY(-28px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
90% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
95% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
}
@-webkit-keyframes fade-in {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fade-in {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@-webkit-keyframes puff-in-center {
0% {
-webkit-transform: scale(2);
transform: scale(2);
-webkit-filter: blur(4px);
filter: blur(4px);
opacity: 0
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-filter: blur(0);
filter: blur(0);
opacity: 1
}
}
@keyframes puff-in-center {
0% {
-webkit-transform: scale(2);
transform: scale(2);
-webkit-filter: blur(4px);
filter: blur(4px);
opacity: 0
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-filter: blur(0);
filter: blur(0);
opacity: 1
}
}
@-webkit-keyframes scale-out-center {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1
}
}
@keyframes scale-out-center {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1
}
}
@-webkit-keyframes slide-out-top {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
100% {
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px);
opacity: 0
}
}
@keyframes slide-out-top {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
100% {
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px);
opacity: 0
}
}
@-webkit-keyframes slide-out-bck-center {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
100% {
-webkit-transform: translateZ(-1100px);
transform: translateZ(-1100px);
opacity: 0
}
}
@keyframes slide-out-bck-center {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
100% {
-webkit-transform: translateZ(-1100px);
transform: translateZ(-1100px);
opacity: 0
}
}
@-webkit-keyframes slide-out-fwd-center {
0% {
-webkit-transform: translateZ(1);
transform: translateZ(1);
opacity: 1
}
100% {
-webkit-transform: translateZ(600px);
transform: translateZ(600px);
opacity: 0
}
}
@keyframes slide-out-fwd-center {
0% {
-webkit-transform: translateZ(1);
transform: translateZ(1);
opacity: 1
}
100% {
-webkit-transform: translateZ(600px);
transform: translateZ(600px);
opacity: 0
}
}
@-webkit-keyframes fade-out {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@keyframes fade-out {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@-webkit-keyframes text-focus-in {
0% {
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0
}
100% {
-webkit-filter: blur(0);
filter: blur(0);
opacity: 1
}
}
@keyframes text-focus-in {
0% {
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0
}
100% {
-webkit-filter: blur(0);
filter: blur(0);
opacity: 1
}
}
@-webkit-keyframes text-blur-out {
0% {
-webkit-filter: blur(.01);
filter: blur(.01)
}
100% {
-webkit-filter: blur(12px) opacity(0);
filter: blur(12px) opacity(0)
}
}
@keyframes text-blur-out {
0% {
-webkit-filter: blur(.01);
filter: blur(.01)
}
100% {
-webkit-filter: blur(12px) opacity(0);
filter: blur(12px) opacity(0)
}
}
@-webkit-keyframes text-shadow-drop-center {
0% {
text-shadow: 0 0 0 transparent
}
100% {
text-shadow: 0 0 18px rgba(0, 0, 0, .35)
}
}
@keyframes text-shadow-drop-center {
0% {
text-shadow: 0 0 0 transparent
}
100% {
text-shadow: 0 0 18px rgba(0, 0, 0, .35)
}
}
@-webkit-keyframes text-pop-up-top {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
text-shadow: none
}
100% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
}
}
@keyframes text-pop-up-top {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
text-shadow: none
}
100% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
}
}
.bg-pan-bottom {
-webkit-animation: bg-pan-bottom 8s both;
animation: bg-pan-bottom 8s both;
}
@-webkit-keyframes bg-pan-bottom {
0% {
background-position: 50% 0
}
100% {
background-position: 50% 100%
}
}
@keyframes bg-pan-bottom {
0% {
background-position: 50% 0
}
100% {
background-position: 50% 100%
}
}
@-webkit-keyframes bg-pan-tr {
0% {
background-position: 0 100%
}
100% {
background-position: 100% 0
}
}
@keyframes bg-pan-tr {
0% {
background-position: 0 100%
}
100% {
background-position: 100% 0
}
}
@-webkit-keyframes bg-pan-br {
0% {
background-position: 0 0
}
100% {
background-position: 100% 100%
}
}
@keyframes bg-pan-br {
0% {
background-position: 0 0
}
100% {
background-position: 100% 100%
}
}
@-webkit-keyframes bg-pan-top {
0% {
background-position: 50% 100%
}
100% {
background-position: 50% 0
}
}
@keyframes bg-pan-top {
0% {
background-position: 50% 100%
}
100% {
background-position: 50% 0
}
}
@-webkit-keyframes bg-pan-right {
0% {
background-position: 0 50%
}
100% {
background-position: 100% 50%
}
}
@keyframes bg-pan-right {
0% {
background-position: 0 50%
}
100% {
background-position: 100% 50%
}
}
@-webkit-keyframes bg-pan-left {
0% {
background-position: 100% 50%
}
100% {
background-position: 0 50%
}
}
@keyframes bg-pan-left {
0% {
background-position: 100% 50%
}
100% {
background-position: 0 50%
}
}
@-webkit-keyframes bg-pan-bl {
0% {
background-position: 100% 0
}
100% {
background-position: 0 100%
}
}
@keyframes bg-pan-bl {
0% {
background-position: 100% 0
}
100% {
background-position: 0 100%
}
}
@-webkit-keyframes bg-pan-tl {
0% {
background-position: 100% 100%
}
100% {
background-position: 0 0
}
}
@keyframes bg-pan-tl {
0% {
background-position: 100% 100%
}
100% {
background-position: 0 0
}
}
@-webkit-keyframes color-change-2x {
0% {
background: #19dcea
}
100% {
background: #b22cff
}
}
@keyframes color-change-2x {
0% {
background: #19dcea
}
100% {
background: #b22cff
}
}
@-webkit-keyframes heartbeat {
from {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
10% {
-webkit-transform: scale(.91);
transform: scale(.91);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
17% {
-webkit-transform: scale(.98);
transform: scale(.98);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
33% {
-webkit-transform: scale(.87);
transform: scale(.87);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
45% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
}
@keyframes heartbeat {
from {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
10% {
-webkit-transform: scale(.91);
transform: scale(.91);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
17% {
-webkit-transform: scale(.98);
transform: scale(.98);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
33% {
-webkit-transform: scale(.87);
transform: scale(.87);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
45% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
}
.fade-in {
-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
} | public/animate.css | * ----------------------------------------
* animation scale-up-center
* ----------------------------------------
*/
.scale-up-center {
-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-center {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scale-up-center {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/**
* ----------------------------------------
* animation scale-out-ver-top
* ----------------------------------------
*/
.scale-out-ver-top {
-webkit-animation: scale-out-ver-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
animation: scale-out-ver-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes scale-out-ver-top {
0% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
opacity: 1;
}
100% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
opacity: 1;
}
}
@-webkit-keyframes scale-up-center {
0% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes scale-up-center {
0% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@-webkit-keyframes shadow-drop-center {
0% {
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent
}
100% {
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35)
}
}
@keyframes shadow-drop-center {
0% {
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent
}
100% {
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35)
}
}
@-webkit-keyframes shadow-drop-2-center {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent
}
100% {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35)
}
}
@keyframes shadow-drop-2-center {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent
}
100% {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35)
}
}
@-webkit-keyframes shadow-pop-tr {
0% {
-webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0)
}
100% {
-webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
-webkit-transform: translateX(-8px) translateY(8px);
transform: translateX(-8px) translateY(8px)
}
}
@keyframes shadow-pop-tr {
0% {
-webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0)
}
100% {
-webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
-webkit-transform: translateX(-8px) translateY(8px);
transform: translateX(-8px) translateY(8px)
}
}
@-webkit-keyframes shadow-inset-center {
0% {
-webkit-box-shadow: inset 0 0 0 0 transparent;
box-shadow: inset 0 0 0 0 transparent
}
100% {
-webkit-box-shadow: inset 0 0 14px 0 rgba(0, 0, 0, .5);
box-shadow: inset 0 0 14px 0 rgba(0, 0, 0, .5)
}
}
@keyframes shadow-inset-center {
0% {
-webkit-box-shadow: inset 0 0 0 0 transparent;
box-shadow: inset 0 0 0 0 transparent
}
100% {
-webkit-box-shadow: inset 0 0 14px 0 rgba(0, 0, 0, .5);
box-shadow: inset 0 0 14px 0 rgba(0, 0, 0, .5)
}
}
@-webkit-keyframes scale-in-center {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
@keyframes scale-in-center {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
@-webkit-keyframes bounce-in-top {
0% {
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
38% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1
}
55% {
-webkit-transform: translateY(-65px);
transform: translateY(-65px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
72% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
81% {
-webkit-transform: translateY(-28px);
transform: translateY(-28px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
90% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
95% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
}
@keyframes bounce-in-top {
0% {
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
38% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1
}
55% {
-webkit-transform: translateY(-65px);
transform: translateY(-65px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
72% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
81% {
-webkit-transform: translateY(-28px);
transform: translateY(-28px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
90% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
95% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
}
@-webkit-keyframes fade-in {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fade-in {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@-webkit-keyframes puff-in-center {
0% {
-webkit-transform: scale(2);
transform: scale(2);
-webkit-filter: blur(4px);
filter: blur(4px);
opacity: 0
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-filter: blur(0);
filter: blur(0);
opacity: 1
}
}
@keyframes puff-in-center {
0% {
-webkit-transform: scale(2);
transform: scale(2);
-webkit-filter: blur(4px);
filter: blur(4px);
opacity: 0
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-filter: blur(0);
filter: blur(0);
opacity: 1
}
}
@-webkit-keyframes scale-out-center {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1
}
}
@keyframes scale-out-center {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1
}
}
@-webkit-keyframes slide-out-top {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
100% {
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px);
opacity: 0
}
}
@keyframes slide-out-top {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
100% {
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px);
opacity: 0
}
}
@-webkit-keyframes slide-out-bck-center {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
100% {
-webkit-transform: translateZ(-1100px);
transform: translateZ(-1100px);
opacity: 0
}
}
@keyframes slide-out-bck-center {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
100% {
-webkit-transform: translateZ(-1100px);
transform: translateZ(-1100px);
opacity: 0
}
}
@-webkit-keyframes slide-out-fwd-center {
0% {
-webkit-transform: translateZ(1);
transform: translateZ(1);
opacity: 1
}
100% {
-webkit-transform: translateZ(600px);
transform: translateZ(600px);
opacity: 0
}
}
@keyframes slide-out-fwd-center {
0% {
-webkit-transform: translateZ(1);
transform: translateZ(1);
opacity: 1
}
100% {
-webkit-transform: translateZ(600px);
transform: translateZ(600px);
opacity: 0
}
}
@-webkit-keyframes fade-out {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@keyframes fade-out {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@-webkit-keyframes text-focus-in {
0% {
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0
}
100% {
-webkit-filter: blur(0);
filter: blur(0);
opacity: 1
}
}
@keyframes text-focus-in {
0% {
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0
}
100% {
-webkit-filter: blur(0);
filter: blur(0);
opacity: 1
}
}
@-webkit-keyframes text-blur-out {
0% {
-webkit-filter: blur(.01);
filter: blur(.01)
}
100% {
-webkit-filter: blur(12px) opacity(0);
filter: blur(12px) opacity(0)
}
}
@keyframes text-blur-out {
0% {
-webkit-filter: blur(.01);
filter: blur(.01)
}
100% {
-webkit-filter: blur(12px) opacity(0);
filter: blur(12px) opacity(0)
}
}
@-webkit-keyframes text-shadow-drop-center {
0% {
text-shadow: 0 0 0 transparent
}
100% {
text-shadow: 0 0 18px rgba(0, 0, 0, .35)
}
}
@keyframes text-shadow-drop-center {
0% {
text-shadow: 0 0 0 transparent
}
100% {
text-shadow: 0 0 18px rgba(0, 0, 0, .35)
}
}
@-webkit-keyframes text-pop-up-top {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
text-shadow: none
}
100% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
}
}
@keyframes text-pop-up-top {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
text-shadow: none
}
100% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
}
}
.bg-pan-bottom {
-webkit-animation: bg-pan-bottom 8s both;
animation: bg-pan-bottom 8s both;
}
@-webkit-keyframes bg-pan-bottom {
0% {
background-position: 50% 0
}
100% {
background-position: 50% 100%
}
}
@keyframes bg-pan-bottom {
0% {
background-position: 50% 0
}
100% {
background-position: 50% 100%
}
}
@-webkit-keyframes bg-pan-tr {
0% {
background-position: 0 100%
}
100% {
background-position: 100% 0
}
}
@keyframes bg-pan-tr {
0% {
background-position: 0 100%
}
100% {
background-position: 100% 0
}
}
@-webkit-keyframes bg-pan-br {
0% {
background-position: 0 0
}
100% {
background-position: 100% 100%
}
}
@keyframes bg-pan-br {
0% {
background-position: 0 0
}
100% {
background-position: 100% 100%
}
}
@-webkit-keyframes bg-pan-top {
0% {
background-position: 50% 100%
}
100% {
background-position: 50% 0
}
}
@keyframes bg-pan-top {
0% {
background-position: 50% 100%
}
100% {
background-position: 50% 0
}
}
@-webkit-keyframes bg-pan-right {
0% {
background-position: 0 50%
}
100% {
background-position: 100% 50%
}
}
@keyframes bg-pan-right {
0% {
background-position: 0 50%
}
100% {
background-position: 100% 50%
}
}
@-webkit-keyframes bg-pan-left {
0% {
background-position: 100% 50%
}
100% {
background-position: 0 50%
}
}
@keyframes bg-pan-left {
0% {
background-position: 100% 50%
}
100% {
background-position: 0 50%
}
}
@-webkit-keyframes bg-pan-bl {
0% {
background-position: 100% 0
}
100% {
background-position: 0 100%
}
}
@keyframes bg-pan-bl {
0% {
background-position: 100% 0
}
100% {
background-position: 0 100%
}
}
@-webkit-keyframes bg-pan-tl {
0% {
background-position: 100% 100%
}
100% {
background-position: 0 0
}
}
@keyframes bg-pan-tl {
0% {
background-position: 100% 100%
}
100% {
background-position: 0 0
}
}
@-webkit-keyframes color-change-2x {
0% {
background: #19dcea
}
100% {
background: #b22cff
}
}
@keyframes color-change-2x {
0% {
background: #19dcea
}
100% {
background: #b22cff
}
}
@-webkit-keyframes heartbeat {
from {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
10% {
-webkit-transform: scale(.91);
transform: scale(.91);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
17% {
-webkit-transform: scale(.98);
transform: scale(.98);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
33% {
-webkit-transform: scale(.87);
transform: scale(.87);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
45% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
}
@keyframes heartbeat {
from {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
10% {
-webkit-transform: scale(.91);
transform: scale(.91);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
17% {
-webkit-transform: scale(.98);
transform: scale(.98);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
33% {
-webkit-transform: scale(.87);
transform: scale(.87);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
45% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
}
.fade-in {
-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
} | 0.278061 | 0.162579 |
.collapsible {
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
line-height: 1.5;
padding: 1rem;
background-color: #fff;
border-bottom: 1px solid #ddd;
}
.collapsible-header i {
width: 2rem;
font-size: 1.6rem;
display: inline-block;
text-align: center;
margin-right: 1rem;
}
.collapsible-body {
display: none;
border-bottom: 1px solid #ddd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 2rem;
}
.side-nav .collapsible,
.side-nav.fixed .collapsible {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
padding: 0;
}
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
background-color: transparent;
border: none;
line-height: inherit;
height: inherit;
padding: 0 16px;
}
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
line-height: inherit;
}
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
border: 0;
background-color: #fff;
}
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
padding: 0 23.5px 0 31px;
}
.collapsible.popout {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.collapsible.popout > li {
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
margin: 0 24px;
-webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
margin: 16px 0;
} | styles/3j-materialize-collapsable.css | .collapsible {
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
line-height: 1.5;
padding: 1rem;
background-color: #fff;
border-bottom: 1px solid #ddd;
}
.collapsible-header i {
width: 2rem;
font-size: 1.6rem;
display: inline-block;
text-align: center;
margin-right: 1rem;
}
.collapsible-body {
display: none;
border-bottom: 1px solid #ddd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 2rem;
}
.side-nav .collapsible,
.side-nav.fixed .collapsible {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
padding: 0;
}
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
background-color: transparent;
border: none;
line-height: inherit;
height: inherit;
padding: 0 16px;
}
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
line-height: inherit;
}
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
border: 0;
background-color: #fff;
}
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
padding: 0 23.5px 0 31px;
}
.collapsible.popout {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.collapsible.popout > li {
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
margin: 0 24px;
-webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
margin: 16px 0;
} | 0.330039 | 0.12213 |
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*--start editing from here--*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*--end reset--*/
body {
margin:0;
font-family: 'Alegreya Sans SC', sans-serif;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
min-height:100%;
text-align: left;
background:url(../images/laptop.jpg)no-repeat;
background-position:0px 0px;
}
/*-- banner --*/
h1,h2,h3,h4,h5,h6,input,p,a,select,button,textarea,label{
margin:0;
}
.text-center {
text-align: center;
}
.clear{clear:both;}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
text-decoration: none;
}
input[type="button"],input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
}
ul{
margin:0;
padding:0;
}
label{
margin:0;
color: #dcffff;
}
.text-center {
text-align:center;
}
.clear {
clear: both;
}
.center-container {
padding: 0;
background: rgba(0, 0, 0, 0.62);
}
::-webkit-input-placeholder {
color: #777;
}
:-moz-placeholder { /* Firefox 18- */
color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
color: #777;
}
:-ms-input-placeholder {
color:#777;
}
.bg {
background-size: cover;
background-attachment: fixed;
}
/* form */
.container {
padding: 2.5em;
width: 23%;
margin: 3em auto;
background:rgba(204, 198, 198, 0.24);
}
h1.agile-head{
font-size: 2.5em;
text-transform: uppercase;
color: #fff;
font-weight: 600;
padding-top: 1em;
letter-spacing: 5px;
font-family: 'Federo', sans-serif;
}
.w3layouts_main h1 {
text-align: center;
text-transform: capitalize;
padding: 1em 0;
color: #022411;
}
.w3layouts-title {
margin: 1em 0;
}
h2.w3ls-left,h3.w3ls-left {
color: #fff;
float: left;
font-size: 1em;
text-transform:uppercase;
}
a.w3_play_icon1 {
float: right;
color: #fff;
text-transform: uppercase;
font-size: 1em;
background: #4299a7;
width: 15%;
padding: 0.2em 0.6em;
border-radius: 5px;
outline:none;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
padding: 0.7em 1em;
margin: 1em 0em 1em 0;
color: #000;
width: 93%;
border: none;
font-size: 0.85em;
outline: none;
letter-spacing: 1px;
background:rgba(255, 251, 251, 0.86);
border-top:5px solid #4299a7;
border-width: 6px 1px 1px;
border-radius: 1px 9px 1px 9px;
}
.w3_agile_login p {
font-size: 1.1em;
color: #efefef;
font-weight: 500;
}
.w3_agile_login input[type="submit"] {
width:100%;
text-transform: uppercase;
background: #dcffff;
outline: none;
border: none;
cursor: pointer;
color: #000;
font-size:0.85em;
font-weight: 600;
padding: 0.7em 0;
letter-spacing: 1px;
margin:1em 0;
border-radius:5px;
font-family: 'Alegreya Sans SC', sans-serif;
}
.w3_agile_login input[type="submit"]:hover {
color: #fff;
background: rgba(0, 0, 0, 0.54);
}
.login_w3ls{
margin: 1.5em 0 0;
text-align:center;
}
.login_w3ls a {
color: #dcffff;
font-size: 1em;
}
.login_w3ls a:hover {
color: #fff;
}
.agileits-w3layouts-copyright.text-center {
padding:0 0 2.5em;
}
.agileits-w3layouts-copyright p,.agileits-w3layouts-copyright a{
color:#fff;
letter-spacing:1px;
line-height:2;
}
.agileits-w3layouts-copyright a:hover {
color: #4299a7;
}
.bg {
background: rgba(0, 0, 0, 0.5);
}
#small-dialog, #small-dialog1, #small-dialog2 {
max-width: 541px;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: .9;
}
.contact-form1 {
padding: 3em;
background: rgba(220, 216, 216, 0.03);
text-align:left;
}
.contact-form1 form.w3_agile_login {
width: 75%;
margin: 2em auto;
}
.contact-form1 h3.w3ls-left{
float:none;
text-align:center;
}
.contact-form1.w3_agile_login{
margin:1em 0 0
}
.contact-form1 p{
color:#fff;
}
a.w3_play_icon1:hover {
color: #fff;
border:none;
}
a.w3_play_icon1:focus {
border: none;
}
.contact-form1.w3_agile_login input[type="submit"]{
margin:2em 0;
}
/* -- Responsive code -- */
@media screen and (max-width: 1920px){
h1.agile-head {
padding-top: 3em;
}
.container {
margin: 8em auto 9em;
}
.agileits-w3layouts-copyright.text-center {
padding: 0 0 11.5em;
}
}
@media screen and (max-width: 1600px){
h1.agile-head {
padding-top: 1.5em;
}
.container {
margin: 4em auto;
}
.agileits-w3layouts-copyright.text-center {
padding: 0 0 5em;
}
}
@media screen and (max-width: 1440px){
.container {
width: 28%;
}
}
@media screen and (max-width: 1280px){
.container {
width: 30%;
}
}
@media screen and (max-width: 1080px){
.container {
width: 34%;
}
}
@media screen and (max-width: 1050px){
.container {
width: 36%;
}
.contact-form1 {
padding: 2em;
}
.contact-form1 form.w3_agile_login {
width: 70%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 91%;
}
}
@media screen and (max-width: 1024px){
.container {
width: 38%;
}
}
@media screen and (max-width: 991px){
.container {
width: 40%;
}
}
@media screen and (max-width: 900px){
.container {
width: 42%;
}
}
@media screen and (max-width: 800px){
.container {
width: 47%;
}
}
@media screen and (max-width: 768px){
.container {
width: 48%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 92.5%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 91.5%;
}
}
@media screen and (max-width: 736px){
.container {
width: 50%;
}
}
@media screen and (max-width: 667px){
.container {
width: 56%;
}
h1.agile-head {
font-size: 2.3em;
letter-spacing:3px;
}
}
@media screen and (max-width: 640px){
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 92.5%;
}
.container {
width: 58%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 90.5%;
}
}
@media screen and (max-width: 600px){
.container {
width: 62%;
}
}
@media screen and (max-width: 568px){
.agileits-w3layouts-copyright p{
padding:0 1em;
}
.container {
width: 66%;
}
h1.agile-head {
font-size: 2em;
}
}
@media screen and (max-width: 480px){
h1.agile-head {
font-size: 2.1em;
}
.container{
padding:2.1em;
}
a.w3_play_icon1{
width:17%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 91%;
}
.contact-form1 form.w3_agile_login {
width: 90%;
}
}
@media screen and (max-width: 414px){
h1.agile-head {
font-size: 1.8em;
letter-spacing: 3px;
}
h1.agile-head {
padding-top: 2em;
}
a.w3_play_icon1{
width:20%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 90%;
}
}
@media screen and (max-width: 384px){
h1.agile-head {
font-size: 1.7em;
letter-spacing: 2px;
}
a.w3_play_icon1 {
width: 21%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 89%;
}
.contact-form1 .w3_agile_login input[type="email"],.contact-form1 .w3_agile_login input[type="password"] {
width: 86%;
}
.w3_agile_login input[type="submit"] {
width: 97%;
}
}
@media screen and (max-width: 375px){
a.w3_play_icon1{
width:22%;
}
.contact-form1 {
padding: 1em;
}
}
@media screen and (max-width: 320px){
h1.agile-head {
font-size: 1.5em;
letter-spacing:0px;
}
.container{
padding:1em;
width:82%;
}
a.w3_play_icon1{
width:21%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 89%;
}
.contact-form1 .w3_agile_login input[type="email"],.contact-form1 .w3_agile_login input[type="password"] {
width: 82%;
}
.agileits-w3layouts-copyright p {
padding: 0 0.5em;
}
.agileits-w3layouts-copyright.text-center {
padding: 0 0 8em;
}
.w3_agile_login input[type="submit"] {
width: 94%;
}
}
/* -- //Responsive code -- */ | asset3/css/style.css | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*--start editing from here--*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*--end reset--*/
body {
margin:0;
font-family: 'Alegreya Sans SC', sans-serif;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
min-height:100%;
text-align: left;
background:url(../images/laptop.jpg)no-repeat;
background-position:0px 0px;
}
/*-- banner --*/
h1,h2,h3,h4,h5,h6,input,p,a,select,button,textarea,label{
margin:0;
}
.text-center {
text-align: center;
}
.clear{clear:both;}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
text-decoration: none;
}
input[type="button"],input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
}
ul{
margin:0;
padding:0;
}
label{
margin:0;
color: #dcffff;
}
.text-center {
text-align:center;
}
.clear {
clear: both;
}
.center-container {
padding: 0;
background: rgba(0, 0, 0, 0.62);
}
::-webkit-input-placeholder {
color: #777;
}
:-moz-placeholder { /* Firefox 18- */
color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
color: #777;
}
:-ms-input-placeholder {
color:#777;
}
.bg {
background-size: cover;
background-attachment: fixed;
}
/* form */
.container {
padding: 2.5em;
width: 23%;
margin: 3em auto;
background:rgba(204, 198, 198, 0.24);
}
h1.agile-head{
font-size: 2.5em;
text-transform: uppercase;
color: #fff;
font-weight: 600;
padding-top: 1em;
letter-spacing: 5px;
font-family: 'Federo', sans-serif;
}
.w3layouts_main h1 {
text-align: center;
text-transform: capitalize;
padding: 1em 0;
color: #022411;
}
.w3layouts-title {
margin: 1em 0;
}
h2.w3ls-left,h3.w3ls-left {
color: #fff;
float: left;
font-size: 1em;
text-transform:uppercase;
}
a.w3_play_icon1 {
float: right;
color: #fff;
text-transform: uppercase;
font-size: 1em;
background: #4299a7;
width: 15%;
padding: 0.2em 0.6em;
border-radius: 5px;
outline:none;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
padding: 0.7em 1em;
margin: 1em 0em 1em 0;
color: #000;
width: 93%;
border: none;
font-size: 0.85em;
outline: none;
letter-spacing: 1px;
background:rgba(255, 251, 251, 0.86);
border-top:5px solid #4299a7;
border-width: 6px 1px 1px;
border-radius: 1px 9px 1px 9px;
}
.w3_agile_login p {
font-size: 1.1em;
color: #efefef;
font-weight: 500;
}
.w3_agile_login input[type="submit"] {
width:100%;
text-transform: uppercase;
background: #dcffff;
outline: none;
border: none;
cursor: pointer;
color: #000;
font-size:0.85em;
font-weight: 600;
padding: 0.7em 0;
letter-spacing: 1px;
margin:1em 0;
border-radius:5px;
font-family: 'Alegreya Sans SC', sans-serif;
}
.w3_agile_login input[type="submit"]:hover {
color: #fff;
background: rgba(0, 0, 0, 0.54);
}
.login_w3ls{
margin: 1.5em 0 0;
text-align:center;
}
.login_w3ls a {
color: #dcffff;
font-size: 1em;
}
.login_w3ls a:hover {
color: #fff;
}
.agileits-w3layouts-copyright.text-center {
padding:0 0 2.5em;
}
.agileits-w3layouts-copyright p,.agileits-w3layouts-copyright a{
color:#fff;
letter-spacing:1px;
line-height:2;
}
.agileits-w3layouts-copyright a:hover {
color: #4299a7;
}
.bg {
background: rgba(0, 0, 0, 0.5);
}
#small-dialog, #small-dialog1, #small-dialog2 {
max-width: 541px;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: .9;
}
.contact-form1 {
padding: 3em;
background: rgba(220, 216, 216, 0.03);
text-align:left;
}
.contact-form1 form.w3_agile_login {
width: 75%;
margin: 2em auto;
}
.contact-form1 h3.w3ls-left{
float:none;
text-align:center;
}
.contact-form1.w3_agile_login{
margin:1em 0 0
}
.contact-form1 p{
color:#fff;
}
a.w3_play_icon1:hover {
color: #fff;
border:none;
}
a.w3_play_icon1:focus {
border: none;
}
.contact-form1.w3_agile_login input[type="submit"]{
margin:2em 0;
}
/* -- Responsive code -- */
@media screen and (max-width: 1920px){
h1.agile-head {
padding-top: 3em;
}
.container {
margin: 8em auto 9em;
}
.agileits-w3layouts-copyright.text-center {
padding: 0 0 11.5em;
}
}
@media screen and (max-width: 1600px){
h1.agile-head {
padding-top: 1.5em;
}
.container {
margin: 4em auto;
}
.agileits-w3layouts-copyright.text-center {
padding: 0 0 5em;
}
}
@media screen and (max-width: 1440px){
.container {
width: 28%;
}
}
@media screen and (max-width: 1280px){
.container {
width: 30%;
}
}
@media screen and (max-width: 1080px){
.container {
width: 34%;
}
}
@media screen and (max-width: 1050px){
.container {
width: 36%;
}
.contact-form1 {
padding: 2em;
}
.contact-form1 form.w3_agile_login {
width: 70%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 91%;
}
}
@media screen and (max-width: 1024px){
.container {
width: 38%;
}
}
@media screen and (max-width: 991px){
.container {
width: 40%;
}
}
@media screen and (max-width: 900px){
.container {
width: 42%;
}
}
@media screen and (max-width: 800px){
.container {
width: 47%;
}
}
@media screen and (max-width: 768px){
.container {
width: 48%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 92.5%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 91.5%;
}
}
@media screen and (max-width: 736px){
.container {
width: 50%;
}
}
@media screen and (max-width: 667px){
.container {
width: 56%;
}
h1.agile-head {
font-size: 2.3em;
letter-spacing:3px;
}
}
@media screen and (max-width: 640px){
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 92.5%;
}
.container {
width: 58%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 90.5%;
}
}
@media screen and (max-width: 600px){
.container {
width: 62%;
}
}
@media screen and (max-width: 568px){
.agileits-w3layouts-copyright p{
padding:0 1em;
}
.container {
width: 66%;
}
h1.agile-head {
font-size: 2em;
}
}
@media screen and (max-width: 480px){
h1.agile-head {
font-size: 2.1em;
}
.container{
padding:2.1em;
}
a.w3_play_icon1{
width:17%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 91%;
}
.contact-form1 form.w3_agile_login {
width: 90%;
}
}
@media screen and (max-width: 414px){
h1.agile-head {
font-size: 1.8em;
letter-spacing: 3px;
}
h1.agile-head {
padding-top: 2em;
}
a.w3_play_icon1{
width:20%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 90%;
}
}
@media screen and (max-width: 384px){
h1.agile-head {
font-size: 1.7em;
letter-spacing: 2px;
}
a.w3_play_icon1 {
width: 21%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 89%;
}
.contact-form1 .w3_agile_login input[type="email"],.contact-form1 .w3_agile_login input[type="password"] {
width: 86%;
}
.w3_agile_login input[type="submit"] {
width: 97%;
}
}
@media screen and (max-width: 375px){
a.w3_play_icon1{
width:22%;
}
.contact-form1 {
padding: 1em;
}
}
@media screen and (max-width: 320px){
h1.agile-head {
font-size: 1.5em;
letter-spacing:0px;
}
.container{
padding:1em;
width:82%;
}
a.w3_play_icon1{
width:21%;
}
.w3_agile_login input[type="email"], .w3_agile_login input[type="password"], .w3_agile_login input[type="text"] {
width: 89%;
}
.contact-form1 .w3_agile_login input[type="email"],.contact-form1 .w3_agile_login input[type="password"] {
width: 82%;
}
.agileits-w3layouts-copyright p {
padding: 0 0.5em;
}
.agileits-w3layouts-copyright.text-center {
padding: 0 0 8em;
}
.w3_agile_login input[type="submit"] {
width: 94%;
}
}
/* -- //Responsive code -- */ | 0.260107 | 0.057493 |
.menu{
margin-bottom: -15px;
padding: 0;
}
nav {
width: 100%;
margin: 0 auto;
background: transparent;
}
nav ul {
list-style: none;
text-align: start;
padding: 0;
height: auto;
display: flex;
justify-content: space-between;
}
nav ul li {
display: inline-block;
width: 49.99%;
}
nav ul li a {
display: block;
padding: 15px;
text-decoration: none;
color: white;
font-weight: 800;
text-transform: uppercase;
margin: 0 10px;
width: 100%;
text-align: center;
}
nav ul li button{
width: 99%;
color: #1c9ef7;
background: #f0f3fc;
padding: 8px 15px;
font-weight: 600 !important;
border: none;
font: inherit;
cursor: pointer;
outline: inherit;
border: 1px solid #1c9ef7;
}
nav ul li a,
nav ul li button:after,
nav ul li button:before {
transition: all .5s;
}
nav ul li button:hover {
/* color: #555; */
background: #e5eaf7!important ;
font-weight: 600;
}
nav ul li button:focus {
color: white;
border-bottom: none;
background: #009ef7!important;
font-weight: 600;
}
/*=================================================*/
.my-row{
margin-right: -1rem;
margin-left: -1rem;
display: flex;
flex-wrap: wrap;
}
.country-box{
align-items: center!important;
display: flex;
padding-right: 1rem;
margin: 5px 0;
}
.country-box span{
padding-right: 10px;
font-size: 14px;
}
.select{
padding: 5px 12px;
color: #333333;
background-color: #eeeeee;
border: 1px solid #dddddd;
cursor: pointer;
min-width: 220px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down open-indicator vs__open-indicator" role="presentation"><polyline points="6 9 12 15 18 9"></polyline></svg>') ;
background-position: right 5px top 50%;
background-repeat: no-repeat;
background-size: 15px;
padding-right: 30px;
border-radius: .27rem!important;
}
.select:focus,
.select:hover {
outline: none;
border: 1px solid #bbbbbb;
}
.select option{
letter-spacing: 1.2px;
padding: .5rem 0;
top: 20px;
margin: 0 0 0;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(34,41,47,.05);
}
.select::-ms-expand{
display: none;
}
[type="date"] {
background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat ;
border: 1px solid #dddddd;
border-radius: .27rem!important;
cursor: pointer;
padding: 5px 12px;
}
[type="date"]::-webkit-inner-spin-button {
display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
opacity: 0;
}
.main-content{
margin: 1.5rem!important;
margin-bottom: 0 !important;
}
input {
border: 1px solid #c4c4c4;
border-radius: 5px;
background-color: #fff;
padding: 3px 5px;
min-width: 220px;
outline: inherit;
}
.date-box{
display: flex;
padding-right: 1rem;
align-items: center;
margin: 5px 0;
}
.date-box label{
font-family: "Roboto", sans-serif;
font-weight: 500;
color: black;
min-width: 70px;
display: block;
font-size: 14px;
margin: 0;
}
.date-box input:focus,
.date-box input:hover {
outline: none;
border: 1px solid #bbbbbb;
}
@media screen and (max-width: 360px) {
input {
min-width: auto;
}
.select{
min-width: 150px;
}
}
@media screen and (max-width: 480px) {
.main-content {
margin:0 !important;
}
nav ul {
display: block;
padding: 0;
}
nav ul li button {
width: 100%;
margin-bottom: 3px;
}
nav ul li {
width: 100%;
}
.menu{
padding: 0;
}
}
.divs{
background: white;
margin: 20px 0;
}
.card-body{
padding: 0;
}
.card-body button{
padding: 8px 15px;
border-radius: .27rem!important;
color: white;
background-color: #009ef7!important;
border: none;
cursor: pointer;
margin-top: 10px;
font-weight: 500;
}
.card-body button:hover {
outline: none;
background: #44baff!important ;
}
.our-table{
display: table;
width: 100%;
text-align: center;
}
.our-table .our-row{
display: flex;
padding: 0.6rem!important;
border-radius: .27rem!important;
align-items: center!important;
background-color: #f1faff!important;
border-collapse: separate;
border-spacing: 5px 8px;
justify-content: space-between;
margin: 10px 0;
}
.our-table .our-row .our-cell{
display: table-cell;
text-align: justify;
margin: 0;
}
.our-table .our-row .our-cell:nth-child(1) span{
color: #a1a5b7!important;
display: block!important;
font-weight: 300;
font-size: 14px;
margin-top: -2px;
}
.our-table .our-row .our-cell:nth-child(1) a{
color: #3f4254!important;
font-weight: 500!important;
font-size: 14px;
text-decoration: none;
}
.our-table .our-row .our-cell:nth-child(2) a{
color: #3f4254;
font-weight: 500;
font-size: 14px;
text-decoration: none;
}
.our-table .our-row .our-cell:nth-child(2) span{
color: #3f4254;
font-weight: 500;
font-size: 14px;
}
.our-table .our-row .our-cell i{
font-size: 17px;
padding: 0 8px;
color: #009ef7!important;
font-weight: 600!important;
}
.our-table .our-row:hover,
.our-table .our-row:focus {
background: #e7f7ff !important;
font-weight: 600 !important ;
}
.our-table .our-row:hover .our-cell:nth-child(1) a{
font-weight: 600 !important;
}
.our-table .our-row:hover .our-cell:nth-child(1) span{
font-weight: 500 !important;
}
.prix-fact {
color: #009ef7!important;
font-weight: 600!important;
font-size: 14px !important;
}
.hide button{
padding: 8px 15px;
border-radius: .27rem!important;
color: white;
background-color: #009ef7!important;
border: none;
cursor: pointer;
outline: inherit;
margin-top: 10px;
font-weight: 500;
}
.hide button:hover{
outline: none;
background: #44baff!important ;
}
.fix-height{
height: 400px !important;
overflow: auto;
} | src/app/views/modules/cash/tables/tables.component.css |
.menu{
margin-bottom: -15px;
padding: 0;
}
nav {
width: 100%;
margin: 0 auto;
background: transparent;
}
nav ul {
list-style: none;
text-align: start;
padding: 0;
height: auto;
display: flex;
justify-content: space-between;
}
nav ul li {
display: inline-block;
width: 49.99%;
}
nav ul li a {
display: block;
padding: 15px;
text-decoration: none;
color: white;
font-weight: 800;
text-transform: uppercase;
margin: 0 10px;
width: 100%;
text-align: center;
}
nav ul li button{
width: 99%;
color: #1c9ef7;
background: #f0f3fc;
padding: 8px 15px;
font-weight: 600 !important;
border: none;
font: inherit;
cursor: pointer;
outline: inherit;
border: 1px solid #1c9ef7;
}
nav ul li a,
nav ul li button:after,
nav ul li button:before {
transition: all .5s;
}
nav ul li button:hover {
/* color: #555; */
background: #e5eaf7!important ;
font-weight: 600;
}
nav ul li button:focus {
color: white;
border-bottom: none;
background: #009ef7!important;
font-weight: 600;
}
/*=================================================*/
.my-row{
margin-right: -1rem;
margin-left: -1rem;
display: flex;
flex-wrap: wrap;
}
.country-box{
align-items: center!important;
display: flex;
padding-right: 1rem;
margin: 5px 0;
}
.country-box span{
padding-right: 10px;
font-size: 14px;
}
.select{
padding: 5px 12px;
color: #333333;
background-color: #eeeeee;
border: 1px solid #dddddd;
cursor: pointer;
min-width: 220px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down open-indicator vs__open-indicator" role="presentation"><polyline points="6 9 12 15 18 9"></polyline></svg>') ;
background-position: right 5px top 50%;
background-repeat: no-repeat;
background-size: 15px;
padding-right: 30px;
border-radius: .27rem!important;
}
.select:focus,
.select:hover {
outline: none;
border: 1px solid #bbbbbb;
}
.select option{
letter-spacing: 1.2px;
padding: .5rem 0;
top: 20px;
margin: 0 0 0;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(34,41,47,.05);
}
.select::-ms-expand{
display: none;
}
[type="date"] {
background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat ;
border: 1px solid #dddddd;
border-radius: .27rem!important;
cursor: pointer;
padding: 5px 12px;
}
[type="date"]::-webkit-inner-spin-button {
display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
opacity: 0;
}
.main-content{
margin: 1.5rem!important;
margin-bottom: 0 !important;
}
input {
border: 1px solid #c4c4c4;
border-radius: 5px;
background-color: #fff;
padding: 3px 5px;
min-width: 220px;
outline: inherit;
}
.date-box{
display: flex;
padding-right: 1rem;
align-items: center;
margin: 5px 0;
}
.date-box label{
font-family: "Roboto", sans-serif;
font-weight: 500;
color: black;
min-width: 70px;
display: block;
font-size: 14px;
margin: 0;
}
.date-box input:focus,
.date-box input:hover {
outline: none;
border: 1px solid #bbbbbb;
}
@media screen and (max-width: 360px) {
input {
min-width: auto;
}
.select{
min-width: 150px;
}
}
@media screen and (max-width: 480px) {
.main-content {
margin:0 !important;
}
nav ul {
display: block;
padding: 0;
}
nav ul li button {
width: 100%;
margin-bottom: 3px;
}
nav ul li {
width: 100%;
}
.menu{
padding: 0;
}
}
.divs{
background: white;
margin: 20px 0;
}
.card-body{
padding: 0;
}
.card-body button{
padding: 8px 15px;
border-radius: .27rem!important;
color: white;
background-color: #009ef7!important;
border: none;
cursor: pointer;
margin-top: 10px;
font-weight: 500;
}
.card-body button:hover {
outline: none;
background: #44baff!important ;
}
.our-table{
display: table;
width: 100%;
text-align: center;
}
.our-table .our-row{
display: flex;
padding: 0.6rem!important;
border-radius: .27rem!important;
align-items: center!important;
background-color: #f1faff!important;
border-collapse: separate;
border-spacing: 5px 8px;
justify-content: space-between;
margin: 10px 0;
}
.our-table .our-row .our-cell{
display: table-cell;
text-align: justify;
margin: 0;
}
.our-table .our-row .our-cell:nth-child(1) span{
color: #a1a5b7!important;
display: block!important;
font-weight: 300;
font-size: 14px;
margin-top: -2px;
}
.our-table .our-row .our-cell:nth-child(1) a{
color: #3f4254!important;
font-weight: 500!important;
font-size: 14px;
text-decoration: none;
}
.our-table .our-row .our-cell:nth-child(2) a{
color: #3f4254;
font-weight: 500;
font-size: 14px;
text-decoration: none;
}
.our-table .our-row .our-cell:nth-child(2) span{
color: #3f4254;
font-weight: 500;
font-size: 14px;
}
.our-table .our-row .our-cell i{
font-size: 17px;
padding: 0 8px;
color: #009ef7!important;
font-weight: 600!important;
}
.our-table .our-row:hover,
.our-table .our-row:focus {
background: #e7f7ff !important;
font-weight: 600 !important ;
}
.our-table .our-row:hover .our-cell:nth-child(1) a{
font-weight: 600 !important;
}
.our-table .our-row:hover .our-cell:nth-child(1) span{
font-weight: 500 !important;
}
.prix-fact {
color: #009ef7!important;
font-weight: 600!important;
font-size: 14px !important;
}
.hide button{
padding: 8px 15px;
border-radius: .27rem!important;
color: white;
background-color: #009ef7!important;
border: none;
cursor: pointer;
outline: inherit;
margin-top: 10px;
font-weight: 500;
}
.hide button:hover{
outline: none;
background: #44baff!important ;
}
.fix-height{
height: 400px !important;
overflow: auto;
} | 0.323166 | 0.042802 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
html,body,iv,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup, tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; /* vertical-align:baseline; */ }
strong{font-weight:bolder;}
:focus { outline:0; }
body { line-height:1.4; color:#000; }
ol,ul { list-style:square;margin-left:20px;}
table { border-collapse:separate; border-spacing:0; }
caption,th,td { font-weight:normal; }
a img{border:none;}
/*GENERAL*/
html{
margin:0;
padding:0;
overflow:scroll;
min-width:300px;
font-weight:normal;
z-index:-5;
background:#FFF;
height:100%;
width:auto;
}
body{
position:static;
margin:0;
padding:0;
min-width:300px;
min-height:100%;
width:auto;
}
/*LAYOUT PARTS*/
header{
line-height:1;
position:fixed;
top:0;
left:0;
right:0;
width:100%;
z-index:10;
}
#headerWrapper{
position:relative;
width:100%;
min-height:20px;
}
#headerCenter{
position:relative;
/* max-width:900px;*/
padding:0 15px 0 15px;
margin: 0 auto 7px auto;
overflow:hidden;
}
#headerTitles{
position:relative;
float:left;
display:inline-block;
}
#headerTitles>h1{
margin:7px 0 3px 0;
}
#headerTitles>h2{
margin: 5px 0 5px 3px;
}
#wrapper{
margin:0 0 0 0;
padding:90px 0 1px 0;
position:relative;
z-index:0;
}
#centerWrapper{
position:relative;
/* max-width: 900px;*/
margin:0 auto 15px auto;
padding: 0px 15px 0px 15px;
}
#contentWrapper{
min-height:300px;
margin: -40px 0 0 0;
padding:35px 20px 70px 20px;
display:none;
overflow:visible;
}
#content{
min-height:200px;
position:relative;
display:block;
margin:0;
padding:0;
font-weight:normal;
height:auto;
}
#tileContainer{
display:none;
position:relative;
font-weight:normal;
margin-top:30px;
}
footer{ /*show a little footer in the rightdown corner*/
position:fixed;
bottom:0;
right:0;
padding:1px;
font-weight:lighter;
text-decoration:none;
}
footer:hover{
cursor:default;
}
.navArrows{
position:absolute;
margin-top:60px;
opacity: 0.5;
filter: alpha(opacity=50);
height:32px;
display:none;
}
.navArrows:hover{
cursor:pointer;
}
.navArrows.hidden{
opacity:0;
}
/* General Navigation */
.groupTitle{ /*the title of the tilegroups*/
position:absolute;
text-decoration:none;
white-space: nowrap;
}
.groupTitle>h3{
margin:0;
font-weight:lighter;
}
#bgImage{ position:fixed; top:0; left:0; z-index:-4; min-width:100%;min-height:100%;}
#catchScroll{position:fixed;top:0; left:0;width:100%;height:100%;z-index:-1;}
#mobileOnDesktop{
color:#FFF;
padding:5px;
text-decoration:none;
position:absolute;
top:0;left:0;
background-color:#668000;
z-index:999;
}
#mobileOnDesktop:hover, #mobileOnDesktop:active{
color:#FFF;
text-decoration:underline;
border:1px solid #FFF;
}
/*Sidebar */
.sidebar{
position:relative;
padding:0;
margin:0;
height:100%;
top:0;
bottom:0;
}
.sidebar-left{
margin: 5px 15px 0 0;
float:left;
}
.sidebar-right{
margin: 5px 0 0 15px;
float:right;
}
.sidebar-top{
margin: 5px 0 5px 0;
width:100%;
} | Metro/layout.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
html,body,iv,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup, tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; /* vertical-align:baseline; */ }
strong{font-weight:bolder;}
:focus { outline:0; }
body { line-height:1.4; color:#000; }
ol,ul { list-style:square;margin-left:20px;}
table { border-collapse:separate; border-spacing:0; }
caption,th,td { font-weight:normal; }
a img{border:none;}
/*GENERAL*/
html{
margin:0;
padding:0;
overflow:scroll;
min-width:300px;
font-weight:normal;
z-index:-5;
background:#FFF;
height:100%;
width:auto;
}
body{
position:static;
margin:0;
padding:0;
min-width:300px;
min-height:100%;
width:auto;
}
/*LAYOUT PARTS*/
header{
line-height:1;
position:fixed;
top:0;
left:0;
right:0;
width:100%;
z-index:10;
}
#headerWrapper{
position:relative;
width:100%;
min-height:20px;
}
#headerCenter{
position:relative;
/* max-width:900px;*/
padding:0 15px 0 15px;
margin: 0 auto 7px auto;
overflow:hidden;
}
#headerTitles{
position:relative;
float:left;
display:inline-block;
}
#headerTitles>h1{
margin:7px 0 3px 0;
}
#headerTitles>h2{
margin: 5px 0 5px 3px;
}
#wrapper{
margin:0 0 0 0;
padding:90px 0 1px 0;
position:relative;
z-index:0;
}
#centerWrapper{
position:relative;
/* max-width: 900px;*/
margin:0 auto 15px auto;
padding: 0px 15px 0px 15px;
}
#contentWrapper{
min-height:300px;
margin: -40px 0 0 0;
padding:35px 20px 70px 20px;
display:none;
overflow:visible;
}
#content{
min-height:200px;
position:relative;
display:block;
margin:0;
padding:0;
font-weight:normal;
height:auto;
}
#tileContainer{
display:none;
position:relative;
font-weight:normal;
margin-top:30px;
}
footer{ /*show a little footer in the rightdown corner*/
position:fixed;
bottom:0;
right:0;
padding:1px;
font-weight:lighter;
text-decoration:none;
}
footer:hover{
cursor:default;
}
.navArrows{
position:absolute;
margin-top:60px;
opacity: 0.5;
filter: alpha(opacity=50);
height:32px;
display:none;
}
.navArrows:hover{
cursor:pointer;
}
.navArrows.hidden{
opacity:0;
}
/* General Navigation */
.groupTitle{ /*the title of the tilegroups*/
position:absolute;
text-decoration:none;
white-space: nowrap;
}
.groupTitle>h3{
margin:0;
font-weight:lighter;
}
#bgImage{ position:fixed; top:0; left:0; z-index:-4; min-width:100%;min-height:100%;}
#catchScroll{position:fixed;top:0; left:0;width:100%;height:100%;z-index:-1;}
#mobileOnDesktop{
color:#FFF;
padding:5px;
text-decoration:none;
position:absolute;
top:0;left:0;
background-color:#668000;
z-index:999;
}
#mobileOnDesktop:hover, #mobileOnDesktop:active{
color:#FFF;
text-decoration:underline;
border:1px solid #FFF;
}
/*Sidebar */
.sidebar{
position:relative;
padding:0;
margin:0;
height:100%;
top:0;
bottom:0;
}
.sidebar-left{
margin: 5px 15px 0 0;
float:left;
}
.sidebar-right{
margin: 5px 0 0 15px;
float:right;
}
.sidebar-top{
margin: 5px 0 5px 0;
width:100%;
} | 0.254046 | 0.059401 |
.png24{filter:expression(Jx.applyPNGFilter(this))}
/* Opacity needs to be set in IE6 and below using the following filters.
* Please note that IE8 changed how filters are written.
*/
.jxChromeDrag {filter: Alpha(opacity=50);}
.jxDialogModal {filter: Alpha(opacity=20);}
.jxDisabled {filter:Alpha(opacity=40);}
.jxDisabled * {filter:Alpha(opacity=40);}
iframe.jxIframeShim {filter:Alpha(opacity:0);}
/* List items do not render properly under several conditions.
* Applying a height to the LI forces it to render properly.
* Content that is taller than the li simply forces the li to be taller
*/
.jxTree li,
.jxTreeRoot li {
height: 20px;
}
/* tree item focus style */
.jxTree a:active,
.jxTreeRoot a:active {
border-left: 1px dotted #75ADFF;
border-right: 1px dotted #75ADFF;
margin: 0px 0px 0px 14px;
background-position: left -72px;
outline: expression(hideFocus='true');
}
/* IE versions 7 and below do not recognize the focus pseudo-class, but instead
* use the active pseudo-class. Other browsers use the active-pseudo-class
* while something is being pressed so IE specific definitions are needed. */
/* focus button */
ul.jxToolbar .jxButton:active,
.jxButton:active {
background-position: left -96px;
outline: expression(hideFocus='true');
}
.jxButton:active span.jxButtonContent {
background-position: right -96px;
}
/* focus active button */
ul.jxToolbar .jxButtonActive:active,
.jxButtonActive:active {
background-position: left -144px;
}
.jxButtonActive:active span.jxButtonContent {
background-position: right -144px;
}
/* clicking normal button */
ul.jxToolbar .jxButtonPressed:active,
.jxButtonPressed:active {
background-position: left -120px;
}
.jxButtonPressed:active span.jxButtonContent {
background-position: right -120px;
}
.jxButtonDisclose:active {
background-position: right -96px;
}
/* HORIZONTALTAB BAR - TOP and BOTTOM TABS */
/* Focus tab */
.jxBarTop a.jxTab:active,
.jxBarBottom a.jxTab:active {
background-position: left -96px;
outline: expression(hideFocus='true');
}
.jxBarTop a.jxTab:active span.jxTabContent,
.jxBarBottom a.jxTab:active span.jxTabContent {
background-position: right -96px;
}
/* Focus Active tab */
.jxBarTop a.jxTabActive:active,
.jxBarBottom a.jxTabActive:active {
background-position: left -144px;
}
.jxBarTop a.jxTabActive:active span.jxTabContent,
.jxBarBottom a.jxTabActive:active span.jxTabContent {
background-position: right -144px;
}
/* Click Focused Tab */
.jxBarTop a.jxTabPressed:active,
.jxBarBottom a.jxTabPressed:active {
background-position: left -120px;
}
.jxBarTop a.jxTabPressed:active span.jxTabContent,
.jxBarBottom a.jxTabPressed:active span.jxTabContent {
background-position: right -120px;
}
/* VERTICAL TAB BAR - LEFT and RIGHT */
/* Focus tab */
.jxBarLeft a.jxTab:active,
.jxBarRight a.jxTab:active {
background-position: -96px top;
outline: expression(hideFocus='true');
}
.jxBarLeft a.jxTab:active span.jxTabContent,
.jxBarRight a.jxTab:active span.jxTabContent {
background-position: -96px bottom;
}
/* Focus Active tab */
.jxBarLeft a.jxTabActive:active,
.jxBarRight a.jxTabActive:active {
background-position: -144px top;
}
.jxBarLeft a.jxTabActive:active span.jxTabContent,
.jxBarRight a.jxTabActive:active span.jxTabContent {
background-position: -144px bottom;
}
/* Click Focused Tab */
.jxBarLeft a.jxTabPressed:active,
.jxBarRight a.jxTabPressed:active {
background-position: -120px top;
}
.jxBarLeft a.jxTabPressed:active span.jxTabContent,
.jxBarRight a.jxTabPressed:active span.jxTabContent {
background-position: -120px bottom;
}
/* Menu Item icon position.
IE 6 seems to want to line up the image differently.
This override just nudges it back up. */
img.jxMenuItemIcon {
top: 3px;
}
/* Menu Item States */
a.jxMenuItemActive {
background-position: 1px -97px;
}
a.jxMenuItem:active {
background-position: 1px -73px;
outline: expression(hideFocus='true');
}
a.jxMenuItemActive:active {
background-position: 1px -169px;
}
a.jxMenuItem:hover {
background-position: 1px -25px;
}
a.jxMenuItem:hover span.jxMenuItemContent {
border-top: 1px solid #C5E0FF; /* forces IE to render properly */
}
a.jxMenuItemActive:hover {
background-position: 1px -121px;
}
a.jxMenuItemPressed,
a.jxMenuItemPressed:hover {
background-position: 1px -49px;
}
span.jxMenuItemContent {
border-top: 1px solid #fff; /* forces IE to render properly */
}
span.jxMenuItemContent span {
font-size: 15px;
line-height: 15px;
}
/* chrome in dialogs doesn't resize properly when collapsing a dialog before
* moving or resizing it in IE 6 only, hiding overflow seems to do the trick
*/
.jxChrome {
overflow: hidden;
} | docs/tutorial/fullPage/crispin/ie6.css | .png24{filter:expression(Jx.applyPNGFilter(this))}
/* Opacity needs to be set in IE6 and below using the following filters.
* Please note that IE8 changed how filters are written.
*/
.jxChromeDrag {filter: Alpha(opacity=50);}
.jxDialogModal {filter: Alpha(opacity=20);}
.jxDisabled {filter:Alpha(opacity=40);}
.jxDisabled * {filter:Alpha(opacity=40);}
iframe.jxIframeShim {filter:Alpha(opacity:0);}
/* List items do not render properly under several conditions.
* Applying a height to the LI forces it to render properly.
* Content that is taller than the li simply forces the li to be taller
*/
.jxTree li,
.jxTreeRoot li {
height: 20px;
}
/* tree item focus style */
.jxTree a:active,
.jxTreeRoot a:active {
border-left: 1px dotted #75ADFF;
border-right: 1px dotted #75ADFF;
margin: 0px 0px 0px 14px;
background-position: left -72px;
outline: expression(hideFocus='true');
}
/* IE versions 7 and below do not recognize the focus pseudo-class, but instead
* use the active pseudo-class. Other browsers use the active-pseudo-class
* while something is being pressed so IE specific definitions are needed. */
/* focus button */
ul.jxToolbar .jxButton:active,
.jxButton:active {
background-position: left -96px;
outline: expression(hideFocus='true');
}
.jxButton:active span.jxButtonContent {
background-position: right -96px;
}
/* focus active button */
ul.jxToolbar .jxButtonActive:active,
.jxButtonActive:active {
background-position: left -144px;
}
.jxButtonActive:active span.jxButtonContent {
background-position: right -144px;
}
/* clicking normal button */
ul.jxToolbar .jxButtonPressed:active,
.jxButtonPressed:active {
background-position: left -120px;
}
.jxButtonPressed:active span.jxButtonContent {
background-position: right -120px;
}
.jxButtonDisclose:active {
background-position: right -96px;
}
/* HORIZONTALTAB BAR - TOP and BOTTOM TABS */
/* Focus tab */
.jxBarTop a.jxTab:active,
.jxBarBottom a.jxTab:active {
background-position: left -96px;
outline: expression(hideFocus='true');
}
.jxBarTop a.jxTab:active span.jxTabContent,
.jxBarBottom a.jxTab:active span.jxTabContent {
background-position: right -96px;
}
/* Focus Active tab */
.jxBarTop a.jxTabActive:active,
.jxBarBottom a.jxTabActive:active {
background-position: left -144px;
}
.jxBarTop a.jxTabActive:active span.jxTabContent,
.jxBarBottom a.jxTabActive:active span.jxTabContent {
background-position: right -144px;
}
/* Click Focused Tab */
.jxBarTop a.jxTabPressed:active,
.jxBarBottom a.jxTabPressed:active {
background-position: left -120px;
}
.jxBarTop a.jxTabPressed:active span.jxTabContent,
.jxBarBottom a.jxTabPressed:active span.jxTabContent {
background-position: right -120px;
}
/* VERTICAL TAB BAR - LEFT and RIGHT */
/* Focus tab */
.jxBarLeft a.jxTab:active,
.jxBarRight a.jxTab:active {
background-position: -96px top;
outline: expression(hideFocus='true');
}
.jxBarLeft a.jxTab:active span.jxTabContent,
.jxBarRight a.jxTab:active span.jxTabContent {
background-position: -96px bottom;
}
/* Focus Active tab */
.jxBarLeft a.jxTabActive:active,
.jxBarRight a.jxTabActive:active {
background-position: -144px top;
}
.jxBarLeft a.jxTabActive:active span.jxTabContent,
.jxBarRight a.jxTabActive:active span.jxTabContent {
background-position: -144px bottom;
}
/* Click Focused Tab */
.jxBarLeft a.jxTabPressed:active,
.jxBarRight a.jxTabPressed:active {
background-position: -120px top;
}
.jxBarLeft a.jxTabPressed:active span.jxTabContent,
.jxBarRight a.jxTabPressed:active span.jxTabContent {
background-position: -120px bottom;
}
/* Menu Item icon position.
IE 6 seems to want to line up the image differently.
This override just nudges it back up. */
img.jxMenuItemIcon {
top: 3px;
}
/* Menu Item States */
a.jxMenuItemActive {
background-position: 1px -97px;
}
a.jxMenuItem:active {
background-position: 1px -73px;
outline: expression(hideFocus='true');
}
a.jxMenuItemActive:active {
background-position: 1px -169px;
}
a.jxMenuItem:hover {
background-position: 1px -25px;
}
a.jxMenuItem:hover span.jxMenuItemContent {
border-top: 1px solid #C5E0FF; /* forces IE to render properly */
}
a.jxMenuItemActive:hover {
background-position: 1px -121px;
}
a.jxMenuItemPressed,
a.jxMenuItemPressed:hover {
background-position: 1px -49px;
}
span.jxMenuItemContent {
border-top: 1px solid #fff; /* forces IE to render properly */
}
span.jxMenuItemContent span {
font-size: 15px;
line-height: 15px;
}
/* chrome in dialogs doesn't resize properly when collapsing a dialog before
* moving or resizing it in IE 6 only, hiding overflow seems to do the trick
*/
.jxChrome {
overflow: hidden;
} | 0.399343 | 0.274039 |
@font-face {
font-family: InterUI;
font-style: normal;
font-weight: 400;
src: local("InterUI"), local("InterUI-Regular")
}
@font-face {
font-family: InterUI;
font-style: normal;
font-weight: 500;
src: local("InterUI Medium"), local("InterUI-Medium")
}
/*
font sizes with weights are all taken from GitHub Help pages
*/
h1, h2, h3, h4, h5, h6 {
font-family: InterUI, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
margin-top: 32px;
margin-bottom: 16px;
line-height: 1.25;
}
h1 {
padding-bottom: 0.3em;
font-size: 2em;
}
h2 {
padding-bottom: 0.3em;
font-size: 1.5em;
}
h3 {
font-size: 1.25em
}
h4 {
font-size: 1em
}
h5 {
font-size: 0.875em
}
h6 {
font-size: 0.85em;
color: #6a737d
}
p, li {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
line-height: 1.5;
word-wrap: break-word;
margin-bottom: 16px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color: white;
color: #333;
margin: 0;
}
nav {
max-width: 1050px;
font-size: 16px;
line-height: 1;
margin: 15px auto 35px;
}
#navGrid {
color: white;
}
#navGrid > div {
margin: 0 auto;
}
.navCell, .navCellActive {
display: inline;
margin: 0 auto;
margin-left: 1em;
margin-right: 1em;
}
.navCell a {
color: white;
background-color: #409c2b;
display: inline-block;
padding: 17px;
margin: 10px;
border-radius: 10px;
text-decoration: none;
}
.navCell a:hover {
background-color: #327922;
}
.youtubeContainer {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.youtube {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.largeImg {
width: 100%
}
.flexGalleryGrid2x2 {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.flexGalleryCell2x2 {
width: 50%
}
.flexGalleryCell2x2 img {
max-width: 100%;
}
.flexGalleryGrid3x {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.flexGalleryCell3x {
width: calc(100% / 3)
}
.flexGalleryCell3x img {
max-width: 100%;
}
.navCellActive a {
color: white;
font-weight: 400;
background-color: #327922;
display: inline-block;
padding: 17px;
margin: 10px;
border-radius: 10px;
text-decoration: none;
}
#werwirsind h1 {
padding-bottom: 0;
margin-bottom: 0;
}
#werwirsind h4 {
margin-top: 12px;
margin-bottom: 20px;
}
.noMarginTop {
margin-top: 0 !important;
}
#werwirsind img {
float: right;
margin-left: 25px;
margin-top: 60px;
width: 300px;
border-radius: 20px;
}
#index img {
display: block;
width: 100%;
}
#index {
max-width: 1200px;
}
.fullWidthImage {
border-radius: 20px;
}
.fullWidthImageMarginBottom {
margin-bottom: 30px;
border-radius: 20px;
}
.fullWidthImageMarginTopBottom {
border-radius: 20px;
margin-bottom: 30px;
margin-top: 30px;
}
.floatedRightImg {
width: 100%;
border-radius: 20px;
}
#seminareText {
padding: 0;
}
#seminareButtons h1 {
padding-top: 0;
}
#seminareButtons h4 {
padding-top: 0;
}
#seminareButtons p {
padding-right: 30px;
padding-left: 30px;
}
#seminareButtons a {
padding: 20px;
color: black;
display: block;
text-align: center;
border-radius: 30px;
margin-bottom: 60px;
}
#seminareButtons a:hover {
background-color: rgba(50, 121, 34, 0.26);
}
#seminareButtons a img {
width: 90%;
margin: 0 auto 30px;
display: block;
border-radius: 30px;
}
#seminar img {
width: 90%;
margin: 0 auto 30px;
display: block;
border-radius: 30px;
}
#seminarBlock h1 {
padding-top: 0;
}
#seminarBlock {
color: black;
display: block;
text-align: center;
}
#seminarBlockAnmeldung h1 {
padding-top: 30px;
}
#seminarBlockAnmeldung h4 {
text-align: center;
}
#seminarBlockAnmeldung {
color: black;
display: block;
height: 300px;
text-align: center;
}
#anmeldung h1 {
margin-top: 50px;
color: white;
background-color: #327922;
padding: 20px;
border-radius: 20px;
}
#anmeldung h1:hover {
background-color: #316b21;
}
#anmeldung {
margin-top: 60px;
}
#impressionen {
max-width: 1200px;
width: 100%;
padding: 0;
}
#impressionen h1 {
margin-left: 20px;
margin-right: 20px;
text-align: center;
}
.bigTopMargin {
margin-top: 60px;
}
#impressionen h2 {
margin-top: 50px;
text-align: center;
}
#headerLarge {
width: 100%;
background: #0e5519;
max-width: 100%;
display: block;
height: auto;
}
#logoContainer {
position: absolute;
width: 100%;
left: 0;
top: 25%;
}
.textContainer {
margin: 0 auto;
max-width: 800px;
}
.textContainer img {
margin-top: 3em;
margin-bottom: 3em;
}
header #logo {
display: block;
opacity: 0.8;
margin: 0 auto;
max-width: 75%;
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(3px 3px 3px #222);
}
header #logo:hover {
opacity: 1.0;
}
article {
max-width: 800px;
margin: 0 auto;
padding-right: 25px;
padding-left: 25px;
}
article a {
color: #369a43;
text-decoration: solid;
font-weight: 500;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
article a:hover {
color: #31632e;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
footer {
margin-top: 45px;
padding-top: 15px;
padding-bottom: 15px;
background-color: #497225;
color: white;
}
footer > div {
margin: 0 auto;
width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
color: white;
}
footer div a {
margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
display: block;
text-decoration: none;
color: white;
}
footer div a:hover {
background-color: #0e5519;
}
footer img {
width: 28px;
height: 28px;
margin-left: 16px;
margin-top: 16px;
float: left;
}
footer p {
font-size: 16px;
margin-top: 18px;
margin-left: 16px;
display: inline-block;
}
.footerCell {
width: 100%;
min-height: 50px;
}
.floatedInspiriertSein {
float: left;
width: 100px;
margin-right: 20px;
}
@media (min-width: 650px) {
.floatedRightImg {
float: right;
margin-left: 25px;
width: 300px;
border-radius: 20px;
}
}
@media (min-width: 800px) {
#bgHeader #logo {
width: initial;
height: 200px;
}
.footerCell {
width: 50%;
}
footer > div {
margin: 0 auto;
max-width: 800px;
}
footer div a {
margin: 0;
}
#seminareButtons h1 {
padding-top: 20px;
}
#seminareButtons h4 {
padding-top: 15px;
}
#seminareButtons a {
padding: 0;
height: 300px;
border-radius: 30px;
}
#seminareButtons a img {
float: left;
width: 50%;
}
#seminar img {
float: left;
width: 50%;
margin: 0 auto 30px;
display: block;
border-radius: 30px;
}
#seminarBlock h1 {
padding-top: 60px;
}
#seminarBlock h4 {
text-align: center;
}
#seminarBlock {
color: black;
display: block;
height: 300px;
text-align: center;
}
}
@media (min-width: 1050px) {
#navGrid {
color: white;
display: flex;
}
} | css/all.css | @font-face {
font-family: InterUI;
font-style: normal;
font-weight: 400;
src: local("InterUI"), local("InterUI-Regular")
}
@font-face {
font-family: InterUI;
font-style: normal;
font-weight: 500;
src: local("InterUI Medium"), local("InterUI-Medium")
}
/*
font sizes with weights are all taken from GitHub Help pages
*/
h1, h2, h3, h4, h5, h6 {
font-family: InterUI, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
margin-top: 32px;
margin-bottom: 16px;
line-height: 1.25;
}
h1 {
padding-bottom: 0.3em;
font-size: 2em;
}
h2 {
padding-bottom: 0.3em;
font-size: 1.5em;
}
h3 {
font-size: 1.25em
}
h4 {
font-size: 1em
}
h5 {
font-size: 0.875em
}
h6 {
font-size: 0.85em;
color: #6a737d
}
p, li {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
line-height: 1.5;
word-wrap: break-word;
margin-bottom: 16px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color: white;
color: #333;
margin: 0;
}
nav {
max-width: 1050px;
font-size: 16px;
line-height: 1;
margin: 15px auto 35px;
}
#navGrid {
color: white;
}
#navGrid > div {
margin: 0 auto;
}
.navCell, .navCellActive {
display: inline;
margin: 0 auto;
margin-left: 1em;
margin-right: 1em;
}
.navCell a {
color: white;
background-color: #409c2b;
display: inline-block;
padding: 17px;
margin: 10px;
border-radius: 10px;
text-decoration: none;
}
.navCell a:hover {
background-color: #327922;
}
.youtubeContainer {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.youtube {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.largeImg {
width: 100%
}
.flexGalleryGrid2x2 {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.flexGalleryCell2x2 {
width: 50%
}
.flexGalleryCell2x2 img {
max-width: 100%;
}
.flexGalleryGrid3x {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.flexGalleryCell3x {
width: calc(100% / 3)
}
.flexGalleryCell3x img {
max-width: 100%;
}
.navCellActive a {
color: white;
font-weight: 400;
background-color: #327922;
display: inline-block;
padding: 17px;
margin: 10px;
border-radius: 10px;
text-decoration: none;
}
#werwirsind h1 {
padding-bottom: 0;
margin-bottom: 0;
}
#werwirsind h4 {
margin-top: 12px;
margin-bottom: 20px;
}
.noMarginTop {
margin-top: 0 !important;
}
#werwirsind img {
float: right;
margin-left: 25px;
margin-top: 60px;
width: 300px;
border-radius: 20px;
}
#index img {
display: block;
width: 100%;
}
#index {
max-width: 1200px;
}
.fullWidthImage {
border-radius: 20px;
}
.fullWidthImageMarginBottom {
margin-bottom: 30px;
border-radius: 20px;
}
.fullWidthImageMarginTopBottom {
border-radius: 20px;
margin-bottom: 30px;
margin-top: 30px;
}
.floatedRightImg {
width: 100%;
border-radius: 20px;
}
#seminareText {
padding: 0;
}
#seminareButtons h1 {
padding-top: 0;
}
#seminareButtons h4 {
padding-top: 0;
}
#seminareButtons p {
padding-right: 30px;
padding-left: 30px;
}
#seminareButtons a {
padding: 20px;
color: black;
display: block;
text-align: center;
border-radius: 30px;
margin-bottom: 60px;
}
#seminareButtons a:hover {
background-color: rgba(50, 121, 34, 0.26);
}
#seminareButtons a img {
width: 90%;
margin: 0 auto 30px;
display: block;
border-radius: 30px;
}
#seminar img {
width: 90%;
margin: 0 auto 30px;
display: block;
border-radius: 30px;
}
#seminarBlock h1 {
padding-top: 0;
}
#seminarBlock {
color: black;
display: block;
text-align: center;
}
#seminarBlockAnmeldung h1 {
padding-top: 30px;
}
#seminarBlockAnmeldung h4 {
text-align: center;
}
#seminarBlockAnmeldung {
color: black;
display: block;
height: 300px;
text-align: center;
}
#anmeldung h1 {
margin-top: 50px;
color: white;
background-color: #327922;
padding: 20px;
border-radius: 20px;
}
#anmeldung h1:hover {
background-color: #316b21;
}
#anmeldung {
margin-top: 60px;
}
#impressionen {
max-width: 1200px;
width: 100%;
padding: 0;
}
#impressionen h1 {
margin-left: 20px;
margin-right: 20px;
text-align: center;
}
.bigTopMargin {
margin-top: 60px;
}
#impressionen h2 {
margin-top: 50px;
text-align: center;
}
#headerLarge {
width: 100%;
background: #0e5519;
max-width: 100%;
display: block;
height: auto;
}
#logoContainer {
position: absolute;
width: 100%;
left: 0;
top: 25%;
}
.textContainer {
margin: 0 auto;
max-width: 800px;
}
.textContainer img {
margin-top: 3em;
margin-bottom: 3em;
}
header #logo {
display: block;
opacity: 0.8;
margin: 0 auto;
max-width: 75%;
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(3px 3px 3px #222);
}
header #logo:hover {
opacity: 1.0;
}
article {
max-width: 800px;
margin: 0 auto;
padding-right: 25px;
padding-left: 25px;
}
article a {
color: #369a43;
text-decoration: solid;
font-weight: 500;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
article a:hover {
color: #31632e;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
footer {
margin-top: 45px;
padding-top: 15px;
padding-bottom: 15px;
background-color: #497225;
color: white;
}
footer > div {
margin: 0 auto;
width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
color: white;
}
footer div a {
margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
display: block;
text-decoration: none;
color: white;
}
footer div a:hover {
background-color: #0e5519;
}
footer img {
width: 28px;
height: 28px;
margin-left: 16px;
margin-top: 16px;
float: left;
}
footer p {
font-size: 16px;
margin-top: 18px;
margin-left: 16px;
display: inline-block;
}
.footerCell {
width: 100%;
min-height: 50px;
}
.floatedInspiriertSein {
float: left;
width: 100px;
margin-right: 20px;
}
@media (min-width: 650px) {
.floatedRightImg {
float: right;
margin-left: 25px;
width: 300px;
border-radius: 20px;
}
}
@media (min-width: 800px) {
#bgHeader #logo {
width: initial;
height: 200px;
}
.footerCell {
width: 50%;
}
footer > div {
margin: 0 auto;
max-width: 800px;
}
footer div a {
margin: 0;
}
#seminareButtons h1 {
padding-top: 20px;
}
#seminareButtons h4 {
padding-top: 15px;
}
#seminareButtons a {
padding: 0;
height: 300px;
border-radius: 30px;
}
#seminareButtons a img {
float: left;
width: 50%;
}
#seminar img {
float: left;
width: 50%;
margin: 0 auto 30px;
display: block;
border-radius: 30px;
}
#seminarBlock h1 {
padding-top: 60px;
}
#seminarBlock h4 {
text-align: center;
}
#seminarBlock {
color: black;
display: block;
height: 300px;
text-align: center;
}
}
@media (min-width: 1050px) {
#navGrid {
color: white;
display: flex;
}
} | 0.386532 | 0.090173 |
.consultation_view_mother{
padding: 0 15px;
}
#consultation_all_modal .thumbnail_main_container{
padding: 0;
background-color: pink;
}
.search_consultation_container{
padding: 5px;
background-color: #f2f2f2;
border: 1px solid #cccccc;
}
.thumbnail_container{
text-align: center;
padding: 15px;
height: 640px;
overflow-y: scroll;
background-color: #fff;
border: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
.thumbnail_container{
height: 300px;
}
}
.thumbnail_wrapper{
height: 100px;
width: 80px;
overflow: hidden;
box-shadow: -2px 2px 1px 0px #ccc;
margin: auto;
}
.thumbnail_wrapper:hover{
cursor: pointer;
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
border: 1px solid rgba(81, 203, 238, 1);
}
.thumbnail_wrapper_focused{
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
border: 1px solid rgba(81, 203, 238, 1);
}
.thumbnail_wrapper table{
background-color: #fff;
}
.thumbnail_wrapper tr{
font-size: 1px; !important;
}
.thumbnail_wrapper p{
margin: 0px;
line-height: 2px; !important;
}
/*.thumbnail_wrapper tr{
line-height: 1px;
}*/
.thumbnail_wrapper_main{
margin-bottom: 5px;
}
.thumbnail_wrapper_main p.page_number{
text-align: center;
font-size: 11px;
}
.consultation_view_main_container{
height: 700px;
}
.consultation_header_wrapper{
padding: 5px;
background-color: #f2f2f2;
border: 1px solid #cccccc;
}
.consultation_body_wrapper{
height: 640px;
padding: 20px 80px;
overflow-y: scroll;
background-color: #333;
border: 1px solid #cccccc;
}
.consultation_container{
margin: auto;
}
.consultation_container table{
background-color: #fff;
}
.arrow_updown_btn{
position: absolute;
margin-top: -10px;
margin-left: -70px;
}
.arrow_updown_btn button{
display: block;
}
.arrow_updown_btn button:first-child{
margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
.consultation_body_wrapper{
padding: 0px;
}
.arrow_updown_btn{
margin-top: 0px;
margin-left: 0px;
}
.arrow_updown_btn button{
background-color: rgba(0,0,0,.3);
}
.arrow_updown_btn button:hover{
background-color: rgba(0,0,0,.6);
}
.arrow_updown_btn button i{
color: #eee;
}
}
.close_consultation_form{
position: fixed;
background: rgba(255, 255, 255, 0.7);
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
z-index: 9999999;
}
.close_consultation_form .close_consultation_form_content{
position: absolute;
top: 45%;
left: 35%;
padding: 15px;
border: 3px solid #333;
background-color: #ccc;
}
.smoke_cessation_dialog_box{
position: absolute;
background: rgba(255, 255, 255, 0.7);
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
z-index: 9999999;
}
.smoke_cessation_dialog_box .close_consultation_form_content{
position: absolute;
top: 30%;
left: 35%;
padding: 15px;
border: 3px solid #333;
background-color: #ccc;
}
@media only screen and (max-width: 768px) {
.close_consultation_form .close_consultation_form_content{
top: 30%;
left: 0;
}
.smoke_cessation_dialog_box .close_consultation_form_content{
top: 30%;
left: 0;
}
}
.icon_indicator{
color: #008d4c;
position: absolute;
margin-left: -30px;
margin-top: -15px;
display: none;
}
.referral_clinic_spinner, .referral_clinic_doctor{
display: none;
}
.referral_history_table_parent{
height: 400px;
overflow: scroll;
}
/*.color_indicator{
border: 1px solid #008d4c;
box-shadow: inset 0 0 5px #00b35f; !important;
border-radius: 0px;
}*/ | public/OPDMS/css/partials/consultation_all.css | .consultation_view_mother{
padding: 0 15px;
}
#consultation_all_modal .thumbnail_main_container{
padding: 0;
background-color: pink;
}
.search_consultation_container{
padding: 5px;
background-color: #f2f2f2;
border: 1px solid #cccccc;
}
.thumbnail_container{
text-align: center;
padding: 15px;
height: 640px;
overflow-y: scroll;
background-color: #fff;
border: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
.thumbnail_container{
height: 300px;
}
}
.thumbnail_wrapper{
height: 100px;
width: 80px;
overflow: hidden;
box-shadow: -2px 2px 1px 0px #ccc;
margin: auto;
}
.thumbnail_wrapper:hover{
cursor: pointer;
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
border: 1px solid rgba(81, 203, 238, 1);
}
.thumbnail_wrapper_focused{
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
border: 1px solid rgba(81, 203, 238, 1);
}
.thumbnail_wrapper table{
background-color: #fff;
}
.thumbnail_wrapper tr{
font-size: 1px; !important;
}
.thumbnail_wrapper p{
margin: 0px;
line-height: 2px; !important;
}
/*.thumbnail_wrapper tr{
line-height: 1px;
}*/
.thumbnail_wrapper_main{
margin-bottom: 5px;
}
.thumbnail_wrapper_main p.page_number{
text-align: center;
font-size: 11px;
}
.consultation_view_main_container{
height: 700px;
}
.consultation_header_wrapper{
padding: 5px;
background-color: #f2f2f2;
border: 1px solid #cccccc;
}
.consultation_body_wrapper{
height: 640px;
padding: 20px 80px;
overflow-y: scroll;
background-color: #333;
border: 1px solid #cccccc;
}
.consultation_container{
margin: auto;
}
.consultation_container table{
background-color: #fff;
}
.arrow_updown_btn{
position: absolute;
margin-top: -10px;
margin-left: -70px;
}
.arrow_updown_btn button{
display: block;
}
.arrow_updown_btn button:first-child{
margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
.consultation_body_wrapper{
padding: 0px;
}
.arrow_updown_btn{
margin-top: 0px;
margin-left: 0px;
}
.arrow_updown_btn button{
background-color: rgba(0,0,0,.3);
}
.arrow_updown_btn button:hover{
background-color: rgba(0,0,0,.6);
}
.arrow_updown_btn button i{
color: #eee;
}
}
.close_consultation_form{
position: fixed;
background: rgba(255, 255, 255, 0.7);
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
z-index: 9999999;
}
.close_consultation_form .close_consultation_form_content{
position: absolute;
top: 45%;
left: 35%;
padding: 15px;
border: 3px solid #333;
background-color: #ccc;
}
.smoke_cessation_dialog_box{
position: absolute;
background: rgba(255, 255, 255, 0.7);
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
z-index: 9999999;
}
.smoke_cessation_dialog_box .close_consultation_form_content{
position: absolute;
top: 30%;
left: 35%;
padding: 15px;
border: 3px solid #333;
background-color: #ccc;
}
@media only screen and (max-width: 768px) {
.close_consultation_form .close_consultation_form_content{
top: 30%;
left: 0;
}
.smoke_cessation_dialog_box .close_consultation_form_content{
top: 30%;
left: 0;
}
}
.icon_indicator{
color: #008d4c;
position: absolute;
margin-left: -30px;
margin-top: -15px;
display: none;
}
.referral_clinic_spinner, .referral_clinic_doctor{
display: none;
}
.referral_history_table_parent{
height: 400px;
overflow: scroll;
}
/*.color_indicator{
border: 1px solid #008d4c;
box-shadow: inset 0 0 5px #00b35f; !important;
border-radius: 0px;
}*/ | 0.341802 | 0.056366 |
*{
font-family: 'Montserrat', sans-serif;
}
body,
html{
color: #fff;
background: -moz-radial-gradient(center, ellipse cover, rgba(79,55,79,1) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(79,55,79,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
background:-webkit-radial-gradient(center, ellipse cover, rgba(79,55,79,1) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-radial-gradient(center, ellipse cover, rgba(79,55,79,1) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(79,55,79,1) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
background:radial-gradient(ellipse at center, rgba(79,55,79,1) 0%, rgba(0,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f374f', endColorstr='#000000',GradientType=1 ); /* ie6-9 */
height: 99%;
}
ul li {
list-style: none;
display: inline;
}
a{
text-decoration: none;
}
/*--------------------------------------------------------------------------------------------------------------------------------------
--> Header
---------------------------------------------------------------------------------------------------------------------------------------*/
.head{
padding: 5px;
background-color: rgba(0,0,0,.2);
margin-top: -3px;
}
.logoHome{
position: absolute;
top: 1.5%;
left: 1%;
}
.logoHome:hover{
height: 40px;
width: 158px;
}
.navigation{
float: right;
margin: -55px auto;
}
.titlePages{
font-size: 1.5em;
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
margin-top: 5px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------
--> Header buttons animations
---------------------------------------------------------------------------------------------------------------------------------------*/
.navHome{
font-size: 1em;
font-weight: 500;
background: none;
border: 3px solid #b5b5b5;
color: var(--color);
margin: 4px;
padding: 0.7em 1em;
-webkit-transition: 0.25s;
transition: 0.25s;
--color: #b5b5b5;
--hover: #857685;
}
.navHome:hover,
.navHome:focus {
-webkit-animation: pulse 1s;
animation: pulse 1s;
box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}
@-webkit-keyframes pulse {
100% {
box-shadow: 0 0 0 0 var(--hover);
}
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 var(--hover);
}
}
.navHome:hover,
.navHome:focus{
border-color: var(--hover);
color: #b5b5b5;
}
.welcome{
font-size: 12em;
}
/*--------------------------------------------------------------------------------------------------------------------------------------
--> Incluir
---------------------------------------------------------------------------------------------------------------------------------------*/
.formIncluir{
background-color:rgba(0,0,0,.3);
border-radius: .8em;
box-shadow:0 0 .35em rgba(0,0,0,.25);
box-sizing:border-box;
left:50%;
top:50%;
padding: 1.5vmin 14vmin;
position:fixed;
text-align:center;
transform:translate(-50%, -50%);
}
.hrIncluir{
margin: -4% .300em;
border: solid 2px #fff;
border-radius: 50px;
}
.containerIncluir{
padding: 15% 8.5%;
}
.inputInclude{
background-color: rgba(0,0,0,.5);
color: #fff;
border: 2px solid rgba(0,0,0,.6);
border-radius: 2px;
height: 1.6em;
}
.inputInclude:hover{
background-color: rgba(0,0,0,.4);
border: solid 2px rgba(0,0,0.5);
}
#btnEnviar,
#btnClear{
font-size: 1em;
padding: .4em 1.64em;
border-radius: 2px;
border: 2px solid #fff;
background-color: rgba(0,0,0,.2);
font-weight: 600;
color: #fff;
}
#btnEnviar:hover,
#btnClear:hover{
background-color: #fff;
color: rgba(0,0,0,.9);
border-radius: 3px;
cursor: pointer;
transition-duration: .5s;
}
label{
font-size: 1.2em;
}
#sala{
width: 12.8em;
}
#filme{
width: 12.2em;
}
#capacidade{
width: 8.1em;
}
#data{
width: 12.8em;
}
#hora{
width: 7.2em;
}
/*--------------------------------------------------------------------------------------------------------------------------------------
--> Listar
---------------------------------------------------------------------------------------------------------------------------------------*/
.div-search{
text-align: left;
}
#filter{
background-color: rgba(0,0,0,.2);
border: 3px solid #fff;
color: #fff;
padding: .4em .9em;
width: 22%;
text-align: left;
font-size: 1em;
border-radius: 5px;
}
#searchButton{
background-color: rgba(0,0,0,.3);
border: 3px solid #fff;
border-radius: 3px;
color: #fff;
padding: .4em .6em;
font-size: 1em;
font-weight: 700;
}
#searchButton:hover{
background-color: #fff;
color: rgba(0,0,0,.8);
cursor: pointer;
}
table{
border-collapse:collapse;
width:100%;
}
.list-table{
border:3px solid #fff;
}
.list-table thead{
background:#fff;
color: rgba(0,0,0,.8);
font-size: 1.25em;
}
th,td{
text-align:center;
padding:7px 0;
}
tbody tr:nth-child(even){
background:rgba(0,0,0,.3);
}
tbody tr:hover{
background: rgba(0,0,0,.4);
color: #fff;
}
.listados{
text-align: center;
}
.icon {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.arrow{
width: 65px;
height: 65px;
position: absolute;
left: 2%;
}
.arrow:hover{
width: 67px;
height: 67px;
}
.arrow-2{
width: 65px;
height: 65px;
position: absolute;
padding-top: 5%;
left: 2%;
}
.arrow-2:hover{
width: 67px;
height: 67px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------
--> Alter
---------------------------------------------------------------------------------------------------------------------------------------*/
.btnList{
color: #fff;
border: solid 2px #fff;
background-color: rgba(0,0,0,.9);
font-size: 1.25em;
padding: 3px 20px;
border-radius: 4px;
}
.btnList:hover{
color: rgba(0,0,0,.9);
background-color: #fff;
transition-duration: .2s;
}
#btnConfirmC,
#btnCancel{
font-size: 1em;
padding: .4em 1.1em;
border-radius: 2px;
border: 2px solid #fff;
background-color: rgba(0,0,0,.2);
font-weight: 600;
color: #fff;
}
#btnConfirmC:hover,
#btnCancel:hover{
background-color: #fff;
color: rgba(0,0,0,.9);
border-radius: 3px;
cursor: pointer;
transition-duration: .5s;
} | _CSS/pages.css | *{
font-family: 'Montserrat', sans-serif;
}
body,
html{
color: #fff;
background: -moz-radial-gradient(center, ellipse cover, rgba(79,55,79,1) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(79,55,79,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
background:-webkit-radial-gradient(center, ellipse cover, rgba(79,55,79,1) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-radial-gradient(center, ellipse cover, rgba(79,55,79,1) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(79,55,79,1) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
background:radial-gradient(ellipse at center, rgba(79,55,79,1) 0%, rgba(0,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f374f', endColorstr='#000000',GradientType=1 ); /* ie6-9 */
height: 99%;
}
ul li {
list-style: none;
display: inline;
}
a{
text-decoration: none;
}
/*--------------------------------------------------------------------------------------------------------------------------------------
--> Header
---------------------------------------------------------------------------------------------------------------------------------------*/
.head{
padding: 5px;
background-color: rgba(0,0,0,.2);
margin-top: -3px;
}
.logoHome{
position: absolute;
top: 1.5%;
left: 1%;
}
.logoHome:hover{
height: 40px;
width: 158px;
}
.navigation{
float: right;
margin: -55px auto;
}
.titlePages{
font-size: 1.5em;
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
margin-top: 5px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------
--> Header buttons animations
---------------------------------------------------------------------------------------------------------------------------------------*/
.navHome{
font-size: 1em;
font-weight: 500;
background: none;
border: 3px solid #b5b5b5;
color: var(--color);
margin: 4px;
padding: 0.7em 1em;
-webkit-transition: 0.25s;
transition: 0.25s;
--color: #b5b5b5;
--hover: #857685;
}
.navHome:hover,
.navHome:focus {
-webkit-animation: pulse 1s;
animation: pulse 1s;
box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}
@-webkit-keyframes pulse {
100% {
box-shadow: 0 0 0 0 var(--hover);
}
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 var(--hover);
}
}
.navHome:hover,
.navHome:focus{
border-color: var(--hover);
color: #b5b5b5;
}
.welcome{
font-size: 12em;
}
/*--------------------------------------------------------------------------------------------------------------------------------------
--> Incluir
---------------------------------------------------------------------------------------------------------------------------------------*/
.formIncluir{
background-color:rgba(0,0,0,.3);
border-radius: .8em;
box-shadow:0 0 .35em rgba(0,0,0,.25);
box-sizing:border-box;
left:50%;
top:50%;
padding: 1.5vmin 14vmin;
position:fixed;
text-align:center;
transform:translate(-50%, -50%);
}
.hrIncluir{
margin: -4% .300em;
border: solid 2px #fff;
border-radius: 50px;
}
.containerIncluir{
padding: 15% 8.5%;
}
.inputInclude{
background-color: rgba(0,0,0,.5);
color: #fff;
border: 2px solid rgba(0,0,0,.6);
border-radius: 2px;
height: 1.6em;
}
.inputInclude:hover{
background-color: rgba(0,0,0,.4);
border: solid 2px rgba(0,0,0.5);
}
#btnEnviar,
#btnClear{
font-size: 1em;
padding: .4em 1.64em;
border-radius: 2px;
border: 2px solid #fff;
background-color: rgba(0,0,0,.2);
font-weight: 600;
color: #fff;
}
#btnEnviar:hover,
#btnClear:hover{
background-color: #fff;
color: rgba(0,0,0,.9);
border-radius: 3px;
cursor: pointer;
transition-duration: .5s;
}
label{
font-size: 1.2em;
}
#sala{
width: 12.8em;
}
#filme{
width: 12.2em;
}
#capacidade{
width: 8.1em;
}
#data{
width: 12.8em;
}
#hora{
width: 7.2em;
}
/*--------------------------------------------------------------------------------------------------------------------------------------
--> Listar
---------------------------------------------------------------------------------------------------------------------------------------*/
.div-search{
text-align: left;
}
#filter{
background-color: rgba(0,0,0,.2);
border: 3px solid #fff;
color: #fff;
padding: .4em .9em;
width: 22%;
text-align: left;
font-size: 1em;
border-radius: 5px;
}
#searchButton{
background-color: rgba(0,0,0,.3);
border: 3px solid #fff;
border-radius: 3px;
color: #fff;
padding: .4em .6em;
font-size: 1em;
font-weight: 700;
}
#searchButton:hover{
background-color: #fff;
color: rgba(0,0,0,.8);
cursor: pointer;
}
table{
border-collapse:collapse;
width:100%;
}
.list-table{
border:3px solid #fff;
}
.list-table thead{
background:#fff;
color: rgba(0,0,0,.8);
font-size: 1.25em;
}
th,td{
text-align:center;
padding:7px 0;
}
tbody tr:nth-child(even){
background:rgba(0,0,0,.3);
}
tbody tr:hover{
background: rgba(0,0,0,.4);
color: #fff;
}
.listados{
text-align: center;
}
.icon {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.arrow{
width: 65px;
height: 65px;
position: absolute;
left: 2%;
}
.arrow:hover{
width: 67px;
height: 67px;
}
.arrow-2{
width: 65px;
height: 65px;
position: absolute;
padding-top: 5%;
left: 2%;
}
.arrow-2:hover{
width: 67px;
height: 67px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------
--> Alter
---------------------------------------------------------------------------------------------------------------------------------------*/
.btnList{
color: #fff;
border: solid 2px #fff;
background-color: rgba(0,0,0,.9);
font-size: 1.25em;
padding: 3px 20px;
border-radius: 4px;
}
.btnList:hover{
color: rgba(0,0,0,.9);
background-color: #fff;
transition-duration: .2s;
}
#btnConfirmC,
#btnCancel{
font-size: 1em;
padding: .4em 1.1em;
border-radius: 2px;
border: 2px solid #fff;
background-color: rgba(0,0,0,.2);
font-weight: 600;
color: #fff;
}
#btnConfirmC:hover,
#btnCancel:hover{
background-color: #fff;
color: rgba(0,0,0,.9);
border-radius: 3px;
cursor: pointer;
transition-duration: .5s;
} | 0.461017 | 0.083106 |
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);/* End section */
.spam-cont {
height: 100px;
background-color: #161b22;
display: flex;
justify-content: space-around;
align-items: center;
}
.spam-cont input {
background-color: transparent;
height: 50px;
font-size: 16px;
font-weight: 600;
border: 2px solid #8aca2b;
color: white;
padding: 0 20px;
margin-right: 100px;
}
.spam-cont input:hover {
background-color: #8aca2b;
color: #161b22;
}
.spam-cont nav {
display: flex;
align-items: center;
}
.spam-cont nav h3 {
color: #8aca2b;
margin-right: 30px;
}
.spam-cont nav ul li {
margin-right: 20px;
}
.navigation-bar {
background-color: #161b22;
height: 62px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.navigation-bar ul {
font-size: 15px;
font-weight: 600;
}
.navigation-bar ul li {
padding: 20px;
margin: 0 20px;
border-bottom: 4px solid transparent;
display: flex;
}
.navigation-bar ul li:hover {
border-bottom: 4px solid #8aca2b;
}
.navigation-bar ul li:hover a {
color: #8aca2b;
}
.navigation-bar ul li a {
text-decoration: none;
color: white;
}
.navigation-bar ul .active {
border-bottom: 4px solid #8aca2b;
}
.navigation-bar ul .active a {
color: #8aca2b;
}
.navigation-bar .search-bar {
color: #8aca2b;
padding-bottom: 4px;
border-bottom: 2px solid #8aca2b;
width: 140px;
display: flex;
margin-left: 50px;
}
.navigation-bar .search-bar input {
background-color: transparent;
outline: none;
border: none;
width: 100%;
height: 100%;
margin-right: 6px;
color: white;
font-size: 14px;
font-weight: bold;
}
.navigation-bar .search-bar input::-moz-placeholder {
text-align: right;
color: white;
}
.navigation-bar .search-bar input:-ms-input-placeholder {
text-align: right;
color: white;
}
.navigation-bar .search-bar input::placeholder {
text-align: right;
color: white;
}
.card-box {
width: 1250px;
padding: 110px 65px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.card-box .card {
height: 300px;
width: 200px;
background-color: #8aca2b;
margin: 20px 40px;
border: 2px solid #8aca2b;
}
.card-box .card img {
width: 100%;
height: 100%;
}
.card-box .card .info {
display: none;
color: white;
padding: 10px 15px;
}
.card-box .card .info .row {
margin-bottom: 20px;
}
.card-box .card .info .row span {
color: #8aca2b;
font-weight: 600;
padding-right: 5px;
}
.card-box .card:hover {
overflow: auto;
background-image: url("/img/hover-bg.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position-x: center;
}
.card-box .card:hover img {
display: none;
}
.card-box .card:hover .info {
display: block;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
background-color: #010409;
font-family: "Roboto", sans-serif;
}
ul {
list-style: none;
display: flex;
}
li,
input,
.btn-main-s {
cursor: pointer;
}
header {
position: fixed;
width: 100%;
top: 0;
}
footer {
position: fixed;
bottom: 0;
left: 0px;
width: 100%;
} | public/css/app.css | @import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);/* End section */
.spam-cont {
height: 100px;
background-color: #161b22;
display: flex;
justify-content: space-around;
align-items: center;
}
.spam-cont input {
background-color: transparent;
height: 50px;
font-size: 16px;
font-weight: 600;
border: 2px solid #8aca2b;
color: white;
padding: 0 20px;
margin-right: 100px;
}
.spam-cont input:hover {
background-color: #8aca2b;
color: #161b22;
}
.spam-cont nav {
display: flex;
align-items: center;
}
.spam-cont nav h3 {
color: #8aca2b;
margin-right: 30px;
}
.spam-cont nav ul li {
margin-right: 20px;
}
.navigation-bar {
background-color: #161b22;
height: 62px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.navigation-bar ul {
font-size: 15px;
font-weight: 600;
}
.navigation-bar ul li {
padding: 20px;
margin: 0 20px;
border-bottom: 4px solid transparent;
display: flex;
}
.navigation-bar ul li:hover {
border-bottom: 4px solid #8aca2b;
}
.navigation-bar ul li:hover a {
color: #8aca2b;
}
.navigation-bar ul li a {
text-decoration: none;
color: white;
}
.navigation-bar ul .active {
border-bottom: 4px solid #8aca2b;
}
.navigation-bar ul .active a {
color: #8aca2b;
}
.navigation-bar .search-bar {
color: #8aca2b;
padding-bottom: 4px;
border-bottom: 2px solid #8aca2b;
width: 140px;
display: flex;
margin-left: 50px;
}
.navigation-bar .search-bar input {
background-color: transparent;
outline: none;
border: none;
width: 100%;
height: 100%;
margin-right: 6px;
color: white;
font-size: 14px;
font-weight: bold;
}
.navigation-bar .search-bar input::-moz-placeholder {
text-align: right;
color: white;
}
.navigation-bar .search-bar input:-ms-input-placeholder {
text-align: right;
color: white;
}
.navigation-bar .search-bar input::placeholder {
text-align: right;
color: white;
}
.card-box {
width: 1250px;
padding: 110px 65px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.card-box .card {
height: 300px;
width: 200px;
background-color: #8aca2b;
margin: 20px 40px;
border: 2px solid #8aca2b;
}
.card-box .card img {
width: 100%;
height: 100%;
}
.card-box .card .info {
display: none;
color: white;
padding: 10px 15px;
}
.card-box .card .info .row {
margin-bottom: 20px;
}
.card-box .card .info .row span {
color: #8aca2b;
font-weight: 600;
padding-right: 5px;
}
.card-box .card:hover {
overflow: auto;
background-image: url("/img/hover-bg.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position-x: center;
}
.card-box .card:hover img {
display: none;
}
.card-box .card:hover .info {
display: block;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
background-color: #010409;
font-family: "Roboto", sans-serif;
}
ul {
list-style: none;
display: flex;
}
li,
input,
.btn-main-s {
cursor: pointer;
}
header {
position: fixed;
width: 100%;
top: 0;
}
footer {
position: fixed;
bottom: 0;
left: 0px;
width: 100%;
} | 0.381565 | 0.097219 |
.header-row{
width: 100%;
height: 60px;
margin: 0px;
}
.container-fluid {
padding: 0px;
}
.icon-bar {
background-color: orange;
}
.navbar-brand {
padding-right: 0px;
}
.profile-details {
padding-top: 10px!important;
}
.profile-details > img {
width: 32px;
height: 32px;
margin-right: 5px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
display: inline-block;
}
.header-menus > li > a{
font-family: Open Sans, sans-serif;
font-size: 14px;
padding-right: 4px;
color: #4a4a4a;
}
.header-menus {
padding-top: 1px;
padding-right: 8%;
}
.logo {
width: 97px;
height: 21px;
}
.first-name {
font-family: Open Sans, sans-serif;
font-size: 14px;
color: #f6a623;
display: inline;
font-weight: 600;
letter-spacing: 1px;
padding-left: 5px;
}
.user-navbar-mobile {
display: none!important;
}
@media (max-width: 863px) {
.user-navbar-mobile {
border: 1px solid lightgray;
position:relative;
z-index: 1;
background: white;
}
.user-navbar-default {
display: none;
}
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
padding-right: 0px;
margin-right: 0px;
padding-left: 40px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav>li {
float: none;
}
.collapse.in{
display:block !important;
margin-top: -1px;
z-index: 1;
margin-right: 0.5px;
}
.header-menus {
padding-right: 0px;
position: relative;
left: 38px;
width: 170px;
border: 1px solid lightgray;
padding: 0px;
background: white;
z-index: 1;
margin-top: -0.7px;
}
.navbar-center {
position: absolute;
left: 50%;
transform: translatex(-50%);
}
/* .navbar-nav .open .dropdown-menu {
position: relative;
float: none;
width: auto;
background-color: transparent;
} */
.profile-details > img {
width: 25px;
height: 25px;
margin-right: 25px;
box-shadow: none;
display: inline-block;
opacity: 0.5;
}
.profile-details {
padding-right: 15px;
}
.glyphicon.glyphicon-one-fine-empty-dot:before {
content:"\25cb";
font-size: 13px;
}
.logo {
width: 140px;
height: 31px;
}
} | app/stylesheets/directives/header_directive.css | .header-row{
width: 100%;
height: 60px;
margin: 0px;
}
.container-fluid {
padding: 0px;
}
.icon-bar {
background-color: orange;
}
.navbar-brand {
padding-right: 0px;
}
.profile-details {
padding-top: 10px!important;
}
.profile-details > img {
width: 32px;
height: 32px;
margin-right: 5px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
display: inline-block;
}
.header-menus > li > a{
font-family: Open Sans, sans-serif;
font-size: 14px;
padding-right: 4px;
color: #4a4a4a;
}
.header-menus {
padding-top: 1px;
padding-right: 8%;
}
.logo {
width: 97px;
height: 21px;
}
.first-name {
font-family: Open Sans, sans-serif;
font-size: 14px;
color: #f6a623;
display: inline;
font-weight: 600;
letter-spacing: 1px;
padding-left: 5px;
}
.user-navbar-mobile {
display: none!important;
}
@media (max-width: 863px) {
.user-navbar-mobile {
border: 1px solid lightgray;
position:relative;
z-index: 1;
background: white;
}
.user-navbar-default {
display: none;
}
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
padding-right: 0px;
margin-right: 0px;
padding-left: 40px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav>li {
float: none;
}
.collapse.in{
display:block !important;
margin-top: -1px;
z-index: 1;
margin-right: 0.5px;
}
.header-menus {
padding-right: 0px;
position: relative;
left: 38px;
width: 170px;
border: 1px solid lightgray;
padding: 0px;
background: white;
z-index: 1;
margin-top: -0.7px;
}
.navbar-center {
position: absolute;
left: 50%;
transform: translatex(-50%);
}
/* .navbar-nav .open .dropdown-menu {
position: relative;
float: none;
width: auto;
background-color: transparent;
} */
.profile-details > img {
width: 25px;
height: 25px;
margin-right: 25px;
box-shadow: none;
display: inline-block;
opacity: 0.5;
}
.profile-details {
padding-right: 15px;
}
.glyphicon.glyphicon-one-fine-empty-dot:before {
content:"\25cb";
font-size: 13px;
}
.logo {
width: 140px;
height: 31px;
}
} | 0.513668 | 0.104614 |
@media screen and (max-width: 767px) {
h1, h2, h3,
.header .company .title,
.header .company .location {
font-size:14px;
}
.header {
padding-top: 70px;
}
.header .phones {
text-align: center;
}
.navbar-fixed-top {
background: #610602;
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.7);
}
.footer-menu ul li {
width: 100%;
}
#crumbs {
font-size: 12px;
}
iframe, img {
max-width: 100%;
height: auto;
}
#map {
display: none;
}
.container .content #info table {
font-size: 12px;
}
#blfix{
display: none!important;
}
.content .description .wrap:hover{
height: 30em;
}
.page-avto .content .img_of_model{
width: 145px;
}
}
/* mobile end */
/* tablet, desktop */
@media screen and (min-width: 768px) {
.navbar-fixed-top {
position: inherit;
}
.header .phones {
text-align: center;
background: url(../images/new/telefon-header.png) 38% 5% no-repeat;
}
.topmenu .navbar-brand img{
display:none;
}
.navbar-right {
float: right!important;
margin-right: 5%;
}
.page-avto .content .img_of_model{
width: 100px;
}
.content .description .wrap:hover{
height: 23em;
}
.navbar-nav>li {
margin-right: -1em;
}
}
@media screen and (min-width: 992px){
.header .phones {
text-align: right;
background: url(../images/new/telefon-header.png) 0% 5% no-repeat;
}
.content .description .wrap:hover{
height: 31em;
}
.page-avto .content .img_of_model{
width: 145px;
}
}
@media screen and (min-width: 1200px){
.navbar-right {
float: right!important;
margin-right: 16%;
}
.page-avto .content .img_of_model {
width: 165px;
}
}
@media screen and (max-width:480px){
#primer img{
height:auto;
}
#blfix{
display: none!important;
}
.content .description .wrap:hover{
height: 35em;
}
}
/* tablet, desktop end */ | public/assets/css/media.css |
@media screen and (max-width: 767px) {
h1, h2, h3,
.header .company .title,
.header .company .location {
font-size:14px;
}
.header {
padding-top: 70px;
}
.header .phones {
text-align: center;
}
.navbar-fixed-top {
background: #610602;
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.7);
}
.footer-menu ul li {
width: 100%;
}
#crumbs {
font-size: 12px;
}
iframe, img {
max-width: 100%;
height: auto;
}
#map {
display: none;
}
.container .content #info table {
font-size: 12px;
}
#blfix{
display: none!important;
}
.content .description .wrap:hover{
height: 30em;
}
.page-avto .content .img_of_model{
width: 145px;
}
}
/* mobile end */
/* tablet, desktop */
@media screen and (min-width: 768px) {
.navbar-fixed-top {
position: inherit;
}
.header .phones {
text-align: center;
background: url(../images/new/telefon-header.png) 38% 5% no-repeat;
}
.topmenu .navbar-brand img{
display:none;
}
.navbar-right {
float: right!important;
margin-right: 5%;
}
.page-avto .content .img_of_model{
width: 100px;
}
.content .description .wrap:hover{
height: 23em;
}
.navbar-nav>li {
margin-right: -1em;
}
}
@media screen and (min-width: 992px){
.header .phones {
text-align: right;
background: url(../images/new/telefon-header.png) 0% 5% no-repeat;
}
.content .description .wrap:hover{
height: 31em;
}
.page-avto .content .img_of_model{
width: 145px;
}
}
@media screen and (min-width: 1200px){
.navbar-right {
float: right!important;
margin-right: 16%;
}
.page-avto .content .img_of_model {
width: 165px;
}
}
@media screen and (max-width:480px){
#primer img{
height:auto;
}
#blfix{
display: none!important;
}
.content .description .wrap:hover{
height: 35em;
}
}
/* tablet, desktop end */ | 0.188997 | 0.071397 |
.container {
min-height: 100vh;
width: 100%;
padding: 0 0.5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.main {
padding: 2rem 0;
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.title a {
color: #0070f3;
text-decoration: none;
}
.title a:hover,
.title a:focus,
.title a:active {
text-decoration: underline;
}
.title {
margin: 0;
line-height: 1.15;
font-size: 4rem;
}
.title,
.description {
text-align: center;
}
.description {
line-height: 1.5;
font-size: 1.5rem;
}
.code {
background: #fafafa;
border-radius: 5px;
padding: 0.75rem;
font-size: 1.1rem;
font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
Bitstream Vera Sans Mono, Courier New, monospace;
}
.header {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.header h1 {
font-size: 3rem;
margin-bottom: 0rem;
text-decoration: underline;
}
.header h2 {
font-size: 1.5rem;
margin-bottom: 1rem;
}
.header .homeLink {
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #eaeaea;
border-radius: 5px;
margin: 1rem;
font-size: 1.5rem;
padding: 0.25rem 0.5rem;
transition: color 0.15s ease, border-color 0.15s ease;
}
.header .homeLink img {
padding-left: 0.25rem;
padding-right: 0.5rem;
}
.header .homeLink:hover {
border-color: grey;
}
.header .homeLink span {
text-rendering: auto; /* chrome compliance for small-caps font */
font-variant: small-caps;
font-weight: 500;
position: relative;
top: -2px;
}
.darkenIcon span:hover {
-moz-filter: invert(0.3);
-ms-filter: invert(0.3);
-o-filter: invert(0.3);
filter: invert(0.3);
}
.darkenIcon svg:hover {
-moz-filter: invert(0.3);
-ms-filter: invert(0.3);
-o-filter: invert(0.3);
filter: invert(0.3);
}
.monochromeIconInActive {
transition: 0.15s;
}
.monochromeIconActive {
-moz-filter: saturate(0);
-ms-filter: saturate(0);
-o-filter: saturate(0);
filter: saturate(0);
transition: 0.15s;
}
.grid {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
max-width: 80%;
margin-top: 3rem;
}
.card {
margin: 1rem;
flex-basis: 45%;
padding: 1.5rem;
text-align: left;
color: inherit;
border: 1px solid #eaeaea;
border-radius: 10px;
transition: color 0.15s ease, border-color 0.15s ease;
}
.card:hover {
border-color: grey;
}
.card .lazyImageContainer {
display: table;
margin-left: auto;
margin-right: auto;
padding: 1rem;
max-height: 400px;
max-width: 400px;
min-height: 200px;
}
.card .lazyImageContainer iframe {
min-height: 400px;
min-width: 400px;
}
.icons {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.card h3 {
font-size: 1.5rem;
}
.card p {
margin: 0;
font-size: 1.25rem;
}
.card hr {
width: 100%;
color: #3c3c3c;
margin-left: auto;
margin-right: auto;
}
.cardTitle {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.cardDescription {
margin-bottom: 1rem;
}
.cardDescription a {
text-decoration: underline;
}
.cardDescription a:hover {
color: grey;
}
.cardDescription a:active {
color: darkgrey;
}
.cardTitle span {
margin-top: auto;
margin-bottom: auto;
margin-right: 1rem;
margin-left: 1rem;
}
.cardDescription img {
margin-top: 1rem;
margin-bottom: 1rem;
width: auto;
height: auto;
margin-left: auto;
margin-right: auto;
}
.cardFooter {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.cardFooter a {
margin-right: 1rem;
border-bottom: 1px solid #eaeaea;
padding: 2px 0px;
transition: color 0.15s ease, border-color 0.15s ease;
}
.cardFooter a:hover {
color: grey;
border-color: grey;
}
.cardFooter a:active {
color: darkgrey;
border-color: darkgrey;
}
@media (max-width: 850px) {
.main {
justify-content: center;
}
.card {
flex-basis: unset;
}
.grid {
max-width: 90%;
width: 90%;
flex-direction: column;
justify-content: center;
align-items: center;
}
.cardTitle {
flex-direction: column;
margin-bottom: 1rem;
}
.cardTitle h3 {
margin-bottom: 0px;
}
.cardFooter {
flex-direction: column;
}
} | styles/Home.module.css | .container {
min-height: 100vh;
width: 100%;
padding: 0 0.5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.main {
padding: 2rem 0;
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.title a {
color: #0070f3;
text-decoration: none;
}
.title a:hover,
.title a:focus,
.title a:active {
text-decoration: underline;
}
.title {
margin: 0;
line-height: 1.15;
font-size: 4rem;
}
.title,
.description {
text-align: center;
}
.description {
line-height: 1.5;
font-size: 1.5rem;
}
.code {
background: #fafafa;
border-radius: 5px;
padding: 0.75rem;
font-size: 1.1rem;
font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
Bitstream Vera Sans Mono, Courier New, monospace;
}
.header {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.header h1 {
font-size: 3rem;
margin-bottom: 0rem;
text-decoration: underline;
}
.header h2 {
font-size: 1.5rem;
margin-bottom: 1rem;
}
.header .homeLink {
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #eaeaea;
border-radius: 5px;
margin: 1rem;
font-size: 1.5rem;
padding: 0.25rem 0.5rem;
transition: color 0.15s ease, border-color 0.15s ease;
}
.header .homeLink img {
padding-left: 0.25rem;
padding-right: 0.5rem;
}
.header .homeLink:hover {
border-color: grey;
}
.header .homeLink span {
text-rendering: auto; /* chrome compliance for small-caps font */
font-variant: small-caps;
font-weight: 500;
position: relative;
top: -2px;
}
.darkenIcon span:hover {
-moz-filter: invert(0.3);
-ms-filter: invert(0.3);
-o-filter: invert(0.3);
filter: invert(0.3);
}
.darkenIcon svg:hover {
-moz-filter: invert(0.3);
-ms-filter: invert(0.3);
-o-filter: invert(0.3);
filter: invert(0.3);
}
.monochromeIconInActive {
transition: 0.15s;
}
.monochromeIconActive {
-moz-filter: saturate(0);
-ms-filter: saturate(0);
-o-filter: saturate(0);
filter: saturate(0);
transition: 0.15s;
}
.grid {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
max-width: 80%;
margin-top: 3rem;
}
.card {
margin: 1rem;
flex-basis: 45%;
padding: 1.5rem;
text-align: left;
color: inherit;
border: 1px solid #eaeaea;
border-radius: 10px;
transition: color 0.15s ease, border-color 0.15s ease;
}
.card:hover {
border-color: grey;
}
.card .lazyImageContainer {
display: table;
margin-left: auto;
margin-right: auto;
padding: 1rem;
max-height: 400px;
max-width: 400px;
min-height: 200px;
}
.card .lazyImageContainer iframe {
min-height: 400px;
min-width: 400px;
}
.icons {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.card h3 {
font-size: 1.5rem;
}
.card p {
margin: 0;
font-size: 1.25rem;
}
.card hr {
width: 100%;
color: #3c3c3c;
margin-left: auto;
margin-right: auto;
}
.cardTitle {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.cardDescription {
margin-bottom: 1rem;
}
.cardDescription a {
text-decoration: underline;
}
.cardDescription a:hover {
color: grey;
}
.cardDescription a:active {
color: darkgrey;
}
.cardTitle span {
margin-top: auto;
margin-bottom: auto;
margin-right: 1rem;
margin-left: 1rem;
}
.cardDescription img {
margin-top: 1rem;
margin-bottom: 1rem;
width: auto;
height: auto;
margin-left: auto;
margin-right: auto;
}
.cardFooter {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.cardFooter a {
margin-right: 1rem;
border-bottom: 1px solid #eaeaea;
padding: 2px 0px;
transition: color 0.15s ease, border-color 0.15s ease;
}
.cardFooter a:hover {
color: grey;
border-color: grey;
}
.cardFooter a:active {
color: darkgrey;
border-color: darkgrey;
}
@media (max-width: 850px) {
.main {
justify-content: center;
}
.card {
flex-basis: unset;
}
.grid {
max-width: 90%;
width: 90%;
flex-direction: column;
justify-content: center;
align-items: center;
}
.cardTitle {
flex-direction: column;
margin-bottom: 1rem;
}
.cardTitle h3 {
margin-bottom: 0px;
}
.cardFooter {
flex-direction: column;
}
} | 0.656108 | 0.084871 |
@import "./vars.css";
@import "./fonts.css";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.container {
width: 960px;
margin: 0 auto;
}
.header {
padding-top: 55px;
}
.top-panel {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.logo {
font-size: 40px;
letter-spacing: 1px;
line-height: 41px;
color: var(--hover-items-color);
font-family: var(--logo-font);
}
.site-logo {
text-decoration: none;
}
.nav-menu {
display: flex;
justify-content: space-between;
}
.nav-menu-item {
list-style: none;
margin-right: 55px;
}
.nav-menu-item:nth-child(5n) {
margin-right: 0;
}
.nav-menu-link {
font-size: 14px;
line-height: 41px;
color: var(--semi-font-color);
font-family: var( --main-font);
font-weight: 400;
text-align: center;
transition: color 200ms linear;
text-decoration: none;
text-transform: uppercase;
}
.nav-menu-item:hover .nav-menu-link {
color: var(--hover-items-color);
}
.services,
.contacts {
padding: 125px 0 125px 0;
}
.section-title {
font-size: 40px;
line-height: 75px;
color: var(--semi-font-color);
font-family: var( --main-font-bold);
font-weight: 700;
text-align: center;
text-transform: uppercase;
margin-bottom: 20px;
}
.section-subtitle {
font-size: 16px;
color: var(--text-font-color);
font-family: var(--italic-font);
font-weight: 400;
font-style: italic;
text-align: center;
margin-bottom: 80px;
}
.section-menu {
display: flex;
justify-content: space-between;
text-align: center;
list-style: none;
}
.section-item {
position: relative;
width: 290px;
}
.section-item-icon {
width: 75px;
height: 75px;
border-radius: 50%;
border: 3px solid var(--hover-items-color);
margin: 0 auto;
margin-bottom: 24px;
position: relative;
}
.section-item-icon::before {
content: "";
display: block;
background-image: url(../img/css_sprites.png);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.basket::before {
background-position: 112px -10px;
width: 42px;
height: 42px;
}
.tick::before {
background-position: 221px -8px;
width: 42px;
height: 42px;
}
.lock::before {
background-position: -4px -10px;
width: 42px;
height: 42px;
}
.icon-title {
font-size: 18px;
letter-spacing: 0px;
line-height: 75px;
color: var(--headlines-font-color);
font-family: var(--main-font-bold);
font-weight: 700;
text-transform: capitalize;
text-align: center;
}
.icon-text {
font-size: 14px;
letter-spacing: 0px;
color: var(--text-font-color);
font-family: var(--text-font);
font-weight: 400;
text-align: center;
}
.contacts {
background-color: #222222;
background-image: url(../img/Map-Image.png);
background-repeat: no-repeat;
width: 100%;
background-position: right bottom;
}
.section-title-second {
color: #ffffff;
font-size: 40px;
line-height: 75px;
font-family: var( --main-font-bold);
font-weight: 700;
text-align: center;
text-transform: uppercase;
margin-bottom: 20px;
}
.form-items {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.all-forms {
display: block;
outline: none;
width: 455px;
box-sizing: border-box;
border: 1px solid var(--forms-font-color);
border-radius: 3px;
padding: 20px 0 20px 20px;
font-family: var(--main-font-bold);
font-size: 14px;
color: var(--semi-font-color);
background-color: #fff;
}
.all-forms::placeholder {
text-transform: uppercase;
color: var(--forms-font-color);
font-size: 14px;
font-family: var(--main-font-bold);
}
.leftside:not(:last-child) {
margin-bottom: 27px;
}
.rightside {
min-height: 230px;
resize: none;
}
input:not(:last-child):focus:valid {
box-shadow: 0 0 5px 1px #03a711;
}
input:not(:last-child):focus:invalid {
box-shadow: 0 0 5px 1px red;
}
textarea:focus:valid {
box-shadow: 0 0 5px 1px #03a711;
}
textarea:focus:invalid {
box-shadow: 0 0 5px 1px red;
}
.button {
display: block;
width: 240px;
height: 65px;
border-radius: 3px;
border: none;
background-color: var(--hover-items-color);
font-size: 18px;
color: #ffffff;
font-family: var(--main-font-bold);
font-weight: 700;
text-align: center;
text-transform: uppercase;
cursor: pointer;
margin: 0 auto;
} | module-07/css/styles.css | @import "./vars.css";
@import "./fonts.css";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.container {
width: 960px;
margin: 0 auto;
}
.header {
padding-top: 55px;
}
.top-panel {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.logo {
font-size: 40px;
letter-spacing: 1px;
line-height: 41px;
color: var(--hover-items-color);
font-family: var(--logo-font);
}
.site-logo {
text-decoration: none;
}
.nav-menu {
display: flex;
justify-content: space-between;
}
.nav-menu-item {
list-style: none;
margin-right: 55px;
}
.nav-menu-item:nth-child(5n) {
margin-right: 0;
}
.nav-menu-link {
font-size: 14px;
line-height: 41px;
color: var(--semi-font-color);
font-family: var( --main-font);
font-weight: 400;
text-align: center;
transition: color 200ms linear;
text-decoration: none;
text-transform: uppercase;
}
.nav-menu-item:hover .nav-menu-link {
color: var(--hover-items-color);
}
.services,
.contacts {
padding: 125px 0 125px 0;
}
.section-title {
font-size: 40px;
line-height: 75px;
color: var(--semi-font-color);
font-family: var( --main-font-bold);
font-weight: 700;
text-align: center;
text-transform: uppercase;
margin-bottom: 20px;
}
.section-subtitle {
font-size: 16px;
color: var(--text-font-color);
font-family: var(--italic-font);
font-weight: 400;
font-style: italic;
text-align: center;
margin-bottom: 80px;
}
.section-menu {
display: flex;
justify-content: space-between;
text-align: center;
list-style: none;
}
.section-item {
position: relative;
width: 290px;
}
.section-item-icon {
width: 75px;
height: 75px;
border-radius: 50%;
border: 3px solid var(--hover-items-color);
margin: 0 auto;
margin-bottom: 24px;
position: relative;
}
.section-item-icon::before {
content: "";
display: block;
background-image: url(../img/css_sprites.png);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.basket::before {
background-position: 112px -10px;
width: 42px;
height: 42px;
}
.tick::before {
background-position: 221px -8px;
width: 42px;
height: 42px;
}
.lock::before {
background-position: -4px -10px;
width: 42px;
height: 42px;
}
.icon-title {
font-size: 18px;
letter-spacing: 0px;
line-height: 75px;
color: var(--headlines-font-color);
font-family: var(--main-font-bold);
font-weight: 700;
text-transform: capitalize;
text-align: center;
}
.icon-text {
font-size: 14px;
letter-spacing: 0px;
color: var(--text-font-color);
font-family: var(--text-font);
font-weight: 400;
text-align: center;
}
.contacts {
background-color: #222222;
background-image: url(../img/Map-Image.png);
background-repeat: no-repeat;
width: 100%;
background-position: right bottom;
}
.section-title-second {
color: #ffffff;
font-size: 40px;
line-height: 75px;
font-family: var( --main-font-bold);
font-weight: 700;
text-align: center;
text-transform: uppercase;
margin-bottom: 20px;
}
.form-items {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.all-forms {
display: block;
outline: none;
width: 455px;
box-sizing: border-box;
border: 1px solid var(--forms-font-color);
border-radius: 3px;
padding: 20px 0 20px 20px;
font-family: var(--main-font-bold);
font-size: 14px;
color: var(--semi-font-color);
background-color: #fff;
}
.all-forms::placeholder {
text-transform: uppercase;
color: var(--forms-font-color);
font-size: 14px;
font-family: var(--main-font-bold);
}
.leftside:not(:last-child) {
margin-bottom: 27px;
}
.rightside {
min-height: 230px;
resize: none;
}
input:not(:last-child):focus:valid {
box-shadow: 0 0 5px 1px #03a711;
}
input:not(:last-child):focus:invalid {
box-shadow: 0 0 5px 1px red;
}
textarea:focus:valid {
box-shadow: 0 0 5px 1px #03a711;
}
textarea:focus:invalid {
box-shadow: 0 0 5px 1px red;
}
.button {
display: block;
width: 240px;
height: 65px;
border-radius: 3px;
border: none;
background-color: var(--hover-items-color);
font-size: 18px;
color: #ffffff;
font-family: var(--main-font-bold);
font-weight: 700;
text-align: center;
text-transform: uppercase;
cursor: pointer;
margin: 0 auto;
} | 0.297368 | 0.065575 |
html,body{
width: 100%;
height: 100%;
}
#aways{
width: 100%;
min-height: 100%;
}
#header{
width: 100%;
height: 0.9rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 0.3rem;
background: #FF5857;
color: #FFF;
position: relative;
font-family: "微软雅黑";
}
.returns{
position: absolute;
width: 0.8rem;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}
.returns span{
display:block;
border-left: 0.03rem solid #FFFFFF;
border-bottom: 0.03rem solid #FFFFFF;
width: .22rem;
height: .22rem;
transform: rotate(45deg);
}
/*保存*/
#header .save{
top: 45%;
margin-top: -0.11rem;
display:block;
position: absolute;
right: 0.3rem;
font-size: .25rem;
}
#search{
height: 1rem;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
/*输入框所在盒子*/
#search .search-a{
width: 75%;
height: .6rem;
background: #DCDCDC;
border-radius: 0.35rem;
display: flex;
align-items: center;
}
/*输入框*/
#search .txt{
width: 78%;
height: 100%;
background: #DCDCDC;
border-radius: 0.35rem;
border: none;
}
/*放大镜*/
#search .pic{
width: 0.6rem;
height: 0.6rem;
/*position: absolute;*/
}
/*分割线*/
.border{
width: 100%;
height: .25rem;
border-bottom: 0.03rem solid #D3D3D3;
border-top: 0.03rem solid #D3D3D3;
}
.comment{
width:100%;
height:auto;
}
.member{
width: 100%;
height: 1rem;
border-bottom: 1px solid #D3D3D3;
display: flex;
justify-content: center;
float: left;
}
.box{
width: 85%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.portrait{
height: .8rem;
width: .8rem;
border-radius: .4rem;
}
.portrait img{
width: 100%;
height: 100%;
border-radius: 50%;
}
.name{
font-size: 18px;
font-family: "微软雅黑";
}
.select {
width: .5rem;
height: .5rem;
}
.select img{
width: .4rem;
height: .4rem;
margin-top: .3rem;
float: left;
display: none;
}
.name{
width: 65%;
} | F-data/css/add-A.css | html,body{
width: 100%;
height: 100%;
}
#aways{
width: 100%;
min-height: 100%;
}
#header{
width: 100%;
height: 0.9rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 0.3rem;
background: #FF5857;
color: #FFF;
position: relative;
font-family: "微软雅黑";
}
.returns{
position: absolute;
width: 0.8rem;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}
.returns span{
display:block;
border-left: 0.03rem solid #FFFFFF;
border-bottom: 0.03rem solid #FFFFFF;
width: .22rem;
height: .22rem;
transform: rotate(45deg);
}
/*保存*/
#header .save{
top: 45%;
margin-top: -0.11rem;
display:block;
position: absolute;
right: 0.3rem;
font-size: .25rem;
}
#search{
height: 1rem;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
/*输入框所在盒子*/
#search .search-a{
width: 75%;
height: .6rem;
background: #DCDCDC;
border-radius: 0.35rem;
display: flex;
align-items: center;
}
/*输入框*/
#search .txt{
width: 78%;
height: 100%;
background: #DCDCDC;
border-radius: 0.35rem;
border: none;
}
/*放大镜*/
#search .pic{
width: 0.6rem;
height: 0.6rem;
/*position: absolute;*/
}
/*分割线*/
.border{
width: 100%;
height: .25rem;
border-bottom: 0.03rem solid #D3D3D3;
border-top: 0.03rem solid #D3D3D3;
}
.comment{
width:100%;
height:auto;
}
.member{
width: 100%;
height: 1rem;
border-bottom: 1px solid #D3D3D3;
display: flex;
justify-content: center;
float: left;
}
.box{
width: 85%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.portrait{
height: .8rem;
width: .8rem;
border-radius: .4rem;
}
.portrait img{
width: 100%;
height: 100%;
border-radius: 50%;
}
.name{
font-size: 18px;
font-family: "微软雅黑";
}
.select {
width: .5rem;
height: .5rem;
}
.select img{
width: .4rem;
height: .4rem;
margin-top: .3rem;
float: left;
display: none;
}
.name{
width: 65%;
} | 0.321141 | 0.056993 |
.aceEditor {
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}
.ace_editor {
position: absolute;
overflow: hidden;
font-family: Monaco, "Menlo", "Courier New", monospace;
font-size: 12px;
}
.ace_scroller {
position: absolute;
overflow-x: scroll;
overflow-y: hidden;
}
.ace_content {
position: absolute;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ace_composition {
position: absolute;
background: #555;
color: #DDD;
z-index: 4;
}
.ace_gutter {
position: absolute;
overflow-x: hidden;
overflow-y: hidden;
height: 100%;
}
.ace_gutter-cell.ace_error {
background-image: url("data:image/gif,GIF89a%10%00%10%00%D5%00%00%F5or%F5%87%88%F5nr%F4ns%EBmq%F5z%7F%DDJT%DEKS%DFOW%F1Yc%F2ah%CE(7%CE)8%D18E%DD%40M%F2KZ%EBU%60%F4%60m%DCir%C8%16(%C8%19*%CE%255%F1%3FR%F1%3FS%E6%AB%B5%CA%5DI%CEn%5E%F7%A2%9A%C9G%3E%E0a%5B%F7%89%85%F5yy%F6%82%80%ED%82%80%FF%BF%BF%E3%C4%C4%FF%FF%FF%FF%FF%FF%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00!%F9%04%01%00%00%25%00%2C%00%00%00%00%10%00%10%00%00%06p%C0%92pH%2C%1A%8F%C8%D2H%93%E1d4%23%E4%88%D3%09mB%1DN%B48%F5%90%40%60%92G%5B%94%20%3E%22%D2%87%24%FA%20%24%C5%06A%00%20%B1%07%02B%A38%89X.v%17%82%11%13q%10%0Fi%24%0F%8B%10%7BD%12%0Ei%09%92%09%0EpD%18%15%24%0A%9Ci%05%0C%18F%18%0B%07%04%01%04%06%A0H%18%12%0D%14%0D%12%A1I%B3%B4%B5IA%00%3B");
background-repeat: no-repeat;
background-position: 4px center;
}
.ace_gutter-cell.ace_warning {
background-image: url("data:image/gif,GIF89a%10%00%10%00%D5%00%00%FF%DBr%FF%DE%81%FF%E2%8D%FF%E2%8F%FF%E4%96%FF%E3%97%FF%E5%9D%FF%E6%9E%FF%EE%C1%FF%C8Z%FF%CDk%FF%D0s%FF%D4%81%FF%D5%82%FF%D5%83%FF%DC%97%FF%DE%9D%FF%E7%B8%FF%CCl%7BQ%13%80U%15%82W%16%81U%16%89%5B%18%87%5B%18%8C%5E%1A%94d%1D%C5%83-%C9%87%2F%C6%84.%C6%85.%CD%8B2%C9%871%CB%8A3%CD%8B5%DC%98%3F%DF%9BB%E0%9CC%E1%A5U%CB%871%CF%8B5%D1%8D6%DB%97%40%DF%9AB%DD%99B%E3%B0p%E7%CC%AE%FF%FF%FF%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00!%F9%04%01%00%00%2F%00%2C%00%00%00%00%10%00%10%00%00%06a%C0%97pH%2C%1A%8FH%A1%ABTr%25%87%2B%04%82%F4%7C%B9X%91%08%CB%99%1C!%26%13%84*iJ9(%15G%CA%84%14%01%1A%97%0C%03%80%3A%9A%3E%81%84%3E%11%08%B1%8B%20%02%12%0F%18%1A%0F%0A%03'F%1C%04%0B%10%16%18%10%0B%05%1CF%1D-%06%07%9A%9A-%1EG%1B%A0%A1%A0U%A4%A5%A6BA%00%3B");
background-repeat: no-repeat;
background-position: 4px center;
}
.ace_editor .ace_sb {
position: absolute;
overflow-x: hidden;
overflow-y: scroll;
right: 0;
}
.ace_editor .ace_sb div {
position: absolute;
width: 1px;
left: 0;
}
.ace_editor .ace_print_margin_layer {
z-index: 0;
position: absolute;
overflow: hidden;
margin: 0;
left: 0;
height: 100%;
width: 100%;
}
.ace_editor .ace_print_margin {
position: absolute;
height: 100%;
}
.ace_editor textarea {
position: fixed;
z-index: -1;
width: 10px;
height: 30px;
opacity: 0;
background: transparent;
appearance: none;
-moz-appearance: none;
border: none;
resize: none;
outline: none;
overflow: hidden;
}
.ace_layer {
z-index: 1;
position: absolute;
overflow: hidden;
white-space: nowrap;
height: 100%;
width: 100%;
}
.ace_text-layer {
color: black;
}
.ace_cjk {
display: inline-block;
text-align: center;
}
.ace_cursor-layer {
z-index: 4;
cursor: text; /* setting pointer-events: none; here will break mouse wheel scrolling in Safari */
}
.ace_cursor {
z-index: 4;
position: absolute;
}
.ace_cursor.ace_hidden {
opacity: 0.2;
}
.ace_line {
white-space: nowrap;
}
.ace_marker-layer {
cursor: text;
pointer-events: none;
}
.ace_marker-layer .ace_step {
position: absolute;
z-index: 3;
}
.ace_marker-layer .ace_selection {
position: absolute;
z-index: 4;
}
.ace_marker-layer .ace_bracket {
position: absolute;
z-index: 5;
}
.ace_marker-layer .ace_active_line {
position: absolute;
z-index: 2;
}
.ace_marker-layer .ace_selected_word {
position: absolute;
z-index: 6;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ace_line .ace_fold {
cursor: pointer;
}
.ace_dragging .ace_marker-layer, .ace_dragging .ace_text-layer {
cursor: move;
} | resources/css/xmlView.css | .aceEditor {
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}
.ace_editor {
position: absolute;
overflow: hidden;
font-family: Monaco, "Menlo", "Courier New", monospace;
font-size: 12px;
}
.ace_scroller {
position: absolute;
overflow-x: scroll;
overflow-y: hidden;
}
.ace_content {
position: absolute;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ace_composition {
position: absolute;
background: #555;
color: #DDD;
z-index: 4;
}
.ace_gutter {
position: absolute;
overflow-x: hidden;
overflow-y: hidden;
height: 100%;
}
.ace_gutter-cell.ace_error {
background-image: url("data:image/gif,GIF89a%10%00%10%00%D5%00%00%F5or%F5%87%88%F5nr%F4ns%EBmq%F5z%7F%DDJT%DEKS%DFOW%F1Yc%F2ah%CE(7%CE)8%D18E%DD%40M%F2KZ%EBU%60%F4%60m%DCir%C8%16(%C8%19*%CE%255%F1%3FR%F1%3FS%E6%AB%B5%CA%5DI%CEn%5E%F7%A2%9A%C9G%3E%E0a%5B%F7%89%85%F5yy%F6%82%80%ED%82%80%FF%BF%BF%E3%C4%C4%FF%FF%FF%FF%FF%FF%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00!%F9%04%01%00%00%25%00%2C%00%00%00%00%10%00%10%00%00%06p%C0%92pH%2C%1A%8F%C8%D2H%93%E1d4%23%E4%88%D3%09mB%1DN%B48%F5%90%40%60%92G%5B%94%20%3E%22%D2%87%24%FA%20%24%C5%06A%00%20%B1%07%02B%A38%89X.v%17%82%11%13q%10%0Fi%24%0F%8B%10%7BD%12%0Ei%09%92%09%0EpD%18%15%24%0A%9Ci%05%0C%18F%18%0B%07%04%01%04%06%A0H%18%12%0D%14%0D%12%A1I%B3%B4%B5IA%00%3B");
background-repeat: no-repeat;
background-position: 4px center;
}
.ace_gutter-cell.ace_warning {
background-image: url("data:image/gif,GIF89a%10%00%10%00%D5%00%00%FF%DBr%FF%DE%81%FF%E2%8D%FF%E2%8F%FF%E4%96%FF%E3%97%FF%E5%9D%FF%E6%9E%FF%EE%C1%FF%C8Z%FF%CDk%FF%D0s%FF%D4%81%FF%D5%82%FF%D5%83%FF%DC%97%FF%DE%9D%FF%E7%B8%FF%CCl%7BQ%13%80U%15%82W%16%81U%16%89%5B%18%87%5B%18%8C%5E%1A%94d%1D%C5%83-%C9%87%2F%C6%84.%C6%85.%CD%8B2%C9%871%CB%8A3%CD%8B5%DC%98%3F%DF%9BB%E0%9CC%E1%A5U%CB%871%CF%8B5%D1%8D6%DB%97%40%DF%9AB%DD%99B%E3%B0p%E7%CC%AE%FF%FF%FF%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00!%F9%04%01%00%00%2F%00%2C%00%00%00%00%10%00%10%00%00%06a%C0%97pH%2C%1A%8FH%A1%ABTr%25%87%2B%04%82%F4%7C%B9X%91%08%CB%99%1C!%26%13%84*iJ9(%15G%CA%84%14%01%1A%97%0C%03%80%3A%9A%3E%81%84%3E%11%08%B1%8B%20%02%12%0F%18%1A%0F%0A%03'F%1C%04%0B%10%16%18%10%0B%05%1CF%1D-%06%07%9A%9A-%1EG%1B%A0%A1%A0U%A4%A5%A6BA%00%3B");
background-repeat: no-repeat;
background-position: 4px center;
}
.ace_editor .ace_sb {
position: absolute;
overflow-x: hidden;
overflow-y: scroll;
right: 0;
}
.ace_editor .ace_sb div {
position: absolute;
width: 1px;
left: 0;
}
.ace_editor .ace_print_margin_layer {
z-index: 0;
position: absolute;
overflow: hidden;
margin: 0;
left: 0;
height: 100%;
width: 100%;
}
.ace_editor .ace_print_margin {
position: absolute;
height: 100%;
}
.ace_editor textarea {
position: fixed;
z-index: -1;
width: 10px;
height: 30px;
opacity: 0;
background: transparent;
appearance: none;
-moz-appearance: none;
border: none;
resize: none;
outline: none;
overflow: hidden;
}
.ace_layer {
z-index: 1;
position: absolute;
overflow: hidden;
white-space: nowrap;
height: 100%;
width: 100%;
}
.ace_text-layer {
color: black;
}
.ace_cjk {
display: inline-block;
text-align: center;
}
.ace_cursor-layer {
z-index: 4;
cursor: text; /* setting pointer-events: none; here will break mouse wheel scrolling in Safari */
}
.ace_cursor {
z-index: 4;
position: absolute;
}
.ace_cursor.ace_hidden {
opacity: 0.2;
}
.ace_line {
white-space: nowrap;
}
.ace_marker-layer {
cursor: text;
pointer-events: none;
}
.ace_marker-layer .ace_step {
position: absolute;
z-index: 3;
}
.ace_marker-layer .ace_selection {
position: absolute;
z-index: 4;
}
.ace_marker-layer .ace_bracket {
position: absolute;
z-index: 5;
}
.ace_marker-layer .ace_active_line {
position: absolute;
z-index: 2;
}
.ace_marker-layer .ace_selected_word {
position: absolute;
z-index: 6;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ace_line .ace_fold {
cursor: pointer;
}
.ace_dragging .ace_marker-layer, .ace_dragging .ace_text-layer {
cursor: move;
} | 0.476823 | 0.234429 |
button:focus {
outline: none;
}
.small-logo {
width: 100px;
}
.lt-text-shadow {
text-shadow: 1px 1px #ada4a4;
}
#add-order {
display: none;
}
#order-box {
display: none;
}
h3 {
margin: 20px 0px;
}
#order-form {
margin-bottom: 30px;
}
.lg-input {
height: 50px;
padding: .5rem 1rem;
font-size: 1.25rem;
}
.toppings-accordion {
}
.toppings-accordion-header {
box-shadow: 2px 2px 5px #bfbebe;
height: 50px;
padding-left: 15px;
padding-top: 10px;
background-color: #e9ecef;
font-size: 1.25rem;
margin-bottom: 20px;
border-radius: 4px;
transition: 0.2s;
}
.toppings-accordion-header:hover {
cursor: pointer;
transition: 0.2s;
box-shadow: 3px 3px 5px #8e8d8d;
}
.toppings-accordion-body {
display: none;
margin-bottom: 20px;
}
.radio-with-height {
height: 40px;
}
.toppings-label {
line-height: 40px;
font-size: 1.25rem;
padding-left: 10px;
color: #495057;
}
.toppings-label:hover, .radio-with-height:hover, input[type="checkbox"]:hover {
cursor: pointer;
}
.bottom-btn {
margin-top: 20px;
}
.alert {
display: none;
position: relative;
margin: -80px auto 0px auto;
z-index: 1;
}
#orders-placed {
display: none;
text-align: center;
}
.order-tile {
margin: 0 auto 40px auto;
width: 80%;
max-width: 300px;
height: 200px;
box-shadow: 0px 5px 10px #4e4e4e;
border-radius: 4px;
}
.order-tile:hover {
cursor: pointer;
box-shadow: 0px 5px 20px #4e4e4e;
}
.order-image {
margin: 0 auto;
border: 1px solid #e9ecef;
}
.order-image img {
width: 300px;
}
.order-name {
width: 100%;
text-align: center;
padding-top: 12px;
background-color: #d4f2f5;
color: #155724;
height: 47px;
border-radius: 0px 0px 4px 4px;
}
.order-details {
margin-top: 10px;
display: none;
text-align: left;
border: 1px solid #e9ecef;
padding: 10px 5px;
position: relative;
z-index: 1;
background-color: #fff;
}
.order-details-header {
border-bottom: 2px solid #4e4e4e;
}
.strong-text {
font-weight: bold;
}
/* responsive styles */
@media screen and (max-width: 602px) {
.alert {
margin-top: -38px;
}
}
@media screen and (max-width: 475px) {
.small-logo {
width: 60px;
}
}
@media screen and (max-width: 384px) {
.small-logo {
width: 40px;
}
} | css/styles.css | button:focus {
outline: none;
}
.small-logo {
width: 100px;
}
.lt-text-shadow {
text-shadow: 1px 1px #ada4a4;
}
#add-order {
display: none;
}
#order-box {
display: none;
}
h3 {
margin: 20px 0px;
}
#order-form {
margin-bottom: 30px;
}
.lg-input {
height: 50px;
padding: .5rem 1rem;
font-size: 1.25rem;
}
.toppings-accordion {
}
.toppings-accordion-header {
box-shadow: 2px 2px 5px #bfbebe;
height: 50px;
padding-left: 15px;
padding-top: 10px;
background-color: #e9ecef;
font-size: 1.25rem;
margin-bottom: 20px;
border-radius: 4px;
transition: 0.2s;
}
.toppings-accordion-header:hover {
cursor: pointer;
transition: 0.2s;
box-shadow: 3px 3px 5px #8e8d8d;
}
.toppings-accordion-body {
display: none;
margin-bottom: 20px;
}
.radio-with-height {
height: 40px;
}
.toppings-label {
line-height: 40px;
font-size: 1.25rem;
padding-left: 10px;
color: #495057;
}
.toppings-label:hover, .radio-with-height:hover, input[type="checkbox"]:hover {
cursor: pointer;
}
.bottom-btn {
margin-top: 20px;
}
.alert {
display: none;
position: relative;
margin: -80px auto 0px auto;
z-index: 1;
}
#orders-placed {
display: none;
text-align: center;
}
.order-tile {
margin: 0 auto 40px auto;
width: 80%;
max-width: 300px;
height: 200px;
box-shadow: 0px 5px 10px #4e4e4e;
border-radius: 4px;
}
.order-tile:hover {
cursor: pointer;
box-shadow: 0px 5px 20px #4e4e4e;
}
.order-image {
margin: 0 auto;
border: 1px solid #e9ecef;
}
.order-image img {
width: 300px;
}
.order-name {
width: 100%;
text-align: center;
padding-top: 12px;
background-color: #d4f2f5;
color: #155724;
height: 47px;
border-radius: 0px 0px 4px 4px;
}
.order-details {
margin-top: 10px;
display: none;
text-align: left;
border: 1px solid #e9ecef;
padding: 10px 5px;
position: relative;
z-index: 1;
background-color: #fff;
}
.order-details-header {
border-bottom: 2px solid #4e4e4e;
}
.strong-text {
font-weight: bold;
}
/* responsive styles */
@media screen and (max-width: 602px) {
.alert {
margin-top: -38px;
}
}
@media screen and (max-width: 475px) {
.small-logo {
width: 60px;
}
}
@media screen and (max-width: 384px) {
.small-logo {
width: 40px;
}
} | 0.345989 | 0.113138 |
* {
box-sizing: border-box;
}
#q4Wrapper {
background-color: #2A3035;
font-family: "Roboto", sans-serif;
color: white;
}
#q4Wrapper h1, #q4Wrapper h3 {
margin: 0;
}
#q4Wrapper h1 {
font-size: 48px;
}
#q4Wrapper h3 {
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
}
#q4Wrapper header, #q4Wrapper footer {
background-color: #22272B;
}
#q4Wrapper header {
padding: 20px;
}
#q4Wrapper footer {
margin-top: 10px;
padding: 10px;
border-radius: 5px;
}
#q4Wrapper article {
text-align: center;
}
#q4Wrapper article img {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
#q4Wrapper a {
display: inline-block;
text-decoration: none;
color: white;
transition: transform 0.3s ease;
}
#q4Wrapper a:hover {
transform: scale(1.05);
}
#q4Wrapper a span {
opacity: 0.5;
}
.layout_inner {
max-width: 960px;
margin: 0 auto;
padding: 10px 20px;
}
.layout_header {
margin-bottom: -25px;
text-align: center;
}
/* Begin styling the report items here! */
.layout_title{
background-color: #23272a;
color: #fff;
padding: 20px;
border-radius: 3px;
font-family: sans-serif;
font-size: 2.5em;
}
.layout_container{
display: inline-block;
margin-right: auto;
margin-left: auto;
}
.reports {
margin-right: auto;
margin-left: auto;
}
.reports_item{
width: calc((100% - 30px * 3)/ 3);
margin-top: 24px;
margin-left: 15px;
margin-right: 15px;
float: left;
text-align: center;
}
.reports_docs {
background-color: #23272a;
color: #fff;
padding: 5px 5px 5px 5px;
border-radius: 5px;
margin-top: 10px;
}
.reports_cover {
box-shadow: 0 5px 30px -10px black;
}
.reports_title {
font-family: sans-serif;
font-size: small;
text-transform: uppercase;
}
.reports_title span{
color:rgb(184, 184, 184);
}
.reports_docs a{
text-decoration: none;
color:#fff;
}
.reports_cover {
width: 85%;
}
@media screen and (max-width: 768px) {
.layout_title{
font-size: 2em;
}
.reports_item{
width: calc((100% - 30px * 2) / 2);
margin-top: 24px;
margin-left: 15px;
margin-right: 15px;
float: left;
}
}
@media screen and (max-width: 600px) {
.layout_title{
font-size: 1.5em;
}
.reports_title {
font-size: x-small;
}
} | src/css/main.css | * {
box-sizing: border-box;
}
#q4Wrapper {
background-color: #2A3035;
font-family: "Roboto", sans-serif;
color: white;
}
#q4Wrapper h1, #q4Wrapper h3 {
margin: 0;
}
#q4Wrapper h1 {
font-size: 48px;
}
#q4Wrapper h3 {
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
}
#q4Wrapper header, #q4Wrapper footer {
background-color: #22272B;
}
#q4Wrapper header {
padding: 20px;
}
#q4Wrapper footer {
margin-top: 10px;
padding: 10px;
border-radius: 5px;
}
#q4Wrapper article {
text-align: center;
}
#q4Wrapper article img {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
#q4Wrapper a {
display: inline-block;
text-decoration: none;
color: white;
transition: transform 0.3s ease;
}
#q4Wrapper a:hover {
transform: scale(1.05);
}
#q4Wrapper a span {
opacity: 0.5;
}
.layout_inner {
max-width: 960px;
margin: 0 auto;
padding: 10px 20px;
}
.layout_header {
margin-bottom: -25px;
text-align: center;
}
/* Begin styling the report items here! */
.layout_title{
background-color: #23272a;
color: #fff;
padding: 20px;
border-radius: 3px;
font-family: sans-serif;
font-size: 2.5em;
}
.layout_container{
display: inline-block;
margin-right: auto;
margin-left: auto;
}
.reports {
margin-right: auto;
margin-left: auto;
}
.reports_item{
width: calc((100% - 30px * 3)/ 3);
margin-top: 24px;
margin-left: 15px;
margin-right: 15px;
float: left;
text-align: center;
}
.reports_docs {
background-color: #23272a;
color: #fff;
padding: 5px 5px 5px 5px;
border-radius: 5px;
margin-top: 10px;
}
.reports_cover {
box-shadow: 0 5px 30px -10px black;
}
.reports_title {
font-family: sans-serif;
font-size: small;
text-transform: uppercase;
}
.reports_title span{
color:rgb(184, 184, 184);
}
.reports_docs a{
text-decoration: none;
color:#fff;
}
.reports_cover {
width: 85%;
}
@media screen and (max-width: 768px) {
.layout_title{
font-size: 2em;
}
.reports_item{
width: calc((100% - 30px * 2) / 2);
margin-top: 24px;
margin-left: 15px;
margin-right: 15px;
float: left;
}
}
@media screen and (max-width: 600px) {
.layout_title{
font-size: 1.5em;
}
.reports_title {
font-size: x-small;
}
} | 0.533397 | 0.116512 |
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
color: #ffffff;
background-color: #00bf8f;
border-color: #285e8e;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
color: #ffffff;
background-color: #00bf8f;
border-color: #285e8e;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
background: #00bf8f;
border-radius: 0;
color: #ffffff;
}
.datepicker table tr td span:hover {
background: #00bf8f;
color: #ffffff;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
background: #00bf8f;
color: #ffffff;
}
.input-daterange .input-group-addon {
width: auto;
min-width: 16px;
padding: 4px 5px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
text-shadow: 0 1px 0 #fff;
vertical-align: middle;
background-color: #00bf8f;
border: solid #cccccc;
border-width: 1px 0;
margin-left: -5px;
margin-right: -5px;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
cursor: not-allowed;
background-color: #00bf8f;
text-shadow: 0px;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
background: #00bf8f;
color:#fff;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
background: #00bf8f;
color:#fff;
cursor: pointer;
text-shadow: 0px;
} | imports/ui/css/datepicker.css | .datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
color: #ffffff;
background-color: #00bf8f;
border-color: #285e8e;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
color: #ffffff;
background-color: #00bf8f;
border-color: #285e8e;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
background: #00bf8f;
border-radius: 0;
color: #ffffff;
}
.datepicker table tr td span:hover {
background: #00bf8f;
color: #ffffff;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
background: #00bf8f;
color: #ffffff;
}
.input-daterange .input-group-addon {
width: auto;
min-width: 16px;
padding: 4px 5px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
text-shadow: 0 1px 0 #fff;
vertical-align: middle;
background-color: #00bf8f;
border: solid #cccccc;
border-width: 1px 0;
margin-left: -5px;
margin-right: -5px;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
cursor: not-allowed;
background-color: #00bf8f;
text-shadow: 0px;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
background: #00bf8f;
color:#fff;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
background: #00bf8f;
color:#fff;
cursor: pointer;
text-shadow: 0px;
} | 0.370225 | 0.12018 |
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action{
background-image: url("../images/common/form-style.png");
background-repeat: no-repeat;
-webkit-font-smoothing: antialiased; }
.selector,
.checker,
.button,
.radio,
.uploader {
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: middle; }
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
outline: 0; }
.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader * {
margin: 0;
padding: 0; }
/* Input & Textarea */
select.uniform-multiselect{
padding: 3px;
outline: 0; }
/* Remove default webkit and possible mozilla .search styles */
div.checker input,
input.search,
input.search:active {
-moz-appearance: none;
-webkit-appearance: none; }
/* Select */
div.selector {
background-position: 0 -32px;
line-height: 28px;
height: 28px;
padding: 0 0 0 10px;
position: relative;
overflow: hidden; }
div.selector.fixedWidth {
width: 190px; }
div.selector span {
text-overflow: ellipsis;
display: block;
overflow: hidden;
white-space: nowrap;
background-position: right 0;
height: 28px;
line-height: 28px;
padding-right: 25px;
cursor: pointer;
width: 100%;
display: block; }
div.selector.fixedWidth span {
width: 155px; }
div.selector select {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
position: absolute;
height: 24px;
top: 3px;
left: 0px;
width: 100%; }
/* Checkbox */
div.checker,
div.checker span,
div.checker input {
width: 14px;
height: 14px; }
div.checker {
position: relative; }
div.checker span {
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center;
background-position: 0 -62px; }
div.checker input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1; }
div.checker span.checked {
background-position: -16px -62px; }
/* Radio */
div.radio,
div.radio span,
div.radio input {
width: 13px;
height: 13px; }
div.radio {
position: relative; }
div.radio span {
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center;
background-position: -2px -78px; }
div.radio input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center; }
div.radio span.checked {
background-position: -18px -78px; }
/* Uploader */
div.uploader {
background-position: 0 -93px;
height: 35px;
width: 190px;
cursor: pointer;
position: relative;
overflow: hidden; }
div.uploader span.action {
background-position: right -130px;
height: 35px;
line-height: 35px;
width: 33%;
text-align: center;
float: right;
display: inline;
overflow: hidden;
cursor: pointer; }
div.uploader span.filename {
text-overflow: ellipsis;
display: block;
overflow: hidden;
white-space: nowrap;
float: left;
cursor: default;
height: 35px;
margin: 0;
line-height: 35px;
width: 60%;
padding: 0 10px; }
div.uploader input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
position: absolute;
top: 0;
right: 0;
float: right;
cursor: pointer;
width: 100%;
height: 100%; }
/* INPUT & TEXTAREA */
select.uniform-multiselect {
font-size: 12px;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: normal;
color: #777;
border-top: solid 1px #aaa;
border-left: solid 1px #aaa;
border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
select.uniform-multiselect:focus {
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
border-color: #999; }
/* Select */
div.selector {
font-size: 12px; }
div.selector select {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px; }
div.selector select:hover{
cursor: pointer;
}
div.selector span {
color: #212121; }
div.selector.disabled span {
color: #bbb; }
/* Checker */
div.checker {
margin: -4px 10px 0 0; }
/* Radio */
div.radio {
margin-right: 3px;
margin-top:-2px; }
/* Uploader */
div.uploader span.action {
font-size: 14px; }
div.uploader span.filename {
color: #8e8e8e;
border-right: solid 1px #bbb;
font-size: 14px; }
div.uploader.disabled span.action {
color: #aaa; }
div.uploader.disabled span.filename {
border-color: #ddd;
color: #aaa; } | view/lib/css/uniform.default.css | div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action{
background-image: url("../images/common/form-style.png");
background-repeat: no-repeat;
-webkit-font-smoothing: antialiased; }
.selector,
.checker,
.button,
.radio,
.uploader {
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: middle; }
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
outline: 0; }
.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader * {
margin: 0;
padding: 0; }
/* Input & Textarea */
select.uniform-multiselect{
padding: 3px;
outline: 0; }
/* Remove default webkit and possible mozilla .search styles */
div.checker input,
input.search,
input.search:active {
-moz-appearance: none;
-webkit-appearance: none; }
/* Select */
div.selector {
background-position: 0 -32px;
line-height: 28px;
height: 28px;
padding: 0 0 0 10px;
position: relative;
overflow: hidden; }
div.selector.fixedWidth {
width: 190px; }
div.selector span {
text-overflow: ellipsis;
display: block;
overflow: hidden;
white-space: nowrap;
background-position: right 0;
height: 28px;
line-height: 28px;
padding-right: 25px;
cursor: pointer;
width: 100%;
display: block; }
div.selector.fixedWidth span {
width: 155px; }
div.selector select {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
position: absolute;
height: 24px;
top: 3px;
left: 0px;
width: 100%; }
/* Checkbox */
div.checker,
div.checker span,
div.checker input {
width: 14px;
height: 14px; }
div.checker {
position: relative; }
div.checker span {
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center;
background-position: 0 -62px; }
div.checker input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1; }
div.checker span.checked {
background-position: -16px -62px; }
/* Radio */
div.radio,
div.radio span,
div.radio input {
width: 13px;
height: 13px; }
div.radio {
position: relative; }
div.radio span {
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center;
background-position: -2px -78px; }
div.radio input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center; }
div.radio span.checked {
background-position: -18px -78px; }
/* Uploader */
div.uploader {
background-position: 0 -93px;
height: 35px;
width: 190px;
cursor: pointer;
position: relative;
overflow: hidden; }
div.uploader span.action {
background-position: right -130px;
height: 35px;
line-height: 35px;
width: 33%;
text-align: center;
float: right;
display: inline;
overflow: hidden;
cursor: pointer; }
div.uploader span.filename {
text-overflow: ellipsis;
display: block;
overflow: hidden;
white-space: nowrap;
float: left;
cursor: default;
height: 35px;
margin: 0;
line-height: 35px;
width: 60%;
padding: 0 10px; }
div.uploader input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
position: absolute;
top: 0;
right: 0;
float: right;
cursor: pointer;
width: 100%;
height: 100%; }
/* INPUT & TEXTAREA */
select.uniform-multiselect {
font-size: 12px;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: normal;
color: #777;
border-top: solid 1px #aaa;
border-left: solid 1px #aaa;
border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
select.uniform-multiselect:focus {
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
border-color: #999; }
/* Select */
div.selector {
font-size: 12px; }
div.selector select {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px; }
div.selector select:hover{
cursor: pointer;
}
div.selector span {
color: #212121; }
div.selector.disabled span {
color: #bbb; }
/* Checker */
div.checker {
margin: -4px 10px 0 0; }
/* Radio */
div.radio {
margin-right: 3px;
margin-top:-2px; }
/* Uploader */
div.uploader span.action {
font-size: 14px; }
div.uploader span.filename {
color: #8e8e8e;
border-right: solid 1px #bbb;
font-size: 14px; }
div.uploader.disabled span.action {
color: #aaa; }
div.uploader.disabled span.filename {
border-color: #ddd;
color: #aaa; } | 0.258139 | 0.055464 |
.field-details button.toggle {
background-color: transparent;
border: 0;
margin-left: 6px;
color: var(--color-warning);
-webkit-transition: color 0.2s ease-in;
-o-transition: color 0.2s ease-in;
transition: color 0.2s ease-in;
}
.field-details button.toggle:hover{
box-shadow: 3px 3px 6px var(--box-shadow-2);
}
.field-details button.toggle.in {
color: var(--color-warning-off);
}
.field-details button.toggle i {
margin-right: 3px;
-webkit-transition: transform 0.2s ease-in;
-o-transition: transform 0.2s ease-in;
transition: transform 0.2s ease-in;
font: normal normal normal 19px/1 FontAwesome;
}
.field-details button.toggle.in i {
transform: rotateX(180deg);
}
.field-details button.toggle span {
display: inline-block;
font-size: var(--font-size-extra-small);
vertical-align: middle;
transform: translateY(-2px);
}
.field-details .collapsible {
position: relative;
max-height: 0;
-webkit-transition: max-height 0.5s ease-in-out;
-o-transition: max-height 0.5s ease-in-out;
transition: max-height 0.5s ease-in-out;
overflow: hidden;
}
.field-details .popup {
display: none;
z-index: 100;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,0);
-webkit-transition: background-color 0.5s ease-in-out;
-o-transition: background-color 0.5s ease-in-out;
transition: background-color 0.5s ease-in-out;
}
.field-details .popup.show {
display: block;
background-color: rgba(0,0,0,0.4);
}
.field-details button.toggle.in + .collapsible {
max-height: 2500px;
}
@media (min-width: 576px) {
.field-details button.toggle.in + .collapsible {
max-height: 1000px;
}
}
.field-details .field-details__panel {
padding: 10px;
text-align: left;
font-size: var(--font-size-extra-small);
line-height: 1.3em;
}
.field-details .collapsible .field-details__panel {
position: relative;
margin: 2px 0 6px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: var(--background-color-5);
border: 1px solid var(--default-border-color);
border-radius: 10px;
}
.field-details .popup .field-details__panel {
z-index: 100;
position: absolute;
top: 50px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, -0);
transform: translate(-50%, 0);
width: 80%;
height: auto;
min-height: 58px;
padding: 20px;
border: 1px solid var(--border-color-3);
border-radius: 4px;
background-color: white;
cursor: pointer;
}
.field-details button.field-details__close-button {
position: absolute;
top: 2px;
right: 2px;
padding: 8px;
background-color: transparent;
border: 0;
font-size: 8px;
cursor: pointer;
color: var(--color-19);
-webkit-transition: color 0.2s ease-in;
-o-transition: box-shadow 0.2s ease-in;
transition: box-shadow 0.2s ease-in;
}
.field-details button.field-details__close-button:hover{
color: var(--color-20);
} | src/components/Details.css | .field-details button.toggle {
background-color: transparent;
border: 0;
margin-left: 6px;
color: var(--color-warning);
-webkit-transition: color 0.2s ease-in;
-o-transition: color 0.2s ease-in;
transition: color 0.2s ease-in;
}
.field-details button.toggle:hover{
box-shadow: 3px 3px 6px var(--box-shadow-2);
}
.field-details button.toggle.in {
color: var(--color-warning-off);
}
.field-details button.toggle i {
margin-right: 3px;
-webkit-transition: transform 0.2s ease-in;
-o-transition: transform 0.2s ease-in;
transition: transform 0.2s ease-in;
font: normal normal normal 19px/1 FontAwesome;
}
.field-details button.toggle.in i {
transform: rotateX(180deg);
}
.field-details button.toggle span {
display: inline-block;
font-size: var(--font-size-extra-small);
vertical-align: middle;
transform: translateY(-2px);
}
.field-details .collapsible {
position: relative;
max-height: 0;
-webkit-transition: max-height 0.5s ease-in-out;
-o-transition: max-height 0.5s ease-in-out;
transition: max-height 0.5s ease-in-out;
overflow: hidden;
}
.field-details .popup {
display: none;
z-index: 100;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,0);
-webkit-transition: background-color 0.5s ease-in-out;
-o-transition: background-color 0.5s ease-in-out;
transition: background-color 0.5s ease-in-out;
}
.field-details .popup.show {
display: block;
background-color: rgba(0,0,0,0.4);
}
.field-details button.toggle.in + .collapsible {
max-height: 2500px;
}
@media (min-width: 576px) {
.field-details button.toggle.in + .collapsible {
max-height: 1000px;
}
}
.field-details .field-details__panel {
padding: 10px;
text-align: left;
font-size: var(--font-size-extra-small);
line-height: 1.3em;
}
.field-details .collapsible .field-details__panel {
position: relative;
margin: 2px 0 6px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: var(--background-color-5);
border: 1px solid var(--default-border-color);
border-radius: 10px;
}
.field-details .popup .field-details__panel {
z-index: 100;
position: absolute;
top: 50px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, -0);
transform: translate(-50%, 0);
width: 80%;
height: auto;
min-height: 58px;
padding: 20px;
border: 1px solid var(--border-color-3);
border-radius: 4px;
background-color: white;
cursor: pointer;
}
.field-details button.field-details__close-button {
position: absolute;
top: 2px;
right: 2px;
padding: 8px;
background-color: transparent;
border: 0;
font-size: 8px;
cursor: pointer;
color: var(--color-19);
-webkit-transition: color 0.2s ease-in;
-o-transition: box-shadow 0.2s ease-in;
transition: box-shadow 0.2s ease-in;
}
.field-details button.field-details__close-button:hover{
color: var(--color-20);
} | 0.425367 | 0.088308 |
@import '~ngx-toastr/toastr.css';
.btngeneral {
display: inline-block;
font-weight: 400;
color: white;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
width: 99px;
height: 27px;
padding: 0px;
border-radius: 1px;
}
.export-excel{
height: 30px;
margin-left: 50px;
cursor: pointer;
}
.table-list-header {
background: lightslategray;
color: white;
}
.navbar.navbar-absolute{
background-color: #fafbfc!important;
color: #6c757d;
position: sticky;
}
.main-panel{
background-color: #f1f4f6;
}
.header-shadow {
box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03) !important;
}
.btn-success {
color: #fff !important;
background-color: #3ac47d !important;
border-color: #3ac47d !important;
}
.nav-item-sub{
margin-left: 20px;
margin-top: -10px;
}
.sidebar .nav li a, .sidebar .nav li .dropdown-menu a{
padding: Opx!important;
}
.nav-link{
padding: 3px 3px!important;
}
.sidebar[data-color="danger"] li.active > a{
background-color: #e0f3ff!important;
box-shadow: none!important;
color: #3f6ad8!important;
}
.btn-actions-pane-right {
margin-left: auto;
white-space: nowrap;
}
/* .table {
width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
table {
border-collapse: collapse;
}
table thead{
background-color: #00bcd4 !important;
color: #fff !important;
border-bottom: 1px solid #d2d2d2 !important;
}
table th{
font-size: 14px !important;
font-weight: bold !important;
}
table tr {
line-height: 0;
}
.table.align-middle th, .table.align-middle td {
vertical-align: middle;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
border: 0;
}
.table.align-middle th, .table.align-middle td {
vertical-align: middle;
} */
.badge-focus {
color: #fff;
background-color: #444054;
}
.card {
box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
border-width: 0;
transition: all .2s;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(26, 54, 126, 0.125);
border-radius: 0.25rem;
}
.card.mb-3 {
margin-bottom: 30px !important;
}
.card-header {
display: flex;
align-items: center;
border-bottom-width: 1px !important;
padding-top: 0;
padding-bottom: 0;
padding-right: 0.625rem;
height: 3.5rem;
padding: 0.75rem 1.25rem;
margin-bottom: 0;
color: inherit;
background-color: #fff;
border-bottom: 1px solid rgba(26, 54, 126, 0.125) !important;
}
.card-header, .card-title {
text-transform: uppercase;
color: rgba(13, 27, 62, 0.7);
font-weight: bold;
font-size: 0.88rem;
}
.card .card-footer {
display: flex;
align-items: center;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: #fff;
border-top: 1px solid rgba(26, 54, 126, 0.125);
}
.d-block {
display: block !important;
}
.mb-0, .my-0 {
margin-bottom: 0 !important;
}
.align-middle {
vertical-align: middle !important;
}
.widget-content {
padding: 1rem;
flex-direction: row;
align-items: center;
}
.p-0 {
padding: 0 !important;
}
.widget-content .widget-content-wrapper {
display: flex;
flex: 1;
position: relative;
align-items: center;
}
.mr-3, .mx-3 {
margin-right: 1rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
img {
vertical-align: middle;
border-style: none;
}
.flex2 {
flex: 2;
}
.widget-content .widget-content-left .widget-heading {
opacity: .8;
font-weight: bold;
}
.opacity-7 {
opacity: .7 !important;
}
.badge {
font-weight: bold;
text-transform: uppercase;
padding: 5px 10px;
min-width: 19px;
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.badge-warning {
color: #212529;
background-color: #f7b924;
}
/* thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
} */
.handle {
cursor: move;
}
.dash-card{
padding: 10px;
} | src/styles.css | @import '~ngx-toastr/toastr.css';
.btngeneral {
display: inline-block;
font-weight: 400;
color: white;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
width: 99px;
height: 27px;
padding: 0px;
border-radius: 1px;
}
.export-excel{
height: 30px;
margin-left: 50px;
cursor: pointer;
}
.table-list-header {
background: lightslategray;
color: white;
}
.navbar.navbar-absolute{
background-color: #fafbfc!important;
color: #6c757d;
position: sticky;
}
.main-panel{
background-color: #f1f4f6;
}
.header-shadow {
box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03) !important;
}
.btn-success {
color: #fff !important;
background-color: #3ac47d !important;
border-color: #3ac47d !important;
}
.nav-item-sub{
margin-left: 20px;
margin-top: -10px;
}
.sidebar .nav li a, .sidebar .nav li .dropdown-menu a{
padding: Opx!important;
}
.nav-link{
padding: 3px 3px!important;
}
.sidebar[data-color="danger"] li.active > a{
background-color: #e0f3ff!important;
box-shadow: none!important;
color: #3f6ad8!important;
}
.btn-actions-pane-right {
margin-left: auto;
white-space: nowrap;
}
/* .table {
width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
table {
border-collapse: collapse;
}
table thead{
background-color: #00bcd4 !important;
color: #fff !important;
border-bottom: 1px solid #d2d2d2 !important;
}
table th{
font-size: 14px !important;
font-weight: bold !important;
}
table tr {
line-height: 0;
}
.table.align-middle th, .table.align-middle td {
vertical-align: middle;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
border: 0;
}
.table.align-middle th, .table.align-middle td {
vertical-align: middle;
} */
.badge-focus {
color: #fff;
background-color: #444054;
}
.card {
box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
border-width: 0;
transition: all .2s;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(26, 54, 126, 0.125);
border-radius: 0.25rem;
}
.card.mb-3 {
margin-bottom: 30px !important;
}
.card-header {
display: flex;
align-items: center;
border-bottom-width: 1px !important;
padding-top: 0;
padding-bottom: 0;
padding-right: 0.625rem;
height: 3.5rem;
padding: 0.75rem 1.25rem;
margin-bottom: 0;
color: inherit;
background-color: #fff;
border-bottom: 1px solid rgba(26, 54, 126, 0.125) !important;
}
.card-header, .card-title {
text-transform: uppercase;
color: rgba(13, 27, 62, 0.7);
font-weight: bold;
font-size: 0.88rem;
}
.card .card-footer {
display: flex;
align-items: center;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: #fff;
border-top: 1px solid rgba(26, 54, 126, 0.125);
}
.d-block {
display: block !important;
}
.mb-0, .my-0 {
margin-bottom: 0 !important;
}
.align-middle {
vertical-align: middle !important;
}
.widget-content {
padding: 1rem;
flex-direction: row;
align-items: center;
}
.p-0 {
padding: 0 !important;
}
.widget-content .widget-content-wrapper {
display: flex;
flex: 1;
position: relative;
align-items: center;
}
.mr-3, .mx-3 {
margin-right: 1rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
img {
vertical-align: middle;
border-style: none;
}
.flex2 {
flex: 2;
}
.widget-content .widget-content-left .widget-heading {
opacity: .8;
font-weight: bold;
}
.opacity-7 {
opacity: .7 !important;
}
.badge {
font-weight: bold;
text-transform: uppercase;
padding: 5px 10px;
min-width: 19px;
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.badge-warning {
color: #212529;
background-color: #f7b924;
}
/* thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
} */
.handle {
cursor: move;
}
.dash-card{
padding: 10px;
} | 0.343562 | 0.07989 |
.metaslider.wrap div.updated,
.metaslider.wrap div.error {
clear: both
}
.metaslider #post-body.columns-2 #postbox-container-1 {
margin-right: -320px;
width: 300px;
}
.metaslider #poststuff #post-body.columns-2 {
margin-right: 320px;
}
.rtl .metaslider #post-body.columns-2 #postbox-container-1 {
margin-left: -320px;
margin-right: 0;
}
.rtl .metaslider #poststuff #post-body.columns-2 {
margin-left: 320px;
margin-right: 0;
}
.metaslider .left input,
.metaslider .left textarea {
border: 1px solid #ccc;
border-radius: 0;
resize: none;
box-shadow: inherit;
}
.media-frame-menu .separator {
display: none
}
.msTipsy .tipsy-arrow-s {
border-top-color: #555
}
.msTipsy .tipsy-arrow-w {
border-right-color: #555
}
.msTipsy .tipsy-arrow-n {
border-bottom-color: #555
}
.msTipsy .tipsy-inner {
color: white;
background-color: #555;
}
.msTipsy .tipsy-arrow-e {
border-left-color: #555
}
#cboxLoadedContent {
overflow: hidden !important
}
#cboxLoadedContent iframe {
border: 0 none;
display: block;
height: 100%;
width: 100%;
}
.metaslider .right input[type=submit] {
margin: 0 3px;
}
.metaslider #poststuff .right .configuration {
padding: 7px 7px 7px 12px;
line-height: 27px;
float: left;
width: 100%;
box-sizing: border-box;
}
.metaslider .left table tr.slide input.url {
width: 100%;
margin: 0;
padding: 4px;
}
.metaslider .section {
cursor: pointer
}
.metaslider .hidden {
display: none
}
.metaslider .tipsy-tooltip {
cursor: default
}
.metaslider .ui-sortable-helper {
box-shadow: 3px 3px 5px #cccccc
}
.metaslider .left table tr.slide textarea {
width: 100%;
height: 60px;
margin: 0 0 5px 0;
padding: 2px 5px;
}
.branch-3-5 .metaslider .left table tr.slide .tabs-content .new_window,
.branch-3-6 .metaslider .left table tr.slide .tabs-content .new_window,
.branch-3-7 .metaslider .left table tr.slide .tabs-content .new_window {
right: 6px;
bottom: 20px;
}
.branch-3-5 .metaslider .left table tr.slide .tabs-content .new_window label,
.branch-3-6 .metaslider .left table tr.slide .tabs-content .new_window label,
.branch-3-7 .metaslider .left table tr.slide .tabs-content .new_window label {
line-height: 18px;
vertical-align: top;
}
.branch-3-5 .metaslider .left table tr.slide .tabs-content .new_window input,
.branch-3-6 .metaslider .left table tr.slide .tabs-content .new_window input,
.branch-3-7 .metaslider .left table tr.slide .tabs-content .new_window input {
margin: -2px 0 0 4px;
}
.metaslider .left table tr.slide .tabs-content .new_window {
position: relative;
float: right;
padding: 0px;
padding-left: 5px;
margin-right: 0;
color: #a9a9a9;
line-height: 20px;
right: 0;
width: 155px;
text-align: right;
}
.rtl .metaslider .left table tr.slide .tabs-content .new_window {
position: relative;
float: left;
}
.metaslider .left table tr.slide .tabs-content .new_window input {
margin-left: 3px
}
.rtl .metaslider .left table tr.slide .tabs-content .new_window input {
margin-right: 0px
}
.metaslider .left table tr.slide .tabs-content .new_window label {
text-align: right;
font-size: 11px;
}
/* small label */
.metaslider .input-label.right {
float: right;
color: #a9a9a9;
font-size: 11px;
}
.metaslider .tabs-content .input-label.right input{
margin-right: 0;
}
/* Caption */
.metaslider .tabs-content .caption {
position: relative;
}
.metaslider .tabs-content .caption label {
}
.metaslider .tabs-content .can-inherit textarea,
.metaslider .tabs-content .can-inherit input[type=text] {
display: block;
}
.metaslider .tabs-content .default {
display: none;
width: 100%;
overflow: hidden;
padding: 2px 5px;
border: 1px solid #cccccc;
background: #eeeeee;
line-height: 16px;
font-size: 11px;
}
.metaslider .tabs-content .caption .default {
height: 60px;
overflow: auto;
margin: 0 0 5px 0;
font-size: 12px;
}
.metaslider .tabs-content .caption.inherit-from-image textarea {
display: none;
}
.metaslider .tabs-content .inherit-from-image input[type=text] {
display: none;
}
.metaslider .tabs-content .inherit-from-image .default {
display: block;
}
.metaslider .tabs-content .default .no-content {
opacity: 0.3;
font-style: italic;
}
.metaslider tr.radio {
display: table-row;
}
.metaslider .right .highlight {
background: transparent;
border: 0;
font-weight: bold;
}
/* *
* Change background color for label next to checked radio button
* to make it look like highlighted button
================================================== */
.metaslider .right .slider-lib-row input[type=radio]:checked + label {
background-image: none;
background-color: #d0d0d0;
}
.metaslider .right .slider-lib-row input[type=radio] {
display: none;
}
.ie8 .metaslider .right .slider-lib-row input[type=radio] {
display: inline;
}
.metaslider .right .slider-lib-row input[type=radio] + label {
display: inline-block;
margin: -2px;
padding: 4px 0;
margin-bottom: 0;
font-size: 11px;
line-height: 20px;
color: #333;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
border: 1px solid #ddd;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-bottom-color: #b3b3b3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
width: 25%;
}
input[type=radio]:checked + label {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
background-color: #e0e0e0;
}
.metaslider .right #nivo + label:hover,
.metaslider .right #nivo:checked + label {
color: white;
background: #b6e026;
background: -moz-linear-gradient(top, #b6e026 0%, #abdc28 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6e026), color-stop(100%, #abdc28));
background: -webkit-linear-gradient(top, #b6e026 0%, #abdc28 100%);
background: -o-linear-gradient(top, #b6e026 0%, #abdc28 100%);
background: -ms-linear-gradient(top, #b6e026 0%, #abdc28 100%);
background: linear-gradient(to bottom, #b6e026 0%, #abdc28 100%);
}
.metaslider .right #responsive + label:hover,
.metaslider .right #responsive:checked + label,
.metaslider .right #responsive:checked {
color: white;
background: #ff5db1; /* Old browsers */
background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff5db1 0%,#ef017c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */
}
.metaslider .right #coin + label:hover,
.metaslider .right #coin:checked + label {
color: white;
background: #ffd65e;
background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd65e), color-stop(100%, #febf04));
background: -webkit-linear-gradient(top, #ffd65e 0%, #febf04 100%);
background: -o-linear-gradient(top, #ffd65e 0%, #febf04 100%);
background: -ms-linear-gradient(top, #ffd65e 0%, #febf04 100%);
background: linear-gradient(to bottom, #ffd65e 0%, #febf04 100%);
}
.metaslider .right #flex + label:hover,
.metaslider .right #flex:checked + label {
color: white;
background: #00b7ea;
background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
background: -webkit-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
background: -o-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
background: -ms-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
}
.metaslider .right .slider-lib-row label:focus,
.metaslider .right .slider-lib-row label:active {
background: #acd7fd !important;
box-shadow: none !important;
outline: none;
}
.metaslider .right .slider-lib-row {
padding: 17px 0 9px 0;
text-align: center;
}
.metaslider .right #save {
margin-right: 0
}
.rtl .metaslider .right #save {
margin-right: 4px;
margin-left: 0;
}
.metaslider .right .number input:focus {
outline: none;
outline-style: none;
box-shadow: none;
background-color: #acd7fd;
color: #444;
}
.metaslider .right .number .after,
.metaslider .right .number input {
display: block;
float: left;
height: 26px;
margin: 0;
}
.rtl .metaslider .right .number .after,
.rtl .metaslider .right .number input {
float: right;
}
.rtl .metaslider .right .number .after {
border-left: 1px solid #ddd;
border-right: 0;
}
.rtl .metaslider .right .number input {
border-right: 1px solid #ddd;
border-left: 0;
}
.metaslider .right .radio ul {
margin: 0;
}
.metaslider .right .radio li {
margin: 0 0 2px 0;
clear: both;
}
.metaslider .right .radio input[type="radio"] {
margin-top: 0;
}
.rtl .metaslider .right .radio input[type="radio"] {
float: right;
}
.metaslider .right .number input {
width: 70px;
margin-right: 0;
box-shadow: none;
border-right: 0;
}
.metaslider .right .number .after {
border: 1px solid #ddd;
border-left: 0;
box-shadow: none;
font-size: 11px;
height: 24px;
line-height: 24px;
padding: 0 3px;
background: white;
}
.metaslider .right input[type="text"],
.metaslider .right select {
width: 130px;
}
.metaslider #poststuff .right .ms-postbox .inside {
padding: 1rem;
margin: 0;
background: white;
}
.ms-postbox .handlediv {
float: right;
width: 27px;
height: 30px;
cursor: pointer;
color: #aaa;
}
.ms-postbox .handlediv:before {
right: 12px;
font: 400 20px/1 dashicons;
speak: none;
display: inline-block;
padding: 8px 10px;
top: 0;
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none !important;
content: '\f142';
}
.ms-postbox.closed .handlediv:before {
content: '\f140';
}
.metaslider .shortcode .inside {
padding: 15px 10px;
}
.metaslider .social .inside {
padding: 10px;
}
.metaslider .social .inside ul.info {
width: 100%;
margin: 0;
height: 20px;
}
.metaslider .shortcode input[type=text],
.metaslider .shortcode input[type=text]:active,
.metaslider .shortcode textarea,
.metaslider .shortcode textarea:active {
font-family: monospace;
font-size: 11px;
width: 100%;
background: transparent;
border: 0;
box-shadow: none;
}
.metaslider .shortcode textarea {
height: 65px;
}
.metaslider .shortcode ul.tabs {
margin: 0;
}
.metaslider .shortcode ul.tabs li.selected {
background: #fdfdfd;
border-bottom: 1px solid #fdfdfd;
}
.metaslider .shortcode .tabs-content {
clear: both;
background: #fdfdfd;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px;
}
.metaslider .right .ms-postbox table {
border: 0;
width: 100%;
}
.metaslider .right .ms-postbox table textarea {
width: 100%;
height: 100px;
font-family: monospace;
background: #272822;
color: #a6e22e;
}
.metaslider .right .ms-postbox h3 {
cursor: inherit;
}
.metaslider .right .ms-postbox.ms-toggle h3 {
cursor: pointer;
}
.metaslider .right table {
margin: 0 0 5px 0;
}
.metaslider .right table td {
vertical-align: middle;
padding: 8px 4px;
border: 0;
height: 21px;
}
.metaslider select {
height: auto;
}
.metaslider .warning {
background-color: #ffebe8;
border: 1px solid #c00;
margin-bottom: 5px;
border-radius: 3px;
padding: 5px 10px;
}
.metaslider input::placeholder,
.metaslider textarea::placeholder {
color: LightGray;
}
.attachment-display-settings {
display: none;
}
.metaslider .tabs-content,
.metaslider .tabs-content ul,
.metaslider .tabs-content li,
.metaslider .tabs-content textarea {
font-size: 12px;
}
.metaslider .tabs-content input,
.metaslider .tabs-content select {
font-size: 11px;
}
.metaslider .tabs-content input:focus,
.metaslider .tabs-content textarea:focus,
.metaslider .tabs-content select:focus {
color: #444;
border-color: #acd7fd;
background: rgba(172, 215, 253, 0.2);
}
.metaslider .left .tabs-content {
clear: both;
}
.metaslider .tabs-content .row {
float: left;
clear: both;
width: 100%;
vertical-align: middle;
margin-bottom: 6px;
}
.metaslider .tabs-content .row.last {
margin-bottom: 0;
}
.metaslider .tabs-content .row label {
color: #999;
display: inline-block;
text-indent: 3px;
margin-bottom: 3px;
}
.metaslider .tabs-content .row input {
margin-right: 5px;
margin-bottom: 0px;
margin-left: 0px;
}
.metaslider .tabs-content .row input[type=text] {
width: 100%;
}
.metaslider .tabs-content .row.has-right-checkbox > input[type=text] {
width: calc( 100% - 155px );
}
.metaslider .tabs-content ul {
margin: 0;
}
.metaslider .tabs-content li {
margin: 0 0 3px 0;
}
.metaslider .tabs-content select {
font-size: 11px;
}
.metaslider .tabs-content p {
font-style: italic;
color: #999999;
}
.metaslider ul.tabs {
float: left;
width: 100%;
margin: 0 0 10px 0;
border-bottom: 1px solid #ccc;
}
.metaslider ul.tabs li {
margin: 0 0 0 5px;
cursor: pointer;
padding: 3px 5px;
display: inline-block;
line-height: 14px;
color: #ccc;
position: relative;
top: 1px;
border: 1px solid transparent;
}
.metaslider ul.tabs li a {
color: #aaaaaa;
outline: 0;
box-shadow: none;
}
.metaslider ul.tabs li a:focus {
background-color: #acd7fd;
color: #444!important;
}
.metaslider ul.tabs li a:hover,
.metaslider ul.tabs li.selected a {
color: #e1642e;
}
.metaslider ul.tabs li:hover {
color: #333;
}
.metaslider ul.tabs li.selected {
font-weight: bold;
color: #666;
border: 1px solid #ccc;
border-bottom: 1px solid white;
}
.metaslider .left table tr.slide:nth-child(odd) ul.tabs li.selected {
border-bottom: 1px solid #ffffff;
}
.metaslider .tabs-content .schedule_placeholder {
text-align: center;
padding-top: 10px;
}
.metaslider .tabs-content .schedule_placeholder h4 {
font-weight: normal;
}
.metaslider .dropdown_container {
margin: 40px 0 10px 0;
}
#screen-meta-links #screen-options-switch-view-wrap {
float: right;
height: 28px;
margin: 0 0 0 6px;
border: 1px solid #ddd;
border-top: 0;
background: #fff;
-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
}
#screen-meta-links #screen-options-switch-view-wrap a {
padding: 3px 6px 3px 8px;
display: block;
font-size: 13px;
height: 22px;
line-height: 22px;
text-decoration: none;
z-index: 1;
color: #777;
}
#screen-meta-links #screen-options-link-wrap a {
padding: 3px 6px;
text-decoration: none;
line-height: 28px;
}
#screen-meta-links #screen-options-link-wrap a:before {
line-height: 28px;
}
#screen-meta-links #screen-options-link-wrap a:after,
#screen-meta-links #screen-options-switch-view-wrap a:after {
content: '';
}
#screen-meta-links #screen-options-link-wrap a:before,
#screen-meta-links #screen-options-switch-view-wrap a:before {
padding: 0px 8px 0 0;
}
.metaslider_gopro li:before {
top: 4px;
font: 400 20px/1 dashicons;
speak: none;
display: inline-block;
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none !important;
content: '\f147';
color: #de6826;
}
#adminmenu .toplevel_page_metaslider .wp-menu-image img {
opacity: 1;
}
.metaslider_pro {
padding: 3em;
max-width: 720px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.metaslider_pro p {
text-align: center;
font-size: 1.1em;
}
.metaslider_pro .probutton {
margin: 20px 0 10px 0;
}
@media screen and (max-width: 782px) {
#media-upload.wp-core-ui .metaslider_pro .button {
white-space: normal;
height: auto;
padding: 12px 16px;
font-size: 15px;
}
}
.metaslider_pro img {
max-width: 100%;
}
.metaslider_pro .probutton {
margin: 20px 0 10px 0;
}
/*
.metaslider_pro .probutton,
.metaslider_pro .probutton:hover {
width: auto;
margin: 20px 0 10px 0;
font-size: 1.4em;
padding: 15px;
border-color: #3793B7;
background-color: #41add7;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #41add7), color-stop(100%, #218cb7));
background-image: -webkit-linear-gradient(top, #41add7, #218cb7);
background-image: -moz-linear-gradient(top, #41add7, #218cb7);
background-image: -o-linear-gradient(top, #41add7, #218cb7);
background-image: linear-gradient(top, #41add7, #218cb7);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
border-radius: 4px;
-webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
color: #fff;
text-shadow: 0 -1px 1px #1a5ad9;
color: white;
text-align: center;
text-decoration: none;
border-radius: 5px;
line-height: 2em;
display: inline-block;
}
*/
.metaslider_pro .super {
text-transform: uppercase;
font-size: 0.7em;
vertical-align: top;
line-height: 2em;
}
.metaslider_pro .subtext {
float: left;
width: 100%;
text-align: center;
font-style: italic;
}
.metaslider_pro .logo {
text-transform: uppercase;
}
.metaslider-ui, .metaslider-ui * {
box-sizing: border-box;
}
.metaslider-ui {
max-width: 1400px;
min-width: 1000px;
margin: 0 auto;
}
.metaslider-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2.5rem;
}
.metaslider-header > div {
display: flex;
}
.metaslider-ui h1.metaslider-title {
color: #de6826;
font-weight: 700;
line-height: 1;
margin-right: 1rem;
margin: 0;
padding: 0;
}
.metaslider-ui h1.metaslider-title img {
width: 20px;
height: 20px;
}
.metaslider-add-new {
display: flex;
white-space: nowrap;
align-items: center;
line-height: 1;
padding: 6px 10px;
position: relative;
top: -3px;
text-decoration: none;
border: 1px solid #ccc;
border-radius: 2px;
background: #f7f7f7;
text-shadow: none;
font-size: 13px;
line-height: normal;
color: #0073aa;
cursor: pointer;
outline: 0;
}
.metaslider-add-new:hover,
.metaslider-add-new:active,
.metaslider-add-new:focus {
border-color: #008EC2;
background: #00a0d2;
color: #fff;
}
.metaslider-add-new svg {
margin-right: 0.2rem;
}
.metaslider-links {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0;
}
.metaslider-links li {
margin: 0;
margin-left: 0.3rem;
position: relative;
padding-left: 0.5rem;
}
.metaslider-links li:not(:first-child)::before {
content: '|';
position: absolute;
left: 0;
line-height: 1.6;
color: #cccccc;
}
.brand-color {
color:#de6826!important;
}
/* Slider UI wrap */
.metaslider-ui {
margin: 1.5rem 1rem 1rem 0;
}
.metaslider-ui .metaslider-inner {
/* background: rgba(224, 224, 224, 0.25); */
/* border: 1px solid #ccc; */
border-top: 0;
box-sizing: border-box;
/* padding: 0 1rem 0; */
}
.metaslider-ui #post-body-content {
margin-bottom: 0;
}
/* Slide Title */
.metaslider-ui .slider-title {
padding: 10px 0 13px;
position: relative;
padding-right: 100px;
border-bottom: none;
}
.metaslider-ui .slider-title h3 {
font-weight: normal;
margin: 0 0.5rem 0 0;
}
.metaslider-ui .slider-title .add-slide {
padding-top: 1px !important;
position: absolute !important;
right: 0px;
top: 12px;
}
/* Shortcode Instructions */
.metaslider-ui .metaslider-shortcode {
padding: 7px 7px 7px 12px;
line-height: 15px;
margin: 0;
color: #cccccc;
}
.metaslider-ui .metaslider-shortcode .ms-shortcode::-moz-selection,
.metaslider-ui .metaslider-shortcode .ms-shortcode span::-moz-selection,
.metaslider-ui .metaslider-shortcode pre::-moz-selection {
color: #444;
background: #acd8fc;
}
.metaslider-ui .metaslider-shortcode .ms-shortcode::selection,
.metaslider-ui .metaslider-shortcode .ms-shortcode span::selection,
.metaslider-ui .metaslider-shortcode pre::selection {
color: #444;
background: #acd8fc;
}
.metaslider-ui .metaslider-shortcode p {
margin-top:0;
color: #444;
}
.metaslider-ui .metaslider-shortcode .ms-shortcode {
color: #de6826;
cursor: pointer;
display: inline;
white-space: normal;
}
.metaslider-ui .metaslider-shortcode-title {
/* background-color: #f7f7f7; */
padding: 7px 12px 0 !important;
}
.metaslider-ui .metaslider-shortcode-title .ms-action-buttons {
position: absolute;
top: 0;
right: 0;
height: 35px;
}
.metaslider-ui .metaslider-shortcode-title .ms-action-buttons .ml-button {
display: inline-block;
border-radius: 0;
background: 0;
border: 0;
box-shadow: none;
color: #aaa;
cursor: pointer;
outline: 0;
padding: 7px;
box-sizing: border-box;
}
.metaslider-ui .metaslider-shortcode-title .ms-action-buttons .ml-button:hover {
background: #ededed;
color: #de6826;
}
.metaslider-ui .metaslider-shortcode-title .ms-action-buttons .ml-button:focus {
background-color: #acd7fd !important;
color: #444 !important;
}
.metaslider-ui .metaslider-shortcode-title .ms-action-buttons .ml-button i {
position: static;
}
.metaslider-ui .metaslider-shortcode-title .ms-action-buttons .ml-button svg {
display: block;
}
/* Slide Listing */
.metaslider-ui .metaslider-slides-container * {
box-sizing: border-box;
}
.metaslider-ui .metaslider-slides-container {
border-collapse: separate;
background: none;
border: 0;
margin-top: 12px;
box-shadow: none;
}
.metaslider-ui .metaslider-slides-container .slide {
background: white;
max-height: 215px;
overflow: hidden;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
position: relative;
display: block;
margin-bottom: 22px;
padding-top: 31px;
}
.metaslider-ui .metaslider-slides-container .slide.post_feed .scroll{
overflow: auto;
height: 100px;
}
.metaslider-ui .metaslider-slides-container .slide > td {
padding: 0;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
}
.metaslider-ui .metaslider-slides-container .slide .slide-details {
margin: 0;
font-size: 0.8em;
display: inline-block;
margin-top: 6px;
color: #666666;
font-weight: 400;
}
.metaslider-ui .metaslider-slides-container .slide .metaslider-ui-controls {
padding-left: 0.5rem;
height: 30px;
font-size: 1.2em;
cursor: move;
background-color: #f7f7f7;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.metaslider-ui .metaslider-slides-container .metaslider-ui-inner {
margin: 1rem;
}
.metaslider-ui .metaslider-slides-container .slide .col-2 {
width: 100%;
}
.metaslider-ui .metaslider-slides-container .slide .thumb {
border: 1px solid #eee;
position: relative;
height: 150px;
width: 150px;
background-size: auto 150px;
background-position: center;
}
.metaslider-ui .metaslider-slides-container .toolbar-button,
.metaslider-ui .metaslider-slides-container .update-image,
.metaslider-ui .metaslider-slides-container .delete-slide,
.metaslider-ui .metaslider-slides-container .undo-delete-slide {
color: #aaa;
outline: 0;
cursor: pointer;
background: none;
box-shadow: none;
border: 0;
width: 30px;
height: 30px;
}
.metaslider-ui .metaslider-slides-container .update-image {
padding: 0px 0 0 6px;
}
.metaslider-ui .metaslider-slides-container .update-image svg {
width: 18px;
}
.metaslider-ui .metaslider-slides-container .update-image.image-button {
padding: 0;
margin: 0;
display: block;
width: auto;
height: auto;
}
.metaslider-ui .metaslider-slides-container .toolbar-button:hover,
.metaslider-ui .metaslider-slides-container .toolbar-button:active {
background: #ededed;
color: #1d8abf;
}
.metaslider-ui .metaslider-slides-container .toolbar-button:focus {
background-color: #acd7fd !important;
color: #444 !important;
}
.metaslider-ui .metaslider-slides-container .toolbar-button:active {
box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.metaslider-ui .metaslider-slides-container .update-image.image-button:active,
.metaslider-ui .metaslider-slides-container .update-image.image-button:focus {
box-shadow: 0 0 3px 3px #acd7fd;
}
.metaslider-ui .metaslider-slides-container .update-image.image-button:focus .thumb {
background-color: #acd7fd;
}
.metaslider-ui .metaslider-slides-container .delete-slide {
padding: 0 0 0 5px;
}
.metaslider-ui .metaslider-slides-container .delete-slide:hover,
.metaslider-ui .metaslider-slides-container .delete-slide:active {
color: #e82323;
}
.metaslider-ui .metaslider-slides-container .update-image svg,
.metaslider-ui .metaslider-slides-container .delete-slide svg {
display: block;
}
/* Hide slide button */
.metaslider-ui button.hide-slide.toolbar-button {
position: relative;
}
.metaslider-ui button.hide-slide.toolbar-button input {
position: absolute;
top: 0;
visibility: hidden;
opacity: 0;
}
.metaslider-ui button.hide-slide.toolbar-button input ~ svg {
position: absolute;
top: 6px;
left: 6px;
width: 18px;
height: 18px;
}
.metaslider-ui button.hide-slide.toolbar-button input ~ svg.feather-eye-off {
display: none;
}
.metaslider-ui button.hide-slide.toolbar-button input:checked ~ svg.feather-eye-off {
display: block;
}
.metaslider-ui button.hide-slide.toolbar-button input:checked ~ svg.feather-eye-off line {
color: rgba(193, 63, 63, 1);
stroke: rgba(193, 63, 63, 1);
}
.metaslider-ui button.hide-slide.toolbar-button input:checked ~ svg.feather-eye {
display: none;
}
/* Sorting */
.metaslider-ui .metaslider-slides-container .ui-sortable-helper {
transition: none;
-moz-transition: none;
-webkit-transition: none;
-webkit-transform: translate3d(0, 0, 0) rotate(2deg);
-ms-transform: translate3d(0, 0, 0) rotate(2deg);
transform: translate3d(0, 0, 0) rotate(2deg);
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2) !important;
}
.metaslider-ui .metaslider-slides-container .ui-sortable-placeholder {
background: rgba(204, 204, 204, 0.33);
padding: 4rem;
visibility: visible !important;
border: 3px dashed #e0e0e0;
box-shadow: none;
}
/* Navigation */
.nav-tab-wrapper {
padding: 9px 2rem 0 0;
line-height: inherit;
overflow: hidden;
position: relative;
}
.manage-menus {
position: relative;
}
.metaslider a.toggle-nav-view {
position: absolute;
bottom: 0.2rem;
right: 0.2rem;
line-height: 1;
color: black;
padding: 2px 3px;
cursor: pointer;
}
.metaslider .manage-menus a.toggle-nav-view {
right: 0.5rem;
bottom: 0.75rem;
}
.metaslider-ui .nav-tab * {
box-sizing: border-box;
}
.metaslider-ui .nav-tab {
font-weight: 400;
font-size: 13px;
color: #aaaaaa;
line-height: 13px;
padding: 0.5rem;
max-width: 100px;
text-overflow: ellipsis;
overflow: hidden;
outline: 0;
float: left;
}
.metaslider-ui .nav-tab:active,
.metaslider-ui .nav-tab:focus {
background: #acd7fd;
box-shadow: none;
color: #444;
}
.metaslider-ui .nav-tab-active {
border: 1px solid #ccc;
border-bottom: 1px solid #f1f1f1;
background: #f1f1f1;
position: relative;
margin-bottom: -1px;
padding: 0.15rem 0.4rem;
max-width: none;
}
.metaslider-ui .nav-tab-active:hover {
background: none;
}
.metaslider-ui .nav-tab-active input {
height: 100%;
transition: width .25s ease-in-out;
-moz-transition: width .25s ease-in-out;
-webkit-transition: width .25s ease-in-out;
display: block;
padding: 0.25rem 0.5rem;
margin: 0;
border: 0;
background: transparent;
box-shadow: none;
width: 150px;
min-width: 150px;
text-overflow: ellipsis;
}
.metaslider-ui .nav-tab-active input:active,
.metaslider-ui .nav-tab-active input:focus,
.metaslider-ui .nav-tab-active input:hover {
box-shadow: 0 1px 1px rgba(0,0,0,.04);
background-color: #fff;
}
.metaslider-ui .nav-tab-active input:active,
.metaslider-ui .nav-tab-active input:focus {
box-shadow: 0 0 1px 2px #acd7fd;
max-width: none;
}
/* Buttons */
/* TODO: Consider to set up pre-processors to make this more modular */
.metaslider-ui-top:after,
.metaslider-ui:after {
content: "";
display: table;
clear: both;
}
.metaslider-ui-top .ml-hanging-button {
text-decoration: none;
color: #888;
line-height: 17px;
float: right;
background: white;
padding: 0.5rem;
margin-left: 0.5rem;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.metaslider-ui-top .ml-hanging-button.ml-has-icon {
position: relative;
padding-left: 1.5rem;
}
.metaslider-ui-top .ml-hanging-button:focus,
.metaslider-ui-top .ml-hanging-button:hover {
color: #444;
background: #acd7fd;
}
.metaslider-ui .ml-button i,
.metaslider-ui-top .ml-hanging-button i {
position: absolute;
left: 0.3rem;
top: 0.5rem;
}
.metaslider-ui .ml-button {
display: inline-block;
text-decoration: none;
line-height: 17px;
cursor: pointer;
background: #00b1d5;
color: #ffffff;
padding: 0.5rem;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0,0,0,.04);
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
}
.metaslider-ui .ml-button:hover,
.metaslider-ui .ml-button:focus,
.metaslider-ui .ml-button:active {
background: #acd7fd;
color: #444;
}
.metaslider-ui .ml-button.ml-skinless-button {
padding-bottom: 0;
padding-top: 0;
background: none;
border: 0;
box-shadow: none;
color: #888;
}
.metaslider-ui .ml-button.ml-skinless-button.ml-has-icon i {
top: auto;
}
.metaslider-ui .ml-button.ml-skinless-button.ml-has-icon i svg {
display: block;
}
.metaslider-ui .ml-button.ml-skinless-button:hover {
color: #444;
}
.metaslider-ui .ml-button.ml-has-icon {
position: relative;
padding-left: 1.5rem;
}
.metaslider-ui .ml-button.add-slide:hover {
color: #de6826;
}
.metaslider-ui .ml-button.add-slide:active,
.metaslider-ui .ml-button.add-slide:focus {
background: #acd7fd;
outline: 0;
box-shadow: none;
color: #444;
}
/* Slider Settings Area */
.metaslider-ui .metaslider-settings-area {
margin-top: 11px;
}
.metaslider-ui .metaslider-settings-area .metaslider-actions {
background-color: #f7f7f7;
border-bottom: 1px solid #eeeeee;
position: relative;
}
.metaslider-ui .metaslider-settings-area .metaslider-preview {
margin: 0;
height: 28px;
border-radius: 0;
}
.metaslider-ui .metaslider-settings-area .metaslider-preview:hover {
color: #de6826;
}
.metaslider-ui .metaslider-settings-area .metaslider-preview:focus {
background-color: #acd7fd;
color: #444;
}
.metaslider-ui .metaslider-settings-area .metaslider-preview i {
top: 5px;
left: 3px;
}
.metaslider-ui .metaslider-settings-area .metaslider-preview:active,
.metaslider-ui .metaslider-settings-area .metaslider-preview:focus {
box-shadow: none;
outline: 0;
}
.metaslider .ms-postbox {
position: relative;
min-width: 255px;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0,0,0,.04);
background: #ffffff;
margin-bottom: 20px;
padding: 0;
line-height: 1;
}
input[type="radio"] {
margin-right: 4px;
}
.metaslider-ui .settings .disabled {
color:#bbb;
font-style: italic;
}
.metaslider-ui .settings .disabled input {
border-color: #bbb;
}
.wp-clearfix:after {
content: "";
display: table;
clear: both;
}
/* Grid and add-on page */
.btn-cta-gradient {
background-image: -webkit-linear-gradient(to left, #00b1d5, #bf2fcb), -webkit-linear-gradient(to left, #00b1d5, #bf2fcb)!important;
background-image: linear-gradient(to left, #00b1d5, #bf2fcb), linear-gradient(to left, #00b1d5, #bf2fcb)!important;
}
/* Spin an svg */
.ms-spin {
-webkit-animation: ms-spin 2s infinite linear;
animation: ms-spin 2s infinite linear;
}
@-webkit-keyframes ms-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes ms-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
/* Deleting a slide */
.ms-deleting > td div {
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-o-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}
.ms-deleting button {
background: none !important;
color: #aaa!important;
}
.ms-deleted {
max-height: 0 !important;
margin-bottom: 0 !important;
overflow: hidden;
background-color: transparent!important;
border: 0!important;
box-shadow: none!important;
padding: 0!important;
}
.slide.hide-status .ms-delete-status {
display:none;
}
.slide:not(.hide-status) .ms-delete-status.is-error {
font-size: 0.8em;
line-height: 31px;
color: #e82323;
}
.slide:not(.hide-status) .ms-delete-status.is-success {
font-size: 0.8em;
margin-left: 5px;
float: right;
padding: 0.5em;
color: #46b450;
}
.ms-deleted .slide-details,
.ms-deleted .metaslider-ui-controls button {
display: none !important;
}
.ms-deleted .metaslider-ui-inner {
max-height: 0 !important;
overflow: hidden;
transition: all .75s ease-in-out;
-moz-transition: all .75s ease-in-out;
-webkit-transition: all .75s ease-in-out;
}
.ms-deleted .metaslider-ui-controls {
cursor: default !important;
background-color: #f1f1f1 !important;
border: 0 !important;
box-shadow: none !important;
}
.ms-deleted .metaslider-ui-controls button.undo-delete-slide {
display: inline-block;
font-size: 0.7em;
width: auto;
text-transform: lowercase;
}
.ms-deleted .metaslider-ui-controls button.undo-delete-slide i {
top: 1px;
position: relative;
margin-right: 0px;
}
.ms-deleted .metaslider-ui-controls button.undo-delete-slide:focus {
text-decoration: underline;
}
.ms-deleted .metaslider-ui-controls button.undo-delete-slide:hover {
color: #de6826;
}
.ms-deleted .metaslider-ui-controls .countdown {
display: inline-block;
margin-left: 5px;
color: #ccc;
text-shadow: 1px 1px 1px #fff;
}
.ms-delete-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.5);
color: #666;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.metaslider-ui .restore-slide-link {
text-decoration: none;
display: block;
float: right;
}
.metaslider-ui .restore-slide-link span {
color: #555d66;
}
.metaslider-ui .restore-slide-link:hover,
.metaslider-ui .restore-slide-link:hover span {
color: #de6826;
}
.metaslider-ui .restore-slide-link i {
position: relative;
top: 2px;
left: -2px;
}
.metaslider-ui .trashed-header {
padding: 0 0 0.5rem;
}
.metaslider-ui .trashed-header h3 {
color: #de6826;
font-weight: normal;
display: inline-block;
margin: 0;
}
.metaslider-ui .trashed-header small {
color: #ccc;
}
.metaslider-ui .trashed-header a {
color: #666;
text-decoration: underline;
}
.metaslider-ui .trashed-header a:hover {
color: #de6826;
}
.metaslider-ui .trash-btns {
float: right;
position: static;
padding: 0;
}
.metaslider-ui .trash-btns a {
padding: 0.37rem;
display: block;
}
.metaslider-ui .trashed-notice {
line-height: 1.4;
margin-top: 31px;
}
.metaslider-ui .trashed-notice .notice-info {
padding: 1rem;
background: #fff;
border-left: 4px solid #00a0d2;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
/* Notification */
#ms-notifications * {
box-sizing: border-box;
}
#ms-notifications {
position: fixed;
z-index: 9999999;
overflow: hidden;
right: 0.5rem;
bottom: 0.5rem;
}
.ms-notification {
cursor: pointer;
min-width: 250px;
min-height: 56px;
background: #de6826;
border-left: 5px solid rgb(199, 87, 39);
margin: 0.5rem 0 0;
padding: 0.5rem;
overflow: hidden;
box-shadow: 0 0 5px 0px rgb(199, 87, 39);
}
.ms-notification:hover {
background: rgb(199, 87, 39);
}
.ms-notification.finished {
position: relative;
right: 0;
-webkit-animation: slide-right 0.5s forwards;
animation: slide-right 0.5s forwards;
}
@-webkit-keyframes slide-right {
100% { right: -250px; }
}
@keyframes slide-right {
100% { right: -250px; }
}
.ms-notification.has-image .ms-notification-content {
width: 150px;
float: left;
}
.ms-notification.has-image .img {
width: 56px;
height: 56px;
overflow: hidden;
float: right;
border: 3px solid rgb(255, 127, 71);
margin-left: 1rem;
}
.ms-notification .img img {
width: auto;
display: block;
}
.ms-notification h3 {
margin: 0;
color: rgba(0, 0, 0, 0.4);
}
.ms-notification p {
margin: 0 0 0 0.1rem;
color: rgb(240, 240, 240);
}
.ms-notification.is-success {
background: #46b450;
border-left: 5px solid #4e9a55;
}
.ms-notification.is-success.has-image .img {
border: 3px solid rgb(124, 202, 131);
}
.ms-notification.is-success:hover {
background: #4e9a55
}
.ms-notification.is-success h3 {
color: #fff;
}
/* Tour Specific Styles */
.blurred-out {
cursor: default;
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-o-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}
.shepherd-theme-arrows {
z-index: 99;
max-width: 300px!important;
}
.shepherd-theme-arrows.super-index {
z-index: 999999;
}
.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right .shepherd-content:before {
display: none; }
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
border-bottom-color: #dd6823;
}
.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {
background-color: #dd6823
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header h3 {
color: #ffffff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
top: 44px;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
padding: .75em 1.3em;
}
/* Make the cancel button darker */
.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link {
color: black;
}
/* Styles for edge cases */
/* Removes styling for LastPass autofill */
input.no_last_pass {
background-image: none !important;
background-attachment: none !important;
}
#__lpform_title {
display: none;
}
/* Start Page */
.ms-panel-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.ms-panel-container > * {
flex-grow: 1;
flex-basis: 0;
padding-right: 1.5rem;
}
/* Save/ Delete area */
.ms-delete-save {
display: flex;
align-items: center;
justify-content: flex-end;
position: relative;
}
.ms-delete-save .spinner {
position: absolute;
right: -2.5rem;
bottom: 3px;
}
.ms-delete-save .ms-delete-slideshow {
margin-right: 1.5rem;
color: #aaa;
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
}
.ms-delete-save .ms-delete-slideshow:hover {
text-decoration: underline;
} | public/wp-content/plugins/ml-slider/admin/assets/css/admin.css | .metaslider.wrap div.updated,
.metaslider.wrap div.error {
clear: both
}
.metaslider #post-body.columns-2 #postbox-container-1 {
margin-right: -320px;
width: 300px;
}
.metaslider #poststuff #post-body.columns-2 {
margin-right: 320px;
}
.rtl .metaslider #post-body.columns-2 #postbox-container-1 {
margin-left: -320px;
margin-right: 0;
}
.rtl .metaslider #poststuff #post-body.columns-2 {
margin-left: 320px;
margin-right: 0;
}
.metaslider .left input,
.metaslider .left textarea {
border: 1px solid #ccc;
border-radius: 0;
resize: none;
box-shadow: inherit;
}
.media-frame-menu .separator {
display: none
}
.msTipsy .tipsy-arrow-s {
border-top-color: #555
}
.msTipsy .tipsy-arrow-w {
border-right-color: #555
}
.msTipsy .tipsy-arrow-n {
border-bottom-color: #555
}
.msTipsy .tipsy-inner {
color: white;
background-color: #555;
}
.msTipsy .tipsy-arrow-e {
border-left-color: #555
}
#cboxLoadedContent {
overflow: hidden !important
}
#cboxLoadedContent iframe {
border: 0 none;
display: block;
height: 100%;
width: 100%;
}
.metaslider .right input[type=submit] {
margin: 0 3px;
}
.metaslider #poststuff .right .configuration {
padding: 7px 7px 7px 12px;
line-height: 27px;
float: left;
width: 100%;
box-sizing: border-box;
}
.metaslider .left table tr.slide input.url {
width: 100%;
margin: 0;
padding: 4px;
}
.metaslider .section {
cursor: pointer
}
.metaslider .hidden {
display: none
}
.metaslider .tipsy-tooltip {
cursor: default
}
.metaslider .ui-sortable-helper {
box-shadow: 3px 3px 5px #cccccc
}
.metaslider .left table tr.slide textarea {
width: 100%;
height: 60px;
margin: 0 0 5px 0;
padding: 2px 5px;
}
.branch-3-5 .metaslider .left table tr.slide .tabs-content .new_window,
.branch-3-6 .metaslider .left table tr.slide .tabs-content .new_window,
.branch-3-7 .metaslider .left table tr.slide .tabs-content .new_window {
right: 6px;
bottom: 20px;
}
.branch-3-5 .metaslider .left table tr.slide .tabs-content .new_window label,
.branch-3-6 .metaslider .left table tr.slide .tabs-content .new_window label,
.branch-3-7 .metaslider .left table tr.slide .tabs-content .new_window label {
line-height: 18px;
vertical-align: top;
}
.branch-3-5 .metaslider .left table tr.slide .tabs-content .new_window input,
.branch-3-6 .metaslider .left table tr.slide .tabs-content .new_window input,
.branch-3-7 .metaslider .left table tr.slide .tabs-content .new_window input {
margin: -2px 0 0 4px;
}
.metaslider .left table tr.slide .tabs-content .new_window {
position: relative;
float: right;
padding: 0px;
padding-left: 5px;
margin-right: 0;
color: #a9a9a9;
line-height: 20px;
right: 0;
width: 155px;
text-align: right;
}
.rtl .metaslider .left table tr.slide .tabs-content .new_window {
position: relative;
float: left;
}
.metaslider .left table tr.slide .tabs-content .new_window input {
margin-left: 3px
}
.rtl .metaslider .left table tr.slide .tabs-content .new_window input {
margin-right: 0px
}
.metaslider .left table tr.slide .tabs-content .new_window label {
text-align: right;
font-size: 11px;
}
/* small label */
.metaslider .input-label.right {
float: right;
color: #a9a9a9;
font-size: 11px;
}
.metaslider .tabs-content .input-label.right input{
margin-right: 0;
}
/* Caption */
.metaslider .tabs-content .caption {
position: relative;
}
.metaslider .tabs-content .caption label {
}
.metaslider .tabs-content .can-inherit textarea,
.metaslider .tabs-content .can-inherit input[type=text] {
display: block;
}
.metaslider .tabs-content .default {
display: none;
width: 100%;
overflow: hidden;
padding: 2px 5px;
border: 1px solid #cccccc;
background: #eeeeee;
line-height: 16px;
font-size: 11px;
}
.metaslider .tabs-content .caption .default {
height: 60px;
overflow: auto;
margin: 0 0 5px 0;
font-size: 12px;
}
.metaslider .tabs-content .caption.inherit-from-image textarea {
display: none;
}
.metaslider .tabs-content .inherit-from-image input[type=text] {
display: none;
}
.metaslider .tabs-content .inherit-from-image .default {
display: block;
}
.metaslider .tabs-content .default .no-content {
opacity: 0.3;
font-style: italic;
}
.metaslider tr.radio {
display: table-row;
}
.metaslider .right .highlight {
background: transparent;
border: 0;
font-weight: bold;
}
/* *
* Change background color for label next to checked radio button
* to make it look like highlighted button
================================================== */
.metaslider .right .slider-lib-row input[type=radio]:checked + label {
background-image: none;
background-color: #d0d0d0;
}
.metaslider .right .slider-lib-row input[type=radio] {
display: none;
}
.ie8 .metaslider .right .slider-lib-row input[type=radio] {
display: inline;
}
.metaslider .right .slider-lib-row input[type=radio] + label {
display: inline-block;
margin: -2px;
padding: 4px 0;
margin-bottom: 0;
font-size: 11px;
line-height: 20px;
color: #333;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
border: 1px solid #ddd;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-bottom-color: #b3b3b3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
width: 25%;
}
input[type=radio]:checked + label {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
background-color: #e0e0e0;
}
.metaslider .right #nivo + label:hover,
.metaslider .right #nivo:checked + label {
color: white;
background: #b6e026;
background: -moz-linear-gradient(top, #b6e026 0%, #abdc28 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6e026), color-stop(100%, #abdc28));
background: -webkit-linear-gradient(top, #b6e026 0%, #abdc28 100%);
background: -o-linear-gradient(top, #b6e026 0%, #abdc28 100%);
background: -ms-linear-gradient(top, #b6e026 0%, #abdc28 100%);
background: linear-gradient(to bottom, #b6e026 0%, #abdc28 100%);
}
.metaslider .right #responsive + label:hover,
.metaslider .right #responsive:checked + label,
.metaslider .right #responsive:checked {
color: white;
background: #ff5db1; /* Old browsers */
background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff5db1 0%,#ef017c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */
}
.metaslider .right #coin + label:hover,
.metaslider .right #coin:checked + label {
color: white;
background: #ffd65e;
background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd65e), color-stop(100%, #febf04));
background: -webkit-linear-gradient(top, #ffd65e 0%, #febf04 100%);
background: -o-linear-gradient(top, #ffd65e 0%, #febf04 100%);
background: -ms-linear-gradient(top, #ffd65e 0%, #febf04 100%);
background: linear-gradient(to bottom, #ffd65e 0%, #febf04 100%);
}
.metaslider .right #flex + label:hover,
.metaslider .right #flex:checked + label {
color: white;
background: #00b7ea;
background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
background: -webkit-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
background: -o-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
background: -ms-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
}
.metaslider .right .slider-lib-row label:focus,
.metaslider .right .slider-lib-row label:active {
background: #acd7fd !important;
box-shadow: none !important;
outline: none;
}
.metaslider .right .slider-lib-row {
padding: 17px 0 9px 0;
text-align: center;
}
.metaslider .right #save {
margin-right: 0
}
.rtl .metaslider .right #save {
margin-right: 4px;
margin-left: 0;
}
.metaslider .right .number input:focus {
outline: none;
outline-style: none;
box-shadow: none;
background-color: #acd7fd;
color: #444;
}
.metaslider .right .number .after,
.metaslider .right .number input {
display: block;
float: left;
height: 26px;
margin: 0;
}
.rtl .metaslider .right .number .after,
.rtl .metaslider .right .number input {
float: right;
}
.rtl .metaslider .right .number .after {
border-left: 1px solid #ddd;
border-right: 0;
}
.rtl .metaslider .right .number input {
border-right: 1px solid #ddd;
border-left: 0;
}
.metaslider .right .radio ul {
margin: 0;
}
.metaslider .right .radio li {
margin: 0 0 2px 0;
clear: both;
}
.metaslider .right .radio input[type="radio"] {
margin-top: 0;
}
.rtl .metaslider .right .radio input[type="radio"] {
float: right;
}
.metaslider .right .number input {
width: 70px;
margin-right: 0;
box-shadow: none;
border-right: 0;
}
.metaslider .right .number .after {
border: 1px solid #ddd;
border-left: 0;
box-shadow: none;
font-size: 11px;
height: 24px;
line-height: 24px;
padding: 0 3px;
background: white;
}
.metaslider .right input[type="text"],
.metaslider .right select {
width: 130px;
}
.metaslider #poststuff .right .ms-postbox .inside {
padding: 1rem;
margin: 0;
background: white;
}
.ms-postbox .handlediv {
float: right;
width: 27px;
height: 30px;
cursor: pointer;
color: #aaa;
}
.ms-postbox .handlediv:before {
right: 12px;
font: 400 20px/1 dashicons;
speak: none;
display: inline-block;
padding: 8px 10px;
top: 0;
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none !important;
content: '\f142';
}
.ms-postbox.closed .handlediv:before {
content: '\f140';
}
.metaslider .shortcode .inside {
padding: 15px 10px;
}
.metaslider .social .inside {
padding: 10px;
}
.metaslider .social .inside ul.info {
width: 100%;
margin: 0;
height: 20px;
}
.metaslider .shortcode input[type=text],
.metaslider .shortcode input[type=text]:active,
.metaslider .shortcode textarea,
.metaslider .shortcode textarea:active {
font-family: monospace;
font-size: 11px;
width: 100%;
background: transparent;
border: 0;
box-shadow: none;
}
.metaslider .shortcode textarea {
height: 65px;
}
.metaslider .shortcode ul.tabs {
margin: 0;
}
.metaslider .shortcode ul.tabs li.selected {
background: #fdfdfd;
border-bottom: 1px solid #fdfdfd;
}
.metaslider .shortcode .tabs-content {
clear: both;
background: #fdfdfd;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px;
}
.metaslider .right .ms-postbox table {
border: 0;
width: 100%;
}
.metaslider .right .ms-postbox table textarea {
width: 100%;
height: 100px;
font-family: monospace;
background: #272822;
color: #a6e22e;
}
.metaslider .right .ms-postbox h3 {
cursor: inherit;
}
.metaslider .right .ms-postbox.ms-toggle h3 {
cursor: pointer;
}
.metaslider .right table {
margin: 0 0 5px 0;
}
.metaslider .right table td {
vertical-align: middle;
padding: 8px 4px;
border: 0;
height: 21px;
}
.metaslider select {
height: auto;
}
.metaslider .warning {
background-color: #ffebe8;
border: 1px solid #c00;
margin-bottom: 5px;
border-radius: 3px;
padding: 5px 10px;
}
.metaslider input::placeholder,
.metaslider textarea::placeholder {
color: LightGray;
}
.attachment-display-settings {
display: none;
}
.metaslider .tabs-content,
.metaslider .tabs-content ul,
.metaslider .tabs-content li,
.metaslider .tabs-content textarea {
font-size: 12px;
}
.metaslider .tabs-content input,
.metaslider .tabs-content select {
font-size: 11px;
}
.metaslider .tabs-content input:focus,
.metaslider .tabs-content textarea:focus,
.metaslider .tabs-content select:focus {
color: #444;
border-color: #acd7fd;
background: rgba(172, 215, 253, 0.2);
}
.metaslider .left .tabs-content {
clear: both;
}
.metaslider .tabs-content .row {
float: left;
clear: both;
width: 100%;
vertical-align: middle;
margin-bottom: 6px;
}
.metaslider .tabs-content .row.last {
margin-bottom: 0;
}
.metaslider .tabs-content .row label {
color: #999;
display: inline-block;
text-indent: 3px;
margin-bottom: 3px;
}
.metaslider .tabs-content .row input {
margin-right: 5px;
margin-bottom: 0px;
margin-left: 0px;
}
.metaslider .tabs-content .row input[type=text] {
width: 100%;
}
.metaslider .tabs-content .row.has-right-checkbox > input[type=text] {
width: calc( 100% - 155px );
}
.metaslider .tabs-content ul {
margin: 0;
}
.metaslider .tabs-content li {
margin: 0 0 3px 0;
}
.metaslider .tabs-content select {
font-size: 11px;
}
.metaslider .tabs-content p {
font-style: italic;
color: #999999;
}
.metaslider ul.tabs {
float: left;
width: 100%;
margin: 0 0 10px 0;
border-bottom: 1px solid #ccc;
}
.metaslider ul.tabs li {
margin: 0 0 0 5px;
cursor: pointer;
padding: 3px 5px;
display: inline-block;
line-height: 14px;
color: #ccc;
position: relative;
top: 1px;
border: 1px solid transparent;
}
.metaslider ul.tabs li a {
color: #aaaaaa;
outline: 0;
box-shadow: none;
}
.metaslider ul.tabs li a:focus {
background-color: #acd7fd;
color: #444!important;
}
.metaslider ul.tabs li a:hover,
.metaslider ul.tabs li.selected a {
color: #e1642e;
}
.metaslider ul.tabs li:hover {
color: #333;
}
.metaslider ul.tabs li.selected {
font-weight: bold;
color: #666;
border: 1px solid #ccc;
border-bottom: 1px solid white;
}
.metaslider .left table tr.slide:nth-child(odd) ul.tabs li.selected {
border-bottom: 1px solid #ffffff;
}
.metaslider .tabs-content .schedule_placeholder {
text-align: center;
padding-top: 10px;
}
.metaslider .tabs-content .schedule_placeholder h4 {
font-weight: normal;
}
.metaslider .dropdown_container {
margin: 40px 0 10px 0;
}
#screen-meta-links #screen-options-switch-view-wrap {
float: right;
height: 28px;
margin: 0 0 0 6px;
border: 1px solid #ddd;
border-top: 0;
background: #fff;
-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
}
#screen-meta-links #screen-options-switch-view-wrap a {
padding: 3px 6px 3px 8px;
display: block;
font-size: 13px;
height: 22px;
line-height: 22px;
text-decoration: none;
z-index: 1;
color: #777;
}
#screen-meta-links #screen-options-link-wrap a {
padding: 3px 6px;
text-decoration: none;
line-height: 28px;
}
#screen-meta-links #screen-options-link-wrap a:before {
line-height: 28px;
}
#screen-meta-links #screen-options-link-wrap a:after,
#screen-meta-links #screen-options-switch-view-wrap a:after {
content: '';
}
#screen-meta-links #screen-options-link-wrap a:before,
#screen-meta-links #screen-options-switch-view-wrap a:before {
padding: 0px 8px 0 0;
}
.metaslider_gopro li:before {
top: 4px;
font: 400 20px/1 dashicons;
speak: none;
display: inline-block;
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none !important;
content: '\f147';
color: #de6826;
}
#adminmenu .toplevel_page_metaslider .wp-menu-image img {
opacity: 1;
}
.metaslider_pro {
padding: 3em;
max-width: 720px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.metaslider_pro p {
text-align: center;
font-size: 1.1em;
}
.metaslider_pro .probutton {
margin: 20px 0 10px 0;
}
@media screen and (max-width: 782px) {
#media-upload.wp-core-ui .metaslider_pro .button {
white-space: normal;
height: auto;
padding: 12px 16px;
font-size: 15px;
}
}
.metaslider_pro img {
max-width: 100%;
}
.metaslider_pro .probutton {
margin: 20px 0 10px 0;
}
/*
.metaslider_pro .probutton,
.metaslider_pro .probutton:hover {
width: auto;
margin: 20px 0 10px 0;
font-size: 1.4em;
padding: 15px;
border-color: #3793B7;
background-color: #41add7;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #41add7), color-stop(100%, #218cb7));
background-image: -webkit-linear-gradient(top, #41add7, #218cb7);
background-image: -moz-linear-gradient(top, #41add7, #218cb7);
background-image: -o-linear-gradient(top, #41add7, #218cb7);
background-image: linear-gradient(top, #41add7, #218cb7);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
border-radius: 4px;
-webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
color: #fff;
text-shadow: 0 -1px 1px #1a5ad9;
color: white;
text-align: center;
text-decoration: none;
border-radius: 5px;
line-height: 2em;
display: inline-block;
}
*/
.metaslider_pro .super {
text-transform: uppercase;
font-size: 0.7em;
vertical-align: top;
line-height: 2em;
}
.metaslider_pro .subtext {
float: left;
width: 100%;
text-align: center;
font-style: italic;
}
.metaslider_pro .logo {
text-transform: uppercase;
}
.metaslider-ui, .metaslider-ui * {
box-sizing: border-box;
}
.metaslider-ui {
max-width: 1400px;
min-width: 1000px;
margin: 0 auto;
}
.metaslider-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2.5rem;
}
.metaslider-header > div {
display: flex;
}
.metaslider-ui h1.metaslider-title {
color: #de6826;
font-weight: 700;
line-height: 1;
margin-right: 1rem;
margin: 0;
padding: 0;
}
.metaslider-ui h1.metaslider-title img {
width: 20px;
height: 20px;
}
.metaslider-add-new {
display: flex;
white-space: nowrap;
align-items: center;
line-height: 1;
padding: 6px 10px;
position: relative;
top: -3px;
text-decoration: none;
border: 1px solid #ccc;
border-radius: 2px;
background: #f7f7f7;
text-shadow: none;
font-size: 13px;
line-height: normal;
color: #0073aa;
cursor: pointer;
outline: 0;
}
.metaslider-add-new:hover,
.metaslider-add-new:active,
.metaslider-add-new:focus {
border-color: #008EC2;
background: #00a0d2;
color: #fff;
}
.metaslider-add-new svg {
margin-right: 0.2rem;
}
.metaslider-links {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0;
}
.metaslider-links li {
margin: 0;
margin-left: 0.3rem;
position: relative;
padding-left: 0.5rem;
}
.metaslider-links li:not(:first-child)::before {
content: '|';
position: absolute;
left: 0;
line-height: 1.6;
color: #cccccc;
}
.brand-color {
color:#de6826!important;
}
/* Slider UI wrap */
.metaslider-ui {
margin: 1.5rem 1rem 1rem 0;
}
.metaslider-ui .metaslider-inner {
/* background: rgba(224, 224, 224, 0.25); */
/* border: 1px solid #ccc; */
border-top: 0;
box-sizing: border-box;
/* padding: 0 1rem 0; */
}
.metaslider-ui #post-body-content {
margin-bottom: 0;
}
/* Slide Title */
.metaslider-ui .slider-title {
padding: 10px 0 13px;
position: relative;
padding-right: 100px;
border-bottom: none;
}
.metaslider-ui .slider-title h3 {
font-weight: normal;
margin: 0 0.5rem 0 0;
}
.metaslider-ui .slider-title .add-slide {
padding-top: 1px !important;
position: absolute !important;
right: 0px;
top: 12px;
}
/* Shortcode Instructions */
.metaslider-ui .metaslider-shortcode {
padding: 7px 7px 7px 12px;
line-height: 15px;
margin: 0;
color: #cccccc;
}
.metaslider-ui .metaslider-shortcode .ms-shortcode::-moz-selection,
.metaslider-ui .metaslider-shortcode .ms-shortcode span::-moz-selection,
.metaslider-ui .metaslider-shortcode pre::-moz-selection {
color: #444;
background: #acd8fc;
}
.metaslider-ui .metaslider-shortcode .ms-shortcode::selection,
.metaslider-ui .metaslider-shortcode .ms-shortcode span::selection,
.metaslider-ui .metaslider-shortcode pre::selection {
color: #444;
background: #acd8fc;
}
.metaslider-ui .metaslider-shortcode p {
margin-top:0;
color: #444;
}
.metaslider-ui .metaslider-shortcode .ms-shortcode {
color: #de6826;
cursor: pointer;
display: inline;
white-space: normal;
}
.metaslider-ui .metaslider-shortcode-title {
/* background-color: #f7f7f7; */
padding: 7px 12px 0 !important;
}
.metaslider-ui .metaslider-shortcode-title .ms-action-buttons {
position: absolute;
top: 0;
right: 0;
height: 35px;
}
.metaslider-ui .metaslider-shortcode-title .ms-action-buttons .ml-button {
display: inline-block;
border-radius: 0;
background: 0;
border: 0;
box-shadow: none;
color: #aaa;
cursor: pointer;
outline: 0;
padding: 7px;
box-sizing: border-box;
}
.metaslider-ui .metaslider-shortcode-title .ms-action-buttons .ml-button:hover {
background: #ededed;
color: #de6826;
}
.metaslider-ui .metaslider-shortcode-title .ms-action-buttons .ml-button:focus {
background-color: #acd7fd !important;
color: #444 !important;
}
.metaslider-ui .metaslider-shortcode-title .ms-action-buttons .ml-button i {
position: static;
}
.metaslider-ui .metaslider-shortcode-title .ms-action-buttons .ml-button svg {
display: block;
}
/* Slide Listing */
.metaslider-ui .metaslider-slides-container * {
box-sizing: border-box;
}
.metaslider-ui .metaslider-slides-container {
border-collapse: separate;
background: none;
border: 0;
margin-top: 12px;
box-shadow: none;
}
.metaslider-ui .metaslider-slides-container .slide {
background: white;
max-height: 215px;
overflow: hidden;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
position: relative;
display: block;
margin-bottom: 22px;
padding-top: 31px;
}
.metaslider-ui .metaslider-slides-container .slide.post_feed .scroll{
overflow: auto;
height: 100px;
}
.metaslider-ui .metaslider-slides-container .slide > td {
padding: 0;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
}
.metaslider-ui .metaslider-slides-container .slide .slide-details {
margin: 0;
font-size: 0.8em;
display: inline-block;
margin-top: 6px;
color: #666666;
font-weight: 400;
}
.metaslider-ui .metaslider-slides-container .slide .metaslider-ui-controls {
padding-left: 0.5rem;
height: 30px;
font-size: 1.2em;
cursor: move;
background-color: #f7f7f7;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.metaslider-ui .metaslider-slides-container .metaslider-ui-inner {
margin: 1rem;
}
.metaslider-ui .metaslider-slides-container .slide .col-2 {
width: 100%;
}
.metaslider-ui .metaslider-slides-container .slide .thumb {
border: 1px solid #eee;
position: relative;
height: 150px;
width: 150px;
background-size: auto 150px;
background-position: center;
}
.metaslider-ui .metaslider-slides-container .toolbar-button,
.metaslider-ui .metaslider-slides-container .update-image,
.metaslider-ui .metaslider-slides-container .delete-slide,
.metaslider-ui .metaslider-slides-container .undo-delete-slide {
color: #aaa;
outline: 0;
cursor: pointer;
background: none;
box-shadow: none;
border: 0;
width: 30px;
height: 30px;
}
.metaslider-ui .metaslider-slides-container .update-image {
padding: 0px 0 0 6px;
}
.metaslider-ui .metaslider-slides-container .update-image svg {
width: 18px;
}
.metaslider-ui .metaslider-slides-container .update-image.image-button {
padding: 0;
margin: 0;
display: block;
width: auto;
height: auto;
}
.metaslider-ui .metaslider-slides-container .toolbar-button:hover,
.metaslider-ui .metaslider-slides-container .toolbar-button:active {
background: #ededed;
color: #1d8abf;
}
.metaslider-ui .metaslider-slides-container .toolbar-button:focus {
background-color: #acd7fd !important;
color: #444 !important;
}
.metaslider-ui .metaslider-slides-container .toolbar-button:active {
box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.metaslider-ui .metaslider-slides-container .update-image.image-button:active,
.metaslider-ui .metaslider-slides-container .update-image.image-button:focus {
box-shadow: 0 0 3px 3px #acd7fd;
}
.metaslider-ui .metaslider-slides-container .update-image.image-button:focus .thumb {
background-color: #acd7fd;
}
.metaslider-ui .metaslider-slides-container .delete-slide {
padding: 0 0 0 5px;
}
.metaslider-ui .metaslider-slides-container .delete-slide:hover,
.metaslider-ui .metaslider-slides-container .delete-slide:active {
color: #e82323;
}
.metaslider-ui .metaslider-slides-container .update-image svg,
.metaslider-ui .metaslider-slides-container .delete-slide svg {
display: block;
}
/* Hide slide button */
.metaslider-ui button.hide-slide.toolbar-button {
position: relative;
}
.metaslider-ui button.hide-slide.toolbar-button input {
position: absolute;
top: 0;
visibility: hidden;
opacity: 0;
}
.metaslider-ui button.hide-slide.toolbar-button input ~ svg {
position: absolute;
top: 6px;
left: 6px;
width: 18px;
height: 18px;
}
.metaslider-ui button.hide-slide.toolbar-button input ~ svg.feather-eye-off {
display: none;
}
.metaslider-ui button.hide-slide.toolbar-button input:checked ~ svg.feather-eye-off {
display: block;
}
.metaslider-ui button.hide-slide.toolbar-button input:checked ~ svg.feather-eye-off line {
color: rgba(193, 63, 63, 1);
stroke: rgba(193, 63, 63, 1);
}
.metaslider-ui button.hide-slide.toolbar-button input:checked ~ svg.feather-eye {
display: none;
}
/* Sorting */
.metaslider-ui .metaslider-slides-container .ui-sortable-helper {
transition: none;
-moz-transition: none;
-webkit-transition: none;
-webkit-transform: translate3d(0, 0, 0) rotate(2deg);
-ms-transform: translate3d(0, 0, 0) rotate(2deg);
transform: translate3d(0, 0, 0) rotate(2deg);
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2) !important;
}
.metaslider-ui .metaslider-slides-container .ui-sortable-placeholder {
background: rgba(204, 204, 204, 0.33);
padding: 4rem;
visibility: visible !important;
border: 3px dashed #e0e0e0;
box-shadow: none;
}
/* Navigation */
.nav-tab-wrapper {
padding: 9px 2rem 0 0;
line-height: inherit;
overflow: hidden;
position: relative;
}
.manage-menus {
position: relative;
}
.metaslider a.toggle-nav-view {
position: absolute;
bottom: 0.2rem;
right: 0.2rem;
line-height: 1;
color: black;
padding: 2px 3px;
cursor: pointer;
}
.metaslider .manage-menus a.toggle-nav-view {
right: 0.5rem;
bottom: 0.75rem;
}
.metaslider-ui .nav-tab * {
box-sizing: border-box;
}
.metaslider-ui .nav-tab {
font-weight: 400;
font-size: 13px;
color: #aaaaaa;
line-height: 13px;
padding: 0.5rem;
max-width: 100px;
text-overflow: ellipsis;
overflow: hidden;
outline: 0;
float: left;
}
.metaslider-ui .nav-tab:active,
.metaslider-ui .nav-tab:focus {
background: #acd7fd;
box-shadow: none;
color: #444;
}
.metaslider-ui .nav-tab-active {
border: 1px solid #ccc;
border-bottom: 1px solid #f1f1f1;
background: #f1f1f1;
position: relative;
margin-bottom: -1px;
padding: 0.15rem 0.4rem;
max-width: none;
}
.metaslider-ui .nav-tab-active:hover {
background: none;
}
.metaslider-ui .nav-tab-active input {
height: 100%;
transition: width .25s ease-in-out;
-moz-transition: width .25s ease-in-out;
-webkit-transition: width .25s ease-in-out;
display: block;
padding: 0.25rem 0.5rem;
margin: 0;
border: 0;
background: transparent;
box-shadow: none;
width: 150px;
min-width: 150px;
text-overflow: ellipsis;
}
.metaslider-ui .nav-tab-active input:active,
.metaslider-ui .nav-tab-active input:focus,
.metaslider-ui .nav-tab-active input:hover {
box-shadow: 0 1px 1px rgba(0,0,0,.04);
background-color: #fff;
}
.metaslider-ui .nav-tab-active input:active,
.metaslider-ui .nav-tab-active input:focus {
box-shadow: 0 0 1px 2px #acd7fd;
max-width: none;
}
/* Buttons */
/* TODO: Consider to set up pre-processors to make this more modular */
.metaslider-ui-top:after,
.metaslider-ui:after {
content: "";
display: table;
clear: both;
}
.metaslider-ui-top .ml-hanging-button {
text-decoration: none;
color: #888;
line-height: 17px;
float: right;
background: white;
padding: 0.5rem;
margin-left: 0.5rem;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.metaslider-ui-top .ml-hanging-button.ml-has-icon {
position: relative;
padding-left: 1.5rem;
}
.metaslider-ui-top .ml-hanging-button:focus,
.metaslider-ui-top .ml-hanging-button:hover {
color: #444;
background: #acd7fd;
}
.metaslider-ui .ml-button i,
.metaslider-ui-top .ml-hanging-button i {
position: absolute;
left: 0.3rem;
top: 0.5rem;
}
.metaslider-ui .ml-button {
display: inline-block;
text-decoration: none;
line-height: 17px;
cursor: pointer;
background: #00b1d5;
color: #ffffff;
padding: 0.5rem;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0,0,0,.04);
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
}
.metaslider-ui .ml-button:hover,
.metaslider-ui .ml-button:focus,
.metaslider-ui .ml-button:active {
background: #acd7fd;
color: #444;
}
.metaslider-ui .ml-button.ml-skinless-button {
padding-bottom: 0;
padding-top: 0;
background: none;
border: 0;
box-shadow: none;
color: #888;
}
.metaslider-ui .ml-button.ml-skinless-button.ml-has-icon i {
top: auto;
}
.metaslider-ui .ml-button.ml-skinless-button.ml-has-icon i svg {
display: block;
}
.metaslider-ui .ml-button.ml-skinless-button:hover {
color: #444;
}
.metaslider-ui .ml-button.ml-has-icon {
position: relative;
padding-left: 1.5rem;
}
.metaslider-ui .ml-button.add-slide:hover {
color: #de6826;
}
.metaslider-ui .ml-button.add-slide:active,
.metaslider-ui .ml-button.add-slide:focus {
background: #acd7fd;
outline: 0;
box-shadow: none;
color: #444;
}
/* Slider Settings Area */
.metaslider-ui .metaslider-settings-area {
margin-top: 11px;
}
.metaslider-ui .metaslider-settings-area .metaslider-actions {
background-color: #f7f7f7;
border-bottom: 1px solid #eeeeee;
position: relative;
}
.metaslider-ui .metaslider-settings-area .metaslider-preview {
margin: 0;
height: 28px;
border-radius: 0;
}
.metaslider-ui .metaslider-settings-area .metaslider-preview:hover {
color: #de6826;
}
.metaslider-ui .metaslider-settings-area .metaslider-preview:focus {
background-color: #acd7fd;
color: #444;
}
.metaslider-ui .metaslider-settings-area .metaslider-preview i {
top: 5px;
left: 3px;
}
.metaslider-ui .metaslider-settings-area .metaslider-preview:active,
.metaslider-ui .metaslider-settings-area .metaslider-preview:focus {
box-shadow: none;
outline: 0;
}
.metaslider .ms-postbox {
position: relative;
min-width: 255px;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0,0,0,.04);
background: #ffffff;
margin-bottom: 20px;
padding: 0;
line-height: 1;
}
input[type="radio"] {
margin-right: 4px;
}
.metaslider-ui .settings .disabled {
color:#bbb;
font-style: italic;
}
.metaslider-ui .settings .disabled input {
border-color: #bbb;
}
.wp-clearfix:after {
content: "";
display: table;
clear: both;
}
/* Grid and add-on page */
.btn-cta-gradient {
background-image: -webkit-linear-gradient(to left, #00b1d5, #bf2fcb), -webkit-linear-gradient(to left, #00b1d5, #bf2fcb)!important;
background-image: linear-gradient(to left, #00b1d5, #bf2fcb), linear-gradient(to left, #00b1d5, #bf2fcb)!important;
}
/* Spin an svg */
.ms-spin {
-webkit-animation: ms-spin 2s infinite linear;
animation: ms-spin 2s infinite linear;
}
@-webkit-keyframes ms-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes ms-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
/* Deleting a slide */
.ms-deleting > td div {
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-o-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}
.ms-deleting button {
background: none !important;
color: #aaa!important;
}
.ms-deleted {
max-height: 0 !important;
margin-bottom: 0 !important;
overflow: hidden;
background-color: transparent!important;
border: 0!important;
box-shadow: none!important;
padding: 0!important;
}
.slide.hide-status .ms-delete-status {
display:none;
}
.slide:not(.hide-status) .ms-delete-status.is-error {
font-size: 0.8em;
line-height: 31px;
color: #e82323;
}
.slide:not(.hide-status) .ms-delete-status.is-success {
font-size: 0.8em;
margin-left: 5px;
float: right;
padding: 0.5em;
color: #46b450;
}
.ms-deleted .slide-details,
.ms-deleted .metaslider-ui-controls button {
display: none !important;
}
.ms-deleted .metaslider-ui-inner {
max-height: 0 !important;
overflow: hidden;
transition: all .75s ease-in-out;
-moz-transition: all .75s ease-in-out;
-webkit-transition: all .75s ease-in-out;
}
.ms-deleted .metaslider-ui-controls {
cursor: default !important;
background-color: #f1f1f1 !important;
border: 0 !important;
box-shadow: none !important;
}
.ms-deleted .metaslider-ui-controls button.undo-delete-slide {
display: inline-block;
font-size: 0.7em;
width: auto;
text-transform: lowercase;
}
.ms-deleted .metaslider-ui-controls button.undo-delete-slide i {
top: 1px;
position: relative;
margin-right: 0px;
}
.ms-deleted .metaslider-ui-controls button.undo-delete-slide:focus {
text-decoration: underline;
}
.ms-deleted .metaslider-ui-controls button.undo-delete-slide:hover {
color: #de6826;
}
.ms-deleted .metaslider-ui-controls .countdown {
display: inline-block;
margin-left: 5px;
color: #ccc;
text-shadow: 1px 1px 1px #fff;
}
.ms-delete-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.5);
color: #666;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.metaslider-ui .restore-slide-link {
text-decoration: none;
display: block;
float: right;
}
.metaslider-ui .restore-slide-link span {
color: #555d66;
}
.metaslider-ui .restore-slide-link:hover,
.metaslider-ui .restore-slide-link:hover span {
color: #de6826;
}
.metaslider-ui .restore-slide-link i {
position: relative;
top: 2px;
left: -2px;
}
.metaslider-ui .trashed-header {
padding: 0 0 0.5rem;
}
.metaslider-ui .trashed-header h3 {
color: #de6826;
font-weight: normal;
display: inline-block;
margin: 0;
}
.metaslider-ui .trashed-header small {
color: #ccc;
}
.metaslider-ui .trashed-header a {
color: #666;
text-decoration: underline;
}
.metaslider-ui .trashed-header a:hover {
color: #de6826;
}
.metaslider-ui .trash-btns {
float: right;
position: static;
padding: 0;
}
.metaslider-ui .trash-btns a {
padding: 0.37rem;
display: block;
}
.metaslider-ui .trashed-notice {
line-height: 1.4;
margin-top: 31px;
}
.metaslider-ui .trashed-notice .notice-info {
padding: 1rem;
background: #fff;
border-left: 4px solid #00a0d2;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
/* Notification */
#ms-notifications * {
box-sizing: border-box;
}
#ms-notifications {
position: fixed;
z-index: 9999999;
overflow: hidden;
right: 0.5rem;
bottom: 0.5rem;
}
.ms-notification {
cursor: pointer;
min-width: 250px;
min-height: 56px;
background: #de6826;
border-left: 5px solid rgb(199, 87, 39);
margin: 0.5rem 0 0;
padding: 0.5rem;
overflow: hidden;
box-shadow: 0 0 5px 0px rgb(199, 87, 39);
}
.ms-notification:hover {
background: rgb(199, 87, 39);
}
.ms-notification.finished {
position: relative;
right: 0;
-webkit-animation: slide-right 0.5s forwards;
animation: slide-right 0.5s forwards;
}
@-webkit-keyframes slide-right {
100% { right: -250px; }
}
@keyframes slide-right {
100% { right: -250px; }
}
.ms-notification.has-image .ms-notification-content {
width: 150px;
float: left;
}
.ms-notification.has-image .img {
width: 56px;
height: 56px;
overflow: hidden;
float: right;
border: 3px solid rgb(255, 127, 71);
margin-left: 1rem;
}
.ms-notification .img img {
width: auto;
display: block;
}
.ms-notification h3 {
margin: 0;
color: rgba(0, 0, 0, 0.4);
}
.ms-notification p {
margin: 0 0 0 0.1rem;
color: rgb(240, 240, 240);
}
.ms-notification.is-success {
background: #46b450;
border-left: 5px solid #4e9a55;
}
.ms-notification.is-success.has-image .img {
border: 3px solid rgb(124, 202, 131);
}
.ms-notification.is-success:hover {
background: #4e9a55
}
.ms-notification.is-success h3 {
color: #fff;
}
/* Tour Specific Styles */
.blurred-out {
cursor: default;
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-o-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}
.shepherd-theme-arrows {
z-index: 99;
max-width: 300px!important;
}
.shepherd-theme-arrows.super-index {
z-index: 999999;
}
.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right .shepherd-content:before {
display: none; }
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
border-bottom-color: #dd6823;
}
.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {
background-color: #dd6823
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header h3 {
color: #ffffff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
top: 44px;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
padding: .75em 1.3em;
}
/* Make the cancel button darker */
.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link {
color: black;
}
/* Styles for edge cases */
/* Removes styling for LastPass autofill */
input.no_last_pass {
background-image: none !important;
background-attachment: none !important;
}
#__lpform_title {
display: none;
}
/* Start Page */
.ms-panel-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.ms-panel-container > * {
flex-grow: 1;
flex-basis: 0;
padding-right: 1.5rem;
}
/* Save/ Delete area */
.ms-delete-save {
display: flex;
align-items: center;
justify-content: flex-end;
position: relative;
}
.ms-delete-save .spinner {
position: absolute;
right: -2.5rem;
bottom: 3px;
}
.ms-delete-save .ms-delete-slideshow {
margin-right: 1.5rem;
color: #aaa;
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
}
.ms-delete-save .ms-delete-slideshow:hover {
text-decoration: underline;
} | 0.349533 | 0.104112 |
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
.ipc-lockup-overlay__text {
padding-left: 5px;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
img {
vertical-align: middle;
}
ul {
margin-top: 0;
margin-bottom: 10px;
}
.ipc-icon {
vertical-align: middle;
}
.ipc-sub-grid-item--span-4 {
width: calc(100% - .75 * .5rem - .25rem);
min-width: calc(100% - .75 * .5rem - .25rem);
margin-right: .5rem;
}
@media screen and (min-width: 480px) {
.ipc-sub-grid-item--span-4 {
width: calc(66.66667% - .83333 * .75rem - .16667rem);
min-width: calc(66.66667% - .83333 * .75rem - .16667rem);
margin-right: .75rem;
}
}
@media screen and (min-width: 600px) {
.ipc-sub-grid-item--span-4 {
width: calc(50% - .875 * .75rem - .1875rem);
min-width: calc(50% - .875 * .75rem - .1875rem);
margin-right: .75rem;
}
}
@media screen and (min-width: 600px) {
.ipc-sub-grid-item--span-4 {
width: calc(50% - .875 * .75rem - .1875rem);
min-width: calc(50% - .875 * .75rem - .1875rem);
margin-right: .75rem;
}
}
@media screen and (min-width: 1024px) {
.ipc-sub-grid-item--span-4 {
width: calc(33.33333% - .91667 * 1rem - .08333rem);
min-width: calc(33.33333% - .91667 * 1rem - .08333rem);
margin-right: 1rem;
}
}
.ipc-image {
font-size: 1rem;
}
.ipc-media {
display: inline-flex;
overflow: hidden;
position: relative;
}
.ipc-media:before {
content: '';
display: block;
position: relative;
width: 100%;
}
.ipc-media.ipc-image-media-ratio--poster:before {
padding-bottom: 148%;
}
.ipc-media.ipc-image-media-ratio--slate-16x9:before {
padding-bottom: 56.25%;
}
.ipc-media__img .ipc-image {
bottom: 0;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
}
.ipc-media__img .ipc-image {
width: 100%;
}
.ipc-media--baseAlt {
background: #121212;
background: var(--ipt-baseAlt-shade3-bg);
color: rgba(255, 255, 255, 0.1);
color: rgba(var(--ipt-on-baseAlt-rgb), 0.1);
}
.ipc-media--baseAlt:before {
background: rgba(255, 255, 255, 0.15);
background: rgba(var(--ipt-on-baseAlt-rgb), 0.1);
}
.ipc-lockup-overlay {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-family: var(--ipt-font-family);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: .875rem;
line-height: 1.25rem;
font-weight: 400;
letter-spacing: .01786em;
text-decoration: inherit;
text-transform: inherit;
-webkit-font-smoothing: auto;
font-smooth: auto;
color: #fff;
align-items: flex-end;
bottom: 0;
box-sizing: border-box;
display: flex;
height: 100%;
left: 0;
padding: 0.5rem;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.ipc-lockup-overlay .ipc-lockup-overlay__gradient,
.ipc-lockup-overlay .ipc-lockup-overlay__screen {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 0;
}
.ipc-lockup-overlay .ipc-lockup-overlay__content {
display: flex;
align-items: center;
min-width: 0;
}
.ipc-lockup-overlay>:not(.ipc-lockup-overlay__gradient),
.ipc-lockup-overlay>:not(.ipc-lockup-overlay__screen) {
z-index: 1;
}
.ipc-lockup-overlay .ipc-lockup-overlay__gradient--linear {
background: linear-gradient(to bottom, transparent 0%, transparent 65%, rgba(0, 0, 0, 0.35) 83.5%, rgba(0, 0, 0, 0.75) 100%);
background: linear-gradient(to bottom, transparent 0%, transparent 65%, rgba(0, 0, 0, 0.35) 83.5%, rgba(0, 0, 0, 0.75) 100%);
}
.ipc-lockup-overlay .ipc-lockup-overlay__icon {
color: #fff;
min-width: 2rem;
min-height: 2rem;
margin-right: 0.5rem;
transition: color 0.15s;
}
.ipc-lockup-overlay .ipc-lockup-overlay__screen {
position: absolute;
width: 100%;
height: 100%;
background: #000;
background: var(--ipt-baseAlt-color);
transition: opacity 0.15s;
opacity: 0;
}
.ipc-slate {
display: inline-flex;
position: relative;
text-decoration: none;
}
.ipc-slate__slate-image {
min-width: 100%;
}
.ipc-slate--dynamic-width {
width: 100%;
}
._7slaS0NikSNpkLVY3A1sk {
background: #1f1f1f;
background: var(--ipt-baseAlt-shade1-bg);
}
@media screen and (min-width: 600px) {
._7slaS0NikSNpkLVY3A1sk {
border-radius: var(--ipt-cornerRadius);
}
}
._3CzPBqlWRmSAoWxtvQQ5Eo {
border-color: rgba(255, 255, 255, 0.25);
border-color: rgba(var(--ipt-on-baseAlt-rgb), 0.25);
}
._3CzPBqlWRmSAoWxtvQQ5Eo:hover {
background: rgba(255, 255, 255, 0.08);
background: rgba(var(--ipt-on-baseAlt-rgb), var(--ipt-baseAlt-hover-opacity));
}
._3CzPBqlWRmSAoWxtvQQ5Eo:active {
background: rgba(255, 255, 255, 0.32);
background: rgba(var(--ipt-on-baseAlt-rgb), var(--ipt-baseAlt-pressed-opacity));
}
._3Y2Rsr5ce7gB9vCd5oZ8Rg,
._26kHO_8bFBduUIYADnVHFY {
color: white;
color: var(--ipt-on-baseAlt-textPrimary-color);
}
._26kHO_8bFBduUIYADnVHFY {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-family: var(--ipt-font-family);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 400;
letter-spacing: 0.03125em;
text-decoration: inherit;
text-transform: inherit;
-webkit-font-smoothing: auto;
font-smooth: auto;
}
._3Y2Rsr5ce7gB9vCd5oZ8Rg {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-family: var(--ipt-font-family);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 400;
letter-spacing: 0.01786em;
text-decoration: inherit;
text-transform: inherit;
-webkit-font-smoothing: auto;
font-smooth: auto;
}
._1DoAqrviL4URifsx8tYz_V {
color: rgba(255, 255, 255, 0.7);
color: var(--ipt-on-baseAlt-textSecondary-color);
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-family: var(--ipt-font-family);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 400;
letter-spacing: 0.01786em;
text-decoration: inherit;
text-transform: inherit;
-webkit-font-smoothing: auto;
font-smooth: auto;
}
._2xcsB5_XEiRCOYGbWQ05C9,
._2VTfSadvr91wa2jULYtbX2 {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-family: var(--ipt-font-family);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 400;
letter-spacing: 0.03125em;
text-decoration: inherit;
text-transform: inherit;
-webkit-font-smoothing: auto;
font-smooth: auto;
}
.bVIpmb {
width: 100%;
left: 0px;
right: 0px;
top: 100%;
position: absolute;
}
@media screen and (min-width: 600px) {
.bVIpmb {
top: calc(100% + 0.25rem);
}
}
.bVIpmb ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.bVIpmb ul li {
display: inline;
}
.kyROKQ {
display: flex;
cursor: pointer;
text-decoration: none;
width: 100%;
padding: 0.5rem;
transition: all 0.125s ease 0s;
}
.kyROKQ._2VTfSadvr91wa2jULYtbX2 {
width: 50%;
display: inline-flex;
border-top: none;
flex-wrap: wrap;
}
.kyROKQ ._2xcsB5_XEiRCOYGbWQ05C9__image {
min-width: 3rem;
width: 3rem;
font-size: 2rem;
display: flex;
}
.kyROKQ ._3Y2Rsr5ce7gB9vCd5oZ8Rg {
margin-top: 0.5rem;
}
.khRmvD {
display: flex;
-webkit-box-flex: 1;
flex-grow: 1;
flex-direction: column;
overflow: hidden;
margin: 0px 0px 0px 1rem;
padding: 0px;
}
.lolMki {
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.iRqsNC li:first-child>._3CzPBqlWRmSAoWxtvQQ5Eo {
border-top: none;
}
.iRqsNC li:first-child>._3CzPBqlWRmSAoWxtvQQ5Eo {
border-top: none;
}
.dtcBHE a {
color: inherit;
}
.dtcBHE a {
color: inherit;
}
ul.suggestions-list {
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
padding-left: 0px;
}
li.suggestion {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
} | css/search.css | a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
.ipc-lockup-overlay__text {
padding-left: 5px;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
img {
vertical-align: middle;
}
ul {
margin-top: 0;
margin-bottom: 10px;
}
.ipc-icon {
vertical-align: middle;
}
.ipc-sub-grid-item--span-4 {
width: calc(100% - .75 * .5rem - .25rem);
min-width: calc(100% - .75 * .5rem - .25rem);
margin-right: .5rem;
}
@media screen and (min-width: 480px) {
.ipc-sub-grid-item--span-4 {
width: calc(66.66667% - .83333 * .75rem - .16667rem);
min-width: calc(66.66667% - .83333 * .75rem - .16667rem);
margin-right: .75rem;
}
}
@media screen and (min-width: 600px) {
.ipc-sub-grid-item--span-4 {
width: calc(50% - .875 * .75rem - .1875rem);
min-width: calc(50% - .875 * .75rem - .1875rem);
margin-right: .75rem;
}
}
@media screen and (min-width: 600px) {
.ipc-sub-grid-item--span-4 {
width: calc(50% - .875 * .75rem - .1875rem);
min-width: calc(50% - .875 * .75rem - .1875rem);
margin-right: .75rem;
}
}
@media screen and (min-width: 1024px) {
.ipc-sub-grid-item--span-4 {
width: calc(33.33333% - .91667 * 1rem - .08333rem);
min-width: calc(33.33333% - .91667 * 1rem - .08333rem);
margin-right: 1rem;
}
}
.ipc-image {
font-size: 1rem;
}
.ipc-media {
display: inline-flex;
overflow: hidden;
position: relative;
}
.ipc-media:before {
content: '';
display: block;
position: relative;
width: 100%;
}
.ipc-media.ipc-image-media-ratio--poster:before {
padding-bottom: 148%;
}
.ipc-media.ipc-image-media-ratio--slate-16x9:before {
padding-bottom: 56.25%;
}
.ipc-media__img .ipc-image {
bottom: 0;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
}
.ipc-media__img .ipc-image {
width: 100%;
}
.ipc-media--baseAlt {
background: #121212;
background: var(--ipt-baseAlt-shade3-bg);
color: rgba(255, 255, 255, 0.1);
color: rgba(var(--ipt-on-baseAlt-rgb), 0.1);
}
.ipc-media--baseAlt:before {
background: rgba(255, 255, 255, 0.15);
background: rgba(var(--ipt-on-baseAlt-rgb), 0.1);
}
.ipc-lockup-overlay {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-family: var(--ipt-font-family);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: .875rem;
line-height: 1.25rem;
font-weight: 400;
letter-spacing: .01786em;
text-decoration: inherit;
text-transform: inherit;
-webkit-font-smoothing: auto;
font-smooth: auto;
color: #fff;
align-items: flex-end;
bottom: 0;
box-sizing: border-box;
display: flex;
height: 100%;
left: 0;
padding: 0.5rem;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.ipc-lockup-overlay .ipc-lockup-overlay__gradient,
.ipc-lockup-overlay .ipc-lockup-overlay__screen {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 0;
}
.ipc-lockup-overlay .ipc-lockup-overlay__content {
display: flex;
align-items: center;
min-width: 0;
}
.ipc-lockup-overlay>:not(.ipc-lockup-overlay__gradient),
.ipc-lockup-overlay>:not(.ipc-lockup-overlay__screen) {
z-index: 1;
}
.ipc-lockup-overlay .ipc-lockup-overlay__gradient--linear {
background: linear-gradient(to bottom, transparent 0%, transparent 65%, rgba(0, 0, 0, 0.35) 83.5%, rgba(0, 0, 0, 0.75) 100%);
background: linear-gradient(to bottom, transparent 0%, transparent 65%, rgba(0, 0, 0, 0.35) 83.5%, rgba(0, 0, 0, 0.75) 100%);
}
.ipc-lockup-overlay .ipc-lockup-overlay__icon {
color: #fff;
min-width: 2rem;
min-height: 2rem;
margin-right: 0.5rem;
transition: color 0.15s;
}
.ipc-lockup-overlay .ipc-lockup-overlay__screen {
position: absolute;
width: 100%;
height: 100%;
background: #000;
background: var(--ipt-baseAlt-color);
transition: opacity 0.15s;
opacity: 0;
}
.ipc-slate {
display: inline-flex;
position: relative;
text-decoration: none;
}
.ipc-slate__slate-image {
min-width: 100%;
}
.ipc-slate--dynamic-width {
width: 100%;
}
._7slaS0NikSNpkLVY3A1sk {
background: #1f1f1f;
background: var(--ipt-baseAlt-shade1-bg);
}
@media screen and (min-width: 600px) {
._7slaS0NikSNpkLVY3A1sk {
border-radius: var(--ipt-cornerRadius);
}
}
._3CzPBqlWRmSAoWxtvQQ5Eo {
border-color: rgba(255, 255, 255, 0.25);
border-color: rgba(var(--ipt-on-baseAlt-rgb), 0.25);
}
._3CzPBqlWRmSAoWxtvQQ5Eo:hover {
background: rgba(255, 255, 255, 0.08);
background: rgba(var(--ipt-on-baseAlt-rgb), var(--ipt-baseAlt-hover-opacity));
}
._3CzPBqlWRmSAoWxtvQQ5Eo:active {
background: rgba(255, 255, 255, 0.32);
background: rgba(var(--ipt-on-baseAlt-rgb), var(--ipt-baseAlt-pressed-opacity));
}
._3Y2Rsr5ce7gB9vCd5oZ8Rg,
._26kHO_8bFBduUIYADnVHFY {
color: white;
color: var(--ipt-on-baseAlt-textPrimary-color);
}
._26kHO_8bFBduUIYADnVHFY {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-family: var(--ipt-font-family);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 400;
letter-spacing: 0.03125em;
text-decoration: inherit;
text-transform: inherit;
-webkit-font-smoothing: auto;
font-smooth: auto;
}
._3Y2Rsr5ce7gB9vCd5oZ8Rg {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-family: var(--ipt-font-family);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 400;
letter-spacing: 0.01786em;
text-decoration: inherit;
text-transform: inherit;
-webkit-font-smoothing: auto;
font-smooth: auto;
}
._1DoAqrviL4URifsx8tYz_V {
color: rgba(255, 255, 255, 0.7);
color: var(--ipt-on-baseAlt-textSecondary-color);
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-family: var(--ipt-font-family);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 400;
letter-spacing: 0.01786em;
text-decoration: inherit;
text-transform: inherit;
-webkit-font-smoothing: auto;
font-smooth: auto;
}
._2xcsB5_XEiRCOYGbWQ05C9,
._2VTfSadvr91wa2jULYtbX2 {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-family: var(--ipt-font-family);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 400;
letter-spacing: 0.03125em;
text-decoration: inherit;
text-transform: inherit;
-webkit-font-smoothing: auto;
font-smooth: auto;
}
.bVIpmb {
width: 100%;
left: 0px;
right: 0px;
top: 100%;
position: absolute;
}
@media screen and (min-width: 600px) {
.bVIpmb {
top: calc(100% + 0.25rem);
}
}
.bVIpmb ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.bVIpmb ul li {
display: inline;
}
.kyROKQ {
display: flex;
cursor: pointer;
text-decoration: none;
width: 100%;
padding: 0.5rem;
transition: all 0.125s ease 0s;
}
.kyROKQ._2VTfSadvr91wa2jULYtbX2 {
width: 50%;
display: inline-flex;
border-top: none;
flex-wrap: wrap;
}
.kyROKQ ._2xcsB5_XEiRCOYGbWQ05C9__image {
min-width: 3rem;
width: 3rem;
font-size: 2rem;
display: flex;
}
.kyROKQ ._3Y2Rsr5ce7gB9vCd5oZ8Rg {
margin-top: 0.5rem;
}
.khRmvD {
display: flex;
-webkit-box-flex: 1;
flex-grow: 1;
flex-direction: column;
overflow: hidden;
margin: 0px 0px 0px 1rem;
padding: 0px;
}
.lolMki {
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.iRqsNC li:first-child>._3CzPBqlWRmSAoWxtvQQ5Eo {
border-top: none;
}
.iRqsNC li:first-child>._3CzPBqlWRmSAoWxtvQQ5Eo {
border-top: none;
}
.dtcBHE a {
color: inherit;
}
.dtcBHE a {
color: inherit;
}
ul.suggestions-list {
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
padding-left: 0px;
}
li.suggestion {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
} | 0.364099 | 0.057732 |
.header{
/*background: -webkit-linear-gradient(left, #9242FF , #4FD7FD);
background: -o-linear-gradient(right, #9242FF, #4FD7FD);
background: -moz-linear-gradient(right, #9242FF, #4FD7FD);
background: linear-gradient(to right, #9242FF , #4FD7FD);*/
background: #5FA4FF;
position: relative !important;
}
/*横幅*/
.banner{
height: 490px;
}
#myCarousel{
height: 100%;
}
#myCarousel>div{
height: 100%;
}
#myCarousel .item{
height: 100%;
}
#myCarousel .item>img{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
}
.banner_box{
width: 1200px;
margin: 0px auto;
padding:250px 0px 1px;
position: relative;
z-index: 1;
color: #FFFFFF;
}
.banner_Line{
width: 150px;
height: 5px;
background: #FFFFFF;
margin:0px 0px 60px 0px;
}
.banner_title{
font-size: 48px;
font-weight: bold;
line-height: 75px;
margin: 0px 0px 30px 0px;
}
.banner_text{
font-size: 16px;
line-height: 32px;
margin: 0px 0px 100px 0px;
font-family: arial;
}
.banner_btn{
display: block;
width: 255px;
height: 70px;
line-height: 70px;
text-align: center;
color: #FFFFFF;
font-size: 24px;
font-weight: bold;
background: #4298FF;
-webkit-border-radius: 70px;
-moz-border-radius: 70px;
border-radius: 70px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
outline: none;
}
.banner_btn:hover{
color: #4298FF;
background: #FFFFFF;
}
.box_1{
padding: 1px 0px;
text-align: center;
}
.box_1 .title{
font-size: 30px;
line-height: 30px;
margin: 83px auto 38px;
}
.box_1 .line{
width: 114px;
height: 4px;
margin: 0px auto;
background: #000000;
}
.box_1 .text{
width: 833px;
font-size: 12px;
line-height: 24px;
margin: 60px auto 11px;
}
.box_1 .bg{
height: 218px;
background-image:url(../../image/AboutUs.png) ;
}
.box_2{
padding: 1px 0px;
background: #5FA4FF;
text-align: center;
color: #FFFFFF;
}
.box_2 .title_1{
font-size: 30px;
line-height: 30px;
font-weight: bold;
margin: 83px auto 37px;
}
.box_2 .text_1{
font-size: 14px;
}
.box_2 .box_list{
width: 1200px;
margin: 111px auto 50px;
}
.box_2 .box_list li:not(.cb){
width: 33.3%;
float: left;
margin: 0px auto 56px;
}
.box_2 .box_list .img{
height: 56px;
width: 56px;
margin: 0px auto 23px;
position: relative;
}
.box_2 .box_list .img>img{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
max-height: 100%;
max-width: 100%;
}
.box_2 .box_list .title_2{
font-size: 24px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.box_2 .box_list .text_2{
font-size: 12px;
line-height: 24px;
height: 45px;
overflow: hidden;
}
.box_3{
padding: 1px 0px 90px;
text-align: center;
}
.box_3 .title{
margin: 93px auto 61px;
font-size: 30px;
line-height: 30px;
color: #4298FF;
}
.box_3 .input_box{
width: 820px;
margin: 0px auto 92px;
display: block;
}
.box_3 .input_box input{
width: 397px;
height: 35px;
border: 1px solid #C4C4C5;
outline: none;
padding: 0px 10px;
}
.box_3 .input_box input:focus{
border: 1px solid #5FA4FF;
}
.box_3 .input_box .messageName{
float: left;
}
.box_3 .input_box .messageTelephone{
float: right;
}
.box_3 .input_box .messageText{
clear: both;
width: 100%;
max-width: 100%;
min-width: 100%;
min-height: 84px;
margin: 23px 0px 22px;
border: 1px solid #C4C4C5;
outline: none;
padding: 10px;
overflow:hidden;
}
.box_3 .input_box .messageText:focus{
border: 1px solid #5FA4FF;
}
.box_3 .input_box .box3_btn{
width: 100%;
height: 37px;
background: #5FA4FF;
color: #FEFEFE;
font-size: 12px;
border: none;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.box_3 .input_box .box3_btn:hover{
background: #1c6cd6;
}
.box_3 .box_list>li{
display: inline-block;
min-width: 185px;
padding: 19px 23px 17px;
font-size: 12px;
color: #000011;
}
.box_3 .box_list>li:not(:first-child){
border-left: 1px solid #EBEBEB;
}
.box_3 .box_list>li>div{
margin: 0px 0px 25px 0px;
}
.box_3 .box_list>li i{
font-size: 32px;
color: #5592CE;
} | public/pc/css/AboutUs.css | .header{
/*background: -webkit-linear-gradient(left, #9242FF , #4FD7FD);
background: -o-linear-gradient(right, #9242FF, #4FD7FD);
background: -moz-linear-gradient(right, #9242FF, #4FD7FD);
background: linear-gradient(to right, #9242FF , #4FD7FD);*/
background: #5FA4FF;
position: relative !important;
}
/*横幅*/
.banner{
height: 490px;
}
#myCarousel{
height: 100%;
}
#myCarousel>div{
height: 100%;
}
#myCarousel .item{
height: 100%;
}
#myCarousel .item>img{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
}
.banner_box{
width: 1200px;
margin: 0px auto;
padding:250px 0px 1px;
position: relative;
z-index: 1;
color: #FFFFFF;
}
.banner_Line{
width: 150px;
height: 5px;
background: #FFFFFF;
margin:0px 0px 60px 0px;
}
.banner_title{
font-size: 48px;
font-weight: bold;
line-height: 75px;
margin: 0px 0px 30px 0px;
}
.banner_text{
font-size: 16px;
line-height: 32px;
margin: 0px 0px 100px 0px;
font-family: arial;
}
.banner_btn{
display: block;
width: 255px;
height: 70px;
line-height: 70px;
text-align: center;
color: #FFFFFF;
font-size: 24px;
font-weight: bold;
background: #4298FF;
-webkit-border-radius: 70px;
-moz-border-radius: 70px;
border-radius: 70px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
outline: none;
}
.banner_btn:hover{
color: #4298FF;
background: #FFFFFF;
}
.box_1{
padding: 1px 0px;
text-align: center;
}
.box_1 .title{
font-size: 30px;
line-height: 30px;
margin: 83px auto 38px;
}
.box_1 .line{
width: 114px;
height: 4px;
margin: 0px auto;
background: #000000;
}
.box_1 .text{
width: 833px;
font-size: 12px;
line-height: 24px;
margin: 60px auto 11px;
}
.box_1 .bg{
height: 218px;
background-image:url(../../image/AboutUs.png) ;
}
.box_2{
padding: 1px 0px;
background: #5FA4FF;
text-align: center;
color: #FFFFFF;
}
.box_2 .title_1{
font-size: 30px;
line-height: 30px;
font-weight: bold;
margin: 83px auto 37px;
}
.box_2 .text_1{
font-size: 14px;
}
.box_2 .box_list{
width: 1200px;
margin: 111px auto 50px;
}
.box_2 .box_list li:not(.cb){
width: 33.3%;
float: left;
margin: 0px auto 56px;
}
.box_2 .box_list .img{
height: 56px;
width: 56px;
margin: 0px auto 23px;
position: relative;
}
.box_2 .box_list .img>img{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
max-height: 100%;
max-width: 100%;
}
.box_2 .box_list .title_2{
font-size: 24px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.box_2 .box_list .text_2{
font-size: 12px;
line-height: 24px;
height: 45px;
overflow: hidden;
}
.box_3{
padding: 1px 0px 90px;
text-align: center;
}
.box_3 .title{
margin: 93px auto 61px;
font-size: 30px;
line-height: 30px;
color: #4298FF;
}
.box_3 .input_box{
width: 820px;
margin: 0px auto 92px;
display: block;
}
.box_3 .input_box input{
width: 397px;
height: 35px;
border: 1px solid #C4C4C5;
outline: none;
padding: 0px 10px;
}
.box_3 .input_box input:focus{
border: 1px solid #5FA4FF;
}
.box_3 .input_box .messageName{
float: left;
}
.box_3 .input_box .messageTelephone{
float: right;
}
.box_3 .input_box .messageText{
clear: both;
width: 100%;
max-width: 100%;
min-width: 100%;
min-height: 84px;
margin: 23px 0px 22px;
border: 1px solid #C4C4C5;
outline: none;
padding: 10px;
overflow:hidden;
}
.box_3 .input_box .messageText:focus{
border: 1px solid #5FA4FF;
}
.box_3 .input_box .box3_btn{
width: 100%;
height: 37px;
background: #5FA4FF;
color: #FEFEFE;
font-size: 12px;
border: none;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.box_3 .input_box .box3_btn:hover{
background: #1c6cd6;
}
.box_3 .box_list>li{
display: inline-block;
min-width: 185px;
padding: 19px 23px 17px;
font-size: 12px;
color: #000011;
}
.box_3 .box_list>li:not(:first-child){
border-left: 1px solid #EBEBEB;
}
.box_3 .box_list>li>div{
margin: 0px 0px 25px 0px;
}
.box_3 .box_list>li i{
font-size: 32px;
color: #5592CE;
} | 0.106644 | 0.065187 |
.recadrer_mot{
padding-left: 46px;
}
#liens_abscences {
height: 0px;
margin:0;
border: 1px solid white;
}
.texte_gris {
color: #9A9A9A;
}
.texte_font {
color: #9A9A9A;
font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
}
.paraf {
padding-bottom: 2%;
padding-left: 2%;
padding-top: 1%;
padding-right: 2%;
}
.texte_blue{
color: #428bca
}
.title {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
text-align: center;
}
#effet_bloc1 {
height: 60px;
}
#effet_bloc2 {
height: 60px;
}
#effet_bloc1:hover {
box-shadow: 1px 1px 12px #555;
}
#effet_bloc2:hover {
box-shadow: 1px 1px 12px #555;
}
.centrer_texte {
text-align: center;
}
#mode_extraction {
position: relative; /* on positionne le conteneur */
margin-top: auto;
margin-left: auto;
padding-bottom: 15px;
width: 86%;
text-align: center;
visibility: hidden;
}
#selection_filiere_promo {
visibility: hidden;
}
#centrer_ajout_admin {
margin-left: auto;
margin-right: auto;
width: 60%;
}
.centrer_contenu {
position: relative; /* on positionne le conteneur */
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
width: 70%;
text-align: center;
border:1px solid darkgrey;
border-radius : 5px 4px 3px 2px;
margin-bottom: 50px;
}
.centrer_contenu2 {
position: relative; /* on positionne le conteneur */
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
text-align: center;
border:1px solid darkgrey;
border-radius : 5px 4px 3px 2px;
margin-bottom: 20px;
}
.centrer_contenu3 {
position: relative; /* on positionne le conteneur */
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.rouge{
background-color: red;
}
.rouge-texte {
color: red;
}
.vert{
background-color: greenyellow;
}
#reduire_espace {
margin: 10%;
}
#espace_boutton_ajout{
margin-left: auto;
margin-right: auto;
margin-top: 15px;
width: 60%
}
.intro-header {
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
padding-bottom: 50px;
text-align: center;
color: #f8f8f8;
background: url("../images/redirection.jpg") no-repeat center center;
}
.intro-message {
position: relative;
}
.banner {
margin-bottom: 20px;
background: url("../images/banner.jpg") no-repeat center center;
}
#affichage_cour_promotion{
visibility: hidden;
}
.modules {
-moz-box-shadow:inset 2px 25px 18px -15px #bfcae6;
-webkit-box-shadow:inset 2px 25px 18px -15px #bfcae6;
box-shadow:inset 2px 25px 18px -15px #bfcae6;
background-color:#f2edf2;
-moz-border-radius:38px;
-webkit-border-radius:38px;
border-radius:38px;
border:3px solid #edf0f7;
display:inline-block;
cursor:pointer;
color:#8097f5;
font-family:Trebuchet MS;
font-size:21px;
padding:32px 53px;
text-decoration:none;
text-shadow:0px -1px 2px #e8e8e8;
}
.modules:hover {
background-color:#f2edf2;
}
.modules:active {
position:relative;
top:1px;
}
.myulpoad {
-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
box-shadow:inset 0px 1px 0px 0px #97c4fe;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
background-color:#3d94f6;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #337fed;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:17px;
font-weight:bold;
text-align: center;
padding:12px 76px ;
text-decoration:none;
text-shadow:0px 1px 0px #1570cd;
}
.myulpoad:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
background-color:#1e62d0;
}
.myulpoad:active {
position:relative;
top:1px;
}
.separator {
border-right: 1px solid #dfdfe0;
}
.icon-btn-save {
padding-top: 0;
padding-bottom: 0;
}
.input-group {
margin-bottom:10px;
}
.btn-save-label {
position: relative;
left: -12px;
display: inline-block;
padding: 6px 12px;
background: rgba(0,0,0,0.15);
border-radius: 3px 0 0 3px;
}
.myMDP {
-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
box-shadow:inset 0px 1px 0px 0px #54a3f7;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
background-color:#007dc1;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #124d77;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:13px;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #154682;
text-align: center;
}
.myMDP :hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
background-color:#0061a7;
}
.myMDP :active {
position:relative;
top:1px;
}
.inline {
display: inline-block;
}
label {
min-width: 120px;
}
.titleprghp {
background:#555;
height: 46px;
color: #000;
font-size: 23px;
height: 46px;
line-height: 40px;
padding: 0 0 0 20px;
margin: 20px 0 20px;
}
.card {
border: 1px solid #CCC;
border-radius: 3px;
text-align: center;
background-color: whitesmoke;
color: black;
font-size: 11px;
}
.chargement{
position: fixed;
bottom: 0px;
right: 0px;
width: 20%;
padding: 5px 10px 5px 10px;
border: 1px solid black;
background: white;
} | public/stylesheets/main.css | .recadrer_mot{
padding-left: 46px;
}
#liens_abscences {
height: 0px;
margin:0;
border: 1px solid white;
}
.texte_gris {
color: #9A9A9A;
}
.texte_font {
color: #9A9A9A;
font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
}
.paraf {
padding-bottom: 2%;
padding-left: 2%;
padding-top: 1%;
padding-right: 2%;
}
.texte_blue{
color: #428bca
}
.title {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
text-align: center;
}
#effet_bloc1 {
height: 60px;
}
#effet_bloc2 {
height: 60px;
}
#effet_bloc1:hover {
box-shadow: 1px 1px 12px #555;
}
#effet_bloc2:hover {
box-shadow: 1px 1px 12px #555;
}
.centrer_texte {
text-align: center;
}
#mode_extraction {
position: relative; /* on positionne le conteneur */
margin-top: auto;
margin-left: auto;
padding-bottom: 15px;
width: 86%;
text-align: center;
visibility: hidden;
}
#selection_filiere_promo {
visibility: hidden;
}
#centrer_ajout_admin {
margin-left: auto;
margin-right: auto;
width: 60%;
}
.centrer_contenu {
position: relative; /* on positionne le conteneur */
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
width: 70%;
text-align: center;
border:1px solid darkgrey;
border-radius : 5px 4px 3px 2px;
margin-bottom: 50px;
}
.centrer_contenu2 {
position: relative; /* on positionne le conteneur */
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
text-align: center;
border:1px solid darkgrey;
border-radius : 5px 4px 3px 2px;
margin-bottom: 20px;
}
.centrer_contenu3 {
position: relative; /* on positionne le conteneur */
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.rouge{
background-color: red;
}
.rouge-texte {
color: red;
}
.vert{
background-color: greenyellow;
}
#reduire_espace {
margin: 10%;
}
#espace_boutton_ajout{
margin-left: auto;
margin-right: auto;
margin-top: 15px;
width: 60%
}
.intro-header {
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
padding-bottom: 50px;
text-align: center;
color: #f8f8f8;
background: url("../images/redirection.jpg") no-repeat center center;
}
.intro-message {
position: relative;
}
.banner {
margin-bottom: 20px;
background: url("../images/banner.jpg") no-repeat center center;
}
#affichage_cour_promotion{
visibility: hidden;
}
.modules {
-moz-box-shadow:inset 2px 25px 18px -15px #bfcae6;
-webkit-box-shadow:inset 2px 25px 18px -15px #bfcae6;
box-shadow:inset 2px 25px 18px -15px #bfcae6;
background-color:#f2edf2;
-moz-border-radius:38px;
-webkit-border-radius:38px;
border-radius:38px;
border:3px solid #edf0f7;
display:inline-block;
cursor:pointer;
color:#8097f5;
font-family:Trebuchet MS;
font-size:21px;
padding:32px 53px;
text-decoration:none;
text-shadow:0px -1px 2px #e8e8e8;
}
.modules:hover {
background-color:#f2edf2;
}
.modules:active {
position:relative;
top:1px;
}
.myulpoad {
-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
box-shadow:inset 0px 1px 0px 0px #97c4fe;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
background-color:#3d94f6;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #337fed;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:17px;
font-weight:bold;
text-align: center;
padding:12px 76px ;
text-decoration:none;
text-shadow:0px 1px 0px #1570cd;
}
.myulpoad:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
background-color:#1e62d0;
}
.myulpoad:active {
position:relative;
top:1px;
}
.separator {
border-right: 1px solid #dfdfe0;
}
.icon-btn-save {
padding-top: 0;
padding-bottom: 0;
}
.input-group {
margin-bottom:10px;
}
.btn-save-label {
position: relative;
left: -12px;
display: inline-block;
padding: 6px 12px;
background: rgba(0,0,0,0.15);
border-radius: 3px 0 0 3px;
}
.myMDP {
-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
box-shadow:inset 0px 1px 0px 0px #54a3f7;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
background-color:#007dc1;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #124d77;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:13px;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #154682;
text-align: center;
}
.myMDP :hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
background-color:#0061a7;
}
.myMDP :active {
position:relative;
top:1px;
}
.inline {
display: inline-block;
}
label {
min-width: 120px;
}
.titleprghp {
background:#555;
height: 46px;
color: #000;
font-size: 23px;
height: 46px;
line-height: 40px;
padding: 0 0 0 20px;
margin: 20px 0 20px;
}
.card {
border: 1px solid #CCC;
border-radius: 3px;
text-align: center;
background-color: whitesmoke;
color: black;
font-size: 11px;
}
.chargement{
position: fixed;
bottom: 0px;
right: 0px;
width: 20%;
padding: 5px 10px 5px 10px;
border: 1px solid black;
background: white;
} | 0.509764 | 0.127761 |
.mb-25 {
margin-bottom: 12px !important;
}
.mt-6 {
margin-top: 60px !important;
}
.mb-6 {
margin-bottom: 40px !important;
}
.ukuran-ikon{
font-size: 75px;
}
.page-item:first-child .page-link {
width: 60px !important;
}
.page-item:last-child .page-link {
width: 60px !important;
}
.img-lingkaran{
border-radius:100%;
}
.image-thumb{
width: 100%;
height:240px;
object-fit: cover;
}
@media (max-width: 1199px) and (min-width: 992px){
.image-thumb {
max-width: 100%;
height: 190px !important;
object-fit: cover;
}
}
@media (max-width: 991px) and (min-width: 768px){
.image-thumb {
max-width: 100%;
height: 150px !important;
object-fit: cover;
}
}
@media (max-width: 767px) and (min-width: 576px){
.image-thumb {
max-width: 100%;
height: 190px !important;
object-fit: cover;
}
}
@media (max-width: 575px){
.image-thumb {
max-width: 100%;
height: 290px !important;
object-fit: cover;
}
}
.image-thumbn{
width: 100%;
height:240px;
object-fit: cover;
}
@media (max-width:575px){
.image-thumbn{
width: 100%;
height:330px;
object-fit: cover;
}
}
@media (min-width:576px){
.image-thumbn{
width: 100% !important;
height:203px !important;
object-fit: cover !important;
}
}
@media (min-width:900px){
.image-thumbn{
width: 100% !important;
height:240px !important;
object-fit: cover !important;
}
}
.img-laporan{
width: 100%;
height:240px;
object-fit: cover;
}
@media (max-width:575px){
.img-laporan{
width: 100%;
height:330px;
object-fit: cover;
}
}
@media (min-width:576px){
.img-laporan{
width: 100% !important;
height:203px !important;
object-fit: cover !important;
}
}
@media (min-width:900px){
.img-laporan{
width: 100% !important;
height:240px !important;
object-fit: cover !important;
}
}
.btn-kastem{
border-radius: 15px;
min-width: 114px;
height: 35px;
border-radius: 100px;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
position: relative;
font-family: 'Poppins', sans-serif;
text-decoration: none !important;
outline: none !important;
white-space: nowrap;
vertical-align: middle;
display: inline-block;
user-select: none;
border: 1px solid transparent;
/* margin-left: 10px; */
margin-top: -2px;
transition: ease all 0.5s;
background-color:#039ee3;
color: #fff;
}
.a-kastem{
border-radius: 15px;
min-width: 114px;
height: 35px;
border-radius: 100px;
padding: 3px;
text-align: center;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
position: relative;
font-family: 'Poppins', sans-serif;
text-decoration: none !important;
outline: none !important;
white-space: nowrap;
vertical-align: middle;
display: inline-block;
user-select: none;
border: 1px solid transparent;
/* margin-left: 10px; */
margin-top: 1px;
margin-bottom: 1px;
transition: ease all 0.5s;
background-color:#039ee3;
color: #fff;
}
.a-kastem-a{
border-radius: 15px;
min-width: 114px;
height: 35px;
border-radius: 100px;
padding: 3px;
text-align: center;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
position: relative;
font-family: 'Poppins', sans-serif;
text-decoration: none !important;
outline: none !important;
white-space: nowrap;
vertical-align: middle;
display: inline-block;
user-select: none;
border: 1px solid transparent;
/* margin-left: 10px; */
margin-top: 1px;
margin-bottom: 1px;
transition: ease all 0.5s;
background-color:#30e303;
color: #fff;
}
.a-kastem-b{
border-radius: 15px;
min-width: 114px;
height: 35px;
border-radius: 100px;
padding: 3px;
text-align: center;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
position: relative;
font-family: 'Poppins', sans-serif;
text-decoration: none !important;
outline: none !important;
white-space: nowrap;
vertical-align: middle;
display: inline-block;
user-select: none;
border: 1px solid transparent;
/* margin-left: 10px; */
margin-top: 1px;
margin-bottom: 1px;
transition: ease all 0.5s;
background-color:#ffb700;
color: #fff;
}
.detail-kastem{
min-width: 114px;
height: 35px;
border-radius: 0px;
padding: 3px;
text-align: center;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
position: relative;
font-family: 'Poppins', sans-serif;
text-decoration: none !important;
outline: none !important;
white-space: nowrap;
vertical-align: middle;
display: inline-block;
user-select: none;
border: 1px solid transparent;
/* margin-left: 10px; */
margin-top: 1px;
margin-bottom: 1px;
transition: ease all 0.5s;
background-color:#039ee3;
color: #fff;
}
.btn-kastem:hover{
background: #252525;
color: #fff;
}
.a-kastem:hover{
background: #252525;
color: #fff;
cursor: pointer;
}
.a-kastem-a:hover{
background: #252525;
color: #fff;
cursor: pointer;
}
.a-kastem-b:hover{
background: #252525;
color: #fff;
cursor: pointer;
}
.detail-kastem:hover{
background: #252525;
color: #fff;
cursor: pointer;
}
.btn-kastem:not(:disabled):not(.disabled) {
cursor: pointer;
}
.judul-sop{
display: inline-block;
border-bottom: 3px solid #039ee3;
padding-right: 20px;
margin-top:17px;
margin-bottom:10px;
}
.judul-info{
border-bottom: 3px solid #039ee3;
padding-right: 20px;
margin-top:17px;
margin-bottom:10px;
}
.vcenter {
display: flex;
align-items: center;
}
/*-------------------------------*/
/* Code snippet by */
/* @maridlcrmn */
/*-------------------------------*/
section {
padding-top: 100px;
padding-bottom: 100px;
}
.quote {
color: rgba(0,0,0,.1);
text-align: center;
margin-bottom: 30px;
}
/*-------------------------------*/
/* Carousel Fade Transition */
/*-------------------------------*/
#fade-quote-carousel.carousel {
padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
opacity: 1;
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
background-color: #e84a64;
border: none;
}
#fade-quote-carousel blockquote {
text-align: center;
border: none;
}
#fade-quote-carousel .profile-circle {
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 100px;
}
/* p {
line-height: 29px !important;
} */
.border-gambar{
border: 5px solid;
border-color: white;
box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.8) !important;
}
.teks-hover-biru:hover{
color: #039ee3;
}
.img-opacity:hover{
filter: opacity(50%);
}
.img-opacity{
transition: 0.5s;
}
.img-transition-a{
transition: 0.5s;
}
.grey-light-bg {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
background: #fff;
transition: 0.3s;
}
.grey-light-bga {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
background: #fff;
/* transition: 0.3s; */
}
.grey-light-bg:hover {
box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.8) !important;
}
.shipping-cont {
padding: 8px 17px 10px 17px !important;
}
.heading-line {
position: relative;
padding: 5px;
background: url('https://www.bivio.com/uwcmc/file/public/header-background.png') repeat-x scroll 0 0;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}
.textku>p {
line-height: 27px !important;
/* margin-bottom: 0px !important; */
}
.textku>table {
line-height: 27px !important;
}
.textku>ol {
line-height: 27px !important;
}
.texta>table {
line-height: 23px !important;
}
.post-content>p {
line-height: 27px !important;
/* margin-bottom: 0px !important; */
}
.padd>td{
padding-left: 20px !important;
padding-top: 20px !important;
}
.padd>td{
padding-left: 20px !important;
padding-top: 20px !important;
}
/* GALLERY ------------------------------------------ */
.gallery-title
{
font-size: 36px;
color: #17a5e9;
text-align: center;
font-weight: 500;
margin-bottom: 70px;
}
.gallery-title:after {
content: "";
position: absolute;
width: 7.5%;
left: 46.5%;
height: 45px;
border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
font-size: 18px;
border: 1px solid #17a5e9;
border-radius: 5px;
text-align: center;
color: #17a5e9;
margin-bottom: 30px;
}
.filter-button:hover
{
font-size: 18px;
/* border: 1px solid #42B32F; */
border-radius: 5px;
text-align: center;
color: #ffffff;
background-color: #17a5e9;
}
.btn-default:active .filter-button:active
{
background-color: #17a5e9;
color: white;
}
.port-image
{
width: 100%;
}
.gallery_product
{
margin-bottom: 30px;
}
/* END GALLERY ------------------------- */
/*
.bstimeslider {
width:100%;
height:200px;
background:#ccc;
position:relative;
}
.bktibx {
float:left;
margin:0 40px 0 0 ;
font-size:18px;
width:100%;
display:block;
background:#000;
color:#fff;
}
#tslshow {
position:absolute;
left:0;
width:1200px;
}
#leftArrow {
width:40px;
height:40px;
background:#ff0000;
position:absolute;
left:0px;
}
#rightArrow {
width:40px;
height:40px;
background:#ff0000;
position:absolute;
right:0px;
}
#viewContainer {
width:360px;
height:100%;
background:#00ff00;
position:absolute;
left:50%;
margin-left:-180px;
overflow:hidden;
} */
.hs{
width:100%;
margin:auto;
}
.hs ul{
list-style:none;
margin:0;
padding:0;
}
.hs ul li{
width:250px;
float:left;
margin-right:12px;
}
.showcase {
/* Set it so we could calculate the offsetLeft */
position: relative;
height: 197px;
width: 100%;
/* Add scroll-bars */
overflow: auto;
float:left;
}
.left-arrow{
width:22px;
height:197px;
display:block;
margin-right:10px;
float:left;
}
.right-arrow{
width:22px;
height:197px;
display:block;
margin-left:10px;
float:left;
}
.hide-bullets{
margin-left: 0px !important;
}
/* ========= */
.card-hv{
transition: 0.5s;
/* transition: transform 0.4s; */
}
.card-hv:hover{
box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.8) !important;
border-radius: 7px;
transform: scale(1.02);
/* cursor: pointer; */
}
.ppid>table{
width:100%;
}
.spinner{
border: 10px solid #039ee3 !important;
border-right-color: #bec3c7 !important;
border-bottom-color: #bec3c7 !important;
}
.lh>p{
line-height: 25px;
}
div.lh div.list-box2 ul{
line-height: 25px !important;
}
div.lh ul{
line-height: 25px !important;
}
div.textku table tr td{
vertical-align: top;
}
div.textku table tr td p{
line-height: 27px;
margin-bottom: 1px !important;
}
div.texta table tr td{
vertical-align: top;
}
div.ppid ul{
line-height: 27px;
}
div.ppid p{
line-height: 27px;
} | assets/front/css/custom.css | .mb-25 {
margin-bottom: 12px !important;
}
.mt-6 {
margin-top: 60px !important;
}
.mb-6 {
margin-bottom: 40px !important;
}
.ukuran-ikon{
font-size: 75px;
}
.page-item:first-child .page-link {
width: 60px !important;
}
.page-item:last-child .page-link {
width: 60px !important;
}
.img-lingkaran{
border-radius:100%;
}
.image-thumb{
width: 100%;
height:240px;
object-fit: cover;
}
@media (max-width: 1199px) and (min-width: 992px){
.image-thumb {
max-width: 100%;
height: 190px !important;
object-fit: cover;
}
}
@media (max-width: 991px) and (min-width: 768px){
.image-thumb {
max-width: 100%;
height: 150px !important;
object-fit: cover;
}
}
@media (max-width: 767px) and (min-width: 576px){
.image-thumb {
max-width: 100%;
height: 190px !important;
object-fit: cover;
}
}
@media (max-width: 575px){
.image-thumb {
max-width: 100%;
height: 290px !important;
object-fit: cover;
}
}
.image-thumbn{
width: 100%;
height:240px;
object-fit: cover;
}
@media (max-width:575px){
.image-thumbn{
width: 100%;
height:330px;
object-fit: cover;
}
}
@media (min-width:576px){
.image-thumbn{
width: 100% !important;
height:203px !important;
object-fit: cover !important;
}
}
@media (min-width:900px){
.image-thumbn{
width: 100% !important;
height:240px !important;
object-fit: cover !important;
}
}
.img-laporan{
width: 100%;
height:240px;
object-fit: cover;
}
@media (max-width:575px){
.img-laporan{
width: 100%;
height:330px;
object-fit: cover;
}
}
@media (min-width:576px){
.img-laporan{
width: 100% !important;
height:203px !important;
object-fit: cover !important;
}
}
@media (min-width:900px){
.img-laporan{
width: 100% !important;
height:240px !important;
object-fit: cover !important;
}
}
.btn-kastem{
border-radius: 15px;
min-width: 114px;
height: 35px;
border-radius: 100px;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
position: relative;
font-family: 'Poppins', sans-serif;
text-decoration: none !important;
outline: none !important;
white-space: nowrap;
vertical-align: middle;
display: inline-block;
user-select: none;
border: 1px solid transparent;
/* margin-left: 10px; */
margin-top: -2px;
transition: ease all 0.5s;
background-color:#039ee3;
color: #fff;
}
.a-kastem{
border-radius: 15px;
min-width: 114px;
height: 35px;
border-radius: 100px;
padding: 3px;
text-align: center;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
position: relative;
font-family: 'Poppins', sans-serif;
text-decoration: none !important;
outline: none !important;
white-space: nowrap;
vertical-align: middle;
display: inline-block;
user-select: none;
border: 1px solid transparent;
/* margin-left: 10px; */
margin-top: 1px;
margin-bottom: 1px;
transition: ease all 0.5s;
background-color:#039ee3;
color: #fff;
}
.a-kastem-a{
border-radius: 15px;
min-width: 114px;
height: 35px;
border-radius: 100px;
padding: 3px;
text-align: center;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
position: relative;
font-family: 'Poppins', sans-serif;
text-decoration: none !important;
outline: none !important;
white-space: nowrap;
vertical-align: middle;
display: inline-block;
user-select: none;
border: 1px solid transparent;
/* margin-left: 10px; */
margin-top: 1px;
margin-bottom: 1px;
transition: ease all 0.5s;
background-color:#30e303;
color: #fff;
}
.a-kastem-b{
border-radius: 15px;
min-width: 114px;
height: 35px;
border-radius: 100px;
padding: 3px;
text-align: center;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
position: relative;
font-family: 'Poppins', sans-serif;
text-decoration: none !important;
outline: none !important;
white-space: nowrap;
vertical-align: middle;
display: inline-block;
user-select: none;
border: 1px solid transparent;
/* margin-left: 10px; */
margin-top: 1px;
margin-bottom: 1px;
transition: ease all 0.5s;
background-color:#ffb700;
color: #fff;
}
.detail-kastem{
min-width: 114px;
height: 35px;
border-radius: 0px;
padding: 3px;
text-align: center;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
position: relative;
font-family: 'Poppins', sans-serif;
text-decoration: none !important;
outline: none !important;
white-space: nowrap;
vertical-align: middle;
display: inline-block;
user-select: none;
border: 1px solid transparent;
/* margin-left: 10px; */
margin-top: 1px;
margin-bottom: 1px;
transition: ease all 0.5s;
background-color:#039ee3;
color: #fff;
}
.btn-kastem:hover{
background: #252525;
color: #fff;
}
.a-kastem:hover{
background: #252525;
color: #fff;
cursor: pointer;
}
.a-kastem-a:hover{
background: #252525;
color: #fff;
cursor: pointer;
}
.a-kastem-b:hover{
background: #252525;
color: #fff;
cursor: pointer;
}
.detail-kastem:hover{
background: #252525;
color: #fff;
cursor: pointer;
}
.btn-kastem:not(:disabled):not(.disabled) {
cursor: pointer;
}
.judul-sop{
display: inline-block;
border-bottom: 3px solid #039ee3;
padding-right: 20px;
margin-top:17px;
margin-bottom:10px;
}
.judul-info{
border-bottom: 3px solid #039ee3;
padding-right: 20px;
margin-top:17px;
margin-bottom:10px;
}
.vcenter {
display: flex;
align-items: center;
}
/*-------------------------------*/
/* Code snippet by */
/* @maridlcrmn */
/*-------------------------------*/
section {
padding-top: 100px;
padding-bottom: 100px;
}
.quote {
color: rgba(0,0,0,.1);
text-align: center;
margin-bottom: 30px;
}
/*-------------------------------*/
/* Carousel Fade Transition */
/*-------------------------------*/
#fade-quote-carousel.carousel {
padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
opacity: 1;
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
background-color: #e84a64;
border: none;
}
#fade-quote-carousel blockquote {
text-align: center;
border: none;
}
#fade-quote-carousel .profile-circle {
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 100px;
}
/* p {
line-height: 29px !important;
} */
.border-gambar{
border: 5px solid;
border-color: white;
box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.8) !important;
}
.teks-hover-biru:hover{
color: #039ee3;
}
.img-opacity:hover{
filter: opacity(50%);
}
.img-opacity{
transition: 0.5s;
}
.img-transition-a{
transition: 0.5s;
}
.grey-light-bg {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
background: #fff;
transition: 0.3s;
}
.grey-light-bga {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
background: #fff;
/* transition: 0.3s; */
}
.grey-light-bg:hover {
box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.8) !important;
}
.shipping-cont {
padding: 8px 17px 10px 17px !important;
}
.heading-line {
position: relative;
padding: 5px;
background: url('https://www.bivio.com/uwcmc/file/public/header-background.png') repeat-x scroll 0 0;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}
.textku>p {
line-height: 27px !important;
/* margin-bottom: 0px !important; */
}
.textku>table {
line-height: 27px !important;
}
.textku>ol {
line-height: 27px !important;
}
.texta>table {
line-height: 23px !important;
}
.post-content>p {
line-height: 27px !important;
/* margin-bottom: 0px !important; */
}
.padd>td{
padding-left: 20px !important;
padding-top: 20px !important;
}
.padd>td{
padding-left: 20px !important;
padding-top: 20px !important;
}
/* GALLERY ------------------------------------------ */
.gallery-title
{
font-size: 36px;
color: #17a5e9;
text-align: center;
font-weight: 500;
margin-bottom: 70px;
}
.gallery-title:after {
content: "";
position: absolute;
width: 7.5%;
left: 46.5%;
height: 45px;
border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
font-size: 18px;
border: 1px solid #17a5e9;
border-radius: 5px;
text-align: center;
color: #17a5e9;
margin-bottom: 30px;
}
.filter-button:hover
{
font-size: 18px;
/* border: 1px solid #42B32F; */
border-radius: 5px;
text-align: center;
color: #ffffff;
background-color: #17a5e9;
}
.btn-default:active .filter-button:active
{
background-color: #17a5e9;
color: white;
}
.port-image
{
width: 100%;
}
.gallery_product
{
margin-bottom: 30px;
}
/* END GALLERY ------------------------- */
/*
.bstimeslider {
width:100%;
height:200px;
background:#ccc;
position:relative;
}
.bktibx {
float:left;
margin:0 40px 0 0 ;
font-size:18px;
width:100%;
display:block;
background:#000;
color:#fff;
}
#tslshow {
position:absolute;
left:0;
width:1200px;
}
#leftArrow {
width:40px;
height:40px;
background:#ff0000;
position:absolute;
left:0px;
}
#rightArrow {
width:40px;
height:40px;
background:#ff0000;
position:absolute;
right:0px;
}
#viewContainer {
width:360px;
height:100%;
background:#00ff00;
position:absolute;
left:50%;
margin-left:-180px;
overflow:hidden;
} */
.hs{
width:100%;
margin:auto;
}
.hs ul{
list-style:none;
margin:0;
padding:0;
}
.hs ul li{
width:250px;
float:left;
margin-right:12px;
}
.showcase {
/* Set it so we could calculate the offsetLeft */
position: relative;
height: 197px;
width: 100%;
/* Add scroll-bars */
overflow: auto;
float:left;
}
.left-arrow{
width:22px;
height:197px;
display:block;
margin-right:10px;
float:left;
}
.right-arrow{
width:22px;
height:197px;
display:block;
margin-left:10px;
float:left;
}
.hide-bullets{
margin-left: 0px !important;
}
/* ========= */
.card-hv{
transition: 0.5s;
/* transition: transform 0.4s; */
}
.card-hv:hover{
box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.8) !important;
border-radius: 7px;
transform: scale(1.02);
/* cursor: pointer; */
}
.ppid>table{
width:100%;
}
.spinner{
border: 10px solid #039ee3 !important;
border-right-color: #bec3c7 !important;
border-bottom-color: #bec3c7 !important;
}
.lh>p{
line-height: 25px;
}
div.lh div.list-box2 ul{
line-height: 25px !important;
}
div.lh ul{
line-height: 25px !important;
}
div.textku table tr td{
vertical-align: top;
}
div.textku table tr td p{
line-height: 27px;
margin-bottom: 1px !important;
}
div.texta table tr td{
vertical-align: top;
}
div.ppid ul{
line-height: 27px;
}
div.ppid p{
line-height: 27px;
} | 0.264453 | 0.071106 |
@font-face{font-family: Trebuchet MS; src: url('../fonts/TrebuchetMS.ttf');}
* {
margin: 0; padding: 0;
}
html{
height: 100%;
background: url("../images/background.jpg");
background-color: rgba(1, 225, 225, 1); /*rgba(128,255,0, 0.6);*/
background-position: center;
/*background-repeat: no-repeat;*/
background-size: cover;
background-height: auto;
}
body{
background-color: transparent;
font-family: Trebuchet MS;
/*min-width: 600px;*/
}
.mui-panel{
background-color: rgba( 255, 255, 255, 0.85);
}
.footer{
min-width: 275px;
min-height: 65px;
width:100%;
/*background:#999;*/
background-color: rgba(255, 255, 255, 0.8); /* transparent;*/
position: fixed;
/*top: 20%;*/
bottom: 0%;
left: 0%;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
}
.footer .footer-content {
margin: auto;
}
/* IN-GAME */
.inGameBox{
/*width: 80%; */
/*height: 130px; */
background-color: rgba(255, 255, 255, 0.75); /* rgba(38, 196, 133, 0.75), pink, transparent; */
position: absolute;
top: 5%;
/*bottom: 0;*/
left: 5%;
right: 5%;
margin: auto;
}.startStopButtton{
font-size: 160%;
min-width: 200px;
min-height: 50px;
text-align: justify-all;
}.inGameButton{
min-width: 280px;
min-height: 100px;
width: 100%;
height: 100%;
font-size: 200%;
text-align: justify-all;
}.gamePin{
width: 240px; /*30%*/
height: 130px; /*12%*/
background-color: transparent; /* green */
position: absolute; /* absolute */
top: 30%;
/*bottom: -100px;*/
left: 30%;
right: 30%;
margin: auto;
}
/* ADMIN SECTION */
.login{
width: 260px; /*30%*/
height: 130px; /*12%*/
background-color: transparent; /* green */
position: absolute;
top: 40%;
/*bottom: 0;*/
left: 10%;
right: 10%;
margin: auto;
}.dashboardContent{
/*width: 80%; /*30%*/
/*height: 130px; /*12%*/
background-color: transparent; /* green */
position: absolute;
top: 20%;
/*bottom: 0;*/
left: 10%;
right: 10%;
margin: auto;
}
canvas {
display: block;
margin: 0;
padding: 0;
}
/*
.canvasForMatrix{
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
}*/ | styles/style.css | @font-face{font-family: Trebuchet MS; src: url('../fonts/TrebuchetMS.ttf');}
* {
margin: 0; padding: 0;
}
html{
height: 100%;
background: url("../images/background.jpg");
background-color: rgba(1, 225, 225, 1); /*rgba(128,255,0, 0.6);*/
background-position: center;
/*background-repeat: no-repeat;*/
background-size: cover;
background-height: auto;
}
body{
background-color: transparent;
font-family: Trebuchet MS;
/*min-width: 600px;*/
}
.mui-panel{
background-color: rgba( 255, 255, 255, 0.85);
}
.footer{
min-width: 275px;
min-height: 65px;
width:100%;
/*background:#999;*/
background-color: rgba(255, 255, 255, 0.8); /* transparent;*/
position: fixed;
/*top: 20%;*/
bottom: 0%;
left: 0%;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
}
.footer .footer-content {
margin: auto;
}
/* IN-GAME */
.inGameBox{
/*width: 80%; */
/*height: 130px; */
background-color: rgba(255, 255, 255, 0.75); /* rgba(38, 196, 133, 0.75), pink, transparent; */
position: absolute;
top: 5%;
/*bottom: 0;*/
left: 5%;
right: 5%;
margin: auto;
}.startStopButtton{
font-size: 160%;
min-width: 200px;
min-height: 50px;
text-align: justify-all;
}.inGameButton{
min-width: 280px;
min-height: 100px;
width: 100%;
height: 100%;
font-size: 200%;
text-align: justify-all;
}.gamePin{
width: 240px; /*30%*/
height: 130px; /*12%*/
background-color: transparent; /* green */
position: absolute; /* absolute */
top: 30%;
/*bottom: -100px;*/
left: 30%;
right: 30%;
margin: auto;
}
/* ADMIN SECTION */
.login{
width: 260px; /*30%*/
height: 130px; /*12%*/
background-color: transparent; /* green */
position: absolute;
top: 40%;
/*bottom: 0;*/
left: 10%;
right: 10%;
margin: auto;
}.dashboardContent{
/*width: 80%; /*30%*/
/*height: 130px; /*12%*/
background-color: transparent; /* green */
position: absolute;
top: 20%;
/*bottom: 0;*/
left: 10%;
right: 10%;
margin: auto;
}
canvas {
display: block;
margin: 0;
padding: 0;
}
/*
.canvasForMatrix{
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
}*/ | 0.369656 | 0.051035 |
.fl-font-size-70,.fl-font-size-70 body,.fl-font-size-70 input,.fl-font-size-70 select,.fl-font-size-70 textarea{font-size:.7em!important;line-height:1em!important;}
.fl-font-size-80,.fl-font-size-80 body,.fl-font-size-80 input,.fl-font-size-80 select,.fl-font-size-80 textarea{font-size:.8em!important;line-height:1.1em!important;}
.fl-font-size-90,.fl-font-size-90 body,.fl-font-size-90 input,.fl-font-size-90 select,.fl-font-size-90 textarea{font-size:.9em!important;line-height:1.2em!important;}
.fl-font-size-100,.fl-font-size-100 body,.fl-font-size-100 input,.fl-font-size-100 select,.fl-font-size-100 textarea{font-size:1em!important;line-height:1.3em!important;}
.fl-font-size-110,.fl-font-size-110 body,.fl-font-size-110 input,.fl-font-size-110 select,.fl-font-size-110 textarea{font-size:1.1em!important;line-height:1.4em!important;}
.fl-font-size-120,.fl-font-size-120 body,.fl-font-size-120 input,.fl-font-size-120 select,.fl-font-size-120 textarea{font-size:1.2em!important;line-height:1.5em!important;}
.fl-font-size-130,.fl-font-size-130 body,.fl-font-size-130 input,.fl-font-size-130 select,.fl-font-size-130 textarea{font-size:1.3em!important;line-height:1.6em!important;}
.fl-font-size-140,.fl-font-size-140 body,.fl-font-size-140 input,.fl-font-size-140 select,.fl-font-size-140 textarea{font-size:1.4em!important;line-height:1.7em!important;}
.fl-font-size-150,.fl-font-size-150 body,.fl-font-size-150 input,.fl-font-size-150 select,.fl-font-size-150 textarea{font-size:1.5em!important;line-height:1.8em!important;}
@media screen and(-webkit-min-device-pixel-ratio:0){*[class~='fl-font-size-70'] input[type=submit],*[class~='fl-font-size-70'] input[type=button]{padding:0 1em;}
*[class~='fl-font-size-80'] input[type=submit],*[class~='fl-font-size-80'] input[type=button]{font-size:.8em!important;padding:0 1em;}
*[class~='fl-font-size-90'] input[type=submit],*[class~='fl-font-size-90'] input[type=button]{font-size:.9em!important;padding:0 1em;}
*[class~='fl-font-size-100'] input[type=submit],*[class~='fl-font-size-100'] input[type=button]{font-size:1em!important;padding:0 1em;}
*[class~='fl-font-size-110'] input[type=submit],*[class~='fl-font-size-110'] input[type=button]{background-color:#fff;font-size:1.1em!important;padding:0 1em;}
*[class~='fl-font-size-120'] input[type=submit],*[class~='fl-font-size-120'] input[type=button]{background-color:#fff;font-size:1.2em!important;padding:0 1em;}
*[class~='fl-font-size-130'] input[type=submit],*[class~='fl-font-size-130'] input[type=button]{background-color:#fff;font-size:1.3em!important;padding:0 1em;}
*[class~='fl-font-size-140'] input[type=submit],*[class~='fl-font-size-140'] input[type=button]{background-color:#fff;font-size:1.4em!important;padding:0 1em;}
*[class~='fl-font-size-150'] input[type=submit],*[class~='fl-font-size-150'] input[type=button]{background-color:#fff;font-size:1.5em!important;padding:0 1em;}
}
.fl-font-serif,.fl-font-serif *{font-family:Georgia,Times,"Times New Roman","Book Antiqua",serif!important;}
.fl-font-sans,.fl-font-sans *{font-family:Tahoma,Verdana,Helvetica,sans-serif!important;}
.fl-font-monospace,.fl-font-monospace *{font-family:"Courier New,Courier",monospace!important;}
.fl-font-arial,.fl-font-arial *{font-family:"Arial"!important;}
.fl-font-verdana,.fl-font-verdana *{font-family:"Verdana"!important;}
.fl-font-times,.fl-font-times *{font-family:Georgia,Times,"Times New Roman",serif!important;}
.fl-font-courier,.fl-font-courier *{font-family:"Courier New",Courier,monospace!important;}
.fl-text-align-left{text-align:left;}
.fl-text-align-right{text-align:right;}
.fl-text-align-center{text-align:center;}
.fl-text-align-justify{text-align:justify;}
.fl-font-aqua{color:aqua;}
.fl-font-black{color:black;}
.fl-font-blue{color:blue;}
.fl-font-fuchsia{color:fuchsia;}
.fl-font-gray{color:gray;}
.fl-font-green{color:green;}
.fl-font-lime{color:lime;}
.fl-font-maroon{color:maroon;}
.fl-font-navy{color:navy;}
.fl-font-olive{color:olive;}
.fl-font-purple{color:purple;}
.fl-font-red{color:red;}
.fl-font-silver{color:silver;}
.fl-font-teal{color:teal;}
.fl-font-white{color:white;}
.fl-font-yellow{color:yellow;}
.fl-font-spacing-0,.fl-font-spacing-0 body,.fl-font-spacing-0 input,.fl-font-spacing-0 select,.fl-font-spacing-0 textarea{letter-spacing:0;}
.fl-font-spacing-1,.fl-font-spacing-1 body,.fl-font-spacing-1 input,.fl-font-spacing-1 select,.fl-font-spacing-1 textarea{letter-spacing:.1em;}
.fl-font-spacing-2,.fl-font-spacing-2 body,.fl-font-spacing-2 input,.fl-font-spacing-2 select,.fl-font-spacing-2 textarea{letter-spacing:.2em;}
.fl-font-spacing-3,.fl-font-spacing-3 body,.fl-font-spacing-3 input,.fl-font-spacing-3 select,.fl-font-spacing-3 textarea{letter-spacing:.3em;}
.fl-font-spacing-4,.fl-font-spacing-4 body,.fl-font-spacing-4 input,.fl-font-spacing-4 select,.fl-font-spacing-4 textarea{letter-spacing:.4em;}
.fl-font-spacing-5,.fl-font-spacing-5 body,.fl-font-spacing-5 input,.fl-font-spacing-5 select,.fl-font-spacing-5 textarea{letter-spacing:.5em;}
.fl-font-spacing-6,.fl-font-spacing-6 body,.fl-font-spacing-6 input,.fl-font-spacing-6 select,.fl-font-spacing-6 textarea{letter-spacing:.6em;} | uportal-war/src/main/webapp/media/skins/universality/common/css/fluid/fluid.text.css | .fl-font-size-70,.fl-font-size-70 body,.fl-font-size-70 input,.fl-font-size-70 select,.fl-font-size-70 textarea{font-size:.7em!important;line-height:1em!important;}
.fl-font-size-80,.fl-font-size-80 body,.fl-font-size-80 input,.fl-font-size-80 select,.fl-font-size-80 textarea{font-size:.8em!important;line-height:1.1em!important;}
.fl-font-size-90,.fl-font-size-90 body,.fl-font-size-90 input,.fl-font-size-90 select,.fl-font-size-90 textarea{font-size:.9em!important;line-height:1.2em!important;}
.fl-font-size-100,.fl-font-size-100 body,.fl-font-size-100 input,.fl-font-size-100 select,.fl-font-size-100 textarea{font-size:1em!important;line-height:1.3em!important;}
.fl-font-size-110,.fl-font-size-110 body,.fl-font-size-110 input,.fl-font-size-110 select,.fl-font-size-110 textarea{font-size:1.1em!important;line-height:1.4em!important;}
.fl-font-size-120,.fl-font-size-120 body,.fl-font-size-120 input,.fl-font-size-120 select,.fl-font-size-120 textarea{font-size:1.2em!important;line-height:1.5em!important;}
.fl-font-size-130,.fl-font-size-130 body,.fl-font-size-130 input,.fl-font-size-130 select,.fl-font-size-130 textarea{font-size:1.3em!important;line-height:1.6em!important;}
.fl-font-size-140,.fl-font-size-140 body,.fl-font-size-140 input,.fl-font-size-140 select,.fl-font-size-140 textarea{font-size:1.4em!important;line-height:1.7em!important;}
.fl-font-size-150,.fl-font-size-150 body,.fl-font-size-150 input,.fl-font-size-150 select,.fl-font-size-150 textarea{font-size:1.5em!important;line-height:1.8em!important;}
@media screen and(-webkit-min-device-pixel-ratio:0){*[class~='fl-font-size-70'] input[type=submit],*[class~='fl-font-size-70'] input[type=button]{padding:0 1em;}
*[class~='fl-font-size-80'] input[type=submit],*[class~='fl-font-size-80'] input[type=button]{font-size:.8em!important;padding:0 1em;}
*[class~='fl-font-size-90'] input[type=submit],*[class~='fl-font-size-90'] input[type=button]{font-size:.9em!important;padding:0 1em;}
*[class~='fl-font-size-100'] input[type=submit],*[class~='fl-font-size-100'] input[type=button]{font-size:1em!important;padding:0 1em;}
*[class~='fl-font-size-110'] input[type=submit],*[class~='fl-font-size-110'] input[type=button]{background-color:#fff;font-size:1.1em!important;padding:0 1em;}
*[class~='fl-font-size-120'] input[type=submit],*[class~='fl-font-size-120'] input[type=button]{background-color:#fff;font-size:1.2em!important;padding:0 1em;}
*[class~='fl-font-size-130'] input[type=submit],*[class~='fl-font-size-130'] input[type=button]{background-color:#fff;font-size:1.3em!important;padding:0 1em;}
*[class~='fl-font-size-140'] input[type=submit],*[class~='fl-font-size-140'] input[type=button]{background-color:#fff;font-size:1.4em!important;padding:0 1em;}
*[class~='fl-font-size-150'] input[type=submit],*[class~='fl-font-size-150'] input[type=button]{background-color:#fff;font-size:1.5em!important;padding:0 1em;}
}
.fl-font-serif,.fl-font-serif *{font-family:Georgia,Times,"Times New Roman","Book Antiqua",serif!important;}
.fl-font-sans,.fl-font-sans *{font-family:Tahoma,Verdana,Helvetica,sans-serif!important;}
.fl-font-monospace,.fl-font-monospace *{font-family:"Courier New,Courier",monospace!important;}
.fl-font-arial,.fl-font-arial *{font-family:"Arial"!important;}
.fl-font-verdana,.fl-font-verdana *{font-family:"Verdana"!important;}
.fl-font-times,.fl-font-times *{font-family:Georgia,Times,"Times New Roman",serif!important;}
.fl-font-courier,.fl-font-courier *{font-family:"Courier New",Courier,monospace!important;}
.fl-text-align-left{text-align:left;}
.fl-text-align-right{text-align:right;}
.fl-text-align-center{text-align:center;}
.fl-text-align-justify{text-align:justify;}
.fl-font-aqua{color:aqua;}
.fl-font-black{color:black;}
.fl-font-blue{color:blue;}
.fl-font-fuchsia{color:fuchsia;}
.fl-font-gray{color:gray;}
.fl-font-green{color:green;}
.fl-font-lime{color:lime;}
.fl-font-maroon{color:maroon;}
.fl-font-navy{color:navy;}
.fl-font-olive{color:olive;}
.fl-font-purple{color:purple;}
.fl-font-red{color:red;}
.fl-font-silver{color:silver;}
.fl-font-teal{color:teal;}
.fl-font-white{color:white;}
.fl-font-yellow{color:yellow;}
.fl-font-spacing-0,.fl-font-spacing-0 body,.fl-font-spacing-0 input,.fl-font-spacing-0 select,.fl-font-spacing-0 textarea{letter-spacing:0;}
.fl-font-spacing-1,.fl-font-spacing-1 body,.fl-font-spacing-1 input,.fl-font-spacing-1 select,.fl-font-spacing-1 textarea{letter-spacing:.1em;}
.fl-font-spacing-2,.fl-font-spacing-2 body,.fl-font-spacing-2 input,.fl-font-spacing-2 select,.fl-font-spacing-2 textarea{letter-spacing:.2em;}
.fl-font-spacing-3,.fl-font-spacing-3 body,.fl-font-spacing-3 input,.fl-font-spacing-3 select,.fl-font-spacing-3 textarea{letter-spacing:.3em;}
.fl-font-spacing-4,.fl-font-spacing-4 body,.fl-font-spacing-4 input,.fl-font-spacing-4 select,.fl-font-spacing-4 textarea{letter-spacing:.4em;}
.fl-font-spacing-5,.fl-font-spacing-5 body,.fl-font-spacing-5 input,.fl-font-spacing-5 select,.fl-font-spacing-5 textarea{letter-spacing:.5em;}
.fl-font-spacing-6,.fl-font-spacing-6 body,.fl-font-spacing-6 input,.fl-font-spacing-6 select,.fl-font-spacing-6 textarea{letter-spacing:.6em;} | 0.23231 | 0.122444 |
html {
border: 0;
margin: 0;
padding: 0;
font-family: monospace;
font-size: 20px;
color: white;
}
* {
box-sizing: border-box;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.splash-screen {
position: absolute;
transition: opacity 2s;
}
.game-frame {
position: absolute;
width: 860px;
height: 574px;
}
.day-and-location {
position: absolute;
right: 0;
top: 0;
width: 200px;
height: 80px;
color: #fff;
text-align: center;
padding: 13px;
text-shadow: 1px 1px 4px black;
}
.day {
font-weight: bold;
font-size: 26px;
}
.meters {
position: absolute;
left: 0;
bottom: 0;
padding: 10px 20px;
width: 400px;
height: 130px;
text-shadow: 1px 1px 4px black;
}
.meter {
border: 1px solid rgba(0, 0, 0, 0.7);
border-radius: 5px;
width: 100%;
height: 25px;
background: rgba(255, 255, 255, 0.5);
margin: auto;
margin-top: 5px;
}
.bar {
border-radius: 5px;
height: 100%;
width: 60%;
}
.energy-bar {
background: rgb(181,216,166);
background: linear-gradient(to bottom, rgba(181,216,166,1) 0%,rgba(181,216,166,1) 49%,rgba(146,197,122,1) 51%,rgba(146,197,122,1) 100%,rgba(146,197,122,1) 100%);
}
.mood-bar {
background: rgb(163,193,246);
background: linear-gradient(to bottom, rgba(163,193,246,1) 0%,rgba(163,193,246,1) 49%,rgba(107,156,238,1) 51%,rgba(107,156,238,1) 100%);
}
.message-box {
position: absolute;
color: black;
background: rgba(255, 255, 255, 0.7);
border-radius: 10px;
top: 100px;
bottom: 150px;
left: 0;
right: 0;
width: 80%;
margin: auto;
padding: 10px;
padding-top: 15px;
font-family: 'Josefin Slab', sans-serif;
font-size: 24px;
line-height: 1.4em;
}
.choices {
position: absolute;
width: 100%;
bottom: 0;
}
.choice {
width: 80%;
background: rgba(0, 0, 0, 0.7);
border-radius: 5px;
color: white;
margin: 10px auto;
text-align: center;
padding: 5px;
cursor: pointer;
}
.choice:hover {
background: rgba(0, 0, 0, 0.5);
}
.done {
position: absolute;
border-radius: 10px;
box-shadow: 0 5px 20px #444;
padding: 25px;
padding-top: 40px;
width: 710px;
height: 350px;
left: 80px;
top: 100px;
background: #000;
font-family: 'Josefin Slab', sans-serif;
font-size: 32px;
line-height: 1.4em;
text-align: center;
display: none;
}
.restart {
position: absolute;
width: 50%;
left: 0;
right: 0;
bottom: 20px;
margin: auto;
background: rgba(255, 255, 255, 0.3);
}
.restart:hover {
background: rgba(255, 255, 255, 0.5);
}
.out-of-energy {
display: none;
}
.out-of-mood {
display: none;
}
.end-screen {
pointer-events: none;
position: absolute;
transition: opacity 2s;
} | styles.css | html {
border: 0;
margin: 0;
padding: 0;
font-family: monospace;
font-size: 20px;
color: white;
}
* {
box-sizing: border-box;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.splash-screen {
position: absolute;
transition: opacity 2s;
}
.game-frame {
position: absolute;
width: 860px;
height: 574px;
}
.day-and-location {
position: absolute;
right: 0;
top: 0;
width: 200px;
height: 80px;
color: #fff;
text-align: center;
padding: 13px;
text-shadow: 1px 1px 4px black;
}
.day {
font-weight: bold;
font-size: 26px;
}
.meters {
position: absolute;
left: 0;
bottom: 0;
padding: 10px 20px;
width: 400px;
height: 130px;
text-shadow: 1px 1px 4px black;
}
.meter {
border: 1px solid rgba(0, 0, 0, 0.7);
border-radius: 5px;
width: 100%;
height: 25px;
background: rgba(255, 255, 255, 0.5);
margin: auto;
margin-top: 5px;
}
.bar {
border-radius: 5px;
height: 100%;
width: 60%;
}
.energy-bar {
background: rgb(181,216,166);
background: linear-gradient(to bottom, rgba(181,216,166,1) 0%,rgba(181,216,166,1) 49%,rgba(146,197,122,1) 51%,rgba(146,197,122,1) 100%,rgba(146,197,122,1) 100%);
}
.mood-bar {
background: rgb(163,193,246);
background: linear-gradient(to bottom, rgba(163,193,246,1) 0%,rgba(163,193,246,1) 49%,rgba(107,156,238,1) 51%,rgba(107,156,238,1) 100%);
}
.message-box {
position: absolute;
color: black;
background: rgba(255, 255, 255, 0.7);
border-radius: 10px;
top: 100px;
bottom: 150px;
left: 0;
right: 0;
width: 80%;
margin: auto;
padding: 10px;
padding-top: 15px;
font-family: 'Josefin Slab', sans-serif;
font-size: 24px;
line-height: 1.4em;
}
.choices {
position: absolute;
width: 100%;
bottom: 0;
}
.choice {
width: 80%;
background: rgba(0, 0, 0, 0.7);
border-radius: 5px;
color: white;
margin: 10px auto;
text-align: center;
padding: 5px;
cursor: pointer;
}
.choice:hover {
background: rgba(0, 0, 0, 0.5);
}
.done {
position: absolute;
border-radius: 10px;
box-shadow: 0 5px 20px #444;
padding: 25px;
padding-top: 40px;
width: 710px;
height: 350px;
left: 80px;
top: 100px;
background: #000;
font-family: 'Josefin Slab', sans-serif;
font-size: 32px;
line-height: 1.4em;
text-align: center;
display: none;
}
.restart {
position: absolute;
width: 50%;
left: 0;
right: 0;
bottom: 20px;
margin: auto;
background: rgba(255, 255, 255, 0.3);
}
.restart:hover {
background: rgba(255, 255, 255, 0.5);
}
.out-of-energy {
display: none;
}
.out-of-mood {
display: none;
}
.end-screen {
pointer-events: none;
position: absolute;
transition: opacity 2s;
} | 0.559892 | 0.079639 |
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff2") format("woff2"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}
.flaticon-line-chart:before { content: "\f100"; }
.flaticon-coding:before { content: "\f101"; }
.flaticon-settings:before { content: "\f102"; }
.flaticon-settings-1:before { content: "\f103"; }
.flaticon-server:before { content: "\f104"; }
.flaticon-monitor:before { content: "\f105"; }
.flaticon-laptop:before { content: "\f106"; }
.flaticon-server-1:before { content: "\f107"; }
.flaticon-headset:before { content: "\f108"; }
.flaticon-support:before { content: "\f109"; }
.flaticon-bar-chart:before { content: "\f10a"; }
.flaticon-brain:before { content: "\f10b"; }
.flaticon-server-2:before { content: "\f10c"; }
.flaticon-layout:before { content: "\f10d"; }
.flaticon-vector:before { content: "\f10e"; }
.flaticon-brain-1:before { content: "\f10f"; }
.flaticon-cloud-computing:before { content: "\f110"; }
.flaticon-settings-2:before { content: "\f111"; }
.flaticon-settings-3:before { content: "\f112"; }
.flaticon-analytics:before { content: "\f113"; }
.flaticon-sitemap:before { content: "\f114"; }
.flaticon-list:before { content: "\f115"; }
.flaticon-quality:before { content: "\f116"; }
.flaticon-network:before { content: "\f117"; }
.flaticon-hierarchical-structure:before { content: "\f118"; }
.flaticon-cloud-computing-1:before { content: "\f119"; }
.flaticon-laptop-1:before { content: "\f11a"; }
.flaticon-cloud-computing-2:before { content: "\f11b"; }
.flaticon-networking:before { content: "\f11c"; }
.flaticon-ruler:before { content: "\f11d"; }
.flaticon-coding-1:before { content: "\f11e"; }
.flaticon-shield:before { content: "\f11f"; }
.flaticon-idea:before { content: "\f120"; }
.flaticon-wifi:before { content: "\f121"; }
.flaticon-cloud-computing-3:before { content: "\f122"; }
.flaticon-server-3:before { content: "\f123"; }
.flaticon-cloud-computing-4:before { content: "\f124"; }
.flaticon-line-chart-1:before { content: "\f125"; }
.flaticon-folder:before { content: "\f126"; }
.flaticon-networking-1:before { content: "\f127"; }
.flaticon-coding-2:before { content: "\f128"; }
.flaticon-pie-chart:before { content: "\f129"; }
.flaticon-browser:before { content: "\f12a"; }
.flaticon-laptop-2:before { content: "\f12b"; }
.flaticon-cloud-computing-5:before { content: "\f12c"; }
.flaticon-search:before { content: "\f12d"; }
.flaticon-responsive:before { content: "\f12e"; }
.flaticon-settings-4:before { content: "\f12f"; }
.flaticon-vector-1:before { content: "\f130"; }
.flaticon-laptop-3:before { content: "\f131"; }
.flaticon-cloud-computing-6:before { content: "\f132"; }
.flaticon-vector-2:before { content: "\f133"; }
.flaticon-browser-1:before { content: "\f134"; }
.flaticon-folder-1:before { content: "\f135"; }
.flaticon-file:before { content: "\f136"; }
.flaticon-error:before { content: "\f137"; }
.flaticon-layout-1:before { content: "\f138"; }
.flaticon-pie-chart-1:before { content: "\f139"; }
.flaticon-bar-chart-1:before { content: "\f13a"; }
.flaticon-browser-2:before { content: "\f13b"; }
.flaticon-cloud-computing-7:before { content: "\f13c"; }
.flaticon-bar-chart-2:before { content: "\f13d"; }
.flaticon-browser-3:before { content: "\f13e"; }
.flaticon-chat:before { content: "\f13f"; }
.flaticon-chat-1:before { content: "\f140"; }
.flaticon-browser-4:before { content: "\f141"; }
.flaticon-cloud-computing-8:before { content: "\f142"; }
.flaticon-location:before { content: "\f143"; }
.flaticon-browser-5:before { content: "\f144"; }
.flaticon-mouse:before { content: "\f145"; }
.flaticon-laptop-4:before { content: "\f146"; }
.flaticon-cloud-computing-9:before { content: "\f147"; }
.flaticon-cloud-computing-10:before { content: "\f148"; }
.flaticon-cloud-computing-11:before { content: "\f149"; }
.flaticon-speedometer:before { content: "\f14a"; }
.flaticon-laptop-5:before { content: "\f14b"; }
.flaticon-cloud-computing-12:before { content: "\f14c"; }
.flaticon-cloud-computing-13:before { content: "\f14d"; }
.flaticon-shield-1:before { content: "\f14e"; }
.flaticon-headphone:before { content: "\f14f"; }
.flaticon-browser-6:before { content: "\f150"; }
.flaticon-smartphone:before { content: "\f151"; }
.flaticon-mouse-1:before { content: "\f152"; }
.flaticon-bar-chart-3:before { content: "\f153"; }
.flaticon-folder-2:before { content: "\f154"; }
.flaticon-folder-3:before { content: "\f155"; }
.flaticon-cloud-computing-14:before { content: "\f156"; }
.flaticon-folder-4:before { content: "\f157"; }
.flaticon-laptop-6:before { content: "\f158"; }
.flaticon-laptop-7:before { content: "\f159"; }
.flaticon-laptop-8:before { content: "\f15a"; }
.flaticon-laptop-9:before { content: "\f15b"; }
.flaticon-browser-7:before { content: "\f15c"; }
.flaticon-folder-5:before { content: "\f15d"; }
.flaticon-smartphone-1:before { content: "\f15e"; }
.flaticon-cloud-computing-15:before { content: "\f15f"; }
.flaticon-folder-6:before { content: "\f160"; }
.flaticon-cloud-computing-16:before { content: "\f161"; }
.flaticon-laptop-10:before { content: "\f162"; }
.flaticon-folder-7:before { content: "\f163"; } | public/backend_assets/flaticon/flaticon.css | @font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff2") format("woff2"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}
.flaticon-line-chart:before { content: "\f100"; }
.flaticon-coding:before { content: "\f101"; }
.flaticon-settings:before { content: "\f102"; }
.flaticon-settings-1:before { content: "\f103"; }
.flaticon-server:before { content: "\f104"; }
.flaticon-monitor:before { content: "\f105"; }
.flaticon-laptop:before { content: "\f106"; }
.flaticon-server-1:before { content: "\f107"; }
.flaticon-headset:before { content: "\f108"; }
.flaticon-support:before { content: "\f109"; }
.flaticon-bar-chart:before { content: "\f10a"; }
.flaticon-brain:before { content: "\f10b"; }
.flaticon-server-2:before { content: "\f10c"; }
.flaticon-layout:before { content: "\f10d"; }
.flaticon-vector:before { content: "\f10e"; }
.flaticon-brain-1:before { content: "\f10f"; }
.flaticon-cloud-computing:before { content: "\f110"; }
.flaticon-settings-2:before { content: "\f111"; }
.flaticon-settings-3:before { content: "\f112"; }
.flaticon-analytics:before { content: "\f113"; }
.flaticon-sitemap:before { content: "\f114"; }
.flaticon-list:before { content: "\f115"; }
.flaticon-quality:before { content: "\f116"; }
.flaticon-network:before { content: "\f117"; }
.flaticon-hierarchical-structure:before { content: "\f118"; }
.flaticon-cloud-computing-1:before { content: "\f119"; }
.flaticon-laptop-1:before { content: "\f11a"; }
.flaticon-cloud-computing-2:before { content: "\f11b"; }
.flaticon-networking:before { content: "\f11c"; }
.flaticon-ruler:before { content: "\f11d"; }
.flaticon-coding-1:before { content: "\f11e"; }
.flaticon-shield:before { content: "\f11f"; }
.flaticon-idea:before { content: "\f120"; }
.flaticon-wifi:before { content: "\f121"; }
.flaticon-cloud-computing-3:before { content: "\f122"; }
.flaticon-server-3:before { content: "\f123"; }
.flaticon-cloud-computing-4:before { content: "\f124"; }
.flaticon-line-chart-1:before { content: "\f125"; }
.flaticon-folder:before { content: "\f126"; }
.flaticon-networking-1:before { content: "\f127"; }
.flaticon-coding-2:before { content: "\f128"; }
.flaticon-pie-chart:before { content: "\f129"; }
.flaticon-browser:before { content: "\f12a"; }
.flaticon-laptop-2:before { content: "\f12b"; }
.flaticon-cloud-computing-5:before { content: "\f12c"; }
.flaticon-search:before { content: "\f12d"; }
.flaticon-responsive:before { content: "\f12e"; }
.flaticon-settings-4:before { content: "\f12f"; }
.flaticon-vector-1:before { content: "\f130"; }
.flaticon-laptop-3:before { content: "\f131"; }
.flaticon-cloud-computing-6:before { content: "\f132"; }
.flaticon-vector-2:before { content: "\f133"; }
.flaticon-browser-1:before { content: "\f134"; }
.flaticon-folder-1:before { content: "\f135"; }
.flaticon-file:before { content: "\f136"; }
.flaticon-error:before { content: "\f137"; }
.flaticon-layout-1:before { content: "\f138"; }
.flaticon-pie-chart-1:before { content: "\f139"; }
.flaticon-bar-chart-1:before { content: "\f13a"; }
.flaticon-browser-2:before { content: "\f13b"; }
.flaticon-cloud-computing-7:before { content: "\f13c"; }
.flaticon-bar-chart-2:before { content: "\f13d"; }
.flaticon-browser-3:before { content: "\f13e"; }
.flaticon-chat:before { content: "\f13f"; }
.flaticon-chat-1:before { content: "\f140"; }
.flaticon-browser-4:before { content: "\f141"; }
.flaticon-cloud-computing-8:before { content: "\f142"; }
.flaticon-location:before { content: "\f143"; }
.flaticon-browser-5:before { content: "\f144"; }
.flaticon-mouse:before { content: "\f145"; }
.flaticon-laptop-4:before { content: "\f146"; }
.flaticon-cloud-computing-9:before { content: "\f147"; }
.flaticon-cloud-computing-10:before { content: "\f148"; }
.flaticon-cloud-computing-11:before { content: "\f149"; }
.flaticon-speedometer:before { content: "\f14a"; }
.flaticon-laptop-5:before { content: "\f14b"; }
.flaticon-cloud-computing-12:before { content: "\f14c"; }
.flaticon-cloud-computing-13:before { content: "\f14d"; }
.flaticon-shield-1:before { content: "\f14e"; }
.flaticon-headphone:before { content: "\f14f"; }
.flaticon-browser-6:before { content: "\f150"; }
.flaticon-smartphone:before { content: "\f151"; }
.flaticon-mouse-1:before { content: "\f152"; }
.flaticon-bar-chart-3:before { content: "\f153"; }
.flaticon-folder-2:before { content: "\f154"; }
.flaticon-folder-3:before { content: "\f155"; }
.flaticon-cloud-computing-14:before { content: "\f156"; }
.flaticon-folder-4:before { content: "\f157"; }
.flaticon-laptop-6:before { content: "\f158"; }
.flaticon-laptop-7:before { content: "\f159"; }
.flaticon-laptop-8:before { content: "\f15a"; }
.flaticon-laptop-9:before { content: "\f15b"; }
.flaticon-browser-7:before { content: "\f15c"; }
.flaticon-folder-5:before { content: "\f15d"; }
.flaticon-smartphone-1:before { content: "\f15e"; }
.flaticon-cloud-computing-15:before { content: "\f15f"; }
.flaticon-folder-6:before { content: "\f160"; }
.flaticon-cloud-computing-16:before { content: "\f161"; }
.flaticon-laptop-10:before { content: "\f162"; }
.flaticon-folder-7:before { content: "\f163"; } | 0.368406 | 0.211478 |
.boardContainer {
background-image: url('../images/bingo-background.jpg');
border: 1px solid rgb(0, 0, 0);
border-radius: 5px;
padding: 10px;
}
table#board {
/*background-color: rgb(255, 255, 255);*/
color: black;
font-size: 37px;
font-weight: bold;
width: 100%;
}
th span.ball {
background-color: rgb(204, 204, 204);
border: solid 3px #000;
border-radius: 30px;
display: block;
height: 60px;
margin: 2px;
color: #000;
cursor: default;
font-weight: bold;
text-align: center;
width: 60px;
}
a.ball {
border: solid 3px #c94c4c;
border-radius: 33px;
cursor: pointer;
display: block;
height: 60px;
margin: 2px;
text-align: center;
width: 60px;
}
a.ball:hover {
border-color: #c94c4c;
}
td a.ball.selected {
background-color: #b1cbbb;
}
a.ball.selected:hover {
border-color: #c94c4c;
}
#pattern {
margin: 0px auto;
position: relative;
width: 158px;
}
#pattern div {
border-radius: 5px;
border: 1px solid rgb(0, 0, 0);
border-image: none;
cursor: pointer;
display: inline-block;
height: 30px;
position: relative;
width: 30px;
}
#pattern div.free {
background-color: black !important;
}
#pattern div.selected {
background-color: #c94c4c;
}
.lastNumberContainer {
border-radius: 5px;
border: 1px solid rgb(0, 0, 0);
border-image: none;
padding: 10px;
}
h1 {
color: rgb(0, 0, 0);
font-size: 35px;
}
h2 {
color: rgb(0, 0, 0);
font-size: 25px;
text-decoration: underline;
}
.currentValue {
color: red;
font-size: 130px;
font-weight: bold;
line-height: 130px;
}
.historyContainer {
border: solid 1px #000;
border-radius: 5px;
padding: 10px;
}
.historyContainer ul {
font-size: 36px;
text-align: center;
}
.historyContainer .list-group-item {
background-color: #deeaee;
color: #000;
padding: .25rem;
}
.winnerContainer {
border: solid 1px #000;
border-radius: 5px;
padding: 10px;
}
.winnerContainer ul {
font-size: 36px;
text-align: center;
}
.winnerContainer .list-group-item {
background-color: #deeaee;
color: #000;
padding: .25rem;
}
#settingsContainer {
border: solid 1px #000;
border-radius: 5px;
padding: 10px;
}
.margin-top-10 {
margin-top: 10px;
} | app/css/card.css | .boardContainer {
background-image: url('../images/bingo-background.jpg');
border: 1px solid rgb(0, 0, 0);
border-radius: 5px;
padding: 10px;
}
table#board {
/*background-color: rgb(255, 255, 255);*/
color: black;
font-size: 37px;
font-weight: bold;
width: 100%;
}
th span.ball {
background-color: rgb(204, 204, 204);
border: solid 3px #000;
border-radius: 30px;
display: block;
height: 60px;
margin: 2px;
color: #000;
cursor: default;
font-weight: bold;
text-align: center;
width: 60px;
}
a.ball {
border: solid 3px #c94c4c;
border-radius: 33px;
cursor: pointer;
display: block;
height: 60px;
margin: 2px;
text-align: center;
width: 60px;
}
a.ball:hover {
border-color: #c94c4c;
}
td a.ball.selected {
background-color: #b1cbbb;
}
a.ball.selected:hover {
border-color: #c94c4c;
}
#pattern {
margin: 0px auto;
position: relative;
width: 158px;
}
#pattern div {
border-radius: 5px;
border: 1px solid rgb(0, 0, 0);
border-image: none;
cursor: pointer;
display: inline-block;
height: 30px;
position: relative;
width: 30px;
}
#pattern div.free {
background-color: black !important;
}
#pattern div.selected {
background-color: #c94c4c;
}
.lastNumberContainer {
border-radius: 5px;
border: 1px solid rgb(0, 0, 0);
border-image: none;
padding: 10px;
}
h1 {
color: rgb(0, 0, 0);
font-size: 35px;
}
h2 {
color: rgb(0, 0, 0);
font-size: 25px;
text-decoration: underline;
}
.currentValue {
color: red;
font-size: 130px;
font-weight: bold;
line-height: 130px;
}
.historyContainer {
border: solid 1px #000;
border-radius: 5px;
padding: 10px;
}
.historyContainer ul {
font-size: 36px;
text-align: center;
}
.historyContainer .list-group-item {
background-color: #deeaee;
color: #000;
padding: .25rem;
}
.winnerContainer {
border: solid 1px #000;
border-radius: 5px;
padding: 10px;
}
.winnerContainer ul {
font-size: 36px;
text-align: center;
}
.winnerContainer .list-group-item {
background-color: #deeaee;
color: #000;
padding: .25rem;
}
#settingsContainer {
border: solid 1px #000;
border-radius: 5px;
padding: 10px;
}
.margin-top-10 {
margin-top: 10px;
} | 0.377885 | 0.132964 |
margin-left: 240px;
margin-right: 20px;
margin-bottom: 20px;
}
#cmt-editor #cmed_top {
height: 20px;
}
#cmt-editor #cmed_top #cmed_button {
height: 12px;
width: 12px;
margin-top: 5px;
margin-left: 0px;
position: absolute;
cursor:pointer;
}
#cmt-editor #cmed_top .cmed_header {
margin-left: 20px;
font-family: "Times New Roman", Times, serif;
font-size: 0.9em;
color:#ababab;
}
#cmt-editor #cmed_main {
padding-right: 70px;
padding-left: 70px;
display:none;
padding-top: 50px;
padding-bottom: 50px;
background-color: #0c0c0c;
border-radius: 5px;
}
.cmed_input {
width: 70%;
background: #a6a6a6;
border: 0;
}
.cmed_textarea {
width: 100%;
background: #a6a6a6;
border: 0;
}
#cmed_captcha {
height: 20px;
width: 80px;
position:absolute;
margin: 0px;
border: 1px solid #999;
text-align: center;
cursor:pointer;
}
.cmed_pnt {
height: 16px;
width: 24px;
position:absolute;
margin-top: 3px;
margin-right: 0;
margin-bottom: 0;
margin-left: 100px;
}
.cmed_cpt_input {
width: 80px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 145px;
background: #a6a6a6;
border: 0;
}
#cmed_submit {
float: right;
margin-right: 2%;
}
.cmed_tool {
background-color: #353535;
padding-right: 5px;
padding-left: 5px;
display: inline;
margin-right: 5px;
cursor:pointer;
font-size: 1em;
}
.cmed_tool:hover {
background-color: #434343;
}
#cmed_tools {
height: 20px;
font-size: 14px;
position: absolute;
margin-top: 6px;
color: #ababab;
}
#cmed_count {
background-color: #191919;
cursor: default;
}
.cmed_bold {
font-weight: bold;
}
.cmed_italic {
font-style: italic;
}
.cmed_strike {
text-decoration: line-through;
}
.cmed_button_1 {background: url(../img/vh.png) no-repeat 0px 0px;}
.cmed_button_2 {background: url(../img/vh.png) no-repeat 0px -13px;}
.cmed_stfont {
font-size: 1em;
}
/*******************************new cmt*/
.ncmt {
margin-left: 220px;
margin-right: 10px;
margin-bottom: 40px;
}
.ncmt_permalink {
margin-right: 10px;
color: #8e8e8e !important;
}
.ncmt_br {
background-color: #525252;
margin-right: 10px;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px;
border-radius:4px;
font-size: 0.9em;
font-family: "Times New Roman", Times, serif;
color: #000;
}
.ncmt_name {
font-size: 1.3em;
font-family: "Times New Roman", Times, serif;
color: #17478e;
}
.ncmt_name:hover {
color:#1e5db9 !important;
}
.ncmt_adm {
color:red !important;
}
.ncmt_adm:hover {color:#dd0000 !important;}
.ncmt_num {
font-size: 2em;
color: #999;
font-family: "Times New Roman", Times, serif;
}
.ncmt_cmt {
font-family: "Times New Roman", Times, serif;
font-size: 1em;
color: #555;
padding-left: 5px;
}
.bb_cmt_quote {
background: #1d1d1d;
padding: 5px;
border: 1px dotted #999;
display: block;
}
.bb_cmt_s {
text-decoration: line-through;
}
.bb_cmt_b {font-weight:bold;}
.bb_cmt_em {font-style:italic;}
.bb_cmt_url {color: #7b0000 !important;} | s1/styles/black/scripts/cmts.css | margin-left: 240px;
margin-right: 20px;
margin-bottom: 20px;
}
#cmt-editor #cmed_top {
height: 20px;
}
#cmt-editor #cmed_top #cmed_button {
height: 12px;
width: 12px;
margin-top: 5px;
margin-left: 0px;
position: absolute;
cursor:pointer;
}
#cmt-editor #cmed_top .cmed_header {
margin-left: 20px;
font-family: "Times New Roman", Times, serif;
font-size: 0.9em;
color:#ababab;
}
#cmt-editor #cmed_main {
padding-right: 70px;
padding-left: 70px;
display:none;
padding-top: 50px;
padding-bottom: 50px;
background-color: #0c0c0c;
border-radius: 5px;
}
.cmed_input {
width: 70%;
background: #a6a6a6;
border: 0;
}
.cmed_textarea {
width: 100%;
background: #a6a6a6;
border: 0;
}
#cmed_captcha {
height: 20px;
width: 80px;
position:absolute;
margin: 0px;
border: 1px solid #999;
text-align: center;
cursor:pointer;
}
.cmed_pnt {
height: 16px;
width: 24px;
position:absolute;
margin-top: 3px;
margin-right: 0;
margin-bottom: 0;
margin-left: 100px;
}
.cmed_cpt_input {
width: 80px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 145px;
background: #a6a6a6;
border: 0;
}
#cmed_submit {
float: right;
margin-right: 2%;
}
.cmed_tool {
background-color: #353535;
padding-right: 5px;
padding-left: 5px;
display: inline;
margin-right: 5px;
cursor:pointer;
font-size: 1em;
}
.cmed_tool:hover {
background-color: #434343;
}
#cmed_tools {
height: 20px;
font-size: 14px;
position: absolute;
margin-top: 6px;
color: #ababab;
}
#cmed_count {
background-color: #191919;
cursor: default;
}
.cmed_bold {
font-weight: bold;
}
.cmed_italic {
font-style: italic;
}
.cmed_strike {
text-decoration: line-through;
}
.cmed_button_1 {background: url(../img/vh.png) no-repeat 0px 0px;}
.cmed_button_2 {background: url(../img/vh.png) no-repeat 0px -13px;}
.cmed_stfont {
font-size: 1em;
}
/*******************************new cmt*/
.ncmt {
margin-left: 220px;
margin-right: 10px;
margin-bottom: 40px;
}
.ncmt_permalink {
margin-right: 10px;
color: #8e8e8e !important;
}
.ncmt_br {
background-color: #525252;
margin-right: 10px;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px;
border-radius:4px;
font-size: 0.9em;
font-family: "Times New Roman", Times, serif;
color: #000;
}
.ncmt_name {
font-size: 1.3em;
font-family: "Times New Roman", Times, serif;
color: #17478e;
}
.ncmt_name:hover {
color:#1e5db9 !important;
}
.ncmt_adm {
color:red !important;
}
.ncmt_adm:hover {color:#dd0000 !important;}
.ncmt_num {
font-size: 2em;
color: #999;
font-family: "Times New Roman", Times, serif;
}
.ncmt_cmt {
font-family: "Times New Roman", Times, serif;
font-size: 1em;
color: #555;
padding-left: 5px;
}
.bb_cmt_quote {
background: #1d1d1d;
padding: 5px;
border: 1px dotted #999;
display: block;
}
.bb_cmt_s {
text-decoration: line-through;
}
.bb_cmt_b {font-weight:bold;}
.bb_cmt_em {font-style:italic;}
.bb_cmt_url {color: #7b0000 !important;} | 0.252568 | 0.059047 |
.white {
color: var(--white);
}
.smoke {
color: var(--smoke);
}
.light,
.light {
color: var(--light);
}
.silver {
color: var(--silver);
}
.dark,
.dark {
color: var(--dark);
}
.gray,
.grey {
color: var(--gray);
}
.black {
color: var(--black);
}
.red {
color: var(--red);
}
.pink {
color: var(--pink);
}
.grape {
color: var(--grape);
}
.violet {
color: var(--violet);
}
.indigo {
color: var(--indigo);
}
.blue {
color: var(--blue);
}
.cyan {
color: var(--cyan);
}
.teal {
color: var(--teal);
}
.green {
color: var(--green);
}
.lime {
color: var(--lime);
}
.yellow {
color: var(--yellow);
}
.orange {
color: var(--orange);
}
.primary {
color: var(--state-primary);
}
.secondary {
color: var(--state-secondary);
}
.success {
color: var(--state-success);
}
.info {
color: var(--state-info);
}
.warning {
color: var(--state-warning);
}
.danger {
color: var(--state-danger);
}
.disabled {
color: var(--state-disabled);
}
.transparent {
color: transparent;
}
.bgWhite {
background-color: var(--white);
}
.bgSmoke {
background-color: var(--smoke);
}
.bgLight,
.bgLight {
background-color: var(--light);
}
.bgSilver {
background-color: var(--silver);
}
.bgDark,
.bgDark {
background-color: var(--dark);
}
.bgGray,
.bgGrey {
background-color: var(--gray);
}
.bgBlack {
background-color: var(--black);
}
.bgRed {
background-color: var(--red);
}
.bgPink {
background-color: var(--pink);
}
.bgGrape {
background-color: var(--grape);
}
.bgViolet {
background-color: var(--violet);
}
.bgIndigo {
background-color: var(--indigo);
}
.bgBlue {
background-color: var(--blue);
}
.bgCyan {
background-color: var(--cyan);
}
.bgTeal {
background-color: var(--teal);
}
.bgGreen {
background-color: var(--green);
}
.bgLime {
background-color: var(--lime);
}
.bgYellow {
background-color: var(--yellow);
}
.bgOrange {
background-color: var(--orange);
}
.bgPrimary {
background-color: var(--state-primary);
}
.bgSecondary {
background-color: var(--state-secondary);
}
.bgSuccess {
background-color: var(--state-success);
}
.bgInfo {
background-color: var(--state-info);
}
.bgWarning {
background-color: var(--state-warning);
}
.bgDanger {
background-color: var(--state-danger);
}
.bgDisabled {
background-color: var(--state-disabled);
}
.bgTransparent {
background-color: transparent;
}
.bordWhite {
border-color: var(--white);
}
.bordSmoke {
border-color: var(--smoke);
}
.bordLight,
.bordLight {
border-color: var(--light);
}
.bordSilver {
border-color: var(--silver);
}
.bordDark,
.bordDark {
border-color: var(--dark);
}
.bordGray,
.bordGrey {
border-color: var(--gray);
}
.bordBlack {
border-color: var(--black);
}
.bordRed {
border-color: var(--red);
}
.bordPink {
border-color: var(--pink);
}
.bordGrape {
border-color: var(--grape);
}
.bordViolet {
border-color: var(--violet);
}
.bordIndigo {
border-color: var(--indigo);
}
.bordBlue {
border-color: var(--blue);
}
.bordCyan {
border-color: var(--cyan);
}
.bordTeal {
border-color: var(--teal);
}
.bordGreen {
border-color: var(--green);
}
.bordLime {
border-color: var(--lime);
}
.bordYellow {
border-color: var(--yellow);
}
.bordOrange {
border-color: var(--orange);
}
.bordPrimary {
border-color: var(--state-primary);
}
.bordSecondary {
border-color: var(--state-secondary);
}
.bordSuccess {
border-color: var(--state-success);
}
.bordInfo {
border-color: var(--state-info);
}
.bordWarning {
border-color: var(--state-warning);
}
.bordDanger {
border-color: var(--state-danger);
}
.bordDisabled {
border-color: var(--state-disabled);
}
.bordTransparent {
border-color: transparent;
} | src/color.css | .white {
color: var(--white);
}
.smoke {
color: var(--smoke);
}
.light,
.light {
color: var(--light);
}
.silver {
color: var(--silver);
}
.dark,
.dark {
color: var(--dark);
}
.gray,
.grey {
color: var(--gray);
}
.black {
color: var(--black);
}
.red {
color: var(--red);
}
.pink {
color: var(--pink);
}
.grape {
color: var(--grape);
}
.violet {
color: var(--violet);
}
.indigo {
color: var(--indigo);
}
.blue {
color: var(--blue);
}
.cyan {
color: var(--cyan);
}
.teal {
color: var(--teal);
}
.green {
color: var(--green);
}
.lime {
color: var(--lime);
}
.yellow {
color: var(--yellow);
}
.orange {
color: var(--orange);
}
.primary {
color: var(--state-primary);
}
.secondary {
color: var(--state-secondary);
}
.success {
color: var(--state-success);
}
.info {
color: var(--state-info);
}
.warning {
color: var(--state-warning);
}
.danger {
color: var(--state-danger);
}
.disabled {
color: var(--state-disabled);
}
.transparent {
color: transparent;
}
.bgWhite {
background-color: var(--white);
}
.bgSmoke {
background-color: var(--smoke);
}
.bgLight,
.bgLight {
background-color: var(--light);
}
.bgSilver {
background-color: var(--silver);
}
.bgDark,
.bgDark {
background-color: var(--dark);
}
.bgGray,
.bgGrey {
background-color: var(--gray);
}
.bgBlack {
background-color: var(--black);
}
.bgRed {
background-color: var(--red);
}
.bgPink {
background-color: var(--pink);
}
.bgGrape {
background-color: var(--grape);
}
.bgViolet {
background-color: var(--violet);
}
.bgIndigo {
background-color: var(--indigo);
}
.bgBlue {
background-color: var(--blue);
}
.bgCyan {
background-color: var(--cyan);
}
.bgTeal {
background-color: var(--teal);
}
.bgGreen {
background-color: var(--green);
}
.bgLime {
background-color: var(--lime);
}
.bgYellow {
background-color: var(--yellow);
}
.bgOrange {
background-color: var(--orange);
}
.bgPrimary {
background-color: var(--state-primary);
}
.bgSecondary {
background-color: var(--state-secondary);
}
.bgSuccess {
background-color: var(--state-success);
}
.bgInfo {
background-color: var(--state-info);
}
.bgWarning {
background-color: var(--state-warning);
}
.bgDanger {
background-color: var(--state-danger);
}
.bgDisabled {
background-color: var(--state-disabled);
}
.bgTransparent {
background-color: transparent;
}
.bordWhite {
border-color: var(--white);
}
.bordSmoke {
border-color: var(--smoke);
}
.bordLight,
.bordLight {
border-color: var(--light);
}
.bordSilver {
border-color: var(--silver);
}
.bordDark,
.bordDark {
border-color: var(--dark);
}
.bordGray,
.bordGrey {
border-color: var(--gray);
}
.bordBlack {
border-color: var(--black);
}
.bordRed {
border-color: var(--red);
}
.bordPink {
border-color: var(--pink);
}
.bordGrape {
border-color: var(--grape);
}
.bordViolet {
border-color: var(--violet);
}
.bordIndigo {
border-color: var(--indigo);
}
.bordBlue {
border-color: var(--blue);
}
.bordCyan {
border-color: var(--cyan);
}
.bordTeal {
border-color: var(--teal);
}
.bordGreen {
border-color: var(--green);
}
.bordLime {
border-color: var(--lime);
}
.bordYellow {
border-color: var(--yellow);
}
.bordOrange {
border-color: var(--orange);
}
.bordPrimary {
border-color: var(--state-primary);
}
.bordSecondary {
border-color: var(--state-secondary);
}
.bordSuccess {
border-color: var(--state-success);
}
.bordInfo {
border-color: var(--state-info);
}
.bordWarning {
border-color: var(--state-warning);
}
.bordDanger {
border-color: var(--state-danger);
}
.bordDisabled {
border-color: var(--state-disabled);
}
.bordTransparent {
border-color: transparent;
} | 0.682785 | 0.248637 |
@charset "utf-8";
@font-face {
font-family: 'titularbold';
src: url('font/soberanatitular-bold-webfont.eot');
src: local('☺'),
url('font/soberanatitular-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanatitular-bold-webfont.woff') format('woff'),
url('font/soberanatitular-bold-webfont.ttf') format('truetype'),
url('font/soberanatitular-bold-webfont.svg#soberana_titularbold') format('svg');
}
@font-face {
font-family: 'titularregular';
src: url('font/soberanatitular-regular-webfont.eot');
src: local('☺'),
url('font/soberanatitular-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanatitular-regular-webfont.woff') format('woff'),
url('font/soberanatitular-regular-webfont.ttf') format('truetype'),
url('font/soberanatitular-regular-webfont.svg#soberana_titularregular') format('svg');
}
@font-face {
font-family: 'sansbold';
src: url('font/soberanasans-black-webfont.eot');
src: local('☺'),
url('font/soberanasans-black-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-black-webfont.woff') format('woff'),
url('font/soberanasans-black-webfont.ttf') format('truetype'),
url('font/soberanasans-black-webfont.svg#soberana_sansbold') format('svg');
}
@font-face {
font-family: 'sansbold_italic';
src: url('font/soberanasans-blackitalic-webfont.eot');
src: local('☺'),
url('font/soberanasans-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-blackitalic-webfont.woff') format('woff'),
url('font/soberanasans-blackitalic-webfont.ttf') format('truetype'),
url('font/soberanasans-blackitalic-webfont.svg#soberana_sansbold_italic') format('svg');
}
@font-face {
font-family: 'sans_lightbold';
src: url('font/soberanasans-bold-webfont.eot');
src: local('☺'),
url('font/soberanasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-bold-webfont.woff') format('woff'),
url('font/soberanasans-bold-webfont.ttf') format('truetype'),
url('font/soberanasans-bold-webfont.svg#soberana_sans_lightbold') format('svg');
}
@font-face {
font-family: 'sans_lightBdIt';
src: url('font/soberanasans-bolditalic-webfont.eot');
src: local('☺'),
url('font/soberanasans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-bolditalic-webfont.woff') format('woff'),
url('font/soberanasans-bolditalic-webfont.ttf') format('truetype'),
url('font/soberanasans-bolditalic-webfont.svg#soberana_sans_lightBdIt') format('svg');
}
@font-face {
font-family: 'sansitalic';
src: url('font/soberanasans-italic-webfont.eot');
src: local('☺'),
url('font/soberanasans-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-italic-webfont.woff') format('woff'),
url('font/soberanasans-italic-webfont.ttf') format('truetype'),
url('font/soberanasans-italic-webfont.svg#soberana_sansitalic') format('svg');
}
@font-face {
font-family: 'sanslight';
src: url('font/soberanasans-light-webfont.eot');
src: local('☺'),
url('font/soberanasans-light-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-light-webfont.woff') format('woff'),
url('font/soberanasans-light-webfont.ttf') format('truetype'),
url('font/soberanasans-light-webfont.svg#soberana_soberana_sanslight') format('svg');
}
@font-face {
font-family: 'sanslight_italic';
src: url('font/soberanasans-lightitalic-webfont.eot');
src: local('☺'),
url('font/soberanasans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-lightitalic-webfont.woff') format('woff'),
url('font/soberanasans-lightitalic-webfont.ttf') format('truetype'),
url('font/soberanasans-lightitalic-webfont.svg#soberana_soberana_sanslight_italic') format('svg');
}
@font-face {
font-family: 'sansregular';
src: url('font/soberanasans-regular-webfont.eot');
src: local('☺'),
url('font/soberanasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-regular-webfont.woff') format('woff'),
url('font/soberanasans-regular-webfont.ttf') format('truetype'),
url('font/soberanasans-regular-webfont.svg#soberana_sansregular') format('svg');
}
@font-face {
font-family: 'sansultra';
src: url('font/soberanasans-ultra-webfont.eot');
src: local('☺'),
url('font/soberanasans-ultra-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-ultra-webfont.woff') format('woff'),
url('font/soberanasans-ultra-webfont.ttf') format('truetype'),
url('font/soberanasans-ultra-webfont.svg#soberana_sansultra') format('svg');
}
@font-face {
font-family: 'sansultra_italic';
src: url('font/soberanasans-ultraitalic-webfont.eot');
src: local('☺'),
url('font/soberanasans-ultraitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-ultraitalic-webfont.woff') format('woff'),
url('font/soberanasans-ultraitalic-webfont.ttf') format('truetype'),
url('font/soberanasans-ultraitalic-webfont.svg#soberana_sansultra_italic') format('svg');
}
/* GENERAL ------------------------------------------------------------*/
* {
margin: 0px;
padding: 0px;
}
header, section, footer, nav{
display: block;
}
body {
background: #fafafa;
color: #2F2F2F;
font: 12px "sanslight", Calibri, sans-serif;
}
#cuerpo {
width: 980px;
margin: 10px auto;
text-align: left;
}
#cuerpo .liga a{
font-family:titularregular;
font-size:14px;
color:#497F43;}
#sistema{
color:#ba2025;
font: 18px "sansregular";
background:#FFFFFF;
border: 1px solid #999999;
padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
#titulo {
color:#ba2025;
font: 12px "sanslight";
background:#FFFFFF;
width: 978px;
margin:5px;
padding: 5px;
}
/* BARRA DE LINKS */
#barra_herramientas
{
height: 35px;
width: 980px;
}
#acceso
{
float: left;
padding: 8px 0 0 300px;
font: 11px "sansregular", Calibri, sans-serif;
text-transform: uppercase;
}
#acceso a
{
padding: 5px 2px;
}
/*FIN DE BARRA DE LINKS*/
/*LOGOS*/
#logos
{
height: 80px;
width: 990px;
}
#logo_sep_nombre_tec
{
float:left;
width: 750px;
}
#logo_sep_nombre_tec #logo_sep
{
float: left;
}
#logo_sep_nombre_tec #nombre
{
float: right;
margin-top: 25px;
padding: 5px;
width: 450px;
}
#nombre label
{
font: 17px "titularbold", Calibri, sans-serif;
color:#98979C;
}
#logo_dgest_tec
{
float:right;
padding: 16px 0px;
}
#logo_dgest_tec a
{
padding: 5px 8px;
}
/*LOGOS*/
/*INICIO DE MENU DE NAVEGACIN*/
#nav { margin-bottom: 5px; }
#nav ul { list-style-type: none; }
#nav #nav-bar { background: #fafafa;height: 40px; margin-top: 13px; width: 980px; padding: 0 10px; margin-left: -20px; }
#nav #nav-bar > ul > li {background: #fafafa; float: left; position: relative; font:11px 'SansRegular';}
#nav #nav-bar > ul > li:before { display: block; height: 11px; width: 8px; text-indent: -9999px; content: ""; float: left; margin: 13px 12px 0; }
#nav #nav-bar > ul > li:first-child:before { content: none; display: none; }
#nav #nav-bar > ul > li > a { border-left: 1px solid transparent; border-right: 1px solid transparent; color: #5f5e5c; float: left; height: 37px; line-height: 37px; padding: 0 16px; position: relative; z-index: 20; margin-top: 2px;}
#nav #nav-bar > ul > li > a.selected { color: #cf242a; }
#nav #nav-bar > ul > li:hover > a { background: #fbfbfb; border-left-color: #CCCCCC; border-right-color: #CCCCCC; text-decoration: none; }
#nav .submenu {
background: #dfdfdf;
/* for IE */ -ms-filter: ; /* for IE */
background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#cbcbcb)); /* for webkit browsers */
background-image: -moz-linear-gradient(center top, #fbfbfb, #cbcbcb); /* for firefox 3.6+ */
border: 1px solid #fafafa; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); display: none; font: 13px/14px serif; margin-left: 35px; min-width: 140px; padding: 18px; position: absolute; text-transform: uppercase; top: 39px; z-index: 15; }
#nav .submenu a { color: #545454; font:10px 'sansitalic'; }
#nav .submenu ul li { border-top: 1px solid #ffffff; padding: 8px 5px; text-align: left; white-space: nowrap; }
#nav .submenu ul li:first-child { border-top: 0; }
#nav .submenu ul li a { display: block; }
#nav #galeria-submenu { overflow: hidden; margin-left: -40px; padding-right: 28px 30px 28px 28px; width: 560px;}
#nav #galeria-submenu .left { float: left; width: 120px; padding: 0 10px; }
#nav #galeria-submenu .left h3 { font:14px 'sanslight_italic'; margin: 0 0 20px 5px; text-transform: none; }
#nav #galeria-submenu .left ul li { white-space: normal; }
/*FIN DE MENU DE NAVEGACIN*/
#seccion {
font-family:'sanslight';
padding:5px 0px 0px 0px;
float: left;
width: 980px;
margin:0px 0px 5px 0px;
/*background-image:url(aguila.jpg); background-position:bottom, center;
background-repeat:no-repeat;*/
}
.avisono{
font-family:titularregular;
font-size:16px;
color:#A5273F;
background-color:#CF0;
text-align:center}
.avisono a{
text-decoration: none;
}
.avisosi{
font-family:titularregular;
font-size:16px;
color:#497f43;
background-color:#ffffff;
text-align:center}
.liga a{
font-family:titularregular;
font-size:14px;
color:#497F43;}
.nommat{
font-family:titularregular;
font-size:14px;
color:#497F43;}
#seccion .subtitulo{
font-family:titularregular;
font-size:16px;
color:#497F43;}
#seccion .subtitulo2{
font-family:titularregular;
font-size:16px;
color:#000000;}
#seccion #header table{
width:980px;
border-left:none;
border-top:none;
border-right:none;
}
#seccion #header th{
font: 12px "sansultra", Calibri, sans-serif;
text-transform: uppercase;
color:#B92025;
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;}
#seccion #header td{
font: 10px "sanslight", Calibri, sans-serif;
text-transform: uppercase;
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;}
/*sdfsdfsdf*/
#seccion #header #revision table{
width:980px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
}
#seccion #header #revision td a{
color:#497F43;}
#seccion #header #revisions th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;}
#seccion #header #revision td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-top:solid 1px #666666;
}
/*asdfadsf*/
#seccion #pregunta table{
width:980px;
border-spacing:0px;
border-right:none;
border-bottom:none;
border-left:none;
border-top:none;
}
#seccion #pregunta th{
font: 14px "sansultra", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: none;
border-left: none;
cellspacing:0px;}
#seccion #pregunta td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: none;
border-top:none;
}
/* boletas */
#seccion #boleta table{
width:980px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#seccion #boleta td a{
color:#497F43;}
#seccion #boleta th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;}
#seccion #boleta td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
/* termina boleta*/
#seccion #registros .prom{
font: 10px "sanslight", Calibri, sans-serif;
color: #000;
text-decoration: none;
}
#seccion #registros table{
width:980px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#seccion #registros td a{
color:#497F43;}
#seccion #registros th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;}
#seccion #registros td .ligado{
color:#A5273F;
background-color:#CF0;
font: 9px "sanslight", Calibri, sans-serif;
}
#seccion #registros .tdf{
background-color:#AEADB3;
color:#000000;}
#seccion #registros .tdle{
font-size:10px;
text-align:center;}
#seccion #registros td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
#seccion #registros .ho{
color:#ffffff;
background-color:#03F;}
#seccion #registros .mu{
color:#ffffff;
background-color:#C6F;
}
#seccion #registros table .titulotabla {
text-align:center;
color:#ba2025; font: 15px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
background:#FFFFFF;
border: 1px solid #999999;
padding: 10px;
}
#seccion #registros form table{
border:none;}
#seccion #registros form th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-left:none;
border-bottom:none;
border-top:none;
border-right:none;
}
#seccion #registros form td{
padding:3px;
border-left:none;
border-bottom:none;
border-top:none;
border-right:none;
}
#seccion #registros form input,select{
font-size:11px;
border-left:#CCC solid 1px;
border-bottom:#CCC solid 1px;
border-top:none;
border-right:none;
}
/* pie de pagina */
#pie{
font-family:'sanslight';
width:980px;
margin: 18px auto 0;
}
#pie p {
color: gray;
font-size: 11px;
padding-bottom: 20px;
padding-top: 20px;
}
#titlepie{
font-size:14px;
text-align:center;
border-bottom:double #dedede;
border-top:double #dedede;
}
.bloqueo {
display: block;
height: 25px;
background:#666666;
}
#reticula
{
background-color:transparent;
}
#reticula table{
width:980px;
border-spacing:8px;
}
#reticula th{
font: 11px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
}
#reticula td{
height: auto;
width:100px;
text-align:center;
border-top: solid 1px #555;
border-bottom:solid 1px #555;
border-left: solid 1px #555;
border-right:solid 1px #555;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
#reticula .cursaord{
background-color:#33CCFF;
-moz-box-shadow: rgb(150,150,150) 10px 10px 10px;
-webkit-box-shadow: rgb(150,150,150) 10px 10px 10px;
box-shadow: rgb(150,150,150) 10px 10px 10px;
}
#reticula .cursarep{
background-color:#FF9900;
-moz-box-shadow: rgb(150,150,150) 10px 10px 10px;
-webkit-box-shadow: rgb(150,150,150) 10px 10px 10px;
box-shadow: rgb(150,150,150) 10px 10px 10px;
}
#reticula .cursaesp{
background-color:#FF0000;
-moz-box-shadow: rgb(150,150,150) 10px 10px 10px;
-webkit-box-shadow: rgb(150,150,150) 10px 10px 10px;
box-shadow: rgb(150,150,150) 10px 10px 10px;
}
#reticula .cursaglo{
background-color:#FF99FF;
-moz-box-shadow: rgb(150,150,150) 10px 10px 10px;
-webkit-box-shadow: rgb(150,150,150) 10px 10px 10px;
box-shadow: rgb(150,150,150) 10px 10px 10px;
}
#reticula .aprob{
background-color:#CCFF00;
}
#reticula .repro{
background-color:#C0C0C0;
}
#reticula td .materia{
font: 9px "sans_lightbold", Calibri, sans-serif;
padding:3px 0px;
}
#reticula td .idmat{
text-align:center;
color:#B92025;
font: 10px "titularregular", Calibri, sans-serif;
padding:3px;
}
#reticula td .reprobo{
text-align:right;
font: 12px "titularregular", Calibri, sans-serif;
color:#F00;
}
#reticula td > .nums{
width:100px;
text-align:center;
border-spacing:0px;
/*border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
border-right:solid 1px #000000;*/}
#reticula .agregar{
font: 10px "titularregular", Calibri, sans-serif;
background-color:#CCFF00;
text-decoration: none;
}
#seccion #lista form th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-left:none;
border-bottom:none;
border-top:none;
border-right:none;
}
#seccion #lista table{
width:980px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#seccion #lista th{
height:100px;
font: 11px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;}
#seccion #lista td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
.SaltoDePagina
{
page-break-before:always;
}
#scicom{
color:#ba2025;
font: 18px "sansregular";
background:#FFFFFF;
border: 1px solid #999999;
padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
/* CLASE PARA REDIMENSIONAR IMAGENES*/
.imagen{
width: 50px;
height: 30px;
}
.icono{
width: 20px;
height:20px;
}
.credencial{
width:981px;
height:280px;
margin:0px auto;
border:1px solid #000000;
border-style:dotted;}
.credelado {
border-left:1px solid #000000;
border-left-style:dotted;
width:487px;
height:inherit;
float:left;
}
.logotec img
{
width:86px;
height:59px;
padding:5px 5px 0px 5px;
float:left;
}
.nomtec{
float:left;
width:380px;
height:25;
font: 15px "titularbold", Calibri, sans-serif;
color:#333;
padding:10px 5px;
text-align:center;
margin-bottom:15px;
}
.lineasalto{
clear:both;}
.nombiblio{
font: 15px "titularbold", Calibri, sans-serif;
padding:0px;
}
.etiqueta{
float:left;
padding:0px 5px 0px 30px;
width:100px;
font: 12px "sansbold", Calibri, sans-serif;}
.dato{
float:left;
padding:0px 5px 0px 0px;
width:290px;
font: 14px "sanslight", Calibri, sans-serif;}
.carrera{
float:left;
padding:0px 5px 0px 135px;
width:55px;
font: 12px "sansbold", Calibri, sans-serif;}
.datocarr{
float:left;
padding:0px 5px 0px 0px;
width:250px;
font: 14px "sanslight", Calibri, sans-serif;}
.direc{
float:right;
width:330px;
margin-top:60px;
border-top:2px solid #000;
text-align:center;
font: 14px "sansbold", Calibri, sans-serif;
margin-right:20px;}
.credelogosep img{
width:215px;
height:60px;
padding:5px;
float:left
display:block;}
.credelogodgest img{
width:100px;
height:50px;
padding:20px 0px 20px 150px;
}
.otrolado{
width:398px;
padding-top:20px;
margin:0px auto;
}
.datoestu{
float:left;
width:80px;
border:1px solid #000;
border-collapse:collapse;
height:40px;
font: 13px "sansbold", Calibri, sans-serif;}
.datoestu2{
float:left;
width:310px;
border:1px solid #000;
border-collapse:collapse;
height:40px;
}
.refrendo{
float:left;
margin-top:5px;
margin-left:10px;}
.refrendo table{
width:200px;
border:1px solid #000;
border-collapse:collapse;
text-align:center;}
.refrendo th{
border:1px solid #000;
font: 10px "sanslight", Calibri, sans-serif;
}
.refrendo td{
border:1px solid #000;
font: 10px "sanslight", Calibri, sans-serif;
}
.firma{
float:right;
width:250px;
margin-top:40px;
border-top:2px solid #000;
text-align:center;
font: 12px "sanslight", Calibri, sans-serif;
margin-right:20px;}
#seccion #evadoc{
background: #F4F4F4;
}
#seccion #evadoc table{
width:980px;
border:none;
}
#seccion #evadoc td a{
color:#497F43;}
#seccion #evadoc th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border:none;
cellspacing:0px;}
#seccion #evadoc .tdf{
background-color:#AEADB3;
color:#000000;}
#seccion #evadoc .tdle{
font-size:10px;
text-align:center;}
#seccion #evadoc td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border:none;
}
/*INICIO DE CSS PARA EVALDOC*/
#seccion #evadoc table{
width:980px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#seccion #evadoc td a{
color:#497F43;}
#seccion #evadoc th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;}
#seccion #evadoc td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
#seccion #evadoc table .titulotabla {
text-align:left;
color:#497f43; font: 15px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
background:#FFFFFF;
border: 1px solid #999999;
padding: 5px;
}
#seccion #evadoc table .resul {
text-align:center;
color:#497f43; font: 13px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
}
#seccion #evadoc table .resumod {
text-align:right;
color:#a5273f; font: 13px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
background: #F4F4F4;
}
#seccion #evadoc table .grantotal {
text-align:center;
color:#497f43; font: 16px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
background: #Fafafa;
}
/*--------- INICIO DE CALIFICACIONES-------------*/
#calificareg table{
width:1000px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#calificareg td a{
color:#497F43;}
#calificareg th{
font: 12px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;
}
#calificareg td{
font: 10px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
#calificareg table .titulotabla {
text-align:center;
color:#ba2025; font: 15px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
background:#FFFFFF;
border: 1px solid #999999;
padding: 10px;
}
#calificareg form table{
border:none;}
#calificareg input{
font-size: 11px;
background:#fafafa;
border:none;
text-align:right;
}
.cals{
width:28px;}
/*---------- FIN DE CALIFICACIONES --------------*/
/*IMPRESION DE REPORTES DE ACADEMICOS*/
#seccion #registrosrep{
height: 360px;
background: none;
}
#seccion #registrosrep table{
width:1000px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#seccion #registrosrep td a{
color:#497F43;}
#seccion #registrosrep th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
font-weight: normal;}
#seccion #registrosrep td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
#seccion #registrosrep .reportedatos table{
border: none;
}
#seccion #registrosrep .reportedatos td{
font-size: 9px;
border: none;
}
#seccion #avance{
margin: 100px auto;
width: 800px;
font: 16px "sanslight", Calibri, sans-serif;
color: #000;
text-align: justify;
text-decoration: none;
}
#seccion #avance .eslogan{
font: 9px "titularregular", Calibri, sans-serif;
color: #000;
text-align: justify;
text-decoration: none;
}
#seccion #avance .fecha{
font: 16px "sanslight", Calibri, sans-serif;
color: #000;
text-align: right;
text-decoration: none;
}
/*calificaciones*/
#califica .prom{
font: 10px "sanslight", Calibri, sans-serif;
color: #000;
text-decoration: none;
}
#califica table{
width:980px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#califica td a{
color:#497F43;}
#califica th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;}
#califica td .ligado{
color:#A5273F;
background-color:#CF0;
font: 9px "sanslight", Calibri, sans-serif;
}
#califica .tdf{
background-color:#AEADB3;
color:#000000;}
#califica .tdle{
font-size:10px;
text-align:center;}
#califica td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
#califica .ho{
color:#ffffff;
background-color:#03F;}
#califica .mu{
color:#ffffff;
background-color:#C6F;
}
#califica table .titulotabla {
text-align:center;
color:#ba2025; font: 15px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
background:#FFFFFF;
border: 1px solid #999999;
padding: 10px;
}
#califica form table{
border:none;}
#califica form th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-left:none;
border-bottom:none;
border-top:none;
border-right:none;
}
#califica form td{
padding:3px;
border-left:none;
border-bottom:none;
border-top:none;
border-right:none;
}
#califica form input,select{
font-size:11px;
border-left:#CCC solid 1px;
border-bottom:#CCC solid 1px;
border-top:none;
border-right:none;
}
/*fin calificaciones*/ | sapce/sapce171/css/proweb.css | @charset "utf-8";
@font-face {
font-family: 'titularbold';
src: url('font/soberanatitular-bold-webfont.eot');
src: local('☺'),
url('font/soberanatitular-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanatitular-bold-webfont.woff') format('woff'),
url('font/soberanatitular-bold-webfont.ttf') format('truetype'),
url('font/soberanatitular-bold-webfont.svg#soberana_titularbold') format('svg');
}
@font-face {
font-family: 'titularregular';
src: url('font/soberanatitular-regular-webfont.eot');
src: local('☺'),
url('font/soberanatitular-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanatitular-regular-webfont.woff') format('woff'),
url('font/soberanatitular-regular-webfont.ttf') format('truetype'),
url('font/soberanatitular-regular-webfont.svg#soberana_titularregular') format('svg');
}
@font-face {
font-family: 'sansbold';
src: url('font/soberanasans-black-webfont.eot');
src: local('☺'),
url('font/soberanasans-black-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-black-webfont.woff') format('woff'),
url('font/soberanasans-black-webfont.ttf') format('truetype'),
url('font/soberanasans-black-webfont.svg#soberana_sansbold') format('svg');
}
@font-face {
font-family: 'sansbold_italic';
src: url('font/soberanasans-blackitalic-webfont.eot');
src: local('☺'),
url('font/soberanasans-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-blackitalic-webfont.woff') format('woff'),
url('font/soberanasans-blackitalic-webfont.ttf') format('truetype'),
url('font/soberanasans-blackitalic-webfont.svg#soberana_sansbold_italic') format('svg');
}
@font-face {
font-family: 'sans_lightbold';
src: url('font/soberanasans-bold-webfont.eot');
src: local('☺'),
url('font/soberanasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-bold-webfont.woff') format('woff'),
url('font/soberanasans-bold-webfont.ttf') format('truetype'),
url('font/soberanasans-bold-webfont.svg#soberana_sans_lightbold') format('svg');
}
@font-face {
font-family: 'sans_lightBdIt';
src: url('font/soberanasans-bolditalic-webfont.eot');
src: local('☺'),
url('font/soberanasans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-bolditalic-webfont.woff') format('woff'),
url('font/soberanasans-bolditalic-webfont.ttf') format('truetype'),
url('font/soberanasans-bolditalic-webfont.svg#soberana_sans_lightBdIt') format('svg');
}
@font-face {
font-family: 'sansitalic';
src: url('font/soberanasans-italic-webfont.eot');
src: local('☺'),
url('font/soberanasans-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-italic-webfont.woff') format('woff'),
url('font/soberanasans-italic-webfont.ttf') format('truetype'),
url('font/soberanasans-italic-webfont.svg#soberana_sansitalic') format('svg');
}
@font-face {
font-family: 'sanslight';
src: url('font/soberanasans-light-webfont.eot');
src: local('☺'),
url('font/soberanasans-light-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-light-webfont.woff') format('woff'),
url('font/soberanasans-light-webfont.ttf') format('truetype'),
url('font/soberanasans-light-webfont.svg#soberana_soberana_sanslight') format('svg');
}
@font-face {
font-family: 'sanslight_italic';
src: url('font/soberanasans-lightitalic-webfont.eot');
src: local('☺'),
url('font/soberanasans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-lightitalic-webfont.woff') format('woff'),
url('font/soberanasans-lightitalic-webfont.ttf') format('truetype'),
url('font/soberanasans-lightitalic-webfont.svg#soberana_soberana_sanslight_italic') format('svg');
}
@font-face {
font-family: 'sansregular';
src: url('font/soberanasans-regular-webfont.eot');
src: local('☺'),
url('font/soberanasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-regular-webfont.woff') format('woff'),
url('font/soberanasans-regular-webfont.ttf') format('truetype'),
url('font/soberanasans-regular-webfont.svg#soberana_sansregular') format('svg');
}
@font-face {
font-family: 'sansultra';
src: url('font/soberanasans-ultra-webfont.eot');
src: local('☺'),
url('font/soberanasans-ultra-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-ultra-webfont.woff') format('woff'),
url('font/soberanasans-ultra-webfont.ttf') format('truetype'),
url('font/soberanasans-ultra-webfont.svg#soberana_sansultra') format('svg');
}
@font-face {
font-family: 'sansultra_italic';
src: url('font/soberanasans-ultraitalic-webfont.eot');
src: local('☺'),
url('font/soberanasans-ultraitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('font/soberanasans-ultraitalic-webfont.woff') format('woff'),
url('font/soberanasans-ultraitalic-webfont.ttf') format('truetype'),
url('font/soberanasans-ultraitalic-webfont.svg#soberana_sansultra_italic') format('svg');
}
/* GENERAL ------------------------------------------------------------*/
* {
margin: 0px;
padding: 0px;
}
header, section, footer, nav{
display: block;
}
body {
background: #fafafa;
color: #2F2F2F;
font: 12px "sanslight", Calibri, sans-serif;
}
#cuerpo {
width: 980px;
margin: 10px auto;
text-align: left;
}
#cuerpo .liga a{
font-family:titularregular;
font-size:14px;
color:#497F43;}
#sistema{
color:#ba2025;
font: 18px "sansregular";
background:#FFFFFF;
border: 1px solid #999999;
padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
#titulo {
color:#ba2025;
font: 12px "sanslight";
background:#FFFFFF;
width: 978px;
margin:5px;
padding: 5px;
}
/* BARRA DE LINKS */
#barra_herramientas
{
height: 35px;
width: 980px;
}
#acceso
{
float: left;
padding: 8px 0 0 300px;
font: 11px "sansregular", Calibri, sans-serif;
text-transform: uppercase;
}
#acceso a
{
padding: 5px 2px;
}
/*FIN DE BARRA DE LINKS*/
/*LOGOS*/
#logos
{
height: 80px;
width: 990px;
}
#logo_sep_nombre_tec
{
float:left;
width: 750px;
}
#logo_sep_nombre_tec #logo_sep
{
float: left;
}
#logo_sep_nombre_tec #nombre
{
float: right;
margin-top: 25px;
padding: 5px;
width: 450px;
}
#nombre label
{
font: 17px "titularbold", Calibri, sans-serif;
color:#98979C;
}
#logo_dgest_tec
{
float:right;
padding: 16px 0px;
}
#logo_dgest_tec a
{
padding: 5px 8px;
}
/*LOGOS*/
/*INICIO DE MENU DE NAVEGACIN*/
#nav { margin-bottom: 5px; }
#nav ul { list-style-type: none; }
#nav #nav-bar { background: #fafafa;height: 40px; margin-top: 13px; width: 980px; padding: 0 10px; margin-left: -20px; }
#nav #nav-bar > ul > li {background: #fafafa; float: left; position: relative; font:11px 'SansRegular';}
#nav #nav-bar > ul > li:before { display: block; height: 11px; width: 8px; text-indent: -9999px; content: ""; float: left; margin: 13px 12px 0; }
#nav #nav-bar > ul > li:first-child:before { content: none; display: none; }
#nav #nav-bar > ul > li > a { border-left: 1px solid transparent; border-right: 1px solid transparent; color: #5f5e5c; float: left; height: 37px; line-height: 37px; padding: 0 16px; position: relative; z-index: 20; margin-top: 2px;}
#nav #nav-bar > ul > li > a.selected { color: #cf242a; }
#nav #nav-bar > ul > li:hover > a { background: #fbfbfb; border-left-color: #CCCCCC; border-right-color: #CCCCCC; text-decoration: none; }
#nav .submenu {
background: #dfdfdf;
/* for IE */ -ms-filter: ; /* for IE */
background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#cbcbcb)); /* for webkit browsers */
background-image: -moz-linear-gradient(center top, #fbfbfb, #cbcbcb); /* for firefox 3.6+ */
border: 1px solid #fafafa; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); display: none; font: 13px/14px serif; margin-left: 35px; min-width: 140px; padding: 18px; position: absolute; text-transform: uppercase; top: 39px; z-index: 15; }
#nav .submenu a { color: #545454; font:10px 'sansitalic'; }
#nav .submenu ul li { border-top: 1px solid #ffffff; padding: 8px 5px; text-align: left; white-space: nowrap; }
#nav .submenu ul li:first-child { border-top: 0; }
#nav .submenu ul li a { display: block; }
#nav #galeria-submenu { overflow: hidden; margin-left: -40px; padding-right: 28px 30px 28px 28px; width: 560px;}
#nav #galeria-submenu .left { float: left; width: 120px; padding: 0 10px; }
#nav #galeria-submenu .left h3 { font:14px 'sanslight_italic'; margin: 0 0 20px 5px; text-transform: none; }
#nav #galeria-submenu .left ul li { white-space: normal; }
/*FIN DE MENU DE NAVEGACIN*/
#seccion {
font-family:'sanslight';
padding:5px 0px 0px 0px;
float: left;
width: 980px;
margin:0px 0px 5px 0px;
/*background-image:url(aguila.jpg); background-position:bottom, center;
background-repeat:no-repeat;*/
}
.avisono{
font-family:titularregular;
font-size:16px;
color:#A5273F;
background-color:#CF0;
text-align:center}
.avisono a{
text-decoration: none;
}
.avisosi{
font-family:titularregular;
font-size:16px;
color:#497f43;
background-color:#ffffff;
text-align:center}
.liga a{
font-family:titularregular;
font-size:14px;
color:#497F43;}
.nommat{
font-family:titularregular;
font-size:14px;
color:#497F43;}
#seccion .subtitulo{
font-family:titularregular;
font-size:16px;
color:#497F43;}
#seccion .subtitulo2{
font-family:titularregular;
font-size:16px;
color:#000000;}
#seccion #header table{
width:980px;
border-left:none;
border-top:none;
border-right:none;
}
#seccion #header th{
font: 12px "sansultra", Calibri, sans-serif;
text-transform: uppercase;
color:#B92025;
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;}
#seccion #header td{
font: 10px "sanslight", Calibri, sans-serif;
text-transform: uppercase;
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;}
/*sdfsdfsdf*/
#seccion #header #revision table{
width:980px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
}
#seccion #header #revision td a{
color:#497F43;}
#seccion #header #revisions th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;}
#seccion #header #revision td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-top:solid 1px #666666;
}
/*asdfadsf*/
#seccion #pregunta table{
width:980px;
border-spacing:0px;
border-right:none;
border-bottom:none;
border-left:none;
border-top:none;
}
#seccion #pregunta th{
font: 14px "sansultra", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: none;
border-left: none;
cellspacing:0px;}
#seccion #pregunta td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: none;
border-top:none;
}
/* boletas */
#seccion #boleta table{
width:980px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#seccion #boleta td a{
color:#497F43;}
#seccion #boleta th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;}
#seccion #boleta td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
/* termina boleta*/
#seccion #registros .prom{
font: 10px "sanslight", Calibri, sans-serif;
color: #000;
text-decoration: none;
}
#seccion #registros table{
width:980px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#seccion #registros td a{
color:#497F43;}
#seccion #registros th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;}
#seccion #registros td .ligado{
color:#A5273F;
background-color:#CF0;
font: 9px "sanslight", Calibri, sans-serif;
}
#seccion #registros .tdf{
background-color:#AEADB3;
color:#000000;}
#seccion #registros .tdle{
font-size:10px;
text-align:center;}
#seccion #registros td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
#seccion #registros .ho{
color:#ffffff;
background-color:#03F;}
#seccion #registros .mu{
color:#ffffff;
background-color:#C6F;
}
#seccion #registros table .titulotabla {
text-align:center;
color:#ba2025; font: 15px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
background:#FFFFFF;
border: 1px solid #999999;
padding: 10px;
}
#seccion #registros form table{
border:none;}
#seccion #registros form th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-left:none;
border-bottom:none;
border-top:none;
border-right:none;
}
#seccion #registros form td{
padding:3px;
border-left:none;
border-bottom:none;
border-top:none;
border-right:none;
}
#seccion #registros form input,select{
font-size:11px;
border-left:#CCC solid 1px;
border-bottom:#CCC solid 1px;
border-top:none;
border-right:none;
}
/* pie de pagina */
#pie{
font-family:'sanslight';
width:980px;
margin: 18px auto 0;
}
#pie p {
color: gray;
font-size: 11px;
padding-bottom: 20px;
padding-top: 20px;
}
#titlepie{
font-size:14px;
text-align:center;
border-bottom:double #dedede;
border-top:double #dedede;
}
.bloqueo {
display: block;
height: 25px;
background:#666666;
}
#reticula
{
background-color:transparent;
}
#reticula table{
width:980px;
border-spacing:8px;
}
#reticula th{
font: 11px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
}
#reticula td{
height: auto;
width:100px;
text-align:center;
border-top: solid 1px #555;
border-bottom:solid 1px #555;
border-left: solid 1px #555;
border-right:solid 1px #555;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
#reticula .cursaord{
background-color:#33CCFF;
-moz-box-shadow: rgb(150,150,150) 10px 10px 10px;
-webkit-box-shadow: rgb(150,150,150) 10px 10px 10px;
box-shadow: rgb(150,150,150) 10px 10px 10px;
}
#reticula .cursarep{
background-color:#FF9900;
-moz-box-shadow: rgb(150,150,150) 10px 10px 10px;
-webkit-box-shadow: rgb(150,150,150) 10px 10px 10px;
box-shadow: rgb(150,150,150) 10px 10px 10px;
}
#reticula .cursaesp{
background-color:#FF0000;
-moz-box-shadow: rgb(150,150,150) 10px 10px 10px;
-webkit-box-shadow: rgb(150,150,150) 10px 10px 10px;
box-shadow: rgb(150,150,150) 10px 10px 10px;
}
#reticula .cursaglo{
background-color:#FF99FF;
-moz-box-shadow: rgb(150,150,150) 10px 10px 10px;
-webkit-box-shadow: rgb(150,150,150) 10px 10px 10px;
box-shadow: rgb(150,150,150) 10px 10px 10px;
}
#reticula .aprob{
background-color:#CCFF00;
}
#reticula .repro{
background-color:#C0C0C0;
}
#reticula td .materia{
font: 9px "sans_lightbold", Calibri, sans-serif;
padding:3px 0px;
}
#reticula td .idmat{
text-align:center;
color:#B92025;
font: 10px "titularregular", Calibri, sans-serif;
padding:3px;
}
#reticula td .reprobo{
text-align:right;
font: 12px "titularregular", Calibri, sans-serif;
color:#F00;
}
#reticula td > .nums{
width:100px;
text-align:center;
border-spacing:0px;
/*border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
border-right:solid 1px #000000;*/}
#reticula .agregar{
font: 10px "titularregular", Calibri, sans-serif;
background-color:#CCFF00;
text-decoration: none;
}
#seccion #lista form th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-left:none;
border-bottom:none;
border-top:none;
border-right:none;
}
#seccion #lista table{
width:980px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#seccion #lista th{
height:100px;
font: 11px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;}
#seccion #lista td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
.SaltoDePagina
{
page-break-before:always;
}
#scicom{
color:#ba2025;
font: 18px "sansregular";
background:#FFFFFF;
border: 1px solid #999999;
padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
/* CLASE PARA REDIMENSIONAR IMAGENES*/
.imagen{
width: 50px;
height: 30px;
}
.icono{
width: 20px;
height:20px;
}
.credencial{
width:981px;
height:280px;
margin:0px auto;
border:1px solid #000000;
border-style:dotted;}
.credelado {
border-left:1px solid #000000;
border-left-style:dotted;
width:487px;
height:inherit;
float:left;
}
.logotec img
{
width:86px;
height:59px;
padding:5px 5px 0px 5px;
float:left;
}
.nomtec{
float:left;
width:380px;
height:25;
font: 15px "titularbold", Calibri, sans-serif;
color:#333;
padding:10px 5px;
text-align:center;
margin-bottom:15px;
}
.lineasalto{
clear:both;}
.nombiblio{
font: 15px "titularbold", Calibri, sans-serif;
padding:0px;
}
.etiqueta{
float:left;
padding:0px 5px 0px 30px;
width:100px;
font: 12px "sansbold", Calibri, sans-serif;}
.dato{
float:left;
padding:0px 5px 0px 0px;
width:290px;
font: 14px "sanslight", Calibri, sans-serif;}
.carrera{
float:left;
padding:0px 5px 0px 135px;
width:55px;
font: 12px "sansbold", Calibri, sans-serif;}
.datocarr{
float:left;
padding:0px 5px 0px 0px;
width:250px;
font: 14px "sanslight", Calibri, sans-serif;}
.direc{
float:right;
width:330px;
margin-top:60px;
border-top:2px solid #000;
text-align:center;
font: 14px "sansbold", Calibri, sans-serif;
margin-right:20px;}
.credelogosep img{
width:215px;
height:60px;
padding:5px;
float:left
display:block;}
.credelogodgest img{
width:100px;
height:50px;
padding:20px 0px 20px 150px;
}
.otrolado{
width:398px;
padding-top:20px;
margin:0px auto;
}
.datoestu{
float:left;
width:80px;
border:1px solid #000;
border-collapse:collapse;
height:40px;
font: 13px "sansbold", Calibri, sans-serif;}
.datoestu2{
float:left;
width:310px;
border:1px solid #000;
border-collapse:collapse;
height:40px;
}
.refrendo{
float:left;
margin-top:5px;
margin-left:10px;}
.refrendo table{
width:200px;
border:1px solid #000;
border-collapse:collapse;
text-align:center;}
.refrendo th{
border:1px solid #000;
font: 10px "sanslight", Calibri, sans-serif;
}
.refrendo td{
border:1px solid #000;
font: 10px "sanslight", Calibri, sans-serif;
}
.firma{
float:right;
width:250px;
margin-top:40px;
border-top:2px solid #000;
text-align:center;
font: 12px "sanslight", Calibri, sans-serif;
margin-right:20px;}
#seccion #evadoc{
background: #F4F4F4;
}
#seccion #evadoc table{
width:980px;
border:none;
}
#seccion #evadoc td a{
color:#497F43;}
#seccion #evadoc th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border:none;
cellspacing:0px;}
#seccion #evadoc .tdf{
background-color:#AEADB3;
color:#000000;}
#seccion #evadoc .tdle{
font-size:10px;
text-align:center;}
#seccion #evadoc td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border:none;
}
/*INICIO DE CSS PARA EVALDOC*/
#seccion #evadoc table{
width:980px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#seccion #evadoc td a{
color:#497F43;}
#seccion #evadoc th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;}
#seccion #evadoc td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
#seccion #evadoc table .titulotabla {
text-align:left;
color:#497f43; font: 15px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
background:#FFFFFF;
border: 1px solid #999999;
padding: 5px;
}
#seccion #evadoc table .resul {
text-align:center;
color:#497f43; font: 13px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
}
#seccion #evadoc table .resumod {
text-align:right;
color:#a5273f; font: 13px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
background: #F4F4F4;
}
#seccion #evadoc table .grantotal {
text-align:center;
color:#497f43; font: 16px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
background: #Fafafa;
}
/*--------- INICIO DE CALIFICACIONES-------------*/
#calificareg table{
width:1000px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#calificareg td a{
color:#497F43;}
#calificareg th{
font: 12px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;
}
#calificareg td{
font: 10px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
#calificareg table .titulotabla {
text-align:center;
color:#ba2025; font: 15px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
background:#FFFFFF;
border: 1px solid #999999;
padding: 10px;
}
#calificareg form table{
border:none;}
#calificareg input{
font-size: 11px;
background:#fafafa;
border:none;
text-align:right;
}
.cals{
width:28px;}
/*---------- FIN DE CALIFICACIONES --------------*/
/*IMPRESION DE REPORTES DE ACADEMICOS*/
#seccion #registrosrep{
height: 360px;
background: none;
}
#seccion #registrosrep table{
width:1000px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#seccion #registrosrep td a{
color:#497F43;}
#seccion #registrosrep th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
font-weight: normal;}
#seccion #registrosrep td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
#seccion #registrosrep .reportedatos table{
border: none;
}
#seccion #registrosrep .reportedatos td{
font-size: 9px;
border: none;
}
#seccion #avance{
margin: 100px auto;
width: 800px;
font: 16px "sanslight", Calibri, sans-serif;
color: #000;
text-align: justify;
text-decoration: none;
}
#seccion #avance .eslogan{
font: 9px "titularregular", Calibri, sans-serif;
color: #000;
text-align: justify;
text-decoration: none;
}
#seccion #avance .fecha{
font: 16px "sanslight", Calibri, sans-serif;
color: #000;
text-align: right;
text-decoration: none;
}
/*calificaciones*/
#califica .prom{
font: 10px "sanslight", Calibri, sans-serif;
color: #000;
text-decoration: none;
}
#califica table{
width:980px;
border-spacing:0px;
border-right:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
}
#califica td a{
color:#497F43;}
#califica th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-top: solid 1px #000000;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
cellspacing:0px;}
#califica td .ligado{
color:#A5273F;
background-color:#CF0;
font: 9px "sanslight", Calibri, sans-serif;
}
#califica .tdf{
background-color:#AEADB3;
color:#000000;}
#califica .tdle{
font-size:10px;
text-align:center;}
#califica td{
font: 12px "sanslight", Calibri, sans-serif;
color:#333333;
border-left: solid 1px #000000;
border-left-style:dotted;
border-top:solid 1px #666666;
border-top-style:dotted;
}
#califica .ho{
color:#ffffff;
background-color:#03F;}
#califica .mu{
color:#ffffff;
background-color:#C6F;
}
#califica table .titulotabla {
text-align:center;
color:#ba2025; font: 15px "titularregular", Calibri, sans-serif; outline:none; text-decoration: none;
background:#FFFFFF;
border: 1px solid #999999;
padding: 10px;
}
#califica form table{
border:none;}
#califica form th{
font: 14px "sans_lightbold", Calibri, sans-serif;
text-transform: uppercase;
text-align:center;
color:#B92025;
border-left:none;
border-bottom:none;
border-top:none;
border-right:none;
}
#califica form td{
padding:3px;
border-left:none;
border-bottom:none;
border-top:none;
border-right:none;
}
#califica form input,select{
font-size:11px;
border-left:#CCC solid 1px;
border-bottom:#CCC solid 1px;
border-top:none;
border-right:none;
}
/*fin calificaciones*/ | 0.376738 | 0.089375 |
:root {
--bdazzled-blue: #3d5a80ff;
--pale-cerulean: #98c1d9ff;
--light-cyan: #e0fbfcff;
--burnt-sienna: #ee6c4dff;
--gunmetal: #293241ff;
}
* {
}
html {
font-size: 16px;
color: var(--gunmetal);
}
body {
width: 80vw;
margin: 0 auto;
/* margin-top: 6rem; */
height: auto;
background: var(--bdazzled-blue);
}
header {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
margin-bottom: 3vh;
margin-top: 4.4vh;
color: var(--light-cyan);
}
.title {
margin: 0 auto;
font-size: 2.2rem;
margin-bottom: 0.5rem;
display: inline;
}
.timerLabel {
display: inline;
margin: 0 auto;
}
#timer {
float: right;
display: inline;
font-size: 1.2rem;
padding-top: 0.8rem;
}
/* Start of styling for the game area */
#startButton,
#submitButton,
#clearButton,
#viewHighscores,
#mainMenu {
background-color: var(--bdazzled-blue);
border: 2px solid #020353;
color: var(--light-cyan);
padding: 0.4em 1.4em;
text-align: center;
text-decoration: none;
font-size: 1em;
display: block;
width: auto;
border-radius: 3px;
box-shadow: 3px 3px 8px 0 var(--gunmetal); /* h-offset v-offset blur spread color */
margin: 0.8rem auto;
}
#startButton {
position: absolute;
top: 50%;
left: 50%;
font-size: 2rem;
width: 80%;
transform: translate(-50%, -50%);
}
#startButton:hover, #startButton:active, #viewHighscores:hover,#viewHighscores:active{
padding: .5em 1.5em;
}
.scores {
font-size: 1.2rem;
list-style:decimal;
list-style-position: inside;
}
.scoreLabel {
font-size: 1.3rem;
font-weight: bold;
padding-top: 0.2rem;
}
.newScore {
font-size: 1rem;
font-size: 1.2rem;
color: var(--gunmetal) !important;
}
.highscoreEL {
margin: .2rem auto;
text-align: center;
}
h2 {
font-size: 2rem;
}
h1 {
font-size: 2.4rem;
}
.gameArea {
position: relative;
display: inline-block;
background: var(--light-cyan);
min-height: 50vh;
padding-bottom: 2rem;
width: 100%;
margin: 0 auto;
border-radius: 25px;
}
.questionArea {
text-align: center;
display: block;
padding: 1.2rem 0px;
margin: 1rem 0px;
}
#questionSpan {
font-size: 1.4rem;
}
.answerArea {
height: 60%;
text-align: left;
width: 90%;
margin: 0 auto;
bottom: 10%;
display: none;
}
h3.answer {
background: var(--bdazzled-blue);
margin: 0.2rem;
display: block;
font-size: 0.9rem;
width: 100%;
border: 3px solid var(--gunmetal);
border-radius: 10px;
padding: 1rem 1.6rem;
text-align: center;
color: var(--light-cyan);
}
h3:hover {
border: 3px dotted black;
background: var(--gunmetal);
}
.highscore-container {
/* display:none; */
width: auto;
margin: 0 auto 5% auto !important;
text-align: center;
display: none;
}
.hidden {
display: none;
}
.show {
display: block;
}
.show-inline {
display: inline;
}
.scoreHeader {
padding-bottom: 0.4rem;
font-size: 1.4rem;
}
.highscoreEntry {
width: 100%;
margin: 0 auto;
text-align: center;
}
#highscoreForm {
display: none;
margin: 0 auto;
max-width: auto;
text-align: center;
}
input[type="text"] {
width: 60%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid var(--gunmetal);
border-radius: 9px;
box-sizing: border-box;
}
#clearButton {
display: none;
}
#viewHighscores {
display: block;
margin: 1rem auto;
position: absolute;
bottom: 5%;
left: 50%;
transform: translateX(-50%);
}
#mainMenu {
display: none;
}
@media only screen and (min-width: 360px) {
header {
flex-direction: column;
}
.title {
font-size: 2.8rem;
margin: 0;
}
.scoreHeader {
font-size: 2.2rem;
}
h3.answer {
font-size: 1rem;
}
}
@media only screen and (min-width: 568px) {
header {
flex-direction: row;
}
.title {
font-size: 2.6rem;
margin: 0;
}
.scoreHeader {
font-size: 3rem;
}
h3.answer {
font-size: 1.4rem;
}
#questionSpan {
font-size: 1.8rem;
}
}
@media only screen and (min-width: 767px) {
header {
flex-direction: row;
}
.title {
font-size: 3.2rem;
margin: 0;
}
.scoreHeader {
font-size: 3.6rem;
font-weight: 800;
margin-bottom: 1.2rem;
}
.scores{
font-size: 2.4rem;
font-weight: 700;
list-style:decimal;
list-style-position: inside;
}
h3.answer {
font-size: 1.6rem;
}
#questionSpan {
font-size: 2rem;
}
} | assets/css/style.css | :root {
--bdazzled-blue: #3d5a80ff;
--pale-cerulean: #98c1d9ff;
--light-cyan: #e0fbfcff;
--burnt-sienna: #ee6c4dff;
--gunmetal: #293241ff;
}
* {
}
html {
font-size: 16px;
color: var(--gunmetal);
}
body {
width: 80vw;
margin: 0 auto;
/* margin-top: 6rem; */
height: auto;
background: var(--bdazzled-blue);
}
header {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
margin-bottom: 3vh;
margin-top: 4.4vh;
color: var(--light-cyan);
}
.title {
margin: 0 auto;
font-size: 2.2rem;
margin-bottom: 0.5rem;
display: inline;
}
.timerLabel {
display: inline;
margin: 0 auto;
}
#timer {
float: right;
display: inline;
font-size: 1.2rem;
padding-top: 0.8rem;
}
/* Start of styling for the game area */
#startButton,
#submitButton,
#clearButton,
#viewHighscores,
#mainMenu {
background-color: var(--bdazzled-blue);
border: 2px solid #020353;
color: var(--light-cyan);
padding: 0.4em 1.4em;
text-align: center;
text-decoration: none;
font-size: 1em;
display: block;
width: auto;
border-radius: 3px;
box-shadow: 3px 3px 8px 0 var(--gunmetal); /* h-offset v-offset blur spread color */
margin: 0.8rem auto;
}
#startButton {
position: absolute;
top: 50%;
left: 50%;
font-size: 2rem;
width: 80%;
transform: translate(-50%, -50%);
}
#startButton:hover, #startButton:active, #viewHighscores:hover,#viewHighscores:active{
padding: .5em 1.5em;
}
.scores {
font-size: 1.2rem;
list-style:decimal;
list-style-position: inside;
}
.scoreLabel {
font-size: 1.3rem;
font-weight: bold;
padding-top: 0.2rem;
}
.newScore {
font-size: 1rem;
font-size: 1.2rem;
color: var(--gunmetal) !important;
}
.highscoreEL {
margin: .2rem auto;
text-align: center;
}
h2 {
font-size: 2rem;
}
h1 {
font-size: 2.4rem;
}
.gameArea {
position: relative;
display: inline-block;
background: var(--light-cyan);
min-height: 50vh;
padding-bottom: 2rem;
width: 100%;
margin: 0 auto;
border-radius: 25px;
}
.questionArea {
text-align: center;
display: block;
padding: 1.2rem 0px;
margin: 1rem 0px;
}
#questionSpan {
font-size: 1.4rem;
}
.answerArea {
height: 60%;
text-align: left;
width: 90%;
margin: 0 auto;
bottom: 10%;
display: none;
}
h3.answer {
background: var(--bdazzled-blue);
margin: 0.2rem;
display: block;
font-size: 0.9rem;
width: 100%;
border: 3px solid var(--gunmetal);
border-radius: 10px;
padding: 1rem 1.6rem;
text-align: center;
color: var(--light-cyan);
}
h3:hover {
border: 3px dotted black;
background: var(--gunmetal);
}
.highscore-container {
/* display:none; */
width: auto;
margin: 0 auto 5% auto !important;
text-align: center;
display: none;
}
.hidden {
display: none;
}
.show {
display: block;
}
.show-inline {
display: inline;
}
.scoreHeader {
padding-bottom: 0.4rem;
font-size: 1.4rem;
}
.highscoreEntry {
width: 100%;
margin: 0 auto;
text-align: center;
}
#highscoreForm {
display: none;
margin: 0 auto;
max-width: auto;
text-align: center;
}
input[type="text"] {
width: 60%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid var(--gunmetal);
border-radius: 9px;
box-sizing: border-box;
}
#clearButton {
display: none;
}
#viewHighscores {
display: block;
margin: 1rem auto;
position: absolute;
bottom: 5%;
left: 50%;
transform: translateX(-50%);
}
#mainMenu {
display: none;
}
@media only screen and (min-width: 360px) {
header {
flex-direction: column;
}
.title {
font-size: 2.8rem;
margin: 0;
}
.scoreHeader {
font-size: 2.2rem;
}
h3.answer {
font-size: 1rem;
}
}
@media only screen and (min-width: 568px) {
header {
flex-direction: row;
}
.title {
font-size: 2.6rem;
margin: 0;
}
.scoreHeader {
font-size: 3rem;
}
h3.answer {
font-size: 1.4rem;
}
#questionSpan {
font-size: 1.8rem;
}
}
@media only screen and (min-width: 767px) {
header {
flex-direction: row;
}
.title {
font-size: 3.2rem;
margin: 0;
}
.scoreHeader {
font-size: 3.6rem;
font-weight: 800;
margin-bottom: 1.2rem;
}
.scores{
font-size: 2.4rem;
font-weight: 700;
list-style:decimal;
list-style-position: inside;
}
h3.answer {
font-size: 1.6rem;
}
#questionSpan {
font-size: 2rem;
}
} | 0.388154 | 0.143038 |
@charset "UTF-8";
/**
*
* @authors yutent (<EMAIL>)
* @date 2014-10-10 00:45:09
*
* doui的CSS规范
*
* 不能出现大写,以连字符风格命名
* 表示状态的应该用do-st-*命名
* 表示功能的应该用do-fn-*命名
* 表示页面模块的应该用do-mod-modname 命名
* 表示UI组件的应该用do-uiname命名, 它的子元素应该全部包在 .do-uiname这个根类下
* 如 .do-layer .body { ... }
*
* 样式规则的出现顺序
* 1 display float position overflow z-index 表示定位/布局的属性
* 2 width height margin padding border 表示盒子模型的属性
* 3 line-height font-size vertical-align text-align user-select outline ....排版相关的属性
* 4 color background opacity cursor ...表示装饰相关的属性
* 5 content list-style quotes ... 内容生成相关的属性
*
*/
* {margin: 0;padding: 0;vertical-align: baseline;box-sizing:border-box;}
::before,::after {box-sizing:border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,content {display: block;}
img {border:0;display:inline-block;}
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;}
a:focus,input,textarea,button:focus,input:focus,textarea:focus {outline:none;}
::-moz-focus-inner {
border:none;outline:none;
}
body {font-family:Helvetica, Arial,"WenQuanYi Micro Hei","PingFang SC","Hiragino Sans GB","Segoe UI", "Microsoft Yahei", sans-serif;-webkit-font-smoothing: antialiased;text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}
code,pre,samp {font-family:Menlo,Monaco,Consolas,"Courier New",monospace;}
[anot],[\:repeat],[\:if],[is-widget],slot {visibility:hidden;}
.do-fn-cl { *zoom: 1; }
.do-fn-cl::after { content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow:hidden;}
.do-fn-clear {clear:both;display:inline;}
.do-fn-show{display:block;}
.do-fn-hide{display:none;}
.do-fn-fl{float:left;}
.do-fn-fr{float:right;}
.do-fn-noselect {-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;user-select: none;}
.do-fn-noselect img, .do-fn-noselect a {-webkit-user-drag:none;}
.do-fn-ell {overflow:hidden; white-space:nowrap; text-overflow:ellipsis }
.do-st-thin {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.do-st-hand {cursor:pointer;}
[class^="do-icon-"], [class*=" do-icon-"] {display:inline-block;font-family:"uifont" !important;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;} | src/lib/css/reset-basic.css | @charset "UTF-8";
/**
*
* @authors yutent (<EMAIL>)
* @date 2014-10-10 00:45:09
*
* doui的CSS规范
*
* 不能出现大写,以连字符风格命名
* 表示状态的应该用do-st-*命名
* 表示功能的应该用do-fn-*命名
* 表示页面模块的应该用do-mod-modname 命名
* 表示UI组件的应该用do-uiname命名, 它的子元素应该全部包在 .do-uiname这个根类下
* 如 .do-layer .body { ... }
*
* 样式规则的出现顺序
* 1 display float position overflow z-index 表示定位/布局的属性
* 2 width height margin padding border 表示盒子模型的属性
* 3 line-height font-size vertical-align text-align user-select outline ....排版相关的属性
* 4 color background opacity cursor ...表示装饰相关的属性
* 5 content list-style quotes ... 内容生成相关的属性
*
*/
* {margin: 0;padding: 0;vertical-align: baseline;box-sizing:border-box;}
::before,::after {box-sizing:border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,content {display: block;}
img {border:0;display:inline-block;}
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;}
a:focus,input,textarea,button:focus,input:focus,textarea:focus {outline:none;}
::-moz-focus-inner {
border:none;outline:none;
}
body {font-family:Helvetica, Arial,"WenQuanYi Micro Hei","PingFang SC","Hiragino Sans GB","Segoe UI", "Microsoft Yahei", sans-serif;-webkit-font-smoothing: antialiased;text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}
code,pre,samp {font-family:Menlo,Monaco,Consolas,"Courier New",monospace;}
[anot],[\:repeat],[\:if],[is-widget],slot {visibility:hidden;}
.do-fn-cl { *zoom: 1; }
.do-fn-cl::after { content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow:hidden;}
.do-fn-clear {clear:both;display:inline;}
.do-fn-show{display:block;}
.do-fn-hide{display:none;}
.do-fn-fl{float:left;}
.do-fn-fr{float:right;}
.do-fn-noselect {-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;user-select: none;}
.do-fn-noselect img, .do-fn-noselect a {-webkit-user-drag:none;}
.do-fn-ell {overflow:hidden; white-space:nowrap; text-overflow:ellipsis }
.do-st-thin {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.do-st-hand {cursor:pointer;}
[class^="do-icon-"], [class*=" do-icon-"] {display:inline-block;font-family:"uifont" !important;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;} | 0.264833 | 0.068975 |
.free-panel {
background: #fff;
border-radius: 2px;
border-radius: 2px; }
.free-panel::after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden; }
.free-panel.free-panel-maximized {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999;
margin: 0; }
.free-panel .free-panel-tool {
color: #555; }
.free-panel .free-panel-tool i.fa {
padding: 0 6px;
font-weight: normal;
font-size: 13px;
cursor: pointer; }
.free-panel .free-panel-tool i.fa:hover {
opacity: .8; }
.free-panel .free-panel-header {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
background-color: #fff;
min-height: 35px;
font-size: .75rem;
padding: .25rem .75rem;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
.free-panel .free-panel-content {
box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3); }
.free-panel .free-panel-inner {
padding: .5rem; }
.free-panel .free-panel-footer {
border-top: 1px solid #e9e9e9;
padding: .5rem .75rem;
background-color: #fafafa; }
.free-panel.free-panel-primary .free-panel-header {
background-color: #177bbb !important;
color: #fff; }
.free-panel.free-panel-primary .free-panel-tool {
color: #fff; }
.free-panel.free-panel-info .free-panel-header {
background-color: #1ccacc !important;
color: #fff; }
.free-panel.free-panel-info .free-panel-tool {
color: #fff; }
.free-panel.free-panel-success .free-panel-header {
background-color: #1aae88 !important;
color: #fff; }
.free-panel.free-panel-success .free-panel-tool {
color: #fff; }
.free-panel.free-panel-warning .free-panel-header {
background-color: #fbb23e !important;
color: #fff; }
.free-panel.free-panel-warning .free-panel-tool {
color: #fff; }
.free-panel.free-panel-danger .free-panel-header {
background-color: #e33244 !important;
color: #fff; }
.free-panel.free-panel-danger .free-panel-tool {
color: #fff; }
/*# sourceMappingURL=panel.component.css.map */ | src/app/component/panel/panel.component.css | .free-panel {
background: #fff;
border-radius: 2px;
border-radius: 2px; }
.free-panel::after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden; }
.free-panel.free-panel-maximized {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999;
margin: 0; }
.free-panel .free-panel-tool {
color: #555; }
.free-panel .free-panel-tool i.fa {
padding: 0 6px;
font-weight: normal;
font-size: 13px;
cursor: pointer; }
.free-panel .free-panel-tool i.fa:hover {
opacity: .8; }
.free-panel .free-panel-header {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
background-color: #fff;
min-height: 35px;
font-size: .75rem;
padding: .25rem .75rem;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
.free-panel .free-panel-content {
box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3); }
.free-panel .free-panel-inner {
padding: .5rem; }
.free-panel .free-panel-footer {
border-top: 1px solid #e9e9e9;
padding: .5rem .75rem;
background-color: #fafafa; }
.free-panel.free-panel-primary .free-panel-header {
background-color: #177bbb !important;
color: #fff; }
.free-panel.free-panel-primary .free-panel-tool {
color: #fff; }
.free-panel.free-panel-info .free-panel-header {
background-color: #1ccacc !important;
color: #fff; }
.free-panel.free-panel-info .free-panel-tool {
color: #fff; }
.free-panel.free-panel-success .free-panel-header {
background-color: #1aae88 !important;
color: #fff; }
.free-panel.free-panel-success .free-panel-tool {
color: #fff; }
.free-panel.free-panel-warning .free-panel-header {
background-color: #fbb23e !important;
color: #fff; }
.free-panel.free-panel-warning .free-panel-tool {
color: #fff; }
.free-panel.free-panel-danger .free-panel-header {
background-color: #e33244 !important;
color: #fff; }
.free-panel.free-panel-danger .free-panel-tool {
color: #fff; }
/*# sourceMappingURL=panel.component.css.map */ | 0.428951 | 0.102125 |
Variables
========================================================================== */
/* ==========================================================================
Player
========================================================================== */
.cstm-player {
line-height: normal;
margin: 0 0 30px;
zoom: 1;
}
.cstm-player:before,
.cstm-player:after {
content: " ";
display: table;
}
.cstm-player:after {
clear: both;
}
.cstm-player .cstm-player-video {
position: relative;
}
.cstm-player .cstm-player-video img {
display: block;
width: 100%;
-webkit-border-radius: .25rem .25rem 0 0;
border-radius: .25rem .25rem 0 0;
}
.cstm-player .cstm-player-video .hover {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
-webkit-border-radius: .25rem .25rem 0 0;
border-radius: .25rem .25rem 0 0;
text-align: center;
color: #fff;
cursor: pointer;
}
.cstm-player .cstm-player-video .hover .font-icon-play {
display: block;
position: absolute;
left: 50%;
top: 50%;
font-size: 2.5rem /*40/16*/;
line-height: 1;
margin: -20px 0 0 -13px;
}
.cstm-player .cstm-player-progress {
height: 10px;
background: #444444;
position: relative;
}
.cstm-player .cstm-player-progress > div {
position: absolute;
left: 0;
top: 0;
height: 100%;
background: #00a8ff;
}
.cstm-player .cstm-player-inner {
background: #fff;
position: relative;
border: solid 1px #d8e2e7;
}
.cstm-player .cstm-player-volume {
margin: 0 auto;
height: 10px;
width: 100%;
max-width: 320px;
background: #eceff4;
-webkit-border-radius: 25rem;
border-radius: 25rem;
position: relative;
}
.cstm-player .cstm-player-volume .progress {
position: absolute;
left: 0;
top: 0;
height: 100%;
background: #00a8ff;
-webkit-border-radius: 25rem;
border-radius: 25rem;
}
.cstm-player .cstm-player-volume .handle {
width: 28px;
height: 28px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #fff;
position: absolute;
top: 50%;
right: -14px;
margin-top: -14px;
cursor: pointer;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 3px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 3px 1px rgba(0, 0, 0, 0.1);
}
.cstm-player .cstm-player-album {
color: #6c7a86;
}
.cstm-player .cstm-player-controls {
text-align: center;
line-height: 1;
}
.cstm-player .cstm-player-controls .font-icon {
cursor: pointer;
color: #d8e2e7;
vertical-align: middle;
}
.cstm-player .cstm-player-controls .font-icon:hover {
color: #00a8ff;
}
.cstm-player.cstm-player-big .cstm-player-inner {
border-top: none;
-webkit-border-radius: 0 0 .25rem .25rem;
border-radius: 0 0 .25rem .25rem;
padding: 20px 10px 40px;
text-align: center;
}
.cstm-player.cstm-player-big .cstm-player-inner .time {
font-size: .875rem;
color: #6c7a86;
position: absolute;
top: 8px;
}
.cstm-player.cstm-player-big .cstm-player-inner .time.time-left {
left: 10px;
}
.cstm-player.cstm-player-big .cstm-player-inner .time.time-right {
right: 10px;
}
.cstm-player.cstm-player-big .cstm-player-singer {
font-size: 1.75rem /*28/16*/;
margin: 0 0 6px;
}
.cstm-player.cstm-player-big .cstm-player-song {
font-size: 1.25rem /*20/16*/;
margin: 0 0 8px;
}
.cstm-player.cstm-player-big .cstm-player-controls {
font-size: 2.5rem /*40/16*/;
padding: 20px 0;
}
.cstm-player.cstm-player-big .cstm-player-controls .font-icon.font-icon-play-circle {
font-size: 6rem /*96/16*/;
margin: 0 1rem;
}
.cstm-player.cstm-player-small .cstm-player-preview {
float: left;
width: 147px;
position: relative;
z-index: 5;
}
.cstm-player.cstm-player-small .cstm-player-preview:after {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
-webkit-border-radius: .25rem 0 0 0;
border-radius: .25rem 0 0 0;
}
.cstm-player.cstm-player-small .cstm-player-preview img {
display: block;
width: 100%;
-webkit-border-radius: .25rem 0 0 0;
border-radius: .25rem 0 0 0;
}
.cstm-player.cstm-player-small .cstm-player-inner {
float: right;
width: 100%;
margin-left: -147px;
border-left: none;
border-bottom: none;
-webkit-border-radius: 0 .25rem 0 0;
border-radius: 0 .25rem 0 0;
}
.cstm-player.cstm-player-small .cstm-player-inner-in {
margin-left: 167px;
height: 97px;
overflow: hidden;
}
.cstm-player.cstm-player-small .cstm-player-progress {
clear: both;
height: 8px;
-webkit-border-radius: 0 0 .25rem .25rem;
border-radius: 0 0 .25rem .25rem;
overflow: hidden;
}
.cstm-player.cstm-player-small .cstm-player-progress > div {
-webkit-border-radius: 0 0 0 .25rem;
border-radius: 0 0 0 .25rem;
}
.cstm-player.cstm-player-small .cstm-player-controls {
width: 135px;
float: right;
position: relative;
z-index: 5;
font-size: 1.25rem;
line-height: 100px;
}
.cstm-player.cstm-player-small .cstm-player-controls .font-icon.font-icon-play-circle {
font-size: 3.125rem /*50/16*/;
margin: 0 5px;
}
.cstm-player.cstm-player-small .cstm-player-info {
float: left;
width: 100%;
margin-right: -135px;
}
.cstm-player.cstm-player-small .cstm-player-info-in {
margin-right: 135px;
padding: 12px 0 0;
}
.cstm-player.cstm-player-small .cstm-player-singer,
.cstm-player.cstm-player-small .cstm-player-song,
.cstm-player.cstm-player-small .cstm-player-album {
white-space: nowrap;
width: 100%;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
line-height: 24px;
}
.cstm-player.cstm-player-small .cstm-player-singer {
font-weight: 600;
}
.cstm-player.cstm-player-small .cstm-player-song,
.cstm-player.cstm-player-small .cstm-player-album {
font-size: .875rem;
}
/* ==========================================================================
Video Player
========================================================================== */
.cstm-video-player {
margin: 0 0 30px;
height: 320px;
-webkit-border-radius: .25rem;
border-radius: .25rem;
background: #000 no-repeat 50% 50%;
background-size: cover;
position: relative;
}
.cstm-video-player .cstm-video-player-controls {
height: 75px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
-webkit-border-radius: 0 0 .25rem .25rem;
border-radius: 0 0 .25rem .25rem;
background: url('/img/player-controls.png') repeat-x bottom;
background-size: 2px 75px;
padding: 32px 10px 0;
z-index: 5;
}
.cstm-video-player .cstm-video-player-controls-left,
.cstm-video-player .cstm-video-player-controls-right {
zoom: 1;
padding: 5px;
}
.cstm-video-player .cstm-video-player-controls-left:before,
.cstm-video-player .cstm-video-player-controls-right:before,
.cstm-video-player .cstm-video-player-controls-left:after,
.cstm-video-player .cstm-video-player-controls-right:after {
content: " ";
display: table;
}
.cstm-video-player .cstm-video-player-controls-left:after,
.cstm-video-player .cstm-video-player-controls-right:after {
clear: both;
}
.cstm-video-player .cstm-video-player-controls-left {
float: left;
}
.cstm-video-player .cstm-video-player-controls-right {
float: right;
}
.cstm-video-player .cstm-video-player-progress {
height: 3px;
position: relative;
background: #444;
}
.cstm-video-player .cstm-video-player-progress .downloaded,
.cstm-video-player .cstm-video-player-progress .played {
position: absolute;
left: 0;
top: 0;
height: 100%;
}
.cstm-video-player .cstm-video-player-progress .downloaded {
background: #777;
}
.cstm-video-player .cstm-video-player-progress .played {
background: #00a8ff;
}
.cstm-video-player .cstm-video-player-btn {
float: left;
width: 36px;
height: 32px;
border: none;
background: none;
color: #fff;
text-align: center;
}
.cstm-video-player .cstm-video-player-btn:hover {
color: #00a8ff;
}
.cstm-video-player .cstm-video-player-btn .font-icon {
position: relative;
top: 1px;
}
.cstm-video-player .cstm-video-player-hover {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
-webkit-border-radius: .25rem;
border-radius: .25rem;
color: #fff;
}
.cstm-video-player .cstm-video-player-hover .font-icon {
font-size: 2.625rem;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
margin: -40px 0 0 -16px;
cursor: pointer;
}
.cstm-video-player .cstm-video-player-hover .font-icon:hover {
color: #00a8ff;
}
/* ==========================================================================
Minimalistic Player
========================================================================== */
.minimalistic-player {
position: relative;
padding: 0 85px 0 0;
}
.minimalistic-player .progress {
height: 4px;
background: #eaedef;
-webkit-border-radius: 2px;
border-radius: 2px;
position: relative;
overflow: hidden;
margin: 0;
}
.minimalistic-player .progress > div {
position: absolute;
left: 0;
top: 0;
height: 100%;
-webkit-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
background: #00a8ff;
}
.minimalistic-player .progress.sound {
position: absolute;
right: 0;
bottom: 0;
width: 70px;
overflow: visible;
}
.minimalistic-player .progress.sound .handle {
content: '';
display: block;
width: 6px;
height: 12px;
border: solid 1px #fff;
background: #00a8ff;
position: absolute;
right: 0;
top: 50%;
margin: -6px -3px 0 0;
cursor: pointer;
}
.minimalistic-player .minimalistic-player-header {
margin: 0 0 5px;
}
.minimalistic-player .minimalistic-player-header .tbl-cell {
vertical-align: top;
}
.minimalistic-player .minimalistic-player-header .tbl-cell-action {
padding-right: 8px;
width: 5px;
}
.minimalistic-player .minimalistic-player-header .tbl-cell-action button {
border: none;
background: none;
color: #adb7be;
position: relative;
top: 1px;
}
.minimalistic-player .minimalistic-player-header .tbl-cell-action button:hover {
color: #00a8ff;
}
.minimalistic-player .minimalistic-player-header .tbl-cell-caption {
padding-left: 4px;
}
.minimalistic-player .minimalistic-player-header .tbl-cell-time {
text-align: right;
white-space: nowrap;
width: 20px;
padding-left: 10px;
color: #919fa9;
} | public/assets/css/separate/elements/player.css | Variables
========================================================================== */
/* ==========================================================================
Player
========================================================================== */
.cstm-player {
line-height: normal;
margin: 0 0 30px;
zoom: 1;
}
.cstm-player:before,
.cstm-player:after {
content: " ";
display: table;
}
.cstm-player:after {
clear: both;
}
.cstm-player .cstm-player-video {
position: relative;
}
.cstm-player .cstm-player-video img {
display: block;
width: 100%;
-webkit-border-radius: .25rem .25rem 0 0;
border-radius: .25rem .25rem 0 0;
}
.cstm-player .cstm-player-video .hover {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
-webkit-border-radius: .25rem .25rem 0 0;
border-radius: .25rem .25rem 0 0;
text-align: center;
color: #fff;
cursor: pointer;
}
.cstm-player .cstm-player-video .hover .font-icon-play {
display: block;
position: absolute;
left: 50%;
top: 50%;
font-size: 2.5rem /*40/16*/;
line-height: 1;
margin: -20px 0 0 -13px;
}
.cstm-player .cstm-player-progress {
height: 10px;
background: #444444;
position: relative;
}
.cstm-player .cstm-player-progress > div {
position: absolute;
left: 0;
top: 0;
height: 100%;
background: #00a8ff;
}
.cstm-player .cstm-player-inner {
background: #fff;
position: relative;
border: solid 1px #d8e2e7;
}
.cstm-player .cstm-player-volume {
margin: 0 auto;
height: 10px;
width: 100%;
max-width: 320px;
background: #eceff4;
-webkit-border-radius: 25rem;
border-radius: 25rem;
position: relative;
}
.cstm-player .cstm-player-volume .progress {
position: absolute;
left: 0;
top: 0;
height: 100%;
background: #00a8ff;
-webkit-border-radius: 25rem;
border-radius: 25rem;
}
.cstm-player .cstm-player-volume .handle {
width: 28px;
height: 28px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #fff;
position: absolute;
top: 50%;
right: -14px;
margin-top: -14px;
cursor: pointer;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 3px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 3px 1px rgba(0, 0, 0, 0.1);
}
.cstm-player .cstm-player-album {
color: #6c7a86;
}
.cstm-player .cstm-player-controls {
text-align: center;
line-height: 1;
}
.cstm-player .cstm-player-controls .font-icon {
cursor: pointer;
color: #d8e2e7;
vertical-align: middle;
}
.cstm-player .cstm-player-controls .font-icon:hover {
color: #00a8ff;
}
.cstm-player.cstm-player-big .cstm-player-inner {
border-top: none;
-webkit-border-radius: 0 0 .25rem .25rem;
border-radius: 0 0 .25rem .25rem;
padding: 20px 10px 40px;
text-align: center;
}
.cstm-player.cstm-player-big .cstm-player-inner .time {
font-size: .875rem;
color: #6c7a86;
position: absolute;
top: 8px;
}
.cstm-player.cstm-player-big .cstm-player-inner .time.time-left {
left: 10px;
}
.cstm-player.cstm-player-big .cstm-player-inner .time.time-right {
right: 10px;
}
.cstm-player.cstm-player-big .cstm-player-singer {
font-size: 1.75rem /*28/16*/;
margin: 0 0 6px;
}
.cstm-player.cstm-player-big .cstm-player-song {
font-size: 1.25rem /*20/16*/;
margin: 0 0 8px;
}
.cstm-player.cstm-player-big .cstm-player-controls {
font-size: 2.5rem /*40/16*/;
padding: 20px 0;
}
.cstm-player.cstm-player-big .cstm-player-controls .font-icon.font-icon-play-circle {
font-size: 6rem /*96/16*/;
margin: 0 1rem;
}
.cstm-player.cstm-player-small .cstm-player-preview {
float: left;
width: 147px;
position: relative;
z-index: 5;
}
.cstm-player.cstm-player-small .cstm-player-preview:after {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
-webkit-border-radius: .25rem 0 0 0;
border-radius: .25rem 0 0 0;
}
.cstm-player.cstm-player-small .cstm-player-preview img {
display: block;
width: 100%;
-webkit-border-radius: .25rem 0 0 0;
border-radius: .25rem 0 0 0;
}
.cstm-player.cstm-player-small .cstm-player-inner {
float: right;
width: 100%;
margin-left: -147px;
border-left: none;
border-bottom: none;
-webkit-border-radius: 0 .25rem 0 0;
border-radius: 0 .25rem 0 0;
}
.cstm-player.cstm-player-small .cstm-player-inner-in {
margin-left: 167px;
height: 97px;
overflow: hidden;
}
.cstm-player.cstm-player-small .cstm-player-progress {
clear: both;
height: 8px;
-webkit-border-radius: 0 0 .25rem .25rem;
border-radius: 0 0 .25rem .25rem;
overflow: hidden;
}
.cstm-player.cstm-player-small .cstm-player-progress > div {
-webkit-border-radius: 0 0 0 .25rem;
border-radius: 0 0 0 .25rem;
}
.cstm-player.cstm-player-small .cstm-player-controls {
width: 135px;
float: right;
position: relative;
z-index: 5;
font-size: 1.25rem;
line-height: 100px;
}
.cstm-player.cstm-player-small .cstm-player-controls .font-icon.font-icon-play-circle {
font-size: 3.125rem /*50/16*/;
margin: 0 5px;
}
.cstm-player.cstm-player-small .cstm-player-info {
float: left;
width: 100%;
margin-right: -135px;
}
.cstm-player.cstm-player-small .cstm-player-info-in {
margin-right: 135px;
padding: 12px 0 0;
}
.cstm-player.cstm-player-small .cstm-player-singer,
.cstm-player.cstm-player-small .cstm-player-song,
.cstm-player.cstm-player-small .cstm-player-album {
white-space: nowrap;
width: 100%;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
line-height: 24px;
}
.cstm-player.cstm-player-small .cstm-player-singer {
font-weight: 600;
}
.cstm-player.cstm-player-small .cstm-player-song,
.cstm-player.cstm-player-small .cstm-player-album {
font-size: .875rem;
}
/* ==========================================================================
Video Player
========================================================================== */
.cstm-video-player {
margin: 0 0 30px;
height: 320px;
-webkit-border-radius: .25rem;
border-radius: .25rem;
background: #000 no-repeat 50% 50%;
background-size: cover;
position: relative;
}
.cstm-video-player .cstm-video-player-controls {
height: 75px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
-webkit-border-radius: 0 0 .25rem .25rem;
border-radius: 0 0 .25rem .25rem;
background: url('/img/player-controls.png') repeat-x bottom;
background-size: 2px 75px;
padding: 32px 10px 0;
z-index: 5;
}
.cstm-video-player .cstm-video-player-controls-left,
.cstm-video-player .cstm-video-player-controls-right {
zoom: 1;
padding: 5px;
}
.cstm-video-player .cstm-video-player-controls-left:before,
.cstm-video-player .cstm-video-player-controls-right:before,
.cstm-video-player .cstm-video-player-controls-left:after,
.cstm-video-player .cstm-video-player-controls-right:after {
content: " ";
display: table;
}
.cstm-video-player .cstm-video-player-controls-left:after,
.cstm-video-player .cstm-video-player-controls-right:after {
clear: both;
}
.cstm-video-player .cstm-video-player-controls-left {
float: left;
}
.cstm-video-player .cstm-video-player-controls-right {
float: right;
}
.cstm-video-player .cstm-video-player-progress {
height: 3px;
position: relative;
background: #444;
}
.cstm-video-player .cstm-video-player-progress .downloaded,
.cstm-video-player .cstm-video-player-progress .played {
position: absolute;
left: 0;
top: 0;
height: 100%;
}
.cstm-video-player .cstm-video-player-progress .downloaded {
background: #777;
}
.cstm-video-player .cstm-video-player-progress .played {
background: #00a8ff;
}
.cstm-video-player .cstm-video-player-btn {
float: left;
width: 36px;
height: 32px;
border: none;
background: none;
color: #fff;
text-align: center;
}
.cstm-video-player .cstm-video-player-btn:hover {
color: #00a8ff;
}
.cstm-video-player .cstm-video-player-btn .font-icon {
position: relative;
top: 1px;
}
.cstm-video-player .cstm-video-player-hover {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
-webkit-border-radius: .25rem;
border-radius: .25rem;
color: #fff;
}
.cstm-video-player .cstm-video-player-hover .font-icon {
font-size: 2.625rem;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
margin: -40px 0 0 -16px;
cursor: pointer;
}
.cstm-video-player .cstm-video-player-hover .font-icon:hover {
color: #00a8ff;
}
/* ==========================================================================
Minimalistic Player
========================================================================== */
.minimalistic-player {
position: relative;
padding: 0 85px 0 0;
}
.minimalistic-player .progress {
height: 4px;
background: #eaedef;
-webkit-border-radius: 2px;
border-radius: 2px;
position: relative;
overflow: hidden;
margin: 0;
}
.minimalistic-player .progress > div {
position: absolute;
left: 0;
top: 0;
height: 100%;
-webkit-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
background: #00a8ff;
}
.minimalistic-player .progress.sound {
position: absolute;
right: 0;
bottom: 0;
width: 70px;
overflow: visible;
}
.minimalistic-player .progress.sound .handle {
content: '';
display: block;
width: 6px;
height: 12px;
border: solid 1px #fff;
background: #00a8ff;
position: absolute;
right: 0;
top: 50%;
margin: -6px -3px 0 0;
cursor: pointer;
}
.minimalistic-player .minimalistic-player-header {
margin: 0 0 5px;
}
.minimalistic-player .minimalistic-player-header .tbl-cell {
vertical-align: top;
}
.minimalistic-player .minimalistic-player-header .tbl-cell-action {
padding-right: 8px;
width: 5px;
}
.minimalistic-player .minimalistic-player-header .tbl-cell-action button {
border: none;
background: none;
color: #adb7be;
position: relative;
top: 1px;
}
.minimalistic-player .minimalistic-player-header .tbl-cell-action button:hover {
color: #00a8ff;
}
.minimalistic-player .minimalistic-player-header .tbl-cell-caption {
padding-left: 4px;
}
.minimalistic-player .minimalistic-player-header .tbl-cell-time {
text-align: right;
white-space: nowrap;
width: 20px;
padding-left: 10px;
color: #919fa9;
} | 0.329176 | 0.050729 |
========================================================================== */
html {
box-sizing: border-box; }
*, *:before, *:after {
box-sizing: inherit; }
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0; }
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block; }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block; }
/**
* Add the correct display in IE.
*/
template {
display: none; }
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none; }
.m-0 {
margin: 0; }
.m-5 {
margin: 5px; }
.m-10 {
margin: 10px; }
.m-20 {
margin: 20px; }
.m-30 {
margin: 30px; }
.m-40 {
margin: 40px; }
.mb-0 {
margin-bottom: 0; }
.mb-5 {
margin-bottom: 5px; }
.mb-10 {
margin-bottom: 10px; }
.mb-20 {
margin-bottom: 20px; }
.mb-30 {
margin-bottom: 30px; }
.mb-40 {
margin-bottom: 40px; }
.mt-0 {
margin-top: 0; }
.mt-5 {
margin-top: 5px; }
.mt-10 {
margin-top: 10px; }
.mt-20 {
margin-top: 20px; }
.mt-30 {
margin-top: 30px; }
.mt-40 {
margin-top: 40px; }
.pull-left {
float: left; }
.pull-right {
float: right; }
.clear {
clear: both; }
.clear:after, .clear:before {
display: block;
content: '';
clear: both; }
.container {
max-width: 1200px;
margin: 0 auto; }
.row {
display: flex;
flex-wrap: wrap; }
.row .row {
margin: -10px; }
.row-align-center {
align-items: center; }
.row-align-top {
align-items: flex-start; }
.row-align-bottom {
align-items: flex-end; }
.row-align-stretch {
align-items: stretch; }
.row-justify-space-between {
justify-content: space-between; }
.row-justify-space-around {
justify-content: space-around; }
.row-justify-left {
justify-content: flex-start; }
.row-justify-right {
justify-content: flex-end; }
.row-justify-center {
justify-content: center; }
[class*="col-"] {
width: 100%;
padding: 10px; }
@media only screen {
/* smarfr<NAME> <NAME>ret */
.row-xs-reverse {
flex-direction: row-reverse; }
.col-xs-1 {
width: 8.333333%; }
.col-xs-2 {
width: 16.666666%; }
.col-xs-3 {
width: 25%; }
.col-xs-4 {
width: 33.333333%; }
.col-xs-5 {
width: 41.666666%; }
.col-xs-6 {
width: 50%; }
.col-xs-7 {
width: 58.333333%; }
.col-xs-8 {
width: 66.666666%; }
.col-xs-9 {
width: 75%; }
.col-xs-10 {
width: 83.333333%; }
.col-xs-11 {
width: 91.666666%; }
.col-xs-12 {
width: 100%; }
.col-xs-offset-1 {
margin-left: 8.333333%; }
.col-xs-offset-2 {
margin-left: 16.666666%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.333333%; }
.col-xs-offset-5 {
margin-left: 41.666666%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.333333%; }
.col-xs-offset-8 {
margin-left: 66.666666%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.333333%; }
.col-xs-offset-11 {
margin-left: 91.666666%; }
.col-xs-first {
order: -1; }
.col-xs-last {
order: 1; } }
@media only screen and (min-width: 576px) {
/* smarfrony w trybie krajobraz */
.row-s-reverse {
flex-direction: row-reverse; }
.col-s-1 {
width: 8.333333%; }
.col-s-2 {
width: 16.666666%; }
.col-s-3 {
width: 25%; }
.col-s-4 {
width: 33.333333%; }
.col-s-5 {
width: 41.666666%; }
.col-s-6 {
width: 50%; }
.col-s-7 {
width: 58.333333%; }
.col-s-8 {
width: 66.666666%; }
.col-s-9 {
width: 75%; }
.col-s-10 {
width: 83.333333%; }
.col-s-11 {
width: 91.666666%; }
.col-s-12 {
width: 100%; }
.col-s-offset-1 {
margin-left: 8.333333%; }
.col-s-offset-2 {
margin-left: 16.666666%; }
.col-s-offset-3 {
margin-left: 25%; }
.col-s-offset-4 {
margin-left: 33.333333%; }
.col-s-offset-5 {
margin-left: 41.666666%; }
.col-s-offset-6 {
margin-left: 50%; }
.col-s-offset-7 {
margin-left: 58.333333%; }
.col-s-offset-8 {
margin-left: 66.666666%; }
.col-s-offset-9 {
margin-left: 75%; }
.col-s-offset-10 {
margin-left: 83.333333%; }
.col-s-offset-11 {
margin-left: 91.666666%; }
.col-s-first {
order: -1; }
.col-s-last {
order: 1; } }
@media only screen and (min-width: 768px) {
/* tablety w trybie portret */
.row-m-reverse {
flex-direction: row-reverse; }
.col-m-1 {
width: 8.333333%; }
.col-m-2 {
width: 16.666666%; }
.col-m-3 {
width: 25%; }
.col-m-4 {
width: 33.333333%; }
.col-m-5 {
width: 41.666666%; }
.col-m-6 {
width: 50%; }
.col-m-7 {
width: 58.333333%; }
.col-m-8 {
width: 66.666666%; }
.col-m-9 {
width: 75%; }
.col-m-10 {
width: 83.333333%; }
.col-m-11 {
width: 91.666666%; }
.col-m-12 {
width: 100%; }
.col-m-offset-1 {
margin-left: 8.333333%; }
.col-m-offset-2 {
margin-left: 16.666666%; }
.col-m-offset-3 {
margin-left: 25%; }
.col-m-offset-4 {
margin-left: 33.333333%; }
.col-m-offset-5 {
margin-left: 41.666666%; }
.col-m-offset-6 {
margin-left: 50%; }
.col-m-offset-7 {
margin-left: 58.333333%; }
.col-m-offset-8 {
margin-left: 66.666666%; }
.col-m-offset-9 {
margin-left: 75%; }
.col-m-offset-10 {
margin-left: 83.333333%; }
.col-m-offset-11 {
margin-left: 91.666666%; }
.col-m-first {
order: -1; }
.col-m-last {
order: 1; } }
@media only screen and (min-width: 992px) {
/* tablety w trybie krajobraz */
.row-l-reverse {
flex-direction: row-reverse; }
.col-l-1 {
width: 8.333333%; }
.col-l-2 {
width: 16.666666%; }
.col-l-3 {
width: 25%; }
.col-l-4 {
width: 33.333333%; }
.col-l-5 {
width: 41.666666%; }
.col-l-6 {
width: 50%; }
.col-l-7 {
width: 58.333333%; }
.col-l-8 {
width: 66.666666%; }
.col-l-9 {
width: 75%; }
.col-l-10 {
width: 83.333333%; }
.col-l-11 {
width: 91.666666%; }
.col-l-12 {
width: 100%; }
.col-l-offset-1 {
margin-left: 8.333333%; }
.col-l-offset-2 {
margin-left: 16.666666%; }
.col-l-offset-3 {
margin-left: 25%; }
.col-l-offset-4 {
margin-left: 33.333333%; }
.col-l-offset-5 {
margin-left: 41.666666%; }
.col-l-offset-6 {
margin-left: 50%; }
.col-l-offset-7 {
margin-left: 58.333333%; }
.col-l-offset-8 {
margin-left: 66.666666%; }
.col-l-offset-9 {
margin-left: 75%; }
.col-l-offset-10 {
margin-left: 83.333333%; }
.col-l-offset-11 {
margin-left: 91.666666%; }
.col-l-first {
order: -1; }
.col-l-last {
order: 1; } }
@media only screen and (min-width: 1200px) {
/* laptopy, desktopy, telewizory */
.row-xl-reverse {
flex-direction: row-reverse; }
.col-xl-1 {
width: 8.333333%; }
.col-xl-2 {
width: 16.666666%; }
.col-xl-3 {
width: 25%; }
.col-xl-4 {
width: 33.333333%; }
.col-xl-5 {
width: 41.666666%; }
.col-xl-6 {
width: 50%; }
.col-xl-7 {
width: 58.333333%; }
.col-xl-8 {
width: 66.666666%; }
.col-xl-9 {
width: 75%; }
.col-xl-10 {
width: 83.333333%; }
.col-xl-11 {
width: 91.666666%; }
.col-xl-12 {
width: 100%; }
.col-xl-offset-1 {
margin-left: 8.333333%; }
.col-xl-offset-2 {
margin-left: 16.666666%; }
.col-xl-offset-3 {
margin-left: 25%; }
.col-xl-offset-4 {
margin-left: 33.333333%; }
.col-xl-offset-5 {
margin-left: 41.666666%; }
.col-xl-offset-6 {
margin-left: 50%; }
.col-xl-offset-7 {
margin-left: 58.333333%; }
.col-xl-offset-8 {
margin-left: 66.666666%; }
.col-xl-offset-9 {
margin-left: 75%; }
.col-xl-offset-10 {
margin-left: 83.333333%; }
.col-xl-offset-11 {
margin-left: 91.666666%; }
.col-xl-first {
order: -1; }
.col-xl-last {
order: 1; } }
:root {
font-size: 15px;
line-height: 1.35; }
body {
font-family: "Open Sans", sans-serif;
color: #232323; }
h1, h2, h3, h4, h5, h6 {
font-weight: 300; }
h1 {
font-size: 4rem; }
h2 {
font-size: 3.5rem; }
h3 {
font-size: 3rem; }
h4 {
font-size: 2.5rem; }
h5 {
font-size: 2rem; }
h6 {
font-size: 1.5rem; }
p {
font-size: 1rem; }
.text-left {
text-align: left; }
.text-center {
text-align: center; }
.text-right {
text-align: right; }
.text-justify {
text-align: justify; }
.text-capitalize {
text-transform: capitalize; }
.text-uppercase {
text-transform: uppercase; }
.text-lowercase {
text-transform: lowercase; }
ol {
padding: 0 0 0 0.5rem;
list-style-position: inside; }
ol li {
margin: 0.3rem 0; }
ol.list-upper-roman {
list-style-type: upper-roman; }
ol.list-bigger {
font-size: 1.2rem; }
ul {
padding: 0 0 0 0.5rem;
list-style-position: inside; }
ul li {
margin: 0.3rem 0; }
ul li span {
margin-left: -0.5rem; }
ul.list-bigger {
font-size: 1.2rem; }
ul.list-unstyled {
list-style-type: none; }
ul.list-square {
list-style-type: square; }
ul.list-circle {
list-style-type: circle; }
table {
border-collapse: collapse;
margin: 1.5rem 0; }
table thead tr {
border-bottom: 2px solid #232323; }
table th, table td {
padding: 0.5rem; }
table.table-bordered tr {
border-bottom: 2px solid #232323; }
table.table-striped thead tr {
border-bottom: 2px solid #232323; }
table.table-striped tbody tr:nth-child(odd) {
background: #ddd; }
table.table-highlighted thead tr {
border-bottom: 2px solid #232323; }
table.table-highlighted tbody tr:hover {
background: #ddd; }
.form-input {
min-width: 200px;
position: relative;
margin-top: 1.4rem; }
.form-input.not-empty-input label {
top: -1.3em;
font-size: .7em; }
.form-input input, .form-input textarea, .form-input select {
padding: .2em 0;
border: none;
border-bottom: 1px solid gray;
outline: none;
min-width: inherit; }
.form-input input + label, .form-input textarea + label, .form-input select + label {
position: absolute;
left: 0;
top: 0;
transition: 0.3s all;
color: gray; }
.form-input input:focus, .form-input textarea:focus, .form-input select:focus {
border-color: #4372bc; }
.form-input input:focus + label, .form-input textarea:focus + label, .form-input select:focus + label {
top: -1.3em;
font-size: .7em;
color: #4372bc; }
.form-input textarea {
resize: vertical; }
.form-radio {
margin: 1rem 0; }
.form-radio input {
visibility: hidden;
position: absolute; }
.form-radio input + label {
position: relative;
padding-left: 1.3rem;
margin: 1rem 1rem 1rem 0;
cursor: pointer; }
.form-radio input + label::before, .form-radio input + label::after {
content: '';
position: absolute;
left: 0;
top: 0.2rem;
width: 1rem;
height: 1rem;
border: 2px solid #232323;
border-radius: 50%;
transition: 0.3s all; }
.form-radio input:checked + label::before {
border-color: #4372bc; }
.form-radio input:checked + label::after {
border: none;
background: #4372bc;
transform: scale(0.5); }
.form-checkbox {
margin: 1rem 0; }
.form-checkbox input {
visibility: hidden;
position: absolute; }
.form-checkbox input + label {
position: relative;
padding-left: 1.3rem;
margin: 1rem 1rem 1rem 0;
cursor: pointer; }
.form-checkbox input + label::before {
content: '';
position: absolute;
left: 0;
top: 0.2rem;
width: 1rem;
height: 1rem;
border: 2px solid #232323;
border-radius: 2px;
transition: 0.3s all; }
.form-checkbox input + label::after {
content: '\2714';
position: absolute;
left: 0;
top: 0.2rem;
line-height: 0.75;
width: 1rem;
height: 1rem;
border: 3px solid transparent;
border-radius: 2px;
font-size: .8rem;
color: white;
transition: 0.3s all;
background-color: #4372bc;
opacity: 0; }
.form-checkbox input:checked + label::before {
border-color: #4372bc; }
.form-checkbox input:checked + label::after {
opacity: 1; }
.btn {
cursor: pointer;
background: gray;
border: 1px solid transparent;
color: white;
padding: .5rem 1rem;
outline: none;
font-family: 'Open Sans', sans-serif;
text-decoration: none; }
.btn:hover, .btn:focus {
background: #676767; }
.btn:active {
transform: scale(0.95); }
.btn-animated {
transition: 0.3s all; }
.btn-rounded {
border-radius: .3rem; }
.btn-block {
display: block;
width: 100%; }
.btn-shadow {
box-shadow: 0 0 5px gray; }
.btn-shadow:active {
box-shadow: none; }
.btn-bordered {
background: none;
border: 1px solid gray;
color: gray; }
.btn-bordered:hover, .btn-bordered:focus {
color: white; }
.btn-small {
font-size: .8rem;
padding: .3rem .8rem; }
.btn-large {
font-size: 1.5rem;
padding: .6rem 1.5rem; }
.btn-primary {
background: #4372bc;
color: white; }
.btn-primary:hover, .btn-primary:focus {
background: #3a62a2; }
.btn-success {
background: #3ec61f;
color: white; }
.btn-success:hover, .btn-success:focus {
background: #36ac1b; }
.btn-warning {
background: #ffd91e;
color: white; }
.btn-warning:hover, .btn-warning:focus {
background: #f4cb00; }
.btn-danger {
background: #e80700;
color: white; }
.btn-danger:hover, .btn-danger:focus {
background: #cf0600; }
.btn-info {
background: #38c0ff;
color: white; }
.btn-info:hover, .btn-info:focus {
background: #00a0eb; }
.btn-primary.btn-bordered {
border-color: #4372bc;
color: #4372bc;
background: none; }
.btn-primary.btn-bordered:hover, .btn-primary.btn-bordered:focus {
background: #4372bc;
color: white; }
.btn-success.btn-bordered {
border-color: #3ec61f;
color: #3ec61f;
background: none; }
.btn-success.btn-bordered:hover, .btn-success.btn-bordered:focus {
background: #3ec61f;
color: white; }
.btn-warning.btn-bordered {
border-color: #ffd91e;
color: #ffd91e;
background: none; }
.btn-warning.btn-bordered:hover, .btn-warning.btn-bordered:focus {
background: #ffd91e;
color: white; }
.btn-danger.btn-bordered {
border-color: #e80700;
color: #e80700;
background: none; }
.btn-danger.btn-bordered:hover, .btn-danger.btn-bordered:focus {
background: #e80700;
color: white; }
.btn-info.btn-bordered {
border-color: #38c0ff;
color: #38c0ff;
background: none; }
.btn-info.btn-bordered:hover, .btn-info.btn-bordered:focus {
background: #38c0ff;
color: white; }
.material-icons {
position: relative;
bottom: -0.15em;
line-height: 0;
font-size: 1em; }
.mi-primary {
color: #4372bc; }
.mi-success {
color: #3ec61f; }
.mi-warning {
color: #ffd91e; }
.mi-danger {
color: #e80700; }
.mi-info {
color: #38c0ff; }
.icon-panel {
border: 1px solid #232323;
text-align: center;
display: inline-block;
padding: 10px;
width: 150px; }
.icon-panel p {
font-size: .6rem; }
.icon-panel .material-icons {
font-size: 3rem;
line-height: 3rem; }
.label {
background: #9a9a9a;
color: #f9f9f9;
font-size: .8em;
padding: .2em .5em;
border-radius: .2em;
bottom: .1em;
position: relative; }
.label.label-primary {
background: #698ec9; }
.label.label-success {
background: #57e038; }
.label.label-warning {
background: #ffdd38; }
.label.label-danger {
background: #ff231c; }
.label.label-info {
background: #6bd0ff; }
.label:empty {
display: none; }
.pagination ul {
list-style: none;
margin: 0;
padding: 0;
display: flex; }
.pagination ul li a {
text-decoration: none;
margin: 0 .5rem;
width: 2.5rem;
height: 2.5rem;
text-align: center;
line-height: 2.25;
display: block;
border-radius: 50%;
color: #4372bc;
box-shadow: 0 1px 5px gray;
font-weight: bold; }
.pagination ul li a:hover, .pagination ul li a.active {
color: #f9f9f9;
background: #4372bc; }
.img-responsive {
max-width: 100%; }
.img-rounded {
border-radius: 1rem; }
.img-circle {
border-radius: 50%; }
.img-thumbnail {
box-shadow: 0 1px 5px gray;
padding: 1rem; }
a img {
box-shadow: none;
transition: 0.3s all; }
a:hover img {
box-shadow: 0 2px 8px #232323; }
.panel {
box-shadow: 0 1px 5px gray; }
.panel .panel-heading {
font-size: 2rem;
background: #f3f3f3;
padding: 1rem; }
.panel .panel-body {
padding: 1rem; }
.panel.panel-primary {
background: #698ec9;
color: #f9f9f9; }
.panel.panel-primary .panel-heading {
background: #3a62a2; }
.panel.panel-success {
background: #57e038;
color: #f9f9f9; }
.panel.panel-success .panel-heading {
background: #36ac1b; }
.panel.panel-warning {
background: #ffdd38;
color: #f9f9f9; }
.panel.panel-warning .panel-heading {
background: #f4cb00; }
.panel.panel-danger {
background: #ff231c;
color: #f9f9f9; }
.panel.panel-danger .panel-heading {
background: #cf0600; }
.panel.panel-info {
background: #6bd0ff;
color: #f9f9f9; }
.panel.panel-info .panel-heading {
background: #00a0eb; }
.spinner-1 {
height: 50px;
width: 50px;
border-width: 4px;
border-style: solid;
border-color: #4372bc transparent #4372bc transparent;
border-radius: 50%;
animation: rotate 1s infinite linear; }
.spinner-2 {
box-sizing: content-box;
height: 50px;
width: 50px;
border-width: 4px;
border-style: solid;
border-color: #4372bc #4372bc #4372bc transparent;
border-radius: 50%;
animation: rotate 2s infinite linear;
position: relative; }
.spinner-2:after {
content: '';
display: block;
height: 40px;
width: 40px;
top: -5px;
left: -5px;
border-width: 10px;
border-style: solid;
border-color: white white white transparent;
border-radius: 50%;
animation: rotate 2s infinite ease-in-out;
position: absolute; }
@keyframes rotate {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
.loader-1 {
height: 4px;
background: #f3f3f3;
position: relative;
overflow: hidden; }
.loader-1:after {
content: '';
display: block;
position: absolute;
background: #4372bc;
height: 100%;
width: 25%;
left: -25%;
animation: loader-1 2s infinite linear; }
@keyframes loader-1 {
0% {
left: -25%; }
100% {
left: 100%; } }
.loader-2 {
height: 4px;
background: #f3f3f3;
position: relative;
overflow: hidden; }
.loader-2:after {
content: '';
display: block;
position: absolute;
background: #ffd91e;
height: 100%;
width: 0%;
left: -25%;
animation: loader-2 2s infinite linear; }
@keyframes loader-2 {
0% {
left: -25%; }
50% {
width: 25%;
background: #ffd91e; }
70% {
width: 50%; }
80% {
left: 50%; }
95% {
left: 90%; }
100% {
left: 120%;
width: 100%;
background: #3ec61f; } }
.tooltip {
border-bottom: 1px dotted #232323;
cursor: help;
position: relative; }
.tooltip:after, .tooltip:before {
position: absolute;
visibility: hidden;
opacity: 0;
transition: 0.3s all; }
.tooltip:hover:after, .tooltip:hover:before {
visibility: visible;
opacity: 1; }
.tooltip:after {
content: attr(data-tooltip);
background: #232323;
color: #f9f9f9;
padding: .2em .5em;
width: 8em;
text-align: center;
border-radius: .4em; }
.tooltip:before {
content: '';
width: 0;
height: 0;
border: .4em solid; }
.tooltip.tooltip-left:after {
top: -.2em;
left: -8em;
margin-left: -.6em; }
.tooltip.tooltip-left:before {
border-color: transparent transparent transparent #232323;
top: .3em;
margin-left: -.6em; }
.tooltip.tooltip-right:after {
top: -.2em;
margin-left: .6em; }
.tooltip.tooltip-right:before {
border-color: transparent #232323 transparent transparent;
top: .3em;
right: -.6em; }
.tooltip.tooltip-top:after {
bottom: 1em;
margin-bottom: .6em;
left: -4em;
margin-left: 50%; }
.tooltip.tooltip-top:before {
border-color: #232323 transparent transparent transparent;
top: -.25em;
left: -.4em;
margin-left: 50%; }
.tooltip.tooltip-bottom:after {
top: 1em;
margin-top: .8em;
left: -4em;
margin-left: 50%; }
.tooltip.tooltip-bottom:before {
border-color: transparent transparent #232323 transparent;
bottom: -.45em;
left: -.4em;
margin-left: 50%; }
.alert {
background: #f3f3f3;
padding: 1em 1.3em;
border-radius: .3em;
margin: 1em 0;
opacity: 1;
transition: 0.3s all; }
.alert .close {
background: #9a9a9a;
color: #f9f9f9;
border: none;
border-radius: .2em;
font-size: 1.2em;
padding: 0 .3em;
float: right;
margin-left: .5em;
cursor: pointer; }
.alert.alert-dismissed {
opacity: 0;
height: 0;
padding: 0 1.3em;
margin-top: -1em; }
.alert.alert-dismissed .close {
height: 0; }
.alert.alert-primary {
background: #698ec9;
color: #f9f9f9; }
.alert.alert-primary .close {
background: #4372bc; }
.alert.alert-success {
background: #57e038;
color: #f9f9f9; }
.alert.alert-success .close {
background: #3ec61f; }
.alert.alert-warning {
background: #ffdd38;
color: #f9f9f9; }
.alert.alert-warning .close {
background: #ffd91e; }
.alert.alert-danger {
background: #ff231c;
color: #f9f9f9; }
.alert.alert-danger .close {
background: #e80700; }
.alert.alert-info {
background: #6bd0ff;
color: #f9f9f9; }
.alert.alert-info .close {
background: #38c0ff; }
.tabs .menu {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0; }
.tabs .menu li {
flex-grow: 1;
margin: 0 .2em; }
.tabs .menu li:first-child {
margin: 0 .2em 0 0; }
.tabs .menu li:last-child {
margin: 0 0 0 .2em; }
.tabs .menu li a {
display: block;
text-align: center;
padding: .5em;
text-decoration: none;
color: #4372bc;
box-shadow: 0 2px 5px #9a9a9a; }
.tabs .menu li a:hover, .tabs .menu li a.active {
background-color: #4372bc;
color: #f9f9f9; }
.tabs .body > div {
display: none; }
.tabs .body .show {
display: block; }
.modal {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100%;
overflow: auto;
z-index: 2;
display: none; }
.modal:before {
content: '';
display: block;
position: fixed;
background: #232323;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
opacity: 0;
transition: 0.3s all; }
.modal .modal-body {
position: relative;
z-index: 2;
background: #f9f9f9;
max-width: 600px;
min-width: 200px;
margin: auto;
padding: 1em;
transition: 0.3s all;
transform: rotate(180deg) scale(0); }
.modal .modal-body .close-button {
position: absolute;
top: 0;
right: 0;
margin: .5em;
padding: 0;
font-size: 1.8em;
line-height: .6;
background: none;
border: none;
cursor: pointer; }
.modal.show:before {
opacity: .85; }
.modal.show .modal-body {
transform: rotate(0) scale(1); }
.navbar {
background: black;
color: #f9f9f9;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
transition: 0.3s all; }
.navbar .container {
width: 1180px;
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.navbar.compact {
font-size: .8em; }
.navbar.fixed {
position: fixed;
top: 0;
width: 100%;
overflow: auto;
max-height: 100%; }
.navbar a {
color: #f9f9f9;
text-decoration: none;
display: block;
cursor: pointer;
padding: 1em; }
.navbar a:hover, .navbar a:focus {
outline: none;
background: #f9f9f9;
color: black; }
.navbar .navbar-logo {
font-weight: bold; }
.navbar .navbar-menu {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
display: none;
flex-direction: column; }
.navbar .navbar-menu li {
margin: 0; }
.navbar .navbar-menu li.dropdown ul {
padding: 0;
list-style: none;
display: none;
flex-direction: column; }
@media only screen and (min-width: 768px) {
.navbar.fixed {
overflow: initial; }
.navbar .navbar-mobile-menu-button {
display: none; }
.navbar .navbar-menu {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: auto;
justify-content: space-between; }
.navbar .navbar-menu li {
flex-grow: 1; }
.navbar .navbar-menu li.dropdown {
position: relative; }
.navbar .navbar-menu li.dropdown ul {
text-align: left;
background: black;
position: absolute;
right: 0; }
.navbar.centered {
justify-content: space-around; }
.navbar.centered .navbar-menu {
width: 100%; } } | HCJ-Framework/css/hcj-framework.css | ========================================================================== */
html {
box-sizing: border-box; }
*, *:before, *:after {
box-sizing: inherit; }
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0; }
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block; }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block; }
/**
* Add the correct display in IE.
*/
template {
display: none; }
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none; }
.m-0 {
margin: 0; }
.m-5 {
margin: 5px; }
.m-10 {
margin: 10px; }
.m-20 {
margin: 20px; }
.m-30 {
margin: 30px; }
.m-40 {
margin: 40px; }
.mb-0 {
margin-bottom: 0; }
.mb-5 {
margin-bottom: 5px; }
.mb-10 {
margin-bottom: 10px; }
.mb-20 {
margin-bottom: 20px; }
.mb-30 {
margin-bottom: 30px; }
.mb-40 {
margin-bottom: 40px; }
.mt-0 {
margin-top: 0; }
.mt-5 {
margin-top: 5px; }
.mt-10 {
margin-top: 10px; }
.mt-20 {
margin-top: 20px; }
.mt-30 {
margin-top: 30px; }
.mt-40 {
margin-top: 40px; }
.pull-left {
float: left; }
.pull-right {
float: right; }
.clear {
clear: both; }
.clear:after, .clear:before {
display: block;
content: '';
clear: both; }
.container {
max-width: 1200px;
margin: 0 auto; }
.row {
display: flex;
flex-wrap: wrap; }
.row .row {
margin: -10px; }
.row-align-center {
align-items: center; }
.row-align-top {
align-items: flex-start; }
.row-align-bottom {
align-items: flex-end; }
.row-align-stretch {
align-items: stretch; }
.row-justify-space-between {
justify-content: space-between; }
.row-justify-space-around {
justify-content: space-around; }
.row-justify-left {
justify-content: flex-start; }
.row-justify-right {
justify-content: flex-end; }
.row-justify-center {
justify-content: center; }
[class*="col-"] {
width: 100%;
padding: 10px; }
@media only screen {
/* smarfr<NAME> <NAME>ret */
.row-xs-reverse {
flex-direction: row-reverse; }
.col-xs-1 {
width: 8.333333%; }
.col-xs-2 {
width: 16.666666%; }
.col-xs-3 {
width: 25%; }
.col-xs-4 {
width: 33.333333%; }
.col-xs-5 {
width: 41.666666%; }
.col-xs-6 {
width: 50%; }
.col-xs-7 {
width: 58.333333%; }
.col-xs-8 {
width: 66.666666%; }
.col-xs-9 {
width: 75%; }
.col-xs-10 {
width: 83.333333%; }
.col-xs-11 {
width: 91.666666%; }
.col-xs-12 {
width: 100%; }
.col-xs-offset-1 {
margin-left: 8.333333%; }
.col-xs-offset-2 {
margin-left: 16.666666%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.333333%; }
.col-xs-offset-5 {
margin-left: 41.666666%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.333333%; }
.col-xs-offset-8 {
margin-left: 66.666666%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.333333%; }
.col-xs-offset-11 {
margin-left: 91.666666%; }
.col-xs-first {
order: -1; }
.col-xs-last {
order: 1; } }
@media only screen and (min-width: 576px) {
/* smarfrony w trybie krajobraz */
.row-s-reverse {
flex-direction: row-reverse; }
.col-s-1 {
width: 8.333333%; }
.col-s-2 {
width: 16.666666%; }
.col-s-3 {
width: 25%; }
.col-s-4 {
width: 33.333333%; }
.col-s-5 {
width: 41.666666%; }
.col-s-6 {
width: 50%; }
.col-s-7 {
width: 58.333333%; }
.col-s-8 {
width: 66.666666%; }
.col-s-9 {
width: 75%; }
.col-s-10 {
width: 83.333333%; }
.col-s-11 {
width: 91.666666%; }
.col-s-12 {
width: 100%; }
.col-s-offset-1 {
margin-left: 8.333333%; }
.col-s-offset-2 {
margin-left: 16.666666%; }
.col-s-offset-3 {
margin-left: 25%; }
.col-s-offset-4 {
margin-left: 33.333333%; }
.col-s-offset-5 {
margin-left: 41.666666%; }
.col-s-offset-6 {
margin-left: 50%; }
.col-s-offset-7 {
margin-left: 58.333333%; }
.col-s-offset-8 {
margin-left: 66.666666%; }
.col-s-offset-9 {
margin-left: 75%; }
.col-s-offset-10 {
margin-left: 83.333333%; }
.col-s-offset-11 {
margin-left: 91.666666%; }
.col-s-first {
order: -1; }
.col-s-last {
order: 1; } }
@media only screen and (min-width: 768px) {
/* tablety w trybie portret */
.row-m-reverse {
flex-direction: row-reverse; }
.col-m-1 {
width: 8.333333%; }
.col-m-2 {
width: 16.666666%; }
.col-m-3 {
width: 25%; }
.col-m-4 {
width: 33.333333%; }
.col-m-5 {
width: 41.666666%; }
.col-m-6 {
width: 50%; }
.col-m-7 {
width: 58.333333%; }
.col-m-8 {
width: 66.666666%; }
.col-m-9 {
width: 75%; }
.col-m-10 {
width: 83.333333%; }
.col-m-11 {
width: 91.666666%; }
.col-m-12 {
width: 100%; }
.col-m-offset-1 {
margin-left: 8.333333%; }
.col-m-offset-2 {
margin-left: 16.666666%; }
.col-m-offset-3 {
margin-left: 25%; }
.col-m-offset-4 {
margin-left: 33.333333%; }
.col-m-offset-5 {
margin-left: 41.666666%; }
.col-m-offset-6 {
margin-left: 50%; }
.col-m-offset-7 {
margin-left: 58.333333%; }
.col-m-offset-8 {
margin-left: 66.666666%; }
.col-m-offset-9 {
margin-left: 75%; }
.col-m-offset-10 {
margin-left: 83.333333%; }
.col-m-offset-11 {
margin-left: 91.666666%; }
.col-m-first {
order: -1; }
.col-m-last {
order: 1; } }
@media only screen and (min-width: 992px) {
/* tablety w trybie krajobraz */
.row-l-reverse {
flex-direction: row-reverse; }
.col-l-1 {
width: 8.333333%; }
.col-l-2 {
width: 16.666666%; }
.col-l-3 {
width: 25%; }
.col-l-4 {
width: 33.333333%; }
.col-l-5 {
width: 41.666666%; }
.col-l-6 {
width: 50%; }
.col-l-7 {
width: 58.333333%; }
.col-l-8 {
width: 66.666666%; }
.col-l-9 {
width: 75%; }
.col-l-10 {
width: 83.333333%; }
.col-l-11 {
width: 91.666666%; }
.col-l-12 {
width: 100%; }
.col-l-offset-1 {
margin-left: 8.333333%; }
.col-l-offset-2 {
margin-left: 16.666666%; }
.col-l-offset-3 {
margin-left: 25%; }
.col-l-offset-4 {
margin-left: 33.333333%; }
.col-l-offset-5 {
margin-left: 41.666666%; }
.col-l-offset-6 {
margin-left: 50%; }
.col-l-offset-7 {
margin-left: 58.333333%; }
.col-l-offset-8 {
margin-left: 66.666666%; }
.col-l-offset-9 {
margin-left: 75%; }
.col-l-offset-10 {
margin-left: 83.333333%; }
.col-l-offset-11 {
margin-left: 91.666666%; }
.col-l-first {
order: -1; }
.col-l-last {
order: 1; } }
@media only screen and (min-width: 1200px) {
/* laptopy, desktopy, telewizory */
.row-xl-reverse {
flex-direction: row-reverse; }
.col-xl-1 {
width: 8.333333%; }
.col-xl-2 {
width: 16.666666%; }
.col-xl-3 {
width: 25%; }
.col-xl-4 {
width: 33.333333%; }
.col-xl-5 {
width: 41.666666%; }
.col-xl-6 {
width: 50%; }
.col-xl-7 {
width: 58.333333%; }
.col-xl-8 {
width: 66.666666%; }
.col-xl-9 {
width: 75%; }
.col-xl-10 {
width: 83.333333%; }
.col-xl-11 {
width: 91.666666%; }
.col-xl-12 {
width: 100%; }
.col-xl-offset-1 {
margin-left: 8.333333%; }
.col-xl-offset-2 {
margin-left: 16.666666%; }
.col-xl-offset-3 {
margin-left: 25%; }
.col-xl-offset-4 {
margin-left: 33.333333%; }
.col-xl-offset-5 {
margin-left: 41.666666%; }
.col-xl-offset-6 {
margin-left: 50%; }
.col-xl-offset-7 {
margin-left: 58.333333%; }
.col-xl-offset-8 {
margin-left: 66.666666%; }
.col-xl-offset-9 {
margin-left: 75%; }
.col-xl-offset-10 {
margin-left: 83.333333%; }
.col-xl-offset-11 {
margin-left: 91.666666%; }
.col-xl-first {
order: -1; }
.col-xl-last {
order: 1; } }
:root {
font-size: 15px;
line-height: 1.35; }
body {
font-family: "Open Sans", sans-serif;
color: #232323; }
h1, h2, h3, h4, h5, h6 {
font-weight: 300; }
h1 {
font-size: 4rem; }
h2 {
font-size: 3.5rem; }
h3 {
font-size: 3rem; }
h4 {
font-size: 2.5rem; }
h5 {
font-size: 2rem; }
h6 {
font-size: 1.5rem; }
p {
font-size: 1rem; }
.text-left {
text-align: left; }
.text-center {
text-align: center; }
.text-right {
text-align: right; }
.text-justify {
text-align: justify; }
.text-capitalize {
text-transform: capitalize; }
.text-uppercase {
text-transform: uppercase; }
.text-lowercase {
text-transform: lowercase; }
ol {
padding: 0 0 0 0.5rem;
list-style-position: inside; }
ol li {
margin: 0.3rem 0; }
ol.list-upper-roman {
list-style-type: upper-roman; }
ol.list-bigger {
font-size: 1.2rem; }
ul {
padding: 0 0 0 0.5rem;
list-style-position: inside; }
ul li {
margin: 0.3rem 0; }
ul li span {
margin-left: -0.5rem; }
ul.list-bigger {
font-size: 1.2rem; }
ul.list-unstyled {
list-style-type: none; }
ul.list-square {
list-style-type: square; }
ul.list-circle {
list-style-type: circle; }
table {
border-collapse: collapse;
margin: 1.5rem 0; }
table thead tr {
border-bottom: 2px solid #232323; }
table th, table td {
padding: 0.5rem; }
table.table-bordered tr {
border-bottom: 2px solid #232323; }
table.table-striped thead tr {
border-bottom: 2px solid #232323; }
table.table-striped tbody tr:nth-child(odd) {
background: #ddd; }
table.table-highlighted thead tr {
border-bottom: 2px solid #232323; }
table.table-highlighted tbody tr:hover {
background: #ddd; }
.form-input {
min-width: 200px;
position: relative;
margin-top: 1.4rem; }
.form-input.not-empty-input label {
top: -1.3em;
font-size: .7em; }
.form-input input, .form-input textarea, .form-input select {
padding: .2em 0;
border: none;
border-bottom: 1px solid gray;
outline: none;
min-width: inherit; }
.form-input input + label, .form-input textarea + label, .form-input select + label {
position: absolute;
left: 0;
top: 0;
transition: 0.3s all;
color: gray; }
.form-input input:focus, .form-input textarea:focus, .form-input select:focus {
border-color: #4372bc; }
.form-input input:focus + label, .form-input textarea:focus + label, .form-input select:focus + label {
top: -1.3em;
font-size: .7em;
color: #4372bc; }
.form-input textarea {
resize: vertical; }
.form-radio {
margin: 1rem 0; }
.form-radio input {
visibility: hidden;
position: absolute; }
.form-radio input + label {
position: relative;
padding-left: 1.3rem;
margin: 1rem 1rem 1rem 0;
cursor: pointer; }
.form-radio input + label::before, .form-radio input + label::after {
content: '';
position: absolute;
left: 0;
top: 0.2rem;
width: 1rem;
height: 1rem;
border: 2px solid #232323;
border-radius: 50%;
transition: 0.3s all; }
.form-radio input:checked + label::before {
border-color: #4372bc; }
.form-radio input:checked + label::after {
border: none;
background: #4372bc;
transform: scale(0.5); }
.form-checkbox {
margin: 1rem 0; }
.form-checkbox input {
visibility: hidden;
position: absolute; }
.form-checkbox input + label {
position: relative;
padding-left: 1.3rem;
margin: 1rem 1rem 1rem 0;
cursor: pointer; }
.form-checkbox input + label::before {
content: '';
position: absolute;
left: 0;
top: 0.2rem;
width: 1rem;
height: 1rem;
border: 2px solid #232323;
border-radius: 2px;
transition: 0.3s all; }
.form-checkbox input + label::after {
content: '\2714';
position: absolute;
left: 0;
top: 0.2rem;
line-height: 0.75;
width: 1rem;
height: 1rem;
border: 3px solid transparent;
border-radius: 2px;
font-size: .8rem;
color: white;
transition: 0.3s all;
background-color: #4372bc;
opacity: 0; }
.form-checkbox input:checked + label::before {
border-color: #4372bc; }
.form-checkbox input:checked + label::after {
opacity: 1; }
.btn {
cursor: pointer;
background: gray;
border: 1px solid transparent;
color: white;
padding: .5rem 1rem;
outline: none;
font-family: 'Open Sans', sans-serif;
text-decoration: none; }
.btn:hover, .btn:focus {
background: #676767; }
.btn:active {
transform: scale(0.95); }
.btn-animated {
transition: 0.3s all; }
.btn-rounded {
border-radius: .3rem; }
.btn-block {
display: block;
width: 100%; }
.btn-shadow {
box-shadow: 0 0 5px gray; }
.btn-shadow:active {
box-shadow: none; }
.btn-bordered {
background: none;
border: 1px solid gray;
color: gray; }
.btn-bordered:hover, .btn-bordered:focus {
color: white; }
.btn-small {
font-size: .8rem;
padding: .3rem .8rem; }
.btn-large {
font-size: 1.5rem;
padding: .6rem 1.5rem; }
.btn-primary {
background: #4372bc;
color: white; }
.btn-primary:hover, .btn-primary:focus {
background: #3a62a2; }
.btn-success {
background: #3ec61f;
color: white; }
.btn-success:hover, .btn-success:focus {
background: #36ac1b; }
.btn-warning {
background: #ffd91e;
color: white; }
.btn-warning:hover, .btn-warning:focus {
background: #f4cb00; }
.btn-danger {
background: #e80700;
color: white; }
.btn-danger:hover, .btn-danger:focus {
background: #cf0600; }
.btn-info {
background: #38c0ff;
color: white; }
.btn-info:hover, .btn-info:focus {
background: #00a0eb; }
.btn-primary.btn-bordered {
border-color: #4372bc;
color: #4372bc;
background: none; }
.btn-primary.btn-bordered:hover, .btn-primary.btn-bordered:focus {
background: #4372bc;
color: white; }
.btn-success.btn-bordered {
border-color: #3ec61f;
color: #3ec61f;
background: none; }
.btn-success.btn-bordered:hover, .btn-success.btn-bordered:focus {
background: #3ec61f;
color: white; }
.btn-warning.btn-bordered {
border-color: #ffd91e;
color: #ffd91e;
background: none; }
.btn-warning.btn-bordered:hover, .btn-warning.btn-bordered:focus {
background: #ffd91e;
color: white; }
.btn-danger.btn-bordered {
border-color: #e80700;
color: #e80700;
background: none; }
.btn-danger.btn-bordered:hover, .btn-danger.btn-bordered:focus {
background: #e80700;
color: white; }
.btn-info.btn-bordered {
border-color: #38c0ff;
color: #38c0ff;
background: none; }
.btn-info.btn-bordered:hover, .btn-info.btn-bordered:focus {
background: #38c0ff;
color: white; }
.material-icons {
position: relative;
bottom: -0.15em;
line-height: 0;
font-size: 1em; }
.mi-primary {
color: #4372bc; }
.mi-success {
color: #3ec61f; }
.mi-warning {
color: #ffd91e; }
.mi-danger {
color: #e80700; }
.mi-info {
color: #38c0ff; }
.icon-panel {
border: 1px solid #232323;
text-align: center;
display: inline-block;
padding: 10px;
width: 150px; }
.icon-panel p {
font-size: .6rem; }
.icon-panel .material-icons {
font-size: 3rem;
line-height: 3rem; }
.label {
background: #9a9a9a;
color: #f9f9f9;
font-size: .8em;
padding: .2em .5em;
border-radius: .2em;
bottom: .1em;
position: relative; }
.label.label-primary {
background: #698ec9; }
.label.label-success {
background: #57e038; }
.label.label-warning {
background: #ffdd38; }
.label.label-danger {
background: #ff231c; }
.label.label-info {
background: #6bd0ff; }
.label:empty {
display: none; }
.pagination ul {
list-style: none;
margin: 0;
padding: 0;
display: flex; }
.pagination ul li a {
text-decoration: none;
margin: 0 .5rem;
width: 2.5rem;
height: 2.5rem;
text-align: center;
line-height: 2.25;
display: block;
border-radius: 50%;
color: #4372bc;
box-shadow: 0 1px 5px gray;
font-weight: bold; }
.pagination ul li a:hover, .pagination ul li a.active {
color: #f9f9f9;
background: #4372bc; }
.img-responsive {
max-width: 100%; }
.img-rounded {
border-radius: 1rem; }
.img-circle {
border-radius: 50%; }
.img-thumbnail {
box-shadow: 0 1px 5px gray;
padding: 1rem; }
a img {
box-shadow: none;
transition: 0.3s all; }
a:hover img {
box-shadow: 0 2px 8px #232323; }
.panel {
box-shadow: 0 1px 5px gray; }
.panel .panel-heading {
font-size: 2rem;
background: #f3f3f3;
padding: 1rem; }
.panel .panel-body {
padding: 1rem; }
.panel.panel-primary {
background: #698ec9;
color: #f9f9f9; }
.panel.panel-primary .panel-heading {
background: #3a62a2; }
.panel.panel-success {
background: #57e038;
color: #f9f9f9; }
.panel.panel-success .panel-heading {
background: #36ac1b; }
.panel.panel-warning {
background: #ffdd38;
color: #f9f9f9; }
.panel.panel-warning .panel-heading {
background: #f4cb00; }
.panel.panel-danger {
background: #ff231c;
color: #f9f9f9; }
.panel.panel-danger .panel-heading {
background: #cf0600; }
.panel.panel-info {
background: #6bd0ff;
color: #f9f9f9; }
.panel.panel-info .panel-heading {
background: #00a0eb; }
.spinner-1 {
height: 50px;
width: 50px;
border-width: 4px;
border-style: solid;
border-color: #4372bc transparent #4372bc transparent;
border-radius: 50%;
animation: rotate 1s infinite linear; }
.spinner-2 {
box-sizing: content-box;
height: 50px;
width: 50px;
border-width: 4px;
border-style: solid;
border-color: #4372bc #4372bc #4372bc transparent;
border-radius: 50%;
animation: rotate 2s infinite linear;
position: relative; }
.spinner-2:after {
content: '';
display: block;
height: 40px;
width: 40px;
top: -5px;
left: -5px;
border-width: 10px;
border-style: solid;
border-color: white white white transparent;
border-radius: 50%;
animation: rotate 2s infinite ease-in-out;
position: absolute; }
@keyframes rotate {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
.loader-1 {
height: 4px;
background: #f3f3f3;
position: relative;
overflow: hidden; }
.loader-1:after {
content: '';
display: block;
position: absolute;
background: #4372bc;
height: 100%;
width: 25%;
left: -25%;
animation: loader-1 2s infinite linear; }
@keyframes loader-1 {
0% {
left: -25%; }
100% {
left: 100%; } }
.loader-2 {
height: 4px;
background: #f3f3f3;
position: relative;
overflow: hidden; }
.loader-2:after {
content: '';
display: block;
position: absolute;
background: #ffd91e;
height: 100%;
width: 0%;
left: -25%;
animation: loader-2 2s infinite linear; }
@keyframes loader-2 {
0% {
left: -25%; }
50% {
width: 25%;
background: #ffd91e; }
70% {
width: 50%; }
80% {
left: 50%; }
95% {
left: 90%; }
100% {
left: 120%;
width: 100%;
background: #3ec61f; } }
.tooltip {
border-bottom: 1px dotted #232323;
cursor: help;
position: relative; }
.tooltip:after, .tooltip:before {
position: absolute;
visibility: hidden;
opacity: 0;
transition: 0.3s all; }
.tooltip:hover:after, .tooltip:hover:before {
visibility: visible;
opacity: 1; }
.tooltip:after {
content: attr(data-tooltip);
background: #232323;
color: #f9f9f9;
padding: .2em .5em;
width: 8em;
text-align: center;
border-radius: .4em; }
.tooltip:before {
content: '';
width: 0;
height: 0;
border: .4em solid; }
.tooltip.tooltip-left:after {
top: -.2em;
left: -8em;
margin-left: -.6em; }
.tooltip.tooltip-left:before {
border-color: transparent transparent transparent #232323;
top: .3em;
margin-left: -.6em; }
.tooltip.tooltip-right:after {
top: -.2em;
margin-left: .6em; }
.tooltip.tooltip-right:before {
border-color: transparent #232323 transparent transparent;
top: .3em;
right: -.6em; }
.tooltip.tooltip-top:after {
bottom: 1em;
margin-bottom: .6em;
left: -4em;
margin-left: 50%; }
.tooltip.tooltip-top:before {
border-color: #232323 transparent transparent transparent;
top: -.25em;
left: -.4em;
margin-left: 50%; }
.tooltip.tooltip-bottom:after {
top: 1em;
margin-top: .8em;
left: -4em;
margin-left: 50%; }
.tooltip.tooltip-bottom:before {
border-color: transparent transparent #232323 transparent;
bottom: -.45em;
left: -.4em;
margin-left: 50%; }
.alert {
background: #f3f3f3;
padding: 1em 1.3em;
border-radius: .3em;
margin: 1em 0;
opacity: 1;
transition: 0.3s all; }
.alert .close {
background: #9a9a9a;
color: #f9f9f9;
border: none;
border-radius: .2em;
font-size: 1.2em;
padding: 0 .3em;
float: right;
margin-left: .5em;
cursor: pointer; }
.alert.alert-dismissed {
opacity: 0;
height: 0;
padding: 0 1.3em;
margin-top: -1em; }
.alert.alert-dismissed .close {
height: 0; }
.alert.alert-primary {
background: #698ec9;
color: #f9f9f9; }
.alert.alert-primary .close {
background: #4372bc; }
.alert.alert-success {
background: #57e038;
color: #f9f9f9; }
.alert.alert-success .close {
background: #3ec61f; }
.alert.alert-warning {
background: #ffdd38;
color: #f9f9f9; }
.alert.alert-warning .close {
background: #ffd91e; }
.alert.alert-danger {
background: #ff231c;
color: #f9f9f9; }
.alert.alert-danger .close {
background: #e80700; }
.alert.alert-info {
background: #6bd0ff;
color: #f9f9f9; }
.alert.alert-info .close {
background: #38c0ff; }
.tabs .menu {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0; }
.tabs .menu li {
flex-grow: 1;
margin: 0 .2em; }
.tabs .menu li:first-child {
margin: 0 .2em 0 0; }
.tabs .menu li:last-child {
margin: 0 0 0 .2em; }
.tabs .menu li a {
display: block;
text-align: center;
padding: .5em;
text-decoration: none;
color: #4372bc;
box-shadow: 0 2px 5px #9a9a9a; }
.tabs .menu li a:hover, .tabs .menu li a.active {
background-color: #4372bc;
color: #f9f9f9; }
.tabs .body > div {
display: none; }
.tabs .body .show {
display: block; }
.modal {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100%;
overflow: auto;
z-index: 2;
display: none; }
.modal:before {
content: '';
display: block;
position: fixed;
background: #232323;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
opacity: 0;
transition: 0.3s all; }
.modal .modal-body {
position: relative;
z-index: 2;
background: #f9f9f9;
max-width: 600px;
min-width: 200px;
margin: auto;
padding: 1em;
transition: 0.3s all;
transform: rotate(180deg) scale(0); }
.modal .modal-body .close-button {
position: absolute;
top: 0;
right: 0;
margin: .5em;
padding: 0;
font-size: 1.8em;
line-height: .6;
background: none;
border: none;
cursor: pointer; }
.modal.show:before {
opacity: .85; }
.modal.show .modal-body {
transform: rotate(0) scale(1); }
.navbar {
background: black;
color: #f9f9f9;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
transition: 0.3s all; }
.navbar .container {
width: 1180px;
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.navbar.compact {
font-size: .8em; }
.navbar.fixed {
position: fixed;
top: 0;
width: 100%;
overflow: auto;
max-height: 100%; }
.navbar a {
color: #f9f9f9;
text-decoration: none;
display: block;
cursor: pointer;
padding: 1em; }
.navbar a:hover, .navbar a:focus {
outline: none;
background: #f9f9f9;
color: black; }
.navbar .navbar-logo {
font-weight: bold; }
.navbar .navbar-menu {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
display: none;
flex-direction: column; }
.navbar .navbar-menu li {
margin: 0; }
.navbar .navbar-menu li.dropdown ul {
padding: 0;
list-style: none;
display: none;
flex-direction: column; }
@media only screen and (min-width: 768px) {
.navbar.fixed {
overflow: initial; }
.navbar .navbar-mobile-menu-button {
display: none; }
.navbar .navbar-menu {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: auto;
justify-content: space-between; }
.navbar .navbar-menu li {
flex-grow: 1; }
.navbar .navbar-menu li.dropdown {
position: relative; }
.navbar .navbar-menu li.dropdown ul {
text-align: left;
background: black;
position: absolute;
right: 0; }
.navbar.centered {
justify-content: space-around; }
.navbar.centered .navbar-menu {
width: 100%; } } | 0.640299 | 0.097519 |
html {font-size: 100%;}
body{
background: url("../images/fond.gif") no-repeat scroll 6% -51px #e2ead8;
color: #000;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 12px;
font-weight: 300;
line-height: 17px;
}
p {
color: #000;
margin: 0 0 10px;
}
.container {
padding: 0 12px;
width: 900px;
}
.container .container {
width: 100%;
padding: 0;
}
/*cp*/
.global-container {
min-height: 100%;
position: relative;
margin:0 auto;
width: 900px;
}
h1, .h1 {
font-size: 2.5em;
font-weight: 600;
line-height: 1.4em;
margin: 0;
padding: 8px 0 0 4px;
}
h2, .h2 {
background: none no-repeat scroll 0 0 #c0cdaf;
color: #fff;
display: block;
font-size: 1.3em;
margin: 0 0 0.5em;
padding: 0.5em 1em;
}
h3, .h3 {
background: url("../images/ico_puce.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
border-bottom: 1px solid #eae9e9;
color: #5f5f5f;
font-size: 24px;
padding: 8px 0 8px 15px;
}
h3, .h3, h3 a, .h3 a {
font-size: 1.4em;
font-weight: 600;
margin: 0.8em 0;
}
h4, .h4 {
font-size: 1.3em;
}
h5, .h5 {
font-size: 1.2em;
}
h6, .h6 {
font-size: 1.2em;
}
a {
color: #fff;
display: block;
}
a:hover{color: #5E7543;}
p a{
color: #5f5f5f;
text-decoration: underline;
display: inline;
}
p a:hover{
color: #5f5f5f;
text-decoration: none;
display: inline;
}
.article-content {
background: none repeat scroll 0 0 #f4f4f4;
border: 1px solid #cccccc;
padding: 0;
margin-bottom: 0.45em;
text-align: justify;
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.clear {
border: medium none;
clear: both;
float: none;
margin: 0;
padding: 0;
}
/*----- padding ----*/
.left_padding{padding-left: 15px;}
.right_padding{padding-right: 15px;}
.top_padding{padding-top: 15px;}
.bottom_padding{padding-bottom: 15px;}
.no_padding{padding: 0;}
.with_padding {padding: 10px 0; }
.no_left{padding-left: 0;}
.no_right{padding-right: 0;}
.small-padding{padding: 5px 0!important;}
/*---- font-weight ----*/
.wght_light{font-weight: 100}
.wght_regular{font-weight: 400}
.wght_bold{font-weight: bold;}
.em{font-style: italic;}
/*---- size -----*/
.small_text{font-size: 0.9em;}
.uppercase{text-transform: uppercase;}
.underline{text-decoration: underline;}
/*---- float ----*/
.fr{float: right;}
.fl{float: left;}
img.fl {margin:4px 10px 0 0; }
/*---- color -----*/
.red{color: #ea4800;}
.oranje {color: #fc9f10!important; }
.green{color: #5e7543!important;}
.grey{color: #898787;}
.dark_grey{color: #363636;}
/*---- text align -----*/
.align_right{text-align: right!important;}
.align_left{text-align: left!important;}
.align_center{text-align: center!important;}
.full-width {width: 100% !important; }
.show-mobile {
display: none !important;
margin: 0 auto;
}
.bg-white{background: none repeat scroll 0 0 #fff!important;}
.bg-green {background: none repeat scroll 0 0 #D0DCC4; }
.dark-bg{background: url(../images/bg-dark.gif) repeat-x scroll 0 0 #2D2D2D;}
.bg-beige{background: none repeat scroll 0 0 #EDECD8;}
.top-border{border-top: 3px solid #FF9600;}
.bottom-border{border-bottom: 3px solid #FF9600;}
.with-border {
border-bottom: 3px solid #eae9e9;
border-top: 1px solid #fff;
}
.green_btn {
background: url("../images/order.gif") no-repeat scroll 4px 50% #657b4a;
border-radius: 5px;
display: inline-block;
margin: 1em 0;
padding: 5px 8px 5px 19px;
}
a.green_btn:hover{color: #FFFFFF;}
/*cp*/
#free-flash-header a {
display: inline;
text-decoration: underline;
padding-left:0;
}
.copy-header {
bottom: -94px;
position: absolute;
right: 0;
}
.copy-header p {
color: #000 !important;
font-size: 1em;
}
/*------- header --------*/
header .container {
background: none repeat scroll 0 0 #fff;
margin-top: 5em;
}
.slogan {
color: #5f5f5f;
font-size: 13px;
line-height: 26px;
text-align: center;
}
.logo img {max-width: 100%; }
/*------- end header --------*/
/*-------- end nav ------*/
nav {
margin-bottom: 0;
}
nav li {
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
}
nav a {
color: #a15944;
font-family: "open sans",sans-serif;
font-size: 1.1em;
padding: 16px 18px;
text-align: center;
-webkit-transition: color 0.5s ease 0s;
-moz-transition: color 0.5s ease 0s;
-ms-transition: color 0.5s ease 0s;
transition: color 0.5s ease 0s;
}
nav a:hover{color: #ee5944;}
.menu ul {
margin: 0;
width: 100%;
}
/*-------- end nav ------*/
.bg-grey a {color: #f6ae2c; }
.last-news li {
margin-bottom: 1em;
}
.contact-content .text-content p {
margin: 0;
}
.contact-content .text-content a {
display: inline;
padding: 0;
}
.contact-content .text-content a:hover {
text-decoration: underline;
}
/*------- slider -------*/
.slide img {
max-width: 100%;
width: 100%;
}
#wowslider-container1, #wowslider-container1 .ws_images > div > img, #wowslider-container1 .ws_images {
max-height: 351px !important;
max-width: 897px !important;
}
/*------- end slider -------*/
/*------- article ----*/
.page-container {
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
margin: 5em auto 0;
width: 900px;
}
#content {
background: none repeat scroll 0 0 #fff;
padding: 1em 0;
position: relative;
font-size: 0.9em;
color: #5f5f5f;
}
.inner-container section, .inner-container aside{
font-size: 1.1em;
}
#content p {
color: #000;
font-family: arial,sans-serif;
margin: 0;
}
#content article p {
margin: 0 0 10px;
padding-left: 15px;
text-align: justify;
}
.content {padding: 0 0 0 15px; }
article .bloc-img {
display: inline-block;
position: relative;
vertical-align: top;
width: 100%;
}
.up-corner {
background: url("../images/up-corner.png") no-repeat scroll 0 0 transparent;
color: #717171 !important;
height: 41px;
padding: 4px 0 0 39px;
position: absolute;
top: 0;
width: 192px;
margin: 0;
}
.bottom-corner {
background: url("../images/down-corner.png") no-repeat scroll right bottom transparent;
color: #717171 !important;
bottom: 0;
height: 41px;
margin: 0;
padding: 23px 0 0 95px;
position: absolute;
right: 0;
width: 192px;
}
article label {
color: #000;
font-weight: 700;
margin: 0;
text-align: left;
width: 35%;
}
article li p {
display: inline-block;
text-align: left;
vertical-align: top;
width: 55%;
}
.button, .button:hover, .button:focus {
background: url("../images/bullet.gif") no-repeat scroll left center #fff;
border: medium none;
color: #000;
display: inline-block;
font-size: 11px;
height: inherit;
padding: 3px 8px 3px 20px;
width: auto;
}
.bloc-img.bordered {max-width: 200px; }
.bloc-img img {width: 100%; }
section article{margin-bottom: 4em;}
article .text-content {
display: inline-block;
vertical-align: top;
width: 65%;
}
article h4, article h4 a, article .h4 {
color: #ea4800;
display: block;
font-size: 1.2em;
font-weight: 600;
margin: 0 0 2px;
}
article .fr.green {
font-size: 0.9em;
text-decoration: underline;
}
article p a {padding-left: 3em; }
article a.fr.red:hover {
color: #EA4800;
text-decoration: underline;
}
article ul {margin: 1em 0 0 1em; }
article li {
font-size: 0.95em;
list-style: outside none none;
margin: 0.37em 0;
}
article li::before {
content: url("../images/bullet2.gif");
margin-right: 5px;
}
.content-text {
display: inline-block;
text-align: justify;
vertical-align: top;
width: 85%;
}
section .content-text {
width: 65%;
}
.bg-green .content-text {
padding-left: 17px;
}
.bg-green p {
color: #fff;
font-size: 0.9em;
}
.bg-green a {
font-size: 0.9em;
-webkit-transition: color 0.5s ease 0s;
-moz-transition: color 0.5s ease 0s;
-ms-transition: color 0.5s ease 0s;
transition: color 0.5s ease 0s;
}
.bg-green a:hover {
color: #fff;
}
.bg-green a:before {content: url(../images/puce1.gif); }
.col-md-45 {
float: left;
width: 35.5%;
}
.content-text.small-content {width: 45%; }
/*------- end article ----*/
/*------- contact ------*/
.contact-content form {
margin-top: 2em;
width: 100%;
}
.contact-content li {list-style: none; }
.contact-content form label {
color: #333;
font-size: 0.95em;
text-align: right;
width: 30%;
}
.contact-content input,.contact-content textarea {width: 50%; }
.contact-content .bloc-img.bordered {
margin-bottom: 1.5em;
width: 199px;
}
.contact-content p {margin: 0 0 2px; }
.contact-content a {
color: #fff;
display: inline-block;
padding: 0;
}
.contact-content .information, .contact-content .message {
border: 1px solid #d2d2d2;
margin-bottom: 2em;
padding: 1.5em;
position: relative;
text-align: center;
}
.contact-content .message {margin-bottom: 0.5em; }
.no_margin p {margin: 4px 0; }
label {
display: inline-block;
margin-top: 4px;
padding: 0 1em;
text-align: right;
vertical-align: middle;
width: 30%;
}
input, textarea {
border: 1px solid #eae9e9;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
color: #000;
margin: 1px 0;
padding: 5px 10px;
vertical-align: middle;
width: 65%;
}
.contact-content ul {
margin: 0;
}
textarea {
min-height: 110px;
vertical-align: top;
}
.message li:last-child label {margin-top: 0.5em; }
form p {
background: none repeat scroll 0 0 #fff;
color: #5e7543 !important;
font-weight: 500;
left: 10px;
padding: 0 9px;
position: absolute;
top: -9px;
}
.contact-content input[type="submit"], .contact-content input[type="submit"], input[type="submit"], input[type="submit"]:hover, input[type="submit"]:active {
box-shadow: 0 0 0;
height: inherit;
margin-bottom: 0.5em;
padding: 6px;
position: relative;
text-align: center;
}
.contact-content input[type="submit"], .contact-content input[type="submit"] {
background: none repeat scroll 0 0 #5e7543;
box-shadow: 0 0 0;
display: block;
float: none;
height: inherit;
margin: 1em auto 2em;
min-width: 68px;
padding: 6px;
position: relative;
text-align: center;
}
form .title {
color: #333;
left: 0;
margin: 3em 0 0.8em !important;
padding: 0;
position: relative;
}
.strong {font-weight: 600; }
.contact-content h2 {
margin: 0;
}
/*------- end contact ------*/
/*------- footer ------*/
nav.footer {text-align: center; font-size: 0.9em;margin: 0.5em 0 0; }
.copyright p {
color: #000;
font-size: 0.95em;
margin-top: 15px;
text-align: center;
}
.footer ul{margin: 0;}
.footer a {
border-right: 1px solid #8f8f8f;
color: #000;
padding: 0 7px;
font-weight: 600;
}
.footer li:last-child a {border-right: medium none; }
footer {
height: 32px;
margin-bottom: 6em;
padding-top: 12px !important;
padding-bottom:100px !important; /*cp*/
}
.copyright {margin: 0 0 6em; }
/*------- end footer ------*/
/*-------- aside ------*/
aside nav li {
display: block;
font-size: 0.8em;
}
aside nav li a::before {
content: url("../images/bullet1.gif");
margin-right: 4px;
position: relative;
top: 1px;
}
aside nav a {
color: #fff;
display: block;
font-size: 1.3em;
padding: 1.2em 1em 1.2em 2em;
}
aside .bloc a:hover {
color: #000;
text-decoration: underline;
}
aside nav li a:hover {
text-decoration: underline;
color: #fff;
}
aside .header {
border-bottom: 1px solid #000;
color: #000;
font-size: 1.3em;
font-weight: 100;
margin: 0;
padding: 0.8em 0;
}
.newsletter p {margin: 0; }
.newsletter input {width: 63%; }
.bloc {
padding: 1.2em 0;
text-align: justify;
}
.bloc p {margin: 0; }
.bloc li {
clear: both;
margin-bottom: 3em;
}
.bloc li::before {
content: url("../images/ico_puce.gif");
float: left;
}
.bloc .fr {font-size: 0.95em; }
.bloc-content {
background: none repeat scroll 0 0 #f1dfc3;
margin: 0 auto;
padding: 15px;
width: 92%;
}
.newsletter label {
display: inline-block;
padding: 0 5px 0 0;
text-align: left;
width: auto;
}
.newsletter form {margin-top: 2px; }
.recruitment h3 {
color: #666;
font-size: 1.6em;
margin: 0 0 0.5em;
padding: 0;
}
.title {
font-weight: 600;
margin: 0;
}
input[type="submit"] {
border: medium none;
padding: 6px;
width: auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
aside h2 {margin-bottom: 0; }
.bloc li {
clear: both;
margin-bottom: 1.2em;
}
li.no_style:before{content:"";}
.news p {font-weight: 600; }
.date {font-style: italic; }
aside .newsletter input[type="submit"] {
background: none repeat scroll 0 0 #5E7543;
width: 23%;
}
aside .newsletter input {width: 75%; }
/*-------- aside ------*/
.slide {
max-height: 332px;
overflow: hidden;
}
article p a {
padding: 0;
color: #000;
}
.vhcenter {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} | cgi-bin/css/style.css | html {font-size: 100%;}
body{
background: url("../images/fond.gif") no-repeat scroll 6% -51px #e2ead8;
color: #000;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 12px;
font-weight: 300;
line-height: 17px;
}
p {
color: #000;
margin: 0 0 10px;
}
.container {
padding: 0 12px;
width: 900px;
}
.container .container {
width: 100%;
padding: 0;
}
/*cp*/
.global-container {
min-height: 100%;
position: relative;
margin:0 auto;
width: 900px;
}
h1, .h1 {
font-size: 2.5em;
font-weight: 600;
line-height: 1.4em;
margin: 0;
padding: 8px 0 0 4px;
}
h2, .h2 {
background: none no-repeat scroll 0 0 #c0cdaf;
color: #fff;
display: block;
font-size: 1.3em;
margin: 0 0 0.5em;
padding: 0.5em 1em;
}
h3, .h3 {
background: url("../images/ico_puce.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
border-bottom: 1px solid #eae9e9;
color: #5f5f5f;
font-size: 24px;
padding: 8px 0 8px 15px;
}
h3, .h3, h3 a, .h3 a {
font-size: 1.4em;
font-weight: 600;
margin: 0.8em 0;
}
h4, .h4 {
font-size: 1.3em;
}
h5, .h5 {
font-size: 1.2em;
}
h6, .h6 {
font-size: 1.2em;
}
a {
color: #fff;
display: block;
}
a:hover{color: #5E7543;}
p a{
color: #5f5f5f;
text-decoration: underline;
display: inline;
}
p a:hover{
color: #5f5f5f;
text-decoration: none;
display: inline;
}
.article-content {
background: none repeat scroll 0 0 #f4f4f4;
border: 1px solid #cccccc;
padding: 0;
margin-bottom: 0.45em;
text-align: justify;
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.clear {
border: medium none;
clear: both;
float: none;
margin: 0;
padding: 0;
}
/*----- padding ----*/
.left_padding{padding-left: 15px;}
.right_padding{padding-right: 15px;}
.top_padding{padding-top: 15px;}
.bottom_padding{padding-bottom: 15px;}
.no_padding{padding: 0;}
.with_padding {padding: 10px 0; }
.no_left{padding-left: 0;}
.no_right{padding-right: 0;}
.small-padding{padding: 5px 0!important;}
/*---- font-weight ----*/
.wght_light{font-weight: 100}
.wght_regular{font-weight: 400}
.wght_bold{font-weight: bold;}
.em{font-style: italic;}
/*---- size -----*/
.small_text{font-size: 0.9em;}
.uppercase{text-transform: uppercase;}
.underline{text-decoration: underline;}
/*---- float ----*/
.fr{float: right;}
.fl{float: left;}
img.fl {margin:4px 10px 0 0; }
/*---- color -----*/
.red{color: #ea4800;}
.oranje {color: #fc9f10!important; }
.green{color: #5e7543!important;}
.grey{color: #898787;}
.dark_grey{color: #363636;}
/*---- text align -----*/
.align_right{text-align: right!important;}
.align_left{text-align: left!important;}
.align_center{text-align: center!important;}
.full-width {width: 100% !important; }
.show-mobile {
display: none !important;
margin: 0 auto;
}
.bg-white{background: none repeat scroll 0 0 #fff!important;}
.bg-green {background: none repeat scroll 0 0 #D0DCC4; }
.dark-bg{background: url(../images/bg-dark.gif) repeat-x scroll 0 0 #2D2D2D;}
.bg-beige{background: none repeat scroll 0 0 #EDECD8;}
.top-border{border-top: 3px solid #FF9600;}
.bottom-border{border-bottom: 3px solid #FF9600;}
.with-border {
border-bottom: 3px solid #eae9e9;
border-top: 1px solid #fff;
}
.green_btn {
background: url("../images/order.gif") no-repeat scroll 4px 50% #657b4a;
border-radius: 5px;
display: inline-block;
margin: 1em 0;
padding: 5px 8px 5px 19px;
}
a.green_btn:hover{color: #FFFFFF;}
/*cp*/
#free-flash-header a {
display: inline;
text-decoration: underline;
padding-left:0;
}
.copy-header {
bottom: -94px;
position: absolute;
right: 0;
}
.copy-header p {
color: #000 !important;
font-size: 1em;
}
/*------- header --------*/
header .container {
background: none repeat scroll 0 0 #fff;
margin-top: 5em;
}
.slogan {
color: #5f5f5f;
font-size: 13px;
line-height: 26px;
text-align: center;
}
.logo img {max-width: 100%; }
/*------- end header --------*/
/*-------- end nav ------*/
nav {
margin-bottom: 0;
}
nav li {
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
}
nav a {
color: #a15944;
font-family: "open sans",sans-serif;
font-size: 1.1em;
padding: 16px 18px;
text-align: center;
-webkit-transition: color 0.5s ease 0s;
-moz-transition: color 0.5s ease 0s;
-ms-transition: color 0.5s ease 0s;
transition: color 0.5s ease 0s;
}
nav a:hover{color: #ee5944;}
.menu ul {
margin: 0;
width: 100%;
}
/*-------- end nav ------*/
.bg-grey a {color: #f6ae2c; }
.last-news li {
margin-bottom: 1em;
}
.contact-content .text-content p {
margin: 0;
}
.contact-content .text-content a {
display: inline;
padding: 0;
}
.contact-content .text-content a:hover {
text-decoration: underline;
}
/*------- slider -------*/
.slide img {
max-width: 100%;
width: 100%;
}
#wowslider-container1, #wowslider-container1 .ws_images > div > img, #wowslider-container1 .ws_images {
max-height: 351px !important;
max-width: 897px !important;
}
/*------- end slider -------*/
/*------- article ----*/
.page-container {
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
margin: 5em auto 0;
width: 900px;
}
#content {
background: none repeat scroll 0 0 #fff;
padding: 1em 0;
position: relative;
font-size: 0.9em;
color: #5f5f5f;
}
.inner-container section, .inner-container aside{
font-size: 1.1em;
}
#content p {
color: #000;
font-family: arial,sans-serif;
margin: 0;
}
#content article p {
margin: 0 0 10px;
padding-left: 15px;
text-align: justify;
}
.content {padding: 0 0 0 15px; }
article .bloc-img {
display: inline-block;
position: relative;
vertical-align: top;
width: 100%;
}
.up-corner {
background: url("../images/up-corner.png") no-repeat scroll 0 0 transparent;
color: #717171 !important;
height: 41px;
padding: 4px 0 0 39px;
position: absolute;
top: 0;
width: 192px;
margin: 0;
}
.bottom-corner {
background: url("../images/down-corner.png") no-repeat scroll right bottom transparent;
color: #717171 !important;
bottom: 0;
height: 41px;
margin: 0;
padding: 23px 0 0 95px;
position: absolute;
right: 0;
width: 192px;
}
article label {
color: #000;
font-weight: 700;
margin: 0;
text-align: left;
width: 35%;
}
article li p {
display: inline-block;
text-align: left;
vertical-align: top;
width: 55%;
}
.button, .button:hover, .button:focus {
background: url("../images/bullet.gif") no-repeat scroll left center #fff;
border: medium none;
color: #000;
display: inline-block;
font-size: 11px;
height: inherit;
padding: 3px 8px 3px 20px;
width: auto;
}
.bloc-img.bordered {max-width: 200px; }
.bloc-img img {width: 100%; }
section article{margin-bottom: 4em;}
article .text-content {
display: inline-block;
vertical-align: top;
width: 65%;
}
article h4, article h4 a, article .h4 {
color: #ea4800;
display: block;
font-size: 1.2em;
font-weight: 600;
margin: 0 0 2px;
}
article .fr.green {
font-size: 0.9em;
text-decoration: underline;
}
article p a {padding-left: 3em; }
article a.fr.red:hover {
color: #EA4800;
text-decoration: underline;
}
article ul {margin: 1em 0 0 1em; }
article li {
font-size: 0.95em;
list-style: outside none none;
margin: 0.37em 0;
}
article li::before {
content: url("../images/bullet2.gif");
margin-right: 5px;
}
.content-text {
display: inline-block;
text-align: justify;
vertical-align: top;
width: 85%;
}
section .content-text {
width: 65%;
}
.bg-green .content-text {
padding-left: 17px;
}
.bg-green p {
color: #fff;
font-size: 0.9em;
}
.bg-green a {
font-size: 0.9em;
-webkit-transition: color 0.5s ease 0s;
-moz-transition: color 0.5s ease 0s;
-ms-transition: color 0.5s ease 0s;
transition: color 0.5s ease 0s;
}
.bg-green a:hover {
color: #fff;
}
.bg-green a:before {content: url(../images/puce1.gif); }
.col-md-45 {
float: left;
width: 35.5%;
}
.content-text.small-content {width: 45%; }
/*------- end article ----*/
/*------- contact ------*/
.contact-content form {
margin-top: 2em;
width: 100%;
}
.contact-content li {list-style: none; }
.contact-content form label {
color: #333;
font-size: 0.95em;
text-align: right;
width: 30%;
}
.contact-content input,.contact-content textarea {width: 50%; }
.contact-content .bloc-img.bordered {
margin-bottom: 1.5em;
width: 199px;
}
.contact-content p {margin: 0 0 2px; }
.contact-content a {
color: #fff;
display: inline-block;
padding: 0;
}
.contact-content .information, .contact-content .message {
border: 1px solid #d2d2d2;
margin-bottom: 2em;
padding: 1.5em;
position: relative;
text-align: center;
}
.contact-content .message {margin-bottom: 0.5em; }
.no_margin p {margin: 4px 0; }
label {
display: inline-block;
margin-top: 4px;
padding: 0 1em;
text-align: right;
vertical-align: middle;
width: 30%;
}
input, textarea {
border: 1px solid #eae9e9;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
color: #000;
margin: 1px 0;
padding: 5px 10px;
vertical-align: middle;
width: 65%;
}
.contact-content ul {
margin: 0;
}
textarea {
min-height: 110px;
vertical-align: top;
}
.message li:last-child label {margin-top: 0.5em; }
form p {
background: none repeat scroll 0 0 #fff;
color: #5e7543 !important;
font-weight: 500;
left: 10px;
padding: 0 9px;
position: absolute;
top: -9px;
}
.contact-content input[type="submit"], .contact-content input[type="submit"], input[type="submit"], input[type="submit"]:hover, input[type="submit"]:active {
box-shadow: 0 0 0;
height: inherit;
margin-bottom: 0.5em;
padding: 6px;
position: relative;
text-align: center;
}
.contact-content input[type="submit"], .contact-content input[type="submit"] {
background: none repeat scroll 0 0 #5e7543;
box-shadow: 0 0 0;
display: block;
float: none;
height: inherit;
margin: 1em auto 2em;
min-width: 68px;
padding: 6px;
position: relative;
text-align: center;
}
form .title {
color: #333;
left: 0;
margin: 3em 0 0.8em !important;
padding: 0;
position: relative;
}
.strong {font-weight: 600; }
.contact-content h2 {
margin: 0;
}
/*------- end contact ------*/
/*------- footer ------*/
nav.footer {text-align: center; font-size: 0.9em;margin: 0.5em 0 0; }
.copyright p {
color: #000;
font-size: 0.95em;
margin-top: 15px;
text-align: center;
}
.footer ul{margin: 0;}
.footer a {
border-right: 1px solid #8f8f8f;
color: #000;
padding: 0 7px;
font-weight: 600;
}
.footer li:last-child a {border-right: medium none; }
footer {
height: 32px;
margin-bottom: 6em;
padding-top: 12px !important;
padding-bottom:100px !important; /*cp*/
}
.copyright {margin: 0 0 6em; }
/*------- end footer ------*/
/*-------- aside ------*/
aside nav li {
display: block;
font-size: 0.8em;
}
aside nav li a::before {
content: url("../images/bullet1.gif");
margin-right: 4px;
position: relative;
top: 1px;
}
aside nav a {
color: #fff;
display: block;
font-size: 1.3em;
padding: 1.2em 1em 1.2em 2em;
}
aside .bloc a:hover {
color: #000;
text-decoration: underline;
}
aside nav li a:hover {
text-decoration: underline;
color: #fff;
}
aside .header {
border-bottom: 1px solid #000;
color: #000;
font-size: 1.3em;
font-weight: 100;
margin: 0;
padding: 0.8em 0;
}
.newsletter p {margin: 0; }
.newsletter input {width: 63%; }
.bloc {
padding: 1.2em 0;
text-align: justify;
}
.bloc p {margin: 0; }
.bloc li {
clear: both;
margin-bottom: 3em;
}
.bloc li::before {
content: url("../images/ico_puce.gif");
float: left;
}
.bloc .fr {font-size: 0.95em; }
.bloc-content {
background: none repeat scroll 0 0 #f1dfc3;
margin: 0 auto;
padding: 15px;
width: 92%;
}
.newsletter label {
display: inline-block;
padding: 0 5px 0 0;
text-align: left;
width: auto;
}
.newsletter form {margin-top: 2px; }
.recruitment h3 {
color: #666;
font-size: 1.6em;
margin: 0 0 0.5em;
padding: 0;
}
.title {
font-weight: 600;
margin: 0;
}
input[type="submit"] {
border: medium none;
padding: 6px;
width: auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
aside h2 {margin-bottom: 0; }
.bloc li {
clear: both;
margin-bottom: 1.2em;
}
li.no_style:before{content:"";}
.news p {font-weight: 600; }
.date {font-style: italic; }
aside .newsletter input[type="submit"] {
background: none repeat scroll 0 0 #5E7543;
width: 23%;
}
aside .newsletter input {width: 75%; }
/*-------- aside ------*/
.slide {
max-height: 332px;
overflow: hidden;
}
article p a {
padding: 0;
color: #000;
}
.vhcenter {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} | 0.235724 | 0.08886 |
@import url("https://fonts.googleapis.com/css?family=Inconsolata");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
.decred-icon_copy {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4gIaAB4NeMy30AAAAJNJREFUOMvNkrENgzAQRd9ZDEFGsNiCDdJmA3d4kaRjAvZgDMQEMIWPhjSR7WBBwWttv/M/fSGC9foEeqAmz4riqsRhH4TX/JYxZ2g6bYMwkPiJchDrVQ0XUP3mnz4ixZKj+XMYoD4j+EpOc3/J2nTa/nu831nijVVcEAbr9ZGTBFgEXFE7L9lJaqApzR9vbGn+CBsRQzp+ZpYkgAAAAABJRU5ErkJggg==");
display: block;
width: 17px;
height: 16px; }
.decred-price {
font-family: "Inconsolata", monospace;
font-size: 0; }
.decred-price .decred-amount__big {
font-size: 24px; }
.decred-price .decred-amount__small {
font-size: 18px; }
.decred-pay {
font-family: 'Source Sans Pro', sans-serif;
box-shadow: 0 1px 5px 0.1px rgba(0, 0, 0, 0.1);
font-size: 22px;
color: #596d81;
max-width: 960px;
width: 100%;
background-color: #ffffff;
margin-bottom: 20px; }
.decred-pay .decred-pay-header {
height: 100px; }
.decred-pay .decred-pay-header img {
margin: 36px 0 36px 35px; }
.decred-pay .decred-pay-content {
padding: 0 35px 35px 35px; }
.decred-pay .decred-pay-content::after {
content: "";
display: table;
clear: both; }
.decred-pay .decred-pay-qrcode {
display: inline-block;
float: left; }
.decred-pay .decred-pay-info {
display: inline-block;
float: left;
padding-left: 35px; }
.decred-pay .decred-pay-status {
cursor: auto;
border: 1px solid #2f74fb;
border-radius: 4px;
float: right;
height: 40px;
margin-top: -5px;
margin-left: 120px;
color: #2f74fb;
font-family: 'Source Sans Pro', sans-serif;
font-weight: normal;
font-size: 18px;
background-color: #ffffff; }
.decred-pay .decred-pay-status__processing {
border-color: #2dd6a1;
color: #2dd6a1;
margin-left: 60px; }
.decred-pay .decred-pay-status__paid {
border-color: #2dd6a1;
color: #2dd6a1;
margin-left: 100px; }
.decred-pay .decred-pay-status .decred-icon_confirmed {
margin-right: 8px; }
.decred-pay .decred-pay-status .decred-icon_dots {
float: left;
display: inline-block;
margin: -4px 8px 0 0; }
.decred-pay .decred-pay-row label {
color: #0c1e3e;
display: block;
margin-bottom: 6px;
font-size: 18px; }
.decred-pay .decred-pay-row .decred-pay-info-field {
position: relative;
font-family: "Inconsolata", monospace;
font-size: 16px;
background-color: #ffffff;
white-space: normal;
min-height: 25px;
padding-right: 30px;
margin: 0; }
.decred-pay .decred-pay-row .decred-pay-info-field .decred-icon_copy {
cursor: pointer;
position: absolute;
top: 12px;
right: 10px; }
.decred-pay .decred-pay-row + .decred-pay-row {
margin-top: 8px; }
.decred-pay .decred-pay-row__amount .decred-pay-info-field {
padding-top: 6px;
min-height: 30px; }
.decred-pay .decred-pay-row__amount .decred-pay-info-field .decred-icon_copy {
top: 15px; }
.decred-pay .decred-pay-row::after {
content: "";
display: table;
clear: both; }
.decred-pay__medium .decred-pay-info, .decred-pay__small .decred-pay-info {
display: block;
padding-left: 0;
width: 100%; }
.decred-pay__medium .decred-pay-qrcode, .decred-pay__small .decred-pay-qrcode {
display: block;
float: none;
width: 100%;
text-align: center;
margin-bottom: 20px; }
.decred-pay__medium .decred-pay-qrcode img, .decred-pay__small .decred-pay-qrcode img {
display: inline-block !important; }
.decred-pay__small .decred-pay-header img {
margin-left: 20px; }
.decred-pay__small .decred-pay-content {
padding: 0 20px 20px 20px; }
.decred-pay__small .decred-pay-row_head > span {
display: block; }
.decred-pay__small .decred-pay-status {
display: block;
float: left;
margin: 10px 0; }
.decred-plugin {
font-family: 'Source Sans Pro', sans-serif;
color: #0c1e3e; }
.decred-plugin .payment-method-title {
cursor: pointer; }
.decred-plugin .payment-method-title label {
cursor: pointer; }
.decred-plugin .payment-method-title input[type="radio"], .decred-plugin .payment-method-title input[type="radio"] + label img, .decred-plugin .payment-method-title .decred-label {
vertical-align: middle; }
.decred-plugin p {
font-size: 14px;
color: #596d81; }
.decred-plugin .decred-label {
float: right; }
.decred-plugin .decred-refund-address-wrapper .decred-error {
color: #fd714b;
font-size: 14px; }
.decred-plugin .decred-refund-address-wrapper .decred-error-wrapper {
margin-top: 9px;
display: none; }
.decred-plugin .decred-refund-address-wrapper .decred-error-wrapper.show {
display: block; }
.decred-plugin .decred-refund-address-wrapper label {
margin-bottom: 11px;
font-size: 18px;
font-weight: normal; }
.decred-plugin .decred-place-order {
width: 153px;
height: 51px;
border-radius: 5px;
background-color: #2f74fb !important;
font-family: 'Source Sans Pro', sans-serif;
color: #ffffff;
font-size: 20px; } | view/frontend/web/styles.css | @import url("https://fonts.googleapis.com/css?family=Inconsolata");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
.decred-icon_copy {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4gIaAB4NeMy30AAAAJNJREFUOMvNkrENgzAQRd9ZDEFGsNiCDdJmA3d4kaRjAvZgDMQEMIWPhjSR7WBBwWttv/M/fSGC9foEeqAmz4riqsRhH4TX/JYxZ2g6bYMwkPiJchDrVQ0XUP3mnz4ixZKj+XMYoD4j+EpOc3/J2nTa/nu831nijVVcEAbr9ZGTBFgEXFE7L9lJaqApzR9vbGn+CBsRQzp+ZpYkgAAAAABJRU5ErkJggg==");
display: block;
width: 17px;
height: 16px; }
.decred-price {
font-family: "Inconsolata", monospace;
font-size: 0; }
.decred-price .decred-amount__big {
font-size: 24px; }
.decred-price .decred-amount__small {
font-size: 18px; }
.decred-pay {
font-family: 'Source Sans Pro', sans-serif;
box-shadow: 0 1px 5px 0.1px rgba(0, 0, 0, 0.1);
font-size: 22px;
color: #596d81;
max-width: 960px;
width: 100%;
background-color: #ffffff;
margin-bottom: 20px; }
.decred-pay .decred-pay-header {
height: 100px; }
.decred-pay .decred-pay-header img {
margin: 36px 0 36px 35px; }
.decred-pay .decred-pay-content {
padding: 0 35px 35px 35px; }
.decred-pay .decred-pay-content::after {
content: "";
display: table;
clear: both; }
.decred-pay .decred-pay-qrcode {
display: inline-block;
float: left; }
.decred-pay .decred-pay-info {
display: inline-block;
float: left;
padding-left: 35px; }
.decred-pay .decred-pay-status {
cursor: auto;
border: 1px solid #2f74fb;
border-radius: 4px;
float: right;
height: 40px;
margin-top: -5px;
margin-left: 120px;
color: #2f74fb;
font-family: 'Source Sans Pro', sans-serif;
font-weight: normal;
font-size: 18px;
background-color: #ffffff; }
.decred-pay .decred-pay-status__processing {
border-color: #2dd6a1;
color: #2dd6a1;
margin-left: 60px; }
.decred-pay .decred-pay-status__paid {
border-color: #2dd6a1;
color: #2dd6a1;
margin-left: 100px; }
.decred-pay .decred-pay-status .decred-icon_confirmed {
margin-right: 8px; }
.decred-pay .decred-pay-status .decred-icon_dots {
float: left;
display: inline-block;
margin: -4px 8px 0 0; }
.decred-pay .decred-pay-row label {
color: #0c1e3e;
display: block;
margin-bottom: 6px;
font-size: 18px; }
.decred-pay .decred-pay-row .decred-pay-info-field {
position: relative;
font-family: "Inconsolata", monospace;
font-size: 16px;
background-color: #ffffff;
white-space: normal;
min-height: 25px;
padding-right: 30px;
margin: 0; }
.decred-pay .decred-pay-row .decred-pay-info-field .decred-icon_copy {
cursor: pointer;
position: absolute;
top: 12px;
right: 10px; }
.decred-pay .decred-pay-row + .decred-pay-row {
margin-top: 8px; }
.decred-pay .decred-pay-row__amount .decred-pay-info-field {
padding-top: 6px;
min-height: 30px; }
.decred-pay .decred-pay-row__amount .decred-pay-info-field .decred-icon_copy {
top: 15px; }
.decred-pay .decred-pay-row::after {
content: "";
display: table;
clear: both; }
.decred-pay__medium .decred-pay-info, .decred-pay__small .decred-pay-info {
display: block;
padding-left: 0;
width: 100%; }
.decred-pay__medium .decred-pay-qrcode, .decred-pay__small .decred-pay-qrcode {
display: block;
float: none;
width: 100%;
text-align: center;
margin-bottom: 20px; }
.decred-pay__medium .decred-pay-qrcode img, .decred-pay__small .decred-pay-qrcode img {
display: inline-block !important; }
.decred-pay__small .decred-pay-header img {
margin-left: 20px; }
.decred-pay__small .decred-pay-content {
padding: 0 20px 20px 20px; }
.decred-pay__small .decred-pay-row_head > span {
display: block; }
.decred-pay__small .decred-pay-status {
display: block;
float: left;
margin: 10px 0; }
.decred-plugin {
font-family: 'Source Sans Pro', sans-serif;
color: #0c1e3e; }
.decred-plugin .payment-method-title {
cursor: pointer; }
.decred-plugin .payment-method-title label {
cursor: pointer; }
.decred-plugin .payment-method-title input[type="radio"], .decred-plugin .payment-method-title input[type="radio"] + label img, .decred-plugin .payment-method-title .decred-label {
vertical-align: middle; }
.decred-plugin p {
font-size: 14px;
color: #596d81; }
.decred-plugin .decred-label {
float: right; }
.decred-plugin .decred-refund-address-wrapper .decred-error {
color: #fd714b;
font-size: 14px; }
.decred-plugin .decred-refund-address-wrapper .decred-error-wrapper {
margin-top: 9px;
display: none; }
.decred-plugin .decred-refund-address-wrapper .decred-error-wrapper.show {
display: block; }
.decred-plugin .decred-refund-address-wrapper label {
margin-bottom: 11px;
font-size: 18px;
font-weight: normal; }
.decred-plugin .decred-place-order {
width: 153px;
height: 51px;
border-radius: 5px;
background-color: #2f74fb !important;
font-family: 'Source Sans Pro', sans-serif;
color: #ffffff;
font-size: 20px; } | 0.340924 | 0.105119 |
@keyframes inout {
0% {
opacity: 1;
}
50% {
opacity: 0.25;
}
100% {
opacity: 1;
}
}
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-family: "Open Sans", sans-serif;
overflow: hidden;
}
body {
font-size: 1rem;
background: #000;
color: #fff;
}
#loading {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
opacity: .75;
background-color: #000;
border-radius: 50%;
z-index: 100;
}
.content-area {
margin: 0;
text-align: center;
}
#reenacter {
position: relative;
}
.app-screen {
display: none;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
}
#screen-intro {
background-color: #00c755;
background-image: url(/img/icons/icon512x512.png);
background-size: 50%;
background-position: center 33%;
background-repeat: no-repeat;
text-align: center;
}
#screen-intro p {
position: absolute;
left: 50%;
bottom: 15%;
background-color: #000;
border-radius: 2px;
border-color: transparent;
border-style: solid;
text-transform: uppercase;
transform: translateX(-50%);
font-size: 80%;
white-space: nowrap;
padding: .75ex 3ex;
box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.5);
}
#viewfinder {
position: absolute;
z-index: 10;
}
#viewfinder.fading {
animation-direction: normal;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-name: inout;
animation-timing-function: linear;
}
#original-photo {
z-index: 5;
position: relative;
top: 50%;
transform: translateY(-50%);
}
div.buttons {
background-color: #1b1b1b;
}
#screen-next-step div.buttons {
background-color: #000;
}
button {
background-repeat: no-repeat;
background-position: center center;
background-size: 75%;
background-color: transparent;
border: none;
}
button.primary {
background-size: 100%;
width: 1in;
height: 1in;
}
button.secondary {
width: .6in;
height: .6in;
}
button.tertiary {
width: .6in;
height: .6in;
}
button:active {
opacity: .75;
}
button.primary:active {
background-size: 100%;
}
#back-button {
background-image: url(/img/icons/back.png);
}
#restart-button {
background-image: url(/img/icons/arrow-back.png);
position: absolute;
top: .1in;
left: 0;
z-index: 20;
background-color: rgba( 0, 0, 0, .75 );
}
#share-button {
background-image: url(/img/icons/share.png);
border-radius: 50%;
background-color: #00c755;
background-size: 75%;
width: .75in;
height: .75in;
}
#camera-switch {
background-image: url(/img/icons/camera-switch.png);
}
#shutter-release {
background-image: url(/img/icons/camera.png);
}
#cancel-button {
background-image: url(/img/icons/back.png);
}
#confirm-button {
background-image: url(/img/icons/checkmark.png);
}
.content-area h1 {
position: static;
top: 1ex;
text-align: center
}
body[photo-orientation='landscape'] #photo-then, body[photo-orientation='landscape'] #photo-now {
max-width: 100%;
height: auto;
}
body[photo-orientation='portrait'] #photo-then, body[photo-orientation='landscape'] #photo-now {
max-height: 100%;
width: auto;
}
@media screen and (orientation: landscape) {
.content-area {
height: 100%;
width: calc( 100% - 10% - 1in );
}
div.buttons {
margin: 0 5%;
height: 100%;
width: 1in;
position: absolute;
right: 0;
top: 0;
}
div.buttons .primary {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
div.buttons .secondary {
position: absolute;
left: calc( ( 1in - .6in ) / 2 );
bottom: 5%;
}
div.buttons .tertiary {
position: absolute;
right: calc( ( 1in - .6in ) / 2 );
top: 5%;
}
#photo-final {
max-width: 100%;
max-height: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}
}
@media screen and (orientation: portrait) {
.content-area {
width: 100%;
height: calc( 100% - 10% - 1in );
}
div.buttons {
margin: 5% 0;
width: 100%;
height: 1in;
position: absolute;
bottom: 0;
}
div.buttons .primary {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
div.buttons .secondary {
position: absolute;
top: calc( ( 1in - .6in ) / 2 );
left: 5%;
}
div.buttons .tertiary {
position: absolute;
top: calc( ( 1in - .6in ) / 2 );
right: 5%;
}
#photo-final {
max-width: 100%;
max-height: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}
}
body[orientation='portrait-primary'] video {
transform: rotate(270deg);
transform-origin: left top;
}
body[orientation='landscape-primary'] video {
transform: rotate(180deg);
}
body[orientation='portrait-secondary'] video {
transform: rotate(90deg);
transform-origin: left top;
}
body[orientation='landscape-secondary'] video {
} | firefox-os/css/app.css | @keyframes inout {
0% {
opacity: 1;
}
50% {
opacity: 0.25;
}
100% {
opacity: 1;
}
}
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-family: "Open Sans", sans-serif;
overflow: hidden;
}
body {
font-size: 1rem;
background: #000;
color: #fff;
}
#loading {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
opacity: .75;
background-color: #000;
border-radius: 50%;
z-index: 100;
}
.content-area {
margin: 0;
text-align: center;
}
#reenacter {
position: relative;
}
.app-screen {
display: none;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
}
#screen-intro {
background-color: #00c755;
background-image: url(/img/icons/icon512x512.png);
background-size: 50%;
background-position: center 33%;
background-repeat: no-repeat;
text-align: center;
}
#screen-intro p {
position: absolute;
left: 50%;
bottom: 15%;
background-color: #000;
border-radius: 2px;
border-color: transparent;
border-style: solid;
text-transform: uppercase;
transform: translateX(-50%);
font-size: 80%;
white-space: nowrap;
padding: .75ex 3ex;
box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.5);
}
#viewfinder {
position: absolute;
z-index: 10;
}
#viewfinder.fading {
animation-direction: normal;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-name: inout;
animation-timing-function: linear;
}
#original-photo {
z-index: 5;
position: relative;
top: 50%;
transform: translateY(-50%);
}
div.buttons {
background-color: #1b1b1b;
}
#screen-next-step div.buttons {
background-color: #000;
}
button {
background-repeat: no-repeat;
background-position: center center;
background-size: 75%;
background-color: transparent;
border: none;
}
button.primary {
background-size: 100%;
width: 1in;
height: 1in;
}
button.secondary {
width: .6in;
height: .6in;
}
button.tertiary {
width: .6in;
height: .6in;
}
button:active {
opacity: .75;
}
button.primary:active {
background-size: 100%;
}
#back-button {
background-image: url(/img/icons/back.png);
}
#restart-button {
background-image: url(/img/icons/arrow-back.png);
position: absolute;
top: .1in;
left: 0;
z-index: 20;
background-color: rgba( 0, 0, 0, .75 );
}
#share-button {
background-image: url(/img/icons/share.png);
border-radius: 50%;
background-color: #00c755;
background-size: 75%;
width: .75in;
height: .75in;
}
#camera-switch {
background-image: url(/img/icons/camera-switch.png);
}
#shutter-release {
background-image: url(/img/icons/camera.png);
}
#cancel-button {
background-image: url(/img/icons/back.png);
}
#confirm-button {
background-image: url(/img/icons/checkmark.png);
}
.content-area h1 {
position: static;
top: 1ex;
text-align: center
}
body[photo-orientation='landscape'] #photo-then, body[photo-orientation='landscape'] #photo-now {
max-width: 100%;
height: auto;
}
body[photo-orientation='portrait'] #photo-then, body[photo-orientation='landscape'] #photo-now {
max-height: 100%;
width: auto;
}
@media screen and (orientation: landscape) {
.content-area {
height: 100%;
width: calc( 100% - 10% - 1in );
}
div.buttons {
margin: 0 5%;
height: 100%;
width: 1in;
position: absolute;
right: 0;
top: 0;
}
div.buttons .primary {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
div.buttons .secondary {
position: absolute;
left: calc( ( 1in - .6in ) / 2 );
bottom: 5%;
}
div.buttons .tertiary {
position: absolute;
right: calc( ( 1in - .6in ) / 2 );
top: 5%;
}
#photo-final {
max-width: 100%;
max-height: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}
}
@media screen and (orientation: portrait) {
.content-area {
width: 100%;
height: calc( 100% - 10% - 1in );
}
div.buttons {
margin: 5% 0;
width: 100%;
height: 1in;
position: absolute;
bottom: 0;
}
div.buttons .primary {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
div.buttons .secondary {
position: absolute;
top: calc( ( 1in - .6in ) / 2 );
left: 5%;
}
div.buttons .tertiary {
position: absolute;
top: calc( ( 1in - .6in ) / 2 );
right: 5%;
}
#photo-final {
max-width: 100%;
max-height: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}
}
body[orientation='portrait-primary'] video {
transform: rotate(270deg);
transform-origin: left top;
}
body[orientation='landscape-primary'] video {
transform: rotate(180deg);
}
body[orientation='portrait-secondary'] video {
transform: rotate(90deg);
transform-origin: left top;
}
body[orientation='landscape-secondary'] video {
} | 0.488527 | 0.085786 |
body {
margin: 0;
padding: 0;
}
header {
width: 100%;
}
.navbar{
width: 100%;
position: fixed;
z-index: 999999;
}
.navbar-brand{
margin-left:5%;
font-size: 30px;
font-weight: 500;
}
.navbar-nav{
margin-left: 11%;
}
.nav-item .link-menu{
color: white;
}
.nav-link{
font-size:18px;
font-weight:500;
}
.nav-link:hover{
color: silver;
}
/* adds some margin below the link sets */
.navbar .dropdown-menu div[class*="col"] {
margin-bottom:1rem;
}
.navbar .dropdown-menu {
border:none;
background-color:#0060c8!important;
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
/* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
padding-top:0px;
padding-bottom:0px;
}
/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
padding:.5rem .5rem;
margin:0 .25rem;
}
/* makes the dropdown full width */
.navbar .dropdown {position:static;}
.navbar .dropdown-menu {
width:100%;
left:0;
right:0;
/* height of nav-item */
top:45px;
display:block;
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.3s linear;
}
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
display:block;
visibility: visible;
opacity: 1;
transition: visibility 0s, opacity 0.3s linear;
}
.navbar .dropdown-menu {
border: 1px solid rgba(0,0,0,.15);
background-color: #fff;
}
}
.login{
margin-left:200px;
}
.sigin{
margin-left:10px;
}
.top-text{
height: 116px;
text-align:center;
font-size:30px;
color:#ed1c24;
padding-top: 65px;
background-color: rgb(243, 242, 242);
}
.top-content{
width:1190px;
margin:auto;
margin-top:20px;
}
.top-left{
float:left;
width:20%;
background-color:rgb(243, 242, 242);
height:295px;
}
.searchbox{
width:95%;
margin:auto;
}
.col-lg-12{
margin-top:10px;
width:100%;
}
.btn-light {
width:100%;
}
.col-lg{
text-align:center;
margin-top:5px;
font-weight:bold;
color:#ed1c24;
}
.col-lg-seach{
margin:auto;
margin-top:40px;
}
.btn-seach{
width:225px;
color:#ed1c24;
font-weight:bold;
}
.top-right{
width:50%;
float:left;
}
.swiper-container{
width:500px;
height:295px;
}
.swiper-slide{
background-position:center;
background-size:cover;
width: 150px;
}
.swiper-slide a{
width:100%;
height:100%;
}
.swiper-slide a img{
width:100%;
height:100%;
}
.top-pr{
width: 30%;
float: right;
background-color: rgb(243, 242, 242);
height: 295px;
}
.container{
width:1190px;
margin:auto;
margin-top:350px;
}
.top-container{
width:71.3%;
margin:auto;
}
.top-container h1{
text-align:center;
color:#ed1c24;
margin-bottom:30px;
font-weight:bold;
}
.menu-container{
margin-bottom:40px;
}
.menu-cont{
background-color: rgb(243, 242, 242);
}
.btn-place{
background-color:#007bff;
color: #f8f9fa;
border-color:1px solid #f8f9fa;
text-align: center;
padding: .375rem .75rem;
font-weight: bold;
}
.btn-place:hover{
background-color: silver;
color:#ed1c24;
}
.row-content{
display:flex;
flex-wrap:wrap;
}
.row-item{
background-color: rgb(243, 242, 242);
flex: 25%;
padding: 10px;
}
.images-item{
height: 160px;
margin-bottom:5px;
}
.images-item img{
height:160px;
width:100%;
}
.row-item p{
width:255px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.main-container{
width:71.3%;
margin:auto;
margin-top: 50px;
}
.main-container h1{
text-align:center;
color:#ed1c24;
margin-bottom:30px;
font-weight:bold;
}
.images-item-1{
height: 210px;
margin-bottom:5px;
}
.images-item-1 img{
height:210px;
width:100%;
}
footer{
margin-top:50px;
display:flex;
flex-wrap:wrap;
background-color:#007bff;
color:white;
}
.left-footer{
flex: 40%;
padding: 10px;
border-right: 1px solid white;
}
.left-footer h3, .left-footer h6{
text-align:center;
}
.right-footer{
flex:60%;
padding: 10px;
}
.detail{
margin-right: 45px;
flex: 67%;
padding: 10px;
}
.right-row-content{
flex: 28%;
padding: 10px;
}
.right-row-content a h6{
text-align: right;
}
.detail h3{
color:#ed1c24;
}
.top-detail{
margin-top:20px;
display:flex;
flex-wrap:wrap;
}
.left-top-detail, .right-top-detail{
border: 1px solid black;
flex:50%;
}
.p-detail{
margin:10px;
}
.btn-detail{
margin-top:25px;
}
.btn-detail-sub{
height:35px;
width:120px;
margin: 20px;
background-color:#007bff;
color:white;
font-weight:bold;
border-radius:7px;
}
.btn-detail-sub:hover{
background-color:#0cd30c;
}
.wrapper {
/* margin: 0 auto; */
max-width: 700px;
}
.img-main-detail{
width: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
}
.gallery-top {
height: 400px;
width: 100%;
margin-bottom: 20px;
}
.gallery-top img {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
}
img {
max-height: 100%;
max-width: 100%;
}
.gallery-thumbs {
/*height: 20%;*/
height: 130px;
box-sizing: border-box;
/* margin-top: 20px; */
padding: 10px 0;
}
.gallery-thumbs .swiper-slide-1 {
/*width: 25%;*/
width: auto;
height: 100%;
border-bottom: 4px solid transparent;
padding-bottom: 5px;
}
.gallery-thumbs .swiper-slide-active {
border-bottom-color: #eee;
}
.img-main-detail{
/* margin: 0 auto; */
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
}
.document-detail{
margin-top:20px;
margin-bottom:50px;
}
.main-detail{
width:90%;
}
.row-main-right{
background-color: rgb(243, 242, 242);
}
.item-row-right{
display:flex;
margin-bottom: 20px;
}
.item-row-right img{
width:100%;
}
.item-row-right p{
margin: 0 15px;
}
.slider-seeroom{
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
}
.slide-2 {
text-align: center;
font-size: 18px;
background: #ccc;
display: flex;
justify-content: center;
align-items: center;
height: 250px;
width: 33.3333%;
margin-right: 14px;
}
.post{
padding-top:100px;
margin-top:-1px;
}
.head-name{
display:flex;
flex-wrap:wrap;
margin-top: 5px;
}
.head-name label{
width: 15%;
font-weight: bold;
}
.ip-head{
width:80%;
}
textarea#Field {
width: 100%;
height: 40px;
padding:10px;
}
textarea#Field4 {
width: 100%;
height: 80px;
padding:10px;
}
form.frm-post {
margin-top: 100px;
}
.frm-select {
display:flex;
flex-wrap:wrap;
}
.left-select, .right-select{
width:50%;
display:flex;
flex-wrap:wrap;
margin-top: 5px;
}
.desc{
width:30%;
font-weight: bold;
}
.select-op{
width: 70%;
}
.sel-option{
width: 60%;
height:30px;
}
.ip-rw-2{
width:85.5%;
height:40px;
padding-left:10px;
}
textarea#Field1 {
width: 85.5%;
height: 40px;
padding:10px;
}
.frm-post h4{
margin-top:50px;
color:#ed1c24;
margin-bottom: 20px;
}
.btn-up{
margin-top:50px;
text-align:center;
}
.btn-update{
text-align:center;
width:200px;
height:40px;
font-weight:bold;
color: #ed1c24;
}
.btn-update:hover{
background-color:rgb(157, 243, 28);
} | public/css/style.css | body {
margin: 0;
padding: 0;
}
header {
width: 100%;
}
.navbar{
width: 100%;
position: fixed;
z-index: 999999;
}
.navbar-brand{
margin-left:5%;
font-size: 30px;
font-weight: 500;
}
.navbar-nav{
margin-left: 11%;
}
.nav-item .link-menu{
color: white;
}
.nav-link{
font-size:18px;
font-weight:500;
}
.nav-link:hover{
color: silver;
}
/* adds some margin below the link sets */
.navbar .dropdown-menu div[class*="col"] {
margin-bottom:1rem;
}
.navbar .dropdown-menu {
border:none;
background-color:#0060c8!important;
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
/* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
padding-top:0px;
padding-bottom:0px;
}
/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
padding:.5rem .5rem;
margin:0 .25rem;
}
/* makes the dropdown full width */
.navbar .dropdown {position:static;}
.navbar .dropdown-menu {
width:100%;
left:0;
right:0;
/* height of nav-item */
top:45px;
display:block;
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.3s linear;
}
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
display:block;
visibility: visible;
opacity: 1;
transition: visibility 0s, opacity 0.3s linear;
}
.navbar .dropdown-menu {
border: 1px solid rgba(0,0,0,.15);
background-color: #fff;
}
}
.login{
margin-left:200px;
}
.sigin{
margin-left:10px;
}
.top-text{
height: 116px;
text-align:center;
font-size:30px;
color:#ed1c24;
padding-top: 65px;
background-color: rgb(243, 242, 242);
}
.top-content{
width:1190px;
margin:auto;
margin-top:20px;
}
.top-left{
float:left;
width:20%;
background-color:rgb(243, 242, 242);
height:295px;
}
.searchbox{
width:95%;
margin:auto;
}
.col-lg-12{
margin-top:10px;
width:100%;
}
.btn-light {
width:100%;
}
.col-lg{
text-align:center;
margin-top:5px;
font-weight:bold;
color:#ed1c24;
}
.col-lg-seach{
margin:auto;
margin-top:40px;
}
.btn-seach{
width:225px;
color:#ed1c24;
font-weight:bold;
}
.top-right{
width:50%;
float:left;
}
.swiper-container{
width:500px;
height:295px;
}
.swiper-slide{
background-position:center;
background-size:cover;
width: 150px;
}
.swiper-slide a{
width:100%;
height:100%;
}
.swiper-slide a img{
width:100%;
height:100%;
}
.top-pr{
width: 30%;
float: right;
background-color: rgb(243, 242, 242);
height: 295px;
}
.container{
width:1190px;
margin:auto;
margin-top:350px;
}
.top-container{
width:71.3%;
margin:auto;
}
.top-container h1{
text-align:center;
color:#ed1c24;
margin-bottom:30px;
font-weight:bold;
}
.menu-container{
margin-bottom:40px;
}
.menu-cont{
background-color: rgb(243, 242, 242);
}
.btn-place{
background-color:#007bff;
color: #f8f9fa;
border-color:1px solid #f8f9fa;
text-align: center;
padding: .375rem .75rem;
font-weight: bold;
}
.btn-place:hover{
background-color: silver;
color:#ed1c24;
}
.row-content{
display:flex;
flex-wrap:wrap;
}
.row-item{
background-color: rgb(243, 242, 242);
flex: 25%;
padding: 10px;
}
.images-item{
height: 160px;
margin-bottom:5px;
}
.images-item img{
height:160px;
width:100%;
}
.row-item p{
width:255px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.main-container{
width:71.3%;
margin:auto;
margin-top: 50px;
}
.main-container h1{
text-align:center;
color:#ed1c24;
margin-bottom:30px;
font-weight:bold;
}
.images-item-1{
height: 210px;
margin-bottom:5px;
}
.images-item-1 img{
height:210px;
width:100%;
}
footer{
margin-top:50px;
display:flex;
flex-wrap:wrap;
background-color:#007bff;
color:white;
}
.left-footer{
flex: 40%;
padding: 10px;
border-right: 1px solid white;
}
.left-footer h3, .left-footer h6{
text-align:center;
}
.right-footer{
flex:60%;
padding: 10px;
}
.detail{
margin-right: 45px;
flex: 67%;
padding: 10px;
}
.right-row-content{
flex: 28%;
padding: 10px;
}
.right-row-content a h6{
text-align: right;
}
.detail h3{
color:#ed1c24;
}
.top-detail{
margin-top:20px;
display:flex;
flex-wrap:wrap;
}
.left-top-detail, .right-top-detail{
border: 1px solid black;
flex:50%;
}
.p-detail{
margin:10px;
}
.btn-detail{
margin-top:25px;
}
.btn-detail-sub{
height:35px;
width:120px;
margin: 20px;
background-color:#007bff;
color:white;
font-weight:bold;
border-radius:7px;
}
.btn-detail-sub:hover{
background-color:#0cd30c;
}
.wrapper {
/* margin: 0 auto; */
max-width: 700px;
}
.img-main-detail{
width: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
}
.gallery-top {
height: 400px;
width: 100%;
margin-bottom: 20px;
}
.gallery-top img {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
}
img {
max-height: 100%;
max-width: 100%;
}
.gallery-thumbs {
/*height: 20%;*/
height: 130px;
box-sizing: border-box;
/* margin-top: 20px; */
padding: 10px 0;
}
.gallery-thumbs .swiper-slide-1 {
/*width: 25%;*/
width: auto;
height: 100%;
border-bottom: 4px solid transparent;
padding-bottom: 5px;
}
.gallery-thumbs .swiper-slide-active {
border-bottom-color: #eee;
}
.img-main-detail{
/* margin: 0 auto; */
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
}
.document-detail{
margin-top:20px;
margin-bottom:50px;
}
.main-detail{
width:90%;
}
.row-main-right{
background-color: rgb(243, 242, 242);
}
.item-row-right{
display:flex;
margin-bottom: 20px;
}
.item-row-right img{
width:100%;
}
.item-row-right p{
margin: 0 15px;
}
.slider-seeroom{
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
}
.slide-2 {
text-align: center;
font-size: 18px;
background: #ccc;
display: flex;
justify-content: center;
align-items: center;
height: 250px;
width: 33.3333%;
margin-right: 14px;
}
.post{
padding-top:100px;
margin-top:-1px;
}
.head-name{
display:flex;
flex-wrap:wrap;
margin-top: 5px;
}
.head-name label{
width: 15%;
font-weight: bold;
}
.ip-head{
width:80%;
}
textarea#Field {
width: 100%;
height: 40px;
padding:10px;
}
textarea#Field4 {
width: 100%;
height: 80px;
padding:10px;
}
form.frm-post {
margin-top: 100px;
}
.frm-select {
display:flex;
flex-wrap:wrap;
}
.left-select, .right-select{
width:50%;
display:flex;
flex-wrap:wrap;
margin-top: 5px;
}
.desc{
width:30%;
font-weight: bold;
}
.select-op{
width: 70%;
}
.sel-option{
width: 60%;
height:30px;
}
.ip-rw-2{
width:85.5%;
height:40px;
padding-left:10px;
}
textarea#Field1 {
width: 85.5%;
height: 40px;
padding:10px;
}
.frm-post h4{
margin-top:50px;
color:#ed1c24;
margin-bottom: 20px;
}
.btn-up{
margin-top:50px;
text-align:center;
}
.btn-update{
text-align:center;
width:200px;
height:40px;
font-weight:bold;
color: #ed1c24;
}
.btn-update:hover{
background-color:rgb(157, 243, 28);
} | 0.465387 | 0.062018 |
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?rxj9r8');
src: url('../fonts/icomoon.eot?rxj9r8#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?rxj9r8') format('truetype'),
url('../fonts/icomoon.woff?rxj9r8') format('woff'),
url('../fonts/icomoon.svg?rxj9r8#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-hanging-bot:before {
content: "\e922";
color: #348e38;
}
.icon-admin-sys:before {
content: "\e923";
color: #348e38;
}
.icon-spray:before {
content: "\e924";
color: #348e38;
}
.icon-tele-sale:before {
content: "\e925";
color: #348e38;
}
.icon-Group-7526 .path1:before {
content: "\e911";
color: rgb(101, 225, 130);
}
.icon-Group-7526 .path2:before {
content: "\e912";
margin-left: -1.1474609375em;
color: rgb(15, 66, 41);
}
.icon-Group-7526 .path3:before {
content: "\e913";
margin-left: -1.1474609375em;
color: rgb(15, 66, 41);
}
.icon-Group-7526 .path4:before {
content: "\e914";
margin-left: -1.1474609375em;
color: rgb(15, 66, 41);
}
.icon-Group-7526 .path5:before {
content: "\e915";
margin-left: -1.1474609375em;
color: rgb(15, 66, 41);
}
.icon-Group-7526 .path6:before {
content: "\e916";
margin-left: -1.1474609375em;
color: rgb(15, 66, 41);
}
.icon-Group-7527 .path1:before {
content: "\e917";
color: rgb(101, 225, 130);
}
.icon-Group-7527 .path2:before {
content: "\e918";
margin-left: -0.873046875em;
color: rgb(15, 66, 41);
}
.icon-Group-7527 .path3:before {
content: "\e919";
margin-left: -0.873046875em;
color: rgb(15, 66, 41);
}
.icon-Group-7528 .path1:before {
content: "\e91a";
color: rgb(101, 225, 130);
}
.icon-Group-7528 .path2:before {
content: "\e91b";
margin-left: -1.02734375em;
color: rgb(15, 66, 41);
}
.icon-Group-7528 .path3:before {
content: "\e91c";
margin-left: -1.02734375em;
color: rgb(15, 66, 41);
}
.icon-icon-farming-layer .path1:before {
content: "\e91d";
color: rgb(101, 225, 130);
}
.icon-icon-farming-layer .path2:before {
content: "\e91e";
margin-left: -1.009765625em;
color: rgb(15, 66, 41);
}
.icon-icon-farming-layer .path3:before {
content: "\e91f";
margin-left: -1.009765625em;
color: rgb(15, 66, 41);
}
.icon-icon-farming-layer .path4:before {
content: "\e920";
margin-left: -1.009765625em;
color: rgb(15, 66, 41);
}
.icon-icon-farming-layer .path5:before {
content: "\e921";
margin-left: -1.009765625em;
color: rgb(15, 66, 41);
}
.icon-greenhouse1:before {
content: "\e907";
color: #0f4229;
}
.icon-seeding1:before {
content: "\e90c";
color: #0f4229;
}
.icon-watering-can1:before {
content: "\e90d";
color: #0f4229;
}
.icon-icon1:before {
content: "\e90e";
color: #fff;
}
.icon-icon21:before {
content: "\e90f";
color: #fff;
}
.icon-icon31:before {
content: "\e910";
color: #fff;
}
.icon-seed:before {
content: "\e900";
color: #348e38;
}
.icon-farming:before {
content: "\e901";
color: #348e38;
}
.icon-hand-gloves:before {
content: "\e902";
color: #348e38;
}
.icon-fruit-box:before {
content: "\e903";
color: #348e38;
}
.icon-Group-660:before {
content: "\e904";
color: #348e38;
}
.icon-Group-661:before {
content: "\e905";
color: #348e38;
} | public/template/stylesheet/icomoon.css | @font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?rxj9r8');
src: url('../fonts/icomoon.eot?rxj9r8#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?rxj9r8') format('truetype'),
url('../fonts/icomoon.woff?rxj9r8') format('woff'),
url('../fonts/icomoon.svg?rxj9r8#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-hanging-bot:before {
content: "\e922";
color: #348e38;
}
.icon-admin-sys:before {
content: "\e923";
color: #348e38;
}
.icon-spray:before {
content: "\e924";
color: #348e38;
}
.icon-tele-sale:before {
content: "\e925";
color: #348e38;
}
.icon-Group-7526 .path1:before {
content: "\e911";
color: rgb(101, 225, 130);
}
.icon-Group-7526 .path2:before {
content: "\e912";
margin-left: -1.1474609375em;
color: rgb(15, 66, 41);
}
.icon-Group-7526 .path3:before {
content: "\e913";
margin-left: -1.1474609375em;
color: rgb(15, 66, 41);
}
.icon-Group-7526 .path4:before {
content: "\e914";
margin-left: -1.1474609375em;
color: rgb(15, 66, 41);
}
.icon-Group-7526 .path5:before {
content: "\e915";
margin-left: -1.1474609375em;
color: rgb(15, 66, 41);
}
.icon-Group-7526 .path6:before {
content: "\e916";
margin-left: -1.1474609375em;
color: rgb(15, 66, 41);
}
.icon-Group-7527 .path1:before {
content: "\e917";
color: rgb(101, 225, 130);
}
.icon-Group-7527 .path2:before {
content: "\e918";
margin-left: -0.873046875em;
color: rgb(15, 66, 41);
}
.icon-Group-7527 .path3:before {
content: "\e919";
margin-left: -0.873046875em;
color: rgb(15, 66, 41);
}
.icon-Group-7528 .path1:before {
content: "\e91a";
color: rgb(101, 225, 130);
}
.icon-Group-7528 .path2:before {
content: "\e91b";
margin-left: -1.02734375em;
color: rgb(15, 66, 41);
}
.icon-Group-7528 .path3:before {
content: "\e91c";
margin-left: -1.02734375em;
color: rgb(15, 66, 41);
}
.icon-icon-farming-layer .path1:before {
content: "\e91d";
color: rgb(101, 225, 130);
}
.icon-icon-farming-layer .path2:before {
content: "\e91e";
margin-left: -1.009765625em;
color: rgb(15, 66, 41);
}
.icon-icon-farming-layer .path3:before {
content: "\e91f";
margin-left: -1.009765625em;
color: rgb(15, 66, 41);
}
.icon-icon-farming-layer .path4:before {
content: "\e920";
margin-left: -1.009765625em;
color: rgb(15, 66, 41);
}
.icon-icon-farming-layer .path5:before {
content: "\e921";
margin-left: -1.009765625em;
color: rgb(15, 66, 41);
}
.icon-greenhouse1:before {
content: "\e907";
color: #0f4229;
}
.icon-seeding1:before {
content: "\e90c";
color: #0f4229;
}
.icon-watering-can1:before {
content: "\e90d";
color: #0f4229;
}
.icon-icon1:before {
content: "\e90e";
color: #fff;
}
.icon-icon21:before {
content: "\e90f";
color: #fff;
}
.icon-icon31:before {
content: "\e910";
color: #fff;
}
.icon-seed:before {
content: "\e900";
color: #348e38;
}
.icon-farming:before {
content: "\e901";
color: #348e38;
}
.icon-hand-gloves:before {
content: "\e902";
color: #348e38;
}
.icon-fruit-box:before {
content: "\e903";
color: #348e38;
}
.icon-Group-660:before {
content: "\e904";
color: #348e38;
}
.icon-Group-661:before {
content: "\e905";
color: #348e38;
} | 0.312895 | 0.079926 |
* {
color: #616161;
background-color: #fafafa;
}
.App {
text-align: left;
margin-left: 50px;
margin-right: 50px;
margin-top: 50px;
}
footer {
margin-top: 50px;
margin-bottom: 100px;
}
footer hr {
border: none;
height: 3px;
width: 1200px;
margin-bottom: 100px;
color: #eeecec;
background-color: #eeecec;
}
.footerTitle {
align: center;
}
footer p {
text-align: center;
}
/*
████████ ███████ ██ ██ ████████
██ ██ ██ ██ ██
██ █████ ███ ██
██ ██ ██ ██ ██
██ ███████ ██ ██ ██
*/
h1 {
margin:0;
font-size: 40px;
color: #373737;
}
.subtitle {
font-size: 18px;
font-style: italic;
}
h4 {
margin: 0;
margin-bottom: 30px;
font-size: 27px;
}
h5 {
margin: 0px;
font-size: 20px;
}
p {
font-size: 18px;
margin-right: 200px;
}
/* hr {
border: none;
margin-top: 10px;
margin-bottom: 10px;
height: 0.5px;
background-color: #751130;
color: #751130;
/*border: solid #751130;*
} */
/*
███ ██ █████ ██ ██ ██████ █████ ██████
████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ██ ██ ███████ ██ ██ ██████ ███████ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ████ ██ ██ ████ ██████ ██ ██ ██ ██
*/
.navbar {
display: flex;
list-style: none;
margin: 0;
margin-top: 40px;
padding: 0;
width: 100%;
}
.navbar li {
margin-right: 40px;
font-size: 20px;
white-space: nowrap;
}
.navbar .active {
font-weight: bold;
}
.label {
width: 150px;
}
.navSeparator {
margin-bottom: 50px;
}
/*
██ █████ ██ ██ ██████ ██ ██ ████████ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ███████ ████ ██ ██ ██ ██ ██ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██
███████ ██ ██ ██ ██████ ██████ ██ ███████
*/
.fullLayout {
margin: 0;
}
.verticalSeparator {
width: 60px;
border-right: 0.3px solid #751130;
margin-bottom: 100px;
}
.segmentLayout {
vertical-align: top;
}
.emptyLayout {
width: 60px;
}
.informationsLayoutTd {
vertical-align: top;
}
.informationsLayoutUl {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}
.liInformation {
background: grey;
margin: 5px;
}
.liInformation p {
width: 100%;
font-size: 17px;
font-style: italic;
}
.informationsSeparator {
border: none;
height: 1px;
margin-top: 50px;
margin-bottom: 25px;
color: #eeecec;
background-color: #eeecec;
}
.detailsContainer {
}
.detailsContainer h5 {
font-style: italic;
margin-bottom: 20px;
}
.analyzerSection {
padding: 0;
margin: 0;
display: flex;
list-style: none;
}
.analyzerSection li {
padding: 0;
margin: 0;
margin-right: 15px;
}
.howToText {
display: block;
}
.analyzerContainer {
margin-top: 10px;
}
.readerHeader {
margin-top: 25px;
margin-bottom: 20px;
font-style: italic;
}
.reader {
height: 600px;
overflow-y: scroll;
text-align: justify;
box-sizing: content-box;
}
.hidden {
display: none;
}
/*
██████ ██████ ██ ██ ███████
██ ██ ██ ██ ██ ██ ██
██████ ██ ██ ██ █ ██ ███████
██ ██ ██ ██ ██ ███ ██ ██
██ ██ ██████ ███ ███ ███████
*/
.rows {
list-style: none;
width: 100%;
margin: 0px;
padding: 0px;
margin-top: 20px;
}
.row {
display: flex;
list-style: none;
width: 100%;
margin: 0;
padding: 0;
}
.rowDate {
font-size: 15px;
font-style: italic;
width: 100px;
display: block;
float: left;
}
.rowTitle {
font-size: 15px;
font-style: italic;
margin-right: 50px;
width: 200px;
display: block;
float: left;
}
.rowSeparator {
border: none;
height: 1px;
margin-top: 15px;
margin-bottom: 15px;
color: #eeecec;
background-color: #eeecec;
}
/*
██████ ██ ██████ ██████ ██ ██ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██
██████ ██ ██ ██ ██ █████ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██
██████ ███████ ██████ ██████ ██ ██ ███████
*/
.rowSeq {
margin-left: 0px;
margin: 0px;
padding: 0px;
}
.blockSeq {
display: flex;
list-style: none;
width: 100%;
margin: 0px;
padding: 0px;
}
.blockContainer {
width: 8px;
height: 8px;
margin-right: 5px;
}
.block {
width: 8px;
height: 8px;
background: #d6b0bb;
}
.blockSeg {
width: 8px;
height: 8px;
background: #751130;
}
.blockHidden {
width: 8px;
height: 8px;
background: #d9c4cc;
}
/*
███████ ██████ ██████ ██████ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ██████ ██████ ██ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██
███████ ██ ██ ██ ██ ██████ ██ ██
*/
.error {
font-size: 30px;
color: red;
margin-top: 30px;
margin-bottom: 50px;
}
/*
██████ ███████ ███ ██ ███████ ██████ █████ ██
██ ██ ████ ██ ██ ██ ██ ██ ██ ██
██ ███ █████ ██ ██ ██ █████ ██████ ███████ ██
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██████ ███████ ██ ████ ███████ ██ ██ ██ ██ ███████
*/
.generalRow {
width: 1000px;
}
.generalRow p {
} | frontend/src/App.css | * {
color: #616161;
background-color: #fafafa;
}
.App {
text-align: left;
margin-left: 50px;
margin-right: 50px;
margin-top: 50px;
}
footer {
margin-top: 50px;
margin-bottom: 100px;
}
footer hr {
border: none;
height: 3px;
width: 1200px;
margin-bottom: 100px;
color: #eeecec;
background-color: #eeecec;
}
.footerTitle {
align: center;
}
footer p {
text-align: center;
}
/*
████████ ███████ ██ ██ ████████
██ ██ ██ ██ ██
██ █████ ███ ██
██ ██ ██ ██ ██
██ ███████ ██ ██ ██
*/
h1 {
margin:0;
font-size: 40px;
color: #373737;
}
.subtitle {
font-size: 18px;
font-style: italic;
}
h4 {
margin: 0;
margin-bottom: 30px;
font-size: 27px;
}
h5 {
margin: 0px;
font-size: 20px;
}
p {
font-size: 18px;
margin-right: 200px;
}
/* hr {
border: none;
margin-top: 10px;
margin-bottom: 10px;
height: 0.5px;
background-color: #751130;
color: #751130;
/*border: solid #751130;*
} */
/*
███ ██ █████ ██ ██ ██████ █████ ██████
████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ██ ██ ███████ ██ ██ ██████ ███████ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ████ ██ ██ ████ ██████ ██ ██ ██ ██
*/
.navbar {
display: flex;
list-style: none;
margin: 0;
margin-top: 40px;
padding: 0;
width: 100%;
}
.navbar li {
margin-right: 40px;
font-size: 20px;
white-space: nowrap;
}
.navbar .active {
font-weight: bold;
}
.label {
width: 150px;
}
.navSeparator {
margin-bottom: 50px;
}
/*
██ █████ ██ ██ ██████ ██ ██ ████████ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ███████ ████ ██ ██ ██ ██ ██ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██
███████ ██ ██ ██ ██████ ██████ ██ ███████
*/
.fullLayout {
margin: 0;
}
.verticalSeparator {
width: 60px;
border-right: 0.3px solid #751130;
margin-bottom: 100px;
}
.segmentLayout {
vertical-align: top;
}
.emptyLayout {
width: 60px;
}
.informationsLayoutTd {
vertical-align: top;
}
.informationsLayoutUl {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}
.liInformation {
background: grey;
margin: 5px;
}
.liInformation p {
width: 100%;
font-size: 17px;
font-style: italic;
}
.informationsSeparator {
border: none;
height: 1px;
margin-top: 50px;
margin-bottom: 25px;
color: #eeecec;
background-color: #eeecec;
}
.detailsContainer {
}
.detailsContainer h5 {
font-style: italic;
margin-bottom: 20px;
}
.analyzerSection {
padding: 0;
margin: 0;
display: flex;
list-style: none;
}
.analyzerSection li {
padding: 0;
margin: 0;
margin-right: 15px;
}
.howToText {
display: block;
}
.analyzerContainer {
margin-top: 10px;
}
.readerHeader {
margin-top: 25px;
margin-bottom: 20px;
font-style: italic;
}
.reader {
height: 600px;
overflow-y: scroll;
text-align: justify;
box-sizing: content-box;
}
.hidden {
display: none;
}
/*
██████ ██████ ██ ██ ███████
██ ██ ██ ██ ██ ██ ██
██████ ██ ██ ██ █ ██ ███████
██ ██ ██ ██ ██ ███ ██ ██
██ ██ ██████ ███ ███ ███████
*/
.rows {
list-style: none;
width: 100%;
margin: 0px;
padding: 0px;
margin-top: 20px;
}
.row {
display: flex;
list-style: none;
width: 100%;
margin: 0;
padding: 0;
}
.rowDate {
font-size: 15px;
font-style: italic;
width: 100px;
display: block;
float: left;
}
.rowTitle {
font-size: 15px;
font-style: italic;
margin-right: 50px;
width: 200px;
display: block;
float: left;
}
.rowSeparator {
border: none;
height: 1px;
margin-top: 15px;
margin-bottom: 15px;
color: #eeecec;
background-color: #eeecec;
}
/*
██████ ██ ██████ ██████ ██ ██ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██
██████ ██ ██ ██ ██ █████ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██
██████ ███████ ██████ ██████ ██ ██ ███████
*/
.rowSeq {
margin-left: 0px;
margin: 0px;
padding: 0px;
}
.blockSeq {
display: flex;
list-style: none;
width: 100%;
margin: 0px;
padding: 0px;
}
.blockContainer {
width: 8px;
height: 8px;
margin-right: 5px;
}
.block {
width: 8px;
height: 8px;
background: #d6b0bb;
}
.blockSeg {
width: 8px;
height: 8px;
background: #751130;
}
.blockHidden {
width: 8px;
height: 8px;
background: #d9c4cc;
}
/*
███████ ██████ ██████ ██████ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██
█████ ██████ ██████ ██ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██
███████ ██ ██ ██ ██ ██████ ██ ██
*/
.error {
font-size: 30px;
color: red;
margin-top: 30px;
margin-bottom: 50px;
}
/*
██████ ███████ ███ ██ ███████ ██████ █████ ██
██ ██ ████ ██ ██ ██ ██ ██ ██ ██
██ ███ █████ ██ ██ ██ █████ ██████ ███████ ██
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██████ ███████ ██ ████ ███████ ██ ██ ██ ██ ███████
*/
.generalRow {
width: 1000px;
}
.generalRow p {
} | 0.264453 | 0.071591 |
label {
font-size: 1৪px;
}
input {
height: 24px;
}
/* input[type="text"] {
border: 1px solid rgba(9, 9, 104, 0.329);
} */
.form-header {
width: 100%;
font-size: 20px;
background-color: #0f9647;
color: aliceblue;
text-align: center;
padding: 2px;
}
.table_id {
margin: 0 auto;
width: 100%;
clear: both;
border-collapse: collapse;
table-layout: fixed; // ***********add this
word-wrap: break-word; // ***********and this
}
.btn {
background-color: #0f9647;
color: aliceblue;
}
.footer {
left: 0px;
bottom: 0px;
height: 60px;
width: 100%;
color: white;
background-color: #ffffff;
position: fixed;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
.form-control {
background: #f5f6f7;
}
::selection {
background: #fe5757;
color: #fff;
text-shadow: none;
}
.input-group {
margin-bottom: 0px;
}
/* message close */
.custom-alert {
position: fixed;
top: 50px;
right: 0;
z-index: 99999;
width: 300px;
margin: 0;
color: #fff;
border: 0;
}
.btn-close {
background: transparent;
border: 0;
float: left;
font-size: 16px;
padding: 0;
color: #fff !important;
}
.bg-success {
background: #52c234;
background: -webkit-linear-gradient(to left, #061700, #52c234);
background: linear-gradient(to left, #061700, #52c234);
}
.bg-danger {
background: #dc2424;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4a569d, #dc2424);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4a569d, #dc2424);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.moveIconstyle {
font-size: 16px;
margin: 2px 10px 2px 0;
}
.form-label {
font-weight: 400;
}
* {
margin: 0;
padding: 0
}
html {
height: 100%
}
p {
color: grey
}
#heading {
text-transform: uppercase;
color: #0f9647;
font-weight: normal
}
#msform {
text-align: center;
position: relative;
margin-top: 20px
}
#msform fieldset {
background: white;
border: 0 none;
border-radius: 0.5rem;
box-sizing: border-box;
width: 100%;
margin: 0;
padding-bottom: 20px;
position: relative
}
.form-card {
text-align: left
}
#msform fieldset:not(:first-of-type) {
display: none
}
#msform input:focus,
#msform textarea:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid #0f9647;
outline-width: 0
}
#msform .action-button {
width: 120px;
background: #0f9647;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 0px;
margin: 10px 14px 10px 10px;
/* float: right; */
border-radius: 6px;
height: 40px;
}
#msform .action-button:hover,
#msform .action-button:focus {
background-color: #311B92
}
#msform .action-button-previous {
width: 120px;
background: #616161;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 0px;
margin: 10px 5px 10px 0px;
float: right;
border-radius: 6px;
height: 40px;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
background-color: #000000
}
.card {
z-index: 0;
border: none;
position: relative
}
.fs-title {
font-size: 25px;
color: #0f9647;
margin-bottom: 15px;
font-weight: normal;
text-align: left
}
.purple-text {
color: #0f9647;
font-weight: normal
}
.steps {
font-size: 25px;
color: gray;
margin-bottom: 10px;
font-weight: normal;
text-align: right
}
.fieldlabels {
color: gray;
text-align: left
}
#progressbar {
margin-bottom: 0px;
overflow: hidden;
color: lightgrey;
background: #fff;
padding: 20px;
border-radius: 6px 6px 0px 0px;
}
#progressbar .active {
color: #0f9647
}
#progressbar li {
list-style-type: none;
font-size: 15px;
width: 16%;
float: left;
position: relative;
font-weight: 400
}
#progressbar #account:before {
font-family: FontAwesome;
content: "\f13e"
}
#progressbar #personal:before {
font-family: FontAwesome;
content: "\f007"
}
#progressbar #payment:before {
font-family: FontAwesome;
content: "\f030"
}
#progressbar #confirm:before {
font-family: FontAwesome;
content: "\f00c"
}
#progressbar li:before {
width: 50px;
height: 50px;
line-height: 45px;
display: block;
font-size: 20px;
color: #ffffff;
background: lightgray;
border-radius: 50%;
margin: 0 auto 10px auto;
padding: 2px
}
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: lightgray;
position: absolute;
left: 0;
top: 25px;
z-index: -1
}
#progressbar li.active:before,
#progressbar li.active:after {
background: #0f9647
}
.progress {
height: 20px;
border-radius: none !important;
}
.progress-bar {
background-color: #0f9647
}
.fit-image {
width: 100%;
object-fit: cover
}
.bggreen {
background-color: #74218c;
color: #fff;
}
.bgforagent {
background-color: #f1f1f1;
}
.bgforagent .card input {
background-color: #fff;
border: 1px solid #ccc !important;
}
.bgforagent .card label {
padding-top: 0.5rem !important;
}
.bgforagent .card textarea,
select {
background-color: #fff;
border: 1px solid #ccc !important;
}
.cardbordernone {
border: none !important;
}
.bgforagent .card ::placeholder {
font-size: 14px;
}
.bgforagent .form-control {
/* background-color: #fff !important; */
}
.bgforagent .login {
background-color: #000 !important;
} | public/css/custom.css | label {
font-size: 1৪px;
}
input {
height: 24px;
}
/* input[type="text"] {
border: 1px solid rgba(9, 9, 104, 0.329);
} */
.form-header {
width: 100%;
font-size: 20px;
background-color: #0f9647;
color: aliceblue;
text-align: center;
padding: 2px;
}
.table_id {
margin: 0 auto;
width: 100%;
clear: both;
border-collapse: collapse;
table-layout: fixed; // ***********add this
word-wrap: break-word; // ***********and this
}
.btn {
background-color: #0f9647;
color: aliceblue;
}
.footer {
left: 0px;
bottom: 0px;
height: 60px;
width: 100%;
color: white;
background-color: #ffffff;
position: fixed;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
.form-control {
background: #f5f6f7;
}
::selection {
background: #fe5757;
color: #fff;
text-shadow: none;
}
.input-group {
margin-bottom: 0px;
}
/* message close */
.custom-alert {
position: fixed;
top: 50px;
right: 0;
z-index: 99999;
width: 300px;
margin: 0;
color: #fff;
border: 0;
}
.btn-close {
background: transparent;
border: 0;
float: left;
font-size: 16px;
padding: 0;
color: #fff !important;
}
.bg-success {
background: #52c234;
background: -webkit-linear-gradient(to left, #061700, #52c234);
background: linear-gradient(to left, #061700, #52c234);
}
.bg-danger {
background: #dc2424;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4a569d, #dc2424);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4a569d, #dc2424);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.moveIconstyle {
font-size: 16px;
margin: 2px 10px 2px 0;
}
.form-label {
font-weight: 400;
}
* {
margin: 0;
padding: 0
}
html {
height: 100%
}
p {
color: grey
}
#heading {
text-transform: uppercase;
color: #0f9647;
font-weight: normal
}
#msform {
text-align: center;
position: relative;
margin-top: 20px
}
#msform fieldset {
background: white;
border: 0 none;
border-radius: 0.5rem;
box-sizing: border-box;
width: 100%;
margin: 0;
padding-bottom: 20px;
position: relative
}
.form-card {
text-align: left
}
#msform fieldset:not(:first-of-type) {
display: none
}
#msform input:focus,
#msform textarea:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid #0f9647;
outline-width: 0
}
#msform .action-button {
width: 120px;
background: #0f9647;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 0px;
margin: 10px 14px 10px 10px;
/* float: right; */
border-radius: 6px;
height: 40px;
}
#msform .action-button:hover,
#msform .action-button:focus {
background-color: #311B92
}
#msform .action-button-previous {
width: 120px;
background: #616161;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 0px;
margin: 10px 5px 10px 0px;
float: right;
border-radius: 6px;
height: 40px;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
background-color: #000000
}
.card {
z-index: 0;
border: none;
position: relative
}
.fs-title {
font-size: 25px;
color: #0f9647;
margin-bottom: 15px;
font-weight: normal;
text-align: left
}
.purple-text {
color: #0f9647;
font-weight: normal
}
.steps {
font-size: 25px;
color: gray;
margin-bottom: 10px;
font-weight: normal;
text-align: right
}
.fieldlabels {
color: gray;
text-align: left
}
#progressbar {
margin-bottom: 0px;
overflow: hidden;
color: lightgrey;
background: #fff;
padding: 20px;
border-radius: 6px 6px 0px 0px;
}
#progressbar .active {
color: #0f9647
}
#progressbar li {
list-style-type: none;
font-size: 15px;
width: 16%;
float: left;
position: relative;
font-weight: 400
}
#progressbar #account:before {
font-family: FontAwesome;
content: "\f13e"
}
#progressbar #personal:before {
font-family: FontAwesome;
content: "\f007"
}
#progressbar #payment:before {
font-family: FontAwesome;
content: "\f030"
}
#progressbar #confirm:before {
font-family: FontAwesome;
content: "\f00c"
}
#progressbar li:before {
width: 50px;
height: 50px;
line-height: 45px;
display: block;
font-size: 20px;
color: #ffffff;
background: lightgray;
border-radius: 50%;
margin: 0 auto 10px auto;
padding: 2px
}
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: lightgray;
position: absolute;
left: 0;
top: 25px;
z-index: -1
}
#progressbar li.active:before,
#progressbar li.active:after {
background: #0f9647
}
.progress {
height: 20px;
border-radius: none !important;
}
.progress-bar {
background-color: #0f9647
}
.fit-image {
width: 100%;
object-fit: cover
}
.bggreen {
background-color: #74218c;
color: #fff;
}
.bgforagent {
background-color: #f1f1f1;
}
.bgforagent .card input {
background-color: #fff;
border: 1px solid #ccc !important;
}
.bgforagent .card label {
padding-top: 0.5rem !important;
}
.bgforagent .card textarea,
select {
background-color: #fff;
border: 1px solid #ccc !important;
}
.cardbordernone {
border: none !important;
}
.bgforagent .card ::placeholder {
font-size: 14px;
}
.bgforagent .form-control {
/* background-color: #fff !important; */
}
.bgforagent .login {
background-color: #000 !important;
} | 0.362066 | 0.121607 |
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700italic,700,300italic,300|Acme); /* Acme font is required for .arrow */
/*****END FONTS*****/
/*****DEMO ONLY*****/
::selection {
color: #fff;
background: #ec6912;
}
::-moz-selection {
color: #fff;
background: #ec6912;
}
* {
margin: 0;
padding: 0;
border: none;
}
body {
background: #d3d7dc;
font: normal 400 14px/21px 'Source Sans Pro', Helvetica, Arial, sans-serif;
color: #464851;
}
h1 {
font: normal 600 48px/56px 'Source Sans Pro', Helvetica, Arial, sans-serif;
text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
margin-bottom: 30px;
}
p {
text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
margin-bottom: 20px;
}
strong {
font-weight: 700;
}
.wrapper {
background: #f3f3f3;
border: 1px solid #fff;
width: 400px;
padding: 50px 40px;
margin: 0 auto;
position: relative;
top: 125px;
clear: both;
box-shadow: 0 1px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.footer {
width: 400px;
position: relative;
margin: 0 auto;
top: 175px;
}
.footer p {
font-size: 12px;
color: #888888;
}
.footer p a {
color: #888888;
text-decoration: none;
}
.footer p a:hover {
color: #ec6912;
}
.download {
display: block;
position: absolute;
float: right;
right: 25px;
bottom: 25px;
padding: 5px;
font-weight: 700;
font-size: 12px;
text-align: right;
text-decoration: none;
color: rgba(0,0,0,0.5);
text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
.download:hover {
color: rgba(0,0,0,0.75);
text-shadow: 1px 1px 0 rgba(256,256,256,0.5);
}
.download:focus {
bottom: 24px;
}
/*****END DEMO ONLY*****/
/*****ANIMATONS (optional)*****/
#menu, #menu .arrow, #menu nav a {
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
}
/*****END ANIMATONS*****/
/*****PANEL*****/
#menu {
background: #f9f9f9;
border-right: 3px solid #fff;
width: 100px;
padding: 30px;
position: fixed;
z-index: 100000;
box-shadow: 1px 0 3px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 0 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.25);
}
#menu {
left: 0; /* Change to right: 0; if you want the panel to display on the right side. */
}
#menu:hover, #menu:focus {
left: 0 !important; /* Change to right: 0 !important; if you want the panel to display on the right side. */
}
#menu .arrow {
right: 2px; /* Change to left: 2px; if you want the panel to display on the right side. */
}
#menu .arrow {
font: normal 400 25px/25px 'Acme', Helvetica, Arial, sans-serif; /* Acme font is required for .arrow */
color: rgba(0,0,0,0.75); /* Arrow color */
width: 16px;
height: 25px;
display: block;
position: absolute;
top: 20px;
cursor: default;
}
#menu:hover .arrow {
transform: rotate(-180deg) translate(6px,-3px);
-moz-transform: rotate(-180deg) translate(6px,-3px);
-webkit-transform: rotate(-180deg) translate(6px,-3px);
}
#menu nav {
position: relative;
top: 75px;
}
#menu nav a {
padding: 20px 5px;
border-bottom: 1px dotted #c0c0c0;
display: block;
clear: both;
font: normal 400 12px/18px 'Open Sans', Helvetica, Arial, sans-serif;
color: #656565;
text-decoration: none;
}
#menu nav a:hover {
color: #ec6912;
}
/*****END PANEL*****/ | webserver-bak/ijahv1/css/style.css | @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700italic,700,300italic,300|Acme); /* Acme font is required for .arrow */
/*****END FONTS*****/
/*****DEMO ONLY*****/
::selection {
color: #fff;
background: #ec6912;
}
::-moz-selection {
color: #fff;
background: #ec6912;
}
* {
margin: 0;
padding: 0;
border: none;
}
body {
background: #d3d7dc;
font: normal 400 14px/21px 'Source Sans Pro', Helvetica, Arial, sans-serif;
color: #464851;
}
h1 {
font: normal 600 48px/56px 'Source Sans Pro', Helvetica, Arial, sans-serif;
text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
margin-bottom: 30px;
}
p {
text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
margin-bottom: 20px;
}
strong {
font-weight: 700;
}
.wrapper {
background: #f3f3f3;
border: 1px solid #fff;
width: 400px;
padding: 50px 40px;
margin: 0 auto;
position: relative;
top: 125px;
clear: both;
box-shadow: 0 1px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.footer {
width: 400px;
position: relative;
margin: 0 auto;
top: 175px;
}
.footer p {
font-size: 12px;
color: #888888;
}
.footer p a {
color: #888888;
text-decoration: none;
}
.footer p a:hover {
color: #ec6912;
}
.download {
display: block;
position: absolute;
float: right;
right: 25px;
bottom: 25px;
padding: 5px;
font-weight: 700;
font-size: 12px;
text-align: right;
text-decoration: none;
color: rgba(0,0,0,0.5);
text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
.download:hover {
color: rgba(0,0,0,0.75);
text-shadow: 1px 1px 0 rgba(256,256,256,0.5);
}
.download:focus {
bottom: 24px;
}
/*****END DEMO ONLY*****/
/*****ANIMATONS (optional)*****/
#menu, #menu .arrow, #menu nav a {
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
}
/*****END ANIMATONS*****/
/*****PANEL*****/
#menu {
background: #f9f9f9;
border-right: 3px solid #fff;
width: 100px;
padding: 30px;
position: fixed;
z-index: 100000;
box-shadow: 1px 0 3px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 0 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.25);
}
#menu {
left: 0; /* Change to right: 0; if you want the panel to display on the right side. */
}
#menu:hover, #menu:focus {
left: 0 !important; /* Change to right: 0 !important; if you want the panel to display on the right side. */
}
#menu .arrow {
right: 2px; /* Change to left: 2px; if you want the panel to display on the right side. */
}
#menu .arrow {
font: normal 400 25px/25px 'Acme', Helvetica, Arial, sans-serif; /* Acme font is required for .arrow */
color: rgba(0,0,0,0.75); /* Arrow color */
width: 16px;
height: 25px;
display: block;
position: absolute;
top: 20px;
cursor: default;
}
#menu:hover .arrow {
transform: rotate(-180deg) translate(6px,-3px);
-moz-transform: rotate(-180deg) translate(6px,-3px);
-webkit-transform: rotate(-180deg) translate(6px,-3px);
}
#menu nav {
position: relative;
top: 75px;
}
#menu nav a {
padding: 20px 5px;
border-bottom: 1px dotted #c0c0c0;
display: block;
clear: both;
font: normal 400 12px/18px 'Open Sans', Helvetica, Arial, sans-serif;
color: #656565;
text-decoration: none;
}
#menu nav a:hover {
color: #ec6912;
}
/*****END PANEL*****/ | 0.167797 | 0.051106 |
body, html{
font-family: 'Roboto', sans-serif;
}
header{
width: 100%;
background-color: #fff;
}
header.active{
position: fixed;
background-color: #fff;
z-index: 3;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 12);
}
header .navbar-collapse{
width: auto;
flex-grow: 0;
}
header .logo{
height: 40px;
}
header p{
margin: auto 0 0 10px;
}
.slides{
max-height: 38rem;
}
.carousel-inner{
max-height: 45rem;
}
.carousel-inner img{
min-width: 100%;
position: relative;
height:700px;
}
main .logo{
display: flex;
justify-content: center;
margin-top: 20px;
}
main .logo img{
height: 45px;
margin-right: 5px;
}
main .logo h2{
margin: auto 0;
}
main p{
width:100%;
text-align: center;
margin:10px auto;
}
main .cards a{
text-decoration: none;
color: #000;
}
main .cards .card{
margin:10px 0 ;
height: 400px;
transition: .2s;
box-shadow: 1px 2px 10px 0 rgba(10, 10, 12, 0.555);
}
main .cards .card:hover{
transform: scale(1.1);
}
main .cards .card img{
height: 50%;
}
main .cards .card .card-body{
text-align: center;
}
main .email{
width: 100%;
background-color: #191970;
margin: 40px 0 0 0;
min-height: 30vh;
background: url('assets/background.jpg');
background-size: cover;
background-repeat: no-repeat;
}
main .email .time{
margin-top: 50px;
}
main .email form{
margin: auto 0;
}
main .email form label{
font-size: 20px;
}
main .email form input{
margin-left: 15px;
width: 400px;
height: 38px;
}
main .sobre-nos{
width: 100%;
}
main .sobre-nos .logo-sobre{
margin: 0 auto;
}
main .sobre-nos img{
height: 50px;
}
@media (max-width: 1399.98px) {
main .cards .card img{
height: 40%;
}
}
@media (max-width: 1199.98px) {
.carousel-item img{
height:450px;
}
main .cards .card{
height: 400px;
}
main .cards .card img{
height: 30%;
}
}
@media (max-width: 991.98px) {
.carousel-item img{
height:400px;
}
main .cards .card img{
height: 50%;
}
}
@media (max-width: 767.98px) {
.carousel-item img{
height:450px;
}
.carousel-item img{
height:350px;
}
main .cards .card img{
height: 40%;
}
}
@media (max-width: 575.98px) {
.carousel-item img{
height:350px;
}
main .cards .card{
margin:20px auto ;
width: 250px;
}
main .cards .card img{
height: 50%;
}
main form{
display: flex;
flex-direction: column;
}
main form div{
margin: auto;
}
main form div .campo{
width: 200px;
margin: auto;
}
} | style.css | body, html{
font-family: 'Roboto', sans-serif;
}
header{
width: 100%;
background-color: #fff;
}
header.active{
position: fixed;
background-color: #fff;
z-index: 3;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 12);
}
header .navbar-collapse{
width: auto;
flex-grow: 0;
}
header .logo{
height: 40px;
}
header p{
margin: auto 0 0 10px;
}
.slides{
max-height: 38rem;
}
.carousel-inner{
max-height: 45rem;
}
.carousel-inner img{
min-width: 100%;
position: relative;
height:700px;
}
main .logo{
display: flex;
justify-content: center;
margin-top: 20px;
}
main .logo img{
height: 45px;
margin-right: 5px;
}
main .logo h2{
margin: auto 0;
}
main p{
width:100%;
text-align: center;
margin:10px auto;
}
main .cards a{
text-decoration: none;
color: #000;
}
main .cards .card{
margin:10px 0 ;
height: 400px;
transition: .2s;
box-shadow: 1px 2px 10px 0 rgba(10, 10, 12, 0.555);
}
main .cards .card:hover{
transform: scale(1.1);
}
main .cards .card img{
height: 50%;
}
main .cards .card .card-body{
text-align: center;
}
main .email{
width: 100%;
background-color: #191970;
margin: 40px 0 0 0;
min-height: 30vh;
background: url('assets/background.jpg');
background-size: cover;
background-repeat: no-repeat;
}
main .email .time{
margin-top: 50px;
}
main .email form{
margin: auto 0;
}
main .email form label{
font-size: 20px;
}
main .email form input{
margin-left: 15px;
width: 400px;
height: 38px;
}
main .sobre-nos{
width: 100%;
}
main .sobre-nos .logo-sobre{
margin: 0 auto;
}
main .sobre-nos img{
height: 50px;
}
@media (max-width: 1399.98px) {
main .cards .card img{
height: 40%;
}
}
@media (max-width: 1199.98px) {
.carousel-item img{
height:450px;
}
main .cards .card{
height: 400px;
}
main .cards .card img{
height: 30%;
}
}
@media (max-width: 991.98px) {
.carousel-item img{
height:400px;
}
main .cards .card img{
height: 50%;
}
}
@media (max-width: 767.98px) {
.carousel-item img{
height:450px;
}
.carousel-item img{
height:350px;
}
main .cards .card img{
height: 40%;
}
}
@media (max-width: 575.98px) {
.carousel-item img{
height:350px;
}
main .cards .card{
margin:20px auto ;
width: 250px;
}
main .cards .card img{
height: 50%;
}
main form{
display: flex;
flex-direction: column;
}
main form div{
margin: auto;
}
main form div .campo{
width: 200px;
margin: auto;
}
} | 0.263789 | 0.063106 |
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
@import url('https://fonts.googleapis.com/css?family=Roboto:700');
*{/*Imp*/
margin: 0px;
padding: 0px;
}
/*This is navigation bar */
nav{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100px;
padding: 10px 100px;
box-sizing: border-box;
transition: 0.5s;
}
nav .logo{
float: left;
}
nav .logo img
{
height: 80px;
transition: .5s;
}
nav ul{
float: right;
margin: 0;
padding: 0;
display: flex;
}
nav ul li {
list-style: none;
}
nav ul li a{
line-height: 80px;
color: #262626;
padding: 5px 20px;
font-family: 'Roboto', sans-serif;
text-decoration: none;
text-transform: uppercase;
transition: .5s;
}
nav.black ul li a{
color: #fff;
line-height: 60px;
}
nav ul li a.active,
nav ul li a:hover{
color: #fff;
background: #f00;
}
nav.black{
background: rgba(0,0,0,0.8);
height: 60px;
padding: 10px 50px;
}
nav .logo img{
height: 80px;
transition: 0.5s;
}
nav.black .logo img{
height: 60px;
}
nav ul{
float: right;
}
/*This is the Header */
.bird-box{
/*Note -- if your image is too big it will misbehave you can photoshop the width and height accordingly. */
/*this gives the illusion that the laterpart will come above the header but in fact the we'll be scrolling the birdbox away but backgound is fixed*/
background-image: url("bg1.png"); /* The image used */
position: relative; /* elements will be relative to the bird-box */
height: 625px; /* You must set a specified height */
background-color: #cccccc; /* Used if the image is unavailable */
background-position: top center; /* Center the image */
background-attachment: fixed; /*to fix the background to a specific position*/
background-size: auto 695px; /*since we know how the height should be we give the height 600px and width to be auto*/
overflow: hidden; /*to hide everything that comes outside this box*/
z-index: 3;
/* background-repeat: no-repeat; Do not repeat the image */
/* background-size: cover; Resize the background image to cover the entire container */
/* background-size: contain; /*strech the image to fit its largest width or height to be completely packed within the box.*/
}
/*
.logo{
height: 190px;
width: 420px;
/*background-color: pink;
background-image: url("logo.png");
position: center;
background-repeat: no-repeat; /*so image dosemt repeat
position: absolute; /*logo moves according to our wish i.e. to position acc. to our wish
top: 50%;
margin-top: -190px;
margin-left: 390px;
}
*/
.fore-bird{
width: 960px;
height: 500px;
background-color: transparentize(pink, 0.3); /*will fetch the rgb value for pink and then make it 0.3 to transparent*/
background-image: url("symbol.png");
background-repeat: no-repeat;
position: right bottom;
position: absolute; /*the code written after this will position the whole box*/
left: 50%;
margin-left: 250px;
top: 650px;
z-index: -99999999999999;
}
.fore-text{
width: 960px;
height: 1020px;
font-weight: bold;
font-size: 40px;
position: absolute; /*the code written after this will position the whole box*/
left: -7%;
margin-left: 250px;
top: 750px;
color: white;
}
.back-bird{
width: 300px;
height: 298px;
top: 4%;
background-image: url("backele.png");
background-repeat: no-repeat;
margin-top: 50px;
position: top left;
position: absolute; /*if this is not done the image will move with the scroll instead of remaining at one place*/
left: 30%
margin-left: -480px;
transform: translateX(20%);
/*margin-right: -350px; half of the width */
}
h2{
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
margin: 0 ;
padding: 0;
font-family: sans-serif;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
}
.type{
color :#04C504;
font-size:70px;
transform: translate(-20%,-100%);
}
.typed-cursor{
position: absolute;
left: -1.4%;
top: 42.9%;
transform: translateY(-50%);
width: 100%;
text-align: center;
margin: 0 ;
padding: 0;
font-family: sans-serif;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
color :#04C504;
font-size:70px;
}
/*This is the content */
.content{
position: relative;
z-index: 0;
background-color: white;
margin-bottom: 400px;
}
.data{
margin: 100px;
padding: 50px;
border-style: dashed;
border-width: 50px;
position: absolute;
left: 50px;
right: 50px;
}
/*This is the footer */
.footer{
position: fixed;
z-index: -1;
}
.footer #button{
width:35px;
height:35px;
border: #727172 12px solid;
border-radius:50%;
margin:0 auto;
position:relative;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
z-index: -1;
}
.footer #button:hover{
width:35px;
height:35px;
border: #3A3A3A 12px solid;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
position:relative;
z-index: -1;
}
.footer {
bottom:0;
left:0;
position:fixed;
width: 100%;
height: 2em;
overflow:hidden;
margin:0 auto;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
z-index:-1;
}
.footer:hover {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
height: 10em;
}
.footer #container{
margin-top:5px;
width:100%;
height:100%;
position:relative;
top:0;
left:0;
background: #3A3A3A;
}
.footer #cont{
position:relative;
top:-45px;
right:190px;
width:150px;
height:auto;
margin:0 auto;
}
.footer_center{
width:500px;
float:left;
text-align:center;
}
.footer h3{
font-family: 'Helvetica';
font-size: 30px;
font-weight: 100;
margin-top:70px;
margin-left:40px;
}
footer{
background-color: black;
color: white; /*text color:*/
padding: 40px 0;
/*border-top: 1px solid rgba(0,0,0,0.5);
background: rgba(0,0,0,0.25);
border-shadow: inset 0 1px rgba(255, 255, 255, 0.3);*/
background-color: rgba(0,0,0,0);
bottom: 0;
width: 100%;
} | style.css | @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
@import url('https://fonts.googleapis.com/css?family=Roboto:700');
*{/*Imp*/
margin: 0px;
padding: 0px;
}
/*This is navigation bar */
nav{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100px;
padding: 10px 100px;
box-sizing: border-box;
transition: 0.5s;
}
nav .logo{
float: left;
}
nav .logo img
{
height: 80px;
transition: .5s;
}
nav ul{
float: right;
margin: 0;
padding: 0;
display: flex;
}
nav ul li {
list-style: none;
}
nav ul li a{
line-height: 80px;
color: #262626;
padding: 5px 20px;
font-family: 'Roboto', sans-serif;
text-decoration: none;
text-transform: uppercase;
transition: .5s;
}
nav.black ul li a{
color: #fff;
line-height: 60px;
}
nav ul li a.active,
nav ul li a:hover{
color: #fff;
background: #f00;
}
nav.black{
background: rgba(0,0,0,0.8);
height: 60px;
padding: 10px 50px;
}
nav .logo img{
height: 80px;
transition: 0.5s;
}
nav.black .logo img{
height: 60px;
}
nav ul{
float: right;
}
/*This is the Header */
.bird-box{
/*Note -- if your image is too big it will misbehave you can photoshop the width and height accordingly. */
/*this gives the illusion that the laterpart will come above the header but in fact the we'll be scrolling the birdbox away but backgound is fixed*/
background-image: url("bg1.png"); /* The image used */
position: relative; /* elements will be relative to the bird-box */
height: 625px; /* You must set a specified height */
background-color: #cccccc; /* Used if the image is unavailable */
background-position: top center; /* Center the image */
background-attachment: fixed; /*to fix the background to a specific position*/
background-size: auto 695px; /*since we know how the height should be we give the height 600px and width to be auto*/
overflow: hidden; /*to hide everything that comes outside this box*/
z-index: 3;
/* background-repeat: no-repeat; Do not repeat the image */
/* background-size: cover; Resize the background image to cover the entire container */
/* background-size: contain; /*strech the image to fit its largest width or height to be completely packed within the box.*/
}
/*
.logo{
height: 190px;
width: 420px;
/*background-color: pink;
background-image: url("logo.png");
position: center;
background-repeat: no-repeat; /*so image dosemt repeat
position: absolute; /*logo moves according to our wish i.e. to position acc. to our wish
top: 50%;
margin-top: -190px;
margin-left: 390px;
}
*/
.fore-bird{
width: 960px;
height: 500px;
background-color: transparentize(pink, 0.3); /*will fetch the rgb value for pink and then make it 0.3 to transparent*/
background-image: url("symbol.png");
background-repeat: no-repeat;
position: right bottom;
position: absolute; /*the code written after this will position the whole box*/
left: 50%;
margin-left: 250px;
top: 650px;
z-index: -99999999999999;
}
.fore-text{
width: 960px;
height: 1020px;
font-weight: bold;
font-size: 40px;
position: absolute; /*the code written after this will position the whole box*/
left: -7%;
margin-left: 250px;
top: 750px;
color: white;
}
.back-bird{
width: 300px;
height: 298px;
top: 4%;
background-image: url("backele.png");
background-repeat: no-repeat;
margin-top: 50px;
position: top left;
position: absolute; /*if this is not done the image will move with the scroll instead of remaining at one place*/
left: 30%
margin-left: -480px;
transform: translateX(20%);
/*margin-right: -350px; half of the width */
}
h2{
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
margin: 0 ;
padding: 0;
font-family: sans-serif;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
}
.type{
color :#04C504;
font-size:70px;
transform: translate(-20%,-100%);
}
.typed-cursor{
position: absolute;
left: -1.4%;
top: 42.9%;
transform: translateY(-50%);
width: 100%;
text-align: center;
margin: 0 ;
padding: 0;
font-family: sans-serif;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
color :#04C504;
font-size:70px;
}
/*This is the content */
.content{
position: relative;
z-index: 0;
background-color: white;
margin-bottom: 400px;
}
.data{
margin: 100px;
padding: 50px;
border-style: dashed;
border-width: 50px;
position: absolute;
left: 50px;
right: 50px;
}
/*This is the footer */
.footer{
position: fixed;
z-index: -1;
}
.footer #button{
width:35px;
height:35px;
border: #727172 12px solid;
border-radius:50%;
margin:0 auto;
position:relative;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
z-index: -1;
}
.footer #button:hover{
width:35px;
height:35px;
border: #3A3A3A 12px solid;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
position:relative;
z-index: -1;
}
.footer {
bottom:0;
left:0;
position:fixed;
width: 100%;
height: 2em;
overflow:hidden;
margin:0 auto;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
z-index:-1;
}
.footer:hover {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
height: 10em;
}
.footer #container{
margin-top:5px;
width:100%;
height:100%;
position:relative;
top:0;
left:0;
background: #3A3A3A;
}
.footer #cont{
position:relative;
top:-45px;
right:190px;
width:150px;
height:auto;
margin:0 auto;
}
.footer_center{
width:500px;
float:left;
text-align:center;
}
.footer h3{
font-family: 'Helvetica';
font-size: 30px;
font-weight: 100;
margin-top:70px;
margin-left:40px;
}
footer{
background-color: black;
color: white; /*text color:*/
padding: 40px 0;
/*border-top: 1px solid rgba(0,0,0,0.5);
background: rgba(0,0,0,0.25);
border-shadow: inset 0 1px rgba(255, 255, 255, 0.3);*/
background-color: rgba(0,0,0,0);
bottom: 0;
width: 100%;
} | 0.209389 | 0.086942 |
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height background: linear-gradient(10deg, #9291e0,#96dadb); */
margin-bottom: 60px;
}
form{
margin: 0;
}
.foximg {
/* background-image: linear-gradient(10deg, rgba(146, 145, 224, 0.85), rgba(150, 218, 219, 0.9)), url(../assets/foxripple.png); */
/* background-repeat: no-repeat;
background-position: right bottom 60px; */
}
.form-group{
margin-bottom: 20px;
}
.flex-ali{
display: flex;
align-items: center;
}
.flex-center-items{
display: flex;
align-items: center;
justify-content: center;
}
.flex-center-items .form-btn{
font-size: 16px;
font-weight: bold;
}
.margin-bottom-16{
margin-bottom: 16px;
}
.btn-border-radius{
border-radius: 38px;
}
.header {
/*margin-bottom: 20px;*/
/*padding: 0 200px;*/
}
.header nav {
margin-bottom: 0;
}
.topmenu {
padding: 0 200px;
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
border-radius: 0;
/*box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.10000000149011612);*/
/*box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.10000000149011612);*/
/* background-color: #4169a4; */
/* border-color: #4169a4; */
}
.topmenu a {
color: #adb3f2;
text-decoration: none;
}
.topmenu .navbar-nav > li > a:hover,
.topmenu .navbar-nav > li > a:focus {
color: #FFFFFF;
background:transparent !important;
}
.topmenu .navbar-nav > .active > a,
.topmenu .navbar-nav > .active > a:hover,
.topmenu .navbar-nav > .active > a:focus {
color: #FFFFFF;
background-color: transparent !important;
}
.topmenu .navbar-nav .fa-user{
font-size: 18px;
}
.topmenu .navbar-nav .fa-user.on{
color:#AEFFA7;
}
.topmenu .navbar-nav .fa-user.off{
color:#FF7E7E;
}
.topmenu .navbar-nav .language{
display: inline-block;
position: relative;
}
.topmenu .navbar-nav .language .langIcon{
margin-top: 16px;
cursor: pointer;
}
.topmenu .navbar-nav .language .langIcon:hover .my_dropdown-menu{
display: block;
}
.topmenu .navbar-nav .language .dropdown-menu{
position: absolute;
top: 40px;
right: 0;
min-width: 30px;
width: 30px;
border:none;
background: #FFFFFF;
opacity: 0.8;
border-radius: 8px;
box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.10000000149011612);
}
.timeout__downMenu{
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
min-width: 100px;
border:none;
background: #FFFFFF;
opacity: 0.8;
border-radius: 8px;
box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.10000000149011612);
}
.timeout__downMenu li{
text-align: center;
color: #666;
cursor: pointer;
padding: 5px 0;
}
.timeout__downMenu li:hover{
background: #F2F2F2;
}
.topmenu .navbar-nav .language .dropdown-menu .row_column{
cursor: pointer;
margin: 4px 0;
text-align: center;
}
.topmenu .navbar-nav .language .my_dropdown-menu .row_column >img{
margin: auto;
}
.topmenu .navbar-nav .language .dropdown-menu >li,
.topmenu .navbar-nav .settings .dropdown-menu >li
{
text-align: center;
}
.topmenu .navbar-nav .language .dropdown-menu >li>a,
.topmenu .navbar-nav .settings .dropdown-menu >li>a
{
padding: 4px 0;
color: #666;
font-size: 12px;
}
.topmenu .navbar-nav .settings .dropdown-menu >li>a.active,
.topmenu .navbar-nav .settings .dropdown-menu >li>a:hover{
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight:bold;
}
.topmenu .settings .dropdown-menu{
border:none;
border-radius: 6px;
background: #FFFFFF;
opacity: 0.8;
box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.10000000149011612);
min-width: 66px;
text-align: center;
padding: 0;
top: 42px;
left: 50%;
transform: translateX(-50%);
}
.header .subnav {
background-color: #fff;
}
.header .subnav ul {
padding: 0;
margin: 30px 0 30px 52px;
list-style: none;
}
.header .subnav ul > li {
float: left;
min-width: 70px;
margin-right: 60px;
text-align: center;
font-size: 20px;
padding: 0 30px;
cursor: pointer;
border-radius: 44px;
}
.header .subnav ul > li a {
display: inline-block;
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.header .subnav ul > li:hover,
.header .subnav ul > li:focus {
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.20000000298023224);
border-radius: 44px 44px 44px 44px;
}
.header .subnav ul > li a{
text-decoration: none;
}
.header .subnav ul > li.active{
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.20000000298023224);
}
.header .subnav ul > li.active a,
.header .subnav ul > li:hover a,
.header .subnav ul > li:focus a{
color: #fff;
background: transparent;
background: none;
-webkit-text-fill-color: #fff;
}
.header .settings {
display:inline-block;
line-height: 50px;
}
.header .settings a {
}
.header .settings .dropdown-toggle {
font-size: 20px;
color: #fff;
cursor: pointer;
}
.header .settings .dropdown-toggle>i{
line-height: 50px;
}
.header .settings .dropdown-menu a {
margin: 5px 0 5px 0;
font-size: 18px;
}
.header .online {
width: 40px; height: 40px;
/* border: 3px solid #008f51; border-radius: 50%; background: white; */
}
.header .offline {
width: 40px; height: 40px;
/* border: 3px solid #d12; border-radius: 50%; background: white; */
}
.nav>li{
padding: 0 4px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 40px;
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10000000149011612);
text-align:center;
line-height: 40px;
}
.footer .text-muted{
color: #fff;
font-size: 14px;
}
.footer a {
margin-top: 10px;
}
a.danger {
color: #E40000;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
padding: 10px 15px 0;
}
.container .text-muted {
margin: 20px 0;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
code {
font-size: 80%;
}
.settingPage{
background: #F9F9F9;
margin-top: 20px;
padding: 0;
}
.cards{
background: #FFFFFF;
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
border-radius: 6px 6px 6px 6px;
/*height: 530px;*/
}
.cards .mt20{
margin-top: 20px;
}
.cards .cardsNav{
font-size: 0;
margin: 0;
height: 60px;
}
.cards .cardsNav .navItem{
display: inline-block;
height: 53px;
line-height: 53px;
text-align: center;
cursor: pointer;
/* width: 50%; */
margin: 0;
background: #f5f5f5;
}
.cards .cardsNav .navItem .navTitle{
font-size: 20px;
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
}
.settingPage .cards .cardsNav .navItem:first-child{
border-radius: 0px 0 6px 0;
}
.settingPage .cards .cardsNav .navItem:last-child{
border-radius: 0px 0 0 6px;
}
.cards .cardsNav .navItem.active{
background: transparent;
}
.cards .cardsContent{
padding: 20px;
}
.cards .cardsContent .table__header .column{
color: #666666;
font-size: 16px;
margin-bottom: 10px;
text-align: center;
font-weight: bold;
border-bottom: none !important;
}
.cards .cardsContent .addButton{
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
border-radius: 6px 6px 6px 6px;
text-align: center;
padding: 4px 16px;
font-size: 17px;
font-weight: bold;
color: #fff;
margin: auto;
display: inline-block;
border-style: none;
}
.cards .cardsContent .myBtn{
cursor: pointer;
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
border-radius: 6px 6px 6px 6px;
text-align: center;
padding: 4px 16px;
font-size: 17px;
font-weight: bold;
color: #fff;
margin: auto;
display: inline-block;
border-style: none;
}
.cards .cardsContent .myBtn.cursor{
cursor: pointer;
}
.cards .cardsContent .myBtn.text{
background:none;
color: #666;
font-weight: 500;
font-size: 16px;
display: inline-block;
padding: 0;
cursor: pointer;
}
.cards .cardsContent .myBtn.delete{
color: #FF7E7E;
}
.cards .cardsContent .myBtn.delete:hover{
color: #FF7E7E !important;
}
.cards .cardsContent .myBtn.text:hover{
color: #4776E6;
}
.cards .cardsContent .myBtn[disabled]{
color: #aaa !important;
background: #8E64F9 !important;
}
.cards .cardsContent .table__body{
max-height: 340px;
overflow-y: auto;
overflow-x:hidden;
}
.cards .cardsContent .table__body .form-control{
margin: auto;
}
.cards .cardsContent .table__body .row{
border-bottom: 1px solid rgb(236, 234, 234);
}
.cards .cardsContent .table__body .row .column{
text-align: center;
padding: 12px;
font-size: 16px;
color: #666;
font-weight: 400;
}
.cards .cardsContent .columnItem{
text-align: center;
margin-top: 30px;
}
.cards .cardsContent .columnItem .form-control{
width: 245px;
margin: auto;
}
.cards .cardsContent .l-title,
.cards .cardsContent .l-tips{
text-align: center;
color: #666;
}
.cards .cardsContent .l-msg{
text-align: left;
color: #666;
}
.cards .cardsContent .qrcodebox{
margin: 15px 0 10px 0;
}
.cards .cardsContent .l-keycode{
background:#F0F0F0;
border-radius: 13px;
color: #666;
font-size: 14px;
text-align: center;
padding: 4px 0 ;
margin: 0 50px 16px 50px;
}
.cards .cardsContent .securityBtn{
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.25);
border-radius: 28px;
font-size: 17px;
font-weight: bold;
padding: 8px 24px;
display: inline-block;
color: #fff;
cursor: pointer;
}
.noboxShow{
border:none;
box-shadow: none !important;
}
.cards .warningTip{
padding: 10px 14px;
background: #FF7878;
color: #fff;
font-weight: 400;
line-height: 22px;
font-size: 16px;
border-radius: 6px;
margin: 0 45px;
}
.cards .cardsContent .cardFooter{
margin-top: 24px;
text-align: center;
}
.cards .cardsContent .cardFooter .marginBtn:first-child{
margin-right: 100px;
}
.securityPage .cards{
height: auto;
}
.securityPage .cards .cardsContent{
overflow-y:auto;
overflow-x:hidden;
padding-top:0;
}
.securityPage .cards .cardsContent .columnItem{
margin-top: 16px;
}
.securityPage .secretTitle{
font-size: 16px;
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 27px;
}
.securityPage .cards .cardsContent .domainBox .form-control{
height: 40px;
}
.securityPage .cards .cardsContent .domainBox{
margin: 20px 30px 0 30px;
}
.securityPage .payment .topDesc{
min-height: 120px;
}
.securityPage .payment .footer_switch{
margin-top: 20px;
}
.securityPage .messagekey{
padding: 20px 45px;
}
.securityPage .cards .formInput{
margin: 20px 0 20px 0;
}
.securityPage .cards .messagekeyDesc .l-title,
.securityPage .cards .messagekeyDesc .l-tips
{
color: #666;
text-align: left;
}
.securityPage .cards .messagekeyDesc .l-title{
font-size: 17px;
font-weight: 600;
margin-bottom: 11px;
}
.securityPage .cards .messagekeyDesc .l-tips{
font-weight: 400;
margin-bottom: 11px;
}
.settingPage a {
display: block;
padding: 10px;
border-radius: 2px;
border: 1px solid transparent;
margin: 0 0 3px;
background: #d1def1;
border-color : #c1cee7;
}
.settingPage a:hover,
.settingPage a.active {
color: #d1def1;;
text-decoration: none;
background: #346aa9;
}
.row_bridge {
display: flex;
text-align: center;
align-items: center;
justify-content: center;
flex: 0;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
.nowrap {
white-space:nowrap;
}
.pd {
padding: 15px;
}
.pdleft {
padding-left: 15px;
}
.pdtop {
padding-top: 10px;
}
.nopadding {
padding: 0 !important;
}
.marginleft {
margin-left: 15px;
}
.marginright {
margin-right: 15px;
}
.block {
display: block !important;
}
.dropdown .content {
line-height: 32px;
font-size: 16px;
}
.dropdown .currency {
display: inline-block;
}
.dropdown .dropdown-addon {
display: block;
float:right;
height: 100%;
background-color: #eee;
padding: 4px 15px 0 15px;
border-left: 1px solid #ccc;
border-radius: 4px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 80px;
height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #e9e9e9;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 34px;
width: 34px;
left: 0;
bottom: 0;
background: #C4C4C4;
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.20000000298023224);
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider:before{
background: white;
}
input:checked + .slider {
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(46px);
-ms-transform: translateX(46px);
transform: translateX(46px);
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.20000000298023224);
}
/* Rounded sliders */
.slider.round {
border-radius: 45px;
}
.slider.round:before {
border-radius: 50%;
}
.input-control{
border:none;
background: #F2F2F2;
border-radius: 8px;
list-style:none;
outline:none;
height: 34px;
line-height: 34px;
text-align: center;
}
.input-control::-webkit-input-placeholder{
color: #ccc;
}
.input-control::-moz-placeholder{ /* Mozilla Firefox 19+ */
color: #ccc;
}
.input-control:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
color: #ccc;
}
.input-control:-ms-input-placeholder{ /* Internet Explorer 10-11 */
color: #ccc;
}
.user-form-input{
border-style: none;
background: #f2f2f2;
border-radius: 6px;
box-shadow: unset;
font-size: 17px;
} | css/app.css | html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height background: linear-gradient(10deg, #9291e0,#96dadb); */
margin-bottom: 60px;
}
form{
margin: 0;
}
.foximg {
/* background-image: linear-gradient(10deg, rgba(146, 145, 224, 0.85), rgba(150, 218, 219, 0.9)), url(../assets/foxripple.png); */
/* background-repeat: no-repeat;
background-position: right bottom 60px; */
}
.form-group{
margin-bottom: 20px;
}
.flex-ali{
display: flex;
align-items: center;
}
.flex-center-items{
display: flex;
align-items: center;
justify-content: center;
}
.flex-center-items .form-btn{
font-size: 16px;
font-weight: bold;
}
.margin-bottom-16{
margin-bottom: 16px;
}
.btn-border-radius{
border-radius: 38px;
}
.header {
/*margin-bottom: 20px;*/
/*padding: 0 200px;*/
}
.header nav {
margin-bottom: 0;
}
.topmenu {
padding: 0 200px;
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
border-radius: 0;
/*box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.10000000149011612);*/
/*box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.10000000149011612);*/
/* background-color: #4169a4; */
/* border-color: #4169a4; */
}
.topmenu a {
color: #adb3f2;
text-decoration: none;
}
.topmenu .navbar-nav > li > a:hover,
.topmenu .navbar-nav > li > a:focus {
color: #FFFFFF;
background:transparent !important;
}
.topmenu .navbar-nav > .active > a,
.topmenu .navbar-nav > .active > a:hover,
.topmenu .navbar-nav > .active > a:focus {
color: #FFFFFF;
background-color: transparent !important;
}
.topmenu .navbar-nav .fa-user{
font-size: 18px;
}
.topmenu .navbar-nav .fa-user.on{
color:#AEFFA7;
}
.topmenu .navbar-nav .fa-user.off{
color:#FF7E7E;
}
.topmenu .navbar-nav .language{
display: inline-block;
position: relative;
}
.topmenu .navbar-nav .language .langIcon{
margin-top: 16px;
cursor: pointer;
}
.topmenu .navbar-nav .language .langIcon:hover .my_dropdown-menu{
display: block;
}
.topmenu .navbar-nav .language .dropdown-menu{
position: absolute;
top: 40px;
right: 0;
min-width: 30px;
width: 30px;
border:none;
background: #FFFFFF;
opacity: 0.8;
border-radius: 8px;
box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.10000000149011612);
}
.timeout__downMenu{
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
min-width: 100px;
border:none;
background: #FFFFFF;
opacity: 0.8;
border-radius: 8px;
box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.10000000149011612);
}
.timeout__downMenu li{
text-align: center;
color: #666;
cursor: pointer;
padding: 5px 0;
}
.timeout__downMenu li:hover{
background: #F2F2F2;
}
.topmenu .navbar-nav .language .dropdown-menu .row_column{
cursor: pointer;
margin: 4px 0;
text-align: center;
}
.topmenu .navbar-nav .language .my_dropdown-menu .row_column >img{
margin: auto;
}
.topmenu .navbar-nav .language .dropdown-menu >li,
.topmenu .navbar-nav .settings .dropdown-menu >li
{
text-align: center;
}
.topmenu .navbar-nav .language .dropdown-menu >li>a,
.topmenu .navbar-nav .settings .dropdown-menu >li>a
{
padding: 4px 0;
color: #666;
font-size: 12px;
}
.topmenu .navbar-nav .settings .dropdown-menu >li>a.active,
.topmenu .navbar-nav .settings .dropdown-menu >li>a:hover{
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight:bold;
}
.topmenu .settings .dropdown-menu{
border:none;
border-radius: 6px;
background: #FFFFFF;
opacity: 0.8;
box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.10000000149011612);
min-width: 66px;
text-align: center;
padding: 0;
top: 42px;
left: 50%;
transform: translateX(-50%);
}
.header .subnav {
background-color: #fff;
}
.header .subnav ul {
padding: 0;
margin: 30px 0 30px 52px;
list-style: none;
}
.header .subnav ul > li {
float: left;
min-width: 70px;
margin-right: 60px;
text-align: center;
font-size: 20px;
padding: 0 30px;
cursor: pointer;
border-radius: 44px;
}
.header .subnav ul > li a {
display: inline-block;
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.header .subnav ul > li:hover,
.header .subnav ul > li:focus {
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.20000000298023224);
border-radius: 44px 44px 44px 44px;
}
.header .subnav ul > li a{
text-decoration: none;
}
.header .subnav ul > li.active{
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.20000000298023224);
}
.header .subnav ul > li.active a,
.header .subnav ul > li:hover a,
.header .subnav ul > li:focus a{
color: #fff;
background: transparent;
background: none;
-webkit-text-fill-color: #fff;
}
.header .settings {
display:inline-block;
line-height: 50px;
}
.header .settings a {
}
.header .settings .dropdown-toggle {
font-size: 20px;
color: #fff;
cursor: pointer;
}
.header .settings .dropdown-toggle>i{
line-height: 50px;
}
.header .settings .dropdown-menu a {
margin: 5px 0 5px 0;
font-size: 18px;
}
.header .online {
width: 40px; height: 40px;
/* border: 3px solid #008f51; border-radius: 50%; background: white; */
}
.header .offline {
width: 40px; height: 40px;
/* border: 3px solid #d12; border-radius: 50%; background: white; */
}
.nav>li{
padding: 0 4px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 40px;
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10000000149011612);
text-align:center;
line-height: 40px;
}
.footer .text-muted{
color: #fff;
font-size: 14px;
}
.footer a {
margin-top: 10px;
}
a.danger {
color: #E40000;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
padding: 10px 15px 0;
}
.container .text-muted {
margin: 20px 0;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
code {
font-size: 80%;
}
.settingPage{
background: #F9F9F9;
margin-top: 20px;
padding: 0;
}
.cards{
background: #FFFFFF;
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
border-radius: 6px 6px 6px 6px;
/*height: 530px;*/
}
.cards .mt20{
margin-top: 20px;
}
.cards .cardsNav{
font-size: 0;
margin: 0;
height: 60px;
}
.cards .cardsNav .navItem{
display: inline-block;
height: 53px;
line-height: 53px;
text-align: center;
cursor: pointer;
/* width: 50%; */
margin: 0;
background: #f5f5f5;
}
.cards .cardsNav .navItem .navTitle{
font-size: 20px;
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
}
.settingPage .cards .cardsNav .navItem:first-child{
border-radius: 0px 0 6px 0;
}
.settingPage .cards .cardsNav .navItem:last-child{
border-radius: 0px 0 0 6px;
}
.cards .cardsNav .navItem.active{
background: transparent;
}
.cards .cardsContent{
padding: 20px;
}
.cards .cardsContent .table__header .column{
color: #666666;
font-size: 16px;
margin-bottom: 10px;
text-align: center;
font-weight: bold;
border-bottom: none !important;
}
.cards .cardsContent .addButton{
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
border-radius: 6px 6px 6px 6px;
text-align: center;
padding: 4px 16px;
font-size: 17px;
font-weight: bold;
color: #fff;
margin: auto;
display: inline-block;
border-style: none;
}
.cards .cardsContent .myBtn{
cursor: pointer;
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
border-radius: 6px 6px 6px 6px;
text-align: center;
padding: 4px 16px;
font-size: 17px;
font-weight: bold;
color: #fff;
margin: auto;
display: inline-block;
border-style: none;
}
.cards .cardsContent .myBtn.cursor{
cursor: pointer;
}
.cards .cardsContent .myBtn.text{
background:none;
color: #666;
font-weight: 500;
font-size: 16px;
display: inline-block;
padding: 0;
cursor: pointer;
}
.cards .cardsContent .myBtn.delete{
color: #FF7E7E;
}
.cards .cardsContent .myBtn.delete:hover{
color: #FF7E7E !important;
}
.cards .cardsContent .myBtn.text:hover{
color: #4776E6;
}
.cards .cardsContent .myBtn[disabled]{
color: #aaa !important;
background: #8E64F9 !important;
}
.cards .cardsContent .table__body{
max-height: 340px;
overflow-y: auto;
overflow-x:hidden;
}
.cards .cardsContent .table__body .form-control{
margin: auto;
}
.cards .cardsContent .table__body .row{
border-bottom: 1px solid rgb(236, 234, 234);
}
.cards .cardsContent .table__body .row .column{
text-align: center;
padding: 12px;
font-size: 16px;
color: #666;
font-weight: 400;
}
.cards .cardsContent .columnItem{
text-align: center;
margin-top: 30px;
}
.cards .cardsContent .columnItem .form-control{
width: 245px;
margin: auto;
}
.cards .cardsContent .l-title,
.cards .cardsContent .l-tips{
text-align: center;
color: #666;
}
.cards .cardsContent .l-msg{
text-align: left;
color: #666;
}
.cards .cardsContent .qrcodebox{
margin: 15px 0 10px 0;
}
.cards .cardsContent .l-keycode{
background:#F0F0F0;
border-radius: 13px;
color: #666;
font-size: 14px;
text-align: center;
padding: 4px 0 ;
margin: 0 50px 16px 50px;
}
.cards .cardsContent .securityBtn{
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.25);
border-radius: 28px;
font-size: 17px;
font-weight: bold;
padding: 8px 24px;
display: inline-block;
color: #fff;
cursor: pointer;
}
.noboxShow{
border:none;
box-shadow: none !important;
}
.cards .warningTip{
padding: 10px 14px;
background: #FF7878;
color: #fff;
font-weight: 400;
line-height: 22px;
font-size: 16px;
border-radius: 6px;
margin: 0 45px;
}
.cards .cardsContent .cardFooter{
margin-top: 24px;
text-align: center;
}
.cards .cardsContent .cardFooter .marginBtn:first-child{
margin-right: 100px;
}
.securityPage .cards{
height: auto;
}
.securityPage .cards .cardsContent{
overflow-y:auto;
overflow-x:hidden;
padding-top:0;
}
.securityPage .cards .cardsContent .columnItem{
margin-top: 16px;
}
.securityPage .secretTitle{
font-size: 16px;
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 27px;
}
.securityPage .cards .cardsContent .domainBox .form-control{
height: 40px;
}
.securityPage .cards .cardsContent .domainBox{
margin: 20px 30px 0 30px;
}
.securityPage .payment .topDesc{
min-height: 120px;
}
.securityPage .payment .footer_switch{
margin-top: 20px;
}
.securityPage .messagekey{
padding: 20px 45px;
}
.securityPage .cards .formInput{
margin: 20px 0 20px 0;
}
.securityPage .cards .messagekeyDesc .l-title,
.securityPage .cards .messagekeyDesc .l-tips
{
color: #666;
text-align: left;
}
.securityPage .cards .messagekeyDesc .l-title{
font-size: 17px;
font-weight: 600;
margin-bottom: 11px;
}
.securityPage .cards .messagekeyDesc .l-tips{
font-weight: 400;
margin-bottom: 11px;
}
.settingPage a {
display: block;
padding: 10px;
border-radius: 2px;
border: 1px solid transparent;
margin: 0 0 3px;
background: #d1def1;
border-color : #c1cee7;
}
.settingPage a:hover,
.settingPage a.active {
color: #d1def1;;
text-decoration: none;
background: #346aa9;
}
.row_bridge {
display: flex;
text-align: center;
align-items: center;
justify-content: center;
flex: 0;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
.nowrap {
white-space:nowrap;
}
.pd {
padding: 15px;
}
.pdleft {
padding-left: 15px;
}
.pdtop {
padding-top: 10px;
}
.nopadding {
padding: 0 !important;
}
.marginleft {
margin-left: 15px;
}
.marginright {
margin-right: 15px;
}
.block {
display: block !important;
}
.dropdown .content {
line-height: 32px;
font-size: 16px;
}
.dropdown .currency {
display: inline-block;
}
.dropdown .dropdown-addon {
display: block;
float:right;
height: 100%;
background-color: #eee;
padding: 4px 15px 0 15px;
border-left: 1px solid #ccc;
border-radius: 4px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 80px;
height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #e9e9e9;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 34px;
width: 34px;
left: 0;
bottom: 0;
background: #C4C4C4;
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.20000000298023224);
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider:before{
background: white;
}
input:checked + .slider {
background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(46px);
-ms-transform: translateX(46px);
transform: translateX(46px);
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.20000000298023224);
}
/* Rounded sliders */
.slider.round {
border-radius: 45px;
}
.slider.round:before {
border-radius: 50%;
}
.input-control{
border:none;
background: #F2F2F2;
border-radius: 8px;
list-style:none;
outline:none;
height: 34px;
line-height: 34px;
text-align: center;
}
.input-control::-webkit-input-placeholder{
color: #ccc;
}
.input-control::-moz-placeholder{ /* Mozilla Firefox 19+ */
color: #ccc;
}
.input-control:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
color: #ccc;
}
.input-control:-ms-input-placeholder{ /* Internet Explorer 10-11 */
color: #ccc;
}
.user-form-input{
border-style: none;
background: #f2f2f2;
border-radius: 6px;
box-shadow: unset;
font-size: 17px;
} | 0.372619 | 0.050471 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("bungle.cafe") {
html,
body {
/* set main bg color black */
background: #000000;
/* set bg image to be bungie */
background-image: url(http://i.imgur.com/1Y6cRuv.png);
/* i believe this prevents the bg from scrolling */
background-attachment: fixed;
/* just place the bg image, no repeat, it takes up the space it can */
background-repeat: no-repeat;
/* where are we putting the bg image */
background-position: center top;
/* main text color */
color: #AAAAAA;
}
.topic-body .cooked {
/* set the fonts to be used throughout the board */
font-family: "Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif;
}
header.d-header.clearfix {
/* set a basic color for the header */
background-color: rgba(0, 0, 0, 0.8);
}
h2#site-text-logo.text-logo {
/* set the color for the BungleBoards title */
color: #AAAAAA;
}
i.fa.fa-search {
/* set the color for the magnifying glass/search button */
color: #AAAAAA;
}
i.fa.fa-bars {
/* set the color for the hamburger menu icon */
color: #AAAAAA;
}
div#main-outlet.wrap {
/* set a background color behind the "main middle area", 4th number is transparency */
background-color: rgba(0, 0, 0, 0.85);
}
img#site-logo.logo-small {
/* when in a thread, brighten up the butterfly logo to be about the main text color #AAA */
-webkit-filter: brightness(5);
}
.extra-info-wrapper .topic-statuses i {
/* set the color for the pin icon, but this might be more general */
color: #aaa;
}
a.widget-link.topic-link {
/* set the color for the thread title when in a thread */
color: #AAAAAA;
}
.extra-info-wrapper .badge-wrapper.bullet span.badge-category {
/* in a thread, set the color for the category you are in at the top */
color: #AAAAAA !important;
}
p {
/* set post text color */
color: #AAAAAA
}
.quote aside .title, aside.quote .title {
/* TOP HALF OF QUOTE */
/* quote left border style */
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
/* quoted user name color */
color: #bdbdbd;
/* padding to center username */
padding: 6px 12px 1px 12px;
/* quote bg color */
background: url(http://z3.ifrm.com/9/183/0/f3748/categorybar.png) repeat-x bottom #000;
}
aside.quote blockquote {
/* BOTTOM HALF OF QUOTE */
/* quote border style */
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
/* quote bg color */
background: rgba(0,0,0,0.99);
}
#banner {
/* banner color */
background: #003047 !important;
/* removal of the old 1px banner shadow */
box-shadow: none;
}
#banner .close {
/* close button color */
color: #565656;
}
body {
margin-top: 60px;
margin-right: 170px;
margin-left: 170px;
}
.wrap {
padding: 0px 20px;
}
.timeline-container .topic-timeline {
margin-left: 3em;
}
#reply-control {
margin-left: -170px;
}
/*makes text invisible and replaces logo*/
h2#site-text-logo.text-logo {
letter-spacing: 5px;
color: rgba(0, 0, 0, 0);
background-image: url(http://i.imgur.com/xTfcD1V.png);
background-size: 240px;
background-repeat: no-repeat;
}
#suggested-topics {
display: none;
}
#site-logo
{ display: block
; box-sizing: border-box
; background: url(http://i.imgur.com/Ebqp3kX.png) no-repeat
; width: 67px /* Width of new image */
; height: 40px /* Height of new image */
; padding-left: 80px /* width of new image again */
}
span.first.username a[href="/users/Maxine"] {
color: transparent;
background-image: url(http://i.imgur.com/mtGqMPo.png);
padding-right: 13px;
background-repeat: no-repeat
}
#user-card {
color: #FFF;
}
.user-main .about .details {
background: rgba(0, 0, 0, 0.5);
}
.user-main .about.collapsed-info.has-background .details {
padding: 50px 15px 2px 15px;
}
.user-main .about.collapsed-info .details {
background: rgba(0, 0, 0, 0.5);
}
blockquote {
border: 1px solid #333;
background-color: #000;
clear: both;
}
} | data/usercss/130363.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("bungle.cafe") {
html,
body {
/* set main bg color black */
background: #000000;
/* set bg image to be bungie */
background-image: url(http://i.imgur.com/1Y6cRuv.png);
/* i believe this prevents the bg from scrolling */
background-attachment: fixed;
/* just place the bg image, no repeat, it takes up the space it can */
background-repeat: no-repeat;
/* where are we putting the bg image */
background-position: center top;
/* main text color */
color: #AAAAAA;
}
.topic-body .cooked {
/* set the fonts to be used throughout the board */
font-family: "Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif;
}
header.d-header.clearfix {
/* set a basic color for the header */
background-color: rgba(0, 0, 0, 0.8);
}
h2#site-text-logo.text-logo {
/* set the color for the BungleBoards title */
color: #AAAAAA;
}
i.fa.fa-search {
/* set the color for the magnifying glass/search button */
color: #AAAAAA;
}
i.fa.fa-bars {
/* set the color for the hamburger menu icon */
color: #AAAAAA;
}
div#main-outlet.wrap {
/* set a background color behind the "main middle area", 4th number is transparency */
background-color: rgba(0, 0, 0, 0.85);
}
img#site-logo.logo-small {
/* when in a thread, brighten up the butterfly logo to be about the main text color #AAA */
-webkit-filter: brightness(5);
}
.extra-info-wrapper .topic-statuses i {
/* set the color for the pin icon, but this might be more general */
color: #aaa;
}
a.widget-link.topic-link {
/* set the color for the thread title when in a thread */
color: #AAAAAA;
}
.extra-info-wrapper .badge-wrapper.bullet span.badge-category {
/* in a thread, set the color for the category you are in at the top */
color: #AAAAAA !important;
}
p {
/* set post text color */
color: #AAAAAA
}
.quote aside .title, aside.quote .title {
/* TOP HALF OF QUOTE */
/* quote left border style */
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
/* quoted user name color */
color: #bdbdbd;
/* padding to center username */
padding: 6px 12px 1px 12px;
/* quote bg color */
background: url(http://z3.ifrm.com/9/183/0/f3748/categorybar.png) repeat-x bottom #000;
}
aside.quote blockquote {
/* BOTTOM HALF OF QUOTE */
/* quote border style */
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
/* quote bg color */
background: rgba(0,0,0,0.99);
}
#banner {
/* banner color */
background: #003047 !important;
/* removal of the old 1px banner shadow */
box-shadow: none;
}
#banner .close {
/* close button color */
color: #565656;
}
body {
margin-top: 60px;
margin-right: 170px;
margin-left: 170px;
}
.wrap {
padding: 0px 20px;
}
.timeline-container .topic-timeline {
margin-left: 3em;
}
#reply-control {
margin-left: -170px;
}
/*makes text invisible and replaces logo*/
h2#site-text-logo.text-logo {
letter-spacing: 5px;
color: rgba(0, 0, 0, 0);
background-image: url(http://i.imgur.com/xTfcD1V.png);
background-size: 240px;
background-repeat: no-repeat;
}
#suggested-topics {
display: none;
}
#site-logo
{ display: block
; box-sizing: border-box
; background: url(http://i.imgur.com/Ebqp3kX.png) no-repeat
; width: 67px /* Width of new image */
; height: 40px /* Height of new image */
; padding-left: 80px /* width of new image again */
}
span.first.username a[href="/users/Maxine"] {
color: transparent;
background-image: url(http://i.imgur.com/mtGqMPo.png);
padding-right: 13px;
background-repeat: no-repeat
}
#user-card {
color: #FFF;
}
.user-main .about .details {
background: rgba(0, 0, 0, 0.5);
}
.user-main .about.collapsed-info.has-background .details {
padding: 50px 15px 2px 15px;
}
.user-main .about.collapsed-info .details {
background: rgba(0, 0, 0, 0.5);
}
blockquote {
border: 1px solid #333;
background-color: #000;
clear: both;
}
} | 0.264548 | 0.107531 |
.mediaPlanningTable tr.blankInputTd>td.editing.select-box {
/*padding: 0 !important;*/
}
.dataTables_length,.dataTables_filter,.dataTables_info,.dataTables_paginate{
display: none;
}
.select-items {
/*height: 150px;*/
min-height: 102px;
max-height: 170px;
overflow: auto;
}
.bigTable1780 .blankInputTd td{
vertical-align: top;
}
.media-table-region .select-selected {
border-bottom: 0;
padding-left: 10px !important;
}
.media-table-region .select-items {
border-top: 1px solid #BDCAD9;
height: 130px;
}
.table-editor {
display: none;
position: absolute;
z-index:10;
left:0;
top:0;
width:100%;
height:100%;
font-size: 14px;
color: #5C7C9D;
padding: 10px;
border: 2px solid #03BF9B;
background-color: white;
}
.media-table-menu {
display: none;
position: absolute;
z-index:10;
width: 150px;
border: 1px solid #BDCAD9;
box-shadow: 0px 2px 8px 0px rgba(92,124,157,0.18);
border-radius: 0px 0px 4px 4px;
overflow: hidden;
}
.media-table-menu>div {
font-size:16px;
font-weight:400;
padding:5px 20px;
background-color:#fff;
cursor:pointer;
border-bottom:1px solid #dedede;
color:#5C7C9D;
}
.media-table-menu>div:hover {
background-color:#f0f0f0;
}
.note-data {
display: none;
}
.note-bubble {
position: absolute;
/* top: -2px !important;
left: 17% !important;*/
z-index: 1060;
display: block;
width: 300px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
background-color: #A4B7CB;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem
}
.note_button .mCS_img_loaded {
width: 20px;
cursor: pointer;
}
.note-title a {color:#fff; cursor:pointer;}
.note-content {padding:5px;}
.note-content .textArea{max-height:100px;}
.note-bubble .arrow {
position: absolute;
display: block;
width: 1rem;
height: .5rem;
margin: 0 .3rem
}
.note-bubble.top {
margin-bottom: 10px;
}
.note-bubble.right {
margin-left: 10px;
}
.note-bubble.bottom {
margin-top: 10px;
}
.note-bubble.left {
margin-right: 10px;
}
.note_button{float:right;}
.note-bubble .arrow::after,
.note-bubble .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid
}
.note-bubble.top .arrow {
bottom: -10px;
left: 50%;
margin-left: -10px;
border-top-color: #ffffff;
border-width: 10px 10px 0;
}
.note-bubble.top .arrow:after {
bottom: -4px;
left: -11px;
border-top-color: #A4B7CB;
border-width: 11px 11px 0;
}
.note-bubble.right .arrow {
top: 35%;
left: -10px;
margin-top: -10px;
border-right-color: #fff;
border-width: 10px 10px 10px 0;
}
.note-bubble.right .arrow:after {
bottom: -11px;
left: -4px;
border-right-color: #A4B7CB;
border-width: 11px 11px 11px 0;
}
.note-bubble.bottom .arrow {
top: -8px;
left: 50%;
margin-left: -10px;
border-bottom-color: #ffffff;
border-width: 0 10px 10px;
}
.note-bubble.bottom .arrow:after {
top: -4px;
left: -11px;
border-bottom-color: #A4B7CB;
border-width: 0 11px 11px;
}
.note-bubble.left .arrow {
top: 50%;
right: -10px;
margin-top: -10px;
border-left-color: #ffffff;
border-width: 10px 0 10px 10px;
}
.note-bubble.left .arrow:after {
right: -4px;
bottom: -11px;
border-left-color: #A4B7CB;
border-width: 11px 0 11px 11px;
}
.cell-note {
width: 20px;
height: 20px;
background: url(../../images/ic-rectangle.svg) top right no-repeat;
position: absolute;
top: 0;
right: 0;
}
.custom-select {
display: inline-block;
width: 6.3% ;
background: white;
z-index: 99;
}
.tableDisplay tr.blankInputTd>td {
position:relative;
}
td.cell-note::after {
width: 20px;
height: 20px;
content: " ";
position:absolute;
top:0;
right:0;
background: url(../../images/ic-rectangle.svg) top right no-repeat;
}
.input-warning-label::before, .input-warning-label::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100% - 1px);
border-bottom: 8px solid #ff0000;
}
.mediaPlanningTable tr.blankInputTd {background-color:#fff !important;height:51px;transition: max-height 0.3s ease-out;}
.mediaPlanningTable tr.blankInputTd:hover{background-color:#fafafa !important;}
.mediaPlanningTable tr.blankInputTd.selected{background-color:rgb(223,250,245) !important;}
.mediaPlanningTable tr.blankInputTd >td{border: 1px #BDCAD9 solid !important; font-size: 16px; color: #5C7C9D;
padding: 13px 9px !important;background-color: transparent !important; }
.mediaPlanningTable tr.blankInputTd>td.editing{padding: 0 !important;}
.mediaPlanningTable tr.blankInputTd>td>input{font-size: 16px; color: #5C7C9D; padding: 14px 9px; width: 100%; border: 2px solid #03BF9B;}
.mediaPlanningTable tr.blankInputTd.selected >.bg1{background-color:rgb(213,240,235) !important;}
.mytable tbody tr td:nth-child(5),
.mytable tbody tr td:nth-child(6),
.mytable tbody tr td:nth-child(7),
.mytable tbody tr td:nth-child(8),
.mytable tbody tr td:nth-child(9),
.mytable tbody tr td:nth-child(10),
.mytable tbody tr td:nth-child(11),
.mytable tbody tr td:nth-child(12),
.mytable tbody tr td:nth-child(13),
.mytable tbody tr td:nth-child(14) {
text-align: right;
}
#mCSB_1_scrollbar_horizontal{
display: none !important;
}
#new_planning .select-items div:first-child{
display: none;
}
.media-table-region .select-selected{
display: none;
} | public/css/pages/media-planning.css | .mediaPlanningTable tr.blankInputTd>td.editing.select-box {
/*padding: 0 !important;*/
}
.dataTables_length,.dataTables_filter,.dataTables_info,.dataTables_paginate{
display: none;
}
.select-items {
/*height: 150px;*/
min-height: 102px;
max-height: 170px;
overflow: auto;
}
.bigTable1780 .blankInputTd td{
vertical-align: top;
}
.media-table-region .select-selected {
border-bottom: 0;
padding-left: 10px !important;
}
.media-table-region .select-items {
border-top: 1px solid #BDCAD9;
height: 130px;
}
.table-editor {
display: none;
position: absolute;
z-index:10;
left:0;
top:0;
width:100%;
height:100%;
font-size: 14px;
color: #5C7C9D;
padding: 10px;
border: 2px solid #03BF9B;
background-color: white;
}
.media-table-menu {
display: none;
position: absolute;
z-index:10;
width: 150px;
border: 1px solid #BDCAD9;
box-shadow: 0px 2px 8px 0px rgba(92,124,157,0.18);
border-radius: 0px 0px 4px 4px;
overflow: hidden;
}
.media-table-menu>div {
font-size:16px;
font-weight:400;
padding:5px 20px;
background-color:#fff;
cursor:pointer;
border-bottom:1px solid #dedede;
color:#5C7C9D;
}
.media-table-menu>div:hover {
background-color:#f0f0f0;
}
.note-data {
display: none;
}
.note-bubble {
position: absolute;
/* top: -2px !important;
left: 17% !important;*/
z-index: 1060;
display: block;
width: 300px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
background-color: #A4B7CB;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem
}
.note_button .mCS_img_loaded {
width: 20px;
cursor: pointer;
}
.note-title a {color:#fff; cursor:pointer;}
.note-content {padding:5px;}
.note-content .textArea{max-height:100px;}
.note-bubble .arrow {
position: absolute;
display: block;
width: 1rem;
height: .5rem;
margin: 0 .3rem
}
.note-bubble.top {
margin-bottom: 10px;
}
.note-bubble.right {
margin-left: 10px;
}
.note-bubble.bottom {
margin-top: 10px;
}
.note-bubble.left {
margin-right: 10px;
}
.note_button{float:right;}
.note-bubble .arrow::after,
.note-bubble .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid
}
.note-bubble.top .arrow {
bottom: -10px;
left: 50%;
margin-left: -10px;
border-top-color: #ffffff;
border-width: 10px 10px 0;
}
.note-bubble.top .arrow:after {
bottom: -4px;
left: -11px;
border-top-color: #A4B7CB;
border-width: 11px 11px 0;
}
.note-bubble.right .arrow {
top: 35%;
left: -10px;
margin-top: -10px;
border-right-color: #fff;
border-width: 10px 10px 10px 0;
}
.note-bubble.right .arrow:after {
bottom: -11px;
left: -4px;
border-right-color: #A4B7CB;
border-width: 11px 11px 11px 0;
}
.note-bubble.bottom .arrow {
top: -8px;
left: 50%;
margin-left: -10px;
border-bottom-color: #ffffff;
border-width: 0 10px 10px;
}
.note-bubble.bottom .arrow:after {
top: -4px;
left: -11px;
border-bottom-color: #A4B7CB;
border-width: 0 11px 11px;
}
.note-bubble.left .arrow {
top: 50%;
right: -10px;
margin-top: -10px;
border-left-color: #ffffff;
border-width: 10px 0 10px 10px;
}
.note-bubble.left .arrow:after {
right: -4px;
bottom: -11px;
border-left-color: #A4B7CB;
border-width: 11px 0 11px 11px;
}
.cell-note {
width: 20px;
height: 20px;
background: url(../../images/ic-rectangle.svg) top right no-repeat;
position: absolute;
top: 0;
right: 0;
}
.custom-select {
display: inline-block;
width: 6.3% ;
background: white;
z-index: 99;
}
.tableDisplay tr.blankInputTd>td {
position:relative;
}
td.cell-note::after {
width: 20px;
height: 20px;
content: " ";
position:absolute;
top:0;
right:0;
background: url(../../images/ic-rectangle.svg) top right no-repeat;
}
.input-warning-label::before, .input-warning-label::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100% - 1px);
border-bottom: 8px solid #ff0000;
}
.mediaPlanningTable tr.blankInputTd {background-color:#fff !important;height:51px;transition: max-height 0.3s ease-out;}
.mediaPlanningTable tr.blankInputTd:hover{background-color:#fafafa !important;}
.mediaPlanningTable tr.blankInputTd.selected{background-color:rgb(223,250,245) !important;}
.mediaPlanningTable tr.blankInputTd >td{border: 1px #BDCAD9 solid !important; font-size: 16px; color: #5C7C9D;
padding: 13px 9px !important;background-color: transparent !important; }
.mediaPlanningTable tr.blankInputTd>td.editing{padding: 0 !important;}
.mediaPlanningTable tr.blankInputTd>td>input{font-size: 16px; color: #5C7C9D; padding: 14px 9px; width: 100%; border: 2px solid #03BF9B;}
.mediaPlanningTable tr.blankInputTd.selected >.bg1{background-color:rgb(213,240,235) !important;}
.mytable tbody tr td:nth-child(5),
.mytable tbody tr td:nth-child(6),
.mytable tbody tr td:nth-child(7),
.mytable tbody tr td:nth-child(8),
.mytable tbody tr td:nth-child(9),
.mytable tbody tr td:nth-child(10),
.mytable tbody tr td:nth-child(11),
.mytable tbody tr td:nth-child(12),
.mytable tbody tr td:nth-child(13),
.mytable tbody tr td:nth-child(14) {
text-align: right;
}
#mCSB_1_scrollbar_horizontal{
display: none !important;
}
#new_planning .select-items div:first-child{
display: none;
}
.media-table-region .select-selected{
display: none;
} | 0.422266 | 0.094929 |
*{ font-family:"微软雅黑","宋体"; font-size:14px; color:#333333}
ul, body {
margin: 0px;
padding: 0px;
}
a {
text-decoration: none;
}
li{
list-style: none;
}
/*顶部*/
.header {
background-color: #000000;
overflow: hidden;/*清除子级浮动,继承了logo的高度*/
}
.header .logo {
width: 150px;
height: 55px;
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-position: center;
float: left;
}
.header .nav {
width: 450px;
float: left;
}
.header .nav ul li {
list-style: none;
float: left;
height: 55px;
line-height: 55px;
margin: 0 25px;
}
.header .nav ul li.shoes {
width: 40px;
margin-right: -20px;
background-repeat: no-repeat;
background-image: url(../images/ss.png);
background-position: center;
}
.header .nav ul li a {
color: #FFFFFF;
}
.header .search {
width:347px;
height: 39px;
background: url(../images/bg1.png) no-repeat right;
float: right;
margin:8px 0;
}
.search input {
height: 30px;
width:250px;
margin: 4px 0px 5px 25px;
border: 0px;
padding: 0px;
background-color: #e7e7e7;
float:left;
}
.search span{
width:30px;
height:30px;
margin: 4px 0px 5px 10px;
float:left;
background:url(../images/icon3.png) no-repeat center;
cursor:pointer;
}
.header .location {
width: 100px;
height: 55px;
float: right;
color: #FFFFFF;
line-height: 55px;
}
/*广告*/
.ad {
height: 465px;
background: url(../images/ad.png) no-repeat center;
background-color: #ededed;
}
/*关注*/
.focus {
background-color: #FFFFFF;
}
.focus div {/*居中容器*/
width: 280px;
margin: 0 auto;
overflow:hidden;
}
.focus .words{
height: 50px;
text-align: center;
line-height: 50px;
float:left;
}
.focus .weibo{
width:26px;
height:26px;
float:left;
margin:12px 0px 12px 30px;
background:url(../images/icon1.png) no-repeat 0 0;
cursor:pointer;
}
.focus .weixin{
width:26px;
height:26px;
float:left;
margin:12px 0px 12px 20px;
background:url(../images/icon1.png) no-repeat -42px 0;
cursor:pointer;
}
/*产品列表*/
.products {
background-color: #ededed;
padding-bottom:30px;
}
.products div {/*居中容器*/
width: 1070px;
margin: 0 auto;
overflow: hidden;
}
.products div .product {
width: 520px;
height: 290px;
float: left;
margin-right: 30px;
margin-bottom: 30px;
}
.products div .right {
margin-right: 0px;
}
.products div .last {
width: 1070px;
height: 290px;
background: url(../images/p7.png) no-repeat center;
clear: both;/*清除浮动,用在布局最后一个元素*/
}
#p1 {
background: url(../images/p1.gif) no-repeat center;
}
#p2 {
background: url(../images/p2.gif) no-repeat center;
}
#p3 {
background: url(../images/p3.gif) no-repeat center;
}
#p4 {
background: url(../images/p4.gif) no-repeat center;
}
#p5 {
background: url(../images/p5.gif) no-repeat center;
}
#p6 {
background: url(../images/p6.gif) no-repeat center;
}
/*脚部信息*/
.footer {
background-color: #FFFFFF;
border-bottom: 1px solid #545454;
}
.footer ul{
overflow:hidden;
width:810px;
margin:80px auto;
}
.footer li{
float:left;
}
.footer .phone1{
width:170px;
}
.footer .buy{
width:175px;
margin-right:75px;
text-align:right;
}
.footer .phone2{
width:320px;
}
.phone2 img{
display:block;
border:none;
}
.footer .join{
width:70px;
}
.footer p{
margin:0px;
padding:3px 0;
}
.copyright {
height: 48px;
background-color: #FFFFFF;
}
.copyright ul{
width:810px;
margin:0 auto;
}
.copyright li{
float:left;
margin-right:50px;
} | NewBalance/css/main.css | *{ font-family:"微软雅黑","宋体"; font-size:14px; color:#333333}
ul, body {
margin: 0px;
padding: 0px;
}
a {
text-decoration: none;
}
li{
list-style: none;
}
/*顶部*/
.header {
background-color: #000000;
overflow: hidden;/*清除子级浮动,继承了logo的高度*/
}
.header .logo {
width: 150px;
height: 55px;
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-position: center;
float: left;
}
.header .nav {
width: 450px;
float: left;
}
.header .nav ul li {
list-style: none;
float: left;
height: 55px;
line-height: 55px;
margin: 0 25px;
}
.header .nav ul li.shoes {
width: 40px;
margin-right: -20px;
background-repeat: no-repeat;
background-image: url(../images/ss.png);
background-position: center;
}
.header .nav ul li a {
color: #FFFFFF;
}
.header .search {
width:347px;
height: 39px;
background: url(../images/bg1.png) no-repeat right;
float: right;
margin:8px 0;
}
.search input {
height: 30px;
width:250px;
margin: 4px 0px 5px 25px;
border: 0px;
padding: 0px;
background-color: #e7e7e7;
float:left;
}
.search span{
width:30px;
height:30px;
margin: 4px 0px 5px 10px;
float:left;
background:url(../images/icon3.png) no-repeat center;
cursor:pointer;
}
.header .location {
width: 100px;
height: 55px;
float: right;
color: #FFFFFF;
line-height: 55px;
}
/*广告*/
.ad {
height: 465px;
background: url(../images/ad.png) no-repeat center;
background-color: #ededed;
}
/*关注*/
.focus {
background-color: #FFFFFF;
}
.focus div {/*居中容器*/
width: 280px;
margin: 0 auto;
overflow:hidden;
}
.focus .words{
height: 50px;
text-align: center;
line-height: 50px;
float:left;
}
.focus .weibo{
width:26px;
height:26px;
float:left;
margin:12px 0px 12px 30px;
background:url(../images/icon1.png) no-repeat 0 0;
cursor:pointer;
}
.focus .weixin{
width:26px;
height:26px;
float:left;
margin:12px 0px 12px 20px;
background:url(../images/icon1.png) no-repeat -42px 0;
cursor:pointer;
}
/*产品列表*/
.products {
background-color: #ededed;
padding-bottom:30px;
}
.products div {/*居中容器*/
width: 1070px;
margin: 0 auto;
overflow: hidden;
}
.products div .product {
width: 520px;
height: 290px;
float: left;
margin-right: 30px;
margin-bottom: 30px;
}
.products div .right {
margin-right: 0px;
}
.products div .last {
width: 1070px;
height: 290px;
background: url(../images/p7.png) no-repeat center;
clear: both;/*清除浮动,用在布局最后一个元素*/
}
#p1 {
background: url(../images/p1.gif) no-repeat center;
}
#p2 {
background: url(../images/p2.gif) no-repeat center;
}
#p3 {
background: url(../images/p3.gif) no-repeat center;
}
#p4 {
background: url(../images/p4.gif) no-repeat center;
}
#p5 {
background: url(../images/p5.gif) no-repeat center;
}
#p6 {
background: url(../images/p6.gif) no-repeat center;
}
/*脚部信息*/
.footer {
background-color: #FFFFFF;
border-bottom: 1px solid #545454;
}
.footer ul{
overflow:hidden;
width:810px;
margin:80px auto;
}
.footer li{
float:left;
}
.footer .phone1{
width:170px;
}
.footer .buy{
width:175px;
margin-right:75px;
text-align:right;
}
.footer .phone2{
width:320px;
}
.phone2 img{
display:block;
border:none;
}
.footer .join{
width:70px;
}
.footer p{
margin:0px;
padding:3px 0;
}
.copyright {
height: 48px;
background-color: #FFFFFF;
}
.copyright ul{
width:810px;
margin:0 auto;
}
.copyright li{
float:left;
margin-right:50px;
} | 0.193909 | 0.085023 |
body {
background: #333;
margin: 20px;
color: #fff;
}
.changelog {
margin-top: 20px;
text-align: right;
}
p {
color: #ff0000;
}
.items {
height: 20vh;
/*change this as per your requirments */
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: black;
padding: 10px;
border-radius: 4px;
}
.item {
box-shadow: inset 0 0 0 1px #333;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: -webkit-box-flex 0.5s, -webkit-filter .2s, -webkit-transform .2s;
transition: -webkit-box-flex 0.5s, -webkit-filter .2s, -webkit-transform .2s;
transition: flex 0.5s, filter .2s, transform .2s;
transition: flex 0.5s, filter .2s, transform .2s, -webkit-box-flex 0.5s, -ms-flex 0.5s, -webkit-filter .2s, -webkit-transform .2s;
background-size: cover;
background-position: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.items--v2 .item {
overflow: hidden;
-webkit-filter: blur(3px);
filter: blur(3px);
}
.items--v2 .item.sibling {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
-webkit-filter: blur(1px);
filter: blur(1px);
}
.item-1 {
background-image: url("https://randomuser.me/api/portraits/women/1.jpg");
}
.item-2 {
background-image: url("https://randomuser.me/api/portraits/women/2.jpg");
}
.item-3 {
background-image: url("https://randomuser.me/api/portraits/women/3.jpg");
}
.item-4 {
background-image: url("https://randomuser.me/api/portraits/women/4.jpg");
}
.item-5 {
background-image: url("https://randomuser.me/api/portraits/women/5.jpg");
}
.item-6 {
background-image: url("https://randomuser.me/api/portraits/women/6.jpg");
}
.item-7 {
background-image: url("https://randomuser.me/api/portraits/women/7.jpg");
}
.item-8 {
background-image: url("https://randomuser.me/api/portraits/women/8.jpg");
}
.item-9 {
background-image: url("https://randomuser.me/api/portraits/women/9.jpg");
}
.item-10 {
background-image: url("https://randomuser.me/api/portraits/women/10.jpg");
}
.item-11 {
background-image: url("https://randomuser.me/api/portraits/women/11.jpg");
}
.item-12 {
background-image: url("https://randomuser.me/api/portraits/women/12.jpg");
}
.item-13 {
background-image: url("https://randomuser.me/api/portraits/women/13.jpg");
}
.item-14 {
background-image: url("https://randomuser.me/api/portraits/women/14.jpg");
}
.item-15 {
background-image: url("https://randomuser.me/api/portraits/women/15.jpg");
}
.item-16 {
background-image: url("https://randomuser.me/api/portraits/women/16.jpg");
}
.item-17 {
background-image: url("https://randomuser.me/api/portraits/women/17.jpg");
}
.item-18 {
background-image: url("https://randomuser.me/api/portraits/women/18.jpg");
}
.item-19 {
background-image: url("https://randomuser.me/api/portraits/women/19.jpg");
}
.item-20 {
background-image: url("https://randomuser.me/api/portraits/women/20.jpg");
}
.item-21 {
background-image: url("https://randomuser.me/api/portraits/women/21.jpg");
}
.item-22 {
background-image: url("https://randomuser.me/api/portraits/women/22.jpg");
}
.item-23 {
background-image: url("https://randomuser.me/api/portraits/women/23.jpg");
}
.item-24 {
background-image: url("https://randomuser.me/api/portraits/women/24.jpg");
}
.item-25 {
background-image: url("https://randomuser.me/api/portraits/women/25.jpg");
}
.item-26 {
background-image: url("https://randomuser.me/api/portraits/women/26.jpg");
}
.item-27 {
background-image: url("https://randomuser.me/api/portraits/women/27.jpg");
}
.item-28 {
background-image: url("https://randomuser.me/api/portraits/women/28.jpg");
}
.item-29 {
background-image: url("https://randomuser.me/api/portraits/women/29.jpg");
}
.item-30 {
background-image: url("https://randomuser.me/api/portraits/women/30.jpg");
}
/* Flex Items */
.item:hover {
-webkit-box-flex: 3 !important;
-ms-flex-positive: 3 !important;
flex-grow: 3 !important;
-webkit-filter: blur(0);
filter: blur(0);
}
.item.sibling {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
}
.items--v2 .item:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
z-index: 2;
} | gallery.css | body {
background: #333;
margin: 20px;
color: #fff;
}
.changelog {
margin-top: 20px;
text-align: right;
}
p {
color: #ff0000;
}
.items {
height: 20vh;
/*change this as per your requirments */
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: black;
padding: 10px;
border-radius: 4px;
}
.item {
box-shadow: inset 0 0 0 1px #333;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: -webkit-box-flex 0.5s, -webkit-filter .2s, -webkit-transform .2s;
transition: -webkit-box-flex 0.5s, -webkit-filter .2s, -webkit-transform .2s;
transition: flex 0.5s, filter .2s, transform .2s;
transition: flex 0.5s, filter .2s, transform .2s, -webkit-box-flex 0.5s, -ms-flex 0.5s, -webkit-filter .2s, -webkit-transform .2s;
background-size: cover;
background-position: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.items--v2 .item {
overflow: hidden;
-webkit-filter: blur(3px);
filter: blur(3px);
}
.items--v2 .item.sibling {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
-webkit-filter: blur(1px);
filter: blur(1px);
}
.item-1 {
background-image: url("https://randomuser.me/api/portraits/women/1.jpg");
}
.item-2 {
background-image: url("https://randomuser.me/api/portraits/women/2.jpg");
}
.item-3 {
background-image: url("https://randomuser.me/api/portraits/women/3.jpg");
}
.item-4 {
background-image: url("https://randomuser.me/api/portraits/women/4.jpg");
}
.item-5 {
background-image: url("https://randomuser.me/api/portraits/women/5.jpg");
}
.item-6 {
background-image: url("https://randomuser.me/api/portraits/women/6.jpg");
}
.item-7 {
background-image: url("https://randomuser.me/api/portraits/women/7.jpg");
}
.item-8 {
background-image: url("https://randomuser.me/api/portraits/women/8.jpg");
}
.item-9 {
background-image: url("https://randomuser.me/api/portraits/women/9.jpg");
}
.item-10 {
background-image: url("https://randomuser.me/api/portraits/women/10.jpg");
}
.item-11 {
background-image: url("https://randomuser.me/api/portraits/women/11.jpg");
}
.item-12 {
background-image: url("https://randomuser.me/api/portraits/women/12.jpg");
}
.item-13 {
background-image: url("https://randomuser.me/api/portraits/women/13.jpg");
}
.item-14 {
background-image: url("https://randomuser.me/api/portraits/women/14.jpg");
}
.item-15 {
background-image: url("https://randomuser.me/api/portraits/women/15.jpg");
}
.item-16 {
background-image: url("https://randomuser.me/api/portraits/women/16.jpg");
}
.item-17 {
background-image: url("https://randomuser.me/api/portraits/women/17.jpg");
}
.item-18 {
background-image: url("https://randomuser.me/api/portraits/women/18.jpg");
}
.item-19 {
background-image: url("https://randomuser.me/api/portraits/women/19.jpg");
}
.item-20 {
background-image: url("https://randomuser.me/api/portraits/women/20.jpg");
}
.item-21 {
background-image: url("https://randomuser.me/api/portraits/women/21.jpg");
}
.item-22 {
background-image: url("https://randomuser.me/api/portraits/women/22.jpg");
}
.item-23 {
background-image: url("https://randomuser.me/api/portraits/women/23.jpg");
}
.item-24 {
background-image: url("https://randomuser.me/api/portraits/women/24.jpg");
}
.item-25 {
background-image: url("https://randomuser.me/api/portraits/women/25.jpg");
}
.item-26 {
background-image: url("https://randomuser.me/api/portraits/women/26.jpg");
}
.item-27 {
background-image: url("https://randomuser.me/api/portraits/women/27.jpg");
}
.item-28 {
background-image: url("https://randomuser.me/api/portraits/women/28.jpg");
}
.item-29 {
background-image: url("https://randomuser.me/api/portraits/women/29.jpg");
}
.item-30 {
background-image: url("https://randomuser.me/api/portraits/women/30.jpg");
}
/* Flex Items */
.item:hover {
-webkit-box-flex: 3 !important;
-ms-flex-positive: 3 !important;
flex-grow: 3 !important;
-webkit-filter: blur(0);
filter: blur(0);
}
.item.sibling {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
}
.items--v2 .item:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
z-index: 2;
} | 0.342022 | 0.105625 |
body {
color: #BDBDBD
}
.full, .boxed, .boxed-margin, .tabs-content, .cbp_tmlabel .tt-metro-social a {
background: #141414
}
.headdown, #footer {
background: #090909
}
#LandingPage .head {
background: #171717;
background: rgba(23, 23, 23, 0.9);
}
body[class^="frame_"] div.frame_1 { background: url(../images/frames/dark_1.png) repeat-y center top;}
body[class^="frame_"] div.frame_2 { background: url(../images/frames/dark_2.png) repeat-y center top }
body[class^="frame_"] div.frame_3 { background: url(../images/frames/dark_3.png) repeat-y center top }
body[class^="frame_"] div.frame_4 { background: url(../images/frames/dark_4.png) repeat-y center top }
body[class^="frame_"] div.frame_5 { background: url(../images/frames/dark_5.png) repeat-y center top }
body[class^="frame_"] div.frame_6 { background: url(../images/frames/dark_6.png) repeat-y center top }
body[class^="frame_"] div.frame_7 { background: url(../images/frames/dark_7.png) repeat-y center top }
body[class^="frame_"] div.frame_8 { background: url(../images/frames/dark_8.png) repeat-y center top }
body[class^="frame_"] div.frame_9 { background: url(../images/frames/dark_9.png) repeat-y center top }
body[class^="frame_"] div.frame_10 { background: url(../images/frames/dark_10.png) repeat-y center top }
.Bhead .table-badge {
background: #141414;
color: #F8F8F8;
}
.head {
background: #171717 url(../images/dark/head.jpg) repeat-x top center;
border-top: 5px solid #090909;
}
.arrow-down {
border-top: 22px solid #090909
}
.social a {
border: 1px solid #1D1D1D
}
.social a:hover {
border: 1px solid #000
}
a, h1, h2, h3, h4, h5, h6, .services [class^="grid_"]:hover .service-icon, .testimonial-s strong, .grey-line:hover .action-t i, .metro-social li h4, .metro-social i,
.countdown li span, .evo_fc_day.has_events, .filterable li.current a, ul.newsticker a, .item_price .amount, table.shop_attributes td, table.shop_table .product-name a, .woocommerce table.shop_table .product-name a,
.total_w_table td, table.shop_table th, .woocommerce table.shop_table th, table.shop_table td.product-subtotal, .woocommerce table.shop_table td.product-subtotal {
color: #fff
}
.action-simple {
border-bottom: 1px solid #1D1D1D
}
.grey-line {
background: #191919;
border-top: 2px solid #272727;
border-bottom: 2px solid #272727
}
.liner, .loop_box_one .more-posts, .loop_box_one .first-post, .team2 small, .team2 .teaminfo {
border-bottom: 1px solid #383838
}
.countdown li, .list_product_widget li, .products [class^="grid_"] .product-content, .total_w_table tr {
border-color: #383838
}
.col-title {
border-bottom: 1px solid #fff
}
.anyClass li, .from-blog li {
border: 1px solid #000;
border-bottom: 3px solid #A8A8A8
}
.portfolio li {
border-color: #000
}
.tipsy-arrow {
background: url('../images/dark/tipsy.gif') no-repeat top left
}
.tipsy-inner {
padding: 4px 8px;
background-color: #FFF;
color: #000
}
.from-meta {
margin: 0
}
.anyClass li:hover, .from-blog li:hover, .portfolio li:hover {
box-shadow: 0 0 10px rgba(255, 255, 255, 0.3)
}
.opened {
border-top: 0
}
.services .tbutton {
color: #838383
}
.widget .list li a {
border-bottom: 1px solid #1D1D1D
}
.widget .list li.current a {
color: #C4C4C4;
border-bottom: 1px solid #C4C4C4;
}
.active .accordion-head, .active .toggle-head {
color: #FFF;
border-bottom: 1px solid #FFF
}
.table th {
color:#ffffff;
background: #191919;
}
.table th, .table td {
border-top: 1px solid #383838
}
.table td {
padding:14px 7px 14px 7px;
text-align: center;
}
.table tr {
border-bottom:1px solid #fff;
background: #222;
}
.table tr:hover, tr.topic-sticky {
background: #1A1A1A
}
.table tfoot td {
background: #191919;
color:#fff
}
.table tfoot tr:hover {background:#191919}
.head-t {
padding: 16px 26px 0;
border-bottom: 1px solid #5C6575
}
.cbp_tmtimeline > li .cbp_tmlabel, .cbp_tmtimeline > li .cbp_tmicon img {border-color: #3C3C3C}
.cbp_tmtimeline > li .cbp_tmlabel:after {border-right-color: #3C3C3C}
.post {border-bottom: 1px solid #313131}
.tags a {
border: 1px solid #3D3D3D;
color: #ADADAD
}
.tags a:hover {
border: 1px solid #fff;
color: #fff
}
.pagination-tt ul li a {
border-bottom: 2px solid #272727;
color: #FFF
}
.pagination-tt ul li a:hover {
border-bottom: 2px solid #FFF;
color: #000;
background: #FFF
}
.eventon_fullcal .evo_fc_day.on_focus {background-color: #3F3B3B}
.filterable li:before {color: #858585}
.filterable li a:hover {color: #ccc}
.newsletter_row h3 {color: #000}
.text_block {background: #0C0C0C}
.post-format .circle-radius {background-color: #0E0E0E}
.errori {color: #FFF;text-shadow: 0 4px 0 #505050}
table.shop_table th, .woocommerce table.shop_table th {border-bottom: 2px solid #FFF}
.tabs-content {border: 1px solid #353535 !important}
.tabs li a {
border: 1px solid #353535 !important;
padding: 10px 16px;
}
.tabs li a.active {
border-bottom: 1px solid #141414 !important;
border-top: 2px solid #fff !important;
color: #FFF !important;
padding: 10px 18px;
background: #141414 !important
}
.metro-social .fb, .metro-social .tw, .metro-social .rssf {border: 1px solid #303030}
.nav-arrows a {background: #222;box-shadow:none}
#iview a, .cart_list_product_title a, .price_remover a {color: #141414}
.woo-title .filter_wrapper select, .pa_selection select {
background: #F1F1F1;
border: 1px solid #141414;
}
.boxed .breaking-news-bar {border-bottom: 1px solid #191919}
.tab-content-items li {border-top: 1px solid #191919} | styles/dark.css | body {
color: #BDBDBD
}
.full, .boxed, .boxed-margin, .tabs-content, .cbp_tmlabel .tt-metro-social a {
background: #141414
}
.headdown, #footer {
background: #090909
}
#LandingPage .head {
background: #171717;
background: rgba(23, 23, 23, 0.9);
}
body[class^="frame_"] div.frame_1 { background: url(../images/frames/dark_1.png) repeat-y center top;}
body[class^="frame_"] div.frame_2 { background: url(../images/frames/dark_2.png) repeat-y center top }
body[class^="frame_"] div.frame_3 { background: url(../images/frames/dark_3.png) repeat-y center top }
body[class^="frame_"] div.frame_4 { background: url(../images/frames/dark_4.png) repeat-y center top }
body[class^="frame_"] div.frame_5 { background: url(../images/frames/dark_5.png) repeat-y center top }
body[class^="frame_"] div.frame_6 { background: url(../images/frames/dark_6.png) repeat-y center top }
body[class^="frame_"] div.frame_7 { background: url(../images/frames/dark_7.png) repeat-y center top }
body[class^="frame_"] div.frame_8 { background: url(../images/frames/dark_8.png) repeat-y center top }
body[class^="frame_"] div.frame_9 { background: url(../images/frames/dark_9.png) repeat-y center top }
body[class^="frame_"] div.frame_10 { background: url(../images/frames/dark_10.png) repeat-y center top }
.Bhead .table-badge {
background: #141414;
color: #F8F8F8;
}
.head {
background: #171717 url(../images/dark/head.jpg) repeat-x top center;
border-top: 5px solid #090909;
}
.arrow-down {
border-top: 22px solid #090909
}
.social a {
border: 1px solid #1D1D1D
}
.social a:hover {
border: 1px solid #000
}
a, h1, h2, h3, h4, h5, h6, .services [class^="grid_"]:hover .service-icon, .testimonial-s strong, .grey-line:hover .action-t i, .metro-social li h4, .metro-social i,
.countdown li span, .evo_fc_day.has_events, .filterable li.current a, ul.newsticker a, .item_price .amount, table.shop_attributes td, table.shop_table .product-name a, .woocommerce table.shop_table .product-name a,
.total_w_table td, table.shop_table th, .woocommerce table.shop_table th, table.shop_table td.product-subtotal, .woocommerce table.shop_table td.product-subtotal {
color: #fff
}
.action-simple {
border-bottom: 1px solid #1D1D1D
}
.grey-line {
background: #191919;
border-top: 2px solid #272727;
border-bottom: 2px solid #272727
}
.liner, .loop_box_one .more-posts, .loop_box_one .first-post, .team2 small, .team2 .teaminfo {
border-bottom: 1px solid #383838
}
.countdown li, .list_product_widget li, .products [class^="grid_"] .product-content, .total_w_table tr {
border-color: #383838
}
.col-title {
border-bottom: 1px solid #fff
}
.anyClass li, .from-blog li {
border: 1px solid #000;
border-bottom: 3px solid #A8A8A8
}
.portfolio li {
border-color: #000
}
.tipsy-arrow {
background: url('../images/dark/tipsy.gif') no-repeat top left
}
.tipsy-inner {
padding: 4px 8px;
background-color: #FFF;
color: #000
}
.from-meta {
margin: 0
}
.anyClass li:hover, .from-blog li:hover, .portfolio li:hover {
box-shadow: 0 0 10px rgba(255, 255, 255, 0.3)
}
.opened {
border-top: 0
}
.services .tbutton {
color: #838383
}
.widget .list li a {
border-bottom: 1px solid #1D1D1D
}
.widget .list li.current a {
color: #C4C4C4;
border-bottom: 1px solid #C4C4C4;
}
.active .accordion-head, .active .toggle-head {
color: #FFF;
border-bottom: 1px solid #FFF
}
.table th {
color:#ffffff;
background: #191919;
}
.table th, .table td {
border-top: 1px solid #383838
}
.table td {
padding:14px 7px 14px 7px;
text-align: center;
}
.table tr {
border-bottom:1px solid #fff;
background: #222;
}
.table tr:hover, tr.topic-sticky {
background: #1A1A1A
}
.table tfoot td {
background: #191919;
color:#fff
}
.table tfoot tr:hover {background:#191919}
.head-t {
padding: 16px 26px 0;
border-bottom: 1px solid #5C6575
}
.cbp_tmtimeline > li .cbp_tmlabel, .cbp_tmtimeline > li .cbp_tmicon img {border-color: #3C3C3C}
.cbp_tmtimeline > li .cbp_tmlabel:after {border-right-color: #3C3C3C}
.post {border-bottom: 1px solid #313131}
.tags a {
border: 1px solid #3D3D3D;
color: #ADADAD
}
.tags a:hover {
border: 1px solid #fff;
color: #fff
}
.pagination-tt ul li a {
border-bottom: 2px solid #272727;
color: #FFF
}
.pagination-tt ul li a:hover {
border-bottom: 2px solid #FFF;
color: #000;
background: #FFF
}
.eventon_fullcal .evo_fc_day.on_focus {background-color: #3F3B3B}
.filterable li:before {color: #858585}
.filterable li a:hover {color: #ccc}
.newsletter_row h3 {color: #000}
.text_block {background: #0C0C0C}
.post-format .circle-radius {background-color: #0E0E0E}
.errori {color: #FFF;text-shadow: 0 4px 0 #505050}
table.shop_table th, .woocommerce table.shop_table th {border-bottom: 2px solid #FFF}
.tabs-content {border: 1px solid #353535 !important}
.tabs li a {
border: 1px solid #353535 !important;
padding: 10px 16px;
}
.tabs li a.active {
border-bottom: 1px solid #141414 !important;
border-top: 2px solid #fff !important;
color: #FFF !important;
padding: 10px 18px;
background: #141414 !important
}
.metro-social .fb, .metro-social .tw, .metro-social .rssf {border: 1px solid #303030}
.nav-arrows a {background: #222;box-shadow:none}
#iview a, .cart_list_product_title a, .price_remover a {color: #141414}
.woo-title .filter_wrapper select, .pa_selection select {
background: #F1F1F1;
border: 1px solid #141414;
}
.boxed .breaking-news-bar {border-bottom: 1px solid #191919}
.tab-content-items li {border-top: 1px solid #191919} | 0.272799 | 0.156395 |
.page-changelog {
padding-bottom: 100px;
}
.page-changelog .fr:hover a {
color: #409EFF;
}
.page-changelog .fr {
float: right;
padding: 0;
}
.page-changelog .fr a {
display: block;
padding: 10px 15px;
color: #333;
}
.page-changelog .fr.el-button {
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
.page-changelog .heading {
font-size: 24px;
margin-bottom: 60px;
color: #333;
}
.page-changelog .timeline {
padding: 0;
padding-bottom: 10px;
position: relative;
color: #5e6d82;
}
.page-changelog .timeline > li {
position: relative;
padding-bottom: 15px;
list-style: none;
line-height: 1.8;
border: 1px solid #ddd;
border-radius: 4px
}
.page-changelog .timeline > li:not(:last-child) {
margin-bottom: 50px;
}
.page-changelog .timeline ul {
padding: 30px 30px 15px;
}
.page-changelog .timeline ul ul {
padding: 0;
padding-top: 5px;
padding-left: 27px;
}
.page-changelog .timeline ul ul li {
padding-left: 0;
color: #555;
word-break: normal;
}
.page-changelog .timeline ul ul li::before {
content: '';
width: 4px;
height: 4px;
border-radius: 50%;
background-color: #fff;
border: solid 1px #333;
margin-right: -12px;
display: inline-block;
vertical-align: middle;
}
.page-changelog .timeline li li {
font-size: 16px;
list-style: none;
padding-left: 20px;
padding-bottom: 5px;
color: #333;
word-break: break-all
}
.page-changelog .timeline li li:before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #333;
-ms-transform: translateX(-20px);
transform: translateX(-20px);
display: inline-block;
vertical-align: middle;
}
.page-changelog .timeline i {
padding: 0 20px;
display: inline-block;
}
.page-changelog .timeline h3 {
margin:0;
padding: 15px 30px;
border-bottom: 1px solid #ddd;
font-size: 20px;
color: #333;
font-weight: 700;
}
.page-changelog .timeline h3 a {
opacity: 1;
font-size: 20px;
float: none;
margin-left: 0;
color: #333;
}
.page-changelog .timeline h4 {
margin: 0;
margin-bottom: -10px;
font-size: 18px;
padding-left: 54px;
padding-top: 30px;
font-weight: 700;
}
.page-changelog .timeline p {
margin: 0;
}
.page-changelog .timeline em {
position: absolute;
right: 30px;
font-style: normal;
top: 23px;
font-size: 16px;
color: #666;
}
.page-component__scroll {
height: calc(100% - 80px);
margin-top: 80px;
}
.page-component__scroll .el-scrollbar__wrap {
overflow-x: auto;
}
.page-component {
box-sizing: border-box;
height: 100%;
}
.page-component .page-component__nav {
width: 240px;
position: fixed;
top: 0;
bottom: 0;
margin-top: 80px;
transition: padding-top .3s;
}
.page-component .page-component__nav .el-scrollbar__wrap {
height: 100%;
}
.page-component .page-component__nav.is-extended {
padding-top: 0;
}
.page-component .side-nav {
height: 100%;
padding-top: 50px;
padding-bottom: 50px;
padding-right: 0
}
.page-component .side-nav > ul {
padding-bottom: 50px;
}
.page-component .page-component__content {
padding-left: 270px;
padding-bottom: 100px;
box-sizing: border-box;
}
.page-component .content {
padding-top: 50px;
}
.page-component .content > h3 {
margin: 55px 0 20px;
}
.page-component .content > table {
border-collapse: collapse;
width: 100%;
background-color: #fff;
font-size: 14px;
margin-bottom: 45px;
line-height: 1.5em;
}
.page-component .content > table strong {
font-weight: 400;
}
.page-component .content > table td, .page-component .content > table th {
border-bottom: 1px solid #dcdfe6;
padding: 15px;
max-width: 250px;
}
.page-component .content > table th {
text-align: left;
white-space: nowrap;
color: #909399;
font-weight: 400;
}
.page-component .content > table td {
color: #606266;
}
.page-component .content > table th:first-child, .page-component .content > table td:first-child {
padding-left: 10px;
}
.page-component .content > ul:not(.timeline) {
margin: 10px 0;
padding: 0 0 0 20px;
font-size: 14px;
color: #5e6d82;
line-height: 2em;
}
.page-component .page-component-up {
background-color: #fff;
position: fixed;
right: 100px;
bottom: 150px;
width: 40px;
height: 40px;
border-radius: 20px;
cursor: pointer;
transition: .3s;
box-shadow: 0 0 6px rgba(0,0,0, .12);
z-index: 5;
}
.page-component .page-component-up i {
color: #409EFF;
display: block;
line-height: 40px;
text-align: center;
font-size: 18px;
}
.page-component .page-component-up.hover {
opacity: 1;
}
.page-component .back-top-fade-enter, .page-component .back-top-fade-leave-active {
-ms-transform: translateY(-30px);
transform: translateY(-30px);
opacity: 0;
}
.page-component.page-container {
padding: 0;
}
@media (max-width: 768px) {
.page-component .page-component__nav {
width: 100%;
position: static;
margin-top: 0;
}
.page-component .side-nav {
padding-top: 0;
padding-left: 50px;
}
.page-component .page-component__content {
padding-left: 10px;
padding-right: 10px;
}
.page-component .content {
padding-top: 0;
}
.page-component .content > table {
overflow: auto;
display: block;
}
.page-component .page-component-up {
display: none;
}
}
.cards[data-v-7aed89bc] {
margin: 30px 0 70px;
}
.card[data-v-7aed89bc] {
background: #fbfcfd;
height: 204px;
text-align: center;
}
.card img[data-v-7aed89bc] {
margin: 40px auto 25px;
width: 80px;
height: 80px;
}
.card h4[data-v-7aed89bc] {
font-size: 18px;
color: #1f2d3d;
font-weight: 400;
margin: 0;
}
.card span[data-v-7aed89bc] {
font-size: 14px;
color: #99a9bf;
}
.page-guide {
padding: 55px 30px 95px;
box-sizing: border-box;
}
.page-guide .content {
padding-left: 25px;
margin-left: -1px;
}
.page-guide .content h2 {
margin-bottom: 10px;
}
.page-guide .content h3 {
font-size: 22px;
font-weight: 400;
margin: 0 0 30px;
color: #1f2d3d;
}
.page-guide .content p {
line-height: 1.6;
font-size: 14px;
color: #5e6d82;
}
.page-guide .content ul {
margin-bottom: 50px;
padding-left: 0;
}
.page-guide .content li {
font-size: 14px;
margin-bottom: 10px;
color: #99a9bf;
list-style: none;
}
.page-guide .content li strong {
color: #5e6d82;
font-weight: 400;
}
.page-guide .content li:before {
content: '';
display: inline-block;
width: 4px;
height: 4px;
border-radius: 50%;
vertical-align: middle;
background-color: #5e6d82;
margin-right: 5px;
}
@media (max-width: 768px) {
.page-guide .content {
padding-left: 0;
}
}
.cards .container[data-v-b79c6774]:after {
clear: both;
}
.cards .container[data-v-b79c6774]:before, .cards .container[data-v-b79c6774]:after {
display: table;
content: "";
}
.banner[data-v-b79c6774] {
text-align: center;
}
.banner-desc[data-v-b79c6774] {
padding-top: 20px;
}
.banner-desc h1[data-v-b79c6774] {
font-size: 34px;
margin: 0;
line-height: 48px;
color: #555;
}
.banner-desc p[data-v-b79c6774] {
font-size: 18px;
line-height: 28px;
color: #888;
margin: 10px 0 5px;
}
.sponsors[data-v-b79c6774] {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
}
.sponsor[data-v-b79c6774] {
margin: 0 20px 50px;
display: -ms-inline-flexbox;
display: inline-flex;
width: 300px;
height: 100px;
-ms-flex-pack: center;
justify-content: center;
}
.sponsor img[data-v-b79c6774] {
margin-right: 20px;
}
.sponsor div[data-v-b79c6774] {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
}
.sponsor p[data-v-b79c6774] {
margin: 0;
line-height: 1.8;
color: #999;
font-size: 14px;
}
.jumbotron[data-v-b79c6774] {
width: 890px;
height: 465px;
margin: 30px auto;
position: relative;
}
.jumbotron div[data-v-b79c6774] {
width: 100%;
height: 100%;
background-color: transparent;
position: absolute;
top: 0;
left: 0;
}
.jumbotron img[data-v-b79c6774] {
position: absolute;
}
.jumbotron .jumbotron-cloud-1[data-v-b79c6774] {
right: 0;
top: 0;
height: 55px;
}
.jumbotron .jumbotron-plant-2[data-v-b79c6774] {
left: 60px;
top: 200px;
}
.jumbotron .jumbotron-web[data-v-b79c6774] {
height: 385px;
top: 35px;
left: 110px;
}
.jumbotron .jumbotron-cloud-2[data-v-b79c6774] {
left: 0;
top: 50px;
height: 55px;
}
.jumbotron .jumbotron-compo-1[data-v-b79c6774] {
left: 94px;
height: 90px;
top: 220px;
}
.jumbotron .jumbotron-compo-2[data-v-b79c6774] {
right: 73px;
top: 60px;
height: 124px;
}
.jumbotron .jumbotron-compo-3[data-v-b79c6774] {
right: 42px;
top: 200px;
height: 120px;
}
.jumbotron .jumbotron-plant-1[data-v-b79c6774] {
bottom: 0;
left: 30px;
height: 185px;
}
.jumbotron .jumbotron-figure-1[data-v-b79c6774] {
bottom: 0;
right: 180px;
height: 140px;
}
.jumbotron .jumbotron-figure-2[data-v-b79c6774] {
bottom: 0;
right: 10px;
height: 68px;
}
.cards[data-v-b79c6774] {
margin: 0 auto 110px;
width: 1140px;
}
.cards .container[data-v-b79c6774] {
padding: 0;
margin: 0 -11px;
width: auto;
}
.cards li[data-v-b79c6774] {
width: 33.33333%;
padding: 0 19px;
box-sizing: border-box;
float: left;
list-style: none;
}
.cards img[data-v-b79c6774] {
width: 160px;
height: 120px;
}
.card[data-v-b79c6774] {
height: 430px;
width: 100%;
background:#ffffff;
border:1px solid #eaeefb;
border-radius:5px;
box-sizing: border-box;
text-align: center;
position: relative;
transition: all .3s ease-in-out;
bottom: 0;
}
.card img[data-v-b79c6774] {
margin: 66px auto 60px;
}
.card h3[data-v-b79c6774] {
margin: 0;
font-size: 18px;
color: #1f2f3d;
font-weight: 400;
}
.card p[data-v-b79c6774] {
font-size: 14px;
color: #99a9bf;
padding: 0 25px;
line-height: 20px;
}
.card a[data-v-b79c6774] {
height: 53px;
line-height: 52px;
font-size: 14px;
color: #409EFF;
text-align: center;
border: 0;
border-top: 1px solid #eaeefb;
padding: 0;
cursor: pointer;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
border-radius: 0 0 5px 5px;
transition: all .3s;
text-decoration: none;
display: block
}
.card a[data-v-b79c6774]:hover {
color: #fff;
background: #409EFF;
}
.card[data-v-b79c6774]:hover {
bottom: 6px;
box-shadow: 0 6px 18px 0 rgba(232,237,250,0.50);
}
@media (max-width: 1140px) {
.cards[data-v-b79c6774] {
width: 100%;
}
.cards .container[data-v-b79c6774] {
width: 100%;
margin: 0;
}
.banner .container[data-v-b79c6774] {
width: 100%;
box-sizing: border-box;
}
.banner img[data-v-b79c6774] {
right: 0;
}
}
@media (max-width: 1000px) {
.banner .container img[data-v-b79c6774] {
display: none;
}
.jumbotron[data-v-b79c6774] {
display: none;
}
}
@media (max-width: 768px) {
.cards li[data-v-b79c6774] {
width: 80%;
margin: 0 auto 20px;
float: none;
}
.cards .card[data-v-b79c6774] {
height: auto;
padding-bottom: 54px;
}
.banner-stars[data-v-b79c6774] {
display: none;
}
.banner-desc #line2[data-v-b79c6774] {
display: none;
}
.banner-desc h2[data-v-b79c6774] {
font-size: 32px;
}
.banner-desc p[data-v-b79c6774] {
width: auto;
}
}
h3[data-v-aadaaa32] {
margin-bottom: 15px;
}
.block[data-v-aadaaa32] {
margin-bottom: 55px;
}
p[data-v-aadaaa32] {
margin: 0 0 15px;
}
.nav-demos p[data-v-aadaaa32] {
margin-bottom: 50px;
}
.nav-demos h5[data-v-aadaaa32] {
margin: 0;
}
.nav-demos img[data-v-aadaaa32] {
padding: 15px;
background-color: #F9FAFC;
width: 100%;
margin-bottom: 15px;
cursor: pointer;
}
.dialog-img[data-v-aadaaa32] {
position: fixed;
overflow: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.dialog-img .imgWrap[data-v-aadaaa32] {
margin: 0 auto;
position: relative;
top: 100px;
padding-bottom: 50px;
}
.dialog-img img[data-v-aadaaa32] {
display: block;
width: 100%;
}
.mask[data-v-aadaaa32] {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: #373737;
background-color: rgba(55, 55, 55, 0.6);
height: 100%;
z-index: 1000;
}
.zoom-enter-active[data-v-aadaaa32], .zoom-leave-active[data-v-aadaaa32] {
transition: transform .3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity .3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-enter[data-v-aadaaa32], .zoom-leave-active[data-v-aadaaa32] {
-ms-transform: scale(0.3);
transform: scale(0.3);
opacity: 0;
}
.fade-enter-active[data-v-aadaaa32], .fade-leave-active[data-v-aadaaa32] {
transition: opacity .3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fade-enter[data-v-aadaaa32], .fade-leave-active[data-v-aadaaa32] {
opacity: 0;
}
.cards .container[data-v-0e25f6c5]:after {
clear: both;
}
.cards .container[data-v-0e25f6c5]:before, .cards .container[data-v-0e25f6c5]:after {
display: table;
content: "";
}
.page-resource[data-v-0e25f6c5] {
padding-top: 55px;
box-sizing: border-box;
}
.page-resource .resource-placeholder[data-v-0e25f6c5] {
margin: 50px auto 100px;
text-align: center;
}
.page-resource .resource-placeholder img[data-v-0e25f6c5] {
width: 150px;
}
.page-resource .resource-placeholder h4[data-v-0e25f6c5] {
margin: 20px 0 16px;
font-size: 16px;
color: #1f2f3d;
line-height: 1;
}
.page-resource .resource-placeholder p[data-v-0e25f6c5] {
margin: 0;
font-size: 14px;
color: #99a9bf;
line-height: 1;
}
.cards[data-v-0e25f6c5] {
margin: 35px auto 110px;
}
.cards .container[data-v-0e25f6c5] {
padding: 0;
margin: 0 -11px;
width: auto;
}
.cards li[data-v-0e25f6c5] {
width: 33.33333%;
padding: 0 11px;
box-sizing: border-box;
float: left;
list-style: none;
}
h2[data-v-0e25f6c5] {
font-size: 28px;
margin: 0;
}
p[data-v-0e25f6c5] {
font-size: 14px;
color: #5e6d82;
}
.card[data-v-0e25f6c5] {
height: 394px;
width: 100%;
background:#ffffff;
border:1px solid #eaeefb;
border-radius:5px;
box-sizing: border-box;
text-align: center;
position: relative;
transition: bottom .3s;
bottom: 0;
}
.card img[data-v-0e25f6c5] {
margin: 75px auto 35px;
height: 87px;
}
.card h3[data-v-0e25f6c5] {
margin: 0 0 10px;
font-size: 18px;
color: #1f2f3d;
font-weight: 400;
height: 22px;
}
.card p[data-v-0e25f6c5] {
font-size: 14px;
color: #99a9bf;
padding: 0 30px;
margin: 0;
word-break: break-all;
line-height: 1.8;
}
.card a[data-v-0e25f6c5] {
height: 42px;
width: 190px;
display: inline-block;
line-height: 42px;
font-size: 14px;
background-color: #409EFF;
color: #fff;
text-align: center;
border: 0;
padding: 0;
cursor: pointer;
border-radius: 2px;
transition: all .3s;
text-decoration: none;
margin-top: 20px;
}
@media (max-width: 850px) {
.cards li[data-v-0e25f6c5] {
max-width: 500px;
float: none;
margin: 10px auto 30px;
width: 80%;
}
.cards li .card[data-v-0e25f6c5] {
height: auto;
padding-bottom: 20px;
}
.cards h3[data-v-0e25f6c5] {
height: auto;
}
}
.demo-box.demo-alert .el-alert {
margin: 20px 0 0;
}
.demo-box.demo-alert .el-alert:first-child {
margin: 0;
}
.demo-badge.demo-box .el-dropdown {
vertical-align: middle;
}
.clearfix[data-v-a0b77de4]:after {
clear: both;
}
.clearfix[data-v-a0b77de4]:before, .clearfix[data-v-a0b77de4]:after {
display: table;
content: "";
}
.share-button[data-v-a0b77de4] {
width: 36px;
padding: 10px;
}
.mark[data-v-a0b77de4] {
margin-top: 8px;
line-height: 1;
float: right;
}
.clearfix[data-v-a0b77de4] {
}
.item[data-v-a0b77de4] {
margin-right: 40px;
}
.demo-box.demo-button .el-row {
margin-bottom: 20px
}
.demo-box.demo-button .el-row:last-child {
margin-bottom: 0
}
.demo-box.demo-button .el-button + .el-button {
margin-left: 10px;
}
.demo-box.demo-button .el-button-group .el-button + .el-button {
margin-left: 0;
}
.demo-box.demo-button .el-button-group + .el-button-group {
margin-left: 10px
}
.clearfix[data-v-a3800462]:after {
clear: both;
}
.clearfix[data-v-a3800462]:before, .clearfix[data-v-a3800462]:after {
display: table;
content: "";
}
.text[data-v-a3800462] {
font-size: 14px;
}
.time[data-v-a3800462] {
font-size: 13px;
color: #999;
}
.bottom[data-v-a3800462] {
margin-top: 13px;
line-height: 12px;
}
.item[data-v-a3800462] {
margin-bottom: 18px;
}
.button[data-v-a3800462] {
padding: 0;
float: right;
}
.image[data-v-a3800462] {
width: 100%;
display: block;
}
.clearfix[data-v-a3800462] {
}
.box-card[data-v-a3800462] {
width: 480px;
}
.demo-carousel .el-carousel__item:nth-child(2n+1) {
background-color: #d3dce6
}
.demo-carousel .block {
padding: 30px;
text-align: center;
border-right: solid 1px #EFF2F6;
display: inline-block;
width: 50%;
box-sizing: border-box
}
.demo-carousel .block:last-child {
border-right: none
}
.demo-carousel .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-carousel .el-carousel__container {
text-align: center;
}
.demo-carousel .el-carousel__item h3 {
color: #fff;
font-size: 18px;
line-height: 300px;
margin: 0;
}
.demo-carousel .el-carousel__item:nth-child(2n) {
background-color: #99a9bf
}
.demo-carousel .small h3 {
font-size: 14px;
line-height: 150px;
}
.demo-carousel .medium h3 {
font-size: 14px;
line-height: 200px;
}
.demo-cascader .el-cascader {
width: 222px;
}
.demo-cascader-size .el-cascader {
vertical-align: top;
margin-right: 15px;
}
.demo-cascader .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #EFF2F6;
display: inline-block;
width: 50%;
box-sizing: border-box
}
.demo-cascader .block:last-child {
border-right: none;
}
.demo-cascader .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-collapse .el-collapse-item__header .header-icon {
margin-left: 5px;
}
.demo-color-picker .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #EFF2F6;
display: inline-block;
width: 50%;
box-sizing: border-box
}
.demo-color-picker .block:last-child {
border-right: none
}
.demo-color-picker .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-color-picker .el-color-picker + .el-color-picker {
margin-left: 20px;
}
.demo-color-box {
border-radius: 4px;
padding: 20px;
margin: 5px 0;
height: 74px;
box-sizing: border-box;
color: #fff;
font-size: 14px
}
.demo-color-box .value {
font-size: 12px;
opacity: 0.69;
line-height: 24px
}
.demo-color-box-group .demo-color-box {
border-radius: 0;
margin: 0;
}
.demo-color-box-group .demo-color-box:first-child {
border-radius: 4px 4px 0 0;
}
.demo-color-box-group .demo-color-box:last-child {
border-radius: 0 0 4px 4px;
}
.bg-blue {
background-color: #409EFF;
}
.bg-success {
background-color: #67C23A;
}
.bg-warning {
background-color: #E6A23C;
}
.bg-danger {
background-color: #F56C6C;
}
.bg-info {
background-color: #909399;
}
.bg-text-primary {
background-color: #303133;
}
.bg-text-regular {
background-color: #606266;
}
.bg-text-secondary {
background-color: #909399;
}
.bg-text-placeholder {
background-color: #c0c4cc;
}
.bg-border-base {
background-color: #dcdfe6;
}
.bg-border-light {
background-color: #e4e7ed;
}
.bg-border-lighter {
background-color: #ebeef5;
}
.bg-border-extra-light {
background-color: #f2f6fc;
}
[class*=" bg-border-"] {
color: #303133;
}
#chang-jian-ye-mian-bu-ju + .demo-container > .source > .el-container:nth-child(7) .el-aside {
line-height: 320px;
}
.el-header, .el-footer {
background-color: #B3C0D1;
color: #333;
line-height: 60px;
}
.el-aside {
color: #333;
}
#chang-jian-ye-mian-bu-ju + .demo-container .el-header, #chang-jian-ye-mian-bu-ju + .demo-container .el-footer {
text-align: center;
}
#chang-jian-ye-mian-bu-ju + .demo-container .el-aside {
background-color: #D3DCE6;
text-align: center;
line-height: 200px;
}
#chang-jian-ye-mian-bu-ju + .demo-container .el-main {
background-color: #E9EEF3;
color: #333;
text-align: center;
line-height: 160px;
}
#chang-jian-ye-mian-bu-ju + .demo-container > .source > .el-container {
margin-bottom: 40px;
}
#chang-jian-ye-mian-bu-ju + .demo-container > .source > .el-container:nth-child(5) .el-aside, #chang-jian-ye-mian-bu-ju + .demo-container > .source > .el-container:nth-child(6) .el-aside {
line-height: 260px;
}
.demo-block.demo-date-picker .source {
padding: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.demo-date-picker .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #EFF2F6;
-ms-flex: 1;
flex: 1
}
.demo-date-picker .block:last-child {
border-right: none;
}
.demo-date-picker .container {
-ms-flex: 1;
flex: 1;
border-right: solid 1px #EFF2F6;
}
.demo-date-picker .container .block {
border-right: none
}
.demo-date-picker .container .block:last-child {
border-top: solid 1px #EFF2F6;
}
.demo-date-picker .container:last-child {
border-right: none;
}
.demo-date-picker .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-block.demo-datetime-picker .source {
padding: 0;
display: -ms-flexbox;
display: flex;
}
.demo-datetime-picker .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #EFF2F6;
-ms-flex: 1;
flex: 1
}
.demo-datetime-picker .block:last-child {
border-right: none;
}
.demo-datetime-picker .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-box.demo-dialog .dialog-footer button:first-child {
margin-right: 10px;
}
.demo-box.demo-dialog .full-image {
width: 100%;
}
.demo-box.demo-dialog .el-dialog__wrapper {
margin: 0;
}
.demo-box.demo-dialog .el-select {
width: 300px;
}
.demo-box.demo-dialog .el-input {
width: 300px;
}
.demo-box.demo-dialog .el-button--text {
margin-right: 15px;
}
.demo-box .el-dropdown {
vertical-align: top
}
.demo-box .el-dropdown + .el-dropdown {
margin-left: 15px
}
.demo-box .el-dropdown-link {
cursor: pointer;
color: #409EFF;
}
.demo-box .el-icon-arrow-down {
font-size: 12px;
}
.block-col-2 {
margin: -24px;
}
.block-col-2 .el-col {
padding: 30px 0;
text-align: center;
border-right: 1px solid #eff2f6
}
.block-col-2 .el-col:last-child {
border-right: 0
}
.demo-dropdown .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.el-dropdown-link {
cursor: pointer;
color: #409EFF;
}
.el-icon-arrow-down {
font-size: 12px;
}
.el-dropdown-link {
cursor: pointer;
color: #409EFF;
}
.el-icon-arrow-down {
font-size: 12px;
}
.demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-form.demo-zh-CN .el-checkbox-group:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
.demo-form.demo-zh-CN .el-select .el-input {
width: 380px;
}
.demo-form.demo-zh-CN .el-form {
width: 460px;
}
.demo-form.demo-zh-CN .line {
text-align: center;
}
.demo-form.demo-zh-CN .el-checkbox-group {
width: 320px;
margin: 0;
padding: 0;
list-style: none;
}
.demo-form.demo-zh-CN .el-checkbox-group .el-checkbox {
float: left;
width: 160px;
padding-right: 20px;
margin: 0;
padding: 0;
}
.demo-form.demo-zh-CN .el-checkbox-group .el-checkbox + .el-checkbox {
margin-left: 0;
}
.demo-form.demo-zh-CN .el-checkbox-group:after, .demo-form.demo-zh-CN .el-checkbox-group:before {
content: ' ';
display: table;
}
.demo-form.demo-zh-CN .demo-form-normal {
width: 460px;
}
.demo-form.demo-zh-CN .demo-form-inline {
width: auto;
}
.demo-form.demo-zh-CN .demo-form-inline .el-input {
width: 150px;
}
.demo-form.demo-zh-CN .demo-form-inline > * {
margin-right: 10px;
}
.demo-form.demo-zh-CN .demo-ruleForm {
width: 460px;
}
.demo-form.demo-zh-CN .demo-ruleForm .el-select .el-input {
width: 360px;
}
.demo-form.demo-zh-CN .demo-dynamic .el-input {
margin-right: 10px;
width: 270px;
vertical-align: top;
}
.demo-form.demo-zh-CN .fr {
float: right;
}
ul.language-list {
color: #5e6d82;
font-size: 14px;
padding-left: 20px;
}
ul.language-list li {
line-height: 1.8
}
.icon-list li:after {
display: inline-block;
content: "";
height: 100%;
vertical-align: middle;
}
.demo-icon .source > i {
color: #606266;
margin: 0 20px;
font-size: 1.5em;
vertical-align: middle;
}
.demo-icon .source > button {
margin: 0 20px;
}
.page-component .content > ul.icon-list {
overflow: hidden;
list-style: none;
padding: 0;
border: solid 1px #eaeefb;
border-radius: 4px;
}
.icon-list li {
float: left;
width: 16.66%;
text-align: center;
height: 120px;
line-height: 120px;
color: #666;
font-size: 13px;
transition: color .15s linear;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-right: -1px;
margin-bottom: -1px;
}
.icon-list li span {
display: inline-block;
line-height: normal;
vertical-align: middle;
font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',SimSun,sans-serif;
color: #99a9bf;
}
.icon-list li i {
display: block;
font-size: 32px;
margin-bottom: 15px;
color: #606266;
}
.icon-list li .icon-name {
display: inline-block;
padding: 0 3px;
height: 1em;
color: #606266;
}
.icon-list li:hover {
color: rgb(92, 182, 255);
}
.demo-box.demo-input-number .el-input-number + .el-input-number {
margin-left: 10px;
}
.demo-input.demo-zh-CN .el-select .el-input {
width: 130px;
}
.demo-input.demo-zh-CN .el-input {
width: 180px;
}
.demo-input.demo-zh-CN .el-textarea {
width: 414px;
}
.demo-input.demo-zh-CN .el-input-group {
width: 100%;
}
.demo-input.demo-zh-CN .demo-input-size .el-input {
vertical-align: top;
margin: 0 10px 10px 0;
}
.demo-input.demo-zh-CN .input-with-select .el-input-group__prepend {
background-color: #fff;
}
.demo-input.demo-zh-CN .demo-autocomplete {
text-align: center;
}
.demo-input.demo-zh-CN .demo-autocomplete .sub-title {
margin-bottom: 10px;
font-size: 14px;
color: #8492a6;
}
.demo-input.demo-zh-CN .demo-autocomplete .el-col:not(:last-child) {
border-right: 1px solid rgba(224,230,237,0.50);
}
.demo-input.demo-zh-CN .demo-autocomplete .el-autocomplete {
text-align: left;
}
.el-autocomplete-suggestion.my-autocomplete li {
line-height: normal;
padding-top: 7px;
padding-bottom: 7px;
}
.el-autocomplete-suggestion.my-autocomplete li .name {
text-overflow: ellipsis;
overflow: hidden;
}
.el-autocomplete-suggestion.my-autocomplete li .addr {
font-size: 12px;
color: #b4b4b4;
}
.el-autocomplete-suggestion.my-autocomplete li .highlighted .addr {
color: #ddd;
}
.demo-input-suffix {
margin-bottom: 15px;
}
.demo-input-suffix .el-input {
margin-right: 15px;
}
.demo-layout .el-row {
margin-bottom: 20px
}
.demo-layout .el-row:last-child {
margin-bottom: 0
}
.demo-layout .el-col {
border-radius: 4px;
}
.demo-layout .bg-purple-dark {
background: #99a9bf;
}
.demo-layout .bg-purple {
background: #d3dce6;
}
.demo-layout .bg-purple-light {
background: #e5e9f2;
}
.demo-layout .grid-content {
border-radius: 4px;
min-height: 36px;
}
.demo-layout .row-bg {
padding: 10px 0;
background-color: #f9fafc;
}
.demo-loading .el-table {
border: none;
}
.demo-box.demo-menu .el-menu-demo {
padding-left: 55px;
}
.demo-box.demo-menu .el-menu-vertical-demo:not(.el-menu--collapse) {
width: 240px;
min-height: 400px;
}
.demo-box.demo-menu .line {
height: 1px;
background-color: #e0e6ed;
margin: 35px -24px;
}
.demo-box.demo-menu h5 {
font-size: 14px;
color: #8492a6;
margin-top: 10px;
}
.demo-box.demo-menu .tac {
text-align: center;
}
.demo-box.demo-menu .tac .el-menu-vertical-demo {
display: inline-block;
text-align: left;
}
.demo-pagination .source.first {
padding: 0;
}
.demo-pagination .first .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #EFF2F6;
display: inline-block;
width: 50%;
box-sizing: border-box
}
.demo-pagination .first .block:last-child {
border-right: none;
}
.demo-pagination .first .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-pagination .source.last {
padding: 0;
}
.demo-pagination .last .block {
padding: 30px 24px;
border-bottom: solid 1px #EFF2F6
}
.demo-pagination .last .block:last-child {
border-bottom: none;
}
.demo-pagination .last .demonstration {
font-size: 14px;
color: #8492a6;
line-height: 44px;
}
.demo-pagination .last .demonstration + .el-pagination {
float: right;
width: 70%;
margin: 5px 20px 0 0;
}
.demo-box.demo-popover .el-popover + .el-popover {
margin-left: 10px;
}
.demo-box.demo-popover .el-input {
width: 360px;
}
.demo-box.demo-popover .el-button {
margin-left: 10px;
}
.demo-box.demo-progress .el-progress--line {
margin-bottom: 15px;
width: 350px;
}
.demo-box.demo-progress .el-progress--circle {
margin-right: 15px;
}
.demo-rate .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #EFF2F6;
display: inline-block;
width: 50%;
box-sizing: border-box
}
.demo-rate .block:last-child {
border-right: none
}
.demo-rate .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-select .el-select {
width: 240px;
}
.demo-box.demo-slider .source {
padding: 0;
}
.demo-box.demo-slider .block {
padding: 30px 24px;
overflow: hidden;
border-bottom: solid 1px #EFF2F6
}
.demo-box.demo-slider .block:last-child {
border-bottom: none;
}
.demo-box.demo-slider .demonstration {
font-size: 14px;
color: #8492a6;
line-height: 44px;
}
.demo-box.demo-slider .demonstration + .el-slider {
float: right;
width: 70%;
margin-right: 20px;
}
.demo-box.demo-switch .el-switch {
margin: 20px 20px 20px 0;
}
.el-table .warning-row {
background: oldlace;
}
.el-table .success-row {
background: #f0f9eb;
}
.demo-table .name-wrapper {
display: inline-block;
}
.demo-table .demo-table-expand label {
width: 90px;
color: #99a9bf;
}
.demo-table .demo-table-expand .el-form-item {
margin-right: 0;
margin-bottom: 0;
width: 50%;
}
.demo-box.demo-tag .el-tag + .el-tag {
margin-left: 10px;
}
.demo-box.demo-tag .button-new-tag {
margin-left: 10px;
height: 32px;
line-height: 30px;
padding-top: 0;
padding-bottom: 0;
}
.demo-box.demo-tag .input-new-tag {
width: 90px;
margin-left: 10px;
vertical-align: bottom;
}
.demo-box .el-date-editor + .el-date-editor {
margin-left: 10px;
}
.demo-tooltip .el-tooltip + .el-tooltip {
margin-left: 15px;
}
.demo-tooltip .box {
width: 400px;
}
.demo-tooltip .box .top {
text-align: center;
}
.demo-tooltip .box .left {
float: left;
width: 60px;
}
.demo-tooltip .box .right {
float: right;
width: 60px;
}
.demo-tooltip .box .bottom {
clear: both;
text-align: center;
}
.demo-tooltip .box .item {
margin: 4px;
}
.demo-tooltip .box .left .el-tooltip__popper, .demo-tooltip .box .right .el-tooltip__popper {
padding: 8px 10px;
}
.demo-tooltip .box .el-tooltip {
margin-left: 0;
}
.demo-transfer .transfer-footer {
margin-left: 15px;
padding: 6px 5px;
}
.transition-box {
margin-bottom: 10px;
width: 200px;
height: 100px;
border-radius: 4px;
background-color: #409EFF;
text-align: center;
color: #fff;
padding: 40px 20px;
margin-right: 20px;
box-sizing: border-box;
}
.demo-tree .leaf {
width: 20px;
background: #ddd;
}
.demo-tree .folder {
width: 20px;
background: #888;
}
.demo-tree .buttons {
margin-top: 20px;
}
.demo-tree .filter-tree {
margin-top: 20px;
}
.demo-tree .custom-tree-container {
display: -ms-flexbox;
display: flex;
margin: -24px;
}
.demo-tree .block {
-ms-flex: 1;
flex: 1;
padding: 8px 24px 24px;
}
.demo-tree .block > p {
text-align: center;
margin: 0;
line-height: 4;
}
.demo-tree .block:first-child {
border-right: solid 1px #eff2f6;
}
.demo-tree .custom-tree-node {
-ms-flex: 1;
flex: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 14px;
padding-right: 8px;
}
.demo-typo-box {
height: 200px;
width: 200px;
position: relative;
border: 1px solid #eaeefb;
font-size: 40px;
color: #1f2d3d;
text-align: center;
line-height: 162px;
padding-bottom: 36px;
box-sizing: border-box;
display: inline-block;
margin-right: 17px;
border-radius: 4px;
}
.demo-typo-box .name {
position: absolute;
bottom: 0;
width: 100%;
height: 35px;
border-top: 1px solid #eaeefb;
font-size: 14px;
color: #8492a6;
line-height: 35px;
text-align: left;
text-indent: 10px;
font-family: 'Helvetica Neue';
}
.demo-typo-size .h1 {
font-size: 20px;
}
.demo-typo-size .h2 {
font-size: 18px;
}
.demo-typo-size .h3 {
font-size: 16px;
}
.demo-typo-size .text-regular {
font-size: 14px;
}
.demo-typo-size .text-small {
font-size: 13px;
}
.demo-typo-size .text-smaller {
font-size: 12px;
}
.demo-typo-size .color-dark-light {
color: #99a9bf;
}
.typo-PingFang {
font-family: 'PingFang SC';
}
.typo-Hiragino {
font-family: 'Hiragino Sans GB';
}
.typo-Microsoft {
font-family: 'Microsoft YaHei';
}
/* 英文 */
.typo-Helvetica-Neue {
font-family: 'Helvetica Neue';
}
.typo-Helvetica {
font-family: 'Helvetica';
}
.typo-Arial {
font-family: 'Arial';
}
.upload-tip {
color: #8492a6;
font-size: 12px;
margin-top: 7px;
}
.demo-box {
margin-bottom: 24px;
}
.demo-box .upload-demo {
width: 360px;
}
.demo-box .avatar-uploader .el-upload {
border: 1px dashed #d9d9d9;
border-radius: 6px;
cursor: pointer;
position: relative;
overflow: hidden
}
.demo-box .avatar-uploader .el-upload:hover, .demo-box .avatar-uploader .el-upload:focus {
border-color: #409EFF;
}
.demo-box .avatar-uploader .avatar-uploader-icon {
font-size: 28px;
color: #8c939d;
width: 178px;
height: 178px;
line-height: 178px;
text-align: center;
}
.demo-box .avatar-uploader .avatar {
width: 178px;
height: 178px;
display: block;
} | 2.5/zh-CN.6c21902.css | .page-changelog {
padding-bottom: 100px;
}
.page-changelog .fr:hover a {
color: #409EFF;
}
.page-changelog .fr {
float: right;
padding: 0;
}
.page-changelog .fr a {
display: block;
padding: 10px 15px;
color: #333;
}
.page-changelog .fr.el-button {
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
.page-changelog .heading {
font-size: 24px;
margin-bottom: 60px;
color: #333;
}
.page-changelog .timeline {
padding: 0;
padding-bottom: 10px;
position: relative;
color: #5e6d82;
}
.page-changelog .timeline > li {
position: relative;
padding-bottom: 15px;
list-style: none;
line-height: 1.8;
border: 1px solid #ddd;
border-radius: 4px
}
.page-changelog .timeline > li:not(:last-child) {
margin-bottom: 50px;
}
.page-changelog .timeline ul {
padding: 30px 30px 15px;
}
.page-changelog .timeline ul ul {
padding: 0;
padding-top: 5px;
padding-left: 27px;
}
.page-changelog .timeline ul ul li {
padding-left: 0;
color: #555;
word-break: normal;
}
.page-changelog .timeline ul ul li::before {
content: '';
width: 4px;
height: 4px;
border-radius: 50%;
background-color: #fff;
border: solid 1px #333;
margin-right: -12px;
display: inline-block;
vertical-align: middle;
}
.page-changelog .timeline li li {
font-size: 16px;
list-style: none;
padding-left: 20px;
padding-bottom: 5px;
color: #333;
word-break: break-all
}
.page-changelog .timeline li li:before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #333;
-ms-transform: translateX(-20px);
transform: translateX(-20px);
display: inline-block;
vertical-align: middle;
}
.page-changelog .timeline i {
padding: 0 20px;
display: inline-block;
}
.page-changelog .timeline h3 {
margin:0;
padding: 15px 30px;
border-bottom: 1px solid #ddd;
font-size: 20px;
color: #333;
font-weight: 700;
}
.page-changelog .timeline h3 a {
opacity: 1;
font-size: 20px;
float: none;
margin-left: 0;
color: #333;
}
.page-changelog .timeline h4 {
margin: 0;
margin-bottom: -10px;
font-size: 18px;
padding-left: 54px;
padding-top: 30px;
font-weight: 700;
}
.page-changelog .timeline p {
margin: 0;
}
.page-changelog .timeline em {
position: absolute;
right: 30px;
font-style: normal;
top: 23px;
font-size: 16px;
color: #666;
}
.page-component__scroll {
height: calc(100% - 80px);
margin-top: 80px;
}
.page-component__scroll .el-scrollbar__wrap {
overflow-x: auto;
}
.page-component {
box-sizing: border-box;
height: 100%;
}
.page-component .page-component__nav {
width: 240px;
position: fixed;
top: 0;
bottom: 0;
margin-top: 80px;
transition: padding-top .3s;
}
.page-component .page-component__nav .el-scrollbar__wrap {
height: 100%;
}
.page-component .page-component__nav.is-extended {
padding-top: 0;
}
.page-component .side-nav {
height: 100%;
padding-top: 50px;
padding-bottom: 50px;
padding-right: 0
}
.page-component .side-nav > ul {
padding-bottom: 50px;
}
.page-component .page-component__content {
padding-left: 270px;
padding-bottom: 100px;
box-sizing: border-box;
}
.page-component .content {
padding-top: 50px;
}
.page-component .content > h3 {
margin: 55px 0 20px;
}
.page-component .content > table {
border-collapse: collapse;
width: 100%;
background-color: #fff;
font-size: 14px;
margin-bottom: 45px;
line-height: 1.5em;
}
.page-component .content > table strong {
font-weight: 400;
}
.page-component .content > table td, .page-component .content > table th {
border-bottom: 1px solid #dcdfe6;
padding: 15px;
max-width: 250px;
}
.page-component .content > table th {
text-align: left;
white-space: nowrap;
color: #909399;
font-weight: 400;
}
.page-component .content > table td {
color: #606266;
}
.page-component .content > table th:first-child, .page-component .content > table td:first-child {
padding-left: 10px;
}
.page-component .content > ul:not(.timeline) {
margin: 10px 0;
padding: 0 0 0 20px;
font-size: 14px;
color: #5e6d82;
line-height: 2em;
}
.page-component .page-component-up {
background-color: #fff;
position: fixed;
right: 100px;
bottom: 150px;
width: 40px;
height: 40px;
border-radius: 20px;
cursor: pointer;
transition: .3s;
box-shadow: 0 0 6px rgba(0,0,0, .12);
z-index: 5;
}
.page-component .page-component-up i {
color: #409EFF;
display: block;
line-height: 40px;
text-align: center;
font-size: 18px;
}
.page-component .page-component-up.hover {
opacity: 1;
}
.page-component .back-top-fade-enter, .page-component .back-top-fade-leave-active {
-ms-transform: translateY(-30px);
transform: translateY(-30px);
opacity: 0;
}
.page-component.page-container {
padding: 0;
}
@media (max-width: 768px) {
.page-component .page-component__nav {
width: 100%;
position: static;
margin-top: 0;
}
.page-component .side-nav {
padding-top: 0;
padding-left: 50px;
}
.page-component .page-component__content {
padding-left: 10px;
padding-right: 10px;
}
.page-component .content {
padding-top: 0;
}
.page-component .content > table {
overflow: auto;
display: block;
}
.page-component .page-component-up {
display: none;
}
}
.cards[data-v-7aed89bc] {
margin: 30px 0 70px;
}
.card[data-v-7aed89bc] {
background: #fbfcfd;
height: 204px;
text-align: center;
}
.card img[data-v-7aed89bc] {
margin: 40px auto 25px;
width: 80px;
height: 80px;
}
.card h4[data-v-7aed89bc] {
font-size: 18px;
color: #1f2d3d;
font-weight: 400;
margin: 0;
}
.card span[data-v-7aed89bc] {
font-size: 14px;
color: #99a9bf;
}
.page-guide {
padding: 55px 30px 95px;
box-sizing: border-box;
}
.page-guide .content {
padding-left: 25px;
margin-left: -1px;
}
.page-guide .content h2 {
margin-bottom: 10px;
}
.page-guide .content h3 {
font-size: 22px;
font-weight: 400;
margin: 0 0 30px;
color: #1f2d3d;
}
.page-guide .content p {
line-height: 1.6;
font-size: 14px;
color: #5e6d82;
}
.page-guide .content ul {
margin-bottom: 50px;
padding-left: 0;
}
.page-guide .content li {
font-size: 14px;
margin-bottom: 10px;
color: #99a9bf;
list-style: none;
}
.page-guide .content li strong {
color: #5e6d82;
font-weight: 400;
}
.page-guide .content li:before {
content: '';
display: inline-block;
width: 4px;
height: 4px;
border-radius: 50%;
vertical-align: middle;
background-color: #5e6d82;
margin-right: 5px;
}
@media (max-width: 768px) {
.page-guide .content {
padding-left: 0;
}
}
.cards .container[data-v-b79c6774]:after {
clear: both;
}
.cards .container[data-v-b79c6774]:before, .cards .container[data-v-b79c6774]:after {
display: table;
content: "";
}
.banner[data-v-b79c6774] {
text-align: center;
}
.banner-desc[data-v-b79c6774] {
padding-top: 20px;
}
.banner-desc h1[data-v-b79c6774] {
font-size: 34px;
margin: 0;
line-height: 48px;
color: #555;
}
.banner-desc p[data-v-b79c6774] {
font-size: 18px;
line-height: 28px;
color: #888;
margin: 10px 0 5px;
}
.sponsors[data-v-b79c6774] {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
}
.sponsor[data-v-b79c6774] {
margin: 0 20px 50px;
display: -ms-inline-flexbox;
display: inline-flex;
width: 300px;
height: 100px;
-ms-flex-pack: center;
justify-content: center;
}
.sponsor img[data-v-b79c6774] {
margin-right: 20px;
}
.sponsor div[data-v-b79c6774] {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
}
.sponsor p[data-v-b79c6774] {
margin: 0;
line-height: 1.8;
color: #999;
font-size: 14px;
}
.jumbotron[data-v-b79c6774] {
width: 890px;
height: 465px;
margin: 30px auto;
position: relative;
}
.jumbotron div[data-v-b79c6774] {
width: 100%;
height: 100%;
background-color: transparent;
position: absolute;
top: 0;
left: 0;
}
.jumbotron img[data-v-b79c6774] {
position: absolute;
}
.jumbotron .jumbotron-cloud-1[data-v-b79c6774] {
right: 0;
top: 0;
height: 55px;
}
.jumbotron .jumbotron-plant-2[data-v-b79c6774] {
left: 60px;
top: 200px;
}
.jumbotron .jumbotron-web[data-v-b79c6774] {
height: 385px;
top: 35px;
left: 110px;
}
.jumbotron .jumbotron-cloud-2[data-v-b79c6774] {
left: 0;
top: 50px;
height: 55px;
}
.jumbotron .jumbotron-compo-1[data-v-b79c6774] {
left: 94px;
height: 90px;
top: 220px;
}
.jumbotron .jumbotron-compo-2[data-v-b79c6774] {
right: 73px;
top: 60px;
height: 124px;
}
.jumbotron .jumbotron-compo-3[data-v-b79c6774] {
right: 42px;
top: 200px;
height: 120px;
}
.jumbotron .jumbotron-plant-1[data-v-b79c6774] {
bottom: 0;
left: 30px;
height: 185px;
}
.jumbotron .jumbotron-figure-1[data-v-b79c6774] {
bottom: 0;
right: 180px;
height: 140px;
}
.jumbotron .jumbotron-figure-2[data-v-b79c6774] {
bottom: 0;
right: 10px;
height: 68px;
}
.cards[data-v-b79c6774] {
margin: 0 auto 110px;
width: 1140px;
}
.cards .container[data-v-b79c6774] {
padding: 0;
margin: 0 -11px;
width: auto;
}
.cards li[data-v-b79c6774] {
width: 33.33333%;
padding: 0 19px;
box-sizing: border-box;
float: left;
list-style: none;
}
.cards img[data-v-b79c6774] {
width: 160px;
height: 120px;
}
.card[data-v-b79c6774] {
height: 430px;
width: 100%;
background:#ffffff;
border:1px solid #eaeefb;
border-radius:5px;
box-sizing: border-box;
text-align: center;
position: relative;
transition: all .3s ease-in-out;
bottom: 0;
}
.card img[data-v-b79c6774] {
margin: 66px auto 60px;
}
.card h3[data-v-b79c6774] {
margin: 0;
font-size: 18px;
color: #1f2f3d;
font-weight: 400;
}
.card p[data-v-b79c6774] {
font-size: 14px;
color: #99a9bf;
padding: 0 25px;
line-height: 20px;
}
.card a[data-v-b79c6774] {
height: 53px;
line-height: 52px;
font-size: 14px;
color: #409EFF;
text-align: center;
border: 0;
border-top: 1px solid #eaeefb;
padding: 0;
cursor: pointer;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
border-radius: 0 0 5px 5px;
transition: all .3s;
text-decoration: none;
display: block
}
.card a[data-v-b79c6774]:hover {
color: #fff;
background: #409EFF;
}
.card[data-v-b79c6774]:hover {
bottom: 6px;
box-shadow: 0 6px 18px 0 rgba(232,237,250,0.50);
}
@media (max-width: 1140px) {
.cards[data-v-b79c6774] {
width: 100%;
}
.cards .container[data-v-b79c6774] {
width: 100%;
margin: 0;
}
.banner .container[data-v-b79c6774] {
width: 100%;
box-sizing: border-box;
}
.banner img[data-v-b79c6774] {
right: 0;
}
}
@media (max-width: 1000px) {
.banner .container img[data-v-b79c6774] {
display: none;
}
.jumbotron[data-v-b79c6774] {
display: none;
}
}
@media (max-width: 768px) {
.cards li[data-v-b79c6774] {
width: 80%;
margin: 0 auto 20px;
float: none;
}
.cards .card[data-v-b79c6774] {
height: auto;
padding-bottom: 54px;
}
.banner-stars[data-v-b79c6774] {
display: none;
}
.banner-desc #line2[data-v-b79c6774] {
display: none;
}
.banner-desc h2[data-v-b79c6774] {
font-size: 32px;
}
.banner-desc p[data-v-b79c6774] {
width: auto;
}
}
h3[data-v-aadaaa32] {
margin-bottom: 15px;
}
.block[data-v-aadaaa32] {
margin-bottom: 55px;
}
p[data-v-aadaaa32] {
margin: 0 0 15px;
}
.nav-demos p[data-v-aadaaa32] {
margin-bottom: 50px;
}
.nav-demos h5[data-v-aadaaa32] {
margin: 0;
}
.nav-demos img[data-v-aadaaa32] {
padding: 15px;
background-color: #F9FAFC;
width: 100%;
margin-bottom: 15px;
cursor: pointer;
}
.dialog-img[data-v-aadaaa32] {
position: fixed;
overflow: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.dialog-img .imgWrap[data-v-aadaaa32] {
margin: 0 auto;
position: relative;
top: 100px;
padding-bottom: 50px;
}
.dialog-img img[data-v-aadaaa32] {
display: block;
width: 100%;
}
.mask[data-v-aadaaa32] {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: #373737;
background-color: rgba(55, 55, 55, 0.6);
height: 100%;
z-index: 1000;
}
.zoom-enter-active[data-v-aadaaa32], .zoom-leave-active[data-v-aadaaa32] {
transition: transform .3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity .3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-enter[data-v-aadaaa32], .zoom-leave-active[data-v-aadaaa32] {
-ms-transform: scale(0.3);
transform: scale(0.3);
opacity: 0;
}
.fade-enter-active[data-v-aadaaa32], .fade-leave-active[data-v-aadaaa32] {
transition: opacity .3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fade-enter[data-v-aadaaa32], .fade-leave-active[data-v-aadaaa32] {
opacity: 0;
}
.cards .container[data-v-0e25f6c5]:after {
clear: both;
}
.cards .container[data-v-0e25f6c5]:before, .cards .container[data-v-0e25f6c5]:after {
display: table;
content: "";
}
.page-resource[data-v-0e25f6c5] {
padding-top: 55px;
box-sizing: border-box;
}
.page-resource .resource-placeholder[data-v-0e25f6c5] {
margin: 50px auto 100px;
text-align: center;
}
.page-resource .resource-placeholder img[data-v-0e25f6c5] {
width: 150px;
}
.page-resource .resource-placeholder h4[data-v-0e25f6c5] {
margin: 20px 0 16px;
font-size: 16px;
color: #1f2f3d;
line-height: 1;
}
.page-resource .resource-placeholder p[data-v-0e25f6c5] {
margin: 0;
font-size: 14px;
color: #99a9bf;
line-height: 1;
}
.cards[data-v-0e25f6c5] {
margin: 35px auto 110px;
}
.cards .container[data-v-0e25f6c5] {
padding: 0;
margin: 0 -11px;
width: auto;
}
.cards li[data-v-0e25f6c5] {
width: 33.33333%;
padding: 0 11px;
box-sizing: border-box;
float: left;
list-style: none;
}
h2[data-v-0e25f6c5] {
font-size: 28px;
margin: 0;
}
p[data-v-0e25f6c5] {
font-size: 14px;
color: #5e6d82;
}
.card[data-v-0e25f6c5] {
height: 394px;
width: 100%;
background:#ffffff;
border:1px solid #eaeefb;
border-radius:5px;
box-sizing: border-box;
text-align: center;
position: relative;
transition: bottom .3s;
bottom: 0;
}
.card img[data-v-0e25f6c5] {
margin: 75px auto 35px;
height: 87px;
}
.card h3[data-v-0e25f6c5] {
margin: 0 0 10px;
font-size: 18px;
color: #1f2f3d;
font-weight: 400;
height: 22px;
}
.card p[data-v-0e25f6c5] {
font-size: 14px;
color: #99a9bf;
padding: 0 30px;
margin: 0;
word-break: break-all;
line-height: 1.8;
}
.card a[data-v-0e25f6c5] {
height: 42px;
width: 190px;
display: inline-block;
line-height: 42px;
font-size: 14px;
background-color: #409EFF;
color: #fff;
text-align: center;
border: 0;
padding: 0;
cursor: pointer;
border-radius: 2px;
transition: all .3s;
text-decoration: none;
margin-top: 20px;
}
@media (max-width: 850px) {
.cards li[data-v-0e25f6c5] {
max-width: 500px;
float: none;
margin: 10px auto 30px;
width: 80%;
}
.cards li .card[data-v-0e25f6c5] {
height: auto;
padding-bottom: 20px;
}
.cards h3[data-v-0e25f6c5] {
height: auto;
}
}
.demo-box.demo-alert .el-alert {
margin: 20px 0 0;
}
.demo-box.demo-alert .el-alert:first-child {
margin: 0;
}
.demo-badge.demo-box .el-dropdown {
vertical-align: middle;
}
.clearfix[data-v-a0b77de4]:after {
clear: both;
}
.clearfix[data-v-a0b77de4]:before, .clearfix[data-v-a0b77de4]:after {
display: table;
content: "";
}
.share-button[data-v-a0b77de4] {
width: 36px;
padding: 10px;
}
.mark[data-v-a0b77de4] {
margin-top: 8px;
line-height: 1;
float: right;
}
.clearfix[data-v-a0b77de4] {
}
.item[data-v-a0b77de4] {
margin-right: 40px;
}
.demo-box.demo-button .el-row {
margin-bottom: 20px
}
.demo-box.demo-button .el-row:last-child {
margin-bottom: 0
}
.demo-box.demo-button .el-button + .el-button {
margin-left: 10px;
}
.demo-box.demo-button .el-button-group .el-button + .el-button {
margin-left: 0;
}
.demo-box.demo-button .el-button-group + .el-button-group {
margin-left: 10px
}
.clearfix[data-v-a3800462]:after {
clear: both;
}
.clearfix[data-v-a3800462]:before, .clearfix[data-v-a3800462]:after {
display: table;
content: "";
}
.text[data-v-a3800462] {
font-size: 14px;
}
.time[data-v-a3800462] {
font-size: 13px;
color: #999;
}
.bottom[data-v-a3800462] {
margin-top: 13px;
line-height: 12px;
}
.item[data-v-a3800462] {
margin-bottom: 18px;
}
.button[data-v-a3800462] {
padding: 0;
float: right;
}
.image[data-v-a3800462] {
width: 100%;
display: block;
}
.clearfix[data-v-a3800462] {
}
.box-card[data-v-a3800462] {
width: 480px;
}
.demo-carousel .el-carousel__item:nth-child(2n+1) {
background-color: #d3dce6
}
.demo-carousel .block {
padding: 30px;
text-align: center;
border-right: solid 1px #EFF2F6;
display: inline-block;
width: 50%;
box-sizing: border-box
}
.demo-carousel .block:last-child {
border-right: none
}
.demo-carousel .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-carousel .el-carousel__container {
text-align: center;
}
.demo-carousel .el-carousel__item h3 {
color: #fff;
font-size: 18px;
line-height: 300px;
margin: 0;
}
.demo-carousel .el-carousel__item:nth-child(2n) {
background-color: #99a9bf
}
.demo-carousel .small h3 {
font-size: 14px;
line-height: 150px;
}
.demo-carousel .medium h3 {
font-size: 14px;
line-height: 200px;
}
.demo-cascader .el-cascader {
width: 222px;
}
.demo-cascader-size .el-cascader {
vertical-align: top;
margin-right: 15px;
}
.demo-cascader .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #EFF2F6;
display: inline-block;
width: 50%;
box-sizing: border-box
}
.demo-cascader .block:last-child {
border-right: none;
}
.demo-cascader .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-collapse .el-collapse-item__header .header-icon {
margin-left: 5px;
}
.demo-color-picker .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #EFF2F6;
display: inline-block;
width: 50%;
box-sizing: border-box
}
.demo-color-picker .block:last-child {
border-right: none
}
.demo-color-picker .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-color-picker .el-color-picker + .el-color-picker {
margin-left: 20px;
}
.demo-color-box {
border-radius: 4px;
padding: 20px;
margin: 5px 0;
height: 74px;
box-sizing: border-box;
color: #fff;
font-size: 14px
}
.demo-color-box .value {
font-size: 12px;
opacity: 0.69;
line-height: 24px
}
.demo-color-box-group .demo-color-box {
border-radius: 0;
margin: 0;
}
.demo-color-box-group .demo-color-box:first-child {
border-radius: 4px 4px 0 0;
}
.demo-color-box-group .demo-color-box:last-child {
border-radius: 0 0 4px 4px;
}
.bg-blue {
background-color: #409EFF;
}
.bg-success {
background-color: #67C23A;
}
.bg-warning {
background-color: #E6A23C;
}
.bg-danger {
background-color: #F56C6C;
}
.bg-info {
background-color: #909399;
}
.bg-text-primary {
background-color: #303133;
}
.bg-text-regular {
background-color: #606266;
}
.bg-text-secondary {
background-color: #909399;
}
.bg-text-placeholder {
background-color: #c0c4cc;
}
.bg-border-base {
background-color: #dcdfe6;
}
.bg-border-light {
background-color: #e4e7ed;
}
.bg-border-lighter {
background-color: #ebeef5;
}
.bg-border-extra-light {
background-color: #f2f6fc;
}
[class*=" bg-border-"] {
color: #303133;
}
#chang-jian-ye-mian-bu-ju + .demo-container > .source > .el-container:nth-child(7) .el-aside {
line-height: 320px;
}
.el-header, .el-footer {
background-color: #B3C0D1;
color: #333;
line-height: 60px;
}
.el-aside {
color: #333;
}
#chang-jian-ye-mian-bu-ju + .demo-container .el-header, #chang-jian-ye-mian-bu-ju + .demo-container .el-footer {
text-align: center;
}
#chang-jian-ye-mian-bu-ju + .demo-container .el-aside {
background-color: #D3DCE6;
text-align: center;
line-height: 200px;
}
#chang-jian-ye-mian-bu-ju + .demo-container .el-main {
background-color: #E9EEF3;
color: #333;
text-align: center;
line-height: 160px;
}
#chang-jian-ye-mian-bu-ju + .demo-container > .source > .el-container {
margin-bottom: 40px;
}
#chang-jian-ye-mian-bu-ju + .demo-container > .source > .el-container:nth-child(5) .el-aside, #chang-jian-ye-mian-bu-ju + .demo-container > .source > .el-container:nth-child(6) .el-aside {
line-height: 260px;
}
.demo-block.demo-date-picker .source {
padding: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.demo-date-picker .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #EFF2F6;
-ms-flex: 1;
flex: 1
}
.demo-date-picker .block:last-child {
border-right: none;
}
.demo-date-picker .container {
-ms-flex: 1;
flex: 1;
border-right: solid 1px #EFF2F6;
}
.demo-date-picker .container .block {
border-right: none
}
.demo-date-picker .container .block:last-child {
border-top: solid 1px #EFF2F6;
}
.demo-date-picker .container:last-child {
border-right: none;
}
.demo-date-picker .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-block.demo-datetime-picker .source {
padding: 0;
display: -ms-flexbox;
display: flex;
}
.demo-datetime-picker .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #EFF2F6;
-ms-flex: 1;
flex: 1
}
.demo-datetime-picker .block:last-child {
border-right: none;
}
.demo-datetime-picker .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-box.demo-dialog .dialog-footer button:first-child {
margin-right: 10px;
}
.demo-box.demo-dialog .full-image {
width: 100%;
}
.demo-box.demo-dialog .el-dialog__wrapper {
margin: 0;
}
.demo-box.demo-dialog .el-select {
width: 300px;
}
.demo-box.demo-dialog .el-input {
width: 300px;
}
.demo-box.demo-dialog .el-button--text {
margin-right: 15px;
}
.demo-box .el-dropdown {
vertical-align: top
}
.demo-box .el-dropdown + .el-dropdown {
margin-left: 15px
}
.demo-box .el-dropdown-link {
cursor: pointer;
color: #409EFF;
}
.demo-box .el-icon-arrow-down {
font-size: 12px;
}
.block-col-2 {
margin: -24px;
}
.block-col-2 .el-col {
padding: 30px 0;
text-align: center;
border-right: 1px solid #eff2f6
}
.block-col-2 .el-col:last-child {
border-right: 0
}
.demo-dropdown .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.el-dropdown-link {
cursor: pointer;
color: #409EFF;
}
.el-icon-arrow-down {
font-size: 12px;
}
.el-dropdown-link {
cursor: pointer;
color: #409EFF;
}
.el-icon-arrow-down {
font-size: 12px;
}
.demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-form.demo-zh-CN .el-checkbox-group:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
.demo-form.demo-zh-CN .el-select .el-input {
width: 380px;
}
.demo-form.demo-zh-CN .el-form {
width: 460px;
}
.demo-form.demo-zh-CN .line {
text-align: center;
}
.demo-form.demo-zh-CN .el-checkbox-group {
width: 320px;
margin: 0;
padding: 0;
list-style: none;
}
.demo-form.demo-zh-CN .el-checkbox-group .el-checkbox {
float: left;
width: 160px;
padding-right: 20px;
margin: 0;
padding: 0;
}
.demo-form.demo-zh-CN .el-checkbox-group .el-checkbox + .el-checkbox {
margin-left: 0;
}
.demo-form.demo-zh-CN .el-checkbox-group:after, .demo-form.demo-zh-CN .el-checkbox-group:before {
content: ' ';
display: table;
}
.demo-form.demo-zh-CN .demo-form-normal {
width: 460px;
}
.demo-form.demo-zh-CN .demo-form-inline {
width: auto;
}
.demo-form.demo-zh-CN .demo-form-inline .el-input {
width: 150px;
}
.demo-form.demo-zh-CN .demo-form-inline > * {
margin-right: 10px;
}
.demo-form.demo-zh-CN .demo-ruleForm {
width: 460px;
}
.demo-form.demo-zh-CN .demo-ruleForm .el-select .el-input {
width: 360px;
}
.demo-form.demo-zh-CN .demo-dynamic .el-input {
margin-right: 10px;
width: 270px;
vertical-align: top;
}
.demo-form.demo-zh-CN .fr {
float: right;
}
ul.language-list {
color: #5e6d82;
font-size: 14px;
padding-left: 20px;
}
ul.language-list li {
line-height: 1.8
}
.icon-list li:after {
display: inline-block;
content: "";
height: 100%;
vertical-align: middle;
}
.demo-icon .source > i {
color: #606266;
margin: 0 20px;
font-size: 1.5em;
vertical-align: middle;
}
.demo-icon .source > button {
margin: 0 20px;
}
.page-component .content > ul.icon-list {
overflow: hidden;
list-style: none;
padding: 0;
border: solid 1px #eaeefb;
border-radius: 4px;
}
.icon-list li {
float: left;
width: 16.66%;
text-align: center;
height: 120px;
line-height: 120px;
color: #666;
font-size: 13px;
transition: color .15s linear;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-right: -1px;
margin-bottom: -1px;
}
.icon-list li span {
display: inline-block;
line-height: normal;
vertical-align: middle;
font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',SimSun,sans-serif;
color: #99a9bf;
}
.icon-list li i {
display: block;
font-size: 32px;
margin-bottom: 15px;
color: #606266;
}
.icon-list li .icon-name {
display: inline-block;
padding: 0 3px;
height: 1em;
color: #606266;
}
.icon-list li:hover {
color: rgb(92, 182, 255);
}
.demo-box.demo-input-number .el-input-number + .el-input-number {
margin-left: 10px;
}
.demo-input.demo-zh-CN .el-select .el-input {
width: 130px;
}
.demo-input.demo-zh-CN .el-input {
width: 180px;
}
.demo-input.demo-zh-CN .el-textarea {
width: 414px;
}
.demo-input.demo-zh-CN .el-input-group {
width: 100%;
}
.demo-input.demo-zh-CN .demo-input-size .el-input {
vertical-align: top;
margin: 0 10px 10px 0;
}
.demo-input.demo-zh-CN .input-with-select .el-input-group__prepend {
background-color: #fff;
}
.demo-input.demo-zh-CN .demo-autocomplete {
text-align: center;
}
.demo-input.demo-zh-CN .demo-autocomplete .sub-title {
margin-bottom: 10px;
font-size: 14px;
color: #8492a6;
}
.demo-input.demo-zh-CN .demo-autocomplete .el-col:not(:last-child) {
border-right: 1px solid rgba(224,230,237,0.50);
}
.demo-input.demo-zh-CN .demo-autocomplete .el-autocomplete {
text-align: left;
}
.el-autocomplete-suggestion.my-autocomplete li {
line-height: normal;
padding-top: 7px;
padding-bottom: 7px;
}
.el-autocomplete-suggestion.my-autocomplete li .name {
text-overflow: ellipsis;
overflow: hidden;
}
.el-autocomplete-suggestion.my-autocomplete li .addr {
font-size: 12px;
color: #b4b4b4;
}
.el-autocomplete-suggestion.my-autocomplete li .highlighted .addr {
color: #ddd;
}
.demo-input-suffix {
margin-bottom: 15px;
}
.demo-input-suffix .el-input {
margin-right: 15px;
}
.demo-layout .el-row {
margin-bottom: 20px
}
.demo-layout .el-row:last-child {
margin-bottom: 0
}
.demo-layout .el-col {
border-radius: 4px;
}
.demo-layout .bg-purple-dark {
background: #99a9bf;
}
.demo-layout .bg-purple {
background: #d3dce6;
}
.demo-layout .bg-purple-light {
background: #e5e9f2;
}
.demo-layout .grid-content {
border-radius: 4px;
min-height: 36px;
}
.demo-layout .row-bg {
padding: 10px 0;
background-color: #f9fafc;
}
.demo-loading .el-table {
border: none;
}
.demo-box.demo-menu .el-menu-demo {
padding-left: 55px;
}
.demo-box.demo-menu .el-menu-vertical-demo:not(.el-menu--collapse) {
width: 240px;
min-height: 400px;
}
.demo-box.demo-menu .line {
height: 1px;
background-color: #e0e6ed;
margin: 35px -24px;
}
.demo-box.demo-menu h5 {
font-size: 14px;
color: #8492a6;
margin-top: 10px;
}
.demo-box.demo-menu .tac {
text-align: center;
}
.demo-box.demo-menu .tac .el-menu-vertical-demo {
display: inline-block;
text-align: left;
}
.demo-pagination .source.first {
padding: 0;
}
.demo-pagination .first .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #EFF2F6;
display: inline-block;
width: 50%;
box-sizing: border-box
}
.demo-pagination .first .block:last-child {
border-right: none;
}
.demo-pagination .first .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-pagination .source.last {
padding: 0;
}
.demo-pagination .last .block {
padding: 30px 24px;
border-bottom: solid 1px #EFF2F6
}
.demo-pagination .last .block:last-child {
border-bottom: none;
}
.demo-pagination .last .demonstration {
font-size: 14px;
color: #8492a6;
line-height: 44px;
}
.demo-pagination .last .demonstration + .el-pagination {
float: right;
width: 70%;
margin: 5px 20px 0 0;
}
.demo-box.demo-popover .el-popover + .el-popover {
margin-left: 10px;
}
.demo-box.demo-popover .el-input {
width: 360px;
}
.demo-box.demo-popover .el-button {
margin-left: 10px;
}
.demo-box.demo-progress .el-progress--line {
margin-bottom: 15px;
width: 350px;
}
.demo-box.demo-progress .el-progress--circle {
margin-right: 15px;
}
.demo-rate .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #EFF2F6;
display: inline-block;
width: 50%;
box-sizing: border-box
}
.demo-rate .block:last-child {
border-right: none
}
.demo-rate .demonstration {
display: block;
color: #8492a6;
font-size: 14px;
margin-bottom: 20px;
}
.demo-select .el-select {
width: 240px;
}
.demo-box.demo-slider .source {
padding: 0;
}
.demo-box.demo-slider .block {
padding: 30px 24px;
overflow: hidden;
border-bottom: solid 1px #EFF2F6
}
.demo-box.demo-slider .block:last-child {
border-bottom: none;
}
.demo-box.demo-slider .demonstration {
font-size: 14px;
color: #8492a6;
line-height: 44px;
}
.demo-box.demo-slider .demonstration + .el-slider {
float: right;
width: 70%;
margin-right: 20px;
}
.demo-box.demo-switch .el-switch {
margin: 20px 20px 20px 0;
}
.el-table .warning-row {
background: oldlace;
}
.el-table .success-row {
background: #f0f9eb;
}
.demo-table .name-wrapper {
display: inline-block;
}
.demo-table .demo-table-expand label {
width: 90px;
color: #99a9bf;
}
.demo-table .demo-table-expand .el-form-item {
margin-right: 0;
margin-bottom: 0;
width: 50%;
}
.demo-box.demo-tag .el-tag + .el-tag {
margin-left: 10px;
}
.demo-box.demo-tag .button-new-tag {
margin-left: 10px;
height: 32px;
line-height: 30px;
padding-top: 0;
padding-bottom: 0;
}
.demo-box.demo-tag .input-new-tag {
width: 90px;
margin-left: 10px;
vertical-align: bottom;
}
.demo-box .el-date-editor + .el-date-editor {
margin-left: 10px;
}
.demo-tooltip .el-tooltip + .el-tooltip {
margin-left: 15px;
}
.demo-tooltip .box {
width: 400px;
}
.demo-tooltip .box .top {
text-align: center;
}
.demo-tooltip .box .left {
float: left;
width: 60px;
}
.demo-tooltip .box .right {
float: right;
width: 60px;
}
.demo-tooltip .box .bottom {
clear: both;
text-align: center;
}
.demo-tooltip .box .item {
margin: 4px;
}
.demo-tooltip .box .left .el-tooltip__popper, .demo-tooltip .box .right .el-tooltip__popper {
padding: 8px 10px;
}
.demo-tooltip .box .el-tooltip {
margin-left: 0;
}
.demo-transfer .transfer-footer {
margin-left: 15px;
padding: 6px 5px;
}
.transition-box {
margin-bottom: 10px;
width: 200px;
height: 100px;
border-radius: 4px;
background-color: #409EFF;
text-align: center;
color: #fff;
padding: 40px 20px;
margin-right: 20px;
box-sizing: border-box;
}
.demo-tree .leaf {
width: 20px;
background: #ddd;
}
.demo-tree .folder {
width: 20px;
background: #888;
}
.demo-tree .buttons {
margin-top: 20px;
}
.demo-tree .filter-tree {
margin-top: 20px;
}
.demo-tree .custom-tree-container {
display: -ms-flexbox;
display: flex;
margin: -24px;
}
.demo-tree .block {
-ms-flex: 1;
flex: 1;
padding: 8px 24px 24px;
}
.demo-tree .block > p {
text-align: center;
margin: 0;
line-height: 4;
}
.demo-tree .block:first-child {
border-right: solid 1px #eff2f6;
}
.demo-tree .custom-tree-node {
-ms-flex: 1;
flex: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 14px;
padding-right: 8px;
}
.demo-typo-box {
height: 200px;
width: 200px;
position: relative;
border: 1px solid #eaeefb;
font-size: 40px;
color: #1f2d3d;
text-align: center;
line-height: 162px;
padding-bottom: 36px;
box-sizing: border-box;
display: inline-block;
margin-right: 17px;
border-radius: 4px;
}
.demo-typo-box .name {
position: absolute;
bottom: 0;
width: 100%;
height: 35px;
border-top: 1px solid #eaeefb;
font-size: 14px;
color: #8492a6;
line-height: 35px;
text-align: left;
text-indent: 10px;
font-family: 'Helvetica Neue';
}
.demo-typo-size .h1 {
font-size: 20px;
}
.demo-typo-size .h2 {
font-size: 18px;
}
.demo-typo-size .h3 {
font-size: 16px;
}
.demo-typo-size .text-regular {
font-size: 14px;
}
.demo-typo-size .text-small {
font-size: 13px;
}
.demo-typo-size .text-smaller {
font-size: 12px;
}
.demo-typo-size .color-dark-light {
color: #99a9bf;
}
.typo-PingFang {
font-family: 'PingFang SC';
}
.typo-Hiragino {
font-family: 'Hiragino Sans GB';
}
.typo-Microsoft {
font-family: 'Microsoft YaHei';
}
/* 英文 */
.typo-Helvetica-Neue {
font-family: 'Helvetica Neue';
}
.typo-Helvetica {
font-family: 'Helvetica';
}
.typo-Arial {
font-family: 'Arial';
}
.upload-tip {
color: #8492a6;
font-size: 12px;
margin-top: 7px;
}
.demo-box {
margin-bottom: 24px;
}
.demo-box .upload-demo {
width: 360px;
}
.demo-box .avatar-uploader .el-upload {
border: 1px dashed #d9d9d9;
border-radius: 6px;
cursor: pointer;
position: relative;
overflow: hidden
}
.demo-box .avatar-uploader .el-upload:hover, .demo-box .avatar-uploader .el-upload:focus {
border-color: #409EFF;
}
.demo-box .avatar-uploader .avatar-uploader-icon {
font-size: 28px;
color: #8c939d;
width: 178px;
height: 178px;
line-height: 178px;
text-align: center;
}
.demo-box .avatar-uploader .avatar {
width: 178px;
height: 178px;
display: block;
} | 0.5144 | 0.07056 |
.b-my05 {
margin-top: calc(0.5 * var(--rs-block-space)) !important;
margin-bottom: calc(0.5 * var(--rs-block-space)) !important;
}
.b-my075 {
margin-top: calc(0.75 * var(--rs-block-space)) !important;
margin-bottom: calc(0.75 * var(--rs-block-space)) !important;
}
.b-my1 {
margin-top: var(--rs-block-space) !important;
margin-bottom: var(--rs-block-space) !important;
}
.b-my2 {
margin-top: calc(2 * var(--rs-block-space)) !important;
margin-bottom: calc(2 * var(--rs-block-space)) !important;
}
.b-my15 {
margin-top: calc(1.5 * var(--rs-block-space)) !important;
margin-bottom: calc(1.5 * var(--rs-block-space)) !important;
}
.b-my3 {
margin-top: calc(3 * var(--rs-block-space)) !important;
margin-bottom: calc(3 * var(--rs-block-space)) !important;
}
.b-my4 {
margin-top: calc(4 * var(--rs-block-space)) !important;
margin-bottom: calc(4 * var(--rs-block-space)) !important;
}
.b-mt05 {
margin-top: calc(0.5 * var(--rs-block-space)) !important;
}
.b-mt075 {
margin-top: calc(0.75 * var(--rs-block-space)) !important;
}
.b-mt1 {
margin-top: var(--rs-block-space) !important;
}
.b-mt2 {
margin-top: calc(2 * var(--rs-block-space)) !important;
}
.b-mt15 {
margin-top: calc(1.5 * var(--rs-block-space)) !important;
}
.b-mt3 {
margin-top: calc(3 * var(--rs-block-space)) !important;
}
.b-mt4 {
margin-top: calc(4 * var(--rs-block-space)) !important;
}
.b-mb05 {
margin-bottom: calc(0.5 * var(--rs-block-space)) !important;
}
.b-mb075 {
margin-bottom: calc(0.75 * var(--rs-block-space)) !important;
}
.b-mb1 {
margin-bottom: var(--rs-block-space) !important;
}
.b-mb2 {
margin-bottom: calc(2 * var(--rs-block-space)) !important;
}
.b-mb15 {
margin-bottom: calc(1.5 * var(--rs-block-space)) !important;
}
.b-mb3 {
margin-bottom: calc(3 * var(--rs-block-space)) !important;
}
.b-mb4 {
margin-bottom: calc(4 * var(--rs-block-space)) !important;
}
/*
2. Responsive padding blocks
*/
.b-py05 {
padding-top: calc(0.5 * var(--rs-block-space)) !important;
padding-bottom: calc(0.5 * var(--rs-block-space)) !important;
}
.b-py075 {
padding-top: calc(0.75 * var(--rs-block-space)) !important;
padding-bottom: calc(0.75 * var(--rs-block-space)) !important;
}
.b-py1 {
padding-top: var(--rs-block-space) !important;
padding-bottom: var(--rs-block-space) !important;
}
.b-py15 {
padding-top: calc(1.5 * var(--rs-block-space)) !important;
padding-bottom: calc(1.5 * var(--rs-block-space)) !important;
}
.b-py2 {
padding-top: calc(2 * var(--rs-block-space)) !important;
padding-bottom: calc(2 * var(--rs-block-space)) !important;
}
.b-py3 {
padding-top: calc(3 * var(--rs-block-space)) !important;
padding-bottom: calc(3 * var(--rs-block-space)) !important;
}
.b-py4 {
padding-top: calc(4 * var(--rs-block-space)) !important;
padding-bottom: calc(4 * var(--rs-block-space)) !important;
}
.b-pt05 {
padding-top: calc(0.5 * var(--rs-block-space)) !important;
}
.b-pt075 {
padding-top: calc(0.75 * var(--rs-block-space)) !important;
}
.b-pt1 {
padding-top: var(--rs-block-space) !important;
}
.b-pt15 {
padding-top: calc(1.5 * var(--rs-block-space)) !important;
}
.b-pt2 {
padding-top: calc(2 * var(--rs-block-space)) !important;
}
.b-pt3 {
padding-top: calc(3 * var(--rs-block-space)) !important;
}
.b-pt4 {
padding-top: calc(4 * var(--rs-block-space)) !important;
}
.b-pb05 {
padding-bottom: calc(0.5 * var(--rs-block-space)) !important;
}
.b-pb075 {
padding-bottom: calc(0.75 * var(--rs-block-space)) !important;
}
.b-pb1 {
padding-bottom: var(--rs-block-space) !important;
}
.b-pb15 {
padding-bottom: calc(1.5 * var(--rs-block-space)) !important;
}
.b-pb2 {
padding-bottom: calc(2 * var(--rs-block-space)) !important;
}
.b-pb3 {
padding-bottom: calc(3 * var(--rs-block-space)) !important;
}
.b-pb4 {
padding-bottom: calc(4 * var(--rs-block-space)) !important;
} | lib/utilities/responsive-block.css | .b-my05 {
margin-top: calc(0.5 * var(--rs-block-space)) !important;
margin-bottom: calc(0.5 * var(--rs-block-space)) !important;
}
.b-my075 {
margin-top: calc(0.75 * var(--rs-block-space)) !important;
margin-bottom: calc(0.75 * var(--rs-block-space)) !important;
}
.b-my1 {
margin-top: var(--rs-block-space) !important;
margin-bottom: var(--rs-block-space) !important;
}
.b-my2 {
margin-top: calc(2 * var(--rs-block-space)) !important;
margin-bottom: calc(2 * var(--rs-block-space)) !important;
}
.b-my15 {
margin-top: calc(1.5 * var(--rs-block-space)) !important;
margin-bottom: calc(1.5 * var(--rs-block-space)) !important;
}
.b-my3 {
margin-top: calc(3 * var(--rs-block-space)) !important;
margin-bottom: calc(3 * var(--rs-block-space)) !important;
}
.b-my4 {
margin-top: calc(4 * var(--rs-block-space)) !important;
margin-bottom: calc(4 * var(--rs-block-space)) !important;
}
.b-mt05 {
margin-top: calc(0.5 * var(--rs-block-space)) !important;
}
.b-mt075 {
margin-top: calc(0.75 * var(--rs-block-space)) !important;
}
.b-mt1 {
margin-top: var(--rs-block-space) !important;
}
.b-mt2 {
margin-top: calc(2 * var(--rs-block-space)) !important;
}
.b-mt15 {
margin-top: calc(1.5 * var(--rs-block-space)) !important;
}
.b-mt3 {
margin-top: calc(3 * var(--rs-block-space)) !important;
}
.b-mt4 {
margin-top: calc(4 * var(--rs-block-space)) !important;
}
.b-mb05 {
margin-bottom: calc(0.5 * var(--rs-block-space)) !important;
}
.b-mb075 {
margin-bottom: calc(0.75 * var(--rs-block-space)) !important;
}
.b-mb1 {
margin-bottom: var(--rs-block-space) !important;
}
.b-mb2 {
margin-bottom: calc(2 * var(--rs-block-space)) !important;
}
.b-mb15 {
margin-bottom: calc(1.5 * var(--rs-block-space)) !important;
}
.b-mb3 {
margin-bottom: calc(3 * var(--rs-block-space)) !important;
}
.b-mb4 {
margin-bottom: calc(4 * var(--rs-block-space)) !important;
}
/*
2. Responsive padding blocks
*/
.b-py05 {
padding-top: calc(0.5 * var(--rs-block-space)) !important;
padding-bottom: calc(0.5 * var(--rs-block-space)) !important;
}
.b-py075 {
padding-top: calc(0.75 * var(--rs-block-space)) !important;
padding-bottom: calc(0.75 * var(--rs-block-space)) !important;
}
.b-py1 {
padding-top: var(--rs-block-space) !important;
padding-bottom: var(--rs-block-space) !important;
}
.b-py15 {
padding-top: calc(1.5 * var(--rs-block-space)) !important;
padding-bottom: calc(1.5 * var(--rs-block-space)) !important;
}
.b-py2 {
padding-top: calc(2 * var(--rs-block-space)) !important;
padding-bottom: calc(2 * var(--rs-block-space)) !important;
}
.b-py3 {
padding-top: calc(3 * var(--rs-block-space)) !important;
padding-bottom: calc(3 * var(--rs-block-space)) !important;
}
.b-py4 {
padding-top: calc(4 * var(--rs-block-space)) !important;
padding-bottom: calc(4 * var(--rs-block-space)) !important;
}
.b-pt05 {
padding-top: calc(0.5 * var(--rs-block-space)) !important;
}
.b-pt075 {
padding-top: calc(0.75 * var(--rs-block-space)) !important;
}
.b-pt1 {
padding-top: var(--rs-block-space) !important;
}
.b-pt15 {
padding-top: calc(1.5 * var(--rs-block-space)) !important;
}
.b-pt2 {
padding-top: calc(2 * var(--rs-block-space)) !important;
}
.b-pt3 {
padding-top: calc(3 * var(--rs-block-space)) !important;
}
.b-pt4 {
padding-top: calc(4 * var(--rs-block-space)) !important;
}
.b-pb05 {
padding-bottom: calc(0.5 * var(--rs-block-space)) !important;
}
.b-pb075 {
padding-bottom: calc(0.75 * var(--rs-block-space)) !important;
}
.b-pb1 {
padding-bottom: var(--rs-block-space) !important;
}
.b-pb15 {
padding-bottom: calc(1.5 * var(--rs-block-space)) !important;
}
.b-pb2 {
padding-bottom: calc(2 * var(--rs-block-space)) !important;
}
.b-pb3 {
padding-bottom: calc(3 * var(--rs-block-space)) !important;
}
.b-pb4 {
padding-bottom: calc(4 * var(--rs-block-space)) !important;
} | 0.324449 | 0.21465 |
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');
* {
margin:0;
padding:0;
font-family:'Nunito', sans-serif;
}
body {
background-image: url('../img/wallpaper.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.container {
display:flex;
justify-content: center;
width: 100%;
margin-top: 100px;
}
.card{
background-color: #ffffff80;
padding: 30px;
border-radius: 4%;
box-shadow: 3px 3px 1px 0px #00000060;
}
h1{
text-align: center;
margin-bottom: 20px;
color: #272262;
}
.label-float input {
width: 100%;
padding:5px;
display: inline-block;
border: 0;
border-bottom: 2px solid #272262;
background-color: transparent;
outline:none;
min-width: 180px;
font-size: 16px;
transition: all 0.3s ease-out;
border-radius: 0;
}
.label-float {
position: relative;
padding-top: 13px;
margin-top:5%;
margin-bottom: 5%;
}
.label-float input:focus{
border-bottom: 2px solid #272262;
}
.label-float label{
color: #272262;
pointer-events: none;
position:absolute;
top:0;
left:0;
margin-top: 13px;
transition: all 0.3s ease-out;
}
.label-float input:focus + label{
font-size: 13px;
margin-top: #4038a0;
}
button {
background-color: transparent;
border-color: #272262;
color: #272262;
padding:7px;
margin-top: 20px;
margin-bottom: 10px;
font-weight: bold;
font-size: 12pt;
border-radius: 4px;
cursor: pointer;
outline: none;
transition: all 0.4s ease-out;
}
button:hover{
background-color: #8870FF;
color: #fff;
}
.justify-center {
display:flex;
justify-content:center;
}
hr{
margin-top: 10%;
margin-bottom: 10%;
width: 60%;
}
p {
color: #272262;
font-size: 14pt;
text-align: center;
}
a{
color:#8870FF;
font-weight: bold;
text-decoration: none;
transition: all 0.4s ease-out;
}
a:hover {
color: #000;
}@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');
* {
margin:0;
padding:0;
font-family:'Nunito', sans-serif;
}
body {
background-image: url('../img/wallpaper.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.container {
display:flex;
justify-content: center;
width: 100%;
margin-top: 100px;
}
.card{
background-color: #ffffff80;
width: 400px;
padding: 30px;
border-radius: 4%;
margin-left: 60px;
box-shadow: 3px 3px 1px 0px #00000060;
}
h1{
text-align: center;
margin-bottom: 20px;
color: #272262;
}
.label-float input {
width: 100%;
padding:5px;
display: inline-block;
border: 0;
border-bottom: 2px solid #272262;
background-color: transparent;
outline:none;
min-width: 180px;
font-size: 16px;
transition: all 0.3s ease-out;
border-radius: 0;
}
.label-float {
position: relative;
padding-top: 13px;
margin-top:5%;
margin-bottom: 5%;
}
.label-float input:focus{
border-bottom: 2px solid #272262;
}
.label-float label{
color: #272262;
pointer-events: none;
position:absolute;
top:0;
left:0;
margin-top: 13px;
transition: all 0.3s ease-out;
}
.label-float input:focus + label,
.label-float input:valid + label
{
font-size: 13px;
margin-top: 0;
color:#4038a0;;
}
button {
background-color: transparent;
border-color: #272262;
color: #272262;
padding:7px;
margin-top: 20px;
margin-bottom: 10px;
font-weight: bold;
font-size: 12pt;
border-radius: 4px;
cursor: pointer;
outline: none;
transition: all 0.4s ease-out;
}
button:hover{
background-color: #8870FF;
color: #fff;
}
.justify-center {
display:flex;
justify-content:center;
}
.fa-eye{
position: absolute;
top: 15px;
right: 10px;
color: #272262;
cursor: pointer;
}
#msgError{
text-align: center;
color:#ff0000;
background-color: #ffbbbb;
padding:10px;
border-radius: 4px;
display:none;
}
#msgSuccess{
text-align: center;
color:#00bb00;
background-color: #bbffbe;
padding:10px;
border-radius: 4px;
display:none;
} | telaCadastro/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');
* {
margin:0;
padding:0;
font-family:'Nunito', sans-serif;
}
body {
background-image: url('../img/wallpaper.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.container {
display:flex;
justify-content: center;
width: 100%;
margin-top: 100px;
}
.card{
background-color: #ffffff80;
padding: 30px;
border-radius: 4%;
box-shadow: 3px 3px 1px 0px #00000060;
}
h1{
text-align: center;
margin-bottom: 20px;
color: #272262;
}
.label-float input {
width: 100%;
padding:5px;
display: inline-block;
border: 0;
border-bottom: 2px solid #272262;
background-color: transparent;
outline:none;
min-width: 180px;
font-size: 16px;
transition: all 0.3s ease-out;
border-radius: 0;
}
.label-float {
position: relative;
padding-top: 13px;
margin-top:5%;
margin-bottom: 5%;
}
.label-float input:focus{
border-bottom: 2px solid #272262;
}
.label-float label{
color: #272262;
pointer-events: none;
position:absolute;
top:0;
left:0;
margin-top: 13px;
transition: all 0.3s ease-out;
}
.label-float input:focus + label{
font-size: 13px;
margin-top: #4038a0;
}
button {
background-color: transparent;
border-color: #272262;
color: #272262;
padding:7px;
margin-top: 20px;
margin-bottom: 10px;
font-weight: bold;
font-size: 12pt;
border-radius: 4px;
cursor: pointer;
outline: none;
transition: all 0.4s ease-out;
}
button:hover{
background-color: #8870FF;
color: #fff;
}
.justify-center {
display:flex;
justify-content:center;
}
hr{
margin-top: 10%;
margin-bottom: 10%;
width: 60%;
}
p {
color: #272262;
font-size: 14pt;
text-align: center;
}
a{
color:#8870FF;
font-weight: bold;
text-decoration: none;
transition: all 0.4s ease-out;
}
a:hover {
color: #000;
}@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');
* {
margin:0;
padding:0;
font-family:'Nunito', sans-serif;
}
body {
background-image: url('../img/wallpaper.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.container {
display:flex;
justify-content: center;
width: 100%;
margin-top: 100px;
}
.card{
background-color: #ffffff80;
width: 400px;
padding: 30px;
border-radius: 4%;
margin-left: 60px;
box-shadow: 3px 3px 1px 0px #00000060;
}
h1{
text-align: center;
margin-bottom: 20px;
color: #272262;
}
.label-float input {
width: 100%;
padding:5px;
display: inline-block;
border: 0;
border-bottom: 2px solid #272262;
background-color: transparent;
outline:none;
min-width: 180px;
font-size: 16px;
transition: all 0.3s ease-out;
border-radius: 0;
}
.label-float {
position: relative;
padding-top: 13px;
margin-top:5%;
margin-bottom: 5%;
}
.label-float input:focus{
border-bottom: 2px solid #272262;
}
.label-float label{
color: #272262;
pointer-events: none;
position:absolute;
top:0;
left:0;
margin-top: 13px;
transition: all 0.3s ease-out;
}
.label-float input:focus + label,
.label-float input:valid + label
{
font-size: 13px;
margin-top: 0;
color:#4038a0;;
}
button {
background-color: transparent;
border-color: #272262;
color: #272262;
padding:7px;
margin-top: 20px;
margin-bottom: 10px;
font-weight: bold;
font-size: 12pt;
border-radius: 4px;
cursor: pointer;
outline: none;
transition: all 0.4s ease-out;
}
button:hover{
background-color: #8870FF;
color: #fff;
}
.justify-center {
display:flex;
justify-content:center;
}
.fa-eye{
position: absolute;
top: 15px;
right: 10px;
color: #272262;
cursor: pointer;
}
#msgError{
text-align: center;
color:#ff0000;
background-color: #ffbbbb;
padding:10px;
border-radius: 4px;
display:none;
}
#msgSuccess{
text-align: center;
color:#00bb00;
background-color: #bbffbe;
padding:10px;
border-radius: 4px;
display:none;
} | 0.238373 | 0.064653 |
:root {
--my-yellow: #bbbb00;
--navigator: #002140;
--back: #303235;
--col: rgba(255, 255, 255, .65);
--blue: #1890ff;
--input: #505255;
--disabled-back: #111;
}
.layout-content,
.layout-content .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab,
.layout-content > .ant-tabs-card > .ant-tabs-content > .ant-tabs-tabpane,
.ant-table-tbody .ant-table-row-expand-icon-cell,
.ant-table-content .ant-table-footer,
.has-sticky-tabs-panel .panes-container > .ant-tabs > .ant-tabs-bar,
.ant-table-tbody > tr.ant-table-expanded-row[data-row-key]:hover > td,
tr.ant-table-expanded-row, tr.ant-table-expanded-row:hover,
td {
background: var(--back);
}
.toolbar i,
.ant-table-tbody i,
.ant-modal .ant-modal-title,
.ant-modal .ant-form-item-label > label,
.ant-modal .markdown,
.ant-modal .template-helper,
.ant-modal .ant-collapse > .ant-collapse-item > .ant-collapse-header,
.ant-checkbox-wrapper span,
.command-form .ant-form-item,
.select-group-inline .select-group-inline__label {
color: var(--col);
}
.ant-form,
table .ant-table-thead > tr > th,
.ant-table-tbody tr,
.ant-table-tbody tr.ant-table-expanded-row,
.ant-layout > .ant-layout-footer,
.ant-modal .ant-modal-header,
.ant-modal .ant-modal-body,
.ant-modal .ant-modal-footer,
.ant-modal .ant-collapse,
.ant-modal .ant-form,
.layout-content .ant-tabs {
background: var(--back);
color: var(--col);
}
.toolbar {
color: var(--col);
background: var(--navigator);
}
.layout-icon,
.legal-links a, .legal-links a:visited,
.model--group .container--editable-cell,
.model--test .container--editable-cell {
color: var(--my-yellow);
}
table .ant-table-tbody tr,
table .ant-table-tbody > tr > td {
border-bottom: none;
}
.ant-table-body .ant-btn,
.ant-table-footer .ant-btn{
background: var(--blue);
color: var(--col);
}
.ant-table-row-expand-icon-cell .ant-table-row-expand-icon,
.ant-table-row-expand-icon-cell .ant-table-row-expand-icon:focus {
font-size: 22px;
background: var(--blue);
color: var(--col);
}
.ant-table-tbody .ant-input,
.ant-modal .ant-select-selection,
.ant-modal .ant-input {
background-color: var(--input);
color: var(--col);
border-color: var(--my-yellow);
}
.ant-table-tbody .row-disabled > td {
background: var(--disabled-back);
}
.ant-table-tbody .row-disabled > td:hover {
background: var(--back)!important;
}
.ant-table-tbody i.comment-label {
font-size: 16px;
color: var(--my-yellow);
opacity: 0.6;
} | app/assets/dark.css | :root {
--my-yellow: #bbbb00;
--navigator: #002140;
--back: #303235;
--col: rgba(255, 255, 255, .65);
--blue: #1890ff;
--input: #505255;
--disabled-back: #111;
}
.layout-content,
.layout-content .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab,
.layout-content > .ant-tabs-card > .ant-tabs-content > .ant-tabs-tabpane,
.ant-table-tbody .ant-table-row-expand-icon-cell,
.ant-table-content .ant-table-footer,
.has-sticky-tabs-panel .panes-container > .ant-tabs > .ant-tabs-bar,
.ant-table-tbody > tr.ant-table-expanded-row[data-row-key]:hover > td,
tr.ant-table-expanded-row, tr.ant-table-expanded-row:hover,
td {
background: var(--back);
}
.toolbar i,
.ant-table-tbody i,
.ant-modal .ant-modal-title,
.ant-modal .ant-form-item-label > label,
.ant-modal .markdown,
.ant-modal .template-helper,
.ant-modal .ant-collapse > .ant-collapse-item > .ant-collapse-header,
.ant-checkbox-wrapper span,
.command-form .ant-form-item,
.select-group-inline .select-group-inline__label {
color: var(--col);
}
.ant-form,
table .ant-table-thead > tr > th,
.ant-table-tbody tr,
.ant-table-tbody tr.ant-table-expanded-row,
.ant-layout > .ant-layout-footer,
.ant-modal .ant-modal-header,
.ant-modal .ant-modal-body,
.ant-modal .ant-modal-footer,
.ant-modal .ant-collapse,
.ant-modal .ant-form,
.layout-content .ant-tabs {
background: var(--back);
color: var(--col);
}
.toolbar {
color: var(--col);
background: var(--navigator);
}
.layout-icon,
.legal-links a, .legal-links a:visited,
.model--group .container--editable-cell,
.model--test .container--editable-cell {
color: var(--my-yellow);
}
table .ant-table-tbody tr,
table .ant-table-tbody > tr > td {
border-bottom: none;
}
.ant-table-body .ant-btn,
.ant-table-footer .ant-btn{
background: var(--blue);
color: var(--col);
}
.ant-table-row-expand-icon-cell .ant-table-row-expand-icon,
.ant-table-row-expand-icon-cell .ant-table-row-expand-icon:focus {
font-size: 22px;
background: var(--blue);
color: var(--col);
}
.ant-table-tbody .ant-input,
.ant-modal .ant-select-selection,
.ant-modal .ant-input {
background-color: var(--input);
color: var(--col);
border-color: var(--my-yellow);
}
.ant-table-tbody .row-disabled > td {
background: var(--disabled-back);
}
.ant-table-tbody .row-disabled > td:hover {
background: var(--back)!important;
}
.ant-table-tbody i.comment-label {
font-size: 16px;
color: var(--my-yellow);
opacity: 0.6;
} | 0.382487 | 0.112869 |
/* START:notice */
#notice {
border: 2px solid red;
padding: 1em;
margin-bottom: 2em;
background-color: #f0f0f0;
font: bold smaller sans-serif;
}
/* END:notice */
h1 {
font: 150% sans-serif;
color: #226;
border-bottom: 3px dotted #77d;
}
/* Styles for products/index */
#product-index .list-image {
float: left;
width: 60px;
height: 70px;
}
#product-index .leftnav {
float: left;
}
#product-index .rightnav {
float: right;
clear: right;
width: 10%;
text-align: right;
}
#product-index .content {
width: 60%;
margin: 5px;
vertical-align: top;
height: 70px;
}
#product-index .title {
font-weight: bold;
font-size: larger;
}
#product-index .list-line-even {
background: #e0f8f8;
}
#product-index .list-line-odd {
background: #f8b0f8;
}
#product-show .show-image {
width: 60px;
height: 70px;
}
/* START:mainlayout */
/* Styles for main page */
#banner {
background: #9c9;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 2px solid;
/* JMT - was font: small-caps 40px/40px "Times New Roman", serif; */
font: small-caps;
font-size: 300%;
color: #282;
text-align: center;
}
#banner img {
float: left;
}
#columns {
background: #141;
}
#main {
margin-left: 13em;
padding-top: 4ex;
padding-left: 2em;
background: white;
}
#side {
float: left;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
width: 12em;
background: #141;
}
#side a {
color: #bfb;
font-size: small;
}
/* END:mainlayout */
/* An entry in the store catalog */
#store .oldentry {
overflow: auto;
margin-top: 1em;
border-bottom: 1px dotted #77d;
}
#store .newentry {
overflow: auto;
margin-top: 1em;
border-bottom: 1px dotted #77d;
}
#store .newentry .left {
float: left;
width: 15%;
}
#store .newentry .right {
float: right;
clear: right;
width: 80%;
}
#store .newentry .icon {
width: 100%;
}
#store .newentry .qrcode {
width: 100%;
}
#store .newentry h3 {
margin-top: 0;
margin-bottom: 2px;
color: #227;
}
#store .newentry p {
margin-top: 0.5em;
margin-bottom: 0.8em;
}
#store .newentry .button {
text-align: center;
}
#store .title {
font-size: 120%;
font-family: sans-serif;
}
#store .oldentry img {
width: 75px;
float: left;
}
#store .oldentry h3 {
margin-top: 0;
margin-bottom: 2px;
color: #227;
}
#store .oldentry p {
margin-top: 0.5em;
margin-bottom: 0.8em;
}
#store .oldentry .price-line {
clear: both;
}
#store .oldentry .add-to-cart {
position: relative;
}
#store .oldentry .price {
color: #44a;
font-weight: bold;
margin-right: 2em;
}
/* START:inline */
#store .oldentry form, #store .oldentry form div {
display: inline;
}
/* END:inline */
/* START:cartmain */
/* Styles for the cart in the main page */
.cart-title {
font: 120% bold;
}
.item-price, .total-line {
text-align: right;
}
.total-line .total-cell {
font-weight: bold;
border-top: 1px solid #595;
}
/* END:cartmain */
/* START:cartside */
/* Styles for the cart in the sidebar */
#cart, #cart table {
font-size: smaller;
color: white;
}
#cart table {
border-top: 1px dotted #595;
border-bottom: 1px dotted #595;
margin-bottom: 10px;
}
/* END:cartside */
/* START:form */
/* Styles for order form */
.depot-form fieldset {
background: #efe;
}
.depot-form legend {
color: #dfd;
background: #141;
font-family: sans-serif;
padding: 0.2em 1em;
}
.depot-form label {
width: 5em;
float: left;
text-align: right;
padding-top: 0.2em;
margin-right: 0.1em;
display: block;
}
.depot-form select, .depot-form textarea, .depot-form input {
margin-left: 0.5em;
}
.depot-form .submit {
margin-left: 4em;
}
.depot-form div {
margin: 0.5em 0;
}
/* END:form */
/* The error box */
.fieldWithErrors {
padding: 2px;
background-color: #EEFFEE;
display: inline;
}
.fieldWithErrors * {
background-color: red;
}
#errorExplanation {
width: 400px;
border: 2px solid red;
padding: 7px;
padding-bottom: 12px;
margin-bottom: 20px;
background-color: #f0f0f0;
}
#errorExplanation h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
font-size: 12px;
margin: -7px;
background-color: #c00;
color: #fff;
}
#errorExplanation p {
color: #333;
margin-bottom: 0;
padding: 5px;
}
#errorExplanation ul li {
font-size: 12px;
list-style: square;
}
/* START:i18n */
.locale {
float:right;
padding-top: 0.2em
}
/* END:i18n */
/* JMT - bits below are my efforts */
body {
font-family: sans-serif;
} | django/static/stylesheets/androidapps.css | /* START:notice */
#notice {
border: 2px solid red;
padding: 1em;
margin-bottom: 2em;
background-color: #f0f0f0;
font: bold smaller sans-serif;
}
/* END:notice */
h1 {
font: 150% sans-serif;
color: #226;
border-bottom: 3px dotted #77d;
}
/* Styles for products/index */
#product-index .list-image {
float: left;
width: 60px;
height: 70px;
}
#product-index .leftnav {
float: left;
}
#product-index .rightnav {
float: right;
clear: right;
width: 10%;
text-align: right;
}
#product-index .content {
width: 60%;
margin: 5px;
vertical-align: top;
height: 70px;
}
#product-index .title {
font-weight: bold;
font-size: larger;
}
#product-index .list-line-even {
background: #e0f8f8;
}
#product-index .list-line-odd {
background: #f8b0f8;
}
#product-show .show-image {
width: 60px;
height: 70px;
}
/* START:mainlayout */
/* Styles for main page */
#banner {
background: #9c9;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 2px solid;
/* JMT - was font: small-caps 40px/40px "Times New Roman", serif; */
font: small-caps;
font-size: 300%;
color: #282;
text-align: center;
}
#banner img {
float: left;
}
#columns {
background: #141;
}
#main {
margin-left: 13em;
padding-top: 4ex;
padding-left: 2em;
background: white;
}
#side {
float: left;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
width: 12em;
background: #141;
}
#side a {
color: #bfb;
font-size: small;
}
/* END:mainlayout */
/* An entry in the store catalog */
#store .oldentry {
overflow: auto;
margin-top: 1em;
border-bottom: 1px dotted #77d;
}
#store .newentry {
overflow: auto;
margin-top: 1em;
border-bottom: 1px dotted #77d;
}
#store .newentry .left {
float: left;
width: 15%;
}
#store .newentry .right {
float: right;
clear: right;
width: 80%;
}
#store .newentry .icon {
width: 100%;
}
#store .newentry .qrcode {
width: 100%;
}
#store .newentry h3 {
margin-top: 0;
margin-bottom: 2px;
color: #227;
}
#store .newentry p {
margin-top: 0.5em;
margin-bottom: 0.8em;
}
#store .newentry .button {
text-align: center;
}
#store .title {
font-size: 120%;
font-family: sans-serif;
}
#store .oldentry img {
width: 75px;
float: left;
}
#store .oldentry h3 {
margin-top: 0;
margin-bottom: 2px;
color: #227;
}
#store .oldentry p {
margin-top: 0.5em;
margin-bottom: 0.8em;
}
#store .oldentry .price-line {
clear: both;
}
#store .oldentry .add-to-cart {
position: relative;
}
#store .oldentry .price {
color: #44a;
font-weight: bold;
margin-right: 2em;
}
/* START:inline */
#store .oldentry form, #store .oldentry form div {
display: inline;
}
/* END:inline */
/* START:cartmain */
/* Styles for the cart in the main page */
.cart-title {
font: 120% bold;
}
.item-price, .total-line {
text-align: right;
}
.total-line .total-cell {
font-weight: bold;
border-top: 1px solid #595;
}
/* END:cartmain */
/* START:cartside */
/* Styles for the cart in the sidebar */
#cart, #cart table {
font-size: smaller;
color: white;
}
#cart table {
border-top: 1px dotted #595;
border-bottom: 1px dotted #595;
margin-bottom: 10px;
}
/* END:cartside */
/* START:form */
/* Styles for order form */
.depot-form fieldset {
background: #efe;
}
.depot-form legend {
color: #dfd;
background: #141;
font-family: sans-serif;
padding: 0.2em 1em;
}
.depot-form label {
width: 5em;
float: left;
text-align: right;
padding-top: 0.2em;
margin-right: 0.1em;
display: block;
}
.depot-form select, .depot-form textarea, .depot-form input {
margin-left: 0.5em;
}
.depot-form .submit {
margin-left: 4em;
}
.depot-form div {
margin: 0.5em 0;
}
/* END:form */
/* The error box */
.fieldWithErrors {
padding: 2px;
background-color: #EEFFEE;
display: inline;
}
.fieldWithErrors * {
background-color: red;
}
#errorExplanation {
width: 400px;
border: 2px solid red;
padding: 7px;
padding-bottom: 12px;
margin-bottom: 20px;
background-color: #f0f0f0;
}
#errorExplanation h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
font-size: 12px;
margin: -7px;
background-color: #c00;
color: #fff;
}
#errorExplanation p {
color: #333;
margin-bottom: 0;
padding: 5px;
}
#errorExplanation ul li {
font-size: 12px;
list-style: square;
}
/* START:i18n */
.locale {
float:right;
padding-top: 0.2em
}
/* END:i18n */
/* JMT - bits below are my efforts */
body {
font-family: sans-serif;
} | 0.229449 | 0.062018 |
* {
margin: 0;
padding: 0;
}
html {
overflow-x: hidden;
}
body {
/* Background pattern from Subtle Patterns */
background: url("../img/5591276.jpg");
background-repeat: no-repeat;
background-size: cover;
font-family: "Open Sans", sans-serif;
/*one Em roughly ten pixels (16 x 62.5% = 10)*/
font-size: 62.5%;
letter-spacing: 1.5px;
margin: 0;
text-align: center;
}
.container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 0.5em;
}
li {
list-style: none;
}
.card,
.btn {
cursor: pointer;
}
.btn {
border-radius: 2em;
border: none;
color: #fff;
box-shadow: 5px 2px 20px 0 rgba(103, 112, 121, 0.5);
padding: 2em;
}
/*----------------------------------
Header
------------------------------------*/
h1 {
font-family: sans-serif;
font-size: 40px;
font-weight: bold;
letter-spacing: -1px;
line-height: 1;
text-align: center;
margin-top: 1em;
}
p {
font-size: 1.6em;
}
h3 {
font-weight: 400;
}
/*----------------------------------
Section - Score Panel
------------------------------------*/
.score-panel {
font-size: 24px;
display: flex;
flex-direction: column;
margin: 2rem 2rem 1rem 2rem;
align-items: center;
justify-content: space-around;
width: 20rem;
height: 20rem;
}
.star-rating > li {
display: inline-block;
padding: 0.5em;
}
.reset-btn {
border-radius: 50%;
height: 2em;
width: 2em;
background: #1c9882;
display: flex;
justify-content: center;
align-items: center;
transition: all 100ms linear;
}
.reset-btn:hover {
transform: scale(1.05);
}
.timer-container {
background: rgb(255, 216, 209);
border-radius: 0.5em;
color: #000;
margin: 0.5em;
padding: 0.5em 1em;
box-shadow: 10px 10px 28px -11px rgba(0, 0, 0, 0.75);
}
/*----------------------------------
Section - Modal
------------------------------------*/
/* Modal (background) */
.modal {
/*Hidden by default */
display: none;
position: fixed;
z-index: 99;
left: 0;
top: 0;
width: 100%;
height: 100%;
/* Fallback color */
background-color: rgb(46, 61, 73);
/* With opacity */
background-color: rgba(46, 61, 73, 0.6);
}
/* Modal Content/Box */
.modal-content {
border-radius: 2rem;
/* display: flex;
flex-direction: column;
justify-content: center;
align-items: center; */
background-color: #fff;
/* 5% from the top and centered */
/* margin: 5% auto; */
margin-left: 8%;
border: 0.8em solid #43b538;
padding-right: 2em;
width: 80%;
}
/* Modal Details */
#modal-details {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: -10px;
padding-top: 0px;
}
/* The Close Button */
.close {
align-self: flex-end;
color: #28e;
font-size: 5em;
}
.close:hover,
.close:focus {
color: #5cf;
text-decoration: none;
cursor: pointer;
}
/* Modal Image*/
a {
color: rgb(255, 216, 209);
text-decoration: none;
}
.modal-img {
display: inline-block;
margin: 1em 0 1em;
width: 20em;
}
p.stats {
font-weight: 600;
}
p.stats:last-child {
margin-bottom: 1em;
}
.play-again-btn {
background: #28e;
margin: 2em 1em;
padding: 1em 2em;
}
/*----------------------------------
Deck of Cards
------------------------------------*/
/*Mobile first responsivness*/
.deck {
background: linear-gradient(
75deg,
rgba(255, 214, 153, 1) 0%,
rgba(255, 248, 203, 1) 60%,
rgba(255, 218, 212, 1) 100%
);
border-radius: 1.5em;
display: grid;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
justify-items: center;
margin-bottom: 6em;
padding: 0.5em;
width: 35em;
height: 35em;
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
0 15px 40px rgba(166, 173, 201, 0.2);
}
.easy {
grid-template-columns: 1fr 1fr;
}
.medium {
grid-template-columns: repeat(4, 1fr);
}
.hard {
grid-template-columns: repeat(4, 1fr);
}
.tilt {
perspective: 10rem;
}
.card {
border-radius: 0.5em;
height: 7em;
width: 7em;
box-shadow: 5px 0px 10px 4px rgba(158, 134, 140, 0.5);
}
/*
To disable the color highlight if and img is clicked
https://stackoverflow.com/questions/21107439/disable-or-change-firefoxs-element-image-highlight-color
*/
img {
user-select: none;
width: 4rem;
}
.deck img {
visibility: hidden;
}
.deck .card.flip {
/* background: #fff; */
cursor: default;
pointer-events: none;
}
.flip {
transition: transform 0.3s linear;
}
.flip img {
/* background: white; */
visibility: visible;
height: 100%;
}
.deck .card.match {
/* background: #0aff99; */
visibility: visible;
cursor: default;
animation: pulse 1s;
animation-fill-mode: forwards;
}
h4 {
width: 100%;
padding: 9px;
background: black;
color: white;
text-align: center;
/* center the title */
font-size: 20px;
/* set the font size */
}
@keyframes pulse {
0% {
transform: rotateX(0deg) rotateY(180deg) scale(1);
}
80% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
@media screen and (min-width: 550px) {
.deck {
height: 50em;
padding: 2em;
width: 50em;
}
.card {
height: 10em;
width: 10em;
}
.deck img {
width: 9em;
}
.modal-content h2 {
font-size: 4em;
}
.play-again-btn {
font-size: 1.8em;
}
}
/*----------------------------------
Desktops
------------------------------------*/
@media screen and (min-width: 800px) {
h1 {
font-size: 6em;
}
p {
font-size: 2.3em;
}
.deck {
height: 70em;
width: 70em;
}
.card {
height: 15em;
width: 15em;
}
.deck img {
width: 13em;
}
.reset-btn {
font-size: 0.8em;
}
.footer {
font-size: 1.2em;
}
.modal-content h2 {
font-size: 5em;
}
/* Modal Image*/
.modal-img {
width: 30em;
}
.play-again-btn {
font-size: 2em;
}
.score-panel {
flex-direction: row;
width: 48rem;
height: auto;
}
#easyGame:hover {
/* width: 150px; */
color: #19f006;
font-weight: bold;
/* font-size: 2.1em; */
box-shadow: 10px 10px 8px #888888;
transform: scale(1.1);
}
#mediumGame:hover {
color: yellow;
/* width: 160px; */
font-weight: bold;
/* font-size: 2.1em; */
box-shadow: 10px 10px 8px #888888;
transform: scale(1.1);
}
#hardGame:hover {
/* width: 150px; */
color: red;
font-weight: bold;
/* font-size: 2.1em; */
box-shadow: 10px 10px 8px #888888;
transform: scale(1.1);
}
#play-again:hover {
font-weight: bold;
box-shadow: 10px 10px 8px #888888;
transform: scale(1.1);
}
} | css/styles.css | * {
margin: 0;
padding: 0;
}
html {
overflow-x: hidden;
}
body {
/* Background pattern from Subtle Patterns */
background: url("../img/5591276.jpg");
background-repeat: no-repeat;
background-size: cover;
font-family: "Open Sans", sans-serif;
/*one Em roughly ten pixels (16 x 62.5% = 10)*/
font-size: 62.5%;
letter-spacing: 1.5px;
margin: 0;
text-align: center;
}
.container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 0.5em;
}
li {
list-style: none;
}
.card,
.btn {
cursor: pointer;
}
.btn {
border-radius: 2em;
border: none;
color: #fff;
box-shadow: 5px 2px 20px 0 rgba(103, 112, 121, 0.5);
padding: 2em;
}
/*----------------------------------
Header
------------------------------------*/
h1 {
font-family: sans-serif;
font-size: 40px;
font-weight: bold;
letter-spacing: -1px;
line-height: 1;
text-align: center;
margin-top: 1em;
}
p {
font-size: 1.6em;
}
h3 {
font-weight: 400;
}
/*----------------------------------
Section - Score Panel
------------------------------------*/
.score-panel {
font-size: 24px;
display: flex;
flex-direction: column;
margin: 2rem 2rem 1rem 2rem;
align-items: center;
justify-content: space-around;
width: 20rem;
height: 20rem;
}
.star-rating > li {
display: inline-block;
padding: 0.5em;
}
.reset-btn {
border-radius: 50%;
height: 2em;
width: 2em;
background: #1c9882;
display: flex;
justify-content: center;
align-items: center;
transition: all 100ms linear;
}
.reset-btn:hover {
transform: scale(1.05);
}
.timer-container {
background: rgb(255, 216, 209);
border-radius: 0.5em;
color: #000;
margin: 0.5em;
padding: 0.5em 1em;
box-shadow: 10px 10px 28px -11px rgba(0, 0, 0, 0.75);
}
/*----------------------------------
Section - Modal
------------------------------------*/
/* Modal (background) */
.modal {
/*Hidden by default */
display: none;
position: fixed;
z-index: 99;
left: 0;
top: 0;
width: 100%;
height: 100%;
/* Fallback color */
background-color: rgb(46, 61, 73);
/* With opacity */
background-color: rgba(46, 61, 73, 0.6);
}
/* Modal Content/Box */
.modal-content {
border-radius: 2rem;
/* display: flex;
flex-direction: column;
justify-content: center;
align-items: center; */
background-color: #fff;
/* 5% from the top and centered */
/* margin: 5% auto; */
margin-left: 8%;
border: 0.8em solid #43b538;
padding-right: 2em;
width: 80%;
}
/* Modal Details */
#modal-details {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: -10px;
padding-top: 0px;
}
/* The Close Button */
.close {
align-self: flex-end;
color: #28e;
font-size: 5em;
}
.close:hover,
.close:focus {
color: #5cf;
text-decoration: none;
cursor: pointer;
}
/* Modal Image*/
a {
color: rgb(255, 216, 209);
text-decoration: none;
}
.modal-img {
display: inline-block;
margin: 1em 0 1em;
width: 20em;
}
p.stats {
font-weight: 600;
}
p.stats:last-child {
margin-bottom: 1em;
}
.play-again-btn {
background: #28e;
margin: 2em 1em;
padding: 1em 2em;
}
/*----------------------------------
Deck of Cards
------------------------------------*/
/*Mobile first responsivness*/
.deck {
background: linear-gradient(
75deg,
rgba(255, 214, 153, 1) 0%,
rgba(255, 248, 203, 1) 60%,
rgba(255, 218, 212, 1) 100%
);
border-radius: 1.5em;
display: grid;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
justify-items: center;
margin-bottom: 6em;
padding: 0.5em;
width: 35em;
height: 35em;
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
0 15px 40px rgba(166, 173, 201, 0.2);
}
.easy {
grid-template-columns: 1fr 1fr;
}
.medium {
grid-template-columns: repeat(4, 1fr);
}
.hard {
grid-template-columns: repeat(4, 1fr);
}
.tilt {
perspective: 10rem;
}
.card {
border-radius: 0.5em;
height: 7em;
width: 7em;
box-shadow: 5px 0px 10px 4px rgba(158, 134, 140, 0.5);
}
/*
To disable the color highlight if and img is clicked
https://stackoverflow.com/questions/21107439/disable-or-change-firefoxs-element-image-highlight-color
*/
img {
user-select: none;
width: 4rem;
}
.deck img {
visibility: hidden;
}
.deck .card.flip {
/* background: #fff; */
cursor: default;
pointer-events: none;
}
.flip {
transition: transform 0.3s linear;
}
.flip img {
/* background: white; */
visibility: visible;
height: 100%;
}
.deck .card.match {
/* background: #0aff99; */
visibility: visible;
cursor: default;
animation: pulse 1s;
animation-fill-mode: forwards;
}
h4 {
width: 100%;
padding: 9px;
background: black;
color: white;
text-align: center;
/* center the title */
font-size: 20px;
/* set the font size */
}
@keyframes pulse {
0% {
transform: rotateX(0deg) rotateY(180deg) scale(1);
}
80% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
@media screen and (min-width: 550px) {
.deck {
height: 50em;
padding: 2em;
width: 50em;
}
.card {
height: 10em;
width: 10em;
}
.deck img {
width: 9em;
}
.modal-content h2 {
font-size: 4em;
}
.play-again-btn {
font-size: 1.8em;
}
}
/*----------------------------------
Desktops
------------------------------------*/
@media screen and (min-width: 800px) {
h1 {
font-size: 6em;
}
p {
font-size: 2.3em;
}
.deck {
height: 70em;
width: 70em;
}
.card {
height: 15em;
width: 15em;
}
.deck img {
width: 13em;
}
.reset-btn {
font-size: 0.8em;
}
.footer {
font-size: 1.2em;
}
.modal-content h2 {
font-size: 5em;
}
/* Modal Image*/
.modal-img {
width: 30em;
}
.play-again-btn {
font-size: 2em;
}
.score-panel {
flex-direction: row;
width: 48rem;
height: auto;
}
#easyGame:hover {
/* width: 150px; */
color: #19f006;
font-weight: bold;
/* font-size: 2.1em; */
box-shadow: 10px 10px 8px #888888;
transform: scale(1.1);
}
#mediumGame:hover {
color: yellow;
/* width: 160px; */
font-weight: bold;
/* font-size: 2.1em; */
box-shadow: 10px 10px 8px #888888;
transform: scale(1.1);
}
#hardGame:hover {
/* width: 150px; */
color: red;
font-weight: bold;
/* font-size: 2.1em; */
box-shadow: 10px 10px 8px #888888;
transform: scale(1.1);
}
#play-again:hover {
font-weight: bold;
box-shadow: 10px 10px 8px #888888;
transform: scale(1.1);
}
} | 0.517327 | 0.099908 |
@-moz-document domain("nanopool.org") {
body,
.footer {
background: #000;
color: #aaa;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
border: 1px solid #006098;
}
.nav-tabs {
border: 0;
}
.table,
.panel-body {
background: #000;
color: #eee;
}
.table-hover>tbody>tr:hover {
background: #222;
}
.highcharts-background {
fill: #000;
}
.panel-primary>.panel-heading,
.btn-primary,
.navbar-default {
background-color: #00263C;
border-color: #006098;
}
.panel-primary,
.table-bordered,
.tab-pane,
.border-primary {
border-color: #004D7A!important;
}
.navbar-default {
border-color: #00263C;
}
.alert-danger,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
border-color: #00263C;
background: #006098;
color: #f5f5f5;
}
ul.flip li div div.inn,
.flip-clock-wrapper ul {
background-color: #006098 !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #00263C;
}
.sidenav {
background:#000;
}
.sidenav > li.nav-header > a {
border: 1px solid #00263C;
background-color: #006098;
color:#f5f5f5;
}
.api th {
background-color: #222;
}
.well {
background:#111;
border-color:#111;
}
.label-default {
background-color: #111;
color:#eee;
}
.pagination>li>a, .pagination>li>span {
color: #00b7ff;
background-color: #000;
border: 1px solid #006098;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
z-index: 2;
color: #fff;
background-color: #006098;
border-color: #006098;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
color: #aea79f;
background-color: #000;
border-color: #006098;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
color: #fff;
background-color: #006098;
border-color: #006098;
}
.progress-bar {
background-color: #02314c;
}
.banner {
display: none!important;
}
.text {
fill: #fff!important;
}
} | data/usercss/147331.user.css | @-moz-document domain("nanopool.org") {
body,
.footer {
background: #000;
color: #aaa;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
border: 1px solid #006098;
}
.nav-tabs {
border: 0;
}
.table,
.panel-body {
background: #000;
color: #eee;
}
.table-hover>tbody>tr:hover {
background: #222;
}
.highcharts-background {
fill: #000;
}
.panel-primary>.panel-heading,
.btn-primary,
.navbar-default {
background-color: #00263C;
border-color: #006098;
}
.panel-primary,
.table-bordered,
.tab-pane,
.border-primary {
border-color: #004D7A!important;
}
.navbar-default {
border-color: #00263C;
}
.alert-danger,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
border-color: #00263C;
background: #006098;
color: #f5f5f5;
}
ul.flip li div div.inn,
.flip-clock-wrapper ul {
background-color: #006098 !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #00263C;
}
.sidenav {
background:#000;
}
.sidenav > li.nav-header > a {
border: 1px solid #00263C;
background-color: #006098;
color:#f5f5f5;
}
.api th {
background-color: #222;
}
.well {
background:#111;
border-color:#111;
}
.label-default {
background-color: #111;
color:#eee;
}
.pagination>li>a, .pagination>li>span {
color: #00b7ff;
background-color: #000;
border: 1px solid #006098;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
z-index: 2;
color: #fff;
background-color: #006098;
border-color: #006098;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
color: #aea79f;
background-color: #000;
border-color: #006098;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
color: #fff;
background-color: #006098;
border-color: #006098;
}
.progress-bar {
background-color: #02314c;
}
.banner {
display: none!important;
}
.text {
fill: #fff!important;
}
} | 0.208662 | 0.06767 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.