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 |
|---|---|---|---|---|
*{
margin:0px;
padding:0px;
font-family: Helvetica Neue;
}
body{
background-image: url(../imagenes/fondo-web.jpg);
background-repeat: no-repeat;
height: 100vh;
position: relative;
width: 100%;
background-size: cover;
}
div.h1{
position: relative;
width: 60%;
height: 100px;
left: 20%; /*(100%-60%)/2*/
top: 100px;
color: black;
}
header{
margin: auto;
width:auto;
height: 23%;
font-size: 1rem;
}
div.contenedor{
width: 10%;
height: 101px;
float:left;
-webkit-transition: height .4s;
}
div#uno{
background-color: rgb(208,101,3);
}
div#dos{
background-color: rgb(233,147,26);
}
div#tres{
background-color: rgb(22,145,190);
}
div#cuatro{
background-color: rgb(22,107,162);
}
div#cinco{
background-color: rgb(27,54,71);
}
div#seis{
background-color: rgb(35, 185, 136);
}
div#siete{
background-color: rgb(28, 98, 75 );
}
div#ocho{
background-color: rgb(28, 102, 111);
}
div#nueve{
background-color: rgb(20, 72, 79);
}
div#diez{
background-color: #FFFFFF;
}
img.icon{
display: block;
margin:auto;
background-color: rgba(255,255,255,.15);
width:20%;
padding:20px;
-webkit-border-radius: 50%;
-webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
-webkit-transition:box-shadow .4s;
}
img.icon:active{
border-width: 4px;
border-style: solid;
border-color: aqua;
width: 18%;
}
img.active{
border-width: 4px;
border-style: solid;
border-color: aqua;
width: 18%;
}
p.texto{
font-weight: bold;
font-size: 90%;
color:black;
text-align: center;
margin-top: 3%;
padding-top:0px;
opacity: .6;
-webkit-transition: padding-top .4s;
}
table.tabla{
width: 100%;
border-collapse: collapse;
border:solid 1px black;
}
table.tabla td, table.tabla th{
padding: 5px;
border:solid 1px black;
}
.contenedor > a{
color:black;
text-decoration: none
}
div.contenedor:hover{
height:150px;
}
div.contenedor:hover p.texto{
padding-top: 30px;
opacity: 1;
}
form.form{
padding: 10px;
background: rgba(255,255,255,0.7);
width: 400px;
border-radius: 5px;margin:0 auto;
box-shadow: 1px 1px 6px black;
}
form.form>h3, .form_table>h3{
text-align: center;
padding-bottom: 10px;
border-bottom: solid lightgray 3px;
margin-bottom: 10px;
font-family: arial;
}
table.table{
width: 100%;
border-collapse: collapse;
border: solid 1px black;
}
table.table td, table.table th {
padding: 5px;
border: solid 1px black;
}
.reportes_btn{
padding: 5px;
font-size: 14px;
font-family: arial;
}
.form_table{
padding: 10px;
background: rgba(255,255,255,0.7);
width: 60%;
border-radius: 5px;
margin: 0 auto;
box-shadow: 1px 1px 6px black;
}
div.contenedor:hover img.icon{
-webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}
/* CSS by CessareJulius */
.content-wrapper{
width: 60%;
margin:0 auto;
}
.main-content{
background: rgba(255,255,255,0.7);
padding: 10px;
border-radius: 5px;
box-shadow: 1px 1px 6px #000000b0;
}
.content-header{
padding-bottom: 10px;
border-bottom: solid lightgray 3px;
margin-bottom: 10px;
}
.content-header > .title{
text-align: center;
margin-bottom: 0;
}
div.row > .col-md-7{
position: absolute;
}
#alt-pg-dt_wrapper > .row:first-child > .col-md-6:last-child{
position: absolute;
}
.form-group > .form-control{
width: 88%;
}
.row > .ajust{
max-width: 44%;
}
div.errors{
background-color: #f34249d9;
color: white;
border-radius: 3px;
text-align:left;
padding-top: 1%;
padding-bottom: 1%;
margin-bottom: 4%;
}
.card{
border-color: #ffff;
position: relative;
width: 100%;
border: none;
margin-bottom: 30px;
box-shadow: 0 6px 0 0 rgba(0,0,0,0.01), 0 15px 32px 0 rgba(0,0,0,0.06);
transition: all 0.5s ease-in-out;
-webkit-border-radius: 4px;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
}
.col {
max-width: 50%;
}
.text-blue {
color: #19B5FE !important;
}
.fz-17 {
font-size: 17px !important;
}
.fw-700 {
font-weight: 700;
}
.img-menu-item{
background-image: url(../imagenes/fondo-web.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 28%;
height: 12vh;
position: relative;
}
}
@media (min-width: 768px){
.col-md-6 {
max-width: 58%;
}
} | public/css/estilo.css | *{
margin:0px;
padding:0px;
font-family: Helvetica Neue;
}
body{
background-image: url(../imagenes/fondo-web.jpg);
background-repeat: no-repeat;
height: 100vh;
position: relative;
width: 100%;
background-size: cover;
}
div.h1{
position: relative;
width: 60%;
height: 100px;
left: 20%; /*(100%-60%)/2*/
top: 100px;
color: black;
}
header{
margin: auto;
width:auto;
height: 23%;
font-size: 1rem;
}
div.contenedor{
width: 10%;
height: 101px;
float:left;
-webkit-transition: height .4s;
}
div#uno{
background-color: rgb(208,101,3);
}
div#dos{
background-color: rgb(233,147,26);
}
div#tres{
background-color: rgb(22,145,190);
}
div#cuatro{
background-color: rgb(22,107,162);
}
div#cinco{
background-color: rgb(27,54,71);
}
div#seis{
background-color: rgb(35, 185, 136);
}
div#siete{
background-color: rgb(28, 98, 75 );
}
div#ocho{
background-color: rgb(28, 102, 111);
}
div#nueve{
background-color: rgb(20, 72, 79);
}
div#diez{
background-color: #FFFFFF;
}
img.icon{
display: block;
margin:auto;
background-color: rgba(255,255,255,.15);
width:20%;
padding:20px;
-webkit-border-radius: 50%;
-webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
-webkit-transition:box-shadow .4s;
}
img.icon:active{
border-width: 4px;
border-style: solid;
border-color: aqua;
width: 18%;
}
img.active{
border-width: 4px;
border-style: solid;
border-color: aqua;
width: 18%;
}
p.texto{
font-weight: bold;
font-size: 90%;
color:black;
text-align: center;
margin-top: 3%;
padding-top:0px;
opacity: .6;
-webkit-transition: padding-top .4s;
}
table.tabla{
width: 100%;
border-collapse: collapse;
border:solid 1px black;
}
table.tabla td, table.tabla th{
padding: 5px;
border:solid 1px black;
}
.contenedor > a{
color:black;
text-decoration: none
}
div.contenedor:hover{
height:150px;
}
div.contenedor:hover p.texto{
padding-top: 30px;
opacity: 1;
}
form.form{
padding: 10px;
background: rgba(255,255,255,0.7);
width: 400px;
border-radius: 5px;margin:0 auto;
box-shadow: 1px 1px 6px black;
}
form.form>h3, .form_table>h3{
text-align: center;
padding-bottom: 10px;
border-bottom: solid lightgray 3px;
margin-bottom: 10px;
font-family: arial;
}
table.table{
width: 100%;
border-collapse: collapse;
border: solid 1px black;
}
table.table td, table.table th {
padding: 5px;
border: solid 1px black;
}
.reportes_btn{
padding: 5px;
font-size: 14px;
font-family: arial;
}
.form_table{
padding: 10px;
background: rgba(255,255,255,0.7);
width: 60%;
border-radius: 5px;
margin: 0 auto;
box-shadow: 1px 1px 6px black;
}
div.contenedor:hover img.icon{
-webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}
/* CSS by CessareJulius */
.content-wrapper{
width: 60%;
margin:0 auto;
}
.main-content{
background: rgba(255,255,255,0.7);
padding: 10px;
border-radius: 5px;
box-shadow: 1px 1px 6px #000000b0;
}
.content-header{
padding-bottom: 10px;
border-bottom: solid lightgray 3px;
margin-bottom: 10px;
}
.content-header > .title{
text-align: center;
margin-bottom: 0;
}
div.row > .col-md-7{
position: absolute;
}
#alt-pg-dt_wrapper > .row:first-child > .col-md-6:last-child{
position: absolute;
}
.form-group > .form-control{
width: 88%;
}
.row > .ajust{
max-width: 44%;
}
div.errors{
background-color: #f34249d9;
color: white;
border-radius: 3px;
text-align:left;
padding-top: 1%;
padding-bottom: 1%;
margin-bottom: 4%;
}
.card{
border-color: #ffff;
position: relative;
width: 100%;
border: none;
margin-bottom: 30px;
box-shadow: 0 6px 0 0 rgba(0,0,0,0.01), 0 15px 32px 0 rgba(0,0,0,0.06);
transition: all 0.5s ease-in-out;
-webkit-border-radius: 4px;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
}
.col {
max-width: 50%;
}
.text-blue {
color: #19B5FE !important;
}
.fz-17 {
font-size: 17px !important;
}
.fw-700 {
font-weight: 700;
}
.img-menu-item{
background-image: url(../imagenes/fondo-web.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 28%;
height: 12vh;
position: relative;
}
}
@media (min-width: 768px){
.col-md-6 {
max-width: 58%;
}
} | 0.17575 | 0.059866 |
-----------------------------------------------------------*/
@media (max-width: 1199px){
.widget-title p{
max-width : 70vw;
}
.widget-rooms-detail .room-booking h2,
.widget-rooms-detail .room-features h2{
font-size : 28px;
}
.widget-contact-form{
padding-top : 40px;
margin-top : 100px;
}
.widget-contact-form:after{
display : none;
}
.site-header .header-bottom{
min-height : inherit;
padding-bottom : 60px;
}
.site-header .header-bottom .header-logo{
position : relative;
top : 0;
left : 0;
width : 100%;
text-align : center;
-webkit-transform : none;
-moz-transform : none;
-ms-transform : none;
-o-transform : none;
transform : none;
}
.site-header .header-bottom .header-logo img{
max-width : 220px;
}
.site-header .header-bottom .header-nav{
display : none;
padding-top : 40px;
margin-left : -60px;
margin-right : -60px;
text-align : left;
}
.site-header .header-bottom .header-nav ul li a{
padding : 0 40px;
text-align : center;
}
.site-header .header-bottom .header-nav ul li.sub:after{
position : absolute;
top : 12px;
right : 20px;
content : "\f107";
display : inline-block;
font : normal normal normal 14px/1 FontAwesome;
font-size : 18px;
color : #828b9d;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
}
.site-header .header-bottom .header-nav > ul{
display : block;
}
.site-header .header-bottom .header-nav > ul > li{
float : none;
}
.site-header .header-bottom .header-nav > ul > li.sub > ul{
width : 100%;
position : static;
top : auto;
left : auto;
}
.site-header .header-bottom .header-nav > ul > li.sub:before,
.site-header .header-bottom .header-nav > ul > li.sub:hover:before{
display : none;
}
.site-header .header-bottom .header-nav > ul > li.sub ul li a{
text-align : center;
}
.site-header .header-bottom .header-nav > ul > li.sub ul li ul{
position : static;
top : auto;
left : auto;
}
.site-header .header-bottom .header-nav > ul.nav-left{
padding-right : 0;
}
.site-header .header-bottom .header-nav > ul.nav-right{
padding-left : 0;
}
.site-header .header-bottom .header-toggle{
display : inline-block;
}
.site-header.nav-open{
background : #24324a;
}
.site-header.nav-open .header-bottom .header-nav{
display : block;
}
.site-footer .footer-top:before{
display : none;
}
.site-footer .footer-top div[class*="col-"],
.site-footer .footer-top div[class*="col-"]:last-child{
text-align : center;
margin-top : 40px;
}
.site-footer .footer-top div[class*="col-"]:first-child{
margin-top : 0;
}
.site-footer .footer-top .widget-social-icons ul{
display : inline-block;
}
}
/* 02 - Max 991px
-----------------------------------------------------------*/
@media (max-width: 991px){
.wrapper,
.wrapper-inner{
padding-left : 40px;
padding-right : 40px;
}
.widget-slider .widget-carousel .owl-nav .owl-prev{
left : 40px;
}
.widget-slider .widget-carousel .owl-nav .owl-next{
right : 40px;
}
.widget-slider.has-rooms .slider-booking{
display : none;
}
.widget-about-promo{
background-image : none !important;
}
.widget-about-grid .widget-inner{
display : block;
-webkit-flex-flow : none;
flex-flow : none;
margin : 0;
}
.widget-about-grid .widget-inner .widget-item{
width : 100%;
-webkit-flex : none;
flex : none;
padding : 0;
margin-bottom : 100px;
}
.widget-about-grid .widget-inner .widget-item:last-child{
margin-bottom : 0;
}
.widget-rooms-list .rooms-item{
padding-left : 0;
padding-right : 0;
}
.widget-rooms-list .rooms-item .item-photo{
position : static;
top : auto;
left : auto;
width : 100%;
}
.widget-rooms-list .rooms-item .item-photo a{
padding-top : 100%;
height : auto;
}
.widget-rooms-list .rooms-item .item-price{
top : 20px;
right : 20px;
width : auto;
height : inherit;
border-left : 0;
background-color : #fff;
}
.widget-rooms-list .rooms-item .item-price:after{
display : none;
}
.widget-rooms-list .rooms-item .item-price .price-inner{
position : static;
top : inherit;
padding : 40px;
-webkit-transform : none;
-moz-transform : none;
-ms-transform : none;
-o-transform : none;
transform : none;
}
.widget-rooms-detail .room-booking,
.widget-rooms-detail .room-features{
margin-top : 50px;
}
.widget-rooms-detail .room-booking h2,
.widget-rooms-detail .room-features h2{
font-size : 42px;
}
.widget-offers-grid .offers-item{
width : 100%;
float : none;
margin-bottom : 40px;
}
.widget-offers-grid .offers-item .item-inner{
padding-top : 0;
}
.widget-offers-grid .offers-item .item-inner .item-photo{
width : 40%;
}
.widget-offers-grid .offers-item .item-inner .item-desc{
position : relative;
width : 100%;
padding : 40px;
padding-left : calc(40% + 30px);
}
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link{
position : relative;
padding : 0;
left : inherit;
bottom : inherit;
height : auto;
line-height : normal;
margin-top: 20px;
}
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before{
display : none;
}
.widget-offers-grid .offers-item:first-child{
padding-left : 0;
}
.widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-photo,
.widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-photo{
left : 0;
right : inherit;
}
.widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-desc,
.widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-desc{
right : inherit;
left : inherit;
}
.widget-offers-grid .offers-item:last-child{
margin-bottom : 0;
}
.widget-offers-grid .offers-item:last-child:before{
display : none;
}
.widget-offers-grid .wrapper-inner{
padding-bottom : 100px;
}
.widget-services-list .services-item .item-photo{
position : relative;
width : 100%;
padding-top : 100%;
}
.widget-services-list .services-item .item-photo:after{
display : none;
}
.widget-services-list .services-item .item-photo .photo-small{
bottom : 0;
right : 0;
border-width : 30px;
-webkit-box-shadow : none;
-moz-box-shadow : none;
box-shadow : none;
}
.widget-services-list .services-item .item-desc{
padding-left : 60px;
padding-top : 40px;
}
.widget-services-list .services-item:nth-child(even) .item-photo .photo-small{
left : 0;
}
.widget-services-list .services-item:nth-child(even) .item-desc{
padding-right : 60px;
}
.widget-booking-form .booking-detail{
margin-top : 100px;
}
.widget-blog-sidebar{
margin-top : 100px;
}
.site-header .header-bottom .header-nav{
margin-left : -40px;
margin-right : -40px;
}
.site-footer .footer-bottom .footer-contact ul li,
.site-footer .footer-bottom .footer-nav ul li{
float : none;
margin-bottom : 10px;
}
.site-footer .footer-bottom .footer-contact ul li:last-child,
.site-footer .footer-bottom .footer-nav ul li:last-child{
margin-bottom : 0;
}
}
/* 03 - Max 767px
-----------------------------------------------------------*/
@media (max-width: 767px){
.wrapper-inner,
.wrapper-full-inner{
padding-top : 40px;
padding-bottom : 40px;
}
.wrapper-full .widget-title,
.wrapper-full-inner .widget-title{
padding-left : 40px;
padding-right : 40px;
}
.widget-title{
margin-bottom : 40px;
}
.widget-title h2{
font-size : 34px;
}
.widget-title p{
max-width : 100%;
font-size : 14px;
line-height : 24px;
margin-top : 20px;
}
.widget-newsletter{
width : 100%;
}
.widget-contact-info{
text-align : center;
}
.widget-contact-form{
padding : 20px;
margin-top : 40px;
text-align : center;
}
.widget-contact-form .btn{
display : block;
width : 100%;
}
.widget-contact-review{
margin-top : 40px;
}
.widget-google-map .map-title{
-webkit-transform : translate(-50%, 0%);
-moz-transform : translate(-50%, 0%);
-ms-transform : translate(-50%, 0%);
-o-transform : translate(-50%, 0%);
transform : translate(-50%, 0%);
}
.widget-breadcrumb{
display : none;
}
.widget-pager{
margin-top : 40px;
}
.widget-page-title{
text-align : center;
margin-bottom : 32px;
}
.widget-page-title h5,
.widget-page-title h1,
.widget-page-title p{
width : 100%;
margin-top : 20px;
}
.widget-page-title h1{
font-size : 34px;
}
.widget-page-title p{
font-size : 14px;
line-height : 26px;
}
.widget-page-title .widget-background{
display : none;
}
.widget-page-title .wrapper-inner{
padding-top : 70px;
}
.widget-filter-top{
margin-bottom : 40px;
}
.widget-filter-top ul li{
float : none;
margin-right : 0;
}
.widget-filter-top ul li a{
width : 100%;
text-align : center;
}
.widget-filter-top ul li:last-child{
margin-bottom : 0;
}
.widget-slider .widget-carousel .slider-item{
padding-top : 240px;
}
.widget-slider .widget-carousel .slider-item .item-inner{
padding-left: 0;
padding-right: 0;
}
.widget-slider .widget-carousel .slider-item .item-inner h1{
font-size : 42px;
margin-bottom : 10px;
}
.widget-slider .widget-carousel .slider-item .item-inner h2{
font-size : 24px;
}
.widget-slider .widget-carousel .owl-nav{
position : absolute;
left : 0;
bottom : 120px;
width : 100%;
}
.widget-slider .widget-carousel .owl-nav [class*="owl-"]{
position : static;
top : inherit;
margin : 0 10px;
}
.widget-slider .widget-carousel .owl-nav .owl-prev{
left : auto;
}
.widget-slider .widget-carousel .owl-nav .owl-next{
left : auto;
}
.widget-about-promo .widget-inner h2,
.widget-about-promo .widget-inner h5{
text-align : center;
}
.widget-about-promo .widget-inner h2{
font-size : 34px;
margin-bottom : 40px;
}
.widget-about-promo .widget-inner p{
font-size : 14px;
line-height : 26px;
margin-bottom : 40px;
}
.widget-about-promo .widget-inner .btn{
display : block;
width : 100%;
margin-top : 40px;
}
.widget-about-grid .widget-inner .widget-item{
margin-bottom : 40px;
}
.widget-about-grid .widget-inner .widget-item h2,
.widget-about-grid .widget-inner .widget-item h5{
text-align : center;
}
.widget-history-timeline ul:after{
display : none;
}
.widget-history-timeline ul{
padding : 0;
}
.widget-history-timeline ul li{
text-align : center;
margin-bottom : 40px;
}
.widget-history-timeline ul li:after{
display : none;
}
.widget-history-timeline ul li h5{
position : static;
top : inherit;
max-width : 100%;
margin-top : 0;
margin-bottom : 5px;
}
.widget-history-timeline ul li:nth-child(odd){
padding-left : 0;
}
.widget-history-timeline ul li:nth-child(odd) h5{
left : inherit;
}
.widget-history-timeline ul li:nth-child(even){
padding-right : 0;
text-align : center;
}
.widget-history-timeline ul li:nth-child(even) h5{
right : inherit;
}
.widget-history-timeline ul li:nth-child(even) h5{
right : inherit;
}
.widget-offers-grid .offers-item .item-inner .item-photo{
position : relative;
width : 100%;
padding-top : 100%;
}
.widget-offers-grid .offers-item .item-inner .item-desc{
padding : 20px;
text-align : center;
}
.widget-offers-grid .wrapper-inner{
padding-bottom : 40px;
}
.widget-features-grid .features-item{
border-width : 10px;
}
.widget-features-grid .features-item a{
padding : 60px 20px 20px;
}
.widget-features-grid .features-item h3{
margin-bottom : 0;
text-align : center;
}
.widget-features-grid .features-item p{
display : none;
}
.widget-rooms-carousel .rooms-item .item-desc{
padding : 20px 20px 40px;
}
.widget-rooms-list .rooms-item .item-desc{
padding : 20px;
text-align : center;
}
.widget-rooms-list .rooms-item .item-desc p{
font-size : 14px;
line-height : 26px;
}
.widget-rooms-list .rooms-item .item-desc .desc-features ul li{
float : none;
width : 100%;
text-align : left;
}
.widget-rooms-list .rooms-item .item-price{
position : static;
top : auto;
right : auto;
padding : 20px;
border-top : 1px solid #e1e1e1;
}
.widget-rooms-list .rooms-item .item-price .price-inner{
padding : 0;
}
.widget-rooms-detail .room-slider a{
height : 300px;
}
.widget-rooms-detail .room-slider .room-price{
font-size : 18px;
}
.widget-rooms-detail .room-slider .room-price small{
top : -1px;
}
.widget-rooms-detail .room-thumbnails{
display : none;
}
.widget-rooms-detail .room-booking h2,
.widget-rooms-detail .room-features h2{
font-size : 28px;
}
.widget-rooms-detail .room-booking,
.widget-rooms-detail .room-features{
padding : 20px;
margin-top : 40px;
}
.widget-services-list .services-item{
margin-bottom : 50px;
}
.widget-services-list .services-item .item-photo .photo-big{
border-width : 20px;
}
.widget-services-list .services-item .item-photo .photo-small{
display : none;
}
.widget-services-list .services-item .item-photo .btn{
left : 20px;
right : 20px;
bottom : 20px;
}
.widget-services-list .services-item .item-desc{
text-align : center;
padding : 5px 20px 20px 20px;
}
.widget-services-list .services-item .item-desc h2,
.widget-services-list .services-item .item-desc h5{
text-align : center;
}
.widget-services-list .services-item .item-desc h2{
margin-bottom : 20px;
font-size : 28px;
}
.widget-services-list .services-item .item-desc p{
font-size : 14px;
line-height : 26px;
}
.widget-services-list .services-item:nth-child(even) .item-photo .btn{
left : 20px;
right : 20px;
bottom : 20px;
}
.widget-services-list .services-item:nth-child(even) .item-desc{
padding : 5px 20px 20px 20px;
}
.widget-gallery-carousel .widget-carousel:before,
.widget-gallery-carousel .widget-carousel:after{
display : none;
}
.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a{
top : 0;
bottom : 0;
left : 0;
right : 0;
border : 0 solid #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev{
left : 0;
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-next{
right : 0;
}
.widget-blog-carousel .blog-item .item-desc{
text-align : center;
}
.widget-blog-list .blog-item{
padding-left: 0;
}
.widget-blog-list .blog-item .item-media{
position : relative;
top : inherit;
left : inherit;
width : 100%;
height : auto;
padding-top : 100%;
}
.widget-blog-list .blog-item .item-media:after{
display : none;
}
.widget-blog-list .blog-item .item-desc{
padding : 5px 20px 20px 20px;
text-align : center;
}
.widget-blog-list .blog-item .item-desc h2{
font-size : 24px;
}
.widget-blog-list .blog-item .item-desc h5{
line-height : 20px;
}
.widget-blog-single .single-detail{
padding : 20px;
}
.widget-blog-single .single-detail .detail-head{
padding : 20px;
margin-top : -20px;
margin-left : -20px;
margin-right : -20px;
line-height : 20px;
}
.widget-blog-single .single-comments{
padding : 20px;
}
.widget-blog-single .single-comments .comments-list .comment{
padding-left : 0;
}
.widget-blog-single .single-comments .comments-list .comment .comment-avatar{
display : none;
}
.widget-blog-single .single-comments .comments-form{
padding-top : 30px;
}
.widget-blog-single .single-comments .comments-form .btn{
display : block;
width : 100%;
}
.widget-blog-sidebar{
margin-top : 40px;
padding-left : 0;
}
.widget-booking-form .booking-form,
.widget-booking-form .booking-complete,
.widget-booking-form .booking-detail{
padding : 20px;
}
.widget-booking-form .booking-form h2 + p{
margin-bottom : 20px;
}
.widget-booking-form .booking-form .btn{
display : block;
width : 100%;
}
.widget-booking-form .booking-form .data-form div[class*="col-"]:last-child{
margin-bottom : 0;
}
.widget-booking-form .booking-detail{
margin-top : 40px;
}
.widget-booking-form .booking-help{
margin-top : 40px;
padding : 20px;
}
.widget-booking-form .booking-help h3{
font-size : 18px;
}
.site-header .header-top{
display : none;
}
.site-header .header-bottom{
padding-top : 60px;
}
.site-header .header-bottom .header-toggle{
top : inherit;
right : inherit;
left : 50%;
bottom : -30px;
-webkit-transform : translateX(-50%);
-moz-transform : translateX(-50%);
-ms-transform : translateX(-50%);
-o-transform : translateX(-50%);
transform : translateX(-50%);
}
.site-footer .footer-top{
padding-top : 40px;
padding-bottom : 40px;
}
}
/* 04 - Min 1200px
-----------------------------------------------------------*/
@media (min-width: 1200px){
}
/* 05 - Min 992px
-----------------------------------------------------------*/
@media (min-width: 992px){
}
/* 06 - Min 768px
-----------------------------------------------------------*/
@media (min-width: 768px){
} | web/assets/css/responsive.css | -----------------------------------------------------------*/
@media (max-width: 1199px){
.widget-title p{
max-width : 70vw;
}
.widget-rooms-detail .room-booking h2,
.widget-rooms-detail .room-features h2{
font-size : 28px;
}
.widget-contact-form{
padding-top : 40px;
margin-top : 100px;
}
.widget-contact-form:after{
display : none;
}
.site-header .header-bottom{
min-height : inherit;
padding-bottom : 60px;
}
.site-header .header-bottom .header-logo{
position : relative;
top : 0;
left : 0;
width : 100%;
text-align : center;
-webkit-transform : none;
-moz-transform : none;
-ms-transform : none;
-o-transform : none;
transform : none;
}
.site-header .header-bottom .header-logo img{
max-width : 220px;
}
.site-header .header-bottom .header-nav{
display : none;
padding-top : 40px;
margin-left : -60px;
margin-right : -60px;
text-align : left;
}
.site-header .header-bottom .header-nav ul li a{
padding : 0 40px;
text-align : center;
}
.site-header .header-bottom .header-nav ul li.sub:after{
position : absolute;
top : 12px;
right : 20px;
content : "\f107";
display : inline-block;
font : normal normal normal 14px/1 FontAwesome;
font-size : 18px;
color : #828b9d;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
}
.site-header .header-bottom .header-nav > ul{
display : block;
}
.site-header .header-bottom .header-nav > ul > li{
float : none;
}
.site-header .header-bottom .header-nav > ul > li.sub > ul{
width : 100%;
position : static;
top : auto;
left : auto;
}
.site-header .header-bottom .header-nav > ul > li.sub:before,
.site-header .header-bottom .header-nav > ul > li.sub:hover:before{
display : none;
}
.site-header .header-bottom .header-nav > ul > li.sub ul li a{
text-align : center;
}
.site-header .header-bottom .header-nav > ul > li.sub ul li ul{
position : static;
top : auto;
left : auto;
}
.site-header .header-bottom .header-nav > ul.nav-left{
padding-right : 0;
}
.site-header .header-bottom .header-nav > ul.nav-right{
padding-left : 0;
}
.site-header .header-bottom .header-toggle{
display : inline-block;
}
.site-header.nav-open{
background : #24324a;
}
.site-header.nav-open .header-bottom .header-nav{
display : block;
}
.site-footer .footer-top:before{
display : none;
}
.site-footer .footer-top div[class*="col-"],
.site-footer .footer-top div[class*="col-"]:last-child{
text-align : center;
margin-top : 40px;
}
.site-footer .footer-top div[class*="col-"]:first-child{
margin-top : 0;
}
.site-footer .footer-top .widget-social-icons ul{
display : inline-block;
}
}
/* 02 - Max 991px
-----------------------------------------------------------*/
@media (max-width: 991px){
.wrapper,
.wrapper-inner{
padding-left : 40px;
padding-right : 40px;
}
.widget-slider .widget-carousel .owl-nav .owl-prev{
left : 40px;
}
.widget-slider .widget-carousel .owl-nav .owl-next{
right : 40px;
}
.widget-slider.has-rooms .slider-booking{
display : none;
}
.widget-about-promo{
background-image : none !important;
}
.widget-about-grid .widget-inner{
display : block;
-webkit-flex-flow : none;
flex-flow : none;
margin : 0;
}
.widget-about-grid .widget-inner .widget-item{
width : 100%;
-webkit-flex : none;
flex : none;
padding : 0;
margin-bottom : 100px;
}
.widget-about-grid .widget-inner .widget-item:last-child{
margin-bottom : 0;
}
.widget-rooms-list .rooms-item{
padding-left : 0;
padding-right : 0;
}
.widget-rooms-list .rooms-item .item-photo{
position : static;
top : auto;
left : auto;
width : 100%;
}
.widget-rooms-list .rooms-item .item-photo a{
padding-top : 100%;
height : auto;
}
.widget-rooms-list .rooms-item .item-price{
top : 20px;
right : 20px;
width : auto;
height : inherit;
border-left : 0;
background-color : #fff;
}
.widget-rooms-list .rooms-item .item-price:after{
display : none;
}
.widget-rooms-list .rooms-item .item-price .price-inner{
position : static;
top : inherit;
padding : 40px;
-webkit-transform : none;
-moz-transform : none;
-ms-transform : none;
-o-transform : none;
transform : none;
}
.widget-rooms-detail .room-booking,
.widget-rooms-detail .room-features{
margin-top : 50px;
}
.widget-rooms-detail .room-booking h2,
.widget-rooms-detail .room-features h2{
font-size : 42px;
}
.widget-offers-grid .offers-item{
width : 100%;
float : none;
margin-bottom : 40px;
}
.widget-offers-grid .offers-item .item-inner{
padding-top : 0;
}
.widget-offers-grid .offers-item .item-inner .item-photo{
width : 40%;
}
.widget-offers-grid .offers-item .item-inner .item-desc{
position : relative;
width : 100%;
padding : 40px;
padding-left : calc(40% + 30px);
}
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link{
position : relative;
padding : 0;
left : inherit;
bottom : inherit;
height : auto;
line-height : normal;
margin-top: 20px;
}
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before{
display : none;
}
.widget-offers-grid .offers-item:first-child{
padding-left : 0;
}
.widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-photo,
.widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-photo{
left : 0;
right : inherit;
}
.widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-desc,
.widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-desc{
right : inherit;
left : inherit;
}
.widget-offers-grid .offers-item:last-child{
margin-bottom : 0;
}
.widget-offers-grid .offers-item:last-child:before{
display : none;
}
.widget-offers-grid .wrapper-inner{
padding-bottom : 100px;
}
.widget-services-list .services-item .item-photo{
position : relative;
width : 100%;
padding-top : 100%;
}
.widget-services-list .services-item .item-photo:after{
display : none;
}
.widget-services-list .services-item .item-photo .photo-small{
bottom : 0;
right : 0;
border-width : 30px;
-webkit-box-shadow : none;
-moz-box-shadow : none;
box-shadow : none;
}
.widget-services-list .services-item .item-desc{
padding-left : 60px;
padding-top : 40px;
}
.widget-services-list .services-item:nth-child(even) .item-photo .photo-small{
left : 0;
}
.widget-services-list .services-item:nth-child(even) .item-desc{
padding-right : 60px;
}
.widget-booking-form .booking-detail{
margin-top : 100px;
}
.widget-blog-sidebar{
margin-top : 100px;
}
.site-header .header-bottom .header-nav{
margin-left : -40px;
margin-right : -40px;
}
.site-footer .footer-bottom .footer-contact ul li,
.site-footer .footer-bottom .footer-nav ul li{
float : none;
margin-bottom : 10px;
}
.site-footer .footer-bottom .footer-contact ul li:last-child,
.site-footer .footer-bottom .footer-nav ul li:last-child{
margin-bottom : 0;
}
}
/* 03 - Max 767px
-----------------------------------------------------------*/
@media (max-width: 767px){
.wrapper-inner,
.wrapper-full-inner{
padding-top : 40px;
padding-bottom : 40px;
}
.wrapper-full .widget-title,
.wrapper-full-inner .widget-title{
padding-left : 40px;
padding-right : 40px;
}
.widget-title{
margin-bottom : 40px;
}
.widget-title h2{
font-size : 34px;
}
.widget-title p{
max-width : 100%;
font-size : 14px;
line-height : 24px;
margin-top : 20px;
}
.widget-newsletter{
width : 100%;
}
.widget-contact-info{
text-align : center;
}
.widget-contact-form{
padding : 20px;
margin-top : 40px;
text-align : center;
}
.widget-contact-form .btn{
display : block;
width : 100%;
}
.widget-contact-review{
margin-top : 40px;
}
.widget-google-map .map-title{
-webkit-transform : translate(-50%, 0%);
-moz-transform : translate(-50%, 0%);
-ms-transform : translate(-50%, 0%);
-o-transform : translate(-50%, 0%);
transform : translate(-50%, 0%);
}
.widget-breadcrumb{
display : none;
}
.widget-pager{
margin-top : 40px;
}
.widget-page-title{
text-align : center;
margin-bottom : 32px;
}
.widget-page-title h5,
.widget-page-title h1,
.widget-page-title p{
width : 100%;
margin-top : 20px;
}
.widget-page-title h1{
font-size : 34px;
}
.widget-page-title p{
font-size : 14px;
line-height : 26px;
}
.widget-page-title .widget-background{
display : none;
}
.widget-page-title .wrapper-inner{
padding-top : 70px;
}
.widget-filter-top{
margin-bottom : 40px;
}
.widget-filter-top ul li{
float : none;
margin-right : 0;
}
.widget-filter-top ul li a{
width : 100%;
text-align : center;
}
.widget-filter-top ul li:last-child{
margin-bottom : 0;
}
.widget-slider .widget-carousel .slider-item{
padding-top : 240px;
}
.widget-slider .widget-carousel .slider-item .item-inner{
padding-left: 0;
padding-right: 0;
}
.widget-slider .widget-carousel .slider-item .item-inner h1{
font-size : 42px;
margin-bottom : 10px;
}
.widget-slider .widget-carousel .slider-item .item-inner h2{
font-size : 24px;
}
.widget-slider .widget-carousel .owl-nav{
position : absolute;
left : 0;
bottom : 120px;
width : 100%;
}
.widget-slider .widget-carousel .owl-nav [class*="owl-"]{
position : static;
top : inherit;
margin : 0 10px;
}
.widget-slider .widget-carousel .owl-nav .owl-prev{
left : auto;
}
.widget-slider .widget-carousel .owl-nav .owl-next{
left : auto;
}
.widget-about-promo .widget-inner h2,
.widget-about-promo .widget-inner h5{
text-align : center;
}
.widget-about-promo .widget-inner h2{
font-size : 34px;
margin-bottom : 40px;
}
.widget-about-promo .widget-inner p{
font-size : 14px;
line-height : 26px;
margin-bottom : 40px;
}
.widget-about-promo .widget-inner .btn{
display : block;
width : 100%;
margin-top : 40px;
}
.widget-about-grid .widget-inner .widget-item{
margin-bottom : 40px;
}
.widget-about-grid .widget-inner .widget-item h2,
.widget-about-grid .widget-inner .widget-item h5{
text-align : center;
}
.widget-history-timeline ul:after{
display : none;
}
.widget-history-timeline ul{
padding : 0;
}
.widget-history-timeline ul li{
text-align : center;
margin-bottom : 40px;
}
.widget-history-timeline ul li:after{
display : none;
}
.widget-history-timeline ul li h5{
position : static;
top : inherit;
max-width : 100%;
margin-top : 0;
margin-bottom : 5px;
}
.widget-history-timeline ul li:nth-child(odd){
padding-left : 0;
}
.widget-history-timeline ul li:nth-child(odd) h5{
left : inherit;
}
.widget-history-timeline ul li:nth-child(even){
padding-right : 0;
text-align : center;
}
.widget-history-timeline ul li:nth-child(even) h5{
right : inherit;
}
.widget-history-timeline ul li:nth-child(even) h5{
right : inherit;
}
.widget-offers-grid .offers-item .item-inner .item-photo{
position : relative;
width : 100%;
padding-top : 100%;
}
.widget-offers-grid .offers-item .item-inner .item-desc{
padding : 20px;
text-align : center;
}
.widget-offers-grid .wrapper-inner{
padding-bottom : 40px;
}
.widget-features-grid .features-item{
border-width : 10px;
}
.widget-features-grid .features-item a{
padding : 60px 20px 20px;
}
.widget-features-grid .features-item h3{
margin-bottom : 0;
text-align : center;
}
.widget-features-grid .features-item p{
display : none;
}
.widget-rooms-carousel .rooms-item .item-desc{
padding : 20px 20px 40px;
}
.widget-rooms-list .rooms-item .item-desc{
padding : 20px;
text-align : center;
}
.widget-rooms-list .rooms-item .item-desc p{
font-size : 14px;
line-height : 26px;
}
.widget-rooms-list .rooms-item .item-desc .desc-features ul li{
float : none;
width : 100%;
text-align : left;
}
.widget-rooms-list .rooms-item .item-price{
position : static;
top : auto;
right : auto;
padding : 20px;
border-top : 1px solid #e1e1e1;
}
.widget-rooms-list .rooms-item .item-price .price-inner{
padding : 0;
}
.widget-rooms-detail .room-slider a{
height : 300px;
}
.widget-rooms-detail .room-slider .room-price{
font-size : 18px;
}
.widget-rooms-detail .room-slider .room-price small{
top : -1px;
}
.widget-rooms-detail .room-thumbnails{
display : none;
}
.widget-rooms-detail .room-booking h2,
.widget-rooms-detail .room-features h2{
font-size : 28px;
}
.widget-rooms-detail .room-booking,
.widget-rooms-detail .room-features{
padding : 20px;
margin-top : 40px;
}
.widget-services-list .services-item{
margin-bottom : 50px;
}
.widget-services-list .services-item .item-photo .photo-big{
border-width : 20px;
}
.widget-services-list .services-item .item-photo .photo-small{
display : none;
}
.widget-services-list .services-item .item-photo .btn{
left : 20px;
right : 20px;
bottom : 20px;
}
.widget-services-list .services-item .item-desc{
text-align : center;
padding : 5px 20px 20px 20px;
}
.widget-services-list .services-item .item-desc h2,
.widget-services-list .services-item .item-desc h5{
text-align : center;
}
.widget-services-list .services-item .item-desc h2{
margin-bottom : 20px;
font-size : 28px;
}
.widget-services-list .services-item .item-desc p{
font-size : 14px;
line-height : 26px;
}
.widget-services-list .services-item:nth-child(even) .item-photo .btn{
left : 20px;
right : 20px;
bottom : 20px;
}
.widget-services-list .services-item:nth-child(even) .item-desc{
padding : 5px 20px 20px 20px;
}
.widget-gallery-carousel .widget-carousel:before,
.widget-gallery-carousel .widget-carousel:after{
display : none;
}
.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a{
top : 0;
bottom : 0;
left : 0;
right : 0;
border : 0 solid #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev{
left : 0;
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-next{
right : 0;
}
.widget-blog-carousel .blog-item .item-desc{
text-align : center;
}
.widget-blog-list .blog-item{
padding-left: 0;
}
.widget-blog-list .blog-item .item-media{
position : relative;
top : inherit;
left : inherit;
width : 100%;
height : auto;
padding-top : 100%;
}
.widget-blog-list .blog-item .item-media:after{
display : none;
}
.widget-blog-list .blog-item .item-desc{
padding : 5px 20px 20px 20px;
text-align : center;
}
.widget-blog-list .blog-item .item-desc h2{
font-size : 24px;
}
.widget-blog-list .blog-item .item-desc h5{
line-height : 20px;
}
.widget-blog-single .single-detail{
padding : 20px;
}
.widget-blog-single .single-detail .detail-head{
padding : 20px;
margin-top : -20px;
margin-left : -20px;
margin-right : -20px;
line-height : 20px;
}
.widget-blog-single .single-comments{
padding : 20px;
}
.widget-blog-single .single-comments .comments-list .comment{
padding-left : 0;
}
.widget-blog-single .single-comments .comments-list .comment .comment-avatar{
display : none;
}
.widget-blog-single .single-comments .comments-form{
padding-top : 30px;
}
.widget-blog-single .single-comments .comments-form .btn{
display : block;
width : 100%;
}
.widget-blog-sidebar{
margin-top : 40px;
padding-left : 0;
}
.widget-booking-form .booking-form,
.widget-booking-form .booking-complete,
.widget-booking-form .booking-detail{
padding : 20px;
}
.widget-booking-form .booking-form h2 + p{
margin-bottom : 20px;
}
.widget-booking-form .booking-form .btn{
display : block;
width : 100%;
}
.widget-booking-form .booking-form .data-form div[class*="col-"]:last-child{
margin-bottom : 0;
}
.widget-booking-form .booking-detail{
margin-top : 40px;
}
.widget-booking-form .booking-help{
margin-top : 40px;
padding : 20px;
}
.widget-booking-form .booking-help h3{
font-size : 18px;
}
.site-header .header-top{
display : none;
}
.site-header .header-bottom{
padding-top : 60px;
}
.site-header .header-bottom .header-toggle{
top : inherit;
right : inherit;
left : 50%;
bottom : -30px;
-webkit-transform : translateX(-50%);
-moz-transform : translateX(-50%);
-ms-transform : translateX(-50%);
-o-transform : translateX(-50%);
transform : translateX(-50%);
}
.site-footer .footer-top{
padding-top : 40px;
padding-bottom : 40px;
}
}
/* 04 - Min 1200px
-----------------------------------------------------------*/
@media (min-width: 1200px){
}
/* 05 - Min 992px
-----------------------------------------------------------*/
@media (min-width: 992px){
}
/* 06 - Min 768px
-----------------------------------------------------------*/
@media (min-width: 768px){
} | 0.307462 | 0.064271 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Proxima Nova',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f2f3f7;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Extrabld.eot');
src: local('Proxima Nova Extrabold'), local('ProximaNova-Extrabld'),
url('./fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-Extrabld.woff') format('woff'),
url('./fonts/ProximaNova-Extrabld.ttf') format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Regular.eot');
src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
url('./fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-Regular.woff') format('woff'),
url('./fonts/ProximaNova-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Semibold.eot');
src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
url('./fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-Semibold.woff') format('woff'),
url('./fonts/ProximaNova-Semibold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Black.eot');
src: local('Proxima Nova Black'), local('ProximaNova-Black'),
url('./fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-Black.woff') format('woff'),
url('./fonts/ProximaNova-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Bold.eot');
src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
url('./fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-Bold.woff') format('woff'),
url('./fonts/ProximaNova-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNovaT-Thin.eot');
src: local('Proxima Nova Thin'), local('ProximaNovaT-Thin'),
url('./fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNovaT-Thin.woff') format('woff'),
url('./fonts/ProximaNovaT-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Light.eot');
src: local('Proxima Nova Light'), local('ProximaNova-Light'),
url('./fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-Light.woff') format('woff'),
url('./fonts/ProximaNova-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-ThinIt.eot');
src: local('Proxima Nova Thin Italic'), local('ProximaNova-ThinIt'),
url('./fonts/ProximaNova-ThinIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-ThinIt.woff') format('woff'),
url('./fonts/ProximaNova-ThinIt.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-LightIt.eot');
src: local('Proxima Nova Light Italic'), local('ProximaNova-LightIt'),
url('./fonts/ProximaNova-LightIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-LightIt.woff') format('woff'),
url('./fonts/ProximaNova-LightIt.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-SemiboldIt.eot');
src: local('Proxima Nova Semibold Italic'), local('ProximaNova-SemiboldIt'),
url('./fonts/ProximaNova-SemiboldIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-SemiboldIt.woff') format('woff'),
url('./fonts/ProximaNova-SemiboldIt.ttf') format('truetype');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-RegularIt.eot');
src: local('Proxima Nova Regular Italic'), local('ProximaNova-RegularIt'),
url('./fonts/ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-RegularIt.woff') format('woff'),
url('./fonts/ProximaNova-RegularIt.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-BoldIt.eot');
src: local('Proxima Nova Bold Italic'), local('ProximaNova-BoldIt'),
url('./fonts/ProximaNova-BoldIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-BoldIt.woff') format('woff'),
url('./fonts/ProximaNova-BoldIt.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-ExtrabldIt.eot');
src: local('Proxima Nova Extrabold Italic'), local('ProximaNova-ExtrabldIt'),
url('./fonts/ProximaNova-ExtrabldIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-ExtrabldIt.woff') format('woff'),
url('./fonts/ProximaNova-ExtrabldIt.ttf') format('truetype');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-BlackIt.eot');
src: local('Proxima Nova Black Italic'), local('ProximaNova-BlackIt'),
url('./fonts/ProximaNova-BlackIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-BlackIt.woff') format('woff'),
url('./fonts/ProximaNova-BlackIt.ttf') format('truetype');
font-weight: 900;
font-style: italic;
} | src/index.css | body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Proxima Nova',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f2f3f7;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Extrabld.eot');
src: local('Proxima Nova Extrabold'), local('ProximaNova-Extrabld'),
url('./fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-Extrabld.woff') format('woff'),
url('./fonts/ProximaNova-Extrabld.ttf') format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Regular.eot');
src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
url('./fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-Regular.woff') format('woff'),
url('./fonts/ProximaNova-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Semibold.eot');
src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
url('./fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-Semibold.woff') format('woff'),
url('./fonts/ProximaNova-Semibold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Black.eot');
src: local('Proxima Nova Black'), local('ProximaNova-Black'),
url('./fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-Black.woff') format('woff'),
url('./fonts/ProximaNova-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Bold.eot');
src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
url('./fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-Bold.woff') format('woff'),
url('./fonts/ProximaNova-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNovaT-Thin.eot');
src: local('Proxima Nova Thin'), local('ProximaNovaT-Thin'),
url('./fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNovaT-Thin.woff') format('woff'),
url('./fonts/ProximaNovaT-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Light.eot');
src: local('Proxima Nova Light'), local('ProximaNova-Light'),
url('./fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-Light.woff') format('woff'),
url('./fonts/ProximaNova-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-ThinIt.eot');
src: local('Proxima Nova Thin Italic'), local('ProximaNova-ThinIt'),
url('./fonts/ProximaNova-ThinIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-ThinIt.woff') format('woff'),
url('./fonts/ProximaNova-ThinIt.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-LightIt.eot');
src: local('Proxima Nova Light Italic'), local('ProximaNova-LightIt'),
url('./fonts/ProximaNova-LightIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-LightIt.woff') format('woff'),
url('./fonts/ProximaNova-LightIt.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-SemiboldIt.eot');
src: local('Proxima Nova Semibold Italic'), local('ProximaNova-SemiboldIt'),
url('./fonts/ProximaNova-SemiboldIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-SemiboldIt.woff') format('woff'),
url('./fonts/ProximaNova-SemiboldIt.ttf') format('truetype');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-RegularIt.eot');
src: local('Proxima Nova Regular Italic'), local('ProximaNova-RegularIt'),
url('./fonts/ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-RegularIt.woff') format('woff'),
url('./fonts/ProximaNova-RegularIt.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-BoldIt.eot');
src: local('Proxima Nova Bold Italic'), local('ProximaNova-BoldIt'),
url('./fonts/ProximaNova-BoldIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-BoldIt.woff') format('woff'),
url('./fonts/ProximaNova-BoldIt.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-ExtrabldIt.eot');
src: local('Proxima Nova Extrabold Italic'), local('ProximaNova-ExtrabldIt'),
url('./fonts/ProximaNova-ExtrabldIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-ExtrabldIt.woff') format('woff'),
url('./fonts/ProximaNova-ExtrabldIt.ttf') format('truetype');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-BlackIt.eot');
src: local('Proxima Nova Black Italic'), local('ProximaNova-BlackIt'),
url('./fonts/ProximaNova-BlackIt.eot?#iefix') format('embedded-opentype'),
url('./fonts/ProximaNova-BlackIt.woff') format('woff'),
url('./fonts/ProximaNova-BlackIt.ttf') format('truetype');
font-weight: 900;
font-style: italic;
} | 0.194827 | 0.095097 |
@charset "UTF-8";
body {
font-family: 'Roboto', sans-serif;
transition: all 0.5s;
}
h1{
color: #66bbff;
}
p {
margin-bottom: 0px;
font-size: 14px;
color: #4a4a4a;
line-height: 24px;
}
a {
text-decoration: none!important;
}
.copyright-text {
text-transform: uppercase;
}
.main-button a {
background-color: #3a8bcd;
border-radius: 5px;
padding: 10px 15px;
display: inline-block;
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.4px;
text-decoration: none;
transition: all 0.5s;
}
.main-button a:hover {
opacity: 0.7;
}
.section-heading {
margin-top: 80px;
margin-bottom: 40px;
}
.section-heading .line-dec {
width: 30px;
height: 5px;
background-color: #3a8bcd;
}
.section-heading h1 {
font-size: 22px;
font-weight: 700;
color: #1e1e1e;
margin-top: 15px;
}
/* Pre Header Style */
#pre-header {
background-color: #0d0d0e;
text-align: center;
}
#pre-header span {
color: #fff;
font-size: 15px;
padding: 10px 0px;
display: inline-block;
}
/* Header Style */
.navbar .navbar-brand {
text-align: center;
width: 100%;
position: relative;
padding: 25px 0px;
}
.bg-dark {
background-color: #fff!important;
border-bottom: 1px solid #eee;
}
#navbarResponsive {
z-index: 999;
position: absolute;
left: 50%;
top: 105px;
transform: translateX(-50%);
}
.navbar-dark .navbar-nav .nav-item {
margin: 0px 15px;
}
.navbar-dark .navbar-nav .nav-link {
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
color: #1e1e1e;
transition: all 0.5s;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
color: #3a8bcd;
}
.navbar:after {
width: 100%;
height: 1px;
background-color: #eee;
content: '';
position: absolute;
left: 0;
bottom: -52px;
}
.navbar-dark .navbar-toggler-icon {
background-image: none;
}
.navbar-dark .navbar-toggler {
border-color: #3a8bcd;
background-color: #3a8bcd;
height: 50px;
outline: none;
}
.navbar-dark .navbar-toggler-icon:after {
content: '\f0c9';
color: #FFF;
font-size: 22px;
line-height: 30px;
font-family: 'FontAwesome';
}
/* Banner Style */
.banner {
margin-top: 50px;
background-image: url(../images/banner-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
padding: 150px 0px;
background-position: center center;
}
.banner .caption {
background-color: rgba(250,250,250,0.9);
padding: 30px;
max-width: 450px;
}
.banner .caption h2 {
margin-top: 0px;
margin-bottom: 15px;
font-size: 24px;
font-weight: 700;
color: #1e1e1e;
}
.banner .caption .line-dec {
width: 30px;
height: 5px;
background-color: #3a8bcd;
}
.banner .caption p {
margin-top: 15px;
margin-bottom: 20px;
}
/* Featured Style */
.featured-items {
margin-bottom: 70px;
}
.featured-item {
border-radius: 5px;
border: 1px solid #eee;
padding: 20px;
transition: all 0.5s;
}
.featured-item:hover {
opacity: 0.9;
}
.featured-item img {
width: 100%;
}
.featured-item h4 {
font-size: 17px;
font-weight: 700;
color: #1e1e1e;
margin-top: 15px;
transition: all 0.5s;
}
.featured-item:hover h4 {
color: #3a8bcd;
}
.featured-item h6 {
color: #3a8bcd;
font-size: 15px;
font-weight: 700;
margin-bottom: 0px;
}
.owl-theme .owl-dots {
text-align: center;
margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot {
outline: none;
}
.owl-theme .owl-dots .active span {
background-color: #3a8bcd!important;
}
.owl-theme .owl-dots .owl-dot span {
background-color: #aaa;
width: 8px;
height: 8px;
display: inline-block;
margin: 0px 5px;
outline: none;
}
/* Subscribe Style */
.subscribe-form {
background-color: #3a8bcd;
padding: 80px 0px;
text-align: center;
border-radius: 1300px 0px 0px 0px ;
}
.subscribe-form .section-heading {
margin-top: 0px;
}
.subscribe-form .section-heading h1 {
color: #fff;
}
.subscribe-form .section-heading .line-dec {
background-color: #fff;
margin: 0 auto;
}
.subscribe-form .main-content p {
font-size: 17px;
color: #fff;
margin-bottom: 30px;
}
.subscribe-form .main-content form {
color: #fff;
display: inline;
}
.subscribe-form .main-content form input {
display: inline;
}
.subscribe-form .main-content form input {
width: 100%;
height: 46px;
border: 1px solid #fff;
background-color: transparent;
padding-left: 15px;
color: #fff;
outline: none;
}
.subscribe-form .main-content form button:focus {
color: #fff!important;
}
.subscribe-form .main-content form button {
width: 100%;
height: 45px;
cursor: pointer;
background-color: #fff;
outline: none;
border-radius: 5px;
padding: 10px 15px;
display: inline-block;
color: #3a8bcd;
font-size: 14px;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.4px;
text-decoration: none;
transition: all 0.5s;
box-shadow: none;
border: none;
}
/* Footer Style */
.footer {
text-align: center;
}
.footer ul {
padding: 0px;
margin: 0px;
}
.footer ul li {
list-style: none;
display: inline-block;
}
.footer .logo img {
max-width: 100%;
margin-top: 60px;
margin-bottom: 40px;
}
.footer .footer-menu {
margin-bottom: 40px;
}
.footer .footer-menu ul li {
margin: 0px 15px;
}
.footer .footer-menu a {
font-size: 13px;
color: #7a7a7a;
text-transform: uppercase;
transition: all 0.5s;
}
.footer .footer-menu a:hover {
color: #3a8bcd;
text-decoration: none;
}
.footer .social-icons {
margin-bottom: 60px;
}
.footer .social-icons ul li {
margin: 0px 10px;
}
.footer .social-icons a {
width: 32px;
height: 32px;
color: #fff;
background-color: #aaa;
text-align: center;
display: inline-block;
line-height: 33px;
border-radius: 50%;
font-size: 13px;
transition: all 0.5s;
}
.footer .social-icons a:hover {
background-color: #3a8bcd;
}
/* Sub Footer Style */
.sub-footer {
border-top: 1px solid #eee;
text-align: center;
}
.sub-footer p {
font-size: 12px;
color: #7a7a7a;
line-height: 60px;
}
.sub-footer a {
color: #3a8bcd;
text-decoration: none;
}
/* Featured Page Style */
.featured-page {
margin-top: 130px;
margin-bottom: 40px;
}
.featured-page .section-heading {
margin-top: 0px;
margin-bottom: 0px;
}
.featured-page #filters {
margin-top: 15px;
text-align: right;
}
.featured .featured-item {
margin-bottom: 30px;
text-decoration: none;
}
.featured .featured-item h4 {
transition: all 0.5s;
}
.featured .featured-item:hover h4 {
color: #3a8bcd;
}
#filter button {
outline: none;
}
#filter .btn-primary.focus,
.btn-primary:focus {
color: #3a8bcd!important;
box-shadow: none!important;
}
#filters .btn-primary {
color: #1e1e1e;
border: none;
font-size: 15px;
font-weight: 700;
background-color: transparent;
}
/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
}
.page-navigation ul {
text-align: center;
border-top: 1px solid #eee;
padding: 30px 0px 0px 0px;
margin: 0px 0px 80px 0px;
}
.page-navigation ul li {
display: inline-block;
}
.page-navigation ul li a {
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 38px;
border: 1px solid #eee;
border-radius: 5px;
font-weight: 700;
color: #1e1e1e;
font-size: 15px;
text-decoration: none;
transition: all 0.5s;
}
.page-navigation ul li a:hover,
.page-navigation ul li.current-page a {
background-color: #3a8bcd;
border-color: #3a8bcd;
color: #fff;
}
/* Single Product Style */
.single-product .product-slider {
padding: 20px;
border: 1px solid #eee!important;
border-radius: 5px;
}
.flexslider {
border: none!important;
}
#carousel {
margin-top: 20px;
}
#carousel .slides li {
width: 150px!important;
}
.single-product .right-content h4 {
font-size: 17px;
font-weight: 700;
margin-top: 0px;
}
.single-product .right-content h6 {
color: #3a8bcd;
font-size: 17px;
font-weight: 700;
margin-top: 10px;
}
.single-product .right-content p {
margin-top: 20px;
margin-bottom: 30px;
}
.single-product .right-content span {
font-size: 14px;
color: #3a8bcd;
font-weight: 500;
display: inline-block;
margin-bottom: 15px;
}
.single-product .right-content label {
font-size: 14px;
color: #4a4a4a;
}
.single-product .right-content .quantity-text {
margin-left: 10px;
width: 44px;
height: 44px;
line-height: 42px;
font-size: 14px;
font-weight: 700;
color: #4a4a4a;
display: inline-block;
text-align: center;
outline: none;
border: 1px solid #eee;
}
.single-product .right-content .button {
margin-left: 15px;
cursor: pointer;
background-color: #3a8bcd;
outline: none;
border-radius: 5px;
padding: 10px 15px;
display: inline-block;
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.4px;
text-decoration: none;
transition: all 0.5s;
box-shadow: none;
border: none;
}
.single-product .right-content .down-content span {
margin-bottom: 0px;
display: inline-block;
margin-left: 8px;
color: #aaa;
}
.single-product .right-content .down-content span a {
color: #aaa;
font-weight: 400;
margin-left: 4px;
transition: all 0.5s;
}
.single-product .right-content .down-content span a:hover {
color: #3a8bcd;
}
.single-product .right-content .down-content span a:hover i {
background-color: #3a8bcd;
}
.single-product .right-content .down-content span a i {
transition: all 0.5s;
background-color: #aaa;
width: 26px;
height: 26px;
display: inline-block;
text-align: center;
line-height: 26px;
border-radius: 50%;
color: #fff;
font-size: 12px;
margin-right: 5px;
}
.single-product .right-content .down-content .categories {
border-top: 1px solid #eee;
margin-top: 30px;
padding: 10px 0px;
}
.single-product .right-content .down-content .share {
border-top: 1px solid #eee;
padding: 10px 0px;
}
.single-product .right-content .down-content h6 {
font-size: 14px;
color: #4a4a4a;
font-weight: 400;
}
/* About Us Style */
.about-page {
margin-top: 50px;
margin-bottom: 80px;
}
.about-page .right-content h4 {
font-size: 17px;
font-weight: 700;
margin-top: 0px;
margin-bottom: 20px;
}
.about-page .left-image img {
max-width: 100%;
}
.about-page .right-content span {
display: inline-block;
margin-left: 8px;
}
.about-page .right-content span a i {
transition: all 0.5s;
background-color: #aaa;
width: 26px;
height: 26px;
display: inline-block;
text-align: center;
line-height: 26px;
border-radius: 50%;
color: #fff;
font-size: 12px;
margin-right: 5px;
}
.about-page .right-content .share {
margin-top: 20px;
border-top: 1px solid #eee;
padding: 15px 0px;
}
.about-page .right-content h6 {
font-size: 14px;
color: #4a4a4a;
font-weight: 400;
}
.about-page .right-content span a:hover i {
background-color: #3a8bcd;
}
/* Contact Page Style */
.contact-page {
margin-top: 50px;
margin-bottom: 80px;
}
.contact-page .right-content input,
.contact-page .right-content textarea {
border-radius: 0px;
outline: none;
box-shadow: none;
font-size: 14px;
margin-bottom: 30px;
}
.contact-page .right-content input {
height: 44px;
line-height: 44px;
}
.contact-page .right-content textarea {
height: 200px;
max-height: 280px;
}
.contact-page .right-content span {
display: inline-block;
margin-left: 8px;
}
.contact-page .right-content span a i {
transition: all 0.5s;
background-color: #aaa;
width: 26px;
height: 26px;
display: inline-block;
text-align: center;
line-height: 26px;
border-radius: 50%;
color: #fff;
font-size: 12px;
margin-right: 5px;
}
.contact-page .right-content .share {
margin-top: 30px;
border-top: 1px solid #eee;
padding: 15px 0px;
}
.contact-page .right-content h6 {
font-size: 14px;
color: #4a4a4a;
font-weight: 400;
}
.contact-page .right-content span a:hover i {
background-color: #3a8bcd;
}
.contact-page .right-content .button {
cursor: pointer;
background-color: #3a8bcd;
outline: none;
border-radius: 5px;
padding: 10px 15px;
display: inline-block;
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.4px;
text-decoration: none;
transition: all 0.5s;
box-shadow: none;
border: none;
}
/* Responsive Style */
@media (max-width: 991px) {
.banner {
border-top: none;
margin-top: 0px;
}
.navbar .navbar-brand {
width: auto;
}
.navbar:after {
display: none;
}
#navbarResponsive {
z-index: 99999;
position: absolute;
top: 96px;
width: 100%;
text-align: center;
background-color: rgba(250,250,250,0.95);
box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}
.navbar-dark .navbar-nav .nav-item {
border-bottom: 1px solid #eee;
}
.navbar-dark .navbar-nav .nav-item:last-child {
border-bottom: none;
}
.navbar-dark .navbar-nav .nav-link {
padding: 15px 0px;
}
.featured-page #filters {
text-align: right;
}
.single-product .right-content {
margin-top: 30px;
}
.about-page .right-content {
margin-top: 30px;
}
.contact-page .right-content {
margin-top: 30px;
}
.contact-page .right-content .col-md-6,
.contact-page .right-content .col-md-12 {
padding: 0px;
}
.featured-page {
margin-top: 80px;
}
.about-page,
.contact-page {
margin-top: 0px;
}
}
@media (max-width: 767px) {
.subscribe-form .main-content form input.button {
margin-top: 20px;
}
.featured-page #filters {
margin-top: 15px;
text-align: left;
}
}
/* MY STYLES */
.Botao {
margin-bottom: 10px;
text-align: center;
}
.Botao1 {
text-decoration: none;
border-radius: 5px 0px 5px 0px;
background-color: #66bbff;
padding: 5px 10px 5px 10px;
color: #ffffff;
font-size: 1.2em;
font-weight: 700;
border: 0;
cursor: pointer;
}
.Botao2 {
text-decoration: none;
border-radius: 0px 5px 0px 5px;
background-color: #DC143C;
padding: 5px 10px 5px 10px;
color: #ffffff;
font-size: 1.2em;
font-weight: 700;
margin-left: 2px;
margin-top: 5px;
}
#tabela{
margin-top: 30px;
border-collapse: collapse;
}
#tabela th{
border: 1px solid #DDDDDD;
padding: 10px;
background-color:#66BBFF;
color:#FFFFFF;
text-align: left;
}
#tabela td{
border: 1px solid #DDD;
padding: 10px;
}
.Caixa1{
width:320px;
padding: 5px;
margin-bottom: 10 px;
border: 1px solid #66BBFF;
border-radius: 5px;
}
.Caixa2{
padding: 5px;
margin-bottom: 10 px;
border: 1px solid #66BBFF;
border-radius: 5px;
}
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
font-family: 'flexslider-icon';
src: url('../fonts/flexslider-icon.eot');
src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
}
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
}
/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
}
/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
margin: 0;
background: #fff;
border: 4px solid #fff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
@-moz-document url-prefix() {
.loading .flex-viewport {
max-height: none;
}
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 26px;
display: inline-block;
content: '\f001';
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}
/*
* Owl Carousel - Core
*/
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; }
/* No Js */
.no-js .owl-carousel {
display: block; }
/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
/*
* Owl Carousel - Auto Height Plugin
*/
.owl-height {
transition: height 500ms ease-in-out; }
/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item {
/**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/ }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; }
/*
* Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; } | Kasper Enterprise/src/main/webapp/assets/css/main.css | @charset "UTF-8";
body {
font-family: 'Roboto', sans-serif;
transition: all 0.5s;
}
h1{
color: #66bbff;
}
p {
margin-bottom: 0px;
font-size: 14px;
color: #4a4a4a;
line-height: 24px;
}
a {
text-decoration: none!important;
}
.copyright-text {
text-transform: uppercase;
}
.main-button a {
background-color: #3a8bcd;
border-radius: 5px;
padding: 10px 15px;
display: inline-block;
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.4px;
text-decoration: none;
transition: all 0.5s;
}
.main-button a:hover {
opacity: 0.7;
}
.section-heading {
margin-top: 80px;
margin-bottom: 40px;
}
.section-heading .line-dec {
width: 30px;
height: 5px;
background-color: #3a8bcd;
}
.section-heading h1 {
font-size: 22px;
font-weight: 700;
color: #1e1e1e;
margin-top: 15px;
}
/* Pre Header Style */
#pre-header {
background-color: #0d0d0e;
text-align: center;
}
#pre-header span {
color: #fff;
font-size: 15px;
padding: 10px 0px;
display: inline-block;
}
/* Header Style */
.navbar .navbar-brand {
text-align: center;
width: 100%;
position: relative;
padding: 25px 0px;
}
.bg-dark {
background-color: #fff!important;
border-bottom: 1px solid #eee;
}
#navbarResponsive {
z-index: 999;
position: absolute;
left: 50%;
top: 105px;
transform: translateX(-50%);
}
.navbar-dark .navbar-nav .nav-item {
margin: 0px 15px;
}
.navbar-dark .navbar-nav .nav-link {
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
color: #1e1e1e;
transition: all 0.5s;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
color: #3a8bcd;
}
.navbar:after {
width: 100%;
height: 1px;
background-color: #eee;
content: '';
position: absolute;
left: 0;
bottom: -52px;
}
.navbar-dark .navbar-toggler-icon {
background-image: none;
}
.navbar-dark .navbar-toggler {
border-color: #3a8bcd;
background-color: #3a8bcd;
height: 50px;
outline: none;
}
.navbar-dark .navbar-toggler-icon:after {
content: '\f0c9';
color: #FFF;
font-size: 22px;
line-height: 30px;
font-family: 'FontAwesome';
}
/* Banner Style */
.banner {
margin-top: 50px;
background-image: url(../images/banner-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
padding: 150px 0px;
background-position: center center;
}
.banner .caption {
background-color: rgba(250,250,250,0.9);
padding: 30px;
max-width: 450px;
}
.banner .caption h2 {
margin-top: 0px;
margin-bottom: 15px;
font-size: 24px;
font-weight: 700;
color: #1e1e1e;
}
.banner .caption .line-dec {
width: 30px;
height: 5px;
background-color: #3a8bcd;
}
.banner .caption p {
margin-top: 15px;
margin-bottom: 20px;
}
/* Featured Style */
.featured-items {
margin-bottom: 70px;
}
.featured-item {
border-radius: 5px;
border: 1px solid #eee;
padding: 20px;
transition: all 0.5s;
}
.featured-item:hover {
opacity: 0.9;
}
.featured-item img {
width: 100%;
}
.featured-item h4 {
font-size: 17px;
font-weight: 700;
color: #1e1e1e;
margin-top: 15px;
transition: all 0.5s;
}
.featured-item:hover h4 {
color: #3a8bcd;
}
.featured-item h6 {
color: #3a8bcd;
font-size: 15px;
font-weight: 700;
margin-bottom: 0px;
}
.owl-theme .owl-dots {
text-align: center;
margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot {
outline: none;
}
.owl-theme .owl-dots .active span {
background-color: #3a8bcd!important;
}
.owl-theme .owl-dots .owl-dot span {
background-color: #aaa;
width: 8px;
height: 8px;
display: inline-block;
margin: 0px 5px;
outline: none;
}
/* Subscribe Style */
.subscribe-form {
background-color: #3a8bcd;
padding: 80px 0px;
text-align: center;
border-radius: 1300px 0px 0px 0px ;
}
.subscribe-form .section-heading {
margin-top: 0px;
}
.subscribe-form .section-heading h1 {
color: #fff;
}
.subscribe-form .section-heading .line-dec {
background-color: #fff;
margin: 0 auto;
}
.subscribe-form .main-content p {
font-size: 17px;
color: #fff;
margin-bottom: 30px;
}
.subscribe-form .main-content form {
color: #fff;
display: inline;
}
.subscribe-form .main-content form input {
display: inline;
}
.subscribe-form .main-content form input {
width: 100%;
height: 46px;
border: 1px solid #fff;
background-color: transparent;
padding-left: 15px;
color: #fff;
outline: none;
}
.subscribe-form .main-content form button:focus {
color: #fff!important;
}
.subscribe-form .main-content form button {
width: 100%;
height: 45px;
cursor: pointer;
background-color: #fff;
outline: none;
border-radius: 5px;
padding: 10px 15px;
display: inline-block;
color: #3a8bcd;
font-size: 14px;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.4px;
text-decoration: none;
transition: all 0.5s;
box-shadow: none;
border: none;
}
/* Footer Style */
.footer {
text-align: center;
}
.footer ul {
padding: 0px;
margin: 0px;
}
.footer ul li {
list-style: none;
display: inline-block;
}
.footer .logo img {
max-width: 100%;
margin-top: 60px;
margin-bottom: 40px;
}
.footer .footer-menu {
margin-bottom: 40px;
}
.footer .footer-menu ul li {
margin: 0px 15px;
}
.footer .footer-menu a {
font-size: 13px;
color: #7a7a7a;
text-transform: uppercase;
transition: all 0.5s;
}
.footer .footer-menu a:hover {
color: #3a8bcd;
text-decoration: none;
}
.footer .social-icons {
margin-bottom: 60px;
}
.footer .social-icons ul li {
margin: 0px 10px;
}
.footer .social-icons a {
width: 32px;
height: 32px;
color: #fff;
background-color: #aaa;
text-align: center;
display: inline-block;
line-height: 33px;
border-radius: 50%;
font-size: 13px;
transition: all 0.5s;
}
.footer .social-icons a:hover {
background-color: #3a8bcd;
}
/* Sub Footer Style */
.sub-footer {
border-top: 1px solid #eee;
text-align: center;
}
.sub-footer p {
font-size: 12px;
color: #7a7a7a;
line-height: 60px;
}
.sub-footer a {
color: #3a8bcd;
text-decoration: none;
}
/* Featured Page Style */
.featured-page {
margin-top: 130px;
margin-bottom: 40px;
}
.featured-page .section-heading {
margin-top: 0px;
margin-bottom: 0px;
}
.featured-page #filters {
margin-top: 15px;
text-align: right;
}
.featured .featured-item {
margin-bottom: 30px;
text-decoration: none;
}
.featured .featured-item h4 {
transition: all 0.5s;
}
.featured .featured-item:hover h4 {
color: #3a8bcd;
}
#filter button {
outline: none;
}
#filter .btn-primary.focus,
.btn-primary:focus {
color: #3a8bcd!important;
box-shadow: none!important;
}
#filters .btn-primary {
color: #1e1e1e;
border: none;
font-size: 15px;
font-weight: 700;
background-color: transparent;
}
/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
}
.page-navigation ul {
text-align: center;
border-top: 1px solid #eee;
padding: 30px 0px 0px 0px;
margin: 0px 0px 80px 0px;
}
.page-navigation ul li {
display: inline-block;
}
.page-navigation ul li a {
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 38px;
border: 1px solid #eee;
border-radius: 5px;
font-weight: 700;
color: #1e1e1e;
font-size: 15px;
text-decoration: none;
transition: all 0.5s;
}
.page-navigation ul li a:hover,
.page-navigation ul li.current-page a {
background-color: #3a8bcd;
border-color: #3a8bcd;
color: #fff;
}
/* Single Product Style */
.single-product .product-slider {
padding: 20px;
border: 1px solid #eee!important;
border-radius: 5px;
}
.flexslider {
border: none!important;
}
#carousel {
margin-top: 20px;
}
#carousel .slides li {
width: 150px!important;
}
.single-product .right-content h4 {
font-size: 17px;
font-weight: 700;
margin-top: 0px;
}
.single-product .right-content h6 {
color: #3a8bcd;
font-size: 17px;
font-weight: 700;
margin-top: 10px;
}
.single-product .right-content p {
margin-top: 20px;
margin-bottom: 30px;
}
.single-product .right-content span {
font-size: 14px;
color: #3a8bcd;
font-weight: 500;
display: inline-block;
margin-bottom: 15px;
}
.single-product .right-content label {
font-size: 14px;
color: #4a4a4a;
}
.single-product .right-content .quantity-text {
margin-left: 10px;
width: 44px;
height: 44px;
line-height: 42px;
font-size: 14px;
font-weight: 700;
color: #4a4a4a;
display: inline-block;
text-align: center;
outline: none;
border: 1px solid #eee;
}
.single-product .right-content .button {
margin-left: 15px;
cursor: pointer;
background-color: #3a8bcd;
outline: none;
border-radius: 5px;
padding: 10px 15px;
display: inline-block;
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.4px;
text-decoration: none;
transition: all 0.5s;
box-shadow: none;
border: none;
}
.single-product .right-content .down-content span {
margin-bottom: 0px;
display: inline-block;
margin-left: 8px;
color: #aaa;
}
.single-product .right-content .down-content span a {
color: #aaa;
font-weight: 400;
margin-left: 4px;
transition: all 0.5s;
}
.single-product .right-content .down-content span a:hover {
color: #3a8bcd;
}
.single-product .right-content .down-content span a:hover i {
background-color: #3a8bcd;
}
.single-product .right-content .down-content span a i {
transition: all 0.5s;
background-color: #aaa;
width: 26px;
height: 26px;
display: inline-block;
text-align: center;
line-height: 26px;
border-radius: 50%;
color: #fff;
font-size: 12px;
margin-right: 5px;
}
.single-product .right-content .down-content .categories {
border-top: 1px solid #eee;
margin-top: 30px;
padding: 10px 0px;
}
.single-product .right-content .down-content .share {
border-top: 1px solid #eee;
padding: 10px 0px;
}
.single-product .right-content .down-content h6 {
font-size: 14px;
color: #4a4a4a;
font-weight: 400;
}
/* About Us Style */
.about-page {
margin-top: 50px;
margin-bottom: 80px;
}
.about-page .right-content h4 {
font-size: 17px;
font-weight: 700;
margin-top: 0px;
margin-bottom: 20px;
}
.about-page .left-image img {
max-width: 100%;
}
.about-page .right-content span {
display: inline-block;
margin-left: 8px;
}
.about-page .right-content span a i {
transition: all 0.5s;
background-color: #aaa;
width: 26px;
height: 26px;
display: inline-block;
text-align: center;
line-height: 26px;
border-radius: 50%;
color: #fff;
font-size: 12px;
margin-right: 5px;
}
.about-page .right-content .share {
margin-top: 20px;
border-top: 1px solid #eee;
padding: 15px 0px;
}
.about-page .right-content h6 {
font-size: 14px;
color: #4a4a4a;
font-weight: 400;
}
.about-page .right-content span a:hover i {
background-color: #3a8bcd;
}
/* Contact Page Style */
.contact-page {
margin-top: 50px;
margin-bottom: 80px;
}
.contact-page .right-content input,
.contact-page .right-content textarea {
border-radius: 0px;
outline: none;
box-shadow: none;
font-size: 14px;
margin-bottom: 30px;
}
.contact-page .right-content input {
height: 44px;
line-height: 44px;
}
.contact-page .right-content textarea {
height: 200px;
max-height: 280px;
}
.contact-page .right-content span {
display: inline-block;
margin-left: 8px;
}
.contact-page .right-content span a i {
transition: all 0.5s;
background-color: #aaa;
width: 26px;
height: 26px;
display: inline-block;
text-align: center;
line-height: 26px;
border-radius: 50%;
color: #fff;
font-size: 12px;
margin-right: 5px;
}
.contact-page .right-content .share {
margin-top: 30px;
border-top: 1px solid #eee;
padding: 15px 0px;
}
.contact-page .right-content h6 {
font-size: 14px;
color: #4a4a4a;
font-weight: 400;
}
.contact-page .right-content span a:hover i {
background-color: #3a8bcd;
}
.contact-page .right-content .button {
cursor: pointer;
background-color: #3a8bcd;
outline: none;
border-radius: 5px;
padding: 10px 15px;
display: inline-block;
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.4px;
text-decoration: none;
transition: all 0.5s;
box-shadow: none;
border: none;
}
/* Responsive Style */
@media (max-width: 991px) {
.banner {
border-top: none;
margin-top: 0px;
}
.navbar .navbar-brand {
width: auto;
}
.navbar:after {
display: none;
}
#navbarResponsive {
z-index: 99999;
position: absolute;
top: 96px;
width: 100%;
text-align: center;
background-color: rgba(250,250,250,0.95);
box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}
.navbar-dark .navbar-nav .nav-item {
border-bottom: 1px solid #eee;
}
.navbar-dark .navbar-nav .nav-item:last-child {
border-bottom: none;
}
.navbar-dark .navbar-nav .nav-link {
padding: 15px 0px;
}
.featured-page #filters {
text-align: right;
}
.single-product .right-content {
margin-top: 30px;
}
.about-page .right-content {
margin-top: 30px;
}
.contact-page .right-content {
margin-top: 30px;
}
.contact-page .right-content .col-md-6,
.contact-page .right-content .col-md-12 {
padding: 0px;
}
.featured-page {
margin-top: 80px;
}
.about-page,
.contact-page {
margin-top: 0px;
}
}
@media (max-width: 767px) {
.subscribe-form .main-content form input.button {
margin-top: 20px;
}
.featured-page #filters {
margin-top: 15px;
text-align: left;
}
}
/* MY STYLES */
.Botao {
margin-bottom: 10px;
text-align: center;
}
.Botao1 {
text-decoration: none;
border-radius: 5px 0px 5px 0px;
background-color: #66bbff;
padding: 5px 10px 5px 10px;
color: #ffffff;
font-size: 1.2em;
font-weight: 700;
border: 0;
cursor: pointer;
}
.Botao2 {
text-decoration: none;
border-radius: 0px 5px 0px 5px;
background-color: #DC143C;
padding: 5px 10px 5px 10px;
color: #ffffff;
font-size: 1.2em;
font-weight: 700;
margin-left: 2px;
margin-top: 5px;
}
#tabela{
margin-top: 30px;
border-collapse: collapse;
}
#tabela th{
border: 1px solid #DDDDDD;
padding: 10px;
background-color:#66BBFF;
color:#FFFFFF;
text-align: left;
}
#tabela td{
border: 1px solid #DDD;
padding: 10px;
}
.Caixa1{
width:320px;
padding: 5px;
margin-bottom: 10 px;
border: 1px solid #66BBFF;
border-radius: 5px;
}
.Caixa2{
padding: 5px;
margin-bottom: 10 px;
border: 1px solid #66BBFF;
border-radius: 5px;
}
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
font-family: 'flexslider-icon';
src: url('../fonts/flexslider-icon.eot');
src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
}
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
}
/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
}
/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
margin: 0;
background: #fff;
border: 4px solid #fff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
@-moz-document url-prefix() {
.loading .flex-viewport {
max-height: none;
}
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 26px;
display: inline-block;
content: '\f001';
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}
/*
* Owl Carousel - Core
*/
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; }
/* No Js */
.no-js .owl-carousel {
display: block; }
/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
/*
* Owl Carousel - Auto Height Plugin
*/
.owl-height {
transition: height 500ms ease-in-out; }
/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item {
/**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/ }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; }
/*
* Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; } | 0.201499 | 0.035079 |
left: 0;
width: 30%;
max-width: 250px;
height: 100vh;
position: fixed;
background: #00D465;
overflow: hidden;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding-top: 10px;
z-index: 10;
}
@media all and (max-width: 833px) {
#webtoonEpisodeList {
margin-left: 30%;
width: 70%;
}
}
@media all and (min-width: 833px) {
#webtoonEpisodeList {
margin-left: 250px;
width: calc(100% - 250px);
}
}
#thumbnail img:nth-child(1) {
animation-delay: .5s;
}
#thumbnail img:nth-child(2) {
animation-delay: .8s;
}
#thumbnail img:nth-child(3) {
animation-delay: 1.3s;
}
#thumbnail img:nth-child(4) {
animation-delay: 1.6s;
}
#thumbnail img:nth-child(5) {
animation-delay: 2.1s;
}
.prev {
display: inline-block;
padding: 8px 16px;
}
.thumbnailImg {
position: absolute;
height: 174px;
width: 218px;
left: 100px;
opacity: 0;
animation-name: slideIn;
animation-duration: .5s;
animation-fill-mode: forwards;
display: inline;
vertical-align: top;
float: none;
clear: both;
}
.thumbnailBGImg {
counter-increment: section;
position: absolute;
height: 174px;
width: 250px;
opacity: 0;
animation-name: fadeIn;
animation-duration: .5s;
animation-fill-mode: forwards;
display: inline;
vertical-align: top;
float: none;
clear: both;
}
@-webkit-keyframes slideIn {
0% {
opacity: 0;
left: 100px;
}
100% {
opacity: 1;
left: 32px;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeSlideIn {
0% {
margin-top: 20px;
opacity: 0;
}
100% {
margin-top: 0;
opacity: 1;
}
}
@media all and (max-width: 833px) {
#episodeName {
margin-left: 30%;
width: 70%;
height: 50px;
padding: 10px;
}
}
@media all and (min-width: 833px) {
#episodeName {
margin-left: 250px;
width: calc(100% - 250px);
height: 50px;
padding: 10px;
}
}
#webtoonInfoText {
position: absolute;
margin-top: 200px;
padding: 10px;
}
#webtoonName {
overflow: hidden;
animation-name: fadeSlideIn;
opacity: 0;
animation-timing-function: ease-out;
animation-duration: .5s;
animation-delay: .5s;
animation-fill-mode: forwards;
}
#webtoonAuthor {
animation-name: fadeSlideIn;
opacity: 0;
animation-timing-function: ease-out;
animation-duration: .5s;
animation-delay: .8s;
animation-fill-mode: forwards;
}
#webtoonDesc {
animation-name: fadeSlideIn;
opacity: 0;
animation-timing-function: ease-out;
animation-duration: .5s;
animation-delay: 1.1s;
animation-fill-mode: forwards;
z-index: 10;
}
.form__group {
position: relative;
padding: 15px 0 0;
margin-top: 10px;
}
.form__field {
font-family: inherit;
width: 100%;
border: 0;
outline: 0;
font-size: 16px;
padding: 7px 0;
background: transparent;
transition: border-color 0.2s;
}
.form__field::placeholder {
color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
font-size: 16px;
cursor: text;
top: 20px;
}
label, .form__field:focus ~ .form__label {
position: absolute;
top: 0;
display: block;
transition: 0.2s;
font-size: 12px;
color: #9b9b9b;
}
.form__field:focus ~ .form__label {
color: #00D465;
}
.form__field:focus {
padding-bottom: 6px;
border-bottom: 2px solid #00D465;
}
#episodeName {
position: fixed;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-top: 0;
z-index: 1;
}
#webtoonEpisodeList {
margin-top: 60px;
} | UI/css/detail.css | left: 0;
width: 30%;
max-width: 250px;
height: 100vh;
position: fixed;
background: #00D465;
overflow: hidden;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding-top: 10px;
z-index: 10;
}
@media all and (max-width: 833px) {
#webtoonEpisodeList {
margin-left: 30%;
width: 70%;
}
}
@media all and (min-width: 833px) {
#webtoonEpisodeList {
margin-left: 250px;
width: calc(100% - 250px);
}
}
#thumbnail img:nth-child(1) {
animation-delay: .5s;
}
#thumbnail img:nth-child(2) {
animation-delay: .8s;
}
#thumbnail img:nth-child(3) {
animation-delay: 1.3s;
}
#thumbnail img:nth-child(4) {
animation-delay: 1.6s;
}
#thumbnail img:nth-child(5) {
animation-delay: 2.1s;
}
.prev {
display: inline-block;
padding: 8px 16px;
}
.thumbnailImg {
position: absolute;
height: 174px;
width: 218px;
left: 100px;
opacity: 0;
animation-name: slideIn;
animation-duration: .5s;
animation-fill-mode: forwards;
display: inline;
vertical-align: top;
float: none;
clear: both;
}
.thumbnailBGImg {
counter-increment: section;
position: absolute;
height: 174px;
width: 250px;
opacity: 0;
animation-name: fadeIn;
animation-duration: .5s;
animation-fill-mode: forwards;
display: inline;
vertical-align: top;
float: none;
clear: both;
}
@-webkit-keyframes slideIn {
0% {
opacity: 0;
left: 100px;
}
100% {
opacity: 1;
left: 32px;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeSlideIn {
0% {
margin-top: 20px;
opacity: 0;
}
100% {
margin-top: 0;
opacity: 1;
}
}
@media all and (max-width: 833px) {
#episodeName {
margin-left: 30%;
width: 70%;
height: 50px;
padding: 10px;
}
}
@media all and (min-width: 833px) {
#episodeName {
margin-left: 250px;
width: calc(100% - 250px);
height: 50px;
padding: 10px;
}
}
#webtoonInfoText {
position: absolute;
margin-top: 200px;
padding: 10px;
}
#webtoonName {
overflow: hidden;
animation-name: fadeSlideIn;
opacity: 0;
animation-timing-function: ease-out;
animation-duration: .5s;
animation-delay: .5s;
animation-fill-mode: forwards;
}
#webtoonAuthor {
animation-name: fadeSlideIn;
opacity: 0;
animation-timing-function: ease-out;
animation-duration: .5s;
animation-delay: .8s;
animation-fill-mode: forwards;
}
#webtoonDesc {
animation-name: fadeSlideIn;
opacity: 0;
animation-timing-function: ease-out;
animation-duration: .5s;
animation-delay: 1.1s;
animation-fill-mode: forwards;
z-index: 10;
}
.form__group {
position: relative;
padding: 15px 0 0;
margin-top: 10px;
}
.form__field {
font-family: inherit;
width: 100%;
border: 0;
outline: 0;
font-size: 16px;
padding: 7px 0;
background: transparent;
transition: border-color 0.2s;
}
.form__field::placeholder {
color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
font-size: 16px;
cursor: text;
top: 20px;
}
label, .form__field:focus ~ .form__label {
position: absolute;
top: 0;
display: block;
transition: 0.2s;
font-size: 12px;
color: #9b9b9b;
}
.form__field:focus ~ .form__label {
color: #00D465;
}
.form__field:focus {
padding-bottom: 6px;
border-bottom: 2px solid #00D465;
}
#episodeName {
position: fixed;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-top: 0;
z-index: 1;
}
#webtoonEpisodeList {
margin-top: 60px;
} | 0.533884 | 0.147034 |
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
position: relative;
min-height: 100%;
background: transparent;
background-color: #fff;
color: #222;
}
html {
height:100%;
}
body {
font-family: calibri;
font-size: 18px;
font-weight: 500;
}
.main {
padding: 15px 30px;
max-width: 1024px;
margin: 10px auto;
}
.charts {
display: block;
position: relative;
margin: 5px -15px;
text-align: center;
/* white-space: nowrap; */
border-top: 2px solid #eaeaea;
overflow: auto;
padding-top: 15px;
}
.chart {
display: inline-block;
width: 100%;
padding: 5px;
text-align: center;
padding: 5px 15px;
margin-bottom: 30px;
vertical-align: bottom;
}
.chart .chart-inner {
position: relative;
width: 265px;
height: 210px;
margin: 0 auto;
border-width: 0;
border-bottom: 2px solid #eaeaea;
}
.chart .chart-inner:before,
.chart .chart-inner:after {
content: " ";
display: table;
}
@media (min-width:900px) {
.chart {
width: 33%;
}
}
.chart .title {
font-size: 105%;
text-transform: uppercase;
display: block;
margin-top: 48px;
line-height: 16px;
color: #ccc;
font-weight: 600;
}
.chart .total {
font-size: 130%;
display: block;
white-space: nowrap;
font-weight: 600;
color: #666666;
}
.chart .detailed {
position: absolute;
bottom: 7px;
left: 0;
right: 0;
width: 100%;
}
.chart .detailed .device {
display: inline-block;
width: 49%;
font-size: 80%;
}
.chart .detailed .device.device-tablet {
float: left;
text-align: left;
}
.chart .detailed .device.device-phone {
float: right;
text-align: right;
}
.chart .detailed .device .device-type {
display: inline-block;
width: 100%;
font-weight: 600;
}
.chart .detailed .device .device-values {
width: 100%;
}
.chart .detailed .device .device-values .percentage {
padding-right: 10px;
font-weight: 600;
color: #888;
width: 50%;
}
.chart .detailed .device .device-values .absolute {
color: #ccc;
width: 50%;
}
.chart .detailed .device.device-phone .device-values .percentage,
.chart .detailed .device.device-phone .device-values .absolute {
text-align: right;
}
.chart svg {
position: absolute;
left: 50px;
top: 0px;
}
.chart svg circle.base-circle {
stroke-width: 8;
}
.chart svg line.mark {
stroke-width: 1;
}
/* .chart-revenue colors --------------------------------------- */
.chart.chart-revenue .detailed .device.device-tablet .device-type {
color: #9dcf4c;
}
.chart.chart-revenue svg circle.base-circle {
stroke: #9dcf4c;
}
.chart.chart-revenue .detailed .device.device-phone .device-type {
color: #455e1d;
}
.chart.chart-revenue svg path.base-arc {
stroke: #455e1d;
}
.chart.chart-revenue svg g.mark line {
stroke: #455e1d;
}
/* .chart-impressions colors ----------------------------------- */
.chart.chart-impressions .detailed .device.device-tablet .device-type {
color: #8ec4e0;
}
.chart.chart-impressions svg circle.base-circle {
stroke: #8ec4e0;
}
.chart.chart-impressions .detailed .device.device-phone .device-type {
color: #2d4c5a;
}
.chart.chart-impressions svg path.base-arc {
stroke: #2d4c5a;
}
.chart.chart-impressions svg g.mark line {
stroke: #2d4c5a;
}
/* .chart-visits colors --------------------------------------- */
.chart.chart-visits .detailed .device.device-tablet .device-type {
color: #e3be3b;
}
.chart.chart-visits svg circle.base-circle {
stroke: #e3be3b;
}
.chart.chart-visits .detailed .device.device-phone .device-type {
color: #a24e20;
}
.chart.chart-visits svg path.base-arc {
stroke: #a24e20;
}
.chart.chart-visits svg g.mark line {
stroke: #a24e20;
} | css/style.css | *, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
position: relative;
min-height: 100%;
background: transparent;
background-color: #fff;
color: #222;
}
html {
height:100%;
}
body {
font-family: calibri;
font-size: 18px;
font-weight: 500;
}
.main {
padding: 15px 30px;
max-width: 1024px;
margin: 10px auto;
}
.charts {
display: block;
position: relative;
margin: 5px -15px;
text-align: center;
/* white-space: nowrap; */
border-top: 2px solid #eaeaea;
overflow: auto;
padding-top: 15px;
}
.chart {
display: inline-block;
width: 100%;
padding: 5px;
text-align: center;
padding: 5px 15px;
margin-bottom: 30px;
vertical-align: bottom;
}
.chart .chart-inner {
position: relative;
width: 265px;
height: 210px;
margin: 0 auto;
border-width: 0;
border-bottom: 2px solid #eaeaea;
}
.chart .chart-inner:before,
.chart .chart-inner:after {
content: " ";
display: table;
}
@media (min-width:900px) {
.chart {
width: 33%;
}
}
.chart .title {
font-size: 105%;
text-transform: uppercase;
display: block;
margin-top: 48px;
line-height: 16px;
color: #ccc;
font-weight: 600;
}
.chart .total {
font-size: 130%;
display: block;
white-space: nowrap;
font-weight: 600;
color: #666666;
}
.chart .detailed {
position: absolute;
bottom: 7px;
left: 0;
right: 0;
width: 100%;
}
.chart .detailed .device {
display: inline-block;
width: 49%;
font-size: 80%;
}
.chart .detailed .device.device-tablet {
float: left;
text-align: left;
}
.chart .detailed .device.device-phone {
float: right;
text-align: right;
}
.chart .detailed .device .device-type {
display: inline-block;
width: 100%;
font-weight: 600;
}
.chart .detailed .device .device-values {
width: 100%;
}
.chart .detailed .device .device-values .percentage {
padding-right: 10px;
font-weight: 600;
color: #888;
width: 50%;
}
.chart .detailed .device .device-values .absolute {
color: #ccc;
width: 50%;
}
.chart .detailed .device.device-phone .device-values .percentage,
.chart .detailed .device.device-phone .device-values .absolute {
text-align: right;
}
.chart svg {
position: absolute;
left: 50px;
top: 0px;
}
.chart svg circle.base-circle {
stroke-width: 8;
}
.chart svg line.mark {
stroke-width: 1;
}
/* .chart-revenue colors --------------------------------------- */
.chart.chart-revenue .detailed .device.device-tablet .device-type {
color: #9dcf4c;
}
.chart.chart-revenue svg circle.base-circle {
stroke: #9dcf4c;
}
.chart.chart-revenue .detailed .device.device-phone .device-type {
color: #455e1d;
}
.chart.chart-revenue svg path.base-arc {
stroke: #455e1d;
}
.chart.chart-revenue svg g.mark line {
stroke: #455e1d;
}
/* .chart-impressions colors ----------------------------------- */
.chart.chart-impressions .detailed .device.device-tablet .device-type {
color: #8ec4e0;
}
.chart.chart-impressions svg circle.base-circle {
stroke: #8ec4e0;
}
.chart.chart-impressions .detailed .device.device-phone .device-type {
color: #2d4c5a;
}
.chart.chart-impressions svg path.base-arc {
stroke: #2d4c5a;
}
.chart.chart-impressions svg g.mark line {
stroke: #2d4c5a;
}
/* .chart-visits colors --------------------------------------- */
.chart.chart-visits .detailed .device.device-tablet .device-type {
color: #e3be3b;
}
.chart.chart-visits svg circle.base-circle {
stroke: #e3be3b;
}
.chart.chart-visits .detailed .device.device-phone .device-type {
color: #a24e20;
}
.chart.chart-visits svg path.base-arc {
stroke: #a24e20;
}
.chart.chart-visits svg g.mark line {
stroke: #a24e20;
} | 0.507812 | 0.098555 |
#about-wrapper,
#events-main-wrapper,
#game-collection-main-wrapper,
#contact-main-wrapper {
padding-top: 6rem;
}
#about-wrapper .container,
#events-main-wrapper .container,
#game-collection-main-wrapper .container,
#contact-main-wrapper .container {
display: flex;
flex-direction: column;
}
#about-wrapper .about-img {
padding: 0 5rem;
}
#about-wrapper .photo,
#events-main-wrapper .photo,
#game-collection-main-wrapper .photo,
#contact-main-wrapper .photo {
margin: 0 auto 5rem;
}
/* Out Team Section */
#our-team .container {
grid-template-areas: 'heading heading' 'owners owners' 'person-1 person-2' 'person-3 person-4';
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto repeat(3, minmax(250px, auto));
grid-gap: 2rem;
padding: 5rem 2rem;
}
#our-team .heading-container {
grid-area: heading;
}
#our-team .owners {
grid-area: owners;
grid-template-columns: repeat(2, 1fr);
padding: 3rem;
grid-gap: 4rem;
border-radius: 1rem;
box-shadow: var(--shadow);
}
#our-team #person-1 {
grid-area: person-1;
}
#our-team #person-2 {
grid-area: person-2;
}
#our-team #person-3 {
grid-area: person-3;
}
#our-team #person-4 {
grid-area: person-4;
}
#our-team .person {
grid-template-rows: minmax(200px, 300px) auto;
border-radius: 1rem;
box-shadow: var(--shadow);
padding: 3rem 5rem;
}
#our-team .person .photo {
border-radius: 50%;
}
/* Testimonials Section */
#testimonials-wrapper .container {
grid-template-rows: auto repeat(3, minmax(250px, auto));
grid-gap: 2rem;
padding: 5rem 2rem;
}
#testimonials-wrapper .testimonial,
#events-wrapper .events {
grid-template-columns: 1fr 3fr;
grid-gap: 3rem;
position: relative;
padding: 3rem;
}
#testimonials-wrapper .photo {
border-radius: 50%;
box-shadow: none;
}
#testimonials-wrapper .testimonial .p-2,
#testimonials-wrapper .testimonial .heading-3 {
text-align: left;
}
#testimonials-wrapper i {
position: absolute;
top: 5%;
left: 27%;
font-size: 3rem;
color: var(--color-emphasis);
}
/* */
/* */
/* events.html */
/* */
/* */
/* */
#events-wrapper .container {
grid-template-rows: auto repeat(3, minmax(300px, auto));
grid-gap: 2rem;
padding: 5rem 2rem;
}
#events-wrapper .events {
grid-template-columns: 1fr 2fr;
}
#events-wrapper .photo {
border-radius: 50%;
box-shadow: none;
}
/* */
/* */
/* game-collection.html */
/* */
/* */
#game-collection-wrapper {
padding-top: 5rem;
}
#game-collection-wrapper .p-2 {
padding: 3rem;
border-radius: 1rem;
box-shadow: var(--shadow);
}
#game-collection-wrapper .container div ul li {
font-size: 1.75rem;
}
#game-collection-wrapper .container .games div {
position: relative;
}
#game-collection-wrapper .container .games div > ul {
width: 100%;
columns: auto 3;
column-gap: 10%;
column-fill: balance;
margin: 5rem 0;
padding: 4rem 2rem;
border-top: 0.5rem double var(--color-border);
text-align: center;
}
#game-collection-wrapper .container .games div div:last-child {
position: absolute;
top: -17.5%;
left: 0;
width: 100%;
}
#game-collection-wrapper .letter {
font-family: var(--font-heading);
font-size: 4rem;
line-height: 1em;
display: block;
text-align: center;
width: 5rem;
margin: auto;
padding: 1rem 0;
border: 0.1rem solid var(--color-dark);
background-color: var(--color-dark);
color: var(--color-heading);
}
/* */
/* */
/* contact.html */
/* */
/* */
#contact-wrapper .container {
padding: 5rem 2rem;
grid-gap: 2rem;
}
#contact-wrapper .form-description .p-2 {
padding: 0 3rem 3rem;
}
#contact-wrapper .form {
padding: 5rem;
}
#contact-wrapper .form fieldset {
background-color: var(--color-light);
}
#contact-wrapper .form .select {
margin-top: 2rem;
}
#contact-wrapper .form fieldset ul li:nth-child(3),
#contact-wrapper .form fieldset ul li:nth-child(4) {
display: block;
width: 100%;
}
#contact-wrapper .form textarea {
text-align: center;
width: 100%;
padding: 0.5rem;
margin: 0.5rem 0;
font-size: 1.4rem;
resize: none;
border: 0.1rem solid var(--color-border);
border-radius: 1rem;
transition: all 0.4s ease-in-out;
}
#contact-wrapper .form label {
text-transform: uppercase;
display: inline-block;
padding: 0.5rem 1rem;
font-size: 1.3rem;
margin-top: 0.5rem;
color: var(--color-dark);
font-family: var(--font-heading);
letter-spacing: 0.2rem;
}
#contact-wrapper .form fieldset ul li:last-child {
display: block;
margin: 2rem auto;
}
#contact-wrapper .form fieldset ul li:last-child .btn-dark {
margin: auto;
}
/* */
/* Media Queries */
/* */
@media screen and (max-width: 768px) {
/* about.html */
#our-team .container {
grid-template-areas: 'heading heading' 'owners owners' 'person-1 person-1' 'person-2 person-2'
'person-3 person-3' 'person-4 person-4';
grid-template-rows: auto repeat(5, minmax(250px, auto));
}
#our-team .person {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: minmax(200px, 250px);
grid-gap: 3rem;
padding: 3rem;
}
}
@media screen and (max-width: 600px) {
* {
font-size: 9px;
}
#our-team .owners {
grid-template-columns: 1fr;
grid-template-rows: auto 250px;
}
#testimonials-wrapper .testimonial,
#events-wrapper .events {
grid-template-columns: 1fr 1.5fr;
}
#testimonials-wrapper i {
left: 41%;
}
}
@media screen and (max-width: 500px) {
#about-wrapper .photo,
#events-main-wrapper .photo,
#game-collection-main-wrapper .photo,
#contact-main-wrapper .photo {
margin: 0 auto 2rem;
}
#about-wrapper .about-img {
padding: 0;
}
#our-team .person {
grid-template-columns: 1fr;
grid-template-rows: minmax(200px, 250px) auto;
grid-gap: 0rem;
padding: 3rem;
}
#testimonials-wrapper .testimonial,
#events-wrapper .events {
grid-template-columns: 1fr;
grid-template-rows: 200px auto;
}
#testimonials-wrapper .testimonial .p-2,
#testimonials-wrapper .testimonial .heading-3 {
text-align: center;
}
#testimonials-wrapper i {
top: -3%;
left: 4%;
}
#showcase-wrapper form fieldset ul li,
#contact-wrapper .form fieldset ul li {
width: 100%;
}
}
@media screen and (max-width: 400px) {
* {
font-size: 8px;
}
} | 03_grid/style/style-rest.css | #about-wrapper,
#events-main-wrapper,
#game-collection-main-wrapper,
#contact-main-wrapper {
padding-top: 6rem;
}
#about-wrapper .container,
#events-main-wrapper .container,
#game-collection-main-wrapper .container,
#contact-main-wrapper .container {
display: flex;
flex-direction: column;
}
#about-wrapper .about-img {
padding: 0 5rem;
}
#about-wrapper .photo,
#events-main-wrapper .photo,
#game-collection-main-wrapper .photo,
#contact-main-wrapper .photo {
margin: 0 auto 5rem;
}
/* Out Team Section */
#our-team .container {
grid-template-areas: 'heading heading' 'owners owners' 'person-1 person-2' 'person-3 person-4';
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto repeat(3, minmax(250px, auto));
grid-gap: 2rem;
padding: 5rem 2rem;
}
#our-team .heading-container {
grid-area: heading;
}
#our-team .owners {
grid-area: owners;
grid-template-columns: repeat(2, 1fr);
padding: 3rem;
grid-gap: 4rem;
border-radius: 1rem;
box-shadow: var(--shadow);
}
#our-team #person-1 {
grid-area: person-1;
}
#our-team #person-2 {
grid-area: person-2;
}
#our-team #person-3 {
grid-area: person-3;
}
#our-team #person-4 {
grid-area: person-4;
}
#our-team .person {
grid-template-rows: minmax(200px, 300px) auto;
border-radius: 1rem;
box-shadow: var(--shadow);
padding: 3rem 5rem;
}
#our-team .person .photo {
border-radius: 50%;
}
/* Testimonials Section */
#testimonials-wrapper .container {
grid-template-rows: auto repeat(3, minmax(250px, auto));
grid-gap: 2rem;
padding: 5rem 2rem;
}
#testimonials-wrapper .testimonial,
#events-wrapper .events {
grid-template-columns: 1fr 3fr;
grid-gap: 3rem;
position: relative;
padding: 3rem;
}
#testimonials-wrapper .photo {
border-radius: 50%;
box-shadow: none;
}
#testimonials-wrapper .testimonial .p-2,
#testimonials-wrapper .testimonial .heading-3 {
text-align: left;
}
#testimonials-wrapper i {
position: absolute;
top: 5%;
left: 27%;
font-size: 3rem;
color: var(--color-emphasis);
}
/* */
/* */
/* events.html */
/* */
/* */
/* */
#events-wrapper .container {
grid-template-rows: auto repeat(3, minmax(300px, auto));
grid-gap: 2rem;
padding: 5rem 2rem;
}
#events-wrapper .events {
grid-template-columns: 1fr 2fr;
}
#events-wrapper .photo {
border-radius: 50%;
box-shadow: none;
}
/* */
/* */
/* game-collection.html */
/* */
/* */
#game-collection-wrapper {
padding-top: 5rem;
}
#game-collection-wrapper .p-2 {
padding: 3rem;
border-radius: 1rem;
box-shadow: var(--shadow);
}
#game-collection-wrapper .container div ul li {
font-size: 1.75rem;
}
#game-collection-wrapper .container .games div {
position: relative;
}
#game-collection-wrapper .container .games div > ul {
width: 100%;
columns: auto 3;
column-gap: 10%;
column-fill: balance;
margin: 5rem 0;
padding: 4rem 2rem;
border-top: 0.5rem double var(--color-border);
text-align: center;
}
#game-collection-wrapper .container .games div div:last-child {
position: absolute;
top: -17.5%;
left: 0;
width: 100%;
}
#game-collection-wrapper .letter {
font-family: var(--font-heading);
font-size: 4rem;
line-height: 1em;
display: block;
text-align: center;
width: 5rem;
margin: auto;
padding: 1rem 0;
border: 0.1rem solid var(--color-dark);
background-color: var(--color-dark);
color: var(--color-heading);
}
/* */
/* */
/* contact.html */
/* */
/* */
#contact-wrapper .container {
padding: 5rem 2rem;
grid-gap: 2rem;
}
#contact-wrapper .form-description .p-2 {
padding: 0 3rem 3rem;
}
#contact-wrapper .form {
padding: 5rem;
}
#contact-wrapper .form fieldset {
background-color: var(--color-light);
}
#contact-wrapper .form .select {
margin-top: 2rem;
}
#contact-wrapper .form fieldset ul li:nth-child(3),
#contact-wrapper .form fieldset ul li:nth-child(4) {
display: block;
width: 100%;
}
#contact-wrapper .form textarea {
text-align: center;
width: 100%;
padding: 0.5rem;
margin: 0.5rem 0;
font-size: 1.4rem;
resize: none;
border: 0.1rem solid var(--color-border);
border-radius: 1rem;
transition: all 0.4s ease-in-out;
}
#contact-wrapper .form label {
text-transform: uppercase;
display: inline-block;
padding: 0.5rem 1rem;
font-size: 1.3rem;
margin-top: 0.5rem;
color: var(--color-dark);
font-family: var(--font-heading);
letter-spacing: 0.2rem;
}
#contact-wrapper .form fieldset ul li:last-child {
display: block;
margin: 2rem auto;
}
#contact-wrapper .form fieldset ul li:last-child .btn-dark {
margin: auto;
}
/* */
/* Media Queries */
/* */
@media screen and (max-width: 768px) {
/* about.html */
#our-team .container {
grid-template-areas: 'heading heading' 'owners owners' 'person-1 person-1' 'person-2 person-2'
'person-3 person-3' 'person-4 person-4';
grid-template-rows: auto repeat(5, minmax(250px, auto));
}
#our-team .person {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: minmax(200px, 250px);
grid-gap: 3rem;
padding: 3rem;
}
}
@media screen and (max-width: 600px) {
* {
font-size: 9px;
}
#our-team .owners {
grid-template-columns: 1fr;
grid-template-rows: auto 250px;
}
#testimonials-wrapper .testimonial,
#events-wrapper .events {
grid-template-columns: 1fr 1.5fr;
}
#testimonials-wrapper i {
left: 41%;
}
}
@media screen and (max-width: 500px) {
#about-wrapper .photo,
#events-main-wrapper .photo,
#game-collection-main-wrapper .photo,
#contact-main-wrapper .photo {
margin: 0 auto 2rem;
}
#about-wrapper .about-img {
padding: 0;
}
#our-team .person {
grid-template-columns: 1fr;
grid-template-rows: minmax(200px, 250px) auto;
grid-gap: 0rem;
padding: 3rem;
}
#testimonials-wrapper .testimonial,
#events-wrapper .events {
grid-template-columns: 1fr;
grid-template-rows: 200px auto;
}
#testimonials-wrapper .testimonial .p-2,
#testimonials-wrapper .testimonial .heading-3 {
text-align: center;
}
#testimonials-wrapper i {
top: -3%;
left: 4%;
}
#showcase-wrapper form fieldset ul li,
#contact-wrapper .form fieldset ul li {
width: 100%;
}
}
@media screen and (max-width: 400px) {
* {
font-size: 8px;
}
} | 0.287368 | 0.059537 |
*{
cursor: pointer;
}
.header{
background-image: url('../assets/backgrounds/h_img.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: white;
text-align: center;
font-family: 'Gabriela', serif;
}
.welcome h1{
padding: .1%;
margin-top:1%;
font-size: 3vw;
}
.welcome p{
padding: .2%;
}
#logo{
margin-top:15%;
margin-bottom: 3%;
width: 6vw;
height: 6vw;
}
#mouse{
/* padding-top : 2%; */
margin-top: 3%;
margin-bottom: 5%;
/* animation-iteration-count: infinite; */
}
#mouse {
animation: bounce 2s infinite;
}
.about-us{
text-align: center;
padding-top:5%;
padding-bottom: 5%;
}
/* services */
.services{
background-image: url('../assets/backgrounds/s_image.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: white;
text-align: center;
padding-top:10%;
padding-bottom:10%;
font-family: 'Gabriela', serif;
}
.services p{
font-size: 1.3vw;
font-family: 'Noto Sans KR', sans-serif;
}
/* WHAT WE DO */
.what-we-do{
padding-top: 3%;
}
.row{
padding-top: 2%;
}
.row .column {
float: left;
width: 33.33%;
}
.column .flashcard{
display: block;
}
.row p{
font-size: 1.4vw;
}
.what-we-do{
text-align: center;
}
#what{
display: flex;
}
.flashcard{
display:inline-flex;
}
.show , .hide{
display: table-cell;
vertical-align: middle;
text-align: center;
}
/* portfolio */
#portfolio h1{
text-align: center;
}
#portfolio img {
width: 100%;
}
.card {
margin: 10px 0 0 20px;
position: relative;
overflow: hidden;
}
.card-deck{
display: flex;
text-align: center;
}
.card:hover img {
transform: scale(1.2);
transition: all 0.3s ease;
}
.card-1 {
position: absolute;
width: 100%;
min-height: 100%;
background: rgba(0, 0, 0, 0.582);
cursor: pointer;
display: none;
transition: all 0.2s ease;
}
.card-1 .title{
padding: 5% 0;
text-transform: uppercase;
color: white;
background-color: rgba(0, 0, 0, 0.301);
padding: 50% 0 30% 0;
font-weight: 100%;
padding-top: 20%;
border: .4vw solid whitesmoke;
font-size: 1.8vw;
line-height: 90%;
margin: 5% 5%;
overflow: hidden;
}
.card-deck {
padding: 1% 5% 0 5%;
}
/* CONTACT */
.contact{
background-image: url('../assets/backgrounds/c_image.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: white;
text-align: center;
margin-top:5%;
padding-top: 3%;
padding-bottom: 9%;
font-family: 'Gabriela', serif;
}
#name, #email, #msg{
font-size: 1.5vw;
}
.form-group textarea::placeholder{
color: #fffeff;
}
.form-group input::placeholder{
color: #fffeff;
}
#name , #email{
display: inline-flex;
width: 30%;
background: none;
color: white;
}
#msg{
width: 60%;
background: none;
color: white;
margin-top:2% ;
margin-left:20%;
}
#btn{
margin: 2%;
}
/* footer */
.social{
text-align: center;
}
.social img{
margin: 1%;
}
.social .year{
margin-top: -1%;
}
.social img:hover{
transform: scale(1.1);
} | css/style.css | *{
cursor: pointer;
}
.header{
background-image: url('../assets/backgrounds/h_img.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: white;
text-align: center;
font-family: 'Gabriela', serif;
}
.welcome h1{
padding: .1%;
margin-top:1%;
font-size: 3vw;
}
.welcome p{
padding: .2%;
}
#logo{
margin-top:15%;
margin-bottom: 3%;
width: 6vw;
height: 6vw;
}
#mouse{
/* padding-top : 2%; */
margin-top: 3%;
margin-bottom: 5%;
/* animation-iteration-count: infinite; */
}
#mouse {
animation: bounce 2s infinite;
}
.about-us{
text-align: center;
padding-top:5%;
padding-bottom: 5%;
}
/* services */
.services{
background-image: url('../assets/backgrounds/s_image.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: white;
text-align: center;
padding-top:10%;
padding-bottom:10%;
font-family: 'Gabriela', serif;
}
.services p{
font-size: 1.3vw;
font-family: 'Noto Sans KR', sans-serif;
}
/* WHAT WE DO */
.what-we-do{
padding-top: 3%;
}
.row{
padding-top: 2%;
}
.row .column {
float: left;
width: 33.33%;
}
.column .flashcard{
display: block;
}
.row p{
font-size: 1.4vw;
}
.what-we-do{
text-align: center;
}
#what{
display: flex;
}
.flashcard{
display:inline-flex;
}
.show , .hide{
display: table-cell;
vertical-align: middle;
text-align: center;
}
/* portfolio */
#portfolio h1{
text-align: center;
}
#portfolio img {
width: 100%;
}
.card {
margin: 10px 0 0 20px;
position: relative;
overflow: hidden;
}
.card-deck{
display: flex;
text-align: center;
}
.card:hover img {
transform: scale(1.2);
transition: all 0.3s ease;
}
.card-1 {
position: absolute;
width: 100%;
min-height: 100%;
background: rgba(0, 0, 0, 0.582);
cursor: pointer;
display: none;
transition: all 0.2s ease;
}
.card-1 .title{
padding: 5% 0;
text-transform: uppercase;
color: white;
background-color: rgba(0, 0, 0, 0.301);
padding: 50% 0 30% 0;
font-weight: 100%;
padding-top: 20%;
border: .4vw solid whitesmoke;
font-size: 1.8vw;
line-height: 90%;
margin: 5% 5%;
overflow: hidden;
}
.card-deck {
padding: 1% 5% 0 5%;
}
/* CONTACT */
.contact{
background-image: url('../assets/backgrounds/c_image.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: white;
text-align: center;
margin-top:5%;
padding-top: 3%;
padding-bottom: 9%;
font-family: 'Gabriela', serif;
}
#name, #email, #msg{
font-size: 1.5vw;
}
.form-group textarea::placeholder{
color: #fffeff;
}
.form-group input::placeholder{
color: #fffeff;
}
#name , #email{
display: inline-flex;
width: 30%;
background: none;
color: white;
}
#msg{
width: 60%;
background: none;
color: white;
margin-top:2% ;
margin-left:20%;
}
#btn{
margin: 2%;
}
/* footer */
.social{
text-align: center;
}
.social img{
margin: 1%;
}
.social .year{
margin-top: -1%;
}
.social img:hover{
transform: scale(1.1);
} | 0.47171 | 0.07221 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=PT+Serif:wght@400;700&family=Poppins:wght@400;600&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
border: none;
}
:root {
font-size: 62.5%;
}
.layout {
max-width: 1000px;
width: 100%;
margin: 110px auto 50px auto;
padding: 0 19px;
}
a {
text-decoration: none;
color: #A9A9A9;
}
/* ===================Cabeçalho===================== */
header.top {
display: flex;
margin: auto;
}
header h1 {
font-family: 'PT Serif', serif;
font-style: normal;
font-weight: bold;
font-size: 3.6rem;
line-height: 48px;
letter-spacing: -0.045em;
margin-bottom: 30px;
width: 100%;
}
.titulos h2 {
font-family: 'Poppins', sans-serif;
font-size: 1.8rem;
font-style: normal;
font-weight: 600;
line-height: 27px;
letter-spacing: 0em;
text-align: left;
text-transform: uppercase;
margin-bottom: 10px;
}
.titulos > p {
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1.8rem;
line-height: 27px;
}
@media screen and (max-width: 780px){
header.top{
display: flex;
flex-direction: column;
}
}
/* =========== Responsividade das Fontes =========== */
@media screen and (max-width: 420px){
.top > p {
font-size: 1.4rem;
}
.imagens .desc-1 {
font-size: 1.4rem;
}
.imagens .desc-2 {
font-size: 1rem;
}
}
/* =========== Responsividade das Fontes =========== */
/* ===================Fim do Cabeçalho===================== */
/* ===================Conteúdo===================== */
img {
max-width: 100%;
display: block;
}
.conteudo {
width: 100%;
display: grid;
grid-template-columns: repeat(3, 1fr);
margin: auto;
grid-gap: 0rem 3rem;
margin-top: 40px;
}
.imagens {
max-width: 266px;
display: flex;
gap: 10px;
}
.conteudo .imagens:nth-child(2){
margin-top: 80px;
}
.conteudo .imagens:nth-child(5){
margin-top: 80px;
}
/* ===================Fontes===================== */
.desc-1 {
font-family: 'Poppins', sans-serif;
font-size: 1.8rem;
font-style: normal;
font-weight: 600;
line-height: 27px;
letter-spacing: 0em;
text-align: left;
padding: 5px;
}
.desc-2 {
font: normal 400 1.2rem/1.6rem "PT Serif";
text-transform: uppercase;
writing-mode: vertical-rl;
}
/* ===================Fontes===================== */
/* ===================Responsvidade===================== */
@media screen and (max-width: 1400px){
.layou {
max-width: 950px;
}
}
@media screen and (max-width: 1150px){
.layout {
max-width: 900px;
}
}
@media screen and (max-width: 780px){
.layout {
max-width: 630px;
}
.conteudo{
grid-template-columns: 1fr 1fr;
grid-gap: 0rem 1rem;
}
.imagens {
gap: 5px
}
.conteudo .imagens:nth-child(2){
margin-top: 40px;
}
.conteudo .imagens:nth-child(5){
margin-top: 0;
}
.conteudo .imagens:nth-child(4){
margin-top: 40px;
}
.conteudo .imagens:nth-child(6){
margin-top: 40px;
}
}
/* ===================Responsvidade===================== */
/* ===================Rodape===================== */
.footer p {
font: 500 1.4rem/1.7rem "Montserrat";
text-align: center;
color: #A9A9A9;
padding: 20px;
}
.footer p a.link {
text-decoration: underline;
font-weight: 700;
}
/* ===================Rodape===================== */
/*
=======================Teste====================
.imagens:nth-child(1) .desc-2{
transform: rotate(90deg) translate(42px, -64px);
}
.imagens:nth-child(2) .desc-2{
transform: rotate(90deg) translate(34px, -56px);
}
.conteudo .imagens:nth-child(2){
margin-top: 100px;
}
.imagens:nth-child(3) .desc-2{
transform: rotate(90deg) translate(24px, -45px);
}
.imagens:nth-child(4) .desc-2{
transform: rotate(90deg) translate(30px, -53px);
}
.imagens:nth-child(5) .desc-2{
transform: rotate(90deg) translate(30px, -53px);
}
.conteudo .imagens:nth-child(5){
margin-top: 100px;
}
.imagens:nth-child(6) .desc-2{
transform: rotate(90deg) translate(30px, -53px);
} */ | style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=PT+Serif:wght@400;700&family=Poppins:wght@400;600&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
border: none;
}
:root {
font-size: 62.5%;
}
.layout {
max-width: 1000px;
width: 100%;
margin: 110px auto 50px auto;
padding: 0 19px;
}
a {
text-decoration: none;
color: #A9A9A9;
}
/* ===================Cabeçalho===================== */
header.top {
display: flex;
margin: auto;
}
header h1 {
font-family: 'PT Serif', serif;
font-style: normal;
font-weight: bold;
font-size: 3.6rem;
line-height: 48px;
letter-spacing: -0.045em;
margin-bottom: 30px;
width: 100%;
}
.titulos h2 {
font-family: 'Poppins', sans-serif;
font-size: 1.8rem;
font-style: normal;
font-weight: 600;
line-height: 27px;
letter-spacing: 0em;
text-align: left;
text-transform: uppercase;
margin-bottom: 10px;
}
.titulos > p {
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1.8rem;
line-height: 27px;
}
@media screen and (max-width: 780px){
header.top{
display: flex;
flex-direction: column;
}
}
/* =========== Responsividade das Fontes =========== */
@media screen and (max-width: 420px){
.top > p {
font-size: 1.4rem;
}
.imagens .desc-1 {
font-size: 1.4rem;
}
.imagens .desc-2 {
font-size: 1rem;
}
}
/* =========== Responsividade das Fontes =========== */
/* ===================Fim do Cabeçalho===================== */
/* ===================Conteúdo===================== */
img {
max-width: 100%;
display: block;
}
.conteudo {
width: 100%;
display: grid;
grid-template-columns: repeat(3, 1fr);
margin: auto;
grid-gap: 0rem 3rem;
margin-top: 40px;
}
.imagens {
max-width: 266px;
display: flex;
gap: 10px;
}
.conteudo .imagens:nth-child(2){
margin-top: 80px;
}
.conteudo .imagens:nth-child(5){
margin-top: 80px;
}
/* ===================Fontes===================== */
.desc-1 {
font-family: 'Poppins', sans-serif;
font-size: 1.8rem;
font-style: normal;
font-weight: 600;
line-height: 27px;
letter-spacing: 0em;
text-align: left;
padding: 5px;
}
.desc-2 {
font: normal 400 1.2rem/1.6rem "PT Serif";
text-transform: uppercase;
writing-mode: vertical-rl;
}
/* ===================Fontes===================== */
/* ===================Responsvidade===================== */
@media screen and (max-width: 1400px){
.layou {
max-width: 950px;
}
}
@media screen and (max-width: 1150px){
.layout {
max-width: 900px;
}
}
@media screen and (max-width: 780px){
.layout {
max-width: 630px;
}
.conteudo{
grid-template-columns: 1fr 1fr;
grid-gap: 0rem 1rem;
}
.imagens {
gap: 5px
}
.conteudo .imagens:nth-child(2){
margin-top: 40px;
}
.conteudo .imagens:nth-child(5){
margin-top: 0;
}
.conteudo .imagens:nth-child(4){
margin-top: 40px;
}
.conteudo .imagens:nth-child(6){
margin-top: 40px;
}
}
/* ===================Responsvidade===================== */
/* ===================Rodape===================== */
.footer p {
font: 500 1.4rem/1.7rem "Montserrat";
text-align: center;
color: #A9A9A9;
padding: 20px;
}
.footer p a.link {
text-decoration: underline;
font-weight: 700;
}
/* ===================Rodape===================== */
/*
=======================Teste====================
.imagens:nth-child(1) .desc-2{
transform: rotate(90deg) translate(42px, -64px);
}
.imagens:nth-child(2) .desc-2{
transform: rotate(90deg) translate(34px, -56px);
}
.conteudo .imagens:nth-child(2){
margin-top: 100px;
}
.imagens:nth-child(3) .desc-2{
transform: rotate(90deg) translate(24px, -45px);
}
.imagens:nth-child(4) .desc-2{
transform: rotate(90deg) translate(30px, -53px);
}
.imagens:nth-child(5) .desc-2{
transform: rotate(90deg) translate(30px, -53px);
}
.conteudo .imagens:nth-child(5){
margin-top: 100px;
}
.imagens:nth-child(6) .desc-2{
transform: rotate(90deg) translate(30px, -53px);
} */ | 0.266739 | 0.075517 |
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, font, 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,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
outline: 0;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
hr {
border: none;
height: 1px;
clear: both;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a img {
border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
zoom:1;
}
/* Utilities */
.assistive-text, .screen-reader-text{display:none;}
.widget-blank-msg{display:none;}
.cfix:after{
content: "\0020";
display: block;
height: 0;
clear: both;
overflow: hidden;
visibility: hidden;
}
/* Rebuild of common elements */
body{
font-family:'Open Sans',Corbel,'Helvetica Neue',Trebuchet,sans-serif;
font-size:100%;
line-height:1.5;
color:#111;
}
#wrap{
width:960px;
margin:0 auto;
position:relative;
padding-bottom:1em;
}
/* typography */
h1{font-size:1.8em;
letter-spacing: -1px;
}
h2{font-size:1.4em;color:#000;}
h3{font-size:1.2em;font-weight:700;color:#000;}
blockquote{font-size:1.4em;font-weight:600;}
p strong{font-weight:600;color:#000;}
p,li{font-size:1.1em;}
small{font-size:1em;}
h1,h2,h3,p,li{margin:0.5em 0 0 0;}
li{ list-style-type:none; }
a{text-decoration:none;
color:#0072bc;
}
a:hover{
color:#f90;
transition: color 0.5s;
}
h3.warning{
text-align:center;
font-size:1.0em;
font-weight:400;
color:#303030;
background:#f90;
}
input[type="email"]{
border-radius:4px;
width: 360px;
padding:0.5em 0.5em;
margin:0 1em 0 0;
font-size:1em;
}
input[type="submit"]{
display:inline-block;
background:#0072bc;
color:#fff;
border:none;
border-radius:4px;
padding:0.4em 1em;
margin:0 0.5em 0 0;
cursor:pointer;
font-size:1em;
}
button{
display:inline-block;
background:#0072bc;
color:#fff;
border:none;
border-radius:4px;
padding:0.4em 1em;
margin:0 0.5em 0 0;
cursor:pointer;
font-size:1em;
}
button:hover{
background:#f90;
transition: background 0.1s;
}
/* specific selectors xlabs styles */
#wrap>header{
height:130px;
}
#wrap>header>h1,.logo{
position:absolute;
top:10px;
left:0;
}
#wrap>header>h1{
left:160px;
padding-left:20px;
border-left:1px solid #ddd;
}
.logo a{
display:block;
background: url('final_nogaze_small.png') no-repeat 0 0;
width:150px;
height:90px;
text-indent:-9000px;
}
nav{
position:absolute;
top:90px;
left:0;
border:1px solid #ddd;
border-left:none;
border-right:none;
width:100%;
}
nav ul{
display:table;
width:100%;
}
nav li{
display:table-cell;
text-align:center;
padding:0.5em 0;
font-size:0.9em;
}
label{
width:30%;
display:inline-block;
}
span.featureGroup{
width:68%;
display:inline-block;
}
.updatedField{
display:inline-block;
min-width:140px;
background:#ddd;
border-radius:4px;
padding:0.2em 1em;
margin-right:0.5em;
font-size:1em;
}
#videoStream{
background:#ddd;
padding:10px 0;
text-align:center;
}
#videoStream img{
height:480px;
width:auto;
min-width:640px; /* let widescreen do it's thing */
background:#fff;
text-align:center;
display:block;
margin:0 auto;
color:#999;
font-size:0.8em;
line-height:4em;
} | xlabs/hands_free_player/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, font, 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,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
outline: 0;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
hr {
border: none;
height: 1px;
clear: both;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a img {
border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
zoom:1;
}
/* Utilities */
.assistive-text, .screen-reader-text{display:none;}
.widget-blank-msg{display:none;}
.cfix:after{
content: "\0020";
display: block;
height: 0;
clear: both;
overflow: hidden;
visibility: hidden;
}
/* Rebuild of common elements */
body{
font-family:'Open Sans',Corbel,'Helvetica Neue',Trebuchet,sans-serif;
font-size:100%;
line-height:1.5;
color:#111;
}
#wrap{
width:960px;
margin:0 auto;
position:relative;
padding-bottom:1em;
}
/* typography */
h1{font-size:1.8em;
letter-spacing: -1px;
}
h2{font-size:1.4em;color:#000;}
h3{font-size:1.2em;font-weight:700;color:#000;}
blockquote{font-size:1.4em;font-weight:600;}
p strong{font-weight:600;color:#000;}
p,li{font-size:1.1em;}
small{font-size:1em;}
h1,h2,h3,p,li{margin:0.5em 0 0 0;}
li{ list-style-type:none; }
a{text-decoration:none;
color:#0072bc;
}
a:hover{
color:#f90;
transition: color 0.5s;
}
h3.warning{
text-align:center;
font-size:1.0em;
font-weight:400;
color:#303030;
background:#f90;
}
input[type="email"]{
border-radius:4px;
width: 360px;
padding:0.5em 0.5em;
margin:0 1em 0 0;
font-size:1em;
}
input[type="submit"]{
display:inline-block;
background:#0072bc;
color:#fff;
border:none;
border-radius:4px;
padding:0.4em 1em;
margin:0 0.5em 0 0;
cursor:pointer;
font-size:1em;
}
button{
display:inline-block;
background:#0072bc;
color:#fff;
border:none;
border-radius:4px;
padding:0.4em 1em;
margin:0 0.5em 0 0;
cursor:pointer;
font-size:1em;
}
button:hover{
background:#f90;
transition: background 0.1s;
}
/* specific selectors xlabs styles */
#wrap>header{
height:130px;
}
#wrap>header>h1,.logo{
position:absolute;
top:10px;
left:0;
}
#wrap>header>h1{
left:160px;
padding-left:20px;
border-left:1px solid #ddd;
}
.logo a{
display:block;
background: url('final_nogaze_small.png') no-repeat 0 0;
width:150px;
height:90px;
text-indent:-9000px;
}
nav{
position:absolute;
top:90px;
left:0;
border:1px solid #ddd;
border-left:none;
border-right:none;
width:100%;
}
nav ul{
display:table;
width:100%;
}
nav li{
display:table-cell;
text-align:center;
padding:0.5em 0;
font-size:0.9em;
}
label{
width:30%;
display:inline-block;
}
span.featureGroup{
width:68%;
display:inline-block;
}
.updatedField{
display:inline-block;
min-width:140px;
background:#ddd;
border-radius:4px;
padding:0.2em 1em;
margin-right:0.5em;
font-size:1em;
}
#videoStream{
background:#ddd;
padding:10px 0;
text-align:center;
}
#videoStream img{
height:480px;
width:auto;
min-width:640px; /* let widescreen do it's thing */
background:#fff;
text-align:center;
display:block;
margin:0 auto;
color:#999;
font-size:0.8em;
line-height:4em;
} | 0.214609 | 0.084191 |
* {
box-sizing: border-box;
}
body {
background: rgb(215, 234, 254);
background-position: center;
background-size: cover;
}
.greetings {
z-index: 5;
height: 150px;
text-align: center;
font-size: 70px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
p {
text-align: center;
font-size: 35px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
a {
text-align: center;
padding-right: 20px;
text-decoration: none;
}
/*****************/
/* MAIN PAGE CSS */
/*****************/
#mainpage {
z-index: -3;
background-image: url(assets/mainpage.svg);
width: 100vw;
}
.hello {
z-index: 2;
position: absolute;
top: 200px;
height: 80px;
left: 350px;
}
#moon {
z-index: 1;
position: absolute;
width: 300px;
height: 300px;
left: 550px;
/* border-radius: 100%; */
background-image: url("assets/darkmoon.svg");
background-size: cover;
background-color: transparent;
border-radius: 50%;
}
.contact {
z-index: 5;
text-align: center;
font-size: 30px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
text-decoration: underline double black;
position: absolute;
bottom: 20px;
}
.contact-info {
z-index: 5;
position: absolute;
bottom: 0px;
text-align: center;
font-size: 20px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.flying-avatar {
z-index: 2;
position: fixed;
right: 10px;
bottom: 0px;
width: 150px;
height: 160px;
/* border-radius: 100%; */
background-image: url("assets/jetpackgirl-Left.svg");
background-size: cover;
background-color: transparent;
}
.night-clouds {
z-index: 5;
position: absolute;
width: 100vw;
}
.left-clouds {
position: absolute;
}
.left-1 {
width: 700px;
height: 250px;
top: 30px;
left: -50px;
background-image: url(assets/left-1.svg);
background-size: cover;
background-color: transparent;
}
.left-2 {
width: 700px;
height: 270px;
top: 80px;
left: 100px;
background-image: url(assets/left-2.svg);
background-size: cover;
background-color: transparent;
}
.left-3 {
width: 700px;
height: 250px;
top: 150px;
left: 150px;
background-image: url(assets/left-3.svg);
background-size: cover;
background-color: transparent;
}
.right-clouds {
position: absolute;
}
.right-1 {
width: 750px;
height: 250px;
top: 10px;
right: -30px;
background-image: url(assets/right-1.svg);
background-size: cover;
background-color: transparent;
}
.right-2 {
width: 740px;
height: 270px;
top: 50px;
right: 50px;
background-image: url(assets/right-2.svg);
background-size: cover;
background-color: transparent;
}
.right-3 {
width: 650px;
height: 290px;
top: 100px;
right: 150px;
background-image: url(assets/right-3.svg);
background-size: cover;
background-color: transparent;
}
.center-cloud {
z-index: 6;
width: 770px;
height: 250px;
top: 160px;
left: 350px;
position: absolute;
background-image: url(assets/center.svg);
background-size: cover;
background-color: transparent;
}
/*****************/
/* PROJ PAGE CSS */
/*****************/
#proj-page {
background-image: url(assets/projspage.svg);
}
#avatar-container {
z-index: 2;
position: fixed;
right: 0px;
bottom: 0px;
width: 200px;
height: 200px;
/* border-radius: 100%; */
background-image: url("assets/svg_avatar_blank.svg");
background-size: cover;
background-color: cadetblue;
border: 5px solid black;
border-radius: 50%;
}
.eye-container {
z-index: 1;
position: absolute;
top: 60px;
left: 12px;
height: 40px;
width: 88px;
background-color: transparent;
}
#rEye {
z-index: 1;
position: fixed;
right: 120px;
bottom: 105px;
width: 10px;
height: 14px;
border-radius: 50%;
background-color: black;
}
#lEye {
z-index: 1;
position: fixed;
right: 171px;
bottom: 117px;
width: 9px;
height: 13px;
border-radius: 50%;
background-color: black;
}
#mouth {
z-index: 4;
position: fixed;
right: 109px;
bottom: 37px;
width: 100px;
height: 100px;
}
.smile {
z-index: 5;
position: absolute;
right: 0px;
bottom: 0px;
width: 80px;
height: 70px;
background: url("assets/closedMouth.svg");
background-size: cover;
}
.speak {
z-index: 5;
position: absolute;
right: 0px;
bottom: 0px;
width: 80px;
height: 70px;
background-image: url("assets/openMouth.svg");
background-size: cover;
}
.cloud {
width: 550px;
height: 220px;
display: flex;
flex-direction: column;
background: #f2f9fe;
background: linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
background: -webkit-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
background: -moz-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
background: -ms-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
background: -o-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
align-items: center;
/* border: 1px solid black; */
}
.cloud:after,
.cloud:before {
content: "";
position: absolute;
background: #f2f9fe;
z-index: -1;
}
.cloud:after {
width: 200px;
height: 200px;
top: -90px;
left: 70px;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
}
.cloud:before {
width: 300px;
height: 300px;
top: -130px;
right: 70px;
border-radius: 200px;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
}
.right {
left: 225px;
position: relative;
margin: 500px auto 20px;
}
.left {
right: 225px;
position: relative;
margin: 500px auto 20px;
}
#last-cloud {
margin-bottom: 900px;
}
/****************/
/* PROJECTS CSS */
/****************/
.project {
width: 210px;
height: 110px;
background-size: cover;
}
.pacman {
background-image: url("project-refs/pacman.png");
border-radius: 10%;
border: 5px solid grey;
}
.pacman:hover {
width: 600px;
height: 400px;
background-image: url("project-refs/pacman.gif");
position: absolute;
align-self: center;
}
.pacman-info {
z-index: 2;
width: 400px;
height: 500px;
background: white;
position: absolute;
left: 650px;
top: -120px;
display: none;
font-size: 1.5em;
line-height: 1.25em;
padding: 2em;
border-radius: 25px;
}
.eyes {
background-image: url("project-refs/eyes.png");
border-radius: 20%;
border: 5px solid grey;
}
.eyes:hover {
width: 600px;
height: 400px;
background-image: url("project-refs/eyes.gif");
position: absolute;
align-self: center;
}
.eyes-info {
z-index: 2;
width: 400px;
height: 660px;
background: white;
position: absolute;
right: 650px;
top: -150px;
display: none;
font-size: 1.5em;
line-height: 1.25em;
padding: 2em;
border-radius: 25px;
}
.bus {
background-image: url("project-refs/bus.png");
border-radius: 20%;
border: 5px solid grey;
}
.bus:hover {
width: 600px;
height: 400px;
background-image: url("project-refs/bus.gif");
position: absolute;
align-self: center;
border-radius: 5%;
}
.bus-info {
z-index: 2;
width: 400px;
height: 600px;
background: white;
position: absolute;
left: 650px;
top: -120px;
display: none;
font-size: 1.5em;
line-height: 1.25 em;
padding: 2em;
border-radius: 25px;
} | projects.css | * {
box-sizing: border-box;
}
body {
background: rgb(215, 234, 254);
background-position: center;
background-size: cover;
}
.greetings {
z-index: 5;
height: 150px;
text-align: center;
font-size: 70px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
p {
text-align: center;
font-size: 35px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
a {
text-align: center;
padding-right: 20px;
text-decoration: none;
}
/*****************/
/* MAIN PAGE CSS */
/*****************/
#mainpage {
z-index: -3;
background-image: url(assets/mainpage.svg);
width: 100vw;
}
.hello {
z-index: 2;
position: absolute;
top: 200px;
height: 80px;
left: 350px;
}
#moon {
z-index: 1;
position: absolute;
width: 300px;
height: 300px;
left: 550px;
/* border-radius: 100%; */
background-image: url("assets/darkmoon.svg");
background-size: cover;
background-color: transparent;
border-radius: 50%;
}
.contact {
z-index: 5;
text-align: center;
font-size: 30px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
text-decoration: underline double black;
position: absolute;
bottom: 20px;
}
.contact-info {
z-index: 5;
position: absolute;
bottom: 0px;
text-align: center;
font-size: 20px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.flying-avatar {
z-index: 2;
position: fixed;
right: 10px;
bottom: 0px;
width: 150px;
height: 160px;
/* border-radius: 100%; */
background-image: url("assets/jetpackgirl-Left.svg");
background-size: cover;
background-color: transparent;
}
.night-clouds {
z-index: 5;
position: absolute;
width: 100vw;
}
.left-clouds {
position: absolute;
}
.left-1 {
width: 700px;
height: 250px;
top: 30px;
left: -50px;
background-image: url(assets/left-1.svg);
background-size: cover;
background-color: transparent;
}
.left-2 {
width: 700px;
height: 270px;
top: 80px;
left: 100px;
background-image: url(assets/left-2.svg);
background-size: cover;
background-color: transparent;
}
.left-3 {
width: 700px;
height: 250px;
top: 150px;
left: 150px;
background-image: url(assets/left-3.svg);
background-size: cover;
background-color: transparent;
}
.right-clouds {
position: absolute;
}
.right-1 {
width: 750px;
height: 250px;
top: 10px;
right: -30px;
background-image: url(assets/right-1.svg);
background-size: cover;
background-color: transparent;
}
.right-2 {
width: 740px;
height: 270px;
top: 50px;
right: 50px;
background-image: url(assets/right-2.svg);
background-size: cover;
background-color: transparent;
}
.right-3 {
width: 650px;
height: 290px;
top: 100px;
right: 150px;
background-image: url(assets/right-3.svg);
background-size: cover;
background-color: transparent;
}
.center-cloud {
z-index: 6;
width: 770px;
height: 250px;
top: 160px;
left: 350px;
position: absolute;
background-image: url(assets/center.svg);
background-size: cover;
background-color: transparent;
}
/*****************/
/* PROJ PAGE CSS */
/*****************/
#proj-page {
background-image: url(assets/projspage.svg);
}
#avatar-container {
z-index: 2;
position: fixed;
right: 0px;
bottom: 0px;
width: 200px;
height: 200px;
/* border-radius: 100%; */
background-image: url("assets/svg_avatar_blank.svg");
background-size: cover;
background-color: cadetblue;
border: 5px solid black;
border-radius: 50%;
}
.eye-container {
z-index: 1;
position: absolute;
top: 60px;
left: 12px;
height: 40px;
width: 88px;
background-color: transparent;
}
#rEye {
z-index: 1;
position: fixed;
right: 120px;
bottom: 105px;
width: 10px;
height: 14px;
border-radius: 50%;
background-color: black;
}
#lEye {
z-index: 1;
position: fixed;
right: 171px;
bottom: 117px;
width: 9px;
height: 13px;
border-radius: 50%;
background-color: black;
}
#mouth {
z-index: 4;
position: fixed;
right: 109px;
bottom: 37px;
width: 100px;
height: 100px;
}
.smile {
z-index: 5;
position: absolute;
right: 0px;
bottom: 0px;
width: 80px;
height: 70px;
background: url("assets/closedMouth.svg");
background-size: cover;
}
.speak {
z-index: 5;
position: absolute;
right: 0px;
bottom: 0px;
width: 80px;
height: 70px;
background-image: url("assets/openMouth.svg");
background-size: cover;
}
.cloud {
width: 550px;
height: 220px;
display: flex;
flex-direction: column;
background: #f2f9fe;
background: linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
background: -webkit-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
background: -moz-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
background: -ms-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
background: -o-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
align-items: center;
/* border: 1px solid black; */
}
.cloud:after,
.cloud:before {
content: "";
position: absolute;
background: #f2f9fe;
z-index: -1;
}
.cloud:after {
width: 200px;
height: 200px;
top: -90px;
left: 70px;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
}
.cloud:before {
width: 300px;
height: 300px;
top: -130px;
right: 70px;
border-radius: 200px;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
}
.right {
left: 225px;
position: relative;
margin: 500px auto 20px;
}
.left {
right: 225px;
position: relative;
margin: 500px auto 20px;
}
#last-cloud {
margin-bottom: 900px;
}
/****************/
/* PROJECTS CSS */
/****************/
.project {
width: 210px;
height: 110px;
background-size: cover;
}
.pacman {
background-image: url("project-refs/pacman.png");
border-radius: 10%;
border: 5px solid grey;
}
.pacman:hover {
width: 600px;
height: 400px;
background-image: url("project-refs/pacman.gif");
position: absolute;
align-self: center;
}
.pacman-info {
z-index: 2;
width: 400px;
height: 500px;
background: white;
position: absolute;
left: 650px;
top: -120px;
display: none;
font-size: 1.5em;
line-height: 1.25em;
padding: 2em;
border-radius: 25px;
}
.eyes {
background-image: url("project-refs/eyes.png");
border-radius: 20%;
border: 5px solid grey;
}
.eyes:hover {
width: 600px;
height: 400px;
background-image: url("project-refs/eyes.gif");
position: absolute;
align-self: center;
}
.eyes-info {
z-index: 2;
width: 400px;
height: 660px;
background: white;
position: absolute;
right: 650px;
top: -150px;
display: none;
font-size: 1.5em;
line-height: 1.25em;
padding: 2em;
border-radius: 25px;
}
.bus {
background-image: url("project-refs/bus.png");
border-radius: 20%;
border: 5px solid grey;
}
.bus:hover {
width: 600px;
height: 400px;
background-image: url("project-refs/bus.gif");
position: absolute;
align-self: center;
border-radius: 5%;
}
.bus-info {
z-index: 2;
width: 400px;
height: 600px;
background: white;
position: absolute;
left: 650px;
top: -120px;
display: none;
font-size: 1.5em;
line-height: 1.25 em;
padding: 2em;
border-radius: 25px;
} | 0.423577 | 0.111145 |
.domain {
font-family: 'Poppins', sans-serif;
}
.domain-head {
width: 100%;
margin: 0 0 80px 0;
}
.domain-head h2 {
font-size: 48px;
font-weight: 600;
text-transform: uppercase;
color: #000;
margin-bottom: 10px;
}
.domain-head h2 span {
color: #1dbdfc;
}
.domain-head p {
font-size: 14px;
font-weight: 300;
color: #000;
margin-bottom: 70px;
width: 75%;
margin: auto;
}
.topic img{
height: 180px;
width: 210px;
}
.desp-topic .btn-primary {
background-color: #009444;
border-color: #009444;
text-transform: uppercase;
font-size: 15px;
}
.leftTopic h2 {
font-size: 36px;
font-weight: 600;
margin-left: 10px;
}
.category-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 90px;
border-bottom: 1px solid #cdcdcd;
cursor: pointer;
}
.position-relative {
position: relative;
padding: 2px 35px;
}
.green ::before {
content: "";
position: absolute;
right: 39%;
bottom: 0px;
height: 6px;
width: 30px;
background-color: #009444;
}
.purple ::before {
content: "";
position: absolute;
right: 39%;
bottom: 0px;
height: 6px;
width: 30px;
background-color: #7f3f98;
}
.orange ::before {
content: "";
position: absolute;
right: 39%;
bottom: 0px;
height: 6px;
width: 30px;
background-color: #f15a29;
}
.sky ::before {
content: "";
position: absolute;
right: 39%;
bottom: 0px;
height: 6px;
width: 30px;
background-color: #1cb5f2;
}
.blue ::before {
content: "";
position: absolute;
right: 39%;
bottom: 0px;
height: 6px;
width: 30px;
background-color: #01478e;
}
.health-before ::before {
content: "";
position: absolute;
right: 39%;
bottom: 0px;
height: 6px;
width: 30px;
background-color: red;
}
.green-back {
background-color: #009444;
position: relative;
}
.green-back::after {
content: "";
position: absolute;
right: 35%;
top: -31px;
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 31px solid #009444;
}
.health-tab {
padding: 20px 50px 10px;
}
.health-tab p{
font-weight: 500;
text-transform: uppercase;
margin-top: 14px;
}
.green-active{background: #009444;}
.green-active:before {
width: 40px;
height: 40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #009444;
content: "";
margin: 0 auto;
position: absolute;
top: -40px;
left: 81px;
}
.green-active p{
color: #fff;
}
.green-active img {
filter: brightness(100) invert(0);
}
.purple-active{background: #7f3f98;}
.purple-active:before{
width: 40px;
height: 40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #7f3f98;
content: "";
margin: 0 auto;
position: absolute;
top: -40px;
left: 81px;
}
.purple-active p{
color: #fff;
}
.purple-active img {
filter: brightness(100) invert(0);
}
.orange-active{background: #f15a29;}
.orange-active:before{
width: 40px;
height: 40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #f15a29;
content: "";
margin: 0 auto;
position: absolute;
top: -40px;
left: 81px;
}
.orange-active p{
color: #fff;
}
.orange-active img {
filter: brightness(100) invert(0);
}
.sky-active{background: #1cb5f2;}
.sky-active p{
color: #fff;
}
.sky-active img {
filter: brightness(100) invert(0);
}
.blue-active{background: #01478e;}
.blue-active:before{
width: 40px;
height: 40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #01478e;
content: "";
margin: 0 auto;
position: absolute;
top: -40px;
left: 81px;
}
.sky-active:before{
width: 40px;
height: 40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #1cb5f2;
content: "";
margin: 0 auto;
position: absolute;
top: -40px;
left: 81px;
}
.blue-active p{
color: #fff;
}
.blue-active img {
filter: brightness(100) invert(0);
}
.imgSec {
width: 100%;
height: auto;
}
.imgSec img {
width: 100%;
}
@media only screen and (max-width : 767px) {
.category-container{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.leftTopic h2 {
font-size: 25px;
}
.domain-head h2 {
font-size: 35px;
}
.topic {
margin-bottom: 20px
}
.topic img {
height: 90px;
width: 105px;
}
}
@media (max-width : 768px) and (max-width : 1100) {
.category-container{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.leftTopic h2 {
font-size: 30px;
}
} | app/components/SpecilalisedDomain/sepcialised.css | .domain {
font-family: 'Poppins', sans-serif;
}
.domain-head {
width: 100%;
margin: 0 0 80px 0;
}
.domain-head h2 {
font-size: 48px;
font-weight: 600;
text-transform: uppercase;
color: #000;
margin-bottom: 10px;
}
.domain-head h2 span {
color: #1dbdfc;
}
.domain-head p {
font-size: 14px;
font-weight: 300;
color: #000;
margin-bottom: 70px;
width: 75%;
margin: auto;
}
.topic img{
height: 180px;
width: 210px;
}
.desp-topic .btn-primary {
background-color: #009444;
border-color: #009444;
text-transform: uppercase;
font-size: 15px;
}
.leftTopic h2 {
font-size: 36px;
font-weight: 600;
margin-left: 10px;
}
.category-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 90px;
border-bottom: 1px solid #cdcdcd;
cursor: pointer;
}
.position-relative {
position: relative;
padding: 2px 35px;
}
.green ::before {
content: "";
position: absolute;
right: 39%;
bottom: 0px;
height: 6px;
width: 30px;
background-color: #009444;
}
.purple ::before {
content: "";
position: absolute;
right: 39%;
bottom: 0px;
height: 6px;
width: 30px;
background-color: #7f3f98;
}
.orange ::before {
content: "";
position: absolute;
right: 39%;
bottom: 0px;
height: 6px;
width: 30px;
background-color: #f15a29;
}
.sky ::before {
content: "";
position: absolute;
right: 39%;
bottom: 0px;
height: 6px;
width: 30px;
background-color: #1cb5f2;
}
.blue ::before {
content: "";
position: absolute;
right: 39%;
bottom: 0px;
height: 6px;
width: 30px;
background-color: #01478e;
}
.health-before ::before {
content: "";
position: absolute;
right: 39%;
bottom: 0px;
height: 6px;
width: 30px;
background-color: red;
}
.green-back {
background-color: #009444;
position: relative;
}
.green-back::after {
content: "";
position: absolute;
right: 35%;
top: -31px;
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 31px solid #009444;
}
.health-tab {
padding: 20px 50px 10px;
}
.health-tab p{
font-weight: 500;
text-transform: uppercase;
margin-top: 14px;
}
.green-active{background: #009444;}
.green-active:before {
width: 40px;
height: 40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #009444;
content: "";
margin: 0 auto;
position: absolute;
top: -40px;
left: 81px;
}
.green-active p{
color: #fff;
}
.green-active img {
filter: brightness(100) invert(0);
}
.purple-active{background: #7f3f98;}
.purple-active:before{
width: 40px;
height: 40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #7f3f98;
content: "";
margin: 0 auto;
position: absolute;
top: -40px;
left: 81px;
}
.purple-active p{
color: #fff;
}
.purple-active img {
filter: brightness(100) invert(0);
}
.orange-active{background: #f15a29;}
.orange-active:before{
width: 40px;
height: 40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #f15a29;
content: "";
margin: 0 auto;
position: absolute;
top: -40px;
left: 81px;
}
.orange-active p{
color: #fff;
}
.orange-active img {
filter: brightness(100) invert(0);
}
.sky-active{background: #1cb5f2;}
.sky-active p{
color: #fff;
}
.sky-active img {
filter: brightness(100) invert(0);
}
.blue-active{background: #01478e;}
.blue-active:before{
width: 40px;
height: 40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #01478e;
content: "";
margin: 0 auto;
position: absolute;
top: -40px;
left: 81px;
}
.sky-active:before{
width: 40px;
height: 40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #1cb5f2;
content: "";
margin: 0 auto;
position: absolute;
top: -40px;
left: 81px;
}
.blue-active p{
color: #fff;
}
.blue-active img {
filter: brightness(100) invert(0);
}
.imgSec {
width: 100%;
height: auto;
}
.imgSec img {
width: 100%;
}
@media only screen and (max-width : 767px) {
.category-container{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.leftTopic h2 {
font-size: 25px;
}
.domain-head h2 {
font-size: 35px;
}
.topic {
margin-bottom: 20px
}
.topic img {
height: 90px;
width: 105px;
}
}
@media (max-width : 768px) and (max-width : 1100) {
.category-container{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.leftTopic h2 {
font-size: 30px;
}
} | 0.433742 | 0.08292 |
Horizontally centered content, margins and padding stripped
*/
acronym, abbrev {
cursor: help;
border-bottom: #666 1px dotted;
text-decoration: none;
}
body {
margin: 0;
padding: 0;
text-align: center;
background: #666;
font: normal 11px "lucida grande", verdana, helvetica, arial, sans-serif;
background-repeat: repeat;
}
code, tt, pre {
font: 12px "andale mono", monaco, courier, "courier new", monospace;
color: #000;
background: #fff;
padding: 5px
}
dl {
margin: 0;
padding-bottom: 5px;
}
dt {
padding: 10px 0 0 0;
margin: 0;
color: #000;
font-size: 12px;
}
dd a {
color: #666;
text-decoration: none;
}
dd a:hover { text-decoration: underline; }
form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
color: #666;
}
h1 {
font-size: 16px;
font-weight: normal;
}
h2 {
font-size: 14px;
font-weight: normal;
}
h3 {
font-size: 12px;
font-weight: normal;
padding-top: 20px;
padding-bottom: 5px;
}
hr {
background: transparent;
height: 1px;
border: 0;
border-top: 1px dotted #ddd;
margin: 5px 0 8px 0;
padding: 0;
}
img {
border: 0;
vertical-align: middle;
}
input {
background: #fff;
color: #666;
font: normal 11px verdana;
}
select {
color: #666;
font-size: 10px;
font-weight: normal;
}
/* END: "Plain Jane" HTML tag style definition */
/* WHERE THE FUN BEGINS */
#wrapper {
text-align: left;
margin: 10px auto;
border: 1px solid #999;
padding: 0 10px;
width: 700px;
background: #fff;
voice-family: inherit;
voice-family: "\"}\"";
width: 678px;
}
html>body #wrapper { width: 678px; }
#header {
height: 110px;
border-top: 10px solid #fff;
background-color: #990000;
voice-family: "\"}\"";
voice-family: inherit;
height: 100px;
}
html>body #header { height: 100px; }
#header h1 {
color: #fff;
padding: 10px;
}
#header h1 span {
font-size: 12px;
}
/*
Horizontal navigation generated by Accessify.com's List-o-Matic Engine,
http://www.accessify.com/tools-and-wizards/list-o-matic/list-o-matic.asp,
color adjusted
*/
#nav {
position: relative;
background: #003366;
border-bottom: 10px solid #fff;
}
#nav ul {
margin: 0;
padding: 0;
list-style: none;
}
#nav ul li {
float: left;
margin: 0;
padding: 0;
}
#nav ul li a {
text-decoration: none;
text-transform: uppercase;
color: #fff;
display: block;
padding: 10px;
}
* html #nav ul li { width: 1%; }
* html #nav ul li a {
height: 1%;
}
#nav ul li a:hover, a#current { background: #0099cc; }
/* Hide from Mac. Testing \*/
#search fieldset {
position: absolute;
right: 10px;
top: 8px;
color: #fff;
}
* html #search fieldset { top: 7px; }
#search input { border: 1px solid #666; }
/* End */
#main {
float: left;
width: 500px;
background: #fff;
text-align: justify;
color: #666;
padding: 10px;
voice-family: "\"}\"";
voice-family: inherit;
width: 480px;
}
html>body #main { width: 480px; }
#main h2 {
background-image: url(cphi-permalink.gif);
background-repeat: no-repeat;
padding-left: 15px;
border-bottom: 1px dotted #ddd;
padding-bottom: 5px;
}
#main h2 a {
text-decoration: none;
color: #990000;
}
#main p {
line-height: 20px;
margin: 10px 0;
padding: 0;
}
#main p.entry-footer {
padding-bottom: 20px;
}
#main p a {
text-decoration: none;
color: #990000;
}
#main p a:hover { text-decoration: underline; }
#main ul {
padding: 0;
margin: 20px;
}
#main ul li a { color: #990000; }
#comment {
background: #fff url(cphi-quotes.gif) top left no-repeat;
padding-left: 25px;
margin-left: 15px;
margin-right: 15px;
}
#comment p {
line-height: 15px;
color: #003366;
}
#sidebar {
margin-left: 520px;
margin-right: 10px;
text-align: right;
}
#sidebar dd { margin: 3px 0; }
#main dd { margin: 3px 10px; }
#sidebar img {
border: 0;
margin-bottom: 5px;
}
#sidebar img.bio {
border: 1px solid #999;
padding: 5px;
margin-top: 10px;
margin-right: 5px;
}
#footer {
clear: both;
border-top: 10px solid #fff;
border-bottom: 10px solid #fff;
background: #003366;
color: #fff;
padding: 10px;
font-size: 10px;
}
/* IE Fix. Hide from Mac \*/
* html #footer { height: 1%; }
/* End Fix */
#footer p {
margin: 0;
padding: 0;
text-align: center;
}
#footer a {
color: #fff;
text-decoration: none;
}
#footer a:hover { border-bottom: 1px solid #fff; }
html>body #footer a { border-bottom: 1px dotted #fff; }
/* WHERE THE FUN ENDS */
/* Miscellaneous Style Classes */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.even { background: #fff; }
.odd { background: #f9f9f9; }
.help { color: #666; text-decoration: none; }
.mac-clearfix { clear: both; }
.datestamp, .timestamp, .comment, .trackback, .words, .category, .person {
color: #999;
font-size: 9px;
font-weight: normal;
}
.datestamp {
background-image: url(cphi-date.gif);
background-repeat: no-repeat;
padding-left: 18px;
background-position: left;
}
.person {
background-image: url(cphi-individual.gif);
background-repeat: no-repeat;
padding-left: 18px;
background-position: left;
}
.timestamp {
background-image: url(cphi-clock.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 15px;
}
.required {
color: #990000;
}
#trackback {
padding-left: 15px;
background-image: url(cphi-trackback.gif);
background-repeat: no-repeat;
background-position: left;
}
.trackback-excerpt {
color: #003366;
padding-left: 15px;
} | webapps/blojsom/resources/default/cphi.css | Horizontally centered content, margins and padding stripped
*/
acronym, abbrev {
cursor: help;
border-bottom: #666 1px dotted;
text-decoration: none;
}
body {
margin: 0;
padding: 0;
text-align: center;
background: #666;
font: normal 11px "lucida grande", verdana, helvetica, arial, sans-serif;
background-repeat: repeat;
}
code, tt, pre {
font: 12px "andale mono", monaco, courier, "courier new", monospace;
color: #000;
background: #fff;
padding: 5px
}
dl {
margin: 0;
padding-bottom: 5px;
}
dt {
padding: 10px 0 0 0;
margin: 0;
color: #000;
font-size: 12px;
}
dd a {
color: #666;
text-decoration: none;
}
dd a:hover { text-decoration: underline; }
form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
color: #666;
}
h1 {
font-size: 16px;
font-weight: normal;
}
h2 {
font-size: 14px;
font-weight: normal;
}
h3 {
font-size: 12px;
font-weight: normal;
padding-top: 20px;
padding-bottom: 5px;
}
hr {
background: transparent;
height: 1px;
border: 0;
border-top: 1px dotted #ddd;
margin: 5px 0 8px 0;
padding: 0;
}
img {
border: 0;
vertical-align: middle;
}
input {
background: #fff;
color: #666;
font: normal 11px verdana;
}
select {
color: #666;
font-size: 10px;
font-weight: normal;
}
/* END: "Plain Jane" HTML tag style definition */
/* WHERE THE FUN BEGINS */
#wrapper {
text-align: left;
margin: 10px auto;
border: 1px solid #999;
padding: 0 10px;
width: 700px;
background: #fff;
voice-family: inherit;
voice-family: "\"}\"";
width: 678px;
}
html>body #wrapper { width: 678px; }
#header {
height: 110px;
border-top: 10px solid #fff;
background-color: #990000;
voice-family: "\"}\"";
voice-family: inherit;
height: 100px;
}
html>body #header { height: 100px; }
#header h1 {
color: #fff;
padding: 10px;
}
#header h1 span {
font-size: 12px;
}
/*
Horizontal navigation generated by Accessify.com's List-o-Matic Engine,
http://www.accessify.com/tools-and-wizards/list-o-matic/list-o-matic.asp,
color adjusted
*/
#nav {
position: relative;
background: #003366;
border-bottom: 10px solid #fff;
}
#nav ul {
margin: 0;
padding: 0;
list-style: none;
}
#nav ul li {
float: left;
margin: 0;
padding: 0;
}
#nav ul li a {
text-decoration: none;
text-transform: uppercase;
color: #fff;
display: block;
padding: 10px;
}
* html #nav ul li { width: 1%; }
* html #nav ul li a {
height: 1%;
}
#nav ul li a:hover, a#current { background: #0099cc; }
/* Hide from Mac. Testing \*/
#search fieldset {
position: absolute;
right: 10px;
top: 8px;
color: #fff;
}
* html #search fieldset { top: 7px; }
#search input { border: 1px solid #666; }
/* End */
#main {
float: left;
width: 500px;
background: #fff;
text-align: justify;
color: #666;
padding: 10px;
voice-family: "\"}\"";
voice-family: inherit;
width: 480px;
}
html>body #main { width: 480px; }
#main h2 {
background-image: url(cphi-permalink.gif);
background-repeat: no-repeat;
padding-left: 15px;
border-bottom: 1px dotted #ddd;
padding-bottom: 5px;
}
#main h2 a {
text-decoration: none;
color: #990000;
}
#main p {
line-height: 20px;
margin: 10px 0;
padding: 0;
}
#main p.entry-footer {
padding-bottom: 20px;
}
#main p a {
text-decoration: none;
color: #990000;
}
#main p a:hover { text-decoration: underline; }
#main ul {
padding: 0;
margin: 20px;
}
#main ul li a { color: #990000; }
#comment {
background: #fff url(cphi-quotes.gif) top left no-repeat;
padding-left: 25px;
margin-left: 15px;
margin-right: 15px;
}
#comment p {
line-height: 15px;
color: #003366;
}
#sidebar {
margin-left: 520px;
margin-right: 10px;
text-align: right;
}
#sidebar dd { margin: 3px 0; }
#main dd { margin: 3px 10px; }
#sidebar img {
border: 0;
margin-bottom: 5px;
}
#sidebar img.bio {
border: 1px solid #999;
padding: 5px;
margin-top: 10px;
margin-right: 5px;
}
#footer {
clear: both;
border-top: 10px solid #fff;
border-bottom: 10px solid #fff;
background: #003366;
color: #fff;
padding: 10px;
font-size: 10px;
}
/* IE Fix. Hide from Mac \*/
* html #footer { height: 1%; }
/* End Fix */
#footer p {
margin: 0;
padding: 0;
text-align: center;
}
#footer a {
color: #fff;
text-decoration: none;
}
#footer a:hover { border-bottom: 1px solid #fff; }
html>body #footer a { border-bottom: 1px dotted #fff; }
/* WHERE THE FUN ENDS */
/* Miscellaneous Style Classes */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.even { background: #fff; }
.odd { background: #f9f9f9; }
.help { color: #666; text-decoration: none; }
.mac-clearfix { clear: both; }
.datestamp, .timestamp, .comment, .trackback, .words, .category, .person {
color: #999;
font-size: 9px;
font-weight: normal;
}
.datestamp {
background-image: url(cphi-date.gif);
background-repeat: no-repeat;
padding-left: 18px;
background-position: left;
}
.person {
background-image: url(cphi-individual.gif);
background-repeat: no-repeat;
padding-left: 18px;
background-position: left;
}
.timestamp {
background-image: url(cphi-clock.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 15px;
}
.required {
color: #990000;
}
#trackback {
padding-left: 15px;
background-image: url(cphi-trackback.gif);
background-repeat: no-repeat;
background-position: left;
}
.trackback-excerpt {
color: #003366;
padding-left: 15px;
} | 0.23634 | 0.089733 |
.jqx-rc-tl
{
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
}
/*top-right rounded Corners*/
.jqx-rc-tr
{
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
}
/*bottom-left rounded Corners*/
.jqx-rc-bl
{
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
}
/*bottom-right rounded Corners*/
.jqx-rc-br
{
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}
/*top rounded Corners*/
.jqx-rc-t
{
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
}
/*bottom rounded Corners*/
.jqx-rc-b
{
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}
/*right rounded Corners*/
.jqx-rc-r
{
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}
/*left rounded Corners*/
.jqx-rc-l
{
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
}
/*all rounded Corners*/
.jqx-rc-all
{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/*reset rounded corners*/
.jqx-rc-reset
{
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
}
/*Reset Style*/
.jqx-reset
{
padding: 0;
margin: 0;
border: none;
background: transparent;
outline: none;
box-sizing: content-box;
}
.jqx-clear {
align:left; valign:top; left: 0px; top: 0px; -webkit-appearance: none !important; outline: none !important; padding: 0px; margin: 0px;
}
.jqx-popup {
box-sizing: content-box;
}
.jqx-position-reset {
position: static !important;
}
.jqx-border-reset {
border: none !important;
}
.jqx-overflow-hidden {
overflow: hidden !important;
}
.jqx-position-relative {
position: relative !important;
}
.jqx-position-absolute {
position: absolute !important;
}
.jqx-max-size {
width: 100% !important;
height: 100% !important;
}
.jqx-background-reset {
background: transparent !important;
}
/*Disable browser selection*/
.jqx-disableselect
{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
-ms-user-select:none;
-webkit-touch-callout:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.jqx-enableselect {
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-o-user-select: auto;
-ms-user-select:text;
user-select:all;
}
.jqx-hideborder
{
border: none !important;
}
.jqx-hidescrollbars
{
overflow: hidden !important;
}
/*jqxButton, jqxToggleButton, jqxRepeatButton Style*/
.jqx-button{outline: none; border: 1px solid transparent; padding: 3px; text-align: center; vertical-align: central; margin: 0 0 0 0; cursor: default; }
button.jqx-button, input[type=button].jqx-button, input[type=submit].jqx-button {
box-sizing: border-box !important; -moz-box-sizing: border-box !important;
}
.jqx-buttongroup{}
.jqx-group-button-normal {
vertical-align: middle;
text-align: center;
}
/*applied to the link button's anchor element.*/
.jqx-link
{
text-decoration: none;
color: #111111;
}
/*shows elements.*/
.jqx-visible
{
display: block;
}
/*hides elements.*/
.jqx-hidden
{
display: none;
}
.jqx-widget, .jqx-widget-content, .jqx-widget-header, .jqx-fill-state-normal {
line-height: 1.231;
}
/*jqxGauge Style*/
.jqx-gauge-label, .jqx-gauge-caption
{
fill: #333333;
color: #333333;
font-size: 11px;
font-family: Verdana;
}
.jqx-knob {
text-align: center;
}
/*jqxChart Style*/
.jqx-knob-label,
.jqx-chart-axis-text,
.jqx-chart-label-text,
.jqx-chart-tooltip-text,
.jqx-chart-legend-text
{
fill: #333333;
color: #333333;
font-size: 11px;
font-family: Verdana;
}
.jqx-chart-axis-description
{
fill: #555555;
color: #555555;
font-size: 11px;
font-family: Verdana;
}
.jqx-chart-title-text
{
fill: #111111;
color: #111111;
font-size: 14px;
font-weight: bold;
font-family: Verdana;
}
.jqx-chart-title-description
{
fill: #111111;
color: #111111;
font-size: 12px;
font-weight: normal;
font-family: Verdana;
}
/*applied to the Grid's element.*/
.jqx-grid
{
overflow: hidden;
border-style: solid;
border-width: 1px;
}
/*applied to the Pager.*/
.jqx-grid-pager
{
border: none;
border-top: 1px solid transparent;
}
/*applied to the Top Pager.*/
.jqx-grid-pager-top
{
border: none;
border-bottom: 1px solid transparent;
}
.jqx-grid-pager-number{
padding: 2px 5px;
text-decoration: none;
margin: 1px;
border: 1px solid transparent;
color: inherit !important;
*color: expression(this.parentNode.currentStyle['color']) !important;
outline: none;
font-weight: normal !important;
}
.jqx-grid-menu-item-touch {
padding-top: 6px !important;
padding-bottom: 6px !important;
}
/*applied to the Grid's bottom-right area between the horizontal and vertical scrollbars.*/
.jqx-grid-bottomright
{
}
/*applied to the Grid's header area.*/
.jqx-grid-header
{
border-style: solid;
border-width: 0px 0px 1px 0px;
overflow: hidden;
border-color: transparent;
margin: 0px;
padding: 0px;
}
/*applied to the columns.*/
.jqx-grid-column-header, .jqx-grid-columngroup-header {
border-style: solid;
border-width: 0px 1px 0px 0px;
border-color: transparent;
white-space: nowrap;
border-style: solid;
font-weight: normal;
overflow: hidden;
text-align: left;
padding: 0px;
margin: 0px;
}
.jqx-grid-column-header-rtl, .jqx-grid-columngroup-header-rtl {
border-width: 0px 0px 0px 1px;
}
.jqx-grid-columngroup-header {
border-bottom-width: 1px;
border-left-width: 1px;
}
/*applied to the column's button.*/
.jqx-grid-column-menubutton {
border-style: solid;
border-width: 0px 0px 0px 1px;
border-color: transparent;
background-image: url('images/menubutton.png');
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.jqx-grid-column-menubutton-rtl {
border-width: 0px 1px 0px 0px;
}
/*applied to the column's sort button when the sort order is ascending.*/
.jqx-grid-column-sortascbutton {
border: none;
background-image: url('images/sortascbutton.png');
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
/*applied to the column's sort button when the sort order is descending.*/
.jqx-grid-column-sortdescbutton {
border: none;
background-image: url('images/sortdescbutton.png');
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
/*applied to the column's filter button.*/
.jqx-grid-column-filterbutton
{
border: none;
background-image: url('images/filter.png');
background-repeat: no-repeat;
background-position: center;
}
/*applied to the column's resize line.*/
.jqx-grid-column-resizeline {
border-right: 1px dotted #555;
}
/*applied to the validation popup during cell editing.*/
.jqx-grid-validation
{
background: #df2227 !important;
color: #fff !important;
padding: 4px 8px;
}
.jqx-grid-validation-label {
color: #fff !important;
background: #df2227 !important;
border: 1px solid #df2227 !important;
}
.jqx-grid-validation-arrow-up
{
background-image: url('images/red_arrow_up.png');
background-repeat: no-repeat;
background-position: center center;
}
.jqx-grid-validation-arrow-down
{
background-image: url('images/red_arrow_down.png');
background-repeat: no-repeat;
background-position: center center;
}
/*applied to the column's resize start line.*/
.jqx-grid-column-resizestartline {
border-right: 1px solid #444;
}
/*applied to the sort ascending menu item in the Grid's Context Menu*/
.jqx-grid-sortasc-icon
{
background-image: url('images/sortasc.png');
background-repeat: no-repeat;
background-position: left center;
width: 16px;
height: 16px;
float: left;
margin-left: -4px;
margin-right: 4px;
}
/*applied to the sort ascending menu item in the Grid's Context Menu*/
.jqx-grid-sortdesc-icon
{
background-image: url('images/sortdesc.png');
background-repeat: no-repeat;
background-position: left center;
width: 16px;
height: 16px;
float: left;
margin-left: -4px;
margin-right: 4px;
}
/*applied to the grid menu's sort remove item/*/
.jqx-grid-sortremove-icon
{
background-image: url('images/sortremove.png');
background-repeat: no-repeat;
background-position: left center;
width: 16px;
height: 16px;
float: left;
margin-left: -4px;
margin-right: 4px;
}
/*applied to the grouping column's drag and drop item when the drop operation is allowed.*/
.jqx-grid-drag-icon
{
background-image: url('images/drag.png');
background-repeat: no-repeat;
background-position: left center;
width: 16px;
height: 16px;
}
/*applied to the grouping column's drag and drop item when the drop operation is not allowed.*/
.jqx-grid-dragcancel-icon
{
background-image: url('images/dragcancel.png');
background-repeat: no-repeat;
background-position: left center;
width: 16px;
height: 16px;
}
/*applied to the 'group by' menu item.*/
.jqx-grid-groupby-icon
{
background-repeat: no-repeat;
background-position: left center;
width: 16px;
height: 16px;
float: left;
margin-left: -4px;
margin-right: 4px;
}
/*applied to the column anchor tags.*/
.jqx-grid-column-header a:link, .jqx-grid-column-header a:visited
{
display: block;
margin: 4px;
height: 18px;
line-height: 18px !important;
color: inherit;
outline: 0 none;
text-decoration: none;
cursor: pointer;
}
.jqx-grid-toolbar a:link, .jqx-grid-toolbar a:visited {
margin: 4px;
height: 18px;
line-height: 18px !important;
color: inherit;
outline: 0 none;
text-decoration: none;
cursor: pointer;
}
/*applied to the groups header area.*/
.jqx-grid-groups-header, .jqx-grid-toolbar, .jqx-scheduler-toolbar {
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: #aaa;
white-space: nowrap;
overflow: hidden;
text-align: left;
padding: 0px;
margin: 0px;
}
/*applied to a grouping row.*/
.jqx-grid-groups-row {
font-weight:bold;
white-space: nowrap;
text-align: left;
padding: 0px;
top: 50%;
margin-top: -8px;
}
/*applied to the row details.*/
.jqx-grid-groups-row-details {
font-weight: normal;
}
/*applied to a grouping column.*/
.jqx-grid-group-column
{
border: 1px solid transparent;
white-space: nowrap;
border-style: solid;
font-weight: normal;
overflow: hidden;
text-align: left;
padding: 0px;
margin: 0px;
}
/*applied to the lines between the group columns.*/
.jqx-grid-group-column-line
{
background: #aaa;
}
/*applied to the drop line indicators displayed in the grouping header.*/
.jqx-grid-group-drag-line
{
background: #80be09;
}
/*applied to the anchor tags inside a grouping column.*/
.jqx-grid-group-column a:link{
display: block;
margin: 4px;
height: 18px;
line-height: 18px !important;
outline: 0 none;
text-decoration: none;
cursor: pointer;
color: inherit;
*color: expression(this.parentNode.currentStyle['color']);
}
.jqx-grid-group-column a:visited{
color: inherit;
display: block;
margin: 4px;
height: 18px;
line-height: 18px !important;
outline: 0 none;
text-decoration: none;
cursor: pointer;
*color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a grid cell*/
.jqx-grid-cell {
border-style: solid;
border-width: 0px 1px 1px 0px;
margin-right: 1px;
margin-bottom: 1px;
border-color: transparent;
background: #fff;
white-space: nowrap;
font-weight: normal;
font-size: inherit;
overflow: hidden;
position: absolute !important;
height: 100%;
}
.jqx-grid-cell-locked {
color: #aaa !important;
}
.jqx-grid-cell-left-align {
overflow: hidden;
text-overflow: ellipsis;
padding-bottom: 2px;
text-align: left;
margin-right: 2px;
margin-left: 4px;
}
.jqx-grid-cell-middle-align {
text-overflow: ellipsis;
overflow: hidden;
padding-bottom: 2px;
text-align: center;
}
.jqx-grid-cell-right-align {
overflow: hidden;
text-overflow: ellipsis;
padding-bottom: 2px;
text-align: right;
margin-right: 4px;
margin-left: 2px;
}
/*applied to a grid cell that is part of a rows group.*/
.jqx-grid-group-cell{
overflow: hidden;
position: absolute !important;
height: 100%;
background: #fff;
}
/*applied to the grid cells in the sort column*/
.jqx-grid-cell-sort {
background-color: #f0f0f0;
}
/*applied to the grid cells in the filter column*/
.jqx-grid-cell-filter {
background-color: #e6e6e6;
}
.jqx-grid-cell-add-new-row {
background: #fdfcf3 !important;
color: #000 !important;
}
/*applied to the grid cells area.*/
.jqx-grid-content {
border-style: solid;
border-width: 0px 0px 0px 0px;
border-color: transparent;
white-space: nowrap;
overflow: hidden;
}
/*applied to a grid cell that is part of a rows group.*/
.jqx-grid-group-cell, .jqx-grid-empty-cell {
border-style: solid;
border-width: 0px 0px 1px 0px;
white-space: nowrap;
font-weight: normal;
}
.jqx-widget .jqx-grid-cleared-cell, .jqx-grid-cleared-cell {
border: transparent !important;
}
.jqx-grid-cell-wrap {white-space: normal !important;}
.jqx-tree-grid-indent {
width: 15px;
display: inline-block;
height: 8px;
overflow: hidden;
vertical-align: top;
}
.jqx-tree-grid-title {
text-decoration: none;
vertical-align: top;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.jqx-tree-grid-collapse-button, .jqx-tree-grid-expand-button {
display: inline-block;
margin-top: 0px;
margin-right: 0px;
position: relative;
width: 15px;
height: 16px;
vertical-align: top;
}
.jqx-tree-grid-checkbox {
float: none !important;
width: 14px;
height: 14px;
cursor: pointer;
margin-right: 2px !important;
margin-left: 2px !important;
}
.jqx-tree-grid-icon {
float: none !important;
width: 14px;
height: 14px;
margin-right: 4px;
}
.jqx-tree-grid-icon-rtl {
margin-right: 0px;
margin-left: 4px;
}
.jqx-tree-grid-icon-size {
width: 14px;
height: 14px;
line-height: 16px;
}
.jqx-tree-grid-checkbox-tick {
width: 100%;
height: 100%;
}
.jqx-tree-grid-expand-button {
height: 16px;
width: 15px;
vertical-align: top;
}
/*applied to a cell in jqxDataTable*/
.jqx-cell {
min-height: 23px;
padding: 6px 4px;
margin: 0;
border-collapse: separate;
border-spacing: 0px;
overflow: hidden;
text-overflow: ellipsis;
border: 1px solid transparent;
border-top-width: 0px;
border-left-width: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
white-space: normal;
line-height: 1.231;
}
.jqx-grid-cell-nowrap {white-space: nowrap;}
.jqx-cell-editor {
padding-left: 4px !important;
padding-right: 3px !important;
}
.jqx-left-align {
text-align: left;
}
.jqx-center-align {
text-align: center;
}
.jqx-right-align {
text-align: right;
}
.jqx-top-align {
vertical-align:top;
}
.jqx-bottom-align {
vertical-align: bottom;
}
.jqx-grid-table .jqx-grid-cell {
position: static !important;
zoom: 1 !important;
}
/*applied to the Grid's Table element.*/
.jqx-grid-table {
font-size: 13px;
table-layout: fixed;
margin: 0px;
padding: 0px;
border-collapse: separate;
border-spacing: 0px;
-webkit-overflow-scrolling: touch;
outline: none;
zoom: 1 !important;
empty-cells: show;
border-right: 1px solid #aaa;
line-height: 1.231;
width: auto;
border: none;
}
.jqx-grid-table-rtl {
border-left-width: 1px;
border-right-width: 0px;
}
.jqx-details table {
border-collapse: collapse;
table-layout: fixed;
border-spacing: 0px;
}
/*applied to a grid cell that is part of a details row and grouping is enabled.*/
.jqx-grid-group-details-cell {
}
/*applied to a grid cell that is part of a details row.*/
.jqx-grid-details-cell {
border-width: 0px 1px 0px 0px;
}
/*applied to a grid cell. Represents the alternating cell background.*/
.jqx-grid-cell-alt {
background: #f9f9f9;
}
/*applied to a sorted and alternating grid cell*/
.jqx-grid-cell-sort-alt {
background-color: #e5e5e5;
}/*applied to a sorted and alternating grid cell*/
.jqx-grid-cell-filter-alt {
background-color: #f0f0f0;
}
/*applied to a pinned grid cell.*/
.jqx-grid-cell-pinned {
background-color: #e5e5e5;
}
/*applied to a pinned grid cell. Represents the alternating cell background.*/
.jqx-grid-cell-pinned-alt {
background-color: #e5e5e5;
}
/*applied to a selected grid cell.*/
.jqx-grid-cell-selected {
border-left: 0px solid transparent;
}
.jqx-cell-rtl {
border-left-width: 1px;
border-right-width: 0px;
}
.jqx-grid-cell-rtl {
border-width: 0px 0px 1px 1px;
}
.jqx-grid-table .jqx-grid-cell {
border-width: 0px 0px 1px 1px;
}
.jqx-grid-table-one-cell {
border: none;
border-right-width: 1px;
border-right-style:solid;
border-right-color:#aaa;
}
.jqx-grid-table .jqx-grid-cell:first-child {
border-left-width: 0px;
}
/*applied to the selection area.*/
.jqx-grid-selectionarea {
border: 1px solid transparent;
opacity: 0.5;
filter: alpha(opacity=50);
}
/*applied to a hovered grid cell.*/
.jqx-grid-cell-hover {
border-color: transparent;
}
/*applied to a grid cell when the grid is empty.*/
.jqx-grid-empty-cell{ overflow: visible; border-bottom: none;}
/*applied to the Grid when its loading the data.*/
.jqx-grid-load
{
padding-right: 0px;
background-image: url(images/loader.gif);
background-position: 50% 50%;
background-repeat: no-repeat;
z-index: 9999;
display: block;
}
/*applied to a group's collapse button.*/
.jqx-grid-group-collapse
{
padding-right: 0px;
background-image: url(images/icon-right.png);
background-position: 50% 50%;
background-repeat: no-repeat;
cursor: pointer;
}
.jqx-grid-group-collapse-rtl
{
padding-right: 0px;
background-image: url(images/icon-left.png);
background-position: 50% 50%;
background-repeat: no-repeat;
cursor: pointer;
}
/*applied to a group's expand button.*/
.jqx-grid-group-expand, .jqx-grid-group-expand-rtl
{
padding-right: 0px;
background-image: url(images/icon-down.png);
background-position: 50% 50%;
background-repeat: no-repeat;
cursor: pointer;
}
/*jqxProgresBar Style*/
.jqx-progressbar
{
overflow: hidden;
outline: none;
border: 1px solid transparent;
height: 2em;
}
/*applied to the progressbar's value element*/
.jqx-progressbar-value
{
outline: none;
border: 0px solid transparent;
height: 100%;
}
/*applied to the progress bar's vertical value element- when the widget's orientation is 'vertical'*/
.jqx-progressbar-value-vertical
{
outline: none;
border: 0px solid transparent;
height: 100%;
background: transparent;
}
/*applied to the progressbar's text element*/
.jqx-progressbar-text
{
font-size: 10px;
border: none;
}
/*applied to the progress bar when the widget is in disabled state*/
.jqx-progressbar-disabled
{
outline: none;
border: 1px solid transparent;
height: 2em;
}
/*jqxMenu Style*/
.jqx-menu
{
border: 1px solid transparent;
float: none;
margin: 0px;
height: 100%;
padding: 0px;
overflow: hidden;
text-align: left;
}
.jqx-menu-dropdown-column
{
float: left;
}
/*applied to the menu when it is horizontal. Sets the menu's background*/
.jqx-menu-horizontal
{
margin: 0px;
padding: 0px;
overflow: hidden;
text-align: center;
}
/*applied to the menu when it is vertical. Sets the menu's background*/
.jqx-menu-vertical
{
text-align: left;
}
/*applied to the sub menu. Sets the sub menu's background*/
.jqx-menu-dropdown
{
left: 100%;
margin: 0px;
padding: 0px;
right: 0;
overflow: hidden;
display: none;
float: none;
width: 150px;
border-style: solid;
border-width: 1px;
text-align: left;
padding: 2px;
}
/*applied to the sub menu's ul elements.*/
.jqx-menu-dropdown ul
{
left: 100%;
margin: 0px;
padding: 0px;
right: 0;
overflow: hidden;
border: none;
}
/*applied to the menu's ul elements.*/
.jqx-menu ul
{
left: 100%;
margin: 0px;
padding: 2px;
right: 0;
overflow: hidden;
background-color: transparent;
border: none;
}
/*applied to the menu's li elements.*/
.jqx-menu li, .jqx-menu-dropdown li
{
line-height: 1.3 !important;
}
/*applied to the top level menu items.*/
.jqx-menu-item-top
{
border: 1px solid transparent;
text-indent: 0;
list-style: none;
padding: 4px 8px 4px 8px;
left: 100%;
overflow: hidden;
color: inherit;
right: 0;
margin: 0px 1px 0px 1px;
cursor: pointer;
}
/*applied to the sub menu items.*/
.jqx-menu-item
{
border: 1px solid transparent;
text-indent: 0;
list-style: none;
padding: 4px 8px 4px 8px;
margin: 1px;
float: none;
overflow: hidden;
left: 100%;
color: inherit;
right: 0;
text-align: left;
cursor: pointer;
*color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a sub menu item when the mouse is over the item.*/
.jqx-menu-item-hover
{
color: inherit;
right: 0;
list-style: none;
margin: 1px;
left: 100%;
padding: 4px 8px 4px 8px;
text-align: left;
cursor: pointer;
*color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a top-level menu item when the mouse is over it.*/
.jqx-menu-item-top-hover
{
color: inherit;
right: 0;
list-style: none;
margin: 0px 1px 0px 1px;
left: 100%;
padding: 4px 8px 4px 8px;
top: 50%;
cursor: pointer;
*color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a sub menu item when its sub menu is opened.*/
.jqx-menu-item-selected
{
right: 0;
list-style: none;
margin: 1px;
left: 100%;
padding: 4px 8px 4px 8px;
text-align: left;
cursor: pointer;
*color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a disabled sub menu item.*/
.jqx-menu-item-disabled
{
}
/*applied to a top-level menu item when its sub menu is opened.*/
.jqx-menu-item-top-selected
{
right: 0;
list-style: none;
margin: 0px 1px 0px 1px;
left: 100%;
padding: 4px 8px 4px 8px;
cursor: pointer;
}
/*applied to the menu separator items.*/
.jqx-menu-item-separator
{
text-indent: 0;
background-color: #ddd;
border: none;
list-style: none;
height: 1px;
line-height:0 !important;
padding: 0px;
margin: 1px 2px 1px 2px;
float: none;
overflow: hidden;
left: 100%;
color: inherit;
right: 0;
font-size: 1px;
}
/*applied to a sub menu item when it has sub menu items. Displays right arrow icon.*/
.jqx-menu-item-arrow-right
{
background-image: url(images/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items. Displays down arrow icon.*/
.jqx-menu-item-arrow-down
{
background-image: url(images/icon-down.png);
}
/*applied to a sub menu item when it has sub menu items. Displays up arrow icon.*/
.jqx-menu-item-arrow-up
{
background-image: url(images/icon-up.png);
}
.jqx-menu-minimized {
position: relative;
}
.jqx-menu-title {
position: relative;
float: right;
margin-top: 4px;
padding-top: 4px;
padding-right: 20px;
}
.jqx-menu-minimized-button
{
background-image: url('images/icon-menu-minimized.png');
background-repeat: no-repeat;
background-position: left center;
height: 24px;
width: 24px;
padding: 0px;
margin-left: 7px;
margin-top: 4px;
float : left;
}
.jqx-menu-ul-minimized {
display: block!important;
width: auto !important;
}
.jqx-menu-ul-minimized ul {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
-webkit-box-shadow: none !important;
-moz-box-shadow : none !important;
-o-box-shadow : none !important;
box-shadow : none !important;
}
.jqx-menu-minimized li:last-child {
padding-bottom: 0px;
margin: 0px;
}
.jqx-menu-item-arrow-right, .jqx-menu-item-arrow-down, .jqx-menu-item-arrow-up, .jqx-menu-item-arrow-right {
background-position: 100% 50%;
background-repeat: no-repeat;
padding-right: 0px;
margin-right: -8px;
width: 17px;
height: 15px;
}
/*applied to a sub menu item when it has sub menu items. Displays left arrow icon.*/
.jqx-menu-item-arrow-left
{
padding-right: 0px;
padding-left: 5px;
width: 17px;
height: 15px;
background-image: url(images/icon-left.png);
background-position: 0 50%;
background-repeat: no-repeat;
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays right arrow icon.*/
.jqx-menu-item-arrow-right-selected
{
background-image: url(images/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays down arrow icon.*/
.jqx-menu-item-arrow-down-selected
{
background-image: url(images/icon-down.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays up arrow icon.*/
.jqx-menu-item-arrow-up-selected
{
background-image: url(images/icon-up.png);
}
.jqx-menu-item-arrow-right-selected, .jqx-menu-item-arrow-up-selected, .jqx-menu-item-arrow-down-selected, .jqx-menu-item-arrow-top-right {
padding-right: 0px;
margin-right: -8px;
width: 17px;
height: 15px;
background-position: 100% 50%;
background-repeat: no-repeat;
}
/*applied to a top-level menu item when it | assets/jqx.base.css | .jqx-rc-tl
{
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
}
/*top-right rounded Corners*/
.jqx-rc-tr
{
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
}
/*bottom-left rounded Corners*/
.jqx-rc-bl
{
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
}
/*bottom-right rounded Corners*/
.jqx-rc-br
{
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}
/*top rounded Corners*/
.jqx-rc-t
{
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
}
/*bottom rounded Corners*/
.jqx-rc-b
{
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}
/*right rounded Corners*/
.jqx-rc-r
{
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}
/*left rounded Corners*/
.jqx-rc-l
{
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
}
/*all rounded Corners*/
.jqx-rc-all
{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/*reset rounded corners*/
.jqx-rc-reset
{
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
}
/*Reset Style*/
.jqx-reset
{
padding: 0;
margin: 0;
border: none;
background: transparent;
outline: none;
box-sizing: content-box;
}
.jqx-clear {
align:left; valign:top; left: 0px; top: 0px; -webkit-appearance: none !important; outline: none !important; padding: 0px; margin: 0px;
}
.jqx-popup {
box-sizing: content-box;
}
.jqx-position-reset {
position: static !important;
}
.jqx-border-reset {
border: none !important;
}
.jqx-overflow-hidden {
overflow: hidden !important;
}
.jqx-position-relative {
position: relative !important;
}
.jqx-position-absolute {
position: absolute !important;
}
.jqx-max-size {
width: 100% !important;
height: 100% !important;
}
.jqx-background-reset {
background: transparent !important;
}
/*Disable browser selection*/
.jqx-disableselect
{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
-ms-user-select:none;
-webkit-touch-callout:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.jqx-enableselect {
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-o-user-select: auto;
-ms-user-select:text;
user-select:all;
}
.jqx-hideborder
{
border: none !important;
}
.jqx-hidescrollbars
{
overflow: hidden !important;
}
/*jqxButton, jqxToggleButton, jqxRepeatButton Style*/
.jqx-button{outline: none; border: 1px solid transparent; padding: 3px; text-align: center; vertical-align: central; margin: 0 0 0 0; cursor: default; }
button.jqx-button, input[type=button].jqx-button, input[type=submit].jqx-button {
box-sizing: border-box !important; -moz-box-sizing: border-box !important;
}
.jqx-buttongroup{}
.jqx-group-button-normal {
vertical-align: middle;
text-align: center;
}
/*applied to the link button's anchor element.*/
.jqx-link
{
text-decoration: none;
color: #111111;
}
/*shows elements.*/
.jqx-visible
{
display: block;
}
/*hides elements.*/
.jqx-hidden
{
display: none;
}
.jqx-widget, .jqx-widget-content, .jqx-widget-header, .jqx-fill-state-normal {
line-height: 1.231;
}
/*jqxGauge Style*/
.jqx-gauge-label, .jqx-gauge-caption
{
fill: #333333;
color: #333333;
font-size: 11px;
font-family: Verdana;
}
.jqx-knob {
text-align: center;
}
/*jqxChart Style*/
.jqx-knob-label,
.jqx-chart-axis-text,
.jqx-chart-label-text,
.jqx-chart-tooltip-text,
.jqx-chart-legend-text
{
fill: #333333;
color: #333333;
font-size: 11px;
font-family: Verdana;
}
.jqx-chart-axis-description
{
fill: #555555;
color: #555555;
font-size: 11px;
font-family: Verdana;
}
.jqx-chart-title-text
{
fill: #111111;
color: #111111;
font-size: 14px;
font-weight: bold;
font-family: Verdana;
}
.jqx-chart-title-description
{
fill: #111111;
color: #111111;
font-size: 12px;
font-weight: normal;
font-family: Verdana;
}
/*applied to the Grid's element.*/
.jqx-grid
{
overflow: hidden;
border-style: solid;
border-width: 1px;
}
/*applied to the Pager.*/
.jqx-grid-pager
{
border: none;
border-top: 1px solid transparent;
}
/*applied to the Top Pager.*/
.jqx-grid-pager-top
{
border: none;
border-bottom: 1px solid transparent;
}
.jqx-grid-pager-number{
padding: 2px 5px;
text-decoration: none;
margin: 1px;
border: 1px solid transparent;
color: inherit !important;
*color: expression(this.parentNode.currentStyle['color']) !important;
outline: none;
font-weight: normal !important;
}
.jqx-grid-menu-item-touch {
padding-top: 6px !important;
padding-bottom: 6px !important;
}
/*applied to the Grid's bottom-right area between the horizontal and vertical scrollbars.*/
.jqx-grid-bottomright
{
}
/*applied to the Grid's header area.*/
.jqx-grid-header
{
border-style: solid;
border-width: 0px 0px 1px 0px;
overflow: hidden;
border-color: transparent;
margin: 0px;
padding: 0px;
}
/*applied to the columns.*/
.jqx-grid-column-header, .jqx-grid-columngroup-header {
border-style: solid;
border-width: 0px 1px 0px 0px;
border-color: transparent;
white-space: nowrap;
border-style: solid;
font-weight: normal;
overflow: hidden;
text-align: left;
padding: 0px;
margin: 0px;
}
.jqx-grid-column-header-rtl, .jqx-grid-columngroup-header-rtl {
border-width: 0px 0px 0px 1px;
}
.jqx-grid-columngroup-header {
border-bottom-width: 1px;
border-left-width: 1px;
}
/*applied to the column's button.*/
.jqx-grid-column-menubutton {
border-style: solid;
border-width: 0px 0px 0px 1px;
border-color: transparent;
background-image: url('images/menubutton.png');
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.jqx-grid-column-menubutton-rtl {
border-width: 0px 1px 0px 0px;
}
/*applied to the column's sort button when the sort order is ascending.*/
.jqx-grid-column-sortascbutton {
border: none;
background-image: url('images/sortascbutton.png');
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
/*applied to the column's sort button when the sort order is descending.*/
.jqx-grid-column-sortdescbutton {
border: none;
background-image: url('images/sortdescbutton.png');
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
/*applied to the column's filter button.*/
.jqx-grid-column-filterbutton
{
border: none;
background-image: url('images/filter.png');
background-repeat: no-repeat;
background-position: center;
}
/*applied to the column's resize line.*/
.jqx-grid-column-resizeline {
border-right: 1px dotted #555;
}
/*applied to the validation popup during cell editing.*/
.jqx-grid-validation
{
background: #df2227 !important;
color: #fff !important;
padding: 4px 8px;
}
.jqx-grid-validation-label {
color: #fff !important;
background: #df2227 !important;
border: 1px solid #df2227 !important;
}
.jqx-grid-validation-arrow-up
{
background-image: url('images/red_arrow_up.png');
background-repeat: no-repeat;
background-position: center center;
}
.jqx-grid-validation-arrow-down
{
background-image: url('images/red_arrow_down.png');
background-repeat: no-repeat;
background-position: center center;
}
/*applied to the column's resize start line.*/
.jqx-grid-column-resizestartline {
border-right: 1px solid #444;
}
/*applied to the sort ascending menu item in the Grid's Context Menu*/
.jqx-grid-sortasc-icon
{
background-image: url('images/sortasc.png');
background-repeat: no-repeat;
background-position: left center;
width: 16px;
height: 16px;
float: left;
margin-left: -4px;
margin-right: 4px;
}
/*applied to the sort ascending menu item in the Grid's Context Menu*/
.jqx-grid-sortdesc-icon
{
background-image: url('images/sortdesc.png');
background-repeat: no-repeat;
background-position: left center;
width: 16px;
height: 16px;
float: left;
margin-left: -4px;
margin-right: 4px;
}
/*applied to the grid menu's sort remove item/*/
.jqx-grid-sortremove-icon
{
background-image: url('images/sortremove.png');
background-repeat: no-repeat;
background-position: left center;
width: 16px;
height: 16px;
float: left;
margin-left: -4px;
margin-right: 4px;
}
/*applied to the grouping column's drag and drop item when the drop operation is allowed.*/
.jqx-grid-drag-icon
{
background-image: url('images/drag.png');
background-repeat: no-repeat;
background-position: left center;
width: 16px;
height: 16px;
}
/*applied to the grouping column's drag and drop item when the drop operation is not allowed.*/
.jqx-grid-dragcancel-icon
{
background-image: url('images/dragcancel.png');
background-repeat: no-repeat;
background-position: left center;
width: 16px;
height: 16px;
}
/*applied to the 'group by' menu item.*/
.jqx-grid-groupby-icon
{
background-repeat: no-repeat;
background-position: left center;
width: 16px;
height: 16px;
float: left;
margin-left: -4px;
margin-right: 4px;
}
/*applied to the column anchor tags.*/
.jqx-grid-column-header a:link, .jqx-grid-column-header a:visited
{
display: block;
margin: 4px;
height: 18px;
line-height: 18px !important;
color: inherit;
outline: 0 none;
text-decoration: none;
cursor: pointer;
}
.jqx-grid-toolbar a:link, .jqx-grid-toolbar a:visited {
margin: 4px;
height: 18px;
line-height: 18px !important;
color: inherit;
outline: 0 none;
text-decoration: none;
cursor: pointer;
}
/*applied to the groups header area.*/
.jqx-grid-groups-header, .jqx-grid-toolbar, .jqx-scheduler-toolbar {
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: #aaa;
white-space: nowrap;
overflow: hidden;
text-align: left;
padding: 0px;
margin: 0px;
}
/*applied to a grouping row.*/
.jqx-grid-groups-row {
font-weight:bold;
white-space: nowrap;
text-align: left;
padding: 0px;
top: 50%;
margin-top: -8px;
}
/*applied to the row details.*/
.jqx-grid-groups-row-details {
font-weight: normal;
}
/*applied to a grouping column.*/
.jqx-grid-group-column
{
border: 1px solid transparent;
white-space: nowrap;
border-style: solid;
font-weight: normal;
overflow: hidden;
text-align: left;
padding: 0px;
margin: 0px;
}
/*applied to the lines between the group columns.*/
.jqx-grid-group-column-line
{
background: #aaa;
}
/*applied to the drop line indicators displayed in the grouping header.*/
.jqx-grid-group-drag-line
{
background: #80be09;
}
/*applied to the anchor tags inside a grouping column.*/
.jqx-grid-group-column a:link{
display: block;
margin: 4px;
height: 18px;
line-height: 18px !important;
outline: 0 none;
text-decoration: none;
cursor: pointer;
color: inherit;
*color: expression(this.parentNode.currentStyle['color']);
}
.jqx-grid-group-column a:visited{
color: inherit;
display: block;
margin: 4px;
height: 18px;
line-height: 18px !important;
outline: 0 none;
text-decoration: none;
cursor: pointer;
*color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a grid cell*/
.jqx-grid-cell {
border-style: solid;
border-width: 0px 1px 1px 0px;
margin-right: 1px;
margin-bottom: 1px;
border-color: transparent;
background: #fff;
white-space: nowrap;
font-weight: normal;
font-size: inherit;
overflow: hidden;
position: absolute !important;
height: 100%;
}
.jqx-grid-cell-locked {
color: #aaa !important;
}
.jqx-grid-cell-left-align {
overflow: hidden;
text-overflow: ellipsis;
padding-bottom: 2px;
text-align: left;
margin-right: 2px;
margin-left: 4px;
}
.jqx-grid-cell-middle-align {
text-overflow: ellipsis;
overflow: hidden;
padding-bottom: 2px;
text-align: center;
}
.jqx-grid-cell-right-align {
overflow: hidden;
text-overflow: ellipsis;
padding-bottom: 2px;
text-align: right;
margin-right: 4px;
margin-left: 2px;
}
/*applied to a grid cell that is part of a rows group.*/
.jqx-grid-group-cell{
overflow: hidden;
position: absolute !important;
height: 100%;
background: #fff;
}
/*applied to the grid cells in the sort column*/
.jqx-grid-cell-sort {
background-color: #f0f0f0;
}
/*applied to the grid cells in the filter column*/
.jqx-grid-cell-filter {
background-color: #e6e6e6;
}
.jqx-grid-cell-add-new-row {
background: #fdfcf3 !important;
color: #000 !important;
}
/*applied to the grid cells area.*/
.jqx-grid-content {
border-style: solid;
border-width: 0px 0px 0px 0px;
border-color: transparent;
white-space: nowrap;
overflow: hidden;
}
/*applied to a grid cell that is part of a rows group.*/
.jqx-grid-group-cell, .jqx-grid-empty-cell {
border-style: solid;
border-width: 0px 0px 1px 0px;
white-space: nowrap;
font-weight: normal;
}
.jqx-widget .jqx-grid-cleared-cell, .jqx-grid-cleared-cell {
border: transparent !important;
}
.jqx-grid-cell-wrap {white-space: normal !important;}
.jqx-tree-grid-indent {
width: 15px;
display: inline-block;
height: 8px;
overflow: hidden;
vertical-align: top;
}
.jqx-tree-grid-title {
text-decoration: none;
vertical-align: top;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.jqx-tree-grid-collapse-button, .jqx-tree-grid-expand-button {
display: inline-block;
margin-top: 0px;
margin-right: 0px;
position: relative;
width: 15px;
height: 16px;
vertical-align: top;
}
.jqx-tree-grid-checkbox {
float: none !important;
width: 14px;
height: 14px;
cursor: pointer;
margin-right: 2px !important;
margin-left: 2px !important;
}
.jqx-tree-grid-icon {
float: none !important;
width: 14px;
height: 14px;
margin-right: 4px;
}
.jqx-tree-grid-icon-rtl {
margin-right: 0px;
margin-left: 4px;
}
.jqx-tree-grid-icon-size {
width: 14px;
height: 14px;
line-height: 16px;
}
.jqx-tree-grid-checkbox-tick {
width: 100%;
height: 100%;
}
.jqx-tree-grid-expand-button {
height: 16px;
width: 15px;
vertical-align: top;
}
/*applied to a cell in jqxDataTable*/
.jqx-cell {
min-height: 23px;
padding: 6px 4px;
margin: 0;
border-collapse: separate;
border-spacing: 0px;
overflow: hidden;
text-overflow: ellipsis;
border: 1px solid transparent;
border-top-width: 0px;
border-left-width: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
white-space: normal;
line-height: 1.231;
}
.jqx-grid-cell-nowrap {white-space: nowrap;}
.jqx-cell-editor {
padding-left: 4px !important;
padding-right: 3px !important;
}
.jqx-left-align {
text-align: left;
}
.jqx-center-align {
text-align: center;
}
.jqx-right-align {
text-align: right;
}
.jqx-top-align {
vertical-align:top;
}
.jqx-bottom-align {
vertical-align: bottom;
}
.jqx-grid-table .jqx-grid-cell {
position: static !important;
zoom: 1 !important;
}
/*applied to the Grid's Table element.*/
.jqx-grid-table {
font-size: 13px;
table-layout: fixed;
margin: 0px;
padding: 0px;
border-collapse: separate;
border-spacing: 0px;
-webkit-overflow-scrolling: touch;
outline: none;
zoom: 1 !important;
empty-cells: show;
border-right: 1px solid #aaa;
line-height: 1.231;
width: auto;
border: none;
}
.jqx-grid-table-rtl {
border-left-width: 1px;
border-right-width: 0px;
}
.jqx-details table {
border-collapse: collapse;
table-layout: fixed;
border-spacing: 0px;
}
/*applied to a grid cell that is part of a details row and grouping is enabled.*/
.jqx-grid-group-details-cell {
}
/*applied to a grid cell that is part of a details row.*/
.jqx-grid-details-cell {
border-width: 0px 1px 0px 0px;
}
/*applied to a grid cell. Represents the alternating cell background.*/
.jqx-grid-cell-alt {
background: #f9f9f9;
}
/*applied to a sorted and alternating grid cell*/
.jqx-grid-cell-sort-alt {
background-color: #e5e5e5;
}/*applied to a sorted and alternating grid cell*/
.jqx-grid-cell-filter-alt {
background-color: #f0f0f0;
}
/*applied to a pinned grid cell.*/
.jqx-grid-cell-pinned {
background-color: #e5e5e5;
}
/*applied to a pinned grid cell. Represents the alternating cell background.*/
.jqx-grid-cell-pinned-alt {
background-color: #e5e5e5;
}
/*applied to a selected grid cell.*/
.jqx-grid-cell-selected {
border-left: 0px solid transparent;
}
.jqx-cell-rtl {
border-left-width: 1px;
border-right-width: 0px;
}
.jqx-grid-cell-rtl {
border-width: 0px 0px 1px 1px;
}
.jqx-grid-table .jqx-grid-cell {
border-width: 0px 0px 1px 1px;
}
.jqx-grid-table-one-cell {
border: none;
border-right-width: 1px;
border-right-style:solid;
border-right-color:#aaa;
}
.jqx-grid-table .jqx-grid-cell:first-child {
border-left-width: 0px;
}
/*applied to the selection area.*/
.jqx-grid-selectionarea {
border: 1px solid transparent;
opacity: 0.5;
filter: alpha(opacity=50);
}
/*applied to a hovered grid cell.*/
.jqx-grid-cell-hover {
border-color: transparent;
}
/*applied to a grid cell when the grid is empty.*/
.jqx-grid-empty-cell{ overflow: visible; border-bottom: none;}
/*applied to the Grid when its loading the data.*/
.jqx-grid-load
{
padding-right: 0px;
background-image: url(images/loader.gif);
background-position: 50% 50%;
background-repeat: no-repeat;
z-index: 9999;
display: block;
}
/*applied to a group's collapse button.*/
.jqx-grid-group-collapse
{
padding-right: 0px;
background-image: url(images/icon-right.png);
background-position: 50% 50%;
background-repeat: no-repeat;
cursor: pointer;
}
.jqx-grid-group-collapse-rtl
{
padding-right: 0px;
background-image: url(images/icon-left.png);
background-position: 50% 50%;
background-repeat: no-repeat;
cursor: pointer;
}
/*applied to a group's expand button.*/
.jqx-grid-group-expand, .jqx-grid-group-expand-rtl
{
padding-right: 0px;
background-image: url(images/icon-down.png);
background-position: 50% 50%;
background-repeat: no-repeat;
cursor: pointer;
}
/*jqxProgresBar Style*/
.jqx-progressbar
{
overflow: hidden;
outline: none;
border: 1px solid transparent;
height: 2em;
}
/*applied to the progressbar's value element*/
.jqx-progressbar-value
{
outline: none;
border: 0px solid transparent;
height: 100%;
}
/*applied to the progress bar's vertical value element- when the widget's orientation is 'vertical'*/
.jqx-progressbar-value-vertical
{
outline: none;
border: 0px solid transparent;
height: 100%;
background: transparent;
}
/*applied to the progressbar's text element*/
.jqx-progressbar-text
{
font-size: 10px;
border: none;
}
/*applied to the progress bar when the widget is in disabled state*/
.jqx-progressbar-disabled
{
outline: none;
border: 1px solid transparent;
height: 2em;
}
/*jqxMenu Style*/
.jqx-menu
{
border: 1px solid transparent;
float: none;
margin: 0px;
height: 100%;
padding: 0px;
overflow: hidden;
text-align: left;
}
.jqx-menu-dropdown-column
{
float: left;
}
/*applied to the menu when it is horizontal. Sets the menu's background*/
.jqx-menu-horizontal
{
margin: 0px;
padding: 0px;
overflow: hidden;
text-align: center;
}
/*applied to the menu when it is vertical. Sets the menu's background*/
.jqx-menu-vertical
{
text-align: left;
}
/*applied to the sub menu. Sets the sub menu's background*/
.jqx-menu-dropdown
{
left: 100%;
margin: 0px;
padding: 0px;
right: 0;
overflow: hidden;
display: none;
float: none;
width: 150px;
border-style: solid;
border-width: 1px;
text-align: left;
padding: 2px;
}
/*applied to the sub menu's ul elements.*/
.jqx-menu-dropdown ul
{
left: 100%;
margin: 0px;
padding: 0px;
right: 0;
overflow: hidden;
border: none;
}
/*applied to the menu's ul elements.*/
.jqx-menu ul
{
left: 100%;
margin: 0px;
padding: 2px;
right: 0;
overflow: hidden;
background-color: transparent;
border: none;
}
/*applied to the menu's li elements.*/
.jqx-menu li, .jqx-menu-dropdown li
{
line-height: 1.3 !important;
}
/*applied to the top level menu items.*/
.jqx-menu-item-top
{
border: 1px solid transparent;
text-indent: 0;
list-style: none;
padding: 4px 8px 4px 8px;
left: 100%;
overflow: hidden;
color: inherit;
right: 0;
margin: 0px 1px 0px 1px;
cursor: pointer;
}
/*applied to the sub menu items.*/
.jqx-menu-item
{
border: 1px solid transparent;
text-indent: 0;
list-style: none;
padding: 4px 8px 4px 8px;
margin: 1px;
float: none;
overflow: hidden;
left: 100%;
color: inherit;
right: 0;
text-align: left;
cursor: pointer;
*color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a sub menu item when the mouse is over the item.*/
.jqx-menu-item-hover
{
color: inherit;
right: 0;
list-style: none;
margin: 1px;
left: 100%;
padding: 4px 8px 4px 8px;
text-align: left;
cursor: pointer;
*color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a top-level menu item when the mouse is over it.*/
.jqx-menu-item-top-hover
{
color: inherit;
right: 0;
list-style: none;
margin: 0px 1px 0px 1px;
left: 100%;
padding: 4px 8px 4px 8px;
top: 50%;
cursor: pointer;
*color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a sub menu item when its sub menu is opened.*/
.jqx-menu-item-selected
{
right: 0;
list-style: none;
margin: 1px;
left: 100%;
padding: 4px 8px 4px 8px;
text-align: left;
cursor: pointer;
*color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a disabled sub menu item.*/
.jqx-menu-item-disabled
{
}
/*applied to a top-level menu item when its sub menu is opened.*/
.jqx-menu-item-top-selected
{
right: 0;
list-style: none;
margin: 0px 1px 0px 1px;
left: 100%;
padding: 4px 8px 4px 8px;
cursor: pointer;
}
/*applied to the menu separator items.*/
.jqx-menu-item-separator
{
text-indent: 0;
background-color: #ddd;
border: none;
list-style: none;
height: 1px;
line-height:0 !important;
padding: 0px;
margin: 1px 2px 1px 2px;
float: none;
overflow: hidden;
left: 100%;
color: inherit;
right: 0;
font-size: 1px;
}
/*applied to a sub menu item when it has sub menu items. Displays right arrow icon.*/
.jqx-menu-item-arrow-right
{
background-image: url(images/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items. Displays down arrow icon.*/
.jqx-menu-item-arrow-down
{
background-image: url(images/icon-down.png);
}
/*applied to a sub menu item when it has sub menu items. Displays up arrow icon.*/
.jqx-menu-item-arrow-up
{
background-image: url(images/icon-up.png);
}
.jqx-menu-minimized {
position: relative;
}
.jqx-menu-title {
position: relative;
float: right;
margin-top: 4px;
padding-top: 4px;
padding-right: 20px;
}
.jqx-menu-minimized-button
{
background-image: url('images/icon-menu-minimized.png');
background-repeat: no-repeat;
background-position: left center;
height: 24px;
width: 24px;
padding: 0px;
margin-left: 7px;
margin-top: 4px;
float : left;
}
.jqx-menu-ul-minimized {
display: block!important;
width: auto !important;
}
.jqx-menu-ul-minimized ul {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
-webkit-box-shadow: none !important;
-moz-box-shadow : none !important;
-o-box-shadow : none !important;
box-shadow : none !important;
}
.jqx-menu-minimized li:last-child {
padding-bottom: 0px;
margin: 0px;
}
.jqx-menu-item-arrow-right, .jqx-menu-item-arrow-down, .jqx-menu-item-arrow-up, .jqx-menu-item-arrow-right {
background-position: 100% 50%;
background-repeat: no-repeat;
padding-right: 0px;
margin-right: -8px;
width: 17px;
height: 15px;
}
/*applied to a sub menu item when it has sub menu items. Displays left arrow icon.*/
.jqx-menu-item-arrow-left
{
padding-right: 0px;
padding-left: 5px;
width: 17px;
height: 15px;
background-image: url(images/icon-left.png);
background-position: 0 50%;
background-repeat: no-repeat;
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays right arrow icon.*/
.jqx-menu-item-arrow-right-selected
{
background-image: url(images/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays down arrow icon.*/
.jqx-menu-item-arrow-down-selected
{
background-image: url(images/icon-down.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays up arrow icon.*/
.jqx-menu-item-arrow-up-selected
{
background-image: url(images/icon-up.png);
}
.jqx-menu-item-arrow-right-selected, .jqx-menu-item-arrow-up-selected, .jqx-menu-item-arrow-down-selected, .jqx-menu-item-arrow-top-right {
padding-right: 0px;
margin-right: -8px;
width: 17px;
height: 15px;
background-position: 100% 50%;
background-repeat: no-repeat;
}
/*applied to a top-level menu item when it | 0.254139 | 0.078113 |
@charset "UTF-8";
/*
* pub.tab.css: 0.0.1
* ========================================================================
* Copyright 2018-2019 ytkim
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
*/
.pubTab-wrapper {
background: inherit;
height: 100%;
width: 100%;
position: relative;
color: #000000;
/* for MS계열 브라우저 */
}
.pubTab-wrapper .pubTab {
position: relative;
width: 100%;
margin-bottom: -1px;
}
.pubTab-wrapper .pubTab * {
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.pubTab-wrapper .pubTab .pubTab-icon-area {
display: table-cell;
visibility: visible;
padding-right: 3px;
margin-top: 0px;
vertical-align: middle;
}
.pubTab-wrapper .pubTab .pubTab-icon-area.visible-hide {
display: none;
}
.pubTab-wrapper .pubTab .pubTab-icon-area .pubTab-icon {
cursor: pointer;
}
.pubTab-wrapper .pubTab .pubTab-icon-area .pubTab-icon:hover {
color: #5970f5;
}
.pubTab-wrapper .pubTab .pubTab-item-overlay {
width: 100%;
height: 100%;
z-index: -1;
position: absolute;
top: 0px;
left: 0px;
/* background: transparent; */
opacity: 1;
}
.pubTab-wrapper .pubTab .drag-on .pubTab-item-overlay {
z-index: 10;
}
.pubTab-wrapper .pubTab-scroll {
overflow: hidden;
padding: 2px 0px 0px 0px;
width: 100%;
}
.pubTab-wrapper .pubTab-more-button {
z-index: 1;
position: absolute;
right: 0px;
bottom: 0px;
min-width: 20px;
height: 22px;
padding: 0px;
text-align: center;
color: #989494;
cursor: pointer;
opacity: 0.9;
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
background: #d4d3d3;
}
.pubTab-wrapper .pubTab-more-button:before {
content: '\25BC';
}
.pubTab-wrapper .pubTab-more-button:hover {
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
background: #b8b8b8;
}
.pubTab-wrapper .pubTab-more-button:hover:before {
color: #716e6e;
}
.pubTab-wrapper .pubTab-dropdown-wrapper {
display: none;
position: absolute;
top: 23px;
right: 0;
left: auto;
max-height: calc(100% - 25px);
overflow-y: auto;
overflow-x: hidden;
z-index: 1000;
background-clip: padding-box;
border: 1px solid #d5d5d8;
}
.pubTab-wrapper .pubTab-dropdown-wrapper.pubTab-open {
display: block;
}
.pubTab-wrapper .pubTab-dropdown-wrapper .pubTab-dropdown-area {
margin: 0px 0 0 0;
padding: 0px;
text-align: left;
background-color: #ffffff;
list-style: none;
}
.pubTab-wrapper .pubTab-dropdown-wrapper .pubTab-dropdown-area > li {
padding: 2px 5px 2px 5px;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
cursor: pointer;
white-space: nowrap;
}
.pubTab-wrapper .pubTab-dropdown-wrapper .pubTab-dropdown-area > li:hover {
background-color: #dddddd;
}
.pubTab-wrapper .pubTab-prev, .pubTab-wrapper .pubTab-next {
cursor: pointer;
}
.pubTab-wrapper .pubTab-container {
list-style: none;
position: relative;
left: 0px;
padding: 0px;
margin: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0px 2px 0px 2px;
}
.pubTab-wrapper .pubTab-item {
vertical-align: baseline;
margin: 0px 5px 0px 0px;
position: relative;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
}
.pubTab-wrapper .pubTab-item.drag-over .pubTab-item-cont-wrapper {
background-color: #cecece;
}
.pubTab-wrapper .pubTab-item.drag-over .pubTab-item-cont-wrapper * {
color: #1a1818;
}
.pubTab-wrapper .pubTab-item .pubTab-item-title {
display: inline-block;
padding: 0px 5px;
cursor: pointer;
white-space: nowrap;
display: table-cell;
}
.pubTab-wrapper .pubTab-item .pubTab-item-title.pub-title-ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
}
.pubTab-wrapper .pubTab-item .pubTab-item-cont-wrapper {
border: 1px solid #d5d5d8;
background: #f5f5f5;
color: #000000;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
overflow: hidden;
}
.pubTab-wrapper .pubTab-item .pubTab-item-cont-wrapper:hover, .pubTab-wrapper .pubTab-item .pubTab-item-cont-wrapper:focus {
opacity: 0.8;
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
color: #000000;
background: #75b1ff;
}
.pubTab-wrapper .pubTab-item .pubTab-item-cont {
line-height: 21px;
padding: 0px 3px 0px 3px;
}
.pubTab-wrapper .pubTab-item.active {
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}
.pubTab-wrapper .pubTab-item.active .pubTab-item-cont-wrapper {
background: #ffffff;
}
.pubTab-wrapper .pubTab-item.active .pubTab-item-cont .pubTab-icon-area {
visibility: visible;
display: table-cell;
}
.pubTab-wrapper .pubTab-item.last {
padding: 0px 0px;
}
.pubTab-wrapper .pubTab-hide {
display: none;
}
@-webkit-keyframes blinkframe {
0% {
opacity: 1.0;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1.0;
}
}
@keyframes blinkframe {
0% {
opacity: 1.0;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1.0;
}
}
.pubTab-wrapper .blinkcss {
animation-name: blinkframe;
animation-delay: 0s;
-webkit-animation-name: blinkframe;
-webkit-animation-delay: 0s;
-moz-animation-name: blinkframe;
-moz-animation-delay: 0s;
animation-duration: 2s;
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
background-color: #252525 !important;
}
.pubTab-wrapper .blinkcss * {
color: #ffffff;
}
.pubTab-wrapper .pubTab-content-container {
height: 100%;
width: 100%;
}
.pubTab-wrapper .pubTab-content-container .pubTab-content {
height: 100%;
width: 100%;
display: none;
position: relative;
}
.pubTab-wrapper .pubTab-content-container .pubTab-content.active {
display: block;
}
[pub-theme="dark"] .pubTab-wrapper {
background: inherit;
color: #c5c3c3;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab .pubTab-icon-area .pubTab-icon:hover {
color: #5970f5;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-dropdown-wrapper {
border: 1px solid #6d6d75;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-dropdown-wrapper .pubTab-dropdown-area {
background-color: #262729;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-dropdown-wrapper .pubTab-dropdown-area > li:hover {
background-color: #000000;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-more-button {
color: #989494;
background: #d4d3d3;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-more-button:hover {
background: #b8b8b8;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-more-button:hover:before {
color: #716e6e;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-item .pubTab-item-cont-wrapper {
border: 1px solid #6d6d75;
background: #423f3f;
color: #c5c3c3;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-item .pubTab-item-cont-wrapper:hover, [pub-theme="dark"] .pubTab-wrapper .pubTab-item .pubTab-item-cont-wrapper:focus {
color: #ffffff;
background: #262729;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-item.drag-over .pubTab-item-cont-wrapper {
background-color: #cecece;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-item.drag-over .pubTab-item-cont-wrapper * {
color: #1b1b1b;
}
[pub-theme="dark"] .pubTab-wrapper.active .pubTab-item-cont-wrapper {
background: #1b1b1b;
}
[pub-theme="dark"] .pubTab-wrapper .blinkcss {
background-color: #dcdcdc !important;
}
[pub-theme="dark"] .pubTab-wrapper .blinkcss * {
color: #000000;
} | theme/default/css/pub.tab.css | @charset "UTF-8";
/*
* pub.tab.css: 0.0.1
* ========================================================================
* Copyright 2018-2019 ytkim
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
*/
.pubTab-wrapper {
background: inherit;
height: 100%;
width: 100%;
position: relative;
color: #000000;
/* for MS계열 브라우저 */
}
.pubTab-wrapper .pubTab {
position: relative;
width: 100%;
margin-bottom: -1px;
}
.pubTab-wrapper .pubTab * {
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.pubTab-wrapper .pubTab .pubTab-icon-area {
display: table-cell;
visibility: visible;
padding-right: 3px;
margin-top: 0px;
vertical-align: middle;
}
.pubTab-wrapper .pubTab .pubTab-icon-area.visible-hide {
display: none;
}
.pubTab-wrapper .pubTab .pubTab-icon-area .pubTab-icon {
cursor: pointer;
}
.pubTab-wrapper .pubTab .pubTab-icon-area .pubTab-icon:hover {
color: #5970f5;
}
.pubTab-wrapper .pubTab .pubTab-item-overlay {
width: 100%;
height: 100%;
z-index: -1;
position: absolute;
top: 0px;
left: 0px;
/* background: transparent; */
opacity: 1;
}
.pubTab-wrapper .pubTab .drag-on .pubTab-item-overlay {
z-index: 10;
}
.pubTab-wrapper .pubTab-scroll {
overflow: hidden;
padding: 2px 0px 0px 0px;
width: 100%;
}
.pubTab-wrapper .pubTab-more-button {
z-index: 1;
position: absolute;
right: 0px;
bottom: 0px;
min-width: 20px;
height: 22px;
padding: 0px;
text-align: center;
color: #989494;
cursor: pointer;
opacity: 0.9;
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
background: #d4d3d3;
}
.pubTab-wrapper .pubTab-more-button:before {
content: '\25BC';
}
.pubTab-wrapper .pubTab-more-button:hover {
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
background: #b8b8b8;
}
.pubTab-wrapper .pubTab-more-button:hover:before {
color: #716e6e;
}
.pubTab-wrapper .pubTab-dropdown-wrapper {
display: none;
position: absolute;
top: 23px;
right: 0;
left: auto;
max-height: calc(100% - 25px);
overflow-y: auto;
overflow-x: hidden;
z-index: 1000;
background-clip: padding-box;
border: 1px solid #d5d5d8;
}
.pubTab-wrapper .pubTab-dropdown-wrapper.pubTab-open {
display: block;
}
.pubTab-wrapper .pubTab-dropdown-wrapper .pubTab-dropdown-area {
margin: 0px 0 0 0;
padding: 0px;
text-align: left;
background-color: #ffffff;
list-style: none;
}
.pubTab-wrapper .pubTab-dropdown-wrapper .pubTab-dropdown-area > li {
padding: 2px 5px 2px 5px;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
cursor: pointer;
white-space: nowrap;
}
.pubTab-wrapper .pubTab-dropdown-wrapper .pubTab-dropdown-area > li:hover {
background-color: #dddddd;
}
.pubTab-wrapper .pubTab-prev, .pubTab-wrapper .pubTab-next {
cursor: pointer;
}
.pubTab-wrapper .pubTab-container {
list-style: none;
position: relative;
left: 0px;
padding: 0px;
margin: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0px 2px 0px 2px;
}
.pubTab-wrapper .pubTab-item {
vertical-align: baseline;
margin: 0px 5px 0px 0px;
position: relative;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
}
.pubTab-wrapper .pubTab-item.drag-over .pubTab-item-cont-wrapper {
background-color: #cecece;
}
.pubTab-wrapper .pubTab-item.drag-over .pubTab-item-cont-wrapper * {
color: #1a1818;
}
.pubTab-wrapper .pubTab-item .pubTab-item-title {
display: inline-block;
padding: 0px 5px;
cursor: pointer;
white-space: nowrap;
display: table-cell;
}
.pubTab-wrapper .pubTab-item .pubTab-item-title.pub-title-ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
}
.pubTab-wrapper .pubTab-item .pubTab-item-cont-wrapper {
border: 1px solid #d5d5d8;
background: #f5f5f5;
color: #000000;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
overflow: hidden;
}
.pubTab-wrapper .pubTab-item .pubTab-item-cont-wrapper:hover, .pubTab-wrapper .pubTab-item .pubTab-item-cont-wrapper:focus {
opacity: 0.8;
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
color: #000000;
background: #75b1ff;
}
.pubTab-wrapper .pubTab-item .pubTab-item-cont {
line-height: 21px;
padding: 0px 3px 0px 3px;
}
.pubTab-wrapper .pubTab-item.active {
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}
.pubTab-wrapper .pubTab-item.active .pubTab-item-cont-wrapper {
background: #ffffff;
}
.pubTab-wrapper .pubTab-item.active .pubTab-item-cont .pubTab-icon-area {
visibility: visible;
display: table-cell;
}
.pubTab-wrapper .pubTab-item.last {
padding: 0px 0px;
}
.pubTab-wrapper .pubTab-hide {
display: none;
}
@-webkit-keyframes blinkframe {
0% {
opacity: 1.0;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1.0;
}
}
@keyframes blinkframe {
0% {
opacity: 1.0;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1.0;
}
}
.pubTab-wrapper .blinkcss {
animation-name: blinkframe;
animation-delay: 0s;
-webkit-animation-name: blinkframe;
-webkit-animation-delay: 0s;
-moz-animation-name: blinkframe;
-moz-animation-delay: 0s;
animation-duration: 2s;
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
background-color: #252525 !important;
}
.pubTab-wrapper .blinkcss * {
color: #ffffff;
}
.pubTab-wrapper .pubTab-content-container {
height: 100%;
width: 100%;
}
.pubTab-wrapper .pubTab-content-container .pubTab-content {
height: 100%;
width: 100%;
display: none;
position: relative;
}
.pubTab-wrapper .pubTab-content-container .pubTab-content.active {
display: block;
}
[pub-theme="dark"] .pubTab-wrapper {
background: inherit;
color: #c5c3c3;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab .pubTab-icon-area .pubTab-icon:hover {
color: #5970f5;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-dropdown-wrapper {
border: 1px solid #6d6d75;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-dropdown-wrapper .pubTab-dropdown-area {
background-color: #262729;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-dropdown-wrapper .pubTab-dropdown-area > li:hover {
background-color: #000000;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-more-button {
color: #989494;
background: #d4d3d3;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-more-button:hover {
background: #b8b8b8;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-more-button:hover:before {
color: #716e6e;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-item .pubTab-item-cont-wrapper {
border: 1px solid #6d6d75;
background: #423f3f;
color: #c5c3c3;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-item .pubTab-item-cont-wrapper:hover, [pub-theme="dark"] .pubTab-wrapper .pubTab-item .pubTab-item-cont-wrapper:focus {
color: #ffffff;
background: #262729;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-item.drag-over .pubTab-item-cont-wrapper {
background-color: #cecece;
}
[pub-theme="dark"] .pubTab-wrapper .pubTab-item.drag-over .pubTab-item-cont-wrapper * {
color: #1b1b1b;
}
[pub-theme="dark"] .pubTab-wrapper.active .pubTab-item-cont-wrapper {
background: #1b1b1b;
}
[pub-theme="dark"] .pubTab-wrapper .blinkcss {
background-color: #dcdcdc !important;
}
[pub-theme="dark"] .pubTab-wrapper .blinkcss * {
color: #000000;
} | 0.541409 | 0.0399 |
body {
width: 100%;
height: 100%;
font-family: 'Open Sans', sans-serif;
margin: 0 !important;
padding: 0 !important;
overflow-x:hidden;
}
.wrapper {
overflow-x: hidden;
}
a {
transition: all 0.3s ease;
outline: none !important;
}
h1, h2, h3, h4, h5, h6, p, span, i {
cursor: default !important;
}
h1,h2,h3,h5, .text-muted {
font-family: 'Kaushan Script', sans-serif
}
hr {
border-color: rgba(166, 157, 67, .7);
width: 35%;
}
.fa-phone {
color: #BC2024;
text-shadow: 1px 1px #333;
margin-right: 15px;
}
.fa-home {
color: #BC2024;
text-shadow: 1px 1px #333;
margin-right: 15px;
}
.fa-money {
color: rgba(166, 157, 67, 1);
}
.fa-facebook-square {
color: #3B5999;
font-size: 20px;
}
.fa-twitter-square {
color: #1DA1F2;
font-size: 20px;
}
.fa-instagram {
color: #FCB319;
font-size: 20px;
}
.fa-linkedin-square {
color: #007BB6;
font-size: 20px;
}
.fa-google-plus-square {
color: #D73D32;
font-size: 20px;
}
/* NAVIGACIJA
----------------------------------------------------------------------------------------------------
*/
.navbar-default
{
border: 0;
background-color:#fff;
transition:all .35s;
font-family: 'Kaushan Script', sans-serif
}
.navbar-default .navbar-header .navbar-brand
{
text-transform:uppercase;
font-weight:700;
color:#f05f40;
font-family: 'Kaushan Script', sans-serif
}
.navbar-default .navbar-header .navbar-brand:focus,.navbar-default .navbar-header .navbar-brand:hover
{
color:#eb3812
}
.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus
{
text-transform:uppercase;
font-size:13px;
font-weight:700;
color:#222
}
.navbar-default .nav>li>a:focus:hover,.navbar-default .nav>li>a:hover
{
color:#18BC9C
}
.navbar-default .nav>li.active>a,.navbar-default .nav>li.active>a:focus
{
color:#fff!important;
background-color:rgba(166, 157, 67, 1);
}
.navbar-default .nav>li.active>a:focus:hover,.navbar-default .nav>li.active>a:hover
{
background-color:transparent
}
@media(min-width:768px) {
.navbar-default
{
border-color:none;
background-color: transparent;
}
.navbar-default .navbar-header .navbar-brand
{
color:rgba(255,255,255,.7)
}
.navbar-default .navbar-header .navbar-brand:focus,.navbar-default .navbar-header .navbar-brand:hover
{
color:#fff
}
.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus
{
color:rgba(255,255,255,.7)
}
.navbar-default .nav>li>a:focus:hover,.navbar-default .nav>li>a:hover
{
color:#fff
}
.navbar-default.affix
{
border-color:rgba(166, 157, 67, .5);
background-color:rgba(51, 51, 51, .9)
}
.navbar-default.affix .navbar-header .navbar-brand
{
font-size:14px;
color:#fff
}
.navbar-default.affix .navbar-header .navbar-brand:focus,.navbar-default.affix .navbar-header .navbar-brand:hover
{
color:rgba(166, 157, 67, 1)
}
.navbar-default.affix .nav>li>a,.navbar-default.affix .nav>li>a:focus
{
color:rgba(255,255,255,.7)
}
.navbar-default.affix .nav>li>a:focus:hover,.navbar-default.affix .nav>li>a:hover
{
color:rgba(166, 157, 67, 1)
}
}
@media (max-width:768px) {
.navbar-default .navbar-header .navbar-brand
{
color:rgba(166, 157, 67, 1)
}
.navbar-default .navbar-header .navbar-brand:focus,.navbar-default .navbar-header .navbar-brand:hover
{
color:rgba(166, 157, 67, 1);
}
.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus
{
color:#2C3E50
}
.navbar-default .nav>li>a:focus:hover,.navbar-default .nav>li>a:hover
{
color:rgba(166, 157, 67, 1);
}
.navbar-toggle
{
background:rgba(166, 157, 67, 1);
opacity: 0.8;
}
.navbar-toggle:focus,.navbar-toggle:hover
{
background:rgba(166, 157, 67, 1)!important;
opacity: 1;
}
.icon-bar
{
background:#fff!important
}
.social
{
display: none
}
}
/* KRAJ NAVIGACIJE
----------------------------------------------------------------------------------------------------
*/
/* HEADER
----------------------------------------------------------------------------------------------------
*/
#heder {
height: 100vh;
width: 100%;
display: table;
}
#heder .inner {
display: table-cell;
vertical-align: middle;
}
#heder .inner h1 {
font-size: 45px;
text-transform: uppercase;
color: #fff;
text-shadow: 1px 2px #333;
display: none;
}
#heder img {
max-width: 100%;
margin: 0 auto;
}
#heder .inner h2 {
font-size: 45px;
text-transform: uppercase;
color: #fff;
text-shadow: 1px 2px #333;
}
#heder .inner p {
font-size: 25px;
color: #fff;
text-shadow: 1px 2px #333;
text-transform: uppercase;
}
#heder .inner span {
font-size: 25px;
color: #fff;
text-shadow: 1px 2px #333;
}
/* END HEADER
----------------------------------------------------------------------------------------------------
*/
/* O NAMA
----------------------------------------------------------------------------------------------------
*/
#onama {
height: auto;
width: 100%;
padding: 85px 0 85px 0;
}
#onama h3 {
text-transform: uppercase;
}
#onama .text-muted {
font-size: 20px;
color: rgba(166, 157, 67, 1);
border-bottom: 1px solid rgba(166, 157, 67, .3);
padding-bottom: 8px;
width: 20%;
margin: 0 auto;
}
@media (max-width: 768px) {
#onama .text-muted {
width: 70%;
}
}
#onama .intro {
font-size: 15px;
font-family: 'Open Sans', sans-serif;
text-align: center;
color: #666;
margin-top: 50px;
}
#onama .container {
padding: 45px 0 45px 0;
}
#onama .intro p:first-letter {
color: rgba(166, 157, 67, 1)
}
#onama .bry {
font-size: 17px;
}
/* O NAMA KRAJ
----------------------------------------------------------------------------------------------------
*/
/* GALERIJA
----------------------------------------------------------------------------------------------------
*/
#gallery {
border-top: 2px solid rgba(166, 157, 67, 1);
border-bottom: 2px solid rgba(166, 157, 67, 1)
}
#gallery .container-fluid {
width: 100%;
margin: 0;
padding: 0;
}
#karusel .item img{
display: block;
width: 100%;
height: auto;
-webkit-filter: grayscale(40%); /* Chrome, Safari, Opera */
filter: grayscale(40%);
transition: all .3s ease;
}
#karusel .item img:hover {
-webkit-filter: grayscale(1%); /* Chrome, Safari, Opera */
filter: grayscale(1%);
}
/* <NAME>
----------------------------------------------------------------------------------------------------
*/
/* JELOVNIK
----------------------------------------------------------------------------------------------------
*/
#menu {
height: auto;
color: #666;
}
#menu .container {
padding: 80px 0 80px 0;
}
#menu h3 {
text-transform: uppercase;
}
#menu h5 {
color: #666;
font-size: 24px;
text-align: left;
margin-bottom: 20px;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid rgba(166, 157, 67, .5);
width: 60%;
}
@media screen (max-width: 768px) {
#menu h3 {
width: 100%;
}
#menu .text-muted {
width: 100%;
}
}
#menu .head {
font-size: 19px;
color: rgba(166, 157, 67, 1);
}
#menu .headBold {
font-weight: bold;
font-size: 19px;
color: rgba(166, 157, 67, 1);
}
#menu .price {
margin-bottom: 20px;
font-weight: bold;
color: #666;
}
#menu .text-muted {
font-size: 20px;
color: rgba(166, 157, 67, 1);
border-bottom: 1px solid rgba(166, 157, 67, .3);
padding-bottom: 8px;
width: 20%;
margin: 0 auto 50px auto;
}
/* <NAME>
----------------------------------------------------------------------------------------------------
*/
/* LOKACIJA
----------------------------------------------------------------------------------------------------
*/
#location {
width: 100%;
margin: 0 !important;
}
#location .container-fluid {
margin: 0;
padding-top: 60px;
width: 100%;
}
#location h3 {
text-transform: uppercase;
text-align: center;
}
#location .text-muted {
font-size: 20px;
color: rgba(166, 157, 67, 1);
border-bottom: 1px solid rgba(166, 157, 67, .3);
padding-bottom: 8px;
width: 20%;
text-align: center;
margin: 0 auto;
}
#map {
margin-top: 80px;
width: 100%;
height: 400px;
}
/* <NAME>
----------------------------------------------------------------------------------------------------
*/
/* FOOTER
----------------------------------------------------------------------------------------------------
*/
footer {
height: 100px;
background: #333;
color: #fff;
text-align: center;
}
footer .container {
padding: 40px 0 40px 0;
}
footer a {
color: #fff;
font-size: 14px;
}
footer a:hover {
color: rgba(166, 157, 67, 1);
text-decoration: none;
}
footer a:hover, a:active, a:focus {
color: #fff;
text-decoration: none
}
footer .fa-copyright {
color: rgba(166, 157, 67, 1);
}
/* <NAME>
----------------------------------------------------------------------------------------------------
*/ | public/assets/css/main.css | body {
width: 100%;
height: 100%;
font-family: 'Open Sans', sans-serif;
margin: 0 !important;
padding: 0 !important;
overflow-x:hidden;
}
.wrapper {
overflow-x: hidden;
}
a {
transition: all 0.3s ease;
outline: none !important;
}
h1, h2, h3, h4, h5, h6, p, span, i {
cursor: default !important;
}
h1,h2,h3,h5, .text-muted {
font-family: 'Kaushan Script', sans-serif
}
hr {
border-color: rgba(166, 157, 67, .7);
width: 35%;
}
.fa-phone {
color: #BC2024;
text-shadow: 1px 1px #333;
margin-right: 15px;
}
.fa-home {
color: #BC2024;
text-shadow: 1px 1px #333;
margin-right: 15px;
}
.fa-money {
color: rgba(166, 157, 67, 1);
}
.fa-facebook-square {
color: #3B5999;
font-size: 20px;
}
.fa-twitter-square {
color: #1DA1F2;
font-size: 20px;
}
.fa-instagram {
color: #FCB319;
font-size: 20px;
}
.fa-linkedin-square {
color: #007BB6;
font-size: 20px;
}
.fa-google-plus-square {
color: #D73D32;
font-size: 20px;
}
/* NAVIGACIJA
----------------------------------------------------------------------------------------------------
*/
.navbar-default
{
border: 0;
background-color:#fff;
transition:all .35s;
font-family: 'Kaushan Script', sans-serif
}
.navbar-default .navbar-header .navbar-brand
{
text-transform:uppercase;
font-weight:700;
color:#f05f40;
font-family: 'Kaushan Script', sans-serif
}
.navbar-default .navbar-header .navbar-brand:focus,.navbar-default .navbar-header .navbar-brand:hover
{
color:#eb3812
}
.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus
{
text-transform:uppercase;
font-size:13px;
font-weight:700;
color:#222
}
.navbar-default .nav>li>a:focus:hover,.navbar-default .nav>li>a:hover
{
color:#18BC9C
}
.navbar-default .nav>li.active>a,.navbar-default .nav>li.active>a:focus
{
color:#fff!important;
background-color:rgba(166, 157, 67, 1);
}
.navbar-default .nav>li.active>a:focus:hover,.navbar-default .nav>li.active>a:hover
{
background-color:transparent
}
@media(min-width:768px) {
.navbar-default
{
border-color:none;
background-color: transparent;
}
.navbar-default .navbar-header .navbar-brand
{
color:rgba(255,255,255,.7)
}
.navbar-default .navbar-header .navbar-brand:focus,.navbar-default .navbar-header .navbar-brand:hover
{
color:#fff
}
.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus
{
color:rgba(255,255,255,.7)
}
.navbar-default .nav>li>a:focus:hover,.navbar-default .nav>li>a:hover
{
color:#fff
}
.navbar-default.affix
{
border-color:rgba(166, 157, 67, .5);
background-color:rgba(51, 51, 51, .9)
}
.navbar-default.affix .navbar-header .navbar-brand
{
font-size:14px;
color:#fff
}
.navbar-default.affix .navbar-header .navbar-brand:focus,.navbar-default.affix .navbar-header .navbar-brand:hover
{
color:rgba(166, 157, 67, 1)
}
.navbar-default.affix .nav>li>a,.navbar-default.affix .nav>li>a:focus
{
color:rgba(255,255,255,.7)
}
.navbar-default.affix .nav>li>a:focus:hover,.navbar-default.affix .nav>li>a:hover
{
color:rgba(166, 157, 67, 1)
}
}
@media (max-width:768px) {
.navbar-default .navbar-header .navbar-brand
{
color:rgba(166, 157, 67, 1)
}
.navbar-default .navbar-header .navbar-brand:focus,.navbar-default .navbar-header .navbar-brand:hover
{
color:rgba(166, 157, 67, 1);
}
.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus
{
color:#2C3E50
}
.navbar-default .nav>li>a:focus:hover,.navbar-default .nav>li>a:hover
{
color:rgba(166, 157, 67, 1);
}
.navbar-toggle
{
background:rgba(166, 157, 67, 1);
opacity: 0.8;
}
.navbar-toggle:focus,.navbar-toggle:hover
{
background:rgba(166, 157, 67, 1)!important;
opacity: 1;
}
.icon-bar
{
background:#fff!important
}
.social
{
display: none
}
}
/* KRAJ NAVIGACIJE
----------------------------------------------------------------------------------------------------
*/
/* HEADER
----------------------------------------------------------------------------------------------------
*/
#heder {
height: 100vh;
width: 100%;
display: table;
}
#heder .inner {
display: table-cell;
vertical-align: middle;
}
#heder .inner h1 {
font-size: 45px;
text-transform: uppercase;
color: #fff;
text-shadow: 1px 2px #333;
display: none;
}
#heder img {
max-width: 100%;
margin: 0 auto;
}
#heder .inner h2 {
font-size: 45px;
text-transform: uppercase;
color: #fff;
text-shadow: 1px 2px #333;
}
#heder .inner p {
font-size: 25px;
color: #fff;
text-shadow: 1px 2px #333;
text-transform: uppercase;
}
#heder .inner span {
font-size: 25px;
color: #fff;
text-shadow: 1px 2px #333;
}
/* END HEADER
----------------------------------------------------------------------------------------------------
*/
/* O NAMA
----------------------------------------------------------------------------------------------------
*/
#onama {
height: auto;
width: 100%;
padding: 85px 0 85px 0;
}
#onama h3 {
text-transform: uppercase;
}
#onama .text-muted {
font-size: 20px;
color: rgba(166, 157, 67, 1);
border-bottom: 1px solid rgba(166, 157, 67, .3);
padding-bottom: 8px;
width: 20%;
margin: 0 auto;
}
@media (max-width: 768px) {
#onama .text-muted {
width: 70%;
}
}
#onama .intro {
font-size: 15px;
font-family: 'Open Sans', sans-serif;
text-align: center;
color: #666;
margin-top: 50px;
}
#onama .container {
padding: 45px 0 45px 0;
}
#onama .intro p:first-letter {
color: rgba(166, 157, 67, 1)
}
#onama .bry {
font-size: 17px;
}
/* O NAMA KRAJ
----------------------------------------------------------------------------------------------------
*/
/* GALERIJA
----------------------------------------------------------------------------------------------------
*/
#gallery {
border-top: 2px solid rgba(166, 157, 67, 1);
border-bottom: 2px solid rgba(166, 157, 67, 1)
}
#gallery .container-fluid {
width: 100%;
margin: 0;
padding: 0;
}
#karusel .item img{
display: block;
width: 100%;
height: auto;
-webkit-filter: grayscale(40%); /* Chrome, Safari, Opera */
filter: grayscale(40%);
transition: all .3s ease;
}
#karusel .item img:hover {
-webkit-filter: grayscale(1%); /* Chrome, Safari, Opera */
filter: grayscale(1%);
}
/* <NAME>
----------------------------------------------------------------------------------------------------
*/
/* JELOVNIK
----------------------------------------------------------------------------------------------------
*/
#menu {
height: auto;
color: #666;
}
#menu .container {
padding: 80px 0 80px 0;
}
#menu h3 {
text-transform: uppercase;
}
#menu h5 {
color: #666;
font-size: 24px;
text-align: left;
margin-bottom: 20px;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid rgba(166, 157, 67, .5);
width: 60%;
}
@media screen (max-width: 768px) {
#menu h3 {
width: 100%;
}
#menu .text-muted {
width: 100%;
}
}
#menu .head {
font-size: 19px;
color: rgba(166, 157, 67, 1);
}
#menu .headBold {
font-weight: bold;
font-size: 19px;
color: rgba(166, 157, 67, 1);
}
#menu .price {
margin-bottom: 20px;
font-weight: bold;
color: #666;
}
#menu .text-muted {
font-size: 20px;
color: rgba(166, 157, 67, 1);
border-bottom: 1px solid rgba(166, 157, 67, .3);
padding-bottom: 8px;
width: 20%;
margin: 0 auto 50px auto;
}
/* <NAME>
----------------------------------------------------------------------------------------------------
*/
/* LOKACIJA
----------------------------------------------------------------------------------------------------
*/
#location {
width: 100%;
margin: 0 !important;
}
#location .container-fluid {
margin: 0;
padding-top: 60px;
width: 100%;
}
#location h3 {
text-transform: uppercase;
text-align: center;
}
#location .text-muted {
font-size: 20px;
color: rgba(166, 157, 67, 1);
border-bottom: 1px solid rgba(166, 157, 67, .3);
padding-bottom: 8px;
width: 20%;
text-align: center;
margin: 0 auto;
}
#map {
margin-top: 80px;
width: 100%;
height: 400px;
}
/* <NAME>
----------------------------------------------------------------------------------------------------
*/
/* FOOTER
----------------------------------------------------------------------------------------------------
*/
footer {
height: 100px;
background: #333;
color: #fff;
text-align: center;
}
footer .container {
padding: 40px 0 40px 0;
}
footer a {
color: #fff;
font-size: 14px;
}
footer a:hover {
color: rgba(166, 157, 67, 1);
text-decoration: none;
}
footer a:hover, a:active, a:focus {
color: #fff;
text-decoration: none
}
footer .fa-copyright {
color: rgba(166, 157, 67, 1);
}
/* <NAME>
----------------------------------------------------------------------------------------------------
*/ | 0.270962 | 0.052328 |
@charset "utf-8";
/*////////////////////*/
/*// Основные стили //*/
/*////////////////////*/
/* Шрифты */
@font-face{
font-family: 'Arimo';
src: url("/styles/fonts/Arimo-Regular.ttf") format('truetype');
font-weight: normal;
font-style: normal;
}
/* Тэги */
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
text-decoration: none;
font-family: Arimo, sans-serif;
box-sizing: border-box;
font-smoothing: antialiased;
}
html {
height: 100%;
width: 100%;
}
body {
height: 100%;
width: 100%;
background-color: #EDEDED;
}
header {
display: block;
min-width: 1000px;
background-color: #2B2A29;
box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
}
secion, nav, aside, article {
display: block;
}
footer {
display: block;
width: 100%;
height: 100px;
background-color: #2B2A29;
box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.5);
}
input[type="email"] {
box-shadow: none;
}
p {
margin: 0 0 1em;
text-align: justify;
}
a {
color: #428bca;
}
*[unselectable=on], img {
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
#wrapper {
margin: auto;
min-height: calc(100vh - 160px);
width: 1000px;
}
/* Стандарнтные классы */
.list-style-none {
list-style: none;
}
.margin-auto {
margin: auto;
}
.cur_pointer {
cursor: pointer;
}
.clear {
clear: both;
}
.flex {
display: flex;
}
.inline_block {
display: inline-block;
}
.float_rigth {
float: rigth;
}
.float_left {
float: left;
}
.input-multi-up {
width: 228px;
height: 48px;
border: 1px solid #d8d8d8;
border-radius: 4px 4px 0px 0px;
padding: 13px;
font-size: 16px;
color: #404244;
margin-bottom: 5px;
}
.input-multi-middle {
width: 228px;
height: 48px;
border: 1px solid #d8d8d8;
padding: 13px;
font-size: 16px;
color: #404244;
margin-bottom: 5px;
}
.input-multi-down {
width: 228px;
height: 48px;
border: 1px solid #d8d8d8;
border-radius: 0px 0px 4px 4px;
padding: 13px;
font-size: 16px;
color: #404244;
}
.input-multi-button {
width: 228px;
height: 48px;
border-radius: 0px 0px 4px 4px;
font-size: 16px;
color: white;
width: 228px;
background-color: #65CD65;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.color-blue {
color: #428bca;
}
.input-multi-button:hover {
background-color: #70E170;
cursor: pointer;
}
.input-multi-up:focus {
border: 1px solid #52ADFC;
}
.input-multi-middle:focus {
border: 1px solid #52ADFC;
}
.input-multi-down:focus {
border: 1px solid #52ADFC;
}
.center {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.container {
display: flex;
align-items: center;
padding: 8px 0;
}
.underline {
text-decoration: underline;
}
.header-menu-list-element, .header-menu-list-element:hover,
.href-span-unactive, .href-span-unactive:hover,
#header-logo, #header-logo:hover,
#header-user-div-menu-butt, #header-user-div-menu-butt:hover,
.user-slider-menu-nav-element, .user-slider-menu-nav-element:hover,
.user-slider-menu-nav-down-panel-button, .user-slider-menu-nav-down-panel-button:hover,
#profile-right-content-button-edit-profile div div, #profile-right-content-button-edit-profile div div:hover,
#dont_give_mail_href, #dont_give_mail_href:hover {
transition: all.1s ease;
}
.input-multi-button, .input-multi-button:hover,
.input-multi-up, .input-multi-up:focus,
.input-multi-middle, .input-multi-middle:focus,
.input-multi-down, .input-multi-down:focus,
.header-button, .header-button:hover {
transition: all.2s ease;
}
/*/////////*/
/*/ Шапка /*/
/*/////////*/
#header {
margin: auto;
width: 1000px;
height: auto;
display: flex;
color: white;
}
/* Лого шапки */
#header-logo-div {
min-width: 165px;
height: 60px;
}
#header-logo {
height: 32px;
}
#header-logo:hover {
height: 31px;
margin-bottom: 0.5px;
}
/* Меню шапки */
#header-menu {
min-width: 575px;
height: 60px;
}
#header-menu-list {
list-style: none;
}
.header-menu-list-element {
margin-right: 20px;
font-size: 17px;
font-weight: 400;
color: white;
}
.header-menu-list-element:hover {
color: #95CCFC;
}
/* Блок пользователя шапки */
#header-user {
min-width: 260px;
height: 60px;
border-left: 1px solid #444444;
border-right: 1px solid #444444;
}
/* Блок пользователя шапки - Авторизация, Регистрация */
#header-user-div-butt a {
font-family: Roboto,sans-serif;
font-size: 16px;
font-weight: 400;
color: white;
}
#header-button-log {
margin-right: 5px;
}
#header-button-reg {
margin-left: 5px;
}
.header-button {
border: 1px solid #444444;
border-radius: 5px;
padding: 7px 10px 7px 10px;
}
.header-button:hover {
border: 1px solid #666666;
}
/* Блок пользователя шапки - Профиль */
#header-user-div-info {
width: 170px;
}
#header-user-div-info-inf {
color: #d8d8d8;
font-size: 10px;
}
#header-user-div-avatar {
width: 60px;
}
#header-user-div-avatar img {
width: 60px;
height: 60px;
}
#header-user-div-menu-butt {
width: 28px;
height: 60px;
}
#header-user-div-menu-butt:hover {
background-color: #333333;
cursor: pointer;
}
#header-user-div-menu-butt img {
width: 20px;
height: 20px;
}
/* Вытекающее меню профиля шапки */
#user-slider-menu {
display: none;
position: absolute;
width: 260px;
background-color: #272625;
margin-left: 740px;
border-left: 1px solid #444444;
border-right: 1px solid #444444;
border-bottom: 1px solid #444444;
}
#user-slider-menu-nav{
width: 258px;
}
#user-slider-menu-nav a {
color: white;
}
.user-slider-menu-nav-element {
width: 258px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.user-slider-menu-nav-element:hover {
background-color: #333333;
}
.user-slider-menu-nav-element[name="first"] {
box-shadow: 0px 20px 15px -20px rgba(0,0,0,0.7) inset;
}
.user-slider-menu-nav-element[name="last"] {
box-shadow: 0px -20px 15px -20px rgba(0,0,0,0.7) inset;
}
#user-slider-menu-nav-down-panel {
display: flex;
height: 35px;
background-color: #2B2A29;
border-top: 1px solid #444444;
}
.user-slider-menu-nav-down-panel-button {
width: 86px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
}
.user-slider-menu-nav-down-panel-button img {
height: 20px;
}
.user-slider-menu-nav-down-panel-button:hover {
background-color: #333333;
}
/* Окно Регистрации и Авторизации */
#blackout-div {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: none;
position: fixed;
top: 0px;
}
#blackout-div-window {
margin: 120px auto 0px auto;
width: 400px;
height: 280px;
background-color: white;
border-radius: 5px 7px 5px 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#blackout-div-window-up-panel {
display: flex;
}
#blackout-div-window-up-panel-auth {
height: 60px;
width: 180px;
color: #333333;
border-radius: 5px 0px 0px 0px;
}
#blackout-div-window-up-panel-reg {
height: 60px;
width: 181px;
border-bottom: 1px solid #d8d8d8;
border-left: 1px solid #d8d8d8;
background-color: #EDEDED;
}
#blackout-div-window-up-panel-close {
border-left: 1px solid #d8d8d8;
border-bottom: 1px solid #d8d8d8;
border-radius: 0px 5px 0px 0px;
height: 60px;
width: 39px;
background-color: #EDEDED;
}
#blackout-div-window-up-panel-close img {
height: 24px;
color: white;
}
#blackout-div-window-up-panel-close:hover {
background-color: #DE391F;
}
#blackout-div-window-content-step {
padding: 0px 60px 0px 60px;
margin-top: 30px;
color: #626262;
font-size: 14px;
}
#blackout-div-window-content-form {
margin: 15px 55px 20px 55px;
}
.blackout-div-window-content-form-input {
display: flex;
padding-left: 30px;
}
.input-error-info-div {
height: 48px;
width: 30px;
display: none;
padding-left: 4px;
padding-top: 13px;
}
.input-error-info-div img {
width: 22px;
}
.input-error-info-div img:hover {
cursor: pointer;
}
.input-error-info-div div {
width: 250px;
background-color: #EDEDED;
border: 1px solid #d8d8d8;
border-radius: 5px;
position: relative;
padding: 5px;
left: 30px;
bottom: 25px;
display: none;
font-size: 15px;
}
#reg-step-3-info-div {
margin: 15px 30px 0px 30px;
font-size: 15px;
text-align: center;
}
#blackout-div-window-content-account-recovery {
text-align: center;
}
#blackout-div-window-content-account-recovery a {
font-size: 14px;
color: #428bca;
}
#blackout-div-window-content-account-recovery a:hover {
color: #52ADFC;
text-decoration: underline;
}
.href-span-unactive {
color: #428bca;
}
.href-span-unactive:hover {
color: #52ADFC;
text-decoration: underline;
}
#dont_give_mail_href:hover {
text-decoration: underline;
}
/*/////////*/
/*/ Футер /*/
/*/////////*/
#footer {
margin: auto;
width: 1000px;
height: 100px;
display: flex;
align-items: center;
color: white;
}
#footer-block-1 {
width: 220px;
height: 100px;
}
#footer-block-2 {
width: 530px;
height: 100px;
}
#footer-block-3 {
width: 250px;
height: 100px;
}
#footer-block-1-copyright {
width: 220px;
height: 40px;
display: flex;
align-items: center;
font-size: 14px;
color: #777;
padding-top: 12px;
}
#footer-block-1-rules {
width: 220px;
height: 60px;
display: flex;
align-items: center;
font-size: 14px;
color: #777;
padding-bottom: 20px;
}
#footer-block-3-social {
width: 250px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #777;
}
#footer-block-3-bugs {
width: 250px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #777;
padding-bottom: 20px;
}
#footer-block-1-rules a:hover, #footer-block-3-bugs a:hover {
text-decoration: underline;
}
#footer-block-3-social a {
margin-right: 8px;
}
.social-hrefs-img {
height: 32px;
}
/*///////////*/
/*/ Профиль /*/
/*///////////*/
#navigation-bar {
padding: 25px 15px 9px 15px;
width: 1000px;
height: 48px;
font-size: 12px;
color: #777777;
}
#navigation-bar a {
font-size: 14px;
}
#navigation-bar a:hover {
text-decoration: underline;
}
#main-profile-content {
width: 1000px;
display: flex;
font-family: Roboto, Arimo, sans-serif;
}
#profile-left-content {
width: 700px;
height: 600px;
margin-right: 20px;
background-color: white;
border: 1px solid #d8d8d8;
}
#profile-right-content {
width: 280px;
background-color: white;
border: 1px solid #d8d8d8;
padding-bottom: 10px;
}
#profile-left-content-user-main-info {
width: 698px;
height: 171px;
border-bottom: 1px solid #d8d8d8;
display: flex;
}
#profile-left-content-user-main-info-avatar {
width: 170px;
height: 170px;
padding: 20px;
}
#profile-left-content-user-main-info-avatar img {
width: 130px;
height: 130px;
}
#profile-left-content-user-main-info-text {
padding-left: 10px;
height: 170px;
width: 358px;
}
#profile-left-content-user-main-info-text-name {
font-size: 28px;
margin-top: 20px;
width: 348px;
padding-left: 5px;
}
#profile-left-content-user-main-info-text-desc {
height: 70px;
font-size: 13px;
margin-top: 10px;
margin-bottom: 37px;
color: #333333;
word-wrap: break-word;
text-align: justify;
overflow-y: hidden;
padding: 5px;
}
#profile-left-content-user-main-info-text-desc:hover {
width: 348px;
position: absolute;
height: auto;
background-color: white;
border: 1px solid #d8d8d8;
padding: 5px;
}
#profile-left-content-user-main-info-extra {
width: 170px;
height: 170px;
}
#profile-left-content-user-main-info-extra-level {
padding: 20px 20px 15px 20px;
}
#profile-left-content-user-main-info-extra-level div {
width: 45px;
height: 45px;
border-radius: 50%;
font-size: 15px;
border: 3px solid #d8d8d8;
}
#profile-left-content-user-main-info-extra-level span {
margin-right: 10px;
color: #444444;
font-size: 13px;
}
#profile-left-content-user-main-info-extra-rep-kp {
padding-left: 30px;
}
#profile-left-content-user-main-info-extra-rep-kp div {
font-size: 14px;
cursor: help;
}
#profile-left-content-user-main-info-extra-rep-kp div img {
height: 25px;
}
#profile-left-content-user-main-info-extra-rep-kp div div {
margin-top: 4px;
margin-left: 7px;
}
#profile-right-content-button-edit-profile {
width: 278px;
height: 120px;
border-bottom: 1px solid #d8d8d8;
}
#profile-right-content-button-edit-profile div div {
font-size: 16px;
color: white;
background-color: #428bca;
padding: 12px 20px 12px 20px;
border-radius: 5px;
}
#profile-right-content-button-edit-profile div div:hover {
background-color: #52ADFC;
}
.profile-right-content-div {
}
.profile-right-content-div div[name="title"] {
padding: 10px 20px 6px 20px;
}
.profile-right-content-div div[name="content"] {
padding: 0px 20px 0px 20px;
}
.profile-right-content-div div[name="content"] div img {
width: 40px;
margin-right: 10px;
} | www/styles/basics.css | @charset "utf-8";
/*////////////////////*/
/*// Основные стили //*/
/*////////////////////*/
/* Шрифты */
@font-face{
font-family: 'Arimo';
src: url("/styles/fonts/Arimo-Regular.ttf") format('truetype');
font-weight: normal;
font-style: normal;
}
/* Тэги */
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
text-decoration: none;
font-family: Arimo, sans-serif;
box-sizing: border-box;
font-smoothing: antialiased;
}
html {
height: 100%;
width: 100%;
}
body {
height: 100%;
width: 100%;
background-color: #EDEDED;
}
header {
display: block;
min-width: 1000px;
background-color: #2B2A29;
box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
}
secion, nav, aside, article {
display: block;
}
footer {
display: block;
width: 100%;
height: 100px;
background-color: #2B2A29;
box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.5);
}
input[type="email"] {
box-shadow: none;
}
p {
margin: 0 0 1em;
text-align: justify;
}
a {
color: #428bca;
}
*[unselectable=on], img {
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
#wrapper {
margin: auto;
min-height: calc(100vh - 160px);
width: 1000px;
}
/* Стандарнтные классы */
.list-style-none {
list-style: none;
}
.margin-auto {
margin: auto;
}
.cur_pointer {
cursor: pointer;
}
.clear {
clear: both;
}
.flex {
display: flex;
}
.inline_block {
display: inline-block;
}
.float_rigth {
float: rigth;
}
.float_left {
float: left;
}
.input-multi-up {
width: 228px;
height: 48px;
border: 1px solid #d8d8d8;
border-radius: 4px 4px 0px 0px;
padding: 13px;
font-size: 16px;
color: #404244;
margin-bottom: 5px;
}
.input-multi-middle {
width: 228px;
height: 48px;
border: 1px solid #d8d8d8;
padding: 13px;
font-size: 16px;
color: #404244;
margin-bottom: 5px;
}
.input-multi-down {
width: 228px;
height: 48px;
border: 1px solid #d8d8d8;
border-radius: 0px 0px 4px 4px;
padding: 13px;
font-size: 16px;
color: #404244;
}
.input-multi-button {
width: 228px;
height: 48px;
border-radius: 0px 0px 4px 4px;
font-size: 16px;
color: white;
width: 228px;
background-color: #65CD65;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.color-blue {
color: #428bca;
}
.input-multi-button:hover {
background-color: #70E170;
cursor: pointer;
}
.input-multi-up:focus {
border: 1px solid #52ADFC;
}
.input-multi-middle:focus {
border: 1px solid #52ADFC;
}
.input-multi-down:focus {
border: 1px solid #52ADFC;
}
.center {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.container {
display: flex;
align-items: center;
padding: 8px 0;
}
.underline {
text-decoration: underline;
}
.header-menu-list-element, .header-menu-list-element:hover,
.href-span-unactive, .href-span-unactive:hover,
#header-logo, #header-logo:hover,
#header-user-div-menu-butt, #header-user-div-menu-butt:hover,
.user-slider-menu-nav-element, .user-slider-menu-nav-element:hover,
.user-slider-menu-nav-down-panel-button, .user-slider-menu-nav-down-panel-button:hover,
#profile-right-content-button-edit-profile div div, #profile-right-content-button-edit-profile div div:hover,
#dont_give_mail_href, #dont_give_mail_href:hover {
transition: all.1s ease;
}
.input-multi-button, .input-multi-button:hover,
.input-multi-up, .input-multi-up:focus,
.input-multi-middle, .input-multi-middle:focus,
.input-multi-down, .input-multi-down:focus,
.header-button, .header-button:hover {
transition: all.2s ease;
}
/*/////////*/
/*/ Шапка /*/
/*/////////*/
#header {
margin: auto;
width: 1000px;
height: auto;
display: flex;
color: white;
}
/* Лого шапки */
#header-logo-div {
min-width: 165px;
height: 60px;
}
#header-logo {
height: 32px;
}
#header-logo:hover {
height: 31px;
margin-bottom: 0.5px;
}
/* Меню шапки */
#header-menu {
min-width: 575px;
height: 60px;
}
#header-menu-list {
list-style: none;
}
.header-menu-list-element {
margin-right: 20px;
font-size: 17px;
font-weight: 400;
color: white;
}
.header-menu-list-element:hover {
color: #95CCFC;
}
/* Блок пользователя шапки */
#header-user {
min-width: 260px;
height: 60px;
border-left: 1px solid #444444;
border-right: 1px solid #444444;
}
/* Блок пользователя шапки - Авторизация, Регистрация */
#header-user-div-butt a {
font-family: Roboto,sans-serif;
font-size: 16px;
font-weight: 400;
color: white;
}
#header-button-log {
margin-right: 5px;
}
#header-button-reg {
margin-left: 5px;
}
.header-button {
border: 1px solid #444444;
border-radius: 5px;
padding: 7px 10px 7px 10px;
}
.header-button:hover {
border: 1px solid #666666;
}
/* Блок пользователя шапки - Профиль */
#header-user-div-info {
width: 170px;
}
#header-user-div-info-inf {
color: #d8d8d8;
font-size: 10px;
}
#header-user-div-avatar {
width: 60px;
}
#header-user-div-avatar img {
width: 60px;
height: 60px;
}
#header-user-div-menu-butt {
width: 28px;
height: 60px;
}
#header-user-div-menu-butt:hover {
background-color: #333333;
cursor: pointer;
}
#header-user-div-menu-butt img {
width: 20px;
height: 20px;
}
/* Вытекающее меню профиля шапки */
#user-slider-menu {
display: none;
position: absolute;
width: 260px;
background-color: #272625;
margin-left: 740px;
border-left: 1px solid #444444;
border-right: 1px solid #444444;
border-bottom: 1px solid #444444;
}
#user-slider-menu-nav{
width: 258px;
}
#user-slider-menu-nav a {
color: white;
}
.user-slider-menu-nav-element {
width: 258px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.user-slider-menu-nav-element:hover {
background-color: #333333;
}
.user-slider-menu-nav-element[name="first"] {
box-shadow: 0px 20px 15px -20px rgba(0,0,0,0.7) inset;
}
.user-slider-menu-nav-element[name="last"] {
box-shadow: 0px -20px 15px -20px rgba(0,0,0,0.7) inset;
}
#user-slider-menu-nav-down-panel {
display: flex;
height: 35px;
background-color: #2B2A29;
border-top: 1px solid #444444;
}
.user-slider-menu-nav-down-panel-button {
width: 86px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
}
.user-slider-menu-nav-down-panel-button img {
height: 20px;
}
.user-slider-menu-nav-down-panel-button:hover {
background-color: #333333;
}
/* Окно Регистрации и Авторизации */
#blackout-div {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: none;
position: fixed;
top: 0px;
}
#blackout-div-window {
margin: 120px auto 0px auto;
width: 400px;
height: 280px;
background-color: white;
border-radius: 5px 7px 5px 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#blackout-div-window-up-panel {
display: flex;
}
#blackout-div-window-up-panel-auth {
height: 60px;
width: 180px;
color: #333333;
border-radius: 5px 0px 0px 0px;
}
#blackout-div-window-up-panel-reg {
height: 60px;
width: 181px;
border-bottom: 1px solid #d8d8d8;
border-left: 1px solid #d8d8d8;
background-color: #EDEDED;
}
#blackout-div-window-up-panel-close {
border-left: 1px solid #d8d8d8;
border-bottom: 1px solid #d8d8d8;
border-radius: 0px 5px 0px 0px;
height: 60px;
width: 39px;
background-color: #EDEDED;
}
#blackout-div-window-up-panel-close img {
height: 24px;
color: white;
}
#blackout-div-window-up-panel-close:hover {
background-color: #DE391F;
}
#blackout-div-window-content-step {
padding: 0px 60px 0px 60px;
margin-top: 30px;
color: #626262;
font-size: 14px;
}
#blackout-div-window-content-form {
margin: 15px 55px 20px 55px;
}
.blackout-div-window-content-form-input {
display: flex;
padding-left: 30px;
}
.input-error-info-div {
height: 48px;
width: 30px;
display: none;
padding-left: 4px;
padding-top: 13px;
}
.input-error-info-div img {
width: 22px;
}
.input-error-info-div img:hover {
cursor: pointer;
}
.input-error-info-div div {
width: 250px;
background-color: #EDEDED;
border: 1px solid #d8d8d8;
border-radius: 5px;
position: relative;
padding: 5px;
left: 30px;
bottom: 25px;
display: none;
font-size: 15px;
}
#reg-step-3-info-div {
margin: 15px 30px 0px 30px;
font-size: 15px;
text-align: center;
}
#blackout-div-window-content-account-recovery {
text-align: center;
}
#blackout-div-window-content-account-recovery a {
font-size: 14px;
color: #428bca;
}
#blackout-div-window-content-account-recovery a:hover {
color: #52ADFC;
text-decoration: underline;
}
.href-span-unactive {
color: #428bca;
}
.href-span-unactive:hover {
color: #52ADFC;
text-decoration: underline;
}
#dont_give_mail_href:hover {
text-decoration: underline;
}
/*/////////*/
/*/ Футер /*/
/*/////////*/
#footer {
margin: auto;
width: 1000px;
height: 100px;
display: flex;
align-items: center;
color: white;
}
#footer-block-1 {
width: 220px;
height: 100px;
}
#footer-block-2 {
width: 530px;
height: 100px;
}
#footer-block-3 {
width: 250px;
height: 100px;
}
#footer-block-1-copyright {
width: 220px;
height: 40px;
display: flex;
align-items: center;
font-size: 14px;
color: #777;
padding-top: 12px;
}
#footer-block-1-rules {
width: 220px;
height: 60px;
display: flex;
align-items: center;
font-size: 14px;
color: #777;
padding-bottom: 20px;
}
#footer-block-3-social {
width: 250px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #777;
}
#footer-block-3-bugs {
width: 250px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #777;
padding-bottom: 20px;
}
#footer-block-1-rules a:hover, #footer-block-3-bugs a:hover {
text-decoration: underline;
}
#footer-block-3-social a {
margin-right: 8px;
}
.social-hrefs-img {
height: 32px;
}
/*///////////*/
/*/ Профиль /*/
/*///////////*/
#navigation-bar {
padding: 25px 15px 9px 15px;
width: 1000px;
height: 48px;
font-size: 12px;
color: #777777;
}
#navigation-bar a {
font-size: 14px;
}
#navigation-bar a:hover {
text-decoration: underline;
}
#main-profile-content {
width: 1000px;
display: flex;
font-family: Roboto, Arimo, sans-serif;
}
#profile-left-content {
width: 700px;
height: 600px;
margin-right: 20px;
background-color: white;
border: 1px solid #d8d8d8;
}
#profile-right-content {
width: 280px;
background-color: white;
border: 1px solid #d8d8d8;
padding-bottom: 10px;
}
#profile-left-content-user-main-info {
width: 698px;
height: 171px;
border-bottom: 1px solid #d8d8d8;
display: flex;
}
#profile-left-content-user-main-info-avatar {
width: 170px;
height: 170px;
padding: 20px;
}
#profile-left-content-user-main-info-avatar img {
width: 130px;
height: 130px;
}
#profile-left-content-user-main-info-text {
padding-left: 10px;
height: 170px;
width: 358px;
}
#profile-left-content-user-main-info-text-name {
font-size: 28px;
margin-top: 20px;
width: 348px;
padding-left: 5px;
}
#profile-left-content-user-main-info-text-desc {
height: 70px;
font-size: 13px;
margin-top: 10px;
margin-bottom: 37px;
color: #333333;
word-wrap: break-word;
text-align: justify;
overflow-y: hidden;
padding: 5px;
}
#profile-left-content-user-main-info-text-desc:hover {
width: 348px;
position: absolute;
height: auto;
background-color: white;
border: 1px solid #d8d8d8;
padding: 5px;
}
#profile-left-content-user-main-info-extra {
width: 170px;
height: 170px;
}
#profile-left-content-user-main-info-extra-level {
padding: 20px 20px 15px 20px;
}
#profile-left-content-user-main-info-extra-level div {
width: 45px;
height: 45px;
border-radius: 50%;
font-size: 15px;
border: 3px solid #d8d8d8;
}
#profile-left-content-user-main-info-extra-level span {
margin-right: 10px;
color: #444444;
font-size: 13px;
}
#profile-left-content-user-main-info-extra-rep-kp {
padding-left: 30px;
}
#profile-left-content-user-main-info-extra-rep-kp div {
font-size: 14px;
cursor: help;
}
#profile-left-content-user-main-info-extra-rep-kp div img {
height: 25px;
}
#profile-left-content-user-main-info-extra-rep-kp div div {
margin-top: 4px;
margin-left: 7px;
}
#profile-right-content-button-edit-profile {
width: 278px;
height: 120px;
border-bottom: 1px solid #d8d8d8;
}
#profile-right-content-button-edit-profile div div {
font-size: 16px;
color: white;
background-color: #428bca;
padding: 12px 20px 12px 20px;
border-radius: 5px;
}
#profile-right-content-button-edit-profile div div:hover {
background-color: #52ADFC;
}
.profile-right-content-div {
}
.profile-right-content-div div[name="title"] {
padding: 10px 20px 6px 20px;
}
.profile-right-content-div div[name="content"] {
padding: 0px 20px 0px 20px;
}
.profile-right-content-div div[name="content"] div img {
width: 40px;
margin-right: 10px;
} | 0.145055 | 0.046163 |
.judul-block {
height: 25%;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
height: auto;
border-bottom: solid 2px;
background-color: white;
}
/*Style Navbar*/
ul {
list-style-type: none;
overflow: hidden;
background-color: transparent;
border-bottom: solid 2px;
padding: 5px;
margin-top: 5px;
}
li a {
font-size: 15px;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
border: solid black 1px;
}
li a:hover {
background-color: whitesmoke;
}
/*End of Style Bar*/
/*Style Tabel*/
table {
width: auto;
overflow: hidden;
background-color: grey;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
margin-left: auto;
margin-right: auto;
}
th,
td {
padding: 15px;
background-color: rgba(255,255,255,0.2);
color: black;
text-align: center;
}
th,td {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
td:hover {
padding: 15px;
background-color: rgba(255,255,255,0.4);
color: #fff;
}
/* End Of Style Table */
.misi {
position: relative;
margin: auto;
border-bottom: blue;
}
.visi {
font-size: 20px;
}
p {
text-align: center;
padding: 2px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
text-align: center;
}
.judul-block-konten {
height: 15%;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
}
.judul {
font-size: 30px;
}
.close {
color: white;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
#logo-unpar {
width: 100px;
height: 100px;
margin-right: 10px;
}
.gambar-konten {
max-width: 110px;
max-height: 110px;
padding: 5px;
margin: 10px;
}
#logo-if {
height: 70px;
width: 220px;
margin-bottom: 10px;
margin-left: 10px;
}
.flex-container {
display: flex;
flex-direction: row;
}
.flex-container-menu {
display: flex;
flex-direction: row;
position: absolute;
}
pre {
width: auto;
margin: auto;
height: auto;
padding: 1px;
}
.flex-konten-menu {
width: 10%;
}
.flex-konten-main {
width: 90%;
}
.flex-konten {
background-color: transparent;
width: 25%;
margin: 10px;
padding: 5px;
text-align: center;
line-height: 50px;
font-size: 15px;
min-width: 110px;
min-height: 30px;
transition: transform .3s;
border: solid #b5b4b4 1px;
border-radius: 25px;
}
.flex-konten:hover {
transform: scale(1.2);
background-color: grey;
color: #3769b0;
}
.visimisi {
text-align: center;
padding: 0%;
margin: 0%;
line-height: 0em;
display: flex;
flex-direction: row;
margin-bottom: 12px;
}
.visimisi > div {
width: 50%;
margin: 10px;
padding: 5px;
}
.head {
font-size: 20px;
}
.konten {
padding: 5px;
margin: 5px;
}
a {
text-decoration: none;
color: black;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
a:hover {
background-color: rgba(231, 231, 231, 0.3);
}
.link {
width: 25%;
background-color: transparent;
margin: 10px;
padding: 5px;
display: block;
}
/*SIDEBAR*/
.judul-kontainer {
display: flex;
flex-direction: row;
}
.judul-kontainer > div {
width: 33.3%;
min-width: 200px;
min-height: 50px;
}
.unpar-side {
width: 80px;
height: 80px;
padding: 10px;
}
.if-side {
width: 210px;
height: 70px;
padding: 10px;
}
.link-konten-slide {
background-color: transparent;
text-align: center;
width: 100%;
transition: transform .3s;
border-right: solid black 1px;
}
.bar-container-side {
display: flex;
flex-direction: column;
}
.bar-flex-side {
font-size: 20px;
padding: 4px;
padding-left: 20px;
text-align: left;
transition: transform .2s;
}
.bar-flex-side:hover {
transform: scale(1.1);
}
.labelMenu{
}
#button-menu {
border-bottom: solid black 1px;
width: 50px;
height: 50px;
}
.gambar-konten-side {
width: 45px;
height: 45px;
padding: 5px;
margin-left: 6px;
}
.closebtn {
margin: 12px;
}
#home:hover {
background-color: grey;
}
.closebtn:hover{
margin: 10px;
background-color: grey;
color: black;
}
.sidebar {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
background-color: whitesmoke;
}
.sidebar a:hover {
background-color: #f1f1f1;
color: #3769b0;
}
.sidebar .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.openbtn {
font-size: 20px;
cursor: pointer;
background-color: transparent;
color: white;
padding: 10px 15px;
border: none;
}
#main {
transition: margin-left .5s;
}
@media screen and (max-height: 450px) {
.sidebar {
padding-top: 15px;
}
.sidebar a{
font-size: 18px;
}
}
/*END OF SIDEBAR*/ | style.css | .judul-block {
height: 25%;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
height: auto;
border-bottom: solid 2px;
background-color: white;
}
/*Style Navbar*/
ul {
list-style-type: none;
overflow: hidden;
background-color: transparent;
border-bottom: solid 2px;
padding: 5px;
margin-top: 5px;
}
li a {
font-size: 15px;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
border: solid black 1px;
}
li a:hover {
background-color: whitesmoke;
}
/*End of Style Bar*/
/*Style Tabel*/
table {
width: auto;
overflow: hidden;
background-color: grey;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
margin-left: auto;
margin-right: auto;
}
th,
td {
padding: 15px;
background-color: rgba(255,255,255,0.2);
color: black;
text-align: center;
}
th,td {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
td:hover {
padding: 15px;
background-color: rgba(255,255,255,0.4);
color: #fff;
}
/* End Of Style Table */
.misi {
position: relative;
margin: auto;
border-bottom: blue;
}
.visi {
font-size: 20px;
}
p {
text-align: center;
padding: 2px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
text-align: center;
}
.judul-block-konten {
height: 15%;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
}
.judul {
font-size: 30px;
}
.close {
color: white;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
#logo-unpar {
width: 100px;
height: 100px;
margin-right: 10px;
}
.gambar-konten {
max-width: 110px;
max-height: 110px;
padding: 5px;
margin: 10px;
}
#logo-if {
height: 70px;
width: 220px;
margin-bottom: 10px;
margin-left: 10px;
}
.flex-container {
display: flex;
flex-direction: row;
}
.flex-container-menu {
display: flex;
flex-direction: row;
position: absolute;
}
pre {
width: auto;
margin: auto;
height: auto;
padding: 1px;
}
.flex-konten-menu {
width: 10%;
}
.flex-konten-main {
width: 90%;
}
.flex-konten {
background-color: transparent;
width: 25%;
margin: 10px;
padding: 5px;
text-align: center;
line-height: 50px;
font-size: 15px;
min-width: 110px;
min-height: 30px;
transition: transform .3s;
border: solid #b5b4b4 1px;
border-radius: 25px;
}
.flex-konten:hover {
transform: scale(1.2);
background-color: grey;
color: #3769b0;
}
.visimisi {
text-align: center;
padding: 0%;
margin: 0%;
line-height: 0em;
display: flex;
flex-direction: row;
margin-bottom: 12px;
}
.visimisi > div {
width: 50%;
margin: 10px;
padding: 5px;
}
.head {
font-size: 20px;
}
.konten {
padding: 5px;
margin: 5px;
}
a {
text-decoration: none;
color: black;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
a:hover {
background-color: rgba(231, 231, 231, 0.3);
}
.link {
width: 25%;
background-color: transparent;
margin: 10px;
padding: 5px;
display: block;
}
/*SIDEBAR*/
.judul-kontainer {
display: flex;
flex-direction: row;
}
.judul-kontainer > div {
width: 33.3%;
min-width: 200px;
min-height: 50px;
}
.unpar-side {
width: 80px;
height: 80px;
padding: 10px;
}
.if-side {
width: 210px;
height: 70px;
padding: 10px;
}
.link-konten-slide {
background-color: transparent;
text-align: center;
width: 100%;
transition: transform .3s;
border-right: solid black 1px;
}
.bar-container-side {
display: flex;
flex-direction: column;
}
.bar-flex-side {
font-size: 20px;
padding: 4px;
padding-left: 20px;
text-align: left;
transition: transform .2s;
}
.bar-flex-side:hover {
transform: scale(1.1);
}
.labelMenu{
}
#button-menu {
border-bottom: solid black 1px;
width: 50px;
height: 50px;
}
.gambar-konten-side {
width: 45px;
height: 45px;
padding: 5px;
margin-left: 6px;
}
.closebtn {
margin: 12px;
}
#home:hover {
background-color: grey;
}
.closebtn:hover{
margin: 10px;
background-color: grey;
color: black;
}
.sidebar {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
background-color: whitesmoke;
}
.sidebar a:hover {
background-color: #f1f1f1;
color: #3769b0;
}
.sidebar .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.openbtn {
font-size: 20px;
cursor: pointer;
background-color: transparent;
color: white;
padding: 10px 15px;
border: none;
}
#main {
transition: margin-left .5s;
}
@media screen and (max-height: 450px) {
.sidebar {
padding-top: 15px;
}
.sidebar a{
font-size: 18px;
}
}
/*END OF SIDEBAR*/ | 0.327561 | 0.077588 |
.addchat_initiate {
/* position: fixed;
z-index: 99999;
bottom: 0;
width: 75px;
right: 0;
height: 75px; */
float: right;
/* text-align: right; */
font-family: inherit;
font-weight: inherit;
}
.addchat_initiate .badge-pre {
position: absolute;
width: 32px;
left: -25px;
border-radius: 50%;
height: 32px;
}
.addchat_initiate .badge-pre i.fa-bell {
padding: 7px 0px 0px 1px !important;
}
/*addChat toggle*/
.addchat-toggle{
border-radius: 50%;
/* width: 60px; */
/* height: 60px; */
display: inline-block;
position: relative;
/* background: #252525; */
color: red;
/* -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2); */
/* box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2); */
text-align: center;
vertical-align: bottom;
}
.addchat-toggle i{
/* padding: 14px; */
/* padding-right: 10px; */
width: 100%;
font-size: 19px !important;
}
/*addChat user box*/
.user-wrap{
position: relative;
display: table;
width: 100%;
cursor: pointer;
}
.user-wrap .user-profile-img{
display: table-cell;
width: 24px;
height: 24px;
vertical-align: middle;
}
.user-wrap .user-profile-img .profile-img{
width: 32px;
height: 32px;
vertical-align: top;
}
.user-profile-info{
font-size: 12px;
font-weight: bold;
margin-top: 10px;
overflow: hidden;
text-overflow: ellipsis;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: table;
width: 100%;
}
.user-profile-info .online-status{
display: table-cell;
text-align: right;
}
.user-status.is-online {
background-color: #06b53c;
}
.user-status {
display: inline-block;
background: #575d67;
width: 10px;
height: 10px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-border-radius: 10 !important;
-moz-border-radius: 10px !important;
border-radius: 10px !important;
}
.user-wrap .user-name{
display: inline;
width: 100%;
padding: 0 7px;
overflow: hidden;
vertical-align: middle;
line-height: 27px;
font-size: 13px;
font-weight: 700;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.online-status{
color:#06b53c;
}
.offline-status{
color:#666666;
}
.user_status {
display: table-cell;
vertical-align: middle;
line-height: 27px;
}
/*addChat Container*/
#chat-container {
position: absolute;
right: 5px;
bottom: 0;
width: 260px;
/* background-color: #f9f9f9; */
z-index: 9999;
display:none;
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2);
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2);
}
#chat-container .chat-login {
line-height: 42px;
}
#chat-container.fixed {
position: fixed;
min-height: 0 !important;
}
#chat-container .user-status {
display: inline-block;
background: #575d67;
margin-right: 5px;
width: 8px;
height: 8px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-border-radius: 8 !important;
-moz-border-radius: 8px !important;
border-radius: 8px !important;
}
#chat-container .user-status.is-online {
background-color: #06b53c;
float: right;
}
#chat-container .user-status.is-busy {
background-color: #ee4749;
}
#chat-container .user-status.is-idle {
background-color: #f7d227;
}
#chat-container .user-status.is-offline {
background-color: #666666;
float: right;
}
#chat-container .addchat-inner {
background-color: #f9f9f9;
position: relative;
/* overflow: auto; */
height: 350px;
}
#chat-container .addchat-header {
border-top-right-radius: 8px;
border-top-left-radius: 8px;
font-size: 14px;
color: #ffffff;
font-weight: 500;
padding: .5em;
line-height: inherit;
margin: 0;
background-color: #ef5350;
position: relative;
}
#chat-container .addchat-header .addchat-form-close, #chat-container .addchat-header .addchat-config {
color: #ffffff;
font-size: 15px;
margin-left:20px;
}
#chat-container .dropdown-menu .input-sm{
height: 25px;
}
.popover {
z-index: 999999;
max-width: 12%;
background: #ffffffc7;
}
#chat-container .addchat-group > strong {
text-transform: uppercase;
color: #767676;
display: block;
padding: 6px 15px;
font-size: 14px;
}
#chat-container .addchat-group > a {
display: block;
padding: 6px 15px;
position: relative;
color: #333333;
text-decoration: none;
}
#chat-container .addchat-group > a .badge {
font-size: 10px;
margin-left: 0px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
#chat-container .addchat-group > a .badge.is-hidden {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
#chat-container .addchat-group > a.active {
background: #ffffff;
}
#chat-container .addchat-group > a.active:before {
content: '';
display: block;
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-width: 8px 0 8px 8px;
border-color: transparent transparent transparent #bbbcc0;
left: 0;
top: 50%;
margin-top: -8px;
}
#chat-container .addchat-group > a:hover {
background: #ffffff;
}
#chat-container #addchat-container {
position: absolute;
right: 265px;
width: 260px;
top: 0px !important;
/* background-color: #f9f9f9; */
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2);
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2);
display: none;
}
#chat-container #addchat-container .send-btn {
border-radius: 0px;
background: #eeeeee;
color: #333;
border-top: 1px solid #d9d9d9;
border-right: none;
border-bottom: none;
outline: none;
border-left: none;
}
#chat-container #addchat-container .addchat-container-header {
padding: .5em;
font-size: 14px;
color: #fff;
background-color: #ef5350;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
#chat-container #addchat-container .addchat-container-header .addchat-container-close {
color: #FFF;
font-size: 13px;
}
#chat-container #addchat-container .addchat-container-header small {
color: white;
font-size: 12px;
padding-left: 8px;
}
#chat-container #addchat-container ul.addchat-container-body {
list-style: none;
margin: 0;
padding: 0;
overflow: auto;
height: 250px;
}
#chat-container #addchat-container ul.addchat-container-body > li {
padding: .5em;
}
#chat-container #addchat-container ul.addchat-container-body > li:before {
content: " ";
display: table;
}
#chat-container #addchat-container ul.addchat-container-body > li:after {
clear: both;
content: " ";
display: table;
}
#chat-container #addchat-container ul.addchat-container-body > li.odd {
background: #3a4a65;
}
#chat-container #addchat-container ul.addchat-container-body > li .avt {
margin: 0px;
}
#chat-container #addchat-container ul.addchat-container-body > li .user {
font-weight: bold;
color: #fff;
}
#chat-container #addchat-container ul.addchat-container-body > li .user:after {
content: ':';
}
#chat-container #addchat-container ul.addchat-container-body > li .time {
float: right;
font-style: italic;
color: #333;
font-size: 11px;
margin-top: 12px;
}
#chat-container #addchat-container ul.addchat-container-body > li p {
margin: 10px 0 8.5px;
color: #eaeaea;
}
#chat-container #addchat-container .chat-textarea {
padding: 0px;
position: relative;
}
.emoji-wysiwyg-editor{
text-align: left !important;
white-space: normal;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
height: 48px !important;
}
#chat-container #addchat-container .chat-textarea textarea {
background: #eeeeee;
color: #000;
border-radius: 0;
width: 258px;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: inline-block;
word-break: break-word;
}
#chat-container #addchat-container .chat-textarea textarea::-webkit-input-placeholder {
/* WebKit browsers */
color: #333;
}
#chat-container #addchat-container .chat-textarea textarea:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #333;
}
#chat-container #addchat-container .chat-textarea textarea::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #333;
}
#chat-container #addchat-container .chat-textarea textarea:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #333;
}
/*Smiley*/
.chat-textarea .emojiPickerIcon {
height: 38px !important;
margin-top: 6px;
width: 38px !important;
}
.chat-textarea .emojiPickerIconWrap {
display: block;
background: #eee;
}
.emojiPicker {
position: fixed !important;
width: 250px !important;
bottom: 140px !important;
right: 275px !important;
z-index: 999999 !important;
}
.emojiPicker nav {
background-color: #FFF !important;
}
.chat-container{
border: 1px solid #e5e5e5
}
#chat-container li.in .message {
background: #ef5350;
margin-left: 30px;
border-radius: 6px;
}
#chat-container li.in img.avt {
float: left;
}
#chat-container li img.avt {
width: 24px;
height: 24px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
.addchat-container-body li {
list-style: none;
margin: 0px;
font-size: 12px;
}
.addchat-header .dropdown-menu{
font-size: 11.6px;
}
#chat-container li .message .chat-datetime {
color: white;
font-size: 10px;
}
#chat-container li .message .chat-body {
display: block;
color: white;
margin-top: 5px;
}
#chat-container li .message {
display: block;
padding: .5em;
position: relative;
}
#chat-container li.in .message .chat-arrow {
display: block;
position: absolute;
top: 5px;
left: -5px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 6px solid #ef5350;
}
#chat-container li.out .message .chat-arrow {
display: block;
position: absolute;
top: 5px;
right: -5px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #eeeeee;
}
#chat-container li.out .message a.chat-name, ul.chats li.out .message a.chat-datetime {
text-align: right;
}
#chat-container li.out .message a.chat-name {
color: #252525;
font-weight: 500;
}
#chat-container li.in .message a.chat-name {
color: white;
font-weight: 600;
}
#chat-container li.out img.avt {
float: right;
}
#chat-container li.out .message {
background: #06cb62;
margin-right: 30px;
border-radius: 6px;
}
/*Last seen*/
#addchat-container .chat-lastseen.unread {
color: white;
transition: all 0.3s;
-webkit-transition: all 0.3s;
border: none;
}
#addchat-container .chat-lastseen.read {
color: #4DD0E1;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
/*addChat dropdown*/
/*.dropdown ul.dropdown-menu:before {
content: "";
border-bottom: 10px solid #fff;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
position: absolute;
top: -10px;
right: 16px;
z-index: 10;
}*/
#chat-container .dropdown-menu {
left: -120px;
min-width: 225px;
padding: 10px 0px 10px 0px;
margin: 8px 0 0;
text-align: center;
border-radius: 2px;
border: none;
}
#addchat-container .dropdown-menu {
margin-top: 26px;
left: -90px;
}
#addchat-container .addchat-container-header .addchat-config {
color: #ffffff;
font-size: 15px;
margin-right:15px;
}
#chat-container .dropdown-menu.chat-search {
min-width: 260px;
left: -140px;
top: -40px;
background: #252525;
padding: 2px 5px 2px 5px;
}
#chat-container .dropdown-menu.chat-search a{
padding: 0px !important;
}
#chat-container .dropdown-menu.chat-search input{
border: none;
border-radius: 2px;
}
/*Chat search loader*/
.addchat-group .chat-search-loader {
position: absolute;
top: 0%;
left: 50%;
}
.addchat-group#group_2 p {
padding: 1em;
}
/*Custom Image Select*/
.addchat-header .picture-container {
position: relative;
cursor: pointer;
text-align: center;
padding-bottom: 8px;
}
.addchat-header .picture-container span{
font-weight: 400;
line-height: 1.42857143;
color: #333;
padding-top: 10px;
white-space: nowrap;
}
.addchat-header .picture-container span#image-error{
color: #a94442;
}
.addchat-header .picture-container span#image-success{
color: #337ab7;
}
.addchat-header .picture-container .picture {
width: 128px;
height: 128px;
background-color: #FFF;
border: none;
color: #FFFFFF;
border-radius: 50%;
margin: 16px 0px 8px 68px;
overflow: hidden;
transition: all 0.2s;
-webkit-transition: all 0.2s;
}
.addchat-header .picture-container .picture:hover {
border-color: #2ca8ff;
}
.addchat-header .picture-container .picture input[type="file"] {
cursor: pointer;
display: block;
height: 100%;
left: 0;
opacity: 0 !important;
position: absolute;
top: 0;
width: 100%;
}
.user-profile-img .profile-img img{
width: 100%;
height: 100%;
border-radius: 100%;
}
/*One signal Emoji*/
#chat-container .emoji-menu {
width: 258px;
bottom: 85px;
}
#chat-container .emoji-menu .emoji-items-wrap1 {
padding: 0px 0px 0px 5px;
}
#chat-container .emoji-menu .emoji-items-wrap {
overflow-x: hidden;
}
/* Mobile Optimization */
@media(max-width:768px){
.addchat_initiate {
bottom: 2%;
right: 10%;
}
#chat-container .addchat-inner {
overflow: auto;
height: 400px;
}
#chat-container {
width: 320px;
right: 10%;
bottom: 1%;
}
#chat-container #addchat-container {
right: 0px;
width: 320px;
top: 0% !important;
}
#chat-container .chat-content .slimScrollDiv {
height: 314px !important;
}
#chat-container #addchat-container ul.addchat-container-body {
height: 314px !important;
}
#chat-container .addchat-group > a .badge {
font-size: 8px;
}
#chat-container #addchat-container .chat-textarea textarea {
width: 295px;
}
.emojiPicker {
width: 316px !important;
bottom: 130px !important;
right: 7px !important;
}
.user-wrap .user-name {
font-size: 10px;
display: inline;
}
} | assets/css/addchat-app.css | .addchat_initiate {
/* position: fixed;
z-index: 99999;
bottom: 0;
width: 75px;
right: 0;
height: 75px; */
float: right;
/* text-align: right; */
font-family: inherit;
font-weight: inherit;
}
.addchat_initiate .badge-pre {
position: absolute;
width: 32px;
left: -25px;
border-radius: 50%;
height: 32px;
}
.addchat_initiate .badge-pre i.fa-bell {
padding: 7px 0px 0px 1px !important;
}
/*addChat toggle*/
.addchat-toggle{
border-radius: 50%;
/* width: 60px; */
/* height: 60px; */
display: inline-block;
position: relative;
/* background: #252525; */
color: red;
/* -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2); */
/* box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2); */
text-align: center;
vertical-align: bottom;
}
.addchat-toggle i{
/* padding: 14px; */
/* padding-right: 10px; */
width: 100%;
font-size: 19px !important;
}
/*addChat user box*/
.user-wrap{
position: relative;
display: table;
width: 100%;
cursor: pointer;
}
.user-wrap .user-profile-img{
display: table-cell;
width: 24px;
height: 24px;
vertical-align: middle;
}
.user-wrap .user-profile-img .profile-img{
width: 32px;
height: 32px;
vertical-align: top;
}
.user-profile-info{
font-size: 12px;
font-weight: bold;
margin-top: 10px;
overflow: hidden;
text-overflow: ellipsis;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: table;
width: 100%;
}
.user-profile-info .online-status{
display: table-cell;
text-align: right;
}
.user-status.is-online {
background-color: #06b53c;
}
.user-status {
display: inline-block;
background: #575d67;
width: 10px;
height: 10px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-border-radius: 10 !important;
-moz-border-radius: 10px !important;
border-radius: 10px !important;
}
.user-wrap .user-name{
display: inline;
width: 100%;
padding: 0 7px;
overflow: hidden;
vertical-align: middle;
line-height: 27px;
font-size: 13px;
font-weight: 700;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.online-status{
color:#06b53c;
}
.offline-status{
color:#666666;
}
.user_status {
display: table-cell;
vertical-align: middle;
line-height: 27px;
}
/*addChat Container*/
#chat-container {
position: absolute;
right: 5px;
bottom: 0;
width: 260px;
/* background-color: #f9f9f9; */
z-index: 9999;
display:none;
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2);
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2);
}
#chat-container .chat-login {
line-height: 42px;
}
#chat-container.fixed {
position: fixed;
min-height: 0 !important;
}
#chat-container .user-status {
display: inline-block;
background: #575d67;
margin-right: 5px;
width: 8px;
height: 8px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-border-radius: 8 !important;
-moz-border-radius: 8px !important;
border-radius: 8px !important;
}
#chat-container .user-status.is-online {
background-color: #06b53c;
float: right;
}
#chat-container .user-status.is-busy {
background-color: #ee4749;
}
#chat-container .user-status.is-idle {
background-color: #f7d227;
}
#chat-container .user-status.is-offline {
background-color: #666666;
float: right;
}
#chat-container .addchat-inner {
background-color: #f9f9f9;
position: relative;
/* overflow: auto; */
height: 350px;
}
#chat-container .addchat-header {
border-top-right-radius: 8px;
border-top-left-radius: 8px;
font-size: 14px;
color: #ffffff;
font-weight: 500;
padding: .5em;
line-height: inherit;
margin: 0;
background-color: #ef5350;
position: relative;
}
#chat-container .addchat-header .addchat-form-close, #chat-container .addchat-header .addchat-config {
color: #ffffff;
font-size: 15px;
margin-left:20px;
}
#chat-container .dropdown-menu .input-sm{
height: 25px;
}
.popover {
z-index: 999999;
max-width: 12%;
background: #ffffffc7;
}
#chat-container .addchat-group > strong {
text-transform: uppercase;
color: #767676;
display: block;
padding: 6px 15px;
font-size: 14px;
}
#chat-container .addchat-group > a {
display: block;
padding: 6px 15px;
position: relative;
color: #333333;
text-decoration: none;
}
#chat-container .addchat-group > a .badge {
font-size: 10px;
margin-left: 0px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
#chat-container .addchat-group > a .badge.is-hidden {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
#chat-container .addchat-group > a.active {
background: #ffffff;
}
#chat-container .addchat-group > a.active:before {
content: '';
display: block;
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-width: 8px 0 8px 8px;
border-color: transparent transparent transparent #bbbcc0;
left: 0;
top: 50%;
margin-top: -8px;
}
#chat-container .addchat-group > a:hover {
background: #ffffff;
}
#chat-container #addchat-container {
position: absolute;
right: 265px;
width: 260px;
top: 0px !important;
/* background-color: #f9f9f9; */
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2);
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2);
display: none;
}
#chat-container #addchat-container .send-btn {
border-radius: 0px;
background: #eeeeee;
color: #333;
border-top: 1px solid #d9d9d9;
border-right: none;
border-bottom: none;
outline: none;
border-left: none;
}
#chat-container #addchat-container .addchat-container-header {
padding: .5em;
font-size: 14px;
color: #fff;
background-color: #ef5350;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
#chat-container #addchat-container .addchat-container-header .addchat-container-close {
color: #FFF;
font-size: 13px;
}
#chat-container #addchat-container .addchat-container-header small {
color: white;
font-size: 12px;
padding-left: 8px;
}
#chat-container #addchat-container ul.addchat-container-body {
list-style: none;
margin: 0;
padding: 0;
overflow: auto;
height: 250px;
}
#chat-container #addchat-container ul.addchat-container-body > li {
padding: .5em;
}
#chat-container #addchat-container ul.addchat-container-body > li:before {
content: " ";
display: table;
}
#chat-container #addchat-container ul.addchat-container-body > li:after {
clear: both;
content: " ";
display: table;
}
#chat-container #addchat-container ul.addchat-container-body > li.odd {
background: #3a4a65;
}
#chat-container #addchat-container ul.addchat-container-body > li .avt {
margin: 0px;
}
#chat-container #addchat-container ul.addchat-container-body > li .user {
font-weight: bold;
color: #fff;
}
#chat-container #addchat-container ul.addchat-container-body > li .user:after {
content: ':';
}
#chat-container #addchat-container ul.addchat-container-body > li .time {
float: right;
font-style: italic;
color: #333;
font-size: 11px;
margin-top: 12px;
}
#chat-container #addchat-container ul.addchat-container-body > li p {
margin: 10px 0 8.5px;
color: #eaeaea;
}
#chat-container #addchat-container .chat-textarea {
padding: 0px;
position: relative;
}
.emoji-wysiwyg-editor{
text-align: left !important;
white-space: normal;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
height: 48px !important;
}
#chat-container #addchat-container .chat-textarea textarea {
background: #eeeeee;
color: #000;
border-radius: 0;
width: 258px;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: inline-block;
word-break: break-word;
}
#chat-container #addchat-container .chat-textarea textarea::-webkit-input-placeholder {
/* WebKit browsers */
color: #333;
}
#chat-container #addchat-container .chat-textarea textarea:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #333;
}
#chat-container #addchat-container .chat-textarea textarea::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #333;
}
#chat-container #addchat-container .chat-textarea textarea:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #333;
}
/*Smiley*/
.chat-textarea .emojiPickerIcon {
height: 38px !important;
margin-top: 6px;
width: 38px !important;
}
.chat-textarea .emojiPickerIconWrap {
display: block;
background: #eee;
}
.emojiPicker {
position: fixed !important;
width: 250px !important;
bottom: 140px !important;
right: 275px !important;
z-index: 999999 !important;
}
.emojiPicker nav {
background-color: #FFF !important;
}
.chat-container{
border: 1px solid #e5e5e5
}
#chat-container li.in .message {
background: #ef5350;
margin-left: 30px;
border-radius: 6px;
}
#chat-container li.in img.avt {
float: left;
}
#chat-container li img.avt {
width: 24px;
height: 24px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
.addchat-container-body li {
list-style: none;
margin: 0px;
font-size: 12px;
}
.addchat-header .dropdown-menu{
font-size: 11.6px;
}
#chat-container li .message .chat-datetime {
color: white;
font-size: 10px;
}
#chat-container li .message .chat-body {
display: block;
color: white;
margin-top: 5px;
}
#chat-container li .message {
display: block;
padding: .5em;
position: relative;
}
#chat-container li.in .message .chat-arrow {
display: block;
position: absolute;
top: 5px;
left: -5px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 6px solid #ef5350;
}
#chat-container li.out .message .chat-arrow {
display: block;
position: absolute;
top: 5px;
right: -5px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #eeeeee;
}
#chat-container li.out .message a.chat-name, ul.chats li.out .message a.chat-datetime {
text-align: right;
}
#chat-container li.out .message a.chat-name {
color: #252525;
font-weight: 500;
}
#chat-container li.in .message a.chat-name {
color: white;
font-weight: 600;
}
#chat-container li.out img.avt {
float: right;
}
#chat-container li.out .message {
background: #06cb62;
margin-right: 30px;
border-radius: 6px;
}
/*Last seen*/
#addchat-container .chat-lastseen.unread {
color: white;
transition: all 0.3s;
-webkit-transition: all 0.3s;
border: none;
}
#addchat-container .chat-lastseen.read {
color: #4DD0E1;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
/*addChat dropdown*/
/*.dropdown ul.dropdown-menu:before {
content: "";
border-bottom: 10px solid #fff;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
position: absolute;
top: -10px;
right: 16px;
z-index: 10;
}*/
#chat-container .dropdown-menu {
left: -120px;
min-width: 225px;
padding: 10px 0px 10px 0px;
margin: 8px 0 0;
text-align: center;
border-radius: 2px;
border: none;
}
#addchat-container .dropdown-menu {
margin-top: 26px;
left: -90px;
}
#addchat-container .addchat-container-header .addchat-config {
color: #ffffff;
font-size: 15px;
margin-right:15px;
}
#chat-container .dropdown-menu.chat-search {
min-width: 260px;
left: -140px;
top: -40px;
background: #252525;
padding: 2px 5px 2px 5px;
}
#chat-container .dropdown-menu.chat-search a{
padding: 0px !important;
}
#chat-container .dropdown-menu.chat-search input{
border: none;
border-radius: 2px;
}
/*Chat search loader*/
.addchat-group .chat-search-loader {
position: absolute;
top: 0%;
left: 50%;
}
.addchat-group#group_2 p {
padding: 1em;
}
/*Custom Image Select*/
.addchat-header .picture-container {
position: relative;
cursor: pointer;
text-align: center;
padding-bottom: 8px;
}
.addchat-header .picture-container span{
font-weight: 400;
line-height: 1.42857143;
color: #333;
padding-top: 10px;
white-space: nowrap;
}
.addchat-header .picture-container span#image-error{
color: #a94442;
}
.addchat-header .picture-container span#image-success{
color: #337ab7;
}
.addchat-header .picture-container .picture {
width: 128px;
height: 128px;
background-color: #FFF;
border: none;
color: #FFFFFF;
border-radius: 50%;
margin: 16px 0px 8px 68px;
overflow: hidden;
transition: all 0.2s;
-webkit-transition: all 0.2s;
}
.addchat-header .picture-container .picture:hover {
border-color: #2ca8ff;
}
.addchat-header .picture-container .picture input[type="file"] {
cursor: pointer;
display: block;
height: 100%;
left: 0;
opacity: 0 !important;
position: absolute;
top: 0;
width: 100%;
}
.user-profile-img .profile-img img{
width: 100%;
height: 100%;
border-radius: 100%;
}
/*One signal Emoji*/
#chat-container .emoji-menu {
width: 258px;
bottom: 85px;
}
#chat-container .emoji-menu .emoji-items-wrap1 {
padding: 0px 0px 0px 5px;
}
#chat-container .emoji-menu .emoji-items-wrap {
overflow-x: hidden;
}
/* Mobile Optimization */
@media(max-width:768px){
.addchat_initiate {
bottom: 2%;
right: 10%;
}
#chat-container .addchat-inner {
overflow: auto;
height: 400px;
}
#chat-container {
width: 320px;
right: 10%;
bottom: 1%;
}
#chat-container #addchat-container {
right: 0px;
width: 320px;
top: 0% !important;
}
#chat-container .chat-content .slimScrollDiv {
height: 314px !important;
}
#chat-container #addchat-container ul.addchat-container-body {
height: 314px !important;
}
#chat-container .addchat-group > a .badge {
font-size: 8px;
}
#chat-container #addchat-container .chat-textarea textarea {
width: 295px;
}
.emojiPicker {
width: 316px !important;
bottom: 130px !important;
right: 7px !important;
}
.user-wrap .user-name {
font-size: 10px;
display: inline;
}
} | 0.295535 | 0.059866 |
.title_image{
text-align: center;
color: #fff;
width: 100%;
background-color: #e681bc;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
}
.title_image h1{
line-height: 70px;
}
.flex {
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
background-color: #00000029;
}
a {
text-decoration: none;
}
.card {
color: #fff;
position: relative;
overflow: hidden;
margin: 20px 10px 10px 10px;
max-width: 300px;
background: #000000;
text-align: left;
cursor: pointer;
border-radius: 15px;
}
.card__image {
max-width: 100%;
opacity: 1;
transition: all 0.4s;
}
.card__title {
position: absolute;
bottom: 0;
left: 0;
padding: 30px 30px 30px 50px;
width: 100%;
height: 100%;
border: 5px solid;
border-radius: 15px;
}
.card__title::before {
content: "";
position: absolute;
background: rgba(255, 255, 255, 0.5);
top: 30px;
right: 30px;
bottom: 30px;
left: 100%;
border-left: 4px solid rgba(255, 255, 255, 0.8);
opacity: 0;
transition: all 0.5s;
transition-delay: 0.7s;
}
.card__title h2,
.card__title p {
margin: 0 0 10px;
opacity: 0;
transition: all 0.4s;
}
.card__title h2 {
text-transform: uppercase;
transform: translateX(50px);
transition-delay: 0.3s;
}
.card__title p {
transform: translateY(40px);
}
.card__title--icon > a {
color: #fff;
margin: 4px;
transform: translateX(50px);
opacity: 0;
border: 2px solid #fff;
padding: 7px 10px;
border-radius: 11px;
transition: all 0.4s;
position: relative;
top: 10px;
}
.card__title--icon > a:nth-child(1) {
transition-delay: 0.5s;
}
.card__title--icon > a:nth-child(2) {
transition-delay: 0.4s;
}
.card__title--icon > a:nth-child(3) {
transition-delay: 0.3s;
}
.card__title--icon > a:nth-child(4) {
transition-delay: 0.2s;
}
.card:hover .card__image {
opacity: 0.3;
}
.card:hover .card__title h2 {
opacity: 1;
transform: translateX(0px);
transition-delay: 0.4s;
font-size: 28px;
}
.card:hover .card__title p {
opacity: 1;
transform: translateY(0);
transition-delay: 0.6s;
font-size: 14px;
}
.card:hover .card__title::before {
left: 30px;
opacity: 1;
background: transparent;
transition-delay: 0s;
}
.card:hover .card__title--icon > a {
opacity: 1;
transform: translateX(0);
transition: all 0.4s;
}
.card:hover .card__title--icon > a:nth-child(1) {
transition-delay: 0.7s;
}
.card:hover .card__title--icon > a:nth-child(2) {
transition-delay: 0.8s;
}
.card:hover .card__title--icon > a:nth-child(3) {
transition-delay: 0.9s;
}
.card:hover .card__title--icon > a:nth-child(4) {
transition-delay: 1s;
} | public/backend/css/image.css | .title_image{
text-align: center;
color: #fff;
width: 100%;
background-color: #e681bc;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
}
.title_image h1{
line-height: 70px;
}
.flex {
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
background-color: #00000029;
}
a {
text-decoration: none;
}
.card {
color: #fff;
position: relative;
overflow: hidden;
margin: 20px 10px 10px 10px;
max-width: 300px;
background: #000000;
text-align: left;
cursor: pointer;
border-radius: 15px;
}
.card__image {
max-width: 100%;
opacity: 1;
transition: all 0.4s;
}
.card__title {
position: absolute;
bottom: 0;
left: 0;
padding: 30px 30px 30px 50px;
width: 100%;
height: 100%;
border: 5px solid;
border-radius: 15px;
}
.card__title::before {
content: "";
position: absolute;
background: rgba(255, 255, 255, 0.5);
top: 30px;
right: 30px;
bottom: 30px;
left: 100%;
border-left: 4px solid rgba(255, 255, 255, 0.8);
opacity: 0;
transition: all 0.5s;
transition-delay: 0.7s;
}
.card__title h2,
.card__title p {
margin: 0 0 10px;
opacity: 0;
transition: all 0.4s;
}
.card__title h2 {
text-transform: uppercase;
transform: translateX(50px);
transition-delay: 0.3s;
}
.card__title p {
transform: translateY(40px);
}
.card__title--icon > a {
color: #fff;
margin: 4px;
transform: translateX(50px);
opacity: 0;
border: 2px solid #fff;
padding: 7px 10px;
border-radius: 11px;
transition: all 0.4s;
position: relative;
top: 10px;
}
.card__title--icon > a:nth-child(1) {
transition-delay: 0.5s;
}
.card__title--icon > a:nth-child(2) {
transition-delay: 0.4s;
}
.card__title--icon > a:nth-child(3) {
transition-delay: 0.3s;
}
.card__title--icon > a:nth-child(4) {
transition-delay: 0.2s;
}
.card:hover .card__image {
opacity: 0.3;
}
.card:hover .card__title h2 {
opacity: 1;
transform: translateX(0px);
transition-delay: 0.4s;
font-size: 28px;
}
.card:hover .card__title p {
opacity: 1;
transform: translateY(0);
transition-delay: 0.6s;
font-size: 14px;
}
.card:hover .card__title::before {
left: 30px;
opacity: 1;
background: transparent;
transition-delay: 0s;
}
.card:hover .card__title--icon > a {
opacity: 1;
transform: translateX(0);
transition: all 0.4s;
}
.card:hover .card__title--icon > a:nth-child(1) {
transition-delay: 0.7s;
}
.card:hover .card__title--icon > a:nth-child(2) {
transition-delay: 0.8s;
}
.card:hover .card__title--icon > a:nth-child(3) {
transition-delay: 0.9s;
}
.card:hover .card__title--icon > a:nth-child(4) {
transition-delay: 1s;
} | 0.691393 | 0.12603 |
==================================================
01. RETINA STYLES
02. BASE STYLES (1165px)
03. #DESKTOP (960px)
04. #Tablet (Portrait)
05. #Mobile (Portrait)
06. #Mobile (Landscape)
07. TESTING TEXT
*/
/*
=============================================== 01. RETINA STYLES ===============================================
*/
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
body nav select {
background:#FAFAFA url(../images/select-arrow%402x.png) center right no-repeat; background-size:contain;}
.flex-control-paging li a {background-image:url(../images/slider/bg_bullets%402x.png); background-size:20px 85px;}
.flex-direction-nav a {background-image: url(../images/slider/arrows%402x.png); background-size:68px 69px;}
a.twitter-widget-from { background-image: url(../images/twitter%402x.png) ; background-size:20px 16px;}
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
}
/* IE7-IE8 Fixes*/
.lt-ie9 .flex-control-paging li a {background-image: url(../images/slider/bg_bullets.png); }
.lt-ie9 .flex-direction-nav a {background-image: url(../images/slider/arrows.png);}
.lt-ie9 a.twitter-widget-from { background-image: url(../images/twitter.png); }
}
/*
=============================================== 02. BASE STYLES (1165px) ===============================================
*/
/* Note: Design for a width of 1165px */
body:after {content: "Wider than 1165px";background-color: hsla(270,60%,40%,0.7);}/* Notify what @media browser is using, Disable above by display:none; */
html {-webkit-text-size-adjust: none;} /* Removes webkit font resizing */
body {max-width: 100%; width:100%}
img {max-width:100%; height: auto; }
.width-container, #page-title-divider {-moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; }
/*
=============================================== 03. #DESKTOP (960px) ===============================================
*/
/* Note: Design for a width of 960px */
@media only screen and (min-width: 959px) and (max-width: 1165px) {
body:after {content: "959px to 1139px";background-color: hsla(270,60%,40%,0.7);}/* Notify what @media browser is using, Disable above by display:none; */
.width-container, #page-title-divider {width:930px;} /* Default Width */
#mc_embed_signup input#mce-EMAIL { width:100px;}
.caption-progression {
padding-bottom:80px;
padding-left:80px;
font-size:25px;
}
}
/*
=============================================== 04. #Tablet (Portrait) ===============================================
*/
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
body:after {content: "768 to 959px";background-color: hsla(270,60%,40%,0.7);}/* Notify what @media browser is using, Disable above by display:none; */
/* Default Width */
.width-container, #page-title-divider { width: 738px; }
.caption-progression {
padding-bottom:70px;
padding-left:70px;
font-size:23px;
}
/* Default Grid */
/* Misc Fixes */
.sf-menu a {padding-right:8px; padding-left:8px;} /* Top Menu Size */
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {display:none !important;}
}
/*
=============================================== 05. #Mobile (Portrait) ===============================================
*/
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
body:after {content: "0 to 480px"; background-color: hsla(90,60%,40%,0.7);}/* Notify what @media browser is using, Disable above by display:none; */
/* Default Width */
.width-container, #page-title-divider { width: 300px; }
.caption-progression {
padding-bottom:55px;
padding-left:20px;
font-size:15px;
}
/* Default Grid */
.grid2column, .grid3column, .grid3columnbig, .grid4column, .grid4columnbig, .lt-ie8 .grid3column, .lt-ie8 .grid4column , .lt-ie8 .grid2column, #sidebar, #container-sidebar {float:none; width:100%; margin-bottom:25px;}
body ul#open-hours .grid2column, body #main ul.menu-items .grid2column {float:left; margin-right:2%; margin-bottom:0px; }
body ul#open-hours .grid2column, body #main ul.menu-items .grid2column { width: 49%;}
.lt-ie8 body ul#open-hours .grid2column, .lt-ie8 body #main ul.menu-items .grid2column {width: 48.5%; }
.menu-item-container .grid3column {float:left; margin-right:2%; width: 32%; }
.lt-ie8 .menu-item-container .grid3column { width: 31.5%; }
.menu-item-container .grid3columnbig {float:left; margin-right:2%;width:65.8%;}
/* Misc Fixes */
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {display:none !important;}
footer #copyright ul {text-align:center; float:none;}
footer #copyright ul li {float:none; display: inline; }
#copyright .grid2column {text-align:center;}
/* HEADER AREA */
header {position:static;}
body #logo {text-align:center; margin:0 auto 6px auto; float:none; position:relative;}
#homepage-slider, .paged-title {margin-top:30px;}
.paged-title {height:125px; }
/* Select Menu */
nav ul { display: none; }
nav select option {font-size:12px; background:#fff; color:#888;}
header nav {float:none; position:relative; }
nav select { text-transform:none; display:block; margin-left:auto; margin-right:auto; width:300px; min-width: 150px; max-width: 100%; -webkit-appearance: none; -moz-appearance: normal; appearance: normal;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px; -webkit-padding-start: 2px; -webkit-user-select: none;-moz-user-select: none;
background:#FAFAFA url(../images/select-arrow.png) center right no-repeat;
font-size:13px;
border: 1px solid #aaaaaa;
color: #555555;
padding:7px 5px 7px 10px;}
}
/*
=============================================== 06. #Mobile (Landscape) ===============================================
*/
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
body:after { content: "480 to 767px"; background-color: hsla(150,50%,40%,0.7);}/* Notify what @media browser is using, Disable above by display:none; */
/* Default Width */
.width-container, #page-title-divider { width: 420px; }
}
/*
=============================================== 07. TESTING TEXT ===============================================
*/
body:after {position:relative; z-index:55; content: "less than 320px";font-size: 300%;font-weight: bold;position: fixed;bottom: 60px;width: 100%;text-align: center;background-color: hsla(1,60%,40%,0.7);color: #fff;
display:none !important; /* -------------------- ADD OR REMOVE display:none !important; to display testing text -------------------- */} | public/css/responsive.css | ==================================================
01. RETINA STYLES
02. BASE STYLES (1165px)
03. #DESKTOP (960px)
04. #Tablet (Portrait)
05. #Mobile (Portrait)
06. #Mobile (Landscape)
07. TESTING TEXT
*/
/*
=============================================== 01. RETINA STYLES ===============================================
*/
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
body nav select {
background:#FAFAFA url(../images/select-arrow%402x.png) center right no-repeat; background-size:contain;}
.flex-control-paging li a {background-image:url(../images/slider/bg_bullets%402x.png); background-size:20px 85px;}
.flex-direction-nav a {background-image: url(../images/slider/arrows%402x.png); background-size:68px 69px;}
a.twitter-widget-from { background-image: url(../images/twitter%402x.png) ; background-size:20px 16px;}
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
}
/* IE7-IE8 Fixes*/
.lt-ie9 .flex-control-paging li a {background-image: url(../images/slider/bg_bullets.png); }
.lt-ie9 .flex-direction-nav a {background-image: url(../images/slider/arrows.png);}
.lt-ie9 a.twitter-widget-from { background-image: url(../images/twitter.png); }
}
/*
=============================================== 02. BASE STYLES (1165px) ===============================================
*/
/* Note: Design for a width of 1165px */
body:after {content: "Wider than 1165px";background-color: hsla(270,60%,40%,0.7);}/* Notify what @media browser is using, Disable above by display:none; */
html {-webkit-text-size-adjust: none;} /* Removes webkit font resizing */
body {max-width: 100%; width:100%}
img {max-width:100%; height: auto; }
.width-container, #page-title-divider {-moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; }
/*
=============================================== 03. #DESKTOP (960px) ===============================================
*/
/* Note: Design for a width of 960px */
@media only screen and (min-width: 959px) and (max-width: 1165px) {
body:after {content: "959px to 1139px";background-color: hsla(270,60%,40%,0.7);}/* Notify what @media browser is using, Disable above by display:none; */
.width-container, #page-title-divider {width:930px;} /* Default Width */
#mc_embed_signup input#mce-EMAIL { width:100px;}
.caption-progression {
padding-bottom:80px;
padding-left:80px;
font-size:25px;
}
}
/*
=============================================== 04. #Tablet (Portrait) ===============================================
*/
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
body:after {content: "768 to 959px";background-color: hsla(270,60%,40%,0.7);}/* Notify what @media browser is using, Disable above by display:none; */
/* Default Width */
.width-container, #page-title-divider { width: 738px; }
.caption-progression {
padding-bottom:70px;
padding-left:70px;
font-size:23px;
}
/* Default Grid */
/* Misc Fixes */
.sf-menu a {padding-right:8px; padding-left:8px;} /* Top Menu Size */
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {display:none !important;}
}
/*
=============================================== 05. #Mobile (Portrait) ===============================================
*/
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
body:after {content: "0 to 480px"; background-color: hsla(90,60%,40%,0.7);}/* Notify what @media browser is using, Disable above by display:none; */
/* Default Width */
.width-container, #page-title-divider { width: 300px; }
.caption-progression {
padding-bottom:55px;
padding-left:20px;
font-size:15px;
}
/* Default Grid */
.grid2column, .grid3column, .grid3columnbig, .grid4column, .grid4columnbig, .lt-ie8 .grid3column, .lt-ie8 .grid4column , .lt-ie8 .grid2column, #sidebar, #container-sidebar {float:none; width:100%; margin-bottom:25px;}
body ul#open-hours .grid2column, body #main ul.menu-items .grid2column {float:left; margin-right:2%; margin-bottom:0px; }
body ul#open-hours .grid2column, body #main ul.menu-items .grid2column { width: 49%;}
.lt-ie8 body ul#open-hours .grid2column, .lt-ie8 body #main ul.menu-items .grid2column {width: 48.5%; }
.menu-item-container .grid3column {float:left; margin-right:2%; width: 32%; }
.lt-ie8 .menu-item-container .grid3column { width: 31.5%; }
.menu-item-container .grid3columnbig {float:left; margin-right:2%;width:65.8%;}
/* Misc Fixes */
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {display:none !important;}
footer #copyright ul {text-align:center; float:none;}
footer #copyright ul li {float:none; display: inline; }
#copyright .grid2column {text-align:center;}
/* HEADER AREA */
header {position:static;}
body #logo {text-align:center; margin:0 auto 6px auto; float:none; position:relative;}
#homepage-slider, .paged-title {margin-top:30px;}
.paged-title {height:125px; }
/* Select Menu */
nav ul { display: none; }
nav select option {font-size:12px; background:#fff; color:#888;}
header nav {float:none; position:relative; }
nav select { text-transform:none; display:block; margin-left:auto; margin-right:auto; width:300px; min-width: 150px; max-width: 100%; -webkit-appearance: none; -moz-appearance: normal; appearance: normal;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px; -webkit-padding-start: 2px; -webkit-user-select: none;-moz-user-select: none;
background:#FAFAFA url(../images/select-arrow.png) center right no-repeat;
font-size:13px;
border: 1px solid #aaaaaa;
color: #555555;
padding:7px 5px 7px 10px;}
}
/*
=============================================== 06. #Mobile (Landscape) ===============================================
*/
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
body:after { content: "480 to 767px"; background-color: hsla(150,50%,40%,0.7);}/* Notify what @media browser is using, Disable above by display:none; */
/* Default Width */
.width-container, #page-title-divider { width: 420px; }
}
/*
=============================================== 07. TESTING TEXT ===============================================
*/
body:after {position:relative; z-index:55; content: "less than 320px";font-size: 300%;font-weight: bold;position: fixed;bottom: 60px;width: 100%;text-align: center;background-color: hsla(1,60%,40%,0.7);color: #fff;
display:none !important; /* -------------------- ADD OR REMOVE display:none !important; to display testing text -------------------- */} | 0.198996 | 0.116764 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
/* Imports */
/* Fonts */
@font-face {font-family: 'Dual-300';src: url('webfonts/2C8E68_0_0.eot');src: url('webfonts/2C8E68_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2C8E68_0_0.woff2') format('woff2'),url('webfonts/2C8E68_0_0.woff') format('woff'),url('webfonts/2C8E68_0_0.ttf') format('truetype');}
.Dual-300 {
font-family: Dual-300;
font-weight: normal;
font-style: normal;
}
/* Fonts */
/**
* @license
* MyFonts Webfont Build ID 2920040, 2014-11-11T20:07:44-0500
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: Dual-300 by CDType
* URL: http://www.myfonts.com/fonts/cdtype/dual/300/
* Copyright: Copyright (c) 2014 by <NAME>. All rights reserved.
* Licensed pageviews: 20,000
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=2920040
*
* © 2014 MyFonts Inc
*/
/* Icons */
/* Icons */
/* Layout */
html, body, #Wrapper {
position: relative;
display: block;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-size: -13px;
/*background: url("../../images/mainbodybackground.jpg") no-repeat center;*/
/*background: rgba(255,255,255,0.5);*/
/*color:white;
filter:alpha(opacity=100);
opacity:1;*/
z-index: -1;
}
#Wrapper header {
position: relative;
display: block;
margin: 0;
padding: 0;
width: 100%;
height: 50px;
background-color: #FFF;
box-shadow: 0 2px 2px -2px #EEE;
border-bottom: 2px solid #CCC;
opacity: .9;
}
#Wrapper header .Container .Header-Logo {
display: block;
margin: 2px 10px;
padding: 0 0 0 60px;
width: auto;
height: 45px;
line-height: 45px;
font-size: 14px;
color: #000;
background: url("../../images/epsilonlogo.png") left center no-repeat;
background-size: contain;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}
#Wrapper header .Container .Header-Logo:hover {
opacity: .8;
}
#Wrapper header .Container a.Btn {
margin-top: 8px;
}
#Wrapper main {
position: relative;
display: block;
margin: 0;
padding: 0 0 25px 0;
width: 100%;
height: auto;
}
#Wrapper main .Container {
margin: 25px auto;
padding: 0;
min-height: 100%;
background-color: transparent;
box-shadow: 0 2px 2px -2px #EEE;
border-radius: 3px;
}
/* Layout */
/* Generic Classes */
.Container {
position: relative;
display: block;
margin: 0 auto;
padding: 0;
width: 965px;
height: auto;
box-sizing: border-box;
}
.Right {
float: right;
}
.Left {
float: left;
}
.Clear {
clear: both;
}
.Bold {
font-weight: bold;
}
.Box-Sizing {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
h1 {
margin: 0;
padding: 0;
font-size: 28px;
}
h1.Section-Title {
font-family: Dual-300;
text-shadow: 5px 5px 5px #FF0000;
font-size: 42px;
text-align: center;
margin-bottom: 0;
padding: 10px 0;
border-bottom: 1px solid #D9D9D9;
color: #222;
}
.Paragraph-Indent {
padding-left: 25px;
}
hr {
display: block;
margin: 10px 0;
padding: 0;
width: 100%;
height: 1px;
background-color: #CCC;
border: none;
}
.Green {
color: #ffa84c;
}
.Red {
color: #E74C3C;
}
.White {
color: #FFF;
}
.Box {
margin-top: 25px;
padding: 10px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.Text-Center {
text-align: center;
}
/* Generic Classes */
/* Buttons */
.Btn {
display: block;
font-family: Dual-300;
margin: 0 10px 0 0;
padding: 8px 12px;
width: auto;
height: auto;
line-height: 16px;
background-color: #333;
color: #FFF;
border-radius: 3px;
font-weight: bold;
border: none;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
cursor: pointer;
outline: none;
}
.Btn:hover {
opacity: .8;
-moz-opacity: .8;
-webkit-opacity: .8;
}
.Btn-Large {
padding: 16px 20px;
font-size: 22px;
}
.Btn-Long {
text-align: center;
padding: 14px 12px;
font-size: 14px;
}
.Btn-Danger {
background-color: #E74C3C;
}
.Btn-Success {
background-color: #FF8A0D;
}
.Btn-Message {
background-color: #0088cc;
}
.Btn-Disabled {
opacity: .5;
cursor: default;
pointer-events: none;
}
.Btn-Disabled:hover {
opacity: .5;
cursor: default;
}
/* Buttons */
/* Links */
a {
text-decoration: none;
}
a.Header-Link {
position: relative;
display: block;
margin: 0;
padding: 0 18px;
line-height: 47px;
color: #777;
border-bottom: 3px solid transparent;
}
a.Header-Link:hover {
color: #000;
background-color: #F6F6F6;
}
a.Header-Link.Selected {
color: #ffa84c;
border-bottom: 3px solid #ffa84c;
}
/* Links */
/* Forms */
fieldset {
position: relative;
display: block;
margin: 10px 0;
padding: 0;
width: auto;
height: auto;
border: none;
}
.Form-Legend {
display: block;
font-weight: bold;
color: #333;
font-size: 14px;
}
.Form-Field {
display: block;
margin: 6px 0;
padding: 10px;
width: 100%;
height: auto;
border: 1px solid #DDD;
border-radius: 3px;
box-sizing: border-box;
outline: none;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.Form-Field:focus {
border: 1px solid #ffa84c;
box-shadow: 0 0 5px #ffa84c;
}
input[readonly], input[readonly="readonly"] {
background-color: #EEE;
}
input[readonly]:focus, input[readonly="readonly"]:focus {
box-shadow: none;
border: 1px solid #DDD;
}
.No-Full {
width: 25%;
padding: 8px 10px;
}
.Form-Center {
width: 400px;
margin: 0 auto;
}
h1.Form-Title {
text-align: center;
color: #333;
}
.Form-Actions {
margin-top: 10px;
}
/* Forms */
/* Tables */
.Table-Normal {
position: relative;
margin: 10px auto;
padding: 0;
width: 100%;
height: auto;
border-collapse: collapse;
text-align: center;
}
.Table-Normal thead tr {
background-color: #ffa84c;
font-weight: bold;
color: #FFF;
}
.Table-Normal tr {
margin: 0;
padding: 0;
width: 100%;
}
.Table-Normal tr td {
margin: 0;
padding: 4px 8px;
}
.Table-Normal tbody tr:nth-child(even) {
background-color: #EEE;
}
/* Tables */
/* Jumbotron */
.Jumbotron {
position: relative;
display: block;
margin: 20px 0;
margin-top: 0;
padding: 25px;
width: 100%;
height: auto;
background-color: #FFF;
box-sizing: border-box;
-moz-box-sizing: border-box;
border-bottom: 2px solid #CCC;
border-radius: 7px;
}
.Jumbotron h1 {
font-size: 48px;
text-align: left;
margin-bottom: 25px;
}
.Jumbotron p {
text-align: left;
font-size: 14px;
}
div.Jumbo-Text {
margin-bottom: 25px;
padding: 15px;
background-color: #FFF;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
/* Page Elements */
.Page-Title {
display: block;
margin: 0;
margin-bottom: 15px;
padding: 20px;
padding-left: 20px;
background-color: #FFF;
box-sizing: border-box;
font-size: 32px;
color:#ffa84c;
border-radius: 3px;
border-bottom: 2px solid #CCC;
font-weight: bold;
}
.Row {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.Row .Panel {
display: block;
float: left;
margin: 0;
padding: 20px;
width: 70%;
height: auto;
background-color: #FFF;
box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 3px;
border-bottom: 2px solid #CCC;
}
.Row .Sidebar {
display: block;
float: left;
margin-left: 3%;
padding: 20px;
width: 27%;
height: auto;
background-color: #FFF;
box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 3px;
border-bottom: 2px solid #CCC;
}
h1.Panel-Title {
margin-top: 0;
font-size: 24px;
font-weight: bold;
color: #ffa84c;
}
div .Stat-Title {
display: block;
margin-bottom: 5px;
font-size: 16px;
}
/* Page Elements */
/* UI */
.Card {
background-color: #FFF;
padding: 25px;
border-bottom: 2px solid #CCC;
border-radius: 3px;
margin-bottom: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
/* UI */
body.loaded main {
-webkit-transition: .15s 1s opacity; /* .15s animation w/ 1s delay */
-moz-transition: .15s 1s opacity; /* .15s animation w/ 1s delay */
transition: .15s 1s opacity; /* .15s animation w/ 1s delay */
opacity: 1;
}
body.loaded .loader {
visibility: hidden;
-webkit-transition: 0s 1s visibility; /* 1s delay */
-moz-transition: 0s 1s visibility; /* 1s delay */
transition: 0s 1s visibility; /* 1s delay */
}
/* Loading indicator */
.loader {
display: block;
width: 2rem;
height: 2rem;
position: absolute;
top: 25%;
left: 50%;
margin: -1rem 0 0 -1rem;
border: 5px solid transparent;
border-left-color: #BADA55;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-animation: rotate 1s linear 0s infinite normal;
-moz-animation: rotate 1s linear 0s infinite normal;
animation: rotate 1s linear 0s infinite normal;
}
/* Indicator keyframe animation */
@-webkit-keyframes rotate {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.fadein {
position:relative;
height:320px;
width:320px;
z-index:-1;
}
.fadein img {
position:absolute;
left:0;
top:0;
z-index:-1;
}
#one, #two, #three {
min-height: 20em;
width: 26%;
float: left;
margin-top: 10px!important;
text-align:center;
}
#one {
margin: 0 5% 0 5%;
}
#two {
}
#three {
margin: 0 5% 0 5%;
}
.hoverable{
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
.hoverable:hover{
opacity:0.5 !important;
}
/* Footer */
section{
text-align:center;
}
.footer #button{
width:35px;
height:35px;
border: #DB8D25 12px solid;
border-radius:35px;
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;
}
.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;
}
.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:999;
}
.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: 13em;
}
.footer #holder{
margin-top:5px;
width:100%;
height:100%;
position:relative;
top:0;
left:0;
background-color: rgba(58, 58, 58, 0.7);
}
.footer #cont{
position:relative;
top:-45px;
right:190px;
width:100%;
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 */
a{
text-decoration: none;
color:#333333;
}
.container{
width: 26.25em;
margin:5px auto 5px;
/*margin: 50px auto 50px; /* buttons pushed from the top by 10% */
height:100%;
position:relative;
top:0;
left:0;
background-color: rgba(58, 58, 58, 0.7);
text-align: center;
}
.button{
margin: 8px;
}
.button a{
font-family: arial, sans-serif;
font-size: 13px;
color: #777;
text-shadow: 1px 1px 0px white;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* W3C */
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
padding: 6px 12px;
}
.button a:hover{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#eee 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#eee 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#eee 100%); /* W3C */
-moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
}
.button a:active{
background: #dfdfdf; /* Old browsers */
background: -moz-linear-gradient(top, #dfdfdf 0%, #f1f1f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* W3C */
-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset, 0px 1px 1px 0 rgba(255,255,255,1);
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset, 0px 1px 1px 0 rgba(255,255,255,1);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset, 0px 1px 1px 0 rgba(255,255,255,1);
}
.button a > img{
padding-right: 8px;
position: relative;
top: 2px;
} | global.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
/* Imports */
/* Fonts */
@font-face {font-family: 'Dual-300';src: url('webfonts/2C8E68_0_0.eot');src: url('webfonts/2C8E68_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2C8E68_0_0.woff2') format('woff2'),url('webfonts/2C8E68_0_0.woff') format('woff'),url('webfonts/2C8E68_0_0.ttf') format('truetype');}
.Dual-300 {
font-family: Dual-300;
font-weight: normal;
font-style: normal;
}
/* Fonts */
/**
* @license
* MyFonts Webfont Build ID 2920040, 2014-11-11T20:07:44-0500
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: Dual-300 by CDType
* URL: http://www.myfonts.com/fonts/cdtype/dual/300/
* Copyright: Copyright (c) 2014 by <NAME>. All rights reserved.
* Licensed pageviews: 20,000
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=2920040
*
* © 2014 MyFonts Inc
*/
/* Icons */
/* Icons */
/* Layout */
html, body, #Wrapper {
position: relative;
display: block;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-size: -13px;
/*background: url("../../images/mainbodybackground.jpg") no-repeat center;*/
/*background: rgba(255,255,255,0.5);*/
/*color:white;
filter:alpha(opacity=100);
opacity:1;*/
z-index: -1;
}
#Wrapper header {
position: relative;
display: block;
margin: 0;
padding: 0;
width: 100%;
height: 50px;
background-color: #FFF;
box-shadow: 0 2px 2px -2px #EEE;
border-bottom: 2px solid #CCC;
opacity: .9;
}
#Wrapper header .Container .Header-Logo {
display: block;
margin: 2px 10px;
padding: 0 0 0 60px;
width: auto;
height: 45px;
line-height: 45px;
font-size: 14px;
color: #000;
background: url("../../images/epsilonlogo.png") left center no-repeat;
background-size: contain;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}
#Wrapper header .Container .Header-Logo:hover {
opacity: .8;
}
#Wrapper header .Container a.Btn {
margin-top: 8px;
}
#Wrapper main {
position: relative;
display: block;
margin: 0;
padding: 0 0 25px 0;
width: 100%;
height: auto;
}
#Wrapper main .Container {
margin: 25px auto;
padding: 0;
min-height: 100%;
background-color: transparent;
box-shadow: 0 2px 2px -2px #EEE;
border-radius: 3px;
}
/* Layout */
/* Generic Classes */
.Container {
position: relative;
display: block;
margin: 0 auto;
padding: 0;
width: 965px;
height: auto;
box-sizing: border-box;
}
.Right {
float: right;
}
.Left {
float: left;
}
.Clear {
clear: both;
}
.Bold {
font-weight: bold;
}
.Box-Sizing {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
h1 {
margin: 0;
padding: 0;
font-size: 28px;
}
h1.Section-Title {
font-family: Dual-300;
text-shadow: 5px 5px 5px #FF0000;
font-size: 42px;
text-align: center;
margin-bottom: 0;
padding: 10px 0;
border-bottom: 1px solid #D9D9D9;
color: #222;
}
.Paragraph-Indent {
padding-left: 25px;
}
hr {
display: block;
margin: 10px 0;
padding: 0;
width: 100%;
height: 1px;
background-color: #CCC;
border: none;
}
.Green {
color: #ffa84c;
}
.Red {
color: #E74C3C;
}
.White {
color: #FFF;
}
.Box {
margin-top: 25px;
padding: 10px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.Text-Center {
text-align: center;
}
/* Generic Classes */
/* Buttons */
.Btn {
display: block;
font-family: Dual-300;
margin: 0 10px 0 0;
padding: 8px 12px;
width: auto;
height: auto;
line-height: 16px;
background-color: #333;
color: #FFF;
border-radius: 3px;
font-weight: bold;
border: none;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
cursor: pointer;
outline: none;
}
.Btn:hover {
opacity: .8;
-moz-opacity: .8;
-webkit-opacity: .8;
}
.Btn-Large {
padding: 16px 20px;
font-size: 22px;
}
.Btn-Long {
text-align: center;
padding: 14px 12px;
font-size: 14px;
}
.Btn-Danger {
background-color: #E74C3C;
}
.Btn-Success {
background-color: #FF8A0D;
}
.Btn-Message {
background-color: #0088cc;
}
.Btn-Disabled {
opacity: .5;
cursor: default;
pointer-events: none;
}
.Btn-Disabled:hover {
opacity: .5;
cursor: default;
}
/* Buttons */
/* Links */
a {
text-decoration: none;
}
a.Header-Link {
position: relative;
display: block;
margin: 0;
padding: 0 18px;
line-height: 47px;
color: #777;
border-bottom: 3px solid transparent;
}
a.Header-Link:hover {
color: #000;
background-color: #F6F6F6;
}
a.Header-Link.Selected {
color: #ffa84c;
border-bottom: 3px solid #ffa84c;
}
/* Links */
/* Forms */
fieldset {
position: relative;
display: block;
margin: 10px 0;
padding: 0;
width: auto;
height: auto;
border: none;
}
.Form-Legend {
display: block;
font-weight: bold;
color: #333;
font-size: 14px;
}
.Form-Field {
display: block;
margin: 6px 0;
padding: 10px;
width: 100%;
height: auto;
border: 1px solid #DDD;
border-radius: 3px;
box-sizing: border-box;
outline: none;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.Form-Field:focus {
border: 1px solid #ffa84c;
box-shadow: 0 0 5px #ffa84c;
}
input[readonly], input[readonly="readonly"] {
background-color: #EEE;
}
input[readonly]:focus, input[readonly="readonly"]:focus {
box-shadow: none;
border: 1px solid #DDD;
}
.No-Full {
width: 25%;
padding: 8px 10px;
}
.Form-Center {
width: 400px;
margin: 0 auto;
}
h1.Form-Title {
text-align: center;
color: #333;
}
.Form-Actions {
margin-top: 10px;
}
/* Forms */
/* Tables */
.Table-Normal {
position: relative;
margin: 10px auto;
padding: 0;
width: 100%;
height: auto;
border-collapse: collapse;
text-align: center;
}
.Table-Normal thead tr {
background-color: #ffa84c;
font-weight: bold;
color: #FFF;
}
.Table-Normal tr {
margin: 0;
padding: 0;
width: 100%;
}
.Table-Normal tr td {
margin: 0;
padding: 4px 8px;
}
.Table-Normal tbody tr:nth-child(even) {
background-color: #EEE;
}
/* Tables */
/* Jumbotron */
.Jumbotron {
position: relative;
display: block;
margin: 20px 0;
margin-top: 0;
padding: 25px;
width: 100%;
height: auto;
background-color: #FFF;
box-sizing: border-box;
-moz-box-sizing: border-box;
border-bottom: 2px solid #CCC;
border-radius: 7px;
}
.Jumbotron h1 {
font-size: 48px;
text-align: left;
margin-bottom: 25px;
}
.Jumbotron p {
text-align: left;
font-size: 14px;
}
div.Jumbo-Text {
margin-bottom: 25px;
padding: 15px;
background-color: #FFF;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
/* Page Elements */
.Page-Title {
display: block;
margin: 0;
margin-bottom: 15px;
padding: 20px;
padding-left: 20px;
background-color: #FFF;
box-sizing: border-box;
font-size: 32px;
color:#ffa84c;
border-radius: 3px;
border-bottom: 2px solid #CCC;
font-weight: bold;
}
.Row {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.Row .Panel {
display: block;
float: left;
margin: 0;
padding: 20px;
width: 70%;
height: auto;
background-color: #FFF;
box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 3px;
border-bottom: 2px solid #CCC;
}
.Row .Sidebar {
display: block;
float: left;
margin-left: 3%;
padding: 20px;
width: 27%;
height: auto;
background-color: #FFF;
box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 3px;
border-bottom: 2px solid #CCC;
}
h1.Panel-Title {
margin-top: 0;
font-size: 24px;
font-weight: bold;
color: #ffa84c;
}
div .Stat-Title {
display: block;
margin-bottom: 5px;
font-size: 16px;
}
/* Page Elements */
/* UI */
.Card {
background-color: #FFF;
padding: 25px;
border-bottom: 2px solid #CCC;
border-radius: 3px;
margin-bottom: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
/* UI */
body.loaded main {
-webkit-transition: .15s 1s opacity; /* .15s animation w/ 1s delay */
-moz-transition: .15s 1s opacity; /* .15s animation w/ 1s delay */
transition: .15s 1s opacity; /* .15s animation w/ 1s delay */
opacity: 1;
}
body.loaded .loader {
visibility: hidden;
-webkit-transition: 0s 1s visibility; /* 1s delay */
-moz-transition: 0s 1s visibility; /* 1s delay */
transition: 0s 1s visibility; /* 1s delay */
}
/* Loading indicator */
.loader {
display: block;
width: 2rem;
height: 2rem;
position: absolute;
top: 25%;
left: 50%;
margin: -1rem 0 0 -1rem;
border: 5px solid transparent;
border-left-color: #BADA55;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-animation: rotate 1s linear 0s infinite normal;
-moz-animation: rotate 1s linear 0s infinite normal;
animation: rotate 1s linear 0s infinite normal;
}
/* Indicator keyframe animation */
@-webkit-keyframes rotate {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.fadein {
position:relative;
height:320px;
width:320px;
z-index:-1;
}
.fadein img {
position:absolute;
left:0;
top:0;
z-index:-1;
}
#one, #two, #three {
min-height: 20em;
width: 26%;
float: left;
margin-top: 10px!important;
text-align:center;
}
#one {
margin: 0 5% 0 5%;
}
#two {
}
#three {
margin: 0 5% 0 5%;
}
.hoverable{
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
.hoverable:hover{
opacity:0.5 !important;
}
/* Footer */
section{
text-align:center;
}
.footer #button{
width:35px;
height:35px;
border: #DB8D25 12px solid;
border-radius:35px;
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;
}
.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;
}
.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:999;
}
.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: 13em;
}
.footer #holder{
margin-top:5px;
width:100%;
height:100%;
position:relative;
top:0;
left:0;
background-color: rgba(58, 58, 58, 0.7);
}
.footer #cont{
position:relative;
top:-45px;
right:190px;
width:100%;
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 */
a{
text-decoration: none;
color:#333333;
}
.container{
width: 26.25em;
margin:5px auto 5px;
/*margin: 50px auto 50px; /* buttons pushed from the top by 10% */
height:100%;
position:relative;
top:0;
left:0;
background-color: rgba(58, 58, 58, 0.7);
text-align: center;
}
.button{
margin: 8px;
}
.button a{
font-family: arial, sans-serif;
font-size: 13px;
color: #777;
text-shadow: 1px 1px 0px white;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* W3C */
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
padding: 6px 12px;
}
.button a:hover{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#eee 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#eee 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#eee 100%); /* W3C */
-moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
}
.button a:active{
background: #dfdfdf; /* Old browsers */
background: -moz-linear-gradient(top, #dfdfdf 0%, #f1f1f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* W3C */
-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset, 0px 1px 1px 0 rgba(255,255,255,1);
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset, 0px 1px 1px 0 rgba(255,255,255,1);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset, 0px 1px 1px 0 rgba(255,255,255,1);
}
.button a > img{
padding-right: 8px;
position: relative;
top: 2px;
} | 0.444806 | 0.051391 |
body {
font-family: sans-serif;
margin: 0px;
}
input {
font-weight: bold;
}
.informational {
padding-left: 10px;
}
.centered {
text-align: center;
}
#copyButton {
margin: 2px;
font-size: 14px;
}
#saveImage {
margin: 2px;
font-size: 14px;
}
.indent_label {
margin-left: 6px;
}
.feedback {
border-top: 1px solid black;
}
#aboutInstruct {
border: 2px dashed black;
padding: 5px;
width: 48%;
margin: 5px 5px 4px;
}
a:link, a:visited {
font-size: 14.5px;
color: #9c0606;
}
br {
padding: 1px;
}
#calcChar {
position: relative;
width: 48%;
border: 2px dashed black;
padding: 5px;
margin: 5px;
}
.sub4Head {
display: inline;
}
.sub3Head{
display:inline;
}
.sub2Head {
display: inline;
}
.instruction {
font-size: 12px;
font-family: monospace;
margin-left: 2px;
}
.instructSmall {
font-size: 15px;
}
.instructVerySmall {
font-size: 12px;
}
.bold {
font-weight: bold;
}
.statValueBoxes {
font-size: 14px;
color: black;
text-align: center;
}
#pickupSkillPointField_label {
font-size: 13px;
}
.skillValueBoxes {
font-size: 13px;
color: black;
text-align: center;
}
/* Stats Points Remaining Output */
#statPointsLine, #careerSkillPointsLine, #pickupSkillPointsLine {
font-size: 13px;
margin-left: 10px;
}
#statPointsRemaining, #careerSkillPointsRemaining, #pickupSkillPointsRemaining {
font-weight: bold;
}
#rollOutput {
display: inline;
}
#manualClothesSelect {
display: none;
}
#manualHairSelect {
display: none;
}
#manualAffecSelect {
display: none;
}
#manualEthSelect {
display: none;
}
#manualLangSelect {
display: none;
}
#manualFamSelect {
display: none;
}
#parentSomethingHappened {
display: none;
}
#manualParentSelect {
display: none;
}
#parentsOkayRadio {
display: none;
}
#parentsIssuesRadio {
display: none;
}
#parentsOkayRadio_label {
display: none;
padding-top: 12px;
}
#parentsIssuesRadio_label {
display: none;
}
/* Family Tragedy */
#manualFamDanger {
display: none;
}
#manualFamDanger_label {
display: none;
padding-top: 12px;
}
#manualFamOkay {
display: none;
}
#manualFamOkay_label {
display: none;
}
#famTragedyHeader {
display: none;
padding-top: 12px;
}
#familyTragedySelect {
display: none;
}
#familyTragedyOutput {
display: none;
}
#familyTragedyOutput_label {
display: none;
}
#manualChildSelect {
display: none;
}
#manualSiblingSelect {
display: none;
}
#persTraitsSelect {
display: none;
}
#persValSelect {
display: none;
}
#youValSelect {
display: none;
}
#youFeelSelect {
display: none;
}
#posSelect {
display: none;
}
/* LifeTable */
#lifeTable tr:nth-child(odd) {
background-color: #E6E6E6;
}
#lifeTable {
font-size: 12px;
border-collapse: collapse;
display: none;
padding: 0px;
margin: 0px;
}
#lifeTable tr {
height: 70px;
}
#lifeTable td {
border: 1px solid #ccc;
padding: 3px;
}
#lifeTable td:nth-child(1) {
width: 30px;
vertical-align: middle;
text-align: center;
}
#lifeTable td:nth-child(2) {
width: 80px;
}
#lifeTable td:nth-child(3) {
width: 240px;
}
#lifeTable td:nth-child(4) {
width: 240px;
}
.boldTableHead {
font-weight: bold;
background-color: #BDBDBD !important;
border: 1px solid #ccc;
font-size: 12px;
height: 35px !important;
}
.enemyDetailTableHeader {
font-weight: bold;
border: 1px solid #ccc;
background-color: #D8D8D8 !important;
}
.enemyDetailTable {
font-size: 12px;
border-collapse: collapse;
background-color: #FFF;
}
.enemyDetailTable tr {
height: 25px !important;
}
.enemyDetailTable td {
border: 1px solid #A4A4A4 !important;
}
.enemyDetailTable td:nth-child(1) {
width: 85px !important;
}
.enemyDetailTable td:nth-child(2) {
width: 170px !important;
}
.enemyDetailTable td:nth-child(3) {
width: 220px !important;
}
/* Who's Angry */
.enemyDetailTable td:nth-child(4) {
width: 120px !important;
}
/* Reaction if they see you */
.enemyDetailTable td:nth-child(5) {
width: 155px !important;
}
/* What can they throw at you */
.enemyDetailTable td:nth-child(6) {
width: 150px !important;
}
.redBack {
background-color: #FE2E2E;
}
.red {
color: #FE2E2E;
}
#roleSelect {
display: none;
}
#roleSelect_label {
display: none;
}
#roleField {
font-size: 16px;
color: black;
}
#careerSkills {
font-weight: bold;
}
#rollMethod {
font-size: 13px;
width: 220px;
}
#careerSkillTable {
font-size: 15px;
}
#careerSkillTable td {
height: 20px;
padding-right: 10px;
}
#statRollTable {
font-size: 14px;
}
#statRollTable tr {
width: 42%;
}
#statRollTable td {
width: 19%;
}
#rollOutput td{
font-size: 25px !important;
}
/* Begin Character Output */
#fullCharOutput {
float: right;
overflow: visible;
top: 0;
right: 0;
padding-right: 10px;
padding-left: 3px;
width: 48%;
border: 3px solid black;
background-color: white;
margin-right: 5px;
}
#charNameOutput {
border: 1px solid black;
font-weight: bold;
display: inline-block;
width: 300px;
height: 18px;
padding: 4px 4px;
}
#charNameOutput_label {
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 5px 5px;
}
/* "text box" for character role */
#charRoleOutput {
border: 1px solid black;
font-weight: bold;
display: inline-block;
width: 100px;
height: 17px;
padding: 4px 4px;
}
#charRoleOutput_label {
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 5px 5px;
margin-top: 5px;
}
.charStatOutput {
text-transform: uppercase;
font-weight: bold;
font-size: 17px;
}
.charStatOutputDervied {
font-weight: bold;
font-size: 17px;
}
#charPointsOutput {
border: 1px solid black;
font-weight: bold;
display: inline-block;
width: 32px;
height: 18px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 8px;
padding: 4px;
text-align: center;
}
/* Words "Character Points" */
#charPointsOutput_label {
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 5px;
}
#stats_label {
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
padding: 5px;
}
/* Word "Stats" */
#stats {
display: inline-block;
}
#statsTable th {
text-align: left;
font-weight: normal;
}
#charINTOutput_label {
display: inline-block;
padding-top: 3px;
}
.savebtm {
display: inline-block;
border-spacing: 0;
border: 2px solid black;
margin: 4px;
}
.savebtm td {
border: 1px solid black;
padding: 2px;
width: 40px;
}
.savebtm tr:first-child {
font-weight: bold;
text-transform: uppercase;
text-align: center;
font-size: 14px;
}
.savebtm tr:nth-child(2) td {
height: 40px;
font-weight: bold;
border: 1px solid black;
text-align: center;
font-size: 14px;
}
#charOutputStats {
margin-top: 7px;
padding-left: 5px;
}
/* Skills */
#skills_label {
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 4px;
margin-left: 5px;
}
#skillCharOutput {
font-weight: bold;
margin-top: 8px;
margin-left: 5px;
display: block;
}
#pickupSkillCharOutput {
font-weight: bold;
margin-left: 5px;
display: block;
}
/* Style */
#charStyleOutput {
display: block;
margin-left: 5px;
display: block;
padding-top: 5px;
}
#styleCharOutput_label {
margin-top: 2px;
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 5px;
margin-left: 5px;
}
#clothesCharOutput_label {
font-weight: bold;
}
#hairCharOutput_label {
font-weight: bold;
}
#affecCharOutput_label {
font-weight: bold;
}
#ethCharOutput_label {
font-weight: bold;
}
#langCharOutput_label {
font-weight: bold;
}
/* Family Background */
#charFamOutput {
margin-left: 5px;
padding-top: 5px;
}
#famBackCharOutputTitle {
margin-top: 2px;
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 4px;
}
#famBackCharOutputTitle {
/*not part of charFamOutput Div*/
margin-left: 5px;
}
#famRankCharOutput_label {
font-weight: bold;
}
#parentStatusCharOutput_label {
font-weight: bold;
}
#familyStatusCharOutput_label {
font-weight: bold;
}
#childEnvCharOutput_label {
font-weight: bold;
}
/* Siblings */
#charSiblingOutput {
margin-left: 5px;
}
#siblingCharOutputTitle {
margin-left: 5px;
}
#siblingCharOutputTitle {
margin-top: 2px;
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 4px;
}
#charSiblingOutputNum {
border: 1px solid black;
font-weight: bold;
display: inline-block;
width: 32px;
height: 18px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 8px;
padding: 2px;
text-align: center;
}
.charSiblingOutputItems {
text-transform: capitalize;
}
.dynamicPar {
font-weight: bold;
display: block;
padding-top: 10px;
}
/* Motivations */
#charMotivOutput {
margin-left: 5px;
}
#motivCharOutput {
margin-top: 2px;
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 5px;
}
#persTraitCharOutput_label {
font-weight: bold;
}
#persValCharOutput_label {
font-weight: bold;
}
#valMostCharOutput_label {
font-weight: bold;
}
#feelPeopleCharOutput_label {
font-weight: bold;
}
#valPosessionCharOutput_label {
font-weight: bold;
}
/* Life Events */
#charLifeEventsTitle {
margin-top: 2px;
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 4px;
margin-bottom: 5px;
}
#valCharAge_label {
font-weight: bold;
padding: 4px;
}
#charLifeEventsTitle_label {
padding-left: 5px;
}
#charLifeEvents {
padding-top: 4px;
padding-left: 5px;
}
#charLifeEvents {
padding-left: 5px;
} | css/cp2020.css | body {
font-family: sans-serif;
margin: 0px;
}
input {
font-weight: bold;
}
.informational {
padding-left: 10px;
}
.centered {
text-align: center;
}
#copyButton {
margin: 2px;
font-size: 14px;
}
#saveImage {
margin: 2px;
font-size: 14px;
}
.indent_label {
margin-left: 6px;
}
.feedback {
border-top: 1px solid black;
}
#aboutInstruct {
border: 2px dashed black;
padding: 5px;
width: 48%;
margin: 5px 5px 4px;
}
a:link, a:visited {
font-size: 14.5px;
color: #9c0606;
}
br {
padding: 1px;
}
#calcChar {
position: relative;
width: 48%;
border: 2px dashed black;
padding: 5px;
margin: 5px;
}
.sub4Head {
display: inline;
}
.sub3Head{
display:inline;
}
.sub2Head {
display: inline;
}
.instruction {
font-size: 12px;
font-family: monospace;
margin-left: 2px;
}
.instructSmall {
font-size: 15px;
}
.instructVerySmall {
font-size: 12px;
}
.bold {
font-weight: bold;
}
.statValueBoxes {
font-size: 14px;
color: black;
text-align: center;
}
#pickupSkillPointField_label {
font-size: 13px;
}
.skillValueBoxes {
font-size: 13px;
color: black;
text-align: center;
}
/* Stats Points Remaining Output */
#statPointsLine, #careerSkillPointsLine, #pickupSkillPointsLine {
font-size: 13px;
margin-left: 10px;
}
#statPointsRemaining, #careerSkillPointsRemaining, #pickupSkillPointsRemaining {
font-weight: bold;
}
#rollOutput {
display: inline;
}
#manualClothesSelect {
display: none;
}
#manualHairSelect {
display: none;
}
#manualAffecSelect {
display: none;
}
#manualEthSelect {
display: none;
}
#manualLangSelect {
display: none;
}
#manualFamSelect {
display: none;
}
#parentSomethingHappened {
display: none;
}
#manualParentSelect {
display: none;
}
#parentsOkayRadio {
display: none;
}
#parentsIssuesRadio {
display: none;
}
#parentsOkayRadio_label {
display: none;
padding-top: 12px;
}
#parentsIssuesRadio_label {
display: none;
}
/* Family Tragedy */
#manualFamDanger {
display: none;
}
#manualFamDanger_label {
display: none;
padding-top: 12px;
}
#manualFamOkay {
display: none;
}
#manualFamOkay_label {
display: none;
}
#famTragedyHeader {
display: none;
padding-top: 12px;
}
#familyTragedySelect {
display: none;
}
#familyTragedyOutput {
display: none;
}
#familyTragedyOutput_label {
display: none;
}
#manualChildSelect {
display: none;
}
#manualSiblingSelect {
display: none;
}
#persTraitsSelect {
display: none;
}
#persValSelect {
display: none;
}
#youValSelect {
display: none;
}
#youFeelSelect {
display: none;
}
#posSelect {
display: none;
}
/* LifeTable */
#lifeTable tr:nth-child(odd) {
background-color: #E6E6E6;
}
#lifeTable {
font-size: 12px;
border-collapse: collapse;
display: none;
padding: 0px;
margin: 0px;
}
#lifeTable tr {
height: 70px;
}
#lifeTable td {
border: 1px solid #ccc;
padding: 3px;
}
#lifeTable td:nth-child(1) {
width: 30px;
vertical-align: middle;
text-align: center;
}
#lifeTable td:nth-child(2) {
width: 80px;
}
#lifeTable td:nth-child(3) {
width: 240px;
}
#lifeTable td:nth-child(4) {
width: 240px;
}
.boldTableHead {
font-weight: bold;
background-color: #BDBDBD !important;
border: 1px solid #ccc;
font-size: 12px;
height: 35px !important;
}
.enemyDetailTableHeader {
font-weight: bold;
border: 1px solid #ccc;
background-color: #D8D8D8 !important;
}
.enemyDetailTable {
font-size: 12px;
border-collapse: collapse;
background-color: #FFF;
}
.enemyDetailTable tr {
height: 25px !important;
}
.enemyDetailTable td {
border: 1px solid #A4A4A4 !important;
}
.enemyDetailTable td:nth-child(1) {
width: 85px !important;
}
.enemyDetailTable td:nth-child(2) {
width: 170px !important;
}
.enemyDetailTable td:nth-child(3) {
width: 220px !important;
}
/* Who's Angry */
.enemyDetailTable td:nth-child(4) {
width: 120px !important;
}
/* Reaction if they see you */
.enemyDetailTable td:nth-child(5) {
width: 155px !important;
}
/* What can they throw at you */
.enemyDetailTable td:nth-child(6) {
width: 150px !important;
}
.redBack {
background-color: #FE2E2E;
}
.red {
color: #FE2E2E;
}
#roleSelect {
display: none;
}
#roleSelect_label {
display: none;
}
#roleField {
font-size: 16px;
color: black;
}
#careerSkills {
font-weight: bold;
}
#rollMethod {
font-size: 13px;
width: 220px;
}
#careerSkillTable {
font-size: 15px;
}
#careerSkillTable td {
height: 20px;
padding-right: 10px;
}
#statRollTable {
font-size: 14px;
}
#statRollTable tr {
width: 42%;
}
#statRollTable td {
width: 19%;
}
#rollOutput td{
font-size: 25px !important;
}
/* Begin Character Output */
#fullCharOutput {
float: right;
overflow: visible;
top: 0;
right: 0;
padding-right: 10px;
padding-left: 3px;
width: 48%;
border: 3px solid black;
background-color: white;
margin-right: 5px;
}
#charNameOutput {
border: 1px solid black;
font-weight: bold;
display: inline-block;
width: 300px;
height: 18px;
padding: 4px 4px;
}
#charNameOutput_label {
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 5px 5px;
}
/* "text box" for character role */
#charRoleOutput {
border: 1px solid black;
font-weight: bold;
display: inline-block;
width: 100px;
height: 17px;
padding: 4px 4px;
}
#charRoleOutput_label {
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 5px 5px;
margin-top: 5px;
}
.charStatOutput {
text-transform: uppercase;
font-weight: bold;
font-size: 17px;
}
.charStatOutputDervied {
font-weight: bold;
font-size: 17px;
}
#charPointsOutput {
border: 1px solid black;
font-weight: bold;
display: inline-block;
width: 32px;
height: 18px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 8px;
padding: 4px;
text-align: center;
}
/* Words "Character Points" */
#charPointsOutput_label {
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 5px;
}
#stats_label {
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
padding: 5px;
}
/* Word "Stats" */
#stats {
display: inline-block;
}
#statsTable th {
text-align: left;
font-weight: normal;
}
#charINTOutput_label {
display: inline-block;
padding-top: 3px;
}
.savebtm {
display: inline-block;
border-spacing: 0;
border: 2px solid black;
margin: 4px;
}
.savebtm td {
border: 1px solid black;
padding: 2px;
width: 40px;
}
.savebtm tr:first-child {
font-weight: bold;
text-transform: uppercase;
text-align: center;
font-size: 14px;
}
.savebtm tr:nth-child(2) td {
height: 40px;
font-weight: bold;
border: 1px solid black;
text-align: center;
font-size: 14px;
}
#charOutputStats {
margin-top: 7px;
padding-left: 5px;
}
/* Skills */
#skills_label {
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 4px;
margin-left: 5px;
}
#skillCharOutput {
font-weight: bold;
margin-top: 8px;
margin-left: 5px;
display: block;
}
#pickupSkillCharOutput {
font-weight: bold;
margin-left: 5px;
display: block;
}
/* Style */
#charStyleOutput {
display: block;
margin-left: 5px;
display: block;
padding-top: 5px;
}
#styleCharOutput_label {
margin-top: 2px;
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 5px;
margin-left: 5px;
}
#clothesCharOutput_label {
font-weight: bold;
}
#hairCharOutput_label {
font-weight: bold;
}
#affecCharOutput_label {
font-weight: bold;
}
#ethCharOutput_label {
font-weight: bold;
}
#langCharOutput_label {
font-weight: bold;
}
/* Family Background */
#charFamOutput {
margin-left: 5px;
padding-top: 5px;
}
#famBackCharOutputTitle {
margin-top: 2px;
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 4px;
}
#famBackCharOutputTitle {
/*not part of charFamOutput Div*/
margin-left: 5px;
}
#famRankCharOutput_label {
font-weight: bold;
}
#parentStatusCharOutput_label {
font-weight: bold;
}
#familyStatusCharOutput_label {
font-weight: bold;
}
#childEnvCharOutput_label {
font-weight: bold;
}
/* Siblings */
#charSiblingOutput {
margin-left: 5px;
}
#siblingCharOutputTitle {
margin-left: 5px;
}
#siblingCharOutputTitle {
margin-top: 2px;
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 4px;
}
#charSiblingOutputNum {
border: 1px solid black;
font-weight: bold;
display: inline-block;
width: 32px;
height: 18px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 8px;
padding: 2px;
text-align: center;
}
.charSiblingOutputItems {
text-transform: capitalize;
}
.dynamicPar {
font-weight: bold;
display: block;
padding-top: 10px;
}
/* Motivations */
#charMotivOutput {
margin-left: 5px;
}
#motivCharOutput {
margin-top: 2px;
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 5px;
}
#persTraitCharOutput_label {
font-weight: bold;
}
#persValCharOutput_label {
font-weight: bold;
}
#valMostCharOutput_label {
font-weight: bold;
}
#feelPeopleCharOutput_label {
font-weight: bold;
}
#valPosessionCharOutput_label {
font-weight: bold;
}
/* Life Events */
#charLifeEventsTitle {
margin-top: 2px;
display: inline-block;
background-color: black;
color: white;
text-transform: uppercase;
font-weight: bold;
padding: 4px;
margin-bottom: 5px;
}
#valCharAge_label {
font-weight: bold;
padding: 4px;
}
#charLifeEventsTitle_label {
padding-left: 5px;
}
#charLifeEvents {
padding-top: 4px;
padding-left: 5px;
}
#charLifeEvents {
padding-left: 5px;
} | 0.347648 | 0.147863 |
.background_glassyLemonChiffon8,
.hover_background_glassyLemonChiffon8:hover,
.active_background_glassyLemonChiffon8:active:hover {
background: #9e8e00;
background-image: -moz-linear-gradient(top, rgb(142, 128, 0) 0%, rgb(126, 114, 0) 50%, rgb(111, 100, 0) 55%, rgb(158, 142, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(142, 128, 0)), color-stop(50%, rgb(126, 114, 0)), color-stop(55%, rgb(111, 100, 0)), color-stop(100%, rgb(158, 142, 0)));
background-image: -webkit-linear-gradient(top, rgb(142, 128, 0) 0%, rgb(126, 114, 0) 50%, rgb(111, 100, 0) 55%, rgb(158, 142, 0) 100%);
background-image: -o-linear-gradient(top, rgb(142, 128, 0) 0%, rgb(126, 114, 0) 50%, rgb(111, 100, 0) 55%, rgb(158, 142, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(142, 128, 0) 0%, rgb(126, 114, 0) 50%, rgb(111, 100, 0) 55%, rgb(158, 142, 0) 100%);
background-image: linear-gradient(to bottom, rgb(142, 128, 0) 0%, rgb(126, 114, 0) 50%, rgb(111, 100, 0) 55%, rgb(158, 142, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8000', endColorstr='#9e8e00',GradientType=0 );
}
.background_glassyLemonChiffon8h,
.hover_background_glassyLemonChiffon8h:hover,
.active_background_glassyLemonChiffon8h:active:hover {
background: #9e8e00;
background-image: -moz-linear-gradient(top, rgb(171, 154, 0) 0%, rgb(152, 137, 0) 50%, rgb(133, 119, 0) 55%, rgb(190, 171, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(171, 154, 0)), color-stop(50%, rgb(152, 137, 0)), color-stop(55%, rgb(133, 119, 0)), color-stop(100%, rgb(190, 171, 0)));
background-image: -webkit-linear-gradient(top, rgb(171, 154, 0) 0%, rgb(152, 137, 0) 50%, rgb(133, 119, 0) 55%, rgb(190, 171, 0) 100%);
background-image: -o-linear-gradient(top, rgb(171, 154, 0) 0%, rgb(152, 137, 0) 50%, rgb(133, 119, 0) 55%, rgb(190, 171, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(171, 154, 0) 0%, rgb(152, 137, 0) 50%, rgb(133, 119, 0) 55%, rgb(190, 171, 0) 100%);
background-image: linear-gradient(to bottom, rgb(171, 154, 0) 0%, rgb(152, 137, 0) 50%, rgb(133, 119, 0) 55%, rgb(190, 171, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab9a00', endColorstr='#beab00',GradientType=0 );
}
.background_glassyLemonChiffon8a,
.hover_background_glassyLemonChiffon8a:hover,
.active_background_glassyLemonChiffon8a:active:hover {
background: #9e8e00;
background-image: -moz-linear-gradient(top, rgb(190, 171, 0) 0%, rgb(133, 119, 0) 50%, rgb(152, 137, 0) 55%, rgb(171, 154, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(190, 171, 0)), color-stop(50%, rgb(133, 119, 0)), color-stop(55%, rgb(152, 137, 0)), color-stop(100%, rgb(171, 154, 0)));
background-image: -webkit-linear-gradient(top, rgb(190, 171, 0) 0%, rgb(133, 119, 0) 50%, rgb(152, 137, 0) 55%, rgb(171, 154, 0) 100%);
background-image: -o-linear-gradient(top, rgb(190, 171, 0) 0%, rgb(133, 119, 0) 50%, rgb(152, 137, 0) 55%, rgb(171, 154, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(190, 171, 0) 0%, rgb(133, 119, 0) 50%, rgb(152, 137, 0) 55%, rgb(171, 154, 0) 100%);
background-image: linear-gradient(to bottom, rgb(190, 171, 0) 0%, rgb(133, 119, 0) 50%, rgb(152, 137, 0) 55%, rgb(171, 154, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beab00', endColorstr='#ab9a00',GradientType=0 );
}
.background_glassyLemonChiffon8s,
.hover_background_glassyLemonChiffon8s:hover,
.active_background_glassyLemonChiffon8s:active:hover {
background: #9e8e00;
background-image: -moz-linear-gradient(top, rgb(213, 192, 0) 0%, rgb(190, 171, 0) 50%, rgb(166, 149, 0) 55%, rgb(237, 213, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(213, 192, 0)), color-stop(50%, rgb(190, 171, 0)), color-stop(55%, rgb(166, 149, 0)), color-stop(100%, rgb(237, 213, 0)));
background-image: -webkit-linear-gradient(top, rgb(213, 192, 0) 0%, rgb(190, 171, 0) 50%, rgb(166, 149, 0) 55%, rgb(237, 213, 0) 100%);
background-image: -o-linear-gradient(top, rgb(213, 192, 0) 0%, rgb(190, 171, 0) 50%, rgb(166, 149, 0) 55%, rgb(237, 213, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(213, 192, 0) 0%, rgb(190, 171, 0) 50%, rgb(166, 149, 0) 55%, rgb(237, 213, 0) 100%);
background-image: linear-gradient(to bottom, rgb(213, 192, 0) 0%, rgb(190, 171, 0) 50%, rgb(166, 149, 0) 55%, rgb(237, 213, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c000', endColorstr='#edd500',GradientType=0 );
}
.background_color_glassyLemonChiffon8,
.hover_background_color_glassyLemonChiffon8:hover,
.active_background_color_glassyLemonChiffon8:active:hover {
background-color:#9e8e00;
}
.background_first_color_glassyLemonChiffon8,
.hover_background_first_color_glassyLemonChiffon8:hover,
.active_background_first_color_glassyLemonChiffon8:active:hover {
background-color:#8e8000;
}
.background_last_color_glassyLemonChiffon8,
.hover_background_last_color_glassyLemonChiffon8:hover,
.active_background_color_last_glassyLemonChiffon8:active:hover {
background-color:#9e8e00;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyLemonChiffon8,
.hover_color_glassyLemonChiffon8:hover,
.active_color_glassyLemonChiffon8:active:hover {
color: #c8c8c8;
}
.color_glassyLemonChiffon8h,
.hover_color_glassyLemonChiffon8h:hover,
.active_color_glassyLemonChiffon8h:active:hover {
color: #c8c8c8;
}
.color_glassyLemonChiffon8a,
.hover_color_glassyLemonChiffon8a:hover,
.active_color_glassyLemonChiffon8a:active:hover {
color: #ff0;
}
.color_glassyLemonChiffon8s,
.hover_color_glassyLemonChiffon8s:hover,
.active_color_glassyLemonChiffon8s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyLemonChiffon8,
.hover_border_glassyLemonChiffon8:hover,
.active_border_glassyLemonChiffon8:active:hover {
border-color: #726600 #5f5500 #5f5500 #726600;
}
.border_glassyLemonChiffon8h,
.hover_border_glassyLemonChiffon8h:hover,
.active_border_glassyLemonChiffon8h:active:hover {
border-color: #726600 #5f5500 #5f5500 #726600;
}
.border_glassyLemonChiffon8a,
.hover_border_glassyLemonChiffon8a:hover,
.active_border_glassyLemonChiffon8a:active:hover {
border-color: #595000 #595000 #595000 #595000;
}
.border_glassyLemonChiffon8s,
.hover_border_glassyLemonChiffon8s:hover,
.active_border_glassyLemonChiffon8s:active:hover {
border-color: #595000 #595000 #595000 #595000;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyLemonChiffon8,
.hover_shadow_expand_glassyLemonChiffon8:hover,
.active_shadow_expand_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(158, 142, 0, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(158, 142, 0, .39);
box-shadow: 0em 0em 1em 0.25em rgba(158, 142, 0, .39);
}
.shadow_expand_glassyLemonChiffon8h,
.hover_shadow_expand_glassyLemonChiffon8h:hover,
.active_shadow_expand_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(190, 171, 0, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(190, 171, 0, .50);
box-shadow: 0em 0em 1em 0.25em rgba(190, 171, 0, .50);
}
.shadow_expand_glassyLemonChiffon8a,
.hover_shadow_expand_glassyLemonChiffon8a:hover,
.active_shadow_expand_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(171, 154, 0, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(171, 154, 0, .63);
box-shadow: 0em 0em 1em 0.25em rgba(171, 154, 0, .63);
}
.shadow_expand_glassyLemonChiffon8s,
.hover_shadow_expand_glassyLemonChiffon8s:hover,
.active_shadow_expand_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(171, 154, 0, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(171, 154, 0, .78);
box-shadow: 0em 0em 1em 0.25em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyLemonChiffon8,
.hover_shadow_left_glassyLemonChiffon8:hover,
.active_shadow_left_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(158, 142, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_left_glassyLemonChiffon8h,
.hover_shadow_left_glassyLemonChiffon8h:hover,
.active_shadow_left_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(190, 171, 0, .50);
box-shadow: -0.5em -0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_left_glassyLemonChiffon8a,
.hover_shadow_left_glassyLemonChiffon8a:hover,
.active_shadow_left_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .63);
box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_left_glassyLemonChiffon8s,
.hover_shadow_left_glassyLemonChiffon8s:hover,
.active_shadow_left_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .78);
box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyLemonChiffon8,
.hover_shadow_right_glassyLemonChiffon8:hover,
.active_shadow_right_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(158, 142, 0, .39);
box-shadow: 0.5em 0em 1em rgba(158, 142, 0, .39);
}
.shadow_right_glassyLemonChiffon8h,
.hover_shadow_right_glassyLemonChiffon8h:hover,
.active_shadow_right_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(190, 171, 0, .50);
box-shadow: 0.5em 0em 1em rgba(190, 171, 0, .50);
}
.shadow_right_glassyLemonChiffon8a,
.hover_shadow_right_glassyLemonChiffon8a:hover,
.active_shadow_right_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(171, 154, 0, .63);
box-shadow: 0.5em 0em 1em rgba(171, 154, 0, .63);
}
.shadow_right_glassyLemonChiffon8s,
.hover_shadow_right_glassyLemonChiffon8s:hover,
.active_shadow_right_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(171, 154, 0, .78);
box-shadow: 0.5em 0em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyLemonChiffon8,
.hover_shadow_top_glassyLemonChiffon8:hover,
.active_shadow_top_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(158, 142, 0, .39);
box-shadow: 0em -0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_top_glassyLemonChiffon8h,
.hover_shadow_top_glassyLemonChiffon8h:hover,
.active_shadow_top_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(190, 171, 0, .50);
box-shadow: 0em -0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_top_glassyLemonChiffon8a,
.hover_shadow_top_glassyLemonChiffon8a:hover,
.active_shadow_top_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(171, 154, 0, .63);
box-shadow: 0em -0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_top_glassyLemonChiffon8s,
.hover_shadow_top_glassyLemonChiffon8s:hover,
.active_shadow_top_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(171, 154, 0, .78);
box-shadow: 0em -0.5em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyLemonChiffon8,
.hover_shadow_bottom_glassyLemonChiffon8:hover,
.active_shadow_bottom_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(158, 142, 0, .39);
box-shadow: 0em 0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_bottom_glassyLemonChiffon8h,
.hover_shadow_bottom_glassyLemonChiffon8h:hover,
.active_shadow_bottom_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(190, 171, 0, .50);
box-shadow: 0em 0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_bottom_glassyLemonChiffon8a,
.hover_shadow_bottom_glassyLemonChiffon8a:hover,
.active_shadow_bottom_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(171, 154, 0, .63);
box-shadow: 0em 0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_bottom_glassyLemonChiffon8s,
.hover_shadow_bottom_glassyLemonChiffon8s:hover,
.active_shadow_bottom_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(171, 154, 0, .78);
box-shadow: 0em 0.5em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyLemonChiffon8,
.hover_shadow_top_left_glassyLemonChiffon8:hover,
.active_shadow_top_left_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(158, 142, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_top_left_glassyLemonChiffon8h,
.hover_shadow_top_left_glassyLemonChiffon8h:hover,
.active_shadow_top_left_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(190, 171, 0, .50);
box-shadow: -0.5em -0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_top_left_glassyLemonChiffon8a,
.hover_shadow_top_left_glassyLemonChiffon8a:hover,
.active_shadow_top_left_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .63);
box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_top_left_glassyLemonChiffon8s,
.hover_shadow_top_left_glassyLemonChiffon8s:hover,
.active_shadow_top_left_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .78);
box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyLemonChiffon8,
.hover_shadow_top_right_glassyLemonChiffon8:hover,
.active_shadow_top_right_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(158, 142, 0, .39);
box-shadow: 0.5em -0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_top_right_glassyLemonChiffon8h,
.hover_shadow_top_right_glassyLemonChiffon8h:hover,
.active_shadow_top_right_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(190, 171, 0, .50);
box-shadow: 0.5em -0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_top_right_glassyLemonChiffon8a,
.hover_shadow_top_right_glassyLemonChiffon8a:hover,
.active_shadow_top_right_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(171, 154, 0, .63);
box-shadow: 0.5em -0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_top_right_glassyLemonChiffon8s,
.hover_shadow_top_right_glassyLemonChiffon8s:hover,
.active_shadow_top_right_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(171, 154, 0, .78);
box-shadow: 0.5em -0.5em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyLemonChiffon8,
.hover_shadow_bottom_left_glassyLemonChiffon8:hover,
.active_shadow_bottom_left_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(158, 142, 0, .39);
box-shadow: -0.5em 0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_bottom_left_glassyLemonChiffon8h,
.hover_shadow_bottom_left_glassyLemonChiffon8h:hover,
.active_shadow_bottom_left_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(190, 171, 0, .50);
box-shadow: -0.5em 0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_bottom_left_glassyLemonChiffon8a,
.hover_shadow_bottom_left_glassyLemonChiffon8a:hover,
.active_shadow_bottom_left_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(171, 154, 0, .63);
box-shadow: -0.5em 0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_bottom_left_glassyLemonChiffon8s,
.hover_shadow_bottom_left_glassyLemonChiffon8s:hover,
.active_shadow_bottom_left_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(171, 154, 0, .78);
box-shadow: -0.5em 0.5em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyLemonChiffon8,
.hover_shadow_bottom_right_glassyLemonChiffon8:hover,
.active_shadow_bottom_right_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(158, 142, 0, .39);
box-shadow: 0.5em 0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_bottom_right_glassyLemonChiffon8h,
.hover_shadow_bottom_right_glassyLemonChiffon8h:hover,
.active_shadow_bottom_right_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(190, 171, 0, .50);
box-shadow: 0.5em 0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_bottom_right_glassyLemonChiffon8a,
.hover_shadow_bottom_right_glassyLemonChiffon8a:hover,
.active_shadow_bottom_right_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(171, 154, 0, .63);
box-shadow: 0.5em 0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_bottom_right_glassyLemonChiffon8s,
.hover_shadow_bottom_right_glassyLemonChiffon8s:hover,
.active_shadow_bottom_right_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(171, 154, 0, .78);
box-shadow: 0.5em 0.5em 1em rgba(171, 154, 0, .78);
} | widgets/common/assets/gradients/glassy/glassyLemonChiffon/glassyLemonChiffon8.css | .background_glassyLemonChiffon8,
.hover_background_glassyLemonChiffon8:hover,
.active_background_glassyLemonChiffon8:active:hover {
background: #9e8e00;
background-image: -moz-linear-gradient(top, rgb(142, 128, 0) 0%, rgb(126, 114, 0) 50%, rgb(111, 100, 0) 55%, rgb(158, 142, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(142, 128, 0)), color-stop(50%, rgb(126, 114, 0)), color-stop(55%, rgb(111, 100, 0)), color-stop(100%, rgb(158, 142, 0)));
background-image: -webkit-linear-gradient(top, rgb(142, 128, 0) 0%, rgb(126, 114, 0) 50%, rgb(111, 100, 0) 55%, rgb(158, 142, 0) 100%);
background-image: -o-linear-gradient(top, rgb(142, 128, 0) 0%, rgb(126, 114, 0) 50%, rgb(111, 100, 0) 55%, rgb(158, 142, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(142, 128, 0) 0%, rgb(126, 114, 0) 50%, rgb(111, 100, 0) 55%, rgb(158, 142, 0) 100%);
background-image: linear-gradient(to bottom, rgb(142, 128, 0) 0%, rgb(126, 114, 0) 50%, rgb(111, 100, 0) 55%, rgb(158, 142, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8000', endColorstr='#9e8e00',GradientType=0 );
}
.background_glassyLemonChiffon8h,
.hover_background_glassyLemonChiffon8h:hover,
.active_background_glassyLemonChiffon8h:active:hover {
background: #9e8e00;
background-image: -moz-linear-gradient(top, rgb(171, 154, 0) 0%, rgb(152, 137, 0) 50%, rgb(133, 119, 0) 55%, rgb(190, 171, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(171, 154, 0)), color-stop(50%, rgb(152, 137, 0)), color-stop(55%, rgb(133, 119, 0)), color-stop(100%, rgb(190, 171, 0)));
background-image: -webkit-linear-gradient(top, rgb(171, 154, 0) 0%, rgb(152, 137, 0) 50%, rgb(133, 119, 0) 55%, rgb(190, 171, 0) 100%);
background-image: -o-linear-gradient(top, rgb(171, 154, 0) 0%, rgb(152, 137, 0) 50%, rgb(133, 119, 0) 55%, rgb(190, 171, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(171, 154, 0) 0%, rgb(152, 137, 0) 50%, rgb(133, 119, 0) 55%, rgb(190, 171, 0) 100%);
background-image: linear-gradient(to bottom, rgb(171, 154, 0) 0%, rgb(152, 137, 0) 50%, rgb(133, 119, 0) 55%, rgb(190, 171, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab9a00', endColorstr='#beab00',GradientType=0 );
}
.background_glassyLemonChiffon8a,
.hover_background_glassyLemonChiffon8a:hover,
.active_background_glassyLemonChiffon8a:active:hover {
background: #9e8e00;
background-image: -moz-linear-gradient(top, rgb(190, 171, 0) 0%, rgb(133, 119, 0) 50%, rgb(152, 137, 0) 55%, rgb(171, 154, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(190, 171, 0)), color-stop(50%, rgb(133, 119, 0)), color-stop(55%, rgb(152, 137, 0)), color-stop(100%, rgb(171, 154, 0)));
background-image: -webkit-linear-gradient(top, rgb(190, 171, 0) 0%, rgb(133, 119, 0) 50%, rgb(152, 137, 0) 55%, rgb(171, 154, 0) 100%);
background-image: -o-linear-gradient(top, rgb(190, 171, 0) 0%, rgb(133, 119, 0) 50%, rgb(152, 137, 0) 55%, rgb(171, 154, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(190, 171, 0) 0%, rgb(133, 119, 0) 50%, rgb(152, 137, 0) 55%, rgb(171, 154, 0) 100%);
background-image: linear-gradient(to bottom, rgb(190, 171, 0) 0%, rgb(133, 119, 0) 50%, rgb(152, 137, 0) 55%, rgb(171, 154, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beab00', endColorstr='#ab9a00',GradientType=0 );
}
.background_glassyLemonChiffon8s,
.hover_background_glassyLemonChiffon8s:hover,
.active_background_glassyLemonChiffon8s:active:hover {
background: #9e8e00;
background-image: -moz-linear-gradient(top, rgb(213, 192, 0) 0%, rgb(190, 171, 0) 50%, rgb(166, 149, 0) 55%, rgb(237, 213, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(213, 192, 0)), color-stop(50%, rgb(190, 171, 0)), color-stop(55%, rgb(166, 149, 0)), color-stop(100%, rgb(237, 213, 0)));
background-image: -webkit-linear-gradient(top, rgb(213, 192, 0) 0%, rgb(190, 171, 0) 50%, rgb(166, 149, 0) 55%, rgb(237, 213, 0) 100%);
background-image: -o-linear-gradient(top, rgb(213, 192, 0) 0%, rgb(190, 171, 0) 50%, rgb(166, 149, 0) 55%, rgb(237, 213, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(213, 192, 0) 0%, rgb(190, 171, 0) 50%, rgb(166, 149, 0) 55%, rgb(237, 213, 0) 100%);
background-image: linear-gradient(to bottom, rgb(213, 192, 0) 0%, rgb(190, 171, 0) 50%, rgb(166, 149, 0) 55%, rgb(237, 213, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c000', endColorstr='#edd500',GradientType=0 );
}
.background_color_glassyLemonChiffon8,
.hover_background_color_glassyLemonChiffon8:hover,
.active_background_color_glassyLemonChiffon8:active:hover {
background-color:#9e8e00;
}
.background_first_color_glassyLemonChiffon8,
.hover_background_first_color_glassyLemonChiffon8:hover,
.active_background_first_color_glassyLemonChiffon8:active:hover {
background-color:#8e8000;
}
.background_last_color_glassyLemonChiffon8,
.hover_background_last_color_glassyLemonChiffon8:hover,
.active_background_color_last_glassyLemonChiffon8:active:hover {
background-color:#9e8e00;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyLemonChiffon8,
.hover_color_glassyLemonChiffon8:hover,
.active_color_glassyLemonChiffon8:active:hover {
color: #c8c8c8;
}
.color_glassyLemonChiffon8h,
.hover_color_glassyLemonChiffon8h:hover,
.active_color_glassyLemonChiffon8h:active:hover {
color: #c8c8c8;
}
.color_glassyLemonChiffon8a,
.hover_color_glassyLemonChiffon8a:hover,
.active_color_glassyLemonChiffon8a:active:hover {
color: #ff0;
}
.color_glassyLemonChiffon8s,
.hover_color_glassyLemonChiffon8s:hover,
.active_color_glassyLemonChiffon8s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyLemonChiffon8,
.hover_border_glassyLemonChiffon8:hover,
.active_border_glassyLemonChiffon8:active:hover {
border-color: #726600 #5f5500 #5f5500 #726600;
}
.border_glassyLemonChiffon8h,
.hover_border_glassyLemonChiffon8h:hover,
.active_border_glassyLemonChiffon8h:active:hover {
border-color: #726600 #5f5500 #5f5500 #726600;
}
.border_glassyLemonChiffon8a,
.hover_border_glassyLemonChiffon8a:hover,
.active_border_glassyLemonChiffon8a:active:hover {
border-color: #595000 #595000 #595000 #595000;
}
.border_glassyLemonChiffon8s,
.hover_border_glassyLemonChiffon8s:hover,
.active_border_glassyLemonChiffon8s:active:hover {
border-color: #595000 #595000 #595000 #595000;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyLemonChiffon8,
.hover_shadow_expand_glassyLemonChiffon8:hover,
.active_shadow_expand_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(158, 142, 0, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(158, 142, 0, .39);
box-shadow: 0em 0em 1em 0.25em rgba(158, 142, 0, .39);
}
.shadow_expand_glassyLemonChiffon8h,
.hover_shadow_expand_glassyLemonChiffon8h:hover,
.active_shadow_expand_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(190, 171, 0, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(190, 171, 0, .50);
box-shadow: 0em 0em 1em 0.25em rgba(190, 171, 0, .50);
}
.shadow_expand_glassyLemonChiffon8a,
.hover_shadow_expand_glassyLemonChiffon8a:hover,
.active_shadow_expand_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(171, 154, 0, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(171, 154, 0, .63);
box-shadow: 0em 0em 1em 0.25em rgba(171, 154, 0, .63);
}
.shadow_expand_glassyLemonChiffon8s,
.hover_shadow_expand_glassyLemonChiffon8s:hover,
.active_shadow_expand_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(171, 154, 0, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(171, 154, 0, .78);
box-shadow: 0em 0em 1em 0.25em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyLemonChiffon8,
.hover_shadow_left_glassyLemonChiffon8:hover,
.active_shadow_left_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(158, 142, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_left_glassyLemonChiffon8h,
.hover_shadow_left_glassyLemonChiffon8h:hover,
.active_shadow_left_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(190, 171, 0, .50);
box-shadow: -0.5em -0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_left_glassyLemonChiffon8a,
.hover_shadow_left_glassyLemonChiffon8a:hover,
.active_shadow_left_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .63);
box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_left_glassyLemonChiffon8s,
.hover_shadow_left_glassyLemonChiffon8s:hover,
.active_shadow_left_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .78);
box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyLemonChiffon8,
.hover_shadow_right_glassyLemonChiffon8:hover,
.active_shadow_right_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(158, 142, 0, .39);
box-shadow: 0.5em 0em 1em rgba(158, 142, 0, .39);
}
.shadow_right_glassyLemonChiffon8h,
.hover_shadow_right_glassyLemonChiffon8h:hover,
.active_shadow_right_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(190, 171, 0, .50);
box-shadow: 0.5em 0em 1em rgba(190, 171, 0, .50);
}
.shadow_right_glassyLemonChiffon8a,
.hover_shadow_right_glassyLemonChiffon8a:hover,
.active_shadow_right_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(171, 154, 0, .63);
box-shadow: 0.5em 0em 1em rgba(171, 154, 0, .63);
}
.shadow_right_glassyLemonChiffon8s,
.hover_shadow_right_glassyLemonChiffon8s:hover,
.active_shadow_right_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(171, 154, 0, .78);
box-shadow: 0.5em 0em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyLemonChiffon8,
.hover_shadow_top_glassyLemonChiffon8:hover,
.active_shadow_top_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(158, 142, 0, .39);
box-shadow: 0em -0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_top_glassyLemonChiffon8h,
.hover_shadow_top_glassyLemonChiffon8h:hover,
.active_shadow_top_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(190, 171, 0, .50);
box-shadow: 0em -0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_top_glassyLemonChiffon8a,
.hover_shadow_top_glassyLemonChiffon8a:hover,
.active_shadow_top_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(171, 154, 0, .63);
box-shadow: 0em -0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_top_glassyLemonChiffon8s,
.hover_shadow_top_glassyLemonChiffon8s:hover,
.active_shadow_top_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(171, 154, 0, .78);
box-shadow: 0em -0.5em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyLemonChiffon8,
.hover_shadow_bottom_glassyLemonChiffon8:hover,
.active_shadow_bottom_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(158, 142, 0, .39);
box-shadow: 0em 0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_bottom_glassyLemonChiffon8h,
.hover_shadow_bottom_glassyLemonChiffon8h:hover,
.active_shadow_bottom_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(190, 171, 0, .50);
box-shadow: 0em 0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_bottom_glassyLemonChiffon8a,
.hover_shadow_bottom_glassyLemonChiffon8a:hover,
.active_shadow_bottom_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(171, 154, 0, .63);
box-shadow: 0em 0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_bottom_glassyLemonChiffon8s,
.hover_shadow_bottom_glassyLemonChiffon8s:hover,
.active_shadow_bottom_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(171, 154, 0, .78);
box-shadow: 0em 0.5em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyLemonChiffon8,
.hover_shadow_top_left_glassyLemonChiffon8:hover,
.active_shadow_top_left_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(158, 142, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_top_left_glassyLemonChiffon8h,
.hover_shadow_top_left_glassyLemonChiffon8h:hover,
.active_shadow_top_left_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(190, 171, 0, .50);
box-shadow: -0.5em -0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_top_left_glassyLemonChiffon8a,
.hover_shadow_top_left_glassyLemonChiffon8a:hover,
.active_shadow_top_left_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .63);
box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_top_left_glassyLemonChiffon8s,
.hover_shadow_top_left_glassyLemonChiffon8s:hover,
.active_shadow_top_left_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .78);
box-shadow: -0.5em -0.5em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyLemonChiffon8,
.hover_shadow_top_right_glassyLemonChiffon8:hover,
.active_shadow_top_right_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(158, 142, 0, .39);
box-shadow: 0.5em -0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_top_right_glassyLemonChiffon8h,
.hover_shadow_top_right_glassyLemonChiffon8h:hover,
.active_shadow_top_right_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(190, 171, 0, .50);
box-shadow: 0.5em -0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_top_right_glassyLemonChiffon8a,
.hover_shadow_top_right_glassyLemonChiffon8a:hover,
.active_shadow_top_right_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(171, 154, 0, .63);
box-shadow: 0.5em -0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_top_right_glassyLemonChiffon8s,
.hover_shadow_top_right_glassyLemonChiffon8s:hover,
.active_shadow_top_right_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(171, 154, 0, .78);
box-shadow: 0.5em -0.5em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyLemonChiffon8,
.hover_shadow_bottom_left_glassyLemonChiffon8:hover,
.active_shadow_bottom_left_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(158, 142, 0, .39);
box-shadow: -0.5em 0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_bottom_left_glassyLemonChiffon8h,
.hover_shadow_bottom_left_glassyLemonChiffon8h:hover,
.active_shadow_bottom_left_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(190, 171, 0, .50);
box-shadow: -0.5em 0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_bottom_left_glassyLemonChiffon8a,
.hover_shadow_bottom_left_glassyLemonChiffon8a:hover,
.active_shadow_bottom_left_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(171, 154, 0, .63);
box-shadow: -0.5em 0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_bottom_left_glassyLemonChiffon8s,
.hover_shadow_bottom_left_glassyLemonChiffon8s:hover,
.active_shadow_bottom_left_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(171, 154, 0, .78);
box-shadow: -0.5em 0.5em 1em rgba(171, 154, 0, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyLemonChiffon8,
.hover_shadow_bottom_right_glassyLemonChiffon8:hover,
.active_shadow_bottom_right_glassyLemonChiffon8:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(158, 142, 0, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(158, 142, 0, .39);
box-shadow: 0.5em 0.5em 1em rgba(158, 142, 0, .39);
}
.shadow_bottom_right_glassyLemonChiffon8h,
.hover_shadow_bottom_right_glassyLemonChiffon8h:hover,
.active_shadow_bottom_right_glassyLemonChiffon8h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(190, 171, 0, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(190, 171, 0, .50);
box-shadow: 0.5em 0.5em 1em rgba(190, 171, 0, .50);
}
.shadow_bottom_right_glassyLemonChiffon8a,
.hover_shadow_bottom_right_glassyLemonChiffon8a:hover,
.active_shadow_bottom_right_glassyLemonChiffon8a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(171, 154, 0, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(171, 154, 0, .63);
box-shadow: 0.5em 0.5em 1em rgba(171, 154, 0, .63);
}
.shadow_bottom_right_glassyLemonChiffon8s,
.hover_shadow_bottom_right_glassyLemonChiffon8s:hover,
.active_shadow_bottom_right_glassyLemonChiffon8s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(171, 154, 0, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(171, 154, 0, .78);
box-shadow: 0.5em 0.5em 1em rgba(171, 154, 0, .78);
} | 0.510741 | 0.109182 |
:root {
--font-sm: .833rem;
--bg-color: #F7FAFC;
}
html {
margin: 0;
font-family: sans-serif;
scroll-behavior: smooth;
}
body {
margin: 0;
background: var(--bg-color);
color: #2d3748;
}
button {
border: none;
cursor: pointer;
}
.btn {
display: inline-block;
min-width: 44px;
padding: .6em 0;
border-radius: 5px;
text-align: center;
font-size: var(--font-sm);
cursor: pointer;
}
.btn:hover {
filter: brightness(.9);
}
.primary {
color: white;
background: #0d6efd;
}
.upload-file {
height: 100vh;
display: grid;
place-content: center;
}
.upload-file .dropzone {
padding: 1em;
border: 3px dashed #CBD5E0;
border-radius: 10px;
background: #EDF2F7;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.upload-file .dropzone img {
width: 80px;
}
.upload-file .dropzone .local {
margin: 1em 0;
width: 100%;
}
.upload-file .dropzone .local label {
width: 100%;
}
.upload-file .dropzone .local input[type=file]{
display: none;
}
.upload-file .dropzone .url {
background: white;
border-radius: 5px;
position: relative;
display: flex;
}
.upload-file .dropzone .url label {
position: absolute;
font-size: var(--font-sm);
cursor: text;
padding: 0 1em;
height: 100%;
display: flex;
align-items: center;
}
.upload-file .dropzone .url input[type=text] {
height: 100%;
background: none;
border: none;
padding: .5em 1em;
}
.upload-file .dropzone .url input[type=text]:focus ~ label,
.upload-file .dropzone .url input[type=text]:valid ~ label {
visibility: hidden;
}
.upload-file .dropzone .url button {
width: 60px;
}
.error {
color: red;
display: none;
}
.crosshairs {
height: 40px;
width: 40px;
position: absolute;
transition: transform .1s;
}
.color-picker {
position: relative;
display: none;
place-content: center;
}
.color-picker .canvas-area .canvas-overlay {
box-shadow: 0 0 10px rgba(0,0,0,0.3);
width: inherit;
height: inherit;
cursor: pointer;
}
.colors {
display: none;
grid-template-columns: 1fr;
grid-gap: .5em;
margin: 0 auto;
max-width: 760px;
padding: 1em;
}
.colors .color {
border: 1px solid black;
border-radius: 5px;
display: flex;
background: var(--bg-color);
flex-direction: column;
}
.colors .color .color-title {
padding: 0 5px;
padding-top: 5px;
font-size: 12px;
}
.colors .color .color-input {
border: none;
padding: 0 5px;
padding-bottom: 5px;
outline: none;
background: transparent;
height: 15px;
}
.loading {
position: fixed;
background: rgba(0,0,0,0.4);
width: 100%;
height: 100%;
display: grid;
place-content: center;
z-index: 1000;
visibility: hidden;
}
.lds-spinner {
color: official;
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-spinner div {
transform-origin: 40px 40px;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 37px;
width: 6px;
height: 18px;
border-radius: 20%;
background: #fff;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@media (min-width: 768px) {
.upload-file .dropzone {
padding: 5em;
}
.colors {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.colors .color:first-child {
grid-column-start: 1;
grid-column-end: 5;
}
} | src/css/style.css | :root {
--font-sm: .833rem;
--bg-color: #F7FAFC;
}
html {
margin: 0;
font-family: sans-serif;
scroll-behavior: smooth;
}
body {
margin: 0;
background: var(--bg-color);
color: #2d3748;
}
button {
border: none;
cursor: pointer;
}
.btn {
display: inline-block;
min-width: 44px;
padding: .6em 0;
border-radius: 5px;
text-align: center;
font-size: var(--font-sm);
cursor: pointer;
}
.btn:hover {
filter: brightness(.9);
}
.primary {
color: white;
background: #0d6efd;
}
.upload-file {
height: 100vh;
display: grid;
place-content: center;
}
.upload-file .dropzone {
padding: 1em;
border: 3px dashed #CBD5E0;
border-radius: 10px;
background: #EDF2F7;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.upload-file .dropzone img {
width: 80px;
}
.upload-file .dropzone .local {
margin: 1em 0;
width: 100%;
}
.upload-file .dropzone .local label {
width: 100%;
}
.upload-file .dropzone .local input[type=file]{
display: none;
}
.upload-file .dropzone .url {
background: white;
border-radius: 5px;
position: relative;
display: flex;
}
.upload-file .dropzone .url label {
position: absolute;
font-size: var(--font-sm);
cursor: text;
padding: 0 1em;
height: 100%;
display: flex;
align-items: center;
}
.upload-file .dropzone .url input[type=text] {
height: 100%;
background: none;
border: none;
padding: .5em 1em;
}
.upload-file .dropzone .url input[type=text]:focus ~ label,
.upload-file .dropzone .url input[type=text]:valid ~ label {
visibility: hidden;
}
.upload-file .dropzone .url button {
width: 60px;
}
.error {
color: red;
display: none;
}
.crosshairs {
height: 40px;
width: 40px;
position: absolute;
transition: transform .1s;
}
.color-picker {
position: relative;
display: none;
place-content: center;
}
.color-picker .canvas-area .canvas-overlay {
box-shadow: 0 0 10px rgba(0,0,0,0.3);
width: inherit;
height: inherit;
cursor: pointer;
}
.colors {
display: none;
grid-template-columns: 1fr;
grid-gap: .5em;
margin: 0 auto;
max-width: 760px;
padding: 1em;
}
.colors .color {
border: 1px solid black;
border-radius: 5px;
display: flex;
background: var(--bg-color);
flex-direction: column;
}
.colors .color .color-title {
padding: 0 5px;
padding-top: 5px;
font-size: 12px;
}
.colors .color .color-input {
border: none;
padding: 0 5px;
padding-bottom: 5px;
outline: none;
background: transparent;
height: 15px;
}
.loading {
position: fixed;
background: rgba(0,0,0,0.4);
width: 100%;
height: 100%;
display: grid;
place-content: center;
z-index: 1000;
visibility: hidden;
}
.lds-spinner {
color: official;
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-spinner div {
transform-origin: 40px 40px;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 37px;
width: 6px;
height: 18px;
border-radius: 20%;
background: #fff;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@media (min-width: 768px) {
.upload-file .dropzone {
padding: 5em;
}
.colors {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.colors .color:first-child {
grid-column-start: 1;
grid-column-end: 5;
}
} | 0.659515 | 0.118258 |
h1 {
font-family: var(--heading-font);
font-weight: 100;
text-align: center;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}
.contactForm {
max-width: 1080px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #323232;
width: 50%;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
padding: 80px;
margin-bottom: 40px;
/*box-shadow: var(--box-shadow);*/
}
@media (max-width: 1320px) {
.contactForm {
width: 62%;
}
}
@media (max-width: 920px) {
.contactForm {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #323232;
width: 62%;
border-radius: 10px;
padding: 40px;
}
}
@media (max-width: 650px) {
.contactForm {
width: 100%;
border-radius: 0;
}
}
.labels {
margin-bottom: 60px;
color: white;
font-size: 1.5rem;
}
.input {
background-color: #323232;
border: none;
border-bottom: 1px solid var(--bswd-blue);
font-size: 1.25rem;
color: white;
width: 100%;
margin-top: 20px;
padding: 5px;
}
.input:focus {
border: 3px solid var(--bswd-blue);
border-radius: 5px;
}
textarea {
background-color: #323232;
border: none;
border-bottom: 1px solid var(--bswd-blue);
font-size: 1.25rem;
color: white;
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
min-height: 100px;
overflow: hidden;
padding: 5px;
-webkit-transition: all 0s;
-o-transition: all 0s;
transition: all 0s; /* !Important to not have a transition because it messes up the <textarea> shrinking */
}
textarea:focus {
border: 3px solid var(--bswd-blue);
border-radius: 5px;
}
#submitButton {
background-color: var(--bswd-blue);
border: none;
width: 100px;
border-radius: 5px;
font-size: 1.5rem;
color: white;
margin-left: auto;
padding: 15px;
}
@media (max-width: 550px) {
#submitButton {
width: 100%;
border-radius: 5px;
margin: 0 auto;
}
} | css/contact.css | h1 {
font-family: var(--heading-font);
font-weight: 100;
text-align: center;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}
.contactForm {
max-width: 1080px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #323232;
width: 50%;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
padding: 80px;
margin-bottom: 40px;
/*box-shadow: var(--box-shadow);*/
}
@media (max-width: 1320px) {
.contactForm {
width: 62%;
}
}
@media (max-width: 920px) {
.contactForm {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #323232;
width: 62%;
border-radius: 10px;
padding: 40px;
}
}
@media (max-width: 650px) {
.contactForm {
width: 100%;
border-radius: 0;
}
}
.labels {
margin-bottom: 60px;
color: white;
font-size: 1.5rem;
}
.input {
background-color: #323232;
border: none;
border-bottom: 1px solid var(--bswd-blue);
font-size: 1.25rem;
color: white;
width: 100%;
margin-top: 20px;
padding: 5px;
}
.input:focus {
border: 3px solid var(--bswd-blue);
border-radius: 5px;
}
textarea {
background-color: #323232;
border: none;
border-bottom: 1px solid var(--bswd-blue);
font-size: 1.25rem;
color: white;
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
min-height: 100px;
overflow: hidden;
padding: 5px;
-webkit-transition: all 0s;
-o-transition: all 0s;
transition: all 0s; /* !Important to not have a transition because it messes up the <textarea> shrinking */
}
textarea:focus {
border: 3px solid var(--bswd-blue);
border-radius: 5px;
}
#submitButton {
background-color: var(--bswd-blue);
border: none;
width: 100px;
border-radius: 5px;
font-size: 1.5rem;
color: white;
margin-left: auto;
padding: 15px;
}
@media (max-width: 550px) {
#submitButton {
width: 100%;
border-radius: 5px;
margin: 0 auto;
}
} | 0.266357 | 0.064772 |
body {
font-family: sans-serif;
font-weight: bold;
line-height: 1.6;
color: #E6E8F2;
background-color: #0A0E1C;
}
a {
text-decoration: none;
color: #E59F33;
}
a:hover {
color: #A10826;
}
iframe {
border: none;
overflow: hidden;
margin: 0;
padding: 0;
}
.hidden {
display: none;
}
.header {
position: relative;
height: 0;
width: 100%;
padding-bottom: 56.25%;
}
.header .poster,
.header .scaleframe {
width: 100%;
position: relative;
top: 0; bottom: 0; left: 0; right: 0;
}
.header .scaleframe {
width: 100%;
height: 53vw;
max-height: 450px;
}
.poster {
width: 100%;
padding-bottom: inherit;
background-image: url(../img/header.png);
background-repeat: no-repeat;
background-size: 100% 100%;
cursor: pointer;
}
.poster-video {
width: 100%;
padding-bottom: inherit;
display: none;
}
.video-button {
position: absolute;
width: 96px;
height: 96px;
top: 85%;
left: 85%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0.25;
}
.video-button:hover {
opacity: 1.0;
}
.play-symbol {
box-sizing:content-box;
width: 100%;
height: 100%;
position: absolute;
border: 4px solid #fff;
border-radius: 50%;
}
.play-symbol span {
position: absolute;
top: 11%;
left: 25%;
border-top: 38px solid transparent;
border-bottom: 38px solid transparent;
border-left: 68px solid #fff;
}
.container {
margin-left: auto;
margin-right: auto;
position: relative;
}
.footer {
margin-top: 20px;
}
.centered {
text-align: center;
}
.fullwidth {
width: 100%;
}
.buttons {
padding: 1em 0;
text-align: center;
}
.buttons li {
display: inline-block;
width: 19%;
margin: 1%;
opacity: 0.5;
transition-duration: 0.25s;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
}
.buttons li:hover {
opacity: 1;
}
/* -- icons -- */
.buttons i {
display: block;
background-image: url(../img/icons.svg);
background-repeat: no-repeat;
}
.buttons i {
position: relative;
left: 50%;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
width:44px;
height:44px;
}
.amazon i { background-position: 0 0; }
.appstore i { background-position: 0 -44px; }
.bandcamp i { background-position: 0 -88px; }
.facebook i { background-position: 0 -132px; }
.googplay i { background-position: 0 -176px; }
.gumroad i { background-position: 0 -220px; }
.humble i { background-position: 0 -264px; }
.indiegs i { background-position: 0 -308px; }
.itchio i { background-position: 0 -352px; }
.press i { background-position: 0 -396px; }
.sellbox i { background-position: 0 -440px; }
.steam i { background-position: 0 -484px; }
.twitter i { background-position: 0 -528px; }
a[href^="//"]:after,
a[href^="http://"]:after,
a[href^="https://"]:after {
background-image: url(../img/ext.svg);
background-size: 12px 12px;
content: '';
display: inline-block;
height: 12px;
margin: 0 0 0 5px;
width: 12px;
}
.hideable {
overflow: hidden;
margin: 5px;
max-height: 0;
-o-transition: max-height 0.5s;
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
transition: max-height 0.5s;
}
.shown {
max-height: 200vh;
}
blockquote {
border: 1px solid rgb(128, 128, 128);
border: 1px solid rgba(255, 255, 255, 0.25);
margin: 5%;
min-height: 4em;
position: relative;
padding: 10px;
}
blockquote .source:before {
content: '-';
padding: 0 5px 0 5px;
}
blockquote .source {
float: right;
position: relative;
margin-top: 5px;
width: 30%;
font-style: italic;
}
@media (min-width: 800px) {
.container { width: 800px; }
}
@media (max-width: 799px) {
.buttons li {
font-size:.723em;
}
} | src/css/style.css | body {
font-family: sans-serif;
font-weight: bold;
line-height: 1.6;
color: #E6E8F2;
background-color: #0A0E1C;
}
a {
text-decoration: none;
color: #E59F33;
}
a:hover {
color: #A10826;
}
iframe {
border: none;
overflow: hidden;
margin: 0;
padding: 0;
}
.hidden {
display: none;
}
.header {
position: relative;
height: 0;
width: 100%;
padding-bottom: 56.25%;
}
.header .poster,
.header .scaleframe {
width: 100%;
position: relative;
top: 0; bottom: 0; left: 0; right: 0;
}
.header .scaleframe {
width: 100%;
height: 53vw;
max-height: 450px;
}
.poster {
width: 100%;
padding-bottom: inherit;
background-image: url(../img/header.png);
background-repeat: no-repeat;
background-size: 100% 100%;
cursor: pointer;
}
.poster-video {
width: 100%;
padding-bottom: inherit;
display: none;
}
.video-button {
position: absolute;
width: 96px;
height: 96px;
top: 85%;
left: 85%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0.25;
}
.video-button:hover {
opacity: 1.0;
}
.play-symbol {
box-sizing:content-box;
width: 100%;
height: 100%;
position: absolute;
border: 4px solid #fff;
border-radius: 50%;
}
.play-symbol span {
position: absolute;
top: 11%;
left: 25%;
border-top: 38px solid transparent;
border-bottom: 38px solid transparent;
border-left: 68px solid #fff;
}
.container {
margin-left: auto;
margin-right: auto;
position: relative;
}
.footer {
margin-top: 20px;
}
.centered {
text-align: center;
}
.fullwidth {
width: 100%;
}
.buttons {
padding: 1em 0;
text-align: center;
}
.buttons li {
display: inline-block;
width: 19%;
margin: 1%;
opacity: 0.5;
transition-duration: 0.25s;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
}
.buttons li:hover {
opacity: 1;
}
/* -- icons -- */
.buttons i {
display: block;
background-image: url(../img/icons.svg);
background-repeat: no-repeat;
}
.buttons i {
position: relative;
left: 50%;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
width:44px;
height:44px;
}
.amazon i { background-position: 0 0; }
.appstore i { background-position: 0 -44px; }
.bandcamp i { background-position: 0 -88px; }
.facebook i { background-position: 0 -132px; }
.googplay i { background-position: 0 -176px; }
.gumroad i { background-position: 0 -220px; }
.humble i { background-position: 0 -264px; }
.indiegs i { background-position: 0 -308px; }
.itchio i { background-position: 0 -352px; }
.press i { background-position: 0 -396px; }
.sellbox i { background-position: 0 -440px; }
.steam i { background-position: 0 -484px; }
.twitter i { background-position: 0 -528px; }
a[href^="//"]:after,
a[href^="http://"]:after,
a[href^="https://"]:after {
background-image: url(../img/ext.svg);
background-size: 12px 12px;
content: '';
display: inline-block;
height: 12px;
margin: 0 0 0 5px;
width: 12px;
}
.hideable {
overflow: hidden;
margin: 5px;
max-height: 0;
-o-transition: max-height 0.5s;
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
transition: max-height 0.5s;
}
.shown {
max-height: 200vh;
}
blockquote {
border: 1px solid rgb(128, 128, 128);
border: 1px solid rgba(255, 255, 255, 0.25);
margin: 5%;
min-height: 4em;
position: relative;
padding: 10px;
}
blockquote .source:before {
content: '-';
padding: 0 5px 0 5px;
}
blockquote .source {
float: right;
position: relative;
margin-top: 5px;
width: 30%;
font-style: italic;
}
@media (min-width: 800px) {
.container { width: 800px; }
}
@media (max-width: 799px) {
.buttons li {
font-size:.723em;
}
} | 0.37502 | 0.073364 |
body {
background-color: #171812;
margin: auto;
font-size: 16px;
}
#maindiv {
max-width: 90%;
min-width: 30ch;
margin: auto;
}
a { text-decoration: none; }
a:link{ color: #f8f8f2}
a:visited{ color: #f8f8f2}
a:hover{ color: #e6db74}
#wrapper {
width: auto;
font-family: monospace;
margin: 0 1em 0 1em;
}
/*--- page header ----*/
#header {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
margin: 0.5em 0 0.5em 0;
width: 100%;
height: 2em;
font-family: monospace;
font-size: 150%;
}
#logo {
color: #e6db74;
padding: 0.5em;
font-size: 1.25em;
}
#logo a { text-decoration: none; }
#logo a:link { color: #e6db74}
#logo a:visited{ color: #e6db74}
#logo a:hover{ color: #f8f8f2}
#nav {
font-family: monospace;
font-size: 0.75em;
word-spacing: 2ch;
padding: 0.5em;
}
/*--- footer ----*/
#footer {
padding-top: 1em;
color: #75715e;
text-align: center;
font-size: 0.75em;
}
/*--- paste info box ----*/
#info {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
border: 3px solid;
border-color: #272822;
max-height:3em;
min-height: 1.5em;
padding: 0.3em 3ch 0.3em 3ch;
color: #888481;
font-size: 0.8em;
}
.pipediv {
margin: 0 0.5em 0 0.5em;
}
#info a:hover{ color: #f92672; }
/*--- paste body ----*/
#content {
background-color: #272822;
padding: 0 0 0.25em 0;
overflow-x: auto;
}
.linenos {
list-style: decimal;
color: #888481;
padding: 0;
margin: 0em 0.5em 0em 2ch;
min-height: 1.25em;
}
.pastelines {
white-space: pre;
word-wrap: break-word;
tab-size: 4;
padding: 0;
margin: 0;
color: #B5AFA3;
}
/*--- new paste page ----*/
#pastebox {
box-sizing: border-box;
resize: vertical;
width: 100%;
height: auto;
min-height: 30em;
margin: auto;
padding: 0.5em;
border: 0;
background-color: #272822;
color: #B5AFA3;
outline-color: #55515e;
}
::selection {
color: #49483e;
background: #f8f8f2;
}
#controls {
color: #888481;
border: 3px solid;
border-color: #272822;
padding: 0.15em 0.5em 0.15em 0.5em;
outline-color: #888481;
}
.control-item {
margin: 0.25em 0em 0.25em 0em;
color: inherit;
background-color: #272822;
border-color: #272822;
outline-color: inherit;
}
#burninput {
width: 6ch;
border: 0;
background-color: #272822;
text-align: right;
}
#pastebutton {
color: inherit;
border: 0;
width: 8em;
height: 1.5em;
outline-color: #f8f8f2;
}
.marker {
color: #49483e;
background-color: #e6db74;
}
/*--- About pages ----*/
#about {
padding: 2em 2ch 2em 2ch;
color: #95917e;
background-color: #272822;
white-space: normal;
font-size: 1em;
font-family: monospace;
}
#about strong{
color: #e5e1de;
}
#about li{
color: #e5e1de;
}
#about #pierce{
color: #ffffff;
font-weight: bold;
}
/*--- error pages ----*/
#errorpage h1{
color: #960050;
}
#errorpage {
color: #f8f8f2;
text-align: center;
}
/*--- paste deletion confirmation ----*/
#deletepage {
color: #a6e22e;
text-align: center;
}
/*--- pygments stylesheet ----*/
.hll { background-color: #49483e }
.c { color: #75715e } /* Comment */
.err { color: #760030; background-color: #f92672 } /* Error */
.k { color: #66d9ef } /* Keyword */
.l { color: #ae81ff } /* Literal */
.n { color: #f8f8f2 } /* Name */
.o { color: #f92672 } /* Operator */
.p { color: #f8f8f2 } /* Punctuation */
.cm { color: #75715e } /* Comment.Multiline */
.cp { color: #75715e } /* Comment.Preproc */
.c1 { color: #75715e } /* Comment.Single */
.cs { color: #75715e } /* Comment.Special */
.gd { color: #f92672 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gi { color: #a6e22e } /* Generic.Inserted */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #75715e } /* Generic.Subheading */
.kc { color: #66d9ef } /* Keyword.Constant */
.kd { color: #66d9ef } /* Keyword.Declaration */
.kn { color: #f92672 } /* Keyword.Namespace */
.kp { color: #66d9ef } /* Keyword.Pseudo */
.kr { color: #66d9ef } /* Keyword.Reserved */
.kt { color: #66d9ef } /* Keyword.Type */
.ld { color: #e6db74 } /* Literal.Date */
.m { color: #ae81ff } /* Literal.Number */
.s { color: #e6db74 } /* Literal.String */
.na { color: #a6e22e } /* Name.Attribute */
.nb { color: #f8f8f2 } /* Name.Builtin */
.nc { color: #a6e22e } /* Name.Class */
.no { color: #66d9ef } /* Name.Constant */
.nd { color: #a6e22e } /* Name.Decorator */
.ni { color: #f8f8f2 } /* Name.Entity */
.ne { color: #a6e22e } /* Name.Exception */
.nf { color: #a6e22e } /* Name.Function */
.nl { color: #f8f8f2 } /* Name.Label */
.nn { color: #f8f8f2 } /* Name.Namespace */
.nx { color: #a6e22e } /* Name.Other */
.py { color: #f8f8f2 } /* Name.Property */
.nt { color: #f92672 } /* Name.Tag */
.nv { color: #f8f8f2 } /* Name.Variable */
.ow { color: #f92672 } /* Operator.Word */
.w { color: #f8f8f2 } /* Text.Whitespace */
.mb { color: #ae81ff } /* Literal.Number.Bin */
.mf { color: #ae81ff } /* Literal.Number.Float */
.mh { color: #ae81ff } /* Literal.Number.Hex */
.mi { color: #ae81ff } /* Literal.Number.Integer */
.mo { color: #ae81ff } /* Literal.Number.Oct */
.sb { color: #e6db74 } /* Literal.String.Backtick */
.sc { color: #e6db74 } /* Literal.String.Char */
.sd { color: #e6db74 } /* Literal.String.Doc */
.s2 { color: #e6db74 } /* Literal.String.Double */
.se { color: #ae81ff } /* Literal.String.Escape */
.sh { color: #e6db74 } /* Literal.String.Heredoc */
.si { color: #e6db74 } /* Literal.String.Interpol */
.sx { color: #e6db74 } /* Literal.String.Other */
.sr { color: #e6db74 } /* Literal.String.Regex */
.s1 { color: #e6db74 } /* Literal.String.Single */
.ss { color: #e6db74 } /* Literal.String.Symbol */
.bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.vc { color: #f8f8f2 } /* Name.Variable.Class */
.vg { color: #f8f8f2 } /* Name.Variable.Global */
.vi { color: #f8f8f2 } /* Name.Variable.Instance */
.il { color: #ae81ff } /* Literal.Number.Integer.Long */ | pastething/core/static/styles/main.css | body {
background-color: #171812;
margin: auto;
font-size: 16px;
}
#maindiv {
max-width: 90%;
min-width: 30ch;
margin: auto;
}
a { text-decoration: none; }
a:link{ color: #f8f8f2}
a:visited{ color: #f8f8f2}
a:hover{ color: #e6db74}
#wrapper {
width: auto;
font-family: monospace;
margin: 0 1em 0 1em;
}
/*--- page header ----*/
#header {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
margin: 0.5em 0 0.5em 0;
width: 100%;
height: 2em;
font-family: monospace;
font-size: 150%;
}
#logo {
color: #e6db74;
padding: 0.5em;
font-size: 1.25em;
}
#logo a { text-decoration: none; }
#logo a:link { color: #e6db74}
#logo a:visited{ color: #e6db74}
#logo a:hover{ color: #f8f8f2}
#nav {
font-family: monospace;
font-size: 0.75em;
word-spacing: 2ch;
padding: 0.5em;
}
/*--- footer ----*/
#footer {
padding-top: 1em;
color: #75715e;
text-align: center;
font-size: 0.75em;
}
/*--- paste info box ----*/
#info {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
border: 3px solid;
border-color: #272822;
max-height:3em;
min-height: 1.5em;
padding: 0.3em 3ch 0.3em 3ch;
color: #888481;
font-size: 0.8em;
}
.pipediv {
margin: 0 0.5em 0 0.5em;
}
#info a:hover{ color: #f92672; }
/*--- paste body ----*/
#content {
background-color: #272822;
padding: 0 0 0.25em 0;
overflow-x: auto;
}
.linenos {
list-style: decimal;
color: #888481;
padding: 0;
margin: 0em 0.5em 0em 2ch;
min-height: 1.25em;
}
.pastelines {
white-space: pre;
word-wrap: break-word;
tab-size: 4;
padding: 0;
margin: 0;
color: #B5AFA3;
}
/*--- new paste page ----*/
#pastebox {
box-sizing: border-box;
resize: vertical;
width: 100%;
height: auto;
min-height: 30em;
margin: auto;
padding: 0.5em;
border: 0;
background-color: #272822;
color: #B5AFA3;
outline-color: #55515e;
}
::selection {
color: #49483e;
background: #f8f8f2;
}
#controls {
color: #888481;
border: 3px solid;
border-color: #272822;
padding: 0.15em 0.5em 0.15em 0.5em;
outline-color: #888481;
}
.control-item {
margin: 0.25em 0em 0.25em 0em;
color: inherit;
background-color: #272822;
border-color: #272822;
outline-color: inherit;
}
#burninput {
width: 6ch;
border: 0;
background-color: #272822;
text-align: right;
}
#pastebutton {
color: inherit;
border: 0;
width: 8em;
height: 1.5em;
outline-color: #f8f8f2;
}
.marker {
color: #49483e;
background-color: #e6db74;
}
/*--- About pages ----*/
#about {
padding: 2em 2ch 2em 2ch;
color: #95917e;
background-color: #272822;
white-space: normal;
font-size: 1em;
font-family: monospace;
}
#about strong{
color: #e5e1de;
}
#about li{
color: #e5e1de;
}
#about #pierce{
color: #ffffff;
font-weight: bold;
}
/*--- error pages ----*/
#errorpage h1{
color: #960050;
}
#errorpage {
color: #f8f8f2;
text-align: center;
}
/*--- paste deletion confirmation ----*/
#deletepage {
color: #a6e22e;
text-align: center;
}
/*--- pygments stylesheet ----*/
.hll { background-color: #49483e }
.c { color: #75715e } /* Comment */
.err { color: #760030; background-color: #f92672 } /* Error */
.k { color: #66d9ef } /* Keyword */
.l { color: #ae81ff } /* Literal */
.n { color: #f8f8f2 } /* Name */
.o { color: #f92672 } /* Operator */
.p { color: #f8f8f2 } /* Punctuation */
.cm { color: #75715e } /* Comment.Multiline */
.cp { color: #75715e } /* Comment.Preproc */
.c1 { color: #75715e } /* Comment.Single */
.cs { color: #75715e } /* Comment.Special */
.gd { color: #f92672 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gi { color: #a6e22e } /* Generic.Inserted */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #75715e } /* Generic.Subheading */
.kc { color: #66d9ef } /* Keyword.Constant */
.kd { color: #66d9ef } /* Keyword.Declaration */
.kn { color: #f92672 } /* Keyword.Namespace */
.kp { color: #66d9ef } /* Keyword.Pseudo */
.kr { color: #66d9ef } /* Keyword.Reserved */
.kt { color: #66d9ef } /* Keyword.Type */
.ld { color: #e6db74 } /* Literal.Date */
.m { color: #ae81ff } /* Literal.Number */
.s { color: #e6db74 } /* Literal.String */
.na { color: #a6e22e } /* Name.Attribute */
.nb { color: #f8f8f2 } /* Name.Builtin */
.nc { color: #a6e22e } /* Name.Class */
.no { color: #66d9ef } /* Name.Constant */
.nd { color: #a6e22e } /* Name.Decorator */
.ni { color: #f8f8f2 } /* Name.Entity */
.ne { color: #a6e22e } /* Name.Exception */
.nf { color: #a6e22e } /* Name.Function */
.nl { color: #f8f8f2 } /* Name.Label */
.nn { color: #f8f8f2 } /* Name.Namespace */
.nx { color: #a6e22e } /* Name.Other */
.py { color: #f8f8f2 } /* Name.Property */
.nt { color: #f92672 } /* Name.Tag */
.nv { color: #f8f8f2 } /* Name.Variable */
.ow { color: #f92672 } /* Operator.Word */
.w { color: #f8f8f2 } /* Text.Whitespace */
.mb { color: #ae81ff } /* Literal.Number.Bin */
.mf { color: #ae81ff } /* Literal.Number.Float */
.mh { color: #ae81ff } /* Literal.Number.Hex */
.mi { color: #ae81ff } /* Literal.Number.Integer */
.mo { color: #ae81ff } /* Literal.Number.Oct */
.sb { color: #e6db74 } /* Literal.String.Backtick */
.sc { color: #e6db74 } /* Literal.String.Char */
.sd { color: #e6db74 } /* Literal.String.Doc */
.s2 { color: #e6db74 } /* Literal.String.Double */
.se { color: #ae81ff } /* Literal.String.Escape */
.sh { color: #e6db74 } /* Literal.String.Heredoc */
.si { color: #e6db74 } /* Literal.String.Interpol */
.sx { color: #e6db74 } /* Literal.String.Other */
.sr { color: #e6db74 } /* Literal.String.Regex */
.s1 { color: #e6db74 } /* Literal.String.Single */
.ss { color: #e6db74 } /* Literal.String.Symbol */
.bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.vc { color: #f8f8f2 } /* Name.Variable.Class */
.vg { color: #f8f8f2 } /* Name.Variable.Global */
.vi { color: #f8f8f2 } /* Name.Variable.Instance */
.il { color: #ae81ff } /* Literal.Number.Integer.Long */ | 0.270866 | 0.078642 |
div {
height: 100px;
font-family: "Open Sans", sans-serif;
background-color: #b0b3b7; }
.busca_pal {
border: 2px #000000 solid; }
.item {
border: 2px #000000 solid; }
body {
background-color: #ededed;
font-family: "Open Sans", sans-serif;
color: black;
display: grid;
grid-template-columns: repeat(12, 1fr); }
#principal {
grid-column: 1 / 13;
display: inline-block;
vertical-align: top;
text-align: justify;
position: relative;
width: 1000px;
margin: auto; }
header h1 {
font-family: 'BallparkWeiner', serif;
font-size: 2.5em;
font-weight: normal; }
#logo, header h1 {
display: inline-block;
margin-bottom: 0px; }
header h2 {
font-family: Dayrom, serif;
font-size: 1.1em;
margin-top: 0px;
font-weight: normal; }
nav {
display: inline-block;
width: 740px;
text-align: right; }
nav ul {
list-style-type: none; }
nav li {
display: inline-block;
margin-right: 15px; }
nav a {
font-size: 1.3em;
color: #181818;
padding-bottom: 2px;
text-decoration: none; }
nav a:hover {
color: #760001;
border-bottom: 1px solid #760001; }
section h1, nav a {
font-family: serif;
font-weight: normal;
text-transform: uppercase; }
#logo {
height: 85px;
width: 175px;
position: relative;
box-shadow: 1px 1px 1px #1c1a19; }
#imagen_banner {
margin-top: 15px;
height: 250px;
width: 45%;
border-radius: 5px;
object-fit: contain;
background: url("http://leopardclub.ca/Spotlight/Spain/Leopard_2E/Lobitz/images/004.jpg") no-repeat;
position: relative;
box-shadow: 1px 1px 1px #1c1a19;
margin-bottom: 25px; }
#descripcion_banner {
position: absolute;
bottom: 0;
border-radius: 0px 0px 5px 5px;
width: 99.5%;
height: 33px;
padding-top: 15px;
padding-left: 4px;
background-color: rgba(255, 0, 0, 0.8);
color: white;
font-size: 0.8em; }
article, aside {
display: inline-block;
vertical-align: top;
text-align: justify; }
article {
height: 115%;
width: 115%;
margin-right: 15px; }
aside {
display: inline-block;
vertical-align: top;
text-align: justify;
position: relative; }
.superresolution {
border: 2px #000000 solid;
box-shadow: 1px 1px 1px #1c1a19;
align-content: center;
width: 45%;
height: 45%; }
.flex5 {
display: flex;
width: 55%;
height: 55%;
background-color: #eeeded; }
.flex5 .armor {
background-color: #b0b3b7;
width: 155px;
height: 100px;
margin: 10px; }
.flex5 .armor1 {
order: 0; }
.flex5 .armor2 {
order: 0; }
.flex5 .armor3 {
order: 0; }
.flex5 .armor4 {
order: 0; }
/* Foot */
footer {
padding-top: 25px; }
footer p, footer ul {
font-size: 0.8em; }
footer h1 {
font-size: 1.1em; }
.tweet {
width: 35px;
height: 35px;
box-shadow: 1px 1px 1px #1c1a19; }
/*# sourceMappingURL=style.css.map */ | css/style.css | div {
height: 100px;
font-family: "Open Sans", sans-serif;
background-color: #b0b3b7; }
.busca_pal {
border: 2px #000000 solid; }
.item {
border: 2px #000000 solid; }
body {
background-color: #ededed;
font-family: "Open Sans", sans-serif;
color: black;
display: grid;
grid-template-columns: repeat(12, 1fr); }
#principal {
grid-column: 1 / 13;
display: inline-block;
vertical-align: top;
text-align: justify;
position: relative;
width: 1000px;
margin: auto; }
header h1 {
font-family: 'BallparkWeiner', serif;
font-size: 2.5em;
font-weight: normal; }
#logo, header h1 {
display: inline-block;
margin-bottom: 0px; }
header h2 {
font-family: Dayrom, serif;
font-size: 1.1em;
margin-top: 0px;
font-weight: normal; }
nav {
display: inline-block;
width: 740px;
text-align: right; }
nav ul {
list-style-type: none; }
nav li {
display: inline-block;
margin-right: 15px; }
nav a {
font-size: 1.3em;
color: #181818;
padding-bottom: 2px;
text-decoration: none; }
nav a:hover {
color: #760001;
border-bottom: 1px solid #760001; }
section h1, nav a {
font-family: serif;
font-weight: normal;
text-transform: uppercase; }
#logo {
height: 85px;
width: 175px;
position: relative;
box-shadow: 1px 1px 1px #1c1a19; }
#imagen_banner {
margin-top: 15px;
height: 250px;
width: 45%;
border-radius: 5px;
object-fit: contain;
background: url("http://leopardclub.ca/Spotlight/Spain/Leopard_2E/Lobitz/images/004.jpg") no-repeat;
position: relative;
box-shadow: 1px 1px 1px #1c1a19;
margin-bottom: 25px; }
#descripcion_banner {
position: absolute;
bottom: 0;
border-radius: 0px 0px 5px 5px;
width: 99.5%;
height: 33px;
padding-top: 15px;
padding-left: 4px;
background-color: rgba(255, 0, 0, 0.8);
color: white;
font-size: 0.8em; }
article, aside {
display: inline-block;
vertical-align: top;
text-align: justify; }
article {
height: 115%;
width: 115%;
margin-right: 15px; }
aside {
display: inline-block;
vertical-align: top;
text-align: justify;
position: relative; }
.superresolution {
border: 2px #000000 solid;
box-shadow: 1px 1px 1px #1c1a19;
align-content: center;
width: 45%;
height: 45%; }
.flex5 {
display: flex;
width: 55%;
height: 55%;
background-color: #eeeded; }
.flex5 .armor {
background-color: #b0b3b7;
width: 155px;
height: 100px;
margin: 10px; }
.flex5 .armor1 {
order: 0; }
.flex5 .armor2 {
order: 0; }
.flex5 .armor3 {
order: 0; }
.flex5 .armor4 {
order: 0; }
/* Foot */
footer {
padding-top: 25px; }
footer p, footer ul {
font-size: 0.8em; }
footer h1 {
font-size: 1.1em; }
.tweet {
width: 35px;
height: 35px;
box-shadow: 1px 1px 1px #1c1a19; }
/*# sourceMappingURL=style.css.map */ | 0.343012 | 0.105349 |
body{
overflow-y: auto;
overflow-x: hidden;
}
table#projects{
border: 2px solid black;
}
.semester_holder {
margin: auto;
width: 90%;
text-align: center;
overflow-x: auto;
overflow-y: hidden;
}
.semester {
border-collapse: collapse;
margin: auto;
}
th{
font-family: BellGothicStd;
font-size: 18px;
text-align: left;
padding: 8px;
}
select{
width: 200px;
height: 40px;
}
td,input,select {
font-family: Ragtime-Light;font-size: 18px;
text-align: left;
padding: 8px;
}
.semester th {
color: white;
}
.semester tr:nth-child(even){
}
.submit_hidden{
visibility: collapse;
}
.addCourseButton_hidden{
visibility: collapse;
}
.addCourseButton_visible{
visibility: visible;
text-align: center;
margin: auto;
}
.addCourseButton{
font-family: Tekton Pro;
font-size: 18px;
color: #fff;
text-align: left;
padding: 8px;
visibility: visible;
text-align: center;
background-color: black;
}
.addCourseButton:active {
background: #653432;
}
.addCourse_hidden {
visibility: collapse;
top: 0; left: 0; bottom: 0; right: 0; position: absolute;
}
.addCourse_visible {
border-collapse: collapse;
margin: auto;
visibility: visible;
}
.editCourse_hidden{
visibility: collapse;
top: 0; left: 0; bottom: 0; right: 0; position: absolute;
}
.editCourse_visible{
border-collapse: collapse;
margin: auto;
visibility: visible;
}
.remove, .add, .edit, .cancel, .confirm{
width: 20px;
height: 20px;
float: right;
position: relative;
cursor: pointer;
}
.cancel_left{
width: 20px;
height: 20px;
float: left;
position: relative;
cursor: pointer;
}
.projects_holder {
margin: auto;
width: 90%;
text-align: center;
overflow-x: auto;
overflow-y: hidden;
}
.projects {
border-collapse: collapse;
margin: auto;
}
.projects th, .projects tr {
color: black;
border: 2px solid black;
}
.projects tr:nth-child(even){
}
.addProjectButton_hidden{
visibility: collapse;
}
.addProjectButton_visible{
visibility: visible;
text-align: center;
margin: auto;
}
.addProjectButton{
font-family: Tekton Pro;
font-size: 18px;
color: #fff;
text-align: left;
padding: 8px;
background-color: black;
visibility: visible;
text-align: center;
}
.addProjectButton:active{
background-color: #3F190F;
}
.addProject_hidden {
visibility: collapse;
top: 0; left: 0; bottom: 0; right: 0; position: absolute;
}
.editProject_visible, .addProject_visible {
border-collapse: collapse;
margin: auto;
visibility: visible;
}
.editProject_disabled, .addProject_disabled {
border-collapse: collapse;
margin: auto;
visibility: visible;
color: rgba(0, 0, 0, 0);
}
.editProject_hidden, .addProjectCourse_hidden {
visibility: collapse;
top: 0; left: 0; bottom: 0; right: 0; position: absolute;
}
.addProjectCourse_visible {
border-collapse: collapse;
margin: auto;
visibility: visible;
position: relative;
top: -250px;
z-index: 2;
}
.titleColum{
text-align: center !important;
}
.titleRow{
text-align: center !important;
visibility: visible;
}
@media screen and (max-width:1100px) {
.addCourse_visible tr td,
.addProjectCourse_visible tr td{
display: block;
}
.addCourse_visible tr,
.addProjectCourse_visible tr{
display: table-cell;
}
.addProjectCourse_visible{
position: relative;
top: 0;
}
.addCourse_visible .cancel,
.addProjectCourse_visible .cancel{
float: left !important;
}
.titleColum{
visibility: collapse;width: 0;font-size: 0;padding: 0;
}
}
@media screen and (min-width:1100px) {
.titleRow{
visibility: collapse;width: 0;font-size: 0;padding: 0;
}
} | 1S2017/sensores_owncloud/dashboard/templates/CSS/admin_portfolio.css | body{
overflow-y: auto;
overflow-x: hidden;
}
table#projects{
border: 2px solid black;
}
.semester_holder {
margin: auto;
width: 90%;
text-align: center;
overflow-x: auto;
overflow-y: hidden;
}
.semester {
border-collapse: collapse;
margin: auto;
}
th{
font-family: BellGothicStd;
font-size: 18px;
text-align: left;
padding: 8px;
}
select{
width: 200px;
height: 40px;
}
td,input,select {
font-family: Ragtime-Light;font-size: 18px;
text-align: left;
padding: 8px;
}
.semester th {
color: white;
}
.semester tr:nth-child(even){
}
.submit_hidden{
visibility: collapse;
}
.addCourseButton_hidden{
visibility: collapse;
}
.addCourseButton_visible{
visibility: visible;
text-align: center;
margin: auto;
}
.addCourseButton{
font-family: Tekton Pro;
font-size: 18px;
color: #fff;
text-align: left;
padding: 8px;
visibility: visible;
text-align: center;
background-color: black;
}
.addCourseButton:active {
background: #653432;
}
.addCourse_hidden {
visibility: collapse;
top: 0; left: 0; bottom: 0; right: 0; position: absolute;
}
.addCourse_visible {
border-collapse: collapse;
margin: auto;
visibility: visible;
}
.editCourse_hidden{
visibility: collapse;
top: 0; left: 0; bottom: 0; right: 0; position: absolute;
}
.editCourse_visible{
border-collapse: collapse;
margin: auto;
visibility: visible;
}
.remove, .add, .edit, .cancel, .confirm{
width: 20px;
height: 20px;
float: right;
position: relative;
cursor: pointer;
}
.cancel_left{
width: 20px;
height: 20px;
float: left;
position: relative;
cursor: pointer;
}
.projects_holder {
margin: auto;
width: 90%;
text-align: center;
overflow-x: auto;
overflow-y: hidden;
}
.projects {
border-collapse: collapse;
margin: auto;
}
.projects th, .projects tr {
color: black;
border: 2px solid black;
}
.projects tr:nth-child(even){
}
.addProjectButton_hidden{
visibility: collapse;
}
.addProjectButton_visible{
visibility: visible;
text-align: center;
margin: auto;
}
.addProjectButton{
font-family: Tekton Pro;
font-size: 18px;
color: #fff;
text-align: left;
padding: 8px;
background-color: black;
visibility: visible;
text-align: center;
}
.addProjectButton:active{
background-color: #3F190F;
}
.addProject_hidden {
visibility: collapse;
top: 0; left: 0; bottom: 0; right: 0; position: absolute;
}
.editProject_visible, .addProject_visible {
border-collapse: collapse;
margin: auto;
visibility: visible;
}
.editProject_disabled, .addProject_disabled {
border-collapse: collapse;
margin: auto;
visibility: visible;
color: rgba(0, 0, 0, 0);
}
.editProject_hidden, .addProjectCourse_hidden {
visibility: collapse;
top: 0; left: 0; bottom: 0; right: 0; position: absolute;
}
.addProjectCourse_visible {
border-collapse: collapse;
margin: auto;
visibility: visible;
position: relative;
top: -250px;
z-index: 2;
}
.titleColum{
text-align: center !important;
}
.titleRow{
text-align: center !important;
visibility: visible;
}
@media screen and (max-width:1100px) {
.addCourse_visible tr td,
.addProjectCourse_visible tr td{
display: block;
}
.addCourse_visible tr,
.addProjectCourse_visible tr{
display: table-cell;
}
.addProjectCourse_visible{
position: relative;
top: 0;
}
.addCourse_visible .cancel,
.addProjectCourse_visible .cancel{
float: left !important;
}
.titleColum{
visibility: collapse;width: 0;font-size: 0;padding: 0;
}
}
@media screen and (min-width:1100px) {
.titleRow{
visibility: collapse;width: 0;font-size: 0;padding: 0;
}
} | 0.268749 | 0.058078 |
ul#universalNav {
background: none;
height: auto;
width: auto;
text-indent: -9999px;
white-space: nowrap;
overflow: hidden;
}
ul#universalNav li a {
padding: 0;
}
#header {
position: relative;
z-index: 2;
}
#mainNavigation {
position: relative;
z-index: 1;
}
#mainNavigation, .ie7 #mainNavigation, .ie8 #mainNavigation, #PrimaryNav {
font-size: inherit;
margin: 0 auto;
min-height: inherit;
width: 100%;
}
#mainNavigation ul {
list-style: none;
}
#mainNavigation fieldset {
border: none;
margin: 0;
position: relative;
}
input#search {
padding-right: 5px;
}
.btnGo {
background: none;
height: 18px;
width: 25px;
}
/* NEW MOBILE NAV ITEM */
#mainNavigation #PrimaryNav li #sm_more_link {
background: transparent url('/etc/designs/snr/clientlibs/images/ATTglobe-white.png') no-repeat 10px center;
color: #FFF;
padding-left: 40px;
}
/* ========================
REUSABLE CLASES
========================*/
.hidden-phone {
display: none !important;
}
.visible-phone {
display: block !important;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (min-width: 994px) {
#headerNav #menuButton a, #headerNav #menuButton button, #headerNav h1 {
display: none;
}
}
@media only screen and (max-width: 994px) {
body {
background: none;
padding: 0;
}
#wrapper {
overflow-x: hidden;
}
.lt-ie9 #wrapper {
overflow-x: visible;
}
#header {
display: none;
}
#headerNav {
background: black;
height: 47px;
}
#headerNav h1 {
color: #FFF;
float: left;
font-family: 'Omnes', Arial, Helvetica, sans-serif;
font-size: 2.4em;
padding: 7px 0 0 18px;
position: relative;
margin: 8px 0 0;
}
#headerNav h1:before {
border-left: 1px solid white;
content: "";
height: 20px;
left: 0;
position: absolute;
top: 7px;
}
#headerNav #menuButton {
float: left;
height: 17px;
margin: 17px 15px 0 16px;
width: 20px;
}
#headerNav #menuButton a, #headerNav #menuButton button {
display: block;
line-height: 0;
font-size: 0;
color: transparent;
background-color: transparent;
border: 0;
}
#headerNav #menuButton .icon-bar {
display: block;
background: #FFF;
height: 3px;
margin-bottom: 4px;
width: 20px;
}
#mainNavigation {
border-radius: 0;
box-shadow: none;
height: auto;
margin: 0;
width: auto;
}
.no-borderradius #mainNavigation {
background: none;
height: auto;
padding: 0;
}
#mainNavigation #PrimaryNav li.logo {
display: none !important;
}
#mainNavigation #PrimaryNav, #mainNavigation #PrimaryNav li a, #mainNavigation #PrimaryNav li a:hover {
background: none;
height: auto;
margin: 0;
padding: 0;
text-indent: 0;
white-space: normal;
width: auto;
}
#mainNavigation #PrimaryNav li {
background: #5a5a5a !important;
display: block;
float: none;
padding: 0;
text-align: left;
width: 100%;
}
#mainNavigation #PrimaryNav li a {
border-bottom: 1px solid #191919;
display: block;
}
.no-borderradius #mainNavigation #PrimaryNav li a {
max-width: auto;
width: auto;
}
#mainNavigation #PrimaryNav>li>a, #mainNavigation #PrimaryNav>li>a:hover {
background: #d2d2d2;
color: #000;
font-size: 11px !important;
text-transform: uppercase;
}
#mainNavigation #PrimaryNav li .secondaryNav {
display: block;
height: auto;
margin: 0;
padding: 0;
position: static;
width: auto;
}
#PrimaryNav li.selected .secondaryNav, #PrimaryNav li:hover .secondaryNav, #PrimaryNav li.showSecondary .secondaryNav {
background: none;
}
#mainNavigation #PrimaryNav li #about_us_nav {
display: none;
}
#mainNavigation #PrimaryNav li .secondaryNav a {
color: #FFF;
}
#wrapper #PrimaryNav li.selected .secondaryNav li a, #wrapper #PrimaryNav li.showSecondary .secondaryNav li a {
float: none;
padding: 10px !important;
}
#mainNavigation #PrimaryNav li a, #mainNavigation #PrimaryNav li a:hover {
padding: 10px;
}
#PrimaryNav li a:before {
border-left: none;
height: 0;
margin: 0;
position: static;
}
#wrapper #PrimaryNav li.selected a, #wrapper #PrimaryNav li.selected a:hover, #wrapper #PrimaryNav li a:hover, #wrapper #PrimaryNav li.showSecondary a {
width: auto;
}
#PrimaryNav a:hover, #PrimaryNav .selected a, #PrimaryNav .showSecondary a {
border-radius: 0;
}
#pn-csr {
max-width: none;
}
#mainNavigation #PrimaryNav li.search {
background: none repeat scroll 0 0 #5a5a5a !important;
height: 47px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: -47px;
width: 100%;
}
#PrimaryNav input#search {
background: #f2f2f2;
border-radius: 4px;
color: #191919;
float: left;
margin: 10px 0 0 10px;
padding: 2px 5px 3px 30px;
font-size: 16px;
width: 70%;
}
#mainNavigation #PrimaryNav li.first-mobile {
margin-top: 47px;
}
#searchForm .btnGo {
background: url('/etc/designs/snr/clientlibs/images/mobile_nav_icon.png') no-repeat 0 0;
background-size: 15px auto;
height: 20px;
left: 20px;
padding-left: 20px;
position: absolute;
top: 14px;
width: 0;
}
#mainNavigation #PrimaryNav #menuCloseButton {
position: absolute;
right: 0;
top: -47px;
width: 40px;
height: 47px;
}
#mainNavigation #PrimaryNav #menuCloseButton button {
box-sizing: border-box;
background: url('/etc/designs/snr/clientlibs/images/btn_close.png') no-repeat;
background-position: 10px 55%;
background-color: transparent;
background-size: 18px auto;
border: 0;
color: transparent;
height: 100%;
width: 100%;
}
#PrimaryNav .showTray .tertiaryNav {
display: none !important;
}
/* ========================
OFF-CANVAS NAV
======================== */
#inner-wrapper {
position: relative;
width: 100%;
}
#headerNav {
position: relative;
z-index: 100;
}
#headerNav #menuButton {
cursor: pointer;
}
#PrimaryNav-container {
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 200;
}
#PrimaryNav-container:not(:target) {
height: 0;
z-index: 1;
}
#PrimaryNav-container #PrimaryNav {
padding: 0;
position: relative;
}
.js-ready #PrimaryNav-container {
display: none;
height: 100%;
left: -80%;
width: 80%;
background: #5a5a5a;
}
.js-nav #PrimaryNav-container {
display: block;
overflow: visible;
}
.js-ready #mainNavigation #PrimaryNav {
background: #757575;
}
.js-ready #inner-wrapper {
left: 0;
}
.js-nav #inner-wrapper {
left: 80%;
}
.csstransforms3d.csstransitions.js-ready #PrimaryNav-container {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-ready #inner-wrapper {
left: 0 !important;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-nav #inner-wrapper {
-webkit-transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
-moz-transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
-ms-transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
-o-transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
}
.csstransforms3d.csstransitions.js-ready #PrimaryNav-container #PrimaryNav {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
-webkit-transition-delay: ease, 0s;
-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
transition: opacity 300ms 100ms ease, transform 500ms ease;
-webkit-transform: translate3d(80%, 0, 0) scale3d(0.9, 0.9, 0.9);
-moz-transform: translate3d(80%, 0, 0) scale3d(0.9, 0.9, 0.9);
-ms-transform: translate3d(80%, 0, 0) scale3d(0.9, 0.9, 0.9);
-o-transform: translate3d(80%, 0, 0) scale3d(0.9, 0.9, 0.9);
transform: translate3d(80%, 0, 0) scale3d(0.9, 0.9, 0.9);
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-o-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.csstransforms3d.csstransitions.js-nav #PrimaryNav-container #PrimaryNav {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* ========================
MOBILE FOOTER
======================== */
#mobile-footer {
padding: 15px;
}
#mobile-footer, #mobile-footer a {
color: #666;
}
#mobile-footer ul, #mobile-footer p {
clear: both;
display: block;
float: left;
}
#mobile-footer p {
margin: 20px 0 0;
}
#mobile-footer ul {
list-style: none;
margin: 0;
padding: 0;
}
#mobile-footer li {
float: left;
margin-left: 8px;
/*text-transform: uppercase;*/
}
#mobile-footer li:first-child {
margin-left: 0;
}
#mobile-footer li:before {
content: '|';
padding-right: 8px;
}
#mobile-footer li:first-child:before, #mobile-footer .connect-social li:before {
content: '';
padding-right: 0;
}
#mobile-footer .connect-social p, #mobile-footer .connect-social ul {
clear: none;
display: inline;
margin: 0;
}
#mobile-footer .connect-social p {
margin-right: 10px;
}
#custom-footer {
padding: 15px;
}
#footer {
display: none;
}
}
@media only screen and (min-width: 768px) {
/* ========================
REUSABLE
========================*/
#mainNavigation .hidden-phone {
display: none !important;
}
#mainNavigation .visible-phone {
display: block !important;
}
}
@media only screen and (min-width: 974px) {
/* ========================
REUSABLE
========================*/
#mainNavigation .hidden-phone {
display: none !important;
}
#mainNavigation .visible-phone {
display: block !important;
}
}
@media only screen and (min-width: 995px) {
#mainNavigation {
z-index: 4;
}
/*#headerNav {
display:none;
}*/
#PrimaryNav li .secondaryNav li .tertiaryNav {
margin: 0;
}
#PrimaryNav li .secondaryNav li .tertiaryNav li ul, #PrimaryNav li .secondaryNav li .tertiaryNav li li {
padding: 0;
}
#headerTitle {
display: none;
}
#mobile-footer {
display: none;
}
#footer {
display: block;
}
/* ========================
REUSABLE
========================*/
#mainNavigation .hidden-phone {
display: block !important;
}
#mainNavigation .visible-phone {
display: none !important;
}
}
/* ==========================================================================
Helper classes
========================================================================== */
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
} | Data/PP/att.com/priv_files/rwd_gbl_corp_nav.css | ul#universalNav {
background: none;
height: auto;
width: auto;
text-indent: -9999px;
white-space: nowrap;
overflow: hidden;
}
ul#universalNav li a {
padding: 0;
}
#header {
position: relative;
z-index: 2;
}
#mainNavigation {
position: relative;
z-index: 1;
}
#mainNavigation, .ie7 #mainNavigation, .ie8 #mainNavigation, #PrimaryNav {
font-size: inherit;
margin: 0 auto;
min-height: inherit;
width: 100%;
}
#mainNavigation ul {
list-style: none;
}
#mainNavigation fieldset {
border: none;
margin: 0;
position: relative;
}
input#search {
padding-right: 5px;
}
.btnGo {
background: none;
height: 18px;
width: 25px;
}
/* NEW MOBILE NAV ITEM */
#mainNavigation #PrimaryNav li #sm_more_link {
background: transparent url('/etc/designs/snr/clientlibs/images/ATTglobe-white.png') no-repeat 10px center;
color: #FFF;
padding-left: 40px;
}
/* ========================
REUSABLE CLASES
========================*/
.hidden-phone {
display: none !important;
}
.visible-phone {
display: block !important;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (min-width: 994px) {
#headerNav #menuButton a, #headerNav #menuButton button, #headerNav h1 {
display: none;
}
}
@media only screen and (max-width: 994px) {
body {
background: none;
padding: 0;
}
#wrapper {
overflow-x: hidden;
}
.lt-ie9 #wrapper {
overflow-x: visible;
}
#header {
display: none;
}
#headerNav {
background: black;
height: 47px;
}
#headerNav h1 {
color: #FFF;
float: left;
font-family: 'Omnes', Arial, Helvetica, sans-serif;
font-size: 2.4em;
padding: 7px 0 0 18px;
position: relative;
margin: 8px 0 0;
}
#headerNav h1:before {
border-left: 1px solid white;
content: "";
height: 20px;
left: 0;
position: absolute;
top: 7px;
}
#headerNav #menuButton {
float: left;
height: 17px;
margin: 17px 15px 0 16px;
width: 20px;
}
#headerNav #menuButton a, #headerNav #menuButton button {
display: block;
line-height: 0;
font-size: 0;
color: transparent;
background-color: transparent;
border: 0;
}
#headerNav #menuButton .icon-bar {
display: block;
background: #FFF;
height: 3px;
margin-bottom: 4px;
width: 20px;
}
#mainNavigation {
border-radius: 0;
box-shadow: none;
height: auto;
margin: 0;
width: auto;
}
.no-borderradius #mainNavigation {
background: none;
height: auto;
padding: 0;
}
#mainNavigation #PrimaryNav li.logo {
display: none !important;
}
#mainNavigation #PrimaryNav, #mainNavigation #PrimaryNav li a, #mainNavigation #PrimaryNav li a:hover {
background: none;
height: auto;
margin: 0;
padding: 0;
text-indent: 0;
white-space: normal;
width: auto;
}
#mainNavigation #PrimaryNav li {
background: #5a5a5a !important;
display: block;
float: none;
padding: 0;
text-align: left;
width: 100%;
}
#mainNavigation #PrimaryNav li a {
border-bottom: 1px solid #191919;
display: block;
}
.no-borderradius #mainNavigation #PrimaryNav li a {
max-width: auto;
width: auto;
}
#mainNavigation #PrimaryNav>li>a, #mainNavigation #PrimaryNav>li>a:hover {
background: #d2d2d2;
color: #000;
font-size: 11px !important;
text-transform: uppercase;
}
#mainNavigation #PrimaryNav li .secondaryNav {
display: block;
height: auto;
margin: 0;
padding: 0;
position: static;
width: auto;
}
#PrimaryNav li.selected .secondaryNav, #PrimaryNav li:hover .secondaryNav, #PrimaryNav li.showSecondary .secondaryNav {
background: none;
}
#mainNavigation #PrimaryNav li #about_us_nav {
display: none;
}
#mainNavigation #PrimaryNav li .secondaryNav a {
color: #FFF;
}
#wrapper #PrimaryNav li.selected .secondaryNav li a, #wrapper #PrimaryNav li.showSecondary .secondaryNav li a {
float: none;
padding: 10px !important;
}
#mainNavigation #PrimaryNav li a, #mainNavigation #PrimaryNav li a:hover {
padding: 10px;
}
#PrimaryNav li a:before {
border-left: none;
height: 0;
margin: 0;
position: static;
}
#wrapper #PrimaryNav li.selected a, #wrapper #PrimaryNav li.selected a:hover, #wrapper #PrimaryNav li a:hover, #wrapper #PrimaryNav li.showSecondary a {
width: auto;
}
#PrimaryNav a:hover, #PrimaryNav .selected a, #PrimaryNav .showSecondary a {
border-radius: 0;
}
#pn-csr {
max-width: none;
}
#mainNavigation #PrimaryNav li.search {
background: none repeat scroll 0 0 #5a5a5a !important;
height: 47px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: -47px;
width: 100%;
}
#PrimaryNav input#search {
background: #f2f2f2;
border-radius: 4px;
color: #191919;
float: left;
margin: 10px 0 0 10px;
padding: 2px 5px 3px 30px;
font-size: 16px;
width: 70%;
}
#mainNavigation #PrimaryNav li.first-mobile {
margin-top: 47px;
}
#searchForm .btnGo {
background: url('/etc/designs/snr/clientlibs/images/mobile_nav_icon.png') no-repeat 0 0;
background-size: 15px auto;
height: 20px;
left: 20px;
padding-left: 20px;
position: absolute;
top: 14px;
width: 0;
}
#mainNavigation #PrimaryNav #menuCloseButton {
position: absolute;
right: 0;
top: -47px;
width: 40px;
height: 47px;
}
#mainNavigation #PrimaryNav #menuCloseButton button {
box-sizing: border-box;
background: url('/etc/designs/snr/clientlibs/images/btn_close.png') no-repeat;
background-position: 10px 55%;
background-color: transparent;
background-size: 18px auto;
border: 0;
color: transparent;
height: 100%;
width: 100%;
}
#PrimaryNav .showTray .tertiaryNav {
display: none !important;
}
/* ========================
OFF-CANVAS NAV
======================== */
#inner-wrapper {
position: relative;
width: 100%;
}
#headerNav {
position: relative;
z-index: 100;
}
#headerNav #menuButton {
cursor: pointer;
}
#PrimaryNav-container {
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 200;
}
#PrimaryNav-container:not(:target) {
height: 0;
z-index: 1;
}
#PrimaryNav-container #PrimaryNav {
padding: 0;
position: relative;
}
.js-ready #PrimaryNav-container {
display: none;
height: 100%;
left: -80%;
width: 80%;
background: #5a5a5a;
}
.js-nav #PrimaryNav-container {
display: block;
overflow: visible;
}
.js-ready #mainNavigation #PrimaryNav {
background: #757575;
}
.js-ready #inner-wrapper {
left: 0;
}
.js-nav #inner-wrapper {
left: 80%;
}
.csstransforms3d.csstransitions.js-ready #PrimaryNav-container {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-ready #inner-wrapper {
left: 0 !important;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-nav #inner-wrapper {
-webkit-transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
-moz-transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
-ms-transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
-o-transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
}
.csstransforms3d.csstransitions.js-ready #PrimaryNav-container #PrimaryNav {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
-webkit-transition-delay: ease, 0s;
-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
transition: opacity 300ms 100ms ease, transform 500ms ease;
-webkit-transform: translate3d(80%, 0, 0) scale3d(0.9, 0.9, 0.9);
-moz-transform: translate3d(80%, 0, 0) scale3d(0.9, 0.9, 0.9);
-ms-transform: translate3d(80%, 0, 0) scale3d(0.9, 0.9, 0.9);
-o-transform: translate3d(80%, 0, 0) scale3d(0.9, 0.9, 0.9);
transform: translate3d(80%, 0, 0) scale3d(0.9, 0.9, 0.9);
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-o-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.csstransforms3d.csstransitions.js-nav #PrimaryNav-container #PrimaryNav {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* ========================
MOBILE FOOTER
======================== */
#mobile-footer {
padding: 15px;
}
#mobile-footer, #mobile-footer a {
color: #666;
}
#mobile-footer ul, #mobile-footer p {
clear: both;
display: block;
float: left;
}
#mobile-footer p {
margin: 20px 0 0;
}
#mobile-footer ul {
list-style: none;
margin: 0;
padding: 0;
}
#mobile-footer li {
float: left;
margin-left: 8px;
/*text-transform: uppercase;*/
}
#mobile-footer li:first-child {
margin-left: 0;
}
#mobile-footer li:before {
content: '|';
padding-right: 8px;
}
#mobile-footer li:first-child:before, #mobile-footer .connect-social li:before {
content: '';
padding-right: 0;
}
#mobile-footer .connect-social p, #mobile-footer .connect-social ul {
clear: none;
display: inline;
margin: 0;
}
#mobile-footer .connect-social p {
margin-right: 10px;
}
#custom-footer {
padding: 15px;
}
#footer {
display: none;
}
}
@media only screen and (min-width: 768px) {
/* ========================
REUSABLE
========================*/
#mainNavigation .hidden-phone {
display: none !important;
}
#mainNavigation .visible-phone {
display: block !important;
}
}
@media only screen and (min-width: 974px) {
/* ========================
REUSABLE
========================*/
#mainNavigation .hidden-phone {
display: none !important;
}
#mainNavigation .visible-phone {
display: block !important;
}
}
@media only screen and (min-width: 995px) {
#mainNavigation {
z-index: 4;
}
/*#headerNav {
display:none;
}*/
#PrimaryNav li .secondaryNav li .tertiaryNav {
margin: 0;
}
#PrimaryNav li .secondaryNav li .tertiaryNav li ul, #PrimaryNav li .secondaryNav li .tertiaryNav li li {
padding: 0;
}
#headerTitle {
display: none;
}
#mobile-footer {
display: none;
}
#footer {
display: block;
}
/* ========================
REUSABLE
========================*/
#mainNavigation .hidden-phone {
display: block !important;
}
#mainNavigation .visible-phone {
display: none !important;
}
}
/* ==========================================================================
Helper classes
========================================================================== */
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
} | 0.333937 | 0.055952 |
@charset "UTF-8";
@font-face {
font-family: 'Android';
src: url(fonts/idroid.otf);
}
@font-face {
font-family: 'Titulo';
src: url(fonts/titulo.ttf);
}
:root{
--cor0: #c5ebd6;
--cor1: #63e1ad;
--cor2: #3ddc84;
--cor3: #2fa866;
--cor4: #1a5c37;
--cor5: #063d10;
}
body{
background-color: #E9E6C3;
margin: 0px
}
header{
background-image: linear-gradient(to top, var(--cor5), var(--cor2));
padding-top: 20px;
min-height: 170px;
}
nav{
padding-top: 23px;
}
nav a{
color: white;
text-decoration: none;
margin: 15px;
transition-duration: 0.3s;
font-weight: 600;
}
nav a:hover{
background-image: linear-gradient(to bottom, #063d10, var(--cor4));
padding: 10px 10px 4px 13px;
border-radius: 7px 7px 0 0;
}
.cabeca{
color: white;
margin: auto;
text-align: center;
font-family:'Titulo', Arial, Helvetica, sans-serif;
font-size: 3em;
text-shadow:1px 1px 1px black;
}
.cabeca2{
color: white;
margin: auto;
font-size: 20px;
margin-top: 0;
max-width: 500px;
text-indent: 0px;
text-align: center;
text-shadow: 0 1px black;
padding-bottom: 30px;
}
main{
background-color: white;
max-width: 1000px;
min-width: 300px;
margin: auto;
padding: 10px 10px;
border-radius: 0 0 15px 15px;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.479);
}
main p{
line-height: 1.8em;
text-align: justify;
}
main strong{
color: var(--cor5);
font-size: 1.1em;
}
main article a{
text-decoration: none;
transition-duration: 0.5s;
color: rgb(68, 68, 247);
}
main article a:hover{
color: #7c54eb;
}
h1.titulo{
font-family: 'Android';
color: var(--cor5);
margin: 0;
text-align: left;
font-size: 1.9em;
}
p{
font-size: 20px;
text-indent: 45px;
}
h2{
font-family: 'Android';
color: var(--cor4);
background-image: linear-gradient(to left, transparent ,#3cd98342 );
padding-left:10px;
}
img{
width: 100%;
margin: auto;
}
.pq{
width: 300px;
margin: auto;
display: block;
}
div.video{
background-color: var(--cor5);
margin: 0 -5px 30px -5px;
padding: 20px;
padding-bottom: 55.5%;
position: relative;
}
.video > iframe{
position: absolute;
top: 1%;
left: 0.5%;
width: 98.9%;
height: 98%;
}
aside{
background-color: var(--cor0);
border-radius: 15px;
margin: 0;
margin-top: 10px;
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.418);
}
aside h3{
background-color: var(--cor3);
color: white;
padding: 10px 20px;
margin: 0;
border-radius: 10px 10px 0 0;
}
aside p{
margin: 3px 15px 3px 15px;
padding-bottom: 20px;
font-size: 1.1em;
font-style: bolder;
}
aside ul{
columns: 2;
list-style-position: inside;
margin: auto;
display: block;
padding-bottom: 20px;
list-style-type: '\2714\00a0\00a0';
}
footer p{
background-color: var(--cor5);
color: white;
margin: 20px 0 0 0;
text-align: center;
padding: 7px;
font-weight: bold;
font-style: italic;
}
footer strong{
font-weight: normal;
font-style: normal;
}
footer a{
color: white;
text-decoration: none;
transition-duration: 0.5s;
}
footer a:hover{
text-decoration: underline;
color: var(--cor0);
} | exercicios/ex04/style.css | @charset "UTF-8";
@font-face {
font-family: 'Android';
src: url(fonts/idroid.otf);
}
@font-face {
font-family: 'Titulo';
src: url(fonts/titulo.ttf);
}
:root{
--cor0: #c5ebd6;
--cor1: #63e1ad;
--cor2: #3ddc84;
--cor3: #2fa866;
--cor4: #1a5c37;
--cor5: #063d10;
}
body{
background-color: #E9E6C3;
margin: 0px
}
header{
background-image: linear-gradient(to top, var(--cor5), var(--cor2));
padding-top: 20px;
min-height: 170px;
}
nav{
padding-top: 23px;
}
nav a{
color: white;
text-decoration: none;
margin: 15px;
transition-duration: 0.3s;
font-weight: 600;
}
nav a:hover{
background-image: linear-gradient(to bottom, #063d10, var(--cor4));
padding: 10px 10px 4px 13px;
border-radius: 7px 7px 0 0;
}
.cabeca{
color: white;
margin: auto;
text-align: center;
font-family:'Titulo', Arial, Helvetica, sans-serif;
font-size: 3em;
text-shadow:1px 1px 1px black;
}
.cabeca2{
color: white;
margin: auto;
font-size: 20px;
margin-top: 0;
max-width: 500px;
text-indent: 0px;
text-align: center;
text-shadow: 0 1px black;
padding-bottom: 30px;
}
main{
background-color: white;
max-width: 1000px;
min-width: 300px;
margin: auto;
padding: 10px 10px;
border-radius: 0 0 15px 15px;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.479);
}
main p{
line-height: 1.8em;
text-align: justify;
}
main strong{
color: var(--cor5);
font-size: 1.1em;
}
main article a{
text-decoration: none;
transition-duration: 0.5s;
color: rgb(68, 68, 247);
}
main article a:hover{
color: #7c54eb;
}
h1.titulo{
font-family: 'Android';
color: var(--cor5);
margin: 0;
text-align: left;
font-size: 1.9em;
}
p{
font-size: 20px;
text-indent: 45px;
}
h2{
font-family: 'Android';
color: var(--cor4);
background-image: linear-gradient(to left, transparent ,#3cd98342 );
padding-left:10px;
}
img{
width: 100%;
margin: auto;
}
.pq{
width: 300px;
margin: auto;
display: block;
}
div.video{
background-color: var(--cor5);
margin: 0 -5px 30px -5px;
padding: 20px;
padding-bottom: 55.5%;
position: relative;
}
.video > iframe{
position: absolute;
top: 1%;
left: 0.5%;
width: 98.9%;
height: 98%;
}
aside{
background-color: var(--cor0);
border-radius: 15px;
margin: 0;
margin-top: 10px;
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.418);
}
aside h3{
background-color: var(--cor3);
color: white;
padding: 10px 20px;
margin: 0;
border-radius: 10px 10px 0 0;
}
aside p{
margin: 3px 15px 3px 15px;
padding-bottom: 20px;
font-size: 1.1em;
font-style: bolder;
}
aside ul{
columns: 2;
list-style-position: inside;
margin: auto;
display: block;
padding-bottom: 20px;
list-style-type: '\2714\00a0\00a0';
}
footer p{
background-color: var(--cor5);
color: white;
margin: 20px 0 0 0;
text-align: center;
padding: 7px;
font-weight: bold;
font-style: italic;
}
footer strong{
font-weight: normal;
font-style: normal;
}
footer a{
color: white;
text-decoration: none;
transition-duration: 0.5s;
}
footer a:hover{
text-decoration: underline;
color: var(--cor0);
} | 0.430387 | 0.088347 |
body{
font-family: 'Open Sans', sans-serif;
background:#f5f5f5;
}
h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
.bg_white{
background:#fff !important;
}
/* Styling for the Slim Loading Progress Bar container */
.slim-loading-bar {
position: fixed;
margin: 0;
padding: 0;
top: 0;
left: 0;
right: 0;
z-index: 99999;
}
/* Styling for the Slim Loading Progress Bar itself */
.slim-loading-bar-progress {
margin: 0;
padding: 0;
z-index: 99998;
background-color: green;
color: green;
box-shadow: 0 0 10px 0; /* Inherits the font color */
height: 2px;
opacity: 0;
/* Add CSS3 styles for transition smoothing */
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.error_msg{
color: red;
font-size: 13px;
}
.app_preloader{
position: fixed;
z-index: 40000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #E46565;
}
.preloader_heading{
width: 100%;
margin-top: 200px;
color: #fff;
text-align: center;
font-size: 23px;
}
.preloader_heading strong{
color: #333;
}
.sk-circle {
margin: 50px auto;
width: 40px;
height: 40px;
position: relative;
}
.sk-circle .sk-child {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sk-circle .sk-child:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #fff;
border-radius: 100%;
-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg); }
.sk-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg); }
.sk-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.sk-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg); }
.sk-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg); }
.sk-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.sk-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg); }
.sk-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg); }
.sk-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.sk-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg); }
.sk-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s; }
.sk-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.ap_header{
position: fixed;
top: 0;
left: 0;
height: 50px;
width: 100%;
background: #1b8bf9;
z-index: 11;
}
.ap_header .logo_wrap{
float: left;
width: 240px;
color: #fff;
padding-top: 1px;
text-align: center;
}
.ap_header .logo_wrap span, .ap_header .logo_wrap strong{
color: #fff;
font-size: 24px;
}
.app_content{
padding-left: 240px;
padding-right: 20px;
padding-top: 50px;
position: relative;
transition: 0.4s;
}
.app_content_inner{
padding-left: 15px;
padding-top: 10px;
}
.app_content.inactive{
padding-left: 0;
transition: 0.4s;
}
.app_sidebar{
position: fixed;
width: 240px;
height: 100%;
top:0;
left: 0;
z-index: 10;
padding-top: 50px;
background: #fff;
box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
transition: 0.4s;
}
.app_sidebar.inactive{
left: -240px;
transition: 0.4s;
}
.app_sidebar li a {
padding: 5px 5px 8px 25px !important;
display: block;
font-size: 14px;
position: relative;
border-top: 1px solid #efefef;
color: #666;
}
.app_sidebar li.active a {
font-weight: 600;
background: #1b8bf9;
color: #fff;
}
.app_sidebar .heading_li{
font-size: 15px;
font-weight: 600;
padding: 10px 26px;
background: #f5f5f5;
}
.app_sidebar .user_profile_panel{
position: relative;
width: 100%;
padding: 22px 10px;
display: flex;
align-items: center;
overflow: hidden;
white-space: nowrap;
background-image: url(app/img/extra-profile-bg.png);
background-size: cover;
background-blend-mode: overlay;
background-color: rgba(0, 0, 0, .34);
}
.app_sidebar .user_profile_panel img{
width: 100%;
max-width: 45px;
height: auto;
}
.f-left {
float: left;
}
.app_sidebar .user_profile_panel>.info {
padding: 5px 5px 5px 15px;
line-height: 1;
position: absolute;
left: 55px;
}
.user_profile_panel p{
color: #fff;
margin-top: 2px;
margin-bottom: 5px;
font-family: "Lato", "Segoe UI", sans-serif;
font-size: 17px;
}
.user_profile_panel .designation{
font-size: 13px;
}
footer {
padding: 1em;
color: white;
background-color: #6f6f6f;
clear: left;
text-align: center;
margin-top: 50px;
}
.sidebar_toggle_btn{
float: left;
color: #fff;
padding-top: 14px;
padding-left: 13px;
cursor: pointer;
}
.ap_header .logout_btn{
float: right;
color: #fff;
padding-top: 11px;
padding-right: 16px;
font-size: 19px;
cursor: pointer;
}
h3.page_header{
font-size: 21px;
color: #565656;
}
.form-control{
border-radius: 0;
border-color: #ececec;
} | src/styles.css | body{
font-family: 'Open Sans', sans-serif;
background:#f5f5f5;
}
h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
.bg_white{
background:#fff !important;
}
/* Styling for the Slim Loading Progress Bar container */
.slim-loading-bar {
position: fixed;
margin: 0;
padding: 0;
top: 0;
left: 0;
right: 0;
z-index: 99999;
}
/* Styling for the Slim Loading Progress Bar itself */
.slim-loading-bar-progress {
margin: 0;
padding: 0;
z-index: 99998;
background-color: green;
color: green;
box-shadow: 0 0 10px 0; /* Inherits the font color */
height: 2px;
opacity: 0;
/* Add CSS3 styles for transition smoothing */
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.error_msg{
color: red;
font-size: 13px;
}
.app_preloader{
position: fixed;
z-index: 40000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #E46565;
}
.preloader_heading{
width: 100%;
margin-top: 200px;
color: #fff;
text-align: center;
font-size: 23px;
}
.preloader_heading strong{
color: #333;
}
.sk-circle {
margin: 50px auto;
width: 40px;
height: 40px;
position: relative;
}
.sk-circle .sk-child {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sk-circle .sk-child:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #fff;
border-radius: 100%;
-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg); }
.sk-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg); }
.sk-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.sk-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg); }
.sk-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg); }
.sk-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.sk-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg); }
.sk-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg); }
.sk-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.sk-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg); }
.sk-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s; }
.sk-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.ap_header{
position: fixed;
top: 0;
left: 0;
height: 50px;
width: 100%;
background: #1b8bf9;
z-index: 11;
}
.ap_header .logo_wrap{
float: left;
width: 240px;
color: #fff;
padding-top: 1px;
text-align: center;
}
.ap_header .logo_wrap span, .ap_header .logo_wrap strong{
color: #fff;
font-size: 24px;
}
.app_content{
padding-left: 240px;
padding-right: 20px;
padding-top: 50px;
position: relative;
transition: 0.4s;
}
.app_content_inner{
padding-left: 15px;
padding-top: 10px;
}
.app_content.inactive{
padding-left: 0;
transition: 0.4s;
}
.app_sidebar{
position: fixed;
width: 240px;
height: 100%;
top:0;
left: 0;
z-index: 10;
padding-top: 50px;
background: #fff;
box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
transition: 0.4s;
}
.app_sidebar.inactive{
left: -240px;
transition: 0.4s;
}
.app_sidebar li a {
padding: 5px 5px 8px 25px !important;
display: block;
font-size: 14px;
position: relative;
border-top: 1px solid #efefef;
color: #666;
}
.app_sidebar li.active a {
font-weight: 600;
background: #1b8bf9;
color: #fff;
}
.app_sidebar .heading_li{
font-size: 15px;
font-weight: 600;
padding: 10px 26px;
background: #f5f5f5;
}
.app_sidebar .user_profile_panel{
position: relative;
width: 100%;
padding: 22px 10px;
display: flex;
align-items: center;
overflow: hidden;
white-space: nowrap;
background-image: url(app/img/extra-profile-bg.png);
background-size: cover;
background-blend-mode: overlay;
background-color: rgba(0, 0, 0, .34);
}
.app_sidebar .user_profile_panel img{
width: 100%;
max-width: 45px;
height: auto;
}
.f-left {
float: left;
}
.app_sidebar .user_profile_panel>.info {
padding: 5px 5px 5px 15px;
line-height: 1;
position: absolute;
left: 55px;
}
.user_profile_panel p{
color: #fff;
margin-top: 2px;
margin-bottom: 5px;
font-family: "Lato", "Segoe UI", sans-serif;
font-size: 17px;
}
.user_profile_panel .designation{
font-size: 13px;
}
footer {
padding: 1em;
color: white;
background-color: #6f6f6f;
clear: left;
text-align: center;
margin-top: 50px;
}
.sidebar_toggle_btn{
float: left;
color: #fff;
padding-top: 14px;
padding-left: 13px;
cursor: pointer;
}
.ap_header .logout_btn{
float: right;
color: #fff;
padding-top: 11px;
padding-right: 16px;
font-size: 19px;
cursor: pointer;
}
h3.page_header{
font-size: 21px;
color: #565656;
}
.form-control{
border-radius: 0;
border-color: #ececec;
} | 0.330471 | 0.059374 |
.print-content {
position: relative;
width: 600px;
height: 100%;
}
.print-content-paper-wrapper {
width: 100%;
}
#print-content-paper {
width: 100%;
}
/*.print-content {*/
/*!*box-sizing: border-box;*!*/
/*}*/
/*.paperform-title {*/
/*font-size: 22px;*/
/*text-align: center*/
/*}*/
/*.tg {border-collapse:collapse;border-spacing:0;width: 100%}*/
/*.tg td{font-family:Arial, sans-serif;font-size:12px;padding:4px 8px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}*/
/*.tg th{font-family:Arial, sans-serif;font-size:12px;font-weight:normal;padding:4px 8px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}*/
/*.tg .tg-s6z2{text-align:center;vertical-align:center}*/
/*.tg .tg-baqh{text-align:center;vertical-align:center}*/
/*.tg .tg-yw4l{text-align:center;vertical-align:center}*/
/*.tg .tg-textleft{text-align:left;vertical-align:top}*/
/*table {border-color: black}*/
/*th {border-color: black}*/
/*td{border-color: black}*/
/*.paperform-subtitle {text-align: center}*/
/*.noHeight {visibility: hidden}*/
/*.tNew {border: none}*/
/*.subj {width: 4.16%}*/
/*.subjTag{width: 12.5%}*/
/*.subjContent {width: 83.3%}*/
.tg {border-collapse:collapse;border-spacing:0;width: 100%}
.tg td{font-family:Arial, sans-serif;font-size:12px;padding:4px 8px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:12px;font-weight:normal;padding:4px 8px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-s6z2{text-align:center;vertical-align:center}
.tg .tg-baqh{text-align:center;vertical-align:center}
.tg .tg-yw4l{text-align:center;vertical-align:center}
.tg .tg-031e {text-align:center;vertical-align:center}
.tg .tg-textleft{text-align:left;vertical-align:top}
table {border-color: black}
th {border-color: black}
td{border-color: black}
.paperform-title {
text-align: center;
}
.paperform-subtitle {
padding-left: 2%;
}
.noHeight {visibility: hidden}
.tNew {border: none}
.subj {width: 29px}
.subjTag{width: 42px}
.subjContent {
/*width: 523px*/
} | static/printReport.css | .print-content {
position: relative;
width: 600px;
height: 100%;
}
.print-content-paper-wrapper {
width: 100%;
}
#print-content-paper {
width: 100%;
}
/*.print-content {*/
/*!*box-sizing: border-box;*!*/
/*}*/
/*.paperform-title {*/
/*font-size: 22px;*/
/*text-align: center*/
/*}*/
/*.tg {border-collapse:collapse;border-spacing:0;width: 100%}*/
/*.tg td{font-family:Arial, sans-serif;font-size:12px;padding:4px 8px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}*/
/*.tg th{font-family:Arial, sans-serif;font-size:12px;font-weight:normal;padding:4px 8px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}*/
/*.tg .tg-s6z2{text-align:center;vertical-align:center}*/
/*.tg .tg-baqh{text-align:center;vertical-align:center}*/
/*.tg .tg-yw4l{text-align:center;vertical-align:center}*/
/*.tg .tg-textleft{text-align:left;vertical-align:top}*/
/*table {border-color: black}*/
/*th {border-color: black}*/
/*td{border-color: black}*/
/*.paperform-subtitle {text-align: center}*/
/*.noHeight {visibility: hidden}*/
/*.tNew {border: none}*/
/*.subj {width: 4.16%}*/
/*.subjTag{width: 12.5%}*/
/*.subjContent {width: 83.3%}*/
.tg {border-collapse:collapse;border-spacing:0;width: 100%}
.tg td{font-family:Arial, sans-serif;font-size:12px;padding:4px 8px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:12px;font-weight:normal;padding:4px 8px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-s6z2{text-align:center;vertical-align:center}
.tg .tg-baqh{text-align:center;vertical-align:center}
.tg .tg-yw4l{text-align:center;vertical-align:center}
.tg .tg-031e {text-align:center;vertical-align:center}
.tg .tg-textleft{text-align:left;vertical-align:top}
table {border-color: black}
th {border-color: black}
td{border-color: black}
.paperform-title {
text-align: center;
}
.paperform-subtitle {
padding-left: 2%;
}
.noHeight {visibility: hidden}
.tNew {border: none}
.subj {width: 29px}
.subjTag{width: 42px}
.subjContent {
/*width: 523px*/
} | 0.21984 | 0.044723 |
.hand{
cursor: pointer;
}
nav{
background-color: #e0301e;
}
.brand-logo{
margin-left: 3px;
/* font-style: italic; */
font-family: Arial, Helvetica, sans-serif;
}
.wrapper{
padding-left: 30px;
padding-right: 30px;
}
.content-header-wrapper{
position: sticky;
top: 60px;
z-index: 12;
margin-top: 10px;
}
.content-header{
background-color: #404041;
color: #fff;
font-family: Georgia, 'Times New Roman', Times, serif;
padding: 10px;
padding-left: 20px;
}
.content-header h5{
font-size: 1.84rem;
}
.list-item .card-content{
padding: 5px 25px 5px 0px;
}
.list-item .avatar{
width: 100%!important;
}
.list-item .avatar img{
width: 100%;
height: 150px;
object-fit: contain;
margin-top: 25px;
}
.top-categories .list-item .title{
margin-top: 20px;
font-size: 1.6rem;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
color: rgba(0,0,0,.84);
}
.top-categories .list-item .email{
font-size: 1.2rem;
font-family: Georgia, 'Times New Roman', serif;
color: #3f3f41;
}
.top-categories .list-item .post-title{
margin-top: 10px;
font-size: 1.8rem;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
}
.top-categories .list-item .post-body{
font-size: 1.2rem;
margin-top: 10px;
font-family: Georgia, 'Times New Roman', serif;
}
.list-item .description{
margin-top: 10px;
text-align: justify;
font-size: 1.2rem;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.category-list .list-item .title{
margin-top: 80px;
font-size: 1.4rem;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
color: rgba(0,0,0,.84);
}
.category-list .list-row .card-panel{
padding: 0px;
}
.card-panel{
padding: 0px;
}
.category-list .list-row .card-panel .title{
font-size: 1.2rem;
padding: 10px;
font-weight: bold;
}
.meal-header .content-header .title{
font-size: 1.84rem;
}
.meal-header .content-header .category{
margin-left: 20px;
font-size: 1.24rem;
font-style: italic;
}
.avatar{
width: 100%;
}
img{
width: 100%;
}
.banner{
font-size: 1.7rem;
font-weight: bold;
margin-bottom: 20px;
}
.instruction-text{
text-align: justify;
font-size: 1.2rem;
letter-spacing: 0.01rem;
} | src/App.css | .hand{
cursor: pointer;
}
nav{
background-color: #e0301e;
}
.brand-logo{
margin-left: 3px;
/* font-style: italic; */
font-family: Arial, Helvetica, sans-serif;
}
.wrapper{
padding-left: 30px;
padding-right: 30px;
}
.content-header-wrapper{
position: sticky;
top: 60px;
z-index: 12;
margin-top: 10px;
}
.content-header{
background-color: #404041;
color: #fff;
font-family: Georgia, 'Times New Roman', Times, serif;
padding: 10px;
padding-left: 20px;
}
.content-header h5{
font-size: 1.84rem;
}
.list-item .card-content{
padding: 5px 25px 5px 0px;
}
.list-item .avatar{
width: 100%!important;
}
.list-item .avatar img{
width: 100%;
height: 150px;
object-fit: contain;
margin-top: 25px;
}
.top-categories .list-item .title{
margin-top: 20px;
font-size: 1.6rem;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
color: rgba(0,0,0,.84);
}
.top-categories .list-item .email{
font-size: 1.2rem;
font-family: Georgia, 'Times New Roman', serif;
color: #3f3f41;
}
.top-categories .list-item .post-title{
margin-top: 10px;
font-size: 1.8rem;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
}
.top-categories .list-item .post-body{
font-size: 1.2rem;
margin-top: 10px;
font-family: Georgia, 'Times New Roman', serif;
}
.list-item .description{
margin-top: 10px;
text-align: justify;
font-size: 1.2rem;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.category-list .list-item .title{
margin-top: 80px;
font-size: 1.4rem;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
color: rgba(0,0,0,.84);
}
.category-list .list-row .card-panel{
padding: 0px;
}
.card-panel{
padding: 0px;
}
.category-list .list-row .card-panel .title{
font-size: 1.2rem;
padding: 10px;
font-weight: bold;
}
.meal-header .content-header .title{
font-size: 1.84rem;
}
.meal-header .content-header .category{
margin-left: 20px;
font-size: 1.24rem;
font-style: italic;
}
.avatar{
width: 100%;
}
img{
width: 100%;
}
.banner{
font-size: 1.7rem;
font-weight: bold;
margin-bottom: 20px;
}
.instruction-text{
text-align: justify;
font-size: 1.2rem;
letter-spacing: 0.01rem;
} | 0.404743 | 0.066176 |
@media screen and (min-width: 1px) {
.app-posts-section {
display: grid;
grid-template-rows: auto 1fr;
row-gap: 2em;
margin-bottom: 12em;
}
.app-posts-section__title {
color: var(--color-gray);
font-size: var(--small-title-size);
}
.app-posts-section__posts-container {
display: grid;
grid-template-rows: repeat(3, 1fr);
row-gap: 1em;
}
.app-posts-section__posts-container__post {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
min-height: 300px;
transition: all 300ms ease;
}
.app-posts-section__posts-container__post__details {
width: 100%;
height: 100%;
background-color: rgba(31, 24, 63, 0.8);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
row-gap: 1em;
}
.app-posts-section__posts-container__post__details__title {
font-size: var(--small-project-title-size);
text-transform: uppercase;
color: var(--color-gray);
padding-top: 1em;
}
.app-posts-section__posts-container__post__details__description {
color: var(--color-gray);
font-size: var(--small-text-size);
line-height: var(--text-line-height);
text-align: center;
padding-bottom: 1em;
padding-left: 1em;
padding-right: 1em;
}
#post-1 {
background-image: url("../../assets/post-1.jpg");
}
#post-2 {
background-image: url("../../assets/post-2.jpg");
}
#post-3 {
background-image: url("../../assets/post-3.jpg");
}
}
@media screen and (min-width: 576px) {
.app-posts-section {
justify-content: center;
}
.app-posts-section__title {
font-size: var(--large-title-size);
}
.app-posts-section__posts-container__post__details__description {
font-size: var(--large-text-size);
}
}
@media screen and (min-width: 900px) {
.app-posts-section__posts-container {
grid-template-rows: 1fr;
grid-template-columns: repeat(3, 1fr);
row-gap: 0em;
column-gap: 1em;
max-width: 1000px;
}
.app-posts-section__posts-container__post:hover{
transform: scale(110%);
box-shadow: 0px 0px 39px -15px rgba(0, 0, 0, 0.57);
transition: all 300ms ease;
}
} | src/components/PostsSection/PostSection.css | @media screen and (min-width: 1px) {
.app-posts-section {
display: grid;
grid-template-rows: auto 1fr;
row-gap: 2em;
margin-bottom: 12em;
}
.app-posts-section__title {
color: var(--color-gray);
font-size: var(--small-title-size);
}
.app-posts-section__posts-container {
display: grid;
grid-template-rows: repeat(3, 1fr);
row-gap: 1em;
}
.app-posts-section__posts-container__post {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
min-height: 300px;
transition: all 300ms ease;
}
.app-posts-section__posts-container__post__details {
width: 100%;
height: 100%;
background-color: rgba(31, 24, 63, 0.8);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
row-gap: 1em;
}
.app-posts-section__posts-container__post__details__title {
font-size: var(--small-project-title-size);
text-transform: uppercase;
color: var(--color-gray);
padding-top: 1em;
}
.app-posts-section__posts-container__post__details__description {
color: var(--color-gray);
font-size: var(--small-text-size);
line-height: var(--text-line-height);
text-align: center;
padding-bottom: 1em;
padding-left: 1em;
padding-right: 1em;
}
#post-1 {
background-image: url("../../assets/post-1.jpg");
}
#post-2 {
background-image: url("../../assets/post-2.jpg");
}
#post-3 {
background-image: url("../../assets/post-3.jpg");
}
}
@media screen and (min-width: 576px) {
.app-posts-section {
justify-content: center;
}
.app-posts-section__title {
font-size: var(--large-title-size);
}
.app-posts-section__posts-container__post__details__description {
font-size: var(--large-text-size);
}
}
@media screen and (min-width: 900px) {
.app-posts-section__posts-container {
grid-template-rows: 1fr;
grid-template-columns: repeat(3, 1fr);
row-gap: 0em;
column-gap: 1em;
max-width: 1000px;
}
.app-posts-section__posts-container__post:hover{
transform: scale(110%);
box-shadow: 0px 0px 39px -15px rgba(0, 0, 0, 0.57);
transition: all 300ms ease;
}
} | 0.631594 | 0.125977 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1, h2, h3, h4, h5{
font-family: 'Fraunces', sans-serif;
}
p, a, li, ul, button{
font-family: 'Barlow', sans-serif;
}
a{
text-decoration: none;
}
li{
list-style: none;
}
/*header*/
.main-header{
background-image: url('./images/mobile/image-header.jpg') ;
background-repeat: no-repeat;
background-size:cover;
background-attachment: scroll;
min-height: 50vh;
background-position: center center ;
padding: 2rem 1.5rem;
min-width: 100%;
min-height: 350px;
}
.main-header .logo{
font-family: 'Fraunces', sans-serif;
font-weight: 900;
cursor: pointer;
}
/*menu*/
.main-header .hamburger{
cursor: pointer;
transition: 0.4s;
}
.main-header .hamburger:hover{
opacity: 0.8;
}
.main-header .nav{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-bottom: 2rem;
position: relative;
}
.main-header .nav .nav-list{
position: absolute;
width: 100%;
background-color: white;
z-index: 1;
top: 0;
left: 0;
display: none;
text-align: center;
margin-top: 4rem;
padding: 1.4rem 0;
}
.main-header .nav .nav-list .nav-item .nav-link{
font-size: 17px;
color: hsl(213, 9%, 39%);
cursor: pointer;
font-weight: 600;
text-align: center;
display: block;
margin: 1.4rem auto;
transition: 0.4s;
max-width: 50%;
}
.main-header .nav .nav-list .nav-item .nav-link:hover{
opacity: 0.8;
}
.main-header .nav .nav-list .nav-item .nav-link.special{
text-transform: uppercase;
background-color: hsl(51, 100%, 49%);
padding: 10px 20px;
border-radius: 20px;
text-align: center;
font-weight: 600;
display: flex;
justify-content: center;
align-items: center;
color:hsl(212, 27%, 19%);
font-weight: 900;
}
.main-header .nav.active .nav-list{
display: block;
}
.main-header .nav.active ~ h1.main-title{
margin-top: 9rem;
}
.main-header h1.main-title{
color: white;
text-align: center;
text-transform: uppercase;
margin: 2rem 0;
font-size: 33px;
letter-spacing: 2px;
font-weight: 900;
}
.main-header .arrow{
display: block;
margin: 0.3rem auto;
}
/*main*/
/*brand section*/
.main .brand{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.main .background-image {
background-repeat: no-repeat;
background-size: cover;
flex: 1;
min-height: 250px;
width: 100%;
}
.main .brand .background-image.egg{
background-image: url('./images/mobile/image-transform.jpg');
}
/*content*/
.main .content{
flex: 1;
padding: 2rem 1rem;
text-align: center;
}
.main .content h2{
color: hsl(212, 27%, 19%);
font-size: 30px;
}
.main .content h3 a{
color: hsl(212, 27%, 19%);
text-transform: uppercase;
font-size: 19px;
cursor: pointer;
transition: 0.4s;
position: relative;
z-index: 1;
}
.main .content h3 a.learn-one:hover::after{
content: "";
position: absolute;
left: -3px;
top: 22px;
width: 100%;
height: 10px;
padding: 0 3px;
border: 1px solid hsl(51, 100%, 49%);
border-radius: 10px;
background-color: hsl(51, 100%, 49%);
color: hsl(51, 100%, 49%);
font-size: 14px;
}
.main .content h3 a.learn-two:hover::after{
content: "";
position: absolute;
left: -3px;
top: 22px;
width: 100%;
height: 10px;
padding: 0 3px;
border: 1px solid hsl(7, 99%, 70%);
border-radius: 10px;
background-color: hsl(7, 99%, 70%);
color: hsl(7, 99%, 70%);
font-size: 14px;
}
.main .content p{
color: hsl(232, 10%, 55%);
font-size: 16px;
margin: 1.5rem 0;
font-weight: 600;
}
/*stand-out section*/
.main .stand-out{
width: 100%;
}
.main .stand-out .background-image.glass{
background-image: url('./images/mobile/image-stand-out.jpg');
}
/*graphics and photography section*/
.main .graphics{
display: flex;
flex-direction: column;
}
.main .graphics .background-image{
min-height: 450px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
padding: 2rem 1rem;
text-align: center;
}
.main .graphics .background-image p{
font-weight: 600;
}
.main .graphics .background-image h3{
margin-top: 3rem;
margin-bottom: 1rem;
font-size: 25px;
}
.main .graphics .background-image.graphic{
background-image: url('./images/mobile/image-graphic-design.jpg');
}
.main .graphics .background-image.graphic h3{
color: hsl(167, 40%, 24%);
}
.main .graphics .background-image.graphic p{
color: hsl(167, 40%, 24%);
}
.main .graphics .background-image.photography{
background-image: url('./images/mobile/image-photography.jpg');
}
.main .graphics .background-image.photography h3{
color: hsl(198, 62%, 26%);
}
.main .graphics .background-image.photography p{
color: hsl(198, 62%, 26%);
}
/*testimonials section*/
.main .testimonials{
padding: 3rem 1rem;
text-align: center;
}
.main .testimonials h2{
color: hsl(210, 4%, 67%);
margin: 1.5rem 0;
text-transform: uppercase;
font-size: 19px;
letter-spacing: 2px;
font-weight: 700;
}
.main .testimonials .cards{
display: flex;
flex-direction: column;
gap: 1rem;
}
.main .testimonials .cards .testimonial-card{
width: 100%;
}
.main .testimonials .cards .testimonial-card .card-image{
display: block;
margin: 2.2rem auto 1.6rem auto;
border-radius: 100%;
width: 60px;
height: auto;
}
.main .testimonials .cards .testimonial-card h4{
margin-top: 1.2rem;
color: hsl(212, 27%, 19%);
font-size: 20px;
}
.main .testimonials .cards .testimonial-card p{
color: hsl(213, 9%, 39%);
font-weight: 600;
margin-top: 0.5rem;
}
.main .testimonials .cards .testimonial-card p.occupation{
color: hsl(210, 4%, 67%);
margin-bottom: 0.3rem;
font-size: 15px;
}
/*4 image section*/
.main .images{
margin-top: 0.8rem;
display: flex;
width: 100%;
flex-direction: row;
flex-wrap: wrap;
}
.main .images .img{
width: 50%;
min-height: 200px;
background-repeat: no-repeat;
background-size: cover;
}
.main .images .img:nth-child(1){
background-image: url('./images/mobile/image-gallery-milkbottles.jpg');
}
.main .images .img:nth-child(2){
background-image: url('./images/mobile/image-gallery-orange.jpg');
}
.main .images .img:nth-child(3){
background-image: url('./images/mobile/image-gallery-cone.jpg');
}
.main .images .img:nth-child(4){
background-image: url('./images/mobile/image-gallery-sugar-cubes.jpg');
}
/*footer*/
.footer{
background-color: hsl(167, 43%, 70%);
color: hsl(168, 34%, 41%);
padding: 3rem 1rem;
text-align: center;
width: 100%;
}
.footer .footer-logo{
color: hsl(168, 34%, 41%);
font-weight: 900;
font-size: 30px;
}
.footer .links{
width: 100%;
display: flex;
gap: 2rem;
text-align: center;
justify-content: center;
align-items: center;
margin: 2rem 0;
}
.footer .links a{
color: hsl(168, 34%, 41%);
font-weight: 600;
cursor: pointer;
font-size: 18px;
}
.footer .social-media{
margin-top: 4.5rem;
margin-bottom: 4rem;
text-align: center;
display: flex;
flex-direction: row;
gap: 1rem;
justify-content: center;
align-items: center;
}
.footer .attribution {
font-size: 12px;
text-align: center;
color: hsl(168, 34%, 41%);
}
.attribution a {
color: hsl(198, 62%, 26%);
font-weight: 900;
}
/*desktop design*/
@media screen and (min-width: 376px) and (max-width: 1440px) {
/*header*/
.main-header{
background-image: url('./images/desktop/image-header.jpg') ;
background-repeat: no-repeat;
background-size:cover;
background-attachment: scroll;
background-position: center;
width: 100%;
min-height: 350px;
}
/*menu*/
.main-header .nav, .main-header .nav.active{
display: flex;
margin: 0;
align-items: center;
justify-content: space-between;
padding-bottom: 2rem;
position: static;
}
.main-header .nav .nav-list{
background: none;
position: static;
display: flex;
margin: 0;
max-width: 500px;
z-index: 0;
gap: 5%;
align-items: center;
justify-content: flex-end;
}
.main-header .nav .nav-list .nav-item .nav-link{
color: white;
cursor: pointer;
display: inline;
}
.main-header .nav .nav-list .nav-item .nav-link.special{
display: inline;
background-color: white;
}
.main-header .nav.active .nav-list{
display: flex;
}
.main-header .nav.active ~ h1.main-title{
margin-top: 0;
}
.main-header .hamburger{
display: none;
}
/*main*/
/*brand section*/
.main .brand{
justify-content: center;
flex-direction: row-reverse;
width: 100%;
padding: 0;
margin: 0;
}
/*content*/
.main .content{
width: 50%;
max-width: 50%;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
text-align: left;
min-height: 450px;
padding: 0 6%;
}
.main .content h2{
width: 100%;
}
.main .content p{
width: 100%;
margin: 2.3rem 0;
}
.main .content h3{
width: 100%;
}
.main .background-image {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
flex: 1;
padding: 0;
margin: 0;
width: 50%;
height: 100%;
min-height: 450px;
}
.main .brand .background-image.egg{
background-image: url('./images/desktop/image-transform.jpg');
}
/*stand-out section*/
.main .stand-out{
display: flex;
flex-direction: row;
width: 100%;
justify-content: center;
height: 450px;
padding: 0;
margin: 0;
}
.main .stand-out .content h2{
margin-top: 1rem;
}
.main .stand-out .background-image.glass{
background-image: url('./images/mobile/image-stand-out.jpg');
height: 100%;
}
/*graphic and photography section*/
.main .graphics{
flex-direction: row;
min-height: 450px;
}
.main .graphics .background-image{
min-height: 450px;
height: 100%;
display: flex;
max-width: 50%;
flex: 1;
flex-direction: column;
align-items: center;
justify-content: flex-end;
padding: 4% 6%;
text-align: center;
}
.main .graphics .background-image.graphic{
background-image: url('./images/desktop/image-graphic-design.jpg');
}
.main .graphics .background-image.photography{
background-image: url('./images/desktop/image-photography.jpg');
}
/*testimonials section*/
.main .testimonials{
padding: 5% 8%;
}
.main .testimonials .cards{
display: flex;
flex-direction: row;
gap: 1.2rem;
}
/*4 image section*/
.main .images .img{
width: 100%;
flex: 1;
min-height: 400px;
}
} | style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1, h2, h3, h4, h5{
font-family: 'Fraunces', sans-serif;
}
p, a, li, ul, button{
font-family: 'Barlow', sans-serif;
}
a{
text-decoration: none;
}
li{
list-style: none;
}
/*header*/
.main-header{
background-image: url('./images/mobile/image-header.jpg') ;
background-repeat: no-repeat;
background-size:cover;
background-attachment: scroll;
min-height: 50vh;
background-position: center center ;
padding: 2rem 1.5rem;
min-width: 100%;
min-height: 350px;
}
.main-header .logo{
font-family: 'Fraunces', sans-serif;
font-weight: 900;
cursor: pointer;
}
/*menu*/
.main-header .hamburger{
cursor: pointer;
transition: 0.4s;
}
.main-header .hamburger:hover{
opacity: 0.8;
}
.main-header .nav{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-bottom: 2rem;
position: relative;
}
.main-header .nav .nav-list{
position: absolute;
width: 100%;
background-color: white;
z-index: 1;
top: 0;
left: 0;
display: none;
text-align: center;
margin-top: 4rem;
padding: 1.4rem 0;
}
.main-header .nav .nav-list .nav-item .nav-link{
font-size: 17px;
color: hsl(213, 9%, 39%);
cursor: pointer;
font-weight: 600;
text-align: center;
display: block;
margin: 1.4rem auto;
transition: 0.4s;
max-width: 50%;
}
.main-header .nav .nav-list .nav-item .nav-link:hover{
opacity: 0.8;
}
.main-header .nav .nav-list .nav-item .nav-link.special{
text-transform: uppercase;
background-color: hsl(51, 100%, 49%);
padding: 10px 20px;
border-radius: 20px;
text-align: center;
font-weight: 600;
display: flex;
justify-content: center;
align-items: center;
color:hsl(212, 27%, 19%);
font-weight: 900;
}
.main-header .nav.active .nav-list{
display: block;
}
.main-header .nav.active ~ h1.main-title{
margin-top: 9rem;
}
.main-header h1.main-title{
color: white;
text-align: center;
text-transform: uppercase;
margin: 2rem 0;
font-size: 33px;
letter-spacing: 2px;
font-weight: 900;
}
.main-header .arrow{
display: block;
margin: 0.3rem auto;
}
/*main*/
/*brand section*/
.main .brand{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.main .background-image {
background-repeat: no-repeat;
background-size: cover;
flex: 1;
min-height: 250px;
width: 100%;
}
.main .brand .background-image.egg{
background-image: url('./images/mobile/image-transform.jpg');
}
/*content*/
.main .content{
flex: 1;
padding: 2rem 1rem;
text-align: center;
}
.main .content h2{
color: hsl(212, 27%, 19%);
font-size: 30px;
}
.main .content h3 a{
color: hsl(212, 27%, 19%);
text-transform: uppercase;
font-size: 19px;
cursor: pointer;
transition: 0.4s;
position: relative;
z-index: 1;
}
.main .content h3 a.learn-one:hover::after{
content: "";
position: absolute;
left: -3px;
top: 22px;
width: 100%;
height: 10px;
padding: 0 3px;
border: 1px solid hsl(51, 100%, 49%);
border-radius: 10px;
background-color: hsl(51, 100%, 49%);
color: hsl(51, 100%, 49%);
font-size: 14px;
}
.main .content h3 a.learn-two:hover::after{
content: "";
position: absolute;
left: -3px;
top: 22px;
width: 100%;
height: 10px;
padding: 0 3px;
border: 1px solid hsl(7, 99%, 70%);
border-radius: 10px;
background-color: hsl(7, 99%, 70%);
color: hsl(7, 99%, 70%);
font-size: 14px;
}
.main .content p{
color: hsl(232, 10%, 55%);
font-size: 16px;
margin: 1.5rem 0;
font-weight: 600;
}
/*stand-out section*/
.main .stand-out{
width: 100%;
}
.main .stand-out .background-image.glass{
background-image: url('./images/mobile/image-stand-out.jpg');
}
/*graphics and photography section*/
.main .graphics{
display: flex;
flex-direction: column;
}
.main .graphics .background-image{
min-height: 450px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
padding: 2rem 1rem;
text-align: center;
}
.main .graphics .background-image p{
font-weight: 600;
}
.main .graphics .background-image h3{
margin-top: 3rem;
margin-bottom: 1rem;
font-size: 25px;
}
.main .graphics .background-image.graphic{
background-image: url('./images/mobile/image-graphic-design.jpg');
}
.main .graphics .background-image.graphic h3{
color: hsl(167, 40%, 24%);
}
.main .graphics .background-image.graphic p{
color: hsl(167, 40%, 24%);
}
.main .graphics .background-image.photography{
background-image: url('./images/mobile/image-photography.jpg');
}
.main .graphics .background-image.photography h3{
color: hsl(198, 62%, 26%);
}
.main .graphics .background-image.photography p{
color: hsl(198, 62%, 26%);
}
/*testimonials section*/
.main .testimonials{
padding: 3rem 1rem;
text-align: center;
}
.main .testimonials h2{
color: hsl(210, 4%, 67%);
margin: 1.5rem 0;
text-transform: uppercase;
font-size: 19px;
letter-spacing: 2px;
font-weight: 700;
}
.main .testimonials .cards{
display: flex;
flex-direction: column;
gap: 1rem;
}
.main .testimonials .cards .testimonial-card{
width: 100%;
}
.main .testimonials .cards .testimonial-card .card-image{
display: block;
margin: 2.2rem auto 1.6rem auto;
border-radius: 100%;
width: 60px;
height: auto;
}
.main .testimonials .cards .testimonial-card h4{
margin-top: 1.2rem;
color: hsl(212, 27%, 19%);
font-size: 20px;
}
.main .testimonials .cards .testimonial-card p{
color: hsl(213, 9%, 39%);
font-weight: 600;
margin-top: 0.5rem;
}
.main .testimonials .cards .testimonial-card p.occupation{
color: hsl(210, 4%, 67%);
margin-bottom: 0.3rem;
font-size: 15px;
}
/*4 image section*/
.main .images{
margin-top: 0.8rem;
display: flex;
width: 100%;
flex-direction: row;
flex-wrap: wrap;
}
.main .images .img{
width: 50%;
min-height: 200px;
background-repeat: no-repeat;
background-size: cover;
}
.main .images .img:nth-child(1){
background-image: url('./images/mobile/image-gallery-milkbottles.jpg');
}
.main .images .img:nth-child(2){
background-image: url('./images/mobile/image-gallery-orange.jpg');
}
.main .images .img:nth-child(3){
background-image: url('./images/mobile/image-gallery-cone.jpg');
}
.main .images .img:nth-child(4){
background-image: url('./images/mobile/image-gallery-sugar-cubes.jpg');
}
/*footer*/
.footer{
background-color: hsl(167, 43%, 70%);
color: hsl(168, 34%, 41%);
padding: 3rem 1rem;
text-align: center;
width: 100%;
}
.footer .footer-logo{
color: hsl(168, 34%, 41%);
font-weight: 900;
font-size: 30px;
}
.footer .links{
width: 100%;
display: flex;
gap: 2rem;
text-align: center;
justify-content: center;
align-items: center;
margin: 2rem 0;
}
.footer .links a{
color: hsl(168, 34%, 41%);
font-weight: 600;
cursor: pointer;
font-size: 18px;
}
.footer .social-media{
margin-top: 4.5rem;
margin-bottom: 4rem;
text-align: center;
display: flex;
flex-direction: row;
gap: 1rem;
justify-content: center;
align-items: center;
}
.footer .attribution {
font-size: 12px;
text-align: center;
color: hsl(168, 34%, 41%);
}
.attribution a {
color: hsl(198, 62%, 26%);
font-weight: 900;
}
/*desktop design*/
@media screen and (min-width: 376px) and (max-width: 1440px) {
/*header*/
.main-header{
background-image: url('./images/desktop/image-header.jpg') ;
background-repeat: no-repeat;
background-size:cover;
background-attachment: scroll;
background-position: center;
width: 100%;
min-height: 350px;
}
/*menu*/
.main-header .nav, .main-header .nav.active{
display: flex;
margin: 0;
align-items: center;
justify-content: space-between;
padding-bottom: 2rem;
position: static;
}
.main-header .nav .nav-list{
background: none;
position: static;
display: flex;
margin: 0;
max-width: 500px;
z-index: 0;
gap: 5%;
align-items: center;
justify-content: flex-end;
}
.main-header .nav .nav-list .nav-item .nav-link{
color: white;
cursor: pointer;
display: inline;
}
.main-header .nav .nav-list .nav-item .nav-link.special{
display: inline;
background-color: white;
}
.main-header .nav.active .nav-list{
display: flex;
}
.main-header .nav.active ~ h1.main-title{
margin-top: 0;
}
.main-header .hamburger{
display: none;
}
/*main*/
/*brand section*/
.main .brand{
justify-content: center;
flex-direction: row-reverse;
width: 100%;
padding: 0;
margin: 0;
}
/*content*/
.main .content{
width: 50%;
max-width: 50%;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
text-align: left;
min-height: 450px;
padding: 0 6%;
}
.main .content h2{
width: 100%;
}
.main .content p{
width: 100%;
margin: 2.3rem 0;
}
.main .content h3{
width: 100%;
}
.main .background-image {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
flex: 1;
padding: 0;
margin: 0;
width: 50%;
height: 100%;
min-height: 450px;
}
.main .brand .background-image.egg{
background-image: url('./images/desktop/image-transform.jpg');
}
/*stand-out section*/
.main .stand-out{
display: flex;
flex-direction: row;
width: 100%;
justify-content: center;
height: 450px;
padding: 0;
margin: 0;
}
.main .stand-out .content h2{
margin-top: 1rem;
}
.main .stand-out .background-image.glass{
background-image: url('./images/mobile/image-stand-out.jpg');
height: 100%;
}
/*graphic and photography section*/
.main .graphics{
flex-direction: row;
min-height: 450px;
}
.main .graphics .background-image{
min-height: 450px;
height: 100%;
display: flex;
max-width: 50%;
flex: 1;
flex-direction: column;
align-items: center;
justify-content: flex-end;
padding: 4% 6%;
text-align: center;
}
.main .graphics .background-image.graphic{
background-image: url('./images/desktop/image-graphic-design.jpg');
}
.main .graphics .background-image.photography{
background-image: url('./images/desktop/image-photography.jpg');
}
/*testimonials section*/
.main .testimonials{
padding: 5% 8%;
}
.main .testimonials .cards{
display: flex;
flex-direction: row;
gap: 1.2rem;
}
/*4 image section*/
.main .images .img{
width: 100%;
flex: 1;
min-height: 400px;
}
} | 0.32338 | 0.057203 |
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
padding: 0;
margin: 0;
}
body {
background: #222;
font-family: 'Varela Round', sans-serif;
overflow: hidden;
}
#preloader {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.page_wrapper {
visibility: hidden;
}
.title {
text-align: center;
margin-top: 5px;
}
.title a {
text-decoration: none;
color: #fff;
font-size: 45px;
letter-spacing: 1.1px;
}
.title #logo {
background: url(../img/logo.png) no-repeat;
background-size: cover;
display: inline-block;
position: relative;
top: 15px;
right: 15px;
width: 2em;
height: 2em;
}
.description {
text-align: center;
color: #b1b1b1;
font-size: 15px;
margin-top: -10px;
}
.colortopng_wrapper {
margin: 70px auto;
}
.tabs {
margin: 0 auto;
width: 350px;
display: table;
text-align: center;
list-style: none;
}
.tabs li {
display: table-cell;
width: 50%;
padding: 4px 8px;
color: #fff;
font-size: 22px;
cursor: pointer;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.tabs li:first-child {
border-top-left-radius: 5px;
}
.tabs li:nth-child(2) {
border-top-right-radius: 5px;
}
.active {
background: #333;
}
.tabs li:hover {
background: #333;
}
/* ===== SOLID ===== */
.solid {
width: 350px;
margin: 0 auto;
padding: 10px;
border: 2px solid #333;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 10px 10px 0px 0px #333;
}
#solid_canvas {
width: 300px;
height: 250px;
border-radius: 4px;
display: block;
margin: 0 auto;
}
.solid .jscolor {
width: 100px;
height: 30px;
padding: 2px 3px;
border: 3px solid rgba(255, 255, 255, 0.2);
border-radius: 5px;
outline: none;
display: block;
margin: 20px auto;
}
.solid label {
text-align: left;
font-size: 15px;
color: #888;
display: inline-block;
height: auto;
}
.solid label:first-child {
margin-right: 15px;
}
#solid_save {
display: block;
width: 130px;
margin: 0px auto;
background: #fff;
color: #555;
font-size: 16px;
padding: 8px 20px;
border-radius: 4px;
border: none;
outline: none;
text-decoration: none;
cursor: pointer;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
#solid_save:hover {
background: #444;
color: #fff;
}
#solid_save:hover>.picture_icon {
background: #fff;
}
/* ===== SOLID ===== */
/* ===== GRADIENT ===== */
.gradient {
width: 350px;
margin: 0 auto;
padding: 10px;
border: 2px solid #333;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: -10px 10px 0px 0px #333;
}
.linear_radial_wrapper {
width: 350px;
margin: 10px auto;
text-align: center;
font-size: 17px;
}
.linear_radial_wrapper input[type="radio"] {
display: none;
}
.linear_radial_wrapper label {
position: relative;
margin-left: 25px;
margin-right: 25px;
}
.linear_radial_wrapper label:after {
content: '';
position: absolute;
top: 0px;
left: -20px;
height: 15px;
width: 15px;
border-radius: 100%;
border: 1px solid #333;
}
.linear_radial_wrapper input[type="radio"]:checked+label {
color: white;
}
.linear_radial_wrapper input[type="radio"]:checked+label:after {
background: #23CE6B;
-webkit-animation: jelly 0.6s linear;
animation: jelly 0.6s linear;
}
/* linear gradient position */
.linear_gradient_position_wrapper {
width: 300px;
text-align: center;
margin: 20px auto;
}
#linear_gradient_left_label {
margin-left: 15px;
}
.linear_gradient_position_wrapper span {
display: block;
font-size: 15px;
color: #888;
margin-bottom: 5px;
}
.linear_gradient_position_wrapper input[type="radio"] {
display: none;
}
.linear_gradient_position_wrapper label {
position: relative;
margin-left: 40px;
}
.linear_gradient_position_wrapper label:after {
content: '';
position: absolute;
top: 0px;
left: -20px;
height: 15px;
width: 15px;
border-radius: 100%;
border: 1px solid #333;
}
.linear_gradient_position_wrapper input[type="radio"]:checked+label {
color: white;
}
.linear_gradient_position_wrapper input[type="radio"]:checked+label:after {
background: #ff4444;
-webkit-animation: jelly 0.6s linear;
animation: jelly 0.6s linear;
}
/* linear gradient position */
@-webkit-keyframes jelly {
from {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
30% {
-webkit-transform: scale(1.25, 0.75);
transform: scale(1.25, 0.75);
}
40% {
-webkit-transform: scale(0.75, 1.25);
transform: scale(0.75, 1.25);
}
50% {
-webkit-transform: scale(1.15, 0.85);
transform: scale(1.15, 0.85);
}
65% {
-webkit-transform: scale(0.95, 1.05);
transform: scale(0.95, 1.05);
}
75% {
-webkit-transform: scale(1.05, 0.95);
transform: scale(1.05, 0.95);
}
to {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes jelly {
from {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
30% {
-webkit-transform: scale(1.25, 0.75);
transform: scale(1.25, 0.75);
}
40% {
-webkit-transform: scale(0.75, 1.25);
transform: scale(0.75, 1.25);
}
50% {
-webkit-transform: scale(1.15, 0.85);
transform: scale(1.15, 0.85);
}
65% {
-webkit-transform: scale(0.95, 1.05);
transform: scale(0.95, 1.05);
}
75% {
-webkit-transform: scale(1.05, 0.95);
transform: scale(1.05, 0.95);
}
to {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
#gradient_canvas {
width: 300px;
height: 250px;
border-radius: 4px;
display: block;
margin: 0 auto;
}
/* linear gradient range wrapper */
.linear_gradient_range_wrapper {
width: 300px;
margin: 20px auto;
text-align: center;
}
.linear_gradient_range_wrapper span {
color: #888;
font-size: 15px;
}
/* linear gradient range wrapper */
/* radial gradient range wrapper */
.radial_gradient_range_wrapper {
width: 300px;
margin: 20px auto;
text-align: center;
border: 1px solid auto;
}
.radial_gradient_range_wrapper span {
color: #888;
font-size: 15px;
}
/* radial gradient range wrapper */
/* jscolor gradient wrapper */
.jscolor_gradient_wrapper {
display: block;
margin: 20px auto;
text-align: center;
}
.gradient .jscolor {
width: 100px;
height: 30px;
padding: 2px 3px;
border: 3px solid rgba(255, 255, 255, 0.2);
border-radius: 5px;
outline: none;
}
.jscolor_gradient_wrapper .jscolor:first-child {
margin-right: 15px;
}
.gradient label {
text-align: left;
font-size: 15px;
color: #888;
display: inline-block;
height: auto;
}
.gradient label:first-child {
margin-right: 15px;
}
/* jscolor gradient wrapper */
/* Custom width wrapper */
.custom_width_wrapper {
text-align: center;
}
.custom_width_wrapper span {
margin-bottom: 5px;
font-size: 15px;
color: #888;
}
.custom_width {
display: block;
margin: 0 auto 10px auto;
position: relative;
background: #333;
width: 16px;
height: 16px;
}
#tick {
width: 100%;
height: 100%;
fill: transparent;
stroke-width: 20;
stroke-linecap: round;
stroke-dasharray: 180;
stroke-dashoffset: 180;
position: absolute;
}
.checked {
-webkit-animation: draw 0.4s ease forwards;
animation: draw 0.4s ease forwards;
stroke: white;
}
@-webkit-keyframes draw {
to {
stroke-dashoffset: 0;
}
}
@keyframes draw {
to {
stroke-dashoffset: 0;
}
}
[data-wenk]:after {
background: rgba(40, 40, 40, 0.75);
}
/* Custom width wrapper */
#gradient_save {
display: block;
width: 130px;
margin: 0px auto;
background: #fff;
color: #555;
font-size: 16px;
padding: 8px 20px;
border-radius: 4px;
border: none;
outline: none;
cursor: pointer;
text-decoration: none;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
#gradient_save:hover {
background: #444;
color: #fff;
}
#gradient_save:hover>.picture_icon {
background: #fff;
}
/* ===== GRADIENT ===== */
/* ----- Both ----- */
.width_height_wrapper {
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.width_height_wrapper input {
width: 80px;
height: 30px;
border: 2px solid #ccc;
border-radius: 5px;
color: #555;
font-size: 15px;
outline: none;
}
.width_height_wrapper input:focus {
border: 2px solid #555;
}
.width_icon,
.height_icon {
position: relative;
top: 2px;
}
.width_height_text {
display: block;
margin-bottom: 4px;
}
.picture_icon {
position: relative;
top: 2px;
right: 5px;
}
/* ----- Both ----- */
/* ===== Footer ===== */
footer {
text-align: center;
font-size: 13px;
margin-top: 50px;
color: #767676;
margin-bottom: 5px;
}
footer a {
margin: 0 auto;
color: #767676;
text-decoration: none;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
footer a:hover {
color: #999;
text-decoration: underline;
}
/* ===== Footer ===== */
/* Show input number spinners on hover & focus in Mozilla */
input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
-moz-appearance: number-input;
} | css/style.css | @import url('https://fonts.googleapis.com/css?family=Varela+Round');
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
padding: 0;
margin: 0;
}
body {
background: #222;
font-family: 'Varela Round', sans-serif;
overflow: hidden;
}
#preloader {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.page_wrapper {
visibility: hidden;
}
.title {
text-align: center;
margin-top: 5px;
}
.title a {
text-decoration: none;
color: #fff;
font-size: 45px;
letter-spacing: 1.1px;
}
.title #logo {
background: url(../img/logo.png) no-repeat;
background-size: cover;
display: inline-block;
position: relative;
top: 15px;
right: 15px;
width: 2em;
height: 2em;
}
.description {
text-align: center;
color: #b1b1b1;
font-size: 15px;
margin-top: -10px;
}
.colortopng_wrapper {
margin: 70px auto;
}
.tabs {
margin: 0 auto;
width: 350px;
display: table;
text-align: center;
list-style: none;
}
.tabs li {
display: table-cell;
width: 50%;
padding: 4px 8px;
color: #fff;
font-size: 22px;
cursor: pointer;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.tabs li:first-child {
border-top-left-radius: 5px;
}
.tabs li:nth-child(2) {
border-top-right-radius: 5px;
}
.active {
background: #333;
}
.tabs li:hover {
background: #333;
}
/* ===== SOLID ===== */
.solid {
width: 350px;
margin: 0 auto;
padding: 10px;
border: 2px solid #333;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 10px 10px 0px 0px #333;
}
#solid_canvas {
width: 300px;
height: 250px;
border-radius: 4px;
display: block;
margin: 0 auto;
}
.solid .jscolor {
width: 100px;
height: 30px;
padding: 2px 3px;
border: 3px solid rgba(255, 255, 255, 0.2);
border-radius: 5px;
outline: none;
display: block;
margin: 20px auto;
}
.solid label {
text-align: left;
font-size: 15px;
color: #888;
display: inline-block;
height: auto;
}
.solid label:first-child {
margin-right: 15px;
}
#solid_save {
display: block;
width: 130px;
margin: 0px auto;
background: #fff;
color: #555;
font-size: 16px;
padding: 8px 20px;
border-radius: 4px;
border: none;
outline: none;
text-decoration: none;
cursor: pointer;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
#solid_save:hover {
background: #444;
color: #fff;
}
#solid_save:hover>.picture_icon {
background: #fff;
}
/* ===== SOLID ===== */
/* ===== GRADIENT ===== */
.gradient {
width: 350px;
margin: 0 auto;
padding: 10px;
border: 2px solid #333;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: -10px 10px 0px 0px #333;
}
.linear_radial_wrapper {
width: 350px;
margin: 10px auto;
text-align: center;
font-size: 17px;
}
.linear_radial_wrapper input[type="radio"] {
display: none;
}
.linear_radial_wrapper label {
position: relative;
margin-left: 25px;
margin-right: 25px;
}
.linear_radial_wrapper label:after {
content: '';
position: absolute;
top: 0px;
left: -20px;
height: 15px;
width: 15px;
border-radius: 100%;
border: 1px solid #333;
}
.linear_radial_wrapper input[type="radio"]:checked+label {
color: white;
}
.linear_radial_wrapper input[type="radio"]:checked+label:after {
background: #23CE6B;
-webkit-animation: jelly 0.6s linear;
animation: jelly 0.6s linear;
}
/* linear gradient position */
.linear_gradient_position_wrapper {
width: 300px;
text-align: center;
margin: 20px auto;
}
#linear_gradient_left_label {
margin-left: 15px;
}
.linear_gradient_position_wrapper span {
display: block;
font-size: 15px;
color: #888;
margin-bottom: 5px;
}
.linear_gradient_position_wrapper input[type="radio"] {
display: none;
}
.linear_gradient_position_wrapper label {
position: relative;
margin-left: 40px;
}
.linear_gradient_position_wrapper label:after {
content: '';
position: absolute;
top: 0px;
left: -20px;
height: 15px;
width: 15px;
border-radius: 100%;
border: 1px solid #333;
}
.linear_gradient_position_wrapper input[type="radio"]:checked+label {
color: white;
}
.linear_gradient_position_wrapper input[type="radio"]:checked+label:after {
background: #ff4444;
-webkit-animation: jelly 0.6s linear;
animation: jelly 0.6s linear;
}
/* linear gradient position */
@-webkit-keyframes jelly {
from {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
30% {
-webkit-transform: scale(1.25, 0.75);
transform: scale(1.25, 0.75);
}
40% {
-webkit-transform: scale(0.75, 1.25);
transform: scale(0.75, 1.25);
}
50% {
-webkit-transform: scale(1.15, 0.85);
transform: scale(1.15, 0.85);
}
65% {
-webkit-transform: scale(0.95, 1.05);
transform: scale(0.95, 1.05);
}
75% {
-webkit-transform: scale(1.05, 0.95);
transform: scale(1.05, 0.95);
}
to {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes jelly {
from {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
30% {
-webkit-transform: scale(1.25, 0.75);
transform: scale(1.25, 0.75);
}
40% {
-webkit-transform: scale(0.75, 1.25);
transform: scale(0.75, 1.25);
}
50% {
-webkit-transform: scale(1.15, 0.85);
transform: scale(1.15, 0.85);
}
65% {
-webkit-transform: scale(0.95, 1.05);
transform: scale(0.95, 1.05);
}
75% {
-webkit-transform: scale(1.05, 0.95);
transform: scale(1.05, 0.95);
}
to {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
#gradient_canvas {
width: 300px;
height: 250px;
border-radius: 4px;
display: block;
margin: 0 auto;
}
/* linear gradient range wrapper */
.linear_gradient_range_wrapper {
width: 300px;
margin: 20px auto;
text-align: center;
}
.linear_gradient_range_wrapper span {
color: #888;
font-size: 15px;
}
/* linear gradient range wrapper */
/* radial gradient range wrapper */
.radial_gradient_range_wrapper {
width: 300px;
margin: 20px auto;
text-align: center;
border: 1px solid auto;
}
.radial_gradient_range_wrapper span {
color: #888;
font-size: 15px;
}
/* radial gradient range wrapper */
/* jscolor gradient wrapper */
.jscolor_gradient_wrapper {
display: block;
margin: 20px auto;
text-align: center;
}
.gradient .jscolor {
width: 100px;
height: 30px;
padding: 2px 3px;
border: 3px solid rgba(255, 255, 255, 0.2);
border-radius: 5px;
outline: none;
}
.jscolor_gradient_wrapper .jscolor:first-child {
margin-right: 15px;
}
.gradient label {
text-align: left;
font-size: 15px;
color: #888;
display: inline-block;
height: auto;
}
.gradient label:first-child {
margin-right: 15px;
}
/* jscolor gradient wrapper */
/* Custom width wrapper */
.custom_width_wrapper {
text-align: center;
}
.custom_width_wrapper span {
margin-bottom: 5px;
font-size: 15px;
color: #888;
}
.custom_width {
display: block;
margin: 0 auto 10px auto;
position: relative;
background: #333;
width: 16px;
height: 16px;
}
#tick {
width: 100%;
height: 100%;
fill: transparent;
stroke-width: 20;
stroke-linecap: round;
stroke-dasharray: 180;
stroke-dashoffset: 180;
position: absolute;
}
.checked {
-webkit-animation: draw 0.4s ease forwards;
animation: draw 0.4s ease forwards;
stroke: white;
}
@-webkit-keyframes draw {
to {
stroke-dashoffset: 0;
}
}
@keyframes draw {
to {
stroke-dashoffset: 0;
}
}
[data-wenk]:after {
background: rgba(40, 40, 40, 0.75);
}
/* Custom width wrapper */
#gradient_save {
display: block;
width: 130px;
margin: 0px auto;
background: #fff;
color: #555;
font-size: 16px;
padding: 8px 20px;
border-radius: 4px;
border: none;
outline: none;
cursor: pointer;
text-decoration: none;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
#gradient_save:hover {
background: #444;
color: #fff;
}
#gradient_save:hover>.picture_icon {
background: #fff;
}
/* ===== GRADIENT ===== */
/* ----- Both ----- */
.width_height_wrapper {
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.width_height_wrapper input {
width: 80px;
height: 30px;
border: 2px solid #ccc;
border-radius: 5px;
color: #555;
font-size: 15px;
outline: none;
}
.width_height_wrapper input:focus {
border: 2px solid #555;
}
.width_icon,
.height_icon {
position: relative;
top: 2px;
}
.width_height_text {
display: block;
margin-bottom: 4px;
}
.picture_icon {
position: relative;
top: 2px;
right: 5px;
}
/* ----- Both ----- */
/* ===== Footer ===== */
footer {
text-align: center;
font-size: 13px;
margin-top: 50px;
color: #767676;
margin-bottom: 5px;
}
footer a {
margin: 0 auto;
color: #767676;
text-decoration: none;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
footer a:hover {
color: #999;
text-decoration: underline;
}
/* ===== Footer ===== */
/* Show input number spinners on hover & focus in Mozilla */
input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
-moz-appearance: number-input;
} | 0.400984 | 0.087136 |
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', verdana, sans-serif;
margin: 0;
padding: 0
}
#qunit {
position: absolute;
top: 0;
left:0 ;
right: 0;
bottom: 0;
overflow: auto;
font-size: 10pt;
}
#qunit h1 {
padding: 15px;
font-size: large;
background-color: #06b;
color: white;
}
#qunit h1 a { color: white; }
#qunit h2 {
padding: 10px;
background-color: #eee;
color: black;
margin: 0;
font-size: small;
font-weight: normal
}
#qunit .pass { color: green; }
#qunit .fail { color: red; }
#qunit p.result { margin-left: 1em; }
#qunit #banner {
height: 2em;
border-bottom: 1px solid white;
}
#qunit h2.pass { background-color: green; }
#qunit h2.fail { background-color: red; }
#qunit div.testrunner-toolbar {
background: #eee;
border-top: 1px solid black;
padding: 10px;
}
#qunit ol#tests > li > strong { cursor:pointer; }
#qunit div#fx-tests h4 { background: red; }
#qunit div#fx-tests h4.pass { background: green; }
#qunit div#fx-tests div.box {
background: red url(data/cow.jpg) no-repeat;
overflow: hidden;
border: 2px solid #000;
}
#qunit div#fx-tests div.overflow {
overflow: visible;
}
#qunit div.inline { display: inline; }
#qunit div.autoheight { height: auto; }
#qunit div.autowidth { width: auto; }
#qunit div.autoopacity { opacity: auto; }
#qunit div.largewidth { width: 100px; }
#qunit div.largeheight { height: 100px; }
#qunit div.largeopacity {
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#qunit div.medwidth { width: 50px; }
#qunit div.medheight { height: 50px; }
#qunit div.medopacity {
opacity: 0.5;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-moz-opacity:0.5;
}
#qunit div.nowidth {
width: 0px;
}
#qunit div.noheight {
height: 0px;
}
#qunit div.noopacity {
opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity:0;
}
#qunit div.hidden {
display: none;
}
div#fx-tests div.widewidth {
background-repeat: repeat-x;
}
div#fx-tests div.wideheight {
background-repeat: repeat-y;
}
div#fx-tests div.widewidth.wideheight {
background-repeat: repeat;
}
div#fx-tests div.noback {
background-image: none;
}
div.chain, div.chain div { width: 100px; height: 20px; position: relative; float: left; }
div.chain div { position: absolute; top: 0px; left: 0px; }
div.chain.test { background: red; }
div.chain.test div { background: green; }
div.chain.out { background: green; }
div.chain.out div { background: red; display: none; }
div#show-tests * { display: none; } | tests/clone_detector_tests/sproutcore/frameworks/testing/resources/testsuite.css | font-family: 'Helvetica Neue', 'Helvetica', 'Arial', verdana, sans-serif;
margin: 0;
padding: 0
}
#qunit {
position: absolute;
top: 0;
left:0 ;
right: 0;
bottom: 0;
overflow: auto;
font-size: 10pt;
}
#qunit h1 {
padding: 15px;
font-size: large;
background-color: #06b;
color: white;
}
#qunit h1 a { color: white; }
#qunit h2 {
padding: 10px;
background-color: #eee;
color: black;
margin: 0;
font-size: small;
font-weight: normal
}
#qunit .pass { color: green; }
#qunit .fail { color: red; }
#qunit p.result { margin-left: 1em; }
#qunit #banner {
height: 2em;
border-bottom: 1px solid white;
}
#qunit h2.pass { background-color: green; }
#qunit h2.fail { background-color: red; }
#qunit div.testrunner-toolbar {
background: #eee;
border-top: 1px solid black;
padding: 10px;
}
#qunit ol#tests > li > strong { cursor:pointer; }
#qunit div#fx-tests h4 { background: red; }
#qunit div#fx-tests h4.pass { background: green; }
#qunit div#fx-tests div.box {
background: red url(data/cow.jpg) no-repeat;
overflow: hidden;
border: 2px solid #000;
}
#qunit div#fx-tests div.overflow {
overflow: visible;
}
#qunit div.inline { display: inline; }
#qunit div.autoheight { height: auto; }
#qunit div.autowidth { width: auto; }
#qunit div.autoopacity { opacity: auto; }
#qunit div.largewidth { width: 100px; }
#qunit div.largeheight { height: 100px; }
#qunit div.largeopacity {
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#qunit div.medwidth { width: 50px; }
#qunit div.medheight { height: 50px; }
#qunit div.medopacity {
opacity: 0.5;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-moz-opacity:0.5;
}
#qunit div.nowidth {
width: 0px;
}
#qunit div.noheight {
height: 0px;
}
#qunit div.noopacity {
opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity:0;
}
#qunit div.hidden {
display: none;
}
div#fx-tests div.widewidth {
background-repeat: repeat-x;
}
div#fx-tests div.wideheight {
background-repeat: repeat-y;
}
div#fx-tests div.widewidth.wideheight {
background-repeat: repeat;
}
div#fx-tests div.noback {
background-image: none;
}
div.chain, div.chain div { width: 100px; height: 20px; position: relative; float: left; }
div.chain div { position: absolute; top: 0px; left: 0px; }
div.chain.test { background: red; }
div.chain.test div { background: green; }
div.chain.out { background: green; }
div.chain.out div { background: red; display: none; }
div#show-tests * { display: none; } | 0.416085 | 0.11326 |
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 200;
src: local("Mukta Malar ExtraLight"),local(MuktaMalar-ExtraLight),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMwBuAI4W8.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMwBuAG4Ws.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMwBuAI4W0.woff) format("woff");
}
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 300;
src: local("Mukta Malar Light"),local(MuktaMalar-Light),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINUBeAI4W8.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINUBeAG4Ws.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINUBeAI4W0.woff) format("woff");
}
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 400;
src: local("Mukta Malar Regular"),local(MuktaMalar-Regular),url(//fonts.gstatic.com/s/muktamalar/v7/MCoXzAXyz8LOE2FpJMxZqIvxJ_E.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoXzAXyz8LOE2FpJMxZqIv_J_U.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoXzAXyz8LOE2FpJMxZqIvxJ_M.woff) format("woff");
}
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 500;
src: local("Mukta Malar Medium"),local(MuktaMalar-Medium),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMMBOAI4W8.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMMBOAG4Ws.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMMBOAI4W0.woff) format("woff");
}
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 600;
src: local("Mukta Malar SemiBold"),local(MuktaMalar-SemiBold),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMgA-AI4W8.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMgA-AG4Ws.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMgA-AI4W0.woff) format("woff");
}
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 700;
src: local("Mukta Malar Bold"),local(MuktaMalar-Bold),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINEAuAI4W8.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINEAuAG4Ws.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINEAuAI4W0.woff) format("woff");
}
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 800;
src: local("Mukta Malar ExtraBold"),local(MuktaMalar-ExtraBold),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINYAeAI4W8.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINYAeAG4Ws.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINYAeAI4W0.woff) format("woff");
}
.u-font-mukta-malar-200 {
font-family: 'Mukta Malar' !important;
font-weight: 200 !important;
}
.u-font-mukta-malar-300 {
font-family: 'Mukta Malar' !important;
font-weight: 300 !important;
}
.u-font-mukta-malar-400 {
font-family: 'Mukta Malar' !important;
font-weight: 400 !important;
}
.u-font-mukta-malar-500 {
font-family: 'Mukta Malar' !important;
font-weight: 500 !important;
}
.u-font-mukta-malar-600 {
font-family: 'Mukta Malar' !important;
font-weight: 600 !important;
}
.u-font-mukta-malar-700 {
font-family: 'Mukta Malar' !important;
font-weight: 700 !important;
}
.u-font-mukta-malar-800 {
font-family: 'Mukta Malar' !important;
font-weight: 800 !important;
} | target/main/css/google/mukta-malar/index.css | @font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 200;
src: local("Mukta Malar ExtraLight"),local(MuktaMalar-ExtraLight),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMwBuAI4W8.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMwBuAG4Ws.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMwBuAI4W0.woff) format("woff");
}
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 300;
src: local("Mukta Malar Light"),local(MuktaMalar-Light),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINUBeAI4W8.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINUBeAG4Ws.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINUBeAI4W0.woff) format("woff");
}
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 400;
src: local("Mukta Malar Regular"),local(MuktaMalar-Regular),url(//fonts.gstatic.com/s/muktamalar/v7/MCoXzAXyz8LOE2FpJMxZqIvxJ_E.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoXzAXyz8LOE2FpJMxZqIv_J_U.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoXzAXyz8LOE2FpJMxZqIvxJ_M.woff) format("woff");
}
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 500;
src: local("Mukta Malar Medium"),local(MuktaMalar-Medium),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMMBOAI4W8.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMMBOAG4Ws.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMMBOAI4W0.woff) format("woff");
}
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 600;
src: local("Mukta Malar SemiBold"),local(MuktaMalar-SemiBold),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMgA-AI4W8.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMgA-AG4Ws.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqIMgA-AI4W0.woff) format("woff");
}
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 700;
src: local("Mukta Malar Bold"),local(MuktaMalar-Bold),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINEAuAI4W8.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINEAuAG4Ws.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINEAuAI4W0.woff) format("woff");
}
@font-face {
font-family: "Mukta Malar";
font-style: normal;
font-weight: 800;
src: local("Mukta Malar ExtraBold"),local(MuktaMalar-ExtraBold),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINYAeAI4W8.eot?#) format("eot"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINYAeAG4Ws.woff2) format("woff2"),url(//fonts.gstatic.com/s/muktamalar/v7/MCoKzAXyz8LOE2FpJMxZqINYAeAI4W0.woff) format("woff");
}
.u-font-mukta-malar-200 {
font-family: 'Mukta Malar' !important;
font-weight: 200 !important;
}
.u-font-mukta-malar-300 {
font-family: 'Mukta Malar' !important;
font-weight: 300 !important;
}
.u-font-mukta-malar-400 {
font-family: 'Mukta Malar' !important;
font-weight: 400 !important;
}
.u-font-mukta-malar-500 {
font-family: 'Mukta Malar' !important;
font-weight: 500 !important;
}
.u-font-mukta-malar-600 {
font-family: 'Mukta Malar' !important;
font-weight: 600 !important;
}
.u-font-mukta-malar-700 {
font-family: 'Mukta Malar' !important;
font-weight: 700 !important;
}
.u-font-mukta-malar-800 {
font-family: 'Mukta Malar' !important;
font-weight: 800 !important;
} | 0.167083 | 0.106877 |
@media (max-width: 320px){
.menu nav ul li a{
font-size: 20px;
}
.menu img{
width: 15vw;
height: 10vh;
}
main .inicio h1{
margin-top: 15vh;
font-size: 35px;
}
.inicio{
display: flex;
justify-content: center;
width: 100vw;
text-align: center;
font-size: 40px;
padding: 15px;
}
.inicio h2{
font-size: 35px;
text-align: center;
padding: 10px;
}
.inicio p{
font-size: 18px;
margin-bottom: 60px;
width: 90vw;
text-align: center;
}
.brigadeiros img{
width: 100vw;
margin: auto;
background-size: cover;
}
.brigadeiros .news{
text-align: center;
padding: 25px;
width: 100vw;
background-color: #6F023F;
}
.brigadeiros .news h1, .title{
text-align: center;
font-size: 40px;
}
}
@media (max-width: 450px){
.menu nav ul li a{
font-size: 20px;
}
.menu img{
width: 15vw;
height: 10vh;
}
main .inicio h1{
margin-top: 2vh;
font-size: 35px;
}
.inicio {
width: 100vw;
text-align: center;
font-size: 40px;
margin: auto;
display: flex;
justify-content: center;
padding: 10px;
}
.inicio h2{
text-align: center;
}
.inicio p{
font-size: 23px;
margin-bottom: 50px;
width: 90vw;
text-align: center;
}
.brigadeiros img{
height: 50vh;
width: 100vw;
margin: auto;
background-size: cover;
}
.brigadeiros .news{
text-align: center;
padding: 25px;
width: 100vw;
background-color: #6F023F;
}
.brigadeiros .news h1, .title{
text-align: center;
font-size: 40px;
}
.brigadeiros .news p{
font-size: 18px;
}
}
/* altura */ | css/media.css | @media (max-width: 320px){
.menu nav ul li a{
font-size: 20px;
}
.menu img{
width: 15vw;
height: 10vh;
}
main .inicio h1{
margin-top: 15vh;
font-size: 35px;
}
.inicio{
display: flex;
justify-content: center;
width: 100vw;
text-align: center;
font-size: 40px;
padding: 15px;
}
.inicio h2{
font-size: 35px;
text-align: center;
padding: 10px;
}
.inicio p{
font-size: 18px;
margin-bottom: 60px;
width: 90vw;
text-align: center;
}
.brigadeiros img{
width: 100vw;
margin: auto;
background-size: cover;
}
.brigadeiros .news{
text-align: center;
padding: 25px;
width: 100vw;
background-color: #6F023F;
}
.brigadeiros .news h1, .title{
text-align: center;
font-size: 40px;
}
}
@media (max-width: 450px){
.menu nav ul li a{
font-size: 20px;
}
.menu img{
width: 15vw;
height: 10vh;
}
main .inicio h1{
margin-top: 2vh;
font-size: 35px;
}
.inicio {
width: 100vw;
text-align: center;
font-size: 40px;
margin: auto;
display: flex;
justify-content: center;
padding: 10px;
}
.inicio h2{
text-align: center;
}
.inicio p{
font-size: 23px;
margin-bottom: 50px;
width: 90vw;
text-align: center;
}
.brigadeiros img{
height: 50vh;
width: 100vw;
margin: auto;
background-size: cover;
}
.brigadeiros .news{
text-align: center;
padding: 25px;
width: 100vw;
background-color: #6F023F;
}
.brigadeiros .news h1, .title{
text-align: center;
font-size: 40px;
}
.brigadeiros .news p{
font-size: 18px;
}
}
/* altura */ | 0.141045 | 0.04982 |
* @section Base Styles
*/
/* line 1, src/sass/components/vars.scss */
:root {
--gradient: -webkit-linear-gradient(left, #fa7219, #c82726, #b2042c, #922145, #7d3a57, #526b7b, #24c4cf);
}
/* line 6, src/sass/components/_base.scss */
.hero {
background: linear-gradient(99.1deg, #232139 5.11%, #0d0c15 94.89%);
height: calc(100vh - 50px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/* line 12, src/sass/components/_base.scss */
.hero__title {
font-size: 3.5rem;
color: #fff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
"Helvetica Neue", sans-serif;
}
/* line 17, src/sass/components/_base.scss */
.hero__title__gradient {
background: var(--gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* line 1, src/sass/components/normalize.scss */
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-weight: unset;
}
/* line 1, src/sass/components/vars.scss */
:root {
--gradient: -webkit-linear-gradient(left, #fa7219, #c82726, #b2042c, #922145, #7d3a57, #526b7b, #24c4cf);
}
/* line 3, src/sass/components/navbar.scss */
.navbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: var(--gradient);
height: 50px;
}
/* line 9, src/sass/components/navbar.scss */
.navbar__ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
}
/* line 13, src/sass/components/navbar.scss */
.navbar__li {
margin: 20px;
}
/* line 16, src/sass/components/navbar.scss */
.navbar__a {
text-decoration: none;
font-size: 1.4rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
"Helvetica Neue", sans-serif;
color: white;
}
/* line 1, src/sass/components/vars.scss */
:root {
--gradient: -webkit-linear-gradient(left, #fa7219, #c82726, #b2042c, #922145, #7d3a57, #526b7b, #24c4cf);
} | dist/css/main.css | * @section Base Styles
*/
/* line 1, src/sass/components/vars.scss */
:root {
--gradient: -webkit-linear-gradient(left, #fa7219, #c82726, #b2042c, #922145, #7d3a57, #526b7b, #24c4cf);
}
/* line 6, src/sass/components/_base.scss */
.hero {
background: linear-gradient(99.1deg, #232139 5.11%, #0d0c15 94.89%);
height: calc(100vh - 50px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/* line 12, src/sass/components/_base.scss */
.hero__title {
font-size: 3.5rem;
color: #fff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
"Helvetica Neue", sans-serif;
}
/* line 17, src/sass/components/_base.scss */
.hero__title__gradient {
background: var(--gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* line 1, src/sass/components/normalize.scss */
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-weight: unset;
}
/* line 1, src/sass/components/vars.scss */
:root {
--gradient: -webkit-linear-gradient(left, #fa7219, #c82726, #b2042c, #922145, #7d3a57, #526b7b, #24c4cf);
}
/* line 3, src/sass/components/navbar.scss */
.navbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: var(--gradient);
height: 50px;
}
/* line 9, src/sass/components/navbar.scss */
.navbar__ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
}
/* line 13, src/sass/components/navbar.scss */
.navbar__li {
margin: 20px;
}
/* line 16, src/sass/components/navbar.scss */
.navbar__a {
text-decoration: none;
font-size: 1.4rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
"Helvetica Neue", sans-serif;
color: white;
}
/* line 1, src/sass/components/vars.scss */
:root {
--gradient: -webkit-linear-gradient(left, #fa7219, #c82726, #b2042c, #922145, #7d3a57, #526b7b, #24c4cf);
} | 0.251556 | 0.051869 |
.static-field{
margin-top: 20px;
display: flex;
position: inherit;
border: 2px white double;
}
.static-img{
display: flex;
margin-top: 10px;
max-width: 100%;
}
.img-logo{
width: 30%;
margin-bottom: 10px;
display: flex;
justify-content: flex-start;
margin-block-start: inherit;
}
.heading-text{
margin-top: 70px;
display: flex;
justify-content: center;
position: relative;
margin-right: 18px;
}
.canvasdiv{
display: flex;
justify-content: center;
position: relative;
margin-top: 20px;
margin-right: 14px;
margin-left: 30px;
visibility: hidden;
}
.div-span{
display: flex;
margin-top: 200px;
position: relative;
color: teal;
font-weight: bolder;
font-size: medium;
text-align: center;
left: 150px;
}
.div-canvas{
display: flex;
position: relative;
left : 100px;
}
.backBtn{
display: flex;
position: relative;
justify-content: flex-end;
}
.progress {
height: 30px;
width: 300px;
background-color: lightgray;
border-radius: 20px;
margin-left: 40%;
margin-bottom: 20px;
position: relative;
}
.progress-done {
height: 100%;
width: 0;
opacity: 0;
background: linear-gradient(to left, #f2709c,#ff9472);
color: #fff;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 3px 3px -5px #f2709c, 0 2px 5px #f2709c;
transition: 30s ease;
}
.btn-success{
visibility: hidden;
display: inline;
position: relative;
justify-content: center;
left: 50px;
}
.pay-btn{
display: flex;
position: relative;
justify-content:center;
}
.lnkBtn{
display: flex;
position: relative;
justify-content: center;
margin-bottom: 20px;
visibility: hidden;
left: 50px;
}
.container-alert{
margin: 50px;
position: relative;
width: 80%;
left: 40px;
}
.alert-danger{
border-radius: 20px;
color:red;
}
.alert-success{
border-radius: 20px;
color: green;
}
.span-message{
position: inherit;
display: inherit;
margin-top: 30px ;
}
#danger{
margin-left: 90%;
border-radius: 10px;
margin-bottom: 50px;
} | css/visualize.css | .static-field{
margin-top: 20px;
display: flex;
position: inherit;
border: 2px white double;
}
.static-img{
display: flex;
margin-top: 10px;
max-width: 100%;
}
.img-logo{
width: 30%;
margin-bottom: 10px;
display: flex;
justify-content: flex-start;
margin-block-start: inherit;
}
.heading-text{
margin-top: 70px;
display: flex;
justify-content: center;
position: relative;
margin-right: 18px;
}
.canvasdiv{
display: flex;
justify-content: center;
position: relative;
margin-top: 20px;
margin-right: 14px;
margin-left: 30px;
visibility: hidden;
}
.div-span{
display: flex;
margin-top: 200px;
position: relative;
color: teal;
font-weight: bolder;
font-size: medium;
text-align: center;
left: 150px;
}
.div-canvas{
display: flex;
position: relative;
left : 100px;
}
.backBtn{
display: flex;
position: relative;
justify-content: flex-end;
}
.progress {
height: 30px;
width: 300px;
background-color: lightgray;
border-radius: 20px;
margin-left: 40%;
margin-bottom: 20px;
position: relative;
}
.progress-done {
height: 100%;
width: 0;
opacity: 0;
background: linear-gradient(to left, #f2709c,#ff9472);
color: #fff;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 3px 3px -5px #f2709c, 0 2px 5px #f2709c;
transition: 30s ease;
}
.btn-success{
visibility: hidden;
display: inline;
position: relative;
justify-content: center;
left: 50px;
}
.pay-btn{
display: flex;
position: relative;
justify-content:center;
}
.lnkBtn{
display: flex;
position: relative;
justify-content: center;
margin-bottom: 20px;
visibility: hidden;
left: 50px;
}
.container-alert{
margin: 50px;
position: relative;
width: 80%;
left: 40px;
}
.alert-danger{
border-radius: 20px;
color:red;
}
.alert-success{
border-radius: 20px;
color: green;
}
.span-message{
position: inherit;
display: inherit;
margin-top: 30px ;
}
#danger{
margin-left: 90%;
border-radius: 10px;
margin-bottom: 50px;
} | 0.397003 | 0.051726 |
@-moz-document domain("tproger.ru") {
/*Backgrounds*/
body {
background: #000;
color: #EEE;
}
.post-title {
background: #060606;
}
.entry-content {
background: #060606;
}
blockquote {
background: #060606;
}
.box {
background: #060606;
}
.native-ads-footer {
background: #060606;
}
.navbar-inverse .navbar-inner,
.widget-head,
header#masthead {
background: #060606 !important;
}
.widget_tag_cloud .tagcloud a {
background: #060606 !important;
}
/*Fonts*/
#above-content-button {
color: #EEE;
}
.entry-content p {
color: #EEE;
}
blockquote p {
color: #EEE !important;
}
.news-title a {
color: #EEE !important;
}
.news-show-all {
color: #EEE !important;
}
.entry-title a {
color: #DDD !important;
}
.entry-content p,
.entry-content ul li,
.entry-content p,
.entry-content ol li {
color: #EEE;
}
.event-wrapper>a>span {
color: #EEE !important;
}
.grf-list__title {
color: #EEE !important;
}
.tag-menu-item>a {
color: #FFF !important;
}
.switcher_content>span {
color: #EEE !important;
}
#feed_mode_select {
background: #060606 !important;
color: #EEE !important;
}
.pagination>a {
background: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
background-color: #060606;
border: 3px solid #222 !important;
border-radius: 0 !important;
}
.bluth.tproger,
.btn {
background: #222;
color: #CCC;
border: 3px solid #222;
border-radius: 0;
}
.btn.bluth.tproger:hover,
.btn.bluth.tproger:focus {
background: #444;
color: #FFF;
border-radius: 0;
}
#masthead .bluth-navigation.fixed {
border: none;
}
#masthead .bluth-navigation {
/* background: #000; */
}
.jobs-baner-meta {
color: inherit !important;
}
.about-company-jobs-title a {
color: #04a49c !important;
}
.grf-list__link {
background-color: #060606 !important;
}
.share-story>li>a>i::before {
color: #CCC;
}
footer.entry-meta ul a {
color: #04a49c;
}
} | data/usercss/161047.user.css | @-moz-document domain("tproger.ru") {
/*Backgrounds*/
body {
background: #000;
color: #EEE;
}
.post-title {
background: #060606;
}
.entry-content {
background: #060606;
}
blockquote {
background: #060606;
}
.box {
background: #060606;
}
.native-ads-footer {
background: #060606;
}
.navbar-inverse .navbar-inner,
.widget-head,
header#masthead {
background: #060606 !important;
}
.widget_tag_cloud .tagcloud a {
background: #060606 !important;
}
/*Fonts*/
#above-content-button {
color: #EEE;
}
.entry-content p {
color: #EEE;
}
blockquote p {
color: #EEE !important;
}
.news-title a {
color: #EEE !important;
}
.news-show-all {
color: #EEE !important;
}
.entry-title a {
color: #DDD !important;
}
.entry-content p,
.entry-content ul li,
.entry-content p,
.entry-content ol li {
color: #EEE;
}
.event-wrapper>a>span {
color: #EEE !important;
}
.grf-list__title {
color: #EEE !important;
}
.tag-menu-item>a {
color: #FFF !important;
}
.switcher_content>span {
color: #EEE !important;
}
#feed_mode_select {
background: #060606 !important;
color: #EEE !important;
}
.pagination>a {
background: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
background-color: #060606;
border: 3px solid #222 !important;
border-radius: 0 !important;
}
.bluth.tproger,
.btn {
background: #222;
color: #CCC;
border: 3px solid #222;
border-radius: 0;
}
.btn.bluth.tproger:hover,
.btn.bluth.tproger:focus {
background: #444;
color: #FFF;
border-radius: 0;
}
#masthead .bluth-navigation.fixed {
border: none;
}
#masthead .bluth-navigation {
/* background: #000; */
}
.jobs-baner-meta {
color: inherit !important;
}
.about-company-jobs-title a {
color: #04a49c !important;
}
.grf-list__link {
background-color: #060606 !important;
}
.share-story>li>a>i::before {
color: #CCC;
}
footer.entry-meta ul a {
color: #04a49c;
}
} | 0.19853 | 0.060641 |
.UMGViewer
{
text-align:center;
}
.UMGViewer > div
{
margin:auto;
}
.Money
{
color:Red;
text-align:right;
}
.CartItem_Header
{
border-bottom:1px solid #000000;
font-family: Tahoma, Arial, Helvetica;
font-size: 13px;
font-weight: bold;
}
.CartItem_Footer
{
border-top:1px solid #000000;
font-family: Tahoma, Arial, Helvetica;
font-size: 13px;
font-weight: bold;
}
.CartItem_Normal
{
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
}
.CartItem_Alternating
{
background-color:#EEEEEE;
color: #222222;
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
}
.CartItem_ItemHeader
{
text-decoration:underline;
font-weight:bold;
font-size: 12px;
height:20px;
}
.ItemHeader
{
height:20px;
background-color:#EEEEEE;
}
.DaysWithoutPhoto
{
vertical-align:top;
height:70px;
}
.DaysWithPhoto
{
vertical-align:top;
}
.OtherMonthDays
{
}
.Today
{
border: 1px solid #CCCCCC;
vertical-align:top;
}
.Weekday
{
border-bottom: 1px solid black;
}
.AlternativeWeekClass
{
background-color:#EEEEEE;
}
.WeekHeader
{
vertical-align:top;
}
.MonthHeader
{
font-family: Tahoma, Arial, Helvetica;
font-size: 14px;
font-weight: normal;
color: #333333;
}
.Script
{
font-family: Tahoma, Arial, Helvetica;
font-size:10px;
color:#FF0000;
}
.Script2
{
font-size:11px;
color:#555555;
}
.UMGKeyword
{
text-decoration:underline;
}
.UMGKeyword A:link
{
text-decoration:underline;
}
/* ================================
CSS For Paging Control
================================
*/
.PagerDisabled
{
color:#000000;
border:1px solid #888888;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
line-height:26px;
background-color:#CCCCCC;
}
.Pager TD A:Link,.Pager TD A:visited
{
color:#000000;
border:1px solid #CCCCCC;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
line-height:26px;
margin:2px;
}
.Pager TD A:Hover
{
color:#000000;
border:1px solid #CCCCCC;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
line-height:26px;
background-color:#EAEAEA;
}
.verticalMiddle *
{
vertical-align:middle;
}
.UMGButtonBar
{
background-color:#F5F5F5;
border:1px solid #C2D1DF;
height:30px;
}
.SectionHeader
{
background-color:#F5F5F5;
border-bottom:1px solid #CCCCCC;
height:28px;
padding-left:5px;
}
.SectionFooter
{
border-top:1px solid #D6D6D6;
height:25px;
}
.UMGMenuActive
{
padding:5px;
background-color:#CCCCCC;
}
.UMGMenuBody
{
padding:5px;
border:1px solid #CCCCCC;
line-height: 150%;
background: url('images/semiwhite.png');
}
.ComboWithoutBorder
{
background-color: #F6F6F6;
}
.ComboWithoutBorderOuter
{
margin: -2px
}
.UVGQuote
{
border:1px solid #DDDDDD;
background-color:#F6F6F6;
padding:2px;
margin:3px;
}
.UVGAvatar
{
border:3px solid #F4F4F4;
}
.UVGCommentFooter
{
background-color:#F4F4F4;
height:20px;
}
.TagCloudLevel1
{
color:#E71A1A;
font-size:200%;
}
.TagCloudLevel2
{
color:#0063DC;
font-size:160%;
}
.TagCloudLevel3
{
color:#333333;
font-size:125%;
}
.TagCloudLevel4
{
color:#666666;
}
.UMGSection
{
border: 1px solid #CCCCCC;
}
.Group1
{
width:278px !important;
width:300px;
border: 1px solid #CCCCCC;
padding: 10px;
}
.Group1 ol
{
margin-left:20px;
}
.Group2
{
width:280px !important;
width:300px;
height:130px;
background-image: url('images/group2.png');
background-repeat: no-repeat;
text-align: left;
padding: 10px;
}
.Group3
{
text-align: left;
border: 1px solid #CCCCCC;
padding: 10px;
width:540px;
}
.Group3 ol
{
margin-left:20px;
}
.Tag
{
border: 1px solid #AAAAAA;
padding:1px;
margin-right:5px;
display:inline-block;
margin-bottom:1px;
}
table
{
text-align:left;
}
.MenuActive span
{
font-weight:bold;
color:#333333;
}
.header
{
width:150px;
height:30px;
}
.header2
{
width:110px;
height:30px;
}
.watermark {
color: #999 !important;
font-style: italic !important;
}
.separator
{
background: url('images/semiwhite.png');
}
.fbtitle
{
background-color:#eee;
border-top:1px solid #ddd;
font-size:11px;
font-weight:bold;
margin-top:5px;
margin-bottom:5px;
padding-left:5px;
}
.fbalbum .logo
{
width:130px;
padding:3px;
text-align:center;
border:1px solid #ccc;
}
.fbalbum .logo a
{
width:100%;
background-color:#ccc;
}
.fbalbum .title
{
text-align:left;
font-weight:bold;
color:#3B5998;
}
.fbalbum .script
{
text-align:left;
color:#999;
} | DesktopModules/UltraMediaGallery/module.css | .UMGViewer
{
text-align:center;
}
.UMGViewer > div
{
margin:auto;
}
.Money
{
color:Red;
text-align:right;
}
.CartItem_Header
{
border-bottom:1px solid #000000;
font-family: Tahoma, Arial, Helvetica;
font-size: 13px;
font-weight: bold;
}
.CartItem_Footer
{
border-top:1px solid #000000;
font-family: Tahoma, Arial, Helvetica;
font-size: 13px;
font-weight: bold;
}
.CartItem_Normal
{
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
}
.CartItem_Alternating
{
background-color:#EEEEEE;
color: #222222;
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
}
.CartItem_ItemHeader
{
text-decoration:underline;
font-weight:bold;
font-size: 12px;
height:20px;
}
.ItemHeader
{
height:20px;
background-color:#EEEEEE;
}
.DaysWithoutPhoto
{
vertical-align:top;
height:70px;
}
.DaysWithPhoto
{
vertical-align:top;
}
.OtherMonthDays
{
}
.Today
{
border: 1px solid #CCCCCC;
vertical-align:top;
}
.Weekday
{
border-bottom: 1px solid black;
}
.AlternativeWeekClass
{
background-color:#EEEEEE;
}
.WeekHeader
{
vertical-align:top;
}
.MonthHeader
{
font-family: Tahoma, Arial, Helvetica;
font-size: 14px;
font-weight: normal;
color: #333333;
}
.Script
{
font-family: Tahoma, Arial, Helvetica;
font-size:10px;
color:#FF0000;
}
.Script2
{
font-size:11px;
color:#555555;
}
.UMGKeyword
{
text-decoration:underline;
}
.UMGKeyword A:link
{
text-decoration:underline;
}
/* ================================
CSS For Paging Control
================================
*/
.PagerDisabled
{
color:#000000;
border:1px solid #888888;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
line-height:26px;
background-color:#CCCCCC;
}
.Pager TD A:Link,.Pager TD A:visited
{
color:#000000;
border:1px solid #CCCCCC;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
line-height:26px;
margin:2px;
}
.Pager TD A:Hover
{
color:#000000;
border:1px solid #CCCCCC;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
line-height:26px;
background-color:#EAEAEA;
}
.verticalMiddle *
{
vertical-align:middle;
}
.UMGButtonBar
{
background-color:#F5F5F5;
border:1px solid #C2D1DF;
height:30px;
}
.SectionHeader
{
background-color:#F5F5F5;
border-bottom:1px solid #CCCCCC;
height:28px;
padding-left:5px;
}
.SectionFooter
{
border-top:1px solid #D6D6D6;
height:25px;
}
.UMGMenuActive
{
padding:5px;
background-color:#CCCCCC;
}
.UMGMenuBody
{
padding:5px;
border:1px solid #CCCCCC;
line-height: 150%;
background: url('images/semiwhite.png');
}
.ComboWithoutBorder
{
background-color: #F6F6F6;
}
.ComboWithoutBorderOuter
{
margin: -2px
}
.UVGQuote
{
border:1px solid #DDDDDD;
background-color:#F6F6F6;
padding:2px;
margin:3px;
}
.UVGAvatar
{
border:3px solid #F4F4F4;
}
.UVGCommentFooter
{
background-color:#F4F4F4;
height:20px;
}
.TagCloudLevel1
{
color:#E71A1A;
font-size:200%;
}
.TagCloudLevel2
{
color:#0063DC;
font-size:160%;
}
.TagCloudLevel3
{
color:#333333;
font-size:125%;
}
.TagCloudLevel4
{
color:#666666;
}
.UMGSection
{
border: 1px solid #CCCCCC;
}
.Group1
{
width:278px !important;
width:300px;
border: 1px solid #CCCCCC;
padding: 10px;
}
.Group1 ol
{
margin-left:20px;
}
.Group2
{
width:280px !important;
width:300px;
height:130px;
background-image: url('images/group2.png');
background-repeat: no-repeat;
text-align: left;
padding: 10px;
}
.Group3
{
text-align: left;
border: 1px solid #CCCCCC;
padding: 10px;
width:540px;
}
.Group3 ol
{
margin-left:20px;
}
.Tag
{
border: 1px solid #AAAAAA;
padding:1px;
margin-right:5px;
display:inline-block;
margin-bottom:1px;
}
table
{
text-align:left;
}
.MenuActive span
{
font-weight:bold;
color:#333333;
}
.header
{
width:150px;
height:30px;
}
.header2
{
width:110px;
height:30px;
}
.watermark {
color: #999 !important;
font-style: italic !important;
}
.separator
{
background: url('images/semiwhite.png');
}
.fbtitle
{
background-color:#eee;
border-top:1px solid #ddd;
font-size:11px;
font-weight:bold;
margin-top:5px;
margin-bottom:5px;
padding-left:5px;
}
.fbalbum .logo
{
width:130px;
padding:3px;
text-align:center;
border:1px solid #ccc;
}
.fbalbum .logo a
{
width:100%;
background-color:#ccc;
}
.fbalbum .title
{
text-align:left;
font-weight:bold;
color:#3B5998;
}
.fbalbum .script
{
text-align:left;
color:#999;
} | 0.286668 | 0.102125 |
.selected-game-store {
border-top: 1px solid #ddd;
padding: 24px 0 10px 16px;
display: flex;
max-height: 500px;
flex-direction: column;
-webkit-transition: ease 250ms;
-moz-transition: ease 250ms;
-ms-transition: ease 250ms;
-o-transition: ease 250ms;
transition: ease 250ms;
cursor: auto;
}
.selected-game-store-closed {
padding: 5px 0 5px 16px !important;
max-height: 34px !important;
}
.selected-game-store-closed > .info-header {
font-size: 17px !important;
}
.info-header {
font-size: 21px;
display: flex;
justify-content: space-between;
align-content: center;
transition: font-size 250ms ease;
cursor: pointer;
/*padding: 5px 5px 5px 5px;*/
}
.info-list-container {
display: flex;
flex-wrap: nowrap;
align-items: center;
padding-top: 11px;
cursor: pointer;
}
.info-list-container:hover .tooltiptext {
visibility: visible !important;
opacity: 1 !important;
}
.info-list-container:hover > .info-text {
color: #0061ff !important;
}
.info-text {
text-decoration: none;
color: #494949;
}
#info-address > .tooltiptext {
margin-top: 36px;
}
/*-----Icons-----*/
.info-icon {
width: 24px;
height: 24px;
margin: 3px 9px 3px 0;
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: center;
}
#website-icon {
background-image: url("../../images/info/website.svg");
}
.email-icon {
background-image: url("../../images/info/email.svg");
}
#phone-icon {
background-image: url("../../images/info/phone.svg");
}
#place-info-icon {
background-image: url("../../images/place-light.svg");
background-size: 24px 24px;
}
.info-list-container:hover > .email-icon {
background-image: url("../../images/info/email-blue.svg");
}
.info-list-container:hover > #place-info-icon {
background-image: url("../../images/info/place-blue.svg");
}
.info-list-container:hover > #phone-icon {
background-image: url("../../images/info/phone-blue.svg");
}
.info-list-container:hover > #website-icon {
background-image: url("../../images/info/website-blue.svg");
}
.up-icon-position {
transform: rotate(90deg) !important;
}
.up-down-icon {
background-image: url("../../images/info/expand.svg");
transform: rotate(270deg);
background-position: 11px;
-webkit-background-size: 22px 24px;
background-size: 22px 24px;
transition: all 250ms ease;
margin-right: 5px;
}
.up-down-closed {
background-position: 8.5px !important;
width: 34px !important;
height: 34px !important;
background-size: 18.7px 20.4px;
}
.info-header:hover .up-down-icon {
background-color: #f1f1f1;
} | static/css/app/store.css | .selected-game-store {
border-top: 1px solid #ddd;
padding: 24px 0 10px 16px;
display: flex;
max-height: 500px;
flex-direction: column;
-webkit-transition: ease 250ms;
-moz-transition: ease 250ms;
-ms-transition: ease 250ms;
-o-transition: ease 250ms;
transition: ease 250ms;
cursor: auto;
}
.selected-game-store-closed {
padding: 5px 0 5px 16px !important;
max-height: 34px !important;
}
.selected-game-store-closed > .info-header {
font-size: 17px !important;
}
.info-header {
font-size: 21px;
display: flex;
justify-content: space-between;
align-content: center;
transition: font-size 250ms ease;
cursor: pointer;
/*padding: 5px 5px 5px 5px;*/
}
.info-list-container {
display: flex;
flex-wrap: nowrap;
align-items: center;
padding-top: 11px;
cursor: pointer;
}
.info-list-container:hover .tooltiptext {
visibility: visible !important;
opacity: 1 !important;
}
.info-list-container:hover > .info-text {
color: #0061ff !important;
}
.info-text {
text-decoration: none;
color: #494949;
}
#info-address > .tooltiptext {
margin-top: 36px;
}
/*-----Icons-----*/
.info-icon {
width: 24px;
height: 24px;
margin: 3px 9px 3px 0;
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: center;
}
#website-icon {
background-image: url("../../images/info/website.svg");
}
.email-icon {
background-image: url("../../images/info/email.svg");
}
#phone-icon {
background-image: url("../../images/info/phone.svg");
}
#place-info-icon {
background-image: url("../../images/place-light.svg");
background-size: 24px 24px;
}
.info-list-container:hover > .email-icon {
background-image: url("../../images/info/email-blue.svg");
}
.info-list-container:hover > #place-info-icon {
background-image: url("../../images/info/place-blue.svg");
}
.info-list-container:hover > #phone-icon {
background-image: url("../../images/info/phone-blue.svg");
}
.info-list-container:hover > #website-icon {
background-image: url("../../images/info/website-blue.svg");
}
.up-icon-position {
transform: rotate(90deg) !important;
}
.up-down-icon {
background-image: url("../../images/info/expand.svg");
transform: rotate(270deg);
background-position: 11px;
-webkit-background-size: 22px 24px;
background-size: 22px 24px;
transition: all 250ms ease;
margin-right: 5px;
}
.up-down-closed {
background-position: 8.5px !important;
width: 34px !important;
height: 34px !important;
background-size: 18.7px 20.4px;
}
.info-header:hover .up-down-icon {
background-color: #f1f1f1;
} | 0.286868 | 0.067979 |
<link href='http://fonts.googleapis.com/css?family=Fenix' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,500,700,800,900,100italic,300italic,400italic,500italic,700italic,800italic,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:300,400' rel='stylesheet' type='text/css'>
<style>
@font-face {
font-family: "Computer Modern";
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');
}
#notebook_panel { /* main background */
background: rgb(245,245,245);
}
div.cell { /* set cell width */
width: 750px;
}
div #notebook { /* centre the content */
background: #fff; /* white background for content */
width: 1100px;
margin: auto;
padding-left: 0em;
}
#notebook li { /* More space between bullet points */
margin-top:0.8em;
}
/* draw border around running cells */
div.cell.border-box-sizing.code_cell.running {
border: 1px solid #111;
}
/* Put a solid color box around each cell and its output, visually linking them*/
div.cell.code_cell {
background-color: rgb(256,256,256);
border-radius: 0px;
padding: 0.5em;
margin-left:1em;
margin-top: 1em;
}
div.text_cell_render{
font-family: 'Alegreya Sans' sans-serif;
line-height: 140%;
font-size: 125%;
font-weight: 400;
width:600px;
margin-left:auto;
margin-right:auto;
}
/* Formatting for header cells */
.text_cell_render h1 {
font-family: 'Alegreya Sans', sans-serif;
font-style:regular;
font-weight: 200;
font-size: 50pt;
line-height: 100%;
/*color:#CD2305;*/
color:#62003C;
margin-bottom: 0.5em;
margin-top: 0.5em;
display: block;
}
.text_cell_render h2 {
font-family: 'Fenix', serif;
font-size: 22pt;
line-height: 100%;
margin-bottom: 0.1em;
margin-top: 0.3em;
display: block;
}
.text_cell_render h3 {
font-family: 'Fenix', serif;
margin-top:12px;
font-size: 16pt;
margin-bottom: 3px;
font-style: regular;
}
.text_cell_render h4 { /*Use this for captions*/
font-family: 'Fenix', serif;
font-size: 2pt;
text-align: center;
margin-top: 0em;
margin-bottom: 2em;
font-style: regular;
}
.text_cell_render h5 { /*Use this for small titles*/
font-family: 'Alegreya Sans', sans-serif;
font-weight: 300;
font-size: 16pt;
color: #62003C;
font-style: italic;
margin-bottom: .5em;
margin-top: 0.5em;
display: block;
}
.text_cell_render h6 { /*use this for copyright note*/
font-family: 'Source Code Pro', sans-serif;
font-weight: 300;
font-size: 9pt;
line-height: 100%;
color: grey;
margin-bottom: 1px;
margin-top: 1px;
}
figcaption {
/*display: block;*/
padding: 1.5em;
}
</style> | style/custom.css | <link href='http://fonts.googleapis.com/css?family=Fenix' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,500,700,800,900,100italic,300italic,400italic,500italic,700italic,800italic,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:300,400' rel='stylesheet' type='text/css'>
<style>
@font-face {
font-family: "Computer Modern";
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');
}
#notebook_panel { /* main background */
background: rgb(245,245,245);
}
div.cell { /* set cell width */
width: 750px;
}
div #notebook { /* centre the content */
background: #fff; /* white background for content */
width: 1100px;
margin: auto;
padding-left: 0em;
}
#notebook li { /* More space between bullet points */
margin-top:0.8em;
}
/* draw border around running cells */
div.cell.border-box-sizing.code_cell.running {
border: 1px solid #111;
}
/* Put a solid color box around each cell and its output, visually linking them*/
div.cell.code_cell {
background-color: rgb(256,256,256);
border-radius: 0px;
padding: 0.5em;
margin-left:1em;
margin-top: 1em;
}
div.text_cell_render{
font-family: 'Alegreya Sans' sans-serif;
line-height: 140%;
font-size: 125%;
font-weight: 400;
width:600px;
margin-left:auto;
margin-right:auto;
}
/* Formatting for header cells */
.text_cell_render h1 {
font-family: 'Alegreya Sans', sans-serif;
font-style:regular;
font-weight: 200;
font-size: 50pt;
line-height: 100%;
/*color:#CD2305;*/
color:#62003C;
margin-bottom: 0.5em;
margin-top: 0.5em;
display: block;
}
.text_cell_render h2 {
font-family: 'Fenix', serif;
font-size: 22pt;
line-height: 100%;
margin-bottom: 0.1em;
margin-top: 0.3em;
display: block;
}
.text_cell_render h3 {
font-family: 'Fenix', serif;
margin-top:12px;
font-size: 16pt;
margin-bottom: 3px;
font-style: regular;
}
.text_cell_render h4 { /*Use this for captions*/
font-family: 'Fenix', serif;
font-size: 2pt;
text-align: center;
margin-top: 0em;
margin-bottom: 2em;
font-style: regular;
}
.text_cell_render h5 { /*Use this for small titles*/
font-family: 'Alegreya Sans', sans-serif;
font-weight: 300;
font-size: 16pt;
color: #62003C;
font-style: italic;
margin-bottom: .5em;
margin-top: 0.5em;
display: block;
}
.text_cell_render h6 { /*use this for copyright note*/
font-family: 'Source Code Pro', sans-serif;
font-weight: 300;
font-size: 9pt;
line-height: 100%;
color: grey;
margin-bottom: 1px;
margin-top: 1px;
}
figcaption {
/*display: block;*/
padding: 1.5em;
}
</style> | 0.446736 | 0.139484 |
.header-details-right h1 {
font-family: inherit;
font-weight: 100;
text-transform: capitalize;
margin-left: 16px;
margin-top: 10px;
font-weight: 500;
}
.staff-users-top{
padding: 10px 20px;
}
.staff-users-top h4{
margin-left: 44px;
font-weight: 400;
padding-bottom: 10px;
}
.staff-users-main{
background-color: #ffffff;
width: 85%;
margin: 10px 45px;
box-shadow: 0px 0px 2px 2px #DCDDDD;
}
.staff-users-contents{
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr ;
padding: 20px;
grid-gap: 20px;
}
input[type='submit'], input[type='reset'] {
padding: 3px 6px;
border-radius: 5px;
font-family: inherit;
color: white;
width: 75px;
border: 2px solid transparent;
position: relative;
left: 5%;
}
.approve {
background-color: #034A00;
}
.cancel {
background-color: #b10202;
}
table td{
padding: 8px;
font-size : small;
}
form{
width: 90%;
padding: 20px;
}
table td:nth-child(odd){
width: 35%;
}
table td:nth-child(even){
width: 60%;
}
input, select{
padding:3px 0px;
width: -webkit-fill-available;
border: 1px solid #3462FD;
border-radius: 5px;
}
select{
padding: 3px 2px;
color : #3462FD;
}
select#select {
width: -webkit-fill-available;
}
.form-buttons{
text-align: right;
padding: 0 8%;
}
.buttons{
padding: 20px 70px 10px 70px;
}
.buttons > .main-buttons{
padding: 10px;
background-color: transparent;
border: 1px solid transparent;
opacity: .7;
}
.buttons > .main-buttons:hover{
cursor: pointer;
border-bottom: 2px solid rgb(218, 184, 184);
opacity: 1;
}
.existing{
display: none;
}
.active-staff{
color: #3462FD !important;
border-bottom: 2px solid #3462FD !important;
opacity: .7 !important;
}
/* media queries */
@media(max-width: 700px){
.staff-users-contents{
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr ;
padding: 20px;
}
.main-buttons{
display: inline-block;
}
.header-details-right h1 {
position: relative;
top: 44px;
right: 26px;
font-size: 22px;
}
select#select {
width: -webkit-fill-available;
}
input[type='submit'], input[type='reset'] {
left: 0%;
}
.buttons {
padding: 10px 0px 0px 30px;
}
.staff-users-main {
margin: 0;
width: auto;
}
.staff-users-top h4 {
margin-left: 0px;
}
} | css/operations/staff-users.css | .header-details-right h1 {
font-family: inherit;
font-weight: 100;
text-transform: capitalize;
margin-left: 16px;
margin-top: 10px;
font-weight: 500;
}
.staff-users-top{
padding: 10px 20px;
}
.staff-users-top h4{
margin-left: 44px;
font-weight: 400;
padding-bottom: 10px;
}
.staff-users-main{
background-color: #ffffff;
width: 85%;
margin: 10px 45px;
box-shadow: 0px 0px 2px 2px #DCDDDD;
}
.staff-users-contents{
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr ;
padding: 20px;
grid-gap: 20px;
}
input[type='submit'], input[type='reset'] {
padding: 3px 6px;
border-radius: 5px;
font-family: inherit;
color: white;
width: 75px;
border: 2px solid transparent;
position: relative;
left: 5%;
}
.approve {
background-color: #034A00;
}
.cancel {
background-color: #b10202;
}
table td{
padding: 8px;
font-size : small;
}
form{
width: 90%;
padding: 20px;
}
table td:nth-child(odd){
width: 35%;
}
table td:nth-child(even){
width: 60%;
}
input, select{
padding:3px 0px;
width: -webkit-fill-available;
border: 1px solid #3462FD;
border-radius: 5px;
}
select{
padding: 3px 2px;
color : #3462FD;
}
select#select {
width: -webkit-fill-available;
}
.form-buttons{
text-align: right;
padding: 0 8%;
}
.buttons{
padding: 20px 70px 10px 70px;
}
.buttons > .main-buttons{
padding: 10px;
background-color: transparent;
border: 1px solid transparent;
opacity: .7;
}
.buttons > .main-buttons:hover{
cursor: pointer;
border-bottom: 2px solid rgb(218, 184, 184);
opacity: 1;
}
.existing{
display: none;
}
.active-staff{
color: #3462FD !important;
border-bottom: 2px solid #3462FD !important;
opacity: .7 !important;
}
/* media queries */
@media(max-width: 700px){
.staff-users-contents{
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr ;
padding: 20px;
}
.main-buttons{
display: inline-block;
}
.header-details-right h1 {
position: relative;
top: 44px;
right: 26px;
font-size: 22px;
}
select#select {
width: -webkit-fill-available;
}
input[type='submit'], input[type='reset'] {
left: 0%;
}
.buttons {
padding: 10px 0px 0px 30px;
}
.staff-users-main {
margin: 0;
width: auto;
}
.staff-users-top h4 {
margin-left: 0px;
}
} | 0.265214 | 0.157363 |
body {
font-family: sans-serif;
font-size: 16px;
background-color: #eee;
}
p {
margin: .2em 0;
line-height: 1.35em;
}
.lunch-mail {
padding: 30px 15px;
}
.lunch-mail-container {
position: relative;
max-width: 500px;
padding: 60px 40px;
margin: 0 auto;
border-radius: 2px;
background-color: #fff;
}
.lunch-mail a {
color: #FF0046;
text-decoration: none;
}
.lunch-mail-content {
margin: 3em 0 4em 0;
width: 100%;
}
.lunch-mail-content ul {
padding: 0;
margin: 0;
}
.lunch-mail-content li {
list-style-type: none;
display: inline;
}
/*
* Venue Mail
*/
.lunch-mail-venue {
position: relative;
margin: 0;
padding: 1.5em 0 1.5em 0;
border-bottom: 2px solid #f7f7f7;
}
.lunch-mail-venue:first-child {
border-top: 2px solid #f7f7f7;
}
.lunch-mail-venue h2 {
margin: 3px 0 1em 0;
text-transform: uppercase;
font-size: 20px;
font-family: "Impact", sans-serif;
}
.lunch-mail-venue a {
background-color: #00B9E7;
color: white;
float: right;
display: block;
padding: 7px 10px;
border-radius: 2px;
font-size: 14px;
}
.lunch-mail-venue a:hover {
background-color: #0083A3;
}
/*
* Reminder
*/
.lunch-mail-venue.lunch-new {
position: relative;
background-color: #333;
color: white;
padding: 30px 30px 40px;
border: none;
border-radius: 2px;
}
.lunch-mail-venue.lunch-new .lunch-cta-btn {
float: none;
display: inline-block;
}
.lunch-mail-venue-interferer {
position: absolute;
top: -45px;
right: -35px;
}
@media screen and (min-width: 480px) {
.lunch-mail-venue-interferer {
position: absolute;
top: -45px;
right: 40px;
}
}
.lunch-mail-venue.lunch-new h2 {
margin: 0 0;
font-size: 30px;
letter-spacing: 1px;
}
.lunch-mail-venue.lunch-new .lunch-mail-venue-header {
margin: 0 0 40px;
}
/*
* Comment Mail
*/
.lunch-mail-content .lunch-mail-comment {
display: block;
margin: 0 0;
padding: 1.25em 0;
border-bottom: 2px solid #f7f7f7;
}
.lunch-mail-content .lunch-mail-comment:first-child {
border-top: 2px solid #f7f7f7;
}
.lunch-mail-commentator {
color: #00B9E7;
margin: 0 0 0 50px;
}
.lunch-mail-comment-content {
margin: 0 0 0 50px;
}
.lunch-mail-commentator-img {
float: left;
height: 40px;
height: 40px;
margin: -2px 10px 0 0;
overflow: hidden;
background-color: #eee;
border-radius: 20px;
}
.lunch-mail-content.lunch-comments .lunch-mail-venue {
padding: 0;
margin: 4em 0;
border-bottom: 0;
botder-top: 0;
}
.lunch-mail-content.lunch-comments .lunch-mail-venue:first-child {
border-top: 0;
}
/*
* Footer
*/
.lunch-mail-footer {
max-width: 500px;
padding: 20px 40px 20px 40px;
margin: 0 auto;
font-size: 12px;
color: #bbb;
text-align: center;
}
.lunch-mail-footer a {
color:#bbb;
text-decoration: underline;
}
.lunch-mail-footer p {
margin: 1em 0;
} | templates/mail.reminder.weekday/style.css | body {
font-family: sans-serif;
font-size: 16px;
background-color: #eee;
}
p {
margin: .2em 0;
line-height: 1.35em;
}
.lunch-mail {
padding: 30px 15px;
}
.lunch-mail-container {
position: relative;
max-width: 500px;
padding: 60px 40px;
margin: 0 auto;
border-radius: 2px;
background-color: #fff;
}
.lunch-mail a {
color: #FF0046;
text-decoration: none;
}
.lunch-mail-content {
margin: 3em 0 4em 0;
width: 100%;
}
.lunch-mail-content ul {
padding: 0;
margin: 0;
}
.lunch-mail-content li {
list-style-type: none;
display: inline;
}
/*
* Venue Mail
*/
.lunch-mail-venue {
position: relative;
margin: 0;
padding: 1.5em 0 1.5em 0;
border-bottom: 2px solid #f7f7f7;
}
.lunch-mail-venue:first-child {
border-top: 2px solid #f7f7f7;
}
.lunch-mail-venue h2 {
margin: 3px 0 1em 0;
text-transform: uppercase;
font-size: 20px;
font-family: "Impact", sans-serif;
}
.lunch-mail-venue a {
background-color: #00B9E7;
color: white;
float: right;
display: block;
padding: 7px 10px;
border-radius: 2px;
font-size: 14px;
}
.lunch-mail-venue a:hover {
background-color: #0083A3;
}
/*
* Reminder
*/
.lunch-mail-venue.lunch-new {
position: relative;
background-color: #333;
color: white;
padding: 30px 30px 40px;
border: none;
border-radius: 2px;
}
.lunch-mail-venue.lunch-new .lunch-cta-btn {
float: none;
display: inline-block;
}
.lunch-mail-venue-interferer {
position: absolute;
top: -45px;
right: -35px;
}
@media screen and (min-width: 480px) {
.lunch-mail-venue-interferer {
position: absolute;
top: -45px;
right: 40px;
}
}
.lunch-mail-venue.lunch-new h2 {
margin: 0 0;
font-size: 30px;
letter-spacing: 1px;
}
.lunch-mail-venue.lunch-new .lunch-mail-venue-header {
margin: 0 0 40px;
}
/*
* Comment Mail
*/
.lunch-mail-content .lunch-mail-comment {
display: block;
margin: 0 0;
padding: 1.25em 0;
border-bottom: 2px solid #f7f7f7;
}
.lunch-mail-content .lunch-mail-comment:first-child {
border-top: 2px solid #f7f7f7;
}
.lunch-mail-commentator {
color: #00B9E7;
margin: 0 0 0 50px;
}
.lunch-mail-comment-content {
margin: 0 0 0 50px;
}
.lunch-mail-commentator-img {
float: left;
height: 40px;
height: 40px;
margin: -2px 10px 0 0;
overflow: hidden;
background-color: #eee;
border-radius: 20px;
}
.lunch-mail-content.lunch-comments .lunch-mail-venue {
padding: 0;
margin: 4em 0;
border-bottom: 0;
botder-top: 0;
}
.lunch-mail-content.lunch-comments .lunch-mail-venue:first-child {
border-top: 0;
}
/*
* Footer
*/
.lunch-mail-footer {
max-width: 500px;
padding: 20px 40px 20px 40px;
margin: 0 auto;
font-size: 12px;
color: #bbb;
text-align: center;
}
.lunch-mail-footer a {
color:#bbb;
text-decoration: underline;
}
.lunch-mail-footer p {
margin: 1em 0;
} | 0.235021 | 0.082994 |
body {
background: #f7eded url(bgMain.png) repeat;
}
.cpanel_body {
max-width: 100%;
}
@keyframes animatedBackground {
0% { background-position: 0; }
100% { background-position: 0 50px; }
}
@-webkit-keyframes animatedBackground {
0% { background-position: 0; }
100% { background-position: 0 50px; }
}
@-ms-keyframes animatedBackground {
0% { background-position: 0; }
100% { background-position: 0 50px; }
}
@-moz-keyframes animatedBackground {
0% { background-position: 0; }
100% { background-position: 0 50px; }
}
.navbar-cpanel {
background-color: #980402;
border-color: #b44948;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
background: #980402 url(topBg2.png);
background-repeat: repeat;
background-position: 0px 0px;
animation: animatedBackground 2s linear infinite;
height: 50px;
}
#-group iframe {
width: 100%;
}
.widget-heading {
border: 1px solid #980402;
color: #fff;
text-transform: uppercase;
background:#980402 url(topBg2.png) repeat-x;
text-shadow: 0 0 4px rgba(0,0,0,1);
}
.group-header-indicator {
text-shadow: 0 0 4px rgba(0,0,0,1);
}
.dropdown-menu {
border: none;
padding: 0;
background: #fdf4f4;
}
.dropdown-menu>li>a:hover {
background-color: #ed1b24;
color: #fff;
}
#stats tr {
background: url(bgSidebar.png);
}
#stats tbody {
border-left: 1px solid #980402;
border-right: 1px solid #980402;
}
a {
color: #980402;
text-decoration: none;
}
a:hover, a:focus {
color: #790301;
text-decoration: underline;
}
.sort-link span {
color: #980402;
}
.sort-link span:hover, .sort-link span:focus, .sort-link span:active {
color: #980402;
}
#home .panel-widget .panel-body {
padding: 0px;
background: url(bgPanel.png)repeat;
border-bottom: 2px solid #980402;
padding-bottom: 15px;
border-radius: 0 0 3px 3px;
border-left: 1px solid #980402;
border-right: 1px solid #980402;
}
.panel-widget .panel-body {
border-bottom: 2px solid #980402;
border-radius: 0 0 3px 3px;
border-left: 1px solid #980402;
border-right: 1px solid #980402;
}
.general-info-label {
color: #8c0106;
}
@media all and (max-width: 750px) {
.item {
width: 98%;
}
}
.item {
background: rgba(255,255,255,0.6);
margin: 4px;
padding: 4px;
border-radius: 3px;
border: 1px solid #980402;
transition: all 0.2s ease-in-out;
}
.item:hover {
background: rgba(237, 28, 34, 0.9);
}
.item:hover a.link {
color: #fff;
}
.item a.link {
transition: all 0.2s ease-in-out;
}
.form-control:focus {
border-color: #ed1c21;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 4, 2, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 4, 2, 0.6);
}
.panel>.table, .panel>.table-responsive>.table {
border-bottom: 2px solid #980402;
}
.chosen-container .chosen-results li.highlighted{background-color:#980402!important;}
.chosen-container .chosen-results li.highlighted {
background-image: none;
color: #fff;
}
.table>thead>tr>th {
border-bottom: 2px solid #980402;
}
.btn-link {
color: #ec2f29;
}
.btn-primary {
background: #ed1b24;
border: 1px solid #980402;
color: #fff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
background-color: #ed1b24;
border-color: #980402;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
color: #fff;
background-color: #ed1b24;
border-color: #980402;
}
select option:checked, select option:hover {
background: #ed1b24;
color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
background: #ed1b24;
color: #fff;
}
span#generate_password_toggle_advanced_options {
color: #980402;
}
.active {
color: #ed1b24;
}
#btnUserPref, .link-buttons {
background-color: #00000030;
}
input#txtQuickFind {
background-color: #00000030;
}
input:hover#txtQuickFind, input:focus#txtQuickFind {
background-color: rgba(0, 0, 0, 0.33);
color: #fff;
}
#btnUserPref:hover, #btnUserPref:active, #btnUserPref:focus, .link-buttons:hover, .link-buttons:active, .link-buttons:focus {
background-color: rgba(0, 0, 0, 0.33);
color: #fff;
}
#sidebar a {
padding: 10px;
display: block;
color: #fdf4f4;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a.active {
color: #fff;
text-decoration: none;
}
input#txtQuickFind::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #fff;
}
input#txtQuickFind:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
opacity: 1;
}
input#txtQuickFind::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
opacity: 1;
}
input#txtQuickFind:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}
input#txtQuickFind::-ms-input-placeholder { /* Microsoft Edge */
color: #fff;
}
input#txtQuickFind::placeholder { /* Most modern browsers support this now. */
color: #fff;
}
footer {
background: url(bgBottom.png) repeat-x;
background-position: top;
padding-top: 159px;
margin-top: -159px;
}
#content {
padding-bottom: 150px;
}
footer .navbar {
margin: 0 -15px;
background: #fff;
}
aside#sidebar {
background-color: #fff;
background-image: url(bgSide.png);
background-repeat: repeat-y;
background-position: bottom;
}
#sidebar a {
padding: 10px;
display: block;
color: #771114;
background: #fff;
border-bottom: 2px solid #771114;
transition: all 0.2s ease-in-out;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a.active {
color: #fff;
text-decoration: none;
background: #771114;
} | christmas/styles.css | body {
background: #f7eded url(bgMain.png) repeat;
}
.cpanel_body {
max-width: 100%;
}
@keyframes animatedBackground {
0% { background-position: 0; }
100% { background-position: 0 50px; }
}
@-webkit-keyframes animatedBackground {
0% { background-position: 0; }
100% { background-position: 0 50px; }
}
@-ms-keyframes animatedBackground {
0% { background-position: 0; }
100% { background-position: 0 50px; }
}
@-moz-keyframes animatedBackground {
0% { background-position: 0; }
100% { background-position: 0 50px; }
}
.navbar-cpanel {
background-color: #980402;
border-color: #b44948;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
background: #980402 url(topBg2.png);
background-repeat: repeat;
background-position: 0px 0px;
animation: animatedBackground 2s linear infinite;
height: 50px;
}
#-group iframe {
width: 100%;
}
.widget-heading {
border: 1px solid #980402;
color: #fff;
text-transform: uppercase;
background:#980402 url(topBg2.png) repeat-x;
text-shadow: 0 0 4px rgba(0,0,0,1);
}
.group-header-indicator {
text-shadow: 0 0 4px rgba(0,0,0,1);
}
.dropdown-menu {
border: none;
padding: 0;
background: #fdf4f4;
}
.dropdown-menu>li>a:hover {
background-color: #ed1b24;
color: #fff;
}
#stats tr {
background: url(bgSidebar.png);
}
#stats tbody {
border-left: 1px solid #980402;
border-right: 1px solid #980402;
}
a {
color: #980402;
text-decoration: none;
}
a:hover, a:focus {
color: #790301;
text-decoration: underline;
}
.sort-link span {
color: #980402;
}
.sort-link span:hover, .sort-link span:focus, .sort-link span:active {
color: #980402;
}
#home .panel-widget .panel-body {
padding: 0px;
background: url(bgPanel.png)repeat;
border-bottom: 2px solid #980402;
padding-bottom: 15px;
border-radius: 0 0 3px 3px;
border-left: 1px solid #980402;
border-right: 1px solid #980402;
}
.panel-widget .panel-body {
border-bottom: 2px solid #980402;
border-radius: 0 0 3px 3px;
border-left: 1px solid #980402;
border-right: 1px solid #980402;
}
.general-info-label {
color: #8c0106;
}
@media all and (max-width: 750px) {
.item {
width: 98%;
}
}
.item {
background: rgba(255,255,255,0.6);
margin: 4px;
padding: 4px;
border-radius: 3px;
border: 1px solid #980402;
transition: all 0.2s ease-in-out;
}
.item:hover {
background: rgba(237, 28, 34, 0.9);
}
.item:hover a.link {
color: #fff;
}
.item a.link {
transition: all 0.2s ease-in-out;
}
.form-control:focus {
border-color: #ed1c21;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 4, 2, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 4, 2, 0.6);
}
.panel>.table, .panel>.table-responsive>.table {
border-bottom: 2px solid #980402;
}
.chosen-container .chosen-results li.highlighted{background-color:#980402!important;}
.chosen-container .chosen-results li.highlighted {
background-image: none;
color: #fff;
}
.table>thead>tr>th {
border-bottom: 2px solid #980402;
}
.btn-link {
color: #ec2f29;
}
.btn-primary {
background: #ed1b24;
border: 1px solid #980402;
color: #fff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
background-color: #ed1b24;
border-color: #980402;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
color: #fff;
background-color: #ed1b24;
border-color: #980402;
}
select option:checked, select option:hover {
background: #ed1b24;
color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
background: #ed1b24;
color: #fff;
}
span#generate_password_toggle_advanced_options {
color: #980402;
}
.active {
color: #ed1b24;
}
#btnUserPref, .link-buttons {
background-color: #00000030;
}
input#txtQuickFind {
background-color: #00000030;
}
input:hover#txtQuickFind, input:focus#txtQuickFind {
background-color: rgba(0, 0, 0, 0.33);
color: #fff;
}
#btnUserPref:hover, #btnUserPref:active, #btnUserPref:focus, .link-buttons:hover, .link-buttons:active, .link-buttons:focus {
background-color: rgba(0, 0, 0, 0.33);
color: #fff;
}
#sidebar a {
padding: 10px;
display: block;
color: #fdf4f4;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a.active {
color: #fff;
text-decoration: none;
}
input#txtQuickFind::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #fff;
}
input#txtQuickFind:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
opacity: 1;
}
input#txtQuickFind::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
opacity: 1;
}
input#txtQuickFind:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}
input#txtQuickFind::-ms-input-placeholder { /* Microsoft Edge */
color: #fff;
}
input#txtQuickFind::placeholder { /* Most modern browsers support this now. */
color: #fff;
}
footer {
background: url(bgBottom.png) repeat-x;
background-position: top;
padding-top: 159px;
margin-top: -159px;
}
#content {
padding-bottom: 150px;
}
footer .navbar {
margin: 0 -15px;
background: #fff;
}
aside#sidebar {
background-color: #fff;
background-image: url(bgSide.png);
background-repeat: repeat-y;
background-position: bottom;
}
#sidebar a {
padding: 10px;
display: block;
color: #771114;
background: #fff;
border-bottom: 2px solid #771114;
transition: all 0.2s ease-in-out;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a.active {
color: #fff;
text-decoration: none;
background: #771114;
} | 0.253491 | 0.089137 |
@charset "UTF-8";
/* radio */
.lap-radio>input[type=radio]+label::before {
content: "\a0";
background: url(../imgs/common-icon.png) 0 -329px no-repeat;
display: inline-block;
width: 25px;
height: 20px;
}
.lap-radio>input[type=radio]{
position: absolute;
clip: rect(0, 0, 0, 0);
}
.lap-radio>input[type=radio]:checked+label::before{
background: url(../imgs/common-icon.png) 0 -300px no-repeat;
}
.lap-radio>label{padding:0 5px; font-weight: normal;}
/* checkbox */
.lap-chk>input[type=checkbox]+label::before {
content: "\a0";
background: url(../imgs/common-icon.png) 0 -466px no-repeat;
display: inline-block;
width: 25px;
height: 20px;
}
.lap-chk>input[type=checkbox]{
position: absolute;
clip: rect(0, 0, 0, 0);
}
.lap-chk>input[type=checkbox]:checked+label::before{
background: url(../imgs/common-icon.png) 0 -496px no-repeat;
}
.lap-chk>label{padding:0 5px; font-weight: normal;}
.lap-chk>label span{display: inline-block; position: relative; top: 2px; left: -2px; font-weight: normal;color:#444;}
/* textarea */
.lap-textarea{}
.lap-textarea label,
.lap-textarea textarea{vertical-align: middle;}
.lap-textarea textarea{
outline:none;
resize: none;
border-color: #e2e2e2;
border-radius: 4px;
padding: 5px;
}
.lap-page{}
/* 工具栏 */
.lap-page .lap-toolbar{background:#edf2f6;padding: 12px 25px;}
.lap-page .lap-toolbar{}
.lap-page .lap-toolbar .btn{height: 30px;background: #fff url(../imgs/common-icon.png) 10px -197px no-repeat;padding-left: 26px;font-size: 12px;color: #444;margin-right: 8px;}
.lap-page .lap-toolbar .btn.add{background-position-y: -219px;}
.lap-page .lap-toolbar .btn.export{background-position-y: -197px;}
.lap-page .lap-toolbar .btn.edit{background-position-y: -262px;}
.lap-page .lap-toolbar .btn.delete{background-position-y: -241px;}
.lap-page .lap-toolbar .btn.preenroll{background-position-y: -405px;}
.lap-page .lap-toolbar .btn.enroll{background-position-y: -382px;}
.lap-page .lap-toolbar .btn.print{background-position-y: -426px;}
.lap-page .lap-toolbar .btn.noenroll{background-position-y: -578px;}
.lap-page .lap-toolbar .btn.import{background-position-y: -534px;}
/* 搜索栏 */
.lap-page .lap-searchbar{padding:25px 20px 15px 20px;}
.lap-page .lap-searchbar .btn.search{background:#0593fd url(../imgs/common-icon.png) 15px -170px no-repeat;width:50px;height:34px;}
.lap-page .lap-searchbar >label{vertical-align: top;margin-right:20px;margin-bottom:10px;}
.lap-page .lap-searchbar >label.input{}
.lap-page .lap-searchbar >label.input span{vertical-align: top; position: relative; top: 7px;color: #444;font-weight: normal;}
.lap-page .lap-searchbar >label.input input{font-weight:normal; width: auto; display: inline-block; border-color: #e2e2e2;}
.lap-page .lap-searchbar >label.input input:focus{ border-color: #66afe9;}
.lap-page .lap-searchbar .sl2{}
.lap-page .lap-searchbar .sl2 span{color:#444;font-weight:normal;outline:none;}
.lap-page .lap-searchbar .sl2 .select2-container--open span:not(.select2-selection__arrow){border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.lap-page .lap-searchbar .select2-container--default .select2-selection--single{border-color:#e2e2e2;height:34px;}
.lap-page .lap-searchbar .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:32px;}
.lap-page .lap-searchbar .select2-container--default .select2-selection--single .select2-selection__arrow{height:32px;}
.lap-page .lap-form .sl2{}
.lap-page .lap-form .sl2 span{color:#444;font-weight:normal;outline:none;}
.lap-page .lap-form .sl2 .select2-container--open span:not(.select2-selection__arrow){border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.lap-page .lap-form .select2-container--default .select2-selection--single{border-color:#e2e2e2;height:40px;}
.lap-page .lap-form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px;}
.lap-page .lap-form .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px;}
/* default */
.lap-page .sl2.default{position: relative; top: -1px;}
.lap-page .sl2.default span{color:#444;font-weight:normal;outline:none;}
.lap-page .sl2.default .select2-container--open span:not(.select2-selection__arrow){border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.lap-page .sl2.default .select2-container--default .select2-selection--single{border-color:#e2e2e2;height:34px;}
.lap-page .sl2.default .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:32px;}
.lap-page .sl2.default .select2-container--default .select2-selection--single .select2-selection__arrow{height:32px;}
.lap-page .sl2.default .sl2.default span{color:#444;font-weight:normal;outline:none;}
.lap-page .sl2.default .sl2.default .select2-container--open span:not(.select2-selection__arrow){border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.lap-page .sl2.default .select2-container--default .select2-selection--single{border-color:#e2e2e2;height:34px;}
.lap-page .sl2.default .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:34px;}
.lap-page .sl2.default .select2-container--default .select2-selection--single .select2-selection__arrow{height:34px;}
/* 表格 */
.lap-page .lap-table{padding:0 10px;}
/* 滚动 */
._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color: red;
width: 10px;
}
._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover{
background-color: yellow;
}
._mCS_1 .mCSB_scrollTools.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar{
background-color: red;
}
._mCS_1 .mCSB_scrollTools .mCSB_draggerContainer{
background-color: #000;
width: 15px;
border-radius: 5px;
}
/* 弹出 层表单 */
.lap-page .lap-form {}
.lap-page .lap-form.inline .form-group {display: inline-block;}
.lap-page .lap-section{}
.lap-page .lap-section>.title{font-size:12px;height: 40px;line-height: 40px;background-color: #edf2f6;color: #222222;text-indent: 20px;}
.lap-page .lap-form {padding:20px;}
.lap-page .lap-form .form-control.form-readonly:focus {
border-color: #ccc;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
/* not a common setting */
#base-info .form-group{width:300px;}
#base-info .form-group.lg{width:615px;}
#base-info #address{width:526px;}
#base-info label{ margin-bottom: 0 !important;min-width:70px;font-weight: normal;}
#base-info .sl2>span:nth-child(1){min-width:70px;display: inline-block;}
#base-info .form-control.base-input{ border-color:#e2e2e2; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
#base-info .form-control.base-input:focus{ border-color:#66afe9; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
#base-info .sl2-group .sl2:nth-of-type(1) .select2-selection.select2-selection--single{border-radius: 4px 0 0 4px;}
#base-info .sl2-group .sl2:nth-of-type(2) .select2-selection.select2-selection--single{ border-radius: 0 4px 4px 0;}
#base-info .sl2-group .sl2:nth-of-type(2){margin-left: -1px;}
#base-info .sl2-group .sl2 .select2-container--open span:not(.select2-selection__arrow){border-color: #e2e2e2;outline: 0;-webkit-box-shadow: none;box-shadow: none;}
/* clear */
.form-control{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none}
@media ( min-width : 468px) {
.lap-page .lap-form .form-inline .btns-group {
text-align: center;
padding: 10px 0;
}
.lap-page .lap-form .form-inline .form-group {
display: inline-block;
margin-bottom: 10px;
vertical-align: middle;
margin-right: 10px;
position: relative;
}
.lap-page .lap-form .form-inline .sl2-group {
/*display: inline-block;
margin-bottom: 10px;
vertical-align: middle;
margin-right: 10px;
position: relative;*/
}
.lap-page .lap-form .form-inline .sl2-group .sl2{float:left;}
.lap-page .lap-form .form-inline .form-control {
display: inline-block;
width: 216px;
vertical-align: middle;
}
.lap-page .lap-form .form-inline .form-control-static {
display: inline-block;
}
.lap-page .lap-form .form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.lap-page .lap-form .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.lap-page .lap-form .form-inline .input-group>.form-control {
width: 100%;
}
.lap-page .lap-form .form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.lap-page .lap-form .form-inline .radio, .form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.lap-page .lap-form .form-inline .form-group select {
width: 216px;
}
.lap-page .lap-form .form-inline .form-group>label{
text-align: right;
}
.lap-page .lap-form .form-inline .form-group label.radio-inline {
width: 30px;
}
/*.lap-page .lap-form .form-inline .form-group span.star {
vertical-align: middle;
color: red;
position: absolute;
right: -10px;
top: 10px;
}*/
.lap-page .lap-form .form-inline .radio label, .form-inline .checkbox label {
padding-left: 0;
}
.lap-page .lap-form .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]
{
position: relative;
margin-left: 0;
}
.lap-page .lap-form .form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
/* btn */
.lap-page .btns-group{text-align: center;padding: 30px 0;}
.lap-page .btns-group .btn{width: 128px;height: 38px;font-size: 16px;border:1px solid #0593fd;margin-right: 8px;}
.lap-page .btns-group .btn.submit{background-color: #0593fd;color:#ffffff;}
.lap-page .btns-group .btn.cancel{background-color: #fff;color:#0593fd;}
/* calendar */
.layui-laydate .layui-laydate-content .layui-this {background-color: #0593fd!important; color: #fff!important;}
.layui-laydate-footer span:hover,
.layui-laydate-header i:hover{ color: #0593fd !important;}
/* quick css */
.block {display: block !important; }
.inlineblock { display: inline-block;}
.hr{width: 100%;height:1px;background-color: #e7eff2;}
.star>.tip{position: relative; top: 3px; padding-right: 5px; color: #ff452c; font-size: 12px;font-style: normal} | thinkjoy-enrollment/thinkjoy-enrollment-admin/src/main/webapp/resources/lap/css/lap-common.css | @charset "UTF-8";
/* radio */
.lap-radio>input[type=radio]+label::before {
content: "\a0";
background: url(../imgs/common-icon.png) 0 -329px no-repeat;
display: inline-block;
width: 25px;
height: 20px;
}
.lap-radio>input[type=radio]{
position: absolute;
clip: rect(0, 0, 0, 0);
}
.lap-radio>input[type=radio]:checked+label::before{
background: url(../imgs/common-icon.png) 0 -300px no-repeat;
}
.lap-radio>label{padding:0 5px; font-weight: normal;}
/* checkbox */
.lap-chk>input[type=checkbox]+label::before {
content: "\a0";
background: url(../imgs/common-icon.png) 0 -466px no-repeat;
display: inline-block;
width: 25px;
height: 20px;
}
.lap-chk>input[type=checkbox]{
position: absolute;
clip: rect(0, 0, 0, 0);
}
.lap-chk>input[type=checkbox]:checked+label::before{
background: url(../imgs/common-icon.png) 0 -496px no-repeat;
}
.lap-chk>label{padding:0 5px; font-weight: normal;}
.lap-chk>label span{display: inline-block; position: relative; top: 2px; left: -2px; font-weight: normal;color:#444;}
/* textarea */
.lap-textarea{}
.lap-textarea label,
.lap-textarea textarea{vertical-align: middle;}
.lap-textarea textarea{
outline:none;
resize: none;
border-color: #e2e2e2;
border-radius: 4px;
padding: 5px;
}
.lap-page{}
/* 工具栏 */
.lap-page .lap-toolbar{background:#edf2f6;padding: 12px 25px;}
.lap-page .lap-toolbar{}
.lap-page .lap-toolbar .btn{height: 30px;background: #fff url(../imgs/common-icon.png) 10px -197px no-repeat;padding-left: 26px;font-size: 12px;color: #444;margin-right: 8px;}
.lap-page .lap-toolbar .btn.add{background-position-y: -219px;}
.lap-page .lap-toolbar .btn.export{background-position-y: -197px;}
.lap-page .lap-toolbar .btn.edit{background-position-y: -262px;}
.lap-page .lap-toolbar .btn.delete{background-position-y: -241px;}
.lap-page .lap-toolbar .btn.preenroll{background-position-y: -405px;}
.lap-page .lap-toolbar .btn.enroll{background-position-y: -382px;}
.lap-page .lap-toolbar .btn.print{background-position-y: -426px;}
.lap-page .lap-toolbar .btn.noenroll{background-position-y: -578px;}
.lap-page .lap-toolbar .btn.import{background-position-y: -534px;}
/* 搜索栏 */
.lap-page .lap-searchbar{padding:25px 20px 15px 20px;}
.lap-page .lap-searchbar .btn.search{background:#0593fd url(../imgs/common-icon.png) 15px -170px no-repeat;width:50px;height:34px;}
.lap-page .lap-searchbar >label{vertical-align: top;margin-right:20px;margin-bottom:10px;}
.lap-page .lap-searchbar >label.input{}
.lap-page .lap-searchbar >label.input span{vertical-align: top; position: relative; top: 7px;color: #444;font-weight: normal;}
.lap-page .lap-searchbar >label.input input{font-weight:normal; width: auto; display: inline-block; border-color: #e2e2e2;}
.lap-page .lap-searchbar >label.input input:focus{ border-color: #66afe9;}
.lap-page .lap-searchbar .sl2{}
.lap-page .lap-searchbar .sl2 span{color:#444;font-weight:normal;outline:none;}
.lap-page .lap-searchbar .sl2 .select2-container--open span:not(.select2-selection__arrow){border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.lap-page .lap-searchbar .select2-container--default .select2-selection--single{border-color:#e2e2e2;height:34px;}
.lap-page .lap-searchbar .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:32px;}
.lap-page .lap-searchbar .select2-container--default .select2-selection--single .select2-selection__arrow{height:32px;}
.lap-page .lap-form .sl2{}
.lap-page .lap-form .sl2 span{color:#444;font-weight:normal;outline:none;}
.lap-page .lap-form .sl2 .select2-container--open span:not(.select2-selection__arrow){border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.lap-page .lap-form .select2-container--default .select2-selection--single{border-color:#e2e2e2;height:40px;}
.lap-page .lap-form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px;}
.lap-page .lap-form .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px;}
/* default */
.lap-page .sl2.default{position: relative; top: -1px;}
.lap-page .sl2.default span{color:#444;font-weight:normal;outline:none;}
.lap-page .sl2.default .select2-container--open span:not(.select2-selection__arrow){border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.lap-page .sl2.default .select2-container--default .select2-selection--single{border-color:#e2e2e2;height:34px;}
.lap-page .sl2.default .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:32px;}
.lap-page .sl2.default .select2-container--default .select2-selection--single .select2-selection__arrow{height:32px;}
.lap-page .sl2.default .sl2.default span{color:#444;font-weight:normal;outline:none;}
.lap-page .sl2.default .sl2.default .select2-container--open span:not(.select2-selection__arrow){border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.lap-page .sl2.default .select2-container--default .select2-selection--single{border-color:#e2e2e2;height:34px;}
.lap-page .sl2.default .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:34px;}
.lap-page .sl2.default .select2-container--default .select2-selection--single .select2-selection__arrow{height:34px;}
/* 表格 */
.lap-page .lap-table{padding:0 10px;}
/* 滚动 */
._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color: red;
width: 10px;
}
._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover{
background-color: yellow;
}
._mCS_1 .mCSB_scrollTools.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar{
background-color: red;
}
._mCS_1 .mCSB_scrollTools .mCSB_draggerContainer{
background-color: #000;
width: 15px;
border-radius: 5px;
}
/* 弹出 层表单 */
.lap-page .lap-form {}
.lap-page .lap-form.inline .form-group {display: inline-block;}
.lap-page .lap-section{}
.lap-page .lap-section>.title{font-size:12px;height: 40px;line-height: 40px;background-color: #edf2f6;color: #222222;text-indent: 20px;}
.lap-page .lap-form {padding:20px;}
.lap-page .lap-form .form-control.form-readonly:focus {
border-color: #ccc;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
/* not a common setting */
#base-info .form-group{width:300px;}
#base-info .form-group.lg{width:615px;}
#base-info #address{width:526px;}
#base-info label{ margin-bottom: 0 !important;min-width:70px;font-weight: normal;}
#base-info .sl2>span:nth-child(1){min-width:70px;display: inline-block;}
#base-info .form-control.base-input{ border-color:#e2e2e2; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
#base-info .form-control.base-input:focus{ border-color:#66afe9; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
#base-info .sl2-group .sl2:nth-of-type(1) .select2-selection.select2-selection--single{border-radius: 4px 0 0 4px;}
#base-info .sl2-group .sl2:nth-of-type(2) .select2-selection.select2-selection--single{ border-radius: 0 4px 4px 0;}
#base-info .sl2-group .sl2:nth-of-type(2){margin-left: -1px;}
#base-info .sl2-group .sl2 .select2-container--open span:not(.select2-selection__arrow){border-color: #e2e2e2;outline: 0;-webkit-box-shadow: none;box-shadow: none;}
/* clear */
.form-control{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none}
@media ( min-width : 468px) {
.lap-page .lap-form .form-inline .btns-group {
text-align: center;
padding: 10px 0;
}
.lap-page .lap-form .form-inline .form-group {
display: inline-block;
margin-bottom: 10px;
vertical-align: middle;
margin-right: 10px;
position: relative;
}
.lap-page .lap-form .form-inline .sl2-group {
/*display: inline-block;
margin-bottom: 10px;
vertical-align: middle;
margin-right: 10px;
position: relative;*/
}
.lap-page .lap-form .form-inline .sl2-group .sl2{float:left;}
.lap-page .lap-form .form-inline .form-control {
display: inline-block;
width: 216px;
vertical-align: middle;
}
.lap-page .lap-form .form-inline .form-control-static {
display: inline-block;
}
.lap-page .lap-form .form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.lap-page .lap-form .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.lap-page .lap-form .form-inline .input-group>.form-control {
width: 100%;
}
.lap-page .lap-form .form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.lap-page .lap-form .form-inline .radio, .form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.lap-page .lap-form .form-inline .form-group select {
width: 216px;
}
.lap-page .lap-form .form-inline .form-group>label{
text-align: right;
}
.lap-page .lap-form .form-inline .form-group label.radio-inline {
width: 30px;
}
/*.lap-page .lap-form .form-inline .form-group span.star {
vertical-align: middle;
color: red;
position: absolute;
right: -10px;
top: 10px;
}*/
.lap-page .lap-form .form-inline .radio label, .form-inline .checkbox label {
padding-left: 0;
}
.lap-page .lap-form .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]
{
position: relative;
margin-left: 0;
}
.lap-page .lap-form .form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
/* btn */
.lap-page .btns-group{text-align: center;padding: 30px 0;}
.lap-page .btns-group .btn{width: 128px;height: 38px;font-size: 16px;border:1px solid #0593fd;margin-right: 8px;}
.lap-page .btns-group .btn.submit{background-color: #0593fd;color:#ffffff;}
.lap-page .btns-group .btn.cancel{background-color: #fff;color:#0593fd;}
/* calendar */
.layui-laydate .layui-laydate-content .layui-this {background-color: #0593fd!important; color: #fff!important;}
.layui-laydate-footer span:hover,
.layui-laydate-header i:hover{ color: #0593fd !important;}
/* quick css */
.block {display: block !important; }
.inlineblock { display: inline-block;}
.hr{width: 100%;height:1px;background-color: #e7eff2;}
.star>.tip{position: relative; top: 3px; padding-right: 5px; color: #ff452c; font-size: 12px;font-style: normal} | 0.183594 | 0.057732 |
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Light-webfont.eot");
src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto-Light-webfont.svg#RobotoLight") format("svg");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Medium-webfont.eot");
src: url("../fonts/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/Roboto-Medium-webfont.svg#RobotoRegular") format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Black-webfont.eot");
src: url("../fonts/Roboto-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black-webfont.woff") format("woff"), url("../fonts/Roboto-Black-webfont.ttf") format("truetype"), url("../fonts/Roboto-Black-webfont.svg#RobotoBold") format("svg");
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-LightItalic-webfont.eot");
src: url("../fonts/Roboto-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic-webfont.woff") format("woff"), url("../fonts/Roboto-LightItalic-webfont.ttf") format("truetype"), url("../fonts/Roboto-LightItalic-webfont.svg#RobotoLightItalic") format("svg");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-MediumItalic-webfont.eot");
src: url("../fonts/Roboto-MediumItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-MediumItalic-webfont.woff") format("woff"), url("../fonts/Roboto-MediumItalic-webfont.ttf") format("truetype"), url("../fonts/Roboto-MediumItalic-webfont.svg#RobotoItalic") format("svg");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-BlackItalic-webfont.eot");
src: url("../fonts/Roboto-BlackItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BlackItalic-webfont.woff") format("woff"), url("../fonts/Roboto-BlackItalic-webfont.ttf") format("truetype"), url("../fonts/Roboto-BlackItalic-webfont.svg#RobotoBoldItalic") format("svg");
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: "Source Code Pro";
src: url("../fonts/sourcecodepro-regular-webfont.eot");
src: url("../fonts/sourcecodepro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcecodepro-regular-webfont.woff") format("woff"), url("../fonts/sourcecodepro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcecodepro-regular-webfont.svg#sourcecodeproregular") format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Source Code Pro";
src: url("../fonts/sourcecodepro-bold-webfont.eot");
src: url("../fonts/sourcecodepro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcecodepro-bold-webfont.woff") format("woff"), url("../fonts/sourcecodepro-bold-webfont.ttf") format("truetype"), url("../fonts/sourcecodepro-bold-webfont.svg#sourcecodeprobold") format("svg");
font-weight: 700;
font-style: normal;
}
.articles,
.jscroll-inner {
width: 100%;
max-width: 750px;
display: block;
position: relative;
margin: 0px auto;
}
.articles article,
.jscroll-inner article {
position: relative;
}
.articles article:after,
.jscroll-inner article:after {
content: "";
display: table;
clear: both;
}
.articles article img, .articles article > iframe,
.jscroll-inner article img,
.jscroll-inner article > iframe {
width: 100%;
}
#grid {
opacity: 0.7;
}
/*# sourceMappingURL=classic.css.map */ | sass/classic.css | @font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Light-webfont.eot");
src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto-Light-webfont.svg#RobotoLight") format("svg");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Medium-webfont.eot");
src: url("../fonts/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/Roboto-Medium-webfont.svg#RobotoRegular") format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Black-webfont.eot");
src: url("../fonts/Roboto-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black-webfont.woff") format("woff"), url("../fonts/Roboto-Black-webfont.ttf") format("truetype"), url("../fonts/Roboto-Black-webfont.svg#RobotoBold") format("svg");
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-LightItalic-webfont.eot");
src: url("../fonts/Roboto-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic-webfont.woff") format("woff"), url("../fonts/Roboto-LightItalic-webfont.ttf") format("truetype"), url("../fonts/Roboto-LightItalic-webfont.svg#RobotoLightItalic") format("svg");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-MediumItalic-webfont.eot");
src: url("../fonts/Roboto-MediumItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-MediumItalic-webfont.woff") format("woff"), url("../fonts/Roboto-MediumItalic-webfont.ttf") format("truetype"), url("../fonts/Roboto-MediumItalic-webfont.svg#RobotoItalic") format("svg");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-BlackItalic-webfont.eot");
src: url("../fonts/Roboto-BlackItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BlackItalic-webfont.woff") format("woff"), url("../fonts/Roboto-BlackItalic-webfont.ttf") format("truetype"), url("../fonts/Roboto-BlackItalic-webfont.svg#RobotoBoldItalic") format("svg");
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: "Source Code Pro";
src: url("../fonts/sourcecodepro-regular-webfont.eot");
src: url("../fonts/sourcecodepro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcecodepro-regular-webfont.woff") format("woff"), url("../fonts/sourcecodepro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcecodepro-regular-webfont.svg#sourcecodeproregular") format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Source Code Pro";
src: url("../fonts/sourcecodepro-bold-webfont.eot");
src: url("../fonts/sourcecodepro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcecodepro-bold-webfont.woff") format("woff"), url("../fonts/sourcecodepro-bold-webfont.ttf") format("truetype"), url("../fonts/sourcecodepro-bold-webfont.svg#sourcecodeprobold") format("svg");
font-weight: 700;
font-style: normal;
}
.articles,
.jscroll-inner {
width: 100%;
max-width: 750px;
display: block;
position: relative;
margin: 0px auto;
}
.articles article,
.jscroll-inner article {
position: relative;
}
.articles article:after,
.jscroll-inner article:after {
content: "";
display: table;
clear: both;
}
.articles article img, .articles article > iframe,
.jscroll-inner article img,
.jscroll-inner article > iframe {
width: 100%;
}
#grid {
opacity: 0.7;
}
/*# sourceMappingURL=classic.css.map */ | 0.26341 | 0.035211 |
.im_bar_min{position:fixed;bottom:0;left:0;overflow:visible;width:100%;height:30px;text-align:left;color:black;background:url(i/bg.jpg) repeat-x;_position:absolute;_bottom:0;_left:0;}
.im_btn{cursor:pointer;}
.im_btn_cur{z-index:10001;}
.im_btn_hover{background-image:url(jyim.png);background-repeat:no-repeat;background-position:0 0;}
.im_win{font-size:12px;position:absolute;bottom:29px;cursor:default;border:1px solid #d8478d;background-color:white;}
.im_loading{width:264px;margin-top:130px;text-align:center;}
.im_loading span{font-size:14px;line-height:24px;vertical-align:top;}
.im_list{font-size:12px;line-height:20px;}
#im_chatx .im_list,#im_msgx .im_list{overflow-x:hidden;overflow-y:auto;width:100%;height:182px;}
.im_mi{line-height:22px;overflow:hidden;height:auto;padding:8px;color:#333;border-bottom:solid 1px #e9e9e9;}
.im_mi .im_msg_cont{padding-left:23px;}
.im_mi .im_msg_icon{float:left;width:16px;height:16px;margin-top:2px;background-image:url(i/msg_icon.gif);background-position:-48px -32px;}
.im_mi .im_msg_icon.im_msg_icon_101{background-position:-16px -16px;}
.im_mi .im_msg_icon.im_msg_icon_103{background-position:-32px -16px;}
.im_mi .im_msg_icon.im_msg_icon_104{background-position:-48px 0;}
.im_mi .im_msg_icon.im_msg_icon_106{background-position:-80px 0;}
.im_mi .im_msg_icon.im_msg_icon_107{background-position:0 -16px;}
.im_mi .im_msg_icon.im_msg_icon_108{background-position:0 0;}
.im_mi .im_msg_icon.im_msg_icon_109{background-position:-32px 0;}
.im_mi .im_msg_icon.im_msg_icon_113{background-position:-32px -32px;}
.im_mi .im_msg_icon.im_msg_icon_114{background-position:-16px -32px;}
.im_mi .im_msg_icon.im_msg_icon_115{background-position:0 -32px;}
.im_mi .im_msg_icon.im_msg_icon_119{background-position:-48px -16px;}
.im_mi .im_msg_icon.im_msg_icon_121{background-position:-64px -16px;}
.im_mi .im_msg_icon.im_msg_icon_1999{background-position:0 -16px;}
.im_mi a{color:#bc0073;}
.im_mi span{display:block;width:298px;text-align:right;}
#im_msgx .im_msg_cont span{width:275px;}
.im_list_no_chat{position:relative;top:3%;left:12px;display:block;}
.im_list_no_chat > a{margin-left:0;cursor:pointer;color:#d53887;}
#im_rec_chat_con{height:180px;}
.im_rec_chat{float:left;width:80px;height:140px;margin-top:12px;margin-left:17px;}
.im_rec_chat > img{width:80px;height:100px;margin-bottom:5px;cursor:pointer;}
.im_rec_chat > span{display:block;margin-left:5px;padding-left:20px;cursor:pointer;background-image:url(jyim2.gif);background-repeat:no-repeat;background-position:-160px -60px;}
.im_jy_logo{margin-top:30px;margin-left:60px;}
#im_pop_win{right:0;bottom:30px;width:265px;height:186px;margin-bottom:0;border-bottom:none;}
#im_pop_win .im_title{width:265px;height:29px;color:white;background:url(i/title_centerBg.gif) repeat-x;}
.im_t_tab{line-height:24px;float:left;width:70px;height:24px;margin-top:3px;margin-left:4px;cursor:pointer;text-align:center;}
.im_t_tab_cur{color:black;border:1px solid #d8478d;border-bottom:1px solid white;background-color:white;}
.im_pop_content{font-size:12px;line-height:20px;display:none;overflow:auto;height:126px;margin:16px 10px 16px 12px;color:#636363;}
.im_pop_content span{display:block;width:232px;text-align:right;}
.im_pop_content img{margin-left:16px;}
.im_pop_content_cur{display:block;}
.im_pop_content a{color:#eb006d;}
#im_chat_pop_win{z-index:900;right:0;bottom:30px;width:245px;height:126px;border:none;background-color:transparent;background-image:url(chat_pop.gif);background-repeat:no-repeat;}
.im_chat_win_title{height:28px;color:white;}
.im_chat_win_nick{font-size:12px;font-weight:bold;line-height:28px;float:left;overflow:hidden;width:200px;height:28px;text-indent:38px;color:white;}
#im_chat_pop_win .im_t_close{width:16px;height:16px;margin:4px 8px 4px 2px;background-image:none;}
#im_chat_pop_win .im_chat_win_content{display:block;height:100px;margin:0 0;}
.im_chat_win_content div > span{width:212px;margin:8px 10px 0 12px;text-align:left;}
.im_chat_win_content .im_tosee_chatmsg{margin-left:150px;cursor:pointer;}
/* <NAME>*/
#im_yfms{font-size:12px;font-size:12px;line-height:23px;position:absolute;z-index:2000;right:0;bottom:30px;display:none;margin:0;text-align:left;}
#im_yfms div{width:200px;}
#im_yfms a{text-decoration:none;color:#eb006d;}
#im_yfms a:hover{text-decoration:underline;color:#eb006d;}
.im_yfms_a1{font-weight:bold;}
.im_yfms_a2{color:blue!important;}
.im_yfms_text{position:relative;overflow:hidden;width:208px;height:42px;margin:11px 25px 20px 0;color:#4e4e4e;}
.im_yfms_text div{overflow:hidden;width:100%;height:100%;cursor:pointer;}
#im_yfms p{width:200px;margin:0;padding:0;padding-right:32px;text-align:right;}
#im_yfms p a{margin-left:10px;}
.im_yfms_tpl0{overflow:hidden;width:225px;height:160px;padding:95px 0 0 70px;background-image:url(ms/background.gif);}
.im_yfms_tpl0 .im_yfms_text{left:-10px;}
.im_yfms_tpl1,.im_yfms_tpl2{width:246px;height:190px;padding:86px 0 0 24px;}
.im_yfms_tpl1 .im_yfms_text,.im_yfms_tpl2 .im_yfms_text{padding-left:6px;}
.im_yfms_tpl1 p,.im_yfms_tpl2 p{text-align:center!important;}
.im_yfms_tpl1{background-image:url(ms/backgroundf.gif);}
.im_yfms_tpl2{background-image:url(ms/backgroundm.gif);}
.newim_footbar{line-height:33px;position:fixed;z-index:10000;bottom:0;left:0;width:100%;height:33px;background:url(i/bootbar_bg.gif) repeat-x;_position:absolute;_bottom:-1px;_TOP:expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight);}
.recService .im_inner_btn.i1{background-position:16px -2px;}
.recService .im_inner_btn.i2{background-position:16px -30px;}
.recService .im_inner_btn.i3{background-position:16px -59px;}
.recService .im_inner_btn.i4{background-position:16px -88px;}
.recService .im_inner_btn span{line-height:29px;height:29px;}
.footbar_service_curr{font-size:12px;line-height:32px;position:absolute;z-index:11;bottom:0;left:0;float:left;height:32px;padding:0 20px 0 32px;cursor:pointer;text-align:left;border:1px #2982d6 solid;border-top:1px #f5faff solid;background:url(i/footbar_ico.gif) 12px 0 no-repeat #f5faff;_bottom:-1px;}
.myservice_panel{z-index:9999;left:0;display:none;overflow:hidden;width:198px;height:auto;text-align:left;}
.myservice_panel h2{font-size:12px;font-weight:400;line-height:30px;display:block;float:none;height:27px;margin:0;padding-left:10px;color:#fff;background:url(i/bootbar_tit.gif) no-repeat;}
.myservice_panel h2 em{font-style:normal;float:left;}
.myservice_panel h2 .small{display:inline-block;float:right;width:20px;height:20px;margin:3px 5px 0 0;cursor:pointer;text-indent:-9999px;}
.service_current{position:relative;width:180px;margin:0 auto;padding:10px 0 5px 0;}
.service_current p{line-height:20px;margin:0;padding:1px 0;color:#666;}
.service_current p em{font-style:normal;color:#e8006d;}
.service_current p strong{font-size:12px;font-weight:bold;}
.service_current .b1{position:absolute;top:56px;right:10px;width:56px;height:23px;}
.service_current .b2{position:absolute;top:33px;right:0;width:56px;height:23px;}
.service_current .button a:link,.service_current .button a:visited{line-height:23px;display:block;width:56px;height:23px;text-align:center;color:#fff;background:url(i/footbar_btn.gif) no-repeat;}
.service_current .button a:hover{text-decoration:none;background-position:0 -33px;}
.service_item{position:relative;width:178px;margin:0 auto;border:1px #7dbbd5 solid;}
.service_item h3{font-size:14px;font-weight:bold;line-height:30px;text-align:center;color:#333;background:#eaf5ff;}
.service_item li{line-height:34px;height:34px;padding-left:35px;color:#666;}
.service_item li em{font-style:normal;display:inline;float:left;}
.service_item li span{line-height:34px;display:inline;float:right;width:38px;height:34px;padding:0 5px 0 0;}
.service_item li span a:link,.service_item li span a:visited{font-family:'宋体';text-decoration:underline;color:#06c;}
.service_item li span a:hover{color:#f00;}
.service_item li.bg1{background-color:#fdfdfd;}
.service_item li.bg2{background-color:#f7f7f7;}
.service_more{padding:5px 10px;text-align:right;}
.service_more a:link,.service_more a:visited{font-family:'宋体';text-decoration:underline;color:#06c;}
.service_more a:hover{color:#f00;}
.ico1{background:url(i/icon1.png) 10px center no-repeat scroll;}
.ico2{background:url(i/icon2.png) 10px center no-repeat scroll;}
.ico3{background:url(i/icon3.png) 10px center no-repeat scroll;}
.ico4{background:url(i/icon4.png) 10px center no-repeat scroll;}
.ico5{background:url(i/icon5.png) 10px center no-repeat scroll;}
.ico6{background:url(i/icon6.png) 10px center no-repeat scroll;}
.ico7{background:url(i/icon7.png) 10px center no-repeat scroll;}
.ico8{background:url(i/icon8.png) 10px center no-repeat scroll;}
.ico9{background:url(i/icon9.png) 10px center no-repeat scroll;}
.ico10{background:url(i/icon10.png) 10px center no-repeat scroll;}
.ico11{background:url(i/icon11.png) 10px center no-repeat scroll;}
.ico12{background:url(i/icon12.png) 10px center no-repeat scroll;}
.ico13{background:url(i/icon13.png) 10px center no-repeat scroll;}
.ico14{background:url(i/icon14.png) 10px center no-repeat scroll;}
.ico15{background:url(i/icon15.png) 10px center no-repeat scroll;}
.ico16{background:url(i/icon16.png) 10px center no-repeat scroll;}
/*鼓励女会员发信弹层*/
#im_zhuanti{position:absolute;z-index:999;right:0;bottom:30px;margin:0;}
.v4LayerNew{width:220px;height:215px;background:url(i/newBan.gif);}
.v4LayerNewTop{overflow:hidden;}
.v4LayerNewClose{display:block;float:right;width:24px;height:24px;cursor:pointer;}
.v4LayerNewBody{padding:135px 0 0 75px;}
.v4LayerNewMore{display:block;width:120px;height:30px;}
.v4LayerZhudong{width:220px;height:215px;background:url(i/zhudongBan.gif);}
/*定位*/
.fl{display:inline;float:left;}
.fr{display:inline;float:right;}
.pr{position:relative;}
.pa{position:absolute;}
.im_btn .im_inner_btn{line-height:30px;display:block;overflow:hidden;width:92px;height:28px;text-align:center;text-decoration:none;color:#666;border:1px solid #cacaca;}
.im_attached_pop a.active_btn{position:relative;z-index:10000;border:1px solid #d84781;border-top:1px solid #e9e9e9;background:url(i/small_a.gif) no-repeat 88% center;}
.message .im_inner_btn{margin-top:0;}
.message a.active_btn{width:112px;margin-top:0;background:url(i/message_icon.gif) no-repeat 18% center;}
.onlineTalk a.active_btn{width:112px;height:28px;background:url(i/onlineTalk_icon.gif) no-repeat 26% center;}
.oneCity .im_inner_btn{width:113px;text-align:left;text-indent:44px;background:url(i/oneCity_icon.gif) no-repeat 18% center;}
.oneCity a.active_btn{background:url(i/oneCity_icon.gif) no-repeat 18% center;}
.onlineTalk .im_inner_btn{width:113px;text-align:left;text-indent:50px;border-right:none;background:url(i/onlineTalk_icon.gif) no-repeat 26% center;}
.myService .im_inner_btn{width:113px;text-indent:15px;border-right:none;background:url(i/footbar_ico.gif) 18px -1px no-repeat;}
.myService a.active_btn{width:112px;text-indent:16px;background:url(i/footbar_ico.gif) 18px -1px no-repeat;}
.recService .im_inner_btn{text-indent:25px;background:url(i/footbar_ico.gif) no-repeat;}
.recService a.active_btn{text-indent:25px;background:url(i/footbar_ico.gif) no-repeat;}
.myJiayuan .im_inner_btn{text-align:left;text-indent:13px;background:url(i/mysvc.png) 65px 7px no-repeat;}
.myJiayuan a.active_btn{text-align:left;text-indent:13px;background:url(i/mysvc.png) 65px 7px no-repeat;}
.jiayuanCenter .im_inner_btn{background:url(i/small.gif) no-repeat 88% center;}
.message .im_inner_btn{float:left;width:113px;text-align:left;text-indent:42px;border-right:none;background:url(i/message_icon.gif) no-repeat 18% center;}
.brand_mid .im_inner_btn{width:300px;text-align:center;text-decoration:underline;color:red;border-right:medium none;border-left:medium none;}
.big_brand_mid .im_inner_btn{width:500px;}
.letter .im_inner_btn{float:left;width:130px;text-align:left;text-indent:44px;border-right:none;background:url(i/letter_icon.gif) no-repeat 14% center;}
.letter .im_inner_btn.new{background-image:url(i/xin.gif);}
.robot .im_inner_btn{float:left;width:130px;text-align:left;text-indent:54px;border-right:none;background:url(i/robot_icon.gif) no-repeat 16% center;}
.im_btn .right_border{border-right:1px solid #cacaca;}
.letter .amount{margin-left:-46px;}
.izhenxin .im_inner_btn{float:left;width:140px;text-align:left;text-indent:40px;border-right:none;background:url(i/letter_icon.gif) no-repeat 14% center;}
.izhenxin1 .im_inner_btn{float:left;width:113px;text-align:left;text-indent:42px;border-right:none;background:url(i/message_icon.gif) no-repeat 18% center;}
.izhenxin2 .im_inner_btn{float:left;width:133px;text-align:left;text-indent:36px;border-right:none;background:url(i/izx_icon.gif) no-repeat 11% center;}
.onlineTalk .amount{margin-top:-30px;margin-left:80px;}
.oneCity .amount{margin-top:-30px;margin-left:80px;}
.amount{height:24px;margin-left:-37px;padding-top:6px;}
.amount_leftBg{display:inline-block;width:7px;height:18px;background:url(i/amount_leftBg.gif) no-repeat;}
.amount_rightBg{display:inline-block;width:7px;height:18px;background:url(i/amount_rightBg.gif) no-repeat;}
.amount_centerBg{font-weight:bold;line-height:16px;display:inline-block;width:auto;height:18px;color:#fff;background:url(i/amount_centerBg.gif) repeat-x;}
.im_service_list{width:auto;height:16px;padding:7px 10px;}
.im_service_list li{display:inline;float:left;width:16px;height:16px;margin:0 5px;cursor:pointer;}
.im_service_list li a{display:block;width:100%;height:100%;text-indent:-999em;outline-style:none;background-image:url(i/svc_icon.jpg);hide-focus:expression(this.hideFocus=true);}
.im_service_list .diamond a{background-position:-160px -64px;}
.im_service_list .diamond a:hover{background-position:-160px -160px;}
.im_service_list .diamond_g a{background-position:-176px -64px;}
.im_service_list .diamond_g a:hover{background-position:-176px -160px;}
.im_service_list .vip a{background-position:-64px -64px;}
.im_service_list .vip a:hover{background-position:-64px -160px;}
.im_service_list .vip_g a{background-position:-80px -64px;}
.im_service_list .vip_g a:hover{background-position:-80px -160px;}
.im_service_list .chat a{background-position:-128px -64px;}
.im_service_list .chat a:hover{background-position:-128px -160px;}
.im_service_list .chat_g a{background-position:-144px -64px;}
.im_service_list .chat_g a:hover{background-position:-144px -160px;}
.im_service_list .readmail a{background-position:-96px -80px;}
.im_service_list .readmail a:hover{background-position:-96px -176px;}
.im_service_list .readmail_g a{background-position:-112px -80px;}
.im_service_list .readmail_g a:hover{background-position:-112px -176px;}
.im_service_list .brightlist a{background-position:-96px -64px;}
.im_service_list .brightlist a:hover{background-position:-96px -160px;}
.im_service_list .brightlist_g a{background-position:-112px -64px;}
.im_service_list .brightlist_g a:hover{background-position:-112px -160px;}
.im_service_list .forground a{background-position:-64px -80px;}
.im_service_list .forground a:hover{background-position:-64px -176px;}
.im_service_list .forground_g a{background-position:-80px -80px;}
.im_service_list .forground_g a:hover{background-position:-80px -176px;}
.im_service_list .jystamp a{background:url(i/jystamp.gif) 0 0 no-repeat;}
.im_service_list .jystamp a:hover{background:url(i/jystamp_h.gif) 0 0 no-repeat;}
.im_service_list .jybao a{background:url(i/jybao.gif) 0 0 no-repeat;}
.im_service_list .jybao a:hover{background:url(i/jybao_h.gif) 0 0 no-repeat;}
.im_service_list .express a{background:url(i/1601.jpg) 0 0 no-repeat;}
.im_service_list .express_g a{background:url(i/1602.jpg) 0 0 no-repeat;}
.im_service_list .speedpost a{background:url(i/t.jpg) 0 0 no-repeat;}
.im_service_list .speedpost a:hover{background:url(i/t_h.png) 0 0 no-repeat;}
.myjiayuan_content{display:none;overflow:hidden;width:198px;height:auto;padding-bottom:5px;border:1px solid #d84781;}
.myjiayuan_content_title{width:200px;height:29px;}
.title_centerBg{font-size:100%;font-weight:bold;line-height:29px;float:left;width:179px;height:29px;text-indent:10px;color:#fff;background:url(i/title_centerBg.gif) repeat-x;_width:181px;}
.title_leftBg{width:2px;height:29px;background:url(i/title_leftBg.gif) no-repeat;}
.title_rightBg{position:relative;width:17px;height:29px;cursor:pointer;background:url(i/title_rightBg.gif) no-repeat;}
.myjiayuan_content h2{font-size:12px;font-weight:bold;line-height:30px;float:none;height:30px;text-indent:10px;}
.usingService li{width:168px;height:auto;padding:10px 15px 0 15px;text-indent:0;border-bottom:1px solid #e9e9e9;background:none;}
.usingService li.first{padding-top:0;}
.usingService li span,.recommendService li span{float:left;width:32px;height:32px;}
.svc_icon_40{background:url(i/svc_icon.jpg) -128px 0;}
.svc_icon_40_g{background:url(i/svc_icon.jpg) -160px 0;}
.svc_icon_5{background:url(i/svc_icon.jpg) 0 -32px;}
.svc_icon_5_g{background:url(i/svc_icon.jpg) -32px -32px;}
.svc_icon_4{background:url(i/svc_icon.jpg) 0 0;}
.svc_icon_4_g{background:url(i/svc_icon.jpg) -32px 0;}
.svc_icon_33{background:url(i/svc_icon.jpg) -64px 0;}
.svc_icon_33_g{background:url(i/svc_icon.jpg) -96px 0;}
.svc_icon_38{background:url(i/svc_icon.jpg) -64px -32px;}
.svc_icon_38_g{background:url(i/svc_icon.jpg) -96px -32px;}
.svc_icon_41{background:url(i/svc_icon.jpg) -128px -32px;}
.svc_icon_100{background:url(i/juguangdeng.jpg) 0 0;}
.svc_icon_41_g{background:url(i/svc_icon.jpg) -160px -32px;}
.svc_icon_2{background:url(i/svc_icon.jpg) 0 -64px;}
.svc_icon_2_g{background:url(i/svc_icon.jpg) -32px -64px;}
.svc_icon_332{background:url(i/svc_icon_332.jpg) 0 0;}
.svc_icon_332_g{background:url(i/svc_icon_332.jpg) -32px 0;}
.usingService strong,.recommendService strong{font-weight:bold;line-height:32px;float:left;height:32px;padding:0 9px;color:#666;}
.usingService a{position:absolute;right:10px;display:block;overflow:hidden;width:55px;height:31px;text-indent:-9999px;border:none;background:url(i/icon.jpg) no-repeat -128px 0;}
.usingService a:hover{background:url(i/xufei_h.gif) 0 0;}
.usingService div{font-style:normal;line-height:20px;display:block;clear:both;height:auto;color:#999;}
.usingService div.expire{color:#e23;}
.usingService .hide_svc{position:relative;top:3px;vertical-align:top;}
.recommendService li{width:168px;margin-bottom:0;padding:0 15px;text-indent:0;background:none;}
.recommendService a{position:absolute;right:15px;display:block;overflow:hidden;width:47px;height:22px;margin-top:5px;text-indent:-9999px;border:none;background:url(i/icon.jpg) no-repeat 0 -60px;}
.recommendService a:hover{background:url(i/apply_h.gif) 0 0;}
.recommendService em{font-style:normal;display:block;clear:both;white-space:normal;text-indent:0;color:#e23;}
.myjiayuan_content .moreService{line-height:24px;display:block;height:24px;padding-left:4px;text-decoration:underline;text-indent:10px;color:#3e90dd;border:none;}
.jiayuanCenter_content{display:none;overflow:hidden;width:148px;height:auto;}
.jiayuanCenter_content_title{width:150px;height:29px;}
.jiayuanCenter_content_title h1{width:131px;}
.jiayuanCenter_content .im_list{padding:12px 0 12px 0;}
.jiayuanCenter_content .im_item{font-size:12px;line-height:30px;position:relative;height:30px;}
.jiayuanCenter_content .im_item a{font-size:12px;line-height:30px;display:block;overflow:hidden;width:100%;height:30px;text-align:left;text-decoration:none;text-indent:8px;color:#666;border:none;}
.jiayuanCenter_content .im_item a:hover{font-weight:bold;text-decoration:none;background:#ffe9f2;}
.jiayuanCenter_content .im_item strong{color:#dd1764;}
.jiayuanCenter_content .im_item span{position:absolute;right:8px;display:inline;overflow:hidden;width:28px;height:12px;margin-top:9px;background-image:url(i/icon.jpg);_margin-top:0;*margin-top:0;}
.jiayuanCenter_content .im_item span.new{background-position:0 -48px;}
.jiayuanCenter_content .im_item span.hot{background-position:-28px -48px;}
#im_friend{z-index:9999;right:0;display:none;overflow:hidden;width:238px;height:323px;}
.oneCity_content_title{width:240px;height:29px;}
.oneCity_content_title h1{width:221px;}
.oneCity_content_title a.change{font-weight:normal;line-height:14px;position:absolute;top:9px;right:22px;display:inline;width:40px;height:14px;text-indent:0;color:#fff;border:none;background:none;}
#im_friend .im_list{overflow:hidden;padding:0 10px 4px 5px;}
#im_friend .im_list .im_fi{overflow:hidden;width:223px;height:37px;padding:5px 0;border-bottom:1px solid #e7e8e9;}
#im_friend .im_list .im_fi a{overflow:hidden;width:auto;text-indent:0;border:none;background:none;}
#im_friend .im_list .im_fi img{width:30px;height:37px;}
#im_friend .im_list .im_fi.im_f_on .im_fi_n div{float:left;width:13px;height:16px;margin-top:11px;background-image:url(i/online.gif);background-repeat:no-repeat;}
#im_friend .im_list .im_fi a.headLink{width:30px;height:37px;}
#im_friend .im_list .im_fi a.nameLink{line-height:37px;height:37px;margin:0 5px;text-align:left;text-decoration:none;color:#666;}
#im_friend .im_list .im_fi a.talkLink,#im_friend .im_list .im_fi a.messageLink{line-height:37px;width:34px;height:37px;text-align:center;text-decoration:underline;color:#2c81d6;}
.onlineTalk_content,.message_content{z-index:9999;right:-106px;display:none;overflow:hidden;width:323px;height:210px;}
.onlineTalk_content_title,.message_content_title{width:323px;height:29px;}
.onlineTalk_content_title h1,.message_content_title h1{width:304px;}
.onlineTalk_content_title a.notes{font-weight:normal;line-height:14px;position:absolute;top:9px;right:22px;display:inline;width:100px;height:14px;text-indent:0;color:#fff;border:none;background:none;}
.message_content{right:-184px;display:none;}
.message_content_title a.all{line-height:14px;top:9px;right:28px;display:inline;width:50px;height:14px;text-indent:0;color:#fff;border:none;background:none;}
.im_win_title{height:29px;}
.im_win_title a.im_t_close{position:absolute;top:0;right:0;display:block;width:17px;height:29px;text-indent:-9999px;border:none;}
/*提示图标修改----*
.im_win_title a.im_t_close{width:17px;height:29px;display:block;background:url(i/closed.gif) 0 11px no-repeat;text-indent:-9999px;right:0px;top:0px;border:none;position:absolute}
/*提示图标修改----*/
.message_content ul{overflow-y:auto;width:324px;height:156px;padding-bottom:4px;}
.message_content ul li{width:auto;height:auto;padding:5px 10px;border-bottom:1px solid #e9e9e9;}
.message_content ul li p{line-height:24px;width:auto;height:24px;padding-left:27px;white-space:nowrap;color:#333;}
.message_content ul li p a{display:inline;float:none;width:auto;margin:0 4px;text-indent:0;color:#bc0073;border:none;background:none;}
.message_content ul li p a.checkNow{display:inline;float:right;text-decoration:underline;color:#2c81d6;}
#im_rec_user{margin:2px 0 0 80px;}
#im_rec_user a{line-height:24px;display:block;overflow:hidden;width:195px;height:24px;padding-left:30px;text-decoration:none;color:#fff;background:url(i/view_bg.gif) no-repeat 0 0;}
#im_rec_user a:hover{text-decoration:none;color:#fff;background:url(i/view_bg.gif) no-repeat 0 -24px;}
/*begin3.0改版----*/
#im_friend{width:240px;height:400px;border:solid 1px #d84781;}
#im_friend .webimTop{overflow:hidden;height:28px;background:url(i/webimTop.jpg) 0 0 no-repeat;}
#im_friend .webimTop ul{padding:3px 0 0 5px;}
#im_friend .webimTop li{font:12px/24px '宋体';float:left;width:66px;height:25px;cursor:pointer;text-align:center;color:#fff;}
#im_friend .webimTop li.oning{font-weight:bold;color:#ce437b;background:url(i/webimTopli.jpg) 0 0 no-repeat;}
#im_friend .webimTop li.addnew{background:url(i/addnew.jpg) 43px 2px no-repeat;}
#im_friend .webimTop li a{display:block;width:66px;height:25px;}
#im_friend .webimClose{float:right;width:25px;height:25px;cursor:pointer;}
#im_friend .im_list{overflow:hidden;height:372px;padding:0;}
#im_friend .webimZaixian{font:12px/28px '宋体';overflow:hidden;height:28px;padding:0 5px 0 15px;border-bottom:solid 1px #e7e7e7;}
#im_friend .webimZaixianRS{line-height:28px;float:left;width:120px;color:#999;}
#im_friend .webimZaixianRS span{color:#e35d1b;}
#im_friend .webimCakanquanbu{line-height:28px;float:right;width:80px;text-align:right;}
#im_friend .webimCakanquanbu a:link,#im_friend .webimCakanquanbu a:hover,#im_friend .webimCakanquanbu a:visited,#im_friend .webimCakanquanbu a:active{text-decoration:none;color:#2c81d6;}
#im_friend .webimList{display:none;overflow:hidden;overflow-y:auto;height:310px;}
#im_friend .webimList li{overflow:hidden;height:42px;background:url(i/webim_line.jpg) 0 bottom no-repeat;}
#im_friend .webimList li.webim_lihover{height:42px;background:url(i/webim_libg1.jpg) 0 0 repeat-x;}
#im_friend .webimList li.webim_liactive{height:42px;background:url(i/webim_libg2.jpg) 0 0 repeat-x;}
#im_friend .webimList li.webim_liaddnew{height:42px;background:url(i/webim_liaddnew.jpg) 0 0 repeat-x;}
#im_friend .im_samecity_online_plat{float:left;width:30px;height:40px;}
#im_friend .webimListIcon1{background:url(i/webim_icon1.gif) 8px 13px no-repeat;}
#im_friend .webimListIcon2{background:url(i/webim_icon2.gif) 8px 13px no-repeat;}
#im_friend .webimListIcon3{background:url(i/webim_icon3.gif) 8px 13px no-repeat;}
#im_friend .webimListIcon4{background:url(i/webim_icon4.gif) 8px 13px no-repeat;}
#im_friend .webimListIcon5{background:url(i/webim_icon5.gif) 8px 13px no-repeat;}
#im_friend .webimListIcon6{background:url(i/webim_icon6.gif) 8px 13px no-repeat;}
#im_friend .webimListPic{position:relative;float:left;overflow:hidden;width:32px;height:32px;padding-top:4px;}
#im_friend .webimListPic a.imglink{display:block;width:32px;height:39px;margin-top:-3.5px;}
#im_friend .webimListPic img{width:32px;height:39px;}
#im_friend .webimListPicBorder{position:absolute;z-index:10;top:0;left:0;display:block;width:32px;height:40px;text-decoration:none;background:url(i/webim_border.gif) 0 0 no-repeat;}
#im_friend .webimList li.webim_lihover .webimListPicBorder{background:url(i/webim_border2.gif) 0 0 no-repeat;}
#im_friend .webimList li.webim_liactive .webimListPicBorder{background:url(i/webim_border3.gif) 0 0 no-repeat;}
#im_friend .webimList li.webim_liaddnew .webimListPicBorder{background:url(i/webim_border4.gif) 0 0 no-repeat;}
#im_friend .webimListName{font:12px/24px '宋体';float:left;overflow:hidden;width:60px;height:24px;padding-top:8px;}
#im_friend .webimListName span{margin-left:8px;}
#im_friend .webimListName a:link,#im_friend .webimListName a:hover,#im_friend .webimListName a:visited,#im_friend .webimListName a:active{text-decoration:none;color:#000;}
#im_friend .webimListNum{float:left;width:40px;height:20px;padding-top:11px;cursor:pointer;}
#im_friend .webimListNum table{margin:0 auto;}
#im_friend .webimListNum td.webimListNumL,#im_friend .webimListNum td.webimListNumR{font:12px/16px '宋体';overflow:hidden;width:7px;height:16px;}
#im_friend .webimListNumL{background:url(i/webim_numL.gif) 0 center no-repeat;}
#im_friend .webimListNumR{background:url(i/webim_numR.gif) 0 center no-repeat;}
#im_friend .webimListNumM{font:12px/16px Arial, Helvetica, sans-serif;font-weight:bold;color:#fff;background:url(i/webim_numM.gif) 0 center repeat-x;}
#im_friend .webimListButton{float:right;width:58px;height:18px;padding-top:11px;}
#im_friend a.webimListLT:hover,#im_friend a.webimListLT:link,#im_friend a.webimListLT:visited,#im_friend a.webimListLT:active{display:none;width:51px;height:18px;margin-left:3px;background:url(i/webim_button.gif) 0 0 no-repeat;}
#im_friend a.webimListXX:hover,#im_friend a.webimListXX:link,#im_friend a.webimListXX:visited,#im_friend a.webimListXX:active{display:none;width:51px;height:18px;margin-left:3px;background:url(i/xiexin.gif) 0 0 no-repeat;}
#im_friend .webimList li.webim_lihover a.webimListLT,#im_friend .webimList li.webim_lihover a.webimListXX{display:block;}
#im_friend .webimListAnzhuang{display:none;height:30px;text-align:center;border:solid 1px #e7e7e7;border-bottom:solid 1px #e7e7e7;background:#fff;}
#im_friend .webimListAnzhuang a{font:12px/30px Arial, Helvetica, sans-serif, '宋体';text-decoration:none;color:#3e90dd;}
#im_friend .im_loading{width:100%;height:310px;margin:0;text-align:center;}
#im_friend .im_loading table{line-height:20px;width:100%;height:100%;vertical-align:middle;}
#im_friend .im_loading table td{text-align:center;}
/*end3.0改版----*/
/*右下角弹出--打招呼*/
#im_profile_pop_win{position:absolute;z-index:999;right:0;bottom:30px;overflow:visible;margin:0;}
#im_profile_pop_win .dzhLayer{width:218px;height:111px;background:url(i/dzh/dzhLayer.png) 0 0 no-repeat;}
#im_profile_pop_win .dzhLayer_top{height:20px;padding:5px 10px 0 0;}
#im_profile_pop_win a.dzhLayer_close:link,#im_profile_pop_win a.dzhLayer_close:hover,#im_profile_pop_win a.dzhLayer_close:active,#im_profile_pop_win a.dzhLayer_close:visited{display:block;float:right;width:15px;height:15px;text-decoration:none;}
#im_profile_pop_win .dzhLayer_set{position:relative;float:right;width:15px;height:15px;cursor:pointer;text-decoration:none;}
#im_profile_pop_win a.dzhLayer_bxs:link,#im_profile_pop_win a.dzhLayer_bxs:hover,#im_profile_pop_win a.dzhLayer_bxs:active,#im_profile_pop_win a.dzhLayer_bxs:visited{font-size:12px;line-height:28px;position:absolute;z-index:100;right:5px;bottom:10px;display:block;width:106px;height:28px;text-align:center;text-decoration:none;color:#333;background:url(i/dzh/bztx_1.gif) 0 0 no-repeat;}
#im_profile_pop_win a.dzhLayer_bxs:hover{background:url(i/dzh/bztx_2.gif) 0 0 no-repeat;}
#im_profile_pop_win .dzhLayer_text{font-size:12px;line-height:24px;height:24px;padding-left:41px;color:#333;background:url(i/dzh/icon_zaixian.gif) 20px center no-repeat;}
#im_profile_pop_win .dzhLayer_icon{position:relative;height:58px;}
#im_profile_pop_win .dzhLayer_iconImg{padding:15px 0 0 23px;}
#im_profile_pop_win .dzhLayer_iconImg img{cursor:pointer;}
#im_profile_pop_win .dzhLayer_iconImg a{display:block;float:left;width:35px;height:28px;margin:0 5px;padding-top:7px;text-align:center;text-decoration:none;}
#im_profile_pop_win .dzhLayer_iconImg a:hover{text-decoration:none;background:url(i/dzh/iconBg.png) 0 0 no-repeat;}
#im_profile_pop_win .dzhLayer_iconImg .hi span{display:block;width:21px;height:21px;margin:auto;background:url(i/dzh/hi.gif) 0 0 no-repeat;}
#im_profile_pop_win .dzhLayer_iconImg .face span{display:block;width:20px;height:20px;margin:auto;background:url(i/dzh/face.gif) 0 0 no-repeat;}
#im_profile_pop_win .dzhLayer_iconImg .flower span{display:block;width:20px;height:20px;margin:auto;background:url(i/dzh/flower.gif) 0 0 no-repeat;}
#im_profile_pop_win .dzhLayer_iconImg .heart span{display:block;width:20px;height:20px;margin:auto;background:url(i/dzh/heart.gif) 0 0 no-repeat;}
#im_profile_pop_win .tishilayer1,#im_profile_pop_win .tishilayer2,#im_profile_pop_win .tishilayer3,#im_profile_pop_win .tishilayer4{font-size:12px;position:absolute;top:-47px;left:-2px;display:none;width:232px;height:62px;color:#333;}
#im_profile_pop_win .tishilayer1{cursor:pointer;background:url(i/dzh/tishi_layer1.png) 0 0 no-repeat;}
#im_profile_pop_win .tishilayer2{cursor:pointer;background:url(i/dzh/tishi_layer2.png) 0 0 no-repeat;}
#im_profile_pop_win .tishilayer3{cursor:pointer;background:url(i/dzh/tishi_layer3.png) 0 0 no-repeat;}
#im_profile_pop_win .tishilayer4{cursor:pointer;background:url(i/dzh/tishi_layer4.png) 0 0 no-repeat;}
#im_profile_pop_win .tishilayer1 p.tishilayer_hi{line-height:32px;height:32px;padding:12px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/hi.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer2 p.tishilayer_face{line-height:32px;height:32px;padding:12px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/face.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer3 p.tishilayer_flower{line-height:32px;height:32px;padding:12px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/flower.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer4 p.tishilayer_xin{line-height:32px;height:32px;padding:12px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/heart.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer1 p.tishilayer_hi2{line-height:20px;height:40px;padding:4px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/hi.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer2 p.tishilayer_face2{line-height:20px;height:40px;padding:4px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/face.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer3 p.tishilayer_flower2{line-height:20px;height:40px;padding:4px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/flower.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer4 p.tishilayer_xin2{line-height:20px;height:40px;padding:4px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/heart.gif) 15px 15px no-repeat;}
#im_profile_pop_win .dzhLayer_loading{display:none;padding:25px 0 0 0;text-align:center;color:#666;}
#im_profile_pop_win .dzhLayer_loading img{width:16px;height:16px;margin-right:5px;vertical-align:middle;}
#im_profile_pop_win .dzhLayer_loaded{display:none;padding:25px 0 0 0;text-align:center;color:#666;}
#im_profile_pop_win .dzhLayer_loaded img{width:17px;height:14px;margin-right:5px;vertical-align:middle;}
/*广告部分*/
#im_jiaxin_pop_win{position:absolute;z-index:999;right:0;bottom:30px;margin:0;}
#im_jiaxin_pop_win .jx3_0_1_adv1{background:url(i/adv/layer_adv1.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv2{background:url(i/adv/layer_adv2.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv3{background:url(i/adv/layer_adv3.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv4{background:url(i/adv/layer_adv4.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv5{background:url(i/adv/layer_adv5.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv6{background:url(i/adv/layer_adv6.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv7{background:url(i/adv/layer_adv7.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv8{background:url(i/adv/layer_adv8.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv1{background:url(i/adv/131014_1.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv2{background:url(i/adv/131014_2.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv3{background:url(i/adv/131014_3.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv4{background:url(i/adv/131014_4.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv5{background:url(i/adv/131014_5.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv6{background:url(i/adv/131014_6.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv7{background:url(i/adv/131014_7.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv8{background:url(i/adv/131014_8.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv9{background:url(i/adv/131014_9.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv10{background:url(i/adv/131014_10.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv{width:185px;height:91px;}
#im_jiaxin_pop_win .jx3_0_1_advTop{overflow:hidden;height:20px;}
#im_jiaxin_pop_win a.jx3_0_1_advClose:link,#im_jiaxin_pop_win a.jx3_0_1_advClose:hover,#im_jiaxin_pop_win a.jx3_0_1_advClose:active,#im_jiaxin_pop_win a.jx3_0_1_advClose:visited{display:block;float:right;width:20px;height:20px;text-decoration:none;}
#im_jiaxin_pop_win .jx3_0_1_advBody{padding:0;}
#im_jiaxin_pop_win .jx3_0_1_advBody a:link,#im_jiaxin_pop_win .jx3_0_1_advBody a:hover,#im_jiaxin_pop_win .jx3_0_1_advBody a:visited,#im_jiaxin_pop_win .jx3_0_1_advBody a:active{display:block;width:185px;height:65px;text-decoration:none;}
#im_jiaxin_pop_win .jx3_0_1_adv1 a.jx3_0_1_advButton:link{background:url(i/adv/layer_adv1Button.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv1 a.jx3_0_1_advButton:hover{background:url(i/adv/layer_adv1Button.png) 0 -30px no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv2 a.jx3_0_1_advButton:link{background:url(i/adv/layer_adv2Button.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv2 a.jx3_0_1_advButton:hover{background:url(i/adv/layer_adv2Button.png) 0 -30px no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv3 a.jx3_0_1_advButton:link{background:url(i/adv/layer_adv3Button.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv3 a.jx3_0_1_advButton:hover{background:url(i/adv/layer_adv3Button.png) 0 -30px no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv4 a.jx3_0_1_advButton:link{background:url(i/adv/layer_adv4Button.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv4 a.jx3_0_1_advButton:hover{background:url(i/adv/layer_adv4Button.png) 0 -30px no-repeat;}
/*右下VIP会员*/
.im_pop_content .memberTxt{font:normal 12px/22px 'SimSun';padding-left:6px;color:#4d4d4d;}
.im_pop_content .memberTxt strong{font-weight:bold;}
.im_pop_content .memberTxt .colorPink{display:inline;text-align:left;color:#eb006d;}
.im_pop_content .memberTxt em.colorPink{font-weight:bold;}
.im_pop_content .preferential{margin-top:10px;text-align:center;}
.im_pop_content .preferential a{font:bold 12px/28px 'SimSun';font-weight:bold;display:inline-block;width:89px;height:28px;text-align:center;color:#fff;background:#ff8a1d url(i/prefButton.jpg) no-repeat 0 0;}
.im_pop_content .preferential a:hover{text-decoration:none;}
/*缘份圈提示层*/
.mask{position:absolute;z-index:998;top:0;left:0;width:100%;height:100%;opacity:.4;background-color:#000;filter:alpha(opacity=40);}
.y_pop_pr{position:relative;z-index:999;height:1px;}
.y_pop{font-family:'微软雅黑';position:absolute;top:440px;right:0;width:300px;height:172px;background:#fff;}
.y_pop_tit{height:46px;background:#e3f6ff;}
.y_pop_tit h4{font:normal 16px/46px '微软雅黑';float:left;padding-left:12px;color:#5990d0;}
.y_closed{float:right;width:9px;height:9px;margin:19px 12px 0 0;cursor:pointer;background:url(http://images1.jyimg.com/w4/fate/i/qfq_sprite.png) no-repeat 0 -58px;}
.y_pop_text{line-height:24px;padding:12px 12px;color:#666;}
.y_pop_msg{line-height:40px;padding:0 12px;color:#999;}
.y_pop_btn,.y_pop_btn:hover{font-size:12px;line-height:26px;display:block;float:right;width:80px;height:26px;margin-top:9px;text-align:center;text-decoration:none;color:#fff;border-radius:2px;background:#ff546a;}
/*btn*/
.yfq_btn,.yfq_btn:hover{font-size:16px;line-height:37px;display:block;float:right;width:116px;height:37px;text-align:center;text-decoration:none;color:#fff;background:url(http://images1.jyimg.com/w4/fate/i/yfq_btn.png) no-repeat;}
.yfq_btn:hover{background-position:0 -43px;} | public/home/css/jyim3.css | .im_bar_min{position:fixed;bottom:0;left:0;overflow:visible;width:100%;height:30px;text-align:left;color:black;background:url(i/bg.jpg) repeat-x;_position:absolute;_bottom:0;_left:0;}
.im_btn{cursor:pointer;}
.im_btn_cur{z-index:10001;}
.im_btn_hover{background-image:url(jyim.png);background-repeat:no-repeat;background-position:0 0;}
.im_win{font-size:12px;position:absolute;bottom:29px;cursor:default;border:1px solid #d8478d;background-color:white;}
.im_loading{width:264px;margin-top:130px;text-align:center;}
.im_loading span{font-size:14px;line-height:24px;vertical-align:top;}
.im_list{font-size:12px;line-height:20px;}
#im_chatx .im_list,#im_msgx .im_list{overflow-x:hidden;overflow-y:auto;width:100%;height:182px;}
.im_mi{line-height:22px;overflow:hidden;height:auto;padding:8px;color:#333;border-bottom:solid 1px #e9e9e9;}
.im_mi .im_msg_cont{padding-left:23px;}
.im_mi .im_msg_icon{float:left;width:16px;height:16px;margin-top:2px;background-image:url(i/msg_icon.gif);background-position:-48px -32px;}
.im_mi .im_msg_icon.im_msg_icon_101{background-position:-16px -16px;}
.im_mi .im_msg_icon.im_msg_icon_103{background-position:-32px -16px;}
.im_mi .im_msg_icon.im_msg_icon_104{background-position:-48px 0;}
.im_mi .im_msg_icon.im_msg_icon_106{background-position:-80px 0;}
.im_mi .im_msg_icon.im_msg_icon_107{background-position:0 -16px;}
.im_mi .im_msg_icon.im_msg_icon_108{background-position:0 0;}
.im_mi .im_msg_icon.im_msg_icon_109{background-position:-32px 0;}
.im_mi .im_msg_icon.im_msg_icon_113{background-position:-32px -32px;}
.im_mi .im_msg_icon.im_msg_icon_114{background-position:-16px -32px;}
.im_mi .im_msg_icon.im_msg_icon_115{background-position:0 -32px;}
.im_mi .im_msg_icon.im_msg_icon_119{background-position:-48px -16px;}
.im_mi .im_msg_icon.im_msg_icon_121{background-position:-64px -16px;}
.im_mi .im_msg_icon.im_msg_icon_1999{background-position:0 -16px;}
.im_mi a{color:#bc0073;}
.im_mi span{display:block;width:298px;text-align:right;}
#im_msgx .im_msg_cont span{width:275px;}
.im_list_no_chat{position:relative;top:3%;left:12px;display:block;}
.im_list_no_chat > a{margin-left:0;cursor:pointer;color:#d53887;}
#im_rec_chat_con{height:180px;}
.im_rec_chat{float:left;width:80px;height:140px;margin-top:12px;margin-left:17px;}
.im_rec_chat > img{width:80px;height:100px;margin-bottom:5px;cursor:pointer;}
.im_rec_chat > span{display:block;margin-left:5px;padding-left:20px;cursor:pointer;background-image:url(jyim2.gif);background-repeat:no-repeat;background-position:-160px -60px;}
.im_jy_logo{margin-top:30px;margin-left:60px;}
#im_pop_win{right:0;bottom:30px;width:265px;height:186px;margin-bottom:0;border-bottom:none;}
#im_pop_win .im_title{width:265px;height:29px;color:white;background:url(i/title_centerBg.gif) repeat-x;}
.im_t_tab{line-height:24px;float:left;width:70px;height:24px;margin-top:3px;margin-left:4px;cursor:pointer;text-align:center;}
.im_t_tab_cur{color:black;border:1px solid #d8478d;border-bottom:1px solid white;background-color:white;}
.im_pop_content{font-size:12px;line-height:20px;display:none;overflow:auto;height:126px;margin:16px 10px 16px 12px;color:#636363;}
.im_pop_content span{display:block;width:232px;text-align:right;}
.im_pop_content img{margin-left:16px;}
.im_pop_content_cur{display:block;}
.im_pop_content a{color:#eb006d;}
#im_chat_pop_win{z-index:900;right:0;bottom:30px;width:245px;height:126px;border:none;background-color:transparent;background-image:url(chat_pop.gif);background-repeat:no-repeat;}
.im_chat_win_title{height:28px;color:white;}
.im_chat_win_nick{font-size:12px;font-weight:bold;line-height:28px;float:left;overflow:hidden;width:200px;height:28px;text-indent:38px;color:white;}
#im_chat_pop_win .im_t_close{width:16px;height:16px;margin:4px 8px 4px 2px;background-image:none;}
#im_chat_pop_win .im_chat_win_content{display:block;height:100px;margin:0 0;}
.im_chat_win_content div > span{width:212px;margin:8px 10px 0 12px;text-align:left;}
.im_chat_win_content .im_tosee_chatmsg{margin-left:150px;cursor:pointer;}
/* <NAME>*/
#im_yfms{font-size:12px;font-size:12px;line-height:23px;position:absolute;z-index:2000;right:0;bottom:30px;display:none;margin:0;text-align:left;}
#im_yfms div{width:200px;}
#im_yfms a{text-decoration:none;color:#eb006d;}
#im_yfms a:hover{text-decoration:underline;color:#eb006d;}
.im_yfms_a1{font-weight:bold;}
.im_yfms_a2{color:blue!important;}
.im_yfms_text{position:relative;overflow:hidden;width:208px;height:42px;margin:11px 25px 20px 0;color:#4e4e4e;}
.im_yfms_text div{overflow:hidden;width:100%;height:100%;cursor:pointer;}
#im_yfms p{width:200px;margin:0;padding:0;padding-right:32px;text-align:right;}
#im_yfms p a{margin-left:10px;}
.im_yfms_tpl0{overflow:hidden;width:225px;height:160px;padding:95px 0 0 70px;background-image:url(ms/background.gif);}
.im_yfms_tpl0 .im_yfms_text{left:-10px;}
.im_yfms_tpl1,.im_yfms_tpl2{width:246px;height:190px;padding:86px 0 0 24px;}
.im_yfms_tpl1 .im_yfms_text,.im_yfms_tpl2 .im_yfms_text{padding-left:6px;}
.im_yfms_tpl1 p,.im_yfms_tpl2 p{text-align:center!important;}
.im_yfms_tpl1{background-image:url(ms/backgroundf.gif);}
.im_yfms_tpl2{background-image:url(ms/backgroundm.gif);}
.newim_footbar{line-height:33px;position:fixed;z-index:10000;bottom:0;left:0;width:100%;height:33px;background:url(i/bootbar_bg.gif) repeat-x;_position:absolute;_bottom:-1px;_TOP:expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight);}
.recService .im_inner_btn.i1{background-position:16px -2px;}
.recService .im_inner_btn.i2{background-position:16px -30px;}
.recService .im_inner_btn.i3{background-position:16px -59px;}
.recService .im_inner_btn.i4{background-position:16px -88px;}
.recService .im_inner_btn span{line-height:29px;height:29px;}
.footbar_service_curr{font-size:12px;line-height:32px;position:absolute;z-index:11;bottom:0;left:0;float:left;height:32px;padding:0 20px 0 32px;cursor:pointer;text-align:left;border:1px #2982d6 solid;border-top:1px #f5faff solid;background:url(i/footbar_ico.gif) 12px 0 no-repeat #f5faff;_bottom:-1px;}
.myservice_panel{z-index:9999;left:0;display:none;overflow:hidden;width:198px;height:auto;text-align:left;}
.myservice_panel h2{font-size:12px;font-weight:400;line-height:30px;display:block;float:none;height:27px;margin:0;padding-left:10px;color:#fff;background:url(i/bootbar_tit.gif) no-repeat;}
.myservice_panel h2 em{font-style:normal;float:left;}
.myservice_panel h2 .small{display:inline-block;float:right;width:20px;height:20px;margin:3px 5px 0 0;cursor:pointer;text-indent:-9999px;}
.service_current{position:relative;width:180px;margin:0 auto;padding:10px 0 5px 0;}
.service_current p{line-height:20px;margin:0;padding:1px 0;color:#666;}
.service_current p em{font-style:normal;color:#e8006d;}
.service_current p strong{font-size:12px;font-weight:bold;}
.service_current .b1{position:absolute;top:56px;right:10px;width:56px;height:23px;}
.service_current .b2{position:absolute;top:33px;right:0;width:56px;height:23px;}
.service_current .button a:link,.service_current .button a:visited{line-height:23px;display:block;width:56px;height:23px;text-align:center;color:#fff;background:url(i/footbar_btn.gif) no-repeat;}
.service_current .button a:hover{text-decoration:none;background-position:0 -33px;}
.service_item{position:relative;width:178px;margin:0 auto;border:1px #7dbbd5 solid;}
.service_item h3{font-size:14px;font-weight:bold;line-height:30px;text-align:center;color:#333;background:#eaf5ff;}
.service_item li{line-height:34px;height:34px;padding-left:35px;color:#666;}
.service_item li em{font-style:normal;display:inline;float:left;}
.service_item li span{line-height:34px;display:inline;float:right;width:38px;height:34px;padding:0 5px 0 0;}
.service_item li span a:link,.service_item li span a:visited{font-family:'宋体';text-decoration:underline;color:#06c;}
.service_item li span a:hover{color:#f00;}
.service_item li.bg1{background-color:#fdfdfd;}
.service_item li.bg2{background-color:#f7f7f7;}
.service_more{padding:5px 10px;text-align:right;}
.service_more a:link,.service_more a:visited{font-family:'宋体';text-decoration:underline;color:#06c;}
.service_more a:hover{color:#f00;}
.ico1{background:url(i/icon1.png) 10px center no-repeat scroll;}
.ico2{background:url(i/icon2.png) 10px center no-repeat scroll;}
.ico3{background:url(i/icon3.png) 10px center no-repeat scroll;}
.ico4{background:url(i/icon4.png) 10px center no-repeat scroll;}
.ico5{background:url(i/icon5.png) 10px center no-repeat scroll;}
.ico6{background:url(i/icon6.png) 10px center no-repeat scroll;}
.ico7{background:url(i/icon7.png) 10px center no-repeat scroll;}
.ico8{background:url(i/icon8.png) 10px center no-repeat scroll;}
.ico9{background:url(i/icon9.png) 10px center no-repeat scroll;}
.ico10{background:url(i/icon10.png) 10px center no-repeat scroll;}
.ico11{background:url(i/icon11.png) 10px center no-repeat scroll;}
.ico12{background:url(i/icon12.png) 10px center no-repeat scroll;}
.ico13{background:url(i/icon13.png) 10px center no-repeat scroll;}
.ico14{background:url(i/icon14.png) 10px center no-repeat scroll;}
.ico15{background:url(i/icon15.png) 10px center no-repeat scroll;}
.ico16{background:url(i/icon16.png) 10px center no-repeat scroll;}
/*鼓励女会员发信弹层*/
#im_zhuanti{position:absolute;z-index:999;right:0;bottom:30px;margin:0;}
.v4LayerNew{width:220px;height:215px;background:url(i/newBan.gif);}
.v4LayerNewTop{overflow:hidden;}
.v4LayerNewClose{display:block;float:right;width:24px;height:24px;cursor:pointer;}
.v4LayerNewBody{padding:135px 0 0 75px;}
.v4LayerNewMore{display:block;width:120px;height:30px;}
.v4LayerZhudong{width:220px;height:215px;background:url(i/zhudongBan.gif);}
/*定位*/
.fl{display:inline;float:left;}
.fr{display:inline;float:right;}
.pr{position:relative;}
.pa{position:absolute;}
.im_btn .im_inner_btn{line-height:30px;display:block;overflow:hidden;width:92px;height:28px;text-align:center;text-decoration:none;color:#666;border:1px solid #cacaca;}
.im_attached_pop a.active_btn{position:relative;z-index:10000;border:1px solid #d84781;border-top:1px solid #e9e9e9;background:url(i/small_a.gif) no-repeat 88% center;}
.message .im_inner_btn{margin-top:0;}
.message a.active_btn{width:112px;margin-top:0;background:url(i/message_icon.gif) no-repeat 18% center;}
.onlineTalk a.active_btn{width:112px;height:28px;background:url(i/onlineTalk_icon.gif) no-repeat 26% center;}
.oneCity .im_inner_btn{width:113px;text-align:left;text-indent:44px;background:url(i/oneCity_icon.gif) no-repeat 18% center;}
.oneCity a.active_btn{background:url(i/oneCity_icon.gif) no-repeat 18% center;}
.onlineTalk .im_inner_btn{width:113px;text-align:left;text-indent:50px;border-right:none;background:url(i/onlineTalk_icon.gif) no-repeat 26% center;}
.myService .im_inner_btn{width:113px;text-indent:15px;border-right:none;background:url(i/footbar_ico.gif) 18px -1px no-repeat;}
.myService a.active_btn{width:112px;text-indent:16px;background:url(i/footbar_ico.gif) 18px -1px no-repeat;}
.recService .im_inner_btn{text-indent:25px;background:url(i/footbar_ico.gif) no-repeat;}
.recService a.active_btn{text-indent:25px;background:url(i/footbar_ico.gif) no-repeat;}
.myJiayuan .im_inner_btn{text-align:left;text-indent:13px;background:url(i/mysvc.png) 65px 7px no-repeat;}
.myJiayuan a.active_btn{text-align:left;text-indent:13px;background:url(i/mysvc.png) 65px 7px no-repeat;}
.jiayuanCenter .im_inner_btn{background:url(i/small.gif) no-repeat 88% center;}
.message .im_inner_btn{float:left;width:113px;text-align:left;text-indent:42px;border-right:none;background:url(i/message_icon.gif) no-repeat 18% center;}
.brand_mid .im_inner_btn{width:300px;text-align:center;text-decoration:underline;color:red;border-right:medium none;border-left:medium none;}
.big_brand_mid .im_inner_btn{width:500px;}
.letter .im_inner_btn{float:left;width:130px;text-align:left;text-indent:44px;border-right:none;background:url(i/letter_icon.gif) no-repeat 14% center;}
.letter .im_inner_btn.new{background-image:url(i/xin.gif);}
.robot .im_inner_btn{float:left;width:130px;text-align:left;text-indent:54px;border-right:none;background:url(i/robot_icon.gif) no-repeat 16% center;}
.im_btn .right_border{border-right:1px solid #cacaca;}
.letter .amount{margin-left:-46px;}
.izhenxin .im_inner_btn{float:left;width:140px;text-align:left;text-indent:40px;border-right:none;background:url(i/letter_icon.gif) no-repeat 14% center;}
.izhenxin1 .im_inner_btn{float:left;width:113px;text-align:left;text-indent:42px;border-right:none;background:url(i/message_icon.gif) no-repeat 18% center;}
.izhenxin2 .im_inner_btn{float:left;width:133px;text-align:left;text-indent:36px;border-right:none;background:url(i/izx_icon.gif) no-repeat 11% center;}
.onlineTalk .amount{margin-top:-30px;margin-left:80px;}
.oneCity .amount{margin-top:-30px;margin-left:80px;}
.amount{height:24px;margin-left:-37px;padding-top:6px;}
.amount_leftBg{display:inline-block;width:7px;height:18px;background:url(i/amount_leftBg.gif) no-repeat;}
.amount_rightBg{display:inline-block;width:7px;height:18px;background:url(i/amount_rightBg.gif) no-repeat;}
.amount_centerBg{font-weight:bold;line-height:16px;display:inline-block;width:auto;height:18px;color:#fff;background:url(i/amount_centerBg.gif) repeat-x;}
.im_service_list{width:auto;height:16px;padding:7px 10px;}
.im_service_list li{display:inline;float:left;width:16px;height:16px;margin:0 5px;cursor:pointer;}
.im_service_list li a{display:block;width:100%;height:100%;text-indent:-999em;outline-style:none;background-image:url(i/svc_icon.jpg);hide-focus:expression(this.hideFocus=true);}
.im_service_list .diamond a{background-position:-160px -64px;}
.im_service_list .diamond a:hover{background-position:-160px -160px;}
.im_service_list .diamond_g a{background-position:-176px -64px;}
.im_service_list .diamond_g a:hover{background-position:-176px -160px;}
.im_service_list .vip a{background-position:-64px -64px;}
.im_service_list .vip a:hover{background-position:-64px -160px;}
.im_service_list .vip_g a{background-position:-80px -64px;}
.im_service_list .vip_g a:hover{background-position:-80px -160px;}
.im_service_list .chat a{background-position:-128px -64px;}
.im_service_list .chat a:hover{background-position:-128px -160px;}
.im_service_list .chat_g a{background-position:-144px -64px;}
.im_service_list .chat_g a:hover{background-position:-144px -160px;}
.im_service_list .readmail a{background-position:-96px -80px;}
.im_service_list .readmail a:hover{background-position:-96px -176px;}
.im_service_list .readmail_g a{background-position:-112px -80px;}
.im_service_list .readmail_g a:hover{background-position:-112px -176px;}
.im_service_list .brightlist a{background-position:-96px -64px;}
.im_service_list .brightlist a:hover{background-position:-96px -160px;}
.im_service_list .brightlist_g a{background-position:-112px -64px;}
.im_service_list .brightlist_g a:hover{background-position:-112px -160px;}
.im_service_list .forground a{background-position:-64px -80px;}
.im_service_list .forground a:hover{background-position:-64px -176px;}
.im_service_list .forground_g a{background-position:-80px -80px;}
.im_service_list .forground_g a:hover{background-position:-80px -176px;}
.im_service_list .jystamp a{background:url(i/jystamp.gif) 0 0 no-repeat;}
.im_service_list .jystamp a:hover{background:url(i/jystamp_h.gif) 0 0 no-repeat;}
.im_service_list .jybao a{background:url(i/jybao.gif) 0 0 no-repeat;}
.im_service_list .jybao a:hover{background:url(i/jybao_h.gif) 0 0 no-repeat;}
.im_service_list .express a{background:url(i/1601.jpg) 0 0 no-repeat;}
.im_service_list .express_g a{background:url(i/1602.jpg) 0 0 no-repeat;}
.im_service_list .speedpost a{background:url(i/t.jpg) 0 0 no-repeat;}
.im_service_list .speedpost a:hover{background:url(i/t_h.png) 0 0 no-repeat;}
.myjiayuan_content{display:none;overflow:hidden;width:198px;height:auto;padding-bottom:5px;border:1px solid #d84781;}
.myjiayuan_content_title{width:200px;height:29px;}
.title_centerBg{font-size:100%;font-weight:bold;line-height:29px;float:left;width:179px;height:29px;text-indent:10px;color:#fff;background:url(i/title_centerBg.gif) repeat-x;_width:181px;}
.title_leftBg{width:2px;height:29px;background:url(i/title_leftBg.gif) no-repeat;}
.title_rightBg{position:relative;width:17px;height:29px;cursor:pointer;background:url(i/title_rightBg.gif) no-repeat;}
.myjiayuan_content h2{font-size:12px;font-weight:bold;line-height:30px;float:none;height:30px;text-indent:10px;}
.usingService li{width:168px;height:auto;padding:10px 15px 0 15px;text-indent:0;border-bottom:1px solid #e9e9e9;background:none;}
.usingService li.first{padding-top:0;}
.usingService li span,.recommendService li span{float:left;width:32px;height:32px;}
.svc_icon_40{background:url(i/svc_icon.jpg) -128px 0;}
.svc_icon_40_g{background:url(i/svc_icon.jpg) -160px 0;}
.svc_icon_5{background:url(i/svc_icon.jpg) 0 -32px;}
.svc_icon_5_g{background:url(i/svc_icon.jpg) -32px -32px;}
.svc_icon_4{background:url(i/svc_icon.jpg) 0 0;}
.svc_icon_4_g{background:url(i/svc_icon.jpg) -32px 0;}
.svc_icon_33{background:url(i/svc_icon.jpg) -64px 0;}
.svc_icon_33_g{background:url(i/svc_icon.jpg) -96px 0;}
.svc_icon_38{background:url(i/svc_icon.jpg) -64px -32px;}
.svc_icon_38_g{background:url(i/svc_icon.jpg) -96px -32px;}
.svc_icon_41{background:url(i/svc_icon.jpg) -128px -32px;}
.svc_icon_100{background:url(i/juguangdeng.jpg) 0 0;}
.svc_icon_41_g{background:url(i/svc_icon.jpg) -160px -32px;}
.svc_icon_2{background:url(i/svc_icon.jpg) 0 -64px;}
.svc_icon_2_g{background:url(i/svc_icon.jpg) -32px -64px;}
.svc_icon_332{background:url(i/svc_icon_332.jpg) 0 0;}
.svc_icon_332_g{background:url(i/svc_icon_332.jpg) -32px 0;}
.usingService strong,.recommendService strong{font-weight:bold;line-height:32px;float:left;height:32px;padding:0 9px;color:#666;}
.usingService a{position:absolute;right:10px;display:block;overflow:hidden;width:55px;height:31px;text-indent:-9999px;border:none;background:url(i/icon.jpg) no-repeat -128px 0;}
.usingService a:hover{background:url(i/xufei_h.gif) 0 0;}
.usingService div{font-style:normal;line-height:20px;display:block;clear:both;height:auto;color:#999;}
.usingService div.expire{color:#e23;}
.usingService .hide_svc{position:relative;top:3px;vertical-align:top;}
.recommendService li{width:168px;margin-bottom:0;padding:0 15px;text-indent:0;background:none;}
.recommendService a{position:absolute;right:15px;display:block;overflow:hidden;width:47px;height:22px;margin-top:5px;text-indent:-9999px;border:none;background:url(i/icon.jpg) no-repeat 0 -60px;}
.recommendService a:hover{background:url(i/apply_h.gif) 0 0;}
.recommendService em{font-style:normal;display:block;clear:both;white-space:normal;text-indent:0;color:#e23;}
.myjiayuan_content .moreService{line-height:24px;display:block;height:24px;padding-left:4px;text-decoration:underline;text-indent:10px;color:#3e90dd;border:none;}
.jiayuanCenter_content{display:none;overflow:hidden;width:148px;height:auto;}
.jiayuanCenter_content_title{width:150px;height:29px;}
.jiayuanCenter_content_title h1{width:131px;}
.jiayuanCenter_content .im_list{padding:12px 0 12px 0;}
.jiayuanCenter_content .im_item{font-size:12px;line-height:30px;position:relative;height:30px;}
.jiayuanCenter_content .im_item a{font-size:12px;line-height:30px;display:block;overflow:hidden;width:100%;height:30px;text-align:left;text-decoration:none;text-indent:8px;color:#666;border:none;}
.jiayuanCenter_content .im_item a:hover{font-weight:bold;text-decoration:none;background:#ffe9f2;}
.jiayuanCenter_content .im_item strong{color:#dd1764;}
.jiayuanCenter_content .im_item span{position:absolute;right:8px;display:inline;overflow:hidden;width:28px;height:12px;margin-top:9px;background-image:url(i/icon.jpg);_margin-top:0;*margin-top:0;}
.jiayuanCenter_content .im_item span.new{background-position:0 -48px;}
.jiayuanCenter_content .im_item span.hot{background-position:-28px -48px;}
#im_friend{z-index:9999;right:0;display:none;overflow:hidden;width:238px;height:323px;}
.oneCity_content_title{width:240px;height:29px;}
.oneCity_content_title h1{width:221px;}
.oneCity_content_title a.change{font-weight:normal;line-height:14px;position:absolute;top:9px;right:22px;display:inline;width:40px;height:14px;text-indent:0;color:#fff;border:none;background:none;}
#im_friend .im_list{overflow:hidden;padding:0 10px 4px 5px;}
#im_friend .im_list .im_fi{overflow:hidden;width:223px;height:37px;padding:5px 0;border-bottom:1px solid #e7e8e9;}
#im_friend .im_list .im_fi a{overflow:hidden;width:auto;text-indent:0;border:none;background:none;}
#im_friend .im_list .im_fi img{width:30px;height:37px;}
#im_friend .im_list .im_fi.im_f_on .im_fi_n div{float:left;width:13px;height:16px;margin-top:11px;background-image:url(i/online.gif);background-repeat:no-repeat;}
#im_friend .im_list .im_fi a.headLink{width:30px;height:37px;}
#im_friend .im_list .im_fi a.nameLink{line-height:37px;height:37px;margin:0 5px;text-align:left;text-decoration:none;color:#666;}
#im_friend .im_list .im_fi a.talkLink,#im_friend .im_list .im_fi a.messageLink{line-height:37px;width:34px;height:37px;text-align:center;text-decoration:underline;color:#2c81d6;}
.onlineTalk_content,.message_content{z-index:9999;right:-106px;display:none;overflow:hidden;width:323px;height:210px;}
.onlineTalk_content_title,.message_content_title{width:323px;height:29px;}
.onlineTalk_content_title h1,.message_content_title h1{width:304px;}
.onlineTalk_content_title a.notes{font-weight:normal;line-height:14px;position:absolute;top:9px;right:22px;display:inline;width:100px;height:14px;text-indent:0;color:#fff;border:none;background:none;}
.message_content{right:-184px;display:none;}
.message_content_title a.all{line-height:14px;top:9px;right:28px;display:inline;width:50px;height:14px;text-indent:0;color:#fff;border:none;background:none;}
.im_win_title{height:29px;}
.im_win_title a.im_t_close{position:absolute;top:0;right:0;display:block;width:17px;height:29px;text-indent:-9999px;border:none;}
/*提示图标修改----*
.im_win_title a.im_t_close{width:17px;height:29px;display:block;background:url(i/closed.gif) 0 11px no-repeat;text-indent:-9999px;right:0px;top:0px;border:none;position:absolute}
/*提示图标修改----*/
.message_content ul{overflow-y:auto;width:324px;height:156px;padding-bottom:4px;}
.message_content ul li{width:auto;height:auto;padding:5px 10px;border-bottom:1px solid #e9e9e9;}
.message_content ul li p{line-height:24px;width:auto;height:24px;padding-left:27px;white-space:nowrap;color:#333;}
.message_content ul li p a{display:inline;float:none;width:auto;margin:0 4px;text-indent:0;color:#bc0073;border:none;background:none;}
.message_content ul li p a.checkNow{display:inline;float:right;text-decoration:underline;color:#2c81d6;}
#im_rec_user{margin:2px 0 0 80px;}
#im_rec_user a{line-height:24px;display:block;overflow:hidden;width:195px;height:24px;padding-left:30px;text-decoration:none;color:#fff;background:url(i/view_bg.gif) no-repeat 0 0;}
#im_rec_user a:hover{text-decoration:none;color:#fff;background:url(i/view_bg.gif) no-repeat 0 -24px;}
/*begin3.0改版----*/
#im_friend{width:240px;height:400px;border:solid 1px #d84781;}
#im_friend .webimTop{overflow:hidden;height:28px;background:url(i/webimTop.jpg) 0 0 no-repeat;}
#im_friend .webimTop ul{padding:3px 0 0 5px;}
#im_friend .webimTop li{font:12px/24px '宋体';float:left;width:66px;height:25px;cursor:pointer;text-align:center;color:#fff;}
#im_friend .webimTop li.oning{font-weight:bold;color:#ce437b;background:url(i/webimTopli.jpg) 0 0 no-repeat;}
#im_friend .webimTop li.addnew{background:url(i/addnew.jpg) 43px 2px no-repeat;}
#im_friend .webimTop li a{display:block;width:66px;height:25px;}
#im_friend .webimClose{float:right;width:25px;height:25px;cursor:pointer;}
#im_friend .im_list{overflow:hidden;height:372px;padding:0;}
#im_friend .webimZaixian{font:12px/28px '宋体';overflow:hidden;height:28px;padding:0 5px 0 15px;border-bottom:solid 1px #e7e7e7;}
#im_friend .webimZaixianRS{line-height:28px;float:left;width:120px;color:#999;}
#im_friend .webimZaixianRS span{color:#e35d1b;}
#im_friend .webimCakanquanbu{line-height:28px;float:right;width:80px;text-align:right;}
#im_friend .webimCakanquanbu a:link,#im_friend .webimCakanquanbu a:hover,#im_friend .webimCakanquanbu a:visited,#im_friend .webimCakanquanbu a:active{text-decoration:none;color:#2c81d6;}
#im_friend .webimList{display:none;overflow:hidden;overflow-y:auto;height:310px;}
#im_friend .webimList li{overflow:hidden;height:42px;background:url(i/webim_line.jpg) 0 bottom no-repeat;}
#im_friend .webimList li.webim_lihover{height:42px;background:url(i/webim_libg1.jpg) 0 0 repeat-x;}
#im_friend .webimList li.webim_liactive{height:42px;background:url(i/webim_libg2.jpg) 0 0 repeat-x;}
#im_friend .webimList li.webim_liaddnew{height:42px;background:url(i/webim_liaddnew.jpg) 0 0 repeat-x;}
#im_friend .im_samecity_online_plat{float:left;width:30px;height:40px;}
#im_friend .webimListIcon1{background:url(i/webim_icon1.gif) 8px 13px no-repeat;}
#im_friend .webimListIcon2{background:url(i/webim_icon2.gif) 8px 13px no-repeat;}
#im_friend .webimListIcon3{background:url(i/webim_icon3.gif) 8px 13px no-repeat;}
#im_friend .webimListIcon4{background:url(i/webim_icon4.gif) 8px 13px no-repeat;}
#im_friend .webimListIcon5{background:url(i/webim_icon5.gif) 8px 13px no-repeat;}
#im_friend .webimListIcon6{background:url(i/webim_icon6.gif) 8px 13px no-repeat;}
#im_friend .webimListPic{position:relative;float:left;overflow:hidden;width:32px;height:32px;padding-top:4px;}
#im_friend .webimListPic a.imglink{display:block;width:32px;height:39px;margin-top:-3.5px;}
#im_friend .webimListPic img{width:32px;height:39px;}
#im_friend .webimListPicBorder{position:absolute;z-index:10;top:0;left:0;display:block;width:32px;height:40px;text-decoration:none;background:url(i/webim_border.gif) 0 0 no-repeat;}
#im_friend .webimList li.webim_lihover .webimListPicBorder{background:url(i/webim_border2.gif) 0 0 no-repeat;}
#im_friend .webimList li.webim_liactive .webimListPicBorder{background:url(i/webim_border3.gif) 0 0 no-repeat;}
#im_friend .webimList li.webim_liaddnew .webimListPicBorder{background:url(i/webim_border4.gif) 0 0 no-repeat;}
#im_friend .webimListName{font:12px/24px '宋体';float:left;overflow:hidden;width:60px;height:24px;padding-top:8px;}
#im_friend .webimListName span{margin-left:8px;}
#im_friend .webimListName a:link,#im_friend .webimListName a:hover,#im_friend .webimListName a:visited,#im_friend .webimListName a:active{text-decoration:none;color:#000;}
#im_friend .webimListNum{float:left;width:40px;height:20px;padding-top:11px;cursor:pointer;}
#im_friend .webimListNum table{margin:0 auto;}
#im_friend .webimListNum td.webimListNumL,#im_friend .webimListNum td.webimListNumR{font:12px/16px '宋体';overflow:hidden;width:7px;height:16px;}
#im_friend .webimListNumL{background:url(i/webim_numL.gif) 0 center no-repeat;}
#im_friend .webimListNumR{background:url(i/webim_numR.gif) 0 center no-repeat;}
#im_friend .webimListNumM{font:12px/16px Arial, Helvetica, sans-serif;font-weight:bold;color:#fff;background:url(i/webim_numM.gif) 0 center repeat-x;}
#im_friend .webimListButton{float:right;width:58px;height:18px;padding-top:11px;}
#im_friend a.webimListLT:hover,#im_friend a.webimListLT:link,#im_friend a.webimListLT:visited,#im_friend a.webimListLT:active{display:none;width:51px;height:18px;margin-left:3px;background:url(i/webim_button.gif) 0 0 no-repeat;}
#im_friend a.webimListXX:hover,#im_friend a.webimListXX:link,#im_friend a.webimListXX:visited,#im_friend a.webimListXX:active{display:none;width:51px;height:18px;margin-left:3px;background:url(i/xiexin.gif) 0 0 no-repeat;}
#im_friend .webimList li.webim_lihover a.webimListLT,#im_friend .webimList li.webim_lihover a.webimListXX{display:block;}
#im_friend .webimListAnzhuang{display:none;height:30px;text-align:center;border:solid 1px #e7e7e7;border-bottom:solid 1px #e7e7e7;background:#fff;}
#im_friend .webimListAnzhuang a{font:12px/30px Arial, Helvetica, sans-serif, '宋体';text-decoration:none;color:#3e90dd;}
#im_friend .im_loading{width:100%;height:310px;margin:0;text-align:center;}
#im_friend .im_loading table{line-height:20px;width:100%;height:100%;vertical-align:middle;}
#im_friend .im_loading table td{text-align:center;}
/*end3.0改版----*/
/*右下角弹出--打招呼*/
#im_profile_pop_win{position:absolute;z-index:999;right:0;bottom:30px;overflow:visible;margin:0;}
#im_profile_pop_win .dzhLayer{width:218px;height:111px;background:url(i/dzh/dzhLayer.png) 0 0 no-repeat;}
#im_profile_pop_win .dzhLayer_top{height:20px;padding:5px 10px 0 0;}
#im_profile_pop_win a.dzhLayer_close:link,#im_profile_pop_win a.dzhLayer_close:hover,#im_profile_pop_win a.dzhLayer_close:active,#im_profile_pop_win a.dzhLayer_close:visited{display:block;float:right;width:15px;height:15px;text-decoration:none;}
#im_profile_pop_win .dzhLayer_set{position:relative;float:right;width:15px;height:15px;cursor:pointer;text-decoration:none;}
#im_profile_pop_win a.dzhLayer_bxs:link,#im_profile_pop_win a.dzhLayer_bxs:hover,#im_profile_pop_win a.dzhLayer_bxs:active,#im_profile_pop_win a.dzhLayer_bxs:visited{font-size:12px;line-height:28px;position:absolute;z-index:100;right:5px;bottom:10px;display:block;width:106px;height:28px;text-align:center;text-decoration:none;color:#333;background:url(i/dzh/bztx_1.gif) 0 0 no-repeat;}
#im_profile_pop_win a.dzhLayer_bxs:hover{background:url(i/dzh/bztx_2.gif) 0 0 no-repeat;}
#im_profile_pop_win .dzhLayer_text{font-size:12px;line-height:24px;height:24px;padding-left:41px;color:#333;background:url(i/dzh/icon_zaixian.gif) 20px center no-repeat;}
#im_profile_pop_win .dzhLayer_icon{position:relative;height:58px;}
#im_profile_pop_win .dzhLayer_iconImg{padding:15px 0 0 23px;}
#im_profile_pop_win .dzhLayer_iconImg img{cursor:pointer;}
#im_profile_pop_win .dzhLayer_iconImg a{display:block;float:left;width:35px;height:28px;margin:0 5px;padding-top:7px;text-align:center;text-decoration:none;}
#im_profile_pop_win .dzhLayer_iconImg a:hover{text-decoration:none;background:url(i/dzh/iconBg.png) 0 0 no-repeat;}
#im_profile_pop_win .dzhLayer_iconImg .hi span{display:block;width:21px;height:21px;margin:auto;background:url(i/dzh/hi.gif) 0 0 no-repeat;}
#im_profile_pop_win .dzhLayer_iconImg .face span{display:block;width:20px;height:20px;margin:auto;background:url(i/dzh/face.gif) 0 0 no-repeat;}
#im_profile_pop_win .dzhLayer_iconImg .flower span{display:block;width:20px;height:20px;margin:auto;background:url(i/dzh/flower.gif) 0 0 no-repeat;}
#im_profile_pop_win .dzhLayer_iconImg .heart span{display:block;width:20px;height:20px;margin:auto;background:url(i/dzh/heart.gif) 0 0 no-repeat;}
#im_profile_pop_win .tishilayer1,#im_profile_pop_win .tishilayer2,#im_profile_pop_win .tishilayer3,#im_profile_pop_win .tishilayer4{font-size:12px;position:absolute;top:-47px;left:-2px;display:none;width:232px;height:62px;color:#333;}
#im_profile_pop_win .tishilayer1{cursor:pointer;background:url(i/dzh/tishi_layer1.png) 0 0 no-repeat;}
#im_profile_pop_win .tishilayer2{cursor:pointer;background:url(i/dzh/tishi_layer2.png) 0 0 no-repeat;}
#im_profile_pop_win .tishilayer3{cursor:pointer;background:url(i/dzh/tishi_layer3.png) 0 0 no-repeat;}
#im_profile_pop_win .tishilayer4{cursor:pointer;background:url(i/dzh/tishi_layer4.png) 0 0 no-repeat;}
#im_profile_pop_win .tishilayer1 p.tishilayer_hi{line-height:32px;height:32px;padding:12px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/hi.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer2 p.tishilayer_face{line-height:32px;height:32px;padding:12px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/face.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer3 p.tishilayer_flower{line-height:32px;height:32px;padding:12px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/flower.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer4 p.tishilayer_xin{line-height:32px;height:32px;padding:12px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/heart.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer1 p.tishilayer_hi2{line-height:20px;height:40px;padding:4px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/hi.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer2 p.tishilayer_face2{line-height:20px;height:40px;padding:4px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/face.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer3 p.tishilayer_flower2{line-height:20px;height:40px;padding:4px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/flower.gif) 15px 15px no-repeat;}
#im_profile_pop_win .tishilayer4 p.tishilayer_xin2{line-height:20px;height:40px;padding:4px 20px 0 45px;text-align:left;text-decoration:none;background:url(i/dzh/heart.gif) 15px 15px no-repeat;}
#im_profile_pop_win .dzhLayer_loading{display:none;padding:25px 0 0 0;text-align:center;color:#666;}
#im_profile_pop_win .dzhLayer_loading img{width:16px;height:16px;margin-right:5px;vertical-align:middle;}
#im_profile_pop_win .dzhLayer_loaded{display:none;padding:25px 0 0 0;text-align:center;color:#666;}
#im_profile_pop_win .dzhLayer_loaded img{width:17px;height:14px;margin-right:5px;vertical-align:middle;}
/*广告部分*/
#im_jiaxin_pop_win{position:absolute;z-index:999;right:0;bottom:30px;margin:0;}
#im_jiaxin_pop_win .jx3_0_1_adv1{background:url(i/adv/layer_adv1.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv2{background:url(i/adv/layer_adv2.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv3{background:url(i/adv/layer_adv3.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv4{background:url(i/adv/layer_adv4.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv5{background:url(i/adv/layer_adv5.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv6{background:url(i/adv/layer_adv6.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv7{background:url(i/adv/layer_adv7.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv8{background:url(i/adv/layer_adv8.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv1{background:url(i/adv/131014_1.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv2{background:url(i/adv/131014_2.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv3{background:url(i/adv/131014_3.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv4{background:url(i/adv/131014_4.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv5{background:url(i/adv/131014_5.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv6{background:url(i/adv/131014_6.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv7{background:url(i/adv/131014_7.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv8{background:url(i/adv/131014_8.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv9{background:url(i/adv/131014_9.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_2_1_adv10{background:url(i/adv/131014_10.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv{width:185px;height:91px;}
#im_jiaxin_pop_win .jx3_0_1_advTop{overflow:hidden;height:20px;}
#im_jiaxin_pop_win a.jx3_0_1_advClose:link,#im_jiaxin_pop_win a.jx3_0_1_advClose:hover,#im_jiaxin_pop_win a.jx3_0_1_advClose:active,#im_jiaxin_pop_win a.jx3_0_1_advClose:visited{display:block;float:right;width:20px;height:20px;text-decoration:none;}
#im_jiaxin_pop_win .jx3_0_1_advBody{padding:0;}
#im_jiaxin_pop_win .jx3_0_1_advBody a:link,#im_jiaxin_pop_win .jx3_0_1_advBody a:hover,#im_jiaxin_pop_win .jx3_0_1_advBody a:visited,#im_jiaxin_pop_win .jx3_0_1_advBody a:active{display:block;width:185px;height:65px;text-decoration:none;}
#im_jiaxin_pop_win .jx3_0_1_adv1 a.jx3_0_1_advButton:link{background:url(i/adv/layer_adv1Button.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv1 a.jx3_0_1_advButton:hover{background:url(i/adv/layer_adv1Button.png) 0 -30px no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv2 a.jx3_0_1_advButton:link{background:url(i/adv/layer_adv2Button.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv2 a.jx3_0_1_advButton:hover{background:url(i/adv/layer_adv2Button.png) 0 -30px no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv3 a.jx3_0_1_advButton:link{background:url(i/adv/layer_adv3Button.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv3 a.jx3_0_1_advButton:hover{background:url(i/adv/layer_adv3Button.png) 0 -30px no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv4 a.jx3_0_1_advButton:link{background:url(i/adv/layer_adv4Button.png) 0 0 no-repeat;}
#im_jiaxin_pop_win .jx3_0_1_adv4 a.jx3_0_1_advButton:hover{background:url(i/adv/layer_adv4Button.png) 0 -30px no-repeat;}
/*右下VIP会员*/
.im_pop_content .memberTxt{font:normal 12px/22px 'SimSun';padding-left:6px;color:#4d4d4d;}
.im_pop_content .memberTxt strong{font-weight:bold;}
.im_pop_content .memberTxt .colorPink{display:inline;text-align:left;color:#eb006d;}
.im_pop_content .memberTxt em.colorPink{font-weight:bold;}
.im_pop_content .preferential{margin-top:10px;text-align:center;}
.im_pop_content .preferential a{font:bold 12px/28px 'SimSun';font-weight:bold;display:inline-block;width:89px;height:28px;text-align:center;color:#fff;background:#ff8a1d url(i/prefButton.jpg) no-repeat 0 0;}
.im_pop_content .preferential a:hover{text-decoration:none;}
/*缘份圈提示层*/
.mask{position:absolute;z-index:998;top:0;left:0;width:100%;height:100%;opacity:.4;background-color:#000;filter:alpha(opacity=40);}
.y_pop_pr{position:relative;z-index:999;height:1px;}
.y_pop{font-family:'微软雅黑';position:absolute;top:440px;right:0;width:300px;height:172px;background:#fff;}
.y_pop_tit{height:46px;background:#e3f6ff;}
.y_pop_tit h4{font:normal 16px/46px '微软雅黑';float:left;padding-left:12px;color:#5990d0;}
.y_closed{float:right;width:9px;height:9px;margin:19px 12px 0 0;cursor:pointer;background:url(http://images1.jyimg.com/w4/fate/i/qfq_sprite.png) no-repeat 0 -58px;}
.y_pop_text{line-height:24px;padding:12px 12px;color:#666;}
.y_pop_msg{line-height:40px;padding:0 12px;color:#999;}
.y_pop_btn,.y_pop_btn:hover{font-size:12px;line-height:26px;display:block;float:right;width:80px;height:26px;margin-top:9px;text-align:center;text-decoration:none;color:#fff;border-radius:2px;background:#ff546a;}
/*btn*/
.yfq_btn,.yfq_btn:hover{font-size:16px;line-height:37px;display:block;float:right;width:116px;height:37px;text-align:center;text-decoration:none;color:#fff;background:url(http://images1.jyimg.com/w4/fate/i/yfq_btn.png) no-repeat;}
.yfq_btn:hover{background-position:0 -43px;} | 0.262747 | 0.050005 |
@media (max-width: 767px) {
.navbar-dark .navbar-brand .logo img, .navbar-light .navbar-brand .logo img, .navbar-dark .navbar-brand .logo-collapse img, .navbar-light .navbar-brand .logo-collapse img{
max-height: 75px !important;
}
.carousel-caption h2{
font-size: 25px;
}
.carousel-caption{
padding: 70px 10px 0;
}
section {
padding:25px 0;
}
section h2{
font-size: 30px;
}
}
@media (min-width: 767px) {
p {
margin:0 0 30px;
font-size:18px;
line-height:1.6;
}
section {
padding:25px 0;
}
.intro-img .intro-welcome,.intro-slider .intro-welcome,.intro-video .intro-welcome,.intro-img-half .intro-welcome,.intro-slider-half .intro-welcome {
font-size:30px;
margin:0 0 -10px;
}
.intro-img .brand-heading,.intro-slider .brand-heading,.intro-video .brand-heading,.intro-img-half .brand-heading,.intro-slider-half .brand-heading {
font-size:55px;
}
.intro-img .intro-body,.intro-slider .intro-body,.intro-video .intro-body,.intro-img-half .intro-body,.intro-slider-half .intro-body {
position:absolute;
right:0;
left:0;
bottom:0;
}
.intro-video {
position:absolute;
background:transparent;
}
.btn-scroll-dark,.btn-scroll-light {
margin-top:30px;
}
.bg-parallax-light,.bg-parallax-dark {
background-attachment:fixed;
}
.footer-1,.footer-2 {
text-align:center;
}
.intro-img .intro-body,.intro-video .intro-body {
top:30%;
}
.intro-img-half .intro-body {
top:15%;
}
.intro-slider .intro-body {
top:0;
}
.intro-slider-half .intro-body {
top:0;
margin-top:-25px;
}
.intro-slider .carousel-caption,.intro-slider-half .carousel-caption {
width:auto;
right:0;
left:0;
top:40%;
bottom:0;
}
.intro-slider .carousel-caption,.intro-slider-half .carousel-caption {
width:auto;
}
}
@media only screen and (min-width: 768px) {
.intro-img,.intro-slider,.intro-video,.video-bg {
padding:0;
height:100%;
min-height:0;
}
.intro-img .overlay,.intro-slider .overlay,.intro-video .overlay,.video-bg .overlay {
height:100%;
}
.intro-img-half {
height:60%;
min-height:0;
}
.intro-img-half .overlay {
height:60%;
min-height:0;
}
.intro-slider-half {
height:60%;
min-height:0;
}
.intro-slider-half .overlay {
height:100%;
min-height:0;
}
}
@media (max-width: 1199px) {
.navbar-header {
float:none;
}
.navbar-left,.navbar-right {
float:none!important;
}
.navbar-toggle {
display:block;
}
.navbar-collapse {
box-shadow:none;
}
.navbar-fixed-top {
top:0;
border-width:0 0 1px;
}
.navbar-collapse.collapse {
display:none!important;
}
.navbar-nav {
float:none!important;
margin-top:7.5px;
}
.navbar-nav>li {
float:none;
}
.navbar-nav>li>a {
padding-top:10px;
padding-bottom:10px;
}
.collapse.in {
display:block!important;
}
.navbar-brand {
float:left;
font-size:18px;
height:50px;
line-height:20px;
padding:15px;
}
.navbar-dark .navbar-brand .logo img,.navbar-light .navbar-brand .logo img,.navbar-dark .navbar-brand .logo-collapse img,.navbar-light .navbar-brand .logo-collapse img {
margin:0 0 0 10px;
max-height:100px;
border:1px solid #fff;
}
.navbar-dark,.navbar-light {
background-color:#455560;
border-bottom:1px solid #ddd;
margin-bottom:0;
padding:5px;
}
.navbar-dark .navbar-brand,.navbar-light .navbar-brand {
font-weight:700;
padding:0;
}
.nav > li {
text-align:right;
}
.nav > li > a {
display:inline-block;
}
.bg-parallax-dark{
background-position: 0 !important;
}
}
@media (min-width: 1200px) {
.navbar-dark,.navbar-light {
padding:20px 0;
border-bottom:none;
letter-spacing:1px;
background:transparent;
-webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
transition:background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-dark .navbar-brand .logo img,.navbar-light .navbar-brand .logo img,.navbar-dark .navbar-brand .logo-collapse img,.navbar-light .navbar-brand .logo-collapse img {
max-height:100px;
margin:0;
border:solid 1px #fff;
}
.navbar-dark .nav li,.navbar-light .nav li {
margin-right:0;
}
.navbar-dark .nav li:last-child,.navbar-light .nav li:last-child {
margin-right:0;
}
.navbar-dark .nav li a,.navbar-light .nav li a {
color:#f4f5f7;
-webkit-transition:color .3s;
-moz-transition:color .3s;
transition:color .3s;
}
.navbar-dark .nav li a:after,.navbar-light .nav li a:after {
position:absolute;
width:90%;
margin:0 auto;
left:0;
right:0;
bottom:0;
height:3px;
background:#dddc00;
content:'';
opacity:0;
-webkit-transition:opacity 0.3s,-webkit-transform .3s;
-moz-transition:opacity 0.3s,-moz-transform .3s;
transition:opacity 0.3s,transform .3s;
-webkit-transform:translateY(-10px);
-moz-transform:translateY(-10px);
transform:translateY(-10px);
}
.navbar-dark .nav li a::after,.navbar-light .nav li a::after {
bottom:0;
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
transform:translateY(10px);
}
.navbar-dark .nav li a:hover,.navbar-light .nav li a:hover,.navbar-dark .nav li a:focus,.navbar-light .nav li a:focus,.navbar-dark .nav li a:active,.navbar-light .nav li a:active {
color:#f4f5f7;
outline:none;
background-color:transparent;
}
.navbar-dark .nav li a:hover::after,.navbar-light .nav li a:hover::after,.navbar-dark .nav li a:focus::after,.navbar-light .nav li a:focus::after {
opacity:1;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
transform:translateY(0px);
}
.navbar-dark .nav li.active a,.navbar-light .nav li.active a {
background-color:transparent;
color:#dddc00!important;
}
.navbar-dark.top-nav-collapse,.navbar-light.top-nav-collapse {
padding:5px 0;
border-bottom:1px solid;
border-color:rgba(62,68,77,0.5);
}
.navbar-dark.top-nav-collapse {
background-color:#455560;
border-color:#ddd;
}
.navbar-dark.top-nav-collapse a {
color:#f4f5f7;
}
.navbar-dark.top-nav-collapse li a {
color:#f4f5f7;
}
.navbar-dark.top-nav-collapse .nav li a {
color:#f4f5f7;
}
.navbar-dark.top-nav-collapse .nav li a:after {
background:#dddc00;
}
.navbar-dark.top-nav-collapse .nav li a:hover,.navbar-dark.top-nav-collapse .nav li a:focus,.navbar-dark.top-nav-collapse .nav li a:active {
color:#f4f5f7;
}
.navbar-light.top-nav-collapse {
background-color:#f4f5f7;
border-color:rgba(62,68,77,0.5);
}
.navbar-light.top-nav-collapse .navbar-brand .logo {
display:none;
}
.navbar-light.top-nav-collapse .navbar-brand .logo-collapse {
display:inherit;
}
.navbar-light.top-nav-collapse a {
color:#3e444d;
}
.navbar-light.top-nav-collapse li a {
color:#3e444d;
}
.navbar-light.top-nav-collapse .nav li a {
color:#3e444d;
}
.navbar-light.top-nav-collapse .nav li a:after {
background:#dddc00;
}
.navbar-light.top-nav-collapse .nav li a:hover,.navbar-light.top-nav-collapse .nav li a:focus,.navbar-light.top-nav-collapse .nav li a:active {
color:#3e444d;
}
} | warmboot_child/style/ui/site/css/media_queries-1.0.0.css | @media (max-width: 767px) {
.navbar-dark .navbar-brand .logo img, .navbar-light .navbar-brand .logo img, .navbar-dark .navbar-brand .logo-collapse img, .navbar-light .navbar-brand .logo-collapse img{
max-height: 75px !important;
}
.carousel-caption h2{
font-size: 25px;
}
.carousel-caption{
padding: 70px 10px 0;
}
section {
padding:25px 0;
}
section h2{
font-size: 30px;
}
}
@media (min-width: 767px) {
p {
margin:0 0 30px;
font-size:18px;
line-height:1.6;
}
section {
padding:25px 0;
}
.intro-img .intro-welcome,.intro-slider .intro-welcome,.intro-video .intro-welcome,.intro-img-half .intro-welcome,.intro-slider-half .intro-welcome {
font-size:30px;
margin:0 0 -10px;
}
.intro-img .brand-heading,.intro-slider .brand-heading,.intro-video .brand-heading,.intro-img-half .brand-heading,.intro-slider-half .brand-heading {
font-size:55px;
}
.intro-img .intro-body,.intro-slider .intro-body,.intro-video .intro-body,.intro-img-half .intro-body,.intro-slider-half .intro-body {
position:absolute;
right:0;
left:0;
bottom:0;
}
.intro-video {
position:absolute;
background:transparent;
}
.btn-scroll-dark,.btn-scroll-light {
margin-top:30px;
}
.bg-parallax-light,.bg-parallax-dark {
background-attachment:fixed;
}
.footer-1,.footer-2 {
text-align:center;
}
.intro-img .intro-body,.intro-video .intro-body {
top:30%;
}
.intro-img-half .intro-body {
top:15%;
}
.intro-slider .intro-body {
top:0;
}
.intro-slider-half .intro-body {
top:0;
margin-top:-25px;
}
.intro-slider .carousel-caption,.intro-slider-half .carousel-caption {
width:auto;
right:0;
left:0;
top:40%;
bottom:0;
}
.intro-slider .carousel-caption,.intro-slider-half .carousel-caption {
width:auto;
}
}
@media only screen and (min-width: 768px) {
.intro-img,.intro-slider,.intro-video,.video-bg {
padding:0;
height:100%;
min-height:0;
}
.intro-img .overlay,.intro-slider .overlay,.intro-video .overlay,.video-bg .overlay {
height:100%;
}
.intro-img-half {
height:60%;
min-height:0;
}
.intro-img-half .overlay {
height:60%;
min-height:0;
}
.intro-slider-half {
height:60%;
min-height:0;
}
.intro-slider-half .overlay {
height:100%;
min-height:0;
}
}
@media (max-width: 1199px) {
.navbar-header {
float:none;
}
.navbar-left,.navbar-right {
float:none!important;
}
.navbar-toggle {
display:block;
}
.navbar-collapse {
box-shadow:none;
}
.navbar-fixed-top {
top:0;
border-width:0 0 1px;
}
.navbar-collapse.collapse {
display:none!important;
}
.navbar-nav {
float:none!important;
margin-top:7.5px;
}
.navbar-nav>li {
float:none;
}
.navbar-nav>li>a {
padding-top:10px;
padding-bottom:10px;
}
.collapse.in {
display:block!important;
}
.navbar-brand {
float:left;
font-size:18px;
height:50px;
line-height:20px;
padding:15px;
}
.navbar-dark .navbar-brand .logo img,.navbar-light .navbar-brand .logo img,.navbar-dark .navbar-brand .logo-collapse img,.navbar-light .navbar-brand .logo-collapse img {
margin:0 0 0 10px;
max-height:100px;
border:1px solid #fff;
}
.navbar-dark,.navbar-light {
background-color:#455560;
border-bottom:1px solid #ddd;
margin-bottom:0;
padding:5px;
}
.navbar-dark .navbar-brand,.navbar-light .navbar-brand {
font-weight:700;
padding:0;
}
.nav > li {
text-align:right;
}
.nav > li > a {
display:inline-block;
}
.bg-parallax-dark{
background-position: 0 !important;
}
}
@media (min-width: 1200px) {
.navbar-dark,.navbar-light {
padding:20px 0;
border-bottom:none;
letter-spacing:1px;
background:transparent;
-webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
transition:background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-dark .navbar-brand .logo img,.navbar-light .navbar-brand .logo img,.navbar-dark .navbar-brand .logo-collapse img,.navbar-light .navbar-brand .logo-collapse img {
max-height:100px;
margin:0;
border:solid 1px #fff;
}
.navbar-dark .nav li,.navbar-light .nav li {
margin-right:0;
}
.navbar-dark .nav li:last-child,.navbar-light .nav li:last-child {
margin-right:0;
}
.navbar-dark .nav li a,.navbar-light .nav li a {
color:#f4f5f7;
-webkit-transition:color .3s;
-moz-transition:color .3s;
transition:color .3s;
}
.navbar-dark .nav li a:after,.navbar-light .nav li a:after {
position:absolute;
width:90%;
margin:0 auto;
left:0;
right:0;
bottom:0;
height:3px;
background:#dddc00;
content:'';
opacity:0;
-webkit-transition:opacity 0.3s,-webkit-transform .3s;
-moz-transition:opacity 0.3s,-moz-transform .3s;
transition:opacity 0.3s,transform .3s;
-webkit-transform:translateY(-10px);
-moz-transform:translateY(-10px);
transform:translateY(-10px);
}
.navbar-dark .nav li a::after,.navbar-light .nav li a::after {
bottom:0;
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
transform:translateY(10px);
}
.navbar-dark .nav li a:hover,.navbar-light .nav li a:hover,.navbar-dark .nav li a:focus,.navbar-light .nav li a:focus,.navbar-dark .nav li a:active,.navbar-light .nav li a:active {
color:#f4f5f7;
outline:none;
background-color:transparent;
}
.navbar-dark .nav li a:hover::after,.navbar-light .nav li a:hover::after,.navbar-dark .nav li a:focus::after,.navbar-light .nav li a:focus::after {
opacity:1;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
transform:translateY(0px);
}
.navbar-dark .nav li.active a,.navbar-light .nav li.active a {
background-color:transparent;
color:#dddc00!important;
}
.navbar-dark.top-nav-collapse,.navbar-light.top-nav-collapse {
padding:5px 0;
border-bottom:1px solid;
border-color:rgba(62,68,77,0.5);
}
.navbar-dark.top-nav-collapse {
background-color:#455560;
border-color:#ddd;
}
.navbar-dark.top-nav-collapse a {
color:#f4f5f7;
}
.navbar-dark.top-nav-collapse li a {
color:#f4f5f7;
}
.navbar-dark.top-nav-collapse .nav li a {
color:#f4f5f7;
}
.navbar-dark.top-nav-collapse .nav li a:after {
background:#dddc00;
}
.navbar-dark.top-nav-collapse .nav li a:hover,.navbar-dark.top-nav-collapse .nav li a:focus,.navbar-dark.top-nav-collapse .nav li a:active {
color:#f4f5f7;
}
.navbar-light.top-nav-collapse {
background-color:#f4f5f7;
border-color:rgba(62,68,77,0.5);
}
.navbar-light.top-nav-collapse .navbar-brand .logo {
display:none;
}
.navbar-light.top-nav-collapse .navbar-brand .logo-collapse {
display:inherit;
}
.navbar-light.top-nav-collapse a {
color:#3e444d;
}
.navbar-light.top-nav-collapse li a {
color:#3e444d;
}
.navbar-light.top-nav-collapse .nav li a {
color:#3e444d;
}
.navbar-light.top-nav-collapse .nav li a:after {
background:#dddc00;
}
.navbar-light.top-nav-collapse .nav li a:hover,.navbar-light.top-nav-collapse .nav li a:focus,.navbar-light.top-nav-collapse .nav li a:active {
color:#3e444d;
}
} | 0.279828 | 0.046921 |
.admin-panel{
margin-top: 50px;
display: inline-block;
width: 30%;
margin-bottom: 60px !important;
}
.admin-header {
font-size: 25px!important;
font-weight: 600!important;
color: #999;
text-align: center;
margin-bottom: 20px;
}
.search-cases {
width: 30%;
margin-bottom: 30px;
display: flex;
align-items: end;
position: relative;
}
.search {
width:100%;
padding: 10px;
}
.search-btn {
padding: 8px 8px !important;
background: #00d1b2;
border: 1px solid #00d1b2;
box-shadow: none;
border-radius: 4px;
color: #fff;
font-size: 1rem;
position: absolute;
right: 0px;
}
.card{
margin-bottom:3%;
padding:15px;
border-radius:1px;
background-color: #4e434312;
border: 1px solid #999;
}
.card:hover {
/* box-shadow: 0 10px 20px 0 rgb(85, 77, 77);
background-color: transparent;
color:white; */
}
.admin-cases {
width: 33.33%;
margin-left: 20px;
display: flex;
flex-direction: column;
text-align: left;
}
.link-btn {
padding: 10px 30px !important;
background: #4c6eb3;
border: 1px solid #4c6eb3;
box-shadow: none;
border-radius: 4px;
color: #fff;
font-size: 1rem;
}
.case-number {
margin-right: 10px;
}
.admin-cases {
display: flex;
}
.show-admin-case {
display: flex;
align-items: center;
}
/* ---------------------------------------------------ADMIN-MODAL-CSS------------------------------------- */
.styles_modal__gNwvD{
padding: 25px;
}
.styles_closeButton__20ID4 {
top: 0px;
right:0;
}
.styles_closeButton__20ID4:focus{
outline: 0;
border: none;
}
.modal-form {
margin-top: 25px;
padding: 0;
}
.admin-modal{
padding: 30px;
background: #9090909c;
box-shadow: 0px 0px 1px rgba(0,0,0,.8);
border: 1px solid #999;
}
.styles_modal__gNwvD {
width: 500px!important;
border: 1px solid #999;
border-radius: 4px;
}
.uploaded-name {
display: flex;
margin-bottom: 5px;
font-size: .9rem;
justify-content: space-between;
}
.uploaded-name label {
margin-right: 20px;
}
.reply-msg{
margin-bottom: 10px!important;
}
.send-btn{
padding-left: 35px;
padding-right: 35px;
}
.upload-msg{
display: flex;
flex-direction: column;
}
.show-msg{
background-color: #99999957;
padding: 5px;
}
.uploaded-image{
display: flex;
flex-direction: column;
justify-content: space-between;
margin-bottom: 10px;
}
.uploaded-image-data{
width: 100px;
height: 100px;
}
.uploaded-documents{
border-bottom: 1px solid #999;
margin-bottom: 10px;
}
.styles_closeIcon__1QwbI{
padding: 2px;
}
.image-container{
margin: 0;
display: flex;
justify-content: space-between;
}
.image-row{
width:100%;
margin-left: 50px;
}
.column-img{
width: 50%;
float: left;
margin: 10px 0 30px 0;
}
.admin-card{
display: flex;
cursor: pointer;
}
.admin-cases b{
margin-right: 8px;
}
.admin-cases span{
font-size:.9rem;
}
.previous {
background-color: #f1f1f1;
border-radius: 10%;
color: black;
height: 30px;
margin: 10px
}
.next {
background-color: #f1f1f1;
border-radius: 10%;
color: black;
height: 30px;
margin: 10px
}
.prevactive{
background-color: #4CAF50;
}
.name{
margin-top: 5px;;
}
.uploaded-link-data{
flex-direction: column;
}
.admin-panel-loader{
display: flex;
align-items: center;
justify-content: center;
}
.admin-panel-loader img{
height: 40px;
}
.page-data{
width: 100%;
text-align: center;
}
.admin-panel-error{
display: block;
text-align: center;
}
.link-text{
word-break: break-all;
}
.send-email-btn{
text-align: center;
}
.send-email-success{
width: 100%;
color: #008000;
font-weight: 600;
text-align:center;
}
.pagination-pages{
display: flex;
align-items: center;
justify-content: center;
}
.pagination-pages li{
padding: 5px 10px;
}
.pagination-selectable{
color: blue;
}
/* -------------------------------------select-box-css-------------------------------------------- */
select{
font-size: 14px;
margin-bottom: 10px;
color:#999;
height: 40px;
width:100%;
background-color: #fff;
}
.select-option{
margin-bottom: 15px;
}
.pagination-color{
background-color: #0095ff!important;
border-color:#0095ff!important;
color:#fff;
}
.page-link{
padding: 6px 10px;
font-size: 14px;
border-radius:3px;
color: #4c6eb3 !important;
}
.pagination-pages li{
padding: 0!important;
}
.page-link:focus{
outline:0;
box-shadow:0;
}
.loader-img img{
height: 40px!important;
position: fixed!important;
top: 50%!important;
transform: translate(-50%, -50%)!important;
left: 50%;
}
.containers{
position: relative;
}
.msg-btn {
display: inline-block;
width: 18%;
float: right;
margin-top: 50px;
}
.msgtextarea {
text-align: right;
width: 100%;
}
.sendTextarea {
margin-bottom: 30px;
}
.msgtextarea textarea {
width: 30%;
margin-top: 15px;
overflow: hidden;
resize: none;
}
.msgtextarea textarea:focus {
outline: none;
}
.sendmessage-btn {
background-color: #4c6eb3 !important;
border: 2px solid #4c6eb3 !important;
color: #fff !important;
padding: 10px 15px;
font-size: 14px;
border-radius: 4px;
font-weight: bold;
}
.sendmessage-btn:focus {
outline: none;
border: none;
box-shadow:none !important;
}
.sendmessage-btn.innersend.btn.btn-secondary {
vertical-align: top;
margin-top: 15px;
height: 48px;
background-color: #1f5f9e !important;
border: 2px solid #1f5f9e !important;
color: #fff !important;
padding: 10px 15px;
font-size: 14px;
border-radius: 4px;
font-weight: bold;
}
.sendTextarea .msgtextarea p {
text-align: right;
margin: 0;
padding-top: 10px;
}
.sendTextarea .msgtextarea input {
text-align: right;
margin: 0;
padding-top: 10px;
}
.urgentcheck {
display: flex;
}
.containers.container .col {
padding: 0;
}
.pagination-color {
background-color: #4c6eb3 !important;
border-color: #4c6eb3 !important;
color: #fff !important;
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: none !important;
}
.form-group {
margin-bottom: 0.7rem;
}
.sent-modal.agent-modal-inner .error-msg {
color: red;
font-size: 15px;
margin-top: 5px;
font-weight: bold;
padding-bottom: 0px;
margin-bottom: 0px;
text-align: left;
}
.comment-inner .error-msg {
text-align: left;
color: red;
font-size: 15px;
margin-top: 8px;
font-weight: bold;
}
.inner-containers .loader-img {
text-align: center;
}
.inner-containers .loader-img img {
height: 60px !important;
width: 60px;
text-align: center;
position: inherit !important;
}
.inner-containers .table thead th {
border-bottom: none !important;
padding: 0 !important;
padding-bottom: 28px !important;
}
.inner-containers td.admin-data {
/* padding: 0 !important; */
vertical-align: middle;
}
.inner-containers .col {
padding: 0;
} | src/styles/adminpanel.css | .admin-panel{
margin-top: 50px;
display: inline-block;
width: 30%;
margin-bottom: 60px !important;
}
.admin-header {
font-size: 25px!important;
font-weight: 600!important;
color: #999;
text-align: center;
margin-bottom: 20px;
}
.search-cases {
width: 30%;
margin-bottom: 30px;
display: flex;
align-items: end;
position: relative;
}
.search {
width:100%;
padding: 10px;
}
.search-btn {
padding: 8px 8px !important;
background: #00d1b2;
border: 1px solid #00d1b2;
box-shadow: none;
border-radius: 4px;
color: #fff;
font-size: 1rem;
position: absolute;
right: 0px;
}
.card{
margin-bottom:3%;
padding:15px;
border-radius:1px;
background-color: #4e434312;
border: 1px solid #999;
}
.card:hover {
/* box-shadow: 0 10px 20px 0 rgb(85, 77, 77);
background-color: transparent;
color:white; */
}
.admin-cases {
width: 33.33%;
margin-left: 20px;
display: flex;
flex-direction: column;
text-align: left;
}
.link-btn {
padding: 10px 30px !important;
background: #4c6eb3;
border: 1px solid #4c6eb3;
box-shadow: none;
border-radius: 4px;
color: #fff;
font-size: 1rem;
}
.case-number {
margin-right: 10px;
}
.admin-cases {
display: flex;
}
.show-admin-case {
display: flex;
align-items: center;
}
/* ---------------------------------------------------ADMIN-MODAL-CSS------------------------------------- */
.styles_modal__gNwvD{
padding: 25px;
}
.styles_closeButton__20ID4 {
top: 0px;
right:0;
}
.styles_closeButton__20ID4:focus{
outline: 0;
border: none;
}
.modal-form {
margin-top: 25px;
padding: 0;
}
.admin-modal{
padding: 30px;
background: #9090909c;
box-shadow: 0px 0px 1px rgba(0,0,0,.8);
border: 1px solid #999;
}
.styles_modal__gNwvD {
width: 500px!important;
border: 1px solid #999;
border-radius: 4px;
}
.uploaded-name {
display: flex;
margin-bottom: 5px;
font-size: .9rem;
justify-content: space-between;
}
.uploaded-name label {
margin-right: 20px;
}
.reply-msg{
margin-bottom: 10px!important;
}
.send-btn{
padding-left: 35px;
padding-right: 35px;
}
.upload-msg{
display: flex;
flex-direction: column;
}
.show-msg{
background-color: #99999957;
padding: 5px;
}
.uploaded-image{
display: flex;
flex-direction: column;
justify-content: space-between;
margin-bottom: 10px;
}
.uploaded-image-data{
width: 100px;
height: 100px;
}
.uploaded-documents{
border-bottom: 1px solid #999;
margin-bottom: 10px;
}
.styles_closeIcon__1QwbI{
padding: 2px;
}
.image-container{
margin: 0;
display: flex;
justify-content: space-between;
}
.image-row{
width:100%;
margin-left: 50px;
}
.column-img{
width: 50%;
float: left;
margin: 10px 0 30px 0;
}
.admin-card{
display: flex;
cursor: pointer;
}
.admin-cases b{
margin-right: 8px;
}
.admin-cases span{
font-size:.9rem;
}
.previous {
background-color: #f1f1f1;
border-radius: 10%;
color: black;
height: 30px;
margin: 10px
}
.next {
background-color: #f1f1f1;
border-radius: 10%;
color: black;
height: 30px;
margin: 10px
}
.prevactive{
background-color: #4CAF50;
}
.name{
margin-top: 5px;;
}
.uploaded-link-data{
flex-direction: column;
}
.admin-panel-loader{
display: flex;
align-items: center;
justify-content: center;
}
.admin-panel-loader img{
height: 40px;
}
.page-data{
width: 100%;
text-align: center;
}
.admin-panel-error{
display: block;
text-align: center;
}
.link-text{
word-break: break-all;
}
.send-email-btn{
text-align: center;
}
.send-email-success{
width: 100%;
color: #008000;
font-weight: 600;
text-align:center;
}
.pagination-pages{
display: flex;
align-items: center;
justify-content: center;
}
.pagination-pages li{
padding: 5px 10px;
}
.pagination-selectable{
color: blue;
}
/* -------------------------------------select-box-css-------------------------------------------- */
select{
font-size: 14px;
margin-bottom: 10px;
color:#999;
height: 40px;
width:100%;
background-color: #fff;
}
.select-option{
margin-bottom: 15px;
}
.pagination-color{
background-color: #0095ff!important;
border-color:#0095ff!important;
color:#fff;
}
.page-link{
padding: 6px 10px;
font-size: 14px;
border-radius:3px;
color: #4c6eb3 !important;
}
.pagination-pages li{
padding: 0!important;
}
.page-link:focus{
outline:0;
box-shadow:0;
}
.loader-img img{
height: 40px!important;
position: fixed!important;
top: 50%!important;
transform: translate(-50%, -50%)!important;
left: 50%;
}
.containers{
position: relative;
}
.msg-btn {
display: inline-block;
width: 18%;
float: right;
margin-top: 50px;
}
.msgtextarea {
text-align: right;
width: 100%;
}
.sendTextarea {
margin-bottom: 30px;
}
.msgtextarea textarea {
width: 30%;
margin-top: 15px;
overflow: hidden;
resize: none;
}
.msgtextarea textarea:focus {
outline: none;
}
.sendmessage-btn {
background-color: #4c6eb3 !important;
border: 2px solid #4c6eb3 !important;
color: #fff !important;
padding: 10px 15px;
font-size: 14px;
border-radius: 4px;
font-weight: bold;
}
.sendmessage-btn:focus {
outline: none;
border: none;
box-shadow:none !important;
}
.sendmessage-btn.innersend.btn.btn-secondary {
vertical-align: top;
margin-top: 15px;
height: 48px;
background-color: #1f5f9e !important;
border: 2px solid #1f5f9e !important;
color: #fff !important;
padding: 10px 15px;
font-size: 14px;
border-radius: 4px;
font-weight: bold;
}
.sendTextarea .msgtextarea p {
text-align: right;
margin: 0;
padding-top: 10px;
}
.sendTextarea .msgtextarea input {
text-align: right;
margin: 0;
padding-top: 10px;
}
.urgentcheck {
display: flex;
}
.containers.container .col {
padding: 0;
}
.pagination-color {
background-color: #4c6eb3 !important;
border-color: #4c6eb3 !important;
color: #fff !important;
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: none !important;
}
.form-group {
margin-bottom: 0.7rem;
}
.sent-modal.agent-modal-inner .error-msg {
color: red;
font-size: 15px;
margin-top: 5px;
font-weight: bold;
padding-bottom: 0px;
margin-bottom: 0px;
text-align: left;
}
.comment-inner .error-msg {
text-align: left;
color: red;
font-size: 15px;
margin-top: 8px;
font-weight: bold;
}
.inner-containers .loader-img {
text-align: center;
}
.inner-containers .loader-img img {
height: 60px !important;
width: 60px;
text-align: center;
position: inherit !important;
}
.inner-containers .table thead th {
border-bottom: none !important;
padding: 0 !important;
padding-bottom: 28px !important;
}
.inner-containers td.admin-data {
/* padding: 0 !important; */
vertical-align: middle;
}
.inner-containers .col {
padding: 0;
} | 0.314998 | 0.085023 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
background-color: #fff;
color: #555;
font-family: 'Raleway', 'Arial', sans-serif;
font-weight: 400;
font-size: 20px;
text-rendering: optimizeLegibility;
}
.row {
max-width: 1140px;
margin: 0 auto;
}
/* ==== NAVBAR ==== */
.navbar {
height: 65px;
width: 100%;
font-family: 'Viga', sans-serif;
background-color: #E0E0EA;
position: relative;
float: right;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.brand {
height: 60px;
float: left;
width: auto;
margin: 5px auto 5px 50px;
}
.nav-list {
margin: 16px auto;
padding-left: 20px;
}
nav {
float: left;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
nav ul li {
float: left;
position: relative;
padding-left: 15px;
}
ul {
overflow: hidden;
list-style-type: none;
}
nav ul li a {
font-size: .6em;
text-decoration: none;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
padding-left: 4px;
content: ' ▾';
}
nav ul li a span {
padding-left: 5px;
}
li {
float: left;
}
li a:hover, .dropdown:hover .dropbtn {
color: darkblue;
}
li.dropdown {
display: inline-block;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.nav-dropdown {
position: absolute;
display: none;
background-color: #fff;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
z-index: 1;
}
.nav .nav-header {
display: inline-block;
}
.nav img{
float: right;
}
h1 {
margin: 0;
color: #555;
font-size: 240%;
/* font-weight: 500; */
} | assets/resources/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
background-color: #fff;
color: #555;
font-family: 'Raleway', 'Arial', sans-serif;
font-weight: 400;
font-size: 20px;
text-rendering: optimizeLegibility;
}
.row {
max-width: 1140px;
margin: 0 auto;
}
/* ==== NAVBAR ==== */
.navbar {
height: 65px;
width: 100%;
font-family: 'Viga', sans-serif;
background-color: #E0E0EA;
position: relative;
float: right;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.brand {
height: 60px;
float: left;
width: auto;
margin: 5px auto 5px 50px;
}
.nav-list {
margin: 16px auto;
padding-left: 20px;
}
nav {
float: left;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
nav ul li {
float: left;
position: relative;
padding-left: 15px;
}
ul {
overflow: hidden;
list-style-type: none;
}
nav ul li a {
font-size: .6em;
text-decoration: none;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
padding-left: 4px;
content: ' ▾';
}
nav ul li a span {
padding-left: 5px;
}
li {
float: left;
}
li a:hover, .dropdown:hover .dropbtn {
color: darkblue;
}
li.dropdown {
display: inline-block;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.nav-dropdown {
position: absolute;
display: none;
background-color: #fff;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
z-index: 1;
}
.nav .nav-header {
display: inline-block;
}
.nav img{
float: right;
}
h1 {
margin: 0;
color: #555;
font-size: 240%;
/* font-weight: 500; */
} | 0.421433 | 0.117167 |
.loggedin{
text-align: center;
margin: 40px 0% 10px 0%;
}
.ok{
font-size: 120%;
background-color: rgb(107, 216, 118);
margin-left: 80%;
border-color: #45a049;
padding: 0.5% 3%;
border-radius: 15px;
}
.cp-content{
padding-top:1%;
padding-bottom:1%;
background-color: #DDDEDE;
border-radius: 15px;
margin-right: 13%;
margin-top:20px;
border: 1px solid #888;
width: 40%;
float: right;
}
@media (max-width: 1000px) {
.leftcolumn {
width: 90%;
margin: auto;
margin-top: 75px;
}
.rightcolumn{
display: none;
}
.icon-bar a{
font-size: 1.7em;
}
}
@media (max-width: 800px) {
.icon-bar a{
font-size: 1.5em;
}
}
@media (max-width: 700px) {
.icon-bar a{
font-size: 1.2em;
}
}
@media (max-width: 600px) {
.icon-bar a{
font-size: 0.9em;
}
}
.choosefile{
margin-left: 4%;
background-color: black;
display: none;
}
.cpost{
text-align: center;
background-color: #DDDEDE;
padding: 5px 0px;
border-radius: 25px 25px 0px 0px;
}
.txt{
margin: 15px 2% 8px 7.5%;
width: 50%;
border: 2px solid #888;
border-radius: 8px;
padding: 1%;
font-size: 120%
}
.uploadbtn{
font-size: 130%;
margin-left: 70%;
color: white;
padding: 1.5% 4%;
background-color: #888;
border-radius: 20px;
border: 1px solid #888;
}
.srchc{
padding: 1.5%;
width: 100%;
background-color: rgb(242, 243, 243);
border-bottom:2px solid darkgray;
border-radius: 10px;
}
.abt{
margin-top:50%;
margin-left: 6%;
font-size:150%;
}
.cont .imgcont{
width:90%;
margin-left:9%;
margin-top:10%;
height:200%;
}
.imgcont{
margin-left:10%;
}
.choose{
margin-left: 7.5%;
margin-top: 2%;
font-size: 120%;
}
.cp-icons{
padding-top:0.5%;
padding-bottom:0.5%;
background-color: #DDDEDE;
border-radius: 25px;
margin-left:6.5%;
margin-top:20px;
border: 1px solid #888;
width: 20%;
float: left;
display:inline-block;
}
#image, #video, #text{
margin-left:25px;
padding:5px;
}
button:focus{
border:none;} | users/static/css/post.css | .loggedin{
text-align: center;
margin: 40px 0% 10px 0%;
}
.ok{
font-size: 120%;
background-color: rgb(107, 216, 118);
margin-left: 80%;
border-color: #45a049;
padding: 0.5% 3%;
border-radius: 15px;
}
.cp-content{
padding-top:1%;
padding-bottom:1%;
background-color: #DDDEDE;
border-radius: 15px;
margin-right: 13%;
margin-top:20px;
border: 1px solid #888;
width: 40%;
float: right;
}
@media (max-width: 1000px) {
.leftcolumn {
width: 90%;
margin: auto;
margin-top: 75px;
}
.rightcolumn{
display: none;
}
.icon-bar a{
font-size: 1.7em;
}
}
@media (max-width: 800px) {
.icon-bar a{
font-size: 1.5em;
}
}
@media (max-width: 700px) {
.icon-bar a{
font-size: 1.2em;
}
}
@media (max-width: 600px) {
.icon-bar a{
font-size: 0.9em;
}
}
.choosefile{
margin-left: 4%;
background-color: black;
display: none;
}
.cpost{
text-align: center;
background-color: #DDDEDE;
padding: 5px 0px;
border-radius: 25px 25px 0px 0px;
}
.txt{
margin: 15px 2% 8px 7.5%;
width: 50%;
border: 2px solid #888;
border-radius: 8px;
padding: 1%;
font-size: 120%
}
.uploadbtn{
font-size: 130%;
margin-left: 70%;
color: white;
padding: 1.5% 4%;
background-color: #888;
border-radius: 20px;
border: 1px solid #888;
}
.srchc{
padding: 1.5%;
width: 100%;
background-color: rgb(242, 243, 243);
border-bottom:2px solid darkgray;
border-radius: 10px;
}
.abt{
margin-top:50%;
margin-left: 6%;
font-size:150%;
}
.cont .imgcont{
width:90%;
margin-left:9%;
margin-top:10%;
height:200%;
}
.imgcont{
margin-left:10%;
}
.choose{
margin-left: 7.5%;
margin-top: 2%;
font-size: 120%;
}
.cp-icons{
padding-top:0.5%;
padding-bottom:0.5%;
background-color: #DDDEDE;
border-radius: 25px;
margin-left:6.5%;
margin-top:20px;
border: 1px solid #888;
width: 20%;
float: left;
display:inline-block;
}
#image, #video, #text{
margin-left:25px;
padding:5px;
}
button:focus{
border:none;} | 0.39222 | 0.071397 |
@font-face {
font-family: "M_R";
src: url("../shrift/Montserrat/Montserrat-Regular.ttf"); }
@font-face {
font-family: "M_SB";
src: url("../shrift/Montserrat/Montserrat-SemiBold.ttf"); }
@font-face {
font-family: "M_B";
src: url("../shrift/Montserrat/Montserrat-Bold.ttf"); }
@font-face {
font-family: "M_EB";
src: url("../shrift/Montserrat/Montserrat-ExtraBold.ttf"); }
@font-face {
font-family: "M_M";
src: url("../shrift/Montserrat/Montserrat-Medium.ttf"); }
@font-face {
font-family: "M_L";
src: url("../shrift/Montserrat/Montserrat-Light.ttf"); }
@font-face {
font-family: "US_H";
src: url("../shrift//UniSans/UniSansHeavy.otf"); }
@font-face {
font-family: "US_HI";
src: url("../shrift/UniSans/UniSansHeavyItalic.otf"); }
html {
font-size: 55.5%;
scroll-behavior: smooth; }
.container {
max-width: 120rem; }
.fa-phone {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
a {
text-decoration: none !important; }
input, button {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
html, body {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: Arial, sans-serif; }
*, *::before, *::after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
/** ========= Menu ========= **/
.navmenu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
margin: 0; }
.navmenu > li {
margin: 0 0.5rem; }
.navmenu > li > a {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-decoration: none;
color: #ffffff;
font-size: 1.3rem;
font-weight: 700;
font-family: "M_B";
padding: 0.5rem 1.2rem;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.navmenu > li > a:hover {
color: #fd5309; }
/** ========= FlexMenu ========= **/
.navmenu li.flexMenu-viewMore > a {
color: #ffffff;
font-size: 1.6rem; }
.flexMenu-popup {
background: #ffffff;
list-style: none;
padding: 2.5rem;
border-radius: 1rem;
margin: 0;
position: relative;
z-index: 100000; }
.flexMenu-popup li a {
color: #868686;
font-family: "M_B";
display: block;
text-decoration: none;
padding: 0.5rem 1rem;
font-size: 1.3rem; }
.flexMenu-popup li a:hover {
color: #fd5309; }
.header {
background: #fff url("../img/banner_fon.png") no-repeat;
background-size: cover; }
.header__menu {
min-height: 15rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.header__menu--item .btn-group button {
background: none;
color: #ffffff;
font-family: "M_L";
font-size: 1.4rem;
border: none !important; }
.header__menu--item .btn-group button img {
max-width: 1.5rem;
min-width: 1.5rem;
min-height: 1rem;
max-height: 1rem;
-o-object-fit: cover;
object-fit: cover; }
.header__menu--img {
max-width: 10rem;
min-width: 10rem;
max-height: 10rem;
min-height: 10rem;
-o-object-fit: contain;
object-fit: contain; }
.header__menu .call_and_email {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.header__menu .call_and_email > a {
color: #ffffff; }
.header__menu .call_and_email .fa {
margin: .5rem; }
.header__menu--call {
font-size: 2rem;
font-family: "M_B";
font-weight: bold;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative; }
.header__menu--call .block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.header__menu--call .span__hover {
position: absolute;
bottom: -2rem;
font-size: 1.3rem;
font-family: "M_R";
color: #fd5309 !important; }
.header__menu--email {
padding-left: 3rem;
font-family: "M_R";
font-size: 1.6rem; }
@media screen and (max-width: 1024px) {
.header__menu {
min-height: 12rem; }
.call_and_email {
display: none !important;
background-color: red; } }
@media screen and (max-width: 540px) {
.call__none {
display: none; }
.header .order-1 {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.flexMenu-popup {
right: 2rem; } }
.slider {
color: #ffffff;
padding-bottom: 10rem; }
.slider--item {
padding: 1rem !important;
outline: none; }
.slider__italictext {
font-family: "M_B";
font-style: italic;
font-size: 2rem;
margin-top: 7rem; }
.slider__headtext {
font-family: "US_H";
font-size: 6rem;
font-style: italic;
margin-top: 1.8rem; }
.slider__ptext {
font-family: "M_M";
font-size: 1.8rem;
max-width: 65%;
margin: 2.8rem 0 5rem; }
.slider__link {
outline: none;
font-family: "M_B";
color: #ffffff;
font-size: 1.6rem;
min-width: 26rem;
max-width: 26rem;
text-align: center;
display: block;
padding: 1.5rem 0;
border-radius: 3rem;
background-image: -webkit-gradient(linear, left top, right top, from(#C53C00), color-stop(#D44202), color-stop(#F04E07), to(#FF5409));
background-image: -webkit-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: -o-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: linear-gradient(to right, #C53C00, #D44202, #F04E07, #FF5409);
background-color: green;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
position: relative;
margin-left: 0.5rem;
margin-top: 0.5rem; }
.slider__link::after {
content: "";
position: absolute;
display: block;
z-index: -1;
left: -0.5rem;
top: -0.5rem;
background-color: #C63C00;
opacity: 0.4;
width: 105%;
height: 120%;
border-radius: 3rem; }
.slider__link:hover {
color: #ffffff;
-webkit-box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00;
box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00; }
.mensenjer {
-webkit-transform: translateY(4rem);
-ms-transform: translateY(4rem);
transform: translateY(4rem); }
.mensenjer a {
font-size: 2rem;
margin-right: 1rem;
display: inline !important; }
.mensenjer a img {
max-width: 2.5rem;
min-width: 2.5rem;
max-height: 2.5rem;
min-height: 2.5rem;
-o-object-fit: contain;
object-fit: contain; }
@media screen and (max-width: 1200px) and (min-width: 796px) {
.slider__italictext {
font-size: 1.8rem;
margin-top: 7rem; }
.slider__headtext {
font-size: 4.5rem; }
.slider__ptext {
font-size: 1.6rem; }
.slider__link {
font-size: 1.4rem; } }
@media screen and (max-width: 765px) and (min-width: 425px) {
.slider {
text-align: center; }
.slider__italictext {
font-size: 1.8rem;
margin-top: 2rem; }
.slider__headtext {
font-size: 3.5rem; }
.slider__ptext {
font-size: 1.4rem;
max-width: 100%; }
.slider__link {
font-size: 1.4rem;
margin: 0 auto; } }
@media screen and (max-width: 424px) {
.slider {
text-align: center; }
.slider__italictext {
font-size: 1.3rem;
margin-top: 0rem; }
.slider__headtext {
font-size: 2.5rem; }
.slider__ptext {
font-size: 1.4rem;
max-width: 100%; }
.slider__link {
min-width: 22rem;
max-width: 22rem;
font-size: 1.4rem;
margin: 0 auto; } }
.pochemu {
padding: 10rem 0; }
.pochemu__wrapper {
position: relative; }
.pochemu__wrapper::before {
content: "";
position: absolute;
display: block;
width: 30rem;
height: 30rem;
-webkit-transform: translate(-10%, -10%);
-ms-transform: translate(-10%, -10%);
transform: translate(-10%, -10%);
background: url("../img/square.png") no-repeat; }
.pochemu__left--head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative; }
.pochemu__left--head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.pochemu__left--head span {
color: #126a23; }
.pochemu__left--text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
margin-top: 1rem; }
.pochemu__left--link {
font-family: "M_EB";
color: #126a23;
font-size: 1.6rem;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s; }
.pochemu__left--link:hover {
background-color: #126a23;
color: #ffffff;
padding: 0.5rem 1rem;
border-radius: 1rem; }
.pochemu__right {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 3rem; }
.pochemu__right--item:hover .pochemu__right--img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.pochemu__right .rblog {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.pochemu__right--img {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
max-width: 6rem;
min-width: 6rem;
max-height: 6rem;
min-height: 6rem;
-o-object-fit: contain;
object-fit: contain;
margin-right: 1rem; }
.pochemu__right--avtor {
font-family: "M_B";
color: #000000;
font-size: 1.3rem; }
.pochemu__right--text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
margin-top: 1rem; }
@media screen and (min-width: 940px) and (max-width: 1200px) {
.pochemu__right {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; } }
@media screen and (min-width: 768px) and (max-width: 939px) {
.pochemu__right {
margin-top: 3rem; } }
@media screen and (min-width: 425px) and (max-width: 767px) {
.pochemu__left {
text-align: center; }
.pochemu__left--head {
font-size: 2.6rem; }
.pochemu__left--head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.pochemu__right {
margin-top: 3rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; } }
@media screen and (max-width: 424px) {
.pochemu {
padding: 5rem 0; }
.pochemu__left {
text-align: center; }
.pochemu__left--head {
font-size: 2.6rem; }
.pochemu__left--head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.pochemu__right {
margin-top: 2rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.pochemu__right .rblog {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.pochemu__right--avtor {
text-align: center; }
.pochemu__right--text {
text-align: center; } }
.obuch {
background: #ECECEC url("../img/obuch__fon.png") no-repeat;
background-size: cover;
padding: 10rem 0 7rem; }
.obuch__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative;
text-align: center; }
.obuch__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.obuch__head span {
color: #126a23; }
.obuch__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.obuch__wrapper {
padding-top: 5rem; }
.obuch__left .nav-item {
min-height: 5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 1rem; }
.obuch__left .nav-item:hover .nav-link {
color: #fd5309; }
.obuch__left .nav-link {
font-family: "M_B";
color: #000000;
font-size: 1.3rem; }
.obuch__right {
padding: 5rem;
padding-right: 10rem;
max-width: 80%;
background: #ffffff url("../img/obuch__dot.png") no-repeat;
border-radius: 2rem;
position: relative; }
.obuch__right--head {
font-family: "US_H";
font-size: 2.2rem;
color: #000000; }
.obuch__right--text1 {
font-family: "M_M";
font-size: 1.8rem;
color: #000000;
margin-top: 1rem; }
.obuch__right--text {
margin-top: 1.5rem;
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d; }
.obuch__right--link ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.obuch__right--link ul li {
font-family: "M_B";
color: #000000;
font-size: 1.3rem; }
.obuch__right--img {
position: absolute;
right: 0;
-webkit-transform: translateX(80%);
-ms-transform: translateX(80%);
transform: translateX(80%);
top: 10%;
overflow: hidden;
border-radius: 1rem; }
.obuch__right--img img {
max-width: 27rem;
min-width: 27rem;
max-height: 32rem;
min-height: 32rem;
-o-object-fit: cover;
object-fit: cover;
-webkit-animation: 10s my_animation linear infinite;
animation: 10s my_animation linear infinite; }
.nav-active {
background-image: -webkit-gradient(linear, right top, left top, from(#03971F), color-stop(#048419), color-stop(#076610), to(#08590C));
background-image: -webkit-linear-gradient(right, #03971F, #048419, #076610, #08590C);
background-image: -o-linear-gradient(right, #03971F, #048419, #076610, #08590C);
background-image: linear-gradient(to left, #03971F, #048419, #076610, #08590C); }
.nav-active .nav-link {
color: #ffffff !important; }
.nav-active .nav-link::before {
content: "";
display: inline-block;
width: 3rem;
height: 0.5rem;
background-color: #ffffff;
-webkit-transform: skew(-30deg);
-ms-transform: skew(-30deg);
transform: skew(-30deg);
margin: 0 1rem; }
@-webkit-keyframes my_animation {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
75% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes my_animation {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
75% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@media screen and (min-width: 992px) and (max-width: 1250px) {
.obuch__right--img {
display: none; } }
@media screen and (max-width: 991px) and (min-width: 768px) {
.obuch {
padding: 7rem 0 3.5rem; }
.obuch__head {
font-size: 2.6rem; }
.obuch__wrapper {
padding: 1rem;
padding-top: 3.5rem; }
.obuch__left .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 2.5rem; }
.obuch__left .nav-item {
min-height: 3.5rem; }
.obuch__right {
padding: 3.5rem;
padding-right: 7rem; }
.obuch__right--head {
font-size: 1.8rem; }
.obuch__right--text1 {
font-size: 1.6rem; }
.obuch__right--text {
font-size: 1.3rem; }
.obuch__right--link ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.obuch__right--link ul li {
margin-top: 0.5rem; }
.obuch__right--img {
top: 1%; }
.obuch__right--img img {
max-width: 25rem;
min-width: 25rem;
max-height: 30rem;
min-height: 30rem; } }
@media screen and (max-width: 767px) and (min-width: 425px) {
.obuch {
padding: 7rem 0; }
.obuch__head {
font-size: 2.6rem; }
.obuch__wrapper {
padding: 1rem; }
.obuch__left .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 2.5rem; }
.obuch__left .nav-item {
min-height: 3.5rem; }
.obuch__right {
max-width: 100% !important;
padding: 2.5rem; }
.obuch__right--head {
text-align: center;
font-size: 1.8rem; }
.obuch__right--text1 {
text-align: center;
font-size: 1.5rem; }
.obuch__right--text {
font-size: 1.3rem;
text-align: center; }
.obuch__right--link ul {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.obuch__right--link ul li {
margin-top: 0.5rem; }
.obuch__right--img {
display: none; } }
@media screen and (max-width: 424px) {
.obuch {
padding: 6rem 0; }
.obuch__head {
font-size: 2.6rem; }
.obuch__wrapper {
padding: 1rem; }
.obuch__left .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 2.5rem; }
.obuch__left .nav-link {
font-size: 1.2rem; }
.obuch__left .nav-item {
min-height: 3.5rem; }
.obuch__right {
max-width: 100% !important;
padding: 2.5rem; }
.obuch__right--head {
text-align: center;
font-size: 1.8rem; }
.obuch__right--text1 {
text-align: center;
font-size: 1.5rem; }
.obuch__right--text {
font-size: 1.3rem;
text-align: center; }
.obuch__right--link ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.obuch__right--link ul li {
margin-top: 0.5rem; }
.obuch__right--img {
display: none; }
.nav-active .nav-link::before {
width: 2rem; } }
.triner {
padding: 11rem 0 7rem; }
.triner .conta__soya {
position: relative; }
.triner__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative; }
.triner__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.triner__head span {
color: #126a23; }
.triner__soya {
font-size: 9rem;
color: #e7e7e7;
font-family: "US_H";
font-style: italic;
position: absolute;
top: 0;
z-index: -1;
left: 0; }
.triner__wrapper {
padding-top: 9rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 3rem; }
.triner__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.triner__item:hover .triner__item--img img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.triner__item--img {
max-width: 27rem;
min-width: 27rem;
max-height: 31rem;
min-height: 31rem;
-o-object-fit: contain;
object-fit: contain;
overflow: hidden; }
.triner__item--img img {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
.triner__about {
min-height: 32rem;
background-color: #F6F6F6;
border: 0.1rem solid #F6F6F6;
padding: 3.5rem;
-webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 5% 25%, 0 22.5%, 5% 20%, 5% 0%);
clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 5% 25%, 0 22.5%, 5% 20%, 5% 0%);
-webkit-transform: translateX(-7%);
-ms-transform: translateX(-7%);
transform: translateX(-7%); }
.triner__about--name {
font-family: "M_B";
color: #000000;
font-size: 1.3rem; }
.triner__about ul {
padding: 0;
margin-top: 2rem; }
.triner__about ul li {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
list-style: none;
margin-bottom: 1rem; }
.triner__about ul li span {
color: #fd5309; }
.triner__item:nth-child(4n-1) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.triner__item:nth-child(4n-1) .triner__about {
-webkit-clip-path: polygon(0% 0%, 95% 0%, 95% 20%, 100% 22.5%, 95% 25%, 95% 100%, 0% 100%, 0% 0%);
clip-path: polygon(0% 0%, 95% 0%, 95% 20%, 100% 22.5%, 95% 25%, 95% 100%, 0% 100%, 0% 0%);
-webkit-transform: translateX(7%);
-ms-transform: translateX(7%);
transform: translateX(7%); }
.triner__item:nth-child(4n) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.triner__item:nth-child(4n) .triner__about {
-webkit-clip-path: polygon(0% 0%, 95% 0%, 95% 20%, 100% 22.5%, 95% 25%, 95% 100%, 0% 100%, 0% 0%);
clip-path: polygon(0% 0%, 95% 0%, 95% 20%, 100% 22.5%, 95% 25%, 95% 100%, 0% 100%, 0% 0%);
-webkit-transform: translateX(7%);
-ms-transform: translateX(7%);
transform: translateX(7%); }
.triner__item:nth-child(2n-3) .triner__item--img {
-webkit-transform: translateY(5%);
-ms-transform: translateY(5%);
transform: translateY(5%); }
.triner__item:nth-child(2n-2) .triner__item--img {
-webkit-transform: translateY(-5%);
-ms-transform: translateY(-5%);
transform: translateY(-5%); }
@media screen and (min-width: 1024px) and (max-width: 1150px) {
.triner__item--img {
max-width: 22rem;
min-width: 22rem;
max-height: 26rem;
min-height: 26rem;
-o-object-fit: cover;
object-fit: cover; }
.triner__about {
padding: 2.5rem;
min-height: 26rem; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
.triner {
padding: 9rem 0 5rem; }
.triner__soya {
display: none; }
.triner__item {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.triner__item--img {
max-width: 100%;
min-width: 100%;
max-height: 23rem !important;
min-height: 23rem !important;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important; }
.triner__item--img img {
max-width: 100%;
min-width: 100%; }
.triner__about {
min-height: 21rem;
padding: 3.5rem;
-webkit-clip-path: none !important;
clip-path: none !important;
-webkit-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
transform: translateX(0) !important; } }
@media screen and (max-width: 767px) {
.triner {
padding: 7rem 0 3.5rem; }
.triner__head {
font-size: 2.2rem;
text-align: center; }
.triner__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.triner__soya {
display: none; }
.triner__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding-top: 2rem; }
.triner__item {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.triner__item--img {
max-width: 100%;
min-width: 100%;
max-height: 23rem !important;
min-height: 23rem !important;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important; }
.triner__item--img img {
max-width: 100%;
min-width: 100%; }
.triner__about {
min-height: 21rem;
padding: 1.5rem;
-webkit-clip-path: none !important;
clip-path: none !important;
-webkit-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
transform: translateX(0) !important; }
.triner__about--name {
font-size: 1.3rem;
text-align: center; } }
.galareya__otziv {
padding: 9rem 0;
background: #F6F6F6;
-webkit-transform: skewY(3deg);
-ms-transform: skewY(3deg);
transform: skewY(3deg); }
.galareya__otziv--link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 3rem; }
.galareya__otziv--link a {
min-width: 27rem;
min-height: 5rem;
border: 0.1rem solid #08590C;
text-align: center;
line-height: 5rem;
font-family: "M_B";
color: #000000;
font-size: 1.3rem;
margin: 0 .5rem;
border-radius: 1rem; }
.galareya__otziv > * {
-webkit-transform: skewY(-3deg);
-ms-transform: skewY(-3deg);
transform: skewY(-3deg); }
.galareya__otziv .galareya__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative;
text-align: center; }
.galareya__otziv .galareya__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.galareya__otziv .galareya__head span {
color: #126a23; }
.galareya__otziv .galareya__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
/******FORM********/
.form {
padding: 40px 70px;
border-radius: 5px;
text-align: center;
width: 670px;
}
.form_title {
font-size: 18px;
color: rgb( 4, 133, 25 );
font-weight: 900;
text-transform: uppercase;
}
.form_text {
font-size: 18px;
color: #000;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 30px;
}
.form-title {
position: absolute;
top: -15px;
left: 15px;
font-size: 16px;
color: rgb( 0, 0, 0 );
line-height: 1.6;
padding: 5px 10px;
background: #fff;
}
.form-text {
height: 60px;
width: 100%;
border-radius: 10px;
border: 1px solid #dbdbdb;
padding: 5px 15px;
font-size: 21px;
outline: 0;
}
.form-text:hover, .form-textarea:hover {
border: 1px solid #126d23;
}
.form_col {
position: relative;
margin-bottom: 30px;
}
.form_col2 {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.form_col3 {
position: relative;
width: 47%;
}
.form-textarea {
height: 165px;
width: 100%;
border-radius: 10px;
border: 1px solid #dbdbdb;
padding: 15px 25px;
font-size: 21px;
outline: 0;
}
.form-send {
font-size: 16px;
color: rgb( 255, 255, 255 );
font-weight: bold;
cursor: pointer;
text-transform: uppercase;
line-height: 1.6;
padding: 20px 70px;
background: #e04704;
border: 5px solid rgba(255,187,157,0.7);
border-radius: 250px;
}
.form_save {
font-size: 16px;
color: rgb( 102, 102, 102 );
font-weight: bold;
text-decoration: underline !important;
background: url(../img/icon.png) 0 center no-repeat;
padding-left: 50px;
}
/*********MENU***********/
.navv {
list-style-type: none;
padding: 0;
width: 370px;
}
.navv_link {
padding: 30px;
font-size: 16px;
color: rgb( 40, 40, 40 );
font-weight: bold;
display: inline-block;
margin-bottom: 10px;
border-radius: 10px;
background: #fff;
border: 1px solid #efefef;
width: 350px;
transition: all 0.3s;
}
.vakansii .category__left--link {
background: none;
border-radius: 0;
}
.navv_link:hover {
background: #03921d;
color: #fff;
margin-left: 20px;
}
.nov .novosti__items {
padding: 0;
grid-template-columns: repeat(2, auto);
}
.spisok_title {
font-size: 16px;
color: rgb( 0, 0, 0 );
font-weight: bold;
font-family: "M_R";
margin-bottom: 15px;
margin-top: 25px;
}
.spisok {
padding-left: 15px;
list-style-type: square;
}
.spisok_nav {
font-size: 14px;
font-family: "M_R";
color: rgb( 102, 102, 102 );
line-height: 1.8;
}
.nashi .container, .kontakty .container {
padding: 0;
padding: 0 10px;
}
.kontakty .container {
display: flex;
justify-content: space-between;
}
.uchenik {
display: flex;
flex-wrap: wrap;
margin: -15px;
margin-top: 60px;
}
.uchenik_article {
width: 33.3%;
box-sizing: border-box;
overflow: hidden;
}
.uchenik_article_in {
margin: 15px;
box-sizing: border-box;
overflow: hidden;
}
.uchenik_block {
padding: 20px 25px;
padding-bottom: 30px;
background: #fff;
margin-left: 20px;
margin-top: -40px;
border-radius: 10px;
}
.uchenik_col {
display: flex;
justify-content: space-between;
}
.uchenik_title {
font-size: 16px;
color: rgb( 0, 0, 0 );
font-weight: 600;
}
.uchenik_year {
font-size: 13px;
color: rgb( 7, 98, 14 );
font-weight: 900;
text-transform: uppercase;
width: 90px;
margin-top: 5px;
}
.uchenik_text {
font-size: 13px;
font-family: "M_R";
color: rgb( 254, 104, 54 );
margin-top: 7px;
}
.contact {
padding-top: 50px;
width: 400px;
}
.contact_col {
display: flex;
margin-bottom: 20px;
}
.contact_block {
margin-left: 20px;
}
.contact_block-link {
font-size: 18px;
font-family: "M_R";
color: rgb( 14, 14, 14 );
font-weight: bold;
display: block;
}
.contact_block-link2 , .contact_block {
font-size: 16px;
font-family: "M_R";
color: rgb( 14, 14, 14 );
line-height: 1.2;
}
.contact .mensenjer {
transform: translateY(0rem);
margin-left: 20px;
}
.galareyan {
display: -ms-grid !important;
display: grid !important;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
grid-gap: 0rem;
padding: 5rem 0; }
.galeriyan_block {
position: relative;
}
.galareyan_arrow {
position: absolute;
bottom: 60px;
right: 20px;
display: flex;
align-items: center;
}
.galareyan_prew {
width: 50px;
height: 50px;
box-sizing: border-box;
border: 1px solid #d4d0d0;
border-radius: 5px;
background: #fff url(../img/media_arrow.png) center no-repeat;
margin-right: 15px;
cursor: pointer;
}
.galareyan_prew:hover {
background: #048a1b url(../img/media_arrow2.png) center no-repeat;
transform: rotate(180deg) !important;
}
.galareyan_next {
width: 50px;
height: 50px;
box-sizing: border-box;
border: 1px solid #d4d0d0;
border-radius: 5px;
background: #fff url(../img/media_arrow.png) center no-repeat;
transform: rotate(180deg);
cursor: pointer;
}
.galareyan_next:hover {
background: #048a1b url(../img/media_arrow2.png) center no-repeat;
transform: rotate(0deg) !important;
}
.video_first {
display: flex;
justify-content: space-between;
}
.video_first-col {
height: 430px;
width: 32%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.video_first-vid {
width: 66%;
height: 430px;
overflow: hidden;
}
.video_first-vid2 {
width: 100%;
height: 207px;
overflow: hidden;
}
.video_second {
display: flex;
justify-content: space-between;
margin-top: 30px;
align-items: center;
}
.video_second-vid {
width: 32%;
height: 210px;
overflow: hidden;
}
.galareya {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
grid-gap: 3rem;
padding: 5rem 0; }
.galareya--img {
overflow: hidden;
border: 0.5rem solid #ffffff;
border-radius: 1rem; }
.galareya--img img {
border-radius: 1rem;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
max-width: 100%;
min-width: 100%; }
.galareya--img img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.galareya__item1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.galareya__item1--img {
max-width: 100%;
min-width: 100%; }
.galareya__item1--img img {
max-height: 40rem;
min-height: 40rem; }
.galareya__item1--text {
min-height: 11rem;
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d; }
.galareya__item2 {
display: -ms-grid;
display: grid;
grid-gap: 1rem; }
.galareya__item2--img img {
-o-object-fit: fill;
object-fit: fill;
max-height: 25rem;
min-height: 25rem; }
.galareya__item3--link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.galareya__item3--link a {
font-family: "M_B";
color: #ffffff;
font-size: 1.6rem;
min-width: 26rem;
max-width: 26rem;
text-align: center;
display: block;
padding: 1.5rem 0;
border-radius: 3rem;
background-image: -webkit-gradient(linear, left top, right top, from(#C53C00), color-stop(#D44202), color-stop(#F04E07), to(#FF5409));
background-image: -webkit-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: -o-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: linear-gradient(to right, #C53C00, #D44202, #F04E07, #FF5409);
background-color: green;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
position: relative;
margin-left: 0.5rem;
margin-top: 0.5rem; }
.galareya__item3--link a::after {
content: "";
position: absolute;
display: block;
z-index: -1;
left: -0.5rem;
top: -0.5rem;
background-color: #C63C00;
opacity: 0.4;
width: 105%;
height: 120%;
border-radius: 3rem; }
.galareya__item3--link a:hover {
color: #ffffff;
-webkit-box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00;
box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00; }
.otziv {
padding: 5rem; }
.otziv__head {
text-align: center; }
.otziv__head h4 {
font-family: "M_B";
color: #4d4d4d;
font-size: 1.6rem; }
.otziv__head h4 span {
font-family: "M_R"; }
.otziv__slider .slick-arrow {
display: block;
color: #ffffff;
position: absolute;
top: 50%;
width: 4rem;
height: 4rem;
border-radius: 1rem;
font-size: 2.2rem;
text-align: center;
line-height: 4rem;
background-image: -webkit-gradient(linear, right top, left top, from(#03961E), to(#085A0C));
background-image: -webkit-linear-gradient(right, #03961E, #085A0C);
background-image: -o-linear-gradient(right, #03961E, #085A0C);
background-image: linear-gradient(to left, #03961E, #085A0C);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.otziv__slider .slick-arrow:hover {
background-image: -webkit-gradient(linear, right top, left top, from(#FD5309), color-stop(#EE4D07), to(#C73D00));
background-image: -webkit-linear-gradient(right, #FD5309, #EE4D07, #C73D00);
background-image: -o-linear-gradient(right, #FD5309, #EE4D07, #C73D00);
background-image: linear-gradient(to left, #FD5309, #EE4D07, #C73D00); }
.otziv__slider .slick-arrow > * {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.otziv__slider .ong {
right: -10%; }
.otziv__slider .chap {
left: -10%; }
.otziv__slider .slick-dots {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%); }
.otziv__slider .slick-dots button::before {
content: "";
background-image: -webkit-gradient(linear, right top, left top, from(#03961E), to(#085A0C));
background-image: -webkit-linear-gradient(right, #03961E, #085A0C);
background-image: -o-linear-gradient(right, #03961E, #085A0C);
background-image: linear-gradient(to left, #03961E, #085A0C);
width: 1.5rem;
height: 1.5rem;
border-radius: 0.2rem; }
.otziv__slider .slick-dots .slick-active button::before {
background-image: -webkit-gradient(linear, right top, left top, from(#FD5309), color-stop(#EE4D07), to(#C73D00));
background-image: -webkit-linear-gradient(right, #FD5309, #EE4D07, #C73D00);
background-image: -o-linear-gradient(right, #FD5309, #EE4D07, #C73D00);
background-image: linear-gradient(to left, #FD5309, #EE4D07, #C73D00); }
.otziv__slider--item {
outline: none;
padding: 5rem;
background: #ffffff url("../img/obuch__dot.png") no-repeat;
border-radius: 1rem;
margin-top: 2rem;
position: relative; }
.otziv__slider--item::before {
content: "";
position: absolute;
display: inline-block;
width: 2rem;
height: 2rem;
background-color: #ffffff;
left: 50%;
top: -1rem;
-webkit-transform: translateX(-50%) rotate(45deg);
-ms-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg); }
.otziv__slider--text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
text-align: center; }
.galareya-active {
background-image: -webkit-gradient(linear, right top, left top, from(#03971F), color-stop(#048419), color-stop(#076610), to(#08590C));
background-image: -webkit-linear-gradient(right, #03971F, #048419, #076610, #08590C);
background-image: -o-linear-gradient(right, #03971F, #048419, #076610, #08590C);
background-image: linear-gradient(to left, #03971F, #048419, #076610, #08590C);
color: #ffffff !important; }
@media screen and (max-width: 1200px) and (min-width: 1024px) {
.galareya__otziv {
padding: 1rem; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
.galareya__otziv--link {
padding-top: 2.5rem; }
.galareya__otziv--link a {
min-height: 3rem;
line-height: 3rem; }
.galareya__otziv .galareya__head {
font-size: 2.6rem; }
.galareya {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
padding: 5rem 1.5rem; }
.galareya__item3 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3; }
.galareya__item3--img {
display: none !important; }
.galareya__item3--link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; } }
@media screen and (max-width: 767px) {
.galareya__otziv {
padding: 7rem 1rem; }
.galareya__otziv--link {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 2rem; }
.galareya__otziv--link a {
min-height: 4rem;
margin-bottom: 0.5rem; }
.galareya__otziv .galareya__head {
font-size: 2.2rem; }
.galareya {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding: 3rem 1rem; }
.galareya__item1--img {
display: none; }
.galareya__item1--text {
min-height: 11rem;
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d; }
.galareya__item2 {
display: -ms-grid;
display: grid;
grid-gap: 1rem; }
.galareya__item2--img img {
-o-object-fit: fill;
object-fit: fill;
max-height: 25rem;
min-height: 25rem; }
.galareya__item3--img {
display: none; }
.galareya__item3--link a {
margin-top: 2rem;
max-width: 22.5rem !important; }
.otziv {
padding: 5rem 2rem; }
.otziv__head {
text-align: center; }
.otziv__head h4 {
font-family: "M_B";
color: #4d4d4d;
font-size: 1.5rem; }
.otziv__head h4 span {
font-family: "M_R"; }
.otziv__slider--item {
padding: 1.5rem; } }
.let {
padding: 10rem 0 4rem; }
.let__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative;
text-align: center; }
.let__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.let__head span {
color: #126a23; }
.let__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.let__text {
margin-top: 1rem;
font-family: "M_B";
color: #000000;
font-size: 1.3rem;
text-align: center; }
.let__text span {
color: #fd5309; }
.let__wrapper {
padding-top: 4rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 8rem; }
.let__left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly; }
.let__left--item {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
border: 0.1rem solid #E5E5E5;
padding: 0 3rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 14rem auto;
grid-template-columns: 14rem auto;
margin-bottom: 1rem;
border-radius: 1rem; }
.let__left--number {
font-size: 10rem;
font-family: "US_H";
font-style: italic;
color: #E5E5E5; }
.let__left--yosh {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.let__left--yosh p {
font-family: "M_EB";
font-size: 2.6rem; }
.let__left--yosh span {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
color: #fd5309; }
.let__right {
padding: 6rem;
border: 0.1rem solid #E5E5E5;
border-radius: 1rem;
background: #ffffff url("../img/obuch__dot.png") no-repeat; }
.let__right .form__head {
font-family: "M_B";
font-size: 1.6rem;
text-align: center; }
.let__right .form__text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
text-align: center;
margin-top: 1rem; }
.let__right fieldset {
margin-bottom: 2.5rem; }
.let__right fieldset legend {
font-family: "M_R";
font-size: 1.6rem; }
.let__right fieldset input {
min-height: 5rem;
border-radius: 0.5rem;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-family: "M_B";
font-size: 1.6rem;
color: #e4dfdf; }
.let__right .form__link {
font-family: "M_B";
color: #ffffff;
font-size: 1.6rem;
min-width: 26rem;
max-width: 26rem;
text-align: center;
display: block;
padding: 1.5rem 0;
border-radius: 3rem;
background-image: -webkit-gradient(linear, left top, right top, from(#C53C00), color-stop(#D44202), color-stop(#F04E07), to(#FF5409));
background-image: -webkit-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: -o-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: linear-gradient(to right, #C53C00, #D44202, #F04E07, #FF5409);
background-color: green;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
position: relative;
margin-left: 0.5rem;
margin-top: 0.5rem;
border: none;
margin: 0 auto; }
.let__right .form__link::after {
content: "";
position: absolute;
display: block;
z-index: -1;
left: -0.5rem;
top: -0.5rem;
background-color: #C63C00;
opacity: 0.4;
width: 105%;
height: 120%;
border-radius: 3rem; }
.let__right .form__link:hover {
color: #ffffff;
-webkit-box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00;
box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00; }
.let__right .form__link:hover {
-webkit-transform: translateY(-0.3rem);
-ms-transform: translateY(-0.3rem);
transform: translateY(-0.3rem); }
.let__right .form__link:active {
-webkit-transform: translateY(-0.1rem);
-ms-transform: translateY(-0.1rem);
transform: translateY(-0.1rem); }
.let .c__soya {
position: relative; }
.let .c__soya .let__soya {
position: absolute;
font-size: 10rem;
font-family: "US_H";
font-style: italic;
color: #E5E5E5;
top: 0;
left: 0;
z-index: -1; }
.let-active {
-webkit-transform: translateX(3rem);
-ms-transform: translateX(3rem);
transform: translateX(3rem);
color: #ffffff;
background-image: -webkit-gradient(linear, right top, left top, from(#03961F), color-stop(#048319), to(#08590C));
background-image: -webkit-linear-gradient(right, #03961F, #048319, #08590C);
background-image: -o-linear-gradient(right, #03961F, #048319, #08590C);
background-image: linear-gradient(to left, #03961F, #048319, #08590C); }
.let-active .let__left--number {
color: #136F1C; }
.let-active span {
color: #ffffff !important; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
.let {
padding: 7rem 0 4rem; }
.let__left--item {
-ms-grid-columns: 10rem auto;
grid-template-columns: 10rem auto; }
.let__left--number {
font-size: 7rem;
font-family: "US_H";
font-style: italic;
color: #E5E5E5; }
.let__left--yosh p {
font-size: 2.2rem; } }
@media screen and (max-width: 767px) and (min-width: 425px) {
.let__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.let__soya {
display: none; }
.let__left--number {
font-size: 5rem;
font-family: "US_H";
font-style: italic;
color: #E5E5E5; }
.let__left--yosh p {
font-size: 2rem; }
.let-active {
-webkit-transform: translateX(1rem);
-ms-transform: translateX(1rem);
transform: translateX(1rem); } }
@media screen and (max-width: 424px) {
.let__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 3rem; }
.let-active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.let__soya {
display: none; }
.let {
padding: 5rem 0 3rem; }
.let__head {
font-size: 2.6rem; }
.let__text {
font-size: 1.2rem;
line-height: 1.6rem; }
.let__left--item {
padding: 0 3rem;
-ms-grid-columns: 7rem auto;
grid-template-columns: 7rem auto; }
.let__left--number {
font-size: 5rem; }
.let__left--yosh p {
font-family: "M_EB";
font-size: 2rem; }
.let__right {
padding: 1rem; }
.let__right .form__head {
font-size: 1.3rem; }
.let__right .form__text {
font-size: 1.2rem; }
.let__right fieldset {
margin-bottom: 1.5rem; }
.let__right fieldset legend {
font-size: 1.3rem; }
.let__right fieldset input {
min-height: 3.5rem; }
.let__right .form__link {
min-height: 3.5rem; }
.let__right .form__link:hover {
-webkit-transform: translateY(-0.3rem);
-ms-transform: translateY(-0.3rem);
transform: translateY(-0.3rem); }
.let__right .form__link:active {
-webkit-transform: translateY(-0.1rem);
-ms-transform: translateY(-0.1rem);
transform: translateY(-0.1rem); } }
.novosti {
background: #F6F6F6;
padding: 12rem 0 9rem; }
.novosti__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative; }
.novosti__head {
position: relative;
z-index: 1;
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative; }
.novosti__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.novosti__head span {
color: #126a23; }
.novosti__soya {
font-size: 10rem;
color: #E6E6E6;
font-family: "US_H";
position: absolute;
top: 0;
left: -2rem;
font-style: italic; }
.novosti__link {
font-family: "M_EB";
color: #126a23;
font-size: 1.6rem; }
.novosti__link:hover {
color: #126a23; }
.novosti__items {
padding-top: 6rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: (auto)[3];
grid-template-columns: repeat(3, auto);
grid-gap: 3rem; }
.novosti__item {
position: relative;
overflow: hidden;
border-radius: 1rem; }
.novosti__item:hover .novosti__absolute {
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#126C23));
background-image: -webkit-linear-gradient(top, transparent, #126C23);
background-image: -o-linear-gradient(top, transparent, #126C23);
background-image: linear-gradient(180deg, transparent, #126C23); }
.novosti__item:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.novosti__item img {
max-width: 100%;
min-width: 100%;
max-height: 30rem;
min-height: 30rem;
-o-object-fit: cover;
object-fit: cover;
border-radius: 1rem;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
.novosti__absolute {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
width: 100%;
height: 100%;
position: absolute;
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
background-image: -webkit-linear-gradient(top, transparent, #000);
background-image: -o-linear-gradient(top, transparent, #000);
background-image: linear-gradient(180deg, transparent, #000);
border-radius: 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 2.5rem;
color: #ffffff !important;
z-index: 10000; }
.novosti__absolute--top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.novosti__absolute--date, .novosti__absolute--eye {
font-family: "M_R";
font-size: 1.2rem; }
.novosti__absolute--eye span {
margin-right: 0.5rem; }
.novosti__absolute--bottom {
color: #ffffff;
font-size: 1.3rem;
font-weight: 700;
font-family: "M_B"; }
@media screen and (max-width: 968px) and (min-width: 600px) {
.novosti {
padding: 8rem 0 6rem; }
.novosti__items {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr; }
.novosti__item:nth-child(3) {
display: none; } }
@media screen and (max-width: 599px) {
.novosti {
padding: 7rem 0 6rem; }
.novosti__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.novosti__head {
font-size: 2.6rem; }
.novosti__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.novosti__link {
margin-top: 2rem; }
.novosti__soya {
display: none; }
.novosti__items {
padding-top: 2rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.novosti__item img {
max-height: 20rem;
min-height: 20rem; }
.novosti__item:not(:nth-child(1)) {
display: none; } }
@media screen and (max-width: 599px) and (min-width: 425px) {
.novosti__item img {
max-height: 24rem;
min-height: 24rem; } }
.faq {
padding: 10rem 0;
background: url("../img/square.png") no-repeat right bottom; }
.faq__wrapper {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 6.5rem; }
.faq__accordion {
position: relative; }
.faq__accordion .faq__soya {
position: absolute;
right: 0;
top: 0;
font-size: 10rem;
color: #E6E6E6;
font-family: "US_H";
-webkit-transform: rotate(-90deg) translate(-70%, 50%);
-ms-transform: rotate(-90deg) translate(-70%, 50%);
transform: rotate(-90deg) translate(-70%, 50%); }
.faq__accordion #accordion {
max-width: 80%; }
.faq__accordion--head {
font-family: "M_B";
color: #000000;
font-size: 1.3rem;
font-style: italic;
min-height: 4rem;
line-height: 4rem;
border-radius: 1rem !important;
background-color: #ffffff !important;
border: 0.1rem solid #E5E5E5;
position: relative;
z-index: 10;
text-transform: uppercase; }
.faq__accordion--head:hover {
border-color: #fd5309 !important;
color: #fd5309; }
.faq__accordion--body {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
padding: 2rem;
padding-top: 3rem !important;
-webkit-transform: translateY(-1rem);
-ms-transform: translateY(-1rem);
transform: translateY(-1rem);
border: none !important;
line-height: 1.8rem !important; }
.faq__accordion--link {
display: block;
max-width: 80%;
margin-top: 4rem;
text-align: right;
font-family: "M_EB";
color: #126a23;
font-size: 1.6rem; }
.faq__accordion--link:hover {
color: #126a23; }
.faq__pontyor {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr); }
.faq__pontyor--item {
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 1rem;
padding: 1rem;
border: 0.1rem solid #EAEAEA; }
.faq__pontyor--item img {
max-width: 17rem;
min-width: 17rem;
min-height: 14rem;
max-height: 14rem;
-o-object-fit: contain;
object-fit: contain; }
.ui-state-active {
background-image: -webkit-gradient(linear, right top, left top, from(#03971F), color-stop(#057F17), to(#08580B)) !important;
background-image: -webkit-linear-gradient(right, #03971F, #057F17, #08580B) !important;
background-image: -o-linear-gradient(right, #03971F, #057F17, #08580B) !important;
background-image: linear-gradient(to left, #03971F, #057F17, #08580B) !important;
outline: none;
border: none;
color: #ffffff !important; }
@media screen and (max-width: 768px) and (min-width: 425px) {
.faq {
padding: 6rem 0; }
.faq__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 5rem; }
.faq__accordion .faq__soya {
display: none; }
.faq__accordion #accordion {
max-width: 100%; }
.faq__accordion--link {
max-width: 100%;
margin-top: 3rem; }
.faq__pontyor {
display: -ms-grid;
display: grid; } }
@media screen and (max-width: 424px) {
.faq {
padding: 5.6rem 0; }
.faq__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 5rem; }
.faq__accordion {
text-align: center; }
.faq__accordion--head {
text-align: center;
padding: 0; }
.faq__accordion .faq__soya {
display: none; }
.faq__accordion #accordion {
max-width: 100%; }
.faq__accordion--link {
max-width: 100%;
margin-top: 3rem; }
.faq__pontyor {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.faq__pontyor--item img {
max-width: 16rem;
min-width: 16rem;
min-height: 10rem;
max-height: 10rem; }
.faq__accordion--link {
text-align: center; } }
.footer {
background: url("../img/footer__fon2.png") no-repeat;
background-size: cover;
padding: 20rem 0 10rem; }
.footer__wrapper {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
grid-gap: 4rem; }
.footer__item {
color: #ffffff !important; }
.footer__item a {
color: #ffffff !important; }
.footer__item--head {
font-family: "M_B";
font-size: 2.2rem;
margin-top: 2rem; }
.footer__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.footer__items .block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-right: 6rem; }
.footer__items .block a {
font-family: "M_R";
font-size: 1.4rem;
margin-top: 1rem; }
.footer__item1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.footer__item1 a {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
margin-top: 1rem;
text-align: center; }
.footer__logo {
display: block; }
.footer__call {
font-size: 2rem !important;
font-family: "M_B" !important;
font-weight: bold;
text-align: center;
margin-top: 3rem; }
.footer__link {
font-family: "M_B";
color: #ffffff;
font-size: 1.6rem;
min-width: 26rem;
max-width: 26rem;
text-align: center;
display: block;
padding: 1.5rem 0;
border-radius: 3rem;
background-image: -webkit-gradient(linear, left top, right top, from(#C53C00), color-stop(#D44202), color-stop(#F04E07), to(#FF5409));
background-image: -webkit-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: -o-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: linear-gradient(to right, #C53C00, #D44202, #F04E07, #FF5409);
background-color: green;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
position: relative;
margin-left: 0.5rem;
margin-top: 0.5rem;
z-index: 1; }
.footer__link::after {
content: "";
position: absolute;
display: block;
z-index: -1;
left: -0.5rem;
top: -0.5rem;
background-color: #C63C00;
opacity: 0.4;
width: 105%;
height: 120%;
border-radius: 3rem; }
.footer__link:hover {
color: #ffffff;
-webkit-box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00;
box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00; }
.footer .mensenjer {
margin-top: 2rem;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.footer__bottom {
background-color: #126a23;
color: #ffffff !important; }
.footer__bottom--wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 5rem; }
.footer__bottom--wrapper p {
font-family: "M_R";
font-size: 1.3rem;
margin-bottom: 0; }
.footer__bottom--wrapper .sozdat {
color: #ffffff;
font-family: "M_EB"; }
@media screen and (max-width: 1300px) {
.footer {
background-image: url("../img/footer__fon.png"); }
.footer__wrapper {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr; } }
@media screen and (max-width: 767px) and (min-width: 425px) {
.footer__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.footer__item--head {
text-align: center; }
.footer__items {
display: -ms-grid !important;
display: grid !important;
-ms-grid-columns: 1fr 1fr !important;
grid-template-columns: 1fr 1fr !important;
text-align: center; }
.footer__items .block {
padding-right: 0rem !important; }
.footer__bottom--wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 1rem; } }
@media screen and (max-width: 424px) {
.footer {
padding-bottom: 0 !important; }
.footer__wrapper {
-ms-grid-columns: 1fr !important;
grid-template-columns: 1fr !important; }
.footer__item--head {
text-align: center;
display: none; }
.footer__items {
display: none !important; }
.footer__items .block {
padding-right: 0rem !important; }
.footer__bottom--wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 1rem; } }
.menu2 {
background-color: #0A0A34;
padding: 0 !important; }
.menu2 .header__menu {
min-height: 9rem; }
.menu2 .header__menu--img {
max-width: 7rem;
min-width: 7rem;
max-height: 8rem;
min-height: 8rem; }
.way {
background: #222256 url("../img/way__fon.png") no-repeat;
padding: 3rem 0;
background-size: cover; }
.way__wrapper {
color: #ffffff !important; }
.way__wrapper a {
color: #ffffff;
font-family: "M_R";
font-size: 1.3rem; }
.way__wrapper a:hover {
color: #fd5309; }
.way-active {
color: #fd5309 !important; }
.way__head {
font-family: "US_H";
font-size: 3.2rem;
color: #ffffff;
margin-top: 6rem; }
.way__text {
font-family: "US_H";
color: #ffffff;
font-size: 1.6rem;
margin-top: 0.5rem; }
@media screen and (max-width: 767px) and (min-width: 425px) {
.way {
padding: 2rem 0; }
.way__head {
font-family: "US_H";
font-size: 2.8rem;
margin-top: 5rem;
text-align: center; }
.way__text {
font-size: 1.3rem;
text-align: center; } }
@media screen and (max-width: 424px) {
.menu2 .order-1 {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.way {
padding: 1.5rem 0; }
.way__head {
font-family: "US_H";
font-size: 2.2rem;
margin-top: 3rem;
text-align: center; }
.way__text {
font-size: 1.3rem;
text-align: center; } }
.category {
padding: 6rem 0; }
.category__head {
font-family: "M_B";
color: #000000;
font-size: 1.8rem; }
.category__wrapper {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 2fr;
grid-template-columns: 1fr 2fr;
grid-gap: 3rem;
padding: 3rem 0; }
.category__left--link {
background-color: #F7F7F7;
padding: 2rem;
border-radius: 1rem; }
.category__left--link .category-link {
display: block;
font-family: "M_B";
color: #000000;
font-size: 1.3rem;
font-style: italic;
text-transform: uppercase;
padding: 1rem 0;
border-bottom: 0.1rem solid #EDEDED; }
.category-active {
color: #fd5309 !important; }
.category__right--img {
max-width: 100%;
min-width: 100%;
-o-object-fit: cover;
object-fit: cover;
min-height: 45.5rem;
max-height: 45.5rem; }
.category__right--text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
margin-top: 2rem; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
.category {
padding: 4rem 0; }
.category__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding-top: 0.5rem; }
.category__left--link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; } }
@media screen and (max-width: 767px) {
.category {
padding: 3rem 0; }
.category__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding-top: 0.5rem; }
.category__left {
padding: 0; }
.category__left--link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.category__left--link .category-link {
border: 0;
padding: 0.5rem 1rem; }
.category__right--img {
max-height: 27rem;
min-height: 27rem; } }
.ob {
padding: 6rem 0; }
.ob__wrapper {
padding: 1rem 0;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 4rem; }
.ob__wrapper--left {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.ob__img {
padding-bottom: 5rem;
max-width: 70%;
min-height: 39rem;
max-height: 39rem;
-o-object-fit: cover;
object-fit: cover; }
.ob__logo {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 10;
border: 0.1rem solid #efeefe;
max-width: 30rem;
max-height: 33rem;
min-width: 30rem;
min-height: 33rem;
background-color: #ffffff;
padding: 3rem;
-webkit-transform: translate(70%, 10%);
-ms-transform: translate(70%, 10%);
transform: translate(70%, 10%); }
.ob__logo img {
max-width: 100%;
min-width: 100%;
max-height: 100%;
min-height: 100%;
-o-object-fit: contain;
object-fit: contain; }
.ob__text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
margin-bottom: 2rem; }
@media screen and (max-width: 1023px) and (min-width: 768px) {
.ob__logo {
display: none; }
.ob__img {
max-width: 100%;
min-width: 100%; } }
@media screen and (max-width: 767px) and (min-width: 425px) {
.ob__wrapper {
grid-gap: 2rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.ob__logo {
display: none; }
.ob__img {
max-width: 100%;
min-width: 100%; }
.ob__text {
text-align: justify; } }
@media screen and (max-width: 424px) {
.ob__wrapper {
grid-gap: 2rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.ob__wrapper--left {
display: none; }
.ob__text {
text-align: justify; } }
.obslider1 {
background-color: #F6F6F6;
padding: 10rem 0 6.5rem; }
.obslider1__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative; }
.obslider1__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.obslider1__head span {
color: #126a23; }
.obslider1 .oslider1 {
margin: 0 -1.5rem;
margin-top: 3rem;
position: relative; }
.obslider1 .oslider1__item {
outline: none;
margin: 1.5rem;
overflow: hidden; }
.obslider1 .oslider1__item .block {
background-color: #ffffff;
max-width: 90%;
padding: 3rem;
border-radius: 1rem;
margin: 0 auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.obslider1 .oslider1__img {
max-width: 100%;
min-width: 100%;
max-height: 33rem;
min-height: 33rem;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-o-object-fit: cover;
object-fit: cover; }
.obslider1 .oslider1__img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.obslider1 .oslider1__avtor {
font-family: "M_B";
color: #000000;
font-size: 1.3rem;
font-size: 1.6rem; }
.obslider1 .oslider1__professi {
font-family: "M_R";
font-size: 1.3rem;
color: #fd5309; }
.ob__chap, .ob__ong {
background-color: green;
position: absolute;
bottom: 0;
width: 4rem;
height: 4rem;
border-radius: 1rem;
color: #ffffff;
font-size: 2.2rem;
text-align: center;
line-height: 4rem;
background-image: -webkit-gradient(linear, right top, left top, from(#03961E), to(#085A0C));
background-image: -webkit-linear-gradient(right, #03961E, #085A0C);
background-image: -o-linear-gradient(right, #03961E, #085A0C);
background-image: linear-gradient(to left, #03961E, #085A0C);
z-index: 1000;
border: 0.1rem solid #126a23; }
.ob__chap:hover, .ob__ong:hover {
color: #126a23;
background-image: none;
background-color: #FFFFFF !important;
border: 0.1rem solid #D4D0D0; }
.ob__chap {
left: 46%; }
.ob__ong {
right: 46%; }
.uchenik_img {
display: flex;
justify-content: center;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
.ob__chap {
left: 43%; }
.ob__ong {
right: 43%; } }
@media screen and (max-width: 767px) and (min-width: 425px) {
.ob__chap {
left: 39%; }
.ob__ong {
right: 39%; }
.obslider1 {
padding: 6rem 0 4rem; } }
@media screen and (max-width: 424px) {
.ob__chap {
left: 33%; }
.ob__ong {
right: 33%; }
.obslider1 {
padding: 6rem 0 4rem; }
.obslider1__head {
font-size: 2.6rem;
text-align: center; }
.obslider1__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.obslider1 .oslider1__img {
max-height: 27rem;
min-height: 27rem; }
.obslider1 .oslider1 .block {
padding: 1rem;
text-align: center; } }
.dosti {
padding: 10rem 0; }
.dosti__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative; }
.dosti__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.dosti__head span {
color: #126a23; }
.dosti__wrapper {
margin-top: 4rem; }
.dosti__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.dosti__item:nth-child(2n) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.dosti__left {
max-width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 4rem 5rem;
border: 0.1rem solid #efefee; }
.dosti__left--head {
font-family: "M_B";
color: #000000;
font-size: 1.3rem;
font-size: 1.8rem; }
.dosti__left--text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
font-size: 1.4rem; }
.dosti__left--link {
font-family: "M_EB";
color: #126a23 !important;
font-size: 1.6rem; }
.dosti__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.dosti__right--img {
max-width: 100%;
min-width: 100%;
-o-object-fit: cover;
object-fit: cover; }
.obslider2 {
padding-bottom: 7rem; }
.obslider2__item {
border: 0.1rem solid #F3F3F3;
border-radius: 1rem;
min-height: 15rem;
max-height: 15rem;
outline: none;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.sertifikat {
padding: 7rem 0; }
.sertifikat__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative; }
.sertifikat__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.sertifikat__head span {
color: #126a23; }
.sertifikat .obslider3 {
padding: 3rem 0 7rem;
margin: 0 -3rem; }
.sertifikat .obslider3__item {
margin: 0 3rem; }
.sertifikat__img {
max-width: 100%;
min-width: 100%;
max-height: 34rem;
min-height: 34rem;
-o-object-fit: contain;
object-fit: contain; }
@media screen and (max-width: 767px) {
.dosti__item {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.dosti__left {
max-width: 100%; } }
@media screen and (max-width: 425px) {
.dosti {
padding: 6rem 0; }
.dosti__head {
font-size: 2.6rem;
text-align: center; }
.dosti__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.dosti__left {
text-align: center;
padding: 1rem; }
.dosti__left--head {
font-size: 1.6rem; }
.dosti__left--link {
font-size: 1.4rem; }
.dosti__left--text {
font-size: 1.2rem; }
.sertifikat {
padding: 4rem 0; }
.sertifikat .obslider3 {
max-width: 100%;
min-width: 100%;
margin: 0; }
.sertifikat__head {
font-size: 2.6rem;
text-align: center; }
.sertifikat__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); } }
.obujeniya {
padding: 7rem 0; }
.obujeniya__head {
font-family: "M_B";
font-size: 3.2rem;
text-align: center; }
.obujeniya__head span {
color: #fd5309; }
.obujeniya__hover {
font-family: "M_B";
font-size: 1.3rem;
color: #fd5309;
text-align: center;
margin-top: 1rem; }
.obujeniya .let {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
grid-gap: 3rem;
padding: 5rem 0; }
.obujeniya .let-active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.obujeniya__text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
font-size: 1.6rem; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
.obujeniya .let__left--item {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.obujeniya .let__left--number {
display: none; }
.obujeniya .let__left--yosh {
text-align: center; } }
@media screen and (max-width: 767px) {
.obujeniya {
padding: 3rem 0; }
.obujeniya .let {
grid-gap: 0rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.obujeniya__head {
font-size: 2.6rem; }
.obujeniya__text {
font-size: 1.2rem !important;
text-align: justify; } }
.search {
font-family: "M_B";
font-size: 1.3rem;
padding: 6rem 0 0; }
.search .container {
padding: 1rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1.5fr 2fr;
grid-template-columns: 1.5fr 2fr;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #FFF3E5; }
.search__wrapper form {
padding: 0rem 2.5rem !important;
border-right: 0.2rem solid #F4DFC7;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.search__wrapper form label {
margin-right: 1rem; }
.search__wrapper form #imya {
background-color: #ffffff;
min-height: 4rem;
border: none;
border-radius: 1rem; }
.search__wrapper form .btn {
background-image: -webkit-gradient(linear, right top, left top, from(#03961E), color-stop(#057715), to(#075C0D));
background-image: -webkit-linear-gradient(right, #03961E, #057715, #075C0D);
background-image: -o-linear-gradient(right, #03961E, #057715, #075C0D);
background-image: linear-gradient(to left, #03961E, #057715, #075C0D);
color: #ffffff;
min-height: 4rem;
min-width: 10rem;
border-radius: 1rem;
-webkit-transform: translateX(-1rem);
-ms-transform: translateX(-1rem);
transform: translateX(-1rem); }
.search .filter__wrapper form {
padding: 0rem 2.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.search .filter__wrapper form label {
margin: 0 1rem; }
.search .filter__wrapper form #vozrost, .search .filter__wrapper form #group {
background-color: #ffffff;
border: none;
min-height: 4rem;
padding: 1rem;
border-radius: 1rem; }
.search .filter__wrapper form input[type="submit"] {
margin-left: 1rem;
background-image: -webkit-gradient(linear, right top, left top, from(#03961E), color-stop(#057715), to(#075C0D));
background-image: -webkit-linear-gradient(right, #03961E, #057715, #075C0D);
background-image: -o-linear-gradient(right, #03961E, #057715, #075C0D);
background-image: linear-gradient(to left, #03961E, #057715, #075C0D);
color: #ffffff;
min-height: 4rem;
min-width: 10rem;
border-radius: 1rem;
border: none; }
.form-group {
margin: 0; }
.triner__page {
padding: 0; }
.pagenation__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 5rem 0; }
.pagenation__wrapper .pagen-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none; }
.pagenation__wrapper .pagen-link {
min-width: 4rem;
min-height: 4rem;
font-size: 1.6rem;
border-radius: 1rem;
line-height: 4rem;
text-align: center;
display: block;
color: #000000;
font-family: "M_B"; }
.pagenation__wrapper .pagen-active {
color: #ffffff !important;
background-image: -webkit-gradient(linear, right top, left top, from(#03961E), color-stop(#057715), to(#075C0D)) !important;
background-image: -webkit-linear-gradient(right, #03961E, #057715, #075C0D) !important;
background-image: -o-linear-gradient(right, #03961E, #057715, #075C0D) !important;
background-image: linear-gradient(to left, #03961E, #057715, #075C0D) !important; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
.search {
padding: 5rem 0 0; }
.search .container {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 1rem; }
.search__wrapper form {
border-right: 0; }
.search__wrapper form label {
margin-right: 0rem; }
.search__wrapper form #imya {
-webkit-transform: translateX(1rem);
-ms-transform: translateX(1rem);
transform: translateX(1rem); }
.search__wrapper form .btn {
-webkit-transform: translateX(0rem);
-ms-transform: translateX(0rem);
transform: translateX(0rem); }
.search .filter__wrapper form label {
margin: 0; } }
@media screen and (max-width: 767px) and (min-width: 425px) {
.search {
padding: 5rem 0 0; }
.search .container {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 1rem; }
.search__wrapper form {
display: -ms-grid !important;
display: grid !important;
-ms-grid-columns: 1fr 1fr !important;
grid-template-columns: 1fr 1fr !important;
border-right: 0; }
.search__wrapper form label {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 2;
grid-column-end: 3;
margin-right: 0rem; }
.search .filter__wrapper form {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 1rem; }
.search .filter__wrapper form label {
margin: 0; }
.search .filter__wrapper form input[type="submit"] {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 2;
grid-column-end: 3;
max-width: 50%;
margin: 0 auto; } }
@media screen and (max-width: 424px) {
.pagenation__wrapper {
padding: 2rem; }
.search {
padding: 5rem 0 0 0; }
.search .container {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 1rem; }
.search__wrapper form {
display: -ms-grid !important;
display: grid !important;
-ms-grid-columns: 1fr !important;
grid-template-columns: 1fr !important;
grid-gap: 1rem;
border-right: 0; }
.search__wrapper form label {
margin-right: 0rem; }
.search__wrapper form .btn {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.search .filter__wrapper form {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 1rem; }
.search .filter__wrapper form label {
margin: 0; }
.search .filter__wrapper form input[type="submit"] {
max-width: 50%;
margin: 0 auto; } }
html {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.container.head_title {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.kontakty .form_title {
margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
form.let__right.form.form-group {
width: 100%;
}
.galareyan {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 768px) {
.container.let__wrapper {
display: flex;
flex-direction: column;
justify-content: center;
}
.let__left {
width: 80%;
margin: auto;
}
.galareya__item2--img img {
max-height: 35rem;
}
.uchenik_block {
margin: 0;
}
}
@media screen and (max-width: 725px) {
}
@media screen and (max-width: 640px) {
.category__right .form {
width: 100%;
padding: 25px;
}
.kontakty .container {
flex-direction: column;
}
.uchenik_article {
width: 50%;
}
.form , .contact {
width: auto;
}
.galareya__item1 {
display: none;
}
.galareyan {
grid-template-columns: repeat(1, 1fr);
}
}
@media screen and (max-width: 480px) {
.form_col2 {
flex-direction: column;
}
.form {
padding: 15px;
}
.form_col3 {
width: 100%;
margin-top: 30px;
}
.video_first {
display: flex;
flex-direction: column;
}
.uchenik_article {
width: 100%;
}
.video_first-vid {
width: 100%;
height: 205px;
margin-bottom: 25px;
}
.video_first-vid2, .video_second-vid {
width: 100%;
height: 225px;
}
.video_first-col {
width: 100%;
}
.form_col33 {
margin-top: 0;
}
.video_second {
flex-direction: column;
}
}
@media screen and (max-width: 425px) {
.navv, .navv_link {
width: auto;
}
}
@media screen and (max-width: 375px) {
.footer__item.footer__item1 {
padding-bottom: 25px;
}
}
@media screen and (max-width: 320px) {
} | public/css/style.css | @font-face {
font-family: "M_R";
src: url("../shrift/Montserrat/Montserrat-Regular.ttf"); }
@font-face {
font-family: "M_SB";
src: url("../shrift/Montserrat/Montserrat-SemiBold.ttf"); }
@font-face {
font-family: "M_B";
src: url("../shrift/Montserrat/Montserrat-Bold.ttf"); }
@font-face {
font-family: "M_EB";
src: url("../shrift/Montserrat/Montserrat-ExtraBold.ttf"); }
@font-face {
font-family: "M_M";
src: url("../shrift/Montserrat/Montserrat-Medium.ttf"); }
@font-face {
font-family: "M_L";
src: url("../shrift/Montserrat/Montserrat-Light.ttf"); }
@font-face {
font-family: "US_H";
src: url("../shrift//UniSans/UniSansHeavy.otf"); }
@font-face {
font-family: "US_HI";
src: url("../shrift/UniSans/UniSansHeavyItalic.otf"); }
html {
font-size: 55.5%;
scroll-behavior: smooth; }
.container {
max-width: 120rem; }
.fa-phone {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
a {
text-decoration: none !important; }
input, button {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
html, body {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: Arial, sans-serif; }
*, *::before, *::after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
/** ========= Menu ========= **/
.navmenu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
margin: 0; }
.navmenu > li {
margin: 0 0.5rem; }
.navmenu > li > a {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-decoration: none;
color: #ffffff;
font-size: 1.3rem;
font-weight: 700;
font-family: "M_B";
padding: 0.5rem 1.2rem;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.navmenu > li > a:hover {
color: #fd5309; }
/** ========= FlexMenu ========= **/
.navmenu li.flexMenu-viewMore > a {
color: #ffffff;
font-size: 1.6rem; }
.flexMenu-popup {
background: #ffffff;
list-style: none;
padding: 2.5rem;
border-radius: 1rem;
margin: 0;
position: relative;
z-index: 100000; }
.flexMenu-popup li a {
color: #868686;
font-family: "M_B";
display: block;
text-decoration: none;
padding: 0.5rem 1rem;
font-size: 1.3rem; }
.flexMenu-popup li a:hover {
color: #fd5309; }
.header {
background: #fff url("../img/banner_fon.png") no-repeat;
background-size: cover; }
.header__menu {
min-height: 15rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.header__menu--item .btn-group button {
background: none;
color: #ffffff;
font-family: "M_L";
font-size: 1.4rem;
border: none !important; }
.header__menu--item .btn-group button img {
max-width: 1.5rem;
min-width: 1.5rem;
min-height: 1rem;
max-height: 1rem;
-o-object-fit: cover;
object-fit: cover; }
.header__menu--img {
max-width: 10rem;
min-width: 10rem;
max-height: 10rem;
min-height: 10rem;
-o-object-fit: contain;
object-fit: contain; }
.header__menu .call_and_email {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.header__menu .call_and_email > a {
color: #ffffff; }
.header__menu .call_and_email .fa {
margin: .5rem; }
.header__menu--call {
font-size: 2rem;
font-family: "M_B";
font-weight: bold;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative; }
.header__menu--call .block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.header__menu--call .span__hover {
position: absolute;
bottom: -2rem;
font-size: 1.3rem;
font-family: "M_R";
color: #fd5309 !important; }
.header__menu--email {
padding-left: 3rem;
font-family: "M_R";
font-size: 1.6rem; }
@media screen and (max-width: 1024px) {
.header__menu {
min-height: 12rem; }
.call_and_email {
display: none !important;
background-color: red; } }
@media screen and (max-width: 540px) {
.call__none {
display: none; }
.header .order-1 {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.flexMenu-popup {
right: 2rem; } }
.slider {
color: #ffffff;
padding-bottom: 10rem; }
.slider--item {
padding: 1rem !important;
outline: none; }
.slider__italictext {
font-family: "M_B";
font-style: italic;
font-size: 2rem;
margin-top: 7rem; }
.slider__headtext {
font-family: "US_H";
font-size: 6rem;
font-style: italic;
margin-top: 1.8rem; }
.slider__ptext {
font-family: "M_M";
font-size: 1.8rem;
max-width: 65%;
margin: 2.8rem 0 5rem; }
.slider__link {
outline: none;
font-family: "M_B";
color: #ffffff;
font-size: 1.6rem;
min-width: 26rem;
max-width: 26rem;
text-align: center;
display: block;
padding: 1.5rem 0;
border-radius: 3rem;
background-image: -webkit-gradient(linear, left top, right top, from(#C53C00), color-stop(#D44202), color-stop(#F04E07), to(#FF5409));
background-image: -webkit-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: -o-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: linear-gradient(to right, #C53C00, #D44202, #F04E07, #FF5409);
background-color: green;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
position: relative;
margin-left: 0.5rem;
margin-top: 0.5rem; }
.slider__link::after {
content: "";
position: absolute;
display: block;
z-index: -1;
left: -0.5rem;
top: -0.5rem;
background-color: #C63C00;
opacity: 0.4;
width: 105%;
height: 120%;
border-radius: 3rem; }
.slider__link:hover {
color: #ffffff;
-webkit-box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00;
box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00; }
.mensenjer {
-webkit-transform: translateY(4rem);
-ms-transform: translateY(4rem);
transform: translateY(4rem); }
.mensenjer a {
font-size: 2rem;
margin-right: 1rem;
display: inline !important; }
.mensenjer a img {
max-width: 2.5rem;
min-width: 2.5rem;
max-height: 2.5rem;
min-height: 2.5rem;
-o-object-fit: contain;
object-fit: contain; }
@media screen and (max-width: 1200px) and (min-width: 796px) {
.slider__italictext {
font-size: 1.8rem;
margin-top: 7rem; }
.slider__headtext {
font-size: 4.5rem; }
.slider__ptext {
font-size: 1.6rem; }
.slider__link {
font-size: 1.4rem; } }
@media screen and (max-width: 765px) and (min-width: 425px) {
.slider {
text-align: center; }
.slider__italictext {
font-size: 1.8rem;
margin-top: 2rem; }
.slider__headtext {
font-size: 3.5rem; }
.slider__ptext {
font-size: 1.4rem;
max-width: 100%; }
.slider__link {
font-size: 1.4rem;
margin: 0 auto; } }
@media screen and (max-width: 424px) {
.slider {
text-align: center; }
.slider__italictext {
font-size: 1.3rem;
margin-top: 0rem; }
.slider__headtext {
font-size: 2.5rem; }
.slider__ptext {
font-size: 1.4rem;
max-width: 100%; }
.slider__link {
min-width: 22rem;
max-width: 22rem;
font-size: 1.4rem;
margin: 0 auto; } }
.pochemu {
padding: 10rem 0; }
.pochemu__wrapper {
position: relative; }
.pochemu__wrapper::before {
content: "";
position: absolute;
display: block;
width: 30rem;
height: 30rem;
-webkit-transform: translate(-10%, -10%);
-ms-transform: translate(-10%, -10%);
transform: translate(-10%, -10%);
background: url("../img/square.png") no-repeat; }
.pochemu__left--head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative; }
.pochemu__left--head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.pochemu__left--head span {
color: #126a23; }
.pochemu__left--text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
margin-top: 1rem; }
.pochemu__left--link {
font-family: "M_EB";
color: #126a23;
font-size: 1.6rem;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s; }
.pochemu__left--link:hover {
background-color: #126a23;
color: #ffffff;
padding: 0.5rem 1rem;
border-radius: 1rem; }
.pochemu__right {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 3rem; }
.pochemu__right--item:hover .pochemu__right--img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.pochemu__right .rblog {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.pochemu__right--img {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
max-width: 6rem;
min-width: 6rem;
max-height: 6rem;
min-height: 6rem;
-o-object-fit: contain;
object-fit: contain;
margin-right: 1rem; }
.pochemu__right--avtor {
font-family: "M_B";
color: #000000;
font-size: 1.3rem; }
.pochemu__right--text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
margin-top: 1rem; }
@media screen and (min-width: 940px) and (max-width: 1200px) {
.pochemu__right {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; } }
@media screen and (min-width: 768px) and (max-width: 939px) {
.pochemu__right {
margin-top: 3rem; } }
@media screen and (min-width: 425px) and (max-width: 767px) {
.pochemu__left {
text-align: center; }
.pochemu__left--head {
font-size: 2.6rem; }
.pochemu__left--head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.pochemu__right {
margin-top: 3rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; } }
@media screen and (max-width: 424px) {
.pochemu {
padding: 5rem 0; }
.pochemu__left {
text-align: center; }
.pochemu__left--head {
font-size: 2.6rem; }
.pochemu__left--head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.pochemu__right {
margin-top: 2rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.pochemu__right .rblog {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.pochemu__right--avtor {
text-align: center; }
.pochemu__right--text {
text-align: center; } }
.obuch {
background: #ECECEC url("../img/obuch__fon.png") no-repeat;
background-size: cover;
padding: 10rem 0 7rem; }
.obuch__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative;
text-align: center; }
.obuch__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.obuch__head span {
color: #126a23; }
.obuch__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.obuch__wrapper {
padding-top: 5rem; }
.obuch__left .nav-item {
min-height: 5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 1rem; }
.obuch__left .nav-item:hover .nav-link {
color: #fd5309; }
.obuch__left .nav-link {
font-family: "M_B";
color: #000000;
font-size: 1.3rem; }
.obuch__right {
padding: 5rem;
padding-right: 10rem;
max-width: 80%;
background: #ffffff url("../img/obuch__dot.png") no-repeat;
border-radius: 2rem;
position: relative; }
.obuch__right--head {
font-family: "US_H";
font-size: 2.2rem;
color: #000000; }
.obuch__right--text1 {
font-family: "M_M";
font-size: 1.8rem;
color: #000000;
margin-top: 1rem; }
.obuch__right--text {
margin-top: 1.5rem;
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d; }
.obuch__right--link ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.obuch__right--link ul li {
font-family: "M_B";
color: #000000;
font-size: 1.3rem; }
.obuch__right--img {
position: absolute;
right: 0;
-webkit-transform: translateX(80%);
-ms-transform: translateX(80%);
transform: translateX(80%);
top: 10%;
overflow: hidden;
border-radius: 1rem; }
.obuch__right--img img {
max-width: 27rem;
min-width: 27rem;
max-height: 32rem;
min-height: 32rem;
-o-object-fit: cover;
object-fit: cover;
-webkit-animation: 10s my_animation linear infinite;
animation: 10s my_animation linear infinite; }
.nav-active {
background-image: -webkit-gradient(linear, right top, left top, from(#03971F), color-stop(#048419), color-stop(#076610), to(#08590C));
background-image: -webkit-linear-gradient(right, #03971F, #048419, #076610, #08590C);
background-image: -o-linear-gradient(right, #03971F, #048419, #076610, #08590C);
background-image: linear-gradient(to left, #03971F, #048419, #076610, #08590C); }
.nav-active .nav-link {
color: #ffffff !important; }
.nav-active .nav-link::before {
content: "";
display: inline-block;
width: 3rem;
height: 0.5rem;
background-color: #ffffff;
-webkit-transform: skew(-30deg);
-ms-transform: skew(-30deg);
transform: skew(-30deg);
margin: 0 1rem; }
@-webkit-keyframes my_animation {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
75% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes my_animation {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
75% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@media screen and (min-width: 992px) and (max-width: 1250px) {
.obuch__right--img {
display: none; } }
@media screen and (max-width: 991px) and (min-width: 768px) {
.obuch {
padding: 7rem 0 3.5rem; }
.obuch__head {
font-size: 2.6rem; }
.obuch__wrapper {
padding: 1rem;
padding-top: 3.5rem; }
.obuch__left .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 2.5rem; }
.obuch__left .nav-item {
min-height: 3.5rem; }
.obuch__right {
padding: 3.5rem;
padding-right: 7rem; }
.obuch__right--head {
font-size: 1.8rem; }
.obuch__right--text1 {
font-size: 1.6rem; }
.obuch__right--text {
font-size: 1.3rem; }
.obuch__right--link ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.obuch__right--link ul li {
margin-top: 0.5rem; }
.obuch__right--img {
top: 1%; }
.obuch__right--img img {
max-width: 25rem;
min-width: 25rem;
max-height: 30rem;
min-height: 30rem; } }
@media screen and (max-width: 767px) and (min-width: 425px) {
.obuch {
padding: 7rem 0; }
.obuch__head {
font-size: 2.6rem; }
.obuch__wrapper {
padding: 1rem; }
.obuch__left .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 2.5rem; }
.obuch__left .nav-item {
min-height: 3.5rem; }
.obuch__right {
max-width: 100% !important;
padding: 2.5rem; }
.obuch__right--head {
text-align: center;
font-size: 1.8rem; }
.obuch__right--text1 {
text-align: center;
font-size: 1.5rem; }
.obuch__right--text {
font-size: 1.3rem;
text-align: center; }
.obuch__right--link ul {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.obuch__right--link ul li {
margin-top: 0.5rem; }
.obuch__right--img {
display: none; } }
@media screen and (max-width: 424px) {
.obuch {
padding: 6rem 0; }
.obuch__head {
font-size: 2.6rem; }
.obuch__wrapper {
padding: 1rem; }
.obuch__left .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 2.5rem; }
.obuch__left .nav-link {
font-size: 1.2rem; }
.obuch__left .nav-item {
min-height: 3.5rem; }
.obuch__right {
max-width: 100% !important;
padding: 2.5rem; }
.obuch__right--head {
text-align: center;
font-size: 1.8rem; }
.obuch__right--text1 {
text-align: center;
font-size: 1.5rem; }
.obuch__right--text {
font-size: 1.3rem;
text-align: center; }
.obuch__right--link ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.obuch__right--link ul li {
margin-top: 0.5rem; }
.obuch__right--img {
display: none; }
.nav-active .nav-link::before {
width: 2rem; } }
.triner {
padding: 11rem 0 7rem; }
.triner .conta__soya {
position: relative; }
.triner__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative; }
.triner__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.triner__head span {
color: #126a23; }
.triner__soya {
font-size: 9rem;
color: #e7e7e7;
font-family: "US_H";
font-style: italic;
position: absolute;
top: 0;
z-index: -1;
left: 0; }
.triner__wrapper {
padding-top: 9rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 3rem; }
.triner__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.triner__item:hover .triner__item--img img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.triner__item--img {
max-width: 27rem;
min-width: 27rem;
max-height: 31rem;
min-height: 31rem;
-o-object-fit: contain;
object-fit: contain;
overflow: hidden; }
.triner__item--img img {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
.triner__about {
min-height: 32rem;
background-color: #F6F6F6;
border: 0.1rem solid #F6F6F6;
padding: 3.5rem;
-webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 5% 25%, 0 22.5%, 5% 20%, 5% 0%);
clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 5% 25%, 0 22.5%, 5% 20%, 5% 0%);
-webkit-transform: translateX(-7%);
-ms-transform: translateX(-7%);
transform: translateX(-7%); }
.triner__about--name {
font-family: "M_B";
color: #000000;
font-size: 1.3rem; }
.triner__about ul {
padding: 0;
margin-top: 2rem; }
.triner__about ul li {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
list-style: none;
margin-bottom: 1rem; }
.triner__about ul li span {
color: #fd5309; }
.triner__item:nth-child(4n-1) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.triner__item:nth-child(4n-1) .triner__about {
-webkit-clip-path: polygon(0% 0%, 95% 0%, 95% 20%, 100% 22.5%, 95% 25%, 95% 100%, 0% 100%, 0% 0%);
clip-path: polygon(0% 0%, 95% 0%, 95% 20%, 100% 22.5%, 95% 25%, 95% 100%, 0% 100%, 0% 0%);
-webkit-transform: translateX(7%);
-ms-transform: translateX(7%);
transform: translateX(7%); }
.triner__item:nth-child(4n) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.triner__item:nth-child(4n) .triner__about {
-webkit-clip-path: polygon(0% 0%, 95% 0%, 95% 20%, 100% 22.5%, 95% 25%, 95% 100%, 0% 100%, 0% 0%);
clip-path: polygon(0% 0%, 95% 0%, 95% 20%, 100% 22.5%, 95% 25%, 95% 100%, 0% 100%, 0% 0%);
-webkit-transform: translateX(7%);
-ms-transform: translateX(7%);
transform: translateX(7%); }
.triner__item:nth-child(2n-3) .triner__item--img {
-webkit-transform: translateY(5%);
-ms-transform: translateY(5%);
transform: translateY(5%); }
.triner__item:nth-child(2n-2) .triner__item--img {
-webkit-transform: translateY(-5%);
-ms-transform: translateY(-5%);
transform: translateY(-5%); }
@media screen and (min-width: 1024px) and (max-width: 1150px) {
.triner__item--img {
max-width: 22rem;
min-width: 22rem;
max-height: 26rem;
min-height: 26rem;
-o-object-fit: cover;
object-fit: cover; }
.triner__about {
padding: 2.5rem;
min-height: 26rem; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
.triner {
padding: 9rem 0 5rem; }
.triner__soya {
display: none; }
.triner__item {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.triner__item--img {
max-width: 100%;
min-width: 100%;
max-height: 23rem !important;
min-height: 23rem !important;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important; }
.triner__item--img img {
max-width: 100%;
min-width: 100%; }
.triner__about {
min-height: 21rem;
padding: 3.5rem;
-webkit-clip-path: none !important;
clip-path: none !important;
-webkit-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
transform: translateX(0) !important; } }
@media screen and (max-width: 767px) {
.triner {
padding: 7rem 0 3.5rem; }
.triner__head {
font-size: 2.2rem;
text-align: center; }
.triner__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.triner__soya {
display: none; }
.triner__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding-top: 2rem; }
.triner__item {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.triner__item--img {
max-width: 100%;
min-width: 100%;
max-height: 23rem !important;
min-height: 23rem !important;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important; }
.triner__item--img img {
max-width: 100%;
min-width: 100%; }
.triner__about {
min-height: 21rem;
padding: 1.5rem;
-webkit-clip-path: none !important;
clip-path: none !important;
-webkit-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
transform: translateX(0) !important; }
.triner__about--name {
font-size: 1.3rem;
text-align: center; } }
.galareya__otziv {
padding: 9rem 0;
background: #F6F6F6;
-webkit-transform: skewY(3deg);
-ms-transform: skewY(3deg);
transform: skewY(3deg); }
.galareya__otziv--link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 3rem; }
.galareya__otziv--link a {
min-width: 27rem;
min-height: 5rem;
border: 0.1rem solid #08590C;
text-align: center;
line-height: 5rem;
font-family: "M_B";
color: #000000;
font-size: 1.3rem;
margin: 0 .5rem;
border-radius: 1rem; }
.galareya__otziv > * {
-webkit-transform: skewY(-3deg);
-ms-transform: skewY(-3deg);
transform: skewY(-3deg); }
.galareya__otziv .galareya__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative;
text-align: center; }
.galareya__otziv .galareya__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.galareya__otziv .galareya__head span {
color: #126a23; }
.galareya__otziv .galareya__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
/******FORM********/
.form {
padding: 40px 70px;
border-radius: 5px;
text-align: center;
width: 670px;
}
.form_title {
font-size: 18px;
color: rgb( 4, 133, 25 );
font-weight: 900;
text-transform: uppercase;
}
.form_text {
font-size: 18px;
color: #000;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 30px;
}
.form-title {
position: absolute;
top: -15px;
left: 15px;
font-size: 16px;
color: rgb( 0, 0, 0 );
line-height: 1.6;
padding: 5px 10px;
background: #fff;
}
.form-text {
height: 60px;
width: 100%;
border-radius: 10px;
border: 1px solid #dbdbdb;
padding: 5px 15px;
font-size: 21px;
outline: 0;
}
.form-text:hover, .form-textarea:hover {
border: 1px solid #126d23;
}
.form_col {
position: relative;
margin-bottom: 30px;
}
.form_col2 {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.form_col3 {
position: relative;
width: 47%;
}
.form-textarea {
height: 165px;
width: 100%;
border-radius: 10px;
border: 1px solid #dbdbdb;
padding: 15px 25px;
font-size: 21px;
outline: 0;
}
.form-send {
font-size: 16px;
color: rgb( 255, 255, 255 );
font-weight: bold;
cursor: pointer;
text-transform: uppercase;
line-height: 1.6;
padding: 20px 70px;
background: #e04704;
border: 5px solid rgba(255,187,157,0.7);
border-radius: 250px;
}
.form_save {
font-size: 16px;
color: rgb( 102, 102, 102 );
font-weight: bold;
text-decoration: underline !important;
background: url(../img/icon.png) 0 center no-repeat;
padding-left: 50px;
}
/*********MENU***********/
.navv {
list-style-type: none;
padding: 0;
width: 370px;
}
.navv_link {
padding: 30px;
font-size: 16px;
color: rgb( 40, 40, 40 );
font-weight: bold;
display: inline-block;
margin-bottom: 10px;
border-radius: 10px;
background: #fff;
border: 1px solid #efefef;
width: 350px;
transition: all 0.3s;
}
.vakansii .category__left--link {
background: none;
border-radius: 0;
}
.navv_link:hover {
background: #03921d;
color: #fff;
margin-left: 20px;
}
.nov .novosti__items {
padding: 0;
grid-template-columns: repeat(2, auto);
}
.spisok_title {
font-size: 16px;
color: rgb( 0, 0, 0 );
font-weight: bold;
font-family: "M_R";
margin-bottom: 15px;
margin-top: 25px;
}
.spisok {
padding-left: 15px;
list-style-type: square;
}
.spisok_nav {
font-size: 14px;
font-family: "M_R";
color: rgb( 102, 102, 102 );
line-height: 1.8;
}
.nashi .container, .kontakty .container {
padding: 0;
padding: 0 10px;
}
.kontakty .container {
display: flex;
justify-content: space-between;
}
.uchenik {
display: flex;
flex-wrap: wrap;
margin: -15px;
margin-top: 60px;
}
.uchenik_article {
width: 33.3%;
box-sizing: border-box;
overflow: hidden;
}
.uchenik_article_in {
margin: 15px;
box-sizing: border-box;
overflow: hidden;
}
.uchenik_block {
padding: 20px 25px;
padding-bottom: 30px;
background: #fff;
margin-left: 20px;
margin-top: -40px;
border-radius: 10px;
}
.uchenik_col {
display: flex;
justify-content: space-between;
}
.uchenik_title {
font-size: 16px;
color: rgb( 0, 0, 0 );
font-weight: 600;
}
.uchenik_year {
font-size: 13px;
color: rgb( 7, 98, 14 );
font-weight: 900;
text-transform: uppercase;
width: 90px;
margin-top: 5px;
}
.uchenik_text {
font-size: 13px;
font-family: "M_R";
color: rgb( 254, 104, 54 );
margin-top: 7px;
}
.contact {
padding-top: 50px;
width: 400px;
}
.contact_col {
display: flex;
margin-bottom: 20px;
}
.contact_block {
margin-left: 20px;
}
.contact_block-link {
font-size: 18px;
font-family: "M_R";
color: rgb( 14, 14, 14 );
font-weight: bold;
display: block;
}
.contact_block-link2 , .contact_block {
font-size: 16px;
font-family: "M_R";
color: rgb( 14, 14, 14 );
line-height: 1.2;
}
.contact .mensenjer {
transform: translateY(0rem);
margin-left: 20px;
}
.galareyan {
display: -ms-grid !important;
display: grid !important;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
grid-gap: 0rem;
padding: 5rem 0; }
.galeriyan_block {
position: relative;
}
.galareyan_arrow {
position: absolute;
bottom: 60px;
right: 20px;
display: flex;
align-items: center;
}
.galareyan_prew {
width: 50px;
height: 50px;
box-sizing: border-box;
border: 1px solid #d4d0d0;
border-radius: 5px;
background: #fff url(../img/media_arrow.png) center no-repeat;
margin-right: 15px;
cursor: pointer;
}
.galareyan_prew:hover {
background: #048a1b url(../img/media_arrow2.png) center no-repeat;
transform: rotate(180deg) !important;
}
.galareyan_next {
width: 50px;
height: 50px;
box-sizing: border-box;
border: 1px solid #d4d0d0;
border-radius: 5px;
background: #fff url(../img/media_arrow.png) center no-repeat;
transform: rotate(180deg);
cursor: pointer;
}
.galareyan_next:hover {
background: #048a1b url(../img/media_arrow2.png) center no-repeat;
transform: rotate(0deg) !important;
}
.video_first {
display: flex;
justify-content: space-between;
}
.video_first-col {
height: 430px;
width: 32%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.video_first-vid {
width: 66%;
height: 430px;
overflow: hidden;
}
.video_first-vid2 {
width: 100%;
height: 207px;
overflow: hidden;
}
.video_second {
display: flex;
justify-content: space-between;
margin-top: 30px;
align-items: center;
}
.video_second-vid {
width: 32%;
height: 210px;
overflow: hidden;
}
.galareya {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
grid-gap: 3rem;
padding: 5rem 0; }
.galareya--img {
overflow: hidden;
border: 0.5rem solid #ffffff;
border-radius: 1rem; }
.galareya--img img {
border-radius: 1rem;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
max-width: 100%;
min-width: 100%; }
.galareya--img img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.galareya__item1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.galareya__item1--img {
max-width: 100%;
min-width: 100%; }
.galareya__item1--img img {
max-height: 40rem;
min-height: 40rem; }
.galareya__item1--text {
min-height: 11rem;
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d; }
.galareya__item2 {
display: -ms-grid;
display: grid;
grid-gap: 1rem; }
.galareya__item2--img img {
-o-object-fit: fill;
object-fit: fill;
max-height: 25rem;
min-height: 25rem; }
.galareya__item3--link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.galareya__item3--link a {
font-family: "M_B";
color: #ffffff;
font-size: 1.6rem;
min-width: 26rem;
max-width: 26rem;
text-align: center;
display: block;
padding: 1.5rem 0;
border-radius: 3rem;
background-image: -webkit-gradient(linear, left top, right top, from(#C53C00), color-stop(#D44202), color-stop(#F04E07), to(#FF5409));
background-image: -webkit-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: -o-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: linear-gradient(to right, #C53C00, #D44202, #F04E07, #FF5409);
background-color: green;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
position: relative;
margin-left: 0.5rem;
margin-top: 0.5rem; }
.galareya__item3--link a::after {
content: "";
position: absolute;
display: block;
z-index: -1;
left: -0.5rem;
top: -0.5rem;
background-color: #C63C00;
opacity: 0.4;
width: 105%;
height: 120%;
border-radius: 3rem; }
.galareya__item3--link a:hover {
color: #ffffff;
-webkit-box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00;
box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00; }
.otziv {
padding: 5rem; }
.otziv__head {
text-align: center; }
.otziv__head h4 {
font-family: "M_B";
color: #4d4d4d;
font-size: 1.6rem; }
.otziv__head h4 span {
font-family: "M_R"; }
.otziv__slider .slick-arrow {
display: block;
color: #ffffff;
position: absolute;
top: 50%;
width: 4rem;
height: 4rem;
border-radius: 1rem;
font-size: 2.2rem;
text-align: center;
line-height: 4rem;
background-image: -webkit-gradient(linear, right top, left top, from(#03961E), to(#085A0C));
background-image: -webkit-linear-gradient(right, #03961E, #085A0C);
background-image: -o-linear-gradient(right, #03961E, #085A0C);
background-image: linear-gradient(to left, #03961E, #085A0C);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.otziv__slider .slick-arrow:hover {
background-image: -webkit-gradient(linear, right top, left top, from(#FD5309), color-stop(#EE4D07), to(#C73D00));
background-image: -webkit-linear-gradient(right, #FD5309, #EE4D07, #C73D00);
background-image: -o-linear-gradient(right, #FD5309, #EE4D07, #C73D00);
background-image: linear-gradient(to left, #FD5309, #EE4D07, #C73D00); }
.otziv__slider .slick-arrow > * {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.otziv__slider .ong {
right: -10%; }
.otziv__slider .chap {
left: -10%; }
.otziv__slider .slick-dots {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%); }
.otziv__slider .slick-dots button::before {
content: "";
background-image: -webkit-gradient(linear, right top, left top, from(#03961E), to(#085A0C));
background-image: -webkit-linear-gradient(right, #03961E, #085A0C);
background-image: -o-linear-gradient(right, #03961E, #085A0C);
background-image: linear-gradient(to left, #03961E, #085A0C);
width: 1.5rem;
height: 1.5rem;
border-radius: 0.2rem; }
.otziv__slider .slick-dots .slick-active button::before {
background-image: -webkit-gradient(linear, right top, left top, from(#FD5309), color-stop(#EE4D07), to(#C73D00));
background-image: -webkit-linear-gradient(right, #FD5309, #EE4D07, #C73D00);
background-image: -o-linear-gradient(right, #FD5309, #EE4D07, #C73D00);
background-image: linear-gradient(to left, #FD5309, #EE4D07, #C73D00); }
.otziv__slider--item {
outline: none;
padding: 5rem;
background: #ffffff url("../img/obuch__dot.png") no-repeat;
border-radius: 1rem;
margin-top: 2rem;
position: relative; }
.otziv__slider--item::before {
content: "";
position: absolute;
display: inline-block;
width: 2rem;
height: 2rem;
background-color: #ffffff;
left: 50%;
top: -1rem;
-webkit-transform: translateX(-50%) rotate(45deg);
-ms-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg); }
.otziv__slider--text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
text-align: center; }
.galareya-active {
background-image: -webkit-gradient(linear, right top, left top, from(#03971F), color-stop(#048419), color-stop(#076610), to(#08590C));
background-image: -webkit-linear-gradient(right, #03971F, #048419, #076610, #08590C);
background-image: -o-linear-gradient(right, #03971F, #048419, #076610, #08590C);
background-image: linear-gradient(to left, #03971F, #048419, #076610, #08590C);
color: #ffffff !important; }
@media screen and (max-width: 1200px) and (min-width: 1024px) {
.galareya__otziv {
padding: 1rem; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
.galareya__otziv--link {
padding-top: 2.5rem; }
.galareya__otziv--link a {
min-height: 3rem;
line-height: 3rem; }
.galareya__otziv .galareya__head {
font-size: 2.6rem; }
.galareya {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
padding: 5rem 1.5rem; }
.galareya__item3 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3; }
.galareya__item3--img {
display: none !important; }
.galareya__item3--link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; } }
@media screen and (max-width: 767px) {
.galareya__otziv {
padding: 7rem 1rem; }
.galareya__otziv--link {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 2rem; }
.galareya__otziv--link a {
min-height: 4rem;
margin-bottom: 0.5rem; }
.galareya__otziv .galareya__head {
font-size: 2.2rem; }
.galareya {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding: 3rem 1rem; }
.galareya__item1--img {
display: none; }
.galareya__item1--text {
min-height: 11rem;
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d; }
.galareya__item2 {
display: -ms-grid;
display: grid;
grid-gap: 1rem; }
.galareya__item2--img img {
-o-object-fit: fill;
object-fit: fill;
max-height: 25rem;
min-height: 25rem; }
.galareya__item3--img {
display: none; }
.galareya__item3--link a {
margin-top: 2rem;
max-width: 22.5rem !important; }
.otziv {
padding: 5rem 2rem; }
.otziv__head {
text-align: center; }
.otziv__head h4 {
font-family: "M_B";
color: #4d4d4d;
font-size: 1.5rem; }
.otziv__head h4 span {
font-family: "M_R"; }
.otziv__slider--item {
padding: 1.5rem; } }
.let {
padding: 10rem 0 4rem; }
.let__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative;
text-align: center; }
.let__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.let__head span {
color: #126a23; }
.let__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.let__text {
margin-top: 1rem;
font-family: "M_B";
color: #000000;
font-size: 1.3rem;
text-align: center; }
.let__text span {
color: #fd5309; }
.let__wrapper {
padding-top: 4rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 8rem; }
.let__left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly; }
.let__left--item {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
border: 0.1rem solid #E5E5E5;
padding: 0 3rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 14rem auto;
grid-template-columns: 14rem auto;
margin-bottom: 1rem;
border-radius: 1rem; }
.let__left--number {
font-size: 10rem;
font-family: "US_H";
font-style: italic;
color: #E5E5E5; }
.let__left--yosh {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.let__left--yosh p {
font-family: "M_EB";
font-size: 2.6rem; }
.let__left--yosh span {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
color: #fd5309; }
.let__right {
padding: 6rem;
border: 0.1rem solid #E5E5E5;
border-radius: 1rem;
background: #ffffff url("../img/obuch__dot.png") no-repeat; }
.let__right .form__head {
font-family: "M_B";
font-size: 1.6rem;
text-align: center; }
.let__right .form__text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
text-align: center;
margin-top: 1rem; }
.let__right fieldset {
margin-bottom: 2.5rem; }
.let__right fieldset legend {
font-family: "M_R";
font-size: 1.6rem; }
.let__right fieldset input {
min-height: 5rem;
border-radius: 0.5rem;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-family: "M_B";
font-size: 1.6rem;
color: #e4dfdf; }
.let__right .form__link {
font-family: "M_B";
color: #ffffff;
font-size: 1.6rem;
min-width: 26rem;
max-width: 26rem;
text-align: center;
display: block;
padding: 1.5rem 0;
border-radius: 3rem;
background-image: -webkit-gradient(linear, left top, right top, from(#C53C00), color-stop(#D44202), color-stop(#F04E07), to(#FF5409));
background-image: -webkit-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: -o-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: linear-gradient(to right, #C53C00, #D44202, #F04E07, #FF5409);
background-color: green;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
position: relative;
margin-left: 0.5rem;
margin-top: 0.5rem;
border: none;
margin: 0 auto; }
.let__right .form__link::after {
content: "";
position: absolute;
display: block;
z-index: -1;
left: -0.5rem;
top: -0.5rem;
background-color: #C63C00;
opacity: 0.4;
width: 105%;
height: 120%;
border-radius: 3rem; }
.let__right .form__link:hover {
color: #ffffff;
-webkit-box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00;
box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00; }
.let__right .form__link:hover {
-webkit-transform: translateY(-0.3rem);
-ms-transform: translateY(-0.3rem);
transform: translateY(-0.3rem); }
.let__right .form__link:active {
-webkit-transform: translateY(-0.1rem);
-ms-transform: translateY(-0.1rem);
transform: translateY(-0.1rem); }
.let .c__soya {
position: relative; }
.let .c__soya .let__soya {
position: absolute;
font-size: 10rem;
font-family: "US_H";
font-style: italic;
color: #E5E5E5;
top: 0;
left: 0;
z-index: -1; }
.let-active {
-webkit-transform: translateX(3rem);
-ms-transform: translateX(3rem);
transform: translateX(3rem);
color: #ffffff;
background-image: -webkit-gradient(linear, right top, left top, from(#03961F), color-stop(#048319), to(#08590C));
background-image: -webkit-linear-gradient(right, #03961F, #048319, #08590C);
background-image: -o-linear-gradient(right, #03961F, #048319, #08590C);
background-image: linear-gradient(to left, #03961F, #048319, #08590C); }
.let-active .let__left--number {
color: #136F1C; }
.let-active span {
color: #ffffff !important; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
.let {
padding: 7rem 0 4rem; }
.let__left--item {
-ms-grid-columns: 10rem auto;
grid-template-columns: 10rem auto; }
.let__left--number {
font-size: 7rem;
font-family: "US_H";
font-style: italic;
color: #E5E5E5; }
.let__left--yosh p {
font-size: 2.2rem; } }
@media screen and (max-width: 767px) and (min-width: 425px) {
.let__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.let__soya {
display: none; }
.let__left--number {
font-size: 5rem;
font-family: "US_H";
font-style: italic;
color: #E5E5E5; }
.let__left--yosh p {
font-size: 2rem; }
.let-active {
-webkit-transform: translateX(1rem);
-ms-transform: translateX(1rem);
transform: translateX(1rem); } }
@media screen and (max-width: 424px) {
.let__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 3rem; }
.let-active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.let__soya {
display: none; }
.let {
padding: 5rem 0 3rem; }
.let__head {
font-size: 2.6rem; }
.let__text {
font-size: 1.2rem;
line-height: 1.6rem; }
.let__left--item {
padding: 0 3rem;
-ms-grid-columns: 7rem auto;
grid-template-columns: 7rem auto; }
.let__left--number {
font-size: 5rem; }
.let__left--yosh p {
font-family: "M_EB";
font-size: 2rem; }
.let__right {
padding: 1rem; }
.let__right .form__head {
font-size: 1.3rem; }
.let__right .form__text {
font-size: 1.2rem; }
.let__right fieldset {
margin-bottom: 1.5rem; }
.let__right fieldset legend {
font-size: 1.3rem; }
.let__right fieldset input {
min-height: 3.5rem; }
.let__right .form__link {
min-height: 3.5rem; }
.let__right .form__link:hover {
-webkit-transform: translateY(-0.3rem);
-ms-transform: translateY(-0.3rem);
transform: translateY(-0.3rem); }
.let__right .form__link:active {
-webkit-transform: translateY(-0.1rem);
-ms-transform: translateY(-0.1rem);
transform: translateY(-0.1rem); } }
.novosti {
background: #F6F6F6;
padding: 12rem 0 9rem; }
.novosti__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative; }
.novosti__head {
position: relative;
z-index: 1;
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative; }
.novosti__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.novosti__head span {
color: #126a23; }
.novosti__soya {
font-size: 10rem;
color: #E6E6E6;
font-family: "US_H";
position: absolute;
top: 0;
left: -2rem;
font-style: italic; }
.novosti__link {
font-family: "M_EB";
color: #126a23;
font-size: 1.6rem; }
.novosti__link:hover {
color: #126a23; }
.novosti__items {
padding-top: 6rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: (auto)[3];
grid-template-columns: repeat(3, auto);
grid-gap: 3rem; }
.novosti__item {
position: relative;
overflow: hidden;
border-radius: 1rem; }
.novosti__item:hover .novosti__absolute {
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#126C23));
background-image: -webkit-linear-gradient(top, transparent, #126C23);
background-image: -o-linear-gradient(top, transparent, #126C23);
background-image: linear-gradient(180deg, transparent, #126C23); }
.novosti__item:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.novosti__item img {
max-width: 100%;
min-width: 100%;
max-height: 30rem;
min-height: 30rem;
-o-object-fit: cover;
object-fit: cover;
border-radius: 1rem;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
.novosti__absolute {
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
width: 100%;
height: 100%;
position: absolute;
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
background-image: -webkit-linear-gradient(top, transparent, #000);
background-image: -o-linear-gradient(top, transparent, #000);
background-image: linear-gradient(180deg, transparent, #000);
border-radius: 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 2.5rem;
color: #ffffff !important;
z-index: 10000; }
.novosti__absolute--top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.novosti__absolute--date, .novosti__absolute--eye {
font-family: "M_R";
font-size: 1.2rem; }
.novosti__absolute--eye span {
margin-right: 0.5rem; }
.novosti__absolute--bottom {
color: #ffffff;
font-size: 1.3rem;
font-weight: 700;
font-family: "M_B"; }
@media screen and (max-width: 968px) and (min-width: 600px) {
.novosti {
padding: 8rem 0 6rem; }
.novosti__items {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr; }
.novosti__item:nth-child(3) {
display: none; } }
@media screen and (max-width: 599px) {
.novosti {
padding: 7rem 0 6rem; }
.novosti__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.novosti__head {
font-size: 2.6rem; }
.novosti__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.novosti__link {
margin-top: 2rem; }
.novosti__soya {
display: none; }
.novosti__items {
padding-top: 2rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.novosti__item img {
max-height: 20rem;
min-height: 20rem; }
.novosti__item:not(:nth-child(1)) {
display: none; } }
@media screen and (max-width: 599px) and (min-width: 425px) {
.novosti__item img {
max-height: 24rem;
min-height: 24rem; } }
.faq {
padding: 10rem 0;
background: url("../img/square.png") no-repeat right bottom; }
.faq__wrapper {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 6.5rem; }
.faq__accordion {
position: relative; }
.faq__accordion .faq__soya {
position: absolute;
right: 0;
top: 0;
font-size: 10rem;
color: #E6E6E6;
font-family: "US_H";
-webkit-transform: rotate(-90deg) translate(-70%, 50%);
-ms-transform: rotate(-90deg) translate(-70%, 50%);
transform: rotate(-90deg) translate(-70%, 50%); }
.faq__accordion #accordion {
max-width: 80%; }
.faq__accordion--head {
font-family: "M_B";
color: #000000;
font-size: 1.3rem;
font-style: italic;
min-height: 4rem;
line-height: 4rem;
border-radius: 1rem !important;
background-color: #ffffff !important;
border: 0.1rem solid #E5E5E5;
position: relative;
z-index: 10;
text-transform: uppercase; }
.faq__accordion--head:hover {
border-color: #fd5309 !important;
color: #fd5309; }
.faq__accordion--body {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
padding: 2rem;
padding-top: 3rem !important;
-webkit-transform: translateY(-1rem);
-ms-transform: translateY(-1rem);
transform: translateY(-1rem);
border: none !important;
line-height: 1.8rem !important; }
.faq__accordion--link {
display: block;
max-width: 80%;
margin-top: 4rem;
text-align: right;
font-family: "M_EB";
color: #126a23;
font-size: 1.6rem; }
.faq__accordion--link:hover {
color: #126a23; }
.faq__pontyor {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr); }
.faq__pontyor--item {
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 1rem;
padding: 1rem;
border: 0.1rem solid #EAEAEA; }
.faq__pontyor--item img {
max-width: 17rem;
min-width: 17rem;
min-height: 14rem;
max-height: 14rem;
-o-object-fit: contain;
object-fit: contain; }
.ui-state-active {
background-image: -webkit-gradient(linear, right top, left top, from(#03971F), color-stop(#057F17), to(#08580B)) !important;
background-image: -webkit-linear-gradient(right, #03971F, #057F17, #08580B) !important;
background-image: -o-linear-gradient(right, #03971F, #057F17, #08580B) !important;
background-image: linear-gradient(to left, #03971F, #057F17, #08580B) !important;
outline: none;
border: none;
color: #ffffff !important; }
@media screen and (max-width: 768px) and (min-width: 425px) {
.faq {
padding: 6rem 0; }
.faq__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 5rem; }
.faq__accordion .faq__soya {
display: none; }
.faq__accordion #accordion {
max-width: 100%; }
.faq__accordion--link {
max-width: 100%;
margin-top: 3rem; }
.faq__pontyor {
display: -ms-grid;
display: grid; } }
@media screen and (max-width: 424px) {
.faq {
padding: 5.6rem 0; }
.faq__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 5rem; }
.faq__accordion {
text-align: center; }
.faq__accordion--head {
text-align: center;
padding: 0; }
.faq__accordion .faq__soya {
display: none; }
.faq__accordion #accordion {
max-width: 100%; }
.faq__accordion--link {
max-width: 100%;
margin-top: 3rem; }
.faq__pontyor {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.faq__pontyor--item img {
max-width: 16rem;
min-width: 16rem;
min-height: 10rem;
max-height: 10rem; }
.faq__accordion--link {
text-align: center; } }
.footer {
background: url("../img/footer__fon2.png") no-repeat;
background-size: cover;
padding: 20rem 0 10rem; }
.footer__wrapper {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
grid-gap: 4rem; }
.footer__item {
color: #ffffff !important; }
.footer__item a {
color: #ffffff !important; }
.footer__item--head {
font-family: "M_B";
font-size: 2.2rem;
margin-top: 2rem; }
.footer__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.footer__items .block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-right: 6rem; }
.footer__items .block a {
font-family: "M_R";
font-size: 1.4rem;
margin-top: 1rem; }
.footer__item1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.footer__item1 a {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
margin-top: 1rem;
text-align: center; }
.footer__logo {
display: block; }
.footer__call {
font-size: 2rem !important;
font-family: "M_B" !important;
font-weight: bold;
text-align: center;
margin-top: 3rem; }
.footer__link {
font-family: "M_B";
color: #ffffff;
font-size: 1.6rem;
min-width: 26rem;
max-width: 26rem;
text-align: center;
display: block;
padding: 1.5rem 0;
border-radius: 3rem;
background-image: -webkit-gradient(linear, left top, right top, from(#C53C00), color-stop(#D44202), color-stop(#F04E07), to(#FF5409));
background-image: -webkit-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: -o-linear-gradient(left, #C53C00, #D44202, #F04E07, #FF5409);
background-image: linear-gradient(to right, #C53C00, #D44202, #F04E07, #FF5409);
background-color: green;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
position: relative;
margin-left: 0.5rem;
margin-top: 0.5rem;
z-index: 1; }
.footer__link::after {
content: "";
position: absolute;
display: block;
z-index: -1;
left: -0.5rem;
top: -0.5rem;
background-color: #C63C00;
opacity: 0.4;
width: 105%;
height: 120%;
border-radius: 3rem; }
.footer__link:hover {
color: #ffffff;
-webkit-box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00;
box-shadow: 0 0 1rem #C63C00,0 0 2rem #C63C00; }
.footer .mensenjer {
margin-top: 2rem;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.footer__bottom {
background-color: #126a23;
color: #ffffff !important; }
.footer__bottom--wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 5rem; }
.footer__bottom--wrapper p {
font-family: "M_R";
font-size: 1.3rem;
margin-bottom: 0; }
.footer__bottom--wrapper .sozdat {
color: #ffffff;
font-family: "M_EB"; }
@media screen and (max-width: 1300px) {
.footer {
background-image: url("../img/footer__fon.png"); }
.footer__wrapper {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr; } }
@media screen and (max-width: 767px) and (min-width: 425px) {
.footer__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.footer__item--head {
text-align: center; }
.footer__items {
display: -ms-grid !important;
display: grid !important;
-ms-grid-columns: 1fr 1fr !important;
grid-template-columns: 1fr 1fr !important;
text-align: center; }
.footer__items .block {
padding-right: 0rem !important; }
.footer__bottom--wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 1rem; } }
@media screen and (max-width: 424px) {
.footer {
padding-bottom: 0 !important; }
.footer__wrapper {
-ms-grid-columns: 1fr !important;
grid-template-columns: 1fr !important; }
.footer__item--head {
text-align: center;
display: none; }
.footer__items {
display: none !important; }
.footer__items .block {
padding-right: 0rem !important; }
.footer__bottom--wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 1rem; } }
.menu2 {
background-color: #0A0A34;
padding: 0 !important; }
.menu2 .header__menu {
min-height: 9rem; }
.menu2 .header__menu--img {
max-width: 7rem;
min-width: 7rem;
max-height: 8rem;
min-height: 8rem; }
.way {
background: #222256 url("../img/way__fon.png") no-repeat;
padding: 3rem 0;
background-size: cover; }
.way__wrapper {
color: #ffffff !important; }
.way__wrapper a {
color: #ffffff;
font-family: "M_R";
font-size: 1.3rem; }
.way__wrapper a:hover {
color: #fd5309; }
.way-active {
color: #fd5309 !important; }
.way__head {
font-family: "US_H";
font-size: 3.2rem;
color: #ffffff;
margin-top: 6rem; }
.way__text {
font-family: "US_H";
color: #ffffff;
font-size: 1.6rem;
margin-top: 0.5rem; }
@media screen and (max-width: 767px) and (min-width: 425px) {
.way {
padding: 2rem 0; }
.way__head {
font-family: "US_H";
font-size: 2.8rem;
margin-top: 5rem;
text-align: center; }
.way__text {
font-size: 1.3rem;
text-align: center; } }
@media screen and (max-width: 424px) {
.menu2 .order-1 {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.way {
padding: 1.5rem 0; }
.way__head {
font-family: "US_H";
font-size: 2.2rem;
margin-top: 3rem;
text-align: center; }
.way__text {
font-size: 1.3rem;
text-align: center; } }
.category {
padding: 6rem 0; }
.category__head {
font-family: "M_B";
color: #000000;
font-size: 1.8rem; }
.category__wrapper {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 2fr;
grid-template-columns: 1fr 2fr;
grid-gap: 3rem;
padding: 3rem 0; }
.category__left--link {
background-color: #F7F7F7;
padding: 2rem;
border-radius: 1rem; }
.category__left--link .category-link {
display: block;
font-family: "M_B";
color: #000000;
font-size: 1.3rem;
font-style: italic;
text-transform: uppercase;
padding: 1rem 0;
border-bottom: 0.1rem solid #EDEDED; }
.category-active {
color: #fd5309 !important; }
.category__right--img {
max-width: 100%;
min-width: 100%;
-o-object-fit: cover;
object-fit: cover;
min-height: 45.5rem;
max-height: 45.5rem; }
.category__right--text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
margin-top: 2rem; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
.category {
padding: 4rem 0; }
.category__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding-top: 0.5rem; }
.category__left--link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; } }
@media screen and (max-width: 767px) {
.category {
padding: 3rem 0; }
.category__wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding-top: 0.5rem; }
.category__left {
padding: 0; }
.category__left--link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.category__left--link .category-link {
border: 0;
padding: 0.5rem 1rem; }
.category__right--img {
max-height: 27rem;
min-height: 27rem; } }
.ob {
padding: 6rem 0; }
.ob__wrapper {
padding: 1rem 0;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 4rem; }
.ob__wrapper--left {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.ob__img {
padding-bottom: 5rem;
max-width: 70%;
min-height: 39rem;
max-height: 39rem;
-o-object-fit: cover;
object-fit: cover; }
.ob__logo {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 10;
border: 0.1rem solid #efeefe;
max-width: 30rem;
max-height: 33rem;
min-width: 30rem;
min-height: 33rem;
background-color: #ffffff;
padding: 3rem;
-webkit-transform: translate(70%, 10%);
-ms-transform: translate(70%, 10%);
transform: translate(70%, 10%); }
.ob__logo img {
max-width: 100%;
min-width: 100%;
max-height: 100%;
min-height: 100%;
-o-object-fit: contain;
object-fit: contain; }
.ob__text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
margin-bottom: 2rem; }
@media screen and (max-width: 1023px) and (min-width: 768px) {
.ob__logo {
display: none; }
.ob__img {
max-width: 100%;
min-width: 100%; } }
@media screen and (max-width: 767px) and (min-width: 425px) {
.ob__wrapper {
grid-gap: 2rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.ob__logo {
display: none; }
.ob__img {
max-width: 100%;
min-width: 100%; }
.ob__text {
text-align: justify; } }
@media screen and (max-width: 424px) {
.ob__wrapper {
grid-gap: 2rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.ob__wrapper--left {
display: none; }
.ob__text {
text-align: justify; } }
.obslider1 {
background-color: #F6F6F6;
padding: 10rem 0 6.5rem; }
.obslider1__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative; }
.obslider1__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.obslider1__head span {
color: #126a23; }
.obslider1 .oslider1 {
margin: 0 -1.5rem;
margin-top: 3rem;
position: relative; }
.obslider1 .oslider1__item {
outline: none;
margin: 1.5rem;
overflow: hidden; }
.obslider1 .oslider1__item .block {
background-color: #ffffff;
max-width: 90%;
padding: 3rem;
border-radius: 1rem;
margin: 0 auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.obslider1 .oslider1__img {
max-width: 100%;
min-width: 100%;
max-height: 33rem;
min-height: 33rem;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-o-object-fit: cover;
object-fit: cover; }
.obslider1 .oslider1__img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.obslider1 .oslider1__avtor {
font-family: "M_B";
color: #000000;
font-size: 1.3rem;
font-size: 1.6rem; }
.obslider1 .oslider1__professi {
font-family: "M_R";
font-size: 1.3rem;
color: #fd5309; }
.ob__chap, .ob__ong {
background-color: green;
position: absolute;
bottom: 0;
width: 4rem;
height: 4rem;
border-radius: 1rem;
color: #ffffff;
font-size: 2.2rem;
text-align: center;
line-height: 4rem;
background-image: -webkit-gradient(linear, right top, left top, from(#03961E), to(#085A0C));
background-image: -webkit-linear-gradient(right, #03961E, #085A0C);
background-image: -o-linear-gradient(right, #03961E, #085A0C);
background-image: linear-gradient(to left, #03961E, #085A0C);
z-index: 1000;
border: 0.1rem solid #126a23; }
.ob__chap:hover, .ob__ong:hover {
color: #126a23;
background-image: none;
background-color: #FFFFFF !important;
border: 0.1rem solid #D4D0D0; }
.ob__chap {
left: 46%; }
.ob__ong {
right: 46%; }
.uchenik_img {
display: flex;
justify-content: center;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
.ob__chap {
left: 43%; }
.ob__ong {
right: 43%; } }
@media screen and (max-width: 767px) and (min-width: 425px) {
.ob__chap {
left: 39%; }
.ob__ong {
right: 39%; }
.obslider1 {
padding: 6rem 0 4rem; } }
@media screen and (max-width: 424px) {
.ob__chap {
left: 33%; }
.ob__ong {
right: 33%; }
.obslider1 {
padding: 6rem 0 4rem; }
.obslider1__head {
font-size: 2.6rem;
text-align: center; }
.obslider1__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.obslider1 .oslider1__img {
max-height: 27rem;
min-height: 27rem; }
.obslider1 .oslider1 .block {
padding: 1rem;
text-align: center; } }
.dosti {
padding: 10rem 0; }
.dosti__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative; }
.dosti__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.dosti__head span {
color: #126a23; }
.dosti__wrapper {
margin-top: 4rem; }
.dosti__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.dosti__item:nth-child(2n) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.dosti__left {
max-width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 4rem 5rem;
border: 0.1rem solid #efefee; }
.dosti__left--head {
font-family: "M_B";
color: #000000;
font-size: 1.3rem;
font-size: 1.8rem; }
.dosti__left--text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
font-size: 1.4rem; }
.dosti__left--link {
font-family: "M_EB";
color: #126a23 !important;
font-size: 1.6rem; }
.dosti__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.dosti__right--img {
max-width: 100%;
min-width: 100%;
-o-object-fit: cover;
object-fit: cover; }
.obslider2 {
padding-bottom: 7rem; }
.obslider2__item {
border: 0.1rem solid #F3F3F3;
border-radius: 1rem;
min-height: 15rem;
max-height: 15rem;
outline: none;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.sertifikat {
padding: 7rem 0; }
.sertifikat__head {
color: #000000;
font-size: 3.2rem;
font-family: "US_H";
font-style: italic;
position: relative; }
.sertifikat__head::before {
content: "";
position: absolute;
display: inline-block;
width: 10rem;
height: 0.5rem;
background-color: #126a23;
-webkit-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
top: -1.5rem; }
.sertifikat__head span {
color: #126a23; }
.sertifikat .obslider3 {
padding: 3rem 0 7rem;
margin: 0 -3rem; }
.sertifikat .obslider3__item {
margin: 0 3rem; }
.sertifikat__img {
max-width: 100%;
min-width: 100%;
max-height: 34rem;
min-height: 34rem;
-o-object-fit: contain;
object-fit: contain; }
@media screen and (max-width: 767px) {
.dosti__item {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.dosti__left {
max-width: 100%; } }
@media screen and (max-width: 425px) {
.dosti {
padding: 6rem 0; }
.dosti__head {
font-size: 2.6rem;
text-align: center; }
.dosti__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.dosti__left {
text-align: center;
padding: 1rem; }
.dosti__left--head {
font-size: 1.6rem; }
.dosti__left--link {
font-size: 1.4rem; }
.dosti__left--text {
font-size: 1.2rem; }
.sertifikat {
padding: 4rem 0; }
.sertifikat .obslider3 {
max-width: 100%;
min-width: 100%;
margin: 0; }
.sertifikat__head {
font-size: 2.6rem;
text-align: center; }
.sertifikat__head::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); } }
.obujeniya {
padding: 7rem 0; }
.obujeniya__head {
font-family: "M_B";
font-size: 3.2rem;
text-align: center; }
.obujeniya__head span {
color: #fd5309; }
.obujeniya__hover {
font-family: "M_B";
font-size: 1.3rem;
color: #fd5309;
text-align: center;
margin-top: 1rem; }
.obujeniya .let {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
grid-gap: 3rem;
padding: 5rem 0; }
.obujeniya .let-active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.obujeniya__text {
font-family: "M_R";
font-size: 1.3rem;
color: #4d4d4d;
font-size: 1.6rem; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
.obujeniya .let__left--item {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.obujeniya .let__left--number {
display: none; }
.obujeniya .let__left--yosh {
text-align: center; } }
@media screen and (max-width: 767px) {
.obujeniya {
padding: 3rem 0; }
.obujeniya .let {
grid-gap: 0rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr; }
.obujeniya__head {
font-size: 2.6rem; }
.obujeniya__text {
font-size: 1.2rem !important;
text-align: justify; } }
.search {
font-family: "M_B";
font-size: 1.3rem;
padding: 6rem 0 0; }
.search .container {
padding: 1rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1.5fr 2fr;
grid-template-columns: 1.5fr 2fr;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #FFF3E5; }
.search__wrapper form {
padding: 0rem 2.5rem !important;
border-right: 0.2rem solid #F4DFC7;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.search__wrapper form label {
margin-right: 1rem; }
.search__wrapper form #imya {
background-color: #ffffff;
min-height: 4rem;
border: none;
border-radius: 1rem; }
.search__wrapper form .btn {
background-image: -webkit-gradient(linear, right top, left top, from(#03961E), color-stop(#057715), to(#075C0D));
background-image: -webkit-linear-gradient(right, #03961E, #057715, #075C0D);
background-image: -o-linear-gradient(right, #03961E, #057715, #075C0D);
background-image: linear-gradient(to left, #03961E, #057715, #075C0D);
color: #ffffff;
min-height: 4rem;
min-width: 10rem;
border-radius: 1rem;
-webkit-transform: translateX(-1rem);
-ms-transform: translateX(-1rem);
transform: translateX(-1rem); }
.search .filter__wrapper form {
padding: 0rem 2.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.search .filter__wrapper form label {
margin: 0 1rem; }
.search .filter__wrapper form #vozrost, .search .filter__wrapper form #group {
background-color: #ffffff;
border: none;
min-height: 4rem;
padding: 1rem;
border-radius: 1rem; }
.search .filter__wrapper form input[type="submit"] {
margin-left: 1rem;
background-image: -webkit-gradient(linear, right top, left top, from(#03961E), color-stop(#057715), to(#075C0D));
background-image: -webkit-linear-gradient(right, #03961E, #057715, #075C0D);
background-image: -o-linear-gradient(right, #03961E, #057715, #075C0D);
background-image: linear-gradient(to left, #03961E, #057715, #075C0D);
color: #ffffff;
min-height: 4rem;
min-width: 10rem;
border-radius: 1rem;
border: none; }
.form-group {
margin: 0; }
.triner__page {
padding: 0; }
.pagenation__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 5rem 0; }
.pagenation__wrapper .pagen-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none; }
.pagenation__wrapper .pagen-link {
min-width: 4rem;
min-height: 4rem;
font-size: 1.6rem;
border-radius: 1rem;
line-height: 4rem;
text-align: center;
display: block;
color: #000000;
font-family: "M_B"; }
.pagenation__wrapper .pagen-active {
color: #ffffff !important;
background-image: -webkit-gradient(linear, right top, left top, from(#03961E), color-stop(#057715), to(#075C0D)) !important;
background-image: -webkit-linear-gradient(right, #03961E, #057715, #075C0D) !important;
background-image: -o-linear-gradient(right, #03961E, #057715, #075C0D) !important;
background-image: linear-gradient(to left, #03961E, #057715, #075C0D) !important; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
.search {
padding: 5rem 0 0; }
.search .container {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 1rem; }
.search__wrapper form {
border-right: 0; }
.search__wrapper form label {
margin-right: 0rem; }
.search__wrapper form #imya {
-webkit-transform: translateX(1rem);
-ms-transform: translateX(1rem);
transform: translateX(1rem); }
.search__wrapper form .btn {
-webkit-transform: translateX(0rem);
-ms-transform: translateX(0rem);
transform: translateX(0rem); }
.search .filter__wrapper form label {
margin: 0; } }
@media screen and (max-width: 767px) and (min-width: 425px) {
.search {
padding: 5rem 0 0; }
.search .container {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 1rem; }
.search__wrapper form {
display: -ms-grid !important;
display: grid !important;
-ms-grid-columns: 1fr 1fr !important;
grid-template-columns: 1fr 1fr !important;
border-right: 0; }
.search__wrapper form label {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 2;
grid-column-end: 3;
margin-right: 0rem; }
.search .filter__wrapper form {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 1rem; }
.search .filter__wrapper form label {
margin: 0; }
.search .filter__wrapper form input[type="submit"] {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 2;
grid-column-end: 3;
max-width: 50%;
margin: 0 auto; } }
@media screen and (max-width: 424px) {
.pagenation__wrapper {
padding: 2rem; }
.search {
padding: 5rem 0 0 0; }
.search .container {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 1rem; }
.search__wrapper form {
display: -ms-grid !important;
display: grid !important;
-ms-grid-columns: 1fr !important;
grid-template-columns: 1fr !important;
grid-gap: 1rem;
border-right: 0; }
.search__wrapper form label {
margin-right: 0rem; }
.search__wrapper form .btn {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.search .filter__wrapper form {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 1rem; }
.search .filter__wrapper form label {
margin: 0; }
.search .filter__wrapper form input[type="submit"] {
max-width: 50%;
margin: 0 auto; } }
html {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.container.head_title {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.kontakty .form_title {
margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
form.let__right.form.form-group {
width: 100%;
}
.galareyan {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 768px) {
.container.let__wrapper {
display: flex;
flex-direction: column;
justify-content: center;
}
.let__left {
width: 80%;
margin: auto;
}
.galareya__item2--img img {
max-height: 35rem;
}
.uchenik_block {
margin: 0;
}
}
@media screen and (max-width: 725px) {
}
@media screen and (max-width: 640px) {
.category__right .form {
width: 100%;
padding: 25px;
}
.kontakty .container {
flex-direction: column;
}
.uchenik_article {
width: 50%;
}
.form , .contact {
width: auto;
}
.galareya__item1 {
display: none;
}
.galareyan {
grid-template-columns: repeat(1, 1fr);
}
}
@media screen and (max-width: 480px) {
.form_col2 {
flex-direction: column;
}
.form {
padding: 15px;
}
.form_col3 {
width: 100%;
margin-top: 30px;
}
.video_first {
display: flex;
flex-direction: column;
}
.uchenik_article {
width: 100%;
}
.video_first-vid {
width: 100%;
height: 205px;
margin-bottom: 25px;
}
.video_first-vid2, .video_second-vid {
width: 100%;
height: 225px;
}
.video_first-col {
width: 100%;
}
.form_col33 {
margin-top: 0;
}
.video_second {
flex-direction: column;
}
}
@media screen and (max-width: 425px) {
.navv, .navv_link {
width: auto;
}
}
@media screen and (max-width: 375px) {
.footer__item.footer__item1 {
padding-bottom: 25px;
}
}
@media screen and (max-width: 320px) {
} | 0.248808 | 0.049912 |
body {
background-color: rgb(186, 130, 238);
}
#header-main {
font-family: Marker Felt, fantasy;
color: yellow;
font-size: 60px;
text-align: center;
text-shadow: -2px 0 blue, 0 1px blue, 1px 0 blue, 0 -2px blue;
}
#new-fokemon-form {
display: inline-grid;
background-color: gray;
border-color: black;
border-width: thick;
padding: 5px;
}
#create-form-container {
display: inline-grid;
width: 25%;
border: thick;
border-color: black;
border-style: solid;
padding: 5px;
float: left;
box-sizing: border-box;
background-color: gray;
font-weight: ;
}
.index-container {
grid-column-gap: 20px;
padding: 20px;
}
/* .card {
background-color: gray;
width: 25%;
justify-content: center;
padding: 20px;
display: inline-grid;
} */
.card .avatar {
justify-self: center;
height: 12rem;
width: 75%;
border: yellow solid 3px;
border-radius: 10px;
}
div #fokemon-name {
height: 10px;
background-color: yellow;
color: aliceblue;
font-weight: 500;
}
.card {
text-align: center;
border: yellow solid 3px;
border-radius: 10px;
width: 20%;
height: 100%;
display: inline-grid;
grid-template-rows: 100px, 30px;
margin: 1rem 2rem;
box-shadow: 4px 5px black;
background-color: gray;
}
.delete_button {
width: fit-content;
color: rgb(187, 36, 36);
background-color: black;
font-weight: bold;
border-radius: 10px;
border-color: rgb(187, 36, 36);
}
.delete_button:hover {
color: black;
background-color: red;
}
.training_button {
width: fit-content;
color: white;
background-color: green;
font-weight: bold;
border-radius: 10px;
border-color: white;
}
.training_button:hover {
background-color: white;
color: green;
}
.train_button:hover {
color: green;
background-color: white;
}
#training-field-container {
display: grid;
background-color: black;
height: fit-content;
width: 75%;
padding: 10px;
float: left;
box-sizing: border-box;
border-style: double;
border-width: 5px;
border-color: yellow;
color: white;
}
#trainer-name {
align-self: center;
width: fit-content;
height: fit-content;
display: grid;
float: left;
margin: 0px auto;
font-size: larger;
position: relative;
background-color: green;
color: white;
font-weight: bolder;
}
#training-field-header {
height: fit-content;
width: 100;
background-color: gray;
font-size: 45px;
text-align: center;
text-shadow: -2px 0 black, 0 1px black, 1px 0 black, 0 -2px black;
}
#train-button {
align-self: center;
width: fit-content;
height: fit-content;
display: grid;
float: left;
margin: 0px auto;
font-size: larger;
position: relative;
background-color: green;
color: white;
font-weight: bolder;
}
#train-button:hover {
background-color: white;
color: green;
}
#save-button {
visibility: hidden;
align-self: center;
width: fit-content;
height: fit-content;
display: grid;
float: left;
margin: 0px auto;
font-size: larger;
position: relative;
background-color: rgb(73, 73, 235);
color: white;
font-weight: bolder;
}
#avatarContainer {
width: 50%;
height: 50%;
background-color: gray;
align-self: center;
}
#trainingImage {
justify-self: center;
height: 12rem;
width: auto;
border: yellow solid 3px;
border-radius: 10px;
}
/* .something{
width: 940px;
height: 262px;
background-color: #220000;
position: absolute;
bottom: 0 ;
left: 50%;
margin-left: -470px;
} */
/* this is css that pops up a window in the middle of the screen overtope of everything else */ | frontend-js/css/style.css | body {
background-color: rgb(186, 130, 238);
}
#header-main {
font-family: Marker Felt, fantasy;
color: yellow;
font-size: 60px;
text-align: center;
text-shadow: -2px 0 blue, 0 1px blue, 1px 0 blue, 0 -2px blue;
}
#new-fokemon-form {
display: inline-grid;
background-color: gray;
border-color: black;
border-width: thick;
padding: 5px;
}
#create-form-container {
display: inline-grid;
width: 25%;
border: thick;
border-color: black;
border-style: solid;
padding: 5px;
float: left;
box-sizing: border-box;
background-color: gray;
font-weight: ;
}
.index-container {
grid-column-gap: 20px;
padding: 20px;
}
/* .card {
background-color: gray;
width: 25%;
justify-content: center;
padding: 20px;
display: inline-grid;
} */
.card .avatar {
justify-self: center;
height: 12rem;
width: 75%;
border: yellow solid 3px;
border-radius: 10px;
}
div #fokemon-name {
height: 10px;
background-color: yellow;
color: aliceblue;
font-weight: 500;
}
.card {
text-align: center;
border: yellow solid 3px;
border-radius: 10px;
width: 20%;
height: 100%;
display: inline-grid;
grid-template-rows: 100px, 30px;
margin: 1rem 2rem;
box-shadow: 4px 5px black;
background-color: gray;
}
.delete_button {
width: fit-content;
color: rgb(187, 36, 36);
background-color: black;
font-weight: bold;
border-radius: 10px;
border-color: rgb(187, 36, 36);
}
.delete_button:hover {
color: black;
background-color: red;
}
.training_button {
width: fit-content;
color: white;
background-color: green;
font-weight: bold;
border-radius: 10px;
border-color: white;
}
.training_button:hover {
background-color: white;
color: green;
}
.train_button:hover {
color: green;
background-color: white;
}
#training-field-container {
display: grid;
background-color: black;
height: fit-content;
width: 75%;
padding: 10px;
float: left;
box-sizing: border-box;
border-style: double;
border-width: 5px;
border-color: yellow;
color: white;
}
#trainer-name {
align-self: center;
width: fit-content;
height: fit-content;
display: grid;
float: left;
margin: 0px auto;
font-size: larger;
position: relative;
background-color: green;
color: white;
font-weight: bolder;
}
#training-field-header {
height: fit-content;
width: 100;
background-color: gray;
font-size: 45px;
text-align: center;
text-shadow: -2px 0 black, 0 1px black, 1px 0 black, 0 -2px black;
}
#train-button {
align-self: center;
width: fit-content;
height: fit-content;
display: grid;
float: left;
margin: 0px auto;
font-size: larger;
position: relative;
background-color: green;
color: white;
font-weight: bolder;
}
#train-button:hover {
background-color: white;
color: green;
}
#save-button {
visibility: hidden;
align-self: center;
width: fit-content;
height: fit-content;
display: grid;
float: left;
margin: 0px auto;
font-size: larger;
position: relative;
background-color: rgb(73, 73, 235);
color: white;
font-weight: bolder;
}
#avatarContainer {
width: 50%;
height: 50%;
background-color: gray;
align-self: center;
}
#trainingImage {
justify-self: center;
height: 12rem;
width: auto;
border: yellow solid 3px;
border-radius: 10px;
}
/* .something{
width: 940px;
height: 262px;
background-color: #220000;
position: absolute;
bottom: 0 ;
left: 50%;
margin-left: -470px;
} */
/* this is css that pops up a window in the middle of the screen overtope of everything else */ | 0.47098 | 0.092976 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600);
/* if use SSL (https://) >>> set the URL Source to https://fonts.googleapis.com/... to load google web-fonts */
.sep {width:1400px;margin: 0 auto;overflow: hidden;text-align:center}
.sep .image-hover {margin:20px 20px 20px 0px}
/****** image hover ******/
.image-hover * {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.image-hover {
position:relative;
width:300px;height:187.5px;
display:inline-block;
overflow:hidden;
background:#fff;
border:10px solid #fff;
box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
}
.image-hover a {text-decoration:none}
.image-hover img {margin:0px 0px 0px 0px}
/*** effect 3d image change ***/
.imagechange-3d-inner {position:absolute;top:0px;right:0px;bottom:0px;left:0px}
.imagechange-3d .imgchange-1 {opacity:1}
.imagechange-3d:hover .imgchange-1 {opacity:0}
.imagechange-3d .imgchange-2 {opacity:0}
.imagechange-3d:hover .imgchange-2 {opacity:1}
.imgchange-1 {position:absolute;top:0px;right:0px;bottom:0px;left:0px}
.imgchange-2 {position:absolute;top:0px;right:0px;bottom:0px;left:0px; background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;color:#8B5742;font-size:13px;}
.imagechange-3d div
{
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-ms-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}
.imagechange-3d
{
perspective:1000px;
-webkit-perspective:1000px;
-moz-perspective:1000px;
-ms-perspective:1000px;
-o-perspective:1000px;
}
.imagechange-3d-inner
{
transform-style:preserve-3d;
transition:all 1.0s linear;
-webkit-transform-style:preserve-3d;
-webkit-transition:all 1.0s linear;
-moz-transform-style:preserve-3d;
-moz-transition:all 1.0s linear;
-ms-transform-style:preserve-3d;
-ms-transition:all 1.0s linear;
-o-transform-style:preserve-3d;
-o-transition:all 1.0s linear;
}
.imagechange-3d:hover .imagechange-3d-inner
{
transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-ms-transform:rotateY(180deg);
-o-transform:rotateY(180deg);
}
.imgchange-2
{
transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-ms-transform:rotateY(180deg);
-o-transform:rotateY(180deg);
} | out/artifacts/SCUMarket_war_exploded/css/commodity.css |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600);
/* if use SSL (https://) >>> set the URL Source to https://fonts.googleapis.com/... to load google web-fonts */
.sep {width:1400px;margin: 0 auto;overflow: hidden;text-align:center}
.sep .image-hover {margin:20px 20px 20px 0px}
/****** image hover ******/
.image-hover * {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.image-hover {
position:relative;
width:300px;height:187.5px;
display:inline-block;
overflow:hidden;
background:#fff;
border:10px solid #fff;
box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
}
.image-hover a {text-decoration:none}
.image-hover img {margin:0px 0px 0px 0px}
/*** effect 3d image change ***/
.imagechange-3d-inner {position:absolute;top:0px;right:0px;bottom:0px;left:0px}
.imagechange-3d .imgchange-1 {opacity:1}
.imagechange-3d:hover .imgchange-1 {opacity:0}
.imagechange-3d .imgchange-2 {opacity:0}
.imagechange-3d:hover .imgchange-2 {opacity:1}
.imgchange-1 {position:absolute;top:0px;right:0px;bottom:0px;left:0px}
.imgchange-2 {position:absolute;top:0px;right:0px;bottom:0px;left:0px; background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;color:#8B5742;font-size:13px;}
.imagechange-3d div
{
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-ms-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}
.imagechange-3d
{
perspective:1000px;
-webkit-perspective:1000px;
-moz-perspective:1000px;
-ms-perspective:1000px;
-o-perspective:1000px;
}
.imagechange-3d-inner
{
transform-style:preserve-3d;
transition:all 1.0s linear;
-webkit-transform-style:preserve-3d;
-webkit-transition:all 1.0s linear;
-moz-transform-style:preserve-3d;
-moz-transition:all 1.0s linear;
-ms-transform-style:preserve-3d;
-ms-transition:all 1.0s linear;
-o-transform-style:preserve-3d;
-o-transition:all 1.0s linear;
}
.imagechange-3d:hover .imagechange-3d-inner
{
transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-ms-transform:rotateY(180deg);
-o-transform:rotateY(180deg);
}
.imgchange-2
{
transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-ms-transform:rotateY(180deg);
-o-transform:rotateY(180deg);
} | 0.386416 | 0.132318 |
nn-scroll-area {
overflow: auto;
padding: 0;
background: transparent;
border: 0;
border-radius: 0;
max-height: 100%;
width: 100%;
display: block;
scrollbar-width: thin;
scrollbar-color: #c0c0c0 rgb(249, 249, 249);
scrollbar-base-color: rgb(249, 249, 249);
scrollbar-highlight-color: rgb(249, 249, 249);
scrollbar-track-color: rgb(249, 249, 249);
scrollbar-face-color: #c0c0c0;
scrollbar-arrow-color: #c0c0c0;
scrollbar-shadow-color: #c0c0c0;
}
nn-scroll-area.no-horizontal {
overflow-x: hidden;
}
nn-scroll-area.no-vertical {
overflow-y: hidden;
}
nn-scroll-area::-webkit-scrollbar-thumb {
background: #c0c0c0;
border-radius: 25px;
}
nn-scroll-area::-webkit-scrollbar-track {
background: rgb(249, 249, 249);
border-radius: 25px;
}
nn-scroll-area::-webkit-scrollbar {
width: 7px;
height: 7px;
}
.nano-dark nn-scroll-area {
scrollbar-width: thin;
scrollbar-color: #6e6e6e #1b1b1b;
scrollbar-base-color: #1b1b1b;
scrollbar-highlight-color: #1b1b1b;
scrollbar-track-color: #1b1b1b;
scrollbar-face-color: #6e6e6e;
scrollbar-arrow-color: #6e6e6e;
scrollbar-shadow-color: #6e6e6e;
}
.nano-dark nn-scroll-area::-webkit-scrollbar-thumb {
background: #6e6e6e;
border-radius: 25px;
}
.nano-dark nn-scroll-area::-webkit-scrollbar-track {
background: #1b1b1b;
border-radius: 25px;
}
.nano-dark nn-scroll-area::-webkit-scrollbar {
width: 7px;
height: 7px;
}
nn-scroll-area:hover, nn-scroll-area.keep {
scrollbar-face-color: #c0c0c0;
scrollbar-arrow-color: #c0c0c0;
scrollbar-shadow-color: #c0c0c0;
}
nn-scroll-area:hover::-webkit-scrollbar-thumb, nn-scroll-area.keep::-webkit-scrollbar-thumb {
background: #c0c0c0;
}
nn-scroll-area.silver:hover, nn-scroll-area.silver.keep {
scrollbar-face-color: #c0c0c0;
scrollbar-arrow-color: #c0c0c0;
scrollbar-shadow-color: #c0c0c0;
}
nn-scroll-area.silver:hover::-webkit-scrollbar-thumb, nn-scroll-area.silver.keep::-webkit-scrollbar-thumb {
background: #c0c0c0;
}
nn-scroll-area.royal-purple:hover, nn-scroll-area.royal-purple.keep {
scrollbar-face-color: #64429c;
scrollbar-arrow-color: #64429c;
scrollbar-shadow-color: #64429c;
}
nn-scroll-area.royal-purple:hover::-webkit-scrollbar-thumb, nn-scroll-area.royal-purple.keep::-webkit-scrollbar-thumb {
background: #64429c;
}
nn-scroll-area.persian-red:hover, nn-scroll-area.persian-red.keep {
scrollbar-face-color: #d73333;
scrollbar-arrow-color: #d73333;
scrollbar-shadow-color: #d73333;
}
nn-scroll-area.persian-red:hover::-webkit-scrollbar-thumb, nn-scroll-area.persian-red.keep::-webkit-scrollbar-thumb {
background: #d73333;
}
nn-scroll-area.denim:hover, nn-scroll-area.denim.keep {
scrollbar-face-color: #116ec4;
scrollbar-arrow-color: #116ec4;
scrollbar-shadow-color: #116ec4;
}
nn-scroll-area.denim:hover::-webkit-scrollbar-thumb, nn-scroll-area.denim.keep::-webkit-scrollbar-thumb {
background: #116ec4;
}
nn-scroll-area.gold-tips:hover, nn-scroll-area.gold-tips.keep {
scrollbar-face-color: #e6b031;
scrollbar-arrow-color: #e6b031;
scrollbar-shadow-color: #e6b031;
}
nn-scroll-area.gold-tips:hover::-webkit-scrollbar-thumb, nn-scroll-area.gold-tips.keep::-webkit-scrollbar-thumb {
background: #e6b031;
}
nn-scroll-area.shamrock:hover, nn-scroll-area.shamrock.keep {
scrollbar-face-color: #34ce7e;
scrollbar-arrow-color: #34ce7e;
scrollbar-shadow-color: #34ce7e;
}
nn-scroll-area.shamrock:hover::-webkit-scrollbar-thumb, nn-scroll-area.shamrock.keep::-webkit-scrollbar-thumb {
background: #34ce7e;
}
nn-scroll-area.cod-grey:hover, nn-scroll-area.cod-grey.keep {
scrollbar-face-color: #1b1b1b;
scrollbar-arrow-color: #1b1b1b;
scrollbar-shadow-color: #1b1b1b;
}
nn-scroll-area.cod-grey:hover::-webkit-scrollbar-thumb, nn-scroll-area.cod-grey.keep::-webkit-scrollbar-thumb {
background: #1b1b1b;
}
nn-scroll-area.gravel:hover, nn-scroll-area.gravel.keep {
scrollbar-face-color: #6e6e6e;
scrollbar-arrow-color: #6e6e6e;
scrollbar-shadow-color: #6e6e6e;
}
nn-scroll-area.gravel:hover::-webkit-scrollbar-thumb, nn-scroll-area.gravel.keep::-webkit-scrollbar-thumb {
background: #6e6e6e;
}
nn-scroll-area.emerald:hover, nn-scroll-area.emerald.keep {
scrollbar-face-color: #5acf57;
scrollbar-arrow-color: #5acf57;
scrollbar-shadow-color: #5acf57;
}
nn-scroll-area.emerald:hover::-webkit-scrollbar-thumb, nn-scroll-area.emerald.keep::-webkit-scrollbar-thumb {
background: #5acf57;
}
nn-scroll-area.burn-orange:hover, nn-scroll-area.burn-orange.keep {
scrollbar-face-color: #f9722e;
scrollbar-arrow-color: #f9722e;
scrollbar-shadow-color: #f9722e;
}
nn-scroll-area.burn-orange:hover::-webkit-scrollbar-thumb, nn-scroll-area.burn-orange.keep::-webkit-scrollbar-thumb {
background: #f9722e;
}
nn-scroll-area.razzmatazz:hover, nn-scroll-area.razzmatazz.keep {
scrollbar-face-color: #da0040;
scrollbar-arrow-color: #da0040;
scrollbar-shadow-color: #da0040;
}
nn-scroll-area.razzmatazz:hover::-webkit-scrollbar-thumb, nn-scroll-area.razzmatazz.keep::-webkit-scrollbar-thumb {
background: #da0040;
}
nn-scroll-area.desert:hover, nn-scroll-area.desert.keep {
scrollbar-face-color: #a0613d;
scrollbar-arrow-color: #a0613d;
scrollbar-shadow-color: #a0613d;
}
nn-scroll-area.desert:hover::-webkit-scrollbar-thumb, nn-scroll-area.desert.keep::-webkit-scrollbar-thumb {
background: #a0613d;
}
nn-scroll-area.charcoal:hover, nn-scroll-area.charcoal.keep {
scrollbar-face-color: #444444;
scrollbar-arrow-color: #444444;
scrollbar-shadow-color: #444444;
}
nn-scroll-area.charcoal:hover::-webkit-scrollbar-thumb, nn-scroll-area.charcoal.keep::-webkit-scrollbar-thumb {
background: #444444;
} | css/scroll-area.css | nn-scroll-area {
overflow: auto;
padding: 0;
background: transparent;
border: 0;
border-radius: 0;
max-height: 100%;
width: 100%;
display: block;
scrollbar-width: thin;
scrollbar-color: #c0c0c0 rgb(249, 249, 249);
scrollbar-base-color: rgb(249, 249, 249);
scrollbar-highlight-color: rgb(249, 249, 249);
scrollbar-track-color: rgb(249, 249, 249);
scrollbar-face-color: #c0c0c0;
scrollbar-arrow-color: #c0c0c0;
scrollbar-shadow-color: #c0c0c0;
}
nn-scroll-area.no-horizontal {
overflow-x: hidden;
}
nn-scroll-area.no-vertical {
overflow-y: hidden;
}
nn-scroll-area::-webkit-scrollbar-thumb {
background: #c0c0c0;
border-radius: 25px;
}
nn-scroll-area::-webkit-scrollbar-track {
background: rgb(249, 249, 249);
border-radius: 25px;
}
nn-scroll-area::-webkit-scrollbar {
width: 7px;
height: 7px;
}
.nano-dark nn-scroll-area {
scrollbar-width: thin;
scrollbar-color: #6e6e6e #1b1b1b;
scrollbar-base-color: #1b1b1b;
scrollbar-highlight-color: #1b1b1b;
scrollbar-track-color: #1b1b1b;
scrollbar-face-color: #6e6e6e;
scrollbar-arrow-color: #6e6e6e;
scrollbar-shadow-color: #6e6e6e;
}
.nano-dark nn-scroll-area::-webkit-scrollbar-thumb {
background: #6e6e6e;
border-radius: 25px;
}
.nano-dark nn-scroll-area::-webkit-scrollbar-track {
background: #1b1b1b;
border-radius: 25px;
}
.nano-dark nn-scroll-area::-webkit-scrollbar {
width: 7px;
height: 7px;
}
nn-scroll-area:hover, nn-scroll-area.keep {
scrollbar-face-color: #c0c0c0;
scrollbar-arrow-color: #c0c0c0;
scrollbar-shadow-color: #c0c0c0;
}
nn-scroll-area:hover::-webkit-scrollbar-thumb, nn-scroll-area.keep::-webkit-scrollbar-thumb {
background: #c0c0c0;
}
nn-scroll-area.silver:hover, nn-scroll-area.silver.keep {
scrollbar-face-color: #c0c0c0;
scrollbar-arrow-color: #c0c0c0;
scrollbar-shadow-color: #c0c0c0;
}
nn-scroll-area.silver:hover::-webkit-scrollbar-thumb, nn-scroll-area.silver.keep::-webkit-scrollbar-thumb {
background: #c0c0c0;
}
nn-scroll-area.royal-purple:hover, nn-scroll-area.royal-purple.keep {
scrollbar-face-color: #64429c;
scrollbar-arrow-color: #64429c;
scrollbar-shadow-color: #64429c;
}
nn-scroll-area.royal-purple:hover::-webkit-scrollbar-thumb, nn-scroll-area.royal-purple.keep::-webkit-scrollbar-thumb {
background: #64429c;
}
nn-scroll-area.persian-red:hover, nn-scroll-area.persian-red.keep {
scrollbar-face-color: #d73333;
scrollbar-arrow-color: #d73333;
scrollbar-shadow-color: #d73333;
}
nn-scroll-area.persian-red:hover::-webkit-scrollbar-thumb, nn-scroll-area.persian-red.keep::-webkit-scrollbar-thumb {
background: #d73333;
}
nn-scroll-area.denim:hover, nn-scroll-area.denim.keep {
scrollbar-face-color: #116ec4;
scrollbar-arrow-color: #116ec4;
scrollbar-shadow-color: #116ec4;
}
nn-scroll-area.denim:hover::-webkit-scrollbar-thumb, nn-scroll-area.denim.keep::-webkit-scrollbar-thumb {
background: #116ec4;
}
nn-scroll-area.gold-tips:hover, nn-scroll-area.gold-tips.keep {
scrollbar-face-color: #e6b031;
scrollbar-arrow-color: #e6b031;
scrollbar-shadow-color: #e6b031;
}
nn-scroll-area.gold-tips:hover::-webkit-scrollbar-thumb, nn-scroll-area.gold-tips.keep::-webkit-scrollbar-thumb {
background: #e6b031;
}
nn-scroll-area.shamrock:hover, nn-scroll-area.shamrock.keep {
scrollbar-face-color: #34ce7e;
scrollbar-arrow-color: #34ce7e;
scrollbar-shadow-color: #34ce7e;
}
nn-scroll-area.shamrock:hover::-webkit-scrollbar-thumb, nn-scroll-area.shamrock.keep::-webkit-scrollbar-thumb {
background: #34ce7e;
}
nn-scroll-area.cod-grey:hover, nn-scroll-area.cod-grey.keep {
scrollbar-face-color: #1b1b1b;
scrollbar-arrow-color: #1b1b1b;
scrollbar-shadow-color: #1b1b1b;
}
nn-scroll-area.cod-grey:hover::-webkit-scrollbar-thumb, nn-scroll-area.cod-grey.keep::-webkit-scrollbar-thumb {
background: #1b1b1b;
}
nn-scroll-area.gravel:hover, nn-scroll-area.gravel.keep {
scrollbar-face-color: #6e6e6e;
scrollbar-arrow-color: #6e6e6e;
scrollbar-shadow-color: #6e6e6e;
}
nn-scroll-area.gravel:hover::-webkit-scrollbar-thumb, nn-scroll-area.gravel.keep::-webkit-scrollbar-thumb {
background: #6e6e6e;
}
nn-scroll-area.emerald:hover, nn-scroll-area.emerald.keep {
scrollbar-face-color: #5acf57;
scrollbar-arrow-color: #5acf57;
scrollbar-shadow-color: #5acf57;
}
nn-scroll-area.emerald:hover::-webkit-scrollbar-thumb, nn-scroll-area.emerald.keep::-webkit-scrollbar-thumb {
background: #5acf57;
}
nn-scroll-area.burn-orange:hover, nn-scroll-area.burn-orange.keep {
scrollbar-face-color: #f9722e;
scrollbar-arrow-color: #f9722e;
scrollbar-shadow-color: #f9722e;
}
nn-scroll-area.burn-orange:hover::-webkit-scrollbar-thumb, nn-scroll-area.burn-orange.keep::-webkit-scrollbar-thumb {
background: #f9722e;
}
nn-scroll-area.razzmatazz:hover, nn-scroll-area.razzmatazz.keep {
scrollbar-face-color: #da0040;
scrollbar-arrow-color: #da0040;
scrollbar-shadow-color: #da0040;
}
nn-scroll-area.razzmatazz:hover::-webkit-scrollbar-thumb, nn-scroll-area.razzmatazz.keep::-webkit-scrollbar-thumb {
background: #da0040;
}
nn-scroll-area.desert:hover, nn-scroll-area.desert.keep {
scrollbar-face-color: #a0613d;
scrollbar-arrow-color: #a0613d;
scrollbar-shadow-color: #a0613d;
}
nn-scroll-area.desert:hover::-webkit-scrollbar-thumb, nn-scroll-area.desert.keep::-webkit-scrollbar-thumb {
background: #a0613d;
}
nn-scroll-area.charcoal:hover, nn-scroll-area.charcoal.keep {
scrollbar-face-color: #444444;
scrollbar-arrow-color: #444444;
scrollbar-shadow-color: #444444;
}
nn-scroll-area.charcoal:hover::-webkit-scrollbar-thumb, nn-scroll-area.charcoal.keep::-webkit-scrollbar-thumb {
background: #444444;
} | 0.501465 | 0.040674 |
background: none;
text-align: center;
border: none;
margin: 0;
margin-left:1.5rem;
}
#maps-action-bar i {
padding:.5rem;
border-radius:.5rem;
}
#maps-action-bar .meetingName {
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
#maps-action-bar .mode{
background: rgba(0, 0, 0, .2);
}
#map, #map-view {
position:relative;
}
.member {
position:relative;
padding: .25rem;
color: #F2F5F7;
font-size: 1rem;
margin-left:2rem;
overflow:visible !important;
}
.member.online::before {
content:'';
position:absolute;
left:-1.25rem;
top:.55rem;
display:block;
height:.5rem;
width:.5rem;
border-radius:50%;
background:#F97B66;
}
.member span.ignored{
color:#F97B66;
}
.checkbox-parent{
margin-top:.5rem;
padding: .25rem;
padding-left:.5rem;
cursor:pointer;
}
.checkbox-parent i {
margin-right:.5rem;
}
.checkbox-parent.checked i, .checkbox-parent.checked div{
color:#03c3e2;
}
.checkbox{
margin: 0 8px;
float: left;
width: 14px;
height: 14px;
border-radius: 7px;
border: 2px solid white;
background: transparent;
}
.checkbox.checked{
background: white;
}
input[type='range']{
width: 90%;
margin: 1% 5%;
}
#sharingMenu, #settingsMenu {
position:absolute;
top:1rem;
right:1rem;
width:480px;
max-width:calc(100% - 2rem);
max-height:calc(100% - 1rem);
padding:1rem;
background:#21293a;
border-radius:.5rem;
border-top: 1rem solid #21293a;
border-bottom: 1rem solid #21293a;
filter: drop-shadow(0px 3px 3px rgba(0,0,0,.5));
-webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.5));
-moz-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.5));
}
#settingsMenu {
padding:0;
}
#sharingMenu::before, #settingsMenu::before {
position:absolute;
right:5rem;
top:-1.5rem;
content:'';
display:block;
width:1rem;
height:1rem;
background:#21293a;
transform:rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
#settingsMenu::before {
right:.54rem;
}
#settingsMenu .overflow-wrapper {
height:100%;
max-height:calc(100vh - 8rem);
width:100%;
overflow-y:auto;
position:relative;
padding:1rem;
}
#settingsMenu h3 {
display:inline-block;
}
#settingsMenu > .overflow-wrapper > div:not(.input-wrap) {
height:2.75rem;
overflow:hidden;
}
#settingsMenu > .overflow-wrapper > div.expand {
height:auto;
}
#settingsMenu > .overflow-wrapper > div.expand span.mdi {
transform:rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
}
.submenu {
cursor:pointer;
}
.submenu span.mdi {
transition:.2s;
}
.display-result {
color: black;
font-weight: 600;
}
.choose-result {
margin: 1em auto;
border-radius: 4px;
height: 2em;
background: #F97B66;
color: white;
text-align: center;
padding: .4em;
width: 8em;
} | app/styles/map.css | background: none;
text-align: center;
border: none;
margin: 0;
margin-left:1.5rem;
}
#maps-action-bar i {
padding:.5rem;
border-radius:.5rem;
}
#maps-action-bar .meetingName {
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
#maps-action-bar .mode{
background: rgba(0, 0, 0, .2);
}
#map, #map-view {
position:relative;
}
.member {
position:relative;
padding: .25rem;
color: #F2F5F7;
font-size: 1rem;
margin-left:2rem;
overflow:visible !important;
}
.member.online::before {
content:'';
position:absolute;
left:-1.25rem;
top:.55rem;
display:block;
height:.5rem;
width:.5rem;
border-radius:50%;
background:#F97B66;
}
.member span.ignored{
color:#F97B66;
}
.checkbox-parent{
margin-top:.5rem;
padding: .25rem;
padding-left:.5rem;
cursor:pointer;
}
.checkbox-parent i {
margin-right:.5rem;
}
.checkbox-parent.checked i, .checkbox-parent.checked div{
color:#03c3e2;
}
.checkbox{
margin: 0 8px;
float: left;
width: 14px;
height: 14px;
border-radius: 7px;
border: 2px solid white;
background: transparent;
}
.checkbox.checked{
background: white;
}
input[type='range']{
width: 90%;
margin: 1% 5%;
}
#sharingMenu, #settingsMenu {
position:absolute;
top:1rem;
right:1rem;
width:480px;
max-width:calc(100% - 2rem);
max-height:calc(100% - 1rem);
padding:1rem;
background:#21293a;
border-radius:.5rem;
border-top: 1rem solid #21293a;
border-bottom: 1rem solid #21293a;
filter: drop-shadow(0px 3px 3px rgba(0,0,0,.5));
-webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.5));
-moz-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.5));
}
#settingsMenu {
padding:0;
}
#sharingMenu::before, #settingsMenu::before {
position:absolute;
right:5rem;
top:-1.5rem;
content:'';
display:block;
width:1rem;
height:1rem;
background:#21293a;
transform:rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
#settingsMenu::before {
right:.54rem;
}
#settingsMenu .overflow-wrapper {
height:100%;
max-height:calc(100vh - 8rem);
width:100%;
overflow-y:auto;
position:relative;
padding:1rem;
}
#settingsMenu h3 {
display:inline-block;
}
#settingsMenu > .overflow-wrapper > div:not(.input-wrap) {
height:2.75rem;
overflow:hidden;
}
#settingsMenu > .overflow-wrapper > div.expand {
height:auto;
}
#settingsMenu > .overflow-wrapper > div.expand span.mdi {
transform:rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
}
.submenu {
cursor:pointer;
}
.submenu span.mdi {
transition:.2s;
}
.display-result {
color: black;
font-weight: 600;
}
.choose-result {
margin: 1em auto;
border-radius: 4px;
height: 2em;
background: #F97B66;
color: white;
text-align: center;
padding: .4em;
width: 8em;
} | 0.571408 | 0.076649 |
* {
list-style: none;
font-style: normal;
margin: 0;
padding: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input {
outline: none;
}
.btn {
user-select: none;
}
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
}
.clearboth {
clear: both;
}
.wrapper {
margin: 0 3.8%;
}
.container {
margin: 0 3.8%;
min-width: 1100px;
}
body {
min-width: 1200px;
font-size: 12px;
/* font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif; */
color: #282828;
}
.el-dialog {
box-shadow: none !important;
}
.el-table--border,
.el-table--group {
border-color: #f2f2f2 !important;
}
.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
border-color: #f2f2f2 !important;
}
.el-table td,
.el-table th.is-leaf {
border-color: #f2f2f2 !important;
}
.fob-header-nav {
width: 100%;
height: 57px;
padding-top: 10px;
background: url(../images/transnav.png) repeat-x;
}
.fob-header-nav .fob-logo {
background: url(../images/nelogo.png) no-repeat;
width: 104px;
height: 35px;
float: left;
background-size: 100%;
margin-top: 2px;
}
.fob-header-nav .fob-logo:hover {
background: url(../images/p.gif) no-repeat;
width: 104px;
height: 35px;
float: left;
background-size: 100%;
margin-top: 2px;
}
.fob-header-nav a {
color: #fff;
/* margin-right: 36px; */
}
.fob-header-nav .menu {
display: block;
float: left;
margin-left: 33px;
}
.fob-header-nav .menu>li {
float: left;
margin-left: 10px;
font-size: 16px;
min-width: 95px;
text-align: center;
padding-top: 6px;
transition: all 0.45s ease-in-out;
}
.fob-header-nav li.active span.active_line,
.fob-header-nav li:hover span.active_line {
width: 36px;
height: 2px;
background: #fff;
display: block;
margin: 6px auto 0 auto;
transition: all 0.5s ease;
}
.fob-header-nav li.active span.active_newline,
.fob-header-nav li:hover span.active_newline {
width: 68px;
}
.fob-header-nav .m-login {
float: right;
/* margin-top: 5px; */
}
.fob-header-nav .m-login .u-btn {
display: block;
float: left;
height: 30px;
line-height: 30px;
font-size: 16px;
}
.fob-header-nav .m-login .language {
background: url("../images/chinaIcon.png") 0 6px no-repeat;
padding-left: 30px;
margin-left: 0;
}
.fob-header-nav .m-login .register {
margin-left: 36px;
width: 94px;
border-radius: 15px;
text-align: center;
background: #fff;
}
.fob-header-nav .m-login .register a {
color: #072c4c;
}
.moveDown {
position: absolute;
top: 0;
width: 100%;
background: url("../images/transnav.png") no-repeat;
border-bottom: 1px solid transparent;
background-color: #072c4c;
z-index: 10;
}
.newDown {
position: absolute;
top: 0;
width: 100%;
background: transparent;
border-bottom: 1px solid transparent;
z-index: 9999;
}
.breadcrumb a {
color: #072c4c;
padding-left: 0.2em;
}
.breadcrumb .icon-feihang {
padding-right: 8px;
}
.breadcrumb .search-count {
float: right;
}
.breadcrumb .search-count span {
color: red;
}
.fob-foot {
width: 100%;
height: 65px;
background-color: #072c4c;
color: #fff;
padding-top: 15px;
}
.fob-foot .part_one{
display: flex;
justify-content: center;
margin-bottom: 4px;
}
.fob-foot .part_two{
display: flex;
justify-content: center;
}
.fob-foot p {
padding-right: 10px;
padding-left: 10px;
font-size: 12px;
}
.fob-foot p.tesp {
border: 0;
}
.fob-foot p.underline {
cursor: pointer;
}
.fob-foot p.underline:hover {
text-decoration: underline;
}
.fob-foot .xian_line {
display: inline-block;
width: 1px;
height: 12px;
background-color: #fff;
margin-top: 2px;
}
.goTop {
position: fixed;
right: -2px;
bottom: 100px;
text-align: center;
z-index: 999;
pointer-events: none;
}
.go-top {
width: 60px;
height: 60px;
border-top-left-radius: 4px;
background: url("../images/whitejiantou.png") center no-repeat;
background-color: rgb(7, 44, 76, 0.8);
margin-bottom: 60px;
cursor: pointer;
position: fixed;
right: 0;
bottom: 100px;
text-align: center;
z-index: 999;
}
.inline {
width: 60px;
height: 60px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
border-bottom-left-radius: 4px;
background: url("../images/whitkefu.png") center no-repeat;
background-color: rgb(7, 44, 76, 0.8);
cursor: pointer;
position: fixed;
right: 0;
bottom: 100px;
text-align: center;
z-index: 999;
}
.dropdown-search-first:not(.pol) {
/* max-width: 195px; */
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: left;
}
.el-autocomplete-suggestion {
width: auto !important;
}
.dropdown-search-second {
float: right;
margin-left: 10px;
}
.base-message-zindex {
z-index: 99999 !important;
}
/* 修改模板样式统一 */
.el-dialog {
border-radius: 4px !important;
}
.download-template .btn-primary {
color: #fff;
background-color: #ff9500;
border-color: #ff9500;
}
.download-template .btn-primary:hover {
color: #fff !important;
background-color: #e4882d;
border-color: #e4882d;
}
.el-dialog .download-template a {
color: #072c4c !important;
}
.el-dialog .download-template a:hover {
color: #072c4c !important;
}
.el-dialog .download-template .text-primary.font-weight-medium.ml-1 {
color: #072c4c !important;
}
.el-dialog .download-template .text-primary.font-weight-medium.ml-1:hover {
color: #072c4c !important;
}
.ship-a {
color: #072c4c !important;
}
.ship-a:hover {
color: #072c4c !important;
}
.nav-link.active.btn-success.waves-effect.waves-light {
color: #fff !important;
background-color: #072c4c !important;
border-color: #072c4c !important;
}
.btn.btn-success.waves-effect.waves-light.mt-2 {
color: #fff !important;
background-color: #ff9500 !important;
border-color: #ff9500 !important;
}
.v-modal {
background-color: rgba(40, 40, 40, .5) !important;
}
.maps .map--inner {
z-index: 0;
}
.el-input__inner {
padding: 0 10px !important;
}
.el-select-dropdown {
z-index: 3003 !important;
}
/* .el-select-dropdown__wrap{
max-height: 301px !important;
} */
.el-date-table td.current:not(.disabled) span {
background-color: #007ce3 !important;
}
.el-select-dropdown__item.selected {
color: #282828 !important;
}
.el-select-dropdown__item {
font-size: 12px !important;
color: #282828 !important;
}
.el-select-dropdown__item:hover {
padding-right: 14px;
background: #f2f2f2;
color: #007CE3 !important;
font-weight: bold;
}
.el-date-table td.disabled div {
background-color: #f2f2f2;
}
.el-date-table td.today span {
color: #072c4c !important;
}
.el-date-table td.current:not(.disabled) span {
color: #fff !important;
}
.el-tooltip__popper.is-dark {
background: rgb(7, 44, 76, 0.8) !important;
}
.el-tooltip__popper .popper__arrow {
border-width: 0px !important;
border-color: rgb(7, 44, 76, 0.8);
}
.el-tooltip__popper[x-placement^=top] .popper__arrow:after {
border-top-color: #395670 !important;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after {
border-bottom-color: #395670 !important;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow:after {
border-right-color: #395670 !important;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow:after {
border-left-color: #395670 !important;
}
.el-message-box {
width: 400px;
height: 138px;
padding: 20px;
border-radius: 6px !important;
}
.el-message-box--center .el-message-box__header {
padding: 0 !important;
}
.el-message-box__title {
font-size: 14px !important;
color: #282828 !important;
}
.el-message-box__content {
padding: 15px 0 !important;
}
.el-message-box__message {
font-size: 14px !important;
color: #282828 !important;
}
.el-message-box__btns {
padding: 0px !important;
}
.el-message-box__headerbtn {
font-size: 14px !important;
top: -3px !important;
right: 0px !important;
}
.el-button--small,
.el-button--small.is-round {
padding: 0 !important;
width: 106px;
height: 30px;
line-height: 30px;
background-color: #072c4c !important;
color: #fff;
font-size: 12px !important;
border-radius: 15px !important;
}
/* 目的港的滚动条 */
/* .myscrollbar::-webkit-scrollbar {
width: 6px;
height: 20px;
background: #fff;
margin-right: 2px;
}
.myscrollbar::-webkit-scrollbar-track {
background-color: #fff;
border-radius: 10px;
}
.myscrollbar::-webkit-scrollbar-thumb {
background-color: rgba(144,147,153,.5);
border-radius: 10px;
}
.myscrollbar::-webkit-scrollbar-thumb:hover {
background-color: rgba(93, 95, 99, 0.5);
border-radius: 10px;
} */
/* 船舶定位 滚动条 */
.Infor_content::-webkit-scrollbar {
width: 10px;
height: 6px;
margin-right: 2px;
}
.Infor_content::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
.Infor_content::-webkit-scrollbar-track-piece {
background-color: rgba(255, 255, 255, 0);
}
.Infor_content::-webkit-scrollbar-thumb {
background-color: rgba(144, 147, 153, .3);
border-radius: 10px;
}
.Infor_content::-webkit-scrollbar-thumb:hover {
background-color: rgba(144, 147, 153, .5);
border-radius: 10px;
}
.routeDetailAdd_option {
width: 231px !important;
}
/* 全局title属性变化 */
.popover-windown-title {
padding: 4px 6px;
background: rgba(7, 44, 76, .8);
color: #fff;
text-align: center;
border-radius: 4px;
z-index: 3000 !important;
white-space: nowrap;
} | src/assets/css/base.css | * {
list-style: none;
font-style: normal;
margin: 0;
padding: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input {
outline: none;
}
.btn {
user-select: none;
}
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
}
.clearboth {
clear: both;
}
.wrapper {
margin: 0 3.8%;
}
.container {
margin: 0 3.8%;
min-width: 1100px;
}
body {
min-width: 1200px;
font-size: 12px;
/* font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif; */
color: #282828;
}
.el-dialog {
box-shadow: none !important;
}
.el-table--border,
.el-table--group {
border-color: #f2f2f2 !important;
}
.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
border-color: #f2f2f2 !important;
}
.el-table td,
.el-table th.is-leaf {
border-color: #f2f2f2 !important;
}
.fob-header-nav {
width: 100%;
height: 57px;
padding-top: 10px;
background: url(../images/transnav.png) repeat-x;
}
.fob-header-nav .fob-logo {
background: url(../images/nelogo.png) no-repeat;
width: 104px;
height: 35px;
float: left;
background-size: 100%;
margin-top: 2px;
}
.fob-header-nav .fob-logo:hover {
background: url(../images/p.gif) no-repeat;
width: 104px;
height: 35px;
float: left;
background-size: 100%;
margin-top: 2px;
}
.fob-header-nav a {
color: #fff;
/* margin-right: 36px; */
}
.fob-header-nav .menu {
display: block;
float: left;
margin-left: 33px;
}
.fob-header-nav .menu>li {
float: left;
margin-left: 10px;
font-size: 16px;
min-width: 95px;
text-align: center;
padding-top: 6px;
transition: all 0.45s ease-in-out;
}
.fob-header-nav li.active span.active_line,
.fob-header-nav li:hover span.active_line {
width: 36px;
height: 2px;
background: #fff;
display: block;
margin: 6px auto 0 auto;
transition: all 0.5s ease;
}
.fob-header-nav li.active span.active_newline,
.fob-header-nav li:hover span.active_newline {
width: 68px;
}
.fob-header-nav .m-login {
float: right;
/* margin-top: 5px; */
}
.fob-header-nav .m-login .u-btn {
display: block;
float: left;
height: 30px;
line-height: 30px;
font-size: 16px;
}
.fob-header-nav .m-login .language {
background: url("../images/chinaIcon.png") 0 6px no-repeat;
padding-left: 30px;
margin-left: 0;
}
.fob-header-nav .m-login .register {
margin-left: 36px;
width: 94px;
border-radius: 15px;
text-align: center;
background: #fff;
}
.fob-header-nav .m-login .register a {
color: #072c4c;
}
.moveDown {
position: absolute;
top: 0;
width: 100%;
background: url("../images/transnav.png") no-repeat;
border-bottom: 1px solid transparent;
background-color: #072c4c;
z-index: 10;
}
.newDown {
position: absolute;
top: 0;
width: 100%;
background: transparent;
border-bottom: 1px solid transparent;
z-index: 9999;
}
.breadcrumb a {
color: #072c4c;
padding-left: 0.2em;
}
.breadcrumb .icon-feihang {
padding-right: 8px;
}
.breadcrumb .search-count {
float: right;
}
.breadcrumb .search-count span {
color: red;
}
.fob-foot {
width: 100%;
height: 65px;
background-color: #072c4c;
color: #fff;
padding-top: 15px;
}
.fob-foot .part_one{
display: flex;
justify-content: center;
margin-bottom: 4px;
}
.fob-foot .part_two{
display: flex;
justify-content: center;
}
.fob-foot p {
padding-right: 10px;
padding-left: 10px;
font-size: 12px;
}
.fob-foot p.tesp {
border: 0;
}
.fob-foot p.underline {
cursor: pointer;
}
.fob-foot p.underline:hover {
text-decoration: underline;
}
.fob-foot .xian_line {
display: inline-block;
width: 1px;
height: 12px;
background-color: #fff;
margin-top: 2px;
}
.goTop {
position: fixed;
right: -2px;
bottom: 100px;
text-align: center;
z-index: 999;
pointer-events: none;
}
.go-top {
width: 60px;
height: 60px;
border-top-left-radius: 4px;
background: url("../images/whitejiantou.png") center no-repeat;
background-color: rgb(7, 44, 76, 0.8);
margin-bottom: 60px;
cursor: pointer;
position: fixed;
right: 0;
bottom: 100px;
text-align: center;
z-index: 999;
}
.inline {
width: 60px;
height: 60px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
border-bottom-left-radius: 4px;
background: url("../images/whitkefu.png") center no-repeat;
background-color: rgb(7, 44, 76, 0.8);
cursor: pointer;
position: fixed;
right: 0;
bottom: 100px;
text-align: center;
z-index: 999;
}
.dropdown-search-first:not(.pol) {
/* max-width: 195px; */
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: left;
}
.el-autocomplete-suggestion {
width: auto !important;
}
.dropdown-search-second {
float: right;
margin-left: 10px;
}
.base-message-zindex {
z-index: 99999 !important;
}
/* 修改模板样式统一 */
.el-dialog {
border-radius: 4px !important;
}
.download-template .btn-primary {
color: #fff;
background-color: #ff9500;
border-color: #ff9500;
}
.download-template .btn-primary:hover {
color: #fff !important;
background-color: #e4882d;
border-color: #e4882d;
}
.el-dialog .download-template a {
color: #072c4c !important;
}
.el-dialog .download-template a:hover {
color: #072c4c !important;
}
.el-dialog .download-template .text-primary.font-weight-medium.ml-1 {
color: #072c4c !important;
}
.el-dialog .download-template .text-primary.font-weight-medium.ml-1:hover {
color: #072c4c !important;
}
.ship-a {
color: #072c4c !important;
}
.ship-a:hover {
color: #072c4c !important;
}
.nav-link.active.btn-success.waves-effect.waves-light {
color: #fff !important;
background-color: #072c4c !important;
border-color: #072c4c !important;
}
.btn.btn-success.waves-effect.waves-light.mt-2 {
color: #fff !important;
background-color: #ff9500 !important;
border-color: #ff9500 !important;
}
.v-modal {
background-color: rgba(40, 40, 40, .5) !important;
}
.maps .map--inner {
z-index: 0;
}
.el-input__inner {
padding: 0 10px !important;
}
.el-select-dropdown {
z-index: 3003 !important;
}
/* .el-select-dropdown__wrap{
max-height: 301px !important;
} */
.el-date-table td.current:not(.disabled) span {
background-color: #007ce3 !important;
}
.el-select-dropdown__item.selected {
color: #282828 !important;
}
.el-select-dropdown__item {
font-size: 12px !important;
color: #282828 !important;
}
.el-select-dropdown__item:hover {
padding-right: 14px;
background: #f2f2f2;
color: #007CE3 !important;
font-weight: bold;
}
.el-date-table td.disabled div {
background-color: #f2f2f2;
}
.el-date-table td.today span {
color: #072c4c !important;
}
.el-date-table td.current:not(.disabled) span {
color: #fff !important;
}
.el-tooltip__popper.is-dark {
background: rgb(7, 44, 76, 0.8) !important;
}
.el-tooltip__popper .popper__arrow {
border-width: 0px !important;
border-color: rgb(7, 44, 76, 0.8);
}
.el-tooltip__popper[x-placement^=top] .popper__arrow:after {
border-top-color: #395670 !important;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after {
border-bottom-color: #395670 !important;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow:after {
border-right-color: #395670 !important;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow:after {
border-left-color: #395670 !important;
}
.el-message-box {
width: 400px;
height: 138px;
padding: 20px;
border-radius: 6px !important;
}
.el-message-box--center .el-message-box__header {
padding: 0 !important;
}
.el-message-box__title {
font-size: 14px !important;
color: #282828 !important;
}
.el-message-box__content {
padding: 15px 0 !important;
}
.el-message-box__message {
font-size: 14px !important;
color: #282828 !important;
}
.el-message-box__btns {
padding: 0px !important;
}
.el-message-box__headerbtn {
font-size: 14px !important;
top: -3px !important;
right: 0px !important;
}
.el-button--small,
.el-button--small.is-round {
padding: 0 !important;
width: 106px;
height: 30px;
line-height: 30px;
background-color: #072c4c !important;
color: #fff;
font-size: 12px !important;
border-radius: 15px !important;
}
/* 目的港的滚动条 */
/* .myscrollbar::-webkit-scrollbar {
width: 6px;
height: 20px;
background: #fff;
margin-right: 2px;
}
.myscrollbar::-webkit-scrollbar-track {
background-color: #fff;
border-radius: 10px;
}
.myscrollbar::-webkit-scrollbar-thumb {
background-color: rgba(144,147,153,.5);
border-radius: 10px;
}
.myscrollbar::-webkit-scrollbar-thumb:hover {
background-color: rgba(93, 95, 99, 0.5);
border-radius: 10px;
} */
/* 船舶定位 滚动条 */
.Infor_content::-webkit-scrollbar {
width: 10px;
height: 6px;
margin-right: 2px;
}
.Infor_content::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
.Infor_content::-webkit-scrollbar-track-piece {
background-color: rgba(255, 255, 255, 0);
}
.Infor_content::-webkit-scrollbar-thumb {
background-color: rgba(144, 147, 153, .3);
border-radius: 10px;
}
.Infor_content::-webkit-scrollbar-thumb:hover {
background-color: rgba(144, 147, 153, .5);
border-radius: 10px;
}
.routeDetailAdd_option {
width: 231px !important;
}
/* 全局title属性变化 */
.popover-windown-title {
padding: 4px 6px;
background: rgba(7, 44, 76, .8);
color: #fff;
text-align: center;
border-radius: 4px;
z-index: 3000 !important;
white-space: nowrap;
} | 0.35354 | 0.098947 |
nav {
display: inline-block;
background-color: var(--color-background);
height: 100%;
width: 400px;
}
nav ul {
padding: 10px 20px 20px;
margin: 0;
}
nav li {
list-style-type: none;
font-size: 1.2em;
color: var(--color-text);
}
#nav-links {
max-height: calc(100% - 170px);
overflow: auto;
}
.nav-link {
color: var(--color-text-dark);
text-decoration: none;
padding: 20px 10px;
border-radius: 2px;
display: inline-block;
width: 335px;
}
.nav-link:hover {
color: var(--color-text);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.1);
}
.nav-header {
padding-top: 20px;
padding-bottom: 10px;
}
.nav-icon {
margin-right: 10px;
color: var(--color-text-dark);
}
main hr {
border: 1px solid var(--color-background);
}
.server-link {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
vertical-align: bottom;
}
.server-icon {
width: 25px;
height: 25px;
vertical-align: middle;
margin-right: 20px;
}
.page-header {
border-radius: 4px 0 0 4px;
margin-bottom: 20px;
}
.page-header, #bot-info, #user-info {
background-color: var(--color-background-light);
}
.bot-status-online {
color: var(--color-info);
}
.bot-status-offline {
color: var(--color-danger);
}
.plugin-help-header {
font-size: 1.2em;
display: block;
}
.plugin-description {
margin-top: 10px;
}
.command-entry {
display: block;
margin-top: 20px;
font-size: 0.9em;
}
.command-args {
color: var(--color-text-dark);
display: inline-block;
width: 150px;
}
.command {
font-weight: bold;
color: var(--color-primary-light);
display: inline-block;
width: 200px;
}
.plugin-help>span {
display: block;
}
#bot-info a {
color: var(--color-text);
}
#bot-info a:hover {
text-decoration: none;
}
.page-header img, #bot-info img {
height: 55px;
width: 55px;
vertical-align: middle;
margin: 20px;
}
.page-header span, #bot-info span {
margin-left: 10px;
font-size: 1.3em;
}
.bot-info-status {
border-radius: 5px 0 0 5px;
margin-bottom: 30px;
}
#user-info {
position: absolute;
bottom: 1px;
left: 0;
width: 400px;
font-size: 0.95em;
display: flex;
align-items:center;
}
#user-info-avatar {
height: 35px;
width: 35px;
vertical-align: middle;
margin: 20px;
background-color: var(--color-primary-light);
}
#user-info-text input {
margin: 0;
padding: 0;
}
/* Main */
main {
display: inline-block;
vertical-align: top;
overflow-y: auto;
margin-left: 50px;
padding-top: 30px;
height: calc(100% - 30px);
width: calc(100% - 455px);
}
main h1 {
display: block;
margin-top: 10px;
margin-bottom: 5px;
font-weight: bold;
font-size: 1.3em;
}
/* Repository */
.plugin-bar {
width: calc(100% - 400px);
}
.repository-card-container {
margin-top: 10px;
margin-bottom: 30px;
}
.repository-card {
cursor: pointer;
width: 240px;
height: 140px;
background-color: var(--color-background-darkest);
padding: 20px;
margin: 10px;
border-radius: 4px;
display: inline-block;
vertical-align: top;
}
.plugin-help {
width: calc(100% - 100px);
background-color: var(--color-background-darkest);
padding: 20px;
margin: 10px;
border-radius: 4px;
display: inline-block;
vertical-align: top;
}
.repository-card-title {
font-weight: bold;
}
.repository-card-description {
color: var(--color-text-dark);
}
.channel-selector {
max-height: 500px;
overflow: auto;
}
.user-role-name-container {
display: inline-block;
background-color: var(--color-background-dark);
border-radius: 8px;
padding: 15px;
margin: 5px;
}
.description {
color: var(--color-text-dark);
}
.bot-admin-link {
display: none;
}
.channel-selector-channel {
width: 450px;
}
.deletable {
cursor: pointer;
position: relative;
}
.deletion-hover {
position: relative;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: block;
}
.page-header span .bot-status {
margin-left: 20px;
font-size: 1em;
} | dashboard/www/styles/dashboard.css | nav {
display: inline-block;
background-color: var(--color-background);
height: 100%;
width: 400px;
}
nav ul {
padding: 10px 20px 20px;
margin: 0;
}
nav li {
list-style-type: none;
font-size: 1.2em;
color: var(--color-text);
}
#nav-links {
max-height: calc(100% - 170px);
overflow: auto;
}
.nav-link {
color: var(--color-text-dark);
text-decoration: none;
padding: 20px 10px;
border-radius: 2px;
display: inline-block;
width: 335px;
}
.nav-link:hover {
color: var(--color-text);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.1);
}
.nav-header {
padding-top: 20px;
padding-bottom: 10px;
}
.nav-icon {
margin-right: 10px;
color: var(--color-text-dark);
}
main hr {
border: 1px solid var(--color-background);
}
.server-link {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
vertical-align: bottom;
}
.server-icon {
width: 25px;
height: 25px;
vertical-align: middle;
margin-right: 20px;
}
.page-header {
border-radius: 4px 0 0 4px;
margin-bottom: 20px;
}
.page-header, #bot-info, #user-info {
background-color: var(--color-background-light);
}
.bot-status-online {
color: var(--color-info);
}
.bot-status-offline {
color: var(--color-danger);
}
.plugin-help-header {
font-size: 1.2em;
display: block;
}
.plugin-description {
margin-top: 10px;
}
.command-entry {
display: block;
margin-top: 20px;
font-size: 0.9em;
}
.command-args {
color: var(--color-text-dark);
display: inline-block;
width: 150px;
}
.command {
font-weight: bold;
color: var(--color-primary-light);
display: inline-block;
width: 200px;
}
.plugin-help>span {
display: block;
}
#bot-info a {
color: var(--color-text);
}
#bot-info a:hover {
text-decoration: none;
}
.page-header img, #bot-info img {
height: 55px;
width: 55px;
vertical-align: middle;
margin: 20px;
}
.page-header span, #bot-info span {
margin-left: 10px;
font-size: 1.3em;
}
.bot-info-status {
border-radius: 5px 0 0 5px;
margin-bottom: 30px;
}
#user-info {
position: absolute;
bottom: 1px;
left: 0;
width: 400px;
font-size: 0.95em;
display: flex;
align-items:center;
}
#user-info-avatar {
height: 35px;
width: 35px;
vertical-align: middle;
margin: 20px;
background-color: var(--color-primary-light);
}
#user-info-text input {
margin: 0;
padding: 0;
}
/* Main */
main {
display: inline-block;
vertical-align: top;
overflow-y: auto;
margin-left: 50px;
padding-top: 30px;
height: calc(100% - 30px);
width: calc(100% - 455px);
}
main h1 {
display: block;
margin-top: 10px;
margin-bottom: 5px;
font-weight: bold;
font-size: 1.3em;
}
/* Repository */
.plugin-bar {
width: calc(100% - 400px);
}
.repository-card-container {
margin-top: 10px;
margin-bottom: 30px;
}
.repository-card {
cursor: pointer;
width: 240px;
height: 140px;
background-color: var(--color-background-darkest);
padding: 20px;
margin: 10px;
border-radius: 4px;
display: inline-block;
vertical-align: top;
}
.plugin-help {
width: calc(100% - 100px);
background-color: var(--color-background-darkest);
padding: 20px;
margin: 10px;
border-radius: 4px;
display: inline-block;
vertical-align: top;
}
.repository-card-title {
font-weight: bold;
}
.repository-card-description {
color: var(--color-text-dark);
}
.channel-selector {
max-height: 500px;
overflow: auto;
}
.user-role-name-container {
display: inline-block;
background-color: var(--color-background-dark);
border-radius: 8px;
padding: 15px;
margin: 5px;
}
.description {
color: var(--color-text-dark);
}
.bot-admin-link {
display: none;
}
.channel-selector-channel {
width: 450px;
}
.deletable {
cursor: pointer;
position: relative;
}
.deletion-hover {
position: relative;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: block;
}
.page-header span .bot-status {
margin-left: 20px;
font-size: 1em;
} | 0.506347 | 0.109277 |
:root {
--color-white: #ffffff;
--color-body-bg-color: #fdfdff;
--color-light-gray-blue: rgb(247, 250, 252);
--color-gold: rgb(220, 172, 38);
--color-gold-dark: rgb(191, 140, 0);
--color-bg-gold: rgb(253, 241, 220);
--color-silver: rgb(200, 200, 196);
--color-silver-dark: rgb(145, 145, 145);
--color-bg-silver: rgb(249, 249, 248);
--color-bronze: rgb(189, 126, 84);
--color-bronze-dark: rgb(156, 82, 33);
--color-bg-bronze: rgb(242, 225, 215);
}
body {
background-color: var(--body-bg-color);
font-family: "Avenir", "Ubuntu", "Noto Sans", "Segoe UI", sans-serif;
}
#mainMenu .navbar-item { font-weight: bold; }
/* Fix uglyness */
.message .message-body > ul {
margin-top: 0;
}
.js-table-sortable th {
cursor: pointer;
}
.js-table-sortable th:hover {
color: gray;
}
.js-table-sortable span {
/* avoid column resize when adding the arrows */
position: absolute;
}
.long-table-container .sticky {
position: sticky;
top: 0px;
background-color: white;
border-bottom: 1px grey solid;
padding-bottom: 4px;
}
/* }}} Global */
/* {{{ Homepage */
.homeHeader {
background-color: #2a2a72;
background-image: linear-gradient(
to right bottom,
rgba(42, 42, 114, 1),
rgba(0, 159, 253, 1)
);
}
.message.nextRace--registration {
position: absolute;
left: 15px;
bottom: 0;
margin-bottom: 0;
z-index: 1;
transform: translateY(25%);
}
.nextRace--registration .message-body {
padding: .5rem 1rem;
line-height: 30px;
}
.nextRace--registration .button { margin-left: 1rem; }
.nextRace--status {
position: absolute;
top: 0;
right: 50px;
z-index: 2;
transform: translate(0, -50%);
}
.nextRace--contextual {
position: absolute;
bottom: 0;
right: 0;
width: 50%;
height: 100%;
overflow: hidden;
}
div[class^="nextRace--contextual--"] {
padding-right: 1rem;
position: absolute;
right: 0;
bottom: 0;
width: auto;
font-size: 2rem;
font-weight: bold;
text-align: right;
opacity: .5;
}
div[class^="nextRace--contextual--"] > div {
padding-bottom: 10px;
font-size: 1rem;
line-height: 1rem;
text-transform: uppercase;
}
div[class^="nextRace--contextual--"] > i {
position: absolute;
bottom: 0;
right: 0;
height: 90px;
font-size: 8rem;
color: #505aff;
opacity: .2;
z-index: -1;
transform: translate(-50%, -40%);
}
.nextRace--contextual--players > div > .nbPlayers {
display: block;
font-size: 4rem;
line-height: 4rem;
font-weight: 900;
}
.nextRace--contextual--countdown > div > span {
display: block;
font-size: 3rem;
line-height: 3rem;
font-weight: 900;
text-transform: none;
}
.nextRace.is-mini {
padding: .5rem 1.25rem;
box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.03),0 0 0 1px rgba(10,10,10,.02);
}
.nextRace.is-mini .subtitle { margin-bottom: 0; }
.nextRace.is-mini div[class^="nextRace--contextual--"] > div {
padding-bottom: .5rem;
font-size: .8rem;
line-height: .8rem;
}
.nextRace.is-mini div[class^="nextRace--contextual--"] > i {
height: 45px;
font-size: 4rem;
}
.nextRace.is-mini .nextRace--contextual--countdown > div > span {
font-size: 2rem;
line-height: 2rem;
}
@media screen and (max-width:768px) {
.nextRace:not(.is-mini) .subtitle { margin-bottom: 3.5rem; }
.nextRace--status { right: 25px; }
.nextRace--contextual {
width: 100%;
z-index: 0;
}
.nextRace:not(.is-mini) div[class^="nextRace--contextual--"] > i {
font-size: 5rem;
transform: translate(-40%, 10%);
}
.nextRace:not(.is-mini) .nextRace--contextual--players > div > .nbPlayers {
font-size: 3rem;
line-height: 3rem;
}
.nextRace:not(.is-mini) div.nextRace--contextual--countdown {
padding-left: 1rem;
padding-right: 0;
left: 0;
right: unset;
text-align: left;
}
.nextRace:not(.is-mini) .nextRace--contextual--countdown > div > span {
font-size: 2rem;
line-height: 2rem;
}
.nextRace:not(.is-mini) div.nextRace--contextual--countdown > i {
right: unset;
left: 0;
transform: translate(40%, 10%);
}
}
/* Do NOT name this "leaderboard", it trips an adblocker rule. */
.ldbrd { margin-bottom: 2rem; }
.ldbrd--players {
text-align: center;
}
.ldbrd--players .player {
font-weight: bold;
line-height: normal;
}
.ldbrd--players .player:nth-child(1) { font-size: 2.5rem; }
.ldbrd--players .player:nth-child(2) { font-size: 1.75rem; }
.ldbrd--players .player:nth-child(3) { font-size: 1.5rem; }
.ldbrd--players .player:nth-child(1) i { color: var(--color-gold); }
.ldbrd--players .player:nth-child(2) i { color: var(--color-silver); }
.ldbrd--players .player:nth-child(3) i { color: var(--color-bronze); }
/* }}} Homepage */
/* {{{ Leaderboard */
table[class*="leaderboardTable"] thead th,
table[class*="leaderboardTable"] tbody td { border-width: 0; }
table[class*="leaderboardTable"] tbody td:first-child {
border-top-left-radius: 2em;
border-bottom-left-radius: 2em;
}
table[class*="leaderboardTable"] tbody td:last-child {
border-top-right-radius: 2em;
border-bottom-right-radius: 2em;
}
table[class*="leaderboardTable"].is-striped tbody tr:not(.is-selected):nth-child(even) { background-color: var(--color-light-gray-blue); }
table[class*="leaderboardTable"].is-striped tbody tr:not(.is-selected):nth-child(odd) { background-color: var(--color-white); }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(1) { color: var(--color-gold-dark); }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(1) td:first-child { background-color: var(--color-bg-gold); }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(1) td:nth-child(2) {
background-image: linear-gradient(
to right,
rgba(253, 241, 220, 1),
rgba(253, 241, 220, 0)
);
}
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(2) { color: var(--color-silver-dark); background-color: white; }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(2) td:first-child { background-color: rgba(229, 229, 228, 1); }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(2) td:nth-child(2) {
background-image: linear-gradient(
to right,
rgba(229, 229, 228, 1),
white
);
}
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(3) { color: var(--color-bronze); }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(3) td:first-child { background-color: var(--color-bg-bronze); }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(3) td:nth-child(2) {
background-image: linear-gradient(
to right,
rgba(242, 225, 215, 1),
rgba(242, 225, 215, 0)
);
}
.leaderboardTable--player:nth-child(1) td { font-weight: 900; }
.leaderboardTable--player:nth-child(2) td,
.leaderboardTable--player:nth-child(3) td { font-weight: 700; }
.iconLeaderBoard {
overflow: hidden;
width: 100%;
text-align: right;
}
.iconLeaderBoard svg {
width: 100%;
position: absolute;
top: 50%;
left: -1.5rem;
opacity: .15;
fill: transparent;
stroke-linecap: square;
transform: rotate(10deg) scale(1.2) translate(0, -35%);
transform-origin: center center;
}
.leaderboardTable--player:nth-child(1) .iconLeaderBoard svg {
max-width: 9rem;
stroke: var(--color-gold-dark);
}
.leaderboardTable--player:nth-child(2) .iconLeaderBoard svg {
max-width: 7rem;
stroke: var(--color-silver-dark);
}
.leaderboardTable--player:nth-child(3) .iconLeaderBoard svg {
max-width: 6rem;
stroke: var(--color-bronze-dark);
}
table[class*="leaderboardTable"] .leaderboardTable--player .leaderboardTable--stream { vertical-align: middle; }
.leaderboardTable--player .StreamLink {
width: 24px;
height: 24px;
}
.leaderboardTable--player .StreamLink::before {
content: '';
display: block;
width: 24px;
height: 24px;
background-image: url('../svg/live-generic.svg');
background-size: 24px 24px;
}
.leaderboardTable--player .StreamLink[href*="twitch"]::before { background-image: url('../svg/live-twitch.svg'); }
.leaderboardTable--player .StreamLink[href*="youtu"]::before { background-image: url('../svg/live-youtube.svg'); }
.leaderboardTable--player .StreamLink[href*="mixer"]::before { background-image: url('../svg/live-mixer.svg'); }
table[class*="leaderboardTable"] .Ranking { position: relative; }
table[class*="leaderboardTable"] .leaderboardTable--player .leaderboardTable--forfeits { position: relative; }
table[class*="leaderboardTable"] .leaderboardTable--player .leaderboardTable--forfeits .iconLeaderBoard.noFFReward img {
position: absolute;
top: 75%;
right: 0;
left: inherit;
width: 2rem;
opacity: 0;
transform: rotate(10deg) scale(1.2) translate(0, -35%);
transition: opacity ease-in-out 150ms;
}
table[class*="leaderboardTable"] .leaderboardTable--player:hover .leaderboardTable--forfeits .iconLeaderBoard.noFFReward img { opacity: .2; }
table[class*="leaderboardTable"] .leaderboardTable--player .Ranking--deviation {
margin-top: -5px;
margin-left: .5rem;
vertical-align: middle;
opacity: .6;
}
@media only screen and (min-width: 769px){
.table[class*="leaderboardTable"] td,
.table[class*="leaderboardTable"] th {
padding: .75rem;
}
.leaderboardTable__first-page .leaderboardTable--player:nth-child(1) td { font-size: 2rem; }
.leaderboardTable__first-page .leaderboardTable--player:nth-child(2) td { font-size: 1.5rem; }
.leaderboardTable__first-page .leaderboardTable--player:nth-child(3) td { font-size: 1.25rem; }
}
@media only screen and (max-width: 768px){
.table[class*="leaderboardTable"] td,
.table[class*="leaderboardTable"] th {
padding: .5rem;
}
table[class*="leaderboardTable"] tbody td:nth-child(4) {
border-top-right-radius: 2em;
border-bottom-right-radius: 2em;
}
.leaderboardTable__first-page .leaderboardTable--player td { font-size: .8rem; }
.leaderboardTable__first-page .leaderboardTable--player:nth-child(1) td { font-size: 1.1rem; }
.leaderboardTable__first-page .leaderboardTable--player:nth-child(2) td { font-size: 1rem; }
.leaderboardTable__first-page .leaderboardTable--player:nth-child(3) td { font-size: .9rem; }
.leaderboardTable--player .StreamLink::before {
width: 20px;
height: 20px;
background-size: 20px 20px;
}
}
/* }}} Leaderboard */
/* {{{ Schedule */
.upcomingRace--title {
padding-left: 1rem;
font-size: 3.6rem;
font-weight: 900;
text-transform: uppercase;
transform: translateY(65%);
opacity: .2;
}
@media only screen and (max-width: 1215px) {
.upcomingRace--title { transform: translateY(30%); }
}
/* }}} Schedule */
/* {{{ Stats */
.stats table thead th,
.stats table tbody td {
text-align: right;
}
.stats table thead th:first-child,
.stats table tbody td:first-child {
text-align: left;
}
.stats--tabs {
margin-bottom: 20px;
}
table.stats--attendance {
margin: auto;
}
table.table.stats--attendance td {
border: none;
}
/* }}} Stats */
/* {{{ Spoilers */
ul.spoilers--hash {
padding-top: 10px;
}
ul.spoilers--hash li {
display: inline;
}
.spoilers--tabs {
margin-bottom: 20px;
}
/* }}} Spoilers */ | resources/web/static/css/main.css | :root {
--color-white: #ffffff;
--color-body-bg-color: #fdfdff;
--color-light-gray-blue: rgb(247, 250, 252);
--color-gold: rgb(220, 172, 38);
--color-gold-dark: rgb(191, 140, 0);
--color-bg-gold: rgb(253, 241, 220);
--color-silver: rgb(200, 200, 196);
--color-silver-dark: rgb(145, 145, 145);
--color-bg-silver: rgb(249, 249, 248);
--color-bronze: rgb(189, 126, 84);
--color-bronze-dark: rgb(156, 82, 33);
--color-bg-bronze: rgb(242, 225, 215);
}
body {
background-color: var(--body-bg-color);
font-family: "Avenir", "Ubuntu", "Noto Sans", "Segoe UI", sans-serif;
}
#mainMenu .navbar-item { font-weight: bold; }
/* Fix uglyness */
.message .message-body > ul {
margin-top: 0;
}
.js-table-sortable th {
cursor: pointer;
}
.js-table-sortable th:hover {
color: gray;
}
.js-table-sortable span {
/* avoid column resize when adding the arrows */
position: absolute;
}
.long-table-container .sticky {
position: sticky;
top: 0px;
background-color: white;
border-bottom: 1px grey solid;
padding-bottom: 4px;
}
/* }}} Global */
/* {{{ Homepage */
.homeHeader {
background-color: #2a2a72;
background-image: linear-gradient(
to right bottom,
rgba(42, 42, 114, 1),
rgba(0, 159, 253, 1)
);
}
.message.nextRace--registration {
position: absolute;
left: 15px;
bottom: 0;
margin-bottom: 0;
z-index: 1;
transform: translateY(25%);
}
.nextRace--registration .message-body {
padding: .5rem 1rem;
line-height: 30px;
}
.nextRace--registration .button { margin-left: 1rem; }
.nextRace--status {
position: absolute;
top: 0;
right: 50px;
z-index: 2;
transform: translate(0, -50%);
}
.nextRace--contextual {
position: absolute;
bottom: 0;
right: 0;
width: 50%;
height: 100%;
overflow: hidden;
}
div[class^="nextRace--contextual--"] {
padding-right: 1rem;
position: absolute;
right: 0;
bottom: 0;
width: auto;
font-size: 2rem;
font-weight: bold;
text-align: right;
opacity: .5;
}
div[class^="nextRace--contextual--"] > div {
padding-bottom: 10px;
font-size: 1rem;
line-height: 1rem;
text-transform: uppercase;
}
div[class^="nextRace--contextual--"] > i {
position: absolute;
bottom: 0;
right: 0;
height: 90px;
font-size: 8rem;
color: #505aff;
opacity: .2;
z-index: -1;
transform: translate(-50%, -40%);
}
.nextRace--contextual--players > div > .nbPlayers {
display: block;
font-size: 4rem;
line-height: 4rem;
font-weight: 900;
}
.nextRace--contextual--countdown > div > span {
display: block;
font-size: 3rem;
line-height: 3rem;
font-weight: 900;
text-transform: none;
}
.nextRace.is-mini {
padding: .5rem 1.25rem;
box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.03),0 0 0 1px rgba(10,10,10,.02);
}
.nextRace.is-mini .subtitle { margin-bottom: 0; }
.nextRace.is-mini div[class^="nextRace--contextual--"] > div {
padding-bottom: .5rem;
font-size: .8rem;
line-height: .8rem;
}
.nextRace.is-mini div[class^="nextRace--contextual--"] > i {
height: 45px;
font-size: 4rem;
}
.nextRace.is-mini .nextRace--contextual--countdown > div > span {
font-size: 2rem;
line-height: 2rem;
}
@media screen and (max-width:768px) {
.nextRace:not(.is-mini) .subtitle { margin-bottom: 3.5rem; }
.nextRace--status { right: 25px; }
.nextRace--contextual {
width: 100%;
z-index: 0;
}
.nextRace:not(.is-mini) div[class^="nextRace--contextual--"] > i {
font-size: 5rem;
transform: translate(-40%, 10%);
}
.nextRace:not(.is-mini) .nextRace--contextual--players > div > .nbPlayers {
font-size: 3rem;
line-height: 3rem;
}
.nextRace:not(.is-mini) div.nextRace--contextual--countdown {
padding-left: 1rem;
padding-right: 0;
left: 0;
right: unset;
text-align: left;
}
.nextRace:not(.is-mini) .nextRace--contextual--countdown > div > span {
font-size: 2rem;
line-height: 2rem;
}
.nextRace:not(.is-mini) div.nextRace--contextual--countdown > i {
right: unset;
left: 0;
transform: translate(40%, 10%);
}
}
/* Do NOT name this "leaderboard", it trips an adblocker rule. */
.ldbrd { margin-bottom: 2rem; }
.ldbrd--players {
text-align: center;
}
.ldbrd--players .player {
font-weight: bold;
line-height: normal;
}
.ldbrd--players .player:nth-child(1) { font-size: 2.5rem; }
.ldbrd--players .player:nth-child(2) { font-size: 1.75rem; }
.ldbrd--players .player:nth-child(3) { font-size: 1.5rem; }
.ldbrd--players .player:nth-child(1) i { color: var(--color-gold); }
.ldbrd--players .player:nth-child(2) i { color: var(--color-silver); }
.ldbrd--players .player:nth-child(3) i { color: var(--color-bronze); }
/* }}} Homepage */
/* {{{ Leaderboard */
table[class*="leaderboardTable"] thead th,
table[class*="leaderboardTable"] tbody td { border-width: 0; }
table[class*="leaderboardTable"] tbody td:first-child {
border-top-left-radius: 2em;
border-bottom-left-radius: 2em;
}
table[class*="leaderboardTable"] tbody td:last-child {
border-top-right-radius: 2em;
border-bottom-right-radius: 2em;
}
table[class*="leaderboardTable"].is-striped tbody tr:not(.is-selected):nth-child(even) { background-color: var(--color-light-gray-blue); }
table[class*="leaderboardTable"].is-striped tbody tr:not(.is-selected):nth-child(odd) { background-color: var(--color-white); }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(1) { color: var(--color-gold-dark); }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(1) td:first-child { background-color: var(--color-bg-gold); }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(1) td:nth-child(2) {
background-image: linear-gradient(
to right,
rgba(253, 241, 220, 1),
rgba(253, 241, 220, 0)
);
}
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(2) { color: var(--color-silver-dark); background-color: white; }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(2) td:first-child { background-color: rgba(229, 229, 228, 1); }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(2) td:nth-child(2) {
background-image: linear-gradient(
to right,
rgba(229, 229, 228, 1),
white
);
}
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(3) { color: var(--color-bronze); }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(3) td:first-child { background-color: var(--color-bg-bronze); }
.leaderboardTable__first-page.is-striped tbody tr.leaderboardTable--player:not(.is-selected):nth-child(3) td:nth-child(2) {
background-image: linear-gradient(
to right,
rgba(242, 225, 215, 1),
rgba(242, 225, 215, 0)
);
}
.leaderboardTable--player:nth-child(1) td { font-weight: 900; }
.leaderboardTable--player:nth-child(2) td,
.leaderboardTable--player:nth-child(3) td { font-weight: 700; }
.iconLeaderBoard {
overflow: hidden;
width: 100%;
text-align: right;
}
.iconLeaderBoard svg {
width: 100%;
position: absolute;
top: 50%;
left: -1.5rem;
opacity: .15;
fill: transparent;
stroke-linecap: square;
transform: rotate(10deg) scale(1.2) translate(0, -35%);
transform-origin: center center;
}
.leaderboardTable--player:nth-child(1) .iconLeaderBoard svg {
max-width: 9rem;
stroke: var(--color-gold-dark);
}
.leaderboardTable--player:nth-child(2) .iconLeaderBoard svg {
max-width: 7rem;
stroke: var(--color-silver-dark);
}
.leaderboardTable--player:nth-child(3) .iconLeaderBoard svg {
max-width: 6rem;
stroke: var(--color-bronze-dark);
}
table[class*="leaderboardTable"] .leaderboardTable--player .leaderboardTable--stream { vertical-align: middle; }
.leaderboardTable--player .StreamLink {
width: 24px;
height: 24px;
}
.leaderboardTable--player .StreamLink::before {
content: '';
display: block;
width: 24px;
height: 24px;
background-image: url('../svg/live-generic.svg');
background-size: 24px 24px;
}
.leaderboardTable--player .StreamLink[href*="twitch"]::before { background-image: url('../svg/live-twitch.svg'); }
.leaderboardTable--player .StreamLink[href*="youtu"]::before { background-image: url('../svg/live-youtube.svg'); }
.leaderboardTable--player .StreamLink[href*="mixer"]::before { background-image: url('../svg/live-mixer.svg'); }
table[class*="leaderboardTable"] .Ranking { position: relative; }
table[class*="leaderboardTable"] .leaderboardTable--player .leaderboardTable--forfeits { position: relative; }
table[class*="leaderboardTable"] .leaderboardTable--player .leaderboardTable--forfeits .iconLeaderBoard.noFFReward img {
position: absolute;
top: 75%;
right: 0;
left: inherit;
width: 2rem;
opacity: 0;
transform: rotate(10deg) scale(1.2) translate(0, -35%);
transition: opacity ease-in-out 150ms;
}
table[class*="leaderboardTable"] .leaderboardTable--player:hover .leaderboardTable--forfeits .iconLeaderBoard.noFFReward img { opacity: .2; }
table[class*="leaderboardTable"] .leaderboardTable--player .Ranking--deviation {
margin-top: -5px;
margin-left: .5rem;
vertical-align: middle;
opacity: .6;
}
@media only screen and (min-width: 769px){
.table[class*="leaderboardTable"] td,
.table[class*="leaderboardTable"] th {
padding: .75rem;
}
.leaderboardTable__first-page .leaderboardTable--player:nth-child(1) td { font-size: 2rem; }
.leaderboardTable__first-page .leaderboardTable--player:nth-child(2) td { font-size: 1.5rem; }
.leaderboardTable__first-page .leaderboardTable--player:nth-child(3) td { font-size: 1.25rem; }
}
@media only screen and (max-width: 768px){
.table[class*="leaderboardTable"] td,
.table[class*="leaderboardTable"] th {
padding: .5rem;
}
table[class*="leaderboardTable"] tbody td:nth-child(4) {
border-top-right-radius: 2em;
border-bottom-right-radius: 2em;
}
.leaderboardTable__first-page .leaderboardTable--player td { font-size: .8rem; }
.leaderboardTable__first-page .leaderboardTable--player:nth-child(1) td { font-size: 1.1rem; }
.leaderboardTable__first-page .leaderboardTable--player:nth-child(2) td { font-size: 1rem; }
.leaderboardTable__first-page .leaderboardTable--player:nth-child(3) td { font-size: .9rem; }
.leaderboardTable--player .StreamLink::before {
width: 20px;
height: 20px;
background-size: 20px 20px;
}
}
/* }}} Leaderboard */
/* {{{ Schedule */
.upcomingRace--title {
padding-left: 1rem;
font-size: 3.6rem;
font-weight: 900;
text-transform: uppercase;
transform: translateY(65%);
opacity: .2;
}
@media only screen and (max-width: 1215px) {
.upcomingRace--title { transform: translateY(30%); }
}
/* }}} Schedule */
/* {{{ Stats */
.stats table thead th,
.stats table tbody td {
text-align: right;
}
.stats table thead th:first-child,
.stats table tbody td:first-child {
text-align: left;
}
.stats--tabs {
margin-bottom: 20px;
}
table.stats--attendance {
margin: auto;
}
table.table.stats--attendance td {
border: none;
}
/* }}} Stats */
/* {{{ Spoilers */
ul.spoilers--hash {
padding-top: 10px;
}
ul.spoilers--hash li {
display: inline;
}
.spoilers--tabs {
margin-bottom: 20px;
}
/* }}} Spoilers */ | 0.543106 | 0.160924 |
.header {
font-size: medium;
color:#fafa00;
background-image: url("gradient.png");
background-repeat: repeat-fixed;
background-attachment: fixed;
padding: 1mm 1mm 1mm 5mm;
}
.footer {
font-size: small;
font-style: italic;
text-align: right;
color:#fafa00;
background-image: url("gradient.png");
background-repeat: repeat-fixed;
background-attachment: fixed;
padding: 1mm 1mm 1mm 1mm;
}
.footer a:link {
font-weight:bold;
color:#ffffff;
}
.footer a:visited {
font-weight:bold;
color:#ffffff;
}
:link.footerleft {
font-weight:bold;
float: left;
color:#ffffff;
}
:visited.footerleft {
font-weight:bold;
float: left;
color:#ffffff;
}
.check {font-size: x-small;
text-align:right;}
.check a:link { font-weight:bold;
color:#a0a0ff;
text-decoration:underline; }
.check a:visited { font-weight:bold;
color:#a0a0ff;
text-decoration:underline; }
.check a:hover { font-weight:bold;
color:#000000;
text-decoration:underline; }
div.NavBar {
padding: 4px 0px 4px 0px;
float: right;
font-weight:bold;
}
.barfirst {
padding: 0px 5px 0px 5px;
margin: 0px 3px 0px 0px;
border-width: 0px 0px 0px 1px;
border-style: none none none solid;
}
.barcenter {
padding: 0px 5px 0px 5px;
margin: 0px 3px 0px 0px;
border-width: 0px 0px 0px 1px;
border-style: none none none solid;
}
.barlast {
padding: 0px 5px 0px 5px;
border-width: 0px 0px 0px 1px;
border-style: none none none solid;
}
:hover.barfirst {
padding: 0px 5px 0px 5px;
margin: 0px 3px 0px 0px;
border-width: 0px 0px 0px 1px;
border-style: none none none solid;
background-color:#e4e4e4;
}
:hover.barcenter {
padding: 0px 5px 0px 5px;
margin: 0px 3px 0px 0px;
border-width: 0px 0px 0px 1px;
border-style: none none none solid;
background-color:#e4e4e4;
}
:hover.barlast {
padding: 0px 5px 0px 5px;
border-width: 0px 0px 0px 1px;
border-style: none none none solid;
background-color:#e4e4e4;
} | docs/website/style.css | .header {
font-size: medium;
color:#fafa00;
background-image: url("gradient.png");
background-repeat: repeat-fixed;
background-attachment: fixed;
padding: 1mm 1mm 1mm 5mm;
}
.footer {
font-size: small;
font-style: italic;
text-align: right;
color:#fafa00;
background-image: url("gradient.png");
background-repeat: repeat-fixed;
background-attachment: fixed;
padding: 1mm 1mm 1mm 1mm;
}
.footer a:link {
font-weight:bold;
color:#ffffff;
}
.footer a:visited {
font-weight:bold;
color:#ffffff;
}
:link.footerleft {
font-weight:bold;
float: left;
color:#ffffff;
}
:visited.footerleft {
font-weight:bold;
float: left;
color:#ffffff;
}
.check {font-size: x-small;
text-align:right;}
.check a:link { font-weight:bold;
color:#a0a0ff;
text-decoration:underline; }
.check a:visited { font-weight:bold;
color:#a0a0ff;
text-decoration:underline; }
.check a:hover { font-weight:bold;
color:#000000;
text-decoration:underline; }
div.NavBar {
padding: 4px 0px 4px 0px;
float: right;
font-weight:bold;
}
.barfirst {
padding: 0px 5px 0px 5px;
margin: 0px 3px 0px 0px;
border-width: 0px 0px 0px 1px;
border-style: none none none solid;
}
.barcenter {
padding: 0px 5px 0px 5px;
margin: 0px 3px 0px 0px;
border-width: 0px 0px 0px 1px;
border-style: none none none solid;
}
.barlast {
padding: 0px 5px 0px 5px;
border-width: 0px 0px 0px 1px;
border-style: none none none solid;
}
:hover.barfirst {
padding: 0px 5px 0px 5px;
margin: 0px 3px 0px 0px;
border-width: 0px 0px 0px 1px;
border-style: none none none solid;
background-color:#e4e4e4;
}
:hover.barcenter {
padding: 0px 5px 0px 5px;
margin: 0px 3px 0px 0px;
border-width: 0px 0px 0px 1px;
border-style: none none none solid;
background-color:#e4e4e4;
}
:hover.barlast {
padding: 0px 5px 0px 5px;
border-width: 0px 0px 0px 1px;
border-style: none none none solid;
background-color:#e4e4e4;
} | 0.506591 | 0.269482 |
@font-face {
font-family: 'Xolonium';
src: url('/fonts/Xolonium-Bold.otf') format('opentype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Xolonium';
src: url('/fonts/Xolonium-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
body {
font: 15px "Xolonium", "Lucida Grande", Helvetica, Arial, sans-serif;
background: #003; /* Artemis' science dark blue */
color: #ccc;
overflow: hidden;
margin:0; padding:0;
/* width:15em; */
}
* {
border-width: 5px;
border-width: 1vmin;
}
a {
color: #9cc;
}
h1, h2 {
text-align: center;
}
table td {
color: #ccc;
}
table th {
color: #fff;
background: #369;
}
table td, table th {
margin: 0 1ex;
overflow: hidden;
text-overflow: "-";
}
table {
border-spacing:0;
border-collapse: collapse;
}
body.red-alert table thead th {
background:#933;
}
/* The connection status overlay. */
#connected {
display:none;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
background: rgba(0,0,50,0.9);
padding:5%;
z-index:100000;
}
#connected #gameOverTitle {
text-align: center;
}
#connected #gameOverReason {
text-align: center;
/* font-size: 3vh; */
}
table#gameOverStats td ,
table#gameOverStats th {
/* font-size: 3vh; */
width: inherit;
padding: 0 1em;
text-align: right;
}
table#gameOverStats {
width:auto;
}
/* "Alert" text blinks in two shades of red */
.alert {
color: #c66;
animation-name: alert-blinker;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
-webkit-animation-name: alert-blinker;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: alert-blinker;
-moz-animation-duration: 1s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
}
@-moz-keyframes alert-blinker {
0% { color: #c66; }
50% { color: #f00; }
100% { color: #c66; }
}
@-webkit-keyframes alert-blinker {
0% { color: #c66; }
50% { color: #f00; }
100% { color: #c66; }
}
@keyframes alert-blinker {
0% { color: #c66; }
50% { color: #f00; }
100% { color: #c66; }
}
/* Common colors for text elements */
.red {
color: #c33;
}
.green {
color: #3c3;
}
.blue {
color: #33c;
}
.purple {
color: #c3c;
}
.cyan {
color: #3cc;
}
.yellow {
color: #cc3;
}
/* Border and background for all <div>s */
div,ul,li {
margin: 5px;
margin: 1vmin;
}
div {
background: #001933;
border: solid #036;
padding:5px;
padding:1vmin;
}
body.red-alert div {
border: 3px solid #600;
}
/* We're using HTML's <ul>s for lists of gauges, meters and so on. */
ul {
background:transparent;
/* border:none; */
list-style-type: none;
padding:0;
}
li {
display:block;
}
li > span {
display:inline-block;
border-left-width:0;
border-right-width:0;
border-top: #036 solid;
border-bottom: #036 solid;
padding-left:5px;
padding-right:5px;
padding-left:1vmin;
padding-right:1vmin;
background: #001933;
}
li > :first-child {
background: #369;
border: #369 solid;
border-right:none;
text-align:right;
}
li > :last-child {
border-right:#036 solid;
}
body.red-alert li > :first-child {
background: #369;
border: #369 solid;
}
body.red-alert li > span {
border-top: #600 solid;
border-bottom: #600 solid;
}
body.red-alert li > :last-child {
border-right: #600 solid;
}
span.w3 {
width:3em;
}
span.w4 {
width:4em;
}
/* w4 is shorthand for "*W*idth 3 characters" */
ul.w4 li span {
width:4em;
}
.r {
text-align:right;
}
.on:before {
content:'ON';
display:inline-block;
border:3px solid #3c3;
border:.5vmin solid #3c3;
background: #363;
font-size:75%;
width:3em;
text-align:center;
vertical-align:text-bottom;
}
.off:before {
content:'OFF';
display:inline-block;
border:3px solid #c33;
border:.5vmin solid #c33;
background: #633;
font-size:75%;
width:3em;
text-align:center;
vertical-align:text-bottom;
} | nodes/artemis/public/stylesheets/style.css | @font-face {
font-family: 'Xolonium';
src: url('/fonts/Xolonium-Bold.otf') format('opentype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Xolonium';
src: url('/fonts/Xolonium-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
body {
font: 15px "Xolonium", "Lucida Grande", Helvetica, Arial, sans-serif;
background: #003; /* Artemis' science dark blue */
color: #ccc;
overflow: hidden;
margin:0; padding:0;
/* width:15em; */
}
* {
border-width: 5px;
border-width: 1vmin;
}
a {
color: #9cc;
}
h1, h2 {
text-align: center;
}
table td {
color: #ccc;
}
table th {
color: #fff;
background: #369;
}
table td, table th {
margin: 0 1ex;
overflow: hidden;
text-overflow: "-";
}
table {
border-spacing:0;
border-collapse: collapse;
}
body.red-alert table thead th {
background:#933;
}
/* The connection status overlay. */
#connected {
display:none;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
background: rgba(0,0,50,0.9);
padding:5%;
z-index:100000;
}
#connected #gameOverTitle {
text-align: center;
}
#connected #gameOverReason {
text-align: center;
/* font-size: 3vh; */
}
table#gameOverStats td ,
table#gameOverStats th {
/* font-size: 3vh; */
width: inherit;
padding: 0 1em;
text-align: right;
}
table#gameOverStats {
width:auto;
}
/* "Alert" text blinks in two shades of red */
.alert {
color: #c66;
animation-name: alert-blinker;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
-webkit-animation-name: alert-blinker;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: alert-blinker;
-moz-animation-duration: 1s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
}
@-moz-keyframes alert-blinker {
0% { color: #c66; }
50% { color: #f00; }
100% { color: #c66; }
}
@-webkit-keyframes alert-blinker {
0% { color: #c66; }
50% { color: #f00; }
100% { color: #c66; }
}
@keyframes alert-blinker {
0% { color: #c66; }
50% { color: #f00; }
100% { color: #c66; }
}
/* Common colors for text elements */
.red {
color: #c33;
}
.green {
color: #3c3;
}
.blue {
color: #33c;
}
.purple {
color: #c3c;
}
.cyan {
color: #3cc;
}
.yellow {
color: #cc3;
}
/* Border and background for all <div>s */
div,ul,li {
margin: 5px;
margin: 1vmin;
}
div {
background: #001933;
border: solid #036;
padding:5px;
padding:1vmin;
}
body.red-alert div {
border: 3px solid #600;
}
/* We're using HTML's <ul>s for lists of gauges, meters and so on. */
ul {
background:transparent;
/* border:none; */
list-style-type: none;
padding:0;
}
li {
display:block;
}
li > span {
display:inline-block;
border-left-width:0;
border-right-width:0;
border-top: #036 solid;
border-bottom: #036 solid;
padding-left:5px;
padding-right:5px;
padding-left:1vmin;
padding-right:1vmin;
background: #001933;
}
li > :first-child {
background: #369;
border: #369 solid;
border-right:none;
text-align:right;
}
li > :last-child {
border-right:#036 solid;
}
body.red-alert li > :first-child {
background: #369;
border: #369 solid;
}
body.red-alert li > span {
border-top: #600 solid;
border-bottom: #600 solid;
}
body.red-alert li > :last-child {
border-right: #600 solid;
}
span.w3 {
width:3em;
}
span.w4 {
width:4em;
}
/* w4 is shorthand for "*W*idth 3 characters" */
ul.w4 li span {
width:4em;
}
.r {
text-align:right;
}
.on:before {
content:'ON';
display:inline-block;
border:3px solid #3c3;
border:.5vmin solid #3c3;
background: #363;
font-size:75%;
width:3em;
text-align:center;
vertical-align:text-bottom;
}
.off:before {
content:'OFF';
display:inline-block;
border:3px solid #c33;
border:.5vmin solid #c33;
background: #633;
font-size:75%;
width:3em;
text-align:center;
vertical-align:text-bottom;
} | 0.254139 | 0.075041 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
"Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--background);
min-height: 100vh;
overscroll-behavior: none;
user-select: none;
color: var(--text);
}
svg {
fill-rule: evenodd;
clip-rule: evenodd;
stroke-linejoin: round;
stroke-miterlimit: 2;
}
p {
font-size: 14px;
}
/* COLOR SCHEME */
:root {
--green-rgb: 27, 179, 40;
--green: #1bb328;
--green-1: #aaf2ae;
--green-2: #52cc5a;
--green-3: #1bb328;
--green-4: #0d8017;
--red: #cc3529;
--red-1: #ffbfb3;
--red-2: #f2513d;
--red-3: #cc3529;
--red-4: #991b0f;
--text: #000000;
--text-1: #000000;
--text-2: #505050;
--text-3: #a0a0a0;
--text-4: #d0d0d0;
--background-rgb: 255, 255, 255;
--background: #ffffff;
--background-1: #ffffff;
--background-2: #eaeaea;
--background-3: #cecece;
--background-4: #b0b0b0;
}
@media (prefers-color-scheme: dark) {
:root {
--green: #24b32f;
--green-1: #1f6624;
--green-2: #1f9928;
--green-3: #29cc35;
--green-4: #80ff8b;
--red: #cc3529;
--red-1: #802e26;
--red-2: #a62b21;
--red-3: #d92616;
--red-4: #ff8b80;
--text: #f0f0f0;
--text-1: #f0f0f0;
--text-2: #d0d0d0;
--text-3: #b0b0b0;
--text-4: #8a8a8a;
--background: #202020;
--background-1: #202020;
--background-2: #404040;
--background-3: #606060;
--background-4: #808080;
--background-rgb: 32, 32, 32;
}
}
@media (prefers-color-scheme: light) {
}
/* BUTTONS */
.button,
button {
font-size: 14px;
color: var(--text);
border-radius: 1000px;
outline: none;
border: var(--green-2) 2px solid;
background-color: var(--background);
text-align: center;
padding: 5px 10px;
cursor: pointer;
transition: all 300ms ease-in-out, border-width 100ms ease-in-out;
}
.button:hover,
button:hover {
border-color: var(--green-3);
background-color: var(--green-1);
}
.button:active,
button:active {
border-color: var(--green-4);
background-color: var(--green-2);
transform: scale(0.95, 0.95);
transition-duration: 100ms;
}
.button.focus:focus,
button.focus:focus {
border-color: var(--green-3);
border-width: 5px;
}
.button:disabled,
button:disabled {
cursor: default;
opacity: 0.3;
}
.button:disabled:hover,
button:disabled:hover {
background-color: var(--background);
border-color: var(--red-3);
}
.danger-button {
border-color: var(--red-2);
}
.danger-button:hover {
border-color: var(--red-3);
background-color: var(--red-1);
}
.danger-button:active {
border-color: var(--red-4);
background-color: var(--red-2);
}
.danger-button.focus:focus {
border-color: var(--red-3);
}
.danger-button:disabled:hover {
border-color: var(--green-3);
}
button.unstyled-button {
background-color: transparent;
border: none;
padding: 0px;
}
/* TRANSITIONS */
.settings > .panel.animate-in {
opacity: 1;
visibility: visible;
transition-property: all, transform;
transition-duration: 200ms;
transition-timing-function: linear, ease-out;
}
.settings > .panel.animate-out {
opacity: 0;
visibility: hidden;
transform: translateX(-20px);
transition-property: opacity, visibility, transform;
transition-duration: 200ms, 200ms, 200ms;
transition-timing-function: linear, linear, ease-in;
}
.settings-toggle {
transition-property: fill-opacity, fill, filter, transform;
transition-duration: 200ms;
transition-timing-function: linear, linear, linear, ease-in-out;
fill-opacity: 0.5;
fill: white;
filter: drop-shadow(0 0 5px #000000a0);
}
button:hover > .settings-toggle,
.settings-toggle:hover {
fill-opacity: 1;
transform: rotate(15deg);
}
button:hover > .settings-toggle.enabled,
.settings-toggle.enabled:hover {
transform: rotate(75deg);
}
.settings-toggle.enabled {
fill: var(--text);
transform: rotate(90deg);
filter: none;
}
/* LAYOUT */
.list {
display: flex;
flex-flow: column nowrap;
}
.bottom-left {
position: absolute;
bottom: 0;
left: 0;
}
.left-align {
text-align: left;
}
/* Components */
.panel {
background-color: rgba(var(--background-rgb), 0.5);
/* padding: 10px; */
border: 10px solid transparent;
border-radius: 20px;
}
/* LIST */
.v-list {
display: flex;
flex-flow: column nowrap;
flex-shrink: 0;
overflow-y: auto;
gap: 20px;
}
.h-list {
display: flex;
flex-flow: row nowrap;
flex-shrink: 0;
overflow-x: auto;
gap: 5px;
}
.h-list::-webkit-scrollbar,
.v-list::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.h-list::-webkit-scrollbar-thumb,
.v-list::-webkit-scrollbar-thumb {
background: rgba(var(--green-rgb), 0.5);
border-radius: 5px;
}
.h-list::-webkit-scrollbar-thumb:hover,
.v-list::-webkit-scrollbar-thumb:hover {
background: var(--green);
}
.h-list.scroll-padding {
padding-bottom: 3px;
border-color: transparent;
border-width: 10px 10px 3px 10px;
border-style: solid;
}
.flex-item {
flex: 1 1 0;
}
.image {
background-size: cover;
background-position: center center;
}
/* UNIQUE COMPONENTS */
.background {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
height: 100vh;
width: 100vw;
transition: opacity 2s ease-in-out;
background-color: var(--background);
}
.settings > .panel {
width: 500px;
max-height: 800px;
margin: 10px;
}
.clock {
color: white;
text-shadow: 0 0 10px black;
font-size: 5vw;
font-family: sans-serif;
font-weight: lighter;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} | src/index.css |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
"Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--background);
min-height: 100vh;
overscroll-behavior: none;
user-select: none;
color: var(--text);
}
svg {
fill-rule: evenodd;
clip-rule: evenodd;
stroke-linejoin: round;
stroke-miterlimit: 2;
}
p {
font-size: 14px;
}
/* COLOR SCHEME */
:root {
--green-rgb: 27, 179, 40;
--green: #1bb328;
--green-1: #aaf2ae;
--green-2: #52cc5a;
--green-3: #1bb328;
--green-4: #0d8017;
--red: #cc3529;
--red-1: #ffbfb3;
--red-2: #f2513d;
--red-3: #cc3529;
--red-4: #991b0f;
--text: #000000;
--text-1: #000000;
--text-2: #505050;
--text-3: #a0a0a0;
--text-4: #d0d0d0;
--background-rgb: 255, 255, 255;
--background: #ffffff;
--background-1: #ffffff;
--background-2: #eaeaea;
--background-3: #cecece;
--background-4: #b0b0b0;
}
@media (prefers-color-scheme: dark) {
:root {
--green: #24b32f;
--green-1: #1f6624;
--green-2: #1f9928;
--green-3: #29cc35;
--green-4: #80ff8b;
--red: #cc3529;
--red-1: #802e26;
--red-2: #a62b21;
--red-3: #d92616;
--red-4: #ff8b80;
--text: #f0f0f0;
--text-1: #f0f0f0;
--text-2: #d0d0d0;
--text-3: #b0b0b0;
--text-4: #8a8a8a;
--background: #202020;
--background-1: #202020;
--background-2: #404040;
--background-3: #606060;
--background-4: #808080;
--background-rgb: 32, 32, 32;
}
}
@media (prefers-color-scheme: light) {
}
/* BUTTONS */
.button,
button {
font-size: 14px;
color: var(--text);
border-radius: 1000px;
outline: none;
border: var(--green-2) 2px solid;
background-color: var(--background);
text-align: center;
padding: 5px 10px;
cursor: pointer;
transition: all 300ms ease-in-out, border-width 100ms ease-in-out;
}
.button:hover,
button:hover {
border-color: var(--green-3);
background-color: var(--green-1);
}
.button:active,
button:active {
border-color: var(--green-4);
background-color: var(--green-2);
transform: scale(0.95, 0.95);
transition-duration: 100ms;
}
.button.focus:focus,
button.focus:focus {
border-color: var(--green-3);
border-width: 5px;
}
.button:disabled,
button:disabled {
cursor: default;
opacity: 0.3;
}
.button:disabled:hover,
button:disabled:hover {
background-color: var(--background);
border-color: var(--red-3);
}
.danger-button {
border-color: var(--red-2);
}
.danger-button:hover {
border-color: var(--red-3);
background-color: var(--red-1);
}
.danger-button:active {
border-color: var(--red-4);
background-color: var(--red-2);
}
.danger-button.focus:focus {
border-color: var(--red-3);
}
.danger-button:disabled:hover {
border-color: var(--green-3);
}
button.unstyled-button {
background-color: transparent;
border: none;
padding: 0px;
}
/* TRANSITIONS */
.settings > .panel.animate-in {
opacity: 1;
visibility: visible;
transition-property: all, transform;
transition-duration: 200ms;
transition-timing-function: linear, ease-out;
}
.settings > .panel.animate-out {
opacity: 0;
visibility: hidden;
transform: translateX(-20px);
transition-property: opacity, visibility, transform;
transition-duration: 200ms, 200ms, 200ms;
transition-timing-function: linear, linear, ease-in;
}
.settings-toggle {
transition-property: fill-opacity, fill, filter, transform;
transition-duration: 200ms;
transition-timing-function: linear, linear, linear, ease-in-out;
fill-opacity: 0.5;
fill: white;
filter: drop-shadow(0 0 5px #000000a0);
}
button:hover > .settings-toggle,
.settings-toggle:hover {
fill-opacity: 1;
transform: rotate(15deg);
}
button:hover > .settings-toggle.enabled,
.settings-toggle.enabled:hover {
transform: rotate(75deg);
}
.settings-toggle.enabled {
fill: var(--text);
transform: rotate(90deg);
filter: none;
}
/* LAYOUT */
.list {
display: flex;
flex-flow: column nowrap;
}
.bottom-left {
position: absolute;
bottom: 0;
left: 0;
}
.left-align {
text-align: left;
}
/* Components */
.panel {
background-color: rgba(var(--background-rgb), 0.5);
/* padding: 10px; */
border: 10px solid transparent;
border-radius: 20px;
}
/* LIST */
.v-list {
display: flex;
flex-flow: column nowrap;
flex-shrink: 0;
overflow-y: auto;
gap: 20px;
}
.h-list {
display: flex;
flex-flow: row nowrap;
flex-shrink: 0;
overflow-x: auto;
gap: 5px;
}
.h-list::-webkit-scrollbar,
.v-list::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.h-list::-webkit-scrollbar-thumb,
.v-list::-webkit-scrollbar-thumb {
background: rgba(var(--green-rgb), 0.5);
border-radius: 5px;
}
.h-list::-webkit-scrollbar-thumb:hover,
.v-list::-webkit-scrollbar-thumb:hover {
background: var(--green);
}
.h-list.scroll-padding {
padding-bottom: 3px;
border-color: transparent;
border-width: 10px 10px 3px 10px;
border-style: solid;
}
.flex-item {
flex: 1 1 0;
}
.image {
background-size: cover;
background-position: center center;
}
/* UNIQUE COMPONENTS */
.background {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
height: 100vh;
width: 100vw;
transition: opacity 2s ease-in-out;
background-color: var(--background);
}
.settings > .panel {
width: 500px;
max-height: 800px;
margin: 10px;
}
.clock {
color: white;
text-shadow: 0 0 10px black;
font-size: 5vw;
font-family: sans-serif;
font-weight: lighter;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} | 0.412648 | 0.07088 |
body{
font-family: 'Quicksand', sans-serif;
text-align: center;
letter-spacing: 0.2em;
}
.container{
color:cornsilk;
background-color:darkgray;
width: 400px;
height:100px;
border-radius: 25px;
overflow: auto;
text-align: center;
font-family: 'Quicksand', sans-serif;
color: #2517e8;
text-transform: uppercase;
}
/* li{
position: relative;
height: 200px;
overflow: auto;
} */
ul{
position: relative;
height: 200px;
overflow: auto;
}
span{
margin:10px auto;
font-weight: bolder;
color: white;
}
p{
margin:10px auto;
position: relative;
color: cornsilk;
}
h1{
background-color: rgb(23,215,223);
background: linear-gradient(106deg, rgba(23,215,223,1) 0%, rgba(182,54,217,1) 35%, rgba(0,53,255,1) 100%);
color: cornsilk;
height:60px;
}
h3{
text-align: center;
background-color: rgb(23,215,223);
background: linear-gradient(106deg, rgba(23,215,223,1) 0%, rgba(182,54,217,1) 35%, rgba(0,53,255,1) 100%);;
color: cornsilk;
}
button{
box-shadow: 0px 10px 14px -7px #332773;
background:linear-gradient(to bottom, #d43fd4 5%, #2517e8 100%);
background-color:#d43fd4;
border-radius:8px;
display:inline-block;
cursor:pointer;
color: cornsilk;
font-family: 'Quicksand', sans-serif;
font-size:20px;
font-weight:bold;
padding:13px 32px;
text-decoration:none;
text-shadow: 0px 1px 0px #3e488a;
letter-spacing: 0.3em;
margin-top: 65px
}
button:hover {
background:linear-gradient(to bottom, #2517e8 5%, #d43fd4 100%);
background-color: blue;
}
button:active {
position:relative;
top:1px;
}
button:hover{
color: darkgray;
}
nav{
background-color: rgb(23,215,223);
background: linear-gradient(106deg, rgba(23,215,223,1) 0%, rgba(182,54,217,1) 35%, rgba(0,53,255,1) 100%);
position: relative;
}
a{
color: cornsilk;
}
a:hover{
color: darkgray;
}
.acctNum:hover{
color: white;
} | public/styles/account/index.css | body{
font-family: 'Quicksand', sans-serif;
text-align: center;
letter-spacing: 0.2em;
}
.container{
color:cornsilk;
background-color:darkgray;
width: 400px;
height:100px;
border-radius: 25px;
overflow: auto;
text-align: center;
font-family: 'Quicksand', sans-serif;
color: #2517e8;
text-transform: uppercase;
}
/* li{
position: relative;
height: 200px;
overflow: auto;
} */
ul{
position: relative;
height: 200px;
overflow: auto;
}
span{
margin:10px auto;
font-weight: bolder;
color: white;
}
p{
margin:10px auto;
position: relative;
color: cornsilk;
}
h1{
background-color: rgb(23,215,223);
background: linear-gradient(106deg, rgba(23,215,223,1) 0%, rgba(182,54,217,1) 35%, rgba(0,53,255,1) 100%);
color: cornsilk;
height:60px;
}
h3{
text-align: center;
background-color: rgb(23,215,223);
background: linear-gradient(106deg, rgba(23,215,223,1) 0%, rgba(182,54,217,1) 35%, rgba(0,53,255,1) 100%);;
color: cornsilk;
}
button{
box-shadow: 0px 10px 14px -7px #332773;
background:linear-gradient(to bottom, #d43fd4 5%, #2517e8 100%);
background-color:#d43fd4;
border-radius:8px;
display:inline-block;
cursor:pointer;
color: cornsilk;
font-family: 'Quicksand', sans-serif;
font-size:20px;
font-weight:bold;
padding:13px 32px;
text-decoration:none;
text-shadow: 0px 1px 0px #3e488a;
letter-spacing: 0.3em;
margin-top: 65px
}
button:hover {
background:linear-gradient(to bottom, #2517e8 5%, #d43fd4 100%);
background-color: blue;
}
button:active {
position:relative;
top:1px;
}
button:hover{
color: darkgray;
}
nav{
background-color: rgb(23,215,223);
background: linear-gradient(106deg, rgba(23,215,223,1) 0%, rgba(182,54,217,1) 35%, rgba(0,53,255,1) 100%);
position: relative;
}
a{
color: cornsilk;
}
a:hover{
color: darkgray;
}
.acctNum:hover{
color: white;
} | 0.60964 | 0.113089 |
html{
font-size:62.5%;
}
body {
margin: 0;
padding: 0;
font-family: Arial;
background-color: #ffffff;
}
*,*:before,*:after{
box-sizing:border-box;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
a {
cursor: pointer;
text-decoration: none;
}
h1,h2,p {
margin: 0;
}
img {
border: none;
}
button{
border: none;
background: none;
padding: 0;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.YK_play{
background: #000;
width: 100%;
margin: 0 auto;
position: relative;
clear: both;
max-width: 1200px;
}
.YK_play .back_play{
width: 100%;
margin: 0 auto;
max-width: 1200px;
}
/*@media screen and (max-width: 1275px){
.YK_play .back_play{
width: 100%;
}
}*/
.YK_play .back_play li{
float: left;
width: 50%;
margin-top: 120px;
margin-bottom: 120px;
}
.YK_play .back_play li img{
width: 100%;
}
.YK_play .line_play{
clear: both;
position: relative;
}
.YK_play .line_play .line{
height:5px;
border:none;
border-top:5px;
width: 100%;
color: rgba(255,255,255,0.35);
background: rgba(255,255,255,0.35);
position: absolute;
left: 0;
bottom: 20px;
}
.YK_play .line_play .shortline{
height:5px;
border:none;
border-top:5px;
width: 200px;
color: rgb(25,120,214);
background: rgb(25,120,214);
position: absolute;
left: 0;
bottom: 20px;
}
.YK_play .gray{
height:100%;
width: 100%;
background-color:#262626;
position:absolute;
opacity:0.7;
top:0;
left:0;
z-index:10;
}
.font_play{
width: 80%;
position: absolute;
top: 60px;
left: 50%;
margin-left: -40%;
z-index: 20;
/* width: 946px;
position: absolute;
top: 60px;
left: 50%;
margin-left:-25%;
z-index: 20;*/
}
/*@media screen and (max-width: 1275px){
.font_play{
width: 70%;
margin-left:-35%;
}
}*/
.font_play button{
width: 60px;
height: 60px;
background: rgba(255,255,255,0.2);
border:none;
}
.font_play .bt_left{
display: inline-block;
position: absolute;
top: 50%;
margin-top: -30px;
left:-10%;
font-size: 2.4rem;
}
.font_play .bt_right{
display: inline-block;
position: absolute;
top: 50%;
margin-top: -30px;
right:-10%;
font-size: 2.4rem;
}
.font_play .video_font_play{
width: 100%;
max-width: 946px;
}
.font_play .gray_little{
background: rgba(38,38,38,0.3);
width: 100%;
height: 60px;
position: absolute;
bottom: 2px;
left: 0;
text-align: center;
line-height: 60px;
}
.font_play .gray_little p{
font-weight: bold;
font-size: 2.5rem;
color: #ffffff;
}
/*module1 finished*/
/*module2 start*/
.OW_trainng{
margin:0 auto;
margin-top: 90px;
width: 100%;
padding: 0 15px;
clear: both;
max-width: 1200px;
overflow: hidden;
}
.OW_trainng .OW_title{
height: 35px;
line-height: 35px;
}
.OW_trainng .ow_tit{
clear: both;
font-size: 3.5rem;
color: #262626;
font-weight: bold;
float: left;
}
.OW_trainng .ow_more{
float: right;
font-size: 1.8rem;
font-weight: bold;
color: #666666;
}
.OW_trainng .left_1{
float: left;
width: 48.7%;
position: relative;
margin-top: 30px;
}
.OW_trainng .left_1 img{
width:100%;
height: 100%;
}
.OW_trainng .left_1 .controlBar{
position: absolute;
left: 0;
bottom: 2px;
width: 100%;
height: 60px;
line-height: 60px;
background: rgba(0,0,0,0.4);
}
.OW_trainng .left_1 .controlBar button{
float: left;
margin-left: 20px;
font-size: 2.4rem;
height: 60px;
}
.OW_trainng .left_1 .controlBar p{
float: left;
margin-left: 15px;
font-size: 2.5rem;
color: #ffffff;
}
.OW_trainng .left_1 .controlBar span{
float: right;
margin-right: 20px;
font-size: 1.6rem;
color: #ffffff;
height: 60px;
line-height: 60px;
}
.OW_trainng .right_4{
float: right;
width: 51.3%;
margin-top: 30px;
}
.OW_trainng .right_4 li{
float: left;
width: 45%;
margin-left: 5%;
}
.OW_trainng .right_4 li .picandsha{
position: relative;
}
.OW_trainng .right_4 li img{
width: 100%;
height: 100%;
max-width: 100%;
}
.OW_trainng .right_4 li .shadow_r4{
width: 100%;
height: 98.5%;
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.3);
display: block;
}
.OW_trainng .right_4 li .shadow_r4 img{
width: 35px;
height: 35px;
position: absolute;
top: 50%;
margin-top: -17.5px;
left: 50%;
margin-left: -17.5px;
}
.OW_trainng .right_4 li .shadow_r4 p{
position: absolute;
right: 10px;
bottom: 10px;
color: #ffffff;
font-size: 1.6rem;
}
.OW_trainng .right_4 li a{
font-size: 1.8rem;
color: #666666;
font-weight: bold;
display: inline-block;
margin-top: 15px;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.OW_trainng .right_4 li:first-child a{
margin-bottom: 30px;
}
.OW_trainng .right_4 li:nth-child(2) a{
margin-bottom: 30px;
}
/*module2 finished*/
/*module3 start*/
.CAR_intro{
margin:0 auto;
margin-top: 90px;
width: 100%;
padding: 0 15px;
clear: both;
max-width: 1200px;
overflow: hidden;
}
.CAR_intro .CAR_title{
height: 35px;
line-height: 35px;
}
.CAR_intro .car_tit{
clear: both;
font-size: 3.5rem;
color: #262626;
font-weight: bold;
float: left;
}
.CAR_intro .car_more{
float: right;
font-size: 1.8rem;
font-weight: bold;
color: #666666;
}
.CAR_intro .intro8{
float: right;
width: 100%;
margin-top: 30px;
}
.CAR_intro .intro8 .intro8_content{
margin-top: 45px;
display: inline-block;
width: 100%;
}
.CAR_intro .intro8 li{
float: left;
width: 23%;
margin-left: 2.6%;
}
.CAR_intro .intro8 li .picandsha{
position: relative;
}
.CAR_intro .intro8 li img{
width: 100%;
height: 100%;
max-width: 100%;
}
.CAR_intro .intro8 li .shadow_intro{
width: 100%;
height: 98.5%;
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.3);
}
.CAR_intro .intro8 li .shadow_intro img{
width: 35px;
height: 35px;
position: absolute;
top: 50%;
margin-top: -17.5px;
left: 50%;
margin-left: -17.5px;
}
.CAR_intro .intro8 li .shadow_intro p{
position: absolute;
right: 10px;
bottom: 10px;
color: #ffffff;
font-size: 1.6rem;
}
.CAR_intro .intro8 li a{
font-size: 1.8rem;
color: #666666;
font-weight: bold;
display: inline-block;
margin-top: 15px;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.CAR_intro .intro8 li:first-child,
.SA_sercice .intro8 .intro8_content li:first-child{
margin-left: 0;
}
.CAR_intro .intro8 li:nth-child(5){
margin-left: 0;
}
/*module2 finished*/
/*module3 start*/
.SA_sercice{
margin-top: 105px;
}
.SA_sercice .intro8 .intro8_content{
width: 100%;
}
.SA_sercice .intro8 li,
.SA_sercice .intro8 .intro8_content li{
width: 32%;
margin-left: 2%;
}
.SA_sercice .intro8 li .shadow_intro img{
width: 45px;
height: 45px;
position: absolute;
top: 50%;
margin-top: -22.5px;
left: 50%;
margin-left: -22.5px;
}
/*wide Screen*/
@media screen and (min-width:980px){
.littleSc{
display: none;
}
}
/*littleScreen*/
@media screen and (max-width:980px){
.no_littleScren{
display: none;
}
.font_play{
width: 100%;
position: static;
margin:auto;
z-index:normal;
margin-left: none;
}
.YK_play{
background: none;
}
.YK_play .line_play{
margin-top: 40px;
}
.OW_trainng {
margin-top: 60px;
}
}
.littleSc{
margin:0 auto;
margin-top: 60px;
width: 100%;
padding: 0 20px;
clear: both;
overflow: hidden;
}
.littleSc .littleSc_tit{
height: 35px;
line-height: 35px;
}
.littleSc .littlesc_tit{
clear: both;
font-size: 3.5rem;
color: #262626;
font-weight: bold;
float: left;
}
.littleSc .littlesc_more{
float: right;
font-size: 2.5rem;
font-weight: bold;
color: #666666;
}
.littleSc .littleSc_intro{
float: right;
width: 100%;
margin-top: 30px;
}
.littleSc .littleSc_intro .littleSc_intro_content{
margin-top: 45px;
display: inline-block;
width: 100%;
}
.littleSc .littleSc_intro li{
float: left;
width: 49%;
margin-left:2%;
}
.littleSc .littleSc_intro ul li:first-child{
margin-left: 0;
}
.littleSc .littleSc_intro li img{
width: 100%;
height: 100%;
max-width: 100%;
}
.littleSc .littleSc_intro li a{
font-size: 3rem;
color: #666666;
display: inline-block;
margin-top: 20px;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.littleSc .littleSc_intro li p{
font-size: 2rem;
color: #bbbbbb;
margin-top: 15px;
} | src/styles/page01.css | html{
font-size:62.5%;
}
body {
margin: 0;
padding: 0;
font-family: Arial;
background-color: #ffffff;
}
*,*:before,*:after{
box-sizing:border-box;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
a {
cursor: pointer;
text-decoration: none;
}
h1,h2,p {
margin: 0;
}
img {
border: none;
}
button{
border: none;
background: none;
padding: 0;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.YK_play{
background: #000;
width: 100%;
margin: 0 auto;
position: relative;
clear: both;
max-width: 1200px;
}
.YK_play .back_play{
width: 100%;
margin: 0 auto;
max-width: 1200px;
}
/*@media screen and (max-width: 1275px){
.YK_play .back_play{
width: 100%;
}
}*/
.YK_play .back_play li{
float: left;
width: 50%;
margin-top: 120px;
margin-bottom: 120px;
}
.YK_play .back_play li img{
width: 100%;
}
.YK_play .line_play{
clear: both;
position: relative;
}
.YK_play .line_play .line{
height:5px;
border:none;
border-top:5px;
width: 100%;
color: rgba(255,255,255,0.35);
background: rgba(255,255,255,0.35);
position: absolute;
left: 0;
bottom: 20px;
}
.YK_play .line_play .shortline{
height:5px;
border:none;
border-top:5px;
width: 200px;
color: rgb(25,120,214);
background: rgb(25,120,214);
position: absolute;
left: 0;
bottom: 20px;
}
.YK_play .gray{
height:100%;
width: 100%;
background-color:#262626;
position:absolute;
opacity:0.7;
top:0;
left:0;
z-index:10;
}
.font_play{
width: 80%;
position: absolute;
top: 60px;
left: 50%;
margin-left: -40%;
z-index: 20;
/* width: 946px;
position: absolute;
top: 60px;
left: 50%;
margin-left:-25%;
z-index: 20;*/
}
/*@media screen and (max-width: 1275px){
.font_play{
width: 70%;
margin-left:-35%;
}
}*/
.font_play button{
width: 60px;
height: 60px;
background: rgba(255,255,255,0.2);
border:none;
}
.font_play .bt_left{
display: inline-block;
position: absolute;
top: 50%;
margin-top: -30px;
left:-10%;
font-size: 2.4rem;
}
.font_play .bt_right{
display: inline-block;
position: absolute;
top: 50%;
margin-top: -30px;
right:-10%;
font-size: 2.4rem;
}
.font_play .video_font_play{
width: 100%;
max-width: 946px;
}
.font_play .gray_little{
background: rgba(38,38,38,0.3);
width: 100%;
height: 60px;
position: absolute;
bottom: 2px;
left: 0;
text-align: center;
line-height: 60px;
}
.font_play .gray_little p{
font-weight: bold;
font-size: 2.5rem;
color: #ffffff;
}
/*module1 finished*/
/*module2 start*/
.OW_trainng{
margin:0 auto;
margin-top: 90px;
width: 100%;
padding: 0 15px;
clear: both;
max-width: 1200px;
overflow: hidden;
}
.OW_trainng .OW_title{
height: 35px;
line-height: 35px;
}
.OW_trainng .ow_tit{
clear: both;
font-size: 3.5rem;
color: #262626;
font-weight: bold;
float: left;
}
.OW_trainng .ow_more{
float: right;
font-size: 1.8rem;
font-weight: bold;
color: #666666;
}
.OW_trainng .left_1{
float: left;
width: 48.7%;
position: relative;
margin-top: 30px;
}
.OW_trainng .left_1 img{
width:100%;
height: 100%;
}
.OW_trainng .left_1 .controlBar{
position: absolute;
left: 0;
bottom: 2px;
width: 100%;
height: 60px;
line-height: 60px;
background: rgba(0,0,0,0.4);
}
.OW_trainng .left_1 .controlBar button{
float: left;
margin-left: 20px;
font-size: 2.4rem;
height: 60px;
}
.OW_trainng .left_1 .controlBar p{
float: left;
margin-left: 15px;
font-size: 2.5rem;
color: #ffffff;
}
.OW_trainng .left_1 .controlBar span{
float: right;
margin-right: 20px;
font-size: 1.6rem;
color: #ffffff;
height: 60px;
line-height: 60px;
}
.OW_trainng .right_4{
float: right;
width: 51.3%;
margin-top: 30px;
}
.OW_trainng .right_4 li{
float: left;
width: 45%;
margin-left: 5%;
}
.OW_trainng .right_4 li .picandsha{
position: relative;
}
.OW_trainng .right_4 li img{
width: 100%;
height: 100%;
max-width: 100%;
}
.OW_trainng .right_4 li .shadow_r4{
width: 100%;
height: 98.5%;
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.3);
display: block;
}
.OW_trainng .right_4 li .shadow_r4 img{
width: 35px;
height: 35px;
position: absolute;
top: 50%;
margin-top: -17.5px;
left: 50%;
margin-left: -17.5px;
}
.OW_trainng .right_4 li .shadow_r4 p{
position: absolute;
right: 10px;
bottom: 10px;
color: #ffffff;
font-size: 1.6rem;
}
.OW_trainng .right_4 li a{
font-size: 1.8rem;
color: #666666;
font-weight: bold;
display: inline-block;
margin-top: 15px;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.OW_trainng .right_4 li:first-child a{
margin-bottom: 30px;
}
.OW_trainng .right_4 li:nth-child(2) a{
margin-bottom: 30px;
}
/*module2 finished*/
/*module3 start*/
.CAR_intro{
margin:0 auto;
margin-top: 90px;
width: 100%;
padding: 0 15px;
clear: both;
max-width: 1200px;
overflow: hidden;
}
.CAR_intro .CAR_title{
height: 35px;
line-height: 35px;
}
.CAR_intro .car_tit{
clear: both;
font-size: 3.5rem;
color: #262626;
font-weight: bold;
float: left;
}
.CAR_intro .car_more{
float: right;
font-size: 1.8rem;
font-weight: bold;
color: #666666;
}
.CAR_intro .intro8{
float: right;
width: 100%;
margin-top: 30px;
}
.CAR_intro .intro8 .intro8_content{
margin-top: 45px;
display: inline-block;
width: 100%;
}
.CAR_intro .intro8 li{
float: left;
width: 23%;
margin-left: 2.6%;
}
.CAR_intro .intro8 li .picandsha{
position: relative;
}
.CAR_intro .intro8 li img{
width: 100%;
height: 100%;
max-width: 100%;
}
.CAR_intro .intro8 li .shadow_intro{
width: 100%;
height: 98.5%;
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.3);
}
.CAR_intro .intro8 li .shadow_intro img{
width: 35px;
height: 35px;
position: absolute;
top: 50%;
margin-top: -17.5px;
left: 50%;
margin-left: -17.5px;
}
.CAR_intro .intro8 li .shadow_intro p{
position: absolute;
right: 10px;
bottom: 10px;
color: #ffffff;
font-size: 1.6rem;
}
.CAR_intro .intro8 li a{
font-size: 1.8rem;
color: #666666;
font-weight: bold;
display: inline-block;
margin-top: 15px;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.CAR_intro .intro8 li:first-child,
.SA_sercice .intro8 .intro8_content li:first-child{
margin-left: 0;
}
.CAR_intro .intro8 li:nth-child(5){
margin-left: 0;
}
/*module2 finished*/
/*module3 start*/
.SA_sercice{
margin-top: 105px;
}
.SA_sercice .intro8 .intro8_content{
width: 100%;
}
.SA_sercice .intro8 li,
.SA_sercice .intro8 .intro8_content li{
width: 32%;
margin-left: 2%;
}
.SA_sercice .intro8 li .shadow_intro img{
width: 45px;
height: 45px;
position: absolute;
top: 50%;
margin-top: -22.5px;
left: 50%;
margin-left: -22.5px;
}
/*wide Screen*/
@media screen and (min-width:980px){
.littleSc{
display: none;
}
}
/*littleScreen*/
@media screen and (max-width:980px){
.no_littleScren{
display: none;
}
.font_play{
width: 100%;
position: static;
margin:auto;
z-index:normal;
margin-left: none;
}
.YK_play{
background: none;
}
.YK_play .line_play{
margin-top: 40px;
}
.OW_trainng {
margin-top: 60px;
}
}
.littleSc{
margin:0 auto;
margin-top: 60px;
width: 100%;
padding: 0 20px;
clear: both;
overflow: hidden;
}
.littleSc .littleSc_tit{
height: 35px;
line-height: 35px;
}
.littleSc .littlesc_tit{
clear: both;
font-size: 3.5rem;
color: #262626;
font-weight: bold;
float: left;
}
.littleSc .littlesc_more{
float: right;
font-size: 2.5rem;
font-weight: bold;
color: #666666;
}
.littleSc .littleSc_intro{
float: right;
width: 100%;
margin-top: 30px;
}
.littleSc .littleSc_intro .littleSc_intro_content{
margin-top: 45px;
display: inline-block;
width: 100%;
}
.littleSc .littleSc_intro li{
float: left;
width: 49%;
margin-left:2%;
}
.littleSc .littleSc_intro ul li:first-child{
margin-left: 0;
}
.littleSc .littleSc_intro li img{
width: 100%;
height: 100%;
max-width: 100%;
}
.littleSc .littleSc_intro li a{
font-size: 3rem;
color: #666666;
display: inline-block;
margin-top: 20px;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.littleSc .littleSc_intro li p{
font-size: 2rem;
color: #bbbbbb;
margin-top: 15px;
} | 0.556159 | 0.064653 |
play-time {
white-space: pre;
display: block;
width: 100%;
max-width: 600px;
margin: auto;
height: 300px;
position: relative;
}
.play-credit {
position: absolute;
top: -23px;
right: 0;
color: white;
margin-right: 8px;
font-size: 14px;
text-decoration: none;
font-family: monospace;
}
.browser .play-credit {
color: inherit;
}
play-time.active {
white-space: normal;
}
play-control {
display: flex;
position: absolute;
bottom: -40px;
width: 100%;
font-size: 20px;
text-align: center;
}
play-control .step,
play-control .play {
cursor: pointer;
height: 30px;
background: #eee;
transition: all 0.3s ease;
display: flex;
justify-content: center;
align-items: center;
}
play-control .play {
flex-basis: 50px;
margin-right: 8px;
border-radius: 4px;
}
play-control .play::before {
content: "";
box-sizing: border-box;
display: inline-block;
border: 5px solid black;
border-width: 12px;
border-color: transparent transparent transparent black;
width: 0;
height: 6px;
transform: scaleY(0.6) translateX(7px);
}
.play play-control .play::before {
width: 14px;
height: 14px;
border: 5px solid black;
border-width: 0 5px 0 5px;
transform: none;
}
play-control .step {
flex-grow: 1;
background: #d3e1ff;
}
play-control .step::before {
content: "";
width: 12px;
height: 12px;
border-radius: 10px;
background: white;
transition: all 0.2s ease;
}
play-control .active ~ .step {
background: #eee;
}
play-control .active {
box-shadow: inset -3px 0 #709eff;
}
play-control .active.step:last-child {
box-shadow: none;
}
play-control .step:hover {
background: #acc5fb;
}
play-control .step.visited::before {
background: #709eff;
}
play-control > *:nth-child(2) {
border-radius: 4px 0 0 4px;
}
play-control .step:last-child {
border-radius: 0 4px 4px 0;
}
play-window {
display: block;
width: 100%;
height: 300px;
border: 2px solid #333;
border-top: 26px solid #333;
box-sizing: border-box;
font-size: 16px;
margin: 0;
line-height: 1.5;
padding: 6px;
position: absolute;
top: 0;
left: 0;
transform: scale(0.5);
opacity: 0;
white-space: normal;
pointer-events: none;
transition: all 0.3s ease 0.3s;
border-radius: 4px;
}
play-window .content {
overflow: auto;
height: 100%;
}
play-window.visible {
transform: scale(1);
pointer-events: all;
}
play-window.active {
z-index: 10;
opacity: 1;
transition: all 0.3s ease;
}
play-window::before,
play-window::after {
content: "";
position: absolute;
width: 12px;
height: 12px;
background: #f55;
top: -18px;
left: 8px;
border-radius: 50%;
z-index: 10;
}
play-window::after {
content: attr(data-title);
left: 26px;
background: #3d3;
padding-left: 12px;
width: 0;
line-height: 12px;
font-size: 14px;
font-family: monospace;
color: #fff;
white-space: pre;
}
pre {
margin: 0;
width: 100%;
}
code {
display: block;
}
.browser {
background: #fff;
color: #333;
border-color: #ddd;
}
.browser::after {
color: #333;
}
.code {
color: white;
background: hsl(0, 0%, 8%);
display: block;
unicode-bidi: embed;
font-family: monospace;
white-space: pre;
}
.terminal {
background: #303;
color: #fff;
display: block;
unicode-bidi: embed;
font-family: monospace;
white-space: pre;
} | demo/terminal/play.css | play-time {
white-space: pre;
display: block;
width: 100%;
max-width: 600px;
margin: auto;
height: 300px;
position: relative;
}
.play-credit {
position: absolute;
top: -23px;
right: 0;
color: white;
margin-right: 8px;
font-size: 14px;
text-decoration: none;
font-family: monospace;
}
.browser .play-credit {
color: inherit;
}
play-time.active {
white-space: normal;
}
play-control {
display: flex;
position: absolute;
bottom: -40px;
width: 100%;
font-size: 20px;
text-align: center;
}
play-control .step,
play-control .play {
cursor: pointer;
height: 30px;
background: #eee;
transition: all 0.3s ease;
display: flex;
justify-content: center;
align-items: center;
}
play-control .play {
flex-basis: 50px;
margin-right: 8px;
border-radius: 4px;
}
play-control .play::before {
content: "";
box-sizing: border-box;
display: inline-block;
border: 5px solid black;
border-width: 12px;
border-color: transparent transparent transparent black;
width: 0;
height: 6px;
transform: scaleY(0.6) translateX(7px);
}
.play play-control .play::before {
width: 14px;
height: 14px;
border: 5px solid black;
border-width: 0 5px 0 5px;
transform: none;
}
play-control .step {
flex-grow: 1;
background: #d3e1ff;
}
play-control .step::before {
content: "";
width: 12px;
height: 12px;
border-radius: 10px;
background: white;
transition: all 0.2s ease;
}
play-control .active ~ .step {
background: #eee;
}
play-control .active {
box-shadow: inset -3px 0 #709eff;
}
play-control .active.step:last-child {
box-shadow: none;
}
play-control .step:hover {
background: #acc5fb;
}
play-control .step.visited::before {
background: #709eff;
}
play-control > *:nth-child(2) {
border-radius: 4px 0 0 4px;
}
play-control .step:last-child {
border-radius: 0 4px 4px 0;
}
play-window {
display: block;
width: 100%;
height: 300px;
border: 2px solid #333;
border-top: 26px solid #333;
box-sizing: border-box;
font-size: 16px;
margin: 0;
line-height: 1.5;
padding: 6px;
position: absolute;
top: 0;
left: 0;
transform: scale(0.5);
opacity: 0;
white-space: normal;
pointer-events: none;
transition: all 0.3s ease 0.3s;
border-radius: 4px;
}
play-window .content {
overflow: auto;
height: 100%;
}
play-window.visible {
transform: scale(1);
pointer-events: all;
}
play-window.active {
z-index: 10;
opacity: 1;
transition: all 0.3s ease;
}
play-window::before,
play-window::after {
content: "";
position: absolute;
width: 12px;
height: 12px;
background: #f55;
top: -18px;
left: 8px;
border-radius: 50%;
z-index: 10;
}
play-window::after {
content: attr(data-title);
left: 26px;
background: #3d3;
padding-left: 12px;
width: 0;
line-height: 12px;
font-size: 14px;
font-family: monospace;
color: #fff;
white-space: pre;
}
pre {
margin: 0;
width: 100%;
}
code {
display: block;
}
.browser {
background: #fff;
color: #333;
border-color: #ddd;
}
.browser::after {
color: #333;
}
.code {
color: white;
background: hsl(0, 0%, 8%);
display: block;
unicode-bidi: embed;
font-family: monospace;
white-space: pre;
}
.terminal {
background: #303;
color: #fff;
display: block;
unicode-bidi: embed;
font-family: monospace;
white-space: pre;
} | 0.532182 | 0.070208 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(../ext/fonts/roboto-300-normal.woff2) format('woff'), url(../ext/fonts/roboto-300-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(../ext/fonts/roboto-400-normal.woff2) format('woff'), url(../ext/fonts/roboto-400-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(../ext/fonts/roboto-500-normal.woff2) format('woff'), url(../ext/fonts/roboto-500-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(../ext/fonts/roboto-700-normal.woff2) format('woff'), url(../ext/fonts/roboto-700-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(../ext/fonts/roboto-mono-300-normal.woff2) format('woff'), url(../ext/fonts/roboto-mono-300-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(../ext/fonts/roboto-mono-400-normal.woff2) format('woff'), url(../ext/fonts/roboto-mono-400-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(../ext/fonts/roboto-mono-500-normal.woff2) format('woff'), url(../ext/fonts/roboto-mono-500-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(../ext/fonts/roboto-mono-700-normal.woff2) format('woff'), url(../ext/fonts/roboto-mono-700-normal.woff) format('woff');
} | desktop/core/src/desktop/static/desktop/css/roboto.css | @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(../ext/fonts/roboto-300-normal.woff2) format('woff'), url(../ext/fonts/roboto-300-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(../ext/fonts/roboto-400-normal.woff2) format('woff'), url(../ext/fonts/roboto-400-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(../ext/fonts/roboto-500-normal.woff2) format('woff'), url(../ext/fonts/roboto-500-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(../ext/fonts/roboto-700-normal.woff2) format('woff'), url(../ext/fonts/roboto-700-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: local('Roboto Mono Light'), local('RobotoMono-Light'), url(../ext/fonts/roboto-mono-300-normal.woff2) format('woff'), url(../ext/fonts/roboto-mono-300-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(../ext/fonts/roboto-mono-400-normal.woff2) format('woff'), url(../ext/fonts/roboto-mono-400-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 500;
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), url(../ext/fonts/roboto-mono-500-normal.woff2) format('woff'), url(../ext/fonts/roboto-mono-500-normal.woff) format('woff');
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(../ext/fonts/roboto-mono-700-normal.woff2) format('woff'), url(../ext/fonts/roboto-mono-700-normal.woff) format('woff');
} | 0.186465 | 0.041076 |
/* ========================================= */
/* == Animations =========================== */
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(0);
}
100% {
opacity: 1;
-webkit-transform: translateX(20px);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
@-webkit-keyframes fadeOutHeigth {
0% {
opacity: 1;
}
100% {
opacity: 0;
height: 0;
margin-top: 0;
margin-bottom: 0;
border-top: 0;
border-bottom: 0;
}
}
@keyframes fadeOutHeigth {
0% {
opacity: 1;
}
100% {
opacity: 0;
height: 0;
margin-top: 0;
margin-bottom: 0;
border-top: 0;
border-bottom: 0;
}
} | src/shared/animations.css | /* ========================================= */
/* == Animations =========================== */
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(0);
}
100% {
opacity: 1;
-webkit-transform: translateX(20px);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
@-webkit-keyframes fadeOutHeigth {
0% {
opacity: 1;
}
100% {
opacity: 0;
height: 0;
margin-top: 0;
margin-bottom: 0;
border-top: 0;
border-bottom: 0;
}
}
@keyframes fadeOutHeigth {
0% {
opacity: 1;
}
100% {
opacity: 0;
height: 0;
margin-top: 0;
margin-bottom: 0;
border-top: 0;
border-bottom: 0;
}
} | 0.42656 | 0.110136 |
.slick-prev:before,
.slick-next:before {
color: #333 !important;
}
.modal-body img{
width: 100%;
}
.style_wrapper__1BeS5 {
max-width: var(--page-width-with-margin);
padding-left: var(--page-margin);
padding-right: var(--page-margin);
}
.carousel-wrapper .style_root__3iCRH {
padding: 0px;
margin: 10px;
color: white;
}
.carousel-wrapper a {
text-decoration: none;
}
.carousel-wrapper .style_root__3iCRH img {
width: 100%;
height: 300px;
object-fit: cover;
}
.blog-main .style_root__3iCRH img {
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 5px;
filter: contrast(0.6);
}
.blog-main .style_root__3iCRH {
padding: calc(0px);
}
.style_root__3iCRH {
display: block;
padding: calc(22.4px + 4.8vw);
background: #fff;
color: white;
border-radius: 5px;
box-shadow: 0 2px 40px 0 rgba(23, 41, 64, 0.05),
0 5px 10px 0 rgba(23, 41, 64, 0.1);
text-decoration: none;
/*color: var(--base-body-color);*/
-webkit-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out;
background-position: 50%;
background-size: 100%;
transition: 0.3s;
}
.style_root__3iCRH:hover {
transform: scale(0.97);
color: white;
}
.style_rootInner__32CX1 {
max-width: 750px;
margin: 0 auto;
text-align: center;
}
.carousel-wrapper .style_title__1jQC3 {
/*margin-top: -136px;*/
color: #333;
background: bisque;
padding: 10px;
font-size: calc(19.4px + 0.55vw);
font-weight: 800;
}
.style_title__1jQC3 {
/*font-family: var(--font-headline);*/
font-family: "Questrial", sans-serif;
font-size: calc(19.4px + 2.55vw);
margin-bottom: 20px;
line-height: 1.1;
margin-top: -165px;
font-weight: 800;
text-transform: uppercase;
position: relative;
}
.style_root__3iCRH.falda__imagen,
.style_root__3iCRH.overol__imagen {
background-repeat: no-repeat;
background-size: cover;
background-position-x: center;
}
.style_root__3iCRH.bi__imagen {
background-image: url("~/static/sec-bi.jpeg");
background-position: center;
filter: grayscale(1);
}
.style_root__3iCRH.falda__imagen {
background-image: url("~/static/fa.jpeg");
}
.style_root__3iCRH.overol__imagen {
background-image: url("~/static/sec-ove.jpg");
filter: grayscale(1);
}
/*SECCIONES - FIN*/
/*TERCEROS*/
.fs-container .fs-listings,
.fs-switcher {
padding: 0 25px;
margin: 0;
}
.fs-content .listing-item-container,
section.fullwidth .listing-item-container {
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
background-color: #fff;
background: #fff;
}
.listing-item-container {
/*background-color: #f6f6f6;*/
display: block;
height: 100%;
width: 100%;
border-radius: 4px;
transform: translateZ(0);
transition: transform 0.3s;
margin-bottom: 30px;
}
.listing-item-container.compact .listing-item {
border-radius: 4px;
}
.listing-item {
overflow: hidden;
}
.listing-item {
background: #ccc;
border-radius: 4px 4px 0 0;
height: 100%;
display: block;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
height: 265px;
z-index: 100;
cursor: pointer;
}
.listing-item:before {
content: "";
top: 0;
position: absolute;
z-index: 9;
background: linear-gradient(
0deg,
rgba(35, 35, 37, 0.9) 0,
rgba(35, 35, 37, 0.45) 35%,
rgba(22, 22, 23, 0) 60%,
transparent
);
background-color: rgba(35, 35, 37, 0.2);
opacity: 1;
}
.listing-item:before,
.listing-item img {
height: 100%;
width: 100%;
border-radius: 4px 4px 0 0;
}
.listing-item img {
object-fit: cover;
max-width: 100%;
vertical-align: middle;
border: 0;
}
.listing-badge.now-open {
background-color: #353535;
letter-spacing: 3px;
}
.listing-badge {
float: left;
position: absolute;
/* transform: rotate(45deg); */
transform: rotate(0deg);
right: -131px;
top: -2px;
text-align: left;
width: 200px;
font-size: 12.5px;
margin: 0;
z-index: 999;
color: #fff;
font-weight: 500;
line-height: 40px;
padding-left: 9px;
border-radius: inherit;
}
.listing-badge-home.now-open-home {
background-color: #353535;
letter-spacing: 3px;
color: white;
margin-top: -280px;
border-radius: 0px 5px 5px 0px;
}
.listing-badge-home {
float: left;
/* position: absolute; */
/* transform: rotate(45deg); */
transform: rotate(0deg);
/* right: -131px; */
text-align: left;
width: 145px;
font-size: 12.5px;
margin: 0;
z-index: 999;
font-weight: 500;
padding-left: 9px;
}
.listing-item-content {
position: absolute;
bottom: 28px;
left: 0;
padding: 0 90px 0 32px;
width: 100%;
z-index: 50;
box-sizing: border-box;
}
span.like-icon {
color: #fff;
font-size: 19px;
position: absolute;
z-index: 101;
right: 30px;
bottom: 30px;
cursor: normal;
background-color: rgba(24, 24, 24, 0.4);
display: block;
height: 44px;
width: 44px;
border-radius: 50%;
transition: all 0.4s;
}
.listing-item-container:hover {
transform: translate3d(0, -6px, 0);
}
.numerical-rating.mid {
background-color: #c0c52a;
}
.compact .numerical-rating {
margin: 0 0 8px;
}
.numerical-rating {
color: #fff;
font-size: 14px;
font-weight: 600;
text-align: center;
line-height: 26px;
height: 26px;
width: 44px;
display: inline-block;
position: relative;
border-radius: 50px;
letter-spacing: -0.5px;
background-color: hsla(0, 0%, 100%, 0.2);
margin: 15px 32px;
}
.numerical-rating:before {
content: attr(data-rating);
}
.listing-item-content h3 {
color: #fff;
font-size: 20px;
bottom: -1px;
position: relative;
font-weight: 500;
margin: 0;
line-height: 31px;
text-transform: uppercase;
}
.outer-container .blog-title {
text-transform: uppercase;
}
.listing-item-content span {
font-size: 16px;
font-weight: 300;
display: inline-block;
color: hsla(0, 0%, 100%, 0.7);
letter-spacing: 1px;
}
.listing-content {
font-size: 20px;
display: inline-block;
color: hsla(0, 0%, 100%, 0.7);
letter-spacing: 1px;
vertical-align: -webkit-baseline-middle;
}
.outer-container.main .img-principal {
width: 400px;
display: block;
margin: auto;
}
.outer-container .imagen__section img {
width: 100%;
}
.navbar {
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
background-color: hsla(0, 0%, 100%, 0.8);
-webkit-backdrop-filter: saturate(180%) blur(5px);
backdrop-filter: saturate(180%) blur(5px);
/* filter: invert(); */
}
.navbar-brand {
padding-top: initial;
/* margin: auto; */
}
.navbar-nav .nav-link {
padding: 0rem 1rem;
}
.slick-dots {
/* margin-top: -15px !important; */
position: initial !important;
}
.slick-dots li button:before {
font-size: 10px !important;
}
.navbar-brand {
padding-bottom: 0px;
}
.nav-custom .h6 {
margin-bottom: 0px;
}
.modal-content {
border: none;
}
.hero-body {
padding: 20px;
background: linear-gradient(
90deg,
rgba(235, 235, 235, 1) 0%,
rgba(45, 251, 173, 0.31416316526610644) 92%,
rgba(0, 228, 255, 0.258140756302521) 100%
);
box-shadow: 0 2px 40px 0 rgb(23 41 64 / 5%), 0 5px 10px 0 rgb(23 41 64 / 10%);
border-radius: 10px;
margin: 0px 50px;
}
.flotante {
display: scroll;
position: fixed;
bottom: 14px;
right: 0px;
}
.pago {
text-align: center;
}
.pago img {
display: initial;
margin-bottom: 25px;
}
/*slider para las UID - inicio*/
.slider-custom {
width: 90%;
margin: auto;
margin-top: 25px;
}
.slider-custom img {
height: 400px !important;
object-fit: cover;
}
.slick-track {
margin: auto;
}
p {
margin-bottom: 0px !important;
}
/*slider para las UID - fin*/
@media (min-width: 992px) {
.navbar-expand-lg {
justify-content: space-between !important;
}
}
@media (max-width: 600px) {
.outer-container.main .img-principal {
width: 100%;
}
.hero-body {
margin: 0px 0px;
}
.hero-body h2 {
font-size: 22px;
}
} | assets/css/main.css |
.slick-prev:before,
.slick-next:before {
color: #333 !important;
}
.modal-body img{
width: 100%;
}
.style_wrapper__1BeS5 {
max-width: var(--page-width-with-margin);
padding-left: var(--page-margin);
padding-right: var(--page-margin);
}
.carousel-wrapper .style_root__3iCRH {
padding: 0px;
margin: 10px;
color: white;
}
.carousel-wrapper a {
text-decoration: none;
}
.carousel-wrapper .style_root__3iCRH img {
width: 100%;
height: 300px;
object-fit: cover;
}
.blog-main .style_root__3iCRH img {
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 5px;
filter: contrast(0.6);
}
.blog-main .style_root__3iCRH {
padding: calc(0px);
}
.style_root__3iCRH {
display: block;
padding: calc(22.4px + 4.8vw);
background: #fff;
color: white;
border-radius: 5px;
box-shadow: 0 2px 40px 0 rgba(23, 41, 64, 0.05),
0 5px 10px 0 rgba(23, 41, 64, 0.1);
text-decoration: none;
/*color: var(--base-body-color);*/
-webkit-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out;
background-position: 50%;
background-size: 100%;
transition: 0.3s;
}
.style_root__3iCRH:hover {
transform: scale(0.97);
color: white;
}
.style_rootInner__32CX1 {
max-width: 750px;
margin: 0 auto;
text-align: center;
}
.carousel-wrapper .style_title__1jQC3 {
/*margin-top: -136px;*/
color: #333;
background: bisque;
padding: 10px;
font-size: calc(19.4px + 0.55vw);
font-weight: 800;
}
.style_title__1jQC3 {
/*font-family: var(--font-headline);*/
font-family: "Questrial", sans-serif;
font-size: calc(19.4px + 2.55vw);
margin-bottom: 20px;
line-height: 1.1;
margin-top: -165px;
font-weight: 800;
text-transform: uppercase;
position: relative;
}
.style_root__3iCRH.falda__imagen,
.style_root__3iCRH.overol__imagen {
background-repeat: no-repeat;
background-size: cover;
background-position-x: center;
}
.style_root__3iCRH.bi__imagen {
background-image: url("~/static/sec-bi.jpeg");
background-position: center;
filter: grayscale(1);
}
.style_root__3iCRH.falda__imagen {
background-image: url("~/static/fa.jpeg");
}
.style_root__3iCRH.overol__imagen {
background-image: url("~/static/sec-ove.jpg");
filter: grayscale(1);
}
/*SECCIONES - FIN*/
/*TERCEROS*/
.fs-container .fs-listings,
.fs-switcher {
padding: 0 25px;
margin: 0;
}
.fs-content .listing-item-container,
section.fullwidth .listing-item-container {
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
background-color: #fff;
background: #fff;
}
.listing-item-container {
/*background-color: #f6f6f6;*/
display: block;
height: 100%;
width: 100%;
border-radius: 4px;
transform: translateZ(0);
transition: transform 0.3s;
margin-bottom: 30px;
}
.listing-item-container.compact .listing-item {
border-radius: 4px;
}
.listing-item {
overflow: hidden;
}
.listing-item {
background: #ccc;
border-radius: 4px 4px 0 0;
height: 100%;
display: block;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
height: 265px;
z-index: 100;
cursor: pointer;
}
.listing-item:before {
content: "";
top: 0;
position: absolute;
z-index: 9;
background: linear-gradient(
0deg,
rgba(35, 35, 37, 0.9) 0,
rgba(35, 35, 37, 0.45) 35%,
rgba(22, 22, 23, 0) 60%,
transparent
);
background-color: rgba(35, 35, 37, 0.2);
opacity: 1;
}
.listing-item:before,
.listing-item img {
height: 100%;
width: 100%;
border-radius: 4px 4px 0 0;
}
.listing-item img {
object-fit: cover;
max-width: 100%;
vertical-align: middle;
border: 0;
}
.listing-badge.now-open {
background-color: #353535;
letter-spacing: 3px;
}
.listing-badge {
float: left;
position: absolute;
/* transform: rotate(45deg); */
transform: rotate(0deg);
right: -131px;
top: -2px;
text-align: left;
width: 200px;
font-size: 12.5px;
margin: 0;
z-index: 999;
color: #fff;
font-weight: 500;
line-height: 40px;
padding-left: 9px;
border-radius: inherit;
}
.listing-badge-home.now-open-home {
background-color: #353535;
letter-spacing: 3px;
color: white;
margin-top: -280px;
border-radius: 0px 5px 5px 0px;
}
.listing-badge-home {
float: left;
/* position: absolute; */
/* transform: rotate(45deg); */
transform: rotate(0deg);
/* right: -131px; */
text-align: left;
width: 145px;
font-size: 12.5px;
margin: 0;
z-index: 999;
font-weight: 500;
padding-left: 9px;
}
.listing-item-content {
position: absolute;
bottom: 28px;
left: 0;
padding: 0 90px 0 32px;
width: 100%;
z-index: 50;
box-sizing: border-box;
}
span.like-icon {
color: #fff;
font-size: 19px;
position: absolute;
z-index: 101;
right: 30px;
bottom: 30px;
cursor: normal;
background-color: rgba(24, 24, 24, 0.4);
display: block;
height: 44px;
width: 44px;
border-radius: 50%;
transition: all 0.4s;
}
.listing-item-container:hover {
transform: translate3d(0, -6px, 0);
}
.numerical-rating.mid {
background-color: #c0c52a;
}
.compact .numerical-rating {
margin: 0 0 8px;
}
.numerical-rating {
color: #fff;
font-size: 14px;
font-weight: 600;
text-align: center;
line-height: 26px;
height: 26px;
width: 44px;
display: inline-block;
position: relative;
border-radius: 50px;
letter-spacing: -0.5px;
background-color: hsla(0, 0%, 100%, 0.2);
margin: 15px 32px;
}
.numerical-rating:before {
content: attr(data-rating);
}
.listing-item-content h3 {
color: #fff;
font-size: 20px;
bottom: -1px;
position: relative;
font-weight: 500;
margin: 0;
line-height: 31px;
text-transform: uppercase;
}
.outer-container .blog-title {
text-transform: uppercase;
}
.listing-item-content span {
font-size: 16px;
font-weight: 300;
display: inline-block;
color: hsla(0, 0%, 100%, 0.7);
letter-spacing: 1px;
}
.listing-content {
font-size: 20px;
display: inline-block;
color: hsla(0, 0%, 100%, 0.7);
letter-spacing: 1px;
vertical-align: -webkit-baseline-middle;
}
.outer-container.main .img-principal {
width: 400px;
display: block;
margin: auto;
}
.outer-container .imagen__section img {
width: 100%;
}
.navbar {
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
background-color: hsla(0, 0%, 100%, 0.8);
-webkit-backdrop-filter: saturate(180%) blur(5px);
backdrop-filter: saturate(180%) blur(5px);
/* filter: invert(); */
}
.navbar-brand {
padding-top: initial;
/* margin: auto; */
}
.navbar-nav .nav-link {
padding: 0rem 1rem;
}
.slick-dots {
/* margin-top: -15px !important; */
position: initial !important;
}
.slick-dots li button:before {
font-size: 10px !important;
}
.navbar-brand {
padding-bottom: 0px;
}
.nav-custom .h6 {
margin-bottom: 0px;
}
.modal-content {
border: none;
}
.hero-body {
padding: 20px;
background: linear-gradient(
90deg,
rgba(235, 235, 235, 1) 0%,
rgba(45, 251, 173, 0.31416316526610644) 92%,
rgba(0, 228, 255, 0.258140756302521) 100%
);
box-shadow: 0 2px 40px 0 rgb(23 41 64 / 5%), 0 5px 10px 0 rgb(23 41 64 / 10%);
border-radius: 10px;
margin: 0px 50px;
}
.flotante {
display: scroll;
position: fixed;
bottom: 14px;
right: 0px;
}
.pago {
text-align: center;
}
.pago img {
display: initial;
margin-bottom: 25px;
}
/*slider para las UID - inicio*/
.slider-custom {
width: 90%;
margin: auto;
margin-top: 25px;
}
.slider-custom img {
height: 400px !important;
object-fit: cover;
}
.slick-track {
margin: auto;
}
p {
margin-bottom: 0px !important;
}
/*slider para las UID - fin*/
@media (min-width: 992px) {
.navbar-expand-lg {
justify-content: space-between !important;
}
}
@media (max-width: 600px) {
.outer-container.main .img-principal {
width: 100%;
}
.hero-body {
margin: 0px 0px;
}
.hero-body h2 {
font-size: 22px;
}
} | 0.348756 | 0.068756 |
/* this contains the extra styles (scraped from the mygov site), in addition to the mygov-assets.css, to allow us to display the ehader and footer correctly */
.header-bar {
height: 56px;
min-width: 320px;
overflow: hidden;
padding: 10px 15px;
position: relative
}
.header-bar a {
position: relative;
z-index: 2
}
@media (min-width: 768px) {
.header-bar {
height: 70px;
padding-top: 14px
}
}
@media (min-width: 992px) {
.header-bar {
height: 98px;
padding-top: 20px
}
}
.site-brand {
display: table;
height: 38px
}
.site-brand__link {
display: table-cell;
vertical-align: middle
}
.site-brand__logo {
display: block;
height: 28px;
width: 130px;
background-size: 100%;
transition: none
}
.site-brand__logo img {
height: 100%;
width: 100%
}
@media (min-width: 768px) {
.site-brand {
height: 52px
}
.site-brand__logo {
height: 35px;
width: 163px
}
}
@media (min-width: 992px) {
.site-brand {
height: 64px
}
.site-brand__logo {
height: 42px;
width: 195px
}
}
.site-footer {
background: #0065bd;
color: #fff;
padding-bottom: 35px;
bottom: 0;
position: absolute;
left: 0;
right: 0;
transform: translateZ(1px)
}
.site-footer a {
color: #fff
}
.site-footer__gov-logo {
display: block;
height: 0;
padding-top: 23px;
position: relative;
width: 125px
}
.site-footer__gov-logo svg {
left: 0;
position: absolute;
top: 0
}
.site-footer__summary {
font-size: 14px;
margin-bottom: 35px
}
@media (min-width: 768px) {
.site-footer__gov-logo {
float: right;
padding-top: 30px;
width: 165px
}
.site-footer__summary {
font-size: 16px;
line-height: 21px
}
.site-items__link {
white-space: normal
}
}
.site-items {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
border-bottom-width: 1px;
border-bottom-style: solid;
padding-bottom: 6px;
margin: 0 -15px 21px;
padding-bottom: 21px;
padding-top: 21px
}
.site-items__item {
padding-top: 0
}
.site-items__link {
font-weight: 700;
white-space: nowrap;
font-size: 13px
}
@media (min-width: 768px) {
.site-footer__gov-logo {
float: right;
padding-top: 30px;
width: 165px
}
.site-footer__summary {
font-size: 16px;
line-height: 21px
}
.site-items__link {
white-space: normal
}
}
@media (min-width: 992px) {
.site-items__item {
display: inline;
padding: 0 1em
}
}
@media (max-width: 767px) {
.hidden-xsmall {
display: none !important
}
}
@media (min-width: 480px) and (max-width: 767px) {
.hidden-small {
display: none !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-medium {
display: none !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-large {
display: none !important
}
}
@media (min-width: 1200px) {
.hidden-xlarge {
display: none !important
}
}
.visible-xsmall,
.visible-small,
.visible-medium,
.visible-large,
.visible-xlarge {
display: none !important
}
@media (max-width: 767px) {
.visible-xsmall {
display: block !important
}
}
@media (min-width: 480px) and (max-width: 767px) {
.visible-small {
display: block !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-medium {
display: block !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-large {
display: block !important
}
}
@media (min-width: 1200px) {
.visible-xlarge {
display: block !important
}
}
@media (min-width: 768px) {
.button {
width: 344px
}
}
@media (min-width: 992px) {
.button {
width: 293px
}
}
@media (min-width: 1200px) {
.button {
width: 360px
}
} | SgAlpha2/FormUI/Content/mygov.scot.main.partial.css |
/* this contains the extra styles (scraped from the mygov site), in addition to the mygov-assets.css, to allow us to display the ehader and footer correctly */
.header-bar {
height: 56px;
min-width: 320px;
overflow: hidden;
padding: 10px 15px;
position: relative
}
.header-bar a {
position: relative;
z-index: 2
}
@media (min-width: 768px) {
.header-bar {
height: 70px;
padding-top: 14px
}
}
@media (min-width: 992px) {
.header-bar {
height: 98px;
padding-top: 20px
}
}
.site-brand {
display: table;
height: 38px
}
.site-brand__link {
display: table-cell;
vertical-align: middle
}
.site-brand__logo {
display: block;
height: 28px;
width: 130px;
background-size: 100%;
transition: none
}
.site-brand__logo img {
height: 100%;
width: 100%
}
@media (min-width: 768px) {
.site-brand {
height: 52px
}
.site-brand__logo {
height: 35px;
width: 163px
}
}
@media (min-width: 992px) {
.site-brand {
height: 64px
}
.site-brand__logo {
height: 42px;
width: 195px
}
}
.site-footer {
background: #0065bd;
color: #fff;
padding-bottom: 35px;
bottom: 0;
position: absolute;
left: 0;
right: 0;
transform: translateZ(1px)
}
.site-footer a {
color: #fff
}
.site-footer__gov-logo {
display: block;
height: 0;
padding-top: 23px;
position: relative;
width: 125px
}
.site-footer__gov-logo svg {
left: 0;
position: absolute;
top: 0
}
.site-footer__summary {
font-size: 14px;
margin-bottom: 35px
}
@media (min-width: 768px) {
.site-footer__gov-logo {
float: right;
padding-top: 30px;
width: 165px
}
.site-footer__summary {
font-size: 16px;
line-height: 21px
}
.site-items__link {
white-space: normal
}
}
.site-items {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
border-bottom-width: 1px;
border-bottom-style: solid;
padding-bottom: 6px;
margin: 0 -15px 21px;
padding-bottom: 21px;
padding-top: 21px
}
.site-items__item {
padding-top: 0
}
.site-items__link {
font-weight: 700;
white-space: nowrap;
font-size: 13px
}
@media (min-width: 768px) {
.site-footer__gov-logo {
float: right;
padding-top: 30px;
width: 165px
}
.site-footer__summary {
font-size: 16px;
line-height: 21px
}
.site-items__link {
white-space: normal
}
}
@media (min-width: 992px) {
.site-items__item {
display: inline;
padding: 0 1em
}
}
@media (max-width: 767px) {
.hidden-xsmall {
display: none !important
}
}
@media (min-width: 480px) and (max-width: 767px) {
.hidden-small {
display: none !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-medium {
display: none !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-large {
display: none !important
}
}
@media (min-width: 1200px) {
.hidden-xlarge {
display: none !important
}
}
.visible-xsmall,
.visible-small,
.visible-medium,
.visible-large,
.visible-xlarge {
display: none !important
}
@media (max-width: 767px) {
.visible-xsmall {
display: block !important
}
}
@media (min-width: 480px) and (max-width: 767px) {
.visible-small {
display: block !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-medium {
display: block !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-large {
display: block !important
}
}
@media (min-width: 1200px) {
.visible-xlarge {
display: block !important
}
}
@media (min-width: 768px) {
.button {
width: 344px
}
}
@media (min-width: 992px) {
.button {
width: 293px
}
}
@media (min-width: 1200px) {
.button {
width: 360px
}
} | 0.385722 | 0.165694 |
@import url("https://fonts.googleapis.com/css2?family=La+Belle+Aurore&family=Montserrat:wght@300;400;500;600;700;800&display=swap");
body {
font-family: "Montserrat", sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1 {
font-size: 2.3rem;
letter-spacing: 1.4px;
}
p,
label,
a,
li,
button {
line-height: 1.7;
font-size: 1rem;
}
.btn {
border: 2px solid white;
outline: none;
background-color: transparent;
color: white;
padding: 10px 20px;
width: fit-content;
text-decoration: none;
cursor: pointer;
transition: background-color 0.4s;
}
.btn:hover {
background-color: white;
color: #333;
}
.btn-dark {
border: 2px solid #333;
color: #333;
}
.btn-dark:hover {
background-color: #333;
color: white;
}
.btn-dark-solid {
border: 2px solid #333;
background-color: #333;
color: white;
}
.btn-dark-solid:hover {
opacity: 0.9;
background-color: #333;
color: white;
}
.buttons {
display: flex;
margin-bottom: 50px;
}
.buttons a {
margin-right: 10px;
}
ul {
margin: 0;
}
.page-container {
margin: 30px;
/* border: 10px solid #e8ebe8; */
padding: 10px 120px;
}
footer {
display: flex;
justify-content: center;
align-items: center;
padding: 15px 0 30px 0;
}
.images {
text-align: center;
text-transform: capitalize;
width: 80vw;
margin: 0 auto 10rem auto;
}
.single-image {
padding: 1rem 0;
}
.single-product {
width: 90%;
max-width: 1170px;
margin: 3rem auto;
}
#showcase {
margin-top: 50px;
display: flex;
flex-direction: row-reverse;
background-color: #3d405b;
padding: 20px;
}
#showcase-image-container {
width: 60%;
}
#showcase-text-container {
background-color: #3d405b;
color: white;
padding: 30px;
margin: auto;
}
#skills {
margin-top: 100px;
}
#skills-container {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 3rem;
row-gap: 1rem;
margin-top: 2rem;
}
.skill {
display: flex;
cursor: pointer;
transition: all 0.5s ease-in-out;
}
.skill:hover {
transform: scale(1.1);
}
.skill:hover .big-number h2 {
color: #84a59d;
animation: spin 1s forwards;
}
.big-number {
width: 20%;
transition: all 0.5s ease-in-out;
}
.big-number h2 {
font-size: 3rem;
font-weight: 800;
color: #555;
}
.skill-right {
margin-left: 2rem;
width: 80%;
}
.skill-right h3 {
margin-top: 0.5rem;
}
#portfolio {
margin-top: 100px;
}
#portfolio-showcase-header {
display: flex;
justify-content: space-between;
align-items: center;
}
#portfolio-grid {
margin-top: 2rem;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 3rem;
}
.portfolio-item-image {
width: 350px;
}
.portfolio-item-content {
display: flex;
flex-direction: column;
}
.portfolio-item-content-text {
margin-right: 100px;
text-align: justify;
}
.portfolio-item-content-text pre {
overflow-x: scroll;
}
.portfolio-item-content-text code {
word-wrap: normal;
overflow-wrap: break-word;
overflow-x: scroll;
}
#portfolio-page {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 4rem;
}
@media screen and (min-width: 768px) {
.single-product {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 2rem;
}
}
@media screen and (min-width: 992px) {
.images {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 1rem;
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} | src/components/Layout/Layout.css | @import url("https://fonts.googleapis.com/css2?family=La+Belle+Aurore&family=Montserrat:wght@300;400;500;600;700;800&display=swap");
body {
font-family: "Montserrat", sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1 {
font-size: 2.3rem;
letter-spacing: 1.4px;
}
p,
label,
a,
li,
button {
line-height: 1.7;
font-size: 1rem;
}
.btn {
border: 2px solid white;
outline: none;
background-color: transparent;
color: white;
padding: 10px 20px;
width: fit-content;
text-decoration: none;
cursor: pointer;
transition: background-color 0.4s;
}
.btn:hover {
background-color: white;
color: #333;
}
.btn-dark {
border: 2px solid #333;
color: #333;
}
.btn-dark:hover {
background-color: #333;
color: white;
}
.btn-dark-solid {
border: 2px solid #333;
background-color: #333;
color: white;
}
.btn-dark-solid:hover {
opacity: 0.9;
background-color: #333;
color: white;
}
.buttons {
display: flex;
margin-bottom: 50px;
}
.buttons a {
margin-right: 10px;
}
ul {
margin: 0;
}
.page-container {
margin: 30px;
/* border: 10px solid #e8ebe8; */
padding: 10px 120px;
}
footer {
display: flex;
justify-content: center;
align-items: center;
padding: 15px 0 30px 0;
}
.images {
text-align: center;
text-transform: capitalize;
width: 80vw;
margin: 0 auto 10rem auto;
}
.single-image {
padding: 1rem 0;
}
.single-product {
width: 90%;
max-width: 1170px;
margin: 3rem auto;
}
#showcase {
margin-top: 50px;
display: flex;
flex-direction: row-reverse;
background-color: #3d405b;
padding: 20px;
}
#showcase-image-container {
width: 60%;
}
#showcase-text-container {
background-color: #3d405b;
color: white;
padding: 30px;
margin: auto;
}
#skills {
margin-top: 100px;
}
#skills-container {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 3rem;
row-gap: 1rem;
margin-top: 2rem;
}
.skill {
display: flex;
cursor: pointer;
transition: all 0.5s ease-in-out;
}
.skill:hover {
transform: scale(1.1);
}
.skill:hover .big-number h2 {
color: #84a59d;
animation: spin 1s forwards;
}
.big-number {
width: 20%;
transition: all 0.5s ease-in-out;
}
.big-number h2 {
font-size: 3rem;
font-weight: 800;
color: #555;
}
.skill-right {
margin-left: 2rem;
width: 80%;
}
.skill-right h3 {
margin-top: 0.5rem;
}
#portfolio {
margin-top: 100px;
}
#portfolio-showcase-header {
display: flex;
justify-content: space-between;
align-items: center;
}
#portfolio-grid {
margin-top: 2rem;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 3rem;
}
.portfolio-item-image {
width: 350px;
}
.portfolio-item-content {
display: flex;
flex-direction: column;
}
.portfolio-item-content-text {
margin-right: 100px;
text-align: justify;
}
.portfolio-item-content-text pre {
overflow-x: scroll;
}
.portfolio-item-content-text code {
word-wrap: normal;
overflow-wrap: break-word;
overflow-x: scroll;
}
#portfolio-page {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 4rem;
}
@media screen and (min-width: 768px) {
.single-product {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 2rem;
}
}
@media screen and (min-width: 992px) {
.images {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 1rem;
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} | 0.420124 | 0.120387 |
.bodystyle {
margin:0;
padding:0;
background-color:white;
font-family: "標楷體", serif;
}
.headerstyle {
background-color:rgb(109, 109, 146);
font-size: 20px;
padding:20px;
padding-top:40px;
padding-left: 100px;
padding-right: 100px;
}
.logotype {
display:inline-block;
color:white;
font-family: Arial, Helvetica, sans-serif;
}
.logotype img {
top:50px;
left:185px;
position:absolute;
display:inline-block;
width:40px;
height:40px;
}
.logotype input {
background-color:rgb(109, 109, 146);
color:white;
font-size: 20px;
border:none;
display:inline-block;
margin-left:125px;
height:25px;
transition-duration:0.4s ;
}
.logotype input:hover {
color:gray;
}
.topleftbtn {
position:relative;
display:inline-block;
}
.topleftbtn li {
display:inline-block;
}
.topleftbtn input{
color:white;
background-color:rgb(109, 109, 146);
border:none;
transition-duration:0.4s;
}
.topleftbtn input:hover {
color:gray;
}
.toprightbtn {
position:absolute;
top:50px;
right:185px;
padding-left:500px;
display:inline-block;
}
.toprightbtn li{
color:white;
display:inline-block;
margin-left:10px;
background-color: rgb(255, 116, 116);
border-radius: 4px;
padding:5px;
}
.slideshow {
position:relative;
display:inline-block;
width:300px;
height:300px;
margin-left:20%;
margin-top:5%;
overflow:hidden;
}
.slideshow img {
display:none;
position:absolute;
width:300px;
height:300px;
}
.para {
float:left;
color:white;
margin-left:100px;
margin-top:75px;
}
.para input {
font-size:30px;
padding:5px;
border:none;
border-radius: 4px;
background-color:rgb(218, 45, 45);
}
.para input:hover {
background-color:rgb(253, 23, 23);
}
.para2 {
text-align: center;
}
.para2 div{
display:inline-block;
margin-left:100px;
}
.para2 img {
margin-top:50px;
width:100px;
height:100px;
}
.games {
margin:40px;
width:200px;
display:inline-block;
}
.games img {
display:inline-block;
height:200px;
}
.mask {
position:absolute;
display:none;
width:200px;
}
.games a {
text-decoration: none;
color:black;
}
.games div {
height:100px;
background: linear-gradient(rgb(252, 252, 252), rgb(60, 133, 1));
}
.plan {
padding:20px;
margin:0;
text-align:center;
background-color: rgb(243, 243, 243);
color: rgb(73, 73, 73);
}
.plan table {
padding:50px;
border-color: rgb(233, 233, 233);
box-shadow:0px 0px 5px gray;
background-color:white;;
border-radius: 8px;
font-size:25px;
}
.plan th {
color:rgba(65, 65, 65, 0.822);
padding:30px;
padding-right:80px;
padding-left:80px;
}
.plan td {
padding:25px;
padding-left:80px;
}
.plan img {
width:40px;
height:40px;
}
.footer {
padding:20px;
margin:auto;
background-color:rgb(113, 113, 221);
}
.footer section {
margin:auto;
width:90%;
align-content: center;
}
.footer div{
display:inline-table;
margin:auto;
margin-left:20%;
margin-top:0;
height:20%;
max-height:200px;
}
.footer img {
margin:0;
width:30px;
height:30px;
}
.footer h5 {
margin-top:50px;
font-size:20px;
}
.footer ul {
font-size: 18px;
list-style: none;
padding:0;
}
.footer li {
padding:20px;
}
.footer h3 {
color:white;
font-size:25px;
margin-left:185px;
}
.footer p {
margin-left:100px;
} | work02/work02.css | .bodystyle {
margin:0;
padding:0;
background-color:white;
font-family: "標楷體", serif;
}
.headerstyle {
background-color:rgb(109, 109, 146);
font-size: 20px;
padding:20px;
padding-top:40px;
padding-left: 100px;
padding-right: 100px;
}
.logotype {
display:inline-block;
color:white;
font-family: Arial, Helvetica, sans-serif;
}
.logotype img {
top:50px;
left:185px;
position:absolute;
display:inline-block;
width:40px;
height:40px;
}
.logotype input {
background-color:rgb(109, 109, 146);
color:white;
font-size: 20px;
border:none;
display:inline-block;
margin-left:125px;
height:25px;
transition-duration:0.4s ;
}
.logotype input:hover {
color:gray;
}
.topleftbtn {
position:relative;
display:inline-block;
}
.topleftbtn li {
display:inline-block;
}
.topleftbtn input{
color:white;
background-color:rgb(109, 109, 146);
border:none;
transition-duration:0.4s;
}
.topleftbtn input:hover {
color:gray;
}
.toprightbtn {
position:absolute;
top:50px;
right:185px;
padding-left:500px;
display:inline-block;
}
.toprightbtn li{
color:white;
display:inline-block;
margin-left:10px;
background-color: rgb(255, 116, 116);
border-radius: 4px;
padding:5px;
}
.slideshow {
position:relative;
display:inline-block;
width:300px;
height:300px;
margin-left:20%;
margin-top:5%;
overflow:hidden;
}
.slideshow img {
display:none;
position:absolute;
width:300px;
height:300px;
}
.para {
float:left;
color:white;
margin-left:100px;
margin-top:75px;
}
.para input {
font-size:30px;
padding:5px;
border:none;
border-radius: 4px;
background-color:rgb(218, 45, 45);
}
.para input:hover {
background-color:rgb(253, 23, 23);
}
.para2 {
text-align: center;
}
.para2 div{
display:inline-block;
margin-left:100px;
}
.para2 img {
margin-top:50px;
width:100px;
height:100px;
}
.games {
margin:40px;
width:200px;
display:inline-block;
}
.games img {
display:inline-block;
height:200px;
}
.mask {
position:absolute;
display:none;
width:200px;
}
.games a {
text-decoration: none;
color:black;
}
.games div {
height:100px;
background: linear-gradient(rgb(252, 252, 252), rgb(60, 133, 1));
}
.plan {
padding:20px;
margin:0;
text-align:center;
background-color: rgb(243, 243, 243);
color: rgb(73, 73, 73);
}
.plan table {
padding:50px;
border-color: rgb(233, 233, 233);
box-shadow:0px 0px 5px gray;
background-color:white;;
border-radius: 8px;
font-size:25px;
}
.plan th {
color:rgba(65, 65, 65, 0.822);
padding:30px;
padding-right:80px;
padding-left:80px;
}
.plan td {
padding:25px;
padding-left:80px;
}
.plan img {
width:40px;
height:40px;
}
.footer {
padding:20px;
margin:auto;
background-color:rgb(113, 113, 221);
}
.footer section {
margin:auto;
width:90%;
align-content: center;
}
.footer div{
display:inline-table;
margin:auto;
margin-left:20%;
margin-top:0;
height:20%;
max-height:200px;
}
.footer img {
margin:0;
width:30px;
height:30px;
}
.footer h5 {
margin-top:50px;
font-size:20px;
}
.footer ul {
font-size: 18px;
list-style: none;
padding:0;
}
.footer li {
padding:20px;
}
.footer h3 {
color:white;
font-size:25px;
margin-left:185px;
}
.footer p {
margin-left:100px;
} | 0.427516 | 0.068226 |
/*==========================*/
/*ALL DEVICE OPTIMIZATION*/
/*===========================*/
/*Huge Displays*/
@media (min-width: 3000px) {
}
/*Projector Screens and Ver Large Monitors*/
@media (min-width: 2561px) {
}
/*iMac 27, HD Screens and Large Monitors*/
@media (min-width: 1921px) and (max-width: 2560px) {
}
/*Large Widescreen Monitors*/
@media (max-width: 1920px) {
}
/*Medium Widescreen Monitors*/
@media (max-width: 1680px) {
}
/*Large Widescreen Laptops*/
@media (max-width: 1440px) {
}
/*Common Widescreen Laptops*/
@media (max-width: 1366px) {
}
/*Very Large Tablets and Medium Laptops*/
@media (max-width: 1280px) {
}
/*Notebooks and Small Laptops*/
@media (max-width: 1199px) {
.container{
max-width: 1159px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 50px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 90px;
}
.pad-bottom{
padding-bottom: 90px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 33.3% !important;
}
}
/*iPad Landscape Mode and Large Tablets */
@media (max-width: 1024px) {
.container{
max-width: 984px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 50px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 90px;
}
.pad-bottom{
padding-bottom: 90px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 33.3% !important;
}
}
/*Small Desktop and Very Small Notebook */
@media (max-width: 990px) {
.container{
max-width: 950px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 50px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 90px;
}
.pad-bottom{
padding-bottom: 90px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 33.3% !important;
}
}
/*Medium Tablets */
@media (max-width: 800px) {
.container{
max-width: 760px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 50px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 90px;
}
.pad-bottom{
padding-bottom: 90px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*iPad Portrait Mode, iPad Mini and Small Tablets */
@media (max-width: 768px) {
.container{
max-width: 728px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 90px;
}
.pad-bottom{
padding-bottom: 90px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*iPhone 6Plus Landscape Mode*/
@media screen and (max-width: 736px) {
.container{
max-width: 696px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*iPhone 6 Landscape Mode*/
@media screen and (max-width: 667px) {
.container{
max-width: 627px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*Medium Smart Phones v2*/
@media screen and (max-width: 640px) {
.container{
max-width: 600px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px) {
.container{
max-width: 560px;
padding-left: 20px;
padding-right: 20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {
.container{
max-width: 440px;
padding-left: 20px;
padding-right: 20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*iPhone 6Plus Portrait Mode*/
@media screen and (max-width: 414px) {
.container{
max-width: 384px;
padding-left: 20px;
padding-right: 20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 90% !important;
}
#works-masonry .works-item{
width: 100% !important;
}
}
/*iPhone 6 Portrait Mode*/
@media screen and (max-width: 375px) {
.container{
max-width: 355px;
padding-left: 20px;
padding-right: 20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 88% !important;
}
#works-masonry .works-item{
width: 100% !important;
}
}
/*Other Major Small Smart Phones*/
@media screen and (max-width: 360px) {
.container{
max-width: 320px;
padding-left: 20px;
padding-right: 20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 86% !important;
}
#works-masonry .works-item{
width: 100% !important;
}
}
/*iPhone (5S, 5, 4S and 4) Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {
.container{
max-width: 280px;
padding-left: 20px;
padding-right: 20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 85% !important;
}
#works-masonry .works-item{
width: 100% !important;
}
} | src/styles/main-responsive.css |
/*==========================*/
/*ALL DEVICE OPTIMIZATION*/
/*===========================*/
/*Huge Displays*/
@media (min-width: 3000px) {
}
/*Projector Screens and Ver Large Monitors*/
@media (min-width: 2561px) {
}
/*iMac 27, HD Screens and Large Monitors*/
@media (min-width: 1921px) and (max-width: 2560px) {
}
/*Large Widescreen Monitors*/
@media (max-width: 1920px) {
}
/*Medium Widescreen Monitors*/
@media (max-width: 1680px) {
}
/*Large Widescreen Laptops*/
@media (max-width: 1440px) {
}
/*Common Widescreen Laptops*/
@media (max-width: 1366px) {
}
/*Very Large Tablets and Medium Laptops*/
@media (max-width: 1280px) {
}
/*Notebooks and Small Laptops*/
@media (max-width: 1199px) {
.container{
max-width: 1159px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 50px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 90px;
}
.pad-bottom{
padding-bottom: 90px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 33.3% !important;
}
}
/*iPad Landscape Mode and Large Tablets */
@media (max-width: 1024px) {
.container{
max-width: 984px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 50px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 90px;
}
.pad-bottom{
padding-bottom: 90px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 33.3% !important;
}
}
/*Small Desktop and Very Small Notebook */
@media (max-width: 990px) {
.container{
max-width: 950px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 50px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 90px;
}
.pad-bottom{
padding-bottom: 90px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 33.3% !important;
}
}
/*Medium Tablets */
@media (max-width: 800px) {
.container{
max-width: 760px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 50px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 90px;
}
.pad-bottom{
padding-bottom: 90px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*iPad Portrait Mode, iPad Mini and Small Tablets */
@media (max-width: 768px) {
.container{
max-width: 728px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 90px;
}
.pad-bottom{
padding-bottom: 90px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*iPhone 6Plus Landscape Mode*/
@media screen and (max-width: 736px) {
.container{
max-width: 696px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*iPhone 6 Landscape Mode*/
@media screen and (max-width: 667px) {
.container{
max-width: 627px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*Medium Smart Phones v2*/
@media screen and (max-width: 640px) {
.container{
max-width: 600px;
padding-left:20px;
padding-right:20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px) {
.container{
max-width: 560px;
padding-left: 20px;
padding-right: 20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {
.container{
max-width: 440px;
padding-left: 20px;
padding-right: 20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 45% !important;
}
#works-masonry .works-item{
width: 50% !important;
}
}
/*iPhone 6Plus Portrait Mode*/
@media screen and (max-width: 414px) {
.container{
max-width: 384px;
padding-left: 20px;
padding-right: 20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 90% !important;
}
#works-masonry .works-item{
width: 100% !important;
}
}
/*iPhone 6 Portrait Mode*/
@media screen and (max-width: 375px) {
.container{
max-width: 355px;
padding-left: 20px;
padding-right: 20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 88% !important;
}
#works-masonry .works-item{
width: 100% !important;
}
}
/*Other Major Small Smart Phones*/
@media screen and (max-width: 360px) {
.container{
max-width: 320px;
padding-left: 20px;
padding-right: 20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 86% !important;
}
#works-masonry .works-item{
width: 100% !important;
}
}
/*iPhone (5S, 5, 4S and 4) Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {
.container{
max-width: 280px;
padding-left: 20px;
padding-right: 20px;
}
.add-top-half{
margin-top: 35px;
}
.add-bottom-half{
margin-bottom: 35px;
}
.pad-top{
padding-top: 35px;
}
.pad-bottom{
padding-bottom: 35px;
}
.mob-center{
text-align: center;
}
.mob-add-top{
margin-top: 30px;
}
.mob-add-bottom{
margin-bottom:30px;
}
.text-left, .text-right, p, h1, h2, h3, h4, h5{
text-align: center;
}
.btn{
width: 100%;
}
.page-section, .separator-section{
padding: 40px 0;
}
img.img-responsive{
display: inline-block;
}
.sticky-border, .slant-bottom:after{
display: none;
visibility: hidden;
}
.mastfoot.space-top, .super-space{
margin-top: 0;
}
.stats-count span{
font-size: 48px;
line-height:64px;
}
.main-heading, .main-heading span, .intro-07 .welcome h1,
.main-heading > span > em{
font-size: 24px;
line-height:48px;
}
.sub-heading, .sub-heading > span, .intro-01 .projects a, .intro-03 h1,
.intro-02-caps > span, .works-filter li a > span, .works-filter li:after, .news-list h3{
font-size: 18px;
line-height:26px;
}
.promo-text, .intro-03 h2 > span, .contact .main-heading > span{
font-size: 14px;
line-height:21px;
}
.features-inner{
padding: 20px;
}
.owl-prev, .owl-next{
width: 20px;
height: 20px;
}
.owl-nav-sticky-wide .owl-prev{
left: 10px;
}
.owl-nav-sticky-wide .owl-next{
right: 10px;
}
.intro-01 .projects{
margin-top: 100px;
}
.intro-01 .projects a{
float: none;
margin-right: 0;
line-height: 36px;
}
.intro-08, .intro-04, .intro-03, .about, .pricing, .contact, .woks-head, .news{
margin-top: 50px;
padding-top: 50px;
}
.intro-02-sub-caps > span, .intro-03 h2 > span{
border: none;
}
.pricing-container{
padding: 0;
margin-bottom: 30px;
}
#works-masonry{
margin-left: 0;
margin-right: 0;
}
.works-item, #works-masonry-home .works-item{
width: 85% !important;
}
#works-masonry .works-item{
width: 100% !important;
}
} | 0.333286 | 0.049543 |
*{
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
background: #fefefe;
font-weight: 500;
font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
#firstpage {
width: 700px;
height: 820px;
margin: 0 auto;
}
input, button {
border: none;
outline: none;
}
input {
width: 100%;
height: 42px;
padding-left: 13px;
padding-top:1px;
font-size: 20px;
}
div.search {padding: 30px 0;}
.pform {
position: relative;
width: 600px;
margin: 0 auto;
}
/*输入框字体*/
::-webkit-input-placeholder{
font-size: 14px;
font-family: "Microsoft YaHei";
}
.bar6 {
background: #fefefe;
padding: 30px 0;
}
.bar6 input {
border: 2px solid #c5464a;
border-radius: 5px;
background: transparent;
top: 0;
right: 0;
}
.bar6 button {
background: #c5464a;
border-radius: 0 5px 5px 0;
width: 75px;
top: 0;
right: 0;
height: 42px;
cursor: pointer;
position: absolute;
}
.bar6 button:before {
content: "搜索";
font-size: 15px;
color: #F9F0DA;
font-family: "Microsoft YaHei";
}
.bar6 table {
font-family: '微软雅黑', '宋体', '黑体';
}
.bar6 td {
background-color: #fefefe;
height: 24px;
width: 525px;
}
.bar6 td:hover {
background-color: rgb(168,213,252);
cursor: default;
}
/* 头部 */
.header {
background: #F4F4F7;
z-index: 998;
width: 1333px;
height: 50px;
position: fixed;
left: 10px;
/*opacity: 0.5;*/
border-bottom: 1px solid #C6C6C7;
}
.header img {
position: fixed;
left: 15%;
top: 6px;
width: 76px;
height: 38px;
}
.header button {
background: #F4F4F7;
border-radius: 2px;
position: fixed;
cursor: pointer;
}
.Index-c button {left: 29%;top: 11px;}
.Ielts-c button {left: 37%;top: 11px;}
.Cet4-c button {/*left: 637px;*/left: 47%;top: 11px;}
.Cet6-c button {left: 57%;top: 11px;}
.NewWord-c button {left: 67%;top: 11px;}
#Index:before {
content: "首页";
font-size: 16px;
color: #181616;
font-family: "Microsoft YaHei";
}
#Ielts:before {
content: "雅思单词";
font-size: 16px;
color: #181616;
font-family: "Microsoft YaHei";
}
#Cet4:before {
content: "四级单词";
font-size: 16px;
color: #181616;
font-family: "Microsoft YaHei";
}
#Cet6:before {
content: "六级单词";
font-size: 16px;
color: #181616;
font-family: "Microsoft YaHei";
}
#NewWord:before {
content: "生词本";
font-size: 16px;
color: #181616;
font-family: "Microsoft YaHei";
}
#Index:hover::before {color: #C90F1D;}
#Ielts:hover::before {color: #C90F1D;}
#Cet4:hover::before {color: #C90F1D;}
#Cet6:hover::before {color: #C90F1D;}
#NewWord:hover::before {color: #C90F1D;}
.Login-c button {
right: 15%;
top: 13px;
width: 55px;
height: 25px;
border: 1px solid #C6C6C7;
}
.Register-c button {
right: 10%;
top: 13px;
width: 55px;
height: 25px;
border: 1px solid #C6C6C7;
}
#Login:before {
content: "登录";
font-size: 15px;
color: #181616;
font-family: "Microsoft YaHei";
}
#Register:before {
content: "注册";
font-size: 15px;
color: #181616;
font-family: "Microsoft YaHei";
}
#Login:hover {border: 1px solid #C90F1D;}
#Register:hover {border: 1px solid #C90F1D;}
#Login:hover::before {color: #C90F1D;}
#Register:hover::before {color: #C90F1D;}
.user-name p {
position: fixed;
right: 18%;
font-size: 15px;
color: #181616;
font-family: "Microsoft YaHei";
cursor: pointer;
}
.user-name p:hover {color: #c5464a;}
/* 单词页面 */
.firstblock {
background: #fffffe;
position: absolute;
right: 51.5%;
top: 29%;
width: 35%;
height: 50%;
border: 1px solid #D8D8DB;
padding: 2%;
}
.firstblock img {width: 60%;height: 60%;position: absolute;left: 23%;top: 27%;}
.firstblock ol {position: absolute;left: 9%;top: 8%;}
.secondblock {
background: #ffffff;
position: absolute;
left: 51.5%;
top: 29%;
width: 35%;
height: 50%;
border: 1px solid #D8D8DB;
padding: 2%;
}
.secondblock img {width: 53%;height: 70%;position: absolute;left: 23%;top: 13%;}
.secondblock ol {position: absolute;left: 9%;top: 8%;}
.thirdblock {
background: #fefefe;
position: absolute;
right: 51.5%;
top: 85%;
width: 35%;
height: 50%;
border: 1px solid #D8D8DB;
padding: 2%;
}
.thirdblock img {width: 54%;height: 55%;position: absolute;left: 23%;top: 23%;}
.thirdblock ol {position: absolute;left: 9%;top: 8%;}
.fourthblock {
background: #ffffff;
position: absolute;
left: 51.5%;
top: 85%;
width: 35%;
height: 50%;
border: 1px solid #D8D8DB;
padding: 2%;
}
.fourthblock img {width: 60%;height: 60%;position: absolute;left: 19%;top: 23%;}
.fourthblock ol {position: absolute;left: 9%;top: 8%;}
.ielts img {position: fixed;top: 12%;left: 11%;z-index: 999;width: 9%;height: 7%;}
.image img {width: 11%;height: 11%;position: absolute;left:2%;top:3%;}
.block button {
position: absolute;
top: 88%;
left: 40%;
width: 20%;
height: 10%;
background: #CE6971;
border: 1px solid #C6C6C7;
border-radius: 3px;
cursor: pointer;
}
.block button::before {
content: "完成";
font-size: 15px;
color: #181616;
font-family: "Microsoft YaHei";
}
.day {
position: absolute;
left: 15%;
top: 145%;
width: 70%;
height: 30%;
}
.day button {
position: absolute;
top: 20%;
width: 6%;
height: 12%;
border: 1px solid #C6C6C7;
border-radius: 3px;
cursor: pointer;
}
.day1-c button {position: absolute;left: 2%;background: #CE6971;}
.day2-c button {position: absolute;left: 12%;background: #CE6971;}
.day3-c button {position: absolute;left: 22%;background: #CE6971;}
.day4-c button {position: absolute;left: 32%;background: #CE6971;}
.day5-c button {position: absolute;left: 42%;background: #CE6971;}
.day6-c button {position: absolute;left: 52%;background: #CE6971;}
.day7-c button {position: absolute;left: 62%;background: #CE6971;}
.day8-c button {position: absolute;left: 72%;background: #CE6971;}
.day9-c button {position: absolute;left: 82%;background: #CE6971;}
.day10-c button {position: absolute;left: 92%;background: #CE6971;}
.day1-w button {position: absolute;left: 2%;background: #C5BCBC;}
.day2-w button {position: absolute;left: 12%;background: #C5BCBC;}
.day3-w button {position: absolute;left: 22%;background: #C5BCBC;}
.day4-w button {position: absolute;left: 32%;background: #C5BCBC;}
.day5-w button {position: absolute;left: 42%;background: #C5BCBC;}
.day6-w button {position: absolute;left: 52%;background: #C5BCBC;}
.day7-w button {position: absolute;left: 62%;background: #C5BCBC;}
.day8-w button {position: absolute;left: 72%;background: #C5BCBC;}
.day9-w button {position: absolute;left: 82%;background: #C5BCBC;}
.day10-w button {position: absolute;left: 92%;background: #C5BCBC;}
/*meanspage*/
.header2 {
position: fixed;
background: #fefefe;
z-index: 997;
width: 100%;
height: 12%;
left: 10px;
top: 50px;
border-bottom: 1px solid #C6C6C7;
}
.means {
background: #fefefe;
position: absolute;
width: 51%;
height: 30%;
left: 23%;
top: 25%;
padding-left: 4.5%;
}
.means ul {
color: #181616;
font-family: "Microsoft YaHei";
}
.searchedwordclass{
list-style:none;
font-size: 20px;
font-weight: bold;
}
.meanListclass{
list-style:none;
font-size: 16px;
}
.means button {
position: absolute;
top: 8%;
left: 70%;
width: 25%;
height: 10%;
background: #fefefe;
border: 1px solid #C6C6C7;
border-radius: 3px;
cursor: pointer;
}
.means button::before {
content: "添加到生词本";
font-size: 12px;
color: #302C2C;
font-family: "Microsoft YaHei";
}
.means button:hover {border: 1px solid #C90F1D;}
.means button:hover::before {color: #C90F1D;}
ul {
list-style-type:none;
font-size: 16px;
color: #3D3E42;
font-family: "Microsoft YaHei";
}
.newword {
background: #fefefe;
position: absolute;
width: 40%;
height: 30%;
left: 30%;
top: 35%;
padding-left: 4.5%;
padding-top: 3%;
border-radius: 3px;
}
hr{
color: #CF747C;
}
.newword button {
background: #DFCDCD;
width: 110%;
height: 7%;
border: 1px solid #C6C6C7;
border-radius: 3px;
cursor: pointer;
}
.newword button::before {
content: "删除记录";
font-size: 12px;
color: #302C2C;
font-family: "Microsoft YaHei";
}
.newword table {
border: 2px solid #C90F1D;
width: 85%;
position: absolute;
left: 8%;
} | web/index.css | *{
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
background: #fefefe;
font-weight: 500;
font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
#firstpage {
width: 700px;
height: 820px;
margin: 0 auto;
}
input, button {
border: none;
outline: none;
}
input {
width: 100%;
height: 42px;
padding-left: 13px;
padding-top:1px;
font-size: 20px;
}
div.search {padding: 30px 0;}
.pform {
position: relative;
width: 600px;
margin: 0 auto;
}
/*输入框字体*/
::-webkit-input-placeholder{
font-size: 14px;
font-family: "Microsoft YaHei";
}
.bar6 {
background: #fefefe;
padding: 30px 0;
}
.bar6 input {
border: 2px solid #c5464a;
border-radius: 5px;
background: transparent;
top: 0;
right: 0;
}
.bar6 button {
background: #c5464a;
border-radius: 0 5px 5px 0;
width: 75px;
top: 0;
right: 0;
height: 42px;
cursor: pointer;
position: absolute;
}
.bar6 button:before {
content: "搜索";
font-size: 15px;
color: #F9F0DA;
font-family: "Microsoft YaHei";
}
.bar6 table {
font-family: '微软雅黑', '宋体', '黑体';
}
.bar6 td {
background-color: #fefefe;
height: 24px;
width: 525px;
}
.bar6 td:hover {
background-color: rgb(168,213,252);
cursor: default;
}
/* 头部 */
.header {
background: #F4F4F7;
z-index: 998;
width: 1333px;
height: 50px;
position: fixed;
left: 10px;
/*opacity: 0.5;*/
border-bottom: 1px solid #C6C6C7;
}
.header img {
position: fixed;
left: 15%;
top: 6px;
width: 76px;
height: 38px;
}
.header button {
background: #F4F4F7;
border-radius: 2px;
position: fixed;
cursor: pointer;
}
.Index-c button {left: 29%;top: 11px;}
.Ielts-c button {left: 37%;top: 11px;}
.Cet4-c button {/*left: 637px;*/left: 47%;top: 11px;}
.Cet6-c button {left: 57%;top: 11px;}
.NewWord-c button {left: 67%;top: 11px;}
#Index:before {
content: "首页";
font-size: 16px;
color: #181616;
font-family: "Microsoft YaHei";
}
#Ielts:before {
content: "雅思单词";
font-size: 16px;
color: #181616;
font-family: "Microsoft YaHei";
}
#Cet4:before {
content: "四级单词";
font-size: 16px;
color: #181616;
font-family: "Microsoft YaHei";
}
#Cet6:before {
content: "六级单词";
font-size: 16px;
color: #181616;
font-family: "Microsoft YaHei";
}
#NewWord:before {
content: "生词本";
font-size: 16px;
color: #181616;
font-family: "Microsoft YaHei";
}
#Index:hover::before {color: #C90F1D;}
#Ielts:hover::before {color: #C90F1D;}
#Cet4:hover::before {color: #C90F1D;}
#Cet6:hover::before {color: #C90F1D;}
#NewWord:hover::before {color: #C90F1D;}
.Login-c button {
right: 15%;
top: 13px;
width: 55px;
height: 25px;
border: 1px solid #C6C6C7;
}
.Register-c button {
right: 10%;
top: 13px;
width: 55px;
height: 25px;
border: 1px solid #C6C6C7;
}
#Login:before {
content: "登录";
font-size: 15px;
color: #181616;
font-family: "Microsoft YaHei";
}
#Register:before {
content: "注册";
font-size: 15px;
color: #181616;
font-family: "Microsoft YaHei";
}
#Login:hover {border: 1px solid #C90F1D;}
#Register:hover {border: 1px solid #C90F1D;}
#Login:hover::before {color: #C90F1D;}
#Register:hover::before {color: #C90F1D;}
.user-name p {
position: fixed;
right: 18%;
font-size: 15px;
color: #181616;
font-family: "Microsoft YaHei";
cursor: pointer;
}
.user-name p:hover {color: #c5464a;}
/* 单词页面 */
.firstblock {
background: #fffffe;
position: absolute;
right: 51.5%;
top: 29%;
width: 35%;
height: 50%;
border: 1px solid #D8D8DB;
padding: 2%;
}
.firstblock img {width: 60%;height: 60%;position: absolute;left: 23%;top: 27%;}
.firstblock ol {position: absolute;left: 9%;top: 8%;}
.secondblock {
background: #ffffff;
position: absolute;
left: 51.5%;
top: 29%;
width: 35%;
height: 50%;
border: 1px solid #D8D8DB;
padding: 2%;
}
.secondblock img {width: 53%;height: 70%;position: absolute;left: 23%;top: 13%;}
.secondblock ol {position: absolute;left: 9%;top: 8%;}
.thirdblock {
background: #fefefe;
position: absolute;
right: 51.5%;
top: 85%;
width: 35%;
height: 50%;
border: 1px solid #D8D8DB;
padding: 2%;
}
.thirdblock img {width: 54%;height: 55%;position: absolute;left: 23%;top: 23%;}
.thirdblock ol {position: absolute;left: 9%;top: 8%;}
.fourthblock {
background: #ffffff;
position: absolute;
left: 51.5%;
top: 85%;
width: 35%;
height: 50%;
border: 1px solid #D8D8DB;
padding: 2%;
}
.fourthblock img {width: 60%;height: 60%;position: absolute;left: 19%;top: 23%;}
.fourthblock ol {position: absolute;left: 9%;top: 8%;}
.ielts img {position: fixed;top: 12%;left: 11%;z-index: 999;width: 9%;height: 7%;}
.image img {width: 11%;height: 11%;position: absolute;left:2%;top:3%;}
.block button {
position: absolute;
top: 88%;
left: 40%;
width: 20%;
height: 10%;
background: #CE6971;
border: 1px solid #C6C6C7;
border-radius: 3px;
cursor: pointer;
}
.block button::before {
content: "完成";
font-size: 15px;
color: #181616;
font-family: "Microsoft YaHei";
}
.day {
position: absolute;
left: 15%;
top: 145%;
width: 70%;
height: 30%;
}
.day button {
position: absolute;
top: 20%;
width: 6%;
height: 12%;
border: 1px solid #C6C6C7;
border-radius: 3px;
cursor: pointer;
}
.day1-c button {position: absolute;left: 2%;background: #CE6971;}
.day2-c button {position: absolute;left: 12%;background: #CE6971;}
.day3-c button {position: absolute;left: 22%;background: #CE6971;}
.day4-c button {position: absolute;left: 32%;background: #CE6971;}
.day5-c button {position: absolute;left: 42%;background: #CE6971;}
.day6-c button {position: absolute;left: 52%;background: #CE6971;}
.day7-c button {position: absolute;left: 62%;background: #CE6971;}
.day8-c button {position: absolute;left: 72%;background: #CE6971;}
.day9-c button {position: absolute;left: 82%;background: #CE6971;}
.day10-c button {position: absolute;left: 92%;background: #CE6971;}
.day1-w button {position: absolute;left: 2%;background: #C5BCBC;}
.day2-w button {position: absolute;left: 12%;background: #C5BCBC;}
.day3-w button {position: absolute;left: 22%;background: #C5BCBC;}
.day4-w button {position: absolute;left: 32%;background: #C5BCBC;}
.day5-w button {position: absolute;left: 42%;background: #C5BCBC;}
.day6-w button {position: absolute;left: 52%;background: #C5BCBC;}
.day7-w button {position: absolute;left: 62%;background: #C5BCBC;}
.day8-w button {position: absolute;left: 72%;background: #C5BCBC;}
.day9-w button {position: absolute;left: 82%;background: #C5BCBC;}
.day10-w button {position: absolute;left: 92%;background: #C5BCBC;}
/*meanspage*/
.header2 {
position: fixed;
background: #fefefe;
z-index: 997;
width: 100%;
height: 12%;
left: 10px;
top: 50px;
border-bottom: 1px solid #C6C6C7;
}
.means {
background: #fefefe;
position: absolute;
width: 51%;
height: 30%;
left: 23%;
top: 25%;
padding-left: 4.5%;
}
.means ul {
color: #181616;
font-family: "Microsoft YaHei";
}
.searchedwordclass{
list-style:none;
font-size: 20px;
font-weight: bold;
}
.meanListclass{
list-style:none;
font-size: 16px;
}
.means button {
position: absolute;
top: 8%;
left: 70%;
width: 25%;
height: 10%;
background: #fefefe;
border: 1px solid #C6C6C7;
border-radius: 3px;
cursor: pointer;
}
.means button::before {
content: "添加到生词本";
font-size: 12px;
color: #302C2C;
font-family: "Microsoft YaHei";
}
.means button:hover {border: 1px solid #C90F1D;}
.means button:hover::before {color: #C90F1D;}
ul {
list-style-type:none;
font-size: 16px;
color: #3D3E42;
font-family: "Microsoft YaHei";
}
.newword {
background: #fefefe;
position: absolute;
width: 40%;
height: 30%;
left: 30%;
top: 35%;
padding-left: 4.5%;
padding-top: 3%;
border-radius: 3px;
}
hr{
color: #CF747C;
}
.newword button {
background: #DFCDCD;
width: 110%;
height: 7%;
border: 1px solid #C6C6C7;
border-radius: 3px;
cursor: pointer;
}
.newword button::before {
content: "删除记录";
font-size: 12px;
color: #302C2C;
font-family: "Microsoft YaHei";
}
.newword table {
border: 2px solid #C90F1D;
width: 85%;
position: absolute;
left: 8%;
} | 0.398641 | 0.057071 |
@charset "UTF-8";
/*
* jQuery File Upload Plugin CSS
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2013, <NAME>
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
#uploadImage, #uploadProductColour {
font-family:'PT Sans Narrow', sans-serif;
background-color:#373a3d;
background-image:-webkit-linear-gradient(top, #373a3d, #313437);
background-image:-moz-linear-gradient(top, #373a3d, #313437);
background-image:linear-gradient(top, #373a3d, #313437);
width:100%;
padding:15px;
border-radius:3px;
/* margin:20px auto 20px; */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#dropImage, #dropProductColour{
background-color: #2E3134;
padding: 30px 20px;
margin-bottom: 30px;
border: 4px solid rgba(0, 0, 0, 0);
border-radius: 3px;
/* border-image: url('/dev/assets/fronend/images/images/border-image.png') 25 repeat; */
text-align: center;
text-transform: uppercase;
font-size:16px;
font-weight:bold;
color:#7f858a;
}
#dropImage a, #dropProductColour a{
background-color:#214B54;
padding:12px 26px;
color:#fff;
font-size:14px;
border-radius:2px;
cursor:pointer;
display:inline-block;
margin-top:12px;
line-height:1;
}
#dropImage a:hover {
background-color:#0986a3;
}
#dropImage input {
display:none;
}
#uploadImage ul {
list-style:none;
margin:0px;
border-top:1px solid #2b2e31;
border-bottom:1px solid #3d4043;
}
#uploadImage ul li {
background-color:#333639;
background-image:-webkit-linear-gradient(top, #333639, #303335);
background-image:-moz-linear-gradient(top, #333639, #303335);
background-image:linear-gradient(top, #333639, #303335);
border-top:1px solid #3d4043;
border-bottom:1px solid #2b2e31;
padding:15px;
height: 52px;
position: relative;
}
#uploadImage ul li input {
display: none;
}
#uploadImage ul li p {
width: 50%;
overflow: hidden;
white-space: nowrap;
color: #EEE;
font-size: 16px;
font-weight: bold;
position: absolute;
top: 3px;
left: 100px;
}
#uploadImage ul li i {
font-weight: normal;
font-style:normal;
color:#7f7f7f;
display:block;
}
#uploadImage ul li canvas {
top: 10px;
left: 32px;
position: absolute;
width: 32px;
}
#uploadImage ul li span {
width: 15px;
height: 12px;
background: url('../images/icons.png') no-repeat;
position: absolute;
top: 20px;
right: 33px;
cursor:pointer;
}
#uploadImage ul li.working span {
height: 16px;
background-position: 0 -12px;
}
#uploadImage ul li.error p {
color:red;
}
.fileinput-button {
position: relative;
overflow: hidden;
display: inline-block;
}
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px;
direction: ltr;
cursor: pointer;
}
/* Fixes for IE < 8 */
@media screen\9 {
.fileinput-button input {
filter: alpha(opacity=0);
font-size: 100%;
height: 100%;
}
} | assets/plugins/jquery-file-upload/jquery.fileupload.css | @charset "UTF-8";
/*
* jQuery File Upload Plugin CSS
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2013, <NAME>
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
#uploadImage, #uploadProductColour {
font-family:'PT Sans Narrow', sans-serif;
background-color:#373a3d;
background-image:-webkit-linear-gradient(top, #373a3d, #313437);
background-image:-moz-linear-gradient(top, #373a3d, #313437);
background-image:linear-gradient(top, #373a3d, #313437);
width:100%;
padding:15px;
border-radius:3px;
/* margin:20px auto 20px; */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#dropImage, #dropProductColour{
background-color: #2E3134;
padding: 30px 20px;
margin-bottom: 30px;
border: 4px solid rgba(0, 0, 0, 0);
border-radius: 3px;
/* border-image: url('/dev/assets/fronend/images/images/border-image.png') 25 repeat; */
text-align: center;
text-transform: uppercase;
font-size:16px;
font-weight:bold;
color:#7f858a;
}
#dropImage a, #dropProductColour a{
background-color:#214B54;
padding:12px 26px;
color:#fff;
font-size:14px;
border-radius:2px;
cursor:pointer;
display:inline-block;
margin-top:12px;
line-height:1;
}
#dropImage a:hover {
background-color:#0986a3;
}
#dropImage input {
display:none;
}
#uploadImage ul {
list-style:none;
margin:0px;
border-top:1px solid #2b2e31;
border-bottom:1px solid #3d4043;
}
#uploadImage ul li {
background-color:#333639;
background-image:-webkit-linear-gradient(top, #333639, #303335);
background-image:-moz-linear-gradient(top, #333639, #303335);
background-image:linear-gradient(top, #333639, #303335);
border-top:1px solid #3d4043;
border-bottom:1px solid #2b2e31;
padding:15px;
height: 52px;
position: relative;
}
#uploadImage ul li input {
display: none;
}
#uploadImage ul li p {
width: 50%;
overflow: hidden;
white-space: nowrap;
color: #EEE;
font-size: 16px;
font-weight: bold;
position: absolute;
top: 3px;
left: 100px;
}
#uploadImage ul li i {
font-weight: normal;
font-style:normal;
color:#7f7f7f;
display:block;
}
#uploadImage ul li canvas {
top: 10px;
left: 32px;
position: absolute;
width: 32px;
}
#uploadImage ul li span {
width: 15px;
height: 12px;
background: url('../images/icons.png') no-repeat;
position: absolute;
top: 20px;
right: 33px;
cursor:pointer;
}
#uploadImage ul li.working span {
height: 16px;
background-position: 0 -12px;
}
#uploadImage ul li.error p {
color:red;
}
.fileinput-button {
position: relative;
overflow: hidden;
display: inline-block;
}
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px;
direction: ltr;
cursor: pointer;
}
/* Fixes for IE < 8 */
@media screen\9 {
.fileinput-button input {
filter: alpha(opacity=0);
font-size: 100%;
height: 100%;
}
} | 0.559049 | 0.071203 |
@mixin sizing-percent .wd, width;
@mixin sizing-vw .vw, width;
@mixin sizing-pixel .pw, width;
@mixin sizing-percent .wdMax, max-width;
@mixin sizing-percent .wdMin, min-width;
@mixin sizing-vw .vwMax, max-width;
@mixin sizing-vw .vwMin, min-width;
@mixin sizing-pixel .pwMax, max-width;
@mixin sizing-pixel .pwMin, min-width;
@media (min-width: 640px) {
@mixin sizing-percent .xs\.wd, width;
@mixin sizing-vw .xs\.vw, width;
@mixin sizing-pixel .xs\.px\:wd, width;
@mixin sizing-percent .xs\.wdMax, max-width;
@mixin sizing-percent .xs\.wdMin, min-width;
@mixin sizing-vw .xs\.vwMax, max-width;
@mixin sizing-vw .xs\.vwMin, min-width;
@mixin sizing-pixel .xs\.pwMax, max-width;
@mixin sizing-pixel .xs\.pwMin, min-width;
}
@media (min-width: 768px) {
@mixin sizing-percent .sm\.wd, width;
@mixin sizing-vw .sm\.vw, width;
@mixin sizing-pixel .sm\.px\:wd, width;
@mixin sizing-percent .sm\.wdMax, max-width;
@mixin sizing-percent .sm\.wdMin, min-width;
@mixin sizing-vw .sm\.vwMax, max-width;
@mixin sizing-vw .sm\.vwMin, min-width;
@mixin sizing-pixel .sm\.pwMax, max-width;
@mixin sizing-pixel .sm\.pwMin, min-width;
}
@media (min-width: 1024px) {
@mixin sizing-percent .md\.wd, width;
@mixin sizing-vw .md\.vw, width;
@mixin sizing-pixel .md\.px\:wd, width;
@mixin sizing-percent .md\.wdMax, max-width;
@mixin sizing-percent .md\.wdMin, min-width;
@mixin sizing-vw .md\.vwMax, max-width;
@mixin sizing-vw .md\.vwMin, min-width;
@mixin sizing-pixel .md\.wdMax, max-width;
@mixin sizing-pixel .md\.wdMin, min-width;
}
@media (min-width: 1280px) {
@mixin sizing-percent .lg\.wd, width;
@mixin sizing-vw .lg\.vw, width;
@mixin sizing-pixel .lg\.px\:wd, width;
@mixin sizing-percent .lg\.wdMax, max-width;
@mixin sizing-percent .lg\.wdMin, min-width;
@mixin sizing-vw .lg\.vwMax, max-width;
@mixin sizing-vw .lg\.vwMin, min-width;
@mixin sizing-pixel .lg\.wdMax, max-width;
@mixin sizing-pixel .lg\.wdMin, min-width;
}
@media (min-width: 1536px) {
@mixin sizing-percent .larger\:width, width;
@mixin sizing-vw .xl\.vw, width;
@mixin sizing-pixel .xl\.px\:wd, width;
@mixin sizing-percent .xl\.wdMax, max-width;
@mixin sizing-percent .xl\.wdMin, min-width;
@mixin sizing-vw .xl\.vwMax, max-width;
@mixin sizing-vw .xl\.vwMin, min-width;
@mixin sizing-pixel .xl\.wdMax, max-width;
@mixin sizing-pixel .xl\.wdMin, min-width;
}
@media (min-width: 1920px) {
@mixin sizing-percent .\2xl\.wd, width;
@mixin sizing-vw .\2xl\.vw, width;
@mixin sizing-pixel .\2xl\.px\:wd, width;
@mixin sizing-percent .\2xl\.wdMax, max-width;
@mixin sizing-percent .\2xl\.wdMin, min-width;
@mixin sizing-vw .\2xl\.vwMax, max-width;
@mixin sizing-vw .\2xl\.vwMin, min-width;
@mixin sizing-pixel .\2xl\.wdMax, max-width;
@mixin sizing-pixel .\2xl\.wdMin, min-width;
} | node_modules/alga-css/css/utilities/width.css | @mixin sizing-percent .wd, width;
@mixin sizing-vw .vw, width;
@mixin sizing-pixel .pw, width;
@mixin sizing-percent .wdMax, max-width;
@mixin sizing-percent .wdMin, min-width;
@mixin sizing-vw .vwMax, max-width;
@mixin sizing-vw .vwMin, min-width;
@mixin sizing-pixel .pwMax, max-width;
@mixin sizing-pixel .pwMin, min-width;
@media (min-width: 640px) {
@mixin sizing-percent .xs\.wd, width;
@mixin sizing-vw .xs\.vw, width;
@mixin sizing-pixel .xs\.px\:wd, width;
@mixin sizing-percent .xs\.wdMax, max-width;
@mixin sizing-percent .xs\.wdMin, min-width;
@mixin sizing-vw .xs\.vwMax, max-width;
@mixin sizing-vw .xs\.vwMin, min-width;
@mixin sizing-pixel .xs\.pwMax, max-width;
@mixin sizing-pixel .xs\.pwMin, min-width;
}
@media (min-width: 768px) {
@mixin sizing-percent .sm\.wd, width;
@mixin sizing-vw .sm\.vw, width;
@mixin sizing-pixel .sm\.px\:wd, width;
@mixin sizing-percent .sm\.wdMax, max-width;
@mixin sizing-percent .sm\.wdMin, min-width;
@mixin sizing-vw .sm\.vwMax, max-width;
@mixin sizing-vw .sm\.vwMin, min-width;
@mixin sizing-pixel .sm\.pwMax, max-width;
@mixin sizing-pixel .sm\.pwMin, min-width;
}
@media (min-width: 1024px) {
@mixin sizing-percent .md\.wd, width;
@mixin sizing-vw .md\.vw, width;
@mixin sizing-pixel .md\.px\:wd, width;
@mixin sizing-percent .md\.wdMax, max-width;
@mixin sizing-percent .md\.wdMin, min-width;
@mixin sizing-vw .md\.vwMax, max-width;
@mixin sizing-vw .md\.vwMin, min-width;
@mixin sizing-pixel .md\.wdMax, max-width;
@mixin sizing-pixel .md\.wdMin, min-width;
}
@media (min-width: 1280px) {
@mixin sizing-percent .lg\.wd, width;
@mixin sizing-vw .lg\.vw, width;
@mixin sizing-pixel .lg\.px\:wd, width;
@mixin sizing-percent .lg\.wdMax, max-width;
@mixin sizing-percent .lg\.wdMin, min-width;
@mixin sizing-vw .lg\.vwMax, max-width;
@mixin sizing-vw .lg\.vwMin, min-width;
@mixin sizing-pixel .lg\.wdMax, max-width;
@mixin sizing-pixel .lg\.wdMin, min-width;
}
@media (min-width: 1536px) {
@mixin sizing-percent .larger\:width, width;
@mixin sizing-vw .xl\.vw, width;
@mixin sizing-pixel .xl\.px\:wd, width;
@mixin sizing-percent .xl\.wdMax, max-width;
@mixin sizing-percent .xl\.wdMin, min-width;
@mixin sizing-vw .xl\.vwMax, max-width;
@mixin sizing-vw .xl\.vwMin, min-width;
@mixin sizing-pixel .xl\.wdMax, max-width;
@mixin sizing-pixel .xl\.wdMin, min-width;
}
@media (min-width: 1920px) {
@mixin sizing-percent .\2xl\.wd, width;
@mixin sizing-vw .\2xl\.vw, width;
@mixin sizing-pixel .\2xl\.px\:wd, width;
@mixin sizing-percent .\2xl\.wdMax, max-width;
@mixin sizing-percent .\2xl\.wdMin, min-width;
@mixin sizing-vw .\2xl\.vwMax, max-width;
@mixin sizing-vw .\2xl\.vwMin, min-width;
@mixin sizing-pixel .\2xl\.wdMax, max-width;
@mixin sizing-pixel .\2xl\.wdMin, min-width;
} | 0.484624 | 0.044911 |
@font-face {
font-family: "inter-semibold";
src: url(../fonts/Inter-SemiBold.ttf);
}
@font-face {
font-family: "inter-bold";
src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
font-family: "inter-extrabold";
src: url(../fonts/Inter-ExtraBold.ttf);
}
@font-face {
font-family: "inter-regular";
src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
font-family: "inter-medium-italic";
src: url(../fonts/Inter-MediumItalic.ttf);
}
@font-face {
font-family: "inter-semibold-italic";
src: url(../fonts/Inter-SemiBoldItalic.ttf);
}
@font-face {
font-family: "SF Display";
src: url(../applefont/SanFranciscoDisplay-Semibold.otf);
}
/*common css tag to remove any spacing before applying the css to each section*/
*,
* ::before,
* ::after {
margin: 0;
padding: 0;
}
/* common css tag */
html {
font-size: 10px;
font-family: "SF Display", sans-serif;
scroll-behavior: smooth;
}
a {
display: block;
text-decoration: none;
}
.container {
max-width: 88rem;
margin: 0 auto;
padding: 0 2.2rem;
}
header {
position: fixed;
top: 0;
z-index: 1400;
height: 7.4rem;
width: 100%;
background-color: black;
}
/* home css
styling of first navbar */
.nav-list {
padding-top: 2rem;
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 -1rem;
}
.nav-logo {
font-size: 2rem;
font-family: "inter-extrabold";
color: #fff;
transition: opacity 0.5s;
padding-right: 13rem;
}
.nav-link {
font-size: 1.4rem;
font-family: "inter-semibold-italic";
font-weight: lighter;
color: #fff;
padding: 1.5rem;
transition: opacity 0.5s;
}
/* selected page is highlighted */
.active{
text-decoration: underline;;
}
/* effect on link when cursor is placed */
.nav-link:hover {
opacity: 0.7;
}
.about {
padding-right: 5rem;
}
.fa-search {
color: white;
padding-right: 2rem;
}
.fa-shopping-cart {
color: white;
}
/* styling of second nav-bar */
.overview {
background-position: center;
background-size: initial;
height: 8rem;
margin-top: 4.4rem;
background-color: gray;
}
.nav {
text-align: left;
padding-top: 5rem;
}
.nav-list-2 {
list-style: none;
display: flex;
align-items: right;
float: right;
padding-right: 8rem;
}
.nav-link-1 {
font-size: 1.3rem;
font-family: "inter-regular";
font-weight: lighter;
color: #fff;
transition: opacity 0.5s;
padding: 3.2rem;
margin: 0 -1rem;
margin-top: -3.3rem;
}
/* effect on link when cursor is placed */
.nav-link-1:hover {
opacity: 0.7;
}
.fa-user {
padding-left: 2.8rem;
margin: -0.5rem;
color: white;
}
/* styling of info-bar */
.update {
background-position: center;
background-size: initial;
height: 4rem;
}
.update-bar {
text-align: center;
padding-top: 1.5rem;
font-size: 1.2rem;
font-family: "inter-semibold-italic";
font-weight: lighter;
animation: text 3s 1;
}
/* styling of animated text */
@keyframes text {
0% {
color: black;
margin-bottom: -40px;
}
30% {
letter-spacing: 20px;
margin-bottom: -40px;
}
85% {
letter-spacing: 8px;
margin-bottom: -40px;
}
}
/* styling of section-1 into-advertisement */
.introduction {
border-top: none;
height: 78rem;
margin-top: -0.6rem;
background-size: initial;
}
.intro-model {
height: 73rem;
padding-left: 2rem;
width: 540px;
float: left;
transition: 1s;
cursor: pointer;
}
.title-intro {
float: right;
padding-right: 18rem;
padding-top: 17rem;
}
.title-heading-intro {
font-family: "inter-bold";
font-size: 6.5rem;
font-weight: bolder;
letter-spacing: -0.009rem;
}
.title-sub-heading-intro {
font-weight: lighter;
font-size: 1.8rem;
color: #888;
font-weight: lighter;
}
.cta-link-intro {
padding-top: 2rem;
font-size: 1.8rem;
display: flex;
}
.cta-link-intro1 {
color: #66bbff;
}
.cta-link-intro2 {
color: #66bbff;
margin-left: 2rem;
}
.cta-link-intro1:hover {
border-bottom: 2px solid #66bbff;
}
.cta-link-intro2:hover {
border-bottom: 2px solid #66bbff;
}
/* styling of section 2 - trending products */
.bestsellers {
border-top: none;
height: 78rem;
background-color: #f8f8ff;
margin-top: 2rem;
background-size: initial;
}
.bestseller-img {
width: 32rem;
height: 46rem;
}
.section-title {
text-align: center;
font-family: "inter-bold";
font-size: 4.5rem;
font-weight: bolder;
letter-spacing: -0.009rem;
padding-top: 2rem;
}
.cta-link-bestseller {
padding-top: 1.5rem;
font-size: 1.5rem;
margin-bottom: 3rem;
display: flex;
text-align: center;
justify-content: space-evenly;
font-family: "inter-semibold-italic";
}
.cta-link-trend1 {
color: #66bbff;
}
.cta-link-trend2 {
color: #66bbff;
}
.cta-link-trend1:hover {
border-bottom: 2px solid #66bbff;
}
.cta-link-trend2:hover {
border-bottom: 2px solid #66bbff;
}
.container_grid {
display: flex;
justify-content: space-evenly;
}
.bestseller-tag {
font-family: "inter-extrabold";
font-size: 1.6rem;
padding-top: 1.5rem;
letter-spacing: 2px;
}
.bestseller-name {
font-family: "inter-semibold";
font-size: 1.2rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.bestseller-price {
font-size: 1.2rem;
font-family: "inter-semibold";
}
/* styling of 2nd advertisement/casual product */
.featuring {
border-top: none;
height: 77rem;
margin-top: -0.6rem;
background-size: initial;
background-color: black;
}
.transition-model {
height: 73rem;
padding-top: 2rem;
padding-left: 2rem;
width: 540px;
float: left;
transition: 1s;
cursor: pointer;
}
.title-featuring {
float: right;
padding-right: 18rem;
padding-top: 25rem;
color: white;
}
.title-heading-featuring {
font-family: "inter-bold";
font-size: 3.5rem;
font-weight: bolder;
letter-spacing: 2px;
}
.title-sub-heading-featuring {
font-weight: lighter;
font-size: 1.8rem;
color: #888;
letter-spacing: 2px;
}
.cta-featuring {
padding-top: 3rem;
font-size: 1.8rem;
display: flex;
}
.cta-featuring1 {
color: white;
}
.cta-featuring2 {
margin-left: 3.5rem;
}
.cta-featuring2:hover {
border-bottom: 2px solid;
}
/* styling of accessories section */
.accessories {
border-top: none;
height: 79rem;
margin-top: 8rem;
background-size: initial;
}
.accessories-img {
width: 30rem;
height: 42rem;
}
.section-acce {
text-align: center;
font-family: "inter-bold";
font-size: 4.5rem;
font-weight: bolder;
letter-spacing: -0.009rem;
padding-top: 2rem;
}
.info-accessories {
padding-top: 3rem;
text-align: center;
font-family: "inter-regular";
font-size: 1.4rem;
letter-spacing: 2px;
padding-bottom: 2rem;
}
.cta-link-accessories {
padding-top: 2.5rem;
font-size: 1.5rem;
margin-bottom: 5rem;
display: flex;
text-align: center;
justify-content: space-evenly;
font-family: "inter-semibold-italic";
}
.cta-link-acce1 {
color: #66bbff;
}
.cta-link-acce1:hover {
border-bottom: 2px solid #66bbff;
}
.container_grid-accessories {
display: flex;
justify-content: space-evenly;
}
.accessories-tag {
font-family: "inter-extrabold";
font-size: 1.6rem;
padding-top: 1.5rem;
letter-spacing: 2px;
}
.accessories-name {
font-family: "inter-semibold";
font-size: 1.2rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.accessories-price {
font-size: 1.2rem;
font-family: "inter-semibold";
}
/* styling of add-to-cart-section */
.addcart{
border-top: none;
height: 69rem;
margin-top: 1rem;
background-size: initial;
background-color: #E4E4E4;
}
.girl-model{
height: 55rem;
padding-left: 2.5rem;
padding-top: 3rem;
}
.title-cart {
float: right;
padding-right: 18rem;
margin-top: -35rem;
}
.title-heading-cart {
font-family: "inter-bold";
font-size: 6.5rem;
font-weight: bolder;
letter-spacing: -0.009rem;
}
.title-sub-heading-cart {
font-weight: lighter;
font-size: 1.8rem;
color: #888;
letter-spacing: 2px;
}
.cta-cart1{
font-family: "inter-semibold";
font-size: 1.6rem;
background-color: black;
color: white;
cursor: pointer;
padding: 1rem;
border: none;
}
/* styling of the newsletter section */
.newsletter {
border-top: none;
height: 35rem;
margin-top: 8rem;
background-size: initial;
text-align: center;
}
.newsletter-form {
padding-top: 6rem;
display: grid;
grid-template-columns: 1fr 0.3fr;
font-size: 2rem;
font-family: "inter-semibold";
text-align: center;
}
.newsletter-input {
outline: none;
border: none;
padding: 0 1rem;
height: 2rem;
}
::placeholder {
font-size: 2rem;
}
.button-sub {
background-color: black;
color: white;
padding: 1.5rem;
}
/* styling of the about-us section */
.about-us{
border-top: none;
height: 28rem;
margin-top: 2rem;
background-size: initial;
}
.hr{
width: 50%;
margin: 0 auto;
}
.footer-section-about{
padding-top: 6rem;
display: flex;
padding-left: 25rem;
}
.footer_text{
font-size: 4rem;
font-family: "inter-extrabold";
padding-right: 7rem;
}
.info-about{
font-size: 1.4rem;
letter-spacing: 1px;
}
.fa-envelope{
padding-top: 7rem;
padding-left: 65rem;
font-size: 2rem;
}
.contact-mail{
font-size: 1.6rem;
}
/* styling the footer section */
.footer{
border-top: none;
height: 30rem;
margin-top: 2rem;
background-size: initial;
background-color: black;
color: white;
}
.footer_container{
display: flex;
justify-content: space-evenly;
padding-right: 64rem;
}
.footer_title{
font-size: 1.7rem;
font-family: 'inter-semibold-italic';
padding-top: 5rem;
padding-bottom: 1rem;
}
.nav-list-footer{
list-style: none;
}
.footer_link{
color: white;
font-weight: lighter;
letter-spacing: 1px;
padding-top: 1.5rem;
font-size: 1.3rem;
}
.nav-list-footer-social{
list-style: none;
display: flex;
}
.fa-facebook-square{
padding-right: 2rem;
color: white;
}
.fa-instagram{
padding-right: 2rem;
color: white;
}
.fa-twitter-square{
color: white;
}
.f-disclaimer{
padding-top: 5rem;
padding-left: 6.5rem;
font-size: 1.3rem;
font-weight: lighter;
color: gray;
}
/* styling of men's clothing page */
.products-men{
border-top: none;
height: 275rem;
margin-top: 2rem;
background-size: initial;
}
.page-title-men{
font-size: 2rem;
font-family: "inter-extrabold";
padding-left: 4.7rem;
text-decoration: underline;
}
.page-info-des{
text-align: center;
padding-top: 2rem;
font-size: 1.2rem;
letter-spacing: 1px;
text-decoration: underline;
font-family: 'inter-regular';
}
.container_grid1 {
padding-top: 5rem;
display: flex;
justify-content: space-evenly;
}
.bestseller-tag1 {
font-family: "inter-extrabold";
font-size: 1.6rem;
padding-top: 1.5rem;
letter-spacing: 2px;
}
.bestseller-name1 {
font-family: "inter-semibold";
font-size: 1.2rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.bestseller-price1 {
font-size: 1.2rem;
font-family: "inter-semibold";
}
.cta-buy{
margin-left: 24rem;
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.5rem;
border: none;
}
.page-quote-men{
padding-top: 10rem;
padding-bottom: 2rem;
text-align: center;
font-size: 3.2rem;
letter-spacing: 1px;
font-family: 'inter-regular';
}
/* styling of women's clothing page */
.products-women{
border-top: none;
height: 350rem;
margin-top: 2rem;
background-size: initial;
}
/* styling of accessories page */
.products-accessories{
border-top: none;
height: 260rem;
margin-top: 2rem;
background-size: initial;
}
/* styling of log in page */
.container-signin{
padding-top: 15rem;
padding-bottom: 15rem;
display: flex;
padding-left: 45rem;
}
.sign-up-info{
padding-left: 10rem;
}
.login-title{
font-size: 2.5rem;
font-family: 'inter-bold';
letter-spacing: 1px;
padding-bottom: 2rem;
}
.input-field{
border: none;
margin: 8px 0;
padding-bottom: 2.5rem;;
}
.form-field {
font-family: inherit;
width: 100%;
border: 0;
border-bottom: 2px solid lightgray;
font-size: 2.5rem;
background: transparent;
transition: border-color 0.2s;
}
.title-sub-heading-info-log{
font-size: 1.4rem;
font-weight: lighter;
padding-bottom: 3rem;
}
.sign-in-page-button{
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.8rem;
border: none;
height: 4rem;
width: 14rem;
}
.register-info{
font-size: 1.4rem;
font-weight: lighter;
padding-bottom: 3rem;
}
.sign-in-page-button2{
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.8rem;
border: none;
height: 4rem;
width: 17rem;
}
/* styling of register page */
.container-signup{
padding-top: 5rem;
padding-bottom: 15rem;
text-align: center;
}
.signup-title{
font-size: 2.5rem;
font-family: "inter-semibold-italic";
padding-bottom: 4rem;
}
.signin-info2{
display: flex;
justify-content: center;
padding-bottom: 3rem;
}
.signup-title2{
text-align: center;
padding-right: 2rem;
padding-top: 1rem;
}
.cta-link-signup{
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.8rem;
border: none;
height: 4rem;
}
.input-field-register{
text-align: center;
padding: 1rem;
width: 100%;
}
.form-field-1{
font-family: inherit;
width: 20%;
border: 0;
border-bottom: 2px solid lightgray;
font-size: 2.5rem;
background: transparent;
transition: border-color 0.2s;
height: 4rem;
}
.email-info{
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 1.3rem;
font-family: "inter-semibold-italic";
}
.info-rules{
padding-top: 4rem;
font-size: 1.7rem;
}
.register-button-1{
padding-top: 4rem;
}
.register-button{
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.8rem;
border: none;
height: 4rem;
width: 20rem;
}
/* styling of shopping-cart page */
.shopping-bag{
height: 110rem;
}
.page-info-cart{
display: flex;
padding-top: 5rem;
padding-left: 10rem;
}
.page-title-cart{
padding-top: 0.5rem;
font-size: 2.7rem;
font-family: "inter-extrabold";
text-align: center;
letter-spacing: 1px;
}
.container_grid2{
padding-top: 5rem;
padding-left: 10rem;
}
.cart-img{
width: 30rem;
height: 40rem;
}
.fa-shopping-bag{
padding-left: 2.5rem;
}
.items-cart{
padding-top: 2rem;
padding-left: 10rem;
font-size: 1.5rem;
font-weight: lighter;
letter-spacing: 1px;
}
.bestseller-product2{
display: flex;
}
.bestseller-data-cart{
padding-left: 3rem;
padding-top: 10rem;
}
.cart-name{
font-family: 'inter-bold';
font-size: 1.5rem;
}
.cart-price{
font-family: 'inter-regular';
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 1.5rem;
}
.quan{
padding-bottom: 1rem;
}
.cart-quantity{
font-family: 'inter-regular';
font-size: 1.3rem;
padding-right: 1rem;
}
.cart-button{
border: 0;
font-size: 1.4rem;
text-decoration: underline;
cursor: pointer;
font-family: 'inter-regular';
}
main{
display: grid;
grid-template-columns: 1100px 400px;
}
.cta-shopping-bag{
padding-top: 15rem;
padding-bottom: 2rem;
}
.cta-shop{
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.8rem;
border: none;
height: 7rem;
width: 37rem;
}
.cta-checkout{
font-family: "inter-semibold";
background-color: white;
color: black;
cursor: pointer;
padding: 0.8rem;
height: 7rem;
width: 37rem;
border-color: black;
}
/* styling of shopping-cart page */
.user-account{
height: 60rem;
}
.fa-user{
color: black;
}
.page-info-account{
padding-left: 8rem;
padding-top: 5rem;
display: flex;
}
.page-title-account{
padding-top: 1rem;
padding-left: 3rem;
font-size: 2rem;
font-family: 'inter-semibold-italic';
letter-spacing: 1px;
}
.sub-title-account{
padding-top: 4rem;
padding-bottom: 2rem;
padding-left: 8rem;
font-size: 2rem;
font-family: "inter-bold";
}
.des-account{
padding-top: 2rem;
padding-left: 8rem;
font-family: "inter-regular";
}
.cta-user-button1{
padding-top: 9rem;
padding-left: 8rem;
padding-bottom: 2rem;
}
.cta-user-button2{
padding-top: 1rem;
padding-left: 8rem;
padding-bottom: 3rem;
}
.user-shop{
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.8rem;
border: none;
height: 5rem;
width: 33rem;
}
.user-cart{
font-family: "inter-semibold";
background-color: white;
color: black;
cursor: pointer;
padding: 0.8rem;
height: 5rem;
width: 33rem;
border-color: black;
}
.section2{
padding-top: 9rem;
padding-left: 6rem;
} | css/style.css | @font-face {
font-family: "inter-semibold";
src: url(../fonts/Inter-SemiBold.ttf);
}
@font-face {
font-family: "inter-bold";
src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
font-family: "inter-extrabold";
src: url(../fonts/Inter-ExtraBold.ttf);
}
@font-face {
font-family: "inter-regular";
src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
font-family: "inter-medium-italic";
src: url(../fonts/Inter-MediumItalic.ttf);
}
@font-face {
font-family: "inter-semibold-italic";
src: url(../fonts/Inter-SemiBoldItalic.ttf);
}
@font-face {
font-family: "SF Display";
src: url(../applefont/SanFranciscoDisplay-Semibold.otf);
}
/*common css tag to remove any spacing before applying the css to each section*/
*,
* ::before,
* ::after {
margin: 0;
padding: 0;
}
/* common css tag */
html {
font-size: 10px;
font-family: "SF Display", sans-serif;
scroll-behavior: smooth;
}
a {
display: block;
text-decoration: none;
}
.container {
max-width: 88rem;
margin: 0 auto;
padding: 0 2.2rem;
}
header {
position: fixed;
top: 0;
z-index: 1400;
height: 7.4rem;
width: 100%;
background-color: black;
}
/* home css
styling of first navbar */
.nav-list {
padding-top: 2rem;
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 -1rem;
}
.nav-logo {
font-size: 2rem;
font-family: "inter-extrabold";
color: #fff;
transition: opacity 0.5s;
padding-right: 13rem;
}
.nav-link {
font-size: 1.4rem;
font-family: "inter-semibold-italic";
font-weight: lighter;
color: #fff;
padding: 1.5rem;
transition: opacity 0.5s;
}
/* selected page is highlighted */
.active{
text-decoration: underline;;
}
/* effect on link when cursor is placed */
.nav-link:hover {
opacity: 0.7;
}
.about {
padding-right: 5rem;
}
.fa-search {
color: white;
padding-right: 2rem;
}
.fa-shopping-cart {
color: white;
}
/* styling of second nav-bar */
.overview {
background-position: center;
background-size: initial;
height: 8rem;
margin-top: 4.4rem;
background-color: gray;
}
.nav {
text-align: left;
padding-top: 5rem;
}
.nav-list-2 {
list-style: none;
display: flex;
align-items: right;
float: right;
padding-right: 8rem;
}
.nav-link-1 {
font-size: 1.3rem;
font-family: "inter-regular";
font-weight: lighter;
color: #fff;
transition: opacity 0.5s;
padding: 3.2rem;
margin: 0 -1rem;
margin-top: -3.3rem;
}
/* effect on link when cursor is placed */
.nav-link-1:hover {
opacity: 0.7;
}
.fa-user {
padding-left: 2.8rem;
margin: -0.5rem;
color: white;
}
/* styling of info-bar */
.update {
background-position: center;
background-size: initial;
height: 4rem;
}
.update-bar {
text-align: center;
padding-top: 1.5rem;
font-size: 1.2rem;
font-family: "inter-semibold-italic";
font-weight: lighter;
animation: text 3s 1;
}
/* styling of animated text */
@keyframes text {
0% {
color: black;
margin-bottom: -40px;
}
30% {
letter-spacing: 20px;
margin-bottom: -40px;
}
85% {
letter-spacing: 8px;
margin-bottom: -40px;
}
}
/* styling of section-1 into-advertisement */
.introduction {
border-top: none;
height: 78rem;
margin-top: -0.6rem;
background-size: initial;
}
.intro-model {
height: 73rem;
padding-left: 2rem;
width: 540px;
float: left;
transition: 1s;
cursor: pointer;
}
.title-intro {
float: right;
padding-right: 18rem;
padding-top: 17rem;
}
.title-heading-intro {
font-family: "inter-bold";
font-size: 6.5rem;
font-weight: bolder;
letter-spacing: -0.009rem;
}
.title-sub-heading-intro {
font-weight: lighter;
font-size: 1.8rem;
color: #888;
font-weight: lighter;
}
.cta-link-intro {
padding-top: 2rem;
font-size: 1.8rem;
display: flex;
}
.cta-link-intro1 {
color: #66bbff;
}
.cta-link-intro2 {
color: #66bbff;
margin-left: 2rem;
}
.cta-link-intro1:hover {
border-bottom: 2px solid #66bbff;
}
.cta-link-intro2:hover {
border-bottom: 2px solid #66bbff;
}
/* styling of section 2 - trending products */
.bestsellers {
border-top: none;
height: 78rem;
background-color: #f8f8ff;
margin-top: 2rem;
background-size: initial;
}
.bestseller-img {
width: 32rem;
height: 46rem;
}
.section-title {
text-align: center;
font-family: "inter-bold";
font-size: 4.5rem;
font-weight: bolder;
letter-spacing: -0.009rem;
padding-top: 2rem;
}
.cta-link-bestseller {
padding-top: 1.5rem;
font-size: 1.5rem;
margin-bottom: 3rem;
display: flex;
text-align: center;
justify-content: space-evenly;
font-family: "inter-semibold-italic";
}
.cta-link-trend1 {
color: #66bbff;
}
.cta-link-trend2 {
color: #66bbff;
}
.cta-link-trend1:hover {
border-bottom: 2px solid #66bbff;
}
.cta-link-trend2:hover {
border-bottom: 2px solid #66bbff;
}
.container_grid {
display: flex;
justify-content: space-evenly;
}
.bestseller-tag {
font-family: "inter-extrabold";
font-size: 1.6rem;
padding-top: 1.5rem;
letter-spacing: 2px;
}
.bestseller-name {
font-family: "inter-semibold";
font-size: 1.2rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.bestseller-price {
font-size: 1.2rem;
font-family: "inter-semibold";
}
/* styling of 2nd advertisement/casual product */
.featuring {
border-top: none;
height: 77rem;
margin-top: -0.6rem;
background-size: initial;
background-color: black;
}
.transition-model {
height: 73rem;
padding-top: 2rem;
padding-left: 2rem;
width: 540px;
float: left;
transition: 1s;
cursor: pointer;
}
.title-featuring {
float: right;
padding-right: 18rem;
padding-top: 25rem;
color: white;
}
.title-heading-featuring {
font-family: "inter-bold";
font-size: 3.5rem;
font-weight: bolder;
letter-spacing: 2px;
}
.title-sub-heading-featuring {
font-weight: lighter;
font-size: 1.8rem;
color: #888;
letter-spacing: 2px;
}
.cta-featuring {
padding-top: 3rem;
font-size: 1.8rem;
display: flex;
}
.cta-featuring1 {
color: white;
}
.cta-featuring2 {
margin-left: 3.5rem;
}
.cta-featuring2:hover {
border-bottom: 2px solid;
}
/* styling of accessories section */
.accessories {
border-top: none;
height: 79rem;
margin-top: 8rem;
background-size: initial;
}
.accessories-img {
width: 30rem;
height: 42rem;
}
.section-acce {
text-align: center;
font-family: "inter-bold";
font-size: 4.5rem;
font-weight: bolder;
letter-spacing: -0.009rem;
padding-top: 2rem;
}
.info-accessories {
padding-top: 3rem;
text-align: center;
font-family: "inter-regular";
font-size: 1.4rem;
letter-spacing: 2px;
padding-bottom: 2rem;
}
.cta-link-accessories {
padding-top: 2.5rem;
font-size: 1.5rem;
margin-bottom: 5rem;
display: flex;
text-align: center;
justify-content: space-evenly;
font-family: "inter-semibold-italic";
}
.cta-link-acce1 {
color: #66bbff;
}
.cta-link-acce1:hover {
border-bottom: 2px solid #66bbff;
}
.container_grid-accessories {
display: flex;
justify-content: space-evenly;
}
.accessories-tag {
font-family: "inter-extrabold";
font-size: 1.6rem;
padding-top: 1.5rem;
letter-spacing: 2px;
}
.accessories-name {
font-family: "inter-semibold";
font-size: 1.2rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.accessories-price {
font-size: 1.2rem;
font-family: "inter-semibold";
}
/* styling of add-to-cart-section */
.addcart{
border-top: none;
height: 69rem;
margin-top: 1rem;
background-size: initial;
background-color: #E4E4E4;
}
.girl-model{
height: 55rem;
padding-left: 2.5rem;
padding-top: 3rem;
}
.title-cart {
float: right;
padding-right: 18rem;
margin-top: -35rem;
}
.title-heading-cart {
font-family: "inter-bold";
font-size: 6.5rem;
font-weight: bolder;
letter-spacing: -0.009rem;
}
.title-sub-heading-cart {
font-weight: lighter;
font-size: 1.8rem;
color: #888;
letter-spacing: 2px;
}
.cta-cart1{
font-family: "inter-semibold";
font-size: 1.6rem;
background-color: black;
color: white;
cursor: pointer;
padding: 1rem;
border: none;
}
/* styling of the newsletter section */
.newsletter {
border-top: none;
height: 35rem;
margin-top: 8rem;
background-size: initial;
text-align: center;
}
.newsletter-form {
padding-top: 6rem;
display: grid;
grid-template-columns: 1fr 0.3fr;
font-size: 2rem;
font-family: "inter-semibold";
text-align: center;
}
.newsletter-input {
outline: none;
border: none;
padding: 0 1rem;
height: 2rem;
}
::placeholder {
font-size: 2rem;
}
.button-sub {
background-color: black;
color: white;
padding: 1.5rem;
}
/* styling of the about-us section */
.about-us{
border-top: none;
height: 28rem;
margin-top: 2rem;
background-size: initial;
}
.hr{
width: 50%;
margin: 0 auto;
}
.footer-section-about{
padding-top: 6rem;
display: flex;
padding-left: 25rem;
}
.footer_text{
font-size: 4rem;
font-family: "inter-extrabold";
padding-right: 7rem;
}
.info-about{
font-size: 1.4rem;
letter-spacing: 1px;
}
.fa-envelope{
padding-top: 7rem;
padding-left: 65rem;
font-size: 2rem;
}
.contact-mail{
font-size: 1.6rem;
}
/* styling the footer section */
.footer{
border-top: none;
height: 30rem;
margin-top: 2rem;
background-size: initial;
background-color: black;
color: white;
}
.footer_container{
display: flex;
justify-content: space-evenly;
padding-right: 64rem;
}
.footer_title{
font-size: 1.7rem;
font-family: 'inter-semibold-italic';
padding-top: 5rem;
padding-bottom: 1rem;
}
.nav-list-footer{
list-style: none;
}
.footer_link{
color: white;
font-weight: lighter;
letter-spacing: 1px;
padding-top: 1.5rem;
font-size: 1.3rem;
}
.nav-list-footer-social{
list-style: none;
display: flex;
}
.fa-facebook-square{
padding-right: 2rem;
color: white;
}
.fa-instagram{
padding-right: 2rem;
color: white;
}
.fa-twitter-square{
color: white;
}
.f-disclaimer{
padding-top: 5rem;
padding-left: 6.5rem;
font-size: 1.3rem;
font-weight: lighter;
color: gray;
}
/* styling of men's clothing page */
.products-men{
border-top: none;
height: 275rem;
margin-top: 2rem;
background-size: initial;
}
.page-title-men{
font-size: 2rem;
font-family: "inter-extrabold";
padding-left: 4.7rem;
text-decoration: underline;
}
.page-info-des{
text-align: center;
padding-top: 2rem;
font-size: 1.2rem;
letter-spacing: 1px;
text-decoration: underline;
font-family: 'inter-regular';
}
.container_grid1 {
padding-top: 5rem;
display: flex;
justify-content: space-evenly;
}
.bestseller-tag1 {
font-family: "inter-extrabold";
font-size: 1.6rem;
padding-top: 1.5rem;
letter-spacing: 2px;
}
.bestseller-name1 {
font-family: "inter-semibold";
font-size: 1.2rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.bestseller-price1 {
font-size: 1.2rem;
font-family: "inter-semibold";
}
.cta-buy{
margin-left: 24rem;
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.5rem;
border: none;
}
.page-quote-men{
padding-top: 10rem;
padding-bottom: 2rem;
text-align: center;
font-size: 3.2rem;
letter-spacing: 1px;
font-family: 'inter-regular';
}
/* styling of women's clothing page */
.products-women{
border-top: none;
height: 350rem;
margin-top: 2rem;
background-size: initial;
}
/* styling of accessories page */
.products-accessories{
border-top: none;
height: 260rem;
margin-top: 2rem;
background-size: initial;
}
/* styling of log in page */
.container-signin{
padding-top: 15rem;
padding-bottom: 15rem;
display: flex;
padding-left: 45rem;
}
.sign-up-info{
padding-left: 10rem;
}
.login-title{
font-size: 2.5rem;
font-family: 'inter-bold';
letter-spacing: 1px;
padding-bottom: 2rem;
}
.input-field{
border: none;
margin: 8px 0;
padding-bottom: 2.5rem;;
}
.form-field {
font-family: inherit;
width: 100%;
border: 0;
border-bottom: 2px solid lightgray;
font-size: 2.5rem;
background: transparent;
transition: border-color 0.2s;
}
.title-sub-heading-info-log{
font-size: 1.4rem;
font-weight: lighter;
padding-bottom: 3rem;
}
.sign-in-page-button{
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.8rem;
border: none;
height: 4rem;
width: 14rem;
}
.register-info{
font-size: 1.4rem;
font-weight: lighter;
padding-bottom: 3rem;
}
.sign-in-page-button2{
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.8rem;
border: none;
height: 4rem;
width: 17rem;
}
/* styling of register page */
.container-signup{
padding-top: 5rem;
padding-bottom: 15rem;
text-align: center;
}
.signup-title{
font-size: 2.5rem;
font-family: "inter-semibold-italic";
padding-bottom: 4rem;
}
.signin-info2{
display: flex;
justify-content: center;
padding-bottom: 3rem;
}
.signup-title2{
text-align: center;
padding-right: 2rem;
padding-top: 1rem;
}
.cta-link-signup{
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.8rem;
border: none;
height: 4rem;
}
.input-field-register{
text-align: center;
padding: 1rem;
width: 100%;
}
.form-field-1{
font-family: inherit;
width: 20%;
border: 0;
border-bottom: 2px solid lightgray;
font-size: 2.5rem;
background: transparent;
transition: border-color 0.2s;
height: 4rem;
}
.email-info{
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 1.3rem;
font-family: "inter-semibold-italic";
}
.info-rules{
padding-top: 4rem;
font-size: 1.7rem;
}
.register-button-1{
padding-top: 4rem;
}
.register-button{
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.8rem;
border: none;
height: 4rem;
width: 20rem;
}
/* styling of shopping-cart page */
.shopping-bag{
height: 110rem;
}
.page-info-cart{
display: flex;
padding-top: 5rem;
padding-left: 10rem;
}
.page-title-cart{
padding-top: 0.5rem;
font-size: 2.7rem;
font-family: "inter-extrabold";
text-align: center;
letter-spacing: 1px;
}
.container_grid2{
padding-top: 5rem;
padding-left: 10rem;
}
.cart-img{
width: 30rem;
height: 40rem;
}
.fa-shopping-bag{
padding-left: 2.5rem;
}
.items-cart{
padding-top: 2rem;
padding-left: 10rem;
font-size: 1.5rem;
font-weight: lighter;
letter-spacing: 1px;
}
.bestseller-product2{
display: flex;
}
.bestseller-data-cart{
padding-left: 3rem;
padding-top: 10rem;
}
.cart-name{
font-family: 'inter-bold';
font-size: 1.5rem;
}
.cart-price{
font-family: 'inter-regular';
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 1.5rem;
}
.quan{
padding-bottom: 1rem;
}
.cart-quantity{
font-family: 'inter-regular';
font-size: 1.3rem;
padding-right: 1rem;
}
.cart-button{
border: 0;
font-size: 1.4rem;
text-decoration: underline;
cursor: pointer;
font-family: 'inter-regular';
}
main{
display: grid;
grid-template-columns: 1100px 400px;
}
.cta-shopping-bag{
padding-top: 15rem;
padding-bottom: 2rem;
}
.cta-shop{
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.8rem;
border: none;
height: 7rem;
width: 37rem;
}
.cta-checkout{
font-family: "inter-semibold";
background-color: white;
color: black;
cursor: pointer;
padding: 0.8rem;
height: 7rem;
width: 37rem;
border-color: black;
}
/* styling of shopping-cart page */
.user-account{
height: 60rem;
}
.fa-user{
color: black;
}
.page-info-account{
padding-left: 8rem;
padding-top: 5rem;
display: flex;
}
.page-title-account{
padding-top: 1rem;
padding-left: 3rem;
font-size: 2rem;
font-family: 'inter-semibold-italic';
letter-spacing: 1px;
}
.sub-title-account{
padding-top: 4rem;
padding-bottom: 2rem;
padding-left: 8rem;
font-size: 2rem;
font-family: "inter-bold";
}
.des-account{
padding-top: 2rem;
padding-left: 8rem;
font-family: "inter-regular";
}
.cta-user-button1{
padding-top: 9rem;
padding-left: 8rem;
padding-bottom: 2rem;
}
.cta-user-button2{
padding-top: 1rem;
padding-left: 8rem;
padding-bottom: 3rem;
}
.user-shop{
font-family: "inter-semibold";
background-color: black;
color: white;
cursor: pointer;
padding: 0.8rem;
border: none;
height: 5rem;
width: 33rem;
}
.user-cart{
font-family: "inter-semibold";
background-color: white;
color: black;
cursor: pointer;
padding: 0.8rem;
height: 5rem;
width: 33rem;
border-color: black;
}
.section2{
padding-top: 9rem;
padding-left: 6rem;
} | 0.469034 | 0.062703 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting extra-icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphextra-icons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
padding: 15px;
border: none;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
/*Added*/
.search-box{
margin-right: 15px;
background: url("extra-icons/search.svg");
background-size: 30px;
background-repeat: no-repeat;
padding-left: 31px
}
.icon-reset{
margin-right: 15px;
background: url("extra-icons/reset.png");
background-size: 30px;
background-repeat: no-repeat;
}
.icon-ms-excel{
margin-right: 1px;
background: url("extra-icons/ms-excel.svg");
background-size: 17px;
background-repeat: no-repeat;
padding-left: 31px
}
.icon-pdf{
margin-right: 1px;
background: url("extra-icons/pdf.png");
background-size: 17px;
background-repeat: no-repeat;
padding-left: 31px
}
.icon-png{
margin-right: 1px;
background: url("extra-icons/png.png");
background-size: 17px;
background-repeat: no-repeat;
padding-left: 31px
}
.icon-key-pass{
margin-right: 1px;
background: url("extra-icons/key-pass.svg");
background-size: 20px;
background-repeat: no-repeat;
padding-left: 31px
}
.round-input{
border-radius: 10px
}
/*
.navbar-default,
.brand{
background-color: #346cb0 !important;
color: #FFF !important;
height: 10%
}
.navbar-default a{
color: #FFF !important;
}
.navbar-default a:hover{
background-color: #346cb0 !important;
}*/
/********************
* TOP NAVIGATION
********************/
.navbar-default {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 0;
margin: 0;
border: none;
background-color: #346cb0 !important;
color: #FFF !important;
}
.dropdown-toggle{
color: #FFF !important
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #346cb0 !important;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #f8f8f8;
color: red !important
}
.dropdown-menu > a{
color: red !important
}
.navbar-default .brand {
float: left;
padding: 30px 39px;
background-color: #346cb0 !important;
}
@media screen and (max-width: 1024px) {
.navbar-default .brand {
padding-left: 30px;
padding-right: 15px;
}
}
@media screen and (max-width: 992px) {
.navbar-default .brand {
display: none;
}
.navbar-default #navbar-menu {
float: right;
display: none !important
}
}
@media screen and (max-width: 640px) {
.navbar-default #navbar-menu {
float: right;
display: none !important
}
.main-content{
margin-top: -75px !important;
}
}
/********************
* LAYOUT
********************/
#wrapper .sidebar {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 260px;
height: 100%;
float: left;
background-color: #f6f7f9 !important;
position: fixed;
left: 0; }
#wrapper .main {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: calc(100% - 260px);
left: 0;
position: relative;
float: right;
background-color: #f5f5fa; }
#wrapper #sidebar-nav,
#wrapper .main {
padding-top: 80px; }
@media screen and (max-width: 767px) {
#wrapper #sidebar-nav,
#wrapper .main {
padding-top: 130px; } }
.layout-fullwidth #wrapper .sidebar {
left: -260px; }
.layout-fullwidth #wrapper .main {
width: 100%; }
.layout-fullwidth #wrapper .navbar {
left: 0 !important; }
.layout-fullwidth #wrapper .btn-toggle-fullwidth {
color: #00AAFF; }
.offcanvas-active #wrapper .sidebar {
left: 0; }
.offcanvas-active #wrapper .main {
width: 100%;
position: relative;
left: 260px; }
@media screen and (max-width: 1024px) {
#wrapper .sidebar {
left: -260px; }
#wrapper .main {
width: 100%; }
#wrapper .navbar {
left: 0 !important; }
#wrapper .btn-toggle-fullwidth {
color: #00AAFF; }
.btn-toggle-minified {
display: none; } }
.main-content {
padding: 28px 10px; }
.navbar + .main-content {
padding: 105px 0 28px 5px; }
@media screen and (max-width: 767px) {
.navbar + .main-content {
padding-top: 155px; } }
html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
height: 100%; }
.vertical-align-wrap {
position: absolute;
width: 100%;
height: 100%;
display: table; }
.vertical-align-middle {
display: table-cell;
vertical-align: middle; }
/********************
* SIDEBAR NAVIGATION
********************/
.sidebar {
z-index: 9;
}
.sidebar .nav > li > a {
padding: 18px 30px;
color: black !important;
border-left: 5px solid transparent;
}
.sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
color: #fff;
background-color: transparent; }
.sidebar .nav > li > a:hover i, .sidebar .nav > li > a:focus i, .sidebar .nav > li > a.active i {
color: #00AAFF;
}
.sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
background-color: #f6f7f9 !important;
border-left-color: #00AAFF;
color: #00AAFF !important;
}
.sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
float: right;
position: relative;
top: 5px;
font-size: 12px;
line-height: 1.1;
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg); }
.sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
.sidebar .nav > li > a .badge {
font-weight: 400;
background-color: #F9354C; }
.sidebar .nav {
/* submenu */ }
.sidebar .nav i {
margin-right: 10px;
font-size: 18px; }
.sidebar .nav span {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
top: -2px; }
.sidebar .nav .nav {
background-color: #f6f7f9 !important;
}
.sidebar .nav .nav > li > a {
padding-left: 60px;
padding-top: 10px;
padding-bottom: 10px; }
.sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
background-color: transparent;
border-left-color: transparent; }
.sidebar .nav .nav > li > a.active a {
color: #fff;
} | web/css/site.css | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting extra-icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphextra-icons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
padding: 15px;
border: none;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
/*Added*/
.search-box{
margin-right: 15px;
background: url("extra-icons/search.svg");
background-size: 30px;
background-repeat: no-repeat;
padding-left: 31px
}
.icon-reset{
margin-right: 15px;
background: url("extra-icons/reset.png");
background-size: 30px;
background-repeat: no-repeat;
}
.icon-ms-excel{
margin-right: 1px;
background: url("extra-icons/ms-excel.svg");
background-size: 17px;
background-repeat: no-repeat;
padding-left: 31px
}
.icon-pdf{
margin-right: 1px;
background: url("extra-icons/pdf.png");
background-size: 17px;
background-repeat: no-repeat;
padding-left: 31px
}
.icon-png{
margin-right: 1px;
background: url("extra-icons/png.png");
background-size: 17px;
background-repeat: no-repeat;
padding-left: 31px
}
.icon-key-pass{
margin-right: 1px;
background: url("extra-icons/key-pass.svg");
background-size: 20px;
background-repeat: no-repeat;
padding-left: 31px
}
.round-input{
border-radius: 10px
}
/*
.navbar-default,
.brand{
background-color: #346cb0 !important;
color: #FFF !important;
height: 10%
}
.navbar-default a{
color: #FFF !important;
}
.navbar-default a:hover{
background-color: #346cb0 !important;
}*/
/********************
* TOP NAVIGATION
********************/
.navbar-default {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 0;
margin: 0;
border: none;
background-color: #346cb0 !important;
color: #FFF !important;
}
.dropdown-toggle{
color: #FFF !important
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #346cb0 !important;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #f8f8f8;
color: red !important
}
.dropdown-menu > a{
color: red !important
}
.navbar-default .brand {
float: left;
padding: 30px 39px;
background-color: #346cb0 !important;
}
@media screen and (max-width: 1024px) {
.navbar-default .brand {
padding-left: 30px;
padding-right: 15px;
}
}
@media screen and (max-width: 992px) {
.navbar-default .brand {
display: none;
}
.navbar-default #navbar-menu {
float: right;
display: none !important
}
}
@media screen and (max-width: 640px) {
.navbar-default #navbar-menu {
float: right;
display: none !important
}
.main-content{
margin-top: -75px !important;
}
}
/********************
* LAYOUT
********************/
#wrapper .sidebar {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 260px;
height: 100%;
float: left;
background-color: #f6f7f9 !important;
position: fixed;
left: 0; }
#wrapper .main {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: calc(100% - 260px);
left: 0;
position: relative;
float: right;
background-color: #f5f5fa; }
#wrapper #sidebar-nav,
#wrapper .main {
padding-top: 80px; }
@media screen and (max-width: 767px) {
#wrapper #sidebar-nav,
#wrapper .main {
padding-top: 130px; } }
.layout-fullwidth #wrapper .sidebar {
left: -260px; }
.layout-fullwidth #wrapper .main {
width: 100%; }
.layout-fullwidth #wrapper .navbar {
left: 0 !important; }
.layout-fullwidth #wrapper .btn-toggle-fullwidth {
color: #00AAFF; }
.offcanvas-active #wrapper .sidebar {
left: 0; }
.offcanvas-active #wrapper .main {
width: 100%;
position: relative;
left: 260px; }
@media screen and (max-width: 1024px) {
#wrapper .sidebar {
left: -260px; }
#wrapper .main {
width: 100%; }
#wrapper .navbar {
left: 0 !important; }
#wrapper .btn-toggle-fullwidth {
color: #00AAFF; }
.btn-toggle-minified {
display: none; } }
.main-content {
padding: 28px 10px; }
.navbar + .main-content {
padding: 105px 0 28px 5px; }
@media screen and (max-width: 767px) {
.navbar + .main-content {
padding-top: 155px; } }
html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
height: 100%; }
.vertical-align-wrap {
position: absolute;
width: 100%;
height: 100%;
display: table; }
.vertical-align-middle {
display: table-cell;
vertical-align: middle; }
/********************
* SIDEBAR NAVIGATION
********************/
.sidebar {
z-index: 9;
}
.sidebar .nav > li > a {
padding: 18px 30px;
color: black !important;
border-left: 5px solid transparent;
}
.sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
color: #fff;
background-color: transparent; }
.sidebar .nav > li > a:hover i, .sidebar .nav > li > a:focus i, .sidebar .nav > li > a.active i {
color: #00AAFF;
}
.sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
background-color: #f6f7f9 !important;
border-left-color: #00AAFF;
color: #00AAFF !important;
}
.sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
float: right;
position: relative;
top: 5px;
font-size: 12px;
line-height: 1.1;
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg); }
.sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
.sidebar .nav > li > a .badge {
font-weight: 400;
background-color: #F9354C; }
.sidebar .nav {
/* submenu */ }
.sidebar .nav i {
margin-right: 10px;
font-size: 18px; }
.sidebar .nav span {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
top: -2px; }
.sidebar .nav .nav {
background-color: #f6f7f9 !important;
}
.sidebar .nav .nav > li > a {
padding-left: 60px;
padding-top: 10px;
padding-bottom: 10px; }
.sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
background-color: transparent;
border-left-color: transparent; }
.sidebar .nav .nav > li > a.active a {
color: #fff;
} | 0.391871 | 0.076753 |
.nav-justified {
border: 1px solid #ccc;
}
.nav-justified > li > a {
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 0;
font-weight: bold;
color: #777;
text-align: center;
border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
background-color: #ddd;
background-image: none;
-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
border-radius: 0px 0px 0 0;
}
.nav-justified > li:last-child > a {
border-bottom: 0;
border-radius: 0 0 0px 0px;
}
.p_solar{
color:white !important;
background-color: rgba(254,207,65,1) !important;
}
.c_luminica{
color:white !important;
background-color: rgba(125, 104, 183,1) !important;
}
.e_termica{
color:white !important;
background-color: rgba(255, 119, 66,1) !important;
}
.a_sintetics{
color:white !important;
background-color: rgba(150, 185, 105,1) !important;
}
.ndvi{
color:white !important;
background-color: rgba(183, 104, 123,1) !important;
}
@media (min-width: 768px) {
.nav-justified {
max-height: 52px;
}
.nav-justified > li > a {
border-right: 1px solid #d5d5d5;
border-left: 1px solid #fff;
}
.nav-justified > li:first-child > a {
border-left: 0;
border-radius: 5px 0 0 5px;
}
.nav-justified > li:last-child > a {
border-right: 0;
border-radius: 0 5px 5px 0;
}
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.masthead,
.marketing,
.footer {
padding-right: 0;
padding-left: 0;
}
}
.txt_sostenibilitat{
font-size: 0.9em;
font-weight: bold;
font-style: italic;
}
.row_sos{
border-bottom: 3px solid #ffffff;
}
.color_sos_wms{
background-color:#dedbd5;
}
.color_sos_wfs{
background-color: #f1ece8;
}
.color_sos_calculadora{
background-color: #ffeddb;
}
.psolar_info{
background-color: white;
border: 1px dashed #bbbbbb;
display: none;
z-index: 200;
display:none;
left: 47px;
max-height: 750px;
overflow: auto;
padding: 5px;
position: absolute;
top: 0;
width: 375px;
z-index: 200;
height: 722px;
}
.psolar_infoLL{
background-color: white;
border: 1px dashed #bbbbbb;
z-index: 200;
display:none;
background: none repeat scroll 0 0 rgba(45, 46, 41, 0.9);
border-radius: 0;
color: #ffffff;
}
.tbl_dades{
border-bottom: 2px solid #333333;
font-weight: bold;
margin: 5px;
padding: 10px;
width: 95%;
font-size: 11px;
}
.tbl_dades td{
width: 50%;
}
.tbl_chk {
width: 99%;
font-size: 12px !important;
text-align: center;
}
.tbl_dades input{
background-color: #FFFFFF;
background-image: none;
border: 1px solid #CCCCCC;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#pobre label{ color:#c2c2c2;}
#regular label{ color:#c2c2c2;}
#pobre{ background: rgba(59, 27, 0,1);}
#regular{ background: rgba(187, 105, 16,1);}
#adequat{ background: rgba(255, 176, 2,1);}
#adequat_ts{ background: rgba(187, 105, 17,1);}
#optim{ background: rgba(255, 255, 0,1);}
td label{
display: inline-block;
max-width: 100%;
/* margin-bottom: 5px; */
font-weight: bold;
margin: 2px;
}
.leaflet-draw-actions a {
background-color: #e705f9 !important;
border-left: 1px solid #AAA;
color: #FFF;
font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
line-height: 28px;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
height: 28px;
}
.tit_sos_div{
font-size: 14px;
text-align: center;
background-color: #333333;
color: white;
margin-bottom: 4px;
padding: 3px;
} | moduls/sostenibilitat/css/sostenibilitat.css |
.nav-justified {
border: 1px solid #ccc;
}
.nav-justified > li > a {
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 0;
font-weight: bold;
color: #777;
text-align: center;
border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
background-color: #ddd;
background-image: none;
-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
border-radius: 0px 0px 0 0;
}
.nav-justified > li:last-child > a {
border-bottom: 0;
border-radius: 0 0 0px 0px;
}
.p_solar{
color:white !important;
background-color: rgba(254,207,65,1) !important;
}
.c_luminica{
color:white !important;
background-color: rgba(125, 104, 183,1) !important;
}
.e_termica{
color:white !important;
background-color: rgba(255, 119, 66,1) !important;
}
.a_sintetics{
color:white !important;
background-color: rgba(150, 185, 105,1) !important;
}
.ndvi{
color:white !important;
background-color: rgba(183, 104, 123,1) !important;
}
@media (min-width: 768px) {
.nav-justified {
max-height: 52px;
}
.nav-justified > li > a {
border-right: 1px solid #d5d5d5;
border-left: 1px solid #fff;
}
.nav-justified > li:first-child > a {
border-left: 0;
border-radius: 5px 0 0 5px;
}
.nav-justified > li:last-child > a {
border-right: 0;
border-radius: 0 5px 5px 0;
}
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.masthead,
.marketing,
.footer {
padding-right: 0;
padding-left: 0;
}
}
.txt_sostenibilitat{
font-size: 0.9em;
font-weight: bold;
font-style: italic;
}
.row_sos{
border-bottom: 3px solid #ffffff;
}
.color_sos_wms{
background-color:#dedbd5;
}
.color_sos_wfs{
background-color: #f1ece8;
}
.color_sos_calculadora{
background-color: #ffeddb;
}
.psolar_info{
background-color: white;
border: 1px dashed #bbbbbb;
display: none;
z-index: 200;
display:none;
left: 47px;
max-height: 750px;
overflow: auto;
padding: 5px;
position: absolute;
top: 0;
width: 375px;
z-index: 200;
height: 722px;
}
.psolar_infoLL{
background-color: white;
border: 1px dashed #bbbbbb;
z-index: 200;
display:none;
background: none repeat scroll 0 0 rgba(45, 46, 41, 0.9);
border-radius: 0;
color: #ffffff;
}
.tbl_dades{
border-bottom: 2px solid #333333;
font-weight: bold;
margin: 5px;
padding: 10px;
width: 95%;
font-size: 11px;
}
.tbl_dades td{
width: 50%;
}
.tbl_chk {
width: 99%;
font-size: 12px !important;
text-align: center;
}
.tbl_dades input{
background-color: #FFFFFF;
background-image: none;
border: 1px solid #CCCCCC;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#pobre label{ color:#c2c2c2;}
#regular label{ color:#c2c2c2;}
#pobre{ background: rgba(59, 27, 0,1);}
#regular{ background: rgba(187, 105, 16,1);}
#adequat{ background: rgba(255, 176, 2,1);}
#adequat_ts{ background: rgba(187, 105, 17,1);}
#optim{ background: rgba(255, 255, 0,1);}
td label{
display: inline-block;
max-width: 100%;
/* margin-bottom: 5px; */
font-weight: bold;
margin: 2px;
}
.leaflet-draw-actions a {
background-color: #e705f9 !important;
border-left: 1px solid #AAA;
color: #FFF;
font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
line-height: 28px;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
height: 28px;
}
.tit_sos_div{
font-size: 14px;
text-align: center;
background-color: #333333;
color: white;
margin-bottom: 4px;
padding: 3px;
} | 0.304248 | 0.084644 |
html, body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Tahoma, Arial, Geneva, sans-serif;
background-color: #ffffff;
height: 100%;
margin: 0;
padding: 0;
}
a {
color: #000000;
padding: 3px;
font-size: 1em;
text-decoration: none;
cursor: pointer;
}
a:hover
{
text-decoration: none;
padding: 3px;
color: #0066CC;
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.30000001192092896s;
-webkit-transition-property: background;
-webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
-moz-transition-delay: 0s;
-moz-transition-duration: 0.30000001192092896s;
-moz-transition-property: background;
-moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
-o-transition-delay: 0s;
-o-transition-duration: 0.30000001192092896s;
-o-transition-property: background;
-o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
img {
border: 0;
}
header {
position: fixed;
top: 0;
height: 50px !important;
width: 100%;
padding: 10px;
background: #0066CC;
color: #ffffff;
font-size: 1.5em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.content {
height: 100%;
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
padding-left: 0px;
margin:0 auto 0 auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.navigation-left {
top: 50px;
bottom: 50px;
width: 250px;
position: absolute;
padding-left: 0px;
background: #0066CC;
color: #ffffff;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
font-size: 14px;
line-height: 19px;
left: 0;
overflow-x: hidden;
}
.navigation-right {
top: 50px;
bottom: 50px;
width: 250px;
position: absolute;
right: 0;
background: #0066CC;
color: #ffffff;
}
/* Style the navigation-left links and the dropdown button */
.navigation-left a, .dropdown-btn {
width: 100%;
padding: 0px;
padding-left: 5px;
padding-top: 0px;
padding-bottom: 0px;
border-right: 1px solid #cccccc;
font-size: 14px;
line-height: 20px;
background: #0066CC;
color: #ffffff;
display: block;
border: none;
background: none;
text-align: left;
outline: none;
cursor: pointer;
}
/* On mouse-over */
.navigation-left a:hover, .dropdown-btn:hover {
color: #0066CC;
background-color: #ffffff;
}
.navigation-header1 {
padding-left: 0px;
padding-right: 0px;
font-size: 1.0em;
}
.navigation-header2 {
padding-left: 10px;
padding-right: 0px;
font-size: .9em;
}
.indent-1 {
padding-left: 30px;
}
/* Add an active class to the active dropdown button */
.active {
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
display: none;
}
/* Optional: Style the caret down icon */
.fa-caret-down {
float: right;
padding-right: 10px;
}
/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
/*
.navigation-left {padding-top: 15px;}
.navigation-left a {font-size: 18px;}
*/
}
.fmPDA-heart {
color: #ff0000;
}
.caution {
color: #CA9008;
}
.main {
height: 100%;
margin-left: 250px;
/* margin-right: 250px; add this if you have navigation-right */
padding-left: 10px;
padding-right: 10px;
overflow: auto;
}
.main-header {
background: #0066CC;
color: #ffffff;
font-size: .8em;
font-weight: 700;
text-align: center;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
.main-sub-header-1 {
font-size: .8em;
text-align: left;
}
.api-object {
background: #0066CC;
color: #ffffff;
padding: 2px;
margin-top: 20px;
margin-bottom: 20px;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
.api-header {
padding-left: 10px;
font-size: 1.0em;
font-weight: 700;
text-align: left;
}
.api-description {
text-align: left;
font-size: 0.8em;
}
.api-example-output-header {
padding: 10px;
text-align: left;
background-color: #999999;
color: #fffff;
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
}
.api-example-output {
padding: 10px;
text-align: left;
background: #ffffff;
color: #000000;
border: 1px solid #bbbbbb;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
}
footer {
height: 50px;
bottom: 0;
width: 100%;
position: fixed;
background: #000000;
color: #ffffff;
text-align: center;
font-size: .6em;
} | docs_and_examples/css/styles.css | html, body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Tahoma, Arial, Geneva, sans-serif;
background-color: #ffffff;
height: 100%;
margin: 0;
padding: 0;
}
a {
color: #000000;
padding: 3px;
font-size: 1em;
text-decoration: none;
cursor: pointer;
}
a:hover
{
text-decoration: none;
padding: 3px;
color: #0066CC;
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.30000001192092896s;
-webkit-transition-property: background;
-webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
-moz-transition-delay: 0s;
-moz-transition-duration: 0.30000001192092896s;
-moz-transition-property: background;
-moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
-o-transition-delay: 0s;
-o-transition-duration: 0.30000001192092896s;
-o-transition-property: background;
-o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
img {
border: 0;
}
header {
position: fixed;
top: 0;
height: 50px !important;
width: 100%;
padding: 10px;
background: #0066CC;
color: #ffffff;
font-size: 1.5em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.content {
height: 100%;
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
padding-left: 0px;
margin:0 auto 0 auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.navigation-left {
top: 50px;
bottom: 50px;
width: 250px;
position: absolute;
padding-left: 0px;
background: #0066CC;
color: #ffffff;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
font-size: 14px;
line-height: 19px;
left: 0;
overflow-x: hidden;
}
.navigation-right {
top: 50px;
bottom: 50px;
width: 250px;
position: absolute;
right: 0;
background: #0066CC;
color: #ffffff;
}
/* Style the navigation-left links and the dropdown button */
.navigation-left a, .dropdown-btn {
width: 100%;
padding: 0px;
padding-left: 5px;
padding-top: 0px;
padding-bottom: 0px;
border-right: 1px solid #cccccc;
font-size: 14px;
line-height: 20px;
background: #0066CC;
color: #ffffff;
display: block;
border: none;
background: none;
text-align: left;
outline: none;
cursor: pointer;
}
/* On mouse-over */
.navigation-left a:hover, .dropdown-btn:hover {
color: #0066CC;
background-color: #ffffff;
}
.navigation-header1 {
padding-left: 0px;
padding-right: 0px;
font-size: 1.0em;
}
.navigation-header2 {
padding-left: 10px;
padding-right: 0px;
font-size: .9em;
}
.indent-1 {
padding-left: 30px;
}
/* Add an active class to the active dropdown button */
.active {
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
display: none;
}
/* Optional: Style the caret down icon */
.fa-caret-down {
float: right;
padding-right: 10px;
}
/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
/*
.navigation-left {padding-top: 15px;}
.navigation-left a {font-size: 18px;}
*/
}
.fmPDA-heart {
color: #ff0000;
}
.caution {
color: #CA9008;
}
.main {
height: 100%;
margin-left: 250px;
/* margin-right: 250px; add this if you have navigation-right */
padding-left: 10px;
padding-right: 10px;
overflow: auto;
}
.main-header {
background: #0066CC;
color: #ffffff;
font-size: .8em;
font-weight: 700;
text-align: center;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
.main-sub-header-1 {
font-size: .8em;
text-align: left;
}
.api-object {
background: #0066CC;
color: #ffffff;
padding: 2px;
margin-top: 20px;
margin-bottom: 20px;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
.api-header {
padding-left: 10px;
font-size: 1.0em;
font-weight: 700;
text-align: left;
}
.api-description {
text-align: left;
font-size: 0.8em;
}
.api-example-output-header {
padding: 10px;
text-align: left;
background-color: #999999;
color: #fffff;
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
}
.api-example-output {
padding: 10px;
text-align: left;
background: #ffffff;
color: #000000;
border: 1px solid #bbbbbb;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
}
footer {
height: 50px;
bottom: 0;
width: 100%;
position: fixed;
background: #000000;
color: #ffffff;
text-align: center;
font-size: .6em;
} | 0.494873 | 0.067701 |
*, *:before, *:after {
box-sizing: border-box;
}
body{
background-color: #e5e5e5;
font-family: 'Open Sans', sans-serif;
font-size: 14px; }
.container {
margin: 0 auto;
width: 420px;
height: 800px;
}
nav {
margin: 1;
width: 420px;
height: 55px;
background-color: #F8F8F8; /*F8F8F8*/
}
.Washington h1{
line-height: normal;
font-size: 34px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
color: #1A5B77;
padding: px;
padding-left: 20px;
margin: 0px; /*adjust*/
}
.back_nav {
padding-top: 0px;
width: 100%;
background-color: #F8F8F8;
}
.arrow-left { /*top left arrow is not following these styles*/
width: 15%;
display: inline-block;
padding-left: 20px;
color: #1A5B77;
}
.arrow {
width: 15%;
display: inline-block;
padding-left: 55px;
color: #1A5B77;
}
.arrow2 {
/* background-image: url(images/baku_1.png);
background-repeat: no-repeat;
background-size: contain;
margin: 0 auto;
width: 420px;
height: 800px; */
width: 15%;
display: inline-block;
padding-left: 20px;
color: #1A5B77;
}
.fa-2x {
font-size: 1.7em;
vertical-align: middle;
}
.bus_name {
width: 60%;
display: inline-block;
padding-left: 70px;
color: #1A5B77;
vertical-align: middle;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
.centered2 {
font-size: 20px;
font-weight: regular;
font-family: 'Open Sans', sans-serif;
position: absolute;
vertical-align:middle;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.bus_number {
width: 8%;
display: inline-block;
padding-left: 20px;
color: #1A5B77;
position: relative;
vertical-align: middle;
}
.backheader {
width: 8%;
display: inline-block;
padding-left: 0px;
color: #1A5B77;
position: relative;
vertical-align: middle;
}
.box {
position: relative;
text-align: center;
color: white;
background-color: #1A5B77;
border: 0px solid #;
margin: 2px;
width: 35px;
height: 35px;
}
.box2 {
position: relative;
text-align: center;
color: #1A5B77;
/* background-color: #1A5B77; */
border: 0px solid #;
margin: 2px;
width: 35px;
height: 35px;
}
.arrivals {
width: 100%;
display: center;
padding-left: 25px;
padding-top: px;
color: #1A5B77;
border-bottom: 1px solid #3333336e;
}
.bus_time {
width: 10%;
display: inline-block;
padding-left: 25px;
color: #1A5B77;
vertical-align: middle;
font-size: 14px;
}
.map {
width: 100%;
border-bottom: 1px solid #3333336e;
display: block;
background-repeat: no-repeat;
background-size: 100%;
margin: 0px;
padding: 10px;
position: relative;
}
.map:after {
content: "Arriving Next";
padding-top: 13px;
font-size: 20px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
vertical-align: middle;
text-align: center;
color: #1A5B77;
z-index: 10;
display: block;
position: absolute;
height: 15%;
left: 0;
right: 0;
bottom: 0px;
background: #F8F8F8;
opacity: .8;
}
.busy-bus-arrivals {
padding-top: 0px;
width: 100%;
background-color: #F8F8F8;
}
.back_nav h5 {
font-size: 18px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
color: #1A5B77;
padding-bottom: 30px;
padding-left: 40px;
margin: 0px; /*adjust*/
display: inline-block;
}
.location{
border-bottom: 1px solid #3333336e;
background-color: #f8f8f8;
}
.location3 {
height: 35px;
border-bottom: 1px solid #3333336e;
background-color: #f8f8f8;
align-vertical: center;
}
.location3 h4{
font-size: 18px;
font-weight: regular;
font-family: 'Open Sans', sans-serif;
padding-top: 13px;
margin: 0px;
}
.location_oos {
border-bottom: 1px solid #3333336e;
background-color: #f8f8f8;
}
h1{
line-height: 2%;
font-size: 18px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
display:block;
margin-top: 12px;
}
h2{
line-height: 1%;
font-size: 18px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
display:inline-block;
vertical-align: middle;
text-align: center;
}
h3{
line-height: 2%;
font-size: 14px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
display:inline-block;
vertical-align: middle;
margin-top: 6px;
}
h4{
line-height: 1%;
font-size: 20px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
/*display:inline-block;*/
}
h5{
padding-left: 25px;
padding-bottom: 0px; /*how can I move "back" up to line up with the arrow? */
line-height: 1%;
font-size: 18px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
display:block-inline;
font-color: #1A5B77;
vertical-align: middle;
}
.arriving_next {
height: 250px;
overflow: scroll;
}
.arriving_next:hover {
background-color: black;
}
.location2 img{
padding-top: 0px;
vertical-align: top;
}
.location:hover {
background-color: #e6e6ff;
} | css/style.css | *, *:before, *:after {
box-sizing: border-box;
}
body{
background-color: #e5e5e5;
font-family: 'Open Sans', sans-serif;
font-size: 14px; }
.container {
margin: 0 auto;
width: 420px;
height: 800px;
}
nav {
margin: 1;
width: 420px;
height: 55px;
background-color: #F8F8F8; /*F8F8F8*/
}
.Washington h1{
line-height: normal;
font-size: 34px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
color: #1A5B77;
padding: px;
padding-left: 20px;
margin: 0px; /*adjust*/
}
.back_nav {
padding-top: 0px;
width: 100%;
background-color: #F8F8F8;
}
.arrow-left { /*top left arrow is not following these styles*/
width: 15%;
display: inline-block;
padding-left: 20px;
color: #1A5B77;
}
.arrow {
width: 15%;
display: inline-block;
padding-left: 55px;
color: #1A5B77;
}
.arrow2 {
/* background-image: url(images/baku_1.png);
background-repeat: no-repeat;
background-size: contain;
margin: 0 auto;
width: 420px;
height: 800px; */
width: 15%;
display: inline-block;
padding-left: 20px;
color: #1A5B77;
}
.fa-2x {
font-size: 1.7em;
vertical-align: middle;
}
.bus_name {
width: 60%;
display: inline-block;
padding-left: 70px;
color: #1A5B77;
vertical-align: middle;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
.centered2 {
font-size: 20px;
font-weight: regular;
font-family: 'Open Sans', sans-serif;
position: absolute;
vertical-align:middle;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.bus_number {
width: 8%;
display: inline-block;
padding-left: 20px;
color: #1A5B77;
position: relative;
vertical-align: middle;
}
.backheader {
width: 8%;
display: inline-block;
padding-left: 0px;
color: #1A5B77;
position: relative;
vertical-align: middle;
}
.box {
position: relative;
text-align: center;
color: white;
background-color: #1A5B77;
border: 0px solid #;
margin: 2px;
width: 35px;
height: 35px;
}
.box2 {
position: relative;
text-align: center;
color: #1A5B77;
/* background-color: #1A5B77; */
border: 0px solid #;
margin: 2px;
width: 35px;
height: 35px;
}
.arrivals {
width: 100%;
display: center;
padding-left: 25px;
padding-top: px;
color: #1A5B77;
border-bottom: 1px solid #3333336e;
}
.bus_time {
width: 10%;
display: inline-block;
padding-left: 25px;
color: #1A5B77;
vertical-align: middle;
font-size: 14px;
}
.map {
width: 100%;
border-bottom: 1px solid #3333336e;
display: block;
background-repeat: no-repeat;
background-size: 100%;
margin: 0px;
padding: 10px;
position: relative;
}
.map:after {
content: "Arriving Next";
padding-top: 13px;
font-size: 20px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
vertical-align: middle;
text-align: center;
color: #1A5B77;
z-index: 10;
display: block;
position: absolute;
height: 15%;
left: 0;
right: 0;
bottom: 0px;
background: #F8F8F8;
opacity: .8;
}
.busy-bus-arrivals {
padding-top: 0px;
width: 100%;
background-color: #F8F8F8;
}
.back_nav h5 {
font-size: 18px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
color: #1A5B77;
padding-bottom: 30px;
padding-left: 40px;
margin: 0px; /*adjust*/
display: inline-block;
}
.location{
border-bottom: 1px solid #3333336e;
background-color: #f8f8f8;
}
.location3 {
height: 35px;
border-bottom: 1px solid #3333336e;
background-color: #f8f8f8;
align-vertical: center;
}
.location3 h4{
font-size: 18px;
font-weight: regular;
font-family: 'Open Sans', sans-serif;
padding-top: 13px;
margin: 0px;
}
.location_oos {
border-bottom: 1px solid #3333336e;
background-color: #f8f8f8;
}
h1{
line-height: 2%;
font-size: 18px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
display:block;
margin-top: 12px;
}
h2{
line-height: 1%;
font-size: 18px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
display:inline-block;
vertical-align: middle;
text-align: center;
}
h3{
line-height: 2%;
font-size: 14px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
display:inline-block;
vertical-align: middle;
margin-top: 6px;
}
h4{
line-height: 1%;
font-size: 20px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
/*display:inline-block;*/
}
h5{
padding-left: 25px;
padding-bottom: 0px; /*how can I move "back" up to line up with the arrow? */
line-height: 1%;
font-size: 18px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
display:block-inline;
font-color: #1A5B77;
vertical-align: middle;
}
.arriving_next {
height: 250px;
overflow: scroll;
}
.arriving_next:hover {
background-color: black;
}
.location2 img{
padding-top: 0px;
vertical-align: top;
}
.location:hover {
background-color: #e6e6ff;
} | 0.519034 | 0.087058 |
margin-top: 30px;
}
#form_box > .header {
font-size: 12px;
color: #ffcc00;
font-weight: bold;
width: 960px;
line-height: 18px;
margin-bottom: 10px;
border-bottom: 1px solid rgb(101, 70, 16);
}
#leftpanel {
float: left;
width: 300px;
}
#eform {
margin-bottom: 15px;
margin-top: 15px;
width: 475px;
float: right;
margin-right: 160px;
}
#form_box .formtab {
width: 475px;
margin-right: 15px;
margin-top: 15px;
border-spacing: 0px;
margin-bottom: 20px;
}
#form_box .formtab .button {
margin-top: 20px;
color: #815e10;
font-size: 11px;
}
#form_box .formtab .button .submit {
width: 111px;
height: 40px;
background: url('/media/gfx/register/register.png');
border: none;
padding: 0 0 0 0;
cursor: pointer;
}
#form_box .formtab .regu_k {
height: 40px;
line-height: 40px;
font-size: 11px;
color: #815e10;
}
#form_box .formtab .regu_k a {
color: #815e10;
}
#form_box .formtab .regu_k input {
display: inline;
}
#form_box .formtab .fail_field {
font-size: 11px;
color: red;
font-weight: bold;
height: 12px;
line-height: 12px;
padding-bottom: 6px;
}
#form_box .formtab .label {
height: 37px;
font-size: 11px;
line-height: 37px;
color: #d3a702;
font-weight: bold;
padding-right: 10px;
border: none;
padding: 3px 3px 3px 0px;
text-align: right;
}
#form_box .formtab .label .star {
color: white;
}
#form_box .formtab .field {
height: 36px;
width: 287px;
border: none;
background: url('/media/gfx/field.png') no-repeat;
margin: 3px 0px 3px 0px;
padding: 0 0 0 0;
}
#form_box .formtab .field input {
display: block;
background-color: transparent;
padding: 0 0 0 0;
margin: 3px 10px 3px 10px;
width: 267px;
border: none;
height: 30px;
color: white;
}
#form_box .formtab .alert {
height: 37px;
border: none;
padding: 3px 0px 3px 0px;
}
#form_box .formtab .alert .sign {
padding-left: 10px;
height: 37px;
width: 58px;
background: url('/media/gfx/warning.png') right no-repeat;
}
#change_avatar_descr {
font-size: 11px;
text-align: center;
line-height: 37px;
background: none !important;
color: #d3a702;
font-weight: bold;
}
#save_that_container {
width: 112px;
margin-left: 280px;
}
#save_that_container input {
border: none;
width: 112px;
height: 41px;
background: url('/media/gfx/edit_profile/zapisz.png') no-repeat;
}
/* fucking hacks for id_picture to work */
#id_picture {
position: absolute;
top: 0; left: 100px;
width: 89px;
height: 24px;
opacity: 0;
z-index: 2;
}
#send_photo_box_input { text-align: left !important; }
.fopen_container {
position: relative;
width: 100%;
height: 24px;
text-align: right;
}
.fopen_container .box {
position: absolute;
top: 0; right: 0;
width: 89px;
height: 24px;
background: url('/media/gfx/edit_profile/przegladaj.png') no-repeat;
border: none;
}
.fopen_container .box:hover {
background: url('/media/gfx/edit_profile/przegladaj_p.png') no-repeat;
}
.clear { clear: both; height: 20px; }
/* selectBox specific CSS-es */
.jquery-selectbox {
position: relative;
height: 30px;
line-height: 20px;
z-index: 0;
display: inline-block;
font-size: 11px;
color: white;
padding: 0 0 0 5px;
}
.jquery-selectbox.selecthover {
border-color: #9F7627;
z-index: 700;
}
.jquery-selectbox .jquery-selectbox-currentItem {
padding: 3px 0px 0px 3px;
white-space: nowrap;
display: block;
overflow: hidden;
}
.jquery-selectbox .jquery-selectbox-list {
display: none;
position: absolute;
top: 30px;
left: 0px;
color: #434142;
width: 100%;
max-height: 120px;
overflow-x: hidden;
background-color: #d1b85e;
overflow-y: auto;
z-index: 1000;
border: 1px solid #70540a;
}
.jquery-selectbox .jquery-selectbox-moreButton {
/*
position: absolute;
top: 0px;
right: 0px;
*/
float: right;
background: url("/media/gfx/register/selectbox_arrow.png");
width: 29px;
height: 28px;
cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
color: #434142;
background-color: #7f6a35;
}
.jquery-selectbox .jquery-selectbox-item {
display: block;
cursor: default;
} | media/css/edit_profile.css | margin-top: 30px;
}
#form_box > .header {
font-size: 12px;
color: #ffcc00;
font-weight: bold;
width: 960px;
line-height: 18px;
margin-bottom: 10px;
border-bottom: 1px solid rgb(101, 70, 16);
}
#leftpanel {
float: left;
width: 300px;
}
#eform {
margin-bottom: 15px;
margin-top: 15px;
width: 475px;
float: right;
margin-right: 160px;
}
#form_box .formtab {
width: 475px;
margin-right: 15px;
margin-top: 15px;
border-spacing: 0px;
margin-bottom: 20px;
}
#form_box .formtab .button {
margin-top: 20px;
color: #815e10;
font-size: 11px;
}
#form_box .formtab .button .submit {
width: 111px;
height: 40px;
background: url('/media/gfx/register/register.png');
border: none;
padding: 0 0 0 0;
cursor: pointer;
}
#form_box .formtab .regu_k {
height: 40px;
line-height: 40px;
font-size: 11px;
color: #815e10;
}
#form_box .formtab .regu_k a {
color: #815e10;
}
#form_box .formtab .regu_k input {
display: inline;
}
#form_box .formtab .fail_field {
font-size: 11px;
color: red;
font-weight: bold;
height: 12px;
line-height: 12px;
padding-bottom: 6px;
}
#form_box .formtab .label {
height: 37px;
font-size: 11px;
line-height: 37px;
color: #d3a702;
font-weight: bold;
padding-right: 10px;
border: none;
padding: 3px 3px 3px 0px;
text-align: right;
}
#form_box .formtab .label .star {
color: white;
}
#form_box .formtab .field {
height: 36px;
width: 287px;
border: none;
background: url('/media/gfx/field.png') no-repeat;
margin: 3px 0px 3px 0px;
padding: 0 0 0 0;
}
#form_box .formtab .field input {
display: block;
background-color: transparent;
padding: 0 0 0 0;
margin: 3px 10px 3px 10px;
width: 267px;
border: none;
height: 30px;
color: white;
}
#form_box .formtab .alert {
height: 37px;
border: none;
padding: 3px 0px 3px 0px;
}
#form_box .formtab .alert .sign {
padding-left: 10px;
height: 37px;
width: 58px;
background: url('/media/gfx/warning.png') right no-repeat;
}
#change_avatar_descr {
font-size: 11px;
text-align: center;
line-height: 37px;
background: none !important;
color: #d3a702;
font-weight: bold;
}
#save_that_container {
width: 112px;
margin-left: 280px;
}
#save_that_container input {
border: none;
width: 112px;
height: 41px;
background: url('/media/gfx/edit_profile/zapisz.png') no-repeat;
}
/* fucking hacks for id_picture to work */
#id_picture {
position: absolute;
top: 0; left: 100px;
width: 89px;
height: 24px;
opacity: 0;
z-index: 2;
}
#send_photo_box_input { text-align: left !important; }
.fopen_container {
position: relative;
width: 100%;
height: 24px;
text-align: right;
}
.fopen_container .box {
position: absolute;
top: 0; right: 0;
width: 89px;
height: 24px;
background: url('/media/gfx/edit_profile/przegladaj.png') no-repeat;
border: none;
}
.fopen_container .box:hover {
background: url('/media/gfx/edit_profile/przegladaj_p.png') no-repeat;
}
.clear { clear: both; height: 20px; }
/* selectBox specific CSS-es */
.jquery-selectbox {
position: relative;
height: 30px;
line-height: 20px;
z-index: 0;
display: inline-block;
font-size: 11px;
color: white;
padding: 0 0 0 5px;
}
.jquery-selectbox.selecthover {
border-color: #9F7627;
z-index: 700;
}
.jquery-selectbox .jquery-selectbox-currentItem {
padding: 3px 0px 0px 3px;
white-space: nowrap;
display: block;
overflow: hidden;
}
.jquery-selectbox .jquery-selectbox-list {
display: none;
position: absolute;
top: 30px;
left: 0px;
color: #434142;
width: 100%;
max-height: 120px;
overflow-x: hidden;
background-color: #d1b85e;
overflow-y: auto;
z-index: 1000;
border: 1px solid #70540a;
}
.jquery-selectbox .jquery-selectbox-moreButton {
/*
position: absolute;
top: 0px;
right: 0px;
*/
float: right;
background: url("/media/gfx/register/selectbox_arrow.png");
width: 29px;
height: 28px;
cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
color: #434142;
background-color: #7f6a35;
}
.jquery-selectbox .jquery-selectbox-item {
display: block;
cursor: default;
} | 0.335242 | 0.067209 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&family=Quicksand&display=swap');
body{
margin: 0;
padding: 0;
font-family: sans-serif;
}
/* Header -> NAV (menu padrão) -> UL e Li */
#navbar-header{
background: url(./Imagens/BG-05.jpg);
min-height: 380px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size:cover;
}
/* segunda principal */
.nav-bar{
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
background:#ffffff;
height: 40px;
}
.nav-inner{
margin: auto;
display: flex;
}
/* imagem logo */
.nav-brand img{
margin: auto 10px;
}
/* ul */
.nav-circles{
margin: 10px 0;
padding: 0;
font-family: Quicksand;
}
.nav-list{
display: inline;
padding: 10px;
margin: auto;
border-radius: 5px;
font-size: 14px;
}
.nav-bar a{
text-decoration: none;
color: rgb(0, 0, 0);
}
.login{
margin: 5px 15px;
border-radius: 5px;
border: none;
background-color: orange;
color: white;
height: 30px;
width: 100px;
cursor: pointer;
}
.buscar{
display:flex;
justify-content: center;
margin-top: 135px;
}
.procurar{
padding: 10px;
border: none;
border-radius: 50px;
color:rgb(124, 124, 124);
font-size: 12px;
width: 500px;
}
.btn-procurar{
background: orange;
border: none;
border-radius: 50px;
padding: 10px 30px;
cursor: pointer;
font-size: 15px;
color: white;
transition: 1s all;
}
.btn-procurar:hover{
background: rgb(255, 144, 8);
transform: scale (1);
}
/*section princpais */
main{
margin: auto;
width: 940px;
}
/* usar flex-box ou justfy ou row */
.container{
margin-top: 50px;
margin-bottom: 25px;
}
.container h2{
font-size: 18px;
color: white;
width: 15%;
padding: 8px;
background: orange;
border-radius: 40px 5px;
text-align: center;
transition: all 1s;
}
.container h2:hover{
border-radius: 5px 40PX;
transform: scale (2);
background: rgb(255, 144, 8);
font-size: 19px;
}
/* dentro do card */
.card{
background: white;
display: inline-block;
border: rgb(0, 0, 0) solid 1px;
margin-right: 5px;
transition: transform .3s;
}
.card:hover{
transform: scale(1.1);
border-radius: 10px;
border:solid 1px rgb(255,144,8)
}
/* Imagem do Gabinete */
.img-produto{
display: inline-block;
width: 200px;
margin: 10px 12px 0;
}
/* Valor do produto */
.card-value{
color: darkorange;
font-size: 25px;
text-align: center;
cursor: pointer;
}
/* Logo do lugar onde esta sendo referenciado o produto */
.card-logo{
display: inline;
float: left;
border-radius: 80%;
width: 30px;
margin-left: 5px;
margin-bottom: -50px;
}
/* edição paragrafo que faz parte da CLASS - LOGO*/
.card-text{
font-size: 13px;
font-weight: bold;
text-align: center;
clear: both;
}
#promocao .container h2{
font-size: 18px;
background: rgb(248, 56, 56);
border-radius: 40px 5px;
color: white;
text-align: center;
transition: all 1s;
}
/* seção promoção */
#promocao .container h2:hover{
border-radius: 5px 40PX;
transform: scale (2);
background: rgb(255, 8, 8);
font-size: 19px;
}
#promocao .card:hover{
background: red;
transform: scale(1.1);
border-radius: 10px;
border:solid 1px rgb(255, 8, 8);
color: white;
}
#promocao .card-value{
background: red;
color: white;
}
footer{
background:#252525;
margin-top: 24px;
width: 100%;
text-align: center;
position: absolute;
}
footer img{
display: inline;
float: left;
margin-left: 10px;
width: 80px;
height: 80px;
}
.footer-info{
margin-right: 100px;
display: inline;
float: right;
margin-top: 11px;
color: white;
font-size: 15px;
}
.footer-info li{
display: inline;
margin-right: 5px;
padding: 5px;
text-align: center;
list-style: none;
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&family=Quicksand&display=swap');
body{
margin: 0;
padding: 0;
font-family: sans-serif;
}
/* Header -> NAV (menu padrão) -> UL e Li */
#navbar-header{
background: url(./Imagens/BG-05.jpg);
min-height: 380px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size:cover;
}
/* segunda principal */
.nav-bar{
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
background:#ffffff;
height: 40px;
}
.nav-inner{
margin: auto;
display: flex;
}
/* imagem logo */
.nav-brand img{
margin: auto 10px;
}
/* ul */
.nav-circles{
margin: 10px 0;
padding: 0;
font-family: Quicksand;
}
.nav-list{
display: inline;
padding: 10px;
margin: auto;
border-radius: 5px;
font-size: 14px;
}
.nav-bar a{
text-decoration: none;
color: rgb(0, 0, 0);
}
.login{
margin: 5px 15px;
border-radius: 5px;
border: none;
background-color: orange;
color: white;
height: 30px;
width: 100px;
cursor: pointer;
}
.buscar{
display:flex;
justify-content: center;
margin-top: 135px;
}
.procurar{
padding: 10px;
border: none;
border-radius: 50px;
color:rgb(124, 124, 124);
font-size: 12px;
width: 500px;
}
.btn-procurar{
background: orange;
border: none;
border-radius: 50px;
padding: 10px 30px;
cursor: pointer;
font-size: 15px;
color: white;
transition: 1s all;
}
.btn-procurar:hover{
background: rgb(255, 144, 8);
transform: scale (1);
}
/*section princpais */
main{
margin: auto;
width: 940px;
}
/* usar flex-box ou justfy ou row */
.container{
margin-top: 50px;
margin-bottom: 25px;
}
.container h2{
font-size: 18px;
color: white;
width: 15%;
padding: 8px;
background: orange;
border-radius: 40px 5px;
text-align: center;
transition: all 1s;
}
.container h2:hover{
border-radius: 5px 40PX;
transform: scale (2);
background: rgb(255, 144, 8);
font-size: 19px;
}
/* dentro do card */
.card{
background: white;
display: inline-block;
border: rgb(0, 0, 0) solid 1px;
margin-right: 5px;
transition: transform .3s;
}
.card:hover{
transform: scale(1.1);
border-radius: 10px;
border:solid 1px rgb(255,144,8)
}
/* Imagem do Gabinete */
.img-produto{
display: inline-block;
width: 200px;
margin: 10px 12px 0;
}
/* Valor do produto */
.card-value{
color: darkorange;
font-size: 25px;
text-align: center;
cursor: pointer;
}
/* Logo do lugar onde esta sendo referenciado o produto */
.card-logo{
display: inline;
float: left;
border-radius: 80%;
width: 30px;
margin-left: 5px;
margin-bottom: -50px;
}
/* edição paragrafo que faz parte da CLASS - LOGO*/
.card-text{
font-size: 13px;
font-weight: bold;
text-align: center;
clear: both;
}
#promocao .container h2{
font-size: 18px;
background: rgb(248, 56, 56);
border-radius: 40px 5px;
color: white;
text-align: center;
transition: all 1s;
}
/* seção promoção */
#promocao .container h2:hover{
border-radius: 5px 40PX;
transform: scale (2);
background: rgb(255, 8, 8);
font-size: 19px;
}
#promocao .card:hover{
background: red;
transform: scale(1.1);
border-radius: 10px;
border:solid 1px rgb(255, 8, 8);
color: white;
}
#promocao .card-value{
background: red;
color: white;
}
footer{
background:#252525;
margin-top: 24px;
width: 100%;
text-align: center;
position: absolute;
}
footer img{
display: inline;
float: left;
margin-left: 10px;
width: 80px;
height: 80px;
}
.footer-info{
margin-right: 100px;
display: inline;
float: right;
margin-top: 11px;
color: white;
font-size: 15px;
}
.footer-info li{
display: inline;
margin-right: 5px;
padding: 5px;
text-align: center;
list-style: none;
} | 0.319758 | 0.079675 |
body{
background: #373737;
}
.wrap {
width: 100%;
}
.bannertop{
height: 1152px;
width: 100%;
background: url(/images/20181017/bg1.jpg)no-repeat center top;
position: relative;
}
.times{
color: #ffc000;
font-weight: bold;
font-size: 50px;
position: absolute;
left: 50%;
margin-left: 250px;
top: 100px;
}
.titleone{
width: 100%;
height: 2009px;
background: url(/images/20181017/href.jpg)no-repeat center top;
margin: auto;
position: relative;
}
.pro-list{
min-width: 1100px;
height: 1979px;
margin: auto;
}
.pro-list li{
margin: 0;
padding: 0;
list-style: none;
width: 1100px;
position: relative;
left: 0;
right: 0;
margin: auto;
height: 320px;
overflow: hidden;
opacity: 0;
}
.pro-list a{
border: solid 1px;
display: block;
width: 180px;
height: 40px;
padding: 0;
position: absolute;
top: 270px;
left: 50%;
margin-left: 330px;
/* margin-top: 244px;
margin-left: 1262px; */
}
.titleone2{
width: 100%;
height: 504px;
background: url(/images/20181017/pc_03.jpg)no-repeat center top;
margin: auto;
position: relative;
}
.titleone2 a{
display: inline-block;
width: 212px;
height: 45px;
position: absolute;
left: 50%;
top: 337px;
margin-left: -377px;
}
.titleone2 a:nth-last-of-type(1){
display: inline-block;
width: 212px;
height: 45px;
position: absolute;
left: 50%;
top: 337px;
margin-left: 162px;
}
.titleone3{
width: 100%;
height: 1970px;
background: url(/images/20181017/pc_04.jpg)no-repeat center top;
margin: auto;
overflow: hidden;
}
.titleone3 .pro{
width: 1180px;
height: auto;
margin: auto;
margin-top: 95px;
}
.titleone3 .pro .prolist{
background: #ffae00;
list-style: none;
width: 560px;
height: 260px;
float: left;
margin-top: 40px;
box-sizing: border-box;
padding: 10px;
display: flex;
justify-content: space-between;
}
.titleone3 .pro .prolist:nth-of-type(odd){
margin-left: -20px;
}
.titleone3 .pro .prolist:nth-of-type(even){
margin-left: 20px;
}
.titleone3 .pro .prolist .pic{
width: 240px;
height: 240px;
}
.titleone3 .pro .prolist .pic img{
width: 100%;
overflow: hidden;
}
.titleone3 .pro .prolist .center{
width: 290px;
height: 240px;
position: relative;
}
.titleone3 .pro .prolist .center .protitle{
font-size: 22px;
font-weight: bold;
margin-top: 8px;
margin-right: 20px;
}
.titleone3 .pro .prolist .center .protuijian{
margin-top: 14px;
font-size: 14px;
margin-right: 18px;
}
.titleone3 .pro .prolist .center .promail{
position: absolute;
left: 0;
bottom: 5px;
font-weight: bold;
font-size: 30px;
}
.titleone3 .pro .prolist .center .promailbtn{
display: block;
position: absolute;
left: 160px;
bottom: 0;
width: 120px;
height: 30px;
background: url(/images/20181017/lijigouai_button.jpg)no-repeat center top;
}
.titleone3 .pro .prolist .center .protese{
margin-top: 15px;
font-weight: bold;
margin-right: 6px;
font-size: 16px;
height: 91px;
overflow: hidden;
}
.histop{
width: 300px;
height: 80px;
background: url(/images/20181017/top-button.jpg)no-repeat center top;
margin: auto;
margin-top: 1899px;
} | custom/modules/temp/views/assets/css/x2.css | body{
background: #373737;
}
.wrap {
width: 100%;
}
.bannertop{
height: 1152px;
width: 100%;
background: url(/images/20181017/bg1.jpg)no-repeat center top;
position: relative;
}
.times{
color: #ffc000;
font-weight: bold;
font-size: 50px;
position: absolute;
left: 50%;
margin-left: 250px;
top: 100px;
}
.titleone{
width: 100%;
height: 2009px;
background: url(/images/20181017/href.jpg)no-repeat center top;
margin: auto;
position: relative;
}
.pro-list{
min-width: 1100px;
height: 1979px;
margin: auto;
}
.pro-list li{
margin: 0;
padding: 0;
list-style: none;
width: 1100px;
position: relative;
left: 0;
right: 0;
margin: auto;
height: 320px;
overflow: hidden;
opacity: 0;
}
.pro-list a{
border: solid 1px;
display: block;
width: 180px;
height: 40px;
padding: 0;
position: absolute;
top: 270px;
left: 50%;
margin-left: 330px;
/* margin-top: 244px;
margin-left: 1262px; */
}
.titleone2{
width: 100%;
height: 504px;
background: url(/images/20181017/pc_03.jpg)no-repeat center top;
margin: auto;
position: relative;
}
.titleone2 a{
display: inline-block;
width: 212px;
height: 45px;
position: absolute;
left: 50%;
top: 337px;
margin-left: -377px;
}
.titleone2 a:nth-last-of-type(1){
display: inline-block;
width: 212px;
height: 45px;
position: absolute;
left: 50%;
top: 337px;
margin-left: 162px;
}
.titleone3{
width: 100%;
height: 1970px;
background: url(/images/20181017/pc_04.jpg)no-repeat center top;
margin: auto;
overflow: hidden;
}
.titleone3 .pro{
width: 1180px;
height: auto;
margin: auto;
margin-top: 95px;
}
.titleone3 .pro .prolist{
background: #ffae00;
list-style: none;
width: 560px;
height: 260px;
float: left;
margin-top: 40px;
box-sizing: border-box;
padding: 10px;
display: flex;
justify-content: space-between;
}
.titleone3 .pro .prolist:nth-of-type(odd){
margin-left: -20px;
}
.titleone3 .pro .prolist:nth-of-type(even){
margin-left: 20px;
}
.titleone3 .pro .prolist .pic{
width: 240px;
height: 240px;
}
.titleone3 .pro .prolist .pic img{
width: 100%;
overflow: hidden;
}
.titleone3 .pro .prolist .center{
width: 290px;
height: 240px;
position: relative;
}
.titleone3 .pro .prolist .center .protitle{
font-size: 22px;
font-weight: bold;
margin-top: 8px;
margin-right: 20px;
}
.titleone3 .pro .prolist .center .protuijian{
margin-top: 14px;
font-size: 14px;
margin-right: 18px;
}
.titleone3 .pro .prolist .center .promail{
position: absolute;
left: 0;
bottom: 5px;
font-weight: bold;
font-size: 30px;
}
.titleone3 .pro .prolist .center .promailbtn{
display: block;
position: absolute;
left: 160px;
bottom: 0;
width: 120px;
height: 30px;
background: url(/images/20181017/lijigouai_button.jpg)no-repeat center top;
}
.titleone3 .pro .prolist .center .protese{
margin-top: 15px;
font-weight: bold;
margin-right: 6px;
font-size: 16px;
height: 91px;
overflow: hidden;
}
.histop{
width: 300px;
height: 80px;
background: url(/images/20181017/top-button.jpg)no-repeat center top;
margin: auto;
margin-top: 1899px;
} | 0.395134 | 0.069195 |
@font-face {
font-family: "Anonymous Pro";
font-style: normal;
font-weight: 400;
src: url("../fonts/anonymous-pro-v13-latin-regular.eot"); /* IE9 Compat Modes */
src: local("Anonymous Pro Regular"), local("AnonymousPro-Regular"),
url("../fonts/anonymous-pro-v13-latin-regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("../fonts/anonymous-pro-v13-latin-regular.woff2")
format("woff2"),
/* Super Modern Browsers */
url("../fonts/anonymous-pro-v13-latin-regular.woff") format("woff"),
/* Modern Browsers */ url("../fonts/anonymous-pro-v13-latin-regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("../fonts/anonymous-pro-v13-latin-regular.svg#AnonymousPro")
format("svg"); /* Legacy iOS */
}
* {
font-family: "Anonymous Pro";
}
.spinner {
margin: 100px auto;
width: 40px;
height: 40px;
position: relative;
}
.cube1{
background-color: #52cdb5;
}
.cube2{
background-color: #e74c3c;
}
.cube1,
.cube2 {
width: 15px;
height: 15px;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
25% {
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes sk-cubemove {
25% {
transform: translateX(42px) rotate(-90deg) scale(0.5);
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
transform: translateX(42px) translateY(42px) rotate(-179deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
}
50.1% {
transform: translateX(42px) translateY(42px) rotate(-180deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
.positif {
color: #52cdb5;
}
.negatif {
color: #e74c3c;
}
.netral {
color: #24282c;
} | css/main.css | @font-face {
font-family: "Anonymous Pro";
font-style: normal;
font-weight: 400;
src: url("../fonts/anonymous-pro-v13-latin-regular.eot"); /* IE9 Compat Modes */
src: local("Anonymous Pro Regular"), local("AnonymousPro-Regular"),
url("../fonts/anonymous-pro-v13-latin-regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("../fonts/anonymous-pro-v13-latin-regular.woff2")
format("woff2"),
/* Super Modern Browsers */
url("../fonts/anonymous-pro-v13-latin-regular.woff") format("woff"),
/* Modern Browsers */ url("../fonts/anonymous-pro-v13-latin-regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("../fonts/anonymous-pro-v13-latin-regular.svg#AnonymousPro")
format("svg"); /* Legacy iOS */
}
* {
font-family: "Anonymous Pro";
}
.spinner {
margin: 100px auto;
width: 40px;
height: 40px;
position: relative;
}
.cube1{
background-color: #52cdb5;
}
.cube2{
background-color: #e74c3c;
}
.cube1,
.cube2 {
width: 15px;
height: 15px;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
25% {
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes sk-cubemove {
25% {
transform: translateX(42px) rotate(-90deg) scale(0.5);
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
transform: translateX(42px) translateY(42px) rotate(-179deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
}
50.1% {
transform: translateX(42px) translateY(42px) rotate(-180deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
.positif {
color: #52cdb5;
}
.negatif {
color: #e74c3c;
}
.netral {
color: #24282c;
} | 0.350199 | 0.075619 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body, html {
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
}
header {
background-color: blue;
height:5rem;
color: #fff;
}
header p {
font-size: .8rem;
text-align: center;
}
.header-area {
display: flex;
justify-content: center;
align-items: center;
}
.header-area button {
font-size: .8rem;
background-color: red;
border-radius: 5px;
border: transparent;
cursor: pointer;
color: #fff;
padding: .5rem;
margin: 0 1rem 0 0;
}
.header-area .socials i{
font-size: .8rem;
background-color: rgb(94, 137, 194);
padding: .6rem;
border-radius: 3px;
margin: 0 .6rem 0 0;
cursor: pointer;
}
.contact-area {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.contact-area img {
width: 3.6rem;
height: 3.6rem;
}
.contact-area .top, .contact-area .top p {
display: flex;
align-items: center;
font-size: .8rem;
margin-right: 1rem;
}
.contact-area .top i {
font-size: 1.5rem;
margin: 0 1.2rem 0 0;
color: rgb(247, 11, 11);
}
nav, .navbar ul {
display: flex;
justify-content: space-between;
align-items: center;
list-style: none;
margin: .8rem 1rem 0 0;
}
.navbar li {
display: flex;
margin: 0 1rem 0 0;
}
.navbar ul li a {
text-decoration: none;
color: #000;
transition: .5s;
}
.navbar ul li a:hover {
background-color: rgb(247, 11, 11);
padding: .2rem;
border-radius: 2px;
color: #fff;
}
.banner {
background: url("./images/clean.jpg");
background-size:cover;
background-repeat: no-repeat;
display: flex;
justify-content: left;
align-items: center;
width: 100%;
min-height: 100vh;
margin-top: 2rem;
}
.banner .disinfect {
margin-left: 5rem;
color: #fff;
}
.banner .disinfect strong {
font-size: 2rem;
}
.banner .disinfect button {
padding: 1rem 2rem;
border-radius: 2px;
}
.banner .disinfect .learn-btn {
margin-right: 1rem;
background-color: rgb(247, 11, 11);
color: #fff;
border: transparent;
cursor: pointer;
}
.banner .disinfect .services-btn {
background: transparent;
color: #fff;
border: 1px solid #fff;
cursor: pointer;
}
.banner .disinfect .services-btn:hover {
background-color: rgb(247, 11, 11);
border: none
}
.grids {
display: grid;
grid-template-columns: 1fr 1fr;
justify-content: center;
align-items: center;
gap: 2rem;
margin: 2rem 10rem;
}
.grids .grid {
background: rgb(250, 250, 250);
border: 1px solid rgb(245, 245, 245);
padding: 1rem 0 1rem 1rem;
border-radius: 5px;
width: 100%;
height: 60%;
transition: .5s;
cursor: pointer;
}
.grids .grid:hover {
background-color: rgb(0, 0, 255);
}
.grids .grid i {
font-size: 1.5rem;
color:rgb(112, 112, 112);
}
.grids .grid .icon-right {
display: flex;
justify-content: right;
}
.grids .grid .icon-right i {
background-color: rgb(247, 11, 11);
font-size: .5rem;
padding: .5rem;
border-radius: 50%;
color: #fff;
}
.environmental {
margin:4rem 1rem 0 1rem;
}
.environmental .environ-text button {
width: 10rem;
height: 2.5rem;
background-color: rgb(0, 0, 255);
color: #fff;
border: transparent;
border-radius: 2px;
margin-bottom: 3rem;
cursor: pointer;
}
.environmental .environ-text button:hover{
}
.environmental .pics{
display: flex;
justify-content: center;
align-items: center;
}
.environmental .pics .hotel-pic {
width: 25rem;
height: 30rem;
margin-right: 2rem;
}
.environmental .pics .images-sm {
display: flex;
flex-direction: column;
}
.environmental .pics .images-sm img{
width: 30rem;
height: 15rem;
}
.services .products-intro {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
margin-top: 4rem;
line-height: 1rem;
}
.products-intro h1 {
font-size: 2rem;
font-weight: 600;
}
.services .grids-2{
display: flex;
justify-content: center;
align-items: center;
}
.services .grids-2 .grids-2-grid {
height: 15rem;
width: 25rem;
background-color: rgb(250, 250, 250);
padding: 1rem 0 1rem 1rem;
border-bottom: 2px solid rgb(247, 11, 11);
margin-top: 2rem;
}
.services .grids-2 .grids-2-grid h3 {
font-weight: 400;
}
.services .grids-2 .grids-2-grid i {
font-size: 2rem;
color: rgb(0, 0, 255);
}
.services .grids-2 .grids-2-grid .read-more-btn {
display: flex;
justify-content: end;
}
.services .grids-2 .grids-2-grid .read-more-btn button {
width: 7rem;
height: 2rem;
background-color: rgb(247, 11, 11);
color: #fff;
border: transparent;
cursor: pointer;
}
.FAQ {
margin-top: 4rem;
}
.FAQ .faq-title {
display: flex;
justify-content: center;
align-items: center;
}
.FAQ .faq {
display: flex;
justify-content: space-between;
align-items: center;
margin: 1rem 1rem 0 1rem;
padding: 0 1rem;
background-color: rgb(243, 243, 243);
transition: .5s;
cursor: pointer;
}
.FAQ .faq:hover {
background-color: rgb(0, 0, 255);
color: #fff;
}
.booking .book{
margin-top: 4rem;
display: flex;
justify-content: center;
align-items: center;
}
.booking form{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.booking form input {
width: 60%;
height: 3rem;
margin-bottom: 1rem;
padding-left: .5rem;
border: 1px solid rgb(219, 219, 219);
outline-color: rgb(0, 0, 255);
}
.booking form button {
width: 12rem;
height: 2.5rem;
border: transparent;
border-radius: 2px;
background-color: rgb(247, 11, 11);
color: #fff;
cursor: pointer;
}
footer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 4rem;
background-color: rgb(17, 17, 128);
color: #fff;
}
footer .socials {
display: flex;
justify-content: space-between;
align-items: center;
}
footer i {
font-size: 1.5rem;
cursor: pointer;
}
footer .footer-socials {
display: flex;
justify-content: space-between;
align-items: center;
text-align: center;
}
footer .footer-socials .top {
margin: 2rem;
}
footer .footer-services ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
list-style: none;
}
footer .footer-services ul li {
margin: 0 1rem 1rem 0;
}
footer .footer-subscribe form input{
width: 30rem;
height: 2rem;
margin-bottom: 5rem;
padding-left: .2rem;
outline-color: rgb(0, 0, 255);
}
footer .footer-subscribe form button {
width: 10rem;
height: 2.4rem;
background-color: rgb(247, 11, 11);
color: #fff;
border: transparent;
border-radius: 2px;
cursor: pointer;
}
footer .copyright{
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 767px) {
.after-header .top.contacts, nav {
display: none;
}
.banner .disinfect .banner-btn {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.banner .banner-btn button {
margin-bottom: .5rem;
}
.grids {
display: flex;
flex-direction: column;
}
.environmental .environ-btn {
display: flex;
justify-content: center;
align-items: center;
}
.environmental .pics {
display: flex;
flex-direction: column;
}
.environmental .pics img {
margin-bottom: 1rem;
}
.services .grids-2-grid .grids-2 {
display: flex;
flex-direction: column;
}
footer {
display: flex;
flex-direction: column;
}
footer .footer-contact .footer-socials {
display: flex;
flex-direction: column;
}
footer .footer-services ul {
display: flex;
flex-direction: column;
}
footer .footer-subscribe form {
display: flex;
flex-direction: column;
}
footer .footer-subscribe form button {
margin-top: -3.5rem;
margin-bottom: 2rem;
}
footer .footer-contact-title, .footer-services h2, .footer-subscribe h2, .footer-logo {
display: flex;
justify-content: center;
}
}
@media screen and (max-width: 480px) {
.grids .grid {
width: 20rem;
}
.services .grids-2-grid .grids-2 {
width: 10rem;
}
}
@media screen and (max-width: 400px) {
header .header-area .socials {
display: none;
}
} | styles.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body, html {
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
}
header {
background-color: blue;
height:5rem;
color: #fff;
}
header p {
font-size: .8rem;
text-align: center;
}
.header-area {
display: flex;
justify-content: center;
align-items: center;
}
.header-area button {
font-size: .8rem;
background-color: red;
border-radius: 5px;
border: transparent;
cursor: pointer;
color: #fff;
padding: .5rem;
margin: 0 1rem 0 0;
}
.header-area .socials i{
font-size: .8rem;
background-color: rgb(94, 137, 194);
padding: .6rem;
border-radius: 3px;
margin: 0 .6rem 0 0;
cursor: pointer;
}
.contact-area {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.contact-area img {
width: 3.6rem;
height: 3.6rem;
}
.contact-area .top, .contact-area .top p {
display: flex;
align-items: center;
font-size: .8rem;
margin-right: 1rem;
}
.contact-area .top i {
font-size: 1.5rem;
margin: 0 1.2rem 0 0;
color: rgb(247, 11, 11);
}
nav, .navbar ul {
display: flex;
justify-content: space-between;
align-items: center;
list-style: none;
margin: .8rem 1rem 0 0;
}
.navbar li {
display: flex;
margin: 0 1rem 0 0;
}
.navbar ul li a {
text-decoration: none;
color: #000;
transition: .5s;
}
.navbar ul li a:hover {
background-color: rgb(247, 11, 11);
padding: .2rem;
border-radius: 2px;
color: #fff;
}
.banner {
background: url("./images/clean.jpg");
background-size:cover;
background-repeat: no-repeat;
display: flex;
justify-content: left;
align-items: center;
width: 100%;
min-height: 100vh;
margin-top: 2rem;
}
.banner .disinfect {
margin-left: 5rem;
color: #fff;
}
.banner .disinfect strong {
font-size: 2rem;
}
.banner .disinfect button {
padding: 1rem 2rem;
border-radius: 2px;
}
.banner .disinfect .learn-btn {
margin-right: 1rem;
background-color: rgb(247, 11, 11);
color: #fff;
border: transparent;
cursor: pointer;
}
.banner .disinfect .services-btn {
background: transparent;
color: #fff;
border: 1px solid #fff;
cursor: pointer;
}
.banner .disinfect .services-btn:hover {
background-color: rgb(247, 11, 11);
border: none
}
.grids {
display: grid;
grid-template-columns: 1fr 1fr;
justify-content: center;
align-items: center;
gap: 2rem;
margin: 2rem 10rem;
}
.grids .grid {
background: rgb(250, 250, 250);
border: 1px solid rgb(245, 245, 245);
padding: 1rem 0 1rem 1rem;
border-radius: 5px;
width: 100%;
height: 60%;
transition: .5s;
cursor: pointer;
}
.grids .grid:hover {
background-color: rgb(0, 0, 255);
}
.grids .grid i {
font-size: 1.5rem;
color:rgb(112, 112, 112);
}
.grids .grid .icon-right {
display: flex;
justify-content: right;
}
.grids .grid .icon-right i {
background-color: rgb(247, 11, 11);
font-size: .5rem;
padding: .5rem;
border-radius: 50%;
color: #fff;
}
.environmental {
margin:4rem 1rem 0 1rem;
}
.environmental .environ-text button {
width: 10rem;
height: 2.5rem;
background-color: rgb(0, 0, 255);
color: #fff;
border: transparent;
border-radius: 2px;
margin-bottom: 3rem;
cursor: pointer;
}
.environmental .environ-text button:hover{
}
.environmental .pics{
display: flex;
justify-content: center;
align-items: center;
}
.environmental .pics .hotel-pic {
width: 25rem;
height: 30rem;
margin-right: 2rem;
}
.environmental .pics .images-sm {
display: flex;
flex-direction: column;
}
.environmental .pics .images-sm img{
width: 30rem;
height: 15rem;
}
.services .products-intro {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
margin-top: 4rem;
line-height: 1rem;
}
.products-intro h1 {
font-size: 2rem;
font-weight: 600;
}
.services .grids-2{
display: flex;
justify-content: center;
align-items: center;
}
.services .grids-2 .grids-2-grid {
height: 15rem;
width: 25rem;
background-color: rgb(250, 250, 250);
padding: 1rem 0 1rem 1rem;
border-bottom: 2px solid rgb(247, 11, 11);
margin-top: 2rem;
}
.services .grids-2 .grids-2-grid h3 {
font-weight: 400;
}
.services .grids-2 .grids-2-grid i {
font-size: 2rem;
color: rgb(0, 0, 255);
}
.services .grids-2 .grids-2-grid .read-more-btn {
display: flex;
justify-content: end;
}
.services .grids-2 .grids-2-grid .read-more-btn button {
width: 7rem;
height: 2rem;
background-color: rgb(247, 11, 11);
color: #fff;
border: transparent;
cursor: pointer;
}
.FAQ {
margin-top: 4rem;
}
.FAQ .faq-title {
display: flex;
justify-content: center;
align-items: center;
}
.FAQ .faq {
display: flex;
justify-content: space-between;
align-items: center;
margin: 1rem 1rem 0 1rem;
padding: 0 1rem;
background-color: rgb(243, 243, 243);
transition: .5s;
cursor: pointer;
}
.FAQ .faq:hover {
background-color: rgb(0, 0, 255);
color: #fff;
}
.booking .book{
margin-top: 4rem;
display: flex;
justify-content: center;
align-items: center;
}
.booking form{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.booking form input {
width: 60%;
height: 3rem;
margin-bottom: 1rem;
padding-left: .5rem;
border: 1px solid rgb(219, 219, 219);
outline-color: rgb(0, 0, 255);
}
.booking form button {
width: 12rem;
height: 2.5rem;
border: transparent;
border-radius: 2px;
background-color: rgb(247, 11, 11);
color: #fff;
cursor: pointer;
}
footer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 4rem;
background-color: rgb(17, 17, 128);
color: #fff;
}
footer .socials {
display: flex;
justify-content: space-between;
align-items: center;
}
footer i {
font-size: 1.5rem;
cursor: pointer;
}
footer .footer-socials {
display: flex;
justify-content: space-between;
align-items: center;
text-align: center;
}
footer .footer-socials .top {
margin: 2rem;
}
footer .footer-services ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
list-style: none;
}
footer .footer-services ul li {
margin: 0 1rem 1rem 0;
}
footer .footer-subscribe form input{
width: 30rem;
height: 2rem;
margin-bottom: 5rem;
padding-left: .2rem;
outline-color: rgb(0, 0, 255);
}
footer .footer-subscribe form button {
width: 10rem;
height: 2.4rem;
background-color: rgb(247, 11, 11);
color: #fff;
border: transparent;
border-radius: 2px;
cursor: pointer;
}
footer .copyright{
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 767px) {
.after-header .top.contacts, nav {
display: none;
}
.banner .disinfect .banner-btn {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.banner .banner-btn button {
margin-bottom: .5rem;
}
.grids {
display: flex;
flex-direction: column;
}
.environmental .environ-btn {
display: flex;
justify-content: center;
align-items: center;
}
.environmental .pics {
display: flex;
flex-direction: column;
}
.environmental .pics img {
margin-bottom: 1rem;
}
.services .grids-2-grid .grids-2 {
display: flex;
flex-direction: column;
}
footer {
display: flex;
flex-direction: column;
}
footer .footer-contact .footer-socials {
display: flex;
flex-direction: column;
}
footer .footer-services ul {
display: flex;
flex-direction: column;
}
footer .footer-subscribe form {
display: flex;
flex-direction: column;
}
footer .footer-subscribe form button {
margin-top: -3.5rem;
margin-bottom: 2rem;
}
footer .footer-contact-title, .footer-services h2, .footer-subscribe h2, .footer-logo {
display: flex;
justify-content: center;
}
}
@media screen and (max-width: 480px) {
.grids .grid {
width: 20rem;
}
.services .grids-2-grid .grids-2 {
width: 10rem;
}
}
@media screen and (max-width: 400px) {
header .header-area .socials {
display: none;
}
} | 0.54359 | 0.067026 |
@import url(https://fonts.googleapis.com/css?family=VT323);
*, *:after, *:before {
box-sizing: border-box;
}
body {
font-size: 12px;
}
button {
margin-bottom: 5px;
border-radius: 4px;
border:1px solid #666;
background-color: #ccc;
font-family: monospace;
outline: none;
cursor: pointer;
}
.numpad button {
background-image: linear-gradient(bottom, #999 0%, #ddd 100%);
background-image: -o-linear-gradient(bottom, #999 0%, #ddd 100%);
background-image: -moz-linear-gradient(bottom, #999 0%, #ddd 100%);
background-image: -webkit-linear-gradient(bottom, #999 0%, #ddd 100%);
background-image: -ms-linear-gradient(bottom, #999 0%, #ddd 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #999), color-stop(1, #ddd));
}
.numpad button:hover{
background-image: linear-gradient(bottom, #aaa 0%, #eee 100%);
background-image: -o-linear-gradient(bottom, #aaa 0%, #eee 100%);
background-image: -moz-linear-gradient(bottom, #aaa 0%, #eee 100%);
background-image: -webkit-linear-gradient(bottom, #aaa 0%, #eee 100%);
background-image: -ms-linear-gradient(bottom, #aaa 0%, #eee 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aaa), color-stop(1, #eee));
}
.numpad button:active{
background-image: linear-gradient(bottom, #ddd 0%, #999 100%);
background-image: -o-linear-gradient(bottom, #ddd 0%, #999 100%);
background-image: -moz-linear-gradient(bottom, #ddd 0%, #999 100%);
background-image: -webkit-linear-gradient(bottom, #ddd 0%, #999 100%);
background-image: -ms-linear-gradient(bottom, #ddd 0%, #999 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ddd), color-stop(1, #999));
}
.operations button {
background-color: #666;
border-color: #555;
background-image: linear-gradient(bottom, #555 0%, #777 100%);
background-image: -o-linear-gradient(bottom, #555 0%, #777 100%);
background-image: -moz-linear-gradient(bottom, #555 0%, #777 100%);
background-image: -webkit-linear-gradient(bottom, #555 0%, #777 100%);
background-image: -ms-linear-gradient(bottom, #555 0%, #777 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #555), color-stop(1, #777));
}
.operations button:hover {
background-image: linear-gradient(bottom, #666 0%, #888 100%);
background-image: -o-linear-gradient(bottom, #666 0%, #888 100%);
background-image: -moz-linear-gradient(bottom, #666 0%, #888 100%);
background-image: -webkit-linear-gradient(bottom, #666 0%, #888 100%);
background-image: -ms-linear-gradient(bottom, #666 0%, #888 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #666), color-stop(1, #888));
}
.operations button:active {
background-image: linear-gradient(bottom, #777 0%, #555 100%);
background-image: -o-linear-gradient(bottom, #777 0%, #555 100%);
background-image: -moz-linear-gradient(bottom, #777 0%, #555 100%);
background-image: -webkit-linear-gradient(bottom, #777 0%, #555 100%);
background-image: -ms-linear-gradient(bottom, #777 0%, #555 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #777), color-stop(1, #555));
}
.functions button {
background-color: #448096;
border-color: #226073;
color: #fff;
background-image: linear-gradient(bottom, #337084 0%, #5590a7 100%);
background-image: -o-linear-gradient(bottom, #337084 0%, #5590a7 100%);
background-image: -moz-linear-gradient(bottom, #337084 0%, #5590a7 100%);
background-image: -webkit-linear-gradient(bottom, #337084 0%, #5590a7 100%);
background-image: -ms-linear-gradient(bottom, #337084 0%, #5590a7 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #337084), color-stop(1, #5590a7));
}
.functions button:hover {
background-image: linear-gradient(bottom, #448096 0%, #66a1b8 100%);
background-image: -o-linear-gradient(bottom, #448096 0%, #66a1b8 100%);
background-image: -moz-linear-gradient(bottom, #448096 0%, #66a1b8 100%);
background-image: -webkit-linear-gradient(bottom, #448096 0%, #66a1b8 100%);
background-image: -ms-linear-gradient(bottom, #448096 0%, #66a1b8 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #448096), color-stop(1, #66a1b8));
}
.functions button:active {
background-image: linear-gradient(bottom, #5590a7 0%, #337084 100%);
background-image: -o-linear-gradient(bottom, #5590a7 0%, #337084 100%);
background-image: -moz-linear-gradient(bottom, #5590a7 0%, #337084 100%);
background-image: -webkit-linear-gradient(bottom, #5590a7 0%, #337084 100%);
background-image: -ms-linear-gradient(bottom, #5590a7 0%, #337084 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5590a7), color-stop(1, #337084));
}
.clears button {
background-color: #752025;
border-color: #451515;
color: #fff;
background-image: linear-gradient(bottom, #562626 0%, #863036 100%);
background-image: -o-linear-gradient(bottom, #562626 0%, #863036 100%);
background-image: -moz-linear-gradient(bottom, #562626 0%, #863036 100%);
background-image: -webkit-linear-gradient(bottom, #562626 0%, #863036 100%);
background-image: -ms-linear-gradient(bottom, #562626 0%, #863036 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #562626), color-stop(1, #863036));
}
.clears button:hover {
background-image: linear-gradient(bottom, #673737 0%, #974247 100%);
background-image: -o-linear-gradient(bottom, #673737 0%, #974247 100%);
background-image: -moz-linear-gradient(bottom, #673737 0%, #974247 100%);
background-image: -webkit-linear-gradient(bottom, #673737 0%, #974247 100%);
background-image: -ms-linear-gradient(bottom, #673737 0%, #974247 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #673737), color-stop(1, #974247));
}
.clears button:active {
background-image: linear-gradient(bottom, #863036 0%, #562626 100%);
background-image: -o-linear-gradient(bottom, #863036 0%, #562626 100%);
background-image: -moz-linear-gradient(bottom, #863036 0%, #562626 100%);
background-image: -webkit-linear-gradient(bottom, #863036 0%, #562626 100%);
background-image: -ms-linear-gradient(bottom, #863036 0%, #562626 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #863036), color-stop(1, #562626));
}
.container{width: 148px; margin: 40px auto;}
.grid{width: auto;}
.calculator{
background-color: gray;
padding:10px;
border:3px outset #999;
border-radius: 6px;
box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.8);
}
.calculator:after{
content: "";
display: table;
clear:both;
}
.readout{
font-family: 'VT323', monospace;
font-size: 2.2em;
text-align: right;
background-color: #88937f;
padding: 5px 5px;
margin-bottom: 10px;
box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.4);
min-height: 36px;
}
.clears,
.functions {
float:right;
padding-right: 0px;
text-align: right;
}
.functions{
position: relative;
}
.memory-list {
display: none;
position: absolute;
left:31px;
top:18px;
min-width:42px;
border:1px solid #226073;
padding: 5px 0;
margin: 0;
list-style-type: none;
background-color: #448096;
color: #fff;
box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.8);
}
.memory-list li {
padding: 3px 10px;
text-align: left;
}
.memory-list li:hover {
background-color: #226073;
}
[class*='col-'] {
float:left;
padding-right: 1px;
text-align: right;
}
[class*='col-']:last-of-type {
padding-right: 0;
}
.col-1-5 {width: 20%;}
.col-2-5 {width: 40%;}
.col-3-5 {width: 60%;}
.col-4-5 {width: 80%;}
.col-5-5 {width: 100%;}
.col-1-2 {width: 50%}
.col-1-4 {width: 25%} | css/style.css | @import url(https://fonts.googleapis.com/css?family=VT323);
*, *:after, *:before {
box-sizing: border-box;
}
body {
font-size: 12px;
}
button {
margin-bottom: 5px;
border-radius: 4px;
border:1px solid #666;
background-color: #ccc;
font-family: monospace;
outline: none;
cursor: pointer;
}
.numpad button {
background-image: linear-gradient(bottom, #999 0%, #ddd 100%);
background-image: -o-linear-gradient(bottom, #999 0%, #ddd 100%);
background-image: -moz-linear-gradient(bottom, #999 0%, #ddd 100%);
background-image: -webkit-linear-gradient(bottom, #999 0%, #ddd 100%);
background-image: -ms-linear-gradient(bottom, #999 0%, #ddd 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #999), color-stop(1, #ddd));
}
.numpad button:hover{
background-image: linear-gradient(bottom, #aaa 0%, #eee 100%);
background-image: -o-linear-gradient(bottom, #aaa 0%, #eee 100%);
background-image: -moz-linear-gradient(bottom, #aaa 0%, #eee 100%);
background-image: -webkit-linear-gradient(bottom, #aaa 0%, #eee 100%);
background-image: -ms-linear-gradient(bottom, #aaa 0%, #eee 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aaa), color-stop(1, #eee));
}
.numpad button:active{
background-image: linear-gradient(bottom, #ddd 0%, #999 100%);
background-image: -o-linear-gradient(bottom, #ddd 0%, #999 100%);
background-image: -moz-linear-gradient(bottom, #ddd 0%, #999 100%);
background-image: -webkit-linear-gradient(bottom, #ddd 0%, #999 100%);
background-image: -ms-linear-gradient(bottom, #ddd 0%, #999 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ddd), color-stop(1, #999));
}
.operations button {
background-color: #666;
border-color: #555;
background-image: linear-gradient(bottom, #555 0%, #777 100%);
background-image: -o-linear-gradient(bottom, #555 0%, #777 100%);
background-image: -moz-linear-gradient(bottom, #555 0%, #777 100%);
background-image: -webkit-linear-gradient(bottom, #555 0%, #777 100%);
background-image: -ms-linear-gradient(bottom, #555 0%, #777 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #555), color-stop(1, #777));
}
.operations button:hover {
background-image: linear-gradient(bottom, #666 0%, #888 100%);
background-image: -o-linear-gradient(bottom, #666 0%, #888 100%);
background-image: -moz-linear-gradient(bottom, #666 0%, #888 100%);
background-image: -webkit-linear-gradient(bottom, #666 0%, #888 100%);
background-image: -ms-linear-gradient(bottom, #666 0%, #888 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #666), color-stop(1, #888));
}
.operations button:active {
background-image: linear-gradient(bottom, #777 0%, #555 100%);
background-image: -o-linear-gradient(bottom, #777 0%, #555 100%);
background-image: -moz-linear-gradient(bottom, #777 0%, #555 100%);
background-image: -webkit-linear-gradient(bottom, #777 0%, #555 100%);
background-image: -ms-linear-gradient(bottom, #777 0%, #555 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #777), color-stop(1, #555));
}
.functions button {
background-color: #448096;
border-color: #226073;
color: #fff;
background-image: linear-gradient(bottom, #337084 0%, #5590a7 100%);
background-image: -o-linear-gradient(bottom, #337084 0%, #5590a7 100%);
background-image: -moz-linear-gradient(bottom, #337084 0%, #5590a7 100%);
background-image: -webkit-linear-gradient(bottom, #337084 0%, #5590a7 100%);
background-image: -ms-linear-gradient(bottom, #337084 0%, #5590a7 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #337084), color-stop(1, #5590a7));
}
.functions button:hover {
background-image: linear-gradient(bottom, #448096 0%, #66a1b8 100%);
background-image: -o-linear-gradient(bottom, #448096 0%, #66a1b8 100%);
background-image: -moz-linear-gradient(bottom, #448096 0%, #66a1b8 100%);
background-image: -webkit-linear-gradient(bottom, #448096 0%, #66a1b8 100%);
background-image: -ms-linear-gradient(bottom, #448096 0%, #66a1b8 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #448096), color-stop(1, #66a1b8));
}
.functions button:active {
background-image: linear-gradient(bottom, #5590a7 0%, #337084 100%);
background-image: -o-linear-gradient(bottom, #5590a7 0%, #337084 100%);
background-image: -moz-linear-gradient(bottom, #5590a7 0%, #337084 100%);
background-image: -webkit-linear-gradient(bottom, #5590a7 0%, #337084 100%);
background-image: -ms-linear-gradient(bottom, #5590a7 0%, #337084 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5590a7), color-stop(1, #337084));
}
.clears button {
background-color: #752025;
border-color: #451515;
color: #fff;
background-image: linear-gradient(bottom, #562626 0%, #863036 100%);
background-image: -o-linear-gradient(bottom, #562626 0%, #863036 100%);
background-image: -moz-linear-gradient(bottom, #562626 0%, #863036 100%);
background-image: -webkit-linear-gradient(bottom, #562626 0%, #863036 100%);
background-image: -ms-linear-gradient(bottom, #562626 0%, #863036 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #562626), color-stop(1, #863036));
}
.clears button:hover {
background-image: linear-gradient(bottom, #673737 0%, #974247 100%);
background-image: -o-linear-gradient(bottom, #673737 0%, #974247 100%);
background-image: -moz-linear-gradient(bottom, #673737 0%, #974247 100%);
background-image: -webkit-linear-gradient(bottom, #673737 0%, #974247 100%);
background-image: -ms-linear-gradient(bottom, #673737 0%, #974247 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #673737), color-stop(1, #974247));
}
.clears button:active {
background-image: linear-gradient(bottom, #863036 0%, #562626 100%);
background-image: -o-linear-gradient(bottom, #863036 0%, #562626 100%);
background-image: -moz-linear-gradient(bottom, #863036 0%, #562626 100%);
background-image: -webkit-linear-gradient(bottom, #863036 0%, #562626 100%);
background-image: -ms-linear-gradient(bottom, #863036 0%, #562626 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #863036), color-stop(1, #562626));
}
.container{width: 148px; margin: 40px auto;}
.grid{width: auto;}
.calculator{
background-color: gray;
padding:10px;
border:3px outset #999;
border-radius: 6px;
box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.8);
}
.calculator:after{
content: "";
display: table;
clear:both;
}
.readout{
font-family: 'VT323', monospace;
font-size: 2.2em;
text-align: right;
background-color: #88937f;
padding: 5px 5px;
margin-bottom: 10px;
box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.4);
min-height: 36px;
}
.clears,
.functions {
float:right;
padding-right: 0px;
text-align: right;
}
.functions{
position: relative;
}
.memory-list {
display: none;
position: absolute;
left:31px;
top:18px;
min-width:42px;
border:1px solid #226073;
padding: 5px 0;
margin: 0;
list-style-type: none;
background-color: #448096;
color: #fff;
box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.8);
}
.memory-list li {
padding: 3px 10px;
text-align: left;
}
.memory-list li:hover {
background-color: #226073;
}
[class*='col-'] {
float:left;
padding-right: 1px;
text-align: right;
}
[class*='col-']:last-of-type {
padding-right: 0;
}
.col-1-5 {width: 20%;}
.col-2-5 {width: 40%;}
.col-3-5 {width: 60%;}
.col-4-5 {width: 80%;}
.col-5-5 {width: 100%;}
.col-1-2 {width: 50%}
.col-1-4 {width: 25%} | 0.411939 | 0.120594 |
body {
font-family: 'Raleway', sans-serif;
background-color: #1c0764;
}
a {
color: #FF7A5C;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #F24924;
}
.primary-color {
color: #FFD33F;
}
.secondary-color {
color: #56CB82;
}
.white-color {
color: #ffffff !important;
}
.btn-primary-kenda {
color: #fff;
background-color: #0d003a !important;
border-color: #0d003a !important;
font-size: 16px !important;
font-weight: 700 !important;
border-radius: 1rem !important;
}
.btn-primary-kenda:hover {
color: #fff;
background-color: #10043E !important;
border-color: #10043E !important;
font-size: 16px !important;
font-weight: 700 !important;
border-radius: 1rem !important;
}
.btn-primary-kenda:focus, .btn-primary-kenda.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 148, 87, 0.5);
}
.form-control-kenda {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 700 !important;
line-height: 1.5;
color: #10043E;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #3B1D99;
border-radius: 0.35rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-kenda:focus {
color: rgba(9, 10, 10, 100);
background-color: #F5F8FD;
outline: 0;
}
.bg-putih {
background-color: #fff;
border-radius: 10px;
}
.form-primary-orbit {
font-size: 14px !important;
padding: 1.5rem 12px !important;
font-weight: 700;
border-radius: 10px !important;
margin-top: 12px;
}
.label-orbit {
font-weight: 700;
margin-bottom: 0;
}
.bg-login-image-orbit {
background-position: center;
background-size: cover;
margin-top: 160px;
}
.bg-gradient-primary-orbit {
background-color: #4424A7;
background-size: cover;
border-right: 1px solid #EBEFE8 !important;
}
.white-color-60 {
color: rgba(255, 255, 255, 0.6) !important;
}
.white-color-menu {
color: #fff !important;
font-weight: 700;
padding: 0 !important;
}
.sidebar-dark .nav-item .nav-link i {
color: #09C0D7;
}
.active-2 {
color: #09C0D7 !important;
background-color: #361893 !important;
border-radius: 10px !important;
padding: 10px;
width: 190px;
margin: 10px;
}
.margin-10 {
margin: 10px;
margin-top: 16px;
margin-bottom: 16px;
}
#wrapper #content-wrapper {
background-color: #F5F8FD !important;
}
.container {
padding-right: 0 !important;
padding-left: 0 !important;
}
.p-5 {
padding: 0 !important;
}
@media (min-width: 576px) {
.container {
padding-left: 100px !important;
padding-right: 100px !important;
}
.p-5 {
padding: 3rem !important;
}
} | assets/css/style.css | body {
font-family: 'Raleway', sans-serif;
background-color: #1c0764;
}
a {
color: #FF7A5C;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #F24924;
}
.primary-color {
color: #FFD33F;
}
.secondary-color {
color: #56CB82;
}
.white-color {
color: #ffffff !important;
}
.btn-primary-kenda {
color: #fff;
background-color: #0d003a !important;
border-color: #0d003a !important;
font-size: 16px !important;
font-weight: 700 !important;
border-radius: 1rem !important;
}
.btn-primary-kenda:hover {
color: #fff;
background-color: #10043E !important;
border-color: #10043E !important;
font-size: 16px !important;
font-weight: 700 !important;
border-radius: 1rem !important;
}
.btn-primary-kenda:focus, .btn-primary-kenda.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 148, 87, 0.5);
}
.form-control-kenda {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 700 !important;
line-height: 1.5;
color: #10043E;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #3B1D99;
border-radius: 0.35rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-kenda:focus {
color: rgba(9, 10, 10, 100);
background-color: #F5F8FD;
outline: 0;
}
.bg-putih {
background-color: #fff;
border-radius: 10px;
}
.form-primary-orbit {
font-size: 14px !important;
padding: 1.5rem 12px !important;
font-weight: 700;
border-radius: 10px !important;
margin-top: 12px;
}
.label-orbit {
font-weight: 700;
margin-bottom: 0;
}
.bg-login-image-orbit {
background-position: center;
background-size: cover;
margin-top: 160px;
}
.bg-gradient-primary-orbit {
background-color: #4424A7;
background-size: cover;
border-right: 1px solid #EBEFE8 !important;
}
.white-color-60 {
color: rgba(255, 255, 255, 0.6) !important;
}
.white-color-menu {
color: #fff !important;
font-weight: 700;
padding: 0 !important;
}
.sidebar-dark .nav-item .nav-link i {
color: #09C0D7;
}
.active-2 {
color: #09C0D7 !important;
background-color: #361893 !important;
border-radius: 10px !important;
padding: 10px;
width: 190px;
margin: 10px;
}
.margin-10 {
margin: 10px;
margin-top: 16px;
margin-bottom: 16px;
}
#wrapper #content-wrapper {
background-color: #F5F8FD !important;
}
.container {
padding-right: 0 !important;
padding-left: 0 !important;
}
.p-5 {
padding: 0 !important;
}
@media (min-width: 576px) {
.container {
padding-left: 100px !important;
padding-right: 100px !important;
}
.p-5 {
padding: 3rem !important;
}
} | 0.432063 | 0.080394 |
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
* {
padding:0;
margin:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
}
a {
text-decoration: none;
color: #000;
}
.listado {
margin: 0 0 0 40px;
}
.efecto {
/*text-shadow: -2px 0 #fff, 2px 0 #fff, 0 2px #fff, 0 -2px #fff;*/
text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px #FBA919;
color: #000;
}
.movil1 {
display: none;
}
.contenedor{
background-image:url('#'),
linear-gradient(rgb(255, 255, 255), rgb(100, 100, 100));
position: relative;
}
.imagen {
position: fixed;
display: block;
width: 100%;
margin-top: 8%;
}
.image {
width: 100%;
height: 550px;
}
.principal {
position: fixed;
background: #fff;
width: 100%;
z-index: 3;
}
.secundario {
position: absolute;
width: 100%;
margin-top: 17.5%;
z-index: 2;
}
.log1 {
width: 20%;
}
.log2 {
width: 50%;
height: 150px;
margin: 0px 0px 0px 300px;
}
header .main footer{
width: 90%;
max-width: 1000px;
margin: 20px auto;
}
.main .articles {
width: 58.5%;
margin: 1% 0 3% 0;
float: left;
}
.main .articles article {
padding: 20px;
margin-bottom: 10px;
}
.main2 .articles2{
width: 100%;
margin: 1% 0 0 0;
float: left;
}
.main2 .articles2 article {
padding: 5px 100px;
margin-bottom: 10px;
}
.sec2{
margin-top: 1.5%;
}
.sec3 {
display: block;
padding: 30px 0px 0px 150px;
}
.sec4 {
margin-left: 60%;
position: fixed;
}
.titulo{
font-size: 20px;
font-weight: bold;
text-align: center;
}
.subtitulo {
font-weight: bold;
}
.texto {
font-size: 15px;
font-weight: bold;
text-align: center;
}
aside {
width: 40%;
float: left;
padding: 20px 100px 10px 0px;
box-sizing: border-box;
}
footer {
background: #000;
color: #fff;
clear: both;
padding: 10px 0px;
text-align: center;
}
footer a {
text-decoration: none;
color: #fff;
font-weight: bold;
}
/*----------------------bontones------------------------------*/
.log {
position: absolute;
top: 55px;
left: 65%;
}
.link{
text-decoration: none;
color: #000;
}
.menu_log{
display: none;
}
header ul {
list-style:none;
}
header ul li {
display:inline-block;
position: relative;
}
/*header ul li:hover {
background:#75ACEC;
}*/
header ul li a {
color:#fff;
display:block;
text-decoration:none;
padding: 5px;
}
header ul li a span {
margin-right:10px;
}
/*------------------------barra social-------------------*/
.social {
position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
left: 42%; /* Establecemos la barra en la izquierda */
top: 0px; /* Bajamos la barra 200px de arriba a abajo */
z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
.social ul {
list-style: none;
}
.social ul li {
float: left;/*lo hace horizontal*/
}
.social ul li a {
display: inline-block;
color:#fff;
background: #000;
padding: 10px 15px;
text-decoration: none;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
}
.social ul li a:hover {
background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
padding: 20px 15px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}
.social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
.social ul li .icon-whatsapp {background:#34af23;}
.social ul li .icon-twitter {background: #00abf0;}
.social ul li .icon-google {background: #d95232;}
.social ul li .icon-skype {background: #00abf0;}
.social ul li .icon-mail {background: #666666;}
/*---------------------menu-----------------------*/
.menu_bar {
display:none;
}
header {
width: 100%;
}
header nav {
background: linear-gradient(rgba(2,56,89,0), rgba(2,56,89,1));
box-shadow: 0 10px 10px;
z-index:1000;
/*max-width: 1000px; ancho del menu*/
width:100%;
/*margin:20px auto;*/
padding: 0px 0px 0px 13%;
}
header nav ul {
list-style:none;
}
header nav ul li {
display:inline-block;
position: relative;
}
header nav ul li:hover {
background: linear-gradient(rgba(117,172,236,0), rgba(117,172,236,0.4), rgba(117,172,236,0));
}
header nav ul li a {
color:#fff;
display:block;
text-decoration:none;
padding: 20px;
}
header nav ul li a span {
margin-right:10px;
}
header nav ul li:hover .children {
display:block;
}
header nav ul li .children {
display: none;
background: rgba(1,24,38,0.86);
position: absolute;
width: 150%;
z-index:1000;
}
header nav ul li .children li {
display:block;
overflow: hidden;
border-bottom: 1px solid rgba(255,255,255,.5);
}
header nav ul li .children li a {
display: block;
}
header nav ul li .children li a span {
float: left;
position: relative;
top:3px;
margin-right:10px;
margin-left:0px;
}
header nav ul li .caret {
position: relative;
top:3px;
margin-left:10px;
margin-right:0px;
}
.pagina {
display: none;
}
/*---------------------marcado de link-------------------*/
.hvr-underline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
}
.hvr-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: #ff8000;
height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
left: 0;
right: 0;
}
/*------------------Float-----------------------------*/
.hvr-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
@media screen and (min-width: 1500px) {
header nav {
padding: 0px 0px 0px 21%;
}
.log1 {
width: 15%;
}
.log2 {
width: 50%;
height: 140px;
margin: 0px 0px 0px 450px;
}
.imagen {
position: fixed;
display: block;
width: 100%;
margin-top: 6%;
}
.secundario {
position: absolute;
width: 100%;
margin-top: 13%;
z-index: 2;
}
} | css/estilos.css | @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
* {
padding:0;
margin:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
}
a {
text-decoration: none;
color: #000;
}
.listado {
margin: 0 0 0 40px;
}
.efecto {
/*text-shadow: -2px 0 #fff, 2px 0 #fff, 0 2px #fff, 0 -2px #fff;*/
text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px #FBA919;
color: #000;
}
.movil1 {
display: none;
}
.contenedor{
background-image:url('#'),
linear-gradient(rgb(255, 255, 255), rgb(100, 100, 100));
position: relative;
}
.imagen {
position: fixed;
display: block;
width: 100%;
margin-top: 8%;
}
.image {
width: 100%;
height: 550px;
}
.principal {
position: fixed;
background: #fff;
width: 100%;
z-index: 3;
}
.secundario {
position: absolute;
width: 100%;
margin-top: 17.5%;
z-index: 2;
}
.log1 {
width: 20%;
}
.log2 {
width: 50%;
height: 150px;
margin: 0px 0px 0px 300px;
}
header .main footer{
width: 90%;
max-width: 1000px;
margin: 20px auto;
}
.main .articles {
width: 58.5%;
margin: 1% 0 3% 0;
float: left;
}
.main .articles article {
padding: 20px;
margin-bottom: 10px;
}
.main2 .articles2{
width: 100%;
margin: 1% 0 0 0;
float: left;
}
.main2 .articles2 article {
padding: 5px 100px;
margin-bottom: 10px;
}
.sec2{
margin-top: 1.5%;
}
.sec3 {
display: block;
padding: 30px 0px 0px 150px;
}
.sec4 {
margin-left: 60%;
position: fixed;
}
.titulo{
font-size: 20px;
font-weight: bold;
text-align: center;
}
.subtitulo {
font-weight: bold;
}
.texto {
font-size: 15px;
font-weight: bold;
text-align: center;
}
aside {
width: 40%;
float: left;
padding: 20px 100px 10px 0px;
box-sizing: border-box;
}
footer {
background: #000;
color: #fff;
clear: both;
padding: 10px 0px;
text-align: center;
}
footer a {
text-decoration: none;
color: #fff;
font-weight: bold;
}
/*----------------------bontones------------------------------*/
.log {
position: absolute;
top: 55px;
left: 65%;
}
.link{
text-decoration: none;
color: #000;
}
.menu_log{
display: none;
}
header ul {
list-style:none;
}
header ul li {
display:inline-block;
position: relative;
}
/*header ul li:hover {
background:#75ACEC;
}*/
header ul li a {
color:#fff;
display:block;
text-decoration:none;
padding: 5px;
}
header ul li a span {
margin-right:10px;
}
/*------------------------barra social-------------------*/
.social {
position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
left: 42%; /* Establecemos la barra en la izquierda */
top: 0px; /* Bajamos la barra 200px de arriba a abajo */
z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
.social ul {
list-style: none;
}
.social ul li {
float: left;/*lo hace horizontal*/
}
.social ul li a {
display: inline-block;
color:#fff;
background: #000;
padding: 10px 15px;
text-decoration: none;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
}
.social ul li a:hover {
background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
padding: 20px 15px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}
.social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
.social ul li .icon-whatsapp {background:#34af23;}
.social ul li .icon-twitter {background: #00abf0;}
.social ul li .icon-google {background: #d95232;}
.social ul li .icon-skype {background: #00abf0;}
.social ul li .icon-mail {background: #666666;}
/*---------------------menu-----------------------*/
.menu_bar {
display:none;
}
header {
width: 100%;
}
header nav {
background: linear-gradient(rgba(2,56,89,0), rgba(2,56,89,1));
box-shadow: 0 10px 10px;
z-index:1000;
/*max-width: 1000px; ancho del menu*/
width:100%;
/*margin:20px auto;*/
padding: 0px 0px 0px 13%;
}
header nav ul {
list-style:none;
}
header nav ul li {
display:inline-block;
position: relative;
}
header nav ul li:hover {
background: linear-gradient(rgba(117,172,236,0), rgba(117,172,236,0.4), rgba(117,172,236,0));
}
header nav ul li a {
color:#fff;
display:block;
text-decoration:none;
padding: 20px;
}
header nav ul li a span {
margin-right:10px;
}
header nav ul li:hover .children {
display:block;
}
header nav ul li .children {
display: none;
background: rgba(1,24,38,0.86);
position: absolute;
width: 150%;
z-index:1000;
}
header nav ul li .children li {
display:block;
overflow: hidden;
border-bottom: 1px solid rgba(255,255,255,.5);
}
header nav ul li .children li a {
display: block;
}
header nav ul li .children li a span {
float: left;
position: relative;
top:3px;
margin-right:10px;
margin-left:0px;
}
header nav ul li .caret {
position: relative;
top:3px;
margin-left:10px;
margin-right:0px;
}
.pagina {
display: none;
}
/*---------------------marcado de link-------------------*/
.hvr-underline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
}
.hvr-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: #ff8000;
height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
left: 0;
right: 0;
}
/*------------------Float-----------------------------*/
.hvr-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
@media screen and (min-width: 1500px) {
header nav {
padding: 0px 0px 0px 21%;
}
.log1 {
width: 15%;
}
.log2 {
width: 50%;
height: 140px;
margin: 0px 0px 0px 450px;
}
.imagen {
position: fixed;
display: block;
width: 100%;
margin-top: 6%;
}
.secundario {
position: absolute;
width: 100%;
margin-top: 13%;
z-index: 2;
}
} | 0.278649 | 0.11004 |
Created on : 16 nov. 2021, 21:20:34
Author : Usuario
*/
.titulo{
font-size: 25px;
text-align: center;
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body{
height: 100%;
}
input:focus{
outline:none;
background-color:white;
}
header{
background-color: black;
text-align: center;
padding: 20px 5%;
color: white;
}
.enlaces{
list-style: none;
}
.enlaces li{
display: inline-block;
padding: 10px;
}
nav ul {
margin:auto;
text-align: center;
}
nav ul li{
border-bottom:3px solid black;
}
nav ul li a{
font-weight: 500;
font-size: 25px;
color: black;
text-decoration: none;
text-align: center;
}
input.enviar{
width: 300px;
height: 30px;
margin-left: 150px;
font-size: 20px;
}
#DescDepartamento{
width: 300px;
height: 20px;
}
#FechaBaja, #Fecha{
width: 300px;
height: 20px;
}
#VolumenNegocio{
width: 300px;
height: 20px;
}
#CodDepartamento{
width: 300px;
height: 20px;
}
.descDepartamento, .CodigoDepartamento, .DescripcionDepartamento, .Fecha, .Volumen{
}
.formBuscar{
margin-top:20px;
text-align: center;
font-size: 20px;
}
.volver,.entrar, .Registrarse,.Registrarsepublico,.iniciarsesion,.salir,.crear,.cancelar,.aceptar,.cancelarperfil,.eliminarcuenta{
width: 200px;
height: 40px;
font-size: 20px;
margin:5px;
}
.cambiarpassword{
width:300px;
height:40px;
font-size:20px;
background:red;
margin:10px;
}
.resultadoConsulta{
border:3px solid black;
text-align: left;
width: 90%;
height: 50vh;
}
.tabla{
width: 100%;
height: 90%;
}
.tablaConsultaCampos{
width: 100%;
padding:10px;
}
.tablaConsultaCampos th{
text-align: justify;
}
.campo{
text-align: justify;
width: 20%;
background-color: transparent;
}
.boton{
background-color:transparent;
text-align: center;
}
.boton a{
text-decoration: none;
color:black;
font-weight: bold;
}
input.Aceptar, input.Cancelar{
width: 250px;
height: 30px;
font-size: 20px;
font-weight: bold;
}
.mainEditar{
width: 33%;
margin:auto;
margin-top: 10%;
display: block;
padding:2rem;
text-align: justify-all;
font-family: sans-serif;
}
.contenido{
background-color: white;
border:3px solid black;
padding:10px;
}
.formularioMostrar{
text-align: center;
width: 100%;
margin-left: 21%;
margin-right: 21%;
}
.formularioConsulta{
margin-left: 5%;
display:block;
position:absolute;
}
.botones{
width: 20%;
margin-top: 2%;
margin-left: 5%;
}
.resultadoConsulta{
margin-top: 1%;
margin-left: 5%;
}
.contenidoIndex{
margin-top: 1%;
}
.pagina{
border: 0;
background-color: transparent;
}
.tBoton{
width: 30px;
}
.mensajebienvenida{
font-weight: bold;
font-size:1.5em;
padding:5px;
margin-bottom: 10px;
}
h2{
text-align: center;
background-color: white;
margin:10px;
}
table{
table-layout: fixed;
margin:auto;
background-color:white;
border:3px solid black;
border-collapse: collapse;
}
td{
border:1px solid black;
padding:5px;
}
.mainDetalles{
margin-top:15px;
background-color:white;
padding:10px;
}
.user{
color:red;
font-weight: bold;
}
footer, .footer{
display:flex;
justify-content: space-between;
padding:10px;
font-weight: bold;
font-size:2em;
position:fixed;
bottom:0;
width:100%;
background-color:black;
color:white;
}
footer:nth-child(2){
display:flex;
justify-content: flex-end;
float:right;
}
footer a{
text-decoration: none;
color:green;
}
.form{
margin:auto;
text-align: center;
background:transparent;
color: black;
font-size:1.5em;
width:50%;
padding:20px;
}
li{
list-style-type: none;
}
input{
margin:5px;
} | webroot/css/style.css | Created on : 16 nov. 2021, 21:20:34
Author : Usuario
*/
.titulo{
font-size: 25px;
text-align: center;
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body{
height: 100%;
}
input:focus{
outline:none;
background-color:white;
}
header{
background-color: black;
text-align: center;
padding: 20px 5%;
color: white;
}
.enlaces{
list-style: none;
}
.enlaces li{
display: inline-block;
padding: 10px;
}
nav ul {
margin:auto;
text-align: center;
}
nav ul li{
border-bottom:3px solid black;
}
nav ul li a{
font-weight: 500;
font-size: 25px;
color: black;
text-decoration: none;
text-align: center;
}
input.enviar{
width: 300px;
height: 30px;
margin-left: 150px;
font-size: 20px;
}
#DescDepartamento{
width: 300px;
height: 20px;
}
#FechaBaja, #Fecha{
width: 300px;
height: 20px;
}
#VolumenNegocio{
width: 300px;
height: 20px;
}
#CodDepartamento{
width: 300px;
height: 20px;
}
.descDepartamento, .CodigoDepartamento, .DescripcionDepartamento, .Fecha, .Volumen{
}
.formBuscar{
margin-top:20px;
text-align: center;
font-size: 20px;
}
.volver,.entrar, .Registrarse,.Registrarsepublico,.iniciarsesion,.salir,.crear,.cancelar,.aceptar,.cancelarperfil,.eliminarcuenta{
width: 200px;
height: 40px;
font-size: 20px;
margin:5px;
}
.cambiarpassword{
width:300px;
height:40px;
font-size:20px;
background:red;
margin:10px;
}
.resultadoConsulta{
border:3px solid black;
text-align: left;
width: 90%;
height: 50vh;
}
.tabla{
width: 100%;
height: 90%;
}
.tablaConsultaCampos{
width: 100%;
padding:10px;
}
.tablaConsultaCampos th{
text-align: justify;
}
.campo{
text-align: justify;
width: 20%;
background-color: transparent;
}
.boton{
background-color:transparent;
text-align: center;
}
.boton a{
text-decoration: none;
color:black;
font-weight: bold;
}
input.Aceptar, input.Cancelar{
width: 250px;
height: 30px;
font-size: 20px;
font-weight: bold;
}
.mainEditar{
width: 33%;
margin:auto;
margin-top: 10%;
display: block;
padding:2rem;
text-align: justify-all;
font-family: sans-serif;
}
.contenido{
background-color: white;
border:3px solid black;
padding:10px;
}
.formularioMostrar{
text-align: center;
width: 100%;
margin-left: 21%;
margin-right: 21%;
}
.formularioConsulta{
margin-left: 5%;
display:block;
position:absolute;
}
.botones{
width: 20%;
margin-top: 2%;
margin-left: 5%;
}
.resultadoConsulta{
margin-top: 1%;
margin-left: 5%;
}
.contenidoIndex{
margin-top: 1%;
}
.pagina{
border: 0;
background-color: transparent;
}
.tBoton{
width: 30px;
}
.mensajebienvenida{
font-weight: bold;
font-size:1.5em;
padding:5px;
margin-bottom: 10px;
}
h2{
text-align: center;
background-color: white;
margin:10px;
}
table{
table-layout: fixed;
margin:auto;
background-color:white;
border:3px solid black;
border-collapse: collapse;
}
td{
border:1px solid black;
padding:5px;
}
.mainDetalles{
margin-top:15px;
background-color:white;
padding:10px;
}
.user{
color:red;
font-weight: bold;
}
footer, .footer{
display:flex;
justify-content: space-between;
padding:10px;
font-weight: bold;
font-size:2em;
position:fixed;
bottom:0;
width:100%;
background-color:black;
color:white;
}
footer:nth-child(2){
display:flex;
justify-content: flex-end;
float:right;
}
footer a{
text-decoration: none;
color:green;
}
.form{
margin:auto;
text-align: center;
background:transparent;
color: black;
font-size:1.5em;
width:50%;
padding:20px;
}
li{
list-style-type: none;
}
input{
margin:5px;
} | 0.360827 | 0.167934 |
* {
margin: 0;
padding: 0;
}
a {
text-decoration: underline;
color: #F6B23C;
}
a:hover {
text-decoration: none;
}
body {
line-height: 2em;
font-size: 11pt;
background: #101723;
color: #5E5E5E;
}
body,input {
font-family: Tahoma, sans-serif;
}
br.clearfix {
clear: both;
}
h1,h2,h3,h4 {
font-weight: normal;
text-transform: uppercase;
}
h2 {
font-size: 2.25em;
}
h2,h3,h4 {
font-family: Bitter, serif;
margin-bottom: 1.25em;
color: #FFF;
}
h3 {
font-size: 1.75em;
}
h4 {
font-size: 1.5em;
}
img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
img.aligntop {
margin: 5px 0 20px 0;
}
a {
color: #3E66A8;
}
strong {
color: #252525;
}
p {
margin-bottom: 1.75em;
}
ul {
margin-bottom: 1.75em;
}
ul h4 {
margin-bottom: 0.4em;
}
.date-list {
}
.date-list .date {
background: #39465B;
display: block;
width: 50px;
height: 25px;
line-height: 25px;
margin-top: 3px;
text-align: center;
float: left;
color: #ffffff;
font-size: 0.9em;
}
.date-list a {
display: block;
margin-left: 60px;
}
.box {
overflow: hidden;
margin: 0 0 40px 0;
}
#content {
background: #FFF;
margin: 0 0 0 330px;
width: 570px;
padding: 60px 40px 20px 40px;
}
#content h2, #content h3, #content h4 {
color: #0D0D0D;
}
#footer {
text-align: center;
color: #646F82;
padding: 30px 0 130px 0;
}
#footer a {
color: #949FB2;
}
#header {
position: relative;
}
#logo {
text-align: center;
margin: 120px 0 50px 0;
}
#logo a {
color: #FFF;
text-decoration: none;
}
#logo h1 {
font-family: Bitter, serif;
font-size: 3.25em;
margin: 0 0 20px 0;
}
#logo .slogan {
color: #9FADC4;
font-family: Bitter, serif;
text-transform: uppercase;
font-size: 1.25em;
}
#logo .slogan a {
color: #9FADC4;
}
#menu {
font-family: Bitter, serif;
height: 60px;
border-top: solid 1px #FFDF69;
border-bottom: solid 1px #DD9923;
width: 980px;
background: #E7A32D url(images/img01.gif) repeat-x top left;
line-height: 60px;
color: #FFF;
font-size: 1.3em;
text-transform: uppercase;
text-decoration: none;
text-align: center;
text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
#menu ul li {
position: relative;
display: inline-block;
height: 60px;
padding: 1px 15px 0 15px;
}
#menu ul li.active {
background: #AF7A1D;
border-top: solid 1px #7C5612;
padding-top: 0;
}
#menu ul li a {
color: #FFF;
text-decoration: none;
}
#menu ul li .down-arrow {
display: inline-block;
margin: 0 0 0 0.5em;
position: relative;
width: 0;
height: 0;
top: -2px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 7px solid #AF7A1D;
}
#menu ul li.active .down-arrow {
border-top: 7px solid #6F4A00;
}
#page {
margin: 0 0 0 0;
padding: 0;
position: relative;
width: 980px;
}
#page .section-list {
padding-left: 0;
list-style: none;
}
#page .section-list li {
padding: 25px 0 25px 0;
clear: both;
}
#page ul {
list-style: none;
}
#page ul li {
padding: 15px 0 15px 0;
border-top: dashed 1px #CCC;
}
#page ul li.first {
border-top: 0;
padding-top: 0;
}
#search input.form-submit {
border: 0;
background: #F6B23C;
margin-left: 1em;
color: #FFF;
padding: 5px;
font-family: Bitter, serif;
}
#search input.form-text {
border: dashed 1px #40454F;
padding: 10px;
}
#sidebar {
background: #FFFFFF url(images/img02.gif) repeat-y top right;
padding: 60px 40px 20px 40px;
float: left;
width: 250px;
}
#sidebar h2, #sidebar h3, #sidebar h4 {
color: #000;
}
#sidebar ul {
list-style: none;
}
#sidebar ul li {
border-top: dashed 1px #CCC;
padding: 15px 0 15px 0;
}
#sidebar ul li.first {
padding-top: 0;
border-top: 0;
}
#wrapper {
width: 980px;
position: relative;
margin: 0 auto;
}
.dropotron {
font-family: Bitter, serif;
width: 250px;
background: #E7A32D url(images/img01.gif) repeat-x top left;
border-top: solid 1px #FFDF69;
border-bottom: solid 1px #DD9923;
padding: 12px;
font-size: 16px;
text-transform: uppercase;
list-style: none;
color: #FFF;
text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
}
.dropotron li {
padding: 10px 12px 10px 12px;
position: relative;
margin-top: 1px;
}
.dropotron li:hover {
background: #AF7A1D;
border-top: solid 1px #7C5612;
margin-top: 0;
}
.dropotron li .right-arrow {
margin: 0 0 0 0.5em;
position: absolute;
right: 13px;
top: 20px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 7px solid #AF7A1D;
}
.dropotron li:hover > .right-arrow {
border-left: 7px solid #6F4A00;
}
.dropotron a {
color: #FFF;
text-decoration: none;
} | templates/new/templated-consistent/style.css | * {
margin: 0;
padding: 0;
}
a {
text-decoration: underline;
color: #F6B23C;
}
a:hover {
text-decoration: none;
}
body {
line-height: 2em;
font-size: 11pt;
background: #101723;
color: #5E5E5E;
}
body,input {
font-family: Tahoma, sans-serif;
}
br.clearfix {
clear: both;
}
h1,h2,h3,h4 {
font-weight: normal;
text-transform: uppercase;
}
h2 {
font-size: 2.25em;
}
h2,h3,h4 {
font-family: Bitter, serif;
margin-bottom: 1.25em;
color: #FFF;
}
h3 {
font-size: 1.75em;
}
h4 {
font-size: 1.5em;
}
img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
img.aligntop {
margin: 5px 0 20px 0;
}
a {
color: #3E66A8;
}
strong {
color: #252525;
}
p {
margin-bottom: 1.75em;
}
ul {
margin-bottom: 1.75em;
}
ul h4 {
margin-bottom: 0.4em;
}
.date-list {
}
.date-list .date {
background: #39465B;
display: block;
width: 50px;
height: 25px;
line-height: 25px;
margin-top: 3px;
text-align: center;
float: left;
color: #ffffff;
font-size: 0.9em;
}
.date-list a {
display: block;
margin-left: 60px;
}
.box {
overflow: hidden;
margin: 0 0 40px 0;
}
#content {
background: #FFF;
margin: 0 0 0 330px;
width: 570px;
padding: 60px 40px 20px 40px;
}
#content h2, #content h3, #content h4 {
color: #0D0D0D;
}
#footer {
text-align: center;
color: #646F82;
padding: 30px 0 130px 0;
}
#footer a {
color: #949FB2;
}
#header {
position: relative;
}
#logo {
text-align: center;
margin: 120px 0 50px 0;
}
#logo a {
color: #FFF;
text-decoration: none;
}
#logo h1 {
font-family: Bitter, serif;
font-size: 3.25em;
margin: 0 0 20px 0;
}
#logo .slogan {
color: #9FADC4;
font-family: Bitter, serif;
text-transform: uppercase;
font-size: 1.25em;
}
#logo .slogan a {
color: #9FADC4;
}
#menu {
font-family: Bitter, serif;
height: 60px;
border-top: solid 1px #FFDF69;
border-bottom: solid 1px #DD9923;
width: 980px;
background: #E7A32D url(images/img01.gif) repeat-x top left;
line-height: 60px;
color: #FFF;
font-size: 1.3em;
text-transform: uppercase;
text-decoration: none;
text-align: center;
text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
#menu ul li {
position: relative;
display: inline-block;
height: 60px;
padding: 1px 15px 0 15px;
}
#menu ul li.active {
background: #AF7A1D;
border-top: solid 1px #7C5612;
padding-top: 0;
}
#menu ul li a {
color: #FFF;
text-decoration: none;
}
#menu ul li .down-arrow {
display: inline-block;
margin: 0 0 0 0.5em;
position: relative;
width: 0;
height: 0;
top: -2px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 7px solid #AF7A1D;
}
#menu ul li.active .down-arrow {
border-top: 7px solid #6F4A00;
}
#page {
margin: 0 0 0 0;
padding: 0;
position: relative;
width: 980px;
}
#page .section-list {
padding-left: 0;
list-style: none;
}
#page .section-list li {
padding: 25px 0 25px 0;
clear: both;
}
#page ul {
list-style: none;
}
#page ul li {
padding: 15px 0 15px 0;
border-top: dashed 1px #CCC;
}
#page ul li.first {
border-top: 0;
padding-top: 0;
}
#search input.form-submit {
border: 0;
background: #F6B23C;
margin-left: 1em;
color: #FFF;
padding: 5px;
font-family: Bitter, serif;
}
#search input.form-text {
border: dashed 1px #40454F;
padding: 10px;
}
#sidebar {
background: #FFFFFF url(images/img02.gif) repeat-y top right;
padding: 60px 40px 20px 40px;
float: left;
width: 250px;
}
#sidebar h2, #sidebar h3, #sidebar h4 {
color: #000;
}
#sidebar ul {
list-style: none;
}
#sidebar ul li {
border-top: dashed 1px #CCC;
padding: 15px 0 15px 0;
}
#sidebar ul li.first {
padding-top: 0;
border-top: 0;
}
#wrapper {
width: 980px;
position: relative;
margin: 0 auto;
}
.dropotron {
font-family: Bitter, serif;
width: 250px;
background: #E7A32D url(images/img01.gif) repeat-x top left;
border-top: solid 1px #FFDF69;
border-bottom: solid 1px #DD9923;
padding: 12px;
font-size: 16px;
text-transform: uppercase;
list-style: none;
color: #FFF;
text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
}
.dropotron li {
padding: 10px 12px 10px 12px;
position: relative;
margin-top: 1px;
}
.dropotron li:hover {
background: #AF7A1D;
border-top: solid 1px #7C5612;
margin-top: 0;
}
.dropotron li .right-arrow {
margin: 0 0 0 0.5em;
position: absolute;
right: 13px;
top: 20px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 7px solid #AF7A1D;
}
.dropotron li:hover > .right-arrow {
border-left: 7px solid #6F4A00;
}
.dropotron a {
color: #FFF;
text-decoration: none;
} | 0.245808 | 0.104798 |
.page_avatar {
max-height: 300px;
}
.page_avatar {
text-align: center;
max-height: 500px;
height: auto!important;
height: 500px;
overflow: hidden;
border-radius: 2px;
}
.page_avatar_img {
vertical-align: top;
border-radius: 2px;
max-width: 200px;
}
.page_avatar_wrap {
margin-bottom: 2px;
position: relative;
overflow: hidden;
}
/* --- sub avatar elements ---*/
.page_action_left {
position: relative;
display: inline-block;
width: 100%;
}
.page_photo .flat_button, .page_photo .page_actions_expanded, .page_photo .page_actions_wrap {
margin-top: 10px;
}
/* --- photo section --- */
.page_photo {
padding: 15px;
font-size: 12.5px;
}
/* --- editor section ---*/
.owner_photo_top_bubble_wrap {
position: relative;
z-index: 10;
}
.owner_photo_wrap:hover .owner_photo_top_bubble {
opacity: 1;
filter: none;
}
.owner_photo_top_bubble {
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
top: 0;
right: 0;
}
.page_photo .ui_thumb_x_button {
border-radius: 0 2px 0 2px;
}
.ui_thumb_pe_button, .ui_thumb_x_button {
position: absolute;
top: 0;
right: 0;
background: rgba(29,32,34,.6);
border-radius: 0 0 0 2px;
padding: 5px;
cursor: pointer;
outline: none;
}
.ui_thumb_pe_button .ui_thumb_pe, .ui_thumb_pe_button .ui_thumb_x, .ui_thumb_x_button .ui_thumb_pe, .ui_thumb_x_button .ui_thumb_x {
display: block;
background: url(../../../../resources/img/attach_icons.png) no-repeat 0 -40px;
opacity: 0.85;
filter: alpha(opacity=85);
width: 8px;
height: 8px;
}
.owner_photo_bubble_wrap {
position: relative;
overflow: hidden;
height: 56px;
width: 200px;
margin: -58px 0 2px;
}
.owner_photo_bubble {
color: #fff;
opacity: 0;
filter: alpha(opacity=0);
background-color: #000;
background-color: rgba(29,32,34,.7);
width: 200px;
margin-top: 40px;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
border-radius: 0 0 2px 2px;
padding: 5px 0;
}
.owner_photo_bubble_action {
font-size: 12.5px;
padding: 5px 10px;
height: 13px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
outline: none;
}
.owner_photo_bubble_action_in {
background: url(https://vk.com/images/icons/edit_photo_icons_white.png?2) no-repeat;
background-position: left 1px;
-o-transition: all 100ms ease-out;
transition: all 100ms ease-out;
padding: 0 0 1px 24px;
opacity: 0.8;
filter: alpha(opacity=80);
} | themes/core/assets/css/components/user/page/avatar.css | .page_avatar {
max-height: 300px;
}
.page_avatar {
text-align: center;
max-height: 500px;
height: auto!important;
height: 500px;
overflow: hidden;
border-radius: 2px;
}
.page_avatar_img {
vertical-align: top;
border-radius: 2px;
max-width: 200px;
}
.page_avatar_wrap {
margin-bottom: 2px;
position: relative;
overflow: hidden;
}
/* --- sub avatar elements ---*/
.page_action_left {
position: relative;
display: inline-block;
width: 100%;
}
.page_photo .flat_button, .page_photo .page_actions_expanded, .page_photo .page_actions_wrap {
margin-top: 10px;
}
/* --- photo section --- */
.page_photo {
padding: 15px;
font-size: 12.5px;
}
/* --- editor section ---*/
.owner_photo_top_bubble_wrap {
position: relative;
z-index: 10;
}
.owner_photo_wrap:hover .owner_photo_top_bubble {
opacity: 1;
filter: none;
}
.owner_photo_top_bubble {
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
top: 0;
right: 0;
}
.page_photo .ui_thumb_x_button {
border-radius: 0 2px 0 2px;
}
.ui_thumb_pe_button, .ui_thumb_x_button {
position: absolute;
top: 0;
right: 0;
background: rgba(29,32,34,.6);
border-radius: 0 0 0 2px;
padding: 5px;
cursor: pointer;
outline: none;
}
.ui_thumb_pe_button .ui_thumb_pe, .ui_thumb_pe_button .ui_thumb_x, .ui_thumb_x_button .ui_thumb_pe, .ui_thumb_x_button .ui_thumb_x {
display: block;
background: url(../../../../resources/img/attach_icons.png) no-repeat 0 -40px;
opacity: 0.85;
filter: alpha(opacity=85);
width: 8px;
height: 8px;
}
.owner_photo_bubble_wrap {
position: relative;
overflow: hidden;
height: 56px;
width: 200px;
margin: -58px 0 2px;
}
.owner_photo_bubble {
color: #fff;
opacity: 0;
filter: alpha(opacity=0);
background-color: #000;
background-color: rgba(29,32,34,.7);
width: 200px;
margin-top: 40px;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
border-radius: 0 0 2px 2px;
padding: 5px 0;
}
.owner_photo_bubble_action {
font-size: 12.5px;
padding: 5px 10px;
height: 13px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
outline: none;
}
.owner_photo_bubble_action_in {
background: url(https://vk.com/images/icons/edit_photo_icons_white.png?2) no-repeat;
background-position: left 1px;
-o-transition: all 100ms ease-out;
transition: all 100ms ease-out;
padding: 0 0 1px 24px;
opacity: 0.8;
filter: alpha(opacity=80);
} | 0.620392 | 0.088426 |
.tab-content {
margin-top: 20px;
}
/********************************************/
/* */
/* Job chevrons Breadcrumbs */
/* */
/********************************************/
.breadcrumbs ul {
list-style: none;
}
.cf:before, .cf:after {
content: ' ';
display: table;
}
.cf:after {
clear: both;
}
.inner {
margin: 0 auto;
}
.breadcrumbs {
background-color: #ffffff;
}
.breadcrumbs li {
float: left;
/*width: 16.6%;*/
}
.breadcrumbs li.disabled {
pointer-events: none;
opacity: 0.6;
}
.breadcrumbs li a {
position: relative;
display: block;
padding: 12px;
padding-right: 0 !important;
/* important overrides media queries */
font-size: 13px;
font-weight: bold;
text-align: center;
color: #aaa;
cursor: pointer;
text-decoration: none;
}
.breadcrumbs li a:hover {
background: #eee;
}
.breadcrumbs li.active a {
color: #777;
background-color: #ffffff;
}
.breadcrumbs li.active a:hover {
color: #777;
background-color: #ffffff;
}
.breadcrumbs li a span:first-child {
display: inline-block;
width: 22px;
height: 22px;
margin: auto;
border: 2px solid #aaa;
border-radius: 50%;
background-color: #fff;
text-align: center;
}
.breadcrumbs li.active a span:first-child {
color: #fff;
border-color: #777;
background-color: #777;
}
.breadcrumbs li a span:nth-child(2) {
display: block;
text-align: center;
}
.breadcrumbs li a:before,
.breadcrumbs li a:after {
content: '';
position: absolute;
top: 0;
left: 100%;
z-index: 1;
display: block;
width: 0;
height: 0;
border-top: 32px solid transparent;
border-bottom: 32px solid transparent;
border-left: 16px solid transparent;
}
.breadcrumbs li a:before {
margin-left: 1px;
border-left-color: #a9a9a9;
}
.breadcrumbs li a:after {
border-left-color: #ffffff;
}
.breadcrumbs li a:hover:after {
border-left-color: #eee;
}
.breadcrumbs li a.active:after {
border-left-color: #ffffff;
}
.breadcrumbs li.active a:after {
border-left-color: #ffffff;
}
.breadcrumbs li:last-child a:before,
.breadcrumbs li:last-child a:after {
display: none;
}
@media (max-width: 720px) {
.breadcrumbs li a {
padding: 10px 0 0 0;
}
.breadcrumbs li a:before,
.breadcrumbs li a:after {
border-top-width: 26px;
border-bottom-width: 26px;
border-left-width: 13px;
}
}
@media (max-width: 620px) {
.breadcrumbs li a {
padding: 5px 0 0 0;
font-size: 12px;
}
.breadcrumbs li a:before,
.breadcrumbs li a:after {
border-top-width: 22px;
border-bottom-width: 22px;
border-left-width: 11px;
}
}
@media (max-width: 520px) {
.breadcrumbs a {
padding: 5px;
}
.breadcrumbs li a {
padding: 10px;
font-size: 12px;
}
.breadcrumbs li a:before,
.breadcrumbs li a:after {
border-top-width: 22px;
border-bottom-width: 22px;
border-left-width: 11px;
}
.breadcrumbs li a span:first-child {
display: block;
margin: 0 auto;
}
.breadcrumbs li a span:last-child {
display: none;
}
} | bilbyweb/static/bilbyweb/style/job-chevron.css | .tab-content {
margin-top: 20px;
}
/********************************************/
/* */
/* Job chevrons Breadcrumbs */
/* */
/********************************************/
.breadcrumbs ul {
list-style: none;
}
.cf:before, .cf:after {
content: ' ';
display: table;
}
.cf:after {
clear: both;
}
.inner {
margin: 0 auto;
}
.breadcrumbs {
background-color: #ffffff;
}
.breadcrumbs li {
float: left;
/*width: 16.6%;*/
}
.breadcrumbs li.disabled {
pointer-events: none;
opacity: 0.6;
}
.breadcrumbs li a {
position: relative;
display: block;
padding: 12px;
padding-right: 0 !important;
/* important overrides media queries */
font-size: 13px;
font-weight: bold;
text-align: center;
color: #aaa;
cursor: pointer;
text-decoration: none;
}
.breadcrumbs li a:hover {
background: #eee;
}
.breadcrumbs li.active a {
color: #777;
background-color: #ffffff;
}
.breadcrumbs li.active a:hover {
color: #777;
background-color: #ffffff;
}
.breadcrumbs li a span:first-child {
display: inline-block;
width: 22px;
height: 22px;
margin: auto;
border: 2px solid #aaa;
border-radius: 50%;
background-color: #fff;
text-align: center;
}
.breadcrumbs li.active a span:first-child {
color: #fff;
border-color: #777;
background-color: #777;
}
.breadcrumbs li a span:nth-child(2) {
display: block;
text-align: center;
}
.breadcrumbs li a:before,
.breadcrumbs li a:after {
content: '';
position: absolute;
top: 0;
left: 100%;
z-index: 1;
display: block;
width: 0;
height: 0;
border-top: 32px solid transparent;
border-bottom: 32px solid transparent;
border-left: 16px solid transparent;
}
.breadcrumbs li a:before {
margin-left: 1px;
border-left-color: #a9a9a9;
}
.breadcrumbs li a:after {
border-left-color: #ffffff;
}
.breadcrumbs li a:hover:after {
border-left-color: #eee;
}
.breadcrumbs li a.active:after {
border-left-color: #ffffff;
}
.breadcrumbs li.active a:after {
border-left-color: #ffffff;
}
.breadcrumbs li:last-child a:before,
.breadcrumbs li:last-child a:after {
display: none;
}
@media (max-width: 720px) {
.breadcrumbs li a {
padding: 10px 0 0 0;
}
.breadcrumbs li a:before,
.breadcrumbs li a:after {
border-top-width: 26px;
border-bottom-width: 26px;
border-left-width: 13px;
}
}
@media (max-width: 620px) {
.breadcrumbs li a {
padding: 5px 0 0 0;
font-size: 12px;
}
.breadcrumbs li a:before,
.breadcrumbs li a:after {
border-top-width: 22px;
border-bottom-width: 22px;
border-left-width: 11px;
}
}
@media (max-width: 520px) {
.breadcrumbs a {
padding: 5px;
}
.breadcrumbs li a {
padding: 10px;
font-size: 12px;
}
.breadcrumbs li a:before,
.breadcrumbs li a:after {
border-top-width: 22px;
border-bottom-width: 22px;
border-left-width: 11px;
}
.breadcrumbs li a span:first-child {
display: block;
margin: 0 auto;
}
.breadcrumbs li a span:last-child {
display: none;
}
} | 0.52683 | 0.08196 |
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Lora|Playfair+Display:700i,900");
/* ================ HEADER/INFO SECTION STYLING ================ */
article header {
display: flex;
flex-direction: row;
justify-content: space-between;
max-width: 80%;
margin: 120px auto;
height: fit-content;
}
article .preview-image {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 48%;
}
article .info {
margin: 50px 0;
width: 48%;
}
article .author {
display: -ms-grid;
display: grid;
-ms-grid-columns: 60px auto;
grid-template-columns: 60px auto;
-ms-grid-rows: 60px;
grid-template-rows: 60px;
grid-template-areas: "author-image author-info";
margin: 20px 0;
}
article .author-image {
grid-row: 1;
grid-column: 1;
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-area: author-image;
border: 2px solid var(--color-primary);
border-radius: 50%;
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1307985/profile/profile-512.jpg?1520076483);
background-size: cover;
}
article .author-info {
grid-row: 1;
grid-column: 2;
-ms-grid-row: 1;
-ms-grid-column: 2;
grid-area: author-info;
padding-left: 10px;
}
article .author-name,
article .author-sub {
/* font-family: "Lato", sans-serif; */
font-size: 16px;
font-weight: 400;
margin-top: 6px;
}
article .author-sub {
color: rgba(var(--color-text-rgb), 0.54);
}
article .median-divider {
padding: 0 6px;
}
/* tags */
article header ul {
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 4px;
}
/* ================ ARTICLE CONTENT STYLING ================ */
article header ~ p:first-of-type::first-letter {
overflow-wrap: break-word;
/* font-family: "Playfair Display", serif; */
font-size: 60px;
line-height: 60px;
display: block;
position: relative;
float: left;
margin: 0px 7px 0 -5px;
}
article h1,
article h2,
article p,
article i,
article a,
article .authorName a {
color: rgba(var(--color-text-rgb), 0.84);
text-rendering: optimizeLegibility;
}
article h1 {
/* font-family: "Playfair Display", serif; */
font-size: 48px;
text-align: left;
margin-bottom: 8px;
}
article h2 {
font-family: "Lato", sans-serif;
font-size: 26px;
font-weight: 700;
padding: 0;
margin: 56px 0 -13px -1.883px;
text-align: left;
line-height: 34.5px;
letter-spacing: -0.45px;
}
article p,
article i,
article a {
margin-top: 21px;
font-family: "Lora";
font-size: 21px;
letter-spacing: -0.03px;
line-height: 1.58;
}
article a {
text-decoration: underline;
}
article img,
article pre code {
width: 80%;
display: block;
margin: 80px auto;
}
article blockquote > p {
/* font-family: "Playfair Display", serif; */
font-size: 30px;
font-style: italic;
letter-spacing: -0.36px;
line-height: 44.4px;
overflow-wrap: break-word;
margin: 55px 0 33px 0;
color: rgba(var(--color-text-rgb), 0.68);
padding: 0 0 0 50px;
border-left: 2px solid rgba(var(--color-text-rgb), 0.2);
}
article code {
font-family: Consolas, "Courier New", monospace;
font-size: 18px;
border-radius: var(--border-radius);
padding: 3px 5px;
}
/* inline code */
article p > code {
border: 1px solid rgba(var(--color-text-rgb), 0.2);
font-weight: 600;
margin: 0 5px;
}
article mark,
article .highlighted {
background: var(--color-primary);
}
article .subtitle {
font-family: "Lato", sans-serif;
color: rgba(var(--color-text-rgb), 0.54);
margin: 0 0 24px 0;
}
article hr {
margin: 40px 0;
}
/* =========== mobile style =========== */
@media only screen and (max-width: 1200px) {
article header {
max-width: 100%;
flex-direction: column;
margin-bottom: 40px;
}
article .info {
margin: 0 0 30px 0;
width: 100%;
}
article img,
article pre code {
width: 100%;
}
article .preview-image {
width: 100%;
height: 300px;
}
}
/* =========== larger than mobile style =========== */
@media only screen and (max-width: 1200px) {
article header {
max-width: var(--max-content-width);
}
}
/* =========== Header Permalink =========== */
[id]::before {
content: "";
display: block;
height: var(--nav-height);
margin-top: var(--nav-height);
visibility: hidden;
}
:where(h1, h2, h3, h4, h5, h6) .icon-link {
position: relative;
}
:where(h1, h2, h3, h4, h5, h6) .icon-link::before {
transition: var(--transition);
content: "⧉";
position: absolute;
color: var(--color-primary);
left: -30px;
top: 0;
line-height: 1;
opacity: 0;
width: var(--max-content-width);
height: max-content;
}
:where(h1, h2, h3, h4, h5, h6):hover .icon-link::before {
opacity: 1;
} | src/styles/blogpost.css |
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Lora|Playfair+Display:700i,900");
/* ================ HEADER/INFO SECTION STYLING ================ */
article header {
display: flex;
flex-direction: row;
justify-content: space-between;
max-width: 80%;
margin: 120px auto;
height: fit-content;
}
article .preview-image {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 48%;
}
article .info {
margin: 50px 0;
width: 48%;
}
article .author {
display: -ms-grid;
display: grid;
-ms-grid-columns: 60px auto;
grid-template-columns: 60px auto;
-ms-grid-rows: 60px;
grid-template-rows: 60px;
grid-template-areas: "author-image author-info";
margin: 20px 0;
}
article .author-image {
grid-row: 1;
grid-column: 1;
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-area: author-image;
border: 2px solid var(--color-primary);
border-radius: 50%;
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1307985/profile/profile-512.jpg?1520076483);
background-size: cover;
}
article .author-info {
grid-row: 1;
grid-column: 2;
-ms-grid-row: 1;
-ms-grid-column: 2;
grid-area: author-info;
padding-left: 10px;
}
article .author-name,
article .author-sub {
/* font-family: "Lato", sans-serif; */
font-size: 16px;
font-weight: 400;
margin-top: 6px;
}
article .author-sub {
color: rgba(var(--color-text-rgb), 0.54);
}
article .median-divider {
padding: 0 6px;
}
/* tags */
article header ul {
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 4px;
}
/* ================ ARTICLE CONTENT STYLING ================ */
article header ~ p:first-of-type::first-letter {
overflow-wrap: break-word;
/* font-family: "Playfair Display", serif; */
font-size: 60px;
line-height: 60px;
display: block;
position: relative;
float: left;
margin: 0px 7px 0 -5px;
}
article h1,
article h2,
article p,
article i,
article a,
article .authorName a {
color: rgba(var(--color-text-rgb), 0.84);
text-rendering: optimizeLegibility;
}
article h1 {
/* font-family: "Playfair Display", serif; */
font-size: 48px;
text-align: left;
margin-bottom: 8px;
}
article h2 {
font-family: "Lato", sans-serif;
font-size: 26px;
font-weight: 700;
padding: 0;
margin: 56px 0 -13px -1.883px;
text-align: left;
line-height: 34.5px;
letter-spacing: -0.45px;
}
article p,
article i,
article a {
margin-top: 21px;
font-family: "Lora";
font-size: 21px;
letter-spacing: -0.03px;
line-height: 1.58;
}
article a {
text-decoration: underline;
}
article img,
article pre code {
width: 80%;
display: block;
margin: 80px auto;
}
article blockquote > p {
/* font-family: "Playfair Display", serif; */
font-size: 30px;
font-style: italic;
letter-spacing: -0.36px;
line-height: 44.4px;
overflow-wrap: break-word;
margin: 55px 0 33px 0;
color: rgba(var(--color-text-rgb), 0.68);
padding: 0 0 0 50px;
border-left: 2px solid rgba(var(--color-text-rgb), 0.2);
}
article code {
font-family: Consolas, "Courier New", monospace;
font-size: 18px;
border-radius: var(--border-radius);
padding: 3px 5px;
}
/* inline code */
article p > code {
border: 1px solid rgba(var(--color-text-rgb), 0.2);
font-weight: 600;
margin: 0 5px;
}
article mark,
article .highlighted {
background: var(--color-primary);
}
article .subtitle {
font-family: "Lato", sans-serif;
color: rgba(var(--color-text-rgb), 0.54);
margin: 0 0 24px 0;
}
article hr {
margin: 40px 0;
}
/* =========== mobile style =========== */
@media only screen and (max-width: 1200px) {
article header {
max-width: 100%;
flex-direction: column;
margin-bottom: 40px;
}
article .info {
margin: 0 0 30px 0;
width: 100%;
}
article img,
article pre code {
width: 100%;
}
article .preview-image {
width: 100%;
height: 300px;
}
}
/* =========== larger than mobile style =========== */
@media only screen and (max-width: 1200px) {
article header {
max-width: var(--max-content-width);
}
}
/* =========== Header Permalink =========== */
[id]::before {
content: "";
display: block;
height: var(--nav-height);
margin-top: var(--nav-height);
visibility: hidden;
}
:where(h1, h2, h3, h4, h5, h6) .icon-link {
position: relative;
}
:where(h1, h2, h3, h4, h5, h6) .icon-link::before {
transition: var(--transition);
content: "⧉";
position: absolute;
color: var(--color-primary);
left: -30px;
top: 0;
line-height: 1;
opacity: 0;
width: var(--max-content-width);
height: max-content;
}
:where(h1, h2, h3, h4, h5, h6):hover .icon-link::before {
opacity: 1;
} | 0.314366 | 0.071332 |
body { padding-top: 70px; background-color: #99CDA6}
h1 { text-align: center;
color: #ffffff;
text-transform: uppercase;
}
h2 { text-align: center;
color: #ffffff;
font-size: 145%;
}
/* CONTACT style*/
.h1-contact{
text-align: center;
color: #ffffff;
font-size: 60px;
text-transform: uppercase;
padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
.h1-contact {
font-size:35px;
}
}
.h2-contact{
padding-top: 1px;
color: #78AE79;
text-transform: uppercase;
background: #ffffff;
height: 40px;
}
.form-group-1{
position: relative;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.form-group-1:after {
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
top: -15px;
left: 45%;
}
.form-contact{
margin-top:80px;
}
.form-control {
color: #B77EB5;
background-color: #fff;
border: none;
border-radius: 0px;
box-shadow: none;
}
/*.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/
.btn-default {
color: #ffffff;
background-color: #78AE79;
border-color: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
color: #ffffff;
background-color: #B77EB5;
border-color: #adadad;
}
.btn {
width: 100%;
margin-bottom: 50px;
border: none;
border-radius: 0px;
}
/*contact style end*/
/*PROFILE style*/
.h1-profile{
text-align: center;
color: #ffffff;
font-size: 60px;
text-transform: uppercase;
padding-bottom: 20px;
padding-top: 20px;
}
@media screen and (max-width: 400px) {
.h1-profile {
font-size:40px;
}
}
.profile .h1-profile{
color: #ffffff;
margin-top: 8%;
}
.h2-profile{
font-size: 40px;
padding-top: 3%;
text-align: center;
}
@media screen and (max-width: 1000px) {
.h2-profile {
font-size:35px;
padding-top: 0%;
text-align: center;
}
}
.profile-picture{
display: block;
margin-left: auto;
margin-right: auto;
}
.profile-picture .img-responsive{
border-radius: 100%;
}
.profile-text{
background: #ffffff;
display:block;
margin-top: 5%;
padding: 3%;
color: #464e46;
margin-bottom: 20px;
}
.read-more{
text-align:center;
text-transform: uppercase;
color:#ffffff;
background-color: #78AE79;
padding-top: 7px;;
padding-bottom: 1px;
margin-bottom: 90px;
}
/*profile style end*/
/* PORTFOLIO MAIN style*/
.active {
border-bottom: 5px solid #B77EB5;
font-weight: bolder;
color: #B77EB5;
}
#Container .mix{
display: none;
}
.h2-portfolio-project-class{
text-align: left;
padding-top: 10%;
margin-bottom: -10px;
}
.choose-project-picture{
background: #78AE79;
height: 230px;
}
.choose-category {
padding-top: 1px;
color: #78AE79;
text-transform: uppercase;
background: #ffffff;
height: 40px;
}
.category-list ul {
text-align: center;
color: #ffffff;
list-style: none;
list-style-type: none;
margin-top: 30px;
padding: 0;
}
.category-list ul li {
display: inline;
padding: .2em 1em;
}
.category-list ul li a{
color: #ffffff;
text-decoration: none;
}
.category-list ul li a:hover{
color: #B77EB5;
}
.project-minimage:hover{
color: #000;
}
.thumbnail{
border-radius: 0%;
}
/* portfolio main style end*/
/* PORTFOLIO ITEM */
.h1-portfolio {
text-align: center;
color: #ffffff;
font-size: 60px;
text-transform: uppercase;
padding-bottom: 40px;
}
.portfolio-main-picture {
background: url("images/troll/troll-banner-1-design-illustrator-sara-palma.jpg") 50% 50%;
height: 390px;
display: block;
margin-bottom: 10px;
margin-top:25px;
}
.content-card{
margin-top: 0px;
height: 350px;
padding: 0px;
}
.content-card .h2-project-title {
text-align: left;
font-size: 40px;
padding-top: 0px;
}
@media screen and (max-width: 1200px) {
.content-card .h2-project-title {
font-size:35px;
}
}
@media screen and (max-width: 430px) {
.content-card .h2-project-title {
font-size:25px;
}
}
.ul-caption {
color: #ffffff;
list-style-type: none;
font-style: italic;
font-size: 19px;
padding-left: 0px;
}
/* ul-enlaces para el estilo de la sección "enlaces" de la ficha del proyecto*/
.ul-enlaces {
color: #ffffff;
list-style-type: none;
padding-left: 0px;
}
@media screen and (max-width: 650px) {
.ul-enlaces {
font-size:12px;
}
}
.ul-enlaces a{
color: #ffffff;
list-style-type: none;
padding-left: 0px;
text-decoration: none;
}
.ul-enlaces a:hover{
color: #B77EB5;
}
.ul-share-project{
text-align: right;
text-decoration-line: none;
color: #B77EB5;
list-style: none;
list-style-type: none;
}
.ul-share-project li {
display: inline;
padding: .2em 1em;
}
.ul-share-project li a{
color: #B77EB5;
text-decoration: none;
}
.ul-share-project li a:hover{
color: #69986a;
}
.portfolio-content-text{
padding-top: 90px;
display: block;
color: #637167;
}
@media screen and (max-width: 650px) {
.portfolio-content-text {
font-size:12px;
}
}
/*end-project-cards-style*/
/*home style*/
.tooltip-inner{
background-color: #ffffff;
color: #69986a;
font-size: 16px;
}
.tooltip.bottom .tooltip-arrow{
border-bottom-color: #ffffff;
}
@media screen and (max-width: 430px) {
.h1-portfolio {
font-size:40px;
}
}
@media screen and (max-width: 370px) {
h2 {
font-size:110%;
}
}
hr{
height: 3px;
background-color: #ffffff
}
.title-1{
margin-top: 80px;
font-size: 120px;
}
@media screen and (max-width: 400px) {
.title-1 {
font-size:80px;
}
}
.home-icons-ul {
text-align: center;
list-style: none;
list-style-type: none;
margin-top: 20px;
padding: 0;
}
.home-icons-ul li {
font-size: 130px;
display: inline;
padding: 9px;
color: #ffffff;
}
@media screen and (max-width: 1600px) {
.home-icons-ul li {
font-size:100px;
}
}
@media screen and (max-width: 1260px) {
.home-icons-ul li {
font-size:80px;
}
}
@media screen and (max-width: 357px) {
.home-icons-ul li {
font-size:50px;
}
}
.home-icons-ul li a{
color: #ffffff;
text-decoration: none;
}
.home-icons-ul li a:hover{
color: #B77EB5;
}
/*end home style*/
/*navbar*/
.navbar .nav > li > a {
float: none;
line-height: 19px;
text-decoration: none;
color: #99CDA6;
font-size: 17px;
}
.navbar .nav > li > a:hover {
color: #B77EB5;
}
.navbar-default .navbar-brand {
color: #99CDA6;
}
.navbar-default .navbar-brand:hover {
color: #B77EB5;
}
.img-responsive {
margin: 0 auto;
padding-bottom: 20px;
} | css/style.css | body { padding-top: 70px; background-color: #99CDA6}
h1 { text-align: center;
color: #ffffff;
text-transform: uppercase;
}
h2 { text-align: center;
color: #ffffff;
font-size: 145%;
}
/* CONTACT style*/
.h1-contact{
text-align: center;
color: #ffffff;
font-size: 60px;
text-transform: uppercase;
padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
.h1-contact {
font-size:35px;
}
}
.h2-contact{
padding-top: 1px;
color: #78AE79;
text-transform: uppercase;
background: #ffffff;
height: 40px;
}
.form-group-1{
position: relative;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.form-group-1:after {
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
top: -15px;
left: 45%;
}
.form-contact{
margin-top:80px;
}
.form-control {
color: #B77EB5;
background-color: #fff;
border: none;
border-radius: 0px;
box-shadow: none;
}
/*.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/
.btn-default {
color: #ffffff;
background-color: #78AE79;
border-color: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
color: #ffffff;
background-color: #B77EB5;
border-color: #adadad;
}
.btn {
width: 100%;
margin-bottom: 50px;
border: none;
border-radius: 0px;
}
/*contact style end*/
/*PROFILE style*/
.h1-profile{
text-align: center;
color: #ffffff;
font-size: 60px;
text-transform: uppercase;
padding-bottom: 20px;
padding-top: 20px;
}
@media screen and (max-width: 400px) {
.h1-profile {
font-size:40px;
}
}
.profile .h1-profile{
color: #ffffff;
margin-top: 8%;
}
.h2-profile{
font-size: 40px;
padding-top: 3%;
text-align: center;
}
@media screen and (max-width: 1000px) {
.h2-profile {
font-size:35px;
padding-top: 0%;
text-align: center;
}
}
.profile-picture{
display: block;
margin-left: auto;
margin-right: auto;
}
.profile-picture .img-responsive{
border-radius: 100%;
}
.profile-text{
background: #ffffff;
display:block;
margin-top: 5%;
padding: 3%;
color: #464e46;
margin-bottom: 20px;
}
.read-more{
text-align:center;
text-transform: uppercase;
color:#ffffff;
background-color: #78AE79;
padding-top: 7px;;
padding-bottom: 1px;
margin-bottom: 90px;
}
/*profile style end*/
/* PORTFOLIO MAIN style*/
.active {
border-bottom: 5px solid #B77EB5;
font-weight: bolder;
color: #B77EB5;
}
#Container .mix{
display: none;
}
.h2-portfolio-project-class{
text-align: left;
padding-top: 10%;
margin-bottom: -10px;
}
.choose-project-picture{
background: #78AE79;
height: 230px;
}
.choose-category {
padding-top: 1px;
color: #78AE79;
text-transform: uppercase;
background: #ffffff;
height: 40px;
}
.category-list ul {
text-align: center;
color: #ffffff;
list-style: none;
list-style-type: none;
margin-top: 30px;
padding: 0;
}
.category-list ul li {
display: inline;
padding: .2em 1em;
}
.category-list ul li a{
color: #ffffff;
text-decoration: none;
}
.category-list ul li a:hover{
color: #B77EB5;
}
.project-minimage:hover{
color: #000;
}
.thumbnail{
border-radius: 0%;
}
/* portfolio main style end*/
/* PORTFOLIO ITEM */
.h1-portfolio {
text-align: center;
color: #ffffff;
font-size: 60px;
text-transform: uppercase;
padding-bottom: 40px;
}
.portfolio-main-picture {
background: url("images/troll/troll-banner-1-design-illustrator-sara-palma.jpg") 50% 50%;
height: 390px;
display: block;
margin-bottom: 10px;
margin-top:25px;
}
.content-card{
margin-top: 0px;
height: 350px;
padding: 0px;
}
.content-card .h2-project-title {
text-align: left;
font-size: 40px;
padding-top: 0px;
}
@media screen and (max-width: 1200px) {
.content-card .h2-project-title {
font-size:35px;
}
}
@media screen and (max-width: 430px) {
.content-card .h2-project-title {
font-size:25px;
}
}
.ul-caption {
color: #ffffff;
list-style-type: none;
font-style: italic;
font-size: 19px;
padding-left: 0px;
}
/* ul-enlaces para el estilo de la sección "enlaces" de la ficha del proyecto*/
.ul-enlaces {
color: #ffffff;
list-style-type: none;
padding-left: 0px;
}
@media screen and (max-width: 650px) {
.ul-enlaces {
font-size:12px;
}
}
.ul-enlaces a{
color: #ffffff;
list-style-type: none;
padding-left: 0px;
text-decoration: none;
}
.ul-enlaces a:hover{
color: #B77EB5;
}
.ul-share-project{
text-align: right;
text-decoration-line: none;
color: #B77EB5;
list-style: none;
list-style-type: none;
}
.ul-share-project li {
display: inline;
padding: .2em 1em;
}
.ul-share-project li a{
color: #B77EB5;
text-decoration: none;
}
.ul-share-project li a:hover{
color: #69986a;
}
.portfolio-content-text{
padding-top: 90px;
display: block;
color: #637167;
}
@media screen and (max-width: 650px) {
.portfolio-content-text {
font-size:12px;
}
}
/*end-project-cards-style*/
/*home style*/
.tooltip-inner{
background-color: #ffffff;
color: #69986a;
font-size: 16px;
}
.tooltip.bottom .tooltip-arrow{
border-bottom-color: #ffffff;
}
@media screen and (max-width: 430px) {
.h1-portfolio {
font-size:40px;
}
}
@media screen and (max-width: 370px) {
h2 {
font-size:110%;
}
}
hr{
height: 3px;
background-color: #ffffff
}
.title-1{
margin-top: 80px;
font-size: 120px;
}
@media screen and (max-width: 400px) {
.title-1 {
font-size:80px;
}
}
.home-icons-ul {
text-align: center;
list-style: none;
list-style-type: none;
margin-top: 20px;
padding: 0;
}
.home-icons-ul li {
font-size: 130px;
display: inline;
padding: 9px;
color: #ffffff;
}
@media screen and (max-width: 1600px) {
.home-icons-ul li {
font-size:100px;
}
}
@media screen and (max-width: 1260px) {
.home-icons-ul li {
font-size:80px;
}
}
@media screen and (max-width: 357px) {
.home-icons-ul li {
font-size:50px;
}
}
.home-icons-ul li a{
color: #ffffff;
text-decoration: none;
}
.home-icons-ul li a:hover{
color: #B77EB5;
}
/*end home style*/
/*navbar*/
.navbar .nav > li > a {
float: none;
line-height: 19px;
text-decoration: none;
color: #99CDA6;
font-size: 17px;
}
.navbar .nav > li > a:hover {
color: #B77EB5;
}
.navbar-default .navbar-brand {
color: #99CDA6;
}
.navbar-default .navbar-brand:hover {
color: #B77EB5;
}
.img-responsive {
margin: 0 auto;
padding-bottom: 20px;
} | 0.271541 | 0.096535 |